01J4TR9GK22PZNP3A6QAASBX98: 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: 01J4TR9Y5EA72XYCYV3FK8WJRR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-09T05:04:36.592Zjob assigned to worker 01J4TRA14KM2D7ZEGGR1KMZPQ3 (queued for 1 m 24 s)
 
22024-08-09T05:04:44.779Zstarting task 0: "setup"
32024-08-09T05:04:44.855Z++ uname -s
42024-08-09T05:04:44.858Z+ kern=SunOS
52024-08-09T05:04:44.858Z+ case "$kern" in
62024-08-09T05:04:44.858Z+ groupadd -g 12345 build
72024-08-09T05:04:44.858Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-09T05:04:46.871Z+ zfs create -o mountpoint=/work rpool/work
92024-08-09T05:04:47.007Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-09T05:04:47.011Z+ home_fs=zfs
112024-08-09T05:04:47.011Z+ [[ zfs == autofs ]]
122024-08-09T05:04:47.012Z+ mkdir -p /home/build
132024-08-09T05:04:47.012Z+ chown build:build /home/build /work
142024-08-09T05:04:49.014Z+ chmod 0700 /home/build /work
152024-08-09T05:04:49.017Zprocess exited: duration 4236 ms, exit code 0
 
162024-08-09T05:04:49.024Zstarting task 1: "rust-toolchain"
172024-08-09T05:04:49.029Z+ printf ' * toolchain channel = "%s"
182024-08-09T05:04:49.029Z' 1.80.1
192024-08-09T05:04:49.029Z+ printf ' * toolchain profile = "%s"
202024-08-09T05:04:49.029Z' default
212024-08-09T05:04:49.029Z * toolchain channel = "1.80.1"
222024-08-09T05:04:49.029Z * toolchain profile = "default"
232024-08-09T05:04:49.032Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-09T05:04:49.032Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-09T05:04:49.122Zinfo: downloading installer
262024-08-09T05:04:51.265Zinfo: profile set to 'default'
272024-08-09T05:04:51.265Zinfo: default host triple is x86_64-unknown-illumos
282024-08-09T05:04:51.268Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-09T05:04:51.418Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-09T05:04:51.418Zinfo: downloading component 'cargo'
312024-08-09T05:04:52.258Zinfo: downloading component 'clippy'
322024-08-09T05:04:52.548Zinfo: downloading component 'rust-docs'
332024-08-09T05:04:53.701Zinfo: downloading component 'rust-std'
342024-08-09T05:04:55.325Zinfo: downloading component 'rustc'
352024-08-09T05:04:59.871Zinfo: downloading component 'rustfmt'
362024-08-09T05:05:00.116Zinfo: installing component 'cargo'
372024-08-09T05:05:00.985Zinfo: installing component 'clippy'
382024-08-09T05:05:01.382Zinfo: installing component 'rust-docs'
392024-08-09T05:05:03.024Zinfo: installing component 'rust-std'
402024-08-09T05:05:04.707Zinfo: installing component 'rustc'
412024-08-09T05:05:09.355Zinfo: installing component 'rustfmt'
422024-08-09T05:05:09.735Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-09T05:05:09.735Z
442024-08-09T05:05:09.995Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-09T05:05:09.995Z
462024-08-09T05:05:10.001Z
472024-08-09T05:05:10.001ZRust is installed now. Great!
482024-08-09T05:05:10.001Z
492024-08-09T05:05:10.001ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-09T05:05:10.001Zenvironment variable. This has not been done automatically.
512024-08-09T05:05:10.001Z
522024-08-09T05:05:10.002ZTo configure your current shell, you need to source
532024-08-09T05:05:10.002Zthe corresponding env file under $HOME/.cargo.
542024-08-09T05:05:10.002Z
552024-08-09T05:05:10.002ZThis is usually done by running one of the following (note the leading DOT):
562024-08-09T05:05:10.002Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-09T05:05:10.002Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-09T05:05:10.115Z+ rustc --version
592024-08-09T05:05:10.176Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-09T05:05:10.208Zprocess exited: duration 21144 ms, exit code 0
 
612024-08-09T05:05:10.216Zstarting task 2: "authentication"
622024-08-09T05:05:10.238Zprocess exited: duration 21 ms, exit code 0
 
632024-08-09T05:05:10.247Zstarting task 3: "clone repository"
642024-08-09T05:05:10.251Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-09T05:05:10.256Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-09T05:05:10.704ZCloning into '/work/oxidecomputer/omicron'...
672024-08-09T05:05:29.358Z+ cd /work/oxidecomputer/omicron
682024-08-09T05:05:29.358Z+ git fetch origin fce6fa8a0ee2379f24cecc61ffb3d7036dbe6b49
692024-08-09T05:05:29.683ZFrom https://github.com/oxidecomputer/omicron
702024-08-09T05:05:29.683Z * branch fce6fa8a0ee2379f24cecc61ffb3d7036dbe6b49 -> FETCH_HEAD
712024-08-09T05:05:29.694Z+ [[ -n artemis/wicket-inventory-bootstrap-sleds ]]
722024-08-09T05:05:29.697Z++ git branch --show-current
732024-08-09T05:05:29.700Z+ current=main
742024-08-09T05:05:29.700Z+ [[ main != artemis/wicket-inventory-bootstrap-sleds ]]
752024-08-09T05:05:29.700Z+ git branch -f artemis/wicket-inventory-bootstrap-sleds fce6fa8a0ee2379f24cecc61ffb3d7036dbe6b49
762024-08-09T05:05:29.703Z+ git checkout -f artemis/wicket-inventory-bootstrap-sleds
772024-08-09T05:05:29.842ZSwitched to branch 'artemis/wicket-inventory-bootstrap-sleds'
782024-08-09T05:05:29.845Z+ git reset --hard fce6fa8a0ee2379f24cecc61ffb3d7036dbe6b49
792024-08-09T05:05:29.854ZHEAD is now at fce6fa8a0 ugh i did defaults wrong
802024-08-09T05:05:29.857Zprocess exited: duration 19605 ms, exit code 0
 
812024-08-09T05:05:29.863Zstarting task 4: "build"
822024-08-09T05:05:29.869Z+ cargo --version
832024-08-09T05:05:29.924Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-09T05:05:29.927Z+ rustc --version
852024-08-09T05:05:29.983Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-09T05:05:29.986Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-09T05:05:42.344Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-09T05:05:44.579Z Startup: Caching catalogs ... Done
892024-08-09T05:05:48.438ZPlanning: Solver setup ... Done (3.279s)
902024-08-09T05:05:48.499ZPlanning: Running solver ... Done (0.061s)
912024-08-09T05:05:48.553ZPlanning: Finding local manifests ... Done (0.004s)
922024-08-09T05:05:48.586ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-09T05:05:48.844ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-09T05:05:48.891ZPlanning: Package planning ... Done (0.048s)
952024-08-09T05:05:48.942ZPlanning: Merging actions ... Done (0.050s)
962024-08-09T05:05:49.876ZPlanning: Checking for conflicting actions ... Done (0.930s)
972024-08-09T05:05:49.887ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-09T05:05:54.426ZPlanning: Evaluating mediators ... Done (4.541s)
992024-08-09T05:05:54.436ZPlanning: Planning completed in 9.79 seconds
1002024-08-09T05:05:54.993Z Packages to install: 4
1012024-08-09T05:05:54.994Z Mediators to change: 2
1022024-08-09T05:05:54.997Z Services to change: 1
1032024-08-09T05:05:54.997Z Estimated space available: 155.75 GB
1042024-08-09T05:05:54.997ZEstimated space to be consumed: 1.47 GB
1052024-08-09T05:05:54.997Z Create boot environment: No
1062024-08-09T05:05:54.997ZCreate backup boot environment: No
1072024-08-09T05:05:54.997Z Rebuild boot archive: No
1082024-08-09T05:05:54.997Z
1092024-08-09T05:05:54.997ZChanged mediators:
1102024-08-09T05:05:54.997Z mediator clang:
1112024-08-09T05:05:54.997Z version: None -> 15 (system default)
1122024-08-09T05:05:54.997Z
1132024-08-09T05:05:54.997Z mediator llvm:
1142024-08-09T05:05:54.997Z version: 14 (system default) -> 15 (system default)
1152024-08-09T05:05:54.997Z
1162024-08-09T05:05:54.997ZChanged packages:
1172024-08-09T05:05:54.997Zhelios-dev
1182024-08-09T05:05:54.997Z developer/build-essential
1192024-08-09T05:05:54.998Z None -> 11-2.0
1202024-08-09T05:05:54.998Z library/libxmlsec1
1212024-08-09T05:05:54.998Z None -> 1.2.35-2.0
1222024-08-09T05:05:54.998Z ooce/developer/clang-15
1232024-08-09T05:05:54.998Z None -> 15.0.7-2.0
1242024-08-09T05:05:54.998Z ooce/developer/llvm-15
1252024-08-09T05:05:54.998Z None -> 15.0.7-2.0
1262024-08-09T05:05:54.998Z
1272024-08-09T05:05:54.998ZServices:
1282024-08-09T05:05:54.998Z restart_fmri:
1292024-08-09T05:05:54.998Z svc:/system/update-man-index:default
1302024-08-09T05:05:55.183Z
1312024-08-09T05:05:55.183ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-09T05:06:00.184ZDownload: 1280/3290 items 96.5/212.6MB 45% complete (19.2M/s)
1332024-08-09T05:06:05.189ZDownload: 3161/3290 items 142.4/212.6MB 66% complete (14.2M/s)
1342024-08-09T05:06:07.126ZDownload: Completed 212.60 MB in 11.94 seconds (17.8M/s)
1352024-08-09T05:06:07.823Z Actions: 1/3689 actions (Installing new actions)
1362024-08-09T05:06:12.841Z Actions: 3612/3689 actions (Installing new actions)
1372024-08-09T05:06:12.977Z Actions: Completed 3689 actions in 5.15 seconds.
1382024-08-09T05:06:13.125Z Done (0.142s)
1392024-08-09T05:06:13.125Z Done (0.000s)
1402024-08-09T05:06:13.482Z Done (0.357s)
1412024-08-09T05:06:18.920Z Done (5.277s)
1422024-08-09T05:06:19.108Z Done (0.123s)
1432024-08-09T05:06:19.112Z Done (0.000s)
1442024-08-09T05:06:19.316Z Done (0.000s)
1452024-08-09T05:06:19.895ZPlanning: Evaluating mediator changes ... Done
1462024-08-09T05:06:20.058ZPlanning: Checking for conflicting actions ... Done
1472024-08-09T05:06:20.061ZPlanning: Consolidating action changes ... Done
1482024-08-09T05:06:20.332ZPlanning: Evaluating mediators ... Done
1492024-08-09T05:06:20.334ZPlanning: Planning completed in 0.44 seconds
1502024-08-09T05:06:20.366Z Mediators to change: 2
1512024-08-09T05:06:20.366Z Create boot environment: No
1522024-08-09T05:06:20.369ZCreate backup boot environment: No
1532024-08-09T05:06:20.472Z Done
1542024-08-09T05:06:20.472Z Done
1552024-08-09T05:06:20.692Z Done
1562024-08-09T05:06:24.128Z Done
1572024-08-09T05:06:24.212Z Done
1582024-08-09T05:06:24.214Z Done
1592024-08-09T05:06:24.377Z Done
1602024-08-09T05:06:24.985ZPlanning: Evaluating mediator changes ... Done
1612024-08-09T05:06:24.988ZPlanning: Merging actions ... Done
1622024-08-09T05:06:25.180ZPlanning: Checking for conflicting actions ... Done
1632024-08-09T05:06:25.183ZPlanning: Consolidating action changes ... Done
1642024-08-09T05:06:25.448ZPlanning: Evaluating mediators ... Done
1652024-08-09T05:06:25.506ZPlanning: Planning completed in 0.76 seconds
1662024-08-09T05:06:25.539Z Packages to change: 1
1672024-08-09T05:06:25.542Z Mediators to change: 1
1682024-08-09T05:06:25.542Z Services to change: 1
1692024-08-09T05:06:25.542Z Create boot environment: No
1702024-08-09T05:06:25.542ZCreate backup boot environment: Yes
1712024-08-09T05:06:27.729Z Actions: 1/6 actions (Updating modified actions)
1722024-08-09T05:06:27.777Z Actions: Completed 6 actions in 0.05 seconds.
1732024-08-09T05:06:27.780Z Done
1742024-08-09T05:06:27.780Z Done
1752024-08-09T05:06:27.852Z Done
1762024-08-09T05:06:31.545Z Done
1772024-08-09T05:06:31.635Z Done
1782024-08-09T05:06:31.638Z Done
1792024-08-09T05:06:31.804Z Done
1802024-08-09T05:06:32.238ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812024-08-09T05:06:32.238Zclang system 15 system
1822024-08-09T05:06:32.238Zcsh system system illumos
1832024-08-09T05:06:32.238Zctags system system illumos
1842024-08-09T05:06:32.238Zgcc vendor 12 vendor
1852024-08-09T05:06:32.238Zgcc system 10 system
1862024-08-09T05:06:32.238Zgcc system 7 system
1872024-08-09T05:06:32.238Zgo system 1.20 system
1882024-08-09T05:06:32.238Zgo system 1.19 system
1892024-08-09T05:06:32.238Zllvm system 15 system
1902024-08-09T05:06:32.238Zllvm system 14 system
1912024-08-09T05:06:32.238Zmariadb system 10.6 system
1922024-08-09T05:06:32.238Zmta vendor vendor dma
1932024-08-09T05:06:32.238Zopenjdk system 17 system
1942024-08-09T05:06:32.238Zopenjdk system 11 system
1952024-08-09T05:06:32.238Zopenjdk system 1.8 system
1962024-08-09T05:06:32.239Zopenssl vendor 3 vendor
1972024-08-09T05:06:32.239Zperl system 5.36 system
1982024-08-09T05:06:32.239Zpostgresql system 15 system
1992024-08-09T05:06:32.239Zpostgresql system 13 system
2002024-08-09T05:06:32.239Zpython vendor 3 vendor
2012024-08-09T05:06:32.239Zpython system 2 system
2022024-08-09T05:06:32.239Zpython3 system 3.11 system
2032024-08-09T05:06:32.239Zruby system 3.0 system
2042024-08-09T05:06:32.239Zwords vendor vendor american-english
2052024-08-09T05:06:32.239Zwords system system australian-english
2062024-08-09T05:06:32.239Zwords system system british-english
2072024-08-09T05:06:32.239Zwords system system canadian-english
2082024-08-09T05:06:32.239Zwords system system french
2092024-08-09T05:06:32.239Zwords system system italian
2102024-08-09T05:06:32.239Zwords system system ngerman
2112024-08-09T05:06:32.240Zwords system system ogerman
2122024-08-09T05:06:32.240Zwords system system spanish
2132024-08-09T05:06:32.570ZPUBLISHER TYPE STATUS P LOCATION
2142024-08-09T05:06:32.570Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2152024-08-09T05:06:34.236ZFMRI IFO
2162024-08-09T05:06:34.237Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2172024-08-09T05:06:34.237Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2182024-08-09T05:06:34.237Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2192024-08-09T05:06:34.237Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2202024-08-09T05:06:34.237Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2212024-08-09T05:06:34.237Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222024-08-09T05:06:34.237Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2232024-08-09T05:06:34.237Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2242024-08-09T05:06:34.237Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2252024-08-09T05:06:34.237Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2262024-08-09T05:06:34.237Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2272024-08-09T05:06:34.237Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2282024-08-09T05:06:34.811Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2292024-08-09T05:06:35.068Z Updating git repository `https://github.com/oxidecomputer/zone`
2302024-08-09T05:06:35.337Z Updating crates.io index
2312024-08-09T05:06:35.340Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2322024-08-09T05:06:36.061Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2332024-08-09T05:06:36.947Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2342024-08-09T05:06:37.201Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2352024-08-09T05:06:38.651Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362024-08-09T05:06:38.923Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2372024-08-09T05:06:39.165Z Updating git repository `https://github.com/oxidecomputer/propolis`
2382024-08-09T05:06:40.246Z Updating git repository `https://github.com/oxidecomputer/crucible`
2392024-08-09T05:06:42.068Z Updating git repository `https://github.com/oxidecomputer/opte`
2402024-08-09T05:06:43.047Z Updating git repository `https://github.com/oxidecomputer/falcon`
2412024-08-09T05:06:43.707Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422024-08-09T05:06:44.177Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432024-08-09T05:06:44.474Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2442024-08-09T05:06:44.778Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2452024-08-09T05:06:45.081Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462024-08-09T05:06:45.415Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2472024-08-09T05:06:45.637Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2482024-08-09T05:06:45.877Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2492024-08-09T05:06:46.107Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502024-08-09T05:06:46.415Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2512024-08-09T05:06:46.708Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522024-08-09T05:06:47.001Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2532024-08-09T05:06:47.408Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542024-08-09T05:06:47.858Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552024-08-09T05:06:48.184Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562024-08-09T05:06:48.592Z Updating git repository `https://github.com/oxidecomputer/typify`
2572024-08-09T05:06:50.807Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2582024-08-09T05:06:51.154Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2592024-08-09T05:06:51.394Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2602024-08-09T05:06:51.733Z Updating git repository `https://github.com/oxidecomputer/rfb`
2612024-08-09T05:06:53.023Z Downloading crates ...
2622024-08-09T05:06:53.101Z Downloaded autocfg v1.3.0
2632024-08-09T05:06:53.104Z Downloaded anstyle-query v1.0.3
2642024-08-09T05:06:53.107Z Downloaded bitflags v2.6.0
2652024-08-09T05:06:53.110Z Downloaded anyhow v1.0.86
2662024-08-09T05:06:53.113Z Downloaded anstream v0.6.14
2672024-08-09T05:06:53.116Z Downloaded anstyle-parse v0.2.4
2682024-08-09T05:06:53.119Z Downloaded is_terminal_polyfill v1.70.0
2692024-08-09T05:06:53.122Z Downloaded dtrace-parser v0.2.0
2702024-08-09T05:06:53.122Z Downloaded equivalent v1.0.1
2712024-08-09T05:06:53.122Z Downloaded usdt-macro v0.5.0
2722024-08-09T05:06:53.122Z Downloaded usdt-attr-macro v0.5.0
2732024-08-09T05:06:53.128Z Downloaded swrite v0.1.0
2742024-08-09T05:06:53.136Z Downloaded tabled_derive v0.7.0
2752024-08-09T05:06:53.140Z Downloaded plain v0.2.3
2762024-08-09T05:06:53.140Z Downloaded cfg-if v1.0.0
2772024-08-09T05:06:53.140Z Downloaded anstyle v1.0.8
2782024-08-09T05:06:53.143Z Downloaded thiserror v1.0.63
2792024-08-09T05:06:53.147Z Downloaded pest_generator v2.7.10
2802024-08-09T05:06:53.219Z Downloaded serde_spanned v0.6.7
2812024-08-09T05:06:53.219Z Downloaded digest v0.10.7
2822024-08-09T05:06:53.223Z Downloaded memmap v0.7.0
2832024-08-09T05:06:53.223Z Downloaded heck v0.5.0
2842024-08-09T05:06:53.223Z Downloaded clap_lex v0.7.0
2852024-08-09T05:06:53.223Z Downloaded proc-macro-error v1.0.4
2862024-08-09T05:06:53.223Z Downloaded colorchoice v1.0.1
2872024-08-09T05:06:53.223Z Downloaded macaddr v1.0.1
2882024-08-09T05:06:53.223Z Downloaded fnv v1.0.7
2892024-08-09T05:06:53.223Z Downloaded bytecount v0.6.8
2902024-08-09T05:06:53.223Z Downloaded thread-id v4.2.1
2912024-08-09T05:06:53.223Z Downloaded generic-array v0.14.7
2922024-08-09T05:06:53.223Z Downloaded once_cell v1.19.0
2932024-08-09T05:06:53.223Z Downloaded semver v1.0.23
2942024-08-09T05:06:53.223Z Downloaded scroll v0.12.0
2952024-08-09T05:06:53.223Z Downloaded cpufeatures v0.2.12
2962024-08-09T05:06:53.224Z Downloaded camino v1.1.7
2972024-08-09T05:06:53.224Z Downloaded sha2 v0.10.8
2982024-08-09T05:06:53.224Z Downloaded pretty-hex v0.4.1
2992024-08-09T05:06:53.224Z Downloaded scroll_derive v0.12.0
3002024-08-09T05:06:53.224Z Downloaded cargo-platform v0.1.8
3012024-08-09T05:06:53.224Z Downloaded itoa v1.0.11
3022024-08-09T05:06:53.224Z Downloaded crypto-common v0.1.6
3032024-08-09T05:06:53.224Z Downloaded heck v0.4.1
3042024-08-09T05:06:53.224Z Downloaded thiserror-impl v1.0.63
3052024-08-09T05:06:53.224Z Downloaded serde_tokenstream v0.2.1
3062024-08-09T05:06:53.224Z Downloaded serde_derive v1.0.205
3072024-08-09T05:06:53.224Z Downloaded toml_datetime v0.6.8
3082024-08-09T05:06:53.224Z Downloaded proc-macro-error-attr v1.0.4
3092024-08-09T05:06:53.224Z Downloaded errno v0.3.9
3102024-08-09T05:06:53.224Z Downloaded cargo_metadata v0.18.1
3112024-08-09T05:06:53.228Z Downloaded proc-macro2 v1.0.86
3122024-08-09T05:06:53.228Z Downloaded version_check v0.9.5
3132024-08-09T05:06:53.228Z Downloaded ucd-trie v0.1.6
3142024-08-09T05:06:53.231Z Downloaded usdt-impl v0.5.0
3152024-08-09T05:06:53.234Z Downloaded fs-err v2.11.0
3162024-08-09T05:06:53.234Z Downloaded terminal_size v0.3.0
3172024-08-09T05:06:53.237Z Downloaded strsim v0.11.1
3182024-08-09T05:06:53.237Z Downloaded clap_derive v4.5.13
3192024-08-09T05:06:53.240Z Downloaded block-buffer v0.10.4
3202024-08-09T05:06:53.240Z Downloaded utf8parse v0.2.1
3212024-08-09T05:06:53.240Z Downloaded usdt v0.5.0
3222024-08-09T05:06:53.244Z Downloaded dof v0.3.0
3232024-08-09T05:06:53.244Z Downloaded quote v1.0.36
3242024-08-09T05:06:53.248Z Downloaded byteorder v1.5.0
3252024-08-09T05:06:53.266Z Downloaded log v0.4.21
3262024-08-09T05:06:53.273Z Downloaded zerocopy-derive v0.7.34
3272024-08-09T05:06:53.277Z Downloaded typenum v1.17.0
3282024-08-09T05:06:53.280Z Downloaded ryu v1.0.18
3292024-08-09T05:06:53.283Z Downloaded pest_meta v2.7.10
3302024-08-09T05:06:53.286Z Downloaded papergrid v0.11.0
3312024-08-09T05:06:53.289Z Downloaded cargo_toml v0.20.4
3322024-08-09T05:06:53.292Z Downloaded unicode-ident v1.0.12
3332024-08-09T05:06:53.295Z Downloaded pest_derive v2.7.10
3342024-08-09T05:06:53.297Z Downloaded clap v4.5.13
3352024-08-09T05:06:53.304Z Downloaded toml v0.8.19
3362024-08-09T05:06:53.328Z Downloaded serde v1.0.205
3372024-08-09T05:06:53.331Z Downloaded toml_edit v0.22.20
3382024-08-09T05:06:53.352Z Downloaded memchr v2.7.2
3392024-08-09T05:06:53.357Z Downloaded pest v2.7.10
3402024-08-09T05:06:53.361Z Downloaded hashbrown v0.14.5
3412024-08-09T05:06:53.366Z Downloaded indexmap v2.3.0
3422024-08-09T05:06:53.369Z Downloaded zerocopy v0.7.34
3432024-08-09T05:06:53.383Z Downloaded serde_json v1.0.122
3442024-08-09T05:06:53.391Z Downloaded winnow v0.6.18
3452024-08-09T05:06:53.399Z Downloaded clap_builder v4.5.13
3462024-08-09T05:06:53.405Z Downloaded goblin v0.8.2
3472024-08-09T05:06:53.410Z Downloaded tabled v0.15.0
3482024-08-09T05:06:53.424Z Downloaded syn v2.0.72
3492024-08-09T05:06:53.436Z Downloaded syn v1.0.109
3502024-08-09T05:06:53.446Z Downloaded rustix v0.38.34
3512024-08-09T05:06:53.466Z Downloaded unicode-width v0.1.13
3522024-08-09T05:06:53.483Z Downloaded libc v0.2.155
3532024-08-09T05:06:53.782Z Compiling proc-macro2 v1.0.86
3542024-08-09T05:06:53.782Z Compiling unicode-ident v1.0.12
3552024-08-09T05:06:53.785Z Compiling version_check v0.9.5
3562024-08-09T05:06:53.785Z Compiling serde v1.0.205
3572024-08-09T05:06:53.785Z Compiling thiserror v1.0.63
3582024-08-09T05:06:53.785Z Compiling memchr v2.7.2
3592024-08-09T05:06:53.785Z Compiling libc v0.2.155
3602024-08-09T05:06:53.785Z Compiling ucd-trie v0.1.6
3612024-08-09T05:06:54.113Z Compiling ryu v1.0.18
3622024-08-09T05:06:54.399Z Compiling itoa v1.0.11
3632024-08-09T05:06:54.454Z Compiling once_cell v1.19.0
3642024-08-09T05:06:54.617Z Compiling byteorder v1.5.0
3652024-08-09T05:06:54.965Z Compiling serde_json v1.0.122
3662024-08-09T05:06:55.974Z Compiling usdt-impl v0.5.0
3672024-08-09T05:06:55.994Z Compiling proc-macro-error-attr v1.0.4
3682024-08-09T05:06:56.051Z Compiling rustix v0.38.34
3692024-08-09T05:06:56.054Z Compiling syn v1.0.109
3702024-08-09T05:06:56.133Z Compiling proc-macro-error v1.0.4
3712024-08-09T05:06:56.364Z Compiling log v0.4.21
3722024-08-09T05:06:56.447Z Compiling plain v0.2.3
3732024-08-09T05:06:56.471Z Compiling bitflags v2.6.0
3742024-08-09T05:06:56.598Z Compiling utf8parse v0.2.1
3752024-08-09T05:06:56.766Z Compiling hashbrown v0.14.5
3762024-08-09T05:06:56.808Z Compiling thread-id v4.2.1
3772024-08-09T05:06:56.832Z Compiling equivalent v1.0.1
3782024-08-09T05:06:56.881Z Compiling quote v1.0.36
3792024-08-09T05:06:56.908Z Compiling anstyle-parse v0.2.4
3802024-08-09T05:06:56.972Z Compiling anstyle-query v1.0.3
3812024-08-09T05:06:57.072Z Compiling pretty-hex v0.4.1
3822024-08-09T05:06:57.116Z Compiling camino v1.1.7
3832024-08-09T05:06:57.237Z Compiling semver v1.0.23
3842024-08-09T05:06:57.279Z Compiling syn v2.0.72
3852024-08-09T05:06:57.607Z Compiling errno v0.3.9
3862024-08-09T05:06:57.668Z Compiling autocfg v1.3.0
3872024-08-09T05:06:57.813Z Compiling anstyle v1.0.8
3882024-08-09T05:06:57.838Z Compiling winnow v0.6.18
3892024-08-09T05:06:58.106Z Compiling indexmap v2.3.0
3902024-08-09T05:06:58.264Z Compiling is_terminal_polyfill v1.70.0
3912024-08-09T05:06:58.387Z Compiling colorchoice v1.0.1
3922024-08-09T05:06:58.535Z Compiling anstream v0.6.14
3932024-08-09T05:06:58.629Z Compiling fs-err v2.11.0
3942024-08-09T05:06:58.936Z Compiling terminal_size v0.3.0
3952024-08-09T05:06:59.254Z Compiling bytecount v0.6.8
3962024-08-09T05:06:59.279Z Compiling unicode-width v0.1.13
3972024-08-09T05:06:59.334Z Compiling fnv v1.0.7
3982024-08-09T05:06:59.379Z Compiling clap_lex v0.7.0
3992024-08-09T05:06:59.461Z Compiling heck v0.5.0
4002024-08-09T05:06:59.486Z Compiling anyhow v1.0.86
4012024-08-09T05:06:59.511Z Compiling strsim v0.11.1
4022024-08-09T05:06:59.514Z Compiling heck v0.4.1
4032024-08-09T05:06:59.873Z Compiling clap_builder v4.5.13
4042024-08-09T05:07:00.009Z Compiling papergrid v0.11.0
4052024-08-09T05:07:00.300Z Compiling memmap v0.7.0
4062024-08-09T05:07:00.896Z Compiling swrite v0.1.0
4072024-08-09T05:07:02.509Z Compiling tabled_derive v0.7.0
4082024-08-09T05:07:03.982Z Compiling tabled v0.15.0
4092024-08-09T05:07:05.687Z Compiling serde_derive v1.0.205
4102024-08-09T05:07:05.690Z Compiling thiserror-impl v1.0.63
4112024-08-09T05:07:05.690Z Compiling zerocopy-derive v0.7.34
4122024-08-09T05:07:05.690Z Compiling scroll_derive v0.12.0
4132024-08-09T05:07:05.690Z Compiling clap_derive v4.5.13
4142024-08-09T05:07:06.896Z Compiling scroll v0.12.0
4152024-08-09T05:07:07.454Z Compiling goblin v0.8.2
4162024-08-09T05:07:07.542Z Compiling zerocopy v0.7.34
4172024-08-09T05:07:08.442Z Compiling pest v2.7.10
4182024-08-09T05:07:09.434Z Compiling clap v4.5.13
4192024-08-09T05:07:10.504Z Compiling pest_meta v2.7.10
4202024-08-09T05:07:11.306Z Compiling pest_generator v2.7.10
4212024-08-09T05:07:13.212Z Compiling pest_derive v2.7.10
4222024-08-09T05:07:13.888Z Compiling dtrace-parser v0.2.0
4232024-08-09T05:07:15.705Z Compiling serde_tokenstream v0.2.1
4242024-08-09T05:07:15.842Z Compiling serde_spanned v0.6.7
4252024-08-09T05:07:15.845Z Compiling toml_datetime v0.6.8
4262024-08-09T05:07:15.950Z Compiling cargo-platform v0.1.8
4272024-08-09T05:07:16.192Z Compiling toml_edit v0.22.20
4282024-08-09T05:07:16.239Z Compiling macaddr v1.0.1
4292024-08-09T05:07:17.141Z Compiling dof v0.3.0
4302024-08-09T05:07:17.215Z Compiling cargo_metadata v0.18.1
4312024-08-09T05:07:18.828Z Compiling usdt-attr-macro v0.5.0
4322024-08-09T05:07:18.831Z Compiling usdt-macro v0.5.0
4332024-08-09T05:07:19.106Z Compiling toml v0.8.19
4342024-08-09T05:07:19.965Z Compiling cargo_toml v0.20.4
4352024-08-09T05:07:20.032Z Compiling usdt v0.5.0
4362024-08-09T05:07:23.617Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4372024-08-09T05:07:27.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.81s
4382024-08-09T05:07:27.647Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4392024-08-09T05:07:28.188Z Downloading crates ...
4402024-08-09T05:07:28.301Z Downloaded addr2line v0.21.0
4412024-08-09T05:07:28.307Z Downloaded atty v0.2.14
4422024-08-09T05:07:28.317Z Downloaded arc-swap v1.7.1
4432024-08-09T05:07:28.326Z Downloaded bitstruct_derive v0.1.0
4442024-08-09T05:07:28.329Z Downloaded ciborium-io v0.2.2
4452024-08-09T05:07:28.329Z Downloaded is-terminal v0.4.12
4462024-08-09T05:07:28.332Z Downloaded instant v0.1.12
4472024-08-09T05:07:28.337Z Downloaded ipnetwork v0.20.0
4482024-08-09T05:07:28.340Z Downloaded indoc v1.0.9
4492024-08-09T05:07:28.343Z Downloaded ipnet v2.9.0
4502024-08-09T05:07:28.346Z Downloaded crucible-workspace-hack v0.1.0
4512024-08-09T05:07:28.346Z Downloaded opaque-debug v0.3.1
4522024-08-09T05:07:28.349Z Downloaded openssl-probe v0.1.5
4532024-08-09T05:07:28.349Z Downloaded darling_macro v0.20.9
4542024-08-09T05:07:28.349Z Downloaded atomicwrites v0.4.3
4552024-08-09T05:07:28.352Z Downloaded assert_matches v1.5.0
4562024-08-09T05:07:28.352Z Downloaded normalize-line-endings v0.3.0
4572024-08-09T05:07:28.355Z Downloaded async-stream-impl v0.3.5
4582024-08-09T05:07:28.355Z Downloaded async-stream v0.3.5
4592024-08-09T05:07:28.358Z Downloaded ascii-canvas v3.0.0
4602024-08-09T05:07:28.358Z Downloaded matches v0.1.10
4612024-08-09T05:07:28.358Z Downloaded constant_time_eq v0.3.0
4622024-08-09T05:07:28.361Z Downloaded atomic-waker v1.1.2
4632024-08-09T05:07:28.361Z Downloaded peg-runtime v0.8.3
4642024-08-09T05:07:28.364Z Downloaded num_threads v0.1.7
4652024-08-09T05:07:28.364Z Downloaded cexpr v0.6.0
4662024-08-09T05:07:28.367Z Downloaded bb8 v0.8.5
4672024-08-09T05:07:28.367Z Downloaded new_debug_unreachable v1.0.6
4682024-08-09T05:07:28.370Z Downloaded block-padding v0.3.3
4692024-08-09T05:07:28.370Z Downloaded async-recursion v1.1.1
4702024-08-09T05:07:28.373Z Downloaded parse-size v1.0.0
4712024-08-09T05:07:28.376Z Downloaded num-iter v0.1.45
4722024-08-09T05:07:28.376Z Downloaded num v0.4.3
4732024-08-09T05:07:28.376Z Downloaded crossbeam-deque v0.8.5
4742024-08-09T05:07:28.379Z Downloaded adler v1.0.2
4752024-08-09T05:07:28.379Z Downloaded num-derive v0.4.2
4762024-08-09T05:07:28.382Z Downloaded lazy_static v1.5.0
4772024-08-09T05:07:28.385Z Downloaded num_enum v0.5.11
4782024-08-09T05:07:28.388Z Downloaded nibble_vec v0.1.0
4792024-08-09T05:07:28.391Z Downloaded mockall v0.13.0
4802024-08-09T05:07:28.394Z Downloaded olpc-cjson v0.1.3
4812024-08-09T05:07:28.394Z Downloaded der v0.7.9
4822024-08-09T05:07:28.397Z Downloaded newtype-uuid v1.1.0
4832024-08-09T05:07:28.400Z Downloaded peg v0.8.4
4842024-08-09T05:07:28.403Z Downloaded parse-display v0.9.1
4852024-08-09T05:07:28.406Z Downloaded darling v0.20.9
4862024-08-09T05:07:28.409Z Downloaded multer v3.1.0
4872024-08-09T05:07:28.412Z Downloaded md-5 v0.10.6
4882024-08-09T05:07:28.412Z Downloaded cfg_aliases v0.1.1
4892024-08-09T05:07:28.415Z Downloaded packed_struct_codegen v0.10.1
4902024-08-09T05:07:28.415Z Downloaded debug-ignore v1.0.5
4912024-08-09T05:07:28.418Z Downloaded castaway v0.2.2
4922024-08-09T05:07:28.418Z Downloaded owo-colors v4.0.0
4932024-08-09T05:07:28.421Z Downloaded crunchy v0.2.2
4942024-08-09T05:07:28.424Z Downloaded paste v1.0.15
4952024-08-09T05:07:28.427Z Downloaded smawk v0.3.2
4962024-08-09T05:07:28.427Z Downloaded match_cfg v0.1.0
4972024-08-09T05:07:28.430Z Downloaded slog-scope v4.4.0
4982024-08-09T05:07:28.430Z Downloaded aead v0.5.2
4992024-08-09T05:07:28.433Z Downloaded arrayvec v0.7.4
5002024-08-09T05:07:28.433Z Downloaded num-traits v0.2.19
5012024-08-09T05:07:28.436Z Downloaded mime_guess v2.0.4
5022024-08-09T05:07:28.440Z Downloaded cookie v0.17.0
5032024-08-09T05:07:28.443Z Downloaded strip-ansi-escapes v0.2.0
5042024-08-09T05:07:28.443Z Downloaded bitfield-struct v0.6.1
5052024-08-09T05:07:28.443Z Downloaded oso v0.27.3
5062024-08-09T05:07:28.446Z Downloaded miniz_oxide v0.7.2
5072024-08-09T05:07:28.449Z Downloaded bit-vec v0.6.3
5082024-08-09T05:07:28.451Z Downloaded openssl-macros v0.1.1
5092024-08-09T05:07:28.452Z Downloaded number_prefix v0.4.0
5102024-08-09T05:07:28.454Z Downloaded backoff v0.4.0
5112024-08-09T05:07:28.454Z Downloaded toolchain_find v0.4.0
5122024-08-09T05:07:28.457Z Downloaded cancel-safe-futures v0.1.5
5132024-08-09T05:07:28.460Z Downloaded lru v0.12.3
5142024-08-09T05:07:28.460Z Downloaded num-conv v0.1.0
5152024-08-09T05:07:28.463Z Downloaded path-slash v0.1.5
5162024-08-09T05:07:28.463Z Downloaded newline-converter v0.3.0
5172024-08-09T05:07:28.466Z Downloaded argon2 v0.5.3
5182024-08-09T05:07:28.466Z Downloaded multimap v0.10.0
5192024-08-09T05:07:28.469Z Downloaded managed v0.8.0
5202024-08-09T05:07:28.469Z Downloaded kstat-rs v0.2.4
5212024-08-09T05:07:28.472Z Downloaded lazycell v1.3.0
5222024-08-09T05:07:28.472Z Downloaded lalrpop-util v0.19.12
5232024-08-09T05:07:28.472Z Downloaded bitflags v1.3.2
5242024-08-09T05:07:28.475Z Downloaded buf-list v1.0.3
5252024-08-09T05:07:28.478Z Downloaded foreign-types v0.5.0
5262024-08-09T05:07:28.478Z Downloaded spin v0.5.2
5272024-08-09T05:07:28.481Z Downloaded difflib v0.4.0
5282024-08-09T05:07:28.481Z Downloaded bitfield v0.14.0
5292024-08-09T05:07:28.484Z Downloaded convert_case v0.4.0
5302024-08-09T05:07:28.484Z Downloaded cstr-argument v0.1.2
5312024-08-09T05:07:28.487Z Downloaded libsw v3.3.1
5322024-08-09T05:07:28.487Z Downloaded keccak v0.1.5
5332024-08-09T05:07:28.490Z Downloaded const_format_proc_macros v0.2.32
5342024-08-09T05:07:28.490Z Downloaded crc-catalog v2.4.0
5352024-08-09T05:07:28.492Z Downloaded crc v3.2.1
5362024-08-09T05:07:28.495Z Downloaded ident_case v1.0.1
5372024-08-09T05:07:28.495Z Downloaded curve25519-dalek-derive v0.1.1
5382024-08-09T05:07:28.498Z Downloaded mime v0.3.17
5392024-08-09T05:07:28.498Z Downloaded newtype_derive v0.1.6
5402024-08-09T05:07:28.498Z Downloaded camino-tempfile v1.1.1
5412024-08-09T05:07:28.501Z Downloaded blake2 v0.10.6
5422024-08-09T05:07:28.504Z Downloaded num_cpus v1.16.0
5432024-08-09T05:07:28.507Z Downloaded defmt-macros v0.3.9
5442024-08-09T05:07:28.510Z Downloaded maybe-uninit v2.0.0
5452024-08-09T05:07:28.510Z Downloaded http-range v0.1.5
5462024-08-09T05:07:28.513Z Downloaded tempfile v3.10.1
5472024-08-09T05:07:28.516Z Downloaded packed_struct v0.10.1
5482024-08-09T05:07:28.519Z Downloaded crc-any v2.5.0
5492024-08-09T05:07:28.519Z Downloaded signal-hook-registry v1.4.2
5502024-08-09T05:07:28.522Z Downloaded foreign-types v0.3.2
5512024-08-09T05:07:28.522Z Downloaded parse-display-derive v0.9.1
5522024-08-09T05:07:28.525Z Downloaded crossbeam-utils v0.8.19
5532024-08-09T05:07:28.528Z Downloaded slog-bunyan v2.5.0
5542024-08-09T05:07:28.528Z Downloaded siphasher v0.3.11
5552024-08-09T05:07:28.528Z Downloaded dirs-next v2.0.0
5562024-08-09T05:07:28.531Z Downloaded utf-8 v0.7.6
5572024-08-09T05:07:28.531Z Downloaded psl-types v2.0.11
5582024-08-09T05:07:28.533Z Downloaded phf_shared v0.10.0
5592024-08-09T05:07:28.534Z Downloaded linear-map v1.2.0
5602024-08-09T05:07:28.536Z Downloaded oso-derive v0.27.3
5612024-08-09T05:07:28.536Z Downloaded num_enum_derive v0.5.11
5622024-08-09T05:07:28.536Z Downloaded num-integer v0.1.46
5632024-08-09T05:07:28.539Z Downloaded ciborium-ll v0.2.2
5642024-08-09T05:07:28.539Z Downloaded futures-macro v0.3.30
5652024-08-09T05:07:28.544Z Downloaded futures-io v0.3.30
5662024-08-09T05:07:28.545Z Downloaded futures-core v0.3.30
5672024-08-09T05:07:28.545Z Downloaded fastrand v2.1.0
5682024-08-09T05:07:28.545Z Downloaded memmap2 v0.9.4
5692024-08-09T05:07:28.548Z Downloaded bzip2 v0.4.4
5702024-08-09T05:07:28.548Z Downloaded stable_deref_trait v1.2.0
5712024-08-09T05:07:28.552Z Downloaded stability v0.2.0
5722024-08-09T05:07:28.552Z Downloaded sqlparser_derive v0.2.2
5732024-08-09T05:07:28.552Z Downloaded base64ct v1.6.0
5742024-08-09T05:07:28.555Z Downloaded ascii v1.1.0
5752024-08-09T05:07:28.558Z Downloaded tinyvec_macros v0.1.1
5762024-08-09T05:07:28.558Z Downloaded phf_shared v0.11.2
5772024-08-09T05:07:28.558Z Downloaded hex v0.4.3
5782024-08-09T05:07:28.561Z Downloaded futures-executor v0.3.30
5792024-08-09T05:07:28.561Z Downloaded libloading v0.8.3
5802024-08-09T05:07:28.564Z Downloaded cassowary v0.3.0
5812024-08-09T05:07:28.567Z Downloaded take_mut v0.2.2
5822024-08-09T05:07:28.567Z Downloaded predicates-tree v1.0.9
5832024-08-09T05:07:28.567Z Downloaded num-rational v0.4.2
5842024-08-09T05:07:28.570Z Downloaded native-tls v0.2.11
5852024-08-09T05:07:28.573Z Downloaded bytes v1.7.1
5862024-08-09T05:07:28.576Z Downloaded parking_lot_core v0.9.10
5872024-08-09T05:07:28.579Z Downloaded float-ord v0.3.2
5882024-08-09T05:07:28.579Z Downloaded derive_builder_macro v0.20.0
5892024-08-09T05:07:28.582Z Downloaded unarray v0.1.4
5902024-08-09T05:07:28.582Z Downloaded fallible-iterator v0.2.0
5912024-08-09T05:07:28.585Z Downloaded diesel_table_macro_syntax v0.2.0
5922024-08-09T05:07:28.585Z Downloaded peg-macros v0.8.4
5932024-08-09T05:07:28.587Z Downloaded base64 v0.13.1
5942024-08-09T05:07:28.590Z Downloaded zone v0.1.8
5952024-08-09T05:07:28.591Z Downloaded precomputed-hash v0.1.1
5962024-08-09T05:07:28.594Z Downloaded try-lock v0.2.5
5972024-08-09T05:07:28.594Z Downloaded headers-core v0.2.0
5982024-08-09T05:07:28.594Z Downloaded stringprep v0.1.4
5992024-08-09T05:07:28.594Z Downloaded whoami v1.5.1
6002024-08-09T05:07:28.597Z Downloaded tokio-macros v2.3.0
6012024-08-09T05:07:28.599Z Downloaded tokio-stream v0.1.15
6022024-08-09T05:07:28.602Z Downloaded resolv-conf v0.7.0
6032024-08-09T05:07:28.605Z Downloaded fxhash v0.2.1
6042024-08-09T05:07:28.605Z Downloaded strum_macros v0.26.4
6052024-08-09T05:07:28.608Z Downloaded nu-ansi-term v0.50.0
6062024-08-09T05:07:28.611Z Downloaded futures-channel v0.3.30
6072024-08-09T05:07:28.613Z Downloaded socket2 v0.5.7
6082024-08-09T05:07:28.614Z Downloaded ref-cast-impl v1.0.23
6092024-08-09T05:07:28.616Z Downloaded powerfmt v0.2.0
6102024-08-09T05:07:28.616Z Downloaded slog-dtrace v0.3.0
6112024-08-09T05:07:28.619Z Downloaded serde_arrays v0.1.0
6122024-08-09T05:07:28.619Z Downloaded thread_local v1.1.8
6132024-08-09T05:07:28.623Z Downloaded smallvec v0.6.14
6142024-08-09T05:07:28.623Z Downloaded uuid v1.10.0
6152024-08-09T05:07:28.626Z Downloaded serde-hex v0.1.0
6162024-08-09T05:07:28.630Z Downloaded httparse v1.8.0
6172024-08-09T05:07:28.630Z Downloaded iana-time-zone v0.1.60
6182024-08-09T05:07:28.632Z Downloaded mockall_derive v0.13.0
6192024-08-09T05:07:28.635Z Downloaded highway v1.2.0
6202024-08-09T05:07:28.638Z Downloaded lock_api v0.4.12
6212024-08-09T05:07:28.641Z Downloaded time-core v0.1.2
6222024-08-09T05:07:28.641Z Downloaded password-hash v0.5.0
6232024-08-09T05:07:28.643Z Downloaded test-strategy v0.3.1
6242024-08-09T05:07:28.646Z Downloaded tap v1.0.1
6252024-08-09T05:07:28.646Z Downloaded vte_generate_state_changes v0.1.1
6262024-08-09T05:07:28.650Z Downloaded float-cmp v0.9.0
6272024-08-09T05:07:28.650Z Downloaded derive_builder_core v0.20.0
6282024-08-09T05:07:28.653Z Downloaded textwrap v0.16.1
6292024-08-09T05:07:28.656Z Downloaded crossbeam-epoch v0.9.18
6302024-08-09T05:07:28.659Z Downloaded zone_cfg_derive v0.1.2
6312024-08-09T05:07:28.659Z Downloaded portpicker v0.1.1
6322024-08-09T05:07:28.659Z Downloaded const_format v0.2.32
6332024-08-09T05:07:28.663Z Downloaded base64 v0.22.1
6342024-08-09T05:07:28.667Z Downloaded socket2 v0.4.10
6352024-08-09T05:07:28.670Z Downloaded ppv-lite86 v0.2.17
6362024-08-09T05:07:28.673Z Downloaded tinyvec v1.6.0
6372024-08-09T05:07:28.676Z Downloaded tui-tree-widget v0.21.0
6382024-08-09T05:07:28.676Z Downloaded shlex v1.3.0
6392024-08-09T05:07:28.679Z Downloaded pin-project-lite v0.2.14
6402024-08-09T05:07:28.683Z Downloaded glob v0.3.1
6412024-08-09T05:07:28.685Z Downloaded radium v0.7.0
6422024-08-09T05:07:28.688Z Downloaded rand_chacha v0.3.1
6432024-08-09T05:07:28.688Z Downloaded hubpack_derive v0.1.1
6442024-08-09T05:07:28.688Z Downloaded serde_path_to_error v0.1.16
6452024-08-09T05:07:28.691Z Downloaded termtree v0.4.1
6462024-08-09T05:07:28.691Z Downloaded pin-utils v0.1.0
6472024-08-09T05:07:28.694Z Downloaded sigpipe v0.1.3
6482024-08-09T05:07:28.694Z Downloaded unicase v2.7.0
6492024-08-09T05:07:28.697Z Downloaded crypto-bigint v0.5.5
6502024-08-09T05:07:28.702Z Downloaded structmeta v0.2.0
6512024-08-09T05:07:28.705Z Downloaded derive_builder v0.20.0
6522024-08-09T05:07:28.718Z Downloaded der_derive v0.7.2
6532024-08-09T05:07:28.721Z Downloaded pretty-hex v0.2.1
6542024-08-09T05:07:28.724Z Downloaded foreign-types-shared v0.3.1
6552024-08-09T05:07:28.724Z Downloaded tabwriter v1.4.0
6562024-08-09T05:07:28.724Z Downloaded string_cache v0.8.7
6572024-08-09T05:07:28.727Z Downloaded group v0.13.0
6582024-08-09T05:07:28.727Z Downloaded filetime v0.2.23
6592024-08-09T05:07:28.730Z Downloaded rand_core v0.6.4
6602024-08-09T05:07:28.733Z Downloaded similar v2.5.0
6612024-08-09T05:07:28.736Z Downloaded libxml v0.3.3
6622024-08-09T05:07:28.742Z Downloaded signal-hook-tokio v0.3.1
6632024-08-09T05:07:28.745Z Downloaded headers v0.3.9
6642024-08-09T05:07:28.748Z Downloaded url v2.5.2
6652024-08-09T05:07:28.752Z Downloaded serde_plain v1.0.2
6662024-08-09T05:07:28.754Z Downloaded fd-lock v4.0.2
6672024-08-09T05:07:28.757Z Downloaded unicode-linebreak v0.1.5
6682024-08-09T05:07:28.757Z Downloaded tower-service v0.3.2
6692024-08-09T05:07:28.760Z Downloaded rand_seeder v0.3.0
6702024-08-09T05:07:28.760Z Downloaded globset v0.4.14
6712024-08-09T05:07:28.764Z Downloaded erased-serde v0.3.31
6722024-08-09T05:07:28.764Z Downloaded endian-type v0.1.2
6732024-08-09T05:07:28.768Z Downloaded dsl_auto_type v0.1.2
6742024-08-09T05:07:28.768Z Downloaded signature v2.2.0
6752024-08-09T05:07:28.768Z Downloaded rusty-fork v0.3.0
6762024-08-09T05:07:28.771Z Downloaded slog-async v2.8.0
6772024-08-09T05:07:28.771Z Downloaded rustls-pemfile v1.0.4
6782024-08-09T05:07:28.773Z Downloaded slab v0.4.9
6792024-08-09T05:07:28.776Z Downloaded derive-where v1.2.7
6802024-08-09T05:07:28.779Z Downloaded hubpack v0.1.2
6812024-08-09T05:07:28.779Z Downloaded backtrace v0.3.71
6822024-08-09T05:07:28.784Z Downloaded itertools v0.10.5
6832024-08-09T05:07:28.791Z Downloaded poly1305 v0.8.0
6842024-08-09T05:07:28.793Z Downloaded form_urlencoded v1.2.1
6852024-08-09T05:07:28.809Z Downloaded untrusted v0.9.0
6862024-08-09T05:07:28.809Z Downloaded vte v0.11.1
6872024-08-09T05:07:28.809Z Downloaded tokio-native-tls v0.3.1
6882024-08-09T05:07:28.809Z Downloaded fixedbitset v0.4.2
6892024-08-09T05:07:28.809Z Downloaded tiny-keccak v2.0.2
6902024-08-09T05:07:28.818Z Downloaded want v0.3.1
6912024-08-09T05:07:28.818Z Downloaded pem v3.0.4
6922024-08-09T05:07:28.818Z Downloaded serde_repr v0.1.19
6932024-08-09T05:07:28.818Z Downloaded openssl-sys v0.9.103
6942024-08-09T05:07:28.818Z Downloaded samael v0.0.15
6952024-08-09T05:07:28.827Z Downloaded hash32 v0.3.1
6962024-08-09T05:07:28.827Z Downloaded sync_wrapper v0.1.2
6972024-08-09T05:07:28.827Z Downloaded rtoolbox v0.0.2
6982024-08-09T05:07:28.827Z Downloaded indent_write v2.2.0
6992024-08-09T05:07:28.827Z Downloaded hash32 v0.2.1
7002024-08-09T05:07:28.827Z Downloaded termios v0.3.3
7012024-08-09T05:07:28.827Z Downloaded spki v0.7.3
7022024-08-09T05:07:28.832Z Downloaded rpassword v7.3.1
7032024-08-09T05:07:28.833Z Downloaded predicates-core v1.0.6
7042024-08-09T05:07:28.833Z Downloaded ena v0.14.3
7052024-08-09T05:07:28.835Z Downloaded futures-sink v0.3.30
7062024-08-09T05:07:28.835Z Downloaded flagset v0.4.5
7072024-08-09T05:07:28.838Z Downloaded which v4.4.2
7082024-08-09T05:07:28.838Z Downloaded ff v0.13.0
7092024-08-09T05:07:28.841Z Downloaded strum v0.26.3
7102024-08-09T05:07:28.841Z Downloaded tracing-attributes v0.1.27
7112024-08-09T05:07:28.844Z Downloaded unicode-bidi v0.3.15
7122024-08-09T05:07:28.847Z Downloaded tls_codec_derive v0.4.1
7132024-08-09T05:07:28.849Z Downloaded half v2.4.1
7142024-08-09T05:07:28.852Z Downloaded minimal-lexical v0.2.1
7152024-08-09T05:07:28.855Z Downloaded percent-encoding v2.3.1
7162024-08-09T05:07:28.858Z Downloaded base64 v0.21.7
7172024-08-09T05:07:28.860Z Downloaded diff v0.1.13
7182024-08-09T05:07:28.863Z Downloaded rustfmt-wrapper v0.2.1
7192024-08-09T05:07:28.866Z Downloaded foreign-types-shared v0.1.1
7202024-08-09T05:07:28.866Z Downloaded quick-error v1.2.3
7212024-08-09T05:07:28.869Z Downloaded funty v2.0.0
7222024-08-09T05:07:28.869Z Downloaded tokio-rustls v0.24.1
7232024-08-09T05:07:28.875Z Downloaded snafu v0.8.2
7242024-08-09T05:07:28.877Z Downloaded rustc-hash v1.1.0
7252024-08-09T05:07:28.877Z Downloaded waitgroup v0.1.2
7262024-08-09T05:07:28.880Z Downloaded serde-big-array v0.5.1
7272024-08-09T05:07:28.880Z Downloaded getopts v0.2.21
7282024-08-09T05:07:28.884Z Downloaded tar v0.4.41
7292024-08-09T05:07:28.884Z Downloaded mio v0.8.11
7302024-08-09T05:07:28.889Z Downloaded thiserror-impl-no-std v2.0.2
7312024-08-09T05:07:28.892Z Downloaded scopeguard v1.2.0
7322024-08-09T05:07:28.892Z Downloaded supports-color v3.0.0
7332024-08-09T05:07:28.894Z Downloaded gethostname v0.5.0
7342024-08-09T05:07:28.894Z Downloaded tls_codec v0.4.1
7352024-08-09T05:07:28.897Z Downloaded futures-task v0.3.30
7362024-08-09T05:07:28.897Z Downloaded fragile v2.0.0
7372024-08-09T05:07:28.900Z Downloaded thiserror-no-std v2.0.2
7382024-08-09T05:07:28.902Z Downloaded subtle v2.5.0
7392024-08-09T05:07:28.905Z Downloaded yasna v0.5.2
7402024-08-09T05:07:28.908Z Downloaded walkdir v2.5.0
7412024-08-09T05:07:28.908Z Downloaded toml v0.7.8
7422024-08-09T05:07:28.911Z Downloaded derive_more v0.99.18
7432024-08-09T05:07:28.915Z Downloaded heapless v0.7.17
7442024-08-09T05:07:28.919Z Downloaded serde_with_macros v3.8.3
7452024-08-09T05:07:28.922Z Downloaded slog-envlogger v2.2.0
7462024-08-09T05:07:28.925Z Downloaded static_assertions v1.1.0
7472024-08-09T05:07:28.925Z Downloaded snafu-derive v0.8.2
7482024-08-09T05:07:28.927Z Downloaded toml_edit v0.19.15
7492024-08-09T05:07:28.942Z Downloaded foreign-types-macros v0.2.3
7502024-08-09T05:07:28.945Z Downloaded heck v0.3.3
7512024-08-09T05:07:28.945Z Downloaded downcast v0.11.0
7522024-08-09T05:07:28.947Z Downloaded display-error-chain v0.2.0
7532024-08-09T05:07:28.947Z Downloaded time-macros v0.2.18
7542024-08-09T05:07:28.950Z Downloaded rustc-demangle v0.1.24
7552024-08-09T05:07:28.950Z Downloaded pem-rfc7468 v0.7.0
7562024-08-09T05:07:28.953Z Downloaded typed-path v0.7.1
7572024-08-09T05:07:28.957Z Downloaded dirs-sys-next v0.1.2
7582024-08-09T05:07:28.960Z Downloaded pkg-config v0.3.30
7592024-08-09T05:07:28.960Z Downloaded zeroize v1.7.0
7602024-08-09T05:07:28.963Z Downloaded semver v0.1.20
7612024-08-09T05:07:28.963Z Downloaded proc-macro-crate v1.3.1
7622024-08-09T05:07:28.966Z Downloaded structmeta-derive v0.2.0
7632024-08-09T05:07:28.966Z Downloaded trust-dns-client v0.22.0
7642024-08-09T05:07:28.970Z Downloaded xattr v1.3.1
7652024-08-09T05:07:28.972Z Downloaded schemars v0.8.21
7662024-08-09T05:07:28.983Z Downloaded indexmap v1.9.3
7672024-08-09T05:07:28.986Z Downloaded serde_yaml v0.9.34+deprecated
7682024-08-09T05:07:28.989Z Downloaded smf v0.2.3
7692024-08-09T05:07:28.992Z Downloaded trust-dns-resolver v0.22.0
7702024-08-09T05:07:28.995Z Downloaded tracing-core v0.1.32
7712024-08-09T05:07:28.998Z Downloaded hostname v0.3.1
7722024-08-09T05:07:29.000Z Downloaded env_logger v0.9.3
7732024-08-09T05:07:29.003Z Downloaded unicode-segmentation v1.11.0
7742024-08-09T05:07:29.006Z Downloaded uzers v0.11.3
7752024-08-09T05:07:29.006Z Downloaded slog-stdlog v4.1.1
7762024-08-09T05:07:29.009Z Downloaded crossterm v0.27.0
7772024-08-09T05:07:29.013Z Downloaded untrusted v0.7.1
7782024-08-09T05:07:29.016Z Downloaded http-body v0.4.6
7792024-08-09T05:07:29.016Z Downloaded slog-json v2.6.1
7802024-08-09T05:07:29.019Z Downloaded tokio-postgres v0.7.11
7812024-08-09T05:07:29.024Z Downloaded publicsuffix v2.2.3
7822024-08-09T05:07:29.027Z Downloaded either v1.13.0
7832024-08-09T05:07:29.027Z Downloaded rand_xorshift v0.3.0
7842024-08-09T05:07:29.029Z Downloaded hostname v0.4.0
7852024-08-09T05:07:29.029Z Downloaded home v0.5.9
7862024-08-09T05:07:29.032Z Downloaded dyn-clone v1.0.17
7872024-08-09T05:07:29.032Z Downloaded http v0.2.12
7882024-08-09T05:07:29.035Z Downloaded rustls-pemfile v2.1.3
7892024-08-09T05:07:29.038Z Downloaded tokio-tungstenite v0.20.1
7902024-08-09T05:07:29.040Z Downloaded httpdate v1.0.3
7912024-08-09T05:07:29.043Z Downloaded topological-sort v0.2.2
7922024-08-09T05:07:29.043Z Downloaded r2d2 v0.8.10
7932024-08-09T05:07:29.046Z Downloaded smallvec v1.13.2
7942024-08-09T05:07:29.046Z Downloaded rsa v0.9.6
7952024-08-09T05:07:29.050Z Downloaded unicode-xid v0.2.4
7962024-08-09T05:07:29.053Z Downloaded itertools v0.12.1
7972024-08-09T05:07:29.058Z Downloaded postgres-types v0.2.7
7982024-08-09T05:07:29.061Z Downloaded enum-as-inner v0.5.1
7992024-08-09T05:07:29.065Z Downloaded embedded-io v0.4.0
8002024-08-09T05:07:29.065Z Downloaded universal-hash v0.5.1
8012024-08-09T05:07:29.065Z Downloaded env_logger v0.10.2
8022024-08-09T05:07:29.069Z Downloaded unicode-normalization v0.1.23
8032024-08-09T05:07:29.071Z Downloaded unicode-truncate v1.0.0
8042024-08-09T05:07:29.074Z Downloaded slog-term v2.9.1
8052024-08-09T05:07:29.077Z Downloaded prettyplease v0.2.20
8062024-08-09T05:07:29.080Z Downloaded ron v0.8.1
8072024-08-09T05:07:29.083Z Downloaded postgres-protocol v0.6.7
8082024-08-09T05:07:29.086Z Downloaded indicatif v0.17.8
8092024-08-09T05:07:29.088Z Downloaded pkcs1 v0.7.5
8102024-08-09T05:07:29.091Z Downloaded rustls-pki-types v1.7.0
8112024-08-09T05:07:29.094Z Downloaded unsafe-libyaml v0.2.11
8122024-08-09T05:07:29.096Z Downloaded futures v0.3.30
8132024-08-09T05:07:29.101Z Downloaded expectorate v1.1.0
8142024-08-09T05:07:29.104Z Downloaded hmac v0.12.1
8152024-08-09T05:07:29.107Z Downloaded tokio-tungstenite v0.21.0
8162024-08-09T05:07:29.110Z Downloaded vsss-rs v3.3.4
8172024-08-09T05:07:29.110Z Downloaded flate2 v1.0.31
8182024-08-09T05:07:29.115Z Downloaded spin v0.9.8
8192024-08-09T05:07:29.117Z Downloaded getrandom v0.2.14
8202024-08-09T05:07:29.120Z Downloaded tracing v0.1.40
8212024-08-09T05:07:29.124Z Downloaded postcard v1.0.8
8222024-08-09T05:07:29.127Z Downloaded hyper-staticfile v0.9.5
8232024-08-09T05:07:29.130Z Downloaded num-bigint-dig v0.8.4
8242024-08-09T05:07:29.133Z Downloaded zerocopy v0.6.6
8252024-08-09T05:07:29.136Z Downloaded lalrpop v0.19.12
8262024-08-09T05:07:29.147Z Downloaded hashbrown v0.13.2
8272024-08-09T05:07:29.151Z Downloaded flume v0.11.0
8282024-08-09T05:07:29.154Z Downloaded rand v0.8.5
8292024-08-09T05:07:29.158Z Downloaded steno v0.4.1
8302024-08-09T05:07:29.162Z Downloaded blake3 v1.5.1
8312024-08-09T05:07:29.169Z Downloaded heapless v0.8.0
8322024-08-09T05:07:29.172Z Downloaded rayon-core v1.12.1
8332024-08-09T05:07:29.176Z Downloaded rcgen v0.12.1
8342024-08-09T05:07:29.179Z Downloaded elliptic-curve v0.13.8
8352024-08-09T05:07:29.182Z Downloaded rustyline v14.0.0
8362024-08-09T05:07:29.188Z Downloaded winnow v0.5.40
8372024-08-09T05:07:29.196Z Downloaded reedline v0.31.0
8382024-08-09T05:07:29.203Z Downloaded hashbrown v0.12.3
8392024-08-09T05:07:29.207Z Downloaded aho-corasick v1.1.3
8402024-08-09T05:07:29.213Z Downloaded portable-atomic v1.6.0
8412024-08-09T05:07:29.219Z Downloaded reqwest v0.11.27
8422024-08-09T05:07:29.226Z Downloaded unicode_categories v0.1.1
8432024-08-09T05:07:29.230Z Downloaded regex-automata v0.1.10
8442024-08-09T05:07:29.233Z Downloaded rayon v1.10.0
8452024-08-09T05:07:29.242Z Downloaded object v0.30.4
8462024-08-09T05:07:29.251Z Downloaded http v1.1.0
8472024-08-09T05:07:29.255Z Downloaded h2 v0.3.26
8482024-08-09T05:07:29.262Z Downloaded rustls-webpki v0.101.7
8492024-08-09T05:07:29.277Z Downloaded time v0.3.36
8502024-08-09T05:07:29.283Z Downloaded futures-util v0.3.30
8512024-08-09T05:07:29.295Z Downloaded nix v0.28.0
8522024-08-09T05:07:29.306Z Downloaded hyper v0.14.30
8532024-08-09T05:07:29.314Z Downloaded bitvec v1.0.1
8542024-08-09T05:07:29.328Z Downloaded sqlparser v0.45.0
8552024-08-09T05:07:29.334Z Downloaded bindgen v0.69.4
8562024-08-09T05:07:29.341Z Downloaded hkdf v0.12.4
8572024-08-09T05:07:29.344Z Downloaded serde_with v3.8.3
8582024-08-09T05:07:29.351Z Downloaded quick-xml v0.31.0
8592024-08-09T05:07:29.357Z Downloaded nix v0.27.1
8602024-08-09T05:07:29.367Z Downloaded chrono v0.4.38
8612024-08-09T05:07:29.374Z Downloaded object v0.32.2
8622024-08-09T05:07:29.385Z Downloaded tough v0.17.1
8632024-08-09T05:07:29.393Z Downloaded openssl v0.10.66
8642024-08-09T05:07:29.402Z Downloaded x509-cert v0.2.5
8652024-08-09T05:07:29.408Z Downloaded idna v0.5.0
8662024-08-09T05:07:29.415Z Downloaded diesel_derives v2.2.2
8672024-08-09T05:07:29.419Z Downloaded rustls-webpki v0.102.4
8682024-08-09T05:07:29.436Z Downloaded regex-syntax v0.6.29
8692024-08-09T05:07:29.443Z Downloaded proptest v1.5.0
8702024-08-09T05:07:29.452Z Downloaded idna v0.2.3
8712024-08-09T05:07:29.460Z Downloaded gimli v0.28.1
8722024-08-09T05:07:29.468Z Downloaded vcpkg v0.2.15
8732024-08-09T05:07:29.506Z Downloaded bstr v1.9.1
8742024-08-09T05:07:29.517Z Downloaded radix_trie v0.2.1
8752024-08-09T05:07:29.523Z Downloaded regex-syntax v0.8.3
8762024-08-09T05:07:29.531Z Downloaded smoltcp v0.9.1
8772024-08-09T05:07:29.542Z Downloaded smoltcp v0.11.0
8782024-08-09T05:07:29.554Z Downloaded rustls v0.22.4
8792024-08-09T05:07:29.568Z Downloaded diesel v2.2.2
8802024-08-09T05:07:29.587Z Downloaded polar-core v0.27.3
8812024-08-09T05:07:29.595Z Downloaded rustls v0.21.12
8822024-08-09T05:07:29.606Z Downloaded bstr v0.2.17
8832024-08-09T05:07:29.616Z Downloaded sled v0.34.7
8842024-08-09T05:07:29.626Z Downloaded bzip2-sys v0.1.11+1.0.8
8852024-08-09T05:07:29.639Z Downloaded ratatui v0.27.0
8862024-08-09T05:07:29.658Z Downloaded zerocopy-derive v0.6.6
8872024-08-09T05:07:29.668Z Downloaded regex-automata v0.4.6
8882024-08-09T05:07:29.686Z Downloaded sha3 v0.10.8
8892024-08-09T05:07:29.690Z Downloaded csv v1.3.0
8902024-08-09T05:07:29.711Z Downloaded trust-dns-proto v0.22.0
8912024-08-09T05:07:29.722Z Downloaded finl_unicode v1.2.0
8922024-08-09T05:07:29.735Z Downloaded tokio v1.38.1
8932024-08-09T05:07:29.772Z Downloaded petgraph v0.6.5
8942024-08-09T05:07:29.789Z Downloaded encoding_rs v0.8.34
8952024-08-09T05:07:29.811Z Downloaded openapiv3 v2.0.0
8962024-08-09T05:07:29.824Z Downloaded regex v1.10.6
8972024-08-09T05:07:29.836Z Downloaded webpki-roots v0.25.4
8982024-08-09T05:07:29.839Z Downloaded regress v0.9.1
8992024-08-09T05:07:29.848Z Downloaded idna v0.3.0
9002024-08-09T05:07:29.855Z Downloaded curve25519-dalek v4.1.3
9012024-08-09T05:07:29.864Z Downloaded tokio-util v0.7.11
9022024-08-09T05:07:29.870Z Downloaded tungstenite v0.21.0
9032024-08-09T05:07:29.873Z Downloaded secrecy v0.8.0
9042024-08-09T05:07:29.876Z Downloaded pkcs8 v0.10.2
9052024-08-09T05:07:29.878Z Downloaded term v0.7.0
9062024-08-09T05:07:29.881Z Downloaded wait-timeout v0.2.0
9072024-08-09T05:07:29.881Z Downloaded serde_urlencoded v0.7.1
9082024-08-09T05:07:29.884Z Downloaded strum_macros v0.24.3
9092024-08-09T05:07:29.884Z Downloaded structmeta-derive v0.3.0
9102024-08-09T05:07:29.886Z Downloaded sec1 v0.7.3
9112024-08-09T05:07:29.887Z Downloaded rustc_version v0.1.7
9122024-08-09T05:07:29.887Z Downloaded tungstenite v0.20.1
9132024-08-09T05:07:29.890Z Downloaded zip v0.6.6
9142024-08-09T05:07:29.893Z Downloaded toml v0.5.11
9152024-08-09T05:07:29.896Z Downloaded slog v2.7.0
9162024-08-09T05:07:29.899Z Downloaded schemars_derive v0.8.21
9172024-08-09T05:07:29.901Z Downloaded rustversion v1.0.17
9182024-08-09T05:07:29.905Z Downloaded wyz v0.5.1
9192024-08-09T05:07:29.905Z Downloaded sqlformat v0.2.4
9202024-08-09T05:07:29.908Z Downloaded termcolor v1.4.1
9212024-08-09T05:07:29.908Z Downloaded strum_macros v0.25.3
9222024-08-09T05:07:29.908Z Downloaded structmeta v0.3.0
9232024-08-09T05:07:29.911Z Downloaded crossbeam-channel v0.5.12
9242024-08-09T05:07:29.914Z Downloaded predicates v3.1.2
9252024-08-09T05:07:29.916Z Downloaded trust-dns-server v0.22.1
9262024-08-09T05:07:29.920Z Downloaded itertools v0.13.0
9272024-08-09T05:07:29.926Z Downloaded hyper-rustls v0.24.2
9282024-08-09T05:07:29.929Z Downloaded cc v1.0.97
9292024-08-09T05:07:29.932Z Downloaded signal-hook v0.3.17
9302024-08-09T05:07:29.935Z Downloaded nom v7.1.3
9312024-08-09T05:07:29.939Z Downloaded zeroize_derive v1.4.2
9322024-08-09T05:07:29.942Z Downloaded tokio-rustls v0.25.0
9332024-08-09T05:07:29.942Z Downloaded ron v0.7.1
9342024-08-09T05:07:29.946Z Downloaded darling_core v0.20.9
9352024-08-09T05:07:29.950Z Downloaded const-oid v0.9.6
9362024-08-09T05:07:29.953Z Downloaded libm v0.2.8
9372024-08-09T05:07:29.959Z Downloaded compact_str v0.7.1
9382024-08-09T05:07:29.962Z Downloaded chacha20poly1305 v0.10.1
9392024-08-09T05:07:29.965Z Downloaded signal-hook-mio v0.2.3
9402024-08-09T05:07:29.965Z Downloaded shell-words v1.1.0
9412024-08-09T05:07:29.968Z Downloaded serde_derive_internals v0.29.1
9422024-08-09T05:07:29.969Z Downloaded sct v0.7.1
9432024-08-09T05:07:29.971Z Downloaded impl-trait-for-tuples v0.2.2
9442024-08-09T05:07:29.974Z Downloaded humantime v2.1.0
9452024-08-09T05:07:29.975Z Downloaded pin-project v1.1.5
9462024-08-09T05:07:29.984Z Downloaded sha1 v0.10.6
9472024-08-09T05:07:29.986Z Downloaded scheduled-thread-pool v0.2.7
9482024-08-09T05:07:29.986Z Downloaded same-file v1.0.6
9492024-08-09T05:07:29.989Z Downloaded rustc_version v0.4.0
9502024-08-09T05:07:29.989Z Downloaded ref-cast v1.0.23
9512024-08-09T05:07:29.992Z Downloaded pin-project-internal v1.1.5
9522024-08-09T05:07:29.992Z Downloaded fatfs v0.3.6
9532024-08-09T05:07:29.995Z Downloaded subprocess v0.2.9
9542024-08-09T05:07:29.998Z Downloaded parking_lot v0.12.2
9552024-08-09T05:07:30.003Z Downloaded omicron-zone-package v0.11.0
9562024-08-09T05:07:30.005Z Downloaded deranged v0.3.11
9572024-08-09T05:07:30.005Z Downloaded cookie v0.18.1
9582024-08-09T05:07:30.005Z Downloaded clang-sys v1.7.0
9592024-08-09T05:07:30.008Z Downloaded ciborium v0.2.2
9602024-08-09T05:07:30.011Z Downloaded allocator-api2 v0.2.18
9612024-08-09T05:07:30.014Z Downloaded phf v0.11.2
9622024-08-09T05:07:30.014Z Downloaded hyper-tls v0.5.0
9632024-08-09T05:07:30.017Z Downloaded num-bigint v0.4.5
9642024-08-09T05:07:30.020Z Downloaded data-encoding v2.6.0
9652024-08-09T05:07:30.022Z Downloaded bcs v0.1.6
9662024-08-09T05:07:30.022Z Downloaded ahash v0.8.11
9672024-08-09T05:07:30.026Z Downloaded base16ct v0.2.0
9682024-08-09T05:07:30.026Z Downloaded bit-set v0.5.3
9692024-08-09T05:07:30.029Z Downloaded nodrop v0.1.14
9702024-08-09T05:07:30.029Z Downloaded is_ci v1.2.0
9712024-08-09T05:07:30.029Z Downloaded defmt-parser v0.3.4
9722024-08-09T05:07:30.029Z Downloaded defmt v0.3.8
9732024-08-09T05:07:30.032Z Downloaded csv-core v0.1.11
9742024-08-09T05:07:30.035Z Downloaded cookie_store v0.20.0
9752024-08-09T05:07:30.035Z Downloaded console v0.15.8
9762024-08-09T05:07:30.038Z Downloaded colored v2.1.0
9772024-08-09T05:07:30.041Z Downloaded async-trait v0.1.81
9782024-08-09T05:07:30.043Z Downloaded crc32fast v1.4.0
9792024-08-09T05:07:30.044Z Downloaded arrayref v0.3.7
9802024-08-09T05:07:30.046Z Downloaded array-init v0.0.4
9812024-08-09T05:07:30.046Z Downloaded parking_lot_core v0.8.6
9822024-08-09T05:07:30.049Z Downloaded parking_lot v0.11.2
9832024-08-09T05:07:30.049Z Downloaded num-complex v0.4.6
9842024-08-09T05:07:30.052Z Downloaded libefi-sys v0.1.0
9852024-08-09T05:07:30.052Z Downloaded chacha20 v0.9.1
9862024-08-09T05:07:30.055Z Downloaded lru-cache v0.1.2
9872024-08-09T05:07:30.055Z Downloaded memoffset v0.9.1
9882024-08-09T05:07:30.055Z Downloaded maplit v1.0.2
9892024-08-09T05:07:30.059Z Downloaded linked-hash-map v0.5.6
9902024-08-09T05:07:30.059Z Downloaded cipher v0.4.4
9912024-08-09T05:07:30.062Z Downloaded nanorand v0.7.0
9922024-08-09T05:07:30.062Z Downloaded cobs v0.2.3
9932024-08-09T05:07:30.064Z Downloaded inout v0.1.3
9942024-08-09T05:07:30.064Z Downloaded bitstruct v0.1.1
9952024-08-09T05:07:30.212Z Downloaded ring v0.17.8
9962024-08-09T05:07:30.334Z Downloaded ring v0.16.20
9972024-08-09T05:07:30.505Z Compiling cfg-if v1.0.0
9982024-08-09T05:07:30.505Z Compiling serde v1.0.205
9992024-08-09T05:07:30.508Z Compiling lock_api v0.4.12
10002024-08-09T05:07:30.508Z Compiling scopeguard v1.2.0
10012024-08-09T05:07:30.508Z Compiling log v0.4.21
10022024-08-09T05:07:30.654Z Compiling syn v2.0.72
10032024-08-09T05:07:30.657Z Compiling cc v1.0.97
10042024-08-09T05:07:30.661Z Compiling typenum v1.17.0
10052024-08-09T05:07:30.714Z Compiling getrandom v0.2.14
10062024-08-09T05:07:30.757Z Compiling generic-array v0.14.7
10072024-08-09T05:07:31.076Z Compiling rand_core v0.6.4
10082024-08-09T05:07:31.078Z Compiling pin-project-lite v0.2.14
10092024-08-09T05:07:31.171Z Compiling parking_lot_core v0.9.10
10102024-08-09T05:07:31.216Z Compiling smallvec v1.13.2
10112024-08-09T05:07:31.260Z Compiling signal-hook-registry v1.4.2
10122024-08-09T05:07:31.523Z Compiling spin v0.9.8
10132024-08-09T05:07:31.594Z Compiling mio v0.8.11
10142024-08-09T05:07:31.626Z Compiling ahash v0.8.11
10152024-08-09T05:07:31.983Z Compiling futures-core v0.3.30
10162024-08-09T05:07:32.021Z Compiling parking_lot v0.12.2
10172024-08-09T05:07:32.182Z Compiling tinyvec_macros v0.1.1
10182024-08-09T05:07:32.275Z Compiling tinyvec v1.6.0
10192024-08-09T05:07:32.298Z Compiling num_cpus v1.16.0
10202024-08-09T05:07:32.314Z Compiling socket2 v0.5.7
10212024-08-09T05:07:32.431Z Compiling serde_json v1.0.122
10222024-08-09T05:07:32.786Z Compiling subtle v2.5.0
10232024-08-09T05:07:32.978Z Compiling const-oid v0.9.6
10242024-08-09T05:07:33.045Z Compiling libm v0.2.8
10252024-08-09T05:07:33.161Z Compiling num-traits v0.2.19
10262024-08-09T05:07:33.304Z Compiling slab v0.4.9
10272024-08-09T05:07:33.434Z Compiling allocator-api2 v0.2.18
10282024-08-09T05:07:33.460Z Compiling unicode-bidi v0.3.15
10292024-08-09T05:07:33.583Z Compiling futures-sink v0.3.30
10302024-08-09T05:07:33.803Z Compiling unicode-normalization v0.1.23
10312024-08-09T05:07:34.254Z Compiling futures-channel v0.3.30
10322024-08-09T05:07:34.275Z Compiling vcpkg v0.2.15
10332024-08-09T05:07:34.353Z Compiling futures-io v0.3.30
10342024-08-09T05:07:34.681Z Compiling pin-utils v0.1.0
10352024-08-09T05:07:34.684Z Compiling futures-task v0.3.30
10362024-08-09T05:07:34.787Z Compiling pkg-config v0.3.30
10372024-08-09T05:07:34.965Z Compiling ring v0.17.8
10382024-08-09T05:07:34.968Z Compiling percent-encoding v2.3.1
10392024-08-09T05:07:34.998Z Compiling ppv-lite86 v0.2.17
10402024-08-09T05:07:35.269Z Compiling tracing-core v0.1.32
10412024-08-09T05:07:35.332Z Compiling time-core v0.1.2
10422024-08-09T05:07:35.502Z Compiling powerfmt v0.2.0
10432024-08-09T05:07:35.743Z Compiling rand_chacha v0.3.1
10442024-08-09T05:07:35.891Z Compiling num-conv v0.1.0
10452024-08-09T05:07:36.184Z Compiling syn v1.0.109
10462024-08-09T05:07:36.339Z Compiling rustix v0.38.34
10472024-08-09T05:07:36.443Z Compiling openssl-sys v0.9.103
10482024-08-09T05:07:36.643Z Compiling untrusted v0.9.0
10492024-08-09T05:07:36.833Z Compiling time-macros v0.2.18
10502024-08-09T05:07:36.894Z Compiling rand v0.8.5
10512024-08-09T05:07:36.909Z Compiling deranged v0.3.11
10522024-08-09T05:07:37.147Z Compiling httparse v1.8.0
10532024-08-09T05:07:37.600Z Compiling num_threads v0.1.7
10542024-08-09T05:07:37.724Z Compiling foreign-types-shared v0.1.1
10552024-08-09T05:07:37.833Z Compiling openssl v0.10.66
10562024-08-09T05:07:37.919Z Compiling base64ct v1.6.0
10572024-08-09T05:07:38.223Z Compiling rustversion v1.0.17
10582024-08-09T05:07:38.397Z Compiling pem-rfc7468 v0.7.0
10592024-08-09T05:07:38.485Z Compiling foreign-types v0.3.2
10602024-08-09T05:07:38.594Z Compiling form_urlencoded v1.2.1
10612024-08-09T05:07:38.876Z Compiling siphasher v0.3.11
10622024-08-09T05:07:38.949Z Compiling native-tls v0.2.11
10632024-08-09T05:07:38.996Z Compiling crossbeam-utils v0.8.19
10642024-08-09T05:07:39.204Z Compiling flagset v0.4.5
10652024-08-09T05:07:39.262Z Compiling try-lock v0.2.5
10662024-08-09T05:07:39.377Z Compiling rustls v0.21.12
10672024-08-09T05:07:39.393Z Compiling want v0.3.1
10682024-08-09T05:07:39.633Z Compiling idna v0.5.0
10692024-08-09T05:07:39.762Z Compiling time v0.3.36
10702024-08-09T05:07:40.308Z Compiling lazy_static v1.5.0
10712024-08-09T05:07:40.427Z Compiling cookie v0.17.0
10722024-08-09T05:07:40.712Z Compiling aho-corasick v1.1.3
10732024-08-09T05:07:40.840Z Compiling cpufeatures v0.2.12
10742024-08-09T05:07:40.892Z Compiling signal-hook v0.3.17
10752024-08-09T05:07:40.941Z Compiling openssl-probe v0.1.5
10762024-08-09T05:07:41.047Z Compiling httpdate v1.0.3
10772024-08-09T05:07:41.147Z Compiling finl_unicode v1.2.0
10782024-08-09T05:07:41.271Z Compiling slog v2.7.0
10792024-08-09T05:07:41.475Z Compiling iana-time-zone v0.1.60
10802024-08-09T05:07:41.793Z Compiling tower-service v0.3.2
10812024-08-09T05:07:41.814Z Compiling adler v1.0.2
10822024-08-09T05:07:41.912Z Compiling regex-syntax v0.8.3
10832024-08-09T05:07:41.975Z Compiling miniz_oxide v0.7.2
10842024-08-09T05:07:42.093Z Compiling stringprep v0.1.4
10852024-08-09T05:07:43.348Z Compiling url v2.5.2
10862024-08-09T05:07:44.662Z Compiling serde_derive v1.0.205
10872024-08-09T05:07:44.684Z Compiling zeroize_derive v1.4.2
10882024-08-09T05:07:44.810Z Compiling zerocopy-derive v0.7.34
10892024-08-09T05:07:45.190Z Compiling tokio-macros v2.3.0
10902024-08-09T05:07:46.104Z Compiling thiserror-impl v1.0.63
10912024-08-09T05:07:46.286Z Compiling zeroize v1.7.0
10922024-08-09T05:07:46.835Z Compiling futures-macro v0.3.30
10932024-08-09T05:07:47.092Z Compiling zerocopy v0.7.34
10942024-08-09T05:07:48.163Z Compiling crypto-common v0.1.6
10952024-08-09T05:07:48.342Z Compiling block-buffer v0.10.4
10962024-08-09T05:07:48.374Z Compiling tracing-attributes v0.1.27
10972024-08-09T05:07:48.392Z Compiling scroll_derive v0.12.0
10982024-08-09T05:07:48.589Z Compiling digest v0.10.7
10992024-08-09T05:07:48.788Z Compiling futures-util v0.3.30
11002024-08-09T05:07:49.052Z Compiling hmac v0.12.1
11012024-08-09T05:07:49.297Z Compiling der_derive v0.7.2
11022024-08-09T05:07:49.403Z Compiling hashbrown v0.14.5
11032024-08-09T05:07:49.444Z Compiling thiserror v1.0.63
11042024-08-09T05:07:49.569Z Compiling pest v2.7.10
11052024-08-09T05:07:49.882Z Compiling scroll v0.12.0
11062024-08-09T05:07:50.399Z Compiling goblin v0.8.2
11072024-08-09T05:07:50.761Z Compiling openssl-macros v0.1.1
11082024-08-09T05:07:51.549Z Compiling sct v0.7.1
11092024-08-09T05:07:51.811Z Compiling der v0.7.9
11102024-08-09T05:07:51.906Z Compiling rustls-webpki v0.101.7
11112024-08-09T05:07:52.203Z Compiling pest_meta v2.7.10
11122024-08-09T05:07:52.441Z Compiling tracing v0.1.40
11132024-08-09T05:07:52.647Z Compiling sha2 v0.10.8
11142024-08-09T05:07:53.799Z Compiling pest_generator v2.7.10
11152024-08-09T05:07:55.026Z Compiling spki v0.7.3
11162024-08-09T05:07:55.133Z Compiling md-5 v0.10.6
11172024-08-09T05:07:55.388Z Compiling regex-automata v0.4.6
11182024-08-09T05:07:55.415Z Compiling num-integer v0.1.46
11192024-08-09T05:07:55.764Z Compiling idna v0.3.0
11202024-08-09T05:07:56.152Z Compiling backtrace v0.3.71
11212024-08-09T05:07:56.205Z Compiling hash32 v0.2.1
11222024-08-09T05:07:56.579Z Compiling crc32fast v1.4.0
11232024-08-09T05:07:56.596Z Compiling smoltcp v0.9.1
11242024-08-09T05:07:57.117Z Compiling fallible-iterator v0.2.0
11252024-08-09T05:07:57.242Z Compiling pest_derive v2.7.10
11262024-08-09T05:07:57.399Z Compiling gimli v0.28.1
11272024-08-09T05:07:57.416Z Compiling base64 v0.22.1
11282024-08-09T05:07:57.788Z Compiling psl-types v2.0.11
11292024-08-09T05:07:57.986Z Compiling stable_deref_trait v1.2.0
11302024-08-09T05:07:58.037Z Compiling dtrace-parser v0.2.0
11312024-08-09T05:07:58.089Z Compiling publicsuffix v2.2.3
11322024-08-09T05:07:58.274Z Compiling pkcs8 v0.10.2
11332024-08-09T05:07:58.329Z Compiling hubpack_derive v0.1.1
11342024-08-09T05:07:58.846Z Compiling block-padding v0.3.3
11352024-08-09T05:07:59.107Z Compiling bytes v1.7.1
11362024-08-09T05:07:59.250Z Compiling bitflags v2.6.0
11372024-08-09T05:07:59.692Z Compiling indexmap v2.3.0
11382024-08-09T05:08:00.172Z Compiling tokio v1.38.1
11392024-08-09T05:08:00.417Z Compiling http v0.2.12
11402024-08-09T05:08:00.787Z Compiling semver v1.0.23
11412024-08-09T05:08:01.505Z Compiling rustc_version v0.4.0
11422024-08-09T05:08:02.064Z Compiling http-body v0.4.6
11432024-08-09T05:08:02.314Z Compiling heapless v0.7.17
11442024-08-09T05:08:02.454Z Compiling dof v0.3.0
11452024-08-09T05:08:02.537Z Compiling uuid v1.10.0
11462024-08-09T05:08:02.825Z Compiling serde_spanned v0.6.7
11472024-08-09T05:08:03.007Z Compiling serde_tokenstream v0.2.1
11482024-08-09T05:08:03.049Z Compiling chrono v0.4.38
11492024-08-09T05:08:03.539Z Compiling usdt-impl v0.5.0
11502024-08-09T05:08:03.943Z Compiling toml_datetime v0.6.8
11512024-08-09T05:08:04.161Z Compiling terminal_size v0.3.0
11522024-08-09T05:08:04.464Z Compiling addr2line v0.21.0
11532024-08-09T05:08:04.712Z Compiling postgres-protocol v0.6.7
11542024-08-09T05:08:05.113Z Compiling async-trait v0.1.81
11552024-08-09T05:08:05.130Z Compiling zerocopy-derive v0.6.6
11562024-08-09T05:08:06.814Z Compiling phf_shared v0.11.2
11572024-08-09T05:08:07.069Z Compiling serde_derive_internals v0.29.1
11582024-08-09T05:08:07.209Z Compiling ff v0.13.0
11592024-08-09T05:08:07.326Z Compiling object v0.32.2
11602024-08-09T05:08:07.430Z Compiling fs-err v2.11.0
11612024-08-09T05:08:07.494Z Compiling regex-automata v0.1.10
11622024-08-09T05:08:07.724Z Compiling schemars v0.8.21
11632024-08-09T05:08:07.896Z Compiling bit-vec v0.6.3
11642024-08-09T05:08:07.977Z Compiling rustc-demangle v0.1.24
11652024-08-09T05:08:08.072Z Compiling base16ct v0.2.0
11662024-08-09T05:08:08.339Z Compiling tokio-util v0.7.11
11672024-08-09T05:08:08.392Z Compiling tokio-rustls v0.24.1
11682024-08-09T05:08:08.452Z Compiling managed v0.8.0
11692024-08-09T05:08:08.902Z Compiling either v1.13.0
11702024-08-09T05:08:08.951Z Compiling winnow v0.5.40
11712024-08-09T05:08:09.324Z Compiling h2 v0.3.26
11722024-08-09T05:08:09.430Z Compiling tokio-native-tls v0.3.1
11732024-08-09T05:08:09.708Z Compiling matches v0.1.10
11742024-08-09T05:08:09.725Z Compiling ipnet v2.9.0
11752024-08-09T05:08:09.799Z Compiling bitflags v1.3.2
11762024-08-09T05:08:09.851Z Compiling anyhow v1.0.86
11772024-08-09T05:08:09.904Z Compiling base64 v0.21.7
11782024-08-09T05:08:10.646Z Compiling rustls-pemfile v1.0.4
11792024-08-09T05:08:10.905Z Compiling schemars_derive v0.8.21
11802024-08-09T05:08:11.095Z Compiling idna v0.2.3
11812024-08-09T05:08:11.299Z Compiling clap_builder v4.5.13
11822024-08-09T05:08:12.766Z Compiling toml_edit v0.19.15
11832024-08-09T05:08:12.782Z Compiling sec1 v0.7.3
11842024-08-09T05:08:12.832Z Compiling bstr v0.2.17
11852024-08-09T05:08:13.506Z Compiling group v0.13.0
11862024-08-09T05:08:13.814Z Compiling zerocopy v0.6.6
11872024-08-09T05:08:14.333Z Compiling phf v0.11.2
11882024-08-09T05:08:14.608Z Compiling signal-hook-mio v0.2.3
11892024-08-09T05:08:14.627Z Compiling cookie_store v0.20.0
11902024-08-09T05:08:14.648Z Compiling postgres-types v0.2.7
11912024-08-09T05:08:14.770Z Compiling usdt-attr-macro v0.5.0
11922024-08-09T05:08:15.397Z Compiling usdt-macro v0.5.0
11932024-08-09T05:08:16.098Z Compiling regex v1.10.6
11942024-08-09T05:08:16.173Z Compiling hubpack v0.1.2
11952024-08-09T05:08:16.422Z Compiling hyper v0.14.30
11962024-08-09T05:08:16.622Z Compiling inout v0.1.3
11972024-08-09T05:08:16.881Z Compiling serde_urlencoded v0.7.1
11982024-08-09T05:08:17.237Z Compiling num-bigint v0.4.5
11992024-08-09T05:08:17.285Z Compiling futures-executor v0.3.30
12002024-08-09T05:08:17.419Z Compiling enum-as-inner v0.5.1
12012024-08-09T05:08:17.719Z Compiling hkdf v0.12.4
12022024-08-09T05:08:17.852Z Compiling crypto-bigint v0.5.5
12032024-08-09T05:08:17.966Z Compiling clap_derive v4.5.13
12042024-08-09T05:08:18.422Z Compiling serde_repr v0.1.19
12052024-08-09T05:08:19.618Z Compiling strum_macros v0.25.3
12062024-08-09T05:08:19.971Z Compiling phf_shared v0.10.0
12072024-08-09T05:08:20.364Z Compiling float-cmp v0.9.0
12082024-08-09T05:08:20.585Z Compiling encoding_rs v0.8.34
12092024-08-09T05:08:20.647Z Compiling difflib v0.4.0
12102024-08-09T05:08:20.668Z Compiling dyn-clone v1.0.17
12112024-08-09T05:08:20.877Z Compiling precomputed-hash v0.1.1
12122024-08-09T05:08:20.983Z Compiling minimal-lexical v0.2.1
12132024-08-09T05:08:21.496Z Compiling mime v0.3.17
12142024-08-09T05:08:22.164Z Compiling sync_wrapper v0.1.2
12152024-08-09T05:08:22.244Z Compiling fixedbitset v0.4.2
12162024-08-09T05:08:22.294Z Compiling predicates-core v1.0.6
12172024-08-09T05:08:22.657Z Compiling normalize-line-endings v0.3.0
12182024-08-09T05:08:22.716Z Compiling new_debug_unreachable v1.0.6
12192024-08-09T05:08:22.779Z Compiling data-encoding v2.6.0
12202024-08-09T05:08:22.806Z Compiling unicode-segmentation v1.11.0
12212024-08-09T05:08:23.076Z Compiling whoami v1.5.1
12222024-08-09T05:08:23.602Z Compiling hyper-tls v0.5.0
12232024-08-09T05:08:23.737Z Compiling hyper-rustls v0.24.2
12242024-08-09T05:08:23.754Z Compiling static_assertions v1.1.0
12252024-08-09T05:08:23.846Z Compiling webpki-roots v0.25.4
12262024-08-09T05:08:23.898Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12272024-08-09T05:08:23.944Z Compiling trust-dns-proto v0.22.0
12282024-08-09T05:08:24.001Z Compiling similar v2.5.0
12292024-08-09T05:08:24.070Z Compiling reqwest v0.11.27
12302024-08-09T05:08:25.091Z Compiling tokio-postgres v0.7.11
12312024-08-09T05:08:25.171Z Compiling clap v4.5.13
12322024-08-09T05:08:25.297Z Compiling toml_edit v0.22.20
12332024-08-09T05:08:26.476Z Compiling string_cache v0.8.7
12342024-08-09T05:08:26.610Z Compiling predicates v3.1.2
12352024-08-09T05:08:26.987Z Compiling petgraph v0.6.5
12362024-08-09T05:08:28.205Z Compiling console v0.15.8
12372024-08-09T05:08:28.344Z Compiling nom v7.1.3
12382024-08-09T05:08:29.753Z Compiling elliptic-curve v0.13.8
12392024-08-09T05:08:30.607Z Compiling usdt v0.5.0
12402024-08-09T05:08:30.733Z Compiling yasna v0.5.2
12412024-08-09T05:08:31.109Z Compiling futures v0.3.30
12422024-08-09T05:08:31.113Z Compiling flate2 v1.0.31
12432024-08-09T05:08:31.245Z Compiling cipher v0.4.4
12442024-08-09T05:08:31.774Z Compiling toml v0.7.8
12452024-08-09T05:08:32.087Z Compiling crossterm v0.27.0
12462024-08-09T05:08:32.688Z Compiling itertools v0.12.1
12472024-08-09T05:08:32.926Z Compiling itertools v0.10.5
12482024-08-09T05:08:33.229Z Compiling bit-set v0.5.3
12492024-08-09T05:08:33.482Z Compiling tokio-stream v0.1.15
12502024-08-09T05:08:33.515Z Compiling openapiv3 v2.0.0
12512024-08-09T05:08:33.671Z Compiling bstr v1.9.1
12522024-08-09T05:08:34.103Z Compiling hex v0.4.3
12532024-08-09T05:08:34.461Z Compiling num-iter v0.1.45
12542024-08-09T05:08:34.639Z Compiling crossbeam-epoch v0.9.18
12552024-08-09T05:08:34.664Z Compiling dirs-sys-next v0.1.2
12562024-08-09T05:08:35.335Z Compiling peg-runtime v0.8.3
12572024-08-09T05:08:35.406Z Compiling lalrpop-util v0.19.12
12582024-08-09T05:08:35.443Z Compiling unicode-xid v0.2.4
12592024-08-09T05:08:35.616Z Compiling dirs-next v2.0.0
12602024-08-09T05:08:35.685Z Compiling thread_local v1.1.8
12612024-08-09T05:08:35.748Z Compiling slog-async v2.8.0
12622024-08-09T05:08:35.766Z Compiling term v0.7.0
12632024-08-09T05:08:35.799Z Compiling xattr v1.3.1
12642024-08-09T05:08:35.818Z Compiling strum_macros v0.26.4
12652024-08-09T05:08:35.939Z Compiling crossbeam-channel v0.5.12
12662024-08-09T05:08:36.054Z Compiling filetime v0.2.23
12672024-08-09T05:08:36.240Z Compiling is-terminal v0.4.12
12682024-08-09T05:08:36.351Z Compiling take_mut v0.2.2
12692024-08-09T05:08:36.354Z Compiling slog-term v2.9.1
12702024-08-09T05:08:36.378Z Compiling tar v0.4.41
12712024-08-09T05:08:36.513Z Compiling camino v1.1.7
12722024-08-09T05:08:38.331Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12732024-08-09T05:08:39.082Z Compiling strum v0.26.3
12742024-08-09T05:08:39.158Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12752024-08-09T05:08:44.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
12762024-08-09T05:08:44.586Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12772024-08-09T05:08:44.629ZAug 09 05:08:42.968 INFO Starting download, target: Clickhouse
12782024-08-09T05:08:44.629ZAug 09 05:08:42.968 INFO Starting download, target: Console
12792024-08-09T05:08:44.629ZAug 09 05:08:42.968 INFO Starting download, target: Cockroach
12802024-08-09T05:08:44.629ZAug 09 05:08:42.969 INFO Starting download, target: DendriteOpenapi
12812024-08-09T05:08:44.629ZAug 09 05:08:42.969 INFO Starting download, target: DendriteStub
12822024-08-09T05:08:44.632ZAug 09 05:08:42.969 INFO Starting download, target: MaghemiteMgd
12832024-08-09T05:08:44.632ZAug 09 05:08:42.969 INFO Starting download, target: TransceiverControl
12842024-08-09T05:08:44.632ZAug 09 05:08:42.969 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12852024-08-09T05:08:44.632ZAug 09 05:08:42.969 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
12862024-08-09T05:08:44.632ZAug 09 05:08:42.969 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12872024-08-09T05:08:44.632ZAug 09 05:08:42.969 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12882024-08-09T05:08:44.632ZAug 09 05:08:42.969 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12892024-08-09T05:08:44.632ZAug 09 05:08:42.970 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12902024-08-09T05:08:44.632ZAug 09 05:08:42.970 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12912024-08-09T05:08:44.790ZAug 09 05:08:43.119 INFO Download complete, target: DendriteOpenapi
12922024-08-09T05:08:45.009ZAug 09 05:08:43.321 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
12932024-08-09T05:08:45.211ZAug 09 05:08:43.547 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
12942024-08-09T05:08:45.290ZAug 09 05:08:43.622 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
12952024-08-09T05:08:45.315ZAug 09 05:08:43.654 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
12962024-08-09T05:08:45.614ZAug 09 05:08:43.954 INFO Download complete, target: Console
12972024-08-09T05:08:45.800ZAug 09 05:08:44.139 INFO Download complete, target: TransceiverControl
12982024-08-09T05:08:46.874ZAug 09 05:08:45.213 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
12992024-08-09T05:08:46.874ZAug 09 05:08:45.214 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13002024-08-09T05:08:46.895ZAug 09 05:08:45.234 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13012024-08-09T05:08:48.467ZAug 09 05:08:46.805 INFO Download complete, target: DendriteStub
13022024-08-09T05:08:48.615ZAug 09 05:08:46.954 INFO Download complete, target: MaghemiteMgd
13032024-08-09T05:08:57.474ZAug 09 05:08:53.433 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13042024-08-09T05:08:57.474ZAug 09 05:08:53.768 INFO Checking that binary works, target: Cockroach
13052024-08-09T05:08:57.474ZAug 09 05:08:53.965 INFO Download complete, target: Cockroach
13062024-08-09T05:09:00.897ZAug 09 05:08:59.234 INFO Checking that binary works, target: Clickhouse
13072024-08-09T05:09:01.257ZAug 09 05:08:59.593 INFO Download complete, target: Clickhouse
13082024-08-09T05:09:01.264ZAll prerequisites installed successfully
13092024-08-09T05:09:01.266Z
13102024-08-09T05:09:01.266Zreal 3:31.150831103
13112024-08-09T05:09:01.266Zuser 10:58.667841722
13122024-08-09T05:09:01.267Zsys 2:20.781372171
13132024-08-09T05:09:01.267Ztrap 0.408137764
13142024-08-09T05:09:01.267Ztflt 6.207928519
13152024-08-09T05:09:01.267Zdflt 6.863591272
13162024-08-09T05:09:01.267Zkflt 0.236421864
13172024-08-09T05:09:01.267Zlock 22:23.292087984
13182024-08-09T05:09:01.267Zslp 42:44.933602008
13192024-08-09T05:09:01.267Zlat 39.021899281
13202024-08-09T05:09:01.267Zstop 1:33.404102441
13212024-08-09T05:09:01.267Z+ source ./tools/include/force-git-over-https.sh
13222024-08-09T05:09:01.267Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13232024-08-09T05:09:01.267Z++ (( i = 0 ))
13242024-08-09T05:09:01.267Z++ (( i < 5 ))
13252024-08-09T05:09:01.267Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13262024-08-09T05:09:01.273Z++ (( i++ ))
13272024-08-09T05:09:01.273Z++ (( i < 5 ))
13282024-08-09T05:09:01.273Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13292024-08-09T05:09:01.276Z++ (( i++ ))
13302024-08-09T05:09:01.276Z++ (( i < 5 ))
13312024-08-09T05:09:01.276Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13322024-08-09T05:09:01.276Z++ (( i++ ))
13332024-08-09T05:09:01.276Z++ (( i < 5 ))
13342024-08-09T05:09:01.276Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13352024-08-09T05:09:01.278Z++ (( i++ ))
13362024-08-09T05:09:01.278Z++ (( i < 5 ))
13372024-08-09T05:09:01.278Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13382024-08-09T05:09:01.281Z++ (( i++ ))
13392024-08-09T05:09:01.281Z++ (( i < 5 ))
13402024-08-09T05:09:01.281Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13412024-08-09T05:09:01.283Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13422024-08-09T05:09:01.283Z+ rc=0
13432024-08-09T05:09:01.283Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13442024-08-09T05:09:35.790Z+ case $rc in
13452024-08-09T05:09:35.790Z+ pfexec zfs create -p rpool/images/build/host
13462024-08-09T05:09:36.016Z+ pfexec zfs create -p rpool/images/build/recovery
13472024-08-09T05:09:36.101Z+ cargo xtask releng --output-dir /work
13482024-08-09T05:09:36.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
13492024-08-09T05:09:36.656Z Running `target/debug/xtask releng --output-dir /work`
13502024-08-09T05:09:37.505Z Compiling proc-macro2 v1.0.86
13512024-08-09T05:09:37.505Z Compiling unicode-ident v1.0.12
13522024-08-09T05:09:37.505Z Compiling libc v0.2.155
13532024-08-09T05:09:37.508Z Compiling serde v1.0.205
13542024-08-09T05:09:37.508Z Compiling autocfg v1.3.0
13552024-08-09T05:09:37.508Z Compiling version_check v0.9.5
13562024-08-09T05:09:37.508Z Compiling cfg-if v1.0.0
13572024-08-09T05:09:37.728Z Compiling cc v1.0.97
13582024-08-09T05:09:37.770Z Compiling memchr v2.7.2
13592024-08-09T05:09:38.457Z Compiling lock_api v0.4.12
13602024-08-09T05:09:38.460Z Compiling ahash v0.8.11
13612024-08-09T05:09:38.759Z Compiling libm v0.2.8
13622024-08-09T05:09:38.865Z Compiling serde_json v1.0.122
13632024-08-09T05:09:39.106Z Compiling num-traits v0.2.19
13642024-08-09T05:09:39.161Z Compiling parking_lot_core v0.9.10
13652024-08-09T05:09:39.197Z Compiling typenum v1.17.0
13662024-08-09T05:09:39.420Z Compiling quote v1.0.36
13672024-08-09T05:09:39.565Z Compiling once_cell v1.19.0
13682024-08-09T05:09:39.963Z Compiling syn v2.0.72
13692024-08-09T05:09:39.981Z Compiling getrandom v0.2.14
13702024-08-09T05:09:40.075Z Compiling generic-array v0.14.7
13712024-08-09T05:09:40.259Z Compiling byteorder v1.5.0
13722024-08-09T05:09:40.370Z Compiling scopeguard v1.2.0
13732024-08-09T05:09:40.389Z Compiling log v0.4.21
13742024-08-09T05:09:40.389Z Compiling thiserror v1.0.63
13752024-08-09T05:09:40.439Z Compiling itoa v1.0.11
13762024-08-09T05:09:40.754Z Compiling slab v0.4.9
13772024-08-09T05:09:40.787Z Compiling pkg-config v0.3.30
13782024-08-09T05:09:41.021Z Compiling ring v0.17.8
13792024-08-09T05:09:41.042Z Compiling semver v1.0.23
13802024-08-09T05:09:41.124Z Compiling ryu v1.0.18
13812024-08-09T05:09:41.220Z Compiling smallvec v1.13.2
13822024-08-09T05:09:41.249Z Compiling spin v0.9.8
13832024-08-09T05:09:41.512Z Compiling pin-project-lite v0.2.14
13842024-08-09T05:09:41.561Z Compiling vcpkg v0.2.15
13852024-08-09T05:09:41.687Z Compiling allocator-api2 v0.2.18
13862024-08-09T05:09:41.731Z Compiling rand_core v0.6.4
13872024-08-09T05:09:42.284Z Compiling signal-hook-registry v1.4.2
13882024-08-09T05:09:42.492Z Compiling time-core v0.1.2
13892024-08-09T05:09:42.597Z Compiling num-conv v0.1.0
13902024-08-09T05:09:42.708Z Compiling parking_lot v0.12.2
13912024-08-09T05:09:43.116Z Compiling time-macros v0.2.18
13922024-08-09T05:09:43.265Z Compiling openssl-sys v0.9.103
13932024-08-09T05:09:43.823Z Compiling mio v0.8.11
13942024-08-09T05:09:44.746Z Compiling futures-core v0.3.30
13952024-08-09T05:09:44.862Z Compiling heck v0.5.0
13962024-08-09T05:09:45.018Z Compiling schemars v0.8.21
13972024-08-09T05:09:45.310Z Compiling httparse v1.8.0
13982024-08-09T05:09:45.373Z Compiling rustix v0.38.34
13992024-08-09T05:09:45.924Z Compiling socket2 v0.5.7
14002024-08-09T05:09:45.978Z Compiling num_cpus v1.16.0
14012024-08-09T05:09:46.052Z Compiling openssl v0.10.66
14022024-08-09T05:09:46.201Z Compiling equivalent v1.0.1
14032024-08-09T05:09:46.359Z Compiling const-oid v0.9.6
14042024-08-09T05:09:46.520Z Compiling fnv v1.0.7
14052024-08-09T05:09:46.727Z Compiling subtle v2.5.0
14062024-08-09T05:09:47.187Z Compiling native-tls v0.2.11
14072024-08-09T05:09:47.528Z Compiling serde_derive_internals v0.29.1
14082024-08-09T05:09:47.578Z Compiling rustls v0.21.12
14092024-08-09T05:09:47.718Z Compiling tinyvec_macros v0.1.1
14102024-08-09T05:09:47.802Z Compiling syn v1.0.109
14112024-08-09T05:09:47.844Z Compiling tinyvec v1.6.0
14122024-08-09T05:09:47.939Z Compiling crossbeam-utils v0.8.19
14132024-08-09T05:09:48.575Z Compiling futures-sink v0.3.30
14142024-08-09T05:09:48.945Z Compiling cookie v0.17.0
14152024-08-09T05:09:49.646Z Compiling unicode-normalization v0.1.23
14162024-08-09T05:09:49.775Z Compiling iana-time-zone v0.1.60
14172024-08-09T05:09:50.185Z Compiling ucd-trie v0.1.6
14182024-08-09T05:09:50.517Z Compiling futures-channel v0.3.30
14192024-08-09T05:09:51.066Z Compiling unicode-bidi v0.3.15
14202024-08-09T05:09:51.114Z Compiling slog v2.7.0
14212024-08-09T05:09:51.131Z Compiling pin-utils v0.1.0
14222024-08-09T05:09:51.468Z Compiling futures-io v0.3.30
14232024-08-09T05:09:51.471Z Compiling futures-task v0.3.30
14242024-08-09T05:09:51.867Z Compiling untrusted v0.9.0
14252024-08-09T05:09:52.433Z Compiling aho-corasick v1.1.3
14262024-08-09T05:09:52.585Z Compiling powerfmt v0.2.0
14272024-08-09T05:09:52.642Z Compiling dyn-clone v1.0.17
14282024-08-09T05:09:53.128Z Compiling crc32fast v1.4.0
14292024-08-09T05:09:53.204Z Compiling serde_derive v1.0.205
14302024-08-09T05:09:53.231Z Compiling zerocopy-derive v0.7.34
14312024-08-09T05:09:53.262Z Compiling zeroize_derive v1.4.2
14322024-08-09T05:09:53.699Z Compiling tokio-macros v2.3.0
14332024-08-09T05:09:54.130Z Compiling thiserror-impl v1.0.63
14342024-08-09T05:09:54.892Z Compiling futures-macro v0.3.30
14352024-08-09T05:09:55.244Z Compiling zeroize v1.7.0
14362024-08-09T05:09:55.350Z Compiling zerocopy v0.7.34
14372024-08-09T05:09:57.270Z Compiling tracing-attributes v0.1.27
14382024-08-09T05:09:57.456Z Compiling schemars_derive v0.8.21
14392024-08-09T05:09:57.835Z Compiling hashbrown v0.14.5
14402024-08-09T05:09:59.034Z Compiling der_derive v0.7.2
14412024-08-09T05:09:59.528Z Compiling openssl-macros v0.1.1
14422024-08-09T05:10:00.305Z Compiling scroll_derive v0.12.0
14432024-08-09T05:10:00.334Z Compiling pest v2.7.10
14442024-08-09T05:10:00.337Z Compiling crypto-common v0.1.6
14452024-08-09T05:10:00.739Z Compiling futures-util v0.3.30
14462024-08-09T05:10:00.786Z Compiling block-buffer v0.10.4
14472024-08-09T05:10:01.144Z Compiling regex-syntax v0.8.3
14482024-08-09T05:10:01.910Z Compiling digest v0.10.7
14492024-08-09T05:10:02.493Z Compiling deranged v0.3.11
14502024-08-09T05:10:03.621Z Compiling pest_meta v2.7.10
14512024-08-09T05:10:04.995Z Compiling regex-automata v0.4.6
14522024-08-09T05:10:07.472Z Compiling pest_generator v2.7.10
14532024-08-09T05:10:08.206Z Compiling bytes v1.7.1
14542024-08-09T05:10:09.184Z Compiling bitflags v2.6.0
14552024-08-09T05:10:09.602Z Compiling tokio v1.38.1
14562024-08-09T05:10:09.640Z Compiling indexmap v2.3.0
14572024-08-09T05:10:10.249Z Compiling serde_tokenstream v0.2.1
14582024-08-09T05:10:10.469Z Compiling uuid v1.10.0
14592024-08-09T05:10:11.332Z Compiling chrono v0.4.38
14602024-08-09T05:10:11.563Z Compiling http v0.2.12
14612024-08-09T05:10:11.953Z Compiling rustc_version v0.4.0
14622024-08-09T05:10:12.657Z Compiling pest_derive v2.7.10
14632024-08-09T05:10:15.101Z Compiling usdt-impl v0.5.0
14642024-08-09T05:10:15.493Z Compiling heck v0.4.1
14652024-08-09T05:10:15.676Z Compiling percent-encoding v2.3.1
14662024-08-09T05:10:15.927Z Compiling num_threads v0.1.7
14672024-08-09T05:10:15.977Z Compiling heapless v0.7.17
14682024-08-09T05:10:16.138Z Compiling time v0.3.36
14692024-08-09T05:10:16.850Z Compiling scroll v0.12.0
14702024-08-09T05:10:16.925Z Compiling zerocopy-derive v0.6.6
14712024-08-09T05:10:18.016Z Compiling tracing-core v0.1.32
14722024-08-09T05:10:19.285Z Compiling backtrace v0.3.71
14732024-08-09T05:10:19.742Z Compiling errno v0.3.9
14742024-08-09T05:10:20.025Z Compiling ppv-lite86 v0.2.17
14752024-08-09T05:10:20.842Z Compiling plain v0.2.3
14762024-08-09T05:10:20.882Z Compiling signal-hook v0.3.17
14772024-08-09T05:10:21.150Z Compiling goblin v0.8.2
14782024-08-09T05:10:21.231Z Compiling rand_chacha v0.3.1
14792024-08-09T05:10:21.323Z Compiling tokio-util v0.7.11
14802024-08-09T05:10:22.322Z Compiling tracing v0.1.40
14812024-08-09T05:10:23.268Z Compiling regex v1.10.6
14822024-08-09T05:10:23.749Z Compiling async-trait v0.1.81
14832024-08-09T05:10:24.568Z Compiling rustversion v1.0.17
14842024-08-09T05:10:25.010Z Compiling pretty-hex v0.4.1
14852024-08-09T05:10:25.353Z Compiling strsim v0.11.1
14862024-08-09T05:10:26.266Z Compiling rand v0.8.5
14872024-08-09T05:10:27.418Z Compiling dof v0.3.0
14882024-08-09T05:10:28.038Z Compiling form_urlencoded v1.2.1
14892024-08-09T05:10:28.253Z Compiling dtrace-parser v0.2.0
14902024-08-09T05:10:28.415Z Compiling thread-id v4.2.1
14912024-08-09T05:10:28.696Z Compiling smoltcp v0.9.1
14922024-08-09T05:10:28.785Z Compiling foreign-types-shared v0.1.1
14932024-08-09T05:10:29.002Z Compiling anyhow v1.0.86
14942024-08-09T05:10:29.305Z Compiling base64ct v1.6.0
14952024-08-09T05:10:29.345Z Compiling try-lock v0.2.5
14962024-08-09T05:10:29.649Z Compiling unicode-width v0.1.13
14972024-08-09T05:10:29.942Z Compiling pem-rfc7468 v0.7.0
14982024-08-09T05:10:29.945Z Compiling foreign-types v0.3.2
14992024-08-09T05:10:30.103Z Compiling want v0.3.1
15002024-08-09T05:10:30.779Z Compiling h2 v0.3.26
15012024-08-09T05:10:31.972Z Compiling http-body v0.4.6
15022024-08-09T05:10:32.472Z Compiling hmac v0.12.1
15032024-08-09T05:10:32.495Z Compiling clap_derive v4.5.13
15042024-08-09T05:10:33.379Z Compiling flagset v0.4.5
15052024-08-09T05:10:33.600Z Compiling base64 v0.21.7
15062024-08-09T05:10:34.708Z Compiling httpdate v1.0.3
15072024-08-09T05:10:35.145Z Compiling tower-service v0.3.2
15082024-08-09T05:10:35.281Z Compiling siphasher v0.3.11
15092024-08-09T05:10:35.724Z Compiling der v0.7.9
15102024-08-09T05:10:41.242Z Compiling hyper v0.14.30
15112024-08-09T05:10:47.881Z Compiling rustls-webpki v0.101.7
15122024-08-09T05:10:48.529Z Compiling sct v0.7.1
15132024-08-09T05:10:50.482Z Compiling openapiv3 v2.0.0
15142024-08-09T05:10:51.657Z Compiling hubpack_derive v0.1.1
15152024-08-09T05:10:52.408Z Compiling idna v0.5.0
15162024-08-09T05:10:54.181Z Compiling lazy_static v1.5.0
15172024-08-09T05:10:54.789Z Compiling fs-err v2.11.0
15182024-08-09T05:10:55.192Z Compiling cpufeatures v0.2.12
15192024-08-09T05:10:55.228Z Compiling openssl-probe v0.1.5
15202024-08-09T05:10:55.374Z Compiling utf8parse v0.2.1
15212024-08-09T05:10:55.577Z Compiling adler v1.0.2
15222024-08-09T05:10:55.794Z Compiling finl_unicode v1.2.0
15232024-08-09T05:10:56.134Z Compiling anstyle v1.0.8
15242024-08-09T05:10:56.378Z Compiling stringprep v0.1.4
15252024-08-09T05:10:56.648Z Compiling miniz_oxide v0.7.2
15262024-08-09T05:10:56.909Z Compiling sha2 v0.10.8
15272024-08-09T05:10:57.438Z Compiling anstyle-parse v0.2.4
15282024-08-09T05:10:58.917Z Compiling url v2.5.2
15292024-08-09T05:11:01.484Z Compiling spki v0.7.3
15302024-08-09T05:11:02.508Z Compiling usdt-macro v0.5.0
15312024-08-09T05:11:02.644Z Compiling usdt-attr-macro v0.5.0
15322024-08-09T05:11:03.887Z Compiling md-5 v0.10.6
15332024-08-09T05:11:04.124Z Compiling toml_datetime v0.6.8
15342024-08-09T05:11:04.144Z Compiling serde_spanned v0.6.7
15352024-08-09T05:11:04.363Z Compiling regress v0.9.1
15362024-08-09T05:11:04.562Z Compiling idna v0.3.0
15372024-08-09T05:11:06.096Z Compiling num-integer v0.1.46
15382024-08-09T05:11:06.473Z Compiling hash32 v0.2.1
15392024-08-09T05:11:06.800Z Compiling encoding_rs v0.8.34
15402024-08-09T05:11:06.843Z Compiling psl-types v2.0.11
15412024-08-09T05:11:07.072Z Compiling anstyle-query v1.0.3
15422024-08-09T05:11:07.219Z Compiling fallible-iterator v0.2.0
15432024-08-09T05:11:07.549Z Compiling gimli v0.28.1
15442024-08-09T05:11:07.933Z Compiling stable_deref_trait v1.2.0
15452024-08-09T05:11:08.019Z Compiling mime v0.3.17
15462024-08-09T05:11:08.314Z Compiling is_terminal_polyfill v1.70.0
15472024-08-09T05:11:08.653Z Compiling base64 v0.22.1
15482024-08-09T05:11:09.103Z Compiling colorchoice v1.0.1
15492024-08-09T05:11:09.126Z Compiling publicsuffix v2.2.3
15502024-08-09T05:11:09.255Z Compiling anstream v0.6.14
15512024-08-09T05:11:09.300Z Compiling postgres-protocol v0.6.7
15522024-08-09T05:11:10.471Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15532024-08-09T05:11:12.419Z Compiling addr2line v0.21.0
15542024-08-09T05:11:13.023Z Compiling tokio-rustls v0.24.1
15552024-08-09T05:11:13.924Z Compiling pkcs8 v0.10.2
15562024-08-09T05:11:14.252Z Compiling terminal_size v0.3.0
15572024-08-09T05:11:14.442Z Compiling tokio-native-tls v0.3.1
15582024-08-09T05:11:14.738Z Compiling phf_shared v0.11.2
15592024-08-09T05:11:14.755Z Compiling strum_macros v0.25.3
15602024-08-09T05:11:15.131Z Compiling serde_urlencoded v0.7.1
15612024-08-09T05:11:15.744Z Compiling enum-as-inner v0.5.1
15622024-08-09T05:11:16.678Z Compiling block-padding v0.3.3
15632024-08-09T05:11:16.799Z Compiling serde_repr v0.1.19
15642024-08-09T05:11:16.901Z Compiling ff v0.13.0
15652024-08-09T05:11:17.485Z Compiling object v0.32.2
15662024-08-09T05:11:17.906Z Compiling either v1.13.0
15672024-08-09T05:11:18.253Z Compiling regex-automata v0.1.10
15682024-08-09T05:11:18.337Z Compiling ipnet v2.9.0
15692024-08-09T05:11:18.340Z Compiling bitflags v1.3.2
15702024-08-09T05:11:18.461Z Compiling matches v0.1.10
15712024-08-09T05:11:19.220Z Compiling base16ct v0.2.0
15722024-08-09T05:11:20.432Z Compiling bit-vec v0.6.3
15732024-08-09T05:11:20.682Z Compiling winnow v0.5.40
15742024-08-09T05:11:20.877Z Compiling clap_lex v0.7.0
15752024-08-09T05:11:20.922Z Compiling rustc-demangle v0.1.24
15762024-08-09T05:11:21.350Z Compiling managed v0.8.0
15772024-08-09T05:11:21.821Z Compiling clap_builder v4.5.13
15782024-08-09T05:11:22.311Z Compiling sec1 v0.7.3
15792024-08-09T05:11:22.382Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15802024-08-09T05:11:22.883Z Compiling rustls-pemfile v1.0.4
15812024-08-09T05:11:23.269Z Compiling bstr v0.2.17
15822024-08-09T05:11:23.728Z Compiling idna v0.2.3
15832024-08-09T05:11:24.572Z Compiling toml_edit v0.19.15
15842024-08-09T05:11:25.092Z Compiling group v0.13.0
15852024-08-09T05:11:25.408Z Compiling inout v0.1.3
15862024-08-09T05:11:25.894Z Compiling phf v0.11.2
15872024-08-09T05:11:25.917Z Compiling hyper-tls v0.5.0
15882024-08-09T05:11:26.223Z Compiling hyper-rustls v0.24.2
15892024-08-09T05:11:26.252Z Compiling signal-hook-mio v0.2.3
15902024-08-09T05:11:26.376Z Compiling cookie_store v0.20.0
15912024-08-09T05:11:26.580Z Compiling postgres-types v0.2.7
15922024-08-09T05:11:26.724Z Compiling num-bigint v0.4.5
15932024-08-09T05:11:28.100Z Compiling hubpack v0.1.2
15942024-08-09T05:11:28.534Z Compiling phf_shared v0.10.0
15952024-08-09T05:11:29.004Z Compiling hkdf v0.12.4
15962024-08-09T05:11:29.434Z Compiling zerocopy v0.6.6
15972024-08-09T05:11:29.581Z Compiling futures-executor v0.3.30
15982024-08-09T05:11:29.682Z Compiling crypto-bigint v0.5.5
15992024-08-09T05:11:30.192Z Compiling float-cmp v0.9.0
16002024-08-09T05:11:30.248Z Compiling memmap v0.7.0
16012024-08-09T05:11:30.392Z Compiling sync_wrapper v0.1.2
16022024-08-09T05:11:30.533Z Compiling data-encoding v2.6.0
16032024-08-09T05:11:30.569Z Compiling fixedbitset v0.4.2
16042024-08-09T05:11:30.635Z Compiling whoami v1.5.1
16052024-08-09T05:11:31.150Z Compiling winnow v0.6.18
16062024-08-09T05:11:31.167Z Compiling predicates-core v1.0.6
16072024-08-09T05:11:31.412Z Compiling webpki-roots v0.25.4
16082024-08-09T05:11:31.431Z Compiling precomputed-hash v0.1.1
16092024-08-09T05:11:31.571Z Compiling unicode-segmentation v1.11.0
16102024-08-09T05:11:31.647Z Compiling difflib v0.4.0
16112024-08-09T05:11:32.218Z Compiling minimal-lexical v0.2.1
16122024-08-09T05:11:32.387Z Compiling static_assertions v1.1.0
16132024-08-09T05:11:32.410Z Compiling normalize-line-endings v0.3.0
16142024-08-09T05:11:32.489Z Compiling new_debug_unreachable v1.0.6
16152024-08-09T05:11:32.537Z Compiling predicates v3.1.2
16162024-08-09T05:11:32.584Z Compiling elliptic-curve v0.13.8
16172024-08-09T05:11:32.686Z Compiling reqwest v0.11.27
16182024-08-09T05:11:32.833Z Compiling nom v7.1.3
16192024-08-09T05:11:33.269Z Compiling string_cache v0.8.7
16202024-08-09T05:11:33.286Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16212024-08-09T05:11:33.751Z Compiling similar v2.5.0
16222024-08-09T05:11:34.815Z Compiling toml_edit v0.22.20
16232024-08-09T05:11:35.030Z Compiling trust-dns-proto v0.22.0
16242024-08-09T05:11:35.881Z Compiling tokio-postgres v0.7.11
16252024-08-09T05:11:36.477Z Compiling petgraph v0.6.5
16262024-08-09T05:11:39.578Z Compiling usdt v0.5.0
16272024-08-09T05:11:40.762Z Compiling futures v0.3.30
16282024-08-09T05:11:40.902Z Compiling yasna v0.5.2
16292024-08-09T05:11:41.675Z Compiling toml v0.7.8
16302024-08-09T05:11:41.837Z Compiling crossterm v0.27.0
16312024-08-09T05:11:42.006Z Compiling flate2 v1.0.31
16322024-08-09T05:11:42.357Z Compiling cipher v0.4.4
16332024-08-09T05:11:42.522Z Compiling crossbeam-epoch v0.9.18
16342024-08-09T05:11:42.820Z Compiling clap v4.5.13
16352024-08-09T05:11:42.890Z Compiling bit-set v0.5.3
16362024-08-09T05:11:42.944Z Compiling itertools v0.10.5
16372024-08-09T05:11:43.165Z Compiling itertools v0.12.1
16382024-08-09T05:11:43.187Z Compiling num-iter v0.1.45
16392024-08-09T05:11:43.221Z Compiling console v0.15.8
16402024-08-09T05:11:44.505Z Compiling tokio-stream v0.1.15
16412024-08-09T05:11:45.071Z Compiling bstr v1.9.1
16422024-08-09T05:11:45.485Z Compiling hex v0.4.3
16432024-08-09T05:11:46.240Z Compiling camino v1.1.7
16442024-08-09T05:11:46.275Z Compiling radium v0.7.0
16452024-08-09T05:11:47.014Z Compiling unicode-xid v0.2.4
16462024-08-09T05:11:47.088Z Compiling lalrpop-util v0.19.12
16472024-08-09T05:11:47.242Z Compiling peg-runtime v0.8.3
16482024-08-09T05:11:47.721Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16492024-08-09T05:11:51.222Z Compiling is-terminal v0.4.12
16502024-08-09T05:11:54.183Z Compiling maybe-uninit v2.0.0
16512024-08-09T05:11:54.899Z Compiling rustls-pki-types v1.7.0
16522024-08-09T05:11:56.284Z Compiling tap v1.0.1
16532024-08-09T05:11:56.487Z Compiling ident_case v1.0.1
16542024-08-09T05:11:56.675Z Compiling darling_core v0.20.9
16552024-08-09T05:11:57.187Z Compiling wyz v0.5.1
16562024-08-09T05:12:07.123Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16572024-08-09T05:12:07.268Z Compiling getopts v0.2.21
16582024-08-09T05:12:08.749Z Compiling bzip2-sys v0.1.11+1.0.8
16592024-08-09T05:12:09.207Z Compiling dirs-sys-next v0.1.2
16602024-08-09T05:12:09.556Z Compiling num-bigint-dig v0.8.4
16612024-08-09T05:12:09.866Z Compiling rustls v0.22.4
16622024-08-09T05:12:10.175Z Compiling packed_struct v0.10.1
16632024-08-09T05:12:10.426Z Compiling funty v2.0.0
16642024-08-09T05:12:10.606Z Compiling unsafe-libyaml v0.2.11
16652024-08-09T05:12:10.780Z Compiling paste v1.0.15
16662024-08-09T05:12:12.429Z Compiling serde_yaml v0.9.34+deprecated
16672024-08-09T05:12:12.797Z Compiling bitvec v1.0.1
16682024-08-09T05:12:15.021Z Compiling dirs-next v2.0.0
16692024-08-09T05:12:18.493Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16702024-08-09T05:12:20.436Z Compiling darling_macro v0.20.9
16712024-08-09T05:12:21.343Z Compiling rustls-webpki v0.102.4
16722024-08-09T05:12:23.572Z Compiling packed_struct_codegen v0.10.1
16732024-08-09T05:12:23.846Z Compiling structmeta-derive v0.3.0
16742024-08-09T05:12:24.696Z Compiling thread_local v1.1.8
16752024-08-09T05:12:25.382Z Compiling indexmap v1.9.3
16762024-08-09T05:12:25.418Z Compiling multer v3.1.0
16772024-08-09T05:12:25.562Z Compiling slog-async v2.8.0
16782024-08-09T05:12:25.848Z Compiling crc-catalog v2.4.0
16792024-08-09T05:12:26.024Z Compiling rayon-core v1.12.1
16802024-08-09T05:12:26.049Z Compiling match_cfg v0.1.0
16812024-08-09T05:12:26.112Z Compiling fastrand v2.1.0
16822024-08-09T05:12:26.129Z Compiling nodrop v0.1.14
16832024-08-09T05:12:26.263Z Compiling array-init v0.0.4
16842024-08-09T05:12:26.367Z Compiling hostname v0.3.1
16852024-08-09T05:12:26.384Z Compiling structmeta v0.3.0
16862024-08-09T05:12:26.620Z Compiling tempfile v3.10.1
16872024-08-09T05:12:26.820Z Compiling crc v3.2.1
16882024-08-09T05:12:29.347Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16892024-08-09T05:12:30.338Z Compiling darling v0.20.9
16902024-08-09T05:12:30.465Z Compiling smallvec v0.6.14
16912024-08-09T05:12:30.939Z Compiling term v0.7.0
16922024-08-09T05:12:36.229Z Compiling crossbeam-deque v0.8.5
16932024-08-09T05:12:36.620Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16942024-08-09T05:12:36.682Z Compiling pkcs1 v0.7.5
16952024-08-09T05:12:38.108Z Compiling slog-json v2.6.1
16962024-08-09T05:12:39.191Z Compiling crossbeam-channel v0.5.12
16972024-08-09T05:12:40.527Z Compiling http v1.1.0
16982024-08-09T05:12:40.772Z Compiling signature v2.2.0
16992024-08-09T05:12:41.716Z Compiling pin-project-internal v1.1.5
17002024-08-09T05:12:44.251Z Compiling async-stream-impl v0.3.5
17012024-08-09T05:12:44.750Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17022024-08-09T05:12:45.157Z Compiling take_mut v0.2.2
17032024-08-09T05:12:45.331Z Compiling termcolor v1.4.1
17042024-08-09T05:12:45.509Z Compiling atomic-waker v1.1.2
17052024-08-09T05:12:45.712Z Compiling hashbrown v0.12.3
17062024-08-09T05:12:46.739Z Compiling bitfield v0.14.0
17072024-08-09T05:12:46.970Z Compiling same-file v1.0.6
17082024-08-09T05:12:52.745Z Compiling walkdir v2.5.0
17092024-08-09T05:12:53.631Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17102024-08-09T05:12:59.817Z Compiling env_logger v0.10.2
17112024-08-09T05:13:00.068Z Compiling waitgroup v0.1.2
17122024-08-09T05:13:00.320Z Compiling async-stream v0.3.5
17132024-08-09T05:13:02.832Z Compiling pin-project v1.1.5
17142024-08-09T05:13:02.980Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17152024-08-09T05:13:04.058Z Compiling rsa v0.9.6
17162024-08-09T05:13:06.229Z Compiling slog-bunyan v2.5.0
17172024-08-09T05:13:07.232Z Compiling tokio-rustls v0.25.0
17182024-08-09T05:13:07.689Z Compiling slog-term v2.9.1
17192024-08-09T05:13:07.852Z Compiling serde-hex v0.1.0
17202024-08-09T05:13:08.673Z Compiling bzip2 v0.4.4
17212024-08-09T05:13:09.128Z Compiling serde_with_macros v3.8.3
17222024-08-09T05:13:09.393Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17232024-08-09T05:13:09.713Z Compiling parse-display-derive v0.9.1
17242024-08-09T05:13:10.037Z Compiling toml v0.8.19
17252024-08-09T05:13:10.112Z Compiling rustls-pemfile v2.1.3
17262024-08-09T05:13:12.905Z Compiling x509-cert v0.2.5
17272024-08-09T05:13:13.154Z Compiling sha1 v0.10.6
17282024-08-09T05:13:13.643Z Compiling ron v0.8.1
17292024-08-09T05:13:13.919Z Compiling ipnetwork v0.20.0
17302024-08-09T05:13:14.469Z Compiling newtype-uuid v1.1.0
17312024-08-09T05:13:14.830Z Compiling strum_macros v0.26.4
17322024-08-09T05:13:14.879Z Compiling xattr v1.3.1
17332024-08-09T05:13:16.406Z Compiling snafu-derive v0.8.2
17342024-08-09T05:13:16.662Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17352024-08-09T05:13:16.883Z Compiling serde_path_to_error v0.1.16
17362024-08-09T05:13:17.576Z Compiling hashbrown v0.13.2
17372024-08-09T05:13:17.910Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17382024-08-09T05:13:18.640Z Compiling blake3 v1.5.1
17392024-08-09T05:13:18.920Z Compiling ring v0.16.20
17402024-08-09T05:13:19.206Z Compiling hostname v0.4.0
17412024-08-09T05:13:19.274Z Compiling filetime v0.2.23
17422024-08-09T05:13:19.458Z Compiling instant v0.1.12
17432024-08-09T05:13:19.620Z Compiling crc-any v2.5.0
17442024-08-09T05:13:19.894Z Compiling buf-list v1.0.3
17452024-08-09T05:13:19.931Z Compiling debug-ignore v1.0.5
17462024-08-09T05:13:20.088Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17472024-08-09T05:13:20.631Z Compiling backoff v0.4.0
17482024-08-09T05:13:20.648Z Compiling tar v0.4.41
17492024-08-09T05:13:20.966Z Compiling strum v0.26.3
17502024-08-09T05:13:21.233Z Compiling snafu v0.8.2
17512024-08-09T05:13:21.614Z Compiling object v0.30.4
17522024-08-09T05:13:22.568Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17532024-08-09T05:13:22.787Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17542024-08-09T05:13:24.334Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17552024-08-09T05:13:24.435Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17562024-08-09T05:13:24.874Z Compiling parse-display v0.9.1
17572024-08-09T05:13:25.803Z Compiling serde_with v3.8.3
17582024-08-09T05:13:26.335Z Compiling zip v0.6.6
17592024-08-09T05:13:26.641Z Compiling rayon v1.10.0
17602024-08-09T05:13:28.233Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17612024-08-09T05:13:28.959Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17622024-08-09T05:13:28.980Z Compiling camino-tempfile v1.1.1
17632024-08-09T05:13:29.761Z Compiling globset v0.4.14
17642024-08-09T05:13:30.092Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17652024-08-09T05:13:30.274Z Compiling pem v3.0.4
17662024-08-09T05:13:31.796Z Compiling olpc-cjson v0.1.3
17672024-08-09T05:13:32.145Z Compiling macaddr v1.0.1
17682024-08-09T05:13:32.333Z Compiling serde_plain v1.0.2
17692024-08-09T05:13:32.775Z Compiling async-recursion v1.1.1
17702024-08-09T05:13:32.845Z Compiling memmap2 v0.9.4
17712024-08-09T05:13:33.440Z Compiling typed-path v0.7.1
17722024-08-09T05:13:34.164Z Compiling untrusted v0.7.1
17732024-08-09T05:13:34.355Z Compiling spin v0.5.2
17742024-08-09T05:13:34.582Z Compiling arrayref v0.3.7
17752024-08-09T05:13:34.599Z Compiling constant_time_eq v0.3.0
17762024-08-09T05:13:34.691Z Compiling path-slash v0.1.5
17772024-08-09T05:13:34.781Z Compiling arrayvec v0.7.4
17782024-08-09T05:13:34.949Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17792024-08-09T05:13:36.106Z Compiling tough v0.17.1
17802024-08-09T05:13:37.483Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17812024-08-09T05:13:38.620Z Compiling itertools v0.13.0
17822024-08-09T05:13:40.136Z Compiling cargo-platform v0.1.8
17832024-08-09T05:13:41.233Z Compiling topological-sort v0.2.2
17842024-08-09T05:13:41.491Z Compiling parse-size v1.0.0
17852024-08-09T05:13:41.779Z Compiling omicron-zone-package v0.11.0
17862024-08-09T05:13:42.327Z Compiling cargo_metadata v0.18.1
17872024-08-09T05:13:44.601Z Compiling shell-words v1.1.0
17882024-08-09T05:13:49.394Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
17892024-08-09T05:14:01.732Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
17902024-08-09T05:14:15.567Z Finished `release` profile [optimized] target(s) in 4m 38s
17912024-08-09T05:14:15.701Z Running `target/release/omicron-releng --output-dir /work`
17922024-08-09T05:14:15.741ZAug 09 05:14:14.014 DEBG changing working directory to /work/oxidecomputer/omicron
17932024-08-09T05:14:15.826ZAug 09 05:14:14.101 DEBG running: git rev-parse HEAD
17942024-08-09T05:14:15.832ZAug 09 05:14:14.108 DEBG process exited with exit status: 0 (6.238244ms)
17952024-08-09T05:14:15.832ZAug 09 05:14:14.108 INFO version: 10.0.0-0.ci+gitfce6fa8a0ee
17962024-08-09T05:14:15.871ZAug 09 05:14:14.147 INFO cloning helios to /work/oxidecomputer/helios
17972024-08-09T05:14:15.871ZAug 09 05:14:14.147 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
17982024-08-09T05:14:15.877ZCloning into '/work/oxidecomputer/helios'...
17992024-08-09T05:14:16.329ZAug 09 05:14:14.604 DEBG process exited with exit status: 0 (456.880146ms)
18002024-08-09T05:14:16.329ZAug 09 05:14:14.604 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18012024-08-09T05:14:16.336Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18022024-08-09T05:14:16.336Z# branch.head master
18032024-08-09T05:14:16.336Z# branch.upstream origin/master
18042024-08-09T05:14:16.336Z# branch.ab +0 -0
18052024-08-09T05:14:16.339ZAug 09 05:14:14.612 DEBG process exited with exit status: 0 (8.012953ms)
18062024-08-09T05:14:16.339ZAug 09 05:14:14.612 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18072024-08-09T05:14:17.027ZAug 09 05:14:15.302 DEBG process exited with exit status: 0 (689.403376ms)
18082024-08-09T05:14:17.027ZAug 09 05:14:15.302 DEBG running: zfs list rpool/images/build/host
18092024-08-09T05:14:17.033ZNAME USED AVAIL REFER MOUNTPOINT
18102024-08-09T05:14:17.033Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18112024-08-09T05:14:17.036ZAug 09 05:14:15.309 DEBG process exited with exit status: 0 (7.417917ms)
18122024-08-09T05:14:17.036ZAug 09 05:14:15.309 DEBG running: zfs list rpool/images/build/recovery
18132024-08-09T05:14:17.040ZNAME USED AVAIL REFER MOUNTPOINT
18142024-08-09T05:14:17.040Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18152024-08-09T05:14:17.042ZAug 09 05:14:15.316 DEBG process exited with exit status: 0 (6.554368ms)
18162024-08-09T05:14:17.042ZAug 09 05:14:15.317 INFO [hubris-staging] running task
18172024-08-09T05:14:17.043ZAug 09 05:14:15.317 INFO [hubris-production] running task
18182024-08-09T05:14:17.043ZAug 09 05:14:15.317 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18192024-08-09T05:14:17.045ZAug 09 05:14:15.321 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18202024-08-09T05:14:17.526Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18212024-08-09T05:14:17.904Z[ omicron-package] Blocking waiting for file lock on package cache
18222024-08-09T05:14:18.362ZAug 09 05:14:16.637 INFO [hubris-production] task succeeded (1.31978932s)
18232024-08-09T05:14:18.571Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18242024-08-09T05:14:18.571Z[ omicron-package] Compiling heapless v0.8.0
18252024-08-09T05:14:18.574Z[ omicron-package] Compiling hash32 v0.3.1
18262024-08-09T05:14:18.574Z[ omicron-package] Compiling smoltcp v0.11.0
18272024-08-09T05:14:18.724Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18282024-08-09T05:14:18.743Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18292024-08-09T05:14:18.746Z[ omicron-package] Compiling cobs v0.2.3
18302024-08-09T05:14:18.746Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18312024-08-09T05:14:18.981Z[ omicron-package] Compiling embedded-io v0.4.0
18322024-08-09T05:14:19.110Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18332024-08-09T05:14:19.157Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18342024-08-09T05:14:19.175Z[ omicron-package] Compiling proc-macro-error v1.0.4
18352024-08-09T05:14:19.196Z[ omicron-package] Compiling postcard v1.0.8
18362024-08-09T05:14:19.361Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18372024-08-09T05:14:19.583Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18382024-08-09T05:14:19.586Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18392024-08-09T05:14:19.586Z[ omicron-package] Compiling num_enum_derive v0.5.11
18402024-08-09T05:14:20.527Z[ omicron-package] Compiling tabwriter v1.4.0
18412024-08-09T05:14:20.586Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18422024-08-09T05:14:20.665Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18432024-08-09T05:14:20.754Z[ omicron-package] Compiling cstr-argument v0.1.2
18442024-08-09T05:14:21.432Z[ omicron-package] Compiling foreign-types v0.5.0
18452024-08-09T05:14:21.436Z[ omicron-package] Compiling pretty-hex v0.2.1
18462024-08-09T05:14:21.518Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18472024-08-09T05:14:21.923Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18482024-08-09T05:14:22.209Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18492024-08-09T05:14:22.455Z[ omicron-package] Compiling colored v2.1.0
18502024-08-09T05:14:22.652Z[ omicron-package] Compiling socket2 v0.4.10
18512024-08-09T05:14:22.861Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18522024-08-09T05:14:23.580Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18532024-08-09T05:14:23.687Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18542024-08-09T05:14:23.722Z[ omicron-package] Compiling num-derive v0.4.2
18552024-08-09T05:14:23.829Z[ omicron-package] Compiling sigpipe v0.1.3
18562024-08-09T05:14:23.868Z[ omicron-package] Compiling num_enum v0.5.11
18572024-08-09T05:14:24.364Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18582024-08-09T05:14:24.556Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18592024-08-09T05:14:24.598Z[ omicron-package] Compiling libefi-sys v0.1.0
18602024-08-09T05:14:24.601Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18612024-08-09T05:14:25.650Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18622024-08-09T05:14:25.838Z[ omicron-package] Compiling smf v0.2.3
18632024-08-09T05:14:25.961Z[ omicron-package] Compiling bitfield-struct v0.6.1
18642024-08-09T05:14:26.149Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18652024-08-09T05:14:26.421Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18662024-08-09T05:14:26.712ZAug 09 05:14:24.985 INFO [hubris-staging] task succeeded (9.668019761s)
18672024-08-09T05:14:26.981Z[ omicron-package] Compiling portable-atomic v1.6.0
18682024-08-09T05:14:28.547Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18692024-08-09T05:14:28.755Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18702024-08-09T05:14:30.388Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18712024-08-09T05:14:30.458Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18722024-08-09T05:14:31.381Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18732024-08-09T05:14:31.668Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18742024-08-09T05:14:31.821Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18752024-08-09T05:14:32.871Z[ omicron-package] Compiling gethostname v0.5.0
18762024-08-09T05:14:32.958Z[ omicron-package] Compiling number_prefix v0.4.0
18772024-08-09T05:14:34.266Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18782024-08-09T05:14:35.613Z[ omicron-package] Compiling indicatif v0.17.8
18792024-08-09T05:14:36.848Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18802024-08-09T05:14:40.177Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18812024-08-09T05:14:40.661Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18822024-08-09T05:14:42.341Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18832024-08-09T05:15:00.325Z[ helios-setup] Aug 09 05:14:58.592 INFO helios repository root is: /work/oxidecomputer/helios
18842024-08-09T05:15:00.328Z[ helios-setup] Aug 09 05:14:58.594 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
18852024-08-09T05:15:00.328Z[ helios-setup] Aug 09 05:14:58.594 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
18862024-08-09T05:15:00.331Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
18872024-08-09T05:15:00.951Z[ helios-setup] Aug 09 05:14:59.217 INFO clone ok!, project: image-builder
18882024-08-09T05:15:00.953Z[ helios-setup] Aug 09 05:14:59.217 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
18892024-08-09T05:15:00.954Z[ helios-setup] Aug 09 05:14:59.217 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
18902024-08-09T05:15:00.956Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
18912024-08-09T05:15:02.094Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.03s
18922024-08-09T05:15:02.297Z[ omicron-package]
18932024-08-09T05:15:02.298Z[ omicron-package] real 45.207693012
18942024-08-09T05:15:02.300Z[ omicron-package] user 2:48.407052184
18952024-08-09T05:15:02.300Z[ omicron-package] sys 21.661209543
18962024-08-09T05:15:02.300Z[ omicron-package] trap 0.179939577
18972024-08-09T05:15:02.300Z[ omicron-package] tflt 0.531934997
18982024-08-09T05:15:02.300Z[ omicron-package] dflt 0.810206804
18992024-08-09T05:15:02.300Z[ omicron-package] kflt 0.008214516
19002024-08-09T05:15:02.300Z[ omicron-package] lock 6:09.829980824
19012024-08-09T05:15:02.301Z[ omicron-package] slp 9:26.903705985
19022024-08-09T05:15:02.301ZAug 09 05:15:00.564 INFO[ omicron-package] lat 1:41.285643325
19032024-08-09T05:15:02.301Z [omicron-package] process exited with exit status: 0 (45.247034021s)
19042024-08-09T05:15:02.301Z[ omicron-package] stop 46.970818895
19052024-08-09T05:15:02.301ZAug 09 05:15:00.565 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19062024-08-09T05:15:02.351ZAug 09 05:15:00.617 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
19072024-08-09T05:15:02.362Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19082024-08-09T05:15:02.365Z[ recovery-target] Created new build target 'recovery' and set it as active
19092024-08-09T05:15:02.365Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19102024-08-09T05:15:02.365ZAug 09 05:15:00.631 INFO [recovery-target] process exited with exit status: 0 (65.818678ms)
19112024-08-09T05:15:02.365Z[ host-target] Created new build target 'host' and set it as active
19122024-08-09T05:15:02.368ZAug 09 05:15:00.633 INFO [host-target] process exited with exit status: 0 (15.690443ms)
19132024-08-09T05:15:02.368ZAug 09 05:15:00.633 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19142024-08-09T05:15:02.379Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19152024-08-09T05:15:03.455Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19162024-08-09T05:15:03.455Z[ host-package] Compiling camino v1.1.7
19172024-08-09T05:15:03.458Z[ host-package] Compiling password-hash v0.5.0
19182024-08-09T05:15:03.458Z[ host-package] Compiling blake2 v0.10.6
19192024-08-09T05:15:03.458Z[ host-package] Compiling derive-where v1.2.7
19202024-08-09T05:15:03.458Z[ host-package] Compiling humantime v2.1.0
19212024-08-09T05:15:03.458Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19222024-08-09T05:15:03.620Z[ host-package] Compiling newline-converter v0.3.0
19232024-08-09T05:15:03.794Z[ host-package] Compiling toml v0.8.19
19242024-08-09T05:15:03.891Z[ host-package] Compiling expectorate v1.1.0
19252024-08-09T05:15:04.172Z[ host-package] Compiling argon2 v0.5.3
19262024-08-09T05:15:04.464Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19272024-08-09T05:15:04.518Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19282024-08-09T05:15:04.882Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19292024-08-09T05:15:05.067Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19302024-08-09T05:15:05.297Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19312024-08-09T05:15:05.345Z[ host-package] Compiling dirs-sys-next v0.1.2
19322024-08-09T05:15:05.416Z[ host-package] Compiling convert_case v0.4.0
19332024-08-09T05:15:05.658Z[ host-package] Compiling dirs-next v2.0.0
19342024-08-09T05:15:05.687Z[ host-package] Compiling prettyplease v0.2.20
19352024-08-09T05:15:05.841Z[ host-package] Compiling term v0.7.0
19362024-08-09T05:15:05.866Z[ host-package] Compiling semver v0.1.20
19372024-08-09T05:15:06.137Z[ host-package] Compiling is-terminal v0.4.12
19382024-08-09T05:15:06.240Z[ host-package] Compiling derive_more v0.99.18
19392024-08-09T05:15:06.350Z[ host-package] Compiling rustc_version v0.1.7
19402024-08-09T05:15:06.521Z[ host-package] Compiling home v0.5.9
19412024-08-09T05:15:06.800Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19422024-08-09T05:15:06.819Z[ host-package] Compiling rustls-pki-types v1.7.0
19432024-08-09T05:15:06.883Z[ host-package] Compiling newtype_derive v0.1.6
19442024-08-09T05:15:06.901Z[ helios-setup] Aug 09 05:15:05.166 INFO clone ok!, project: amd-firmware
19452024-08-09T05:15:06.904Z[ helios-setup] Aug 09 05:15:05.166 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
19462024-08-09T05:15:06.904Z[ helios-setup] Aug 09 05:15:05.166 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19472024-08-09T05:15:06.907Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19482024-08-09T05:15:07.229Z[ host-package] Compiling rustls v0.22.4
19492024-08-09T05:15:07.259Z[ host-package] Compiling thread_local v1.1.8
19502024-08-09T05:15:07.509Z[ host-package] Compiling steno v0.4.1
19512024-08-09T05:15:07.573Z[ host-package] Compiling rustls-webpki v0.102.4
19522024-08-09T05:15:07.772Z[ host-package] Compiling linked-hash-map v0.5.6
19532024-08-09T05:15:07.931Z[ helios-setup] Aug 09 05:15:06.196 INFO clone ok!, project: pilot
19542024-08-09T05:15:07.934Z[ helios-setup] Aug 09 05:15:06.196 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
19552024-08-09T05:15:07.934Z[ helios-setup] Aug 09 05:15:06.196 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19562024-08-09T05:15:07.937Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19572024-08-09T05:15:08.224Z[ host-package] Compiling match_cfg v0.1.0
19582024-08-09T05:15:08.330Z[ host-package] Compiling hostname v0.3.1
19592024-08-09T05:15:08.703Z[ helios-setup] Aug 09 05:15:06.967 INFO clone ok!, project: phbl
19602024-08-09T05:15:08.705Z[ helios-setup] Aug 09 05:15:06.968 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19612024-08-09T05:15:08.705Z[ helios-setup] Aug 09 05:15:06.968 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19622024-08-09T05:15:08.705Z[ helios-setup] Aug 09 05:15:06.968 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
19632024-08-09T05:15:08.706Z[ helios-setup] Aug 09 05:15:06.968 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19642024-08-09T05:15:08.709Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19652024-08-09T05:15:09.484Z[ helios-setup] Aug 09 05:15:07.749 INFO clone ok!, project: bootserver
19662024-08-09T05:15:09.487Z[ helios-setup] Aug 09 05:15:07.749 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19672024-08-09T05:15:09.488Z[ helios-setup] Aug 09 05:15:07.750 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
19682024-08-09T05:15:09.488Z[ helios-setup] Aug 09 05:15:07.750 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
19692024-08-09T05:15:09.490Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19702024-08-09T05:15:09.518Z[ host-package] Compiling lru-cache v0.1.2
19712024-08-09T05:15:09.586Z[ host-package] Compiling multer v3.1.0
19722024-08-09T05:15:09.659Z[ host-package] Compiling slog-async v2.8.0
19732024-08-09T05:15:09.731Z[ host-package] Compiling slog-json v2.6.1
19742024-08-09T05:15:09.750Z[ host-package] Compiling crossbeam-channel v0.5.12
19752024-08-09T05:15:10.090Z[ host-package] Compiling http v1.1.0
19762024-08-09T05:15:10.665Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19772024-08-09T05:15:10.678Z[ host-package] Compiling atomic-waker v1.1.2
19782024-08-09T05:15:10.691Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19792024-08-09T05:15:10.815Z[ host-package] Compiling take_mut v0.2.2
19802024-08-09T05:15:10.920Z[ host-package] Compiling waitgroup v0.1.2
19812024-08-09T05:15:11.141Z[ host-package] Compiling slog-bunyan v2.5.0
19822024-08-09T05:15:11.370Z[ host-package] Compiling slog-term v2.9.1
19832024-08-09T05:15:12.510Z[ host-package] Compiling rustls-pemfile v2.1.3
19842024-08-09T05:15:12.864Z[ host-package] Compiling async-stream v0.3.5
19852024-08-09T05:15:12.959Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19862024-08-09T05:15:13.035Z[ host-package] Compiling sha1 v0.10.6
19872024-08-09T05:15:13.055Z[ host-package] Compiling tokio-rustls v0.25.0
19882024-08-09T05:15:13.196Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19892024-08-09T05:15:13.199Z[ host-package] Compiling newtype-uuid v1.1.0
19902024-08-09T05:15:13.455Z[ host-package] Compiling ipnetwork v0.20.0
19912024-08-09T05:15:13.499Z[ host-package] Compiling serde_path_to_error v0.1.16
19922024-08-09T05:15:13.523Z[ host-package] Compiling hostname v0.4.0
19932024-08-09T05:15:13.561Z[ host-package] Compiling slog-dtrace v0.3.0
19942024-08-09T05:15:13.806Z[ host-package] Compiling instant v0.1.12
19952024-08-09T05:15:13.965Z[ host-package] Compiling debug-ignore v1.0.5
19962024-08-09T05:15:14.057Z[ host-package] Compiling backoff v0.4.0
19972024-08-09T05:15:14.125Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19982024-08-09T05:15:14.335Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19992024-08-09T05:15:14.406Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20002024-08-09T05:15:14.713Z[ host-package] Compiling parse-display v0.9.1
20012024-08-09T05:15:14.830Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20022024-08-09T05:15:15.021Z[ host-package] Compiling serde_with v3.8.3
20032024-08-09T05:15:15.323Z[ host-package] Compiling strum v0.26.3
20042024-08-09T05:15:15.529Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20052024-08-09T05:15:16.644Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20062024-08-09T05:15:16.817Z[ host-package] Compiling num-rational v0.4.2
20072024-08-09T05:15:17.674Z[ host-package] Compiling num-complex v0.4.6
20082024-08-09T05:15:17.691Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20092024-08-09T05:15:17.705Z[ helios-setup] Aug 09 05:15:15.968 INFO clone ok!, project: amd-host-image-builder
20102024-08-09T05:15:17.708Z[ helios-setup] Aug 09 05:15:15.968 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
20112024-08-09T05:15:17.708Z[ helios-setup] Aug 09 05:15:15.968 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20122024-08-09T05:15:17.713Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20132024-08-09T05:15:18.496Z[ helios-setup] Aug 09 05:15:16.759 INFO clone ok!, project: pinprick
20142024-08-09T05:15:18.499Z[ helios-setup] Aug 09 05:15:16.760 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
20152024-08-09T05:15:18.499Z[ helios-setup] Aug 09 05:15:16.760 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20162024-08-09T05:15:18.503Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20172024-08-09T05:15:18.575Z[ host-package] Compiling macaddr v1.0.1
20182024-08-09T05:15:18.869Z[ host-package] Compiling swrite v0.1.0
20192024-08-09T05:15:18.986Z[ host-package] Compiling num v0.4.3
20202024-08-09T05:15:19.715Z[ helios-setup] Aug 09 05:15:17.977 INFO clone ok!, project: chelsio-t6-roms
20212024-08-09T05:15:19.718Z[ helios-setup] Aug 09 05:15:17.977 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20222024-08-09T05:15:19.942Z[ host-package] Compiling quick-error v1.2.3
20232024-08-09T05:15:20.166Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20242024-08-09T05:15:20.644Z[ host-package] Compiling float-ord v0.3.2
20252024-08-09T05:15:20.701Z[ helios-setup] Aug 09 05:15:18.963 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20262024-08-09T05:15:20.820Z[ host-package] Compiling resolv-conf v0.7.0
20272024-08-09T05:15:21.377Z[ helios-setup] Aug 09 05:15:19.640 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20282024-08-09T05:15:21.380Z[ helios-setup] Aug 09 05:15:19.640 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20292024-08-09T05:15:21.955Z[ helios-setup] Aug 09 05:15:20.217 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20302024-08-09T05:15:22.063Z[ host-package] Compiling trust-dns-resolver v0.22.0
20312024-08-09T05:15:22.469Z[ helios-setup] Aug 09 05:15:20.731 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20322024-08-09T05:15:22.469Z[ helios-setup] Aug 09 05:15:20.731 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20332024-08-09T05:15:22.520Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20342024-08-09T05:15:22.604Z[ host-package] Compiling rayon-core v1.12.1
20352024-08-09T05:15:22.658Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20362024-08-09T05:15:22.982Z[ host-package] Compiling crossbeam-deque v0.8.5
20372024-08-09T05:15:23.014Z[ helios-setup] Aug 09 05:15:21.275 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20382024-08-09T05:15:23.414Z[ host-package] Compiling display-error-chain v0.2.0
20392024-08-09T05:15:23.585Z[ helios-setup] Aug 09 05:15:21.847 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20402024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20412024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20422024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO ok!
20432024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20442024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20452024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO ok!
20462024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20472024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20482024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO ok!
20492024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
20502024-08-09T05:15:23.588Z[ helios-setup] Aug 09 05:15:21.847 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
20512024-08-09T05:15:23.670Z[ host-package] Compiling fastrand v2.1.0
20522024-08-09T05:15:23.919Z[ helios-setup] Aug 09 05:15:22.181 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
20532024-08-09T05:15:24.229Z[ host-package] Compiling same-file v1.0.6
20542024-08-09T05:15:24.435Z[ helios-setup] Aug 09 05:15:22.696 INFO E| From https://github.com/jclulow/rust-jmclib
20552024-08-09T05:15:24.435Z[ helios-setup] Aug 09 05:15:22.696 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
20562024-08-09T05:15:24.464Z[ helios-setup] Aug 09 05:15:22.726 INFO E| Updating crates.io index
20572024-08-09T05:15:24.493Z[ host-package] Compiling walkdir v2.5.0
20582024-08-09T05:15:24.678Z[ helios-setup] Aug 09 05:15:22.940 INFO E| Downloading crates ...
20592024-08-09T05:15:24.805Z[ helios-setup] Aug 09 05:15:23.066 INFO E| Downloaded bitflags v2.3.3
20602024-08-09T05:15:24.809Z[ helios-setup] Aug 09 05:15:23.071 INFO E| Downloaded libdevinfo-sys v1.0.0
20612024-08-09T05:15:24.812Z[ helios-setup] Aug 09 05:15:23.072 INFO E| Downloaded itoa v1.0.9
20622024-08-09T05:15:24.815Z[ helios-setup] Aug 09 05:15:23.075 INFO E| Downloaded fastrand v2.0.0
20632024-08-09T05:15:24.815Z[ helios-setup] Aug 09 05:15:23.077 INFO E| Downloaded errno v0.3.1
20642024-08-09T05:15:24.818Z[ helios-setup] Aug 09 05:15:23.079 INFO E| Downloaded block-buffer v0.9.0
20652024-08-09T05:15:24.821Z[ helios-setup] Aug 09 05:15:23.080 INFO E| Downloaded opaque-debug v0.3.0
20662024-08-09T05:15:24.846Z[ helios-setup] Aug 09 05:15:23.108 INFO E| Downloaded walkdir v2.3.3
20672024-08-09T05:15:24.849Z[ helios-setup] Aug 09 05:15:23.111 INFO E| Downloaded unicode-width v0.1.10
20682024-08-09T05:15:24.852Z[ helios-setup] Aug 09 05:15:23.113 INFO E| Downloaded sha-1 v0.9.8
20692024-08-09T05:15:24.855Z[ helios-setup] Aug 09 05:15:23.116 INFO E| Downloaded md-5 v0.9.1
20702024-08-09T05:15:24.858Z[ helios-setup] Aug 09 05:15:23.119 INFO E| Downloaded digest v0.9.0
20712024-08-09T05:15:24.861Z[ helios-setup] Aug 09 05:15:23.121 INFO E| Downloaded cpufeatures v0.2.9
20722024-08-09T05:15:24.861Z[ helios-setup] Aug 09 05:15:23.123 INFO E| Downloaded getrandom v0.2.10
20732024-08-09T05:15:24.866Z[ helios-setup] Aug 09 05:15:23.128 INFO E| Downloaded uuid v0.8.2
20742024-08-09T05:15:24.871Z[ helios-setup] Aug 09 05:15:23.133 INFO E| Downloaded once_cell v1.18.0
20752024-08-09T05:15:24.876Z[ helios-setup] Aug 09 05:15:23.138 INFO E| Downloaded serde_derive v1.0.193
20762024-08-09T05:15:24.880Z[ helios-setup] Aug 09 05:15:23.142 INFO E| Downloaded typenum v1.16.0
20772024-08-09T05:15:24.884Z[ helios-setup] Aug 09 05:15:23.146 INFO E| Downloaded serde v1.0.193
20782024-08-09T05:15:24.889Z[ helios-setup] Aug 09 05:15:23.151 INFO E| Downloaded proc-macro2 v1.0.66
20792024-08-09T05:15:24.893Z[ helios-setup] Aug 09 05:15:23.155 INFO E| Downloaded ryu v1.0.15
20802024-08-09T05:15:24.898Z[ helios-setup] Aug 09 05:15:23.160 INFO E| Downloaded unicode-ident v1.0.11
20812024-08-09T05:15:24.903Z[ helios-setup] Aug 09 05:15:23.165 INFO E| Downloaded serde_json v1.0.103
20822024-08-09T05:15:24.914Z[ helios-setup] Aug 09 05:15:23.176 INFO E| Downloaded tempfile v3.7.0
20832024-08-09T05:15:24.918Z[ helios-setup] Aug 09 05:15:23.180 INFO E| Downloaded syn v2.0.32
20842024-08-09T05:15:24.935Z[ helios-setup] Aug 09 05:15:23.197 INFO E| Downloaded rustix v0.38.4
20852024-08-09T05:15:24.989Z[ helios-setup] Aug 09 05:15:23.251 INFO E| Downloaded quote v1.0.31
20862024-08-09T05:15:24.993Z[ helios-setup] Aug 09 05:15:23.255 INFO E| Downloaded libc v0.2.147
20872024-08-09T05:15:25.046Z[ helios-setup] Aug 09 05:15:23.308 INFO E| Downloaded anyhow v1.0.72
20882024-08-09T05:15:25.238Z[ helios-setup] Aug 09 05:15:23.499 INFO E| Compiling libc v0.2.147
20892024-08-09T05:15:25.238Z[ helios-setup] Aug 09 05:15:23.499 INFO E| Compiling proc-macro2 v1.0.66
20902024-08-09T05:15:25.238Z[ helios-setup] Aug 09 05:15:23.499 INFO E| Compiling unicode-ident v1.0.11
20912024-08-09T05:15:25.238Z[ helios-setup] Aug 09 05:15:23.499 INFO E| Compiling cfg-if v1.0.0
20922024-08-09T05:15:25.238Z[ helios-setup] Aug 09 05:15:23.499 INFO E| Compiling typenum v1.16.0
20932024-08-09T05:15:25.238Z[ helios-setup] Aug 09 05:15:23.499 INFO E| Compiling version_check v0.9.4
20942024-08-09T05:15:25.238Z[ helios-setup] Aug 09 05:15:23.499 INFO E| Compiling serde v1.0.193
20952024-08-09T05:15:25.238Z[ helios-setup] Aug 09 05:15:23.499 INFO E| Compiling rustix v0.38.4
20962024-08-09T05:15:25.243Z[ host-package] Compiling tempfile v3.10.1
20972024-08-09T05:15:25.527Z[ helios-setup] Aug 09 05:15:23.789 INFO E| Compiling num-conv v0.1.0
20982024-08-09T05:15:25.791Z[ helios-setup] Aug 09 05:15:24.053 INFO E| Compiling slog v2.7.0
20992024-08-09T05:15:25.936Z[ helios-setup] Aug 09 05:15:24.198 INFO E| Compiling time-core v0.1.2
21002024-08-09T05:15:26.195Z[ helios-setup] Aug 09 05:15:24.456 INFO E| Compiling powerfmt v0.2.0
21012024-08-09T05:15:26.728Z[ helios-setup] Aug 09 05:15:24.989 INFO E| Compiling generic-array v0.14.7
21022024-08-09T05:15:26.771Z[ helios-setup] Aug 09 05:15:25.032 INFO E| Compiling itoa v1.0.9
21032024-08-09T05:15:26.931Z[ helios-setup] Aug 09 05:15:25.192 INFO E| Compiling deranged v0.3.11
21042024-08-09T05:15:27.019Z[ helios-setup] Aug 09 05:15:25.280 INFO E| Compiling time-macros v0.2.18
21052024-08-09T05:15:27.026Z[ helios-setup] Aug 09 05:15:25.288 INFO E| Compiling num_threads v0.1.6
21062024-08-09T05:15:27.055Z[ helios-setup] Aug 09 05:15:25.316 INFO E| Compiling bitflags v2.3.3
21072024-08-09T05:15:27.165Z[ helios-setup] Aug 09 05:15:25.426 INFO E| Compiling once_cell v1.18.0
21082024-08-09T05:15:27.640Z[ helios-setup] Aug 09 05:15:25.901 INFO E| Compiling quote v1.0.31
21092024-08-09T05:15:28.123Z[ helios-setup] Aug 09 05:15:26.384 INFO E| Compiling thread_local v1.1.7
21102024-08-09T05:15:29.029Z[ helios-setup] Aug 09 05:15:27.290 INFO E| Compiling syn v2.0.32
21112024-08-09T05:15:29.035Z[ helios-setup] Aug 09 05:15:27.296 INFO E| Compiling opaque-debug v0.3.0
21122024-08-09T05:15:29.125Z[ helios-setup] Aug 09 05:15:27.386 INFO E| Compiling serde_json v1.0.103
21132024-08-09T05:15:29.451Z[ helios-setup] Aug 09 05:15:27.711 INFO E| Compiling anyhow v1.0.72
21142024-08-09T05:15:29.769Z[ helios-setup] Aug 09 05:15:28.029 INFO E| Compiling fastrand v2.0.0
21152024-08-09T05:15:29.917Z[ host-package] Compiling half v2.4.1
21162024-08-09T05:15:30.272Z[ helios-setup] Aug 09 05:15:28.533 INFO E| Compiling dirs-sys-next v0.1.2
21172024-08-09T05:15:30.664Z[ helios-setup] Aug 09 05:15:28.925 INFO E| Compiling dirs-next v2.0.0
21182024-08-09T05:15:30.810Z[ helios-setup] Aug 09 05:15:29.070 INFO E| Compiling errno v0.3.1
21192024-08-09T05:15:31.073Z[ helios-setup] Aug 09 05:15:29.333 INFO E| Compiling term v0.7.0
21202024-08-09T05:15:31.087Z[ helios-setup] Aug 09 05:15:29.348 INFO E| Compiling atty v0.2.14
21212024-08-09T05:15:31.362Z[ helios-setup] Aug 09 05:15:29.622 INFO E| Compiling getrandom v0.2.10
21222024-08-09T05:15:31.757Z[ host-package] Compiling utf-8 v0.7.6
21232024-08-09T05:15:31.790Z[ host-package] Compiling ciborium-io v0.2.2
21242024-08-09T05:15:31.960Z[ helios-setup] Aug 09 05:15:30.220 INFO E| Compiling block-buffer v0.9.0
21252024-08-09T05:15:32.047Z[ helios-setup] Aug 09 05:15:30.307 INFO E| Compiling digest v0.9.0
21262024-08-09T05:15:32.075Z[ helios-setup] Aug 09 05:15:30.334 INFO E| Compiling unicode-width v0.1.10
21272024-08-09T05:15:32.124Z[ host-package] Compiling ciborium-ll v0.2.2
21282024-08-09T05:15:32.261Z[ helios-setup] Aug 09 05:15:30.521 INFO E| Compiling cpufeatures v0.2.9
21292024-08-09T05:15:32.275Z[ helios-setup] Aug 09 05:15:30.535 INFO E| Compiling same-file v1.0.6
21302024-08-09T05:15:32.332Z[ helios-setup] Aug 09 05:15:30.592 INFO E| Compiling ryu v1.0.15
21312024-08-09T05:15:32.438Z[ helios-setup] Aug 09 05:15:30.698 INFO E| Compiling sha-1 v0.9.8
21322024-08-09T05:15:32.481Z[ helios-setup] Aug 09 05:15:30.741 INFO E| Compiling walkdir v2.3.3
21332024-08-09T05:15:32.487Z[ helios-setup] Aug 09 05:15:30.747 INFO E| Compiling time v0.3.36
21342024-08-09T05:15:32.607Z[ host-package] Compiling ring v0.16.20
21352024-08-09T05:15:32.762Z[ helios-setup] Aug 09 05:15:31.022 INFO E| Compiling md-5 v0.9.1
21362024-08-09T05:15:32.977Z[ host-package] Compiling blake3 v1.5.1
21372024-08-09T05:15:33.127Z[ helios-setup] Aug 09 05:15:31.387 INFO E| Compiling getopts v0.2.21
21382024-08-09T05:15:33.740Z[ helios-setup] Aug 09 05:15:32.000 INFO E| Compiling glob v0.3.1
21392024-08-09T05:15:33.876Z[ host-package] Compiling rayon v1.10.0
21402024-08-09T05:15:34.282Z[ helios-setup] Aug 09 05:15:32.542 INFO E| Compiling tempfile v3.7.0
21412024-08-09T05:15:34.626Z[ helios-setup] Aug 09 05:15:32.886 INFO E| Compiling libdevinfo-sys v1.0.0
21422024-08-09T05:15:35.745Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21432024-08-09T05:15:36.305Z[ helios-setup] Aug 09 05:15:34.564 INFO E| Compiling slog-term v2.9.0
21442024-08-09T05:15:38.320Z[ helios-setup] Aug 09 05:15:36.579 INFO E| Compiling serde_derive v1.0.193
21452024-08-09T05:15:40.498Z[ host-package] Compiling xattr v1.3.1
21462024-08-09T05:15:40.812Z[ host-package] Compiling nibble_vec v0.1.0
21472024-08-09T05:15:41.110Z[ host-package] Compiling filetime v0.2.23
21482024-08-09T05:15:41.469Z[ host-package] Compiling memmap2 v0.9.4
21492024-08-09T05:15:42.176Z[ host-package] Compiling spin v0.5.2
21502024-08-09T05:15:42.501Z[ host-package] Compiling untrusted v0.7.1
21512024-08-09T05:15:42.636Z[ host-package] Compiling arrayvec v0.7.4
21522024-08-09T05:15:42.758Z[ host-package] Compiling constant_time_eq v0.3.0
21532024-08-09T05:15:42.954Z[ host-package] Compiling cancel-safe-futures v0.1.5
21542024-08-09T05:15:43.140Z[ host-package] Compiling endian-type v0.1.2
21552024-08-09T05:15:43.470Z[ host-package] Compiling arrayref v0.3.7
21562024-08-09T05:15:43.548Z[ host-package] Compiling radix_trie v0.2.1
21572024-08-09T05:15:44.828Z[ host-package] Compiling tar v0.4.41
21582024-08-09T05:15:46.866Z[ host-package] Compiling ciborium v0.2.2
21592024-08-09T05:15:48.550Z[ host-package] Compiling camino-tempfile v1.1.1
21602024-08-09T05:15:49.153Z[ host-package] Compiling toolchain_find v0.4.0
21612024-08-09T05:15:49.178Z[ host-package] Compiling crunchy v0.2.2
21622024-08-09T05:15:49.745Z[ host-package] Compiling maplit v1.0.2
21632024-08-09T05:15:49.790Z[ host-package] Compiling glob v0.3.1
21642024-08-09T05:15:49.886Z[ host-package] Compiling topological-sort v0.2.2
21652024-08-09T05:15:50.020Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21662024-08-09T05:15:50.122Z[ host-package] Compiling omicron-zone-package v0.11.0
21672024-08-09T05:15:50.753Z[ host-package] Compiling clang-sys v1.7.0
21682024-08-09T05:15:50.795Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21692024-08-09T05:15:51.546Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21702024-08-09T05:15:51.573Z[ host-package] Compiling tiny-keccak v2.0.2
21712024-08-09T05:15:52.158Z[ host-package] Compiling dsl_auto_type v0.1.2
21722024-08-09T05:15:52.247Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21732024-08-09T05:15:52.394Z[ helios-setup] Aug 09 05:15:50.650 INFO E| Compiling toml v0.5.11
21742024-08-09T05:15:52.394Z[ helios-setup] Aug 09 05:15:50.650 INFO E| Compiling uuid v0.8.2
21752024-08-09T05:15:53.973Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21762024-08-09T05:15:54.040Z[ host-package] Compiling arc-swap v1.7.1
21772024-08-09T05:15:54.664Z[ host-package] Compiling diesel_derives v2.2.2
21782024-08-09T05:15:54.794Z[ host-package] Compiling slog-scope v4.4.0
21792024-08-09T05:15:54.963Z[ helios-setup] Aug 09 05:15:53.217 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
21802024-08-09T05:15:55.139Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21812024-08-09T05:15:55.817Z[ host-package] Compiling r2d2 v0.8.10
21822024-08-09T05:15:56.564Z[ host-package] Compiling ascii-canvas v3.0.0
21832024-08-09T05:15:56.681Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21842024-08-09T05:15:57.057Z[ host-package] Compiling ena v0.14.3
21852024-08-09T05:15:57.265Z[ host-package] Compiling libloading v0.8.3
21862024-08-09T05:15:57.636Z[ host-package] Compiling diff v0.1.13
21872024-08-09T05:15:57.659Z[ helios-setup] Aug 09 05:15:55.914 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
21882024-08-09T05:15:57.725Z[ host-package] Compiling regex-syntax v0.6.29
21892024-08-09T05:15:58.444Z[ host-package] Compiling bindgen v0.69.4
21902024-08-09T05:16:03.706Z[ host-package] Compiling lalrpop v0.19.12
21912024-08-09T05:16:08.243Z[ host-package] Compiling diesel v2.2.2
21922024-08-09T05:16:10.071Z[ helios-setup] Aug 09 05:16:08.324 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.39s
21932024-08-09T05:16:10.104Z[ helios-setup] Aug 09 05:16:08.357 INFO building project "image-builder" ok (46 seconds)
21942024-08-09T05:16:10.104Z[ helios-setup] Aug 09 05:16:08.357 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
21952024-08-09T05:16:10.104Z[ helios-setup] Aug 09 05:16:08.357 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
21962024-08-09T05:16:10.532Z[ helios-setup] Aug 09 05:16:08.785 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
21972024-08-09T05:16:11.102Z[ helios-setup] Aug 09 05:16:09.354 INFO E| From https://github.com/jclulow/hiercmd
21982024-08-09T05:16:11.102Z[ helios-setup] Aug 09 05:16:09.354 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
21992024-08-09T05:16:11.178Z[ host-package] Compiling slog-stdlog v4.1.1
22002024-08-09T05:16:11.223Z[ helios-setup] Aug 09 05:16:09.470 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22012024-08-09T05:16:11.666Z[ helios-setup] Aug 09 05:16:09.919 INFO E| From https://github.com/jclulow/network-interface
22022024-08-09T05:16:11.666Z[ helios-setup] Aug 09 05:16:09.919 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22032024-08-09T05:16:11.686Z[ helios-setup] Aug 09 05:16:09.938 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22042024-08-09T05:16:12.101Z[ host-package] Compiling tungstenite v0.21.0
22052024-08-09T05:16:12.245Z[ helios-setup] Aug 09 05:16:10.497 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22062024-08-09T05:16:12.245Z[ helios-setup] Aug 09 05:16:10.498 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22072024-08-09T05:16:12.289Z[ helios-setup] Aug 09 05:16:10.542 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22082024-08-09T05:16:13.047Z[ helios-setup] Aug 09 05:16:11.299 INFO E| From https://github.com/oxidecomputer/facade
22092024-08-09T05:16:13.047Z[ helios-setup] Aug 09 05:16:11.299 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22102024-08-09T05:16:13.136Z[ helios-setup] Aug 09 05:16:11.388 INFO E| Updating crates.io index
22112024-08-09T05:16:13.827Z[ helios-setup] Aug 09 05:16:12.079 INFO E| Downloading crates ...
22122024-08-09T05:16:13.984Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22132024-08-09T05:16:14.012Z[ helios-setup] Aug 09 05:16:12.264 INFO E| Downloaded ahash v0.7.6
22142024-08-09T05:16:14.049Z[ helios-setup] Aug 09 05:16:12.301 INFO E| Downloaded const-random-macro v0.1.15
22152024-08-09T05:16:14.052Z[ helios-setup] Aug 09 05:16:12.303 INFO E| Downloaded project-root v0.2.2
22162024-08-09T05:16:14.052Z[ helios-setup] Aug 09 05:16:12.304 INFO E| Downloaded anstream v0.2.6
22172024-08-09T05:16:14.056Z[ helios-setup] Aug 09 05:16:12.308 INFO E| Downloaded block-buffer v0.10.3
22182024-08-09T05:16:14.059Z[ helios-setup] Aug 09 05:16:12.310 INFO E| Downloaded anstyle-parse v0.1.1
22192024-08-09T05:16:14.062Z[ helios-setup] Aug 09 05:16:12.313 INFO E| Downloaded anstyle v0.3.5
22202024-08-09T05:16:14.065Z[ helios-setup] Aug 09 05:16:12.315 INFO E| Downloaded generic-array v0.14.6
22212024-08-09T05:16:14.065Z[ helios-setup] Aug 09 05:16:12.317 INFO E| Downloaded dyn-clone v1.0.11
22222024-08-09T05:16:14.068Z[ helios-setup] Aug 09 05:16:12.320 INFO E| Downloaded concolor-query v0.3.3
22232024-08-09T05:16:14.071Z[ helios-setup] Aug 09 05:16:12.322 INFO E| Downloaded percent-encoding v2.2.0
22242024-08-09T05:16:14.071Z[ helios-setup] Aug 09 05:16:12.324 INFO E| Downloaded http-body v0.4.5
22252024-08-09T05:16:14.074Z[ helios-setup] Aug 09 05:16:12.326 INFO E| Downloaded home v0.5.4
22262024-08-09T05:16:14.077Z[ helios-setup] Aug 09 05:16:12.328 INFO E| Downloaded num_enum_derive v0.5.7
22272024-08-09T05:16:14.077Z[ helios-setup] Aug 09 05:16:12.329 INFO E| Downloaded num_cpus v1.15.0
22282024-08-09T05:16:14.115Z[ helios-setup] Aug 09 05:16:12.367 INFO E| Downloaded const-random v0.1.15
22292024-08-09T05:16:14.118Z[ helios-setup] Aug 09 05:16:12.369 INFO E| Downloaded want v0.3.0
22302024-08-09T05:16:14.119Z[ helios-setup] Aug 09 05:16:12.371 INFO E| Downloaded try-lock v0.2.4
22312024-08-09T05:16:14.122Z[ helios-setup] Aug 09 05:16:12.373 INFO E| Downloaded serde_spanned v0.6.1
22322024-08-09T05:16:14.125Z[ helios-setup] Aug 09 05:16:12.374 INFO E| Downloaded serde_derive v1.0.204
22332024-08-09T05:16:14.128Z[ helios-setup] Aug 09 05:16:12.379 INFO E| Downloaded semver-parser v0.10.2
22342024-08-09T05:16:14.131Z[ helios-setup] Aug 09 05:16:12.382 INFO E| Downloaded sha2 v0.10.6
22352024-08-09T05:16:14.134Z[ helios-setup] Aug 09 05:16:12.386 INFO E| Downloaded semver v0.11.0
22362024-08-09T05:16:14.137Z[ helios-setup] Aug 09 05:16:12.389 INFO E| Downloaded thiserror-impl v1.0.38
22372024-08-09T05:16:14.140Z[ helios-setup] Aug 09 05:16:12.391 INFO E| Downloaded fastrand v1.9.0
22382024-08-09T05:16:14.142Z[ helios-setup] Aug 09 05:16:12.394 INFO E| Downloaded slog-bunyan v2.4.0
22392024-08-09T05:16:14.145Z[ helios-setup] Aug 09 05:16:12.396 INFO E| Downloaded terminal_size v0.2.6
22402024-08-09T05:16:14.146Z[ helios-setup] Aug 09 05:16:12.398 INFO E| Downloaded toolchain_find v0.2.0
22412024-08-09T05:16:14.148Z[ helios-setup] Aug 09 05:16:12.399 INFO E| Downloaded parking_lot_core v0.9.6
22422024-08-09T05:16:14.151Z[ helios-setup] Aug 09 05:16:12.403 INFO E| Downloaded futures-executor v0.3.28
22432024-08-09T05:16:14.154Z[ helios-setup] Aug 09 05:16:12.406 INFO E| Downloaded pin-project-lite v0.2.9
22442024-08-09T05:16:14.163Z[ helios-setup] Aug 09 05:16:12.415 INFO E| Downloaded log v0.4.17
22452024-08-09T05:16:14.167Z[ helios-setup] Aug 09 05:16:12.420 INFO E| Downloaded schemars_derive v0.8.12
22462024-08-09T05:16:14.171Z[ helios-setup] Aug 09 05:16:12.423 INFO E| Downloaded sha1 v0.10.5
22472024-08-09T05:16:14.177Z[ helios-setup] Aug 09 05:16:12.426 INFO E| Downloaded pkg-config v0.3.26
22482024-08-09T05:16:14.177Z[ helios-setup] Aug 09 05:16:12.429 INFO E| Downloaded toml_datetime v0.6.1
22492024-08-09T05:16:14.186Z[ helios-setup] Aug 09 05:16:12.431 INFO E| Downloaded tokio-macros v2.0.0
22502024-08-09T05:16:14.186Z[ helios-setup] Aug 09 05:16:12.433 INFO E| Downloaded smawk v0.3.1
22512024-08-09T05:16:14.186Z[ helios-setup] Aug 09 05:16:12.436 INFO E| Downloaded slog-async v2.7.0
22522024-08-09T05:16:14.191Z[ helios-setup] Aug 09 05:16:12.439 INFO E| Downloaded thiserror v1.0.38
22532024-08-09T05:16:14.194Z[ helios-setup] Aug 09 05:16:12.446 INFO E| Downloaded cargo-lock v8.0.3
22542024-08-09T05:16:14.199Z[ helios-setup] Aug 09 05:16:12.451 INFO E| Downloaded futures-channel v0.3.28
22552024-08-09T05:16:14.203Z[ helios-setup] Aug 09 05:16:12.455 INFO E| Downloaded tokio-rustls v0.24.0
22562024-08-09T05:16:14.206Z[ helios-setup] Aug 09 05:16:12.459 INFO E| Downloaded serde_derive_internals v0.26.0
22572024-08-09T05:16:14.209Z[ helios-setup] Aug 09 05:16:12.462 INFO E| Downloaded ucd-trie v0.1.5
22582024-08-09T05:16:14.212Z[ helios-setup] Aug 09 05:16:12.465 INFO E| Downloaded unicode-ident v1.0.8
22592024-08-09T05:16:14.218Z[ helios-setup] Aug 09 05:16:12.470 INFO E| Downloaded getrandom v0.2.8
22602024-08-09T05:16:14.235Z[ helios-setup] Aug 09 05:16:12.487 INFO E| Downloaded scopeguard v1.1.0
22612024-08-09T05:16:14.238Z[ helios-setup] Aug 09 05:16:12.490 INFO E| Downloaded ryu v1.0.13
22622024-08-09T05:16:14.242Z[ helios-setup] Aug 09 05:16:12.495 INFO E| Downloaded miniz_oxide v0.6.2
22632024-08-09T05:16:14.246Z[ helios-setup] Aug 09 05:16:12.499 INFO E| Downloaded flate2 v1.0.25
22642024-08-09T05:16:14.255Z[ helios-setup] Aug 09 05:16:12.507 INFO E| Downloaded toml v0.7.3
22652024-08-09T05:16:14.262Z[ helios-setup] Aug 09 05:16:12.514 INFO E| Downloaded uuid v1.3.0
22662024-08-09T05:16:14.289Z[ helios-setup] Aug 09 05:16:12.541 INFO E| Downloaded schemars v0.8.12
22672024-08-09T05:16:14.306Z[ helios-setup] Aug 09 05:16:12.558 INFO E| Downloaded unicode-normalization v0.1.22
22682024-08-09T05:16:14.312Z[ helios-setup] Aug 09 05:16:12.564 INFO E| Downloaded winnow v0.4.1
22692024-08-09T05:16:14.324Z[ helios-setup] Aug 09 05:16:12.576 INFO E| Downloaded syn v1.0.107
22702024-08-09T05:16:14.340Z[ helios-setup] Aug 09 05:16:12.592 INFO E| Downloaded pest v2.5.7
22712024-08-09T05:16:14.347Z[ helios-setup] Aug 09 05:16:12.599 INFO E| Downloaded aho-corasick v0.7.20
22722024-08-09T05:16:14.352Z[ helios-setup] Aug 09 05:16:12.604 INFO E| Downloaded clap_builder v4.2.1
22732024-08-09T05:16:14.364Z[ helios-setup] Aug 09 05:16:12.616 INFO E| Downloaded tokio v1.27.0
22742024-08-09T05:16:14.410Z[ helios-setup] Aug 09 05:16:12.662 INFO E| Downloaded http v0.2.9
22752024-08-09T05:16:14.421Z[ helios-setup] Aug 09 05:16:12.674 INFO E| Downloaded reqwest v0.11.16
22762024-08-09T05:16:14.447Z[ helios-setup] Aug 09 05:16:12.700 INFO E| Downloaded h2 v0.3.16
22772024-08-09T05:16:14.476Z[ helios-setup] Aug 09 05:16:12.728 INFO E| Downloaded rayon v1.6.1
22782024-08-09T05:16:14.488Z[ helios-setup] Aug 09 05:16:12.740 INFO E| Downloaded futures-util v0.3.28
22792024-08-09T05:16:14.507Z[ helios-setup] Aug 09 05:16:12.759 INFO E| Downloaded hyper v0.14.25
22802024-08-09T05:16:14.518Z[ helios-setup] Aug 09 05:16:12.770 INFO E| Downloaded rustls v0.21.0
22812024-08-09T05:16:14.562Z[ helios-setup] Aug 09 05:16:12.814 INFO E| Downloaded regress v0.5.0
22822024-08-09T05:16:14.573Z[ helios-setup] Aug 09 05:16:12.825 INFO E| Downloaded rustix v0.37.3
22832024-08-09T05:16:14.605Z[ helios-setup] Aug 09 05:16:12.857 INFO E| Downloaded rhai v1.14.0
22842024-08-09T05:16:14.630Z[ helios-setup] Aug 09 05:16:12.882 INFO E| Downloaded openapiv3 v1.0.2
22852024-08-09T05:16:14.648Z[ helios-setup] Aug 09 05:16:12.900 INFO E| Downloaded regex v1.7.3
22862024-08-09T05:16:14.661Z[ helios-setup] Aug 09 05:16:12.913 INFO E| Downloaded git2 v0.16.1
22872024-08-09T05:16:14.679Z[ helios-setup] Aug 09 05:16:12.931 INFO E| Downloaded chrono v0.4.24
22882024-08-09T05:16:14.690Z[ helios-setup] Aug 09 05:16:12.942 INFO E| Downloaded libc v0.2.139
22892024-08-09T05:16:14.727Z[ helios-setup] Aug 09 05:16:12.979 INFO E| Downloaded serde_json v1.0.95
22902024-08-09T05:16:14.742Z[ helios-setup] Aug 09 05:16:12.994 INFO E| Downloaded unicode-linebreak v0.1.4
22912024-08-09T05:16:14.745Z[ helios-setup] Aug 09 05:16:12.997 INFO E| Downloaded toml_edit v0.19.8
22922024-08-09T05:16:14.776Z[ helios-setup] Aug 09 05:16:13.028 INFO E| Downloaded tokio-util v0.7.7
22932024-08-09T05:16:14.786Z[ helios-setup] Aug 09 05:16:13.038 INFO E| Downloaded rustls-webpki v0.100.1
22942024-08-09T05:16:14.801Z[ helios-setup] Aug 09 05:16:13.053 INFO E| Downloaded mio v0.8.5
22952024-08-09T05:16:14.809Z[ helios-setup] Aug 09 05:16:13.061 INFO E| Downloaded memchr v2.5.0
22962024-08-09T05:16:14.815Z[ helios-setup] Aug 09 05:16:13.067 INFO E| Downloaded crossbeam-channel v0.5.6
22972024-08-09T05:16:14.822Z[ helios-setup] Aug 09 05:16:13.074 INFO E| Downloaded bytes v1.4.0
22982024-08-09T05:16:14.829Z[ helios-setup] Aug 09 05:16:13.081 INFO E| Downloaded unsafe-libyaml v0.2.8
22992024-08-09T05:16:14.834Z[ helios-setup] Aug 09 05:16:13.086 INFO E| Downloaded url v2.3.1
23002024-08-09T05:16:14.839Z[ helios-setup] Aug 09 05:16:13.091 INFO E| Downloaded unicode-bidi v0.3.13
23012024-08-09T05:16:14.843Z[ helios-setup] Aug 09 05:16:13.095 INFO E| Downloaded tungstenite v0.18.0
23022024-08-09T05:16:14.848Z[ helios-setup] Aug 09 05:16:13.100 INFO E| Downloaded tracing-core v0.1.30
23032024-08-09T05:16:14.852Z[ helios-setup] Aug 09 05:16:13.104 INFO E| Downloaded tracing v0.1.37
23042024-08-09T05:16:14.859Z[ helios-setup] Aug 09 05:16:13.111 INFO E| Downloaded encoding_rs v0.8.32
23052024-08-09T05:16:14.892Z[ helios-setup] Aug 09 05:16:13.143 INFO E| Downloaded serde v1.0.204
23062024-08-09T05:16:14.897Z[ helios-setup] Aug 09 05:16:13.149 INFO E| Downloaded cc v1.0.78
23072024-08-09T05:16:14.903Z[ helios-setup] Aug 09 05:16:13.155 INFO E| Downloaded textwrap v0.16.0
23082024-08-09T05:16:14.907Z[ helios-setup] Aug 09 05:16:13.159 INFO E| Downloaded tempfile v3.5.0
23092024-08-09T05:16:14.911Z[ helios-setup] Aug 09 05:16:13.163 INFO E| Downloaded serde_yaml v0.9.21
23102024-08-09T05:16:14.919Z[ helios-setup] Aug 09 05:16:13.169 INFO E| Downloaded sct v0.7.0
23112024-08-09T05:16:14.923Z[ helios-setup] Aug 09 05:16:13.176 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
23122024-08-09T05:16:15.013Z[ helios-setup] Aug 09 05:16:13.264 INFO E| Downloaded rhai_codegen v1.5.0
23132024-08-09T05:16:15.023Z[ helios-setup] Aug 09 05:16:13.275 INFO E| Downloaded rayon-core v1.10.2
23142024-08-09T05:16:15.028Z[ helios-setup] Aug 09 05:16:13.280 INFO E| Downloaded parking_lot v0.12.1
23152024-08-09T05:16:15.031Z[ helios-setup] Aug 09 05:16:13.283 INFO E| Downloaded num-traits v0.2.15
23162024-08-09T05:16:15.036Z[ helios-setup] Aug 09 05:16:13.288 INFO E| Downloaded crossbeam-epoch v0.9.13
23172024-08-09T05:16:15.040Z[ helios-setup] Aug 09 05:16:13.292 INFO E| Downloaded libz-sys v1.1.8
23182024-08-09T05:16:15.129Z[ helios-setup] Aug 09 05:16:13.381 INFO E| Downloaded time v0.1.45
23192024-08-09T05:16:15.132Z[ helios-setup] Aug 09 05:16:13.383 INFO E| Downloaded smallvec v1.10.0
23202024-08-09T05:16:15.134Z[ helios-setup] Aug 09 05:16:13.386 INFO E| Downloaded clap v4.2.1
23212024-08-09T05:16:15.147Z[ helios-setup] Aug 09 05:16:13.399 INFO E| Downloaded tokio-tungstenite v0.18.0
23222024-08-09T05:16:15.151Z[ helios-setup] Aug 09 05:16:13.403 INFO E| Downloaded lock_api v0.4.9
23232024-08-09T05:16:15.153Z[ helios-setup] Aug 09 05:16:13.405 INFO E| Downloaded ipnet v2.7.2
23242024-08-09T05:16:15.157Z[ helios-setup] Aug 09 05:16:13.407 INFO E| Downloaded socket2 v0.4.9
23252024-08-09T05:16:15.157Z[ helios-setup] Aug 09 05:16:13.409 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
23262024-08-09T05:16:15.160Z[ helios-setup] Aug 09 05:16:13.412 INFO E| Downloaded once_cell v1.17.0
23272024-08-09T05:16:15.163Z[ helios-setup] Aug 09 05:16:13.415 INFO E| Downloaded num-integer v0.1.45
23282024-08-09T05:16:15.166Z[ helios-setup] Aug 09 05:16:13.417 INFO E| Downloaded semver v1.0.17
23292024-08-09T05:16:15.169Z[ helios-setup] Aug 09 05:16:13.420 INFO E| Downloaded lazy_static v1.4.0
23302024-08-09T05:16:15.172Z[ helios-setup] Aug 09 05:16:13.422 INFO E| Downloaded base64 v0.21.0
23312024-08-09T05:16:15.176Z[ helios-setup] Aug 09 05:16:13.428 INFO E| Downloaded camino v1.1.4
23322024-08-09T05:16:15.178Z[ helios-setup] Aug 09 05:16:13.431 INFO E| Downloaded crossbeam-utils v0.8.14
23332024-08-09T05:16:15.183Z[ helios-setup] Aug 09 05:16:13.435 INFO E| Downloaded anyhow v1.0.68
23342024-08-09T05:16:15.189Z[ helios-setup] Aug 09 05:16:13.441 INFO E| Downloaded strsim v0.10.0
23352024-08-09T05:16:15.191Z[ helios-setup] Aug 09 05:16:13.443 INFO E| Downloaded smartstring v1.0.1
23362024-08-09T05:16:15.194Z[ helios-setup] Aug 09 05:16:13.446 INFO E| Downloaded signal-hook-registry v1.4.0
23372024-08-09T05:16:15.197Z[ helios-setup] Aug 09 05:16:13.448 INFO E| Downloaded futures v0.3.28
23382024-08-09T05:16:15.204Z[ helios-setup] Aug 09 05:16:13.456 INFO E| Downloaded num_enum v0.5.7
23392024-08-09T05:16:15.210Z[ helios-setup] Aug 09 05:16:13.462 INFO E| Downloaded clap_derive v4.2.0
23402024-08-09T05:16:15.213Z[ helios-setup] Aug 09 05:16:13.465 INFO E| Downloaded serde_tokenstream v0.2.0
23412024-08-09T05:16:15.217Z[ helios-setup] Aug 09 05:16:13.469 INFO E| Downloaded serde_path_to_error v0.1.11
23422024-08-09T05:16:15.220Z[ helios-setup] Aug 09 05:16:13.472 INFO E| Downloaded rustls-pemfile v1.0.2
23432024-08-09T05:16:15.223Z[ helios-setup] Aug 09 05:16:13.475 INFO E| Downloaded paste v1.0.12
23442024-08-09T05:16:15.227Z[ helios-setup] Aug 09 05:16:13.480 INFO E| Downloaded itoa v1.0.6
23452024-08-09T05:16:15.230Z[ helios-setup] Aug 09 05:16:13.482 INFO E| Downloaded iana-time-zone v0.1.56
23462024-08-09T05:16:15.233Z[ helios-setup] Aug 09 05:16:13.485 INFO E| Downloaded httpdate v1.0.2
23472024-08-09T05:16:15.237Z[ helios-setup] Aug 09 05:16:13.487 INFO E| Downloaded futures-sink v0.3.28
23482024-08-09T05:16:15.237Z[ helios-setup] Aug 09 05:16:13.488 INFO E| Downloaded either v1.8.0
23492024-08-09T05:16:15.240Z[ helios-setup] Aug 09 05:16:13.490 INFO E| Downloaded crossbeam-deque v0.8.2
23502024-08-09T05:16:15.240Z[ helios-setup] Aug 09 05:16:13.492 INFO E| Downloaded ahash v0.8.3
23512024-08-09T05:16:15.248Z[ helios-setup] Aug 09 05:16:13.500 INFO E| Downloaded io-lifetimes v1.0.10
23522024-08-09T05:16:15.252Z[ helios-setup] Aug 09 05:16:13.504 INFO E| Downloaded cpufeatures v0.2.5
23532024-08-09T05:16:15.255Z[ helios-setup] Aug 09 05:16:13.506 INFO E| Downloaded bincode v1.3.3
23542024-08-09T05:16:15.257Z[ helios-setup] Aug 09 05:16:13.509 INFO E| Downloaded slab v0.4.7
23552024-08-09T05:16:15.260Z[ helios-setup] Aug 09 05:16:13.511 INFO E| Downloaded form_urlencoded v1.1.0
23562024-08-09T05:16:15.263Z[ helios-setup] Aug 09 05:16:13.512 INFO E| Downloaded digest v0.10.6
23572024-08-09T05:16:15.263Z[ helios-setup] Aug 09 05:16:13.515 INFO E| Downloaded byteorder v1.4.3
23582024-08-09T05:16:15.266Z[ helios-setup] Aug 09 05:16:13.518 INFO E| Downloaded rustfmt-wrapper v0.2.0
23592024-08-09T05:16:15.269Z[ helios-setup] Aug 09 05:16:13.520 INFO E| Downloaded proc-macro-crate v1.2.1
23602024-08-09T05:16:15.272Z[ helios-setup] Aug 09 05:16:13.521 INFO E| Downloaded memoffset v0.7.1
23612024-08-09T05:16:15.272Z[ helios-setup] Aug 09 05:16:13.523 INFO E| Downloaded jobserver v0.1.26
23622024-08-09T05:16:15.274Z[ helios-setup] Aug 09 05:16:13.526 INFO E| Downloaded is-terminal v0.4.7
23632024-08-09T05:16:15.277Z[ helios-setup] Aug 09 05:16:13.527 INFO E| Downloaded concolor-override v1.0.0
23642024-08-09T05:16:15.277Z[ helios-setup] Aug 09 05:16:13.528 INFO E| Downloaded clap_lex v0.4.1
23652024-08-09T05:16:15.280Z[ helios-setup] Aug 09 05:16:13.530 INFO E| Downloaded async-trait v0.1.68
23662024-08-09T05:16:15.283Z[ helios-setup] Aug 09 05:16:13.535 INFO E| Downloaded futures-task v0.3.28
23672024-08-09T05:16:15.286Z[ helios-setup] Aug 09 05:16:13.537 INFO E| Downloaded futures-macro v0.3.28
23682024-08-09T05:16:15.289Z[ helios-setup] Aug 09 05:16:13.538 INFO E| Downloaded futures-io v0.3.28
23692024-08-09T05:16:15.289Z[ helios-setup] Aug 09 05:16:13.540 INFO E| Downloaded futures-core v0.3.28
23702024-08-09T05:16:15.292Z[ helios-setup] Aug 09 05:16:13.542 INFO E| Downloaded built v0.6.0
23712024-08-09T05:16:15.294Z[ helios-setup] Aug 09 05:16:13.544 INFO E| Downloaded autocfg v1.1.0
23722024-08-09T05:16:15.569Z[ host-package] Compiling which v4.4.2
23732024-08-09T05:16:15.635Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23742024-08-09T05:16:15.675Z[ helios-setup] Aug 09 05:16:13.925 INFO E| Compiling proc-macro2 v1.0.86
23752024-08-09T05:16:15.688Z[ helios-setup] Aug 09 05:16:13.940 INFO E| Compiling libc v0.2.139
23762024-08-09T05:16:15.688Z[ helios-setup] Aug 09 05:16:13.940 INFO E| Compiling unicode-ident v1.0.8
23772024-08-09T05:16:15.691Z[ helios-setup] Aug 09 05:16:13.940 INFO E| Compiling autocfg v1.1.0
23782024-08-09T05:16:15.691Z[ helios-setup] Aug 09 05:16:13.940 INFO E| Compiling cfg-if v1.0.0
23792024-08-09T05:16:15.691Z[ helios-setup] Aug 09 05:16:13.940 INFO E| Compiling version_check v0.9.4
23802024-08-09T05:16:15.691Z[ helios-setup] Aug 09 05:16:13.940 INFO E| Compiling serde v1.0.204
23812024-08-09T05:16:15.691Z[ helios-setup] Aug 09 05:16:13.940 INFO E| Compiling syn v1.0.107
23822024-08-09T05:16:15.906Z[ host-package] Compiling cexpr v0.6.0
23832024-08-09T05:16:16.174Z[ host-package] Compiling libsw v3.3.1
23842024-08-09T05:16:16.420Z[ helios-setup] Aug 09 05:16:14.672 INFO E| Compiling memchr v2.5.0
23852024-08-09T05:16:16.724Z[ host-package] Compiling atty v0.2.14
23862024-08-09T05:16:17.285Z[ host-package] Compiling linear-map v1.2.0
23872024-08-09T05:16:17.800Z[ helios-setup] Aug 09 05:16:16.051 INFO E| Compiling once_cell v1.17.0
23882024-08-09T05:16:17.834Z[ helios-setup] Aug 09 05:16:16.085 INFO E| Compiling thiserror v1.0.38
23892024-08-09T05:16:17.897Z[ helios-setup] Aug 09 05:16:16.149 INFO E| Compiling log v0.4.17
23902024-08-09T05:16:18.130Z[ host-package] Compiling rustc-hash v1.1.0
23912024-08-09T05:16:18.304Z[ host-package] Compiling owo-colors v4.0.0
23922024-08-09T05:16:18.441Z[ host-package] Compiling lazycell v1.3.0
23932024-08-09T05:16:18.503Z[ host-package] Compiling ref-cast v1.0.23
23942024-08-09T05:16:18.985Z[ helios-setup] Aug 09 05:16:17.223 INFO E| Compiling itoa v1.0.6
23952024-08-09T05:16:19.001Z[ host-package] Compiling shlex v1.3.0
23962024-08-09T05:16:19.205Z[ helios-setup] Aug 09 05:16:17.457 INFO E| Compiling serde_json v1.0.95
23972024-08-09T05:16:19.608Z[ helios-setup] Aug 09 05:16:17.859 INFO E| Compiling getrandom v0.2.8
23982024-08-09T05:16:19.751Z[ host-package] Compiling tokio-tungstenite v0.21.0
23992024-08-09T05:16:20.238Z[ helios-setup] Aug 09 05:16:18.489 INFO E| Compiling quote v1.0.36
24002024-08-09T05:16:20.467Z[ helios-setup] Aug 09 05:16:18.718 INFO E| Compiling jobserver v0.1.26
24012024-08-09T05:16:20.581Z[ helios-setup] Aug 09 05:16:18.832 INFO E| Compiling indexmap v1.9.3
24022024-08-09T05:16:20.581Z[ helios-setup] Aug 09 05:16:18.832 INFO E| Compiling scopeguard v1.1.0
24032024-08-09T05:16:20.830Z[ helios-setup] Aug 09 05:16:19.081 INFO E| Compiling pin-project-lite v0.2.9
24042024-08-09T05:16:20.942Z[ host-package] Compiling slog-envlogger v2.2.0
24052024-08-09T05:16:21.003Z[ helios-setup] Aug 09 05:16:19.254 INFO E| Compiling syn v2.0.72
24062024-08-09T05:16:21.389Z[ helios-setup] Aug 09 05:16:19.640 INFO E| Compiling cc v1.0.78
24072024-08-09T05:16:21.481Z[ helios-setup] Aug 09 05:16:19.731 INFO E| Compiling num-integer v0.1.45
24082024-08-09T05:16:21.681Z[ helios-setup] Aug 09 05:16:19.932 INFO E| Compiling futures-core v0.3.28
24092024-08-09T05:16:21.772Z[ helios-setup] Aug 09 05:16:20.023 INFO E| Compiling bytes v1.4.0
24102024-08-09T05:16:22.066Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24112024-08-09T05:16:22.583Z[ helios-setup] Aug 09 05:16:20.833 INFO E| Compiling ryu v1.0.13
24122024-08-09T05:16:23.436Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132024-08-09T05:16:23.770Z[ helios-setup] Aug 09 05:16:22.020 INFO E| Compiling lock_api v0.4.9
24142024-08-09T05:16:23.916Z[ helios-setup] Aug 09 05:16:22.166 INFO E| Compiling bitflags v1.3.2
24152024-08-09T05:16:24.068Z[ helios-setup] Aug 09 05:16:22.318 INFO E| Compiling parking_lot_core v0.9.6
24162024-08-09T05:16:24.204Z[ helios-setup] Aug 09 05:16:22.454 INFO E| Compiling typenum v1.16.0
24172024-08-09T05:16:24.565Z[ helios-setup] Aug 09 05:16:22.815 INFO E| Compiling num_cpus v1.15.0
24182024-08-09T05:16:24.985Z[ helios-setup] Aug 09 05:16:23.235 INFO E| Compiling generic-array v0.14.6
24192024-08-09T05:16:25.002Z[ helios-setup] Aug 09 05:16:23.252 INFO E| Compiling slab v0.4.7
24202024-08-09T05:16:25.066Z[ helios-setup] Aug 09 05:16:23.316 INFO E| Compiling futures-channel v0.3.28
24212024-08-09T05:16:25.250Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24222024-08-09T05:16:25.470Z[ helios-setup] Aug 09 05:16:23.720 INFO E| Compiling futures-task v0.3.28
24232024-08-09T05:16:25.587Z[ helios-setup] Aug 09 05:16:23.837 INFO E| Compiling futures-sink v0.3.28
24242024-08-09T05:16:25.852Z[ host-package] Compiling derive_builder_core v0.20.0
24252024-08-09T05:16:26.272Z[ helios-setup] Aug 09 05:16:24.521 INFO E| Compiling tokio v1.27.0
24262024-08-09T05:16:26.359Z[ helios-setup] Aug 09 05:16:24.609 INFO E| Compiling schemars v0.8.12
24272024-08-09T05:16:26.479Z[ helios-setup] Aug 09 05:16:24.729 INFO E| Compiling futures-util v0.3.28
24282024-08-09T05:16:27.427Z[ helios-setup] Aug 09 05:16:25.676 INFO E| Compiling mio v0.8.5
24292024-08-09T05:16:27.430Z[ helios-setup] Aug 09 05:16:25.677 INFO E| Compiling signal-hook-registry v1.4.0
24302024-08-09T05:16:27.572Z[ helios-setup] Aug 09 05:16:25.821 INFO E| Compiling socket2 v0.4.9
24312024-08-09T05:16:27.828Z[ helios-setup] Aug 09 05:16:26.077 INFO E| Compiling ahash v0.7.6
24322024-08-09T05:16:28.534Z[ helios-setup] Aug 09 05:16:26.783 INFO E| Compiling num-traits v0.2.15
24332024-08-09T05:16:28.917Z[ helios-setup] Aug 09 05:16:27.166 INFO E| Compiling pin-utils v0.1.0
24342024-08-09T05:16:29.472Z[ helios-setup] Aug 09 05:16:27.721 INFO E| Compiling crunchy v0.2.2
24352024-08-09T05:16:29.624Z[ helios-setup] Aug 09 05:16:27.873 INFO E| Compiling io-lifetimes v1.0.10
24362024-08-09T05:16:29.815Z[ host-package] Compiling headers-core v0.2.0
24372024-08-09T05:16:30.452Z[ host-package] Compiling fxhash v0.2.1
24382024-08-09T05:16:30.663Z[ helios-setup] Aug 09 05:16:28.912 INFO E| Compiling futures-io v0.3.28
24392024-08-09T05:16:31.276Z[ host-package] Compiling libxml v0.3.3
24402024-08-09T05:16:31.493Z[ helios-setup] Aug 09 05:16:29.742 INFO E| Compiling ahash v0.8.3
24412024-08-09T05:16:31.511Z[ helios-setup] Aug 09 05:16:29.759 INFO E| Compiling rustix v0.37.3
24422024-08-09T05:16:31.900Z[ helios-setup] Aug 09 05:16:30.149 INFO E| Compiling hashbrown v0.12.3
24432024-08-09T05:16:32.362Z[ helios-setup] Aug 09 05:16:30.611 INFO E| Compiling serde_derive_internals v0.26.0
24442024-08-09T05:16:32.600Z[ host-package] Compiling ref-cast-impl v1.0.23
24452024-08-09T05:16:32.623Z[ helios-setup] Aug 09 05:16:30.871 INFO E| Compiling tiny-keccak v2.0.2
24462024-08-09T05:16:32.711Z[ helios-setup] Aug 09 05:16:30.959 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
24472024-08-09T05:16:33.316Z[ helios-setup] Aug 09 05:16:31.564 INFO E| Compiling block-buffer v0.10.3
24482024-08-09T05:16:33.546Z[ helios-setup] Aug 09 05:16:31.795 INFO E| Compiling crypto-common v0.1.6
24492024-08-09T05:16:34.965Z[ helios-setup] Aug 09 05:16:33.213 INFO E| Compiling errno v0.3.1
24502024-08-09T05:16:35.270Z[ helios-setup] Aug 09 05:16:33.518 INFO E| Compiling slog v2.7.0
24512024-08-09T05:16:35.448Z[ helios-setup] Aug 09 05:16:33.696 INFO E| Compiling pkg-config v0.3.26
24522024-08-09T05:16:35.451Z[ host-package] Compiling headers v0.3.9
24532024-08-09T05:16:35.552Z[ helios-setup] Aug 09 05:16:33.800 INFO E| Compiling fnv v1.0.7
24542024-08-09T05:16:35.910Z[ helios-setup] Aug 09 05:16:34.158 INFO E| Compiling crossbeam-utils v0.8.14
24552024-08-09T05:16:36.363Z[ host-package] Compiling derive_builder_macro v0.20.0
24562024-08-09T05:16:36.552Z[ helios-setup] Aug 09 05:16:34.800 INFO E| Compiling http v0.2.9
24572024-08-09T05:16:38.051Z[ helios-setup] Aug 09 05:16:36.297 INFO E| Compiling digest v0.10.6
24582024-08-09T05:16:38.371Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24592024-08-09T05:16:39.384Z[ helios-setup] Aug 09 05:16:37.631 INFO E| Compiling aho-corasick v0.7.20
24602024-08-09T05:16:39.974Z[ helios-setup] Aug 09 05:16:38.221 INFO E| Compiling tinyvec_macros v0.1.1
24612024-08-09T05:16:40.090Z[ helios-setup] Aug 09 05:16:38.338 INFO E| Compiling unicode-width v0.1.10
24622024-08-09T05:16:40.458Z[ helios-setup] Aug 09 05:16:38.705 INFO E| Compiling anyhow v1.0.68
24632024-08-09T05:16:40.529Z[ helios-setup] Aug 09 05:16:38.776 INFO E| Compiling percent-encoding v2.2.0
24642024-08-09T05:16:41.269Z[ helios-setup] Aug 09 05:16:39.516 INFO E| Compiling regex-syntax v0.6.29
24652024-08-09T05:16:41.728Z[ helios-setup] Aug 09 05:16:39.974 INFO E| Compiling httparse v1.8.0
24662024-08-09T05:16:41.769Z[ helios-setup] Aug 09 05:16:40.016 INFO E| Compiling thiserror-impl v1.0.38
24672024-08-09T05:16:42.010Z[ helios-setup] Aug 09 05:16:40.256 INFO E| Compiling schemars_derive v0.8.12
24682024-08-09T05:16:42.257Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24692024-08-09T05:16:42.557Z[ helios-setup] Aug 09 05:16:40.803 INFO E| Compiling heck v0.4.1
24702024-08-09T05:16:42.789Z[ helios-setup] Aug 09 05:16:41.034 INFO E| Compiling cpufeatures v0.2.5
24712024-08-09T05:16:42.888Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24722024-08-09T05:16:43.584Z[ helios-setup] Aug 09 05:16:41.831 INFO E| Compiling tinyvec v1.6.0
24732024-08-09T05:16:43.816Z[ helios-setup] Aug 09 05:16:42.062 INFO E| Compiling const-random-macro v0.1.15
24742024-08-09T05:16:43.819Z[ helios-setup] Aug 09 05:16:42.063 INFO E| Compiling serde_derive v1.0.204
24752024-08-09T05:16:44.465Z[ helios-setup] Aug 09 05:16:42.712 INFO E| Compiling futures-macro v0.3.28
24762024-08-09T05:16:44.975Z[ helios-setup] Aug 09 05:16:43.221 INFO E| Compiling tokio-macros v2.0.0
24772024-08-09T05:16:45.109Z[ host-package] Compiling strum_macros v0.24.3
24782024-08-09T05:16:45.593Z[ helios-setup] Aug 09 05:16:43.839 INFO E| Compiling form_urlencoded v1.1.0
24792024-08-09T05:16:45.750Z[ host-package] Compiling samael v0.0.15
24802024-08-09T05:16:46.011Z[ host-package] Compiling polar-core v0.27.3
24812024-08-09T05:16:46.956Z[ helios-setup] Aug 09 05:16:45.201 INFO E| Compiling hashbrown v0.13.2
24822024-08-09T05:16:47.856Z[ helios-setup] Aug 09 05:16:46.101 INFO E| Compiling regex v1.7.3
24832024-08-09T05:16:48.471Z[ helios-setup] Aug 09 05:16:46.717 INFO E| Compiling libz-sys v1.1.8
24842024-08-09T05:16:49.173Z[ host-package] Compiling unicase v2.7.0
24852024-08-09T05:16:49.622Z[ host-package] Compiling cookie v0.18.1
24862024-08-09T05:16:49.898Z[ host-package] Compiling indoc v1.0.9
24872024-08-09T05:16:49.997Z[ helios-setup] Aug 09 05:16:48.243 INFO E| Compiling chrono v0.4.24
24882024-08-09T05:16:51.657Z[ host-package] Compiling derive_builder v0.20.0
24892024-08-09T05:16:52.128Z[ helios-setup] Aug 09 05:16:50.373 INFO E| Compiling dyn-clone v1.0.11
24902024-08-09T05:16:52.264Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24912024-08-09T05:16:52.318Z[ helios-setup] Aug 09 05:16:50.556 INFO E| Compiling uuid v1.3.0
24922024-08-09T05:16:52.374Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24932024-08-09T05:16:52.529Z[ helios-setup] Aug 09 05:16:50.774 INFO E| Compiling unicode-normalization v0.1.22
24942024-08-09T05:16:52.566Z[ helios-setup] Aug 09 05:16:50.811 INFO E| Compiling regress v0.5.0
24952024-08-09T05:16:53.101Z[ host-package] Compiling oso-derive v0.27.3
24962024-08-09T05:16:53.514Z[ helios-setup] Aug 09 05:16:51.759 INFO E| Compiling const-random v0.1.15
24972024-08-09T05:16:55.090Z[ helios-setup] Aug 09 05:16:53.334 INFO E| Compiling getopts v0.2.21
24982024-08-09T05:16:55.588Z[ host-package] Compiling quick-xml v0.31.0
24992024-08-09T05:16:56.203Z[ helios-setup] Aug 09 05:16:54.445 INFO E| Compiling tracing-core v0.1.30
25002024-08-09T05:16:56.324Z[ helios-setup] Aug 09 05:16:54.568 INFO E| Compiling memoffset v0.7.1
25012024-08-09T05:16:56.939Z[ helios-setup] Aug 09 05:16:55.183 INFO E| Compiling ucd-trie v0.1.5
25022024-08-09T05:16:57.854Z[ helios-setup] Aug 09 05:16:56.097 INFO E| Compiling unicode-bidi v0.3.13
25032024-08-09T05:16:57.889Z[ helios-setup] Aug 09 05:16:56.132 INFO E| Compiling time-core v0.1.2
25042024-08-09T05:16:58.544Z[ helios-setup] Aug 09 05:16:56.788 INFO E| Compiling powerfmt v0.2.0
25052024-08-09T05:16:59.742Z[ helios-setup] Aug 09 05:16:57.985 INFO E| Compiling num-conv v0.1.0
25062024-08-09T05:17:00.054Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25072024-08-09T05:17:00.438Z[ helios-setup] Aug 09 05:16:58.681 INFO E| Compiling time-macros v0.2.18
25082024-08-09T05:17:00.616Z[ helios-setup] Aug 09 05:16:58.859 INFO E| Compiling idna v0.3.0
25092024-08-09T05:17:01.028Z[ host-package] Compiling parking_lot_core v0.8.6
25102024-08-09T05:17:01.178Z[ helios-setup] Aug 09 05:16:59.421 INFO E| Compiling deranged v0.3.11
25112024-08-09T05:17:01.216Z[ host-package] Compiling cfg_aliases v0.1.1
25122024-08-09T05:17:01.517Z[ host-package] Compiling nix v0.28.0
25132024-08-09T05:17:03.421Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25142024-08-09T05:17:04.370Z[ helios-setup] Aug 09 05:17:02.613 INFO E| Compiling tracing v0.1.37
25152024-08-09T05:17:04.890Z[ helios-setup] Aug 09 05:17:03.133 INFO E| Compiling pest v2.5.7
25162024-08-09T05:17:04.928Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25172024-08-09T05:17:06.696Z[ helios-setup] Aug 09 05:17:04.938 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
25182024-08-09T05:17:07.478Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25192024-08-09T05:17:07.636Z[ helios-setup] Aug 09 05:17:05.878 INFO E| Compiling time v0.1.45
25202024-08-09T05:17:07.983Z[ helios-setup] Aug 09 05:17:06.225 INFO E| Compiling crossbeam-epoch v0.9.13
25212024-08-09T05:17:08.430Z[ host-package] Compiling bb8 v0.8.5
25222024-08-09T05:17:08.500Z[ host-package] Compiling const_format_proc_macros v0.2.32
25232024-08-09T05:17:09.283Z[ helios-setup] Aug 09 05:17:07.525 INFO E| Compiling semver v1.0.17
25242024-08-09T05:17:09.339Z[ helios-setup] Aug 09 05:17:07.581 INFO E| Compiling iana-time-zone v0.1.56
25252024-08-09T05:17:09.622Z[ host-package] Compiling curve25519-dalek v4.1.3
25262024-08-09T05:17:10.379Z[ helios-setup] Aug 09 05:17:08.619 INFO E| Compiling num_threads v0.1.6
25272024-08-09T05:17:10.506Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25282024-08-09T05:17:10.933Z[ helios-setup] Aug 09 05:17:09.174 INFO E| Compiling semver-parser v0.10.2
25292024-08-09T05:17:11.198Z[ helios-setup] Aug 09 05:17:09.439 INFO E| Compiling toml v0.5.11
25302024-08-09T05:17:11.525Z[ helios-setup] Aug 09 05:17:09.766 INFO E| Compiling serde_tokenstream v0.2.0
25312024-08-09T05:17:11.701Z[ helios-setup] Aug 09 05:17:09.942 INFO E| Compiling time v0.3.36
25322024-08-09T05:17:12.210Z[ host-package] Compiling keccak v0.1.5
25332024-08-09T05:17:12.290Z[ host-package] Compiling const_format v0.2.32
25342024-08-09T05:17:12.692Z[ helios-setup] Aug 09 05:17:10.932 INFO E| Compiling smallvec v1.10.0
25352024-08-09T05:17:13.756Z[ host-package] Compiling sha3 v0.10.8
25362024-08-09T05:17:14.549Z[ host-package] Compiling vte v0.11.1
25372024-08-09T05:17:14.832Z[ helios-setup] Aug 09 05:17:13.072 INFO E| Compiling parking_lot v0.12.1
25382024-08-09T05:17:16.088Z[ host-package] Compiling fd-lock v4.0.2
25392024-08-09T05:17:16.186Z[ host-package] Compiling universal-hash v0.5.1
25402024-08-09T05:17:16.605Z[ host-package] Compiling secrecy v0.8.0
25412024-08-09T05:17:16.831Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25422024-08-09T05:17:16.922Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25432024-08-09T05:17:17.495Z[ host-package] Compiling bytecount v0.6.8
25442024-08-09T05:17:17.495Z[ host-package] Compiling opaque-debug v0.3.1
25452024-08-09T05:17:17.825Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25462024-08-09T05:17:18.466Z[ host-package] Compiling papergrid v0.11.0
25472024-08-09T05:17:18.896Z[ helios-setup] Aug 09 05:17:17.135 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25482024-08-09T05:17:18.946Z[ host-package] Compiling poly1305 v0.8.0
25492024-08-09T05:17:21.760Z[ host-package] Compiling thiserror-no-std v2.0.2
25502024-08-09T05:17:22.262Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25512024-08-09T05:17:23.471Z[ host-package] Compiling parking_lot v0.11.2
25522024-08-09T05:17:24.736Z[ helios-setup] Aug 09 05:17:22.975 INFO E| Compiling url v2.3.1
25532024-08-09T05:17:25.769Z[ helios-setup] Aug 09 05:17:24.007 INFO E| Compiling crossbeam-channel v0.5.6
25542024-08-09T05:17:27.486Z[ host-package] Compiling trust-dns-client v0.22.0
25552024-08-09T05:17:28.754Z[ helios-setup] Aug 09 05:17:26.991 INFO E| Compiling dirs-sys-next v0.1.2
25562024-08-09T05:17:29.421Z[ helios-setup] Aug 09 05:17:27.658 INFO E| Compiling try-lock v0.2.4
25572024-08-09T05:17:29.928Z[ helios-setup] Aug 09 05:17:28.165 INFO E| Compiling crc32fast v1.3.2
25582024-08-09T05:17:30.107Z[ helios-setup] Aug 09 05:17:28.345 INFO E| Compiling same-file v1.0.6
25592024-08-09T05:17:30.556Z[ helios-setup] Aug 09 05:17:28.793 INFO E| Compiling walkdir v2.3.3
25602024-08-09T05:17:30.707Z[ helios-setup] Aug 09 05:17:28.944 INFO E| Compiling want v0.3.0
25612024-08-09T05:17:31.088Z[ helios-setup] Aug 09 05:17:29.325 INFO E| Compiling dirs-next v2.0.0
25622024-08-09T05:17:33.707Z[ helios-setup] Aug 09 05:17:31.942 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25632024-08-09T05:17:33.884Z[ helios-setup] Aug 09 05:17:32.120 INFO E| Compiling tokio-util v0.7.7
25642024-08-09T05:17:34.455Z[ helios-setup] Aug 09 05:17:32.692 INFO E| Compiling proc-macro-crate v1.2.1
25652024-08-09T05:17:35.166Z[ helios-setup] Aug 09 05:17:33.402 INFO E| Compiling semver v0.11.0
25662024-08-09T05:17:36.266Z[ helios-setup] Aug 09 05:17:34.502 INFO E| Compiling h2 v0.3.16
25672024-08-09T05:17:36.504Z[ host-package] Compiling oso v0.27.3
25682024-08-09T05:17:38.389Z[ helios-setup] Aug 09 05:17:36.624 INFO E| Compiling futures-executor v0.3.28
25692024-08-09T05:17:40.350Z[ helios-setup] Aug 09 05:17:38.585 INFO E| Compiling http-body v0.4.5
25702024-08-09T05:17:40.680Z[ helios-setup] Aug 09 05:17:38.915 INFO E| Compiling ring v0.16.20
25712024-08-09T05:17:42.234Z[ helios-setup] Aug 09 05:17:40.469 INFO E| Compiling rand_core v0.6.4
25722024-08-09T05:17:42.491Z[ helios-setup] Aug 09 05:17:40.726 INFO E| Compiling thread_local v1.1.7
25732024-08-09T05:17:43.108Z[ helios-setup] Aug 09 05:17:41.343 INFO E| Compiling utf8parse v0.2.1
25742024-08-09T05:17:43.461Z[ helios-setup] Aug 09 05:17:41.695 INFO E| Compiling home v0.5.4
25752024-08-09T05:17:43.478Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25762024-08-09T05:17:43.617Z[ helios-setup] Aug 09 05:17:41.852 INFO E| Compiling tower-service v0.3.2
25772024-08-09T05:17:43.935Z[ helios-setup] Aug 09 05:17:42.169 INFO E| Compiling adler v1.0.2
25782024-08-09T05:17:44.050Z[ helios-setup] Aug 09 05:17:42.284 INFO E| Compiling ppv-lite86 v0.2.17
25792024-08-09T05:17:44.257Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25802024-08-09T05:17:44.494Z[ helios-setup] Aug 09 05:17:42.729 INFO E| Compiling lazy_static v1.4.0
25812024-08-09T05:17:44.883Z[ helios-setup] Aug 09 05:17:43.117 INFO E| Compiling rayon-core v1.10.2
25822024-08-09T05:17:45.064Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25832024-08-09T05:17:45.184Z[ host-package] Compiling tabled_derive v0.7.0
25842024-08-09T05:17:46.009Z[ helios-setup] Aug 09 05:17:44.243 INFO E| Compiling base64 v0.21.0
25852024-08-09T05:17:46.171Z[ helios-setup] Aug 09 05:17:44.405 INFO E| Compiling fastrand v1.9.0
25862024-08-09T05:17:46.352Z[ helios-setup] Aug 09 05:17:44.586 INFO E| Compiling httpdate v1.0.2
25872024-08-09T05:17:47.289Z[ helios-setup] Aug 09 05:17:45.523 INFO E| Compiling tempfile v3.5.0
25882024-08-09T05:17:47.795Z[ helios-setup] Aug 09 05:17:46.028 INFO E| Compiling hyper v0.14.25
25892024-08-09T05:17:48.352Z[ helios-setup] Aug 09 05:17:46.585 INFO E| Compiling rand_chacha v0.3.1
25902024-08-09T05:17:48.760Z[ helios-setup] Aug 09 05:17:46.994 INFO E| Compiling toolchain_find v0.2.0
25912024-08-09T05:17:49.304Z[ host-package] Compiling chacha20 v0.9.1
25922024-08-09T05:17:49.759Z[ helios-setup] Aug 09 05:17:47.993 INFO E| Compiling miniz_oxide v0.6.2
25932024-08-09T05:17:49.831Z[ host-package] Compiling aead v0.5.2
25942024-08-09T05:17:50.225Z[ host-package] Compiling peg-macros v0.8.4
25952024-08-09T05:17:50.615Z[ host-package] Compiling kstat-rs v0.2.4
25962024-08-09T05:17:52.565Z[ helios-setup] Aug 09 05:17:50.798 INFO E| Compiling anstyle-parse v0.1.1
25972024-08-09T05:17:52.874Z[ host-package] Compiling toml v0.5.11
25982024-08-09T05:17:54.451Z[ host-package] Compiling sqlparser_derive v0.2.2
25992024-08-09T05:17:56.671Z[ host-package] Compiling nu-ansi-term v0.50.0
26002024-08-09T05:17:57.197Z[ host-package] Compiling unicode_categories v0.1.1
26012024-08-09T05:17:58.985Z[ host-package] Compiling rustyline v14.0.0
26022024-08-09T05:17:59.317Z[ host-package] Compiling sqlformat v0.2.4
26032024-08-09T05:18:05.121Z[ helios-setup] Aug 09 05:18:03.352 INFO E| Compiling futures v0.3.28
26042024-08-09T05:18:05.404Z[ helios-setup] Aug 09 05:18:03.635 INFO E| Compiling cargo-lock v8.0.3
26052024-08-09T05:18:05.593Z[ helios-setup] Aug 09 05:18:03.823 INFO E| Compiling num_enum_derive v0.5.7
26062024-08-09T05:18:09.363Z[ host-package] Compiling reedline v0.31.0
26072024-08-09T05:18:10.315Z[ host-package] Compiling peg v0.8.4
26082024-08-09T05:18:10.569Z[ host-package] Compiling trust-dns-server v0.22.1
26092024-08-09T05:18:11.067Z[ helios-setup] Aug 09 05:18:09.296 INFO E| Compiling crossbeam-deque v0.8.2
26102024-08-09T05:18:12.073Z[ helios-setup] Aug 09 05:18:10.302 INFO E| Compiling term v0.7.0
26112024-08-09T05:18:12.531Z[ host-package] Compiling sqlparser v0.45.0
26122024-08-09T05:18:13.651Z[ helios-setup] Aug 09 05:18:11.880 INFO E| Compiling serde_urlencoded v0.7.1
26132024-08-09T05:18:13.733Z[ helios-setup] Aug 09 05:18:11.962 INFO E| Compiling sha2 v0.10.6
26142024-08-09T05:18:13.942Z[ helios-setup] Aug 09 05:18:12.171 INFO E| Compiling sha1 v0.10.5
26152024-08-09T05:18:15.047Z[ helios-setup] Aug 09 05:18:13.276 INFO E| Compiling is-terminal v0.4.7
26162024-08-09T05:18:15.423Z[ helios-setup] Aug 09 05:18:13.651 INFO E| Compiling atty v0.2.14
26172024-08-09T05:18:16.056Z[ helios-setup] Aug 09 05:18:14.285 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
26182024-08-09T05:18:16.138Z[ helios-setup] Aug 09 05:18:14.366 INFO E| Compiling concolor-override v1.0.0
26192024-08-09T05:18:16.673Z[ helios-setup] Aug 09 05:18:14.901 INFO E| Compiling anstyle v0.3.5
26202024-08-09T05:18:16.961Z[ helios-setup] Aug 09 05:18:15.189 INFO E| Compiling concolor-query v0.3.3
26212024-08-09T05:18:20.426Z[ helios-setup] Aug 09 05:18:18.654 INFO E| Compiling anstream v0.2.6
26222024-08-09T05:18:20.894Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26232024-08-09T05:18:21.871Z[ host-package] Compiling chacha20poly1305 v0.10.1
26242024-08-09T05:18:22.279Z[ helios-setup] Aug 09 05:18:20.506 INFO E| Compiling slog-term v2.9.0
26252024-08-09T05:18:22.357Z[ helios-setup] Aug 09 05:18:20.584 INFO E| Compiling flate2 v1.0.25
26262024-08-09T05:18:22.466Z[ host-package] Compiling tabled v0.15.0
26272024-08-09T05:18:23.003Z[ helios-setup] Aug 09 05:18:21.230 INFO E| Compiling num_enum v0.5.7
26282024-08-09T05:18:23.206Z[ helios-setup] Aug 09 05:18:21.433 INFO E| Compiling rustfmt-wrapper v0.2.0
26292024-08-09T05:18:23.420Z[ helios-setup] Aug 09 05:18:21.647 INFO E| Compiling rand v0.8.5
26302024-08-09T05:18:24.439Z[ helios-setup] Aug 09 05:18:22.666 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26312024-08-09T05:18:24.980Z[ helios-setup] Aug 09 05:18:23.207 INFO E| Compiling openapiv3 v1.0.2
26322024-08-09T05:18:27.673Z[ helios-setup] Aug 09 05:18:25.899 INFO E| Compiling encoding_rs v0.8.32
26332024-08-09T05:18:27.802Z[ helios-setup] Aug 09 05:18:26.028 INFO E| Compiling project-root v0.2.2
26342024-08-09T05:18:28.394Z[ helios-setup] Aug 09 05:18:26.619 INFO E| Compiling byteorder v1.4.3
26352024-08-09T05:18:29.560Z[ helios-setup] Aug 09 05:18:27.786 INFO E| Compiling base64 v0.13.1
26362024-08-09T05:18:31.457Z[ helios-setup] Aug 09 05:18:29.683 INFO E| Compiling either v1.8.0
26372024-08-09T05:18:32.158Z[ helios-setup] Aug 09 05:18:30.383 INFO E| Compiling ipnet v2.7.2
26382024-08-09T05:18:33.975Z[ helios-setup] Aug 09 05:18:32.200 INFO E| Compiling utf-8 v0.7.6
26392024-08-09T05:18:34.771Z[ helios-setup] Aug 09 05:18:32.996 INFO E| Compiling strsim v0.10.0
26402024-08-09T05:18:34.941Z[ helios-setup] Aug 09 05:18:33.165 INFO E| Compiling unsafe-libyaml v0.2.8
26412024-08-09T05:18:37.123Z[ helios-setup] Aug 09 05:18:35.348 INFO E| Compiling untrusted v0.7.1
26422024-08-09T05:18:37.558Z[ helios-setup] Aug 09 05:18:35.782 INFO E| Compiling mime v0.3.17
26432024-08-09T05:18:37.933Z[ helios-setup] Aug 09 05:18:36.157 INFO E| Compiling spin v0.5.2
26442024-08-09T05:18:38.477Z[ host-package] Compiling sled v0.34.7
26452024-08-09T05:18:38.489Z[ helios-setup] Aug 09 05:18:36.704 INFO E| Compiling clap_lex v0.4.1
26462024-08-09T05:18:38.570Z[ helios-setup] Aug 09 05:18:36.794 INFO E| Compiling reqwest v0.11.16
26472024-08-09T05:18:38.763Z[ helios-setup] Aug 09 05:18:36.986 INFO E| Compiling serde_yaml v0.9.21
26482024-08-09T05:18:39.936Z[ helios-setup] Aug 09 05:18:38.160 INFO E| Compiling clap_builder v4.2.1
26492024-08-09T05:18:40.030Z[ helios-setup] Aug 09 05:18:38.254 INFO E| Compiling tungstenite v0.18.0
26502024-08-09T05:18:40.262Z[ helios-setup] Aug 09 05:18:38.486 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26512024-08-09T05:18:46.420Z[ helios-setup] Aug 09 05:18:44.643 INFO E| Compiling rayon v1.6.1
26522024-08-09T05:18:49.745Z[ helios-setup] Aug 09 05:18:47.967 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26532024-08-09T05:18:50.932Z[ helios-setup] Aug 09 05:18:49.154 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26542024-08-09T05:18:51.919Z[ host-package] Compiling vsss-rs v3.3.4
26552024-08-09T05:18:53.245Z[ host-package] Compiling mime_guess v2.0.4
26562024-08-09T05:18:53.687Z[ helios-setup] Aug 09 05:18:51.908 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26572024-08-09T05:18:53.833Z[ helios-setup] Aug 09 05:18:52.054 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26582024-08-09T05:18:53.908Z[ helios-setup] Aug 09 05:18:52.129 INFO E| Compiling clap_derive v4.2.0
26592024-08-09T05:18:56.109Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602024-08-09T05:18:57.519Z[ helios-setup] Aug 09 05:18:55.740 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26612024-08-09T05:18:58.298Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26622024-08-09T05:19:00.315Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26632024-08-09T05:19:01.071Z[ host-package] Compiling env_logger v0.9.3
26642024-08-09T05:19:03.635Z[ helios-setup] Aug 09 05:19:01.854 INFO E| Compiling clap v4.2.1
26652024-08-09T05:19:03.764Z[ host-package] Compiling tungstenite v0.20.1
26662024-08-09T05:19:05.712Z[ helios-setup] Aug 09 05:19:03.931 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26672024-08-09T05:19:09.046Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26682024-08-09T05:19:13.242Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26692024-08-09T05:19:20.880Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26702024-08-09T05:19:21.245Z[ helios-setup] Aug 09 05:19:19.460 INFO E| Compiling tokio-tungstenite v0.18.0
26712024-08-09T05:19:22.497Z[ helios-setup] Aug 09 05:19:20.713 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26722024-08-09T05:19:25.793Z[ helios-setup] Aug 09 05:19:24.008 INFO E| Compiling smartstring v1.0.1
26732024-08-09T05:19:27.011Z[ helios-setup] Aug 09 05:19:25.225 INFO E| Compiling rustls v0.21.0
26742024-08-09T05:19:28.635Z[ helios-setup] Aug 09 05:19:26.849 INFO E| Compiling serde_spanned v0.6.1
26752024-08-09T05:19:29.163Z[ helios-setup] Aug 09 05:19:27.377 INFO E| Compiling toml_datetime v0.6.1
26762024-08-09T05:19:30.768Z[ helios-setup] Aug 09 05:19:28.982 INFO E| Compiling slog-async v2.7.0
26772024-08-09T05:19:32.181Z[ helios-setup] Aug 09 05:19:30.395 INFO E| Compiling paste v1.0.12
26782024-08-09T05:19:32.244Z[ helios-setup] Aug 09 05:19:30.458 INFO E| Compiling camino v1.1.4
26792024-08-09T05:19:33.434Z[ helios-setup] Aug 09 05:19:31.647 INFO E| Compiling match_cfg v0.1.0
26802024-08-09T05:19:33.641Z[ helios-setup] Aug 09 05:19:31.854 INFO E| Compiling static_assertions v1.1.0
26812024-08-09T05:19:34.054Z[ helios-setup] Aug 09 05:19:32.267 INFO E| Compiling async-trait v0.1.68
26822024-08-09T05:19:34.178Z[ helios-setup] Aug 09 05:19:32.392 INFO E| Compiling winnow v0.4.1
26832024-08-09T05:19:36.583Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26842024-08-09T05:19:37.453Z[ helios-setup] Aug 09 05:19:35.665 INFO E| Compiling hostname v0.3.1
26852024-08-09T05:19:37.784Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26862024-08-09T05:19:38.378Z[ helios-setup] Aug 09 05:19:36.590 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26872024-08-09T05:19:39.212Z[ helios-setup] Aug 09 05:19:37.424 INFO E| Compiling slog-json v2.6.1
26882024-08-09T05:19:40.397Z[ helios-setup] Aug 09 05:19:38.609 INFO E| Compiling unicode-linebreak v0.1.4
26892024-08-09T05:19:41.610Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26902024-08-09T05:19:41.775Z[ helios-setup] Aug 09 05:19:39.987 INFO E| Compiling toml_edit v0.19.8
26912024-08-09T05:19:42.638Z[ host-package] Compiling bcs v0.1.6
26922024-08-09T05:19:44.563Z[ helios-setup] Aug 09 05:19:42.775 INFO E| Compiling async-stream-impl v0.3.5
26932024-08-09T05:19:44.783Z[ host-package] Compiling bitstruct_derive v0.1.0
26942024-08-09T05:19:45.208Z[ helios-setup] Aug 09 05:19:43.419 INFO E| Compiling rhai_codegen v1.5.0
26952024-08-09T05:19:46.922Z[ host-package] Compiling nanorand v0.7.0
26962024-08-09T05:19:47.500Z[ helios-setup] Aug 09 05:19:45.711 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26972024-08-09T05:19:47.693Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26982024-08-09T05:19:48.503Z[ host-package] Compiling memoffset v0.9.1
26992024-08-09T05:19:48.506Z[ host-package] Compiling ascii v1.1.0
27002024-08-09T05:19:48.620Z[ helios-setup] Aug 09 05:19:46.831 INFO E| Compiling take_mut v0.2.2
27012024-08-09T05:19:49.319Z[ host-package] Compiling highway v1.2.0
27022024-08-09T05:19:50.507Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032024-08-09T05:19:50.791Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27042024-08-09T05:19:50.977Z[ helios-setup] Aug 09 05:19:49.187 INFO E| Compiling rhai v1.14.0
27052024-08-09T05:19:52.005Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27062024-08-09T05:19:53.602Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27072024-08-09T05:19:53.673Z[ host-package] Compiling flume v0.11.0
27082024-08-09T05:19:54.505Z[ host-package] Compiling bitstruct v0.1.1
27092024-08-09T05:19:54.736Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27102024-08-09T05:19:54.935Z[ helios-setup] Aug 09 05:19:53.144 INFO E| Compiling toml v0.7.3
27112024-08-09T05:19:55.000Z[ helios-setup] Aug 09 05:19:53.209 INFO E| Compiling async-stream v0.3.5
27122024-08-09T05:19:55.406Z[ helios-setup] Aug 09 05:19:53.615 INFO E| Compiling slog-bunyan v2.4.0
27132024-08-09T05:19:55.520Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27142024-08-09T05:19:56.652Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27152024-08-09T05:19:56.911Z[ host-package] Compiling tokio-tungstenite v0.20.1
27162024-08-09T05:19:59.932Z[ helios-setup] Aug 09 05:19:58.140 INFO E| Compiling rustls-pemfile v1.0.2
27172024-08-09T05:20:01.036Z[ helios-setup] Aug 09 05:19:59.244 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27182024-08-09T05:20:01.216Z[ helios-setup] Aug 09 05:19:59.424 INFO E| Compiling serde_path_to_error v0.1.11
27192024-08-09T05:20:03.165Z[ helios-setup] Aug 09 05:20:01.373 INFO E| Compiling bincode v1.3.3
27202024-08-09T05:20:04.632Z[ helios-setup] Aug 09 05:20:02.839 INFO E| Compiling terminal_size v0.2.6
27212024-08-09T05:20:04.681Z[ helios-setup] Aug 09 05:20:02.889 INFO E| Compiling smawk v0.3.1
27222024-08-09T05:20:05.345Z[ helios-setup] Aug 09 05:20:03.552 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
27232024-08-09T05:20:05.470Z[ helios-setup] Aug 09 05:20:03.677 INFO E| Compiling textwrap v0.16.0
27242024-08-09T05:20:11.781Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27252024-08-09T05:20:13.823Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27262024-08-09T05:20:15.581Z[ helios-setup] Aug 09 05:20:13.786 INFO E| Compiling rustls-webpki v0.100.1
27272024-08-09T05:20:15.702Z[ helios-setup] Aug 09 05:20:13.907 INFO E| Compiling sct v0.7.0
27282024-08-09T05:20:16.447Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27292024-08-09T05:20:20.820Z[ host-package] Compiling erased-serde v0.3.31
27302024-08-09T05:20:22.572Z[ helios-setup] Aug 09 05:20:20.776 INFO E| Compiling git2 v0.16.1
27312024-08-09T05:20:23.504Z[ host-package] Compiling serde_arrays v0.1.0
27322024-08-09T05:20:23.814Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27332024-08-09T05:20:23.966Z[ helios-setup] Aug 09 05:20:22.170 INFO E| Compiling tokio-rustls v0.24.0
27342024-08-09T05:20:29.456Z[ helios-setup] Aug 09 05:20:27.659 INFO E| Compiling built v0.6.0
27352024-08-09T05:20:34.083Z[ helios-setup] Aug 09 05:20:32.284 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27362024-08-09T05:20:34.859Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27372024-08-09T05:20:37.060Z[ helios-setup] Aug 09 05:20:35.261 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27382024-08-09T05:20:38.039Z[ helios-setup] Aug 09 05:20:36.239 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27392024-08-09T05:20:51.758Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27402024-08-09T05:21:05.547Z[ helios-setup] Aug 09 05:21:03.742 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27412024-08-09T05:21:05.700Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27422024-08-09T05:21:06.324Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27432024-08-09T05:21:08.168Z[ helios-setup] Aug 09 05:21:06.363 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27442024-08-09T05:21:08.642Z[ host-package] Compiling heck v0.3.3
27452024-08-09T05:21:09.460Z[ host-package] Compiling rand_seeder v0.3.0
27462024-08-09T05:21:10.189Z[ host-package] Compiling castaway v0.2.2
27472024-08-09T05:21:10.578Z[ host-package] Compiling csv-core v0.1.11
27482024-08-09T05:21:12.247Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27492024-08-09T05:21:13.207Z[ host-package] Compiling http-range v0.1.5
27502024-08-09T05:21:14.419Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27512024-08-09T05:21:15.076Z[ host-package] Compiling hyper-staticfile v0.9.5
27522024-08-09T05:21:15.843Z[ host-package] Compiling csv v1.3.0
27532024-08-09T05:21:17.056Z[ host-package] Compiling compact_str v0.7.1
27542024-08-09T05:21:20.294Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27552024-08-09T05:21:20.506Z[ host-package] Compiling zone_cfg_derive v0.1.2
27562024-08-09T05:21:20.634Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27572024-08-09T05:21:20.926Z[ host-package] Compiling nix v0.27.1
27582024-08-09T05:21:23.282Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27592024-08-09T05:21:24.601Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27602024-08-09T05:21:26.072Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27612024-08-09T05:21:36.712Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27622024-08-09T05:21:37.352Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27632024-08-09T05:21:37.492Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27642024-08-09T05:21:38.081Z[ host-package] Compiling unicode-truncate v1.0.0
27652024-08-09T05:21:38.627Z[ host-package] Compiling lru v0.12.3
27662024-08-09T05:21:38.745Z[ host-package] Compiling serde-big-array v0.5.1
27672024-08-09T05:21:39.445Z[ host-package] Compiling stability v0.2.0
27682024-08-09T05:21:39.597Z[ host-package] Compiling base64 v0.13.1
27692024-08-09T05:21:40.153Z[ host-package] Compiling cassowary v0.3.0
27702024-08-09T05:21:41.496Z[ host-package] Compiling ron v0.7.1
27712024-08-09T05:21:41.903Z[ host-package] Compiling ratatui v0.27.0
27722024-08-09T05:21:49.945Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27732024-08-09T05:21:51.745Z[ helios-setup] Aug 09 05:21:49.932 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27742024-08-09T05:21:56.901Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27752024-08-09T05:21:58.321Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762024-08-09T05:22:00.209Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27772024-08-09T05:22:00.986Z[ host-package] Compiling zone v0.1.8
27782024-08-09T05:22:03.760Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27792024-08-09T05:22:07.418Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27802024-08-09T05:22:17.451Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27812024-08-09T05:22:22.725Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27822024-08-09T05:22:25.291Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27832024-08-09T05:22:25.692Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27842024-08-09T05:22:33.350Z[ host-package] Compiling signal-hook-tokio v0.3.1
27852024-08-09T05:22:33.418Z[ host-package] Compiling portpicker v0.1.1
27862024-08-09T05:22:33.919Z[ host-package] Compiling unicode-linebreak v0.1.5
27872024-08-09T05:22:34.528Z[ host-package] Compiling smawk v0.3.2
27882024-08-09T05:22:35.235Z[ host-package] Compiling textwrap v0.16.1
27892024-08-09T05:22:35.542Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27902024-08-09T05:22:39.208Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27912024-08-09T05:22:48.396Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27922024-08-09T05:22:52.782Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27932024-08-09T05:22:54.118Z[ helios-setup] Aug 09 05:22:52.292 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s
27942024-08-09T05:22:54.246Z[ helios-setup] Aug 09 05:22:52.420 INFO building project "pilot" ok (404 seconds)
27952024-08-09T05:22:54.247Z[ helios-setup] Aug 09 05:22:52.420 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27962024-08-09T05:22:54.250Z[ helios-setup] Aug 09 05:22:52.420 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27972024-08-09T05:22:54.298Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27982024-08-09T05:22:54.558Z[ helios-setup] Aug 09 05:22:52.732 INFO E| Downloading crates ...
27992024-08-09T05:22:54.627Z[ helios-setup] Aug 09 05:22:52.801 INFO E| Downloaded anyhow v1.0.62
28002024-08-09T05:22:54.635Z[ helios-setup] Aug 09 05:22:52.809 INFO E| Downloaded digest v0.10.3
28012024-08-09T05:22:54.638Z[ helios-setup] Aug 09 05:22:52.813 INFO E| Downloaded typenum v1.15.0
28022024-08-09T05:22:54.642Z[ helios-setup] Aug 09 05:22:52.817 INFO E| Downloaded sha2 v0.10.5
28032024-08-09T05:22:54.646Z[ helios-setup] Aug 09 05:22:52.820 INFO E| Downloaded bytes v1.2.1
28042024-08-09T05:22:54.744Z[ helios-setup] Aug 09 05:22:52.917 INFO E| Compiling typenum v1.15.0
28052024-08-09T05:22:54.744Z[ helios-setup] Aug 09 05:22:52.917 INFO E| Compiling version_check v0.9.4
28062024-08-09T05:22:54.744Z[ helios-setup] Aug 09 05:22:52.917 INFO E| Compiling cfg-if v1.0.0
28072024-08-09T05:22:54.747Z[ helios-setup] Aug 09 05:22:52.917 INFO E| Compiling crc32fast v1.3.2
28082024-08-09T05:22:54.747Z[ helios-setup] Aug 09 05:22:52.918 INFO E| Compiling adler v1.0.2
28092024-08-09T05:22:54.747Z[ helios-setup] Aug 09 05:22:52.918 INFO E| Compiling anyhow v1.0.62
28102024-08-09T05:22:54.747Z[ helios-setup] Aug 09 05:22:52.918 INFO E| Compiling unicode-width v0.1.10
28112024-08-09T05:22:54.747Z[ helios-setup] Aug 09 05:22:52.918 INFO E| Compiling cpufeatures v0.2.5
28122024-08-09T05:22:55.117Z[ helios-setup] Aug 09 05:22:53.291 INFO E| Compiling bytes v1.2.1
28132024-08-09T05:22:55.523Z[ helios-setup] Aug 09 05:22:53.697 INFO E| Compiling miniz_oxide v0.6.2
28142024-08-09T05:22:55.662Z[ helios-setup] Aug 09 05:22:53.836 INFO E| Compiling bitflags v1.3.2
28152024-08-09T05:22:55.879Z[ helios-setup] Aug 09 05:22:54.053 INFO E| Compiling generic-array v0.14.6
28162024-08-09T05:22:55.902Z[ helios-setup] Aug 09 05:22:54.076 INFO E| Compiling getopts v0.2.21
28172024-08-09T05:22:57.357Z[ helios-setup] Aug 09 05:22:55.531 INFO E| Compiling flate2 v1.0.25
28182024-08-09T05:22:59.965Z[ host-package] Compiling rcgen v0.12.1
28192024-08-09T05:23:01.167Z[ helios-setup] Aug 09 05:22:59.340 INFO E| Compiling crypto-common v0.1.6
28202024-08-09T05:23:01.167Z[ helios-setup] Aug 09 05:22:59.340 INFO E| Compiling block-buffer v0.10.3
28212024-08-09T05:23:01.411Z[ helios-setup] Aug 09 05:22:59.584 INFO E| Compiling digest v0.10.3
28222024-08-09T05:23:01.747Z[ helios-setup] Aug 09 05:22:59.920 INFO E| Compiling sha2 v0.10.5
28232024-08-09T05:23:01.834Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28242024-08-09T05:23:02.279Z[ helios-setup] Aug 09 05:23:00.452 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28252024-08-09T05:23:02.545Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28262024-08-09T05:23:06.280Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28272024-08-09T05:23:07.066Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28282024-08-09T05:23:07.836Z[ helios-setup] Aug 09 05:23:06.008 INFO E| Finished `release` profile [optimized] target(s) in 13.51s
28292024-08-09T05:23:07.853Z[ helios-setup] Aug 09 05:23:06.024 INFO building project "bootserver" ok (13 seconds)
28302024-08-09T05:23:07.853Z[ helios-setup] Aug 09 05:23:06.025 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28312024-08-09T05:23:07.856Z[ helios-setup] Aug 09 05:23:06.025 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28322024-08-09T05:23:07.863Z[ helios-setup] Aug 09 05:23:06.034 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
28332024-08-09T05:23:08.104Z[ helios-setup] Aug 09 05:23:06.276 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
28342024-08-09T05:23:08.104Z[ helios-setup] Aug 09 05:23:06.276 INFO E| info: downloading component 'cargo'
28352024-08-09T05:23:09.876Z[ helios-setup] Aug 09 05:23:08.047 INFO E| info: downloading component 'clippy'
28362024-08-09T05:23:10.682Z[ helios-setup] Aug 09 05:23:08.853 INFO E| info: downloading component 'rust-docs'
28372024-08-09T05:23:11.509Z[ host-package] Compiling atomicwrites v0.4.3
28382024-08-09T05:23:11.779Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28392024-08-09T05:23:11.989Z[ host-package] Compiling fatfs v0.3.6
28402024-08-09T05:23:12.070Z[ host-package] Compiling rtoolbox v0.0.2
28412024-08-09T05:23:12.146Z[ helios-setup] Aug 09 05:23:10.317 INFO E| info: downloading component 'rust-src'
28422024-08-09T05:23:12.362Z[ helios-setup] Aug 09 05:23:10.533 INFO E| info: downloading component 'rust-std'
28432024-08-09T05:23:12.554Z[ host-package] Compiling subprocess v0.2.9
28442024-08-09T05:23:14.219Z[ host-package] Compiling assert_matches v1.5.0
28452024-08-09T05:23:14.356Z[ host-package] Compiling is_ci v1.2.0
28462024-08-09T05:23:14.583Z[ helios-setup] Aug 09 05:23:12.753 INFO E| info: downloading component 'rustc'
28472024-08-09T05:23:14.682Z[ host-package] Compiling supports-color v3.0.0
28482024-08-09T05:23:15.405Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28492024-08-09T05:23:17.595Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28502024-08-09T05:23:20.093Z[ helios-setup] Aug 09 05:23:18.262 INFO E| info: downloading component 'rustfmt'
28512024-08-09T05:23:20.377Z[ host-package] Compiling rpassword v7.3.1
28522024-08-09T05:23:20.713Z[ helios-setup] Aug 09 05:23:18.882 INFO E| info: installing component 'cargo'
28532024-08-09T05:23:20.908Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28542024-08-09T05:23:21.489Z[ host-package] Compiling tui-tree-widget v0.21.0
28552024-08-09T05:23:22.044Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28562024-08-09T05:23:22.060Z[ helios-setup] Aug 09 05:23:20.228 INFO E| info: installing component 'clippy'
28572024-08-09T05:23:22.525Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28582024-08-09T05:23:22.532Z[ helios-setup] Aug 09 05:23:20.701 INFO E| info: installing component 'rust-docs'
28592024-08-09T05:23:22.789Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28602024-08-09T05:23:23.166Z[ host-package] Compiling uzers v0.11.3
28612024-08-09T05:23:26.329Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28622024-08-09T05:23:28.240Z[ helios-setup] Aug 09 05:23:26.407 INFO E| info: installing component 'rust-src'
28632024-08-09T05:23:28.936Z[ helios-setup] Aug 09 05:23:27.104 INFO E| info: installing component 'rust-std'
28642024-08-09T05:23:28.944Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28652024-08-09T05:23:32.116Z[ helios-setup] Aug 09 05:23:30.283 INFO E| info: installing component 'rustc'
28662024-08-09T05:23:38.331Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28672024-08-09T05:23:38.587Z[ helios-setup] Aug 09 05:23:36.752 INFO E| info: installing component 'rustfmt'
28682024-08-09T05:23:39.552Z[ helios-setup] Aug 09 05:23:37.717 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28692024-08-09T05:23:40.517Z[ helios-setup] Aug 09 05:23:38.675 INFO E| From https://github.com/oxidecomputer/amd-apcb
28702024-08-09T05:23:40.517Z[ helios-setup] Aug 09 05:23:38.675 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
28712024-08-09T05:23:40.517Z[ helios-setup] Aug 09 05:23:38.675 INFO E| * [new tag] v0.3.3 -> v0.3.3
28722024-08-09T05:23:40.539Z[ helios-setup] Aug 09 05:23:38.704 INFO E| * [new tag] v0.1.3 -> v0.1.3
28732024-08-09T05:23:40.539Z[ helios-setup] Aug 09 05:23:38.704 INFO E| * [new tag] v0.1.4 -> v0.1.4
28742024-08-09T05:23:40.542Z[ helios-setup] Aug 09 05:23:38.704 INFO E| * [new tag] v0.1.5 -> v0.1.5
28752024-08-09T05:23:40.542Z[ helios-setup] Aug 09 05:23:38.704 INFO E| * [new tag] v0.2.0 -> v0.2.0
28762024-08-09T05:23:40.542Z[ helios-setup] Aug 09 05:23:38.704 INFO E| * [new tag] v0.3.0 -> v0.3.0
28772024-08-09T05:23:40.542Z[ helios-setup] Aug 09 05:23:38.704 INFO E| * [new tag] v0.3.1 -> v0.3.1
28782024-08-09T05:23:40.542Z[ helios-setup] Aug 09 05:23:38.705 INFO E| * [new tag] v0.3.2 -> v0.3.2
28792024-08-09T05:23:40.582Z[ helios-setup] Aug 09 05:23:38.747 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
28802024-08-09T05:23:41.552Z[ helios-setup] Aug 09 05:23:39.717 INFO E| From https://github.com/oxidecomputer/amd-efs
28812024-08-09T05:23:41.552Z[ helios-setup] Aug 09 05:23:39.717 INFO E| * [new branch] empty -> origin/empty
28822024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.717 INFO E| * [new branch] issue-99 -> origin/issue-99
28832024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.717 INFO E| * [new branch] main -> origin/main
28842024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.717 INFO E| * [new branch] review -> origin/review
28852024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.717 INFO E| * [new ref] -> origin/HEAD
28862024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.718 INFO E| * [new tag] v0.2.0 -> v0.2.0
28872024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.718 INFO E| * [new tag] v0.2.1 -> v0.2.1
28882024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.718 INFO E| * [new tag] v0.2.2 -> v0.2.2
28892024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.718 INFO E| * [new tag] v0.2.3 -> v0.2.3
28902024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.718 INFO E| * [new tag] v0.2.4 -> v0.2.4
28912024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.719 INFO E| * [new tag] v0.2.5 -> v0.2.5
28922024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.719 INFO E| * [new tag] v0.2.6 -> v0.2.6
28932024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.719 INFO E| * [new tag] v0.2.7 -> v0.2.7
28942024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.719 INFO E| * [new tag] v0.3.0 -> v0.3.0
28952024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.719 INFO E| * [new tag] v0.3.1 -> v0.3.1
28962024-08-09T05:23:41.555Z[ helios-setup] Aug 09 05:23:39.719 INFO E| * [new tag] v0.4.0 -> v0.4.0
28972024-08-09T05:23:41.578Z[ helios-setup] Aug 09 05:23:39.743 INFO E| Updating crates.io index
28982024-08-09T05:23:41.964Z[ helios-setup] Aug 09 05:23:40.129 INFO E| Downloading crates ...
28992024-08-09T05:23:42.125Z[ helios-setup] Aug 09 05:23:40.289 INFO E| Downloaded cfg-if v0.1.10
29002024-08-09T05:23:42.128Z[ helios-setup] Aug 09 05:23:40.291 INFO E| Downloaded ansi_term v0.12.1
29012024-08-09T05:23:42.131Z[ helios-setup] Aug 09 05:23:40.296 INFO E| Downloaded proc-macro-crate v0.1.5
29022024-08-09T05:23:42.163Z[ helios-setup] Aug 09 05:23:40.327 INFO E| Downloaded strum v0.23.0
29032024-08-09T05:23:42.165Z[ helios-setup] Aug 09 05:23:40.329 INFO E| Downloaded structopt-derive v0.4.18
29042024-08-09T05:23:42.168Z[ helios-setup] Aug 09 05:23:40.331 INFO E| Downloaded strsim v0.8.0
29052024-08-09T05:23:42.168Z[ helios-setup] Aug 09 05:23:40.332 INFO E| Downloaded semver-parser v0.7.0
29062024-08-09T05:23:42.171Z[ helios-setup] Aug 09 05:23:40.334 INFO E| Downloaded scroll_derive v0.10.5
29072024-08-09T05:23:42.171Z[ helios-setup] Aug 09 05:23:40.336 INFO E| Downloaded textwrap v0.11.0
29082024-08-09T05:23:42.174Z[ helios-setup] Aug 09 05:23:40.339 INFO E| Downloaded semver v0.9.0
29092024-08-09T05:23:42.177Z[ helios-setup] Aug 09 05:23:40.341 INFO E| Downloaded memchr v2.7.4
29102024-08-09T05:23:42.184Z[ helios-setup] Aug 09 05:23:40.349 INFO E| Downloaded vec_map v0.8.2
29112024-08-09T05:23:42.187Z[ helios-setup] Aug 09 05:23:40.351 INFO E| Downloaded strum_macros v0.23.1
29122024-08-09T05:23:42.191Z[ helios-setup] Aug 09 05:23:40.354 INFO E| Downloaded pre-proc-macro v0.2.1
29132024-08-09T05:23:42.193Z[ helios-setup] Aug 09 05:23:40.357 INFO E| Downloaded pest_derive v2.7.11
29142024-08-09T05:23:42.196Z[ helios-setup] Aug 09 05:23:40.360 INFO E| Downloaded scroll v0.10.2
29152024-08-09T05:23:42.199Z[ helios-setup] Aug 09 05:23:40.364 INFO E| Downloaded structopt v0.3.26
29162024-08-09T05:23:42.212Z[ helios-setup] Aug 09 05:23:40.377 INFO E| Downloaded pest_meta v2.7.11
29172024-08-09T05:23:42.216Z[ helios-setup] Aug 09 05:23:40.381 INFO E| Downloaded pest v2.7.11
29182024-08-09T05:23:42.223Z[ helios-setup] Aug 09 05:23:40.388 INFO E| Downloaded modular-bitfield v0.11.2
29192024-08-09T05:23:42.242Z[ helios-setup] Aug 09 05:23:40.407 INFO E| Downloaded serde_json v1.0.120
29202024-08-09T05:23:42.253Z[ helios-setup] Aug 09 05:23:40.418 INFO E| Downloaded syn v2.0.71
29212024-08-09T05:23:42.270Z[ helios-setup] Aug 09 05:23:40.435 INFO E| Downloaded goblin v0.4.3
29222024-08-09T05:23:42.278Z[ helios-setup] Aug 09 05:23:40.443 INFO E| Downloaded clap v2.34.0
29232024-08-09T05:23:42.306Z[ helios-setup] Aug 09 05:23:40.471 INFO E| Downloaded log v0.4.22
29242024-08-09T05:23:42.310Z[ helios-setup] Aug 09 05:23:40.475 INFO E| Downloaded rustc_version v0.2.3
29252024-08-09T05:23:42.312Z[ helios-setup] Aug 09 05:23:40.476 INFO E| Downloaded pest_generator v2.7.11
29262024-08-09T05:23:42.315Z[ helios-setup] Aug 09 05:23:40.478 INFO E| Downloaded modular-bitfield-impl v0.11.2
29272024-08-09T05:23:42.315Z[ helios-setup] Aug 09 05:23:40.480 INFO E| Downloaded bytesize v1.3.0
29282024-08-09T05:23:42.318Z[ helios-setup] Aug 09 05:23:40.481 INFO E| Downloaded pre v0.2.1
29292024-08-09T05:23:42.318Z[ helios-setup] Aug 09 05:23:40.483 INFO E| Downloaded parse_int v0.6.0
29302024-08-09T05:23:42.321Z[ helios-setup] Aug 09 05:23:40.484 INFO E| Downloaded num-derive v0.3.3
29312024-08-09T05:23:42.321Z[ helios-setup] Aug 09 05:23:40.486 INFO E| Downloaded memoffset v0.5.6
29322024-08-09T05:23:42.324Z[ helios-setup] Aug 09 05:23:40.488 INFO E| Downloaded four-cc v0.3.0
29332024-08-09T05:23:42.327Z[ helios-setup] Aug 09 05:23:40.489 INFO E| Downloaded fletcher v0.1.0
29342024-08-09T05:23:42.420Z[ helios-setup] Aug 09 05:23:40.585 INFO E| Compiling proc-macro2 v1.0.86
29352024-08-09T05:23:42.420Z[ helios-setup] Aug 09 05:23:40.585 INFO E| Compiling unicode-ident v1.0.12
29362024-08-09T05:23:42.424Z[ helios-setup] Aug 09 05:23:40.585 INFO E| Compiling syn v1.0.109
29372024-08-09T05:23:42.424Z[ helios-setup] Aug 09 05:23:40.585 INFO E| Compiling version_check v0.9.4
29382024-08-09T05:23:42.424Z[ helios-setup] Aug 09 05:23:40.586 INFO E| Compiling semver-parser v0.7.0
29392024-08-09T05:23:42.424Z[ helios-setup] Aug 09 05:23:40.586 INFO E| Compiling autocfg v1.3.0
29402024-08-09T05:23:42.424Z[ helios-setup] Aug 09 05:23:40.586 INFO E| Compiling thiserror v1.0.63
29412024-08-09T05:23:42.424Z[ helios-setup] Aug 09 05:23:40.586 INFO E| Compiling serde v1.0.204
29422024-08-09T05:23:43.534Z[ helios-setup] Aug 09 05:23:41.699 INFO E| Compiling semver v0.9.0
29432024-08-09T05:23:43.716Z[ helios-setup] Aug 09 05:23:41.880 INFO E| Compiling serde_json v1.0.120
29442024-08-09T05:23:43.762Z[ helios-setup] Aug 09 05:23:41.927 INFO E| Compiling proc-macro-error-attr v1.0.4
29452024-08-09T05:23:43.777Z[ helios-setup] Aug 09 05:23:41.942 INFO E| Compiling proc-macro-error v1.0.4
29462024-08-09T05:23:44.170Z[ helios-setup] Aug 09 05:23:42.334 INFO E| Compiling rustc_version v0.2.3
29472024-08-09T05:23:44.196Z[ helios-setup] Aug 09 05:23:42.360 INFO E| Compiling num-traits v0.2.19
29482024-08-09T05:23:44.443Z[ helios-setup] Aug 09 05:23:42.607 INFO E| Compiling ryu v1.0.18
29492024-08-09T05:23:44.674Z[ helios-setup] Aug 09 05:23:42.838 INFO E| Compiling itoa v1.0.11
29502024-08-09T05:23:44.700Z[ helios-setup] Aug 09 05:23:42.864 INFO E| Compiling unicode-segmentation v1.11.0
29512024-08-09T05:23:44.703Z[ helios-setup] Aug 09 05:23:42.865 INFO E| Compiling schemars v0.8.21
29522024-08-09T05:23:44.987Z[ helios-setup] Aug 09 05:23:43.152 INFO E| Compiling pre-proc-macro v0.2.1
29532024-08-09T05:23:45.030Z[ helios-setup] Aug 09 05:23:43.194 INFO E| Compiling memoffset v0.5.6
29542024-08-09T05:23:45.356Z[ helios-setup] Aug 09 05:23:43.519 INFO E| Compiling ucd-trie v0.1.6
29552024-08-09T05:23:45.371Z[ helios-setup] Aug 09 05:23:43.535 INFO E| Compiling libc v0.2.155
29562024-08-09T05:23:45.531Z[ helios-setup] Aug 09 05:23:43.695 INFO E| Compiling paste v1.0.15
29572024-08-09T05:23:45.557Z[ helios-setup] Aug 09 05:23:43.721 INFO E| Compiling lazy_static v1.5.0
29582024-08-09T05:23:45.660Z[ helios-setup] Aug 09 05:23:43.824 INFO E| Compiling memchr v2.7.4
29592024-08-09T05:23:45.830Z[ helios-setup] Aug 09 05:23:43.995 INFO E| Compiling heck v0.3.3
29602024-08-09T05:23:46.243Z[ helios-setup] Aug 09 05:23:44.407 INFO E| Compiling quote v1.0.36
29612024-08-09T05:23:46.535Z[ helios-setup] Aug 09 05:23:44.699 INFO E| Compiling rustversion v1.0.17
29622024-08-09T05:23:46.577Z[ helios-setup] Aug 09 05:23:44.741 INFO E| Compiling dyn-clone v1.0.17
29632024-08-09T05:23:47.067Z[ helios-setup] Aug 09 05:23:45.231 INFO E| Compiling syn v2.0.71
29642024-08-09T05:23:47.514Z[ helios-setup] Aug 09 05:23:45.678 INFO E| Compiling pre v0.2.1
29652024-08-09T05:23:48.149Z[ helios-setup] Aug 09 05:23:46.313 INFO E| Compiling static_assertions v1.1.0
29662024-08-09T05:23:48.240Z[ helios-setup] Aug 09 05:23:46.404 INFO E| Compiling cfg-if v0.1.10
29672024-08-09T05:23:48.329Z[ helios-setup] Aug 09 05:23:46.493 INFO E| Compiling once_cell v1.19.0
29682024-08-09T05:23:48.583Z[ helios-setup] Aug 09 05:23:46.746 INFO E| Compiling byteorder v1.5.0
29692024-08-09T05:23:49.459Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29702024-08-09T05:23:49.764Z[ helios-setup] Aug 09 05:23:47.927 INFO E| Compiling unicode-width v0.1.13
29712024-08-09T05:23:50.246Z[ helios-setup] Aug 09 05:23:48.409 INFO E| Compiling textwrap v0.11.0
29722024-08-09T05:23:51.509Z[ helios-setup] Aug 09 05:23:49.672 INFO E| Compiling parse_int v0.6.0
29732024-08-09T05:23:51.558Z[ helios-setup] Aug 09 05:23:49.721 INFO E| Compiling atty v0.2.14
29742024-08-09T05:23:51.757Z[ helios-setup] Aug 09 05:23:49.920 INFO E| Compiling strum v0.23.0
29752024-08-09T05:23:51.793Z[ helios-setup] Aug 09 05:23:49.956 INFO E| Compiling fletcher v0.1.0
29762024-08-09T05:23:51.861Z[ helios-setup] Aug 09 05:23:50.024 INFO E| Compiling strsim v0.8.0
29772024-08-09T05:23:51.913Z[ helios-setup] Aug 09 05:23:50.076 INFO E| Compiling bitflags v1.3.2
29782024-08-09T05:23:52.019Z[ helios-setup] Aug 09 05:23:50.182 INFO E| Compiling vec_map v0.8.2
29792024-08-09T05:23:52.060Z[ helios-setup] Aug 09 05:23:50.222 INFO E| Compiling ansi_term v0.12.1
29802024-08-09T05:23:52.288Z[ helios-setup] Aug 09 05:23:50.451 INFO E| Compiling log v0.4.22
29812024-08-09T05:23:52.444Z[ helios-setup] Aug 09 05:23:50.606 INFO E| Compiling plain v0.2.3
29822024-08-09T05:23:52.553Z[ helios-setup] Aug 09 05:23:50.716 INFO E| Compiling clap v2.34.0
29832024-08-09T05:23:52.813Z[ helios-setup] Aug 09 05:23:50.975 INFO E| Compiling bytesize v1.3.0
29842024-08-09T05:23:55.318Z[ helios-setup] Aug 09 05:23:53.480 INFO E| Compiling serde_derive_internals v0.29.1
29852024-08-09T05:23:56.311Z[ helios-setup] Aug 09 05:23:54.473 INFO E| Compiling toml v0.5.11
29862024-08-09T05:23:59.838Z[ helios-setup] Aug 09 05:23:57.999 INFO E| Compiling proc-macro-crate v0.1.5
29872024-08-09T05:24:01.054Z[ helios-setup] Aug 09 05:23:59.215 INFO E| Compiling thiserror-impl v1.0.63
29882024-08-09T05:24:01.054Z[ helios-setup] Aug 09 05:23:59.215 INFO E| Compiling serde_derive v1.0.204
29892024-08-09T05:24:01.054Z[ helios-setup] Aug 09 05:23:59.215 INFO E| Compiling schemars_derive v0.8.21
29902024-08-09T05:24:01.219Z[ helios-setup] Aug 09 05:23:59.380 INFO E| Compiling zerocopy-derive v0.6.6
29912024-08-09T05:24:05.229Z[ helios-setup] Aug 09 05:24:03.389 INFO E| Compiling zerocopy v0.6.6
29922024-08-09T05:24:05.580Z[ host-package] Compiling multimap v0.10.0
29932024-08-09T05:24:06.608Z[ helios-setup] Aug 09 05:24:04.768 INFO E| Compiling pest v2.7.11
29942024-08-09T05:24:08.303Z[ helios-setup] Aug 09 05:24:06.463 INFO E| Compiling modular-bitfield-impl v0.11.2
29952024-08-09T05:24:08.351Z[ helios-setup] Aug 09 05:24:06.511 INFO E| Compiling num-derive v0.3.3
29962024-08-09T05:24:09.999Z[ helios-setup] Aug 09 05:24:08.158 INFO E| Compiling scroll_derive v0.10.5
29972024-08-09T05:24:10.644Z[ helios-setup] Aug 09 05:24:08.803 INFO E| Compiling strum_macros v0.23.1
29982024-08-09T05:24:11.519Z[ helios-setup] Aug 09 05:24:09.678 INFO E| Compiling pest_meta v2.7.11
29992024-08-09T05:24:12.013Z[ helios-setup] Aug 09 05:24:10.172 INFO E| Compiling structopt-derive v0.4.18
30002024-08-09T05:24:13.308Z[ helios-setup] Aug 09 05:24:11.467 INFO E| Compiling scroll v0.10.2
30012024-08-09T05:24:13.837Z[ helios-setup] Aug 09 05:24:11.995 INFO E| Compiling modular-bitfield v0.11.2
30022024-08-09T05:24:14.122Z[ helios-setup] Aug 09 05:24:12.280 INFO E| Compiling pest_generator v2.7.11
30032024-08-09T05:24:14.407Z[ helios-setup] Aug 09 05:24:12.565 INFO E| Compiling goblin v0.4.3
30042024-08-09T05:24:17.400Z[ helios-setup] Aug 09 05:24:15.558 INFO E| Compiling structopt v0.3.26
30052024-08-09T05:24:19.124Z[ helios-setup] Aug 09 05:24:17.282 INFO E| Compiling pest_derive v2.7.11
30062024-08-09T05:24:24.083Z[ helios-setup] Aug 09 05:24:22.239 INFO E| Compiling json5 v0.4.1
30072024-08-09T05:24:29.473Z[ helios-setup] Aug 09 05:24:27.629 INFO E| Compiling four-cc v0.3.0
30082024-08-09T05:24:29.476Z[ helios-setup] Aug 09 05:24:27.629 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30092024-08-09T05:24:29.731Z[ helios-setup] Aug 09 05:24:27.886 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30102024-08-09T05:25:11.903Z[ helios-setup] Aug 09 05:25:10.050 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30112024-08-09T05:25:29.264Z[ helios-setup] Aug 09 05:25:27.408 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30122024-08-09T05:26:08.461Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30132024-08-09T05:26:12.618Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30142024-08-09T05:26:20.356Z[ helios-setup] Aug 09 05:26:18.490 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s
30152024-08-09T05:26:20.391Z[ helios-setup] Aug 09 05:26:18.525 INFO building project "amd-host-image-builder" ok (192 seconds)
30162024-08-09T05:26:20.394Z[ helios-setup] Aug 09 05:26:18.525 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30172024-08-09T05:26:20.394Z[ helios-setup] Aug 09 05:26:18.525 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30182024-08-09T05:26:20.754Z[ helios-setup] Aug 09 05:26:18.888 INFO E| Compiling adler v1.0.2
30192024-08-09T05:26:20.922Z[ helios-setup] Aug 09 05:26:19.056 INFO E| Compiling miniz_oxide v0.7.2
30202024-08-09T05:26:23.751Z[ helios-setup] Aug 09 05:26:21.885 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30212024-08-09T05:26:24.676Z[ helios-setup] Aug 09 05:26:22.809 INFO E| Finished `release` profile [optimized] target(s) in 4.18s
30222024-08-09T05:26:24.684Z[ helios-setup] Aug 09 05:26:22.817 INFO building project "pinprick" ok (4 seconds)
30232024-08-09T05:26:24.688Z[ helios-setup] rm -f helios-build
30242024-08-09T05:26:24.691Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30252024-08-09T05:26:24.694Z[ helios-setup]
30262024-08-09T05:26:24.694Z[ helios-setup] Setup complete! ./helios-build is now available.
30272024-08-09T05:26:24.697Z[ helios-setup]
30282024-08-09T05:26:24.697Z[ helios-setup]
30292024-08-09T05:26:24.697Z[ helios-setup] real 12:07.504054603
30302024-08-09T05:26:24.700Z[ helios-setup] user 28:45.895823047
30312024-08-09T05:26:24.700ZAug 09 05:26:22.830 INFO [helios-setup] process exited with exit status: 0 (727.509612497s)
30322024-08-09T05:26:24.700Z[ helios-setup] sys 3:31.455807967
30332024-08-09T05:26:24.700Z[ helios-setup] trap 1.553400523
30342024-08-09T05:26:24.700Z[ helios-setup] tflt 5.728458631
30352024-08-09T05:26:24.700Z[ helios-setup] dflt 34.151967903
30362024-08-09T05:26:24.700Z[ helios-setup] kflt 0.018692439
30372024-08-09T05:26:24.700Z[ helios-setup] lock 1:57:04.622590921
30382024-08-09T05:26:24.700Z[ helios-setup] slp 3:44:09.238555246
30392024-08-09T05:26:24.700Z[ helios-setup] lat 32:58.821905305
30402024-08-09T05:26:24.700Z[ helios-setup] stop 4:26.632302666
30412024-08-09T05:26:24.700ZAug 09 05:26:22.831 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30422024-08-09T05:26:24.720Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30432024-08-09T05:26:25.044Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30442024-08-09T05:26:25.047Z[ phbl-toolchain] info: downloading component 'cargo'
30452024-08-09T05:26:26.325Z[ phbl-toolchain] info: downloading component 'clippy'
30462024-08-09T05:26:26.699Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30472024-08-09T05:26:31.542Z[ phbl-toolchain] info: downloading component 'miri'
30482024-08-09T05:26:31.681Z[ phbl-toolchain] info: downloading component 'rust-docs'
30492024-08-09T05:26:32.800Z[ phbl-toolchain] info: downloading component 'rust-src'
30502024-08-09T05:26:32.970Z[ phbl-toolchain] info: downloading component 'rust-std'
30512024-08-09T05:26:34.814Z[ phbl-toolchain] info: downloading component 'rustc'
30522024-08-09T05:26:39.857Z[ phbl-toolchain] info: downloading component 'rustfmt'
30532024-08-09T05:26:40.686Z[ phbl-toolchain] info: installing component 'cargo'
30542024-08-09T05:26:41.995Z[ phbl-toolchain] info: installing component 'clippy'
30552024-08-09T05:26:42.542Z[ phbl-toolchain] info: installing component 'llvm-tools'
30562024-08-09T05:26:48.193Z[ phbl-toolchain] info: installing component 'miri'
30572024-08-09T05:26:48.544Z[ phbl-toolchain] info: installing component 'rust-docs'
30582024-08-09T05:26:54.688Z[ phbl-toolchain] info: installing component 'rust-src'
30592024-08-09T05:26:55.327Z[ phbl-toolchain] info: installing component 'rust-std'
30602024-08-09T05:26:57.770Z[ phbl-toolchain] info: installing component 'rustc'
30612024-08-09T05:27:04.331Z[ phbl-toolchain] info: installing component 'rustfmt'
30622024-08-09T05:27:05.139Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30632024-08-09T05:27:05.142ZAug 09 05:27:03.267 INFO [phbl-toolchain] process exited with exit status: 0 (40.435658741s)
30642024-08-09T05:33:12.556Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 09s
30652024-08-09T05:34:03.427ZAug 09 05:34:01.471 INFO [host-package] process exited with exit status: 0 (1140.838214336s)
30662024-08-09T05:34:03.430ZAug 09 05:34:01.471 INFO [host-stamp] running task
30672024-08-09T05:34:03.430ZAug 09 05:34:01.472 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30682024-08-09T05:34:03.436ZAug 09 05:34:01.480 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+gitfce6fa8a0ee
30692024-08-09T05:34:03.441ZAug 09 05:34:01.485 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+gitfce6fa8a0ee
30702024-08-09T05:34:03.445Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30712024-08-09T05:34:03.448ZAug 09 05:34:01.491 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+gitfce6fa8a0ee
30722024-08-09T05:34:03.451Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30732024-08-09T05:34:03.454ZAug 09 05:34:01.498 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+gitfce6fa8a0ee
30742024-08-09T05:34:03.458Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30752024-08-09T05:34:03.461ZAug 09 05:34:01.505 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+gitfce6fa8a0ee
30762024-08-09T05:34:03.468Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30772024-08-09T05:34:03.472Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30782024-08-09T05:34:03.475ZAug 09 05:34:01.516 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+gitfce6fa8a0ee
30792024-08-09T05:34:03.480Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30802024-08-09T05:34:03.483ZAug 09 05:34:01.527 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+gitfce6fa8a0ee
30812024-08-09T05:34:03.492Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30822024-08-09T05:34:03.496Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30832024-08-09T05:34:03.499Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30842024-08-09T05:34:03.499ZAug 09 05:34:01.541 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+gitfce6fa8a0ee
30852024-08-09T05:34:03.507ZAug 09 05:34:01.551 INFO [stamp-overlay] process exited with exit status: 0 (53.313424ms)
30862024-08-09T05:34:03.507ZAug 09 05:34:01.551 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (35.054901ms)
30872024-08-09T05:34:03.510Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30882024-08-09T05:34:03.519Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30892024-08-09T05:34:03.522Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30902024-08-09T05:34:03.525ZAug 09 05:34:01.569 INFO [stamp-oxlog] process exited with exit status: 0 (41.826592ms)
30912024-08-09T05:34:03.562Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
30922024-08-09T05:34:03.566ZAug 09 05:34:01.610 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (124.470913ms)
30932024-08-09T05:34:03.645Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
30942024-08-09T05:34:03.648ZAug 09 05:34:01.692 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (212.54477ms)
30952024-08-09T05:34:03.796Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
30962024-08-09T05:34:03.799ZAug 09 05:34:01.843 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (352.298428ms)
30972024-08-09T05:34:04.658Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
30982024-08-09T05:34:04.661ZAug 09 05:34:02.705 INFO [stamp-propolis-server] process exited with exit status: 0 (1.199736421s)
30992024-08-09T05:34:04.707Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31002024-08-09T05:34:07.069Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31012024-08-09T05:34:13.559Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31022024-08-09T05:34:13.562ZAug 09 05:34:11.604 INFO [stamp-switch-asic] process exited with exit status: 0 (10.063855099s)
31032024-08-09T05:34:13.562ZAug 09 05:34:11.605 INFO [host-stamp] task succeeded (10.133391863s)
31042024-08-09T05:34:13.565ZAug 09 05:34:11.605 INFO [host-proto] running task
31052024-08-09T05:34:13.942ZAug 09 05:34:11.983 INFO [host-proto] task succeeded (378.789984ms)
31062024-08-09T05:34:13.942ZAug 09 05:34:11.983 INFO [host-profile] running task
31072024-08-09T05:34:13.945ZAug 09 05:34:11.984 INFO [host-profile] task succeeded (320.864µs)
31082024-08-09T05:34:13.945ZAug 09 05:34:11.984 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmp1k6ZCO/proto/host/root -N 'ci fce6fa8/${os_short_commit} 2024-08-09 05:14' -s host -B
31092024-08-09T05:34:13.957Z[ host-image] Aug 09 05:34:11.999 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31102024-08-09T05:34:13.957Z[ host-image] Aug 09 05:34:11.999 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31112024-08-09T05:34:13.973Z[ host-image] Aug 09 05:34:12.015 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp1k6ZCO/proto/host/root"
31122024-08-09T05:34:13.973Z[ host-image] Aug 09 05:34:12.015 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31132024-08-09T05:34:13.977Z[ host-image] Aug 09 05:34:12.015 INFO image builder template: ramdisk-01-os...
31142024-08-09T05:34:13.977Z[ host-image] Aug 09 05:34:12.015 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/.tmp1k6ZCO/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31152024-08-09T05:34:13.993Z[ host-image] Aug 09 05:34:12.035 INFO O| Aug 09 05:34:12.034 INFO CREATE DATASET: rpool/images/build/host/output
31162024-08-09T05:34:14.408Z[ host-image] Aug 09 05:34:12.449 INFO O| Aug 09 05:34:12.449 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31172024-08-09T05:34:14.413Z[ host-image] Aug 09 05:34:12.455 INFO O| Aug 09 05:34:12.455 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31182024-08-09T05:34:14.632Z[ host-image] Aug 09 05:34:12.674 INFO O| Aug 09 05:34:12.674 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31192024-08-09T05:34:14.697Z[ host-image] Aug 09 05:34:12.739 INFO O| Aug 09 05:34:12.739 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31202024-08-09T05:34:14.700Z[ host-image] Aug 09 05:34:12.739 INFO O| Aug 09 05:34:12.739 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31212024-08-09T05:34:14.700Z[ host-image] Aug 09 05:34:12.739 INFO O| Aug 09 05:34:12.739 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31222024-08-09T05:34:14.700Z[ host-image] Aug 09 05:34:12.739 INFO O| Aug 09 05:34:12.739 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31232024-08-09T05:34:14.709Z[ host-image] Aug 09 05:34:12.751 INFO O| Aug 09 05:34:12.751 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31242024-08-09T05:34:14.954Z[ host-image] Aug 09 05:34:12.996 INFO O| Aug 09 05:34:12.996 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31252024-08-09T05:34:14.971Z[ host-image] Aug 09 05:34:13.013 INFO O| Aug 09 05:34:13.013 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31262024-08-09T05:34:15.508Z[ host-image] Aug 09 05:34:13.550 INFO O| Aug 09 05:34:13.550 INFO O| Caching catalogs ... Done
31272024-08-09T05:34:15.627Z[ host-image] Aug 09 05:34:13.668 INFO O| Aug 09 05:34:13.668 INFO STEP 0 (pkg_image_create) COMPLETE
31282024-08-09T05:34:15.627Z[ host-image] Aug 09 05:34:13.668 INFO O| Aug 09 05:34:13.668 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31292024-08-09T05:34:15.627Z[ host-image] Aug 09 05:34:13.668 INFO O| Aug 09 05:34:13.668 INFO skip step because feature "repo_redist" is not enabled
31302024-08-09T05:34:15.627Z[ host-image] Aug 09 05:34:13.668 INFO O| Aug 09 05:34:13.668 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31312024-08-09T05:34:15.646Z[ host-image] Aug 09 05:34:13.687 INFO O| Aug 09 05:34:13.687 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"]
31322024-08-09T05:34:16.178Z[ host-image] Aug 09 05:34:14.219 INFO O| Aug 09 05:34:14.219 INFO STEP 2 (pkg_set_publisher) COMPLETE
31332024-08-09T05:34:16.178Z[ host-image] Aug 09 05:34:14.219 INFO O| Aug 09 05:34:14.219 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31342024-08-09T05:34:16.194Z[ host-image] Aug 09 05:34:14.236 INFO O| Aug 09 05:34:14.236 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"]
31352024-08-09T05:34:16.712Z[ host-image] Aug 09 05:34:14.754 INFO O| Aug 09 05:34:14.754 INFO STEP 3 (pkg_set_publisher) COMPLETE
31362024-08-09T05:34:16.713Z[ host-image] Aug 09 05:34:14.754 INFO O| Aug 09 05:34:14.754 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31372024-08-09T05:34:16.716Z[ host-image] Aug 09 05:34:14.754 INFO O| Aug 09 05:34:14.754 INFO skip step because feature "repo_redist" is not enabled
31382024-08-09T05:34:16.716Z[ host-image] Aug 09 05:34:14.754 INFO O| Aug 09 05:34:14.754 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31392024-08-09T05:34:17.248Z[ host-image] Aug 09 05:34:15.289 INFO O| Aug 09 05:34:15.289 INFO variant opensolaris.zone is already global
31402024-08-09T05:34:17.248Z[ host-image] Aug 09 05:34:15.289 INFO O| Aug 09 05:34:15.289 INFO STEP 5 (pkg_change_variant) COMPLETE
31412024-08-09T05:34:17.251Z[ host-image] Aug 09 05:34:15.289 INFO O| Aug 09 05:34:15.289 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31422024-08-09T05:34:17.798Z[ host-image] Aug 09 05:34:15.839 INFO O| Aug 09 05:34:15.839 INFO variant opensolaris.imagetype is full; changing to partial
31432024-08-09T05:34:17.798Z[ host-image] Aug 09 05:34:15.839 INFO O| Aug 09 05:34:15.839 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31442024-08-09T05:34:23.242Z[ host-image] Aug 09 05:34:21.282 INFO O| Aug 09 05:34:21.281 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31452024-08-09T05:34:25.279Z[ host-image] Aug 09 05:34:23.318 INFO O| Aug 09 05:34:23.318 INFO O| Startup: Caching catalogs ... Done
31462024-08-09T05:34:25.326Z[ host-image] Aug 09 05:34:23.365 INFO O| Aug 09 05:34:23.365 INFO O| Planning: Planning completed in 0.00 seconds
31472024-08-09T05:34:25.329Z[ host-image] Aug 09 05:34:23.366 INFO O| Aug 09 05:34:23.366 INFO O| Planning: Consolidating action changes ... Done
31482024-08-09T05:34:25.329Z[ host-image] Aug 09 05:34:23.366 INFO O| Aug 09 05:34:23.366 INFO O| Planning: Evaluating mediators ... Done
31492024-08-09T05:34:25.329Z[ host-image] Aug 09 05:34:23.366 INFO O| Aug 09 05:34:23.366 INFO O| Planning: Planning completed in 0.00 seconds
31502024-08-09T05:34:25.329Z[ host-image] Aug 09 05:34:23.366 INFO O| Aug 09 05:34:23.366 INFO O| Variants/Facets to change: 1
31512024-08-09T05:34:25.340Z[ host-image] Aug 09 05:34:23.380 INFO O| Aug 09 05:34:23.380 INFO O| Done
31522024-08-09T05:34:25.341Z[ host-image] Aug 09 05:34:23.380 INFO O| Aug 09 05:34:23.380 INFO O| Done
31532024-08-09T05:34:25.667Z[ host-image] Aug 09 05:34:23.707 INFO O| Aug 09 05:34:23.707 INFO O| Done
31542024-08-09T05:34:25.695Z[ host-image] Aug 09 05:34:23.734 INFO O| Aug 09 05:34:23.734 INFO O| Done
31552024-08-09T05:34:25.697Z[ host-image] Aug 09 05:34:23.735 INFO O| Aug 09 05:34:23.735 INFO O| Done
31562024-08-09T05:34:25.697Z[ host-image] Aug 09 05:34:23.735 INFO O| Aug 09 05:34:23.735 INFO O| Done
31572024-08-09T05:34:25.697Z[ host-image] Aug 09 05:34:23.737 INFO O| Aug 09 05:34:23.737 INFO O| Done
31582024-08-09T05:34:25.713Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.05s
31592024-08-09T05:34:25.976Z[ host-image] Aug 09 05:34:24.015 INFO O| Aug 09 05:34:24.015 INFO STEP 6 (pkg_change_variant) COMPLETE
31602024-08-09T05:34:25.976Z[ host-image] Aug 09 05:34:24.015 INFO O| Aug 09 05:34:24.015 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31612024-08-09T05:34:25.976Z[ host-image] Aug 09 05:34:24.015 INFO O| Aug 09 05:34:24.015 INFO skip step because feature "debug_variant" is not enabled
31622024-08-09T05:34:25.979Z[ host-image] Aug 09 05:34:24.015 INFO O| Aug 09 05:34:24.015 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31632024-08-09T05:34:26.330Z[ host-image] Aug 09 05:34:24.364 INFO O| Aug 09 05:34:24.364 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31642024-08-09T05:34:26.801Z[ host-image] Aug 09 05:34:24.840 INFO O| Aug 09 05:34:24.840 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31652024-08-09T05:34:26.805Z[ host-image] Aug 09 05:34:24.842 INFO O| Aug 09 05:34:24.842 INFO O| Planning: Planning completed in 0.00 seconds
31662024-08-09T05:34:26.805Z[ host-image] Aug 09 05:34:24.842 INFO O| Aug 09 05:34:24.842 INFO O| Planning: Consolidating action changes ... Done
31672024-08-09T05:34:26.805Z[ host-image] Aug 09 05:34:24.842 INFO O| Aug 09 05:34:24.842 INFO O| Planning: Evaluating mediators ... Done
31682024-08-09T05:34:26.805Z[ host-image] Aug 09 05:34:24.843 INFO O| Aug 09 05:34:24.843 INFO O| Planning: Planning completed in 0.00 seconds
31692024-08-09T05:34:26.805Z[ host-image] Aug 09 05:34:24.843 INFO O| Aug 09 05:34:24.843 INFO O| Variants/Facets to change: 1
31702024-08-09T05:34:26.819Z[ host-image] Aug 09 05:34:24.859 INFO O| Aug 09 05:34:24.859 INFO O| Done
31712024-08-09T05:34:26.820Z[ host-image] Aug 09 05:34:24.859 INFO O| Aug 09 05:34:24.859 INFO O| Done
31722024-08-09T05:34:26.978ZAug 09 05:34:25.017 INFO [recovery-package] process exited with exit status: 0 (23.545629154s)
31732024-08-09T05:34:26.978ZAug 09 05:34:25.017 INFO [recovery-stamp] running task
31742024-08-09T05:34:26.981ZAug 09 05:34:25.018 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31752024-08-09T05:34:26.981ZAug 09 05:34:25.018 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitfce6fa8a0ee
31762024-08-09T05:34:26.992ZAug 09 05:34:25.031 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+gitfce6fa8a0ee
31772024-08-09T05:34:27.001Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31782024-08-09T05:34:27.008Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31792024-08-09T05:34:27.074Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31802024-08-09T05:34:27.077Z[ host-image] Aug 09 05:34:25.114 INFO O| Aug 09 05:34:25.114 INFO O| Done
31812024-08-09T05:34:27.079ZAug 09 05:34:25.117 INFO [stamp-installinator] process exited with exit status: 0 (98.969713ms)
31822024-08-09T05:34:27.109Z[ host-image] Aug 09 05:34:25.149 INFO O| Aug 09 05:34:25.149 INFO O| Done
31832024-08-09T05:34:27.112Z[ host-image] Aug 09 05:34:25.149 INFO O| Aug 09 05:34:25.149 INFO O| Done
31842024-08-09T05:34:27.112Z[ host-image] Aug 09 05:34:25.149 INFO O| Aug 09 05:34:25.149 INFO O| Done
31852024-08-09T05:34:27.112Z[ host-image] Aug 09 05:34:25.150 INFO O| Aug 09 05:34:25.150 INFO O| Done
31862024-08-09T05:34:27.112Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31872024-08-09T05:34:27.115ZAug 09 05:34:25.155 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (123.370136ms)
31882024-08-09T05:34:27.118ZAug 09 05:34:25.155 INFO [recovery-stamp] task succeeded (137.41347ms)
31892024-08-09T05:34:27.118ZAug 09 05:34:25.155 INFO [recovery-proto] running task
31902024-08-09T05:34:27.118ZAug 09 05:34:25.155 INFO [tuf-stamp] running task
31912024-08-09T05:34:27.118ZAug 09 05:34:25.155 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+gitfce6fa8a0ee
31922024-08-09T05:34:27.127ZAug 09 05:34:25.167 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+gitfce6fa8a0ee
31932024-08-09T05:34:27.138Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-08-09T05:34:27.141ZAug 09 05:34:25.177 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+gitfce6fa8a0ee
31952024-08-09T05:34:27.150Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
31962024-08-09T05:34:27.153ZAug 09 05:34:25.190 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+gitfce6fa8a0ee
31972024-08-09T05:34:27.161ZAug 09 05:34:25.200 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+gitfce6fa8a0ee
31982024-08-09T05:34:27.169Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
31992024-08-09T05:34:27.171Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32002024-08-09T05:34:27.174ZAug 09 05:34:25.213 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+gitfce6fa8a0ee
32012024-08-09T05:34:27.188Z[ host-image] Aug 09 05:34:25.219 INFO O| Aug 09 05:34:25.219 INFO STEP 8 (pkg_change_facet) COMPLETE
32022024-08-09T05:34:27.191Z[ host-image] Aug 09 05:34:25.219 INFO O| Aug 09 05:34:25.219 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32032024-08-09T05:34:27.193ZAug 09 05:34:25.231 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+gitfce6fa8a0ee
32042024-08-09T05:34:27.211ZAug 09 05:34:25.251 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+gitfce6fa8a0ee
32052024-08-09T05:34:27.228Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32062024-08-09T05:34:27.228Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32072024-08-09T05:34:27.231Z[ host-image] Aug 09 05:34:25.219 INFO O| Aug 09 05:34:25.219 INFO skip step because feature "recovery" is not enabled
32082024-08-09T05:34:27.231Z[ host-image] Aug 09 05:34:25.219 INFO O| Aug 09 05:34:25.219 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32092024-08-09T05:34:27.231Z[ host-image] Aug 09 05:34:25.219 INFO O| Aug 09 05:34:25.219 INFO skip step because feature "recovery" is not enabled
32102024-08-09T05:34:27.231Z[ host-image] Aug 09 05:34:25.219 INFO O| Aug 09 05:34:25.219 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32112024-08-09T05:34:27.231Z[ host-image] Aug 09 05:34:25.235 INFO O| Aug 09 05:34:25.234 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"]
32122024-08-09T05:34:27.242ZAug 09 05:34:25.282 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+gitfce6fa8a0ee
32132024-08-09T05:34:27.269Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32142024-08-09T05:34:27.454Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32152024-08-09T05:34:27.457Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32162024-08-09T05:34:27.457ZAug 09 05:34:25.494 INFO [recovery-proto] task succeeded (339.213278ms)
32172024-08-09T05:34:27.457ZAug 09 05:34:25.494 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+gitfce6fa8a0ee
32182024-08-09T05:34:27.528ZAug 09 05:34:25.567 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmp1k6ZCO/proto/recovery/root -N 'recovery fce6fa8/${os_short_commit} 2024-08-09 05:14' -s recovery -R
32192024-08-09T05:34:27.577Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32202024-08-09T05:34:27.581Z[ recovery-image] Aug 09 05:34:25.614 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32212024-08-09T05:34:27.581Z[ recovery-image] Aug 09 05:34:25.614 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32222024-08-09T05:34:27.593Z[ recovery-image] Aug 09 05:34:25.633 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp1k6ZCO/proto/recovery/root"
32232024-08-09T05:34:27.596Z[ recovery-image] Aug 09 05:34:25.633 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32242024-08-09T05:34:27.596Z[ recovery-image] Aug 09 05:34:25.633 INFO image builder template: ramdisk-01-os...
32252024-08-09T05:34:27.596Z[ recovery-image] Aug 09 05:34:25.633 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/.tmp1k6ZCO/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32262024-08-09T05:34:27.610ZAug 09 05:34:25.650 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+gitfce6fa8a0ee
32272024-08-09T05:34:27.776Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32282024-08-09T05:34:27.780Z[ recovery-image] Aug 09 05:34:25.678 INFO O| Aug 09 05:34:25.678 INFO CREATE DATASET: rpool/images/build/recovery/output
32292024-08-09T05:34:27.783Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32302024-08-09T05:34:27.783ZAug 09 05:34:25.821 INFO [stamp-probe] process exited with exit status: 0 (608.674949ms)
32312024-08-09T05:34:27.783ZAug 09 05:34:25.821 INFO [stamp-ntp] process exited with exit status: 0 (665.955066ms)
32322024-08-09T05:34:27.796Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32332024-08-09T05:34:28.303Z[ recovery-image] Aug 09 05:34:26.342 INFO O| Aug 09 05:34:26.342 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32342024-08-09T05:34:28.309Z[ recovery-image] Aug 09 05:34:26.348 INFO O| Aug 09 05:34:26.348 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32352024-08-09T05:34:28.388Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32362024-08-09T05:34:28.394ZAug 09 05:34:26.434 INFO [stamp-external-dns] process exited with exit status: 0 (1.256169307s)
32372024-08-09T05:34:28.476Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32382024-08-09T05:34:28.534Z[ host-image] Aug 09 05:34:26.573 INFO O| Aug 09 05:34:26.572 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32392024-08-09T05:34:28.565ZAug 09 05:34:26.604 INFO [stamp-internal-dns] process exited with exit status: 0 (1.352971301s)
32402024-08-09T05:34:28.602Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32412024-08-09T05:34:28.637ZAug 09 05:34:26.676 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.509752708s)
32422024-08-09T05:34:28.698Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
32432024-08-09T05:34:28.720Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32442024-08-09T05:34:28.819Z[ recovery-image] Aug 09 05:34:26.858 INFO O| Aug 09 05:34:26.858 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32452024-08-09T05:34:28.903Z[ recovery-image] Aug 09 05:34:26.941 INFO O| Aug 09 05:34:26.941 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32462024-08-09T05:34:28.903Z[ recovery-image] Aug 09 05:34:26.942 INFO O| Aug 09 05:34:26.941 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32472024-08-09T05:34:28.906Z[ recovery-image] Aug 09 05:34:26.942 INFO O| Aug 09 05:34:26.942 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32482024-08-09T05:34:28.906Z[ recovery-image] Aug 09 05:34:26.942 INFO O| Aug 09 05:34:26.942 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32492024-08-09T05:34:28.915Z[ recovery-image] Aug 09 05:34:26.954 INFO O| Aug 09 05:34:26.954 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32502024-08-09T05:34:29.007Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32512024-08-09T05:34:29.011ZAug 09 05:34:27.050 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.850258119s)
32522024-08-09T05:34:29.078Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32532024-08-09T05:34:29.082ZAug 09 05:34:27.121 INFO [stamp-oximeter] process exited with exit status: 0 (1.931784066s)
32542024-08-09T05:34:29.438Z[ recovery-image] Aug 09 05:34:27.477 INFO O| Aug 09 05:34:27.476 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-08-09T05:34:29.452Z[ recovery-image] Aug 09 05:34:27.491 INFO O| Aug 09 05:34:27.491 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32562024-08-09T05:34:29.885Z[ recovery-image] Aug 09 05:34:27.923 INFO O| Aug 09 05:34:27.923 INFO O| Caching catalogs ... Done
32572024-08-09T05:34:29.994Z[ recovery-image] Aug 09 05:34:28.033 INFO O| Aug 09 05:34:28.033 INFO STEP 0 (pkg_image_create) COMPLETE
32582024-08-09T05:34:29.994Z[ recovery-image] Aug 09 05:34:28.033 INFO O| Aug 09 05:34:28.033 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-08-09T05:34:29.994Z[ recovery-image] Aug 09 05:34:28.033 INFO O| Aug 09 05:34:28.033 INFO skip step because feature "repo_redist" is not enabled
32602024-08-09T05:34:29.994Z[ recovery-image] Aug 09 05:34:28.033 INFO O| Aug 09 05:34:28.033 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-08-09T05:34:30.008Z[ recovery-image] Aug 09 05:34:28.047 INFO O| Aug 09 05:34:28.047 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"]
32622024-08-09T05:34:30.482Z[ recovery-image] Aug 09 05:34:28.521 INFO O| Aug 09 05:34:28.521 INFO STEP 2 (pkg_set_publisher) COMPLETE
32632024-08-09T05:34:30.483Z[ recovery-image] Aug 09 05:34:28.521 INFO O| Aug 09 05:34:28.521 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32642024-08-09T05:34:30.495Z[ recovery-image] Aug 09 05:34:28.534 INFO O| Aug 09 05:34:28.534 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"]
32652024-08-09T05:34:30.873Z[ recovery-image] Aug 09 05:34:28.911 INFO O| Aug 09 05:34:28.911 INFO STEP 3 (pkg_set_publisher) COMPLETE
32662024-08-09T05:34:30.873Z[ recovery-image] Aug 09 05:34:28.911 INFO O| Aug 09 05:34:28.911 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-08-09T05:34:30.873Z[ recovery-image] Aug 09 05:34:28.911 INFO O| Aug 09 05:34:28.911 INFO skip step because feature "repo_redist" is not enabled
32682024-08-09T05:34:30.876Z[ recovery-image] Aug 09 05:34:28.911 INFO O| Aug 09 05:34:28.911 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-08-09T05:34:30.977Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32702024-08-09T05:34:30.980ZAug 09 05:34:29.019 INFO [stamp-nexus] process exited with exit status: 0 (3.524481183s)
32712024-08-09T05:34:31.260Z[ recovery-image] Aug 09 05:34:29.298 INFO O| Aug 09 05:34:29.298 INFO variant opensolaris.zone is already global
32722024-08-09T05:34:31.260Z[ recovery-image] Aug 09 05:34:29.298 INFO O| Aug 09 05:34:29.298 INFO STEP 5 (pkg_change_variant) COMPLETE
32732024-08-09T05:34:31.260Z[ recovery-image] Aug 09 05:34:29.298 INFO O| Aug 09 05:34:29.298 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32742024-08-09T05:34:31.619Z[ recovery-image] Aug 09 05:34:29.657 INFO O| Aug 09 05:34:29.657 INFO variant opensolaris.imagetype is full; changing to partial
32752024-08-09T05:34:31.619Z[ recovery-image] Aug 09 05:34:29.657 INFO O| Aug 09 05:34:29.657 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32762024-08-09T05:34:33.017Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32772024-08-09T05:34:33.021ZAug 09 05:34:31.060 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.410046938s)
32782024-08-09T05:34:35.453Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32792024-08-09T05:34:35.456ZAug 09 05:34:33.494 INFO [stamp-clickhouse] process exited with exit status: 0 (8.263415682s)
32802024-08-09T05:34:35.472Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32812024-08-09T05:34:35.592Z[verify-libraries] Compiling heck v0.4.1
32822024-08-09T05:34:35.592Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32832024-08-09T05:34:35.595Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32842024-08-09T05:34:35.595Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32852024-08-09T05:34:35.606Z[ recovery-image] Aug 09 05:34:33.644 INFO O| Aug 09 05:34:33.644 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32862024-08-09T05:34:35.610Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32872024-08-09T05:34:35.610Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32882024-08-09T05:34:35.610Z[verify-libraries] Compiling indent_write v2.2.0
32892024-08-09T05:34:35.958Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32902024-08-09T05:34:35.962Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32912024-08-09T05:34:35.982ZAug 09 05:34:34.020 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.707256588s)
32922024-08-09T05:34:35.982ZAug 09 05:34:34.020 INFO [tuf-stamp] task succeeded (8.86497461s)
32932024-08-09T05:34:36.085Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32942024-08-09T05:34:36.117Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32952024-08-09T05:34:36.134Z[verify-libraries] Compiling termios v0.3.3
32962024-08-09T05:34:36.558Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32972024-08-09T05:34:36.984Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32982024-08-09T05:34:42.251Z[ recovery-image] Aug 09 05:34:40.287 INFO O| Aug 09 05:34:40.287 INFO O| Startup: Caching catalogs ... Done
32992024-08-09T05:34:42.321Z[ recovery-image] Aug 09 05:34:40.358 INFO O| Aug 09 05:34:40.358 INFO O| Planning: Planning completed in 0.00 seconds
33002024-08-09T05:34:42.324Z[ recovery-image] Aug 09 05:34:40.359 INFO O| Aug 09 05:34:40.359 INFO O| Planning: Consolidating action changes ... Done
33012024-08-09T05:34:42.325Z[ recovery-image] Aug 09 05:34:40.359 INFO O| Aug 09 05:34:40.359 INFO O| Planning: Evaluating mediators ... Done
33022024-08-09T05:34:42.325Z[ recovery-image] Aug 09 05:34:40.359 INFO O| Aug 09 05:34:40.359 INFO O| Planning: Planning completed in 0.00 seconds
33032024-08-09T05:34:42.325Z[ recovery-image] Aug 09 05:34:40.360 INFO O| Aug 09 05:34:40.360 INFO O| Variants/Facets to change: 1
33042024-08-09T05:34:42.368Z[ recovery-image] Aug 09 05:34:40.404 INFO O| Aug 09 05:34:40.404 INFO O| Done
33052024-08-09T05:34:42.368Z[ recovery-image] Aug 09 05:34:40.404 INFO O| Aug 09 05:34:40.404 INFO O| Done
33062024-08-09T05:34:42.998Z[ recovery-image] Aug 09 05:34:41.034 INFO O| Aug 09 05:34:41.034 INFO O| Done
33072024-08-09T05:34:43.041Z[ recovery-image] Aug 09 05:34:41.078 INFO O| Aug 09 05:34:41.077 INFO O| Done
33082024-08-09T05:34:43.045Z[ recovery-image] Aug 09 05:34:41.079 INFO O| Aug 09 05:34:41.079 INFO O| Done
33092024-08-09T05:34:43.045Z[ recovery-image] Aug 09 05:34:41.079 INFO O| Aug 09 05:34:41.079 INFO O| Done
33102024-08-09T05:34:43.048Z[ recovery-image] Aug 09 05:34:41.081 INFO O| Aug 09 05:34:41.081 INFO O| Done
33112024-08-09T05:34:43.602Z[ recovery-image] Aug 09 05:34:41.638 INFO O| Aug 09 05:34:41.638 INFO STEP 6 (pkg_change_variant) COMPLETE
33122024-08-09T05:34:43.602Z[ recovery-image] Aug 09 05:34:41.638 INFO O| Aug 09 05:34:41.638 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33132024-08-09T05:34:43.604Z[ recovery-image] Aug 09 05:34:41.638 INFO O| Aug 09 05:34:41.638 INFO skip step because feature "debug_variant" is not enabled
33142024-08-09T05:34:43.605Z[ recovery-image] Aug 09 05:34:41.638 INFO O| Aug 09 05:34:41.638 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-08-09T05:34:44.267Z[ recovery-image] Aug 09 05:34:42.302 INFO O| Aug 09 05:34:42.302 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33162024-08-09T05:34:45.238Z[ recovery-image] Aug 09 05:34:43.273 INFO O| Aug 09 05:34:43.273 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33172024-08-09T05:34:45.240Z[ recovery-image] Aug 09 05:34:43.275 INFO O| Aug 09 05:34:43.275 INFO O| Planning: Planning completed in 0.00 seconds
33182024-08-09T05:34:45.240Z[ recovery-image] Aug 09 05:34:43.276 INFO O| Aug 09 05:34:43.276 INFO O| Planning: Consolidating action changes ... Done
33192024-08-09T05:34:45.241Z[ recovery-image] Aug 09 05:34:43.276 INFO O| Aug 09 05:34:43.276 INFO O| Planning: Evaluating mediators ... Done
33202024-08-09T05:34:45.244Z[ recovery-image] Aug 09 05:34:43.277 INFO O| Aug 09 05:34:43.276 INFO O| Planning: Planning completed in 0.00 seconds
33212024-08-09T05:34:45.244Z[ recovery-image] Aug 09 05:34:43.277 INFO O| Aug 09 05:34:43.277 INFO O| Variants/Facets to change: 1
33222024-08-09T05:34:45.291Z[ recovery-image] Aug 09 05:34:43.327 INFO O| Aug 09 05:34:43.327 INFO O| Done
33232024-08-09T05:34:45.292Z[ recovery-image] Aug 09 05:34:43.327 INFO O| Aug 09 05:34:43.327 INFO O| Done
33242024-08-09T05:34:45.880Z[ recovery-image] Aug 09 05:34:43.916 INFO O| Aug 09 05:34:43.916 INFO O| Done
33252024-08-09T05:34:45.973Z[ recovery-image] Aug 09 05:34:44.008 INFO O| Aug 09 05:34:44.008 INFO O| Done
33262024-08-09T05:34:45.975Z[ recovery-image] Aug 09 05:34:44.009 INFO O| Aug 09 05:34:44.009 INFO O| Done
33272024-08-09T05:34:45.975Z[ recovery-image] Aug 09 05:34:44.009 INFO O| Aug 09 05:34:44.009 INFO O| Done
33282024-08-09T05:34:45.978Z[ recovery-image] Aug 09 05:34:44.011 INFO O| Aug 09 05:34:44.011 INFO O| Done
33292024-08-09T05:34:46.083Z[ recovery-image] Aug 09 05:34:44.118 INFO O| Aug 09 05:34:44.118 INFO STEP 8 (pkg_change_facet) COMPLETE
33302024-08-09T05:34:46.083Z[ recovery-image] Aug 09 05:34:44.119 INFO O| Aug 09 05:34:44.118 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33312024-08-09T05:34:46.752Z[ recovery-image] Aug 09 05:34:44.787 INFO O| Aug 09 05:34:44.787 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33322024-08-09T05:34:47.667Z[ recovery-image] Aug 09 05:34:45.702 INFO O| Aug 09 05:34:45.702 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33332024-08-09T05:34:47.669Z[ recovery-image] Aug 09 05:34:45.704 INFO O| Aug 09 05:34:45.704 INFO O| Planning: Planning completed in 0.00 seconds
33342024-08-09T05:34:47.669Z[ recovery-image] Aug 09 05:34:45.705 INFO O| Aug 09 05:34:45.705 INFO O| Planning: Consolidating action changes ... Done
33352024-08-09T05:34:47.670Z[ recovery-image] Aug 09 05:34:45.705 INFO O| Aug 09 05:34:45.705 INFO O| Planning: Evaluating mediators ... Done
33362024-08-09T05:34:47.672Z[ recovery-image] Aug 09 05:34:45.705 INFO O| Aug 09 05:34:45.705 INFO O| Planning: Planning completed in 0.00 seconds
33372024-08-09T05:34:47.672Z[ recovery-image] Aug 09 05:34:45.706 INFO O| Aug 09 05:34:45.706 INFO O| Variants/Facets to change: 1
33382024-08-09T05:34:47.737Z[ recovery-image] Aug 09 05:34:45.772 INFO O| Aug 09 05:34:45.772 INFO O| Done
33392024-08-09T05:34:47.737Z[ recovery-image] Aug 09 05:34:45.772 INFO O| Aug 09 05:34:45.772 INFO O| Done
33402024-08-09T05:34:48.281Z[ recovery-image] Aug 09 05:34:46.315 INFO O| Aug 09 05:34:46.315 INFO O| Done
33412024-08-09T05:34:48.336Z[ recovery-image] Aug 09 05:34:46.371 INFO O| Aug 09 05:34:46.371 INFO O| Done
33422024-08-09T05:34:48.339Z[ recovery-image] Aug 09 05:34:46.372 INFO O| Aug 09 05:34:46.372 INFO O| Done
33432024-08-09T05:34:48.339Z[ recovery-image] Aug 09 05:34:46.373 INFO O| Aug 09 05:34:46.373 INFO O| Done
33442024-08-09T05:34:48.342Z[ recovery-image] Aug 09 05:34:46.374 INFO O| Aug 09 05:34:46.374 INFO O| Done
33452024-08-09T05:34:48.438Z[ recovery-image] Aug 09 05:34:46.473 INFO O| Aug 09 05:34:46.473 INFO STEP 9 (pkg_change_facet) COMPLETE
33462024-08-09T05:34:48.438Z[ recovery-image] Aug 09 05:34:46.473 INFO O| Aug 09 05:34:46.473 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33472024-08-09T05:34:49.048Z[ recovery-image] Aug 09 05:34:47.083 INFO O| Aug 09 05:34:47.083 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33482024-08-09T05:34:49.942Z[ recovery-image] Aug 09 05:34:47.977 INFO O| Aug 09 05:34:47.977 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33492024-08-09T05:34:49.945Z[ recovery-image] Aug 09 05:34:47.979 INFO O| Aug 09 05:34:47.979 INFO O| Planning: Planning completed in 0.00 seconds
33502024-08-09T05:34:49.945Z[ recovery-image] Aug 09 05:34:47.980 INFO O| Aug 09 05:34:47.980 INFO O| Planning: Consolidating action changes ... Done
33512024-08-09T05:34:49.945Z[ recovery-image] Aug 09 05:34:47.980 INFO O| Aug 09 05:34:47.980 INFO O| Planning: Evaluating mediators ... Done
33522024-08-09T05:34:49.948Z[ recovery-image] Aug 09 05:34:47.981 INFO O| Aug 09 05:34:47.981 INFO O| Planning: Planning completed in 0.00 seconds
33532024-08-09T05:34:49.948Z[ recovery-image] Aug 09 05:34:47.981 INFO O| Aug 09 05:34:47.981 INFO O| Variants/Facets to change: 1
33542024-08-09T05:34:50.012Z[ recovery-image] Aug 09 05:34:48.047 INFO O| Aug 09 05:34:48.047 INFO O| Done
33552024-08-09T05:34:50.012Z[ recovery-image] Aug 09 05:34:48.047 INFO O| Aug 09 05:34:48.047 INFO O| Done
33562024-08-09T05:34:50.492Z[ recovery-image] Aug 09 05:34:48.526 INFO O| Aug 09 05:34:48.526 INFO O| Done
33572024-08-09T05:34:50.541Z[ recovery-image] Aug 09 05:34:48.576 INFO O| Aug 09 05:34:48.576 INFO O| Done
33582024-08-09T05:34:50.544Z[ recovery-image] Aug 09 05:34:48.577 INFO O| Aug 09 05:34:48.577 INFO O| Done
33592024-08-09T05:34:50.544Z[ recovery-image] Aug 09 05:34:48.578 INFO O| Aug 09 05:34:48.578 INFO O| Done
33602024-08-09T05:34:50.547Z[ recovery-image] Aug 09 05:34:48.580 INFO O| Aug 09 05:34:48.580 INFO O| Done
33612024-08-09T05:34:50.664Z[ recovery-image] Aug 09 05:34:48.698 INFO O| Aug 09 05:34:48.698 INFO STEP 10 (pkg_change_facet) COMPLETE
33622024-08-09T05:34:50.664Z[ recovery-image] Aug 09 05:34:48.698 INFO O| Aug 09 05:34:48.698 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33632024-08-09T05:34:50.682Z[ recovery-image] Aug 09 05:34:48.717 INFO O| Aug 09 05:34:48.717 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"]
33642024-08-09T05:34:51.740Z[ recovery-image] Aug 09 05:34:49.775 INFO O| Aug 09 05:34:49.775 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33652024-08-09T05:34:53.067Z[ host-image] Aug 09 05:34:51.101 INFO O| Aug 09 05:34:51.101 INFO O| Planning: Solver setup ... Done
33662024-08-09T05:35:07.817Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33672024-08-09T05:35:13.843Z[ host-image] Aug 09 05:35:11.873 INFO O| Aug 09 05:35:11.873 INFO O| Planning: Running solver ... Done
33682024-08-09T05:35:14.144Z[ host-image] Aug 09 05:35:12.174 INFO O| Aug 09 05:35:12.174 INFO O| Planning: Finding local manifests ... Done
33692024-08-09T05:35:14.160Z[ host-image] Aug 09 05:35:12.190 INFO O| Aug 09 05:35:12.190 INFO O| Planning: Fetching manifests: 0/124 0% complete
33702024-08-09T05:35:18.674Z[ host-image] Aug 09 05:35:16.703 INFO O| Aug 09 05:35:16.703 INFO O| Planning: Fetching manifests: 124/124 100% complete
33712024-08-09T05:35:20.018Z[ host-image] Aug 09 05:35:18.046 INFO O| Aug 09 05:35:18.046 INFO O| Planning: Package planning ... Done
33722024-08-09T05:35:20.447Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33732024-08-09T05:35:21.375Z[ recovery-image] Aug 09 05:35:19.404 INFO O| Aug 09 05:35:19.404 INFO O| Planning: Solver setup ... Done
33742024-08-09T05:35:21.686Z[ host-image] Aug 09 05:35:19.714 INFO O| Aug 09 05:35:19.714 INFO O| Planning: Merging actions ... Done
33752024-08-09T05:35:22.251Z[ host-image] Aug 09 05:35:20.280 INFO O| Aug 09 05:35:20.279 INFO O| Planning: Checking for conflicting actions ... Done
33762024-08-09T05:35:22.618Z[ host-image] Aug 09 05:35:20.646 INFO O| Aug 09 05:35:20.646 INFO O| Planning: Consolidating action changes ... Done
33772024-08-09T05:35:22.948Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33782024-08-09T05:35:23.091Z[ host-image] Aug 09 05:35:21.119 INFO O| Aug 09 05:35:21.119 INFO O| Planning: Evaluating mediators ... Done
33792024-08-09T05:35:29.904Z[ host-image] Aug 09 05:35:27.931 INFO O| Aug 09 05:35:27.931 INFO O| Planning: Planning completed in 61.36 seconds
33802024-08-09T05:35:29.911Z[ host-image] Aug 09 05:35:27.938 INFO O| Aug 09 05:35:27.938 INFO O| Packages to install: 124
33812024-08-09T05:35:29.914Z[ host-image] Aug 09 05:35:27.938 INFO O| Aug 09 05:35:27.938 INFO O| Mediators to change: 4
33822024-08-09T05:35:29.914Z[ host-image] Aug 09 05:35:27.938 INFO O| Aug 09 05:35:27.938 INFO O| Services to change: 6
33832024-08-09T05:35:30.034Z[ host-image] Aug 09 05:35:28.061 INFO O| Aug 09 05:35:28.061 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
33842024-08-09T05:35:35.040Z[ host-image] Aug 09 05:35:33.066 INFO O| Aug 09 05:35:33.066 INFO O| Download: 1279/22727 items 7.1/196.4MB 3% complete (1.5M/s)
33852024-08-09T05:35:40.318Z[ host-image] Aug 09 05:35:38.343 INFO O| Aug 09 05:35:38.343 INFO O| Download: 1805/22727 items 16.2/196.4MB 8% complete (1.5M/s)
33862024-08-09T05:35:41.382Z[ recovery-image] Aug 09 05:35:39.407 INFO O| Aug 09 05:35:39.406 INFO O| Planning: Running solver ... Done
33872024-08-09T05:35:41.660Z[ recovery-image] Aug 09 05:35:39.684 INFO O| Aug 09 05:35:39.684 INFO O| Planning: Finding local manifests ... Done
33882024-08-09T05:35:41.676Z[ recovery-image] Aug 09 05:35:39.701 INFO O| Aug 09 05:35:39.701 INFO O| Planning: Fetching manifests: 0/124 0% complete
33892024-08-09T05:35:44.829Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33902024-08-09T05:35:46.341Z[ host-image] Aug 09 05:35:43.362 INFO O| Aug 09 05:35:43.362 INFO O| Download: 2476/22727 items 29.0/196.4MB 14% complete (2.1M/s)
33912024-08-09T05:35:46.344Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33922024-08-09T05:35:46.412Z[ recovery-image] Aug 09 05:35:44.436 INFO O| Aug 09 05:35:44.436 INFO O| Planning: Fetching manifests: 124/124 100% complete
33932024-08-09T05:35:47.564Z[ recovery-image] Aug 09 05:35:45.588 INFO O| Aug 09 05:35:45.588 INFO O| Planning: Package planning ... Done
33942024-08-09T05:35:48.381Z[ recovery-image] Aug 09 05:35:46.404 INFO O| Aug 09 05:35:46.404 INFO O| Planning: Merging actions ... Done
33952024-08-09T05:35:48.542Z[ recovery-image] Aug 09 05:35:46.565 INFO O| Aug 09 05:35:46.565 INFO O| Planning: Checking for conflicting actions ... Done
33962024-08-09T05:35:48.696Z[ recovery-image] Aug 09 05:35:46.720 INFO O| Aug 09 05:35:46.720 INFO O| Planning: Consolidating action changes ... Done
33972024-08-09T05:35:49.070Z[ recovery-image] Aug 09 05:35:47.093 INFO O| Aug 09 05:35:47.093 INFO O| Planning: Evaluating mediators ... Done
33982024-08-09T05:35:50.348Z[ host-image] Aug 09 05:35:48.371 INFO O| Aug 09 05:35:48.371 INFO O| Download: 3506/22727 items 35.7/196.4MB 18% complete (1.9M/s)
33992024-08-09T05:35:55.489Z[ host-image] Aug 09 05:35:53.511 INFO O| Aug 09 05:35:53.511 INFO O| Download: 4629/22727 items 42.8/196.4MB 21% complete (1.4M/s)
34002024-08-09T05:35:55.644Z[ recovery-image] Aug 09 05:35:53.666 INFO O| Aug 09 05:35:53.666 INFO O| Planning: Planning completed in 63.89 seconds
34012024-08-09T05:35:55.652Z[ recovery-image] Aug 09 05:35:53.674 INFO O| Aug 09 05:35:53.674 INFO O| Packages to install: 124
34022024-08-09T05:35:55.655Z[ recovery-image] Aug 09 05:35:53.674 INFO O| Aug 09 05:35:53.674 INFO O| Mediators to change: 4
34032024-08-09T05:35:55.655Z[ recovery-image] Aug 09 05:35:53.674 INFO O| Aug 09 05:35:53.674 INFO O| Services to change: 5
34042024-08-09T05:35:55.748Z[ recovery-image] Aug 09 05:35:53.753 INFO O| Aug 09 05:35:53.753 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34052024-08-09T05:35:55.888Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34062024-08-09T05:36:00.490Z[ host-image] Aug 09 05:35:58.512 INFO O| Aug 09 05:35:58.511 INFO O| Download: 5405/22727 items 46.0/196.4MB 23% complete (1.1M/s)
34072024-08-09T05:36:01.502Z[ recovery-image] Aug 09 05:35:59.523 INFO O| Aug 09 05:35:59.523 INFO O| Download: 1008/15831 items 7.9/173.2MB 4% complete (1.8M/s)
34082024-08-09T05:36:05.498Z[ host-image] Aug 09 05:36:03.518 INFO O| Aug 09 05:36:03.518 INFO O| Download: 6402/22727 items 46.6/196.4MB 23% complete (392k/s)
34092024-08-09T05:36:06.889Z[ recovery-image] Aug 09 05:36:04.909 INFO O| Aug 09 05:36:04.909 INFO O| Download: 1187/15831 items 14.9/173.2MB 8% complete (1.3M/s)
34102024-08-09T05:36:10.511Z[ host-image] Aug 09 05:36:08.530 INFO O| Aug 09 05:36:08.530 INFO O| Download: 7057/22727 items 56.2/196.4MB 28% complete (967k/s)
34112024-08-09T05:36:12.021Z[ recovery-image] Aug 09 05:36:10.039 INFO O| Aug 09 05:36:10.039 INFO O| Download: 1613/15831 items 25.0/173.2MB 14% complete (1.7M/s)
34122024-08-09T05:36:15.634Z[ host-image] Aug 09 05:36:13.652 INFO O| Aug 09 05:36:13.652 INFO O| Download: 8065/22727 items 60.3/196.4MB 30% complete (1.3M/s)
34132024-08-09T05:36:17.069Z[ recovery-image] Aug 09 05:36:15.087 INFO O| Aug 09 05:36:15.087 INFO O| Download: 2671/15831 items 33.0/173.2MB 19% complete (1.8M/s)
34142024-08-09T05:36:17.709Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34152024-08-09T05:36:17.905Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34162024-08-09T05:36:19.396Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34172024-08-09T05:36:20.635Z[ host-image] Aug 09 05:36:18.652 INFO O| Aug 09 05:36:18.652 INFO O| Download: 8332/22727 items 68.7/196.4MB 34% complete (1.2M/s)
34182024-08-09T05:36:23.239Z[ recovery-image] Aug 09 05:36:21.246 INFO O| Aug 09 05:36:21.246 INFO O| Download: 3604/15831 items 39.0/173.2MB 22% complete (1.6M/s)
34192024-08-09T05:36:25.636Z[ host-image] Aug 09 05:36:23.652 INFO O| Aug 09 05:36:23.652 INFO O| Download: 9383/22727 items 81.5/196.4MB 41% complete (2.1M/s)
34202024-08-09T05:36:28.467Z[ recovery-image] Aug 09 05:36:26.483 INFO O| Aug 09 05:36:26.483 INFO O| Download: 3750/15831 items 41.9/173.2MB 24% complete (844k/s)
34212024-08-09T05:36:30.883Z[ host-image] Aug 09 05:36:28.898 INFO O| Aug 09 05:36:28.898 INFO O| Download: 10410/22727 items 88.0/196.4MB 44% complete (2.3M/s)
34222024-08-09T05:36:33.989Z[ recovery-image] Aug 09 05:36:32.003 INFO O| Aug 09 05:36:32.003 INFO O| Download: 4773/15831 items 43.0/173.2MB 24% complete (412k/s)
34232024-08-09T05:36:35.917Z[ host-image] Aug 09 05:36:33.931 INFO O| Aug 09 05:36:33.931 INFO O| Download: 11090/22727 items 92.0/196.4MB 46% complete (1.1M/s)
34242024-08-09T05:36:39.113Z[ recovery-image] Aug 09 05:36:37.126 INFO O| Aug 09 05:36:37.126 INFO O| Download: 5657/15831 items 44.5/173.2MB 25% complete (216k/s)
34252024-08-09T05:36:40.939Z[ host-image] Aug 09 05:36:38.952 INFO O| Aug 09 05:36:38.952 INFO O| Download: 11569/22727 items 96.2/196.4MB 48% complete (843k/s)
34262024-08-09T05:36:44.272Z[ recovery-image] Aug 09 05:36:42.285 INFO O| Aug 09 05:36:42.285 INFO O| Download: 6004/15831 items 54.1/173.2MB 31% complete (1.1M/s)
34272024-08-09T05:36:45.940Z[ host-image] Aug 09 05:36:43.952 INFO O| Aug 09 05:36:43.952 INFO O| Download: 12143/22727 items 108.0/196.4MB 54% complete (1.5M/s)
34282024-08-09T05:36:50.843Z[ recovery-image] Aug 09 05:36:48.854 INFO O| Aug 09 05:36:48.854 INFO O| Download: 7206/15831 items 73.2/173.2MB 42% complete (2.9M/s)
34292024-08-09T05:36:50.942Z[ host-image] Aug 09 05:36:48.953 INFO O| Aug 09 05:36:48.953 INFO O| Download: 12829/22727 items 109.6/196.4MB 55% complete (1.3M/s)
34302024-08-09T05:36:55.844Z[ recovery-image] Aug 09 05:36:53.854 INFO O| Aug 09 05:36:53.854 INFO O| Download: 7865/15831 items 75.7/173.2MB 43% complete (1.5M/s)
34312024-08-09T05:36:55.945Z[ host-image] Aug 09 05:36:53.956 INFO O| Aug 09 05:36:53.955 INFO O| Download: 13792/22727 items 110.1/196.4MB 56% complete (297k/s)
34322024-08-09T05:37:00.846Z[ recovery-image] Aug 09 05:36:58.855 INFO O| Aug 09 05:36:58.855 INFO O| Download: 8592/15831 items 79.9/173.2MB 46% complete (681k/s)
34332024-08-09T05:37:01.480Z[ host-image] Aug 09 05:36:59.489 INFO O| Aug 09 05:36:59.489 INFO O| Download: 14501/22727 items 116.5/196.4MB 59% complete (625k/s)
34342024-08-09T05:37:05.929Z[ recovery-image] Aug 09 05:37:03.937 INFO O| Aug 09 05:37:03.937 INFO O| Download: 8844/15831 items 91.9/173.2MB 53% complete (1.7M/s)
34352024-08-09T05:37:06.481Z[ host-image] Aug 09 05:37:04.489 INFO O| Aug 09 05:37:04.489 INFO O| Download: 15546/22727 items 121.9/196.4MB 62% complete (1.2M/s)
34362024-08-09T05:37:10.935Z[ recovery-image] Aug 09 05:37:08.943 INFO O| Aug 09 05:37:08.943 INFO O| Download: 9738/15831 items 93.0/173.2MB 53% complete (1.3M/s)
34372024-08-09T05:37:11.502Z[ host-image] Aug 09 05:37:09.510 INFO O| Aug 09 05:37:09.509 INFO O| Download: 16203/22727 items 133.0/196.4MB 67% complete (1.7M/s)
34382024-08-09T05:37:16.075Z[ recovery-image] Aug 09 05:37:14.081 INFO O| Aug 09 05:37:14.081 INFO O| Download: 10536/15831 items 93.4/173.2MB 53% complete (155k/s)
34392024-08-09T05:37:16.505Z[ host-image] Aug 09 05:37:14.511 INFO O| Aug 09 05:37:14.511 INFO O| Download: 17162/22727 items 134.7/196.4MB 68% complete (1.3M/s)
34402024-08-09T05:37:21.139Z[ recovery-image] Aug 09 05:37:19.145 INFO O| Aug 09 05:37:19.144 INFO O| Download: 11039/15831 items 95.2/173.2MB 54% complete (198k/s)
34412024-08-09T05:37:21.903Z[ host-image] Aug 09 05:37:19.908 INFO O| Aug 09 05:37:19.908 INFO O| Download: 17856/22727 items 149.9/196.4MB 76% complete (1.9M/s)
34422024-08-09T05:37:26.752Z[ recovery-image] Aug 09 05:37:24.756 INFO O| Aug 09 05:37:24.756 INFO O| Download: 11506/15831 items 111.2/173.2MB 64% complete (1.7M/s)
34432024-08-09T05:37:26.905Z[ host-image] Aug 09 05:37:24.909 INFO O| Aug 09 05:37:24.909 INFO O| Download: 18935/22727 items 163.7/196.4MB 83% complete (2.9M/s)
34442024-08-09T05:37:31.871Z[ recovery-image] Aug 09 05:37:29.874 INFO O| Aug 09 05:37:29.874 INFO O| Download: 11923/15831 items 128.2/173.2MB 74% complete (3.0M/s)
34452024-08-09T05:37:31.907Z[ host-image] Aug 09 05:37:29.911 INFO O| Aug 09 05:37:29.910 INFO O| Download: 20355/22727 items 168.6/196.4MB 85% complete (1.9M/s)
34462024-08-09T05:37:36.957Z[ recovery-image] Aug 09 05:37:34.959 INFO O| Aug 09 05:37:34.959 INFO O| Download: 13002/15831 items 141.9/173.2MB 81% complete (3.2M/s)
34472024-08-09T05:37:37.126Z[ host-image] Aug 09 05:37:35.128 INFO O| Aug 09 05:37:35.128 INFO O| Download: 20593/22727 items 169.4/196.4MB 86% complete (1.6M/s)
34482024-08-09T05:37:41.997Z[ recovery-image] Aug 09 05:37:39.998 INFO O| Aug 09 05:37:39.998 INFO O| Download: 14025/15831 items 145.5/173.2MB 84% complete (1.8M/s)
34492024-08-09T05:37:42.194Z[ host-image] Aug 09 05:37:40.196 INFO O| Aug 09 05:37:40.195 INFO O| Download: 20945/22727 items 175.8/196.4MB 89% complete (845k/s)
34502024-08-09T05:37:47.058Z[ recovery-image] Aug 09 05:37:45.058 INFO O| Aug 09 05:37:45.058 INFO O| Download: 14675/15831 items 147.8/173.2MB 85% complete (640k/s)
34512024-08-09T05:37:47.196Z[ host-image] Aug 09 05:37:45.197 INFO O| Aug 09 05:37:45.196 INFO O| Download: 21695/22727 items 180.6/196.4MB 91% complete (1.1M/s)
34522024-08-09T05:37:52.216Z[ host-image] Aug 09 05:37:50.215 INFO O| Aug 09 05:37:50.215 INFO O| Download: 22126/22727 items 194.1/196.4MB 98% complete (1.8M/s)
34532024-08-09T05:37:52.328Z[ recovery-image] Aug 09 05:37:50.327 INFO O| Aug 09 05:37:50.327 INFO O| Download: 15250/15831 items 157.9/173.2MB 91% complete (1.1M/s)
34542024-08-09T05:37:55.367Z[ host-image] Aug 09 05:37:53.366 INFO O| Aug 09 05:37:53.366 INFO O| Download: Completed 196.39 MB in 145.30 seconds (1.4M/s)
34552024-08-09T05:37:56.918Z[ host-image] Aug 09 05:37:54.916 INFO O| Aug 09 05:37:54.916 INFO O| Actions: 1/49259 actions (Installing new actions)
34562024-08-09T05:37:57.670Z[ recovery-image] Aug 09 05:37:55.668 INFO O| Aug 09 05:37:55.668 INFO O| Download: 15664/15831 items 171.3/173.2MB 98% complete (2.3M/s)
34572024-08-09T05:37:58.642Z[ recovery-image] Aug 09 05:37:56.640 INFO O| Aug 09 05:37:56.640 INFO O| Download: Completed 173.16 MB in 122.89 seconds (1.4M/s)
34582024-08-09T05:37:59.853Z[ recovery-image] Aug 09 05:37:57.850 INFO O| Aug 09 05:37:57.850 INFO O| Actions: 1/24963 actions (Installing new actions)
34592024-08-09T05:38:01.920Z[ host-image] Aug 09 05:37:59.917 INFO O| Aug 09 05:37:59.917 INFO O| Actions: 8856/49259 actions (Installing new actions)
34602024-08-09T05:38:04.854Z[ recovery-image] Aug 09 05:38:02.851 INFO O| Aug 09 05:38:02.851 INFO O| Actions: 8856/24963 actions (Installing new actions)
34612024-08-09T05:38:06.921Z[ host-image] Aug 09 05:38:04.917 INFO O| Aug 09 05:38:04.917 INFO O| Actions: 14773/49259 actions (Installing new actions)
34622024-08-09T05:38:09.856Z[ recovery-image] Aug 09 05:38:07.851 INFO O| Aug 09 05:38:07.851 INFO O| Actions: 13312/24963 actions (Installing new actions)
34632024-08-09T05:38:11.922Z[ host-image] Aug 09 05:38:09.918 INFO O| Aug 09 05:38:09.917 INFO O| Actions: 20259/49259 actions (Installing new actions)
34642024-08-09T05:38:14.856Z[ recovery-image] Aug 09 05:38:12.851 INFO O| Aug 09 05:38:12.851 INFO O| Actions: 23539/24963 actions (Installing new actions)
34652024-08-09T05:38:16.923Z[ host-image] Aug 09 05:38:14.918 INFO O| Aug 09 05:38:14.918 INFO O| Actions: 28162/49259 actions (Installing new actions)
34662024-08-09T05:38:19.879Z[ recovery-image] Aug 09 05:38:17.872 INFO O| Aug 09 05:38:17.872 INFO O| Actions: 24538/24963 actions (Installing new actions)
34672024-08-09T05:38:20.491Z[ recovery-image] Aug 09 05:38:18.485 INFO O| Aug 09 05:38:18.485 INFO O| Actions: Completed 24963 actions in 20.63 seconds.
34682024-08-09T05:38:20.952Z[ recovery-image] Aug 09 05:38:18.944 INFO O| Aug 09 05:38:18.944 INFO O| Done
34692024-08-09T05:38:20.952Z[ recovery-image] Aug 09 05:38:18.944 INFO O| Aug 09 05:38:18.944 INFO O| Done
34702024-08-09T05:38:21.158Z[ host-image] Aug 09 05:38:19.152 INFO O| Aug 09 05:38:19.151 INFO O| Actions: Completed 49259 actions in 24.23 seconds.
34712024-08-09T05:38:21.513Z[ host-image] Aug 09 05:38:19.507 INFO O| Aug 09 05:38:19.507 INFO O| Done
34722024-08-09T05:38:21.513Z[ host-image] Aug 09 05:38:19.507 INFO O| Aug 09 05:38:19.507 INFO O| Done
34732024-08-09T05:38:21.786Z[ recovery-image] Aug 09 05:38:19.779 INFO O| Aug 09 05:38:19.779 INFO O| Done
34742024-08-09T05:38:22.431Z[ host-image] Aug 09 05:38:20.424 INFO O| Aug 09 05:38:20.424 INFO O| Done
34752024-08-09T05:38:22.826Z[ recovery-image] Aug 09 05:38:20.819 INFO O| Aug 09 05:38:20.819 INFO O| Done
34762024-08-09T05:38:22.849Z[ recovery-image] Aug 09 05:38:20.842 INFO O| Aug 09 05:38:20.842 INFO O| Done
34772024-08-09T05:38:24.937Z[ host-image] Aug 09 05:38:22.929 INFO O| Aug 09 05:38:22.929 INFO O| Done
34782024-08-09T05:38:24.977Z[ host-image] Aug 09 05:38:22.969 INFO O| Aug 09 05:38:22.969 INFO O| Done
34792024-08-09T05:38:33.644Z[ recovery-image] Aug 09 05:38:31.635 INFO O| Aug 09 05:38:31.635 INFO O| Done
34802024-08-09T05:38:34.471Z[ recovery-image] Aug 09 05:38:32.462 INFO O| Aug 09 05:38:32.462 INFO O| Done
34812024-08-09T05:38:34.795Z[ recovery-image] Aug 09 05:38:32.785 INFO O| Aug 09 05:38:32.785 INFO STEP 11 (pkg_install) COMPLETE
34822024-08-09T05:38:34.795Z[ recovery-image] Aug 09 05:38:32.786 INFO O| Aug 09 05:38:32.785 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34832024-08-09T05:38:34.795Z[ recovery-image] Aug 09 05:38:32.786 INFO O| Aug 09 05:38:32.785 INFO skip step because feature "recovery" is enabled
34842024-08-09T05:38:34.798Z[ recovery-image] Aug 09 05:38:32.786 INFO O| Aug 09 05:38:32.786 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34852024-08-09T05:38:34.798Z[ recovery-image] Aug 09 05:38:32.786 INFO O| Aug 09 05:38:32.786 INFO skip step because feature "omicron1" is not enabled
34862024-08-09T05:38:34.798Z[ recovery-image] Aug 09 05:38:32.786 INFO O| Aug 09 05:38:32.786 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34872024-08-09T05:38:34.812Z[ recovery-image] Aug 09 05:38:32.803 INFO O| Aug 09 05:38:32.803 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
34882024-08-09T05:38:36.022Z[ recovery-image] Aug 09 05:38:34.013 INFO O| Aug 09 05:38:34.012 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34892024-08-09T05:38:38.679Z[ recovery-image] Aug 09 05:38:36.669 INFO O| Aug 09 05:38:36.669 INFO O| Planning: Solver setup ... Done
34902024-08-09T05:38:38.685Z[ recovery-image] Aug 09 05:38:36.676 INFO O| Aug 09 05:38:36.676 INFO O| Planning: Running solver ... Done
34912024-08-09T05:38:38.741Z[ recovery-image] Aug 09 05:38:36.731 INFO O| Aug 09 05:38:36.731 INFO O| Planning: Finding local manifests ... Done
34922024-08-09T05:38:38.744Z[ recovery-image] Aug 09 05:38:36.732 INFO O| Aug 09 05:38:36.732 INFO O| Planning: Fetching manifests: 0/1 0% complete
34932024-08-09T05:38:38.849Z[ recovery-image] Aug 09 05:38:36.839 INFO O| Aug 09 05:38:36.839 INFO O| Planning: Fetching manifests: 1/1 100% complete
34942024-08-09T05:38:38.902Z[ recovery-image] Aug 09 05:38:36.892 INFO O| Aug 09 05:38:36.892 INFO O| Planning: Package planning ... Done
34952024-08-09T05:38:38.905Z[ recovery-image] Aug 09 05:38:36.893 INFO O| Aug 09 05:38:36.893 INFO O| Planning: Merging actions ... Done
34962024-08-09T05:38:38.972Z[ recovery-image] Aug 09 05:38:36.962 INFO O| Aug 09 05:38:36.962 INFO O| Planning: Checking for conflicting actions ... Done
34972024-08-09T05:38:38.975Z[ recovery-image] Aug 09 05:38:36.963 INFO O| Aug 09 05:38:36.963 INFO O| Planning: Consolidating action changes ... Done
34982024-08-09T05:38:39.256Z[ recovery-image] Aug 09 05:38:37.246 INFO O| Aug 09 05:38:37.246 INFO O| Planning: Evaluating mediators ... Done
34992024-08-09T05:38:39.259Z[ recovery-image] Aug 09 05:38:37.247 INFO O| Aug 09 05:38:37.247 INFO O| Planning: Planning completed in 3.23 seconds
35002024-08-09T05:38:39.259Z[ recovery-image] Aug 09 05:38:37.249 INFO O| Aug 09 05:38:37.249 INFO O| Packages to install: 1
35012024-08-09T05:38:39.277Z[ recovery-image] Aug 09 05:38:37.267 INFO O| Aug 09 05:38:37.267 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35022024-08-09T05:38:41.265Z[ host-image] Aug 09 05:38:39.255 INFO O| Aug 09 05:38:39.255 INFO O| Done
35032024-08-09T05:38:41.829Z[ recovery-image] Aug 09 05:38:39.819 INFO O| Aug 09 05:38:39.818 INFO O| Download: Completed 20.86 MB in 2.55 seconds (8.2M/s)
35042024-08-09T05:38:41.926Z[ recovery-image] Aug 09 05:38:39.916 INFO O| Aug 09 05:38:39.916 INFO O| Actions: 1/22 actions (Installing new actions)
35052024-08-09T05:38:42.139Z[ host-image] Aug 09 05:38:40.128 INFO O| Aug 09 05:38:40.128 INFO O| Done
35062024-08-09T05:38:42.453Z[ host-image] Aug 09 05:38:40.443 INFO O| Aug 09 05:38:40.443 INFO STEP 11 (pkg_install) COMPLETE
35072024-08-09T05:38:42.453Z[ host-image] Aug 09 05:38:40.443 INFO O| Aug 09 05:38:40.443 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35082024-08-09T05:38:42.471Z[ host-image] Aug 09 05:38:40.461 INFO O| Aug 09 05:38:40.461 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35092024-08-09T05:38:43.027Z[ recovery-image] Aug 09 05:38:41.016 INFO O| Aug 09 05:38:41.016 INFO O| Actions: Completed 22 actions in 1.10 seconds.
35102024-08-09T05:38:43.518Z[ recovery-image] Aug 09 05:38:41.507 INFO O| Aug 09 05:38:41.507 INFO O| Done
35112024-08-09T05:38:43.518Z[ recovery-image] Aug 09 05:38:41.507 INFO O| Aug 09 05:38:41.507 INFO O| Done
35122024-08-09T05:38:43.606Z[ host-image] Aug 09 05:38:41.595 INFO O| Aug 09 05:38:41.595 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35132024-08-09T05:38:44.376Z[ recovery-image] Aug 09 05:38:42.365 INFO O| Aug 09 05:38:42.365 INFO O| Done
35142024-08-09T05:38:46.977Z[ recovery-image] Aug 09 05:38:44.966 INFO O| Aug 09 05:38:44.966 INFO O| Done
35152024-08-09T05:38:47.005Z[ recovery-image] Aug 09 05:38:44.994 INFO O| Aug 09 05:38:44.994 INFO O| Done
35162024-08-09T05:38:47.008Z[ recovery-image] Aug 09 05:38:44.994 INFO O| Aug 09 05:38:44.994 INFO O| Done
35172024-08-09T05:38:47.025Z[ recovery-image] Aug 09 05:38:45.014 INFO O| Aug 09 05:38:45.013 INFO O| Done
35182024-08-09T05:38:47.202Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO STEP 14 (pkg_install) COMPLETE
35192024-08-09T05:38:47.202Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-08-09T05:38:47.202Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO skip step because feature "mfg" is not enabled
35212024-08-09T05:38:47.205Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35222024-08-09T05:38:47.205Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO skip step because feature "compliance" is not enabled
35232024-08-09T05:38:47.205Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35242024-08-09T05:38:47.205Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO skip step because feature "stress" is not enabled
35252024-08-09T05:38:47.205Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-08-09T05:38:47.205Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO skip step because feature "nfs" is not enabled
35272024-08-09T05:38:47.205Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35282024-08-09T05:38:47.205Z[ recovery-image] Aug 09 05:38:45.190 INFO O| Aug 09 05:38:45.190 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35292024-08-09T05:38:47.296Z[ host-image] Aug 09 05:38:45.284 INFO O| Aug 09 05:38:45.284 INFO O| Planning: Solver setup ... Done
35302024-08-09T05:38:47.299Z[ recovery-image] Aug 09 05:38:45.286 INFO O| Aug 09 05:38:45.286 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35312024-08-09T05:38:47.303Z[ host-image] Aug 09 05:38:45.292 INFO O| Aug 09 05:38:45.292 INFO O| Planning: Running solver ... Done
35322024-08-09T05:38:47.369Z[ host-image] Aug 09 05:38:45.357 INFO O| Aug 09 05:38:45.357 INFO O| Planning: Finding local manifests ... Done
35332024-08-09T05:38:47.371Z[ host-image] Aug 09 05:38:45.359 INFO O| Aug 09 05:38:45.359 INFO O| Planning: Fetching manifests: 0/4 0% complete
35342024-08-09T05:38:47.410Z[ recovery-image] Aug 09 05:38:45.399 INFO O| Aug 09 05:38:45.399 INFO completed processing gimlet/ramdisk-01-os
35352024-08-09T05:38:47.413Z[ recovery-image] Aug 09 05:38:45.402 INFO image builder template: ramdisk-02-trim...
35362024-08-09T05:38:47.413Z[ recovery-image] Aug 09 05:38:45.402 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/.tmp1k6ZCO/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
35372024-08-09T05:38:47.453Z[ recovery-image] Aug 09 05:38:45.442 INFO O| Aug 09 05:38:45.441 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35382024-08-09T05:38:47.470Z[ recovery-image] Aug 09 05:38:45.458 INFO O| Aug 09 05:38:45.458 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35392024-08-09T05:38:47.579Z[ host-image] Aug 09 05:38:45.568 INFO O| Aug 09 05:38:45.567 INFO O| Planning: Fetching manifests: 4/4 100% complete
35402024-08-09T05:38:47.582Z[ recovery-image] Aug 09 05:38:45.568 INFO O| Aug 09 05:38:45.568 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35412024-08-09T05:38:47.619Z[ host-image] Aug 09 05:38:45.608 INFO O| Aug 09 05:38:45.607 INFO O| Planning: Package planning ... Done
35422024-08-09T05:38:47.623Z[ host-image] Aug 09 05:38:45.612 INFO O| Aug 09 05:38:45.612 INFO O| Planning: Merging actions ... Done
35432024-08-09T05:38:47.705Z[ recovery-image] Aug 09 05:38:45.693 INFO O| Aug 09 05:38:45.693 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35442024-08-09T05:38:47.705Z[ recovery-image] Aug 09 05:38:45.694 INFO O| Aug 09 05:38:45.694 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35452024-08-09T05:38:47.714Z[ recovery-image] Aug 09 05:38:45.703 INFO O| Aug 09 05:38:45.703 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35462024-08-09T05:38:47.721Z[ recovery-image] Aug 09 05:38:45.710 INFO O| Aug 09 05:38:45.710 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35472024-08-09T05:38:47.744Z[ recovery-image] Aug 09 05:38:45.732 INFO O| Aug 09 05:38:45.732 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35482024-08-09T05:38:47.876Z[ host-image] Aug 09 05:38:45.864 INFO O| Aug 09 05:38:45.864 INFO O| Planning: Checking for conflicting actions ... Done
35492024-08-09T05:38:47.879Z[ host-image] Aug 09 05:38:45.866 INFO O| Aug 09 05:38:45.866 INFO O| Planning: Consolidating action changes ... Done
35502024-08-09T05:38:48.251Z[ recovery-image] Aug 09 05:38:46.240 INFO O| Aug 09 05:38:46.240 INFO rolled back to input snapshot; work may begin
35512024-08-09T05:38:48.251Z[ recovery-image] Aug 09 05:38:46.240 INFO O| Aug 09 05:38:46.240 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35522024-08-09T05:38:48.261Z[ recovery-image] Aug 09 05:38:46.249 INFO O| Aug 09 05:38:46.249 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35532024-08-09T05:38:48.278Z[ recovery-image] Aug 09 05:38:46.267 INFO O| Aug 09 05:38:46.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35542024-08-09T05:38:48.317Z[ host-image] Aug 09 05:38:46.305 INFO O| Aug 09 05:38:46.305 INFO O| Planning: Evaluating mediators ... Done
35552024-08-09T05:38:48.320Z[ host-image] Aug 09 05:38:46.307 INFO O| Aug 09 05:38:46.307 INFO O| Planning: Planning completed in 4.71 seconds
35562024-08-09T05:38:48.323Z[ host-image] Aug 09 05:38:46.310 INFO O| Aug 09 05:38:46.310 INFO O| Packages to install: 4
35572024-08-09T05:38:48.323Z[ host-image] Aug 09 05:38:46.310 INFO O| Aug 09 05:38:46.310 INFO O| Services to change: 2
35582024-08-09T05:38:48.342Z[ host-image] Aug 09 05:38:46.330 INFO O| Aug 09 05:38:46.330 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
35592024-08-09T05:38:48.487Z[ recovery-image] Aug 09 05:38:46.475 INFO O| Aug 09 05:38:46.475 INFO STEP 0 (remove_files) COMPLETE
35602024-08-09T05:38:48.490Z[ recovery-image] Aug 09 05:38:46.476 INFO O| Aug 09 05:38:46.475 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35612024-08-09T05:38:48.506Z[ recovery-image] Aug 09 05:38:46.494 INFO O| Aug 09 05:38:46.494 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35622024-08-09T05:38:48.509Z[ recovery-image] Aug 09 05:38:46.498 INFO O| Aug 09 05:38:46.497 INFO STEP 1 (remove_files) COMPLETE
35632024-08-09T05:38:48.512Z[ recovery-image] Aug 09 05:38:46.498 INFO O| Aug 09 05:38:46.497 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35642024-08-09T05:38:48.527Z[ recovery-image] Aug 09 05:38:46.515 INFO O| Aug 09 05:38:46.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35652024-08-09T05:38:48.546Z[ recovery-image] Aug 09 05:38:46.534 INFO O| Aug 09 05:38:46.534 INFO STEP 2 (remove_files) COMPLETE
35662024-08-09T05:38:48.546Z[ recovery-image] Aug 09 05:38:46.534 INFO O| Aug 09 05:38:46.534 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35672024-08-09T05:38:48.563Z[ recovery-image] Aug 09 05:38:46.551 INFO O| Aug 09 05:38:46.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35682024-08-09T05:38:48.567Z[ recovery-image] Aug 09 05:38:46.554 INFO O| Aug 09 05:38:46.554 INFO STEP 3 (remove_files) COMPLETE
35692024-08-09T05:38:48.567Z[ recovery-image] Aug 09 05:38:46.554 INFO O| Aug 09 05:38:46.554 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35702024-08-09T05:38:48.582Z[ recovery-image] Aug 09 05:38:46.570 INFO O| Aug 09 05:38:46.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35712024-08-09T05:38:48.588Z[ recovery-image] Aug 09 05:38:46.576 INFO O| Aug 09 05:38:46.576 INFO STEP 4 (remove_files) COMPLETE
35722024-08-09T05:38:48.588Z[ recovery-image] Aug 09 05:38:46.576 INFO O| Aug 09 05:38:46.576 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35732024-08-09T05:38:48.604Z[ recovery-image] Aug 09 05:38:46.593 INFO O| Aug 09 05:38:46.592 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35742024-08-09T05:38:48.607Z[ recovery-image] Aug 09 05:38:46.593 INFO O| Aug 09 05:38:46.593 INFO STEP 5 (remove_files) COMPLETE
35752024-08-09T05:38:48.607Z[ recovery-image] Aug 09 05:38:46.593 INFO O| Aug 09 05:38:46.593 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35762024-08-09T05:38:48.622Z[ recovery-image] Aug 09 05:38:46.610 INFO O| Aug 09 05:38:46.610 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35772024-08-09T05:38:48.639Z[ recovery-image] Aug 09 05:38:46.627 INFO O| Aug 09 05:38:46.627 INFO STEP 6 (remove_files) COMPLETE
35782024-08-09T05:38:48.639Z[ recovery-image] Aug 09 05:38:46.627 INFO O| Aug 09 05:38:46.627 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35792024-08-09T05:38:48.639Z[ recovery-image] Aug 09 05:38:46.627 INFO O| Aug 09 05:38:46.627 INFO skip step because feature "recovery" is enabled
35802024-08-09T05:38:48.639Z[ recovery-image] Aug 09 05:38:46.627 INFO O| Aug 09 05:38:46.627 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35812024-08-09T05:38:48.642Z[ recovery-image] Aug 09 05:38:46.627 INFO O| Aug 09 05:38:46.627 INFO skip step because feature "recovery" is enabled
35822024-08-09T05:38:48.642Z[ recovery-image] Aug 09 05:38:46.627 INFO O| Aug 09 05:38:46.627 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35832024-08-09T05:38:48.642Z[ recovery-image] Aug 09 05:38:46.627 INFO O| Aug 09 05:38:46.627 INFO skip step because feature "recovery" is enabled
35842024-08-09T05:38:48.642Z[ recovery-image] Aug 09 05:38:46.627 INFO O| Aug 09 05:38:46.627 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35852024-08-09T05:38:48.656Z[ recovery-image] Aug 09 05:38:46.644 INFO O| Aug 09 05:38:46.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
35862024-08-09T05:38:48.661Z[ recovery-image] Aug 09 05:38:46.649 INFO O| Aug 09 05:38:46.649 INFO STEP 10 (remove_files) COMPLETE
35872024-08-09T05:38:48.661Z[ recovery-image] Aug 09 05:38:46.649 INFO O| Aug 09 05:38:46.649 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35882024-08-09T05:38:48.677Z[ recovery-image] Aug 09 05:38:46.665 INFO O| Aug 09 05:38:46.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
35892024-08-09T05:38:48.680Z[ recovery-image] Aug 09 05:38:46.666 INFO O| Aug 09 05:38:46.666 INFO STEP 11 (remove_files) COMPLETE
35902024-08-09T05:38:48.680Z[ recovery-image] Aug 09 05:38:46.667 INFO O| Aug 09 05:38:46.666 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35912024-08-09T05:38:48.739Z[ recovery-image] Aug 09 05:38:46.727 INFO O| Aug 09 05:38:46.727 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
35922024-08-09T05:38:48.742Z[ recovery-image] Aug 09 05:38:46.730 INFO O| Aug 09 05:38:46.730 INFO STEP 12 (remove_files) COMPLETE
35932024-08-09T05:38:48.742Z[ recovery-image] Aug 09 05:38:46.730 INFO O| Aug 09 05:38:46.730 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35942024-08-09T05:38:48.935Z[ recovery-image] Aug 09 05:38:46.924 INFO O| Aug 09 05:38:46.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
35952024-08-09T05:38:48.938Z[ recovery-image] Aug 09 05:38:46.925 INFO O| Aug 09 05:38:46.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
35962024-08-09T05:38:48.945Z[ recovery-image] Aug 09 05:38:46.934 INFO O| Aug 09 05:38:46.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
35972024-08-09T05:38:48.948Z[ recovery-image] Aug 09 05:38:46.934 INFO O| Aug 09 05:38:46.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
35982024-08-09T05:38:49.181Z[ recovery-image] Aug 09 05:38:47.169 INFO O| Aug 09 05:38:47.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
35992024-08-09T05:38:49.190Z[ recovery-image] Aug 09 05:38:47.177 INFO O| Aug 09 05:38:47.177 INFO STEP 13 (remove_files) COMPLETE
36002024-08-09T05:38:49.190Z[ recovery-image] Aug 09 05:38:47.177 INFO O| Aug 09 05:38:47.177 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36012024-08-09T05:38:49.206Z[ recovery-image] Aug 09 05:38:47.194 INFO O| Aug 09 05:38:47.194 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36022024-08-09T05:38:49.209Z[ recovery-image] Aug 09 05:38:47.197 INFO O| Aug 09 05:38:47.197 INFO STEP 14 (remove_files) COMPLETE
36032024-08-09T05:38:49.209Z[ recovery-image] Aug 09 05:38:47.197 INFO O| Aug 09 05:38:47.197 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36042024-08-09T05:38:49.226Z[ recovery-image] Aug 09 05:38:47.215 INFO O| Aug 09 05:38:47.214 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36052024-08-09T05:38:49.236Z[ recovery-image] Aug 09 05:38:47.224 INFO O| Aug 09 05:38:47.224 INFO STEP 15 (remove_files) COMPLETE
36062024-08-09T05:38:49.236Z[ recovery-image] Aug 09 05:38:47.224 INFO O| Aug 09 05:38:47.224 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36072024-08-09T05:38:49.255Z[ recovery-image] Aug 09 05:38:47.243 INFO O| Aug 09 05:38:47.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36082024-08-09T05:38:49.258Z[ recovery-image] Aug 09 05:38:47.244 INFO O| Aug 09 05:38:47.244 INFO STEP 16 (remove_files) COMPLETE
36092024-08-09T05:38:49.258Z[ recovery-image] Aug 09 05:38:47.244 INFO O| Aug 09 05:38:47.244 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36102024-08-09T05:38:49.274Z[ recovery-image] Aug 09 05:38:47.262 INFO O| Aug 09 05:38:47.262 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36112024-08-09T05:38:49.277Z[ recovery-image] Aug 09 05:38:47.264 INFO O| Aug 09 05:38:47.264 INFO STEP 17 (remove_files) COMPLETE
36122024-08-09T05:38:49.277Z[ recovery-image] Aug 09 05:38:47.264 INFO O| Aug 09 05:38:47.264 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36132024-08-09T05:38:49.292Z[ recovery-image] Aug 09 05:38:47.281 INFO O| Aug 09 05:38:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36142024-08-09T05:38:49.296Z[ recovery-image] Aug 09 05:38:47.281 INFO O| Aug 09 05:38:47.281 INFO STEP 18 (remove_files) COMPLETE
36152024-08-09T05:38:49.296Z[ recovery-image] Aug 09 05:38:47.281 INFO O| Aug 09 05:38:47.281 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36162024-08-09T05:38:49.323Z[ recovery-image] Aug 09 05:38:47.312 INFO O| Aug 09 05:38:47.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36172024-08-09T05:38:49.323Z[ recovery-image] Aug 09 05:38:47.312 INFO O| Aug 09 05:38:47.312 INFO STEP 19 (remove_files) COMPLETE
36182024-08-09T05:38:49.326Z[ recovery-image] Aug 09 05:38:47.312 INFO O| Aug 09 05:38:47.312 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36192024-08-09T05:38:49.339Z[ recovery-image] Aug 09 05:38:47.327 INFO O| Aug 09 05:38:47.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36202024-08-09T05:38:49.342Z[ recovery-image] Aug 09 05:38:47.327 INFO O| Aug 09 05:38:47.327 INFO STEP 20 (remove_files) COMPLETE
36212024-08-09T05:38:49.342Z[ recovery-image] Aug 09 05:38:47.328 INFO O| Aug 09 05:38:47.327 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36222024-08-09T05:38:49.354Z[ recovery-image] Aug 09 05:38:47.342 INFO O| Aug 09 05:38:47.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36232024-08-09T05:38:49.357Z[ recovery-image] Aug 09 05:38:47.342 INFO O| Aug 09 05:38:47.342 INFO STEP 21 (remove_files) COMPLETE
36242024-08-09T05:38:49.357Z[ recovery-image] Aug 09 05:38:47.343 INFO O| Aug 09 05:38:47.342 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36252024-08-09T05:38:49.368Z[ recovery-image] Aug 09 05:38:47.357 INFO O| Aug 09 05:38:47.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36262024-08-09T05:38:49.371Z[ recovery-image] Aug 09 05:38:47.357 INFO O| Aug 09 05:38:47.357 INFO STEP 22 (remove_files) COMPLETE
36272024-08-09T05:38:49.371Z[ recovery-image] Aug 09 05:38:47.357 INFO O| Aug 09 05:38:47.357 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36282024-08-09T05:38:49.385Z[ recovery-image] Aug 09 05:38:47.373 INFO O| Aug 09 05:38:47.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36292024-08-09T05:38:49.389Z[ recovery-image] Aug 09 05:38:47.374 INFO O| Aug 09 05:38:47.374 INFO STEP 23 (remove_files) COMPLETE
36302024-08-09T05:38:49.389Z[ recovery-image] Aug 09 05:38:47.374 INFO O| Aug 09 05:38:47.374 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36312024-08-09T05:38:49.401Z[ recovery-image] Aug 09 05:38:47.389 INFO O| Aug 09 05:38:47.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36322024-08-09T05:38:49.401Z[ recovery-image] Aug 09 05:38:47.390 INFO O| Aug 09 05:38:47.389 INFO STEP 24 (remove_files) COMPLETE
36332024-08-09T05:38:49.409Z[ recovery-image] Aug 09 05:38:47.390 INFO O| Aug 09 05:38:47.390 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36342024-08-09T05:38:49.418Z[ recovery-image] Aug 09 05:38:47.406 INFO O| Aug 09 05:38:47.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36352024-08-09T05:38:49.423Z[ recovery-image] Aug 09 05:38:47.407 INFO O| Aug 09 05:38:47.406 INFO STEP 25 (remove_files) COMPLETE
36362024-08-09T05:38:49.423Z[ recovery-image] Aug 09 05:38:47.407 INFO O| Aug 09 05:38:47.407 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36372024-08-09T05:38:49.436Z[ recovery-image] Aug 09 05:38:47.424 INFO O| Aug 09 05:38:47.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36382024-08-09T05:38:49.438Z[ recovery-image] Aug 09 05:38:47.424 INFO O| Aug 09 05:38:47.424 INFO STEP 26 (remove_files) COMPLETE
36392024-08-09T05:38:49.438Z[ recovery-image] Aug 09 05:38:47.424 INFO O| Aug 09 05:38:47.424 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36402024-08-09T05:38:49.453Z[ recovery-image] Aug 09 05:38:47.441 INFO O| Aug 09 05:38:47.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36412024-08-09T05:38:49.456Z[ recovery-image] Aug 09 05:38:47.442 INFO O| Aug 09 05:38:47.442 INFO STEP 27 (remove_files) COMPLETE
36422024-08-09T05:38:49.456Z[ recovery-image] Aug 09 05:38:47.442 INFO O| Aug 09 05:38:47.442 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36432024-08-09T05:38:49.456Z[ host-image] Aug 09 05:38:47.443 INFO O| Aug 09 05:38:47.443 INFO O| Download: Completed 1.39 MB in 1.11 seconds (1.2M/s)
36442024-08-09T05:38:49.471Z[ recovery-image] Aug 09 05:38:47.459 INFO O| Aug 09 05:38:47.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36452024-08-09T05:38:49.474Z[ recovery-image] Aug 09 05:38:47.459 INFO O| Aug 09 05:38:47.459 INFO STEP 28 (remove_files) COMPLETE
36462024-08-09T05:38:49.474Z[ recovery-image] Aug 09 05:38:47.460 INFO O| Aug 09 05:38:47.459 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-09T05:38:49.522Z[ host-image] Aug 09 05:38:47.510 INFO O| Aug 09 05:38:47.510 INFO O| Actions: 1/238 actions (Installing new actions)
36482024-08-09T05:38:49.530Z[ recovery-image] Aug 09 05:38:47.518 INFO O| Aug 09 05:38:47.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36492024-08-09T05:38:49.532Z[ recovery-image] Aug 09 05:38:47.518 INFO O| Aug 09 05:38:47.518 INFO STEP 29 (remove_files) COMPLETE
36502024-08-09T05:38:49.532Z[ recovery-image] Aug 09 05:38:47.518 INFO O| Aug 09 05:38:47.518 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36512024-08-09T05:38:49.570Z[ recovery-image] Aug 09 05:38:47.559 INFO O| Aug 09 05:38:47.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36522024-08-09T05:38:49.573Z[ recovery-image] Aug 09 05:38:47.559 INFO O| Aug 09 05:38:47.559 INFO STEP 30 (remove_files) COMPLETE
36532024-08-09T05:38:49.573Z[ recovery-image] Aug 09 05:38:47.559 INFO O| Aug 09 05:38:47.559 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36542024-08-09T05:38:49.615Z[ recovery-image] Aug 09 05:38:47.603 INFO O| Aug 09 05:38:47.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36552024-08-09T05:38:49.615Z[ recovery-image] Aug 09 05:38:47.604 INFO O| Aug 09 05:38:47.604 INFO STEP 31 (remove_files) COMPLETE
36562024-08-09T05:38:49.615Z[ recovery-image] Aug 09 05:38:47.604 INFO O| Aug 09 05:38:47.604 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36572024-08-09T05:38:49.684Z[ recovery-image] Aug 09 05:38:47.672 INFO O| Aug 09 05:38:47.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36582024-08-09T05:38:49.686Z[ recovery-image] Aug 09 05:38:47.672 INFO O| Aug 09 05:38:47.672 INFO STEP 32 (remove_files) COMPLETE
36592024-08-09T05:38:49.686Z[ recovery-image] Aug 09 05:38:47.672 INFO O| Aug 09 05:38:47.672 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-08-09T05:38:49.715Z[ recovery-image] Aug 09 05:38:47.703 INFO O| Aug 09 05:38:47.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36612024-08-09T05:38:49.715Z[ recovery-image] Aug 09 05:38:47.703 INFO O| Aug 09 05:38:47.703 INFO STEP 33 (remove_files) COMPLETE
36622024-08-09T05:38:49.717Z[ recovery-image] Aug 09 05:38:47.703 INFO O| Aug 09 05:38:47.703 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-08-09T05:38:49.731Z[ host-image] Aug 09 05:38:47.720 INFO O| Aug 09 05:38:47.720 INFO O| Actions: Completed 238 actions in 0.21 seconds.
36642024-08-09T05:38:49.744Z[ recovery-image] Aug 09 05:38:47.732 INFO O| Aug 09 05:38:47.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36652024-08-09T05:38:49.744Z[ recovery-image] Aug 09 05:38:47.732 INFO O| Aug 09 05:38:47.732 INFO STEP 34 (remove_files) COMPLETE
36662024-08-09T05:38:49.744Z[ recovery-image] Aug 09 05:38:47.732 INFO O| Aug 09 05:38:47.732 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36672024-08-09T05:38:49.764Z[ recovery-image] Aug 09 05:38:47.752 INFO O| Aug 09 05:38:47.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36682024-08-09T05:38:49.764Z[ recovery-image] Aug 09 05:38:47.752 INFO O| Aug 09 05:38:47.752 INFO STEP 35 (remove_files) COMPLETE
36692024-08-09T05:38:49.768Z[ recovery-image] Aug 09 05:38:47.752 INFO O| Aug 09 05:38:47.752 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36702024-08-09T05:38:49.828Z[ recovery-image] Aug 09 05:38:47.816 INFO O| Aug 09 05:38:47.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36712024-08-09T05:38:49.828Z[ recovery-image] Aug 09 05:38:47.816 INFO O| Aug 09 05:38:47.816 INFO STEP 36 (remove_files) COMPLETE
36722024-08-09T05:38:49.831Z[ recovery-image] Aug 09 05:38:47.816 INFO O| Aug 09 05:38:47.816 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36732024-08-09T05:38:49.861Z[ recovery-image] Aug 09 05:38:47.849 INFO O| Aug 09 05:38:47.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36742024-08-09T05:38:49.861Z[ recovery-image] Aug 09 05:38:47.849 INFO O| Aug 09 05:38:47.849 INFO STEP 37 (remove_files) COMPLETE
36752024-08-09T05:38:49.864Z[ recovery-image] Aug 09 05:38:47.849 INFO O| Aug 09 05:38:47.849 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36762024-08-09T05:38:49.919Z[ recovery-image] Aug 09 05:38:47.907 INFO O| Aug 09 05:38:47.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36772024-08-09T05:38:49.919Z[ recovery-image] Aug 09 05:38:47.908 INFO O| Aug 09 05:38:47.907 INFO STEP 38 (remove_files) COMPLETE
36782024-08-09T05:38:49.919Z[ recovery-image] Aug 09 05:38:47.908 INFO O| Aug 09 05:38:47.908 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36792024-08-09T05:38:49.942Z[ recovery-image] Aug 09 05:38:47.930 INFO O| Aug 09 05:38:47.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36802024-08-09T05:38:49.942Z[ recovery-image] Aug 09 05:38:47.930 INFO O| Aug 09 05:38:47.930 INFO STEP 39 (remove_files) COMPLETE
36812024-08-09T05:38:49.942Z[ recovery-image] Aug 09 05:38:47.930 INFO O| Aug 09 05:38:47.930 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36822024-08-09T05:38:49.985Z[ recovery-image] Aug 09 05:38:47.973 INFO O| Aug 09 05:38:47.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
36832024-08-09T05:38:49.985Z[ recovery-image] Aug 09 05:38:47.973 INFO O| Aug 09 05:38:47.973 INFO STEP 40 (remove_files) COMPLETE
36842024-08-09T05:38:49.988Z[ recovery-image] Aug 09 05:38:47.973 INFO O| Aug 09 05:38:47.973 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36852024-08-09T05:38:50.008Z[ recovery-image] Aug 09 05:38:47.996 INFO O| Aug 09 05:38:47.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
36862024-08-09T05:38:50.008Z[ recovery-image] Aug 09 05:38:47.996 INFO O| Aug 09 05:38:47.996 INFO STEP 41 (remove_files) COMPLETE
36872024-08-09T05:38:50.011Z[ recovery-image] Aug 09 05:38:47.996 INFO O| Aug 09 05:38:47.996 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36882024-08-09T05:38:50.031Z[ recovery-image] Aug 09 05:38:48.019 INFO O| Aug 09 05:38:48.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
36892024-08-09T05:38:50.031Z[ recovery-image] Aug 09 05:38:48.019 INFO O| Aug 09 05:38:48.019 INFO STEP 42 (remove_files) COMPLETE
36902024-08-09T05:38:50.034Z[ recovery-image] Aug 09 05:38:48.019 INFO O| Aug 09 05:38:48.019 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36912024-08-09T05:38:50.051Z[ recovery-image] Aug 09 05:38:48.039 INFO O| Aug 09 05:38:48.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
36922024-08-09T05:38:50.051Z[ recovery-image] Aug 09 05:38:48.039 INFO O| Aug 09 05:38:48.039 INFO STEP 43 (remove_files) COMPLETE
36932024-08-09T05:38:50.054Z[ recovery-image] Aug 09 05:38:48.039 INFO O| Aug 09 05:38:48.039 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36942024-08-09T05:38:50.087Z[ recovery-image] Aug 09 05:38:48.075 INFO O| Aug 09 05:38:48.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
36952024-08-09T05:38:50.087Z[ recovery-image] Aug 09 05:38:48.075 INFO O| Aug 09 05:38:48.075 INFO STEP 44 (remove_files) COMPLETE
36962024-08-09T05:38:50.087Z[ recovery-image] Aug 09 05:38:48.075 INFO O| Aug 09 05:38:48.075 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36972024-08-09T05:38:50.110Z[ recovery-image] Aug 09 05:38:48.098 INFO O| Aug 09 05:38:48.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
36982024-08-09T05:38:50.110Z[ recovery-image] Aug 09 05:38:48.098 INFO O| Aug 09 05:38:48.098 INFO STEP 45 (remove_files) COMPLETE
36992024-08-09T05:38:50.110Z[ recovery-image] Aug 09 05:38:48.098 INFO O| Aug 09 05:38:48.098 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37002024-08-09T05:38:50.130Z[ recovery-image] Aug 09 05:38:48.118 INFO O| Aug 09 05:38:48.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37012024-08-09T05:38:50.130Z[ recovery-image] Aug 09 05:38:48.118 INFO O| Aug 09 05:38:48.118 INFO STEP 46 (remove_files) COMPLETE
37022024-08-09T05:38:50.130Z[ recovery-image] Aug 09 05:38:48.118 INFO O| Aug 09 05:38:48.118 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-08-09T05:38:50.149Z[ recovery-image] Aug 09 05:38:48.137 INFO O| Aug 09 05:38:48.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37042024-08-09T05:38:50.149Z[ recovery-image] Aug 09 05:38:48.137 INFO O| Aug 09 05:38:48.137 INFO STEP 47 (remove_files) COMPLETE
37052024-08-09T05:38:50.149Z[ recovery-image] Aug 09 05:38:48.137 INFO O| Aug 09 05:38:48.137 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-08-09T05:38:50.166Z[ recovery-image] Aug 09 05:38:48.154 INFO O| Aug 09 05:38:48.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37072024-08-09T05:38:50.166Z[ recovery-image] Aug 09 05:38:48.154 INFO O| Aug 09 05:38:48.154 INFO STEP 48 (remove_files) COMPLETE
37082024-08-09T05:38:50.166Z[ recovery-image] Aug 09 05:38:48.154 INFO O| Aug 09 05:38:48.154 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-08-09T05:38:50.172Z[ host-image] Aug 09 05:38:48.160 INFO O| Aug 09 05:38:48.160 INFO O| Done
37102024-08-09T05:38:50.172Z[ host-image] Aug 09 05:38:48.160 INFO O| Aug 09 05:38:48.160 INFO O| Done
37112024-08-09T05:38:50.185Z[ recovery-image] Aug 09 05:38:48.173 INFO O| Aug 09 05:38:48.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37122024-08-09T05:38:50.185Z[ recovery-image] Aug 09 05:38:48.173 INFO O| Aug 09 05:38:48.173 INFO STEP 49 (remove_files) COMPLETE
37132024-08-09T05:38:50.187Z[ recovery-image] Aug 09 05:38:48.173 INFO O| Aug 09 05:38:48.173 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-09T05:38:50.222Z[ recovery-image] Aug 09 05:38:48.210 INFO O| Aug 09 05:38:48.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37152024-08-09T05:38:50.222Z[ recovery-image] Aug 09 05:38:48.210 INFO O| Aug 09 05:38:48.210 INFO STEP 50 (remove_files) COMPLETE
37162024-08-09T05:38:50.222Z[ recovery-image] Aug 09 05:38:48.210 INFO O| Aug 09 05:38:48.210 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-09T05:38:50.286Z[ recovery-image] Aug 09 05:38:48.274 INFO O| Aug 09 05:38:48.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37182024-08-09T05:38:50.289Z[ recovery-image] Aug 09 05:38:48.274 INFO O| Aug 09 05:38:48.274 INFO STEP 51 (remove_files) COMPLETE
37192024-08-09T05:38:50.289Z[ recovery-image] Aug 09 05:38:48.274 INFO O| Aug 09 05:38:48.274 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-09T05:38:50.310Z[ recovery-image] Aug 09 05:38:48.298 INFO O| Aug 09 05:38:48.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37212024-08-09T05:38:50.310Z[ recovery-image] Aug 09 05:38:48.298 INFO O| Aug 09 05:38:48.298 INFO STEP 52 (remove_files) COMPLETE
37222024-08-09T05:38:50.310Z[ recovery-image] Aug 09 05:38:48.298 INFO O| Aug 09 05:38:48.298 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-09T05:38:50.370Z[ recovery-image] Aug 09 05:38:48.358 INFO O| Aug 09 05:38:48.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37242024-08-09T05:38:50.370Z[ recovery-image] Aug 09 05:38:48.358 INFO O| Aug 09 05:38:48.358 INFO STEP 53 (remove_files) COMPLETE
37252024-08-09T05:38:50.373Z[ recovery-image] Aug 09 05:38:48.359 INFO O| Aug 09 05:38:48.358 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-09T05:38:50.389Z[ recovery-image] Aug 09 05:38:48.377 INFO O| Aug 09 05:38:48.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37272024-08-09T05:38:50.389Z[ recovery-image] Aug 09 05:38:48.377 INFO O| Aug 09 05:38:48.377 INFO STEP 54 (remove_files) COMPLETE
37282024-08-09T05:38:50.389Z[ recovery-image] Aug 09 05:38:48.377 INFO O| Aug 09 05:38:48.377 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-09T05:38:50.444Z[ recovery-image] Aug 09 05:38:48.432 INFO O| Aug 09 05:38:48.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37302024-08-09T05:38:50.444Z[ recovery-image] Aug 09 05:38:48.432 INFO O| Aug 09 05:38:48.432 INFO STEP 55 (remove_files) COMPLETE
37312024-08-09T05:38:50.444Z[ recovery-image] Aug 09 05:38:48.432 INFO O| Aug 09 05:38:48.432 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-09T05:38:50.462Z[ recovery-image] Aug 09 05:38:48.450 INFO O| Aug 09 05:38:48.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37332024-08-09T05:38:50.462Z[ recovery-image] Aug 09 05:38:48.450 INFO O| Aug 09 05:38:48.450 INFO STEP 56 (remove_files) COMPLETE
37342024-08-09T05:38:50.466Z[ recovery-image] Aug 09 05:38:48.450 INFO O| Aug 09 05:38:48.450 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-09T05:38:50.498Z[ recovery-image] Aug 09 05:38:48.485 INFO O| Aug 09 05:38:48.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37362024-08-09T05:38:50.498Z[ recovery-image] Aug 09 05:38:48.485 INFO O| Aug 09 05:38:48.485 INFO STEP 57 (remove_files) COMPLETE
37372024-08-09T05:38:50.498Z[ recovery-image] Aug 09 05:38:48.485 INFO O| Aug 09 05:38:48.485 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-09T05:38:50.546Z[ recovery-image] Aug 09 05:38:48.533 INFO O| Aug 09 05:38:48.533 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37392024-08-09T05:38:50.546Z[ recovery-image] Aug 09 05:38:48.534 INFO O| Aug 09 05:38:48.533 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37402024-08-09T05:38:50.548Z[ recovery-image] Aug 09 05:38:48.534 INFO O| Aug 09 05:38:48.534 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37412024-08-09T05:38:50.548Z[ recovery-image] Aug 09 05:38:48.534 INFO O| Aug 09 05:38:48.534 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37422024-08-09T05:38:50.548Z[ recovery-image] Aug 09 05:38:48.534 INFO O| Aug 09 05:38:48.534 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37432024-08-09T05:38:50.548Z[ recovery-image] Aug 09 05:38:48.534 INFO O| Aug 09 05:38:48.534 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37442024-08-09T05:38:50.548Z[ recovery-image] Aug 09 05:38:48.534 INFO O| Aug 09 05:38:48.534 INFO ok!
37452024-08-09T05:38:50.548Z[ recovery-image] Aug 09 05:38:48.534 INFO O| Aug 09 05:38:48.534 INFO STEP 58 (ensure_file) COMPLETE
37462024-08-09T05:38:50.548Z[ recovery-image] Aug 09 05:38:48.534 INFO O| Aug 09 05:38:48.534 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-08-09T05:38:50.565Z[ recovery-image] Aug 09 05:38:48.553 INFO O| Aug 09 05:38:48.553 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37482024-08-09T05:38:50.568Z[ recovery-image] Aug 09 05:38:48.553 INFO O| Aug 09 05:38:48.553 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37492024-08-09T05:38:50.568Z[ recovery-image] Aug 09 05:38:48.554 INFO O| Aug 09 05:38:48.554 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37502024-08-09T05:38:50.568Z[ recovery-image] Aug 09 05:38:48.554 INFO O| Aug 09 05:38:48.554 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37512024-08-09T05:38:50.568Z[ recovery-image] Aug 09 05:38:48.554 INFO O| Aug 09 05:38:48.554 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37522024-08-09T05:38:50.568Z[ recovery-image] Aug 09 05:38:48.554 INFO O| Aug 09 05:38:48.554 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37532024-08-09T05:38:50.568Z[ recovery-image] Aug 09 05:38:48.554 INFO O| Aug 09 05:38:48.554 INFO ok!
37542024-08-09T05:38:50.568Z[ recovery-image] Aug 09 05:38:48.554 INFO O| Aug 09 05:38:48.554 INFO STEP 59 (ensure_file) COMPLETE
37552024-08-09T05:38:50.568Z[ recovery-image] Aug 09 05:38:48.554 INFO O| Aug 09 05:38:48.554 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-08-09T05:38:50.584Z[ recovery-image] Aug 09 05:38:48.572 INFO O| Aug 09 05:38:48.572 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37572024-08-09T05:38:50.584Z[ recovery-image] Aug 09 05:38:48.572 INFO O| Aug 09 05:38:48.572 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37582024-08-09T05:38:50.609Z[ recovery-image] Aug 09 05:38:48.573 INFO O| Aug 09 05:38:48.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37592024-08-09T05:38:50.612Z[ recovery-image] Aug 09 05:38:48.573 INFO O| Aug 09 05:38:48.573 INFO ok!
37602024-08-09T05:38:50.612Z[ recovery-image] Aug 09 05:38:48.573 INFO O| Aug 09 05:38:48.573 INFO STEP 60 (ensure_file) COMPLETE
37612024-08-09T05:38:50.612Z[ recovery-image] Aug 09 05:38:48.573 INFO O| Aug 09 05:38:48.573 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-09T05:38:50.612Z[ recovery-image] Aug 09 05:38:48.590 INFO O| Aug 09 05:38:48.590 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37632024-08-09T05:38:50.612Z[ recovery-image] Aug 09 05:38:48.590 INFO O| Aug 09 05:38:48.590 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37642024-08-09T05:38:50.612Z[ recovery-image] Aug 09 05:38:48.590 INFO O| Aug 09 05:38:48.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37652024-08-09T05:38:50.612Z[ recovery-image] Aug 09 05:38:48.590 INFO O| Aug 09 05:38:48.590 INFO ok!
37662024-08-09T05:38:50.612Z[ recovery-image] Aug 09 05:38:48.590 INFO O| Aug 09 05:38:48.590 INFO STEP 61 (ensure_file) COMPLETE
37672024-08-09T05:38:50.612Z[ recovery-image] Aug 09 05:38:48.590 INFO O| Aug 09 05:38:48.590 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-08-09T05:38:50.680Z[ recovery-image] Aug 09 05:38:48.668 INFO O| Aug 09 05:38:48.667 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37692024-08-09T05:38:50.680Z[ recovery-image] Aug 09 05:38:48.668 INFO O| Aug 09 05:38:48.668 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37702024-08-09T05:38:50.683Z[ recovery-image] Aug 09 05:38:48.668 INFO O| Aug 09 05:38:48.668 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37712024-08-09T05:38:50.683Z[ recovery-image] Aug 09 05:38:48.668 INFO O| Aug 09 05:38:48.668 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37722024-08-09T05:38:50.683Z[ recovery-image] Aug 09 05:38:48.668 INFO O| Aug 09 05:38:48.668 INFO ok!
37732024-08-09T05:38:50.683Z[ recovery-image] Aug 09 05:38:48.668 INFO O| Aug 09 05:38:48.668 INFO STEP 62 (ensure_file) COMPLETE
37742024-08-09T05:38:50.683Z[ recovery-image] Aug 09 05:38:48.668 INFO O| Aug 09 05:38:48.668 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-09T05:38:50.825Z[ recovery-image] Aug 09 05:38:48.812 INFO O| Aug 09 05:38:48.812 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37762024-08-09T05:38:50.825Z[ recovery-image] Aug 09 05:38:48.812 INFO O| Aug 09 05:38:48.812 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37772024-08-09T05:38:50.825Z[ recovery-image] Aug 09 05:38:48.813 INFO O| Aug 09 05:38:48.813 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37782024-08-09T05:38:50.825Z[ recovery-image] Aug 09 05:38:48.813 INFO O| Aug 09 05:38:48.813 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37792024-08-09T05:38:50.828Z[ recovery-image] Aug 09 05:38:48.813 INFO O| Aug 09 05:38:48.813 INFO ok!
37802024-08-09T05:38:50.828Z[ recovery-image] Aug 09 05:38:48.813 INFO O| Aug 09 05:38:48.813 INFO STEP 63 (ensure_file) COMPLETE
37812024-08-09T05:38:50.828Z[ recovery-image] Aug 09 05:38:48.813 INFO O| Aug 09 05:38:48.813 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-08-09T05:38:50.844Z[ recovery-image] Aug 09 05:38:48.832 INFO O| Aug 09 05:38:48.832 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
37832024-08-09T05:38:50.844Z[ recovery-image] Aug 09 05:38:48.832 INFO O| Aug 09 05:38:48.832 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
37842024-08-09T05:38:50.844Z[ recovery-image] Aug 09 05:38:48.832 INFO O| Aug 09 05:38:48.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
37852024-08-09T05:38:50.847Z[ recovery-image] Aug 09 05:38:48.832 INFO O| Aug 09 05:38:48.832 INFO ok!
37862024-08-09T05:38:50.847Z[ recovery-image] Aug 09 05:38:48.832 INFO O| Aug 09 05:38:48.832 INFO STEP 64 (assemble_files) COMPLETE
37872024-08-09T05:38:50.847Z[ recovery-image] Aug 09 05:38:48.832 INFO O| Aug 09 05:38:48.832 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-08-09T05:38:50.871Z[ recovery-image] Aug 09 05:38:48.858 INFO O| Aug 09 05:38:48.858 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
37892024-08-09T05:38:50.871Z[ recovery-image] Aug 09 05:38:48.858 INFO O| Aug 09 05:38:48.858 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
37902024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37912024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37922024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO ok!
37932024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO STEP 65 (ensure_file) COMPLETE
37942024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO skip step because feature "omicron1" is not enabled
37962024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO skip step because feature "omicron1" is not enabled
37982024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO skip step because feature "omicron1" is not enabled
38002024-08-09T05:38:50.873Z[ recovery-image] Aug 09 05:38:48.859 INFO O| Aug 09 05:38:48.859 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-08-09T05:38:50.900Z[ recovery-image] Aug 09 05:38:48.888 INFO O| Aug 09 05:38:48.888 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38022024-08-09T05:38:50.900Z[ recovery-image] Aug 09 05:38:48.888 INFO O| Aug 09 05:38:48.888 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38032024-08-09T05:38:50.953Z[ host-image] Aug 09 05:38:48.928 INFO O| Aug 09 05:38:48.928 INFO O| Done
38042024-08-09T05:38:53.890Z[ recovery-image] Aug 09 05:38:51.877 INFO O| Aug 09 05:38:51.877 INFO STEP 69 (pack_tar) COMPLETE
38052024-08-09T05:38:53.890Z[ recovery-image] Aug 09 05:38:51.877 INFO O| Aug 09 05:38:51.877 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38062024-08-09T05:38:53.893Z[ recovery-image] Aug 09 05:38:51.877 INFO O| Aug 09 05:38:51.877 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38072024-08-09T05:38:54.017Z[ host-image] Aug 09 05:38:51.997 INFO O| Aug 09 05:38:51.997 INFO O| Done
38082024-08-09T05:38:54.063Z[ host-image] Aug 09 05:38:52.050 INFO O| Aug 09 05:38:52.050 INFO O| Done
38092024-08-09T05:38:54.066Z[ host-image] Aug 09 05:38:52.050 INFO O| Aug 09 05:38:52.050 INFO O| Done
38102024-08-09T05:38:54.101Z[ host-image] Aug 09 05:38:52.088 INFO O| Aug 09 05:38:52.088 INFO O| Done
38112024-08-09T05:38:54.189Z[ recovery-image] Aug 09 05:38:52.176 INFO O| Aug 09 05:38:52.176 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38122024-08-09T05:38:54.253Z[ host-image] Aug 09 05:38:52.241 INFO O| Aug 09 05:38:52.240 INFO STEP 12 (pkg_install) COMPLETE
38132024-08-09T05:38:54.253Z[ host-image] Aug 09 05:38:52.241 INFO O| Aug 09 05:38:52.241 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38142024-08-09T05:38:54.274Z[ host-image] Aug 09 05:38:52.261 INFO O| Aug 09 05:38:52.261 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
38152024-08-09T05:38:54.318Z[ recovery-image] Aug 09 05:38:52.305 INFO O| Aug 09 05:38:52.305 INFO completed processing gimlet/ramdisk-02-trim
38162024-08-09T05:38:54.321Z[ recovery-image] Aug 09 05:38:52.308 INFO image builder template: ramdisk-03-recovery-trim...
38172024-08-09T05:38:54.321Z[ recovery-image] Aug 09 05:38:52.308 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/.tmp1k6ZCO/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
38182024-08-09T05:38:54.532Z[ recovery-image] Aug 09 05:38:52.519 INFO O| Aug 09 05:38:52.519 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38192024-08-09T05:38:54.540Z[ recovery-image] Aug 09 05:38:52.527 INFO O| Aug 09 05:38:52.527 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38202024-08-09T05:38:54.610Z[ recovery-image] Aug 09 05:38:52.597 INFO O| Aug 09 05:38:52.597 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38212024-08-09T05:38:54.676Z[ recovery-image] Aug 09 05:38:52.663 INFO O| Aug 09 05:38:52.663 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38222024-08-09T05:38:54.679Z[ recovery-image] Aug 09 05:38:52.664 INFO O| Aug 09 05:38:52.664 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38232024-08-09T05:38:54.692Z[ recovery-image] Aug 09 05:38:52.679 INFO O| Aug 09 05:38:52.679 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38242024-08-09T05:38:54.700Z[ recovery-image] Aug 09 05:38:52.688 INFO O| Aug 09 05:38:52.688 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38252024-08-09T05:38:54.711Z[ recovery-image] Aug 09 05:38:52.698 INFO O| Aug 09 05:38:52.698 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38262024-08-09T05:38:55.024Z[ host-image] Aug 09 05:38:53.011 INFO O| Aug 09 05:38:53.011 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38272024-08-09T05:38:55.218Z[ recovery-image] Aug 09 05:38:53.205 INFO O| Aug 09 05:38:53.205 INFO rolled back to input snapshot; work may begin
38282024-08-09T05:38:55.218Z[ recovery-image] Aug 09 05:38:53.205 INFO O| Aug 09 05:38:53.205 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38292024-08-09T05:38:55.228Z[ recovery-image] Aug 09 05:38:53.214 INFO O| Aug 09 05:38:53.214 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38302024-08-09T05:38:55.244Z[ recovery-image] Aug 09 05:38:53.231 INFO O| Aug 09 05:38:53.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38312024-08-09T05:38:55.247Z[ recovery-image] Aug 09 05:38:53.235 INFO O| Aug 09 05:38:53.235 INFO STEP 0 (remove_files) COMPLETE
38322024-08-09T05:38:55.247Z[ recovery-image] Aug 09 05:38:53.235 INFO O| Aug 09 05:38:53.235 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38332024-08-09T05:38:55.266Z[ recovery-image] Aug 09 05:38:53.253 INFO O| Aug 09 05:38:53.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38342024-08-09T05:38:55.344Z[ recovery-image] Aug 09 05:38:53.331 INFO O| Aug 09 05:38:53.331 INFO STEP 1 (remove_files) COMPLETE
38352024-08-09T05:38:55.344Z[ recovery-image] Aug 09 05:38:53.331 INFO O| Aug 09 05:38:53.331 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38362024-08-09T05:38:55.363Z[ recovery-image] Aug 09 05:38:53.350 INFO O| Aug 09 05:38:53.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38372024-08-09T05:38:55.366Z[ recovery-image] Aug 09 05:38:53.352 INFO O| Aug 09 05:38:53.352 INFO STEP 2 (remove_files) COMPLETE
38382024-08-09T05:38:55.366Z[ recovery-image] Aug 09 05:38:53.352 INFO O| Aug 09 05:38:53.352 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38392024-08-09T05:38:55.383Z[ recovery-image] Aug 09 05:38:53.371 INFO O| Aug 09 05:38:53.370 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38402024-08-09T05:38:55.449Z[ recovery-image] Aug 09 05:38:53.436 INFO O| Aug 09 05:38:53.436 INFO STEP 3 (remove_files) COMPLETE
38412024-08-09T05:38:55.449Z[ recovery-image] Aug 09 05:38:53.436 INFO O| Aug 09 05:38:53.436 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38422024-08-09T05:38:55.467Z[ recovery-image] Aug 09 05:38:53.454 INFO O| Aug 09 05:38:53.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38432024-08-09T05:38:55.482Z[ recovery-image] Aug 09 05:38:53.469 INFO O| Aug 09 05:38:53.469 INFO STEP 4 (remove_files) COMPLETE
38442024-08-09T05:38:55.482Z[ recovery-image] Aug 09 05:38:53.469 INFO O| Aug 09 05:38:53.469 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38452024-08-09T05:38:55.502Z[ recovery-image] Aug 09 05:38:53.489 INFO O| Aug 09 05:38:53.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38462024-08-09T05:38:55.506Z[ recovery-image] Aug 09 05:38:53.493 INFO O| Aug 09 05:38:53.493 INFO STEP 5 (remove_files) COMPLETE
38472024-08-09T05:38:55.509Z[ recovery-image] Aug 09 05:38:53.493 INFO O| Aug 09 05:38:53.493 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38482024-08-09T05:38:55.521Z[ recovery-image] Aug 09 05:38:53.508 INFO O| Aug 09 05:38:53.508 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38492024-08-09T05:38:55.523Z[ recovery-image] Aug 09 05:38:53.509 INFO O| Aug 09 05:38:53.509 INFO STEP 6 (remove_files) COMPLETE
38502024-08-09T05:38:55.523Z[ recovery-image] Aug 09 05:38:53.509 INFO O| Aug 09 05:38:53.509 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38512024-08-09T05:38:55.538Z[ recovery-image] Aug 09 05:38:53.525 INFO O| Aug 09 05:38:53.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38522024-08-09T05:38:55.541Z[ recovery-image] Aug 09 05:38:53.527 INFO O| Aug 09 05:38:53.527 INFO STEP 7 (remove_files) COMPLETE
38532024-08-09T05:38:55.541Z[ recovery-image] Aug 09 05:38:53.527 INFO O| Aug 09 05:38:53.527 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38542024-08-09T05:38:55.559Z[ recovery-image] Aug 09 05:38:53.546 INFO O| Aug 09 05:38:53.546 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38552024-08-09T05:38:55.562Z[ recovery-image] Aug 09 05:38:53.549 INFO O| Aug 09 05:38:53.549 INFO STEP 8 (remove_files) COMPLETE
38562024-08-09T05:38:55.565Z[ recovery-image] Aug 09 05:38:53.550 INFO O| Aug 09 05:38:53.549 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38572024-08-09T05:38:55.581Z[ recovery-image] Aug 09 05:38:53.568 INFO O| Aug 09 05:38:53.567 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38582024-08-09T05:38:55.583Z[ recovery-image] Aug 09 05:38:53.568 INFO O| Aug 09 05:38:53.568 INFO STEP 9 (remove_files) COMPLETE
38592024-08-09T05:38:55.583Z[ recovery-image] Aug 09 05:38:53.568 INFO O| Aug 09 05:38:53.568 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38602024-08-09T05:38:55.598Z[ recovery-image] Aug 09 05:38:53.585 INFO O| Aug 09 05:38:53.585 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38612024-08-09T05:38:55.601Z[ recovery-image] Aug 09 05:38:53.586 INFO O| Aug 09 05:38:53.586 INFO STEP 10 (remove_files) COMPLETE
38622024-08-09T05:38:55.601Z[ recovery-image] Aug 09 05:38:53.586 INFO O| Aug 09 05:38:53.586 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38632024-08-09T05:38:55.615Z[ recovery-image] Aug 09 05:38:53.602 INFO O| Aug 09 05:38:53.602 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38642024-08-09T05:38:55.683Z[ recovery-image] Aug 09 05:38:53.670 INFO O| Aug 09 05:38:53.670 INFO STEP 11 (remove_files) COMPLETE
38652024-08-09T05:38:55.683Z[ recovery-image] Aug 09 05:38:53.670 INFO O| Aug 09 05:38:53.670 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38662024-08-09T05:38:55.704Z[ recovery-image] Aug 09 05:38:53.691 INFO O| Aug 09 05:38:53.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38672024-08-09T05:38:55.707Z[ recovery-image] Aug 09 05:38:53.694 INFO O| Aug 09 05:38:53.694 INFO STEP 12 (remove_files) COMPLETE
38682024-08-09T05:38:55.707Z[ recovery-image] Aug 09 05:38:53.694 INFO O| Aug 09 05:38:53.694 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38692024-08-09T05:38:55.721Z[ recovery-image] Aug 09 05:38:53.708 INFO O| Aug 09 05:38:53.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38702024-08-09T05:38:55.725Z[ recovery-image] Aug 09 05:38:53.712 INFO O| Aug 09 05:38:53.712 INFO STEP 13 (remove_files) COMPLETE
38712024-08-09T05:38:55.725Z[ recovery-image] Aug 09 05:38:53.712 INFO O| Aug 09 05:38:53.712 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38722024-08-09T05:38:55.739Z[ recovery-image] Aug 09 05:38:53.726 INFO O| Aug 09 05:38:53.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38732024-08-09T05:38:55.742Z[ recovery-image] Aug 09 05:38:53.727 INFO O| Aug 09 05:38:53.727 INFO STEP 14 (remove_files) COMPLETE
38742024-08-09T05:38:55.742Z[ recovery-image] Aug 09 05:38:53.727 INFO O| Aug 09 05:38:53.727 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38752024-08-09T05:38:55.756Z[ recovery-image] Aug 09 05:38:53.743 INFO O| Aug 09 05:38:53.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38762024-08-09T05:38:55.759Z[ recovery-image] Aug 09 05:38:53.744 INFO O| Aug 09 05:38:53.743 INFO STEP 15 (remove_files) COMPLETE
38772024-08-09T05:38:55.759Z[ recovery-image] Aug 09 05:38:53.744 INFO O| Aug 09 05:38:53.744 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38782024-08-09T05:38:55.772Z[ recovery-image] Aug 09 05:38:53.759 INFO O| Aug 09 05:38:53.759 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38792024-08-09T05:38:55.778Z[ recovery-image] Aug 09 05:38:53.765 INFO O| Aug 09 05:38:53.765 INFO STEP 16 (remove_files) COMPLETE
38802024-08-09T05:38:55.778Z[ recovery-image] Aug 09 05:38:53.765 INFO O| Aug 09 05:38:53.765 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38812024-08-09T05:38:55.794Z[ recovery-image] Aug 09 05:38:53.781 INFO O| Aug 09 05:38:53.781 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38822024-08-09T05:38:55.797Z[ recovery-image] Aug 09 05:38:53.781 INFO O| Aug 09 05:38:53.781 INFO STEP 17 (remove_files) COMPLETE
38832024-08-09T05:38:55.797Z[ recovery-image] Aug 09 05:38:53.782 INFO O| Aug 09 05:38:53.781 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38842024-08-09T05:38:55.810Z[ recovery-image] Aug 09 05:38:53.797 INFO O| Aug 09 05:38:53.797 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38852024-08-09T05:38:55.812Z[ recovery-image] Aug 09 05:38:53.797 INFO O| Aug 09 05:38:53.797 INFO STEP 18 (remove_files) COMPLETE
38862024-08-09T05:38:55.812Z[ recovery-image] Aug 09 05:38:53.797 INFO O| Aug 09 05:38:53.797 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38872024-08-09T05:38:55.825Z[ recovery-image] Aug 09 05:38:53.812 INFO O| Aug 09 05:38:53.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
38882024-08-09T05:38:55.888Z[ recovery-image] Aug 09 05:38:53.875 INFO O| Aug 09 05:38:53.875 INFO STEP 19 (remove_files) COMPLETE
38892024-08-09T05:38:55.888Z[ recovery-image] Aug 09 05:38:53.875 INFO O| Aug 09 05:38:53.875 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38902024-08-09T05:38:55.904Z[ recovery-image] Aug 09 05:38:53.891 INFO O| Aug 09 05:38:53.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
38912024-08-09T05:38:55.907Z[ recovery-image] Aug 09 05:38:53.892 INFO O| Aug 09 05:38:53.892 INFO STEP 20 (remove_files) COMPLETE
38922024-08-09T05:38:55.907Z[ recovery-image] Aug 09 05:38:53.892 INFO O| Aug 09 05:38:53.892 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38932024-08-09T05:38:55.920Z[ recovery-image] Aug 09 05:38:53.907 INFO O| Aug 09 05:38:53.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
38942024-08-09T05:38:55.923Z[ recovery-image] Aug 09 05:38:53.908 INFO O| Aug 09 05:38:53.908 INFO STEP 21 (remove_files) COMPLETE
38952024-08-09T05:38:55.923Z[ recovery-image] Aug 09 05:38:53.908 INFO O| Aug 09 05:38:53.908 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38962024-08-09T05:38:55.936Z[ recovery-image] Aug 09 05:38:53.923 INFO O| Aug 09 05:38:53.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
38972024-08-09T05:38:55.939Z[ recovery-image] Aug 09 05:38:53.924 INFO O| Aug 09 05:38:53.924 INFO STEP 22 (remove_files) COMPLETE
38982024-08-09T05:38:55.939Z[ recovery-image] Aug 09 05:38:53.924 INFO O| Aug 09 05:38:53.924 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38992024-08-09T05:38:55.948Z[ recovery-image] Aug 09 05:38:53.936 INFO O| Aug 09 05:38:53.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39002024-08-09T05:38:55.951Z[ recovery-image] Aug 09 05:38:53.936 INFO O| Aug 09 05:38:53.936 INFO STEP 23 (remove_files) COMPLETE
39012024-08-09T05:38:55.951Z[ recovery-image] Aug 09 05:38:53.936 INFO O| Aug 09 05:38:53.936 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39022024-08-09T05:38:55.960Z[ recovery-image] Aug 09 05:38:53.947 INFO O| Aug 09 05:38:53.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39032024-08-09T05:38:55.960Z[ recovery-image] Aug 09 05:38:53.947 INFO O| Aug 09 05:38:53.947 INFO STEP 24 (remove_files) COMPLETE
39042024-08-09T05:38:55.963Z[ recovery-image] Aug 09 05:38:53.947 INFO O| Aug 09 05:38:53.947 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39052024-08-09T05:38:55.972Z[ recovery-image] Aug 09 05:38:53.959 INFO O| Aug 09 05:38:53.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39062024-08-09T05:38:55.975Z[ recovery-image] Aug 09 05:38:53.960 INFO O| Aug 09 05:38:53.960 INFO STEP 25 (remove_files) COMPLETE
39072024-08-09T05:38:55.975Z[ recovery-image] Aug 09 05:38:53.960 INFO O| Aug 09 05:38:53.960 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39082024-08-09T05:38:55.993Z[ recovery-image] Aug 09 05:38:53.979 INFO O| Aug 09 05:38:53.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39092024-08-09T05:38:55.995Z[ recovery-image] Aug 09 05:38:53.980 INFO O| Aug 09 05:38:53.980 INFO STEP 26 (remove_files) COMPLETE
39102024-08-09T05:38:55.995Z[ recovery-image] Aug 09 05:38:53.980 INFO O| Aug 09 05:38:53.980 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39112024-08-09T05:38:56.012Z[ recovery-image] Aug 09 05:38:53.998 INFO O| Aug 09 05:38:53.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39122024-08-09T05:38:56.012Z[ recovery-image] Aug 09 05:38:53.999 INFO O| Aug 09 05:38:53.999 INFO STEP 27 (remove_files) COMPLETE
39132024-08-09T05:38:56.015Z[ recovery-image] Aug 09 05:38:53.999 INFO O| Aug 09 05:38:53.999 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39142024-08-09T05:38:56.031Z[ recovery-image] Aug 09 05:38:54.018 INFO O| Aug 09 05:38:54.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39152024-08-09T05:38:56.034Z[ recovery-image] Aug 09 05:38:54.019 INFO O| Aug 09 05:38:54.019 INFO STEP 28 (remove_files) COMPLETE
39162024-08-09T05:38:56.034Z[ recovery-image] Aug 09 05:38:54.019 INFO O| Aug 09 05:38:54.019 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-08-09T05:38:56.047Z[ recovery-image] Aug 09 05:38:54.034 INFO O| Aug 09 05:38:54.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39182024-08-09T05:38:56.047Z[ recovery-image] Aug 09 05:38:54.034 INFO O| Aug 09 05:38:54.034 INFO STEP 29 (remove_files) COMPLETE
39192024-08-09T05:38:56.050Z[ recovery-image] Aug 09 05:38:54.034 INFO O| Aug 09 05:38:54.034 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39202024-08-09T05:38:56.062Z[ recovery-image] Aug 09 05:38:54.049 INFO O| Aug 09 05:38:54.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39212024-08-09T05:38:56.065Z[ recovery-image] Aug 09 05:38:54.050 INFO O| Aug 09 05:38:54.050 INFO STEP 30 (remove_files) COMPLETE
39222024-08-09T05:38:56.065Z[ recovery-image] Aug 09 05:38:54.050 INFO O| Aug 09 05:38:54.050 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39232024-08-09T05:38:56.077Z[ recovery-image] Aug 09 05:38:54.064 INFO O| Aug 09 05:38:54.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39242024-08-09T05:38:56.077Z[ recovery-image] Aug 09 05:38:54.064 INFO O| Aug 09 05:38:54.064 INFO STEP 31 (remove_files) COMPLETE
39252024-08-09T05:38:56.080Z[ recovery-image] Aug 09 05:38:54.064 INFO O| Aug 09 05:38:54.064 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39262024-08-09T05:38:56.091Z[ recovery-image] Aug 09 05:38:54.078 INFO O| Aug 09 05:38:54.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39272024-08-09T05:38:56.094Z[ recovery-image] Aug 09 05:38:54.079 INFO O| Aug 09 05:38:54.079 INFO STEP 32 (remove_files) COMPLETE
39282024-08-09T05:38:56.094Z[ recovery-image] Aug 09 05:38:54.079 INFO O| Aug 09 05:38:54.079 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39292024-08-09T05:38:56.106Z[ recovery-image] Aug 09 05:38:54.093 INFO O| Aug 09 05:38:54.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39302024-08-09T05:38:56.109Z[ recovery-image] Aug 09 05:38:54.094 INFO O| Aug 09 05:38:54.094 INFO STEP 33 (remove_files) COMPLETE
39312024-08-09T05:38:56.109Z[ recovery-image] Aug 09 05:38:54.094 INFO O| Aug 09 05:38:54.094 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39322024-08-09T05:38:56.120Z[ recovery-image] Aug 09 05:38:54.107 INFO O| Aug 09 05:38:54.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39332024-08-09T05:38:56.120Z[ recovery-image] Aug 09 05:38:54.107 INFO O| Aug 09 05:38:54.107 INFO STEP 34 (remove_files) COMPLETE
39342024-08-09T05:38:56.120Z[ recovery-image] Aug 09 05:38:54.107 INFO O| Aug 09 05:38:54.107 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39352024-08-09T05:38:56.132Z[ recovery-image] Aug 09 05:38:54.119 INFO O| Aug 09 05:38:54.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39362024-08-09T05:38:56.132Z[ recovery-image] Aug 09 05:38:54.119 INFO O| Aug 09 05:38:54.119 INFO STEP 35 (remove_files) COMPLETE
39372024-08-09T05:38:56.135Z[ recovery-image] Aug 09 05:38:54.119 INFO O| Aug 09 05:38:54.119 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39382024-08-09T05:38:56.144Z[ recovery-image] Aug 09 05:38:54.131 INFO O| Aug 09 05:38:54.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39392024-08-09T05:38:56.144Z[ recovery-image] Aug 09 05:38:54.131 INFO O| Aug 09 05:38:54.131 INFO STEP 36 (remove_files) COMPLETE
39402024-08-09T05:38:56.147Z[ recovery-image] Aug 09 05:38:54.131 INFO O| Aug 09 05:38:54.131 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39412024-08-09T05:38:56.159Z[ recovery-image] Aug 09 05:38:54.146 INFO O| Aug 09 05:38:54.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39422024-08-09T05:38:56.159Z[ recovery-image] Aug 09 05:38:54.146 INFO O| Aug 09 05:38:54.146 INFO STEP 37 (remove_files) COMPLETE
39432024-08-09T05:38:56.159Z[ recovery-image] Aug 09 05:38:54.146 INFO O| Aug 09 05:38:54.146 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39442024-08-09T05:38:56.173Z[ recovery-image] Aug 09 05:38:54.160 INFO O| Aug 09 05:38:54.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39452024-08-09T05:38:56.173Z[ recovery-image] Aug 09 05:38:54.160 INFO O| Aug 09 05:38:54.160 INFO STEP 38 (remove_files) COMPLETE
39462024-08-09T05:38:56.173Z[ recovery-image] Aug 09 05:38:54.160 INFO O| Aug 09 05:38:54.160 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39472024-08-09T05:38:56.187Z[ recovery-image] Aug 09 05:38:54.174 INFO O| Aug 09 05:38:54.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39482024-08-09T05:38:56.190Z[ recovery-image] Aug 09 05:38:54.175 INFO O| Aug 09 05:38:54.174 INFO STEP 39 (remove_files) COMPLETE
39492024-08-09T05:38:56.190Z[ recovery-image] Aug 09 05:38:54.175 INFO O| Aug 09 05:38:54.175 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39502024-08-09T05:38:56.203Z[ recovery-image] Aug 09 05:38:54.190 INFO O| Aug 09 05:38:54.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39512024-08-09T05:38:56.203Z[ recovery-image] Aug 09 05:38:54.190 INFO O| Aug 09 05:38:54.190 INFO STEP 40 (remove_files) COMPLETE
39522024-08-09T05:38:56.203Z[ recovery-image] Aug 09 05:38:54.190 INFO O| Aug 09 05:38:54.190 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39532024-08-09T05:38:56.214Z[ recovery-image] Aug 09 05:38:54.201 INFO O| Aug 09 05:38:54.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39542024-08-09T05:38:56.214Z[ recovery-image] Aug 09 05:38:54.201 INFO O| Aug 09 05:38:54.201 INFO STEP 41 (remove_files) COMPLETE
39552024-08-09T05:38:56.217Z[ recovery-image] Aug 09 05:38:54.201 INFO O| Aug 09 05:38:54.201 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39562024-08-09T05:38:56.225Z[ recovery-image] Aug 09 05:38:54.212 INFO O| Aug 09 05:38:54.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39572024-08-09T05:38:56.225Z[ recovery-image] Aug 09 05:38:54.212 INFO O| Aug 09 05:38:54.212 INFO STEP 42 (remove_files) COMPLETE
39582024-08-09T05:38:56.228Z[ recovery-image] Aug 09 05:38:54.212 INFO O| Aug 09 05:38:54.212 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39592024-08-09T05:38:56.236Z[ recovery-image] Aug 09 05:38:54.223 INFO O| Aug 09 05:38:54.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39602024-08-09T05:38:56.236Z[ recovery-image] Aug 09 05:38:54.224 INFO O| Aug 09 05:38:54.223 INFO STEP 43 (remove_files) COMPLETE
39612024-08-09T05:38:56.239Z[ recovery-image] Aug 09 05:38:54.224 INFO O| Aug 09 05:38:54.224 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39622024-08-09T05:38:56.251Z[ recovery-image] Aug 09 05:38:54.238 INFO O| Aug 09 05:38:54.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39632024-08-09T05:38:56.252Z[ recovery-image] Aug 09 05:38:54.239 INFO O| Aug 09 05:38:54.239 INFO STEP 44 (remove_files) COMPLETE
39642024-08-09T05:38:56.255Z[ recovery-image] Aug 09 05:38:54.239 INFO O| Aug 09 05:38:54.239 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39652024-08-09T05:38:56.267Z[ recovery-image] Aug 09 05:38:54.254 INFO O| Aug 09 05:38:54.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39662024-08-09T05:38:56.267Z[ recovery-image] Aug 09 05:38:54.254 INFO O| Aug 09 05:38:54.254 INFO STEP 45 (remove_files) COMPLETE
39672024-08-09T05:38:56.269Z[ recovery-image] Aug 09 05:38:54.254 INFO O| Aug 09 05:38:54.254 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39682024-08-09T05:38:56.281Z[ recovery-image] Aug 09 05:38:54.268 INFO O| Aug 09 05:38:54.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39692024-08-09T05:38:56.281Z[ recovery-image] Aug 09 05:38:54.268 INFO O| Aug 09 05:38:54.268 INFO STEP 46 (remove_files) COMPLETE
39702024-08-09T05:38:56.284Z[ recovery-image] Aug 09 05:38:54.268 INFO O| Aug 09 05:38:54.268 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39712024-08-09T05:38:56.293Z[ recovery-image] Aug 09 05:38:54.280 INFO O| Aug 09 05:38:54.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39722024-08-09T05:38:56.293Z[ recovery-image] Aug 09 05:38:54.280 INFO O| Aug 09 05:38:54.280 INFO STEP 47 (remove_files) COMPLETE
39732024-08-09T05:38:56.296Z[ recovery-image] Aug 09 05:38:54.280 INFO O| Aug 09 05:38:54.280 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39742024-08-09T05:38:56.310Z[ recovery-image] Aug 09 05:38:54.296 INFO O| Aug 09 05:38:54.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39752024-08-09T05:38:56.310Z[ recovery-image] Aug 09 05:38:54.297 INFO O| Aug 09 05:38:54.296 INFO STEP 48 (remove_files) COMPLETE
39762024-08-09T05:38:56.310Z[ recovery-image] Aug 09 05:38:54.297 INFO O| Aug 09 05:38:54.297 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39772024-08-09T05:38:56.324Z[ recovery-image] Aug 09 05:38:54.311 INFO O| Aug 09 05:38:54.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39782024-08-09T05:38:56.324Z[ recovery-image] Aug 09 05:38:54.311 INFO O| Aug 09 05:38:54.311 INFO STEP 49 (remove_files) COMPLETE
39792024-08-09T05:38:56.324Z[ recovery-image] Aug 09 05:38:54.311 INFO O| Aug 09 05:38:54.311 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39802024-08-09T05:38:56.335Z[ recovery-image] Aug 09 05:38:54.322 INFO O| Aug 09 05:38:54.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39812024-08-09T05:38:56.335Z[ recovery-image] Aug 09 05:38:54.322 INFO O| Aug 09 05:38:54.322 INFO STEP 50 (remove_files) COMPLETE
39822024-08-09T05:38:56.338Z[ recovery-image] Aug 09 05:38:54.322 INFO O| Aug 09 05:38:54.322 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39832024-08-09T05:38:56.346Z[ recovery-image] Aug 09 05:38:54.333 INFO O| Aug 09 05:38:54.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39842024-08-09T05:38:56.346Z[ recovery-image] Aug 09 05:38:54.333 INFO O| Aug 09 05:38:54.333 INFO STEP 51 (remove_files) COMPLETE
39852024-08-09T05:38:56.346Z[ recovery-image] Aug 09 05:38:54.333 INFO O| Aug 09 05:38:54.333 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39862024-08-09T05:38:56.357Z[ recovery-image] Aug 09 05:38:54.344 INFO O| Aug 09 05:38:54.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
39872024-08-09T05:38:56.360Z[ recovery-image] Aug 09 05:38:54.345 INFO O| Aug 09 05:38:54.345 INFO STEP 52 (remove_files) COMPLETE
39882024-08-09T05:38:56.360Z[ recovery-image] Aug 09 05:38:54.345 INFO O| Aug 09 05:38:54.345 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39892024-08-09T05:38:56.371Z[ recovery-image] Aug 09 05:38:54.358 INFO O| Aug 09 05:38:54.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
39902024-08-09T05:38:56.371Z[ recovery-image] Aug 09 05:38:54.358 INFO O| Aug 09 05:38:54.358 INFO STEP 53 (remove_files) COMPLETE
39912024-08-09T05:38:56.371Z[ recovery-image] Aug 09 05:38:54.358 INFO O| Aug 09 05:38:54.358 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39922024-08-09T05:38:56.383Z[ recovery-image] Aug 09 05:38:54.370 INFO O| Aug 09 05:38:54.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
39932024-08-09T05:38:56.386Z[ recovery-image] Aug 09 05:38:54.370 INFO O| Aug 09 05:38:54.370 INFO STEP 54 (remove_files) COMPLETE
39942024-08-09T05:38:56.386Z[ recovery-image] Aug 09 05:38:54.370 INFO O| Aug 09 05:38:54.370 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39952024-08-09T05:38:56.395Z[ recovery-image] Aug 09 05:38:54.382 INFO O| Aug 09 05:38:54.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
39962024-08-09T05:38:56.395Z[ recovery-image] Aug 09 05:38:54.382 INFO O| Aug 09 05:38:54.382 INFO STEP 55 (remove_files) COMPLETE
39972024-08-09T05:38:56.398Z[ recovery-image] Aug 09 05:38:54.382 INFO O| Aug 09 05:38:54.382 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39982024-08-09T05:38:56.406Z[ recovery-image] Aug 09 05:38:54.393 INFO O| Aug 09 05:38:54.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
39992024-08-09T05:38:56.408Z[ recovery-image] Aug 09 05:38:54.393 INFO O| Aug 09 05:38:54.393 INFO STEP 56 (remove_files) COMPLETE
40002024-08-09T05:38:56.408Z[ recovery-image] Aug 09 05:38:54.393 INFO O| Aug 09 05:38:54.393 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-08-09T05:38:56.417Z[ recovery-image] Aug 09 05:38:54.404 INFO O| Aug 09 05:38:54.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40022024-08-09T05:38:56.420Z[ recovery-image] Aug 09 05:38:54.404 INFO O| Aug 09 05:38:54.404 INFO STEP 57 (remove_files) COMPLETE
40032024-08-09T05:38:56.420Z[ recovery-image] Aug 09 05:38:54.404 INFO O| Aug 09 05:38:54.404 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40042024-08-09T05:38:56.428Z[ recovery-image] Aug 09 05:38:54.415 INFO O| Aug 09 05:38:54.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40052024-08-09T05:38:56.428Z[ recovery-image] Aug 09 05:38:54.415 INFO O| Aug 09 05:38:54.415 INFO STEP 58 (remove_files) COMPLETE
40062024-08-09T05:38:56.431Z[ recovery-image] Aug 09 05:38:54.415 INFO O| Aug 09 05:38:54.415 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40072024-08-09T05:38:56.440Z[ recovery-image] Aug 09 05:38:54.427 INFO O| Aug 09 05:38:54.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40082024-08-09T05:38:56.443Z[ recovery-image] Aug 09 05:38:54.427 INFO O| Aug 09 05:38:54.427 INFO STEP 59 (remove_files) COMPLETE
40092024-08-09T05:38:56.443Z[ recovery-image] Aug 09 05:38:54.427 INFO O| Aug 09 05:38:54.427 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-08-09T05:38:56.451Z[ recovery-image] Aug 09 05:38:54.438 INFO O| Aug 09 05:38:54.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40112024-08-09T05:38:56.453Z[ recovery-image] Aug 09 05:38:54.438 INFO O| Aug 09 05:38:54.438 INFO STEP 60 (remove_files) COMPLETE
40122024-08-09T05:38:56.453Z[ recovery-image] Aug 09 05:38:54.438 INFO O| Aug 09 05:38:54.438 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-08-09T05:38:56.461Z[ recovery-image] Aug 09 05:38:54.448 INFO O| Aug 09 05:38:54.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40142024-08-09T05:38:56.464Z[ recovery-image] Aug 09 05:38:54.449 INFO O| Aug 09 05:38:54.449 INFO STEP 61 (remove_files) COMPLETE
40152024-08-09T05:38:56.464Z[ recovery-image] Aug 09 05:38:54.449 INFO O| Aug 09 05:38:54.449 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-08-09T05:38:56.472Z[ recovery-image] Aug 09 05:38:54.459 INFO O| Aug 09 05:38:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40172024-08-09T05:38:56.475Z[ recovery-image] Aug 09 05:38:54.459 INFO O| Aug 09 05:38:54.459 INFO STEP 62 (remove_files) COMPLETE
40182024-08-09T05:38:56.475Z[ recovery-image] Aug 09 05:38:54.459 INFO O| Aug 09 05:38:54.459 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-08-09T05:38:56.482Z[ recovery-image] Aug 09 05:38:54.470 INFO O| Aug 09 05:38:54.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40202024-08-09T05:38:56.483Z[ recovery-image] Aug 09 05:38:54.470 INFO O| Aug 09 05:38:54.470 INFO STEP 63 (remove_files) COMPLETE
40212024-08-09T05:38:56.483Z[ recovery-image] Aug 09 05:38:54.470 INFO O| Aug 09 05:38:54.470 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-08-09T05:38:56.493Z[ recovery-image] Aug 09 05:38:54.480 INFO O| Aug 09 05:38:54.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40232024-08-09T05:38:56.493Z[ recovery-image] Aug 09 05:38:54.480 INFO O| Aug 09 05:38:54.480 INFO STEP 64 (remove_files) COMPLETE
40242024-08-09T05:38:56.496Z[ recovery-image] Aug 09 05:38:54.480 INFO O| Aug 09 05:38:54.480 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-08-09T05:38:56.503Z[ recovery-image] Aug 09 05:38:54.490 INFO O| Aug 09 05:38:54.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40262024-08-09T05:38:56.506Z[ recovery-image] Aug 09 05:38:54.490 INFO O| Aug 09 05:38:54.490 INFO STEP 65 (remove_files) COMPLETE
40272024-08-09T05:38:56.506Z[ recovery-image] Aug 09 05:38:54.490 INFO O| Aug 09 05:38:54.490 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-08-09T05:38:56.513Z[ recovery-image] Aug 09 05:38:54.500 INFO O| Aug 09 05:38:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40292024-08-09T05:38:56.513Z[ recovery-image] Aug 09 05:38:54.500 INFO O| Aug 09 05:38:54.500 INFO STEP 66 (remove_files) COMPLETE
40302024-08-09T05:38:56.513Z[ recovery-image] Aug 09 05:38:54.500 INFO O| Aug 09 05:38:54.500 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40312024-08-09T05:38:56.524Z[ recovery-image] Aug 09 05:38:54.510 INFO O| Aug 09 05:38:54.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40322024-08-09T05:38:56.527Z[ recovery-image] Aug 09 05:38:54.511 INFO O| Aug 09 05:38:54.510 INFO STEP 67 (remove_files) COMPLETE
40332024-08-09T05:38:56.527Z[ recovery-image] Aug 09 05:38:54.511 INFO O| Aug 09 05:38:54.511 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-08-09T05:38:56.534Z[ recovery-image] Aug 09 05:38:54.521 INFO O| Aug 09 05:38:54.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40352024-08-09T05:38:56.536Z[ recovery-image] Aug 09 05:38:54.521 INFO O| Aug 09 05:38:54.521 INFO STEP 68 (remove_files) COMPLETE
40362024-08-09T05:38:56.536Z[ recovery-image] Aug 09 05:38:54.521 INFO O| Aug 09 05:38:54.521 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-08-09T05:38:56.544Z[ recovery-image] Aug 09 05:38:54.531 INFO O| Aug 09 05:38:54.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40382024-08-09T05:38:56.544Z[ recovery-image] Aug 09 05:38:54.531 INFO O| Aug 09 05:38:54.531 INFO STEP 69 (remove_files) COMPLETE
40392024-08-09T05:38:56.547Z[ recovery-image] Aug 09 05:38:54.531 INFO O| Aug 09 05:38:54.531 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-08-09T05:38:56.554Z[ recovery-image] Aug 09 05:38:54.541 INFO O| Aug 09 05:38:54.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40412024-08-09T05:38:56.557Z[ recovery-image] Aug 09 05:38:54.541 INFO O| Aug 09 05:38:54.541 INFO STEP 70 (remove_files) COMPLETE
40422024-08-09T05:38:56.557Z[ recovery-image] Aug 09 05:38:54.542 INFO O| Aug 09 05:38:54.541 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-08-09T05:38:56.564Z[ recovery-image] Aug 09 05:38:54.551 INFO O| Aug 09 05:38:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40442024-08-09T05:38:56.564Z[ recovery-image] Aug 09 05:38:54.551 INFO O| Aug 09 05:38:54.551 INFO STEP 71 (remove_files) COMPLETE
40452024-08-09T05:38:56.564Z[ recovery-image] Aug 09 05:38:54.551 INFO O| Aug 09 05:38:54.551 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-08-09T05:38:56.574Z[ recovery-image] Aug 09 05:38:54.561 INFO O| Aug 09 05:38:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40472024-08-09T05:38:56.574Z[ recovery-image] Aug 09 05:38:54.561 INFO O| Aug 09 05:38:54.561 INFO STEP 72 (remove_files) COMPLETE
40482024-08-09T05:38:56.577Z[ recovery-image] Aug 09 05:38:54.562 INFO O| Aug 09 05:38:54.561 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-08-09T05:38:56.585Z[ recovery-image] Aug 09 05:38:54.572 INFO O| Aug 09 05:38:54.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40502024-08-09T05:38:56.585Z[ recovery-image] Aug 09 05:38:54.572 INFO O| Aug 09 05:38:54.572 INFO STEP 73 (remove_files) COMPLETE
40512024-08-09T05:38:56.588Z[ recovery-image] Aug 09 05:38:54.572 INFO O| Aug 09 05:38:54.572 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-08-09T05:38:56.595Z[ recovery-image] Aug 09 05:38:54.582 INFO O| Aug 09 05:38:54.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40532024-08-09T05:38:56.598Z[ recovery-image] Aug 09 05:38:54.582 INFO O| Aug 09 05:38:54.582 INFO STEP 74 (remove_files) COMPLETE
40542024-08-09T05:38:56.598Z[ recovery-image] Aug 09 05:38:54.582 INFO O| Aug 09 05:38:54.582 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-08-09T05:38:56.607Z[ recovery-image] Aug 09 05:38:54.594 INFO O| Aug 09 05:38:54.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40562024-08-09T05:38:56.610Z[ recovery-image] Aug 09 05:38:54.594 INFO O| Aug 09 05:38:54.594 INFO STEP 75 (remove_files) COMPLETE
40572024-08-09T05:38:56.610Z[ recovery-image] Aug 09 05:38:54.594 INFO O| Aug 09 05:38:54.594 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-08-09T05:38:56.618Z[ recovery-image] Aug 09 05:38:54.605 INFO O| Aug 09 05:38:54.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40592024-08-09T05:38:56.621Z[ recovery-image] Aug 09 05:38:54.606 INFO O| Aug 09 05:38:54.606 INFO STEP 76 (remove_files) COMPLETE
40602024-08-09T05:38:56.621Z[ recovery-image] Aug 09 05:38:54.606 INFO O| Aug 09 05:38:54.606 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-08-09T05:38:56.630Z[ recovery-image] Aug 09 05:38:54.617 INFO O| Aug 09 05:38:54.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40622024-08-09T05:38:56.632Z[ recovery-image] Aug 09 05:38:54.617 INFO O| Aug 09 05:38:54.617 INFO STEP 77 (remove_files) COMPLETE
40632024-08-09T05:38:56.632Z[ recovery-image] Aug 09 05:38:54.617 INFO O| Aug 09 05:38:54.617 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-08-09T05:38:56.642Z[ recovery-image] Aug 09 05:38:54.629 INFO O| Aug 09 05:38:54.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40652024-08-09T05:38:56.642Z[ recovery-image] Aug 09 05:38:54.629 INFO O| Aug 09 05:38:54.629 INFO STEP 78 (remove_files) COMPLETE
40662024-08-09T05:38:56.645Z[ recovery-image] Aug 09 05:38:54.629 INFO O| Aug 09 05:38:54.629 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-08-09T05:38:56.653Z[ recovery-image] Aug 09 05:38:54.640 INFO O| Aug 09 05:38:54.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40682024-08-09T05:38:56.656Z[ recovery-image] Aug 09 05:38:54.641 INFO O| Aug 09 05:38:54.640 INFO STEP 79 (remove_files) COMPLETE
40692024-08-09T05:38:56.656Z[ recovery-image] Aug 09 05:38:54.641 INFO O| Aug 09 05:38:54.641 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-08-09T05:38:56.665Z[ recovery-image] Aug 09 05:38:54.652 INFO O| Aug 09 05:38:54.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40712024-08-09T05:38:56.665Z[ recovery-image] Aug 09 05:38:54.652 INFO O| Aug 09 05:38:54.652 INFO STEP 80 (remove_files) COMPLETE
40722024-08-09T05:38:56.667Z[ recovery-image] Aug 09 05:38:54.652 INFO O| Aug 09 05:38:54.652 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-08-09T05:38:56.675Z[ recovery-image] Aug 09 05:38:54.662 INFO O| Aug 09 05:38:54.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40742024-08-09T05:38:56.675Z[ recovery-image] Aug 09 05:38:54.662 INFO O| Aug 09 05:38:54.662 INFO STEP 81 (remove_files) COMPLETE
40752024-08-09T05:38:56.677Z[ recovery-image] Aug 09 05:38:54.662 INFO O| Aug 09 05:38:54.662 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-08-09T05:38:56.686Z[ recovery-image] Aug 09 05:38:54.673 INFO O| Aug 09 05:38:54.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40772024-08-09T05:38:56.686Z[ recovery-image] Aug 09 05:38:54.673 INFO O| Aug 09 05:38:54.673 INFO STEP 82 (remove_files) COMPLETE
40782024-08-09T05:38:56.689Z[ recovery-image] Aug 09 05:38:54.673 INFO O| Aug 09 05:38:54.673 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-08-09T05:38:56.697Z[ recovery-image] Aug 09 05:38:54.684 INFO O| Aug 09 05:38:54.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40802024-08-09T05:38:56.700Z[ recovery-image] Aug 09 05:38:54.684 INFO O| Aug 09 05:38:54.684 INFO STEP 83 (remove_files) COMPLETE
40812024-08-09T05:38:56.700Z[ recovery-image] Aug 09 05:38:54.684 INFO O| Aug 09 05:38:54.684 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-08-09T05:38:56.708Z[ recovery-image] Aug 09 05:38:54.695 INFO O| Aug 09 05:38:54.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40832024-08-09T05:38:56.708Z[ recovery-image] Aug 09 05:38:54.695 INFO O| Aug 09 05:38:54.695 INFO STEP 84 (remove_files) COMPLETE
40842024-08-09T05:38:56.711Z[ recovery-image] Aug 09 05:38:54.695 INFO O| Aug 09 05:38:54.695 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-08-09T05:38:56.719Z[ recovery-image] Aug 09 05:38:54.706 INFO O| Aug 09 05:38:54.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40862024-08-09T05:38:56.722Z[ recovery-image] Aug 09 05:38:54.707 INFO O| Aug 09 05:38:54.707 INFO STEP 85 (remove_files) COMPLETE
40872024-08-09T05:38:56.722Z[ recovery-image] Aug 09 05:38:54.707 INFO O| Aug 09 05:38:54.707 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-08-09T05:38:56.722Z[ host-image] Aug 09 05:38:54.708 INFO O| Aug 09 05:38:54.708 INFO O| Planning: Solver setup ... Done
40892024-08-09T05:38:56.725Z[ host-image] Aug 09 05:38:54.712 INFO O| Aug 09 05:38:54.712 INFO O| Planning: Running solver ... Done
40902024-08-09T05:38:56.730Z[ recovery-image] Aug 09 05:38:54.717 INFO O| Aug 09 05:38:54.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
40912024-08-09T05:38:56.732Z[ recovery-image] Aug 09 05:38:54.717 INFO O| Aug 09 05:38:54.717 INFO STEP 86 (remove_files) COMPLETE
40922024-08-09T05:38:56.732Z[ recovery-image] Aug 09 05:38:54.717 INFO O| Aug 09 05:38:54.717 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-09T05:38:56.741Z[ recovery-image] Aug 09 05:38:54.728 INFO O| Aug 09 05:38:54.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
40942024-08-09T05:38:56.741Z[ recovery-image] Aug 09 05:38:54.728 INFO O| Aug 09 05:38:54.728 INFO STEP 87 (remove_files) COMPLETE
40952024-08-09T05:38:56.743Z[ recovery-image] Aug 09 05:38:54.728 INFO O| Aug 09 05:38:54.728 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-09T05:38:56.751Z[ recovery-image] Aug 09 05:38:54.738 INFO O| Aug 09 05:38:54.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
40972024-08-09T05:38:56.751Z[ recovery-image] Aug 09 05:38:54.738 INFO O| Aug 09 05:38:54.738 INFO STEP 88 (remove_files) COMPLETE
40982024-08-09T05:38:56.754Z[ recovery-image] Aug 09 05:38:54.738 INFO O| Aug 09 05:38:54.738 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-09T05:38:56.762Z[ host-image] Aug 09 05:38:54.749 INFO O| Aug 09 05:38:54.749 INFO O| Planning: Finding local manifests ... Done
41002024-08-09T05:38:56.765Z[ recovery-image] Aug 09 05:38:54.750 INFO O| Aug 09 05:38:54.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41012024-08-09T05:38:56.765Z[ recovery-image] Aug 09 05:38:54.751 INFO O| Aug 09 05:38:54.751 INFO STEP 89 (remove_files) COMPLETE
41022024-08-09T05:38:56.765Z[ recovery-image] Aug 09 05:38:54.751 INFO O| Aug 09 05:38:54.751 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-08-09T05:38:56.765Z[ host-image] Aug 09 05:38:54.751 INFO O| Aug 09 05:38:54.751 INFO O| Planning: Fetching manifests: 0/6 0% complete
41042024-08-09T05:38:56.774Z[ recovery-image] Aug 09 05:38:54.761 INFO O| Aug 09 05:38:54.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41052024-08-09T05:38:56.777Z[ recovery-image] Aug 09 05:38:54.761 INFO O| Aug 09 05:38:54.761 INFO STEP 90 (remove_files) COMPLETE
41062024-08-09T05:38:56.777Z[ recovery-image] Aug 09 05:38:54.761 INFO O| Aug 09 05:38:54.761 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-08-09T05:38:56.785Z[ recovery-image] Aug 09 05:38:54.772 INFO O| Aug 09 05:38:54.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41082024-08-09T05:38:56.785Z[ recovery-image] Aug 09 05:38:54.772 INFO O| Aug 09 05:38:54.772 INFO STEP 91 (remove_files) COMPLETE
41092024-08-09T05:38:56.788Z[ recovery-image] Aug 09 05:38:54.772 INFO O| Aug 09 05:38:54.772 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-08-09T05:38:56.796Z[ recovery-image] Aug 09 05:38:54.783 INFO O| Aug 09 05:38:54.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41112024-08-09T05:38:56.796Z[ recovery-image] Aug 09 05:38:54.783 INFO O| Aug 09 05:38:54.783 INFO STEP 92 (remove_files) COMPLETE
41122024-08-09T05:38:56.796Z[ recovery-image] Aug 09 05:38:54.783 INFO O| Aug 09 05:38:54.783 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-09T05:38:56.807Z[ recovery-image] Aug 09 05:38:54.794 INFO O| Aug 09 05:38:54.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41142024-08-09T05:38:56.807Z[ recovery-image] Aug 09 05:38:54.794 INFO O| Aug 09 05:38:54.794 INFO STEP 93 (remove_files) COMPLETE
41152024-08-09T05:38:56.809Z[ recovery-image] Aug 09 05:38:54.794 INFO O| Aug 09 05:38:54.794 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-09T05:38:56.817Z[ recovery-image] Aug 09 05:38:54.804 INFO O| Aug 09 05:38:54.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41172024-08-09T05:38:56.820Z[ recovery-image] Aug 09 05:38:54.805 INFO O| Aug 09 05:38:54.805 INFO STEP 94 (remove_files) COMPLETE
41182024-08-09T05:38:56.820Z[ recovery-image] Aug 09 05:38:54.805 INFO O| Aug 09 05:38:54.805 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-08-09T05:38:56.828Z[ recovery-image] Aug 09 05:38:54.815 INFO O| Aug 09 05:38:54.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41202024-08-09T05:38:56.828Z[ recovery-image] Aug 09 05:38:54.815 INFO O| Aug 09 05:38:54.815 INFO STEP 95 (remove_files) COMPLETE
41212024-08-09T05:38:56.828Z[ recovery-image] Aug 09 05:38:54.815 INFO O| Aug 09 05:38:54.815 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-08-09T05:38:56.839Z[ recovery-image] Aug 09 05:38:54.826 INFO O| Aug 09 05:38:54.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41232024-08-09T05:38:56.839Z[ recovery-image] Aug 09 05:38:54.826 INFO O| Aug 09 05:38:54.826 INFO STEP 96 (remove_files) COMPLETE
41242024-08-09T05:38:56.839Z[ recovery-image] Aug 09 05:38:54.826 INFO O| Aug 09 05:38:54.826 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-08-09T05:38:56.850Z[ recovery-image] Aug 09 05:38:54.837 INFO O| Aug 09 05:38:54.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41262024-08-09T05:38:56.853Z[ recovery-image] Aug 09 05:38:54.837 INFO O| Aug 09 05:38:54.837 INFO STEP 97 (remove_files) COMPLETE
41272024-08-09T05:38:56.853Z[ recovery-image] Aug 09 05:38:54.837 INFO O| Aug 09 05:38:54.837 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-08-09T05:38:56.860Z[ recovery-image] Aug 09 05:38:54.847 INFO O| Aug 09 05:38:54.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41292024-08-09T05:38:56.863Z[ recovery-image] Aug 09 05:38:54.847 INFO O| Aug 09 05:38:54.847 INFO STEP 98 (remove_files) COMPLETE
41302024-08-09T05:38:56.863Z[ recovery-image] Aug 09 05:38:54.847 INFO O| Aug 09 05:38:54.847 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-08-09T05:38:56.872Z[ recovery-image] Aug 09 05:38:54.859 INFO O| Aug 09 05:38:54.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41322024-08-09T05:38:56.875Z[ recovery-image] Aug 09 05:38:54.860 INFO O| Aug 09 05:38:54.860 INFO STEP 99 (remove_files) COMPLETE
41332024-08-09T05:38:56.875Z[ recovery-image] Aug 09 05:38:54.860 INFO O| Aug 09 05:38:54.860 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-08-09T05:38:56.883Z[ recovery-image] Aug 09 05:38:54.870 INFO O| Aug 09 05:38:54.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41352024-08-09T05:38:56.884Z[ recovery-image] Aug 09 05:38:54.871 INFO O| Aug 09 05:38:54.871 INFO STEP 100 (remove_files) COMPLETE
41362024-08-09T05:38:56.884Z[ recovery-image] Aug 09 05:38:54.871 INFO O| Aug 09 05:38:54.871 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-08-09T05:38:56.894Z[ recovery-image] Aug 09 05:38:54.880 INFO O| Aug 09 05:38:54.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41382024-08-09T05:38:56.894Z[ recovery-image] Aug 09 05:38:54.881 INFO O| Aug 09 05:38:54.881 INFO STEP 101 (remove_files) COMPLETE
41392024-08-09T05:38:56.894Z[ recovery-image] Aug 09 05:38:54.881 INFO O| Aug 09 05:38:54.881 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-08-09T05:38:56.896Z[ host-image] Aug 09 05:38:54.882 INFO O| Aug 09 05:38:54.882 INFO O| Planning: Fetching manifests: 6/6 100% complete
41412024-08-09T05:38:56.904Z[ recovery-image] Aug 09 05:38:54.891 INFO O| Aug 09 05:38:54.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41422024-08-09T05:38:56.904Z[ recovery-image] Aug 09 05:38:54.891 INFO O| Aug 09 05:38:54.891 INFO STEP 102 (remove_files) COMPLETE
41432024-08-09T05:38:56.907Z[ recovery-image] Aug 09 05:38:54.891 INFO O| Aug 09 05:38:54.891 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-09T05:38:56.914Z[ recovery-image] Aug 09 05:38:54.901 INFO O| Aug 09 05:38:54.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41452024-08-09T05:38:56.914Z[ recovery-image] Aug 09 05:38:54.901 INFO O| Aug 09 05:38:54.901 INFO STEP 103 (remove_files) COMPLETE
41462024-08-09T05:38:56.914Z[ recovery-image] Aug 09 05:38:54.901 INFO O| Aug 09 05:38:54.901 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-09T05:38:56.925Z[ recovery-image] Aug 09 05:38:54.911 INFO O| Aug 09 05:38:54.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41482024-08-09T05:38:56.928Z[ recovery-image] Aug 09 05:38:54.911 INFO O| Aug 09 05:38:54.911 INFO STEP 104 (remove_files) COMPLETE
41492024-08-09T05:38:56.928Z[ recovery-image] Aug 09 05:38:54.911 INFO O| Aug 09 05:38:54.911 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-09T05:38:56.931Z[ host-image] Aug 09 05:38:54.916 INFO O| Aug 09 05:38:54.916 INFO O| Planning: Package planning ... Done
41512024-08-09T05:38:56.935Z[ recovery-image] Aug 09 05:38:54.922 INFO O| Aug 09 05:38:54.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41522024-08-09T05:38:56.937Z[ recovery-image] Aug 09 05:38:54.922 INFO O| Aug 09 05:38:54.922 INFO STEP 105 (remove_files) COMPLETE
41532024-08-09T05:38:56.937Z[ recovery-image] Aug 09 05:38:54.922 INFO O| Aug 09 05:38:54.922 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-08-09T05:38:56.945Z[ recovery-image] Aug 09 05:38:54.931 INFO O| Aug 09 05:38:54.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41552024-08-09T05:38:56.945Z[ recovery-image] Aug 09 05:38:54.932 INFO O| Aug 09 05:38:54.931 INFO STEP 106 (remove_files) COMPLETE
41562024-08-09T05:38:56.947Z[ recovery-image] Aug 09 05:38:54.932 INFO O| Aug 09 05:38:54.931 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-08-09T05:38:56.950Z[ host-image] Aug 09 05:38:54.936 INFO O| Aug 09 05:38:54.936 INFO O| Planning: Merging actions ... Done
41582024-08-09T05:38:56.955Z[ recovery-image] Aug 09 05:38:54.942 INFO O| Aug 09 05:38:54.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41592024-08-09T05:38:56.958Z[ recovery-image] Aug 09 05:38:54.943 INFO O| Aug 09 05:38:54.943 INFO STEP 107 (remove_files) COMPLETE
41602024-08-09T05:38:56.958Z[ recovery-image] Aug 09 05:38:54.943 INFO O| Aug 09 05:38:54.943 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-08-09T05:38:56.967Z[ recovery-image] Aug 09 05:38:54.953 INFO O| Aug 09 05:38:54.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41622024-08-09T05:38:56.967Z[ recovery-image] Aug 09 05:38:54.954 INFO O| Aug 09 05:38:54.953 INFO STEP 108 (remove_files) COMPLETE
41632024-08-09T05:38:56.967Z[ recovery-image] Aug 09 05:38:54.954 INFO O| Aug 09 05:38:54.954 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-08-09T05:38:56.978Z[ recovery-image] Aug 09 05:38:54.965 INFO O| Aug 09 05:38:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41652024-08-09T05:38:56.981Z[ recovery-image] Aug 09 05:38:54.965 INFO O| Aug 09 05:38:54.965 INFO STEP 109 (remove_files) COMPLETE
41662024-08-09T05:38:56.981Z[ recovery-image] Aug 09 05:38:54.965 INFO O| Aug 09 05:38:54.965 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-08-09T05:38:56.988Z[ recovery-image] Aug 09 05:38:54.975 INFO O| Aug 09 05:38:54.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41682024-08-09T05:38:56.988Z[ recovery-image] Aug 09 05:38:54.975 INFO O| Aug 09 05:38:54.975 INFO STEP 110 (remove_files) COMPLETE
41692024-08-09T05:38:56.988Z[ recovery-image] Aug 09 05:38:54.975 INFO O| Aug 09 05:38:54.975 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-08-09T05:38:56.998Z[ recovery-image] Aug 09 05:38:54.985 INFO O| Aug 09 05:38:54.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41712024-08-09T05:38:56.998Z[ recovery-image] Aug 09 05:38:54.985 INFO O| Aug 09 05:38:54.985 INFO STEP 111 (remove_files) COMPLETE
41722024-08-09T05:38:57.001Z[ recovery-image] Aug 09 05:38:54.986 INFO O| Aug 09 05:38:54.985 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-08-09T05:38:57.008Z[ recovery-image] Aug 09 05:38:54.995 INFO O| Aug 09 05:38:54.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41742024-08-09T05:38:57.011Z[ recovery-image] Aug 09 05:38:54.996 INFO O| Aug 09 05:38:54.996 INFO STEP 112 (remove_files) COMPLETE
41752024-08-09T05:38:57.012Z[ recovery-image] Aug 09 05:38:54.996 INFO O| Aug 09 05:38:54.996 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-08-09T05:38:57.022Z[ recovery-image] Aug 09 05:38:55.009 INFO O| Aug 09 05:38:55.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41772024-08-09T05:38:57.025Z[ recovery-image] Aug 09 05:38:55.009 INFO O| Aug 09 05:38:55.009 INFO STEP 113 (remove_files) COMPLETE
41782024-08-09T05:38:57.025Z[ recovery-image] Aug 09 05:38:55.009 INFO O| Aug 09 05:38:55.009 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-08-09T05:38:57.032Z[ host-image] Aug 09 05:38:55.019 INFO O| Aug 09 05:38:55.019 INFO O| Planning: Checking for conflicting actions ... Done
41802024-08-09T05:38:57.034Z[ recovery-image] Aug 09 05:38:55.019 INFO O| Aug 09 05:38:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41812024-08-09T05:38:57.034Z[ recovery-image] Aug 09 05:38:55.019 INFO O| Aug 09 05:38:55.019 INFO STEP 114 (remove_files) COMPLETE
41822024-08-09T05:38:57.034Z[ recovery-image] Aug 09 05:38:55.019 INFO O| Aug 09 05:38:55.019 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-09T05:38:57.037Z[ host-image] Aug 09 05:38:55.023 INFO O| Aug 09 05:38:55.023 INFO O| Planning: Consolidating action changes ... Done
41842024-08-09T05:38:57.042Z[ recovery-image] Aug 09 05:38:55.029 INFO O| Aug 09 05:38:55.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41852024-08-09T05:38:57.045Z[ recovery-image] Aug 09 05:38:55.029 INFO O| Aug 09 05:38:55.029 INFO STEP 115 (remove_files) COMPLETE
41862024-08-09T05:38:57.045Z[ recovery-image] Aug 09 05:38:55.029 INFO O| Aug 09 05:38:55.029 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-08-09T05:38:57.053Z[ recovery-image] Aug 09 05:38:55.039 INFO O| Aug 09 05:38:55.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41882024-08-09T05:38:57.053Z[ recovery-image] Aug 09 05:38:55.039 INFO O| Aug 09 05:38:55.039 INFO STEP 116 (remove_files) COMPLETE
41892024-08-09T05:38:57.053Z[ recovery-image] Aug 09 05:38:55.039 INFO O| Aug 09 05:38:55.039 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-08-09T05:38:57.064Z[ recovery-image] Aug 09 05:38:55.051 INFO O| Aug 09 05:38:55.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41912024-08-09T05:38:57.064Z[ recovery-image] Aug 09 05:38:55.051 INFO O| Aug 09 05:38:55.051 INFO STEP 117 (remove_files) COMPLETE
41922024-08-09T05:38:57.067Z[ recovery-image] Aug 09 05:38:55.051 INFO O| Aug 09 05:38:55.051 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-08-09T05:38:57.074Z[ recovery-image] Aug 09 05:38:55.061 INFO O| Aug 09 05:38:55.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41942024-08-09T05:38:57.074Z[ recovery-image] Aug 09 05:38:55.061 INFO O| Aug 09 05:38:55.061 INFO STEP 118 (remove_files) COMPLETE
41952024-08-09T05:38:57.077Z[ recovery-image] Aug 09 05:38:55.061 INFO O| Aug 09 05:38:55.061 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-08-09T05:38:57.087Z[ recovery-image] Aug 09 05:38:55.073 INFO O| Aug 09 05:38:55.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
41972024-08-09T05:38:57.087Z[ recovery-image] Aug 09 05:38:55.074 INFO O| Aug 09 05:38:55.074 INFO STEP 119 (remove_files) COMPLETE
41982024-08-09T05:38:57.087Z[ recovery-image] Aug 09 05:38:55.074 INFO O| Aug 09 05:38:55.074 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-08-09T05:38:57.097Z[ recovery-image] Aug 09 05:38:55.084 INFO O| Aug 09 05:38:55.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42002024-08-09T05:38:57.098Z[ recovery-image] Aug 09 05:38:55.084 INFO O| Aug 09 05:38:55.084 INFO STEP 120 (remove_files) COMPLETE
42012024-08-09T05:38:57.098Z[ recovery-image] Aug 09 05:38:55.085 INFO O| Aug 09 05:38:55.084 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-08-09T05:38:57.109Z[ recovery-image] Aug 09 05:38:55.096 INFO O| Aug 09 05:38:55.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42032024-08-09T05:38:57.109Z[ recovery-image] Aug 09 05:38:55.096 INFO O| Aug 09 05:38:55.096 INFO STEP 121 (remove_files) COMPLETE
42042024-08-09T05:38:57.109Z[ recovery-image] Aug 09 05:38:55.096 INFO O| Aug 09 05:38:55.096 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-08-09T05:38:57.120Z[ recovery-image] Aug 09 05:38:55.107 INFO O| Aug 09 05:38:55.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42062024-08-09T05:38:57.123Z[ recovery-image] Aug 09 05:38:55.108 INFO O| Aug 09 05:38:55.108 INFO STEP 122 (remove_files) COMPLETE
42072024-08-09T05:38:57.123Z[ recovery-image] Aug 09 05:38:55.108 INFO O| Aug 09 05:38:55.108 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-08-09T05:38:57.132Z[ recovery-image] Aug 09 05:38:55.119 INFO O| Aug 09 05:38:55.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42092024-08-09T05:38:57.132Z[ recovery-image] Aug 09 05:38:55.119 INFO O| Aug 09 05:38:55.119 INFO STEP 123 (remove_files) COMPLETE
42102024-08-09T05:38:57.132Z[ recovery-image] Aug 09 05:38:55.119 INFO O| Aug 09 05:38:55.119 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-08-09T05:38:57.144Z[ recovery-image] Aug 09 05:38:55.130 INFO O| Aug 09 05:38:55.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42122024-08-09T05:38:57.146Z[ recovery-image] Aug 09 05:38:55.130 INFO O| Aug 09 05:38:55.130 INFO STEP 124 (remove_files) COMPLETE
42132024-08-09T05:38:57.146Z[ recovery-image] Aug 09 05:38:55.131 INFO O| Aug 09 05:38:55.130 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-09T05:38:57.157Z[ recovery-image] Aug 09 05:38:55.144 INFO O| Aug 09 05:38:55.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42152024-08-09T05:38:57.160Z[ recovery-image] Aug 09 05:38:55.145 INFO O| Aug 09 05:38:55.144 INFO STEP 125 (remove_files) COMPLETE
42162024-08-09T05:38:57.160Z[ recovery-image] Aug 09 05:38:55.145 INFO O| Aug 09 05:38:55.145 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-08-09T05:38:57.170Z[ recovery-image] Aug 09 05:38:55.157 INFO O| Aug 09 05:38:55.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42182024-08-09T05:38:57.173Z[ recovery-image] Aug 09 05:38:55.157 INFO O| Aug 09 05:38:55.157 INFO STEP 126 (remove_files) COMPLETE
42192024-08-09T05:38:57.173Z[ recovery-image] Aug 09 05:38:55.157 INFO O| Aug 09 05:38:55.157 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-08-09T05:38:57.183Z[ recovery-image] Aug 09 05:38:55.169 INFO O| Aug 09 05:38:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42212024-08-09T05:38:57.185Z[ recovery-image] Aug 09 05:38:55.170 INFO O| Aug 09 05:38:55.169 INFO STEP 127 (remove_files) COMPLETE
42222024-08-09T05:38:57.185Z[ recovery-image] Aug 09 05:38:55.170 INFO O| Aug 09 05:38:55.169 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-08-09T05:38:57.195Z[ recovery-image] Aug 09 05:38:55.182 INFO O| Aug 09 05:38:55.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42242024-08-09T05:38:57.198Z[ recovery-image] Aug 09 05:38:55.182 INFO O| Aug 09 05:38:55.182 INFO STEP 128 (remove_files) COMPLETE
42252024-08-09T05:38:57.198Z[ recovery-image] Aug 09 05:38:55.182 INFO O| Aug 09 05:38:55.182 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-08-09T05:38:57.207Z[ recovery-image] Aug 09 05:38:55.194 INFO O| Aug 09 05:38:55.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42272024-08-09T05:38:57.207Z[ recovery-image] Aug 09 05:38:55.194 INFO O| Aug 09 05:38:55.194 INFO STEP 129 (remove_files) COMPLETE
42282024-08-09T05:38:57.210Z[ recovery-image] Aug 09 05:38:55.194 INFO O| Aug 09 05:38:55.194 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-09T05:38:57.220Z[ recovery-image] Aug 09 05:38:55.206 INFO O| Aug 09 05:38:55.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42302024-08-09T05:38:57.222Z[ recovery-image] Aug 09 05:38:55.206 INFO O| Aug 09 05:38:55.206 INFO STEP 130 (remove_files) COMPLETE
42312024-08-09T05:38:57.222Z[ recovery-image] Aug 09 05:38:55.207 INFO O| Aug 09 05:38:55.206 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-09T05:38:57.230Z[ recovery-image] Aug 09 05:38:55.216 INFO O| Aug 09 05:38:55.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42332024-08-09T05:38:57.232Z[ recovery-image] Aug 09 05:38:55.217 INFO O| Aug 09 05:38:55.217 INFO STEP 131 (remove_files) COMPLETE
42342024-08-09T05:38:57.232Z[ recovery-image] Aug 09 05:38:55.217 INFO O| Aug 09 05:38:55.217 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-09T05:38:57.240Z[ recovery-image] Aug 09 05:38:55.227 INFO O| Aug 09 05:38:55.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42362024-08-09T05:38:57.240Z[ recovery-image] Aug 09 05:38:55.227 INFO O| Aug 09 05:38:55.227 INFO STEP 132 (remove_files) COMPLETE
42372024-08-09T05:38:57.240Z[ recovery-image] Aug 09 05:38:55.227 INFO O| Aug 09 05:38:55.227 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-09T05:38:57.250Z[ recovery-image] Aug 09 05:38:55.237 INFO O| Aug 09 05:38:55.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42392024-08-09T05:38:57.253Z[ recovery-image] Aug 09 05:38:55.237 INFO O| Aug 09 05:38:55.237 INFO STEP 133 (remove_files) COMPLETE
42402024-08-09T05:38:57.253Z[ recovery-image] Aug 09 05:38:55.237 INFO O| Aug 09 05:38:55.237 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-09T05:38:57.260Z[ recovery-image] Aug 09 05:38:55.247 INFO O| Aug 09 05:38:55.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42422024-08-09T05:38:57.260Z[ recovery-image] Aug 09 05:38:55.247 INFO O| Aug 09 05:38:55.247 INFO STEP 134 (remove_files) COMPLETE
42432024-08-09T05:38:57.260Z[ recovery-image] Aug 09 05:38:55.247 INFO O| Aug 09 05:38:55.247 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-09T05:38:57.270Z[ recovery-image] Aug 09 05:38:55.257 INFO O| Aug 09 05:38:55.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42452024-08-09T05:38:57.270Z[ recovery-image] Aug 09 05:38:55.257 INFO O| Aug 09 05:38:55.257 INFO STEP 135 (remove_files) COMPLETE
42462024-08-09T05:38:57.273Z[ recovery-image] Aug 09 05:38:55.257 INFO O| Aug 09 05:38:55.257 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-09T05:38:57.280Z[ recovery-image] Aug 09 05:38:55.267 INFO O| Aug 09 05:38:55.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42482024-08-09T05:38:57.280Z[ recovery-image] Aug 09 05:38:55.267 INFO O| Aug 09 05:38:55.267 INFO STEP 136 (remove_files) COMPLETE
42492024-08-09T05:38:57.283Z[ recovery-image] Aug 09 05:38:55.267 INFO O| Aug 09 05:38:55.267 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-09T05:38:57.290Z[ recovery-image] Aug 09 05:38:55.277 INFO O| Aug 09 05:38:55.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42512024-08-09T05:38:57.290Z[ recovery-image] Aug 09 05:38:55.277 INFO O| Aug 09 05:38:55.277 INFO STEP 137 (remove_files) COMPLETE
42522024-08-09T05:38:57.293Z[ recovery-image] Aug 09 05:38:55.277 INFO O| Aug 09 05:38:55.277 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-09T05:38:57.300Z[ recovery-image] Aug 09 05:38:55.287 INFO O| Aug 09 05:38:55.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42542024-08-09T05:38:57.300Z[ recovery-image] Aug 09 05:38:55.287 INFO O| Aug 09 05:38:55.287 INFO STEP 138 (remove_files) COMPLETE
42552024-08-09T05:38:57.300Z[ recovery-image] Aug 09 05:38:55.287 INFO O| Aug 09 05:38:55.287 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-09T05:38:57.311Z[ recovery-image] Aug 09 05:38:55.298 INFO O| Aug 09 05:38:55.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42572024-08-09T05:38:57.311Z[ recovery-image] Aug 09 05:38:55.298 INFO O| Aug 09 05:38:55.298 INFO STEP 139 (remove_files) COMPLETE
42582024-08-09T05:38:57.314Z[ recovery-image] Aug 09 05:38:55.298 INFO O| Aug 09 05:38:55.298 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-09T05:38:57.317Z[ host-image] Aug 09 05:38:55.303 INFO O| Aug 09 05:38:55.303 INFO O| Planning: Evaluating mediators ... Done
42602024-08-09T05:38:57.320Z[ host-image] Aug 09 05:38:55.306 INFO O| Aug 09 05:38:55.306 INFO O| Planning: Planning completed in 2.29 seconds
42612024-08-09T05:38:57.322Z[ host-image] Aug 09 05:38:55.308 INFO O| Aug 09 05:38:55.308 INFO O| Packages to install: 6
42622024-08-09T05:38:57.322Z[ host-image] Aug 09 05:38:55.308 INFO O| Aug 09 05:38:55.308 INFO O| Mediators to change: 1
42632024-08-09T05:38:57.322Z[ host-image] Aug 09 05:38:55.308 INFO O| Aug 09 05:38:55.308 INFO O| Services to change: 1
42642024-08-09T05:38:57.322Z[ recovery-image] Aug 09 05:38:55.309 INFO O| Aug 09 05:38:55.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42652024-08-09T05:38:57.322Z[ recovery-image] Aug 09 05:38:55.309 INFO O| Aug 09 05:38:55.309 INFO STEP 140 (remove_files) COMPLETE
42662024-08-09T05:38:57.322Z[ recovery-image] Aug 09 05:38:55.309 INFO O| Aug 09 05:38:55.309 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-09T05:38:57.334Z[ recovery-image] Aug 09 05:38:55.321 INFO O| Aug 09 05:38:55.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42682024-08-09T05:38:57.334Z[ recovery-image] Aug 09 05:38:55.321 INFO O| Aug 09 05:38:55.321 INFO STEP 141 (remove_files) COMPLETE
42692024-08-09T05:38:57.337Z[ recovery-image] Aug 09 05:38:55.321 INFO O| Aug 09 05:38:55.321 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-09T05:38:57.337Z[ host-image] Aug 09 05:38:55.323 INFO O| Aug 09 05:38:55.323 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
42712024-08-09T05:38:57.345Z[ recovery-image] Aug 09 05:38:55.332 INFO O| Aug 09 05:38:55.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42722024-08-09T05:38:57.345Z[ recovery-image] Aug 09 05:38:55.332 INFO O| Aug 09 05:38:55.332 INFO STEP 142 (remove_files) COMPLETE
42732024-08-09T05:38:57.348Z[ recovery-image] Aug 09 05:38:55.332 INFO O| Aug 09 05:38:55.332 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-08-09T05:38:57.357Z[ recovery-image] Aug 09 05:38:55.344 INFO O| Aug 09 05:38:55.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42752024-08-09T05:38:57.357Z[ recovery-image] Aug 09 05:38:55.344 INFO O| Aug 09 05:38:55.344 INFO STEP 143 (remove_files) COMPLETE
42762024-08-09T05:38:57.360Z[ recovery-image] Aug 09 05:38:55.344 INFO O| Aug 09 05:38:55.344 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-08-09T05:38:57.370Z[ recovery-image] Aug 09 05:38:55.357 INFO O| Aug 09 05:38:55.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42782024-08-09T05:38:57.371Z[ recovery-image] Aug 09 05:38:55.357 INFO O| Aug 09 05:38:55.357 INFO STEP 144 (remove_files) COMPLETE
42792024-08-09T05:38:57.373Z[ recovery-image] Aug 09 05:38:55.357 INFO O| Aug 09 05:38:55.357 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-09T05:38:57.382Z[ recovery-image] Aug 09 05:38:55.369 INFO O| Aug 09 05:38:55.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42812024-08-09T05:38:57.384Z[ recovery-image] Aug 09 05:38:55.369 INFO O| Aug 09 05:38:55.369 INFO STEP 145 (remove_files) COMPLETE
42822024-08-09T05:38:57.384Z[ recovery-image] Aug 09 05:38:55.369 INFO O| Aug 09 05:38:55.369 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-08-09T05:38:57.392Z[ recovery-image] Aug 09 05:38:55.379 INFO O| Aug 09 05:38:55.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42842024-08-09T05:38:57.392Z[ recovery-image] Aug 09 05:38:55.379 INFO O| Aug 09 05:38:55.379 INFO STEP 146 (remove_files) COMPLETE
42852024-08-09T05:38:57.395Z[ recovery-image] Aug 09 05:38:55.379 INFO O| Aug 09 05:38:55.379 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-08-09T05:38:57.403Z[ recovery-image] Aug 09 05:38:55.389 INFO O| Aug 09 05:38:55.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42872024-08-09T05:38:57.403Z[ recovery-image] Aug 09 05:38:55.390 INFO O| Aug 09 05:38:55.390 INFO STEP 147 (remove_files) COMPLETE
42882024-08-09T05:38:57.405Z[ recovery-image] Aug 09 05:38:55.390 INFO O| Aug 09 05:38:55.390 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-08-09T05:38:57.413Z[ recovery-image] Aug 09 05:38:55.400 INFO O| Aug 09 05:38:55.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42902024-08-09T05:38:57.413Z[ recovery-image] Aug 09 05:38:55.400 INFO O| Aug 09 05:38:55.400 INFO STEP 148 (remove_files) COMPLETE
42912024-08-09T05:38:57.416Z[ recovery-image] Aug 09 05:38:55.400 INFO O| Aug 09 05:38:55.400 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-09T05:38:57.423Z[ recovery-image] Aug 09 05:38:55.410 INFO O| Aug 09 05:38:55.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42932024-08-09T05:38:57.425Z[ recovery-image] Aug 09 05:38:55.410 INFO O| Aug 09 05:38:55.410 INFO STEP 149 (remove_files) COMPLETE
42942024-08-09T05:38:57.425Z[ recovery-image] Aug 09 05:38:55.410 INFO O| Aug 09 05:38:55.410 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-09T05:38:57.433Z[ recovery-image] Aug 09 05:38:55.420 INFO O| Aug 09 05:38:55.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42962024-08-09T05:38:57.433Z[ recovery-image] Aug 09 05:38:55.420 INFO O| Aug 09 05:38:55.420 INFO STEP 150 (remove_files) COMPLETE
42972024-08-09T05:38:57.433Z[ recovery-image] Aug 09 05:38:55.420 INFO O| Aug 09 05:38:55.420 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-09T05:38:57.443Z[ recovery-image] Aug 09 05:38:55.430 INFO O| Aug 09 05:38:55.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42992024-08-09T05:38:57.446Z[ recovery-image] Aug 09 05:38:55.430 INFO O| Aug 09 05:38:55.430 INFO STEP 151 (remove_files) COMPLETE
43002024-08-09T05:38:57.446Z[ recovery-image] Aug 09 05:38:55.430 INFO O| Aug 09 05:38:55.430 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-09T05:38:57.453Z[ recovery-image] Aug 09 05:38:55.440 INFO O| Aug 09 05:38:55.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43022024-08-09T05:38:57.453Z[ recovery-image] Aug 09 05:38:55.440 INFO O| Aug 09 05:38:55.440 INFO STEP 152 (remove_files) COMPLETE
43032024-08-09T05:38:57.456Z[ recovery-image] Aug 09 05:38:55.440 INFO O| Aug 09 05:38:55.440 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-09T05:38:57.465Z[ recovery-image] Aug 09 05:38:55.452 INFO O| Aug 09 05:38:55.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43052024-08-09T05:38:57.468Z[ recovery-image] Aug 09 05:38:55.452 INFO O| Aug 09 05:38:55.452 INFO STEP 153 (remove_files) COMPLETE
43062024-08-09T05:38:57.468Z[ recovery-image] Aug 09 05:38:55.452 INFO O| Aug 09 05:38:55.452 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-09T05:38:57.476Z[ recovery-image] Aug 09 05:38:55.462 INFO O| Aug 09 05:38:55.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43082024-08-09T05:38:57.478Z[ recovery-image] Aug 09 05:38:55.463 INFO O| Aug 09 05:38:55.463 INFO STEP 154 (remove_files) COMPLETE
43092024-08-09T05:38:57.478Z[ recovery-image] Aug 09 05:38:55.463 INFO O| Aug 09 05:38:55.463 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-09T05:38:57.486Z[ recovery-image] Aug 09 05:38:55.473 INFO O| Aug 09 05:38:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43112024-08-09T05:38:57.486Z[ recovery-image] Aug 09 05:38:55.473 INFO O| Aug 09 05:38:55.473 INFO STEP 155 (remove_files) COMPLETE
43122024-08-09T05:38:57.489Z[ recovery-image] Aug 09 05:38:55.473 INFO O| Aug 09 05:38:55.473 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-09T05:38:57.497Z[ recovery-image] Aug 09 05:38:55.484 INFO O| Aug 09 05:38:55.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43142024-08-09T05:38:57.500Z[ recovery-image] Aug 09 05:38:55.484 INFO O| Aug 09 05:38:55.484 INFO STEP 156 (remove_files) COMPLETE
43152024-08-09T05:38:57.500Z[ recovery-image] Aug 09 05:38:55.484 INFO O| Aug 09 05:38:55.484 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-09T05:38:57.507Z[ recovery-image] Aug 09 05:38:55.494 INFO O| Aug 09 05:38:55.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43172024-08-09T05:38:57.507Z[ recovery-image] Aug 09 05:38:55.494 INFO O| Aug 09 05:38:55.494 INFO STEP 157 (remove_files) COMPLETE
43182024-08-09T05:38:57.510Z[ recovery-image] Aug 09 05:38:55.494 INFO O| Aug 09 05:38:55.494 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-09T05:38:57.517Z[ recovery-image] Aug 09 05:38:55.504 INFO O| Aug 09 05:38:55.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43202024-08-09T05:38:57.517Z[ recovery-image] Aug 09 05:38:55.504 INFO O| Aug 09 05:38:55.504 INFO STEP 158 (remove_files) COMPLETE
43212024-08-09T05:38:57.517Z[ recovery-image] Aug 09 05:38:55.504 INFO O| Aug 09 05:38:55.504 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-09T05:38:57.527Z[ recovery-image] Aug 09 05:38:55.514 INFO O| Aug 09 05:38:55.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43232024-08-09T05:38:57.530Z[ recovery-image] Aug 09 05:38:55.514 INFO O| Aug 09 05:38:55.514 INFO STEP 159 (remove_files) COMPLETE
43242024-08-09T05:38:57.530Z[ recovery-image] Aug 09 05:38:55.514 INFO O| Aug 09 05:38:55.514 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-09T05:38:57.537Z[ recovery-image] Aug 09 05:38:55.524 INFO O| Aug 09 05:38:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43262024-08-09T05:38:57.540Z[ recovery-image] Aug 09 05:38:55.524 INFO O| Aug 09 05:38:55.524 INFO STEP 160 (remove_files) COMPLETE
43272024-08-09T05:38:57.540Z[ recovery-image] Aug 09 05:38:55.524 INFO O| Aug 09 05:38:55.524 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-09T05:38:57.547Z[ recovery-image] Aug 09 05:38:55.534 INFO O| Aug 09 05:38:55.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43292024-08-09T05:38:57.547Z[ recovery-image] Aug 09 05:38:55.534 INFO O| Aug 09 05:38:55.534 INFO STEP 161 (remove_files) COMPLETE
43302024-08-09T05:38:57.550Z[ recovery-image] Aug 09 05:38:55.534 INFO O| Aug 09 05:38:55.534 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-09T05:38:57.557Z[ recovery-image] Aug 09 05:38:55.544 INFO O| Aug 09 05:38:55.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43322024-08-09T05:38:57.560Z[ recovery-image] Aug 09 05:38:55.544 INFO O| Aug 09 05:38:55.544 INFO STEP 162 (remove_files) COMPLETE
43332024-08-09T05:38:57.560Z[ recovery-image] Aug 09 05:38:55.544 INFO O| Aug 09 05:38:55.544 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-09T05:38:57.569Z[ recovery-image] Aug 09 05:38:55.556 INFO O| Aug 09 05:38:55.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43352024-08-09T05:38:57.569Z[ recovery-image] Aug 09 05:38:55.556 INFO O| Aug 09 05:38:55.556 INFO STEP 163 (remove_files) COMPLETE
43362024-08-09T05:38:57.572Z[ recovery-image] Aug 09 05:38:55.556 INFO O| Aug 09 05:38:55.556 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-09T05:38:57.579Z[ recovery-image] Aug 09 05:38:55.566 INFO O| Aug 09 05:38:55.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43382024-08-09T05:38:57.579Z[ recovery-image] Aug 09 05:38:55.566 INFO O| Aug 09 05:38:55.566 INFO STEP 164 (remove_files) COMPLETE
43392024-08-09T05:38:57.582Z[ recovery-image] Aug 09 05:38:55.566 INFO O| Aug 09 05:38:55.566 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-09T05:38:57.590Z[ recovery-image] Aug 09 05:38:55.576 INFO O| Aug 09 05:38:55.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43412024-08-09T05:38:57.590Z[ recovery-image] Aug 09 05:38:55.576 INFO O| Aug 09 05:38:55.576 INFO STEP 165 (remove_files) COMPLETE
43422024-08-09T05:38:57.590Z[ recovery-image] Aug 09 05:38:55.576 INFO O| Aug 09 05:38:55.576 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-09T05:38:57.600Z[ recovery-image] Aug 09 05:38:55.587 INFO O| Aug 09 05:38:55.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43442024-08-09T05:38:57.603Z[ recovery-image] Aug 09 05:38:55.587 INFO O| Aug 09 05:38:55.587 INFO STEP 166 (remove_files) COMPLETE
43452024-08-09T05:38:57.603Z[ recovery-image] Aug 09 05:38:55.588 INFO O| Aug 09 05:38:55.587 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-09T05:38:57.610Z[ recovery-image] Aug 09 05:38:55.597 INFO O| Aug 09 05:38:55.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43472024-08-09T05:38:57.610Z[ recovery-image] Aug 09 05:38:55.597 INFO O| Aug 09 05:38:55.597 INFO STEP 167 (remove_files) COMPLETE
43482024-08-09T05:38:57.610Z[ recovery-image] Aug 09 05:38:55.597 INFO O| Aug 09 05:38:55.597 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-09T05:38:57.621Z[ recovery-image] Aug 09 05:38:55.608 INFO O| Aug 09 05:38:55.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43502024-08-09T05:38:57.621Z[ recovery-image] Aug 09 05:38:55.608 INFO O| Aug 09 05:38:55.608 INFO STEP 168 (remove_files) COMPLETE
43512024-08-09T05:38:57.624Z[ recovery-image] Aug 09 05:38:55.608 INFO O| Aug 09 05:38:55.608 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-09T05:38:57.631Z[ recovery-image] Aug 09 05:38:55.618 INFO O| Aug 09 05:38:55.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43532024-08-09T05:38:57.631Z[ recovery-image] Aug 09 05:38:55.618 INFO O| Aug 09 05:38:55.618 INFO STEP 169 (remove_files) COMPLETE
43542024-08-09T05:38:57.634Z[ recovery-image] Aug 09 05:38:55.618 INFO O| Aug 09 05:38:55.618 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-09T05:38:57.643Z[ recovery-image] Aug 09 05:38:55.629 INFO O| Aug 09 05:38:55.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43562024-08-09T05:38:57.645Z[ recovery-image] Aug 09 05:38:55.629 INFO O| Aug 09 05:38:55.629 INFO STEP 170 (remove_files) COMPLETE
43572024-08-09T05:38:57.645Z[ recovery-image] Aug 09 05:38:55.629 INFO O| Aug 09 05:38:55.629 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-09T05:38:57.653Z[ recovery-image] Aug 09 05:38:55.640 INFO O| Aug 09 05:38:55.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43592024-08-09T05:38:57.653Z[ recovery-image] Aug 09 05:38:55.640 INFO O| Aug 09 05:38:55.640 INFO STEP 171 (remove_files) COMPLETE
43602024-08-09T05:38:57.656Z[ recovery-image] Aug 09 05:38:55.640 INFO O| Aug 09 05:38:55.640 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-09T05:38:57.663Z[ recovery-image] Aug 09 05:38:55.650 INFO O| Aug 09 05:38:55.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43622024-08-09T05:38:57.663Z[ recovery-image] Aug 09 05:38:55.650 INFO O| Aug 09 05:38:55.650 INFO STEP 172 (remove_files) COMPLETE
43632024-08-09T05:38:57.666Z[ recovery-image] Aug 09 05:38:55.650 INFO O| Aug 09 05:38:55.650 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-09T05:38:57.673Z[ recovery-image] Aug 09 05:38:55.660 INFO O| Aug 09 05:38:55.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43652024-08-09T05:38:57.673Z[ recovery-image] Aug 09 05:38:55.660 INFO O| Aug 09 05:38:55.660 INFO STEP 173 (remove_files) COMPLETE
43662024-08-09T05:38:57.673Z[ recovery-image] Aug 09 05:38:55.660 INFO O| Aug 09 05:38:55.660 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-09T05:38:57.683Z[ recovery-image] Aug 09 05:38:55.670 INFO O| Aug 09 05:38:55.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43682024-08-09T05:38:57.686Z[ recovery-image] Aug 09 05:38:55.670 INFO O| Aug 09 05:38:55.670 INFO STEP 174 (remove_files) COMPLETE
43692024-08-09T05:38:57.686Z[ recovery-image] Aug 09 05:38:55.670 INFO O| Aug 09 05:38:55.670 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-09T05:38:57.693Z[ recovery-image] Aug 09 05:38:55.680 INFO O| Aug 09 05:38:55.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43712024-08-09T05:38:57.693Z[ recovery-image] Aug 09 05:38:55.680 INFO O| Aug 09 05:38:55.680 INFO STEP 175 (remove_files) COMPLETE
43722024-08-09T05:38:57.696Z[ recovery-image] Aug 09 05:38:55.680 INFO O| Aug 09 05:38:55.680 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-09T05:38:57.704Z[ recovery-image] Aug 09 05:38:55.691 INFO O| Aug 09 05:38:55.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43742024-08-09T05:38:57.704Z[ recovery-image] Aug 09 05:38:55.691 INFO O| Aug 09 05:38:55.691 INFO STEP 176 (remove_files) COMPLETE
43752024-08-09T05:38:57.704Z[ recovery-image] Aug 09 05:38:55.691 INFO O| Aug 09 05:38:55.691 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-09T05:38:57.715Z[ recovery-image] Aug 09 05:38:55.702 INFO O| Aug 09 05:38:55.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43772024-08-09T05:38:57.715Z[ recovery-image] Aug 09 05:38:55.702 INFO O| Aug 09 05:38:55.702 INFO STEP 177 (remove_files) COMPLETE
43782024-08-09T05:38:57.715Z[ recovery-image] Aug 09 05:38:55.702 INFO O| Aug 09 05:38:55.702 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-09T05:38:57.725Z[ recovery-image] Aug 09 05:38:55.712 INFO O| Aug 09 05:38:55.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43802024-08-09T05:38:57.725Z[ recovery-image] Aug 09 05:38:55.712 INFO O| Aug 09 05:38:55.712 INFO STEP 178 (remove_files) COMPLETE
43812024-08-09T05:38:57.728Z[ recovery-image] Aug 09 05:38:55.712 INFO O| Aug 09 05:38:55.712 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-09T05:38:57.735Z[ recovery-image] Aug 09 05:38:55.722 INFO O| Aug 09 05:38:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43832024-08-09T05:38:57.735Z[ recovery-image] Aug 09 05:38:55.722 INFO O| Aug 09 05:38:55.722 INFO STEP 179 (remove_files) COMPLETE
43842024-08-09T05:38:57.738Z[ recovery-image] Aug 09 05:38:55.722 INFO O| Aug 09 05:38:55.722 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-09T05:38:57.745Z[ recovery-image] Aug 09 05:38:55.732 INFO O| Aug 09 05:38:55.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43862024-08-09T05:38:57.748Z[ recovery-image] Aug 09 05:38:55.732 INFO O| Aug 09 05:38:55.732 INFO STEP 180 (remove_files) COMPLETE
43872024-08-09T05:38:57.748Z[ recovery-image] Aug 09 05:38:55.733 INFO O| Aug 09 05:38:55.732 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-09T05:38:57.756Z[ recovery-image] Aug 09 05:38:55.743 INFO O| Aug 09 05:38:55.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43892024-08-09T05:38:57.759Z[ recovery-image] Aug 09 05:38:55.743 INFO O| Aug 09 05:38:55.743 INFO STEP 181 (remove_files) COMPLETE
43902024-08-09T05:38:57.759Z[ recovery-image] Aug 09 05:38:55.743 INFO O| Aug 09 05:38:55.743 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-09T05:38:57.766Z[ recovery-image] Aug 09 05:38:55.753 INFO O| Aug 09 05:38:55.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43922024-08-09T05:38:57.766Z[ recovery-image] Aug 09 05:38:55.753 INFO O| Aug 09 05:38:55.753 INFO STEP 182 (remove_files) COMPLETE
43932024-08-09T05:38:57.769Z[ recovery-image] Aug 09 05:38:55.753 INFO O| Aug 09 05:38:55.753 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-09T05:38:57.776Z[ recovery-image] Aug 09 05:38:55.763 INFO O| Aug 09 05:38:55.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43952024-08-09T05:38:57.778Z[ recovery-image] Aug 09 05:38:55.763 INFO O| Aug 09 05:38:55.763 INFO STEP 183 (remove_files) COMPLETE
43962024-08-09T05:38:57.778Z[ recovery-image] Aug 09 05:38:55.763 INFO O| Aug 09 05:38:55.763 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-09T05:38:57.787Z[ recovery-image] Aug 09 05:38:55.774 INFO O| Aug 09 05:38:55.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43982024-08-09T05:38:57.787Z[ recovery-image] Aug 09 05:38:55.774 INFO O| Aug 09 05:38:55.774 INFO STEP 184 (remove_files) COMPLETE
43992024-08-09T05:38:57.787Z[ recovery-image] Aug 09 05:38:55.774 INFO O| Aug 09 05:38:55.774 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-09T05:38:57.798Z[ recovery-image] Aug 09 05:38:55.784 INFO O| Aug 09 05:38:55.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44012024-08-09T05:38:57.800Z[ recovery-image] Aug 09 05:38:55.784 INFO O| Aug 09 05:38:55.784 INFO STEP 185 (remove_files) COMPLETE
44022024-08-09T05:38:57.800Z[ recovery-image] Aug 09 05:38:55.784 INFO O| Aug 09 05:38:55.784 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-09T05:38:57.808Z[ recovery-image] Aug 09 05:38:55.795 INFO O| Aug 09 05:38:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44042024-08-09T05:38:57.811Z[ recovery-image] Aug 09 05:38:55.795 INFO O| Aug 09 05:38:55.795 INFO STEP 186 (remove_files) COMPLETE
44052024-08-09T05:38:57.811Z[ recovery-image] Aug 09 05:38:55.795 INFO O| Aug 09 05:38:55.795 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-09T05:38:57.818Z[ recovery-image] Aug 09 05:38:55.805 INFO O| Aug 09 05:38:55.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44072024-08-09T05:38:57.821Z[ recovery-image] Aug 09 05:38:55.805 INFO O| Aug 09 05:38:55.805 INFO STEP 187 (remove_files) COMPLETE
44082024-08-09T05:38:57.821Z[ recovery-image] Aug 09 05:38:55.805 INFO O| Aug 09 05:38:55.805 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-09T05:38:57.828Z[ recovery-image] Aug 09 05:38:55.815 INFO O| Aug 09 05:38:55.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44102024-08-09T05:38:57.831Z[ recovery-image] Aug 09 05:38:55.815 INFO O| Aug 09 05:38:55.815 INFO STEP 188 (remove_files) COMPLETE
44112024-08-09T05:38:57.831Z[ recovery-image] Aug 09 05:38:55.815 INFO O| Aug 09 05:38:55.815 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-09T05:38:57.838Z[ recovery-image] Aug 09 05:38:55.825 INFO O| Aug 09 05:38:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44132024-08-09T05:38:57.838Z[ recovery-image] Aug 09 05:38:55.825 INFO O| Aug 09 05:38:55.825 INFO STEP 189 (remove_files) COMPLETE
44142024-08-09T05:38:57.841Z[ recovery-image] Aug 09 05:38:55.825 INFO O| Aug 09 05:38:55.825 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-09T05:38:57.848Z[ recovery-image] Aug 09 05:38:55.835 INFO O| Aug 09 05:38:55.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44162024-08-09T05:38:57.851Z[ recovery-image] Aug 09 05:38:55.835 INFO O| Aug 09 05:38:55.835 INFO STEP 190 (remove_files) COMPLETE
44172024-08-09T05:38:57.851Z[ recovery-image] Aug 09 05:38:55.835 INFO O| Aug 09 05:38:55.835 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-09T05:38:57.859Z[ recovery-image] Aug 09 05:38:55.845 INFO O| Aug 09 05:38:55.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44192024-08-09T05:38:57.859Z[ recovery-image] Aug 09 05:38:55.846 INFO O| Aug 09 05:38:55.846 INFO STEP 191 (remove_files) COMPLETE
44202024-08-09T05:38:57.859Z[ recovery-image] Aug 09 05:38:55.846 INFO O| Aug 09 05:38:55.846 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-09T05:38:57.869Z[ recovery-image] Aug 09 05:38:55.856 INFO O| Aug 09 05:38:55.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44222024-08-09T05:38:57.869Z[ recovery-image] Aug 09 05:38:55.856 INFO O| Aug 09 05:38:55.856 INFO STEP 192 (remove_files) COMPLETE
44232024-08-09T05:38:57.872Z[ recovery-image] Aug 09 05:38:55.856 INFO O| Aug 09 05:38:55.856 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-09T05:38:57.880Z[ recovery-image] Aug 09 05:38:55.867 INFO O| Aug 09 05:38:55.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44252024-08-09T05:38:57.880Z[ recovery-image] Aug 09 05:38:55.867 INFO O| Aug 09 05:38:55.867 INFO STEP 193 (remove_files) COMPLETE
44262024-08-09T05:38:57.880Z[ recovery-image] Aug 09 05:38:55.867 INFO O| Aug 09 05:38:55.867 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-09T05:38:57.892Z[ recovery-image] Aug 09 05:38:55.878 INFO O| Aug 09 05:38:55.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44282024-08-09T05:38:57.892Z[ recovery-image] Aug 09 05:38:55.878 INFO O| Aug 09 05:38:55.878 INFO STEP 194 (remove_files) COMPLETE
44292024-08-09T05:38:57.895Z[ recovery-image] Aug 09 05:38:55.878 INFO O| Aug 09 05:38:55.878 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-09T05:38:57.903Z[ recovery-image] Aug 09 05:38:55.890 INFO O| Aug 09 05:38:55.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44312024-08-09T05:38:57.903Z[ recovery-image] Aug 09 05:38:55.890 INFO O| Aug 09 05:38:55.890 INFO STEP 195 (remove_files) COMPLETE
44322024-08-09T05:38:57.906Z[ recovery-image] Aug 09 05:38:55.890 INFO O| Aug 09 05:38:55.890 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-09T05:38:57.914Z[ recovery-image] Aug 09 05:38:55.901 INFO O| Aug 09 05:38:55.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44342024-08-09T05:38:57.914Z[ recovery-image] Aug 09 05:38:55.901 INFO O| Aug 09 05:38:55.901 INFO STEP 196 (remove_files) COMPLETE
44352024-08-09T05:38:57.917Z[ recovery-image] Aug 09 05:38:55.901 INFO O| Aug 09 05:38:55.901 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-09T05:38:57.929Z[ recovery-image] Aug 09 05:38:55.915 INFO O| Aug 09 05:38:55.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44372024-08-09T05:38:57.929Z[ recovery-image] Aug 09 05:38:55.915 INFO O| Aug 09 05:38:55.915 INFO STEP 197 (remove_files) COMPLETE
44382024-08-09T05:38:57.929Z[ recovery-image] Aug 09 05:38:55.915 INFO O| Aug 09 05:38:55.915 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-09T05:38:57.941Z[ recovery-image] Aug 09 05:38:55.928 INFO O| Aug 09 05:38:55.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44402024-08-09T05:38:57.941Z[ recovery-image] Aug 09 05:38:55.928 INFO O| Aug 09 05:38:55.928 INFO STEP 198 (remove_files) COMPLETE
44412024-08-09T05:38:57.941Z[ recovery-image] Aug 09 05:38:55.928 INFO O| Aug 09 05:38:55.928 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-09T05:38:57.953Z[ recovery-image] Aug 09 05:38:55.940 INFO O| Aug 09 05:38:55.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44432024-08-09T05:38:57.954Z[ recovery-image] Aug 09 05:38:55.940 INFO O| Aug 09 05:38:55.940 INFO STEP 199 (remove_files) COMPLETE
44442024-08-09T05:38:57.956Z[ recovery-image] Aug 09 05:38:55.940 INFO O| Aug 09 05:38:55.940 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-09T05:38:57.964Z[ recovery-image] Aug 09 05:38:55.951 INFO O| Aug 09 05:38:55.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44462024-08-09T05:38:57.965Z[ recovery-image] Aug 09 05:38:55.951 INFO O| Aug 09 05:38:55.951 INFO STEP 200 (remove_files) COMPLETE
44472024-08-09T05:38:57.967Z[ recovery-image] Aug 09 05:38:55.951 INFO O| Aug 09 05:38:55.951 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-09T05:38:57.975Z[ recovery-image] Aug 09 05:38:55.962 INFO O| Aug 09 05:38:55.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44492024-08-09T05:38:57.975Z[ recovery-image] Aug 09 05:38:55.962 INFO O| Aug 09 05:38:55.962 INFO STEP 201 (remove_files) COMPLETE
44502024-08-09T05:38:57.975Z[ recovery-image] Aug 09 05:38:55.962 INFO O| Aug 09 05:38:55.962 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-09T05:38:57.986Z[ recovery-image] Aug 09 05:38:55.972 INFO O| Aug 09 05:38:55.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44522024-08-09T05:38:57.986Z[ recovery-image] Aug 09 05:38:55.972 INFO O| Aug 09 05:38:55.972 INFO STEP 202 (remove_files) COMPLETE
44532024-08-09T05:38:57.988Z[ recovery-image] Aug 09 05:38:55.973 INFO O| Aug 09 05:38:55.972 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-09T05:38:57.998Z[ recovery-image] Aug 09 05:38:55.984 INFO O| Aug 09 05:38:55.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44552024-08-09T05:38:57.998Z[ recovery-image] Aug 09 05:38:55.984 INFO O| Aug 09 05:38:55.984 INFO STEP 203 (remove_files) COMPLETE
44562024-08-09T05:38:57.998Z[ recovery-image] Aug 09 05:38:55.984 INFO O| Aug 09 05:38:55.984 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-09T05:38:58.010Z[ recovery-image] Aug 09 05:38:55.997 INFO O| Aug 09 05:38:55.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44582024-08-09T05:38:58.013Z[ recovery-image] Aug 09 05:38:55.997 INFO O| Aug 09 05:38:55.997 INFO STEP 204 (remove_files) COMPLETE
44592024-08-09T05:38:58.013Z[ recovery-image] Aug 09 05:38:55.997 INFO O| Aug 09 05:38:55.997 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-09T05:38:58.022Z[ recovery-image] Aug 09 05:38:56.009 INFO O| Aug 09 05:38:56.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44612024-08-09T05:38:58.022Z[ recovery-image] Aug 09 05:38:56.009 INFO O| Aug 09 05:38:56.009 INFO STEP 205 (remove_files) COMPLETE
44622024-08-09T05:38:58.025Z[ recovery-image] Aug 09 05:38:56.009 INFO O| Aug 09 05:38:56.009 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-09T05:38:58.033Z[ recovery-image] Aug 09 05:38:56.019 INFO O| Aug 09 05:38:56.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44642024-08-09T05:38:58.035Z[ recovery-image] Aug 09 05:38:56.019 INFO O| Aug 09 05:38:56.019 INFO STEP 206 (remove_files) COMPLETE
44652024-08-09T05:38:58.035Z[ recovery-image] Aug 09 05:38:56.019 INFO O| Aug 09 05:38:56.019 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-09T05:38:58.043Z[ recovery-image] Aug 09 05:38:56.030 INFO O| Aug 09 05:38:56.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44672024-08-09T05:38:58.043Z[ recovery-image] Aug 09 05:38:56.030 INFO O| Aug 09 05:38:56.030 INFO STEP 207 (remove_files) COMPLETE
44682024-08-09T05:38:58.043Z[ recovery-image] Aug 09 05:38:56.030 INFO O| Aug 09 05:38:56.030 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-09T05:38:58.053Z[ recovery-image] Aug 09 05:38:56.040 INFO O| Aug 09 05:38:56.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44702024-08-09T05:38:58.054Z[ recovery-image] Aug 09 05:38:56.040 INFO O| Aug 09 05:38:56.040 INFO STEP 208 (remove_files) COMPLETE
44712024-08-09T05:38:58.056Z[ recovery-image] Aug 09 05:38:56.040 INFO O| Aug 09 05:38:56.040 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-09T05:38:58.063Z[ recovery-image] Aug 09 05:38:56.050 INFO O| Aug 09 05:38:56.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44732024-08-09T05:38:58.064Z[ recovery-image] Aug 09 05:38:56.050 INFO O| Aug 09 05:38:56.050 INFO STEP 209 (remove_files) COMPLETE
44742024-08-09T05:38:58.064Z[ recovery-image] Aug 09 05:38:56.050 INFO O| Aug 09 05:38:56.050 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-09T05:38:58.074Z[ recovery-image] Aug 09 05:38:56.061 INFO O| Aug 09 05:38:56.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44762024-08-09T05:38:58.077Z[ recovery-image] Aug 09 05:38:56.062 INFO O| Aug 09 05:38:56.062 INFO STEP 210 (remove_files) COMPLETE
44772024-08-09T05:38:58.077Z[ recovery-image] Aug 09 05:38:56.062 INFO O| Aug 09 05:38:56.062 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-09T05:38:58.086Z[ recovery-image] Aug 09 05:38:56.072 INFO O| Aug 09 05:38:56.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44792024-08-09T05:38:58.086Z[ recovery-image] Aug 09 05:38:56.073 INFO O| Aug 09 05:38:56.073 INFO STEP 211 (remove_files) COMPLETE
44802024-08-09T05:38:58.089Z[ recovery-image] Aug 09 05:38:56.073 INFO O| Aug 09 05:38:56.073 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-08-09T05:38:58.096Z[ recovery-image] Aug 09 05:38:56.083 INFO O| Aug 09 05:38:56.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44822024-08-09T05:38:58.096Z[ recovery-image] Aug 09 05:38:56.083 INFO O| Aug 09 05:38:56.083 INFO STEP 212 (remove_files) COMPLETE
44832024-08-09T05:38:58.099Z[ recovery-image] Aug 09 05:38:56.083 INFO O| Aug 09 05:38:56.083 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-08-09T05:38:58.107Z[ recovery-image] Aug 09 05:38:56.094 INFO O| Aug 09 05:38:56.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44852024-08-09T05:38:58.107Z[ recovery-image] Aug 09 05:38:56.094 INFO O| Aug 09 05:38:56.094 INFO STEP 213 (remove_files) COMPLETE
44862024-08-09T05:38:58.110Z[ recovery-image] Aug 09 05:38:56.094 INFO O| Aug 09 05:38:56.094 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-08-09T05:38:58.117Z[ recovery-image] Aug 09 05:38:56.104 INFO O| Aug 09 05:38:56.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44882024-08-09T05:38:58.120Z[ recovery-image] Aug 09 05:38:56.104 INFO O| Aug 09 05:38:56.104 INFO STEP 214 (remove_files) COMPLETE
44892024-08-09T05:38:58.120Z[ recovery-image] Aug 09 05:38:56.104 INFO O| Aug 09 05:38:56.104 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-08-09T05:38:58.127Z[ recovery-image] Aug 09 05:38:56.114 INFO O| Aug 09 05:38:56.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44912024-08-09T05:38:58.130Z[ recovery-image] Aug 09 05:38:56.114 INFO O| Aug 09 05:38:56.114 INFO STEP 215 (remove_files) COMPLETE
44922024-08-09T05:38:58.130Z[ recovery-image] Aug 09 05:38:56.114 INFO O| Aug 09 05:38:56.114 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-08-09T05:38:58.137Z[ recovery-image] Aug 09 05:38:56.124 INFO O| Aug 09 05:38:56.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44942024-08-09T05:38:58.138Z[ recovery-image] Aug 09 05:38:56.124 INFO O| Aug 09 05:38:56.124 INFO STEP 216 (remove_files) COMPLETE
44952024-08-09T05:38:58.138Z[ recovery-image] Aug 09 05:38:56.124 INFO O| Aug 09 05:38:56.124 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-08-09T05:38:58.148Z[ recovery-image] Aug 09 05:38:56.135 INFO O| Aug 09 05:38:56.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44972024-08-09T05:38:58.148Z[ recovery-image] Aug 09 05:38:56.135 INFO O| Aug 09 05:38:56.135 INFO STEP 217 (remove_files) COMPLETE
44982024-08-09T05:38:58.148Z[ recovery-image] Aug 09 05:38:56.135 INFO O| Aug 09 05:38:56.135 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-08-09T05:38:58.159Z[ recovery-image] Aug 09 05:38:56.145 INFO O| Aug 09 05:38:56.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45002024-08-09T05:38:58.159Z[ recovery-image] Aug 09 05:38:56.146 INFO O| Aug 09 05:38:56.145 INFO STEP 218 (remove_files) COMPLETE
45012024-08-09T05:38:58.159Z[ recovery-image] Aug 09 05:38:56.146 INFO O| Aug 09 05:38:56.146 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-08-09T05:38:58.169Z[ recovery-image] Aug 09 05:38:56.156 INFO O| Aug 09 05:38:56.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45032024-08-09T05:38:58.172Z[ recovery-image] Aug 09 05:38:56.156 INFO O| Aug 09 05:38:56.156 INFO STEP 219 (remove_files) COMPLETE
45042024-08-09T05:38:58.172Z[ recovery-image] Aug 09 05:38:56.156 INFO O| Aug 09 05:38:56.156 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-08-09T05:38:58.179Z[ recovery-image] Aug 09 05:38:56.166 INFO O| Aug 09 05:38:56.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45062024-08-09T05:38:58.179Z[ recovery-image] Aug 09 05:38:56.166 INFO O| Aug 09 05:38:56.166 INFO STEP 220 (remove_files) COMPLETE
45072024-08-09T05:38:58.182Z[ recovery-image] Aug 09 05:38:56.166 INFO O| Aug 09 05:38:56.166 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-08-09T05:38:58.189Z[ recovery-image] Aug 09 05:38:56.176 INFO O| Aug 09 05:38:56.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45092024-08-09T05:38:58.189Z[ recovery-image] Aug 09 05:38:56.176 INFO O| Aug 09 05:38:56.176 INFO STEP 221 (remove_files) COMPLETE
45102024-08-09T05:38:58.192Z[ recovery-image] Aug 09 05:38:56.176 INFO O| Aug 09 05:38:56.176 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-08-09T05:38:58.200Z[ recovery-image] Aug 09 05:38:56.187 INFO O| Aug 09 05:38:56.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45122024-08-09T05:38:58.200Z[ recovery-image] Aug 09 05:38:56.187 INFO O| Aug 09 05:38:56.187 INFO STEP 222 (remove_files) COMPLETE
45132024-08-09T05:38:58.203Z[ recovery-image] Aug 09 05:38:56.187 INFO O| Aug 09 05:38:56.187 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-08-09T05:38:58.211Z[ recovery-image] Aug 09 05:38:56.198 INFO O| Aug 09 05:38:56.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45152024-08-09T05:38:58.211Z[ recovery-image] Aug 09 05:38:56.198 INFO O| Aug 09 05:38:56.198 INFO STEP 223 (remove_files) COMPLETE
45162024-08-09T05:38:58.212Z[ recovery-image] Aug 09 05:38:56.198 INFO O| Aug 09 05:38:56.198 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-08-09T05:38:58.223Z[ recovery-image] Aug 09 05:38:56.209 INFO O| Aug 09 05:38:56.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45182024-08-09T05:38:58.223Z[ recovery-image] Aug 09 05:38:56.209 INFO O| Aug 09 05:38:56.209 INFO STEP 224 (remove_files) COMPLETE
45192024-08-09T05:38:58.223Z[ recovery-image] Aug 09 05:38:56.209 INFO O| Aug 09 05:38:56.209 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-08-09T05:38:58.233Z[ recovery-image] Aug 09 05:38:56.220 INFO O| Aug 09 05:38:56.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45212024-08-09T05:38:58.251Z[ recovery-image] Aug 09 05:38:56.220 INFO O| Aug 09 05:38:56.220 INFO STEP 225 (remove_files) COMPLETE
45222024-08-09T05:38:58.251Z[ recovery-image] Aug 09 05:38:56.220 INFO O| Aug 09 05:38:56.220 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-08-09T05:38:58.254Z[ recovery-image] Aug 09 05:38:56.231 INFO O| Aug 09 05:38:56.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45242024-08-09T05:38:58.254Z[ recovery-image] Aug 09 05:38:56.231 INFO O| Aug 09 05:38:56.231 INFO STEP 226 (remove_files) COMPLETE
45252024-08-09T05:38:58.254Z[ recovery-image] Aug 09 05:38:56.231 INFO O| Aug 09 05:38:56.231 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-08-09T05:38:58.257Z[ recovery-image] Aug 09 05:38:56.242 INFO O| Aug 09 05:38:56.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45272024-08-09T05:38:58.257Z[ recovery-image] Aug 09 05:38:56.242 INFO O| Aug 09 05:38:56.242 INFO STEP 227 (remove_files) COMPLETE
45282024-08-09T05:38:58.257Z[ recovery-image] Aug 09 05:38:56.242 INFO O| Aug 09 05:38:56.242 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-09T05:38:58.266Z[ recovery-image] Aug 09 05:38:56.253 INFO O| Aug 09 05:38:56.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45302024-08-09T05:38:58.266Z[ recovery-image] Aug 09 05:38:56.253 INFO O| Aug 09 05:38:56.253 INFO STEP 228 (remove_files) COMPLETE
45312024-08-09T05:38:58.266Z[ recovery-image] Aug 09 05:38:56.253 INFO O| Aug 09 05:38:56.253 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-09T05:38:58.276Z[ recovery-image] Aug 09 05:38:56.263 INFO O| Aug 09 05:38:56.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45332024-08-09T05:38:58.276Z[ recovery-image] Aug 09 05:38:56.263 INFO O| Aug 09 05:38:56.263 INFO STEP 229 (remove_files) COMPLETE
45342024-08-09T05:38:58.279Z[ recovery-image] Aug 09 05:38:56.263 INFO O| Aug 09 05:38:56.263 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-09T05:38:58.286Z[ recovery-image] Aug 09 05:38:56.273 INFO O| Aug 09 05:38:56.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45362024-08-09T05:38:58.286Z[ recovery-image] Aug 09 05:38:56.273 INFO O| Aug 09 05:38:56.273 INFO STEP 230 (remove_files) COMPLETE
45372024-08-09T05:38:58.289Z[ recovery-image] Aug 09 05:38:56.273 INFO O| Aug 09 05:38:56.273 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-09T05:38:58.296Z[ recovery-image] Aug 09 05:38:56.283 INFO O| Aug 09 05:38:56.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45392024-08-09T05:38:58.298Z[ recovery-image] Aug 09 05:38:56.283 INFO O| Aug 09 05:38:56.283 INFO STEP 231 (remove_files) COMPLETE
45402024-08-09T05:38:58.298Z[ recovery-image] Aug 09 05:38:56.283 INFO O| Aug 09 05:38:56.283 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-09T05:38:58.306Z[ recovery-image] Aug 09 05:38:56.293 INFO O| Aug 09 05:38:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45422024-08-09T05:38:58.306Z[ recovery-image] Aug 09 05:38:56.293 INFO O| Aug 09 05:38:56.293 INFO STEP 232 (remove_files) COMPLETE
45432024-08-09T05:38:58.306Z[ recovery-image] Aug 09 05:38:56.293 INFO O| Aug 09 05:38:56.293 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-09T05:38:58.316Z[ recovery-image] Aug 09 05:38:56.303 INFO O| Aug 09 05:38:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45452024-08-09T05:38:58.316Z[ recovery-image] Aug 09 05:38:56.303 INFO O| Aug 09 05:38:56.303 INFO STEP 233 (remove_files) COMPLETE
45462024-08-09T05:38:58.318Z[ recovery-image] Aug 09 05:38:56.303 INFO O| Aug 09 05:38:56.303 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-08-09T05:38:58.326Z[ recovery-image] Aug 09 05:38:56.313 INFO O| Aug 09 05:38:56.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45482024-08-09T05:38:58.329Z[ recovery-image] Aug 09 05:38:56.313 INFO O| Aug 09 05:38:56.313 INFO STEP 234 (remove_files) COMPLETE
45492024-08-09T05:38:58.329Z[ recovery-image] Aug 09 05:38:56.313 INFO O| Aug 09 05:38:56.313 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-08-09T05:38:58.336Z[ recovery-image] Aug 09 05:38:56.322 INFO O| Aug 09 05:38:56.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45512024-08-09T05:38:58.336Z[ recovery-image] Aug 09 05:38:56.323 INFO O| Aug 09 05:38:56.323 INFO STEP 235 (remove_files) COMPLETE
45522024-08-09T05:38:58.338Z[ recovery-image] Aug 09 05:38:56.323 INFO O| Aug 09 05:38:56.323 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-09T05:38:58.346Z[ recovery-image] Aug 09 05:38:56.333 INFO O| Aug 09 05:38:56.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45542024-08-09T05:38:58.348Z[ recovery-image] Aug 09 05:38:56.333 INFO O| Aug 09 05:38:56.333 INFO STEP 236 (remove_files) COMPLETE
45552024-08-09T05:38:58.349Z[ recovery-image] Aug 09 05:38:56.333 INFO O| Aug 09 05:38:56.333 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-08-09T05:38:58.356Z[ recovery-image] Aug 09 05:38:56.343 INFO O| Aug 09 05:38:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45572024-08-09T05:38:58.356Z[ recovery-image] Aug 09 05:38:56.343 INFO O| Aug 09 05:38:56.343 INFO STEP 237 (remove_files) COMPLETE
45582024-08-09T05:38:58.359Z[ recovery-image] Aug 09 05:38:56.343 INFO O| Aug 09 05:38:56.343 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-08-09T05:38:58.366Z[ recovery-image] Aug 09 05:38:56.353 INFO O| Aug 09 05:38:56.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45602024-08-09T05:38:58.366Z[ recovery-image] Aug 09 05:38:56.353 INFO O| Aug 09 05:38:56.353 INFO STEP 238 (remove_files) COMPLETE
45612024-08-09T05:38:58.369Z[ recovery-image] Aug 09 05:38:56.353 INFO O| Aug 09 05:38:56.353 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-08-09T05:38:58.376Z[ recovery-image] Aug 09 05:38:56.363 INFO O| Aug 09 05:38:56.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45632024-08-09T05:38:58.376Z[ recovery-image] Aug 09 05:38:56.363 INFO O| Aug 09 05:38:56.363 INFO STEP 239 (remove_files) COMPLETE
45642024-08-09T05:38:58.379Z[ recovery-image] Aug 09 05:38:56.363 INFO O| Aug 09 05:38:56.363 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-08-09T05:38:58.386Z[ recovery-image] Aug 09 05:38:56.373 INFO O| Aug 09 05:38:56.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45662024-08-09T05:38:58.386Z[ recovery-image] Aug 09 05:38:56.373 INFO O| Aug 09 05:38:56.373 INFO STEP 240 (remove_files) COMPLETE
45672024-08-09T05:38:58.389Z[ recovery-image] Aug 09 05:38:56.373 INFO O| Aug 09 05:38:56.373 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-08-09T05:38:58.396Z[ recovery-image] Aug 09 05:38:56.383 INFO O| Aug 09 05:38:56.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45692024-08-09T05:38:58.399Z[ recovery-image] Aug 09 05:38:56.383 INFO O| Aug 09 05:38:56.383 INFO STEP 241 (remove_files) COMPLETE
45702024-08-09T05:38:58.399Z[ recovery-image] Aug 09 05:38:56.383 INFO O| Aug 09 05:38:56.383 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-09T05:38:58.406Z[ recovery-image] Aug 09 05:38:56.393 INFO O| Aug 09 05:38:56.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45722024-08-09T05:38:58.406Z[ recovery-image] Aug 09 05:38:56.393 INFO O| Aug 09 05:38:56.393 INFO STEP 242 (remove_files) COMPLETE
45732024-08-09T05:38:58.408Z[ recovery-image] Aug 09 05:38:56.393 INFO O| Aug 09 05:38:56.393 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-09T05:38:58.416Z[ recovery-image] Aug 09 05:38:56.402 INFO O| Aug 09 05:38:56.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45752024-08-09T05:38:58.418Z[ recovery-image] Aug 09 05:38:56.402 INFO O| Aug 09 05:38:56.402 INFO STEP 243 (remove_files) COMPLETE
45762024-08-09T05:38:58.418Z[ recovery-image] Aug 09 05:38:56.402 INFO O| Aug 09 05:38:56.402 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-09T05:38:58.427Z[ recovery-image] Aug 09 05:38:56.414 INFO O| Aug 09 05:38:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45782024-08-09T05:38:58.430Z[ recovery-image] Aug 09 05:38:56.414 INFO O| Aug 09 05:38:56.414 INFO STEP 244 (remove_files) COMPLETE
45792024-08-09T05:38:58.430Z[ recovery-image] Aug 09 05:38:56.414 INFO O| Aug 09 05:38:56.414 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-09T05:38:58.438Z[ recovery-image] Aug 09 05:38:56.425 INFO O| Aug 09 05:38:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45812024-08-09T05:38:58.440Z[ recovery-image] Aug 09 05:38:56.425 INFO O| Aug 09 05:38:56.425 INFO STEP 245 (remove_files) COMPLETE
45822024-08-09T05:38:58.441Z[ recovery-image] Aug 09 05:38:56.425 INFO O| Aug 09 05:38:56.425 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-08-09T05:38:58.448Z[ recovery-image] Aug 09 05:38:56.434 INFO O| Aug 09 05:38:56.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45842024-08-09T05:38:58.448Z[ recovery-image] Aug 09 05:38:56.435 INFO O| Aug 09 05:38:56.434 INFO STEP 246 (remove_files) COMPLETE
45852024-08-09T05:38:58.451Z[ recovery-image] Aug 09 05:38:56.435 INFO O| Aug 09 05:38:56.435 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-09T05:38:58.458Z[ recovery-image] Aug 09 05:38:56.445 INFO O| Aug 09 05:38:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45872024-08-09T05:38:58.458Z[ recovery-image] Aug 09 05:38:56.445 INFO O| Aug 09 05:38:56.445 INFO STEP 247 (remove_files) COMPLETE
45882024-08-09T05:38:58.461Z[ recovery-image] Aug 09 05:38:56.445 INFO O| Aug 09 05:38:56.445 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-09T05:38:58.469Z[ recovery-image] Aug 09 05:38:56.456 INFO O| Aug 09 05:38:56.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45902024-08-09T05:38:58.469Z[ recovery-image] Aug 09 05:38:56.456 INFO O| Aug 09 05:38:56.456 INFO STEP 248 (remove_files) COMPLETE
45912024-08-09T05:38:58.472Z[ recovery-image] Aug 09 05:38:56.456 INFO O| Aug 09 05:38:56.456 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-09T05:38:58.480Z[ recovery-image] Aug 09 05:38:56.466 INFO O| Aug 09 05:38:56.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
45932024-08-09T05:38:58.483Z[ recovery-image] Aug 09 05:38:56.467 INFO O| Aug 09 05:38:56.467 INFO STEP 249 (remove_files) COMPLETE
45942024-08-09T05:38:58.483Z[ recovery-image] Aug 09 05:38:56.467 INFO O| Aug 09 05:38:56.467 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-09T05:38:58.490Z[ recovery-image] Aug 09 05:38:56.477 INFO O| Aug 09 05:38:56.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
45962024-08-09T05:38:58.493Z[ recovery-image] Aug 09 05:38:56.477 INFO O| Aug 09 05:38:56.477 INFO STEP 250 (remove_files) COMPLETE
45972024-08-09T05:38:58.493Z[ recovery-image] Aug 09 05:38:56.477 INFO O| Aug 09 05:38:56.477 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-09T05:38:58.501Z[ recovery-image] Aug 09 05:38:56.488 INFO O| Aug 09 05:38:56.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
45992024-08-09T05:38:58.501Z[ recovery-image] Aug 09 05:38:56.488 INFO O| Aug 09 05:38:56.488 INFO STEP 251 (remove_files) COMPLETE
46002024-08-09T05:38:58.501Z[ recovery-image] Aug 09 05:38:56.488 INFO O| Aug 09 05:38:56.488 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-09T05:38:58.511Z[ recovery-image] Aug 09 05:38:56.498 INFO O| Aug 09 05:38:56.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46022024-08-09T05:38:58.511Z[ recovery-image] Aug 09 05:38:56.498 INFO O| Aug 09 05:38:56.498 INFO STEP 252 (remove_files) COMPLETE
46032024-08-09T05:38:58.511Z[ recovery-image] Aug 09 05:38:56.498 INFO O| Aug 09 05:38:56.498 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-09T05:38:58.521Z[ recovery-image] Aug 09 05:38:56.508 INFO O| Aug 09 05:38:56.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46052024-08-09T05:38:58.521Z[ recovery-image] Aug 09 05:38:56.508 INFO O| Aug 09 05:38:56.508 INFO STEP 253 (remove_files) COMPLETE
46062024-08-09T05:38:58.524Z[ recovery-image] Aug 09 05:38:56.508 INFO O| Aug 09 05:38:56.508 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-09T05:38:58.531Z[ recovery-image] Aug 09 05:38:56.518 INFO O| Aug 09 05:38:56.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46082024-08-09T05:38:58.531Z[ recovery-image] Aug 09 05:38:56.518 INFO O| Aug 09 05:38:56.518 INFO STEP 254 (remove_files) COMPLETE
46092024-08-09T05:38:58.531Z[ recovery-image] Aug 09 05:38:56.518 INFO O| Aug 09 05:38:56.518 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-09T05:38:58.542Z[ recovery-image] Aug 09 05:38:56.528 INFO O| Aug 09 05:38:56.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46112024-08-09T05:38:58.542Z[ recovery-image] Aug 09 05:38:56.529 INFO O| Aug 09 05:38:56.528 INFO STEP 255 (remove_files) COMPLETE
46122024-08-09T05:38:58.545Z[ recovery-image] Aug 09 05:38:56.529 INFO O| Aug 09 05:38:56.528 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-09T05:38:58.552Z[ recovery-image] Aug 09 05:38:56.539 INFO O| Aug 09 05:38:56.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46142024-08-09T05:38:58.553Z[ recovery-image] Aug 09 05:38:56.539 INFO O| Aug 09 05:38:56.539 INFO STEP 256 (remove_files) COMPLETE
46152024-08-09T05:38:58.556Z[ recovery-image] Aug 09 05:38:56.539 INFO O| Aug 09 05:38:56.539 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-09T05:38:58.563Z[ recovery-image] Aug 09 05:38:56.549 INFO O| Aug 09 05:38:56.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46172024-08-09T05:38:58.563Z[ recovery-image] Aug 09 05:38:56.549 INFO O| Aug 09 05:38:56.549 INFO STEP 257 (remove_files) COMPLETE
46182024-08-09T05:38:58.565Z[ recovery-image] Aug 09 05:38:56.549 INFO O| Aug 09 05:38:56.549 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-09T05:38:58.573Z[ recovery-image] Aug 09 05:38:56.560 INFO O| Aug 09 05:38:56.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46202024-08-09T05:38:58.576Z[ recovery-image] Aug 09 05:38:56.560 INFO O| Aug 09 05:38:56.560 INFO STEP 258 (remove_files) COMPLETE
46212024-08-09T05:38:58.576Z[ recovery-image] Aug 09 05:38:56.560 INFO O| Aug 09 05:38:56.560 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-09T05:38:58.584Z[ recovery-image] Aug 09 05:38:56.570 INFO O| Aug 09 05:38:56.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46232024-08-09T05:38:58.584Z[ recovery-image] Aug 09 05:38:56.571 INFO O| Aug 09 05:38:56.571 INFO STEP 259 (remove_files) COMPLETE
46242024-08-09T05:38:58.587Z[ recovery-image] Aug 09 05:38:56.571 INFO O| Aug 09 05:38:56.571 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-09T05:38:58.594Z[ recovery-image] Aug 09 05:38:56.581 INFO O| Aug 09 05:38:56.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46262024-08-09T05:38:58.594Z[ recovery-image] Aug 09 05:38:56.581 INFO O| Aug 09 05:38:56.581 INFO STEP 260 (remove_files) COMPLETE
46272024-08-09T05:38:58.597Z[ recovery-image] Aug 09 05:38:56.581 INFO O| Aug 09 05:38:56.581 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-09T05:38:58.605Z[ recovery-image] Aug 09 05:38:56.591 INFO O| Aug 09 05:38:56.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46292024-08-09T05:38:58.605Z[ recovery-image] Aug 09 05:38:56.592 INFO O| Aug 09 05:38:56.591 INFO STEP 261 (remove_files) COMPLETE
46302024-08-09T05:38:58.607Z[ recovery-image] Aug 09 05:38:56.592 INFO O| Aug 09 05:38:56.591 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-09T05:38:58.616Z[ recovery-image] Aug 09 05:38:56.602 INFO O| Aug 09 05:38:56.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46322024-08-09T05:38:58.618Z[ recovery-image] Aug 09 05:38:56.602 INFO O| Aug 09 05:38:56.602 INFO STEP 262 (remove_files) COMPLETE
46332024-08-09T05:38:58.618Z[ recovery-image] Aug 09 05:38:56.602 INFO O| Aug 09 05:38:56.602 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-08-09T05:38:58.627Z[ recovery-image] Aug 09 05:38:56.614 INFO O| Aug 09 05:38:56.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46352024-08-09T05:38:58.627Z[ recovery-image] Aug 09 05:38:56.614 INFO O| Aug 09 05:38:56.614 INFO STEP 263 (remove_files) COMPLETE
46362024-08-09T05:38:58.630Z[ recovery-image] Aug 09 05:38:56.614 INFO O| Aug 09 05:38:56.614 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-09T05:38:58.638Z[ recovery-image] Aug 09 05:38:56.625 INFO O| Aug 09 05:38:56.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46382024-08-09T05:38:58.638Z[ recovery-image] Aug 09 05:38:56.625 INFO O| Aug 09 05:38:56.625 INFO STEP 264 (remove_files) COMPLETE
46392024-08-09T05:38:58.638Z[ recovery-image] Aug 09 05:38:56.625 INFO O| Aug 09 05:38:56.625 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-09T05:38:58.648Z[ recovery-image] Aug 09 05:38:56.635 INFO O| Aug 09 05:38:56.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46412024-08-09T05:38:58.648Z[ recovery-image] Aug 09 05:38:56.635 INFO O| Aug 09 05:38:56.635 INFO STEP 265 (remove_files) COMPLETE
46422024-08-09T05:38:58.648Z[ recovery-image] Aug 09 05:38:56.635 INFO O| Aug 09 05:38:56.635 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-09T05:38:58.659Z[ recovery-image] Aug 09 05:38:56.646 INFO O| Aug 09 05:38:56.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46442024-08-09T05:38:58.659Z[ recovery-image] Aug 09 05:38:56.646 INFO O| Aug 09 05:38:56.646 INFO STEP 266 (remove_files) COMPLETE
46452024-08-09T05:38:58.659Z[ recovery-image] Aug 09 05:38:56.646 INFO O| Aug 09 05:38:56.646 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-09T05:38:58.670Z[ recovery-image] Aug 09 05:38:56.657 INFO O| Aug 09 05:38:56.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46472024-08-09T05:38:58.670Z[ recovery-image] Aug 09 05:38:56.657 INFO O| Aug 09 05:38:56.657 INFO STEP 267 (remove_files) COMPLETE
46482024-08-09T05:38:58.670Z[ recovery-image] Aug 09 05:38:56.657 INFO O| Aug 09 05:38:56.657 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-09T05:38:58.682Z[ recovery-image] Aug 09 05:38:56.668 INFO O| Aug 09 05:38:56.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46502024-08-09T05:38:58.684Z[ recovery-image] Aug 09 05:38:56.668 INFO O| Aug 09 05:38:56.668 INFO STEP 268 (remove_files) COMPLETE
46512024-08-09T05:38:58.684Z[ recovery-image] Aug 09 05:38:56.668 INFO O| Aug 09 05:38:56.668 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-09T05:38:58.693Z[ recovery-image] Aug 09 05:38:56.680 INFO O| Aug 09 05:38:56.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46532024-08-09T05:38:58.693Z[ recovery-image] Aug 09 05:38:56.680 INFO O| Aug 09 05:38:56.680 INFO STEP 269 (remove_files) COMPLETE
46542024-08-09T05:38:58.696Z[ recovery-image] Aug 09 05:38:56.680 INFO O| Aug 09 05:38:56.680 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-09T05:38:58.705Z[ recovery-image] Aug 09 05:38:56.691 INFO O| Aug 09 05:38:56.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46562024-08-09T05:38:58.705Z[ recovery-image] Aug 09 05:38:56.691 INFO O| Aug 09 05:38:56.691 INFO STEP 270 (remove_files) COMPLETE
46572024-08-09T05:38:58.705Z[ recovery-image] Aug 09 05:38:56.691 INFO O| Aug 09 05:38:56.691 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-09T05:38:58.717Z[ recovery-image] Aug 09 05:38:56.704 INFO O| Aug 09 05:38:56.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46592024-08-09T05:38:58.717Z[ recovery-image] Aug 09 05:38:56.704 INFO O| Aug 09 05:38:56.704 INFO STEP 271 (remove_files) COMPLETE
46602024-08-09T05:38:58.720Z[ recovery-image] Aug 09 05:38:56.704 INFO O| Aug 09 05:38:56.704 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-09T05:38:58.729Z[ recovery-image] Aug 09 05:38:56.716 INFO O| Aug 09 05:38:56.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46622024-08-09T05:38:58.729Z[ recovery-image] Aug 09 05:38:56.716 INFO O| Aug 09 05:38:56.716 INFO STEP 272 (remove_files) COMPLETE
46632024-08-09T05:38:58.732Z[ recovery-image] Aug 09 05:38:56.716 INFO O| Aug 09 05:38:56.716 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-09T05:38:58.741Z[ recovery-image] Aug 09 05:38:56.727 INFO O| Aug 09 05:38:56.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46652024-08-09T05:38:58.741Z[ recovery-image] Aug 09 05:38:56.727 INFO O| Aug 09 05:38:56.727 INFO STEP 273 (remove_files) COMPLETE
46662024-08-09T05:38:58.744Z[ recovery-image] Aug 09 05:38:56.727 INFO O| Aug 09 05:38:56.727 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-09T05:38:58.752Z[ recovery-image] Aug 09 05:38:56.738 INFO O| Aug 09 05:38:56.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46682024-08-09T05:38:58.752Z[ recovery-image] Aug 09 05:38:56.738 INFO O| Aug 09 05:38:56.738 INFO STEP 274 (remove_files) COMPLETE
46692024-08-09T05:38:58.752Z[ recovery-image] Aug 09 05:38:56.738 INFO O| Aug 09 05:38:56.738 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-08-09T05:38:58.762Z[ recovery-image] Aug 09 05:38:56.749 INFO O| Aug 09 05:38:56.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46712024-08-09T05:38:58.762Z[ recovery-image] Aug 09 05:38:56.749 INFO O| Aug 09 05:38:56.749 INFO STEP 275 (remove_files) COMPLETE
46722024-08-09T05:38:58.766Z[ recovery-image] Aug 09 05:38:56.749 INFO O| Aug 09 05:38:56.749 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-08-09T05:38:58.773Z[ recovery-image] Aug 09 05:38:56.760 INFO O| Aug 09 05:38:56.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46742024-08-09T05:38:58.776Z[ recovery-image] Aug 09 05:38:56.760 INFO O| Aug 09 05:38:56.760 INFO STEP 276 (remove_files) COMPLETE
46752024-08-09T05:38:58.776Z[ recovery-image] Aug 09 05:38:56.760 INFO O| Aug 09 05:38:56.760 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-08-09T05:38:58.784Z[ recovery-image] Aug 09 05:38:56.771 INFO O| Aug 09 05:38:56.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46772024-08-09T05:38:58.784Z[ recovery-image] Aug 09 05:38:56.771 INFO O| Aug 09 05:38:56.771 INFO STEP 277 (remove_files) COMPLETE
46782024-08-09T05:38:58.784Z[ recovery-image] Aug 09 05:38:56.771 INFO O| Aug 09 05:38:56.771 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-08-09T05:38:58.795Z[ recovery-image] Aug 09 05:38:56.782 INFO O| Aug 09 05:38:56.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46802024-08-09T05:38:58.795Z[ recovery-image] Aug 09 05:38:56.782 INFO O| Aug 09 05:38:56.782 INFO STEP 278 (remove_files) COMPLETE
46812024-08-09T05:38:58.795Z[ recovery-image] Aug 09 05:38:56.782 INFO O| Aug 09 05:38:56.782 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-08-09T05:38:58.805Z[ recovery-image] Aug 09 05:38:56.792 INFO O| Aug 09 05:38:56.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46832024-08-09T05:38:58.805Z[ recovery-image] Aug 09 05:38:56.792 INFO O| Aug 09 05:38:56.792 INFO STEP 279 (remove_files) COMPLETE
46842024-08-09T05:38:58.806Z[ recovery-image] Aug 09 05:38:56.792 INFO O| Aug 09 05:38:56.792 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-08-09T05:38:58.816Z[ recovery-image] Aug 09 05:38:56.802 INFO O| Aug 09 05:38:56.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46862024-08-09T05:38:58.818Z[ recovery-image] Aug 09 05:38:56.802 INFO O| Aug 09 05:38:56.802 INFO STEP 280 (remove_files) COMPLETE
46872024-08-09T05:38:58.819Z[ recovery-image] Aug 09 05:38:56.802 INFO O| Aug 09 05:38:56.802 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-08-09T05:38:58.826Z[ recovery-image] Aug 09 05:38:56.812 INFO O| Aug 09 05:38:56.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46892024-08-09T05:38:58.826Z[ recovery-image] Aug 09 05:38:56.812 INFO O| Aug 09 05:38:56.812 INFO STEP 281 (remove_files) COMPLETE
46902024-08-09T05:38:58.829Z[ recovery-image] Aug 09 05:38:56.813 INFO O| Aug 09 05:38:56.812 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-08-09T05:38:58.836Z[ recovery-image] Aug 09 05:38:56.822 INFO O| Aug 09 05:38:56.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46922024-08-09T05:38:58.836Z[ recovery-image] Aug 09 05:38:56.822 INFO O| Aug 09 05:38:56.822 INFO STEP 282 (remove_files) COMPLETE
46932024-08-09T05:38:58.838Z[ recovery-image] Aug 09 05:38:56.822 INFO O| Aug 09 05:38:56.822 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-08-09T05:38:58.846Z[ recovery-image] Aug 09 05:38:56.833 INFO O| Aug 09 05:38:56.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
46952024-08-09T05:38:58.846Z[ recovery-image] Aug 09 05:38:56.833 INFO O| Aug 09 05:38:56.833 INFO STEP 283 (remove_files) COMPLETE
46962024-08-09T05:38:58.846Z[ recovery-image] Aug 09 05:38:56.833 INFO O| Aug 09 05:38:56.833 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-08-09T05:38:58.856Z[ recovery-image] Aug 09 05:38:56.843 INFO O| Aug 09 05:38:56.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
46982024-08-09T05:38:58.859Z[ recovery-image] Aug 09 05:38:56.843 INFO O| Aug 09 05:38:56.843 INFO STEP 284 (remove_files) COMPLETE
46992024-08-09T05:38:58.859Z[ recovery-image] Aug 09 05:38:56.843 INFO O| Aug 09 05:38:56.843 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-08-09T05:38:58.866Z[ recovery-image] Aug 09 05:38:56.853 INFO O| Aug 09 05:38:56.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47012024-08-09T05:38:58.866Z[ recovery-image] Aug 09 05:38:56.853 INFO O| Aug 09 05:38:56.853 INFO STEP 285 (remove_files) COMPLETE
47022024-08-09T05:38:58.869Z[ recovery-image] Aug 09 05:38:56.853 INFO O| Aug 09 05:38:56.853 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-08-09T05:38:58.876Z[ recovery-image] Aug 09 05:38:56.863 INFO O| Aug 09 05:38:56.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47042024-08-09T05:38:58.879Z[ recovery-image] Aug 09 05:38:56.863 INFO O| Aug 09 05:38:56.863 INFO STEP 286 (remove_files) COMPLETE
47052024-08-09T05:38:58.879Z[ recovery-image] Aug 09 05:38:56.863 INFO O| Aug 09 05:38:56.863 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-08-09T05:38:58.888Z[ recovery-image] Aug 09 05:38:56.874 INFO O| Aug 09 05:38:56.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47072024-08-09T05:38:58.888Z[ recovery-image] Aug 09 05:38:56.874 INFO O| Aug 09 05:38:56.874 INFO STEP 287 (remove_files) COMPLETE
47082024-08-09T05:38:58.890Z[ recovery-image] Aug 09 05:38:56.874 INFO O| Aug 09 05:38:56.874 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-08-09T05:38:58.899Z[ recovery-image] Aug 09 05:38:56.886 INFO O| Aug 09 05:38:56.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47102024-08-09T05:38:58.902Z[ recovery-image] Aug 09 05:38:56.886 INFO O| Aug 09 05:38:56.886 INFO STEP 288 (remove_files) COMPLETE
47112024-08-09T05:38:58.902Z[ recovery-image] Aug 09 05:38:56.886 INFO O| Aug 09 05:38:56.886 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-08-09T05:38:58.909Z[ recovery-image] Aug 09 05:38:56.896 INFO O| Aug 09 05:38:56.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47132024-08-09T05:38:58.909Z[ recovery-image] Aug 09 05:38:56.896 INFO O| Aug 09 05:38:56.896 INFO STEP 289 (remove_files) COMPLETE
47142024-08-09T05:38:58.910Z[ recovery-image] Aug 09 05:38:56.896 INFO O| Aug 09 05:38:56.896 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-08-09T05:38:58.920Z[ recovery-image] Aug 09 05:38:56.907 INFO O| Aug 09 05:38:56.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47162024-08-09T05:38:58.920Z[ recovery-image] Aug 09 05:38:56.907 INFO O| Aug 09 05:38:56.907 INFO STEP 290 (remove_files) COMPLETE
47172024-08-09T05:38:58.923Z[ recovery-image] Aug 09 05:38:56.907 INFO O| Aug 09 05:38:56.907 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-08-09T05:38:58.931Z[ recovery-image] Aug 09 05:38:56.918 INFO O| Aug 09 05:38:56.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47192024-08-09T05:38:58.931Z[ recovery-image] Aug 09 05:38:56.918 INFO O| Aug 09 05:38:56.918 INFO STEP 291 (remove_files) COMPLETE
47202024-08-09T05:38:58.934Z[ recovery-image] Aug 09 05:38:56.918 INFO O| Aug 09 05:38:56.918 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-08-09T05:38:58.942Z[ recovery-image] Aug 09 05:38:56.928 INFO O| Aug 09 05:38:56.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47222024-08-09T05:38:58.942Z[ recovery-image] Aug 09 05:38:56.928 INFO O| Aug 09 05:38:56.928 INFO STEP 292 (remove_files) COMPLETE
47232024-08-09T05:38:58.945Z[ recovery-image] Aug 09 05:38:56.928 INFO O| Aug 09 05:38:56.928 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-08-09T05:38:58.952Z[ recovery-image] Aug 09 05:38:56.939 INFO O| Aug 09 05:38:56.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47252024-08-09T05:38:58.955Z[ recovery-image] Aug 09 05:38:56.939 INFO O| Aug 09 05:38:56.939 INFO STEP 293 (remove_files) COMPLETE
47262024-08-09T05:38:58.955Z[ recovery-image] Aug 09 05:38:56.939 INFO O| Aug 09 05:38:56.939 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-08-09T05:38:58.963Z[ recovery-image] Aug 09 05:38:56.949 INFO O| Aug 09 05:38:56.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47282024-08-09T05:38:58.963Z[ recovery-image] Aug 09 05:38:56.949 INFO O| Aug 09 05:38:56.949 INFO STEP 294 (remove_files) COMPLETE
47292024-08-09T05:38:58.963Z[ recovery-image] Aug 09 05:38:56.949 INFO O| Aug 09 05:38:56.949 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-08-09T05:38:58.973Z[ recovery-image] Aug 09 05:38:56.960 INFO O| Aug 09 05:38:56.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47312024-08-09T05:38:58.973Z[ recovery-image] Aug 09 05:38:56.960 INFO O| Aug 09 05:38:56.960 INFO STEP 295 (remove_files) COMPLETE
47322024-08-09T05:38:58.976Z[ recovery-image] Aug 09 05:38:56.960 INFO O| Aug 09 05:38:56.960 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-09T05:38:58.983Z[ recovery-image] Aug 09 05:38:56.970 INFO O| Aug 09 05:38:56.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47342024-08-09T05:38:58.983Z[ recovery-image] Aug 09 05:38:56.970 INFO O| Aug 09 05:38:56.970 INFO STEP 296 (remove_files) COMPLETE
47352024-08-09T05:38:58.983Z[ recovery-image] Aug 09 05:38:56.970 INFO O| Aug 09 05:38:56.970 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-08-09T05:38:58.993Z[ recovery-image] Aug 09 05:38:56.980 INFO O| Aug 09 05:38:56.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47372024-08-09T05:38:58.993Z[ recovery-image] Aug 09 05:38:56.980 INFO O| Aug 09 05:38:56.980 INFO STEP 297 (remove_files) COMPLETE
47382024-08-09T05:38:58.996Z[ recovery-image] Aug 09 05:38:56.980 INFO O| Aug 09 05:38:56.980 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-08-09T05:38:59.003Z[ recovery-image] Aug 09 05:38:56.990 INFO O| Aug 09 05:38:56.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47402024-08-09T05:38:59.006Z[ recovery-image] Aug 09 05:38:56.990 INFO O| Aug 09 05:38:56.990 INFO STEP 298 (remove_files) COMPLETE
47412024-08-09T05:38:59.006Z[ recovery-image] Aug 09 05:38:56.990 INFO O| Aug 09 05:38:56.990 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-09T05:38:59.013Z[ recovery-image] Aug 09 05:38:57.000 INFO O| Aug 09 05:38:57.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47432024-08-09T05:38:59.013Z[ recovery-image] Aug 09 05:38:57.000 INFO O| Aug 09 05:38:57.000 INFO STEP 299 (remove_files) COMPLETE
47442024-08-09T05:38:59.013Z[ recovery-image] Aug 09 05:38:57.000 INFO O| Aug 09 05:38:57.000 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-09T05:38:59.017Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 24s
47462024-08-09T05:38:59.025Z[ recovery-image] Aug 09 05:38:57.011 INFO O| Aug 09 05:38:57.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47472024-08-09T05:38:59.025Z[ recovery-image] Aug 09 05:38:57.011 INFO O| Aug 09 05:38:57.011 INFO STEP 300 (remove_files) COMPLETE
47482024-08-09T05:38:59.028Z[ recovery-image] Aug 09 05:38:57.011 INFO O| Aug 09 05:38:57.011 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-09T05:38:59.036Z[ recovery-image] Aug 09 05:38:57.023 INFO O| Aug 09 05:38:57.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47502024-08-09T05:38:59.036Z[ recovery-image] Aug 09 05:38:57.023 INFO O| Aug 09 05:38:57.023 INFO STEP 301 (remove_files) COMPLETE
47512024-08-09T05:38:59.039Z[ recovery-image] Aug 09 05:38:57.023 INFO O| Aug 09 05:38:57.023 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-09T05:38:59.047Z[ recovery-image] Aug 09 05:38:57.033 INFO O| Aug 09 05:38:57.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47532024-08-09T05:38:59.047Z[ recovery-image] Aug 09 05:38:57.033 INFO O| Aug 09 05:38:57.033 INFO STEP 302 (remove_files) COMPLETE
47542024-08-09T05:38:59.047Z[ recovery-image] Aug 09 05:38:57.033 INFO O| Aug 09 05:38:57.033 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-09T05:38:59.057Z[ recovery-image] Aug 09 05:38:57.044 INFO O| Aug 09 05:38:57.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47562024-08-09T05:38:59.057Z[ recovery-image] Aug 09 05:38:57.044 INFO O| Aug 09 05:38:57.044 INFO STEP 303 (remove_files) COMPLETE
47572024-08-09T05:38:59.060Z[ recovery-image] Aug 09 05:38:57.044 INFO O| Aug 09 05:38:57.044 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-09T05:38:59.068Z[ recovery-image] Aug 09 05:38:57.054 INFO O| Aug 09 05:38:57.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47592024-08-09T05:38:59.070Z[ recovery-image] Aug 09 05:38:57.055 INFO O| Aug 09 05:38:57.055 INFO STEP 304 (remove_files) COMPLETE
47602024-08-09T05:38:59.070Z[ recovery-image] Aug 09 05:38:57.055 INFO O| Aug 09 05:38:57.055 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-09T05:38:59.081Z[ recovery-image] Aug 09 05:38:57.067 INFO O| Aug 09 05:38:57.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47622024-08-09T05:38:59.084Z[ recovery-image] Aug 09 05:38:57.067 INFO O| Aug 09 05:38:57.067 INFO STEP 305 (remove_files) COMPLETE
47632024-08-09T05:38:59.084Z[ recovery-image] Aug 09 05:38:57.067 INFO O| Aug 09 05:38:57.067 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-09T05:38:59.093Z[ recovery-image] Aug 09 05:38:57.080 INFO O| Aug 09 05:38:57.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47652024-08-09T05:38:59.093Z[ recovery-image] Aug 09 05:38:57.080 INFO O| Aug 09 05:38:57.080 INFO STEP 306 (remove_files) COMPLETE
47662024-08-09T05:38:59.096Z[ recovery-image] Aug 09 05:38:57.080 INFO O| Aug 09 05:38:57.080 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-09T05:38:59.103Z[ recovery-image] Aug 09 05:38:57.090 INFO O| Aug 09 05:38:57.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47682024-08-09T05:38:59.103Z[ recovery-image] Aug 09 05:38:57.090 INFO O| Aug 09 05:38:57.090 INFO STEP 307 (remove_files) COMPLETE
47692024-08-09T05:38:59.106Z[ recovery-image] Aug 09 05:38:57.090 INFO O| Aug 09 05:38:57.090 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-09T05:38:59.113Z[ recovery-image] Aug 09 05:38:57.099 INFO O| Aug 09 05:38:57.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47712024-08-09T05:38:59.115Z[ recovery-image] Aug 09 05:38:57.099 INFO O| Aug 09 05:38:57.099 INFO STEP 308 (remove_files) COMPLETE
47722024-08-09T05:38:59.115Z[ recovery-image] Aug 09 05:38:57.100 INFO O| Aug 09 05:38:57.099 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-09T05:38:59.123Z[ recovery-image] Aug 09 05:38:57.109 INFO O| Aug 09 05:38:57.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47742024-08-09T05:38:59.125Z[ recovery-image] Aug 09 05:38:57.110 INFO O| Aug 09 05:38:57.110 INFO STEP 309 (remove_files) COMPLETE
47752024-08-09T05:38:59.126Z[ recovery-image] Aug 09 05:38:57.110 INFO O| Aug 09 05:38:57.110 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-09T05:38:59.133Z[ recovery-image] Aug 09 05:38:57.120 INFO O| Aug 09 05:38:57.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47772024-08-09T05:38:59.136Z[ recovery-image] Aug 09 05:38:57.120 INFO O| Aug 09 05:38:57.120 INFO STEP 310 (remove_files) COMPLETE
47782024-08-09T05:38:59.136Z[ recovery-image] Aug 09 05:38:57.120 INFO O| Aug 09 05:38:57.120 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-09T05:38:59.143Z[ recovery-image] Aug 09 05:38:57.130 INFO O| Aug 09 05:38:57.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47802024-08-09T05:38:59.143Z[ recovery-image] Aug 09 05:38:57.130 INFO O| Aug 09 05:38:57.130 INFO STEP 311 (remove_files) COMPLETE
47812024-08-09T05:38:59.145Z[ recovery-image] Aug 09 05:38:57.130 INFO O| Aug 09 05:38:57.130 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-09T05:38:59.153Z[ recovery-image] Aug 09 05:38:57.139 INFO O| Aug 09 05:38:57.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47832024-08-09T05:38:59.153Z[ recovery-image] Aug 09 05:38:57.139 INFO O| Aug 09 05:38:57.139 INFO STEP 312 (remove_files) COMPLETE
47842024-08-09T05:38:59.155Z[ recovery-image] Aug 09 05:38:57.139 INFO O| Aug 09 05:38:57.139 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-09T05:38:59.163Z[ recovery-image] Aug 09 05:38:57.149 INFO O| Aug 09 05:38:57.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47862024-08-09T05:38:59.163Z[ recovery-image] Aug 09 05:38:57.149 INFO O| Aug 09 05:38:57.149 INFO STEP 313 (remove_files) COMPLETE
47872024-08-09T05:38:59.165Z[ recovery-image] Aug 09 05:38:57.149 INFO O| Aug 09 05:38:57.149 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-09T05:38:59.173Z[ recovery-image] Aug 09 05:38:57.159 INFO O| Aug 09 05:38:57.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47892024-08-09T05:38:59.173Z[ recovery-image] Aug 09 05:38:57.160 INFO O| Aug 09 05:38:57.160 INFO STEP 314 (remove_files) COMPLETE
47902024-08-09T05:38:59.173Z[ recovery-image] Aug 09 05:38:57.160 INFO O| Aug 09 05:38:57.160 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-09T05:38:59.184Z[ recovery-image] Aug 09 05:38:57.171 INFO O| Aug 09 05:38:57.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47922024-08-09T05:38:59.184Z[ recovery-image] Aug 09 05:38:57.171 INFO O| Aug 09 05:38:57.171 INFO STEP 315 (remove_files) COMPLETE
47932024-08-09T05:38:59.184Z[ recovery-image] Aug 09 05:38:57.171 INFO O| Aug 09 05:38:57.171 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-09T05:38:59.196Z[ recovery-image] Aug 09 05:38:57.182 INFO O| Aug 09 05:38:57.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
47952024-08-09T05:38:59.198Z[ recovery-image] Aug 09 05:38:57.182 INFO O| Aug 09 05:38:57.182 INFO STEP 316 (remove_files) COMPLETE
47962024-08-09T05:38:59.199Z[ recovery-image] Aug 09 05:38:57.182 INFO O| Aug 09 05:38:57.182 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-09T05:38:59.207Z[ recovery-image] Aug 09 05:38:57.193 INFO O| Aug 09 05:38:57.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
47982024-08-09T05:38:59.207Z[ recovery-image] Aug 09 05:38:57.193 INFO O| Aug 09 05:38:57.193 INFO STEP 317 (remove_files) COMPLETE
47992024-08-09T05:38:59.207Z[ recovery-image] Aug 09 05:38:57.193 INFO O| Aug 09 05:38:57.193 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-09T05:38:59.217Z[ recovery-image] Aug 09 05:38:57.204 INFO O| Aug 09 05:38:57.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48012024-08-09T05:38:59.220Z[ recovery-image] Aug 09 05:38:57.204 INFO O| Aug 09 05:38:57.204 INFO STEP 318 (remove_files) COMPLETE
48022024-08-09T05:38:59.220Z[ recovery-image] Aug 09 05:38:57.204 INFO O| Aug 09 05:38:57.204 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-09T05:38:59.229Z[ recovery-image] Aug 09 05:38:57.216 INFO O| Aug 09 05:38:57.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48042024-08-09T05:38:59.229Z[ recovery-image] Aug 09 05:38:57.216 INFO O| Aug 09 05:38:57.216 INFO STEP 319 (remove_files) COMPLETE
48052024-08-09T05:38:59.232Z[ recovery-image] Aug 09 05:38:57.216 INFO O| Aug 09 05:38:57.216 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-09T05:38:59.239Z[ recovery-image] Aug 09 05:38:57.226 INFO O| Aug 09 05:38:57.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48072024-08-09T05:38:59.242Z[ recovery-image] Aug 09 05:38:57.226 INFO O| Aug 09 05:38:57.226 INFO STEP 320 (remove_files) COMPLETE
48082024-08-09T05:38:59.242Z[ recovery-image] Aug 09 05:38:57.226 INFO O| Aug 09 05:38:57.226 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-09T05:38:59.249Z[ recovery-image] Aug 09 05:38:57.236 INFO O| Aug 09 05:38:57.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48102024-08-09T05:38:59.249Z[ recovery-image] Aug 09 05:38:57.236 INFO O| Aug 09 05:38:57.236 INFO STEP 321 (remove_files) COMPLETE
48112024-08-09T05:38:59.252Z[ recovery-image] Aug 09 05:38:57.236 INFO O| Aug 09 05:38:57.236 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-09T05:38:59.260Z[ recovery-image] Aug 09 05:38:57.246 INFO O| Aug 09 05:38:57.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48132024-08-09T05:38:59.262Z[ recovery-image] Aug 09 05:38:57.247 INFO O| Aug 09 05:38:57.247 INFO STEP 322 (remove_files) COMPLETE
48142024-08-09T05:38:59.262Z[ recovery-image] Aug 09 05:38:57.247 INFO O| Aug 09 05:38:57.247 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-08-09T05:38:59.270Z[ recovery-image] Aug 09 05:38:57.257 INFO O| Aug 09 05:38:57.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48162024-08-09T05:38:59.273Z[ recovery-image] Aug 09 05:38:57.257 INFO O| Aug 09 05:38:57.257 INFO STEP 323 (remove_files) COMPLETE
48172024-08-09T05:38:59.273Z[ recovery-image] Aug 09 05:38:57.257 INFO O| Aug 09 05:38:57.257 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-08-09T05:38:59.281Z[ recovery-image] Aug 09 05:38:57.267 INFO O| Aug 09 05:38:57.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48192024-08-09T05:38:59.283Z[ recovery-image] Aug 09 05:38:57.267 INFO O| Aug 09 05:38:57.267 INFO STEP 324 (remove_files) COMPLETE
48202024-08-09T05:38:59.283Z[ recovery-image] Aug 09 05:38:57.267 INFO O| Aug 09 05:38:57.267 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-08-09T05:38:59.291Z[ recovery-image] Aug 09 05:38:57.277 INFO O| Aug 09 05:38:57.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48222024-08-09T05:38:59.291Z[ recovery-image] Aug 09 05:38:57.277 INFO O| Aug 09 05:38:57.277 INFO STEP 325 (remove_files) COMPLETE
48232024-08-09T05:38:59.293Z[ recovery-image] Aug 09 05:38:57.277 INFO O| Aug 09 05:38:57.277 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-08-09T05:38:59.301Z[ recovery-image] Aug 09 05:38:57.288 INFO O| Aug 09 05:38:57.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48252024-08-09T05:38:59.301Z[ recovery-image] Aug 09 05:38:57.288 INFO O| Aug 09 05:38:57.288 INFO STEP 326 (remove_files) COMPLETE
48262024-08-09T05:38:59.304Z[ recovery-image] Aug 09 05:38:57.288 INFO O| Aug 09 05:38:57.288 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-08-09T05:38:59.306ZAug 09 05:38:57.291 INFO [verify-libraries] process exited with exit status: 0 (272.273536353s)
48282024-08-09T05:38:59.311Z[ recovery-image] Aug 09 05:38:57.298 INFO O| Aug 09 05:38:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48292024-08-09T05:38:59.311Z[ recovery-image] Aug 09 05:38:57.298 INFO O| Aug 09 05:38:57.298 INFO STEP 327 (remove_files) COMPLETE
48302024-08-09T05:38:59.314Z[ recovery-image] Aug 09 05:38:57.298 INFO O| Aug 09 05:38:57.298 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-09T05:38:59.322Z[ recovery-image] Aug 09 05:38:57.307 INFO O| Aug 09 05:38:57.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48322024-08-09T05:38:59.324Z[ recovery-image] Aug 09 05:38:57.307 INFO O| Aug 09 05:38:57.307 INFO STEP 328 (remove_files) COMPLETE
48332024-08-09T05:38:59.324Z[ recovery-image] Aug 09 05:38:57.307 INFO O| Aug 09 05:38:57.307 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-09T05:38:59.330Z[ recovery-image] Aug 09 05:38:57.317 INFO O| Aug 09 05:38:57.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48352024-08-09T05:38:59.333Z[ recovery-image] Aug 09 05:38:57.317 INFO O| Aug 09 05:38:57.317 INFO STEP 329 (remove_files) COMPLETE
48362024-08-09T05:38:59.333Z[ recovery-image] Aug 09 05:38:57.317 INFO O| Aug 09 05:38:57.317 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-08-09T05:38:59.340Z[ recovery-image] Aug 09 05:38:57.326 INFO O| Aug 09 05:38:57.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48382024-08-09T05:38:59.340Z[ recovery-image] Aug 09 05:38:57.326 INFO O| Aug 09 05:38:57.326 INFO STEP 330 (remove_files) COMPLETE
48392024-08-09T05:38:59.342Z[ recovery-image] Aug 09 05:38:57.326 INFO O| Aug 09 05:38:57.326 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-08-09T05:38:59.350Z[ recovery-image] Aug 09 05:38:57.336 INFO O| Aug 09 05:38:57.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48412024-08-09T05:38:59.350Z[ recovery-image] Aug 09 05:38:57.336 INFO O| Aug 09 05:38:57.336 INFO STEP 331 (remove_files) COMPLETE
48422024-08-09T05:38:59.350Z[ recovery-image] Aug 09 05:38:57.336 INFO O| Aug 09 05:38:57.336 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-08-09T05:38:59.360Z[ recovery-image] Aug 09 05:38:57.346 INFO O| Aug 09 05:38:57.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48442024-08-09T05:38:59.360Z[ recovery-image] Aug 09 05:38:57.346 INFO O| Aug 09 05:38:57.346 INFO STEP 332 (remove_files) COMPLETE
48452024-08-09T05:38:59.362Z[ recovery-image] Aug 09 05:38:57.346 INFO O| Aug 09 05:38:57.346 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-09T05:38:59.370Z[ recovery-image] Aug 09 05:38:57.357 INFO O| Aug 09 05:38:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48472024-08-09T05:38:59.370Z[ recovery-image] Aug 09 05:38:57.357 INFO O| Aug 09 05:38:57.357 INFO STEP 333 (remove_files) COMPLETE
48482024-08-09T05:38:59.373Z[ recovery-image] Aug 09 05:38:57.357 INFO O| Aug 09 05:38:57.357 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-09T05:38:59.380Z[ recovery-image] Aug 09 05:38:57.367 INFO O| Aug 09 05:38:57.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48502024-08-09T05:38:59.380Z[ recovery-image] Aug 09 05:38:57.367 INFO O| Aug 09 05:38:57.367 INFO STEP 334 (remove_files) COMPLETE
48512024-08-09T05:38:59.383Z[ recovery-image] Aug 09 05:38:57.367 INFO O| Aug 09 05:38:57.367 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-09T05:38:59.391Z[ recovery-image] Aug 09 05:38:57.377 INFO O| Aug 09 05:38:57.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48532024-08-09T05:38:59.391Z[ recovery-image] Aug 09 05:38:57.377 INFO O| Aug 09 05:38:57.377 INFO STEP 335 (remove_files) COMPLETE
48542024-08-09T05:38:59.393Z[ recovery-image] Aug 09 05:38:57.377 INFO O| Aug 09 05:38:57.377 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-09T05:38:59.401Z[ recovery-image] Aug 09 05:38:57.388 INFO O| Aug 09 05:38:57.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48562024-08-09T05:38:59.401Z[ recovery-image] Aug 09 05:38:57.388 INFO O| Aug 09 05:38:57.388 INFO STEP 336 (remove_files) COMPLETE
48572024-08-09T05:38:59.404Z[ recovery-image] Aug 09 05:38:57.388 INFO O| Aug 09 05:38:57.388 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-09T05:38:59.412Z[ recovery-image] Aug 09 05:38:57.398 INFO O| Aug 09 05:38:57.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48592024-08-09T05:38:59.412Z[ recovery-image] Aug 09 05:38:57.398 INFO O| Aug 09 05:38:57.398 INFO STEP 337 (remove_files) COMPLETE
48602024-08-09T05:38:59.414Z[ recovery-image] Aug 09 05:38:57.398 INFO O| Aug 09 05:38:57.398 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-09T05:38:59.422Z[ recovery-image] Aug 09 05:38:57.409 INFO O| Aug 09 05:38:57.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48622024-08-09T05:38:59.422Z[ recovery-image] Aug 09 05:38:57.409 INFO O| Aug 09 05:38:57.409 INFO STEP 338 (remove_files) COMPLETE
48632024-08-09T05:38:59.422Z[ recovery-image] Aug 09 05:38:57.409 INFO O| Aug 09 05:38:57.409 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-09T05:38:59.432Z[ recovery-image] Aug 09 05:38:57.419 INFO O| Aug 09 05:38:57.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48652024-08-09T05:38:59.432Z[ recovery-image] Aug 09 05:38:57.419 INFO O| Aug 09 05:38:57.419 INFO STEP 339 (remove_files) COMPLETE
48662024-08-09T05:38:59.432Z[ recovery-image] Aug 09 05:38:57.419 INFO O| Aug 09 05:38:57.419 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-08-09T05:38:59.442Z[ recovery-image] Aug 09 05:38:57.428 INFO O| Aug 09 05:38:57.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48682024-08-09T05:38:59.444Z[ recovery-image] Aug 09 05:38:57.428 INFO O| Aug 09 05:38:57.428 INFO STEP 340 (remove_files) COMPLETE
48692024-08-09T05:38:59.444Z[ recovery-image] Aug 09 05:38:57.428 INFO O| Aug 09 05:38:57.428 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-08-09T05:38:59.451Z[ recovery-image] Aug 09 05:38:57.438 INFO O| Aug 09 05:38:57.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48712024-08-09T05:38:59.454Z[ recovery-image] Aug 09 05:38:57.438 INFO O| Aug 09 05:38:57.438 INFO STEP 341 (remove_files) COMPLETE
48722024-08-09T05:38:59.454Z[ recovery-image] Aug 09 05:38:57.438 INFO O| Aug 09 05:38:57.438 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-08-09T05:38:59.461Z[ recovery-image] Aug 09 05:38:57.447 INFO O| Aug 09 05:38:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48742024-08-09T05:38:59.461Z[ recovery-image] Aug 09 05:38:57.447 INFO O| Aug 09 05:38:57.447 INFO STEP 342 (remove_files) COMPLETE
48752024-08-09T05:38:59.461Z[ recovery-image] Aug 09 05:38:57.447 INFO O| Aug 09 05:38:57.447 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-08-09T05:38:59.470Z[ recovery-image] Aug 09 05:38:57.457 INFO O| Aug 09 05:38:57.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48772024-08-09T05:38:59.470Z[ recovery-image] Aug 09 05:38:57.457 INFO O| Aug 09 05:38:57.457 INFO STEP 343 (remove_files) COMPLETE
48782024-08-09T05:38:59.470Z[ recovery-image] Aug 09 05:38:57.457 INFO O| Aug 09 05:38:57.457 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-08-09T05:38:59.480Z[ recovery-image] Aug 09 05:38:57.466 INFO O| Aug 09 05:38:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48802024-08-09T05:38:59.482Z[ recovery-image] Aug 09 05:38:57.466 INFO O| Aug 09 05:38:57.466 INFO STEP 344 (remove_files) COMPLETE
48812024-08-09T05:38:59.482Z[ recovery-image] Aug 09 05:38:57.466 INFO O| Aug 09 05:38:57.466 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-08-09T05:38:59.489Z[ recovery-image] Aug 09 05:38:57.476 INFO O| Aug 09 05:38:57.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48832024-08-09T05:38:59.489Z[ recovery-image] Aug 09 05:38:57.476 INFO O| Aug 09 05:38:57.476 INFO STEP 345 (remove_files) COMPLETE
48842024-08-09T05:38:59.492Z[ recovery-image] Aug 09 05:38:57.476 INFO O| Aug 09 05:38:57.476 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-08-09T05:38:59.499Z[ recovery-image] Aug 09 05:38:57.486 INFO O| Aug 09 05:38:57.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48862024-08-09T05:38:59.499Z[ recovery-image] Aug 09 05:38:57.486 INFO O| Aug 09 05:38:57.486 INFO STEP 346 (remove_files) COMPLETE
48872024-08-09T05:38:59.502Z[ recovery-image] Aug 09 05:38:57.486 INFO O| Aug 09 05:38:57.486 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-08-09T05:38:59.509Z[ recovery-image] Aug 09 05:38:57.495 INFO O| Aug 09 05:38:57.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48892024-08-09T05:38:59.511Z[ recovery-image] Aug 09 05:38:57.495 INFO O| Aug 09 05:38:57.495 INFO STEP 347 (remove_files) COMPLETE
48902024-08-09T05:38:59.511Z[ recovery-image] Aug 09 05:38:57.495 INFO O| Aug 09 05:38:57.495 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-08-09T05:38:59.519Z[ recovery-image] Aug 09 05:38:57.505 INFO O| Aug 09 05:38:57.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
48922024-08-09T05:38:59.519Z[ recovery-image] Aug 09 05:38:57.505 INFO O| Aug 09 05:38:57.505 INFO STEP 348 (remove_files) COMPLETE
48932024-08-09T05:38:59.519Z[ recovery-image] Aug 09 05:38:57.505 INFO O| Aug 09 05:38:57.505 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-08-09T05:38:59.529Z[ recovery-image] Aug 09 05:38:57.515 INFO O| Aug 09 05:38:57.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
48952024-08-09T05:38:59.529Z[ recovery-image] Aug 09 05:38:57.515 INFO O| Aug 09 05:38:57.515 INFO STEP 349 (remove_files) COMPLETE
48962024-08-09T05:38:59.529Z[ recovery-image] Aug 09 05:38:57.515 INFO O| Aug 09 05:38:57.515 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-08-09T05:38:59.538Z[ recovery-image] Aug 09 05:38:57.525 INFO O| Aug 09 05:38:57.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
48982024-08-09T05:38:59.538Z[ recovery-image] Aug 09 05:38:57.525 INFO O| Aug 09 05:38:57.525 INFO STEP 350 (remove_files) COMPLETE
48992024-08-09T05:38:59.541Z[ recovery-image] Aug 09 05:38:57.525 INFO O| Aug 09 05:38:57.525 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-08-09T05:38:59.548Z[ recovery-image] Aug 09 05:38:57.534 INFO O| Aug 09 05:38:57.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49012024-08-09T05:38:59.550Z[ recovery-image] Aug 09 05:38:57.535 INFO O| Aug 09 05:38:57.534 INFO STEP 351 (remove_files) COMPLETE
49022024-08-09T05:38:59.550Z[ recovery-image] Aug 09 05:38:57.535 INFO O| Aug 09 05:38:57.535 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-08-09T05:38:59.558Z[ recovery-image] Aug 09 05:38:57.545 INFO O| Aug 09 05:38:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49042024-08-09T05:38:59.558Z[ recovery-image] Aug 09 05:38:57.545 INFO O| Aug 09 05:38:57.545 INFO STEP 352 (remove_files) COMPLETE
49052024-08-09T05:38:59.558Z[ recovery-image] Aug 09 05:38:57.545 INFO O| Aug 09 05:38:57.545 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-08-09T05:38:59.568Z[ recovery-image] Aug 09 05:38:57.554 INFO O| Aug 09 05:38:57.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49072024-08-09T05:38:59.568Z[ recovery-image] Aug 09 05:38:57.554 INFO O| Aug 09 05:38:57.554 INFO STEP 353 (remove_files) COMPLETE
49082024-08-09T05:38:59.571Z[ recovery-image] Aug 09 05:38:57.554 INFO O| Aug 09 05:38:57.554 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-08-09T05:38:59.578Z[ recovery-image] Aug 09 05:38:57.564 INFO O| Aug 09 05:38:57.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49102024-08-09T05:38:59.578Z[ recovery-image] Aug 09 05:38:57.564 INFO O| Aug 09 05:38:57.564 INFO STEP 354 (remove_files) COMPLETE
49112024-08-09T05:38:59.581Z[ recovery-image] Aug 09 05:38:57.564 INFO O| Aug 09 05:38:57.564 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-08-09T05:38:59.588Z[ recovery-image] Aug 09 05:38:57.574 INFO O| Aug 09 05:38:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49132024-08-09T05:38:59.588Z[ recovery-image] Aug 09 05:38:57.574 INFO O| Aug 09 05:38:57.574 INFO STEP 355 (remove_files) COMPLETE
49142024-08-09T05:38:59.588Z[ recovery-image] Aug 09 05:38:57.574 INFO O| Aug 09 05:38:57.574 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-08-09T05:38:59.598Z[ recovery-image] Aug 09 05:38:57.584 INFO O| Aug 09 05:38:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49162024-08-09T05:38:59.600Z[ recovery-image] Aug 09 05:38:57.584 INFO O| Aug 09 05:38:57.584 INFO STEP 356 (remove_files) COMPLETE
49172024-08-09T05:38:59.600Z[ recovery-image] Aug 09 05:38:57.584 INFO O| Aug 09 05:38:57.584 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-08-09T05:38:59.608Z[ recovery-image] Aug 09 05:38:57.594 INFO O| Aug 09 05:38:57.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49192024-08-09T05:38:59.608Z[ recovery-image] Aug 09 05:38:57.594 INFO O| Aug 09 05:38:57.594 INFO STEP 357 (remove_files) COMPLETE
49202024-08-09T05:38:59.610Z[ recovery-image] Aug 09 05:38:57.595 INFO O| Aug 09 05:38:57.594 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-08-09T05:38:59.618Z[ recovery-image] Aug 09 05:38:57.604 INFO O| Aug 09 05:38:57.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49222024-08-09T05:38:59.618Z[ recovery-image] Aug 09 05:38:57.604 INFO O| Aug 09 05:38:57.604 INFO STEP 358 (remove_files) COMPLETE
49232024-08-09T05:38:59.618Z[ recovery-image] Aug 09 05:38:57.604 INFO O| Aug 09 05:38:57.604 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-08-09T05:38:59.628Z[ recovery-image] Aug 09 05:38:57.614 INFO O| Aug 09 05:38:57.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49252024-08-09T05:38:59.628Z[ recovery-image] Aug 09 05:38:57.614 INFO O| Aug 09 05:38:57.614 INFO STEP 359 (remove_files) COMPLETE
49262024-08-09T05:38:59.628Z[ recovery-image] Aug 09 05:38:57.614 INFO O| Aug 09 05:38:57.614 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-08-09T05:38:59.638Z[ recovery-image] Aug 09 05:38:57.624 INFO O| Aug 09 05:38:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49282024-08-09T05:38:59.638Z[ recovery-image] Aug 09 05:38:57.624 INFO O| Aug 09 05:38:57.624 INFO STEP 360 (remove_files) COMPLETE
49292024-08-09T05:38:59.638Z[ recovery-image] Aug 09 05:38:57.624 INFO O| Aug 09 05:38:57.624 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-08-09T05:38:59.648Z[ recovery-image] Aug 09 05:38:57.634 INFO O| Aug 09 05:38:57.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49312024-08-09T05:38:59.648Z[ recovery-image] Aug 09 05:38:57.634 INFO O| Aug 09 05:38:57.634 INFO STEP 361 (remove_files) COMPLETE
49322024-08-09T05:38:59.651Z[ recovery-image] Aug 09 05:38:57.634 INFO O| Aug 09 05:38:57.634 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-08-09T05:38:59.657Z[ recovery-image] Aug 09 05:38:57.644 INFO O| Aug 09 05:38:57.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49342024-08-09T05:38:59.657Z[ recovery-image] Aug 09 05:38:57.644 INFO O| Aug 09 05:38:57.644 INFO STEP 362 (remove_files) COMPLETE
49352024-08-09T05:38:59.660Z[ recovery-image] Aug 09 05:38:57.644 INFO O| Aug 09 05:38:57.644 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-08-09T05:38:59.667Z[ recovery-image] Aug 09 05:38:57.654 INFO O| Aug 09 05:38:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49372024-08-09T05:38:59.667Z[ recovery-image] Aug 09 05:38:57.654 INFO O| Aug 09 05:38:57.654 INFO STEP 363 (remove_files) COMPLETE
49382024-08-09T05:38:59.670Z[ recovery-image] Aug 09 05:38:57.654 INFO O| Aug 09 05:38:57.654 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-08-09T05:38:59.677Z[ recovery-image] Aug 09 05:38:57.664 INFO O| Aug 09 05:38:57.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49402024-08-09T05:38:59.677Z[ recovery-image] Aug 09 05:38:57.664 INFO O| Aug 09 05:38:57.664 INFO STEP 364 (remove_files) COMPLETE
49412024-08-09T05:38:59.677Z[ recovery-image] Aug 09 05:38:57.664 INFO O| Aug 09 05:38:57.664 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-08-09T05:38:59.687Z[ recovery-image] Aug 09 05:38:57.673 INFO O| Aug 09 05:38:57.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49432024-08-09T05:38:59.689Z[ recovery-image] Aug 09 05:38:57.674 INFO O| Aug 09 05:38:57.674 INFO STEP 365 (remove_files) COMPLETE
49442024-08-09T05:38:59.689Z[ recovery-image] Aug 09 05:38:57.674 INFO O| Aug 09 05:38:57.674 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-08-09T05:38:59.697Z[ recovery-image] Aug 09 05:38:57.683 INFO O| Aug 09 05:38:57.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49462024-08-09T05:38:59.697Z[ recovery-image] Aug 09 05:38:57.683 INFO O| Aug 09 05:38:57.683 INFO STEP 366 (remove_files) COMPLETE
49472024-08-09T05:38:59.697Z[ recovery-image] Aug 09 05:38:57.683 INFO O| Aug 09 05:38:57.683 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-08-09T05:38:59.706Z[ recovery-image] Aug 09 05:38:57.693 INFO O| Aug 09 05:38:57.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49492024-08-09T05:38:59.706Z[ recovery-image] Aug 09 05:38:57.693 INFO O| Aug 09 05:38:57.693 INFO STEP 367 (remove_files) COMPLETE
49502024-08-09T05:38:59.709Z[ recovery-image] Aug 09 05:38:57.693 INFO O| Aug 09 05:38:57.693 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-08-09T05:38:59.716Z[ recovery-image] Aug 09 05:38:57.703 INFO O| Aug 09 05:38:57.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49522024-08-09T05:38:59.716Z[ recovery-image] Aug 09 05:38:57.703 INFO O| Aug 09 05:38:57.703 INFO STEP 368 (remove_files) COMPLETE
49532024-08-09T05:38:59.719Z[ recovery-image] Aug 09 05:38:57.703 INFO O| Aug 09 05:38:57.703 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-08-09T05:38:59.726Z[ recovery-image] Aug 09 05:38:57.712 INFO O| Aug 09 05:38:57.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49552024-08-09T05:38:59.728Z[ recovery-image] Aug 09 05:38:57.712 INFO O| Aug 09 05:38:57.712 INFO STEP 369 (remove_files) COMPLETE
49562024-08-09T05:38:59.728Z[ recovery-image] Aug 09 05:38:57.712 INFO O| Aug 09 05:38:57.712 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-08-09T05:38:59.736Z[ recovery-image] Aug 09 05:38:57.722 INFO O| Aug 09 05:38:57.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49582024-08-09T05:38:59.738Z[ recovery-image] Aug 09 05:38:57.722 INFO O| Aug 09 05:38:57.722 INFO STEP 370 (remove_files) COMPLETE
49592024-08-09T05:38:59.738Z[ recovery-image] Aug 09 05:38:57.722 INFO O| Aug 09 05:38:57.722 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-08-09T05:38:59.745Z[ recovery-image] Aug 09 05:38:57.732 INFO O| Aug 09 05:38:57.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49612024-08-09T05:38:59.745Z[ recovery-image] Aug 09 05:38:57.732 INFO O| Aug 09 05:38:57.732 INFO STEP 371 (remove_files) COMPLETE
49622024-08-09T05:38:59.748Z[ recovery-image] Aug 09 05:38:57.732 INFO O| Aug 09 05:38:57.732 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-08-09T05:38:59.755Z[ recovery-image] Aug 09 05:38:57.742 INFO O| Aug 09 05:38:57.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49642024-08-09T05:38:59.758Z[ recovery-image] Aug 09 05:38:57.742 INFO O| Aug 09 05:38:57.742 INFO STEP 372 (remove_files) COMPLETE
49652024-08-09T05:38:59.758Z[ recovery-image] Aug 09 05:38:57.742 INFO O| Aug 09 05:38:57.742 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-08-09T05:38:59.765Z[ recovery-image] Aug 09 05:38:57.752 INFO O| Aug 09 05:38:57.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49672024-08-09T05:38:59.765Z[ recovery-image] Aug 09 05:38:57.752 INFO O| Aug 09 05:38:57.752 INFO STEP 373 (remove_files) COMPLETE
49682024-08-09T05:38:59.768Z[ recovery-image] Aug 09 05:38:57.752 INFO O| Aug 09 05:38:57.752 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-08-09T05:38:59.775Z[ recovery-image] Aug 09 05:38:57.762 INFO O| Aug 09 05:38:57.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49702024-08-09T05:38:59.775Z[ recovery-image] Aug 09 05:38:57.762 INFO O| Aug 09 05:38:57.762 INFO STEP 374 (remove_files) COMPLETE
49712024-08-09T05:38:59.775Z[ recovery-image] Aug 09 05:38:57.762 INFO O| Aug 09 05:38:57.762 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-08-09T05:38:59.785Z[ recovery-image] Aug 09 05:38:57.771 INFO O| Aug 09 05:38:57.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49732024-08-09T05:38:59.787Z[ recovery-image] Aug 09 05:38:57.772 INFO O| Aug 09 05:38:57.772 INFO STEP 375 (remove_files) COMPLETE
49742024-08-09T05:38:59.787Z[ recovery-image] Aug 09 05:38:57.772 INFO O| Aug 09 05:38:57.772 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-08-09T05:38:59.795Z[ recovery-image] Aug 09 05:38:57.782 INFO O| Aug 09 05:38:57.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49762024-08-09T05:38:59.799Z[ recovery-image] Aug 09 05:38:57.782 INFO O| Aug 09 05:38:57.782 INFO STEP 376 (remove_files) COMPLETE
49772024-08-09T05:38:59.799Z[ recovery-image] Aug 09 05:38:57.782 INFO O| Aug 09 05:38:57.782 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-08-09T05:38:59.807Z[ recovery-image] Aug 09 05:38:57.791 INFO O| Aug 09 05:38:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49792024-08-09T05:38:59.807Z[ recovery-image] Aug 09 05:38:57.792 INFO O| Aug 09 05:38:57.792 INFO STEP 377 (remove_files) COMPLETE
49802024-08-09T05:38:59.807Z[ recovery-image] Aug 09 05:38:57.792 INFO O| Aug 09 05:38:57.792 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-08-09T05:38:59.815Z[ recovery-image] Aug 09 05:38:57.802 INFO O| Aug 09 05:38:57.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49822024-08-09T05:38:59.815Z[ recovery-image] Aug 09 05:38:57.802 INFO O| Aug 09 05:38:57.802 INFO STEP 378 (remove_files) COMPLETE
49832024-08-09T05:38:59.815Z[ recovery-image] Aug 09 05:38:57.802 INFO O| Aug 09 05:38:57.802 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-08-09T05:38:59.825Z[ recovery-image] Aug 09 05:38:57.812 INFO O| Aug 09 05:38:57.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49852024-08-09T05:38:59.825Z[ recovery-image] Aug 09 05:38:57.812 INFO O| Aug 09 05:38:57.812 INFO STEP 379 (remove_files) COMPLETE
49862024-08-09T05:38:59.825Z[ recovery-image] Aug 09 05:38:57.812 INFO O| Aug 09 05:38:57.812 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-08-09T05:38:59.835Z[ recovery-image] Aug 09 05:38:57.822 INFO O| Aug 09 05:38:57.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
49882024-08-09T05:38:59.835Z[ recovery-image] Aug 09 05:38:57.822 INFO O| Aug 09 05:38:57.822 INFO STEP 380 (remove_files) COMPLETE
49892024-08-09T05:38:59.835Z[ recovery-image] Aug 09 05:38:57.822 INFO O| Aug 09 05:38:57.822 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-08-09T05:38:59.845Z[ recovery-image] Aug 09 05:38:57.831 INFO O| Aug 09 05:38:57.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
49912024-08-09T05:38:59.847Z[ recovery-image] Aug 09 05:38:57.831 INFO O| Aug 09 05:38:57.831 INFO STEP 381 (remove_files) COMPLETE
49922024-08-09T05:38:59.847Z[ recovery-image] Aug 09 05:38:57.831 INFO O| Aug 09 05:38:57.831 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-08-09T05:38:59.855Z[ recovery-image] Aug 09 05:38:57.841 INFO O| Aug 09 05:38:57.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
49942024-08-09T05:38:59.855Z[ recovery-image] Aug 09 05:38:57.841 INFO O| Aug 09 05:38:57.841 INFO STEP 382 (remove_files) COMPLETE
49952024-08-09T05:38:59.855Z[ recovery-image] Aug 09 05:38:57.842 INFO O| Aug 09 05:38:57.841 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-08-09T05:38:59.865Z[ recovery-image] Aug 09 05:38:57.852 INFO O| Aug 09 05:38:57.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
49972024-08-09T05:38:59.865Z[ recovery-image] Aug 09 05:38:57.852 INFO O| Aug 09 05:38:57.852 INFO STEP 383 (remove_files) COMPLETE
49982024-08-09T05:38:59.868Z[ recovery-image] Aug 09 05:38:57.852 INFO O| Aug 09 05:38:57.852 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-08-09T05:38:59.875Z[ recovery-image] Aug 09 05:38:57.862 INFO O| Aug 09 05:38:57.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50002024-08-09T05:38:59.875Z[ recovery-image] Aug 09 05:38:57.862 INFO O| Aug 09 05:38:57.862 INFO STEP 384 (remove_files) COMPLETE
50012024-08-09T05:38:59.875Z[ recovery-image] Aug 09 05:38:57.862 INFO O| Aug 09 05:38:57.862 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-08-09T05:38:59.885Z[ recovery-image] Aug 09 05:38:57.872 INFO O| Aug 09 05:38:57.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50032024-08-09T05:38:59.885Z[ recovery-image] Aug 09 05:38:57.872 INFO O| Aug 09 05:38:57.872 INFO STEP 385 (remove_files) COMPLETE
50042024-08-09T05:38:59.885Z[ recovery-image] Aug 09 05:38:57.872 INFO O| Aug 09 05:38:57.872 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-08-09T05:38:59.895Z[ recovery-image] Aug 09 05:38:57.882 INFO O| Aug 09 05:38:57.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50062024-08-09T05:38:59.895Z[ recovery-image] Aug 09 05:38:57.882 INFO O| Aug 09 05:38:57.882 INFO STEP 386 (remove_files) COMPLETE
50072024-08-09T05:38:59.895Z[ recovery-image] Aug 09 05:38:57.882 INFO O| Aug 09 05:38:57.882 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-08-09T05:38:59.905Z[ recovery-image] Aug 09 05:38:57.892 INFO O| Aug 09 05:38:57.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50092024-08-09T05:38:59.905Z[ recovery-image] Aug 09 05:38:57.892 INFO O| Aug 09 05:38:57.892 INFO STEP 387 (remove_files) COMPLETE
50102024-08-09T05:38:59.908Z[ recovery-image] Aug 09 05:38:57.892 INFO O| Aug 09 05:38:57.892 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-08-09T05:38:59.915Z[ recovery-image] Aug 09 05:38:57.902 INFO O| Aug 09 05:38:57.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50122024-08-09T05:38:59.918Z[ recovery-image] Aug 09 05:38:57.902 INFO O| Aug 09 05:38:57.902 INFO STEP 388 (remove_files) COMPLETE
50132024-08-09T05:38:59.918Z[ recovery-image] Aug 09 05:38:57.902 INFO O| Aug 09 05:38:57.902 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-08-09T05:38:59.925Z[ recovery-image] Aug 09 05:38:57.912 INFO O| Aug 09 05:38:57.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50152024-08-09T05:38:59.928Z[ recovery-image] Aug 09 05:38:57.912 INFO O| Aug 09 05:38:57.912 INFO STEP 389 (remove_files) COMPLETE
50162024-08-09T05:38:59.928Z[ recovery-image] Aug 09 05:38:57.912 INFO O| Aug 09 05:38:57.912 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-08-09T05:38:59.936Z[ recovery-image] Aug 09 05:38:57.923 INFO O| Aug 09 05:38:57.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50182024-08-09T05:38:59.936Z[ recovery-image] Aug 09 05:38:57.923 INFO O| Aug 09 05:38:57.923 INFO STEP 390 (remove_files) COMPLETE
50192024-08-09T05:38:59.939Z[ recovery-image] Aug 09 05:38:57.923 INFO O| Aug 09 05:38:57.923 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-08-09T05:38:59.946Z[ recovery-image] Aug 09 05:38:57.932 INFO O| Aug 09 05:38:57.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50212024-08-09T05:38:59.946Z[ recovery-image] Aug 09 05:38:57.932 INFO O| Aug 09 05:38:57.932 INFO STEP 391 (remove_files) COMPLETE
50222024-08-09T05:38:59.949Z[ recovery-image] Aug 09 05:38:57.932 INFO O| Aug 09 05:38:57.932 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-08-09T05:38:59.955Z[ recovery-image] Aug 09 05:38:57.942 INFO O| Aug 09 05:38:57.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50242024-08-09T05:38:59.958Z[ recovery-image] Aug 09 05:38:57.942 INFO O| Aug 09 05:38:57.942 INFO STEP 392 (remove_files) COMPLETE
50252024-08-09T05:38:59.958Z[ recovery-image] Aug 09 05:38:57.942 INFO O| Aug 09 05:38:57.942 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-08-09T05:38:59.965Z[ recovery-image] Aug 09 05:38:57.951 INFO O| Aug 09 05:38:57.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50272024-08-09T05:38:59.965Z[ recovery-image] Aug 09 05:38:57.951 INFO O| Aug 09 05:38:57.951 INFO STEP 393 (remove_files) COMPLETE
50282024-08-09T05:38:59.968Z[ recovery-image] Aug 09 05:38:57.951 INFO O| Aug 09 05:38:57.951 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-08-09T05:38:59.974Z[ recovery-image] Aug 09 05:38:57.961 INFO O| Aug 09 05:38:57.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50302024-08-09T05:38:59.977Z[ recovery-image] Aug 09 05:38:57.961 INFO O| Aug 09 05:38:57.961 INFO STEP 394 (remove_files) COMPLETE
50312024-08-09T05:38:59.977Z[ recovery-image] Aug 09 05:38:57.961 INFO O| Aug 09 05:38:57.961 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-08-09T05:38:59.984Z[ recovery-image] Aug 09 05:38:57.971 INFO O| Aug 09 05:38:57.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50332024-08-09T05:38:59.984Z[ recovery-image] Aug 09 05:38:57.971 INFO O| Aug 09 05:38:57.971 INFO STEP 395 (remove_files) COMPLETE
50342024-08-09T05:38:59.987Z[ recovery-image] Aug 09 05:38:57.971 INFO O| Aug 09 05:38:57.971 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-08-09T05:38:59.994Z[ recovery-image] Aug 09 05:38:57.980 INFO O| Aug 09 05:38:57.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50362024-08-09T05:38:59.994Z[ recovery-image] Aug 09 05:38:57.980 INFO O| Aug 09 05:38:57.980 INFO STEP 396 (remove_files) COMPLETE
50372024-08-09T05:38:59.996Z[ recovery-image] Aug 09 05:38:57.980 INFO O| Aug 09 05:38:57.980 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-08-09T05:39:00.003Z[ recovery-image] Aug 09 05:38:57.990 INFO O| Aug 09 05:38:57.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50392024-08-09T05:39:00.003Z[ recovery-image] Aug 09 05:38:57.990 INFO O| Aug 09 05:38:57.990 INFO STEP 397 (remove_files) COMPLETE
50402024-08-09T05:39:00.003Z[ recovery-image] Aug 09 05:38:57.990 INFO O| Aug 09 05:38:57.990 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-08-09T05:39:00.013Z[ recovery-image] Aug 09 05:38:57.999 INFO O| Aug 09 05:38:57.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50422024-08-09T05:39:00.013Z[ recovery-image] Aug 09 05:38:57.999 INFO O| Aug 09 05:38:57.999 INFO STEP 398 (remove_files) COMPLETE
50432024-08-09T05:39:00.015Z[ recovery-image] Aug 09 05:38:57.999 INFO O| Aug 09 05:38:57.999 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-09T05:39:00.023Z[ recovery-image] Aug 09 05:38:58.010 INFO O| Aug 09 05:38:58.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50452024-08-09T05:39:00.023Z[ recovery-image] Aug 09 05:38:58.010 INFO O| Aug 09 05:38:58.010 INFO STEP 399 (remove_files) COMPLETE
50462024-08-09T05:39:00.026Z[ recovery-image] Aug 09 05:38:58.010 INFO O| Aug 09 05:38:58.010 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-09T05:39:00.033Z[ recovery-image] Aug 09 05:38:58.019 INFO O| Aug 09 05:38:58.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50482024-08-09T05:39:00.033Z[ recovery-image] Aug 09 05:38:58.019 INFO O| Aug 09 05:38:58.019 INFO STEP 400 (remove_files) COMPLETE
50492024-08-09T05:39:00.033Z[ recovery-image] Aug 09 05:38:58.019 INFO O| Aug 09 05:38:58.019 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-08-09T05:39:00.042Z[ recovery-image] Aug 09 05:38:58.029 INFO O| Aug 09 05:38:58.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50512024-08-09T05:39:00.042Z[ recovery-image] Aug 09 05:38:58.029 INFO O| Aug 09 05:38:58.029 INFO STEP 401 (remove_files) COMPLETE
50522024-08-09T05:39:00.045Z[ recovery-image] Aug 09 05:38:58.029 INFO O| Aug 09 05:38:58.029 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-08-09T05:39:00.052Z[ recovery-image] Aug 09 05:38:58.038 INFO O| Aug 09 05:38:58.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50542024-08-09T05:39:00.052Z[ recovery-image] Aug 09 05:38:58.038 INFO O| Aug 09 05:38:58.038 INFO STEP 402 (remove_files) COMPLETE
50552024-08-09T05:39:00.054Z[ recovery-image] Aug 09 05:38:58.038 INFO O| Aug 09 05:38:58.038 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-08-09T05:39:00.061Z[ recovery-image] Aug 09 05:38:58.048 INFO O| Aug 09 05:38:58.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50572024-08-09T05:39:00.064Z[ recovery-image] Aug 09 05:38:58.048 INFO O| Aug 09 05:38:58.048 INFO STEP 403 (remove_files) COMPLETE
50582024-08-09T05:39:00.064Z[ recovery-image] Aug 09 05:38:58.048 INFO O| Aug 09 05:38:58.048 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-08-09T05:39:00.071Z[ recovery-image] Aug 09 05:38:58.057 INFO O| Aug 09 05:38:58.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50602024-08-09T05:39:00.071Z[ recovery-image] Aug 09 05:38:58.057 INFO O| Aug 09 05:38:58.057 INFO STEP 404 (remove_files) COMPLETE
50612024-08-09T05:39:00.073Z[ recovery-image] Aug 09 05:38:58.057 INFO O| Aug 09 05:38:58.057 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-08-09T05:39:00.080Z[ recovery-image] Aug 09 05:38:58.066 INFO O| Aug 09 05:38:58.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50632024-08-09T05:39:00.080Z[ recovery-image] Aug 09 05:38:58.067 INFO O| Aug 09 05:38:58.067 INFO STEP 405 (remove_files) COMPLETE
50642024-08-09T05:39:00.083Z[ recovery-image] Aug 09 05:38:58.067 INFO O| Aug 09 05:38:58.067 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-08-09T05:39:00.090Z[ recovery-image] Aug 09 05:38:58.076 INFO O| Aug 09 05:38:58.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50662024-08-09T05:39:00.090Z[ recovery-image] Aug 09 05:38:58.076 INFO O| Aug 09 05:38:58.076 INFO STEP 406 (remove_files) COMPLETE
50672024-08-09T05:39:00.090Z[ recovery-image] Aug 09 05:38:58.076 INFO O| Aug 09 05:38:58.076 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-08-09T05:39:00.100Z[ recovery-image] Aug 09 05:38:58.087 INFO O| Aug 09 05:38:58.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50692024-08-09T05:39:00.103Z[ recovery-image] Aug 09 05:38:58.087 INFO O| Aug 09 05:38:58.087 INFO STEP 407 (remove_files) COMPLETE
50702024-08-09T05:39:00.103Z[ recovery-image] Aug 09 05:38:58.087 INFO O| Aug 09 05:38:58.087 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-08-09T05:39:00.110Z[ recovery-image] Aug 09 05:38:58.096 INFO O| Aug 09 05:38:58.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50722024-08-09T05:39:00.110Z[ recovery-image] Aug 09 05:38:58.097 INFO O| Aug 09 05:38:58.096 INFO STEP 408 (remove_files) COMPLETE
50732024-08-09T05:39:00.113Z[ recovery-image] Aug 09 05:38:58.097 INFO O| Aug 09 05:38:58.096 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-08-09T05:39:00.120Z[ recovery-image] Aug 09 05:38:58.106 INFO O| Aug 09 05:38:58.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50752024-08-09T05:39:00.120Z[ recovery-image] Aug 09 05:38:58.106 INFO O| Aug 09 05:38:58.106 INFO STEP 409 (remove_files) COMPLETE
50762024-08-09T05:39:00.123Z[ recovery-image] Aug 09 05:38:58.106 INFO O| Aug 09 05:38:58.106 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-08-09T05:39:00.129Z[ recovery-image] Aug 09 05:38:58.116 INFO O| Aug 09 05:38:58.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50782024-08-09T05:39:00.129Z[ recovery-image] Aug 09 05:38:58.116 INFO O| Aug 09 05:38:58.116 INFO STEP 410 (remove_files) COMPLETE
50792024-08-09T05:39:00.132Z[ recovery-image] Aug 09 05:38:58.116 INFO O| Aug 09 05:38:58.116 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-08-09T05:39:00.139Z[ recovery-image] Aug 09 05:38:58.125 INFO O| Aug 09 05:38:58.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50812024-08-09T05:39:00.142Z[ recovery-image] Aug 09 05:38:58.125 INFO O| Aug 09 05:38:58.125 INFO STEP 411 (remove_files) COMPLETE
50822024-08-09T05:39:00.142Z[ recovery-image] Aug 09 05:38:58.125 INFO O| Aug 09 05:38:58.125 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-08-09T05:39:00.160Z[ recovery-image] Aug 09 05:38:58.146 INFO O| Aug 09 05:38:58.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50842024-08-09T05:39:00.160Z[ recovery-image] Aug 09 05:38:58.146 INFO O| Aug 09 05:38:58.146 INFO STEP 412 (remove_files) COMPLETE
50852024-08-09T05:39:00.160Z[ recovery-image] Aug 09 05:38:58.146 INFO O| Aug 09 05:38:58.146 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-08-09T05:39:00.184Z[ recovery-image] Aug 09 05:38:58.169 INFO O| Aug 09 05:38:58.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
50872024-08-09T05:39:00.184Z[ recovery-image] Aug 09 05:38:58.169 INFO O| Aug 09 05:38:58.169 INFO STEP 413 (remove_files) COMPLETE
50882024-08-09T05:39:00.184Z[ recovery-image] Aug 09 05:38:58.169 INFO O| Aug 09 05:38:58.169 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-08-09T05:39:00.196Z[ recovery-image] Aug 09 05:38:58.183 INFO O| Aug 09 05:38:58.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
50902024-08-09T05:39:00.196Z[ recovery-image] Aug 09 05:38:58.183 INFO O| Aug 09 05:38:58.183 INFO STEP 414 (remove_files) COMPLETE
50912024-08-09T05:39:00.196Z[ recovery-image] Aug 09 05:38:58.183 INFO O| Aug 09 05:38:58.183 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-08-09T05:39:00.207Z[ recovery-image] Aug 09 05:38:58.193 INFO O| Aug 09 05:38:58.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
50932024-08-09T05:39:00.207Z[ recovery-image] Aug 09 05:38:58.194 INFO O| Aug 09 05:38:58.193 INFO STEP 415 (remove_files) COMPLETE
50942024-08-09T05:39:00.210Z[ recovery-image] Aug 09 05:38:58.194 INFO O| Aug 09 05:38:58.193 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-08-09T05:39:00.218Z[ recovery-image] Aug 09 05:38:58.204 INFO O| Aug 09 05:38:58.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
50962024-08-09T05:39:00.220Z[ recovery-image] Aug 09 05:38:58.204 INFO O| Aug 09 05:38:58.204 INFO STEP 416 (remove_files) COMPLETE
50972024-08-09T05:39:00.220Z[ recovery-image] Aug 09 05:38:58.204 INFO O| Aug 09 05:38:58.204 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-08-09T05:39:00.228Z[ recovery-image] Aug 09 05:38:58.214 INFO O| Aug 09 05:38:58.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
50992024-08-09T05:39:00.231Z[ recovery-image] Aug 09 05:38:58.215 INFO O| Aug 09 05:38:58.215 INFO STEP 417 (remove_files) COMPLETE
51002024-08-09T05:39:00.231Z[ recovery-image] Aug 09 05:38:58.215 INFO O| Aug 09 05:38:58.215 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-08-09T05:39:00.238Z[ recovery-image] Aug 09 05:38:58.225 INFO O| Aug 09 05:38:58.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51022024-08-09T05:39:00.241Z[ recovery-image] Aug 09 05:38:58.225 INFO O| Aug 09 05:38:58.225 INFO STEP 418 (remove_files) COMPLETE
51032024-08-09T05:39:00.241Z[ recovery-image] Aug 09 05:38:58.225 INFO O| Aug 09 05:38:58.225 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-08-09T05:39:00.248Z[ recovery-image] Aug 09 05:38:58.235 INFO O| Aug 09 05:38:58.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51052024-08-09T05:39:00.251Z[ recovery-image] Aug 09 05:38:58.235 INFO O| Aug 09 05:38:58.235 INFO STEP 419 (remove_files) COMPLETE
51062024-08-09T05:39:00.251Z[ recovery-image] Aug 09 05:38:58.235 INFO O| Aug 09 05:38:58.235 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-08-09T05:39:00.258Z[ recovery-image] Aug 09 05:38:58.245 INFO O| Aug 09 05:38:58.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51082024-08-09T05:39:00.258Z[ recovery-image] Aug 09 05:38:58.245 INFO O| Aug 09 05:38:58.245 INFO STEP 420 (remove_files) COMPLETE
51092024-08-09T05:39:00.261Z[ recovery-image] Aug 09 05:38:58.245 INFO O| Aug 09 05:38:58.245 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-08-09T05:39:00.268Z[ recovery-image] Aug 09 05:38:58.254 INFO O| Aug 09 05:38:58.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51112024-08-09T05:39:00.271Z[ recovery-image] Aug 09 05:38:58.255 INFO O| Aug 09 05:38:58.254 INFO STEP 421 (remove_files) COMPLETE
51122024-08-09T05:39:00.271Z[ recovery-image] Aug 09 05:38:58.255 INFO O| Aug 09 05:38:58.254 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-08-09T05:39:00.277Z[ recovery-image] Aug 09 05:38:58.264 INFO O| Aug 09 05:38:58.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51142024-08-09T05:39:00.277Z[ recovery-image] Aug 09 05:38:58.264 INFO O| Aug 09 05:38:58.264 INFO STEP 422 (remove_files) COMPLETE
51152024-08-09T05:39:00.280Z[ recovery-image] Aug 09 05:38:58.264 INFO O| Aug 09 05:38:58.264 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-08-09T05:39:00.287Z[ recovery-image] Aug 09 05:38:58.274 INFO O| Aug 09 05:38:58.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51172024-08-09T05:39:00.287Z[ recovery-image] Aug 09 05:38:58.274 INFO O| Aug 09 05:38:58.274 INFO STEP 423 (remove_files) COMPLETE
51182024-08-09T05:39:00.290Z[ recovery-image] Aug 09 05:38:58.274 INFO O| Aug 09 05:38:58.274 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-08-09T05:39:00.297Z[ recovery-image] Aug 09 05:38:58.283 INFO O| Aug 09 05:38:58.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51202024-08-09T05:39:00.297Z[ recovery-image] Aug 09 05:38:58.283 INFO O| Aug 09 05:38:58.283 INFO STEP 424 (remove_files) COMPLETE
51212024-08-09T05:39:00.299Z[ recovery-image] Aug 09 05:38:58.283 INFO O| Aug 09 05:38:58.283 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-08-09T05:39:00.306Z[ recovery-image] Aug 09 05:38:58.293 INFO O| Aug 09 05:38:58.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51232024-08-09T05:39:00.309Z[ recovery-image] Aug 09 05:38:58.293 INFO O| Aug 09 05:38:58.293 INFO STEP 425 (remove_files) COMPLETE
51242024-08-09T05:39:00.309Z[ recovery-image] Aug 09 05:38:58.293 INFO O| Aug 09 05:38:58.293 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-08-09T05:39:00.316Z[ recovery-image] Aug 09 05:38:58.302 INFO O| Aug 09 05:38:58.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51262024-08-09T05:39:00.316Z[ recovery-image] Aug 09 05:38:58.302 INFO O| Aug 09 05:38:58.302 INFO STEP 426 (remove_files) COMPLETE
51272024-08-09T05:39:00.318Z[ recovery-image] Aug 09 05:38:58.302 INFO O| Aug 09 05:38:58.302 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-08-09T05:39:00.326Z[ recovery-image] Aug 09 05:38:58.312 INFO O| Aug 09 05:38:58.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51292024-08-09T05:39:00.329Z[ recovery-image] Aug 09 05:38:58.313 INFO O| Aug 09 05:38:58.312 INFO STEP 427 (remove_files) COMPLETE
51302024-08-09T05:39:00.329Z[ recovery-image] Aug 09 05:38:58.313 INFO O| Aug 09 05:38:58.312 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-08-09T05:39:00.337Z[ recovery-image] Aug 09 05:38:58.323 INFO O| Aug 09 05:38:58.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51322024-08-09T05:39:00.337Z[ recovery-image] Aug 09 05:38:58.323 INFO O| Aug 09 05:38:58.323 INFO STEP 428 (remove_files) COMPLETE
51332024-08-09T05:39:00.340Z[ recovery-image] Aug 09 05:38:58.323 INFO O| Aug 09 05:38:58.323 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-08-09T05:39:00.347Z[ recovery-image] Aug 09 05:38:58.333 INFO O| Aug 09 05:38:58.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51352024-08-09T05:39:00.347Z[ recovery-image] Aug 09 05:38:58.333 INFO O| Aug 09 05:38:58.333 INFO STEP 429 (remove_files) COMPLETE
51362024-08-09T05:39:00.347Z[ recovery-image] Aug 09 05:38:58.333 INFO O| Aug 09 05:38:58.333 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-08-09T05:39:00.356Z[ recovery-image] Aug 09 05:38:58.343 INFO O| Aug 09 05:38:58.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51382024-08-09T05:39:00.356Z[ recovery-image] Aug 09 05:38:58.343 INFO O| Aug 09 05:38:58.343 INFO STEP 430 (remove_files) COMPLETE
51392024-08-09T05:39:00.359Z[ recovery-image] Aug 09 05:38:58.343 INFO O| Aug 09 05:38:58.343 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-08-09T05:39:00.366Z[ recovery-image] Aug 09 05:38:58.352 INFO O| Aug 09 05:38:58.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51412024-08-09T05:39:00.366Z[ recovery-image] Aug 09 05:38:58.352 INFO O| Aug 09 05:38:58.352 INFO STEP 431 (remove_files) COMPLETE
51422024-08-09T05:39:00.369Z[ recovery-image] Aug 09 05:38:58.352 INFO O| Aug 09 05:38:58.352 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-08-09T05:39:00.375Z[ recovery-image] Aug 09 05:38:58.362 INFO O| Aug 09 05:38:58.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51442024-08-09T05:39:00.375Z[ recovery-image] Aug 09 05:38:58.362 INFO O| Aug 09 05:38:58.362 INFO STEP 432 (remove_files) COMPLETE
51452024-08-09T05:39:00.378Z[ recovery-image] Aug 09 05:38:58.362 INFO O| Aug 09 05:38:58.362 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-08-09T05:39:00.385Z[ recovery-image] Aug 09 05:38:58.371 INFO O| Aug 09 05:38:58.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51472024-08-09T05:39:00.387Z[ recovery-image] Aug 09 05:38:58.371 INFO O| Aug 09 05:38:58.371 INFO STEP 433 (remove_files) COMPLETE
51482024-08-09T05:39:00.387Z[ recovery-image] Aug 09 05:38:58.371 INFO O| Aug 09 05:38:58.371 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-08-09T05:39:00.394Z[ recovery-image] Aug 09 05:38:58.380 INFO O| Aug 09 05:38:58.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51502024-08-09T05:39:00.394Z[ recovery-image] Aug 09 05:38:58.381 INFO O| Aug 09 05:38:58.380 INFO STEP 434 (remove_files) COMPLETE
51512024-08-09T05:39:00.397Z[ recovery-image] Aug 09 05:38:58.381 INFO O| Aug 09 05:38:58.380 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-08-09T05:39:00.404Z[ recovery-image] Aug 09 05:38:58.390 INFO O| Aug 09 05:38:58.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51532024-08-09T05:39:00.404Z[ recovery-image] Aug 09 05:38:58.390 INFO O| Aug 09 05:38:58.390 INFO STEP 435 (remove_files) COMPLETE
51542024-08-09T05:39:00.407Z[ recovery-image] Aug 09 05:38:58.390 INFO O| Aug 09 05:38:58.390 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-08-09T05:39:00.413Z[ recovery-image] Aug 09 05:38:58.400 INFO O| Aug 09 05:38:58.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51562024-08-09T05:39:00.413Z[ recovery-image] Aug 09 05:38:58.400 INFO O| Aug 09 05:38:58.400 INFO STEP 436 (remove_files) COMPLETE
51572024-08-09T05:39:00.416Z[ recovery-image] Aug 09 05:38:58.400 INFO O| Aug 09 05:38:58.400 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-08-09T05:39:00.423Z[ recovery-image] Aug 09 05:38:58.409 INFO O| Aug 09 05:38:58.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51592024-08-09T05:39:00.423Z[ recovery-image] Aug 09 05:38:58.409 INFO O| Aug 09 05:38:58.409 INFO STEP 437 (remove_files) COMPLETE
51602024-08-09T05:39:00.423Z[ recovery-image] Aug 09 05:38:58.409 INFO O| Aug 09 05:38:58.409 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-08-09T05:39:00.432Z[ recovery-image] Aug 09 05:38:58.419 INFO O| Aug 09 05:38:58.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51622024-08-09T05:39:00.432Z[ recovery-image] Aug 09 05:38:58.419 INFO O| Aug 09 05:38:58.419 INFO STEP 438 (remove_files) COMPLETE
51632024-08-09T05:39:00.433Z[ recovery-image] Aug 09 05:38:58.419 INFO O| Aug 09 05:38:58.419 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-08-09T05:39:00.442Z[ recovery-image] Aug 09 05:38:58.428 INFO O| Aug 09 05:38:58.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51652024-08-09T05:39:00.444Z[ recovery-image] Aug 09 05:38:58.428 INFO O| Aug 09 05:38:58.428 INFO STEP 439 (remove_files) COMPLETE
51662024-08-09T05:39:00.444Z[ recovery-image] Aug 09 05:38:58.428 INFO O| Aug 09 05:38:58.428 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-08-09T05:39:00.451Z[ recovery-image] Aug 09 05:38:58.438 INFO O| Aug 09 05:38:58.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51682024-08-09T05:39:00.454Z[ recovery-image] Aug 09 05:38:58.438 INFO O| Aug 09 05:38:58.438 INFO STEP 440 (remove_files) COMPLETE
51692024-08-09T05:39:00.454Z[ recovery-image] Aug 09 05:38:58.438 INFO O| Aug 09 05:38:58.438 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-08-09T05:39:00.461Z[ recovery-image] Aug 09 05:38:58.447 INFO O| Aug 09 05:38:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51712024-08-09T05:39:00.461Z[ recovery-image] Aug 09 05:38:58.447 INFO O| Aug 09 05:38:58.447 INFO STEP 441 (remove_files) COMPLETE
51722024-08-09T05:39:00.464Z[ recovery-image] Aug 09 05:38:58.447 INFO O| Aug 09 05:38:58.447 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-08-09T05:39:00.471Z[ recovery-image] Aug 09 05:38:58.457 INFO O| Aug 09 05:38:58.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51742024-08-09T05:39:00.471Z[ recovery-image] Aug 09 05:38:58.457 INFO O| Aug 09 05:38:58.457 INFO STEP 442 (remove_files) COMPLETE
51752024-08-09T05:39:00.473Z[ recovery-image] Aug 09 05:38:58.457 INFO O| Aug 09 05:38:58.457 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-08-09T05:39:00.481Z[ recovery-image] Aug 09 05:38:58.467 INFO O| Aug 09 05:38:58.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51772024-08-09T05:39:00.481Z[ recovery-image] Aug 09 05:38:58.467 INFO O| Aug 09 05:38:58.467 INFO STEP 443 (remove_files) COMPLETE
51782024-08-09T05:39:00.483Z[ recovery-image] Aug 09 05:38:58.467 INFO O| Aug 09 05:38:58.467 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-08-09T05:39:00.491Z[ recovery-image] Aug 09 05:38:58.477 INFO O| Aug 09 05:38:58.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51802024-08-09T05:39:00.491Z[ recovery-image] Aug 09 05:38:58.477 INFO O| Aug 09 05:38:58.477 INFO STEP 444 (remove_files) COMPLETE
51812024-08-09T05:39:00.494Z[ recovery-image] Aug 09 05:38:58.477 INFO O| Aug 09 05:38:58.477 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-08-09T05:39:00.502Z[ recovery-image] Aug 09 05:38:58.488 INFO O| Aug 09 05:38:58.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51832024-08-09T05:39:00.502Z[ recovery-image] Aug 09 05:38:58.488 INFO O| Aug 09 05:38:58.488 INFO STEP 445 (remove_files) COMPLETE
51842024-08-09T05:39:00.502Z[ recovery-image] Aug 09 05:38:58.488 INFO O| Aug 09 05:38:58.488 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-08-09T05:39:00.513Z[ recovery-image] Aug 09 05:38:58.498 INFO O| Aug 09 05:38:58.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
51862024-08-09T05:39:00.513Z[ recovery-image] Aug 09 05:38:58.498 INFO O| Aug 09 05:38:58.498 INFO STEP 446 (remove_files) COMPLETE
51872024-08-09T05:39:00.516Z[ recovery-image] Aug 09 05:38:58.498 INFO O| Aug 09 05:38:58.498 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-08-09T05:39:00.522Z[ recovery-image] Aug 09 05:38:58.508 INFO O| Aug 09 05:38:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
51892024-08-09T05:39:00.522Z[ recovery-image] Aug 09 05:38:58.508 INFO O| Aug 09 05:38:58.508 INFO STEP 447 (remove_files) COMPLETE
51902024-08-09T05:39:00.522Z[ recovery-image] Aug 09 05:38:58.508 INFO O| Aug 09 05:38:58.508 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-08-09T05:39:00.532Z[ recovery-image] Aug 09 05:38:58.518 INFO O| Aug 09 05:38:58.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
51922024-08-09T05:39:00.532Z[ recovery-image] Aug 09 05:38:58.518 INFO O| Aug 09 05:38:58.518 INFO STEP 448 (remove_files) COMPLETE
51932024-08-09T05:39:00.532Z[ recovery-image] Aug 09 05:38:58.518 INFO O| Aug 09 05:38:58.518 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-08-09T05:39:00.542Z[ recovery-image] Aug 09 05:38:58.528 INFO O| Aug 09 05:38:58.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
51952024-08-09T05:39:00.542Z[ recovery-image] Aug 09 05:38:58.528 INFO O| Aug 09 05:38:58.528 INFO STEP 449 (remove_files) COMPLETE
51962024-08-09T05:39:00.542Z[ recovery-image] Aug 09 05:38:58.529 INFO O| Aug 09 05:38:58.528 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-08-09T05:39:00.552Z[ recovery-image] Aug 09 05:38:58.539 INFO O| Aug 09 05:38:58.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
51982024-08-09T05:39:00.552Z[ recovery-image] Aug 09 05:38:58.539 INFO O| Aug 09 05:38:58.539 INFO STEP 450 (remove_files) COMPLETE
51992024-08-09T05:39:00.555Z[ recovery-image] Aug 09 05:38:58.539 INFO O| Aug 09 05:38:58.539 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-08-09T05:39:00.562Z[ recovery-image] Aug 09 05:38:58.549 INFO O| Aug 09 05:38:58.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52012024-08-09T05:39:00.562Z[ recovery-image] Aug 09 05:38:58.549 INFO O| Aug 09 05:38:58.549 INFO STEP 451 (remove_files) COMPLETE
52022024-08-09T05:39:00.565Z[ recovery-image] Aug 09 05:38:58.549 INFO O| Aug 09 05:38:58.549 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-08-09T05:39:00.572Z[ recovery-image] Aug 09 05:38:58.559 INFO O| Aug 09 05:38:58.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52042024-08-09T05:39:00.575Z[ recovery-image] Aug 09 05:38:58.559 INFO O| Aug 09 05:38:58.559 INFO STEP 452 (remove_files) COMPLETE
52052024-08-09T05:39:00.575Z[ recovery-image] Aug 09 05:38:58.559 INFO O| Aug 09 05:38:58.559 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-09T05:39:00.582Z[ recovery-image] Aug 09 05:38:58.568 INFO O| Aug 09 05:38:58.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52072024-08-09T05:39:00.582Z[ recovery-image] Aug 09 05:38:58.568 INFO O| Aug 09 05:38:58.568 INFO STEP 453 (remove_files) COMPLETE
52082024-08-09T05:39:00.585Z[ recovery-image] Aug 09 05:38:58.568 INFO O| Aug 09 05:38:58.568 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-09T05:39:00.595Z[ recovery-image] Aug 09 05:38:58.578 INFO O| Aug 09 05:38:58.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52102024-08-09T05:39:00.599Z[ recovery-image] Aug 09 05:38:58.578 INFO O| Aug 09 05:38:58.578 INFO STEP 454 (remove_files) COMPLETE
52112024-08-09T05:39:00.599Z[ recovery-image] Aug 09 05:38:58.578 INFO O| Aug 09 05:38:58.578 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-08-09T05:39:00.610Z[ recovery-image] Aug 09 05:38:58.588 INFO O| Aug 09 05:38:58.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52132024-08-09T05:39:00.610Z[ recovery-image] Aug 09 05:38:58.588 INFO O| Aug 09 05:38:58.588 INFO STEP 455 (remove_files) COMPLETE
52142024-08-09T05:39:00.610Z[ recovery-image] Aug 09 05:38:58.588 INFO O| Aug 09 05:38:58.588 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-08-09T05:39:00.614Z[ recovery-image] Aug 09 05:38:58.597 INFO O| Aug 09 05:38:58.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52162024-08-09T05:39:00.614Z[ recovery-image] Aug 09 05:38:58.597 INFO O| Aug 09 05:38:58.597 INFO STEP 456 (remove_files) COMPLETE
52172024-08-09T05:39:00.614Z[ recovery-image] Aug 09 05:38:58.597 INFO O| Aug 09 05:38:58.597 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-08-09T05:39:00.620Z[ recovery-image] Aug 09 05:38:58.607 INFO O| Aug 09 05:38:58.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52192024-08-09T05:39:00.623Z[ recovery-image] Aug 09 05:38:58.607 INFO O| Aug 09 05:38:58.607 INFO STEP 457 (remove_files) COMPLETE
52202024-08-09T05:39:00.623Z[ recovery-image] Aug 09 05:38:58.607 INFO O| Aug 09 05:38:58.607 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-08-09T05:39:00.630Z[ recovery-image] Aug 09 05:38:58.616 INFO O| Aug 09 05:38:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52222024-08-09T05:39:00.630Z[ recovery-image] Aug 09 05:38:58.616 INFO O| Aug 09 05:38:58.616 INFO STEP 458 (remove_files) COMPLETE
52232024-08-09T05:39:00.633Z[ recovery-image] Aug 09 05:38:58.616 INFO O| Aug 09 05:38:58.616 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-08-09T05:39:00.639Z[ recovery-image] Aug 09 05:38:58.626 INFO O| Aug 09 05:38:58.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52252024-08-09T05:39:00.639Z[ recovery-image] Aug 09 05:38:58.626 INFO O| Aug 09 05:38:58.626 INFO STEP 459 (remove_files) COMPLETE
52262024-08-09T05:39:00.642Z[ recovery-image] Aug 09 05:38:58.626 INFO O| Aug 09 05:38:58.626 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-08-09T05:39:00.649Z[ recovery-image] Aug 09 05:38:58.635 INFO O| Aug 09 05:38:58.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52282024-08-09T05:39:00.649Z[ recovery-image] Aug 09 05:38:58.635 INFO O| Aug 09 05:38:58.635 INFO STEP 460 (remove_files) COMPLETE
52292024-08-09T05:39:00.651Z[ recovery-image] Aug 09 05:38:58.635 INFO O| Aug 09 05:38:58.635 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-08-09T05:39:00.658Z[ recovery-image] Aug 09 05:38:58.645 INFO O| Aug 09 05:38:58.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52312024-08-09T05:39:00.658Z[ recovery-image] Aug 09 05:38:58.645 INFO O| Aug 09 05:38:58.645 INFO STEP 461 (remove_files) COMPLETE
52322024-08-09T05:39:00.661Z[ recovery-image] Aug 09 05:38:58.645 INFO O| Aug 09 05:38:58.645 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-08-09T05:39:00.668Z[ recovery-image] Aug 09 05:38:58.654 INFO O| Aug 09 05:38:58.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52342024-08-09T05:39:00.668Z[ recovery-image] Aug 09 05:38:58.654 INFO O| Aug 09 05:38:58.654 INFO STEP 462 (remove_files) COMPLETE
52352024-08-09T05:39:00.668Z[ recovery-image] Aug 09 05:38:58.654 INFO O| Aug 09 05:38:58.654 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-08-09T05:39:00.677Z[ recovery-image] Aug 09 05:38:58.664 INFO O| Aug 09 05:38:58.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52372024-08-09T05:39:00.677Z[ recovery-image] Aug 09 05:38:58.664 INFO O| Aug 09 05:38:58.664 INFO STEP 463 (remove_files) COMPLETE
52382024-08-09T05:39:00.680Z[ recovery-image] Aug 09 05:38:58.664 INFO O| Aug 09 05:38:58.664 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-08-09T05:39:00.687Z[ recovery-image] Aug 09 05:38:58.673 INFO O| Aug 09 05:38:58.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52402024-08-09T05:39:00.687Z[ recovery-image] Aug 09 05:38:58.673 INFO O| Aug 09 05:38:58.673 INFO STEP 464 (remove_files) COMPLETE
52412024-08-09T05:39:00.687Z[ recovery-image] Aug 09 05:38:58.673 INFO O| Aug 09 05:38:58.673 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-08-09T05:39:00.696Z[ recovery-image] Aug 09 05:38:58.683 INFO O| Aug 09 05:38:58.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52432024-08-09T05:39:00.699Z[ recovery-image] Aug 09 05:38:58.683 INFO O| Aug 09 05:38:58.683 INFO STEP 465 (remove_files) COMPLETE
52442024-08-09T05:39:00.699Z[ recovery-image] Aug 09 05:38:58.683 INFO O| Aug 09 05:38:58.683 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-08-09T05:39:00.706Z[ recovery-image] Aug 09 05:38:58.692 INFO O| Aug 09 05:38:58.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52462024-08-09T05:39:00.708Z[ recovery-image] Aug 09 05:38:58.692 INFO O| Aug 09 05:38:58.692 INFO STEP 466 (remove_files) COMPLETE
52472024-08-09T05:39:00.708Z[ recovery-image] Aug 09 05:38:58.692 INFO O| Aug 09 05:38:58.692 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-08-09T05:39:00.715Z[ recovery-image] Aug 09 05:38:58.702 INFO O| Aug 09 05:38:58.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52492024-08-09T05:39:00.715Z[ recovery-image] Aug 09 05:38:58.702 INFO O| Aug 09 05:38:58.702 INFO STEP 467 (remove_files) COMPLETE
52502024-08-09T05:39:00.718Z[ recovery-image] Aug 09 05:38:58.702 INFO O| Aug 09 05:38:58.702 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-08-09T05:39:00.725Z[ recovery-image] Aug 09 05:38:58.711 INFO O| Aug 09 05:38:58.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52522024-08-09T05:39:00.727Z[ recovery-image] Aug 09 05:38:58.711 INFO O| Aug 09 05:38:58.711 INFO STEP 468 (remove_files) COMPLETE
52532024-08-09T05:39:00.727Z[ recovery-image] Aug 09 05:38:58.711 INFO O| Aug 09 05:38:58.711 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-08-09T05:39:00.734Z[ recovery-image] Aug 09 05:38:58.720 INFO O| Aug 09 05:38:58.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52552024-08-09T05:39:00.737Z[ recovery-image] Aug 09 05:38:58.721 INFO O| Aug 09 05:38:58.721 INFO STEP 469 (remove_files) COMPLETE
52562024-08-09T05:39:00.737Z[ recovery-image] Aug 09 05:38:58.721 INFO O| Aug 09 05:38:58.721 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-08-09T05:39:00.744Z[ recovery-image] Aug 09 05:38:58.730 INFO O| Aug 09 05:38:58.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52582024-08-09T05:39:00.744Z[ recovery-image] Aug 09 05:38:58.730 INFO O| Aug 09 05:38:58.730 INFO STEP 470 (remove_files) COMPLETE
52592024-08-09T05:39:00.744Z[ recovery-image] Aug 09 05:38:58.730 INFO O| Aug 09 05:38:58.730 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-08-09T05:39:00.753Z[ recovery-image] Aug 09 05:38:58.739 INFO O| Aug 09 05:38:58.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52612024-08-09T05:39:00.753Z[ recovery-image] Aug 09 05:38:58.739 INFO O| Aug 09 05:38:58.739 INFO STEP 471 (remove_files) COMPLETE
52622024-08-09T05:39:00.756Z[ recovery-image] Aug 09 05:38:58.739 INFO O| Aug 09 05:38:58.739 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-08-09T05:39:00.762Z[ recovery-image] Aug 09 05:38:58.749 INFO O| Aug 09 05:38:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52642024-08-09T05:39:00.763Z[ recovery-image] Aug 09 05:38:58.749 INFO O| Aug 09 05:38:58.749 INFO STEP 472 (remove_files) COMPLETE
52652024-08-09T05:39:00.765Z[ recovery-image] Aug 09 05:38:58.749 INFO O| Aug 09 05:38:58.749 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-08-09T05:39:00.772Z[ recovery-image] Aug 09 05:38:58.758 INFO O| Aug 09 05:38:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52672024-08-09T05:39:00.772Z[ recovery-image] Aug 09 05:38:58.758 INFO O| Aug 09 05:38:58.758 INFO STEP 473 (remove_files) COMPLETE
52682024-08-09T05:39:00.777Z[ recovery-image] Aug 09 05:38:58.758 INFO O| Aug 09 05:38:58.758 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-08-09T05:39:00.782Z[ recovery-image] Aug 09 05:38:58.768 INFO O| Aug 09 05:38:58.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52702024-08-09T05:39:00.782Z[ recovery-image] Aug 09 05:38:58.768 INFO O| Aug 09 05:38:58.768 INFO STEP 474 (remove_files) COMPLETE
52712024-08-09T05:39:00.782Z[ recovery-image] Aug 09 05:38:58.768 INFO O| Aug 09 05:38:58.768 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-09T05:39:00.791Z[ recovery-image] Aug 09 05:38:58.777 INFO O| Aug 09 05:38:58.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52732024-08-09T05:39:00.791Z[ recovery-image] Aug 09 05:38:58.777 INFO O| Aug 09 05:38:58.777 INFO STEP 475 (remove_files) COMPLETE
52742024-08-09T05:39:00.794Z[ recovery-image] Aug 09 05:38:58.777 INFO O| Aug 09 05:38:58.777 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-09T05:39:00.800Z[ recovery-image] Aug 09 05:38:58.787 INFO O| Aug 09 05:38:58.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52762024-08-09T05:39:00.801Z[ recovery-image] Aug 09 05:38:58.787 INFO O| Aug 09 05:38:58.787 INFO STEP 476 (remove_files) COMPLETE
52772024-08-09T05:39:00.803Z[ recovery-image] Aug 09 05:38:58.787 INFO O| Aug 09 05:38:58.787 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-09T05:39:00.810Z[ recovery-image] Aug 09 05:38:58.796 INFO O| Aug 09 05:38:58.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52792024-08-09T05:39:00.810Z[ recovery-image] Aug 09 05:38:58.796 INFO O| Aug 09 05:38:58.796 INFO STEP 477 (remove_files) COMPLETE
52802024-08-09T05:39:00.813Z[ recovery-image] Aug 09 05:38:58.796 INFO O| Aug 09 05:38:58.796 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-09T05:39:00.821Z[ recovery-image] Aug 09 05:38:58.806 INFO O| Aug 09 05:38:58.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52822024-08-09T05:39:00.822Z[ recovery-image] Aug 09 05:38:58.806 INFO O| Aug 09 05:38:58.806 INFO STEP 478 (remove_files) COMPLETE
52832024-08-09T05:39:00.822Z[ recovery-image] Aug 09 05:38:58.806 INFO O| Aug 09 05:38:58.806 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-09T05:39:00.829Z[ recovery-image] Aug 09 05:38:58.815 INFO O| Aug 09 05:38:58.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52852024-08-09T05:39:00.833Z[ recovery-image] Aug 09 05:38:58.815 INFO O| Aug 09 05:38:58.815 INFO STEP 479 (remove_files) COMPLETE
52862024-08-09T05:39:00.833Z[ recovery-image] Aug 09 05:38:58.815 INFO O| Aug 09 05:38:58.815 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-09T05:39:00.839Z[ recovery-image] Aug 09 05:38:58.825 INFO O| Aug 09 05:38:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
52882024-08-09T05:39:00.842Z[ recovery-image] Aug 09 05:38:58.825 INFO O| Aug 09 05:38:58.825 INFO STEP 480 (remove_files) COMPLETE
52892024-08-09T05:39:00.842Z[ recovery-image] Aug 09 05:38:58.825 INFO O| Aug 09 05:38:58.825 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-09T05:39:00.849Z[ recovery-image] Aug 09 05:38:58.834 INFO O| Aug 09 05:38:58.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
52912024-08-09T05:39:00.849Z[ recovery-image] Aug 09 05:38:58.834 INFO O| Aug 09 05:38:58.834 INFO STEP 481 (remove_files) COMPLETE
52922024-08-09T05:39:00.852Z[ recovery-image] Aug 09 05:38:58.834 INFO O| Aug 09 05:38:58.834 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-09T05:39:00.859Z[ recovery-image] Aug 09 05:38:58.844 INFO O| Aug 09 05:38:58.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
52942024-08-09T05:39:00.859Z[ recovery-image] Aug 09 05:38:58.844 INFO O| Aug 09 05:38:58.844 INFO STEP 482 (remove_files) COMPLETE
52952024-08-09T05:39:00.864Z[ recovery-image] Aug 09 05:38:58.844 INFO O| Aug 09 05:38:58.844 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-09T05:39:00.868Z[ recovery-image] Aug 09 05:38:58.853 INFO O| Aug 09 05:38:58.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
52972024-08-09T05:39:00.868Z[ recovery-image] Aug 09 05:38:58.854 INFO O| Aug 09 05:38:58.854 INFO STEP 483 (remove_files) COMPLETE
52982024-08-09T05:39:00.868Z[ recovery-image] Aug 09 05:38:58.854 INFO O| Aug 09 05:38:58.854 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-09T05:39:00.877Z[ recovery-image] Aug 09 05:38:58.864 INFO O| Aug 09 05:38:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53002024-08-09T05:39:00.880Z[ recovery-image] Aug 09 05:38:58.864 INFO O| Aug 09 05:38:58.864 INFO STEP 484 (remove_files) COMPLETE
53012024-08-09T05:39:00.880Z[ recovery-image] Aug 09 05:38:58.864 INFO O| Aug 09 05:38:58.864 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-09T05:39:00.887Z[ recovery-image] Aug 09 05:38:58.873 INFO O| Aug 09 05:38:58.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53032024-08-09T05:39:00.887Z[ recovery-image] Aug 09 05:38:58.873 INFO O| Aug 09 05:38:58.873 INFO STEP 485 (remove_files) COMPLETE
53042024-08-09T05:39:00.890Z[ recovery-image] Aug 09 05:38:58.873 INFO O| Aug 09 05:38:58.873 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-09T05:39:00.896Z[ recovery-image] Aug 09 05:38:58.883 INFO O| Aug 09 05:38:58.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53062024-08-09T05:39:00.899Z[ recovery-image] Aug 09 05:38:58.883 INFO O| Aug 09 05:38:58.883 INFO STEP 486 (remove_files) COMPLETE
53072024-08-09T05:39:00.899Z[ recovery-image] Aug 09 05:38:58.883 INFO O| Aug 09 05:38:58.883 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-08-09T05:39:00.906Z[ recovery-image] Aug 09 05:38:58.892 INFO O| Aug 09 05:38:58.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53092024-08-09T05:39:00.906Z[ recovery-image] Aug 09 05:38:58.892 INFO O| Aug 09 05:38:58.892 INFO STEP 487 (remove_files) COMPLETE
53102024-08-09T05:39:00.908Z[ recovery-image] Aug 09 05:38:58.892 INFO O| Aug 09 05:38:58.892 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-08-09T05:39:00.915Z[ recovery-image] Aug 09 05:38:58.902 INFO O| Aug 09 05:38:58.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53122024-08-09T05:39:00.918Z[ recovery-image] Aug 09 05:38:58.902 INFO O| Aug 09 05:38:58.902 INFO STEP 488 (remove_files) COMPLETE
53132024-08-09T05:39:00.918Z[ recovery-image] Aug 09 05:38:58.902 INFO O| Aug 09 05:38:58.902 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-08-09T05:39:00.925Z[ recovery-image] Aug 09 05:38:58.911 INFO O| Aug 09 05:38:58.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53152024-08-09T05:39:00.927Z[ recovery-image] Aug 09 05:38:58.911 INFO O| Aug 09 05:38:58.911 INFO STEP 489 (remove_files) COMPLETE
53162024-08-09T05:39:00.927Z[ recovery-image] Aug 09 05:38:58.911 INFO O| Aug 09 05:38:58.911 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-08-09T05:39:00.934Z[ recovery-image] Aug 09 05:38:58.920 INFO O| Aug 09 05:38:58.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53182024-08-09T05:39:00.934Z[ recovery-image] Aug 09 05:38:58.920 INFO O| Aug 09 05:38:58.920 INFO STEP 490 (remove_files) COMPLETE
53192024-08-09T05:39:00.937Z[ recovery-image] Aug 09 05:38:58.921 INFO O| Aug 09 05:38:58.920 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-08-09T05:39:00.944Z[ recovery-image] Aug 09 05:38:58.930 INFO O| Aug 09 05:38:58.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53212024-08-09T05:39:00.946Z[ recovery-image] Aug 09 05:38:58.930 INFO O| Aug 09 05:38:58.930 INFO STEP 491 (remove_files) COMPLETE
53222024-08-09T05:39:00.946Z[ recovery-image] Aug 09 05:38:58.930 INFO O| Aug 09 05:38:58.930 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-08-09T05:39:00.953Z[ recovery-image] Aug 09 05:38:58.939 INFO O| Aug 09 05:38:58.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53242024-08-09T05:39:00.955Z[ recovery-image] Aug 09 05:38:58.939 INFO O| Aug 09 05:38:58.939 INFO STEP 492 (remove_files) COMPLETE
53252024-08-09T05:39:00.955Z[ recovery-image] Aug 09 05:38:58.939 INFO O| Aug 09 05:38:58.939 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-08-09T05:39:00.962Z[ recovery-image] Aug 09 05:38:58.949 INFO O| Aug 09 05:38:58.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53272024-08-09T05:39:00.965Z[ recovery-image] Aug 09 05:38:58.949 INFO O| Aug 09 05:38:58.949 INFO STEP 493 (remove_files) COMPLETE
53282024-08-09T05:39:00.965Z[ recovery-image] Aug 09 05:38:58.949 INFO O| Aug 09 05:38:58.949 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-08-09T05:39:00.972Z[ recovery-image] Aug 09 05:38:58.958 INFO O| Aug 09 05:38:58.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53302024-08-09T05:39:00.972Z[ recovery-image] Aug 09 05:38:58.958 INFO O| Aug 09 05:38:58.958 INFO STEP 494 (remove_files) COMPLETE
53312024-08-09T05:39:00.975Z[ recovery-image] Aug 09 05:38:58.958 INFO O| Aug 09 05:38:58.958 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-08-09T05:39:00.981Z[ recovery-image] Aug 09 05:38:58.968 INFO O| Aug 09 05:38:58.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53332024-08-09T05:39:00.984Z[ recovery-image] Aug 09 05:38:58.968 INFO O| Aug 09 05:38:58.968 INFO STEP 495 (remove_files) COMPLETE
53342024-08-09T05:39:00.984Z[ recovery-image] Aug 09 05:38:58.968 INFO O| Aug 09 05:38:58.968 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-08-09T05:39:00.991Z[ recovery-image] Aug 09 05:38:58.977 INFO O| Aug 09 05:38:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53362024-08-09T05:39:00.994Z[ recovery-image] Aug 09 05:38:58.978 INFO O| Aug 09 05:38:58.978 INFO STEP 496 (remove_files) COMPLETE
53372024-08-09T05:39:00.994Z[ recovery-image] Aug 09 05:38:58.978 INFO O| Aug 09 05:38:58.978 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-08-09T05:39:01.001Z[ recovery-image] Aug 09 05:38:58.987 INFO O| Aug 09 05:38:58.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53392024-08-09T05:39:01.001Z[ recovery-image] Aug 09 05:38:58.987 INFO O| Aug 09 05:38:58.987 INFO STEP 497 (remove_files) COMPLETE
53402024-08-09T05:39:01.004Z[ recovery-image] Aug 09 05:38:58.987 INFO O| Aug 09 05:38:58.987 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-08-09T05:39:01.010Z[ recovery-image] Aug 09 05:38:58.996 INFO O| Aug 09 05:38:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53422024-08-09T05:39:01.013Z[ recovery-image] Aug 09 05:38:58.996 INFO O| Aug 09 05:38:58.996 INFO STEP 498 (remove_files) COMPLETE
53432024-08-09T05:39:01.013Z[ recovery-image] Aug 09 05:38:58.996 INFO O| Aug 09 05:38:58.996 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-08-09T05:39:01.020Z[ recovery-image] Aug 09 05:38:59.007 INFO O| Aug 09 05:38:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53452024-08-09T05:39:01.023Z[ recovery-image] Aug 09 05:38:59.007 INFO O| Aug 09 05:38:59.007 INFO STEP 499 (remove_files) COMPLETE
53462024-08-09T05:39:01.023Z[ recovery-image] Aug 09 05:38:59.007 INFO O| Aug 09 05:38:59.007 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-08-09T05:39:01.030Z[ recovery-image] Aug 09 05:38:59.016 INFO O| Aug 09 05:38:59.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53482024-08-09T05:39:01.030Z[ recovery-image] Aug 09 05:38:59.016 INFO O| Aug 09 05:38:59.016 INFO STEP 500 (remove_files) COMPLETE
53492024-08-09T05:39:01.030Z[ recovery-image] Aug 09 05:38:59.016 INFO O| Aug 09 05:38:59.016 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-08-09T05:39:01.040Z[ recovery-image] Aug 09 05:38:59.026 INFO O| Aug 09 05:38:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53512024-08-09T05:39:01.042Z[ recovery-image] Aug 09 05:38:59.026 INFO O| Aug 09 05:38:59.026 INFO STEP 501 (remove_files) COMPLETE
53522024-08-09T05:39:01.042Z[ recovery-image] Aug 09 05:38:59.026 INFO O| Aug 09 05:38:59.026 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-08-09T05:39:01.050Z[ recovery-image] Aug 09 05:38:59.036 INFO O| Aug 09 05:38:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53542024-08-09T05:39:01.053Z[ recovery-image] Aug 09 05:38:59.036 INFO O| Aug 09 05:38:59.036 INFO STEP 502 (remove_files) COMPLETE
53552024-08-09T05:39:01.053Z[ recovery-image] Aug 09 05:38:59.036 INFO O| Aug 09 05:38:59.036 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-08-09T05:39:01.059Z[ recovery-image] Aug 09 05:38:59.045 INFO O| Aug 09 05:38:59.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53572024-08-09T05:39:01.061Z[ recovery-image] Aug 09 05:38:59.045 INFO O| Aug 09 05:38:59.045 INFO STEP 503 (remove_files) COMPLETE
53582024-08-09T05:39:01.061Z[ recovery-image] Aug 09 05:38:59.045 INFO O| Aug 09 05:38:59.045 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-08-09T05:39:01.068Z[ recovery-image] Aug 09 05:38:59.054 INFO O| Aug 09 05:38:59.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53602024-08-09T05:39:01.071Z[ recovery-image] Aug 09 05:38:59.055 INFO O| Aug 09 05:38:59.054 INFO STEP 504 (remove_files) COMPLETE
53612024-08-09T05:39:01.071Z[ recovery-image] Aug 09 05:38:59.055 INFO O| Aug 09 05:38:59.055 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-08-09T05:39:01.078Z[ recovery-image] Aug 09 05:38:59.064 INFO O| Aug 09 05:38:59.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53632024-08-09T05:39:01.078Z[ recovery-image] Aug 09 05:38:59.064 INFO O| Aug 09 05:38:59.064 INFO STEP 505 (remove_files) COMPLETE
53642024-08-09T05:39:01.080Z[ recovery-image] Aug 09 05:38:59.064 INFO O| Aug 09 05:38:59.064 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-08-09T05:39:01.087Z[ recovery-image] Aug 09 05:38:59.073 INFO O| Aug 09 05:38:59.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53662024-08-09T05:39:01.090Z[ recovery-image] Aug 09 05:38:59.073 INFO O| Aug 09 05:38:59.073 INFO STEP 506 (remove_files) COMPLETE
53672024-08-09T05:39:01.090Z[ recovery-image] Aug 09 05:38:59.073 INFO O| Aug 09 05:38:59.073 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-08-09T05:39:01.097Z[ recovery-image] Aug 09 05:38:59.083 INFO O| Aug 09 05:38:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53692024-08-09T05:39:01.099Z[ recovery-image] Aug 09 05:38:59.083 INFO O| Aug 09 05:38:59.083 INFO STEP 507 (remove_files) COMPLETE
53702024-08-09T05:39:01.099Z[ recovery-image] Aug 09 05:38:59.083 INFO O| Aug 09 05:38:59.083 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-08-09T05:39:01.106Z[ recovery-image] Aug 09 05:38:59.092 INFO O| Aug 09 05:38:59.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53722024-08-09T05:39:01.106Z[ recovery-image] Aug 09 05:38:59.093 INFO O| Aug 09 05:38:59.093 INFO STEP 508 (remove_files) COMPLETE
53732024-08-09T05:39:01.109Z[ recovery-image] Aug 09 05:38:59.093 INFO O| Aug 09 05:38:59.093 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-08-09T05:39:01.116Z[ recovery-image] Aug 09 05:38:59.102 INFO O| Aug 09 05:38:59.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53752024-08-09T05:39:01.116Z[ recovery-image] Aug 09 05:38:59.102 INFO O| Aug 09 05:38:59.102 INFO STEP 509 (remove_files) COMPLETE
53762024-08-09T05:39:01.118Z[ recovery-image] Aug 09 05:38:59.102 INFO O| Aug 09 05:38:59.102 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-08-09T05:39:01.125Z[ recovery-image] Aug 09 05:38:59.111 INFO O| Aug 09 05:38:59.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53782024-08-09T05:39:01.128Z[ recovery-image] Aug 09 05:38:59.111 INFO O| Aug 09 05:38:59.111 INFO STEP 510 (remove_files) COMPLETE
53792024-08-09T05:39:01.128Z[ recovery-image] Aug 09 05:38:59.111 INFO O| Aug 09 05:38:59.111 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-08-09T05:39:01.135Z[ recovery-image] Aug 09 05:38:59.121 INFO O| Aug 09 05:38:59.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53812024-08-09T05:39:01.137Z[ recovery-image] Aug 09 05:38:59.121 INFO O| Aug 09 05:38:59.121 INFO STEP 511 (remove_files) COMPLETE
53822024-08-09T05:39:01.137Z[ recovery-image] Aug 09 05:38:59.121 INFO O| Aug 09 05:38:59.121 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-08-09T05:39:01.144Z[ recovery-image] Aug 09 05:38:59.130 INFO O| Aug 09 05:38:59.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53842024-08-09T05:39:01.144Z[ recovery-image] Aug 09 05:38:59.131 INFO O| Aug 09 05:38:59.131 INFO STEP 512 (remove_files) COMPLETE
53852024-08-09T05:39:01.147Z[ recovery-image] Aug 09 05:38:59.131 INFO O| Aug 09 05:38:59.131 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-08-09T05:39:01.154Z[ recovery-image] Aug 09 05:38:59.140 INFO O| Aug 09 05:38:59.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
53872024-08-09T05:39:01.154Z[ recovery-image] Aug 09 05:38:59.140 INFO O| Aug 09 05:38:59.140 INFO STEP 513 (remove_files) COMPLETE
53882024-08-09T05:39:01.154Z[ recovery-image] Aug 09 05:38:59.140 INFO O| Aug 09 05:38:59.140 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-08-09T05:39:01.163Z[ recovery-image] Aug 09 05:38:59.149 INFO O| Aug 09 05:38:59.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
53902024-08-09T05:39:01.163Z[ recovery-image] Aug 09 05:38:59.149 INFO O| Aug 09 05:38:59.149 INFO STEP 514 (remove_files) COMPLETE
53912024-08-09T05:39:01.163Z[ recovery-image] Aug 09 05:38:59.149 INFO O| Aug 09 05:38:59.149 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-08-09T05:39:01.173Z[ recovery-image] Aug 09 05:38:59.159 INFO O| Aug 09 05:38:59.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
53932024-08-09T05:39:01.173Z[ recovery-image] Aug 09 05:38:59.159 INFO O| Aug 09 05:38:59.159 INFO STEP 515 (remove_files) COMPLETE
53942024-08-09T05:39:01.175Z[ recovery-image] Aug 09 05:38:59.159 INFO O| Aug 09 05:38:59.159 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-08-09T05:39:01.182Z[ recovery-image] Aug 09 05:38:59.168 INFO O| Aug 09 05:38:59.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
53962024-08-09T05:39:01.182Z[ recovery-image] Aug 09 05:38:59.168 INFO O| Aug 09 05:38:59.168 INFO STEP 516 (remove_files) COMPLETE
53972024-08-09T05:39:01.182Z[ recovery-image] Aug 09 05:38:59.168 INFO O| Aug 09 05:38:59.168 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-08-09T05:39:01.191Z[ recovery-image] Aug 09 05:38:59.178 INFO O| Aug 09 05:38:59.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
53992024-08-09T05:39:01.192Z[ recovery-image] Aug 09 05:38:59.178 INFO O| Aug 09 05:38:59.178 INFO STEP 517 (remove_files) COMPLETE
54002024-08-09T05:39:01.194Z[ recovery-image] Aug 09 05:38:59.178 INFO O| Aug 09 05:38:59.178 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-08-09T05:39:01.201Z[ recovery-image] Aug 09 05:38:59.187 INFO O| Aug 09 05:38:59.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54022024-08-09T05:39:01.201Z[ recovery-image] Aug 09 05:38:59.187 INFO O| Aug 09 05:38:59.187 INFO STEP 518 (remove_files) COMPLETE
54032024-08-09T05:39:01.204Z[ recovery-image] Aug 09 05:38:59.187 INFO O| Aug 09 05:38:59.187 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-08-09T05:39:01.211Z[ recovery-image] Aug 09 05:38:59.197 INFO O| Aug 09 05:38:59.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54052024-08-09T05:39:01.211Z[ recovery-image] Aug 09 05:38:59.197 INFO O| Aug 09 05:38:59.197 INFO STEP 519 (remove_files) COMPLETE
54062024-08-09T05:39:01.213Z[ recovery-image] Aug 09 05:38:59.197 INFO O| Aug 09 05:38:59.197 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-08-09T05:39:01.220Z[ recovery-image] Aug 09 05:38:59.206 INFO O| Aug 09 05:38:59.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54082024-08-09T05:39:01.220Z[ recovery-image] Aug 09 05:38:59.207 INFO O| Aug 09 05:38:59.206 INFO STEP 520 (remove_files) COMPLETE
54092024-08-09T05:39:01.223Z[ recovery-image] Aug 09 05:38:59.207 INFO O| Aug 09 05:38:59.206 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-08-09T05:39:01.230Z[ recovery-image] Aug 09 05:38:59.216 INFO O| Aug 09 05:38:59.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54112024-08-09T05:39:01.230Z[ recovery-image] Aug 09 05:38:59.216 INFO O| Aug 09 05:38:59.216 INFO STEP 521 (remove_files) COMPLETE
54122024-08-09T05:39:01.232Z[ recovery-image] Aug 09 05:38:59.216 INFO O| Aug 09 05:38:59.216 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-08-09T05:39:01.239Z[ recovery-image] Aug 09 05:38:59.225 INFO O| Aug 09 05:38:59.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54142024-08-09T05:39:01.242Z[ recovery-image] Aug 09 05:38:59.226 INFO O| Aug 09 05:38:59.225 INFO STEP 522 (remove_files) COMPLETE
54152024-08-09T05:39:01.242Z[ recovery-image] Aug 09 05:38:59.226 INFO O| Aug 09 05:38:59.226 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-08-09T05:39:01.249Z[ recovery-image] Aug 09 05:38:59.235 INFO O| Aug 09 05:38:59.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54172024-08-09T05:39:01.251Z[ recovery-image] Aug 09 05:38:59.236 INFO O| Aug 09 05:38:59.235 INFO STEP 523 (remove_files) COMPLETE
54182024-08-09T05:39:01.251Z[ recovery-image] Aug 09 05:38:59.236 INFO O| Aug 09 05:38:59.236 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-08-09T05:39:01.260Z[ recovery-image] Aug 09 05:38:59.245 INFO O| Aug 09 05:38:59.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54202024-08-09T05:39:01.263Z[ recovery-image] Aug 09 05:38:59.246 INFO O| Aug 09 05:38:59.246 INFO STEP 524 (remove_files) COMPLETE
54212024-08-09T05:39:01.263Z[ recovery-image] Aug 09 05:38:59.246 INFO O| Aug 09 05:38:59.246 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-08-09T05:39:01.269Z[ recovery-image] Aug 09 05:38:59.255 INFO O| Aug 09 05:38:59.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54232024-08-09T05:39:01.269Z[ recovery-image] Aug 09 05:38:59.256 INFO O| Aug 09 05:38:59.256 INFO STEP 525 (remove_files) COMPLETE
54242024-08-09T05:39:01.272Z[ recovery-image] Aug 09 05:38:59.256 INFO O| Aug 09 05:38:59.256 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-08-09T05:39:01.279Z[ recovery-image] Aug 09 05:38:59.266 INFO O| Aug 09 05:38:59.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54262024-08-09T05:39:01.279Z[ recovery-image] Aug 09 05:38:59.266 INFO O| Aug 09 05:38:59.266 INFO STEP 526 (remove_files) COMPLETE
54272024-08-09T05:39:01.279Z[ recovery-image] Aug 09 05:38:59.266 INFO O| Aug 09 05:38:59.266 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-08-09T05:39:01.289Z[ recovery-image] Aug 09 05:38:59.275 INFO O| Aug 09 05:38:59.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54292024-08-09T05:39:01.292Z[ recovery-image] Aug 09 05:38:59.275 INFO O| Aug 09 05:38:59.275 INFO STEP 527 (remove_files) COMPLETE
54302024-08-09T05:39:01.292Z[ recovery-image] Aug 09 05:38:59.275 INFO O| Aug 09 05:38:59.275 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-08-09T05:39:01.298Z[ recovery-image] Aug 09 05:38:59.285 INFO O| Aug 09 05:38:59.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54322024-08-09T05:39:01.298Z[ recovery-image] Aug 09 05:38:59.285 INFO O| Aug 09 05:38:59.285 INFO STEP 528 (remove_files) COMPLETE
54332024-08-09T05:39:01.298Z[ recovery-image] Aug 09 05:38:59.285 INFO O| Aug 09 05:38:59.285 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-08-09T05:39:01.308Z[ recovery-image] Aug 09 05:38:59.294 INFO O| Aug 09 05:38:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54352024-08-09T05:39:01.311Z[ recovery-image] Aug 09 05:38:59.295 INFO O| Aug 09 05:38:59.295 INFO STEP 529 (remove_files) COMPLETE
54362024-08-09T05:39:01.311Z[ recovery-image] Aug 09 05:38:59.295 INFO O| Aug 09 05:38:59.295 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-08-09T05:39:01.318Z[ recovery-image] Aug 09 05:38:59.304 INFO O| Aug 09 05:38:59.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54382024-08-09T05:39:01.318Z[ recovery-image] Aug 09 05:38:59.304 INFO O| Aug 09 05:38:59.304 INFO STEP 530 (remove_files) COMPLETE
54392024-08-09T05:39:01.318Z[ recovery-image] Aug 09 05:38:59.304 INFO O| Aug 09 05:38:59.304 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-08-09T05:39:01.328Z[ recovery-image] Aug 09 05:38:59.314 INFO O| Aug 09 05:38:59.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54412024-08-09T05:39:01.330Z[ recovery-image] Aug 09 05:38:59.314 INFO O| Aug 09 05:38:59.314 INFO STEP 531 (remove_files) COMPLETE
54422024-08-09T05:39:01.330Z[ recovery-image] Aug 09 05:38:59.314 INFO O| Aug 09 05:38:59.314 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-08-09T05:39:01.337Z[ recovery-image] Aug 09 05:38:59.323 INFO O| Aug 09 05:38:59.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54442024-08-09T05:39:01.337Z[ recovery-image] Aug 09 05:38:59.323 INFO O| Aug 09 05:38:59.323 INFO STEP 532 (remove_files) COMPLETE
54452024-08-09T05:39:01.340Z[ recovery-image] Aug 09 05:38:59.323 INFO O| Aug 09 05:38:59.323 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-09T05:39:01.347Z[ recovery-image] Aug 09 05:38:59.333 INFO O| Aug 09 05:38:59.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54472024-08-09T05:39:01.349Z[ recovery-image] Aug 09 05:38:59.333 INFO O| Aug 09 05:38:59.333 INFO STEP 533 (remove_files) COMPLETE
54482024-08-09T05:39:01.349Z[ recovery-image] Aug 09 05:38:59.333 INFO O| Aug 09 05:38:59.333 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-08-09T05:39:01.356Z[ recovery-image] Aug 09 05:38:59.342 INFO O| Aug 09 05:38:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54502024-08-09T05:39:01.359Z[ recovery-image] Aug 09 05:38:59.342 INFO O| Aug 09 05:38:59.342 INFO STEP 534 (remove_files) COMPLETE
54512024-08-09T05:39:01.359Z[ recovery-image] Aug 09 05:38:59.342 INFO O| Aug 09 05:38:59.342 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-08-09T05:39:01.366Z[ recovery-image] Aug 09 05:38:59.352 INFO O| Aug 09 05:38:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54532024-08-09T05:39:01.368Z[ recovery-image] Aug 09 05:38:59.352 INFO O| Aug 09 05:38:59.352 INFO STEP 535 (remove_files) COMPLETE
54542024-08-09T05:39:01.368Z[ recovery-image] Aug 09 05:38:59.352 INFO O| Aug 09 05:38:59.352 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-08-09T05:39:01.376Z[ recovery-image] Aug 09 05:38:59.362 INFO O| Aug 09 05:38:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54562024-08-09T05:39:01.376Z[ recovery-image] Aug 09 05:38:59.362 INFO O| Aug 09 05:38:59.362 INFO STEP 536 (remove_files) COMPLETE
54572024-08-09T05:39:01.376Z[ recovery-image] Aug 09 05:38:59.362 INFO O| Aug 09 05:38:59.362 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-09T05:39:01.385Z[ recovery-image] Aug 09 05:38:59.371 INFO O| Aug 09 05:38:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54592024-08-09T05:39:01.388Z[ recovery-image] Aug 09 05:38:59.372 INFO O| Aug 09 05:38:59.371 INFO STEP 537 (remove_files) COMPLETE
54602024-08-09T05:39:01.388Z[ recovery-image] Aug 09 05:38:59.372 INFO O| Aug 09 05:38:59.372 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-09T05:39:01.395Z[ recovery-image] Aug 09 05:38:59.381 INFO O| Aug 09 05:38:59.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54622024-08-09T05:39:01.395Z[ recovery-image] Aug 09 05:38:59.381 INFO O| Aug 09 05:38:59.381 INFO STEP 538 (remove_files) COMPLETE
54632024-08-09T05:39:01.398Z[ recovery-image] Aug 09 05:38:59.381 INFO O| Aug 09 05:38:59.381 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-09T05:39:01.405Z[ recovery-image] Aug 09 05:38:59.391 INFO O| Aug 09 05:38:59.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54652024-08-09T05:39:01.408Z[ recovery-image] Aug 09 05:38:59.392 INFO O| Aug 09 05:38:59.392 INFO STEP 539 (remove_files) COMPLETE
54662024-08-09T05:39:01.408Z[ recovery-image] Aug 09 05:38:59.392 INFO O| Aug 09 05:38:59.392 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-09T05:39:01.415Z[ recovery-image] Aug 09 05:38:59.401 INFO O| Aug 09 05:38:59.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54682024-08-09T05:39:01.418Z[ recovery-image] Aug 09 05:38:59.401 INFO O| Aug 09 05:38:59.401 INFO STEP 540 (remove_files) COMPLETE
54692024-08-09T05:39:01.418Z[ recovery-image] Aug 09 05:38:59.401 INFO O| Aug 09 05:38:59.401 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-09T05:39:01.425Z[ recovery-image] Aug 09 05:38:59.411 INFO O| Aug 09 05:38:59.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54712024-08-09T05:39:01.427Z[ recovery-image] Aug 09 05:38:59.411 INFO O| Aug 09 05:38:59.411 INFO STEP 541 (remove_files) COMPLETE
54722024-08-09T05:39:01.427Z[ recovery-image] Aug 09 05:38:59.411 INFO O| Aug 09 05:38:59.411 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-09T05:39:01.434Z[ recovery-image] Aug 09 05:38:59.420 INFO O| Aug 09 05:38:59.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54742024-08-09T05:39:01.436Z[ recovery-image] Aug 09 05:38:59.420 INFO O| Aug 09 05:38:59.420 INFO STEP 542 (remove_files) COMPLETE
54752024-08-09T05:39:01.437Z[ recovery-image] Aug 09 05:38:59.420 INFO O| Aug 09 05:38:59.420 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-08-09T05:39:01.443Z[ recovery-image] Aug 09 05:38:59.430 INFO O| Aug 09 05:38:59.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54772024-08-09T05:39:01.446Z[ recovery-image] Aug 09 05:38:59.430 INFO O| Aug 09 05:38:59.430 INFO STEP 543 (remove_files) COMPLETE
54782024-08-09T05:39:01.446Z[ recovery-image] Aug 09 05:38:59.430 INFO O| Aug 09 05:38:59.430 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-08-09T05:39:01.453Z[ recovery-image] Aug 09 05:38:59.439 INFO O| Aug 09 05:38:59.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54802024-08-09T05:39:01.453Z[ recovery-image] Aug 09 05:38:59.439 INFO O| Aug 09 05:38:59.439 INFO STEP 544 (remove_files) COMPLETE
54812024-08-09T05:39:01.453Z[ recovery-image] Aug 09 05:38:59.439 INFO O| Aug 09 05:38:59.439 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-09T05:39:01.463Z[ recovery-image] Aug 09 05:38:59.448 INFO O| Aug 09 05:38:59.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54832024-08-09T05:39:01.463Z[ recovery-image] Aug 09 05:38:59.448 INFO O| Aug 09 05:38:59.448 INFO STEP 545 (remove_files) COMPLETE
54842024-08-09T05:39:01.465Z[ recovery-image] Aug 09 05:38:59.448 INFO O| Aug 09 05:38:59.448 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-08-09T05:39:01.472Z[ recovery-image] Aug 09 05:38:59.458 INFO O| Aug 09 05:38:59.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
54862024-08-09T05:39:01.474Z[ recovery-image] Aug 09 05:38:59.458 INFO O| Aug 09 05:38:59.458 INFO STEP 546 (remove_files) COMPLETE
54872024-08-09T05:39:01.474Z[ recovery-image] Aug 09 05:38:59.458 INFO O| Aug 09 05:38:59.458 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-08-09T05:39:01.481Z[ recovery-image] Aug 09 05:38:59.467 INFO O| Aug 09 05:38:59.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
54892024-08-09T05:39:01.483Z[ recovery-image] Aug 09 05:38:59.467 INFO O| Aug 09 05:38:59.467 INFO STEP 547 (remove_files) COMPLETE
54902024-08-09T05:39:01.483Z[ recovery-image] Aug 09 05:38:59.467 INFO O| Aug 09 05:38:59.467 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-08-09T05:39:01.490Z[ recovery-image] Aug 09 05:38:59.476 INFO O| Aug 09 05:38:59.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
54922024-08-09T05:39:01.490Z[ recovery-image] Aug 09 05:38:59.476 INFO O| Aug 09 05:38:59.476 INFO STEP 548 (remove_files) COMPLETE
54932024-08-09T05:39:01.493Z[ recovery-image] Aug 09 05:38:59.476 INFO O| Aug 09 05:38:59.476 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-08-09T05:39:01.499Z[ recovery-image] Aug 09 05:38:59.486 INFO O| Aug 09 05:38:59.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
54952024-08-09T05:39:01.502Z[ recovery-image] Aug 09 05:38:59.486 INFO O| Aug 09 05:38:59.486 INFO STEP 549 (remove_files) COMPLETE
54962024-08-09T05:39:01.502Z[ recovery-image] Aug 09 05:38:59.486 INFO O| Aug 09 05:38:59.486 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-08-09T05:39:01.509Z[ recovery-image] Aug 09 05:38:59.495 INFO O| Aug 09 05:38:59.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
54982024-08-09T05:39:01.511Z[ recovery-image] Aug 09 05:38:59.495 INFO O| Aug 09 05:38:59.495 INFO STEP 550 (remove_files) COMPLETE
54992024-08-09T05:39:01.511Z[ recovery-image] Aug 09 05:38:59.495 INFO O| Aug 09 05:38:59.495 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-08-09T05:39:01.518Z[ recovery-image] Aug 09 05:38:59.504 INFO O| Aug 09 05:38:59.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55012024-08-09T05:39:01.518Z[ recovery-image] Aug 09 05:38:59.504 INFO O| Aug 09 05:38:59.504 INFO STEP 551 (remove_files) COMPLETE
55022024-08-09T05:39:01.521Z[ recovery-image] Aug 09 05:38:59.504 INFO O| Aug 09 05:38:59.504 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-08-09T05:39:01.528Z[ recovery-image] Aug 09 05:38:59.514 INFO O| Aug 09 05:38:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55042024-08-09T05:39:01.528Z[ recovery-image] Aug 09 05:38:59.514 INFO O| Aug 09 05:38:59.514 INFO STEP 552 (remove_files) COMPLETE
55052024-08-09T05:39:01.528Z[ recovery-image] Aug 09 05:38:59.514 INFO O| Aug 09 05:38:59.514 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-08-09T05:39:01.537Z[ recovery-image] Aug 09 05:38:59.523 INFO O| Aug 09 05:38:59.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55072024-08-09T05:39:01.539Z[ recovery-image] Aug 09 05:38:59.524 INFO O| Aug 09 05:38:59.524 INFO STEP 553 (remove_files) COMPLETE
55082024-08-09T05:39:01.539Z[ recovery-image] Aug 09 05:38:59.524 INFO O| Aug 09 05:38:59.524 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-08-09T05:39:01.547Z[ recovery-image] Aug 09 05:38:59.533 INFO O| Aug 09 05:38:59.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55102024-08-09T05:39:01.550Z[ recovery-image] Aug 09 05:38:59.533 INFO O| Aug 09 05:38:59.533 INFO STEP 554 (remove_files) COMPLETE
55112024-08-09T05:39:01.550Z[ recovery-image] Aug 09 05:38:59.533 INFO O| Aug 09 05:38:59.533 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-08-09T05:39:01.556Z[ recovery-image] Aug 09 05:38:59.543 INFO O| Aug 09 05:38:59.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55132024-08-09T05:39:01.559Z[ recovery-image] Aug 09 05:38:59.543 INFO O| Aug 09 05:38:59.543 INFO STEP 555 (remove_files) COMPLETE
55142024-08-09T05:39:01.559Z[ recovery-image] Aug 09 05:38:59.543 INFO O| Aug 09 05:38:59.543 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-08-09T05:39:01.566Z[ recovery-image] Aug 09 05:38:59.552 INFO O| Aug 09 05:38:59.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55162024-08-09T05:39:01.569Z[ recovery-image] Aug 09 05:38:59.552 INFO O| Aug 09 05:38:59.552 INFO STEP 556 (remove_files) COMPLETE
55172024-08-09T05:39:01.569Z[ recovery-image] Aug 09 05:38:59.553 INFO O| Aug 09 05:38:59.552 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-08-09T05:39:01.576Z[ recovery-image] Aug 09 05:38:59.562 INFO O| Aug 09 05:38:59.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55192024-08-09T05:39:01.576Z[ recovery-image] Aug 09 05:38:59.562 INFO O| Aug 09 05:38:59.562 INFO STEP 557 (remove_files) COMPLETE
55202024-08-09T05:39:01.578Z[ recovery-image] Aug 09 05:38:59.562 INFO O| Aug 09 05:38:59.562 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-08-09T05:39:01.585Z[ recovery-image] Aug 09 05:38:59.571 INFO O| Aug 09 05:38:59.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55222024-08-09T05:39:01.585Z[ recovery-image] Aug 09 05:38:59.571 INFO O| Aug 09 05:38:59.571 INFO STEP 558 (remove_files) COMPLETE
55232024-08-09T05:39:01.585Z[ recovery-image] Aug 09 05:38:59.571 INFO O| Aug 09 05:38:59.571 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-08-09T05:39:01.594Z[ recovery-image] Aug 09 05:38:59.581 INFO O| Aug 09 05:38:59.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55252024-08-09T05:39:01.594Z[ recovery-image] Aug 09 05:38:59.581 INFO O| Aug 09 05:38:59.581 INFO STEP 559 (remove_files) COMPLETE
55262024-08-09T05:39:01.594Z[ recovery-image] Aug 09 05:38:59.581 INFO O| Aug 09 05:38:59.581 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-08-09T05:39:01.604Z[ recovery-image] Aug 09 05:38:59.590 INFO O| Aug 09 05:38:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55282024-08-09T05:39:01.607Z[ recovery-image] Aug 09 05:38:59.590 INFO O| Aug 09 05:38:59.590 INFO STEP 560 (remove_files) COMPLETE
55292024-08-09T05:39:01.607Z[ recovery-image] Aug 09 05:38:59.590 INFO O| Aug 09 05:38:59.590 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-08-09T05:39:01.613Z[ recovery-image] Aug 09 05:38:59.600 INFO O| Aug 09 05:38:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55312024-08-09T05:39:01.613Z[ recovery-image] Aug 09 05:38:59.600 INFO O| Aug 09 05:38:59.600 INFO STEP 561 (remove_files) COMPLETE
55322024-08-09T05:39:01.616Z[ recovery-image] Aug 09 05:38:59.600 INFO O| Aug 09 05:38:59.600 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-08-09T05:39:01.623Z[ recovery-image] Aug 09 05:38:59.609 INFO O| Aug 09 05:38:59.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55342024-08-09T05:39:01.623Z[ recovery-image] Aug 09 05:38:59.609 INFO O| Aug 09 05:38:59.609 INFO STEP 562 (remove_files) COMPLETE
55352024-08-09T05:39:01.623Z[ recovery-image] Aug 09 05:38:59.609 INFO O| Aug 09 05:38:59.609 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-08-09T05:39:01.632Z[ recovery-image] Aug 09 05:38:59.618 INFO O| Aug 09 05:38:59.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55372024-08-09T05:39:01.632Z[ recovery-image] Aug 09 05:38:59.618 INFO O| Aug 09 05:38:59.618 INFO STEP 563 (remove_files) COMPLETE
55382024-08-09T05:39:01.635Z[ recovery-image] Aug 09 05:38:59.619 INFO O| Aug 09 05:38:59.618 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-08-09T05:39:01.642Z[ recovery-image] Aug 09 05:38:59.628 INFO O| Aug 09 05:38:59.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55402024-08-09T05:39:01.644Z[ recovery-image] Aug 09 05:38:59.628 INFO O| Aug 09 05:38:59.628 INFO STEP 564 (remove_files) COMPLETE
55412024-08-09T05:39:01.644Z[ recovery-image] Aug 09 05:38:59.628 INFO O| Aug 09 05:38:59.628 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-08-09T05:39:01.651Z[ recovery-image] Aug 09 05:38:59.637 INFO O| Aug 09 05:38:59.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55432024-08-09T05:39:01.651Z[ recovery-image] Aug 09 05:38:59.637 INFO O| Aug 09 05:38:59.637 INFO STEP 565 (remove_files) COMPLETE
55442024-08-09T05:39:01.654Z[ recovery-image] Aug 09 05:38:59.637 INFO O| Aug 09 05:38:59.637 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-08-09T05:39:01.660Z[ recovery-image] Aug 09 05:38:59.646 INFO O| Aug 09 05:38:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55462024-08-09T05:39:01.663Z[ recovery-image] Aug 09 05:38:59.646 INFO O| Aug 09 05:38:59.646 INFO STEP 566 (remove_files) COMPLETE
55472024-08-09T05:39:01.663Z[ recovery-image] Aug 09 05:38:59.647 INFO O| Aug 09 05:38:59.646 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-08-09T05:39:01.670Z[ recovery-image] Aug 09 05:38:59.656 INFO O| Aug 09 05:38:59.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55492024-08-09T05:39:01.670Z[ recovery-image] Aug 09 05:38:59.656 INFO O| Aug 09 05:38:59.656 INFO STEP 567 (remove_files) COMPLETE
55502024-08-09T05:39:01.673Z[ recovery-image] Aug 09 05:38:59.656 INFO O| Aug 09 05:38:59.656 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-08-09T05:39:01.679Z[ recovery-image] Aug 09 05:38:59.665 INFO O| Aug 09 05:38:59.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55522024-08-09T05:39:01.679Z[ recovery-image] Aug 09 05:38:59.666 INFO O| Aug 09 05:38:59.665 INFO STEP 568 (remove_files) COMPLETE
55532024-08-09T05:39:01.679Z[ recovery-image] Aug 09 05:38:59.666 INFO O| Aug 09 05:38:59.665 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-08-09T05:39:01.689Z[ recovery-image] Aug 09 05:38:59.675 INFO O| Aug 09 05:38:59.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55552024-08-09T05:39:01.689Z[ recovery-image] Aug 09 05:38:59.675 INFO O| Aug 09 05:38:59.675 INFO STEP 569 (remove_files) COMPLETE
55562024-08-09T05:39:01.691Z[ recovery-image] Aug 09 05:38:59.675 INFO O| Aug 09 05:38:59.675 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-08-09T05:39:01.698Z[ recovery-image] Aug 09 05:38:59.684 INFO O| Aug 09 05:38:59.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55582024-08-09T05:39:01.701Z[ recovery-image] Aug 09 05:38:59.684 INFO O| Aug 09 05:38:59.684 INFO STEP 570 (remove_files) COMPLETE
55592024-08-09T05:39:01.701Z[ recovery-image] Aug 09 05:38:59.684 INFO O| Aug 09 05:38:59.684 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-08-09T05:39:01.707Z[ recovery-image] Aug 09 05:38:59.694 INFO O| Aug 09 05:38:59.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55612024-08-09T05:39:01.707Z[ recovery-image] Aug 09 05:38:59.694 INFO O| Aug 09 05:38:59.694 INFO STEP 571 (remove_files) COMPLETE
55622024-08-09T05:39:01.710Z[ recovery-image] Aug 09 05:38:59.694 INFO O| Aug 09 05:38:59.694 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-08-09T05:39:01.717Z[ recovery-image] Aug 09 05:38:59.703 INFO O| Aug 09 05:38:59.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55642024-08-09T05:39:01.717Z[ recovery-image] Aug 09 05:38:59.703 INFO O| Aug 09 05:38:59.703 INFO STEP 572 (remove_files) COMPLETE
55652024-08-09T05:39:01.717Z[ recovery-image] Aug 09 05:38:59.703 INFO O| Aug 09 05:38:59.703 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-08-09T05:39:01.726Z[ recovery-image] Aug 09 05:38:59.712 INFO O| Aug 09 05:38:59.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55672024-08-09T05:39:01.726Z[ recovery-image] Aug 09 05:38:59.712 INFO O| Aug 09 05:38:59.712 INFO STEP 573 (remove_files) COMPLETE
55682024-08-09T05:39:01.726Z[ recovery-image] Aug 09 05:38:59.712 INFO O| Aug 09 05:38:59.712 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-08-09T05:39:01.736Z[ recovery-image] Aug 09 05:38:59.722 INFO O| Aug 09 05:38:59.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55702024-08-09T05:39:01.736Z[ recovery-image] Aug 09 05:38:59.722 INFO O| Aug 09 05:38:59.722 INFO STEP 574 (remove_files) COMPLETE
55712024-08-09T05:39:01.739Z[ recovery-image] Aug 09 05:38:59.722 INFO O| Aug 09 05:38:59.722 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-08-09T05:39:01.745Z[ recovery-image] Aug 09 05:38:59.731 INFO O| Aug 09 05:38:59.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55732024-08-09T05:39:01.745Z[ recovery-image] Aug 09 05:38:59.732 INFO O| Aug 09 05:38:59.732 INFO STEP 575 (remove_files) COMPLETE
55742024-08-09T05:39:01.748Z[ recovery-image] Aug 09 05:38:59.732 INFO O| Aug 09 05:38:59.732 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-08-09T05:39:01.755Z[ recovery-image] Aug 09 05:38:59.741 INFO O| Aug 09 05:38:59.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55762024-08-09T05:39:01.755Z[ recovery-image] Aug 09 05:38:59.741 INFO O| Aug 09 05:38:59.741 INFO STEP 576 (remove_files) COMPLETE
55772024-08-09T05:39:01.757Z[ recovery-image] Aug 09 05:38:59.741 INFO O| Aug 09 05:38:59.741 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-08-09T05:39:01.764Z[ recovery-image] Aug 09 05:38:59.750 INFO O| Aug 09 05:38:59.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55792024-08-09T05:39:01.764Z[ recovery-image] Aug 09 05:38:59.750 INFO O| Aug 09 05:38:59.750 INFO STEP 577 (remove_files) COMPLETE
55802024-08-09T05:39:01.767Z[ recovery-image] Aug 09 05:38:59.750 INFO O| Aug 09 05:38:59.750 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-08-09T05:39:01.774Z[ recovery-image] Aug 09 05:38:59.760 INFO O| Aug 09 05:38:59.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55822024-08-09T05:39:01.774Z[ recovery-image] Aug 09 05:38:59.760 INFO O| Aug 09 05:38:59.760 INFO STEP 578 (remove_files) COMPLETE
55832024-08-09T05:39:01.777Z[ recovery-image] Aug 09 05:38:59.760 INFO O| Aug 09 05:38:59.760 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-08-09T05:39:01.783Z[ recovery-image] Aug 09 05:38:59.769 INFO O| Aug 09 05:38:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55852024-08-09T05:39:01.786Z[ recovery-image] Aug 09 05:38:59.769 INFO O| Aug 09 05:38:59.769 INFO STEP 579 (remove_files) COMPLETE
55862024-08-09T05:39:01.786Z[ recovery-image] Aug 09 05:38:59.769 INFO O| Aug 09 05:38:59.769 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-08-09T05:39:01.792Z[ recovery-image] Aug 09 05:38:59.778 INFO O| Aug 09 05:38:59.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
55882024-08-09T05:39:01.792Z[ recovery-image] Aug 09 05:38:59.779 INFO O| Aug 09 05:38:59.778 INFO STEP 580 (remove_files) COMPLETE
55892024-08-09T05:39:01.792Z[ recovery-image] Aug 09 05:38:59.779 INFO O| Aug 09 05:38:59.778 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-08-09T05:39:01.802Z[ recovery-image] Aug 09 05:38:59.788 INFO O| Aug 09 05:38:59.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
55912024-08-09T05:39:01.802Z[ recovery-image] Aug 09 05:38:59.788 INFO O| Aug 09 05:38:59.788 INFO STEP 581 (remove_files) COMPLETE
55922024-08-09T05:39:01.804Z[ recovery-image] Aug 09 05:38:59.788 INFO O| Aug 09 05:38:59.788 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-08-09T05:39:01.811Z[ recovery-image] Aug 09 05:38:59.797 INFO O| Aug 09 05:38:59.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
55942024-08-09T05:39:01.814Z[ recovery-image] Aug 09 05:38:59.797 INFO O| Aug 09 05:38:59.797 INFO STEP 582 (remove_files) COMPLETE
55952024-08-09T05:39:01.814Z[ recovery-image] Aug 09 05:38:59.797 INFO O| Aug 09 05:38:59.797 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-08-09T05:39:01.820Z[ recovery-image] Aug 09 05:38:59.807 INFO O| Aug 09 05:38:59.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
55972024-08-09T05:39:01.820Z[ recovery-image] Aug 09 05:38:59.807 INFO O| Aug 09 05:38:59.807 INFO STEP 583 (remove_files) COMPLETE
55982024-08-09T05:39:01.821Z[ recovery-image] Aug 09 05:38:59.807 INFO O| Aug 09 05:38:59.807 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-08-09T05:39:01.823Z[ host-image] Aug 09 05:38:59.809 INFO O| Aug 09 05:38:59.809 INFO O| Download: Completed 8.42 MB in 4.49 seconds (1.9M/s)
56002024-08-09T05:39:01.831Z[ recovery-image] Aug 09 05:38:59.818 INFO O| Aug 09 05:38:59.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56012024-08-09T05:39:01.834Z[ recovery-image] Aug 09 05:38:59.818 INFO O| Aug 09 05:38:59.818 INFO STEP 584 (remove_files) COMPLETE
56022024-08-09T05:39:01.834Z[ recovery-image] Aug 09 05:38:59.818 INFO O| Aug 09 05:38:59.818 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-09T05:39:01.841Z[ recovery-image] Aug 09 05:38:59.827 INFO O| Aug 09 05:38:59.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56042024-08-09T05:39:01.844Z[ recovery-image] Aug 09 05:38:59.827 INFO O| Aug 09 05:38:59.827 INFO STEP 585 (remove_files) COMPLETE
56052024-08-09T05:39:01.844Z[ recovery-image] Aug 09 05:38:59.827 INFO O| Aug 09 05:38:59.827 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-09T05:39:01.851Z[ recovery-image] Aug 09 05:38:59.837 INFO O| Aug 09 05:38:59.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56072024-08-09T05:39:01.851Z[ recovery-image] Aug 09 05:38:59.837 INFO O| Aug 09 05:38:59.837 INFO STEP 586 (remove_files) COMPLETE
56082024-08-09T05:39:01.851Z[ recovery-image] Aug 09 05:38:59.837 INFO O| Aug 09 05:38:59.837 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-09T05:39:01.860Z[ recovery-image] Aug 09 05:38:59.846 INFO O| Aug 09 05:38:59.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56102024-08-09T05:39:01.863Z[ recovery-image] Aug 09 05:38:59.846 INFO O| Aug 09 05:38:59.846 INFO STEP 587 (remove_files) COMPLETE
56112024-08-09T05:39:01.863Z[ recovery-image] Aug 09 05:38:59.846 INFO O| Aug 09 05:38:59.846 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-09T05:39:01.870Z[ recovery-image] Aug 09 05:38:59.856 INFO O| Aug 09 05:38:59.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56132024-08-09T05:39:01.870Z[ recovery-image] Aug 09 05:38:59.856 INFO O| Aug 09 05:38:59.856 INFO STEP 588 (remove_files) COMPLETE
56142024-08-09T05:39:01.872Z[ recovery-image] Aug 09 05:38:59.856 INFO O| Aug 09 05:38:59.856 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-09T05:39:01.877Z[ host-image] Aug 09 05:38:59.863 INFO O| Aug 09 05:38:59.863 INFO O| Actions: 1/1361 actions (Installing new actions)
56162024-08-09T05:39:01.880Z[ recovery-image] Aug 09 05:38:59.866 INFO O| Aug 09 05:38:59.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56172024-08-09T05:39:01.883Z[ recovery-image] Aug 09 05:38:59.866 INFO O| Aug 09 05:38:59.866 INFO STEP 589 (remove_files) COMPLETE
56182024-08-09T05:39:01.883Z[ recovery-image] Aug 09 05:38:59.866 INFO O| Aug 09 05:38:59.866 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-09T05:39:01.890Z[ recovery-image] Aug 09 05:38:59.876 INFO O| Aug 09 05:38:59.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56202024-08-09T05:39:01.890Z[ recovery-image] Aug 09 05:38:59.876 INFO O| Aug 09 05:38:59.876 INFO STEP 590 (remove_files) COMPLETE
56212024-08-09T05:39:01.890Z[ recovery-image] Aug 09 05:38:59.876 INFO O| Aug 09 05:38:59.876 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-09T05:39:01.899Z[ recovery-image] Aug 09 05:38:59.885 INFO O| Aug 09 05:38:59.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56232024-08-09T05:39:01.902Z[ recovery-image] Aug 09 05:38:59.885 INFO O| Aug 09 05:38:59.885 INFO STEP 591 (remove_files) COMPLETE
56242024-08-09T05:39:01.902Z[ recovery-image] Aug 09 05:38:59.886 INFO O| Aug 09 05:38:59.885 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-09T05:39:01.909Z[ recovery-image] Aug 09 05:38:59.895 INFO O| Aug 09 05:38:59.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56262024-08-09T05:39:01.911Z[ recovery-image] Aug 09 05:38:59.895 INFO O| Aug 09 05:38:59.895 INFO STEP 592 (remove_files) COMPLETE
56272024-08-09T05:39:01.911Z[ recovery-image] Aug 09 05:38:59.895 INFO O| Aug 09 05:38:59.895 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-09T05:39:01.919Z[ recovery-image] Aug 09 05:38:59.904 INFO O| Aug 09 05:38:59.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56292024-08-09T05:39:01.919Z[ recovery-image] Aug 09 05:38:59.905 INFO O| Aug 09 05:38:59.905 INFO STEP 593 (remove_files) COMPLETE
56302024-08-09T05:39:01.919Z[ recovery-image] Aug 09 05:38:59.905 INFO O| Aug 09 05:38:59.905 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-09T05:39:01.928Z[ recovery-image] Aug 09 05:38:59.915 INFO O| Aug 09 05:38:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56322024-08-09T05:39:01.928Z[ recovery-image] Aug 09 05:38:59.915 INFO O| Aug 09 05:38:59.915 INFO STEP 594 (remove_files) COMPLETE
56332024-08-09T05:39:01.931Z[ recovery-image] Aug 09 05:38:59.915 INFO O| Aug 09 05:38:59.915 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-09T05:39:01.938Z[ recovery-image] Aug 09 05:38:59.924 INFO O| Aug 09 05:38:59.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56352024-08-09T05:39:01.938Z[ recovery-image] Aug 09 05:38:59.924 INFO O| Aug 09 05:38:59.924 INFO STEP 595 (remove_files) COMPLETE
56362024-08-09T05:39:01.941Z[ recovery-image] Aug 09 05:38:59.924 INFO O| Aug 09 05:38:59.924 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-09T05:39:01.948Z[ recovery-image] Aug 09 05:38:59.934 INFO O| Aug 09 05:38:59.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56382024-08-09T05:39:01.948Z[ recovery-image] Aug 09 05:38:59.934 INFO O| Aug 09 05:38:59.934 INFO STEP 596 (remove_files) COMPLETE
56392024-08-09T05:39:01.948Z[ recovery-image] Aug 09 05:38:59.934 INFO O| Aug 09 05:38:59.934 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-09T05:39:01.957Z[ recovery-image] Aug 09 05:38:59.943 INFO O| Aug 09 05:38:59.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56412024-08-09T05:39:01.960Z[ recovery-image] Aug 09 05:38:59.944 INFO O| Aug 09 05:38:59.944 INFO STEP 597 (remove_files) COMPLETE
56422024-08-09T05:39:01.960Z[ recovery-image] Aug 09 05:38:59.944 INFO O| Aug 09 05:38:59.944 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-09T05:39:01.967Z[ recovery-image] Aug 09 05:38:59.953 INFO O| Aug 09 05:38:59.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56442024-08-09T05:39:01.967Z[ recovery-image] Aug 09 05:38:59.953 INFO O| Aug 09 05:38:59.953 INFO STEP 598 (remove_files) COMPLETE
56452024-08-09T05:39:01.971Z[ recovery-image] Aug 09 05:38:59.953 INFO O| Aug 09 05:38:59.953 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-09T05:39:01.977Z[ recovery-image] Aug 09 05:38:59.963 INFO O| Aug 09 05:38:59.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56472024-08-09T05:39:01.977Z[ recovery-image] Aug 09 05:38:59.963 INFO O| Aug 09 05:38:59.963 INFO STEP 599 (remove_files) COMPLETE
56482024-08-09T05:39:01.980Z[ recovery-image] Aug 09 05:38:59.963 INFO O| Aug 09 05:38:59.963 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-09T05:39:01.986Z[ recovery-image] Aug 09 05:38:59.972 INFO O| Aug 09 05:38:59.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56502024-08-09T05:39:01.989Z[ recovery-image] Aug 09 05:38:59.973 INFO O| Aug 09 05:38:59.973 INFO STEP 600 (remove_files) COMPLETE
56512024-08-09T05:39:01.989Z[ recovery-image] Aug 09 05:38:59.973 INFO O| Aug 09 05:38:59.973 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-09T05:39:01.996Z[ recovery-image] Aug 09 05:38:59.982 INFO O| Aug 09 05:38:59.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56532024-08-09T05:39:01.996Z[ recovery-image] Aug 09 05:38:59.982 INFO O| Aug 09 05:38:59.982 INFO STEP 601 (remove_files) COMPLETE
56542024-08-09T05:39:01.999Z[ recovery-image] Aug 09 05:38:59.982 INFO O| Aug 09 05:38:59.982 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-09T05:39:02.005Z[ recovery-image] Aug 09 05:38:59.991 INFO O| Aug 09 05:38:59.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56562024-08-09T05:39:02.005Z[ recovery-image] Aug 09 05:38:59.991 INFO O| Aug 09 05:38:59.991 INFO STEP 602 (remove_files) COMPLETE
56572024-08-09T05:39:02.008Z[ recovery-image] Aug 09 05:38:59.991 INFO O| Aug 09 05:38:59.991 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-09T05:39:02.015Z[ recovery-image] Aug 09 05:39:00.001 INFO O| Aug 09 05:39:00.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56592024-08-09T05:39:02.018Z[ recovery-image] Aug 09 05:39:00.001 INFO O| Aug 09 05:39:00.001 INFO STEP 603 (remove_files) COMPLETE
56602024-08-09T05:39:02.018Z[ recovery-image] Aug 09 05:39:00.001 INFO O| Aug 09 05:39:00.001 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-08-09T05:39:02.026Z[ recovery-image] Aug 09 05:39:00.012 INFO O| Aug 09 05:39:00.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56622024-08-09T05:39:02.029Z[ recovery-image] Aug 09 05:39:00.012 INFO O| Aug 09 05:39:00.012 INFO STEP 604 (remove_files) COMPLETE
56632024-08-09T05:39:02.029Z[ recovery-image] Aug 09 05:39:00.012 INFO O| Aug 09 05:39:00.012 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-08-09T05:39:02.036Z[ recovery-image] Aug 09 05:39:00.022 INFO O| Aug 09 05:39:00.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56652024-08-09T05:39:02.036Z[ recovery-image] Aug 09 05:39:00.022 INFO O| Aug 09 05:39:00.022 INFO STEP 605 (remove_files) COMPLETE
56662024-08-09T05:39:02.036Z[ recovery-image] Aug 09 05:39:00.022 INFO O| Aug 09 05:39:00.022 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-08-09T05:39:02.046Z[ recovery-image] Aug 09 05:39:00.032 INFO O| Aug 09 05:39:00.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56682024-08-09T05:39:02.049Z[ recovery-image] Aug 09 05:39:00.032 INFO O| Aug 09 05:39:00.032 INFO STEP 606 (remove_files) COMPLETE
56692024-08-09T05:39:02.049Z[ recovery-image] Aug 09 05:39:00.032 INFO O| Aug 09 05:39:00.032 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-08-09T05:39:02.056Z[ recovery-image] Aug 09 05:39:00.042 INFO O| Aug 09 05:39:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56712024-08-09T05:39:02.056Z[ recovery-image] Aug 09 05:39:00.042 INFO O| Aug 09 05:39:00.042 INFO STEP 607 (remove_files) COMPLETE
56722024-08-09T05:39:02.058Z[ recovery-image] Aug 09 05:39:00.042 INFO O| Aug 09 05:39:00.042 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-08-09T05:39:02.065Z[ recovery-image] Aug 09 05:39:00.051 INFO O| Aug 09 05:39:00.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56742024-08-09T05:39:02.068Z[ recovery-image] Aug 09 05:39:00.052 INFO O| Aug 09 05:39:00.051 INFO STEP 608 (remove_files) COMPLETE
56752024-08-09T05:39:02.068Z[ recovery-image] Aug 09 05:39:00.052 INFO O| Aug 09 05:39:00.051 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-09T05:39:02.075Z[ recovery-image] Aug 09 05:39:00.061 INFO O| Aug 09 05:39:00.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56772024-08-09T05:39:02.078Z[ recovery-image] Aug 09 05:39:00.061 INFO O| Aug 09 05:39:00.061 INFO STEP 609 (remove_files) COMPLETE
56782024-08-09T05:39:02.078Z[ recovery-image] Aug 09 05:39:00.061 INFO O| Aug 09 05:39:00.061 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-08-09T05:39:02.085Z[ recovery-image] Aug 09 05:39:00.071 INFO O| Aug 09 05:39:00.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56802024-08-09T05:39:02.085Z[ recovery-image] Aug 09 05:39:00.071 INFO O| Aug 09 05:39:00.071 INFO STEP 610 (remove_files) COMPLETE
56812024-08-09T05:39:02.087Z[ recovery-image] Aug 09 05:39:00.071 INFO O| Aug 09 05:39:00.071 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-08-09T05:39:02.094Z[ recovery-image] Aug 09 05:39:00.080 INFO O| Aug 09 05:39:00.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56832024-08-09T05:39:02.095Z[ recovery-image] Aug 09 05:39:00.080 INFO O| Aug 09 05:39:00.080 INFO STEP 611 (remove_files) COMPLETE
56842024-08-09T05:39:02.097Z[ recovery-image] Aug 09 05:39:00.080 INFO O| Aug 09 05:39:00.080 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-08-09T05:39:02.104Z[ recovery-image] Aug 09 05:39:00.090 INFO O| Aug 09 05:39:00.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56862024-08-09T05:39:02.104Z[ recovery-image] Aug 09 05:39:00.090 INFO O| Aug 09 05:39:00.090 INFO STEP 612 (remove_files) COMPLETE
56872024-08-09T05:39:02.106Z[ recovery-image] Aug 09 05:39:00.090 INFO O| Aug 09 05:39:00.090 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-08-09T05:39:02.113Z[ recovery-image] Aug 09 05:39:00.100 INFO O| Aug 09 05:39:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
56892024-08-09T05:39:02.116Z[ recovery-image] Aug 09 05:39:00.100 INFO O| Aug 09 05:39:00.100 INFO STEP 613 (remove_files) COMPLETE
56902024-08-09T05:39:02.116Z[ recovery-image] Aug 09 05:39:00.100 INFO O| Aug 09 05:39:00.100 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-08-09T05:39:02.123Z[ recovery-image] Aug 09 05:39:00.109 INFO O| Aug 09 05:39:00.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
56922024-08-09T05:39:02.123Z[ recovery-image] Aug 09 05:39:00.109 INFO O| Aug 09 05:39:00.109 INFO STEP 614 (remove_files) COMPLETE
56932024-08-09T05:39:02.126Z[ recovery-image] Aug 09 05:39:00.109 INFO O| Aug 09 05:39:00.109 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-08-09T05:39:02.133Z[ recovery-image] Aug 09 05:39:00.119 INFO O| Aug 09 05:39:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
56952024-08-09T05:39:02.135Z[ recovery-image] Aug 09 05:39:00.119 INFO O| Aug 09 05:39:00.119 INFO STEP 615 (remove_files) COMPLETE
56962024-08-09T05:39:02.135Z[ recovery-image] Aug 09 05:39:00.119 INFO O| Aug 09 05:39:00.119 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-08-09T05:39:02.143Z[ recovery-image] Aug 09 05:39:00.129 INFO O| Aug 09 05:39:00.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
56982024-08-09T05:39:02.145Z[ recovery-image] Aug 09 05:39:00.129 INFO O| Aug 09 05:39:00.129 INFO STEP 616 (remove_files) COMPLETE
56992024-08-09T05:39:02.145Z[ recovery-image] Aug 09 05:39:00.129 INFO O| Aug 09 05:39:00.129 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-08-09T05:39:02.152Z[ recovery-image] Aug 09 05:39:00.138 INFO O| Aug 09 05:39:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57012024-08-09T05:39:02.155Z[ recovery-image] Aug 09 05:39:00.138 INFO O| Aug 09 05:39:00.138 INFO STEP 617 (remove_files) COMPLETE
57022024-08-09T05:39:02.155Z[ recovery-image] Aug 09 05:39:00.138 INFO O| Aug 09 05:39:00.138 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-08-09T05:39:02.161Z[ recovery-image] Aug 09 05:39:00.148 INFO O| Aug 09 05:39:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57042024-08-09T05:39:02.164Z[ recovery-image] Aug 09 05:39:00.148 INFO O| Aug 09 05:39:00.148 INFO STEP 618 (remove_files) COMPLETE
57052024-08-09T05:39:02.164Z[ recovery-image] Aug 09 05:39:00.148 INFO O| Aug 09 05:39:00.148 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-08-09T05:39:02.172Z[ recovery-image] Aug 09 05:39:00.158 INFO O| Aug 09 05:39:00.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57072024-08-09T05:39:02.175Z[ recovery-image] Aug 09 05:39:00.158 INFO O| Aug 09 05:39:00.158 INFO STEP 619 (remove_files) COMPLETE
57082024-08-09T05:39:02.175Z[ recovery-image] Aug 09 05:39:00.158 INFO O| Aug 09 05:39:00.158 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-08-09T05:39:02.182Z[ recovery-image] Aug 09 05:39:00.168 INFO O| Aug 09 05:39:00.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57102024-08-09T05:39:02.182Z[ recovery-image] Aug 09 05:39:00.168 INFO O| Aug 09 05:39:00.168 INFO STEP 620 (remove_files) COMPLETE
57112024-08-09T05:39:02.182Z[ recovery-image] Aug 09 05:39:00.168 INFO O| Aug 09 05:39:00.168 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-08-09T05:39:02.191Z[ recovery-image] Aug 09 05:39:00.177 INFO O| Aug 09 05:39:00.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57132024-08-09T05:39:02.191Z[ recovery-image] Aug 09 05:39:00.177 INFO O| Aug 09 05:39:00.177 INFO STEP 621 (remove_files) COMPLETE
57142024-08-09T05:39:02.194Z[ recovery-image] Aug 09 05:39:00.177 INFO O| Aug 09 05:39:00.177 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-08-09T05:39:02.201Z[ recovery-image] Aug 09 05:39:00.187 INFO O| Aug 09 05:39:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57162024-08-09T05:39:02.204Z[ recovery-image] Aug 09 05:39:00.187 INFO O| Aug 09 05:39:00.187 INFO STEP 622 (remove_files) COMPLETE
57172024-08-09T05:39:02.204Z[ recovery-image] Aug 09 05:39:00.187 INFO O| Aug 09 05:39:00.187 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-08-09T05:39:02.210Z[ recovery-image] Aug 09 05:39:00.196 INFO O| Aug 09 05:39:00.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57192024-08-09T05:39:02.210Z[ recovery-image] Aug 09 05:39:00.196 INFO O| Aug 09 05:39:00.196 INFO STEP 623 (remove_files) COMPLETE
57202024-08-09T05:39:02.210Z[ recovery-image] Aug 09 05:39:00.196 INFO O| Aug 09 05:39:00.196 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-08-09T05:39:02.220Z[ recovery-image] Aug 09 05:39:00.206 INFO O| Aug 09 05:39:00.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57222024-08-09T05:39:02.223Z[ recovery-image] Aug 09 05:39:00.206 INFO O| Aug 09 05:39:00.206 INFO STEP 624 (remove_files) COMPLETE
57232024-08-09T05:39:02.223Z[ recovery-image] Aug 09 05:39:00.206 INFO O| Aug 09 05:39:00.206 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-08-09T05:39:02.229Z[ recovery-image] Aug 09 05:39:00.215 INFO O| Aug 09 05:39:00.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57252024-08-09T05:39:02.232Z[ recovery-image] Aug 09 05:39:00.215 INFO O| Aug 09 05:39:00.215 INFO STEP 625 (remove_files) COMPLETE
57262024-08-09T05:39:02.232Z[ recovery-image] Aug 09 05:39:00.215 INFO O| Aug 09 05:39:00.215 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-08-09T05:39:02.238Z[ recovery-image] Aug 09 05:39:00.224 INFO O| Aug 09 05:39:00.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57282024-08-09T05:39:02.238Z[ recovery-image] Aug 09 05:39:00.224 INFO O| Aug 09 05:39:00.224 INFO STEP 626 (remove_files) COMPLETE
57292024-08-09T05:39:02.238Z[ recovery-image] Aug 09 05:39:00.225 INFO O| Aug 09 05:39:00.224 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-08-09T05:39:02.248Z[ recovery-image] Aug 09 05:39:00.234 INFO O| Aug 09 05:39:00.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57312024-08-09T05:39:02.248Z[ recovery-image] Aug 09 05:39:00.234 INFO O| Aug 09 05:39:00.234 INFO STEP 627 (remove_files) COMPLETE
57322024-08-09T05:39:02.251Z[ recovery-image] Aug 09 05:39:00.234 INFO O| Aug 09 05:39:00.234 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-08-09T05:39:02.257Z[ recovery-image] Aug 09 05:39:00.243 INFO O| Aug 09 05:39:00.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57342024-08-09T05:39:02.260Z[ recovery-image] Aug 09 05:39:00.243 INFO O| Aug 09 05:39:00.243 INFO STEP 628 (remove_files) COMPLETE
57352024-08-09T05:39:02.260Z[ recovery-image] Aug 09 05:39:00.243 INFO O| Aug 09 05:39:00.243 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-08-09T05:39:02.267Z[ recovery-image] Aug 09 05:39:00.253 INFO O| Aug 09 05:39:00.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57372024-08-09T05:39:02.267Z[ recovery-image] Aug 09 05:39:00.253 INFO O| Aug 09 05:39:00.253 INFO STEP 629 (remove_files) COMPLETE
57382024-08-09T05:39:02.269Z[ recovery-image] Aug 09 05:39:00.253 INFO O| Aug 09 05:39:00.253 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-08-09T05:39:02.276Z[ recovery-image] Aug 09 05:39:00.262 INFO O| Aug 09 05:39:00.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57402024-08-09T05:39:02.279Z[ recovery-image] Aug 09 05:39:00.262 INFO O| Aug 09 05:39:00.262 INFO STEP 630 (remove_files) COMPLETE
57412024-08-09T05:39:02.279Z[ recovery-image] Aug 09 05:39:00.262 INFO O| Aug 09 05:39:00.262 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-08-09T05:39:02.286Z[ recovery-image] Aug 09 05:39:00.272 INFO O| Aug 09 05:39:00.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57432024-08-09T05:39:02.288Z[ recovery-image] Aug 09 05:39:00.272 INFO O| Aug 09 05:39:00.272 INFO STEP 631 (remove_files) COMPLETE
57442024-08-09T05:39:02.288Z[ recovery-image] Aug 09 05:39:00.272 INFO O| Aug 09 05:39:00.272 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-08-09T05:39:02.295Z[ recovery-image] Aug 09 05:39:00.281 INFO O| Aug 09 05:39:00.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57462024-08-09T05:39:02.298Z[ recovery-image] Aug 09 05:39:00.281 INFO O| Aug 09 05:39:00.281 INFO STEP 632 (remove_files) COMPLETE
57472024-08-09T05:39:02.298Z[ recovery-image] Aug 09 05:39:00.281 INFO O| Aug 09 05:39:00.281 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-08-09T05:39:02.301Z[ host-image] Aug 09 05:39:00.286 INFO O| Aug 09 05:39:00.286 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
57492024-08-09T05:39:02.305Z[ recovery-image] Aug 09 05:39:00.291 INFO O| Aug 09 05:39:00.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57502024-08-09T05:39:02.307Z[ recovery-image] Aug 09 05:39:00.291 INFO O| Aug 09 05:39:00.291 INFO STEP 633 (remove_files) COMPLETE
57512024-08-09T05:39:02.307Z[ recovery-image] Aug 09 05:39:00.291 INFO O| Aug 09 05:39:00.291 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-09T05:39:02.314Z[ recovery-image] Aug 09 05:39:00.300 INFO O| Aug 09 05:39:00.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57532024-08-09T05:39:02.317Z[ recovery-image] Aug 09 05:39:00.300 INFO O| Aug 09 05:39:00.300 INFO STEP 634 (remove_files) COMPLETE
57542024-08-09T05:39:02.317Z[ recovery-image] Aug 09 05:39:00.300 INFO O| Aug 09 05:39:00.300 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-09T05:39:02.324Z[ recovery-image] Aug 09 05:39:00.310 INFO O| Aug 09 05:39:00.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57562024-08-09T05:39:02.324Z[ recovery-image] Aug 09 05:39:00.310 INFO O| Aug 09 05:39:00.310 INFO STEP 635 (remove_files) COMPLETE
57572024-08-09T05:39:02.324Z[ recovery-image] Aug 09 05:39:00.310 INFO O| Aug 09 05:39:00.310 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-09T05:39:02.334Z[ recovery-image] Aug 09 05:39:00.320 INFO O| Aug 09 05:39:00.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57592024-08-09T05:39:02.334Z[ recovery-image] Aug 09 05:39:00.320 INFO O| Aug 09 05:39:00.320 INFO STEP 636 (remove_files) COMPLETE
57602024-08-09T05:39:02.336Z[ recovery-image] Aug 09 05:39:00.320 INFO O| Aug 09 05:39:00.320 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-09T05:39:02.343Z[ recovery-image] Aug 09 05:39:00.329 INFO O| Aug 09 05:39:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57622024-08-09T05:39:02.346Z[ recovery-image] Aug 09 05:39:00.329 INFO O| Aug 09 05:39:00.329 INFO STEP 637 (remove_files) COMPLETE
57632024-08-09T05:39:02.346Z[ recovery-image] Aug 09 05:39:00.329 INFO O| Aug 09 05:39:00.329 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-09T05:39:02.353Z[ recovery-image] Aug 09 05:39:00.339 INFO O| Aug 09 05:39:00.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57652024-08-09T05:39:02.356Z[ recovery-image] Aug 09 05:39:00.339 INFO O| Aug 09 05:39:00.339 INFO STEP 638 (remove_files) COMPLETE
57662024-08-09T05:39:02.356Z[ recovery-image] Aug 09 05:39:00.339 INFO O| Aug 09 05:39:00.339 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-09T05:39:02.402Z[ recovery-image] Aug 09 05:39:00.349 INFO O| Aug 09 05:39:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57682024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.349 INFO O| Aug 09 05:39:00.349 INFO STEP 639 (remove_files) COMPLETE
57692024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.349 INFO O| Aug 09 05:39:00.349 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.359 INFO O| Aug 09 05:39:00.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57712024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.359 INFO O| Aug 09 05:39:00.359 INFO STEP 640 (remove_files) COMPLETE
57722024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.359 INFO O| Aug 09 05:39:00.359 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.370 INFO O| Aug 09 05:39:00.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57742024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.371 INFO O| Aug 09 05:39:00.371 INFO STEP 641 (remove_files) COMPLETE
57752024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.371 INFO O| Aug 09 05:39:00.371 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.380 INFO O| Aug 09 05:39:00.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57772024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.380 INFO O| Aug 09 05:39:00.380 INFO STEP 642 (remove_files) COMPLETE
57782024-08-09T05:39:02.405Z[ recovery-image] Aug 09 05:39:00.381 INFO O| Aug 09 05:39:00.380 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-09T05:39:02.408Z[ recovery-image] Aug 09 05:39:00.392 INFO O| Aug 09 05:39:00.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57802024-08-09T05:39:02.408Z[ recovery-image] Aug 09 05:39:00.393 INFO O| Aug 09 05:39:00.393 INFO STEP 643 (remove_files) COMPLETE
57812024-08-09T05:39:02.408Z[ recovery-image] Aug 09 05:39:00.393 INFO O| Aug 09 05:39:00.393 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-09T05:39:02.418Z[ recovery-image] Aug 09 05:39:00.404 INFO O| Aug 09 05:39:00.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57832024-08-09T05:39:02.421Z[ recovery-image] Aug 09 05:39:00.404 INFO O| Aug 09 05:39:00.404 INFO STEP 644 (remove_files) COMPLETE
57842024-08-09T05:39:02.421Z[ recovery-image] Aug 09 05:39:00.404 INFO O| Aug 09 05:39:00.404 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-09T05:39:02.429Z[ recovery-image] Aug 09 05:39:00.415 INFO O| Aug 09 05:39:00.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57862024-08-09T05:39:02.429Z[ recovery-image] Aug 09 05:39:00.415 INFO O| Aug 09 05:39:00.415 INFO STEP 645 (remove_files) COMPLETE
57872024-08-09T05:39:02.432Z[ recovery-image] Aug 09 05:39:00.416 INFO O| Aug 09 05:39:00.415 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-09T05:39:02.442Z[ recovery-image] Aug 09 05:39:00.428 INFO O| Aug 09 05:39:00.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
57892024-08-09T05:39:02.442Z[ recovery-image] Aug 09 05:39:00.428 INFO O| Aug 09 05:39:00.428 INFO STEP 646 (remove_files) COMPLETE
57902024-08-09T05:39:02.442Z[ recovery-image] Aug 09 05:39:00.428 INFO O| Aug 09 05:39:00.428 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-09T05:39:02.453Z[ recovery-image] Aug 09 05:39:00.439 INFO O| Aug 09 05:39:00.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
57922024-08-09T05:39:02.453Z[ recovery-image] Aug 09 05:39:00.439 INFO O| Aug 09 05:39:00.439 INFO STEP 647 (remove_files) COMPLETE
57932024-08-09T05:39:02.453Z[ recovery-image] Aug 09 05:39:00.439 INFO O| Aug 09 05:39:00.439 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-09T05:39:02.464Z[ recovery-image] Aug 09 05:39:00.450 INFO O| Aug 09 05:39:00.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
57952024-08-09T05:39:02.466Z[ recovery-image] Aug 09 05:39:00.450 INFO O| Aug 09 05:39:00.450 INFO STEP 648 (remove_files) COMPLETE
57962024-08-09T05:39:02.467Z[ recovery-image] Aug 09 05:39:00.450 INFO O| Aug 09 05:39:00.450 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-09T05:39:02.476Z[ recovery-image] Aug 09 05:39:00.462 INFO O| Aug 09 05:39:00.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
57982024-08-09T05:39:02.476Z[ recovery-image] Aug 09 05:39:00.462 INFO O| Aug 09 05:39:00.462 INFO STEP 649 (remove_files) COMPLETE
57992024-08-09T05:39:02.476Z[ recovery-image] Aug 09 05:39:00.462 INFO O| Aug 09 05:39:00.462 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-09T05:39:02.487Z[ recovery-image] Aug 09 05:39:00.472 INFO O| Aug 09 05:39:00.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58012024-08-09T05:39:02.487Z[ recovery-image] Aug 09 05:39:00.473 INFO O| Aug 09 05:39:00.473 INFO STEP 650 (remove_files) COMPLETE
58022024-08-09T05:39:02.487Z[ recovery-image] Aug 09 05:39:00.473 INFO O| Aug 09 05:39:00.473 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-09T05:39:02.498Z[ recovery-image] Aug 09 05:39:00.483 INFO O| Aug 09 05:39:00.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58042024-08-09T05:39:02.498Z[ recovery-image] Aug 09 05:39:00.483 INFO O| Aug 09 05:39:00.483 INFO STEP 651 (remove_files) COMPLETE
58052024-08-09T05:39:02.501Z[ recovery-image] Aug 09 05:39:00.483 INFO O| Aug 09 05:39:00.483 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-09T05:39:02.509Z[ recovery-image] Aug 09 05:39:00.495 INFO O| Aug 09 05:39:00.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58072024-08-09T05:39:02.509Z[ recovery-image] Aug 09 05:39:00.495 INFO O| Aug 09 05:39:00.495 INFO STEP 652 (remove_files) COMPLETE
58082024-08-09T05:39:02.509Z[ recovery-image] Aug 09 05:39:00.495 INFO O| Aug 09 05:39:00.495 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-09T05:39:02.519Z[ recovery-image] Aug 09 05:39:00.505 INFO O| Aug 09 05:39:00.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58102024-08-09T05:39:02.519Z[ recovery-image] Aug 09 05:39:00.505 INFO O| Aug 09 05:39:00.505 INFO STEP 653 (remove_files) COMPLETE
58112024-08-09T05:39:02.522Z[ recovery-image] Aug 09 05:39:00.505 INFO O| Aug 09 05:39:00.505 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-09T05:39:02.527Z[ host-image] Aug 09 05:39:00.513 INFO O| Aug 09 05:39:00.513 INFO O| Done
58132024-08-09T05:39:02.527Z[ host-image] Aug 09 05:39:00.513 INFO O| Aug 09 05:39:00.513 INFO O| Done
58142024-08-09T05:39:02.531Z[ recovery-image] Aug 09 05:39:00.516 INFO O| Aug 09 05:39:00.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58152024-08-09T05:39:02.533Z[ recovery-image] Aug 09 05:39:00.517 INFO O| Aug 09 05:39:00.517 INFO STEP 654 (remove_files) COMPLETE
58162024-08-09T05:39:02.533Z[ recovery-image] Aug 09 05:39:00.517 INFO O| Aug 09 05:39:00.517 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-09T05:39:02.542Z[ recovery-image] Aug 09 05:39:00.528 INFO O| Aug 09 05:39:00.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58182024-08-09T05:39:02.545Z[ recovery-image] Aug 09 05:39:00.528 INFO O| Aug 09 05:39:00.528 INFO STEP 655 (remove_files) COMPLETE
58192024-08-09T05:39:02.545Z[ recovery-image] Aug 09 05:39:00.528 INFO O| Aug 09 05:39:00.528 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-09T05:39:02.552Z[ recovery-image] Aug 09 05:39:00.538 INFO O| Aug 09 05:39:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58212024-08-09T05:39:02.555Z[ recovery-image] Aug 09 05:39:00.539 INFO O| Aug 09 05:39:00.538 INFO STEP 656 (remove_files) COMPLETE
58222024-08-09T05:39:02.555Z[ recovery-image] Aug 09 05:39:00.539 INFO O| Aug 09 05:39:00.539 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-09T05:39:02.562Z[ recovery-image] Aug 09 05:39:00.548 INFO O| Aug 09 05:39:00.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58242024-08-09T05:39:02.565Z[ recovery-image] Aug 09 05:39:00.550 INFO O| Aug 09 05:39:00.549 INFO STEP 657 (remove_files) COMPLETE
58252024-08-09T05:39:02.565Z[ recovery-image] Aug 09 05:39:00.550 INFO O| Aug 09 05:39:00.549 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-09T05:39:02.573Z[ recovery-image] Aug 09 05:39:00.559 INFO O| Aug 09 05:39:00.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58272024-08-09T05:39:02.576Z[ recovery-image] Aug 09 05:39:00.560 INFO O| Aug 09 05:39:00.560 INFO STEP 658 (remove_files) COMPLETE
58282024-08-09T05:39:02.576Z[ recovery-image] Aug 09 05:39:00.560 INFO O| Aug 09 05:39:00.560 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-09T05:39:02.585Z[ recovery-image] Aug 09 05:39:00.571 INFO O| Aug 09 05:39:00.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58302024-08-09T05:39:02.585Z[ recovery-image] Aug 09 05:39:00.571 INFO O| Aug 09 05:39:00.571 INFO STEP 659 (remove_files) COMPLETE
58312024-08-09T05:39:02.588Z[ recovery-image] Aug 09 05:39:00.571 INFO O| Aug 09 05:39:00.571 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-09T05:39:02.595Z[ recovery-image] Aug 09 05:39:00.581 INFO O| Aug 09 05:39:00.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58332024-08-09T05:39:02.595Z[ recovery-image] Aug 09 05:39:00.581 INFO O| Aug 09 05:39:00.581 INFO STEP 660 (remove_files) COMPLETE
58342024-08-09T05:39:02.598Z[ recovery-image] Aug 09 05:39:00.581 INFO O| Aug 09 05:39:00.581 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-09T05:39:02.606Z[ recovery-image] Aug 09 05:39:00.592 INFO O| Aug 09 05:39:00.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58362024-08-09T05:39:02.606Z[ recovery-image] Aug 09 05:39:00.592 INFO O| Aug 09 05:39:00.592 INFO STEP 661 (remove_files) COMPLETE
58372024-08-09T05:39:02.606Z[ recovery-image] Aug 09 05:39:00.592 INFO O| Aug 09 05:39:00.592 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-09T05:39:02.616Z[ recovery-image] Aug 09 05:39:00.602 INFO O| Aug 09 05:39:00.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58392024-08-09T05:39:02.616Z[ recovery-image] Aug 09 05:39:00.602 INFO O| Aug 09 05:39:00.602 INFO STEP 662 (remove_files) COMPLETE
58402024-08-09T05:39:02.616Z[ recovery-image] Aug 09 05:39:00.602 INFO O| Aug 09 05:39:00.602 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-09T05:39:02.627Z[ recovery-image] Aug 09 05:39:00.613 INFO O| Aug 09 05:39:00.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58422024-08-09T05:39:02.630Z[ recovery-image] Aug 09 05:39:00.613 INFO O| Aug 09 05:39:00.613 INFO STEP 663 (remove_files) COMPLETE
58432024-08-09T05:39:02.630Z[ recovery-image] Aug 09 05:39:00.613 INFO O| Aug 09 05:39:00.613 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-08-09T05:39:02.636Z[ recovery-image] Aug 09 05:39:00.622 INFO O| Aug 09 05:39:00.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58452024-08-09T05:39:02.639Z[ recovery-image] Aug 09 05:39:00.622 INFO O| Aug 09 05:39:00.622 INFO STEP 664 (remove_files) COMPLETE
58462024-08-09T05:39:02.639Z[ recovery-image] Aug 09 05:39:00.622 INFO O| Aug 09 05:39:00.622 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-08-09T05:39:02.646Z[ recovery-image] Aug 09 05:39:00.632 INFO O| Aug 09 05:39:00.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58482024-08-09T05:39:02.646Z[ recovery-image] Aug 09 05:39:00.632 INFO O| Aug 09 05:39:00.632 INFO STEP 665 (remove_files) COMPLETE
58492024-08-09T05:39:02.646Z[ recovery-image] Aug 09 05:39:00.632 INFO O| Aug 09 05:39:00.632 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-08-09T05:39:02.657Z[ recovery-image] Aug 09 05:39:00.643 INFO O| Aug 09 05:39:00.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58512024-08-09T05:39:02.657Z[ recovery-image] Aug 09 05:39:00.643 INFO O| Aug 09 05:39:00.643 INFO STEP 666 (remove_files) COMPLETE
58522024-08-09T05:39:02.659Z[ recovery-image] Aug 09 05:39:00.643 INFO O| Aug 09 05:39:00.643 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-08-09T05:39:02.668Z[ recovery-image] Aug 09 05:39:00.654 INFO O| Aug 09 05:39:00.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58542024-08-09T05:39:02.668Z[ recovery-image] Aug 09 05:39:00.654 INFO O| Aug 09 05:39:00.654 INFO STEP 667 (remove_files) COMPLETE
58552024-08-09T05:39:02.668Z[ recovery-image] Aug 09 05:39:00.654 INFO O| Aug 09 05:39:00.654 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-08-09T05:39:02.679Z[ recovery-image] Aug 09 05:39:00.665 INFO O| Aug 09 05:39:00.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58572024-08-09T05:39:02.679Z[ recovery-image] Aug 09 05:39:00.665 INFO O| Aug 09 05:39:00.665 INFO STEP 668 (remove_files) COMPLETE
58582024-08-09T05:39:02.681Z[ recovery-image] Aug 09 05:39:00.665 INFO O| Aug 09 05:39:00.665 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-09T05:39:02.689Z[ recovery-image] Aug 09 05:39:00.675 INFO O| Aug 09 05:39:00.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58602024-08-09T05:39:02.689Z[ recovery-image] Aug 09 05:39:00.675 INFO O| Aug 09 05:39:00.675 INFO STEP 669 (remove_files) COMPLETE
58612024-08-09T05:39:02.689Z[ recovery-image] Aug 09 05:39:00.675 INFO O| Aug 09 05:39:00.675 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-09T05:39:02.698Z[ recovery-image] Aug 09 05:39:00.684 INFO O| Aug 09 05:39:00.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58632024-08-09T05:39:02.701Z[ recovery-image] Aug 09 05:39:00.685 INFO O| Aug 09 05:39:00.684 INFO STEP 670 (remove_files) COMPLETE
58642024-08-09T05:39:02.701Z[ recovery-image] Aug 09 05:39:00.685 INFO O| Aug 09 05:39:00.684 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-09T05:39:02.709Z[ recovery-image] Aug 09 05:39:00.694 INFO O| Aug 09 05:39:00.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58662024-08-09T05:39:02.712Z[ recovery-image] Aug 09 05:39:00.694 INFO O| Aug 09 05:39:00.694 INFO STEP 671 (remove_files) COMPLETE
58672024-08-09T05:39:02.712Z[ recovery-image] Aug 09 05:39:00.694 INFO O| Aug 09 05:39:00.694 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-09T05:39:02.717Z[ recovery-image] Aug 09 05:39:00.703 INFO O| Aug 09 05:39:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58692024-08-09T05:39:02.717Z[ recovery-image] Aug 09 05:39:00.703 INFO O| Aug 09 05:39:00.703 INFO STEP 672 (remove_files) COMPLETE
58702024-08-09T05:39:02.720Z[ recovery-image] Aug 09 05:39:00.703 INFO O| Aug 09 05:39:00.703 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-09T05:39:02.727Z[ recovery-image] Aug 09 05:39:00.713 INFO O| Aug 09 05:39:00.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58722024-08-09T05:39:02.729Z[ recovery-image] Aug 09 05:39:00.713 INFO O| Aug 09 05:39:00.713 INFO STEP 673 (remove_files) COMPLETE
58732024-08-09T05:39:02.729Z[ recovery-image] Aug 09 05:39:00.713 INFO O| Aug 09 05:39:00.713 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-09T05:39:02.736Z[ recovery-image] Aug 09 05:39:00.722 INFO O| Aug 09 05:39:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58752024-08-09T05:39:02.739Z[ recovery-image] Aug 09 05:39:00.722 INFO O| Aug 09 05:39:00.722 INFO STEP 674 (remove_files) COMPLETE
58762024-08-09T05:39:02.739Z[ recovery-image] Aug 09 05:39:00.722 INFO O| Aug 09 05:39:00.722 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-09T05:39:02.746Z[ recovery-image] Aug 09 05:39:00.732 INFO O| Aug 09 05:39:00.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58782024-08-09T05:39:02.748Z[ recovery-image] Aug 09 05:39:00.732 INFO O| Aug 09 05:39:00.732 INFO STEP 675 (remove_files) COMPLETE
58792024-08-09T05:39:02.748Z[ recovery-image] Aug 09 05:39:00.732 INFO O| Aug 09 05:39:00.732 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-09T05:39:02.756Z[ recovery-image] Aug 09 05:39:00.742 INFO O| Aug 09 05:39:00.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58812024-08-09T05:39:02.756Z[ recovery-image] Aug 09 05:39:00.742 INFO O| Aug 09 05:39:00.742 INFO STEP 676 (remove_files) COMPLETE
58822024-08-09T05:39:02.759Z[ recovery-image] Aug 09 05:39:00.742 INFO O| Aug 09 05:39:00.742 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-08-09T05:39:02.765Z[ recovery-image] Aug 09 05:39:00.751 INFO O| Aug 09 05:39:00.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58842024-08-09T05:39:02.766Z[ recovery-image] Aug 09 05:39:00.751 INFO O| Aug 09 05:39:00.751 INFO STEP 677 (remove_files) COMPLETE
58852024-08-09T05:39:02.766Z[ recovery-image] Aug 09 05:39:00.751 INFO O| Aug 09 05:39:00.751 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-08-09T05:39:02.775Z[ recovery-image] Aug 09 05:39:00.761 INFO O| Aug 09 05:39:00.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58872024-08-09T05:39:02.778Z[ recovery-image] Aug 09 05:39:00.761 INFO O| Aug 09 05:39:00.761 INFO STEP 678 (remove_files) COMPLETE
58882024-08-09T05:39:02.778Z[ recovery-image] Aug 09 05:39:00.761 INFO O| Aug 09 05:39:00.761 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-09T05:39:02.784Z[ recovery-image] Aug 09 05:39:00.770 INFO O| Aug 09 05:39:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58902024-08-09T05:39:02.787Z[ recovery-image] Aug 09 05:39:00.770 INFO O| Aug 09 05:39:00.770 INFO STEP 679 (remove_files) COMPLETE
58912024-08-09T05:39:02.787Z[ recovery-image] Aug 09 05:39:00.770 INFO O| Aug 09 05:39:00.770 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-09T05:39:02.795Z[ recovery-image] Aug 09 05:39:00.780 INFO O| Aug 09 05:39:00.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
58932024-08-09T05:39:02.797Z[ recovery-image] Aug 09 05:39:00.781 INFO O| Aug 09 05:39:00.781 INFO STEP 680 (remove_files) COMPLETE
58942024-08-09T05:39:02.797Z[ recovery-image] Aug 09 05:39:00.781 INFO O| Aug 09 05:39:00.781 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-09T05:39:02.806Z[ recovery-image] Aug 09 05:39:00.792 INFO O| Aug 09 05:39:00.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
58962024-08-09T05:39:02.806Z[ recovery-image] Aug 09 05:39:00.792 INFO O| Aug 09 05:39:00.792 INFO STEP 681 (remove_files) COMPLETE
58972024-08-09T05:39:02.806Z[ recovery-image] Aug 09 05:39:00.792 INFO O| Aug 09 05:39:00.792 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-09T05:39:02.817Z[ recovery-image] Aug 09 05:39:00.803 INFO O| Aug 09 05:39:00.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
58992024-08-09T05:39:02.817Z[ recovery-image] Aug 09 05:39:00.803 INFO O| Aug 09 05:39:00.803 INFO STEP 682 (remove_files) COMPLETE
59002024-08-09T05:39:02.820Z[ recovery-image] Aug 09 05:39:00.803 INFO O| Aug 09 05:39:00.803 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-09T05:39:02.827Z[ recovery-image] Aug 09 05:39:00.813 INFO O| Aug 09 05:39:00.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59022024-08-09T05:39:02.827Z[ recovery-image] Aug 09 05:39:00.813 INFO O| Aug 09 05:39:00.813 INFO STEP 683 (remove_files) COMPLETE
59032024-08-09T05:39:02.830Z[ recovery-image] Aug 09 05:39:00.813 INFO O| Aug 09 05:39:00.813 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-08-09T05:39:02.837Z[ recovery-image] Aug 09 05:39:00.823 INFO O| Aug 09 05:39:00.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59052024-08-09T05:39:02.837Z[ recovery-image] Aug 09 05:39:00.823 INFO O| Aug 09 05:39:00.823 INFO STEP 684 (remove_files) COMPLETE
59062024-08-09T05:39:02.839Z[ recovery-image] Aug 09 05:39:00.823 INFO O| Aug 09 05:39:00.823 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-08-09T05:39:02.847Z[ recovery-image] Aug 09 05:39:00.833 INFO O| Aug 09 05:39:00.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59082024-08-09T05:39:02.850Z[ recovery-image] Aug 09 05:39:00.833 INFO O| Aug 09 05:39:00.833 INFO STEP 685 (remove_files) COMPLETE
59092024-08-09T05:39:02.850Z[ recovery-image] Aug 09 05:39:00.833 INFO O| Aug 09 05:39:00.833 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-08-09T05:39:02.857Z[ recovery-image] Aug 09 05:39:00.843 INFO O| Aug 09 05:39:00.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59112024-08-09T05:39:02.857Z[ recovery-image] Aug 09 05:39:00.843 INFO O| Aug 09 05:39:00.843 INFO STEP 686 (remove_files) COMPLETE
59122024-08-09T05:39:02.860Z[ recovery-image] Aug 09 05:39:00.843 INFO O| Aug 09 05:39:00.843 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-08-09T05:39:02.868Z[ recovery-image] Aug 09 05:39:00.854 INFO O| Aug 09 05:39:00.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59142024-08-09T05:39:02.868Z[ recovery-image] Aug 09 05:39:00.854 INFO O| Aug 09 05:39:00.854 INFO STEP 687 (remove_files) COMPLETE
59152024-08-09T05:39:02.870Z[ recovery-image] Aug 09 05:39:00.854 INFO O| Aug 09 05:39:00.854 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-08-09T05:39:02.878Z[ recovery-image] Aug 09 05:39:00.864 INFO O| Aug 09 05:39:00.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59172024-08-09T05:39:02.878Z[ recovery-image] Aug 09 05:39:00.864 INFO O| Aug 09 05:39:00.864 INFO STEP 688 (remove_files) COMPLETE
59182024-08-09T05:39:02.881Z[ recovery-image] Aug 09 05:39:00.864 INFO O| Aug 09 05:39:00.864 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-08-09T05:39:02.888Z[ host-image] Aug 09 05:39:00.874 INFO O| Aug 09 05:39:00.874 INFO O| Done
59202024-08-09T05:39:02.888Z[ recovery-image] Aug 09 05:39:00.874 INFO O| Aug 09 05:39:00.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59212024-08-09T05:39:02.891Z[ recovery-image] Aug 09 05:39:00.874 INFO O| Aug 09 05:39:00.874 INFO STEP 689 (remove_files) COMPLETE
59222024-08-09T05:39:02.891Z[ recovery-image] Aug 09 05:39:00.874 INFO O| Aug 09 05:39:00.874 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-09T05:39:02.898Z[ recovery-image] Aug 09 05:39:00.884 INFO O| Aug 09 05:39:00.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59242024-08-09T05:39:02.901Z[ recovery-image] Aug 09 05:39:00.885 INFO O| Aug 09 05:39:00.885 INFO STEP 690 (remove_files) COMPLETE
59252024-08-09T05:39:02.901Z[ recovery-image] Aug 09 05:39:00.885 INFO O| Aug 09 05:39:00.885 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-09T05:39:02.910Z[ recovery-image] Aug 09 05:39:00.895 INFO O| Aug 09 05:39:00.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59272024-08-09T05:39:02.910Z[ recovery-image] Aug 09 05:39:00.895 INFO O| Aug 09 05:39:00.895 INFO STEP 691 (remove_files) COMPLETE
59282024-08-09T05:39:02.910Z[ recovery-image] Aug 09 05:39:00.895 INFO O| Aug 09 05:39:00.895 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-09T05:39:02.919Z[ recovery-image] Aug 09 05:39:00.904 INFO O| Aug 09 05:39:00.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59302024-08-09T05:39:02.919Z[ recovery-image] Aug 09 05:39:00.905 INFO O| Aug 09 05:39:00.905 INFO STEP 692 (remove_files) COMPLETE
59312024-08-09T05:39:02.919Z[ recovery-image] Aug 09 05:39:00.905 INFO O| Aug 09 05:39:00.905 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-09T05:39:02.928Z[ recovery-image] Aug 09 05:39:00.914 INFO O| Aug 09 05:39:00.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59332024-08-09T05:39:02.928Z[ recovery-image] Aug 09 05:39:00.914 INFO O| Aug 09 05:39:00.914 INFO STEP 693 (remove_files) COMPLETE
59342024-08-09T05:39:02.931Z[ recovery-image] Aug 09 05:39:00.914 INFO O| Aug 09 05:39:00.914 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-09T05:39:02.938Z[ recovery-image] Aug 09 05:39:00.924 INFO O| Aug 09 05:39:00.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59362024-08-09T05:39:02.938Z[ recovery-image] Aug 09 05:39:00.924 INFO O| Aug 09 05:39:00.924 INFO STEP 694 (remove_files) COMPLETE
59372024-08-09T05:39:02.941Z[ recovery-image] Aug 09 05:39:00.924 INFO O| Aug 09 05:39:00.924 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-08-09T05:39:02.948Z[ recovery-image] Aug 09 05:39:00.934 INFO O| Aug 09 05:39:00.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59392024-08-09T05:39:02.948Z[ recovery-image] Aug 09 05:39:00.934 INFO O| Aug 09 05:39:00.934 INFO STEP 695 (remove_files) COMPLETE
59402024-08-09T05:39:02.951Z[ recovery-image] Aug 09 05:39:00.934 INFO O| Aug 09 05:39:00.934 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-09T05:39:02.958Z[ recovery-image] Aug 09 05:39:00.944 INFO O| Aug 09 05:39:00.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59422024-08-09T05:39:02.958Z[ recovery-image] Aug 09 05:39:00.944 INFO O| Aug 09 05:39:00.944 INFO STEP 696 (remove_files) COMPLETE
59432024-08-09T05:39:02.961Z[ recovery-image] Aug 09 05:39:00.944 INFO O| Aug 09 05:39:00.944 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-09T05:39:02.968Z[ recovery-image] Aug 09 05:39:00.954 INFO O| Aug 09 05:39:00.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59452024-08-09T05:39:02.970Z[ recovery-image] Aug 09 05:39:00.954 INFO O| Aug 09 05:39:00.954 INFO STEP 697 (remove_files) COMPLETE
59462024-08-09T05:39:02.970Z[ recovery-image] Aug 09 05:39:00.954 INFO O| Aug 09 05:39:00.954 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-09T05:39:02.978Z[ recovery-image] Aug 09 05:39:00.964 INFO O| Aug 09 05:39:00.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59482024-08-09T05:39:02.981Z[ recovery-image] Aug 09 05:39:00.964 INFO O| Aug 09 05:39:00.964 INFO STEP 698 (remove_files) COMPLETE
59492024-08-09T05:39:02.981Z[ recovery-image] Aug 09 05:39:00.964 INFO O| Aug 09 05:39:00.964 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-09T05:39:02.988Z[ recovery-image] Aug 09 05:39:00.974 INFO O| Aug 09 05:39:00.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59512024-08-09T05:39:02.988Z[ recovery-image] Aug 09 05:39:00.974 INFO O| Aug 09 05:39:00.974 INFO STEP 699 (remove_files) COMPLETE
59522024-08-09T05:39:02.988Z[ recovery-image] Aug 09 05:39:00.974 INFO O| Aug 09 05:39:00.974 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-09T05:39:02.998Z[ recovery-image] Aug 09 05:39:00.984 INFO O| Aug 09 05:39:00.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59542024-08-09T05:39:02.998Z[ recovery-image] Aug 09 05:39:00.984 INFO O| Aug 09 05:39:00.984 INFO STEP 700 (remove_files) COMPLETE
59552024-08-09T05:39:03.001Z[ recovery-image] Aug 09 05:39:00.984 INFO O| Aug 09 05:39:00.984 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-09T05:39:03.008Z[ recovery-image] Aug 09 05:39:00.994 INFO O| Aug 09 05:39:00.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59572024-08-09T05:39:03.008Z[ recovery-image] Aug 09 05:39:00.994 INFO O| Aug 09 05:39:00.994 INFO STEP 701 (remove_files) COMPLETE
59582024-08-09T05:39:03.011Z[ recovery-image] Aug 09 05:39:00.994 INFO O| Aug 09 05:39:00.994 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-09T05:39:03.018Z[ recovery-image] Aug 09 05:39:01.004 INFO O| Aug 09 05:39:01.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59602024-08-09T05:39:03.018Z[ recovery-image] Aug 09 05:39:01.004 INFO O| Aug 09 05:39:01.004 INFO STEP 702 (remove_files) COMPLETE
59612024-08-09T05:39:03.018Z[ recovery-image] Aug 09 05:39:01.004 INFO O| Aug 09 05:39:01.004 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-09T05:39:03.028Z[ recovery-image] Aug 09 05:39:01.014 INFO O| Aug 09 05:39:01.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59632024-08-09T05:39:03.028Z[ recovery-image] Aug 09 05:39:01.014 INFO O| Aug 09 05:39:01.014 INFO STEP 703 (remove_files) COMPLETE
59642024-08-09T05:39:03.031Z[ recovery-image] Aug 09 05:39:01.014 INFO O| Aug 09 05:39:01.014 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-09T05:39:03.040Z[ recovery-image] Aug 09 05:39:01.026 INFO O| Aug 09 05:39:01.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59662024-08-09T05:39:03.040Z[ recovery-image] Aug 09 05:39:01.026 INFO O| Aug 09 05:39:01.026 INFO STEP 704 (remove_files) COMPLETE
59672024-08-09T05:39:03.040Z[ recovery-image] Aug 09 05:39:01.026 INFO O| Aug 09 05:39:01.026 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-09T05:39:03.052Z[ recovery-image] Aug 09 05:39:01.037 INFO O| Aug 09 05:39:01.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59692024-08-09T05:39:03.052Z[ recovery-image] Aug 09 05:39:01.037 INFO O| Aug 09 05:39:01.037 INFO STEP 705 (remove_files) COMPLETE
59702024-08-09T05:39:03.055Z[ recovery-image] Aug 09 05:39:01.037 INFO O| Aug 09 05:39:01.037 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-09T05:39:03.064Z[ recovery-image] Aug 09 05:39:01.050 INFO O| Aug 09 05:39:01.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59722024-08-09T05:39:03.067Z[ recovery-image] Aug 09 05:39:01.050 INFO O| Aug 09 05:39:01.050 INFO STEP 706 (remove_files) COMPLETE
59732024-08-09T05:39:03.067Z[ recovery-image] Aug 09 05:39:01.050 INFO O| Aug 09 05:39:01.050 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-09T05:39:03.074Z[ recovery-image] Aug 09 05:39:01.060 INFO O| Aug 09 05:39:01.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59752024-08-09T05:39:03.074Z[ recovery-image] Aug 09 05:39:01.060 INFO O| Aug 09 05:39:01.060 INFO STEP 707 (remove_files) COMPLETE
59762024-08-09T05:39:03.074Z[ recovery-image] Aug 09 05:39:01.060 INFO O| Aug 09 05:39:01.060 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-09T05:39:03.086Z[ recovery-image] Aug 09 05:39:01.071 INFO O| Aug 09 05:39:01.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59782024-08-09T05:39:03.086Z[ recovery-image] Aug 09 05:39:01.072 INFO O| Aug 09 05:39:01.072 INFO STEP 708 (remove_files) COMPLETE
59792024-08-09T05:39:03.086Z[ recovery-image] Aug 09 05:39:01.072 INFO O| Aug 09 05:39:01.072 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-09T05:39:03.096Z[ recovery-image] Aug 09 05:39:01.082 INFO O| Aug 09 05:39:01.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59812024-08-09T05:39:03.098Z[ recovery-image] Aug 09 05:39:01.082 INFO O| Aug 09 05:39:01.082 INFO STEP 709 (remove_files) COMPLETE
59822024-08-09T05:39:03.098Z[ recovery-image] Aug 09 05:39:01.082 INFO O| Aug 09 05:39:01.082 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-09T05:39:03.106Z[ recovery-image] Aug 09 05:39:01.092 INFO O| Aug 09 05:39:01.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59842024-08-09T05:39:03.106Z[ recovery-image] Aug 09 05:39:01.092 INFO O| Aug 09 05:39:01.092 INFO STEP 710 (remove_files) COMPLETE
59852024-08-09T05:39:03.106Z[ recovery-image] Aug 09 05:39:01.092 INFO O| Aug 09 05:39:01.092 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-09T05:39:03.116Z[ recovery-image] Aug 09 05:39:01.102 INFO O| Aug 09 05:39:01.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59872024-08-09T05:39:03.116Z[ recovery-image] Aug 09 05:39:01.102 INFO O| Aug 09 05:39:01.102 INFO STEP 711 (remove_files) COMPLETE
59882024-08-09T05:39:03.116Z[ recovery-image] Aug 09 05:39:01.102 INFO O| Aug 09 05:39:01.102 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-09T05:39:03.125Z[ recovery-image] Aug 09 05:39:01.111 INFO O| Aug 09 05:39:01.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59902024-08-09T05:39:03.125Z[ recovery-image] Aug 09 05:39:01.111 INFO O| Aug 09 05:39:01.111 INFO STEP 712 (remove_files) COMPLETE
59912024-08-09T05:39:03.125Z[ recovery-image] Aug 09 05:39:01.111 INFO O| Aug 09 05:39:01.111 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-09T05:39:03.135Z[ recovery-image] Aug 09 05:39:01.121 INFO O| Aug 09 05:39:01.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
59932024-08-09T05:39:03.135Z[ recovery-image] Aug 09 05:39:01.121 INFO O| Aug 09 05:39:01.121 INFO STEP 713 (remove_files) COMPLETE
59942024-08-09T05:39:03.138Z[ recovery-image] Aug 09 05:39:01.121 INFO O| Aug 09 05:39:01.121 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-09T05:39:03.144Z[ recovery-image] Aug 09 05:39:01.130 INFO O| Aug 09 05:39:01.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
59962024-08-09T05:39:03.144Z[ recovery-image] Aug 09 05:39:01.130 INFO O| Aug 09 05:39:01.130 INFO STEP 714 (remove_files) COMPLETE
59972024-08-09T05:39:03.147Z[ recovery-image] Aug 09 05:39:01.130 INFO O| Aug 09 05:39:01.130 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-09T05:39:03.155Z[ recovery-image] Aug 09 05:39:01.140 INFO O| Aug 09 05:39:01.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
59992024-08-09T05:39:03.155Z[ recovery-image] Aug 09 05:39:01.140 INFO O| Aug 09 05:39:01.140 INFO STEP 715 (remove_files) COMPLETE
60002024-08-09T05:39:03.155Z[ recovery-image] Aug 09 05:39:01.140 INFO O| Aug 09 05:39:01.140 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-09T05:39:03.164Z[ recovery-image] Aug 09 05:39:01.150 INFO O| Aug 09 05:39:01.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60022024-08-09T05:39:03.164Z[ recovery-image] Aug 09 05:39:01.150 INFO O| Aug 09 05:39:01.150 INFO STEP 716 (remove_files) COMPLETE
60032024-08-09T05:39:03.164Z[ recovery-image] Aug 09 05:39:01.150 INFO O| Aug 09 05:39:01.150 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-09T05:39:03.174Z[ recovery-image] Aug 09 05:39:01.160 INFO O| Aug 09 05:39:01.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60052024-08-09T05:39:03.176Z[ recovery-image] Aug 09 05:39:01.160 INFO O| Aug 09 05:39:01.160 INFO STEP 717 (remove_files) COMPLETE
60062024-08-09T05:39:03.176Z[ recovery-image] Aug 09 05:39:01.160 INFO O| Aug 09 05:39:01.160 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-09T05:39:03.183Z[ recovery-image] Aug 09 05:39:01.169 INFO O| Aug 09 05:39:01.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60082024-08-09T05:39:03.183Z[ recovery-image] Aug 09 05:39:01.169 INFO O| Aug 09 05:39:01.169 INFO STEP 718 (remove_files) COMPLETE
60092024-08-09T05:39:03.186Z[ recovery-image] Aug 09 05:39:01.169 INFO O| Aug 09 05:39:01.169 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-09T05:39:03.195Z[ recovery-image] Aug 09 05:39:01.181 INFO O| Aug 09 05:39:01.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60112024-08-09T05:39:03.198Z[ recovery-image] Aug 09 05:39:01.181 INFO O| Aug 09 05:39:01.181 INFO STEP 719 (remove_files) COMPLETE
60122024-08-09T05:39:03.198Z[ recovery-image] Aug 09 05:39:01.181 INFO O| Aug 09 05:39:01.181 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-09T05:39:03.205Z[ recovery-image] Aug 09 05:39:01.191 INFO O| Aug 09 05:39:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60142024-08-09T05:39:03.207Z[ recovery-image] Aug 09 05:39:01.191 INFO O| Aug 09 05:39:01.191 INFO STEP 720 (remove_files) COMPLETE
60152024-08-09T05:39:03.207Z[ recovery-image] Aug 09 05:39:01.191 INFO O| Aug 09 05:39:01.191 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-09T05:39:03.216Z[ recovery-image] Aug 09 05:39:01.202 INFO O| Aug 09 05:39:01.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60172024-08-09T05:39:03.216Z[ recovery-image] Aug 09 05:39:01.202 INFO O| Aug 09 05:39:01.202 INFO STEP 721 (remove_files) COMPLETE
60182024-08-09T05:39:03.219Z[ recovery-image] Aug 09 05:39:01.202 INFO O| Aug 09 05:39:01.202 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-08-09T05:39:03.226Z[ recovery-image] Aug 09 05:39:01.212 INFO O| Aug 09 05:39:01.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60202024-08-09T05:39:03.229Z[ recovery-image] Aug 09 05:39:01.212 INFO O| Aug 09 05:39:01.212 INFO STEP 722 (remove_files) COMPLETE
60212024-08-09T05:39:03.229Z[ recovery-image] Aug 09 05:39:01.212 INFO O| Aug 09 05:39:01.212 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-08-09T05:39:03.236Z[ recovery-image] Aug 09 05:39:01.222 INFO O| Aug 09 05:39:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60232024-08-09T05:39:03.236Z[ recovery-image] Aug 09 05:39:01.222 INFO O| Aug 09 05:39:01.222 INFO STEP 723 (remove_files) COMPLETE
60242024-08-09T05:39:03.240Z[ recovery-image] Aug 09 05:39:01.222 INFO O| Aug 09 05:39:01.222 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-09T05:39:03.247Z[ recovery-image] Aug 09 05:39:01.233 INFO O| Aug 09 05:39:01.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60262024-08-09T05:39:03.247Z[ recovery-image] Aug 09 05:39:01.233 INFO O| Aug 09 05:39:01.233 INFO STEP 724 (remove_files) COMPLETE
60272024-08-09T05:39:03.250Z[ recovery-image] Aug 09 05:39:01.233 INFO O| Aug 09 05:39:01.233 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-09T05:39:03.259Z[ recovery-image] Aug 09 05:39:01.244 INFO O| Aug 09 05:39:01.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60292024-08-09T05:39:03.261Z[ recovery-image] Aug 09 05:39:01.245 INFO O| Aug 09 05:39:01.245 INFO STEP 725 (remove_files) COMPLETE
60302024-08-09T05:39:03.261Z[ recovery-image] Aug 09 05:39:01.245 INFO O| Aug 09 05:39:01.245 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-09T05:39:03.270Z[ recovery-image] Aug 09 05:39:01.256 INFO O| Aug 09 05:39:01.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60322024-08-09T05:39:03.270Z[ recovery-image] Aug 09 05:39:01.256 INFO O| Aug 09 05:39:01.256 INFO STEP 726 (remove_files) COMPLETE
60332024-08-09T05:39:03.270Z[ recovery-image] Aug 09 05:39:01.256 INFO O| Aug 09 05:39:01.256 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-09T05:39:03.280Z[ recovery-image] Aug 09 05:39:01.266 INFO O| Aug 09 05:39:01.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60352024-08-09T05:39:03.283Z[ recovery-image] Aug 09 05:39:01.266 INFO O| Aug 09 05:39:01.266 INFO STEP 727 (remove_files) COMPLETE
60362024-08-09T05:39:03.283Z[ recovery-image] Aug 09 05:39:01.266 INFO O| Aug 09 05:39:01.266 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-09T05:39:03.290Z[ recovery-image] Aug 09 05:39:01.276 INFO O| Aug 09 05:39:01.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60382024-08-09T05:39:03.292Z[ recovery-image] Aug 09 05:39:01.276 INFO O| Aug 09 05:39:01.276 INFO STEP 728 (remove_files) COMPLETE
60392024-08-09T05:39:03.292Z[ recovery-image] Aug 09 05:39:01.276 INFO O| Aug 09 05:39:01.276 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-09T05:39:03.300Z[ recovery-image] Aug 09 05:39:01.285 INFO O| Aug 09 05:39:01.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60412024-08-09T05:39:03.300Z[ recovery-image] Aug 09 05:39:01.285 INFO O| Aug 09 05:39:01.285 INFO STEP 729 (remove_files) COMPLETE
60422024-08-09T05:39:03.302Z[ recovery-image] Aug 09 05:39:01.286 INFO O| Aug 09 05:39:01.285 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-09T05:39:03.309Z[ recovery-image] Aug 09 05:39:01.295 INFO O| Aug 09 05:39:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60442024-08-09T05:39:03.312Z[ recovery-image] Aug 09 05:39:01.295 INFO O| Aug 09 05:39:01.295 INFO STEP 730 (remove_files) COMPLETE
60452024-08-09T05:39:03.312Z[ recovery-image] Aug 09 05:39:01.295 INFO O| Aug 09 05:39:01.295 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-09T05:39:03.319Z[ recovery-image] Aug 09 05:39:01.305 INFO O| Aug 09 05:39:01.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60472024-08-09T05:39:03.319Z[ recovery-image] Aug 09 05:39:01.305 INFO O| Aug 09 05:39:01.305 INFO STEP 731 (remove_files) COMPLETE
60482024-08-09T05:39:03.322Z[ recovery-image] Aug 09 05:39:01.305 INFO O| Aug 09 05:39:01.305 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-09T05:39:03.329Z[ recovery-image] Aug 09 05:39:01.315 INFO O| Aug 09 05:39:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60502024-08-09T05:39:03.332Z[ recovery-image] Aug 09 05:39:01.315 INFO O| Aug 09 05:39:01.315 INFO STEP 732 (remove_files) COMPLETE
60512024-08-09T05:39:03.332Z[ recovery-image] Aug 09 05:39:01.315 INFO O| Aug 09 05:39:01.315 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-09T05:39:03.339Z[ recovery-image] Aug 09 05:39:01.324 INFO O| Aug 09 05:39:01.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60532024-08-09T05:39:03.341Z[ recovery-image] Aug 09 05:39:01.325 INFO O| Aug 09 05:39:01.324 INFO STEP 733 (remove_files) COMPLETE
60542024-08-09T05:39:03.341Z[ recovery-image] Aug 09 05:39:01.325 INFO O| Aug 09 05:39:01.325 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-09T05:39:03.349Z[ recovery-image] Aug 09 05:39:01.334 INFO O| Aug 09 05:39:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60562024-08-09T05:39:03.351Z[ recovery-image] Aug 09 05:39:01.334 INFO O| Aug 09 05:39:01.334 INFO STEP 734 (remove_files) COMPLETE
60572024-08-09T05:39:03.351Z[ recovery-image] Aug 09 05:39:01.334 INFO O| Aug 09 05:39:01.334 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-09T05:39:03.358Z[ recovery-image] Aug 09 05:39:01.344 INFO O| Aug 09 05:39:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60592024-08-09T05:39:03.361Z[ recovery-image] Aug 09 05:39:01.344 INFO O| Aug 09 05:39:01.344 INFO STEP 735 (remove_files) COMPLETE
60602024-08-09T05:39:03.361Z[ recovery-image] Aug 09 05:39:01.344 INFO O| Aug 09 05:39:01.344 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-09T05:39:03.368Z[ recovery-image] Aug 09 05:39:01.354 INFO O| Aug 09 05:39:01.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60622024-08-09T05:39:03.371Z[ recovery-image] Aug 09 05:39:01.354 INFO O| Aug 09 05:39:01.354 INFO STEP 736 (remove_files) COMPLETE
60632024-08-09T05:39:03.371Z[ recovery-image] Aug 09 05:39:01.354 INFO O| Aug 09 05:39:01.354 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-09T05:39:03.378Z[ recovery-image] Aug 09 05:39:01.364 INFO O| Aug 09 05:39:01.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60652024-08-09T05:39:03.381Z[ recovery-image] Aug 09 05:39:01.364 INFO O| Aug 09 05:39:01.364 INFO STEP 737 (remove_files) COMPLETE
60662024-08-09T05:39:03.381Z[ recovery-image] Aug 09 05:39:01.364 INFO O| Aug 09 05:39:01.364 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-09T05:39:03.388Z[ recovery-image] Aug 09 05:39:01.374 INFO O| Aug 09 05:39:01.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60682024-08-09T05:39:03.391Z[ recovery-image] Aug 09 05:39:01.375 INFO O| Aug 09 05:39:01.375 INFO STEP 738 (remove_files) COMPLETE
60692024-08-09T05:39:03.391Z[ recovery-image] Aug 09 05:39:01.375 INFO O| Aug 09 05:39:01.375 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-09T05:39:03.398Z[ recovery-image] Aug 09 05:39:01.384 INFO O| Aug 09 05:39:01.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60712024-08-09T05:39:03.398Z[ recovery-image] Aug 09 05:39:01.384 INFO O| Aug 09 05:39:01.384 INFO STEP 739 (remove_files) COMPLETE
60722024-08-09T05:39:03.401Z[ recovery-image] Aug 09 05:39:01.384 INFO O| Aug 09 05:39:01.384 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-09T05:39:03.408Z[ recovery-image] Aug 09 05:39:01.394 INFO O| Aug 09 05:39:01.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60742024-08-09T05:39:03.410Z[ recovery-image] Aug 09 05:39:01.394 INFO O| Aug 09 05:39:01.394 INFO STEP 740 (remove_files) COMPLETE
60752024-08-09T05:39:03.411Z[ recovery-image] Aug 09 05:39:01.394 INFO O| Aug 09 05:39:01.394 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-09T05:39:03.418Z[ recovery-image] Aug 09 05:39:01.404 INFO O| Aug 09 05:39:01.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60772024-08-09T05:39:03.420Z[ recovery-image] Aug 09 05:39:01.404 INFO O| Aug 09 05:39:01.404 INFO STEP 741 (remove_files) COMPLETE
60782024-08-09T05:39:03.420Z[ recovery-image] Aug 09 05:39:01.404 INFO O| Aug 09 05:39:01.404 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-09T05:39:03.428Z[ recovery-image] Aug 09 05:39:01.413 INFO O| Aug 09 05:39:01.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60802024-08-09T05:39:03.430Z[ recovery-image] Aug 09 05:39:01.414 INFO O| Aug 09 05:39:01.414 INFO STEP 742 (remove_files) COMPLETE
60812024-08-09T05:39:03.430Z[ recovery-image] Aug 09 05:39:01.414 INFO O| Aug 09 05:39:01.414 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-09T05:39:03.437Z[ recovery-image] Aug 09 05:39:01.423 INFO O| Aug 09 05:39:01.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60832024-08-09T05:39:03.437Z[ recovery-image] Aug 09 05:39:01.423 INFO O| Aug 09 05:39:01.423 INFO STEP 743 (remove_files) COMPLETE
60842024-08-09T05:39:03.437Z[ recovery-image] Aug 09 05:39:01.423 INFO O| Aug 09 05:39:01.423 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-09T05:39:03.447Z[ recovery-image] Aug 09 05:39:01.433 INFO O| Aug 09 05:39:01.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60862024-08-09T05:39:03.450Z[ recovery-image] Aug 09 05:39:01.433 INFO O| Aug 09 05:39:01.433 INFO STEP 744 (remove_files) COMPLETE
60872024-08-09T05:39:03.450Z[ recovery-image] Aug 09 05:39:01.433 INFO O| Aug 09 05:39:01.433 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-09T05:39:03.458Z[ recovery-image] Aug 09 05:39:01.443 INFO O| Aug 09 05:39:01.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60892024-08-09T05:39:03.458Z[ recovery-image] Aug 09 05:39:01.443 INFO O| Aug 09 05:39:01.443 INFO STEP 745 (remove_files) COMPLETE
60902024-08-09T05:39:03.458Z[ recovery-image] Aug 09 05:39:01.443 INFO O| Aug 09 05:39:01.443 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-09T05:39:03.469Z[ recovery-image] Aug 09 05:39:01.454 INFO O| Aug 09 05:39:01.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
60922024-08-09T05:39:03.469Z[ recovery-image] Aug 09 05:39:01.454 INFO O| Aug 09 05:39:01.454 INFO STEP 746 (remove_files) COMPLETE
60932024-08-09T05:39:03.469Z[ recovery-image] Aug 09 05:39:01.454 INFO O| Aug 09 05:39:01.454 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-09T05:39:03.480Z[ recovery-image] Aug 09 05:39:01.466 INFO O| Aug 09 05:39:01.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
60952024-08-09T05:39:03.489Z[ recovery-image] Aug 09 05:39:01.466 INFO O| Aug 09 05:39:01.466 INFO STEP 747 (remove_files) COMPLETE
60962024-08-09T05:39:03.489Z[ recovery-image] Aug 09 05:39:01.466 INFO O| Aug 09 05:39:01.466 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-09T05:39:03.497Z[ recovery-image] Aug 09 05:39:01.476 INFO O| Aug 09 05:39:01.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
60982024-08-09T05:39:03.497Z[ recovery-image] Aug 09 05:39:01.476 INFO O| Aug 09 05:39:01.476 INFO STEP 748 (remove_files) COMPLETE
60992024-08-09T05:39:03.497Z[ recovery-image] Aug 09 05:39:01.476 INFO O| Aug 09 05:39:01.476 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-09T05:39:03.502Z[ recovery-image] Aug 09 05:39:01.486 INFO O| Aug 09 05:39:01.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61012024-08-09T05:39:03.502Z[ recovery-image] Aug 09 05:39:01.486 INFO O| Aug 09 05:39:01.486 INFO STEP 749 (remove_files) COMPLETE
61022024-08-09T05:39:03.502Z[ recovery-image] Aug 09 05:39:01.486 INFO O| Aug 09 05:39:01.486 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-09T05:39:03.510Z[ recovery-image] Aug 09 05:39:01.496 INFO O| Aug 09 05:39:01.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61042024-08-09T05:39:03.513Z[ recovery-image] Aug 09 05:39:01.496 INFO O| Aug 09 05:39:01.496 INFO STEP 750 (remove_files) COMPLETE
61052024-08-09T05:39:03.513Z[ recovery-image] Aug 09 05:39:01.496 INFO O| Aug 09 05:39:01.496 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-09T05:39:03.520Z[ recovery-image] Aug 09 05:39:01.506 INFO O| Aug 09 05:39:01.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61072024-08-09T05:39:03.520Z[ recovery-image] Aug 09 05:39:01.506 INFO O| Aug 09 05:39:01.506 INFO STEP 751 (remove_files) COMPLETE
61082024-08-09T05:39:03.520Z[ recovery-image] Aug 09 05:39:01.506 INFO O| Aug 09 05:39:01.506 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-09T05:39:03.530Z[ recovery-image] Aug 09 05:39:01.516 INFO O| Aug 09 05:39:01.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61102024-08-09T05:39:03.533Z[ recovery-image] Aug 09 05:39:01.516 INFO O| Aug 09 05:39:01.516 INFO STEP 752 (remove_files) COMPLETE
61112024-08-09T05:39:03.533Z[ recovery-image] Aug 09 05:39:01.516 INFO O| Aug 09 05:39:01.516 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-09T05:39:03.540Z[ recovery-image] Aug 09 05:39:01.526 INFO O| Aug 09 05:39:01.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61132024-08-09T05:39:03.540Z[ recovery-image] Aug 09 05:39:01.526 INFO O| Aug 09 05:39:01.526 INFO STEP 753 (remove_files) COMPLETE
61142024-08-09T05:39:03.542Z[ recovery-image] Aug 09 05:39:01.526 INFO O| Aug 09 05:39:01.526 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-09T05:39:03.550Z[ recovery-image] Aug 09 05:39:01.536 INFO O| Aug 09 05:39:01.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61162024-08-09T05:39:03.553Z[ recovery-image] Aug 09 05:39:01.536 INFO O| Aug 09 05:39:01.536 INFO STEP 754 (remove_files) COMPLETE
61172024-08-09T05:39:03.553Z[ recovery-image] Aug 09 05:39:01.536 INFO O| Aug 09 05:39:01.536 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-09T05:39:03.559Z[ recovery-image] Aug 09 05:39:01.545 INFO O| Aug 09 05:39:01.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61192024-08-09T05:39:03.559Z[ recovery-image] Aug 09 05:39:01.545 INFO O| Aug 09 05:39:01.545 INFO STEP 755 (remove_files) COMPLETE
61202024-08-09T05:39:03.560Z[ recovery-image] Aug 09 05:39:01.545 INFO O| Aug 09 05:39:01.545 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-09T05:39:03.569Z[ recovery-image] Aug 09 05:39:01.555 INFO O| Aug 09 05:39:01.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61222024-08-09T05:39:03.569Z[ recovery-image] Aug 09 05:39:01.555 INFO O| Aug 09 05:39:01.555 INFO STEP 756 (remove_files) COMPLETE
61232024-08-09T05:39:03.571Z[ recovery-image] Aug 09 05:39:01.555 INFO O| Aug 09 05:39:01.555 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-09T05:39:03.579Z[ recovery-image] Aug 09 05:39:01.564 INFO O| Aug 09 05:39:01.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61252024-08-09T05:39:03.581Z[ recovery-image] Aug 09 05:39:01.564 INFO O| Aug 09 05:39:01.564 INFO STEP 757 (remove_files) COMPLETE
61262024-08-09T05:39:03.581Z[ recovery-image] Aug 09 05:39:01.564 INFO O| Aug 09 05:39:01.564 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-09T05:39:03.588Z[ recovery-image] Aug 09 05:39:01.574 INFO O| Aug 09 05:39:01.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61282024-08-09T05:39:03.588Z[ recovery-image] Aug 09 05:39:01.574 INFO O| Aug 09 05:39:01.574 INFO STEP 758 (remove_files) COMPLETE
61292024-08-09T05:39:03.591Z[ recovery-image] Aug 09 05:39:01.574 INFO O| Aug 09 05:39:01.574 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-09T05:39:03.598Z[ recovery-image] Aug 09 05:39:01.584 INFO O| Aug 09 05:39:01.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61312024-08-09T05:39:03.598Z[ recovery-image] Aug 09 05:39:01.584 INFO O| Aug 09 05:39:01.584 INFO STEP 759 (remove_files) COMPLETE
61322024-08-09T05:39:03.600Z[ recovery-image] Aug 09 05:39:01.584 INFO O| Aug 09 05:39:01.584 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-09T05:39:03.608Z[ recovery-image] Aug 09 05:39:01.594 INFO O| Aug 09 05:39:01.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61342024-08-09T05:39:03.611Z[ recovery-image] Aug 09 05:39:01.594 INFO O| Aug 09 05:39:01.594 INFO STEP 760 (remove_files) COMPLETE
61352024-08-09T05:39:03.611Z[ recovery-image] Aug 09 05:39:01.594 INFO O| Aug 09 05:39:01.594 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-09T05:39:03.618Z[ recovery-image] Aug 09 05:39:01.604 INFO O| Aug 09 05:39:01.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61372024-08-09T05:39:03.618Z[ recovery-image] Aug 09 05:39:01.604 INFO O| Aug 09 05:39:01.604 INFO STEP 761 (remove_files) COMPLETE
61382024-08-09T05:39:03.620Z[ recovery-image] Aug 09 05:39:01.604 INFO O| Aug 09 05:39:01.604 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-09T05:39:03.627Z[ recovery-image] Aug 09 05:39:01.613 INFO O| Aug 09 05:39:01.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61402024-08-09T05:39:03.628Z[ recovery-image] Aug 09 05:39:01.613 INFO O| Aug 09 05:39:01.613 INFO STEP 762 (remove_files) COMPLETE
61412024-08-09T05:39:03.630Z[ recovery-image] Aug 09 05:39:01.613 INFO O| Aug 09 05:39:01.613 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-09T05:39:03.637Z[ recovery-image] Aug 09 05:39:01.623 INFO O| Aug 09 05:39:01.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61432024-08-09T05:39:03.639Z[ recovery-image] Aug 09 05:39:01.623 INFO O| Aug 09 05:39:01.623 INFO STEP 763 (remove_files) COMPLETE
61442024-08-09T05:39:03.639Z[ recovery-image] Aug 09 05:39:01.623 INFO O| Aug 09 05:39:01.623 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-09T05:39:03.647Z[ recovery-image] Aug 09 05:39:01.632 INFO O| Aug 09 05:39:01.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61462024-08-09T05:39:03.647Z[ recovery-image] Aug 09 05:39:01.632 INFO O| Aug 09 05:39:01.632 INFO STEP 764 (remove_files) COMPLETE
61472024-08-09T05:39:03.647Z[ recovery-image] Aug 09 05:39:01.632 INFO O| Aug 09 05:39:01.632 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-09T05:39:03.656Z[ recovery-image] Aug 09 05:39:01.642 INFO O| Aug 09 05:39:01.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61492024-08-09T05:39:03.656Z[ recovery-image] Aug 09 05:39:01.642 INFO O| Aug 09 05:39:01.642 INFO STEP 765 (remove_files) COMPLETE
61502024-08-09T05:39:03.656Z[ recovery-image] Aug 09 05:39:01.642 INFO O| Aug 09 05:39:01.642 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-09T05:39:03.666Z[ recovery-image] Aug 09 05:39:01.652 INFO O| Aug 09 05:39:01.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61522024-08-09T05:39:03.666Z[ recovery-image] Aug 09 05:39:01.652 INFO O| Aug 09 05:39:01.652 INFO STEP 766 (remove_files) COMPLETE
61532024-08-09T05:39:03.666Z[ recovery-image] Aug 09 05:39:01.652 INFO O| Aug 09 05:39:01.652 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-08-09T05:39:03.675Z[ recovery-image] Aug 09 05:39:01.661 INFO O| Aug 09 05:39:01.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61552024-08-09T05:39:03.676Z[ recovery-image] Aug 09 05:39:01.661 INFO O| Aug 09 05:39:01.661 INFO STEP 767 (remove_files) COMPLETE
61562024-08-09T05:39:03.676Z[ recovery-image] Aug 09 05:39:01.661 INFO O| Aug 09 05:39:01.661 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-08-09T05:39:03.685Z[ recovery-image] Aug 09 05:39:01.671 INFO O| Aug 09 05:39:01.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61582024-08-09T05:39:03.685Z[ recovery-image] Aug 09 05:39:01.671 INFO O| Aug 09 05:39:01.671 INFO STEP 768 (remove_files) COMPLETE
61592024-08-09T05:39:03.688Z[ recovery-image] Aug 09 05:39:01.671 INFO O| Aug 09 05:39:01.671 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-08-09T05:39:03.695Z[ recovery-image] Aug 09 05:39:01.680 INFO O| Aug 09 05:39:01.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61612024-08-09T05:39:03.695Z[ recovery-image] Aug 09 05:39:01.680 INFO O| Aug 09 05:39:01.680 INFO STEP 769 (remove_files) COMPLETE
61622024-08-09T05:39:03.697Z[ recovery-image] Aug 09 05:39:01.680 INFO O| Aug 09 05:39:01.680 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-09T05:39:03.704Z[ recovery-image] Aug 09 05:39:01.690 INFO O| Aug 09 05:39:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61642024-08-09T05:39:03.704Z[ recovery-image] Aug 09 05:39:01.690 INFO O| Aug 09 05:39:01.690 INFO STEP 770 (remove_files) COMPLETE
61652024-08-09T05:39:03.706Z[ recovery-image] Aug 09 05:39:01.690 INFO O| Aug 09 05:39:01.690 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-09T05:39:03.714Z[ recovery-image] Aug 09 05:39:01.699 INFO O| Aug 09 05:39:01.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61672024-08-09T05:39:03.714Z[ recovery-image] Aug 09 05:39:01.699 INFO O| Aug 09 05:39:01.699 INFO STEP 771 (remove_files) COMPLETE
61682024-08-09T05:39:03.714Z[ recovery-image] Aug 09 05:39:01.699 INFO O| Aug 09 05:39:01.699 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-09T05:39:03.723Z[ recovery-image] Aug 09 05:39:01.709 INFO O| Aug 09 05:39:01.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61702024-08-09T05:39:03.723Z[ recovery-image] Aug 09 05:39:01.709 INFO O| Aug 09 05:39:01.709 INFO STEP 772 (remove_files) COMPLETE
61712024-08-09T05:39:03.726Z[ recovery-image] Aug 09 05:39:01.709 INFO O| Aug 09 05:39:01.709 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-09T05:39:03.733Z[ recovery-image] Aug 09 05:39:01.718 INFO O| Aug 09 05:39:01.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61732024-08-09T05:39:03.733Z[ recovery-image] Aug 09 05:39:01.718 INFO O| Aug 09 05:39:01.718 INFO STEP 773 (remove_files) COMPLETE
61742024-08-09T05:39:03.733Z[ recovery-image] Aug 09 05:39:01.718 INFO O| Aug 09 05:39:01.718 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-09T05:39:03.742Z[ recovery-image] Aug 09 05:39:01.728 INFO O| Aug 09 05:39:01.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61762024-08-09T05:39:03.742Z[ recovery-image] Aug 09 05:39:01.728 INFO O| Aug 09 05:39:01.728 INFO STEP 774 (remove_files) COMPLETE
61772024-08-09T05:39:03.745Z[ recovery-image] Aug 09 05:39:01.728 INFO O| Aug 09 05:39:01.728 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-09T05:39:03.752Z[ recovery-image] Aug 09 05:39:01.737 INFO O| Aug 09 05:39:01.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61792024-08-09T05:39:03.755Z[ recovery-image] Aug 09 05:39:01.738 INFO O| Aug 09 05:39:01.738 INFO STEP 775 (remove_files) COMPLETE
61802024-08-09T05:39:03.755Z[ recovery-image] Aug 09 05:39:01.738 INFO O| Aug 09 05:39:01.738 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-09T05:39:03.762Z[ recovery-image] Aug 09 05:39:01.748 INFO O| Aug 09 05:39:01.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61822024-08-09T05:39:03.762Z[ recovery-image] Aug 09 05:39:01.748 INFO O| Aug 09 05:39:01.748 INFO STEP 776 (remove_files) COMPLETE
61832024-08-09T05:39:03.762Z[ recovery-image] Aug 09 05:39:01.748 INFO O| Aug 09 05:39:01.748 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-09T05:39:03.773Z[ recovery-image] Aug 09 05:39:01.758 INFO O| Aug 09 05:39:01.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61852024-08-09T05:39:03.773Z[ recovery-image] Aug 09 05:39:01.759 INFO O| Aug 09 05:39:01.759 INFO STEP 777 (remove_files) COMPLETE
61862024-08-09T05:39:03.775Z[ recovery-image] Aug 09 05:39:01.759 INFO O| Aug 09 05:39:01.759 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-09T05:39:03.783Z[ recovery-image] Aug 09 05:39:01.769 INFO O| Aug 09 05:39:01.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61882024-08-09T05:39:03.783Z[ recovery-image] Aug 09 05:39:01.769 INFO O| Aug 09 05:39:01.769 INFO STEP 778 (remove_files) COMPLETE
61892024-08-09T05:39:03.785Z[ recovery-image] Aug 09 05:39:01.769 INFO O| Aug 09 05:39:01.769 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-09T05:39:03.793Z[ recovery-image] Aug 09 05:39:01.779 INFO O| Aug 09 05:39:01.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
61912024-08-09T05:39:03.793Z[ recovery-image] Aug 09 05:39:01.779 INFO O| Aug 09 05:39:01.779 INFO STEP 779 (remove_files) COMPLETE
61922024-08-09T05:39:03.796Z[ recovery-image] Aug 09 05:39:01.779 INFO O| Aug 09 05:39:01.779 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-09T05:39:03.803Z[ recovery-image] Aug 09 05:39:01.789 INFO O| Aug 09 05:39:01.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
61942024-08-09T05:39:03.803Z[ recovery-image] Aug 09 05:39:01.789 INFO O| Aug 09 05:39:01.789 INFO STEP 780 (remove_files) COMPLETE
61952024-08-09T05:39:03.803Z[ recovery-image] Aug 09 05:39:01.789 INFO O| Aug 09 05:39:01.789 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-09T05:39:03.812Z[ recovery-image] Aug 09 05:39:01.798 INFO O| Aug 09 05:39:01.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
61972024-08-09T05:39:03.815Z[ recovery-image] Aug 09 05:39:01.798 INFO O| Aug 09 05:39:01.798 INFO STEP 781 (remove_files) COMPLETE
61982024-08-09T05:39:03.815Z[ recovery-image] Aug 09 05:39:01.798 INFO O| Aug 09 05:39:01.798 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-08-09T05:39:03.822Z[ recovery-image] Aug 09 05:39:01.808 INFO O| Aug 09 05:39:01.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62002024-08-09T05:39:03.822Z[ recovery-image] Aug 09 05:39:01.808 INFO O| Aug 09 05:39:01.808 INFO STEP 782 (remove_files) COMPLETE
62012024-08-09T05:39:03.822Z[ recovery-image] Aug 09 05:39:01.808 INFO O| Aug 09 05:39:01.808 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-09T05:39:03.831Z[ recovery-image] Aug 09 05:39:01.817 INFO O| Aug 09 05:39:01.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62032024-08-09T05:39:03.831Z[ recovery-image] Aug 09 05:39:01.817 INFO O| Aug 09 05:39:01.817 INFO STEP 783 (remove_files) COMPLETE
62042024-08-09T05:39:03.834Z[ recovery-image] Aug 09 05:39:01.817 INFO O| Aug 09 05:39:01.817 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-09T05:39:03.841Z[ recovery-image] Aug 09 05:39:01.827 INFO O| Aug 09 05:39:01.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62062024-08-09T05:39:03.841Z[ recovery-image] Aug 09 05:39:01.827 INFO O| Aug 09 05:39:01.827 INFO STEP 784 (remove_files) COMPLETE
62072024-08-09T05:39:03.841Z[ recovery-image] Aug 09 05:39:01.827 INFO O| Aug 09 05:39:01.827 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-09T05:39:03.850Z[ recovery-image] Aug 09 05:39:01.836 INFO O| Aug 09 05:39:01.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62092024-08-09T05:39:03.850Z[ recovery-image] Aug 09 05:39:01.836 INFO O| Aug 09 05:39:01.836 INFO STEP 785 (remove_files) COMPLETE
62102024-08-09T05:39:03.850Z[ recovery-image] Aug 09 05:39:01.836 INFO O| Aug 09 05:39:01.836 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-09T05:39:03.860Z[ recovery-image] Aug 09 05:39:01.846 INFO O| Aug 09 05:39:01.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62122024-08-09T05:39:03.863Z[ recovery-image] Aug 09 05:39:01.846 INFO O| Aug 09 05:39:01.846 INFO STEP 786 (remove_files) COMPLETE
62132024-08-09T05:39:03.863Z[ recovery-image] Aug 09 05:39:01.846 INFO O| Aug 09 05:39:01.846 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-09T05:39:03.870Z[ recovery-image] Aug 09 05:39:01.855 INFO O| Aug 09 05:39:01.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62152024-08-09T05:39:03.872Z[ recovery-image] Aug 09 05:39:01.855 INFO O| Aug 09 05:39:01.855 INFO STEP 787 (remove_files) COMPLETE
62162024-08-09T05:39:03.872Z[ recovery-image] Aug 09 05:39:01.855 INFO O| Aug 09 05:39:01.855 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-09T05:39:03.879Z[ recovery-image] Aug 09 05:39:01.865 INFO O| Aug 09 05:39:01.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62182024-08-09T05:39:03.879Z[ recovery-image] Aug 09 05:39:01.865 INFO O| Aug 09 05:39:01.865 INFO STEP 788 (remove_files) COMPLETE
62192024-08-09T05:39:03.879Z[ recovery-image] Aug 09 05:39:01.865 INFO O| Aug 09 05:39:01.865 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-09T05:39:03.889Z[ recovery-image] Aug 09 05:39:01.874 INFO O| Aug 09 05:39:01.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62212024-08-09T05:39:03.891Z[ recovery-image] Aug 09 05:39:01.875 INFO O| Aug 09 05:39:01.874 INFO STEP 789 (remove_files) COMPLETE
62222024-08-09T05:39:03.892Z[ recovery-image] Aug 09 05:39:01.875 INFO O| Aug 09 05:39:01.875 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-09T05:39:03.898Z[ recovery-image] Aug 09 05:39:01.884 INFO O| Aug 09 05:39:01.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62242024-08-09T05:39:03.898Z[ recovery-image] Aug 09 05:39:01.884 INFO O| Aug 09 05:39:01.884 INFO STEP 790 (remove_files) COMPLETE
62252024-08-09T05:39:03.898Z[ recovery-image] Aug 09 05:39:01.884 INFO O| Aug 09 05:39:01.884 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-09T05:39:03.908Z[ recovery-image] Aug 09 05:39:01.893 INFO O| Aug 09 05:39:01.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62272024-08-09T05:39:03.908Z[ recovery-image] Aug 09 05:39:01.894 INFO O| Aug 09 05:39:01.894 INFO STEP 791 (remove_files) COMPLETE
62282024-08-09T05:39:03.908Z[ recovery-image] Aug 09 05:39:01.894 INFO O| Aug 09 05:39:01.894 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-08-09T05:39:03.917Z[ recovery-image] Aug 09 05:39:01.903 INFO O| Aug 09 05:39:01.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62302024-08-09T05:39:03.918Z[ recovery-image] Aug 09 05:39:01.903 INFO O| Aug 09 05:39:01.903 INFO STEP 792 (remove_files) COMPLETE
62312024-08-09T05:39:03.920Z[ recovery-image] Aug 09 05:39:01.903 INFO O| Aug 09 05:39:01.903 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-08-09T05:39:03.927Z[ recovery-image] Aug 09 05:39:01.913 INFO O| Aug 09 05:39:01.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62332024-08-09T05:39:03.929Z[ recovery-image] Aug 09 05:39:01.913 INFO O| Aug 09 05:39:01.913 INFO STEP 793 (remove_files) COMPLETE
62342024-08-09T05:39:03.929Z[ recovery-image] Aug 09 05:39:01.913 INFO O| Aug 09 05:39:01.913 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-08-09T05:39:03.937Z[ recovery-image] Aug 09 05:39:01.923 INFO O| Aug 09 05:39:01.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62362024-08-09T05:39:03.939Z[ recovery-image] Aug 09 05:39:01.923 INFO O| Aug 09 05:39:01.923 INFO STEP 794 (remove_files) COMPLETE
62372024-08-09T05:39:03.939Z[ recovery-image] Aug 09 05:39:01.923 INFO O| Aug 09 05:39:01.923 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-08-09T05:39:03.947Z[ recovery-image] Aug 09 05:39:01.932 INFO O| Aug 09 05:39:01.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62392024-08-09T05:39:03.947Z[ recovery-image] Aug 09 05:39:01.932 INFO O| Aug 09 05:39:01.932 INFO STEP 795 (remove_files) COMPLETE
62402024-08-09T05:39:03.949Z[ recovery-image] Aug 09 05:39:01.932 INFO O| Aug 09 05:39:01.932 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-08-09T05:39:03.956Z[ recovery-image] Aug 09 05:39:01.942 INFO O| Aug 09 05:39:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62422024-08-09T05:39:03.956Z[ recovery-image] Aug 09 05:39:01.942 INFO O| Aug 09 05:39:01.942 INFO STEP 796 (remove_files) COMPLETE
62432024-08-09T05:39:03.964Z[ recovery-image] Aug 09 05:39:01.942 INFO O| Aug 09 05:39:01.942 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-08-09T05:39:03.967Z[ recovery-image] Aug 09 05:39:01.952 INFO O| Aug 09 05:39:01.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62452024-08-09T05:39:03.967Z[ recovery-image] Aug 09 05:39:01.952 INFO O| Aug 09 05:39:01.952 INFO STEP 797 (remove_files) COMPLETE
62462024-08-09T05:39:03.967Z[ recovery-image] Aug 09 05:39:01.952 INFO O| Aug 09 05:39:01.952 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-08-09T05:39:03.975Z[ recovery-image] Aug 09 05:39:01.961 INFO O| Aug 09 05:39:01.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62482024-08-09T05:39:03.978Z[ recovery-image] Aug 09 05:39:01.962 INFO O| Aug 09 05:39:01.962 INFO STEP 798 (remove_files) COMPLETE
62492024-08-09T05:39:03.978Z[ recovery-image] Aug 09 05:39:01.962 INFO O| Aug 09 05:39:01.962 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-08-09T05:39:03.986Z[ recovery-image] Aug 09 05:39:01.972 INFO O| Aug 09 05:39:01.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62512024-08-09T05:39:03.986Z[ recovery-image] Aug 09 05:39:01.972 INFO O| Aug 09 05:39:01.972 INFO STEP 799 (remove_files) COMPLETE
62522024-08-09T05:39:03.986Z[ recovery-image] Aug 09 05:39:01.972 INFO O| Aug 09 05:39:01.972 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-08-09T05:39:03.996Z[ recovery-image] Aug 09 05:39:01.981 INFO O| Aug 09 05:39:01.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62542024-08-09T05:39:03.998Z[ recovery-image] Aug 09 05:39:01.981 INFO O| Aug 09 05:39:01.981 INFO STEP 800 (remove_files) COMPLETE
62552024-08-09T05:39:03.998Z[ recovery-image] Aug 09 05:39:01.981 INFO O| Aug 09 05:39:01.981 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-08-09T05:39:04.005Z[ recovery-image] Aug 09 05:39:01.991 INFO O| Aug 09 05:39:01.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62572024-08-09T05:39:04.008Z[ recovery-image] Aug 09 05:39:01.991 INFO O| Aug 09 05:39:01.991 INFO STEP 801 (remove_files) COMPLETE
62582024-08-09T05:39:04.008Z[ recovery-image] Aug 09 05:39:01.992 INFO O| Aug 09 05:39:01.991 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-08-09T05:39:04.016Z[ recovery-image] Aug 09 05:39:02.001 INFO O| Aug 09 05:39:02.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62602024-08-09T05:39:04.018Z[ recovery-image] Aug 09 05:39:02.002 INFO O| Aug 09 05:39:02.001 INFO STEP 802 (remove_files) COMPLETE
62612024-08-09T05:39:04.019Z[ recovery-image] Aug 09 05:39:02.002 INFO O| Aug 09 05:39:02.002 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-08-09T05:39:04.027Z[ recovery-image] Aug 09 05:39:02.013 INFO O| Aug 09 05:39:02.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62632024-08-09T05:39:04.027Z[ recovery-image] Aug 09 05:39:02.013 INFO O| Aug 09 05:39:02.013 INFO STEP 803 (remove_files) COMPLETE
62642024-08-09T05:39:04.030Z[ recovery-image] Aug 09 05:39:02.013 INFO O| Aug 09 05:39:02.013 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-08-09T05:39:04.037Z[ recovery-image] Aug 09 05:39:02.023 INFO O| Aug 09 05:39:02.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62662024-08-09T05:39:04.040Z[ recovery-image] Aug 09 05:39:02.023 INFO O| Aug 09 05:39:02.023 INFO STEP 804 (remove_files) COMPLETE
62672024-08-09T05:39:04.040Z[ recovery-image] Aug 09 05:39:02.023 INFO O| Aug 09 05:39:02.023 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-08-09T05:39:04.047Z[ recovery-image] Aug 09 05:39:02.032 INFO O| Aug 09 05:39:02.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62692024-08-09T05:39:04.047Z[ recovery-image] Aug 09 05:39:02.033 INFO O| Aug 09 05:39:02.033 INFO STEP 805 (remove_files) COMPLETE
62702024-08-09T05:39:04.047Z[ recovery-image] Aug 09 05:39:02.033 INFO O| Aug 09 05:39:02.033 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-08-09T05:39:04.057Z[ recovery-image] Aug 09 05:39:02.042 INFO O| Aug 09 05:39:02.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62722024-08-09T05:39:04.057Z[ recovery-image] Aug 09 05:39:02.042 INFO O| Aug 09 05:39:02.042 INFO STEP 806 (remove_files) COMPLETE
62732024-08-09T05:39:04.057Z[ recovery-image] Aug 09 05:39:02.042 INFO O| Aug 09 05:39:02.042 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-08-09T05:39:04.066Z[ recovery-image] Aug 09 05:39:02.052 INFO O| Aug 09 05:39:02.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62752024-08-09T05:39:04.066Z[ recovery-image] Aug 09 05:39:02.052 INFO O| Aug 09 05:39:02.052 INFO STEP 807 (remove_files) COMPLETE
62762024-08-09T05:39:04.069Z[ recovery-image] Aug 09 05:39:02.052 INFO O| Aug 09 05:39:02.052 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-08-09T05:39:04.077Z[ recovery-image] Aug 09 05:39:02.062 INFO O| Aug 09 05:39:02.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62782024-08-09T05:39:04.077Z[ recovery-image] Aug 09 05:39:02.062 INFO O| Aug 09 05:39:02.062 INFO STEP 808 (remove_files) COMPLETE
62792024-08-09T05:39:04.079Z[ recovery-image] Aug 09 05:39:02.062 INFO O| Aug 09 05:39:02.062 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-08-09T05:39:04.087Z[ recovery-image] Aug 09 05:39:02.072 INFO O| Aug 09 05:39:02.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62812024-08-09T05:39:04.089Z[ recovery-image] Aug 09 05:39:02.073 INFO O| Aug 09 05:39:02.073 INFO STEP 809 (remove_files) COMPLETE
62822024-08-09T05:39:04.089Z[ recovery-image] Aug 09 05:39:02.073 INFO O| Aug 09 05:39:02.073 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-08-09T05:39:04.090Z[ host-image] Aug 09 05:39:02.073 INFO O| Aug 09 05:39:02.073 INFO O| Done
62842024-08-09T05:39:04.097Z[ recovery-image] Aug 09 05:39:02.083 INFO O| Aug 09 05:39:02.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62852024-08-09T05:39:04.097Z[ recovery-image] Aug 09 05:39:02.083 INFO O| Aug 09 05:39:02.083 INFO STEP 810 (remove_files) COMPLETE
62862024-08-09T05:39:04.097Z[ recovery-image] Aug 09 05:39:02.083 INFO O| Aug 09 05:39:02.083 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-09T05:39:04.107Z[ recovery-image] Aug 09 05:39:02.093 INFO O| Aug 09 05:39:02.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62882024-08-09T05:39:04.110Z[ recovery-image] Aug 09 05:39:02.093 INFO O| Aug 09 05:39:02.093 INFO STEP 811 (remove_files) COMPLETE
62892024-08-09T05:39:04.110Z[ recovery-image] Aug 09 05:39:02.093 INFO O| Aug 09 05:39:02.093 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-09T05:39:04.118Z[ host-image] Aug 09 05:39:02.097 INFO O| Aug 09 05:39:02.097 INFO O| Done
62912024-08-09T05:39:04.118Z[ host-image] Aug 09 05:39:02.098 INFO O| Aug 09 05:39:02.097 INFO O| Done
62922024-08-09T05:39:04.118Z[ recovery-image] Aug 09 05:39:02.103 INFO O| Aug 09 05:39:02.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
62932024-08-09T05:39:04.118Z[ recovery-image] Aug 09 05:39:02.103 INFO O| Aug 09 05:39:02.103 INFO STEP 812 (remove_files) COMPLETE
62942024-08-09T05:39:04.118Z[ recovery-image] Aug 09 05:39:02.103 INFO O| Aug 09 05:39:02.103 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-08-09T05:39:04.127Z[ recovery-image] Aug 09 05:39:02.113 INFO O| Aug 09 05:39:02.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
62962024-08-09T05:39:04.127Z[ recovery-image] Aug 09 05:39:02.113 INFO O| Aug 09 05:39:02.113 INFO STEP 813 (remove_files) COMPLETE
62972024-08-09T05:39:04.130Z[ recovery-image] Aug 09 05:39:02.113 INFO O| Aug 09 05:39:02.113 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-08-09T05:39:04.137Z[ recovery-image] Aug 09 05:39:02.122 INFO O| Aug 09 05:39:02.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
62992024-08-09T05:39:04.140Z[ recovery-image] Aug 09 05:39:02.122 INFO O| Aug 09 05:39:02.122 INFO STEP 814 (remove_files) COMPLETE
63002024-08-09T05:39:04.140Z[ recovery-image] Aug 09 05:39:02.122 INFO O| Aug 09 05:39:02.122 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-09T05:39:04.146Z[ recovery-image] Aug 09 05:39:02.132 INFO O| Aug 09 05:39:02.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63022024-08-09T05:39:04.149Z[ recovery-image] Aug 09 05:39:02.132 INFO O| Aug 09 05:39:02.132 INFO STEP 815 (remove_files) COMPLETE
63032024-08-09T05:39:04.149Z[ recovery-image] Aug 09 05:39:02.132 INFO O| Aug 09 05:39:02.132 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-09T05:39:04.149Z[ host-image] Aug 09 05:39:02.134 INFO O| Aug 09 05:39:02.133 INFO O| Done
63052024-08-09T05:39:04.156Z[ recovery-image] Aug 09 05:39:02.142 INFO O| Aug 09 05:39:02.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63062024-08-09T05:39:04.156Z[ recovery-image] Aug 09 05:39:02.142 INFO O| Aug 09 05:39:02.142 INFO STEP 816 (remove_files) COMPLETE
63072024-08-09T05:39:04.159Z[ recovery-image] Aug 09 05:39:02.142 INFO O| Aug 09 05:39:02.142 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-09T05:39:04.167Z[ recovery-image] Aug 09 05:39:02.152 INFO O| Aug 09 05:39:02.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63092024-08-09T05:39:04.169Z[ recovery-image] Aug 09 05:39:02.153 INFO O| Aug 09 05:39:02.153 INFO STEP 817 (remove_files) COMPLETE
63102024-08-09T05:39:04.169Z[ recovery-image] Aug 09 05:39:02.153 INFO O| Aug 09 05:39:02.153 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-09T05:39:04.178Z[ recovery-image] Aug 09 05:39:02.164 INFO O| Aug 09 05:39:02.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63122024-08-09T05:39:04.178Z[ recovery-image] Aug 09 05:39:02.164 INFO O| Aug 09 05:39:02.164 INFO STEP 818 (remove_files) COMPLETE
63132024-08-09T05:39:04.181Z[ recovery-image] Aug 09 05:39:02.164 INFO O| Aug 09 05:39:02.164 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-09T05:39:04.189Z[ recovery-image] Aug 09 05:39:02.175 INFO O| Aug 09 05:39:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63152024-08-09T05:39:04.189Z[ recovery-image] Aug 09 05:39:02.175 INFO O| Aug 09 05:39:02.175 INFO STEP 819 (remove_files) COMPLETE
63162024-08-09T05:39:04.189Z[ recovery-image] Aug 09 05:39:02.175 INFO O| Aug 09 05:39:02.175 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-09T05:39:04.199Z[ recovery-image] Aug 09 05:39:02.185 INFO O| Aug 09 05:39:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63182024-08-09T05:39:04.199Z[ recovery-image] Aug 09 05:39:02.185 INFO O| Aug 09 05:39:02.185 INFO STEP 820 (remove_files) COMPLETE
63192024-08-09T05:39:04.199Z[ recovery-image] Aug 09 05:39:02.185 INFO O| Aug 09 05:39:02.185 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-09T05:39:04.209Z[ recovery-image] Aug 09 05:39:02.195 INFO O| Aug 09 05:39:02.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63212024-08-09T05:39:04.209Z[ recovery-image] Aug 09 05:39:02.195 INFO O| Aug 09 05:39:02.195 INFO STEP 821 (remove_files) COMPLETE
63222024-08-09T05:39:04.210Z[ recovery-image] Aug 09 05:39:02.195 INFO O| Aug 09 05:39:02.195 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-09T05:39:04.219Z[ recovery-image] Aug 09 05:39:02.205 INFO O| Aug 09 05:39:02.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63242024-08-09T05:39:04.219Z[ recovery-image] Aug 09 05:39:02.205 INFO O| Aug 09 05:39:02.205 INFO STEP 822 (remove_files) COMPLETE
63252024-08-09T05:39:04.219Z[ recovery-image] Aug 09 05:39:02.205 INFO O| Aug 09 05:39:02.205 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-09T05:39:04.229Z[ recovery-image] Aug 09 05:39:02.215 INFO O| Aug 09 05:39:02.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63272024-08-09T05:39:04.232Z[ recovery-image] Aug 09 05:39:02.215 INFO O| Aug 09 05:39:02.215 INFO STEP 823 (remove_files) COMPLETE
63282024-08-09T05:39:04.232Z[ recovery-image] Aug 09 05:39:02.215 INFO O| Aug 09 05:39:02.215 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-09T05:39:04.240Z[ recovery-image] Aug 09 05:39:02.225 INFO O| Aug 09 05:39:02.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63302024-08-09T05:39:04.240Z[ recovery-image] Aug 09 05:39:02.225 INFO O| Aug 09 05:39:02.225 INFO STEP 824 (remove_files) COMPLETE
63312024-08-09T05:39:04.242Z[ recovery-image] Aug 09 05:39:02.225 INFO O| Aug 09 05:39:02.225 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-09T05:39:04.246Z[ host-image] Aug 09 05:39:02.231 INFO O| Aug 09 05:39:02.231 INFO STEP 13 (pkg_install) COMPLETE
63332024-08-09T05:39:04.246Z[ host-image] Aug 09 05:39:02.231 INFO O| Aug 09 05:39:02.231 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63342024-08-09T05:39:04.249Z[ recovery-image] Aug 09 05:39:02.235 INFO O| Aug 09 05:39:02.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63352024-08-09T05:39:04.249Z[ recovery-image] Aug 09 05:39:02.235 INFO O| Aug 09 05:39:02.235 INFO STEP 825 (remove_files) COMPLETE
63362024-08-09T05:39:04.249Z[ recovery-image] Aug 09 05:39:02.235 INFO O| Aug 09 05:39:02.235 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-09T05:39:04.256Z[ host-image] Aug 09 05:39:02.242 INFO O| Aug 09 05:39:02.242 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
63382024-08-09T05:39:04.259Z[ recovery-image] Aug 09 05:39:02.245 INFO O| Aug 09 05:39:02.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63392024-08-09T05:39:04.259Z[ recovery-image] Aug 09 05:39:02.245 INFO O| Aug 09 05:39:02.245 INFO STEP 826 (remove_files) COMPLETE
63402024-08-09T05:39:04.262Z[ recovery-image] Aug 09 05:39:02.245 INFO O| Aug 09 05:39:02.245 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-09T05:39:04.269Z[ recovery-image] Aug 09 05:39:02.255 INFO O| Aug 09 05:39:02.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63422024-08-09T05:39:04.272Z[ recovery-image] Aug 09 05:39:02.255 INFO O| Aug 09 05:39:02.255 INFO STEP 827 (remove_files) COMPLETE
63432024-08-09T05:39:04.272Z[ recovery-image] Aug 09 05:39:02.255 INFO O| Aug 09 05:39:02.255 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-09T05:39:04.279Z[ recovery-image] Aug 09 05:39:02.264 INFO O| Aug 09 05:39:02.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63452024-08-09T05:39:04.279Z[ recovery-image] Aug 09 05:39:02.264 INFO O| Aug 09 05:39:02.264 INFO STEP 828 (remove_files) COMPLETE
63462024-08-09T05:39:04.279Z[ recovery-image] Aug 09 05:39:02.264 INFO O| Aug 09 05:39:02.264 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-09T05:39:04.288Z[ recovery-image] Aug 09 05:39:02.274 INFO O| Aug 09 05:39:02.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63482024-08-09T05:39:04.291Z[ recovery-image] Aug 09 05:39:02.274 INFO O| Aug 09 05:39:02.274 INFO STEP 829 (remove_files) COMPLETE
63492024-08-09T05:39:04.291Z[ recovery-image] Aug 09 05:39:02.274 INFO O| Aug 09 05:39:02.274 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-09T05:39:04.298Z[ recovery-image] Aug 09 05:39:02.284 INFO O| Aug 09 05:39:02.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63512024-08-09T05:39:04.301Z[ recovery-image] Aug 09 05:39:02.284 INFO O| Aug 09 05:39:02.284 INFO STEP 830 (remove_files) COMPLETE
63522024-08-09T05:39:04.301Z[ recovery-image] Aug 09 05:39:02.284 INFO O| Aug 09 05:39:02.284 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-09T05:39:04.308Z[ recovery-image] Aug 09 05:39:02.293 INFO O| Aug 09 05:39:02.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63542024-08-09T05:39:04.311Z[ recovery-image] Aug 09 05:39:02.294 INFO O| Aug 09 05:39:02.294 INFO STEP 831 (remove_files) COMPLETE
63552024-08-09T05:39:04.311Z[ recovery-image] Aug 09 05:39:02.294 INFO O| Aug 09 05:39:02.294 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-09T05:39:04.319Z[ recovery-image] Aug 09 05:39:02.304 INFO O| Aug 09 05:39:02.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63572024-08-09T05:39:04.319Z[ recovery-image] Aug 09 05:39:02.304 INFO O| Aug 09 05:39:02.304 INFO STEP 832 (remove_files) COMPLETE
63582024-08-09T05:39:04.321Z[ recovery-image] Aug 09 05:39:02.304 INFO O| Aug 09 05:39:02.304 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-09T05:39:04.329Z[ recovery-image] Aug 09 05:39:02.314 INFO O| Aug 09 05:39:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63602024-08-09T05:39:04.329Z[ recovery-image] Aug 09 05:39:02.315 INFO O| Aug 09 05:39:02.314 INFO STEP 833 (remove_files) COMPLETE
63612024-08-09T05:39:04.329Z[ recovery-image] Aug 09 05:39:02.315 INFO O| Aug 09 05:39:02.315 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-09T05:39:04.341Z[ recovery-image] Aug 09 05:39:02.326 INFO O| Aug 09 05:39:02.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63632024-08-09T05:39:04.341Z[ recovery-image] Aug 09 05:39:02.326 INFO O| Aug 09 05:39:02.326 INFO STEP 834 (remove_files) COMPLETE
63642024-08-09T05:39:04.341Z[ recovery-image] Aug 09 05:39:02.326 INFO O| Aug 09 05:39:02.326 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-09T05:39:04.350Z[ recovery-image] Aug 09 05:39:02.336 INFO O| Aug 09 05:39:02.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63662024-08-09T05:39:04.350Z[ recovery-image] Aug 09 05:39:02.336 INFO O| Aug 09 05:39:02.336 INFO STEP 835 (remove_files) COMPLETE
63672024-08-09T05:39:04.353Z[ recovery-image] Aug 09 05:39:02.336 INFO O| Aug 09 05:39:02.336 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-09T05:39:04.360Z[ recovery-image] Aug 09 05:39:02.346 INFO O| Aug 09 05:39:02.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63692024-08-09T05:39:04.360Z[ recovery-image] Aug 09 05:39:02.346 INFO O| Aug 09 05:39:02.346 INFO STEP 836 (remove_files) COMPLETE
63702024-08-09T05:39:04.362Z[ recovery-image] Aug 09 05:39:02.346 INFO O| Aug 09 05:39:02.346 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-09T05:39:04.372Z[ recovery-image] Aug 09 05:39:02.357 INFO O| Aug 09 05:39:02.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63722024-08-09T05:39:04.374Z[ recovery-image] Aug 09 05:39:02.357 INFO O| Aug 09 05:39:02.357 INFO STEP 837 (remove_files) COMPLETE
63732024-08-09T05:39:04.374Z[ recovery-image] Aug 09 05:39:02.357 INFO O| Aug 09 05:39:02.357 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-09T05:39:04.382Z[ recovery-image] Aug 09 05:39:02.367 INFO O| Aug 09 05:39:02.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63752024-08-09T05:39:04.382Z[ recovery-image] Aug 09 05:39:02.368 INFO O| Aug 09 05:39:02.367 INFO STEP 838 (remove_files) COMPLETE
63762024-08-09T05:39:04.382Z[ recovery-image] Aug 09 05:39:02.368 INFO O| Aug 09 05:39:02.368 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-09T05:39:04.394Z[ recovery-image] Aug 09 05:39:02.379 INFO O| Aug 09 05:39:02.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63782024-08-09T05:39:04.394Z[ recovery-image] Aug 09 05:39:02.380 INFO O| Aug 09 05:39:02.379 INFO STEP 839 (remove_files) COMPLETE
63792024-08-09T05:39:04.396Z[ recovery-image] Aug 09 05:39:02.380 INFO O| Aug 09 05:39:02.380 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-09T05:39:04.405Z[ recovery-image] Aug 09 05:39:02.390 INFO O| Aug 09 05:39:02.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63812024-08-09T05:39:04.405Z[ recovery-image] Aug 09 05:39:02.391 INFO O| Aug 09 05:39:02.390 INFO STEP 840 (remove_files) COMPLETE
63822024-08-09T05:39:04.405Z[ recovery-image] Aug 09 05:39:02.391 INFO O| Aug 09 05:39:02.391 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-09T05:39:04.416Z[ recovery-image] Aug 09 05:39:02.402 INFO O| Aug 09 05:39:02.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63842024-08-09T05:39:04.416Z[ recovery-image] Aug 09 05:39:02.402 INFO O| Aug 09 05:39:02.402 INFO STEP 841 (remove_files) COMPLETE
63852024-08-09T05:39:04.419Z[ recovery-image] Aug 09 05:39:02.402 INFO O| Aug 09 05:39:02.402 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-09T05:39:04.428Z[ recovery-image] Aug 09 05:39:02.413 INFO O| Aug 09 05:39:02.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63872024-08-09T05:39:04.428Z[ recovery-image] Aug 09 05:39:02.413 INFO O| Aug 09 05:39:02.413 INFO STEP 842 (remove_files) COMPLETE
63882024-08-09T05:39:04.430Z[ recovery-image] Aug 09 05:39:02.413 INFO O| Aug 09 05:39:02.413 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-09T05:39:04.439Z[ recovery-image] Aug 09 05:39:02.425 INFO O| Aug 09 05:39:02.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63902024-08-09T05:39:04.439Z[ recovery-image] Aug 09 05:39:02.425 INFO O| Aug 09 05:39:02.425 INFO STEP 843 (remove_files) COMPLETE
63912024-08-09T05:39:04.442Z[ recovery-image] Aug 09 05:39:02.425 INFO O| Aug 09 05:39:02.425 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-09T05:39:04.449Z[ recovery-image] Aug 09 05:39:02.435 INFO O| Aug 09 05:39:02.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63932024-08-09T05:39:04.452Z[ recovery-image] Aug 09 05:39:02.435 INFO O| Aug 09 05:39:02.435 INFO STEP 844 (remove_files) COMPLETE
63942024-08-09T05:39:04.452Z[ recovery-image] Aug 09 05:39:02.435 INFO O| Aug 09 05:39:02.435 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-09T05:39:04.460Z[ recovery-image] Aug 09 05:39:02.446 INFO O| Aug 09 05:39:02.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
63962024-08-09T05:39:04.460Z[ recovery-image] Aug 09 05:39:02.446 INFO O| Aug 09 05:39:02.446 INFO STEP 845 (remove_files) COMPLETE
63972024-08-09T05:39:04.463Z[ recovery-image] Aug 09 05:39:02.446 INFO O| Aug 09 05:39:02.446 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-09T05:39:04.472Z[ recovery-image] Aug 09 05:39:02.458 INFO O| Aug 09 05:39:02.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
63992024-08-09T05:39:04.472Z[ recovery-image] Aug 09 05:39:02.458 INFO O| Aug 09 05:39:02.458 INFO STEP 846 (remove_files) COMPLETE
64002024-08-09T05:39:04.475Z[ recovery-image] Aug 09 05:39:02.458 INFO O| Aug 09 05:39:02.458 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-09T05:39:04.484Z[ recovery-image] Aug 09 05:39:02.469 INFO O| Aug 09 05:39:02.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64022024-08-09T05:39:04.484Z[ recovery-image] Aug 09 05:39:02.469 INFO O| Aug 09 05:39:02.469 INFO STEP 847 (remove_files) COMPLETE
64032024-08-09T05:39:04.486Z[ recovery-image] Aug 09 05:39:02.470 INFO O| Aug 09 05:39:02.469 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-09T05:39:04.494Z[ recovery-image] Aug 09 05:39:02.479 INFO O| Aug 09 05:39:02.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64052024-08-09T05:39:04.494Z[ recovery-image] Aug 09 05:39:02.480 INFO O| Aug 09 05:39:02.480 INFO STEP 848 (remove_files) COMPLETE
64062024-08-09T05:39:04.494Z[ recovery-image] Aug 09 05:39:02.480 INFO O| Aug 09 05:39:02.480 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-09T05:39:04.504Z[ recovery-image] Aug 09 05:39:02.489 INFO O| Aug 09 05:39:02.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64082024-08-09T05:39:04.507Z[ recovery-image] Aug 09 05:39:02.490 INFO O| Aug 09 05:39:02.489 INFO STEP 849 (remove_files) COMPLETE
64092024-08-09T05:39:04.507Z[ recovery-image] Aug 09 05:39:02.490 INFO O| Aug 09 05:39:02.489 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-09T05:39:04.515Z[ recovery-image] Aug 09 05:39:02.501 INFO O| Aug 09 05:39:02.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64112024-08-09T05:39:04.515Z[ recovery-image] Aug 09 05:39:02.501 INFO O| Aug 09 05:39:02.501 INFO STEP 850 (remove_files) COMPLETE
64122024-08-09T05:39:04.518Z[ recovery-image] Aug 09 05:39:02.501 INFO O| Aug 09 05:39:02.501 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-09T05:39:04.525Z[ recovery-image] Aug 09 05:39:02.511 INFO O| Aug 09 05:39:02.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64142024-08-09T05:39:04.528Z[ recovery-image] Aug 09 05:39:02.512 INFO O| Aug 09 05:39:02.511 INFO STEP 851 (remove_files) COMPLETE
64152024-08-09T05:39:04.528Z[ recovery-image] Aug 09 05:39:02.512 INFO O| Aug 09 05:39:02.511 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-09T05:39:04.537Z[ recovery-image] Aug 09 05:39:02.522 INFO O| Aug 09 05:39:02.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64172024-08-09T05:39:04.537Z[ recovery-image] Aug 09 05:39:02.522 INFO O| Aug 09 05:39:02.522 INFO STEP 852 (remove_files) COMPLETE
64182024-08-09T05:39:04.540Z[ recovery-image] Aug 09 05:39:02.522 INFO O| Aug 09 05:39:02.522 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-09T05:39:04.547Z[ recovery-image] Aug 09 05:39:02.532 INFO O| Aug 09 05:39:02.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64202024-08-09T05:39:04.549Z[ recovery-image] Aug 09 05:39:02.533 INFO O| Aug 09 05:39:02.533 INFO STEP 853 (remove_files) COMPLETE
64212024-08-09T05:39:04.549Z[ recovery-image] Aug 09 05:39:02.533 INFO O| Aug 09 05:39:02.533 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-09T05:39:04.557Z[ recovery-image] Aug 09 05:39:02.543 INFO O| Aug 09 05:39:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64232024-08-09T05:39:04.560Z[ recovery-image] Aug 09 05:39:02.543 INFO O| Aug 09 05:39:02.543 INFO STEP 854 (remove_files) COMPLETE
64242024-08-09T05:39:04.560Z[ recovery-image] Aug 09 05:39:02.543 INFO O| Aug 09 05:39:02.543 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-09T05:39:04.567Z[ recovery-image] Aug 09 05:39:02.553 INFO O| Aug 09 05:39:02.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64262024-08-09T05:39:04.567Z[ recovery-image] Aug 09 05:39:02.553 INFO O| Aug 09 05:39:02.553 INFO STEP 855 (remove_files) COMPLETE
64272024-08-09T05:39:04.570Z[ recovery-image] Aug 09 05:39:02.553 INFO O| Aug 09 05:39:02.553 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-09T05:39:04.577Z[ recovery-image] Aug 09 05:39:02.563 INFO O| Aug 09 05:39:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64292024-08-09T05:39:04.580Z[ recovery-image] Aug 09 05:39:02.563 INFO O| Aug 09 05:39:02.563 INFO STEP 856 (remove_files) COMPLETE
64302024-08-09T05:39:04.580Z[ recovery-image] Aug 09 05:39:02.563 INFO O| Aug 09 05:39:02.563 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-09T05:39:04.587Z[ recovery-image] Aug 09 05:39:02.572 INFO O| Aug 09 05:39:02.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64322024-08-09T05:39:04.589Z[ recovery-image] Aug 09 05:39:02.572 INFO O| Aug 09 05:39:02.572 INFO STEP 857 (remove_files) COMPLETE
64332024-08-09T05:39:04.589Z[ recovery-image] Aug 09 05:39:02.572 INFO O| Aug 09 05:39:02.572 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-09T05:39:04.596Z[ recovery-image] Aug 09 05:39:02.582 INFO O| Aug 09 05:39:02.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64352024-08-09T05:39:04.599Z[ recovery-image] Aug 09 05:39:02.582 INFO O| Aug 09 05:39:02.582 INFO STEP 858 (remove_files) COMPLETE
64362024-08-09T05:39:04.599Z[ recovery-image] Aug 09 05:39:02.582 INFO O| Aug 09 05:39:02.582 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-09T05:39:04.606Z[ recovery-image] Aug 09 05:39:02.591 INFO O| Aug 09 05:39:02.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64382024-08-09T05:39:04.606Z[ recovery-image] Aug 09 05:39:02.591 INFO O| Aug 09 05:39:02.591 INFO STEP 859 (remove_files) COMPLETE
64392024-08-09T05:39:04.608Z[ recovery-image] Aug 09 05:39:02.591 INFO O| Aug 09 05:39:02.591 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-09T05:39:04.615Z[ recovery-image] Aug 09 05:39:02.601 INFO O| Aug 09 05:39:02.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64412024-08-09T05:39:04.618Z[ recovery-image] Aug 09 05:39:02.601 INFO O| Aug 09 05:39:02.601 INFO STEP 860 (remove_files) COMPLETE
64422024-08-09T05:39:04.618Z[ recovery-image] Aug 09 05:39:02.601 INFO O| Aug 09 05:39:02.601 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-09T05:39:04.625Z[ recovery-image] Aug 09 05:39:02.611 INFO O| Aug 09 05:39:02.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64442024-08-09T05:39:04.628Z[ recovery-image] Aug 09 05:39:02.611 INFO O| Aug 09 05:39:02.611 INFO STEP 861 (remove_files) COMPLETE
64452024-08-09T05:39:04.628Z[ recovery-image] Aug 09 05:39:02.611 INFO O| Aug 09 05:39:02.611 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-09T05:39:04.636Z[ recovery-image] Aug 09 05:39:02.621 INFO O| Aug 09 05:39:02.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64472024-08-09T05:39:04.639Z[ recovery-image] Aug 09 05:39:02.621 INFO O| Aug 09 05:39:02.621 INFO STEP 862 (remove_files) COMPLETE
64482024-08-09T05:39:04.639Z[ recovery-image] Aug 09 05:39:02.621 INFO O| Aug 09 05:39:02.621 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-09T05:39:04.647Z[ recovery-image] Aug 09 05:39:02.631 INFO O| Aug 09 05:39:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64502024-08-09T05:39:04.649Z[ recovery-image] Aug 09 05:39:02.631 INFO O| Aug 09 05:39:02.631 INFO STEP 863 (remove_files) COMPLETE
64512024-08-09T05:39:04.649Z[ recovery-image] Aug 09 05:39:02.631 INFO O| Aug 09 05:39:02.631 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-09T05:39:04.655Z[ recovery-image] Aug 09 05:39:02.641 INFO O| Aug 09 05:39:02.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64532024-08-09T05:39:04.656Z[ recovery-image] Aug 09 05:39:02.641 INFO O| Aug 09 05:39:02.641 INFO STEP 864 (remove_files) COMPLETE
64542024-08-09T05:39:04.658Z[ recovery-image] Aug 09 05:39:02.641 INFO O| Aug 09 05:39:02.641 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-09T05:39:04.665Z[ recovery-image] Aug 09 05:39:02.651 INFO O| Aug 09 05:39:02.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64562024-08-09T05:39:04.665Z[ recovery-image] Aug 09 05:39:02.651 INFO O| Aug 09 05:39:02.651 INFO STEP 865 (remove_files) COMPLETE
64572024-08-09T05:39:04.665Z[ recovery-image] Aug 09 05:39:02.651 INFO O| Aug 09 05:39:02.651 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-09T05:39:04.675Z[ recovery-image] Aug 09 05:39:02.660 INFO O| Aug 09 05:39:02.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64592024-08-09T05:39:04.675Z[ recovery-image] Aug 09 05:39:02.660 INFO O| Aug 09 05:39:02.660 INFO STEP 866 (remove_files) COMPLETE
64602024-08-09T05:39:04.675Z[ recovery-image] Aug 09 05:39:02.660 INFO O| Aug 09 05:39:02.660 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-09T05:39:04.685Z[ recovery-image] Aug 09 05:39:02.670 INFO O| Aug 09 05:39:02.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64622024-08-09T05:39:04.685Z[ recovery-image] Aug 09 05:39:02.670 INFO O| Aug 09 05:39:02.670 INFO STEP 867 (remove_files) COMPLETE
64632024-08-09T05:39:04.685Z[ recovery-image] Aug 09 05:39:02.670 INFO O| Aug 09 05:39:02.670 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-09T05:39:04.694Z[ recovery-image] Aug 09 05:39:02.680 INFO O| Aug 09 05:39:02.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64652024-08-09T05:39:04.694Z[ recovery-image] Aug 09 05:39:02.680 INFO O| Aug 09 05:39:02.680 INFO STEP 868 (remove_files) COMPLETE
64662024-08-09T05:39:04.697Z[ recovery-image] Aug 09 05:39:02.680 INFO O| Aug 09 05:39:02.680 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-09T05:39:04.702Z[ host-image] Aug 09 05:39:02.688 INFO O| Aug 09 05:39:02.688 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
64682024-08-09T05:39:04.705Z[ recovery-image] Aug 09 05:39:02.689 INFO O| Aug 09 05:39:02.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64692024-08-09T05:39:04.705Z[ recovery-image] Aug 09 05:39:02.689 INFO O| Aug 09 05:39:02.689 INFO STEP 869 (remove_files) COMPLETE
64702024-08-09T05:39:04.705Z[ recovery-image] Aug 09 05:39:02.689 INFO O| Aug 09 05:39:02.689 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-08-09T05:39:04.713Z[ recovery-image] Aug 09 05:39:02.699 INFO O| Aug 09 05:39:02.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64722024-08-09T05:39:04.713Z[ recovery-image] Aug 09 05:39:02.699 INFO O| Aug 09 05:39:02.699 INFO STEP 870 (remove_files) COMPLETE
64732024-08-09T05:39:04.716Z[ recovery-image] Aug 09 05:39:02.699 INFO O| Aug 09 05:39:02.699 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-08-09T05:39:04.723Z[ recovery-image] Aug 09 05:39:02.708 INFO O| Aug 09 05:39:02.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64752024-08-09T05:39:04.723Z[ recovery-image] Aug 09 05:39:02.708 INFO O| Aug 09 05:39:02.708 INFO STEP 871 (remove_files) COMPLETE
64762024-08-09T05:39:04.723Z[ recovery-image] Aug 09 05:39:02.708 INFO O| Aug 09 05:39:02.708 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-08-09T05:39:04.733Z[ recovery-image] Aug 09 05:39:02.719 INFO O| Aug 09 05:39:02.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64782024-08-09T05:39:04.733Z[ recovery-image] Aug 09 05:39:02.719 INFO O| Aug 09 05:39:02.719 INFO STEP 872 (remove_files) COMPLETE
64792024-08-09T05:39:04.733Z[ recovery-image] Aug 09 05:39:02.719 INFO O| Aug 09 05:39:02.719 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-08-09T05:39:04.744Z[ recovery-image] Aug 09 05:39:02.729 INFO O| Aug 09 05:39:02.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64812024-08-09T05:39:04.746Z[ recovery-image] Aug 09 05:39:02.729 INFO O| Aug 09 05:39:02.729 INFO STEP 873 (remove_files) COMPLETE
64822024-08-09T05:39:04.746Z[ recovery-image] Aug 09 05:39:02.729 INFO O| Aug 09 05:39:02.729 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-08-09T05:39:04.754Z[ recovery-image] Aug 09 05:39:02.739 INFO O| Aug 09 05:39:02.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64842024-08-09T05:39:04.756Z[ recovery-image] Aug 09 05:39:02.740 INFO O| Aug 09 05:39:02.740 INFO STEP 874 (remove_files) COMPLETE
64852024-08-09T05:39:04.756Z[ recovery-image] Aug 09 05:39:02.740 INFO O| Aug 09 05:39:02.740 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-08-09T05:39:04.764Z[ recovery-image] Aug 09 05:39:02.750 INFO O| Aug 09 05:39:02.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64872024-08-09T05:39:04.767Z[ recovery-image] Aug 09 05:39:02.750 INFO O| Aug 09 05:39:02.750 INFO STEP 875 (remove_files) COMPLETE
64882024-08-09T05:39:04.767Z[ recovery-image] Aug 09 05:39:02.750 INFO O| Aug 09 05:39:02.750 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-08-09T05:39:04.774Z[ recovery-image] Aug 09 05:39:02.760 INFO O| Aug 09 05:39:02.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64902024-08-09T05:39:04.774Z[ recovery-image] Aug 09 05:39:02.760 INFO O| Aug 09 05:39:02.760 INFO STEP 876 (remove_files) COMPLETE
64912024-08-09T05:39:04.774Z[ recovery-image] Aug 09 05:39:02.760 INFO O| Aug 09 05:39:02.760 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-08-09T05:39:04.784Z[ recovery-image] Aug 09 05:39:02.770 INFO O| Aug 09 05:39:02.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64932024-08-09T05:39:04.784Z[ recovery-image] Aug 09 05:39:02.770 INFO O| Aug 09 05:39:02.770 INFO STEP 877 (remove_files) COMPLETE
64942024-08-09T05:39:04.787Z[ recovery-image] Aug 09 05:39:02.770 INFO O| Aug 09 05:39:02.770 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-08-09T05:39:04.794Z[ recovery-image] Aug 09 05:39:02.780 INFO O| Aug 09 05:39:02.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
64962024-08-09T05:39:04.794Z[ recovery-image] Aug 09 05:39:02.780 INFO O| Aug 09 05:39:02.780 INFO STEP 878 (remove_files) COMPLETE
64972024-08-09T05:39:04.797Z[ recovery-image] Aug 09 05:39:02.780 INFO O| Aug 09 05:39:02.780 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-08-09T05:39:04.805Z[ recovery-image] Aug 09 05:39:02.790 INFO O| Aug 09 05:39:02.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
64992024-08-09T05:39:04.805Z[ recovery-image] Aug 09 05:39:02.791 INFO O| Aug 09 05:39:02.790 INFO STEP 879 (remove_files) COMPLETE
65002024-08-09T05:39:04.808Z[ recovery-image] Aug 09 05:39:02.791 INFO O| Aug 09 05:39:02.791 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-08-09T05:39:04.815Z[ recovery-image] Aug 09 05:39:02.801 INFO O| Aug 09 05:39:02.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65022024-08-09T05:39:04.815Z[ recovery-image] Aug 09 05:39:02.801 INFO O| Aug 09 05:39:02.801 INFO STEP 880 (remove_files) COMPLETE
65032024-08-09T05:39:04.818Z[ recovery-image] Aug 09 05:39:02.801 INFO O| Aug 09 05:39:02.801 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-08-09T05:39:04.825Z[ recovery-image] Aug 09 05:39:02.810 INFO O| Aug 09 05:39:02.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65052024-08-09T05:39:04.828Z[ recovery-image] Aug 09 05:39:02.811 INFO O| Aug 09 05:39:02.810 INFO STEP 881 (remove_files) COMPLETE
65062024-08-09T05:39:04.828Z[ recovery-image] Aug 09 05:39:02.811 INFO O| Aug 09 05:39:02.810 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-09T05:39:04.835Z[ recovery-image] Aug 09 05:39:02.820 INFO O| Aug 09 05:39:02.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65082024-08-09T05:39:04.837Z[ recovery-image] Aug 09 05:39:02.821 INFO O| Aug 09 05:39:02.821 INFO STEP 882 (remove_files) COMPLETE
65092024-08-09T05:39:04.837Z[ recovery-image] Aug 09 05:39:02.821 INFO O| Aug 09 05:39:02.821 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-08-09T05:39:04.844Z[ recovery-image] Aug 09 05:39:02.830 INFO O| Aug 09 05:39:02.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65112024-08-09T05:39:04.847Z[ recovery-image] Aug 09 05:39:02.831 INFO O| Aug 09 05:39:02.831 INFO STEP 883 (remove_files) COMPLETE
65122024-08-09T05:39:04.847Z[ recovery-image] Aug 09 05:39:02.831 INFO O| Aug 09 05:39:02.831 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-08-09T05:39:04.855Z[ recovery-image] Aug 09 05:39:02.840 INFO O| Aug 09 05:39:02.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65142024-08-09T05:39:04.857Z[ recovery-image] Aug 09 05:39:02.840 INFO O| Aug 09 05:39:02.840 INFO STEP 884 (remove_files) COMPLETE
65152024-08-09T05:39:04.857Z[ recovery-image] Aug 09 05:39:02.840 INFO O| Aug 09 05:39:02.840 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-08-09T05:39:04.864Z[ recovery-image] Aug 09 05:39:02.850 INFO O| Aug 09 05:39:02.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65172024-08-09T05:39:04.864Z[ recovery-image] Aug 09 05:39:02.850 INFO O| Aug 09 05:39:02.850 INFO STEP 885 (remove_files) COMPLETE
65182024-08-09T05:39:04.867Z[ recovery-image] Aug 09 05:39:02.850 INFO O| Aug 09 05:39:02.850 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-08-09T05:39:04.874Z[ recovery-image] Aug 09 05:39:02.859 INFO O| Aug 09 05:39:02.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65202024-08-09T05:39:04.874Z[ recovery-image] Aug 09 05:39:02.859 INFO O| Aug 09 05:39:02.859 INFO STEP 886 (remove_files) COMPLETE
65212024-08-09T05:39:04.876Z[ recovery-image] Aug 09 05:39:02.859 INFO O| Aug 09 05:39:02.859 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-08-09T05:39:04.883Z[ recovery-image] Aug 09 05:39:02.869 INFO O| Aug 09 05:39:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65232024-08-09T05:39:04.886Z[ recovery-image] Aug 09 05:39:02.869 INFO O| Aug 09 05:39:02.869 INFO STEP 887 (remove_files) COMPLETE
65242024-08-09T05:39:04.886Z[ recovery-image] Aug 09 05:39:02.869 INFO O| Aug 09 05:39:02.869 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-08-09T05:39:04.893Z[ recovery-image] Aug 09 05:39:02.878 INFO O| Aug 09 05:39:02.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65262024-08-09T05:39:04.895Z[ recovery-image] Aug 09 05:39:02.879 INFO O| Aug 09 05:39:02.879 INFO STEP 888 (remove_files) COMPLETE
65272024-08-09T05:39:04.896Z[ recovery-image] Aug 09 05:39:02.879 INFO O| Aug 09 05:39:02.879 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-08-09T05:39:04.903Z[ recovery-image] Aug 09 05:39:02.888 INFO O| Aug 09 05:39:02.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65292024-08-09T05:39:04.903Z[ recovery-image] Aug 09 05:39:02.888 INFO O| Aug 09 05:39:02.888 INFO STEP 889 (remove_files) COMPLETE
65302024-08-09T05:39:04.905Z[ recovery-image] Aug 09 05:39:02.888 INFO O| Aug 09 05:39:02.888 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-09T05:39:04.912Z[ recovery-image] Aug 09 05:39:02.898 INFO O| Aug 09 05:39:02.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65322024-08-09T05:39:04.915Z[ recovery-image] Aug 09 05:39:02.898 INFO O| Aug 09 05:39:02.898 INFO STEP 890 (remove_files) COMPLETE
65332024-08-09T05:39:04.915Z[ recovery-image] Aug 09 05:39:02.898 INFO O| Aug 09 05:39:02.898 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-09T05:39:04.922Z[ recovery-image] Aug 09 05:39:02.907 INFO O| Aug 09 05:39:02.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65352024-08-09T05:39:04.922Z[ recovery-image] Aug 09 05:39:02.908 INFO O| Aug 09 05:39:02.908 INFO STEP 891 (remove_files) COMPLETE
65362024-08-09T05:39:04.922Z[ recovery-image] Aug 09 05:39:02.908 INFO O| Aug 09 05:39:02.908 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-08-09T05:39:04.932Z[ recovery-image] Aug 09 05:39:02.917 INFO O| Aug 09 05:39:02.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65382024-08-09T05:39:04.932Z[ recovery-image] Aug 09 05:39:02.917 INFO O| Aug 09 05:39:02.917 INFO STEP 892 (remove_files) COMPLETE
65392024-08-09T05:39:04.934Z[ recovery-image] Aug 09 05:39:02.917 INFO O| Aug 09 05:39:02.917 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-08-09T05:39:04.941Z[ recovery-image] Aug 09 05:39:02.927 INFO O| Aug 09 05:39:02.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65412024-08-09T05:39:04.941Z[ recovery-image] Aug 09 05:39:02.927 INFO O| Aug 09 05:39:02.927 INFO STEP 893 (remove_files) COMPLETE
65422024-08-09T05:39:04.944Z[ recovery-image] Aug 09 05:39:02.927 INFO O| Aug 09 05:39:02.927 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-08-09T05:39:04.951Z[ recovery-image] Aug 09 05:39:02.936 INFO O| Aug 09 05:39:02.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65442024-08-09T05:39:04.954Z[ recovery-image] Aug 09 05:39:02.937 INFO O| Aug 09 05:39:02.936 INFO STEP 894 (remove_files) COMPLETE
65452024-08-09T05:39:04.954Z[ recovery-image] Aug 09 05:39:02.937 INFO O| Aug 09 05:39:02.936 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-09T05:39:04.962Z[ recovery-image] Aug 09 05:39:02.948 INFO O| Aug 09 05:39:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65472024-08-09T05:39:04.962Z[ recovery-image] Aug 09 05:39:02.948 INFO O| Aug 09 05:39:02.948 INFO STEP 895 (remove_files) COMPLETE
65482024-08-09T05:39:04.963Z[ recovery-image] Aug 09 05:39:02.948 INFO O| Aug 09 05:39:02.948 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-09T05:39:04.974Z[ recovery-image] Aug 09 05:39:02.959 INFO O| Aug 09 05:39:02.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65502024-08-09T05:39:04.974Z[ recovery-image] Aug 09 05:39:02.959 INFO O| Aug 09 05:39:02.959 INFO STEP 896 (remove_files) COMPLETE
65512024-08-09T05:39:04.977Z[ recovery-image] Aug 09 05:39:02.959 INFO O| Aug 09 05:39:02.959 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-09T05:39:04.985Z[ recovery-image] Aug 09 05:39:02.970 INFO O| Aug 09 05:39:02.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65532024-08-09T05:39:04.987Z[ recovery-image] Aug 09 05:39:02.970 INFO O| Aug 09 05:39:02.970 INFO STEP 897 (remove_files) COMPLETE
65542024-08-09T05:39:04.987Z[ recovery-image] Aug 09 05:39:02.970 INFO O| Aug 09 05:39:02.970 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-08-09T05:39:04.995Z[ recovery-image] Aug 09 05:39:02.980 INFO O| Aug 09 05:39:02.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65562024-08-09T05:39:04.998Z[ recovery-image] Aug 09 05:39:02.980 INFO O| Aug 09 05:39:02.980 INFO STEP 898 (remove_files) COMPLETE
65572024-08-09T05:39:04.998Z[ recovery-image] Aug 09 05:39:02.980 INFO O| Aug 09 05:39:02.980 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-08-09T05:39:05.005Z[ recovery-image] Aug 09 05:39:02.990 INFO O| Aug 09 05:39:02.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65592024-08-09T05:39:05.005Z[ recovery-image] Aug 09 05:39:02.990 INFO O| Aug 09 05:39:02.990 INFO STEP 899 (remove_files) COMPLETE
65602024-08-09T05:39:05.008Z[ recovery-image] Aug 09 05:39:02.990 INFO O| Aug 09 05:39:02.990 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-09T05:39:05.015Z[ recovery-image] Aug 09 05:39:03.000 INFO O| Aug 09 05:39:03.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65622024-08-09T05:39:05.018Z[ recovery-image] Aug 09 05:39:03.000 INFO O| Aug 09 05:39:03.000 INFO STEP 900 (remove_files) COMPLETE
65632024-08-09T05:39:05.018Z[ recovery-image] Aug 09 05:39:03.000 INFO O| Aug 09 05:39:03.000 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-09T05:39:05.026Z[ recovery-image] Aug 09 05:39:03.012 INFO O| Aug 09 05:39:03.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65652024-08-09T05:39:05.026Z[ recovery-image] Aug 09 05:39:03.012 INFO O| Aug 09 05:39:03.012 INFO STEP 901 (remove_files) COMPLETE
65662024-08-09T05:39:05.029Z[ recovery-image] Aug 09 05:39:03.012 INFO O| Aug 09 05:39:03.012 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-09T05:39:05.037Z[ recovery-image] Aug 09 05:39:03.022 INFO O| Aug 09 05:39:03.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65682024-08-09T05:39:05.037Z[ recovery-image] Aug 09 05:39:03.022 INFO O| Aug 09 05:39:03.022 INFO STEP 902 (remove_files) COMPLETE
65692024-08-09T05:39:05.039Z[ recovery-image] Aug 09 05:39:03.022 INFO O| Aug 09 05:39:03.022 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-09T05:39:05.047Z[ recovery-image] Aug 09 05:39:03.032 INFO O| Aug 09 05:39:03.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65712024-08-09T05:39:05.047Z[ recovery-image] Aug 09 05:39:03.032 INFO O| Aug 09 05:39:03.032 INFO STEP 903 (remove_files) COMPLETE
65722024-08-09T05:39:05.047Z[ recovery-image] Aug 09 05:39:03.032 INFO O| Aug 09 05:39:03.032 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-09T05:39:05.057Z[ recovery-image] Aug 09 05:39:03.042 INFO O| Aug 09 05:39:03.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65742024-08-09T05:39:05.057Z[ recovery-image] Aug 09 05:39:03.042 INFO O| Aug 09 05:39:03.042 INFO STEP 904 (remove_files) COMPLETE
65752024-08-09T05:39:05.060Z[ recovery-image] Aug 09 05:39:03.043 INFO O| Aug 09 05:39:03.042 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-09T05:39:05.067Z[ recovery-image] Aug 09 05:39:03.052 INFO O| Aug 09 05:39:03.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65772024-08-09T05:39:05.067Z[ recovery-image] Aug 09 05:39:03.052 INFO O| Aug 09 05:39:03.052 INFO STEP 905 (remove_files) COMPLETE
65782024-08-09T05:39:05.067Z[ recovery-image] Aug 09 05:39:03.052 INFO O| Aug 09 05:39:03.052 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-09T05:39:05.077Z[ recovery-image] Aug 09 05:39:03.062 INFO O| Aug 09 05:39:03.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65802024-08-09T05:39:05.077Z[ recovery-image] Aug 09 05:39:03.062 INFO O| Aug 09 05:39:03.062 INFO STEP 906 (remove_files) COMPLETE
65812024-08-09T05:39:05.079Z[ recovery-image] Aug 09 05:39:03.062 INFO O| Aug 09 05:39:03.062 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-09T05:39:05.086Z[ recovery-image] Aug 09 05:39:03.072 INFO O| Aug 09 05:39:03.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65832024-08-09T05:39:05.086Z[ recovery-image] Aug 09 05:39:03.072 INFO O| Aug 09 05:39:03.072 INFO STEP 907 (remove_files) COMPLETE
65842024-08-09T05:39:05.089Z[ recovery-image] Aug 09 05:39:03.072 INFO O| Aug 09 05:39:03.072 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-09T05:39:05.097Z[ recovery-image] Aug 09 05:39:03.082 INFO O| Aug 09 05:39:03.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65862024-08-09T05:39:05.097Z[ recovery-image] Aug 09 05:39:03.082 INFO O| Aug 09 05:39:03.082 INFO STEP 908 (remove_files) COMPLETE
65872024-08-09T05:39:05.099Z[ recovery-image] Aug 09 05:39:03.082 INFO O| Aug 09 05:39:03.082 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-09T05:39:05.107Z[ recovery-image] Aug 09 05:39:03.092 INFO O| Aug 09 05:39:03.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65892024-08-09T05:39:05.109Z[ recovery-image] Aug 09 05:39:03.093 INFO O| Aug 09 05:39:03.093 INFO STEP 909 (remove_files) COMPLETE
65902024-08-09T05:39:05.109Z[ recovery-image] Aug 09 05:39:03.093 INFO O| Aug 09 05:39:03.093 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-09T05:39:05.117Z[ recovery-image] Aug 09 05:39:03.103 INFO O| Aug 09 05:39:03.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65922024-08-09T05:39:05.120Z[ recovery-image] Aug 09 05:39:03.103 INFO O| Aug 09 05:39:03.103 INFO STEP 910 (remove_files) COMPLETE
65932024-08-09T05:39:05.120Z[ recovery-image] Aug 09 05:39:03.103 INFO O| Aug 09 05:39:03.103 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-09T05:39:05.127Z[ recovery-image] Aug 09 05:39:03.113 INFO O| Aug 09 05:39:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
65952024-08-09T05:39:05.130Z[ recovery-image] Aug 09 05:39:03.113 INFO O| Aug 09 05:39:03.113 INFO STEP 911 (remove_files) COMPLETE
65962024-08-09T05:39:05.130Z[ recovery-image] Aug 09 05:39:03.113 INFO O| Aug 09 05:39:03.113 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-09T05:39:05.138Z[ recovery-image] Aug 09 05:39:03.123 INFO O| Aug 09 05:39:03.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
65982024-08-09T05:39:05.138Z[ recovery-image] Aug 09 05:39:03.123 INFO O| Aug 09 05:39:03.123 INFO STEP 912 (remove_files) COMPLETE
65992024-08-09T05:39:05.140Z[ recovery-image] Aug 09 05:39:03.123 INFO O| Aug 09 05:39:03.123 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-09T05:39:05.160Z[ recovery-image] Aug 09 05:39:03.143 INFO O| Aug 09 05:39:03.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66012024-08-09T05:39:05.160Z[ recovery-image] Aug 09 05:39:03.143 INFO O| Aug 09 05:39:03.142 INFO STEP 913 (remove_files) COMPLETE
66022024-08-09T05:39:05.160Z[ recovery-image] Aug 09 05:39:03.143 INFO O| Aug 09 05:39:03.142 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-09T05:39:05.177Z[ recovery-image] Aug 09 05:39:03.162 INFO O| Aug 09 05:39:03.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66042024-08-09T05:39:05.179Z[ recovery-image] Aug 09 05:39:03.162 INFO O| Aug 09 05:39:03.162 INFO STEP 914 (remove_files) COMPLETE
66052024-08-09T05:39:05.179Z[ recovery-image] Aug 09 05:39:03.162 INFO O| Aug 09 05:39:03.162 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-09T05:39:05.190Z[ recovery-image] Aug 09 05:39:03.175 INFO O| Aug 09 05:39:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66072024-08-09T05:39:05.190Z[ recovery-image] Aug 09 05:39:03.175 INFO O| Aug 09 05:39:03.175 INFO STEP 915 (remove_files) COMPLETE
66082024-08-09T05:39:05.190Z[ recovery-image] Aug 09 05:39:03.175 INFO O| Aug 09 05:39:03.175 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-09T05:39:05.202Z[ recovery-image] Aug 09 05:39:03.187 INFO O| Aug 09 05:39:03.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66102024-08-09T05:39:05.204Z[ recovery-image] Aug 09 05:39:03.187 INFO O| Aug 09 05:39:03.187 INFO STEP 916 (remove_files) COMPLETE
66112024-08-09T05:39:05.204Z[ recovery-image] Aug 09 05:39:03.187 INFO O| Aug 09 05:39:03.187 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-09T05:39:05.215Z[ recovery-image] Aug 09 05:39:03.200 INFO O| Aug 09 05:39:03.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66132024-08-09T05:39:05.218Z[ recovery-image] Aug 09 05:39:03.200 INFO O| Aug 09 05:39:03.200 INFO STEP 917 (remove_files) COMPLETE
66142024-08-09T05:39:05.218Z[ recovery-image] Aug 09 05:39:03.200 INFO O| Aug 09 05:39:03.200 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-09T05:39:05.226Z[ recovery-image] Aug 09 05:39:03.212 INFO O| Aug 09 05:39:03.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66162024-08-09T05:39:05.226Z[ recovery-image] Aug 09 05:39:03.212 INFO O| Aug 09 05:39:03.212 INFO STEP 918 (remove_files) COMPLETE
66172024-08-09T05:39:05.229Z[ recovery-image] Aug 09 05:39:03.212 INFO O| Aug 09 05:39:03.212 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-09T05:39:05.236Z[ recovery-image] Aug 09 05:39:03.222 INFO O| Aug 09 05:39:03.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66192024-08-09T05:39:05.239Z[ recovery-image] Aug 09 05:39:03.222 INFO O| Aug 09 05:39:03.222 INFO STEP 919 (remove_files) COMPLETE
66202024-08-09T05:39:05.239Z[ recovery-image] Aug 09 05:39:03.222 INFO O| Aug 09 05:39:03.222 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-08-09T05:39:05.247Z[ recovery-image] Aug 09 05:39:03.233 INFO O| Aug 09 05:39:03.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66222024-08-09T05:39:05.250Z[ recovery-image] Aug 09 05:39:03.233 INFO O| Aug 09 05:39:03.233 INFO STEP 920 (remove_files) COMPLETE
66232024-08-09T05:39:05.250Z[ recovery-image] Aug 09 05:39:03.233 INFO O| Aug 09 05:39:03.233 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-08-09T05:39:05.257Z[ recovery-image] Aug 09 05:39:03.243 INFO O| Aug 09 05:39:03.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66252024-08-09T05:39:05.260Z[ recovery-image] Aug 09 05:39:03.243 INFO O| Aug 09 05:39:03.243 INFO STEP 921 (remove_files) COMPLETE
66262024-08-09T05:39:05.260Z[ recovery-image] Aug 09 05:39:03.243 INFO O| Aug 09 05:39:03.243 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-08-09T05:39:05.268Z[ recovery-image] Aug 09 05:39:03.253 INFO O| Aug 09 05:39:03.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66282024-08-09T05:39:05.268Z[ recovery-image] Aug 09 05:39:03.253 INFO O| Aug 09 05:39:03.253 INFO STEP 922 (remove_files) COMPLETE
66292024-08-09T05:39:05.270Z[ recovery-image] Aug 09 05:39:03.253 INFO O| Aug 09 05:39:03.253 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-08-09T05:39:05.277Z[ recovery-image] Aug 09 05:39:03.263 INFO O| Aug 09 05:39:03.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66312024-08-09T05:39:05.280Z[ recovery-image] Aug 09 05:39:03.263 INFO O| Aug 09 05:39:03.263 INFO STEP 923 (remove_files) COMPLETE
66322024-08-09T05:39:05.280Z[ recovery-image] Aug 09 05:39:03.263 INFO O| Aug 09 05:39:03.263 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-08-09T05:39:05.288Z[ recovery-image] Aug 09 05:39:03.274 INFO O| Aug 09 05:39:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66342024-08-09T05:39:05.291Z[ recovery-image] Aug 09 05:39:03.274 INFO O| Aug 09 05:39:03.274 INFO STEP 924 (remove_files) COMPLETE
66352024-08-09T05:39:05.291Z[ recovery-image] Aug 09 05:39:03.274 INFO O| Aug 09 05:39:03.274 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-08-09T05:39:05.298Z[ recovery-image] Aug 09 05:39:03.283 INFO O| Aug 09 05:39:03.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66372024-08-09T05:39:05.298Z[ recovery-image] Aug 09 05:39:03.283 INFO O| Aug 09 05:39:03.283 INFO STEP 925 (remove_files) COMPLETE
66382024-08-09T05:39:05.298Z[ recovery-image] Aug 09 05:39:03.283 INFO O| Aug 09 05:39:03.283 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-08-09T05:39:05.308Z[ recovery-image] Aug 09 05:39:03.293 INFO O| Aug 09 05:39:03.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66402024-08-09T05:39:05.308Z[ recovery-image] Aug 09 05:39:03.293 INFO O| Aug 09 05:39:03.293 INFO STEP 926 (remove_files) COMPLETE
66412024-08-09T05:39:05.310Z[ recovery-image] Aug 09 05:39:03.293 INFO O| Aug 09 05:39:03.293 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-09T05:39:05.317Z[ recovery-image] Aug 09 05:39:03.302 INFO O| Aug 09 05:39:03.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66432024-08-09T05:39:05.317Z[ recovery-image] Aug 09 05:39:03.303 INFO O| Aug 09 05:39:03.303 INFO STEP 927 (remove_files) COMPLETE
66442024-08-09T05:39:05.320Z[ recovery-image] Aug 09 05:39:03.303 INFO O| Aug 09 05:39:03.303 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-09T05:39:05.327Z[ recovery-image] Aug 09 05:39:03.312 INFO O| Aug 09 05:39:03.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66462024-08-09T05:39:05.327Z[ recovery-image] Aug 09 05:39:03.312 INFO O| Aug 09 05:39:03.312 INFO STEP 928 (remove_files) COMPLETE
66472024-08-09T05:39:05.330Z[ recovery-image] Aug 09 05:39:03.312 INFO O| Aug 09 05:39:03.312 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-09T05:39:05.336Z[ recovery-image] Aug 09 05:39:03.322 INFO O| Aug 09 05:39:03.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66492024-08-09T05:39:05.339Z[ recovery-image] Aug 09 05:39:03.322 INFO O| Aug 09 05:39:03.322 INFO STEP 929 (remove_files) COMPLETE
66502024-08-09T05:39:05.339Z[ recovery-image] Aug 09 05:39:03.322 INFO O| Aug 09 05:39:03.322 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-09T05:39:05.346Z[ recovery-image] Aug 09 05:39:03.331 INFO O| Aug 09 05:39:03.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66522024-08-09T05:39:05.349Z[ recovery-image] Aug 09 05:39:03.331 INFO O| Aug 09 05:39:03.331 INFO STEP 930 (remove_files) COMPLETE
66532024-08-09T05:39:05.349Z[ recovery-image] Aug 09 05:39:03.331 INFO O| Aug 09 05:39:03.331 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-09T05:39:05.357Z[ recovery-image] Aug 09 05:39:03.343 INFO O| Aug 09 05:39:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66552024-08-09T05:39:05.357Z[ recovery-image] Aug 09 05:39:03.343 INFO O| Aug 09 05:39:03.343 INFO STEP 931 (remove_files) COMPLETE
66562024-08-09T05:39:05.358Z[ recovery-image] Aug 09 05:39:03.343 INFO O| Aug 09 05:39:03.343 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-09T05:39:05.369Z[ recovery-image] Aug 09 05:39:03.354 INFO O| Aug 09 05:39:03.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66582024-08-09T05:39:05.369Z[ recovery-image] Aug 09 05:39:03.354 INFO O| Aug 09 05:39:03.354 INFO STEP 932 (remove_files) COMPLETE
66592024-08-09T05:39:05.372Z[ recovery-image] Aug 09 05:39:03.354 INFO O| Aug 09 05:39:03.354 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-09T05:39:05.380Z[ recovery-image] Aug 09 05:39:03.365 INFO O| Aug 09 05:39:03.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66612024-08-09T05:39:05.380Z[ recovery-image] Aug 09 05:39:03.365 INFO O| Aug 09 05:39:03.365 INFO STEP 933 (remove_files) COMPLETE
66622024-08-09T05:39:05.383Z[ recovery-image] Aug 09 05:39:03.365 INFO O| Aug 09 05:39:03.365 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-09T05:39:05.392Z[ recovery-image] Aug 09 05:39:03.377 INFO O| Aug 09 05:39:03.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66642024-08-09T05:39:05.392Z[ recovery-image] Aug 09 05:39:03.377 INFO O| Aug 09 05:39:03.377 INFO STEP 934 (remove_files) COMPLETE
66652024-08-09T05:39:05.392Z[ recovery-image] Aug 09 05:39:03.377 INFO O| Aug 09 05:39:03.377 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-09T05:39:05.403Z[ recovery-image] Aug 09 05:39:03.388 INFO O| Aug 09 05:39:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66672024-08-09T05:39:05.403Z[ recovery-image] Aug 09 05:39:03.388 INFO O| Aug 09 05:39:03.388 INFO STEP 935 (remove_files) COMPLETE
66682024-08-09T05:39:05.403Z[ recovery-image] Aug 09 05:39:03.388 INFO O| Aug 09 05:39:03.388 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-09T05:39:05.414Z[ recovery-image] Aug 09 05:39:03.399 INFO O| Aug 09 05:39:03.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66702024-08-09T05:39:05.414Z[ recovery-image] Aug 09 05:39:03.399 INFO O| Aug 09 05:39:03.399 INFO STEP 936 (remove_files) COMPLETE
66712024-08-09T05:39:05.417Z[ recovery-image] Aug 09 05:39:03.399 INFO O| Aug 09 05:39:03.399 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-09T05:39:05.424Z[ recovery-image] Aug 09 05:39:03.410 INFO O| Aug 09 05:39:03.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66732024-08-09T05:39:05.427Z[ recovery-image] Aug 09 05:39:03.410 INFO O| Aug 09 05:39:03.410 INFO STEP 937 (remove_files) COMPLETE
66742024-08-09T05:39:05.427Z[ recovery-image] Aug 09 05:39:03.410 INFO O| Aug 09 05:39:03.410 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-09T05:39:05.434Z[ recovery-image] Aug 09 05:39:03.420 INFO O| Aug 09 05:39:03.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66762024-08-09T05:39:05.434Z[ recovery-image] Aug 09 05:39:03.420 INFO O| Aug 09 05:39:03.420 INFO STEP 938 (remove_files) COMPLETE
66772024-08-09T05:39:05.437Z[ recovery-image] Aug 09 05:39:03.420 INFO O| Aug 09 05:39:03.420 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-09T05:39:05.444Z[ recovery-image] Aug 09 05:39:03.430 INFO O| Aug 09 05:39:03.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66792024-08-09T05:39:05.447Z[ recovery-image] Aug 09 05:39:03.430 INFO O| Aug 09 05:39:03.430 INFO STEP 939 (remove_files) COMPLETE
66802024-08-09T05:39:05.447Z[ recovery-image] Aug 09 05:39:03.430 INFO O| Aug 09 05:39:03.430 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-09T05:39:05.454Z[ recovery-image] Aug 09 05:39:03.439 INFO O| Aug 09 05:39:03.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66822024-08-09T05:39:05.454Z[ recovery-image] Aug 09 05:39:03.439 INFO O| Aug 09 05:39:03.439 INFO STEP 940 (remove_files) COMPLETE
66832024-08-09T05:39:05.454Z[ recovery-image] Aug 09 05:39:03.439 INFO O| Aug 09 05:39:03.439 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-09T05:39:05.464Z[ recovery-image] Aug 09 05:39:03.449 INFO O| Aug 09 05:39:03.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66852024-08-09T05:39:05.466Z[ recovery-image] Aug 09 05:39:03.449 INFO O| Aug 09 05:39:03.449 INFO STEP 941 (remove_files) COMPLETE
66862024-08-09T05:39:05.466Z[ recovery-image] Aug 09 05:39:03.449 INFO O| Aug 09 05:39:03.449 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-09T05:39:05.473Z[ recovery-image] Aug 09 05:39:03.459 INFO O| Aug 09 05:39:03.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66882024-08-09T05:39:05.473Z[ recovery-image] Aug 09 05:39:03.459 INFO O| Aug 09 05:39:03.459 INFO STEP 942 (remove_files) COMPLETE
66892024-08-09T05:39:05.473Z[ recovery-image] Aug 09 05:39:03.459 INFO O| Aug 09 05:39:03.459 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-08-09T05:39:05.483Z[ recovery-image] Aug 09 05:39:03.469 INFO O| Aug 09 05:39:03.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66912024-08-09T05:39:05.486Z[ recovery-image] Aug 09 05:39:03.469 INFO O| Aug 09 05:39:03.469 INFO STEP 943 (remove_files) COMPLETE
66922024-08-09T05:39:05.486Z[ recovery-image] Aug 09 05:39:03.469 INFO O| Aug 09 05:39:03.469 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-08-09T05:39:05.493Z[ recovery-image] Aug 09 05:39:03.478 INFO O| Aug 09 05:39:03.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
66942024-08-09T05:39:05.493Z[ recovery-image] Aug 09 05:39:03.479 INFO O| Aug 09 05:39:03.479 INFO STEP 944 (remove_files) COMPLETE
66952024-08-09T05:39:05.493Z[ recovery-image] Aug 09 05:39:03.479 INFO O| Aug 09 05:39:03.479 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-08-09T05:39:05.503Z[ recovery-image] Aug 09 05:39:03.488 INFO O| Aug 09 05:39:03.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
66972024-08-09T05:39:05.503Z[ recovery-image] Aug 09 05:39:03.488 INFO O| Aug 09 05:39:03.488 INFO STEP 945 (remove_files) COMPLETE
66982024-08-09T05:39:05.503Z[ recovery-image] Aug 09 05:39:03.488 INFO O| Aug 09 05:39:03.488 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-08-09T05:39:05.512Z[ recovery-image] Aug 09 05:39:03.498 INFO O| Aug 09 05:39:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67002024-08-09T05:39:05.512Z[ recovery-image] Aug 09 05:39:03.498 INFO O| Aug 09 05:39:03.498 INFO STEP 946 (remove_files) COMPLETE
67012024-08-09T05:39:05.521Z[ recovery-image] Aug 09 05:39:03.498 INFO O| Aug 09 05:39:03.498 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-08-09T05:39:05.529Z[ recovery-image] Aug 09 05:39:03.507 INFO O| Aug 09 05:39:03.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67032024-08-09T05:39:05.529Z[ recovery-image] Aug 09 05:39:03.507 INFO O| Aug 09 05:39:03.507 INFO STEP 947 (remove_files) COMPLETE
67042024-08-09T05:39:05.529Z[ recovery-image] Aug 09 05:39:03.507 INFO O| Aug 09 05:39:03.507 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-08-09T05:39:05.534Z[ recovery-image] Aug 09 05:39:03.517 INFO O| Aug 09 05:39:03.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67062024-08-09T05:39:05.534Z[ recovery-image] Aug 09 05:39:03.517 INFO O| Aug 09 05:39:03.517 INFO STEP 948 (remove_files) COMPLETE
67072024-08-09T05:39:05.534Z[ recovery-image] Aug 09 05:39:03.517 INFO O| Aug 09 05:39:03.517 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-08-09T05:39:05.541Z[ recovery-image] Aug 09 05:39:03.526 INFO O| Aug 09 05:39:03.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67092024-08-09T05:39:05.541Z[ recovery-image] Aug 09 05:39:03.526 INFO O| Aug 09 05:39:03.526 INFO STEP 949 (remove_files) COMPLETE
67102024-08-09T05:39:05.544Z[ recovery-image] Aug 09 05:39:03.526 INFO O| Aug 09 05:39:03.526 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-08-09T05:39:05.550Z[ recovery-image] Aug 09 05:39:03.536 INFO O| Aug 09 05:39:03.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67122024-08-09T05:39:05.550Z[ recovery-image] Aug 09 05:39:03.536 INFO O| Aug 09 05:39:03.536 INFO STEP 950 (remove_files) COMPLETE
67132024-08-09T05:39:05.553Z[ recovery-image] Aug 09 05:39:03.536 INFO O| Aug 09 05:39:03.536 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-08-09T05:39:05.560Z[ recovery-image] Aug 09 05:39:03.545 INFO O| Aug 09 05:39:03.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67152024-08-09T05:39:05.560Z[ recovery-image] Aug 09 05:39:03.546 INFO O| Aug 09 05:39:03.545 INFO STEP 951 (remove_files) COMPLETE
67162024-08-09T05:39:05.560Z[ recovery-image] Aug 09 05:39:03.546 INFO O| Aug 09 05:39:03.546 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-08-09T05:39:05.570Z[ recovery-image] Aug 09 05:39:03.555 INFO O| Aug 09 05:39:03.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67182024-08-09T05:39:05.570Z[ recovery-image] Aug 09 05:39:03.555 INFO O| Aug 09 05:39:03.555 INFO STEP 952 (remove_files) COMPLETE
67192024-08-09T05:39:05.572Z[ recovery-image] Aug 09 05:39:03.555 INFO O| Aug 09 05:39:03.555 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-08-09T05:39:05.579Z[ recovery-image] Aug 09 05:39:03.565 INFO O| Aug 09 05:39:03.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67212024-08-09T05:39:05.579Z[ recovery-image] Aug 09 05:39:03.565 INFO O| Aug 09 05:39:03.565 INFO STEP 953 (remove_files) COMPLETE
67222024-08-09T05:39:05.582Z[ recovery-image] Aug 09 05:39:03.565 INFO O| Aug 09 05:39:03.565 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-08-09T05:39:05.589Z[ recovery-image] Aug 09 05:39:03.574 INFO O| Aug 09 05:39:03.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67242024-08-09T05:39:05.589Z[ recovery-image] Aug 09 05:39:03.574 INFO O| Aug 09 05:39:03.574 INFO STEP 954 (remove_files) COMPLETE
67252024-08-09T05:39:05.589Z[ recovery-image] Aug 09 05:39:03.574 INFO O| Aug 09 05:39:03.574 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-08-09T05:39:05.598Z[ recovery-image] Aug 09 05:39:03.584 INFO O| Aug 09 05:39:03.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67272024-08-09T05:39:05.598Z[ recovery-image] Aug 09 05:39:03.584 INFO O| Aug 09 05:39:03.584 INFO STEP 955 (remove_files) COMPLETE
67282024-08-09T05:39:05.601Z[ recovery-image] Aug 09 05:39:03.584 INFO O| Aug 09 05:39:03.584 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-08-09T05:39:05.608Z[ recovery-image] Aug 09 05:39:03.593 INFO O| Aug 09 05:39:03.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67302024-08-09T05:39:05.610Z[ recovery-image] Aug 09 05:39:03.593 INFO O| Aug 09 05:39:03.593 INFO STEP 956 (remove_files) COMPLETE
67312024-08-09T05:39:05.610Z[ recovery-image] Aug 09 05:39:03.593 INFO O| Aug 09 05:39:03.593 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-08-09T05:39:05.617Z[ recovery-image] Aug 09 05:39:03.603 INFO O| Aug 09 05:39:03.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67332024-08-09T05:39:05.620Z[ recovery-image] Aug 09 05:39:03.603 INFO O| Aug 09 05:39:03.603 INFO STEP 957 (remove_files) COMPLETE
67342024-08-09T05:39:05.620Z[ recovery-image] Aug 09 05:39:03.603 INFO O| Aug 09 05:39:03.603 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-08-09T05:39:05.627Z[ recovery-image] Aug 09 05:39:03.613 INFO O| Aug 09 05:39:03.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67362024-08-09T05:39:05.627Z[ recovery-image] Aug 09 05:39:03.613 INFO O| Aug 09 05:39:03.613 INFO STEP 958 (remove_files) COMPLETE
67372024-08-09T05:39:05.627Z[ recovery-image] Aug 09 05:39:03.613 INFO O| Aug 09 05:39:03.613 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-08-09T05:39:05.639Z[ recovery-image] Aug 09 05:39:03.624 INFO O| Aug 09 05:39:03.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67392024-08-09T05:39:05.639Z[ recovery-image] Aug 09 05:39:03.624 INFO O| Aug 09 05:39:03.624 INFO STEP 959 (remove_files) COMPLETE
67402024-08-09T05:39:05.639Z[ recovery-image] Aug 09 05:39:03.624 INFO O| Aug 09 05:39:03.624 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-08-09T05:39:05.649Z[ recovery-image] Aug 09 05:39:03.634 INFO O| Aug 09 05:39:03.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67422024-08-09T05:39:05.649Z[ recovery-image] Aug 09 05:39:03.634 INFO O| Aug 09 05:39:03.634 INFO STEP 960 (remove_files) COMPLETE
67432024-08-09T05:39:05.651Z[ recovery-image] Aug 09 05:39:03.634 INFO O| Aug 09 05:39:03.634 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-08-09T05:39:05.659Z[ recovery-image] Aug 09 05:39:03.644 INFO O| Aug 09 05:39:03.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67452024-08-09T05:39:05.659Z[ recovery-image] Aug 09 05:39:03.644 INFO O| Aug 09 05:39:03.644 INFO STEP 961 (remove_files) COMPLETE
67462024-08-09T05:39:05.661Z[ recovery-image] Aug 09 05:39:03.644 INFO O| Aug 09 05:39:03.644 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-08-09T05:39:05.670Z[ recovery-image] Aug 09 05:39:03.655 INFO O| Aug 09 05:39:03.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67482024-08-09T05:39:05.672Z[ recovery-image] Aug 09 05:39:03.655 INFO O| Aug 09 05:39:03.655 INFO STEP 962 (remove_files) COMPLETE
67492024-08-09T05:39:05.672Z[ recovery-image] Aug 09 05:39:03.655 INFO O| Aug 09 05:39:03.655 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-08-09T05:39:05.681Z[ recovery-image] Aug 09 05:39:03.666 INFO O| Aug 09 05:39:03.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67512024-08-09T05:39:05.683Z[ recovery-image] Aug 09 05:39:03.666 INFO O| Aug 09 05:39:03.666 INFO STEP 963 (remove_files) COMPLETE
67522024-08-09T05:39:05.684Z[ recovery-image] Aug 09 05:39:03.666 INFO O| Aug 09 05:39:03.666 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-08-09T05:39:05.692Z[ recovery-image] Aug 09 05:39:03.677 INFO O| Aug 09 05:39:03.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67542024-08-09T05:39:05.692Z[ recovery-image] Aug 09 05:39:03.678 INFO O| Aug 09 05:39:03.678 INFO STEP 964 (remove_files) COMPLETE
67552024-08-09T05:39:05.692Z[ recovery-image] Aug 09 05:39:03.678 INFO O| Aug 09 05:39:03.678 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-08-09T05:39:05.703Z[ recovery-image] Aug 09 05:39:03.688 INFO O| Aug 09 05:39:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67572024-08-09T05:39:05.705Z[ recovery-image] Aug 09 05:39:03.688 INFO O| Aug 09 05:39:03.688 INFO STEP 965 (remove_files) COMPLETE
67582024-08-09T05:39:05.705Z[ recovery-image] Aug 09 05:39:03.688 INFO O| Aug 09 05:39:03.688 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-08-09T05:39:05.713Z[ recovery-image] Aug 09 05:39:03.698 INFO O| Aug 09 05:39:03.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67602024-08-09T05:39:05.716Z[ recovery-image] Aug 09 05:39:03.699 INFO O| Aug 09 05:39:03.699 INFO STEP 966 (remove_files) COMPLETE
67612024-08-09T05:39:05.716Z[ recovery-image] Aug 09 05:39:03.699 INFO O| Aug 09 05:39:03.699 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-08-09T05:39:05.723Z[ recovery-image] Aug 09 05:39:03.708 INFO O| Aug 09 05:39:03.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67632024-08-09T05:39:05.723Z[ recovery-image] Aug 09 05:39:03.709 INFO O| Aug 09 05:39:03.709 INFO STEP 967 (remove_files) COMPLETE
67642024-08-09T05:39:05.723Z[ recovery-image] Aug 09 05:39:03.709 INFO O| Aug 09 05:39:03.709 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-08-09T05:39:05.733Z[ recovery-image] Aug 09 05:39:03.718 INFO O| Aug 09 05:39:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67662024-08-09T05:39:05.733Z[ recovery-image] Aug 09 05:39:03.718 INFO O| Aug 09 05:39:03.718 INFO STEP 968 (remove_files) COMPLETE
67672024-08-09T05:39:05.736Z[ recovery-image] Aug 09 05:39:03.718 INFO O| Aug 09 05:39:03.718 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-08-09T05:39:05.743Z[ recovery-image] Aug 09 05:39:03.728 INFO O| Aug 09 05:39:03.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67692024-08-09T05:39:05.745Z[ recovery-image] Aug 09 05:39:03.728 INFO O| Aug 09 05:39:03.728 INFO STEP 969 (remove_files) COMPLETE
67702024-08-09T05:39:05.745Z[ recovery-image] Aug 09 05:39:03.728 INFO O| Aug 09 05:39:03.728 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-08-09T05:39:05.753Z[ recovery-image] Aug 09 05:39:03.738 INFO O| Aug 09 05:39:03.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67722024-08-09T05:39:05.753Z[ recovery-image] Aug 09 05:39:03.738 INFO O| Aug 09 05:39:03.738 INFO STEP 970 (remove_files) COMPLETE
67732024-08-09T05:39:05.755Z[ recovery-image] Aug 09 05:39:03.738 INFO O| Aug 09 05:39:03.738 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-08-09T05:39:05.762Z[ recovery-image] Aug 09 05:39:03.747 INFO O| Aug 09 05:39:03.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67752024-08-09T05:39:05.764Z[ recovery-image] Aug 09 05:39:03.747 INFO O| Aug 09 05:39:03.747 INFO STEP 971 (remove_files) COMPLETE
67762024-08-09T05:39:05.764Z[ recovery-image] Aug 09 05:39:03.747 INFO O| Aug 09 05:39:03.747 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-08-09T05:39:05.772Z[ recovery-image] Aug 09 05:39:03.757 INFO O| Aug 09 05:39:03.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67782024-08-09T05:39:05.772Z[ recovery-image] Aug 09 05:39:03.757 INFO O| Aug 09 05:39:03.757 INFO STEP 972 (remove_files) COMPLETE
67792024-08-09T05:39:05.774Z[ recovery-image] Aug 09 05:39:03.757 INFO O| Aug 09 05:39:03.757 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-08-09T05:39:05.781Z[ recovery-image] Aug 09 05:39:03.766 INFO O| Aug 09 05:39:03.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67812024-08-09T05:39:05.783Z[ recovery-image] Aug 09 05:39:03.766 INFO O| Aug 09 05:39:03.766 INFO STEP 973 (remove_files) COMPLETE
67822024-08-09T05:39:05.783Z[ recovery-image] Aug 09 05:39:03.766 INFO O| Aug 09 05:39:03.766 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-08-09T05:39:05.790Z[ recovery-image] Aug 09 05:39:03.776 INFO O| Aug 09 05:39:03.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67842024-08-09T05:39:05.793Z[ recovery-image] Aug 09 05:39:03.776 INFO O| Aug 09 05:39:03.776 INFO STEP 974 (remove_files) COMPLETE
67852024-08-09T05:39:05.793Z[ recovery-image] Aug 09 05:39:03.776 INFO O| Aug 09 05:39:03.776 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-08-09T05:39:05.800Z[ recovery-image] Aug 09 05:39:03.785 INFO O| Aug 09 05:39:03.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67872024-08-09T05:39:05.803Z[ recovery-image] Aug 09 05:39:03.785 INFO O| Aug 09 05:39:03.785 INFO STEP 975 (remove_files) COMPLETE
67882024-08-09T05:39:05.803Z[ recovery-image] Aug 09 05:39:03.785 INFO O| Aug 09 05:39:03.785 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-08-09T05:39:05.809Z[ recovery-image] Aug 09 05:39:03.795 INFO O| Aug 09 05:39:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67902024-08-09T05:39:05.810Z[ recovery-image] Aug 09 05:39:03.795 INFO O| Aug 09 05:39:03.795 INFO STEP 976 (remove_files) COMPLETE
67912024-08-09T05:39:05.812Z[ recovery-image] Aug 09 05:39:03.795 INFO O| Aug 09 05:39:03.795 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-08-09T05:39:05.819Z[ recovery-image] Aug 09 05:39:03.804 INFO O| Aug 09 05:39:03.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67932024-08-09T05:39:05.822Z[ recovery-image] Aug 09 05:39:03.804 INFO O| Aug 09 05:39:03.804 INFO STEP 977 (remove_files) COMPLETE
67942024-08-09T05:39:05.822Z[ recovery-image] Aug 09 05:39:03.804 INFO O| Aug 09 05:39:03.804 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-08-09T05:39:05.828Z[ recovery-image] Aug 09 05:39:03.814 INFO O| Aug 09 05:39:03.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
67962024-08-09T05:39:05.831Z[ recovery-image] Aug 09 05:39:03.814 INFO O| Aug 09 05:39:03.814 INFO STEP 978 (remove_files) COMPLETE
67972024-08-09T05:39:05.831Z[ recovery-image] Aug 09 05:39:03.814 INFO O| Aug 09 05:39:03.814 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-08-09T05:39:05.838Z[ recovery-image] Aug 09 05:39:03.823 INFO O| Aug 09 05:39:03.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
67992024-08-09T05:39:05.840Z[ recovery-image] Aug 09 05:39:03.823 INFO O| Aug 09 05:39:03.823 INFO STEP 979 (remove_files) COMPLETE
68002024-08-09T05:39:05.840Z[ recovery-image] Aug 09 05:39:03.823 INFO O| Aug 09 05:39:03.823 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-08-09T05:39:05.848Z[ recovery-image] Aug 09 05:39:03.833 INFO O| Aug 09 05:39:03.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68022024-08-09T05:39:05.850Z[ recovery-image] Aug 09 05:39:03.833 INFO O| Aug 09 05:39:03.833 INFO STEP 980 (remove_files) COMPLETE
68032024-08-09T05:39:05.850Z[ recovery-image] Aug 09 05:39:03.833 INFO O| Aug 09 05:39:03.833 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-08-09T05:39:05.857Z[ recovery-image] Aug 09 05:39:03.842 INFO O| Aug 09 05:39:03.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68052024-08-09T05:39:05.860Z[ recovery-image] Aug 09 05:39:03.843 INFO O| Aug 09 05:39:03.842 INFO STEP 981 (remove_files) COMPLETE
68062024-08-09T05:39:05.860Z[ recovery-image] Aug 09 05:39:03.843 INFO O| Aug 09 05:39:03.842 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-08-09T05:39:05.867Z[ recovery-image] Aug 09 05:39:03.852 INFO O| Aug 09 05:39:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68082024-08-09T05:39:05.870Z[ recovery-image] Aug 09 05:39:03.852 INFO O| Aug 09 05:39:03.852 INFO STEP 982 (remove_files) COMPLETE
68092024-08-09T05:39:05.870Z[ recovery-image] Aug 09 05:39:03.852 INFO O| Aug 09 05:39:03.852 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-08-09T05:39:05.876Z[ recovery-image] Aug 09 05:39:03.861 INFO O| Aug 09 05:39:03.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68112024-08-09T05:39:05.879Z[ recovery-image] Aug 09 05:39:03.861 INFO O| Aug 09 05:39:03.861 INFO STEP 983 (remove_files) COMPLETE
68122024-08-09T05:39:05.879Z[ recovery-image] Aug 09 05:39:03.861 INFO O| Aug 09 05:39:03.861 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-08-09T05:39:05.886Z[ recovery-image] Aug 09 05:39:03.871 INFO O| Aug 09 05:39:03.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68142024-08-09T05:39:05.888Z[ recovery-image] Aug 09 05:39:03.871 INFO O| Aug 09 05:39:03.871 INFO STEP 984 (remove_files) COMPLETE
68152024-08-09T05:39:05.888Z[ recovery-image] Aug 09 05:39:03.871 INFO O| Aug 09 05:39:03.871 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-08-09T05:39:05.895Z[ recovery-image] Aug 09 05:39:03.880 INFO O| Aug 09 05:39:03.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68172024-08-09T05:39:05.898Z[ recovery-image] Aug 09 05:39:03.881 INFO O| Aug 09 05:39:03.881 INFO STEP 985 (remove_files) COMPLETE
68182024-08-09T05:39:05.898Z[ recovery-image] Aug 09 05:39:03.881 INFO O| Aug 09 05:39:03.881 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-08-09T05:39:05.905Z[ recovery-image] Aug 09 05:39:03.890 INFO O| Aug 09 05:39:03.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68202024-08-09T05:39:05.908Z[ recovery-image] Aug 09 05:39:03.890 INFO O| Aug 09 05:39:03.890 INFO STEP 986 (remove_files) COMPLETE
68212024-08-09T05:39:05.908Z[ recovery-image] Aug 09 05:39:03.890 INFO O| Aug 09 05:39:03.890 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-08-09T05:39:05.914Z[ recovery-image] Aug 09 05:39:03.900 INFO O| Aug 09 05:39:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68232024-08-09T05:39:05.914Z[ recovery-image] Aug 09 05:39:03.900 INFO O| Aug 09 05:39:03.900 INFO STEP 987 (remove_files) COMPLETE
68242024-08-09T05:39:05.917Z[ recovery-image] Aug 09 05:39:03.900 INFO O| Aug 09 05:39:03.900 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-08-09T05:39:05.924Z[ recovery-image] Aug 09 05:39:03.910 INFO O| Aug 09 05:39:03.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68262024-08-09T05:39:05.924Z[ recovery-image] Aug 09 05:39:03.910 INFO O| Aug 09 05:39:03.910 INFO STEP 988 (remove_files) COMPLETE
68272024-08-09T05:39:05.924Z[ recovery-image] Aug 09 05:39:03.910 INFO O| Aug 09 05:39:03.910 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-08-09T05:39:05.935Z[ recovery-image] Aug 09 05:39:03.919 INFO O| Aug 09 05:39:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68292024-08-09T05:39:05.937Z[ recovery-image] Aug 09 05:39:03.919 INFO O| Aug 09 05:39:03.919 INFO STEP 989 (remove_files) COMPLETE
68302024-08-09T05:39:05.937Z[ recovery-image] Aug 09 05:39:03.919 INFO O| Aug 09 05:39:03.919 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-08-09T05:39:05.943Z[ recovery-image] Aug 09 05:39:03.929 INFO O| Aug 09 05:39:03.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68322024-08-09T05:39:05.943Z[ recovery-image] Aug 09 05:39:03.929 INFO O| Aug 09 05:39:03.929 INFO STEP 990 (remove_files) COMPLETE
68332024-08-09T05:39:05.943Z[ recovery-image] Aug 09 05:39:03.929 INFO O| Aug 09 05:39:03.929 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-08-09T05:39:05.955Z[ recovery-image] Aug 09 05:39:03.940 INFO O| Aug 09 05:39:03.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68352024-08-09T05:39:05.955Z[ recovery-image] Aug 09 05:39:03.940 INFO O| Aug 09 05:39:03.940 INFO STEP 991 (remove_files) COMPLETE
68362024-08-09T05:39:05.955Z[ recovery-image] Aug 09 05:39:03.940 INFO O| Aug 09 05:39:03.940 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-08-09T05:39:05.965Z[ recovery-image] Aug 09 05:39:03.950 INFO O| Aug 09 05:39:03.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68382024-08-09T05:39:05.965Z[ recovery-image] Aug 09 05:39:03.950 INFO O| Aug 09 05:39:03.950 INFO STEP 992 (remove_files) COMPLETE
68392024-08-09T05:39:05.965Z[ recovery-image] Aug 09 05:39:03.950 INFO O| Aug 09 05:39:03.950 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-08-09T05:39:05.976Z[ recovery-image] Aug 09 05:39:03.961 INFO O| Aug 09 05:39:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68412024-08-09T05:39:05.978Z[ recovery-image] Aug 09 05:39:03.961 INFO O| Aug 09 05:39:03.961 INFO STEP 993 (remove_files) COMPLETE
68422024-08-09T05:39:05.978Z[ recovery-image] Aug 09 05:39:03.961 INFO O| Aug 09 05:39:03.961 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-08-09T05:39:05.985Z[ recovery-image] Aug 09 05:39:03.971 INFO O| Aug 09 05:39:03.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68442024-08-09T05:39:05.988Z[ recovery-image] Aug 09 05:39:03.971 INFO O| Aug 09 05:39:03.971 INFO STEP 994 (remove_files) COMPLETE
68452024-08-09T05:39:05.988Z[ recovery-image] Aug 09 05:39:03.971 INFO O| Aug 09 05:39:03.971 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-08-09T05:39:05.996Z[ recovery-image] Aug 09 05:39:03.982 INFO O| Aug 09 05:39:03.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68472024-08-09T05:39:05.999Z[ recovery-image] Aug 09 05:39:03.982 INFO O| Aug 09 05:39:03.982 INFO STEP 995 (remove_files) COMPLETE
68482024-08-09T05:39:05.999Z[ recovery-image] Aug 09 05:39:03.982 INFO O| Aug 09 05:39:03.982 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-08-09T05:39:06.006Z[ recovery-image] Aug 09 05:39:03.991 INFO O| Aug 09 05:39:03.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68502024-08-09T05:39:06.006Z[ recovery-image] Aug 09 05:39:03.991 INFO O| Aug 09 05:39:03.991 INFO STEP 996 (remove_files) COMPLETE
68512024-08-09T05:39:06.009Z[ recovery-image] Aug 09 05:39:03.991 INFO O| Aug 09 05:39:03.991 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-08-09T05:39:06.016Z[ recovery-image] Aug 09 05:39:04.001 INFO O| Aug 09 05:39:04.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68532024-08-09T05:39:06.016Z[ recovery-image] Aug 09 05:39:04.001 INFO O| Aug 09 05:39:04.001 INFO STEP 997 (remove_files) COMPLETE
68542024-08-09T05:39:06.020Z[ recovery-image] Aug 09 05:39:04.001 INFO O| Aug 09 05:39:04.001 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-08-09T05:39:06.027Z[ recovery-image] Aug 09 05:39:04.012 INFO O| Aug 09 05:39:04.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68562024-08-09T05:39:06.027Z[ recovery-image] Aug 09 05:39:04.012 INFO O| Aug 09 05:39:04.012 INFO STEP 998 (remove_files) COMPLETE
68572024-08-09T05:39:06.030Z[ recovery-image] Aug 09 05:39:04.012 INFO O| Aug 09 05:39:04.012 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-08-09T05:39:06.036Z[ recovery-image] Aug 09 05:39:04.021 INFO O| Aug 09 05:39:04.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68592024-08-09T05:39:06.036Z[ recovery-image] Aug 09 05:39:04.021 INFO O| Aug 09 05:39:04.021 INFO STEP 999 (remove_files) COMPLETE
68602024-08-09T05:39:06.039Z[ recovery-image] Aug 09 05:39:04.021 INFO O| Aug 09 05:39:04.021 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-08-09T05:39:06.045Z[ recovery-image] Aug 09 05:39:04.031 INFO O| Aug 09 05:39:04.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68622024-08-09T05:39:06.046Z[ recovery-image] Aug 09 05:39:04.031 INFO O| Aug 09 05:39:04.031 INFO STEP 1000 (remove_files) COMPLETE
68632024-08-09T05:39:06.048Z[ recovery-image] Aug 09 05:39:04.031 INFO O| Aug 09 05:39:04.031 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-08-09T05:39:06.051Z[ host-image] Aug 09 05:39:04.035 INFO O| Aug 09 05:39:04.035 INFO O| Planning: Solver setup ... Done
68652024-08-09T05:39:06.054Z[ host-image] Aug 09 05:39:04.038 INFO O| Aug 09 05:39:04.038 INFO O| Planning: Running solver ... Done
68662024-08-09T05:39:06.056Z[ recovery-image] Aug 09 05:39:04.040 INFO O| Aug 09 05:39:04.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68672024-08-09T05:39:06.056Z[ recovery-image] Aug 09 05:39:04.040 INFO O| Aug 09 05:39:04.040 INFO STEP 1001 (remove_files) COMPLETE
68682024-08-09T05:39:06.056Z[ recovery-image] Aug 09 05:39:04.040 INFO O| Aug 09 05:39:04.040 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-09T05:39:06.065Z[ recovery-image] Aug 09 05:39:04.050 INFO O| Aug 09 05:39:04.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68702024-08-09T05:39:06.065Z[ recovery-image] Aug 09 05:39:04.050 INFO O| Aug 09 05:39:04.050 INFO STEP 1002 (remove_files) COMPLETE
68712024-08-09T05:39:06.065Z[ recovery-image] Aug 09 05:39:04.050 INFO O| Aug 09 05:39:04.050 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-09T05:39:06.074Z[ recovery-image] Aug 09 05:39:04.060 INFO O| Aug 09 05:39:04.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68732024-08-09T05:39:06.074Z[ recovery-image] Aug 09 05:39:04.060 INFO O| Aug 09 05:39:04.060 INFO STEP 1003 (remove_files) COMPLETE
68742024-08-09T05:39:06.075Z[ recovery-image] Aug 09 05:39:04.060 INFO O| Aug 09 05:39:04.060 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-09T05:39:06.084Z[ recovery-image] Aug 09 05:39:04.069 INFO O| Aug 09 05:39:04.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68762024-08-09T05:39:06.087Z[ recovery-image] Aug 09 05:39:04.069 INFO O| Aug 09 05:39:04.069 INFO STEP 1004 (remove_files) COMPLETE
68772024-08-09T05:39:06.087Z[ recovery-image] Aug 09 05:39:04.069 INFO O| Aug 09 05:39:04.069 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-09T05:39:06.089Z[ host-image] Aug 09 05:39:04.074 INFO O| Aug 09 05:39:04.074 INFO O| Planning: Finding local manifests ... Done
68792024-08-09T05:39:06.089Z[ host-image] Aug 09 05:39:04.075 INFO O| Aug 09 05:39:04.075 INFO O| Planning: Fetching manifests: 0/1 0% complete
68802024-08-09T05:39:06.093Z[ recovery-image] Aug 09 05:39:04.079 INFO O| Aug 09 05:39:04.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68812024-08-09T05:39:06.093Z[ recovery-image] Aug 09 05:39:04.079 INFO O| Aug 09 05:39:04.079 INFO STEP 1005 (remove_files) COMPLETE
68822024-08-09T05:39:06.096Z[ recovery-image] Aug 09 05:39:04.079 INFO O| Aug 09 05:39:04.079 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-09T05:39:06.103Z[ recovery-image] Aug 09 05:39:04.088 INFO O| Aug 09 05:39:04.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68842024-08-09T05:39:06.103Z[ recovery-image] Aug 09 05:39:04.088 INFO O| Aug 09 05:39:04.088 INFO STEP 1006 (remove_files) COMPLETE
68852024-08-09T05:39:06.106Z[ recovery-image] Aug 09 05:39:04.088 INFO O| Aug 09 05:39:04.088 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-09T05:39:06.112Z[ recovery-image] Aug 09 05:39:04.098 INFO O| Aug 09 05:39:04.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68872024-08-09T05:39:06.115Z[ recovery-image] Aug 09 05:39:04.098 INFO O| Aug 09 05:39:04.098 INFO STEP 1007 (remove_files) COMPLETE
68882024-08-09T05:39:06.115Z[ recovery-image] Aug 09 05:39:04.098 INFO O| Aug 09 05:39:04.098 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-09T05:39:06.122Z[ recovery-image] Aug 09 05:39:04.107 INFO O| Aug 09 05:39:04.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68902024-08-09T05:39:06.122Z[ recovery-image] Aug 09 05:39:04.107 INFO O| Aug 09 05:39:04.107 INFO STEP 1008 (remove_files) COMPLETE
68912024-08-09T05:39:06.125Z[ recovery-image] Aug 09 05:39:04.107 INFO O| Aug 09 05:39:04.107 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-09T05:39:06.132Z[ recovery-image] Aug 09 05:39:04.117 INFO O| Aug 09 05:39:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68932024-08-09T05:39:06.132Z[ recovery-image] Aug 09 05:39:04.117 INFO O| Aug 09 05:39:04.117 INFO STEP 1009 (remove_files) COMPLETE
68942024-08-09T05:39:06.135Z[ recovery-image] Aug 09 05:39:04.117 INFO O| Aug 09 05:39:04.117 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-09T05:39:06.142Z[ recovery-image] Aug 09 05:39:04.127 INFO O| Aug 09 05:39:04.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68962024-08-09T05:39:06.142Z[ recovery-image] Aug 09 05:39:04.127 INFO O| Aug 09 05:39:04.127 INFO STEP 1010 (remove_files) COMPLETE
68972024-08-09T05:39:06.142Z[ recovery-image] Aug 09 05:39:04.127 INFO O| Aug 09 05:39:04.127 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-09T05:39:06.148Z[ host-image] Aug 09 05:39:04.133 INFO O| Aug 09 05:39:04.133 INFO O| Planning: Fetching manifests: 1/1 100% complete
68992024-08-09T05:39:06.151Z[ recovery-image] Aug 09 05:39:04.137 INFO O| Aug 09 05:39:04.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69002024-08-09T05:39:06.151Z[ recovery-image] Aug 09 05:39:04.137 INFO O| Aug 09 05:39:04.137 INFO STEP 1011 (remove_files) COMPLETE
69012024-08-09T05:39:06.154Z[ recovery-image] Aug 09 05:39:04.137 INFO O| Aug 09 05:39:04.137 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-09T05:39:06.161Z[ recovery-image] Aug 09 05:39:04.146 INFO O| Aug 09 05:39:04.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69032024-08-09T05:39:06.161Z[ recovery-image] Aug 09 05:39:04.146 INFO O| Aug 09 05:39:04.146 INFO STEP 1012 (remove_files) COMPLETE
69042024-08-09T05:39:06.164Z[ recovery-image] Aug 09 05:39:04.146 INFO O| Aug 09 05:39:04.146 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-09T05:39:06.166Z[ host-image] Aug 09 05:39:04.151 INFO O| Aug 09 05:39:04.151 INFO O| Planning: Package planning ... Done
69062024-08-09T05:39:06.169Z[ host-image] Aug 09 05:39:04.152 INFO O| Aug 09 05:39:04.152 INFO O| Planning: Merging actions ... Done
69072024-08-09T05:39:06.171Z[ recovery-image] Aug 09 05:39:04.156 INFO O| Aug 09 05:39:04.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69082024-08-09T05:39:06.171Z[ recovery-image] Aug 09 05:39:04.156 INFO O| Aug 09 05:39:04.156 INFO STEP 1013 (remove_files) COMPLETE
69092024-08-09T05:39:06.171Z[ recovery-image] Aug 09 05:39:04.156 INFO O| Aug 09 05:39:04.156 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-09T05:39:06.181Z[ recovery-image] Aug 09 05:39:04.166 INFO O| Aug 09 05:39:04.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69112024-08-09T05:39:06.183Z[ recovery-image] Aug 09 05:39:04.166 INFO O| Aug 09 05:39:04.166 INFO STEP 1014 (remove_files) COMPLETE
69122024-08-09T05:39:06.183Z[ recovery-image] Aug 09 05:39:04.166 INFO O| Aug 09 05:39:04.166 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-09T05:39:06.190Z[ recovery-image] Aug 09 05:39:04.175 INFO O| Aug 09 05:39:04.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69142024-08-09T05:39:06.190Z[ recovery-image] Aug 09 05:39:04.175 INFO O| Aug 09 05:39:04.175 INFO STEP 1015 (remove_files) COMPLETE
69152024-08-09T05:39:06.193Z[ recovery-image] Aug 09 05:39:04.175 INFO O| Aug 09 05:39:04.175 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-09T05:39:06.200Z[ recovery-image] Aug 09 05:39:04.185 INFO O| Aug 09 05:39:04.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69172024-08-09T05:39:06.203Z[ recovery-image] Aug 09 05:39:04.185 INFO O| Aug 09 05:39:04.185 INFO STEP 1016 (remove_files) COMPLETE
69182024-08-09T05:39:06.203Z[ recovery-image] Aug 09 05:39:04.185 INFO O| Aug 09 05:39:04.185 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-09T05:39:06.210Z[ recovery-image] Aug 09 05:39:04.195 INFO O| Aug 09 05:39:04.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69202024-08-09T05:39:06.210Z[ recovery-image] Aug 09 05:39:04.195 INFO O| Aug 09 05:39:04.195 INFO STEP 1017 (remove_files) COMPLETE
69212024-08-09T05:39:06.210Z[ recovery-image] Aug 09 05:39:04.195 INFO O| Aug 09 05:39:04.195 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-09T05:39:06.219Z[ recovery-image] Aug 09 05:39:04.205 INFO O| Aug 09 05:39:04.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69232024-08-09T05:39:06.222Z[ recovery-image] Aug 09 05:39:04.205 INFO O| Aug 09 05:39:04.205 INFO STEP 1018 (remove_files) COMPLETE
69242024-08-09T05:39:06.222Z[ recovery-image] Aug 09 05:39:04.205 INFO O| Aug 09 05:39:04.205 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-09T05:39:06.227Z[ host-image] Aug 09 05:39:04.212 INFO O| Aug 09 05:39:04.212 INFO O| Planning: Checking for conflicting actions ... Done
69262024-08-09T05:39:06.230Z[ host-image] Aug 09 05:39:04.213 INFO O| Aug 09 05:39:04.213 INFO O| Planning: Consolidating action changes ... Done
69272024-08-09T05:39:06.230Z[ recovery-image] Aug 09 05:39:04.215 INFO O| Aug 09 05:39:04.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69282024-08-09T05:39:06.230Z[ recovery-image] Aug 09 05:39:04.215 INFO O| Aug 09 05:39:04.215 INFO STEP 1019 (remove_files) COMPLETE
69292024-08-09T05:39:06.230Z[ recovery-image] Aug 09 05:39:04.215 INFO O| Aug 09 05:39:04.215 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-08-09T05:39:06.239Z[ recovery-image] Aug 09 05:39:04.224 INFO O| Aug 09 05:39:04.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69312024-08-09T05:39:06.239Z[ recovery-image] Aug 09 05:39:04.224 INFO O| Aug 09 05:39:04.224 INFO STEP 1020 (remove_files) COMPLETE
69322024-08-09T05:39:06.242Z[ recovery-image] Aug 09 05:39:04.224 INFO O| Aug 09 05:39:04.224 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-08-09T05:39:06.249Z[ recovery-image] Aug 09 05:39:04.234 INFO O| Aug 09 05:39:04.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69342024-08-09T05:39:06.251Z[ recovery-image] Aug 09 05:39:04.234 INFO O| Aug 09 05:39:04.234 INFO STEP 1021 (remove_files) COMPLETE
69352024-08-09T05:39:06.251Z[ recovery-image] Aug 09 05:39:04.234 INFO O| Aug 09 05:39:04.234 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-08-09T05:39:06.258Z[ recovery-image] Aug 09 05:39:04.243 INFO O| Aug 09 05:39:04.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69372024-08-09T05:39:06.258Z[ recovery-image] Aug 09 05:39:04.243 INFO O| Aug 09 05:39:04.243 INFO STEP 1022 (remove_files) COMPLETE
69382024-08-09T05:39:06.261Z[ recovery-image] Aug 09 05:39:04.243 INFO O| Aug 09 05:39:04.243 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-08-09T05:39:06.268Z[ recovery-image] Aug 09 05:39:04.253 INFO O| Aug 09 05:39:04.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69402024-08-09T05:39:06.270Z[ recovery-image] Aug 09 05:39:04.253 INFO O| Aug 09 05:39:04.253 INFO STEP 1023 (remove_files) COMPLETE
69412024-08-09T05:39:06.270Z[ recovery-image] Aug 09 05:39:04.253 INFO O| Aug 09 05:39:04.253 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-08-09T05:39:06.277Z[ recovery-image] Aug 09 05:39:04.262 INFO O| Aug 09 05:39:04.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69432024-08-09T05:39:06.277Z[ recovery-image] Aug 09 05:39:04.262 INFO O| Aug 09 05:39:04.262 INFO STEP 1024 (remove_files) COMPLETE
69442024-08-09T05:39:06.280Z[ recovery-image] Aug 09 05:39:04.262 INFO O| Aug 09 05:39:04.262 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-08-09T05:39:06.287Z[ recovery-image] Aug 09 05:39:04.272 INFO O| Aug 09 05:39:04.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69462024-08-09T05:39:06.287Z[ recovery-image] Aug 09 05:39:04.272 INFO O| Aug 09 05:39:04.272 INFO STEP 1025 (remove_files) COMPLETE
69472024-08-09T05:39:06.289Z[ recovery-image] Aug 09 05:39:04.272 INFO O| Aug 09 05:39:04.272 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-08-09T05:39:06.296Z[ recovery-image] Aug 09 05:39:04.281 INFO O| Aug 09 05:39:04.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69492024-08-09T05:39:06.296Z[ recovery-image] Aug 09 05:39:04.281 INFO O| Aug 09 05:39:04.281 INFO STEP 1026 (remove_files) COMPLETE
69502024-08-09T05:39:06.304Z[ recovery-image] Aug 09 05:39:04.281 INFO O| Aug 09 05:39:04.281 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-08-09T05:39:06.308Z[ recovery-image] Aug 09 05:39:04.291 INFO O| Aug 09 05:39:04.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69522024-08-09T05:39:06.308Z[ recovery-image] Aug 09 05:39:04.291 INFO O| Aug 09 05:39:04.291 INFO STEP 1027 (remove_files) COMPLETE
69532024-08-09T05:39:06.308Z[ recovery-image] Aug 09 05:39:04.291 INFO O| Aug 09 05:39:04.291 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-08-09T05:39:06.315Z[ recovery-image] Aug 09 05:39:04.301 INFO O| Aug 09 05:39:04.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69552024-08-09T05:39:06.316Z[ recovery-image] Aug 09 05:39:04.301 INFO O| Aug 09 05:39:04.301 INFO STEP 1028 (remove_files) COMPLETE
69562024-08-09T05:39:06.318Z[ recovery-image] Aug 09 05:39:04.301 INFO O| Aug 09 05:39:04.301 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-08-09T05:39:06.326Z[ recovery-image] Aug 09 05:39:04.311 INFO O| Aug 09 05:39:04.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69582024-08-09T05:39:06.326Z[ recovery-image] Aug 09 05:39:04.311 INFO O| Aug 09 05:39:04.311 INFO STEP 1029 (remove_files) COMPLETE
69592024-08-09T05:39:06.329Z[ recovery-image] Aug 09 05:39:04.311 INFO O| Aug 09 05:39:04.311 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-08-09T05:39:06.337Z[ recovery-image] Aug 09 05:39:04.322 INFO O| Aug 09 05:39:04.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69612024-08-09T05:39:06.337Z[ recovery-image] Aug 09 05:39:04.322 INFO O| Aug 09 05:39:04.322 INFO STEP 1030 (remove_files) COMPLETE
69622024-08-09T05:39:06.337Z[ recovery-image] Aug 09 05:39:04.322 INFO O| Aug 09 05:39:04.322 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-08-09T05:39:06.348Z[ recovery-image] Aug 09 05:39:04.334 INFO O| Aug 09 05:39:04.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69642024-08-09T05:39:06.351Z[ recovery-image] Aug 09 05:39:04.334 INFO O| Aug 09 05:39:04.334 INFO STEP 1031 (remove_files) COMPLETE
69652024-08-09T05:39:06.351Z[ recovery-image] Aug 09 05:39:04.334 INFO O| Aug 09 05:39:04.334 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-08-09T05:39:06.359Z[ recovery-image] Aug 09 05:39:04.344 INFO O| Aug 09 05:39:04.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69672024-08-09T05:39:06.359Z[ recovery-image] Aug 09 05:39:04.344 INFO O| Aug 09 05:39:04.344 INFO STEP 1032 (remove_files) COMPLETE
69682024-08-09T05:39:06.359Z[ recovery-image] Aug 09 05:39:04.344 INFO O| Aug 09 05:39:04.344 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-08-09T05:39:06.369Z[ recovery-image] Aug 09 05:39:04.355 INFO O| Aug 09 05:39:04.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69702024-08-09T05:39:06.370Z[ recovery-image] Aug 09 05:39:04.355 INFO O| Aug 09 05:39:04.355 INFO STEP 1033 (remove_files) COMPLETE
69712024-08-09T05:39:06.372Z[ recovery-image] Aug 09 05:39:04.355 INFO O| Aug 09 05:39:04.355 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-08-09T05:39:06.380Z[ recovery-image] Aug 09 05:39:04.365 INFO O| Aug 09 05:39:04.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69732024-08-09T05:39:06.380Z[ recovery-image] Aug 09 05:39:04.365 INFO O| Aug 09 05:39:04.365 INFO STEP 1034 (remove_files) COMPLETE
69742024-08-09T05:39:06.383Z[ recovery-image] Aug 09 05:39:04.365 INFO O| Aug 09 05:39:04.365 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-08-09T05:39:06.390Z[ recovery-image] Aug 09 05:39:04.376 INFO O| Aug 09 05:39:04.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69762024-08-09T05:39:06.390Z[ recovery-image] Aug 09 05:39:04.376 INFO O| Aug 09 05:39:04.376 INFO STEP 1035 (remove_files) COMPLETE
69772024-08-09T05:39:06.394Z[ recovery-image] Aug 09 05:39:04.376 INFO O| Aug 09 05:39:04.376 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-08-09T05:39:06.400Z[ recovery-image] Aug 09 05:39:04.386 INFO O| Aug 09 05:39:04.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69792024-08-09T05:39:06.403Z[ recovery-image] Aug 09 05:39:04.386 INFO O| Aug 09 05:39:04.386 INFO STEP 1036 (remove_files) COMPLETE
69802024-08-09T05:39:06.403Z[ recovery-image] Aug 09 05:39:04.386 INFO O| Aug 09 05:39:04.386 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-08-09T05:39:06.412Z[ recovery-image] Aug 09 05:39:04.397 INFO O| Aug 09 05:39:04.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69822024-08-09T05:39:06.412Z[ recovery-image] Aug 09 05:39:04.398 INFO O| Aug 09 05:39:04.398 INFO STEP 1037 (remove_files) COMPLETE
69832024-08-09T05:39:06.412Z[ recovery-image] Aug 09 05:39:04.398 INFO O| Aug 09 05:39:04.398 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-08-09T05:39:06.422Z[ recovery-image] Aug 09 05:39:04.407 INFO O| Aug 09 05:39:04.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69852024-08-09T05:39:06.425Z[ recovery-image] Aug 09 05:39:04.407 INFO O| Aug 09 05:39:04.407 INFO STEP 1038 (remove_files) COMPLETE
69862024-08-09T05:39:06.425Z[ recovery-image] Aug 09 05:39:04.407 INFO O| Aug 09 05:39:04.407 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-08-09T05:39:06.432Z[ recovery-image] Aug 09 05:39:04.417 INFO O| Aug 09 05:39:04.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69882024-08-09T05:39:06.435Z[ recovery-image] Aug 09 05:39:04.418 INFO O| Aug 09 05:39:04.417 INFO STEP 1039 (remove_files) COMPLETE
69892024-08-09T05:39:06.435Z[ recovery-image] Aug 09 05:39:04.418 INFO O| Aug 09 05:39:04.417 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-08-09T05:39:06.442Z[ recovery-image] Aug 09 05:39:04.427 INFO O| Aug 09 05:39:04.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69912024-08-09T05:39:06.444Z[ recovery-image] Aug 09 05:39:04.427 INFO O| Aug 09 05:39:04.427 INFO STEP 1040 (remove_files) COMPLETE
69922024-08-09T05:39:06.444Z[ recovery-image] Aug 09 05:39:04.427 INFO O| Aug 09 05:39:04.427 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-08-09T05:39:06.452Z[ recovery-image] Aug 09 05:39:04.437 INFO O| Aug 09 05:39:04.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69942024-08-09T05:39:06.454Z[ recovery-image] Aug 09 05:39:04.437 INFO O| Aug 09 05:39:04.437 INFO STEP 1041 (remove_files) COMPLETE
69952024-08-09T05:39:06.454Z[ recovery-image] Aug 09 05:39:04.437 INFO O| Aug 09 05:39:04.437 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-08-09T05:39:06.462Z[ recovery-image] Aug 09 05:39:04.447 INFO O| Aug 09 05:39:04.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69972024-08-09T05:39:06.462Z[ recovery-image] Aug 09 05:39:04.447 INFO O| Aug 09 05:39:04.447 INFO STEP 1042 (remove_files) COMPLETE
69982024-08-09T05:39:06.464Z[ recovery-image] Aug 09 05:39:04.447 INFO O| Aug 09 05:39:04.447 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-08-09T05:39:06.471Z[ recovery-image] Aug 09 05:39:04.456 INFO O| Aug 09 05:39:04.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70002024-08-09T05:39:06.471Z[ recovery-image] Aug 09 05:39:04.456 INFO O| Aug 09 05:39:04.456 INFO STEP 1043 (remove_files) COMPLETE
70012024-08-09T05:39:06.471Z[ recovery-image] Aug 09 05:39:04.456 INFO O| Aug 09 05:39:04.456 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-08-09T05:39:06.476Z[ host-image] Aug 09 05:39:04.461 INFO O| Aug 09 05:39:04.461 INFO O| Planning: Evaluating mediators ... Done
70032024-08-09T05:39:06.479Z[ host-image] Aug 09 05:39:04.462 INFO O| Aug 09 05:39:04.462 INFO O| Planning: Planning completed in 1.77 seconds
70042024-08-09T05:39:06.479Z[ host-image] Aug 09 05:39:04.463 INFO O| Aug 09 05:39:04.463 INFO O| Packages to install: 1
70052024-08-09T05:39:06.481Z[ recovery-image] Aug 09 05:39:04.466 INFO O| Aug 09 05:39:04.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70062024-08-09T05:39:06.481Z[ recovery-image] Aug 09 05:39:04.466 INFO O| Aug 09 05:39:04.466 INFO STEP 1044 (remove_files) COMPLETE
70072024-08-09T05:39:06.481Z[ recovery-image] Aug 09 05:39:04.466 INFO O| Aug 09 05:39:04.466 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-08-09T05:39:06.488Z[ host-image] Aug 09 05:39:04.474 INFO O| Aug 09 05:39:04.473 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
70092024-08-09T05:39:06.491Z[ recovery-image] Aug 09 05:39:04.476 INFO O| Aug 09 05:39:04.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70102024-08-09T05:39:06.491Z[ recovery-image] Aug 09 05:39:04.476 INFO O| Aug 09 05:39:04.476 INFO STEP 1045 (remove_files) COMPLETE
70112024-08-09T05:39:06.491Z[ recovery-image] Aug 09 05:39:04.476 INFO O| Aug 09 05:39:04.476 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-09T05:39:06.502Z[ recovery-image] Aug 09 05:39:04.487 INFO O| Aug 09 05:39:04.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70132024-08-09T05:39:06.505Z[ recovery-image] Aug 09 05:39:04.487 INFO O| Aug 09 05:39:04.487 INFO STEP 1046 (remove_files) COMPLETE
70142024-08-09T05:39:06.505Z[ recovery-image] Aug 09 05:39:04.487 INFO O| Aug 09 05:39:04.487 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-09T05:39:06.514Z[ recovery-image] Aug 09 05:39:04.499 INFO O| Aug 09 05:39:04.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70162024-08-09T05:39:06.517Z[ recovery-image] Aug 09 05:39:04.500 INFO O| Aug 09 05:39:04.500 INFO STEP 1047 (remove_files) COMPLETE
70172024-08-09T05:39:06.517Z[ recovery-image] Aug 09 05:39:04.500 INFO O| Aug 09 05:39:04.500 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-09T05:39:06.524Z[ recovery-image] Aug 09 05:39:04.509 INFO O| Aug 09 05:39:04.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70192024-08-09T05:39:06.527Z[ recovery-image] Aug 09 05:39:04.510 INFO O| Aug 09 05:39:04.509 INFO STEP 1048 (remove_files) COMPLETE
70202024-08-09T05:39:06.527Z[ recovery-image] Aug 09 05:39:04.510 INFO O| Aug 09 05:39:04.509 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-09T05:39:06.534Z[ recovery-image] Aug 09 05:39:04.519 INFO O| Aug 09 05:39:04.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70222024-08-09T05:39:06.538Z[ recovery-image] Aug 09 05:39:04.519 INFO O| Aug 09 05:39:04.519 INFO STEP 1049 (remove_files) COMPLETE
70232024-08-09T05:39:06.538Z[ recovery-image] Aug 09 05:39:04.519 INFO O| Aug 09 05:39:04.519 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-09T05:39:06.546Z[ recovery-image] Aug 09 05:39:04.531 INFO O| Aug 09 05:39:04.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70252024-08-09T05:39:06.547Z[ recovery-image] Aug 09 05:39:04.531 INFO O| Aug 09 05:39:04.531 INFO STEP 1050 (remove_files) COMPLETE
70262024-08-09T05:39:06.550Z[ recovery-image] Aug 09 05:39:04.531 INFO O| Aug 09 05:39:04.531 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-09T05:39:06.559Z[ recovery-image] Aug 09 05:39:04.544 INFO O| Aug 09 05:39:04.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70282024-08-09T05:39:06.559Z[ recovery-image] Aug 09 05:39:04.544 INFO O| Aug 09 05:39:04.544 INFO STEP 1051 (remove_files) COMPLETE
70292024-08-09T05:39:06.559Z[ recovery-image] Aug 09 05:39:04.544 INFO O| Aug 09 05:39:04.544 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-09T05:39:06.572Z[ recovery-image] Aug 09 05:39:04.556 INFO O| Aug 09 05:39:04.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70312024-08-09T05:39:06.574Z[ recovery-image] Aug 09 05:39:04.556 INFO O| Aug 09 05:39:04.556 INFO STEP 1052 (remove_files) COMPLETE
70322024-08-09T05:39:06.574Z[ recovery-image] Aug 09 05:39:04.556 INFO O| Aug 09 05:39:04.556 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-09T05:39:06.584Z[ recovery-image] Aug 09 05:39:04.569 INFO O| Aug 09 05:39:04.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70342024-08-09T05:39:06.587Z[ recovery-image] Aug 09 05:39:04.569 INFO O| Aug 09 05:39:04.569 INFO STEP 1053 (remove_files) COMPLETE
70352024-08-09T05:39:06.587Z[ recovery-image] Aug 09 05:39:04.570 INFO O| Aug 09 05:39:04.569 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-09T05:39:06.595Z[ recovery-image] Aug 09 05:39:04.580 INFO O| Aug 09 05:39:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70372024-08-09T05:39:06.595Z[ recovery-image] Aug 09 05:39:04.580 INFO O| Aug 09 05:39:04.580 INFO STEP 1054 (remove_files) COMPLETE
70382024-08-09T05:39:06.599Z[ recovery-image] Aug 09 05:39:04.580 INFO O| Aug 09 05:39:04.580 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-09T05:39:06.606Z[ recovery-image] Aug 09 05:39:04.591 INFO O| Aug 09 05:39:04.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70402024-08-09T05:39:06.610Z[ recovery-image] Aug 09 05:39:04.591 INFO O| Aug 09 05:39:04.591 INFO STEP 1055 (remove_files) COMPLETE
70412024-08-09T05:39:06.610Z[ recovery-image] Aug 09 05:39:04.591 INFO O| Aug 09 05:39:04.591 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-09T05:39:06.617Z[ recovery-image] Aug 09 05:39:04.602 INFO O| Aug 09 05:39:04.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70432024-08-09T05:39:06.620Z[ recovery-image] Aug 09 05:39:04.602 INFO O| Aug 09 05:39:04.602 INFO STEP 1056 (remove_files) COMPLETE
70442024-08-09T05:39:06.620Z[ recovery-image] Aug 09 05:39:04.602 INFO O| Aug 09 05:39:04.602 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-09T05:39:06.628Z[ recovery-image] Aug 09 05:39:04.612 INFO O| Aug 09 05:39:04.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70462024-08-09T05:39:06.628Z[ recovery-image] Aug 09 05:39:04.612 INFO O| Aug 09 05:39:04.612 INFO STEP 1057 (remove_files) COMPLETE
70472024-08-09T05:39:06.632Z[ recovery-image] Aug 09 05:39:04.612 INFO O| Aug 09 05:39:04.612 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-09T05:39:06.637Z[ recovery-image] Aug 09 05:39:04.622 INFO O| Aug 09 05:39:04.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70492024-08-09T05:39:06.637Z[ recovery-image] Aug 09 05:39:04.622 INFO O| Aug 09 05:39:04.622 INFO STEP 1058 (remove_files) COMPLETE
70502024-08-09T05:39:06.640Z[ recovery-image] Aug 09 05:39:04.622 INFO O| Aug 09 05:39:04.622 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-09T05:39:06.647Z[ recovery-image] Aug 09 05:39:04.632 INFO O| Aug 09 05:39:04.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70522024-08-09T05:39:06.647Z[ recovery-image] Aug 09 05:39:04.632 INFO O| Aug 09 05:39:04.632 INFO STEP 1059 (remove_files) COMPLETE
70532024-08-09T05:39:06.650Z[ recovery-image] Aug 09 05:39:04.632 INFO O| Aug 09 05:39:04.632 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-09T05:39:06.658Z[ recovery-image] Aug 09 05:39:04.643 INFO O| Aug 09 05:39:04.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70552024-08-09T05:39:06.658Z[ recovery-image] Aug 09 05:39:04.643 INFO O| Aug 09 05:39:04.643 INFO STEP 1060 (remove_files) COMPLETE
70562024-08-09T05:39:06.661Z[ recovery-image] Aug 09 05:39:04.643 INFO O| Aug 09 05:39:04.643 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-09T05:39:06.672Z[ recovery-image] Aug 09 05:39:04.657 INFO O| Aug 09 05:39:04.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70582024-08-09T05:39:06.675Z[ recovery-image] Aug 09 05:39:04.657 INFO O| Aug 09 05:39:04.657 INFO STEP 1061 (remove_files) COMPLETE
70592024-08-09T05:39:06.675Z[ recovery-image] Aug 09 05:39:04.658 INFO O| Aug 09 05:39:04.657 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-09T05:39:06.685Z[ recovery-image] Aug 09 05:39:04.671 INFO O| Aug 09 05:39:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70612024-08-09T05:39:06.688Z[ recovery-image] Aug 09 05:39:04.671 INFO O| Aug 09 05:39:04.671 INFO STEP 1062 (remove_files) COMPLETE
70622024-08-09T05:39:06.688Z[ recovery-image] Aug 09 05:39:04.671 INFO O| Aug 09 05:39:04.671 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-09T05:39:06.698Z[ recovery-image] Aug 09 05:39:04.683 INFO O| Aug 09 05:39:04.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70642024-08-09T05:39:06.698Z[ recovery-image] Aug 09 05:39:04.683 INFO O| Aug 09 05:39:04.683 INFO STEP 1063 (remove_files) COMPLETE
70652024-08-09T05:39:06.701Z[ recovery-image] Aug 09 05:39:04.683 INFO O| Aug 09 05:39:04.683 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-09T05:39:06.711Z[ recovery-image] Aug 09 05:39:04.696 INFO O| Aug 09 05:39:04.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70672024-08-09T05:39:06.714Z[ recovery-image] Aug 09 05:39:04.696 INFO O| Aug 09 05:39:04.696 INFO STEP 1064 (remove_files) COMPLETE
70682024-08-09T05:39:06.714Z[ recovery-image] Aug 09 05:39:04.696 INFO O| Aug 09 05:39:04.696 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-09T05:39:06.722Z[ recovery-image] Aug 09 05:39:04.707 INFO O| Aug 09 05:39:04.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70702024-08-09T05:39:06.722Z[ recovery-image] Aug 09 05:39:04.707 INFO O| Aug 09 05:39:04.707 INFO STEP 1065 (remove_files) COMPLETE
70712024-08-09T05:39:06.722Z[ recovery-image] Aug 09 05:39:04.707 INFO O| Aug 09 05:39:04.707 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-09T05:39:06.734Z[ recovery-image] Aug 09 05:39:04.719 INFO O| Aug 09 05:39:04.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70732024-08-09T05:39:06.734Z[ recovery-image] Aug 09 05:39:04.719 INFO O| Aug 09 05:39:04.719 INFO STEP 1066 (remove_files) COMPLETE
70742024-08-09T05:39:06.737Z[ recovery-image] Aug 09 05:39:04.719 INFO O| Aug 09 05:39:04.719 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-09T05:39:06.746Z[ recovery-image] Aug 09 05:39:04.732 INFO O| Aug 09 05:39:04.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70762024-08-09T05:39:06.749Z[ recovery-image] Aug 09 05:39:04.732 INFO O| Aug 09 05:39:04.732 INFO STEP 1067 (remove_files) COMPLETE
70772024-08-09T05:39:06.749Z[ recovery-image] Aug 09 05:39:04.732 INFO O| Aug 09 05:39:04.732 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-09T05:39:06.757Z[ recovery-image] Aug 09 05:39:04.742 INFO O| Aug 09 05:39:04.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70792024-08-09T05:39:06.760Z[ recovery-image] Aug 09 05:39:04.742 INFO O| Aug 09 05:39:04.742 INFO STEP 1068 (remove_files) COMPLETE
70802024-08-09T05:39:06.760Z[ recovery-image] Aug 09 05:39:04.742 INFO O| Aug 09 05:39:04.742 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-09T05:39:06.767Z[ recovery-image] Aug 09 05:39:04.752 INFO O| Aug 09 05:39:04.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70822024-08-09T05:39:06.767Z[ recovery-image] Aug 09 05:39:04.752 INFO O| Aug 09 05:39:04.752 INFO STEP 1069 (remove_files) COMPLETE
70832024-08-09T05:39:06.770Z[ recovery-image] Aug 09 05:39:04.753 INFO O| Aug 09 05:39:04.753 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-09T05:39:06.777Z[ recovery-image] Aug 09 05:39:04.763 INFO O| Aug 09 05:39:04.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70852024-08-09T05:39:06.780Z[ recovery-image] Aug 09 05:39:04.763 INFO O| Aug 09 05:39:04.763 INFO STEP 1070 (remove_files) COMPLETE
70862024-08-09T05:39:06.780Z[ recovery-image] Aug 09 05:39:04.763 INFO O| Aug 09 05:39:04.763 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-09T05:39:06.791Z[ recovery-image] Aug 09 05:39:04.776 INFO O| Aug 09 05:39:04.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70882024-08-09T05:39:06.791Z[ recovery-image] Aug 09 05:39:04.776 INFO O| Aug 09 05:39:04.776 INFO STEP 1071 (remove_files) COMPLETE
70892024-08-09T05:39:06.793Z[ recovery-image] Aug 09 05:39:04.776 INFO O| Aug 09 05:39:04.776 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-09T05:39:06.800Z[ recovery-image] Aug 09 05:39:04.785 INFO O| Aug 09 05:39:04.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70912024-08-09T05:39:06.803Z[ recovery-image] Aug 09 05:39:04.786 INFO O| Aug 09 05:39:04.786 INFO STEP 1072 (remove_files) COMPLETE
70922024-08-09T05:39:06.803Z[ recovery-image] Aug 09 05:39:04.786 INFO O| Aug 09 05:39:04.786 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-09T05:39:06.810Z[ recovery-image] Aug 09 05:39:04.795 INFO O| Aug 09 05:39:04.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70942024-08-09T05:39:06.810Z[ recovery-image] Aug 09 05:39:04.796 INFO O| Aug 09 05:39:04.795 INFO STEP 1073 (remove_files) COMPLETE
70952024-08-09T05:39:06.813Z[ recovery-image] Aug 09 05:39:04.796 INFO O| Aug 09 05:39:04.796 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-09T05:39:06.820Z[ recovery-image] Aug 09 05:39:04.805 INFO O| Aug 09 05:39:04.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70972024-08-09T05:39:06.820Z[ recovery-image] Aug 09 05:39:04.805 INFO O| Aug 09 05:39:04.805 INFO STEP 1074 (remove_files) COMPLETE
70982024-08-09T05:39:06.822Z[ recovery-image] Aug 09 05:39:04.805 INFO O| Aug 09 05:39:04.805 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-09T05:39:06.829Z[ recovery-image] Aug 09 05:39:04.814 INFO O| Aug 09 05:39:04.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71002024-08-09T05:39:06.829Z[ recovery-image] Aug 09 05:39:04.815 INFO O| Aug 09 05:39:04.814 INFO STEP 1075 (remove_files) COMPLETE
71012024-08-09T05:39:06.832Z[ recovery-image] Aug 09 05:39:04.815 INFO O| Aug 09 05:39:04.814 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-09T05:39:06.839Z[ recovery-image] Aug 09 05:39:04.824 INFO O| Aug 09 05:39:04.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71032024-08-09T05:39:06.839Z[ recovery-image] Aug 09 05:39:04.824 INFO O| Aug 09 05:39:04.824 INFO STEP 1076 (remove_files) COMPLETE
71042024-08-09T05:39:06.842Z[ recovery-image] Aug 09 05:39:04.824 INFO O| Aug 09 05:39:04.824 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-09T05:39:06.848Z[ recovery-image] Aug 09 05:39:04.833 INFO O| Aug 09 05:39:04.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71062024-08-09T05:39:06.848Z[ recovery-image] Aug 09 05:39:04.833 INFO O| Aug 09 05:39:04.833 INFO STEP 1077 (remove_files) COMPLETE
71072024-08-09T05:39:06.851Z[ recovery-image] Aug 09 05:39:04.833 INFO O| Aug 09 05:39:04.833 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-09T05:39:06.858Z[ recovery-image] Aug 09 05:39:04.843 INFO O| Aug 09 05:39:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71092024-08-09T05:39:06.858Z[ recovery-image] Aug 09 05:39:04.843 INFO O| Aug 09 05:39:04.843 INFO STEP 1078 (remove_files) COMPLETE
71102024-08-09T05:39:06.860Z[ recovery-image] Aug 09 05:39:04.843 INFO O| Aug 09 05:39:04.843 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-09T05:39:06.867Z[ recovery-image] Aug 09 05:39:04.852 INFO O| Aug 09 05:39:04.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71122024-08-09T05:39:06.870Z[ recovery-image] Aug 09 05:39:04.852 INFO O| Aug 09 05:39:04.852 INFO STEP 1079 (remove_files) COMPLETE
71132024-08-09T05:39:06.870Z[ recovery-image] Aug 09 05:39:04.852 INFO O| Aug 09 05:39:04.852 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-09T05:39:06.876Z[ recovery-image] Aug 09 05:39:04.862 INFO O| Aug 09 05:39:04.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71152024-08-09T05:39:06.879Z[ recovery-image] Aug 09 05:39:04.862 INFO O| Aug 09 05:39:04.862 INFO STEP 1080 (remove_files) COMPLETE
71162024-08-09T05:39:06.879Z[ recovery-image] Aug 09 05:39:04.862 INFO O| Aug 09 05:39:04.862 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-09T05:39:06.886Z[ recovery-image] Aug 09 05:39:04.871 INFO O| Aug 09 05:39:04.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71182024-08-09T05:39:06.886Z[ recovery-image] Aug 09 05:39:04.871 INFO O| Aug 09 05:39:04.871 INFO STEP 1081 (remove_files) COMPLETE
71192024-08-09T05:39:06.889Z[ recovery-image] Aug 09 05:39:04.871 INFO O| Aug 09 05:39:04.871 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-09T05:39:06.895Z[ recovery-image] Aug 09 05:39:04.880 INFO O| Aug 09 05:39:04.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71212024-08-09T05:39:06.895Z[ recovery-image] Aug 09 05:39:04.881 INFO O| Aug 09 05:39:04.881 INFO STEP 1082 (remove_files) COMPLETE
71222024-08-09T05:39:06.898Z[ recovery-image] Aug 09 05:39:04.881 INFO O| Aug 09 05:39:04.881 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-09T05:39:06.905Z[ recovery-image] Aug 09 05:39:04.890 INFO O| Aug 09 05:39:04.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71242024-08-09T05:39:06.908Z[ recovery-image] Aug 09 05:39:04.890 INFO O| Aug 09 05:39:04.890 INFO STEP 1083 (remove_files) COMPLETE
71252024-08-09T05:39:06.908Z[ recovery-image] Aug 09 05:39:04.890 INFO O| Aug 09 05:39:04.890 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-09T05:39:06.914Z[ recovery-image] Aug 09 05:39:04.899 INFO O| Aug 09 05:39:04.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71272024-08-09T05:39:06.914Z[ recovery-image] Aug 09 05:39:04.900 INFO O| Aug 09 05:39:04.899 INFO STEP 1084 (remove_files) COMPLETE
71282024-08-09T05:39:06.921Z[ recovery-image] Aug 09 05:39:04.900 INFO O| Aug 09 05:39:04.899 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-09T05:39:06.925Z[ recovery-image] Aug 09 05:39:04.909 INFO O| Aug 09 05:39:04.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71302024-08-09T05:39:06.925Z[ recovery-image] Aug 09 05:39:04.909 INFO O| Aug 09 05:39:04.909 INFO STEP 1085 (remove_files) COMPLETE
71312024-08-09T05:39:06.925Z[ recovery-image] Aug 09 05:39:04.909 INFO O| Aug 09 05:39:04.909 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-09T05:39:06.933Z[ recovery-image] Aug 09 05:39:04.918 INFO O| Aug 09 05:39:04.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71332024-08-09T05:39:06.933Z[ recovery-image] Aug 09 05:39:04.918 INFO O| Aug 09 05:39:04.918 INFO STEP 1086 (remove_files) COMPLETE
71342024-08-09T05:39:06.936Z[ recovery-image] Aug 09 05:39:04.918 INFO O| Aug 09 05:39:04.918 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-09T05:39:06.943Z[ recovery-image] Aug 09 05:39:04.928 INFO O| Aug 09 05:39:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71362024-08-09T05:39:06.945Z[ recovery-image] Aug 09 05:39:04.928 INFO O| Aug 09 05:39:04.928 INFO STEP 1087 (remove_files) COMPLETE
71372024-08-09T05:39:06.945Z[ recovery-image] Aug 09 05:39:04.928 INFO O| Aug 09 05:39:04.928 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-09T05:39:06.952Z[ recovery-image] Aug 09 05:39:04.937 INFO O| Aug 09 05:39:04.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71392024-08-09T05:39:06.952Z[ recovery-image] Aug 09 05:39:04.937 INFO O| Aug 09 05:39:04.937 INFO STEP 1088 (remove_files) COMPLETE
71402024-08-09T05:39:06.954Z[ recovery-image] Aug 09 05:39:04.937 INFO O| Aug 09 05:39:04.937 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-09T05:39:06.961Z[ recovery-image] Aug 09 05:39:04.946 INFO O| Aug 09 05:39:04.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71422024-08-09T05:39:06.964Z[ recovery-image] Aug 09 05:39:04.947 INFO O| Aug 09 05:39:04.947 INFO STEP 1089 (remove_files) COMPLETE
71432024-08-09T05:39:06.964Z[ recovery-image] Aug 09 05:39:04.947 INFO O| Aug 09 05:39:04.947 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-09T05:39:06.971Z[ recovery-image] Aug 09 05:39:04.956 INFO O| Aug 09 05:39:04.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71452024-08-09T05:39:06.972Z[ recovery-image] Aug 09 05:39:04.956 INFO O| Aug 09 05:39:04.956 INFO STEP 1090 (remove_files) COMPLETE
71462024-08-09T05:39:06.972Z[ recovery-image] Aug 09 05:39:04.956 INFO O| Aug 09 05:39:04.956 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-09T05:39:06.980Z[ recovery-image] Aug 09 05:39:04.966 INFO O| Aug 09 05:39:04.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71482024-08-09T05:39:06.980Z[ recovery-image] Aug 09 05:39:04.966 INFO O| Aug 09 05:39:04.966 INFO STEP 1091 (remove_files) COMPLETE
71492024-08-09T05:39:06.983Z[ recovery-image] Aug 09 05:39:04.966 INFO O| Aug 09 05:39:04.966 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-09T05:39:06.990Z[ recovery-image] Aug 09 05:39:04.975 INFO O| Aug 09 05:39:04.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71512024-08-09T05:39:06.990Z[ recovery-image] Aug 09 05:39:04.975 INFO O| Aug 09 05:39:04.975 INFO STEP 1092 (remove_files) COMPLETE
71522024-08-09T05:39:06.990Z[ recovery-image] Aug 09 05:39:04.975 INFO O| Aug 09 05:39:04.975 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-09T05:39:06.999Z[ recovery-image] Aug 09 05:39:04.984 INFO O| Aug 09 05:39:04.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71542024-08-09T05:39:06.999Z[ recovery-image] Aug 09 05:39:04.984 INFO O| Aug 09 05:39:04.984 INFO STEP 1093 (remove_files) COMPLETE
71552024-08-09T05:39:06.999Z[ recovery-image] Aug 09 05:39:04.984 INFO O| Aug 09 05:39:04.984 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-09T05:39:07.009Z[ recovery-image] Aug 09 05:39:04.994 INFO O| Aug 09 05:39:04.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71572024-08-09T05:39:07.009Z[ recovery-image] Aug 09 05:39:04.994 INFO O| Aug 09 05:39:04.994 INFO STEP 1094 (remove_files) COMPLETE
71582024-08-09T05:39:07.009Z[ recovery-image] Aug 09 05:39:04.994 INFO O| Aug 09 05:39:04.994 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-09T05:39:07.019Z[ recovery-image] Aug 09 05:39:05.004 INFO O| Aug 09 05:39:05.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71602024-08-09T05:39:07.019Z[ recovery-image] Aug 09 05:39:05.004 INFO O| Aug 09 05:39:05.004 INFO STEP 1095 (remove_files) COMPLETE
71612024-08-09T05:39:07.021Z[ recovery-image] Aug 09 05:39:05.004 INFO O| Aug 09 05:39:05.004 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-09T05:39:07.029Z[ recovery-image] Aug 09 05:39:05.014 INFO O| Aug 09 05:39:05.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71632024-08-09T05:39:07.032Z[ recovery-image] Aug 09 05:39:05.014 INFO O| Aug 09 05:39:05.014 INFO STEP 1096 (remove_files) COMPLETE
71642024-08-09T05:39:07.032Z[ recovery-image] Aug 09 05:39:05.014 INFO O| Aug 09 05:39:05.014 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-09T05:39:07.038Z[ recovery-image] Aug 09 05:39:05.023 INFO O| Aug 09 05:39:05.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71662024-08-09T05:39:07.041Z[ recovery-image] Aug 09 05:39:05.024 INFO O| Aug 09 05:39:05.024 INFO STEP 1097 (remove_files) COMPLETE
71672024-08-09T05:39:07.041Z[ recovery-image] Aug 09 05:39:05.024 INFO O| Aug 09 05:39:05.024 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-09T05:39:07.048Z[ recovery-image] Aug 09 05:39:05.033 INFO O| Aug 09 05:39:05.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71692024-08-09T05:39:07.048Z[ recovery-image] Aug 09 05:39:05.033 INFO O| Aug 09 05:39:05.033 INFO STEP 1098 (remove_files) COMPLETE
71702024-08-09T05:39:07.051Z[ recovery-image] Aug 09 05:39:05.033 INFO O| Aug 09 05:39:05.033 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-09T05:39:07.057Z[ recovery-image] Aug 09 05:39:05.043 INFO O| Aug 09 05:39:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71722024-08-09T05:39:07.057Z[ recovery-image] Aug 09 05:39:05.043 INFO O| Aug 09 05:39:05.043 INFO STEP 1099 (remove_files) COMPLETE
71732024-08-09T05:39:07.061Z[ recovery-image] Aug 09 05:39:05.043 INFO O| Aug 09 05:39:05.043 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-09T05:39:07.067Z[ recovery-image] Aug 09 05:39:05.052 INFO O| Aug 09 05:39:05.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71752024-08-09T05:39:07.067Z[ recovery-image] Aug 09 05:39:05.052 INFO O| Aug 09 05:39:05.052 INFO STEP 1100 (remove_files) COMPLETE
71762024-08-09T05:39:07.070Z[ recovery-image] Aug 09 05:39:05.052 INFO O| Aug 09 05:39:05.052 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-09T05:39:07.076Z[ recovery-image] Aug 09 05:39:05.061 INFO O| Aug 09 05:39:05.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71782024-08-09T05:39:07.076Z[ recovery-image] Aug 09 05:39:05.061 INFO O| Aug 09 05:39:05.061 INFO STEP 1101 (remove_files) COMPLETE
71792024-08-09T05:39:07.076Z[ recovery-image] Aug 09 05:39:05.061 INFO O| Aug 09 05:39:05.061 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-09T05:39:07.086Z[ recovery-image] Aug 09 05:39:05.071 INFO O| Aug 09 05:39:05.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71812024-08-09T05:39:07.086Z[ recovery-image] Aug 09 05:39:05.071 INFO O| Aug 09 05:39:05.071 INFO STEP 1102 (remove_files) COMPLETE
71822024-08-09T05:39:07.088Z[ recovery-image] Aug 09 05:39:05.071 INFO O| Aug 09 05:39:05.071 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-09T05:39:07.095Z[ recovery-image] Aug 09 05:39:05.080 INFO O| Aug 09 05:39:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71842024-08-09T05:39:07.095Z[ recovery-image] Aug 09 05:39:05.080 INFO O| Aug 09 05:39:05.080 INFO STEP 1103 (remove_files) COMPLETE
71852024-08-09T05:39:07.097Z[ recovery-image] Aug 09 05:39:05.080 INFO O| Aug 09 05:39:05.080 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-09T05:39:07.105Z[ recovery-image] Aug 09 05:39:05.090 INFO O| Aug 09 05:39:05.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71872024-08-09T05:39:07.105Z[ recovery-image] Aug 09 05:39:05.090 INFO O| Aug 09 05:39:05.090 INFO STEP 1104 (remove_files) COMPLETE
71882024-08-09T05:39:07.105Z[ recovery-image] Aug 09 05:39:05.090 INFO O| Aug 09 05:39:05.090 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-09T05:39:07.114Z[ recovery-image] Aug 09 05:39:05.099 INFO O| Aug 09 05:39:05.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71902024-08-09T05:39:07.117Z[ recovery-image] Aug 09 05:39:05.099 INFO O| Aug 09 05:39:05.099 INFO STEP 1105 (remove_files) COMPLETE
71912024-08-09T05:39:07.118Z[ recovery-image] Aug 09 05:39:05.099 INFO O| Aug 09 05:39:05.099 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-09T05:39:07.124Z[ recovery-image] Aug 09 05:39:05.109 INFO O| Aug 09 05:39:05.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71932024-08-09T05:39:07.124Z[ recovery-image] Aug 09 05:39:05.109 INFO O| Aug 09 05:39:05.109 INFO STEP 1106 (remove_files) COMPLETE
71942024-08-09T05:39:07.124Z[ recovery-image] Aug 09 05:39:05.109 INFO O| Aug 09 05:39:05.109 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-09T05:39:07.133Z[ recovery-image] Aug 09 05:39:05.118 INFO O| Aug 09 05:39:05.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71962024-08-09T05:39:07.133Z[ recovery-image] Aug 09 05:39:05.118 INFO O| Aug 09 05:39:05.118 INFO STEP 1107 (remove_files) COMPLETE
71972024-08-09T05:39:07.136Z[ recovery-image] Aug 09 05:39:05.118 INFO O| Aug 09 05:39:05.118 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-09T05:39:07.142Z[ recovery-image] Aug 09 05:39:05.127 INFO O| Aug 09 05:39:05.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
71992024-08-09T05:39:07.142Z[ recovery-image] Aug 09 05:39:05.128 INFO O| Aug 09 05:39:05.128 INFO STEP 1108 (remove_files) COMPLETE
72002024-08-09T05:39:07.145Z[ recovery-image] Aug 09 05:39:05.128 INFO O| Aug 09 05:39:05.128 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-09T05:39:07.152Z[ recovery-image] Aug 09 05:39:05.137 INFO O| Aug 09 05:39:05.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72022024-08-09T05:39:07.155Z[ recovery-image] Aug 09 05:39:05.137 INFO O| Aug 09 05:39:05.137 INFO STEP 1109 (remove_files) COMPLETE
72032024-08-09T05:39:07.155Z[ recovery-image] Aug 09 05:39:05.137 INFO O| Aug 09 05:39:05.137 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-09T05:39:07.161Z[ recovery-image] Aug 09 05:39:05.146 INFO O| Aug 09 05:39:05.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72052024-08-09T05:39:07.161Z[ recovery-image] Aug 09 05:39:05.147 INFO O| Aug 09 05:39:05.146 INFO STEP 1110 (remove_files) COMPLETE
72062024-08-09T05:39:07.164Z[ recovery-image] Aug 09 05:39:05.147 INFO O| Aug 09 05:39:05.147 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-09T05:39:07.171Z[ recovery-image] Aug 09 05:39:05.156 INFO O| Aug 09 05:39:05.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72082024-08-09T05:39:07.171Z[ recovery-image] Aug 09 05:39:05.156 INFO O| Aug 09 05:39:05.156 INFO STEP 1111 (remove_files) COMPLETE
72092024-08-09T05:39:07.174Z[ recovery-image] Aug 09 05:39:05.156 INFO O| Aug 09 05:39:05.156 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-09T05:39:07.180Z[ recovery-image] Aug 09 05:39:05.165 INFO O| Aug 09 05:39:05.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72112024-08-09T05:39:07.183Z[ recovery-image] Aug 09 05:39:05.166 INFO O| Aug 09 05:39:05.165 INFO STEP 1112 (remove_files) COMPLETE
72122024-08-09T05:39:07.183Z[ recovery-image] Aug 09 05:39:05.166 INFO O| Aug 09 05:39:05.165 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-09T05:39:07.190Z[ recovery-image] Aug 09 05:39:05.175 INFO O| Aug 09 05:39:05.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72142024-08-09T05:39:07.190Z[ recovery-image] Aug 09 05:39:05.175 INFO O| Aug 09 05:39:05.175 INFO STEP 1113 (remove_files) COMPLETE
72152024-08-09T05:39:07.190Z[ recovery-image] Aug 09 05:39:05.175 INFO O| Aug 09 05:39:05.175 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-09T05:39:07.199Z[ recovery-image] Aug 09 05:39:05.184 INFO O| Aug 09 05:39:05.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72172024-08-09T05:39:07.199Z[ recovery-image] Aug 09 05:39:05.184 INFO O| Aug 09 05:39:05.184 INFO STEP 1114 (remove_files) COMPLETE
72182024-08-09T05:39:07.202Z[ recovery-image] Aug 09 05:39:05.184 INFO O| Aug 09 05:39:05.184 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-09T05:39:07.210Z[ recovery-image] Aug 09 05:39:05.195 INFO O| Aug 09 05:39:05.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72202024-08-09T05:39:07.213Z[ recovery-image] Aug 09 05:39:05.195 INFO O| Aug 09 05:39:05.195 INFO STEP 1115 (remove_files) COMPLETE
72212024-08-09T05:39:07.213Z[ recovery-image] Aug 09 05:39:05.195 INFO O| Aug 09 05:39:05.195 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-09T05:39:07.220Z[ recovery-image] Aug 09 05:39:05.205 INFO O| Aug 09 05:39:05.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72232024-08-09T05:39:07.220Z[ recovery-image] Aug 09 05:39:05.205 INFO O| Aug 09 05:39:05.205 INFO STEP 1116 (remove_files) COMPLETE
72242024-08-09T05:39:07.223Z[ recovery-image] Aug 09 05:39:05.205 INFO O| Aug 09 05:39:05.205 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-09T05:39:07.230Z[ recovery-image] Aug 09 05:39:05.215 INFO O| Aug 09 05:39:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72262024-08-09T05:39:07.230Z[ recovery-image] Aug 09 05:39:05.215 INFO O| Aug 09 05:39:05.215 INFO STEP 1117 (remove_files) COMPLETE
72272024-08-09T05:39:07.233Z[ recovery-image] Aug 09 05:39:05.215 INFO O| Aug 09 05:39:05.215 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-09T05:39:07.239Z[ recovery-image] Aug 09 05:39:05.224 INFO O| Aug 09 05:39:05.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72292024-08-09T05:39:07.242Z[ recovery-image] Aug 09 05:39:05.224 INFO O| Aug 09 05:39:05.224 INFO STEP 1118 (remove_files) COMPLETE
72302024-08-09T05:39:07.242Z[ recovery-image] Aug 09 05:39:05.225 INFO O| Aug 09 05:39:05.224 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-09T05:39:07.249Z[ recovery-image] Aug 09 05:39:05.234 INFO O| Aug 09 05:39:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72322024-08-09T05:39:07.249Z[ recovery-image] Aug 09 05:39:05.234 INFO O| Aug 09 05:39:05.234 INFO STEP 1119 (remove_files) COMPLETE
72332024-08-09T05:39:07.249Z[ recovery-image] Aug 09 05:39:05.235 INFO O| Aug 09 05:39:05.234 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-09T05:39:07.260Z[ recovery-image] Aug 09 05:39:05.245 INFO O| Aug 09 05:39:05.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72352024-08-09T05:39:07.260Z[ recovery-image] Aug 09 05:39:05.245 INFO O| Aug 09 05:39:05.245 INFO STEP 1120 (remove_files) COMPLETE
72362024-08-09T05:39:07.260Z[ recovery-image] Aug 09 05:39:05.245 INFO O| Aug 09 05:39:05.245 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-09T05:39:07.269Z[ recovery-image] Aug 09 05:39:05.254 INFO O| Aug 09 05:39:05.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72382024-08-09T05:39:07.273Z[ recovery-image] Aug 09 05:39:05.254 INFO O| Aug 09 05:39:05.254 INFO STEP 1121 (remove_files) COMPLETE
72392024-08-09T05:39:07.273Z[ recovery-image] Aug 09 05:39:05.254 INFO O| Aug 09 05:39:05.254 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-09T05:39:07.279Z[ recovery-image] Aug 09 05:39:05.264 INFO O| Aug 09 05:39:05.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72412024-08-09T05:39:07.279Z[ recovery-image] Aug 09 05:39:05.264 INFO O| Aug 09 05:39:05.264 INFO STEP 1122 (remove_files) COMPLETE
72422024-08-09T05:39:07.282Z[ recovery-image] Aug 09 05:39:05.264 INFO O| Aug 09 05:39:05.264 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-09T05:39:07.289Z[ recovery-image] Aug 09 05:39:05.274 INFO O| Aug 09 05:39:05.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72442024-08-09T05:39:07.289Z[ host-image] Aug 09 05:39:05.274 INFO O| Aug 09 05:39:05.274 INFO O| Download: Completed 20.86 MB in 0.80 seconds (26.1M/s)
72452024-08-09T05:39:07.289Z[ recovery-image] Aug 09 05:39:05.274 INFO O| Aug 09 05:39:05.274 INFO STEP 1123 (remove_files) COMPLETE
72462024-08-09T05:39:07.292Z[ recovery-image] Aug 09 05:39:05.274 INFO O| Aug 09 05:39:05.274 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-08-09T05:39:07.298Z[ recovery-image] Aug 09 05:39:05.283 INFO O| Aug 09 05:39:05.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72482024-08-09T05:39:07.301Z[ recovery-image] Aug 09 05:39:05.283 INFO O| Aug 09 05:39:05.283 INFO STEP 1124 (remove_files) COMPLETE
72492024-08-09T05:39:07.301Z[ recovery-image] Aug 09 05:39:05.283 INFO O| Aug 09 05:39:05.283 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-08-09T05:39:07.309Z[ recovery-image] Aug 09 05:39:05.294 INFO O| Aug 09 05:39:05.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72512024-08-09T05:39:07.309Z[ recovery-image] Aug 09 05:39:05.294 INFO O| Aug 09 05:39:05.294 INFO STEP 1125 (remove_files) COMPLETE
72522024-08-09T05:39:07.312Z[ recovery-image] Aug 09 05:39:05.294 INFO O| Aug 09 05:39:05.294 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-08-09T05:39:07.312Z[ host-image] Aug 09 05:39:05.296 INFO O| Aug 09 05:39:05.296 INFO O| Actions: 1/22 actions (Installing new actions)
72542024-08-09T05:39:07.319Z[ recovery-image] Aug 09 05:39:05.304 INFO O| Aug 09 05:39:05.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72552024-08-09T05:39:07.321Z[ recovery-image] Aug 09 05:39:05.304 INFO O| Aug 09 05:39:05.304 INFO STEP 1126 (remove_files) COMPLETE
72562024-08-09T05:39:07.321Z[ recovery-image] Aug 09 05:39:05.304 INFO O| Aug 09 05:39:05.304 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-09T05:39:07.329Z[ recovery-image] Aug 09 05:39:05.314 INFO O| Aug 09 05:39:05.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72582024-08-09T05:39:07.329Z[ recovery-image] Aug 09 05:39:05.314 INFO O| Aug 09 05:39:05.314 INFO STEP 1127 (remove_files) COMPLETE
72592024-08-09T05:39:07.329Z[ recovery-image] Aug 09 05:39:05.314 INFO O| Aug 09 05:39:05.314 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-09T05:39:07.339Z[ recovery-image] Aug 09 05:39:05.324 INFO O| Aug 09 05:39:05.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72612024-08-09T05:39:07.339Z[ recovery-image] Aug 09 05:39:05.324 INFO O| Aug 09 05:39:05.324 INFO STEP 1128 (remove_files) COMPLETE
72622024-08-09T05:39:07.339Z[ recovery-image] Aug 09 05:39:05.324 INFO O| Aug 09 05:39:05.324 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-09T05:39:07.348Z[ recovery-image] Aug 09 05:39:05.333 INFO O| Aug 09 05:39:05.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72642024-08-09T05:39:07.348Z[ recovery-image] Aug 09 05:39:05.333 INFO O| Aug 09 05:39:05.333 INFO STEP 1129 (remove_files) COMPLETE
72652024-08-09T05:39:07.348Z[ recovery-image] Aug 09 05:39:05.333 INFO O| Aug 09 05:39:05.333 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-09T05:39:07.358Z[ recovery-image] Aug 09 05:39:05.343 INFO O| Aug 09 05:39:05.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72672024-08-09T05:39:07.358Z[ recovery-image] Aug 09 05:39:05.343 INFO O| Aug 09 05:39:05.343 INFO STEP 1130 (remove_files) COMPLETE
72682024-08-09T05:39:07.361Z[ recovery-image] Aug 09 05:39:05.343 INFO O| Aug 09 05:39:05.343 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-09T05:39:07.368Z[ recovery-image] Aug 09 05:39:05.353 INFO O| Aug 09 05:39:05.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72702024-08-09T05:39:07.368Z[ recovery-image] Aug 09 05:39:05.353 INFO O| Aug 09 05:39:05.353 INFO STEP 1131 (remove_files) COMPLETE
72712024-08-09T05:39:07.371Z[ recovery-image] Aug 09 05:39:05.353 INFO O| Aug 09 05:39:05.353 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-09T05:39:07.377Z[ recovery-image] Aug 09 05:39:05.362 INFO O| Aug 09 05:39:05.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72732024-08-09T05:39:07.380Z[ recovery-image] Aug 09 05:39:05.362 INFO O| Aug 09 05:39:05.362 INFO STEP 1132 (remove_files) COMPLETE
72742024-08-09T05:39:07.380Z[ recovery-image] Aug 09 05:39:05.362 INFO O| Aug 09 05:39:05.362 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-09T05:39:07.387Z[ recovery-image] Aug 09 05:39:05.372 INFO O| Aug 09 05:39:05.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72762024-08-09T05:39:07.387Z[ recovery-image] Aug 09 05:39:05.372 INFO O| Aug 09 05:39:05.372 INFO STEP 1133 (remove_files) COMPLETE
72772024-08-09T05:39:07.387Z[ recovery-image] Aug 09 05:39:05.372 INFO O| Aug 09 05:39:05.372 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-09T05:39:07.397Z[ recovery-image] Aug 09 05:39:05.382 INFO O| Aug 09 05:39:05.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72792024-08-09T05:39:07.397Z[ recovery-image] Aug 09 05:39:05.382 INFO O| Aug 09 05:39:05.382 INFO STEP 1134 (remove_files) COMPLETE
72802024-08-09T05:39:07.400Z[ recovery-image] Aug 09 05:39:05.382 INFO O| Aug 09 05:39:05.382 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-09T05:39:07.407Z[ recovery-image] Aug 09 05:39:05.392 INFO O| Aug 09 05:39:05.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72822024-08-09T05:39:07.407Z[ recovery-image] Aug 09 05:39:05.392 INFO O| Aug 09 05:39:05.392 INFO STEP 1135 (remove_files) COMPLETE
72832024-08-09T05:39:07.407Z[ recovery-image] Aug 09 05:39:05.392 INFO O| Aug 09 05:39:05.392 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-09T05:39:07.416Z[ recovery-image] Aug 09 05:39:05.401 INFO O| Aug 09 05:39:05.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72852024-08-09T05:39:07.420Z[ recovery-image] Aug 09 05:39:05.401 INFO O| Aug 09 05:39:05.401 INFO STEP 1136 (remove_files) COMPLETE
72862024-08-09T05:39:07.420Z[ recovery-image] Aug 09 05:39:05.401 INFO O| Aug 09 05:39:05.401 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-09T05:39:07.426Z[ recovery-image] Aug 09 05:39:05.411 INFO O| Aug 09 05:39:05.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72882024-08-09T05:39:07.426Z[ recovery-image] Aug 09 05:39:05.411 INFO O| Aug 09 05:39:05.411 INFO STEP 1137 (remove_files) COMPLETE
72892024-08-09T05:39:07.429Z[ recovery-image] Aug 09 05:39:05.411 INFO O| Aug 09 05:39:05.411 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-09T05:39:07.436Z[ recovery-image] Aug 09 05:39:05.421 INFO O| Aug 09 05:39:05.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72912024-08-09T05:39:07.438Z[ recovery-image] Aug 09 05:39:05.421 INFO O| Aug 09 05:39:05.421 INFO STEP 1138 (remove_files) COMPLETE
72922024-08-09T05:39:07.439Z[ recovery-image] Aug 09 05:39:05.421 INFO O| Aug 09 05:39:05.421 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-09T05:39:07.446Z[ recovery-image] Aug 09 05:39:05.431 INFO O| Aug 09 05:39:05.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72942024-08-09T05:39:07.448Z[ recovery-image] Aug 09 05:39:05.431 INFO O| Aug 09 05:39:05.431 INFO STEP 1139 (remove_files) COMPLETE
72952024-08-09T05:39:07.448Z[ recovery-image] Aug 09 05:39:05.431 INFO O| Aug 09 05:39:05.431 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-09T05:39:07.455Z[ recovery-image] Aug 09 05:39:05.440 INFO O| Aug 09 05:39:05.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72972024-08-09T05:39:07.455Z[ recovery-image] Aug 09 05:39:05.440 INFO O| Aug 09 05:39:05.440 INFO STEP 1140 (remove_files) COMPLETE
72982024-08-09T05:39:07.458Z[ recovery-image] Aug 09 05:39:05.440 INFO O| Aug 09 05:39:05.440 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-09T05:39:07.465Z[ recovery-image] Aug 09 05:39:05.450 INFO O| Aug 09 05:39:05.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73002024-08-09T05:39:07.465Z[ recovery-image] Aug 09 05:39:05.450 INFO O| Aug 09 05:39:05.450 INFO STEP 1141 (remove_files) COMPLETE
73012024-08-09T05:39:07.468Z[ recovery-image] Aug 09 05:39:05.450 INFO O| Aug 09 05:39:05.450 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-09T05:39:07.474Z[ recovery-image] Aug 09 05:39:05.460 INFO O| Aug 09 05:39:05.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73032024-08-09T05:39:07.477Z[ recovery-image] Aug 09 05:39:05.460 INFO O| Aug 09 05:39:05.460 INFO STEP 1142 (remove_files) COMPLETE
73042024-08-09T05:39:07.477Z[ recovery-image] Aug 09 05:39:05.460 INFO O| Aug 09 05:39:05.460 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-09T05:39:07.484Z[ recovery-image] Aug 09 05:39:05.469 INFO O| Aug 09 05:39:05.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73062024-08-09T05:39:07.484Z[ recovery-image] Aug 09 05:39:05.469 INFO O| Aug 09 05:39:05.469 INFO STEP 1143 (remove_files) COMPLETE
73072024-08-09T05:39:07.487Z[ recovery-image] Aug 09 05:39:05.469 INFO O| Aug 09 05:39:05.469 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-09T05:39:07.494Z[ recovery-image] Aug 09 05:39:05.479 INFO O| Aug 09 05:39:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73092024-08-09T05:39:07.497Z[ recovery-image] Aug 09 05:39:05.479 INFO O| Aug 09 05:39:05.479 INFO STEP 1144 (remove_files) COMPLETE
73102024-08-09T05:39:07.497Z[ recovery-image] Aug 09 05:39:05.479 INFO O| Aug 09 05:39:05.479 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-09T05:39:07.503Z[ recovery-image] Aug 09 05:39:05.489 INFO O| Aug 09 05:39:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73122024-08-09T05:39:07.506Z[ recovery-image] Aug 09 05:39:05.489 INFO O| Aug 09 05:39:05.489 INFO STEP 1145 (remove_files) COMPLETE
73132024-08-09T05:39:07.506Z[ recovery-image] Aug 09 05:39:05.489 INFO O| Aug 09 05:39:05.489 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-09T05:39:07.513Z[ recovery-image] Aug 09 05:39:05.498 INFO O| Aug 09 05:39:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73152024-08-09T05:39:07.516Z[ recovery-image] Aug 09 05:39:05.498 INFO O| Aug 09 05:39:05.498 INFO STEP 1146 (remove_files) COMPLETE
73162024-08-09T05:39:07.516Z[ recovery-image] Aug 09 05:39:05.499 INFO O| Aug 09 05:39:05.498 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-09T05:39:07.523Z[ recovery-image] Aug 09 05:39:05.508 INFO O| Aug 09 05:39:05.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73182024-08-09T05:39:07.526Z[ recovery-image] Aug 09 05:39:05.508 INFO O| Aug 09 05:39:05.508 INFO STEP 1147 (remove_files) COMPLETE
73192024-08-09T05:39:07.526Z[ recovery-image] Aug 09 05:39:05.508 INFO O| Aug 09 05:39:05.508 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-09T05:39:07.534Z[ recovery-image] Aug 09 05:39:05.519 INFO O| Aug 09 05:39:05.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73212024-08-09T05:39:07.534Z[ recovery-image] Aug 09 05:39:05.519 INFO O| Aug 09 05:39:05.519 INFO STEP 1148 (remove_files) COMPLETE
73222024-08-09T05:39:07.534Z[ recovery-image] Aug 09 05:39:05.519 INFO O| Aug 09 05:39:05.519 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-09T05:39:07.543Z[ recovery-image] Aug 09 05:39:05.528 INFO O| Aug 09 05:39:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73242024-08-09T05:39:07.543Z[ recovery-image] Aug 09 05:39:05.528 INFO O| Aug 09 05:39:05.528 INFO STEP 1149 (remove_files) COMPLETE
73252024-08-09T05:39:07.543Z[ recovery-image] Aug 09 05:39:05.528 INFO O| Aug 09 05:39:05.528 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-09T05:39:07.553Z[ recovery-image] Aug 09 05:39:05.538 INFO O| Aug 09 05:39:05.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73272024-08-09T05:39:07.553Z[ recovery-image] Aug 09 05:39:05.538 INFO O| Aug 09 05:39:05.538 INFO STEP 1150 (remove_files) COMPLETE
73282024-08-09T05:39:07.556Z[ recovery-image] Aug 09 05:39:05.538 INFO O| Aug 09 05:39:05.538 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-09T05:39:07.563Z[ recovery-image] Aug 09 05:39:05.548 INFO O| Aug 09 05:39:05.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73302024-08-09T05:39:07.565Z[ recovery-image] Aug 09 05:39:05.548 INFO O| Aug 09 05:39:05.548 INFO STEP 1151 (remove_files) COMPLETE
73312024-08-09T05:39:07.566Z[ recovery-image] Aug 09 05:39:05.549 INFO O| Aug 09 05:39:05.548 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-09T05:39:07.573Z[ recovery-image] Aug 09 05:39:05.558 INFO O| Aug 09 05:39:05.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73332024-08-09T05:39:07.573Z[ recovery-image] Aug 09 05:39:05.558 INFO O| Aug 09 05:39:05.558 INFO STEP 1152 (remove_files) COMPLETE
73342024-08-09T05:39:07.573Z[ recovery-image] Aug 09 05:39:05.558 INFO O| Aug 09 05:39:05.558 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-09T05:39:07.583Z[ recovery-image] Aug 09 05:39:05.568 INFO O| Aug 09 05:39:05.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73362024-08-09T05:39:07.583Z[ recovery-image] Aug 09 05:39:05.568 INFO O| Aug 09 05:39:05.568 INFO STEP 1153 (remove_files) COMPLETE
73372024-08-09T05:39:07.583Z[ recovery-image] Aug 09 05:39:05.568 INFO O| Aug 09 05:39:05.568 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-09T05:39:07.592Z[ recovery-image] Aug 09 05:39:05.577 INFO O| Aug 09 05:39:05.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73392024-08-09T05:39:07.595Z[ recovery-image] Aug 09 05:39:05.577 INFO O| Aug 09 05:39:05.577 INFO STEP 1154 (remove_files) COMPLETE
73402024-08-09T05:39:07.595Z[ recovery-image] Aug 09 05:39:05.577 INFO O| Aug 09 05:39:05.577 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-09T05:39:07.602Z[ recovery-image] Aug 09 05:39:05.587 INFO O| Aug 09 05:39:05.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73422024-08-09T05:39:07.605Z[ recovery-image] Aug 09 05:39:05.587 INFO O| Aug 09 05:39:05.587 INFO STEP 1155 (remove_files) COMPLETE
73432024-08-09T05:39:07.605Z[ recovery-image] Aug 09 05:39:05.587 INFO O| Aug 09 05:39:05.587 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-09T05:39:07.612Z[ recovery-image] Aug 09 05:39:05.597 INFO O| Aug 09 05:39:05.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73452024-08-09T05:39:07.612Z[ recovery-image] Aug 09 05:39:05.597 INFO O| Aug 09 05:39:05.597 INFO STEP 1156 (remove_files) COMPLETE
73462024-08-09T05:39:07.614Z[ recovery-image] Aug 09 05:39:05.597 INFO O| Aug 09 05:39:05.597 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-09T05:39:07.621Z[ recovery-image] Aug 09 05:39:05.606 INFO O| Aug 09 05:39:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73482024-08-09T05:39:07.621Z[ recovery-image] Aug 09 05:39:05.606 INFO O| Aug 09 05:39:05.606 INFO STEP 1157 (remove_files) COMPLETE
73492024-08-09T05:39:07.624Z[ recovery-image] Aug 09 05:39:05.606 INFO O| Aug 09 05:39:05.606 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-09T05:39:07.631Z[ recovery-image] Aug 09 05:39:05.616 INFO O| Aug 09 05:39:05.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73512024-08-09T05:39:07.631Z[ recovery-image] Aug 09 05:39:05.616 INFO O| Aug 09 05:39:05.616 INFO STEP 1158 (remove_files) COMPLETE
73522024-08-09T05:39:07.633Z[ recovery-image] Aug 09 05:39:05.616 INFO O| Aug 09 05:39:05.616 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-09T05:39:07.641Z[ recovery-image] Aug 09 05:39:05.626 INFO O| Aug 09 05:39:05.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73542024-08-09T05:39:07.643Z[ recovery-image] Aug 09 05:39:05.626 INFO O| Aug 09 05:39:05.626 INFO STEP 1159 (remove_files) COMPLETE
73552024-08-09T05:39:07.644Z[ recovery-image] Aug 09 05:39:05.626 INFO O| Aug 09 05:39:05.626 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-09T05:39:07.651Z[ recovery-image] Aug 09 05:39:05.636 INFO O| Aug 09 05:39:05.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73572024-08-09T05:39:07.651Z[ recovery-image] Aug 09 05:39:05.636 INFO O| Aug 09 05:39:05.636 INFO STEP 1160 (remove_files) COMPLETE
73582024-08-09T05:39:07.653Z[ recovery-image] Aug 09 05:39:05.636 INFO O| Aug 09 05:39:05.636 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-09T05:39:07.660Z[ recovery-image] Aug 09 05:39:05.645 INFO O| Aug 09 05:39:05.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73602024-08-09T05:39:07.660Z[ recovery-image] Aug 09 05:39:05.645 INFO O| Aug 09 05:39:05.645 INFO STEP 1161 (remove_files) COMPLETE
73612024-08-09T05:39:07.660Z[ recovery-image] Aug 09 05:39:05.645 INFO O| Aug 09 05:39:05.645 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-09T05:39:07.670Z[ recovery-image] Aug 09 05:39:05.655 INFO O| Aug 09 05:39:05.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73632024-08-09T05:39:07.673Z[ recovery-image] Aug 09 05:39:05.655 INFO O| Aug 09 05:39:05.655 INFO STEP 1162 (remove_files) COMPLETE
73642024-08-09T05:39:07.673Z[ recovery-image] Aug 09 05:39:05.655 INFO O| Aug 09 05:39:05.655 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-09T05:39:07.680Z[ recovery-image] Aug 09 05:39:05.665 INFO O| Aug 09 05:39:05.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73662024-08-09T05:39:07.680Z[ recovery-image] Aug 09 05:39:05.665 INFO O| Aug 09 05:39:05.665 INFO STEP 1163 (remove_files) COMPLETE
73672024-08-09T05:39:07.683Z[ recovery-image] Aug 09 05:39:05.665 INFO O| Aug 09 05:39:05.665 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-09T05:39:07.691Z[ recovery-image] Aug 09 05:39:05.676 INFO O| Aug 09 05:39:05.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73692024-08-09T05:39:07.693Z[ recovery-image] Aug 09 05:39:05.676 INFO O| Aug 09 05:39:05.676 INFO STEP 1164 (remove_files) COMPLETE
73702024-08-09T05:39:07.693Z[ recovery-image] Aug 09 05:39:05.676 INFO O| Aug 09 05:39:05.676 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-09T05:39:07.701Z[ recovery-image] Aug 09 05:39:05.686 INFO O| Aug 09 05:39:05.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73722024-08-09T05:39:07.701Z[ recovery-image] Aug 09 05:39:05.686 INFO O| Aug 09 05:39:05.686 INFO STEP 1165 (remove_files) COMPLETE
73732024-08-09T05:39:07.701Z[ recovery-image] Aug 09 05:39:05.686 INFO O| Aug 09 05:39:05.686 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-08-09T05:39:07.711Z[ recovery-image] Aug 09 05:39:05.696 INFO O| Aug 09 05:39:05.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73752024-08-09T05:39:07.711Z[ recovery-image] Aug 09 05:39:05.696 INFO O| Aug 09 05:39:05.696 INFO STEP 1166 (remove_files) COMPLETE
73762024-08-09T05:39:07.711Z[ recovery-image] Aug 09 05:39:05.696 INFO O| Aug 09 05:39:05.696 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-08-09T05:39:07.722Z[ recovery-image] Aug 09 05:39:05.707 INFO O| Aug 09 05:39:05.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73782024-08-09T05:39:07.722Z[ recovery-image] Aug 09 05:39:05.707 INFO O| Aug 09 05:39:05.707 INFO STEP 1167 (remove_files) COMPLETE
73792024-08-09T05:39:07.724Z[ recovery-image] Aug 09 05:39:05.707 INFO O| Aug 09 05:39:05.707 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-09T05:39:07.731Z[ recovery-image] Aug 09 05:39:05.716 INFO O| Aug 09 05:39:05.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73812024-08-09T05:39:07.734Z[ recovery-image] Aug 09 05:39:05.716 INFO O| Aug 09 05:39:05.716 INFO STEP 1168 (remove_files) COMPLETE
73822024-08-09T05:39:07.734Z[ recovery-image] Aug 09 05:39:05.716 INFO O| Aug 09 05:39:05.716 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-09T05:39:07.743Z[ recovery-image] Aug 09 05:39:05.728 INFO O| Aug 09 05:39:05.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73842024-08-09T05:39:07.743Z[ recovery-image] Aug 09 05:39:05.728 INFO O| Aug 09 05:39:05.728 INFO STEP 1169 (remove_files) COMPLETE
73852024-08-09T05:39:07.743Z[ recovery-image] Aug 09 05:39:05.728 INFO O| Aug 09 05:39:05.728 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-09T05:39:07.753Z[ recovery-image] Aug 09 05:39:05.738 INFO O| Aug 09 05:39:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73872024-08-09T05:39:07.753Z[ recovery-image] Aug 09 05:39:05.738 INFO O| Aug 09 05:39:05.738 INFO STEP 1170 (remove_files) COMPLETE
73882024-08-09T05:39:07.753Z[ recovery-image] Aug 09 05:39:05.738 INFO O| Aug 09 05:39:05.738 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-09T05:39:07.766Z[ recovery-image] Aug 09 05:39:05.751 INFO O| Aug 09 05:39:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73902024-08-09T05:39:07.766Z[ recovery-image] Aug 09 05:39:05.751 INFO O| Aug 09 05:39:05.751 INFO STEP 1171 (remove_files) COMPLETE
73912024-08-09T05:39:07.766Z[ recovery-image] Aug 09 05:39:05.751 INFO O| Aug 09 05:39:05.751 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-09T05:39:07.781Z[ recovery-image] Aug 09 05:39:05.765 INFO O| Aug 09 05:39:05.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73932024-08-09T05:39:07.781Z[ recovery-image] Aug 09 05:39:05.766 INFO O| Aug 09 05:39:05.766 INFO STEP 1172 (remove_files) COMPLETE
73942024-08-09T05:39:07.784Z[ recovery-image] Aug 09 05:39:05.766 INFO O| Aug 09 05:39:05.766 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-09T05:39:07.795Z[ recovery-image] Aug 09 05:39:05.779 INFO O| Aug 09 05:39:05.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73962024-08-09T05:39:07.795Z[ recovery-image] Aug 09 05:39:05.779 INFO O| Aug 09 05:39:05.779 INFO STEP 1173 (remove_files) COMPLETE
73972024-08-09T05:39:07.795Z[ recovery-image] Aug 09 05:39:05.780 INFO O| Aug 09 05:39:05.779 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-09T05:39:07.806Z[ recovery-image] Aug 09 05:39:05.791 INFO O| Aug 09 05:39:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73992024-08-09T05:39:07.806Z[ recovery-image] Aug 09 05:39:05.791 INFO O| Aug 09 05:39:05.791 INFO STEP 1174 (remove_files) COMPLETE
74002024-08-09T05:39:07.806Z[ recovery-image] Aug 09 05:39:05.791 INFO O| Aug 09 05:39:05.791 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-09T05:39:07.817Z[ recovery-image] Aug 09 05:39:05.802 INFO O| Aug 09 05:39:05.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74022024-08-09T05:39:07.820Z[ recovery-image] Aug 09 05:39:05.802 INFO O| Aug 09 05:39:05.802 INFO STEP 1175 (remove_files) COMPLETE
74032024-08-09T05:39:07.820Z[ recovery-image] Aug 09 05:39:05.802 INFO O| Aug 09 05:39:05.802 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-09T05:39:07.827Z[ recovery-image] Aug 09 05:39:05.812 INFO O| Aug 09 05:39:05.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74052024-08-09T05:39:07.830Z[ recovery-image] Aug 09 05:39:05.812 INFO O| Aug 09 05:39:05.812 INFO STEP 1176 (remove_files) COMPLETE
74062024-08-09T05:39:07.830Z[ recovery-image] Aug 09 05:39:05.812 INFO O| Aug 09 05:39:05.812 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-09T05:39:07.837Z[ recovery-image] Aug 09 05:39:05.822 INFO O| Aug 09 05:39:05.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74082024-08-09T05:39:07.837Z[ recovery-image] Aug 09 05:39:05.822 INFO O| Aug 09 05:39:05.822 INFO STEP 1177 (remove_files) COMPLETE
74092024-08-09T05:39:07.840Z[ recovery-image] Aug 09 05:39:05.822 INFO O| Aug 09 05:39:05.822 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-08-09T05:39:07.847Z[ recovery-image] Aug 09 05:39:05.832 INFO O| Aug 09 05:39:05.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74112024-08-09T05:39:07.850Z[ recovery-image] Aug 09 05:39:05.832 INFO O| Aug 09 05:39:05.832 INFO STEP 1178 (remove_files) COMPLETE
74122024-08-09T05:39:07.850Z[ recovery-image] Aug 09 05:39:05.832 INFO O| Aug 09 05:39:05.832 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-09T05:39:07.858Z[ recovery-image] Aug 09 05:39:05.843 INFO O| Aug 09 05:39:05.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74142024-08-09T05:39:07.858Z[ recovery-image] Aug 09 05:39:05.843 INFO O| Aug 09 05:39:05.843 INFO STEP 1179 (remove_files) COMPLETE
74152024-08-09T05:39:07.858Z[ recovery-image] Aug 09 05:39:05.843 INFO O| Aug 09 05:39:05.843 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-08-09T05:39:07.868Z[ recovery-image] Aug 09 05:39:05.853 INFO O| Aug 09 05:39:05.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74172024-08-09T05:39:07.868Z[ recovery-image] Aug 09 05:39:05.853 INFO O| Aug 09 05:39:05.853 INFO STEP 1180 (remove_files) COMPLETE
74182024-08-09T05:39:07.871Z[ recovery-image] Aug 09 05:39:05.853 INFO O| Aug 09 05:39:05.853 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-08-09T05:39:07.878Z[ recovery-image] Aug 09 05:39:05.863 INFO O| Aug 09 05:39:05.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74202024-08-09T05:39:07.878Z[ recovery-image] Aug 09 05:39:05.863 INFO O| Aug 09 05:39:05.863 INFO STEP 1181 (remove_files) COMPLETE
74212024-08-09T05:39:07.881Z[ recovery-image] Aug 09 05:39:05.863 INFO O| Aug 09 05:39:05.863 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-08-09T05:39:07.887Z[ recovery-image] Aug 09 05:39:05.872 INFO O| Aug 09 05:39:05.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74232024-08-09T05:39:07.887Z[ recovery-image] Aug 09 05:39:05.872 INFO O| Aug 09 05:39:05.872 INFO STEP 1182 (remove_files) COMPLETE
74242024-08-09T05:39:07.891Z[ recovery-image] Aug 09 05:39:05.872 INFO O| Aug 09 05:39:05.872 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-08-09T05:39:07.897Z[ recovery-image] Aug 09 05:39:05.882 INFO O| Aug 09 05:39:05.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74262024-08-09T05:39:07.900Z[ recovery-image] Aug 09 05:39:05.882 INFO O| Aug 09 05:39:05.882 INFO STEP 1183 (remove_files) COMPLETE
74272024-08-09T05:39:07.900Z[ recovery-image] Aug 09 05:39:05.882 INFO O| Aug 09 05:39:05.882 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-08-09T05:39:07.906Z[ host-image] Aug 09 05:39:05.891 INFO O| Aug 09 05:39:05.891 INFO O| Actions: Completed 22 actions in 0.59 seconds.
74292024-08-09T05:39:07.909Z[ recovery-image] Aug 09 05:39:05.892 INFO O| Aug 09 05:39:05.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74302024-08-09T05:39:07.909Z[ recovery-image] Aug 09 05:39:05.892 INFO O| Aug 09 05:39:05.892 INFO STEP 1184 (remove_files) COMPLETE
74312024-08-09T05:39:07.909Z[ recovery-image] Aug 09 05:39:05.892 INFO O| Aug 09 05:39:05.892 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-09T05:39:07.917Z[ recovery-image] Aug 09 05:39:05.902 INFO O| Aug 09 05:39:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74332024-08-09T05:39:07.917Z[ recovery-image] Aug 09 05:39:05.902 INFO O| Aug 09 05:39:05.902 INFO STEP 1185 (remove_files) COMPLETE
74342024-08-09T05:39:07.917Z[ recovery-image] Aug 09 05:39:05.902 INFO O| Aug 09 05:39:05.902 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-09T05:39:07.927Z[ recovery-image] Aug 09 05:39:05.912 INFO O| Aug 09 05:39:05.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74362024-08-09T05:39:07.930Z[ recovery-image] Aug 09 05:39:05.912 INFO O| Aug 09 05:39:05.912 INFO STEP 1186 (remove_files) COMPLETE
74372024-08-09T05:39:07.930Z[ recovery-image] Aug 09 05:39:05.912 INFO O| Aug 09 05:39:05.912 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-09T05:39:07.937Z[ recovery-image] Aug 09 05:39:05.922 INFO O| Aug 09 05:39:05.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74392024-08-09T05:39:07.940Z[ recovery-image] Aug 09 05:39:05.922 INFO O| Aug 09 05:39:05.922 INFO STEP 1187 (remove_files) COMPLETE
74402024-08-09T05:39:07.940Z[ recovery-image] Aug 09 05:39:05.922 INFO O| Aug 09 05:39:05.922 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-09T05:39:07.948Z[ recovery-image] Aug 09 05:39:05.933 INFO O| Aug 09 05:39:05.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74422024-08-09T05:39:07.948Z[ recovery-image] Aug 09 05:39:05.933 INFO O| Aug 09 05:39:05.933 INFO STEP 1188 (remove_files) COMPLETE
74432024-08-09T05:39:07.948Z[ recovery-image] Aug 09 05:39:05.933 INFO O| Aug 09 05:39:05.933 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-09T05:39:07.958Z[ recovery-image] Aug 09 05:39:05.943 INFO O| Aug 09 05:39:05.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74452024-08-09T05:39:07.960Z[ recovery-image] Aug 09 05:39:05.943 INFO O| Aug 09 05:39:05.943 INFO STEP 1189 (remove_files) COMPLETE
74462024-08-09T05:39:07.960Z[ recovery-image] Aug 09 05:39:05.943 INFO O| Aug 09 05:39:05.943 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-09T05:39:07.968Z[ recovery-image] Aug 09 05:39:05.952 INFO O| Aug 09 05:39:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74482024-08-09T05:39:07.970Z[ recovery-image] Aug 09 05:39:05.953 INFO O| Aug 09 05:39:05.953 INFO STEP 1190 (remove_files) COMPLETE
74492024-08-09T05:39:07.970Z[ recovery-image] Aug 09 05:39:05.953 INFO O| Aug 09 05:39:05.953 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-09T05:39:07.978Z[ recovery-image] Aug 09 05:39:05.963 INFO O| Aug 09 05:39:05.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74512024-08-09T05:39:07.978Z[ recovery-image] Aug 09 05:39:05.963 INFO O| Aug 09 05:39:05.963 INFO STEP 1191 (remove_files) COMPLETE
74522024-08-09T05:39:07.978Z[ recovery-image] Aug 09 05:39:05.963 INFO O| Aug 09 05:39:05.963 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-09T05:39:07.987Z[ recovery-image] Aug 09 05:39:05.972 INFO O| Aug 09 05:39:05.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74542024-08-09T05:39:07.988Z[ recovery-image] Aug 09 05:39:05.972 INFO O| Aug 09 05:39:05.972 INFO STEP 1192 (remove_files) COMPLETE
74552024-08-09T05:39:07.988Z[ recovery-image] Aug 09 05:39:05.972 INFO O| Aug 09 05:39:05.972 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-09T05:39:07.997Z[ recovery-image] Aug 09 05:39:05.982 INFO O| Aug 09 05:39:05.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74572024-08-09T05:39:07.997Z[ recovery-image] Aug 09 05:39:05.982 INFO O| Aug 09 05:39:05.982 INFO STEP 1193 (remove_files) COMPLETE
74582024-08-09T05:39:08.000Z[ recovery-image] Aug 09 05:39:05.982 INFO O| Aug 09 05:39:05.982 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-09T05:39:08.007Z[ recovery-image] Aug 09 05:39:05.992 INFO O| Aug 09 05:39:05.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74602024-08-09T05:39:08.007Z[ recovery-image] Aug 09 05:39:05.992 INFO O| Aug 09 05:39:05.992 INFO STEP 1194 (remove_files) COMPLETE
74612024-08-09T05:39:08.007Z[ recovery-image] Aug 09 05:39:05.992 INFO O| Aug 09 05:39:05.992 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-09T05:39:08.019Z[ recovery-image] Aug 09 05:39:06.003 INFO O| Aug 09 05:39:06.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74632024-08-09T05:39:08.019Z[ recovery-image] Aug 09 05:39:06.003 INFO O| Aug 09 05:39:06.003 INFO STEP 1195 (remove_files) COMPLETE
74642024-08-09T05:39:08.022Z[ recovery-image] Aug 09 05:39:06.003 INFO O| Aug 09 05:39:06.003 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-09T05:39:08.029Z[ recovery-image] Aug 09 05:39:06.014 INFO O| Aug 09 05:39:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74662024-08-09T05:39:08.029Z[ recovery-image] Aug 09 05:39:06.014 INFO O| Aug 09 05:39:06.014 INFO STEP 1196 (remove_files) COMPLETE
74672024-08-09T05:39:08.029Z[ recovery-image] Aug 09 05:39:06.014 INFO O| Aug 09 05:39:06.014 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-08-09T05:39:08.039Z[ recovery-image] Aug 09 05:39:06.024 INFO O| Aug 09 05:39:06.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74692024-08-09T05:39:08.039Z[ recovery-image] Aug 09 05:39:06.024 INFO O| Aug 09 05:39:06.024 INFO STEP 1197 (remove_files) COMPLETE
74702024-08-09T05:39:08.042Z[ recovery-image] Aug 09 05:39:06.024 INFO O| Aug 09 05:39:06.024 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-08-09T05:39:08.049Z[ recovery-image] Aug 09 05:39:06.034 INFO O| Aug 09 05:39:06.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74722024-08-09T05:39:08.049Z[ recovery-image] Aug 09 05:39:06.034 INFO O| Aug 09 05:39:06.034 INFO STEP 1198 (remove_files) COMPLETE
74732024-08-09T05:39:08.049Z[ recovery-image] Aug 09 05:39:06.034 INFO O| Aug 09 05:39:06.034 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-08-09T05:39:08.061Z[ recovery-image] Aug 09 05:39:06.046 INFO O| Aug 09 05:39:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74752024-08-09T05:39:08.061Z[ recovery-image] Aug 09 05:39:06.046 INFO O| Aug 09 05:39:06.046 INFO STEP 1199 (remove_files) COMPLETE
74762024-08-09T05:39:08.064Z[ recovery-image] Aug 09 05:39:06.046 INFO O| Aug 09 05:39:06.046 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-08-09T05:39:08.072Z[ recovery-image] Aug 09 05:39:06.057 INFO O| Aug 09 05:39:06.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74782024-08-09T05:39:08.075Z[ recovery-image] Aug 09 05:39:06.057 INFO O| Aug 09 05:39:06.057 INFO STEP 1200 (remove_files) COMPLETE
74792024-08-09T05:39:08.075Z[ recovery-image] Aug 09 05:39:06.057 INFO O| Aug 09 05:39:06.057 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-08-09T05:39:08.082Z[ recovery-image] Aug 09 05:39:06.067 INFO O| Aug 09 05:39:06.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74812024-08-09T05:39:08.082Z[ recovery-image] Aug 09 05:39:06.067 INFO O| Aug 09 05:39:06.067 INFO STEP 1201 (remove_files) COMPLETE
74822024-08-09T05:39:08.085Z[ recovery-image] Aug 09 05:39:06.067 INFO O| Aug 09 05:39:06.067 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-08-09T05:39:08.093Z[ recovery-image] Aug 09 05:39:06.077 INFO O| Aug 09 05:39:06.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74842024-08-09T05:39:08.093Z[ recovery-image] Aug 09 05:39:06.078 INFO O| Aug 09 05:39:06.078 INFO STEP 1202 (remove_files) COMPLETE
74852024-08-09T05:39:08.095Z[ recovery-image] Aug 09 05:39:06.078 INFO O| Aug 09 05:39:06.078 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-08-09T05:39:08.103Z[ recovery-image] Aug 09 05:39:06.088 INFO O| Aug 09 05:39:06.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74872024-08-09T05:39:08.103Z[ recovery-image] Aug 09 05:39:06.088 INFO O| Aug 09 05:39:06.088 INFO STEP 1203 (remove_files) COMPLETE
74882024-08-09T05:39:08.103Z[ recovery-image] Aug 09 05:39:06.088 INFO O| Aug 09 05:39:06.088 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-08-09T05:39:08.113Z[ recovery-image] Aug 09 05:39:06.098 INFO O| Aug 09 05:39:06.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74902024-08-09T05:39:08.113Z[ recovery-image] Aug 09 05:39:06.098 INFO O| Aug 09 05:39:06.098 INFO STEP 1204 (remove_files) COMPLETE
74912024-08-09T05:39:08.113Z[ recovery-image] Aug 09 05:39:06.098 INFO O| Aug 09 05:39:06.098 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-08-09T05:39:08.123Z[ recovery-image] Aug 09 05:39:06.108 INFO O| Aug 09 05:39:06.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74932024-08-09T05:39:08.126Z[ recovery-image] Aug 09 05:39:06.108 INFO O| Aug 09 05:39:06.108 INFO STEP 1205 (remove_files) COMPLETE
74942024-08-09T05:39:08.126Z[ recovery-image] Aug 09 05:39:06.108 INFO O| Aug 09 05:39:06.108 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-08-09T05:39:08.129Z[ host-image] Aug 09 05:39:06.113 INFO O| Aug 09 05:39:06.113 INFO O| Done
74962024-08-09T05:39:08.129Z[ host-image] Aug 09 05:39:06.113 INFO O| Aug 09 05:39:06.113 INFO O| Done
74972024-08-09T05:39:08.134Z[ recovery-image] Aug 09 05:39:06.119 INFO O| Aug 09 05:39:06.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
74982024-08-09T05:39:08.134Z[ recovery-image] Aug 09 05:39:06.119 INFO O| Aug 09 05:39:06.119 INFO STEP 1206 (remove_files) COMPLETE
74992024-08-09T05:39:08.137Z[ recovery-image] Aug 09 05:39:06.119 INFO O| Aug 09 05:39:06.119 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75002024-08-09T05:39:08.149Z[ recovery-image] Aug 09 05:39:06.134 INFO O| Aug 09 05:39:06.134 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75012024-08-09T05:39:08.152Z[ recovery-image] Aug 09 05:39:06.134 INFO O| Aug 09 05:39:06.134 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75022024-08-09T05:39:08.460Z[ host-image] Aug 09 05:39:06.444 INFO O| Aug 09 05:39:06.444 INFO O| Done
75032024-08-09T05:39:08.891Z[ recovery-image] Aug 09 05:39:06.875 INFO O| Aug 09 05:39:06.875 INFO STEP 1207 (pack_tar) COMPLETE
75042024-08-09T05:39:08.891Z[ recovery-image] Aug 09 05:39:06.875 INFO O| Aug 09 05:39:06.875 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75052024-08-09T05:39:08.891Z[ recovery-image] Aug 09 05:39:06.875 INFO O| Aug 09 05:39:06.875 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75062024-08-09T05:39:09.298Z[ recovery-image] Aug 09 05:39:07.282 INFO O| Aug 09 05:39:07.282 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75072024-08-09T05:39:09.382Z[ recovery-image] Aug 09 05:39:07.366 INFO O| Aug 09 05:39:07.366 INFO completed processing gimlet/ramdisk-03-recovery-trim
75082024-08-09T05:39:09.388Z[ recovery-image] Aug 09 05:39:07.373 INFO image builder template: zfs-recovery...
75092024-08-09T05:39:09.388Z[ recovery-image] Aug 09 05:39:07.373 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/.tmp1k6ZCO/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None
75102024-08-09T05:39:09.420Z[ recovery-image] Aug 09 05:39:07.405 INFO O| Aug 09 05:39:07.404 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75112024-08-09T05:39:09.424Z[ recovery-image] Aug 09 05:39:07.409 INFO O| Aug 09 05:39:07.409 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75122024-08-09T05:39:09.503Z[ recovery-image] Aug 09 05:39:07.487 INFO O| Aug 09 05:39:07.487 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75132024-08-09T05:39:09.566Z[ recovery-image] Aug 09 05:39:07.550 INFO O| Aug 09 05:39:07.550 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75142024-08-09T05:39:09.566Z[ recovery-image] Aug 09 05:39:07.550 INFO O| Aug 09 05:39:07.550 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75152024-08-09T05:39:09.570Z[ recovery-image] Aug 09 05:39:07.554 INFO O| Aug 09 05:39:07.554 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75162024-08-09T05:39:09.646Z[ recovery-image] Aug 09 05:39:07.630 INFO O| Aug 09 05:39:07.630 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75172024-08-09T05:39:09.665Z[ host-image] Aug 09 05:39:07.649 INFO O| Aug 09 05:39:07.649 INFO O| Done
75182024-08-09T05:39:09.691Z[ host-image] Aug 09 05:39:07.676 INFO O| Aug 09 05:39:07.676 INFO O| Done
75192024-08-09T05:39:09.691Z[ host-image] Aug 09 05:39:07.676 INFO O| Aug 09 05:39:07.676 INFO O| Done
75202024-08-09T05:39:09.700Z[ recovery-image] Aug 09 05:39:07.685 INFO O| Aug 09 05:39:07.685 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75212024-08-09T05:39:09.703Z[ host-image] Aug 09 05:39:07.686 INFO O| Aug 09 05:39:07.686 INFO O| Done
75222024-08-09T05:39:09.711Z[ recovery-image] Aug 09 05:39:07.695 INFO O| Aug 09 05:39:07.695 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75232024-08-09T05:39:09.716Z[ recovery-image] Aug 09 05:39:07.700 INFO O| Aug 09 05:39:07.700 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75242024-08-09T05:39:09.718Z[ recovery-image] Aug 09 05:39:07.702 INFO O| Aug 09 05:39:07.702 INFO no lofi found
75252024-08-09T05:39:09.718Z[ recovery-image] Aug 09 05:39:07.702 INFO O| Aug 09 05:39:07.702 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75262024-08-09T05:39:09.718Z[ recovery-image] Aug 09 05:39:07.702 INFO O| Aug 09 05:39:07.702 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75272024-08-09T05:39:09.795Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.779 INFO STEP 14 (pkg_install) COMPLETE
75282024-08-09T05:39:09.795Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75292024-08-09T05:39:09.798Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO skip step because feature "mfg" is not enabled
75302024-08-09T05:39:09.798Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75312024-08-09T05:39:09.798Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO skip step because feature "compliance" is not enabled
75322024-08-09T05:39:09.798Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75332024-08-09T05:39:09.798Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO skip step because feature "stress" is not enabled
75342024-08-09T05:39:09.798Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75352024-08-09T05:39:09.798Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO skip step because feature "nfs" is not enabled
75362024-08-09T05:39:09.798Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
75372024-08-09T05:39:09.798Z[ host-image] Aug 09 05:39:07.780 INFO O| Aug 09 05:39:07.780 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
75382024-08-09T05:39:09.875Z[ host-image] Aug 09 05:39:07.859 INFO O| Aug 09 05:39:07.859 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75392024-08-09T05:39:09.994Z[ host-image] Aug 09 05:39:07.979 INFO O| Aug 09 05:39:07.978 INFO completed processing gimlet/ramdisk-01-os
75402024-08-09T05:39:09.997Z[ host-image] Aug 09 05:39:07.980 INFO omicron1 baseline generation...
75412024-08-09T05:39:09.997Z[ host-image] Aug 09 05:39:07.981 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
75422024-08-09T05:39:10.439Z[ host-image] Aug 09 05:39:08.423 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22800:20240807T093818Z
75432024-08-09T05:39:12.027Z[ recovery-image] Aug 09 05:39:10.010 INFO O| Aug 09 05:39:10.010 INFO lofi device = /dev/dsk/c2t1d0p0
75442024-08-09T05:39:12.027Z[ recovery-image] Aug 09 05:39:10.010 INFO O| Aug 09 05:39:10.010 INFO pool device = /dev/dsk/c2t1d0p0
75452024-08-09T05:39:12.029Z[ recovery-image] Aug 09 05:39:10.011 INFO O| Aug 09 05:39:10.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
75462024-08-09T05:39:12.102Z[ recovery-image] Aug 09 05:39:10.086 INFO O| Aug 09 05:39:10.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75472024-08-09T05:39:12.102Z[ recovery-image] Aug 09 05:39:10.086 INFO O| Aug 09 05:39:10.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75482024-08-09T05:39:12.122Z[ recovery-image] Aug 09 05:39:10.106 INFO O| Aug 09 05:39:10.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75492024-08-09T05:39:12.183Z[ recovery-image] Aug 09 05:39:10.167 INFO O| Aug 09 05:39:10.167 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75502024-08-09T05:39:12.222Z[ recovery-image] Aug 09 05:39:10.206 INFO O| Aug 09 05:39:10.205 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75512024-08-09T05:39:12.236Z[ recovery-image] Aug 09 05:39:10.220 INFO O| Aug 09 05:39:10.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75522024-08-09T05:39:12.246Z[ recovery-image] Aug 09 05:39:10.230 INFO O| Aug 09 05:39:10.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75532024-08-09T05:39:12.293Z[ recovery-image] Aug 09 05:39:10.277 INFO O| Aug 09 05:39:10.277 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75542024-08-09T05:39:12.293Z[ recovery-image] Aug 09 05:39:10.277 INFO O| Aug 09 05:39:10.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75552024-08-09T05:39:12.296Z[ recovery-image] Aug 09 05:39:10.277 INFO O| Aug 09 05:39:10.277 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75562024-08-09T05:39:12.303Z[ recovery-image] Aug 09 05:39:10.287 INFO O| Aug 09 05:39:10.287 INFO boot environment UUID: 0816b29a-5ae2-4276-aaeb-8b74ff37ba26
75572024-08-09T05:39:12.303Z[ recovery-image] Aug 09 05:39:10.287 INFO O| Aug 09 05:39:10.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0816b29a-5ae2-4276-aaeb-8b74ff37ba26
75582024-08-09T05:39:12.314Z[ recovery-image] Aug 09 05:39:10.298 INFO O| Aug 09 05:39:10.298 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75592024-08-09T05:39:12.324Z[ recovery-image] Aug 09 05:39:10.308 INFO O| Aug 09 05:39:10.308 INFO STEP 0 (create_be) COMPLETE
75602024-08-09T05:39:12.327Z[ recovery-image] Aug 09 05:39:10.308 INFO O| Aug 09 05:39:10.308 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75612024-08-09T05:39:12.339Z[ recovery-image] Aug 09 05:39:10.323 INFO O| Aug 09 05:39:10.323 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"]
75622024-08-09T05:39:14.595Z[ recovery-image] Aug 09 05:39:12.579 INFO O| Aug 09 05:39:12.578 INFO STEP 1 (unpack_tar) COMPLETE
75632024-08-09T05:39:14.595Z[ recovery-image] Aug 09 05:39:12.579 INFO O| Aug 09 05:39:12.578 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75642024-08-09T05:39:14.606Z[ recovery-image] Aug 09 05:39:12.590 INFO O| Aug 09 05:39:12.590 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75652024-08-09T05:39:15.042Z[ recovery-image] Aug 09 05:39:13.025 INFO O| Aug 09 05:39:13.025 INFO STEP 2 (devfsadm) COMPLETE
75662024-08-09T05:39:15.042Z[ recovery-image] Aug 09 05:39:13.025 INFO O| Aug 09 05:39:13.025 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75672024-08-09T05:39:15.053Z[ recovery-image] Aug 09 05:39:13.036 INFO O| Aug 09 05:39:13.036 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75682024-08-09T05:39:15.053Z[ recovery-image] Aug 09 05:39:13.037 INFO O| Aug 09 05:39:13.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75692024-08-09T05:39:15.057Z[ recovery-image] Aug 09 05:39:13.037 INFO O| Aug 09 05:39:13.037 INFO STEP 3 (ensure_dir) COMPLETE
75702024-08-09T05:39:15.057Z[ recovery-image] Aug 09 05:39:13.037 INFO O| Aug 09 05:39:13.037 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75712024-08-09T05:39:15.063Z[ recovery-image] Aug 09 05:39:13.046 INFO O| Aug 09 05:39:13.046 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75722024-08-09T05:39:15.063Z[ recovery-image] Aug 09 05:39:13.047 INFO O| Aug 09 05:39:13.046 INFO STEP 4 (ensure_dir) COMPLETE
75732024-08-09T05:39:15.063Z[ recovery-image] Aug 09 05:39:13.047 INFO O| Aug 09 05:39:13.046 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75742024-08-09T05:39:15.075Z[ recovery-image] Aug 09 05:39:13.059 INFO O| Aug 09 05:39:13.059 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75752024-08-09T05:39:15.075Z[ recovery-image] Aug 09 05:39:13.059 INFO O| Aug 09 05:39:13.059 INFO STEP 5 (ensure_dir) COMPLETE
75762024-08-09T05:39:15.078Z[ recovery-image] Aug 09 05:39:13.059 INFO O| Aug 09 05:39:13.059 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75772024-08-09T05:39:15.087Z[ recovery-image] Aug 09 05:39:13.070 INFO O| Aug 09 05:39:13.070 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75782024-08-09T05:39:15.089Z[ recovery-image] Aug 09 05:39:13.070 INFO O| Aug 09 05:39:13.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75792024-08-09T05:39:15.089Z[ recovery-image] Aug 09 05:39:13.070 INFO O| Aug 09 05:39:13.070 INFO STEP 6 (ensure_dir) COMPLETE
75802024-08-09T05:39:15.089Z[ recovery-image] Aug 09 05:39:13.070 INFO O| Aug 09 05:39:13.070 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75812024-08-09T05:39:15.097Z[ recovery-image] Aug 09 05:39:13.080 INFO O| Aug 09 05:39:13.080 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75822024-08-09T05:39:15.099Z[ recovery-image] Aug 09 05:39:13.080 INFO O| Aug 09 05:39:13.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75832024-08-09T05:39:15.100Z[ recovery-image] Aug 09 05:39:13.080 INFO O| Aug 09 05:39:13.080 INFO STEP 7 (ensure_dir) COMPLETE
75842024-08-09T05:39:15.100Z[ recovery-image] Aug 09 05:39:13.080 INFO O| Aug 09 05:39:13.080 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75852024-08-09T05:39:15.107Z[ recovery-image] Aug 09 05:39:13.091 INFO O| Aug 09 05:39:13.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75862024-08-09T05:39:15.110Z[ recovery-image] Aug 09 05:39:13.091 INFO O| Aug 09 05:39:13.091 INFO STEP 8 (remove_files) COMPLETE
75872024-08-09T05:39:15.110Z[ recovery-image] Aug 09 05:39:13.091 INFO O| Aug 09 05:39:13.091 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75882024-08-09T05:39:15.117Z[ recovery-image] Aug 09 05:39:13.101 INFO O| Aug 09 05:39:13.101 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75892024-08-09T05:39:15.120Z[ recovery-image] Aug 09 05:39:13.102 INFO O| Aug 09 05:39:13.101 INFO STEP 9 (remove_files) COMPLETE
75902024-08-09T05:39:15.121Z[ recovery-image] Aug 09 05:39:13.102 INFO O| Aug 09 05:39:13.102 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75912024-08-09T05:39:15.128Z[ recovery-image] Aug 09 05:39:13.111 INFO O| Aug 09 05:39:13.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75922024-08-09T05:39:15.130Z[ recovery-image] Aug 09 05:39:13.112 INFO O| Aug 09 05:39:13.112 INFO STEP 10 (remove_files) COMPLETE
75932024-08-09T05:39:15.130Z[ recovery-image] Aug 09 05:39:13.112 INFO O| Aug 09 05:39:13.112 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75942024-08-09T05:39:15.139Z[ recovery-image] Aug 09 05:39:13.122 INFO O| Aug 09 05:39:13.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
75952024-08-09T05:39:15.141Z[ recovery-image] Aug 09 05:39:13.122 INFO O| Aug 09 05:39:13.122 INFO STEP 11 (remove_files) COMPLETE
75962024-08-09T05:39:15.141Z[ recovery-image] Aug 09 05:39:13.122 INFO O| Aug 09 05:39:13.122 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75972024-08-09T05:39:15.149Z[ recovery-image] Aug 09 05:39:13.132 INFO O| Aug 09 05:39:13.132 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
75982024-08-09T05:39:15.151Z[ recovery-image] Aug 09 05:39:13.132 INFO O| Aug 09 05:39:13.132 INFO STEP 12 (remove_files) COMPLETE
75992024-08-09T05:39:15.151Z[ recovery-image] Aug 09 05:39:13.132 INFO O| Aug 09 05:39:13.132 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76002024-08-09T05:39:15.159Z[ recovery-image] Aug 09 05:39:13.142 INFO O| Aug 09 05:39:13.142 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76012024-08-09T05:39:15.161Z[ recovery-image] Aug 09 05:39:13.142 INFO O| Aug 09 05:39:13.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76022024-08-09T05:39:15.161Z[ recovery-image] Aug 09 05:39:13.142 INFO O| Aug 09 05:39:13.142 INFO STEP 13 (ensure_dir) COMPLETE
76032024-08-09T05:39:15.161Z[ recovery-image] Aug 09 05:39:13.142 INFO O| Aug 09 05:39:13.142 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76042024-08-09T05:39:15.169Z[ recovery-image] Aug 09 05:39:13.152 INFO O| Aug 09 05:39:13.152 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76052024-08-09T05:39:15.171Z[ recovery-image] Aug 09 05:39:13.152 INFO O| Aug 09 05:39:13.152 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76062024-08-09T05:39:15.171Z[ recovery-image] Aug 09 05:39:13.152 INFO O| Aug 09 05:39:13.152 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76072024-08-09T05:39:15.171Z[ recovery-image] Aug 09 05:39:13.152 INFO O| Aug 09 05:39:13.152 INFO STEP 14 (ensure_dir) COMPLETE
76082024-08-09T05:39:15.171Z[ recovery-image] Aug 09 05:39:13.152 INFO O| Aug 09 05:39:13.152 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76092024-08-09T05:39:15.179Z[ recovery-image] Aug 09 05:39:13.162 INFO O| Aug 09 05:39:13.162 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76102024-08-09T05:39:15.182Z[ recovery-image] Aug 09 05:39:13.163 INFO O| Aug 09 05:39:13.162 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76112024-08-09T05:39:15.182Z[ recovery-image] Aug 09 05:39:13.163 INFO O| Aug 09 05:39:13.162 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76122024-08-09T05:39:15.182Z[ recovery-image] Aug 09 05:39:13.163 INFO O| Aug 09 05:39:13.163 INFO STEP 15 (ensure_dir) COMPLETE
76132024-08-09T05:39:15.182Z[ recovery-image] Aug 09 05:39:13.163 INFO O| Aug 09 05:39:13.163 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76142024-08-09T05:39:15.189Z[ recovery-image] Aug 09 05:39:13.173 INFO O| Aug 09 05:39:13.173 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76152024-08-09T05:39:15.192Z[ recovery-image] Aug 09 05:39:13.173 INFO O| Aug 09 05:39:13.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76162024-08-09T05:39:15.192Z[ recovery-image] Aug 09 05:39:13.173 INFO O| Aug 09 05:39:13.173 INFO STEP 16 (ensure_dir) COMPLETE
76172024-08-09T05:39:15.192Z[ recovery-image] Aug 09 05:39:13.173 INFO O| Aug 09 05:39:13.173 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76182024-08-09T05:39:15.199Z[ recovery-image] Aug 09 05:39:13.183 INFO O| Aug 09 05:39:13.183 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76192024-08-09T05:39:15.199Z[ recovery-image] Aug 09 05:39:13.183 INFO O| Aug 09 05:39:13.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76202024-08-09T05:39:15.202Z[ recovery-image] Aug 09 05:39:13.183 INFO O| Aug 09 05:39:13.183 INFO STEP 17 (ensure_dir) COMPLETE
76212024-08-09T05:39:15.202Z[ recovery-image] Aug 09 05:39:13.183 INFO O| Aug 09 05:39:13.183 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76222024-08-09T05:39:15.209Z[ recovery-image] Aug 09 05:39:13.193 INFO O| Aug 09 05:39:13.193 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76232024-08-09T05:39:15.212Z[ recovery-image] Aug 09 05:39:13.193 INFO O| Aug 09 05:39:13.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76242024-08-09T05:39:15.212Z[ recovery-image] Aug 09 05:39:13.193 INFO O| Aug 09 05:39:13.193 INFO ok!
76252024-08-09T05:39:15.212Z[ recovery-image] Aug 09 05:39:13.193 INFO O| Aug 09 05:39:13.193 INFO STEP 18 (ensure_symlink) COMPLETE
76262024-08-09T05:39:15.212Z[ recovery-image] Aug 09 05:39:13.193 INFO O| Aug 09 05:39:13.193 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76272024-08-09T05:39:15.220Z[ recovery-image] Aug 09 05:39:13.203 INFO O| Aug 09 05:39:13.203 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76282024-08-09T05:39:15.220Z[ recovery-image] Aug 09 05:39:13.203 INFO O| Aug 09 05:39:13.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76292024-08-09T05:39:15.222Z[ recovery-image] Aug 09 05:39:13.203 INFO O| Aug 09 05:39:13.203 INFO ok!
76302024-08-09T05:39:15.222Z[ recovery-image] Aug 09 05:39:13.203 INFO O| Aug 09 05:39:13.203 INFO STEP 19 (ensure_file) COMPLETE
76312024-08-09T05:39:15.222Z[ recovery-image] Aug 09 05:39:13.203 INFO O| Aug 09 05:39:13.203 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76322024-08-09T05:39:15.229Z[ recovery-image] Aug 09 05:39:13.213 INFO O| Aug 09 05:39:13.213 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76332024-08-09T05:39:15.229Z[ recovery-image] Aug 09 05:39:13.213 INFO O| Aug 09 05:39:13.213 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76342024-08-09T05:39:15.233Z[ recovery-image] Aug 09 05:39:13.213 INFO O| Aug 09 05:39:13.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76352024-08-09T05:39:15.233Z[ recovery-image] Aug 09 05:39:13.213 INFO O| Aug 09 05:39:13.213 INFO ok!
76362024-08-09T05:39:15.233Z[ recovery-image] Aug 09 05:39:13.213 INFO O| Aug 09 05:39:13.213 INFO STEP 20 (ensure_symlink) COMPLETE
76372024-08-09T05:39:15.233Z[ recovery-image] Aug 09 05:39:13.213 INFO O| Aug 09 05:39:13.213 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76382024-08-09T05:39:15.239Z[ recovery-image] Aug 09 05:39:13.223 INFO O| Aug 09 05:39:13.223 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76392024-08-09T05:39:15.239Z[ recovery-image] Aug 09 05:39:13.223 INFO O| Aug 09 05:39:13.223 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76402024-08-09T05:39:15.242Z[ recovery-image] Aug 09 05:39:13.223 INFO O| Aug 09 05:39:13.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76412024-08-09T05:39:15.242Z[ recovery-image] Aug 09 05:39:13.223 INFO O| Aug 09 05:39:13.223 INFO ok!
76422024-08-09T05:39:15.242Z[ recovery-image] Aug 09 05:39:13.223 INFO O| Aug 09 05:39:13.223 INFO STEP 21 (ensure_symlink) COMPLETE
76432024-08-09T05:39:15.242Z[ recovery-image] Aug 09 05:39:13.223 INFO O| Aug 09 05:39:13.223 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76442024-08-09T05:39:15.249Z[ recovery-image] Aug 09 05:39:13.233 INFO O| Aug 09 05:39:13.233 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76452024-08-09T05:39:15.249Z[ recovery-image] Aug 09 05:39:13.233 INFO O| Aug 09 05:39:13.233 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76462024-08-09T05:39:15.249Z[ recovery-image] Aug 09 05:39:13.233 INFO O| Aug 09 05:39:13.233 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76472024-08-09T05:39:15.252Z[ recovery-image] Aug 09 05:39:13.233 INFO O| Aug 09 05:39:13.233 INFO ok!
76482024-08-09T05:39:15.252Z[ recovery-image] Aug 09 05:39:13.233 INFO O| Aug 09 05:39:13.233 INFO STEP 22 (ensure_symlink) COMPLETE
76492024-08-09T05:39:15.252Z[ recovery-image] Aug 09 05:39:13.233 INFO O| Aug 09 05:39:13.233 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76502024-08-09T05:39:15.259Z[ recovery-image] Aug 09 05:39:13.242 INFO O| Aug 09 05:39:13.242 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76512024-08-09T05:39:15.259Z[ recovery-image] Aug 09 05:39:13.242 INFO O| Aug 09 05:39:13.242 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76522024-08-09T05:39:15.259Z[ recovery-image] Aug 09 05:39:13.243 INFO O| Aug 09 05:39:13.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76532024-08-09T05:39:15.259Z[ recovery-image] Aug 09 05:39:13.243 INFO O| Aug 09 05:39:13.243 INFO ok!
76542024-08-09T05:39:15.259Z[ recovery-image] Aug 09 05:39:13.243 INFO O| Aug 09 05:39:13.243 INFO STEP 23 (ensure_symlink) COMPLETE
76552024-08-09T05:39:15.262Z[ recovery-image] Aug 09 05:39:13.243 INFO O| Aug 09 05:39:13.243 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76562024-08-09T05:39:15.270Z[ recovery-image] Aug 09 05:39:13.253 INFO O| Aug 09 05:39:13.253 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76572024-08-09T05:39:15.273Z[ recovery-image] Aug 09 05:39:13.253 INFO O| Aug 09 05:39:13.253 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 ...
76582024-08-09T05:39:15.273Z[ recovery-image] Aug 09 05:39:13.253 INFO O| Aug 09 05:39:13.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76592024-08-09T05:39:15.273Z[ recovery-image] Aug 09 05:39:13.253 INFO O| Aug 09 05:39:13.253 INFO ok!
76602024-08-09T05:39:15.273Z[ recovery-image] Aug 09 05:39:13.253 INFO O| Aug 09 05:39:13.253 INFO STEP 24 (ensure_file) COMPLETE
76612024-08-09T05:39:15.273Z[ recovery-image] Aug 09 05:39:13.253 INFO O| Aug 09 05:39:13.253 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76622024-08-09T05:39:15.280Z[ recovery-image] Aug 09 05:39:13.263 INFO O| Aug 09 05:39:13.263 INFO updating shadow file
76632024-08-09T05:39:15.283Z[ recovery-image] Aug 09 05:39:13.263 INFO O| Aug 09 05:39:13.263 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76642024-08-09T05:39:15.283Z[ recovery-image] Aug 09 05:39:13.263 INFO O| Aug 09 05:39:13.263 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76652024-08-09T05:39:15.284Z[ recovery-image] Aug 09 05:39:13.263 INFO O| Aug 09 05:39:13.263 INFO STEP 25 (shadow) COMPLETE
76662024-08-09T05:39:15.284Z[ recovery-image] Aug 09 05:39:13.263 INFO O| Aug 09 05:39:13.263 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76672024-08-09T05:39:15.290Z[ recovery-image] Aug 09 05:39:13.273 INFO O| Aug 09 05:39:13.273 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76682024-08-09T05:39:15.290Z[ recovery-image] Aug 09 05:39:13.273 INFO O| Aug 09 05:39:13.273 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76692024-08-09T05:39:15.293Z[ recovery-image] Aug 09 05:39:13.273 INFO O| Aug 09 05:39:13.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76702024-08-09T05:39:15.293Z[ recovery-image] Aug 09 05:39:13.273 INFO O| Aug 09 05:39:13.273 INFO ok!
76712024-08-09T05:39:15.293Z[ recovery-image] Aug 09 05:39:13.273 INFO O| Aug 09 05:39:13.273 INFO STEP 26 (ensure_file) COMPLETE
76722024-08-09T05:39:15.293Z[ recovery-image] Aug 09 05:39:13.273 INFO O| Aug 09 05:39:13.273 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76732024-08-09T05:39:15.300Z[ recovery-image] Aug 09 05:39:13.283 INFO O| Aug 09 05:39:13.283 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76742024-08-09T05:39:15.303Z[ recovery-image] Aug 09 05:39:13.283 INFO O| Aug 09 05:39:13.283 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76752024-08-09T05:39:15.303Z[ recovery-image] Aug 09 05:39:13.283 INFO O| Aug 09 05:39:13.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76762024-08-09T05:39:15.303Z[ recovery-image] Aug 09 05:39:13.283 INFO O| Aug 09 05:39:13.283 INFO ok!
76772024-08-09T05:39:15.303Z[ recovery-image] Aug 09 05:39:13.283 INFO O| Aug 09 05:39:13.283 INFO STEP 27 (ensure_file) COMPLETE
76782024-08-09T05:39:15.303Z[ recovery-image] Aug 09 05:39:13.283 INFO O| Aug 09 05:39:13.283 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76792024-08-09T05:39:15.311Z[ recovery-image] Aug 09 05:39:13.294 INFO O| Aug 09 05:39:13.294 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76802024-08-09T05:39:15.311Z[ recovery-image] Aug 09 05:39:13.294 INFO O| Aug 09 05:39:13.294 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76812024-08-09T05:39:15.314Z[ recovery-image] Aug 09 05:39:13.294 INFO O| Aug 09 05:39:13.294 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76822024-08-09T05:39:15.314Z[ recovery-image] Aug 09 05:39:13.294 INFO O| Aug 09 05:39:13.294 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76832024-08-09T05:39:15.314Z[ recovery-image] Aug 09 05:39:13.294 INFO O| Aug 09 05:39:13.294 INFO ok!
76842024-08-09T05:39:15.314Z[ recovery-image] Aug 09 05:39:13.294 INFO O| Aug 09 05:39:13.294 INFO STEP 28 (ensure_file) COMPLETE
76852024-08-09T05:39:15.314Z[ recovery-image] Aug 09 05:39:13.294 INFO O| Aug 09 05:39:13.294 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76862024-08-09T05:39:15.321Z[ recovery-image] Aug 09 05:39:13.304 INFO O| Aug 09 05:39:13.304 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76872024-08-09T05:39:15.321Z[ recovery-image] Aug 09 05:39:13.304 INFO O| Aug 09 05:39:13.304 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76882024-08-09T05:39:15.321Z[ recovery-image] Aug 09 05:39:13.304 INFO O| Aug 09 05:39:13.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76892024-08-09T05:39:15.321Z[ recovery-image] Aug 09 05:39:13.304 INFO O| Aug 09 05:39:13.304 INFO ok!
76902024-08-09T05:39:15.324Z[ recovery-image] Aug 09 05:39:13.304 INFO O| Aug 09 05:39:13.304 INFO STEP 29 (ensure_file) COMPLETE
76912024-08-09T05:39:15.324Z[ recovery-image] Aug 09 05:39:13.305 INFO O| Aug 09 05:39:13.304 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76922024-08-09T05:39:15.332Z[ recovery-image] Aug 09 05:39:13.316 INFO O| Aug 09 05:39:13.316 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
76932024-08-09T05:39:15.335Z[ recovery-image] Aug 09 05:39:13.316 INFO O| Aug 09 05:39:13.316 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
76942024-08-09T05:39:15.335Z[ recovery-image] Aug 09 05:39:13.316 INFO O| Aug 09 05:39:13.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
76952024-08-09T05:39:15.335Z[ recovery-image] Aug 09 05:39:13.316 INFO O| Aug 09 05:39:13.316 INFO ok!
76962024-08-09T05:39:15.335Z[ recovery-image] Aug 09 05:39:13.316 INFO O| Aug 09 05:39:13.316 INFO STEP 30 (ensure_file) COMPLETE
76972024-08-09T05:39:15.335Z[ recovery-image] Aug 09 05:39:13.316 INFO O| Aug 09 05:39:13.316 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76982024-08-09T05:39:15.343Z[ recovery-image] Aug 09 05:39:13.327 INFO O| Aug 09 05:39:13.327 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
76992024-08-09T05:39:15.343Z[ recovery-image] Aug 09 05:39:13.327 INFO O| Aug 09 05:39:13.327 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77002024-08-09T05:39:15.346Z[ recovery-image] Aug 09 05:39:13.327 INFO O| Aug 09 05:39:13.327 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77012024-08-09T05:39:15.346Z[ recovery-image] Aug 09 05:39:13.327 INFO O| Aug 09 05:39:13.327 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77022024-08-09T05:39:15.346Z[ recovery-image] Aug 09 05:39:13.327 INFO O| Aug 09 05:39:13.327 INFO ok!
77032024-08-09T05:39:15.346Z[ recovery-image] Aug 09 05:39:13.327 INFO O| Aug 09 05:39:13.327 INFO STEP 31 (ensure_file) COMPLETE
77042024-08-09T05:39:15.346Z[ recovery-image] Aug 09 05:39:13.327 INFO O| Aug 09 05:39:13.327 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77052024-08-09T05:39:15.355Z[ recovery-image] Aug 09 05:39:13.338 INFO O| Aug 09 05:39:13.338 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77062024-08-09T05:39:15.355Z[ recovery-image] Aug 09 05:39:13.338 INFO O| Aug 09 05:39:13.338 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77072024-08-09T05:39:15.357Z[ recovery-image] Aug 09 05:39:13.338 INFO O| Aug 09 05:39:13.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77082024-08-09T05:39:15.358Z[ recovery-image] Aug 09 05:39:13.338 INFO O| Aug 09 05:39:13.338 INFO ok!
77092024-08-09T05:39:15.358Z[ recovery-image] Aug 09 05:39:13.338 INFO O| Aug 09 05:39:13.338 INFO STEP 32 (ensure_file) COMPLETE
77102024-08-09T05:39:15.358Z[ recovery-image] Aug 09 05:39:13.338 INFO O| Aug 09 05:39:13.338 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77112024-08-09T05:39:15.365Z[ recovery-image] Aug 09 05:39:13.349 INFO O| Aug 09 05:39:13.349 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77122024-08-09T05:39:15.365Z[ recovery-image] Aug 09 05:39:13.349 INFO O| Aug 09 05:39:13.349 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77132024-08-09T05:39:15.368Z[ recovery-image] Aug 09 05:39:13.349 INFO O| Aug 09 05:39:13.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77142024-08-09T05:39:15.368Z[ recovery-image] Aug 09 05:39:13.349 INFO O| Aug 09 05:39:13.349 INFO ok!
77152024-08-09T05:39:15.368Z[ recovery-image] Aug 09 05:39:13.349 INFO O| Aug 09 05:39:13.349 INFO STEP 33 (ensure_file) COMPLETE
77162024-08-09T05:39:15.368Z[ recovery-image] Aug 09 05:39:13.349 INFO O| Aug 09 05:39:13.349 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77172024-08-09T05:39:15.376Z[ recovery-image] Aug 09 05:39:13.359 INFO O| Aug 09 05:39:13.359 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77182024-08-09T05:39:15.376Z[ recovery-image] Aug 09 05:39:13.359 INFO O| Aug 09 05:39:13.359 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77192024-08-09T05:39:15.379Z[ recovery-image] Aug 09 05:39:13.360 INFO O| Aug 09 05:39:13.359 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77202024-08-09T05:39:15.379Z[ recovery-image] Aug 09 05:39:13.360 INFO O| Aug 09 05:39:13.360 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77212024-08-09T05:39:15.379Z[ recovery-image] Aug 09 05:39:13.360 INFO O| Aug 09 05:39:13.360 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77222024-08-09T05:39:15.379Z[ recovery-image] Aug 09 05:39:13.360 INFO O| Aug 09 05:39:13.360 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77232024-08-09T05:39:15.379Z[ recovery-image] Aug 09 05:39:13.360 INFO O| Aug 09 05:39:13.360 INFO ok!
77242024-08-09T05:39:15.379Z[ recovery-image] Aug 09 05:39:13.360 INFO O| Aug 09 05:39:13.360 INFO STEP 34 (ensure_file) COMPLETE
77252024-08-09T05:39:15.379Z[ recovery-image] Aug 09 05:39:13.360 INFO O| Aug 09 05:39:13.360 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77262024-08-09T05:39:15.387Z[ recovery-image] Aug 09 05:39:13.370 INFO O| Aug 09 05:39:13.370 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77272024-08-09T05:39:15.387Z[ recovery-image] Aug 09 05:39:13.370 INFO O| Aug 09 05:39:13.370 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77282024-08-09T05:39:15.390Z[ recovery-image] Aug 09 05:39:13.370 INFO O| Aug 09 05:39:13.370 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77292024-08-09T05:39:15.390Z[ recovery-image] Aug 09 05:39:13.370 INFO O| Aug 09 05:39:13.370 INFO STEP 35 (ensure_dir) COMPLETE
77302024-08-09T05:39:15.390Z[ recovery-image] Aug 09 05:39:13.371 INFO O| Aug 09 05:39:13.370 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77312024-08-09T05:39:15.397Z[ recovery-image] Aug 09 05:39:13.381 INFO O| Aug 09 05:39:13.381 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
77322024-08-09T05:39:15.397Z[ recovery-image] Aug 09 05:39:13.381 INFO O| Aug 09 05:39:13.381 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 ...
77332024-08-09T05:39:15.400Z[ recovery-image] Aug 09 05:39:13.381 INFO O| Aug 09 05:39:13.381 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
77342024-08-09T05:39:15.400Z[ recovery-image] Aug 09 05:39:13.381 INFO O| Aug 09 05:39:13.381 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
77352024-08-09T05:39:15.400Z[ recovery-image] Aug 09 05:39:13.381 INFO O| Aug 09 05:39:13.381 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
77362024-08-09T05:39:15.400Z[ recovery-image] Aug 09 05:39:13.381 INFO O| Aug 09 05:39:13.381 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
77372024-08-09T05:39:15.400Z[ recovery-image] Aug 09 05:39:13.381 INFO O| Aug 09 05:39:13.381 INFO ok!
77382024-08-09T05:39:15.400Z[ recovery-image] Aug 09 05:39:13.381 INFO O| Aug 09 05:39:13.381 INFO STEP 36 (ensure_file) COMPLETE
77392024-08-09T05:39:15.400Z[ recovery-image] Aug 09 05:39:13.381 INFO O| Aug 09 05:39:13.381 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77402024-08-09T05:39:15.408Z[ recovery-image] Aug 09 05:39:13.391 INFO O| Aug 09 05:39:13.391 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77412024-08-09T05:39:15.408Z[ recovery-image] Aug 09 05:39:13.391 INFO O| Aug 09 05:39:13.391 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 ...
77422024-08-09T05:39:15.410Z[ recovery-image] Aug 09 05:39:13.391 INFO O| Aug 09 05:39:13.391 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77432024-08-09T05:39:15.410Z[ recovery-image] Aug 09 05:39:13.391 INFO O| Aug 09 05:39:13.391 INFO ok!
77442024-08-09T05:39:15.410Z[ recovery-image] Aug 09 05:39:13.391 INFO O| Aug 09 05:39:13.391 INFO STEP 37 (ensure_symlink) COMPLETE
77452024-08-09T05:39:15.411Z[ recovery-image] Aug 09 05:39:13.391 INFO O| Aug 09 05:39:13.391 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77462024-08-09T05:39:15.418Z[ recovery-image] Aug 09 05:39:13.401 INFO O| Aug 09 05:39:13.401 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77472024-08-09T05:39:15.418Z[ recovery-image] Aug 09 05:39:13.401 INFO O| Aug 09 05:39:13.401 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77482024-08-09T05:39:15.418Z[ recovery-image] Aug 09 05:39:13.401 INFO O| Aug 09 05:39:13.401 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77492024-08-09T05:39:15.421Z[ recovery-image] Aug 09 05:39:13.401 INFO O| Aug 09 05:39:13.401 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77502024-08-09T05:39:15.421Z[ recovery-image] Aug 09 05:39:13.401 INFO O| Aug 09 05:39:13.401 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77512024-08-09T05:39:15.421Z[ recovery-image] Aug 09 05:39:13.401 INFO O| Aug 09 05:39:13.401 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77522024-08-09T05:39:15.421Z[ recovery-image] Aug 09 05:39:13.401 INFO O| Aug 09 05:39:13.401 INFO ok!
77532024-08-09T05:39:15.421Z[ recovery-image] Aug 09 05:39:13.401 INFO O| Aug 09 05:39:13.401 INFO STEP 38 (ensure_file) COMPLETE
77542024-08-09T05:39:15.421Z[ recovery-image] Aug 09 05:39:13.401 INFO O| Aug 09 05:39:13.401 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77552024-08-09T05:39:15.428Z[ recovery-image] Aug 09 05:39:13.411 INFO O| Aug 09 05:39:13.411 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77562024-08-09T05:39:15.428Z[ recovery-image] Aug 09 05:39:13.411 INFO O| Aug 09 05:39:13.411 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 ...
77572024-08-09T05:39:15.431Z[ recovery-image] Aug 09 05:39:13.412 INFO O| Aug 09 05:39:13.411 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
77582024-08-09T05:39:15.431Z[ recovery-image] Aug 09 05:39:13.412 INFO O| Aug 09 05:39:13.412 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77592024-08-09T05:39:15.431Z[ recovery-image] Aug 09 05:39:13.412 INFO O| Aug 09 05:39:13.412 INFO ok!
77602024-08-09T05:39:15.431Z[ recovery-image] Aug 09 05:39:13.412 INFO O| Aug 09 05:39:13.412 INFO STEP 39 (ensure_file) COMPLETE
77612024-08-09T05:39:15.431Z[ recovery-image] Aug 09 05:39:13.412 INFO O| Aug 09 05:39:13.412 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77622024-08-09T05:39:15.438Z[ recovery-image] Aug 09 05:39:13.422 INFO O| Aug 09 05:39:13.422 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77632024-08-09T05:39:15.438Z[ recovery-image] Aug 09 05:39:13.422 INFO O| Aug 09 05:39:13.422 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77642024-08-09T05:39:15.441Z[ recovery-image] Aug 09 05:39:13.422 INFO O| Aug 09 05:39:13.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77652024-08-09T05:39:15.441Z[ recovery-image] Aug 09 05:39:13.422 INFO O| Aug 09 05:39:13.422 INFO ok!
77662024-08-09T05:39:15.441Z[ recovery-image] Aug 09 05:39:13.422 INFO O| Aug 09 05:39:13.422 INFO STEP 40 (ensure_file) COMPLETE
77672024-08-09T05:39:15.441Z[ recovery-image] Aug 09 05:39:13.422 INFO O| Aug 09 05:39:13.422 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77682024-08-09T05:39:15.449Z[ recovery-image] Aug 09 05:39:13.432 INFO O| Aug 09 05:39:13.432 INFO updating shadow file
77692024-08-09T05:39:15.452Z[ recovery-image] Aug 09 05:39:13.432 INFO O| Aug 09 05:39:13.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77702024-08-09T05:39:15.452Z[ recovery-image] Aug 09 05:39:13.432 INFO O| Aug 09 05:39:13.432 INFO STEP 41 (shadow) COMPLETE
77712024-08-09T05:39:15.452Z[ recovery-image] Aug 09 05:39:13.432 INFO O| Aug 09 05:39:13.432 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77722024-08-09T05:39:15.459Z[ recovery-image] Aug 09 05:39:13.442 INFO O| Aug 09 05:39:13.442 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77732024-08-09T05:39:15.459Z[ recovery-image] Aug 09 05:39:13.442 INFO O| Aug 09 05:39:13.442 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77742024-08-09T05:39:15.462Z[ recovery-image] Aug 09 05:39:13.443 INFO O| Aug 09 05:39:13.443 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77752024-08-09T05:39:15.462Z[ recovery-image] Aug 09 05:39:13.443 INFO O| Aug 09 05:39:13.443 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77762024-08-09T05:39:15.462Z[ recovery-image] Aug 09 05:39:13.443 INFO O| Aug 09 05:39:13.443 INFO ok!
77772024-08-09T05:39:15.462Z[ recovery-image] Aug 09 05:39:13.443 INFO O| Aug 09 05:39:13.443 INFO STEP 42 (ensure_file) COMPLETE
77782024-08-09T05:39:15.462Z[ recovery-image] Aug 09 05:39:13.443 INFO O| Aug 09 05:39:13.443 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77792024-08-09T05:39:15.470Z[ recovery-image] Aug 09 05:39:13.453 INFO O| Aug 09 05:39:13.453 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77802024-08-09T05:39:15.470Z[ recovery-image] Aug 09 05:39:13.453 INFO O| Aug 09 05:39:13.453 INFO STEP 43 (ensure_dir) COMPLETE
77812024-08-09T05:39:15.470Z[ recovery-image] Aug 09 05:39:13.453 INFO O| Aug 09 05:39:13.453 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77822024-08-09T05:39:15.479Z[ recovery-image] Aug 09 05:39:13.463 INFO O| Aug 09 05:39:13.463 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77832024-08-09T05:39:15.479Z[ recovery-image] Aug 09 05:39:13.463 INFO O| Aug 09 05:39:13.463 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77842024-08-09T05:39:15.482Z[ recovery-image] Aug 09 05:39:13.463 INFO O| Aug 09 05:39:13.463 INFO STEP 44 (ensure_dir) COMPLETE
77852024-08-09T05:39:15.482Z[ recovery-image] Aug 09 05:39:13.463 INFO O| Aug 09 05:39:13.463 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77862024-08-09T05:39:15.489Z[ recovery-image] Aug 09 05:39:13.473 INFO O| Aug 09 05:39:13.473 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77872024-08-09T05:39:15.492Z[ recovery-image] Aug 09 05:39:13.473 INFO O| Aug 09 05:39:13.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77882024-08-09T05:39:15.492Z[ recovery-image] Aug 09 05:39:13.473 INFO O| Aug 09 05:39:13.473 INFO STEP 45 (ensure_dir) COMPLETE
77892024-08-09T05:39:15.492Z[ recovery-image] Aug 09 05:39:13.473 INFO O| Aug 09 05:39:13.473 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77902024-08-09T05:39:15.499Z[ recovery-image] Aug 09 05:39:13.482 INFO O| Aug 09 05:39:13.482 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77912024-08-09T05:39:15.499Z[ recovery-image] Aug 09 05:39:13.482 INFO O| Aug 09 05:39:13.482 INFO copying /tmp/.tmp1k6ZCO/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77922024-08-09T05:39:15.528Z[ recovery-image] Aug 09 05:39:13.511 INFO O| Aug 09 05:39:13.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
77932024-08-09T05:39:15.528Z[ recovery-image] Aug 09 05:39:13.511 INFO O| Aug 09 05:39:13.511 INFO ok!
77942024-08-09T05:39:15.528Z[ recovery-image] Aug 09 05:39:13.511 INFO O| Aug 09 05:39:13.511 INFO STEP 46 (ensure_file) COMPLETE
77952024-08-09T05:39:15.531Z[ recovery-image] Aug 09 05:39:13.511 INFO O| Aug 09 05:39:13.511 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77962024-08-09T05:39:15.539Z[ recovery-image] Aug 09 05:39:13.522 INFO O| Aug 09 05:39:13.522 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77972024-08-09T05:39:15.542Z[ recovery-image] Aug 09 05:39:13.522 INFO O| Aug 09 05:39:13.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77982024-08-09T05:39:15.542Z[ recovery-image] Aug 09 05:39:13.522 INFO O| Aug 09 05:39:13.522 INFO STEP 47 (ensure_dir) COMPLETE
77992024-08-09T05:39:15.542Z[ recovery-image] Aug 09 05:39:13.522 INFO O| Aug 09 05:39:13.522 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78002024-08-09T05:39:15.549Z[ recovery-image] Aug 09 05:39:13.532 INFO O| Aug 09 05:39:13.532 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78012024-08-09T05:39:15.549Z[ recovery-image] Aug 09 05:39:13.532 INFO O| Aug 09 05:39:13.532 INFO copying /tmp/.tmp1k6ZCO/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78022024-08-09T05:39:15.552Z[ recovery-image] Aug 09 05:39:13.533 INFO O| Aug 09 05:39:13.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78032024-08-09T05:39:15.552Z[ recovery-image] Aug 09 05:39:13.533 INFO O| Aug 09 05:39:13.533 INFO ok!
78042024-08-09T05:39:15.552Z[ recovery-image] Aug 09 05:39:13.533 INFO O| Aug 09 05:39:13.533 INFO STEP 48 (ensure_file) COMPLETE
78052024-08-09T05:39:15.552Z[ recovery-image] Aug 09 05:39:13.533 INFO O| Aug 09 05:39:13.533 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78062024-08-09T05:39:15.559Z[ recovery-image] Aug 09 05:39:13.542 INFO O| Aug 09 05:39:13.542 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78072024-08-09T05:39:15.562Z[ recovery-image] Aug 09 05:39:13.543 INFO O| Aug 09 05:39:13.542 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78082024-08-09T05:39:15.562Z[ recovery-image] Aug 09 05:39:13.543 INFO O| Aug 09 05:39:13.543 INFO STEP 49 (ensure_dir) COMPLETE
78092024-08-09T05:39:15.562Z[ recovery-image] Aug 09 05:39:13.543 INFO O| Aug 09 05:39:13.543 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78102024-08-09T05:39:15.569Z[ recovery-image] Aug 09 05:39:13.553 INFO O| Aug 09 05:39:13.553 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78112024-08-09T05:39:15.569Z[ recovery-image] Aug 09 05:39:13.553 INFO O| Aug 09 05:39:13.553 INFO copying /tmp/.tmp1k6ZCO/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78122024-08-09T05:39:15.583Z[ recovery-image] Aug 09 05:39:13.567 INFO O| Aug 09 05:39:13.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78132024-08-09T05:39:15.583Z[ recovery-image] Aug 09 05:39:13.567 INFO O| Aug 09 05:39:13.567 INFO ok!
78142024-08-09T05:39:15.586Z[ recovery-image] Aug 09 05:39:13.567 INFO O| Aug 09 05:39:13.567 INFO STEP 50 (ensure_file) COMPLETE
78152024-08-09T05:39:15.586Z[ recovery-image] Aug 09 05:39:13.567 INFO O| Aug 09 05:39:13.567 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78162024-08-09T05:39:15.596Z[ recovery-image] Aug 09 05:39:13.579 INFO O| Aug 09 05:39:13.579 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78172024-08-09T05:39:15.596Z[ recovery-image] Aug 09 05:39:13.579 INFO O| Aug 09 05:39:13.579 INFO copying /tmp/.tmp1k6ZCO/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78182024-08-09T05:39:16.081Z[ recovery-image] Aug 09 05:39:14.064 INFO O| Aug 09 05:39:14.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78192024-08-09T05:39:16.081Z[ recovery-image] Aug 09 05:39:14.064 INFO O| Aug 09 05:39:14.064 INFO ok!
78202024-08-09T05:39:16.081Z[ recovery-image] Aug 09 05:39:14.064 INFO O| Aug 09 05:39:14.064 INFO STEP 51 (ensure_file) COMPLETE
78212024-08-09T05:39:16.084Z[ recovery-image] Aug 09 05:39:14.064 INFO O| Aug 09 05:39:14.064 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78222024-08-09T05:39:16.092Z[ recovery-image] Aug 09 05:39:14.075 INFO O| Aug 09 05:39:14.075 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78232024-08-09T05:39:16.095Z[ recovery-image] Aug 09 05:39:14.075 INFO O| Aug 09 05:39:14.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78242024-08-09T05:39:16.095Z[ recovery-image] Aug 09 05:39:14.075 INFO O| Aug 09 05:39:14.075 INFO STEP 52 (ensure_dir) COMPLETE
78252024-08-09T05:39:16.095Z[ recovery-image] Aug 09 05:39:14.075 INFO O| Aug 09 05:39:14.075 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78262024-08-09T05:39:16.102Z[ recovery-image] Aug 09 05:39:14.085 INFO O| Aug 09 05:39:14.085 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78272024-08-09T05:39:16.102Z[ recovery-image] Aug 09 05:39:14.085 INFO O| Aug 09 05:39:14.085 INFO copying /tmp/.tmp1k6ZCO/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 ...
78282024-08-09T05:39:16.105Z[ recovery-image] Aug 09 05:39:14.085 INFO O| Aug 09 05:39:14.085 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
78292024-08-09T05:39:16.105Z[ recovery-image] Aug 09 05:39:14.085 INFO O| Aug 09 05:39:14.085 INFO ok!
78302024-08-09T05:39:16.105Z[ recovery-image] Aug 09 05:39:14.086 INFO O| Aug 09 05:39:14.085 INFO STEP 53 (ensure_file) COMPLETE
78312024-08-09T05:39:16.105Z[ recovery-image] Aug 09 05:39:14.086 INFO O| Aug 09 05:39:14.086 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78322024-08-09T05:39:16.112Z[ recovery-image] Aug 09 05:39:14.096 INFO O| Aug 09 05:39:14.096 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78332024-08-09T05:39:16.112Z[ recovery-image] Aug 09 05:39:14.096 INFO O| Aug 09 05:39:14.096 INFO copying /tmp/.tmp1k6ZCO/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 ...
78342024-08-09T05:39:16.115Z[ recovery-image] Aug 09 05:39:14.096 INFO O| Aug 09 05:39:14.096 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
78352024-08-09T05:39:16.115Z[ recovery-image] Aug 09 05:39:14.096 INFO O| Aug 09 05:39:14.096 INFO ok!
78362024-08-09T05:39:16.115Z[ recovery-image] Aug 09 05:39:14.096 INFO O| Aug 09 05:39:14.096 INFO STEP 54 (ensure_file) COMPLETE
78372024-08-09T05:39:16.115Z[ recovery-image] Aug 09 05:39:14.096 INFO O| Aug 09 05:39:14.096 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78382024-08-09T05:39:16.123Z[ recovery-image] Aug 09 05:39:14.106 INFO O| Aug 09 05:39:14.106 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78392024-08-09T05:39:16.123Z[ recovery-image] Aug 09 05:39:14.106 INFO O| Aug 09 05:39:14.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78402024-08-09T05:39:16.126Z[ recovery-image] Aug 09 05:39:14.106 INFO O| Aug 09 05:39:14.106 INFO STEP 55 (ensure_dir) COMPLETE
78412024-08-09T05:39:16.126Z[ recovery-image] Aug 09 05:39:14.106 INFO O| Aug 09 05:39:14.106 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78422024-08-09T05:39:16.133Z[ recovery-image] Aug 09 05:39:14.116 INFO O| Aug 09 05:39:14.116 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78432024-08-09T05:39:16.133Z[ recovery-image] Aug 09 05:39:14.116 INFO O| Aug 09 05:39:14.116 INFO copying /tmp/.tmp1k6ZCO/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 ...
78442024-08-09T05:39:16.136Z[ recovery-image] Aug 09 05:39:14.116 INFO O| Aug 09 05:39:14.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78452024-08-09T05:39:16.136Z[ recovery-image] Aug 09 05:39:14.116 INFO O| Aug 09 05:39:14.116 INFO ok!
78462024-08-09T05:39:16.136Z[ recovery-image] Aug 09 05:39:14.116 INFO O| Aug 09 05:39:14.116 INFO STEP 56 (ensure_file) COMPLETE
78472024-08-09T05:39:16.136Z[ recovery-image] Aug 09 05:39:14.116 INFO O| Aug 09 05:39:14.116 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78482024-08-09T05:39:16.143Z[ recovery-image] Aug 09 05:39:14.126 INFO O| Aug 09 05:39:14.126 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78492024-08-09T05:39:16.143Z[ recovery-image] Aug 09 05:39:14.126 INFO O| Aug 09 05:39:14.126 INFO copying /tmp/.tmp1k6ZCO/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 ...
78502024-08-09T05:39:16.146Z[ recovery-image] Aug 09 05:39:14.126 INFO O| Aug 09 05:39:14.126 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
78512024-08-09T05:39:16.146Z[ recovery-image] Aug 09 05:39:14.126 INFO O| Aug 09 05:39:14.126 INFO ok!
78522024-08-09T05:39:16.146Z[ recovery-image] Aug 09 05:39:14.126 INFO O| Aug 09 05:39:14.126 INFO STEP 57 (ensure_file) COMPLETE
78532024-08-09T05:39:16.146Z[ recovery-image] Aug 09 05:39:14.126 INFO O| Aug 09 05:39:14.126 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78542024-08-09T05:39:16.153Z[ recovery-image] Aug 09 05:39:14.136 INFO O| Aug 09 05:39:14.136 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78552024-08-09T05:39:16.153Z[ recovery-image] Aug 09 05:39:14.136 INFO O| Aug 09 05:39:14.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78562024-08-09T05:39:16.153Z[ recovery-image] Aug 09 05:39:14.136 INFO O| Aug 09 05:39:14.136 INFO STEP 58 (ensure_dir) COMPLETE
78572024-08-09T05:39:16.155Z[ recovery-image] Aug 09 05:39:14.136 INFO O| Aug 09 05:39:14.136 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78582024-08-09T05:39:16.163Z[ recovery-image] Aug 09 05:39:14.146 INFO O| Aug 09 05:39:14.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78592024-08-09T05:39:16.163Z[ recovery-image] Aug 09 05:39:14.146 INFO O| Aug 09 05:39:14.146 INFO copying /tmp/.tmp1k6ZCO/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 ...
78602024-08-09T05:39:16.166Z[ recovery-image] Aug 09 05:39:14.146 INFO O| Aug 09 05:39:14.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78612024-08-09T05:39:16.166Z[ recovery-image] Aug 09 05:39:14.146 INFO O| Aug 09 05:39:14.146 INFO ok!
78622024-08-09T05:39:16.166Z[ recovery-image] Aug 09 05:39:14.146 INFO O| Aug 09 05:39:14.146 INFO STEP 59 (ensure_file) COMPLETE
78632024-08-09T05:39:16.166Z[ recovery-image] Aug 09 05:39:14.146 INFO O| Aug 09 05:39:14.146 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78642024-08-09T05:39:16.173Z[ recovery-image] Aug 09 05:39:14.156 INFO O| Aug 09 05:39:14.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78652024-08-09T05:39:16.173Z[ recovery-image] Aug 09 05:39:14.156 INFO O| Aug 09 05:39:14.156 INFO copying /tmp/.tmp1k6ZCO/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78662024-08-09T05:39:16.176Z[ recovery-image] Aug 09 05:39:14.156 INFO O| Aug 09 05:39:14.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78672024-08-09T05:39:16.176Z[ recovery-image] Aug 09 05:39:14.156 INFO O| Aug 09 05:39:14.156 INFO ok!
78682024-08-09T05:39:16.176Z[ recovery-image] Aug 09 05:39:14.156 INFO O| Aug 09 05:39:14.156 INFO STEP 60 (ensure_file) COMPLETE
78692024-08-09T05:39:16.176Z[ recovery-image] Aug 09 05:39:14.156 INFO O| Aug 09 05:39:14.156 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78702024-08-09T05:39:16.183Z[ recovery-image] Aug 09 05:39:14.166 INFO O| Aug 09 05:39:14.166 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78712024-08-09T05:39:16.183Z[ recovery-image] Aug 09 05:39:14.166 INFO O| Aug 09 05:39:14.166 INFO STEP 61 (ensure_dir) COMPLETE
78722024-08-09T05:39:16.186Z[ recovery-image] Aug 09 05:39:14.166 INFO O| Aug 09 05:39:14.166 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78732024-08-09T05:39:16.193Z[ recovery-image] Aug 09 05:39:14.176 INFO O| Aug 09 05:39:14.176 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78742024-08-09T05:39:16.193Z[ recovery-image] Aug 09 05:39:14.176 INFO O| Aug 09 05:39:14.176 INFO STEP 62 (ensure_dir) COMPLETE
78752024-08-09T05:39:16.193Z[ recovery-image] Aug 09 05:39:14.176 INFO O| Aug 09 05:39:14.176 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78762024-08-09T05:39:16.203Z[ recovery-image] Aug 09 05:39:14.186 INFO O| Aug 09 05:39:14.186 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78772024-08-09T05:39:16.203Z[ recovery-image] Aug 09 05:39:14.186 INFO O| Aug 09 05:39:14.186 INFO STEP 63 (ensure_dir) COMPLETE
78782024-08-09T05:39:16.206Z[ recovery-image] Aug 09 05:39:14.186 INFO O| Aug 09 05:39:14.186 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-08-09T05:39:16.213Z[ recovery-image] Aug 09 05:39:14.196 INFO O| Aug 09 05:39:14.196 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78802024-08-09T05:39:16.213Z[ recovery-image] Aug 09 05:39:14.196 INFO O| Aug 09 05:39:14.196 INFO STEP 64 (ensure_dir) COMPLETE
78812024-08-09T05:39:16.216Z[ recovery-image] Aug 09 05:39:14.196 INFO O| Aug 09 05:39:14.196 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78822024-08-09T05:39:16.223Z[ recovery-image] Aug 09 05:39:14.206 INFO O| Aug 09 05:39:14.206 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78832024-08-09T05:39:16.223Z[ recovery-image] Aug 09 05:39:14.206 INFO O| Aug 09 05:39:14.206 INFO copying /tmp/.tmp1k6ZCO/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78842024-08-09T05:39:16.226Z[ recovery-image] Aug 09 05:39:14.206 INFO O| Aug 09 05:39:14.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78852024-08-09T05:39:16.226Z[ recovery-image] Aug 09 05:39:14.207 INFO O| Aug 09 05:39:14.206 INFO ok!
78862024-08-09T05:39:16.226Z[ recovery-image] Aug 09 05:39:14.207 INFO O| Aug 09 05:39:14.206 INFO STEP 65 (ensure_file) COMPLETE
78872024-08-09T05:39:16.226Z[ recovery-image] Aug 09 05:39:14.207 INFO O| Aug 09 05:39:14.206 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78882024-08-09T05:39:16.233Z[ recovery-image] Aug 09 05:39:14.216 INFO O| Aug 09 05:39:14.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78892024-08-09T05:39:16.236Z[ recovery-image] Aug 09 05:39:14.216 INFO O| Aug 09 05:39:14.216 INFO STEP 66 (remove_files) COMPLETE
78902024-08-09T05:39:16.236Z[ recovery-image] Aug 09 05:39:14.216 INFO O| Aug 09 05:39:14.216 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78912024-08-09T05:39:16.243Z[ recovery-image] Aug 09 05:39:14.226 INFO O| Aug 09 05:39:14.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78922024-08-09T05:39:16.246Z[ recovery-image] Aug 09 05:39:14.226 INFO O| Aug 09 05:39:14.226 INFO STEP 67 (remove_files) COMPLETE
78932024-08-09T05:39:16.246Z[ recovery-image] Aug 09 05:39:14.226 INFO O| Aug 09 05:39:14.226 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78942024-08-09T05:39:16.254Z[ recovery-image] Aug 09 05:39:14.237 INFO O| Aug 09 05:39:14.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
78952024-08-09T05:39:16.256Z[ recovery-image] Aug 09 05:39:14.237 INFO O| Aug 09 05:39:14.237 INFO STEP 68 (remove_files) COMPLETE
78962024-08-09T05:39:16.256Z[ recovery-image] Aug 09 05:39:14.237 INFO O| Aug 09 05:39:14.237 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78972024-08-09T05:39:16.264Z[ recovery-image] Aug 09 05:39:14.248 INFO O| Aug 09 05:39:14.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
78982024-08-09T05:39:16.267Z[ recovery-image] Aug 09 05:39:14.248 INFO O| Aug 09 05:39:14.248 INFO STEP 69 (remove_files) COMPLETE
78992024-08-09T05:39:16.267Z[ recovery-image] Aug 09 05:39:14.248 INFO O| Aug 09 05:39:14.248 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79002024-08-09T05:39:16.275Z[ recovery-image] Aug 09 05:39:14.258 INFO O| Aug 09 05:39:14.258 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79012024-08-09T05:39:16.278Z[ recovery-image] Aug 09 05:39:14.259 INFO O| Aug 09 05:39:14.259 INFO STEP 70 (remove_files) COMPLETE
79022024-08-09T05:39:16.278Z[ recovery-image] Aug 09 05:39:14.259 INFO O| Aug 09 05:39:14.259 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79032024-08-09T05:39:16.286Z[ recovery-image] Aug 09 05:39:14.269 INFO O| Aug 09 05:39:14.269 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79042024-08-09T05:39:16.289Z[ recovery-image] Aug 09 05:39:14.270 INFO O| Aug 09 05:39:14.270 INFO STEP 71 (remove_files) COMPLETE
79052024-08-09T05:39:16.289Z[ recovery-image] Aug 09 05:39:14.270 INFO O| Aug 09 05:39:14.270 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79062024-08-09T05:39:16.297Z[ recovery-image] Aug 09 05:39:14.280 INFO O| Aug 09 05:39:14.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79072024-08-09T05:39:16.300Z[ recovery-image] Aug 09 05:39:14.280 INFO O| Aug 09 05:39:14.280 INFO STEP 72 (remove_files) COMPLETE
79082024-08-09T05:39:16.300Z[ recovery-image] Aug 09 05:39:14.280 INFO O| Aug 09 05:39:14.280 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79092024-08-09T05:39:16.309Z[ recovery-image] Aug 09 05:39:14.293 INFO O| Aug 09 05:39:14.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79102024-08-09T05:39:16.312Z[ recovery-image] Aug 09 05:39:14.293 INFO O| Aug 09 05:39:14.293 INFO STEP 73 (remove_files) COMPLETE
79112024-08-09T05:39:16.312Z[ recovery-image] Aug 09 05:39:14.293 INFO O| Aug 09 05:39:14.293 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79122024-08-09T05:39:16.320Z[ recovery-image] Aug 09 05:39:14.303 INFO O| Aug 09 05:39:14.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79132024-08-09T05:39:16.320Z[ recovery-image] Aug 09 05:39:14.303 INFO O| Aug 09 05:39:14.303 INFO STEP 74 (remove_files) COMPLETE
79142024-08-09T05:39:16.323Z[ recovery-image] Aug 09 05:39:14.303 INFO O| Aug 09 05:39:14.303 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79152024-08-09T05:39:16.330Z[ recovery-image] Aug 09 05:39:14.313 INFO O| Aug 09 05:39:14.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79162024-08-09T05:39:16.330Z[ recovery-image] Aug 09 05:39:14.313 INFO O| Aug 09 05:39:14.313 INFO STEP 75 (remove_files) COMPLETE
79172024-08-09T05:39:16.330Z[ recovery-image] Aug 09 05:39:14.313 INFO O| Aug 09 05:39:14.313 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79182024-08-09T05:39:16.340Z[ recovery-image] Aug 09 05:39:14.323 INFO O| Aug 09 05:39:14.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79192024-08-09T05:39:16.340Z[ recovery-image] Aug 09 05:39:14.323 INFO O| Aug 09 05:39:14.323 INFO STEP 76 (remove_files) COMPLETE
79202024-08-09T05:39:16.343Z[ recovery-image] Aug 09 05:39:14.323 INFO O| Aug 09 05:39:14.323 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79212024-08-09T05:39:16.349Z[ recovery-image] Aug 09 05:39:14.333 INFO O| Aug 09 05:39:14.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79222024-08-09T05:39:16.350Z[ recovery-image] Aug 09 05:39:14.333 INFO O| Aug 09 05:39:14.333 INFO STEP 77 (remove_files) COMPLETE
79232024-08-09T05:39:16.352Z[ recovery-image] Aug 09 05:39:14.333 INFO O| Aug 09 05:39:14.333 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79242024-08-09T05:39:16.360Z[ recovery-image] Aug 09 05:39:14.343 INFO O| Aug 09 05:39:14.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79252024-08-09T05:39:16.360Z[ recovery-image] Aug 09 05:39:14.343 INFO O| Aug 09 05:39:14.343 INFO STEP 78 (remove_files) COMPLETE
79262024-08-09T05:39:16.363Z[ recovery-image] Aug 09 05:39:14.343 INFO O| Aug 09 05:39:14.343 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79272024-08-09T05:39:16.370Z[ recovery-image] Aug 09 05:39:14.353 INFO O| Aug 09 05:39:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79282024-08-09T05:39:16.370Z[ recovery-image] Aug 09 05:39:14.353 INFO O| Aug 09 05:39:14.353 INFO STEP 79 (remove_files) COMPLETE
79292024-08-09T05:39:16.370Z[ recovery-image] Aug 09 05:39:14.353 INFO O| Aug 09 05:39:14.353 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79302024-08-09T05:39:16.379Z[ recovery-image] Aug 09 05:39:14.363 INFO O| Aug 09 05:39:14.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79312024-08-09T05:39:16.382Z[ recovery-image] Aug 09 05:39:14.363 INFO O| Aug 09 05:39:14.363 INFO STEP 80 (remove_files) COMPLETE
79322024-08-09T05:39:16.382Z[ recovery-image] Aug 09 05:39:14.363 INFO O| Aug 09 05:39:14.363 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79332024-08-09T05:39:16.390Z[ recovery-image] Aug 09 05:39:14.373 INFO O| Aug 09 05:39:14.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79342024-08-09T05:39:16.390Z[ recovery-image] Aug 09 05:39:14.373 INFO O| Aug 09 05:39:14.373 INFO STEP 81 (remove_files) COMPLETE
79352024-08-09T05:39:16.392Z[ recovery-image] Aug 09 05:39:14.373 INFO O| Aug 09 05:39:14.373 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79362024-08-09T05:39:16.400Z[ recovery-image] Aug 09 05:39:14.383 INFO O| Aug 09 05:39:14.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79372024-08-09T05:39:16.402Z[ recovery-image] Aug 09 05:39:14.383 INFO O| Aug 09 05:39:14.383 INFO STEP 82 (remove_files) COMPLETE
79382024-08-09T05:39:16.403Z[ recovery-image] Aug 09 05:39:14.383 INFO O| Aug 09 05:39:14.383 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79392024-08-09T05:39:16.410Z[ recovery-image] Aug 09 05:39:14.393 INFO O| Aug 09 05:39:14.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79402024-08-09T05:39:16.410Z[ recovery-image] Aug 09 05:39:14.393 INFO O| Aug 09 05:39:14.393 INFO STEP 83 (remove_files) COMPLETE
79412024-08-09T05:39:16.410Z[ recovery-image] Aug 09 05:39:14.393 INFO O| Aug 09 05:39:14.393 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79422024-08-09T05:39:16.420Z[ recovery-image] Aug 09 05:39:14.403 INFO O| Aug 09 05:39:14.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79432024-08-09T05:39:16.420Z[ recovery-image] Aug 09 05:39:14.403 INFO O| Aug 09 05:39:14.403 INFO STEP 84 (remove_files) COMPLETE
79442024-08-09T05:39:16.422Z[ recovery-image] Aug 09 05:39:14.403 INFO O| Aug 09 05:39:14.403 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79452024-08-09T05:39:16.429Z[ recovery-image] Aug 09 05:39:14.413 INFO O| Aug 09 05:39:14.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79462024-08-09T05:39:16.432Z[ recovery-image] Aug 09 05:39:14.413 INFO O| Aug 09 05:39:14.413 INFO STEP 85 (remove_files) COMPLETE
79472024-08-09T05:39:16.432Z[ recovery-image] Aug 09 05:39:14.413 INFO O| Aug 09 05:39:14.413 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79482024-08-09T05:39:16.439Z[ recovery-image] Aug 09 05:39:14.423 INFO O| Aug 09 05:39:14.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79492024-08-09T05:39:16.440Z[ recovery-image] Aug 09 05:39:14.423 INFO O| Aug 09 05:39:14.423 INFO STEP 86 (remove_files) COMPLETE
79502024-08-09T05:39:16.440Z[ recovery-image] Aug 09 05:39:14.423 INFO O| Aug 09 05:39:14.423 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79512024-08-09T05:39:16.449Z[ recovery-image] Aug 09 05:39:14.432 INFO O| Aug 09 05:39:14.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79522024-08-09T05:39:16.449Z[ recovery-image] Aug 09 05:39:14.432 INFO O| Aug 09 05:39:14.432 INFO STEP 87 (remove_files) COMPLETE
79532024-08-09T05:39:16.452Z[ recovery-image] Aug 09 05:39:14.432 INFO O| Aug 09 05:39:14.432 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79542024-08-09T05:39:16.459Z[ recovery-image] Aug 09 05:39:14.442 INFO O| Aug 09 05:39:14.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79552024-08-09T05:39:16.459Z[ recovery-image] Aug 09 05:39:14.442 INFO O| Aug 09 05:39:14.442 INFO STEP 88 (remove_files) COMPLETE
79562024-08-09T05:39:16.459Z[ recovery-image] Aug 09 05:39:14.442 INFO O| Aug 09 05:39:14.442 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79572024-08-09T05:39:16.469Z[ recovery-image] Aug 09 05:39:14.452 INFO O| Aug 09 05:39:14.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79582024-08-09T05:39:16.469Z[ recovery-image] Aug 09 05:39:14.452 INFO O| Aug 09 05:39:14.452 INFO STEP 89 (remove_files) COMPLETE
79592024-08-09T05:39:16.472Z[ recovery-image] Aug 09 05:39:14.452 INFO O| Aug 09 05:39:14.452 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79602024-08-09T05:39:16.479Z[ recovery-image] Aug 09 05:39:14.462 INFO O| Aug 09 05:39:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79612024-08-09T05:39:16.479Z[ recovery-image] Aug 09 05:39:14.462 INFO O| Aug 09 05:39:14.462 INFO STEP 90 (remove_files) COMPLETE
79622024-08-09T05:39:16.483Z[ recovery-image] Aug 09 05:39:14.462 INFO O| Aug 09 05:39:14.462 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79632024-08-09T05:39:16.489Z[ recovery-image] Aug 09 05:39:14.472 INFO O| Aug 09 05:39:14.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79642024-08-09T05:39:16.492Z[ recovery-image] Aug 09 05:39:14.472 INFO O| Aug 09 05:39:14.472 INFO STEP 91 (remove_files) COMPLETE
79652024-08-09T05:39:16.492Z[ recovery-image] Aug 09 05:39:14.472 INFO O| Aug 09 05:39:14.472 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79662024-08-09T05:39:16.499Z[ recovery-image] Aug 09 05:39:14.482 INFO O| Aug 09 05:39:14.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79672024-08-09T05:39:16.499Z[ recovery-image] Aug 09 05:39:14.482 INFO O| Aug 09 05:39:14.482 INFO STEP 92 (remove_files) COMPLETE
79682024-08-09T05:39:16.502Z[ recovery-image] Aug 09 05:39:14.482 INFO O| Aug 09 05:39:14.482 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79692024-08-09T05:39:16.509Z[ recovery-image] Aug 09 05:39:14.492 INFO O| Aug 09 05:39:14.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79702024-08-09T05:39:16.512Z[ recovery-image] Aug 09 05:39:14.492 INFO O| Aug 09 05:39:14.492 INFO STEP 93 (remove_files) COMPLETE
79712024-08-09T05:39:16.512Z[ recovery-image] Aug 09 05:39:14.492 INFO O| Aug 09 05:39:14.492 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79722024-08-09T05:39:16.519Z[ recovery-image] Aug 09 05:39:14.502 INFO O| Aug 09 05:39:14.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79732024-08-09T05:39:16.519Z[ recovery-image] Aug 09 05:39:14.502 INFO O| Aug 09 05:39:14.502 INFO STEP 94 (remove_files) COMPLETE
79742024-08-09T05:39:16.519Z[ recovery-image] Aug 09 05:39:14.502 INFO O| Aug 09 05:39:14.502 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79752024-08-09T05:39:16.534Z[ recovery-image] Aug 09 05:39:14.517 INFO O| Aug 09 05:39:14.517 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79762024-08-09T05:39:16.536Z[ recovery-image] Aug 09 05:39:14.517 INFO O| Aug 09 05:39:14.517 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
79772024-08-09T05:39:25.872Z[ recovery-image] Aug 09 05:39:23.853 INFO O| Aug 09 05:39:23.852 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
79782024-08-09T05:39:25.872Z[ recovery-image] Aug 09 05:39:23.853 INFO O| Aug 09 05:39:23.853 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79792024-08-09T05:39:25.884Z[ recovery-image] Aug 09 05:39:23.865 INFO O| Aug 09 05:39:23.865 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
79802024-08-09T05:39:25.958Z[ recovery-image] Aug 09 05:39:23.939 INFO O| Aug 09 05:39:23.939 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79812024-08-09T05:39:25.959Z[ recovery-image] Aug 09 05:39:23.940 INFO O| Aug 09 05:39:23.939 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 ...
79822024-08-09T05:39:25.962Z[ recovery-image] Aug 09 05:39:23.941 INFO O| Aug 09 05:39:23.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79832024-08-09T05:39:25.962Z[ recovery-image] Aug 09 05:39:23.941 INFO O| Aug 09 05:39:23.941 INFO ok!
79842024-08-09T05:39:25.962Z[ recovery-image] Aug 09 05:39:23.941 INFO O| Aug 09 05:39:23.941 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79852024-08-09T05:39:25.962Z[ recovery-image] Aug 09 05:39:23.941 INFO O| Aug 09 05:39:23.941 INFO STEP 95 (seed_smf) COMPLETE
79862024-08-09T05:39:25.962Z[ recovery-image] Aug 09 05:39:23.941 INFO O| Aug 09 05:39:23.941 INFO steps complete; finalising image!
79872024-08-09T05:39:25.962Z[ recovery-image] Aug 09 05:39:23.941 INFO O| Aug 09 05:39:23.941 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79882024-08-09T05:39:25.993Z[ recovery-image] Aug 09 05:39:23.975 INFO O| Aug 09 05:39:23.975 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Fri Aug 9 05:39:23 2024)
79892024-08-09T05:39:26.202Z[ recovery-image] Aug 09 05:39:24.183 INFO O| Aug 09 05:39:24.183 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Fri Aug 9 05:39:23 2024)
79902024-08-09T05:39:26.423Z[ recovery-image] Aug 09 05:39:24.404 INFO O| Aug 09 05:39:24.404 INFO temporary pool has 396M used, 1.36G avail, 1.00x compressratio
79912024-08-09T05:39:26.423Z[ recovery-image] Aug 09 05:39:24.404 INFO O| Aug 09 05:39:24.404 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
79922024-08-09T05:39:26.625Z[ recovery-image] Aug 09 05:39:24.606 INFO O| Aug 09 05:39:24.606 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
79932024-08-09T05:39:26.625Z[ recovery-image] Aug 09 05:39:24.606 INFO O| Aug 09 05:39:24.606 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
79942024-08-09T05:39:29.632Z[ recovery-image] Aug 09 05:39:27.613 INFO O| Aug 09 05:39:27.612 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79952024-08-09T05:39:29.632Z[ recovery-image] Aug 09 05:39:27.613 INFO O| Aug 09 05:39:27.613 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79962024-08-09T05:39:29.635Z[ recovery-image] Aug 09 05:39:27.613 INFO O| Aug 09 05:39:27.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79972024-08-09T05:39:29.635Z[ recovery-image] Aug 09 05:39:27.613 INFO O| Aug 09 05:39:27.613 INFO completed processing gimlet/zfs-recovery
79982024-08-09T05:39:29.635Z[ recovery-image] Aug 09 05:39:27.613 INFO O| Aug 09 05:39:27.613 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79992024-08-09T05:39:30.174Z[ recovery-image] Aug 09 05:39:28.154 INFO O| Aug 09 05:39:28.154 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80002024-08-09T05:39:30.269Z[ recovery-image] Aug 09 05:39:28.249 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n"
80012024-08-09T05:39:30.269Z[ recovery-image] Aug 09 05:39:28.249 INFO expanded image name: "recovery fce6fa8/${os_short_commit} 2024-08-09 05:14" -> "recovery fce6fa8/0187c42 2024-08-09 05:14"
80022024-08-09T05:39:30.272Z[ recovery-image] Aug 09 05:39:28.249 INFO output artefacts stored in: "/work/os-recovery"
80032024-08-09T05:39:30.272Z[ recovery-image] Aug 09 05:39:28.250 INFO collecting git info from project "pinprick"...
80042024-08-09T05:39:30.276Z[ recovery-image] Aug 09 05:39:28.256 INFO collecting git info from project "phbl"...
80052024-08-09T05:39:30.282Z[ recovery-image] Aug 09 05:39:28.262 INFO collecting git info from project "bootserver"...
80062024-08-09T05:39:30.287Z[ recovery-image] Aug 09 05:39:28.268 INFO collecting git info from project "image-builder"...
80072024-08-09T05:39:30.293Z[ recovery-image] Aug 09 05:39:28.274 INFO collecting git info from project "chelsio-t6-roms"...
80082024-08-09T05:39:30.314Z[ recovery-image] Aug 09 05:39:28.295 INFO collecting git info from project "amd-firmware"...
80092024-08-09T05:39:30.540Z[ recovery-image] Aug 09 05:39:28.520 INFO collecting git info from project "amd-host-image-builder"...
80102024-08-09T05:39:30.779Z[ recovery-image] Aug 09 05:39:28.759 INFO collecting git info from project "pilot"...
80112024-08-09T05:39:30.790Z[ recovery-image] Aug 09 05:39:28.771 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80122024-08-09T05:39:31.148Z[ recovery-image] Aug 09 05:39:29.128 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80132024-08-09T05:39:31.501Z[ recovery-image] Aug 09 05:39:29.481 INFO creating Oxide boot image...
80142024-08-09T05:39:31.501Z[ recovery-image] Aug 09 05:39:29.481 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery fce6fa8/0187c42 2024-08-09 05:14", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80152024-08-09T05:39:59.145Z[ host-image] Aug 09 05:39:57.120 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22800:20240807T093851Z
80162024-08-09T05:39:59.145Z[ host-image] Aug 09 05:39:57.120 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22800:20240807T093851Z
80172024-08-09T05:39:59.148Z[ host-image] Aug 09 05:39:57.120 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80182024-08-09T05:39:59.148Z[ host-image] Aug 09 05:39:57.120 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80192024-08-09T05:39:59.148Z[ host-image] Aug 09 05:39:57.121 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80202024-08-09T05:39:59.149Z[ host-image] Aug 09 05:39:57.121 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80212024-08-09T05:39:59.149Z[ host-image] Aug 09 05:39:57.121 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80222024-08-09T05:39:59.149Z[ host-image] Aug 09 05:39:57.122 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80232024-08-09T05:39:59.149Z[ host-image] Aug 09 05:39:57.122 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80242024-08-09T05:39:59.149Z[ host-image] Aug 09 05:39:57.122 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80252024-08-09T05:39:59.149Z[ host-image] Aug 09 05:39:57.122 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22800:20240807T093851Z
80262024-08-09T05:39:59.152Z[ host-image] Aug 09 05:39:57.124 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22800:20240807T093852Z
80272024-08-09T05:39:59.152Z[ host-image] Aug 09 05:39:57.124 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22800:20240807T093852Z
80282024-08-09T05:39:59.152Z[ host-image] Aug 09 05:39:57.125 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22800:20240807T093853Z
80292024-08-09T05:39:59.152Z[ host-image] Aug 09 05:39:57.125 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80302024-08-09T05:39:59.152Z[ host-image] Aug 09 05:39:57.126 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22800:20240807T093853Z
80312024-08-09T05:39:59.152Z[ host-image] Aug 09 05:39:57.126 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22800:20240807T093853Z
80322024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.126 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22800:20240807T093853Z
80332024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.127 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22800:20240807T093853Z
80342024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.127 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22800:20240807T093854Z
80352024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.127 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22800:20240807T093854Z
80362024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.127 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22800:20240807T093854Z
80372024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.127 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22800:20240807T093855Z
80382024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.127 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22800:20240807T093855Z
80392024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.128 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22800:20240807T093856Z
80402024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.128 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22800:20240807T093857Z
80412024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.128 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22800:20240807T093858Z
80422024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.128 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22800:20240807T093859Z
80432024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.128 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80442024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.128 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22800:20240807T093900Z
80452024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.128 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22800:20240807T093902Z
80462024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.128 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22800:20240807T093903Z
80472024-08-09T05:39:59.155Z[ host-image] Aug 09 05:39:57.129 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22800:20240807T093904Z
80482024-08-09T05:39:59.158Z[ host-image] Aug 09 05:39:57.130 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22800:20240807T093905Z
80492024-08-09T05:39:59.158Z[ host-image] Aug 09 05:39:57.130 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22800:20240807T093905Z
80502024-08-09T05:39:59.164Z[ host-image] Aug 09 05:39:57.139 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80512024-08-09T05:39:59.167Z[ host-image] Aug 09 05:39:57.139 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22800:20240807T093905Z
80522024-08-09T05:39:59.167Z[ host-image] Aug 09 05:39:57.139 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80532024-08-09T05:39:59.167Z[ host-image] Aug 09 05:39:57.140 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80542024-08-09T05:39:59.167Z[ host-image] Aug 09 05:39:57.140 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80552024-08-09T05:39:59.167Z[ host-image] Aug 09 05:39:57.141 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22800:20240807T093905Z
80562024-08-09T05:39:59.167Z[ host-image] Aug 09 05:39:57.141 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80572024-08-09T05:39:59.167Z[ host-image] Aug 09 05:39:57.141 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80582024-08-09T05:39:59.170Z[ host-image] Aug 09 05:39:57.142 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80592024-08-09T05:39:59.170Z[ host-image] Aug 09 05:39:57.142 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80602024-08-09T05:39:59.180Z[ host-image] Aug 09 05:39:57.155 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80612024-08-09T05:39:59.180Z[ host-image] Aug 09 05:39:57.155 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80622024-08-09T05:39:59.182Z[ host-image] Aug 09 05:39:57.155 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80632024-08-09T05:39:59.182Z[ host-image] Aug 09 05:39:57.155 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80642024-08-09T05:39:59.183Z[ host-image] Aug 09 05:39:57.156 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80652024-08-09T05:39:59.183Z[ host-image] Aug 09 05:39:57.156 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80662024-08-09T05:39:59.217Z[ host-image] Aug 09 05:39:57.192 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80672024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.193 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80682024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.193 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80692024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.194 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22800:20240807T093907Z
80702024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.194 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22800:20240807T093913Z
80712024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.194 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80722024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.194 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22800:20240807T093914Z
80732024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.194 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80742024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.194 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80752024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.195 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80762024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.195 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22800:20240807T093914Z
80772024-08-09T05:39:59.220Z[ host-image] Aug 09 05:39:57.195 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80782024-08-09T05:39:59.225Z[ host-image] Aug 09 05:39:57.199 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80792024-08-09T05:39:59.227Z[ host-image] Aug 09 05:39:57.200 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80802024-08-09T05:39:59.227Z[ host-image] Aug 09 05:39:57.200 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80812024-08-09T05:39:59.227Z[ host-image] Aug 09 05:39:57.200 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22800:20240807T093914Z
80822024-08-09T05:39:59.227Z[ host-image] Aug 09 05:39:57.200 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80832024-08-09T05:39:59.240Z[ host-image] Aug 09 05:39:57.215 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80842024-08-09T05:39:59.243Z[ host-image] Aug 09 05:39:57.215 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22800:20240807T093914Z
80852024-08-09T05:39:59.243Z[ host-image] Aug 09 05:39:57.217 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22800:20240807T093915Z
80862024-08-09T05:39:59.246Z[ host-image] Aug 09 05:39:57.218 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22800:20240807T093915Z
80872024-08-09T05:39:59.246Z[ host-image] Aug 09 05:39:57.218 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
80882024-08-09T05:39:59.246Z[ host-image] Aug 09 05:39:57.218 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22800:20240807T093916Z
80892024-08-09T05:39:59.246Z[ host-image] Aug 09 05:39:57.219 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22800:20240807T093917Z
80902024-08-09T05:39:59.246Z[ host-image] Aug 09 05:39:57.219 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22800:20240807T093917Z
80912024-08-09T05:39:59.246Z[ host-image] Aug 09 05:39:57.219 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22800:20240807T093917Z
80922024-08-09T05:39:59.248Z[ host-image] Aug 09 05:39:57.223 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
80932024-08-09T05:39:59.251Z[ host-image] Aug 09 05:39:57.223 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22800:20240807T093917Z
80942024-08-09T05:39:59.251Z[ host-image] Aug 09 05:39:57.224 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22800:20240807T093918Z
80952024-08-09T05:39:59.251Z[ host-image] Aug 09 05:39:57.224 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
80962024-08-09T05:39:59.251Z[ host-image] Aug 09 05:39:57.225 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22800:20240807T093919Z
80972024-08-09T05:39:59.251Z[ host-image] Aug 09 05:39:57.225 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22800:20240807T093919Z
80982024-08-09T05:39:59.251Z[ host-image] Aug 09 05:39:57.225 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22800:20240807T093919Z
80992024-08-09T05:39:59.251Z[ host-image] Aug 09 05:39:57.225 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22800:20240807T093919Z
81002024-08-09T05:39:59.259Z[ host-image] Aug 09 05:39:57.234 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22800:20240807T093919Z
81012024-08-09T05:39:59.259Z[ host-image] Aug 09 05:39:57.234 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81022024-08-09T05:39:59.262Z[ host-image] Aug 09 05:39:57.236 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22800:20240807T093919Z
81032024-08-09T05:39:59.264Z[ host-image] Aug 09 05:39:57.237 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22800:20240807T093919Z
81042024-08-09T05:39:59.264Z[ host-image] Aug 09 05:39:57.237 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22800:20240807T093919Z
81052024-08-09T05:39:59.264Z[ host-image] Aug 09 05:39:57.238 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22800:20240807T093920Z
81062024-08-09T05:39:59.264Z[ host-image] Aug 09 05:39:57.238 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22800:20240807T093920Z
81072024-08-09T05:39:59.265Z[ host-image] Aug 09 05:39:57.239 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22800:20240807T093920Z
81082024-08-09T05:39:59.274Z[ host-image] Aug 09 05:39:57.249 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22800:20240807T093922Z
81092024-08-09T05:39:59.274Z[ host-image] Aug 09 05:39:57.249 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22800:20240807T093921Z
81102024-08-09T05:39:59.277Z[ host-image] Aug 09 05:39:57.249 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22800:20240807T093921Z
81112024-08-09T05:39:59.277Z[ host-image] Aug 09 05:39:57.250 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22800:20240807T093921Z
81122024-08-09T05:39:59.277Z[ host-image] Aug 09 05:39:57.250 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22800:20240807T093922Z
81132024-08-09T05:39:59.298Z[ host-image] Aug 09 05:39:57.273 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22800:20240807T093925Z
81142024-08-09T05:39:59.301Z[ host-image] Aug 09 05:39:57.273 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22800:20240807T093922Z
81152024-08-09T05:39:59.301Z[ host-image] Aug 09 05:39:57.273 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22800:20240807T093922Z
81162024-08-09T05:39:59.301Z[ host-image] Aug 09 05:39:57.273 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81172024-08-09T05:39:59.301Z[ host-image] Aug 09 05:39:57.273 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81182024-08-09T05:39:59.328Z[ host-image] Aug 09 05:39:57.303 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22800:20240807T093922Z
81192024-08-09T05:39:59.331Z[ host-image] Aug 09 05:39:57.303 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81202024-08-09T05:39:59.331Z[ host-image] Aug 09 05:39:57.303 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22800:20240807T093922Z
81212024-08-09T05:39:59.331Z[ host-image] Aug 09 05:39:57.303 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22800:20240807T093922Z
81222024-08-09T05:39:59.331Z[ host-image] Aug 09 05:39:57.304 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22800:20240807T093923Z
81232024-08-09T05:39:59.331Z[ host-image] Aug 09 05:39:57.305 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81242024-08-09T05:39:59.331Z[ host-image] Aug 09 05:39:57.305 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81252024-08-09T05:39:59.333Z[ host-image] Aug 09 05:39:57.306 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22800:20240807T093924Z
81262024-08-09T05:39:59.333Z[ host-image] Aug 09 05:39:57.306 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22800:20240807T093924Z
81272024-08-09T05:39:59.333Z[ host-image] Aug 09 05:39:57.306 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22800:20240807T093924Z
81282024-08-09T05:39:59.333Z[ host-image] Aug 09 05:39:57.306 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22800:20240807T093924Z
81292024-08-09T05:39:59.334Z[ host-image] Aug 09 05:39:57.306 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22800:20240807T093924Z
81302024-08-09T05:39:59.334Z[ host-image] Aug 09 05:39:57.307 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22800:20240807T093925Z
81312024-08-09T05:39:59.337Z[ host-image] Aug 09 05:39:57.310 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81322024-08-09T05:39:59.337Z[ host-image] Aug 09 05:39:57.310 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22800:20240807T093925Z
81332024-08-09T05:39:59.337Z[ host-image] Aug 09 05:39:57.311 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22800:20240807T093925Z
81342024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.311 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22800:20240807T093925Z
81352024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.312 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22800:20240807T093926Z
81362024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.312 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22800:20240807T093926Z
81372024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.312 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22800:20240807T093926Z
81382024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.312 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81392024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.312 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81402024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.313 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22800:20240807T093928Z
81412024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.313 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22800:20240807T093929Z
81422024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.313 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81432024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.313 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81442024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.314 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81452024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.314 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81462024-08-09T05:39:59.340Z[ host-image] Aug 09 05:39:57.314 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81472024-08-09T05:39:59.343Z[ host-image] Aug 09 05:39:57.315 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81482024-08-09T05:39:59.343Z[ host-image] Aug 09 05:39:57.316 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
81492024-08-09T05:39:59.343Z[ host-image] Aug 09 05:39:57.316 INFO O| tempdir @ "/tmp/.tmpQ8Vi3b/tmp"
81502024-08-09T05:39:59.343Z[ host-image] Aug 09 05:39:57.316 INFO O| image root @ "/tmp/.tmpQ8Vi3b/tmp/root"
81512024-08-09T05:39:59.343Z[ host-image] Aug 09 05:39:57.316 INFO O| creating image...
81522024-08-09T05:39:59.830Z[ host-image] Aug 09 05:39:57.804 INFO O| copying publishers...
81532024-08-09T05:40:05.754Z[ host-image] Aug 09 05:40:03.727 INFO O| adding properties...
81542024-08-09T05:40:06.769Z[ host-image] Aug 09 05:40:04.742 INFO O| installing packages...
81552024-08-09T05:40:21.645Z[ host-image] Aug 09 05:40:19.615 INFO O| seeding SMF database...
81562024-08-09T05:40:22.652Z[ recovery-image] Aug 09 05:40:20.622 INFO O| ok, image written!
81572024-08-09T05:40:22.652Z[ recovery-image] Aug 09 05:40:20.622 INFO O| ok, boot_image_csum file written!
81582024-08-09T05:40:22.655Z[ recovery-image] Aug 09 05:40:20.625 INFO creating boot archive (CPIO)...
81592024-08-09T05:40:22.655Z[ recovery-image] Aug 09 05:40:20.625 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
81602024-08-09T05:40:22.663Z[ recovery-image] Aug 09 05:40:20.634 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81612024-08-09T05:40:22.663Z[ recovery-image] Aug 09 05:40:20.634 INFO E| + outfile=/work/os-recovery/cpio
81622024-08-09T05:40:22.663Z[ recovery-image] Aug 09 05:40:20.634 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81632024-08-09T05:40:22.666Z[ recovery-image] Aug 09 05:40:20.636 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81642024-08-09T05:40:22.666Z[ recovery-image] Aug 09 05:40:20.636 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81652024-08-09T05:40:22.696Z[ recovery-image] Aug 09 05:40:20.666 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81662024-08-09T05:40:22.696Z[ recovery-image] Aug 09 05:40:20.666 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81672024-08-09T05:40:22.703Z[ recovery-image] Aug 09 05:40:20.673 INFO creating compressed cpio/unix for nanobl-rs...
81682024-08-09T05:40:22.707Z[ recovery-image] Aug 09 05:40:20.673 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
81692024-08-09T05:40:22.983Z[ recovery-image] Aug 09 05:40:20.953 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81702024-08-09T05:40:27.349Z[ recovery-image] Aug 09 05:40:25.318 INFO creating reset image...
81712024-08-09T05:40:27.352Z[ recovery-image] Aug 09 05:40:25.319 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81722024-08-09T05:40:27.572Z[ recovery-image] Aug 09 05:40:25.541 INFO E| Updating crates.io index
81732024-08-09T05:40:27.682Z[ recovery-image] Aug 09 05:40:25.651 INFO E| Downloading crates ...
81742024-08-09T05:40:27.746Z[ recovery-image] Aug 09 05:40:25.716 INFO E| Downloaded colorchoice v1.0.0
81752024-08-09T05:40:27.749Z[ recovery-image] Aug 09 05:40:25.717 INFO E| Downloaded anstyle-parse v0.2.3
81762024-08-09T05:40:27.772Z[ recovery-image] Aug 09 05:40:25.741 INFO E| Downloaded anstream v0.6.13
81772024-08-09T05:40:27.775Z[ recovery-image] Aug 09 05:40:25.743 INFO E| Downloaded clap v4.5.3
81782024-08-09T05:40:27.783Z[ recovery-image] Aug 09 05:40:25.752 INFO E| Downloaded strsim v0.11.0
81792024-08-09T05:40:27.786Z[ recovery-image] Aug 09 05:40:25.753 INFO E| Downloaded shared_child v1.0.0
81802024-08-09T05:40:27.786Z[ recovery-image] Aug 09 05:40:25.754 INFO E| Downloaded os_pipe v1.1.5
81812024-08-09T05:40:27.789Z[ recovery-image] Aug 09 05:40:25.755 INFO E| Downloaded anstyle-query v1.0.2
81822024-08-09T05:40:27.789Z[ recovery-image] Aug 09 05:40:25.756 INFO E| Downloaded anstyle v1.0.6
81832024-08-09T05:40:27.792Z[ recovery-image] Aug 09 05:40:25.758 INFO E| Downloaded duct v0.13.7
81842024-08-09T05:40:27.792Z[ recovery-image] Aug 09 05:40:25.760 INFO E| Downloaded clap_derive v4.5.3
81852024-08-09T05:40:27.795Z[ recovery-image] Aug 09 05:40:25.762 INFO E| Downloaded proc-macro2 v1.0.79
81862024-08-09T05:40:27.823Z[ recovery-image] Aug 09 05:40:25.792 INFO E| Downloaded clap_builder v4.5.2
81872024-08-09T05:40:27.832Z[ recovery-image] Aug 09 05:40:25.801 INFO E| Downloaded syn v2.0.53
81882024-08-09T05:40:27.852Z[ recovery-image] Aug 09 05:40:25.821 INFO E| Downloaded libc v0.2.153
81892024-08-09T05:40:27.925Z[ recovery-image] Aug 09 05:40:25.894 INFO E| Compiling proc-macro2 v1.0.79
81902024-08-09T05:40:27.925Z[ recovery-image] Aug 09 05:40:25.894 INFO E| Compiling unicode-ident v1.0.12
81912024-08-09T05:40:27.928Z[ recovery-image] Aug 09 05:40:25.894 INFO E| Compiling libc v0.2.153
81922024-08-09T05:40:27.928Z[ recovery-image] Aug 09 05:40:25.894 INFO E| Compiling utf8parse v0.2.1
81932024-08-09T05:40:27.928Z[ recovery-image] Aug 09 05:40:25.894 INFO E| Compiling anstyle-query v1.0.2
81942024-08-09T05:40:27.931Z[ recovery-image] Aug 09 05:40:25.899 INFO E| Compiling colorchoice v1.0.0
81952024-08-09T05:40:27.931Z[ recovery-image] Aug 09 05:40:25.899 INFO E| Compiling anstyle v1.0.6
81962024-08-09T05:40:27.931Z[ recovery-image] Aug 09 05:40:25.900 INFO E| Compiling clap_lex v0.7.0
81972024-08-09T05:40:28.138Z[ recovery-image] Aug 09 05:40:26.107 INFO E| Compiling anstyle-parse v0.2.3
81982024-08-09T05:40:28.163Z[ recovery-image] Aug 09 05:40:26.131 INFO E| Compiling strsim v0.11.0
81992024-08-09T05:40:28.199Z[ recovery-image] Aug 09 05:40:26.168 INFO E| Compiling heck v0.5.0
82002024-08-09T05:40:28.441Z[ recovery-image] Aug 09 05:40:26.409 INFO E| Compiling anstream v0.6.13
82012024-08-09T05:40:28.516Z[ recovery-image] Aug 09 05:40:26.485 INFO E| Compiling once_cell v1.19.0
82022024-08-09T05:40:28.879Z[ recovery-image] Aug 09 05:40:26.847 INFO E| Compiling clap_builder v4.5.2
82032024-08-09T05:40:29.370Z[ recovery-image] Aug 09 05:40:27.338 INFO E| Compiling shared_child v1.0.0
82042024-08-09T05:40:29.370Z[ recovery-image] Aug 09 05:40:27.338 INFO E| Compiling os_pipe v1.1.5
82052024-08-09T05:40:29.437Z[ recovery-image] Aug 09 05:40:27.406 INFO E| Compiling quote v1.0.35
82062024-08-09T05:40:29.508Z[ recovery-image] Aug 09 05:40:27.477 INFO E| Compiling duct v0.13.7
82072024-08-09T05:40:29.800Z[ recovery-image] Aug 09 05:40:27.769 INFO E| Compiling syn v2.0.53
82082024-08-09T05:40:29.878Z[ host-image] Aug 09 05:40:27.847 INFO O| configuring SMF profile...
82092024-08-09T05:40:29.878Z[ host-image] Aug 09 05:40:27.847 INFO O| modifying shadow(5)...
82102024-08-09T05:40:29.881Z[ host-image] Aug 09 05:40:27.847 INFO O| loading user and group database...
82112024-08-09T05:40:29.882Z[ host-image] Aug 09 05:40:27.847 INFO O| assessing packaged files...
82122024-08-09T05:40:32.623Z[ host-image] Aug 09 05:40:30.591 INFO O| creating archive...
82132024-08-09T05:40:32.681Z[ host-image] Aug 09 05:40:30.649 INFO O| missing from packaging:
82142024-08-09T05:40:32.681Z[ host-image] Aug 09 05:40:30.649 INFO O| "etc/.pwd.lock"
82152024-08-09T05:40:32.684Z[ host-image] Aug 09 05:40:30.649 INFO O| "etc/bash"
82162024-08-09T05:40:32.690Z[ host-image] Aug 09 05:40:30.658 INFO O| "etc/svc/profile/generic.xml"
82172024-08-09T05:40:32.690Z[ host-image] Aug 09 05:40:30.658 INFO O| "etc/svc/profile/inetd_services.xml"
82182024-08-09T05:40:32.690Z[ host-image] Aug 09 05:40:30.658 INFO O| "etc/svc/profile/name_service.xml"
82192024-08-09T05:40:32.692Z[ host-image] Aug 09 05:40:30.658 INFO O| "etc/svc/profile/platform.xml"
82202024-08-09T05:40:32.692Z[ host-image] Aug 09 05:40:30.658 INFO O| "etc/svc/profile/platform_omicron1.xml"
82212024-08-09T05:40:32.692Z[ host-image] Aug 09 05:40:30.658 INFO O| "etc/svc/repository.db"
82222024-08-09T05:40:32.705Z[ host-image] Aug 09 05:40:30.673 INFO O| "opt/ooce/share"
82232024-08-09T05:40:32.705Z[ host-image] Aug 09 05:40:30.673 INFO O| "opt/ooce/share/man"
82242024-08-09T05:40:32.707Z[ host-image] Aug 09 05:40:30.673 INFO O| "opt/ooce/share/man/man1"
82252024-08-09T05:40:32.719Z[ host-image] Aug 09 05:40:30.688 INFO O| finishing archive...
82262024-08-09T05:40:34.892Z[ recovery-image] Aug 09 05:40:32.860 INFO E| Compiling clap_derive v4.5.3
82272024-08-09T05:40:35.859Z[ host-image] Aug 09 05:40:33.827 INFO O| creating gzonly manifest...
82282024-08-09T05:40:35.871Z[ host-image] Aug 09 05:40:33.839 INFO O| ok
82292024-08-09T05:40:35.969Z[ host-image] Aug 09 05:40:33.936 INFO image builder template: ramdisk-02-trim...
82302024-08-09T05:40:35.969Z[ host-image] Aug 09 05:40:33.936 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/.tmp1k6ZCO/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
82312024-08-09T05:40:35.996Z[ host-image] Aug 09 05:40:33.964 INFO O| Aug 09 05:40:33.963 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82322024-08-09T05:40:36.001Z[ host-image] Aug 09 05:40:33.969 INFO O| Aug 09 05:40:33.969 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82332024-08-09T05:40:36.096Z[ host-image] Aug 09 05:40:34.063 INFO O| Aug 09 05:40:34.063 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82342024-08-09T05:40:36.160Z[ host-image] Aug 09 05:40:34.128 INFO O| Aug 09 05:40:34.128 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82352024-08-09T05:40:36.160Z[ host-image] Aug 09 05:40:34.128 INFO O| Aug 09 05:40:34.128 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82362024-08-09T05:40:36.166Z[ host-image] Aug 09 05:40:34.134 INFO O| Aug 09 05:40:34.134 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82372024-08-09T05:40:36.170Z[ host-image] Aug 09 05:40:34.138 INFO O| Aug 09 05:40:34.138 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82382024-08-09T05:40:36.175Z[ host-image] Aug 09 05:40:34.143 INFO O| Aug 09 05:40:34.143 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82392024-08-09T05:40:36.368Z[ host-image] Aug 09 05:40:34.335 INFO O| Aug 09 05:40:34.335 INFO rolled back to input snapshot; work may begin
82402024-08-09T05:40:36.368Z[ host-image] Aug 09 05:40:34.335 INFO O| Aug 09 05:40:34.335 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82412024-08-09T05:40:36.373Z[ host-image] Aug 09 05:40:34.341 INFO O| Aug 09 05:40:34.341 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82422024-08-09T05:40:36.385Z[ host-image] Aug 09 05:40:34.352 INFO O| Aug 09 05:40:34.352 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82432024-08-09T05:40:36.434Z[ host-image] Aug 09 05:40:34.402 INFO O| Aug 09 05:40:34.401 INFO STEP 0 (remove_files) COMPLETE
82442024-08-09T05:40:36.434Z[ host-image] Aug 09 05:40:34.402 INFO O| Aug 09 05:40:34.401 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82452024-08-09T05:40:36.494Z[ host-image] Aug 09 05:40:34.417 INFO O| Aug 09 05:40:34.417 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82462024-08-09T05:40:36.497Z[ host-image] Aug 09 05:40:34.419 INFO O| Aug 09 05:40:34.419 INFO STEP 1 (remove_files) COMPLETE
82472024-08-09T05:40:36.497Z[ host-image] Aug 09 05:40:34.419 INFO O| Aug 09 05:40:34.419 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82482024-08-09T05:40:36.497Z[ host-image] Aug 09 05:40:34.431 INFO O| Aug 09 05:40:34.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82492024-08-09T05:40:36.497Z[ host-image] Aug 09 05:40:34.444 INFO O| Aug 09 05:40:34.444 INFO STEP 2 (remove_files) COMPLETE
82502024-08-09T05:40:36.498Z[ host-image] Aug 09 05:40:34.444 INFO O| Aug 09 05:40:34.444 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82512024-08-09T05:40:36.498Z[ host-image] Aug 09 05:40:34.454 INFO O| Aug 09 05:40:34.454 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82522024-08-09T05:40:36.498Z[ host-image] Aug 09 05:40:34.456 INFO O| Aug 09 05:40:34.456 INFO STEP 3 (remove_files) COMPLETE
82532024-08-09T05:40:36.498Z[ host-image] Aug 09 05:40:34.456 INFO O| Aug 09 05:40:34.456 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82542024-08-09T05:40:36.500Z[ host-image] Aug 09 05:40:34.466 INFO O| Aug 09 05:40:34.466 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82552024-08-09T05:40:36.503Z[ host-image] Aug 09 05:40:34.469 INFO O| Aug 09 05:40:34.469 INFO STEP 4 (remove_files) COMPLETE
82562024-08-09T05:40:36.503Z[ host-image] Aug 09 05:40:34.469 INFO O| Aug 09 05:40:34.469 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82572024-08-09T05:40:36.511Z[ host-image] Aug 09 05:40:34.479 INFO O| Aug 09 05:40:34.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82582024-08-09T05:40:36.515Z[ host-image] Aug 09 05:40:34.481 INFO O| Aug 09 05:40:34.481 INFO STEP 5 (remove_files) COMPLETE
82592024-08-09T05:40:36.515Z[ host-image] Aug 09 05:40:34.481 INFO O| Aug 09 05:40:34.481 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82602024-08-09T05:40:36.523Z[ host-image] Aug 09 05:40:34.491 INFO O| Aug 09 05:40:34.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
82612024-08-09T05:40:36.533Z[ host-image] Aug 09 05:40:34.501 INFO O| Aug 09 05:40:34.501 INFO STEP 6 (remove_files) COMPLETE
82622024-08-09T05:40:36.533Z[ host-image] Aug 09 05:40:34.501 INFO O| Aug 09 05:40:34.501 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82632024-08-09T05:40:36.542Z[ host-image] Aug 09 05:40:34.510 INFO O| Aug 09 05:40:34.510 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
82642024-08-09T05:40:36.554Z[ host-image] Aug 09 05:40:34.522 INFO O| Aug 09 05:40:34.522 INFO STEP 7 (remove_files) COMPLETE
82652024-08-09T05:40:36.554Z[ host-image] Aug 09 05:40:34.522 INFO O| Aug 09 05:40:34.522 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82662024-08-09T05:40:36.564Z[ host-image] Aug 09 05:40:34.531 INFO O| Aug 09 05:40:34.531 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
82672024-08-09T05:40:36.630Z[ host-image] Aug 09 05:40:34.598 INFO O| Aug 09 05:40:34.598 INFO STEP 8 (remove_files) COMPLETE
82682024-08-09T05:40:36.630Z[ host-image] Aug 09 05:40:34.598 INFO O| Aug 09 05:40:34.598 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82692024-08-09T05:40:36.641Z[ host-image] Aug 09 05:40:34.608 INFO O| Aug 09 05:40:34.608 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
82702024-08-09T05:40:36.729Z[ host-image] Aug 09 05:40:34.696 INFO O| Aug 09 05:40:34.696 INFO STEP 9 (remove_files) COMPLETE
82712024-08-09T05:40:36.729Z[ host-image] Aug 09 05:40:34.696 INFO O| Aug 09 05:40:34.696 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82722024-08-09T05:40:36.740Z[ host-image] Aug 09 05:40:34.707 INFO O| Aug 09 05:40:34.707 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
82732024-08-09T05:40:36.743Z[ host-image] Aug 09 05:40:34.711 INFO O| Aug 09 05:40:34.711 INFO STEP 10 (remove_files) COMPLETE
82742024-08-09T05:40:36.744Z[ host-image] Aug 09 05:40:34.711 INFO O| Aug 09 05:40:34.711 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82752024-08-09T05:40:36.753Z[ host-image] Aug 09 05:40:34.721 INFO O| Aug 09 05:40:34.721 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
82762024-08-09T05:40:36.756Z[ host-image] Aug 09 05:40:34.722 INFO O| Aug 09 05:40:34.722 INFO STEP 11 (remove_files) COMPLETE
82772024-08-09T05:40:36.756Z[ host-image] Aug 09 05:40:34.722 INFO O| Aug 09 05:40:34.722 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82782024-08-09T05:40:36.764Z[ host-image] Aug 09 05:40:34.731 INFO O| Aug 09 05:40:34.731 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
82792024-08-09T05:40:36.767Z[ host-image] Aug 09 05:40:34.733 INFO O| Aug 09 05:40:34.733 INFO STEP 12 (remove_files) COMPLETE
82802024-08-09T05:40:36.767Z[ host-image] Aug 09 05:40:34.733 INFO O| Aug 09 05:40:34.733 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82812024-08-09T05:40:36.776Z[ host-image] Aug 09 05:40:34.744 INFO O| Aug 09 05:40:34.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
82822024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.744 INFO O| Aug 09 05:40:34.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
82832024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.744 INFO O| Aug 09 05:40:34.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
82842024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.744 INFO O| Aug 09 05:40:34.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
82852024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.744 INFO O| Aug 09 05:40:34.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
82862024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.745 INFO O| Aug 09 05:40:34.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
82872024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.745 INFO O| Aug 09 05:40:34.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
82882024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.745 INFO O| Aug 09 05:40:34.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
82892024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.745 INFO O| Aug 09 05:40:34.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
82902024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.745 INFO O| Aug 09 05:40:34.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
82912024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.745 INFO O| Aug 09 05:40:34.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
82922024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.745 INFO O| Aug 09 05:40:34.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
82932024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.745 INFO O| Aug 09 05:40:34.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
82942024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.746 INFO O| Aug 09 05:40:34.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
82952024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.746 INFO O| Aug 09 05:40:34.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
82962024-08-09T05:40:36.779Z[ host-image] Aug 09 05:40:34.746 INFO O| Aug 09 05:40:34.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
82972024-08-09T05:40:36.791Z[ host-image] Aug 09 05:40:34.759 INFO O| Aug 09 05:40:34.759 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
82982024-08-09T05:40:36.975Z[ recovery-image] Aug 09 05:40:34.943 INFO E| Compiling clap v4.5.3
82992024-08-09T05:40:37.030Z[ recovery-image] Aug 09 05:40:34.997 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83002024-08-09T05:40:37.070Z[ host-image] Aug 09 05:40:35.037 INFO O| Aug 09 05:40:35.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83012024-08-09T05:40:37.073Z[ host-image] Aug 09 05:40:35.038 INFO O| Aug 09 05:40:35.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83022024-08-09T05:40:37.077Z[ host-image] Aug 09 05:40:35.044 INFO O| Aug 09 05:40:35.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83032024-08-09T05:40:37.080Z[ host-image] Aug 09 05:40:35.047 INFO O| Aug 09 05:40:35.047 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83042024-08-09T05:40:37.168Z[ host-image] Aug 09 05:40:35.136 INFO O| Aug 09 05:40:35.136 INFO STEP 13 (remove_files) COMPLETE
83052024-08-09T05:40:37.168Z[ host-image] Aug 09 05:40:35.136 INFO O| Aug 09 05:40:35.136 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83062024-08-09T05:40:37.179Z[ host-image] Aug 09 05:40:35.146 INFO O| Aug 09 05:40:35.146 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83072024-08-09T05:40:37.182Z[ host-image] Aug 09 05:40:35.148 INFO O| Aug 09 05:40:35.148 INFO STEP 14 (remove_files) COMPLETE
83082024-08-09T05:40:37.182Z[ host-image] Aug 09 05:40:35.148 INFO O| Aug 09 05:40:35.148 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83092024-08-09T05:40:37.190Z[ host-image] Aug 09 05:40:35.157 INFO O| Aug 09 05:40:35.157 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83102024-08-09T05:40:37.196Z[ host-image] Aug 09 05:40:35.164 INFO O| Aug 09 05:40:35.163 INFO STEP 15 (remove_files) COMPLETE
83112024-08-09T05:40:37.196Z[ host-image] Aug 09 05:40:35.164 INFO O| Aug 09 05:40:35.164 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83122024-08-09T05:40:37.206Z[ host-image] Aug 09 05:40:35.173 INFO O| Aug 09 05:40:35.173 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83132024-08-09T05:40:37.208Z[ host-image] Aug 09 05:40:35.174 INFO O| Aug 09 05:40:35.174 INFO STEP 16 (remove_files) COMPLETE
83142024-08-09T05:40:37.209Z[ host-image] Aug 09 05:40:35.174 INFO O| Aug 09 05:40:35.174 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83152024-08-09T05:40:37.216Z[ host-image] Aug 09 05:40:35.183 INFO O| Aug 09 05:40:35.183 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83162024-08-09T05:40:37.218Z[ host-image] Aug 09 05:40:35.185 INFO O| Aug 09 05:40:35.185 INFO STEP 17 (remove_files) COMPLETE
83172024-08-09T05:40:37.218Z[ host-image] Aug 09 05:40:35.185 INFO O| Aug 09 05:40:35.185 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83182024-08-09T05:40:37.226Z[ host-image] Aug 09 05:40:35.194 INFO O| Aug 09 05:40:35.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83192024-08-09T05:40:37.229Z[ host-image] Aug 09 05:40:35.194 INFO O| Aug 09 05:40:35.194 INFO STEP 18 (remove_files) COMPLETE
83202024-08-09T05:40:37.230Z[ host-image] Aug 09 05:40:35.194 INFO O| Aug 09 05:40:35.194 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83212024-08-09T05:40:37.236Z[ host-image] Aug 09 05:40:35.203 INFO O| Aug 09 05:40:35.203 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83222024-08-09T05:40:37.236Z[ host-image] Aug 09 05:40:35.203 INFO O| Aug 09 05:40:35.203 INFO STEP 19 (remove_files) COMPLETE
83232024-08-09T05:40:37.236Z[ host-image] Aug 09 05:40:35.203 INFO O| Aug 09 05:40:35.203 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83242024-08-09T05:40:37.246Z[ host-image] Aug 09 05:40:35.213 INFO O| Aug 09 05:40:35.213 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83252024-08-09T05:40:37.246Z[ host-image] Aug 09 05:40:35.213 INFO O| Aug 09 05:40:35.213 INFO STEP 20 (remove_files) COMPLETE
83262024-08-09T05:40:37.249Z[ host-image] Aug 09 05:40:35.213 INFO O| Aug 09 05:40:35.213 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83272024-08-09T05:40:37.255Z[ host-image] Aug 09 05:40:35.223 INFO O| Aug 09 05:40:35.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83282024-08-09T05:40:37.255Z[ host-image] Aug 09 05:40:35.223 INFO O| Aug 09 05:40:35.223 INFO STEP 21 (remove_files) COMPLETE
83292024-08-09T05:40:37.258Z[ host-image] Aug 09 05:40:35.223 INFO O| Aug 09 05:40:35.223 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83302024-08-09T05:40:37.265Z[ host-image] Aug 09 05:40:35.232 INFO O| Aug 09 05:40:35.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83312024-08-09T05:40:37.268Z[ host-image] Aug 09 05:40:35.232 INFO O| Aug 09 05:40:35.232 INFO STEP 22 (remove_files) COMPLETE
83322024-08-09T05:40:37.268Z[ host-image] Aug 09 05:40:35.232 INFO O| Aug 09 05:40:35.232 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83332024-08-09T05:40:37.275Z[ host-image] Aug 09 05:40:35.242 INFO O| Aug 09 05:40:35.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83342024-08-09T05:40:37.275Z[ host-image] Aug 09 05:40:35.242 INFO O| Aug 09 05:40:35.242 INFO STEP 23 (remove_files) COMPLETE
83352024-08-09T05:40:37.278Z[ host-image] Aug 09 05:40:35.242 INFO O| Aug 09 05:40:35.242 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83362024-08-09T05:40:37.285Z[ host-image] Aug 09 05:40:35.252 INFO O| Aug 09 05:40:35.252 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83372024-08-09T05:40:37.285Z[ host-image] Aug 09 05:40:35.252 INFO O| Aug 09 05:40:35.252 INFO STEP 24 (remove_files) COMPLETE
83382024-08-09T05:40:37.287Z[ host-image] Aug 09 05:40:35.252 INFO O| Aug 09 05:40:35.252 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83392024-08-09T05:40:37.294Z[ host-image] Aug 09 05:40:35.261 INFO O| Aug 09 05:40:35.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83402024-08-09T05:40:37.294Z[ host-image] Aug 09 05:40:35.262 INFO O| Aug 09 05:40:35.261 INFO STEP 25 (remove_files) COMPLETE
83412024-08-09T05:40:37.298Z[ host-image] Aug 09 05:40:35.262 INFO O| Aug 09 05:40:35.261 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83422024-08-09T05:40:37.304Z[ host-image] Aug 09 05:40:35.271 INFO O| Aug 09 05:40:35.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83432024-08-09T05:40:37.304Z[ host-image] Aug 09 05:40:35.271 INFO O| Aug 09 05:40:35.271 INFO STEP 26 (remove_files) COMPLETE
83442024-08-09T05:40:37.307Z[ host-image] Aug 09 05:40:35.271 INFO O| Aug 09 05:40:35.271 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83452024-08-09T05:40:37.314Z[ host-image] Aug 09 05:40:35.281 INFO O| Aug 09 05:40:35.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83462024-08-09T05:40:37.314Z[ host-image] Aug 09 05:40:35.281 INFO O| Aug 09 05:40:35.281 INFO STEP 27 (remove_files) COMPLETE
83472024-08-09T05:40:37.317Z[ host-image] Aug 09 05:40:35.282 INFO O| Aug 09 05:40:35.281 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83482024-08-09T05:40:37.324Z[ host-image] Aug 09 05:40:35.291 INFO O| Aug 09 05:40:35.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83492024-08-09T05:40:37.327Z[ host-image] Aug 09 05:40:35.291 INFO O| Aug 09 05:40:35.291 INFO STEP 28 (remove_files) COMPLETE
83502024-08-09T05:40:37.327Z[ host-image] Aug 09 05:40:35.291 INFO O| Aug 09 05:40:35.291 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-08-09T05:40:37.334Z[ host-image] Aug 09 05:40:35.301 INFO O| Aug 09 05:40:35.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83522024-08-09T05:40:37.336Z[ host-image] Aug 09 05:40:35.301 INFO O| Aug 09 05:40:35.301 INFO STEP 29 (remove_files) COMPLETE
83532024-08-09T05:40:37.337Z[ host-image] Aug 09 05:40:35.301 INFO O| Aug 09 05:40:35.301 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-09T05:40:37.344Z[ host-image] Aug 09 05:40:35.311 INFO O| Aug 09 05:40:35.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83552024-08-09T05:40:37.347Z[ host-image] Aug 09 05:40:35.311 INFO O| Aug 09 05:40:35.311 INFO STEP 30 (remove_files) COMPLETE
83562024-08-09T05:40:37.347Z[ host-image] Aug 09 05:40:35.311 INFO O| Aug 09 05:40:35.311 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-09T05:40:37.356Z[ host-image] Aug 09 05:40:35.324 INFO O| Aug 09 05:40:35.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83582024-08-09T05:40:37.356Z[ host-image] Aug 09 05:40:35.324 INFO O| Aug 09 05:40:35.324 INFO STEP 31 (remove_files) COMPLETE
83592024-08-09T05:40:37.359Z[ host-image] Aug 09 05:40:35.324 INFO O| Aug 09 05:40:35.324 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-09T05:40:37.370Z[ host-image] Aug 09 05:40:35.337 INFO O| Aug 09 05:40:35.337 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
83612024-08-09T05:40:37.370Z[ host-image] Aug 09 05:40:35.337 INFO O| Aug 09 05:40:35.337 INFO STEP 32 (remove_files) COMPLETE
83622024-08-09T05:40:37.373Z[ host-image] Aug 09 05:40:35.337 INFO O| Aug 09 05:40:35.337 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-09T05:40:37.381Z[ host-image] Aug 09 05:40:35.348 INFO O| Aug 09 05:40:35.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
83642024-08-09T05:40:37.381Z[ host-image] Aug 09 05:40:35.348 INFO O| Aug 09 05:40:35.348 INFO STEP 33 (remove_files) COMPLETE
83652024-08-09T05:40:37.384Z[ host-image] Aug 09 05:40:35.348 INFO O| Aug 09 05:40:35.348 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-09T05:40:37.391Z[ host-image] Aug 09 05:40:35.358 INFO O| Aug 09 05:40:35.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
83672024-08-09T05:40:37.391Z[ host-image] Aug 09 05:40:35.358 INFO O| Aug 09 05:40:35.358 INFO STEP 34 (remove_files) COMPLETE
83682024-08-09T05:40:37.395Z[ host-image] Aug 09 05:40:35.358 INFO O| Aug 09 05:40:35.358 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-09T05:40:37.402Z[ host-image] Aug 09 05:40:35.369 INFO O| Aug 09 05:40:35.369 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
83702024-08-09T05:40:37.402Z[ host-image] Aug 09 05:40:35.370 INFO O| Aug 09 05:40:35.369 INFO STEP 35 (remove_files) COMPLETE
83712024-08-09T05:40:37.405Z[ host-image] Aug 09 05:40:35.370 INFO O| Aug 09 05:40:35.370 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-09T05:40:37.413Z[ host-image] Aug 09 05:40:35.380 INFO O| Aug 09 05:40:35.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
83732024-08-09T05:40:37.413Z[ host-image] Aug 09 05:40:35.380 INFO O| Aug 09 05:40:35.380 INFO STEP 36 (remove_files) COMPLETE
83742024-08-09T05:40:37.417Z[ host-image] Aug 09 05:40:35.380 INFO O| Aug 09 05:40:35.380 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-09T05:40:37.423Z[ host-image] Aug 09 05:40:35.390 INFO O| Aug 09 05:40:35.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
83762024-08-09T05:40:37.423Z[ host-image] Aug 09 05:40:35.390 INFO O| Aug 09 05:40:35.390 INFO STEP 37 (remove_files) COMPLETE
83772024-08-09T05:40:37.426Z[ host-image] Aug 09 05:40:35.390 INFO O| Aug 09 05:40:35.390 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-09T05:40:37.434Z[ host-image] Aug 09 05:40:35.401 INFO O| Aug 09 05:40:35.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
83792024-08-09T05:40:37.434Z[ host-image] Aug 09 05:40:35.401 INFO O| Aug 09 05:40:35.401 INFO STEP 38 (remove_files) COMPLETE
83802024-08-09T05:40:37.434Z[ host-image] Aug 09 05:40:35.401 INFO O| Aug 09 05:40:35.401 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-09T05:40:37.444Z[ host-image] Aug 09 05:40:35.411 INFO O| Aug 09 05:40:35.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
83822024-08-09T05:40:37.447Z[ host-image] Aug 09 05:40:35.412 INFO O| Aug 09 05:40:35.412 INFO STEP 39 (remove_files) COMPLETE
83832024-08-09T05:40:37.447Z[ host-image] Aug 09 05:40:35.412 INFO O| Aug 09 05:40:35.412 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-09T05:40:37.456Z[ host-image] Aug 09 05:40:35.423 INFO O| Aug 09 05:40:35.423 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
83852024-08-09T05:40:37.456Z[ host-image] Aug 09 05:40:35.424 INFO O| Aug 09 05:40:35.423 INFO STEP 40 (remove_files) COMPLETE
83862024-08-09T05:40:37.460Z[ host-image] Aug 09 05:40:35.424 INFO O| Aug 09 05:40:35.423 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-09T05:40:37.469Z[ host-image] Aug 09 05:40:35.436 INFO O| Aug 09 05:40:35.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
83882024-08-09T05:40:37.469Z[ host-image] Aug 09 05:40:35.436 INFO O| Aug 09 05:40:35.436 INFO STEP 41 (remove_files) COMPLETE
83892024-08-09T05:40:37.469Z[ host-image] Aug 09 05:40:35.436 INFO O| Aug 09 05:40:35.436 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-09T05:40:37.479Z[ host-image] Aug 09 05:40:35.446 INFO O| Aug 09 05:40:35.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
83912024-08-09T05:40:37.479Z[ host-image] Aug 09 05:40:35.447 INFO O| Aug 09 05:40:35.446 INFO STEP 42 (remove_files) COMPLETE
83922024-08-09T05:40:37.482Z[ host-image] Aug 09 05:40:35.447 INFO O| Aug 09 05:40:35.447 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-09T05:40:37.489Z[ host-image] Aug 09 05:40:35.457 INFO O| Aug 09 05:40:35.457 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
83942024-08-09T05:40:37.489Z[ host-image] Aug 09 05:40:35.457 INFO O| Aug 09 05:40:35.457 INFO STEP 43 (remove_files) COMPLETE
83952024-08-09T05:40:37.492Z[ host-image] Aug 09 05:40:35.457 INFO O| Aug 09 05:40:35.457 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-09T05:40:37.501Z[ host-image] Aug 09 05:40:35.469 INFO O| Aug 09 05:40:35.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
83972024-08-09T05:40:37.502Z[ host-image] Aug 09 05:40:35.469 INFO O| Aug 09 05:40:35.469 INFO STEP 44 (remove_files) COMPLETE
83982024-08-09T05:40:37.502Z[ host-image] Aug 09 05:40:35.469 INFO O| Aug 09 05:40:35.469 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-09T05:40:37.515Z[ host-image] Aug 09 05:40:35.482 INFO O| Aug 09 05:40:35.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84002024-08-09T05:40:37.515Z[ host-image] Aug 09 05:40:35.482 INFO O| Aug 09 05:40:35.482 INFO STEP 45 (remove_files) COMPLETE
84012024-08-09T05:40:37.517Z[ host-image] Aug 09 05:40:35.482 INFO O| Aug 09 05:40:35.482 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-09T05:40:37.525Z[ host-image] Aug 09 05:40:35.492 INFO O| Aug 09 05:40:35.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84032024-08-09T05:40:37.525Z[ host-image] Aug 09 05:40:35.492 INFO O| Aug 09 05:40:35.492 INFO STEP 46 (remove_files) COMPLETE
84042024-08-09T05:40:37.527Z[ host-image] Aug 09 05:40:35.492 INFO O| Aug 09 05:40:35.492 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-09T05:40:37.535Z[ host-image] Aug 09 05:40:35.502 INFO O| Aug 09 05:40:35.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84062024-08-09T05:40:37.538Z[ host-image] Aug 09 05:40:35.502 INFO O| Aug 09 05:40:35.502 INFO STEP 47 (remove_files) COMPLETE
84072024-08-09T05:40:37.538Z[ host-image] Aug 09 05:40:35.502 INFO O| Aug 09 05:40:35.502 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-09T05:40:37.548Z[ host-image] Aug 09 05:40:35.515 INFO O| Aug 09 05:40:35.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84092024-08-09T05:40:37.548Z[ host-image] Aug 09 05:40:35.515 INFO O| Aug 09 05:40:35.515 INFO STEP 48 (remove_files) COMPLETE
84102024-08-09T05:40:37.548Z[ host-image] Aug 09 05:40:35.515 INFO O| Aug 09 05:40:35.515 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-09T05:40:37.560Z[ host-image] Aug 09 05:40:35.527 INFO O| Aug 09 05:40:35.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84122024-08-09T05:40:37.562Z[ host-image] Aug 09 05:40:35.527 INFO O| Aug 09 05:40:35.527 INFO STEP 49 (remove_files) COMPLETE
84132024-08-09T05:40:37.562Z[ host-image] Aug 09 05:40:35.527 INFO O| Aug 09 05:40:35.527 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-09T05:40:37.572Z[ host-image] Aug 09 05:40:35.540 INFO O| Aug 09 05:40:35.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84152024-08-09T05:40:37.572Z[ host-image] Aug 09 05:40:35.540 INFO O| Aug 09 05:40:35.540 INFO STEP 50 (remove_files) COMPLETE
84162024-08-09T05:40:37.573Z[ host-image] Aug 09 05:40:35.540 INFO O| Aug 09 05:40:35.540 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-09T05:40:37.586Z[ host-image] Aug 09 05:40:35.553 INFO O| Aug 09 05:40:35.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84182024-08-09T05:40:37.588Z[ host-image] Aug 09 05:40:35.553 INFO O| Aug 09 05:40:35.553 INFO STEP 51 (remove_files) COMPLETE
84192024-08-09T05:40:37.589Z[ host-image] Aug 09 05:40:35.553 INFO O| Aug 09 05:40:35.553 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-09T05:40:37.596Z[ host-image] Aug 09 05:40:35.564 INFO O| Aug 09 05:40:35.564 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84212024-08-09T05:40:37.596Z[ host-image] Aug 09 05:40:35.564 INFO O| Aug 09 05:40:35.564 INFO STEP 52 (remove_files) COMPLETE
84222024-08-09T05:40:37.599Z[ host-image] Aug 09 05:40:35.564 INFO O| Aug 09 05:40:35.564 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-09T05:40:37.606Z[ host-image] Aug 09 05:40:35.573 INFO O| Aug 09 05:40:35.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84242024-08-09T05:40:37.609Z[ host-image] Aug 09 05:40:35.574 INFO O| Aug 09 05:40:35.574 INFO STEP 53 (remove_files) COMPLETE
84252024-08-09T05:40:37.609Z[ host-image] Aug 09 05:40:35.574 INFO O| Aug 09 05:40:35.574 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-09T05:40:37.616Z[ host-image] Aug 09 05:40:35.583 INFO O| Aug 09 05:40:35.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84272024-08-09T05:40:37.616Z[ host-image] Aug 09 05:40:35.583 INFO O| Aug 09 05:40:35.583 INFO STEP 54 (remove_files) COMPLETE
84282024-08-09T05:40:37.616Z[ host-image] Aug 09 05:40:35.583 INFO O| Aug 09 05:40:35.583 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-09T05:40:37.625Z[ host-image] Aug 09 05:40:35.592 INFO O| Aug 09 05:40:35.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84302024-08-09T05:40:37.625Z[ host-image] Aug 09 05:40:35.592 INFO O| Aug 09 05:40:35.592 INFO STEP 55 (remove_files) COMPLETE
84312024-08-09T05:40:37.628Z[ host-image] Aug 09 05:40:35.592 INFO O| Aug 09 05:40:35.592 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-09T05:40:37.634Z[ host-image] Aug 09 05:40:35.602 INFO O| Aug 09 05:40:35.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84332024-08-09T05:40:37.634Z[ host-image] Aug 09 05:40:35.602 INFO O| Aug 09 05:40:35.602 INFO STEP 56 (remove_files) COMPLETE
84342024-08-09T05:40:37.637Z[ host-image] Aug 09 05:40:35.602 INFO O| Aug 09 05:40:35.602 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-09T05:40:37.644Z[ host-image] Aug 09 05:40:35.611 INFO O| Aug 09 05:40:35.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84362024-08-09T05:40:37.644Z[ host-image] Aug 09 05:40:35.611 INFO O| Aug 09 05:40:35.611 INFO STEP 57 (remove_files) COMPLETE
84372024-08-09T05:40:37.647Z[ host-image] Aug 09 05:40:35.611 INFO O| Aug 09 05:40:35.611 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-09T05:40:37.654Z[ host-image] Aug 09 05:40:35.621 INFO O| Aug 09 05:40:35.621 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84392024-08-09T05:40:37.654Z[ host-image] Aug 09 05:40:35.621 INFO O| Aug 09 05:40:35.621 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84402024-08-09T05:40:37.657Z[ host-image] Aug 09 05:40:35.622 INFO O| Aug 09 05:40:35.622 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84412024-08-09T05:40:37.657Z[ host-image] Aug 09 05:40:35.622 INFO O| Aug 09 05:40:35.622 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84422024-08-09T05:40:37.657Z[ host-image] Aug 09 05:40:35.622 INFO O| Aug 09 05:40:35.622 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84432024-08-09T05:40:37.657Z[ host-image] Aug 09 05:40:35.622 INFO O| Aug 09 05:40:35.622 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84442024-08-09T05:40:37.657Z[ host-image] Aug 09 05:40:35.622 INFO O| Aug 09 05:40:35.622 INFO ok!
84452024-08-09T05:40:37.657Z[ host-image] Aug 09 05:40:35.622 INFO O| Aug 09 05:40:35.622 INFO STEP 58 (ensure_file) COMPLETE
84462024-08-09T05:40:37.657Z[ host-image] Aug 09 05:40:35.622 INFO O| Aug 09 05:40:35.622 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-09T05:40:37.665Z[ host-image] Aug 09 05:40:35.631 INFO O| Aug 09 05:40:35.631 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84482024-08-09T05:40:37.668Z[ host-image] Aug 09 05:40:35.632 INFO O| Aug 09 05:40:35.631 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84492024-08-09T05:40:37.668Z[ host-image] Aug 09 05:40:35.632 INFO O| Aug 09 05:40:35.632 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84502024-08-09T05:40:37.668Z[ host-image] Aug 09 05:40:35.632 INFO O| Aug 09 05:40:35.632 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84512024-08-09T05:40:37.668Z[ host-image] Aug 09 05:40:35.632 INFO O| Aug 09 05:40:35.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84522024-08-09T05:40:37.668Z[ host-image] Aug 09 05:40:35.632 INFO O| Aug 09 05:40:35.632 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84532024-08-09T05:40:37.668Z[ host-image] Aug 09 05:40:35.632 INFO O| Aug 09 05:40:35.632 INFO ok!
84542024-08-09T05:40:37.668Z[ host-image] Aug 09 05:40:35.632 INFO O| Aug 09 05:40:35.632 INFO STEP 59 (ensure_file) COMPLETE
84552024-08-09T05:40:37.668Z[ host-image] Aug 09 05:40:35.632 INFO O| Aug 09 05:40:35.632 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-09T05:40:37.674Z[ host-image] Aug 09 05:40:35.641 INFO O| Aug 09 05:40:35.641 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84572024-08-09T05:40:37.674Z[ host-image] Aug 09 05:40:35.641 INFO O| Aug 09 05:40:35.641 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84582024-08-09T05:40:37.677Z[ host-image] Aug 09 05:40:35.642 INFO O| Aug 09 05:40:35.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84592024-08-09T05:40:37.677Z[ host-image] Aug 09 05:40:35.642 INFO O| Aug 09 05:40:35.642 INFO ok!
84602024-08-09T05:40:37.677Z[ host-image] Aug 09 05:40:35.642 INFO O| Aug 09 05:40:35.642 INFO STEP 60 (ensure_file) COMPLETE
84612024-08-09T05:40:37.677Z[ host-image] Aug 09 05:40:35.642 INFO O| Aug 09 05:40:35.642 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-08-09T05:40:37.684Z[ host-image] Aug 09 05:40:35.651 INFO O| Aug 09 05:40:35.651 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84632024-08-09T05:40:37.687Z[ host-image] Aug 09 05:40:35.651 INFO O| Aug 09 05:40:35.651 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
84642024-08-09T05:40:37.687Z[ host-image] Aug 09 05:40:35.651 INFO O| Aug 09 05:40:35.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
84652024-08-09T05:40:37.687Z[ host-image] Aug 09 05:40:35.651 INFO O| Aug 09 05:40:35.651 INFO ok!
84662024-08-09T05:40:37.687Z[ host-image] Aug 09 05:40:35.651 INFO O| Aug 09 05:40:35.651 INFO STEP 61 (ensure_file) COMPLETE
84672024-08-09T05:40:37.687Z[ host-image] Aug 09 05:40:35.651 INFO O| Aug 09 05:40:35.651 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-08-09T05:40:37.694Z[ host-image] Aug 09 05:40:35.661 INFO O| Aug 09 05:40:35.661 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
84692024-08-09T05:40:37.694Z[ host-image] Aug 09 05:40:35.661 INFO O| Aug 09 05:40:35.661 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
84702024-08-09T05:40:37.697Z[ host-image] Aug 09 05:40:35.661 INFO O| Aug 09 05:40:35.661 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
84712024-08-09T05:40:37.698Z[ host-image] Aug 09 05:40:35.661 INFO O| Aug 09 05:40:35.661 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
84722024-08-09T05:40:37.698Z[ host-image] Aug 09 05:40:35.661 INFO O| Aug 09 05:40:35.661 INFO ok!
84732024-08-09T05:40:37.698Z[ host-image] Aug 09 05:40:35.661 INFO O| Aug 09 05:40:35.661 INFO STEP 62 (ensure_file) COMPLETE
84742024-08-09T05:40:37.698Z[ host-image] Aug 09 05:40:35.661 INFO O| Aug 09 05:40:35.661 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-08-09T05:40:37.704Z[ host-image] Aug 09 05:40:35.671 INFO O| Aug 09 05:40:35.671 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
84762024-08-09T05:40:37.704Z[ host-image] Aug 09 05:40:35.671 INFO O| Aug 09 05:40:35.671 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
84772024-08-09T05:40:37.707Z[ host-image] Aug 09 05:40:35.671 INFO O| Aug 09 05:40:35.671 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
84782024-08-09T05:40:37.707Z[ host-image] Aug 09 05:40:35.671 INFO O| Aug 09 05:40:35.671 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
84792024-08-09T05:40:37.707Z[ host-image] Aug 09 05:40:35.671 INFO O| Aug 09 05:40:35.671 INFO ok!
84802024-08-09T05:40:37.707Z[ host-image] Aug 09 05:40:35.671 INFO O| Aug 09 05:40:35.671 INFO STEP 63 (ensure_file) COMPLETE
84812024-08-09T05:40:37.707Z[ host-image] Aug 09 05:40:35.671 INFO O| Aug 09 05:40:35.671 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-08-09T05:40:37.714Z[ host-image] Aug 09 05:40:35.681 INFO O| Aug 09 05:40:35.681 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
84832024-08-09T05:40:37.714Z[ host-image] Aug 09 05:40:35.681 INFO O| Aug 09 05:40:35.681 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
84842024-08-09T05:40:37.714Z[ host-image] Aug 09 05:40:35.681 INFO O| Aug 09 05:40:35.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
84852024-08-09T05:40:37.716Z[ host-image] Aug 09 05:40:35.681 INFO O| Aug 09 05:40:35.681 INFO ok!
84862024-08-09T05:40:37.716Z[ host-image] Aug 09 05:40:35.681 INFO O| Aug 09 05:40:35.681 INFO STEP 64 (assemble_files) COMPLETE
84872024-08-09T05:40:37.716Z[ host-image] Aug 09 05:40:35.681 INFO O| Aug 09 05:40:35.681 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-09T05:40:37.723Z[ host-image] Aug 09 05:40:35.690 INFO O| Aug 09 05:40:35.690 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
84892024-08-09T05:40:37.726Z[ host-image] Aug 09 05:40:35.690 INFO O| Aug 09 05:40:35.690 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
84902024-08-09T05:40:37.726Z[ host-image] Aug 09 05:40:35.691 INFO O| Aug 09 05:40:35.691 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
84912024-08-09T05:40:37.726Z[ host-image] Aug 09 05:40:35.691 INFO O| Aug 09 05:40:35.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
84922024-08-09T05:40:37.726Z[ host-image] Aug 09 05:40:35.691 INFO O| Aug 09 05:40:35.691 INFO ok!
84932024-08-09T05:40:37.726Z[ host-image] Aug 09 05:40:35.691 INFO O| Aug 09 05:40:35.691 INFO STEP 65 (ensure_file) COMPLETE
84942024-08-09T05:40:37.726Z[ host-image] Aug 09 05:40:35.691 INFO O| Aug 09 05:40:35.691 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-08-09T05:40:37.733Z[ host-image] Aug 09 05:40:35.700 INFO O| Aug 09 05:40:35.700 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
84962024-08-09T05:40:37.736Z[ host-image] Aug 09 05:40:35.700 INFO O| Aug 09 05:40:35.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
84972024-08-09T05:40:37.736Z[ host-image] Aug 09 05:40:35.700 INFO O| Aug 09 05:40:35.700 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
84982024-08-09T05:40:37.736Z[ host-image] Aug 09 05:40:35.700 INFO O| Aug 09 05:40:35.700 INFO STEP 66 (ensure_dir) COMPLETE
84992024-08-09T05:40:37.736Z[ host-image] Aug 09 05:40:35.700 INFO O| Aug 09 05:40:35.700 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-09T05:40:37.743Z[ host-image] Aug 09 05:40:35.710 INFO O| Aug 09 05:40:35.710 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85012024-08-09T05:40:37.743Z[ host-image] Aug 09 05:40:35.710 INFO O| Aug 09 05:40:35.710 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 ...
85022024-08-09T05:40:37.750Z[ host-image] Aug 09 05:40:35.717 INFO O| Aug 09 05:40:35.717 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
85032024-08-09T05:40:37.753Z[ host-image] Aug 09 05:40:35.717 INFO O| Aug 09 05:40:35.717 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85042024-08-09T05:40:37.753Z[ host-image] Aug 09 05:40:35.717 INFO O| Aug 09 05:40:35.717 INFO ok!
85052024-08-09T05:40:37.753Z[ host-image] Aug 09 05:40:35.717 INFO O| Aug 09 05:40:35.717 INFO STEP 67 (ensure_file) COMPLETE
85062024-08-09T05:40:37.753Z[ host-image] Aug 09 05:40:35.717 INFO O| Aug 09 05:40:35.717 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-08-09T05:40:37.760Z[ host-image] Aug 09 05:40:35.727 INFO O| Aug 09 05:40:35.727 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85082024-08-09T05:40:37.760Z[ host-image] Aug 09 05:40:35.727 INFO O| Aug 09 05:40:35.727 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 ...
85092024-08-09T05:40:37.763Z[ host-image] Aug 09 05:40:35.728 INFO O| Aug 09 05:40:35.727 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
85102024-08-09T05:40:37.763Z[ host-image] Aug 09 05:40:35.728 INFO O| Aug 09 05:40:35.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85112024-08-09T05:40:37.763Z[ host-image] Aug 09 05:40:35.728 INFO O| Aug 09 05:40:35.728 INFO ok!
85122024-08-09T05:40:37.763Z[ host-image] Aug 09 05:40:35.728 INFO O| Aug 09 05:40:35.728 INFO STEP 68 (ensure_file) COMPLETE
85132024-08-09T05:40:37.763Z[ host-image] Aug 09 05:40:35.728 INFO O| Aug 09 05:40:35.728 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-08-09T05:40:37.775Z[ host-image] Aug 09 05:40:35.742 INFO O| Aug 09 05:40:35.742 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85152024-08-09T05:40:37.775Z[ host-image] Aug 09 05:40:35.742 INFO O| Aug 09 05:40:35.742 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85162024-08-09T05:40:38.200Z[ recovery-image] Aug 09 05:40:36.167 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
85172024-08-09T05:40:38.208Z[ recovery-image] Aug 09 05:40:36.175 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85182024-08-09T05:40:38.324Z[ recovery-image] Aug 09 05:40:36.291 INFO E| Updating crates.io index
85192024-08-09T05:40:38.497Z[ recovery-image] Aug 09 05:40:36.464 INFO E| Downloading crates ...
85202024-08-09T05:40:38.557Z[ recovery-image] Aug 09 05:40:36.524 INFO E| Downloaded seq-macro v0.3.5
85212024-08-09T05:40:38.560Z[ recovery-image] Aug 09 05:40:36.526 INFO E| Downloaded raw-cpuid v10.7.0
85222024-08-09T05:40:38.563Z[ recovery-image] Aug 09 05:40:36.530 INFO E| Downloaded cpio_reader v0.1.1
85232024-08-09T05:40:38.572Z[ recovery-image] Aug 09 05:40:36.539 INFO E| Downloaded bit_field v0.10.2
85242024-08-09T05:40:38.578Z[ recovery-image] Aug 09 05:40:36.545 INFO E| Downloaded goblin v0.8.0
85252024-08-09T05:40:38.706Z[ recovery-image] Aug 09 05:40:36.673 INFO E| Downloaded x86 v0.52.0
85262024-08-09T05:40:38.774Z[ recovery-image] Aug 09 05:40:36.741 INFO E| Updating crates.io index
85272024-08-09T05:40:38.823Z[ recovery-image] Aug 09 05:40:36.790 INFO E| Downloading crates ...
85282024-08-09T05:40:38.873Z[ recovery-image] Aug 09 05:40:36.840 INFO E| Downloaded rustc-demangle v0.1.23
85292024-08-09T05:40:38.884Z[ recovery-image] Aug 09 05:40:36.851 INFO E| Downloaded allocator-api2 v0.2.16
85302024-08-09T05:40:38.900Z[ recovery-image] Aug 09 05:40:36.867 INFO E| Downloaded compiler_builtins v0.1.108
85312024-08-09T05:40:38.975Z[ recovery-image] Aug 09 05:40:36.942 INFO E| Compiling compiler_builtins v0.1.108
85322024-08-09T05:40:38.975Z[ recovery-image] Aug 09 05:40:36.942 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85332024-08-09T05:40:38.975Z[ recovery-image] Aug 09 05:40:36.942 INFO E| Compiling proc-macro2 v1.0.79
85342024-08-09T05:40:38.978Z[ recovery-image] Aug 09 05:40:36.942 INFO E| Compiling unicode-ident v1.0.12
85352024-08-09T05:40:38.978Z[ recovery-image] Aug 09 05:40:36.942 INFO E| Compiling syn v1.0.109
85362024-08-09T05:40:38.978Z[ recovery-image] Aug 09 05:40:36.942 INFO E| Compiling x86 v0.52.0
85372024-08-09T05:40:38.978Z[ recovery-image] Aug 09 05:40:36.942 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85382024-08-09T05:40:38.981Z[ recovery-image] Aug 09 05:40:36.948 INFO E| Compiling seq-macro v0.3.5
85392024-08-09T05:40:40.123Z[ host-image] Aug 09 05:40:38.090 INFO O| Aug 09 05:40:38.090 INFO STEP 69 (pack_tar) COMPLETE
85402024-08-09T05:40:40.123Z[ host-image] Aug 09 05:40:38.090 INFO O| Aug 09 05:40:38.090 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85412024-08-09T05:40:40.126Z[ host-image] Aug 09 05:40:38.090 INFO O| Aug 09 05:40:38.090 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85422024-08-09T05:40:40.432Z[ host-image] Aug 09 05:40:38.398 INFO O| Aug 09 05:40:38.398 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85432024-08-09T05:40:40.495Z[ host-image] Aug 09 05:40:38.461 INFO O| Aug 09 05:40:38.461 INFO completed processing gimlet/ramdisk-02-trim
85442024-08-09T05:40:40.497Z[ host-image] Aug 09 05:40:38.463 INFO image builder template: zfs...
85452024-08-09T05:40:40.497Z[ host-image] Aug 09 05:40:38.463 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/.tmp1k6ZCO/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None
85462024-08-09T05:40:40.511Z[ host-image] Aug 09 05:40:38.477 INFO O| Aug 09 05:40:38.477 INFO skip include "stress" because feature "stress" is not enabled
85472024-08-09T05:40:40.542Z[ host-image] Aug 09 05:40:38.509 INFO O| Aug 09 05:40:38.509 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85482024-08-09T05:40:40.546Z[ host-image] Aug 09 05:40:38.513 INFO O| Aug 09 05:40:38.513 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85492024-08-09T05:40:40.618Z[ host-image] Aug 09 05:40:38.584 INFO O| Aug 09 05:40:38.584 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85502024-08-09T05:40:40.677Z[ host-image] Aug 09 05:40:38.643 INFO O| Aug 09 05:40:38.643 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85512024-08-09T05:40:40.677Z[ host-image] Aug 09 05:40:38.643 INFO O| Aug 09 05:40:38.643 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85522024-08-09T05:40:40.683Z[ host-image] Aug 09 05:40:38.649 INFO O| Aug 09 05:40:38.649 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85532024-08-09T05:40:40.761Z[ host-image] Aug 09 05:40:38.727 INFO O| Aug 09 05:40:38.727 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85542024-08-09T05:40:40.821Z[ host-image] Aug 09 05:40:38.787 INFO O| Aug 09 05:40:38.787 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85552024-08-09T05:40:40.830Z[ host-image] Aug 09 05:40:38.797 INFO O| Aug 09 05:40:38.797 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85562024-08-09T05:40:40.835Z[ host-image] Aug 09 05:40:38.802 INFO O| Aug 09 05:40:38.802 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85572024-08-09T05:40:40.838Z[ host-image] Aug 09 05:40:38.802 INFO O| Aug 09 05:40:38.802 INFO no lofi found
85582024-08-09T05:40:40.838Z[ host-image] Aug 09 05:40:38.802 INFO O| Aug 09 05:40:38.802 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85592024-08-09T05:40:40.838Z[ host-image] Aug 09 05:40:38.802 INFO O| Aug 09 05:40:38.802 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85602024-08-09T05:40:43.043Z[ host-image] Aug 09 05:40:41.009 INFO O| Aug 09 05:40:41.009 INFO lofi device = /dev/dsk/c2t1d0p0
85612024-08-09T05:40:43.044Z[ host-image] Aug 09 05:40:41.009 INFO O| Aug 09 05:40:41.009 INFO pool device = /dev/dsk/c2t1d0p0
85622024-08-09T05:40:43.046Z[ host-image] Aug 09 05:40:41.010 INFO O| Aug 09 05:40:41.009 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"]
85632024-08-09T05:40:43.116Z[ host-image] Aug 09 05:40:41.082 INFO O| Aug 09 05:40:41.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85642024-08-09T05:40:43.116Z[ host-image] Aug 09 05:40:41.082 INFO O| Aug 09 05:40:41.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85652024-08-09T05:40:43.157Z[ host-image] Aug 09 05:40:41.123 INFO O| Aug 09 05:40:41.122 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85662024-08-09T05:40:43.216Z[ host-image] Aug 09 05:40:41.182 INFO O| Aug 09 05:40:41.182 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85672024-08-09T05:40:43.255Z[ host-image] Aug 09 05:40:41.221 INFO O| Aug 09 05:40:41.221 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85682024-08-09T05:40:43.270Z[ host-image] Aug 09 05:40:41.235 INFO O| Aug 09 05:40:41.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85692024-08-09T05:40:43.281Z[ host-image] Aug 09 05:40:41.247 INFO O| Aug 09 05:40:41.247 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85702024-08-09T05:40:43.328Z[ host-image] Aug 09 05:40:41.294 INFO O| Aug 09 05:40:41.294 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85712024-08-09T05:40:43.328Z[ host-image] Aug 09 05:40:41.294 INFO O| Aug 09 05:40:41.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85722024-08-09T05:40:43.331Z[ host-image] Aug 09 05:40:41.294 INFO O| Aug 09 05:40:41.294 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85732024-08-09T05:40:43.335Z[ host-image] Aug 09 05:40:41.302 INFO O| Aug 09 05:40:41.301 INFO boot environment UUID: 8219d3e0-0e5d-47d3-afff-b3bef9569ede
85742024-08-09T05:40:43.335Z[ host-image] Aug 09 05:40:41.302 INFO O| Aug 09 05:40:41.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8219d3e0-0e5d-47d3-afff-b3bef9569ede
85752024-08-09T05:40:43.346Z[ host-image] Aug 09 05:40:41.312 INFO O| Aug 09 05:40:41.312 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85762024-08-09T05:40:43.357Z[ host-image] Aug 09 05:40:41.323 INFO O| Aug 09 05:40:41.323 INFO STEP 0 (create_be) COMPLETE
85772024-08-09T05:40:43.357Z[ host-image] Aug 09 05:40:41.323 INFO O| Aug 09 05:40:41.323 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85782024-08-09T05:40:43.371Z[ host-image] Aug 09 05:40:41.338 INFO O| Aug 09 05:40:41.337 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
85792024-08-09T05:41:03.257Z[ host-image] Aug 09 05:41:01.219 INFO O| Aug 09 05:41:01.219 INFO STEP 1 (unpack_tar) COMPLETE
85802024-08-09T05:41:03.257Z[ host-image] Aug 09 05:41:01.220 INFO O| Aug 09 05:41:01.219 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85812024-08-09T05:41:03.270Z[ host-image] Aug 09 05:41:01.232 INFO O| Aug 09 05:41:01.232 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
85822024-08-09T05:41:03.469Z[ host-image] Aug 09 05:41:01.431 INFO O| Aug 09 05:41:01.431 INFO STEP 2 (devfsadm) COMPLETE
85832024-08-09T05:41:03.472Z[ host-image] Aug 09 05:41:01.431 INFO O| Aug 09 05:41:01.431 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85842024-08-09T05:41:03.480Z[ host-image] Aug 09 05:41:01.442 INFO O| Aug 09 05:41:01.442 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
85852024-08-09T05:41:03.483Z[ host-image] Aug 09 05:41:01.442 INFO O| Aug 09 05:41:01.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
85862024-08-09T05:41:03.483Z[ host-image] Aug 09 05:41:01.442 INFO O| Aug 09 05:41:01.442 INFO STEP 3 (ensure_dir) COMPLETE
85872024-08-09T05:41:03.483Z[ host-image] Aug 09 05:41:01.442 INFO O| Aug 09 05:41:01.442 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85882024-08-09T05:41:03.491Z[ host-image] Aug 09 05:41:01.453 INFO O| Aug 09 05:41:01.453 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
85892024-08-09T05:41:03.493Z[ host-image] Aug 09 05:41:01.453 INFO O| Aug 09 05:41:01.453 INFO STEP 4 (ensure_dir) COMPLETE
85902024-08-09T05:41:03.494Z[ host-image] Aug 09 05:41:01.453 INFO O| Aug 09 05:41:01.453 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85912024-08-09T05:41:03.500Z[ host-image] Aug 09 05:41:01.463 INFO O| Aug 09 05:41:01.463 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
85922024-08-09T05:41:03.503Z[ host-image] Aug 09 05:41:01.463 INFO O| Aug 09 05:41:01.463 INFO STEP 5 (ensure_dir) COMPLETE
85932024-08-09T05:41:03.503Z[ host-image] Aug 09 05:41:01.463 INFO O| Aug 09 05:41:01.463 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85942024-08-09T05:41:03.510Z[ host-image] Aug 09 05:41:01.472 INFO O| Aug 09 05:41:01.472 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
85952024-08-09T05:41:03.510Z[ host-image] Aug 09 05:41:01.473 INFO O| Aug 09 05:41:01.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
85962024-08-09T05:41:03.513Z[ host-image] Aug 09 05:41:01.473 INFO O| Aug 09 05:41:01.473 INFO STEP 6 (ensure_dir) COMPLETE
85972024-08-09T05:41:03.513Z[ host-image] Aug 09 05:41:01.473 INFO O| Aug 09 05:41:01.473 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85982024-08-09T05:41:03.520Z[ host-image] Aug 09 05:41:01.482 INFO O| Aug 09 05:41:01.482 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
85992024-08-09T05:41:03.522Z[ host-image] Aug 09 05:41:01.482 INFO O| Aug 09 05:41:01.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86002024-08-09T05:41:03.522Z[ host-image] Aug 09 05:41:01.482 INFO O| Aug 09 05:41:01.482 INFO STEP 7 (ensure_dir) COMPLETE
86012024-08-09T05:41:03.522Z[ host-image] Aug 09 05:41:01.482 INFO O| Aug 09 05:41:01.482 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86022024-08-09T05:41:03.529Z[ host-image] Aug 09 05:41:01.492 INFO O| Aug 09 05:41:01.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86032024-08-09T05:41:03.532Z[ host-image] Aug 09 05:41:01.492 INFO O| Aug 09 05:41:01.492 INFO STEP 8 (remove_files) COMPLETE
86042024-08-09T05:41:03.532Z[ host-image] Aug 09 05:41:01.492 INFO O| Aug 09 05:41:01.492 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86052024-08-09T05:41:03.539Z[ host-image] Aug 09 05:41:01.501 INFO O| Aug 09 05:41:01.501 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86062024-08-09T05:41:03.542Z[ host-image] Aug 09 05:41:01.502 INFO O| Aug 09 05:41:01.502 INFO STEP 9 (remove_files) COMPLETE
86072024-08-09T05:41:03.542Z[ host-image] Aug 09 05:41:01.502 INFO O| Aug 09 05:41:01.502 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86082024-08-09T05:41:03.550Z[ host-image] Aug 09 05:41:01.512 INFO O| Aug 09 05:41:01.512 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86092024-08-09T05:41:03.552Z[ host-image] Aug 09 05:41:01.513 INFO O| Aug 09 05:41:01.513 INFO STEP 10 (remove_files) COMPLETE
86102024-08-09T05:41:03.552Z[ host-image] Aug 09 05:41:01.513 INFO O| Aug 09 05:41:01.513 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86112024-08-09T05:41:03.560Z[ host-image] Aug 09 05:41:01.522 INFO O| Aug 09 05:41:01.522 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86122024-08-09T05:41:03.563Z[ host-image] Aug 09 05:41:01.522 INFO O| Aug 09 05:41:01.522 INFO STEP 11 (remove_files) COMPLETE
86132024-08-09T05:41:03.563Z[ host-image] Aug 09 05:41:01.522 INFO O| Aug 09 05:41:01.522 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86142024-08-09T05:41:03.569Z[ host-image] Aug 09 05:41:01.531 INFO O| Aug 09 05:41:01.531 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86152024-08-09T05:41:03.572Z[ host-image] Aug 09 05:41:01.532 INFO O| Aug 09 05:41:01.532 INFO STEP 12 (remove_files) COMPLETE
86162024-08-09T05:41:03.574Z[ host-image] Aug 09 05:41:01.532 INFO O| Aug 09 05:41:01.532 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86172024-08-09T05:41:03.579Z[ host-image] Aug 09 05:41:01.541 INFO O| Aug 09 05:41:01.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86182024-08-09T05:41:03.579Z[ host-image] Aug 09 05:41:01.541 INFO O| Aug 09 05:41:01.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86192024-08-09T05:41:03.582Z[ host-image] Aug 09 05:41:01.541 INFO O| Aug 09 05:41:01.541 INFO STEP 13 (ensure_dir) COMPLETE
86202024-08-09T05:41:03.582Z[ host-image] Aug 09 05:41:01.541 INFO O| Aug 09 05:41:01.541 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86212024-08-09T05:41:03.589Z[ host-image] Aug 09 05:41:01.551 INFO O| Aug 09 05:41:01.551 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86222024-08-09T05:41:03.591Z[ host-image] Aug 09 05:41:01.551 INFO O| Aug 09 05:41:01.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86232024-08-09T05:41:03.591Z[ host-image] Aug 09 05:41:01.551 INFO O| Aug 09 05:41:01.551 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86242024-08-09T05:41:03.591Z[ host-image] Aug 09 05:41:01.551 INFO O| Aug 09 05:41:01.551 INFO STEP 14 (ensure_dir) COMPLETE
86252024-08-09T05:41:03.591Z[ host-image] Aug 09 05:41:01.551 INFO O| Aug 09 05:41:01.551 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86262024-08-09T05:41:03.599Z[ host-image] Aug 09 05:41:01.561 INFO O| Aug 09 05:41:01.561 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86272024-08-09T05:41:03.599Z[ host-image] Aug 09 05:41:01.561 INFO O| Aug 09 05:41:01.561 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86282024-08-09T05:41:03.599Z[ host-image] Aug 09 05:41:01.561 INFO O| Aug 09 05:41:01.561 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86292024-08-09T05:41:03.601Z[ host-image] Aug 09 05:41:01.561 INFO O| Aug 09 05:41:01.561 INFO STEP 15 (ensure_dir) COMPLETE
86302024-08-09T05:41:03.601Z[ host-image] Aug 09 05:41:01.561 INFO O| Aug 09 05:41:01.561 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86312024-08-09T05:41:03.608Z[ host-image] Aug 09 05:41:01.571 INFO O| Aug 09 05:41:01.570 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86322024-08-09T05:41:03.608Z[ host-image] Aug 09 05:41:01.571 INFO O| Aug 09 05:41:01.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86332024-08-09T05:41:03.611Z[ host-image] Aug 09 05:41:01.571 INFO O| Aug 09 05:41:01.571 INFO STEP 16 (ensure_dir) COMPLETE
86342024-08-09T05:41:03.611Z[ host-image] Aug 09 05:41:01.571 INFO O| Aug 09 05:41:01.571 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86352024-08-09T05:41:03.618Z[ host-image] Aug 09 05:41:01.580 INFO O| Aug 09 05:41:01.580 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86362024-08-09T05:41:03.618Z[ host-image] Aug 09 05:41:01.580 INFO O| Aug 09 05:41:01.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86372024-08-09T05:41:03.618Z[ host-image] Aug 09 05:41:01.580 INFO O| Aug 09 05:41:01.580 INFO STEP 17 (ensure_dir) COMPLETE
86382024-08-09T05:41:03.618Z[ host-image] Aug 09 05:41:01.580 INFO O| Aug 09 05:41:01.580 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86392024-08-09T05:41:03.627Z[ host-image] Aug 09 05:41:01.590 INFO O| Aug 09 05:41:01.590 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86402024-08-09T05:41:03.627Z[ host-image] Aug 09 05:41:01.590 INFO O| Aug 09 05:41:01.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86412024-08-09T05:41:03.630Z[ host-image] Aug 09 05:41:01.590 INFO O| Aug 09 05:41:01.590 INFO ok!
86422024-08-09T05:41:03.630Z[ host-image] Aug 09 05:41:01.590 INFO O| Aug 09 05:41:01.590 INFO STEP 18 (ensure_symlink) COMPLETE
86432024-08-09T05:41:03.630Z[ host-image] Aug 09 05:41:01.590 INFO O| Aug 09 05:41:01.590 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86442024-08-09T05:41:03.637Z[ host-image] Aug 09 05:41:01.599 INFO O| Aug 09 05:41:01.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86452024-08-09T05:41:03.637Z[ host-image] Aug 09 05:41:01.599 INFO O| Aug 09 05:41:01.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86462024-08-09T05:41:03.640Z[ host-image] Aug 09 05:41:01.599 INFO O| Aug 09 05:41:01.599 INFO ok!
86472024-08-09T05:41:03.640Z[ host-image] Aug 09 05:41:01.599 INFO O| Aug 09 05:41:01.599 INFO STEP 19 (ensure_file) COMPLETE
86482024-08-09T05:41:03.640Z[ host-image] Aug 09 05:41:01.599 INFO O| Aug 09 05:41:01.599 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86492024-08-09T05:41:03.646Z[ host-image] Aug 09 05:41:01.609 INFO O| Aug 09 05:41:01.609 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86502024-08-09T05:41:03.650Z[ host-image] Aug 09 05:41:01.609 INFO O| Aug 09 05:41:01.609 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86512024-08-09T05:41:03.650Z[ host-image] Aug 09 05:41:01.609 INFO O| Aug 09 05:41:01.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86522024-08-09T05:41:03.650Z[ host-image] Aug 09 05:41:01.609 INFO O| Aug 09 05:41:01.609 INFO ok!
86532024-08-09T05:41:03.650Z[ host-image] Aug 09 05:41:01.609 INFO O| Aug 09 05:41:01.609 INFO STEP 20 (ensure_symlink) COMPLETE
86542024-08-09T05:41:03.650Z[ host-image] Aug 09 05:41:01.609 INFO O| Aug 09 05:41:01.609 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86552024-08-09T05:41:03.656Z[ host-image] Aug 09 05:41:01.619 INFO O| Aug 09 05:41:01.619 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86562024-08-09T05:41:03.656Z[ host-image] Aug 09 05:41:01.619 INFO O| Aug 09 05:41:01.619 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86572024-08-09T05:41:03.659Z[ host-image] Aug 09 05:41:01.619 INFO O| Aug 09 05:41:01.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86582024-08-09T05:41:03.659Z[ host-image] Aug 09 05:41:01.619 INFO O| Aug 09 05:41:01.619 INFO ok!
86592024-08-09T05:41:03.659Z[ host-image] Aug 09 05:41:01.619 INFO O| Aug 09 05:41:01.619 INFO STEP 21 (ensure_symlink) COMPLETE
86602024-08-09T05:41:03.659Z[ host-image] Aug 09 05:41:01.619 INFO O| Aug 09 05:41:01.619 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86612024-08-09T05:41:03.666Z[ host-image] Aug 09 05:41:01.628 INFO O| Aug 09 05:41:01.628 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86622024-08-09T05:41:03.666Z[ host-image] Aug 09 05:41:01.628 INFO O| Aug 09 05:41:01.628 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86632024-08-09T05:41:03.669Z[ host-image] Aug 09 05:41:01.628 INFO O| Aug 09 05:41:01.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86642024-08-09T05:41:03.669Z[ host-image] Aug 09 05:41:01.628 INFO O| Aug 09 05:41:01.628 INFO ok!
86652024-08-09T05:41:03.669Z[ host-image] Aug 09 05:41:01.628 INFO O| Aug 09 05:41:01.628 INFO STEP 22 (ensure_symlink) COMPLETE
86662024-08-09T05:41:03.669Z[ host-image] Aug 09 05:41:01.629 INFO O| Aug 09 05:41:01.628 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86672024-08-09T05:41:03.676Z[ host-image] Aug 09 05:41:01.638 INFO O| Aug 09 05:41:01.638 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
86682024-08-09T05:41:03.676Z[ host-image] Aug 09 05:41:01.638 INFO O| Aug 09 05:41:01.638 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86692024-08-09T05:41:03.679Z[ host-image] Aug 09 05:41:01.638 INFO O| Aug 09 05:41:01.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
86702024-08-09T05:41:03.679Z[ host-image] Aug 09 05:41:01.638 INFO O| Aug 09 05:41:01.638 INFO ok!
86712024-08-09T05:41:03.679Z[ host-image] Aug 09 05:41:01.638 INFO O| Aug 09 05:41:01.638 INFO STEP 23 (ensure_symlink) COMPLETE
86722024-08-09T05:41:03.679Z[ host-image] Aug 09 05:41:01.638 INFO O| Aug 09 05:41:01.638 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86732024-08-09T05:41:03.686Z[ host-image] Aug 09 05:41:01.648 INFO O| Aug 09 05:41:01.648 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86742024-08-09T05:41:03.688Z[ host-image] Aug 09 05:41:01.648 INFO O| Aug 09 05:41:01.648 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
86752024-08-09T05:41:03.688Z[ host-image] Aug 09 05:41:01.648 INFO O| Aug 09 05:41:01.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
86762024-08-09T05:41:03.688Z[ host-image] Aug 09 05:41:01.648 INFO O| Aug 09 05:41:01.648 INFO ok!
86772024-08-09T05:41:03.688Z[ host-image] Aug 09 05:41:01.648 INFO O| Aug 09 05:41:01.648 INFO STEP 24 (ensure_file) COMPLETE
86782024-08-09T05:41:03.688Z[ host-image] Aug 09 05:41:01.648 INFO O| Aug 09 05:41:01.648 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86792024-08-09T05:41:03.696Z[ host-image] Aug 09 05:41:01.658 INFO O| Aug 09 05:41:01.658 INFO updating shadow file
86802024-08-09T05:41:03.698Z[ host-image] Aug 09 05:41:01.658 INFO O| Aug 09 05:41:01.658 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86812024-08-09T05:41:03.698Z[ host-image] Aug 09 05:41:01.658 INFO O| Aug 09 05:41:01.658 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86822024-08-09T05:41:03.698Z[ host-image] Aug 09 05:41:01.658 INFO O| Aug 09 05:41:01.658 INFO STEP 25 (shadow) COMPLETE
86832024-08-09T05:41:03.698Z[ host-image] Aug 09 05:41:01.658 INFO O| Aug 09 05:41:01.658 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86842024-08-09T05:41:03.707Z[ host-image] Aug 09 05:41:01.670 INFO O| Aug 09 05:41:01.669 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
86852024-08-09T05:41:03.707Z[ host-image] Aug 09 05:41:01.670 INFO O| Aug 09 05:41:01.670 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
86862024-08-09T05:41:03.710Z[ host-image] Aug 09 05:41:01.670 INFO O| Aug 09 05:41:01.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
86872024-08-09T05:41:03.710Z[ host-image] Aug 09 05:41:01.670 INFO O| Aug 09 05:41:01.670 INFO ok!
86882024-08-09T05:41:03.710Z[ host-image] Aug 09 05:41:01.670 INFO O| Aug 09 05:41:01.670 INFO STEP 26 (ensure_file) COMPLETE
86892024-08-09T05:41:03.710Z[ host-image] Aug 09 05:41:01.670 INFO O| Aug 09 05:41:01.670 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86902024-08-09T05:41:03.717Z[ host-image] Aug 09 05:41:01.679 INFO O| Aug 09 05:41:01.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
86912024-08-09T05:41:03.717Z[ host-image] Aug 09 05:41:01.679 INFO O| Aug 09 05:41:01.679 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
86922024-08-09T05:41:03.719Z[ host-image] Aug 09 05:41:01.679 INFO O| Aug 09 05:41:01.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
86932024-08-09T05:41:03.720Z[ host-image] Aug 09 05:41:01.679 INFO O| Aug 09 05:41:01.679 INFO ok!
86942024-08-09T05:41:03.720Z[ host-image] Aug 09 05:41:01.679 INFO O| Aug 09 05:41:01.679 INFO STEP 27 (ensure_file) COMPLETE
86952024-08-09T05:41:03.720Z[ host-image] Aug 09 05:41:01.679 INFO O| Aug 09 05:41:01.679 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86962024-08-09T05:41:03.727Z[ host-image] Aug 09 05:41:01.689 INFO O| Aug 09 05:41:01.689 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
86972024-08-09T05:41:03.727Z[ host-image] Aug 09 05:41:01.689 INFO O| Aug 09 05:41:01.689 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
86982024-08-09T05:41:03.729Z[ host-image] Aug 09 05:41:01.689 INFO O| Aug 09 05:41:01.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
86992024-08-09T05:41:03.729Z[ host-image] Aug 09 05:41:01.689 INFO O| Aug 09 05:41:01.689 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87002024-08-09T05:41:03.729Z[ host-image] Aug 09 05:41:01.689 INFO O| Aug 09 05:41:01.689 INFO ok!
87012024-08-09T05:41:03.730Z[ host-image] Aug 09 05:41:01.689 INFO O| Aug 09 05:41:01.689 INFO STEP 28 (ensure_file) COMPLETE
87022024-08-09T05:41:03.730Z[ host-image] Aug 09 05:41:01.689 INFO O| Aug 09 05:41:01.689 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87032024-08-09T05:41:03.736Z[ host-image] Aug 09 05:41:01.699 INFO O| Aug 09 05:41:01.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87042024-08-09T05:41:03.736Z[ host-image] Aug 09 05:41:01.699 INFO O| Aug 09 05:41:01.699 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87052024-08-09T05:41:03.739Z[ host-image] Aug 09 05:41:01.699 INFO O| Aug 09 05:41:01.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87062024-08-09T05:41:03.739Z[ host-image] Aug 09 05:41:01.699 INFO O| Aug 09 05:41:01.699 INFO ok!
87072024-08-09T05:41:03.739Z[ host-image] Aug 09 05:41:01.699 INFO O| Aug 09 05:41:01.699 INFO STEP 29 (ensure_file) COMPLETE
87082024-08-09T05:41:03.739Z[ host-image] Aug 09 05:41:01.699 INFO O| Aug 09 05:41:01.699 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87092024-08-09T05:41:03.746Z[ host-image] Aug 09 05:41:01.708 INFO O| Aug 09 05:41:01.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87102024-08-09T05:41:03.746Z[ host-image] Aug 09 05:41:01.708 INFO O| Aug 09 05:41:01.708 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87112024-08-09T05:41:03.749Z[ host-image] Aug 09 05:41:01.708 INFO O| Aug 09 05:41:01.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87122024-08-09T05:41:03.749Z[ host-image] Aug 09 05:41:01.708 INFO O| Aug 09 05:41:01.708 INFO ok!
87132024-08-09T05:41:03.749Z[ host-image] Aug 09 05:41:01.708 INFO O| Aug 09 05:41:01.708 INFO STEP 30 (ensure_file) COMPLETE
87142024-08-09T05:41:03.749Z[ host-image] Aug 09 05:41:01.709 INFO O| Aug 09 05:41:01.708 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87152024-08-09T05:41:03.756Z[ host-image] Aug 09 05:41:01.718 INFO O| Aug 09 05:41:01.718 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87162024-08-09T05:41:03.759Z[ host-image] Aug 09 05:41:01.718 INFO O| Aug 09 05:41:01.718 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87172024-08-09T05:41:03.759Z[ host-image] Aug 09 05:41:01.718 INFO O| Aug 09 05:41:01.718 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87182024-08-09T05:41:03.759Z[ host-image] Aug 09 05:41:01.718 INFO O| Aug 09 05:41:01.718 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87192024-08-09T05:41:03.759Z[ host-image] Aug 09 05:41:01.718 INFO O| Aug 09 05:41:01.718 INFO ok!
87202024-08-09T05:41:03.759Z[ host-image] Aug 09 05:41:01.718 INFO O| Aug 09 05:41:01.718 INFO STEP 31 (ensure_file) COMPLETE
87212024-08-09T05:41:03.759Z[ host-image] Aug 09 05:41:01.718 INFO O| Aug 09 05:41:01.718 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87222024-08-09T05:41:03.766Z[ host-image] Aug 09 05:41:01.728 INFO O| Aug 09 05:41:01.728 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87232024-08-09T05:41:03.769Z[ host-image] Aug 09 05:41:01.728 INFO O| Aug 09 05:41:01.728 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87242024-08-09T05:41:03.769Z[ host-image] Aug 09 05:41:01.728 INFO O| Aug 09 05:41:01.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87252024-08-09T05:41:03.769Z[ host-image] Aug 09 05:41:01.728 INFO O| Aug 09 05:41:01.728 INFO ok!
87262024-08-09T05:41:03.769Z[ host-image] Aug 09 05:41:01.728 INFO O| Aug 09 05:41:01.728 INFO STEP 32 (ensure_file) COMPLETE
87272024-08-09T05:41:03.769Z[ host-image] Aug 09 05:41:01.728 INFO O| Aug 09 05:41:01.728 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87282024-08-09T05:41:03.775Z[ host-image] Aug 09 05:41:01.738 INFO O| Aug 09 05:41:01.738 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87292024-08-09T05:41:03.775Z[ host-image] Aug 09 05:41:01.738 INFO O| Aug 09 05:41:01.738 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87302024-08-09T05:41:03.778Z[ host-image] Aug 09 05:41:01.738 INFO O| Aug 09 05:41:01.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87312024-08-09T05:41:03.778Z[ host-image] Aug 09 05:41:01.738 INFO O| Aug 09 05:41:01.738 INFO ok!
87322024-08-09T05:41:03.778Z[ host-image] Aug 09 05:41:01.738 INFO O| Aug 09 05:41:01.738 INFO STEP 33 (ensure_file) COMPLETE
87332024-08-09T05:41:03.778Z[ host-image] Aug 09 05:41:01.738 INFO O| Aug 09 05:41:01.738 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87342024-08-09T05:41:03.785Z[ host-image] Aug 09 05:41:01.747 INFO O| Aug 09 05:41:01.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87352024-08-09T05:41:03.785Z[ host-image] Aug 09 05:41:01.747 INFO O| Aug 09 05:41:01.747 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87362024-08-09T05:41:03.788Z[ host-image] Aug 09 05:41:01.747 INFO O| Aug 09 05:41:01.747 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87372024-08-09T05:41:03.788Z[ host-image] Aug 09 05:41:01.748 INFO O| Aug 09 05:41:01.748 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87382024-08-09T05:41:03.788Z[ host-image] Aug 09 05:41:01.748 INFO O| Aug 09 05:41:01.748 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87392024-08-09T05:41:03.788Z[ host-image] Aug 09 05:41:01.748 INFO O| Aug 09 05:41:01.748 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87402024-08-09T05:41:03.788Z[ host-image] Aug 09 05:41:01.748 INFO O| Aug 09 05:41:01.748 INFO ok!
87412024-08-09T05:41:03.788Z[ host-image] Aug 09 05:41:01.748 INFO O| Aug 09 05:41:01.748 INFO STEP 34 (ensure_file) COMPLETE
87422024-08-09T05:41:03.788Z[ host-image] Aug 09 05:41:01.748 INFO O| Aug 09 05:41:01.748 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87432024-08-09T05:41:03.795Z[ host-image] Aug 09 05:41:01.757 INFO O| Aug 09 05:41:01.757 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87442024-08-09T05:41:03.797Z[ host-image] Aug 09 05:41:01.757 INFO O| Aug 09 05:41:01.757 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87452024-08-09T05:41:03.797Z[ host-image] Aug 09 05:41:01.757 INFO O| Aug 09 05:41:01.757 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87462024-08-09T05:41:03.797Z[ host-image] Aug 09 05:41:01.757 INFO O| Aug 09 05:41:01.757 INFO STEP 35 (ensure_dir) COMPLETE
87472024-08-09T05:41:03.797Z[ host-image] Aug 09 05:41:01.757 INFO O| Aug 09 05:41:01.757 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87482024-08-09T05:41:03.804Z[ host-image] Aug 09 05:41:01.767 INFO O| Aug 09 05:41:01.767 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
87492024-08-09T05:41:03.804Z[ host-image] Aug 09 05:41:01.767 INFO O| Aug 09 05:41:01.767 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 ...
87502024-08-09T05:41:03.807Z[ host-image] Aug 09 05:41:01.767 INFO O| Aug 09 05:41:01.767 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
87512024-08-09T05:41:03.807Z[ host-image] Aug 09 05:41:01.767 INFO O| Aug 09 05:41:01.767 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
87522024-08-09T05:41:03.807Z[ host-image] Aug 09 05:41:01.767 INFO O| Aug 09 05:41:01.767 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
87532024-08-09T05:41:03.807Z[ host-image] Aug 09 05:41:01.767 INFO O| Aug 09 05:41:01.767 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
87542024-08-09T05:41:03.807Z[ host-image] Aug 09 05:41:01.767 INFO O| Aug 09 05:41:01.767 INFO ok!
87552024-08-09T05:41:03.807Z[ host-image] Aug 09 05:41:01.767 INFO O| Aug 09 05:41:01.767 INFO STEP 36 (ensure_file) COMPLETE
87562024-08-09T05:41:03.807Z[ host-image] Aug 09 05:41:01.767 INFO O| Aug 09 05:41:01.767 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87572024-08-09T05:41:03.814Z[ host-image] Aug 09 05:41:01.776 INFO O| Aug 09 05:41:01.776 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87582024-08-09T05:41:03.814Z[ host-image] Aug 09 05:41:01.776 INFO O| Aug 09 05:41:01.776 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 ...
87592024-08-09T05:41:03.817Z[ host-image] Aug 09 05:41:01.776 INFO O| Aug 09 05:41:01.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87602024-08-09T05:41:03.817Z[ host-image] Aug 09 05:41:01.777 INFO O| Aug 09 05:41:01.776 INFO ok!
87612024-08-09T05:41:03.817Z[ host-image] Aug 09 05:41:01.777 INFO O| Aug 09 05:41:01.777 INFO STEP 37 (ensure_symlink) COMPLETE
87622024-08-09T05:41:03.817Z[ host-image] Aug 09 05:41:01.777 INFO O| Aug 09 05:41:01.777 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87632024-08-09T05:41:03.824Z[ host-image] Aug 09 05:41:01.787 INFO O| Aug 09 05:41:01.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87642024-08-09T05:41:03.824Z[ host-image] Aug 09 05:41:01.787 INFO O| Aug 09 05:41:01.786 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87652024-08-09T05:41:03.827Z[ host-image] Aug 09 05:41:01.787 INFO O| Aug 09 05:41:01.787 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87662024-08-09T05:41:03.827Z[ host-image] Aug 09 05:41:01.787 INFO O| Aug 09 05:41:01.787 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87672024-08-09T05:41:03.827Z[ host-image] Aug 09 05:41:01.787 INFO O| Aug 09 05:41:01.787 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87682024-08-09T05:41:03.827Z[ host-image] Aug 09 05:41:01.787 INFO O| Aug 09 05:41:01.787 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87692024-08-09T05:41:03.827Z[ host-image] Aug 09 05:41:01.787 INFO O| Aug 09 05:41:01.787 INFO ok!
87702024-08-09T05:41:03.827Z[ host-image] Aug 09 05:41:01.787 INFO O| Aug 09 05:41:01.787 INFO STEP 38 (ensure_file) COMPLETE
87712024-08-09T05:41:03.827Z[ host-image] Aug 09 05:41:01.787 INFO O| Aug 09 05:41:01.787 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87722024-08-09T05:41:03.834Z[ host-image] Aug 09 05:41:01.796 INFO O| Aug 09 05:41:01.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
87732024-08-09T05:41:03.834Z[ host-image] Aug 09 05:41:01.797 INFO O| Aug 09 05:41:01.796 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 ...
87742024-08-09T05:41:03.837Z[ host-image] Aug 09 05:41:01.797 INFO O| Aug 09 05:41:01.797 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
87752024-08-09T05:41:03.837Z[ host-image] Aug 09 05:41:01.797 INFO O| Aug 09 05:41:01.797 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87762024-08-09T05:41:03.837Z[ host-image] Aug 09 05:41:01.797 INFO O| Aug 09 05:41:01.797 INFO ok!
87772024-08-09T05:41:03.837Z[ host-image] Aug 09 05:41:01.797 INFO O| Aug 09 05:41:01.797 INFO STEP 39 (ensure_file) COMPLETE
87782024-08-09T05:41:03.837Z[ host-image] Aug 09 05:41:01.797 INFO O| Aug 09 05:41:01.797 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87792024-08-09T05:41:03.844Z[ host-image] Aug 09 05:41:01.807 INFO O| Aug 09 05:41:01.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
87802024-08-09T05:41:03.844Z[ host-image] Aug 09 05:41:01.807 INFO O| Aug 09 05:41:01.807 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
87812024-08-09T05:41:03.847Z[ host-image] Aug 09 05:41:01.807 INFO O| Aug 09 05:41:01.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
87822024-08-09T05:41:03.847Z[ host-image] Aug 09 05:41:01.807 INFO O| Aug 09 05:41:01.807 INFO ok!
87832024-08-09T05:41:03.847Z[ host-image] Aug 09 05:41:01.807 INFO O| Aug 09 05:41:01.807 INFO STEP 40 (ensure_file) COMPLETE
87842024-08-09T05:41:03.847Z[ host-image] Aug 09 05:41:01.807 INFO O| Aug 09 05:41:01.807 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87852024-08-09T05:41:03.854Z[ host-image] Aug 09 05:41:01.816 INFO O| Aug 09 05:41:01.816 INFO updating shadow file
87862024-08-09T05:41:03.857Z[ host-image] Aug 09 05:41:01.817 INFO O| Aug 09 05:41:01.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87872024-08-09T05:41:03.857Z[ host-image] Aug 09 05:41:01.817 INFO O| Aug 09 05:41:01.817 INFO STEP 41 (shadow) COMPLETE
87882024-08-09T05:41:03.857Z[ host-image] Aug 09 05:41:01.817 INFO O| Aug 09 05:41:01.817 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87892024-08-09T05:41:03.864Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
87902024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
87912024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
87922024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
87932024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO ok!
87942024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO STEP 42 (ensure_file) COMPLETE
87952024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87962024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO skip step because feature "mfg" is not enabled
87972024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87982024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO skip step because feature "mfg" is not enabled
87992024-08-09T05:41:03.867Z[ host-image] Aug 09 05:41:01.826 INFO O| Aug 09 05:41:01.826 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88002024-08-09T05:41:03.874Z[ host-image] Aug 09 05:41:01.837 INFO O| Aug 09 05:41:01.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88012024-08-09T05:41:03.875Z[ host-image] Aug 09 05:41:01.837 INFO O| Aug 09 05:41:01.837 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88022024-08-09T05:41:03.970Z[ recovery-image] Aug 09 05:41:01.928 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88032024-08-09T05:41:04.579Z[ host-image] Aug 09 05:41:02.541 INFO O| Aug 09 05:41:02.541 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88042024-08-09T05:41:04.579Z[ host-image] Aug 09 05:41:02.541 INFO O| Aug 09 05:41:02.541 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88052024-08-09T05:41:04.579Z[ host-image] Aug 09 05:41:02.541 INFO O| Aug 09 05:41:02.541 INFO ok!
88062024-08-09T05:41:04.582Z[ host-image] Aug 09 05:41:02.541 INFO O| Aug 09 05:41:02.541 INFO STEP 45 (ensure_file) COMPLETE
88072024-08-09T05:41:04.582Z[ host-image] Aug 09 05:41:02.541 INFO O| Aug 09 05:41:02.541 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88082024-08-09T05:41:04.591Z[ host-image] Aug 09 05:41:02.553 INFO O| Aug 09 05:41:02.553 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88092024-08-09T05:41:04.591Z[ host-image] Aug 09 05:41:02.553 INFO O| Aug 09 05:41:02.553 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88102024-08-09T05:41:04.594Z[ host-image] Aug 09 05:41:02.554 INFO O| Aug 09 05:41:02.553 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88112024-08-09T05:41:04.594Z[ host-image] Aug 09 05:41:02.554 INFO O| Aug 09 05:41:02.554 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88122024-08-09T05:41:04.594Z[ host-image] Aug 09 05:41:02.554 INFO O| Aug 09 05:41:02.554 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88132024-08-09T05:41:04.594Z[ host-image] Aug 09 05:41:02.554 INFO O| Aug 09 05:41:02.554 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88142024-08-09T05:41:04.594Z[ host-image] Aug 09 05:41:02.554 INFO O| Aug 09 05:41:02.554 INFO ok!
88152024-08-09T05:41:04.594Z[ host-image] Aug 09 05:41:02.554 INFO O| Aug 09 05:41:02.554 INFO STEP 46 (ensure_file) COMPLETE
88162024-08-09T05:41:04.594Z[ host-image] Aug 09 05:41:02.554 INFO O| Aug 09 05:41:02.554 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88172024-08-09T05:41:04.603Z[ host-image] Aug 09 05:41:02.565 INFO O| Aug 09 05:41:02.565 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88182024-08-09T05:41:04.603Z[ host-image] Aug 09 05:41:02.565 INFO O| Aug 09 05:41:02.565 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 ...
88192024-08-09T05:41:04.613Z[ host-image] Aug 09 05:41:02.565 INFO O| Aug 09 05:41:02.565 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
88202024-08-09T05:41:04.613Z[ host-image] Aug 09 05:41:02.565 INFO O| Aug 09 05:41:02.565 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88212024-08-09T05:41:04.613Z[ host-image] Aug 09 05:41:02.565 INFO O| Aug 09 05:41:02.565 INFO ok!
88222024-08-09T05:41:04.613Z[ host-image] Aug 09 05:41:02.565 INFO O| Aug 09 05:41:02.565 INFO STEP 47 (ensure_file) COMPLETE
88232024-08-09T05:41:04.613Z[ host-image] Aug 09 05:41:02.565 INFO O| Aug 09 05:41:02.565 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88242024-08-09T05:41:04.618Z[ host-image] Aug 09 05:41:02.580 INFO O| Aug 09 05:41:02.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88252024-08-09T05:41:04.618Z[ host-image] Aug 09 05:41:02.580 INFO O| Aug 09 05:41:02.580 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88262024-08-09T05:41:04.621Z[ host-image] Aug 09 05:41:02.581 INFO O| Aug 09 05:41:02.580 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88272024-08-09T05:41:04.621Z[ host-image] Aug 09 05:41:02.581 INFO O| Aug 09 05:41:02.581 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88282024-08-09T05:41:04.622Z[ host-image] Aug 09 05:41:02.581 INFO O| Aug 09 05:41:02.581 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88292024-08-09T05:41:04.622Z[ host-image] Aug 09 05:41:02.581 INFO O| Aug 09 05:41:02.581 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88302024-08-09T05:41:04.622Z[ host-image] Aug 09 05:41:02.581 INFO O| Aug 09 05:41:02.581 INFO ok!
88312024-08-09T05:41:04.622Z[ host-image] Aug 09 05:41:02.581 INFO O| Aug 09 05:41:02.581 INFO STEP 48 (ensure_file) COMPLETE
88322024-08-09T05:41:04.622Z[ host-image] Aug 09 05:41:02.581 INFO O| Aug 09 05:41:02.581 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88332024-08-09T05:41:04.635Z[ host-image] Aug 09 05:41:02.597 INFO O| Aug 09 05:41:02.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88342024-08-09T05:41:04.638Z[ host-image] Aug 09 05:41:02.597 INFO O| Aug 09 05:41:02.597 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 ...
88352024-08-09T05:41:04.638Z[ host-image] Aug 09 05:41:02.597 INFO O| Aug 09 05:41:02.597 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
88362024-08-09T05:41:04.638Z[ host-image] Aug 09 05:41:02.597 INFO O| Aug 09 05:41:02.597 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88372024-08-09T05:41:04.638Z[ host-image] Aug 09 05:41:02.597 INFO O| Aug 09 05:41:02.597 INFO ok!
88382024-08-09T05:41:04.638Z[ host-image] Aug 09 05:41:02.597 INFO O| Aug 09 05:41:02.597 INFO STEP 49 (ensure_file) COMPLETE
88392024-08-09T05:41:04.638Z[ host-image] Aug 09 05:41:02.597 INFO O| Aug 09 05:41:02.597 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88402024-08-09T05:41:04.651Z[ host-image] Aug 09 05:41:02.613 INFO O| Aug 09 05:41:02.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88412024-08-09T05:41:04.654Z[ host-image] Aug 09 05:41:02.613 INFO O| Aug 09 05:41:02.613 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88422024-08-09T05:41:04.654Z[ host-image] Aug 09 05:41:02.614 INFO O| Aug 09 05:41:02.613 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88432024-08-09T05:41:04.654Z[ host-image] Aug 09 05:41:02.614 INFO O| Aug 09 05:41:02.614 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88442024-08-09T05:41:04.654Z[ host-image] Aug 09 05:41:02.614 INFO O| Aug 09 05:41:02.614 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88452024-08-09T05:41:04.654Z[ host-image] Aug 09 05:41:02.614 INFO O| Aug 09 05:41:02.614 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88462024-08-09T05:41:04.654Z[ host-image] Aug 09 05:41:02.614 INFO O| Aug 09 05:41:02.614 INFO ok!
88472024-08-09T05:41:04.654Z[ host-image] Aug 09 05:41:02.614 INFO O| Aug 09 05:41:02.614 INFO STEP 50 (ensure_file) COMPLETE
88482024-08-09T05:41:04.654Z[ host-image] Aug 09 05:41:02.615 INFO O| Aug 09 05:41:02.615 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88492024-08-09T05:41:04.669Z[ host-image] Aug 09 05:41:02.631 INFO O| Aug 09 05:41:02.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88502024-08-09T05:41:04.669Z[ host-image] Aug 09 05:41:02.631 INFO O| Aug 09 05:41:02.631 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 ...
88512024-08-09T05:41:04.671Z[ host-image] Aug 09 05:41:02.631 INFO O| Aug 09 05:41:02.631 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
88522024-08-09T05:41:04.671Z[ host-image] Aug 09 05:41:02.631 INFO O| Aug 09 05:41:02.631 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88532024-08-09T05:41:04.671Z[ host-image] Aug 09 05:41:02.631 INFO O| Aug 09 05:41:02.631 INFO ok!
88542024-08-09T05:41:04.671Z[ host-image] Aug 09 05:41:02.631 INFO O| Aug 09 05:41:02.631 INFO STEP 51 (ensure_file) COMPLETE
88552024-08-09T05:41:04.671Z[ host-image] Aug 09 05:41:02.632 INFO O| Aug 09 05:41:02.631 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88562024-08-09T05:41:04.686Z[ host-image] Aug 09 05:41:02.648 INFO O| Aug 09 05:41:02.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
88572024-08-09T05:41:04.686Z[ host-image] Aug 09 05:41:02.648 INFO O| Aug 09 05:41:02.648 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 ...
88582024-08-09T05:41:04.689Z[ host-image] Aug 09 05:41:02.649 INFO O| Aug 09 05:41:02.649 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
88592024-08-09T05:41:04.689Z[ host-image] Aug 09 05:41:02.649 INFO O| Aug 09 05:41:02.649 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88602024-08-09T05:41:04.689Z[ host-image] Aug 09 05:41:02.649 INFO O| Aug 09 05:41:02.649 INFO ok!
88612024-08-09T05:41:04.689Z[ host-image] Aug 09 05:41:02.649 INFO O| Aug 09 05:41:02.649 INFO STEP 52 (ensure_file) COMPLETE
88622024-08-09T05:41:04.689Z[ host-image] Aug 09 05:41:02.649 INFO O| Aug 09 05:41:02.649 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88632024-08-09T05:41:04.704Z[ host-image] Aug 09 05:41:02.665 INFO O| Aug 09 05:41:02.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
88642024-08-09T05:41:04.704Z[ host-image] Aug 09 05:41:02.665 INFO O| Aug 09 05:41:02.665 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 ...
88652024-08-09T05:41:04.707Z[ host-image] Aug 09 05:41:02.666 INFO O| Aug 09 05:41:02.666 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
88662024-08-09T05:41:04.707Z[ host-image] Aug 09 05:41:02.666 INFO O| Aug 09 05:41:02.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88672024-08-09T05:41:04.707Z[ host-image] Aug 09 05:41:02.666 INFO O| Aug 09 05:41:02.666 INFO ok!
88682024-08-09T05:41:04.707Z[ host-image] Aug 09 05:41:02.666 INFO O| Aug 09 05:41:02.666 INFO STEP 53 (ensure_file) COMPLETE
88692024-08-09T05:41:04.707Z[ host-image] Aug 09 05:41:02.666 INFO O| Aug 09 05:41:02.666 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88702024-08-09T05:41:04.720Z[ host-image] Aug 09 05:41:02.682 INFO O| Aug 09 05:41:02.682 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
88712024-08-09T05:41:04.723Z[ host-image] Aug 09 05:41:02.682 INFO O| Aug 09 05:41:02.682 INFO STEP 54 (ensure_dir) COMPLETE
88722024-08-09T05:41:04.724Z[ host-image] Aug 09 05:41:02.682 INFO O| Aug 09 05:41:02.682 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88732024-08-09T05:41:04.738Z[ host-image] Aug 09 05:41:02.700 INFO O| Aug 09 05:41:02.700 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88742024-08-09T05:41:04.741Z[ host-image] Aug 09 05:41:02.701 INFO O| Aug 09 05:41:02.700 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88752024-08-09T05:41:04.741Z[ host-image] Aug 09 05:41:02.701 INFO O| Aug 09 05:41:02.701 INFO STEP 55 (ensure_dir) COMPLETE
88762024-08-09T05:41:04.741Z[ host-image] Aug 09 05:41:02.701 INFO O| Aug 09 05:41:02.701 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88772024-08-09T05:41:04.756Z[ host-image] Aug 09 05:41:02.718 INFO O| Aug 09 05:41:02.718 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88782024-08-09T05:41:04.759Z[ host-image] Aug 09 05:41:02.718 INFO O| Aug 09 05:41:02.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88792024-08-09T05:41:04.759Z[ host-image] Aug 09 05:41:02.719 INFO O| Aug 09 05:41:02.718 INFO STEP 56 (ensure_dir) COMPLETE
88802024-08-09T05:41:04.759Z[ host-image] Aug 09 05:41:02.719 INFO O| Aug 09 05:41:02.719 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88812024-08-09T05:41:04.775Z[ host-image] Aug 09 05:41:02.737 INFO O| Aug 09 05:41:02.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
88822024-08-09T05:41:04.777Z[ host-image] Aug 09 05:41:02.737 INFO O| Aug 09 05:41:02.737 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
88832024-08-09T05:41:04.798Z[ host-image] Aug 09 05:41:02.760 INFO O| Aug 09 05:41:02.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
88842024-08-09T05:41:04.801Z[ host-image] Aug 09 05:41:02.760 INFO O| Aug 09 05:41:02.760 INFO ok!
88852024-08-09T05:41:04.801Z[ host-image] Aug 09 05:41:02.760 INFO O| Aug 09 05:41:02.760 INFO STEP 57 (ensure_file) COMPLETE
88862024-08-09T05:41:04.801Z[ host-image] Aug 09 05:41:02.760 INFO O| Aug 09 05:41:02.760 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88872024-08-09T05:41:04.817Z[ host-image] Aug 09 05:41:02.779 INFO O| Aug 09 05:41:02.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
88882024-08-09T05:41:04.817Z[ host-image] Aug 09 05:41:02.779 INFO O| Aug 09 05:41:02.779 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
88892024-08-09T05:41:06.232Z[ host-image] Aug 09 05:41:04.194 INFO O| Aug 09 05:41:04.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
88902024-08-09T05:41:06.232Z[ host-image] Aug 09 05:41:04.194 INFO O| Aug 09 05:41:04.194 INFO ok!
88912024-08-09T05:41:06.235Z[ host-image] Aug 09 05:41:04.194 INFO O| Aug 09 05:41:04.194 INFO STEP 58 (ensure_file) COMPLETE
88922024-08-09T05:41:06.236Z[ host-image] Aug 09 05:41:04.194 INFO O| Aug 09 05:41:04.194 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88932024-08-09T05:41:06.251Z[ host-image] Aug 09 05:41:04.212 INFO O| Aug 09 05:41:04.212 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
88942024-08-09T05:41:06.251Z[ host-image] Aug 09 05:41:04.213 INFO O| Aug 09 05:41:04.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
88952024-08-09T05:41:06.254Z[ host-image] Aug 09 05:41:04.213 INFO O| Aug 09 05:41:04.213 INFO STEP 59 (ensure_dir) COMPLETE
88962024-08-09T05:41:06.254Z[ host-image] Aug 09 05:41:04.213 INFO O| Aug 09 05:41:04.213 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88972024-08-09T05:41:06.269Z[ host-image] Aug 09 05:41:04.230 INFO O| Aug 09 05:41:04.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
88982024-08-09T05:41:06.269Z[ host-image] Aug 09 05:41:04.230 INFO O| Aug 09 05:41:04.230 INFO copying /tmp/.tmp1k6ZCO/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 ...
88992024-08-09T05:41:06.272Z[ host-image] Aug 09 05:41:04.231 INFO O| Aug 09 05:41:04.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89002024-08-09T05:41:06.272Z[ host-image] Aug 09 05:41:04.231 INFO O| Aug 09 05:41:04.231 INFO ok!
89012024-08-09T05:41:06.272Z[ host-image] Aug 09 05:41:04.231 INFO O| Aug 09 05:41:04.231 INFO STEP 60 (ensure_file) COMPLETE
89022024-08-09T05:41:06.272Z[ host-image] Aug 09 05:41:04.231 INFO O| Aug 09 05:41:04.231 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89032024-08-09T05:41:06.288Z[ host-image] Aug 09 05:41:04.249 INFO O| Aug 09 05:41:04.249 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89042024-08-09T05:41:06.288Z[ host-image] Aug 09 05:41:04.249 INFO O| Aug 09 05:41:04.249 INFO copying /tmp/.tmp1k6ZCO/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 ...
89052024-08-09T05:41:06.290Z[ host-image] Aug 09 05:41:04.250 INFO O| Aug 09 05:41:04.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89062024-08-09T05:41:06.290Z[ host-image] Aug 09 05:41:04.250 INFO O| Aug 09 05:41:04.250 INFO ok!
89072024-08-09T05:41:06.290Z[ host-image] Aug 09 05:41:04.250 INFO O| Aug 09 05:41:04.250 INFO STEP 61 (ensure_file) COMPLETE
89082024-08-09T05:41:06.290Z[ host-image] Aug 09 05:41:04.250 INFO O| Aug 09 05:41:04.250 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89092024-08-09T05:41:06.306Z[ host-image] Aug 09 05:41:04.268 INFO O| Aug 09 05:41:04.267 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89102024-08-09T05:41:06.306Z[ host-image] Aug 09 05:41:04.268 INFO O| Aug 09 05:41:04.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89112024-08-09T05:41:06.306Z[ host-image] Aug 09 05:41:04.268 INFO O| Aug 09 05:41:04.268 INFO STEP 62 (ensure_dir) COMPLETE
89122024-08-09T05:41:06.309Z[ host-image] Aug 09 05:41:04.268 INFO O| Aug 09 05:41:04.268 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89132024-08-09T05:41:06.323Z[ host-image] Aug 09 05:41:04.285 INFO O| Aug 09 05:41:04.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89142024-08-09T05:41:06.323Z[ host-image] Aug 09 05:41:04.285 INFO O| Aug 09 05:41:04.285 INFO copying /tmp/.tmp1k6ZCO/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 ...
89152024-08-09T05:41:06.326Z[ host-image] Aug 09 05:41:04.285 INFO O| Aug 09 05:41:04.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89162024-08-09T05:41:06.326Z[ host-image] Aug 09 05:41:04.285 INFO O| Aug 09 05:41:04.285 INFO ok!
89172024-08-09T05:41:06.326Z[ host-image] Aug 09 05:41:04.285 INFO O| Aug 09 05:41:04.285 INFO STEP 63 (ensure_file) COMPLETE
89182024-08-09T05:41:06.326Z[ host-image] Aug 09 05:41:04.285 INFO O| Aug 09 05:41:04.285 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89192024-08-09T05:41:06.340Z[ host-image] Aug 09 05:41:04.302 INFO O| Aug 09 05:41:04.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89202024-08-09T05:41:06.340Z[ host-image] Aug 09 05:41:04.302 INFO O| Aug 09 05:41:04.302 INFO copying /tmp/.tmp1k6ZCO/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 ...
89212024-08-09T05:41:06.343Z[ host-image] Aug 09 05:41:04.302 INFO O| Aug 09 05:41:04.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89222024-08-09T05:41:06.343Z[ host-image] Aug 09 05:41:04.302 INFO O| Aug 09 05:41:04.302 INFO ok!
89232024-08-09T05:41:06.343Z[ host-image] Aug 09 05:41:04.302 INFO O| Aug 09 05:41:04.302 INFO STEP 64 (ensure_file) COMPLETE
89242024-08-09T05:41:06.343Z[ host-image] Aug 09 05:41:04.302 INFO O| Aug 09 05:41:04.302 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89252024-08-09T05:41:06.358Z[ host-image] Aug 09 05:41:04.319 INFO O| Aug 09 05:41:04.319 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89262024-08-09T05:41:06.360Z[ host-image] Aug 09 05:41:04.320 INFO O| Aug 09 05:41:04.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89272024-08-09T05:41:06.360Z[ host-image] Aug 09 05:41:04.320 INFO O| Aug 09 05:41:04.320 INFO STEP 65 (ensure_dir) COMPLETE
89282024-08-09T05:41:06.360Z[ host-image] Aug 09 05:41:04.320 INFO O| Aug 09 05:41:04.320 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89292024-08-09T05:41:06.375Z[ host-image] Aug 09 05:41:04.337 INFO O| Aug 09 05:41:04.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89302024-08-09T05:41:06.378Z[ host-image] Aug 09 05:41:04.337 INFO O| Aug 09 05:41:04.337 INFO copying /tmp/.tmp1k6ZCO/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 ...
89312024-08-09T05:41:06.379Z[ host-image] Aug 09 05:41:04.337 INFO O| Aug 09 05:41:04.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89322024-08-09T05:41:06.379Z[ host-image] Aug 09 05:41:04.337 INFO O| Aug 09 05:41:04.337 INFO ok!
89332024-08-09T05:41:06.379Z[ host-image] Aug 09 05:41:04.337 INFO O| Aug 09 05:41:04.337 INFO STEP 66 (ensure_file) COMPLETE
89342024-08-09T05:41:06.379Z[ host-image] Aug 09 05:41:04.337 INFO O| Aug 09 05:41:04.337 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89352024-08-09T05:41:06.392Z[ host-image] Aug 09 05:41:04.354 INFO O| Aug 09 05:41:04.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89362024-08-09T05:41:06.395Z[ host-image] Aug 09 05:41:04.354 INFO O| Aug 09 05:41:04.354 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89372024-08-09T05:41:06.395Z[ host-image] Aug 09 05:41:04.354 INFO O| Aug 09 05:41:04.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89382024-08-09T05:41:06.395Z[ host-image] Aug 09 05:41:04.354 INFO O| Aug 09 05:41:04.354 INFO ok!
89392024-08-09T05:41:06.395Z[ host-image] Aug 09 05:41:04.354 INFO O| Aug 09 05:41:04.354 INFO STEP 67 (ensure_file) COMPLETE
89402024-08-09T05:41:06.395Z[ host-image] Aug 09 05:41:04.354 INFO O| Aug 09 05:41:04.354 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89412024-08-09T05:41:06.410Z[ host-image] Aug 09 05:41:04.371 INFO O| Aug 09 05:41:04.371 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89422024-08-09T05:41:06.410Z[ host-image] Aug 09 05:41:04.371 INFO O| Aug 09 05:41:04.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89432024-08-09T05:41:06.410Z[ host-image] Aug 09 05:41:04.372 INFO O| Aug 09 05:41:04.371 INFO STEP 68 (ensure_dir) COMPLETE
89442024-08-09T05:41:06.413Z[ host-image] Aug 09 05:41:04.372 INFO O| Aug 09 05:41:04.371 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89452024-08-09T05:41:06.426Z[ host-image] Aug 09 05:41:04.388 INFO O| Aug 09 05:41:04.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89462024-08-09T05:41:06.426Z[ host-image] Aug 09 05:41:04.388 INFO O| Aug 09 05:41:04.388 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89472024-08-09T05:41:06.639Z[ recovery-image] Aug 09 05:41:04.600 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
89482024-08-09T05:41:07.135Z[ host-image] Aug 09 05:41:05.096 INFO O| Aug 09 05:41:05.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89492024-08-09T05:41:07.135Z[ host-image] Aug 09 05:41:05.096 INFO O| Aug 09 05:41:05.096 INFO ok!
89502024-08-09T05:41:07.138Z[ host-image] Aug 09 05:41:05.096 INFO O| Aug 09 05:41:05.096 INFO STEP 69 (ensure_file) COMPLETE
89512024-08-09T05:41:07.138Z[ host-image] Aug 09 05:41:05.096 INFO O| Aug 09 05:41:05.096 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89522024-08-09T05:41:07.148Z[ host-image] Aug 09 05:41:05.110 INFO O| Aug 09 05:41:05.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89532024-08-09T05:41:07.151Z[ host-image] Aug 09 05:41:05.110 INFO O| Aug 09 05:41:05.109 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
89542024-08-09T05:41:08.429Z[ recovery-image] Aug 09 05:41:06.389 INFO E| Compiling quote v1.0.35
89552024-08-09T05:41:08.787Z[ recovery-image] Aug 09 05:41:06.748 INFO E| Compiling syn v2.0.53
89562024-08-09T05:41:08.938Z[ host-image] Aug 09 05:41:06.899 INFO O| Aug 09 05:41:06.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
89572024-08-09T05:41:08.938Z[ host-image] Aug 09 05:41:06.899 INFO O| Aug 09 05:41:06.899 INFO ok!
89582024-08-09T05:41:08.938Z[ host-image] Aug 09 05:41:06.899 INFO O| Aug 09 05:41:06.899 INFO STEP 70 (ensure_file) COMPLETE
89592024-08-09T05:41:08.941Z[ host-image] Aug 09 05:41:06.899 INFO O| Aug 09 05:41:06.899 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89602024-08-09T05:41:08.956Z[ host-image] Aug 09 05:41:06.917 INFO O| Aug 09 05:41:06.917 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89612024-08-09T05:41:08.956Z[ host-image] Aug 09 05:41:06.917 INFO O| Aug 09 05:41:06.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89622024-08-09T05:41:08.956Z[ host-image] Aug 09 05:41:06.917 INFO O| Aug 09 05:41:06.917 INFO STEP 71 (ensure_dir) COMPLETE
89632024-08-09T05:41:08.959Z[ host-image] Aug 09 05:41:06.917 INFO O| Aug 09 05:41:06.917 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89642024-08-09T05:41:08.971Z[ host-image] Aug 09 05:41:06.932 INFO O| Aug 09 05:41:06.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
89652024-08-09T05:41:08.971Z[ host-image] Aug 09 05:41:06.932 INFO O| Aug 09 05:41:06.932 INFO copying /tmp/.tmp1k6ZCO/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 ...
89662024-08-09T05:41:08.974Z[ host-image] Aug 09 05:41:06.932 INFO O| Aug 09 05:41:06.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
89672024-08-09T05:41:08.974Z[ host-image] Aug 09 05:41:06.932 INFO O| Aug 09 05:41:06.932 INFO ok!
89682024-08-09T05:41:08.974Z[ host-image] Aug 09 05:41:06.932 INFO O| Aug 09 05:41:06.932 INFO STEP 72 (ensure_file) COMPLETE
89692024-08-09T05:41:08.974Z[ host-image] Aug 09 05:41:06.932 INFO O| Aug 09 05:41:06.932 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89702024-08-09T05:41:08.989Z[ host-image] Aug 09 05:41:06.950 INFO O| Aug 09 05:41:06.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
89712024-08-09T05:41:08.989Z[ host-image] Aug 09 05:41:06.950 INFO O| Aug 09 05:41:06.950 INFO copying /tmp/.tmp1k6ZCO/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 ...
89722024-08-09T05:41:08.991Z[ host-image] Aug 09 05:41:06.950 INFO O| Aug 09 05:41:06.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
89732024-08-09T05:41:08.992Z[ host-image] Aug 09 05:41:06.950 INFO O| Aug 09 05:41:06.950 INFO ok!
89742024-08-09T05:41:08.992Z[ host-image] Aug 09 05:41:06.950 INFO O| Aug 09 05:41:06.950 INFO STEP 73 (ensure_file) COMPLETE
89752024-08-09T05:41:08.992Z[ host-image] Aug 09 05:41:06.950 INFO O| Aug 09 05:41:06.950 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89762024-08-09T05:41:09.006Z[ host-image] Aug 09 05:41:06.967 INFO O| Aug 09 05:41:06.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
89772024-08-09T05:41:09.006Z[ host-image] Aug 09 05:41:06.967 INFO O| Aug 09 05:41:06.967 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
89782024-08-09T05:41:09.009Z[ host-image] Aug 09 05:41:06.967 INFO O| Aug 09 05:41:06.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
89792024-08-09T05:41:09.009Z[ host-image] Aug 09 05:41:06.968 INFO O| Aug 09 05:41:06.967 INFO ok!
89802024-08-09T05:41:09.009Z[ host-image] Aug 09 05:41:06.968 INFO O| Aug 09 05:41:06.967 INFO STEP 74 (ensure_file) COMPLETE
89812024-08-09T05:41:09.009Z[ host-image] Aug 09 05:41:06.968 INFO O| Aug 09 05:41:06.968 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89822024-08-09T05:41:09.024Z[ host-image] Aug 09 05:41:06.985 INFO O| Aug 09 05:41:06.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
89832024-08-09T05:41:09.024Z[ host-image] Aug 09 05:41:06.985 INFO O| Aug 09 05:41:06.985 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
89842024-08-09T05:41:09.027Z[ host-image] Aug 09 05:41:06.985 INFO O| Aug 09 05:41:06.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
89852024-08-09T05:41:09.027Z[ host-image] Aug 09 05:41:06.985 INFO O| Aug 09 05:41:06.985 INFO ok!
89862024-08-09T05:41:09.027Z[ host-image] Aug 09 05:41:06.985 INFO O| Aug 09 05:41:06.985 INFO STEP 75 (ensure_file) COMPLETE
89872024-08-09T05:41:09.027Z[ host-image] Aug 09 05:41:06.985 INFO O| Aug 09 05:41:06.985 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89882024-08-09T05:41:09.040Z[ host-image] Aug 09 05:41:07.001 INFO O| Aug 09 05:41:07.001 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
89892024-08-09T05:41:09.043Z[ host-image] Aug 09 05:41:07.001 INFO O| Aug 09 05:41:07.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
89902024-08-09T05:41:09.043Z[ host-image] Aug 09 05:41:07.001 INFO O| Aug 09 05:41:07.001 INFO STEP 76 (ensure_dir) COMPLETE
89912024-08-09T05:41:09.043Z[ host-image] Aug 09 05:41:07.001 INFO O| Aug 09 05:41:07.001 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89922024-08-09T05:41:09.060Z[ host-image] Aug 09 05:41:07.021 INFO O| Aug 09 05:41:07.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
89932024-08-09T05:41:09.060Z[ host-image] Aug 09 05:41:07.021 INFO O| Aug 09 05:41:07.020 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
89942024-08-09T05:41:09.064Z[ host-image] Aug 09 05:41:07.025 INFO O| Aug 09 05:41:07.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
89952024-08-09T05:41:09.064Z[ host-image] Aug 09 05:41:07.025 INFO O| Aug 09 05:41:07.024 INFO ok!
89962024-08-09T05:41:09.064Z[ host-image] Aug 09 05:41:07.025 INFO O| Aug 09 05:41:07.024 INFO STEP 77 (ensure_file) COMPLETE
89972024-08-09T05:41:09.064Z[ host-image] Aug 09 05:41:07.025 INFO O| Aug 09 05:41:07.025 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89982024-08-09T05:41:09.082Z[ host-image] Aug 09 05:41:07.043 INFO O| Aug 09 05:41:07.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
89992024-08-09T05:41:09.082Z[ host-image] Aug 09 05:41:07.043 INFO O| Aug 09 05:41:07.043 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90002024-08-09T05:41:09.085Z[ host-image] Aug 09 05:41:07.043 INFO O| Aug 09 05:41:07.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90012024-08-09T05:41:09.085Z[ host-image] Aug 09 05:41:07.043 INFO O| Aug 09 05:41:07.043 INFO ok!
90022024-08-09T05:41:09.085Z[ host-image] Aug 09 05:41:07.043 INFO O| Aug 09 05:41:07.043 INFO STEP 78 (ensure_file) COMPLETE
90032024-08-09T05:41:09.085Z[ host-image] Aug 09 05:41:07.043 INFO O| Aug 09 05:41:07.043 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90042024-08-09T05:41:09.098Z[ host-image] Aug 09 05:41:07.059 INFO O| Aug 09 05:41:07.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90052024-08-09T05:41:09.098Z[ host-image] Aug 09 05:41:07.059 INFO O| Aug 09 05:41:07.059 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90062024-08-09T05:41:10.584Z[ host-image] Aug 09 05:41:08.544 INFO O| Aug 09 05:41:08.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90072024-08-09T05:41:10.584Z[ host-image] Aug 09 05:41:08.544 INFO O| Aug 09 05:41:08.544 INFO ok!
90082024-08-09T05:41:10.584Z[ host-image] Aug 09 05:41:08.544 INFO O| Aug 09 05:41:08.544 INFO STEP 79 (ensure_file) COMPLETE
90092024-08-09T05:41:10.587Z[ host-image] Aug 09 05:41:08.544 INFO O| Aug 09 05:41:08.544 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90102024-08-09T05:41:10.597Z[ host-image] Aug 09 05:41:08.558 INFO O| Aug 09 05:41:08.558 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90112024-08-09T05:41:10.601Z[ host-image] Aug 09 05:41:08.558 INFO O| Aug 09 05:41:08.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90122024-08-09T05:41:10.601Z[ host-image] Aug 09 05:41:08.558 INFO O| Aug 09 05:41:08.558 INFO STEP 80 (ensure_dir) COMPLETE
90132024-08-09T05:41:10.601Z[ host-image] Aug 09 05:41:08.558 INFO O| Aug 09 05:41:08.558 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90142024-08-09T05:41:10.614Z[ host-image] Aug 09 05:41:08.575 INFO O| Aug 09 05:41:08.575 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90152024-08-09T05:41:10.617Z[ host-image] Aug 09 05:41:08.575 INFO O| Aug 09 05:41:08.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90162024-08-09T05:41:10.617Z[ host-image] Aug 09 05:41:08.575 INFO O| Aug 09 05:41:08.575 INFO STEP 81 (ensure_dir) COMPLETE
90172024-08-09T05:41:10.618Z[ host-image] Aug 09 05:41:08.575 INFO O| Aug 09 05:41:08.575 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90182024-08-09T05:41:10.630Z[ host-image] Aug 09 05:41:08.591 INFO O| Aug 09 05:41:08.591 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90192024-08-09T05:41:10.630Z[ host-image] Aug 09 05:41:08.591 INFO O| Aug 09 05:41:08.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90202024-08-09T05:41:10.630Z[ host-image] Aug 09 05:41:08.591 INFO O| Aug 09 05:41:08.591 INFO STEP 82 (ensure_dir) COMPLETE
90212024-08-09T05:41:10.633Z[ host-image] Aug 09 05:41:08.591 INFO O| Aug 09 05:41:08.591 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90222024-08-09T05:41:10.645Z[ host-image] Aug 09 05:41:08.606 INFO O| Aug 09 05:41:08.606 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90232024-08-09T05:41:10.648Z[ host-image] Aug 09 05:41:08.606 INFO O| Aug 09 05:41:08.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90242024-08-09T05:41:10.648Z[ host-image] Aug 09 05:41:08.606 INFO O| Aug 09 05:41:08.606 INFO STEP 83 (ensure_dir) COMPLETE
90252024-08-09T05:41:10.648Z[ host-image] Aug 09 05:41:08.606 INFO O| Aug 09 05:41:08.606 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90262024-08-09T05:41:10.659Z[ host-image] Aug 09 05:41:08.620 INFO O| Aug 09 05:41:08.620 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90272024-08-09T05:41:10.662Z[ host-image] Aug 09 05:41:08.620 INFO O| Aug 09 05:41:08.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90282024-08-09T05:41:10.662Z[ host-image] Aug 09 05:41:08.620 INFO O| Aug 09 05:41:08.620 INFO STEP 84 (ensure_dir) COMPLETE
90292024-08-09T05:41:10.662Z[ host-image] Aug 09 05:41:08.620 INFO O| Aug 09 05:41:08.620 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90302024-08-09T05:41:10.670Z[ host-image] Aug 09 05:41:08.631 INFO O| Aug 09 05:41:08.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90312024-08-09T05:41:10.670Z[ host-image] Aug 09 05:41:08.631 INFO O| Aug 09 05:41:08.631 INFO copying /tmp/.tmp1k6ZCO/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 ...
90322024-08-09T05:41:10.673Z[ host-image] Aug 09 05:41:08.631 INFO O| Aug 09 05:41:08.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90332024-08-09T05:41:10.673Z[ host-image] Aug 09 05:41:08.631 INFO O| Aug 09 05:41:08.631 INFO ok!
90342024-08-09T05:41:10.674Z[ host-image] Aug 09 05:41:08.631 INFO O| Aug 09 05:41:08.631 INFO STEP 85 (ensure_file) COMPLETE
90352024-08-09T05:41:10.674Z[ host-image] Aug 09 05:41:08.631 INFO O| Aug 09 05:41:08.631 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90362024-08-09T05:41:10.682Z[ host-image] Aug 09 05:41:08.643 INFO O| Aug 09 05:41:08.643 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90372024-08-09T05:41:10.682Z[ host-image] Aug 09 05:41:08.643 INFO O| Aug 09 05:41:08.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90382024-08-09T05:41:10.682Z[ host-image] Aug 09 05:41:08.643 INFO O| Aug 09 05:41:08.643 INFO STEP 86 (ensure_dir) COMPLETE
90392024-08-09T05:41:10.685Z[ host-image] Aug 09 05:41:08.643 INFO O| Aug 09 05:41:08.643 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90402024-08-09T05:41:10.699Z[ host-image] Aug 09 05:41:08.659 INFO O| Aug 09 05:41:08.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90412024-08-09T05:41:10.699Z[ host-image] Aug 09 05:41:08.660 INFO O| Aug 09 05:41:08.659 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90422024-08-09T05:41:10.702Z[ host-image] Aug 09 05:41:08.660 INFO O| Aug 09 05:41:08.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90432024-08-09T05:41:10.702Z[ host-image] Aug 09 05:41:08.660 INFO O| Aug 09 05:41:08.660 INFO ok!
90442024-08-09T05:41:10.702Z[ host-image] Aug 09 05:41:08.660 INFO O| Aug 09 05:41:08.660 INFO STEP 87 (ensure_file) COMPLETE
90452024-08-09T05:41:10.702Z[ host-image] Aug 09 05:41:08.660 INFO O| Aug 09 05:41:08.660 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90462024-08-09T05:41:10.711Z[ host-image] Aug 09 05:41:08.672 INFO O| Aug 09 05:41:08.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90472024-08-09T05:41:10.711Z[ host-image] Aug 09 05:41:08.672 INFO O| Aug 09 05:41:08.672 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90482024-08-09T05:41:11.106Z[ host-image] Aug 09 05:41:09.066 INFO O| Aug 09 05:41:09.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90492024-08-09T05:41:11.106Z[ host-image] Aug 09 05:41:09.066 INFO O| Aug 09 05:41:09.066 INFO ok!
90502024-08-09T05:41:11.109Z[ host-image] Aug 09 05:41:09.066 INFO O| Aug 09 05:41:09.066 INFO STEP 88 (ensure_file) COMPLETE
90512024-08-09T05:41:11.109Z[ host-image] Aug 09 05:41:09.066 INFO O| Aug 09 05:41:09.066 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90522024-08-09T05:41:11.123Z[ host-image] Aug 09 05:41:09.083 INFO O| Aug 09 05:41:09.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90532024-08-09T05:41:11.123Z[ host-image] Aug 09 05:41:09.083 INFO O| Aug 09 05:41:09.083 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90542024-08-09T05:41:11.711Z[ host-image] Aug 09 05:41:09.671 INFO O| Aug 09 05:41:09.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90552024-08-09T05:41:11.711Z[ host-image] Aug 09 05:41:09.671 INFO O| Aug 09 05:41:09.671 INFO ok!
90562024-08-09T05:41:11.711Z[ host-image] Aug 09 05:41:09.671 INFO O| Aug 09 05:41:09.671 INFO STEP 89 (ensure_file) COMPLETE
90572024-08-09T05:41:11.711Z[ host-image] Aug 09 05:41:09.671 INFO O| Aug 09 05:41:09.671 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90582024-08-09T05:41:11.724Z[ host-image] Aug 09 05:41:09.685 INFO O| Aug 09 05:41:09.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
90592024-08-09T05:41:11.725Z[ host-image] Aug 09 05:41:09.685 INFO O| Aug 09 05:41:09.685 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
90602024-08-09T05:41:11.728Z[ host-image] Aug 09 05:41:09.685 INFO O| Aug 09 05:41:09.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
90612024-08-09T05:41:11.728Z[ host-image] Aug 09 05:41:09.685 INFO O| Aug 09 05:41:09.685 INFO ok!
90622024-08-09T05:41:11.728Z[ host-image] Aug 09 05:41:09.685 INFO O| Aug 09 05:41:09.685 INFO STEP 90 (ensure_file) COMPLETE
90632024-08-09T05:41:11.728Z[ host-image] Aug 09 05:41:09.685 INFO O| Aug 09 05:41:09.685 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90642024-08-09T05:41:11.739Z[ host-image] Aug 09 05:41:09.699 INFO O| Aug 09 05:41:09.699 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90652024-08-09T05:41:11.739Z[ host-image] Aug 09 05:41:09.700 INFO O| Aug 09 05:41:09.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90662024-08-09T05:41:11.742Z[ host-image] Aug 09 05:41:09.700 INFO O| Aug 09 05:41:09.700 INFO STEP 91 (ensure_dir) COMPLETE
90672024-08-09T05:41:11.743Z[ host-image] Aug 09 05:41:09.700 INFO O| Aug 09 05:41:09.700 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90682024-08-09T05:41:11.753Z[ host-image] Aug 09 05:41:09.713 INFO O| Aug 09 05:41:09.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
90692024-08-09T05:41:11.753Z[ host-image] Aug 09 05:41:09.714 INFO O| Aug 09 05:41:09.713 INFO copying /tmp/.tmp1k6ZCO/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 ...
90702024-08-09T05:41:11.756Z[ host-image] Aug 09 05:41:09.714 INFO O| Aug 09 05:41:09.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
90712024-08-09T05:41:11.756Z[ host-image] Aug 09 05:41:09.714 INFO O| Aug 09 05:41:09.714 INFO ok!
90722024-08-09T05:41:11.756Z[ host-image] Aug 09 05:41:09.714 INFO O| Aug 09 05:41:09.714 INFO STEP 92 (ensure_file) COMPLETE
90732024-08-09T05:41:11.756Z[ host-image] Aug 09 05:41:09.714 INFO O| Aug 09 05:41:09.714 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90742024-08-09T05:41:11.770Z[ host-image] Aug 09 05:41:09.730 INFO O| Aug 09 05:41:09.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
90752024-08-09T05:41:11.770Z[ host-image] Aug 09 05:41:09.730 INFO O| Aug 09 05:41:09.730 INFO copying /tmp/.tmp1k6ZCO/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 ...
90762024-08-09T05:41:11.773Z[ host-image] Aug 09 05:41:09.730 INFO O| Aug 09 05:41:09.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
90772024-08-09T05:41:11.773Z[ host-image] Aug 09 05:41:09.730 INFO O| Aug 09 05:41:09.730 INFO ok!
90782024-08-09T05:41:11.773Z[ host-image] Aug 09 05:41:09.730 INFO O| Aug 09 05:41:09.730 INFO STEP 93 (ensure_file) COMPLETE
90792024-08-09T05:41:11.773Z[ host-image] Aug 09 05:41:09.730 INFO O| Aug 09 05:41:09.730 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90802024-08-09T05:41:11.781Z[ host-image] Aug 09 05:41:09.742 INFO O| Aug 09 05:41:09.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
90812024-08-09T05:41:11.781Z[ host-image] Aug 09 05:41:09.742 INFO O| Aug 09 05:41:09.742 INFO copying /tmp/.tmp1k6ZCO/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 ...
90822024-08-09T05:41:11.784Z[ host-image] Aug 09 05:41:09.742 INFO O| Aug 09 05:41:09.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
90832024-08-09T05:41:11.784Z[ host-image] Aug 09 05:41:09.742 INFO O| Aug 09 05:41:09.742 INFO ok!
90842024-08-09T05:41:11.784Z[ host-image] Aug 09 05:41:09.742 INFO O| Aug 09 05:41:09.742 INFO STEP 94 (ensure_file) COMPLETE
90852024-08-09T05:41:11.784Z[ host-image] Aug 09 05:41:09.742 INFO O| Aug 09 05:41:09.742 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90862024-08-09T05:41:11.795Z[ host-image] Aug 09 05:41:09.756 INFO O| Aug 09 05:41:09.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
90872024-08-09T05:41:11.798Z[ host-image] Aug 09 05:41:09.756 INFO O| Aug 09 05:41:09.756 INFO copying /tmp/.tmp1k6ZCO/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 ...
90882024-08-09T05:41:11.799Z[ host-image] Aug 09 05:41:09.756 INFO O| Aug 09 05:41:09.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
90892024-08-09T05:41:11.799Z[ host-image] Aug 09 05:41:09.756 INFO O| Aug 09 05:41:09.756 INFO ok!
90902024-08-09T05:41:11.799Z[ host-image] Aug 09 05:41:09.756 INFO O| Aug 09 05:41:09.756 INFO STEP 95 (ensure_file) COMPLETE
90912024-08-09T05:41:11.799Z[ host-image] Aug 09 05:41:09.756 INFO O| Aug 09 05:41:09.756 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90922024-08-09T05:41:11.808Z[ host-image] Aug 09 05:41:09.769 INFO O| Aug 09 05:41:09.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
90932024-08-09T05:41:11.811Z[ host-image] Aug 09 05:41:09.769 INFO O| Aug 09 05:41:09.768 INFO copying /tmp/.tmp1k6ZCO/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 ...
90942024-08-09T05:41:11.811Z[ host-image] Aug 09 05:41:09.769 INFO O| Aug 09 05:41:09.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
90952024-08-09T05:41:11.811Z[ host-image] Aug 09 05:41:09.769 INFO O| Aug 09 05:41:09.769 INFO ok!
90962024-08-09T05:41:11.811Z[ host-image] Aug 09 05:41:09.769 INFO O| Aug 09 05:41:09.769 INFO STEP 96 (ensure_file) COMPLETE
90972024-08-09T05:41:11.811Z[ host-image] Aug 09 05:41:09.769 INFO O| Aug 09 05:41:09.769 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-08-09T05:41:11.822Z[ host-image] Aug 09 05:41:09.783 INFO O| Aug 09 05:41:09.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
90992024-08-09T05:41:11.822Z[ host-image] Aug 09 05:41:09.783 INFO O| Aug 09 05:41:09.783 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91002024-08-09T05:41:11.825Z[ host-image] Aug 09 05:41:09.783 INFO O| Aug 09 05:41:09.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91012024-08-09T05:41:11.825Z[ host-image] Aug 09 05:41:09.783 INFO O| Aug 09 05:41:09.783 INFO ok!
91022024-08-09T05:41:11.825Z[ host-image] Aug 09 05:41:09.783 INFO O| Aug 09 05:41:09.783 INFO STEP 97 (ensure_file) COMPLETE
91032024-08-09T05:41:11.825Z[ host-image] Aug 09 05:41:09.783 INFO O| Aug 09 05:41:09.783 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-08-09T05:41:11.836Z[ host-image] Aug 09 05:41:09.796 INFO O| Aug 09 05:41:09.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91052024-08-09T05:41:11.836Z[ host-image] Aug 09 05:41:09.796 INFO O| Aug 09 05:41:09.796 INFO copying /tmp/.tmp1k6ZCO/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 ...
91062024-08-09T05:41:11.839Z[ host-image] Aug 09 05:41:09.796 INFO O| Aug 09 05:41:09.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91072024-08-09T05:41:11.839Z[ host-image] Aug 09 05:41:09.796 INFO O| Aug 09 05:41:09.796 INFO ok!
91082024-08-09T05:41:11.839Z[ host-image] Aug 09 05:41:09.796 INFO O| Aug 09 05:41:09.796 INFO STEP 98 (ensure_file) COMPLETE
91092024-08-09T05:41:11.839Z[ host-image] Aug 09 05:41:09.797 INFO O| Aug 09 05:41:09.796 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-08-09T05:41:11.850Z[ host-image] Aug 09 05:41:09.810 INFO O| Aug 09 05:41:09.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91112024-08-09T05:41:11.853Z[ host-image] Aug 09 05:41:09.810 INFO O| Aug 09 05:41:09.810 INFO copying /tmp/.tmp1k6ZCO/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 ...
91122024-08-09T05:41:11.853Z[ host-image] Aug 09 05:41:09.810 INFO O| Aug 09 05:41:09.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91132024-08-09T05:41:11.853Z[ host-image] Aug 09 05:41:09.811 INFO O| Aug 09 05:41:09.810 INFO ok!
91142024-08-09T05:41:11.853Z[ host-image] Aug 09 05:41:09.811 INFO O| Aug 09 05:41:09.810 INFO STEP 99 (ensure_file) COMPLETE
91152024-08-09T05:41:11.853Z[ host-image] Aug 09 05:41:09.811 INFO O| Aug 09 05:41:09.810 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-08-09T05:41:11.866Z[ host-image] Aug 09 05:41:09.826 INFO O| Aug 09 05:41:09.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91172024-08-09T05:41:11.869Z[ host-image] Aug 09 05:41:09.826 INFO O| Aug 09 05:41:09.826 INFO copying /tmp/.tmp1k6ZCO/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 ...
91182024-08-09T05:41:11.869Z[ host-image] Aug 09 05:41:09.826 INFO O| Aug 09 05:41:09.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91192024-08-09T05:41:11.869Z[ host-image] Aug 09 05:41:09.827 INFO O| Aug 09 05:41:09.826 INFO ok!
91202024-08-09T05:41:11.869Z[ host-image] Aug 09 05:41:09.827 INFO O| Aug 09 05:41:09.827 INFO STEP 100 (ensure_file) COMPLETE
91212024-08-09T05:41:11.869Z[ host-image] Aug 09 05:41:09.827 INFO O| Aug 09 05:41:09.827 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91222024-08-09T05:41:11.878Z[ host-image] Aug 09 05:41:09.838 INFO O| Aug 09 05:41:09.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91232024-08-09T05:41:11.878Z[ host-image] Aug 09 05:41:09.838 INFO O| Aug 09 05:41:09.838 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91242024-08-09T05:41:11.881Z[ host-image] Aug 09 05:41:09.838 INFO O| Aug 09 05:41:09.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91252024-08-09T05:41:11.881Z[ host-image] Aug 09 05:41:09.839 INFO O| Aug 09 05:41:09.838 INFO ok!
91262024-08-09T05:41:11.881Z[ host-image] Aug 09 05:41:09.839 INFO O| Aug 09 05:41:09.838 INFO STEP 101 (ensure_file) COMPLETE
91272024-08-09T05:41:11.881Z[ host-image] Aug 09 05:41:09.839 INFO O| Aug 09 05:41:09.839 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91282024-08-09T05:41:11.892Z[ host-image] Aug 09 05:41:09.853 INFO O| Aug 09 05:41:09.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91292024-08-09T05:41:11.895Z[ host-image] Aug 09 05:41:09.853 INFO O| Aug 09 05:41:09.853 INFO copying /tmp/.tmp1k6ZCO/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 ...
91302024-08-09T05:41:11.895Z[ host-image] Aug 09 05:41:09.853 INFO O| Aug 09 05:41:09.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91312024-08-09T05:41:11.895Z[ host-image] Aug 09 05:41:09.853 INFO O| Aug 09 05:41:09.853 INFO ok!
91322024-08-09T05:41:11.895Z[ host-image] Aug 09 05:41:09.853 INFO O| Aug 09 05:41:09.853 INFO STEP 102 (ensure_file) COMPLETE
91332024-08-09T05:41:11.895Z[ host-image] Aug 09 05:41:09.853 INFO O| Aug 09 05:41:09.853 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91342024-08-09T05:41:11.904Z[ host-image] Aug 09 05:41:09.865 INFO O| Aug 09 05:41:09.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91352024-08-09T05:41:11.904Z[ host-image] Aug 09 05:41:09.865 INFO O| Aug 09 05:41:09.865 INFO copying /tmp/.tmp1k6ZCO/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 ...
91362024-08-09T05:41:11.907Z[ host-image] Aug 09 05:41:09.865 INFO O| Aug 09 05:41:09.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91372024-08-09T05:41:11.907Z[ host-image] Aug 09 05:41:09.865 INFO O| Aug 09 05:41:09.865 INFO ok!
91382024-08-09T05:41:11.907Z[ host-image] Aug 09 05:41:09.865 INFO O| Aug 09 05:41:09.865 INFO STEP 103 (ensure_file) COMPLETE
91392024-08-09T05:41:11.907Z[ host-image] Aug 09 05:41:09.865 INFO O| Aug 09 05:41:09.865 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91402024-08-09T05:41:11.916Z[ host-image] Aug 09 05:41:09.877 INFO O| Aug 09 05:41:09.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91412024-08-09T05:41:11.916Z[ host-image] Aug 09 05:41:09.877 INFO O| Aug 09 05:41:09.877 INFO copying /tmp/.tmp1k6ZCO/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 ...
91422024-08-09T05:41:11.920Z[ host-image] Aug 09 05:41:09.877 INFO O| Aug 09 05:41:09.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91432024-08-09T05:41:11.920Z[ host-image] Aug 09 05:41:09.877 INFO O| Aug 09 05:41:09.877 INFO ok!
91442024-08-09T05:41:11.920Z[ host-image] Aug 09 05:41:09.877 INFO O| Aug 09 05:41:09.877 INFO STEP 104 (ensure_file) COMPLETE
91452024-08-09T05:41:11.920Z[ host-image] Aug 09 05:41:09.877 INFO O| Aug 09 05:41:09.877 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91462024-08-09T05:41:11.928Z[ host-image] Aug 09 05:41:09.889 INFO O| Aug 09 05:41:09.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91472024-08-09T05:41:11.928Z[ host-image] Aug 09 05:41:09.889 INFO O| Aug 09 05:41:09.889 INFO copying /tmp/.tmp1k6ZCO/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 ...
91482024-08-09T05:41:11.931Z[ host-image] Aug 09 05:41:09.889 INFO O| Aug 09 05:41:09.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91492024-08-09T05:41:11.931Z[ host-image] Aug 09 05:41:09.889 INFO O| Aug 09 05:41:09.889 INFO ok!
91502024-08-09T05:41:11.931Z[ host-image] Aug 09 05:41:09.889 INFO O| Aug 09 05:41:09.889 INFO STEP 105 (ensure_file) COMPLETE
91512024-08-09T05:41:11.931Z[ host-image] Aug 09 05:41:09.889 INFO O| Aug 09 05:41:09.889 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91522024-08-09T05:41:11.942Z[ host-image] Aug 09 05:41:09.902 INFO O| Aug 09 05:41:09.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91532024-08-09T05:41:11.942Z[ host-image] Aug 09 05:41:09.902 INFO O| Aug 09 05:41:09.902 INFO copying /tmp/.tmp1k6ZCO/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 ...
91542024-08-09T05:41:11.942Z[ host-image] Aug 09 05:41:09.903 INFO O| Aug 09 05:41:09.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
91552024-08-09T05:41:11.945Z[ host-image] Aug 09 05:41:09.903 INFO O| Aug 09 05:41:09.903 INFO ok!
91562024-08-09T05:41:11.945Z[ host-image] Aug 09 05:41:09.903 INFO O| Aug 09 05:41:09.903 INFO STEP 106 (ensure_file) COMPLETE
91572024-08-09T05:41:11.945Z[ host-image] Aug 09 05:41:09.903 INFO O| Aug 09 05:41:09.903 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91582024-08-09T05:41:11.956Z[ host-image] Aug 09 05:41:09.917 INFO O| Aug 09 05:41:09.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
91592024-08-09T05:41:11.956Z[ host-image] Aug 09 05:41:09.917 INFO O| Aug 09 05:41:09.917 INFO copying /tmp/.tmp1k6ZCO/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 ...
91602024-08-09T05:41:11.959Z[ host-image] Aug 09 05:41:09.917 INFO O| Aug 09 05:41:09.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
91612024-08-09T05:41:11.959Z[ host-image] Aug 09 05:41:09.917 INFO O| Aug 09 05:41:09.917 INFO ok!
91622024-08-09T05:41:11.959Z[ host-image] Aug 09 05:41:09.917 INFO O| Aug 09 05:41:09.917 INFO STEP 107 (ensure_file) COMPLETE
91632024-08-09T05:41:11.959Z[ host-image] Aug 09 05:41:09.917 INFO O| Aug 09 05:41:09.917 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91642024-08-09T05:41:11.970Z[ host-image] Aug 09 05:41:09.931 INFO O| Aug 09 05:41:09.931 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
91652024-08-09T05:41:11.970Z[ host-image] Aug 09 05:41:09.931 INFO O| Aug 09 05:41:09.931 INFO copying /tmp/.tmp1k6ZCO/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 ...
91662024-08-09T05:41:11.973Z[ host-image] Aug 09 05:41:09.931 INFO O| Aug 09 05:41:09.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
91672024-08-09T05:41:11.973Z[ host-image] Aug 09 05:41:09.931 INFO O| Aug 09 05:41:09.931 INFO ok!
91682024-08-09T05:41:11.973Z[ host-image] Aug 09 05:41:09.931 INFO O| Aug 09 05:41:09.931 INFO STEP 108 (ensure_file) COMPLETE
91692024-08-09T05:41:11.973Z[ host-image] Aug 09 05:41:09.931 INFO O| Aug 09 05:41:09.931 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91702024-08-09T05:41:11.986Z[ host-image] Aug 09 05:41:09.947 INFO O| Aug 09 05:41:09.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
91712024-08-09T05:41:11.986Z[ host-image] Aug 09 05:41:09.947 INFO O| Aug 09 05:41:09.947 INFO copying /tmp/.tmp1k6ZCO/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 ...
91722024-08-09T05:41:11.989Z[ host-image] Aug 09 05:41:09.947 INFO O| Aug 09 05:41:09.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
91732024-08-09T05:41:11.989Z[ host-image] Aug 09 05:41:09.947 INFO O| Aug 09 05:41:09.947 INFO ok!
91742024-08-09T05:41:11.990Z[ host-image] Aug 09 05:41:09.947 INFO O| Aug 09 05:41:09.947 INFO STEP 109 (ensure_file) COMPLETE
91752024-08-09T05:41:11.990Z[ host-image] Aug 09 05:41:09.947 INFO O| Aug 09 05:41:09.947 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91762024-08-09T05:41:12.002Z[ host-image] Aug 09 05:41:09.963 INFO O| Aug 09 05:41:09.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
91772024-08-09T05:41:12.002Z[ host-image] Aug 09 05:41:09.963 INFO O| Aug 09 05:41:09.963 INFO copying /tmp/.tmp1k6ZCO/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 ...
91782024-08-09T05:41:12.005Z[ host-image] Aug 09 05:41:09.963 INFO O| Aug 09 05:41:09.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
91792024-08-09T05:41:12.005Z[ host-image] Aug 09 05:41:09.963 INFO O| Aug 09 05:41:09.963 INFO ok!
91802024-08-09T05:41:12.005Z[ host-image] Aug 09 05:41:09.963 INFO O| Aug 09 05:41:09.963 INFO STEP 110 (ensure_file) COMPLETE
91812024-08-09T05:41:12.005Z[ host-image] Aug 09 05:41:09.963 INFO O| Aug 09 05:41:09.963 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91822024-08-09T05:41:12.017Z[ host-image] Aug 09 05:41:09.978 INFO O| Aug 09 05:41:09.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
91832024-08-09T05:41:12.017Z[ host-image] Aug 09 05:41:09.978 INFO O| Aug 09 05:41:09.978 INFO copying /tmp/.tmp1k6ZCO/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 ...
91842024-08-09T05:41:12.020Z[ host-image] Aug 09 05:41:09.978 INFO O| Aug 09 05:41:09.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
91852024-08-09T05:41:12.020Z[ host-image] Aug 09 05:41:09.978 INFO O| Aug 09 05:41:09.978 INFO ok!
91862024-08-09T05:41:12.020Z[ host-image] Aug 09 05:41:09.978 INFO O| Aug 09 05:41:09.978 INFO STEP 111 (ensure_file) COMPLETE
91872024-08-09T05:41:12.020Z[ host-image] Aug 09 05:41:09.978 INFO O| Aug 09 05:41:09.978 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-08-09T05:41:12.035Z[ host-image] Aug 09 05:41:09.993 INFO O| Aug 09 05:41:09.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
91892024-08-09T05:41:12.035Z[ host-image] Aug 09 05:41:09.993 INFO O| Aug 09 05:41:09.993 INFO copying /tmp/.tmp1k6ZCO/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 ...
91902024-08-09T05:41:12.035Z[ host-image] Aug 09 05:41:09.993 INFO O| Aug 09 05:41:09.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
91912024-08-09T05:41:12.038Z[ host-image] Aug 09 05:41:09.993 INFO O| Aug 09 05:41:09.993 INFO ok!
91922024-08-09T05:41:12.038Z[ host-image] Aug 09 05:41:09.993 INFO O| Aug 09 05:41:09.993 INFO STEP 112 (ensure_file) COMPLETE
91932024-08-09T05:41:12.038Z[ host-image] Aug 09 05:41:09.993 INFO O| Aug 09 05:41:09.993 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91942024-08-09T05:41:12.044Z[ host-image] Aug 09 05:41:10.005 INFO O| Aug 09 05:41:10.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
91952024-08-09T05:41:12.044Z[ host-image] Aug 09 05:41:10.005 INFO O| Aug 09 05:41:10.005 INFO copying /tmp/.tmp1k6ZCO/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 ...
91962024-08-09T05:41:12.047Z[ host-image] Aug 09 05:41:10.005 INFO O| Aug 09 05:41:10.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
91972024-08-09T05:41:12.047Z[ host-image] Aug 09 05:41:10.005 INFO O| Aug 09 05:41:10.005 INFO ok!
91982024-08-09T05:41:12.047Z[ host-image] Aug 09 05:41:10.005 INFO O| Aug 09 05:41:10.005 INFO STEP 113 (ensure_file) COMPLETE
91992024-08-09T05:41:12.047Z[ host-image] Aug 09 05:41:10.005 INFO O| Aug 09 05:41:10.005 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-08-09T05:41:12.060Z[ host-image] Aug 09 05:41:10.020 INFO O| Aug 09 05:41:10.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92012024-08-09T05:41:12.060Z[ host-image] Aug 09 05:41:10.020 INFO O| Aug 09 05:41:10.020 INFO copying /tmp/.tmp1k6ZCO/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 ...
92022024-08-09T05:41:12.063Z[ host-image] Aug 09 05:41:10.020 INFO O| Aug 09 05:41:10.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92032024-08-09T05:41:12.063Z[ host-image] Aug 09 05:41:10.020 INFO O| Aug 09 05:41:10.020 INFO ok!
92042024-08-09T05:41:12.063Z[ host-image] Aug 09 05:41:10.020 INFO O| Aug 09 05:41:10.020 INFO STEP 114 (ensure_file) COMPLETE
92052024-08-09T05:41:12.063Z[ host-image] Aug 09 05:41:10.020 INFO O| Aug 09 05:41:10.020 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92062024-08-09T05:41:12.073Z[ host-image] Aug 09 05:41:10.033 INFO O| Aug 09 05:41:10.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92072024-08-09T05:41:12.076Z[ host-image] Aug 09 05:41:10.034 INFO O| Aug 09 05:41:10.033 INFO copying /tmp/.tmp1k6ZCO/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 ...
92082024-08-09T05:41:12.076Z[ host-image] Aug 09 05:41:10.034 INFO O| Aug 09 05:41:10.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92092024-08-09T05:41:12.076Z[ host-image] Aug 09 05:41:10.034 INFO O| Aug 09 05:41:10.034 INFO ok!
92102024-08-09T05:41:12.076Z[ host-image] Aug 09 05:41:10.034 INFO O| Aug 09 05:41:10.034 INFO STEP 115 (ensure_file) COMPLETE
92112024-08-09T05:41:12.076Z[ host-image] Aug 09 05:41:10.034 INFO O| Aug 09 05:41:10.034 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-08-09T05:41:12.087Z[ host-image] Aug 09 05:41:10.047 INFO O| Aug 09 05:41:10.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92132024-08-09T05:41:12.087Z[ host-image] Aug 09 05:41:10.047 INFO O| Aug 09 05:41:10.047 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92142024-08-09T05:41:12.089Z[ host-image] Aug 09 05:41:10.047 INFO O| Aug 09 05:41:10.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92152024-08-09T05:41:12.090Z[ host-image] Aug 09 05:41:10.048 INFO O| Aug 09 05:41:10.047 INFO ok!
92162024-08-09T05:41:12.090Z[ host-image] Aug 09 05:41:10.048 INFO O| Aug 09 05:41:10.047 INFO STEP 116 (ensure_file) COMPLETE
92172024-08-09T05:41:12.090Z[ host-image] Aug 09 05:41:10.048 INFO O| Aug 09 05:41:10.047 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-08-09T05:41:12.102Z[ host-image] Aug 09 05:41:10.063 INFO O| Aug 09 05:41:10.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92192024-08-09T05:41:12.102Z[ host-image] Aug 09 05:41:10.063 INFO O| Aug 09 05:41:10.063 INFO copying /tmp/.tmp1k6ZCO/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 ...
92202024-08-09T05:41:12.105Z[ host-image] Aug 09 05:41:10.063 INFO O| Aug 09 05:41:10.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92212024-08-09T05:41:12.105Z[ host-image] Aug 09 05:41:10.063 INFO O| Aug 09 05:41:10.063 INFO ok!
92222024-08-09T05:41:12.105Z[ host-image] Aug 09 05:41:10.063 INFO O| Aug 09 05:41:10.063 INFO STEP 117 (ensure_file) COMPLETE
92232024-08-09T05:41:12.105Z[ host-image] Aug 09 05:41:10.063 INFO O| Aug 09 05:41:10.063 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-08-09T05:41:12.115Z[ host-image] Aug 09 05:41:10.075 INFO O| Aug 09 05:41:10.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92252024-08-09T05:41:12.115Z[ host-image] Aug 09 05:41:10.075 INFO O| Aug 09 05:41:10.075 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92262024-08-09T05:41:12.118Z[ host-image] Aug 09 05:41:10.075 INFO O| Aug 09 05:41:10.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92272024-08-09T05:41:12.118Z[ host-image] Aug 09 05:41:10.075 INFO O| Aug 09 05:41:10.075 INFO ok!
92282024-08-09T05:41:12.118Z[ host-image] Aug 09 05:41:10.075 INFO O| Aug 09 05:41:10.075 INFO STEP 118 (ensure_file) COMPLETE
92292024-08-09T05:41:12.118Z[ host-image] Aug 09 05:41:10.075 INFO O| Aug 09 05:41:10.075 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-08-09T05:41:12.129Z[ host-image] Aug 09 05:41:10.090 INFO O| Aug 09 05:41:10.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92312024-08-09T05:41:12.129Z[ host-image] Aug 09 05:41:10.090 INFO O| Aug 09 05:41:10.090 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92322024-08-09T05:41:12.602Z[ recovery-image] Aug 09 05:41:10.562 INFO E| Compiling bitflags v1.3.2
92332024-08-09T05:41:12.602Z[ recovery-image] Aug 09 05:41:10.562 INFO E| Compiling bit_field v0.10.2
92342024-08-09T05:41:12.602Z[ recovery-image] Aug 09 05:41:10.562 INFO E| Compiling adler v1.0.2
92352024-08-09T05:41:12.745Z[ recovery-image] Aug 09 05:41:10.705 INFO E| Compiling raw-cpuid v10.7.0
92362024-08-09T05:41:12.898Z[ recovery-image] Aug 09 05:41:10.858 INFO E| Compiling log v0.4.21
92372024-08-09T05:41:13.078Z[ recovery-image] Aug 09 05:41:11.038 INFO E| Compiling plain v0.2.3
92382024-08-09T05:41:13.100Z[ recovery-image] Aug 09 05:41:11.060 INFO E| Compiling miniz_oxide v0.7.2
92392024-08-09T05:41:13.265Z[ recovery-image] Aug 09 05:41:11.224 INFO E| Compiling cpio_reader v0.1.1
92402024-08-09T05:41:13.379Z[ recovery-image] Aug 09 05:41:11.339 INFO E| Compiling static_assertions v1.1.0
92412024-08-09T05:41:14.745Z[ recovery-image] Aug 09 05:41:12.705 INFO E| Compiling scroll_derive v0.12.0
92422024-08-09T05:41:16.445Z[ recovery-image] Aug 09 05:41:14.405 INFO E| Compiling scroll v0.12.0
92432024-08-09T05:41:17.054Z[ recovery-image] Aug 09 05:41:15.013 INFO E| Compiling goblin v0.8.0
92442024-08-09T05:41:19.595Z[ recovery-image] Aug 09 05:41:17.554 INFO E| Compiling bitstruct_derive v0.1.0
92452024-08-09T05:41:21.225Z[ host-image] Aug 09 05:41:19.183 INFO O| Aug 09 05:41:19.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92462024-08-09T05:41:21.225Z[ host-image] Aug 09 05:41:19.183 INFO O| Aug 09 05:41:19.183 INFO ok!
92472024-08-09T05:41:21.228Z[ host-image] Aug 09 05:41:19.183 INFO O| Aug 09 05:41:19.183 INFO STEP 119 (ensure_file) COMPLETE
92482024-08-09T05:41:21.228Z[ host-image] Aug 09 05:41:19.183 INFO O| Aug 09 05:41:19.183 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-08-09T05:41:21.239Z[ host-image] Aug 09 05:41:19.198 INFO O| Aug 09 05:41:19.198 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92502024-08-09T05:41:21.239Z[ host-image] Aug 09 05:41:19.198 INFO O| Aug 09 05:41:19.198 INFO STEP 120 (ensure_dir) COMPLETE
92512024-08-09T05:41:21.242Z[ host-image] Aug 09 05:41:19.198 INFO O| Aug 09 05:41:19.198 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92522024-08-09T05:41:21.249Z[ host-image] Aug 09 05:41:19.208 INFO O| Aug 09 05:41:19.208 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92532024-08-09T05:41:21.250Z[ host-image] Aug 09 05:41:19.208 INFO O| Aug 09 05:41:19.208 INFO STEP 121 (ensure_dir) COMPLETE
92542024-08-09T05:41:21.250Z[ host-image] Aug 09 05:41:19.208 INFO O| Aug 09 05:41:19.208 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-08-09T05:41:21.260Z[ host-image] Aug 09 05:41:19.219 INFO O| Aug 09 05:41:19.219 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92562024-08-09T05:41:21.260Z[ host-image] Aug 09 05:41:19.219 INFO O| Aug 09 05:41:19.219 INFO STEP 122 (ensure_dir) COMPLETE
92572024-08-09T05:41:21.263Z[ host-image] Aug 09 05:41:19.219 INFO O| Aug 09 05:41:19.219 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-08-09T05:41:21.271Z[ host-image] Aug 09 05:41:19.230 INFO O| Aug 09 05:41:19.230 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92592024-08-09T05:41:21.271Z[ host-image] Aug 09 05:41:19.230 INFO O| Aug 09 05:41:19.230 INFO STEP 123 (ensure_dir) COMPLETE
92602024-08-09T05:41:21.274Z[ host-image] Aug 09 05:41:19.230 INFO O| Aug 09 05:41:19.230 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-08-09T05:41:21.283Z[ host-image] Aug 09 05:41:19.242 INFO O| Aug 09 05:41:19.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92622024-08-09T05:41:21.283Z[ host-image] Aug 09 05:41:19.242 INFO O| Aug 09 05:41:19.242 INFO copying /tmp/.tmp1k6ZCO/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 ...
92632024-08-09T05:41:21.286Z[ host-image] Aug 09 05:41:19.242 INFO O| Aug 09 05:41:19.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92642024-08-09T05:41:21.286Z[ host-image] Aug 09 05:41:19.242 INFO O| Aug 09 05:41:19.242 INFO ok!
92652024-08-09T05:41:21.286Z[ host-image] Aug 09 05:41:19.242 INFO O| Aug 09 05:41:19.242 INFO STEP 124 (ensure_file) COMPLETE
92662024-08-09T05:41:21.286Z[ host-image] Aug 09 05:41:19.242 INFO O| Aug 09 05:41:19.242 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-08-09T05:41:21.294Z[ host-image] Aug 09 05:41:19.253 INFO O| Aug 09 05:41:19.253 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92682024-08-09T05:41:21.294Z[ host-image] Aug 09 05:41:19.253 INFO O| Aug 09 05:41:19.253 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92692024-08-09T05:41:21.298Z[ host-image] Aug 09 05:41:19.253 INFO O| Aug 09 05:41:19.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
92702024-08-09T05:41:21.298Z[ host-image] Aug 09 05:41:19.253 INFO O| Aug 09 05:41:19.253 INFO STEP 125 (ensure_dir) COMPLETE
92712024-08-09T05:41:21.298Z[ host-image] Aug 09 05:41:19.253 INFO O| Aug 09 05:41:19.253 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-08-09T05:41:21.305Z[ host-image] Aug 09 05:41:19.263 INFO O| Aug 09 05:41:19.263 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
92732024-08-09T05:41:21.305Z[ host-image] Aug 09 05:41:19.264 INFO O| Aug 09 05:41:19.263 INFO copying /tmp/.tmp1k6ZCO/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
92742024-08-09T05:41:21.307Z[ host-image] Aug 09 05:41:19.264 INFO O| Aug 09 05:41:19.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
92752024-08-09T05:41:21.307Z[ host-image] Aug 09 05:41:19.264 INFO O| Aug 09 05:41:19.264 INFO ok!
92762024-08-09T05:41:21.307Z[ host-image] Aug 09 05:41:19.264 INFO O| Aug 09 05:41:19.264 INFO STEP 126 (ensure_file) COMPLETE
92772024-08-09T05:41:21.308Z[ host-image] Aug 09 05:41:19.264 INFO O| Aug 09 05:41:19.264 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92782024-08-09T05:41:21.315Z[ host-image] Aug 09 05:41:19.274 INFO O| Aug 09 05:41:19.274 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
92792024-08-09T05:41:21.318Z[ host-image] Aug 09 05:41:19.274 INFO O| Aug 09 05:41:19.274 INFO STEP 127 (remove_files) COMPLETE
92802024-08-09T05:41:21.318Z[ host-image] Aug 09 05:41:19.274 INFO O| Aug 09 05:41:19.274 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92812024-08-09T05:41:21.325Z[ host-image] Aug 09 05:41:19.284 INFO O| Aug 09 05:41:19.284 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
92822024-08-09T05:41:21.328Z[ host-image] Aug 09 05:41:19.284 INFO O| Aug 09 05:41:19.284 INFO STEP 128 (remove_files) COMPLETE
92832024-08-09T05:41:21.328Z[ host-image] Aug 09 05:41:19.284 INFO O| Aug 09 05:41:19.284 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92842024-08-09T05:41:21.335Z[ host-image] Aug 09 05:41:19.294 INFO O| Aug 09 05:41:19.294 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
92852024-08-09T05:41:21.338Z[ host-image] Aug 09 05:41:19.295 INFO O| Aug 09 05:41:19.294 INFO STEP 129 (remove_files) COMPLETE
92862024-08-09T05:41:21.338Z[ host-image] Aug 09 05:41:19.295 INFO O| Aug 09 05:41:19.294 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92872024-08-09T05:41:21.345Z[ host-image] Aug 09 05:41:19.304 INFO O| Aug 09 05:41:19.304 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
92882024-08-09T05:41:21.348Z[ host-image] Aug 09 05:41:19.304 INFO O| Aug 09 05:41:19.304 INFO STEP 130 (remove_files) COMPLETE
92892024-08-09T05:41:21.348Z[ host-image] Aug 09 05:41:19.304 INFO O| Aug 09 05:41:19.304 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92902024-08-09T05:41:21.355Z[ host-image] Aug 09 05:41:19.314 INFO O| Aug 09 05:41:19.314 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
92912024-08-09T05:41:21.358Z[ host-image] Aug 09 05:41:19.314 INFO O| Aug 09 05:41:19.314 INFO STEP 131 (remove_files) COMPLETE
92922024-08-09T05:41:21.358Z[ host-image] Aug 09 05:41:19.314 INFO O| Aug 09 05:41:19.314 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92932024-08-09T05:41:21.365Z[ host-image] Aug 09 05:41:19.324 INFO O| Aug 09 05:41:19.324 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
92942024-08-09T05:41:21.368Z[ recovery-image] Aug 09 05:41:19.324 INFO E| Compiling bitstruct v0.1.1
92952024-08-09T05:41:21.368Z[ host-image] Aug 09 05:41:19.324 INFO O| Aug 09 05:41:19.324 INFO STEP 132 (remove_files) COMPLETE
92962024-08-09T05:41:21.368Z[ host-image] Aug 09 05:41:19.324 INFO O| Aug 09 05:41:19.324 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92972024-08-09T05:41:21.375Z[ host-image] Aug 09 05:41:19.334 INFO O| Aug 09 05:41:19.334 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
92982024-08-09T05:41:21.375Z[ host-image] Aug 09 05:41:19.334 INFO O| Aug 09 05:41:19.334 INFO STEP 133 (remove_files) COMPLETE
92992024-08-09T05:41:21.378Z[ host-image] Aug 09 05:41:19.334 INFO O| Aug 09 05:41:19.334 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93002024-08-09T05:41:21.385Z[ host-image] Aug 09 05:41:19.344 INFO O| Aug 09 05:41:19.344 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93012024-08-09T05:41:21.388Z[ host-image] Aug 09 05:41:19.344 INFO O| Aug 09 05:41:19.344 INFO STEP 134 (remove_files) COMPLETE
93022024-08-09T05:41:21.388Z[ host-image] Aug 09 05:41:19.344 INFO O| Aug 09 05:41:19.344 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93032024-08-09T05:41:21.394Z[ host-image] Aug 09 05:41:19.353 INFO O| Aug 09 05:41:19.353 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93042024-08-09T05:41:21.394Z[ host-image] Aug 09 05:41:19.353 INFO O| Aug 09 05:41:19.353 INFO STEP 135 (remove_files) COMPLETE
93052024-08-09T05:41:21.397Z[ host-image] Aug 09 05:41:19.353 INFO O| Aug 09 05:41:19.353 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93062024-08-09T05:41:21.405Z[ host-image] Aug 09 05:41:19.363 INFO O| Aug 09 05:41:19.363 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93072024-08-09T05:41:21.405Z[ host-image] Aug 09 05:41:19.363 INFO O| Aug 09 05:41:19.363 INFO STEP 136 (remove_files) COMPLETE
93082024-08-09T05:41:21.407Z[ host-image] Aug 09 05:41:19.363 INFO O| Aug 09 05:41:19.363 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93092024-08-09T05:41:21.415Z[ host-image] Aug 09 05:41:19.374 INFO O| Aug 09 05:41:19.374 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93102024-08-09T05:41:21.418Z[ host-image] Aug 09 05:41:19.374 INFO O| Aug 09 05:41:19.374 INFO STEP 137 (remove_files) COMPLETE
93112024-08-09T05:41:21.418Z[ host-image] Aug 09 05:41:19.374 INFO O| Aug 09 05:41:19.374 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93122024-08-09T05:41:21.426Z[ host-image] Aug 09 05:41:19.384 INFO O| Aug 09 05:41:19.384 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93132024-08-09T05:41:21.426Z[ host-image] Aug 09 05:41:19.384 INFO O| Aug 09 05:41:19.384 INFO STEP 138 (remove_files) COMPLETE
93142024-08-09T05:41:21.428Z[ host-image] Aug 09 05:41:19.384 INFO O| Aug 09 05:41:19.384 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93152024-08-09T05:41:21.436Z[ host-image] Aug 09 05:41:19.394 INFO O| Aug 09 05:41:19.394 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93162024-08-09T05:41:21.436Z[ host-image] Aug 09 05:41:19.394 INFO O| Aug 09 05:41:19.394 INFO STEP 139 (remove_files) COMPLETE
93172024-08-09T05:41:21.436Z[ host-image] Aug 09 05:41:19.395 INFO O| Aug 09 05:41:19.394 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93182024-08-09T05:41:21.446Z[ host-image] Aug 09 05:41:19.405 INFO O| Aug 09 05:41:19.405 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93192024-08-09T05:41:21.446Z[ host-image] Aug 09 05:41:19.405 INFO O| Aug 09 05:41:19.405 INFO STEP 140 (remove_files) COMPLETE
93202024-08-09T05:41:21.449Z[ host-image] Aug 09 05:41:19.405 INFO O| Aug 09 05:41:19.405 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93212024-08-09T05:41:21.456Z[ host-image] Aug 09 05:41:19.415 INFO O| Aug 09 05:41:19.415 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93222024-08-09T05:41:21.459Z[ host-image] Aug 09 05:41:19.415 INFO O| Aug 09 05:41:19.415 INFO STEP 141 (remove_files) COMPLETE
93232024-08-09T05:41:21.459Z[ host-image] Aug 09 05:41:19.415 INFO O| Aug 09 05:41:19.415 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93242024-08-09T05:41:21.468Z[ host-image] Aug 09 05:41:19.427 INFO O| Aug 09 05:41:19.427 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93252024-08-09T05:41:21.468Z[ host-image] Aug 09 05:41:19.427 INFO O| Aug 09 05:41:19.427 INFO STEP 142 (remove_files) COMPLETE
93262024-08-09T05:41:21.471Z[ host-image] Aug 09 05:41:19.427 INFO O| Aug 09 05:41:19.427 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93272024-08-09T05:41:21.478Z[ host-image] Aug 09 05:41:19.437 INFO O| Aug 09 05:41:19.437 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93282024-08-09T05:41:21.478Z[ host-image] Aug 09 05:41:19.437 INFO O| Aug 09 05:41:19.437 INFO STEP 143 (remove_files) COMPLETE
93292024-08-09T05:41:21.481Z[ host-image] Aug 09 05:41:19.437 INFO O| Aug 09 05:41:19.437 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93302024-08-09T05:41:21.488Z[ host-image] Aug 09 05:41:19.447 INFO O| Aug 09 05:41:19.447 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93312024-08-09T05:41:21.488Z[ host-image] Aug 09 05:41:19.447 INFO O| Aug 09 05:41:19.447 INFO STEP 144 (remove_files) COMPLETE
93322024-08-09T05:41:21.488Z[ host-image] Aug 09 05:41:19.447 INFO O| Aug 09 05:41:19.447 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93332024-08-09T05:41:21.498Z[ host-image] Aug 09 05:41:19.457 INFO O| Aug 09 05:41:19.457 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93342024-08-09T05:41:21.501Z[ host-image] Aug 09 05:41:19.457 INFO O| Aug 09 05:41:19.457 INFO STEP 145 (remove_files) COMPLETE
93352024-08-09T05:41:21.501Z[ host-image] Aug 09 05:41:19.457 INFO O| Aug 09 05:41:19.457 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93362024-08-09T05:41:21.509Z[ host-image] Aug 09 05:41:19.467 INFO O| Aug 09 05:41:19.467 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93372024-08-09T05:41:21.511Z[ host-image] Aug 09 05:41:19.468 INFO O| Aug 09 05:41:19.467 INFO STEP 146 (remove_files) COMPLETE
93382024-08-09T05:41:21.512Z[ host-image] Aug 09 05:41:19.468 INFO O| Aug 09 05:41:19.468 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93392024-08-09T05:41:21.521Z[ host-image] Aug 09 05:41:19.479 INFO O| Aug 09 05:41:19.479 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93402024-08-09T05:41:21.524Z[ host-image] Aug 09 05:41:19.480 INFO O| Aug 09 05:41:19.480 INFO STEP 147 (remove_files) COMPLETE
93412024-08-09T05:41:21.524Z[ host-image] Aug 09 05:41:19.480 INFO O| Aug 09 05:41:19.480 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93422024-08-09T05:41:21.531Z[ host-image] Aug 09 05:41:19.490 INFO O| Aug 09 05:41:19.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93432024-08-09T05:41:21.534Z[ host-image] Aug 09 05:41:19.490 INFO O| Aug 09 05:41:19.490 INFO STEP 148 (remove_files) COMPLETE
93442024-08-09T05:41:21.534Z[ host-image] Aug 09 05:41:19.490 INFO O| Aug 09 05:41:19.490 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93452024-08-09T05:41:21.542Z[ host-image] Aug 09 05:41:19.501 INFO O| Aug 09 05:41:19.501 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93462024-08-09T05:41:21.542Z[ host-image] Aug 09 05:41:19.501 INFO O| Aug 09 05:41:19.501 INFO STEP 149 (remove_files) COMPLETE
93472024-08-09T05:41:21.545Z[ host-image] Aug 09 05:41:19.501 INFO O| Aug 09 05:41:19.501 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93482024-08-09T05:41:21.552Z[ host-image] Aug 09 05:41:19.511 INFO O| Aug 09 05:41:19.511 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93492024-08-09T05:41:21.555Z[ host-image] Aug 09 05:41:19.511 INFO O| Aug 09 05:41:19.511 INFO STEP 150 (remove_files) COMPLETE
93502024-08-09T05:41:21.555Z[ host-image] Aug 09 05:41:19.511 INFO O| Aug 09 05:41:19.511 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93512024-08-09T05:41:21.564Z[ host-image] Aug 09 05:41:19.521 INFO O| Aug 09 05:41:19.521 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93522024-08-09T05:41:21.564Z[ host-image] Aug 09 05:41:19.522 INFO O| Aug 09 05:41:19.521 INFO STEP 151 (remove_files) COMPLETE
93532024-08-09T05:41:21.567Z[ host-image] Aug 09 05:41:19.522 INFO O| Aug 09 05:41:19.522 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93542024-08-09T05:41:21.574Z[ host-image] Aug 09 05:41:19.532 INFO O| Aug 09 05:41:19.532 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93552024-08-09T05:41:21.574Z[ host-image] Aug 09 05:41:19.533 INFO O| Aug 09 05:41:19.532 INFO STEP 152 (remove_files) COMPLETE
93562024-08-09T05:41:21.574Z[ host-image] Aug 09 05:41:19.533 INFO O| Aug 09 05:41:19.533 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93572024-08-09T05:41:21.584Z[ host-image] Aug 09 05:41:19.543 INFO O| Aug 09 05:41:19.543 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93582024-08-09T05:41:21.584Z[ host-image] Aug 09 05:41:19.543 INFO O| Aug 09 05:41:19.543 INFO STEP 153 (remove_files) COMPLETE
93592024-08-09T05:41:21.584Z[ host-image] Aug 09 05:41:19.543 INFO O| Aug 09 05:41:19.543 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93602024-08-09T05:41:21.594Z[ host-image] Aug 09 05:41:19.553 INFO O| Aug 09 05:41:19.553 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93612024-08-09T05:41:21.594Z[ host-image] Aug 09 05:41:19.553 INFO O| Aug 09 05:41:19.553 INFO STEP 154 (remove_files) COMPLETE
93622024-08-09T05:41:21.597Z[ host-image] Aug 09 05:41:19.553 INFO O| Aug 09 05:41:19.553 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93632024-08-09T05:41:21.605Z[ host-image] Aug 09 05:41:19.563 INFO O| Aug 09 05:41:19.563 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93642024-08-09T05:41:21.605Z[ host-image] Aug 09 05:41:19.563 INFO O| Aug 09 05:41:19.563 INFO STEP 155 (remove_files) COMPLETE
93652024-08-09T05:41:21.608Z[ host-image] Aug 09 05:41:19.563 INFO O| Aug 09 05:41:19.563 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93662024-08-09T05:41:21.621Z[ host-image] Aug 09 05:41:19.580 INFO O| Aug 09 05:41:19.580 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93672024-08-09T05:41:21.621Z[ host-image] Aug 09 05:41:19.580 INFO O| Aug 09 05:41:19.580 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
93682024-08-09T05:41:24.397Z[ recovery-image] Aug 09 05:41:22.355 INFO E| Finished `release` profile [optimized] target(s) in 46.16s
93692024-08-09T05:41:24.418Z[ recovery-image] Aug 09 05:41:22.377 INFO building host image...
93702024-08-09T05:41:24.421Z[ recovery-image] Aug 09 05:41:22.377 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")
93712024-08-09T05:41:24.878Z[ recovery-image] Aug 09 05:41:22.835 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
93722024-08-09T05:41:26.297Z[ recovery-image] Aug 09 05:41:24.254 INFO image complete! materials are in "/work/os-recovery"
93732024-08-09T05:41:26.300Z[ recovery-image]
93742024-08-09T05:41:26.300Z[ recovery-image] real 6:58.646836017
93752024-08-09T05:41:26.300Z[ recovery-image] user 4:46.755979078
93762024-08-09T05:41:26.300Z[ recovery-image] sys 1:04.986982940
93772024-08-09T05:41:26.300Z[ recovery-image] trap 0.245575761
93782024-08-09T05:41:26.300Z[ recovery-image] tflt 0.490344904
93792024-08-09T05:41:26.300Z[ recovery-image] dflt 1.269167323
93802024-08-09T05:41:26.300Z[ recovery-image] kflt 0.000074805
93812024-08-09T05:41:26.300Z[ recovery-image] lock 5:41.123267959
93822024-08-09T05:41:26.300Z[ recovery-image] slp 42:28.662689871
93832024-08-09T05:41:26.300Z[ recovery-image] lat 1:29.752501112
93842024-08-09T05:41:26.300Z[ recovery-image] stop 6.352689516
93852024-08-09T05:41:26.300ZAug 09 05:41:24.258 INFO [recovery-image] process exited with exit status: 0 (418.690902595s)
93862024-08-09T05:41:28.717Z[ host-image] Aug 09 05:41:26.674 INFO O| Aug 09 05:41:26.674 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
93872024-08-09T05:41:28.717Z[ host-image] Aug 09 05:41:26.674 INFO O| Aug 09 05:41:26.674 INFO E| svccfg: Loaded 74 smf(7) service descriptions
93882024-08-09T05:41:28.730Z[ host-image] Aug 09 05:41:26.688 INFO O| Aug 09 05:41:26.688 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
93892024-08-09T05:41:28.810Z[ host-image] Aug 09 05:41:26.767 INFO O| Aug 09 05:41:26.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
93902024-08-09T05:41:28.810Z[ host-image] Aug 09 05:41:26.767 INFO O| Aug 09 05:41:26.767 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
93912024-08-09T05:41:28.813Z[ host-image] Aug 09 05:41:26.769 INFO O| Aug 09 05:41:26.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
93922024-08-09T05:41:28.813Z[ host-image] Aug 09 05:41:26.769 INFO O| Aug 09 05:41:26.769 INFO ok!
93932024-08-09T05:41:28.813Z[ host-image] Aug 09 05:41:26.769 INFO O| Aug 09 05:41:26.769 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
93942024-08-09T05:41:28.813Z[ host-image] Aug 09 05:41:26.769 INFO O| Aug 09 05:41:26.769 INFO STEP 156 (seed_smf) COMPLETE
93952024-08-09T05:41:28.813Z[ host-image] Aug 09 05:41:26.769 INFO O| Aug 09 05:41:26.769 INFO steps complete; finalising image!
93962024-08-09T05:41:28.813Z[ host-image] Aug 09 05:41:26.769 INFO O| Aug 09 05:41:26.769 INFO TRIM POOL: TEMPORARY-gimlet-zfs
93972024-08-09T05:41:28.953Z[ host-image] Aug 09 05:41:26.909 INFO O| Aug 09 05:41:26.909 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Fri Aug 9 05:41:26 2024)
93982024-08-09T05:41:29.175Z[ host-image] Aug 09 05:41:27.132 INFO O| Aug 09 05:41:27.132 INFO temporary pool has 661M used, 171M avail, 1.88x compressratio
93992024-08-09T05:41:29.175Z[ host-image] Aug 09 05:41:27.132 INFO O| Aug 09 05:41:27.132 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94002024-08-09T05:41:29.455Z[ host-image] Aug 09 05:41:27.412 INFO O| Aug 09 05:41:27.412 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94012024-08-09T05:41:29.455Z[ host-image] Aug 09 05:41:27.412 INFO O| Aug 09 05:41:27.412 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94022024-08-09T05:41:30.479Z[ host-image] Aug 09 05:41:28.436 INFO O| Aug 09 05:41:28.435 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94032024-08-09T05:41:30.479Z[ host-image] Aug 09 05:41:28.436 INFO O| Aug 09 05:41:28.436 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94042024-08-09T05:41:30.482Z[ host-image] Aug 09 05:41:28.436 INFO O| Aug 09 05:41:28.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94052024-08-09T05:41:30.482Z[ host-image] Aug 09 05:41:28.436 INFO O| Aug 09 05:41:28.436 INFO completed processing gimlet/zfs
94062024-08-09T05:41:30.482Z[ host-image] Aug 09 05:41:28.436 INFO O| Aug 09 05:41:28.436 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94072024-08-09T05:41:36.409Z[ host-image] Aug 09 05:41:34.365 INFO O| Aug 09 05:41:34.365 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94082024-08-09T05:41:36.560Z[ host-image] Aug 09 05:41:34.516 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n"
94092024-08-09T05:41:36.560Z[ host-image] Aug 09 05:41:34.516 INFO expanded image name: "ci fce6fa8/${os_short_commit} 2024-08-09 05:14" -> "ci fce6fa8/0187c42 2024-08-09 05:14"
94102024-08-09T05:41:36.563Z[ host-image] Aug 09 05:41:34.516 INFO output artefacts stored in: "/work/os-host"
94112024-08-09T05:41:36.563Z[ host-image] Aug 09 05:41:34.516 INFO collecting git info from project "pinprick"...
94122024-08-09T05:41:36.566Z[ host-image] Aug 09 05:41:34.521 INFO collecting git info from project "phbl"...
94132024-08-09T05:41:36.570Z[ host-image] Aug 09 05:41:34.526 INFO collecting git info from project "bootserver"...
94142024-08-09T05:41:36.575Z[ host-image] Aug 09 05:41:34.530 INFO collecting git info from project "image-builder"...
94152024-08-09T05:41:36.579Z[ host-image] Aug 09 05:41:34.535 INFO collecting git info from project "chelsio-t6-roms"...
94162024-08-09T05:41:36.584Z[ host-image] Aug 09 05:41:34.540 INFO collecting git info from project "amd-firmware"...
94172024-08-09T05:41:36.592Z[ host-image] Aug 09 05:41:34.547 INFO collecting git info from project "amd-host-image-builder"...
94182024-08-09T05:41:36.605Z[ host-image] Aug 09 05:41:34.561 INFO collecting git info from project "pilot"...
94192024-08-09T05:41:36.610Z[ host-image] Aug 09 05:41:34.566 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94202024-08-09T05:41:36.968Z[ host-image] Aug 09 05:41:34.923 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94212024-08-09T05:41:37.309Z[ host-image] Aug 09 05:41:35.264 INFO creating Oxide boot image...
94222024-08-09T05:41:37.309Z[ host-image] Aug 09 05:41:35.264 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci fce6fa8/0187c42 2024-08-09 05:14", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94232024-08-09T05:41:38.226Z[ host-image] Aug 09 05:41:36.181 INFO O| ok, image written!
94242024-08-09T05:41:38.226Z[ host-image] Aug 09 05:41:36.181 INFO O| ok, boot_image_csum file written!
94252024-08-09T05:41:38.228Z[ host-image] Aug 09 05:41:36.184 INFO creating boot archive (CPIO)...
94262024-08-09T05:41:38.228Z[ host-image] Aug 09 05:41:36.184 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
94272024-08-09T05:41:38.238Z[ host-image] Aug 09 05:41:36.193 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94282024-08-09T05:41:38.241Z[ host-image] Aug 09 05:41:36.193 INFO E| + outfile=/work/os-host/cpio
94292024-08-09T05:41:38.241Z[ host-image] Aug 09 05:41:36.193 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94302024-08-09T05:41:38.241Z[ host-image] Aug 09 05:41:36.195 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94312024-08-09T05:41:38.241Z[ host-image] Aug 09 05:41:36.196 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94322024-08-09T05:41:38.273Z[ host-image] Aug 09 05:41:36.228 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94332024-08-09T05:41:38.276Z[ host-image] Aug 09 05:41:36.228 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94342024-08-09T05:41:38.281Z[ host-image] Aug 09 05:41:36.237 INFO creating compressed cpio/unix for nanobl-rs...
94352024-08-09T05:41:38.284Z[ host-image] Aug 09 05:41:36.237 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
94362024-08-09T05:41:38.574Z[ host-image] Aug 09 05:41:36.530 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94372024-08-09T05:41:42.934Z[ host-image] Aug 09 05:41:40.888 INFO creating reset image...
94382024-08-09T05:41:42.936Z[ host-image] Aug 09 05:41:40.888 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94392024-08-09T05:41:43.020Z[ host-image] Aug 09 05:41:40.974 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94402024-08-09T05:41:43.023Z[ host-image] Aug 09 05:41:40.975 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94412024-08-09T05:41:43.084Z[ host-image] Aug 09 05:41:41.038 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94422024-08-09T05:41:45.252Z[ host-image] Aug 09 05:41:43.206 INFO E| Finished `release` profile [optimized] target(s) in 2.22s
94432024-08-09T05:41:45.263Z[ host-image] Aug 09 05:41:43.217 INFO building host image...
94442024-08-09T05:41:45.266Z[ host-image] Aug 09 05:41:43.217 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")
94452024-08-09T05:41:45.709Z[ host-image] Aug 09 05:41:43.663 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94462024-08-09T05:42:31.971Z[ host-image] Aug 09 05:42:29.915 INFO image complete! materials are in "/work/os-host"
94472024-08-09T05:42:31.973Z[ host-image]
94482024-08-09T05:42:31.974Z[ host-image] real 8:17.921572274
94492024-08-09T05:42:31.974Z[ host-image] user 4:03.562368845
94502024-08-09T05:42:31.974Z[ host-image] sys 50.529215799
94512024-08-09T05:42:31.977Z[ host-image] trap 0.151613392
94522024-08-09T05:42:31.977Z[ host-image] tflt 0.010490397
94532024-08-09T05:42:31.977Z[ host-image] dflt 0.030484478
94542024-08-09T05:42:31.977Z[ host-image] kflt 0.000000000
94552024-08-09T05:42:31.977Z[ host-image] lock 8:37.247875328
94562024-08-09T05:42:31.977Z[ host-image] slp 44:42.911266146
94572024-08-09T05:42:31.977Z[ host-image] lat 1:03.994196251
94582024-08-09T05:42:31.977Z[ host-image] stop 0.760268406
94592024-08-09T05:42:31.977ZAug 09 05:42:29.919 INFO [host-image] process exited with exit status: 0 (497.935094169s)
94602024-08-09T05:42:31.977ZAug 09 05:42:29.919 INFO [tuf-repo] running task
94612024-08-09T05:42:38.860ZAug 09 05:42:36.804 INFO assembling repository in `/tmp/tufaceousawYdR1`, component: OmicronRepoAssembler
94622024-08-09T05:42:43.423ZAug 09 05:42:41.366 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94632024-08-09T05:42:43.618ZAug 09 05:42:41.561 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94642024-08-09T05:42:54.609ZAug 09 05:42:52.550 INFO [tuf-repo] task succeeded (22.630436515s)
94652024-08-09T05:42:54.609ZAug 09 05:42:52.550 INFO all jobs completed in 1717.233004633s
94662024-08-09T05:42:55.126Zprocess exited: duration 2244825 ms, exit code 0
 
94672024-08-09T05:42:55.140Zfound 33 output files
94682024-08-09T05:42:55.140Zuploading: /work/manifest.toml (8404 bytes)
94692024-08-09T05:42:56.151Zuploaded: /work/manifest.toml
94702024-08-09T05:42:56.151Zuploading: /work/repo.zip (1761073873 bytes)
94712024-08-09T05:43:29.699Zuploaded: /work/repo.zip
94722024-08-09T05:43:29.700Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94732024-08-09T05:43:30.718Zuploaded: /work/repo.zip.sha256.txt
94742024-08-09T05:43:30.719Zuploading: /work/helios-setup.log (51621 bytes)
94752024-08-09T05:43:31.734Zuploaded: /work/helios-setup.log
94762024-08-09T05:43:31.734Zuploading: /work/host-image.log (194270 bytes)
94772024-08-09T05:43:32.758Zuploaded: /work/host-image.log
94782024-08-09T05:43:32.758Zuploading: /work/host-package.log (18005 bytes)
94792024-08-09T05:43:33.770Zuploaded: /work/host-package.log
94802024-08-09T05:43:33.771Zuploading: /work/host-target.log (101 bytes)
94812024-08-09T05:43:34.779Zuploaded: /work/host-target.log
94822024-08-09T05:43:34.779Zuploading: /work/omicron-package.log (4468 bytes)
94832024-08-09T05:43:35.788Zuploaded: /work/omicron-package.log
94842024-08-09T05:43:35.788Zuploading: /work/phbl-toolchain.log (881 bytes)
94852024-08-09T05:43:36.797Zuploaded: /work/phbl-toolchain.log
94862024-08-09T05:43:36.797Zuploading: /work/recovery-image.log (591361 bytes)
94872024-08-09T05:43:37.840Zuploaded: /work/recovery-image.log
94882024-08-09T05:43:37.840Zuploading: /work/recovery-package.log (282 bytes)
94892024-08-09T05:43:38.849Zuploaded: /work/recovery-package.log
94902024-08-09T05:43:38.849Zuploading: /work/recovery-target.log (98 bytes)
94912024-08-09T05:43:39.859Zuploaded: /work/recovery-target.log
94922024-08-09T05:43:39.859Zuploading: /work/stamp-clickhouse.log (117 bytes)
94932024-08-09T05:43:40.868Zuploaded: /work/stamp-clickhouse.log
94942024-08-09T05:43:40.868Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
94952024-08-09T05:43:41.878Zuploaded: /work/stamp-clickhouse_keeper.log
94962024-08-09T05:43:41.878Zuploading: /work/stamp-cockroachdb.log (118 bytes)
94972024-08-09T05:43:42.886Zuploaded: /work/stamp-cockroachdb.log
94982024-08-09T05:43:42.886Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
94992024-08-09T05:43:43.896Zuploaded: /work/stamp-crucible-dtrace.log
95002024-08-09T05:43:43.896Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95012024-08-09T05:43:44.908Zuploaded: /work/stamp-crucible-pantry-zone.log
95022024-08-09T05:43:44.908Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95032024-08-09T05:43:45.917Zuploaded: /work/stamp-crucible-zone.log
95042024-08-09T05:43:45.917Zuploading: /work/stamp-external-dns.log (119 bytes)
95052024-08-09T05:43:46.927Zuploaded: /work/stamp-external-dns.log
95062024-08-09T05:43:46.927Zuploading: /work/stamp-installinator.log (103 bytes)
95072024-08-09T05:43:47.936Zuploaded: /work/stamp-installinator.log
95082024-08-09T05:43:47.937Zuploading: /work/stamp-internal-dns.log (119 bytes)
95092024-08-09T05:43:48.948Zuploaded: /work/stamp-internal-dns.log
95102024-08-09T05:43:48.948Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95112024-08-09T05:43:49.958Zuploaded: /work/stamp-mg-ddm-gz.log
95122024-08-09T05:43:49.958Zuploading: /work/stamp-nexus.log (112 bytes)
95132024-08-09T05:43:50.967Zuploaded: /work/stamp-nexus.log
95142024-08-09T05:43:50.967Zuploading: /work/stamp-ntp.log (110 bytes)
95152024-08-09T05:43:51.977Zuploaded: /work/stamp-ntp.log
95162024-08-09T05:43:51.977Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95172024-08-09T05:43:52.986Zuploaded: /work/stamp-omicron-sled-agent.log
95182024-08-09T05:43:52.986Zuploading: /work/stamp-overlay.log (114 bytes)
95192024-08-09T05:43:53.996Zuploaded: /work/stamp-overlay.log
95202024-08-09T05:43:53.996Zuploading: /work/stamp-oximeter.log (115 bytes)
95212024-08-09T05:43:55.157Zuploaded: /work/stamp-oximeter.log
95222024-08-09T05:43:55.157Zuploading: /work/stamp-oxlog.log (109 bytes)
95232024-08-09T05:43:56.167Zuploaded: /work/stamp-oxlog.log
95242024-08-09T05:43:56.170Zuploading: /work/stamp-probe.log (112 bytes)
95252024-08-09T05:43:57.177Zuploaded: /work/stamp-probe.log
95262024-08-09T05:43:57.177Zuploading: /work/stamp-propolis-server.log (122 bytes)
95272024-08-09T05:43:58.187Zuploaded: /work/stamp-propolis-server.log
95282024-08-09T05:43:58.190Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95292024-08-09T05:43:59.196Zuploaded: /work/stamp-pumpkind-gz.log
95302024-08-09T05:43:59.196Zuploading: /work/stamp-switch-asic.log (118 bytes)
95312024-08-09T05:44:00.205Zuploaded: /work/stamp-switch-asic.log
95322024-08-09T05:44:00.208Zuploading: /work/verify-libraries.log (1883 bytes)
95332024-08-09T05:44:01.214Zuploaded: /work/verify-libraries.log