01J544NJSYAJRB02YT2WETR54K: 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: 01J544P8HBZF33B2R1F3BW27J3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-12T20:33:55.906Zjob assigned to worker 01J544PDSSCJP4G70TT9GND97Z (queued for 1 m 6 s)
 
22024-08-12T20:34:02.959Zstarting task 0: "setup"
32024-08-12T20:34:02.968Z++ uname -s
42024-08-12T20:34:02.971Z+ kern=SunOS
52024-08-12T20:34:02.971Z+ case "$kern" in
62024-08-12T20:34:02.971Z+ groupadd -g 12345 build
72024-08-12T20:34:02.973Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-12T20:34:04.984Z+ zfs create -o mountpoint=/work rpool/work
92024-08-12T20:34:05.118Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-12T20:34:05.121Z+ home_fs=zfs
112024-08-12T20:34:05.121Z+ [[ zfs == autofs ]]
122024-08-12T20:34:05.121Z+ mkdir -p /home/build
132024-08-12T20:34:05.123Z+ chown build:build /home/build /work
142024-08-12T20:34:07.125Z+ chmod 0700 /home/build /work
152024-08-12T20:34:07.129Zprocess exited: duration 4169 ms, exit code 0
 
162024-08-12T20:34:07.134Zstarting task 1: "rust-toolchain"
172024-08-12T20:34:07.140Z+ printf ' * toolchain channel = "%s"
182024-08-12T20:34:07.140Z' 1.80.1
192024-08-12T20:34:07.140Z * toolchain channel = "1.80.1"
202024-08-12T20:34:07.140Z+ printf ' * toolchain profile = "%s"
212024-08-12T20:34:07.140Z' default
222024-08-12T20:34:07.140Z * toolchain profile = "default"
232024-08-12T20:34:07.142Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-12T20:34:07.142Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-12T20:34:07.271Zinfo: downloading installer
262024-08-12T20:34:08.603Zinfo: profile set to 'default'
272024-08-12T20:34:08.603Zinfo: default host triple is x86_64-unknown-illumos
282024-08-12T20:34:08.606Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-12T20:34:08.754Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-12T20:34:08.754Zinfo: downloading component 'cargo'
312024-08-12T20:34:09.590Zinfo: downloading component 'clippy'
322024-08-12T20:34:09.885Zinfo: downloading component 'rust-docs'
332024-08-12T20:34:11.064Zinfo: downloading component 'rust-std'
342024-08-12T20:34:12.674Zinfo: downloading component 'rustc'
352024-08-12T20:34:17.206Zinfo: downloading component 'rustfmt'
362024-08-12T20:34:17.450Zinfo: installing component 'cargo'
372024-08-12T20:34:18.261Zinfo: installing component 'clippy'
382024-08-12T20:34:18.643Zinfo: installing component 'rust-docs'
392024-08-12T20:34:20.266Zinfo: installing component 'rust-std'
402024-08-12T20:34:21.934Zinfo: installing component 'rustc'
412024-08-12T20:34:26.436Zinfo: installing component 'rustfmt'
422024-08-12T20:34:26.822Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-12T20:34:26.822Z
442024-08-12T20:34:27.066Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-12T20:34:27.067Z
462024-08-12T20:34:27.078Z
472024-08-12T20:34:27.078ZRust is installed now. Great!
482024-08-12T20:34:27.078Z
492024-08-12T20:34:27.078ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-12T20:34:27.079Zenvironment variable. This has not been done automatically.
512024-08-12T20:34:27.079Z
522024-08-12T20:34:27.079ZTo configure your current shell, you need to source
532024-08-12T20:34:27.079Zthe corresponding env file under $HOME/.cargo.
542024-08-12T20:34:27.080Z
552024-08-12T20:34:27.080ZThis is usually done by running one of the following (note the leading DOT):
562024-08-12T20:34:27.080Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-12T20:34:27.080Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-12T20:34:27.102Z+ rustc --version
592024-08-12T20:34:27.167Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-12T20:34:27.178Zprocess exited: duration 20029 ms, exit code 0
 
612024-08-12T20:34:27.208Zstarting task 2: "authentication"
622024-08-12T20:34:27.257Zprocess exited: duration 32 ms, exit code 0
 
632024-08-12T20:34:27.278Zstarting task 3: "clone repository"
642024-08-12T20:34:27.285Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-12T20:34:27.285Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-12T20:34:27.327ZCloning into '/work/oxidecomputer/omicron'...
672024-08-12T20:34:33.361Z+ cd /work/oxidecomputer/omicron
682024-08-12T20:34:33.361Z+ git fetch origin de786b11949be660e03a5d56f2c01dfd7005c455
692024-08-12T20:34:33.675ZFrom https://github.com/oxidecomputer/omicron
702024-08-12T20:34:33.675Z * branch de786b11949be660e03a5d56f2c01dfd7005c455 -> FETCH_HEAD
712024-08-12T20:34:33.703Z+ [[ -n dap/demo-saga ]]
722024-08-12T20:34:33.709Z++ git branch --show-current
732024-08-12T20:34:33.709Z+ current=main
742024-08-12T20:34:33.709Z+ [[ main != dap/demo-saga ]]
752024-08-12T20:34:33.709Z+ git branch -f dap/demo-saga de786b11949be660e03a5d56f2c01dfd7005c455
762024-08-12T20:34:33.709Z+ git checkout -f dap/demo-saga
772024-08-12T20:34:33.838ZSwitched to branch 'dap/demo-saga'
782024-08-12T20:34:33.840Z+ git reset --hard de786b11949be660e03a5d56f2c01dfd7005c455
792024-08-12T20:34:33.868ZHEAD is now at de786b119 more doc nits
802024-08-12T20:34:33.871Zprocess exited: duration 6595 ms, exit code 0
 
812024-08-12T20:34:33.878Zstarting task 4: "build"
822024-08-12T20:34:33.884Z+ cargo --version
832024-08-12T20:34:33.937Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-12T20:34:33.942Z+ rustc --version
852024-08-12T20:34:33.996Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-12T20:34:33.998Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-12T20:34:41.280Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-12T20:34:43.388Z Startup: Caching catalogs ... Done
892024-08-12T20:34:47.508ZPlanning: Solver setup ... Done (3.588s)
902024-08-12T20:34:47.573ZPlanning: Running solver ... Done (0.065s)
912024-08-12T20:34:47.627ZPlanning: Finding local manifests ... Done (0.005s)
922024-08-12T20:34:47.640ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-12T20:34:47.784ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-12T20:34:47.831ZPlanning: Package planning ... Done (0.047s)
952024-08-12T20:34:47.881ZPlanning: Merging actions ... Done (0.050s)
962024-08-12T20:34:48.173ZPlanning: Checking for conflicting actions ... Done (0.291s)
972024-08-12T20:34:48.183ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-12T20:34:49.089ZPlanning: Evaluating mediators ... Done (0.906s)
992024-08-12T20:34:49.099ZPlanning: Planning completed in 5.67 seconds
1002024-08-12T20:34:49.115Z Packages to install: 4
1012024-08-12T20:34:49.115Z Mediators to change: 2
1022024-08-12T20:34:49.119Z Services to change: 1
1032024-08-12T20:34:49.119Z Estimated space available: 155.75 GB
1042024-08-12T20:34:49.119ZEstimated space to be consumed: 1.48 GB
1052024-08-12T20:34:49.119Z Create boot environment: No
1062024-08-12T20:34:49.119ZCreate backup boot environment: No
1072024-08-12T20:34:49.120Z Rebuild boot archive: No
1082024-08-12T20:34:49.120Z
1092024-08-12T20:34:49.120ZChanged mediators:
1102024-08-12T20:34:49.120Z mediator clang:
1112024-08-12T20:34:49.120Z version: None -> 15 (system default)
1122024-08-12T20:34:49.120Z
1132024-08-12T20:34:49.120Z mediator llvm:
1142024-08-12T20:34:49.120Z version: 14 (system default) -> 15 (system default)
1152024-08-12T20:34:49.120Z
1162024-08-12T20:34:49.120ZChanged packages:
1172024-08-12T20:34:49.120Zhelios-dev
1182024-08-12T20:34:49.120Z developer/build-essential
1192024-08-12T20:34:49.120Z None -> 11-2.0
1202024-08-12T20:34:49.120Z library/libxmlsec1
1212024-08-12T20:34:49.120Z None -> 1.2.35-2.0
1222024-08-12T20:34:49.120Z ooce/developer/clang-15
1232024-08-12T20:34:49.120Z None -> 15.0.7-2.0
1242024-08-12T20:34:49.120Z ooce/developer/llvm-15
1252024-08-12T20:34:49.120Z None -> 15.0.7-2.0
1262024-08-12T20:34:49.120Z
1272024-08-12T20:34:49.120ZServices:
1282024-08-12T20:34:49.120Z restart_fmri:
1292024-08-12T20:34:49.120Z svc:/system/update-man-index:default
1302024-08-12T20:34:49.161Z
1312024-08-12T20:34:49.161ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-12T20:34:54.160ZDownload: 1197/3290 items 72.5/212.6MB 34% complete (14.5M/s)
1332024-08-12T20:34:59.580ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (13.0M/s)
1342024-08-12T20:35:04.581ZDownload: 3238/3290 items 178.1/212.6MB 83% complete (9.9M/s)
1352024-08-12T20:35:06.894ZDownload: Completed 212.60 MB in 17.73 seconds (12.0M/s)
1362024-08-12T20:35:07.454Z Actions: 1/3689 actions (Installing new actions)
1372024-08-12T20:35:12.043Z Actions: Completed 3689 actions in 4.59 seconds.
1382024-08-12T20:35:12.312Z Done (0.267s)
1392024-08-12T20:35:12.312Z Done (0.000s)
1402024-08-12T20:35:12.679Z Done (0.366s)
1412024-08-12T20:35:16.833Z Done (3.990s)
1422024-08-12T20:35:16.917Z Done (0.021s)
1432024-08-12T20:35:16.920Z Done (0.000s)
1442024-08-12T20:35:17.136Z Done (0.000s)
1452024-08-12T20:35:17.710ZPlanning: Evaluating mediator changes ... Done
1462024-08-12T20:35:17.871ZPlanning: Checking for conflicting actions ... Done
1472024-08-12T20:35:17.873ZPlanning: Consolidating action changes ... Done
1482024-08-12T20:35:18.132ZPlanning: Evaluating mediators ... Done
1492024-08-12T20:35:18.135ZPlanning: Planning completed in 0.42 seconds
1502024-08-12T20:35:18.166Z Mediators to change: 2
1512024-08-12T20:35:18.166Z Create boot environment: No
1522024-08-12T20:35:18.169ZCreate backup boot environment: No
1532024-08-12T20:35:18.226Z Done
1542024-08-12T20:35:18.226Z Done
1552024-08-12T20:35:18.445Z Done
1562024-08-12T20:35:21.883Z Done
1572024-08-12T20:35:21.969Z Done
1582024-08-12T20:35:21.971Z Done
1592024-08-12T20:35:22.209Z Done
1602024-08-12T20:35:22.815ZPlanning: Evaluating mediator changes ... Done
1612024-08-12T20:35:22.839ZPlanning: Merging actions ... Done
1622024-08-12T20:35:23.006ZPlanning: Checking for conflicting actions ... Done
1632024-08-12T20:35:23.019ZPlanning: Consolidating action changes ... Done
1642024-08-12T20:35:23.270ZPlanning: Evaluating mediators ... Done
1652024-08-12T20:35:23.316ZPlanning: Planning completed in 0.75 seconds
1662024-08-12T20:35:23.353Z Packages to change: 1
1672024-08-12T20:35:23.353Z Mediators to change: 1
1682024-08-12T20:35:23.356Z Services to change: 1
1692024-08-12T20:35:23.356Z Create boot environment: No
1702024-08-12T20:35:23.356ZCreate backup boot environment: Yes
1712024-08-12T20:35:25.083Z Actions: 1/6 actions (Updating modified actions)
1722024-08-12T20:35:25.086Z Actions: Completed 6 actions in 0.00 seconds.
1732024-08-12T20:35:25.086Z Done
1742024-08-12T20:35:25.086Z Done
1752024-08-12T20:35:25.161Z Done
1762024-08-12T20:35:28.746Z Done
1772024-08-12T20:35:28.831Z Done
1782024-08-12T20:35:28.833Z Done
1792024-08-12T20:35:28.948Z Done
1802024-08-12T20:35:29.381ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812024-08-12T20:35:29.381Zclang system 15 system
1822024-08-12T20:35:29.381Zcsh system system illumos
1832024-08-12T20:35:29.381Zctags system system illumos
1842024-08-12T20:35:29.381Zgcc vendor 12 vendor
1852024-08-12T20:35:29.381Zgcc system 10 system
1862024-08-12T20:35:29.381Zgcc system 7 system
1872024-08-12T20:35:29.381Zgo system 1.20 system
1882024-08-12T20:35:29.381Zgo system 1.19 system
1892024-08-12T20:35:29.381Zllvm system 15 system
1902024-08-12T20:35:29.381Zllvm system 14 system
1912024-08-12T20:35:29.381Zmariadb system 10.6 system
1922024-08-12T20:35:29.381Zmta vendor vendor dma
1932024-08-12T20:35:29.381Zopenjdk system 17 system
1942024-08-12T20:35:29.382Zopenjdk system 11 system
1952024-08-12T20:35:29.382Zopenjdk system 1.8 system
1962024-08-12T20:35:29.382Zopenssl vendor 3 vendor
1972024-08-12T20:35:29.382Zperl system 5.36 system
1982024-08-12T20:35:29.382Zpostgresql system 15 system
1992024-08-12T20:35:29.382Zpostgresql system 13 system
2002024-08-12T20:35:29.382Zpython vendor 3 vendor
2012024-08-12T20:35:29.382Zpython system 2 system
2022024-08-12T20:35:29.382Zpython3 system 3.11 system
2032024-08-12T20:35:29.382Zruby system 3.0 system
2042024-08-12T20:35:29.382Zwords vendor vendor american-english
2052024-08-12T20:35:29.382Zwords system system australian-english
2062024-08-12T20:35:29.382Zwords system system british-english
2072024-08-12T20:35:29.382Zwords system system canadian-english
2082024-08-12T20:35:29.382Zwords system system french
2092024-08-12T20:35:29.382Zwords system system italian
2102024-08-12T20:35:29.382Zwords system system ngerman
2112024-08-12T20:35:29.382Zwords system system ogerman
2122024-08-12T20:35:29.382Zwords system system spanish
2132024-08-12T20:35:29.707ZPUBLISHER TYPE STATUS P LOCATION
2142024-08-12T20:35:29.707Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2152024-08-12T20:35:31.382ZFMRI IFO
2162024-08-12T20:35:31.382Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2172024-08-12T20:35:31.382Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2182024-08-12T20:35:31.382Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2192024-08-12T20:35:31.382Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2202024-08-12T20:35:31.382Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2212024-08-12T20:35:31.382Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222024-08-12T20:35:31.382Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2232024-08-12T20:35:31.382Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2242024-08-12T20:35:31.382Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2252024-08-12T20:35:31.382Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2262024-08-12T20:35:31.382Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2272024-08-12T20:35:31.382Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2282024-08-12T20:35:31.951Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2292024-08-12T20:35:32.281Z Updating git repository `https://github.com/oxidecomputer/zone`
2302024-08-12T20:35:32.560Z Updating crates.io index
2312024-08-12T20:35:32.636Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2322024-08-12T20:35:33.382Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2332024-08-12T20:35:34.113Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2342024-08-12T20:35:34.414Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2352024-08-12T20:35:35.883Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362024-08-12T20:35:36.124Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2372024-08-12T20:35:36.364Z Updating git repository `https://github.com/oxidecomputer/propolis`
2382024-08-12T20:35:37.384Z Updating git repository `https://github.com/oxidecomputer/crucible`
2392024-08-12T20:35:39.352Z Updating git repository `https://github.com/oxidecomputer/opte`
2402024-08-12T20:35:40.346Z Updating git repository `https://github.com/oxidecomputer/falcon`
2412024-08-12T20:35:40.984Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422024-08-12T20:35:41.626Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432024-08-12T20:35:42.001Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2442024-08-12T20:35:42.417Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2452024-08-12T20:35:42.770Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462024-08-12T20:35:43.003Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2472024-08-12T20:35:43.212Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2482024-08-12T20:35:43.452Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2492024-08-12T20:35:43.775Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502024-08-12T20:35:44.115Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2512024-08-12T20:35:44.505Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522024-08-12T20:35:44.932Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2532024-08-12T20:35:45.183Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542024-08-12T20:35:45.598Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552024-08-12T20:35:45.913Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562024-08-12T20:35:46.453Z Updating git repository `https://github.com/oxidecomputer/typify`
2572024-08-12T20:35:48.789Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2582024-08-12T20:35:49.058Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2592024-08-12T20:35:49.351Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2602024-08-12T20:35:49.754Z Updating git repository `https://github.com/oxidecomputer/rfb`
2612024-08-12T20:35:50.704Z Downloading crates ...
2622024-08-12T20:35:50.766Z Downloaded dtrace-parser v0.2.0
2632024-08-12T20:35:50.774Z Downloaded dof v0.3.0
2642024-08-12T20:35:50.777Z Downloaded colorchoice v1.0.1
2652024-08-12T20:35:50.779Z Downloaded byteorder v1.5.0
2662024-08-12T20:35:50.779Z Downloaded autocfg v1.3.0
2672024-08-12T20:35:50.784Z Downloaded is_terminal_polyfill v1.70.0
2682024-08-12T20:35:50.797Z Downloaded scroll_derive v0.12.0
2692024-08-12T20:35:50.800Z Downloaded equivalent v1.0.1
2702024-08-12T20:35:50.803Z Downloaded anstyle-query v1.0.3
2712024-08-12T20:35:50.803Z Downloaded block-buffer v0.10.4
2722024-08-12T20:35:50.808Z Downloaded cfg-if v1.0.0
2732024-08-12T20:35:50.815Z Downloaded errno v0.3.9
2742024-08-12T20:35:50.818Z Downloaded anstyle v1.0.8
2752024-08-12T20:35:50.821Z Downloaded fs-err v2.11.0
2762024-08-12T20:35:50.823Z Downloaded utf8parse v0.2.1
2772024-08-12T20:35:50.827Z Downloaded strsim v0.11.1
2782024-08-12T20:35:50.827Z Downloaded proc-macro-error-attr v1.0.4
2792024-08-12T20:35:50.829Z Downloaded itoa v1.0.11
2802024-08-12T20:35:50.830Z Downloaded serde_tokenstream v0.2.1
2812024-08-12T20:35:50.832Z Downloaded heck v0.5.0
2822024-08-12T20:35:50.832Z Downloaded toml_datetime v0.6.8
2832024-08-12T20:35:50.835Z Downloaded thread-id v4.2.1
2842024-08-12T20:35:50.835Z Downloaded pretty-hex v0.4.1
2852024-08-12T20:35:50.837Z Downloaded usdt v0.5.0
2862024-08-12T20:35:50.837Z Downloaded clap_derive v4.5.13
2872024-08-12T20:35:50.843Z Downloaded usdt-attr-macro v0.5.0
2882024-08-12T20:35:50.846Z Downloaded swrite v0.1.0
2892024-08-12T20:35:50.852Z Downloaded terminal_size v0.3.0
2902024-08-12T20:35:50.856Z Downloaded plain v0.2.3
2912024-08-12T20:35:50.856Z Downloaded cargo-platform v0.1.8
2922024-08-12T20:35:50.856Z Downloaded generic-array v0.14.7
2932024-08-12T20:35:50.856Z Downloaded fnv v1.0.7
2942024-08-12T20:35:50.858Z Downloaded digest v0.10.7
2952024-08-12T20:35:50.858Z Downloaded clap_lex v0.7.0
2962024-08-12T20:35:50.859Z Downloaded cpufeatures v0.2.12
2972024-08-12T20:35:50.861Z Downloaded bytecount v0.6.8
2982024-08-12T20:35:50.863Z Downloaded memmap v0.7.0
2992024-08-12T20:35:50.863Z Downloaded crypto-common v0.1.6
3002024-08-12T20:35:50.867Z Downloaded serde_spanned v0.6.7
3012024-08-12T20:35:50.870Z Downloaded once_cell v1.19.0
3022024-08-12T20:35:50.873Z Downloaded pest_generator v2.7.10
3032024-08-12T20:35:50.875Z Downloaded cargo_toml v0.20.4
3042024-08-12T20:35:50.879Z Downloaded usdt-impl v0.5.0
3052024-08-12T20:35:50.881Z Downloaded quote v1.0.36
3062024-08-12T20:35:50.888Z Downloaded scroll v0.12.0
3072024-08-12T20:35:50.890Z Downloaded version_check v0.9.5
3082024-08-12T20:35:50.893Z Downloaded thiserror-impl v1.0.63
3092024-08-12T20:35:50.895Z Downloaded macaddr v1.0.1
3102024-08-12T20:35:50.895Z Downloaded camino v1.1.7
3112024-08-12T20:35:50.898Z Downloaded heck v0.4.1
3122024-08-12T20:35:50.898Z Downloaded anstream v0.6.14
3132024-08-12T20:35:50.901Z Downloaded tabled_derive v0.7.0
3142024-08-12T20:35:50.904Z Downloaded cargo_metadata v0.18.1
3152024-08-12T20:35:50.906Z Downloaded usdt-macro v0.5.0
3162024-08-12T20:35:50.907Z Downloaded ryu v1.0.18
3172024-08-12T20:35:50.909Z Downloaded semver v1.0.23
3182024-08-12T20:35:50.912Z Downloaded anstyle-parse v0.2.4
3192024-08-12T20:35:50.914Z Downloaded proc-macro-error v1.0.4
3202024-08-12T20:35:50.917Z Downloaded typenum v1.17.0
3212024-08-12T20:35:50.919Z Downloaded log v0.4.21
3222024-08-12T20:35:50.922Z Downloaded zerocopy-derive v0.7.34
3232024-08-12T20:35:50.925Z Downloaded unicode-ident v1.0.12
3242024-08-12T20:35:50.928Z Downloaded sha2 v0.10.8
3252024-08-12T20:35:50.930Z Downloaded pest_derive v2.7.10
3262024-08-12T20:35:50.933Z Downloaded anyhow v1.0.86
3272024-08-12T20:35:50.936Z Downloaded bitflags v2.6.0
3282024-08-12T20:35:50.939Z Downloaded ucd-trie v0.1.6
3292024-08-12T20:35:50.942Z Downloaded clap v4.5.13
3302024-08-12T20:35:50.950Z Downloaded toml v0.8.19
3312024-08-12T20:35:50.953Z Downloaded serde_derive v1.0.205
3322024-08-12T20:35:50.955Z Downloaded pest_meta v2.7.10
3332024-08-12T20:35:50.958Z Downloaded proc-macro2 v1.0.86
3342024-08-12T20:35:50.973Z Downloaded serde v1.0.205
3352024-08-12T20:35:50.975Z Downloaded thiserror v1.0.63
3362024-08-12T20:35:50.979Z Downloaded papergrid v0.11.0
3372024-08-12T20:35:50.986Z Downloaded indexmap v2.3.0
3382024-08-12T20:35:50.990Z Downloaded memchr v2.7.2
3392024-08-12T20:35:51.010Z Downloaded toml_edit v0.22.20
3402024-08-12T20:35:51.032Z Downloaded pest v2.7.10
3412024-08-12T20:35:51.036Z Downloaded hashbrown v0.14.5
3422024-08-12T20:35:51.049Z Downloaded winnow v0.6.18
3432024-08-12T20:35:51.058Z Downloaded serde_json v1.0.122
3442024-08-12T20:35:51.064Z Downloaded goblin v0.8.2
3452024-08-12T20:35:51.070Z Downloaded zerocopy v0.7.34
3462024-08-12T20:35:51.085Z Downloaded tabled v0.15.0
3472024-08-12T20:35:51.099Z Downloaded syn v1.0.109
3482024-08-12T20:35:51.111Z Downloaded clap_builder v4.5.13
3492024-08-12T20:35:51.117Z Downloaded syn v2.0.72
3502024-08-12T20:35:51.127Z Downloaded rustix v0.38.34
3512024-08-12T20:35:51.149Z Downloaded unicode-width v0.1.13
3522024-08-12T20:35:51.166Z Downloaded libc v0.2.155
3532024-08-12T20:35:51.458Z Compiling proc-macro2 v1.0.86
3542024-08-12T20:35:51.461Z Compiling unicode-ident v1.0.12
3552024-08-12T20:35:51.461Z Compiling version_check v0.9.5
3562024-08-12T20:35:51.461Z Compiling serde v1.0.205
3572024-08-12T20:35:51.461Z Compiling thiserror v1.0.63
3582024-08-12T20:35:51.461Z Compiling memchr v2.7.2
3592024-08-12T20:35:51.490Z Compiling libc v0.2.155
3602024-08-12T20:35:51.493Z Compiling itoa v1.0.11
3612024-08-12T20:35:51.722Z Compiling ryu v1.0.18
3622024-08-12T20:35:51.760Z Compiling ucd-trie v0.1.6
3632024-08-12T20:35:52.252Z Compiling once_cell v1.19.0
3642024-08-12T20:35:52.278Z Compiling byteorder v1.5.0
3652024-08-12T20:35:52.341Z Compiling serde_json v1.0.122
3662024-08-12T20:35:52.687Z Compiling proc-macro-error-attr v1.0.4
3672024-08-12T20:35:52.736Z Compiling usdt-impl v0.5.0
3682024-08-12T20:35:52.759Z Compiling rustix v0.38.34
3692024-08-12T20:35:53.023Z Compiling syn v1.0.109
3702024-08-12T20:35:53.067Z Compiling quote v1.0.36
3712024-08-12T20:35:53.179Z Compiling proc-macro-error v1.0.4
3722024-08-12T20:35:53.271Z Compiling bitflags v2.6.0
3732024-08-12T20:35:53.472Z Compiling syn v2.0.72
3742024-08-12T20:35:53.681Z Compiling errno v0.3.9
3752024-08-12T20:35:53.712Z Compiling plain v0.2.3
3762024-08-12T20:35:53.734Z Compiling equivalent v1.0.1
3772024-08-12T20:35:53.758Z Compiling utf8parse v0.2.1
3782024-08-12T20:35:53.842Z Compiling thread-id v4.2.1
3792024-08-12T20:35:53.842Z Compiling log v0.4.21
3802024-08-12T20:35:53.925Z Compiling hashbrown v0.14.5
3812024-08-12T20:35:53.975Z Compiling anstyle-parse v0.2.4
3822024-08-12T20:35:54.305Z Compiling colorchoice v1.0.1
3832024-08-12T20:35:54.335Z Compiling semver v1.0.23
3842024-08-12T20:35:54.476Z Compiling winnow v0.6.18
3852024-08-12T20:35:54.541Z Compiling autocfg v1.3.0
3862024-08-12T20:35:54.910Z Compiling pretty-hex v0.4.1
3872024-08-12T20:35:54.958Z Compiling camino v1.1.7
3882024-08-12T20:35:55.241Z Compiling is_terminal_polyfill v1.70.0
3892024-08-12T20:35:55.369Z Compiling indexmap v2.3.0
3902024-08-12T20:35:55.393Z Compiling anstyle v1.0.8
3912024-08-12T20:35:55.521Z Compiling anstyle-query v1.0.3
3922024-08-12T20:35:55.638Z Compiling fs-err v2.11.0
3932024-08-12T20:35:55.681Z Compiling terminal_size v0.3.0
3942024-08-12T20:35:55.800Z Compiling anstream v0.6.14
3952024-08-12T20:35:55.928Z Compiling heck v0.4.1
3962024-08-12T20:35:55.988Z Compiling heck v0.5.0
3972024-08-12T20:35:56.015Z Compiling strsim v0.11.1
3982024-08-12T20:35:56.440Z Compiling anyhow v1.0.86
3992024-08-12T20:35:56.509Z Compiling unicode-width v0.1.13
4002024-08-12T20:35:56.534Z Compiling fnv v1.0.7
4012024-08-12T20:35:56.668Z Compiling clap_lex v0.7.0
4022024-08-12T20:35:56.704Z Compiling bytecount v0.6.8
4032024-08-12T20:35:56.929Z Compiling clap_builder v4.5.13
4042024-08-12T20:35:56.951Z Compiling papergrid v0.11.0
4052024-08-12T20:35:57.167Z Compiling memmap v0.7.0
4062024-08-12T20:35:57.588Z Compiling swrite v0.1.0
4072024-08-12T20:35:59.154Z Compiling tabled_derive v0.7.0
4082024-08-12T20:36:00.722Z Compiling tabled v0.15.0
4092024-08-12T20:36:02.020Z Compiling serde_derive v1.0.205
4102024-08-12T20:36:02.020Z Compiling thiserror-impl v1.0.63
4112024-08-12T20:36:02.023Z Compiling zerocopy-derive v0.7.34
4122024-08-12T20:36:02.023Z Compiling scroll_derive v0.12.0
4132024-08-12T20:36:02.348Z Compiling clap_derive v4.5.13
4142024-08-12T20:36:03.487Z Compiling scroll v0.12.0
4152024-08-12T20:36:03.989Z Compiling goblin v0.8.2
4162024-08-12T20:36:04.220Z Compiling zerocopy v0.7.34
4172024-08-12T20:36:04.799Z Compiling pest v2.7.10
4182024-08-12T20:36:06.017Z Compiling clap v4.5.13
4192024-08-12T20:36:07.078Z Compiling pest_meta v2.7.10
4202024-08-12T20:36:07.869Z Compiling pest_generator v2.7.10
4212024-08-12T20:36:09.830Z Compiling pest_derive v2.7.10
4222024-08-12T20:36:10.577Z Compiling dtrace-parser v0.2.0
4232024-08-12T20:36:12.149Z Compiling serde_tokenstream v0.2.1
4242024-08-12T20:36:12.271Z Compiling toml_datetime v0.6.8
4252024-08-12T20:36:12.271Z Compiling serde_spanned v0.6.7
4262024-08-12T20:36:12.396Z Compiling cargo-platform v0.1.8
4272024-08-12T20:36:12.550Z Compiling toml_edit v0.22.20
4282024-08-12T20:36:12.662Z Compiling macaddr v1.0.1
4292024-08-12T20:36:13.539Z Compiling dof v0.3.0
4302024-08-12T20:36:13.638Z Compiling cargo_metadata v0.18.1
4312024-08-12T20:36:15.278Z Compiling usdt-attr-macro v0.5.0
4322024-08-12T20:36:15.278Z Compiling usdt-macro v0.5.0
4332024-08-12T20:36:15.385Z Compiling toml v0.8.19
4342024-08-12T20:36:16.205Z Compiling cargo_toml v0.20.4
4352024-08-12T20:36:16.709Z Compiling usdt v0.5.0
4362024-08-12T20:36:19.971Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4372024-08-12T20:36:23.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.98s
4382024-08-12T20:36:23.961Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4392024-08-12T20:36:24.504Z Downloading crates ...
4402024-08-12T20:36:24.619Z Downloaded ahash v0.8.11
4412024-08-12T20:36:24.621Z Downloaded adler v1.0.2
4422024-08-12T20:36:24.624Z Downloaded allocator-api2 v0.2.18
4432024-08-12T20:36:24.633Z Downloaded bitstruct_derive v0.1.0
4442024-08-12T20:36:24.637Z Downloaded atomicwrites v0.4.3
4452024-08-12T20:36:24.640Z Downloaded crunchy v0.2.2
4462024-08-12T20:36:24.643Z Downloaded cfg_aliases v0.1.1
4472024-08-12T20:36:24.649Z Downloaded aead v0.5.2
4482024-08-12T20:36:24.651Z Downloaded async-stream-impl v0.3.5
4492024-08-12T20:36:24.656Z Downloaded instant v0.1.12
4502024-08-12T20:36:24.658Z Downloaded lazycell v1.3.0
4512024-08-12T20:36:24.658Z Downloaded ipnetwork v0.20.0
4522024-08-12T20:36:24.661Z Downloaded openssl-probe v0.1.5
4532024-08-12T20:36:24.661Z Downloaded newline-converter v0.3.0
4542024-08-12T20:36:24.664Z Downloaded bitflags v1.3.2
4552024-08-12T20:36:24.667Z Downloaded base16ct v0.2.0
4562024-08-12T20:36:24.667Z Downloaded number_prefix v0.4.0
4572024-08-12T20:36:24.669Z Downloaded colored v2.1.0
4582024-08-12T20:36:24.674Z Downloaded ciborium-ll v0.2.2
4592024-08-12T20:36:24.674Z Downloaded cassowary v0.3.0
4602024-08-12T20:36:24.676Z Downloaded libloading v0.8.3
4612024-08-12T20:36:24.680Z Downloaded crc-catalog v2.4.0
4622024-08-12T20:36:24.680Z Downloaded lru-cache v0.1.2
4632024-08-12T20:36:24.683Z Downloaded linear-map v1.2.0
4642024-08-12T20:36:24.683Z Downloaded num-iter v0.1.45
4652024-08-12T20:36:24.686Z Downloaded lock_api v0.4.12
4662024-08-12T20:36:24.687Z Downloaded atty v0.2.14
4672024-08-12T20:36:24.687Z Downloaded multimap v0.10.0
4682024-08-12T20:36:24.690Z Downloaded num_cpus v1.16.0
4692024-08-12T20:36:24.693Z Downloaded nibble_vec v0.1.0
4702024-08-12T20:36:24.693Z Downloaded mime v0.3.17
4712024-08-12T20:36:24.695Z Downloaded num_enum_derive v0.5.11
4722024-08-12T20:36:24.698Z Downloaded defmt v0.3.8
4732024-08-12T20:36:24.701Z Downloaded bb8 v0.8.5
4742024-08-12T20:36:24.704Z Downloaded parse-display-derive v0.9.1
4752024-08-12T20:36:24.704Z Downloaded crucible-workspace-hack v0.1.0
4762024-08-12T20:36:24.706Z Downloaded packed_struct_codegen v0.10.1
4772024-08-12T20:36:24.706Z Downloaded lru v0.12.3
4782024-08-12T20:36:24.709Z Downloaded cstr-argument v0.1.2
4792024-08-12T20:36:24.709Z Downloaded libefi-sys v0.1.0
4802024-08-12T20:36:24.712Z Downloaded darling_macro v0.20.9
4812024-08-12T20:36:24.712Z Downloaded async-recursion v1.1.1
4822024-08-12T20:36:24.715Z Downloaded argon2 v0.5.3
4832024-08-12T20:36:24.717Z Downloaded openssl-macros v0.1.1
4842024-08-12T20:36:24.720Z Downloaded opaque-debug v0.3.1
4852024-08-12T20:36:24.720Z Downloaded oso-derive v0.27.3
4862024-08-12T20:36:24.723Z Downloaded normalize-line-endings v0.3.0
4872024-08-12T20:36:24.723Z Downloaded num-complex v0.4.6
4882024-08-12T20:36:24.729Z Downloaded num_threads v0.1.7
4892024-08-12T20:36:24.729Z Downloaded bcs v0.1.6
4902024-08-12T20:36:24.732Z Downloaded cookie_store v0.20.0
4912024-08-12T20:36:24.732Z Downloaded native-tls v0.2.11
4922024-08-12T20:36:24.734Z Downloaded ciborium v0.2.2
4932024-08-12T20:36:24.737Z Downloaded owo-colors v4.0.0
4942024-08-12T20:36:24.740Z Downloaded take_mut v0.2.2
4952024-08-12T20:36:24.740Z Downloaded stable_deref_trait v1.2.0
4962024-08-12T20:36:24.743Z Downloaded nu-ansi-term v0.50.0
4972024-08-12T20:36:24.745Z Downloaded password-hash v0.5.0
4982024-08-12T20:36:24.748Z Downloaded csv-core v0.1.11
4992024-08-12T20:36:24.748Z Downloaded camino-tempfile v1.1.1
5002024-08-12T20:36:24.750Z Downloaded waitgroup v0.1.2
5012024-08-12T20:36:24.753Z Downloaded curve25519-dalek-derive v0.1.1
5022024-08-12T20:36:24.753Z Downloaded console v0.15.8
5032024-08-12T20:36:24.756Z Downloaded memoffset v0.9.1
5042024-08-12T20:36:24.758Z Downloaded structmeta v0.2.0
5052024-08-12T20:36:24.761Z Downloaded nanorand v0.7.0
5062024-08-12T20:36:24.763Z Downloaded endian-type v0.1.2
5072024-08-12T20:36:24.763Z Downloaded fxhash v0.2.1
5082024-08-12T20:36:24.763Z Downloaded cobs v0.2.3
5092024-08-12T20:36:24.766Z Downloaded chacha20 v0.9.1
5102024-08-12T20:36:24.769Z Downloaded omicron-zone-package v0.11.0
5112024-08-12T20:36:24.771Z Downloaded num-traits v0.2.19
5122024-08-12T20:36:24.774Z Downloaded crossbeam-deque v0.8.5
5132024-08-12T20:36:24.777Z Downloaded mockall_derive v0.13.0
5142024-08-12T20:36:24.779Z Downloaded defmt-parser v0.3.4
5152024-08-12T20:36:24.783Z Downloaded tap v1.0.1
5162024-08-12T20:36:24.783Z Downloaded parse-display v0.9.1
5172024-08-12T20:36:24.786Z Downloaded portpicker v0.1.1
5182024-08-12T20:36:24.786Z Downloaded blake2 v0.10.6
5192024-08-12T20:36:24.789Z Downloaded http-body v0.4.6
5202024-08-12T20:36:24.789Z Downloaded parking_lot_core v0.9.10
5212024-08-12T20:36:24.791Z Downloaded der v0.7.9
5222024-08-12T20:36:24.797Z Downloaded pin-utils v0.1.0
5232024-08-12T20:36:24.800Z Downloaded path-slash v0.1.5
5242024-08-12T20:36:24.802Z Downloaded enum-as-inner v0.5.1
5252024-08-12T20:36:24.805Z Downloaded slog-stdlog v4.1.1
5262024-08-12T20:36:24.805Z Downloaded sigpipe v0.1.3
5272024-08-12T20:36:24.807Z Downloaded serde-big-array v0.5.1
5282024-08-12T20:36:24.807Z Downloaded termtree v0.4.1
5292024-08-12T20:36:24.810Z Downloaded bzip2 v0.4.4
5302024-08-12T20:36:24.813Z Downloaded gethostname v0.5.0
5312024-08-12T20:36:24.813Z Downloaded futures-executor v0.3.30
5322024-08-12T20:36:24.815Z Downloaded heck v0.3.3
5332024-08-12T20:36:24.818Z Downloaded getopts v0.2.21
5342024-08-12T20:36:24.818Z Downloaded tabwriter v1.4.0
5352024-08-12T20:36:24.821Z Downloaded structmeta v0.3.0
5362024-08-12T20:36:24.821Z Downloaded rand_seeder v0.3.0
5372024-08-12T20:36:24.824Z Downloaded parking_lot_core v0.8.6
5382024-08-12T20:36:24.828Z Downloaded parking_lot v0.12.2
5392024-08-12T20:36:24.830Z Downloaded oso v0.27.3
5402024-08-12T20:36:24.833Z Downloaded paste v1.0.15
5412024-08-12T20:36:24.835Z Downloaded untrusted v0.9.0
5422024-08-12T20:36:24.838Z Downloaded darling v0.20.9
5432024-08-12T20:36:24.841Z Downloaded crc32fast v1.4.0
5442024-08-12T20:36:24.844Z Downloaded scopeguard v1.2.0
5452024-08-12T20:36:24.847Z Downloaded deranged v0.3.11
5462024-08-12T20:36:24.850Z Downloaded env_logger v0.10.2
5472024-08-12T20:36:24.850Z Downloaded der_derive v0.7.2
5482024-08-12T20:36:24.853Z Downloaded zeroize_derive v1.4.2
5492024-08-12T20:36:24.856Z Downloaded want v0.3.1
5502024-08-12T20:36:24.856Z Downloaded slog-scope v4.4.0
5512024-08-12T20:36:24.858Z Downloaded rustfmt-wrapper v0.2.1
5522024-08-12T20:36:24.861Z Downloaded sqlformat v0.2.4
5532024-08-12T20:36:24.863Z Downloaded hash32 v0.2.1
5542024-08-12T20:36:24.863Z Downloaded termios v0.3.3
5552024-08-12T20:36:24.866Z Downloaded fragile v2.0.0
5562024-08-12T20:36:24.868Z Downloaded r2d2 v0.8.10
5572024-08-12T20:36:24.871Z Downloaded rand_core v0.6.4
5582024-08-12T20:36:24.871Z Downloaded tar v0.4.41
5592024-08-12T20:36:24.874Z Downloaded slog-term v2.9.1
5602024-08-12T20:36:24.877Z Downloaded tokio-tungstenite v0.20.1
5612024-08-12T20:36:24.879Z Downloaded darling_core v0.20.9
5622024-08-12T20:36:24.885Z Downloaded tokio-stream v0.1.15
5632024-08-12T20:36:24.889Z Downloaded utf-8 v0.7.6
5642024-08-12T20:36:24.892Z Downloaded crossbeam-utils v0.8.19
5652024-08-12T20:36:24.895Z Downloaded unicode-linebreak v0.1.5
5662024-08-12T20:36:24.898Z Downloaded signature v2.2.0
5672024-08-12T20:36:24.898Z Downloaded foreign-types-shared v0.3.1
5682024-08-12T20:36:24.900Z Downloaded foreign-types-shared v0.1.1
5692024-08-12T20:36:24.900Z Downloaded env_logger v0.9.3
5702024-08-12T20:36:24.903Z Downloaded precomputed-hash v0.1.1
5712024-08-12T20:36:24.903Z Downloaded strum v0.26.3
5722024-08-12T20:36:24.905Z Downloaded radium v0.7.0
5732024-08-12T20:36:24.905Z Downloaded hyper-tls v0.5.0
5742024-08-12T20:36:24.908Z Downloaded structmeta-derive v0.3.0
5752024-08-12T20:36:24.911Z Downloaded hyper-staticfile v0.9.5
5762024-08-12T20:36:24.911Z Downloaded spin v0.5.2
5772024-08-12T20:36:24.913Z Downloaded tui-tree-widget v0.21.0
5782024-08-12T20:36:24.916Z Downloaded term v0.7.0
5792024-08-12T20:36:24.920Z Downloaded spin v0.9.8
5802024-08-12T20:36:24.923Z Downloaded xattr v1.3.1
5812024-08-12T20:36:24.926Z Downloaded peg-runtime v0.8.3
5822024-08-12T20:36:24.926Z Downloaded foreign-types-macros v0.2.3
5832024-08-12T20:36:24.926Z Downloaded pkg-config v0.3.30
5842024-08-12T20:36:24.929Z Downloaded hash32 v0.3.1
5852024-08-12T20:36:24.929Z Downloaded slog-bunyan v2.5.0
5862024-08-12T20:36:24.931Z Downloaded predicates-tree v1.0.9
5872024-08-12T20:36:24.934Z Downloaded tokio-tungstenite v0.21.0
5882024-08-12T20:36:24.936Z Downloaded tokio-rustls v0.24.1
5892024-08-12T20:36:24.939Z Downloaded socket2 v0.4.10
5902024-08-12T20:36:24.941Z Downloaded const-oid v0.9.6
5912024-08-12T20:36:24.944Z Downloaded futures-core v0.3.30
5922024-08-12T20:36:24.947Z Downloaded sqlparser_derive v0.2.2
5932024-08-12T20:36:24.947Z Downloaded futures-channel v0.3.30
5942024-08-12T20:36:24.949Z Downloaded fd-lock v4.0.2
5952024-08-12T20:36:24.952Z Downloaded subtle v2.5.0
5962024-08-12T20:36:24.952Z Downloaded tower-service v0.3.2
5972024-08-12T20:36:24.954Z Downloaded thiserror-impl-no-std v2.0.2
5982024-08-12T20:36:24.954Z Downloaded base64 v0.22.1
5992024-08-12T20:36:24.958Z Downloaded openssl-sys v0.9.103
6002024-08-12T20:36:24.964Z Downloaded form_urlencoded v1.2.1
6012024-08-12T20:36:24.966Z Downloaded try-lock v0.2.5
6022024-08-12T20:36:24.967Z Downloaded foreign-types v0.5.0
6032024-08-12T20:36:24.969Z Downloaded strum_macros v0.24.3
6042024-08-12T20:36:24.972Z Downloaded zip v0.6.6
6052024-08-12T20:36:24.976Z Downloaded ff v0.13.0
6062024-08-12T20:36:24.978Z Downloaded fastrand v2.1.0
6072024-08-12T20:36:24.979Z Downloaded predicates v3.1.2
6082024-08-12T20:36:24.981Z Downloaded mio v0.8.11
6092024-08-12T20:36:24.988Z Downloaded pem v3.0.4
6102024-08-12T20:36:24.991Z Downloaded schemars_derive v0.8.21
6112024-08-12T20:36:24.993Z Downloaded rtoolbox v0.0.2
6122024-08-12T20:36:24.996Z Downloaded tempfile v3.10.1
6132024-08-12T20:36:24.998Z Downloaded signal-hook-tokio v0.3.1
6142024-08-12T20:36:24.998Z Downloaded slog-json v2.6.1
6152024-08-12T20:36:25.001Z Downloaded secrecy v0.8.0
6162024-08-12T20:36:25.004Z Downloaded crypto-bigint v0.5.5
6172024-08-12T20:36:25.009Z Downloaded diesel_table_macro_syntax v0.2.0
6182024-08-12T20:36:25.012Z Downloaded tls_codec_derive v0.4.1
6192024-08-12T20:36:25.014Z Downloaded tls_codec v0.4.1
6202024-08-12T20:36:25.017Z Downloaded futures-io v0.3.30
6212024-08-12T20:36:25.017Z Downloaded uzers v0.11.3
6222024-08-12T20:36:25.020Z Downloaded float-ord v0.3.2
6232024-08-12T20:36:25.020Z Downloaded untrusted v0.7.1
6242024-08-12T20:36:25.023Z Downloaded headers-core v0.2.0
6252024-08-12T20:36:25.031Z Downloaded strip-ansi-escapes v0.2.0
6262024-08-12T20:36:25.033Z Downloaded foreign-types v0.3.2
6272024-08-12T20:36:25.036Z Downloaded dirs-sys-next v0.1.2
6282024-08-12T20:36:25.036Z Downloaded time-core v0.1.2
6292024-08-12T20:36:25.039Z Downloaded stability v0.2.0
6302024-08-12T20:36:25.039Z Downloaded fixedbitset v0.4.2
6312024-08-12T20:36:25.042Z Downloaded display-error-chain v0.2.0
6322024-08-12T20:36:25.042Z Downloaded yasna v0.5.2
6332024-08-12T20:36:25.050Z Downloaded phf_shared v0.10.0
6342024-08-12T20:36:25.050Z Downloaded glob v0.3.1
6352024-08-12T20:36:25.053Z Downloaded group v0.13.0
6362024-08-12T20:36:25.053Z Downloaded hubpack_derive v0.1.1
6372024-08-12T20:36:25.053Z Downloaded sct v0.7.1
6382024-08-12T20:36:25.053Z Downloaded percent-encoding v2.3.1
6392024-08-12T20:36:25.056Z Downloaded pretty-hex v0.2.1
6402024-08-12T20:36:25.056Z Downloaded hex v0.4.3
6412024-08-12T20:36:25.058Z Downloaded difflib v0.4.0
6422024-08-12T20:36:25.058Z Downloaded thread_local v1.1.8
6432024-08-12T20:36:25.061Z Downloaded stringprep v0.1.4
6442024-08-12T20:36:25.063Z Downloaded serde_path_to_error v0.1.16
6452024-08-12T20:36:25.063Z Downloaded quick-error v1.2.3
6462024-08-12T20:36:25.066Z Downloaded psl-types v2.0.11
6472024-08-12T20:36:25.068Z Downloaded hmac v0.12.1
6482024-08-12T20:36:25.071Z Downloaded url v2.5.2
6492024-08-12T20:36:25.073Z Downloaded signal-hook v0.3.17
6502024-08-12T20:36:25.076Z Downloaded peg v0.8.4
6512024-08-12T20:36:25.081Z Downloaded float-cmp v0.9.0
6522024-08-12T20:36:25.084Z Downloaded unicase v2.7.0
6532024-08-12T20:36:25.084Z Downloaded string_cache v0.8.7
6542024-08-12T20:36:25.086Z Downloaded tokio-postgres v0.7.11
6552024-08-12T20:36:25.090Z Downloaded peg-macros v0.8.4
6562024-08-12T20:36:25.092Z Downloaded phf_shared v0.11.2
6572024-08-12T20:36:25.095Z Downloaded http-range v0.1.5
6582024-08-12T20:36:25.095Z Downloaded slab v0.4.9
6592024-08-12T20:36:25.098Z Downloaded toolchain_find v0.4.0
6602024-08-12T20:36:25.098Z Downloaded rpassword v7.3.1
6612024-08-12T20:36:25.100Z Downloaded tungstenite v0.21.0
6622024-08-12T20:36:25.103Z Downloaded tungstenite v0.20.1
6632024-08-12T20:36:25.106Z Downloaded shlex v1.3.0
6642024-08-12T20:36:25.108Z Downloaded serde_plain v1.0.2
6652024-08-12T20:36:25.112Z Downloaded unicode-truncate v1.0.0
6662024-08-12T20:36:25.112Z Downloaded heapless v0.8.0
6672024-08-12T20:36:25.115Z Downloaded httparse v1.8.0
6682024-08-12T20:36:25.118Z Downloaded httpdate v1.0.3
6692024-08-12T20:36:25.121Z Downloaded same-file v1.0.6
6702024-08-12T20:36:25.121Z Downloaded postgres-protocol v0.6.7
6712024-08-12T20:36:25.123Z Downloaded trust-dns-client v0.22.0
6722024-08-12T20:36:25.128Z Downloaded tinyvec_macros v0.1.1
6732024-08-12T20:36:25.131Z Downloaded rustc_version v0.1.7
6742024-08-12T20:36:25.131Z Downloaded rustc-hash v1.1.0
6752024-08-12T20:36:25.133Z Downloaded serde-hex v0.1.0
6762024-08-12T20:36:25.134Z Downloaded semver v0.1.20
6772024-08-12T20:36:25.136Z Downloaded rayon-core v1.12.1
6782024-08-12T20:36:25.139Z Downloaded downcast v0.11.0
6792024-08-12T20:36:25.141Z Downloaded tracing-attributes v0.1.27
6802024-08-12T20:36:25.144Z Downloaded futures-sink v0.3.30
6812024-08-12T20:36:25.144Z Downloaded futures-macro v0.3.30
6822024-08-12T20:36:25.147Z Downloaded dsl_auto_type v0.1.2
6832024-08-12T20:36:25.147Z Downloaded funty v2.0.0
6842024-08-12T20:36:25.147Z Downloaded libm v0.2.8
6852024-08-12T20:36:25.155Z Downloaded signal-hook-mio v0.2.3
6862024-08-12T20:36:25.158Z Downloaded vte_generate_state_changes v0.1.1
6872024-08-12T20:36:25.158Z Downloaded diff v0.1.13
6882024-08-12T20:36:25.162Z Downloaded ident_case v1.0.1
6892024-08-12T20:36:25.162Z Downloaded topological-sort v0.2.2
6902024-08-12T20:36:25.164Z Downloaded snafu-derive v0.8.2
6912024-08-12T20:36:25.164Z Downloaded hashbrown v0.12.3
6922024-08-12T20:36:25.168Z Downloaded powerfmt v0.2.0
6932024-08-12T20:36:25.171Z Downloaded proc-macro-crate v1.3.1
6942024-08-12T20:36:25.171Z Downloaded num-bigint-dig v0.8.4
6952024-08-12T20:36:25.176Z Downloaded resolv-conf v0.7.0
6962024-08-12T20:36:25.188Z Downloaded rand_chacha v0.3.1
6972024-08-12T20:36:25.188Z Downloaded tiny-keccak v2.0.2
6982024-08-12T20:36:25.188Z Downloaded flagset v0.4.5
6992024-08-12T20:36:25.188Z Downloaded rustc-demangle v0.1.24
7002024-08-12T20:36:25.188Z Downloaded ena v0.14.3
7012024-08-12T20:36:25.191Z Downloaded hostname v0.3.1
7022024-08-12T20:36:25.191Z Downloaded samael v0.0.15
7032024-08-12T20:36:25.195Z Downloaded schemars v0.8.21
7042024-08-12T20:36:25.207Z Downloaded either v1.13.0
7052024-08-12T20:36:25.210Z Downloaded rand_xorshift v0.3.0
7062024-08-12T20:36:25.213Z Downloaded unarray v0.1.4
7072024-08-12T20:36:25.213Z Downloaded embedded-io v0.4.0
7082024-08-12T20:36:25.213Z Downloaded tokio-macros v2.3.0
7092024-08-12T20:36:25.215Z Downloaded slog-dtrace v0.3.0
7102024-08-12T20:36:25.218Z Downloaded humantime v2.1.0
7112024-08-12T20:36:25.218Z Downloaded expectorate v1.1.0
7122024-08-12T20:36:25.221Z Downloaded x509-cert v0.2.5
7132024-08-12T20:36:25.226Z Downloaded hubpack v0.1.2
7142024-08-12T20:36:25.228Z Downloaded phf v0.11.2
7152024-08-12T20:36:25.232Z Downloaded pin-project-internal v1.1.5
7162024-08-12T20:36:25.232Z Downloaded smawk v0.3.2
7172024-08-12T20:36:25.234Z Downloaded postgres-types v0.2.7
7182024-08-12T20:36:25.237Z Downloaded http v0.2.12
7192024-08-12T20:36:25.242Z Downloaded walkdir v2.5.0
7202024-08-12T20:36:25.242Z Downloaded similar v2.5.0
7212024-08-12T20:36:25.245Z Downloaded portable-atomic v1.6.0
7222024-08-12T20:36:25.252Z Downloaded postcard v1.0.8
7232024-08-12T20:36:25.255Z Downloaded typed-path v0.7.1
7242024-08-12T20:36:25.261Z Downloaded unicode-normalization v0.1.23
7252024-08-12T20:36:25.266Z Downloaded pin-project v1.1.5
7262024-08-12T20:36:25.277Z Downloaded flume v0.11.0
7272024-08-12T20:36:25.280Z Downloaded pin-project-lite v0.2.14
7282024-08-12T20:36:25.285Z Downloaded futures-task v0.3.30
7292024-08-12T20:36:25.289Z Downloaded snafu v0.8.2
7302024-08-12T20:36:25.292Z Downloaded prettyplease v0.2.20
7312024-08-12T20:36:25.296Z Downloaded zerocopy v0.6.6
7322024-08-12T20:36:25.300Z Downloaded futures-util v0.3.30
7332024-08-12T20:36:25.310Z Downloaded serde_yaml v0.9.34+deprecated
7342024-08-12T20:36:25.314Z Downloaded tinyvec v1.6.0
7352024-08-12T20:36:25.317Z Downloaded ron v0.8.1
7362024-08-12T20:36:25.323Z Downloaded ron v0.7.1
7372024-08-12T20:36:25.328Z Downloaded toml v0.5.11
7382024-08-12T20:36:25.331Z Downloaded unicode-bidi v0.3.15
7392024-08-12T20:36:25.334Z Downloaded publicsuffix v2.2.3
7402024-08-12T20:36:25.337Z Downloaded regex-automata v0.1.10
7412024-08-12T20:36:25.342Z Downloaded toml v0.7.8
7422024-08-12T20:36:25.345Z Downloaded winnow v0.5.40
7432024-08-12T20:36:25.354Z Downloaded elliptic-curve v0.13.8
7442024-08-12T20:36:25.359Z Downloaded diesel_derives v2.2.2
7452024-08-12T20:36:25.364Z Downloaded unicode_categories v0.1.1
7462024-08-12T20:36:25.367Z Downloaded flate2 v1.0.31
7472024-08-12T20:36:25.372Z Downloaded steno v0.4.1
7482024-08-12T20:36:25.375Z Downloaded smallvec v1.13.2
7492024-08-12T20:36:25.377Z Downloaded toml_edit v0.19.15
7502024-08-12T20:36:25.394Z Downloaded rsa v0.9.6
7512024-08-12T20:36:25.399Z Downloaded rustls-webpki v0.101.7
7522024-08-12T20:36:25.414Z Downloaded reedline v0.31.0
7532024-08-12T20:36:25.421Z Downloaded tough v0.17.1
7542024-08-12T20:36:25.429Z Downloaded hyper v0.14.30
7552024-08-12T20:36:25.437Z Downloaded openssl v0.10.66
7562024-08-12T20:36:25.447Z Downloaded rayon v1.10.0
7572024-08-12T20:36:25.456Z Downloaded tokio-util v0.7.11
7582024-08-12T20:36:25.462Z Downloaded reqwest v0.11.27
7592024-08-12T20:36:25.470Z Downloaded quick-xml v0.31.0
7602024-08-12T20:36:25.476Z Downloaded h2 v0.3.26
7612024-08-12T20:36:25.483Z Downloaded object v0.30.4
7622024-08-12T20:36:25.494Z Downloaded idna v0.3.0
7632024-08-12T20:36:25.501Z Downloaded rustls-webpki v0.102.4
7642024-08-12T20:36:25.520Z Downloaded rustls v0.21.12
7652024-08-12T20:36:25.531Z Downloaded radix_trie v0.2.1
7662024-08-12T20:36:25.537Z Downloaded regex-syntax v0.6.29
7672024-08-12T20:36:25.544Z Downloaded curve25519-dalek v4.1.3
7682024-08-12T20:36:25.554Z Downloaded openapiv3 v2.0.0
7692024-08-12T20:36:25.565Z Downloaded vcpkg v0.2.15
7702024-08-12T20:36:25.604Z Downloaded rustls v0.22.4
7712024-08-12T20:36:25.616Z Downloaded gimli v0.28.1
7722024-08-12T20:36:25.625Z Downloaded smoltcp v0.9.1
7732024-08-12T20:36:25.635Z Downloaded diesel v2.2.2
7742024-08-12T20:36:25.654Z Downloaded regress v0.9.1
7752024-08-12T20:36:25.663Z Downloaded smoltcp v0.11.0
7762024-08-12T20:36:25.675Z Downloaded regex-syntax v0.8.3
7772024-08-12T20:36:25.683Z Downloaded bstr v1.9.1
7782024-08-12T20:36:25.693Z Downloaded bstr v0.2.17
7792024-08-12T20:36:25.703Z Downloaded ratatui v0.27.0
7802024-08-12T20:36:25.722Z Downloaded sled v0.34.7
7812024-08-12T20:36:25.732Z Downloaded regex-automata v0.4.6
7822024-08-12T20:36:25.749Z Downloaded bzip2-sys v0.1.11+1.0.8
7832024-08-12T20:36:25.760Z Downloaded finl_unicode v1.2.0
7842024-08-12T20:36:25.774Z Downloaded csv v1.3.0
7852024-08-12T20:36:25.793Z Downloaded petgraph v0.6.5
7862024-08-12T20:36:25.810Z Downloaded tokio v1.38.1
7872024-08-12T20:36:25.848Z Downloaded sha3 v0.10.8
7882024-08-12T20:36:25.853Z Downloaded zerocopy-derive v0.6.6
7892024-08-12T20:36:25.863Z Downloaded polar-core v0.27.3
7902024-08-12T20:36:25.873Z Downloaded webpki-roots v0.25.4
7912024-08-12T20:36:25.877Z Downloaded regex v1.10.6
7922024-08-12T20:36:25.890Z Downloaded trust-dns-proto v0.22.0
7932024-08-12T20:36:25.903Z Downloaded encoding_rs v0.8.34
7942024-08-12T20:36:25.925Z Downloaded nix v0.27.1
7952024-08-12T20:36:25.937Z Downloaded idna v0.2.3
7962024-08-12T20:36:25.943Z Downloaded nix v0.28.0
7972024-08-12T20:36:25.956Z Downloaded object v0.32.2
7982024-08-12T20:36:25.966Z Downloaded chrono v0.4.38
7992024-08-12T20:36:25.975Z Downloaded bitvec v1.0.1
8002024-08-12T20:36:25.990Z Downloaded bindgen v0.69.4
8012024-08-12T20:36:25.998Z Downloaded sqlparser v0.45.0
8022024-08-12T20:36:26.003Z Downloaded idna v0.5.0
8032024-08-12T20:36:26.010Z Downloaded hkdf v0.12.4
8042024-08-12T20:36:26.013Z Downloaded proptest v1.5.0
8052024-08-12T20:36:26.025Z Downloaded lalrpop v0.19.12
8062024-08-12T20:36:26.038Z Downloaded unicode-segmentation v1.11.0
8072024-08-12T20:36:26.041Z Downloaded time v0.3.36
8082024-08-12T20:36:26.048Z Downloaded trust-dns-server v0.22.1
8092024-08-12T20:36:26.057Z Downloaded trust-dns-resolver v0.22.0
8102024-08-12T20:36:26.060Z Downloaded hashbrown v0.13.2
8112024-08-12T20:36:26.063Z Downloaded rustyline v14.0.0
8122024-08-12T20:36:26.068Z Downloaded derive_more v0.99.18
8132024-08-12T20:36:26.072Z Downloaded heapless v0.7.17
8142024-08-12T20:36:26.078Z Downloaded headers v0.3.9
8152024-08-12T20:36:26.082Z Downloaded ring v0.17.8
8162024-08-12T20:36:26.153Z Downloaded unsafe-libyaml v0.2.11
8172024-08-12T20:36:26.157Z Downloaded blake3 v1.5.1
8182024-08-12T20:36:26.162Z Downloaded ring v0.16.20
8192024-08-12T20:36:26.243Z Downloaded tracing v0.1.40
8202024-08-12T20:36:26.247Z Downloaded aho-corasick v1.1.3
8212024-08-12T20:36:26.252Z Downloaded rand v0.8.5
8222024-08-12T20:36:26.256Z Downloaded http v1.1.0
8232024-08-12T20:36:26.259Z Downloaded serde_with v3.8.3
8242024-08-12T20:36:26.267Z Downloaded pkcs8 v0.10.2
8252024-08-12T20:36:26.270Z Downloaded pkcs1 v0.7.5
8262024-08-12T20:36:26.272Z Downloaded half v2.4.1
8272024-08-12T20:36:26.275Z Downloaded dyn-clone v1.0.17
8282024-08-12T20:36:26.278Z Downloaded derive_builder_macro v0.20.0
8292024-08-12T20:36:26.278Z Downloaded wait-timeout v0.2.0
8302024-08-12T20:36:26.278Z Downloaded smf v0.2.3
8312024-08-12T20:36:26.280Z Downloaded time-macros v0.2.18
8322024-08-12T20:36:26.281Z Downloaded getrandom v0.2.14
8332024-08-12T20:36:26.283Z Downloaded rcgen v0.12.1
8342024-08-12T20:36:26.286Z Downloaded home v0.5.9
8352024-08-12T20:36:26.288Z Downloaded dirs-next v2.0.0
8362024-08-12T20:36:26.288Z Downloaded serde_with_macros v3.8.3
8372024-08-12T20:36:26.291Z Downloaded scheduled-thread-pool v0.2.7
8382024-08-12T20:36:26.291Z Downloaded vsss-rs v3.3.4
8392024-08-12T20:36:26.293Z Downloaded crossterm v0.27.0
8402024-08-12T20:36:26.298Z Downloaded libxml v0.3.3
8412024-08-12T20:36:26.304Z Downloaded globset v0.4.14
8422024-08-12T20:36:26.306Z Downloaded sha1 v0.10.6
8432024-08-12T20:36:26.309Z Downloaded unicode-xid v0.2.4
8442024-08-12T20:36:26.309Z Downloaded slog-envlogger v2.2.0
8452024-08-12T20:36:26.311Z Downloaded rustversion v1.0.17
8462024-08-12T20:36:26.311Z Downloaded derive-where v1.2.7
8472024-08-12T20:36:26.314Z Downloaded itertools v0.13.0
8482024-08-12T20:36:26.321Z Downloaded itertools v0.12.1
8492024-08-12T20:36:26.328Z Downloaded slog v2.7.0
8502024-08-12T20:36:26.331Z Downloaded derive_builder v0.20.0
8512024-08-12T20:36:26.334Z Downloaded textwrap v0.16.1
8522024-08-12T20:36:26.337Z Downloaded test-strategy v0.3.1
8532024-08-12T20:36:26.340Z Downloaded subprocess v0.2.9
8542024-08-12T20:36:26.343Z Downloaded strum_macros v0.26.4
8552024-08-12T20:36:26.345Z Downloaded universal-hash v0.5.1
8562024-08-12T20:36:26.345Z Downloaded socket2 v0.5.7
8572024-08-12T20:36:26.348Z Downloaded nom v7.1.3
8582024-08-12T20:36:26.352Z Downloaded vte v0.11.1
8592024-08-12T20:36:26.355Z Downloaded poly1305 v0.8.0
8602024-08-12T20:36:26.357Z Downloaded pem-rfc7468 v0.7.0
8612024-08-12T20:36:26.360Z Downloaded highway v1.2.0
8622024-08-12T20:36:26.360Z Downloaded thiserror-no-std v2.0.2
8632024-08-12T20:36:26.364Z Downloaded rusty-fork v0.3.0
8642024-08-12T20:36:26.366Z Downloaded filetime v0.2.23
8652024-08-12T20:36:26.366Z Downloaded derive_builder_core v0.20.0
8662024-08-12T20:36:26.369Z Downloaded iana-time-zone v0.1.60
8672024-08-12T20:36:26.371Z Downloaded rustls-pemfile v1.0.4
8682024-08-12T20:36:26.374Z Downloaded sec1 v0.7.3
8692024-08-12T20:36:26.374Z Downloaded tracing-core v0.1.32
8702024-08-12T20:36:26.376Z Downloaded backtrace v0.3.71
8712024-08-12T20:36:26.380Z Downloaded ppv-lite86 v0.2.17
8722024-08-12T20:36:26.383Z Downloaded futures v0.3.30
8732024-08-12T20:36:26.386Z Downloaded fatfs v0.3.6
8742024-08-12T20:36:26.388Z Downloaded uuid v1.10.0
8752024-08-12T20:36:26.391Z Downloaded crossbeam-channel v0.5.12
8762024-08-12T20:36:26.395Z Downloaded arc-swap v1.7.1
8772024-08-12T20:36:26.398Z Downloaded zeroize v1.7.0
8782024-08-12T20:36:26.402Z Downloaded strum_macros v0.25.3
8792024-08-12T20:36:26.404Z Downloaded structmeta-derive v0.2.0
8802024-08-12T20:36:26.404Z Downloaded static_assertions v1.1.0
8812024-08-12T20:36:26.404Z Downloaded serde_derive_internals v0.29.1
8822024-08-12T20:36:26.407Z Downloaded rustls-pki-types v1.7.0
8832024-08-12T20:36:26.407Z Downloaded rustls-pemfile v2.1.3
8842024-08-12T20:36:26.410Z Downloaded hyper-rustls v0.24.2
8852024-08-12T20:36:26.412Z Downloaded chacha20poly1305 v0.10.1
8862024-08-12T20:36:26.416Z Downloaded ref-cast-impl v1.0.23
8872024-08-12T20:36:26.416Z Downloaded ref-cast v1.0.23
8882024-08-12T20:36:26.419Z Downloaded serde_repr v0.1.19
8892024-08-12T20:36:26.419Z Downloaded base64 v0.21.7
8902024-08-12T20:36:26.422Z Downloaded compact_str v0.7.1
8912024-08-12T20:36:26.424Z Downloaded cc v1.0.97
8922024-08-12T20:36:26.427Z Downloaded base64 v0.13.1
8932024-08-12T20:36:26.429Z Downloaded serde_arrays v0.1.0
8942024-08-12T20:36:26.432Z Downloaded tokio-native-tls v0.3.1
8952024-08-12T20:36:26.432Z Downloaded fallible-iterator v0.2.0
8962024-08-12T20:36:26.434Z Downloaded which v4.4.2
8972024-08-12T20:36:26.434Z Downloaded minimal-lexical v0.2.1
8982024-08-12T20:36:26.439Z Downloaded wyz v0.5.1
8992024-08-12T20:36:26.442Z Downloaded smallvec v0.6.14
9002024-08-12T20:36:26.442Z Downloaded const_format v0.2.32
9012024-08-12T20:36:26.445Z Downloaded hostname v0.4.0
9022024-08-12T20:36:26.447Z Downloaded num-bigint v0.4.5
9032024-08-12T20:36:26.450Z Downloaded shell-words v1.1.0
9042024-08-12T20:36:26.453Z Downloaded whoami v1.5.1
9052024-08-12T20:36:26.453Z Downloaded crc-any v2.5.0
9062024-08-12T20:36:26.456Z Downloaded cookie v0.18.1
9072024-08-12T20:36:26.459Z Downloaded itertools v0.10.5
9082024-08-12T20:36:26.463Z Downloaded tokio-rustls v0.25.0
9092024-08-12T20:36:26.466Z Downloaded predicates-core v1.0.6
9102024-08-12T20:36:26.468Z Downloaded erased-serde v0.3.31
9112024-08-12T20:36:26.468Z Downloaded siphasher v0.3.11
9122024-08-12T20:36:26.471Z Downloaded termcolor v1.4.1
9132024-08-12T20:36:26.471Z Downloaded rustc_version v0.4.0
9142024-08-12T20:36:26.474Z Downloaded miniz_oxide v0.7.2
9152024-08-12T20:36:26.474Z Downloaded indicatif v0.17.8
9162024-08-12T20:36:26.477Z Downloaded bytes v1.7.1
9172024-08-12T20:36:26.480Z Downloaded parking_lot v0.11.2
9182024-08-12T20:36:26.483Z Downloaded multer v3.1.0
9192024-08-12T20:36:26.485Z Downloaded crossbeam-epoch v0.9.18
9202024-08-12T20:36:26.488Z Downloaded cancel-safe-futures v0.1.5
9212024-08-12T20:36:26.491Z Downloaded supports-color v3.0.0
9222024-08-12T20:36:26.491Z Downloaded spki v0.7.3
9232024-08-12T20:36:26.494Z Downloaded arrayvec v0.7.4
9242024-08-12T20:36:26.497Z Downloaded zone_cfg_derive v0.1.2
9252024-08-12T20:36:26.497Z Downloaded zone v0.1.8
9262024-08-12T20:36:26.497Z Downloaded slog-async v2.8.0
9272024-08-12T20:36:26.499Z Downloaded signal-hook-registry v1.4.2
9282024-08-12T20:36:26.499Z Downloaded serde_urlencoded v0.7.1
9292024-08-12T20:36:26.499Z Downloaded num-rational v0.4.2
9302024-08-12T20:36:26.502Z Downloaded mime_guess v2.0.4
9312024-08-12T20:36:26.502Z Downloaded memmap2 v0.9.4
9322024-08-12T20:36:26.505Z Downloaded data-encoding v2.6.0
9332024-08-12T20:36:26.505Z Downloaded clang-sys v1.7.0
9342024-08-12T20:36:26.508Z Downloaded cookie v0.17.0
9352024-08-12T20:36:26.510Z Downloaded packed_struct v0.10.1
9362024-08-12T20:36:26.510Z Downloaded base64ct v1.6.0
9372024-08-12T20:36:26.513Z Downloaded debug-ignore v1.0.5
9382024-08-12T20:36:26.515Z Downloaded backoff v0.4.0
9392024-08-12T20:36:26.515Z Downloaded addr2line v0.21.0
9402024-08-12T20:36:26.518Z Downloaded mockall v0.13.0
9412024-08-12T20:36:26.521Z Downloaded crc v3.2.1
9422024-08-12T20:36:26.521Z Downloaded convert_case v0.4.0
9432024-08-12T20:36:26.523Z Downloaded olpc-cjson v0.1.3
9442024-08-12T20:36:26.523Z Downloaded num_enum v0.5.11
9452024-08-12T20:36:26.526Z Downloaded num-integer v0.1.46
9462024-08-12T20:36:26.529Z Downloaded num v0.4.3
9472024-08-12T20:36:26.529Z Downloaded match_cfg v0.1.0
9482024-08-12T20:36:26.532Z Downloaded lazy_static v1.5.0
9492024-08-12T20:36:26.532Z Downloaded const_format_proc_macros v0.2.32
9502024-08-12T20:36:26.534Z Downloaded cexpr v0.6.0
9512024-08-12T20:36:26.537Z Downloaded castaway v0.2.2
9522024-08-12T20:36:26.537Z Downloaded cipher v0.4.4
9532024-08-12T20:36:26.539Z Downloaded ciborium-io v0.2.2
9542024-08-12T20:36:26.539Z Downloaded async-trait v0.1.81
9552024-08-12T20:36:26.542Z Downloaded ascii-canvas v3.0.0
9562024-08-12T20:36:26.542Z Downloaded ascii v1.1.0
9572024-08-12T20:36:26.545Z Downloaded num-conv v0.1.0
9582024-08-12T20:36:26.545Z Downloaded bitfield-struct v0.6.1
9592024-08-12T20:36:26.547Z Downloaded managed v0.8.0
9602024-08-12T20:36:26.547Z Downloaded linked-hash-map v0.5.6
9612024-08-12T20:36:26.547Z Downloaded keccak v0.1.5
9622024-08-12T20:36:26.550Z Downloaded ipnet v2.9.0
9632024-08-12T20:36:26.550Z Downloaded indexmap v1.9.3
9642024-08-12T20:36:26.553Z Downloaded sync_wrapper v0.1.2
9652024-08-12T20:36:26.555Z Downloaded parse-size v1.0.0
9662024-08-12T20:36:26.555Z Downloaded nodrop v0.1.14
9672024-08-12T20:36:26.555Z Downloaded buf-list v1.0.3
9682024-08-12T20:36:26.558Z Downloaded maybe-uninit v2.0.0
9692024-08-12T20:36:26.558Z Downloaded newtype_derive v0.1.6
9702024-08-12T20:36:26.561Z Downloaded new_debug_unreachable v1.0.6
9712024-08-12T20:36:26.561Z Downloaded bit-vec v0.6.3
9722024-08-12T20:36:26.563Z Downloaded array-init v0.0.4
9732024-08-12T20:36:26.563Z Downloaded inout v0.1.3
9742024-08-12T20:36:26.563Z Downloaded num-derive v0.4.2
9752024-08-12T20:36:26.566Z Downloaded md-5 v0.10.6
9762024-08-12T20:36:26.566Z Downloaded defmt-macros v0.3.9
9772024-08-12T20:36:26.568Z Downloaded newtype-uuid v1.1.0
9782024-08-12T20:36:26.571Z Downloaded maplit v1.0.2
9792024-08-12T20:36:26.571Z Downloaded kstat-rs v0.2.4
9802024-08-12T20:36:26.571Z Downloaded is_ci v1.2.0
9812024-08-12T20:36:26.574Z Downloaded is-terminal v0.4.12
9822024-08-12T20:36:26.574Z Downloaded indent_write v2.2.0
9832024-08-12T20:36:26.574Z Downloaded libsw v3.3.1
9842024-08-12T20:36:26.576Z Downloaded lalrpop-util v0.19.12
9852024-08-12T20:36:26.576Z Downloaded indoc v1.0.9
9862024-08-12T20:36:26.579Z Downloaded bitstruct v0.1.1
9872024-08-12T20:36:26.579Z Downloaded atomic-waker v1.1.2
9882024-08-12T20:36:26.582Z Downloaded block-padding v0.3.3
9892024-08-12T20:36:26.582Z Downloaded constant_time_eq v0.3.0
9902024-08-12T20:36:26.584Z Downloaded bitfield v0.14.0
9912024-08-12T20:36:26.584Z Downloaded async-stream v0.3.5
9922024-08-12T20:36:26.587Z Downloaded matches v0.1.10
9932024-08-12T20:36:26.587Z Downloaded impl-trait-for-tuples v0.2.2
9942024-08-12T20:36:26.589Z Downloaded bit-set v0.5.3
9952024-08-12T20:36:26.589Z Downloaded assert_matches v1.5.0
9962024-08-12T20:36:26.589Z Downloaded arrayref v0.3.7
9972024-08-12T20:36:26.671Z Compiling cfg-if v1.0.0
9982024-08-12T20:36:26.671Z Compiling serde v1.0.205
9992024-08-12T20:36:26.674Z Compiling lock_api v0.4.12
10002024-08-12T20:36:26.674Z Compiling scopeguard v1.2.0
10012024-08-12T20:36:26.674Z Compiling log v0.4.21
10022024-08-12T20:36:26.806Z Compiling cc v1.0.97
10032024-08-12T20:36:26.817Z Compiling syn v2.0.72
10042024-08-12T20:36:26.827Z Compiling typenum v1.17.0
10052024-08-12T20:36:26.895Z Compiling getrandom v0.2.14
10062024-08-12T20:36:26.936Z Compiling generic-array v0.14.7
10072024-08-12T20:36:27.208Z Compiling rand_core v0.6.4
10082024-08-12T20:36:27.264Z Compiling pin-project-lite v0.2.14
10092024-08-12T20:36:27.336Z Compiling parking_lot_core v0.9.10
10102024-08-12T20:36:27.385Z Compiling smallvec v1.13.2
10112024-08-12T20:36:27.433Z Compiling signal-hook-registry v1.4.2
10122024-08-12T20:36:27.710Z Compiling spin v0.9.8
10132024-08-12T20:36:27.710Z Compiling mio v0.8.11
10142024-08-12T20:36:27.769Z Compiling ahash v0.8.11
10152024-08-12T20:36:28.093Z Compiling tinyvec_macros v0.1.1
10162024-08-12T20:36:28.096Z Compiling futures-core v0.3.30
10172024-08-12T20:36:28.180Z Compiling parking_lot v0.12.2
10182024-08-12T20:36:28.194Z Compiling tinyvec v1.6.0
10192024-08-12T20:36:28.402Z Compiling socket2 v0.5.7
10202024-08-12T20:36:28.436Z Compiling num_cpus v1.16.0
10212024-08-12T20:36:28.562Z Compiling subtle v2.5.0
10222024-08-12T20:36:28.948Z Compiling libm v0.2.8
10232024-08-12T20:36:29.068Z Compiling const-oid v0.9.6
10242024-08-12T20:36:29.230Z Compiling serde_json v1.0.122
10252024-08-12T20:36:29.366Z Compiling slab v0.4.9
10262024-08-12T20:36:29.452Z Compiling num-traits v0.2.19
10272024-08-12T20:36:29.609Z Compiling futures-sink v0.3.30
10282024-08-12T20:36:29.674Z Compiling unicode-normalization v0.1.23
10292024-08-12T20:36:29.676Z Compiling allocator-api2 v0.2.18
10302024-08-12T20:36:29.736Z Compiling unicode-bidi v0.3.15
10312024-08-12T20:36:30.363Z Compiling futures-channel v0.3.30
10322024-08-12T20:36:30.392Z Compiling futures-task v0.3.30
10332024-08-12T20:36:30.686Z Compiling pin-utils v0.1.0
10342024-08-12T20:36:30.773Z Compiling vcpkg v0.2.15
10352024-08-12T20:36:30.788Z Compiling pkg-config v0.3.30
10362024-08-12T20:36:30.810Z Compiling futures-io v0.3.30
10372024-08-12T20:36:30.843Z Compiling ring v0.17.8
10382024-08-12T20:36:31.148Z Compiling ppv-lite86 v0.2.17
10392024-08-12T20:36:31.296Z Compiling percent-encoding v2.3.1
10402024-08-12T20:36:31.334Z Compiling tracing-core v0.1.32
10412024-08-12T20:36:31.699Z Compiling powerfmt v0.2.0
10422024-08-12T20:36:31.961Z Compiling rand_chacha v0.3.1
10432024-08-12T20:36:32.074Z Compiling syn v1.0.109
10442024-08-12T20:36:32.319Z Compiling num-conv v0.1.0
10452024-08-12T20:36:32.608Z Compiling time-core v0.1.2
10462024-08-12T20:36:32.711Z Compiling rustix v0.38.34
10472024-08-12T20:36:32.737Z Compiling untrusted v0.9.0
10482024-08-12T20:36:32.774Z Compiling time-macros v0.2.18
10492024-08-12T20:36:32.934Z Compiling openssl-sys v0.9.103
10502024-08-12T20:36:33.011Z Compiling rand v0.8.5
10512024-08-12T20:36:33.231Z Compiling deranged v0.3.11
10522024-08-12T20:36:33.641Z Compiling rustversion v1.0.17
10532024-08-12T20:36:34.105Z Compiling base64ct v1.6.0
10542024-08-12T20:36:34.282Z Compiling openssl v0.10.66
10552024-08-12T20:36:34.391Z Compiling num_threads v0.1.7
10562024-08-12T20:36:34.516Z Compiling foreign-types-shared v0.1.1
10572024-08-12T20:36:34.621Z Compiling httparse v1.8.0
10582024-08-12T20:36:34.686Z Compiling foreign-types v0.3.2
10592024-08-12T20:36:34.727Z Compiling pem-rfc7468 v0.7.0
10602024-08-12T20:36:35.123Z Compiling form_urlencoded v1.2.1
10612024-08-12T20:36:35.199Z Compiling siphasher v0.3.11
10622024-08-12T20:36:35.405Z Compiling crossbeam-utils v0.8.19
10632024-08-12T20:36:35.453Z Compiling flagset v0.4.5
10642024-08-12T20:36:35.557Z Compiling try-lock v0.2.5
10652024-08-12T20:36:35.665Z Compiling native-tls v0.2.11
10662024-08-12T20:36:35.702Z Compiling rustls v0.21.12
10672024-08-12T20:36:36.019Z Compiling want v0.3.1
10682024-08-12T20:36:36.159Z Compiling idna v0.5.0
10692024-08-12T20:36:36.177Z Compiling time v0.3.36
10702024-08-12T20:36:36.300Z Compiling lazy_static v1.5.0
10712024-08-12T20:36:36.421Z Compiling aho-corasick v1.1.3
10722024-08-12T20:36:36.712Z Compiling cookie v0.17.0
10732024-08-12T20:36:37.010Z Compiling iana-time-zone v0.1.60
10742024-08-12T20:36:37.471Z Compiling sct v0.7.1
10752024-08-12T20:36:37.488Z Compiling rustls-webpki v0.101.7
10762024-08-12T20:36:37.778Z Compiling cpufeatures v0.2.12
10772024-08-12T20:36:37.795Z Compiling tower-service v0.3.2
10782024-08-12T20:36:37.879Z Compiling signal-hook v0.3.17
10792024-08-12T20:36:37.913Z Compiling httpdate v1.0.3
10802024-08-12T20:36:38.152Z Compiling finl_unicode v1.2.0
10812024-08-12T20:36:38.390Z Compiling adler v1.0.2
10822024-08-12T20:36:38.608Z Compiling openssl-probe v0.1.5
10832024-08-12T20:36:38.753Z Compiling regex-syntax v0.8.3
10842024-08-12T20:36:38.978Z Compiling slog v2.7.0
10852024-08-12T20:36:38.995Z Compiling stringprep v0.1.4
10862024-08-12T20:36:39.425Z Compiling miniz_oxide v0.7.2
10872024-08-12T20:36:40.306Z Compiling url v2.5.2
10882024-08-12T20:36:41.198Z Compiling serde_derive v1.0.205
10892024-08-12T20:36:41.400Z Compiling zeroize_derive v1.4.2
10902024-08-12T20:36:41.938Z Compiling zerocopy-derive v0.7.34
10912024-08-12T20:36:42.125Z Compiling tokio-macros v2.3.0
10922024-08-12T20:36:42.268Z Compiling thiserror-impl v1.0.63
10932024-08-12T20:36:43.032Z Compiling zeroize v1.7.0
10942024-08-12T20:36:43.710Z Compiling futures-macro v0.3.30
10952024-08-12T20:36:44.240Z Compiling zerocopy v0.7.34
10962024-08-12T20:36:44.912Z Compiling crypto-common v0.1.6
10972024-08-12T20:36:45.169Z Compiling block-buffer v0.10.4
10982024-08-12T20:36:45.201Z Compiling tracing-attributes v0.1.27
10992024-08-12T20:36:45.421Z Compiling digest v0.10.7
11002024-08-12T20:36:45.617Z Compiling thiserror v1.0.63
11012024-08-12T20:36:45.731Z Compiling futures-util v0.3.30
11022024-08-12T20:36:45.754Z Compiling pest v2.7.10
11032024-08-12T20:36:45.922Z Compiling scroll_derive v0.12.0
11042024-08-12T20:36:46.505Z Compiling hashbrown v0.14.5
11052024-08-12T20:36:47.428Z Compiling scroll v0.12.0
11062024-08-12T20:36:47.929Z Compiling goblin v0.8.2
11072024-08-12T20:36:47.978Z Compiling hmac v0.12.1
11082024-08-12T20:36:48.214Z Compiling pest_meta v2.7.10
11092024-08-12T20:36:48.408Z Compiling der_derive v0.7.2
11102024-08-12T20:36:48.735Z Compiling openssl-macros v0.1.1
11112024-08-12T20:36:49.054Z Compiling tracing v0.1.40
11122024-08-12T20:36:49.316Z Compiling sha2 v0.10.8
11132024-08-12T20:36:49.540Z Compiling pest_generator v2.7.10
11142024-08-12T20:36:49.558Z Compiling md-5 v0.10.6
11152024-08-12T20:36:49.814Z Compiling regex-automata v0.4.6
11162024-08-12T20:36:51.007Z Compiling der v0.7.9
11172024-08-12T20:36:51.545Z Compiling num-integer v0.1.46
11182024-08-12T20:36:51.924Z Compiling idna v0.3.0
11192024-08-12T20:36:52.362Z Compiling backtrace v0.3.71
11202024-08-12T20:36:52.818Z Compiling hash32 v0.2.1
11212024-08-12T20:36:52.979Z Compiling base64 v0.22.1
11222024-08-12T20:36:53.167Z Compiling pest_derive v2.7.10
11232024-08-12T20:36:53.198Z Compiling spki v0.7.3
11242024-08-12T20:36:53.488Z Compiling psl-types v2.0.11
11252024-08-12T20:36:53.556Z Compiling fallible-iterator v0.2.0
11262024-08-12T20:36:53.672Z Compiling crc32fast v1.4.0
11272024-08-12T20:36:53.718Z Compiling gimli v0.28.1
11282024-08-12T20:36:54.005Z Compiling dtrace-parser v0.2.0
11292024-08-12T20:36:54.269Z Compiling smoltcp v0.9.1
11302024-08-12T20:36:54.287Z Compiling stable_deref_trait v1.2.0
11312024-08-12T20:36:54.371Z Compiling publicsuffix v2.2.3
11322024-08-12T20:36:54.389Z Compiling pkcs8 v0.10.2
11332024-08-12T20:36:54.646Z Compiling hubpack_derive v0.1.1
11342024-08-12T20:36:54.941Z Compiling block-padding v0.3.3
11352024-08-12T20:36:55.032Z Compiling zerocopy-derive v0.6.6
11362024-08-12T20:36:55.192Z Compiling bytes v1.7.1
11372024-08-12T20:36:55.557Z Compiling bitflags v2.6.0
11382024-08-12T20:36:56.008Z Compiling indexmap v2.3.0
11392024-08-12T20:36:56.117Z Compiling tokio v1.38.1
11402024-08-12T20:36:56.425Z Compiling http v0.2.12
11412024-08-12T20:36:57.167Z Compiling semver v1.0.23
11422024-08-12T20:36:57.906Z Compiling rustc_version v0.4.0
11432024-08-12T20:36:58.273Z Compiling http-body v0.4.6
11442024-08-12T20:36:58.643Z Compiling dof v0.3.0
11452024-08-12T20:36:58.701Z Compiling heapless v0.7.17
11462024-08-12T20:36:58.741Z Compiling uuid v1.10.0
11472024-08-12T20:36:58.900Z Compiling toml_datetime v0.6.8
11482024-08-12T20:36:59.240Z Compiling chrono v0.4.38
11492024-08-12T20:36:59.439Z Compiling usdt-impl v0.5.0
11502024-08-12T20:37:00.157Z Compiling serde_spanned v0.6.7
11512024-08-12T20:37:00.379Z Compiling serde_tokenstream v0.2.1
11522024-08-12T20:37:00.515Z Compiling terminal_size v0.3.0
11532024-08-12T20:37:00.887Z Compiling addr2line v0.21.0
11542024-08-12T20:37:00.927Z Compiling postgres-protocol v0.6.7
11552024-08-12T20:37:01.019Z Compiling async-trait v0.1.81
11562024-08-12T20:37:02.534Z Compiling phf_shared v0.11.2
11572024-08-12T20:37:02.686Z Compiling serde_derive_internals v0.29.1
11582024-08-12T20:37:02.855Z Compiling ff v0.13.0
11592024-08-12T20:37:02.922Z Compiling fs-err v2.11.0
11602024-08-12T20:37:02.949Z Compiling object v0.32.2
11612024-08-12T20:37:03.081Z Compiling rustc-demangle v0.1.24
11622024-08-12T20:37:03.084Z Compiling base16ct v0.2.0
11632024-08-12T20:37:03.220Z Compiling managed v0.8.0
11642024-08-12T20:37:03.432Z Compiling schemars v0.8.21
11652024-08-12T20:37:03.633Z Compiling bitflags v1.3.2
11662024-08-12T20:37:03.735Z Compiling base64 v0.21.7
11672024-08-12T20:37:03.795Z Compiling bit-vec v0.6.3
11682024-08-12T20:37:03.798Z Compiling matches v0.1.10
11692024-08-12T20:37:03.943Z Compiling ipnet v2.9.0
11702024-08-12T20:37:04.028Z Compiling winnow v0.5.40
11712024-08-12T20:37:04.283Z Compiling tokio-util v0.7.11
11722024-08-12T20:37:04.489Z Compiling tokio-rustls v0.24.1
11732024-08-12T20:37:05.169Z Compiling regex-automata v0.1.10
11742024-08-12T20:37:05.415Z Compiling h2 v0.3.26
11752024-08-12T20:37:05.551Z Compiling tokio-native-tls v0.3.1
11762024-08-12T20:37:05.650Z Compiling anyhow v1.0.86
11772024-08-12T20:37:05.667Z Compiling either v1.13.0
11782024-08-12T20:37:05.807Z Compiling bstr v0.2.17
11792024-08-12T20:37:06.095Z Compiling schemars_derive v0.8.21
11802024-08-12T20:37:06.442Z Compiling rustls-pemfile v1.0.4
11812024-08-12T20:37:06.881Z Compiling clap_builder v4.5.13
11822024-08-12T20:37:07.218Z Compiling idna v0.2.3
11832024-08-12T20:37:07.488Z Compiling toml_edit v0.19.15
11842024-08-12T20:37:08.835Z Compiling sec1 v0.7.3
11852024-08-12T20:37:09.635Z Compiling group v0.13.0
11862024-08-12T20:37:09.956Z Compiling phf v0.11.2
11872024-08-12T20:37:10.027Z Compiling signal-hook-mio v0.2.3
11882024-08-12T20:37:10.068Z Compiling cookie_store v0.20.0
11892024-08-12T20:37:10.185Z Compiling postgres-types v0.2.7
11902024-08-12T20:37:10.239Z Compiling usdt-attr-macro v0.5.0
11912024-08-12T20:37:11.305Z Compiling usdt-macro v0.5.0
11922024-08-12T20:37:11.559Z Compiling zerocopy v0.6.6
11932024-08-12T20:37:11.705Z Compiling hubpack v0.1.2
11942024-08-12T20:37:11.914Z Compiling inout v0.1.3
11952024-08-12T20:37:12.157Z Compiling hyper v0.14.30
11962024-08-12T20:37:12.175Z Compiling serde_urlencoded v0.7.1
11972024-08-12T20:37:12.416Z Compiling regex v1.10.6
11982024-08-12T20:37:12.737Z Compiling num-bigint v0.4.5
11992024-08-12T20:37:12.900Z Compiling futures-executor v0.3.30
12002024-08-12T20:37:13.021Z Compiling enum-as-inner v0.5.1
12012024-08-12T20:37:13.429Z Compiling hkdf v0.12.4
12022024-08-12T20:37:13.488Z Compiling crypto-bigint v0.5.5
12032024-08-12T20:37:13.683Z Compiling clap_derive v4.5.13
12042024-08-12T20:37:14.131Z Compiling strum_macros v0.25.3
12052024-08-12T20:37:15.241Z Compiling serde_repr v0.1.19
12062024-08-12T20:37:15.747Z Compiling phf_shared v0.10.0
12072024-08-12T20:37:16.109Z Compiling float-cmp v0.9.0
12082024-08-12T20:37:16.146Z Compiling encoding_rs v0.8.34
12092024-08-12T20:37:16.333Z Compiling mime v0.3.17
12102024-08-12T20:37:16.404Z Compiling sync_wrapper v0.1.2
12112024-08-12T20:37:16.538Z Compiling fixedbitset v0.4.2
12122024-08-12T20:37:16.933Z Compiling whoami v1.5.1
12132024-08-12T20:37:17.006Z Compiling data-encoding v2.6.0
12142024-08-12T20:37:17.579Z Compiling dyn-clone v1.0.17
12152024-08-12T20:37:17.798Z Compiling static_assertions v1.1.0
12162024-08-12T20:37:17.903Z Compiling difflib v0.4.0
12172024-08-12T20:37:18.234Z Compiling precomputed-hash v0.1.1
12182024-08-12T20:37:18.354Z Compiling normalize-line-endings v0.3.0
12192024-08-12T20:37:18.479Z Compiling unicode-segmentation v1.11.0
12202024-08-12T20:37:18.769Z Compiling predicates-core v1.0.6
12212024-08-12T20:37:19.173Z Compiling hyper-rustls v0.24.2
12222024-08-12T20:37:19.353Z Compiling hyper-tls v0.5.0
12232024-08-12T20:37:19.382Z Compiling webpki-roots v0.25.4
12242024-08-12T20:37:19.505Z Compiling new_debug_unreachable v1.0.6
12252024-08-12T20:37:19.540Z Compiling minimal-lexical v0.2.1
12262024-08-12T20:37:19.543Z Compiling similar v2.5.0
12272024-08-12T20:37:19.571Z Compiling predicates v3.1.2
12282024-08-12T20:37:19.598Z Compiling string_cache v0.8.7
12292024-08-12T20:37:19.706Z Compiling reqwest v0.11.27
12302024-08-12T20:37:20.061Z Compiling nom v7.1.3
12312024-08-12T20:37:20.079Z Compiling console v0.15.8
12322024-08-12T20:37:20.575Z Compiling toml_edit v0.22.20
12332024-08-12T20:37:21.247Z Compiling clap v4.5.13
12342024-08-12T20:37:21.372Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12352024-08-12T20:37:21.884Z Compiling trust-dns-proto v0.22.0
12362024-08-12T20:37:22.414Z Compiling tokio-postgres v0.7.11
12372024-08-12T20:37:23.581Z Compiling petgraph v0.6.5
12382024-08-12T20:37:23.767Z Compiling elliptic-curve v0.13.8
12392024-08-12T20:37:24.650Z Compiling usdt v0.5.0
12402024-08-12T20:37:25.156Z Compiling yasna v0.5.2
12412024-08-12T20:37:25.481Z Compiling futures v0.3.30
12422024-08-12T20:37:25.687Z Compiling flate2 v1.0.31
12432024-08-12T20:37:26.567Z Compiling cipher v0.4.4
12442024-08-12T20:37:27.009Z Compiling toml v0.7.8
12452024-08-12T20:37:27.558Z Compiling crossterm v0.27.0
12462024-08-12T20:37:27.704Z Compiling itertools v0.12.1
12472024-08-12T20:37:27.953Z Compiling itertools v0.10.5
12482024-08-12T20:37:28.452Z Compiling bit-set v0.5.3
12492024-08-12T20:37:28.706Z Compiling tokio-stream v0.1.15
12502024-08-12T20:37:28.750Z Compiling openapiv3 v2.0.0
12512024-08-12T20:37:28.792Z Compiling hex v0.4.3
12522024-08-12T20:37:29.427Z Compiling bstr v1.9.1
12532024-08-12T20:37:29.676Z Compiling num-iter v0.1.45
12542024-08-12T20:37:29.866Z Compiling crossbeam-epoch v0.9.18
12552024-08-12T20:37:30.204Z Compiling dirs-sys-next v0.1.2
12562024-08-12T20:37:30.596Z Compiling peg-runtime v0.8.3
12572024-08-12T20:37:30.741Z Compiling unicode-xid v0.2.4
12582024-08-12T20:37:30.818Z Compiling lalrpop-util v0.19.12
12592024-08-12T20:37:30.896Z Compiling dirs-next v2.0.0
12602024-08-12T20:37:30.914Z Compiling thread_local v1.1.8
12612024-08-12T20:37:31.099Z Compiling slog-async v2.8.0
12622024-08-12T20:37:31.174Z Compiling term v0.7.0
12632024-08-12T20:37:31.208Z Compiling xattr v1.3.1
12642024-08-12T20:37:31.235Z Compiling crossbeam-channel v0.5.12
12652024-08-12T20:37:31.259Z Compiling strum_macros v0.26.4
12662024-08-12T20:37:31.454Z Compiling filetime v0.2.23
12672024-08-12T20:37:31.477Z Compiling is-terminal v0.4.12
12682024-08-12T20:37:31.600Z Compiling take_mut v0.2.2
12692024-08-12T20:37:31.682Z Compiling tar v0.4.41
12702024-08-12T20:37:31.747Z Compiling slog-term v2.9.1
12712024-08-12T20:37:31.764Z Compiling camino v1.1.7
12722024-08-12T20:37:33.856Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12732024-08-12T20:37:34.374Z Compiling strum v0.26.3
12742024-08-12T20:37:34.452Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12752024-08-12T20:37:39.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
12762024-08-12T20:37:39.824Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12772024-08-12T20:37:39.867ZAug 12 20:37:39.440 INFO Starting download, target: Cockroach
12782024-08-12T20:37:39.867ZAug 12 20:37:39.440 INFO Starting download, target: Clickhouse
12792024-08-12T20:37:39.867ZAug 12 20:37:39.440 INFO Starting download, target: Console
12802024-08-12T20:37:39.870ZAug 12 20:37:39.440 INFO Starting download, target: DendriteOpenapi
12812024-08-12T20:37:39.870ZAug 12 20:37:39.440 INFO Starting download, target: DendriteStub
12822024-08-12T20:37:39.870ZAug 12 20:37:39.441 INFO Starting download, target: MaghemiteMgd
12832024-08-12T20:37:39.870ZAug 12 20:37:39.441 INFO Starting download, target: TransceiverControl
12842024-08-12T20:37:39.870ZAug 12 20:37:39.441 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12852024-08-12T20:37:39.870ZAug 12 20:37:39.441 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
12862024-08-12T20:37:39.870ZAug 12 20:37:39.441 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12872024-08-12T20:37:39.870ZAug 12 20:37:39.441 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12882024-08-12T20:37:39.870ZAug 12 20:37:39.441 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12892024-08-12T20:37:39.870ZAug 12 20:37:39.441 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12902024-08-12T20:37:39.870ZAug 12 20:37:39.441 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12912024-08-12T20:37:39.997ZAug 12 20:37:39.571 INFO Download complete, target: DendriteOpenapi
12922024-08-12T20:37:40.086ZAug 12 20:37:39.653 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
12932024-08-12T20:37:40.473ZAug 12 20:37:40.044 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
12942024-08-12T20:37:40.648ZAug 12 20:37:40.222 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
12952024-08-12T20:37:40.721ZAug 12 20:37:40.295 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
12962024-08-12T20:37:40.852ZAug 12 20:37:40.425 INFO Download complete, target: TransceiverControl
12972024-08-12T20:37:40.905ZAug 12 20:37:40.479 INFO Download complete, target: Console
12982024-08-12T20:37:42.022ZAug 12 20:37:41.596 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
12992024-08-12T20:37:42.140ZAug 12 20:37:41.714 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13002024-08-12T20:37:42.140ZAug 12 20:37:41.714 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13012024-08-12T20:37:43.546ZAug 12 20:37:43.119 INFO Download complete, target: DendriteStub
13022024-08-12T20:37:43.875ZAug 12 20:37:43.449 INFO Download complete, target: MaghemiteMgd
13032024-08-12T20:37:50.200ZAug 12 20:37:49.773 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13042024-08-12T20:37:50.520ZAug 12 20:37:50.094 INFO Checking that binary works, target: Cockroach
13052024-08-12T20:37:50.675ZAug 12 20:37:50.248 INFO Download complete, target: Cockroach
13062024-08-12T20:37:55.713ZAug 12 20:37:55.285 INFO Checking that binary works, target: Clickhouse
13072024-08-12T20:37:55.886ZAug 12 20:37:55.459 INFO Download complete, target: Clickhouse
13082024-08-12T20:37:55.893ZAll prerequisites installed successfully
13092024-08-12T20:37:55.896Z
13102024-08-12T20:37:55.896Zreal 3:21.875220820
13112024-08-12T20:37:55.896Zuser 10:55.985791465
13122024-08-12T20:37:55.896Zsys 2:21.586786789
13132024-08-12T20:37:55.896Ztrap 0.411458752
13142024-08-12T20:37:55.896Ztflt 0.872493392
13152024-08-12T20:37:55.896Zdflt 1.558013831
13162024-08-12T20:37:55.896Zkflt 0.052353405
13172024-08-12T20:37:55.896Zlock 20:50.254684823
13182024-08-12T20:37:55.896Zslp 41:14.521787212
13192024-08-12T20:37:55.896Zlat 44.411376239
13202024-08-12T20:37:55.896Zstop 1:40.330368494
13212024-08-12T20:37:55.896Z+ source ./tools/include/force-git-over-https.sh
13222024-08-12T20:37:55.896Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13232024-08-12T20:37:55.896Z++ (( i = 0 ))
13242024-08-12T20:37:55.896Z++ (( i < 5 ))
13252024-08-12T20:37:55.896Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13262024-08-12T20:37:55.899Z++ (( i++ ))
13272024-08-12T20:37:55.899Z++ (( i < 5 ))
13282024-08-12T20:37:55.899Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13292024-08-12T20:37:55.901Z++ (( i++ ))
13302024-08-12T20:37:55.902Z++ (( i < 5 ))
13312024-08-12T20:37:55.902Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13322024-08-12T20:37:55.904Z++ (( i++ ))
13332024-08-12T20:37:55.904Z++ (( i < 5 ))
13342024-08-12T20:37:55.904Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13352024-08-12T20:37:55.907Z++ (( i++ ))
13362024-08-12T20:37:55.908Z++ (( i < 5 ))
13372024-08-12T20:37:55.908Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13382024-08-12T20:37:55.910Z++ (( i++ ))
13392024-08-12T20:37:55.910Z++ (( i < 5 ))
13402024-08-12T20:37:55.910Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13412024-08-12T20:37:55.910Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13422024-08-12T20:37:55.910Z+ rc=0
13432024-08-12T20:37:55.910Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13442024-08-12T20:38:30.615Z+ case $rc in
13452024-08-12T20:38:30.615Z+ pfexec zfs create -p rpool/images/build/host
13462024-08-12T20:38:30.747Z+ pfexec zfs create -p rpool/images/build/recovery
13472024-08-12T20:38:30.798Z+ cargo xtask releng --output-dir /work
13482024-08-12T20:38:31.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13492024-08-12T20:38:31.378Z Running `target/debug/xtask releng --output-dir /work`
13502024-08-12T20:38:32.187Z Compiling proc-macro2 v1.0.86
13512024-08-12T20:38:32.187Z Compiling unicode-ident v1.0.12
13522024-08-12T20:38:32.187Z Compiling libc v0.2.155
13532024-08-12T20:38:32.190Z Compiling serde v1.0.205
13542024-08-12T20:38:32.190Z Compiling autocfg v1.3.0
13552024-08-12T20:38:32.190Z Compiling version_check v0.9.5
13562024-08-12T20:38:32.190Z Compiling cfg-if v1.0.0
13572024-08-12T20:38:32.379Z Compiling cc v1.0.97
13582024-08-12T20:38:32.423Z Compiling memchr v2.7.2
13592024-08-12T20:38:32.947Z Compiling ahash v0.8.11
13602024-08-12T20:38:33.091Z Compiling lock_api v0.4.12
13612024-08-12T20:38:33.447Z Compiling libm v0.2.8
13622024-08-12T20:38:33.478Z Compiling serde_json v1.0.122
13632024-08-12T20:38:33.833Z Compiling num-traits v0.2.19
13642024-08-12T20:38:33.953Z Compiling quote v1.0.36
13652024-08-12T20:38:33.980Z Compiling parking_lot_core v0.9.10
13662024-08-12T20:38:34.155Z Compiling typenum v1.17.0
13672024-08-12T20:38:34.375Z Compiling syn v2.0.72
13682024-08-12T20:38:34.546Z Compiling getrandom v0.2.14
13692024-08-12T20:38:34.659Z Compiling once_cell v1.19.0
13702024-08-12T20:38:34.964Z Compiling generic-array v0.14.7
13712024-08-12T20:38:35.014Z Compiling byteorder v1.5.0
13722024-08-12T20:38:35.030Z Compiling scopeguard v1.2.0
13732024-08-12T20:38:35.105Z Compiling log v0.4.21
13742024-08-12T20:38:35.246Z Compiling itoa v1.0.11
13752024-08-12T20:38:35.268Z Compiling thiserror v1.0.63
13762024-08-12T20:38:35.506Z Compiling slab v0.4.9
13772024-08-12T20:38:35.537Z Compiling pkg-config v0.3.30
13782024-08-12T20:38:35.693Z Compiling ring v0.17.8
13792024-08-12T20:38:35.781Z Compiling semver v1.0.23
13802024-08-12T20:38:35.869Z Compiling smallvec v1.13.2
13812024-08-12T20:38:39.907Z Compiling ryu v1.0.18
13822024-08-12T20:38:39.907Z Compiling spin v0.9.8
13832024-08-12T20:38:39.907Z Compiling vcpkg v0.2.15
13842024-08-12T20:38:39.907Z Compiling pin-project-lite v0.2.14
13852024-08-12T20:38:39.907Z Compiling allocator-api2 v0.2.18
13862024-08-12T20:38:39.907Z Compiling rand_core v0.6.4
13872024-08-12T20:38:39.907Z Compiling signal-hook-registry v1.4.2
13882024-08-12T20:38:39.907Z Compiling time-core v0.1.2
13892024-08-12T20:38:39.907Z Compiling num-conv v0.1.0
13902024-08-12T20:38:39.907Z Compiling parking_lot v0.12.2
13912024-08-12T20:38:39.907Z Compiling time-macros v0.2.18
13922024-08-12T20:38:40.034Z Compiling openssl-sys v0.9.103
13932024-08-12T20:38:40.034Z Compiling mio v0.8.11
13942024-08-12T20:38:40.034Z Compiling httparse v1.8.0
13952024-08-12T20:38:40.034Z Compiling heck v0.5.0
13962024-08-12T20:38:40.034Z Compiling schemars v0.8.21
13972024-08-12T20:38:40.083Z Compiling rustix v0.38.34
13982024-08-12T20:38:40.189Z Compiling futures-core v0.3.30
13992024-08-12T20:38:40.601Z Compiling socket2 v0.5.7
14002024-08-12T20:38:40.616Z Compiling num_cpus v1.16.0
14012024-08-12T20:38:40.762Z Compiling openssl v0.10.66
14022024-08-12T20:38:40.853Z Compiling equivalent v1.0.1
14032024-08-12T20:38:40.972Z Compiling subtle v2.5.0
14042024-08-12T20:38:41.355Z Compiling fnv v1.0.7
14052024-08-12T20:38:41.421Z Compiling const-oid v0.9.6
14062024-08-12T20:38:41.906Z Compiling serde_derive_internals v0.29.1
14072024-08-12T20:38:41.997Z Compiling native-tls v0.2.11
14082024-08-12T20:38:42.049Z Compiling syn v1.0.109
14092024-08-12T20:38:42.292Z Compiling rustls v0.21.12
14102024-08-12T20:38:42.396Z Compiling tinyvec_macros v0.1.1
14112024-08-12T20:38:42.527Z Compiling tinyvec v1.6.0
14122024-08-12T20:38:42.744Z Compiling crossbeam-utils v0.8.19
14132024-08-12T20:38:42.788Z Compiling futures-sink v0.3.30
14142024-08-12T20:38:43.888Z Compiling cookie v0.17.0
14152024-08-12T20:38:44.168Z Compiling unicode-normalization v0.1.23
14162024-08-12T20:38:44.224Z Compiling ucd-trie v0.1.6
14172024-08-12T20:38:44.584Z Compiling iana-time-zone v0.1.60
14182024-08-12T20:38:44.963Z Compiling futures-channel v0.3.30
14192024-08-12T20:38:45.365Z Compiling futures-task v0.3.30
14202024-08-12T20:38:45.495Z Compiling unicode-bidi v0.3.15
14212024-08-12T20:38:45.712Z Compiling pin-utils v0.1.0
14222024-08-12T20:38:45.865Z Compiling futures-io v0.3.30
14232024-08-12T20:38:45.886Z Compiling slog v2.7.0
14242024-08-12T20:38:46.398Z Compiling untrusted v0.9.0
14252024-08-12T20:38:46.932Z Compiling aho-corasick v1.1.3
14262024-08-12T20:38:46.956Z Compiling powerfmt v0.2.0
14272024-08-12T20:38:47.171Z Compiling regex-syntax v0.8.3
14282024-08-12T20:38:47.232Z Compiling crc32fast v1.4.0
14292024-08-12T20:38:47.760Z Compiling serde_derive v1.0.205
14302024-08-12T20:38:47.977Z Compiling zerocopy-derive v0.7.34
14312024-08-12T20:38:48.090Z Compiling zeroize_derive v1.4.2
14322024-08-12T20:38:49.035Z Compiling tokio-macros v2.3.0
14332024-08-12T20:38:49.744Z Compiling thiserror-impl v1.0.63
14342024-08-12T20:38:50.248Z Compiling zerocopy v0.7.34
14352024-08-12T20:38:50.604Z Compiling futures-macro v0.3.30
14362024-08-12T20:38:51.595Z Compiling zeroize v1.7.0
14372024-08-12T20:38:52.951Z Compiling hashbrown v0.14.5
14382024-08-12T20:38:53.004Z Compiling tracing-attributes v0.1.27
14392024-08-12T20:38:53.444Z Compiling schemars_derive v0.8.21
14402024-08-12T20:38:54.616Z Compiling openssl-macros v0.1.1
14412024-08-12T20:38:54.657Z Compiling der_derive v0.7.2
14422024-08-12T20:38:54.942Z Compiling scroll_derive v0.12.0
14432024-08-12T20:38:55.457Z Compiling pest v2.7.10
14442024-08-12T20:38:56.417Z Compiling crypto-common v0.1.6
14452024-08-12T20:38:56.592Z Compiling futures-util v0.3.30
14462024-08-12T20:38:56.684Z Compiling block-buffer v0.10.4
14472024-08-12T20:38:57.004Z Compiling dyn-clone v1.0.17
14482024-08-12T20:38:57.094Z Compiling digest v0.10.7
14492024-08-12T20:38:57.561Z Compiling regex-automata v0.4.6
14502024-08-12T20:38:57.636Z Compiling deranged v0.3.11
14512024-08-12T20:38:58.740Z Compiling pest_meta v2.7.10
14522024-08-12T20:39:00.175Z Compiling pest_generator v2.7.10
14532024-08-12T20:39:02.192Z Compiling usdt-impl v0.5.0
14542024-08-12T20:39:02.575Z Compiling heck v0.4.1
14552024-08-12T20:39:02.910Z Compiling bytes v1.7.1
14562024-08-12T20:39:03.778Z Compiling bitflags v2.6.0
14572024-08-12T20:39:04.389Z Compiling tokio v1.38.1
14582024-08-12T20:39:04.580Z Compiling indexmap v2.3.0
14592024-08-12T20:39:05.090Z Compiling serde_tokenstream v0.2.1
14602024-08-12T20:39:05.304Z Compiling uuid v1.10.0
14612024-08-12T20:39:06.208Z Compiling chrono v0.4.38
14622024-08-12T20:39:06.388Z Compiling http v0.2.12
14632024-08-12T20:39:06.786Z Compiling rustc_version v0.4.0
14642024-08-12T20:39:07.534Z Compiling pest_derive v2.7.10
14652024-08-12T20:39:09.758Z Compiling percent-encoding v2.3.1
14662024-08-12T20:39:10.208Z Compiling num_threads v0.1.7
14672024-08-12T20:39:10.270Z Compiling heapless v0.7.17
14682024-08-12T20:39:10.364Z Compiling time v0.3.36
14692024-08-12T20:39:10.839Z Compiling scroll v0.12.0
14702024-08-12T20:39:11.285Z Compiling zerocopy-derive v0.6.6
14712024-08-12T20:39:12.728Z Compiling tracing-core v0.1.32
14722024-08-12T20:39:13.361Z Compiling backtrace v0.3.71
14732024-08-12T20:39:13.862Z Compiling errno v0.3.9
14742024-08-12T20:39:14.133Z Compiling plain v0.2.3
14752024-08-12T20:39:14.314Z Compiling signal-hook v0.3.17
14762024-08-12T20:39:14.609Z Compiling ppv-lite86 v0.2.17
14772024-08-12T20:39:15.356Z Compiling goblin v0.8.2
14782024-08-12T20:39:15.552Z Compiling rand_chacha v0.3.1
14792024-08-12T20:39:15.918Z Compiling tokio-util v0.7.11
14802024-08-12T20:39:17.189Z Compiling tracing v0.1.40
14812024-08-12T20:39:17.819Z Compiling regex v1.10.6
14822024-08-12T20:39:18.055Z Compiling async-trait v0.1.81
14832024-08-12T20:39:19.203Z Compiling rustversion v1.0.17
14842024-08-12T20:39:19.354Z Compiling pretty-hex v0.4.1
14852024-08-12T20:39:19.878Z Compiling strsim v0.11.1
14862024-08-12T20:39:20.459Z Compiling rand v0.8.5
14872024-08-12T20:39:21.506Z Compiling form_urlencoded v1.2.1
14882024-08-12T20:39:22.092Z Compiling dof v0.3.0
14892024-08-12T20:39:23.237Z Compiling dtrace-parser v0.2.0
14902024-08-12T20:39:23.260Z Compiling thread-id v4.2.1
14912024-08-12T20:39:23.260Z Compiling anyhow v1.0.86
14922024-08-12T20:39:23.260Z Compiling unicode-width v0.1.13
14932024-08-12T20:39:23.287Z Compiling foreign-types-shared v0.1.1
14942024-08-12T20:39:23.437Z Compiling base64ct v1.6.0
14952024-08-12T20:39:23.952Z Compiling smoltcp v0.9.1
14962024-08-12T20:39:23.993Z Compiling try-lock v0.2.5
14972024-08-12T20:39:24.076Z Compiling pem-rfc7468 v0.7.0
14982024-08-12T20:39:24.105Z Compiling foreign-types v0.3.2
14992024-08-12T20:39:24.190Z Compiling want v0.3.1
15002024-08-12T20:39:25.703Z Compiling h2 v0.3.26
15012024-08-12T20:39:25.998Z Compiling http-body v0.4.6
15022024-08-12T20:39:26.518Z Compiling hmac v0.12.1
15032024-08-12T20:39:26.572Z Compiling clap_derive v4.5.13
15042024-08-12T20:39:27.510Z Compiling flagset v0.4.5
15052024-08-12T20:39:27.635Z Compiling base64 v0.21.7
15062024-08-12T20:39:27.729Z Compiling tower-service v0.3.2
15072024-08-12T20:39:28.828Z Compiling httpdate v1.0.3
15082024-08-12T20:39:29.586Z Compiling siphasher v0.3.11
15092024-08-12T20:39:29.880Z Compiling der v0.7.9
15102024-08-12T20:39:34.523Z Compiling hyper v0.14.30
15112024-08-12T20:39:42.017Z Compiling rustls-webpki v0.101.7
15122024-08-12T20:39:42.592Z Compiling sct v0.7.1
15132024-08-12T20:39:44.482Z Compiling openapiv3 v2.0.0
15142024-08-12T20:39:45.112Z Compiling hubpack_derive v0.1.1
15152024-08-12T20:39:46.185Z Compiling idna v0.5.0
15162024-08-12T20:39:49.036Z Compiling lazy_static v1.5.0
15172024-08-12T20:39:49.375Z Compiling fs-err v2.11.0
15182024-08-12T20:39:49.407Z Compiling adler v1.0.2
15192024-08-12T20:39:49.578Z Compiling finl_unicode v1.2.0
15202024-08-12T20:39:49.643Z Compiling openssl-probe v0.1.5
15212024-08-12T20:39:49.785Z Compiling anstyle v1.0.8
15222024-08-12T20:39:50.111Z Compiling cpufeatures v0.2.12
15232024-08-12T20:39:50.299Z Compiling utf8parse v0.2.1
15242024-08-12T20:39:50.348Z Compiling stringprep v0.1.4
15252024-08-12T20:39:50.384Z Compiling sha2 v0.10.8
15262024-08-12T20:39:50.573Z Compiling anstyle-parse v0.2.4
15272024-08-12T20:39:51.513Z Compiling miniz_oxide v0.7.2
15282024-08-12T20:39:52.100Z Compiling url v2.5.2
15292024-08-12T20:39:55.329Z Compiling spki v0.7.3
15302024-08-12T20:39:56.098Z Compiling usdt-macro v0.5.0
15312024-08-12T20:39:56.490Z Compiling usdt-attr-macro v0.5.0
15322024-08-12T20:39:57.721Z Compiling md-5 v0.10.6
15332024-08-12T20:39:58.054Z Compiling serde_spanned v0.6.7
15342024-08-12T20:39:58.092Z Compiling toml_datetime v0.6.8
15352024-08-12T20:39:58.294Z Compiling regress v0.9.1
15362024-08-12T20:39:58.571Z Compiling idna v0.3.0
15372024-08-12T20:40:00.179Z Compiling num-integer v0.1.46
15382024-08-12T20:40:00.796Z Compiling hash32 v0.2.1
15392024-08-12T20:40:00.938Z Compiling encoding_rs v0.8.34
15402024-08-12T20:40:01.484Z Compiling is_terminal_polyfill v1.70.0
15412024-08-12T20:40:01.615Z Compiling colorchoice v1.0.1
15422024-08-12T20:40:01.784Z Compiling base64 v0.22.1
15432024-08-12T20:40:01.889Z Compiling anstyle-query v1.0.3
15442024-08-12T20:40:02.038Z Compiling gimli v0.28.1
15452024-08-12T20:40:02.173Z Compiling fallible-iterator v0.2.0
15462024-08-12T20:40:02.453Z Compiling mime v0.3.17
15472024-08-12T20:40:02.876Z Compiling psl-types v2.0.11
15482024-08-12T20:40:03.095Z Compiling stable_deref_trait v1.2.0
15492024-08-12T20:40:03.357Z Compiling publicsuffix v2.2.3
15502024-08-12T20:40:03.608Z Compiling postgres-protocol v0.6.7
15512024-08-12T20:40:03.886Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15522024-08-12T20:40:04.376Z Compiling anstream v0.6.14
15532024-08-12T20:40:06.467Z Compiling addr2line v0.21.0
15542024-08-12T20:40:07.959Z Compiling tokio-rustls v0.24.1
15552024-08-12T20:40:08.450Z Compiling pkcs8 v0.10.2
15562024-08-12T20:40:08.981Z Compiling terminal_size v0.3.0
15572024-08-12T20:40:09.186Z Compiling tokio-native-tls v0.3.1
15582024-08-12T20:40:09.465Z Compiling phf_shared v0.11.2
15592024-08-12T20:40:09.530Z Compiling strum_macros v0.25.3
15602024-08-12T20:40:09.850Z Compiling serde_urlencoded v0.7.1
15612024-08-12T20:40:09.902Z Compiling enum-as-inner v0.5.1
15622024-08-12T20:40:10.889Z Compiling block-padding v0.3.3
15632024-08-12T20:40:11.131Z Compiling serde_repr v0.1.19
15642024-08-12T20:40:11.429Z Compiling ff v0.13.0
15652024-08-12T20:40:11.662Z Compiling object v0.32.2
15662024-08-12T20:40:12.209Z Compiling ipnet v2.9.0
15672024-08-12T20:40:12.602Z Compiling rustc-demangle v0.1.24
15682024-08-12T20:40:13.151Z Compiling managed v0.8.0
15692024-08-12T20:40:13.475Z Compiling base16ct v0.2.0
15702024-08-12T20:40:13.752Z Compiling bitflags v1.3.2
15712024-08-12T20:40:13.861Z Compiling either v1.13.0
15722024-08-12T20:40:14.401Z Compiling matches v0.1.10
15732024-08-12T20:40:14.748Z Compiling winnow v0.5.40
15742024-08-12T20:40:14.836Z Compiling regex-automata v0.1.10
15752024-08-12T20:40:15.341Z Compiling clap_lex v0.7.0
15762024-08-12T20:40:15.814Z Compiling bit-vec v0.6.3
15772024-08-12T20:40:15.864Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15782024-08-12T20:40:16.250Z Compiling clap_builder v4.5.13
15792024-08-12T20:40:16.649Z Compiling bstr v0.2.17
15802024-08-12T20:40:17.989Z Compiling idna v0.2.3
15812024-08-12T20:40:18.547Z Compiling toml_edit v0.19.15
15822024-08-12T20:40:18.867Z Compiling rustls-pemfile v1.0.4
15832024-08-12T20:40:19.606Z Compiling sec1 v0.7.3
15842024-08-12T20:40:19.740Z Compiling group v0.13.0
15852024-08-12T20:40:20.317Z Compiling inout v0.1.3
15862024-08-12T20:40:20.488Z Compiling phf v0.11.2
15872024-08-12T20:40:20.578Z Compiling hyper-tls v0.5.0
15882024-08-12T20:40:21.037Z Compiling signal-hook-mio v0.2.3
15892024-08-12T20:40:21.174Z Compiling hyper-rustls v0.24.2
15902024-08-12T20:40:21.210Z Compiling cookie_store v0.20.0
15912024-08-12T20:40:21.243Z Compiling postgres-types v0.2.7
15922024-08-12T20:40:21.515Z Compiling num-bigint v0.4.5
15932024-08-12T20:40:22.715Z Compiling hubpack v0.1.2
15942024-08-12T20:40:23.146Z Compiling phf_shared v0.10.0
15952024-08-12T20:40:23.438Z Compiling hkdf v0.12.4
15962024-08-12T20:40:23.862Z Compiling zerocopy v0.6.6
15972024-08-12T20:40:24.033Z Compiling futures-executor v0.3.30
15982024-08-12T20:40:24.068Z Compiling crypto-bigint v0.5.5
15992024-08-12T20:40:24.645Z Compiling float-cmp v0.9.0
16002024-08-12T20:40:24.726Z Compiling memmap v0.7.0
16012024-08-12T20:40:25.021Z Compiling precomputed-hash v0.1.1
16022024-08-12T20:40:25.143Z Compiling webpki-roots v0.25.4
16032024-08-12T20:40:25.295Z Compiling new_debug_unreachable v1.0.6
16042024-08-12T20:40:25.298Z Compiling sync_wrapper v0.1.2
16052024-08-12T20:40:25.390Z Compiling difflib v0.4.0
16062024-08-12T20:40:25.479Z Compiling whoami v1.5.1
16072024-08-12T20:40:25.506Z Compiling fixedbitset v0.4.2
16082024-08-12T20:40:25.554Z Compiling winnow v0.6.18
16092024-08-12T20:40:25.907Z Compiling minimal-lexical v0.2.1
16102024-08-12T20:40:25.925Z Compiling data-encoding v2.6.0
16112024-08-12T20:40:26.018Z Compiling normalize-line-endings v0.3.0
16122024-08-12T20:40:26.141Z Compiling static_assertions v1.1.0
16132024-08-12T20:40:26.249Z Compiling predicates-core v1.0.6
16142024-08-12T20:40:26.704Z Compiling unicode-segmentation v1.11.0
16152024-08-12T20:40:26.847Z Compiling reqwest v0.11.27
16162024-08-12T20:40:27.482Z Compiling similar v2.5.0
16172024-08-12T20:40:27.563Z Compiling elliptic-curve v0.13.8
16182024-08-12T20:40:27.883Z Compiling trust-dns-proto v0.22.0
16192024-08-12T20:40:28.285Z Compiling predicates v3.1.2
16202024-08-12T20:40:28.304Z Compiling nom v7.1.3
16212024-08-12T20:40:29.186Z Compiling toml_edit v0.22.20
16222024-08-12T20:40:29.499Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16232024-08-12T20:40:29.753Z Compiling tokio-postgres v0.7.11
16242024-08-12T20:40:31.898Z Compiling petgraph v0.6.5
16252024-08-12T20:40:34.912Z Compiling string_cache v0.8.7
16262024-08-12T20:40:35.130Z Compiling usdt v0.5.0
16272024-08-12T20:40:35.871Z Compiling futures v0.3.30
16282024-08-12T20:40:35.959Z Compiling yasna v0.5.2
16292024-08-12T20:40:36.112Z Compiling toml v0.7.8
16302024-08-12T20:40:36.318Z Compiling crossterm v0.27.0
16312024-08-12T20:40:36.742Z Compiling crossbeam-epoch v0.9.18
16322024-08-12T20:40:36.860Z Compiling cipher v0.4.4
16332024-08-12T20:40:37.329Z Compiling flate2 v1.0.31
16342024-08-12T20:40:37.449Z Compiling clap v4.5.13
16352024-08-12T20:40:37.510Z Compiling bit-set v0.5.3
16362024-08-12T20:40:37.576Z Compiling itertools v0.10.5
16372024-08-12T20:40:37.602Z Compiling itertools v0.12.1
16382024-08-12T20:40:37.783Z Compiling num-iter v0.1.45
16392024-08-12T20:40:37.967Z Compiling console v0.15.8
16402024-08-12T20:40:39.435Z Compiling tokio-stream v0.1.15
16412024-08-12T20:40:39.650Z Compiling bstr v1.9.1
16422024-08-12T20:40:40.370Z Compiling hex v0.4.3
16432024-08-12T20:40:41.024Z Compiling unicode-xid v0.2.4
16442024-08-12T20:40:41.062Z Compiling peg-runtime v0.8.3
16452024-08-12T20:40:41.195Z Compiling radium v0.7.0
16462024-08-12T20:40:41.579Z Compiling camino v1.1.7
16472024-08-12T20:40:41.707Z Compiling lalrpop-util v0.19.12
16482024-08-12T20:40:42.061Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16492024-08-12T20:40:47.187Z Compiling is-terminal v0.4.12
16502024-08-12T20:40:47.330Z Compiling maybe-uninit v2.0.0
16512024-08-12T20:40:47.806Z Compiling rustls-pki-types v1.7.0
16522024-08-12T20:40:48.813Z Compiling tap v1.0.1
16532024-08-12T20:40:49.797Z Compiling ident_case v1.0.1
16542024-08-12T20:40:50.322Z Compiling darling_core v0.20.9
16552024-08-12T20:40:56.446Z Compiling wyz v0.5.1
16562024-08-12T20:41:00.603Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16572024-08-12T20:41:00.960Z Compiling getopts v0.2.21
16582024-08-12T20:41:02.251Z Compiling bzip2-sys v0.1.11+1.0.8
16592024-08-12T20:41:02.926Z Compiling dirs-sys-next v0.1.2
16602024-08-12T20:41:03.266Z Compiling packed_struct v0.10.1
16612024-08-12T20:41:03.699Z Compiling unsafe-libyaml v0.2.11
16622024-08-12T20:41:04.069Z Compiling funty v2.0.0
16632024-08-12T20:41:05.462Z Compiling num-bigint-dig v0.8.4
16642024-08-12T20:41:05.465Z Compiling rustls v0.22.4
16652024-08-12T20:41:05.771Z Compiling paste v1.0.15
16662024-08-12T20:41:06.407Z Compiling bitvec v1.0.1
16672024-08-12T20:41:06.557Z Compiling serde_yaml v0.9.34+deprecated
16682024-08-12T20:41:09.963Z Compiling dirs-next v2.0.0
16692024-08-12T20:41:10.919Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16702024-08-12T20:41:14.402Z Compiling darling_macro v0.20.9
16712024-08-12T20:41:15.275Z Compiling rustls-webpki v0.102.4
16722024-08-12T20:41:17.657Z Compiling packed_struct_codegen v0.10.1
16732024-08-12T20:41:17.705Z Compiling structmeta-derive v0.3.0
16742024-08-12T20:41:18.230Z Compiling thread_local v1.1.8
16752024-08-12T20:41:19.337Z Compiling indexmap v1.9.3
16762024-08-12T20:41:19.469Z Compiling multer v3.1.0
16772024-08-12T20:41:19.726Z Compiling rayon-core v1.12.1
16782024-08-12T20:41:19.785Z Compiling crc-catalog v2.4.0
16792024-08-12T20:41:19.927Z Compiling fastrand v2.1.0
16802024-08-12T20:41:20.025Z Compiling nodrop v0.1.14
16812024-08-12T20:41:20.092Z Compiling slog-async v2.8.0
16822024-08-12T20:41:20.308Z Compiling match_cfg v0.1.0
16832024-08-12T20:41:20.326Z Compiling structmeta v0.3.0
16842024-08-12T20:41:20.414Z Compiling hostname v0.3.1
16852024-08-12T20:41:20.577Z Compiling tempfile v3.10.1
16862024-08-12T20:41:20.670Z Compiling array-init v0.0.4
16872024-08-12T20:41:21.943Z Compiling crc v3.2.1
16882024-08-12T20:41:23.479Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16892024-08-12T20:41:24.269Z Compiling darling v0.20.9
16902024-08-12T20:41:24.571Z Compiling smallvec v0.6.14
16912024-08-12T20:41:25.065Z Compiling term v0.7.0
16922024-08-12T20:41:30.738Z Compiling crossbeam-deque v0.8.5
16932024-08-12T20:41:30.740Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16942024-08-12T20:41:31.151Z Compiling pkcs1 v0.7.5
16952024-08-12T20:41:32.213Z Compiling slog-json v2.6.1
16962024-08-12T20:41:33.309Z Compiling crossbeam-channel v0.5.12
16972024-08-12T20:41:34.902Z Compiling http v1.1.0
16982024-08-12T20:41:35.056Z Compiling signature v2.2.0
16992024-08-12T20:41:36.332Z Compiling pin-project-internal v1.1.5
17002024-08-12T20:41:38.472Z Compiling async-stream-impl v0.3.5
17012024-08-12T20:41:39.421Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17022024-08-12T20:41:40.394Z Compiling bitfield v0.14.0
17032024-08-12T20:41:40.732Z Compiling take_mut v0.2.2
17042024-08-12T20:41:41.044Z Compiling atomic-waker v1.1.2
17052024-08-12T20:41:41.199Z Compiling hashbrown v0.12.3
17062024-08-12T20:41:41.251Z Compiling same-file v1.0.6
17072024-08-12T20:41:41.841Z Compiling termcolor v1.4.1
17082024-08-12T20:41:43.256Z Compiling env_logger v0.10.2
17092024-08-12T20:41:46.176Z Compiling walkdir v2.5.0
17102024-08-12T20:41:46.742Z Compiling waitgroup v0.1.2
17112024-08-12T20:41:49.393Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17122024-08-12T20:41:53.578Z Compiling async-stream v0.3.5
17132024-08-12T20:41:53.897Z Compiling pin-project v1.1.5
17142024-08-12T20:41:54.046Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17152024-08-12T20:41:55.881Z Compiling rsa v0.9.6
17162024-08-12T20:41:57.964Z Compiling slog-bunyan v2.5.0
17172024-08-12T20:41:58.981Z Compiling tokio-rustls v0.25.0
17182024-08-12T20:41:59.457Z Compiling slog-term v2.9.1
17192024-08-12T20:42:00.173Z Compiling serde-hex v0.1.0
17202024-08-12T20:42:01.377Z Compiling bzip2 v0.4.4
17212024-08-12T20:42:01.723Z Compiling serde_with_macros v3.8.3
17222024-08-12T20:42:02.100Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17232024-08-12T20:42:02.184Z Compiling parse-display-derive v0.9.1
17242024-08-12T20:42:02.416Z Compiling toml v0.8.19
17252024-08-12T20:42:02.645Z Compiling rustls-pemfile v2.1.3
17262024-08-12T20:42:06.151Z Compiling x509-cert v0.2.5
17272024-08-12T20:42:06.217Z Compiling sha1 v0.10.6
17282024-08-12T20:42:07.019Z Compiling ron v0.8.1
17292024-08-12T20:42:07.411Z Compiling ipnetwork v0.20.0
17302024-08-12T20:42:08.983Z Compiling newtype-uuid v1.1.0
17312024-08-12T20:42:09.253Z Compiling strum_macros v0.26.4
17322024-08-12T20:42:09.333Z Compiling xattr v1.3.1
17332024-08-12T20:42:09.643Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17342024-08-12T20:42:10.681Z Compiling snafu-derive v0.8.2
17352024-08-12T20:42:11.057Z Compiling serde_path_to_error v0.1.16
17362024-08-12T20:42:12.076Z Compiling hashbrown v0.13.2
17372024-08-12T20:42:12.441Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17382024-08-12T20:42:13.002Z Compiling blake3 v1.5.1
17392024-08-12T20:42:13.127Z Compiling ring v0.16.20
17402024-08-12T20:42:13.156Z Compiling hostname v0.4.0
17412024-08-12T20:42:13.382Z Compiling filetime v0.2.23
17422024-08-12T20:42:13.422Z Compiling instant v0.1.12
17432024-08-12T20:42:13.598Z Compiling crc-any v2.5.0
17442024-08-12T20:42:13.714Z Compiling buf-list v1.0.3
17452024-08-12T20:42:13.942Z Compiling debug-ignore v1.0.5
17462024-08-12T20:42:14.333Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17472024-08-12T20:42:14.630Z Compiling strum v0.26.3
17482024-08-12T20:42:14.705Z Compiling tar v0.4.41
17492024-08-12T20:42:15.251Z Compiling backoff v0.4.0
17502024-08-12T20:42:15.430Z Compiling snafu v0.8.2
17512024-08-12T20:42:15.594Z Compiling object v0.30.4
17522024-08-12T20:42:16.772Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17532024-08-12T20:42:16.990Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17542024-08-12T20:42:17.394Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17552024-08-12T20:42:17.535Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17562024-08-12T20:42:19.098Z Compiling parse-display v0.9.1
17572024-08-12T20:42:19.744Z Compiling serde_with v3.8.3
17582024-08-12T20:42:19.824Z Compiling zip v0.6.6
17592024-08-12T20:42:20.831Z Compiling rayon v1.10.0
17602024-08-12T20:42:21.230Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17612024-08-12T20:42:21.956Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17622024-08-12T20:42:22.501Z Compiling camino-tempfile v1.1.1
17632024-08-12T20:42:23.246Z Compiling globset v0.4.14
17642024-08-12T20:42:23.985Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17652024-08-12T20:42:24.176Z Compiling pem v3.0.4
17662024-08-12T20:42:25.644Z Compiling olpc-cjson v0.1.3
17672024-08-12T20:42:25.996Z Compiling macaddr v1.0.1
17682024-08-12T20:42:26.441Z Compiling serde_plain v1.0.2
17692024-08-12T20:42:26.612Z Compiling async-recursion v1.1.1
17702024-08-12T20:42:26.966Z Compiling memmap2 v0.9.4
17712024-08-12T20:42:27.481Z Compiling typed-path v0.7.1
17722024-08-12T20:42:28.090Z Compiling path-slash v0.1.5
17732024-08-12T20:42:28.336Z Compiling spin v0.5.2
17742024-08-12T20:42:28.546Z Compiling untrusted v0.7.1
17752024-08-12T20:42:28.600Z Compiling arrayvec v0.7.4
17762024-08-12T20:42:28.749Z Compiling constant_time_eq v0.3.0
17772024-08-12T20:42:28.934Z Compiling arrayref v0.3.7
17782024-08-12T20:42:30.721Z Compiling tough v0.17.1
17792024-08-12T20:42:31.648Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17802024-08-12T20:42:31.651Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17812024-08-12T20:42:32.577Z Compiling itertools v0.13.0
17822024-08-12T20:42:34.150Z Compiling cargo-platform v0.1.8
17832024-08-12T20:42:35.239Z Compiling parse-size v1.0.0
17842024-08-12T20:42:35.527Z Compiling topological-sort v0.2.2
17852024-08-12T20:42:35.808Z Compiling omicron-zone-package v0.11.0
17862024-08-12T20:42:36.325Z Compiling cargo_metadata v0.18.1
17872024-08-12T20:42:36.397Z Compiling shell-words v1.1.0
17882024-08-12T20:42:43.861Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
17892024-08-12T20:42:55.962Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
17902024-08-12T20:43:09.826Z Finished `release` profile [optimized] target(s) in 4m 38s
17912024-08-12T20:43:09.960Z Running `target/release/omicron-releng --output-dir /work`
17922024-08-12T20:43:09.999ZAug 12 20:43:09.543 DEBG changing working directory to /work/oxidecomputer/omicron
17932024-08-12T20:43:10.083ZAug 12 20:43:09.629 DEBG running: git rev-parse HEAD
17942024-08-12T20:43:10.089ZAug 12 20:43:09.635 DEBG process exited with exit status: 0 (6.156798ms)
17952024-08-12T20:43:10.089ZAug 12 20:43:09.635 INFO version: 10.0.0-0.ci+gitde786b11949
17962024-08-12T20:43:10.128ZAug 12 20:43:09.675 INFO cloning helios to /work/oxidecomputer/helios
17972024-08-12T20:43:10.128ZAug 12 20:43:09.675 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
17982024-08-12T20:43:10.134ZCloning into '/work/oxidecomputer/helios'...
17992024-08-12T20:43:10.579ZAug 12 20:43:10.125 DEBG process exited with exit status: 0 (449.939779ms)
18002024-08-12T20:43:10.579ZAug 12 20:43:10.125 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18012024-08-12T20:43:10.586Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18022024-08-12T20:43:10.586Z# branch.head master
18032024-08-12T20:43:10.586Z# branch.upstream origin/master
18042024-08-12T20:43:10.586Z# branch.ab +0 -0
18052024-08-12T20:43:10.589ZAug 12 20:43:10.133 DEBG process exited with exit status: 0 (7.980447ms)
18062024-08-12T20:43:10.589ZAug 12 20:43:10.133 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18072024-08-12T20:43:11.485ZAug 12 20:43:11.031 DEBG process exited with exit status: 0 (897.498523ms)
18082024-08-12T20:43:11.485ZAug 12 20:43:11.031 DEBG running: zfs list rpool/images/build/host
18092024-08-12T20:43:11.491ZNAME USED AVAIL REFER MOUNTPOINT
18102024-08-12T20:43:11.491Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18112024-08-12T20:43:11.494ZAug 12 20:43:11.038 DEBG process exited with exit status: 0 (7.167052ms)
18122024-08-12T20:43:11.494ZAug 12 20:43:11.038 DEBG running: zfs list rpool/images/build/recovery
18132024-08-12T20:43:11.497ZNAME USED AVAIL REFER MOUNTPOINT
18142024-08-12T20:43:11.498Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18152024-08-12T20:43:11.500ZAug 12 20:43:11.045 DEBG process exited with exit status: 0 (6.363576ms)
18162024-08-12T20:43:11.500ZAug 12 20:43:11.046 INFO [hubris-production] running task
18172024-08-12T20:43:11.500ZAug 12 20:43:11.046 INFO [hubris-staging] running task
18182024-08-12T20:43:11.500ZAug 12 20:43:11.046 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18192024-08-12T20:43:11.502ZAug 12 20:43:11.049 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
18202024-08-12T20:43:11.566Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18212024-08-12T20:43:11.989Z[ omicron-package] Blocking waiting for file lock on package cache
18222024-08-12T20:43:12.555Z[ omicron-package] Blocking waiting for file lock on package cache
18232024-08-12T20:43:12.701ZAug 12 20:43:12.248 INFO [hubris-production] task succeeded (1.202019498s)
18242024-08-12T20:43:12.791Z[ omicron-package] Blocking waiting for file lock on package cache
18252024-08-12T20:43:13.574Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18262024-08-12T20:43:13.576Z[ omicron-package] Compiling heapless v0.8.0
18272024-08-12T20:43:13.576Z[ omicron-package] Compiling hash32 v0.3.1
18282024-08-12T20:43:13.576Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18292024-08-12T20:43:13.576Z[ omicron-package] Compiling smoltcp v0.11.0
18302024-08-12T20:43:13.576Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18312024-08-12T20:43:13.576Z[ omicron-package] Compiling embedded-io v0.4.0
18322024-08-12T20:43:13.577Z[ omicron-package] Compiling cobs v0.2.3
18332024-08-12T20:43:14.363Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18342024-08-12T20:43:14.567Z[ omicron-package] Compiling postcard v1.0.8
18352024-08-12T20:43:14.773Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18362024-08-12T20:43:15.007Z[ omicron-package] Compiling num_enum_derive v0.5.11
18372024-08-12T20:43:15.379Z[ omicron-package] Compiling proc-macro-error v1.0.4
18382024-08-12T20:43:15.444Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18392024-08-12T20:43:15.629Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18402024-08-12T20:43:15.632Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18412024-08-12T20:43:15.632Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18422024-08-12T20:43:16.626Z[ omicron-package] Compiling tabwriter v1.4.0
18432024-08-12T20:43:16.899Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18442024-08-12T20:43:16.983Z[ omicron-package] Compiling cstr-argument v0.1.2
18452024-08-12T20:43:17.325Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18462024-08-12T20:43:17.612Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18472024-08-12T20:43:17.720Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18482024-08-12T20:43:17.994Z[ omicron-package] Compiling foreign-types v0.5.0
18492024-08-12T20:43:18.089Z[ omicron-package] Compiling pretty-hex v0.2.1
18502024-08-12T20:43:18.584Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18512024-08-12T20:43:18.984Z[ omicron-package] Compiling num_enum v0.5.11
18522024-08-12T20:43:19.104Z[ omicron-package] Compiling colored v2.1.0
18532024-08-12T20:43:19.106Z[ omicron-package] Compiling socket2 v0.4.10
18542024-08-12T20:43:19.178Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18552024-08-12T20:43:19.559Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18562024-08-12T20:43:19.959Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18572024-08-12T20:43:20.259Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18582024-08-12T20:43:20.481Z[ omicron-package] Compiling sigpipe v0.1.3
18592024-08-12T20:43:20.621Z[ omicron-package] Compiling num-derive v0.4.2
18602024-08-12T20:43:20.908Z[ omicron-package] Compiling libefi-sys v0.1.0
18612024-08-12T20:43:21.372Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18622024-08-12T20:43:21.532Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18632024-08-12T20:43:21.811Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18642024-08-12T20:43:22.422Z[ omicron-package] Compiling smf v0.2.3
18652024-08-12T20:43:22.771Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18662024-08-12T20:43:22.853Z[ omicron-package] Compiling bitfield-struct v0.6.1
18672024-08-12T20:43:22.929Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18682024-08-12T20:43:23.791Z[ omicron-package] Compiling portable-atomic v1.6.0
18692024-08-12T20:43:24.524ZAug 12 20:43:24.069 INFO [hubris-staging] task succeeded (13.023689s)
18702024-08-12T20:43:24.923Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18712024-08-12T20:43:25.661Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18722024-08-12T20:43:25.979Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18732024-08-12T20:43:27.559Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18742024-08-12T20:43:27.648Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18752024-08-12T20:43:28.000Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18762024-08-12T20:43:28.797Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18772024-08-12T20:43:29.528Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18782024-08-12T20:43:29.591Z[ omicron-package] Compiling gethostname v0.5.0
18792024-08-12T20:43:29.899Z[ omicron-package] Compiling number_prefix v0.4.0
18802024-08-12T20:43:30.235Z[ omicron-package] Compiling indicatif v0.17.8
18812024-08-12T20:43:32.188Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18822024-08-12T20:43:35.563Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18832024-08-12T20:43:36.199Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18842024-08-12T20:43:37.592Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18852024-08-12T20:43:54.433Z[ helios-setup] Aug 12 20:43:53.976 INFO helios repository root is: /work/oxidecomputer/helios
18862024-08-12T20:43:54.436Z[ helios-setup] Aug 12 20:43:53.978 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
18872024-08-12T20:43:54.436Z[ helios-setup] Aug 12 20:43:53.978 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
18882024-08-12T20:43:54.441Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
18892024-08-12T20:43:55.263Z[ helios-setup] Aug 12 20:43:54.805 INFO clone ok!, project: pilot
18902024-08-12T20:43:55.265Z[ helios-setup] Aug 12 20:43:54.806 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
18912024-08-12T20:43:55.265Z[ helios-setup] Aug 12 20:43:54.806 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
18922024-08-12T20:43:55.268Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
18932024-08-12T20:43:55.729Z[ helios-setup] Aug 12 20:43:55.271 INFO clone ok!, project: bootserver
18942024-08-12T20:43:55.731Z[ helios-setup] Aug 12 20:43:55.272 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
18952024-08-12T20:43:55.732Z[ helios-setup] Aug 12 20:43:55.272 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
18962024-08-12T20:43:55.732Z[ helios-setup] Aug 12 20:43:55.272 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
18972024-08-12T20:43:55.734Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
18982024-08-12T20:43:56.202Z[ helios-setup] Aug 12 20:43:55.744 INFO clone ok!, project: pinprick
18992024-08-12T20:43:56.205Z[ helios-setup] Aug 12 20:43:55.745 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
19002024-08-12T20:43:56.205Z[ helios-setup] Aug 12 20:43:55.745 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
19012024-08-12T20:43:56.207Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19022024-08-12T20:43:56.905Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.39s
19032024-08-12T20:43:56.967Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19042024-08-12T20:43:56.974Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19052024-08-12T20:43:57.113Z[ omicron-package]
19062024-08-12T20:43:57.114Z[ omicron-package] real 45.568599092
19072024-08-12T20:43:57.122Z[ omicron-package] user 2:47.682011655
19082024-08-12T20:43:57.122Z[ omicron-package] sys 21.825856587
19092024-08-12T20:43:57.122Z[ omicron-package] trap 0.179211019
19102024-08-12T20:43:57.122Z[ omicron-package] tflt 0.514030092
19112024-08-12T20:43:57.122Z[ omicron-package] dflt 0.623183141
19122024-08-12T20:43:57.122Z[ omicron-package] kflt 0.000046437
19132024-08-12T20:43:57.122Z[ omicron-package] lock 5:56.255484432
19142024-08-12T20:43:57.122Z[ omicron-package] slp 9:10.220559086
19152024-08-12T20:43:57.122ZAug 12 20:43:56.655 [ omicron-package] lat 1:39.408991516
19162024-08-12T20:43:57.122ZINFO [omicron-package] process exited with exit status: 0 (45.606164353s)
19172024-08-12T20:43:57.122Z[ omicron-package] stop 1:00.299747412
19182024-08-12T20:43:57.122ZAug 12 20:43:56.655 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
19192024-08-12T20:43:57.154ZAug 12 20:43:56.696 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19202024-08-12T20:43:57.165Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19212024-08-12T20:43:57.167Z[ host-target] Created new build target 'host' and set it as active
19222024-08-12T20:43:57.167Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19232024-08-12T20:43:57.169ZAug 12 20:43:56.710 INFO [host-target] process exited with exit status: 0 (54.352907ms)
19242024-08-12T20:43:57.169Z[ recovery-target] Created new build target 'recovery' and set it as active
19252024-08-12T20:43:57.169ZAug 12 20:43:56.710 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19262024-08-12T20:43:57.173ZAug 12 20:43:56.715 INFO [recovery-target] process exited with exit status: 0 (18.576697ms)
19272024-08-12T20:43:57.179Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19282024-08-12T20:43:58.245Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19292024-08-12T20:43:58.247Z[ host-package] Compiling camino v1.1.7
19302024-08-12T20:43:58.247Z[ host-package] Compiling password-hash v0.5.0
19312024-08-12T20:43:58.247Z[ host-package] Compiling blake2 v0.10.6
19322024-08-12T20:43:58.248Z[ host-package] Compiling derive-where v1.2.7
19332024-08-12T20:43:58.248Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19342024-08-12T20:43:58.367Z[ host-package] Compiling humantime v2.1.0
19352024-08-12T20:43:58.405Z[ host-package] Compiling newline-converter v0.3.0
19362024-08-12T20:43:58.599Z[ host-package] Compiling toml v0.8.19
19372024-08-12T20:43:58.678Z[ host-package] Compiling expectorate v1.1.0
19382024-08-12T20:43:58.932Z[ host-package] Compiling argon2 v0.5.3
19392024-08-12T20:43:59.169Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19402024-08-12T20:43:59.335Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19412024-08-12T20:43:59.365Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19422024-08-12T20:43:59.579Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19432024-08-12T20:43:59.598Z[ host-package] Compiling dirs-sys-next v0.1.2
19442024-08-12T20:43:59.828Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19452024-08-12T20:44:00.160Z[ host-package] Compiling dirs-next v2.0.0
19462024-08-12T20:44:00.180Z[ host-package] Compiling convert_case v0.4.0
19472024-08-12T20:44:00.372Z[ host-package] Compiling prettyplease v0.2.20
19482024-08-12T20:44:00.422Z[ host-package] Compiling term v0.7.0
19492024-08-12T20:44:00.575Z[ host-package] Compiling semver v0.1.20
19502024-08-12T20:44:00.691Z[ host-package] Compiling is-terminal v0.4.12
19512024-08-12T20:44:00.842Z[ host-package] Compiling home v0.5.9
19522024-08-12T20:44:00.967Z[ host-package] Compiling derive_more v0.99.18
19532024-08-12T20:44:01.103Z[ host-package] Compiling rustc_version v0.1.7
19542024-08-12T20:44:01.252Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19552024-08-12T20:44:01.541Z[ host-package] Compiling rustls-pki-types v1.7.0
19562024-08-12T20:44:01.562Z[ host-package] Compiling newtype_derive v0.1.6
19572024-08-12T20:44:01.782Z[ host-package] Compiling rustls v0.22.4
19582024-08-12T20:44:01.818Z[ host-package] Compiling thread_local v1.1.8
19592024-08-12T20:44:02.143Z[ host-package] Compiling steno v0.4.1
19602024-08-12T20:44:02.311Z[ host-package] Compiling rustls-webpki v0.102.4
19612024-08-12T20:44:02.331Z[ host-package] Compiling match_cfg v0.1.0
19622024-08-12T20:44:02.437Z[ host-package] Compiling linked-hash-map v0.5.6
19632024-08-12T20:44:02.908Z[ host-package] Compiling lru-cache v0.1.2
19642024-08-12T20:44:03.194Z[ host-package] Compiling hostname v0.3.1
19652024-08-12T20:44:03.264Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19662024-08-12T20:44:03.277Z[ helios-setup] Aug 12 20:44:02.818 INFO clone ok!, project: amd-host-image-builder
19672024-08-12T20:44:03.279Z[ helios-setup] Aug 12 20:44:02.819 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
19682024-08-12T20:44:03.279Z[ helios-setup] Aug 12 20:44:02.819 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19692024-08-12T20:44:03.282Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19702024-08-12T20:44:04.227Z[ host-package] Compiling multer v3.1.0
19712024-08-12T20:44:04.246Z[ host-package] Compiling slog-async v2.8.0
19722024-08-12T20:44:04.303Z[ host-package] Compiling slog-json v2.6.1
19732024-08-12T20:44:04.322Z[ host-package] Compiling crossbeam-channel v0.5.12
19742024-08-12T20:44:04.673Z[ host-package] Compiling http v1.1.0
19752024-08-12T20:44:05.483Z[ host-package] Compiling take_mut v0.2.2
19762024-08-12T20:44:05.654Z[ host-package] Compiling atomic-waker v1.1.2
19772024-08-12T20:44:05.848Z[ host-package] Compiling waitgroup v0.1.2
19782024-08-12T20:44:06.080Z[ host-package] Compiling slog-bunyan v2.5.0
19792024-08-12T20:44:06.767Z[ host-package] Compiling slog-term v2.9.1
19802024-08-12T20:44:07.040Z[ host-package] Compiling rustls-pemfile v2.1.3
19812024-08-12T20:44:07.511Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19822024-08-12T20:44:07.588Z[ host-package] Compiling async-stream v0.3.5
19832024-08-12T20:44:07.626Z[ host-package] Compiling sha1 v0.10.6
19842024-08-12T20:44:07.855Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19852024-08-12T20:44:07.886Z[ host-package] Compiling newtype-uuid v1.1.0
19862024-08-12T20:44:07.918Z[ host-package] Compiling ipnetwork v0.20.0
19872024-08-12T20:44:08.031Z[ host-package] Compiling serde_path_to_error v0.1.16
19882024-08-12T20:44:08.185Z[ host-package] Compiling tokio-rustls v0.25.0
19892024-08-12T20:44:08.211Z[ host-package] Compiling hostname v0.4.0
19902024-08-12T20:44:08.447Z[ host-package] Compiling instant v0.1.12
19912024-08-12T20:44:08.629Z[ host-package] Compiling slog-dtrace v0.3.0
19922024-08-12T20:44:08.657Z[ host-package] Compiling debug-ignore v1.0.5
19932024-08-12T20:44:08.679Z[ host-package] Compiling backoff v0.4.0
19942024-08-12T20:44:08.871Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19952024-08-12T20:44:09.075Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19962024-08-12T20:44:09.140Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19972024-08-12T20:44:09.553Z[ host-package] Compiling parse-display v0.9.1
19982024-08-12T20:44:09.571Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19992024-08-12T20:44:09.785Z[ host-package] Compiling serde_with v3.8.3
20002024-08-12T20:44:10.201Z[ helios-setup] Aug 12 20:44:09.742 INFO clone ok!, project: amd-firmware
20012024-08-12T20:44:10.204Z[ helios-setup] Aug 12 20:44:09.743 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20022024-08-12T20:44:10.204Z[ helios-setup] Aug 12 20:44:09.743 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
20032024-08-12T20:44:10.204Z[ host-package] Compiling strum v0.26.3
20042024-08-12T20:44:10.204Z[ helios-setup] Aug 12 20:44:09.743 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20052024-08-12T20:44:10.207Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20062024-08-12T20:44:10.410Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20072024-08-12T20:44:10.980Z[ helios-setup] Aug 12 20:44:10.521 INFO clone ok!, project: phbl
20082024-08-12T20:44:10.983Z[ helios-setup] Aug 12 20:44:10.521 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
20092024-08-12T20:44:10.983Z[ helios-setup] Aug 12 20:44:10.521 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20102024-08-12T20:44:10.987Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20112024-08-12T20:44:11.525Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20122024-08-12T20:44:11.701Z[ host-package] Compiling num-rational v0.4.2
20132024-08-12T20:44:11.802Z[ helios-setup] Aug 12 20:44:11.343 INFO clone ok!, project: image-builder
20142024-08-12T20:44:11.807Z[ helios-setup] Aug 12 20:44:11.343 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-12T20:44:11.807Z[ helios-setup] Aug 12 20:44:11.343 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20162024-08-12T20:44:11.812Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20172024-08-12T20:44:12.804Z[ host-package] Compiling num-complex v0.4.6
20182024-08-12T20:44:12.939Z[ helios-setup] Aug 12 20:44:12.481 INFO clone ok!, project: chelsio-t6-roms
20192024-08-12T20:44:12.942Z[ helios-setup] Aug 12 20:44:12.481 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20202024-08-12T20:44:12.942Z[ helios-setup] Aug 12 20:44:12.481 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20212024-08-12T20:44:13.446Z[ host-package] Compiling macaddr v1.0.1
20222024-08-12T20:44:13.871Z[ helios-setup] Aug 12 20:44:13.412 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20232024-08-12T20:44:13.885Z[ host-package] Compiling swrite v0.1.0
20242024-08-12T20:44:14.060Z[ host-package] Compiling num v0.4.3
20252024-08-12T20:44:14.223Z[ host-package] Compiling quick-error v1.2.3
20262024-08-12T20:44:14.383Z[ helios-setup] Aug 12 20:44:13.924 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20272024-08-12T20:44:14.383Z[ helios-setup] Aug 12 20:44:13.924 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20282024-08-12T20:44:14.415Z[ host-package] Compiling float-ord v0.3.2
20292024-08-12T20:44:14.653Z[ host-package] Compiling resolv-conf v0.7.0
20302024-08-12T20:44:14.901Z[ helios-setup] Aug 12 20:44:14.442 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20312024-08-12T20:44:15.447Z[ helios-setup] Aug 12 20:44:14.988 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20322024-08-12T20:44:15.447Z[ helios-setup] Aug 12 20:44:14.988 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20332024-08-12T20:44:15.653Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20342024-08-12T20:44:16.017Z[ helios-setup] Aug 12 20:44:15.558 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20352024-08-12T20:44:16.550Z[ helios-setup] Aug 12 20:44:16.091 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20362024-08-12T20:44:16.553Z[ helios-setup] Aug 12 20:44:16.091 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20372024-08-12T20:44:16.553Z[ helios-setup] Aug 12 20:44:16.091 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20382024-08-12T20:44:16.553Z[ helios-setup] Aug 12 20:44:16.091 INFO ok!
20392024-08-12T20:44:16.553Z[ helios-setup] Aug 12 20:44:16.091 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20402024-08-12T20:44:16.553Z[ helios-setup] Aug 12 20:44:16.091 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20412024-08-12T20:44:16.553Z[ helios-setup] Aug 12 20:44:16.091 INFO ok!
20422024-08-12T20:44:16.553Z[ helios-setup] Aug 12 20:44:16.091 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20432024-08-12T20:44:16.553Z[ helios-setup] Aug 12 20:44:16.091 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20442024-08-12T20:44:16.553Z[ helios-setup] Aug 12 20:44:16.091 INFO ok!
20452024-08-12T20:44:16.554Z[ helios-setup] Aug 12 20:44:16.091 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
20462024-08-12T20:44:16.554Z[ helios-setup] Aug 12 20:44:16.092 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
20472024-08-12T20:44:16.751Z[ host-package] Compiling trust-dns-resolver v0.22.0
20482024-08-12T20:44:16.923Z[ host-package] Compiling rayon-core v1.12.1
20492024-08-12T20:44:16.969Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20502024-08-12T20:44:16.992Z[ helios-setup] Aug 12 20:44:16.533 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
20512024-08-12T20:44:17.275Z[ host-package] Compiling crossbeam-deque v0.8.5
20522024-08-12T20:44:17.422Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20532024-08-12T20:44:17.579Z[ helios-setup] Aug 12 20:44:17.119 INFO E| From https://github.com/jclulow/hiercmd
20542024-08-12T20:44:17.579Z[ helios-setup] Aug 12 20:44:17.119 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
20552024-08-12T20:44:17.608Z[ helios-setup] Aug 12 20:44:17.147 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
20562024-08-12T20:44:17.642Z[ host-package] Compiling display-error-chain v0.2.0
20572024-08-12T20:44:17.845Z[ host-package] Compiling fastrand v2.1.0
20582024-08-12T20:44:18.136Z[ helios-setup] Aug 12 20:44:17.676 INFO E| From https://github.com/jclulow/network-interface
20592024-08-12T20:44:18.136Z[ helios-setup] Aug 12 20:44:17.676 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
20602024-08-12T20:44:18.159Z[ helios-setup] Aug 12 20:44:17.700 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
20612024-08-12T20:44:18.395Z[ host-package] Compiling same-file v1.0.6
20622024-08-12T20:44:18.642Z[ host-package] Compiling walkdir v2.5.0
20632024-08-12T20:44:18.724Z[ helios-setup] Aug 12 20:44:18.265 INFO E| From https://github.com/oxidecomputer/boot-image-tools
20642024-08-12T20:44:18.724Z[ helios-setup] Aug 12 20:44:18.265 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
20652024-08-12T20:44:18.762Z[ helios-setup] Aug 12 20:44:18.302 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
20662024-08-12T20:44:19.291Z[ host-package] Compiling tempfile v3.10.1
20672024-08-12T20:44:19.566Z[ helios-setup] Aug 12 20:44:19.107 INFO E| From https://github.com/oxidecomputer/facade
20682024-08-12T20:44:19.566Z[ helios-setup] Aug 12 20:44:19.107 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
20692024-08-12T20:44:19.683Z[ helios-setup] Aug 12 20:44:19.223 INFO E| Updating crates.io index
20702024-08-12T20:44:20.495Z[ helios-setup] Aug 12 20:44:20.035 INFO E| Downloading crates ...
20712024-08-12T20:44:20.636Z[ helios-setup] Aug 12 20:44:20.176 INFO E| Downloaded autocfg v1.1.0
20722024-08-12T20:44:20.638Z[ helios-setup] Aug 12 20:44:20.179 INFO E| Downloaded bincode v1.3.3
20732024-08-12T20:44:20.642Z[ helios-setup] Aug 12 20:44:20.183 INFO E| Downloaded fastrand v1.9.0
20742024-08-12T20:44:20.645Z[ helios-setup] Aug 12 20:44:20.184 INFO E| Downloaded ahash v0.7.6
20752024-08-12T20:44:20.648Z[ helios-setup] Aug 12 20:44:20.188 INFO E| Downloaded async-trait v0.1.68
20762024-08-12T20:44:20.652Z[ helios-setup] Aug 12 20:44:20.193 INFO E| Downloaded anyhow v1.0.68
20772024-08-12T20:44:20.670Z[ helios-setup] Aug 12 20:44:20.211 INFO E| Downloaded lazy_static v1.4.0
20782024-08-12T20:44:20.673Z[ helios-setup] Aug 12 20:44:20.214 INFO E| Downloaded num-traits v0.2.15
20792024-08-12T20:44:20.679Z[ helios-setup] Aug 12 20:44:20.220 INFO E| Downloaded bytes v1.4.0
20802024-08-12T20:44:20.689Z[ helios-setup] Aug 12 20:44:20.229 INFO E| Downloaded ryu v1.0.13
20812024-08-12T20:44:20.698Z[ helios-setup] Aug 12 20:44:20.239 INFO E| Downloaded semver-parser v0.10.2
20822024-08-12T20:44:20.703Z[ helios-setup] Aug 12 20:44:20.243 INFO E| Downloaded serde_derive_internals v0.26.0
20832024-08-12T20:44:20.707Z[ helios-setup] Aug 12 20:44:20.248 INFO E| Downloaded serde_spanned v0.6.1
20842024-08-12T20:44:20.710Z[ helios-setup] Aug 12 20:44:20.250 INFO E| Downloaded futures-task v0.3.28
20852024-08-12T20:44:20.713Z[ helios-setup] Aug 12 20:44:20.254 INFO E| Downloaded signal-hook-registry v1.4.0
20862024-08-12T20:44:20.717Z[ helios-setup] Aug 12 20:44:20.257 INFO E| Downloaded slog-async v2.7.0
20872024-08-12T20:44:20.721Z[ helios-setup] Aug 12 20:44:20.262 INFO E| Downloaded serde_yaml v0.9.21
20882024-08-12T20:44:20.730Z[ helios-setup] Aug 12 20:44:20.270 INFO E| Downloaded thiserror v1.0.38
20892024-08-12T20:44:20.740Z[ helios-setup] Aug 12 20:44:20.280 INFO E| Downloaded byteorder v1.4.3
20902024-08-12T20:44:20.745Z[ helios-setup] Aug 12 20:44:20.286 INFO E| Downloaded tokio-rustls v0.24.0
20912024-08-12T20:44:20.752Z[ helios-setup] Aug 12 20:44:20.293 INFO E| Downloaded toml_datetime v0.6.1
20922024-08-12T20:44:20.755Z[ helios-setup] Aug 12 20:44:20.295 INFO E| Downloaded textwrap v0.16.0
20932024-08-12T20:44:20.760Z[ helios-setup] Aug 12 20:44:20.301 INFO E| Downloaded ipnet v2.7.2
20942024-08-12T20:44:20.766Z[ helios-setup] Aug 12 20:44:20.305 INFO E| Downloaded tokio-macros v2.0.0
20952024-08-12T20:44:20.769Z[ helios-setup] Aug 12 20:44:20.307 INFO E| Downloaded thiserror-impl v1.0.38
20962024-08-12T20:44:20.771Z[ helios-setup] Aug 12 20:44:20.310 INFO E| Downloaded syn v1.0.107
20972024-08-12T20:44:20.810Z[ helios-setup] Aug 12 20:44:20.351 INFO E| Downloaded serde_tokenstream v0.2.0
20982024-08-12T20:44:20.817Z[ helios-setup] Aug 12 20:44:20.357 INFO E| Downloaded io-lifetimes v1.0.10
20992024-08-12T20:44:20.822Z[ helios-setup] Aug 12 20:44:20.362 INFO E| Downloaded aho-corasick v0.7.20
21002024-08-12T20:44:20.831Z[ helios-setup] Aug 12 20:44:20.371 INFO E| Downloaded sct v0.7.0
21012024-08-12T20:44:20.839Z[ helios-setup] Aug 12 20:44:20.380 INFO E| Downloaded unicode-width v0.1.10
21022024-08-12T20:44:20.843Z[ helios-setup] Aug 12 20:44:20.383 INFO E| Downloaded unicode-ident v1.0.8
21032024-08-12T20:44:20.849Z[ helios-setup] Aug 12 20:44:20.390 INFO E| Downloaded unicode-bidi v0.3.13
21042024-08-12T20:44:20.855Z[ helios-setup] Aug 12 20:44:20.395 INFO E| Downloaded unicode-normalization v0.1.22
21052024-08-12T20:44:20.865Z[ helios-setup] Aug 12 20:44:20.405 INFO E| Downloaded typenum v1.16.0
21062024-08-12T20:44:20.870Z[ helios-setup] Aug 12 20:44:20.410 INFO E| Downloaded socket2 v0.4.9
21072024-08-12T20:44:20.875Z[ helios-setup] Aug 12 20:44:20.415 INFO E| Downloaded rustls-pemfile v1.0.2
21082024-08-12T20:44:20.880Z[ helios-setup] Aug 12 20:44:20.421 INFO E| Downloaded uuid v1.3.0
21092024-08-12T20:44:20.890Z[ helios-setup] Aug 12 20:44:20.431 INFO E| Downloaded unicode-linebreak v0.1.4
21102024-08-12T20:44:20.895Z[ helios-setup] Aug 12 20:44:20.436 INFO E| Downloaded tracing v0.1.37
21112024-08-12T20:44:20.926Z[ helios-setup] Aug 12 20:44:20.466 INFO E| Downloaded tokio-tungstenite v0.18.0
21122024-08-12T20:44:20.929Z[ helios-setup] Aug 12 20:44:20.470 INFO E| Downloaded toolchain_find v0.2.0
21132024-08-12T20:44:20.932Z[ helios-setup] Aug 12 20:44:20.472 INFO E| Downloaded tokio v1.27.0
21142024-08-12T20:44:20.988Z[ helios-setup] Aug 12 20:44:20.529 INFO E| Downloaded flate2 v1.0.25
21152024-08-12T20:44:20.996Z[ helios-setup] Aug 12 20:44:20.537 INFO E| Downloaded pkg-config v0.3.26
21162024-08-12T20:44:20.999Z[ helios-setup] Aug 12 20:44:20.540 INFO E| Downloaded num-integer v0.1.45
21172024-08-12T20:44:21.003Z[ helios-setup] Aug 12 20:44:20.544 INFO E| Downloaded lock_api v0.4.9
21182024-08-12T20:44:21.007Z[ helios-setup] Aug 12 20:44:20.547 INFO E| Downloaded log v0.4.17
21192024-08-12T20:44:21.010Z[ helios-setup] Aug 12 20:44:20.551 INFO E| Downloaded jobserver v0.1.26
21202024-08-12T20:44:21.014Z[ helios-setup] Aug 12 20:44:20.555 INFO E| Downloaded http v0.2.9
21212024-08-12T20:44:21.021Z[ helios-setup] Aug 12 20:44:20.562 INFO E| Downloaded parking_lot v0.12.1
21222024-08-12T20:44:21.026Z[ helios-setup] Aug 12 20:44:20.566 INFO E| Downloaded rayon-core v1.10.2
21232024-08-12T20:44:21.034Z[ helios-setup] Aug 12 20:44:20.574 INFO E| Downloaded rayon v1.6.1
21242024-08-12T20:44:21.051Z[ helios-setup] Aug 12 20:44:20.590 INFO E| Downloaded reqwest v0.11.16
21252024-08-12T20:44:21.065Z[ helios-setup] Aug 12 20:44:20.605 INFO E| Downloaded httpdate v1.0.2
21262024-08-12T20:44:21.068Z[ helios-setup] Aug 12 20:44:20.607 INFO E| Downloaded miniz_oxide v0.6.2
21272024-08-12T20:44:21.071Z[ helios-setup] Aug 12 20:44:20.611 INFO E| Downloaded clap_builder v4.2.1
21282024-08-12T20:44:21.084Z[ helios-setup] Aug 12 20:44:20.624 INFO E| Downloaded http-body v0.4.5
21292024-08-12T20:44:21.088Z[ helios-setup] Aug 12 20:44:20.628 INFO E| Downloaded itoa v1.0.6
21302024-08-12T20:44:21.090Z[ helios-setup] Aug 12 20:44:20.630 INFO E| Downloaded hyper v0.14.25
21312024-08-12T20:44:21.106Z[ helios-setup] Aug 12 20:44:20.647 INFO E| Downloaded generic-array v0.14.6
21322024-08-12T20:44:21.109Z[ helios-setup] Aug 12 20:44:20.649 INFO E| Downloaded regex v1.7.3
21332024-08-12T20:44:21.124Z[ helios-setup] Aug 12 20:44:20.665 INFO E| Downloaded futures-io v0.3.28
21342024-08-12T20:44:21.127Z[ helios-setup] Aug 12 20:44:20.666 INFO E| Downloaded dyn-clone v1.0.11
21352024-08-12T20:44:21.130Z[ helios-setup] Aug 12 20:44:20.669 INFO E| Downloaded concolor-override v1.0.0
21362024-08-12T20:44:21.132Z[ helios-setup] Aug 12 20:44:20.670 INFO E| Downloaded project-root v0.2.2
21372024-08-12T20:44:21.132Z[ helios-setup] Aug 12 20:44:20.672 INFO E| Downloaded pest v2.5.7
21382024-08-12T20:44:21.164Z[ helios-setup] Aug 12 20:44:20.701 INFO E| Downloaded chrono v0.4.24
21392024-08-12T20:44:21.173Z[ helios-setup] Aug 12 20:44:20.713 INFO E| Downloaded openapiv3 v1.0.2
21402024-08-12T20:44:21.219Z[ helios-setup] Aug 12 20:44:20.759 INFO E| Downloaded mio v0.8.5
21412024-08-12T20:44:21.227Z[ helios-setup] Aug 12 20:44:20.768 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
21422024-08-12T20:44:21.230Z[ helios-setup] Aug 12 20:44:20.771 INFO E| Downloaded proc-macro-crate v1.2.1
21432024-08-12T20:44:21.233Z[ helios-setup] Aug 12 20:44:20.773 INFO E| Downloaded pin-project-lite v0.2.9
21442024-08-12T20:44:21.267Z[ helios-setup] Aug 12 20:44:20.807 INFO E| Downloaded rhai v1.14.0
21452024-08-12T20:44:21.284Z[ helios-setup] Aug 12 20:44:20.825 INFO E| Downloaded git2 v0.16.1
21462024-08-12T20:44:21.299Z[ helios-setup] Aug 12 20:44:20.840 INFO E| Downloaded percent-encoding v2.2.0
21472024-08-12T20:44:21.302Z[ helios-setup] Aug 12 20:44:20.841 INFO E| Downloaded paste v1.0.12
21482024-08-12T20:44:21.331Z[ helios-setup] Aug 12 20:44:20.871 INFO E| Downloaded rustfmt-wrapper v0.2.0
21492024-08-12T20:44:21.335Z[ helios-setup] Aug 12 20:44:20.874 INFO E| Downloaded encoding_rs v0.8.32
21502024-08-12T20:44:21.368Z[ helios-setup] Aug 12 20:44:20.909 INFO E| Downloaded rhai_codegen v1.5.0
21512024-08-12T20:44:21.382Z[ helios-setup] Aug 12 20:44:20.922 INFO E| Downloaded rustix v0.37.3
21522024-08-12T20:44:21.413Z[ helios-setup] Aug 12 20:44:20.953 INFO E| Downloaded regress v0.5.0
21532024-08-12T20:44:21.426Z[ helios-setup] Aug 12 20:44:20.966 INFO E| Downloaded num_enum_derive v0.5.7
21542024-08-12T20:44:21.433Z[ helios-setup] Aug 12 20:44:20.968 INFO E| Downloaded libc v0.2.139
21552024-08-12T20:44:21.514Z[ helios-setup] Aug 12 20:44:21.054 INFO E| Downloaded crossbeam-deque v0.8.2
21562024-08-12T20:44:21.516Z[ helios-setup] Aug 12 20:44:21.057 INFO E| Downloaded const-random v0.1.15
21572024-08-12T20:44:21.519Z[ helios-setup] Aug 12 20:44:21.058 INFO E| Downloaded parking_lot_core v0.9.6
21582024-08-12T20:44:21.521Z[ helios-setup] Aug 12 20:44:21.062 INFO E| Downloaded once_cell v1.17.0
21592024-08-12T20:44:21.525Z[ helios-setup] Aug 12 20:44:21.065 INFO E| Downloaded num_enum v0.5.7
21602024-08-12T20:44:21.531Z[ helios-setup] Aug 12 20:44:21.071 INFO E| Downloaded num_cpus v1.15.0
21612024-08-12T20:44:21.535Z[ helios-setup] Aug 12 20:44:21.076 INFO E| Downloaded is-terminal v0.4.7
21622024-08-12T20:44:21.538Z[ helios-setup] Aug 12 20:44:21.078 INFO E| Downloaded iana-time-zone v0.1.56
21632024-08-12T20:44:21.540Z[ helios-setup] Aug 12 20:44:21.081 INFO E| Downloaded home v0.5.4
21642024-08-12T20:44:21.542Z[ helios-setup] Aug 12 20:44:21.082 INFO E| Downloaded h2 v0.3.16
21652024-08-12T20:44:21.553Z[ helios-setup] Aug 12 20:44:21.094 INFO E| Downloaded memchr v2.5.0
21662024-08-12T20:44:21.560Z[ helios-setup] Aug 12 20:44:21.101 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
21672024-08-12T20:44:21.661Z[ helios-setup] Aug 12 20:44:21.201 INFO E| Downloaded anstyle v0.3.5
21682024-08-12T20:44:21.663Z[ helios-setup] Aug 12 20:44:21.204 INFO E| Downloaded schemars_derive v0.8.12
21692024-08-12T20:44:21.666Z[ helios-setup] Aug 12 20:44:21.206 INFO E| Downloaded memoffset v0.7.1
21702024-08-12T20:44:21.668Z[ helios-setup] Aug 12 20:44:21.208 INFO E| Downloaded getrandom v0.2.8
21712024-08-12T20:44:21.672Z[ helios-setup] Aug 12 20:44:21.213 INFO E| Downloaded either v1.8.0
21722024-08-12T20:44:21.675Z[ helios-setup] Aug 12 20:44:21.215 INFO E| Downloaded cpufeatures v0.2.5
21732024-08-12T20:44:21.677Z[ helios-setup] Aug 12 20:44:21.217 INFO E| Downloaded concolor-query v0.3.3
21742024-08-12T20:44:21.679Z[ helios-setup] Aug 12 20:44:21.219 INFO E| Downloaded clap_lex v0.4.1
21752024-08-12T20:44:21.682Z[ helios-setup] Aug 12 20:44:21.221 INFO E| Downloaded clap_derive v4.2.0
21762024-08-12T20:44:21.684Z[ helios-setup] Aug 12 20:44:21.224 INFO E| Downloaded clap v4.2.1
21772024-08-12T20:44:21.697Z[ helios-setup] Aug 12 20:44:21.237 INFO E| Downloaded block-buffer v0.10.3
21782024-08-12T20:44:21.700Z[ helios-setup] Aug 12 20:44:21.239 INFO E| Downloaded smawk v0.3.1
21792024-08-12T20:44:21.702Z[ helios-setup] Aug 12 20:44:21.241 INFO E| Downloaded smartstring v1.0.1
21802024-08-12T20:44:21.705Z[ helios-setup] Aug 12 20:44:21.245 INFO E| Downloaded rustls v0.21.0
21812024-08-12T20:44:21.723Z[ helios-setup] Aug 12 20:44:21.263 INFO E| Downloaded libz-sys v1.1.8
21822024-08-12T20:44:21.808Z[ helios-setup] Aug 12 20:44:21.349 INFO E| Downloaded winnow v0.4.1
21832024-08-12T20:44:21.822Z[ helios-setup] Aug 12 20:44:21.361 INFO E| Downloaded want v0.3.0
21842024-08-12T20:44:21.824Z[ helios-setup] Aug 12 20:44:21.363 INFO E| Downloaded walkdir v2.3.3
21852024-08-12T20:44:21.827Z[ helios-setup] Aug 12 20:44:21.366 INFO E| Downloaded url v2.3.1
21862024-08-12T20:44:21.830Z[ helios-setup] Aug 12 20:44:21.370 INFO E| Downloaded unsafe-libyaml v0.2.8
21872024-08-12T20:44:21.835Z[ helios-setup] Aug 12 20:44:21.376 INFO E| Downloaded ucd-trie v0.1.5
21882024-08-12T20:44:21.838Z[ helios-setup] Aug 12 20:44:21.378 INFO E| Downloaded tungstenite v0.18.0
21892024-08-12T20:44:21.842Z[ helios-setup] Aug 12 20:44:21.383 INFO E| Downloaded toml v0.7.3
21902024-08-12T20:44:21.847Z[ helios-setup] Aug 12 20:44:21.388 INFO E| Downloaded terminal_size v0.2.6
21912024-08-12T20:44:21.849Z[ helios-setup] Aug 12 20:44:21.390 INFO E| Downloaded try-lock v0.2.4
21922024-08-12T20:44:21.852Z[ helios-setup] Aug 12 20:44:21.391 INFO E| Downloaded tracing-core v0.1.30
21932024-08-12T20:44:21.852Z[ host-package] Compiling half v2.4.1
21942024-08-12T20:44:21.855Z[ helios-setup] Aug 12 20:44:21.396 INFO E| Downloaded toml_edit v0.19.8
21952024-08-12T20:44:21.882Z[ helios-setup] Aug 12 20:44:21.422 INFO E| Downloaded tokio-util v0.7.7
21962024-08-12T20:44:21.893Z[ helios-setup] Aug 12 20:44:21.432 INFO E| Downloaded slog-bunyan v2.4.0
21972024-08-12T20:44:21.895Z[ helios-setup] Aug 12 20:44:21.434 INFO E| Downloaded schemars v0.8.12
21982024-08-12T20:44:21.910Z[ helios-setup] Aug 12 20:44:21.451 INFO E| Downloaded serde v1.0.204
21992024-08-12T20:44:21.917Z[ helios-setup] Aug 12 20:44:21.457 INFO E| Downloaded smallvec v1.10.0
22002024-08-12T20:44:21.920Z[ helios-setup] Aug 12 20:44:21.461 INFO E| Downloaded serde_derive v1.0.204
22012024-08-12T20:44:21.927Z[ helios-setup] Aug 12 20:44:21.465 INFO E| Downloaded time v0.1.45
22022024-08-12T20:44:21.927Z[ helios-setup] Aug 12 20:44:21.467 INFO E| Downloaded strsim v0.10.0
22032024-08-12T20:44:21.930Z[ helios-setup] Aug 12 20:44:21.469 INFO E| Downloaded scopeguard v1.1.0
22042024-08-12T20:44:21.933Z[ helios-setup] Aug 12 20:44:21.471 INFO E| Downloaded tempfile v3.5.0
22052024-08-12T20:44:21.935Z[ helios-setup] Aug 12 20:44:21.474 INFO E| Downloaded anstyle-parse v0.1.1
22062024-08-12T20:44:21.938Z[ helios-setup] Aug 12 20:44:21.477 INFO E| Downloaded anstream v0.2.6
22072024-08-12T20:44:21.940Z[ helios-setup] Aug 12 20:44:21.480 INFO E| Downloaded ahash v0.8.3
22082024-08-12T20:44:21.944Z[ helios-setup] Aug 12 20:44:21.485 INFO E| Downloaded futures-util v0.3.28
22092024-08-12T20:44:21.964Z[ helios-setup] Aug 12 20:44:21.504 INFO E| Downloaded slab v0.4.7
22102024-08-12T20:44:21.966Z[ helios-setup] Aug 12 20:44:21.506 INFO E| Downloaded sha2 v0.10.6
22112024-08-12T20:44:21.969Z[ helios-setup] Aug 12 20:44:21.510 INFO E| Downloaded sha1 v0.10.5
22122024-08-12T20:44:21.972Z[ helios-setup] Aug 12 20:44:21.512 INFO E| Downloaded serde_path_to_error v0.1.11
22132024-08-12T20:44:21.975Z[ helios-setup] Aug 12 20:44:21.514 INFO E| Downloaded serde_json v1.0.95
22142024-08-12T20:44:21.986Z[ helios-setup] Aug 12 20:44:21.526 INFO E| Downloaded futures-sink v0.3.28
22152024-08-12T20:44:21.988Z[ helios-setup] Aug 12 20:44:21.527 INFO E| Downloaded futures-macro v0.3.28
22162024-08-12T20:44:21.991Z[ helios-setup] Aug 12 20:44:21.529 INFO E| Downloaded futures-executor v0.3.28
22172024-08-12T20:44:21.991Z[ helios-setup] Aug 12 20:44:21.531 INFO E| Downloaded futures-core v0.3.28
22182024-08-12T20:44:22.017Z[ helios-setup] Aug 12 20:44:21.558 INFO E| Downloaded futures-channel v0.3.28
22192024-08-12T20:44:22.021Z[ helios-setup] Aug 12 20:44:21.561 INFO E| Downloaded const-random-macro v0.1.15
22202024-08-12T20:44:22.023Z[ helios-setup] Aug 12 20:44:21.563 INFO E| Downloaded futures v0.3.28
22212024-08-12T20:44:22.030Z[ helios-setup] Aug 12 20:44:21.571 INFO E| Downloaded form_urlencoded v1.1.0
22222024-08-12T20:44:22.033Z[ helios-setup] Aug 12 20:44:21.572 INFO E| Downloaded errno v0.3.1
22232024-08-12T20:44:22.036Z[ helios-setup] Aug 12 20:44:21.574 INFO E| Downloaded digest v0.10.6
22242024-08-12T20:44:22.038Z[ helios-setup] Aug 12 20:44:21.577 INFO E| Downloaded crossbeam-utils v0.8.14
22252024-08-12T20:44:22.041Z[ helios-setup] Aug 12 20:44:21.581 INFO E| Downloaded crossbeam-epoch v0.9.13
22262024-08-12T20:44:22.045Z[ helios-setup] Aug 12 20:44:21.585 INFO E| Downloaded crossbeam-channel v0.5.6
22272024-08-12T20:44:22.056Z[ helios-setup] Aug 12 20:44:21.595 INFO E| Downloaded cargo-lock v8.0.3
22282024-08-12T20:44:22.059Z[ helios-setup] Aug 12 20:44:21.599 INFO E| Downloaded built v0.6.0
22292024-08-12T20:44:22.061Z[ helios-setup] Aug 12 20:44:21.601 INFO E| Downloaded semver v1.0.17
22302024-08-12T20:44:22.064Z[ helios-setup] Aug 12 20:44:21.604 INFO E| Downloaded semver v0.11.0
22312024-08-12T20:44:22.067Z[ helios-setup] Aug 12 20:44:21.607 INFO E| Downloaded cc v1.0.78
22322024-08-12T20:44:22.070Z[ helios-setup] Aug 12 20:44:21.611 INFO E| Downloaded rustls-webpki v0.100.1
22332024-08-12T20:44:22.079Z[ helios-setup] Aug 12 20:44:21.620 INFO E| Downloaded camino v1.1.4
22342024-08-12T20:44:22.082Z[ helios-setup] Aug 12 20:44:21.622 INFO E| Downloaded base64 v0.21.0
22352024-08-12T20:44:22.445Z[ helios-setup] Aug 12 20:44:21.985 INFO E| Compiling proc-macro2 v1.0.86
22362024-08-12T20:44:22.445Z[ helios-setup] Aug 12 20:44:21.985 INFO E| Compiling libc v0.2.139
22372024-08-12T20:44:22.445Z[ helios-setup] Aug 12 20:44:21.985 INFO E| Compiling unicode-ident v1.0.8
22382024-08-12T20:44:22.448Z[ helios-setup] Aug 12 20:44:21.985 INFO E| Compiling autocfg v1.1.0
22392024-08-12T20:44:22.448Z[ helios-setup] Aug 12 20:44:21.986 INFO E| Compiling cfg-if v1.0.0
22402024-08-12T20:44:22.448Z[ helios-setup] Aug 12 20:44:21.986 INFO E| Compiling version_check v0.9.4
22412024-08-12T20:44:22.448Z[ helios-setup] Aug 12 20:44:21.986 INFO E| Compiling serde v1.0.204
22422024-08-12T20:44:22.448Z[ helios-setup] Aug 12 20:44:21.986 INFO E| Compiling syn v1.0.107
22432024-08-12T20:44:22.616Z[ host-package] Compiling utf-8 v0.7.6
22442024-08-12T20:44:22.869Z[ helios-setup] Aug 12 20:44:22.409 INFO E| Compiling memchr v2.5.0
22452024-08-12T20:44:23.277Z[ host-package] Compiling ciborium-io v0.2.2
22462024-08-12T20:44:23.323Z[ host-package] Compiling blake3 v1.5.1
22472024-08-12T20:44:23.602Z[ helios-setup] Aug 12 20:44:23.143 INFO E| Compiling once_cell v1.17.0
22482024-08-12T20:44:23.605Z[ host-package] Compiling ciborium-ll v0.2.2
22492024-08-12T20:44:24.171Z[ helios-setup] Aug 12 20:44:23.711 INFO E| Compiling thiserror v1.0.38
22502024-08-12T20:44:24.242Z[ helios-setup] Aug 12 20:44:23.782 INFO E| Compiling log v0.4.17
22512024-08-12T20:44:24.452Z[ host-package] Compiling ring v0.16.20
22522024-08-12T20:44:24.485Z[ host-package] Compiling rayon v1.10.0
22532024-08-12T20:44:24.675Z[ helios-setup] Aug 12 20:44:24.215 INFO E| Compiling serde_json v1.0.95
22542024-08-12T20:44:25.168Z[ helios-setup] Aug 12 20:44:24.708 INFO E| Compiling itoa v1.0.6
22552024-08-12T20:44:25.888Z[ helios-setup] Aug 12 20:44:25.427 INFO E| Compiling indexmap v1.9.3
22562024-08-12T20:44:25.942Z[ helios-setup] Aug 12 20:44:25.482 INFO E| Compiling pin-project-lite v0.2.9
22572024-08-12T20:44:26.054Z[ helios-setup] Aug 12 20:44:25.593 INFO E| Compiling quote v1.0.36
22582024-08-12T20:44:26.127Z[ helios-setup] Aug 12 20:44:25.667 INFO E| Compiling scopeguard v1.1.0
22592024-08-12T20:44:26.425Z[ helios-setup] Aug 12 20:44:25.965 INFO E| Compiling getrandom v0.2.8
22602024-08-12T20:44:26.800Z[ helios-setup] Aug 12 20:44:26.340 INFO E| Compiling syn v2.0.72
22612024-08-12T20:44:27.109Z[ helios-setup] Aug 12 20:44:26.649 INFO E| Compiling jobserver v0.1.26
22622024-08-12T20:44:27.350Z[ helios-setup] Aug 12 20:44:26.889 INFO E| Compiling num-integer v0.1.45
22632024-08-12T20:44:27.405Z[ helios-setup] Aug 12 20:44:26.945 INFO E| Compiling futures-core v0.3.28
22642024-08-12T20:44:27.554Z[ helios-setup] Aug 12 20:44:27.093 INFO E| Compiling cc v1.0.78
22652024-08-12T20:44:27.874Z[ helios-setup] Aug 12 20:44:27.270 INFO E| Compiling bytes v1.4.0
22662024-08-12T20:44:28.104Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22672024-08-12T20:44:28.283Z[ helios-setup] Aug 12 20:44:27.823 INFO E| Compiling ryu v1.0.13
22682024-08-12T20:44:29.361Z[ helios-setup] Aug 12 20:44:28.901 INFO E| Compiling lock_api v0.4.9
22692024-08-12T20:44:29.757Z[ helios-setup] Aug 12 20:44:29.296 INFO E| Compiling bitflags v1.3.2
22702024-08-12T20:44:29.988Z[ helios-setup] Aug 12 20:44:29.528 INFO E| Compiling parking_lot_core v0.9.6
22712024-08-12T20:44:30.048Z[ helios-setup] Aug 12 20:44:29.588 INFO E| Compiling typenum v1.16.0
22722024-08-12T20:44:30.587Z[ helios-setup] Aug 12 20:44:30.127 INFO E| Compiling num_cpus v1.15.0
22732024-08-12T20:44:30.935Z[ helios-setup] Aug 12 20:44:30.475 INFO E| Compiling slab v0.4.7
22742024-08-12T20:44:31.034Z[ helios-setup] Aug 12 20:44:30.573 INFO E| Compiling generic-array v0.14.6
22752024-08-12T20:44:31.108Z[ helios-setup] Aug 12 20:44:30.648 INFO E| Compiling futures-task v0.3.28
22762024-08-12T20:44:31.334Z[ helios-setup] Aug 12 20:44:30.873 INFO E| Compiling futures-channel v0.3.28
22772024-08-12T20:44:31.716Z[ helios-setup] Aug 12 20:44:31.255 INFO E| Compiling futures-sink v0.3.28
22782024-08-12T20:44:32.378Z[ helios-setup] Aug 12 20:44:31.917 INFO E| Compiling tokio v1.27.0
22792024-08-12T20:44:32.550Z[ helios-setup] Aug 12 20:44:32.090 INFO E| Compiling futures-util v0.3.28
22802024-08-12T20:44:32.558Z[ helios-setup] Aug 12 20:44:32.098 INFO E| Compiling schemars v0.8.12
22812024-08-12T20:44:33.673Z[ helios-setup] Aug 12 20:44:33.212 INFO E| Compiling mio v0.8.5
22822024-08-12T20:44:33.709Z[ helios-setup] Aug 12 20:44:33.249 INFO E| Compiling signal-hook-registry v1.4.0
22832024-08-12T20:44:33.750Z[ helios-setup] Aug 12 20:44:33.289 INFO E| Compiling socket2 v0.4.9
22842024-08-12T20:44:33.758Z[ host-package] Compiling xattr v1.3.1
22852024-08-12T20:44:34.234Z[ helios-setup] Aug 12 20:44:33.773 INFO E| Compiling num-traits v0.2.15
22862024-08-12T20:44:34.495Z[ helios-setup] Aug 12 20:44:34.034 INFO E| Compiling ahash v0.7.6
22872024-08-12T20:44:34.538Z[ host-package] Compiling nibble_vec v0.1.0
22882024-08-12T20:44:35.036Z[ helios-setup] Aug 12 20:44:34.571 INFO E| Compiling pin-utils v0.1.0
22892024-08-12T20:44:35.075Z[ host-package] Compiling filetime v0.2.23
22902024-08-12T20:44:35.629Z[ helios-setup] Aug 12 20:44:35.168 INFO E| Compiling io-lifetimes v1.0.10
22912024-08-12T20:44:35.694Z[ host-package] Compiling memmap2 v0.9.4
22922024-08-12T20:44:35.715Z[ helios-setup] Aug 12 20:44:35.254 INFO E| Compiling futures-io v0.3.28
22932024-08-12T20:44:36.602Z[ helios-setup] Aug 12 20:44:36.141 INFO E| Compiling crunchy v0.2.2
22942024-08-12T20:44:36.681Z[ host-package] Compiling arrayref v0.3.7
22952024-08-12T20:44:37.340Z[ host-package] Compiling spin v0.5.2
22962024-08-12T20:44:37.361Z[ helios-setup] Aug 12 20:44:36.900 INFO E| Compiling ahash v0.8.3
22972024-08-12T20:44:37.641Z[ helios-setup] Aug 12 20:44:37.180 INFO E| Compiling serde_derive_internals v0.26.0
22982024-08-12T20:44:37.700Z[ host-package] Compiling cancel-safe-futures v0.1.5
22992024-08-12T20:44:38.255Z[ helios-setup] Aug 12 20:44:37.794 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
23002024-08-12T20:44:38.429Z[ helios-setup] Aug 12 20:44:37.968 INFO E| Compiling rustix v0.37.3
23012024-08-12T20:44:38.541Z[ host-package] Compiling constant_time_eq v0.3.0
23022024-08-12T20:44:38.571Z[ helios-setup] Aug 12 20:44:38.109 INFO E| Compiling tiny-keccak v2.0.2
23032024-08-12T20:44:38.647Z[ helios-setup] Aug 12 20:44:38.186 INFO E| Compiling hashbrown v0.12.3
23042024-08-12T20:44:38.730Z[ host-package] Compiling untrusted v0.7.1
23052024-08-12T20:44:38.961Z[ host-package] Compiling endian-type v0.1.2
23062024-08-12T20:44:39.244Z[ host-package] Compiling arrayvec v0.7.4
23072024-08-12T20:44:39.495Z[ host-package] Compiling radix_trie v0.2.1
23082024-08-12T20:44:39.575Z[ helios-setup] Aug 12 20:44:39.114 INFO E| Compiling block-buffer v0.10.3
23092024-08-12T20:44:39.692Z[ helios-setup] Aug 12 20:44:39.231 INFO E| Compiling crypto-common v0.1.6
23102024-08-12T20:44:40.689Z[ helios-setup] Aug 12 20:44:40.228 INFO E| Compiling errno v0.3.1
23112024-08-12T20:44:41.381Z[ helios-setup] Aug 12 20:44:40.919 INFO E| Compiling pkg-config v0.3.26
23122024-08-12T20:44:41.442Z[ helios-setup] Aug 12 20:44:40.980 INFO E| Compiling slog v2.7.0
23132024-08-12T20:44:41.532Z[ helios-setup] Aug 12 20:44:41.071 INFO E| Compiling fnv v1.0.7
23142024-08-12T20:44:41.630Z[ helios-setup] Aug 12 20:44:41.168 INFO E| Compiling crossbeam-utils v0.8.14
23152024-08-12T20:44:42.440Z[ helios-setup] Aug 12 20:44:41.978 INFO E| Compiling http v0.2.9
23162024-08-12T20:44:42.500Z[ host-package] Compiling tar v0.4.41
23172024-08-12T20:44:43.518Z[ helios-setup] Aug 12 20:44:43.056 INFO E| Compiling digest v0.10.6
23182024-08-12T20:44:44.596Z[ helios-setup] Aug 12 20:44:44.134 INFO E| Compiling aho-corasick v0.7.20
23192024-08-12T20:44:44.708Z[ helios-setup] Aug 12 20:44:44.246 INFO E| Compiling tinyvec_macros v0.1.1
23202024-08-12T20:44:45.023Z[ helios-setup] Aug 12 20:44:44.561 INFO E| Compiling regex-syntax v0.6.29
23212024-08-12T20:44:45.810Z[ helios-setup] Aug 12 20:44:45.349 INFO E| Compiling cpufeatures v0.2.5
23222024-08-12T20:44:45.979Z[ host-package] Compiling ciborium v0.2.2
23232024-08-12T20:44:46.438Z[ helios-setup] Aug 12 20:44:45.976 INFO E| Compiling unicode-width v0.1.10
23242024-08-12T20:44:47.244Z[ helios-setup] Aug 12 20:44:46.782 INFO E| Compiling anyhow v1.0.68
23252024-08-12T20:44:47.328Z[ host-package] Compiling camino-tempfile v1.1.1
23262024-08-12T20:44:47.669Z[ helios-setup] Aug 12 20:44:47.207 INFO E| Compiling heck v0.4.1
23272024-08-12T20:44:47.736Z[ helios-setup] Aug 12 20:44:47.274 INFO E| Compiling thiserror-impl v1.0.38
23282024-08-12T20:44:48.018Z[ helios-setup] Aug 12 20:44:47.556 INFO E| Compiling schemars_derive v0.8.12
23292024-08-12T20:44:48.453Z[ host-package] Compiling toolchain_find v0.4.0
23302024-08-12T20:44:48.618Z[ helios-setup] Aug 12 20:44:48.156 INFO E| Compiling percent-encoding v2.2.0
23312024-08-12T20:44:48.788Z[ helios-setup] Aug 12 20:44:48.326 INFO E| Compiling httparse v1.8.0
23322024-08-12T20:44:49.244Z[ helios-setup] Aug 12 20:44:48.782 INFO E| Compiling serde_derive v1.0.204
23332024-08-12T20:44:49.374Z[ helios-setup] Aug 12 20:44:48.912 INFO E| Compiling tokio-macros v2.0.0
23342024-08-12T20:44:49.681Z[ host-package] Compiling crunchy v0.2.2
23352024-08-12T20:44:49.697Z[ helios-setup] Aug 12 20:44:49.228 INFO E| Compiling futures-macro v0.3.28
23362024-08-12T20:44:50.390Z[ helios-setup] Aug 12 20:44:49.928 INFO E| Compiling tinyvec v1.6.0
23372024-08-12T20:44:50.490Z[ helios-setup] Aug 12 20:44:50.028 INFO E| Compiling form_urlencoded v1.1.0
23382024-08-12T20:44:50.687Z[ host-package] Compiling topological-sort v0.2.2
23392024-08-12T20:44:50.786Z[ host-package] Compiling maplit v1.0.2
23402024-08-12T20:44:50.937Z[ host-package] Compiling glob v0.3.1
23412024-08-12T20:44:51.361Z[ host-package] Compiling omicron-zone-package v0.11.0
23422024-08-12T20:44:51.669Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23432024-08-12T20:44:51.672Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23442024-08-12T20:44:52.381Z[ host-package] Compiling clang-sys v1.7.0
23452024-08-12T20:44:52.475Z[ helios-setup] Aug 12 20:44:52.012 INFO E| Compiling regex v1.7.3
23462024-08-12T20:44:52.695Z[ helios-setup] Aug 12 20:44:52.233 INFO E| Compiling const-random-macro v0.1.15
23472024-08-12T20:44:53.592Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23482024-08-12T20:44:53.678Z[ helios-setup] Aug 12 20:44:53.216 INFO E| Compiling hashbrown v0.13.2
23492024-08-12T20:44:54.204Z[ host-package] Compiling tiny-keccak v2.0.2
23502024-08-12T20:44:54.616Z[ helios-setup] Aug 12 20:44:54.154 INFO E| Compiling libz-sys v1.1.8
23512024-08-12T20:44:55.163Z[ host-package] Compiling dsl_auto_type v0.1.2
23522024-08-12T20:44:55.262Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23532024-08-12T20:44:56.089Z[ helios-setup] Aug 12 20:44:55.626 INFO E| Compiling chrono v0.4.24
23542024-08-12T20:44:57.562Z[ helios-setup] Aug 12 20:44:57.099 INFO E| Compiling uuid v1.3.0
23552024-08-12T20:44:57.873Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23562024-08-12T20:44:57.959Z[ host-package] Compiling arc-swap v1.7.1
23572024-08-12T20:44:58.317Z[ helios-setup] Aug 12 20:44:57.854 INFO E| Compiling dyn-clone v1.0.11
23582024-08-12T20:44:58.930Z[ helios-setup] Aug 12 20:44:58.467 INFO E| Compiling unicode-normalization v0.1.22
23592024-08-12T20:44:59.026Z[ host-package] Compiling diesel_derives v2.2.2
23602024-08-12T20:44:59.117Z[ helios-setup] Aug 12 20:44:58.653 INFO E| Compiling regress v0.5.0
23612024-08-12T20:44:59.221Z[ helios-setup] Aug 12 20:44:58.758 INFO E| Compiling const-random v0.1.15
23622024-08-12T20:44:59.604Z[ host-package] Compiling slog-scope v4.4.0
23632024-08-12T20:45:00.334Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23642024-08-12T20:45:01.145Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23652024-08-12T20:45:01.628Z[ helios-setup] Aug 12 20:45:01.164 INFO E| Compiling getopts v0.2.21
23662024-08-12T20:45:01.643Z[ host-package] Compiling r2d2 v0.8.10
23672024-08-12T20:45:01.721Z[ helios-setup] Aug 12 20:45:01.258 INFO E| Compiling tracing-core v0.1.30
23682024-08-12T20:45:02.316Z[ helios-setup] Aug 12 20:45:01.853 INFO E| Compiling memoffset v0.7.1
23692024-08-12T20:45:02.433Z[ helios-setup] Aug 12 20:45:01.970 INFO E| Compiling ucd-trie v0.1.5
23702024-08-12T20:45:02.630Z[ host-package] Compiling ascii-canvas v3.0.0
23712024-08-12T20:45:02.666Z[ host-package] Compiling ena v0.14.3
23722024-08-12T20:45:03.341Z[ helios-setup] Aug 12 20:45:02.873 INFO E| Compiling time-core v0.1.2
23732024-08-12T20:45:03.609Z[ host-package] Compiling libloading v0.8.3
23742024-08-12T20:45:03.688Z[ host-package] Compiling diff v0.1.13
23752024-08-12T20:45:03.955Z[ helios-setup] Aug 12 20:45:03.492 INFO E| Compiling num-conv v0.1.0
23762024-08-12T20:45:04.665Z[ helios-setup] Aug 12 20:45:04.201 INFO E| Compiling unicode-bidi v0.3.13
23772024-08-12T20:45:04.708Z[ host-package] Compiling bindgen v0.69.4
23782024-08-12T20:45:04.944Z[ host-package] Compiling regex-syntax v0.6.29
23792024-08-12T20:45:05.578Z[ helios-setup] Aug 12 20:45:05.115 INFO E| Compiling powerfmt v0.2.0
23802024-08-12T20:45:06.088Z[ helios-setup] Aug 12 20:45:05.625 INFO E| Compiling idna v0.3.0
23812024-08-12T20:45:07.294Z[ helios-setup] Aug 12 20:45:06.831 INFO E| Compiling deranged v0.3.11
23822024-08-12T20:45:08.034Z[ helios-setup] Aug 12 20:45:07.569 INFO E| Compiling time-macros v0.2.18
23832024-08-12T20:45:08.867Z[ helios-setup] Aug 12 20:45:08.404 INFO E| Compiling tracing v0.1.37
23842024-08-12T20:45:10.600Z[ helios-setup] Aug 12 20:45:10.136 INFO E| Compiling pest v2.5.7
23852024-08-12T20:45:13.298Z[ helios-setup] Aug 12 20:45:12.834 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
23862024-08-12T20:45:13.621Z[ helios-setup] Aug 12 20:45:13.156 INFO E| Compiling time v0.1.45
23872024-08-12T20:45:13.681Z[ helios-setup] Aug 12 20:45:13.217 INFO E| Compiling crossbeam-epoch v0.9.13
23882024-08-12T20:45:14.806Z[ helios-setup] Aug 12 20:45:14.341 INFO E| Compiling num_threads v0.1.6
23892024-08-12T20:45:15.450Z[ host-package] Compiling lalrpop v0.19.12
23902024-08-12T20:45:16.188Z[ helios-setup] Aug 12 20:45:15.724 INFO E| Compiling toml v0.5.11
23912024-08-12T20:45:16.620Z[ helios-setup] Aug 12 20:45:16.156 INFO E| Compiling smallvec v1.10.0
23922024-08-12T20:45:18.056Z[ helios-setup] Aug 12 20:45:17.592 INFO E| Compiling serde_tokenstream v0.2.0
23932024-08-12T20:45:19.231Z[ helios-setup] Aug 12 20:45:18.767 INFO E| Compiling parking_lot v0.12.1
23942024-08-12T20:45:19.243Z[ helios-setup] Aug 12 20:45:18.767 INFO E| Compiling iana-time-zone v0.1.56
23952024-08-12T20:45:19.243Z[ helios-setup] Aug 12 20:45:18.767 INFO E| Compiling semver v1.0.17
23962024-08-12T20:45:20.487Z[ host-package] Compiling diesel v2.2.2
23972024-08-12T20:45:22.377Z[ helios-setup] Aug 12 20:45:21.912 INFO E| Compiling semver-parser v0.10.2
23982024-08-12T20:45:22.856Z[ helios-setup] Aug 12 20:45:22.391 INFO E| Compiling time v0.3.36
23992024-08-12T20:45:25.789Z[ helios-setup] Aug 12 20:45:25.323 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24002024-08-12T20:45:27.388Z[ host-package] Compiling slog-stdlog v4.1.1
24012024-08-12T20:45:28.391Z[ helios-setup] Aug 12 20:45:27.926 INFO E| Compiling url v2.3.1
24022024-08-12T20:45:29.094Z[ host-package] Compiling tungstenite v0.21.0
24032024-08-12T20:45:29.635Z[ helios-setup] Aug 12 20:45:29.169 INFO E| Compiling crossbeam-channel v0.5.6
24042024-08-12T20:45:32.269Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24052024-08-12T20:45:32.414Z[ helios-setup] Aug 12 20:45:31.948 INFO E| Compiling dirs-sys-next v0.1.2
24062024-08-12T20:45:33.373Z[ helios-setup] Aug 12 20:45:32.907 INFO E| Compiling crc32fast v1.3.2
24072024-08-12T20:45:33.610Z[ helios-setup] Aug 12 20:45:33.144 INFO E| Compiling try-lock v0.2.4
24082024-08-12T20:45:34.082Z[ helios-setup] Aug 12 20:45:33.616 INFO E| Compiling same-file v1.0.6
24092024-08-12T20:45:34.133Z[ host-package] Compiling which v4.4.2
24102024-08-12T20:45:34.571Z[ helios-setup] Aug 12 20:45:34.106 INFO E| Compiling walkdir v2.3.3
24112024-08-12T20:45:34.575Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24122024-08-12T20:45:34.843Z[ helios-setup] Aug 12 20:45:34.377 INFO E| Compiling want v0.3.0
24132024-08-12T20:45:35.296Z[ host-package] Compiling cexpr v0.6.0
24142024-08-12T20:45:35.519Z[ host-package] Compiling libsw v3.3.1
24152024-08-12T20:45:35.700Z[ helios-setup] Aug 12 20:45:35.234 INFO E| Compiling dirs-next v2.0.0
24162024-08-12T20:45:36.340Z[ host-package] Compiling atty v0.2.14
24172024-08-12T20:45:36.657Z[ host-package] Compiling shlex v1.3.0
24182024-08-12T20:45:37.630Z[ host-package] Compiling owo-colors v4.0.0
24192024-08-12T20:45:38.267Z[ host-package] Compiling ref-cast v1.0.23
24202024-08-12T20:45:38.602Z[ helios-setup] Aug 12 20:45:38.136 INFO E| Compiling tokio-util v0.7.7
24212024-08-12T20:45:38.657Z[ host-package] Compiling lazycell v1.3.0
24222024-08-12T20:45:39.336Z[ host-package] Compiling rustc-hash v1.1.0
24232024-08-12T20:45:39.461Z[ host-package] Compiling linear-map v1.2.0
24242024-08-12T20:45:39.693Z[ helios-setup] Aug 12 20:45:39.227 INFO E| Compiling semver v0.11.0
24252024-08-12T20:45:40.804Z[ helios-setup] Aug 12 20:45:40.338 INFO E| Compiling proc-macro-crate v1.2.1
24262024-08-12T20:45:40.894Z[ host-package] Compiling tokio-tungstenite v0.21.0
24272024-08-12T20:45:41.378Z[ helios-setup] Aug 12 20:45:40.911 INFO E| Compiling h2 v0.3.16
24282024-08-12T20:45:42.188Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24292024-08-12T20:45:42.367Z[ helios-setup] Aug 12 20:45:41.900 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24302024-08-12T20:45:43.208Z[ helios-setup] Aug 12 20:45:42.741 INFO E| Compiling futures-executor v0.3.28
24312024-08-12T20:45:43.394Z[ host-package] Compiling slog-envlogger v2.2.0
24322024-08-12T20:45:44.233Z[ helios-setup] Aug 12 20:45:43.766 INFO E| Compiling http-body v0.4.5
24332024-08-12T20:45:44.471Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24342024-08-12T20:45:45.560Z[ helios-setup] Aug 12 20:45:45.093 INFO E| Compiling ring v0.16.20
24352024-08-12T20:45:46.627Z[ helios-setup] Aug 12 20:45:46.160 INFO E| Compiling rand_core v0.6.4
24362024-08-12T20:45:47.731Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24372024-08-12T20:45:47.759Z[ helios-setup] Aug 12 20:45:47.292 INFO E| Compiling thread_local v1.1.7
24382024-08-12T20:45:48.603Z[ host-package] Compiling derive_builder_core v0.20.0
24392024-08-12T20:45:49.185Z[ helios-setup] Aug 12 20:45:48.718 INFO E| Compiling tower-service v0.3.2
24402024-08-12T20:45:49.608Z[ helios-setup] Aug 12 20:45:49.141 INFO E| Compiling rayon-core v1.10.2
24412024-08-12T20:45:50.513Z[ helios-setup] Aug 12 20:45:50.046 INFO E| Compiling home v0.5.4
24422024-08-12T20:45:51.057Z[ helios-setup] Aug 12 20:45:50.590 INFO E| Compiling fastrand v1.9.0
24432024-08-12T20:45:51.060Z[ helios-setup] Aug 12 20:45:50.590 INFO E| Compiling utf8parse v0.2.1
24442024-08-12T20:45:51.060Z[ helios-setup] Aug 12 20:45:50.590 INFO E| Compiling adler v1.0.2
24452024-08-12T20:45:51.540Z[ helios-setup] Aug 12 20:45:51.073 INFO E| Compiling base64 v0.21.0
24462024-08-12T20:45:51.956Z[ helios-setup] Aug 12 20:45:51.489 INFO E| Compiling httpdate v1.0.2
24472024-08-12T20:45:52.538Z[ helios-setup] Aug 12 20:45:52.070 INFO E| Compiling ppv-lite86 v0.2.17
24482024-08-12T20:45:53.044Z[ host-package] Compiling headers-core v0.2.0
24492024-08-12T20:45:53.510Z[ helios-setup] Aug 12 20:45:53.042 INFO E| Compiling lazy_static v1.4.0
24502024-08-12T20:45:53.610Z[ host-package] Compiling fxhash v0.2.1
24512024-08-12T20:45:53.691Z[ helios-setup] Aug 12 20:45:53.223 INFO E| Compiling hyper v0.14.25
24522024-08-12T20:45:54.029Z[ helios-setup] Aug 12 20:45:53.561 INFO E| Compiling toolchain_find v0.2.0
24532024-08-12T20:45:54.213Z[ helios-setup] Aug 12 20:45:53.746 INFO E| Compiling rand_chacha v0.3.1
24542024-08-12T20:45:54.390Z[ host-package] Compiling libxml v0.3.3
24552024-08-12T20:45:55.499Z[ host-package] Compiling ref-cast-impl v1.0.23
24562024-08-12T20:45:56.088Z[ host-package] Compiling headers v0.3.9
24572024-08-12T20:45:57.268Z[ helios-setup] Aug 12 20:45:56.800 INFO E| Compiling miniz_oxide v0.6.2
24582024-08-12T20:45:57.456Z[ helios-setup] Aug 12 20:45:56.987 INFO E| Compiling tempfile v3.5.0
24592024-08-12T20:45:57.699Z[ helios-setup] Aug 12 20:45:57.231 INFO E| Compiling anstyle-parse v0.1.1
24602024-08-12T20:45:58.728Z[ host-package] Compiling derive_builder_macro v0.20.0
24612024-08-12T20:46:00.946Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24622024-08-12T20:46:02.904Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24632024-08-12T20:46:03.157Z[ helios-setup] Aug 12 20:46:02.689 INFO E| Compiling futures v0.3.28
24642024-08-12T20:46:03.788Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24652024-08-12T20:46:06.833Z[ host-package] Compiling strum_macros v0.24.3
24662024-08-12T20:46:07.711Z[ host-package] Compiling samael v0.0.15
24672024-08-12T20:46:07.791Z[ host-package] Compiling polar-core v0.27.3
24682024-08-12T20:46:10.490Z[ helios-setup] Aug 12 20:46:10.021 INFO E| Compiling num_enum_derive v0.5.7
24692024-08-12T20:46:10.727Z[ host-package] Compiling cookie v0.18.1
24702024-08-12T20:46:10.828Z[ helios-setup] Aug 12 20:46:10.359 INFO E| Compiling cargo-lock v8.0.3
24712024-08-12T20:46:11.557Z[ host-package] Compiling unicase v2.7.0
24722024-08-12T20:46:12.570Z[ host-package] Compiling indoc v1.0.9
24732024-08-12T20:46:13.197Z[ host-package] Compiling derive_builder v0.20.0
24742024-08-12T20:46:13.749Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24752024-08-12T20:46:14.360Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24762024-08-12T20:46:14.680Z[ host-package] Compiling oso-derive v0.27.3
24772024-08-12T20:46:14.991Z[ helios-setup] Aug 12 20:46:14.521 INFO E| Compiling crossbeam-deque v0.8.2
24782024-08-12T20:46:15.925Z[ helios-setup] Aug 12 20:46:15.456 INFO E| Compiling term v0.7.0
24792024-08-12T20:46:16.865Z[ host-package] Compiling quick-xml v0.31.0
24802024-08-12T20:46:17.912Z[ helios-setup] Aug 12 20:46:17.442 INFO E| Compiling serde_urlencoded v0.7.1
24812024-08-12T20:46:18.046Z[ helios-setup] Aug 12 20:46:17.577 INFO E| Compiling is-terminal v0.4.7
24822024-08-12T20:46:18.454Z[ helios-setup] Aug 12 20:46:17.984 INFO E| Compiling sha2 v0.10.6
24832024-08-12T20:46:18.658Z[ helios-setup] Aug 12 20:46:18.188 INFO E| Compiling sha1 v0.10.5
24842024-08-12T20:46:18.843Z[ helios-setup] Aug 12 20:46:18.373 INFO E| Compiling atty v0.2.14
24852024-08-12T20:46:19.374Z[ helios-setup] Aug 12 20:46:18.904 INFO E| Compiling anstyle v0.3.5
24862024-08-12T20:46:20.367Z[ helios-setup] Aug 12 20:46:19.897 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
24872024-08-12T20:46:20.443Z[ helios-setup] Aug 12 20:46:19.973 INFO E| Compiling concolor-override v1.0.0
24882024-08-12T20:46:21.193Z[ helios-setup] Aug 12 20:46:20.723 INFO E| Compiling concolor-query v0.3.3
24892024-08-12T20:46:21.606Z[ helios-setup] Aug 12 20:46:21.135 INFO E| Compiling anstream v0.2.6
24902024-08-12T20:46:21.674Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
24912024-08-12T20:46:22.557Z[ host-package] Compiling parking_lot_core v0.8.6
24922024-08-12T20:46:22.940Z[ host-package] Compiling cfg_aliases v0.1.1
24932024-08-12T20:46:23.592Z[ host-package] Compiling nix v0.28.0
24942024-08-12T20:46:24.868Z[ helios-setup] Aug 12 20:46:24.385 INFO E| Compiling slog-term v2.9.0
24952024-08-12T20:46:25.422Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24962024-08-12T20:46:25.471Z[ helios-setup] Aug 12 20:46:25.000 INFO E| Compiling flate2 v1.0.25
24972024-08-12T20:46:27.590Z[ helios-setup] Aug 12 20:46:27.120 INFO E| Compiling num_enum v0.5.7
24982024-08-12T20:46:28.033Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24992024-08-12T20:46:28.126Z[ helios-setup] Aug 12 20:46:27.655 INFO E| Compiling rustfmt-wrapper v0.2.0
25002024-08-12T20:46:28.198Z[ helios-setup] Aug 12 20:46:27.728 INFO E| Compiling rand v0.8.5
25012024-08-12T20:46:28.235Z[ helios-setup] Aug 12 20:46:27.765 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25022024-08-12T20:46:28.394Z[ helios-setup] Aug 12 20:46:27.923 INFO E| Compiling openapiv3 v1.0.2
25032024-08-12T20:46:28.946Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25042024-08-12T20:46:29.853Z[ host-package] Compiling bb8 v0.8.5
25052024-08-12T20:46:30.613Z[ helios-setup] Aug 12 20:46:30.141 INFO E| Compiling encoding_rs v0.8.32
25062024-08-12T20:46:31.287Z[ host-package] Compiling const_format_proc_macros v0.2.32
25072024-08-12T20:46:31.692Z[ host-package] Compiling curve25519-dalek v4.1.3
25082024-08-12T20:46:32.642Z[ helios-setup] Aug 12 20:46:32.172 INFO E| Compiling unsafe-libyaml v0.2.8
25092024-08-12T20:46:32.749Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25102024-08-12T20:46:34.154Z[ host-package] Compiling keccak v0.1.5
25112024-08-12T20:46:34.930Z[ host-package] Compiling const_format v0.2.32
25122024-08-12T20:46:36.099Z[ helios-setup] Aug 12 20:46:35.628 INFO E| Compiling utf-8 v0.7.6
25132024-08-12T20:46:36.287Z[ helios-setup] Aug 12 20:46:35.816 INFO E| Compiling untrusted v0.7.1
25142024-08-12T20:46:36.328Z[ host-package] Compiling sha3 v0.10.8
25152024-08-12T20:46:36.476Z[ host-package] Compiling vte v0.11.1
25162024-08-12T20:46:36.759Z[ helios-setup] Aug 12 20:46:36.288 INFO E| Compiling base64 v0.13.1
25172024-08-12T20:46:36.943Z[ helios-setup] Aug 12 20:46:36.471 INFO E| Compiling mime v0.3.17
25182024-08-12T20:46:37.006Z[ helios-setup] Aug 12 20:46:36.535 INFO E| Compiling project-root v0.2.2
25192024-08-12T20:46:37.602Z[ helios-setup] Aug 12 20:46:37.131 INFO E| Compiling ipnet v2.7.2
25202024-08-12T20:46:38.329Z[ helios-setup] Aug 12 20:46:37.857 INFO E| Compiling spin v0.5.2
25212024-08-12T20:46:38.728Z[ helios-setup] Aug 12 20:46:38.257 INFO E| Compiling either v1.8.0
25222024-08-12T20:46:38.788Z[ host-package] Compiling fd-lock v4.0.2
25232024-08-12T20:46:38.996Z[ helios-setup] Aug 12 20:46:38.525 INFO E| Compiling clap_lex v0.4.1
25242024-08-12T20:46:39.531Z[ host-package] Compiling universal-hash v0.5.1
25252024-08-12T20:46:39.534Z[ host-package] Compiling secrecy v0.8.0
25262024-08-12T20:46:39.624Z[ helios-setup] Aug 12 20:46:39.153 INFO E| Compiling byteorder v1.4.3
25272024-08-12T20:46:39.823Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25282024-08-12T20:46:40.105Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25292024-08-12T20:46:40.353Z[ host-package] Compiling bytecount v0.6.8
25302024-08-12T20:46:40.704Z[ helios-setup] Aug 12 20:46:40.232 INFO E| Compiling strsim v0.10.0
25312024-08-12T20:46:40.704Z[ helios-setup] Aug 12 20:46:40.232 INFO E| Compiling tungstenite v0.18.0
25322024-08-12T20:46:41.383Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25332024-08-12T20:46:41.425Z[ host-package] Compiling opaque-debug v0.3.1
25342024-08-12T20:46:41.635Z[ host-package] Compiling poly1305 v0.8.0
25352024-08-12T20:46:41.752Z[ helios-setup] Aug 12 20:46:41.280 INFO E| Compiling clap_builder v4.2.1
25362024-08-12T20:46:42.265Z[ host-package] Compiling papergrid v0.11.0
25372024-08-12T20:46:42.299Z[ helios-setup] Aug 12 20:46:41.828 INFO E| Compiling rayon v1.6.1
25382024-08-12T20:46:43.479Z[ helios-setup] Aug 12 20:46:43.007 INFO E| Compiling reqwest v0.11.16
25392024-08-12T20:46:44.472Z[ helios-setup] Aug 12 20:46:44.000 INFO E| Compiling serde_yaml v0.9.21
25402024-08-12T20:46:44.867Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25412024-08-12T20:46:45.777Z[ host-package] Compiling thiserror-no-std v2.0.2
25422024-08-12T20:46:46.063Z[ host-package] Compiling parking_lot v0.11.2
25432024-08-12T20:46:49.962Z[ host-package] Compiling trust-dns-client v0.22.0
25442024-08-12T20:46:51.269Z[ helios-setup] Aug 12 20:46:50.797 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25452024-08-12T20:46:51.700Z[ helios-setup] Aug 12 20:46:51.227 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
25462024-08-12T20:46:51.869Z[ helios-setup] Aug 12 20:46:51.396 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
25472024-08-12T20:46:54.108Z[ helios-setup] Aug 12 20:46:53.636 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
25482024-08-12T20:46:54.806Z[ helios-setup] Aug 12 20:46:54.333 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
25492024-08-12T20:46:55.884Z[ helios-setup] Aug 12 20:46:55.411 INFO E| Compiling clap_derive v4.2.0
25502024-08-12T20:46:58.688Z[ helios-setup] Aug 12 20:46:58.215 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
25512024-08-12T20:47:00.182Z[ host-package] Compiling oso v0.27.3
25522024-08-12T20:47:01.881Z[ helios-setup] Aug 12 20:47:01.408 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25532024-08-12T20:47:06.040Z[ helios-setup] Aug 12 20:47:05.567 INFO E| Compiling clap v4.2.1
25542024-08-12T20:47:07.257Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25552024-08-12T20:47:07.403Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25562024-08-12T20:47:08.062Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25572024-08-12T20:47:08.730Z[ host-package] Compiling tabled_derive v0.7.0
25582024-08-12T20:47:13.348Z[ host-package] Compiling chacha20 v0.9.1
25592024-08-12T20:47:13.410Z[ host-package] Compiling aead v0.5.2
25602024-08-12T20:47:14.289Z[ host-package] Compiling peg-macros v0.8.4
25612024-08-12T20:47:14.483Z[ host-package] Compiling kstat-rs v0.2.4
25622024-08-12T20:47:16.696Z[ host-package] Compiling toml v0.5.11
25632024-08-12T20:47:16.853Z[ host-package] Compiling sqlparser_derive v0.2.2
25642024-08-12T20:47:19.307Z[ host-package] Compiling unicode_categories v0.1.1
25652024-08-12T20:47:20.124Z[ host-package] Compiling nu-ansi-term v0.50.0
25662024-08-12T20:47:21.778Z[ host-package] Compiling rustyline v14.0.0
25672024-08-12T20:47:22.870Z[ host-package] Compiling reedline v0.31.0
25682024-08-12T20:47:23.251Z[ helios-setup] Aug 12 20:47:22.776 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25692024-08-12T20:47:26.691Z[ helios-setup] Aug 12 20:47:26.215 INFO E| Compiling tokio-tungstenite v0.18.0
25702024-08-12T20:47:28.112Z[ helios-setup] Aug 12 20:47:27.636 INFO E| Compiling smartstring v1.0.1
25712024-08-12T20:47:28.910Z[ helios-setup] Aug 12 20:47:28.435 INFO E| Compiling rustls v0.21.0
25722024-08-12T20:47:30.945Z[ helios-setup] Aug 12 20:47:30.469 INFO E| Compiling serde_spanned v0.6.1
25732024-08-12T20:47:31.591Z[ helios-setup] Aug 12 20:47:31.115 INFO E| Compiling toml_datetime v0.6.1
25742024-08-12T20:47:33.350Z[ helios-setup] Aug 12 20:47:32.875 INFO E| Compiling async-trait v0.1.68
25752024-08-12T20:47:33.875Z[ host-package] Compiling peg v0.8.4
25762024-08-12T20:47:33.999Z[ helios-setup] Aug 12 20:47:33.523 INFO E| Compiling winnow v0.4.1
25772024-08-12T20:47:34.260Z[ host-package] Compiling trust-dns-server v0.22.1
25782024-08-12T20:47:34.401Z[ host-package] Compiling sqlformat v0.2.4
25792024-08-12T20:47:34.419Z[ host-package] Compiling sqlparser v0.45.0
25802024-08-12T20:47:34.573Z[ helios-setup] Aug 12 20:47:34.097 INFO E| Compiling match_cfg v0.1.0
25812024-08-12T20:47:35.003Z[ helios-setup] Aug 12 20:47:34.527 INFO E| Compiling static_assertions v1.1.0
25822024-08-12T20:47:35.372Z[ helios-setup] Aug 12 20:47:34.896 INFO E| Compiling paste v1.0.12
25832024-08-12T20:47:36.418Z[ helios-setup] Aug 12 20:47:35.941 INFO E| Compiling camino v1.1.4
25842024-08-12T20:47:36.961Z[ helios-setup] Aug 12 20:47:36.485 INFO E| Compiling slog-async v2.7.0
25852024-08-12T20:47:38.592Z[ helios-setup] Aug 12 20:47:38.115 INFO E| Compiling hostname v0.3.1
25862024-08-12T20:47:39.509Z[ helios-setup] Aug 12 20:47:39.032 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
25872024-08-12T20:47:39.757Z[ helios-setup] Aug 12 20:47:39.280 INFO E| Compiling slog-json v2.6.1
25882024-08-12T20:47:40.883Z[ helios-setup] Aug 12 20:47:40.406 INFO E| Compiling toml_edit v0.19.8
25892024-08-12T20:47:41.371Z[ helios-setup] Aug 12 20:47:40.894 INFO E| Compiling unicode-linebreak v0.1.4
25902024-08-12T20:47:44.776Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25912024-08-12T20:47:45.315Z[ helios-setup] Aug 12 20:47:44.838 INFO E| Compiling async-stream-impl v0.3.5
25922024-08-12T20:47:46.423Z[ helios-setup] Aug 12 20:47:45.946 INFO E| Compiling rhai_codegen v1.5.0
25932024-08-12T20:47:48.482Z[ helios-setup] Aug 12 20:47:48.005 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
25942024-08-12T20:47:49.616Z[ helios-setup] Aug 12 20:47:49.139 INFO E| Compiling take_mut v0.2.2
25952024-08-12T20:47:51.729Z[ helios-setup] Aug 12 20:47:51.252 INFO E| Compiling rhai v1.14.0
25962024-08-12T20:47:55.512Z[ host-package] Compiling chacha20poly1305 v0.10.1
25972024-08-12T20:47:55.976Z[ helios-setup] Aug 12 20:47:55.499 INFO E| Compiling async-stream v0.3.5
25982024-08-12T20:47:56.194Z[ host-package] Compiling tabled v0.15.0
25992024-08-12T20:47:56.358Z[ helios-setup] Aug 12 20:47:55.880 INFO E| Compiling toml v0.7.3
26002024-08-12T20:47:56.915Z[ helios-setup] Aug 12 20:47:56.437 INFO E| Compiling slog-bunyan v2.4.0
26012024-08-12T20:47:57.800Z[ host-package] Compiling mime_guess v2.0.4
26022024-08-12T20:48:00.055Z[ host-package] Compiling sled v0.34.7
26032024-08-12T20:48:02.250Z[ helios-setup] Aug 12 20:48:01.772 INFO E| Compiling rustls-pemfile v1.0.2
26042024-08-12T20:48:03.478Z[ helios-setup] Aug 12 20:48:02.999 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26052024-08-12T20:48:03.604Z[ helios-setup] Aug 12 20:48:03.125 INFO E| Compiling serde_path_to_error v0.1.11
26062024-08-12T20:48:05.940Z[ helios-setup] Aug 12 20:48:05.461 INFO E| Compiling bincode v1.3.3
26072024-08-12T20:48:07.666Z[ helios-setup] Aug 12 20:48:07.187 INFO E| Compiling terminal_size v0.2.6
26082024-08-12T20:48:08.003Z[ helios-setup] Aug 12 20:48:07.525 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26092024-08-12T20:48:08.143Z[ host-package] Compiling vsss-rs v3.3.4
26102024-08-12T20:48:08.204Z[ helios-setup] Aug 12 20:48:07.725 INFO E| Compiling smawk v0.3.1
26112024-08-12T20:48:08.858Z[ helios-setup] Aug 12 20:48:08.379 INFO E| Compiling textwrap v0.16.0
26122024-08-12T20:48:16.311Z[ helios-setup] Aug 12 20:48:15.831 INFO E| Compiling sct v0.7.0
26132024-08-12T20:48:16.402Z[ helios-setup] Aug 12 20:48:15.922 INFO E| Compiling rustls-webpki v0.100.1
26142024-08-12T20:48:16.544Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26152024-08-12T20:48:18.360Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26162024-08-12T20:48:18.428Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26172024-08-12T20:48:20.891Z[ host-package] Compiling env_logger v0.9.3
26182024-08-12T20:48:26.055Z[ helios-setup] Aug 12 20:48:25.574 INFO E| Compiling git2 v0.16.1
26192024-08-12T20:48:26.506Z[ helios-setup] Aug 12 20:48:26.026 INFO E| Compiling tokio-rustls v0.24.0
26202024-08-12T20:48:27.916Z[ host-package] Compiling tungstenite v0.20.1
26212024-08-12T20:48:36.158Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26222024-08-12T20:48:36.319Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26232024-08-12T20:48:38.963Z[ helios-setup] Aug 12 20:48:38.481 INFO E| Compiling built v0.6.0
26242024-08-12T20:48:40.405Z[ helios-setup] Aug 12 20:48:39.923 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26252024-08-12T20:48:42.204Z[ helios-setup] Aug 12 20:48:41.722 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
26262024-08-12T20:48:43.604Z[ helios-setup] Aug 12 20:48:43.122 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
26272024-08-12T20:48:46.726Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26282024-08-12T20:48:51.944Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26292024-08-12T20:49:00.626Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26302024-08-12T20:49:00.783Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26312024-08-12T20:49:01.750Z[ host-package] Compiling bcs v0.1.6
26322024-08-12T20:49:02.476Z[ host-package] Compiling bitstruct_derive v0.1.0
26332024-08-12T20:49:03.524Z[ host-package] Compiling nanorand v0.7.0
26342024-08-12T20:49:03.569Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26352024-08-12T20:49:03.859Z[ host-package] Compiling memoffset v0.9.1
26362024-08-12T20:49:04.173Z[ host-package] Compiling highway v1.2.0
26372024-08-12T20:49:04.327Z[ host-package] Compiling ascii v1.1.0
26382024-08-12T20:49:05.220Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26392024-08-12T20:49:05.838Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26402024-08-12T20:49:06.539Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26412024-08-12T20:49:07.277Z[ host-package] Compiling bitstruct v0.1.1
26422024-08-12T20:49:07.460Z[ host-package] Compiling flume v0.11.0
26432024-08-12T20:49:07.502Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26442024-08-12T20:49:07.794Z[ helios-setup] Aug 12 20:49:07.310 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
26452024-08-12T20:49:08.054Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26462024-08-12T20:49:08.393Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26472024-08-12T20:49:08.694Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26482024-08-12T20:49:09.645Z[ host-package] Compiling tokio-tungstenite v0.20.1
26492024-08-12T20:49:10.031Z[ helios-setup] Aug 12 20:49:09.544 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
26502024-08-12T20:49:11.205Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26512024-08-12T20:49:22.060Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26522024-08-12T20:49:24.517Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26532024-08-12T20:49:31.488Z[ host-package] Compiling serde_arrays v0.1.0
26542024-08-12T20:49:31.997Z[ host-package] Compiling erased-serde v0.3.31
26552024-08-12T20:49:35.411Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26562024-08-12T20:49:50.696Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26572024-08-12T20:49:53.390Z[ helios-setup] Aug 12 20:49:52.899 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
26582024-08-12T20:49:59.380Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26592024-08-12T20:50:06.275Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26602024-08-12T20:50:06.655Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26612024-08-12T20:50:09.183Z[ host-package] Compiling heck v0.3.3
26622024-08-12T20:50:09.849Z[ host-package] Compiling rand_seeder v0.3.0
26632024-08-12T20:50:10.626Z[ host-package] Compiling castaway v0.2.2
26642024-08-12T20:50:10.914Z[ host-package] Compiling csv-core v0.1.11
26652024-08-12T20:50:12.264Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
26662024-08-12T20:50:12.486Z[ host-package] Compiling http-range v0.1.5
26672024-08-12T20:50:13.082Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26682024-08-12T20:50:13.812Z[ host-package] Compiling hyper-staticfile v0.9.5
26692024-08-12T20:50:13.917Z[ host-package] Compiling csv v1.3.0
26702024-08-12T20:50:17.976Z[ host-package] Compiling compact_str v0.7.1
26712024-08-12T20:50:18.272Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26722024-08-12T20:50:18.659Z[ host-package] Compiling zone_cfg_derive v0.1.2
26732024-08-12T20:50:20.850Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26742024-08-12T20:50:21.277Z[ host-package] Compiling nix v0.27.1
26752024-08-12T20:50:21.653Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26762024-08-12T20:50:22.813Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26772024-08-12T20:50:26.085Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26782024-08-12T20:50:32.934Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26792024-08-12T20:50:33.706Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26802024-08-12T20:50:34.360Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26812024-08-12T20:50:34.619Z[ host-package] Compiling unicode-truncate v1.0.0
26822024-08-12T20:50:35.167Z[ host-package] Compiling lru v0.12.3
26832024-08-12T20:50:35.437Z[ host-package] Compiling serde-big-array v0.5.1
26842024-08-12T20:50:35.859Z[ host-package] Compiling stability v0.2.0
26852024-08-12T20:50:36.042Z[ host-package] Compiling base64 v0.13.1
26862024-08-12T20:50:36.648Z[ host-package] Compiling cassowary v0.3.0
26872024-08-12T20:50:37.724Z[ host-package] Compiling ron v0.7.1
26882024-08-12T20:50:38.112Z[ host-package] Compiling ratatui v0.27.0
26892024-08-12T20:50:47.843Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26902024-08-12T20:50:54.751Z[ helios-setup] Aug 12 20:50:54.257 INFO E| Finished `release` profile [optimized] target(s) in 6m 38s
26912024-08-12T20:50:54.885Z[ helios-setup] Aug 12 20:50:54.392 INFO building project "pilot" ok (398 seconds)
26922024-08-12T20:50:54.885Z[ helios-setup] Aug 12 20:50:54.392 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26932024-08-12T20:50:54.888Z[ helios-setup] Aug 12 20:50:54.392 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26942024-08-12T20:50:55.371Z[ helios-setup] Aug 12 20:50:54.878 INFO E| Downloading crates ...
26952024-08-12T20:50:55.572Z[ helios-setup] Aug 12 20:50:55.079 INFO E| Downloaded digest v0.10.3
26962024-08-12T20:50:55.598Z[ helios-setup] Aug 12 20:50:55.105 INFO E| Downloaded typenum v1.15.0
26972024-08-12T20:50:55.602Z[ helios-setup] Aug 12 20:50:55.109 INFO E| Downloaded sha2 v0.10.5
26982024-08-12T20:50:55.611Z[ helios-setup] Aug 12 20:50:55.118 INFO E| Downloaded bytes v1.2.1
26992024-08-12T20:50:55.622Z[ helios-setup] Aug 12 20:50:55.129 INFO E| Downloaded anyhow v1.0.62
27002024-08-12T20:50:55.746Z[ helios-setup] Aug 12 20:50:55.253 INFO E| Compiling typenum v1.15.0
27012024-08-12T20:50:55.746Z[ helios-setup] Aug 12 20:50:55.253 INFO E| Compiling version_check v0.9.4
27022024-08-12T20:50:55.746Z[ helios-setup] Aug 12 20:50:55.253 INFO E| Compiling crc32fast v1.3.2
27032024-08-12T20:50:55.749Z[ helios-setup] Aug 12 20:50:55.253 INFO E| Compiling cfg-if v1.0.0
27042024-08-12T20:50:55.749Z[ helios-setup] Aug 12 20:50:55.253 INFO E| Compiling anyhow v1.0.62
27052024-08-12T20:50:55.749Z[ helios-setup] Aug 12 20:50:55.253 INFO E| Compiling adler v1.0.2
27062024-08-12T20:50:55.749Z[ helios-setup] Aug 12 20:50:55.253 INFO E| Compiling unicode-width v0.1.10
27072024-08-12T20:50:55.749Z[ helios-setup] Aug 12 20:50:55.253 INFO E| Compiling cpufeatures v0.2.5
27082024-08-12T20:50:56.591Z[ helios-setup] Aug 12 20:50:56.098 INFO E| Compiling bytes v1.2.1
27092024-08-12T20:50:56.639Z[ helios-setup] Aug 12 20:50:56.146 INFO E| Compiling generic-array v0.14.6
27102024-08-12T20:50:56.830Z[ helios-setup] Aug 12 20:50:56.336 INFO E| Compiling bitflags v1.3.2
27112024-08-12T20:50:57.098Z[ helios-setup] Aug 12 20:50:56.605 INFO E| Compiling miniz_oxide v0.6.2
27122024-08-12T20:50:57.460Z[ helios-setup] Aug 12 20:50:56.967 INFO E| Compiling getopts v0.2.21
27132024-08-12T20:50:58.642Z[ helios-setup] Aug 12 20:50:58.149 INFO E| Compiling flate2 v1.0.25
27142024-08-12T20:51:02.272Z[ helios-setup] Aug 12 20:51:01.778 INFO E| Compiling crypto-common v0.1.6
27152024-08-12T20:51:02.272Z[ helios-setup] Aug 12 20:51:01.778 INFO E| Compiling block-buffer v0.10.3
27162024-08-12T20:51:02.473Z[ helios-setup] Aug 12 20:51:01.980 INFO E| Compiling digest v0.10.3
27172024-08-12T20:51:02.491Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27182024-08-12T20:51:02.801Z[ helios-setup] Aug 12 20:51:02.307 INFO E| Compiling sha2 v0.10.5
27192024-08-12T20:51:03.348Z[ helios-setup] Aug 12 20:51:02.854 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27202024-08-12T20:51:04.264Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27212024-08-12T20:51:08.238Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27222024-08-12T20:51:08.757Z[ host-package] Compiling zone v0.1.8
27232024-08-12T20:51:08.785Z[ helios-setup] Aug 12 20:51:08.291 INFO E| Finished `release` profile [optimized] target(s) in 13.74s
27242024-08-12T20:51:08.801Z[ helios-setup] Aug 12 20:51:08.307 INFO building project "bootserver" ok (13 seconds)
27252024-08-12T20:51:08.801Z[ helios-setup] Aug 12 20:51:08.307 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27262024-08-12T20:51:08.801Z[ helios-setup] Aug 12 20:51:08.307 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27272024-08-12T20:51:09.011Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27282024-08-12T20:51:09.349Z[ helios-setup] Aug 12 20:51:08.855 INFO E| Compiling adler v1.0.2
27292024-08-12T20:51:09.513Z[ helios-setup] Aug 12 20:51:09.019 INFO E| Compiling miniz_oxide v0.7.2
27302024-08-12T20:51:12.161Z[ helios-setup] Aug 12 20:51:11.666 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27312024-08-12T20:51:12.633Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27322024-08-12T20:51:13.198Z[ helios-setup] Aug 12 20:51:12.703 INFO E| Finished `release` profile [optimized] target(s) in 4.23s
27332024-08-12T20:51:13.205Z[ helios-setup] Aug 12 20:51:12.711 INFO building project "pinprick" ok (4 seconds)
27342024-08-12T20:51:13.205Z[ helios-setup] Aug 12 20:51:12.711 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27352024-08-12T20:51:13.208Z[ helios-setup] Aug 12 20:51:12.711 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27362024-08-12T20:51:13.215Z[ helios-setup] Aug 12 20:51:12.721 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
27372024-08-12T20:51:13.468Z[ helios-setup] Aug 12 20:51:12.973 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
27382024-08-12T20:51:13.468Z[ helios-setup] Aug 12 20:51:12.973 INFO E| info: downloading component 'cargo'
27392024-08-12T20:51:14.945Z[ helios-setup] Aug 12 20:51:14.450 INFO E| info: downloading component 'clippy'
27402024-08-12T20:51:15.805Z[ helios-setup] Aug 12 20:51:15.310 INFO E| info: downloading component 'rust-docs'
27412024-08-12T20:51:17.286Z[ helios-setup] Aug 12 20:51:16.791 INFO E| info: downloading component 'rust-src'
27422024-08-12T20:51:17.622Z[ helios-setup] Aug 12 20:51:17.127 INFO E| info: downloading component 'rust-std'
27432024-08-12T20:51:20.075Z[ helios-setup] Aug 12 20:51:19.580 INFO E| info: downloading component 'rustc'
27442024-08-12T20:51:20.666Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27452024-08-12T20:51:22.041Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27462024-08-12T20:51:22.167Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27472024-08-12T20:51:22.496Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27482024-08-12T20:51:25.979Z[ helios-setup] Aug 12 20:51:25.483 INFO E| info: downloading component 'rustfmt'
27492024-08-12T20:51:26.824Z[ helios-setup] Aug 12 20:51:26.328 INFO E| info: installing component 'cargo'
27502024-08-12T20:51:27.722Z[ host-package] Compiling signal-hook-tokio v0.3.1
27512024-08-12T20:51:28.032Z[ host-package] Compiling portpicker v0.1.1
27522024-08-12T20:51:28.173Z[ helios-setup] Aug 12 20:51:27.678 INFO E| info: installing component 'clippy'
27532024-08-12T20:51:28.565Z[ host-package] Compiling unicode-linebreak v0.1.5
27542024-08-12T20:51:28.606Z[ helios-setup] Aug 12 20:51:28.110 INFO E| info: installing component 'rust-docs'
27552024-08-12T20:51:29.121Z[ host-package] Compiling smawk v0.3.2
27562024-08-12T20:51:29.262Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27572024-08-12T20:51:29.418Z[ host-package] Compiling textwrap v0.16.1
27582024-08-12T20:51:33.517Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27592024-08-12T20:51:34.610Z[ helios-setup] Aug 12 20:51:34.114 INFO E| info: installing component 'rust-src'
27602024-08-12T20:51:35.448Z[ helios-setup] Aug 12 20:51:34.945 INFO E| info: installing component 'rust-std'
27612024-08-12T20:51:37.982Z[ helios-setup] Aug 12 20:51:37.485 INFO E| info: installing component 'rustc'
27622024-08-12T20:51:40.242Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27632024-08-12T20:51:43.167Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27642024-08-12T20:51:43.364Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27652024-08-12T20:51:44.373Z[ helios-setup] Aug 12 20:51:43.876 INFO E| info: installing component 'rustfmt'
27662024-08-12T20:51:45.332Z[ helios-setup] Aug 12 20:51:44.834 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27672024-08-12T20:51:46.174Z[ helios-setup] Aug 12 20:51:45.677 INFO E| From https://github.com/oxidecomputer/amd-apcb
27682024-08-12T20:51:46.174Z[ helios-setup] Aug 12 20:51:45.677 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
27692024-08-12T20:51:46.174Z[ helios-setup] Aug 12 20:51:45.677 INFO E| * [new tag] v0.3.3 -> v0.3.3
27702024-08-12T20:51:46.204Z[ helios-setup] Aug 12 20:51:45.706 INFO E| * [new tag] v0.1.3 -> v0.1.3
27712024-08-12T20:51:46.204Z[ helios-setup] Aug 12 20:51:45.706 INFO E| * [new tag] v0.1.4 -> v0.1.4
27722024-08-12T20:51:46.207Z[ helios-setup] Aug 12 20:51:45.707 INFO E| * [new tag] v0.1.5 -> v0.1.5
27732024-08-12T20:51:46.207Z[ helios-setup] Aug 12 20:51:45.707 INFO E| * [new tag] v0.2.0 -> v0.2.0
27742024-08-12T20:51:46.207Z[ helios-setup] Aug 12 20:51:45.707 INFO E| * [new tag] v0.3.0 -> v0.3.0
27752024-08-12T20:51:46.207Z[ helios-setup] Aug 12 20:51:45.707 INFO E| * [new tag] v0.3.1 -> v0.3.1
27762024-08-12T20:51:46.207Z[ helios-setup] Aug 12 20:51:45.707 INFO E| * [new tag] v0.3.2 -> v0.3.2
27772024-08-12T20:51:46.262Z[ helios-setup] Aug 12 20:51:45.765 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
27782024-08-12T20:51:47.217Z[ helios-setup] Aug 12 20:51:46.719 INFO E| From https://github.com/oxidecomputer/amd-efs
27792024-08-12T20:51:47.217Z[ helios-setup] Aug 12 20:51:46.719 INFO E| * [new branch] empty -> origin/empty
27802024-08-12T20:51:47.217Z[ helios-setup] Aug 12 20:51:46.719 INFO E| * [new branch] issue-99 -> origin/issue-99
27812024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.719 INFO E| * [new branch] main -> origin/main
27822024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.720 INFO E| * [new branch] review -> origin/review
27832024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.720 INFO E| * [new ref] -> origin/HEAD
27842024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.720 INFO E| * [new tag] v0.2.0 -> v0.2.0
27852024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.720 INFO E| * [new tag] v0.2.1 -> v0.2.1
27862024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.720 INFO E| * [new tag] v0.2.2 -> v0.2.2
27872024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.720 INFO E| * [new tag] v0.2.3 -> v0.2.3
27882024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.721 INFO E| * [new tag] v0.2.4 -> v0.2.4
27892024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.721 INFO E| * [new tag] v0.2.5 -> v0.2.5
27902024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.721 INFO E| * [new tag] v0.2.6 -> v0.2.6
27912024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.721 INFO E| * [new tag] v0.2.7 -> v0.2.7
27922024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.721 INFO E| * [new tag] v0.3.0 -> v0.3.0
27932024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.721 INFO E| * [new tag] v0.3.1 -> v0.3.1
27942024-08-12T20:51:47.220Z[ helios-setup] Aug 12 20:51:46.721 INFO E| * [new tag] v0.4.0 -> v0.4.0
27952024-08-12T20:51:47.241Z[ helios-setup] Aug 12 20:51:46.744 INFO E| Updating crates.io index
27962024-08-12T20:51:47.426Z[ helios-setup] Aug 12 20:51:46.929 INFO E| Downloading crates ...
27972024-08-12T20:51:47.570Z[ helios-setup] Aug 12 20:51:47.072 INFO E| Downloaded strsim v0.8.0
27982024-08-12T20:51:47.574Z[ helios-setup] Aug 12 20:51:47.076 INFO E| Downloaded cfg-if v0.1.10
27992024-08-12T20:51:47.576Z[ helios-setup] Aug 12 20:51:47.078 INFO E| Downloaded memoffset v0.5.6
28002024-08-12T20:51:47.579Z[ helios-setup] Aug 12 20:51:47.080 INFO E| Downloaded bytesize v1.3.0
28012024-08-12T20:51:47.581Z[ helios-setup] Aug 12 20:51:47.082 INFO E| Downloaded strum v0.23.0
28022024-08-12T20:51:47.582Z[ helios-setup] Aug 12 20:51:47.083 INFO E| Downloaded ansi_term v0.12.1
28032024-08-12T20:51:47.584Z[ helios-setup] Aug 12 20:51:47.086 INFO E| Downloaded scroll_derive v0.10.5
28042024-08-12T20:51:47.587Z[ helios-setup] Aug 12 20:51:47.088 INFO E| Downloaded log v0.4.22
28052024-08-12T20:51:47.589Z[ helios-setup] Aug 12 20:51:47.092 INFO E| Downloaded proc-macro-crate v0.1.5
28062024-08-12T20:51:47.592Z[ helios-setup] Aug 12 20:51:47.094 INFO E| Downloaded strum_macros v0.23.1
28072024-08-12T20:51:47.595Z[ helios-setup] Aug 12 20:51:47.098 INFO E| Downloaded semver v0.9.0
28082024-08-12T20:51:47.598Z[ helios-setup] Aug 12 20:51:47.099 INFO E| Downloaded rustc_version v0.2.3
28092024-08-12T20:51:47.600Z[ helios-setup] Aug 12 20:51:47.101 INFO E| Downloaded structopt-derive v0.4.18
28102024-08-12T20:51:47.600Z[ helios-setup] Aug 12 20:51:47.103 INFO E| Downloaded textwrap v0.11.0
28112024-08-12T20:51:47.603Z[ helios-setup] Aug 12 20:51:47.106 INFO E| Downloaded vec_map v0.8.2
28122024-08-12T20:51:47.608Z[ helios-setup] Aug 12 20:51:47.107 INFO E| Downloaded num-derive v0.3.3
28132024-08-12T20:51:47.608Z[ helios-setup] Aug 12 20:51:47.109 INFO E| Downloaded semver-parser v0.7.0
28142024-08-12T20:51:47.608Z[ helios-setup] Aug 12 20:51:47.110 INFO E| Downloaded pre v0.2.1
28152024-08-12T20:51:47.611Z[ helios-setup] Aug 12 20:51:47.112 INFO E| Downloaded pre-proc-macro v0.2.1
28162024-08-12T20:51:47.613Z[ helios-setup] Aug 12 20:51:47.115 INFO E| Downloaded scroll v0.10.2
28172024-08-12T20:51:47.616Z[ helios-setup] Aug 12 20:51:47.117 INFO E| Downloaded pest_meta v2.7.11
28182024-08-12T20:51:47.619Z[ helios-setup] Aug 12 20:51:47.121 INFO E| Downloaded pest_derive v2.7.11
28192024-08-12T20:51:47.622Z[ helios-setup] Aug 12 20:51:47.125 INFO E| Downloaded structopt v0.3.26
28202024-08-12T20:51:47.636Z[ helios-setup] Aug 12 20:51:47.138 INFO E| Downloaded modular-bitfield v0.11.2
28212024-08-12T20:51:47.652Z[ helios-setup] Aug 12 20:51:47.155 INFO E| Downloaded memchr v2.7.4
28222024-08-12T20:51:47.660Z[ helios-setup] Aug 12 20:51:47.162 INFO E| Downloaded pest v2.7.11
28232024-08-12T20:51:47.668Z[ helios-setup] Aug 12 20:51:47.171 INFO E| Downloaded serde_json v1.0.120
28242024-08-12T20:51:47.679Z[ helios-setup] Aug 12 20:51:47.182 INFO E| Downloaded syn v2.0.71
28252024-08-12T20:51:47.695Z[ helios-setup] Aug 12 20:51:47.198 INFO E| Downloaded clap v2.34.0
28262024-08-12T20:51:47.705Z[ helios-setup] Aug 12 20:51:47.208 INFO E| Downloaded goblin v0.4.3
28272024-08-12T20:51:47.713Z[ helios-setup] Aug 12 20:51:47.215 INFO E| Downloaded pest_generator v2.7.11
28282024-08-12T20:51:47.716Z[ helios-setup] Aug 12 20:51:47.217 INFO E| Downloaded modular-bitfield-impl v0.11.2
28292024-08-12T20:51:47.720Z[ helios-setup] Aug 12 20:51:47.219 INFO E| Downloaded four-cc v0.3.0
28302024-08-12T20:51:47.720Z[ helios-setup] Aug 12 20:51:47.220 INFO E| Downloaded parse_int v0.6.0
28312024-08-12T20:51:47.720Z[ helios-setup] Aug 12 20:51:47.221 INFO E| Downloaded fletcher v0.1.0
28322024-08-12T20:51:47.808Z[ helios-setup] Aug 12 20:51:47.310 INFO E| Compiling proc-macro2 v1.0.86
28332024-08-12T20:51:47.808Z[ helios-setup] Aug 12 20:51:47.310 INFO E| Compiling unicode-ident v1.0.12
28342024-08-12T20:51:47.808Z[ helios-setup] Aug 12 20:51:47.310 INFO E| Compiling syn v1.0.109
28352024-08-12T20:51:47.810Z[ helios-setup] Aug 12 20:51:47.310 INFO E| Compiling version_check v0.9.4
28362024-08-12T20:51:47.810Z[ helios-setup] Aug 12 20:51:47.310 INFO E| Compiling semver-parser v0.7.0
28372024-08-12T20:51:47.810Z[ helios-setup] Aug 12 20:51:47.310 INFO E| Compiling autocfg v1.3.0
28382024-08-12T20:51:47.811Z[ helios-setup] Aug 12 20:51:47.311 INFO E| Compiling thiserror v1.0.63
28392024-08-12T20:51:47.811Z[ helios-setup] Aug 12 20:51:47.311 INFO E| Compiling serde v1.0.204
28402024-08-12T20:51:48.921Z[ host-package] Compiling rcgen v0.12.1
28412024-08-12T20:51:49.515Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28422024-08-12T20:51:49.651Z[ helios-setup] Aug 12 20:51:49.153 INFO E| Compiling semver v0.9.0
28432024-08-12T20:51:49.779Z[ helios-setup] Aug 12 20:51:49.281 INFO E| Compiling proc-macro-error-attr v1.0.4
28442024-08-12T20:51:49.797Z[ helios-setup] Aug 12 20:51:49.299 INFO E| Compiling proc-macro-error v1.0.4
28452024-08-12T20:51:49.824Z[ helios-setup] Aug 12 20:51:49.326 INFO E| Compiling serde_json v1.0.120
28462024-08-12T20:51:50.135Z[ helios-setup] Aug 12 20:51:49.637 INFO E| Compiling ryu v1.0.18
28472024-08-12T20:51:50.140Z[ helios-setup] Aug 12 20:51:49.643 INFO E| Compiling num-traits v0.2.19
28482024-08-12T20:51:50.360Z[ helios-setup] Aug 12 20:51:49.863 INFO E| Compiling rustc_version v0.2.3
28492024-08-12T20:51:50.678Z[ helios-setup] Aug 12 20:51:50.180 INFO E| Compiling itoa v1.0.11
28502024-08-12T20:51:50.693Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28512024-08-12T20:51:50.781Z[ helios-setup] Aug 12 20:51:50.283 INFO E| Compiling unicode-segmentation v1.11.0
28522024-08-12T20:51:50.798Z[ helios-setup] Aug 12 20:51:50.300 INFO E| Compiling schemars v0.8.21
28532024-08-12T20:51:50.926Z[ helios-setup] Aug 12 20:51:50.428 INFO E| Compiling memoffset v0.5.6
28542024-08-12T20:51:51.180Z[ helios-setup] Aug 12 20:51:50.683 INFO E| Compiling rustversion v1.0.17
28552024-08-12T20:51:51.496Z[ helios-setup] Aug 12 20:51:50.997 INFO E| Compiling quote v1.0.36
28562024-08-12T20:51:51.567Z[ helios-setup] Aug 12 20:51:51.069 INFO E| Compiling pre-proc-macro v0.2.1
28572024-08-12T20:51:51.630Z[ helios-setup] Aug 12 20:51:51.132 INFO E| Compiling dyn-clone v1.0.17
28582024-08-12T20:51:52.010Z[ helios-setup] Aug 12 20:51:51.512 INFO E| Compiling memchr v2.7.4
28592024-08-12T20:51:52.036Z[ helios-setup] Aug 12 20:51:51.536 INFO E| Compiling lazy_static v1.5.0
28602024-08-12T20:51:52.223Z[ helios-setup] Aug 12 20:51:51.725 INFO E| Compiling syn v2.0.71
28612024-08-12T20:51:52.705Z[ helios-setup] Aug 12 20:51:52.207 INFO E| Compiling heck v0.3.3
28622024-08-12T20:51:52.745Z[ helios-setup] Aug 12 20:51:52.247 INFO E| Compiling paste v1.0.15
28632024-08-12T20:51:52.766Z[ helios-setup] Aug 12 20:51:52.268 INFO E| Compiling libc v0.2.155
28642024-08-12T20:51:53.661Z[ helios-setup] Aug 12 20:51:53.163 INFO E| Compiling ucd-trie v0.1.6
28652024-08-12T20:51:54.042Z[ helios-setup] Aug 12 20:51:53.544 INFO E| Compiling pre v0.2.1
28662024-08-12T20:51:54.589Z[ helios-setup] Aug 12 20:51:54.091 INFO E| Compiling static_assertions v1.1.0
28672024-08-12T20:51:54.687Z[ helios-setup] Aug 12 20:51:54.189 INFO E| Compiling cfg-if v0.1.10
28682024-08-12T20:51:54.776Z[ helios-setup] Aug 12 20:51:54.278 INFO E| Compiling once_cell v1.19.0
28692024-08-12T20:51:54.880Z[ helios-setup] Aug 12 20:51:54.381 INFO E| Compiling byteorder v1.5.0
28702024-08-12T20:51:55.851Z[ helios-setup] Aug 12 20:51:55.353 INFO E| Compiling unicode-width v0.1.13
28712024-08-12T20:51:56.333Z[ helios-setup] Aug 12 20:51:55.834 INFO E| Compiling textwrap v0.11.0
28722024-08-12T20:51:57.081Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732024-08-12T20:51:57.374Z[ helios-setup] Aug 12 20:51:56.876 INFO E| Compiling atty v0.2.14
28742024-08-12T20:51:57.594Z[ helios-setup] Aug 12 20:51:57.096 INFO E| Compiling strsim v0.8.0
28752024-08-12T20:51:57.746Z[ helios-setup] Aug 12 20:51:57.247 INFO E| Compiling bitflags v1.3.2
28762024-08-12T20:51:57.840Z[ helios-setup] Aug 12 20:51:57.341 INFO E| Compiling fletcher v0.1.0
28772024-08-12T20:51:58.012Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28782024-08-12T20:51:58.118Z[ helios-setup] Aug 12 20:51:57.619 INFO E| Compiling ansi_term v0.12.1
28792024-08-12T20:51:58.403Z[ helios-setup] Aug 12 20:51:57.905 INFO E| Compiling strum v0.23.0
28802024-08-12T20:51:58.597Z[ helios-setup] Aug 12 20:51:58.098 INFO E| Compiling vec_map v0.8.2
28812024-08-12T20:51:58.614Z[ helios-setup] Aug 12 20:51:58.116 INFO E| Compiling log v0.4.22
28822024-08-12T20:51:58.914Z[ helios-setup] Aug 12 20:51:58.416 INFO E| Compiling parse_int v0.6.0
28832024-08-12T20:51:59.129Z[ helios-setup] Aug 12 20:51:58.630 INFO E| Compiling clap v2.34.0
28842024-08-12T20:51:59.159Z[ helios-setup] Aug 12 20:51:58.660 INFO E| Compiling plain v0.2.3
28852024-08-12T20:51:59.172Z[ helios-setup] Aug 12 20:51:58.674 INFO E| Compiling bytesize v1.3.0
28862024-08-12T20:52:00.640Z[ helios-setup] Aug 12 20:52:00.141 INFO E| Compiling serde_derive_internals v0.29.1
28872024-08-12T20:52:02.017Z[ helios-setup] Aug 12 20:52:01.518 INFO E| Compiling toml v0.5.11
28882024-08-12T20:52:03.649Z[ host-package] Compiling atomicwrites v0.4.3
28892024-08-12T20:52:04.382Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28902024-08-12T20:52:04.471Z[ host-package] Compiling fatfs v0.3.6
28912024-08-12T20:52:05.108Z[ helios-setup] Aug 12 20:52:04.608 INFO E| Compiling proc-macro-crate v0.1.5
28922024-08-12T20:52:06.724Z[ helios-setup] Aug 12 20:52:06.225 INFO E| Compiling thiserror-impl v1.0.63
28932024-08-12T20:52:06.724Z[ helios-setup] Aug 12 20:52:06.225 INFO E| Compiling serde_derive v1.0.204
28942024-08-12T20:52:06.840Z[ helios-setup] Aug 12 20:52:06.340 INFO E| Compiling schemars_derive v0.8.21
28952024-08-12T20:52:07.480Z[ host-package] Compiling rtoolbox v0.0.2
28962024-08-12T20:52:07.945Z[ helios-setup] Aug 12 20:52:07.446 INFO E| Compiling zerocopy-derive v0.6.6
28972024-08-12T20:52:08.758Z[ host-package] Compiling subprocess v0.2.9
28982024-08-12T20:52:09.074Z[ host-package] Compiling is_ci v1.2.0
28992024-08-12T20:52:09.625Z[ host-package] Compiling assert_matches v1.5.0
29002024-08-12T20:52:09.732Z[ host-package] Compiling supports-color v3.0.0
29012024-08-12T20:52:11.143Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29022024-08-12T20:52:11.622Z[ helios-setup] Aug 12 20:52:11.122 INFO E| Compiling zerocopy v0.6.6
29032024-08-12T20:52:12.031Z[ helios-setup] Aug 12 20:52:11.531 INFO E| Compiling pest v2.7.11
29042024-08-12T20:52:13.776Z[ helios-setup] Aug 12 20:52:13.276 INFO E| Compiling modular-bitfield-impl v0.11.2
29052024-08-12T20:52:13.776Z[ helios-setup] Aug 12 20:52:13.276 INFO E| Compiling num-derive v0.3.3
29062024-08-12T20:52:13.779Z[ helios-setup] Aug 12 20:52:13.276 INFO E| Compiling scroll_derive v0.10.5
29072024-08-12T20:52:15.157Z[ helios-setup] Aug 12 20:52:14.654 INFO E| Compiling strum_macros v0.23.1
29082024-08-12T20:52:15.647Z[ helios-setup] Aug 12 20:52:15.147 INFO E| Compiling structopt-derive v0.4.18
29092024-08-12T20:52:16.786Z[ host-package] Compiling rpassword v7.3.1
29102024-08-12T20:52:16.865Z[ helios-setup] Aug 12 20:52:16.365 INFO E| Compiling scroll v0.10.2
29112024-08-12T20:52:17.931Z[ helios-setup] Aug 12 20:52:17.431 INFO E| Compiling pest_meta v2.7.11
29122024-08-12T20:52:18.006Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29132024-08-12T20:52:18.382Z[ helios-setup] Aug 12 20:52:17.882 INFO E| Compiling goblin v0.4.3
29142024-08-12T20:52:19.228Z[ helios-setup] Aug 12 20:52:18.728 INFO E| Compiling modular-bitfield v0.11.2
29152024-08-12T20:52:20.896Z[ helios-setup] Aug 12 20:52:20.395 INFO E| Compiling structopt v0.3.26
29162024-08-12T20:52:21.087Z[ helios-setup] Aug 12 20:52:20.586 INFO E| Compiling pest_generator v2.7.11
29172024-08-12T20:52:21.793Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29182024-08-12T20:52:23.609Z[ host-package] Compiling tui-tree-widget v0.21.0
29192024-08-12T20:52:23.716Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29202024-08-12T20:52:24.271Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29212024-08-12T20:52:24.831Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29222024-08-12T20:52:25.322Z[ host-package] Compiling uzers v0.11.3
29232024-08-12T20:52:25.577Z[ helios-setup] Aug 12 20:52:25.076 INFO E| Compiling pest_derive v2.7.11
29242024-08-12T20:52:28.697Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29252024-08-12T20:52:30.700Z[ helios-setup] Aug 12 20:52:30.199 INFO E| Compiling json5 v0.4.1
29262024-08-12T20:52:31.493Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29272024-08-12T20:52:34.551Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29282024-08-12T20:52:36.393Z[ helios-setup] Aug 12 20:52:35.891 INFO E| Compiling four-cc v0.3.0
29292024-08-12T20:52:36.393Z[ helios-setup] Aug 12 20:52:35.891 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
29302024-08-12T20:52:36.611Z[ helios-setup] Aug 12 20:52:36.109 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
29312024-08-12T20:52:51.510Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29322024-08-12T20:53:02.234Z[ host-package] Compiling multimap v0.10.0
29332024-08-12T20:53:17.965Z[ helios-setup] Aug 12 20:53:17.459 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
29342024-08-12T20:53:34.599Z[ helios-setup] Aug 12 20:53:34.092 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29352024-08-12T20:54:26.780Z[ helios-setup] Aug 12 20:54:26.269 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 41s
29362024-08-12T20:54:26.817Z[ helios-setup] Aug 12 20:54:26.306 INFO building project "amd-host-image-builder" ok (193 seconds)
29372024-08-12T20:54:26.817Z[ helios-setup] Aug 12 20:54:26.306 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29382024-08-12T20:54:26.819Z[ helios-setup] Aug 12 20:54:26.306 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29392024-08-12T20:54:27.164Z[ helios-setup] Aug 12 20:54:26.653 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29402024-08-12T20:54:27.676Z[ helios-setup] Aug 12 20:54:27.165 INFO E| From https://github.com/jclulow/rust-jmclib
29412024-08-12T20:54:27.676Z[ helios-setup] Aug 12 20:54:27.166 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29422024-08-12T20:54:27.699Z[ helios-setup] Aug 12 20:54:27.188 INFO E| Updating crates.io index
29432024-08-12T20:54:27.804Z[ helios-setup] Aug 12 20:54:27.292 INFO E| Downloading crates ...
29442024-08-12T20:54:27.972Z[ helios-setup] Aug 12 20:54:27.461 INFO E| Downloaded anyhow v1.0.72
29452024-08-12T20:54:27.979Z[ helios-setup] Aug 12 20:54:27.469 INFO E| Downloaded ryu v1.0.15
29462024-08-12T20:54:27.986Z[ helios-setup] Aug 12 20:54:27.476 INFO E| Downloaded digest v0.9.0
29472024-08-12T20:54:27.989Z[ helios-setup] Aug 12 20:54:27.478 INFO E| Downloaded opaque-debug v0.3.0
29482024-08-12T20:54:27.992Z[ helios-setup] Aug 12 20:54:27.480 INFO E| Downloaded block-buffer v0.9.0
29492024-08-12T20:54:28.019Z[ helios-setup] Aug 12 20:54:27.508 INFO E| Downloaded quote v1.0.31
29502024-08-12T20:54:28.023Z[ helios-setup] Aug 12 20:54:27.513 INFO E| Downloaded once_cell v1.18.0
29512024-08-12T20:54:28.028Z[ helios-setup] Aug 12 20:54:27.517 INFO E| Downloaded md-5 v0.9.1
29522024-08-12T20:54:28.031Z[ helios-setup] Aug 12 20:54:27.520 INFO E| Downloaded tempfile v3.7.0
29532024-08-12T20:54:28.035Z[ helios-setup] Aug 12 20:54:27.524 INFO E| Downloaded sha-1 v0.9.8
29542024-08-12T20:54:28.038Z[ helios-setup] Aug 12 20:54:27.527 INFO E| Downloaded libdevinfo-sys v1.0.0
29552024-08-12T20:54:28.041Z[ helios-setup] Aug 12 20:54:27.529 INFO E| Downloaded uuid v0.8.2
29562024-08-12T20:54:28.047Z[ helios-setup] Aug 12 20:54:27.535 INFO E| Downloaded unicode-ident v1.0.11
29572024-08-12T20:54:28.050Z[ helios-setup] Aug 12 20:54:27.539 INFO E| Downloaded serde_derive v1.0.193
29582024-08-12T20:54:28.055Z[ helios-setup] Aug 12 20:54:27.544 INFO E| Downloaded proc-macro2 v1.0.66
29592024-08-12T20:54:28.059Z[ helios-setup] Aug 12 20:54:27.549 INFO E| Downloaded serde v1.0.193
29602024-08-12T20:54:28.066Z[ helios-setup] Aug 12 20:54:27.555 INFO E| Downloaded bitflags v2.3.3
29612024-08-12T20:54:28.070Z[ helios-setup] Aug 12 20:54:27.560 INFO E| Downloaded itoa v1.0.9
29622024-08-12T20:54:28.076Z[ helios-setup] Aug 12 20:54:27.563 INFO E| Downloaded getrandom v0.2.10
29632024-08-12T20:54:28.078Z[ helios-setup] Aug 12 20:54:27.568 INFO E| Downloaded fastrand v2.0.0
29642024-08-12T20:54:28.089Z[ helios-setup] Aug 12 20:54:27.570 INFO E| Downloaded cpufeatures v0.2.9
29652024-08-12T20:54:28.089Z[ helios-setup] Aug 12 20:54:27.572 INFO E| Downloaded serde_json v1.0.103
29662024-08-12T20:54:28.095Z[ helios-setup] Aug 12 20:54:27.585 INFO E| Downloaded syn v2.0.32
29672024-08-12T20:54:28.114Z[ helios-setup] Aug 12 20:54:27.603 INFO E| Downloaded rustix v0.38.4
29682024-08-12T20:54:28.154Z[ helios-setup] Aug 12 20:54:27.643 INFO E| Downloaded libc v0.2.147
29692024-08-12T20:54:28.377Z[ helios-setup] Aug 12 20:54:27.866 INFO E| Compiling libc v0.2.147
29702024-08-12T20:54:28.377Z[ helios-setup] Aug 12 20:54:27.866 INFO E| Compiling proc-macro2 v1.0.66
29712024-08-12T20:54:28.380Z[ helios-setup] Aug 12 20:54:27.866 INFO E| Compiling unicode-ident v1.0.11
29722024-08-12T20:54:28.380Z[ helios-setup] Aug 12 20:54:27.866 INFO E| Compiling cfg-if v1.0.0
29732024-08-12T20:54:28.380Z[ helios-setup] Aug 12 20:54:27.866 INFO E| Compiling typenum v1.16.0
29742024-08-12T20:54:28.380Z[ helios-setup] Aug 12 20:54:27.866 INFO E| Compiling version_check v0.9.4
29752024-08-12T20:54:28.380Z[ helios-setup] Aug 12 20:54:27.867 INFO E| Compiling serde v1.0.193
29762024-08-12T20:54:28.380Z[ helios-setup] Aug 12 20:54:27.867 INFO E| Compiling slog v2.7.0
29772024-08-12T20:54:28.760Z[ helios-setup] Aug 12 20:54:28.248 INFO E| Compiling itoa v1.0.9
29782024-08-12T20:54:28.989Z[ helios-setup] Aug 12 20:54:28.478 INFO E| Compiling powerfmt v0.2.0
29792024-08-12T20:54:29.250Z[ helios-setup] Aug 12 20:54:28.739 INFO E| Compiling num-conv v0.1.0
29802024-08-12T20:54:29.802Z[ helios-setup] Aug 12 20:54:29.291 INFO E| Compiling time-core v0.1.2
29812024-08-12T20:54:29.866Z[ helios-setup] Aug 12 20:54:29.355 INFO E| Compiling rustix v0.38.4
29822024-08-12T20:54:30.080Z[ helios-setup] Aug 12 20:54:29.568 INFO E| Compiling generic-array v0.14.7
29832024-08-12T20:54:30.108Z[ helios-setup] Aug 12 20:54:29.597 INFO E| Compiling deranged v0.3.11
29842024-08-12T20:54:30.120Z[ helios-setup] Aug 12 20:54:29.607 INFO E| Compiling once_cell v1.18.0
29852024-08-12T20:54:30.337Z[ helios-setup] Aug 12 20:54:29.826 INFO E| Compiling time-macros v0.2.18
29862024-08-12T20:54:30.995Z[ helios-setup] Aug 12 20:54:30.484 INFO E| Compiling bitflags v2.3.3
29872024-08-12T20:54:31.004Z[ helios-setup] Aug 12 20:54:30.492 INFO E| Compiling num_threads v0.1.6
29882024-08-12T20:54:31.381Z[ helios-setup] Aug 12 20:54:30.868 INFO E| Compiling thread_local v1.1.7
29892024-08-12T20:54:31.761Z[ helios-setup] Aug 12 20:54:31.249 INFO E| Compiling quote v1.0.31
29902024-08-12T20:54:32.861Z[ helios-setup] Aug 12 20:54:32.349 INFO E| Compiling syn v2.0.32
29912024-08-12T20:54:32.861Z[ helios-setup] Aug 12 20:54:32.350 INFO E| Compiling dirs-sys-next v0.1.2
29922024-08-12T20:54:32.924Z[ helios-setup] Aug 12 20:54:32.413 INFO E| Compiling errno v0.3.1
29932024-08-12T20:54:33.226Z[ helios-setup] Aug 12 20:54:32.714 INFO E| Compiling dirs-next v2.0.0
29942024-08-12T20:54:33.396Z[ helios-setup] Aug 12 20:54:32.885 INFO E| Compiling term v0.7.0
29952024-08-12T20:54:33.654Z[ helios-setup] Aug 12 20:54:33.143 INFO E| Compiling atty v0.2.14
29962024-08-12T20:54:33.992Z[ helios-setup] Aug 12 20:54:33.480 INFO E| Compiling opaque-debug v0.3.0
29972024-08-12T20:54:34.203Z[ helios-setup] Aug 12 20:54:33.691 INFO E| Compiling serde_json v1.0.103
29982024-08-12T20:54:34.249Z[ helios-setup] Aug 12 20:54:33.738 INFO E| Compiling fastrand v2.0.0
29992024-08-12T20:54:34.260Z[ helios-setup] Aug 12 20:54:33.748 INFO E| Compiling anyhow v1.0.72
30002024-08-12T20:54:35.369Z[ helios-setup] Aug 12 20:54:34.857 INFO E| Compiling block-buffer v0.9.0
30012024-08-12T20:54:35.590Z[ helios-setup] Aug 12 20:54:35.078 INFO E| Compiling digest v0.9.0
30022024-08-12T20:54:35.642Z[ helios-setup] Aug 12 20:54:35.130 INFO E| Compiling getrandom v0.2.10
30032024-08-12T20:54:35.737Z[ helios-setup] Aug 12 20:54:35.225 INFO E| Compiling ryu v1.0.15
30042024-08-12T20:54:36.174Z[ helios-setup] Aug 12 20:54:35.662 INFO E| Compiling same-file v1.0.6
30052024-08-12T20:54:36.195Z[ helios-setup] Aug 12 20:54:35.684 INFO E| Compiling time v0.3.36
30062024-08-12T20:54:36.220Z[ helios-setup] Aug 12 20:54:35.709 INFO E| Compiling tempfile v3.7.0
30072024-08-12T20:54:36.536Z[ helios-setup] Aug 12 20:54:36.025 INFO E| Compiling unicode-width v0.1.10
30082024-08-12T20:54:36.665Z[ helios-setup] Aug 12 20:54:36.154 INFO E| Compiling cpufeatures v0.2.9
30092024-08-12T20:54:36.692Z[ helios-setup] Aug 12 20:54:36.180 INFO E| Compiling walkdir v2.3.3
30102024-08-12T20:54:36.803Z[ helios-setup] Aug 12 20:54:36.291 INFO E| Compiling sha-1 v0.9.8
30112024-08-12T20:54:36.837Z[ helios-setup] Aug 12 20:54:36.325 INFO E| Compiling getopts v0.2.21
30122024-08-12T20:54:37.516Z[ helios-setup] Aug 12 20:54:37.004 INFO E| Compiling md-5 v0.9.1
30132024-08-12T20:54:38.019Z[ helios-setup] Aug 12 20:54:37.507 INFO E| Compiling glob v0.3.1
30142024-08-12T20:54:38.313Z[ helios-setup] Aug 12 20:54:37.801 INFO E| Compiling libdevinfo-sys v1.0.0
30152024-08-12T20:54:39.914Z[ helios-setup] Aug 12 20:54:39.402 INFO E| Compiling slog-term v2.9.0
30162024-08-12T20:54:41.791Z[ helios-setup] Aug 12 20:54:41.279 INFO E| Compiling serde_derive v1.0.193
30172024-08-12T20:54:56.715Z[ helios-setup] Aug 12 20:54:56.201 INFO E| Compiling toml v0.5.11
30182024-08-12T20:54:56.717Z[ helios-setup] Aug 12 20:54:56.201 INFO E| Compiling uuid v0.8.2
30192024-08-12T20:54:58.822Z[ helios-setup] Aug 12 20:54:58.308 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30202024-08-12T20:55:03.310Z[ helios-setup] Aug 12 20:55:02.796 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30212024-08-12T20:55:04.183Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30222024-08-12T20:55:04.215Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30232024-08-12T20:55:17.493Z[ helios-setup] Aug 12 20:55:16.977 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.56s
30242024-08-12T20:55:17.526Z[ helios-setup] Aug 12 20:55:17.011 INFO building project "image-builder" ok (50 seconds)
30252024-08-12T20:55:17.529Z[ helios-setup] rm -f helios-build
30262024-08-12T20:55:17.534Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30272024-08-12T20:55:17.534Z[ helios-setup]
30282024-08-12T20:55:17.538Z[ helios-setup] Setup complete! ./helios-build is now available.
30292024-08-12T20:55:17.538Z[ helios-setup]
30302024-08-12T20:55:17.538Z[ helios-setup]
30312024-08-12T20:55:17.538Z[ helios-setup] real 12:05.972228191
30322024-08-12T20:55:17.538Z[ helios-setup] user 28:35.731678190
30332024-08-12T20:55:17.538Z[ helios-setup] sys 3:29.508036828
30342024-08-12T20:55:17.538Z[ helios-setup] trap 1.581334349
30352024-08-12T20:55:17.538Z[ helios-setup] tflt 4.877699905
30362024-08-12T20:55:17.538Z[ helios-setup] dflt 41.486797333
30372024-08-12T20:55:17.538Z[ helios-setup] kflt 0.031129489
30382024-08-12T20:55:17.538Z[ helios-setup] lock 2:00:14.874940495
30392024-08-12T20:55:17.538Z[ helios-setup] slp 3:43:31.575854264
30402024-08-12T20:55:17.541Z[ helios-setup] lat 32:49.068982081
30412024-08-12T20:55:17.541Z[ helios-setup] stop 4:52.653440229
30422024-08-12T20:55:17.541ZAug 12 20:55:17.023 INFO [helios-setup] process exited with exit status: 0 (725.977394764s)
30432024-08-12T20:55:17.541ZAug 12 20:55:17.023 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30442024-08-12T20:55:17.559Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30452024-08-12T20:55:17.760Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30462024-08-12T20:55:17.760Z[ phbl-toolchain] info: downloading component 'cargo'
30472024-08-12T20:55:19.278Z[ phbl-toolchain] info: downloading component 'clippy'
30482024-08-12T20:55:19.896Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30492024-08-12T20:55:25.033Z[ phbl-toolchain] info: downloading component 'miri'
30502024-08-12T20:55:25.215Z[ phbl-toolchain] info: downloading component 'rust-docs'
30512024-08-12T20:55:26.548Z[ phbl-toolchain] info: downloading component 'rust-src'
30522024-08-12T20:55:26.879Z[ phbl-toolchain] info: downloading component 'rust-std'
30532024-08-12T20:55:29.218Z[ phbl-toolchain] info: downloading component 'rustc'
30542024-08-12T20:55:34.969Z[ phbl-toolchain] info: downloading component 'rustfmt'
30552024-08-12T20:55:35.836Z[ phbl-toolchain] info: installing component 'cargo'
30562024-08-12T20:55:37.262Z[ phbl-toolchain] info: installing component 'clippy'
30572024-08-12T20:55:37.713Z[ phbl-toolchain] info: installing component 'llvm-tools'
30582024-08-12T20:55:43.496Z[ phbl-toolchain] info: installing component 'miri'
30592024-08-12T20:55:43.761Z[ phbl-toolchain] info: installing component 'rust-docs'
30602024-08-12T20:55:50.686Z[ phbl-toolchain] info: installing component 'rust-src'
30612024-08-12T20:55:51.279Z[ phbl-toolchain] info: installing component 'rust-std'
30622024-08-12T20:55:53.651Z[ phbl-toolchain] info: installing component 'rustc'
30632024-08-12T20:55:59.820Z[ phbl-toolchain] info: installing component 'rustfmt'
30642024-08-12T20:56:00.569Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30652024-08-12T20:56:00.572ZAug 12 20:56:00.053 INFO [phbl-toolchain] process exited with exit status: 0 (43.029344273s)
30662024-08-12T21:02:05.510Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 08s
30672024-08-12T21:02:55.979ZAug 12 21:02:55.425 INFO [host-package] process exited with exit status: 0 (1138.715166693s)
30682024-08-12T21:02:55.981ZAug 12 21:02:55.425 INFO [host-stamp] running task
30692024-08-12T21:02:55.981ZAug 12 21:02:55.425 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30702024-08-12T21:02:55.981ZAug 12 21:02:55.426 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+gitde786b11949
30712024-08-12T21:02:55.990ZAug 12 21:02:55.436 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+gitde786b11949
30722024-08-12T21:02:56.004ZAug 12 21:02:55.441 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+gitde786b11949
30732024-08-12T21:02:56.004Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30742024-08-12T21:02:56.004Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30752024-08-12T21:02:56.007ZAug 12 21:02:55.448 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+gitde786b11949
30762024-08-12T21:02:56.007Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30772024-08-12T21:02:56.010ZAug 12 21:02:55.454 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+gitde786b11949
30782024-08-12T21:02:56.013Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30792024-08-12T21:02:56.013ZAug 12 21:02:55.459 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+gitde786b11949
30802024-08-12T21:02:56.017Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30812024-08-12T21:02:56.020Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30822024-08-12T21:02:56.020Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30832024-08-12T21:02:56.020ZAug 12 21:02:55.466 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+gitde786b11949
30842024-08-12T21:02:56.024Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30852024-08-12T21:02:56.026ZAug 12 21:02:55.472 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+gitde786b11949
30862024-08-12T21:02:56.030Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30872024-08-12T21:02:56.033ZAug 12 21:02:55.478 INFO [stamp-oxlog] process exited with exit status: 0 (41.282194ms)
30882024-08-12T21:02:56.033ZAug 12 21:02:55.478 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.367148ms)
30892024-08-12T21:02:56.037Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30902024-08-12T21:02:56.042Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30912024-08-12T21:02:56.045Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30922024-08-12T21:02:56.047ZAug 12 21:02:55.494 INFO [stamp-overlay] process exited with exit status: 0 (21.801528ms)
30932024-08-12T21:02:56.110Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
30942024-08-12T21:02:56.114ZAug 12 21:02:55.560 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (106.321107ms)
30952024-08-12T21:02:56.233Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
30962024-08-12T21:02:56.237ZAug 12 21:02:55.683 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (235.652086ms)
30972024-08-12T21:02:56.367Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
30982024-08-12T21:02:56.370ZAug 12 21:02:55.816 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (350.087982ms)
30992024-08-12T21:02:57.184Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31002024-08-12T21:02:57.187ZAug 12 21:02:56.634 INFO [stamp-propolis-server] process exited with exit status: 0 (1.174640121s)
31012024-08-12T21:02:57.229Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31022024-08-12T21:02:59.447Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31032024-08-12T21:03:06.190Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31042024-08-12T21:03:06.193ZAug 12 21:03:05.639 INFO [stamp-switch-asic] process exited with exit status: 0 (10.212771061s)
31052024-08-12T21:03:06.194ZAug 12 21:03:05.639 INFO [host-stamp] task succeeded (10.213610094s)
31062024-08-12T21:03:06.194ZAug 12 21:03:05.639 INFO [host-proto] running task
31072024-08-12T21:03:06.552ZAug 12 21:03:05.998 INFO [host-proto] task succeeded (358.974378ms)
31082024-08-12T21:03:06.552ZAug 12 21:03:05.998 INFO [host-profile] running task
31092024-08-12T21:03:06.557ZAug 12 21:03:05.998 INFO [host-profile] task succeeded (278.685µs)
31102024-08-12T21:03:06.557ZAug 12 21:03:05.998 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/.tmpmNI4U7/proto/host/root -N 'ci de786b1/${os_short_commit} 2024-08-12 20:43' -s host -B
31112024-08-12T21:03:06.567Z[ host-image] Aug 12 21:03:06.012 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31122024-08-12T21:03:06.567Z[ host-image] Aug 12 21:03:06.013 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31132024-08-12T21:03:06.582Z[ host-image] Aug 12 21:03:06.027 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpmNI4U7/proto/host/root"
31142024-08-12T21:03:06.582Z[ host-image] Aug 12 21:03:06.027 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31152024-08-12T21:03:06.586Z[ host-image] Aug 12 21:03:06.028 INFO image builder template: ramdisk-01-os...
31162024-08-12T21:03:06.586Z[ host-image] Aug 12 21:03:06.028 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/.tmpmNI4U7/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
31172024-08-12T21:03:06.603Z[ host-image] Aug 12 21:03:06.049 INFO O| Aug 12 21:03:06.048 INFO CREATE DATASET: rpool/images/build/host/output
31182024-08-12T21:03:06.737Z[ host-image] Aug 12 21:03:06.183 INFO O| Aug 12 21:03:06.183 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31192024-08-12T21:03:06.742Z[ host-image] Aug 12 21:03:06.187 INFO O| Aug 12 21:03:06.187 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31202024-08-12T21:03:06.893Z[ host-image] Aug 12 21:03:06.338 INFO O| Aug 12 21:03:06.338 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31212024-08-12T21:03:06.937Z[ host-image] Aug 12 21:03:06.383 INFO O| Aug 12 21:03:06.383 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31222024-08-12T21:03:06.942Z[ host-image] Aug 12 21:03:06.383 INFO O| Aug 12 21:03:06.383 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31232024-08-12T21:03:06.942Z[ host-image] Aug 12 21:03:06.383 INFO O| Aug 12 21:03:06.383 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31242024-08-12T21:03:06.942Z[ host-image] Aug 12 21:03:06.383 INFO O| Aug 12 21:03:06.383 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31252024-08-12T21:03:06.946Z[ host-image] Aug 12 21:03:06.391 INFO O| Aug 12 21:03:06.391 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31262024-08-12T21:03:07.108Z[ host-image] Aug 12 21:03:06.553 INFO O| Aug 12 21:03:06.553 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31272024-08-12T21:03:07.119Z[ host-image] Aug 12 21:03:06.565 INFO O| Aug 12 21:03:06.565 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31282024-08-12T21:03:07.511Z[ host-image] Aug 12 21:03:06.954 INFO O| Aug 12 21:03:06.954 INFO O| Caching catalogs ... Done
31292024-08-12T21:03:07.601Z[ host-image] Aug 12 21:03:07.046 INFO O| Aug 12 21:03:07.046 INFO STEP 0 (pkg_image_create) COMPLETE
31302024-08-12T21:03:07.601Z[ host-image] Aug 12 21:03:07.046 INFO O| Aug 12 21:03:07.046 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31312024-08-12T21:03:07.604Z[ host-image] Aug 12 21:03:07.046 INFO O| Aug 12 21:03:07.046 INFO skip step because feature "repo_redist" is not enabled
31322024-08-12T21:03:07.604Z[ host-image] Aug 12 21:03:07.046 INFO O| Aug 12 21:03:07.046 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31332024-08-12T21:03:07.612Z[ host-image] Aug 12 21:03:07.058 INFO O| Aug 12 21:03:07.057 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"]
31342024-08-12T21:03:08.127Z[ host-image] Aug 12 21:03:07.572 INFO O| Aug 12 21:03:07.572 INFO STEP 2 (pkg_set_publisher) COMPLETE
31352024-08-12T21:03:08.130Z[ host-image] Aug 12 21:03:07.572 INFO O| Aug 12 21:03:07.572 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31362024-08-12T21:03:08.143Z[ host-image] Aug 12 21:03:07.588 INFO O| Aug 12 21:03:07.588 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"]
31372024-08-12T21:03:08.700Z[ host-image] Aug 12 21:03:08.145 INFO O| Aug 12 21:03:08.145 INFO STEP 3 (pkg_set_publisher) COMPLETE
31382024-08-12T21:03:08.700Z[ host-image] Aug 12 21:03:08.145 INFO O| Aug 12 21:03:08.145 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31392024-08-12T21:03:08.704Z[ host-image] Aug 12 21:03:08.145 INFO O| Aug 12 21:03:08.145 INFO skip step because feature "repo_redist" is not enabled
31402024-08-12T21:03:08.704Z[ host-image] Aug 12 21:03:08.145 INFO O| Aug 12 21:03:08.145 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31412024-08-12T21:03:09.229Z[ host-image] Aug 12 21:03:08.675 INFO O| Aug 12 21:03:08.674 INFO variant opensolaris.zone is already global
31422024-08-12T21:03:09.230Z[ host-image] Aug 12 21:03:08.675 INFO O| Aug 12 21:03:08.675 INFO STEP 5 (pkg_change_variant) COMPLETE
31432024-08-12T21:03:09.232Z[ host-image] Aug 12 21:03:08.675 INFO O| Aug 12 21:03:08.675 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31442024-08-12T21:03:09.780Z[ host-image] Aug 12 21:03:09.224 INFO O| Aug 12 21:03:09.224 INFO variant opensolaris.imagetype is full; changing to partial
31452024-08-12T21:03:09.780Z[ host-image] Aug 12 21:03:09.224 INFO O| Aug 12 21:03:09.224 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31462024-08-12T21:03:15.943Z[ host-image] Aug 12 21:03:15.387 INFO O| Aug 12 21:03:15.387 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31472024-08-12T21:03:18.127Z[ host-image] Aug 12 21:03:17.570 INFO O| Aug 12 21:03:17.570 INFO O| Startup: Caching catalogs ... Done
31482024-08-12T21:03:18.175Z[ host-image] Aug 12 21:03:17.618 INFO O| Aug 12 21:03:17.617 INFO O| Planning: Planning completed in 0.00 seconds
31492024-08-12T21:03:18.179Z[ host-image] Aug 12 21:03:17.618 INFO O| Aug 12 21:03:17.618 INFO O| Planning: Consolidating action changes ... Done
31502024-08-12T21:03:18.179Z[ host-image] Aug 12 21:03:17.618 INFO O| Aug 12 21:03:17.618 INFO O| Planning: Evaluating mediators ... Done
31512024-08-12T21:03:18.179Z[ host-image] Aug 12 21:03:17.618 INFO O| Aug 12 21:03:17.618 INFO O| Planning: Planning completed in 0.00 seconds
31522024-08-12T21:03:18.179Z[ host-image] Aug 12 21:03:17.619 INFO O| Aug 12 21:03:17.619 INFO O| Variants/Facets to change: 1
31532024-08-12T21:03:18.189Z[ host-image] Aug 12 21:03:17.633 INFO O| Aug 12 21:03:17.633 INFO O| Done
31542024-08-12T21:03:18.189Z[ host-image] Aug 12 21:03:17.633 INFO O| Aug 12 21:03:17.633 INFO O| Done
31552024-08-12T21:03:18.313Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.11s
31562024-08-12T21:03:18.459Z[ host-image] Aug 12 21:03:17.903 INFO O| Aug 12 21:03:17.903 INFO O| Done
31572024-08-12T21:03:18.489Z[ host-image] Aug 12 21:03:17.933 INFO O| Aug 12 21:03:17.933 INFO O| Done
31582024-08-12T21:03:18.492Z[ host-image] Aug 12 21:03:17.934 INFO O| Aug 12 21:03:17.934 INFO O| Done
31592024-08-12T21:03:18.492Z[ host-image] Aug 12 21:03:17.934 INFO O| Aug 12 21:03:17.934 INFO O| Done
31602024-08-12T21:03:18.492Z[ host-image] Aug 12 21:03:17.935 INFO O| Aug 12 21:03:17.935 INFO O| Done
31612024-08-12T21:03:18.777Z[ host-image] Aug 12 21:03:18.218 INFO O| Aug 12 21:03:18.218 INFO STEP 6 (pkg_change_variant) COMPLETE
31622024-08-12T21:03:18.781Z[ host-image] Aug 12 21:03:18.219 INFO O| Aug 12 21:03:18.218 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31632024-08-12T21:03:18.781Z[ host-image] Aug 12 21:03:18.219 INFO O| Aug 12 21:03:18.218 INFO skip step because feature "debug_variant" is not enabled
31642024-08-12T21:03:18.782Z[ host-image] Aug 12 21:03:18.219 INFO O| Aug 12 21:03:18.218 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31652024-08-12T21:03:19.157Z[ host-image] Aug 12 21:03:18.599 INFO O| Aug 12 21:03:18.599 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31662024-08-12T21:03:19.602Z[ host-image] Aug 12 21:03:19.046 INFO O| Aug 12 21:03:19.046 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31672024-08-12T21:03:19.606Z[ host-image] Aug 12 21:03:19.048 INFO O| Aug 12 21:03:19.047 INFO O| Planning: Planning completed in 0.00 seconds
31682024-08-12T21:03:19.606Z[ host-image] Aug 12 21:03:19.048 INFO O| Aug 12 21:03:19.048 INFO O| Planning: Consolidating action changes ... Done
31692024-08-12T21:03:19.606Z[ host-image] Aug 12 21:03:19.048 INFO O| Aug 12 21:03:19.048 INFO O| Planning: Evaluating mediators ... Done
31702024-08-12T21:03:19.606Z[ host-image] Aug 12 21:03:19.048 INFO O| Aug 12 21:03:19.048 INFO O| Planning: Planning completed in 0.00 seconds
31712024-08-12T21:03:19.606Z[ host-image] Aug 12 21:03:19.049 INFO O| Aug 12 21:03:19.049 INFO O| Variants/Facets to change: 1
31722024-08-12T21:03:19.619Z[ host-image] Aug 12 21:03:19.063 INFO O| Aug 12 21:03:19.063 INFO O| Done
31732024-08-12T21:03:19.622Z[ host-image] Aug 12 21:03:19.063 INFO O| Aug 12 21:03:19.063 INFO O| Done
31742024-08-12T21:03:19.775ZAug 12 21:03:19.220 INFO [recovery-package] process exited with exit status: 0 (23.79416607s)
31752024-08-12T21:03:19.776ZAug 12 21:03:19.220 INFO [recovery-stamp] running task
31762024-08-12T21:03:19.780ZAug 12 21:03:19.220 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31772024-08-12T21:03:19.782ZAug 12 21:03:19.226 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+gitde786b11949
31782024-08-12T21:03:19.789ZAug 12 21:03:19.233 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitde786b11949
31792024-08-12T21:03:19.800Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31802024-08-12T21:03:19.803Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31812024-08-12T21:03:19.891Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31822024-08-12T21:03:19.895ZAug 12 21:03:19.339 INFO [stamp-installinator] process exited with exit status: 0 (105.92901ms)
31832024-08-12T21:03:19.900Z[ host-image] Aug 12 21:03:19.344 INFO O| Aug 12 21:03:19.344 INFO O| Done
31842024-08-12T21:03:19.916Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31852024-08-12T21:03:19.926ZAug 12 21:03:19.364 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (137.968688ms)
31862024-08-12T21:03:19.926ZAug 12 21:03:19.364 INFO [recovery-stamp] task succeeded (144.196832ms)
31872024-08-12T21:03:19.926ZAug 12 21:03:19.364 INFO [recovery-proto] running task
31882024-08-12T21:03:19.926ZAug 12 21:03:19.364 INFO [tuf-stamp] running task
31892024-08-12T21:03:19.926ZAug 12 21:03:19.365 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+gitde786b11949
31902024-08-12T21:03:19.931ZAug 12 21:03:19.375 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+gitde786b11949
31912024-08-12T21:03:19.938Z[ host-image] Aug 12 21:03:19.382 INFO O| Aug 12 21:03:19.382 INFO O| Done
31922024-08-12T21:03:19.941ZAug 12 21:03:19.383 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+gitde786b11949
31932024-08-12T21:03:19.944Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-08-12T21:03:19.944Z[ host-image] Aug 12 21:03:19.383 INFO O| Aug 12 21:03:19.383 INFO O| Done
31952024-08-12T21:03:19.947Z[ host-image] Aug 12 21:03:19.384 INFO O| Aug 12 21:03:19.384 INFO O| Done
31962024-08-12T21:03:19.947Z[ host-image] Aug 12 21:03:19.385 INFO O| Aug 12 21:03:19.385 INFO O| Done
31972024-08-12T21:03:19.947ZAug 12 21:03:19.391 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+gitde786b11949
31982024-08-12T21:03:19.952Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
31992024-08-12T21:03:19.955ZAug 12 21:03:19.399 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+gitde786b11949
32002024-08-12T21:03:19.962Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32012024-08-12T21:03:19.967Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32022024-08-12T21:03:19.969ZAug 12 21:03:19.412 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+gitde786b11949
32032024-08-12T21:03:19.990Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-08-12T21:03:19.993ZAug 12 21:03:19.435 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+gitde786b11949
32052024-08-12T21:03:20.034Z[ host-image] Aug 12 21:03:19.476 INFO O| Aug 12 21:03:19.476 INFO STEP 8 (pkg_change_facet) COMPLETE
32062024-08-12T21:03:20.034Z[ host-image] Aug 12 21:03:19.476 INFO O| Aug 12 21:03:19.476 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32072024-08-12T21:03:20.037Z[ host-image] Aug 12 21:03:19.476 INFO O| Aug 12 21:03:19.476 INFO skip step because feature "recovery" is not enabled
32082024-08-12T21:03:20.037Z[ host-image] Aug 12 21:03:19.476 INFO O| Aug 12 21:03:19.476 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32092024-08-12T21:03:20.037Z[ host-image] Aug 12 21:03:19.476 INFO O| Aug 12 21:03:19.476 INFO skip step because feature "recovery" is not enabled
32102024-08-12T21:03:20.037Z[ host-image] Aug 12 21:03:19.476 INFO O| Aug 12 21:03:19.476 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32112024-08-12T21:03:20.040Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32122024-08-12T21:03:20.043ZAug 12 21:03:19.485 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+gitde786b11949
32132024-08-12T21:03:20.106Z[ host-image] Aug 12 21:03:19.492 INFO O| Aug 12 21:03:19.492 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"]
32142024-08-12T21:03:20.135ZAug 12 21:03:19.578 INFO [recovery-proto] task succeeded (213.46452ms)
32152024-08-12T21:03:20.138ZAug 12 21:03:19.578 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/.tmpmNI4U7/proto/recovery/root -N 'recovery de786b1/${os_short_commit} 2024-08-12 20:43' -s recovery -R
32162024-08-12T21:03:20.147Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32172024-08-12T21:03:20.147ZAug 12 21:03:19.591 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+gitde786b11949
32182024-08-12T21:03:20.195Z[ recovery-image] Aug 12 21:03:19.597 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32192024-08-12T21:03:20.198Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32202024-08-12T21:03:20.198Z[ recovery-image] Aug 12 21:03:19.597 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32212024-08-12T21:03:20.198Z[ recovery-image] Aug 12 21:03:19.614 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpmNI4U7/proto/recovery/root"
32222024-08-12T21:03:20.198Z[ recovery-image] Aug 12 21:03:19.614 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32232024-08-12T21:03:20.198Z[ recovery-image] Aug 12 21:03:19.615 INFO image builder template: ramdisk-01-os...
32242024-08-12T21:03:20.198Z[ recovery-image] Aug 12 21:03:19.615 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/.tmpmNI4U7/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
32252024-08-12T21:03:20.220Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32262024-08-12T21:03:20.227ZAug 12 21:03:19.665 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+gitde786b11949
32272024-08-12T21:03:20.230Z[ recovery-image] Aug 12 21:03:19.666 INFO O| Aug 12 21:03:19.666 INFO CREATE DATASET: rpool/images/build/recovery/output
32282024-08-12T21:03:20.358Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32292024-08-12T21:03:20.427ZAug 12 21:03:19.871 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+gitde786b11949
32302024-08-12T21:03:20.466Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32312024-08-12T21:03:20.510Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32322024-08-12T21:03:20.513ZAug 12 21:03:19.954 INFO [stamp-ntp] process exited with exit status: 0 (563.441068ms)
32332024-08-12T21:03:20.513ZAug 12 21:03:19.954 INFO [stamp-probe] process exited with exit status: 0 (542.517912ms)
32342024-08-12T21:03:20.535Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32352024-08-12T21:03:20.665Z[ recovery-image] Aug 12 21:03:20.109 INFO O| Aug 12 21:03:20.109 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32362024-08-12T21:03:20.677Z[ recovery-image] Aug 12 21:03:20.122 INFO O| Aug 12 21:03:20.122 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32372024-08-12T21:03:20.947Z[ recovery-image] Aug 12 21:03:20.391 INFO O| Aug 12 21:03:20.391 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32382024-08-12T21:03:20.999Z[ recovery-image] Aug 12 21:03:20.442 INFO O| Aug 12 21:03:20.442 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32392024-08-12T21:03:20.999Z[ recovery-image] Aug 12 21:03:20.443 INFO O| Aug 12 21:03:20.442 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32402024-08-12T21:03:21.004Z[ recovery-image] Aug 12 21:03:20.443 INFO O| Aug 12 21:03:20.443 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32412024-08-12T21:03:21.004Z[ recovery-image] Aug 12 21:03:20.443 INFO O| Aug 12 21:03:20.443 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32422024-08-12T21:03:21.031Z[ recovery-image] Aug 12 21:03:20.475 INFO O| Aug 12 21:03:20.475 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32432024-08-12T21:03:21.255Z[ recovery-image] Aug 12 21:03:20.699 INFO O| Aug 12 21:03:20.699 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32442024-08-12T21:03:21.298Z[ recovery-image] Aug 12 21:03:20.741 INFO O| Aug 12 21:03:20.741 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32452024-08-12T21:03:21.383Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
32462024-08-12T21:03:21.403Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32472024-08-12T21:03:21.408Z[ host-image] Aug 12 21:03:20.849 INFO O| Aug 12 21:03:20.849 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32482024-08-12T21:03:21.422Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32492024-08-12T21:03:21.429ZAug 12 21:03:20.871 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.48773068s)
32502024-08-12T21:03:21.433ZAug 12 21:03:20.874 INFO [stamp-internal-dns] process exited with exit status: 0 (1.438888645s)
32512024-08-12T21:03:21.453Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32522024-08-12T21:03:21.547Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32532024-08-12T21:03:21.576ZAug 12 21:03:21.021 INFO [stamp-external-dns] process exited with exit status: 0 (1.535453516s)
32542024-08-12T21:03:21.919Z[ recovery-image] Aug 12 21:03:21.362 INFO O| Aug 12 21:03:21.362 INFO O| Caching catalogs ... Done
32552024-08-12T21:03:22.009Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32562024-08-12T21:03:22.021ZAug 12 21:03:21.465 INFO [stamp-oximeter] process exited with exit status: 0 (2.065734519s)
32572024-08-12T21:03:22.037Z[ recovery-image] Aug 12 21:03:21.481 INFO O| Aug 12 21:03:21.481 INFO STEP 0 (pkg_image_create) COMPLETE
32582024-08-12T21:03:22.037Z[ recovery-image] Aug 12 21:03:21.481 INFO O| Aug 12 21:03:21.481 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-08-12T21:03:22.040Z[ recovery-image] Aug 12 21:03:21.481 INFO O| Aug 12 21:03:21.481 INFO skip step because feature "repo_redist" is not enabled
32602024-08-12T21:03:22.040Z[ recovery-image] Aug 12 21:03:21.481 INFO O| Aug 12 21:03:21.481 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-08-12T21:03:22.055Z[ recovery-image] Aug 12 21:03:21.499 INFO O| Aug 12 21:03:21.498 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-12T21:03:22.219Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32632024-08-12T21:03:22.226ZAug 12 21:03:21.652 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.748947405s)
32642024-08-12T21:03:22.483Z[ recovery-image] Aug 12 21:03:21.927 INFO O| Aug 12 21:03:21.927 INFO STEP 2 (pkg_set_publisher) COMPLETE
32652024-08-12T21:03:22.483Z[ recovery-image] Aug 12 21:03:21.927 INFO O| Aug 12 21:03:21.927 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32662024-08-12T21:03:22.497Z[ recovery-image] Aug 12 21:03:21.941 INFO O| Aug 12 21:03:21.941 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"]
32672024-08-12T21:03:23.014Z[ recovery-image] Aug 12 21:03:22.458 INFO O| Aug 12 21:03:22.458 INFO STEP 3 (pkg_set_publisher) COMPLETE
32682024-08-12T21:03:23.014Z[ recovery-image] Aug 12 21:03:22.458 INFO O| Aug 12 21:03:22.458 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-08-12T21:03:23.014Z[ recovery-image] Aug 12 21:03:22.458 INFO O| Aug 12 21:03:22.458 INFO skip step because feature "repo_redist" is not enabled
32702024-08-12T21:03:23.014Z[ recovery-image] Aug 12 21:03:22.458 INFO O| Aug 12 21:03:22.458 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32712024-08-12T21:03:23.462Z[ recovery-image] Aug 12 21:03:22.905 INFO O| Aug 12 21:03:22.905 INFO variant opensolaris.zone is already global
32722024-08-12T21:03:23.462Z[ recovery-image] Aug 12 21:03:22.905 INFO O| Aug 12 21:03:22.905 INFO STEP 5 (pkg_change_variant) COMPLETE
32732024-08-12T21:03:23.462Z[ recovery-image] Aug 12 21:03:22.905 INFO O| Aug 12 21:03:22.905 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32742024-08-12T21:03:27.910Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32752024-08-12T21:03:28.053ZAug 12 21:03:23.247 INFO [stamp-nexus] process exited with exit status: 0 (3.582156563s)
32762024-08-12T21:03:28.053Z[ recovery-image] Aug 12 21:03:23.351 INFO O| Aug 12 21:03:23.351 INFO variant opensolaris.imagetype is full; changing to partial
32772024-08-12T21:03:28.053Z[ recovery-image] Aug 12 21:03:23.352 INFO O| Aug 12 21:03:23.351 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32782024-08-12T21:03:28.053Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32792024-08-12T21:03:28.053ZAug 12 21:03:24.732 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.366588425s)
32802024-08-12T21:03:28.308Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32812024-08-12T21:03:28.429Z[verify-libraries] Compiling heck v0.4.1
32822024-08-12T21:03:28.429Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32832024-08-12T21:03:28.432Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32842024-08-12T21:03:28.432Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32852024-08-12T21:03:28.442Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32862024-08-12T21:03:28.442Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32872024-08-12T21:03:28.445Z[verify-libraries] Compiling indent_write v2.2.0
32882024-08-12T21:03:28.628Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32892024-08-12T21:03:28.634ZAug 12 21:03:28.078 INFO [stamp-clickhouse] process exited with exit status: 0 (8.702288973s)
32902024-08-12T21:03:28.752Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32912024-08-12T21:03:28.771Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32922024-08-12T21:03:28.786ZAug 12 21:03:28.229 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.638370068s)
32932024-08-12T21:03:28.786ZAug 12 21:03:28.229 INFO [tuf-stamp] task succeeded (8.865165496s)
32942024-08-12T21:03:28.886Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32952024-08-12T21:03:29.227Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32962024-08-12T21:03:29.464Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32972024-08-12T21:03:29.509Z[verify-libraries] Compiling termios v0.3.3
32982024-08-12T21:03:29.636Z[ recovery-image] Aug 12 21:03:29.079 INFO O| Aug 12 21:03:29.079 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32992024-08-12T21:03:29.984Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33002024-08-12T21:03:34.430Z[ recovery-image] Aug 12 21:03:33.873 INFO O| Aug 12 21:03:33.873 INFO O| Startup: Caching catalogs ... Done
33012024-08-12T21:03:34.509Z[ recovery-image] Aug 12 21:03:33.950 INFO O| Aug 12 21:03:33.950 INFO O| Planning: Planning completed in 0.00 seconds
33022024-08-12T21:03:34.513Z[ recovery-image] Aug 12 21:03:33.951 INFO O| Aug 12 21:03:33.951 INFO O| Planning: Consolidating action changes ... Done
33032024-08-12T21:03:34.513Z[ recovery-image] Aug 12 21:03:33.952 INFO O| Aug 12 21:03:33.952 INFO O| Planning: Evaluating mediators ... Done
33042024-08-12T21:03:34.513Z[ recovery-image] Aug 12 21:03:33.952 INFO O| Aug 12 21:03:33.952 INFO O| Planning: Planning completed in 0.00 seconds
33052024-08-12T21:03:34.513Z[ recovery-image] Aug 12 21:03:33.953 INFO O| Aug 12 21:03:33.953 INFO O| Variants/Facets to change: 1
33062024-08-12T21:03:34.577Z[ recovery-image] Aug 12 21:03:34.019 INFO O| Aug 12 21:03:34.019 INFO O| Done
33072024-08-12T21:03:34.577Z[ recovery-image] Aug 12 21:03:34.019 INFO O| Aug 12 21:03:34.019 INFO O| Done
33082024-08-12T21:03:35.128Z[ recovery-image] Aug 12 21:03:34.570 INFO O| Aug 12 21:03:34.570 INFO O| Done
33092024-08-12T21:03:35.172Z[ recovery-image] Aug 12 21:03:34.615 INFO O| Aug 12 21:03:34.615 INFO O| Done
33102024-08-12T21:03:35.176Z[ recovery-image] Aug 12 21:03:34.616 INFO O| Aug 12 21:03:34.616 INFO O| Done
33112024-08-12T21:03:35.176Z[ recovery-image] Aug 12 21:03:34.616 INFO O| Aug 12 21:03:34.616 INFO O| Done
33122024-08-12T21:03:35.193Z[ recovery-image] Aug 12 21:03:34.636 INFO O| Aug 12 21:03:34.636 INFO O| Done
33132024-08-12T21:03:35.852Z[ recovery-image] Aug 12 21:03:35.295 INFO O| Aug 12 21:03:35.295 INFO STEP 6 (pkg_change_variant) COMPLETE
33142024-08-12T21:03:35.852Z[ recovery-image] Aug 12 21:03:35.295 INFO O| Aug 12 21:03:35.295 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-08-12T21:03:35.856Z[ recovery-image] Aug 12 21:03:35.295 INFO O| Aug 12 21:03:35.295 INFO skip step because feature "debug_variant" is not enabled
33162024-08-12T21:03:35.856Z[ recovery-image] Aug 12 21:03:35.295 INFO O| Aug 12 21:03:35.295 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-08-12T21:03:36.531Z[ recovery-image] Aug 12 21:03:35.973 INFO O| Aug 12 21:03:35.973 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33182024-08-12T21:03:37.510Z[ recovery-image] Aug 12 21:03:36.952 INFO O| Aug 12 21:03:36.952 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33192024-08-12T21:03:37.515Z[ recovery-image] Aug 12 21:03:36.954 INFO O| Aug 12 21:03:36.954 INFO O| Planning: Planning completed in 0.00 seconds
33202024-08-12T21:03:37.515Z[ recovery-image] Aug 12 21:03:36.955 INFO O| Aug 12 21:03:36.955 INFO O| Planning: Consolidating action changes ... Done
33212024-08-12T21:03:37.515Z[ recovery-image] Aug 12 21:03:36.955 INFO O| Aug 12 21:03:36.955 INFO O| Planning: Evaluating mediators ... Done
33222024-08-12T21:03:37.516Z[ recovery-image] Aug 12 21:03:36.956 INFO O| Aug 12 21:03:36.956 INFO O| Planning: Planning completed in 0.00 seconds
33232024-08-12T21:03:37.516Z[ recovery-image] Aug 12 21:03:36.957 INFO O| Aug 12 21:03:36.957 INFO O| Variants/Facets to change: 1
33242024-08-12T21:03:37.585Z[ recovery-image] Aug 12 21:03:37.027 INFO O| Aug 12 21:03:37.027 INFO O| Done
33252024-08-12T21:03:37.585Z[ recovery-image] Aug 12 21:03:37.027 INFO O| Aug 12 21:03:37.027 INFO O| Done
33262024-08-12T21:03:38.047Z[ recovery-image] Aug 12 21:03:37.489 INFO O| Aug 12 21:03:37.489 INFO O| Done
33272024-08-12T21:03:38.112Z[ recovery-image] Aug 12 21:03:37.554 INFO O| Aug 12 21:03:37.554 INFO O| Done
33282024-08-12T21:03:38.116Z[ recovery-image] Aug 12 21:03:37.555 INFO O| Aug 12 21:03:37.555 INFO O| Done
33292024-08-12T21:03:38.116Z[ recovery-image] Aug 12 21:03:37.555 INFO O| Aug 12 21:03:37.555 INFO O| Done
33302024-08-12T21:03:38.116Z[ recovery-image] Aug 12 21:03:37.557 INFO O| Aug 12 21:03:37.557 INFO O| Done
33312024-08-12T21:03:38.217Z[ recovery-image] Aug 12 21:03:37.659 INFO O| Aug 12 21:03:37.659 INFO STEP 8 (pkg_change_facet) COMPLETE
33322024-08-12T21:03:38.217Z[ recovery-image] Aug 12 21:03:37.659 INFO O| Aug 12 21:03:37.659 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33332024-08-12T21:03:38.889Z[ recovery-image] Aug 12 21:03:38.331 INFO O| Aug 12 21:03:38.331 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33342024-08-12T21:03:39.925Z[ recovery-image] Aug 12 21:03:39.367 INFO O| Aug 12 21:03:39.367 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33352024-08-12T21:03:39.928Z[ recovery-image] Aug 12 21:03:39.369 INFO O| Aug 12 21:03:39.369 INFO O| Planning: Planning completed in 0.00 seconds
33362024-08-12T21:03:39.928Z[ recovery-image] Aug 12 21:03:39.370 INFO O| Aug 12 21:03:39.370 INFO O| Planning: Consolidating action changes ... Done
33372024-08-12T21:03:39.928Z[ recovery-image] Aug 12 21:03:39.371 INFO O| Aug 12 21:03:39.371 INFO O| Planning: Evaluating mediators ... Done
33382024-08-12T21:03:39.931Z[ recovery-image] Aug 12 21:03:39.371 INFO O| Aug 12 21:03:39.371 INFO O| Planning: Planning completed in 0.00 seconds
33392024-08-12T21:03:39.931Z[ recovery-image] Aug 12 21:03:39.372 INFO O| Aug 12 21:03:39.372 INFO O| Variants/Facets to change: 1
33402024-08-12T21:03:40.000Z[ recovery-image] Aug 12 21:03:39.442 INFO O| Aug 12 21:03:39.442 INFO O| Done
33412024-08-12T21:03:40.000Z[ recovery-image] Aug 12 21:03:39.442 INFO O| Aug 12 21:03:39.442 INFO O| Done
33422024-08-12T21:03:40.555Z[ recovery-image] Aug 12 21:03:39.997 INFO O| Aug 12 21:03:39.997 INFO O| Done
33432024-08-12T21:03:40.605Z[ recovery-image] Aug 12 21:03:40.048 INFO O| Aug 12 21:03:40.048 INFO O| Done
33442024-08-12T21:03:40.608Z[ recovery-image] Aug 12 21:03:40.049 INFO O| Aug 12 21:03:40.049 INFO O| Done
33452024-08-12T21:03:40.608Z[ recovery-image] Aug 12 21:03:40.049 INFO O| Aug 12 21:03:40.049 INFO O| Done
33462024-08-12T21:03:40.611Z[ recovery-image] Aug 12 21:03:40.051 INFO O| Aug 12 21:03:40.051 INFO O| Done
33472024-08-12T21:03:40.716Z[ recovery-image] Aug 12 21:03:40.158 INFO O| Aug 12 21:03:40.158 INFO STEP 9 (pkg_change_facet) COMPLETE
33482024-08-12T21:03:40.722Z[ recovery-image] Aug 12 21:03:40.158 INFO O| Aug 12 21:03:40.158 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33492024-08-12T21:03:41.520Z[ recovery-image] Aug 12 21:03:40.962 INFO O| Aug 12 21:03:40.962 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33502024-08-12T21:03:42.418Z[ recovery-image] Aug 12 21:03:41.860 INFO O| Aug 12 21:03:41.860 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33512024-08-12T21:03:42.421Z[ recovery-image] Aug 12 21:03:41.862 INFO O| Aug 12 21:03:41.862 INFO O| Planning: Planning completed in 0.00 seconds
33522024-08-12T21:03:42.421Z[ recovery-image] Aug 12 21:03:41.863 INFO O| Aug 12 21:03:41.863 INFO O| Planning: Consolidating action changes ... Done
33532024-08-12T21:03:42.421Z[ recovery-image] Aug 12 21:03:41.863 INFO O| Aug 12 21:03:41.863 INFO O| Planning: Evaluating mediators ... Done
33542024-08-12T21:03:42.423Z[ recovery-image] Aug 12 21:03:41.864 INFO O| Aug 12 21:03:41.864 INFO O| Planning: Planning completed in 0.00 seconds
33552024-08-12T21:03:42.423Z[ recovery-image] Aug 12 21:03:41.864 INFO O| Aug 12 21:03:41.864 INFO O| Variants/Facets to change: 1
33562024-08-12T21:03:42.492Z[ recovery-image] Aug 12 21:03:41.934 INFO O| Aug 12 21:03:41.934 INFO O| Done
33572024-08-12T21:03:42.492Z[ recovery-image] Aug 12 21:03:41.934 INFO O| Aug 12 21:03:41.934 INFO O| Done
33582024-08-12T21:03:43.097Z[ recovery-image] Aug 12 21:03:42.540 INFO O| Aug 12 21:03:42.539 INFO O| Done
33592024-08-12T21:03:43.151Z[ recovery-image] Aug 12 21:03:42.592 INFO O| Aug 12 21:03:42.592 INFO O| Done
33602024-08-12T21:03:43.154Z[ recovery-image] Aug 12 21:03:42.593 INFO O| Aug 12 21:03:42.593 INFO O| Done
33612024-08-12T21:03:43.154Z[ recovery-image] Aug 12 21:03:42.593 INFO O| Aug 12 21:03:42.593 INFO O| Done
33622024-08-12T21:03:43.154Z[ recovery-image] Aug 12 21:03:42.596 INFO O| Aug 12 21:03:42.595 INFO O| Done
33632024-08-12T21:03:43.241Z[ recovery-image] Aug 12 21:03:42.683 INFO O| Aug 12 21:03:42.683 INFO STEP 10 (pkg_change_facet) COMPLETE
33642024-08-12T21:03:43.242Z[ recovery-image] Aug 12 21:03:42.684 INFO O| Aug 12 21:03:42.683 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33652024-08-12T21:03:43.265Z[ recovery-image] Aug 12 21:03:42.703 INFO O| Aug 12 21:03:42.703 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"]
33662024-08-12T21:03:44.273Z[ recovery-image] Aug 12 21:03:43.716 INFO O| Aug 12 21:03:43.716 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33672024-08-12T21:03:47.286Z[ host-image] Aug 12 21:03:46.728 INFO O| Aug 12 21:03:46.728 INFO O| Planning: Solver setup ... Done
33682024-08-12T21:04:00.278Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33692024-08-12T21:04:05.130Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33702024-08-12T21:04:09.767Z[ host-image] Aug 12 21:04:09.194 INFO O| Aug 12 21:04:09.194 INFO O| Planning: Running solver ... Done
33712024-08-12T21:04:10.084Z[ host-image] Aug 12 21:04:09.524 INFO O| Aug 12 21:04:09.524 INFO O| Planning: Finding local manifests ... Done
33722024-08-12T21:04:10.121Z[ host-image] Aug 12 21:04:09.558 INFO O| Aug 12 21:04:09.558 INFO O| Planning: Fetching manifests: 0/124 0% complete
33732024-08-12T21:04:14.921Z[ recovery-image] Aug 12 21:04:14.356 INFO O| Aug 12 21:04:14.356 INFO O| Planning: Solver setup ... Done
33742024-08-12T21:04:15.840Z[ host-image] Aug 12 21:04:14.776 INFO O| Aug 12 21:04:14.776 INFO O| Planning: Fetching manifests: 124/124 100% complete
33752024-08-12T21:04:16.718Z[ host-image] Aug 12 21:04:16.041 INFO O| Aug 12 21:04:16.041 INFO O| Planning: Package planning ... Done
33762024-08-12T21:04:18.249Z[ host-image] Aug 12 21:04:17.680 INFO O| Aug 12 21:04:17.680 INFO O| Planning: Merging actions ... Done
33772024-08-12T21:04:18.838Z[ host-image] Aug 12 21:04:18.192 INFO O| Aug 12 21:04:18.192 INFO O| Planning: Checking for conflicting actions ... Done
33782024-08-12T21:04:19.060Z[ host-image] Aug 12 21:04:18.499 INFO O| Aug 12 21:04:18.499 INFO O| Planning: Consolidating action changes ... Done
33792024-08-12T21:04:20.410Z[ host-image] Aug 12 21:04:19.027 INFO O| Aug 12 21:04:19.027 INFO O| Planning: Evaluating mediators ... Done
33802024-08-12T21:04:25.177Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33812024-08-12T21:04:26.170Z[ host-image] Aug 12 21:04:25.607 INFO O| Aug 12 21:04:25.606 INFO O| Planning: Planning completed in 64.76 seconds
33822024-08-12T21:04:26.174Z[ host-image] Aug 12 21:04:25.613 INFO O| Aug 12 21:04:25.613 INFO O| Packages to install: 124
33832024-08-12T21:04:26.178Z[ host-image] Aug 12 21:04:25.613 INFO O| Aug 12 21:04:25.613 INFO O| Mediators to change: 4
33842024-08-12T21:04:26.178Z[ host-image] Aug 12 21:04:25.613 INFO O| Aug 12 21:04:25.613 INFO O| Services to change: 6
33852024-08-12T21:04:26.355Z[ host-image] Aug 12 21:04:25.787 INFO O| Aug 12 21:04:25.787 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
33862024-08-12T21:04:31.495Z[ host-image] Aug 12 21:04:30.925 INFO O| Aug 12 21:04:30.925 INFO O| Download: 1071/22727 items 5.9/196.4MB 3% complete (1.3M/s)
33872024-08-12T21:04:35.597Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33882024-08-12T21:04:36.032Z[ recovery-image] Aug 12 21:04:35.435 INFO O| Aug 12 21:04:35.435 INFO O| Planning: Running solver ... Done
33892024-08-12T21:04:36.275Z[ recovery-image] Aug 12 21:04:35.711 INFO O| Aug 12 21:04:35.711 INFO O| Planning: Finding local manifests ... Done
33902024-08-12T21:04:36.291Z[ recovery-image] Aug 12 21:04:35.728 INFO O| Aug 12 21:04:35.728 INFO O| Planning: Fetching manifests: 0/124 0% complete
33912024-08-12T21:04:36.654Z[ host-image] Aug 12 21:04:36.056 INFO O| Aug 12 21:04:36.054 INFO O| Download: 1770/22727 items 11.8/196.4MB 5% complete (1.2M/s)
33922024-08-12T21:04:38.280Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33932024-08-12T21:04:41.658Z[ recovery-image] Aug 12 21:04:40.015 INFO O| Aug 12 21:04:40.015 INFO O| Planning: Fetching manifests: 124/124 100% complete
33942024-08-12T21:04:41.677Z[ recovery-image] Aug 12 21:04:40.951 INFO O| Aug 12 21:04:40.950 INFO O| Planning: Package planning ... Done
33952024-08-12T21:04:41.677Z[ host-image] Aug 12 21:04:41.088 INFO O| Aug 12 21:04:41.088 INFO O| Download: 2262/22727 items 24.8/196.4MB 12% complete (1.9M/s)
33962024-08-12T21:04:42.322Z[ recovery-image] Aug 12 21:04:41.759 INFO O| Aug 12 21:04:41.759 INFO O| Planning: Merging actions ... Done
33972024-08-12T21:04:42.608Z[ recovery-image] Aug 12 21:04:42.045 INFO O| Aug 12 21:04:42.045 INFO O| Planning: Checking for conflicting actions ... Done
33982024-08-12T21:04:42.759Z[ recovery-image] Aug 12 21:04:42.196 INFO O| Aug 12 21:04:42.195 INFO O| Planning: Consolidating action changes ... Done
33992024-08-12T21:04:43.067Z[ recovery-image] Aug 12 21:04:42.503 INFO O| Aug 12 21:04:42.503 INFO O| Planning: Evaluating mediators ... Done
34002024-08-12T21:04:43.369Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34012024-08-12T21:04:46.660Z[ host-image] Aug 12 21:04:46.097 INFO O| Aug 12 21:04:46.097 INFO O| Download: 3428/22727 items 35.3/196.4MB 17% complete (2.3M/s)
34022024-08-12T21:04:49.516Z[ recovery-image] Aug 12 21:04:48.953 INFO O| Aug 12 21:04:48.953 INFO O| Planning: Planning completed in 65.24 seconds
34032024-08-12T21:04:49.523Z[ recovery-image] Aug 12 21:04:48.959 INFO O| Aug 12 21:04:48.959 INFO O| Packages to install: 124
34042024-08-12T21:04:49.523Z[ recovery-image] Aug 12 21:04:48.959 INFO O| Aug 12 21:04:48.959 INFO O| Mediators to change: 4
34052024-08-12T21:04:49.525Z[ recovery-image] Aug 12 21:04:48.960 INFO O| Aug 12 21:04:48.959 INFO O| Services to change: 5
34062024-08-12T21:04:49.604Z[ recovery-image] Aug 12 21:04:49.040 INFO O| Aug 12 21:04:49.040 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34072024-08-12T21:04:51.673Z[ host-image] Aug 12 21:04:51.109 INFO O| Aug 12 21:04:51.109 INFO O| Download: 4479/22727 items 41.7/196.4MB 21% complete (1.7M/s)
34082024-08-12T21:04:54.641Z[ recovery-image] Aug 12 21:04:54.077 INFO O| Aug 12 21:04:54.077 INFO O| Download: 1007/15831 items 7.9/173.2MB 4% complete (1.6M/s)
34092024-08-12T21:04:56.716Z[ host-image] Aug 12 21:04:56.151 INFO O| Aug 12 21:04:56.151 INFO O| Download: 4737/22727 items 45.1/196.4MB 22% complete (1.1M/s)
34102024-08-12T21:04:59.821Z[ recovery-image] Aug 12 21:04:59.257 INFO O| Aug 12 21:04:59.257 INFO O| Download: 1317/15831 items 20.3/173.2MB 11% complete (2.1M/s)
34112024-08-12T21:05:00.768Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34122024-08-12T21:05:01.727Z[ host-image] Aug 12 21:05:01.163 INFO O| Aug 12 21:05:01.163 INFO O| Download: 5860/22727 items 46.3/196.4MB 23% complete (473k/s)
34132024-08-12T21:05:02.399Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34142024-08-12T21:05:05.739Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34152024-08-12T21:05:07.183Z[ host-image] Aug 12 21:05:06.619 INFO O| Aug 12 21:05:06.618 INFO O| Download: 6977/22727 items 50.3/196.4MB 25% complete (518k/s)
34162024-08-12T21:05:11.047Z[ recovery-image] Aug 12 21:05:10.482 INFO O| Aug 12 21:05:10.482 INFO O| Download: 1323/15831 items 20.3/173.2MB 11% complete
34172024-08-12T21:05:12.191Z[ host-image] Aug 12 21:05:11.626 INFO O| Aug 12 21:05:11.626 INFO O| Download: 7964/22727 items 59.6/196.4MB 30% complete (1.3M/s)
34182024-08-12T21:05:16.048Z[ recovery-image] Aug 12 21:05:15.483 INFO O| Aug 12 21:05:15.483 INFO O| Download: 1857/15831 items 28.5/173.2MB 16% complete (1.6M/s)
34192024-08-12T21:05:17.200Z[ host-image] Aug 12 21:05:16.634 INFO O| Aug 12 21:05:16.634 INFO O| Download: 8398/22727 items 69.3/196.4MB 35% complete (1.9M/s)
34202024-08-12T21:05:21.505Z[ recovery-image] Aug 12 21:05:20.938 INFO O| Aug 12 21:05:20.938 INFO O| Download: 2675/15831 items 33.0/173.2MB 19% complete (1.3M/s)
34212024-08-12T21:05:22.472Z[ host-image] Aug 12 21:05:21.905 INFO O| Aug 12 21:05:21.905 INFO O| Download: 9405/22727 items 81.7/196.4MB 41% complete (2.2M/s)
34222024-08-12T21:05:26.523Z[ recovery-image] Aug 12 21:05:25.957 INFO O| Aug 12 21:05:25.957 INFO O| Download: 3427/15831 items 38.1/173.2MB 22% complete (914k/s)
34232024-08-12T21:05:27.471Z[ host-image] Aug 12 21:05:26.904 INFO O| Aug 12 21:05:26.904 INFO O| Download: 10239/22727 items 87.1/196.4MB 44% complete (1.7M/s)
34242024-08-12T21:05:31.530Z[ recovery-image] Aug 12 21:05:30.962 INFO O| Aug 12 21:05:30.962 INFO O| Download: 3873/15831 items 42.3/173.2MB 24% complete (968k/s)
34252024-08-12T21:05:32.472Z[ host-image] Aug 12 21:05:31.905 INFO O| Aug 12 21:05:31.905 INFO O| Download: 11086/22727 items 92.0/196.4MB 46% complete (1.0M/s)
34262024-08-12T21:05:36.893Z[ recovery-image] Aug 12 21:05:36.310 INFO O| Aug 12 21:05:36.310 INFO O| Download: 5042/15831 items 43.1/173.2MB 24% complete (511k/s)
34272024-08-12T21:05:37.489Z[ host-image] Aug 12 21:05:36.921 INFO O| Aug 12 21:05:36.921 INFO O| Download: 11423/22727 items 96.1/196.4MB 48% complete (992k/s)
34282024-08-12T21:05:43.203Z[ recovery-image] Aug 12 21:05:42.629 INFO O| Aug 12 21:05:42.629 INFO O| Download: 5666/15831 items 44.7/173.2MB 25% complete (265k/s)
34292024-08-12T21:05:43.367Z[ host-image] Aug 12 21:05:42.799 INFO O| Aug 12 21:05:42.799 INFO O| Download: 12004/22727 items 100.3/196.4MB 51% complete (956k/s)
34302024-08-12T21:05:48.369Z[ host-image] Aug 12 21:05:47.800 INFO O| Aug 12 21:05:47.800 INFO O| Download: 12891/22727 items 109.7/196.4MB 55% complete (1.4M/s)
34312024-08-12T21:05:49.544Z[ recovery-image] Aug 12 21:05:48.976 INFO O| Aug 12 21:05:48.976 INFO O| Download: 5909/15831 items 53.0/173.2MB 30% complete (979k/s)
34322024-08-12T21:05:53.383Z[ host-image] Aug 12 21:05:52.814 INFO O| Aug 12 21:05:52.814 INFO O| Download: 14391/22727 items 111.4/196.4MB 56% complete (1.1M/s)
34332024-08-12T21:05:54.862Z[ recovery-image] Aug 12 21:05:54.293 INFO O| Aug 12 21:05:54.293 INFO O| Download: 6172/15831 items 61.8/173.2MB 35% complete (1.6M/s)
34342024-08-12T21:05:58.396Z[ host-image] Aug 12 21:05:57.827 INFO O| Aug 12 21:05:57.827 INFO O| Download: 15049/22727 items 117.5/196.4MB 59% complete (795k/s)
34352024-08-12T21:05:59.868Z[ recovery-image] Aug 12 21:05:59.298 INFO O| Aug 12 21:05:59.298 INFO O| Download: 7048/15831 items 72.4/173.2MB 41% complete (1.8M/s)
34362024-08-12T21:06:03.415Z[ host-image] Aug 12 21:06:02.846 INFO O| Aug 12 21:06:02.846 INFO O| Download: 15822/22727 items 129.2/196.4MB 65% complete (1.7M/s)
34372024-08-12T21:06:04.872Z[ recovery-image] Aug 12 21:06:04.302 INFO O| Aug 12 21:06:04.302 INFO O| Download: 7409/15831 items 73.4/173.2MB 42% complete (1.2M/s)
34382024-08-12T21:06:08.428Z[ host-image] Aug 12 21:06:07.858 INFO O| Aug 12 21:06:07.858 INFO O| Download: 16872/22727 items 140.8/196.4MB 71% complete (2.3M/s)
34392024-08-12T21:06:11.242Z[ recovery-image] Aug 12 21:06:10.672 INFO O| Aug 12 21:06:10.672 INFO O| Download: 7636/15831 items 73.7/173.2MB 42% complete (513k/s)
34402024-08-12T21:06:13.553Z[ host-image] Aug 12 21:06:12.983 INFO O| Aug 12 21:06:12.983 INFO O| Download: 17865/22727 items 150.1/196.4MB 76% complete (2.1M/s)
34412024-08-12T21:06:16.262Z[ recovery-image] Aug 12 21:06:15.691 INFO O| Aug 12 21:06:15.691 INFO O| Download: 8323/15831 items 79.7/173.2MB 46% complete (629k/s)
34422024-08-12T21:06:18.578Z[ host-image] Aug 12 21:06:18.008 INFO O| Aug 12 21:06:18.007 INFO O| Download: 18697/22727 items 162.7/196.4MB 82% complete (2.1M/s)
34432024-08-12T21:06:21.496Z[ recovery-image] Aug 12 21:06:20.925 INFO O| Aug 12 21:06:20.925 INFO O| Download: 8755/15831 items 84.2/173.2MB 48% complete (1.0M/s)
34442024-08-12T21:06:23.579Z[ host-image] Aug 12 21:06:23.008 INFO O| Aug 12 21:06:23.008 INFO O| Download: 19967/22727 items 167.2/196.4MB 85% complete (1.7M/s)
34452024-08-12T21:06:26.553Z[ recovery-image] Aug 12 21:06:25.981 INFO O| Aug 12 21:06:25.981 INFO O| Download: 8914/15831 items 92.6/173.2MB 53% complete (1.3M/s)
34462024-08-12T21:06:28.998Z[ host-image] Aug 12 21:06:28.426 INFO O| Aug 12 21:06:28.426 INFO O| Download: 20764/22727 items 170.9/196.4MB 87% complete (921k/s)
34472024-08-12T21:06:31.571Z[ recovery-image] Aug 12 21:06:30.999 INFO O| Aug 12 21:06:30.999 INFO O| Download: 9876/15831 items 93.1/173.2MB 53% complete (943k/s)
34482024-08-12T21:06:34.437Z[ host-image] Aug 12 21:06:33.865 INFO O| Aug 12 21:06:33.865 INFO O| Download: 20944/22727 items 175.8/196.4MB 89% complete (876k/s)
34492024-08-12T21:06:37.401Z[ recovery-image] Aug 12 21:06:36.828 INFO O| Aug 12 21:06:36.828 INFO O| Download: 10542/15831 items 93.4/173.2MB 53% complete (132k/s)
34502024-08-12T21:06:39.472Z[ host-image] Aug 12 21:06:38.899 INFO O| Aug 12 21:06:38.899 INFO O| Download: 21636/22727 items 180.4/196.4MB 91% complete (707k/s)
34512024-08-12T21:06:42.424Z[ recovery-image] Aug 12 21:06:41.851 INFO O| Aug 12 21:06:41.851 INFO O| Download: 11038/15831 items 95.1/173.2MB 54% complete (185k/s)
34522024-08-12T21:06:45.145Z[ host-image] Aug 12 21:06:44.572 INFO O| Aug 12 21:06:44.572 INFO O| Download: 22017/22727 items 189.6/196.4MB 96% complete (1.4M/s)
34532024-08-12T21:06:47.442Z[ recovery-image] Aug 12 21:06:46.869 INFO O| Aug 12 21:06:46.868 INFO O| Download: 11431/15831 items 107.2/173.2MB 61% complete (1.4M/s)
34542024-08-12T21:06:48.843Z[ host-image] Aug 12 21:06:48.269 INFO O| Aug 12 21:06:48.269 INFO O| Download: Completed 196.39 MB in 142.48 seconds (1.4M/s)
34552024-08-12T21:06:50.466Z[ host-image] Aug 12 21:06:49.893 INFO O| Aug 12 21:06:49.892 INFO O| Actions: 1/49260 actions (Installing new actions)
34562024-08-12T21:06:52.450Z[ recovery-image] Aug 12 21:06:51.876 INFO O| Aug 12 21:06:51.876 INFO O| Download: 11943/15831 items 134.3/173.2MB 77% complete (3.9M/s)
34572024-08-12T21:06:55.467Z[ host-image] Aug 12 21:06:54.893 INFO O| Aug 12 21:06:54.893 INFO O| Actions: 9889/49260 actions (Installing new actions)
34582024-08-12T21:06:57.470Z[ recovery-image] Aug 12 21:06:56.896 INFO O| Aug 12 21:06:56.896 INFO O| Download: 12595/15831 items 139.9/173.2MB 80% complete (3.3M/s)
34592024-08-12T21:07:00.468Z[ host-image] Aug 12 21:06:59.893 INFO O| Aug 12 21:06:59.893 INFO O| Actions: 17260/49260 actions (Installing new actions)
34602024-08-12T21:07:02.487Z[ recovery-image] Aug 12 21:07:01.912 INFO O| Aug 12 21:07:01.912 INFO O| Download: 13169/15831 items 142.4/173.2MB 82% complete (832k/s)
34612024-08-12T21:07:05.480Z[ host-image] Aug 12 21:07:04.905 INFO O| Aug 12 21:07:04.905 INFO O| Actions: 25006/49260 actions (Installing new actions)
34622024-08-12T21:07:07.575Z[ recovery-image] Aug 12 21:07:07.000 INFO O| Aug 12 21:07:07.000 INFO O| Download: 14027/15831 items 145.4/173.2MB 83% complete (571k/s)
34632024-08-12T21:07:10.483Z[ host-image] Aug 12 21:07:09.908 INFO O| Aug 12 21:07:09.908 INFO O| Actions: 48803/49260 actions (Installing new actions)
34642024-08-12T21:07:11.220Z[ host-image] Aug 12 21:07:10.645 INFO O| Aug 12 21:07:10.645 INFO O| Actions: Completed 49260 actions in 20.75 seconds.
34652024-08-12T21:07:11.534Z[ host-image] Aug 12 21:07:10.958 INFO O| Aug 12 21:07:10.958 INFO O| Done
34662024-08-12T21:07:11.534Z[ host-image] Aug 12 21:07:10.958 INFO O| Aug 12 21:07:10.958 INFO O| Done
34672024-08-12T21:07:11.986Z[ host-image] Aug 12 21:07:11.410 INFO O| Aug 12 21:07:11.410 INFO O| Done
34682024-08-12T21:07:12.942Z[ recovery-image] Aug 12 21:07:12.367 INFO O| Aug 12 21:07:12.366 INFO O| Download: 14662/15831 items 147.9/173.2MB 85% complete (534k/s)
34692024-08-12T21:07:13.382Z[ host-image] Aug 12 21:07:12.807 INFO O| Aug 12 21:07:12.807 INFO O| Done
34702024-08-12T21:07:13.418Z[ host-image] Aug 12 21:07:12.842 INFO O| Aug 12 21:07:12.842 INFO O| Done
34712024-08-12T21:07:17.942Z[ recovery-image] Aug 12 21:07:17.367 INFO O| Aug 12 21:07:17.367 INFO O| Download: 14734/15831 items 153.0/173.2MB 88% complete (793k/s)
34722024-08-12T21:07:22.963Z[ recovery-image] Aug 12 21:07:22.387 INFO O| Aug 12 21:07:22.387 INFO O| Download: 14822/15831 items 154.0/173.2MB 88% complete (652k/s)
34732024-08-12T21:07:27.814Z[ host-image] Aug 12 21:07:27.238 INFO O| Aug 12 21:07:27.237 INFO O| Done
34742024-08-12T21:07:28.866Z[ host-image] Aug 12 21:07:28.290 INFO O| Aug 12 21:07:28.290 INFO O| Done
34752024-08-12T21:07:29.189Z[ recovery-image] Aug 12 21:07:28.612 INFO O| Aug 12 21:07:28.612 INFO O| Download: 15282/15831 items 158.0/173.2MB 91% complete (608k/s)
34762024-08-12T21:07:29.224Z[ host-image] Aug 12 21:07:28.647 INFO O| Aug 12 21:07:28.647 INFO STEP 11 (pkg_install) COMPLETE
34772024-08-12T21:07:29.224Z[ host-image] Aug 12 21:07:28.647 INFO O| Aug 12 21:07:28.647 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34782024-08-12T21:07:29.247Z[ host-image] Aug 12 21:07:28.671 INFO O| Aug 12 21:07:28.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
34792024-08-12T21:07:30.405Z[ host-image] Aug 12 21:07:29.828 INFO O| Aug 12 21:07:29.828 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34802024-08-12T21:07:33.324Z[ host-image] Aug 12 21:07:32.746 INFO O| Aug 12 21:07:32.746 INFO O| Planning: Solver setup ... Done
34812024-08-12T21:07:33.330Z[ host-image] Aug 12 21:07:32.753 INFO O| Aug 12 21:07:32.753 INFO O| Planning: Running solver ... Done
34822024-08-12T21:07:33.385Z[ host-image] Aug 12 21:07:32.808 INFO O| Aug 12 21:07:32.808 INFO O| Planning: Finding local manifests ... Done
34832024-08-12T21:07:33.391Z[ host-image] Aug 12 21:07:32.814 INFO O| Aug 12 21:07:32.814 INFO O| Planning: Fetching manifests: 0/4 0% complete
34842024-08-12T21:07:33.609Z[ host-image] Aug 12 21:07:33.032 INFO O| Aug 12 21:07:33.032 INFO O| Planning: Fetching manifests: 4/4 100% complete
34852024-08-12T21:07:33.677Z[ host-image] Aug 12 21:07:33.099 INFO O| Aug 12 21:07:33.099 INFO O| Planning: Package planning ... Done
34862024-08-12T21:07:33.681Z[ host-image] Aug 12 21:07:33.104 INFO O| Aug 12 21:07:33.104 INFO O| Planning: Merging actions ... Done
34872024-08-12T21:07:33.814Z[ host-image] Aug 12 21:07:33.236 INFO O| Aug 12 21:07:33.236 INFO O| Planning: Checking for conflicting actions ... Done
34882024-08-12T21:07:33.816Z[ host-image] Aug 12 21:07:33.238 INFO O| Aug 12 21:07:33.238 INFO O| Planning: Consolidating action changes ... Done
34892024-08-12T21:07:34.196Z[ host-image] Aug 12 21:07:33.618 INFO O| Aug 12 21:07:33.618 INFO O| Planning: Evaluating mediators ... Done
34902024-08-12T21:07:34.199Z[ host-image] Aug 12 21:07:33.620 INFO O| Aug 12 21:07:33.620 INFO O| Planning: Planning completed in 3.79 seconds
34912024-08-12T21:07:34.202Z[ host-image] Aug 12 21:07:33.622 INFO O| Aug 12 21:07:33.622 INFO O| Packages to install: 4
34922024-08-12T21:07:34.202Z[ host-image] Aug 12 21:07:33.622 INFO O| Aug 12 21:07:33.622 INFO O| Services to change: 2
34932024-08-12T21:07:34.215Z[ host-image] Aug 12 21:07:33.638 INFO O| Aug 12 21:07:33.638 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
34942024-08-12T21:07:35.177Z[ recovery-image] Aug 12 21:07:34.599 INFO O| Aug 12 21:07:34.599 INFO O| Download: 15545/15831 items 166.0/173.2MB 95% complete (1.2M/s)
34952024-08-12T21:07:35.262Z[ host-image] Aug 12 21:07:34.685 INFO O| Aug 12 21:07:34.684 INFO O| Download: Completed 1.39 MB in 1.05 seconds (1.3M/s)
34962024-08-12T21:07:35.305Z[ host-image] Aug 12 21:07:34.728 INFO O| Aug 12 21:07:34.728 INFO O| Actions: 1/238 actions (Installing new actions)
34972024-08-12T21:07:35.464Z[ host-image] Aug 12 21:07:34.887 INFO O| Aug 12 21:07:34.887 INFO O| Actions: Completed 238 actions in 0.16 seconds.
34982024-08-12T21:07:35.694Z[ host-image] Aug 12 21:07:35.117 INFO O| Aug 12 21:07:35.117 INFO O| Done
34992024-08-12T21:07:35.694Z[ host-image] Aug 12 21:07:35.117 INFO O| Aug 12 21:07:35.117 INFO O| Done
35002024-08-12T21:07:36.396Z[ host-image] Aug 12 21:07:35.819 INFO O| Aug 12 21:07:35.818 INFO O| Done
35012024-08-12T21:07:38.612Z[ host-image] Aug 12 21:07:38.034 INFO O| Aug 12 21:07:38.034 INFO O| Done
35022024-08-12T21:07:38.652Z[ host-image] Aug 12 21:07:38.074 INFO O| Aug 12 21:07:38.074 INFO O| Done
35032024-08-12T21:07:38.652Z[ host-image] Aug 12 21:07:38.074 INFO O| Aug 12 21:07:38.074 INFO O| Done
35042024-08-12T21:07:38.677Z[ host-image] Aug 12 21:07:38.100 INFO O| Aug 12 21:07:38.100 INFO O| Done
35052024-08-12T21:07:38.820Z[ host-image] Aug 12 21:07:38.242 INFO O| Aug 12 21:07:38.242 INFO STEP 12 (pkg_install) COMPLETE
35062024-08-12T21:07:38.820Z[ host-image] Aug 12 21:07:38.242 INFO O| Aug 12 21:07:38.242 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35072024-08-12T21:07:38.840Z[ host-image] Aug 12 21:07:38.262 INFO O| Aug 12 21:07:38.262 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
35082024-08-12T21:07:39.564Z[ host-image] Aug 12 21:07:38.986 INFO O| Aug 12 21:07:38.986 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35092024-08-12T21:07:40.231Z[ recovery-image] Aug 12 21:07:39.653 INFO O| Aug 12 21:07:39.653 INFO O| Download: 15664/15831 items 171.3/173.2MB 98% complete (1.2M/s)
35102024-08-12T21:07:41.354Z[ recovery-image] Aug 12 21:07:40.776 INFO O| Aug 12 21:07:40.776 INFO O| Download: Completed 173.16 MB in 171.74 seconds (1.0M/s)
35112024-08-12T21:07:41.695Z[ host-image] Aug 12 21:07:41.117 INFO O| Aug 12 21:07:41.117 INFO O| Planning: Solver setup ... Done
35122024-08-12T21:07:41.699Z[ host-image] Aug 12 21:07:41.121 INFO O| Aug 12 21:07:41.121 INFO O| Planning: Running solver ... Done
35132024-08-12T21:07:41.738Z[ host-image] Aug 12 21:07:41.160 INFO O| Aug 12 21:07:41.160 INFO O| Planning: Finding local manifests ... Done
35142024-08-12T21:07:41.741Z[ host-image] Aug 12 21:07:41.161 INFO O| Aug 12 21:07:41.161 INFO O| Planning: Fetching manifests: 0/6 0% complete
35152024-08-12T21:07:41.952Z[ host-image] Aug 12 21:07:41.374 INFO O| Aug 12 21:07:41.374 INFO O| Planning: Fetching manifests: 6/6 100% complete
35162024-08-12T21:07:41.985Z[ host-image] Aug 12 21:07:41.407 INFO O| Aug 12 21:07:41.407 INFO O| Planning: Package planning ... Done
35172024-08-12T21:07:42.003Z[ host-image] Aug 12 21:07:41.426 INFO O| Aug 12 21:07:41.426 INFO O| Planning: Merging actions ... Done
35182024-08-12T21:07:42.030Z[ recovery-image] Aug 12 21:07:41.452 INFO O| Aug 12 21:07:41.452 INFO O| Actions: 1/24964 actions (Installing new actions)
35192024-08-12T21:07:42.078Z[ host-image] Aug 12 21:07:41.500 INFO O| Aug 12 21:07:41.500 INFO O| Planning: Checking for conflicting actions ... Done
35202024-08-12T21:07:42.082Z[ host-image] Aug 12 21:07:41.504 INFO O| Aug 12 21:07:41.504 INFO O| Planning: Consolidating action changes ... Done
35212024-08-12T21:07:42.256Z[ host-image] Aug 12 21:07:41.679 INFO O| Aug 12 21:07:41.678 INFO O| Planning: Evaluating mediators ... Done
35222024-08-12T21:07:42.260Z[ host-image] Aug 12 21:07:41.682 INFO O| Aug 12 21:07:41.682 INFO O| Planning: Planning completed in 2.70 seconds
35232024-08-12T21:07:42.263Z[ host-image] Aug 12 21:07:41.684 INFO O| Aug 12 21:07:41.684 INFO O| Packages to install: 6
35242024-08-12T21:07:42.263Z[ host-image] Aug 12 21:07:41.684 INFO O| Aug 12 21:07:41.684 INFO O| Mediators to change: 1
35252024-08-12T21:07:42.263Z[ host-image] Aug 12 21:07:41.684 INFO O| Aug 12 21:07:41.684 INFO O| Services to change: 1
35262024-08-12T21:07:42.274Z[ host-image] Aug 12 21:07:41.696 INFO O| Aug 12 21:07:41.696 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
35272024-08-12T21:07:47.031Z[ recovery-image] Aug 12 21:07:46.453 INFO O| Aug 12 21:07:46.453 INFO O| Actions: 13200/24964 actions (Installing new actions)
35282024-08-12T21:07:47.276Z[ host-image] Aug 12 21:07:46.697 INFO O| Aug 12 21:07:46.697 INFO O| Download: 318/1140 items 2.4/8.4MB 28% complete (483k/s)
35292024-08-12T21:07:47.989Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 21s
35302024-08-12T21:07:48.243ZAug 12 21:07:47.664 INFO [verify-libraries] process exited with exit status: 0 (268.444234494s)
35312024-08-12T21:07:52.052Z[ recovery-image] Aug 12 21:07:51.473 INFO O| Aug 12 21:07:51.473 INFO O| Actions: 24539/24964 actions (Installing new actions)
35322024-08-12T21:07:52.362Z[ recovery-image] Aug 12 21:07:51.783 INFO O| Aug 12 21:07:51.783 INFO O| Actions: Completed 24964 actions in 10.33 seconds.
35332024-08-12T21:07:52.600Z[ recovery-image] Aug 12 21:07:52.021 INFO O| Aug 12 21:07:52.021 INFO O| Done
35342024-08-12T21:07:52.600Z[ recovery-image] Aug 12 21:07:52.021 INFO O| Aug 12 21:07:52.021 INFO O| Done
35352024-08-12T21:07:53.041Z[ recovery-image] Aug 12 21:07:52.462 INFO O| Aug 12 21:07:52.462 INFO O| Done
35362024-08-12T21:07:53.712Z[ host-image] Aug 12 21:07:53.132 INFO O| Aug 12 21:07:53.132 INFO O| Download: 1116/1140 items 6.6/8.4MB 78% complete (719k/s)
35372024-08-12T21:07:53.795Z[ recovery-image] Aug 12 21:07:53.216 INFO O| Aug 12 21:07:53.216 INFO O| Done
35382024-08-12T21:07:53.806Z[ recovery-image] Aug 12 21:07:53.227 INFO O| Aug 12 21:07:53.227 INFO O| Done
35392024-08-12T21:07:53.873Z[ host-image] Aug 12 21:07:53.294 INFO O| Aug 12 21:07:53.294 INFO O| Download: Completed 8.42 MB in 11.60 seconds (743k/s)
35402024-08-12T21:07:53.923Z[ host-image] Aug 12 21:07:53.345 INFO O| Aug 12 21:07:53.345 INFO O| Actions: 1/1361 actions (Installing new actions)
35412024-08-12T21:07:54.334Z[ host-image] Aug 12 21:07:53.755 INFO O| Aug 12 21:07:53.755 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
35422024-08-12T21:07:54.583Z[ host-image] Aug 12 21:07:54.004 INFO O| Aug 12 21:07:54.004 INFO O| Done
35432024-08-12T21:07:54.583Z[ host-image] Aug 12 21:07:54.004 INFO O| Aug 12 21:07:54.004 INFO O| Done
35442024-08-12T21:07:54.948Z[ host-image] Aug 12 21:07:54.370 INFO O| Aug 12 21:07:54.369 INFO O| Done
35452024-08-12T21:07:56.137Z[ host-image] Aug 12 21:07:55.558 INFO O| Aug 12 21:07:55.558 INFO O| Done
35462024-08-12T21:07:56.159Z[ host-image] Aug 12 21:07:55.580 INFO O| Aug 12 21:07:55.580 INFO O| Done
35472024-08-12T21:07:56.159Z[ host-image] Aug 12 21:07:55.580 INFO O| Aug 12 21:07:55.580 INFO O| Done
35482024-08-12T21:07:56.199Z[ host-image] Aug 12 21:07:55.620 INFO O| Aug 12 21:07:55.620 INFO O| Done
35492024-08-12T21:07:56.295Z[ host-image] Aug 12 21:07:55.716 INFO O| Aug 12 21:07:55.716 INFO STEP 13 (pkg_install) COMPLETE
35502024-08-12T21:07:56.295Z[ host-image] Aug 12 21:07:55.717 INFO O| Aug 12 21:07:55.716 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-08-12T21:07:56.307Z[ host-image] Aug 12 21:07:55.729 INFO O| Aug 12 21:07:55.729 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35522024-08-12T21:07:56.744Z[ host-image] Aug 12 21:07:56.165 INFO O| Aug 12 21:07:56.165 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35532024-08-12T21:07:58.027Z[ host-image] Aug 12 21:07:57.442 INFO O| Aug 12 21:07:57.442 INFO O| Planning: Solver setup ... Done
35542024-08-12T21:07:58.035Z[ host-image] Aug 12 21:07:57.446 INFO O| Aug 12 21:07:57.446 INFO O| Planning: Running solver ... Done
35552024-08-12T21:07:58.060Z[ host-image] Aug 12 21:07:57.481 INFO O| Aug 12 21:07:57.481 INFO O| Planning: Finding local manifests ... Done
35562024-08-12T21:07:58.063Z[ host-image] Aug 12 21:07:57.481 INFO O| Aug 12 21:07:57.481 INFO O| Planning: Fetching manifests: 0/1 0% complete
35572024-08-12T21:07:58.091Z[ recovery-image] Aug 12 21:07:57.512 INFO O| Aug 12 21:07:57.512 INFO O| Done
35582024-08-12T21:07:58.189Z[ host-image] Aug 12 21:07:57.610 INFO O| Aug 12 21:07:57.610 INFO O| Planning: Fetching manifests: 1/1 100% complete
35592024-08-12T21:07:58.208Z[ host-image] Aug 12 21:07:57.629 INFO O| Aug 12 21:07:57.629 INFO O| Planning: Package planning ... Done
35602024-08-12T21:07:58.211Z[ host-image] Aug 12 21:07:57.630 INFO O| Aug 12 21:07:57.630 INFO O| Planning: Merging actions ... Done
35612024-08-12T21:07:58.269Z[ host-image] Aug 12 21:07:57.690 INFO O| Aug 12 21:07:57.690 INFO O| Planning: Checking for conflicting actions ... Done
35622024-08-12T21:07:58.271Z[ host-image] Aug 12 21:07:57.690 INFO O| Aug 12 21:07:57.690 INFO O| Planning: Consolidating action changes ... Done
35632024-08-12T21:07:58.409Z[ recovery-image] Aug 12 21:07:57.830 INFO O| Aug 12 21:07:57.830 INFO O| Done
35642024-08-12T21:07:58.444Z[ host-image] Aug 12 21:07:57.864 INFO O| Aug 12 21:07:57.864 INFO O| Planning: Evaluating mediators ... Done
35652024-08-12T21:07:58.446Z[ host-image] Aug 12 21:07:57.865 INFO O| Aug 12 21:07:57.865 INFO O| Planning: Planning completed in 1.70 seconds
35662024-08-12T21:07:58.446Z[ host-image] Aug 12 21:07:57.866 INFO O| Aug 12 21:07:57.866 INFO O| Packages to install: 1
35672024-08-12T21:07:58.456Z[ host-image] Aug 12 21:07:57.877 INFO O| Aug 12 21:07:57.877 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35682024-08-12T21:07:58.587Z[ recovery-image] Aug 12 21:07:58.008 INFO O| Aug 12 21:07:58.008 INFO STEP 11 (pkg_install) COMPLETE
35692024-08-12T21:07:58.587Z[ recovery-image] Aug 12 21:07:58.008 INFO O| Aug 12 21:07:58.008 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-08-12T21:07:58.587Z[ recovery-image] Aug 12 21:07:58.008 INFO O| Aug 12 21:07:58.008 INFO skip step because feature "recovery" is enabled
35712024-08-12T21:07:58.590Z[ recovery-image] Aug 12 21:07:58.008 INFO O| Aug 12 21:07:58.008 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35722024-08-12T21:07:58.590Z[ recovery-image] Aug 12 21:07:58.008 INFO O| Aug 12 21:07:58.008 INFO skip step because feature "omicron1" is not enabled
35732024-08-12T21:07:58.590Z[ recovery-image] Aug 12 21:07:58.008 INFO O| Aug 12 21:07:58.008 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35742024-08-12T21:07:58.601Z[ recovery-image] Aug 12 21:07:58.021 INFO O| Aug 12 21:07:58.021 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35752024-08-12T21:07:59.030Z[ recovery-image] Aug 12 21:07:58.450 INFO O| Aug 12 21:07:58.450 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35762024-08-12T21:07:59.228Z[ host-image] Aug 12 21:07:58.648 INFO O| Aug 12 21:07:58.648 INFO O| Download: Completed 20.86 MB in 0.77 seconds (27.0M/s)
35772024-08-12T21:07:59.250Z[ host-image] Aug 12 21:07:58.671 INFO O| Aug 12 21:07:58.671 INFO O| Actions: 1/22 actions (Installing new actions)
35782024-08-12T21:07:59.859Z[ host-image] Aug 12 21:07:59.280 INFO O| Aug 12 21:07:59.280 INFO O| Actions: Completed 22 actions in 0.61 seconds.
35792024-08-12T21:08:00.081Z[ host-image] Aug 12 21:07:59.502 INFO O| Aug 12 21:07:59.502 INFO O| Done
35802024-08-12T21:08:00.085Z[ host-image] Aug 12 21:07:59.502 INFO O| Aug 12 21:07:59.502 INFO O| Done
35812024-08-12T21:08:00.332Z[ recovery-image] Aug 12 21:07:59.753 INFO O| Aug 12 21:07:59.753 INFO O| Planning: Solver setup ... Done
35822024-08-12T21:08:00.336Z[ recovery-image] Aug 12 21:07:59.757 INFO O| Aug 12 21:07:59.756 INFO O| Planning: Running solver ... Done
35832024-08-12T21:08:00.371Z[ recovery-image] Aug 12 21:07:59.791 INFO O| Aug 12 21:07:59.791 INFO O| Planning: Finding local manifests ... Done
35842024-08-12T21:08:00.374Z[ recovery-image] Aug 12 21:07:59.792 INFO O| Aug 12 21:07:59.792 INFO O| Planning: Fetching manifests: 0/1 0% complete
35852024-08-12T21:08:00.413Z[ host-image] Aug 12 21:07:59.833 INFO O| Aug 12 21:07:59.833 INFO O| Done
35862024-08-12T21:08:00.491Z[ recovery-image] Aug 12 21:07:59.912 INFO O| Aug 12 21:07:59.912 INFO O| Planning: Fetching manifests: 1/1 100% complete
35872024-08-12T21:08:00.511Z[ recovery-image] Aug 12 21:07:59.932 INFO O| Aug 12 21:07:59.932 INFO O| Planning: Package planning ... Done
35882024-08-12T21:08:00.514Z[ recovery-image] Aug 12 21:07:59.932 INFO O| Aug 12 21:07:59.932 INFO O| Planning: Merging actions ... Done
35892024-08-12T21:08:00.544Z[ recovery-image] Aug 12 21:07:59.965 INFO O| Aug 12 21:07:59.965 INFO O| Planning: Checking for conflicting actions ... Done
35902024-08-12T21:08:00.547Z[ recovery-image] Aug 12 21:07:59.965 INFO O| Aug 12 21:07:59.965 INFO O| Planning: Consolidating action changes ... Done
35912024-08-12T21:08:00.674Z[ recovery-image] Aug 12 21:08:00.095 INFO O| Aug 12 21:08:00.095 INFO O| Planning: Evaluating mediators ... Done
35922024-08-12T21:08:00.674Z[ recovery-image] Aug 12 21:08:00.095 INFO O| Aug 12 21:08:00.095 INFO O| Planning: Planning completed in 1.64 seconds
35932024-08-12T21:08:00.684Z[ recovery-image] Aug 12 21:08:00.104 INFO O| Aug 12 21:08:00.097 INFO O| Packages to install: 1
35942024-08-12T21:08:00.712Z[ recovery-image] Aug 12 21:08:00.133 INFO O| Aug 12 21:08:00.133 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35952024-08-12T21:08:01.076Z[ recovery-image] Aug 12 21:08:00.497 INFO O| Aug 12 21:08:00.496 INFO O| Download: Completed 20.86 MB in 0.36 seconds (57.4M/s)
35962024-08-12T21:08:01.098Z[ recovery-image] Aug 12 21:08:00.519 INFO O| Aug 12 21:08:00.519 INFO O| Actions: 1/22 actions (Installing new actions)
35972024-08-12T21:08:01.669Z[ host-image] Aug 12 21:08:01.090 INFO O| Aug 12 21:08:01.090 INFO O| Done
35982024-08-12T21:08:01.692Z[ host-image] Aug 12 21:08:01.113 INFO O| Aug 12 21:08:01.113 INFO O| Done
35992024-08-12T21:08:01.692Z[ host-image] Aug 12 21:08:01.113 INFO O| Aug 12 21:08:01.113 INFO O| Done
36002024-08-12T21:08:01.702Z[ host-image] Aug 12 21:08:01.123 INFO O| Aug 12 21:08:01.123 INFO O| Done
36012024-08-12T21:08:01.732Z[ recovery-image] Aug 12 21:08:01.152 INFO O| Aug 12 21:08:01.152 INFO O| Actions: Completed 22 actions in 0.63 seconds.
36022024-08-12T21:08:01.796Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO STEP 14 (pkg_install) COMPLETE
36032024-08-12T21:08:01.796Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36042024-08-12T21:08:01.798Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO skip step because feature "mfg" is not enabled
36052024-08-12T21:08:01.798Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36062024-08-12T21:08:01.799Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO skip step because feature "compliance" is not enabled
36072024-08-12T21:08:01.799Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36082024-08-12T21:08:01.799Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO skip step because feature "stress" is not enabled
36092024-08-12T21:08:01.799Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36102024-08-12T21:08:01.799Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO skip step because feature "nfs" is not enabled
36112024-08-12T21:08:01.799Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
36122024-08-12T21:08:01.799Z[ host-image] Aug 12 21:08:01.216 INFO O| Aug 12 21:08:01.216 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
36132024-08-12T21:08:01.865Z[ host-image] Aug 12 21:08:01.286 INFO O| Aug 12 21:08:01.285 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36142024-08-12T21:08:01.938Z[ host-image] Aug 12 21:08:01.359 INFO O| Aug 12 21:08:01.359 INFO completed processing gimlet/ramdisk-01-os
36152024-08-12T21:08:01.941Z[ host-image] Aug 12 21:08:01.361 INFO omicron1 baseline generation...
36162024-08-12T21:08:01.941Z[ host-image] Aug 12 21:08:01.361 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
36172024-08-12T21:08:01.959Z[ recovery-image] Aug 12 21:08:01.380 INFO O| Aug 12 21:08:01.379 INFO O| Done
36182024-08-12T21:08:01.959Z[ recovery-image] Aug 12 21:08:01.380 INFO O| Aug 12 21:08:01.379 INFO O| Done
36192024-08-12T21:08:02.403Z[ recovery-image] Aug 12 21:08:01.824 INFO O| Aug 12 21:08:01.823 INFO O| Done
36202024-08-12T21:08:02.459Z[ host-image] Aug 12 21:08:01.880 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22811:20240812T141753Z
36212024-08-12T21:08:03.187Z[ recovery-image] Aug 12 21:08:02.607 INFO O| Aug 12 21:08:02.607 INFO O| Done
36222024-08-12T21:08:03.199Z[ recovery-image] Aug 12 21:08:02.619 INFO O| Aug 12 21:08:02.619 INFO O| Done
36232024-08-12T21:08:03.199Z[ recovery-image] Aug 12 21:08:02.619 INFO O| Aug 12 21:08:02.619 INFO O| Done
36242024-08-12T21:08:03.209Z[ recovery-image] Aug 12 21:08:02.629 INFO O| Aug 12 21:08:02.629 INFO O| Done
36252024-08-12T21:08:03.297Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO STEP 14 (pkg_install) COMPLETE
36262024-08-12T21:08:03.297Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36272024-08-12T21:08:03.300Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO skip step because feature "mfg" is not enabled
36282024-08-12T21:08:03.300Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36292024-08-12T21:08:03.300Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO skip step because feature "compliance" is not enabled
36302024-08-12T21:08:03.300Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36312024-08-12T21:08:03.300Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO skip step because feature "stress" is not enabled
36322024-08-12T21:08:03.300Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36332024-08-12T21:08:03.300Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO skip step because feature "nfs" is not enabled
36342024-08-12T21:08:03.300Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36352024-08-12T21:08:03.300Z[ recovery-image] Aug 12 21:08:02.717 INFO O| Aug 12 21:08:02.717 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36362024-08-12T21:08:03.380Z[ recovery-image] Aug 12 21:08:02.801 INFO O| Aug 12 21:08:02.801 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36372024-08-12T21:08:03.488Z[ recovery-image] Aug 12 21:08:02.909 INFO O| Aug 12 21:08:02.909 INFO completed processing gimlet/ramdisk-01-os
36382024-08-12T21:08:03.491Z[ recovery-image] Aug 12 21:08:02.911 INFO image builder template: ramdisk-02-trim...
36392024-08-12T21:08:03.491Z[ recovery-image] Aug 12 21:08:02.911 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/.tmpmNI4U7/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
36402024-08-12T21:08:03.514Z[ recovery-image] Aug 12 21:08:02.934 INFO O| Aug 12 21:08:02.934 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36412024-08-12T21:08:03.517Z[ recovery-image] Aug 12 21:08:02.938 INFO O| Aug 12 21:08:02.938 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36422024-08-12T21:08:03.566Z[ recovery-image] Aug 12 21:08:02.985 INFO O| Aug 12 21:08:02.985 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36432024-08-12T21:08:03.653Z[ recovery-image] Aug 12 21:08:03.073 INFO O| Aug 12 21:08:03.073 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36442024-08-12T21:08:03.653Z[ recovery-image] Aug 12 21:08:03.074 INFO O| Aug 12 21:08:03.074 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36452024-08-12T21:08:03.658Z[ recovery-image] Aug 12 21:08:03.079 INFO O| Aug 12 21:08:03.079 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36462024-08-12T21:08:03.662Z[ recovery-image] Aug 12 21:08:03.083 INFO O| Aug 12 21:08:03.083 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36472024-08-12T21:08:03.666Z[ recovery-image] Aug 12 21:08:03.087 INFO O| Aug 12 21:08:03.087 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36482024-08-12T21:08:03.865Z[ recovery-image] Aug 12 21:08:03.285 INFO O| Aug 12 21:08:03.285 INFO rolled back to input snapshot; work may begin
36492024-08-12T21:08:03.865Z[ recovery-image] Aug 12 21:08:03.285 INFO O| Aug 12 21:08:03.285 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36502024-08-12T21:08:03.870Z[ recovery-image] Aug 12 21:08:03.291 INFO O| Aug 12 21:08:03.291 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36512024-08-12T21:08:03.880Z[ recovery-image] Aug 12 21:08:03.301 INFO O| Aug 12 21:08:03.301 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36522024-08-12T21:08:03.929Z[ recovery-image] Aug 12 21:08:03.350 INFO O| Aug 12 21:08:03.350 INFO STEP 0 (remove_files) COMPLETE
36532024-08-12T21:08:03.930Z[ recovery-image] Aug 12 21:08:03.350 INFO O| Aug 12 21:08:03.350 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36542024-08-12T21:08:03.941Z[ recovery-image] Aug 12 21:08:03.360 INFO O| Aug 12 21:08:03.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36552024-08-12T21:08:03.944Z[ recovery-image] Aug 12 21:08:03.362 INFO O| Aug 12 21:08:03.362 INFO STEP 1 (remove_files) COMPLETE
36562024-08-12T21:08:03.944Z[ recovery-image] Aug 12 21:08:03.362 INFO O| Aug 12 21:08:03.362 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36572024-08-12T21:08:03.952Z[ recovery-image] Aug 12 21:08:03.372 INFO O| Aug 12 21:08:03.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36582024-08-12T21:08:03.966Z[ recovery-image] Aug 12 21:08:03.386 INFO O| Aug 12 21:08:03.386 INFO STEP 2 (remove_files) COMPLETE
36592024-08-12T21:08:03.966Z[ recovery-image] Aug 12 21:08:03.386 INFO O| Aug 12 21:08:03.386 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-08-12T21:08:03.977Z[ recovery-image] Aug 12 21:08:03.396 INFO O| Aug 12 21:08:03.396 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36612024-08-12T21:08:03.980Z[ recovery-image] Aug 12 21:08:03.398 INFO O| Aug 12 21:08:03.398 INFO STEP 3 (remove_files) COMPLETE
36622024-08-12T21:08:03.980Z[ recovery-image] Aug 12 21:08:03.398 INFO O| Aug 12 21:08:03.398 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-08-12T21:08:03.987Z[ recovery-image] Aug 12 21:08:03.408 INFO O| Aug 12 21:08:03.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36642024-08-12T21:08:03.991Z[ recovery-image] Aug 12 21:08:03.412 INFO O| Aug 12 21:08:03.412 INFO STEP 4 (remove_files) COMPLETE
36652024-08-12T21:08:03.994Z[ recovery-image] Aug 12 21:08:03.412 INFO O| Aug 12 21:08:03.412 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36662024-08-12T21:08:04.001Z[ recovery-image] Aug 12 21:08:03.421 INFO O| Aug 12 21:08:03.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36672024-08-12T21:08:04.004Z[ recovery-image] Aug 12 21:08:03.421 INFO O| Aug 12 21:08:03.421 INFO STEP 5 (remove_files) COMPLETE
36682024-08-12T21:08:04.004Z[ recovery-image] Aug 12 21:08:03.421 INFO O| Aug 12 21:08:03.421 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-08-12T21:08:04.010Z[ recovery-image] Aug 12 21:08:03.431 INFO O| Aug 12 21:08:03.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36702024-08-12T21:08:04.022Z[ recovery-image] Aug 12 21:08:03.442 INFO O| Aug 12 21:08:03.442 INFO STEP 6 (remove_files) COMPLETE
36712024-08-12T21:08:04.022Z[ recovery-image] Aug 12 21:08:03.442 INFO O| Aug 12 21:08:03.442 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36722024-08-12T21:08:04.025Z[ recovery-image] Aug 12 21:08:03.442 INFO O| Aug 12 21:08:03.442 INFO skip step because feature "recovery" is enabled
36732024-08-12T21:08:04.025Z[ recovery-image] Aug 12 21:08:03.442 INFO O| Aug 12 21:08:03.442 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-12T21:08:04.025Z[ recovery-image] Aug 12 21:08:03.442 INFO O| Aug 12 21:08:03.442 INFO skip step because feature "recovery" is enabled
36752024-08-12T21:08:04.025Z[ recovery-image] Aug 12 21:08:03.443 INFO O| Aug 12 21:08:03.442 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36762024-08-12T21:08:04.025Z[ recovery-image] Aug 12 21:08:03.443 INFO O| Aug 12 21:08:03.442 INFO skip step because feature "recovery" is enabled
36772024-08-12T21:08:04.025Z[ recovery-image] Aug 12 21:08:03.443 INFO O| Aug 12 21:08:03.442 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-08-12T21:08:04.032Z[ recovery-image] Aug 12 21:08:03.452 INFO O| Aug 12 21:08:03.452 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36792024-08-12T21:08:04.036Z[ recovery-image] Aug 12 21:08:03.456 INFO O| Aug 12 21:08:03.456 INFO STEP 10 (remove_files) COMPLETE
36802024-08-12T21:08:04.037Z[ recovery-image] Aug 12 21:08:03.456 INFO O| Aug 12 21:08:03.456 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-08-12T21:08:04.045Z[ recovery-image] Aug 12 21:08:03.465 INFO O| Aug 12 21:08:03.465 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36822024-08-12T21:08:04.047Z[ recovery-image] Aug 12 21:08:03.466 INFO O| Aug 12 21:08:03.466 INFO STEP 11 (remove_files) COMPLETE
36832024-08-12T21:08:04.048Z[ recovery-image] Aug 12 21:08:03.466 INFO O| Aug 12 21:08:03.466 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36842024-08-12T21:08:04.055Z[ recovery-image] Aug 12 21:08:03.475 INFO O| Aug 12 21:08:03.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36852024-08-12T21:08:04.057Z[ recovery-image] Aug 12 21:08:03.477 INFO O| Aug 12 21:08:03.477 INFO STEP 12 (remove_files) COMPLETE
36862024-08-12T21:08:04.057Z[ recovery-image] Aug 12 21:08:03.477 INFO O| Aug 12 21:08:03.477 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-08-12T21:08:04.077Z[ recovery-image] Aug 12 21:08:03.496 INFO O| Aug 12 21:08:03.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36882024-08-12T21:08:04.163Z[ recovery-image] Aug 12 21:08:03.583 INFO O| Aug 12 21:08:03.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36892024-08-12T21:08:04.166Z[ recovery-image] Aug 12 21:08:03.585 INFO O| Aug 12 21:08:03.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36902024-08-12T21:08:04.170Z[ recovery-image] Aug 12 21:08:03.591 INFO O| Aug 12 21:08:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36912024-08-12T21:08:04.182Z[ recovery-image] Aug 12 21:08:03.603 INFO O| Aug 12 21:08:03.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36922024-08-12T21:08:04.309Z[ recovery-image] Aug 12 21:08:03.727 INFO O| Aug 12 21:08:03.727 INFO STEP 13 (remove_files) COMPLETE
36932024-08-12T21:08:04.309Z[ recovery-image] Aug 12 21:08:03.727 INFO O| Aug 12 21:08:03.727 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36942024-08-12T21:08:04.317Z[ recovery-image] Aug 12 21:08:03.738 INFO O| Aug 12 21:08:03.738 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36952024-08-12T21:08:04.320Z[ recovery-image] Aug 12 21:08:03.739 INFO O| Aug 12 21:08:03.739 INFO STEP 14 (remove_files) COMPLETE
36962024-08-12T21:08:04.320Z[ recovery-image] Aug 12 21:08:03.739 INFO O| Aug 12 21:08:03.739 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36972024-08-12T21:08:04.328Z[ recovery-image] Aug 12 21:08:03.748 INFO O| Aug 12 21:08:03.748 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36982024-08-12T21:08:04.334Z[ recovery-image] Aug 12 21:08:03.755 INFO O| Aug 12 21:08:03.755 INFO STEP 15 (remove_files) COMPLETE
36992024-08-12T21:08:04.334Z[ recovery-image] Aug 12 21:08:03.755 INFO O| Aug 12 21:08:03.755 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37002024-08-12T21:08:04.344Z[ recovery-image] Aug 12 21:08:03.764 INFO O| Aug 12 21:08:03.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37012024-08-12T21:08:04.347Z[ recovery-image] Aug 12 21:08:03.765 INFO O| Aug 12 21:08:03.765 INFO STEP 16 (remove_files) COMPLETE
37022024-08-12T21:08:04.347Z[ recovery-image] Aug 12 21:08:03.765 INFO O| Aug 12 21:08:03.765 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-08-12T21:08:04.354Z[ recovery-image] Aug 12 21:08:03.774 INFO O| Aug 12 21:08:03.774 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37042024-08-12T21:08:04.357Z[ recovery-image] Aug 12 21:08:03.776 INFO O| Aug 12 21:08:03.776 INFO STEP 17 (remove_files) COMPLETE
37052024-08-12T21:08:04.357Z[ recovery-image] Aug 12 21:08:03.776 INFO O| Aug 12 21:08:03.776 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-08-12T21:08:04.368Z[ recovery-image] Aug 12 21:08:03.785 INFO O| Aug 12 21:08:03.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37072024-08-12T21:08:04.373Z[ recovery-image] Aug 12 21:08:03.785 INFO O| Aug 12 21:08:03.785 INFO STEP 18 (remove_files) COMPLETE
37082024-08-12T21:08:04.373Z[ recovery-image] Aug 12 21:08:03.785 INFO O| Aug 12 21:08:03.785 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-08-12T21:08:04.378Z[ recovery-image] Aug 12 21:08:03.795 INFO O| Aug 12 21:08:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37102024-08-12T21:08:04.378Z[ recovery-image] Aug 12 21:08:03.795 INFO O| Aug 12 21:08:03.795 INFO STEP 19 (remove_files) COMPLETE
37112024-08-12T21:08:04.379Z[ recovery-image] Aug 12 21:08:03.795 INFO O| Aug 12 21:08:03.795 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-08-12T21:08:04.384Z[ recovery-image] Aug 12 21:08:03.804 INFO O| Aug 12 21:08:03.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37132024-08-12T21:08:04.384Z[ recovery-image] Aug 12 21:08:03.804 INFO O| Aug 12 21:08:03.804 INFO STEP 20 (remove_files) COMPLETE
37142024-08-12T21:08:04.388Z[ recovery-image] Aug 12 21:08:03.804 INFO O| Aug 12 21:08:03.804 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-08-12T21:08:04.394Z[ recovery-image] Aug 12 21:08:03.814 INFO O| Aug 12 21:08:03.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37162024-08-12T21:08:04.394Z[ recovery-image] Aug 12 21:08:03.814 INFO O| Aug 12 21:08:03.814 INFO STEP 21 (remove_files) COMPLETE
37172024-08-12T21:08:04.398Z[ recovery-image] Aug 12 21:08:03.814 INFO O| Aug 12 21:08:03.814 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-08-12T21:08:04.404Z[ recovery-image] Aug 12 21:08:03.823 INFO O| Aug 12 21:08:03.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37192024-08-12T21:08:04.405Z[ recovery-image] Aug 12 21:08:03.824 INFO O| Aug 12 21:08:03.824 INFO STEP 22 (remove_files) COMPLETE
37202024-08-12T21:08:04.409Z[ recovery-image] Aug 12 21:08:03.824 INFO O| Aug 12 21:08:03.824 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-08-12T21:08:04.413Z[ recovery-image] Aug 12 21:08:03.833 INFO O| Aug 12 21:08:03.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37222024-08-12T21:08:04.413Z[ recovery-image] Aug 12 21:08:03.833 INFO O| Aug 12 21:08:03.833 INFO STEP 23 (remove_files) COMPLETE
37232024-08-12T21:08:04.413Z[ recovery-image] Aug 12 21:08:03.833 INFO O| Aug 12 21:08:03.833 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-08-12T21:08:04.423Z[ recovery-image] Aug 12 21:08:03.843 INFO O| Aug 12 21:08:03.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37252024-08-12T21:08:04.423Z[ recovery-image] Aug 12 21:08:03.843 INFO O| Aug 12 21:08:03.843 INFO STEP 24 (remove_files) COMPLETE
37262024-08-12T21:08:04.426Z[ recovery-image] Aug 12 21:08:03.843 INFO O| Aug 12 21:08:03.843 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37272024-08-12T21:08:04.432Z[ recovery-image] Aug 12 21:08:03.852 INFO O| Aug 12 21:08:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37282024-08-12T21:08:04.432Z[ recovery-image] Aug 12 21:08:03.852 INFO O| Aug 12 21:08:03.852 INFO STEP 25 (remove_files) COMPLETE
37292024-08-12T21:08:04.434Z[ recovery-image] Aug 12 21:08:03.852 INFO O| Aug 12 21:08:03.852 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37302024-08-12T21:08:04.441Z[ recovery-image] Aug 12 21:08:03.862 INFO O| Aug 12 21:08:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37312024-08-12T21:08:04.441Z[ recovery-image] Aug 12 21:08:03.862 INFO O| Aug 12 21:08:03.862 INFO STEP 26 (remove_files) COMPLETE
37322024-08-12T21:08:04.444Z[ recovery-image] Aug 12 21:08:03.862 INFO O| Aug 12 21:08:03.862 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37332024-08-12T21:08:04.451Z[ recovery-image] Aug 12 21:08:03.871 INFO O| Aug 12 21:08:03.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37342024-08-12T21:08:04.453Z[ recovery-image] Aug 12 21:08:03.871 INFO O| Aug 12 21:08:03.871 INFO STEP 27 (remove_files) COMPLETE
37352024-08-12T21:08:04.453Z[ recovery-image] Aug 12 21:08:03.871 INFO O| Aug 12 21:08:03.871 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-08-12T21:08:04.460Z[ recovery-image] Aug 12 21:08:03.881 INFO O| Aug 12 21:08:03.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37372024-08-12T21:08:04.463Z[ recovery-image] Aug 12 21:08:03.881 INFO O| Aug 12 21:08:03.881 INFO STEP 28 (remove_files) COMPLETE
37382024-08-12T21:08:04.463Z[ recovery-image] Aug 12 21:08:03.881 INFO O| Aug 12 21:08:03.881 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-08-12T21:08:04.470Z[ recovery-image] Aug 12 21:08:03.890 INFO O| Aug 12 21:08:03.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37402024-08-12T21:08:04.470Z[ recovery-image] Aug 12 21:08:03.890 INFO O| Aug 12 21:08:03.890 INFO STEP 29 (remove_files) COMPLETE
37412024-08-12T21:08:04.478Z[ recovery-image] Aug 12 21:08:03.890 INFO O| Aug 12 21:08:03.890 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-08-12T21:08:04.484Z[ recovery-image] Aug 12 21:08:03.900 INFO O| Aug 12 21:08:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37432024-08-12T21:08:04.484Z[ recovery-image] Aug 12 21:08:03.900 INFO O| Aug 12 21:08:03.900 INFO STEP 30 (remove_files) COMPLETE
37442024-08-12T21:08:04.484Z[ recovery-image] Aug 12 21:08:03.900 INFO O| Aug 12 21:08:03.900 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-08-12T21:08:04.489Z[ recovery-image] Aug 12 21:08:03.909 INFO O| Aug 12 21:08:03.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37462024-08-12T21:08:04.489Z[ recovery-image] Aug 12 21:08:03.909 INFO O| Aug 12 21:08:03.909 INFO STEP 31 (remove_files) COMPLETE
37472024-08-12T21:08:04.489Z[ recovery-image] Aug 12 21:08:03.909 INFO O| Aug 12 21:08:03.909 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-08-12T21:08:04.498Z[ recovery-image] Aug 12 21:08:03.919 INFO O| Aug 12 21:08:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37492024-08-12T21:08:04.502Z[ recovery-image] Aug 12 21:08:03.919 INFO O| Aug 12 21:08:03.919 INFO STEP 32 (remove_files) COMPLETE
37502024-08-12T21:08:04.502Z[ recovery-image] Aug 12 21:08:03.919 INFO O| Aug 12 21:08:03.919 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-08-12T21:08:04.507Z[ recovery-image] Aug 12 21:08:03.928 INFO O| Aug 12 21:08:03.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37522024-08-12T21:08:04.507Z[ recovery-image] Aug 12 21:08:03.928 INFO O| Aug 12 21:08:03.928 INFO STEP 33 (remove_files) COMPLETE
37532024-08-12T21:08:04.510Z[ recovery-image] Aug 12 21:08:03.928 INFO O| Aug 12 21:08:03.928 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-08-12T21:08:04.517Z[ recovery-image] Aug 12 21:08:03.938 INFO O| Aug 12 21:08:03.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37552024-08-12T21:08:04.520Z[ recovery-image] Aug 12 21:08:03.938 INFO O| Aug 12 21:08:03.938 INFO STEP 34 (remove_files) COMPLETE
37562024-08-12T21:08:04.520Z[ recovery-image] Aug 12 21:08:03.938 INFO O| Aug 12 21:08:03.938 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-08-12T21:08:04.526Z[ recovery-image] Aug 12 21:08:03.947 INFO O| Aug 12 21:08:03.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37582024-08-12T21:08:04.526Z[ recovery-image] Aug 12 21:08:03.947 INFO O| Aug 12 21:08:03.947 INFO STEP 35 (remove_files) COMPLETE
37592024-08-12T21:08:04.526Z[ recovery-image] Aug 12 21:08:03.947 INFO O| Aug 12 21:08:03.947 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-08-12T21:08:04.536Z[ recovery-image] Aug 12 21:08:03.956 INFO O| Aug 12 21:08:03.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37612024-08-12T21:08:04.536Z[ recovery-image] Aug 12 21:08:03.956 INFO O| Aug 12 21:08:03.956 INFO STEP 36 (remove_files) COMPLETE
37622024-08-12T21:08:04.536Z[ recovery-image] Aug 12 21:08:03.956 INFO O| Aug 12 21:08:03.956 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-08-12T21:08:04.546Z[ recovery-image] Aug 12 21:08:03.966 INFO O| Aug 12 21:08:03.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37642024-08-12T21:08:04.546Z[ recovery-image] Aug 12 21:08:03.966 INFO O| Aug 12 21:08:03.966 INFO STEP 37 (remove_files) COMPLETE
37652024-08-12T21:08:04.548Z[ recovery-image] Aug 12 21:08:03.966 INFO O| Aug 12 21:08:03.966 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-12T21:08:04.555Z[ recovery-image] Aug 12 21:08:03.976 INFO O| Aug 12 21:08:03.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37672024-08-12T21:08:04.555Z[ recovery-image] Aug 12 21:08:03.976 INFO O| Aug 12 21:08:03.976 INFO STEP 38 (remove_files) COMPLETE
37682024-08-12T21:08:04.555Z[ recovery-image] Aug 12 21:08:03.976 INFO O| Aug 12 21:08:03.976 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-12T21:08:04.565Z[ recovery-image] Aug 12 21:08:03.985 INFO O| Aug 12 21:08:03.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37702024-08-12T21:08:04.565Z[ recovery-image] Aug 12 21:08:03.986 INFO O| Aug 12 21:08:03.986 INFO STEP 39 (remove_files) COMPLETE
37712024-08-12T21:08:04.565Z[ recovery-image] Aug 12 21:08:03.986 INFO O| Aug 12 21:08:03.986 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-12T21:08:04.575Z[ recovery-image] Aug 12 21:08:03.995 INFO O| Aug 12 21:08:03.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37732024-08-12T21:08:04.575Z[ recovery-image] Aug 12 21:08:03.995 INFO O| Aug 12 21:08:03.995 INFO STEP 40 (remove_files) COMPLETE
37742024-08-12T21:08:04.577Z[ recovery-image] Aug 12 21:08:03.995 INFO O| Aug 12 21:08:03.995 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-12T21:08:04.585Z[ recovery-image] Aug 12 21:08:04.006 INFO O| Aug 12 21:08:04.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37762024-08-12T21:08:04.585Z[ recovery-image] Aug 12 21:08:04.006 INFO O| Aug 12 21:08:04.006 INFO STEP 41 (remove_files) COMPLETE
37772024-08-12T21:08:04.589Z[ recovery-image] Aug 12 21:08:04.006 INFO O| Aug 12 21:08:04.006 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-08-12T21:08:04.595Z[ recovery-image] Aug 12 21:08:04.016 INFO O| Aug 12 21:08:04.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37792024-08-12T21:08:04.598Z[ recovery-image] Aug 12 21:08:04.016 INFO O| Aug 12 21:08:04.016 INFO STEP 42 (remove_files) COMPLETE
37802024-08-12T21:08:04.598Z[ recovery-image] Aug 12 21:08:04.016 INFO O| Aug 12 21:08:04.016 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-08-12T21:08:04.605Z[ recovery-image] Aug 12 21:08:04.025 INFO O| Aug 12 21:08:04.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37822024-08-12T21:08:04.605Z[ recovery-image] Aug 12 21:08:04.026 INFO O| Aug 12 21:08:04.025 INFO STEP 43 (remove_files) COMPLETE
37832024-08-12T21:08:04.607Z[ recovery-image] Aug 12 21:08:04.026 INFO O| Aug 12 21:08:04.026 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-12T21:08:04.614Z[ recovery-image] Aug 12 21:08:04.035 INFO O| Aug 12 21:08:04.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37852024-08-12T21:08:04.617Z[ recovery-image] Aug 12 21:08:04.035 INFO O| Aug 12 21:08:04.035 INFO STEP 44 (remove_files) COMPLETE
37862024-08-12T21:08:04.617Z[ recovery-image] Aug 12 21:08:04.035 INFO O| Aug 12 21:08:04.035 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-08-12T21:08:04.624Z[ recovery-image] Aug 12 21:08:04.045 INFO O| Aug 12 21:08:04.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37882024-08-12T21:08:04.624Z[ recovery-image] Aug 12 21:08:04.045 INFO O| Aug 12 21:08:04.045 INFO STEP 45 (remove_files) COMPLETE
37892024-08-12T21:08:04.624Z[ recovery-image] Aug 12 21:08:04.045 INFO O| Aug 12 21:08:04.045 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-08-12T21:08:04.633Z[ recovery-image] Aug 12 21:08:04.054 INFO O| Aug 12 21:08:04.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37912024-08-12T21:08:04.633Z[ recovery-image] Aug 12 21:08:04.054 INFO O| Aug 12 21:08:04.054 INFO STEP 46 (remove_files) COMPLETE
37922024-08-12T21:08:04.633Z[ recovery-image] Aug 12 21:08:04.054 INFO O| Aug 12 21:08:04.054 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-08-12T21:08:04.643Z[ recovery-image] Aug 12 21:08:04.064 INFO O| Aug 12 21:08:04.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37942024-08-12T21:08:04.643Z[ recovery-image] Aug 12 21:08:04.064 INFO O| Aug 12 21:08:04.064 INFO STEP 47 (remove_files) COMPLETE
37952024-08-12T21:08:04.646Z[ recovery-image] Aug 12 21:08:04.064 INFO O| Aug 12 21:08:04.064 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-08-12T21:08:04.653Z[ recovery-image] Aug 12 21:08:04.073 INFO O| Aug 12 21:08:04.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37972024-08-12T21:08:04.653Z[ recovery-image] Aug 12 21:08:04.073 INFO O| Aug 12 21:08:04.073 INFO STEP 48 (remove_files) COMPLETE
37982024-08-12T21:08:04.653Z[ recovery-image] Aug 12 21:08:04.073 INFO O| Aug 12 21:08:04.073 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-08-12T21:08:04.662Z[ recovery-image] Aug 12 21:08:04.083 INFO O| Aug 12 21:08:04.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38002024-08-12T21:08:04.662Z[ recovery-image] Aug 12 21:08:04.083 INFO O| Aug 12 21:08:04.083 INFO STEP 49 (remove_files) COMPLETE
38012024-08-12T21:08:04.671Z[ recovery-image] Aug 12 21:08:04.083 INFO O| Aug 12 21:08:04.083 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38022024-08-12T21:08:04.675Z[ recovery-image] Aug 12 21:08:04.092 INFO O| Aug 12 21:08:04.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38032024-08-12T21:08:04.675Z[ recovery-image] Aug 12 21:08:04.092 INFO O| Aug 12 21:08:04.092 INFO STEP 50 (remove_files) COMPLETE
38042024-08-12T21:08:04.675Z[ recovery-image] Aug 12 21:08:04.092 INFO O| Aug 12 21:08:04.092 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-08-12T21:08:04.681Z[ recovery-image] Aug 12 21:08:04.101 INFO O| Aug 12 21:08:04.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38062024-08-12T21:08:04.681Z[ recovery-image] Aug 12 21:08:04.101 INFO O| Aug 12 21:08:04.101 INFO STEP 51 (remove_files) COMPLETE
38072024-08-12T21:08:04.683Z[ recovery-image] Aug 12 21:08:04.101 INFO O| Aug 12 21:08:04.101 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-08-12T21:08:04.690Z[ recovery-image] Aug 12 21:08:04.111 INFO O| Aug 12 21:08:04.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38092024-08-12T21:08:04.693Z[ recovery-image] Aug 12 21:08:04.111 INFO O| Aug 12 21:08:04.111 INFO STEP 52 (remove_files) COMPLETE
38102024-08-12T21:08:04.693Z[ recovery-image] Aug 12 21:08:04.111 INFO O| Aug 12 21:08:04.111 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38112024-08-12T21:08:04.700Z[ recovery-image] Aug 12 21:08:04.121 INFO O| Aug 12 21:08:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38122024-08-12T21:08:04.700Z[ recovery-image] Aug 12 21:08:04.121 INFO O| Aug 12 21:08:04.121 INFO STEP 53 (remove_files) COMPLETE
38132024-08-12T21:08:04.703Z[ recovery-image] Aug 12 21:08:04.121 INFO O| Aug 12 21:08:04.121 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-08-12T21:08:04.710Z[ recovery-image] Aug 12 21:08:04.130 INFO O| Aug 12 21:08:04.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38152024-08-12T21:08:04.710Z[ recovery-image] Aug 12 21:08:04.130 INFO O| Aug 12 21:08:04.130 INFO STEP 54 (remove_files) COMPLETE
38162024-08-12T21:08:04.712Z[ recovery-image] Aug 12 21:08:04.130 INFO O| Aug 12 21:08:04.130 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-08-12T21:08:04.719Z[ recovery-image] Aug 12 21:08:04.140 INFO O| Aug 12 21:08:04.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38182024-08-12T21:08:04.719Z[ recovery-image] Aug 12 21:08:04.140 INFO O| Aug 12 21:08:04.140 INFO STEP 55 (remove_files) COMPLETE
38192024-08-12T21:08:04.719Z[ recovery-image] Aug 12 21:08:04.140 INFO O| Aug 12 21:08:04.140 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-08-12T21:08:04.729Z[ recovery-image] Aug 12 21:08:04.149 INFO O| Aug 12 21:08:04.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38212024-08-12T21:08:04.729Z[ recovery-image] Aug 12 21:08:04.150 INFO O| Aug 12 21:08:04.150 INFO STEP 56 (remove_files) COMPLETE
38222024-08-12T21:08:04.731Z[ recovery-image] Aug 12 21:08:04.150 INFO O| Aug 12 21:08:04.150 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-08-12T21:08:04.738Z[ recovery-image] Aug 12 21:08:04.159 INFO O| Aug 12 21:08:04.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38242024-08-12T21:08:04.738Z[ recovery-image] Aug 12 21:08:04.159 INFO O| Aug 12 21:08:04.159 INFO STEP 57 (remove_files) COMPLETE
38252024-08-12T21:08:04.738Z[ recovery-image] Aug 12 21:08:04.159 INFO O| Aug 12 21:08:04.159 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-08-12T21:08:04.748Z[ recovery-image] Aug 12 21:08:04.169 INFO O| Aug 12 21:08:04.169 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38272024-08-12T21:08:04.748Z[ recovery-image] Aug 12 21:08:04.169 INFO O| Aug 12 21:08:04.169 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38282024-08-12T21:08:04.751Z[ recovery-image] Aug 12 21:08:04.169 INFO O| Aug 12 21:08:04.169 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38292024-08-12T21:08:04.751Z[ recovery-image] Aug 12 21:08:04.169 INFO O| Aug 12 21:08:04.169 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38302024-08-12T21:08:04.751Z[ recovery-image] Aug 12 21:08:04.169 INFO O| Aug 12 21:08:04.169 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38312024-08-12T21:08:04.751Z[ recovery-image] Aug 12 21:08:04.169 INFO O| Aug 12 21:08:04.169 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38322024-08-12T21:08:04.751Z[ recovery-image] Aug 12 21:08:04.169 INFO O| Aug 12 21:08:04.169 INFO ok!
38332024-08-12T21:08:04.751Z[ recovery-image] Aug 12 21:08:04.169 INFO O| Aug 12 21:08:04.169 INFO STEP 58 (ensure_file) COMPLETE
38342024-08-12T21:08:04.751Z[ recovery-image] Aug 12 21:08:04.169 INFO O| Aug 12 21:08:04.169 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-08-12T21:08:04.758Z[ recovery-image] Aug 12 21:08:04.179 INFO O| Aug 12 21:08:04.179 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38362024-08-12T21:08:04.758Z[ recovery-image] Aug 12 21:08:04.179 INFO O| Aug 12 21:08:04.179 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38372024-08-12T21:08:04.761Z[ recovery-image] Aug 12 21:08:04.179 INFO O| Aug 12 21:08:04.179 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38382024-08-12T21:08:04.761Z[ recovery-image] Aug 12 21:08:04.179 INFO O| Aug 12 21:08:04.179 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38392024-08-12T21:08:04.761Z[ recovery-image] Aug 12 21:08:04.179 INFO O| Aug 12 21:08:04.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38402024-08-12T21:08:04.761Z[ recovery-image] Aug 12 21:08:04.179 INFO O| Aug 12 21:08:04.179 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38412024-08-12T21:08:04.761Z[ recovery-image] Aug 12 21:08:04.179 INFO O| Aug 12 21:08:04.179 INFO ok!
38422024-08-12T21:08:04.761Z[ recovery-image] Aug 12 21:08:04.179 INFO O| Aug 12 21:08:04.179 INFO STEP 59 (ensure_file) COMPLETE
38432024-08-12T21:08:04.761Z[ recovery-image] Aug 12 21:08:04.179 INFO O| Aug 12 21:08:04.179 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-08-12T21:08:04.768Z[ recovery-image] Aug 12 21:08:04.189 INFO O| Aug 12 21:08:04.189 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38452024-08-12T21:08:04.773Z[ recovery-image] Aug 12 21:08:04.189 INFO O| Aug 12 21:08:04.189 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38462024-08-12T21:08:04.773Z[ recovery-image] Aug 12 21:08:04.189 INFO O| Aug 12 21:08:04.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38472024-08-12T21:08:04.773Z[ recovery-image] Aug 12 21:08:04.189 INFO O| Aug 12 21:08:04.189 INFO ok!
38482024-08-12T21:08:04.773Z[ recovery-image] Aug 12 21:08:04.189 INFO O| Aug 12 21:08:04.189 INFO STEP 60 (ensure_file) COMPLETE
38492024-08-12T21:08:04.773Z[ recovery-image] Aug 12 21:08:04.189 INFO O| Aug 12 21:08:04.189 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-08-12T21:08:04.779Z[ recovery-image] Aug 12 21:08:04.199 INFO O| Aug 12 21:08:04.199 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38512024-08-12T21:08:04.779Z[ recovery-image] Aug 12 21:08:04.199 INFO O| Aug 12 21:08:04.199 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38522024-08-12T21:08:04.782Z[ recovery-image] Aug 12 21:08:04.199 INFO O| Aug 12 21:08:04.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38532024-08-12T21:08:04.782Z[ recovery-image] Aug 12 21:08:04.199 INFO O| Aug 12 21:08:04.199 INFO ok!
38542024-08-12T21:08:04.782Z[ recovery-image] Aug 12 21:08:04.199 INFO O| Aug 12 21:08:04.199 INFO STEP 61 (ensure_file) COMPLETE
38552024-08-12T21:08:04.782Z[ recovery-image] Aug 12 21:08:04.199 INFO O| Aug 12 21:08:04.199 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-08-12T21:08:04.788Z[ recovery-image] Aug 12 21:08:04.208 INFO O| Aug 12 21:08:04.208 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38572024-08-12T21:08:04.788Z[ recovery-image] Aug 12 21:08:04.209 INFO O| Aug 12 21:08:04.208 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38582024-08-12T21:08:04.790Z[ recovery-image] Aug 12 21:08:04.209 INFO O| Aug 12 21:08:04.209 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38592024-08-12T21:08:04.790Z[ recovery-image] Aug 12 21:08:04.209 INFO O| Aug 12 21:08:04.209 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38602024-08-12T21:08:04.790Z[ recovery-image] Aug 12 21:08:04.209 INFO O| Aug 12 21:08:04.209 INFO ok!
38612024-08-12T21:08:04.790Z[ recovery-image] Aug 12 21:08:04.209 INFO O| Aug 12 21:08:04.209 INFO STEP 62 (ensure_file) COMPLETE
38622024-08-12T21:08:04.790Z[ recovery-image] Aug 12 21:08:04.209 INFO O| Aug 12 21:08:04.209 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-08-12T21:08:04.798Z[ recovery-image] Aug 12 21:08:04.218 INFO O| Aug 12 21:08:04.218 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38642024-08-12T21:08:04.798Z[ recovery-image] Aug 12 21:08:04.218 INFO O| Aug 12 21:08:04.218 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38652024-08-12T21:08:04.800Z[ recovery-image] Aug 12 21:08:04.218 INFO O| Aug 12 21:08:04.218 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38662024-08-12T21:08:04.800Z[ recovery-image] Aug 12 21:08:04.218 INFO O| Aug 12 21:08:04.218 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38672024-08-12T21:08:04.800Z[ recovery-image] Aug 12 21:08:04.218 INFO O| Aug 12 21:08:04.218 INFO ok!
38682024-08-12T21:08:04.800Z[ recovery-image] Aug 12 21:08:04.218 INFO O| Aug 12 21:08:04.218 INFO STEP 63 (ensure_file) COMPLETE
38692024-08-12T21:08:04.800Z[ recovery-image] Aug 12 21:08:04.219 INFO O| Aug 12 21:08:04.218 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-08-12T21:08:04.807Z[ recovery-image] Aug 12 21:08:04.228 INFO O| Aug 12 21:08:04.228 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38712024-08-12T21:08:04.808Z[ recovery-image] Aug 12 21:08:04.228 INFO O| Aug 12 21:08:04.228 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38722024-08-12T21:08:04.808Z[ recovery-image] Aug 12 21:08:04.228 INFO O| Aug 12 21:08:04.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38732024-08-12T21:08:04.810Z[ recovery-image] Aug 12 21:08:04.228 INFO O| Aug 12 21:08:04.228 INFO ok!
38742024-08-12T21:08:04.810Z[ recovery-image] Aug 12 21:08:04.228 INFO O| Aug 12 21:08:04.228 INFO STEP 64 (assemble_files) COMPLETE
38752024-08-12T21:08:04.810Z[ recovery-image] Aug 12 21:08:04.228 INFO O| Aug 12 21:08:04.228 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-08-12T21:08:04.817Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38772024-08-12T21:08:04.817Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38782024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38792024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38802024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO ok!
38812024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO STEP 65 (ensure_file) COMPLETE
38822024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO skip step because feature "omicron1" is not enabled
38842024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO skip step because feature "omicron1" is not enabled
38862024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO skip step because feature "omicron1" is not enabled
38882024-08-12T21:08:04.820Z[ recovery-image] Aug 12 21:08:04.238 INFO O| Aug 12 21:08:04.238 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-08-12T21:08:04.834Z[ recovery-image] Aug 12 21:08:04.254 INFO O| Aug 12 21:08:04.254 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38902024-08-12T21:08:04.834Z[ recovery-image] Aug 12 21:08:04.254 INFO O| Aug 12 21:08:04.254 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38912024-08-12T21:08:06.362Z[ recovery-image] Aug 12 21:08:05.782 INFO O| Aug 12 21:08:05.782 INFO STEP 69 (pack_tar) COMPLETE
38922024-08-12T21:08:06.362Z[ recovery-image] Aug 12 21:08:05.782 INFO O| Aug 12 21:08:05.782 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38932024-08-12T21:08:06.365Z[ recovery-image] Aug 12 21:08:05.782 INFO O| Aug 12 21:08:05.782 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38942024-08-12T21:08:06.839Z[ recovery-image] Aug 12 21:08:06.259 INFO O| Aug 12 21:08:06.259 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38952024-08-12T21:08:06.891Z[ recovery-image] Aug 12 21:08:06.312 INFO O| Aug 12 21:08:06.311 INFO completed processing gimlet/ramdisk-02-trim
38962024-08-12T21:08:06.894Z[ recovery-image] Aug 12 21:08:06.314 INFO image builder template: ramdisk-03-recovery-trim...
38972024-08-12T21:08:06.894Z[ recovery-image] Aug 12 21:08:06.314 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/.tmpmNI4U7/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
38982024-08-12T21:08:06.959Z[ recovery-image] Aug 12 21:08:06.379 INFO O| Aug 12 21:08:06.379 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38992024-08-12T21:08:06.963Z[ recovery-image] Aug 12 21:08:06.383 INFO O| Aug 12 21:08:06.383 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39002024-08-12T21:08:07.008Z[ recovery-image] Aug 12 21:08:06.428 INFO O| Aug 12 21:08:06.428 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39012024-08-12T21:08:07.057Z[ recovery-image] Aug 12 21:08:06.476 INFO O| Aug 12 21:08:06.476 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39022024-08-12T21:08:07.059Z[ recovery-image] Aug 12 21:08:06.477 INFO O| Aug 12 21:08:06.477 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39032024-08-12T21:08:07.065Z[ recovery-image] Aug 12 21:08:06.486 INFO O| Aug 12 21:08:06.486 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39042024-08-12T21:08:07.070Z[ recovery-image] Aug 12 21:08:06.490 INFO O| Aug 12 21:08:06.490 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39052024-08-12T21:08:07.075Z[ recovery-image] Aug 12 21:08:06.495 INFO O| Aug 12 21:08:06.495 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39062024-08-12T21:08:07.267Z[ recovery-image] Aug 12 21:08:06.687 INFO O| Aug 12 21:08:06.687 INFO rolled back to input snapshot; work may begin
39072024-08-12T21:08:07.267Z[ recovery-image] Aug 12 21:08:06.687 INFO O| Aug 12 21:08:06.687 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39082024-08-12T21:08:07.274Z[ recovery-image] Aug 12 21:08:06.694 INFO O| Aug 12 21:08:06.694 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39092024-08-12T21:08:07.284Z[ recovery-image] Aug 12 21:08:06.704 INFO O| Aug 12 21:08:06.704 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39102024-08-12T21:08:07.287Z[ recovery-image] Aug 12 21:08:06.708 INFO O| Aug 12 21:08:06.707 INFO STEP 0 (remove_files) COMPLETE
39112024-08-12T21:08:07.290Z[ recovery-image] Aug 12 21:08:06.708 INFO O| Aug 12 21:08:06.708 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39122024-08-12T21:08:07.297Z[ recovery-image] Aug 12 21:08:06.718 INFO O| Aug 12 21:08:06.717 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39132024-08-12T21:08:07.349Z[ recovery-image] Aug 12 21:08:06.769 INFO O| Aug 12 21:08:06.769 INFO STEP 1 (remove_files) COMPLETE
39142024-08-12T21:08:07.349Z[ recovery-image] Aug 12 21:08:06.769 INFO O| Aug 12 21:08:06.769 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39152024-08-12T21:08:07.360Z[ recovery-image] Aug 12 21:08:06.780 INFO O| Aug 12 21:08:06.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39162024-08-12T21:08:07.363Z[ recovery-image] Aug 12 21:08:06.783 INFO O| Aug 12 21:08:06.783 INFO STEP 2 (remove_files) COMPLETE
39172024-08-12T21:08:07.363Z[ recovery-image] Aug 12 21:08:06.783 INFO O| Aug 12 21:08:06.783 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39182024-08-12T21:08:07.372Z[ recovery-image] Aug 12 21:08:06.792 INFO O| Aug 12 21:08:06.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39192024-08-12T21:08:07.412Z[ recovery-image] Aug 12 21:08:06.832 INFO O| Aug 12 21:08:06.832 INFO STEP 3 (remove_files) COMPLETE
39202024-08-12T21:08:07.412Z[ recovery-image] Aug 12 21:08:06.832 INFO O| Aug 12 21:08:06.832 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39212024-08-12T21:08:07.424Z[ recovery-image] Aug 12 21:08:06.844 INFO O| Aug 12 21:08:06.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39222024-08-12T21:08:07.438Z[ recovery-image] Aug 12 21:08:06.857 INFO O| Aug 12 21:08:06.857 INFO STEP 4 (remove_files) COMPLETE
39232024-08-12T21:08:07.439Z[ recovery-image] Aug 12 21:08:06.857 INFO O| Aug 12 21:08:06.857 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39242024-08-12T21:08:07.448Z[ recovery-image] Aug 12 21:08:06.869 INFO O| Aug 12 21:08:06.869 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39252024-08-12T21:08:07.452Z[ recovery-image] Aug 12 21:08:06.873 INFO O| Aug 12 21:08:06.873 INFO STEP 5 (remove_files) COMPLETE
39262024-08-12T21:08:07.455Z[ recovery-image] Aug 12 21:08:06.873 INFO O| Aug 12 21:08:06.873 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39272024-08-12T21:08:07.463Z[ recovery-image] Aug 12 21:08:06.883 INFO O| Aug 12 21:08:06.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39282024-08-12T21:08:07.465Z[ recovery-image] Aug 12 21:08:06.885 INFO O| Aug 12 21:08:06.885 INFO STEP 6 (remove_files) COMPLETE
39292024-08-12T21:08:07.466Z[ recovery-image] Aug 12 21:08:06.885 INFO O| Aug 12 21:08:06.885 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39302024-08-12T21:08:07.475Z[ recovery-image] Aug 12 21:08:06.895 INFO O| Aug 12 21:08:06.895 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39312024-08-12T21:08:07.478Z[ recovery-image] Aug 12 21:08:06.897 INFO O| Aug 12 21:08:06.897 INFO STEP 7 (remove_files) COMPLETE
39322024-08-12T21:08:07.478Z[ recovery-image] Aug 12 21:08:06.897 INFO O| Aug 12 21:08:06.897 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39332024-08-12T21:08:07.486Z[ recovery-image] Aug 12 21:08:06.907 INFO O| Aug 12 21:08:06.906 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39342024-08-12T21:08:07.493Z[ recovery-image] Aug 12 21:08:06.913 INFO O| Aug 12 21:08:06.913 INFO STEP 8 (remove_files) COMPLETE
39352024-08-12T21:08:07.493Z[ recovery-image] Aug 12 21:08:06.913 INFO O| Aug 12 21:08:06.913 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39362024-08-12T21:08:07.503Z[ recovery-image] Aug 12 21:08:06.923 INFO O| Aug 12 21:08:06.923 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39372024-08-12T21:08:07.506Z[ recovery-image] Aug 12 21:08:06.923 INFO O| Aug 12 21:08:06.923 INFO STEP 9 (remove_files) COMPLETE
39382024-08-12T21:08:07.506Z[ recovery-image] Aug 12 21:08:06.923 INFO O| Aug 12 21:08:06.923 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39392024-08-12T21:08:07.513Z[ recovery-image] Aug 12 21:08:06.933 INFO O| Aug 12 21:08:06.933 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39402024-08-12T21:08:07.515Z[ recovery-image] Aug 12 21:08:06.934 INFO O| Aug 12 21:08:06.934 INFO STEP 10 (remove_files) COMPLETE
39412024-08-12T21:08:07.515Z[ recovery-image] Aug 12 21:08:06.934 INFO O| Aug 12 21:08:06.934 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39422024-08-12T21:08:07.523Z[ recovery-image] Aug 12 21:08:06.943 INFO O| Aug 12 21:08:06.943 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39432024-08-12T21:08:07.582Z[ recovery-image] Aug 12 21:08:07.002 INFO O| Aug 12 21:08:07.002 INFO STEP 11 (remove_files) COMPLETE
39442024-08-12T21:08:07.582Z[ recovery-image] Aug 12 21:08:07.002 INFO O| Aug 12 21:08:07.002 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39452024-08-12T21:08:07.593Z[ recovery-image] Aug 12 21:08:07.014 INFO O| Aug 12 21:08:07.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39462024-08-12T21:08:07.596Z[ recovery-image] Aug 12 21:08:07.016 INFO O| Aug 12 21:08:07.016 INFO STEP 12 (remove_files) COMPLETE
39472024-08-12T21:08:07.596Z[ recovery-image] Aug 12 21:08:07.016 INFO O| Aug 12 21:08:07.016 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39482024-08-12T21:08:07.606Z[ recovery-image] Aug 12 21:08:07.026 INFO O| Aug 12 21:08:07.026 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39492024-08-12T21:08:07.608Z[ recovery-image] Aug 12 21:08:07.029 INFO O| Aug 12 21:08:07.029 INFO STEP 13 (remove_files) COMPLETE
39502024-08-12T21:08:07.608Z[ recovery-image] Aug 12 21:08:07.029 INFO O| Aug 12 21:08:07.029 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-08-12T21:08:07.619Z[ recovery-image] Aug 12 21:08:07.039 INFO O| Aug 12 21:08:07.039 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39522024-08-12T21:08:07.622Z[ recovery-image] Aug 12 21:08:07.040 INFO O| Aug 12 21:08:07.040 INFO STEP 14 (remove_files) COMPLETE
39532024-08-12T21:08:07.622Z[ recovery-image] Aug 12 21:08:07.040 INFO O| Aug 12 21:08:07.040 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-12T21:08:07.629Z[ recovery-image] Aug 12 21:08:07.049 INFO O| Aug 12 21:08:07.049 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39552024-08-12T21:08:07.632Z[ recovery-image] Aug 12 21:08:07.050 INFO O| Aug 12 21:08:07.050 INFO STEP 15 (remove_files) COMPLETE
39562024-08-12T21:08:07.632Z[ recovery-image] Aug 12 21:08:07.050 INFO O| Aug 12 21:08:07.050 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-12T21:08:07.640Z[ recovery-image] Aug 12 21:08:07.060 INFO O| Aug 12 21:08:07.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39582024-08-12T21:08:07.648Z[ recovery-image] Aug 12 21:08:07.069 INFO O| Aug 12 21:08:07.069 INFO STEP 16 (remove_files) COMPLETE
39592024-08-12T21:08:07.651Z[ recovery-image] Aug 12 21:08:07.069 INFO O| Aug 12 21:08:07.069 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-08-12T21:08:07.658Z[ recovery-image] Aug 12 21:08:07.079 INFO O| Aug 12 21:08:07.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39612024-08-12T21:08:07.661Z[ recovery-image] Aug 12 21:08:07.079 INFO O| Aug 12 21:08:07.079 INFO STEP 17 (remove_files) COMPLETE
39622024-08-12T21:08:07.661Z[ recovery-image] Aug 12 21:08:07.079 INFO O| Aug 12 21:08:07.079 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-08-12T21:08:07.668Z[ recovery-image] Aug 12 21:08:07.089 INFO O| Aug 12 21:08:07.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39642024-08-12T21:08:07.671Z[ recovery-image] Aug 12 21:08:07.089 INFO O| Aug 12 21:08:07.089 INFO STEP 18 (remove_files) COMPLETE
39652024-08-12T21:08:07.671Z[ recovery-image] Aug 12 21:08:07.089 INFO O| Aug 12 21:08:07.089 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-12T21:08:07.678Z[ recovery-image] Aug 12 21:08:07.099 INFO O| Aug 12 21:08:07.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39672024-08-12T21:08:07.723Z[ recovery-image] Aug 12 21:08:07.143 INFO O| Aug 12 21:08:07.143 INFO STEP 19 (remove_files) COMPLETE
39682024-08-12T21:08:07.723Z[ recovery-image] Aug 12 21:08:07.143 INFO O| Aug 12 21:08:07.143 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-12T21:08:07.734Z[ recovery-image] Aug 12 21:08:07.155 INFO O| Aug 12 21:08:07.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39702024-08-12T21:08:07.737Z[ recovery-image] Aug 12 21:08:07.156 INFO O| Aug 12 21:08:07.156 INFO STEP 20 (remove_files) COMPLETE
39712024-08-12T21:08:07.737Z[ recovery-image] Aug 12 21:08:07.156 INFO O| Aug 12 21:08:07.156 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-12T21:08:07.746Z[ recovery-image] Aug 12 21:08:07.166 INFO O| Aug 12 21:08:07.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39732024-08-12T21:08:07.749Z[ recovery-image] Aug 12 21:08:07.168 INFO O| Aug 12 21:08:07.168 INFO STEP 21 (remove_files) COMPLETE
39742024-08-12T21:08:07.749Z[ recovery-image] Aug 12 21:08:07.168 INFO O| Aug 12 21:08:07.168 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-12T21:08:07.757Z[ recovery-image] Aug 12 21:08:07.178 INFO O| Aug 12 21:08:07.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39762024-08-12T21:08:07.760Z[ recovery-image] Aug 12 21:08:07.178 INFO O| Aug 12 21:08:07.178 INFO STEP 22 (remove_files) COMPLETE
39772024-08-12T21:08:07.760Z[ recovery-image] Aug 12 21:08:07.178 INFO O| Aug 12 21:08:07.178 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-12T21:08:07.768Z[ recovery-image] Aug 12 21:08:07.188 INFO O| Aug 12 21:08:07.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39792024-08-12T21:08:07.768Z[ recovery-image] Aug 12 21:08:07.188 INFO O| Aug 12 21:08:07.188 INFO STEP 23 (remove_files) COMPLETE
39802024-08-12T21:08:07.768Z[ recovery-image] Aug 12 21:08:07.188 INFO O| Aug 12 21:08:07.188 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-12T21:08:07.778Z[ recovery-image] Aug 12 21:08:07.198 INFO O| Aug 12 21:08:07.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39822024-08-12T21:08:07.781Z[ recovery-image] Aug 12 21:08:07.199 INFO O| Aug 12 21:08:07.199 INFO STEP 24 (remove_files) COMPLETE
39832024-08-12T21:08:07.781Z[ recovery-image] Aug 12 21:08:07.199 INFO O| Aug 12 21:08:07.199 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-12T21:08:07.790Z[ recovery-image] Aug 12 21:08:07.210 INFO O| Aug 12 21:08:07.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39852024-08-12T21:08:07.793Z[ recovery-image] Aug 12 21:08:07.211 INFO O| Aug 12 21:08:07.211 INFO STEP 25 (remove_files) COMPLETE
39862024-08-12T21:08:07.793Z[ recovery-image] Aug 12 21:08:07.211 INFO O| Aug 12 21:08:07.211 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-12T21:08:07.801Z[ recovery-image] Aug 12 21:08:07.221 INFO O| Aug 12 21:08:07.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39882024-08-12T21:08:07.803Z[ recovery-image] Aug 12 21:08:07.222 INFO O| Aug 12 21:08:07.221 INFO STEP 26 (remove_files) COMPLETE
39892024-08-12T21:08:07.803Z[ recovery-image] Aug 12 21:08:07.222 INFO O| Aug 12 21:08:07.222 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-12T21:08:07.811Z[ recovery-image] Aug 12 21:08:07.231 INFO O| Aug 12 21:08:07.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39912024-08-12T21:08:07.814Z[ recovery-image] Aug 12 21:08:07.231 INFO O| Aug 12 21:08:07.231 INFO STEP 27 (remove_files) COMPLETE
39922024-08-12T21:08:07.814Z[ recovery-image] Aug 12 21:08:07.231 INFO O| Aug 12 21:08:07.231 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-12T21:08:07.821Z[ recovery-image] Aug 12 21:08:07.241 INFO O| Aug 12 21:08:07.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39942024-08-12T21:08:07.823Z[ recovery-image] Aug 12 21:08:07.241 INFO O| Aug 12 21:08:07.241 INFO STEP 28 (remove_files) COMPLETE
39952024-08-12T21:08:07.823Z[ recovery-image] Aug 12 21:08:07.241 INFO O| Aug 12 21:08:07.241 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-12T21:08:07.831Z[ recovery-image] Aug 12 21:08:07.251 INFO O| Aug 12 21:08:07.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39972024-08-12T21:08:07.831Z[ recovery-image] Aug 12 21:08:07.251 INFO O| Aug 12 21:08:07.251 INFO STEP 29 (remove_files) COMPLETE
39982024-08-12T21:08:07.831Z[ recovery-image] Aug 12 21:08:07.251 INFO O| Aug 12 21:08:07.251 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-12T21:08:07.840Z[ recovery-image] Aug 12 21:08:07.261 INFO O| Aug 12 21:08:07.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40002024-08-12T21:08:07.843Z[ recovery-image] Aug 12 21:08:07.261 INFO O| Aug 12 21:08:07.261 INFO STEP 30 (remove_files) COMPLETE
40012024-08-12T21:08:07.843Z[ recovery-image] Aug 12 21:08:07.261 INFO O| Aug 12 21:08:07.261 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-12T21:08:07.850Z[ recovery-image] Aug 12 21:08:07.271 INFO O| Aug 12 21:08:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40032024-08-12T21:08:07.850Z[ recovery-image] Aug 12 21:08:07.271 INFO O| Aug 12 21:08:07.271 INFO STEP 31 (remove_files) COMPLETE
40042024-08-12T21:08:07.853Z[ recovery-image] Aug 12 21:08:07.271 INFO O| Aug 12 21:08:07.271 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-12T21:08:07.860Z[ recovery-image] Aug 12 21:08:07.281 INFO O| Aug 12 21:08:07.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40062024-08-12T21:08:07.860Z[ recovery-image] Aug 12 21:08:07.281 INFO O| Aug 12 21:08:07.281 INFO STEP 32 (remove_files) COMPLETE
40072024-08-12T21:08:07.863Z[ recovery-image] Aug 12 21:08:07.281 INFO O| Aug 12 21:08:07.281 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-12T21:08:07.870Z[ recovery-image] Aug 12 21:08:07.290 INFO O| Aug 12 21:08:07.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40092024-08-12T21:08:07.870Z[ recovery-image] Aug 12 21:08:07.290 INFO O| Aug 12 21:08:07.290 INFO STEP 33 (remove_files) COMPLETE
40102024-08-12T21:08:07.873Z[ recovery-image] Aug 12 21:08:07.290 INFO O| Aug 12 21:08:07.290 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-12T21:08:07.879Z[ recovery-image] Aug 12 21:08:07.300 INFO O| Aug 12 21:08:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40122024-08-12T21:08:07.880Z[ recovery-image] Aug 12 21:08:07.300 INFO O| Aug 12 21:08:07.300 INFO STEP 34 (remove_files) COMPLETE
40132024-08-12T21:08:07.882Z[ recovery-image] Aug 12 21:08:07.300 INFO O| Aug 12 21:08:07.300 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-12T21:08:07.889Z[ recovery-image] Aug 12 21:08:07.310 INFO O| Aug 12 21:08:07.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40152024-08-12T21:08:07.893Z[ recovery-image] Aug 12 21:08:07.310 INFO O| Aug 12 21:08:07.310 INFO STEP 35 (remove_files) COMPLETE
40162024-08-12T21:08:07.893Z[ recovery-image] Aug 12 21:08:07.310 INFO O| Aug 12 21:08:07.310 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-12T21:08:07.900Z[ recovery-image] Aug 12 21:08:07.320 INFO O| Aug 12 21:08:07.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40182024-08-12T21:08:07.902Z[ recovery-image] Aug 12 21:08:07.320 INFO O| Aug 12 21:08:07.320 INFO STEP 36 (remove_files) COMPLETE
40192024-08-12T21:08:07.902Z[ recovery-image] Aug 12 21:08:07.320 INFO O| Aug 12 21:08:07.320 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-12T21:08:07.909Z[ recovery-image] Aug 12 21:08:07.330 INFO O| Aug 12 21:08:07.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40212024-08-12T21:08:07.909Z[ recovery-image] Aug 12 21:08:07.330 INFO O| Aug 12 21:08:07.330 INFO STEP 37 (remove_files) COMPLETE
40222024-08-12T21:08:07.912Z[ recovery-image] Aug 12 21:08:07.330 INFO O| Aug 12 21:08:07.330 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-12T21:08:07.919Z[ recovery-image] Aug 12 21:08:07.339 INFO O| Aug 12 21:08:07.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40242024-08-12T21:08:07.922Z[ recovery-image] Aug 12 21:08:07.340 INFO O| Aug 12 21:08:07.340 INFO STEP 38 (remove_files) COMPLETE
40252024-08-12T21:08:07.922Z[ recovery-image] Aug 12 21:08:07.340 INFO O| Aug 12 21:08:07.340 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-12T21:08:07.929Z[ recovery-image] Aug 12 21:08:07.350 INFO O| Aug 12 21:08:07.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40272024-08-12T21:08:07.929Z[ recovery-image] Aug 12 21:08:07.350 INFO O| Aug 12 21:08:07.350 INFO STEP 39 (remove_files) COMPLETE
40282024-08-12T21:08:07.929Z[ recovery-image] Aug 12 21:08:07.350 INFO O| Aug 12 21:08:07.350 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-12T21:08:07.939Z[ recovery-image] Aug 12 21:08:07.359 INFO O| Aug 12 21:08:07.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40302024-08-12T21:08:07.942Z[ recovery-image] Aug 12 21:08:07.360 INFO O| Aug 12 21:08:07.360 INFO STEP 40 (remove_files) COMPLETE
40312024-08-12T21:08:07.942Z[ recovery-image] Aug 12 21:08:07.360 INFO O| Aug 12 21:08:07.360 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-12T21:08:07.949Z[ recovery-image] Aug 12 21:08:07.369 INFO O| Aug 12 21:08:07.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40332024-08-12T21:08:07.949Z[ recovery-image] Aug 12 21:08:07.369 INFO O| Aug 12 21:08:07.369 INFO STEP 41 (remove_files) COMPLETE
40342024-08-12T21:08:07.952Z[ recovery-image] Aug 12 21:08:07.369 INFO O| Aug 12 21:08:07.369 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-12T21:08:07.959Z[ recovery-image] Aug 12 21:08:07.379 INFO O| Aug 12 21:08:07.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40362024-08-12T21:08:07.959Z[ recovery-image] Aug 12 21:08:07.379 INFO O| Aug 12 21:08:07.379 INFO STEP 42 (remove_files) COMPLETE
40372024-08-12T21:08:07.964Z[ recovery-image] Aug 12 21:08:07.379 INFO O| Aug 12 21:08:07.379 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-12T21:08:07.969Z[ recovery-image] Aug 12 21:08:07.389 INFO O| Aug 12 21:08:07.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40392024-08-12T21:08:07.969Z[ recovery-image] Aug 12 21:08:07.389 INFO O| Aug 12 21:08:07.389 INFO STEP 43 (remove_files) COMPLETE
40402024-08-12T21:08:07.971Z[ recovery-image] Aug 12 21:08:07.389 INFO O| Aug 12 21:08:07.389 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-12T21:08:07.979Z[ recovery-image] Aug 12 21:08:07.399 INFO O| Aug 12 21:08:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40422024-08-12T21:08:07.979Z[ recovery-image] Aug 12 21:08:07.399 INFO O| Aug 12 21:08:07.399 INFO STEP 44 (remove_files) COMPLETE
40432024-08-12T21:08:07.979Z[ recovery-image] Aug 12 21:08:07.399 INFO O| Aug 12 21:08:07.399 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-12T21:08:07.988Z[ recovery-image] Aug 12 21:08:07.409 INFO O| Aug 12 21:08:07.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40452024-08-12T21:08:07.991Z[ recovery-image] Aug 12 21:08:07.409 INFO O| Aug 12 21:08:07.409 INFO STEP 45 (remove_files) COMPLETE
40462024-08-12T21:08:07.991Z[ recovery-image] Aug 12 21:08:07.409 INFO O| Aug 12 21:08:07.409 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-12T21:08:07.998Z[ recovery-image] Aug 12 21:08:07.419 INFO O| Aug 12 21:08:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40482024-08-12T21:08:07.999Z[ recovery-image] Aug 12 21:08:07.419 INFO O| Aug 12 21:08:07.419 INFO STEP 46 (remove_files) COMPLETE
40492024-08-12T21:08:07.999Z[ recovery-image] Aug 12 21:08:07.419 INFO O| Aug 12 21:08:07.419 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-12T21:08:08.009Z[ recovery-image] Aug 12 21:08:07.429 INFO O| Aug 12 21:08:07.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40512024-08-12T21:08:08.009Z[ recovery-image] Aug 12 21:08:07.429 INFO O| Aug 12 21:08:07.429 INFO STEP 47 (remove_files) COMPLETE
40522024-08-12T21:08:08.012Z[ recovery-image] Aug 12 21:08:07.429 INFO O| Aug 12 21:08:07.429 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-12T21:08:08.019Z[ recovery-image] Aug 12 21:08:07.439 INFO O| Aug 12 21:08:07.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40542024-08-12T21:08:08.019Z[ recovery-image] Aug 12 21:08:07.439 INFO O| Aug 12 21:08:07.439 INFO STEP 48 (remove_files) COMPLETE
40552024-08-12T21:08:08.019Z[ recovery-image] Aug 12 21:08:07.439 INFO O| Aug 12 21:08:07.439 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-12T21:08:08.029Z[ recovery-image] Aug 12 21:08:07.449 INFO O| Aug 12 21:08:07.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40572024-08-12T21:08:08.029Z[ recovery-image] Aug 12 21:08:07.449 INFO O| Aug 12 21:08:07.449 INFO STEP 49 (remove_files) COMPLETE
40582024-08-12T21:08:08.031Z[ recovery-image] Aug 12 21:08:07.449 INFO O| Aug 12 21:08:07.449 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-12T21:08:08.038Z[ recovery-image] Aug 12 21:08:07.459 INFO O| Aug 12 21:08:07.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40602024-08-12T21:08:08.038Z[ recovery-image] Aug 12 21:08:07.459 INFO O| Aug 12 21:08:07.459 INFO STEP 50 (remove_files) COMPLETE
40612024-08-12T21:08:08.038Z[ recovery-image] Aug 12 21:08:07.459 INFO O| Aug 12 21:08:07.459 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-08-12T21:08:08.048Z[ recovery-image] Aug 12 21:08:07.468 INFO O| Aug 12 21:08:07.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40632024-08-12T21:08:08.048Z[ recovery-image] Aug 12 21:08:07.468 INFO O| Aug 12 21:08:07.468 INFO STEP 51 (remove_files) COMPLETE
40642024-08-12T21:08:08.048Z[ recovery-image] Aug 12 21:08:07.468 INFO O| Aug 12 21:08:07.468 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-08-12T21:08:08.058Z[ recovery-image] Aug 12 21:08:07.478 INFO O| Aug 12 21:08:07.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40662024-08-12T21:08:08.058Z[ recovery-image] Aug 12 21:08:07.478 INFO O| Aug 12 21:08:07.478 INFO STEP 52 (remove_files) COMPLETE
40672024-08-12T21:08:08.061Z[ recovery-image] Aug 12 21:08:07.478 INFO O| Aug 12 21:08:07.478 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-08-12T21:08:08.068Z[ recovery-image] Aug 12 21:08:07.488 INFO O| Aug 12 21:08:07.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40692024-08-12T21:08:08.068Z[ recovery-image] Aug 12 21:08:07.488 INFO O| Aug 12 21:08:07.488 INFO STEP 53 (remove_files) COMPLETE
40702024-08-12T21:08:08.068Z[ recovery-image] Aug 12 21:08:07.488 INFO O| Aug 12 21:08:07.488 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-08-12T21:08:08.078Z[ recovery-image] Aug 12 21:08:07.498 INFO O| Aug 12 21:08:07.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40722024-08-12T21:08:08.078Z[ recovery-image] Aug 12 21:08:07.498 INFO O| Aug 12 21:08:07.498 INFO STEP 54 (remove_files) COMPLETE
40732024-08-12T21:08:08.078Z[ recovery-image] Aug 12 21:08:07.498 INFO O| Aug 12 21:08:07.498 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-08-12T21:08:08.089Z[ recovery-image] Aug 12 21:08:07.509 INFO O| Aug 12 21:08:07.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40752024-08-12T21:08:08.089Z[ recovery-image] Aug 12 21:08:07.509 INFO O| Aug 12 21:08:07.509 INFO STEP 55 (remove_files) COMPLETE
40762024-08-12T21:08:08.092Z[ recovery-image] Aug 12 21:08:07.509 INFO O| Aug 12 21:08:07.509 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-08-12T21:08:08.098Z[ recovery-image] Aug 12 21:08:07.519 INFO O| Aug 12 21:08:07.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40782024-08-12T21:08:08.098Z[ recovery-image] Aug 12 21:08:07.519 INFO O| Aug 12 21:08:07.519 INFO STEP 56 (remove_files) COMPLETE
40792024-08-12T21:08:08.098Z[ recovery-image] Aug 12 21:08:07.519 INFO O| Aug 12 21:08:07.519 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-08-12T21:08:08.109Z[ recovery-image] Aug 12 21:08:07.529 INFO O| Aug 12 21:08:07.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40812024-08-12T21:08:08.109Z[ recovery-image] Aug 12 21:08:07.529 INFO O| Aug 12 21:08:07.529 INFO STEP 57 (remove_files) COMPLETE
40822024-08-12T21:08:08.109Z[ recovery-image] Aug 12 21:08:07.529 INFO O| Aug 12 21:08:07.529 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-12T21:08:08.119Z[ recovery-image] Aug 12 21:08:07.539 INFO O| Aug 12 21:08:07.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40842024-08-12T21:08:08.119Z[ recovery-image] Aug 12 21:08:07.539 INFO O| Aug 12 21:08:07.539 INFO STEP 58 (remove_files) COMPLETE
40852024-08-12T21:08:08.119Z[ recovery-image] Aug 12 21:08:07.539 INFO O| Aug 12 21:08:07.539 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-12T21:08:08.132Z[ recovery-image] Aug 12 21:08:07.549 INFO O| Aug 12 21:08:07.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40872024-08-12T21:08:08.132Z[ recovery-image] Aug 12 21:08:07.549 INFO O| Aug 12 21:08:07.549 INFO STEP 59 (remove_files) COMPLETE
40882024-08-12T21:08:08.135Z[ recovery-image] Aug 12 21:08:07.549 INFO O| Aug 12 21:08:07.549 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-08-12T21:08:08.140Z[ recovery-image] Aug 12 21:08:07.560 INFO O| Aug 12 21:08:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40902024-08-12T21:08:08.140Z[ recovery-image] Aug 12 21:08:07.560 INFO O| Aug 12 21:08:07.560 INFO STEP 60 (remove_files) COMPLETE
40912024-08-12T21:08:08.143Z[ recovery-image] Aug 12 21:08:07.560 INFO O| Aug 12 21:08:07.560 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-08-12T21:08:08.150Z[ recovery-image] Aug 12 21:08:07.570 INFO O| Aug 12 21:08:07.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40932024-08-12T21:08:08.153Z[ recovery-image] Aug 12 21:08:07.570 INFO O| Aug 12 21:08:07.570 INFO STEP 61 (remove_files) COMPLETE
40942024-08-12T21:08:08.153Z[ recovery-image] Aug 12 21:08:07.571 INFO O| Aug 12 21:08:07.570 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-08-12T21:08:08.160Z[ recovery-image] Aug 12 21:08:07.580 INFO O| Aug 12 21:08:07.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40962024-08-12T21:08:08.160Z[ recovery-image] Aug 12 21:08:07.580 INFO O| Aug 12 21:08:07.580 INFO STEP 62 (remove_files) COMPLETE
40972024-08-12T21:08:08.163Z[ recovery-image] Aug 12 21:08:07.580 INFO O| Aug 12 21:08:07.580 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-08-12T21:08:08.170Z[ recovery-image] Aug 12 21:08:07.590 INFO O| Aug 12 21:08:07.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40992024-08-12T21:08:08.170Z[ recovery-image] Aug 12 21:08:07.590 INFO O| Aug 12 21:08:07.590 INFO STEP 63 (remove_files) COMPLETE
41002024-08-12T21:08:08.170Z[ recovery-image] Aug 12 21:08:07.590 INFO O| Aug 12 21:08:07.590 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-08-12T21:08:08.180Z[ recovery-image] Aug 12 21:08:07.600 INFO O| Aug 12 21:08:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41022024-08-12T21:08:08.180Z[ recovery-image] Aug 12 21:08:07.600 INFO O| Aug 12 21:08:07.600 INFO STEP 64 (remove_files) COMPLETE
41032024-08-12T21:08:08.180Z[ recovery-image] Aug 12 21:08:07.600 INFO O| Aug 12 21:08:07.600 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-08-12T21:08:08.189Z[ recovery-image] Aug 12 21:08:07.610 INFO O| Aug 12 21:08:07.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41052024-08-12T21:08:08.189Z[ recovery-image] Aug 12 21:08:07.610 INFO O| Aug 12 21:08:07.610 INFO STEP 65 (remove_files) COMPLETE
41062024-08-12T21:08:08.189Z[ recovery-image] Aug 12 21:08:07.610 INFO O| Aug 12 21:08:07.610 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-08-12T21:08:08.199Z[ recovery-image] Aug 12 21:08:07.619 INFO O| Aug 12 21:08:07.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41082024-08-12T21:08:08.199Z[ recovery-image] Aug 12 21:08:07.619 INFO O| Aug 12 21:08:07.619 INFO STEP 66 (remove_files) COMPLETE
41092024-08-12T21:08:08.199Z[ recovery-image] Aug 12 21:08:07.619 INFO O| Aug 12 21:08:07.619 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-08-12T21:08:08.209Z[ recovery-image] Aug 12 21:08:07.629 INFO O| Aug 12 21:08:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41112024-08-12T21:08:08.209Z[ recovery-image] Aug 12 21:08:07.629 INFO O| Aug 12 21:08:07.629 INFO STEP 67 (remove_files) COMPLETE
41122024-08-12T21:08:08.211Z[ recovery-image] Aug 12 21:08:07.629 INFO O| Aug 12 21:08:07.629 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-12T21:08:08.218Z[ recovery-image] Aug 12 21:08:07.638 INFO O| Aug 12 21:08:07.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41142024-08-12T21:08:08.218Z[ recovery-image] Aug 12 21:08:07.638 INFO O| Aug 12 21:08:07.638 INFO STEP 68 (remove_files) COMPLETE
41152024-08-12T21:08:08.221Z[ recovery-image] Aug 12 21:08:07.639 INFO O| Aug 12 21:08:07.638 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-12T21:08:08.228Z[ recovery-image] Aug 12 21:08:07.648 INFO O| Aug 12 21:08:07.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41172024-08-12T21:08:08.230Z[ recovery-image] Aug 12 21:08:07.648 INFO O| Aug 12 21:08:07.648 INFO STEP 69 (remove_files) COMPLETE
41182024-08-12T21:08:08.230Z[ recovery-image] Aug 12 21:08:07.648 INFO O| Aug 12 21:08:07.648 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-08-12T21:08:08.238Z[ recovery-image] Aug 12 21:08:07.658 INFO O| Aug 12 21:08:07.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41202024-08-12T21:08:08.238Z[ recovery-image] Aug 12 21:08:07.658 INFO O| Aug 12 21:08:07.658 INFO STEP 70 (remove_files) COMPLETE
41212024-08-12T21:08:08.241Z[ recovery-image] Aug 12 21:08:07.658 INFO O| Aug 12 21:08:07.658 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-08-12T21:08:08.247Z[ recovery-image] Aug 12 21:08:07.667 INFO O| Aug 12 21:08:07.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41232024-08-12T21:08:08.247Z[ recovery-image] Aug 12 21:08:07.668 INFO O| Aug 12 21:08:07.668 INFO STEP 71 (remove_files) COMPLETE
41242024-08-12T21:08:08.247Z[ recovery-image] Aug 12 21:08:07.668 INFO O| Aug 12 21:08:07.668 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-08-12T21:08:08.257Z[ recovery-image] Aug 12 21:08:07.677 INFO O| Aug 12 21:08:07.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41262024-08-12T21:08:08.257Z[ recovery-image] Aug 12 21:08:07.677 INFO O| Aug 12 21:08:07.677 INFO STEP 72 (remove_files) COMPLETE
41272024-08-12T21:08:08.257Z[ recovery-image] Aug 12 21:08:07.677 INFO O| Aug 12 21:08:07.677 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-08-12T21:08:08.266Z[ recovery-image] Aug 12 21:08:07.687 INFO O| Aug 12 21:08:07.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41292024-08-12T21:08:08.266Z[ recovery-image] Aug 12 21:08:07.687 INFO O| Aug 12 21:08:07.687 INFO STEP 73 (remove_files) COMPLETE
41302024-08-12T21:08:08.269Z[ recovery-image] Aug 12 21:08:07.687 INFO O| Aug 12 21:08:07.687 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-08-12T21:08:08.276Z[ recovery-image] Aug 12 21:08:07.697 INFO O| Aug 12 21:08:07.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41322024-08-12T21:08:08.276Z[ recovery-image] Aug 12 21:08:07.697 INFO O| Aug 12 21:08:07.697 INFO STEP 74 (remove_files) COMPLETE
41332024-08-12T21:08:08.279Z[ recovery-image] Aug 12 21:08:07.697 INFO O| Aug 12 21:08:07.697 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-08-12T21:08:08.286Z[ recovery-image] Aug 12 21:08:07.706 INFO O| Aug 12 21:08:07.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41352024-08-12T21:08:08.286Z[ recovery-image] Aug 12 21:08:07.706 INFO O| Aug 12 21:08:07.706 INFO STEP 75 (remove_files) COMPLETE
41362024-08-12T21:08:08.286Z[ recovery-image] Aug 12 21:08:07.706 INFO O| Aug 12 21:08:07.706 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-08-12T21:08:08.296Z[ recovery-image] Aug 12 21:08:07.716 INFO O| Aug 12 21:08:07.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41382024-08-12T21:08:08.298Z[ recovery-image] Aug 12 21:08:07.716 INFO O| Aug 12 21:08:07.716 INFO STEP 76 (remove_files) COMPLETE
41392024-08-12T21:08:08.298Z[ recovery-image] Aug 12 21:08:07.716 INFO O| Aug 12 21:08:07.716 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-08-12T21:08:08.305Z[ recovery-image] Aug 12 21:08:07.726 INFO O| Aug 12 21:08:07.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41412024-08-12T21:08:08.305Z[ recovery-image] Aug 12 21:08:07.726 INFO O| Aug 12 21:08:07.726 INFO STEP 77 (remove_files) COMPLETE
41422024-08-12T21:08:08.308Z[ recovery-image] Aug 12 21:08:07.726 INFO O| Aug 12 21:08:07.726 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-08-12T21:08:08.315Z[ recovery-image] Aug 12 21:08:07.735 INFO O| Aug 12 21:08:07.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41442024-08-12T21:08:08.315Z[ recovery-image] Aug 12 21:08:07.735 INFO O| Aug 12 21:08:07.735 INFO STEP 78 (remove_files) COMPLETE
41452024-08-12T21:08:08.318Z[ recovery-image] Aug 12 21:08:07.735 INFO O| Aug 12 21:08:07.735 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-08-12T21:08:08.324Z[ recovery-image] Aug 12 21:08:07.745 INFO O| Aug 12 21:08:07.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41472024-08-12T21:08:08.324Z[ recovery-image] Aug 12 21:08:07.745 INFO O| Aug 12 21:08:07.745 INFO STEP 79 (remove_files) COMPLETE
41482024-08-12T21:08:08.324Z[ recovery-image] Aug 12 21:08:07.745 INFO O| Aug 12 21:08:07.745 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-08-12T21:08:08.334Z[ recovery-image] Aug 12 21:08:07.754 INFO O| Aug 12 21:08:07.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41502024-08-12T21:08:08.337Z[ recovery-image] Aug 12 21:08:07.754 INFO O| Aug 12 21:08:07.754 INFO STEP 80 (remove_files) COMPLETE
41512024-08-12T21:08:08.337Z[ recovery-image] Aug 12 21:08:07.754 INFO O| Aug 12 21:08:07.754 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-08-12T21:08:08.348Z[ recovery-image] Aug 12 21:08:07.768 INFO O| Aug 12 21:08:07.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41532024-08-12T21:08:08.351Z[ recovery-image] Aug 12 21:08:07.768 INFO O| Aug 12 21:08:07.768 INFO STEP 81 (remove_files) COMPLETE
41542024-08-12T21:08:08.351Z[ recovery-image] Aug 12 21:08:07.768 INFO O| Aug 12 21:08:07.768 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-08-12T21:08:08.365Z[ recovery-image] Aug 12 21:08:07.785 INFO O| Aug 12 21:08:07.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41562024-08-12T21:08:08.367Z[ recovery-image] Aug 12 21:08:07.785 INFO O| Aug 12 21:08:07.785 INFO STEP 82 (remove_files) COMPLETE
41572024-08-12T21:08:08.367Z[ recovery-image] Aug 12 21:08:07.785 INFO O| Aug 12 21:08:07.785 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-08-12T21:08:08.375Z[ recovery-image] Aug 12 21:08:07.795 INFO O| Aug 12 21:08:07.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41592024-08-12T21:08:08.375Z[ recovery-image] Aug 12 21:08:07.795 INFO O| Aug 12 21:08:07.795 INFO STEP 83 (remove_files) COMPLETE
41602024-08-12T21:08:08.378Z[ recovery-image] Aug 12 21:08:07.796 INFO O| Aug 12 21:08:07.795 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-08-12T21:08:08.385Z[ recovery-image] Aug 12 21:08:07.805 INFO O| Aug 12 21:08:07.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41622024-08-12T21:08:08.385Z[ recovery-image] Aug 12 21:08:07.805 INFO O| Aug 12 21:08:07.805 INFO STEP 84 (remove_files) COMPLETE
41632024-08-12T21:08:08.388Z[ recovery-image] Aug 12 21:08:07.805 INFO O| Aug 12 21:08:07.805 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-08-12T21:08:08.395Z[ recovery-image] Aug 12 21:08:07.815 INFO O| Aug 12 21:08:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41652024-08-12T21:08:08.397Z[ recovery-image] Aug 12 21:08:07.816 INFO O| Aug 12 21:08:07.816 INFO STEP 85 (remove_files) COMPLETE
41662024-08-12T21:08:08.397Z[ recovery-image] Aug 12 21:08:07.816 INFO O| Aug 12 21:08:07.816 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-08-12T21:08:08.405Z[ recovery-image] Aug 12 21:08:07.825 INFO O| Aug 12 21:08:07.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41682024-08-12T21:08:08.405Z[ recovery-image] Aug 12 21:08:07.826 INFO O| Aug 12 21:08:07.825 INFO STEP 86 (remove_files) COMPLETE
41692024-08-12T21:08:08.408Z[ recovery-image] Aug 12 21:08:07.826 INFO O| Aug 12 21:08:07.826 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-08-12T21:08:08.415Z[ recovery-image] Aug 12 21:08:07.835 INFO O| Aug 12 21:08:07.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41712024-08-12T21:08:08.418Z[ recovery-image] Aug 12 21:08:07.835 INFO O| Aug 12 21:08:07.835 INFO STEP 87 (remove_files) COMPLETE
41722024-08-12T21:08:08.418Z[ recovery-image] Aug 12 21:08:07.835 INFO O| Aug 12 21:08:07.835 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-08-12T21:08:08.425Z[ recovery-image] Aug 12 21:08:07.845 INFO O| Aug 12 21:08:07.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41742024-08-12T21:08:08.425Z[ recovery-image] Aug 12 21:08:07.845 INFO O| Aug 12 21:08:07.845 INFO STEP 88 (remove_files) COMPLETE
41752024-08-12T21:08:08.425Z[ recovery-image] Aug 12 21:08:07.845 INFO O| Aug 12 21:08:07.845 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-08-12T21:08:08.435Z[ recovery-image] Aug 12 21:08:07.855 INFO O| Aug 12 21:08:07.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41772024-08-12T21:08:08.435Z[ recovery-image] Aug 12 21:08:07.855 INFO O| Aug 12 21:08:07.855 INFO STEP 89 (remove_files) COMPLETE
41782024-08-12T21:08:08.438Z[ recovery-image] Aug 12 21:08:07.855 INFO O| Aug 12 21:08:07.855 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-08-12T21:08:08.444Z[ recovery-image] Aug 12 21:08:07.864 INFO O| Aug 12 21:08:07.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41802024-08-12T21:08:08.448Z[ recovery-image] Aug 12 21:08:07.864 INFO O| Aug 12 21:08:07.864 INFO STEP 90 (remove_files) COMPLETE
41812024-08-12T21:08:08.448Z[ recovery-image] Aug 12 21:08:07.864 INFO O| Aug 12 21:08:07.864 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-08-12T21:08:08.454Z[ recovery-image] Aug 12 21:08:07.874 INFO O| Aug 12 21:08:07.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41832024-08-12T21:08:08.456Z[ recovery-image] Aug 12 21:08:07.874 INFO O| Aug 12 21:08:07.874 INFO STEP 91 (remove_files) COMPLETE
41842024-08-12T21:08:08.456Z[ recovery-image] Aug 12 21:08:07.874 INFO O| Aug 12 21:08:07.874 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-08-12T21:08:08.464Z[ recovery-image] Aug 12 21:08:07.884 INFO O| Aug 12 21:08:07.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41862024-08-12T21:08:08.464Z[ recovery-image] Aug 12 21:08:07.885 INFO O| Aug 12 21:08:07.885 INFO STEP 92 (remove_files) COMPLETE
41872024-08-12T21:08:08.467Z[ recovery-image] Aug 12 21:08:07.885 INFO O| Aug 12 21:08:07.885 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-08-12T21:08:08.476Z[ recovery-image] Aug 12 21:08:07.896 INFO O| Aug 12 21:08:07.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41892024-08-12T21:08:08.476Z[ recovery-image] Aug 12 21:08:07.896 INFO O| Aug 12 21:08:07.896 INFO STEP 93 (remove_files) COMPLETE
41902024-08-12T21:08:08.478Z[ recovery-image] Aug 12 21:08:07.896 INFO O| Aug 12 21:08:07.896 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-08-12T21:08:08.486Z[ recovery-image] Aug 12 21:08:07.906 INFO O| Aug 12 21:08:07.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41922024-08-12T21:08:08.486Z[ recovery-image] Aug 12 21:08:07.906 INFO O| Aug 12 21:08:07.906 INFO STEP 94 (remove_files) COMPLETE
41932024-08-12T21:08:08.488Z[ recovery-image] Aug 12 21:08:07.906 INFO O| Aug 12 21:08:07.906 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-08-12T21:08:08.496Z[ recovery-image] Aug 12 21:08:07.916 INFO O| Aug 12 21:08:07.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41952024-08-12T21:08:08.496Z[ recovery-image] Aug 12 21:08:07.916 INFO O| Aug 12 21:08:07.916 INFO STEP 95 (remove_files) COMPLETE
41962024-08-12T21:08:08.499Z[ recovery-image] Aug 12 21:08:07.916 INFO O| Aug 12 21:08:07.916 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-08-12T21:08:08.506Z[ recovery-image] Aug 12 21:08:07.926 INFO O| Aug 12 21:08:07.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41982024-08-12T21:08:08.509Z[ recovery-image] Aug 12 21:08:07.926 INFO O| Aug 12 21:08:07.926 INFO STEP 96 (remove_files) COMPLETE
41992024-08-12T21:08:08.509Z[ recovery-image] Aug 12 21:08:07.926 INFO O| Aug 12 21:08:07.926 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-08-12T21:08:08.516Z[ recovery-image] Aug 12 21:08:07.936 INFO O| Aug 12 21:08:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42012024-08-12T21:08:08.516Z[ recovery-image] Aug 12 21:08:07.936 INFO O| Aug 12 21:08:07.936 INFO STEP 97 (remove_files) COMPLETE
42022024-08-12T21:08:08.519Z[ recovery-image] Aug 12 21:08:07.936 INFO O| Aug 12 21:08:07.936 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-08-12T21:08:08.526Z[ recovery-image] Aug 12 21:08:07.946 INFO O| Aug 12 21:08:07.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42042024-08-12T21:08:08.526Z[ recovery-image] Aug 12 21:08:07.946 INFO O| Aug 12 21:08:07.946 INFO STEP 98 (remove_files) COMPLETE
42052024-08-12T21:08:08.529Z[ recovery-image] Aug 12 21:08:07.946 INFO O| Aug 12 21:08:07.946 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-08-12T21:08:08.536Z[ recovery-image] Aug 12 21:08:07.956 INFO O| Aug 12 21:08:07.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42072024-08-12T21:08:08.538Z[ recovery-image] Aug 12 21:08:07.957 INFO O| Aug 12 21:08:07.957 INFO STEP 99 (remove_files) COMPLETE
42082024-08-12T21:08:08.539Z[ recovery-image] Aug 12 21:08:07.957 INFO O| Aug 12 21:08:07.957 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-08-12T21:08:08.547Z[ recovery-image] Aug 12 21:08:07.967 INFO O| Aug 12 21:08:07.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42102024-08-12T21:08:08.547Z[ recovery-image] Aug 12 21:08:07.967 INFO O| Aug 12 21:08:07.967 INFO STEP 100 (remove_files) COMPLETE
42112024-08-12T21:08:08.549Z[ recovery-image] Aug 12 21:08:07.967 INFO O| Aug 12 21:08:07.967 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-08-12T21:08:08.559Z[ recovery-image] Aug 12 21:08:07.977 INFO O| Aug 12 21:08:07.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42132024-08-12T21:08:08.559Z[ recovery-image] Aug 12 21:08:07.977 INFO O| Aug 12 21:08:07.977 INFO STEP 101 (remove_files) COMPLETE
42142024-08-12T21:08:08.559Z[ recovery-image] Aug 12 21:08:07.977 INFO O| Aug 12 21:08:07.977 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-08-12T21:08:08.566Z[ recovery-image] Aug 12 21:08:07.987 INFO O| Aug 12 21:08:07.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42162024-08-12T21:08:08.566Z[ recovery-image] Aug 12 21:08:07.987 INFO O| Aug 12 21:08:07.987 INFO STEP 102 (remove_files) COMPLETE
42172024-08-12T21:08:08.569Z[ recovery-image] Aug 12 21:08:07.987 INFO O| Aug 12 21:08:07.987 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-08-12T21:08:08.576Z[ recovery-image] Aug 12 21:08:07.996 INFO O| Aug 12 21:08:07.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42192024-08-12T21:08:08.576Z[ recovery-image] Aug 12 21:08:07.996 INFO O| Aug 12 21:08:07.996 INFO STEP 103 (remove_files) COMPLETE
42202024-08-12T21:08:08.576Z[ recovery-image] Aug 12 21:08:07.996 INFO O| Aug 12 21:08:07.996 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-08-12T21:08:08.587Z[ recovery-image] Aug 12 21:08:08.007 INFO O| Aug 12 21:08:08.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42222024-08-12T21:08:08.587Z[ recovery-image] Aug 12 21:08:08.007 INFO O| Aug 12 21:08:08.007 INFO STEP 104 (remove_files) COMPLETE
42232024-08-12T21:08:08.589Z[ recovery-image] Aug 12 21:08:08.007 INFO O| Aug 12 21:08:08.007 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-08-12T21:08:08.596Z[ recovery-image] Aug 12 21:08:08.017 INFO O| Aug 12 21:08:08.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42252024-08-12T21:08:08.599Z[ recovery-image] Aug 12 21:08:08.017 INFO O| Aug 12 21:08:08.017 INFO STEP 105 (remove_files) COMPLETE
42262024-08-12T21:08:08.599Z[ recovery-image] Aug 12 21:08:08.017 INFO O| Aug 12 21:08:08.017 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-08-12T21:08:08.606Z[ recovery-image] Aug 12 21:08:08.026 INFO O| Aug 12 21:08:08.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42282024-08-12T21:08:08.606Z[ recovery-image] Aug 12 21:08:08.027 INFO O| Aug 12 21:08:08.026 INFO STEP 106 (remove_files) COMPLETE
42292024-08-12T21:08:08.606Z[ recovery-image] Aug 12 21:08:08.027 INFO O| Aug 12 21:08:08.027 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-08-12T21:08:08.616Z[ recovery-image] Aug 12 21:08:08.036 INFO O| Aug 12 21:08:08.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42312024-08-12T21:08:08.616Z[ recovery-image] Aug 12 21:08:08.036 INFO O| Aug 12 21:08:08.036 INFO STEP 107 (remove_files) COMPLETE
42322024-08-12T21:08:08.619Z[ recovery-image] Aug 12 21:08:08.036 INFO O| Aug 12 21:08:08.036 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-08-12T21:08:08.626Z[ recovery-image] Aug 12 21:08:08.046 INFO O| Aug 12 21:08:08.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42342024-08-12T21:08:08.626Z[ recovery-image] Aug 12 21:08:08.046 INFO O| Aug 12 21:08:08.046 INFO STEP 108 (remove_files) COMPLETE
42352024-08-12T21:08:08.626Z[ recovery-image] Aug 12 21:08:08.046 INFO O| Aug 12 21:08:08.046 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-08-12T21:08:08.636Z[ recovery-image] Aug 12 21:08:08.056 INFO O| Aug 12 21:08:08.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42372024-08-12T21:08:08.636Z[ recovery-image] Aug 12 21:08:08.056 INFO O| Aug 12 21:08:08.056 INFO STEP 109 (remove_files) COMPLETE
42382024-08-12T21:08:08.636Z[ recovery-image] Aug 12 21:08:08.056 INFO O| Aug 12 21:08:08.056 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-08-12T21:08:08.646Z[ recovery-image] Aug 12 21:08:08.066 INFO O| Aug 12 21:08:08.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42402024-08-12T21:08:08.646Z[ recovery-image] Aug 12 21:08:08.066 INFO O| Aug 12 21:08:08.066 INFO STEP 110 (remove_files) COMPLETE
42412024-08-12T21:08:08.646Z[ recovery-image] Aug 12 21:08:08.066 INFO O| Aug 12 21:08:08.066 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-08-12T21:08:08.655Z[ recovery-image] Aug 12 21:08:08.075 INFO O| Aug 12 21:08:08.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42432024-08-12T21:08:08.655Z[ recovery-image] Aug 12 21:08:08.076 INFO O| Aug 12 21:08:08.076 INFO STEP 111 (remove_files) COMPLETE
42442024-08-12T21:08:08.655Z[ recovery-image] Aug 12 21:08:08.076 INFO O| Aug 12 21:08:08.076 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-08-12T21:08:08.665Z[ recovery-image] Aug 12 21:08:08.085 INFO O| Aug 12 21:08:08.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42462024-08-12T21:08:08.665Z[ recovery-image] Aug 12 21:08:08.085 INFO O| Aug 12 21:08:08.085 INFO STEP 112 (remove_files) COMPLETE
42472024-08-12T21:08:08.668Z[ recovery-image] Aug 12 21:08:08.085 INFO O| Aug 12 21:08:08.085 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-08-12T21:08:08.675Z[ recovery-image] Aug 12 21:08:08.095 INFO O| Aug 12 21:08:08.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42492024-08-12T21:08:08.675Z[ recovery-image] Aug 12 21:08:08.095 INFO O| Aug 12 21:08:08.095 INFO STEP 113 (remove_files) COMPLETE
42502024-08-12T21:08:08.678Z[ recovery-image] Aug 12 21:08:08.095 INFO O| Aug 12 21:08:08.095 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-08-12T21:08:08.685Z[ recovery-image] Aug 12 21:08:08.105 INFO O| Aug 12 21:08:08.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42522024-08-12T21:08:08.685Z[ recovery-image] Aug 12 21:08:08.105 INFO O| Aug 12 21:08:08.105 INFO STEP 114 (remove_files) COMPLETE
42532024-08-12T21:08:08.688Z[ recovery-image] Aug 12 21:08:08.105 INFO O| Aug 12 21:08:08.105 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-08-12T21:08:08.695Z[ recovery-image] Aug 12 21:08:08.115 INFO O| Aug 12 21:08:08.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42552024-08-12T21:08:08.695Z[ recovery-image] Aug 12 21:08:08.115 INFO O| Aug 12 21:08:08.115 INFO STEP 115 (remove_files) COMPLETE
42562024-08-12T21:08:08.698Z[ recovery-image] Aug 12 21:08:08.115 INFO O| Aug 12 21:08:08.115 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-08-12T21:08:08.705Z[ recovery-image] Aug 12 21:08:08.125 INFO O| Aug 12 21:08:08.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42582024-08-12T21:08:08.705Z[ recovery-image] Aug 12 21:08:08.125 INFO O| Aug 12 21:08:08.125 INFO STEP 116 (remove_files) COMPLETE
42592024-08-12T21:08:08.705Z[ recovery-image] Aug 12 21:08:08.125 INFO O| Aug 12 21:08:08.125 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-08-12T21:08:08.716Z[ recovery-image] Aug 12 21:08:08.134 INFO O| Aug 12 21:08:08.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42612024-08-12T21:08:08.719Z[ recovery-image] Aug 12 21:08:08.135 INFO O| Aug 12 21:08:08.135 INFO STEP 117 (remove_files) COMPLETE
42622024-08-12T21:08:08.719Z[ recovery-image] Aug 12 21:08:08.135 INFO O| Aug 12 21:08:08.135 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-08-12T21:08:08.724Z[ recovery-image] Aug 12 21:08:08.144 INFO O| Aug 12 21:08:08.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42642024-08-12T21:08:08.727Z[ recovery-image] Aug 12 21:08:08.144 INFO O| Aug 12 21:08:08.144 INFO STEP 118 (remove_files) COMPLETE
42652024-08-12T21:08:08.727Z[ recovery-image] Aug 12 21:08:08.144 INFO O| Aug 12 21:08:08.144 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-08-12T21:08:08.734Z[ recovery-image] Aug 12 21:08:08.154 INFO O| Aug 12 21:08:08.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42672024-08-12T21:08:08.737Z[ recovery-image] Aug 12 21:08:08.154 INFO O| Aug 12 21:08:08.154 INFO STEP 119 (remove_files) COMPLETE
42682024-08-12T21:08:08.737Z[ recovery-image] Aug 12 21:08:08.154 INFO O| Aug 12 21:08:08.154 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-08-12T21:08:08.744Z[ recovery-image] Aug 12 21:08:08.164 INFO O| Aug 12 21:08:08.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42702024-08-12T21:08:08.747Z[ recovery-image] Aug 12 21:08:08.164 INFO O| Aug 12 21:08:08.164 INFO STEP 120 (remove_files) COMPLETE
42712024-08-12T21:08:08.747Z[ recovery-image] Aug 12 21:08:08.164 INFO O| Aug 12 21:08:08.164 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-08-12T21:08:08.753Z[ recovery-image] Aug 12 21:08:08.174 INFO O| Aug 12 21:08:08.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42732024-08-12T21:08:08.753Z[ recovery-image] Aug 12 21:08:08.174 INFO O| Aug 12 21:08:08.174 INFO STEP 121 (remove_files) COMPLETE
42742024-08-12T21:08:08.753Z[ recovery-image] Aug 12 21:08:08.174 INFO O| Aug 12 21:08:08.174 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-08-12T21:08:08.763Z[ recovery-image] Aug 12 21:08:08.183 INFO O| Aug 12 21:08:08.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42762024-08-12T21:08:08.763Z[ recovery-image] Aug 12 21:08:08.183 INFO O| Aug 12 21:08:08.183 INFO STEP 122 (remove_files) COMPLETE
42772024-08-12T21:08:08.763Z[ recovery-image] Aug 12 21:08:08.183 INFO O| Aug 12 21:08:08.183 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-08-12T21:08:08.773Z[ recovery-image] Aug 12 21:08:08.193 INFO O| Aug 12 21:08:08.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42792024-08-12T21:08:08.773Z[ recovery-image] Aug 12 21:08:08.193 INFO O| Aug 12 21:08:08.193 INFO STEP 123 (remove_files) COMPLETE
42802024-08-12T21:08:08.773Z[ recovery-image] Aug 12 21:08:08.193 INFO O| Aug 12 21:08:08.193 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-08-12T21:08:08.783Z[ recovery-image] Aug 12 21:08:08.203 INFO O| Aug 12 21:08:08.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42822024-08-12T21:08:08.783Z[ recovery-image] Aug 12 21:08:08.203 INFO O| Aug 12 21:08:08.203 INFO STEP 124 (remove_files) COMPLETE
42832024-08-12T21:08:08.785Z[ recovery-image] Aug 12 21:08:08.203 INFO O| Aug 12 21:08:08.203 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-08-12T21:08:08.792Z[ recovery-image] Aug 12 21:08:08.212 INFO O| Aug 12 21:08:08.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42852024-08-12T21:08:08.792Z[ recovery-image] Aug 12 21:08:08.213 INFO O| Aug 12 21:08:08.212 INFO STEP 125 (remove_files) COMPLETE
42862024-08-12T21:08:08.796Z[ recovery-image] Aug 12 21:08:08.213 INFO O| Aug 12 21:08:08.213 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-08-12T21:08:08.802Z[ recovery-image] Aug 12 21:08:08.222 INFO O| Aug 12 21:08:08.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42882024-08-12T21:08:08.802Z[ recovery-image] Aug 12 21:08:08.222 INFO O| Aug 12 21:08:08.222 INFO STEP 126 (remove_files) COMPLETE
42892024-08-12T21:08:08.802Z[ recovery-image] Aug 12 21:08:08.222 INFO O| Aug 12 21:08:08.222 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-08-12T21:08:08.813Z[ recovery-image] Aug 12 21:08:08.233 INFO O| Aug 12 21:08:08.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42912024-08-12T21:08:08.813Z[ recovery-image] Aug 12 21:08:08.233 INFO O| Aug 12 21:08:08.233 INFO STEP 127 (remove_files) COMPLETE
42922024-08-12T21:08:08.816Z[ recovery-image] Aug 12 21:08:08.233 INFO O| Aug 12 21:08:08.233 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-08-12T21:08:08.823Z[ recovery-image] Aug 12 21:08:08.243 INFO O| Aug 12 21:08:08.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42942024-08-12T21:08:08.826Z[ recovery-image] Aug 12 21:08:08.244 INFO O| Aug 12 21:08:08.244 INFO STEP 128 (remove_files) COMPLETE
42952024-08-12T21:08:08.826Z[ recovery-image] Aug 12 21:08:08.244 INFO O| Aug 12 21:08:08.244 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-08-12T21:08:08.834Z[ recovery-image] Aug 12 21:08:08.254 INFO O| Aug 12 21:08:08.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42972024-08-12T21:08:08.834Z[ recovery-image] Aug 12 21:08:08.254 INFO O| Aug 12 21:08:08.254 INFO STEP 129 (remove_files) COMPLETE
42982024-08-12T21:08:08.834Z[ recovery-image] Aug 12 21:08:08.254 INFO O| Aug 12 21:08:08.254 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-08-12T21:08:08.843Z[ recovery-image] Aug 12 21:08:08.264 INFO O| Aug 12 21:08:08.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43002024-08-12T21:08:08.843Z[ recovery-image] Aug 12 21:08:08.264 INFO O| Aug 12 21:08:08.264 INFO STEP 130 (remove_files) COMPLETE
43012024-08-12T21:08:08.843Z[ recovery-image] Aug 12 21:08:08.264 INFO O| Aug 12 21:08:08.264 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-08-12T21:08:08.853Z[ recovery-image] Aug 12 21:08:08.273 INFO O| Aug 12 21:08:08.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43032024-08-12T21:08:08.853Z[ recovery-image] Aug 12 21:08:08.273 INFO O| Aug 12 21:08:08.273 INFO STEP 131 (remove_files) COMPLETE
43042024-08-12T21:08:08.853Z[ recovery-image] Aug 12 21:08:08.273 INFO O| Aug 12 21:08:08.273 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-08-12T21:08:08.863Z[ recovery-image] Aug 12 21:08:08.283 INFO O| Aug 12 21:08:08.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43062024-08-12T21:08:08.863Z[ recovery-image] Aug 12 21:08:08.283 INFO O| Aug 12 21:08:08.283 INFO STEP 132 (remove_files) COMPLETE
43072024-08-12T21:08:08.863Z[ recovery-image] Aug 12 21:08:08.283 INFO O| Aug 12 21:08:08.283 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-08-12T21:08:08.873Z[ recovery-image] Aug 12 21:08:08.293 INFO O| Aug 12 21:08:08.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43092024-08-12T21:08:08.873Z[ recovery-image] Aug 12 21:08:08.293 INFO O| Aug 12 21:08:08.293 INFO STEP 133 (remove_files) COMPLETE
43102024-08-12T21:08:08.876Z[ recovery-image] Aug 12 21:08:08.293 INFO O| Aug 12 21:08:08.293 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-08-12T21:08:08.882Z[ recovery-image] Aug 12 21:08:08.303 INFO O| Aug 12 21:08:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43122024-08-12T21:08:08.883Z[ recovery-image] Aug 12 21:08:08.303 INFO O| Aug 12 21:08:08.303 INFO STEP 134 (remove_files) COMPLETE
43132024-08-12T21:08:08.883Z[ recovery-image] Aug 12 21:08:08.303 INFO O| Aug 12 21:08:08.303 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-08-12T21:08:08.892Z[ recovery-image] Aug 12 21:08:08.312 INFO O| Aug 12 21:08:08.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43152024-08-12T21:08:08.892Z[ recovery-image] Aug 12 21:08:08.313 INFO O| Aug 12 21:08:08.312 INFO STEP 135 (remove_files) COMPLETE
43162024-08-12T21:08:08.892Z[ recovery-image] Aug 12 21:08:08.313 INFO O| Aug 12 21:08:08.312 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-08-12T21:08:08.902Z[ recovery-image] Aug 12 21:08:08.322 INFO O| Aug 12 21:08:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43182024-08-12T21:08:08.905Z[ recovery-image] Aug 12 21:08:08.322 INFO O| Aug 12 21:08:08.322 INFO STEP 136 (remove_files) COMPLETE
43192024-08-12T21:08:08.905Z[ recovery-image] Aug 12 21:08:08.322 INFO O| Aug 12 21:08:08.322 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-08-12T21:08:08.911Z[ recovery-image] Aug 12 21:08:08.332 INFO O| Aug 12 21:08:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43212024-08-12T21:08:08.911Z[ recovery-image] Aug 12 21:08:08.332 INFO O| Aug 12 21:08:08.332 INFO STEP 137 (remove_files) COMPLETE
43222024-08-12T21:08:08.914Z[ recovery-image] Aug 12 21:08:08.332 INFO O| Aug 12 21:08:08.332 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-08-12T21:08:08.921Z[ recovery-image] Aug 12 21:08:08.341 INFO O| Aug 12 21:08:08.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43242024-08-12T21:08:08.921Z[ recovery-image] Aug 12 21:08:08.341 INFO O| Aug 12 21:08:08.341 INFO STEP 138 (remove_files) COMPLETE
43252024-08-12T21:08:08.924Z[ recovery-image] Aug 12 21:08:08.341 INFO O| Aug 12 21:08:08.341 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-08-12T21:08:08.931Z[ recovery-image] Aug 12 21:08:08.351 INFO O| Aug 12 21:08:08.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43272024-08-12T21:08:08.933Z[ recovery-image] Aug 12 21:08:08.351 INFO O| Aug 12 21:08:08.351 INFO STEP 139 (remove_files) COMPLETE
43282024-08-12T21:08:08.934Z[ recovery-image] Aug 12 21:08:08.351 INFO O| Aug 12 21:08:08.351 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-08-12T21:08:08.940Z[ recovery-image] Aug 12 21:08:08.360 INFO O| Aug 12 21:08:08.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43302024-08-12T21:08:08.940Z[ recovery-image] Aug 12 21:08:08.361 INFO O| Aug 12 21:08:08.360 INFO STEP 140 (remove_files) COMPLETE
43312024-08-12T21:08:08.943Z[ recovery-image] Aug 12 21:08:08.361 INFO O| Aug 12 21:08:08.361 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-08-12T21:08:08.950Z[ recovery-image] Aug 12 21:08:08.370 INFO O| Aug 12 21:08:08.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43332024-08-12T21:08:08.950Z[ recovery-image] Aug 12 21:08:08.370 INFO O| Aug 12 21:08:08.370 INFO STEP 141 (remove_files) COMPLETE
43342024-08-12T21:08:08.953Z[ recovery-image] Aug 12 21:08:08.370 INFO O| Aug 12 21:08:08.370 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-08-12T21:08:08.963Z[ recovery-image] Aug 12 21:08:08.383 INFO O| Aug 12 21:08:08.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43362024-08-12T21:08:08.963Z[ recovery-image] Aug 12 21:08:08.383 INFO O| Aug 12 21:08:08.383 INFO STEP 142 (remove_files) COMPLETE
43372024-08-12T21:08:08.963Z[ recovery-image] Aug 12 21:08:08.383 INFO O| Aug 12 21:08:08.383 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-08-12T21:08:08.973Z[ recovery-image] Aug 12 21:08:08.393 INFO O| Aug 12 21:08:08.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43392024-08-12T21:08:08.973Z[ recovery-image] Aug 12 21:08:08.393 INFO O| Aug 12 21:08:08.393 INFO STEP 143 (remove_files) COMPLETE
43402024-08-12T21:08:08.973Z[ recovery-image] Aug 12 21:08:08.393 INFO O| Aug 12 21:08:08.393 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-08-12T21:08:08.983Z[ recovery-image] Aug 12 21:08:08.403 INFO O| Aug 12 21:08:08.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43422024-08-12T21:08:08.983Z[ recovery-image] Aug 12 21:08:08.403 INFO O| Aug 12 21:08:08.403 INFO STEP 144 (remove_files) COMPLETE
43432024-08-12T21:08:08.983Z[ recovery-image] Aug 12 21:08:08.403 INFO O| Aug 12 21:08:08.403 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-08-12T21:08:08.992Z[ recovery-image] Aug 12 21:08:08.413 INFO O| Aug 12 21:08:08.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43452024-08-12T21:08:08.992Z[ recovery-image] Aug 12 21:08:08.413 INFO O| Aug 12 21:08:08.413 INFO STEP 145 (remove_files) COMPLETE
43462024-08-12T21:08:08.995Z[ recovery-image] Aug 12 21:08:08.413 INFO O| Aug 12 21:08:08.413 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-08-12T21:08:09.003Z[ recovery-image] Aug 12 21:08:08.423 INFO O| Aug 12 21:08:08.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43482024-08-12T21:08:09.003Z[ recovery-image] Aug 12 21:08:08.423 INFO O| Aug 12 21:08:08.423 INFO STEP 146 (remove_files) COMPLETE
43492024-08-12T21:08:09.003Z[ recovery-image] Aug 12 21:08:08.423 INFO O| Aug 12 21:08:08.423 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-08-12T21:08:09.012Z[ recovery-image] Aug 12 21:08:08.432 INFO O| Aug 12 21:08:08.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43512024-08-12T21:08:09.013Z[ recovery-image] Aug 12 21:08:08.433 INFO O| Aug 12 21:08:08.433 INFO STEP 147 (remove_files) COMPLETE
43522024-08-12T21:08:09.013Z[ recovery-image] Aug 12 21:08:08.433 INFO O| Aug 12 21:08:08.433 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-08-12T21:08:09.022Z[ recovery-image] Aug 12 21:08:08.442 INFO O| Aug 12 21:08:08.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43542024-08-12T21:08:09.022Z[ recovery-image] Aug 12 21:08:08.442 INFO O| Aug 12 21:08:08.442 INFO STEP 148 (remove_files) COMPLETE
43552024-08-12T21:08:09.025Z[ recovery-image] Aug 12 21:08:08.442 INFO O| Aug 12 21:08:08.442 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-08-12T21:08:09.032Z[ recovery-image] Aug 12 21:08:08.452 INFO O| Aug 12 21:08:08.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43572024-08-12T21:08:09.032Z[ recovery-image] Aug 12 21:08:08.452 INFO O| Aug 12 21:08:08.452 INFO STEP 149 (remove_files) COMPLETE
43582024-08-12T21:08:09.032Z[ recovery-image] Aug 12 21:08:08.452 INFO O| Aug 12 21:08:08.452 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-08-12T21:08:09.041Z[ recovery-image] Aug 12 21:08:08.461 INFO O| Aug 12 21:08:08.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43602024-08-12T21:08:09.041Z[ recovery-image] Aug 12 21:08:08.461 INFO O| Aug 12 21:08:08.461 INFO STEP 150 (remove_files) COMPLETE
43612024-08-12T21:08:09.041Z[ recovery-image] Aug 12 21:08:08.461 INFO O| Aug 12 21:08:08.461 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-08-12T21:08:09.051Z[ recovery-image] Aug 12 21:08:08.471 INFO O| Aug 12 21:08:08.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43632024-08-12T21:08:09.058Z[ recovery-image] Aug 12 21:08:08.471 INFO O| Aug 12 21:08:08.471 INFO STEP 151 (remove_files) COMPLETE
43642024-08-12T21:08:09.058Z[ recovery-image] Aug 12 21:08:08.471 INFO O| Aug 12 21:08:08.471 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-08-12T21:08:09.067Z[ recovery-image] Aug 12 21:08:08.481 INFO O| Aug 12 21:08:08.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43662024-08-12T21:08:09.067Z[ recovery-image] Aug 12 21:08:08.481 INFO O| Aug 12 21:08:08.481 INFO STEP 152 (remove_files) COMPLETE
43672024-08-12T21:08:09.067Z[ recovery-image] Aug 12 21:08:08.481 INFO O| Aug 12 21:08:08.481 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-08-12T21:08:09.073Z[ recovery-image] Aug 12 21:08:08.490 INFO O| Aug 12 21:08:08.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43692024-08-12T21:08:09.073Z[ recovery-image] Aug 12 21:08:08.490 INFO O| Aug 12 21:08:08.490 INFO STEP 153 (remove_files) COMPLETE
43702024-08-12T21:08:09.073Z[ recovery-image] Aug 12 21:08:08.490 INFO O| Aug 12 21:08:08.490 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-08-12T21:08:09.080Z[ recovery-image] Aug 12 21:08:08.500 INFO O| Aug 12 21:08:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43722024-08-12T21:08:09.080Z[ recovery-image] Aug 12 21:08:08.500 INFO O| Aug 12 21:08:08.500 INFO STEP 154 (remove_files) COMPLETE
43732024-08-12T21:08:09.080Z[ recovery-image] Aug 12 21:08:08.500 INFO O| Aug 12 21:08:08.500 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-08-12T21:08:09.090Z[ recovery-image] Aug 12 21:08:08.510 INFO O| Aug 12 21:08:08.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43752024-08-12T21:08:09.090Z[ recovery-image] Aug 12 21:08:08.510 INFO O| Aug 12 21:08:08.510 INFO STEP 155 (remove_files) COMPLETE
43762024-08-12T21:08:09.099Z[ recovery-image] Aug 12 21:08:08.510 INFO O| Aug 12 21:08:08.510 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-08-12T21:08:09.104Z[ recovery-image] Aug 12 21:08:08.520 INFO O| Aug 12 21:08:08.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43782024-08-12T21:08:09.104Z[ recovery-image] Aug 12 21:08:08.520 INFO O| Aug 12 21:08:08.520 INFO STEP 156 (remove_files) COMPLETE
43792024-08-12T21:08:09.104Z[ recovery-image] Aug 12 21:08:08.520 INFO O| Aug 12 21:08:08.520 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-08-12T21:08:09.113Z[ recovery-image] Aug 12 21:08:08.529 INFO O| Aug 12 21:08:08.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43812024-08-12T21:08:09.113Z[ recovery-image] Aug 12 21:08:08.529 INFO O| Aug 12 21:08:08.529 INFO STEP 157 (remove_files) COMPLETE
43822024-08-12T21:08:09.113Z[ recovery-image] Aug 12 21:08:08.529 INFO O| Aug 12 21:08:08.529 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-08-12T21:08:09.122Z[ recovery-image] Aug 12 21:08:08.539 INFO O| Aug 12 21:08:08.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43842024-08-12T21:08:09.122Z[ recovery-image] Aug 12 21:08:08.539 INFO O| Aug 12 21:08:08.539 INFO STEP 158 (remove_files) COMPLETE
43852024-08-12T21:08:09.123Z[ recovery-image] Aug 12 21:08:08.539 INFO O| Aug 12 21:08:08.539 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-08-12T21:08:09.129Z[ recovery-image] Aug 12 21:08:08.549 INFO O| Aug 12 21:08:08.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43872024-08-12T21:08:09.129Z[ recovery-image] Aug 12 21:08:08.549 INFO O| Aug 12 21:08:08.549 INFO STEP 159 (remove_files) COMPLETE
43882024-08-12T21:08:09.129Z[ recovery-image] Aug 12 21:08:08.549 INFO O| Aug 12 21:08:08.549 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-08-12T21:08:09.138Z[ recovery-image] Aug 12 21:08:08.558 INFO O| Aug 12 21:08:08.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43902024-08-12T21:08:09.138Z[ recovery-image] Aug 12 21:08:08.558 INFO O| Aug 12 21:08:08.558 INFO STEP 160 (remove_files) COMPLETE
43912024-08-12T21:08:09.138Z[ recovery-image] Aug 12 21:08:08.558 INFO O| Aug 12 21:08:08.558 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-08-12T21:08:09.148Z[ recovery-image] Aug 12 21:08:08.568 INFO O| Aug 12 21:08:08.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43932024-08-12T21:08:09.148Z[ recovery-image] Aug 12 21:08:08.568 INFO O| Aug 12 21:08:08.568 INFO STEP 161 (remove_files) COMPLETE
43942024-08-12T21:08:09.148Z[ recovery-image] Aug 12 21:08:08.568 INFO O| Aug 12 21:08:08.568 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-08-12T21:08:09.159Z[ recovery-image] Aug 12 21:08:08.578 INFO O| Aug 12 21:08:08.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43962024-08-12T21:08:09.159Z[ recovery-image] Aug 12 21:08:08.579 INFO O| Aug 12 21:08:08.578 INFO STEP 162 (remove_files) COMPLETE
43972024-08-12T21:08:09.161Z[ recovery-image] Aug 12 21:08:08.579 INFO O| Aug 12 21:08:08.579 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-08-12T21:08:09.168Z[ recovery-image] Aug 12 21:08:08.588 INFO O| Aug 12 21:08:08.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43992024-08-12T21:08:09.168Z[ recovery-image] Aug 12 21:08:08.589 INFO O| Aug 12 21:08:08.588 INFO STEP 163 (remove_files) COMPLETE
44002024-08-12T21:08:09.168Z[ recovery-image] Aug 12 21:08:08.589 INFO O| Aug 12 21:08:08.589 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-08-12T21:08:09.179Z[ recovery-image] Aug 12 21:08:08.598 INFO O| Aug 12 21:08:08.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44022024-08-12T21:08:09.182Z[ recovery-image] Aug 12 21:08:08.598 INFO O| Aug 12 21:08:08.598 INFO STEP 164 (remove_files) COMPLETE
44032024-08-12T21:08:09.182Z[ recovery-image] Aug 12 21:08:08.598 INFO O| Aug 12 21:08:08.598 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-08-12T21:08:09.188Z[ recovery-image] Aug 12 21:08:08.608 INFO O| Aug 12 21:08:08.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44052024-08-12T21:08:09.191Z[ recovery-image] Aug 12 21:08:08.608 INFO O| Aug 12 21:08:08.608 INFO STEP 165 (remove_files) COMPLETE
44062024-08-12T21:08:09.191Z[ recovery-image] Aug 12 21:08:08.608 INFO O| Aug 12 21:08:08.608 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-08-12T21:08:09.198Z[ recovery-image] Aug 12 21:08:08.618 INFO O| Aug 12 21:08:08.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44082024-08-12T21:08:09.201Z[ recovery-image] Aug 12 21:08:08.618 INFO O| Aug 12 21:08:08.618 INFO STEP 166 (remove_files) COMPLETE
44092024-08-12T21:08:09.201Z[ recovery-image] Aug 12 21:08:08.618 INFO O| Aug 12 21:08:08.618 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-08-12T21:08:09.208Z[ recovery-image] Aug 12 21:08:08.628 INFO O| Aug 12 21:08:08.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44112024-08-12T21:08:09.208Z[ recovery-image] Aug 12 21:08:08.628 INFO O| Aug 12 21:08:08.628 INFO STEP 167 (remove_files) COMPLETE
44122024-08-12T21:08:09.208Z[ recovery-image] Aug 12 21:08:08.628 INFO O| Aug 12 21:08:08.628 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-08-12T21:08:09.218Z[ recovery-image] Aug 12 21:08:08.638 INFO O| Aug 12 21:08:08.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44142024-08-12T21:08:09.218Z[ recovery-image] Aug 12 21:08:08.638 INFO O| Aug 12 21:08:08.638 INFO STEP 168 (remove_files) COMPLETE
44152024-08-12T21:08:09.218Z[ recovery-image] Aug 12 21:08:08.638 INFO O| Aug 12 21:08:08.638 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-08-12T21:08:09.227Z[ recovery-image] Aug 12 21:08:08.648 INFO O| Aug 12 21:08:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44172024-08-12T21:08:09.230Z[ recovery-image] Aug 12 21:08:08.648 INFO O| Aug 12 21:08:08.648 INFO STEP 169 (remove_files) COMPLETE
44182024-08-12T21:08:09.230Z[ recovery-image] Aug 12 21:08:08.648 INFO O| Aug 12 21:08:08.648 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-08-12T21:08:09.237Z[ recovery-image] Aug 12 21:08:08.657 INFO O| Aug 12 21:08:08.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44202024-08-12T21:08:09.240Z[ recovery-image] Aug 12 21:08:08.657 INFO O| Aug 12 21:08:08.657 INFO STEP 170 (remove_files) COMPLETE
44212024-08-12T21:08:09.240Z[ recovery-image] Aug 12 21:08:08.657 INFO O| Aug 12 21:08:08.657 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-08-12T21:08:09.247Z[ recovery-image] Aug 12 21:08:08.667 INFO O| Aug 12 21:08:08.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44232024-08-12T21:08:09.247Z[ recovery-image] Aug 12 21:08:08.667 INFO O| Aug 12 21:08:08.667 INFO STEP 171 (remove_files) COMPLETE
44242024-08-12T21:08:09.247Z[ recovery-image] Aug 12 21:08:08.667 INFO O| Aug 12 21:08:08.667 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-08-12T21:08:09.257Z[ recovery-image] Aug 12 21:08:08.677 INFO O| Aug 12 21:08:08.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44262024-08-12T21:08:09.260Z[ recovery-image] Aug 12 21:08:08.677 INFO O| Aug 12 21:08:08.677 INFO STEP 172 (remove_files) COMPLETE
44272024-08-12T21:08:09.260Z[ recovery-image] Aug 12 21:08:08.677 INFO O| Aug 12 21:08:08.677 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-08-12T21:08:09.266Z[ recovery-image] Aug 12 21:08:08.686 INFO O| Aug 12 21:08:08.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44292024-08-12T21:08:09.266Z[ recovery-image] Aug 12 21:08:08.686 INFO O| Aug 12 21:08:08.686 INFO STEP 173 (remove_files) COMPLETE
44302024-08-12T21:08:09.269Z[ recovery-image] Aug 12 21:08:08.686 INFO O| Aug 12 21:08:08.686 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-08-12T21:08:09.276Z[ recovery-image] Aug 12 21:08:08.696 INFO O| Aug 12 21:08:08.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44322024-08-12T21:08:09.276Z[ recovery-image] Aug 12 21:08:08.696 INFO O| Aug 12 21:08:08.696 INFO STEP 174 (remove_files) COMPLETE
44332024-08-12T21:08:09.276Z[ recovery-image] Aug 12 21:08:08.696 INFO O| Aug 12 21:08:08.696 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-08-12T21:08:09.286Z[ recovery-image] Aug 12 21:08:08.706 INFO O| Aug 12 21:08:08.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44352024-08-12T21:08:09.286Z[ recovery-image] Aug 12 21:08:08.706 INFO O| Aug 12 21:08:08.706 INFO STEP 175 (remove_files) COMPLETE
44362024-08-12T21:08:09.286Z[ recovery-image] Aug 12 21:08:08.706 INFO O| Aug 12 21:08:08.706 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-08-12T21:08:09.296Z[ recovery-image] Aug 12 21:08:08.716 INFO O| Aug 12 21:08:08.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44382024-08-12T21:08:09.296Z[ recovery-image] Aug 12 21:08:08.716 INFO O| Aug 12 21:08:08.716 INFO STEP 176 (remove_files) COMPLETE
44392024-08-12T21:08:09.296Z[ recovery-image] Aug 12 21:08:08.716 INFO O| Aug 12 21:08:08.716 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-08-12T21:08:09.305Z[ recovery-image] Aug 12 21:08:08.725 INFO O| Aug 12 21:08:08.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44412024-08-12T21:08:09.305Z[ recovery-image] Aug 12 21:08:08.725 INFO O| Aug 12 21:08:08.725 INFO STEP 177 (remove_files) COMPLETE
44422024-08-12T21:08:09.308Z[ recovery-image] Aug 12 21:08:08.725 INFO O| Aug 12 21:08:08.725 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-08-12T21:08:09.315Z[ recovery-image] Aug 12 21:08:08.735 INFO O| Aug 12 21:08:08.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44442024-08-12T21:08:09.315Z[ recovery-image] Aug 12 21:08:08.735 INFO O| Aug 12 21:08:08.735 INFO STEP 178 (remove_files) COMPLETE
44452024-08-12T21:08:09.317Z[ recovery-image] Aug 12 21:08:08.735 INFO O| Aug 12 21:08:08.735 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-08-12T21:08:09.325Z[ recovery-image] Aug 12 21:08:08.745 INFO O| Aug 12 21:08:08.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44472024-08-12T21:08:09.325Z[ recovery-image] Aug 12 21:08:08.745 INFO O| Aug 12 21:08:08.745 INFO STEP 179 (remove_files) COMPLETE
44482024-08-12T21:08:09.327Z[ recovery-image] Aug 12 21:08:08.745 INFO O| Aug 12 21:08:08.745 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-08-12T21:08:09.334Z[ recovery-image] Aug 12 21:08:08.754 INFO O| Aug 12 21:08:08.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44502024-08-12T21:08:09.337Z[ recovery-image] Aug 12 21:08:08.755 INFO O| Aug 12 21:08:08.755 INFO STEP 180 (remove_files) COMPLETE
44512024-08-12T21:08:09.337Z[ recovery-image] Aug 12 21:08:08.755 INFO O| Aug 12 21:08:08.755 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-08-12T21:08:09.344Z[ recovery-image] Aug 12 21:08:08.764 INFO O| Aug 12 21:08:08.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44532024-08-12T21:08:09.344Z[ recovery-image] Aug 12 21:08:08.764 INFO O| Aug 12 21:08:08.764 INFO STEP 181 (remove_files) COMPLETE
44542024-08-12T21:08:09.346Z[ recovery-image] Aug 12 21:08:08.764 INFO O| Aug 12 21:08:08.764 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-08-12T21:08:09.354Z[ recovery-image] Aug 12 21:08:08.774 INFO O| Aug 12 21:08:08.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44562024-08-12T21:08:09.354Z[ recovery-image] Aug 12 21:08:08.774 INFO O| Aug 12 21:08:08.774 INFO STEP 182 (remove_files) COMPLETE
44572024-08-12T21:08:09.354Z[ recovery-image] Aug 12 21:08:08.774 INFO O| Aug 12 21:08:08.774 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-08-12T21:08:09.363Z[ recovery-image] Aug 12 21:08:08.783 INFO O| Aug 12 21:08:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44592024-08-12T21:08:09.366Z[ recovery-image] Aug 12 21:08:08.784 INFO O| Aug 12 21:08:08.784 INFO STEP 183 (remove_files) COMPLETE
44602024-08-12T21:08:09.366Z[ recovery-image] Aug 12 21:08:08.784 INFO O| Aug 12 21:08:08.784 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-08-12T21:08:09.374Z[ recovery-image] Aug 12 21:08:08.794 INFO O| Aug 12 21:08:08.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44622024-08-12T21:08:09.374Z[ recovery-image] Aug 12 21:08:08.794 INFO O| Aug 12 21:08:08.794 INFO STEP 184 (remove_files) COMPLETE
44632024-08-12T21:08:09.376Z[ recovery-image] Aug 12 21:08:08.794 INFO O| Aug 12 21:08:08.794 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-08-12T21:08:09.383Z[ recovery-image] Aug 12 21:08:08.803 INFO O| Aug 12 21:08:08.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44652024-08-12T21:08:09.386Z[ recovery-image] Aug 12 21:08:08.803 INFO O| Aug 12 21:08:08.803 INFO STEP 185 (remove_files) COMPLETE
44662024-08-12T21:08:09.386Z[ recovery-image] Aug 12 21:08:08.804 INFO O| Aug 12 21:08:08.803 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-08-12T21:08:09.393Z[ recovery-image] Aug 12 21:08:08.813 INFO O| Aug 12 21:08:08.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44682024-08-12T21:08:09.395Z[ recovery-image] Aug 12 21:08:08.813 INFO O| Aug 12 21:08:08.813 INFO STEP 186 (remove_files) COMPLETE
44692024-08-12T21:08:09.395Z[ recovery-image] Aug 12 21:08:08.813 INFO O| Aug 12 21:08:08.813 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-12T21:08:09.403Z[ recovery-image] Aug 12 21:08:08.823 INFO O| Aug 12 21:08:08.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44712024-08-12T21:08:09.403Z[ recovery-image] Aug 12 21:08:08.823 INFO O| Aug 12 21:08:08.823 INFO STEP 187 (remove_files) COMPLETE
44722024-08-12T21:08:09.405Z[ recovery-image] Aug 12 21:08:08.823 INFO O| Aug 12 21:08:08.823 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-08-12T21:08:09.412Z[ recovery-image] Aug 12 21:08:08.832 INFO O| Aug 12 21:08:08.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44742024-08-12T21:08:09.412Z[ recovery-image] Aug 12 21:08:08.832 INFO O| Aug 12 21:08:08.832 INFO STEP 188 (remove_files) COMPLETE
44752024-08-12T21:08:09.415Z[ recovery-image] Aug 12 21:08:08.833 INFO O| Aug 12 21:08:08.832 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-08-12T21:08:09.422Z[ recovery-image] Aug 12 21:08:08.842 INFO O| Aug 12 21:08:08.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44772024-08-12T21:08:09.422Z[ recovery-image] Aug 12 21:08:08.842 INFO O| Aug 12 21:08:08.842 INFO STEP 189 (remove_files) COMPLETE
44782024-08-12T21:08:09.422Z[ recovery-image] Aug 12 21:08:08.842 INFO O| Aug 12 21:08:08.842 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-08-12T21:08:09.432Z[ recovery-image] Aug 12 21:08:08.852 INFO O| Aug 12 21:08:08.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44802024-08-12T21:08:09.432Z[ recovery-image] Aug 12 21:08:08.852 INFO O| Aug 12 21:08:08.852 INFO STEP 190 (remove_files) COMPLETE
44812024-08-12T21:08:09.434Z[ recovery-image] Aug 12 21:08:08.852 INFO O| Aug 12 21:08:08.852 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-08-12T21:08:09.442Z[ recovery-image] Aug 12 21:08:08.862 INFO O| Aug 12 21:08:08.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44832024-08-12T21:08:09.442Z[ recovery-image] Aug 12 21:08:08.862 INFO O| Aug 12 21:08:08.862 INFO STEP 191 (remove_files) COMPLETE
44842024-08-12T21:08:09.444Z[ recovery-image] Aug 12 21:08:08.862 INFO O| Aug 12 21:08:08.862 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-08-12T21:08:09.451Z[ recovery-image] Aug 12 21:08:08.871 INFO O| Aug 12 21:08:08.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44862024-08-12T21:08:09.451Z[ recovery-image] Aug 12 21:08:08.871 INFO O| Aug 12 21:08:08.871 INFO STEP 192 (remove_files) COMPLETE
44872024-08-12T21:08:09.454Z[ recovery-image] Aug 12 21:08:08.871 INFO O| Aug 12 21:08:08.871 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-12T21:08:09.461Z[ recovery-image] Aug 12 21:08:08.881 INFO O| Aug 12 21:08:08.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44892024-08-12T21:08:09.461Z[ recovery-image] Aug 12 21:08:08.881 INFO O| Aug 12 21:08:08.881 INFO STEP 193 (remove_files) COMPLETE
44902024-08-12T21:08:09.463Z[ recovery-image] Aug 12 21:08:08.881 INFO O| Aug 12 21:08:08.881 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-08-12T21:08:09.470Z[ recovery-image] Aug 12 21:08:08.891 INFO O| Aug 12 21:08:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44922024-08-12T21:08:09.470Z[ recovery-image] Aug 12 21:08:08.891 INFO O| Aug 12 21:08:08.891 INFO STEP 194 (remove_files) COMPLETE
44932024-08-12T21:08:09.473Z[ recovery-image] Aug 12 21:08:08.891 INFO O| Aug 12 21:08:08.891 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-08-12T21:08:09.480Z[ recovery-image] Aug 12 21:08:08.900 INFO O| Aug 12 21:08:08.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44952024-08-12T21:08:09.480Z[ recovery-image] Aug 12 21:08:08.900 INFO O| Aug 12 21:08:08.900 INFO STEP 195 (remove_files) COMPLETE
44962024-08-12T21:08:09.483Z[ recovery-image] Aug 12 21:08:08.900 INFO O| Aug 12 21:08:08.900 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-08-12T21:08:09.490Z[ recovery-image] Aug 12 21:08:08.911 INFO O| Aug 12 21:08:08.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44982024-08-12T21:08:09.493Z[ recovery-image] Aug 12 21:08:08.911 INFO O| Aug 12 21:08:08.911 INFO STEP 196 (remove_files) COMPLETE
44992024-08-12T21:08:09.493Z[ recovery-image] Aug 12 21:08:08.911 INFO O| Aug 12 21:08:08.911 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-12T21:08:09.502Z[ recovery-image] Aug 12 21:08:08.922 INFO O| Aug 12 21:08:08.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45012024-08-12T21:08:09.502Z[ recovery-image] Aug 12 21:08:08.922 INFO O| Aug 12 21:08:08.922 INFO STEP 197 (remove_files) COMPLETE
45022024-08-12T21:08:09.504Z[ recovery-image] Aug 12 21:08:08.922 INFO O| Aug 12 21:08:08.922 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-12T21:08:09.512Z[ recovery-image] Aug 12 21:08:08.932 INFO O| Aug 12 21:08:08.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45042024-08-12T21:08:09.512Z[ recovery-image] Aug 12 21:08:08.932 INFO O| Aug 12 21:08:08.932 INFO STEP 198 (remove_files) COMPLETE
45052024-08-12T21:08:09.515Z[ recovery-image] Aug 12 21:08:08.932 INFO O| Aug 12 21:08:08.932 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-12T21:08:09.522Z[ recovery-image] Aug 12 21:08:08.943 INFO O| Aug 12 21:08:08.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45072024-08-12T21:08:09.523Z[ recovery-image] Aug 12 21:08:08.943 INFO O| Aug 12 21:08:08.943 INFO STEP 199 (remove_files) COMPLETE
45082024-08-12T21:08:09.525Z[ recovery-image] Aug 12 21:08:08.943 INFO O| Aug 12 21:08:08.943 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-12T21:08:09.533Z[ recovery-image] Aug 12 21:08:08.953 INFO O| Aug 12 21:08:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45102024-08-12T21:08:09.533Z[ recovery-image] Aug 12 21:08:08.953 INFO O| Aug 12 21:08:08.953 INFO STEP 200 (remove_files) COMPLETE
45112024-08-12T21:08:09.535Z[ recovery-image] Aug 12 21:08:08.953 INFO O| Aug 12 21:08:08.953 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-08-12T21:08:09.543Z[ recovery-image] Aug 12 21:08:08.963 INFO O| Aug 12 21:08:08.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45132024-08-12T21:08:09.543Z[ recovery-image] Aug 12 21:08:08.963 INFO O| Aug 12 21:08:08.963 INFO STEP 201 (remove_files) COMPLETE
45142024-08-12T21:08:09.543Z[ recovery-image] Aug 12 21:08:08.963 INFO O| Aug 12 21:08:08.963 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-08-12T21:08:09.553Z[ recovery-image] Aug 12 21:08:08.973 INFO O| Aug 12 21:08:08.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45162024-08-12T21:08:09.553Z[ recovery-image] Aug 12 21:08:08.973 INFO O| Aug 12 21:08:08.973 INFO STEP 202 (remove_files) COMPLETE
45172024-08-12T21:08:09.556Z[ recovery-image] Aug 12 21:08:08.973 INFO O| Aug 12 21:08:08.973 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-08-12T21:08:09.566Z[ recovery-image] Aug 12 21:08:08.983 INFO O| Aug 12 21:08:08.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45192024-08-12T21:08:09.566Z[ recovery-image] Aug 12 21:08:08.983 INFO O| Aug 12 21:08:08.983 INFO STEP 203 (remove_files) COMPLETE
45202024-08-12T21:08:09.569Z[ recovery-image] Aug 12 21:08:08.983 INFO O| Aug 12 21:08:08.983 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-08-12T21:08:09.573Z[ recovery-image] Aug 12 21:08:08.993 INFO O| Aug 12 21:08:08.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45222024-08-12T21:08:09.576Z[ recovery-image] Aug 12 21:08:08.993 INFO O| Aug 12 21:08:08.993 INFO STEP 204 (remove_files) COMPLETE
45232024-08-12T21:08:09.576Z[ recovery-image] Aug 12 21:08:08.993 INFO O| Aug 12 21:08:08.993 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-08-12T21:08:09.584Z[ recovery-image] Aug 12 21:08:09.004 INFO O| Aug 12 21:08:09.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45252024-08-12T21:08:09.584Z[ recovery-image] Aug 12 21:08:09.004 INFO O| Aug 12 21:08:09.004 INFO STEP 205 (remove_files) COMPLETE
45262024-08-12T21:08:09.584Z[ recovery-image] Aug 12 21:08:09.004 INFO O| Aug 12 21:08:09.004 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-08-12T21:08:09.594Z[ recovery-image] Aug 12 21:08:09.014 INFO O| Aug 12 21:08:09.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45282024-08-12T21:08:09.597Z[ recovery-image] Aug 12 21:08:09.014 INFO O| Aug 12 21:08:09.014 INFO STEP 206 (remove_files) COMPLETE
45292024-08-12T21:08:09.597Z[ recovery-image] Aug 12 21:08:09.015 INFO O| Aug 12 21:08:09.014 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-08-12T21:08:09.604Z[ recovery-image] Aug 12 21:08:09.024 INFO O| Aug 12 21:08:09.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45312024-08-12T21:08:09.607Z[ recovery-image] Aug 12 21:08:09.024 INFO O| Aug 12 21:08:09.024 INFO STEP 207 (remove_files) COMPLETE
45322024-08-12T21:08:09.607Z[ recovery-image] Aug 12 21:08:09.024 INFO O| Aug 12 21:08:09.024 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-08-12T21:08:09.614Z[ recovery-image] Aug 12 21:08:09.034 INFO O| Aug 12 21:08:09.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45342024-08-12T21:08:09.614Z[ recovery-image] Aug 12 21:08:09.034 INFO O| Aug 12 21:08:09.034 INFO STEP 208 (remove_files) COMPLETE
45352024-08-12T21:08:09.616Z[ recovery-image] Aug 12 21:08:09.034 INFO O| Aug 12 21:08:09.034 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-08-12T21:08:09.624Z[ recovery-image] Aug 12 21:08:09.044 INFO O| Aug 12 21:08:09.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45372024-08-12T21:08:09.624Z[ recovery-image] Aug 12 21:08:09.044 INFO O| Aug 12 21:08:09.044 INFO STEP 209 (remove_files) COMPLETE
45382024-08-12T21:08:09.627Z[ recovery-image] Aug 12 21:08:09.044 INFO O| Aug 12 21:08:09.044 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-08-12T21:08:09.634Z[ recovery-image] Aug 12 21:08:09.054 INFO O| Aug 12 21:08:09.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45402024-08-12T21:08:09.634Z[ recovery-image] Aug 12 21:08:09.054 INFO O| Aug 12 21:08:09.054 INFO STEP 210 (remove_files) COMPLETE
45412024-08-12T21:08:09.634Z[ recovery-image] Aug 12 21:08:09.054 INFO O| Aug 12 21:08:09.054 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-08-12T21:08:09.644Z[ recovery-image] Aug 12 21:08:09.064 INFO O| Aug 12 21:08:09.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45432024-08-12T21:08:09.644Z[ recovery-image] Aug 12 21:08:09.064 INFO O| Aug 12 21:08:09.064 INFO STEP 211 (remove_files) COMPLETE
45442024-08-12T21:08:09.647Z[ recovery-image] Aug 12 21:08:09.064 INFO O| Aug 12 21:08:09.064 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-08-12T21:08:09.654Z[ recovery-image] Aug 12 21:08:09.074 INFO O| Aug 12 21:08:09.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45462024-08-12T21:08:09.654Z[ recovery-image] Aug 12 21:08:09.074 INFO O| Aug 12 21:08:09.074 INFO STEP 212 (remove_files) COMPLETE
45472024-08-12T21:08:09.654Z[ recovery-image] Aug 12 21:08:09.074 INFO O| Aug 12 21:08:09.074 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-08-12T21:08:09.665Z[ recovery-image] Aug 12 21:08:09.084 INFO O| Aug 12 21:08:09.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45492024-08-12T21:08:09.667Z[ recovery-image] Aug 12 21:08:09.084 INFO O| Aug 12 21:08:09.084 INFO STEP 213 (remove_files) COMPLETE
45502024-08-12T21:08:09.667Z[ recovery-image] Aug 12 21:08:09.084 INFO O| Aug 12 21:08:09.084 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-08-12T21:08:09.674Z[ recovery-image] Aug 12 21:08:09.094 INFO O| Aug 12 21:08:09.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45522024-08-12T21:08:09.674Z[ recovery-image] Aug 12 21:08:09.094 INFO O| Aug 12 21:08:09.094 INFO STEP 214 (remove_files) COMPLETE
45532024-08-12T21:08:09.676Z[ recovery-image] Aug 12 21:08:09.094 INFO O| Aug 12 21:08:09.094 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-08-12T21:08:09.683Z[ recovery-image] Aug 12 21:08:09.104 INFO O| Aug 12 21:08:09.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45552024-08-12T21:08:09.686Z[ recovery-image] Aug 12 21:08:09.104 INFO O| Aug 12 21:08:09.104 INFO STEP 215 (remove_files) COMPLETE
45562024-08-12T21:08:09.686Z[ recovery-image] Aug 12 21:08:09.104 INFO O| Aug 12 21:08:09.104 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-08-12T21:08:09.693Z[ recovery-image] Aug 12 21:08:09.114 INFO O| Aug 12 21:08:09.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45582024-08-12T21:08:09.694Z[ recovery-image] Aug 12 21:08:09.114 INFO O| Aug 12 21:08:09.114 INFO STEP 216 (remove_files) COMPLETE
45592024-08-12T21:08:09.694Z[ recovery-image] Aug 12 21:08:09.114 INFO O| Aug 12 21:08:09.114 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-08-12T21:08:09.703Z[ recovery-image] Aug 12 21:08:09.123 INFO O| Aug 12 21:08:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45612024-08-12T21:08:09.703Z[ recovery-image] Aug 12 21:08:09.124 INFO O| Aug 12 21:08:09.124 INFO STEP 217 (remove_files) COMPLETE
45622024-08-12T21:08:09.706Z[ recovery-image] Aug 12 21:08:09.124 INFO O| Aug 12 21:08:09.124 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-08-12T21:08:09.713Z[ recovery-image] Aug 12 21:08:09.133 INFO O| Aug 12 21:08:09.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45642024-08-12T21:08:09.716Z[ recovery-image] Aug 12 21:08:09.133 INFO O| Aug 12 21:08:09.133 INFO STEP 218 (remove_files) COMPLETE
45652024-08-12T21:08:09.716Z[ recovery-image] Aug 12 21:08:09.133 INFO O| Aug 12 21:08:09.133 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-08-12T21:08:09.723Z[ recovery-image] Aug 12 21:08:09.143 INFO O| Aug 12 21:08:09.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45672024-08-12T21:08:09.726Z[ recovery-image] Aug 12 21:08:09.143 INFO O| Aug 12 21:08:09.143 INFO STEP 219 (remove_files) COMPLETE
45682024-08-12T21:08:09.726Z[ recovery-image] Aug 12 21:08:09.143 INFO O| Aug 12 21:08:09.143 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-08-12T21:08:09.733Z[ recovery-image] Aug 12 21:08:09.153 INFO O| Aug 12 21:08:09.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45702024-08-12T21:08:09.735Z[ recovery-image] Aug 12 21:08:09.153 INFO O| Aug 12 21:08:09.153 INFO STEP 220 (remove_files) COMPLETE
45712024-08-12T21:08:09.735Z[ recovery-image] Aug 12 21:08:09.153 INFO O| Aug 12 21:08:09.153 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-08-12T21:08:09.743Z[ recovery-image] Aug 12 21:08:09.163 INFO O| Aug 12 21:08:09.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45732024-08-12T21:08:09.743Z[ recovery-image] Aug 12 21:08:09.163 INFO O| Aug 12 21:08:09.163 INFO STEP 221 (remove_files) COMPLETE
45742024-08-12T21:08:09.746Z[ recovery-image] Aug 12 21:08:09.163 INFO O| Aug 12 21:08:09.163 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-08-12T21:08:09.753Z[ recovery-image] Aug 12 21:08:09.173 INFO O| Aug 12 21:08:09.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45762024-08-12T21:08:09.753Z[ recovery-image] Aug 12 21:08:09.173 INFO O| Aug 12 21:08:09.173 INFO STEP 222 (remove_files) COMPLETE
45772024-08-12T21:08:09.753Z[ recovery-image] Aug 12 21:08:09.173 INFO O| Aug 12 21:08:09.173 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-08-12T21:08:09.763Z[ recovery-image] Aug 12 21:08:09.183 INFO O| Aug 12 21:08:09.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45792024-08-12T21:08:09.763Z[ recovery-image] Aug 12 21:08:09.183 INFO O| Aug 12 21:08:09.183 INFO STEP 223 (remove_files) COMPLETE
45802024-08-12T21:08:09.766Z[ recovery-image] Aug 12 21:08:09.183 INFO O| Aug 12 21:08:09.183 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-08-12T21:08:09.773Z[ recovery-image] Aug 12 21:08:09.193 INFO O| Aug 12 21:08:09.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45822024-08-12T21:08:09.773Z[ recovery-image] Aug 12 21:08:09.193 INFO O| Aug 12 21:08:09.193 INFO STEP 224 (remove_files) COMPLETE
45832024-08-12T21:08:09.775Z[ recovery-image] Aug 12 21:08:09.193 INFO O| Aug 12 21:08:09.193 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-08-12T21:08:09.783Z[ recovery-image] Aug 12 21:08:09.203 INFO O| Aug 12 21:08:09.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45852024-08-12T21:08:09.783Z[ recovery-image] Aug 12 21:08:09.203 INFO O| Aug 12 21:08:09.203 INFO STEP 225 (remove_files) COMPLETE
45862024-08-12T21:08:09.786Z[ recovery-image] Aug 12 21:08:09.203 INFO O| Aug 12 21:08:09.203 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-08-12T21:08:09.793Z[ recovery-image] Aug 12 21:08:09.213 INFO O| Aug 12 21:08:09.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45882024-08-12T21:08:09.793Z[ recovery-image] Aug 12 21:08:09.213 INFO O| Aug 12 21:08:09.213 INFO STEP 226 (remove_files) COMPLETE
45892024-08-12T21:08:09.793Z[ recovery-image] Aug 12 21:08:09.213 INFO O| Aug 12 21:08:09.213 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-08-12T21:08:09.803Z[ recovery-image] Aug 12 21:08:09.223 INFO O| Aug 12 21:08:09.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45912024-08-12T21:08:09.803Z[ recovery-image] Aug 12 21:08:09.223 INFO O| Aug 12 21:08:09.223 INFO STEP 227 (remove_files) COMPLETE
45922024-08-12T21:08:09.803Z[ recovery-image] Aug 12 21:08:09.223 INFO O| Aug 12 21:08:09.223 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-08-12T21:08:09.812Z[ recovery-image] Aug 12 21:08:09.232 INFO O| Aug 12 21:08:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45942024-08-12T21:08:09.813Z[ recovery-image] Aug 12 21:08:09.233 INFO O| Aug 12 21:08:09.232 INFO STEP 228 (remove_files) COMPLETE
45952024-08-12T21:08:09.813Z[ recovery-image] Aug 12 21:08:09.233 INFO O| Aug 12 21:08:09.233 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-08-12T21:08:09.822Z[ recovery-image] Aug 12 21:08:09.242 INFO O| Aug 12 21:08:09.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45972024-08-12T21:08:09.822Z[ recovery-image] Aug 12 21:08:09.242 INFO O| Aug 12 21:08:09.242 INFO STEP 229 (remove_files) COMPLETE
45982024-08-12T21:08:09.825Z[ recovery-image] Aug 12 21:08:09.242 INFO O| Aug 12 21:08:09.242 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-08-12T21:08:09.832Z[ recovery-image] Aug 12 21:08:09.252 INFO O| Aug 12 21:08:09.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46002024-08-12T21:08:09.832Z[ recovery-image] Aug 12 21:08:09.252 INFO O| Aug 12 21:08:09.252 INFO STEP 230 (remove_files) COMPLETE
46012024-08-12T21:08:09.835Z[ recovery-image] Aug 12 21:08:09.252 INFO O| Aug 12 21:08:09.252 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-08-12T21:08:09.844Z[ recovery-image] Aug 12 21:08:09.264 INFO O| Aug 12 21:08:09.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46032024-08-12T21:08:09.844Z[ recovery-image] Aug 12 21:08:09.264 INFO O| Aug 12 21:08:09.264 INFO STEP 231 (remove_files) COMPLETE
46042024-08-12T21:08:09.844Z[ recovery-image] Aug 12 21:08:09.264 INFO O| Aug 12 21:08:09.264 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-08-12T21:08:09.854Z[ recovery-image] Aug 12 21:08:09.274 INFO O| Aug 12 21:08:09.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46062024-08-12T21:08:09.854Z[ recovery-image] Aug 12 21:08:09.274 INFO O| Aug 12 21:08:09.274 INFO STEP 232 (remove_files) COMPLETE
46072024-08-12T21:08:09.854Z[ recovery-image] Aug 12 21:08:09.274 INFO O| Aug 12 21:08:09.274 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-08-12T21:08:09.866Z[ recovery-image] Aug 12 21:08:09.286 INFO O| Aug 12 21:08:09.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46092024-08-12T21:08:09.868Z[ recovery-image] Aug 12 21:08:09.286 INFO O| Aug 12 21:08:09.286 INFO STEP 233 (remove_files) COMPLETE
46102024-08-12T21:08:09.868Z[ recovery-image] Aug 12 21:08:09.286 INFO O| Aug 12 21:08:09.286 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-08-12T21:08:09.878Z[ recovery-image] Aug 12 21:08:09.298 INFO O| Aug 12 21:08:09.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46122024-08-12T21:08:09.878Z[ recovery-image] Aug 12 21:08:09.298 INFO O| Aug 12 21:08:09.298 INFO STEP 234 (remove_files) COMPLETE
46132024-08-12T21:08:09.881Z[ recovery-image] Aug 12 21:08:09.298 INFO O| Aug 12 21:08:09.298 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-08-12T21:08:09.888Z[ recovery-image] Aug 12 21:08:09.308 INFO O| Aug 12 21:08:09.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46152024-08-12T21:08:09.888Z[ recovery-image] Aug 12 21:08:09.308 INFO O| Aug 12 21:08:09.308 INFO STEP 235 (remove_files) COMPLETE
46162024-08-12T21:08:09.888Z[ recovery-image] Aug 12 21:08:09.308 INFO O| Aug 12 21:08:09.308 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-08-12T21:08:09.898Z[ recovery-image] Aug 12 21:08:09.318 INFO O| Aug 12 21:08:09.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46182024-08-12T21:08:09.898Z[ recovery-image] Aug 12 21:08:09.318 INFO O| Aug 12 21:08:09.318 INFO STEP 236 (remove_files) COMPLETE
46192024-08-12T21:08:09.901Z[ recovery-image] Aug 12 21:08:09.318 INFO O| Aug 12 21:08:09.318 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-08-12T21:08:09.908Z[ recovery-image] Aug 12 21:08:09.328 INFO O| Aug 12 21:08:09.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46212024-08-12T21:08:09.908Z[ recovery-image] Aug 12 21:08:09.328 INFO O| Aug 12 21:08:09.328 INFO STEP 237 (remove_files) COMPLETE
46222024-08-12T21:08:09.911Z[ recovery-image] Aug 12 21:08:09.328 INFO O| Aug 12 21:08:09.328 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-08-12T21:08:09.919Z[ recovery-image] Aug 12 21:08:09.338 INFO O| Aug 12 21:08:09.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46242024-08-12T21:08:09.922Z[ recovery-image] Aug 12 21:08:09.338 INFO O| Aug 12 21:08:09.338 INFO STEP 238 (remove_files) COMPLETE
46252024-08-12T21:08:09.922Z[ recovery-image] Aug 12 21:08:09.338 INFO O| Aug 12 21:08:09.338 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-08-12T21:08:09.928Z[ recovery-image] Aug 12 21:08:09.348 INFO O| Aug 12 21:08:09.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46272024-08-12T21:08:09.928Z[ recovery-image] Aug 12 21:08:09.348 INFO O| Aug 12 21:08:09.348 INFO STEP 239 (remove_files) COMPLETE
46282024-08-12T21:08:09.931Z[ recovery-image] Aug 12 21:08:09.348 INFO O| Aug 12 21:08:09.348 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-08-12T21:08:09.938Z[ recovery-image] Aug 12 21:08:09.358 INFO O| Aug 12 21:08:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46302024-08-12T21:08:09.938Z[ recovery-image] Aug 12 21:08:09.358 INFO O| Aug 12 21:08:09.358 INFO STEP 240 (remove_files) COMPLETE
46312024-08-12T21:08:09.940Z[ recovery-image] Aug 12 21:08:09.358 INFO O| Aug 12 21:08:09.358 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-08-12T21:08:09.947Z[ recovery-image] Aug 12 21:08:09.367 INFO O| Aug 12 21:08:09.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46332024-08-12T21:08:09.947Z[ recovery-image] Aug 12 21:08:09.368 INFO O| Aug 12 21:08:09.367 INFO STEP 241 (remove_files) COMPLETE
46342024-08-12T21:08:09.947Z[ recovery-image] Aug 12 21:08:09.368 INFO O| Aug 12 21:08:09.367 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-08-12T21:08:09.957Z[ recovery-image] Aug 12 21:08:09.377 INFO O| Aug 12 21:08:09.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46362024-08-12T21:08:09.957Z[ recovery-image] Aug 12 21:08:09.377 INFO O| Aug 12 21:08:09.377 INFO STEP 242 (remove_files) COMPLETE
46372024-08-12T21:08:09.960Z[ recovery-image] Aug 12 21:08:09.377 INFO O| Aug 12 21:08:09.377 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-08-12T21:08:09.967Z[ recovery-image] Aug 12 21:08:09.387 INFO O| Aug 12 21:08:09.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46392024-08-12T21:08:09.967Z[ recovery-image] Aug 12 21:08:09.387 INFO O| Aug 12 21:08:09.387 INFO STEP 243 (remove_files) COMPLETE
46402024-08-12T21:08:09.970Z[ recovery-image] Aug 12 21:08:09.387 INFO O| Aug 12 21:08:09.387 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-08-12T21:08:09.977Z[ recovery-image] Aug 12 21:08:09.397 INFO O| Aug 12 21:08:09.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46422024-08-12T21:08:09.980Z[ recovery-image] Aug 12 21:08:09.397 INFO O| Aug 12 21:08:09.397 INFO STEP 244 (remove_files) COMPLETE
46432024-08-12T21:08:09.980Z[ recovery-image] Aug 12 21:08:09.397 INFO O| Aug 12 21:08:09.397 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-12T21:08:09.987Z[ recovery-image] Aug 12 21:08:09.407 INFO O| Aug 12 21:08:09.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46452024-08-12T21:08:09.987Z[ recovery-image] Aug 12 21:08:09.407 INFO O| Aug 12 21:08:09.407 INFO STEP 245 (remove_files) COMPLETE
46462024-08-12T21:08:09.987Z[ recovery-image] Aug 12 21:08:09.407 INFO O| Aug 12 21:08:09.407 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-12T21:08:09.997Z[ recovery-image] Aug 12 21:08:09.417 INFO O| Aug 12 21:08:09.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46482024-08-12T21:08:09.997Z[ recovery-image] Aug 12 21:08:09.417 INFO O| Aug 12 21:08:09.417 INFO STEP 246 (remove_files) COMPLETE
46492024-08-12T21:08:09.997Z[ recovery-image] Aug 12 21:08:09.417 INFO O| Aug 12 21:08:09.417 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-12T21:08:10.007Z[ recovery-image] Aug 12 21:08:09.427 INFO O| Aug 12 21:08:09.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46512024-08-12T21:08:10.007Z[ recovery-image] Aug 12 21:08:09.427 INFO O| Aug 12 21:08:09.427 INFO STEP 247 (remove_files) COMPLETE
46522024-08-12T21:08:10.007Z[ recovery-image] Aug 12 21:08:09.427 INFO O| Aug 12 21:08:09.427 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-12T21:08:10.016Z[ recovery-image] Aug 12 21:08:09.436 INFO O| Aug 12 21:08:09.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46542024-08-12T21:08:10.016Z[ recovery-image] Aug 12 21:08:09.436 INFO O| Aug 12 21:08:09.436 INFO STEP 248 (remove_files) COMPLETE
46552024-08-12T21:08:10.016Z[ recovery-image] Aug 12 21:08:09.436 INFO O| Aug 12 21:08:09.436 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-12T21:08:10.026Z[ recovery-image] Aug 12 21:08:09.446 INFO O| Aug 12 21:08:09.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46572024-08-12T21:08:10.029Z[ recovery-image] Aug 12 21:08:09.446 INFO O| Aug 12 21:08:09.446 INFO STEP 249 (remove_files) COMPLETE
46582024-08-12T21:08:10.029Z[ recovery-image] Aug 12 21:08:09.446 INFO O| Aug 12 21:08:09.446 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-12T21:08:10.036Z[ recovery-image] Aug 12 21:08:09.456 INFO O| Aug 12 21:08:09.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46602024-08-12T21:08:10.036Z[ recovery-image] Aug 12 21:08:09.456 INFO O| Aug 12 21:08:09.456 INFO STEP 250 (remove_files) COMPLETE
46612024-08-12T21:08:10.038Z[ recovery-image] Aug 12 21:08:09.456 INFO O| Aug 12 21:08:09.456 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-12T21:08:10.045Z[ recovery-image] Aug 12 21:08:09.465 INFO O| Aug 12 21:08:09.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46632024-08-12T21:08:10.045Z[ recovery-image] Aug 12 21:08:09.465 INFO O| Aug 12 21:08:09.465 INFO STEP 251 (remove_files) COMPLETE
46642024-08-12T21:08:10.048Z[ recovery-image] Aug 12 21:08:09.465 INFO O| Aug 12 21:08:09.465 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-12T21:08:10.055Z[ recovery-image] Aug 12 21:08:09.475 INFO O| Aug 12 21:08:09.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46662024-08-12T21:08:10.055Z[ recovery-image] Aug 12 21:08:09.475 INFO O| Aug 12 21:08:09.475 INFO STEP 252 (remove_files) COMPLETE
46672024-08-12T21:08:10.055Z[ recovery-image] Aug 12 21:08:09.475 INFO O| Aug 12 21:08:09.475 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-12T21:08:10.064Z[ recovery-image] Aug 12 21:08:09.484 INFO O| Aug 12 21:08:09.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46692024-08-12T21:08:10.064Z[ recovery-image] Aug 12 21:08:09.485 INFO O| Aug 12 21:08:09.484 INFO STEP 253 (remove_files) COMPLETE
46702024-08-12T21:08:10.067Z[ recovery-image] Aug 12 21:08:09.485 INFO O| Aug 12 21:08:09.485 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-12T21:08:10.074Z[ recovery-image] Aug 12 21:08:09.494 INFO O| Aug 12 21:08:09.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46722024-08-12T21:08:10.074Z[ recovery-image] Aug 12 21:08:09.494 INFO O| Aug 12 21:08:09.494 INFO STEP 254 (remove_files) COMPLETE
46732024-08-12T21:08:10.077Z[ recovery-image] Aug 12 21:08:09.494 INFO O| Aug 12 21:08:09.494 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-12T21:08:10.084Z[ recovery-image] Aug 12 21:08:09.504 INFO O| Aug 12 21:08:09.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46752024-08-12T21:08:10.084Z[ recovery-image] Aug 12 21:08:09.504 INFO O| Aug 12 21:08:09.504 INFO STEP 255 (remove_files) COMPLETE
46762024-08-12T21:08:10.086Z[ recovery-image] Aug 12 21:08:09.504 INFO O| Aug 12 21:08:09.504 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-12T21:08:10.093Z[ recovery-image] Aug 12 21:08:09.513 INFO O| Aug 12 21:08:09.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46782024-08-12T21:08:10.096Z[ recovery-image] Aug 12 21:08:09.514 INFO O| Aug 12 21:08:09.514 INFO STEP 256 (remove_files) COMPLETE
46792024-08-12T21:08:10.096Z[ recovery-image] Aug 12 21:08:09.514 INFO O| Aug 12 21:08:09.514 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-12T21:08:10.103Z[ recovery-image] Aug 12 21:08:09.523 INFO O| Aug 12 21:08:09.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46812024-08-12T21:08:10.106Z[ recovery-image] Aug 12 21:08:09.523 INFO O| Aug 12 21:08:09.523 INFO STEP 257 (remove_files) COMPLETE
46822024-08-12T21:08:10.106Z[ recovery-image] Aug 12 21:08:09.523 INFO O| Aug 12 21:08:09.523 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-12T21:08:10.113Z[ recovery-image] Aug 12 21:08:09.533 INFO O| Aug 12 21:08:09.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46842024-08-12T21:08:10.113Z[ recovery-image] Aug 12 21:08:09.533 INFO O| Aug 12 21:08:09.533 INFO STEP 258 (remove_files) COMPLETE
46852024-08-12T21:08:10.116Z[ recovery-image] Aug 12 21:08:09.533 INFO O| Aug 12 21:08:09.533 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-12T21:08:10.123Z[ recovery-image] Aug 12 21:08:09.543 INFO O| Aug 12 21:08:09.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46872024-08-12T21:08:10.123Z[ recovery-image] Aug 12 21:08:09.543 INFO O| Aug 12 21:08:09.543 INFO STEP 259 (remove_files) COMPLETE
46882024-08-12T21:08:10.126Z[ recovery-image] Aug 12 21:08:09.543 INFO O| Aug 12 21:08:09.543 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-12T21:08:10.132Z[ recovery-image] Aug 12 21:08:09.552 INFO O| Aug 12 21:08:09.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46902024-08-12T21:08:10.132Z[ recovery-image] Aug 12 21:08:09.552 INFO O| Aug 12 21:08:09.552 INFO STEP 260 (remove_files) COMPLETE
46912024-08-12T21:08:10.132Z[ recovery-image] Aug 12 21:08:09.552 INFO O| Aug 12 21:08:09.552 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-12T21:08:10.142Z[ recovery-image] Aug 12 21:08:09.562 INFO O| Aug 12 21:08:09.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46932024-08-12T21:08:10.142Z[ recovery-image] Aug 12 21:08:09.562 INFO O| Aug 12 21:08:09.562 INFO STEP 261 (remove_files) COMPLETE
46942024-08-12T21:08:10.145Z[ recovery-image] Aug 12 21:08:09.562 INFO O| Aug 12 21:08:09.562 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-12T21:08:10.151Z[ recovery-image] Aug 12 21:08:09.571 INFO O| Aug 12 21:08:09.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46962024-08-12T21:08:10.151Z[ recovery-image] Aug 12 21:08:09.572 INFO O| Aug 12 21:08:09.572 INFO STEP 262 (remove_files) COMPLETE
46972024-08-12T21:08:10.154Z[ recovery-image] Aug 12 21:08:09.572 INFO O| Aug 12 21:08:09.572 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-12T21:08:10.161Z[ recovery-image] Aug 12 21:08:09.581 INFO O| Aug 12 21:08:09.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46992024-08-12T21:08:10.161Z[ recovery-image] Aug 12 21:08:09.581 INFO O| Aug 12 21:08:09.581 INFO STEP 263 (remove_files) COMPLETE
47002024-08-12T21:08:10.161Z[ recovery-image] Aug 12 21:08:09.581 INFO O| Aug 12 21:08:09.581 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-12T21:08:10.171Z[ recovery-image] Aug 12 21:08:09.591 INFO O| Aug 12 21:08:09.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47022024-08-12T21:08:10.171Z[ recovery-image] Aug 12 21:08:09.591 INFO O| Aug 12 21:08:09.591 INFO STEP 264 (remove_files) COMPLETE
47032024-08-12T21:08:10.174Z[ recovery-image] Aug 12 21:08:09.591 INFO O| Aug 12 21:08:09.591 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-08-12T21:08:10.181Z[ recovery-image] Aug 12 21:08:09.601 INFO O| Aug 12 21:08:09.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47052024-08-12T21:08:10.181Z[ recovery-image] Aug 12 21:08:09.601 INFO O| Aug 12 21:08:09.601 INFO STEP 265 (remove_files) COMPLETE
47062024-08-12T21:08:10.184Z[ recovery-image] Aug 12 21:08:09.601 INFO O| Aug 12 21:08:09.601 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-08-12T21:08:10.192Z[ recovery-image] Aug 12 21:08:09.612 INFO O| Aug 12 21:08:09.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47082024-08-12T21:08:10.192Z[ recovery-image] Aug 12 21:08:09.612 INFO O| Aug 12 21:08:09.612 INFO STEP 266 (remove_files) COMPLETE
47092024-08-12T21:08:10.192Z[ recovery-image] Aug 12 21:08:09.612 INFO O| Aug 12 21:08:09.612 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-08-12T21:08:10.202Z[ recovery-image] Aug 12 21:08:09.622 INFO O| Aug 12 21:08:09.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47112024-08-12T21:08:10.202Z[ recovery-image] Aug 12 21:08:09.622 INFO O| Aug 12 21:08:09.622 INFO STEP 267 (remove_files) COMPLETE
47122024-08-12T21:08:10.202Z[ recovery-image] Aug 12 21:08:09.622 INFO O| Aug 12 21:08:09.622 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-12T21:08:10.212Z[ recovery-image] Aug 12 21:08:09.632 INFO O| Aug 12 21:08:09.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47142024-08-12T21:08:10.212Z[ recovery-image] Aug 12 21:08:09.632 INFO O| Aug 12 21:08:09.632 INFO STEP 268 (remove_files) COMPLETE
47152024-08-12T21:08:10.212Z[ recovery-image] Aug 12 21:08:09.632 INFO O| Aug 12 21:08:09.632 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-12T21:08:10.222Z[ recovery-image] Aug 12 21:08:09.642 INFO O| Aug 12 21:08:09.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47172024-08-12T21:08:10.222Z[ recovery-image] Aug 12 21:08:09.642 INFO O| Aug 12 21:08:09.642 INFO STEP 269 (remove_files) COMPLETE
47182024-08-12T21:08:10.224Z[ recovery-image] Aug 12 21:08:09.642 INFO O| Aug 12 21:08:09.642 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-12T21:08:10.232Z[ recovery-image] Aug 12 21:08:09.652 INFO O| Aug 12 21:08:09.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47202024-08-12T21:08:10.235Z[ recovery-image] Aug 12 21:08:09.652 INFO O| Aug 12 21:08:09.652 INFO STEP 270 (remove_files) COMPLETE
47212024-08-12T21:08:10.235Z[ recovery-image] Aug 12 21:08:09.652 INFO O| Aug 12 21:08:09.652 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-12T21:08:10.242Z[ recovery-image] Aug 12 21:08:09.662 INFO O| Aug 12 21:08:09.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47232024-08-12T21:08:10.245Z[ recovery-image] Aug 12 21:08:09.662 INFO O| Aug 12 21:08:09.662 INFO STEP 271 (remove_files) COMPLETE
47242024-08-12T21:08:10.245Z[ recovery-image] Aug 12 21:08:09.662 INFO O| Aug 12 21:08:09.662 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-12T21:08:10.252Z[ recovery-image] Aug 12 21:08:09.672 INFO O| Aug 12 21:08:09.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47262024-08-12T21:08:10.252Z[ recovery-image] Aug 12 21:08:09.672 INFO O| Aug 12 21:08:09.672 INFO STEP 272 (remove_files) COMPLETE
47272024-08-12T21:08:10.255Z[ recovery-image] Aug 12 21:08:09.672 INFO O| Aug 12 21:08:09.672 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-12T21:08:10.262Z[ recovery-image] Aug 12 21:08:09.682 INFO O| Aug 12 21:08:09.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47292024-08-12T21:08:10.262Z[ recovery-image] Aug 12 21:08:09.682 INFO O| Aug 12 21:08:09.682 INFO STEP 273 (remove_files) COMPLETE
47302024-08-12T21:08:10.262Z[ recovery-image] Aug 12 21:08:09.682 INFO O| Aug 12 21:08:09.682 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-12T21:08:10.272Z[ recovery-image] Aug 12 21:08:09.692 INFO O| Aug 12 21:08:09.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47322024-08-12T21:08:10.274Z[ recovery-image] Aug 12 21:08:09.692 INFO O| Aug 12 21:08:09.692 INFO STEP 274 (remove_files) COMPLETE
47332024-08-12T21:08:10.274Z[ recovery-image] Aug 12 21:08:09.692 INFO O| Aug 12 21:08:09.692 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-12T21:08:10.281Z[ recovery-image] Aug 12 21:08:09.701 INFO O| Aug 12 21:08:09.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47352024-08-12T21:08:10.281Z[ recovery-image] Aug 12 21:08:09.702 INFO O| Aug 12 21:08:09.701 INFO STEP 275 (remove_files) COMPLETE
47362024-08-12T21:08:10.284Z[ recovery-image] Aug 12 21:08:09.702 INFO O| Aug 12 21:08:09.702 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-12T21:08:10.291Z[ recovery-image] Aug 12 21:08:09.711 INFO O| Aug 12 21:08:09.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47382024-08-12T21:08:10.294Z[ recovery-image] Aug 12 21:08:09.711 INFO O| Aug 12 21:08:09.711 INFO STEP 276 (remove_files) COMPLETE
47392024-08-12T21:08:10.294Z[ recovery-image] Aug 12 21:08:09.711 INFO O| Aug 12 21:08:09.711 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-12T21:08:10.301Z[ recovery-image] Aug 12 21:08:09.721 INFO O| Aug 12 21:08:09.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47412024-08-12T21:08:10.303Z[ recovery-image] Aug 12 21:08:09.721 INFO O| Aug 12 21:08:09.721 INFO STEP 277 (remove_files) COMPLETE
47422024-08-12T21:08:10.303Z[ recovery-image] Aug 12 21:08:09.721 INFO O| Aug 12 21:08:09.721 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-12T21:08:10.311Z[ recovery-image] Aug 12 21:08:09.731 INFO O| Aug 12 21:08:09.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47442024-08-12T21:08:10.314Z[ recovery-image] Aug 12 21:08:09.731 INFO O| Aug 12 21:08:09.731 INFO STEP 278 (remove_files) COMPLETE
47452024-08-12T21:08:10.314Z[ recovery-image] Aug 12 21:08:09.731 INFO O| Aug 12 21:08:09.731 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-12T21:08:10.322Z[ recovery-image] Aug 12 21:08:09.740 INFO O| Aug 12 21:08:09.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47472024-08-12T21:08:10.322Z[ recovery-image] Aug 12 21:08:09.740 INFO O| Aug 12 21:08:09.740 INFO STEP 279 (remove_files) COMPLETE
47482024-08-12T21:08:10.326Z[ recovery-image] Aug 12 21:08:09.741 INFO O| Aug 12 21:08:09.740 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-12T21:08:10.330Z[ recovery-image] Aug 12 21:08:09.750 INFO O| Aug 12 21:08:09.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47502024-08-12T21:08:10.330Z[ recovery-image] Aug 12 21:08:09.750 INFO O| Aug 12 21:08:09.750 INFO STEP 280 (remove_files) COMPLETE
47512024-08-12T21:08:10.333Z[ recovery-image] Aug 12 21:08:09.750 INFO O| Aug 12 21:08:09.750 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-12T21:08:10.340Z[ recovery-image] Aug 12 21:08:09.760 INFO O| Aug 12 21:08:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47532024-08-12T21:08:10.340Z[ recovery-image] Aug 12 21:08:09.760 INFO O| Aug 12 21:08:09.760 INFO STEP 281 (remove_files) COMPLETE
47542024-08-12T21:08:10.343Z[ recovery-image] Aug 12 21:08:09.760 INFO O| Aug 12 21:08:09.760 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-12T21:08:10.350Z[ recovery-image] Aug 12 21:08:09.770 INFO O| Aug 12 21:08:09.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47562024-08-12T21:08:10.350Z[ recovery-image] Aug 12 21:08:09.770 INFO O| Aug 12 21:08:09.770 INFO STEP 282 (remove_files) COMPLETE
47572024-08-12T21:08:10.350Z[ recovery-image] Aug 12 21:08:09.770 INFO O| Aug 12 21:08:09.770 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-12T21:08:10.359Z[ recovery-image] Aug 12 21:08:09.779 INFO O| Aug 12 21:08:09.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47592024-08-12T21:08:10.360Z[ recovery-image] Aug 12 21:08:09.780 INFO O| Aug 12 21:08:09.780 INFO STEP 283 (remove_files) COMPLETE
47602024-08-12T21:08:10.362Z[ recovery-image] Aug 12 21:08:09.780 INFO O| Aug 12 21:08:09.780 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-12T21:08:10.369Z[ recovery-image] Aug 12 21:08:09.789 INFO O| Aug 12 21:08:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47622024-08-12T21:08:10.369Z[ recovery-image] Aug 12 21:08:09.789 INFO O| Aug 12 21:08:09.789 INFO STEP 284 (remove_files) COMPLETE
47632024-08-12T21:08:10.369Z[ recovery-image] Aug 12 21:08:09.789 INFO O| Aug 12 21:08:09.789 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-12T21:08:10.379Z[ recovery-image] Aug 12 21:08:09.799 INFO O| Aug 12 21:08:09.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47652024-08-12T21:08:10.382Z[ recovery-image] Aug 12 21:08:09.799 INFO O| Aug 12 21:08:09.799 INFO STEP 285 (remove_files) COMPLETE
47662024-08-12T21:08:10.382Z[ recovery-image] Aug 12 21:08:09.799 INFO O| Aug 12 21:08:09.799 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-12T21:08:10.389Z[ recovery-image] Aug 12 21:08:09.809 INFO O| Aug 12 21:08:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47682024-08-12T21:08:10.389Z[ recovery-image] Aug 12 21:08:09.809 INFO O| Aug 12 21:08:09.809 INFO STEP 286 (remove_files) COMPLETE
47692024-08-12T21:08:10.391Z[ recovery-image] Aug 12 21:08:09.809 INFO O| Aug 12 21:08:09.809 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-12T21:08:10.398Z[ recovery-image] Aug 12 21:08:09.818 INFO O| Aug 12 21:08:09.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47712024-08-12T21:08:10.401Z[ recovery-image] Aug 12 21:08:09.819 INFO O| Aug 12 21:08:09.818 INFO STEP 287 (remove_files) COMPLETE
47722024-08-12T21:08:10.401Z[ recovery-image] Aug 12 21:08:09.819 INFO O| Aug 12 21:08:09.819 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-12T21:08:10.408Z[ recovery-image] Aug 12 21:08:09.828 INFO O| Aug 12 21:08:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47742024-08-12T21:08:10.408Z[ recovery-image] Aug 12 21:08:09.828 INFO O| Aug 12 21:08:09.828 INFO STEP 288 (remove_files) COMPLETE
47752024-08-12T21:08:10.408Z[ recovery-image] Aug 12 21:08:09.828 INFO O| Aug 12 21:08:09.828 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-12T21:08:10.419Z[ recovery-image] Aug 12 21:08:09.838 INFO O| Aug 12 21:08:09.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47772024-08-12T21:08:10.419Z[ recovery-image] Aug 12 21:08:09.838 INFO O| Aug 12 21:08:09.838 INFO STEP 289 (remove_files) COMPLETE
47782024-08-12T21:08:10.419Z[ recovery-image] Aug 12 21:08:09.838 INFO O| Aug 12 21:08:09.838 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-12T21:08:10.427Z[ recovery-image] Aug 12 21:08:09.847 INFO O| Aug 12 21:08:09.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47802024-08-12T21:08:10.428Z[ recovery-image] Aug 12 21:08:09.848 INFO O| Aug 12 21:08:09.847 INFO STEP 290 (remove_files) COMPLETE
47812024-08-12T21:08:10.430Z[ recovery-image] Aug 12 21:08:09.848 INFO O| Aug 12 21:08:09.848 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-12T21:08:10.437Z[ recovery-image] Aug 12 21:08:09.857 INFO O| Aug 12 21:08:09.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47832024-08-12T21:08:10.437Z[ recovery-image] Aug 12 21:08:09.857 INFO O| Aug 12 21:08:09.857 INFO STEP 291 (remove_files) COMPLETE
47842024-08-12T21:08:10.437Z[ recovery-image] Aug 12 21:08:09.857 INFO O| Aug 12 21:08:09.857 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-12T21:08:10.447Z[ recovery-image] Aug 12 21:08:09.867 INFO O| Aug 12 21:08:09.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47862024-08-12T21:08:10.450Z[ recovery-image] Aug 12 21:08:09.867 INFO O| Aug 12 21:08:09.867 INFO STEP 292 (remove_files) COMPLETE
47872024-08-12T21:08:10.450Z[ recovery-image] Aug 12 21:08:09.867 INFO O| Aug 12 21:08:09.867 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-12T21:08:10.457Z[ recovery-image] Aug 12 21:08:09.877 INFO O| Aug 12 21:08:09.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47892024-08-12T21:08:10.457Z[ recovery-image] Aug 12 21:08:09.877 INFO O| Aug 12 21:08:09.877 INFO STEP 293 (remove_files) COMPLETE
47902024-08-12T21:08:10.457Z[ recovery-image] Aug 12 21:08:09.877 INFO O| Aug 12 21:08:09.877 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-12T21:08:10.466Z[ recovery-image] Aug 12 21:08:09.886 INFO O| Aug 12 21:08:09.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47922024-08-12T21:08:10.466Z[ recovery-image] Aug 12 21:08:09.887 INFO O| Aug 12 21:08:09.886 INFO STEP 294 (remove_files) COMPLETE
47932024-08-12T21:08:10.466Z[ recovery-image] Aug 12 21:08:09.887 INFO O| Aug 12 21:08:09.887 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-12T21:08:10.476Z[ recovery-image] Aug 12 21:08:09.896 INFO O| Aug 12 21:08:09.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47952024-08-12T21:08:10.479Z[ recovery-image] Aug 12 21:08:09.896 INFO O| Aug 12 21:08:09.896 INFO STEP 295 (remove_files) COMPLETE
47962024-08-12T21:08:10.479Z[ recovery-image] Aug 12 21:08:09.896 INFO O| Aug 12 21:08:09.896 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-12T21:08:10.486Z[ recovery-image] Aug 12 21:08:09.906 INFO O| Aug 12 21:08:09.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47982024-08-12T21:08:10.486Z[ recovery-image] Aug 12 21:08:09.906 INFO O| Aug 12 21:08:09.906 INFO STEP 296 (remove_files) COMPLETE
47992024-08-12T21:08:10.488Z[ recovery-image] Aug 12 21:08:09.906 INFO O| Aug 12 21:08:09.906 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-12T21:08:10.496Z[ recovery-image] Aug 12 21:08:09.916 INFO O| Aug 12 21:08:09.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48012024-08-12T21:08:10.496Z[ recovery-image] Aug 12 21:08:09.916 INFO O| Aug 12 21:08:09.916 INFO STEP 297 (remove_files) COMPLETE
48022024-08-12T21:08:10.496Z[ recovery-image] Aug 12 21:08:09.916 INFO O| Aug 12 21:08:09.916 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-12T21:08:10.505Z[ recovery-image] Aug 12 21:08:09.925 INFO O| Aug 12 21:08:09.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48042024-08-12T21:08:10.508Z[ recovery-image] Aug 12 21:08:09.925 INFO O| Aug 12 21:08:09.925 INFO STEP 298 (remove_files) COMPLETE
48052024-08-12T21:08:10.508Z[ recovery-image] Aug 12 21:08:09.925 INFO O| Aug 12 21:08:09.925 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-12T21:08:10.517Z[ recovery-image] Aug 12 21:08:09.937 INFO O| Aug 12 21:08:09.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48072024-08-12T21:08:10.517Z[ recovery-image] Aug 12 21:08:09.937 INFO O| Aug 12 21:08:09.937 INFO STEP 299 (remove_files) COMPLETE
48082024-08-12T21:08:10.520Z[ recovery-image] Aug 12 21:08:09.937 INFO O| Aug 12 21:08:09.937 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-12T21:08:10.527Z[ recovery-image] Aug 12 21:08:09.947 INFO O| Aug 12 21:08:09.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48102024-08-12T21:08:10.527Z[ recovery-image] Aug 12 21:08:09.947 INFO O| Aug 12 21:08:09.947 INFO STEP 300 (remove_files) COMPLETE
48112024-08-12T21:08:10.530Z[ recovery-image] Aug 12 21:08:09.947 INFO O| Aug 12 21:08:09.947 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-12T21:08:10.537Z[ recovery-image] Aug 12 21:08:09.957 INFO O| Aug 12 21:08:09.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48132024-08-12T21:08:10.537Z[ recovery-image] Aug 12 21:08:09.957 INFO O| Aug 12 21:08:09.957 INFO STEP 301 (remove_files) COMPLETE
48142024-08-12T21:08:10.537Z[ recovery-image] Aug 12 21:08:09.957 INFO O| Aug 12 21:08:09.957 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-08-12T21:08:10.547Z[ recovery-image] Aug 12 21:08:09.967 INFO O| Aug 12 21:08:09.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48162024-08-12T21:08:10.547Z[ recovery-image] Aug 12 21:08:09.967 INFO O| Aug 12 21:08:09.967 INFO STEP 302 (remove_files) COMPLETE
48172024-08-12T21:08:10.547Z[ recovery-image] Aug 12 21:08:09.967 INFO O| Aug 12 21:08:09.967 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-08-12T21:08:10.557Z[ recovery-image] Aug 12 21:08:09.977 INFO O| Aug 12 21:08:09.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48192024-08-12T21:08:10.557Z[ recovery-image] Aug 12 21:08:09.977 INFO O| Aug 12 21:08:09.977 INFO STEP 303 (remove_files) COMPLETE
48202024-08-12T21:08:10.560Z[ recovery-image] Aug 12 21:08:09.977 INFO O| Aug 12 21:08:09.977 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-08-12T21:08:10.569Z[ recovery-image] Aug 12 21:08:09.987 INFO O| Aug 12 21:08:09.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48222024-08-12T21:08:10.570Z[ recovery-image] Aug 12 21:08:09.987 INFO O| Aug 12 21:08:09.987 INFO STEP 304 (remove_files) COMPLETE
48232024-08-12T21:08:10.573Z[ recovery-image] Aug 12 21:08:09.987 INFO O| Aug 12 21:08:09.987 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-08-12T21:08:10.576Z[ recovery-image] Aug 12 21:08:09.996 INFO O| Aug 12 21:08:09.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48252024-08-12T21:08:10.576Z[ recovery-image] Aug 12 21:08:09.996 INFO O| Aug 12 21:08:09.996 INFO STEP 305 (remove_files) COMPLETE
48262024-08-12T21:08:10.576Z[ recovery-image] Aug 12 21:08:09.997 INFO O| Aug 12 21:08:09.996 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-08-12T21:08:10.587Z[ recovery-image] Aug 12 21:08:10.007 INFO O| Aug 12 21:08:10.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48282024-08-12T21:08:10.587Z[ recovery-image] Aug 12 21:08:10.007 INFO O| Aug 12 21:08:10.007 INFO STEP 306 (remove_files) COMPLETE
48292024-08-12T21:08:10.589Z[ recovery-image] Aug 12 21:08:10.007 INFO O| Aug 12 21:08:10.007 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-08-12T21:08:10.598Z[ recovery-image] Aug 12 21:08:10.018 INFO O| Aug 12 21:08:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48312024-08-12T21:08:10.601Z[ recovery-image] Aug 12 21:08:10.018 INFO O| Aug 12 21:08:10.018 INFO STEP 307 (remove_files) COMPLETE
48322024-08-12T21:08:10.601Z[ recovery-image] Aug 12 21:08:10.018 INFO O| Aug 12 21:08:10.018 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-08-12T21:08:10.608Z[ recovery-image] Aug 12 21:08:10.028 INFO O| Aug 12 21:08:10.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48342024-08-12T21:08:10.611Z[ recovery-image] Aug 12 21:08:10.028 INFO O| Aug 12 21:08:10.028 INFO STEP 308 (remove_files) COMPLETE
48352024-08-12T21:08:10.611Z[ recovery-image] Aug 12 21:08:10.028 INFO O| Aug 12 21:08:10.028 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-08-12T21:08:10.618Z[ recovery-image] Aug 12 21:08:10.038 INFO O| Aug 12 21:08:10.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48372024-08-12T21:08:10.618Z[ recovery-image] Aug 12 21:08:10.038 INFO O| Aug 12 21:08:10.038 INFO STEP 309 (remove_files) COMPLETE
48382024-08-12T21:08:10.618Z[ recovery-image] Aug 12 21:08:10.038 INFO O| Aug 12 21:08:10.038 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-08-12T21:08:10.628Z[ recovery-image] Aug 12 21:08:10.048 INFO O| Aug 12 21:08:10.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48402024-08-12T21:08:10.628Z[ recovery-image] Aug 12 21:08:10.048 INFO O| Aug 12 21:08:10.048 INFO STEP 310 (remove_files) COMPLETE
48412024-08-12T21:08:10.628Z[ recovery-image] Aug 12 21:08:10.048 INFO O| Aug 12 21:08:10.048 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-08-12T21:08:10.637Z[ recovery-image] Aug 12 21:08:10.057 INFO O| Aug 12 21:08:10.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48432024-08-12T21:08:10.637Z[ recovery-image] Aug 12 21:08:10.057 INFO O| Aug 12 21:08:10.057 INFO STEP 311 (remove_files) COMPLETE
48442024-08-12T21:08:10.640Z[ recovery-image] Aug 12 21:08:10.057 INFO O| Aug 12 21:08:10.057 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-08-12T21:08:10.647Z[ recovery-image] Aug 12 21:08:10.067 INFO O| Aug 12 21:08:10.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48462024-08-12T21:08:10.647Z[ recovery-image] Aug 12 21:08:10.067 INFO O| Aug 12 21:08:10.067 INFO STEP 312 (remove_files) COMPLETE
48472024-08-12T21:08:10.650Z[ recovery-image] Aug 12 21:08:10.067 INFO O| Aug 12 21:08:10.067 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-08-12T21:08:10.657Z[ recovery-image] Aug 12 21:08:10.077 INFO O| Aug 12 21:08:10.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48492024-08-12T21:08:10.657Z[ recovery-image] Aug 12 21:08:10.077 INFO O| Aug 12 21:08:10.077 INFO STEP 313 (remove_files) COMPLETE
48502024-08-12T21:08:10.660Z[ recovery-image] Aug 12 21:08:10.077 INFO O| Aug 12 21:08:10.077 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-08-12T21:08:10.667Z[ recovery-image] Aug 12 21:08:10.087 INFO O| Aug 12 21:08:10.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48522024-08-12T21:08:10.667Z[ recovery-image] Aug 12 21:08:10.087 INFO O| Aug 12 21:08:10.087 INFO STEP 314 (remove_files) COMPLETE
48532024-08-12T21:08:10.667Z[ recovery-image] Aug 12 21:08:10.087 INFO O| Aug 12 21:08:10.087 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-08-12T21:08:10.677Z[ recovery-image] Aug 12 21:08:10.097 INFO O| Aug 12 21:08:10.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48552024-08-12T21:08:10.680Z[ recovery-image] Aug 12 21:08:10.098 INFO O| Aug 12 21:08:10.098 INFO STEP 315 (remove_files) COMPLETE
48562024-08-12T21:08:10.680Z[ recovery-image] Aug 12 21:08:10.098 INFO O| Aug 12 21:08:10.098 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-08-12T21:08:10.687Z[ recovery-image] Aug 12 21:08:10.107 INFO O| Aug 12 21:08:10.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48582024-08-12T21:08:10.687Z[ recovery-image] Aug 12 21:08:10.107 INFO O| Aug 12 21:08:10.107 INFO STEP 316 (remove_files) COMPLETE
48592024-08-12T21:08:10.690Z[ recovery-image] Aug 12 21:08:10.107 INFO O| Aug 12 21:08:10.107 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-08-12T21:08:10.697Z[ recovery-image] Aug 12 21:08:10.117 INFO O| Aug 12 21:08:10.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48612024-08-12T21:08:10.700Z[ recovery-image] Aug 12 21:08:10.118 INFO O| Aug 12 21:08:10.117 INFO STEP 317 (remove_files) COMPLETE
48622024-08-12T21:08:10.700Z[ recovery-image] Aug 12 21:08:10.118 INFO O| Aug 12 21:08:10.118 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-08-12T21:08:10.707Z[ recovery-image] Aug 12 21:08:10.127 INFO O| Aug 12 21:08:10.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48642024-08-12T21:08:10.710Z[ recovery-image] Aug 12 21:08:10.127 INFO O| Aug 12 21:08:10.127 INFO STEP 318 (remove_files) COMPLETE
48652024-08-12T21:08:10.710Z[ recovery-image] Aug 12 21:08:10.127 INFO O| Aug 12 21:08:10.127 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-08-12T21:08:10.717Z[ recovery-image] Aug 12 21:08:10.137 INFO O| Aug 12 21:08:10.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48672024-08-12T21:08:10.717Z[ recovery-image] Aug 12 21:08:10.137 INFO O| Aug 12 21:08:10.137 INFO STEP 319 (remove_files) COMPLETE
48682024-08-12T21:08:10.717Z[ recovery-image] Aug 12 21:08:10.137 INFO O| Aug 12 21:08:10.137 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-08-12T21:08:10.727Z[ recovery-image] Aug 12 21:08:10.147 INFO O| Aug 12 21:08:10.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48702024-08-12T21:08:10.730Z[ recovery-image] Aug 12 21:08:10.147 INFO O| Aug 12 21:08:10.147 INFO STEP 320 (remove_files) COMPLETE
48712024-08-12T21:08:10.730Z[ recovery-image] Aug 12 21:08:10.147 INFO O| Aug 12 21:08:10.147 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-08-12T21:08:10.737Z[ recovery-image] Aug 12 21:08:10.157 INFO O| Aug 12 21:08:10.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48732024-08-12T21:08:10.737Z[ recovery-image] Aug 12 21:08:10.157 INFO O| Aug 12 21:08:10.157 INFO STEP 321 (remove_files) COMPLETE
48742024-08-12T21:08:10.740Z[ recovery-image] Aug 12 21:08:10.157 INFO O| Aug 12 21:08:10.157 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-08-12T21:08:10.747Z[ recovery-image] Aug 12 21:08:10.167 INFO O| Aug 12 21:08:10.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48762024-08-12T21:08:10.747Z[ recovery-image] Aug 12 21:08:10.167 INFO O| Aug 12 21:08:10.167 INFO STEP 322 (remove_files) COMPLETE
48772024-08-12T21:08:10.747Z[ recovery-image] Aug 12 21:08:10.167 INFO O| Aug 12 21:08:10.167 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-08-12T21:08:10.756Z[ recovery-image] Aug 12 21:08:10.176 INFO O| Aug 12 21:08:10.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48792024-08-12T21:08:10.759Z[ recovery-image] Aug 12 21:08:10.176 INFO O| Aug 12 21:08:10.176 INFO STEP 323 (remove_files) COMPLETE
48802024-08-12T21:08:10.759Z[ recovery-image] Aug 12 21:08:10.177 INFO O| Aug 12 21:08:10.176 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-12T21:08:10.766Z[ recovery-image] Aug 12 21:08:10.186 INFO O| Aug 12 21:08:10.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48822024-08-12T21:08:10.769Z[ recovery-image] Aug 12 21:08:10.186 INFO O| Aug 12 21:08:10.186 INFO STEP 324 (remove_files) COMPLETE
48832024-08-12T21:08:10.769Z[ recovery-image] Aug 12 21:08:10.186 INFO O| Aug 12 21:08:10.186 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-12T21:08:10.776Z[ recovery-image] Aug 12 21:08:10.196 INFO O| Aug 12 21:08:10.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48852024-08-12T21:08:10.778Z[ recovery-image] Aug 12 21:08:10.196 INFO O| Aug 12 21:08:10.196 INFO STEP 325 (remove_files) COMPLETE
48862024-08-12T21:08:10.778Z[ recovery-image] Aug 12 21:08:10.196 INFO O| Aug 12 21:08:10.196 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-12T21:08:10.785Z[ recovery-image] Aug 12 21:08:10.205 INFO O| Aug 12 21:08:10.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48882024-08-12T21:08:10.790Z[ recovery-image] Aug 12 21:08:10.206 INFO O| Aug 12 21:08:10.206 INFO STEP 326 (remove_files) COMPLETE
48892024-08-12T21:08:10.790Z[ recovery-image] Aug 12 21:08:10.206 INFO O| Aug 12 21:08:10.206 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-12T21:08:10.796Z[ recovery-image] Aug 12 21:08:10.216 INFO O| Aug 12 21:08:10.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48912024-08-12T21:08:10.796Z[ recovery-image] Aug 12 21:08:10.216 INFO O| Aug 12 21:08:10.216 INFO STEP 327 (remove_files) COMPLETE
48922024-08-12T21:08:10.796Z[ recovery-image] Aug 12 21:08:10.216 INFO O| Aug 12 21:08:10.216 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-12T21:08:10.806Z[ recovery-image] Aug 12 21:08:10.226 INFO O| Aug 12 21:08:10.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48942024-08-12T21:08:10.806Z[ recovery-image] Aug 12 21:08:10.226 INFO O| Aug 12 21:08:10.226 INFO STEP 328 (remove_files) COMPLETE
48952024-08-12T21:08:10.806Z[ recovery-image] Aug 12 21:08:10.226 INFO O| Aug 12 21:08:10.226 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-12T21:08:10.815Z[ recovery-image] Aug 12 21:08:10.235 INFO O| Aug 12 21:08:10.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48972024-08-12T21:08:10.816Z[ recovery-image] Aug 12 21:08:10.235 INFO O| Aug 12 21:08:10.235 INFO STEP 329 (remove_files) COMPLETE
48982024-08-12T21:08:10.818Z[ recovery-image] Aug 12 21:08:10.236 INFO O| Aug 12 21:08:10.235 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-12T21:08:10.825Z[ recovery-image] Aug 12 21:08:10.245 INFO O| Aug 12 21:08:10.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49002024-08-12T21:08:10.828Z[ recovery-image] Aug 12 21:08:10.245 INFO O| Aug 12 21:08:10.245 INFO STEP 330 (remove_files) COMPLETE
49012024-08-12T21:08:10.828Z[ recovery-image] Aug 12 21:08:10.245 INFO O| Aug 12 21:08:10.245 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-12T21:08:10.835Z[ recovery-image] Aug 12 21:08:10.255 INFO O| Aug 12 21:08:10.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49032024-08-12T21:08:10.835Z[ recovery-image] Aug 12 21:08:10.255 INFO O| Aug 12 21:08:10.255 INFO STEP 331 (remove_files) COMPLETE
49042024-08-12T21:08:10.835Z[ recovery-image] Aug 12 21:08:10.255 INFO O| Aug 12 21:08:10.255 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-12T21:08:10.844Z[ recovery-image] Aug 12 21:08:10.264 INFO O| Aug 12 21:08:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49062024-08-12T21:08:10.844Z[ recovery-image] Aug 12 21:08:10.264 INFO O| Aug 12 21:08:10.264 INFO STEP 332 (remove_files) COMPLETE
49072024-08-12T21:08:10.847Z[ recovery-image] Aug 12 21:08:10.264 INFO O| Aug 12 21:08:10.264 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-12T21:08:10.854Z[ recovery-image] Aug 12 21:08:10.274 INFO O| Aug 12 21:08:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49092024-08-12T21:08:10.854Z[ recovery-image] Aug 12 21:08:10.274 INFO O| Aug 12 21:08:10.274 INFO STEP 333 (remove_files) COMPLETE
49102024-08-12T21:08:10.857Z[ recovery-image] Aug 12 21:08:10.274 INFO O| Aug 12 21:08:10.274 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-12T21:08:10.864Z[ recovery-image] Aug 12 21:08:10.284 INFO O| Aug 12 21:08:10.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49122024-08-12T21:08:10.864Z[ recovery-image] Aug 12 21:08:10.284 INFO O| Aug 12 21:08:10.284 INFO STEP 334 (remove_files) COMPLETE
49132024-08-12T21:08:10.864Z[ recovery-image] Aug 12 21:08:10.284 INFO O| Aug 12 21:08:10.284 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-12T21:08:10.874Z[ recovery-image] Aug 12 21:08:10.294 INFO O| Aug 12 21:08:10.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49152024-08-12T21:08:10.874Z[ recovery-image] Aug 12 21:08:10.294 INFO O| Aug 12 21:08:10.294 INFO STEP 335 (remove_files) COMPLETE
49162024-08-12T21:08:10.877Z[ recovery-image] Aug 12 21:08:10.294 INFO O| Aug 12 21:08:10.294 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-12T21:08:10.884Z[ recovery-image] Aug 12 21:08:10.304 INFO O| Aug 12 21:08:10.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49182024-08-12T21:08:10.887Z[ recovery-image] Aug 12 21:08:10.304 INFO O| Aug 12 21:08:10.304 INFO STEP 336 (remove_files) COMPLETE
49192024-08-12T21:08:10.887Z[ recovery-image] Aug 12 21:08:10.304 INFO O| Aug 12 21:08:10.304 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-12T21:08:10.894Z[ recovery-image] Aug 12 21:08:10.314 INFO O| Aug 12 21:08:10.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49212024-08-12T21:08:10.894Z[ recovery-image] Aug 12 21:08:10.315 INFO O| Aug 12 21:08:10.314 INFO STEP 337 (remove_files) COMPLETE
49222024-08-12T21:08:10.897Z[ recovery-image] Aug 12 21:08:10.315 INFO O| Aug 12 21:08:10.314 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-12T21:08:10.904Z[ recovery-image] Aug 12 21:08:10.324 INFO O| Aug 12 21:08:10.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49242024-08-12T21:08:10.907Z[ recovery-image] Aug 12 21:08:10.325 INFO O| Aug 12 21:08:10.325 INFO STEP 338 (remove_files) COMPLETE
49252024-08-12T21:08:10.907Z[ recovery-image] Aug 12 21:08:10.325 INFO O| Aug 12 21:08:10.325 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-08-12T21:08:10.914Z[ recovery-image] Aug 12 21:08:10.334 INFO O| Aug 12 21:08:10.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49272024-08-12T21:08:10.917Z[ recovery-image] Aug 12 21:08:10.334 INFO O| Aug 12 21:08:10.334 INFO STEP 339 (remove_files) COMPLETE
49282024-08-12T21:08:10.917Z[ recovery-image] Aug 12 21:08:10.334 INFO O| Aug 12 21:08:10.334 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-08-12T21:08:10.924Z[ recovery-image] Aug 12 21:08:10.344 INFO O| Aug 12 21:08:10.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49302024-08-12T21:08:10.927Z[ recovery-image] Aug 12 21:08:10.344 INFO O| Aug 12 21:08:10.344 INFO STEP 340 (remove_files) COMPLETE
49312024-08-12T21:08:10.927Z[ recovery-image] Aug 12 21:08:10.344 INFO O| Aug 12 21:08:10.344 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-08-12T21:08:10.934Z[ recovery-image] Aug 12 21:08:10.354 INFO O| Aug 12 21:08:10.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49332024-08-12T21:08:10.937Z[ recovery-image] Aug 12 21:08:10.355 INFO O| Aug 12 21:08:10.355 INFO STEP 341 (remove_files) COMPLETE
49342024-08-12T21:08:10.937Z[ recovery-image] Aug 12 21:08:10.355 INFO O| Aug 12 21:08:10.355 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-08-12T21:08:10.945Z[ recovery-image] Aug 12 21:08:10.364 INFO O| Aug 12 21:08:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49362024-08-12T21:08:10.947Z[ recovery-image] Aug 12 21:08:10.365 INFO O| Aug 12 21:08:10.365 INFO STEP 342 (remove_files) COMPLETE
49372024-08-12T21:08:10.947Z[ recovery-image] Aug 12 21:08:10.365 INFO O| Aug 12 21:08:10.365 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-08-12T21:08:10.954Z[ recovery-image] Aug 12 21:08:10.374 INFO O| Aug 12 21:08:10.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49392024-08-12T21:08:10.954Z[ recovery-image] Aug 12 21:08:10.374 INFO O| Aug 12 21:08:10.374 INFO STEP 343 (remove_files) COMPLETE
49402024-08-12T21:08:10.957Z[ recovery-image] Aug 12 21:08:10.374 INFO O| Aug 12 21:08:10.374 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-08-12T21:08:10.963Z[ recovery-image] Aug 12 21:08:10.384 INFO O| Aug 12 21:08:10.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49422024-08-12T21:08:10.964Z[ recovery-image] Aug 12 21:08:10.384 INFO O| Aug 12 21:08:10.384 INFO STEP 344 (remove_files) COMPLETE
49432024-08-12T21:08:10.966Z[ recovery-image] Aug 12 21:08:10.384 INFO O| Aug 12 21:08:10.384 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-08-12T21:08:10.973Z[ recovery-image] Aug 12 21:08:10.393 INFO O| Aug 12 21:08:10.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49452024-08-12T21:08:10.973Z[ recovery-image] Aug 12 21:08:10.393 INFO O| Aug 12 21:08:10.393 INFO STEP 345 (remove_files) COMPLETE
49462024-08-12T21:08:10.976Z[ recovery-image] Aug 12 21:08:10.393 INFO O| Aug 12 21:08:10.393 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-12T21:08:10.983Z[ recovery-image] Aug 12 21:08:10.403 INFO O| Aug 12 21:08:10.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49482024-08-12T21:08:10.983Z[ recovery-image] Aug 12 21:08:10.403 INFO O| Aug 12 21:08:10.403 INFO STEP 346 (remove_files) COMPLETE
49492024-08-12T21:08:10.983Z[ recovery-image] Aug 12 21:08:10.403 INFO O| Aug 12 21:08:10.403 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-12T21:08:10.992Z[ recovery-image] Aug 12 21:08:10.412 INFO O| Aug 12 21:08:10.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49512024-08-12T21:08:10.993Z[ recovery-image] Aug 12 21:08:10.412 INFO O| Aug 12 21:08:10.412 INFO STEP 347 (remove_files) COMPLETE
49522024-08-12T21:08:10.993Z[ recovery-image] Aug 12 21:08:10.412 INFO O| Aug 12 21:08:10.412 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-08-12T21:08:11.002Z[ recovery-image] Aug 12 21:08:10.422 INFO O| Aug 12 21:08:10.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49542024-08-12T21:08:11.002Z[ recovery-image] Aug 12 21:08:10.422 INFO O| Aug 12 21:08:10.422 INFO STEP 348 (remove_files) COMPLETE
49552024-08-12T21:08:11.002Z[ recovery-image] Aug 12 21:08:10.422 INFO O| Aug 12 21:08:10.422 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-08-12T21:08:11.012Z[ recovery-image] Aug 12 21:08:10.432 INFO O| Aug 12 21:08:10.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49572024-08-12T21:08:11.012Z[ recovery-image] Aug 12 21:08:10.432 INFO O| Aug 12 21:08:10.432 INFO STEP 349 (remove_files) COMPLETE
49582024-08-12T21:08:11.014Z[ recovery-image] Aug 12 21:08:10.432 INFO O| Aug 12 21:08:10.432 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-08-12T21:08:11.021Z[ recovery-image] Aug 12 21:08:10.441 INFO O| Aug 12 21:08:10.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49602024-08-12T21:08:11.021Z[ recovery-image] Aug 12 21:08:10.441 INFO O| Aug 12 21:08:10.441 INFO STEP 350 (remove_files) COMPLETE
49612024-08-12T21:08:11.021Z[ recovery-image] Aug 12 21:08:10.441 INFO O| Aug 12 21:08:10.441 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-08-12T21:08:11.031Z[ recovery-image] Aug 12 21:08:10.451 INFO O| Aug 12 21:08:10.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49632024-08-12T21:08:11.031Z[ recovery-image] Aug 12 21:08:10.451 INFO O| Aug 12 21:08:10.451 INFO STEP 351 (remove_files) COMPLETE
49642024-08-12T21:08:11.034Z[ recovery-image] Aug 12 21:08:10.451 INFO O| Aug 12 21:08:10.451 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-08-12T21:08:11.040Z[ recovery-image] Aug 12 21:08:10.460 INFO O| Aug 12 21:08:10.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49662024-08-12T21:08:11.041Z[ recovery-image] Aug 12 21:08:10.460 INFO O| Aug 12 21:08:10.460 INFO STEP 352 (remove_files) COMPLETE
49672024-08-12T21:08:11.041Z[ recovery-image] Aug 12 21:08:10.461 INFO O| Aug 12 21:08:10.460 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-08-12T21:08:11.050Z[ recovery-image] Aug 12 21:08:10.470 INFO O| Aug 12 21:08:10.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49692024-08-12T21:08:11.050Z[ recovery-image] Aug 12 21:08:10.470 INFO O| Aug 12 21:08:10.470 INFO STEP 353 (remove_files) COMPLETE
49702024-08-12T21:08:11.053Z[ recovery-image] Aug 12 21:08:10.470 INFO O| Aug 12 21:08:10.470 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-08-12T21:08:11.059Z[ recovery-image] Aug 12 21:08:10.479 INFO O| Aug 12 21:08:10.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49722024-08-12T21:08:11.062Z[ recovery-image] Aug 12 21:08:10.479 INFO O| Aug 12 21:08:10.479 INFO STEP 354 (remove_files) COMPLETE
49732024-08-12T21:08:11.062Z[ recovery-image] Aug 12 21:08:10.480 INFO O| Aug 12 21:08:10.479 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-08-12T21:08:11.069Z[ recovery-image] Aug 12 21:08:10.489 INFO O| Aug 12 21:08:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49752024-08-12T21:08:11.072Z[ recovery-image] Aug 12 21:08:10.489 INFO O| Aug 12 21:08:10.489 INFO STEP 355 (remove_files) COMPLETE
49762024-08-12T21:08:11.072Z[ recovery-image] Aug 12 21:08:10.489 INFO O| Aug 12 21:08:10.489 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-08-12T21:08:11.079Z[ recovery-image] Aug 12 21:08:10.499 INFO O| Aug 12 21:08:10.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49782024-08-12T21:08:11.079Z[ recovery-image] Aug 12 21:08:10.499 INFO O| Aug 12 21:08:10.499 INFO STEP 356 (remove_files) COMPLETE
49792024-08-12T21:08:11.082Z[ recovery-image] Aug 12 21:08:10.499 INFO O| Aug 12 21:08:10.499 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-08-12T21:08:11.088Z[ recovery-image] Aug 12 21:08:10.508 INFO O| Aug 12 21:08:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49812024-08-12T21:08:11.088Z[ recovery-image] Aug 12 21:08:10.508 INFO O| Aug 12 21:08:10.508 INFO STEP 357 (remove_files) COMPLETE
49822024-08-12T21:08:11.091Z[ recovery-image] Aug 12 21:08:10.508 INFO O| Aug 12 21:08:10.508 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-08-12T21:08:11.098Z[ recovery-image] Aug 12 21:08:10.518 INFO O| Aug 12 21:08:10.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49842024-08-12T21:08:11.098Z[ recovery-image] Aug 12 21:08:10.518 INFO O| Aug 12 21:08:10.518 INFO STEP 358 (remove_files) COMPLETE
49852024-08-12T21:08:11.101Z[ recovery-image] Aug 12 21:08:10.518 INFO O| Aug 12 21:08:10.518 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-08-12T21:08:11.107Z[ recovery-image] Aug 12 21:08:10.527 INFO O| Aug 12 21:08:10.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49872024-08-12T21:08:11.107Z[ recovery-image] Aug 12 21:08:10.527 INFO O| Aug 12 21:08:10.527 INFO STEP 359 (remove_files) COMPLETE
49882024-08-12T21:08:11.110Z[ recovery-image] Aug 12 21:08:10.527 INFO O| Aug 12 21:08:10.527 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-08-12T21:08:11.117Z[ recovery-image] Aug 12 21:08:10.537 INFO O| Aug 12 21:08:10.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49902024-08-12T21:08:11.117Z[ recovery-image] Aug 12 21:08:10.537 INFO O| Aug 12 21:08:10.537 INFO STEP 360 (remove_files) COMPLETE
49912024-08-12T21:08:11.119Z[ recovery-image] Aug 12 21:08:10.537 INFO O| Aug 12 21:08:10.537 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-08-12T21:08:11.126Z[ recovery-image] Aug 12 21:08:10.546 INFO O| Aug 12 21:08:10.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49932024-08-12T21:08:11.126Z[ recovery-image] Aug 12 21:08:10.546 INFO O| Aug 12 21:08:10.546 INFO STEP 361 (remove_files) COMPLETE
49942024-08-12T21:08:11.129Z[ recovery-image] Aug 12 21:08:10.546 INFO O| Aug 12 21:08:10.546 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-08-12T21:08:11.136Z[ recovery-image] Aug 12 21:08:10.556 INFO O| Aug 12 21:08:10.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49962024-08-12T21:08:11.136Z[ recovery-image] Aug 12 21:08:10.556 INFO O| Aug 12 21:08:10.556 INFO STEP 362 (remove_files) COMPLETE
49972024-08-12T21:08:11.136Z[ recovery-image] Aug 12 21:08:10.556 INFO O| Aug 12 21:08:10.556 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-08-12T21:08:11.146Z[ recovery-image] Aug 12 21:08:10.565 INFO O| Aug 12 21:08:10.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49992024-08-12T21:08:11.146Z[ recovery-image] Aug 12 21:08:10.565 INFO O| Aug 12 21:08:10.565 INFO STEP 363 (remove_files) COMPLETE
50002024-08-12T21:08:11.146Z[ recovery-image] Aug 12 21:08:10.566 INFO O| Aug 12 21:08:10.565 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-08-12T21:08:11.155Z[ recovery-image] Aug 12 21:08:10.575 INFO O| Aug 12 21:08:10.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50022024-08-12T21:08:11.155Z[ recovery-image] Aug 12 21:08:10.575 INFO O| Aug 12 21:08:10.575 INFO STEP 364 (remove_files) COMPLETE
50032024-08-12T21:08:11.158Z[ recovery-image] Aug 12 21:08:10.575 INFO O| Aug 12 21:08:10.575 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-08-12T21:08:11.165Z[ recovery-image] Aug 12 21:08:10.585 INFO O| Aug 12 21:08:10.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50052024-08-12T21:08:11.165Z[ recovery-image] Aug 12 21:08:10.585 INFO O| Aug 12 21:08:10.585 INFO STEP 365 (remove_files) COMPLETE
50062024-08-12T21:08:11.168Z[ recovery-image] Aug 12 21:08:10.585 INFO O| Aug 12 21:08:10.585 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-08-12T21:08:11.174Z[ recovery-image] Aug 12 21:08:10.594 INFO O| Aug 12 21:08:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50082024-08-12T21:08:11.174Z[ recovery-image] Aug 12 21:08:10.594 INFO O| Aug 12 21:08:10.594 INFO STEP 366 (remove_files) COMPLETE
50092024-08-12T21:08:11.174Z[ recovery-image] Aug 12 21:08:10.594 INFO O| Aug 12 21:08:10.594 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-08-12T21:08:11.184Z[ recovery-image] Aug 12 21:08:10.604 INFO O| Aug 12 21:08:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50112024-08-12T21:08:11.187Z[ recovery-image] Aug 12 21:08:10.604 INFO O| Aug 12 21:08:10.604 INFO STEP 367 (remove_files) COMPLETE
50122024-08-12T21:08:11.187Z[ recovery-image] Aug 12 21:08:10.604 INFO O| Aug 12 21:08:10.604 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-08-12T21:08:11.194Z[ recovery-image] Aug 12 21:08:10.614 INFO O| Aug 12 21:08:10.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50142024-08-12T21:08:11.194Z[ recovery-image] Aug 12 21:08:10.614 INFO O| Aug 12 21:08:10.614 INFO STEP 368 (remove_files) COMPLETE
50152024-08-12T21:08:11.197Z[ recovery-image] Aug 12 21:08:10.614 INFO O| Aug 12 21:08:10.614 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-08-12T21:08:11.205Z[ recovery-image] Aug 12 21:08:10.624 INFO O| Aug 12 21:08:10.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50172024-08-12T21:08:11.205Z[ recovery-image] Aug 12 21:08:10.624 INFO O| Aug 12 21:08:10.624 INFO STEP 369 (remove_files) COMPLETE
50182024-08-12T21:08:11.205Z[ recovery-image] Aug 12 21:08:10.624 INFO O| Aug 12 21:08:10.624 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-08-12T21:08:11.215Z[ recovery-image] Aug 12 21:08:10.634 INFO O| Aug 12 21:08:10.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50202024-08-12T21:08:11.217Z[ recovery-image] Aug 12 21:08:10.634 INFO O| Aug 12 21:08:10.634 INFO STEP 370 (remove_files) COMPLETE
50212024-08-12T21:08:11.218Z[ recovery-image] Aug 12 21:08:10.634 INFO O| Aug 12 21:08:10.634 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-08-12T21:08:11.225Z[ recovery-image] Aug 12 21:08:10.645 INFO O| Aug 12 21:08:10.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50232024-08-12T21:08:11.225Z[ recovery-image] Aug 12 21:08:10.645 INFO O| Aug 12 21:08:10.645 INFO STEP 371 (remove_files) COMPLETE
50242024-08-12T21:08:11.227Z[ recovery-image] Aug 12 21:08:10.645 INFO O| Aug 12 21:08:10.645 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-08-12T21:08:11.235Z[ recovery-image] Aug 12 21:08:10.655 INFO O| Aug 12 21:08:10.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50262024-08-12T21:08:11.238Z[ recovery-image] Aug 12 21:08:10.655 INFO O| Aug 12 21:08:10.655 INFO STEP 372 (remove_files) COMPLETE
50272024-08-12T21:08:11.238Z[ recovery-image] Aug 12 21:08:10.655 INFO O| Aug 12 21:08:10.655 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-08-12T21:08:11.245Z[ recovery-image] Aug 12 21:08:10.665 INFO O| Aug 12 21:08:10.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50292024-08-12T21:08:11.245Z[ recovery-image] Aug 12 21:08:10.665 INFO O| Aug 12 21:08:10.665 INFO STEP 373 (remove_files) COMPLETE
50302024-08-12T21:08:11.245Z[ recovery-image] Aug 12 21:08:10.665 INFO O| Aug 12 21:08:10.665 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-08-12T21:08:11.255Z[ recovery-image] Aug 12 21:08:10.675 INFO O| Aug 12 21:08:10.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50322024-08-12T21:08:11.255Z[ recovery-image] Aug 12 21:08:10.675 INFO O| Aug 12 21:08:10.675 INFO STEP 374 (remove_files) COMPLETE
50332024-08-12T21:08:11.255Z[ recovery-image] Aug 12 21:08:10.675 INFO O| Aug 12 21:08:10.675 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-08-12T21:08:11.264Z[ recovery-image] Aug 12 21:08:10.684 INFO O| Aug 12 21:08:10.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50352024-08-12T21:08:11.264Z[ recovery-image] Aug 12 21:08:10.684 INFO O| Aug 12 21:08:10.684 INFO STEP 375 (remove_files) COMPLETE
50362024-08-12T21:08:11.264Z[ recovery-image] Aug 12 21:08:10.684 INFO O| Aug 12 21:08:10.684 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-08-12T21:08:11.274Z[ recovery-image] Aug 12 21:08:10.694 INFO O| Aug 12 21:08:10.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50382024-08-12T21:08:11.274Z[ recovery-image] Aug 12 21:08:10.694 INFO O| Aug 12 21:08:10.694 INFO STEP 376 (remove_files) COMPLETE
50392024-08-12T21:08:11.277Z[ recovery-image] Aug 12 21:08:10.694 INFO O| Aug 12 21:08:10.694 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-08-12T21:08:11.284Z[ recovery-image] Aug 12 21:08:10.704 INFO O| Aug 12 21:08:10.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50412024-08-12T21:08:11.284Z[ recovery-image] Aug 12 21:08:10.704 INFO O| Aug 12 21:08:10.704 INFO STEP 377 (remove_files) COMPLETE
50422024-08-12T21:08:11.287Z[ recovery-image] Aug 12 21:08:10.704 INFO O| Aug 12 21:08:10.704 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-08-12T21:08:11.294Z[ recovery-image] Aug 12 21:08:10.714 INFO O| Aug 12 21:08:10.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50442024-08-12T21:08:11.294Z[ recovery-image] Aug 12 21:08:10.714 INFO O| Aug 12 21:08:10.714 INFO STEP 378 (remove_files) COMPLETE
50452024-08-12T21:08:11.296Z[ recovery-image] Aug 12 21:08:10.714 INFO O| Aug 12 21:08:10.714 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-08-12T21:08:11.303Z[ recovery-image] Aug 12 21:08:10.723 INFO O| Aug 12 21:08:10.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50472024-08-12T21:08:11.303Z[ recovery-image] Aug 12 21:08:10.723 INFO O| Aug 12 21:08:10.723 INFO STEP 379 (remove_files) COMPLETE
50482024-08-12T21:08:11.303Z[ recovery-image] Aug 12 21:08:10.723 INFO O| Aug 12 21:08:10.723 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-08-12T21:08:11.313Z[ recovery-image] Aug 12 21:08:10.733 INFO O| Aug 12 21:08:10.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50502024-08-12T21:08:11.313Z[ recovery-image] Aug 12 21:08:10.733 INFO O| Aug 12 21:08:10.733 INFO STEP 380 (remove_files) COMPLETE
50512024-08-12T21:08:11.313Z[ recovery-image] Aug 12 21:08:10.733 INFO O| Aug 12 21:08:10.733 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-08-12T21:08:11.323Z[ recovery-image] Aug 12 21:08:10.743 INFO O| Aug 12 21:08:10.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50532024-08-12T21:08:11.325Z[ recovery-image] Aug 12 21:08:10.743 INFO O| Aug 12 21:08:10.743 INFO STEP 381 (remove_files) COMPLETE
50542024-08-12T21:08:11.325Z[ recovery-image] Aug 12 21:08:10.743 INFO O| Aug 12 21:08:10.743 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-08-12T21:08:11.332Z[ recovery-image] Aug 12 21:08:10.752 INFO O| Aug 12 21:08:10.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50562024-08-12T21:08:11.335Z[ recovery-image] Aug 12 21:08:10.752 INFO O| Aug 12 21:08:10.752 INFO STEP 382 (remove_files) COMPLETE
50572024-08-12T21:08:11.335Z[ recovery-image] Aug 12 21:08:10.752 INFO O| Aug 12 21:08:10.752 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-08-12T21:08:11.342Z[ recovery-image] Aug 12 21:08:10.762 INFO O| Aug 12 21:08:10.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50592024-08-12T21:08:11.342Z[ recovery-image] Aug 12 21:08:10.762 INFO O| Aug 12 21:08:10.762 INFO STEP 383 (remove_files) COMPLETE
50602024-08-12T21:08:11.345Z[ recovery-image] Aug 12 21:08:10.762 INFO O| Aug 12 21:08:10.762 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-08-12T21:08:11.352Z[ recovery-image] Aug 12 21:08:10.772 INFO O| Aug 12 21:08:10.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50622024-08-12T21:08:11.354Z[ recovery-image] Aug 12 21:08:10.772 INFO O| Aug 12 21:08:10.772 INFO STEP 384 (remove_files) COMPLETE
50632024-08-12T21:08:11.355Z[ recovery-image] Aug 12 21:08:10.772 INFO O| Aug 12 21:08:10.772 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-08-12T21:08:11.362Z[ recovery-image] Aug 12 21:08:10.782 INFO O| Aug 12 21:08:10.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50652024-08-12T21:08:11.365Z[ recovery-image] Aug 12 21:08:10.782 INFO O| Aug 12 21:08:10.782 INFO STEP 385 (remove_files) COMPLETE
50662024-08-12T21:08:11.365Z[ recovery-image] Aug 12 21:08:10.782 INFO O| Aug 12 21:08:10.782 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-08-12T21:08:11.372Z[ recovery-image] Aug 12 21:08:10.791 INFO O| Aug 12 21:08:10.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50682024-08-12T21:08:11.372Z[ recovery-image] Aug 12 21:08:10.792 INFO O| Aug 12 21:08:10.792 INFO STEP 386 (remove_files) COMPLETE
50692024-08-12T21:08:11.375Z[ recovery-image] Aug 12 21:08:10.792 INFO O| Aug 12 21:08:10.792 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-08-12T21:08:11.382Z[ recovery-image] Aug 12 21:08:10.802 INFO O| Aug 12 21:08:10.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50712024-08-12T21:08:11.382Z[ recovery-image] Aug 12 21:08:10.802 INFO O| Aug 12 21:08:10.802 INFO STEP 387 (remove_files) COMPLETE
50722024-08-12T21:08:11.385Z[ recovery-image] Aug 12 21:08:10.802 INFO O| Aug 12 21:08:10.802 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-08-12T21:08:11.392Z[ recovery-image] Aug 12 21:08:10.812 INFO O| Aug 12 21:08:10.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50742024-08-12T21:08:11.392Z[ recovery-image] Aug 12 21:08:10.812 INFO O| Aug 12 21:08:10.812 INFO STEP 388 (remove_files) COMPLETE
50752024-08-12T21:08:11.394Z[ recovery-image] Aug 12 21:08:10.812 INFO O| Aug 12 21:08:10.812 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-08-12T21:08:11.401Z[ recovery-image] Aug 12 21:08:10.821 INFO O| Aug 12 21:08:10.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50772024-08-12T21:08:11.401Z[ recovery-image] Aug 12 21:08:10.821 INFO O| Aug 12 21:08:10.821 INFO STEP 389 (remove_files) COMPLETE
50782024-08-12T21:08:11.401Z[ recovery-image] Aug 12 21:08:10.821 INFO O| Aug 12 21:08:10.821 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-08-12T21:08:11.411Z[ recovery-image] Aug 12 21:08:10.831 INFO O| Aug 12 21:08:10.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50802024-08-12T21:08:11.414Z[ recovery-image] Aug 12 21:08:10.831 INFO O| Aug 12 21:08:10.831 INFO STEP 390 (remove_files) COMPLETE
50812024-08-12T21:08:11.414Z[ recovery-image] Aug 12 21:08:10.831 INFO O| Aug 12 21:08:10.831 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-08-12T21:08:11.421Z[ recovery-image] Aug 12 21:08:10.841 INFO O| Aug 12 21:08:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50832024-08-12T21:08:11.424Z[ recovery-image] Aug 12 21:08:10.842 INFO O| Aug 12 21:08:10.842 INFO STEP 391 (remove_files) COMPLETE
50842024-08-12T21:08:11.424Z[ recovery-image] Aug 12 21:08:10.842 INFO O| Aug 12 21:08:10.842 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-08-12T21:08:11.432Z[ recovery-image] Aug 12 21:08:10.851 INFO O| Aug 12 21:08:10.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50862024-08-12T21:08:11.432Z[ recovery-image] Aug 12 21:08:10.851 INFO O| Aug 12 21:08:10.851 INFO STEP 392 (remove_files) COMPLETE
50872024-08-12T21:08:11.435Z[ recovery-image] Aug 12 21:08:10.851 INFO O| Aug 12 21:08:10.851 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-08-12T21:08:11.441Z[ recovery-image] Aug 12 21:08:10.861 INFO O| Aug 12 21:08:10.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50892024-08-12T21:08:11.444Z[ recovery-image] Aug 12 21:08:10.861 INFO O| Aug 12 21:08:10.861 INFO STEP 393 (remove_files) COMPLETE
50902024-08-12T21:08:11.444Z[ recovery-image] Aug 12 21:08:10.861 INFO O| Aug 12 21:08:10.861 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-08-12T21:08:11.451Z[ recovery-image] Aug 12 21:08:10.870 INFO O| Aug 12 21:08:10.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50922024-08-12T21:08:11.454Z[ recovery-image] Aug 12 21:08:10.871 INFO O| Aug 12 21:08:10.871 INFO STEP 394 (remove_files) COMPLETE
50932024-08-12T21:08:11.454Z[ recovery-image] Aug 12 21:08:10.871 INFO O| Aug 12 21:08:10.871 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-08-12T21:08:11.460Z[ recovery-image] Aug 12 21:08:10.880 INFO O| Aug 12 21:08:10.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50952024-08-12T21:08:11.460Z[ recovery-image] Aug 12 21:08:10.880 INFO O| Aug 12 21:08:10.880 INFO STEP 395 (remove_files) COMPLETE
50962024-08-12T21:08:11.463Z[ recovery-image] Aug 12 21:08:10.880 INFO O| Aug 12 21:08:10.880 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-08-12T21:08:11.470Z[ recovery-image] Aug 12 21:08:10.890 INFO O| Aug 12 21:08:10.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50982024-08-12T21:08:11.473Z[ recovery-image] Aug 12 21:08:10.890 INFO O| Aug 12 21:08:10.890 INFO STEP 396 (remove_files) COMPLETE
50992024-08-12T21:08:11.473Z[ recovery-image] Aug 12 21:08:10.890 INFO O| Aug 12 21:08:10.890 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-08-12T21:08:11.479Z[ recovery-image] Aug 12 21:08:10.899 INFO O| Aug 12 21:08:10.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51012024-08-12T21:08:11.483Z[ recovery-image] Aug 12 21:08:10.899 INFO O| Aug 12 21:08:10.899 INFO STEP 397 (remove_files) COMPLETE
51022024-08-12T21:08:11.483Z[ recovery-image] Aug 12 21:08:10.899 INFO O| Aug 12 21:08:10.899 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-08-12T21:08:11.489Z[ recovery-image] Aug 12 21:08:10.909 INFO O| Aug 12 21:08:10.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51042024-08-12T21:08:11.489Z[ recovery-image] Aug 12 21:08:10.909 INFO O| Aug 12 21:08:10.909 INFO STEP 398 (remove_files) COMPLETE
51052024-08-12T21:08:11.495Z[ recovery-image] Aug 12 21:08:10.909 INFO O| Aug 12 21:08:10.909 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-08-12T21:08:11.499Z[ recovery-image] Aug 12 21:08:10.919 INFO O| Aug 12 21:08:10.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51072024-08-12T21:08:11.499Z[ recovery-image] Aug 12 21:08:10.919 INFO O| Aug 12 21:08:10.919 INFO STEP 399 (remove_files) COMPLETE
51082024-08-12T21:08:11.499Z[ recovery-image] Aug 12 21:08:10.919 INFO O| Aug 12 21:08:10.919 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-08-12T21:08:11.509Z[ recovery-image] Aug 12 21:08:10.928 INFO O| Aug 12 21:08:10.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51102024-08-12T21:08:11.513Z[ recovery-image] Aug 12 21:08:10.928 INFO O| Aug 12 21:08:10.928 INFO STEP 400 (remove_files) COMPLETE
51112024-08-12T21:08:11.514Z[ recovery-image] Aug 12 21:08:10.928 INFO O| Aug 12 21:08:10.928 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-08-12T21:08:11.519Z[ recovery-image] Aug 12 21:08:10.938 INFO O| Aug 12 21:08:10.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51132024-08-12T21:08:11.519Z[ recovery-image] Aug 12 21:08:10.938 INFO O| Aug 12 21:08:10.938 INFO STEP 401 (remove_files) COMPLETE
51142024-08-12T21:08:11.522Z[ recovery-image] Aug 12 21:08:10.938 INFO O| Aug 12 21:08:10.938 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-08-12T21:08:11.528Z[ recovery-image] Aug 12 21:08:10.948 INFO O| Aug 12 21:08:10.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51162024-08-12T21:08:11.529Z[ recovery-image] Aug 12 21:08:10.948 INFO O| Aug 12 21:08:10.948 INFO STEP 402 (remove_files) COMPLETE
51172024-08-12T21:08:11.529Z[ recovery-image] Aug 12 21:08:10.948 INFO O| Aug 12 21:08:10.948 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-08-12T21:08:11.544Z[ recovery-image] Aug 12 21:08:10.958 INFO O| Aug 12 21:08:10.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51192024-08-12T21:08:11.545Z[ recovery-image] Aug 12 21:08:10.958 INFO O| Aug 12 21:08:10.958 INFO STEP 403 (remove_files) COMPLETE
51202024-08-12T21:08:11.549Z[ recovery-image] Aug 12 21:08:10.958 INFO O| Aug 12 21:08:10.958 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-08-12T21:08:11.549Z[ recovery-image] Aug 12 21:08:10.967 INFO O| Aug 12 21:08:10.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51222024-08-12T21:08:11.550Z[ recovery-image] Aug 12 21:08:10.967 INFO O| Aug 12 21:08:10.967 INFO STEP 404 (remove_files) COMPLETE
51232024-08-12T21:08:11.550Z[ recovery-image] Aug 12 21:08:10.967 INFO O| Aug 12 21:08:10.967 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-08-12T21:08:11.557Z[ recovery-image] Aug 12 21:08:10.977 INFO O| Aug 12 21:08:10.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51252024-08-12T21:08:11.558Z[ recovery-image] Aug 12 21:08:10.977 INFO O| Aug 12 21:08:10.977 INFO STEP 405 (remove_files) COMPLETE
51262024-08-12T21:08:11.561Z[ recovery-image] Aug 12 21:08:10.977 INFO O| Aug 12 21:08:10.977 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-08-12T21:08:11.568Z[ recovery-image] Aug 12 21:08:10.987 INFO O| Aug 12 21:08:10.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51282024-08-12T21:08:11.568Z[ recovery-image] Aug 12 21:08:10.987 INFO O| Aug 12 21:08:10.987 INFO STEP 406 (remove_files) COMPLETE
51292024-08-12T21:08:11.584Z[ recovery-image] Aug 12 21:08:10.987 INFO O| Aug 12 21:08:10.987 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-08-12T21:08:11.590Z[ recovery-image] Aug 12 21:08:10.997 INFO O| Aug 12 21:08:10.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51312024-08-12T21:08:11.591Z[ recovery-image] Aug 12 21:08:10.997 INFO O| Aug 12 21:08:10.997 INFO STEP 407 (remove_files) COMPLETE
51322024-08-12T21:08:11.591Z[ recovery-image] Aug 12 21:08:10.997 INFO O| Aug 12 21:08:10.997 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-08-12T21:08:11.591Z[ recovery-image] Aug 12 21:08:11.008 INFO O| Aug 12 21:08:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51342024-08-12T21:08:11.591Z[ recovery-image] Aug 12 21:08:11.008 INFO O| Aug 12 21:08:11.008 INFO STEP 408 (remove_files) COMPLETE
51352024-08-12T21:08:11.591Z[ recovery-image] Aug 12 21:08:11.008 INFO O| Aug 12 21:08:11.008 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-08-12T21:08:11.599Z[ recovery-image] Aug 12 21:08:11.018 INFO O| Aug 12 21:08:11.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51372024-08-12T21:08:11.599Z[ recovery-image] Aug 12 21:08:11.018 INFO O| Aug 12 21:08:11.018 INFO STEP 409 (remove_files) COMPLETE
51382024-08-12T21:08:11.602Z[ recovery-image] Aug 12 21:08:11.018 INFO O| Aug 12 21:08:11.018 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-08-12T21:08:11.616Z[ recovery-image] Aug 12 21:08:11.028 INFO O| Aug 12 21:08:11.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51402024-08-12T21:08:11.623Z[ recovery-image] Aug 12 21:08:11.028 INFO O| Aug 12 21:08:11.028 INFO STEP 410 (remove_files) COMPLETE
51412024-08-12T21:08:11.623Z[ recovery-image] Aug 12 21:08:11.028 INFO O| Aug 12 21:08:11.028 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-08-12T21:08:11.623Z[ recovery-image] Aug 12 21:08:11.038 INFO O| Aug 12 21:08:11.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51432024-08-12T21:08:11.623Z[ recovery-image] Aug 12 21:08:11.038 INFO O| Aug 12 21:08:11.038 INFO STEP 411 (remove_files) COMPLETE
51442024-08-12T21:08:11.623Z[ recovery-image] Aug 12 21:08:11.038 INFO O| Aug 12 21:08:11.038 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-08-12T21:08:11.628Z[ recovery-image] Aug 12 21:08:11.047 INFO O| Aug 12 21:08:11.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51462024-08-12T21:08:11.628Z[ recovery-image] Aug 12 21:08:11.048 INFO O| Aug 12 21:08:11.048 INFO STEP 412 (remove_files) COMPLETE
51472024-08-12T21:08:11.628Z[ recovery-image] Aug 12 21:08:11.048 INFO O| Aug 12 21:08:11.048 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-08-12T21:08:11.638Z[ recovery-image] Aug 12 21:08:11.057 INFO O| Aug 12 21:08:11.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51492024-08-12T21:08:11.638Z[ recovery-image] Aug 12 21:08:11.058 INFO O| Aug 12 21:08:11.057 INFO STEP 413 (remove_files) COMPLETE
51502024-08-12T21:08:11.641Z[ recovery-image] Aug 12 21:08:11.058 INFO O| Aug 12 21:08:11.058 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-08-12T21:08:11.647Z[ recovery-image] Aug 12 21:08:11.067 INFO O| Aug 12 21:08:11.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51522024-08-12T21:08:11.647Z[ recovery-image] Aug 12 21:08:11.067 INFO O| Aug 12 21:08:11.067 INFO STEP 414 (remove_files) COMPLETE
51532024-08-12T21:08:11.647Z[ recovery-image] Aug 12 21:08:11.067 INFO O| Aug 12 21:08:11.067 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-08-12T21:08:11.657Z[ recovery-image] Aug 12 21:08:11.077 INFO O| Aug 12 21:08:11.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51552024-08-12T21:08:11.661Z[ recovery-image] Aug 12 21:08:11.077 INFO O| Aug 12 21:08:11.077 INFO STEP 415 (remove_files) COMPLETE
51562024-08-12T21:08:11.661Z[ recovery-image] Aug 12 21:08:11.077 INFO O| Aug 12 21:08:11.077 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-08-12T21:08:11.667Z[ recovery-image] Aug 12 21:08:11.086 INFO O| Aug 12 21:08:11.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51582024-08-12T21:08:11.670Z[ recovery-image] Aug 12 21:08:11.086 INFO O| Aug 12 21:08:11.086 INFO STEP 416 (remove_files) COMPLETE
51592024-08-12T21:08:11.670Z[ recovery-image] Aug 12 21:08:11.087 INFO O| Aug 12 21:08:11.086 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-08-12T21:08:11.676Z[ recovery-image] Aug 12 21:08:11.096 INFO O| Aug 12 21:08:11.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51612024-08-12T21:08:11.679Z[ recovery-image] Aug 12 21:08:11.096 INFO O| Aug 12 21:08:11.096 INFO STEP 417 (remove_files) COMPLETE
51622024-08-12T21:08:11.679Z[ recovery-image] Aug 12 21:08:11.096 INFO O| Aug 12 21:08:11.096 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-08-12T21:08:11.686Z[ recovery-image] Aug 12 21:08:11.106 INFO O| Aug 12 21:08:11.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51642024-08-12T21:08:11.689Z[ recovery-image] Aug 12 21:08:11.106 INFO O| Aug 12 21:08:11.106 INFO STEP 418 (remove_files) COMPLETE
51652024-08-12T21:08:11.689Z[ recovery-image] Aug 12 21:08:11.106 INFO O| Aug 12 21:08:11.106 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-08-12T21:08:11.696Z[ recovery-image] Aug 12 21:08:11.116 INFO O| Aug 12 21:08:11.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51672024-08-12T21:08:11.699Z[ recovery-image] Aug 12 21:08:11.116 INFO O| Aug 12 21:08:11.116 INFO STEP 419 (remove_files) COMPLETE
51682024-08-12T21:08:11.699Z[ recovery-image] Aug 12 21:08:11.116 INFO O| Aug 12 21:08:11.116 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-08-12T21:08:11.706Z[ recovery-image] Aug 12 21:08:11.126 INFO O| Aug 12 21:08:11.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51702024-08-12T21:08:11.706Z[ recovery-image] Aug 12 21:08:11.126 INFO O| Aug 12 21:08:11.126 INFO STEP 420 (remove_files) COMPLETE
51712024-08-12T21:08:11.708Z[ recovery-image] Aug 12 21:08:11.126 INFO O| Aug 12 21:08:11.126 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-08-12T21:08:11.716Z[ recovery-image] Aug 12 21:08:11.135 INFO O| Aug 12 21:08:11.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51732024-08-12T21:08:11.718Z[ recovery-image] Aug 12 21:08:11.136 INFO O| Aug 12 21:08:11.136 INFO STEP 421 (remove_files) COMPLETE
51742024-08-12T21:08:11.718Z[ recovery-image] Aug 12 21:08:11.136 INFO O| Aug 12 21:08:11.136 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-08-12T21:08:11.725Z[ recovery-image] Aug 12 21:08:11.145 INFO O| Aug 12 21:08:11.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51762024-08-12T21:08:11.725Z[ recovery-image] Aug 12 21:08:11.145 INFO O| Aug 12 21:08:11.145 INFO STEP 422 (remove_files) COMPLETE
51772024-08-12T21:08:11.728Z[ recovery-image] Aug 12 21:08:11.145 INFO O| Aug 12 21:08:11.145 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-08-12T21:08:11.735Z[ recovery-image] Aug 12 21:08:11.155 INFO O| Aug 12 21:08:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51792024-08-12T21:08:11.735Z[ recovery-image] Aug 12 21:08:11.155 INFO O| Aug 12 21:08:11.155 INFO STEP 423 (remove_files) COMPLETE
51802024-08-12T21:08:11.735Z[ recovery-image] Aug 12 21:08:11.155 INFO O| Aug 12 21:08:11.155 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-08-12T21:08:11.744Z[ recovery-image] Aug 12 21:08:11.164 INFO O| Aug 12 21:08:11.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51822024-08-12T21:08:11.744Z[ recovery-image] Aug 12 21:08:11.164 INFO O| Aug 12 21:08:11.164 INFO STEP 424 (remove_files) COMPLETE
51832024-08-12T21:08:11.744Z[ recovery-image] Aug 12 21:08:11.164 INFO O| Aug 12 21:08:11.164 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-08-12T21:08:11.754Z[ recovery-image] Aug 12 21:08:11.174 INFO O| Aug 12 21:08:11.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51852024-08-12T21:08:11.757Z[ recovery-image] Aug 12 21:08:11.174 INFO O| Aug 12 21:08:11.174 INFO STEP 425 (remove_files) COMPLETE
51862024-08-12T21:08:11.757Z[ recovery-image] Aug 12 21:08:11.174 INFO O| Aug 12 21:08:11.174 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-08-12T21:08:11.764Z[ recovery-image] Aug 12 21:08:11.184 INFO O| Aug 12 21:08:11.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51882024-08-12T21:08:11.767Z[ recovery-image] Aug 12 21:08:11.184 INFO O| Aug 12 21:08:11.184 INFO STEP 426 (remove_files) COMPLETE
51892024-08-12T21:08:11.767Z[ recovery-image] Aug 12 21:08:11.184 INFO O| Aug 12 21:08:11.184 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-08-12T21:08:11.774Z[ recovery-image] Aug 12 21:08:11.194 INFO O| Aug 12 21:08:11.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51912024-08-12T21:08:11.774Z[ recovery-image] Aug 12 21:08:11.194 INFO O| Aug 12 21:08:11.194 INFO STEP 427 (remove_files) COMPLETE
51922024-08-12T21:08:11.774Z[ recovery-image] Aug 12 21:08:11.194 INFO O| Aug 12 21:08:11.194 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-08-12T21:08:11.784Z[ recovery-image] Aug 12 21:08:11.203 INFO O| Aug 12 21:08:11.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51942024-08-12T21:08:11.786Z[ recovery-image] Aug 12 21:08:11.204 INFO O| Aug 12 21:08:11.203 INFO STEP 428 (remove_files) COMPLETE
51952024-08-12T21:08:11.786Z[ recovery-image] Aug 12 21:08:11.204 INFO O| Aug 12 21:08:11.204 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-08-12T21:08:11.793Z[ recovery-image] Aug 12 21:08:11.213 INFO O| Aug 12 21:08:11.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51972024-08-12T21:08:11.793Z[ recovery-image] Aug 12 21:08:11.213 INFO O| Aug 12 21:08:11.213 INFO STEP 429 (remove_files) COMPLETE
51982024-08-12T21:08:11.793Z[ recovery-image] Aug 12 21:08:11.213 INFO O| Aug 12 21:08:11.213 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-08-12T21:08:11.803Z[ recovery-image] Aug 12 21:08:11.223 INFO O| Aug 12 21:08:11.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52002024-08-12T21:08:11.803Z[ recovery-image] Aug 12 21:08:11.223 INFO O| Aug 12 21:08:11.223 INFO STEP 430 (remove_files) COMPLETE
52012024-08-12T21:08:11.806Z[ recovery-image] Aug 12 21:08:11.223 INFO O| Aug 12 21:08:11.223 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-08-12T21:08:11.813Z[ recovery-image] Aug 12 21:08:11.233 INFO O| Aug 12 21:08:11.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52032024-08-12T21:08:11.816Z[ recovery-image] Aug 12 21:08:11.233 INFO O| Aug 12 21:08:11.233 INFO STEP 431 (remove_files) COMPLETE
52042024-08-12T21:08:11.816Z[ recovery-image] Aug 12 21:08:11.233 INFO O| Aug 12 21:08:11.233 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-08-12T21:08:11.823Z[ recovery-image] Aug 12 21:08:11.243 INFO O| Aug 12 21:08:11.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52062024-08-12T21:08:11.823Z[ recovery-image] Aug 12 21:08:11.243 INFO O| Aug 12 21:08:11.243 INFO STEP 432 (remove_files) COMPLETE
52072024-08-12T21:08:11.823Z[ recovery-image] Aug 12 21:08:11.243 INFO O| Aug 12 21:08:11.243 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-08-12T21:08:11.833Z[ recovery-image] Aug 12 21:08:11.252 INFO O| Aug 12 21:08:11.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52092024-08-12T21:08:11.836Z[ recovery-image] Aug 12 21:08:11.252 INFO O| Aug 12 21:08:11.252 INFO STEP 433 (remove_files) COMPLETE
52102024-08-12T21:08:11.836Z[ recovery-image] Aug 12 21:08:11.252 INFO O| Aug 12 21:08:11.252 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-08-12T21:08:11.842Z[ recovery-image] Aug 12 21:08:11.262 INFO O| Aug 12 21:08:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52122024-08-12T21:08:11.842Z[ recovery-image] Aug 12 21:08:11.262 INFO O| Aug 12 21:08:11.262 INFO STEP 434 (remove_files) COMPLETE
52132024-08-12T21:08:11.842Z[ recovery-image] Aug 12 21:08:11.262 INFO O| Aug 12 21:08:11.262 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-08-12T21:08:11.852Z[ recovery-image] Aug 12 21:08:11.272 INFO O| Aug 12 21:08:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52152024-08-12T21:08:11.855Z[ recovery-image] Aug 12 21:08:11.272 INFO O| Aug 12 21:08:11.272 INFO STEP 435 (remove_files) COMPLETE
52162024-08-12T21:08:11.855Z[ recovery-image] Aug 12 21:08:11.272 INFO O| Aug 12 21:08:11.272 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-08-12T21:08:11.862Z[ recovery-image] Aug 12 21:08:11.281 INFO O| Aug 12 21:08:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52182024-08-12T21:08:11.862Z[ recovery-image] Aug 12 21:08:11.282 INFO O| Aug 12 21:08:11.282 INFO STEP 436 (remove_files) COMPLETE
52192024-08-12T21:08:11.864Z[ recovery-image] Aug 12 21:08:11.282 INFO O| Aug 12 21:08:11.282 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-08-12T21:08:11.871Z[ recovery-image] Aug 12 21:08:11.291 INFO O| Aug 12 21:08:11.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52212024-08-12T21:08:11.871Z[ recovery-image] Aug 12 21:08:11.291 INFO O| Aug 12 21:08:11.291 INFO STEP 437 (remove_files) COMPLETE
52222024-08-12T21:08:11.874Z[ recovery-image] Aug 12 21:08:11.291 INFO O| Aug 12 21:08:11.291 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-08-12T21:08:11.882Z[ recovery-image] Aug 12 21:08:11.302 INFO O| Aug 12 21:08:11.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52242024-08-12T21:08:11.882Z[ recovery-image] Aug 12 21:08:11.302 INFO O| Aug 12 21:08:11.302 INFO STEP 438 (remove_files) COMPLETE
52252024-08-12T21:08:11.885Z[ recovery-image] Aug 12 21:08:11.302 INFO O| Aug 12 21:08:11.302 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-08-12T21:08:11.892Z[ recovery-image] Aug 12 21:08:11.312 INFO O| Aug 12 21:08:11.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52272024-08-12T21:08:11.892Z[ recovery-image] Aug 12 21:08:11.312 INFO O| Aug 12 21:08:11.312 INFO STEP 439 (remove_files) COMPLETE
52282024-08-12T21:08:11.895Z[ recovery-image] Aug 12 21:08:11.312 INFO O| Aug 12 21:08:11.312 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-08-12T21:08:11.903Z[ recovery-image] Aug 12 21:08:11.323 INFO O| Aug 12 21:08:11.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52302024-08-12T21:08:11.903Z[ recovery-image] Aug 12 21:08:11.323 INFO O| Aug 12 21:08:11.323 INFO STEP 440 (remove_files) COMPLETE
52312024-08-12T21:08:11.903Z[ recovery-image] Aug 12 21:08:11.323 INFO O| Aug 12 21:08:11.323 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-08-12T21:08:11.913Z[ recovery-image] Aug 12 21:08:11.333 INFO O| Aug 12 21:08:11.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52332024-08-12T21:08:11.913Z[ recovery-image] Aug 12 21:08:11.333 INFO O| Aug 12 21:08:11.333 INFO STEP 441 (remove_files) COMPLETE
52342024-08-12T21:08:11.916Z[ recovery-image] Aug 12 21:08:11.333 INFO O| Aug 12 21:08:11.333 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-08-12T21:08:11.925Z[ recovery-image] Aug 12 21:08:11.343 INFO O| Aug 12 21:08:11.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52362024-08-12T21:08:11.925Z[ recovery-image] Aug 12 21:08:11.343 INFO O| Aug 12 21:08:11.343 INFO STEP 442 (remove_files) COMPLETE
52372024-08-12T21:08:11.928Z[ recovery-image] Aug 12 21:08:11.343 INFO O| Aug 12 21:08:11.343 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-08-12T21:08:11.933Z[ recovery-image] Aug 12 21:08:11.353 INFO O| Aug 12 21:08:11.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52392024-08-12T21:08:11.937Z[ recovery-image] Aug 12 21:08:11.353 INFO O| Aug 12 21:08:11.353 INFO STEP 443 (remove_files) COMPLETE
52402024-08-12T21:08:11.937Z[ recovery-image] Aug 12 21:08:11.353 INFO O| Aug 12 21:08:11.353 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-08-12T21:08:11.944Z[ recovery-image] Aug 12 21:08:11.364 INFO O| Aug 12 21:08:11.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52422024-08-12T21:08:11.947Z[ recovery-image] Aug 12 21:08:11.364 INFO O| Aug 12 21:08:11.364 INFO STEP 444 (remove_files) COMPLETE
52432024-08-12T21:08:11.947Z[ recovery-image] Aug 12 21:08:11.364 INFO O| Aug 12 21:08:11.364 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-08-12T21:08:11.954Z[ recovery-image] Aug 12 21:08:11.373 INFO O| Aug 12 21:08:11.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52452024-08-12T21:08:11.957Z[ recovery-image] Aug 12 21:08:11.373 INFO O| Aug 12 21:08:11.373 INFO STEP 445 (remove_files) COMPLETE
52462024-08-12T21:08:11.957Z[ recovery-image] Aug 12 21:08:11.373 INFO O| Aug 12 21:08:11.373 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-08-12T21:08:11.963Z[ recovery-image] Aug 12 21:08:11.383 INFO O| Aug 12 21:08:11.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52482024-08-12T21:08:11.963Z[ recovery-image] Aug 12 21:08:11.383 INFO O| Aug 12 21:08:11.383 INFO STEP 446 (remove_files) COMPLETE
52492024-08-12T21:08:11.967Z[ recovery-image] Aug 12 21:08:11.383 INFO O| Aug 12 21:08:11.383 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-08-12T21:08:11.973Z[ recovery-image] Aug 12 21:08:11.393 INFO O| Aug 12 21:08:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52512024-08-12T21:08:11.973Z[ recovery-image] Aug 12 21:08:11.393 INFO O| Aug 12 21:08:11.393 INFO STEP 447 (remove_files) COMPLETE
52522024-08-12T21:08:11.973Z[ recovery-image] Aug 12 21:08:11.393 INFO O| Aug 12 21:08:11.393 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-08-12T21:08:11.983Z[ recovery-image] Aug 12 21:08:11.403 INFO O| Aug 12 21:08:11.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52542024-08-12T21:08:11.983Z[ recovery-image] Aug 12 21:08:11.403 INFO O| Aug 12 21:08:11.403 INFO STEP 448 (remove_files) COMPLETE
52552024-08-12T21:08:11.983Z[ recovery-image] Aug 12 21:08:11.403 INFO O| Aug 12 21:08:11.403 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-08-12T21:08:11.993Z[ recovery-image] Aug 12 21:08:11.412 INFO O| Aug 12 21:08:11.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52572024-08-12T21:08:11.996Z[ recovery-image] Aug 12 21:08:11.413 INFO O| Aug 12 21:08:11.412 INFO STEP 449 (remove_files) COMPLETE
52582024-08-12T21:08:11.996Z[ recovery-image] Aug 12 21:08:11.413 INFO O| Aug 12 21:08:11.412 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-08-12T21:08:12.002Z[ recovery-image] Aug 12 21:08:11.422 INFO O| Aug 12 21:08:11.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52602024-08-12T21:08:12.003Z[ recovery-image] Aug 12 21:08:11.422 INFO O| Aug 12 21:08:11.422 INFO STEP 450 (remove_files) COMPLETE
52612024-08-12T21:08:12.014Z[ recovery-image] Aug 12 21:08:11.422 INFO O| Aug 12 21:08:11.422 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-08-12T21:08:12.014Z[ recovery-image] Aug 12 21:08:11.432 INFO O| Aug 12 21:08:11.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52632024-08-12T21:08:12.014Z[ recovery-image] Aug 12 21:08:11.432 INFO O| Aug 12 21:08:11.432 INFO STEP 451 (remove_files) COMPLETE
52642024-08-12T21:08:12.014Z[ recovery-image] Aug 12 21:08:11.432 INFO O| Aug 12 21:08:11.432 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-08-12T21:08:12.023Z[ recovery-image] Aug 12 21:08:11.442 INFO O| Aug 12 21:08:11.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52662024-08-12T21:08:12.027Z[ recovery-image] Aug 12 21:08:11.442 INFO O| Aug 12 21:08:11.442 INFO STEP 452 (remove_files) COMPLETE
52672024-08-12T21:08:12.027Z[ recovery-image] Aug 12 21:08:11.442 INFO O| Aug 12 21:08:11.442 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-08-12T21:08:12.032Z[ recovery-image] Aug 12 21:08:11.451 INFO O| Aug 12 21:08:11.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52692024-08-12T21:08:12.032Z[ recovery-image] Aug 12 21:08:11.451 INFO O| Aug 12 21:08:11.451 INFO STEP 453 (remove_files) COMPLETE
52702024-08-12T21:08:12.032Z[ recovery-image] Aug 12 21:08:11.451 INFO O| Aug 12 21:08:11.451 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-08-12T21:08:12.042Z[ recovery-image] Aug 12 21:08:11.461 INFO O| Aug 12 21:08:11.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52722024-08-12T21:08:12.042Z[ recovery-image] Aug 12 21:08:11.461 INFO O| Aug 12 21:08:11.461 INFO STEP 454 (remove_files) COMPLETE
52732024-08-12T21:08:12.042Z[ recovery-image] Aug 12 21:08:11.461 INFO O| Aug 12 21:08:11.461 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-08-12T21:08:12.373Z[ recovery-image] Aug 12 21:08:11.471 INFO O| Aug 12 21:08:11.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52752024-08-12T21:08:12.373Z[ recovery-image] Aug 12 21:08:11.471 INFO O| Aug 12 21:08:11.471 INFO STEP 455 (remove_files) COMPLETE
52762024-08-12T21:08:12.379Z[ recovery-image] Aug 12 21:08:11.471 INFO O| Aug 12 21:08:11.471 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-08-12T21:08:12.379Z[ recovery-image] Aug 12 21:08:11.480 INFO O| Aug 12 21:08:11.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52782024-08-12T21:08:12.379Z[ recovery-image] Aug 12 21:08:11.480 INFO O| Aug 12 21:08:11.480 INFO STEP 456 (remove_files) COMPLETE
52792024-08-12T21:08:12.379Z[ recovery-image] Aug 12 21:08:11.480 INFO O| Aug 12 21:08:11.480 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-08-12T21:08:12.379Z[ recovery-image] Aug 12 21:08:11.490 INFO O| Aug 12 21:08:11.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52812024-08-12T21:08:12.379Z[ recovery-image] Aug 12 21:08:11.490 INFO O| Aug 12 21:08:11.490 INFO STEP 457 (remove_files) COMPLETE
52822024-08-12T21:08:12.379Z[ recovery-image] Aug 12 21:08:11.490 INFO O| Aug 12 21:08:11.490 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.500 INFO O| Aug 12 21:08:11.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52842024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.500 INFO O| Aug 12 21:08:11.500 INFO STEP 458 (remove_files) COMPLETE
52852024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.500 INFO O| Aug 12 21:08:11.500 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.509 INFO O| Aug 12 21:08:11.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52872024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.509 INFO O| Aug 12 21:08:11.509 INFO STEP 459 (remove_files) COMPLETE
52882024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.509 INFO O| Aug 12 21:08:11.509 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.519 INFO O| Aug 12 21:08:11.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52902024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.519 INFO O| Aug 12 21:08:11.519 INFO STEP 460 (remove_files) COMPLETE
52912024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.519 INFO O| Aug 12 21:08:11.519 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.528 INFO O| Aug 12 21:08:11.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52932024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.528 INFO O| Aug 12 21:08:11.528 INFO STEP 461 (remove_files) COMPLETE
52942024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.528 INFO O| Aug 12 21:08:11.528 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.538 INFO O| Aug 12 21:08:11.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52962024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.538 INFO O| Aug 12 21:08:11.538 INFO STEP 462 (remove_files) COMPLETE
52972024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.538 INFO O| Aug 12 21:08:11.538 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.548 INFO O| Aug 12 21:08:11.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52992024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.548 INFO O| Aug 12 21:08:11.548 INFO STEP 463 (remove_files) COMPLETE
53002024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.548 INFO O| Aug 12 21:08:11.548 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.557 INFO O| Aug 12 21:08:11.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53022024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.557 INFO O| Aug 12 21:08:11.557 INFO STEP 464 (remove_files) COMPLETE
53032024-08-12T21:08:12.380Z[ recovery-image] Aug 12 21:08:11.557 INFO O| Aug 12 21:08:11.557 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.567 INFO O| Aug 12 21:08:11.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53052024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.567 INFO O| Aug 12 21:08:11.567 INFO STEP 465 (remove_files) COMPLETE
53062024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.567 INFO O| Aug 12 21:08:11.567 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.576 INFO O| Aug 12 21:08:11.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53082024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.576 INFO O| Aug 12 21:08:11.576 INFO STEP 466 (remove_files) COMPLETE
53092024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.576 INFO O| Aug 12 21:08:11.576 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.586 INFO O| Aug 12 21:08:11.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53112024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.586 INFO O| Aug 12 21:08:11.586 INFO STEP 467 (remove_files) COMPLETE
53122024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.586 INFO O| Aug 12 21:08:11.586 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.596 INFO O| Aug 12 21:08:11.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53142024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.596 INFO O| Aug 12 21:08:11.596 INFO STEP 468 (remove_files) COMPLETE
53152024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.596 INFO O| Aug 12 21:08:11.596 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.605 INFO O| Aug 12 21:08:11.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53172024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.605 INFO O| Aug 12 21:08:11.605 INFO STEP 469 (remove_files) COMPLETE
53182024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.605 INFO O| Aug 12 21:08:11.605 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.615 INFO O| Aug 12 21:08:11.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53202024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.615 INFO O| Aug 12 21:08:11.615 INFO STEP 470 (remove_files) COMPLETE
53212024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.615 INFO O| Aug 12 21:08:11.615 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.624 INFO O| Aug 12 21:08:11.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53232024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.624 INFO O| Aug 12 21:08:11.624 INFO STEP 471 (remove_files) COMPLETE
53242024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.624 INFO O| Aug 12 21:08:11.624 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.634 INFO O| Aug 12 21:08:11.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53262024-08-12T21:08:12.381Z[ recovery-image] Aug 12 21:08:11.634 INFO O| Aug 12 21:08:11.634 INFO STEP 472 (remove_files) COMPLETE
53272024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.634 INFO O| Aug 12 21:08:11.634 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.644 INFO O| Aug 12 21:08:11.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53292024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.644 INFO O| Aug 12 21:08:11.644 INFO STEP 473 (remove_files) COMPLETE
53302024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.644 INFO O| Aug 12 21:08:11.644 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.658 INFO O| Aug 12 21:08:11.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53322024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.658 INFO O| Aug 12 21:08:11.658 INFO STEP 474 (remove_files) COMPLETE
53332024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.658 INFO O| Aug 12 21:08:11.658 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.672 INFO O| Aug 12 21:08:11.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53352024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.672 INFO O| Aug 12 21:08:11.672 INFO STEP 475 (remove_files) COMPLETE
53362024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.672 INFO O| Aug 12 21:08:11.672 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.684 INFO O| Aug 12 21:08:11.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53382024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.684 INFO O| Aug 12 21:08:11.684 INFO STEP 476 (remove_files) COMPLETE
53392024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.684 INFO O| Aug 12 21:08:11.684 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-08-12T21:08:12.382Z[ recovery-image] Aug 12 21:08:11.696 INFO O| Aug 12 21:08:11.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53412024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.696 INFO O| Aug 12 21:08:11.696 INFO STEP 477 (remove_files) COMPLETE
53422024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.696 INFO O| Aug 12 21:08:11.696 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.707 INFO O| Aug 12 21:08:11.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53442024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.707 INFO O| Aug 12 21:08:11.707 INFO STEP 478 (remove_files) COMPLETE
53452024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.707 INFO O| Aug 12 21:08:11.707 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.716 INFO O| Aug 12 21:08:11.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53472024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.717 INFO O| Aug 12 21:08:11.717 INFO STEP 479 (remove_files) COMPLETE
53482024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.717 INFO O| Aug 12 21:08:11.717 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.727 INFO O| Aug 12 21:08:11.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53502024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.727 INFO O| Aug 12 21:08:11.727 INFO STEP 480 (remove_files) COMPLETE
53512024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.727 INFO O| Aug 12 21:08:11.727 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.737 INFO O| Aug 12 21:08:11.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53532024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.737 INFO O| Aug 12 21:08:11.737 INFO STEP 481 (remove_files) COMPLETE
53542024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.737 INFO O| Aug 12 21:08:11.737 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.747 INFO O| Aug 12 21:08:11.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53562024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.747 INFO O| Aug 12 21:08:11.747 INFO STEP 482 (remove_files) COMPLETE
53572024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.747 INFO O| Aug 12 21:08:11.747 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.757 INFO O| Aug 12 21:08:11.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53592024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.757 INFO O| Aug 12 21:08:11.757 INFO STEP 483 (remove_files) COMPLETE
53602024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.757 INFO O| Aug 12 21:08:11.757 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.767 INFO O| Aug 12 21:08:11.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53622024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.767 INFO O| Aug 12 21:08:11.767 INFO STEP 484 (remove_files) COMPLETE
53632024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.767 INFO O| Aug 12 21:08:11.767 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.776 INFO O| Aug 12 21:08:11.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53652024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.776 INFO O| Aug 12 21:08:11.776 INFO STEP 485 (remove_files) COMPLETE
53662024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.776 INFO O| Aug 12 21:08:11.776 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.786 INFO O| Aug 12 21:08:11.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53682024-08-12T21:08:12.383Z[ recovery-image] Aug 12 21:08:11.786 INFO O| Aug 12 21:08:11.786 INFO STEP 486 (remove_files) COMPLETE
53692024-08-12T21:08:12.384Z[ recovery-image] Aug 12 21:08:11.786 INFO O| Aug 12 21:08:11.786 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-08-12T21:08:12.384Z[ recovery-image] Aug 12 21:08:11.796 INFO O| Aug 12 21:08:11.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53712024-08-12T21:08:12.384Z[ recovery-image] Aug 12 21:08:11.796 INFO O| Aug 12 21:08:11.796 INFO STEP 487 (remove_files) COMPLETE
53722024-08-12T21:08:12.384Z[ recovery-image] Aug 12 21:08:11.796 INFO O| Aug 12 21:08:11.796 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-08-12T21:08:12.390Z[ recovery-image] Aug 12 21:08:11.805 INFO O| Aug 12 21:08:11.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53742024-08-12T21:08:12.390Z[ recovery-image] Aug 12 21:08:11.806 INFO O| Aug 12 21:08:11.806 INFO STEP 488 (remove_files) COMPLETE
53752024-08-12T21:08:12.390Z[ recovery-image] Aug 12 21:08:11.806 INFO O| Aug 12 21:08:11.806 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-08-12T21:08:12.396Z[ recovery-image] Aug 12 21:08:11.815 INFO O| Aug 12 21:08:11.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53772024-08-12T21:08:12.405Z[ recovery-image] Aug 12 21:08:11.815 INFO O| Aug 12 21:08:11.815 INFO STEP 489 (remove_files) COMPLETE
53782024-08-12T21:08:12.405Z[ recovery-image] Aug 12 21:08:11.815 INFO O| Aug 12 21:08:11.815 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-08-12T21:08:12.413Z[ recovery-image] Aug 12 21:08:11.825 INFO O| Aug 12 21:08:11.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53802024-08-12T21:08:12.413Z[ recovery-image] Aug 12 21:08:11.825 INFO O| Aug 12 21:08:11.825 INFO STEP 490 (remove_files) COMPLETE
53812024-08-12T21:08:12.413Z[ recovery-image] Aug 12 21:08:11.825 INFO O| Aug 12 21:08:11.825 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-08-12T21:08:12.423Z[ recovery-image] Aug 12 21:08:11.835 INFO O| Aug 12 21:08:11.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53832024-08-12T21:08:12.423Z[ recovery-image] Aug 12 21:08:11.835 INFO O| Aug 12 21:08:11.835 INFO STEP 491 (remove_files) COMPLETE
53842024-08-12T21:08:12.423Z[ recovery-image] Aug 12 21:08:11.835 INFO O| Aug 12 21:08:11.835 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-08-12T21:08:12.428Z[ recovery-image] Aug 12 21:08:11.845 INFO O| Aug 12 21:08:11.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53862024-08-12T21:08:12.428Z[ recovery-image] Aug 12 21:08:11.845 INFO O| Aug 12 21:08:11.845 INFO STEP 492 (remove_files) COMPLETE
53872024-08-12T21:08:12.428Z[ recovery-image] Aug 12 21:08:11.845 INFO O| Aug 12 21:08:11.845 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-08-12T21:08:12.441Z[ recovery-image] Aug 12 21:08:11.854 INFO O| Aug 12 21:08:11.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53892024-08-12T21:08:12.449Z[ recovery-image] Aug 12 21:08:11.855 INFO O| Aug 12 21:08:11.854 INFO STEP 493 (remove_files) COMPLETE
53902024-08-12T21:08:12.449Z[ recovery-image] Aug 12 21:08:11.855 INFO O| Aug 12 21:08:11.855 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-08-12T21:08:12.461Z[ recovery-image] Aug 12 21:08:11.864 INFO O| Aug 12 21:08:11.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53922024-08-12T21:08:12.461Z[ recovery-image] Aug 12 21:08:11.865 INFO O| Aug 12 21:08:11.864 INFO STEP 494 (remove_files) COMPLETE
53932024-08-12T21:08:12.461Z[ recovery-image] Aug 12 21:08:11.865 INFO O| Aug 12 21:08:11.865 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-08-12T21:08:12.465Z[ recovery-image] Aug 12 21:08:11.874 INFO O| Aug 12 21:08:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53952024-08-12T21:08:12.465Z[ recovery-image] Aug 12 21:08:11.874 INFO O| Aug 12 21:08:11.874 INFO STEP 495 (remove_files) COMPLETE
53962024-08-12T21:08:12.465Z[ recovery-image] Aug 12 21:08:11.874 INFO O| Aug 12 21:08:11.874 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-08-12T21:08:12.469Z[ recovery-image] Aug 12 21:08:11.884 INFO O| Aug 12 21:08:11.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53982024-08-12T21:08:12.469Z[ recovery-image] Aug 12 21:08:11.884 INFO O| Aug 12 21:08:11.884 INFO STEP 496 (remove_files) COMPLETE
53992024-08-12T21:08:12.469Z[ recovery-image] Aug 12 21:08:11.884 INFO O| Aug 12 21:08:11.884 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-08-12T21:08:12.477Z[ recovery-image] Aug 12 21:08:11.894 INFO O| Aug 12 21:08:11.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54012024-08-12T21:08:12.482Z[ recovery-image] Aug 12 21:08:11.895 INFO O| Aug 12 21:08:11.895 INFO STEP 497 (remove_files) COMPLETE
54022024-08-12T21:08:12.482Z[ recovery-image] Aug 12 21:08:11.895 INFO O| Aug 12 21:08:11.895 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-08-12T21:08:12.485Z[ recovery-image] Aug 12 21:08:11.904 INFO O| Aug 12 21:08:11.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54042024-08-12T21:08:12.485Z[ recovery-image] Aug 12 21:08:11.904 INFO O| Aug 12 21:08:11.904 INFO STEP 498 (remove_files) COMPLETE
54052024-08-12T21:08:12.485Z[ recovery-image] Aug 12 21:08:11.904 INFO O| Aug 12 21:08:11.904 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-12T21:08:12.494Z[ recovery-image] Aug 12 21:08:11.914 INFO O| Aug 12 21:08:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54072024-08-12T21:08:12.497Z[ recovery-image] Aug 12 21:08:11.914 INFO O| Aug 12 21:08:11.914 INFO STEP 499 (remove_files) COMPLETE
54082024-08-12T21:08:12.497Z[ recovery-image] Aug 12 21:08:11.914 INFO O| Aug 12 21:08:11.914 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-12T21:08:12.505Z[ recovery-image] Aug 12 21:08:11.924 INFO O| Aug 12 21:08:11.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54102024-08-12T21:08:12.509Z[ recovery-image] Aug 12 21:08:11.924 INFO O| Aug 12 21:08:11.924 INFO STEP 500 (remove_files) COMPLETE
54112024-08-12T21:08:12.509Z[ recovery-image] Aug 12 21:08:11.924 INFO O| Aug 12 21:08:11.924 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-08-12T21:08:12.514Z[ recovery-image] Aug 12 21:08:11.934 INFO O| Aug 12 21:08:11.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54132024-08-12T21:08:12.514Z[ recovery-image] Aug 12 21:08:11.934 INFO O| Aug 12 21:08:11.934 INFO STEP 501 (remove_files) COMPLETE
54142024-08-12T21:08:12.518Z[ recovery-image] Aug 12 21:08:11.934 INFO O| Aug 12 21:08:11.934 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-08-12T21:08:12.524Z[ recovery-image] Aug 12 21:08:11.944 INFO O| Aug 12 21:08:11.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54162024-08-12T21:08:12.527Z[ recovery-image] Aug 12 21:08:11.944 INFO O| Aug 12 21:08:11.944 INFO STEP 502 (remove_files) COMPLETE
54172024-08-12T21:08:12.527Z[ recovery-image] Aug 12 21:08:11.944 INFO O| Aug 12 21:08:11.944 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-08-12T21:08:12.535Z[ recovery-image] Aug 12 21:08:11.954 INFO O| Aug 12 21:08:11.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54192024-08-12T21:08:12.535Z[ recovery-image] Aug 12 21:08:11.954 INFO O| Aug 12 21:08:11.954 INFO STEP 503 (remove_files) COMPLETE
54202024-08-12T21:08:12.539Z[ recovery-image] Aug 12 21:08:11.954 INFO O| Aug 12 21:08:11.954 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-08-12T21:08:12.544Z[ recovery-image] Aug 12 21:08:11.964 INFO O| Aug 12 21:08:11.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54222024-08-12T21:08:12.544Z[ recovery-image] Aug 12 21:08:11.964 INFO O| Aug 12 21:08:11.964 INFO STEP 504 (remove_files) COMPLETE
54232024-08-12T21:08:12.544Z[ recovery-image] Aug 12 21:08:11.964 INFO O| Aug 12 21:08:11.964 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-08-12T21:08:12.554Z[ recovery-image] Aug 12 21:08:11.973 INFO O| Aug 12 21:08:11.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54252024-08-12T21:08:12.554Z[ recovery-image] Aug 12 21:08:11.974 INFO O| Aug 12 21:08:11.973 INFO STEP 505 (remove_files) COMPLETE
54262024-08-12T21:08:12.557Z[ recovery-image] Aug 12 21:08:11.974 INFO O| Aug 12 21:08:11.974 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-08-12T21:08:12.565Z[ recovery-image] Aug 12 21:08:11.983 INFO O| Aug 12 21:08:11.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54282024-08-12T21:08:12.568Z[ recovery-image] Aug 12 21:08:11.983 INFO O| Aug 12 21:08:11.983 INFO STEP 506 (remove_files) COMPLETE
54292024-08-12T21:08:12.568Z[ recovery-image] Aug 12 21:08:11.983 INFO O| Aug 12 21:08:11.983 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-08-12T21:08:12.573Z[ recovery-image] Aug 12 21:08:11.993 INFO O| Aug 12 21:08:11.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54312024-08-12T21:08:12.576Z[ recovery-image] Aug 12 21:08:11.993 INFO O| Aug 12 21:08:11.993 INFO STEP 507 (remove_files) COMPLETE
54322024-08-12T21:08:12.576Z[ recovery-image] Aug 12 21:08:11.993 INFO O| Aug 12 21:08:11.993 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-08-12T21:08:12.588Z[ recovery-image] Aug 12 21:08:12.003 INFO O| Aug 12 21:08:12.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54342024-08-12T21:08:12.589Z[ recovery-image] Aug 12 21:08:12.004 INFO O| Aug 12 21:08:12.003 INFO STEP 508 (remove_files) COMPLETE
54352024-08-12T21:08:12.589Z[ recovery-image] Aug 12 21:08:12.004 INFO O| Aug 12 21:08:12.003 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-08-12T21:08:12.595Z[ recovery-image] Aug 12 21:08:12.014 INFO O| Aug 12 21:08:12.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54372024-08-12T21:08:12.595Z[ recovery-image] Aug 12 21:08:12.014 INFO O| Aug 12 21:08:12.014 INFO STEP 509 (remove_files) COMPLETE
54382024-08-12T21:08:12.595Z[ recovery-image] Aug 12 21:08:12.015 INFO O| Aug 12 21:08:12.014 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-08-12T21:08:12.606Z[ recovery-image] Aug 12 21:08:12.025 INFO O| Aug 12 21:08:12.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54402024-08-12T21:08:12.606Z[ recovery-image] Aug 12 21:08:12.025 INFO O| Aug 12 21:08:12.025 INFO STEP 510 (remove_files) COMPLETE
54412024-08-12T21:08:12.609Z[ recovery-image] Aug 12 21:08:12.025 INFO O| Aug 12 21:08:12.025 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-08-12T21:08:12.619Z[ recovery-image] Aug 12 21:08:12.035 INFO O| Aug 12 21:08:12.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54432024-08-12T21:08:12.619Z[ recovery-image] Aug 12 21:08:12.035 INFO O| Aug 12 21:08:12.035 INFO STEP 511 (remove_files) COMPLETE
54442024-08-12T21:08:12.623Z[ recovery-image] Aug 12 21:08:12.035 INFO O| Aug 12 21:08:12.035 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-08-12T21:08:12.627Z[ recovery-image] Aug 12 21:08:12.045 INFO O| Aug 12 21:08:12.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54462024-08-12T21:08:12.627Z[ recovery-image] Aug 12 21:08:12.046 INFO O| Aug 12 21:08:12.046 INFO STEP 512 (remove_files) COMPLETE
54472024-08-12T21:08:12.627Z[ recovery-image] Aug 12 21:08:12.046 INFO O| Aug 12 21:08:12.046 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-08-12T21:08:12.636Z[ recovery-image] Aug 12 21:08:12.056 INFO O| Aug 12 21:08:12.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
54492024-08-12T21:08:12.636Z[ recovery-image] Aug 12 21:08:12.056 INFO O| Aug 12 21:08:12.056 INFO STEP 513 (remove_files) COMPLETE
54502024-08-12T21:08:12.640Z[ recovery-image] Aug 12 21:08:12.056 INFO O| Aug 12 21:08:12.056 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-08-12T21:08:12.646Z[ recovery-image] Aug 12 21:08:12.066 INFO O| Aug 12 21:08:12.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54522024-08-12T21:08:12.650Z[ recovery-image] Aug 12 21:08:12.066 INFO O| Aug 12 21:08:12.066 INFO STEP 514 (remove_files) COMPLETE
54532024-08-12T21:08:12.650Z[ recovery-image] Aug 12 21:08:12.066 INFO O| Aug 12 21:08:12.066 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-08-12T21:08:12.656Z[ recovery-image] Aug 12 21:08:12.076 INFO O| Aug 12 21:08:12.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54552024-08-12T21:08:12.656Z[ recovery-image] Aug 12 21:08:12.076 INFO O| Aug 12 21:08:12.076 INFO STEP 515 (remove_files) COMPLETE
54562024-08-12T21:08:12.661Z[ recovery-image] Aug 12 21:08:12.076 INFO O| Aug 12 21:08:12.076 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-08-12T21:08:12.667Z[ recovery-image] Aug 12 21:08:12.086 INFO O| Aug 12 21:08:12.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54582024-08-12T21:08:12.667Z[ recovery-image] Aug 12 21:08:12.086 INFO O| Aug 12 21:08:12.086 INFO STEP 516 (remove_files) COMPLETE
54592024-08-12T21:08:12.670Z[ recovery-image] Aug 12 21:08:12.086 INFO O| Aug 12 21:08:12.086 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-08-12T21:08:12.685Z[ recovery-image] Aug 12 21:08:12.095 INFO O| Aug 12 21:08:12.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54612024-08-12T21:08:12.685Z[ recovery-image] Aug 12 21:08:12.095 INFO O| Aug 12 21:08:12.095 INFO STEP 517 (remove_files) COMPLETE
54622024-08-12T21:08:12.691Z[ recovery-image] Aug 12 21:08:12.095 INFO O| Aug 12 21:08:12.095 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-08-12T21:08:12.691Z[ recovery-image] Aug 12 21:08:12.105 INFO O| Aug 12 21:08:12.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54642024-08-12T21:08:12.691Z[ recovery-image] Aug 12 21:08:12.105 INFO O| Aug 12 21:08:12.105 INFO STEP 518 (remove_files) COMPLETE
54652024-08-12T21:08:12.691Z[ recovery-image] Aug 12 21:08:12.105 INFO O| Aug 12 21:08:12.105 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-08-12T21:08:12.698Z[ recovery-image] Aug 12 21:08:12.116 INFO O| Aug 12 21:08:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54672024-08-12T21:08:12.698Z[ recovery-image] Aug 12 21:08:12.117 INFO O| Aug 12 21:08:12.116 INFO STEP 519 (remove_files) COMPLETE
54682024-08-12T21:08:12.702Z[ recovery-image] Aug 12 21:08:12.117 INFO O| Aug 12 21:08:12.117 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-08-12T21:08:12.707Z[ recovery-image] Aug 12 21:08:12.126 INFO O| Aug 12 21:08:12.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54702024-08-12T21:08:12.711Z[ recovery-image] Aug 12 21:08:12.126 INFO O| Aug 12 21:08:12.126 INFO STEP 520 (remove_files) COMPLETE
54712024-08-12T21:08:12.712Z[ recovery-image] Aug 12 21:08:12.127 INFO O| Aug 12 21:08:12.126 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-08-12T21:08:12.717Z[ recovery-image] Aug 12 21:08:12.136 INFO O| Aug 12 21:08:12.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54732024-08-12T21:08:12.722Z[ recovery-image] Aug 12 21:08:12.136 INFO O| Aug 12 21:08:12.136 INFO STEP 521 (remove_files) COMPLETE
54742024-08-12T21:08:12.722Z[ recovery-image] Aug 12 21:08:12.136 INFO O| Aug 12 21:08:12.136 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-08-12T21:08:12.726Z[ recovery-image] Aug 12 21:08:12.146 INFO O| Aug 12 21:08:12.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54762024-08-12T21:08:12.730Z[ recovery-image] Aug 12 21:08:12.146 INFO O| Aug 12 21:08:12.146 INFO STEP 522 (remove_files) COMPLETE
54772024-08-12T21:08:12.730Z[ recovery-image] Aug 12 21:08:12.146 INFO O| Aug 12 21:08:12.146 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-08-12T21:08:12.738Z[ recovery-image] Aug 12 21:08:12.156 INFO O| Aug 12 21:08:12.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54792024-08-12T21:08:12.738Z[ recovery-image] Aug 12 21:08:12.156 INFO O| Aug 12 21:08:12.156 INFO STEP 523 (remove_files) COMPLETE
54802024-08-12T21:08:12.741Z[ recovery-image] Aug 12 21:08:12.156 INFO O| Aug 12 21:08:12.156 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-08-12T21:08:12.746Z[ recovery-image] Aug 12 21:08:12.166 INFO O| Aug 12 21:08:12.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54822024-08-12T21:08:12.746Z[ recovery-image] Aug 12 21:08:12.166 INFO O| Aug 12 21:08:12.166 INFO STEP 524 (remove_files) COMPLETE
54832024-08-12T21:08:12.746Z[ recovery-image] Aug 12 21:08:12.166 INFO O| Aug 12 21:08:12.166 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-08-12T21:08:12.756Z[ recovery-image] Aug 12 21:08:12.176 INFO O| Aug 12 21:08:12.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54852024-08-12T21:08:12.759Z[ recovery-image] Aug 12 21:08:12.176 INFO O| Aug 12 21:08:12.176 INFO STEP 525 (remove_files) COMPLETE
54862024-08-12T21:08:12.759Z[ recovery-image] Aug 12 21:08:12.176 INFO O| Aug 12 21:08:12.176 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-08-12T21:08:12.766Z[ recovery-image] Aug 12 21:08:12.185 INFO O| Aug 12 21:08:12.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54882024-08-12T21:08:12.768Z[ recovery-image] Aug 12 21:08:12.185 INFO O| Aug 12 21:08:12.185 INFO STEP 526 (remove_files) COMPLETE
54892024-08-12T21:08:12.768Z[ recovery-image] Aug 12 21:08:12.185 INFO O| Aug 12 21:08:12.185 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-08-12T21:08:12.775Z[ recovery-image] Aug 12 21:08:12.195 INFO O| Aug 12 21:08:12.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54912024-08-12T21:08:12.778Z[ recovery-image] Aug 12 21:08:12.195 INFO O| Aug 12 21:08:12.195 INFO STEP 527 (remove_files) COMPLETE
54922024-08-12T21:08:12.778Z[ recovery-image] Aug 12 21:08:12.195 INFO O| Aug 12 21:08:12.195 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-08-12T21:08:12.786Z[ recovery-image] Aug 12 21:08:12.205 INFO O| Aug 12 21:08:12.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54942024-08-12T21:08:12.786Z[ recovery-image] Aug 12 21:08:12.205 INFO O| Aug 12 21:08:12.205 INFO STEP 528 (remove_files) COMPLETE
54952024-08-12T21:08:12.786Z[ recovery-image] Aug 12 21:08:12.205 INFO O| Aug 12 21:08:12.205 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-08-12T21:08:12.794Z[ recovery-image] Aug 12 21:08:12.214 INFO O| Aug 12 21:08:12.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54972024-08-12T21:08:12.799Z[ recovery-image] Aug 12 21:08:12.216 INFO O| Aug 12 21:08:12.216 INFO STEP 529 (remove_files) COMPLETE
54982024-08-12T21:08:12.799Z[ recovery-image] Aug 12 21:08:12.216 INFO O| Aug 12 21:08:12.216 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-08-12T21:08:12.806Z[ recovery-image] Aug 12 21:08:12.226 INFO O| Aug 12 21:08:12.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55002024-08-12T21:08:12.806Z[ recovery-image] Aug 12 21:08:12.226 INFO O| Aug 12 21:08:12.226 INFO STEP 530 (remove_files) COMPLETE
55012024-08-12T21:08:12.806Z[ recovery-image] Aug 12 21:08:12.226 INFO O| Aug 12 21:08:12.226 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-08-12T21:08:12.817Z[ recovery-image] Aug 12 21:08:12.235 INFO O| Aug 12 21:08:12.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55032024-08-12T21:08:12.819Z[ recovery-image] Aug 12 21:08:12.235 INFO O| Aug 12 21:08:12.235 INFO STEP 531 (remove_files) COMPLETE
55042024-08-12T21:08:12.819Z[ recovery-image] Aug 12 21:08:12.235 INFO O| Aug 12 21:08:12.235 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-08-12T21:08:12.825Z[ recovery-image] Aug 12 21:08:12.245 INFO O| Aug 12 21:08:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55062024-08-12T21:08:12.825Z[ recovery-image] Aug 12 21:08:12.245 INFO O| Aug 12 21:08:12.245 INFO STEP 532 (remove_files) COMPLETE
55072024-08-12T21:08:12.828Z[ recovery-image] Aug 12 21:08:12.245 INFO O| Aug 12 21:08:12.245 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-08-12T21:08:12.835Z[ recovery-image] Aug 12 21:08:12.254 INFO O| Aug 12 21:08:12.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55092024-08-12T21:08:12.838Z[ recovery-image] Aug 12 21:08:12.255 INFO O| Aug 12 21:08:12.255 INFO STEP 533 (remove_files) COMPLETE
55102024-08-12T21:08:12.838Z[ recovery-image] Aug 12 21:08:12.255 INFO O| Aug 12 21:08:12.255 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-08-12T21:08:12.844Z[ recovery-image] Aug 12 21:08:12.264 INFO O| Aug 12 21:08:12.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55122024-08-12T21:08:12.844Z[ recovery-image] Aug 12 21:08:12.264 INFO O| Aug 12 21:08:12.264 INFO STEP 534 (remove_files) COMPLETE
55132024-08-12T21:08:12.847Z[ recovery-image] Aug 12 21:08:12.264 INFO O| Aug 12 21:08:12.264 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-08-12T21:08:12.854Z[ recovery-image] Aug 12 21:08:12.274 INFO O| Aug 12 21:08:12.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55152024-08-12T21:08:12.857Z[ recovery-image] Aug 12 21:08:12.274 INFO O| Aug 12 21:08:12.274 INFO STEP 535 (remove_files) COMPLETE
55162024-08-12T21:08:12.857Z[ recovery-image] Aug 12 21:08:12.274 INFO O| Aug 12 21:08:12.274 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-08-12T21:08:12.864Z[ recovery-image] Aug 12 21:08:12.284 INFO O| Aug 12 21:08:12.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55182024-08-12T21:08:12.864Z[ recovery-image] Aug 12 21:08:12.284 INFO O| Aug 12 21:08:12.284 INFO STEP 536 (remove_files) COMPLETE
55192024-08-12T21:08:12.864Z[ recovery-image] Aug 12 21:08:12.284 INFO O| Aug 12 21:08:12.284 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-08-12T21:08:12.874Z[ recovery-image] Aug 12 21:08:12.293 INFO O| Aug 12 21:08:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55212024-08-12T21:08:12.877Z[ recovery-image] Aug 12 21:08:12.294 INFO O| Aug 12 21:08:12.293 INFO STEP 537 (remove_files) COMPLETE
55222024-08-12T21:08:12.877Z[ recovery-image] Aug 12 21:08:12.294 INFO O| Aug 12 21:08:12.293 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-08-12T21:08:12.884Z[ recovery-image] Aug 12 21:08:12.303 INFO O| Aug 12 21:08:12.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55242024-08-12T21:08:12.884Z[ recovery-image] Aug 12 21:08:12.303 INFO O| Aug 12 21:08:12.303 INFO STEP 538 (remove_files) COMPLETE
55252024-08-12T21:08:12.887Z[ recovery-image] Aug 12 21:08:12.303 INFO O| Aug 12 21:08:12.303 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-08-12T21:08:12.893Z[ recovery-image] Aug 12 21:08:12.313 INFO O| Aug 12 21:08:12.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55272024-08-12T21:08:12.893Z[ recovery-image] Aug 12 21:08:12.313 INFO O| Aug 12 21:08:12.313 INFO STEP 539 (remove_files) COMPLETE
55282024-08-12T21:08:12.893Z[ recovery-image] Aug 12 21:08:12.313 INFO O| Aug 12 21:08:12.313 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-08-12T21:08:12.903Z[ recovery-image] Aug 12 21:08:12.322 INFO O| Aug 12 21:08:12.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55302024-08-12T21:08:12.903Z[ recovery-image] Aug 12 21:08:12.322 INFO O| Aug 12 21:08:12.322 INFO STEP 540 (remove_files) COMPLETE
55312024-08-12T21:08:12.906Z[ recovery-image] Aug 12 21:08:12.323 INFO O| Aug 12 21:08:12.322 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-08-12T21:08:12.912Z[ recovery-image] Aug 12 21:08:12.332 INFO O| Aug 12 21:08:12.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55332024-08-12T21:08:12.912Z[ recovery-image] Aug 12 21:08:12.332 INFO O| Aug 12 21:08:12.332 INFO STEP 541 (remove_files) COMPLETE
55342024-08-12T21:08:12.912Z[ recovery-image] Aug 12 21:08:12.332 INFO O| Aug 12 21:08:12.332 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-08-12T21:08:12.922Z[ recovery-image] Aug 12 21:08:12.342 INFO O| Aug 12 21:08:12.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55362024-08-12T21:08:12.922Z[ recovery-image] Aug 12 21:08:12.342 INFO O| Aug 12 21:08:12.342 INFO STEP 542 (remove_files) COMPLETE
55372024-08-12T21:08:12.925Z[ recovery-image] Aug 12 21:08:12.342 INFO O| Aug 12 21:08:12.342 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-08-12T21:08:12.932Z[ recovery-image] Aug 12 21:08:12.352 INFO O| Aug 12 21:08:12.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55392024-08-12T21:08:12.932Z[ recovery-image] Aug 12 21:08:12.352 INFO O| Aug 12 21:08:12.352 INFO STEP 543 (remove_files) COMPLETE
55402024-08-12T21:08:12.935Z[ recovery-image] Aug 12 21:08:12.352 INFO O| Aug 12 21:08:12.352 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-08-12T21:08:12.942Z[ recovery-image] Aug 12 21:08:12.362 INFO O| Aug 12 21:08:12.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55422024-08-12T21:08:12.942Z[ recovery-image] Aug 12 21:08:12.362 INFO O| Aug 12 21:08:12.362 INFO STEP 544 (remove_files) COMPLETE
55432024-08-12T21:08:12.942Z[ recovery-image] Aug 12 21:08:12.362 INFO O| Aug 12 21:08:12.362 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-08-12T21:08:12.953Z[ recovery-image] Aug 12 21:08:12.372 INFO O| Aug 12 21:08:12.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55452024-08-12T21:08:12.953Z[ recovery-image] Aug 12 21:08:12.372 INFO O| Aug 12 21:08:12.372 INFO STEP 545 (remove_files) COMPLETE
55462024-08-12T21:08:12.953Z[ recovery-image] Aug 12 21:08:12.372 INFO O| Aug 12 21:08:12.372 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-08-12T21:08:12.962Z[ recovery-image] Aug 12 21:08:12.382 INFO O| Aug 12 21:08:12.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55482024-08-12T21:08:12.963Z[ recovery-image] Aug 12 21:08:12.382 INFO O| Aug 12 21:08:12.382 INFO STEP 546 (remove_files) COMPLETE
55492024-08-12T21:08:12.963Z[ recovery-image] Aug 12 21:08:12.382 INFO O| Aug 12 21:08:12.382 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-08-12T21:08:12.972Z[ recovery-image] Aug 12 21:08:12.392 INFO O| Aug 12 21:08:12.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55512024-08-12T21:08:12.978Z[ recovery-image] Aug 12 21:08:12.392 INFO O| Aug 12 21:08:12.392 INFO STEP 547 (remove_files) COMPLETE
55522024-08-12T21:08:12.978Z[ recovery-image] Aug 12 21:08:12.392 INFO O| Aug 12 21:08:12.392 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-08-12T21:08:12.983Z[ recovery-image] Aug 12 21:08:12.402 INFO O| Aug 12 21:08:12.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55542024-08-12T21:08:12.983Z[ recovery-image] Aug 12 21:08:12.402 INFO O| Aug 12 21:08:12.402 INFO STEP 548 (remove_files) COMPLETE
55552024-08-12T21:08:12.986Z[ recovery-image] Aug 12 21:08:12.402 INFO O| Aug 12 21:08:12.402 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-08-12T21:08:12.992Z[ recovery-image] Aug 12 21:08:12.412 INFO O| Aug 12 21:08:12.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55572024-08-12T21:08:12.996Z[ recovery-image] Aug 12 21:08:12.412 INFO O| Aug 12 21:08:12.412 INFO STEP 549 (remove_files) COMPLETE
55582024-08-12T21:08:12.996Z[ recovery-image] Aug 12 21:08:12.412 INFO O| Aug 12 21:08:12.412 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-08-12T21:08:13.002Z[ recovery-image] Aug 12 21:08:12.422 INFO O| Aug 12 21:08:12.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55602024-08-12T21:08:13.002Z[ recovery-image] Aug 12 21:08:12.422 INFO O| Aug 12 21:08:12.422 INFO STEP 550 (remove_files) COMPLETE
55612024-08-12T21:08:13.003Z[ recovery-image] Aug 12 21:08:12.422 INFO O| Aug 12 21:08:12.422 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-08-12T21:08:13.012Z[ recovery-image] Aug 12 21:08:12.432 INFO O| Aug 12 21:08:12.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55632024-08-12T21:08:13.012Z[ recovery-image] Aug 12 21:08:12.432 INFO O| Aug 12 21:08:12.432 INFO STEP 551 (remove_files) COMPLETE
55642024-08-12T21:08:13.015Z[ recovery-image] Aug 12 21:08:12.432 INFO O| Aug 12 21:08:12.432 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-08-12T21:08:13.022Z[ recovery-image] Aug 12 21:08:12.441 INFO O| Aug 12 21:08:12.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55662024-08-12T21:08:13.022Z[ recovery-image] Aug 12 21:08:12.442 INFO O| Aug 12 21:08:12.442 INFO STEP 552 (remove_files) COMPLETE
55672024-08-12T21:08:13.025Z[ recovery-image] Aug 12 21:08:12.442 INFO O| Aug 12 21:08:12.442 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-08-12T21:08:13.032Z[ recovery-image] Aug 12 21:08:12.451 INFO O| Aug 12 21:08:12.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55692024-08-12T21:08:13.032Z[ recovery-image] Aug 12 21:08:12.451 INFO O| Aug 12 21:08:12.451 INFO STEP 553 (remove_files) COMPLETE
55702024-08-12T21:08:13.032Z[ recovery-image] Aug 12 21:08:12.451 INFO O| Aug 12 21:08:12.451 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-08-12T21:08:13.042Z[ recovery-image] Aug 12 21:08:12.461 INFO O| Aug 12 21:08:12.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55722024-08-12T21:08:13.046Z[ recovery-image] Aug 12 21:08:12.461 INFO O| Aug 12 21:08:12.461 INFO STEP 554 (remove_files) COMPLETE
55732024-08-12T21:08:13.046Z[ recovery-image] Aug 12 21:08:12.461 INFO O| Aug 12 21:08:12.461 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-08-12T21:08:13.051Z[ recovery-image] Aug 12 21:08:12.471 INFO O| Aug 12 21:08:12.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55752024-08-12T21:08:13.055Z[ recovery-image] Aug 12 21:08:12.471 INFO O| Aug 12 21:08:12.471 INFO STEP 555 (remove_files) COMPLETE
55762024-08-12T21:08:13.055Z[ recovery-image] Aug 12 21:08:12.471 INFO O| Aug 12 21:08:12.471 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-08-12T21:08:13.061Z[ recovery-image] Aug 12 21:08:12.481 INFO O| Aug 12 21:08:12.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55782024-08-12T21:08:13.064Z[ recovery-image] Aug 12 21:08:12.481 INFO O| Aug 12 21:08:12.481 INFO STEP 556 (remove_files) COMPLETE
55792024-08-12T21:08:13.064Z[ recovery-image] Aug 12 21:08:12.481 INFO O| Aug 12 21:08:12.481 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-08-12T21:08:13.072Z[ recovery-image] Aug 12 21:08:12.491 INFO O| Aug 12 21:08:12.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55812024-08-12T21:08:13.075Z[ recovery-image] Aug 12 21:08:12.492 INFO O| Aug 12 21:08:12.492 INFO STEP 557 (remove_files) COMPLETE
55822024-08-12T21:08:13.075Z[ recovery-image] Aug 12 21:08:12.492 INFO O| Aug 12 21:08:12.492 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-08-12T21:08:13.082Z[ recovery-image] Aug 12 21:08:12.501 INFO O| Aug 12 21:08:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55842024-08-12T21:08:13.082Z[ recovery-image] Aug 12 21:08:12.502 INFO O| Aug 12 21:08:12.502 INFO STEP 558 (remove_files) COMPLETE
55852024-08-12T21:08:13.085Z[ recovery-image] Aug 12 21:08:12.502 INFO O| Aug 12 21:08:12.502 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-08-12T21:08:13.092Z[ recovery-image] Aug 12 21:08:12.511 INFO O| Aug 12 21:08:12.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55872024-08-12T21:08:13.092Z[ recovery-image] Aug 12 21:08:12.511 INFO O| Aug 12 21:08:12.511 INFO STEP 559 (remove_files) COMPLETE
55882024-08-12T21:08:13.092Z[ recovery-image] Aug 12 21:08:12.511 INFO O| Aug 12 21:08:12.511 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-08-12T21:08:13.102Z[ recovery-image] Aug 12 21:08:12.521 INFO O| Aug 12 21:08:12.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55902024-08-12T21:08:13.102Z[ recovery-image] Aug 12 21:08:12.521 INFO O| Aug 12 21:08:12.521 INFO STEP 560 (remove_files) COMPLETE
55912024-08-12T21:08:13.105Z[ recovery-image] Aug 12 21:08:12.521 INFO O| Aug 12 21:08:12.521 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-08-12T21:08:13.112Z[ recovery-image] Aug 12 21:08:12.531 INFO O| Aug 12 21:08:12.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55932024-08-12T21:08:13.115Z[ recovery-image] Aug 12 21:08:12.531 INFO O| Aug 12 21:08:12.531 INFO STEP 561 (remove_files) COMPLETE
55942024-08-12T21:08:13.115Z[ recovery-image] Aug 12 21:08:12.531 INFO O| Aug 12 21:08:12.531 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-08-12T21:08:13.122Z[ recovery-image] Aug 12 21:08:12.541 INFO O| Aug 12 21:08:12.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55962024-08-12T21:08:13.122Z[ recovery-image] Aug 12 21:08:12.541 INFO O| Aug 12 21:08:12.541 INFO STEP 562 (remove_files) COMPLETE
55972024-08-12T21:08:13.125Z[ recovery-image] Aug 12 21:08:12.541 INFO O| Aug 12 21:08:12.541 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-12T21:08:13.134Z[ recovery-image] Aug 12 21:08:12.551 INFO O| Aug 12 21:08:12.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55992024-08-12T21:08:13.134Z[ recovery-image] Aug 12 21:08:12.551 INFO O| Aug 12 21:08:12.551 INFO STEP 563 (remove_files) COMPLETE
56002024-08-12T21:08:13.134Z[ recovery-image] Aug 12 21:08:12.551 INFO O| Aug 12 21:08:12.551 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-12T21:08:13.141Z[ recovery-image] Aug 12 21:08:12.561 INFO O| Aug 12 21:08:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56022024-08-12T21:08:13.141Z[ recovery-image] Aug 12 21:08:12.561 INFO O| Aug 12 21:08:12.561 INFO STEP 564 (remove_files) COMPLETE
56032024-08-12T21:08:13.144Z[ recovery-image] Aug 12 21:08:12.561 INFO O| Aug 12 21:08:12.561 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-12T21:08:13.151Z[ recovery-image] Aug 12 21:08:12.571 INFO O| Aug 12 21:08:12.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56052024-08-12T21:08:13.151Z[ recovery-image] Aug 12 21:08:12.571 INFO O| Aug 12 21:08:12.571 INFO STEP 565 (remove_files) COMPLETE
56062024-08-12T21:08:13.151Z[ recovery-image] Aug 12 21:08:12.571 INFO O| Aug 12 21:08:12.571 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-12T21:08:13.161Z[ recovery-image] Aug 12 21:08:12.581 INFO O| Aug 12 21:08:12.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56082024-08-12T21:08:13.161Z[ recovery-image] Aug 12 21:08:12.581 INFO O| Aug 12 21:08:12.581 INFO STEP 566 (remove_files) COMPLETE
56092024-08-12T21:08:13.164Z[ recovery-image] Aug 12 21:08:12.581 INFO O| Aug 12 21:08:12.581 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-12T21:08:13.174Z[ recovery-image] Aug 12 21:08:12.590 INFO O| Aug 12 21:08:12.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56112024-08-12T21:08:13.174Z[ recovery-image] Aug 12 21:08:12.591 INFO O| Aug 12 21:08:12.590 INFO STEP 567 (remove_files) COMPLETE
56122024-08-12T21:08:13.174Z[ recovery-image] Aug 12 21:08:12.591 INFO O| Aug 12 21:08:12.591 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-12T21:08:13.181Z[ recovery-image] Aug 12 21:08:12.600 INFO O| Aug 12 21:08:12.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56142024-08-12T21:08:13.184Z[ recovery-image] Aug 12 21:08:12.600 INFO O| Aug 12 21:08:12.600 INFO STEP 568 (remove_files) COMPLETE
56152024-08-12T21:08:13.184Z[ recovery-image] Aug 12 21:08:12.600 INFO O| Aug 12 21:08:12.600 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-12T21:08:13.190Z[ recovery-image] Aug 12 21:08:12.610 INFO O| Aug 12 21:08:12.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56172024-08-12T21:08:13.190Z[ recovery-image] Aug 12 21:08:12.610 INFO O| Aug 12 21:08:12.610 INFO STEP 569 (remove_files) COMPLETE
56182024-08-12T21:08:13.193Z[ recovery-image] Aug 12 21:08:12.610 INFO O| Aug 12 21:08:12.610 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-12T21:08:13.200Z[ recovery-image] Aug 12 21:08:12.620 INFO O| Aug 12 21:08:12.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56202024-08-12T21:08:13.200Z[ recovery-image] Aug 12 21:08:12.620 INFO O| Aug 12 21:08:12.620 INFO STEP 570 (remove_files) COMPLETE
56212024-08-12T21:08:13.203Z[ recovery-image] Aug 12 21:08:12.620 INFO O| Aug 12 21:08:12.620 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-12T21:08:13.210Z[ recovery-image] Aug 12 21:08:12.630 INFO O| Aug 12 21:08:12.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56232024-08-12T21:08:13.210Z[ recovery-image] Aug 12 21:08:12.630 INFO O| Aug 12 21:08:12.630 INFO STEP 571 (remove_files) COMPLETE
56242024-08-12T21:08:13.212Z[ recovery-image] Aug 12 21:08:12.630 INFO O| Aug 12 21:08:12.630 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-12T21:08:13.219Z[ recovery-image] Aug 12 21:08:12.639 INFO O| Aug 12 21:08:12.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56262024-08-12T21:08:13.222Z[ recovery-image] Aug 12 21:08:12.639 INFO O| Aug 12 21:08:12.639 INFO STEP 572 (remove_files) COMPLETE
56272024-08-12T21:08:13.222Z[ recovery-image] Aug 12 21:08:12.639 INFO O| Aug 12 21:08:12.639 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-12T21:08:13.229Z[ recovery-image] Aug 12 21:08:12.649 INFO O| Aug 12 21:08:12.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56292024-08-12T21:08:13.229Z[ recovery-image] Aug 12 21:08:12.649 INFO O| Aug 12 21:08:12.649 INFO STEP 573 (remove_files) COMPLETE
56302024-08-12T21:08:13.230Z[ recovery-image] Aug 12 21:08:12.649 INFO O| Aug 12 21:08:12.649 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-12T21:08:13.239Z[ recovery-image] Aug 12 21:08:12.659 INFO O| Aug 12 21:08:12.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56322024-08-12T21:08:13.239Z[ recovery-image] Aug 12 21:08:12.659 INFO O| Aug 12 21:08:12.659 INFO STEP 574 (remove_files) COMPLETE
56332024-08-12T21:08:13.239Z[ recovery-image] Aug 12 21:08:12.659 INFO O| Aug 12 21:08:12.659 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-12T21:08:13.249Z[ recovery-image] Aug 12 21:08:12.669 INFO O| Aug 12 21:08:12.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56352024-08-12T21:08:13.249Z[ recovery-image] Aug 12 21:08:12.669 INFO O| Aug 12 21:08:12.669 INFO STEP 575 (remove_files) COMPLETE
56362024-08-12T21:08:13.249Z[ recovery-image] Aug 12 21:08:12.669 INFO O| Aug 12 21:08:12.669 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-12T21:08:13.259Z[ recovery-image] Aug 12 21:08:12.678 INFO O| Aug 12 21:08:12.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56382024-08-12T21:08:13.259Z[ recovery-image] Aug 12 21:08:12.678 INFO O| Aug 12 21:08:12.678 INFO STEP 576 (remove_files) COMPLETE
56392024-08-12T21:08:13.261Z[ recovery-image] Aug 12 21:08:12.678 INFO O| Aug 12 21:08:12.678 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-12T21:08:13.269Z[ recovery-image] Aug 12 21:08:12.688 INFO O| Aug 12 21:08:12.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56412024-08-12T21:08:13.269Z[ recovery-image] Aug 12 21:08:12.688 INFO O| Aug 12 21:08:12.688 INFO STEP 577 (remove_files) COMPLETE
56422024-08-12T21:08:13.271Z[ recovery-image] Aug 12 21:08:12.688 INFO O| Aug 12 21:08:12.688 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-12T21:08:13.279Z[ recovery-image] Aug 12 21:08:12.699 INFO O| Aug 12 21:08:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56442024-08-12T21:08:13.279Z[ recovery-image] Aug 12 21:08:12.699 INFO O| Aug 12 21:08:12.699 INFO STEP 578 (remove_files) COMPLETE
56452024-08-12T21:08:13.282Z[ recovery-image] Aug 12 21:08:12.699 INFO O| Aug 12 21:08:12.699 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-12T21:08:13.290Z[ recovery-image] Aug 12 21:08:12.709 INFO O| Aug 12 21:08:12.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56472024-08-12T21:08:13.290Z[ recovery-image] Aug 12 21:08:12.709 INFO O| Aug 12 21:08:12.709 INFO STEP 579 (remove_files) COMPLETE
56482024-08-12T21:08:13.290Z[ recovery-image] Aug 12 21:08:12.709 INFO O| Aug 12 21:08:12.709 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-12T21:08:13.300Z[ recovery-image] Aug 12 21:08:12.719 INFO O| Aug 12 21:08:12.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56502024-08-12T21:08:13.300Z[ recovery-image] Aug 12 21:08:12.720 INFO O| Aug 12 21:08:12.719 INFO STEP 580 (remove_files) COMPLETE
56512024-08-12T21:08:13.304Z[ recovery-image] Aug 12 21:08:12.720 INFO O| Aug 12 21:08:12.720 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-12T21:08:13.310Z[ recovery-image] Aug 12 21:08:12.730 INFO O| Aug 12 21:08:12.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56532024-08-12T21:08:13.311Z[ recovery-image] Aug 12 21:08:12.730 INFO O| Aug 12 21:08:12.730 INFO STEP 581 (remove_files) COMPLETE
56542024-08-12T21:08:13.311Z[ recovery-image] Aug 12 21:08:12.730 INFO O| Aug 12 21:08:12.730 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-12T21:08:13.320Z[ recovery-image] Aug 12 21:08:12.740 INFO O| Aug 12 21:08:12.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56562024-08-12T21:08:13.320Z[ recovery-image] Aug 12 21:08:12.740 INFO O| Aug 12 21:08:12.740 INFO STEP 582 (remove_files) COMPLETE
56572024-08-12T21:08:13.323Z[ recovery-image] Aug 12 21:08:12.740 INFO O| Aug 12 21:08:12.740 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-12T21:08:13.330Z[ recovery-image] Aug 12 21:08:12.749 INFO O| Aug 12 21:08:12.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56592024-08-12T21:08:13.332Z[ recovery-image] Aug 12 21:08:12.750 INFO O| Aug 12 21:08:12.749 INFO STEP 583 (remove_files) COMPLETE
56602024-08-12T21:08:13.332Z[ recovery-image] Aug 12 21:08:12.750 INFO O| Aug 12 21:08:12.750 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-08-12T21:08:13.339Z[ recovery-image] Aug 12 21:08:12.759 INFO O| Aug 12 21:08:12.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56622024-08-12T21:08:13.342Z[ recovery-image] Aug 12 21:08:12.759 INFO O| Aug 12 21:08:12.759 INFO STEP 584 (remove_files) COMPLETE
56632024-08-12T21:08:13.342Z[ recovery-image] Aug 12 21:08:12.759 INFO O| Aug 12 21:08:12.759 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-08-12T21:08:13.349Z[ recovery-image] Aug 12 21:08:12.769 INFO O| Aug 12 21:08:12.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56652024-08-12T21:08:13.352Z[ recovery-image] Aug 12 21:08:12.769 INFO O| Aug 12 21:08:12.769 INFO STEP 585 (remove_files) COMPLETE
56662024-08-12T21:08:13.352Z[ recovery-image] Aug 12 21:08:12.769 INFO O| Aug 12 21:08:12.769 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-08-12T21:08:13.359Z[ recovery-image] Aug 12 21:08:12.779 INFO O| Aug 12 21:08:12.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56682024-08-12T21:08:13.361Z[ recovery-image] Aug 12 21:08:12.779 INFO O| Aug 12 21:08:12.779 INFO STEP 586 (remove_files) COMPLETE
56692024-08-12T21:08:13.361Z[ recovery-image] Aug 12 21:08:12.779 INFO O| Aug 12 21:08:12.779 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-08-12T21:08:13.369Z[ recovery-image] Aug 12 21:08:12.789 INFO O| Aug 12 21:08:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56712024-08-12T21:08:13.372Z[ recovery-image] Aug 12 21:08:12.789 INFO O| Aug 12 21:08:12.789 INFO STEP 587 (remove_files) COMPLETE
56722024-08-12T21:08:13.372Z[ recovery-image] Aug 12 21:08:12.789 INFO O| Aug 12 21:08:12.789 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-08-12T21:08:13.379Z[ recovery-image] Aug 12 21:08:12.799 INFO O| Aug 12 21:08:12.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56742024-08-12T21:08:13.379Z[ recovery-image] Aug 12 21:08:12.799 INFO O| Aug 12 21:08:12.799 INFO STEP 588 (remove_files) COMPLETE
56752024-08-12T21:08:13.382Z[ recovery-image] Aug 12 21:08:12.799 INFO O| Aug 12 21:08:12.799 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-12T21:08:13.389Z[ recovery-image] Aug 12 21:08:12.809 INFO O| Aug 12 21:08:12.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56772024-08-12T21:08:13.389Z[ recovery-image] Aug 12 21:08:12.809 INFO O| Aug 12 21:08:12.809 INFO STEP 589 (remove_files) COMPLETE
56782024-08-12T21:08:13.392Z[ recovery-image] Aug 12 21:08:12.809 INFO O| Aug 12 21:08:12.809 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-08-12T21:08:13.399Z[ recovery-image] Aug 12 21:08:12.818 INFO O| Aug 12 21:08:12.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56802024-08-12T21:08:13.399Z[ recovery-image] Aug 12 21:08:12.818 INFO O| Aug 12 21:08:12.818 INFO STEP 590 (remove_files) COMPLETE
56812024-08-12T21:08:13.402Z[ recovery-image] Aug 12 21:08:12.818 INFO O| Aug 12 21:08:12.818 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-08-12T21:08:13.409Z[ recovery-image] Aug 12 21:08:12.828 INFO O| Aug 12 21:08:12.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56832024-08-12T21:08:13.411Z[ recovery-image] Aug 12 21:08:12.829 INFO O| Aug 12 21:08:12.829 INFO STEP 591 (remove_files) COMPLETE
56842024-08-12T21:08:13.412Z[ recovery-image] Aug 12 21:08:12.829 INFO O| Aug 12 21:08:12.829 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-08-12T21:08:13.418Z[ recovery-image] Aug 12 21:08:12.838 INFO O| Aug 12 21:08:12.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56862024-08-12T21:08:13.422Z[ recovery-image] Aug 12 21:08:12.838 INFO O| Aug 12 21:08:12.838 INFO STEP 592 (remove_files) COMPLETE
56872024-08-12T21:08:13.422Z[ recovery-image] Aug 12 21:08:12.838 INFO O| Aug 12 21:08:12.838 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-08-12T21:08:13.431Z[ recovery-image] Aug 12 21:08:12.848 INFO O| Aug 12 21:08:12.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56892024-08-12T21:08:13.431Z[ recovery-image] Aug 12 21:08:12.848 INFO O| Aug 12 21:08:12.848 INFO STEP 593 (remove_files) COMPLETE
56902024-08-12T21:08:13.439Z[ recovery-image] Aug 12 21:08:12.848 INFO O| Aug 12 21:08:12.848 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-08-12T21:08:13.442Z[ recovery-image] Aug 12 21:08:12.858 INFO O| Aug 12 21:08:12.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56922024-08-12T21:08:13.442Z[ recovery-image] Aug 12 21:08:12.858 INFO O| Aug 12 21:08:12.858 INFO STEP 594 (remove_files) COMPLETE
56932024-08-12T21:08:13.442Z[ recovery-image] Aug 12 21:08:12.858 INFO O| Aug 12 21:08:12.858 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-08-12T21:08:13.448Z[ recovery-image] Aug 12 21:08:12.868 INFO O| Aug 12 21:08:12.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56952024-08-12T21:08:13.448Z[ recovery-image] Aug 12 21:08:12.868 INFO O| Aug 12 21:08:12.868 INFO STEP 595 (remove_files) COMPLETE
56962024-08-12T21:08:13.449Z[ recovery-image] Aug 12 21:08:12.868 INFO O| Aug 12 21:08:12.868 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-08-12T21:08:13.459Z[ recovery-image] Aug 12 21:08:12.878 INFO O| Aug 12 21:08:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56982024-08-12T21:08:13.463Z[ recovery-image] Aug 12 21:08:12.878 INFO O| Aug 12 21:08:12.878 INFO STEP 596 (remove_files) COMPLETE
56992024-08-12T21:08:13.463Z[ recovery-image] Aug 12 21:08:12.878 INFO O| Aug 12 21:08:12.878 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-08-12T21:08:13.469Z[ recovery-image] Aug 12 21:08:12.888 INFO O| Aug 12 21:08:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57012024-08-12T21:08:13.469Z[ recovery-image] Aug 12 21:08:12.888 INFO O| Aug 12 21:08:12.888 INFO STEP 597 (remove_files) COMPLETE
57022024-08-12T21:08:13.469Z[ recovery-image] Aug 12 21:08:12.888 INFO O| Aug 12 21:08:12.888 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-08-12T21:08:13.479Z[ recovery-image] Aug 12 21:08:12.898 INFO O| Aug 12 21:08:12.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57042024-08-12T21:08:13.479Z[ recovery-image] Aug 12 21:08:12.898 INFO O| Aug 12 21:08:12.898 INFO STEP 598 (remove_files) COMPLETE
57052024-08-12T21:08:13.485Z[ recovery-image] Aug 12 21:08:12.898 INFO O| Aug 12 21:08:12.898 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-08-12T21:08:13.490Z[ recovery-image] Aug 12 21:08:12.907 INFO O| Aug 12 21:08:12.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57072024-08-12T21:08:13.490Z[ recovery-image] Aug 12 21:08:12.907 INFO O| Aug 12 21:08:12.907 INFO STEP 599 (remove_files) COMPLETE
57082024-08-12T21:08:13.490Z[ recovery-image] Aug 12 21:08:12.908 INFO O| Aug 12 21:08:12.907 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-08-12T21:08:13.498Z[ recovery-image] Aug 12 21:08:12.917 INFO O| Aug 12 21:08:12.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57102024-08-12T21:08:13.498Z[ recovery-image] Aug 12 21:08:12.917 INFO O| Aug 12 21:08:12.917 INFO STEP 600 (remove_files) COMPLETE
57112024-08-12T21:08:13.502Z[ recovery-image] Aug 12 21:08:12.917 INFO O| Aug 12 21:08:12.917 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-08-12T21:08:13.507Z[ recovery-image] Aug 12 21:08:12.927 INFO O| Aug 12 21:08:12.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57132024-08-12T21:08:13.507Z[ recovery-image] Aug 12 21:08:12.927 INFO O| Aug 12 21:08:12.927 INFO STEP 601 (remove_files) COMPLETE
57142024-08-12T21:08:13.507Z[ recovery-image] Aug 12 21:08:12.927 INFO O| Aug 12 21:08:12.927 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-08-12T21:08:13.517Z[ recovery-image] Aug 12 21:08:12.937 INFO O| Aug 12 21:08:12.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57162024-08-12T21:08:13.520Z[ recovery-image] Aug 12 21:08:12.937 INFO O| Aug 12 21:08:12.937 INFO STEP 602 (remove_files) COMPLETE
57172024-08-12T21:08:13.520Z[ recovery-image] Aug 12 21:08:12.937 INFO O| Aug 12 21:08:12.937 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-08-12T21:08:13.526Z[ recovery-image] Aug 12 21:08:12.946 INFO O| Aug 12 21:08:12.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57192024-08-12T21:08:13.529Z[ recovery-image] Aug 12 21:08:12.946 INFO O| Aug 12 21:08:12.946 INFO STEP 603 (remove_files) COMPLETE
57202024-08-12T21:08:13.529Z[ recovery-image] Aug 12 21:08:12.946 INFO O| Aug 12 21:08:12.946 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-08-12T21:08:13.536Z[ recovery-image] Aug 12 21:08:12.956 INFO O| Aug 12 21:08:12.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57222024-08-12T21:08:13.536Z[ recovery-image] Aug 12 21:08:12.956 INFO O| Aug 12 21:08:12.956 INFO STEP 604 (remove_files) COMPLETE
57232024-08-12T21:08:13.536Z[ recovery-image] Aug 12 21:08:12.956 INFO O| Aug 12 21:08:12.956 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-08-12T21:08:13.546Z[ recovery-image] Aug 12 21:08:12.966 INFO O| Aug 12 21:08:12.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57252024-08-12T21:08:13.546Z[ recovery-image] Aug 12 21:08:12.966 INFO O| Aug 12 21:08:12.966 INFO STEP 605 (remove_files) COMPLETE
57262024-08-12T21:08:13.549Z[ recovery-image] Aug 12 21:08:12.966 INFO O| Aug 12 21:08:12.966 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-08-12T21:08:13.556Z[ recovery-image] Aug 12 21:08:12.976 INFO O| Aug 12 21:08:12.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57282024-08-12T21:08:13.556Z[ recovery-image] Aug 12 21:08:12.976 INFO O| Aug 12 21:08:12.976 INFO STEP 606 (remove_files) COMPLETE
57292024-08-12T21:08:13.556Z[ recovery-image] Aug 12 21:08:12.976 INFO O| Aug 12 21:08:12.976 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-08-12T21:08:13.566Z[ recovery-image] Aug 12 21:08:12.985 INFO O| Aug 12 21:08:12.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57312024-08-12T21:08:13.566Z[ recovery-image] Aug 12 21:08:12.985 INFO O| Aug 12 21:08:12.985 INFO STEP 607 (remove_files) COMPLETE
57322024-08-12T21:08:13.569Z[ recovery-image] Aug 12 21:08:12.985 INFO O| Aug 12 21:08:12.985 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-08-12T21:08:13.575Z[ recovery-image] Aug 12 21:08:12.995 INFO O| Aug 12 21:08:12.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57342024-08-12T21:08:13.578Z[ recovery-image] Aug 12 21:08:12.995 INFO O| Aug 12 21:08:12.995 INFO STEP 608 (remove_files) COMPLETE
57352024-08-12T21:08:13.578Z[ recovery-image] Aug 12 21:08:12.995 INFO O| Aug 12 21:08:12.995 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-08-12T21:08:13.586Z[ recovery-image] Aug 12 21:08:13.006 INFO O| Aug 12 21:08:13.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57372024-08-12T21:08:13.586Z[ recovery-image] Aug 12 21:08:13.006 INFO O| Aug 12 21:08:13.006 INFO STEP 609 (remove_files) COMPLETE
57382024-08-12T21:08:13.586Z[ recovery-image] Aug 12 21:08:13.006 INFO O| Aug 12 21:08:13.006 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-08-12T21:08:13.597Z[ recovery-image] Aug 12 21:08:13.016 INFO O| Aug 12 21:08:13.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57402024-08-12T21:08:13.597Z[ recovery-image] Aug 12 21:08:13.016 INFO O| Aug 12 21:08:13.016 INFO STEP 610 (remove_files) COMPLETE
57412024-08-12T21:08:13.600Z[ recovery-image] Aug 12 21:08:13.016 INFO O| Aug 12 21:08:13.016 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-08-12T21:08:13.607Z[ recovery-image] Aug 12 21:08:13.026 INFO O| Aug 12 21:08:13.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57432024-08-12T21:08:13.607Z[ recovery-image] Aug 12 21:08:13.026 INFO O| Aug 12 21:08:13.026 INFO STEP 611 (remove_files) COMPLETE
57442024-08-12T21:08:13.610Z[ recovery-image] Aug 12 21:08:13.026 INFO O| Aug 12 21:08:13.026 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-08-12T21:08:13.616Z[ recovery-image] Aug 12 21:08:13.036 INFO O| Aug 12 21:08:13.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57462024-08-12T21:08:13.619Z[ recovery-image] Aug 12 21:08:13.036 INFO O| Aug 12 21:08:13.036 INFO STEP 612 (remove_files) COMPLETE
57472024-08-12T21:08:13.619Z[ recovery-image] Aug 12 21:08:13.036 INFO O| Aug 12 21:08:13.036 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-08-12T21:08:13.627Z[ recovery-image] Aug 12 21:08:13.047 INFO O| Aug 12 21:08:13.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57492024-08-12T21:08:13.627Z[ recovery-image] Aug 12 21:08:13.047 INFO O| Aug 12 21:08:13.047 INFO STEP 613 (remove_files) COMPLETE
57502024-08-12T21:08:13.627Z[ recovery-image] Aug 12 21:08:13.047 INFO O| Aug 12 21:08:13.047 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-08-12T21:08:13.637Z[ recovery-image] Aug 12 21:08:13.057 INFO O| Aug 12 21:08:13.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57522024-08-12T21:08:13.637Z[ recovery-image] Aug 12 21:08:13.057 INFO O| Aug 12 21:08:13.057 INFO STEP 614 (remove_files) COMPLETE
57532024-08-12T21:08:13.640Z[ recovery-image] Aug 12 21:08:13.057 INFO O| Aug 12 21:08:13.057 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-08-12T21:08:13.648Z[ recovery-image] Aug 12 21:08:13.067 INFO O| Aug 12 21:08:13.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57552024-08-12T21:08:13.651Z[ recovery-image] Aug 12 21:08:13.067 INFO O| Aug 12 21:08:13.067 INFO STEP 615 (remove_files) COMPLETE
57562024-08-12T21:08:13.651Z[ recovery-image] Aug 12 21:08:13.067 INFO O| Aug 12 21:08:13.067 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-08-12T21:08:13.658Z[ recovery-image] Aug 12 21:08:13.077 INFO O| Aug 12 21:08:13.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57582024-08-12T21:08:13.658Z[ recovery-image] Aug 12 21:08:13.078 INFO O| Aug 12 21:08:13.078 INFO STEP 616 (remove_files) COMPLETE
57592024-08-12T21:08:13.661Z[ recovery-image] Aug 12 21:08:13.078 INFO O| Aug 12 21:08:13.078 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-08-12T21:08:13.668Z[ recovery-image] Aug 12 21:08:13.088 INFO O| Aug 12 21:08:13.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57612024-08-12T21:08:13.672Z[ recovery-image] Aug 12 21:08:13.088 INFO O| Aug 12 21:08:13.088 INFO STEP 617 (remove_files) COMPLETE
57622024-08-12T21:08:13.672Z[ recovery-image] Aug 12 21:08:13.088 INFO O| Aug 12 21:08:13.088 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-08-12T21:08:13.678Z[ recovery-image] Aug 12 21:08:13.097 INFO O| Aug 12 21:08:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57642024-08-12T21:08:13.681Z[ recovery-image] Aug 12 21:08:13.097 INFO O| Aug 12 21:08:13.097 INFO STEP 618 (remove_files) COMPLETE
57652024-08-12T21:08:13.682Z[ recovery-image] Aug 12 21:08:13.097 INFO O| Aug 12 21:08:13.097 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-08-12T21:08:13.688Z[ recovery-image] Aug 12 21:08:13.107 INFO O| Aug 12 21:08:13.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57672024-08-12T21:08:13.691Z[ recovery-image] Aug 12 21:08:13.107 INFO O| Aug 12 21:08:13.107 INFO STEP 619 (remove_files) COMPLETE
57682024-08-12T21:08:13.691Z[ recovery-image] Aug 12 21:08:13.107 INFO O| Aug 12 21:08:13.107 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-08-12T21:08:13.697Z[ recovery-image] Aug 12 21:08:13.117 INFO O| Aug 12 21:08:13.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57702024-08-12T21:08:13.701Z[ recovery-image] Aug 12 21:08:13.117 INFO O| Aug 12 21:08:13.117 INFO STEP 620 (remove_files) COMPLETE
57712024-08-12T21:08:13.701Z[ recovery-image] Aug 12 21:08:13.117 INFO O| Aug 12 21:08:13.117 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-08-12T21:08:13.707Z[ recovery-image] Aug 12 21:08:13.127 INFO O| Aug 12 21:08:13.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57732024-08-12T21:08:13.707Z[ recovery-image] Aug 12 21:08:13.127 INFO O| Aug 12 21:08:13.127 INFO STEP 621 (remove_files) COMPLETE
57742024-08-12T21:08:13.711Z[ recovery-image] Aug 12 21:08:13.127 INFO O| Aug 12 21:08:13.127 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-08-12T21:08:13.717Z[ recovery-image] Aug 12 21:08:13.137 INFO O| Aug 12 21:08:13.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57762024-08-12T21:08:13.717Z[ recovery-image] Aug 12 21:08:13.137 INFO O| Aug 12 21:08:13.137 INFO STEP 622 (remove_files) COMPLETE
57772024-08-12T21:08:13.720Z[ recovery-image] Aug 12 21:08:13.137 INFO O| Aug 12 21:08:13.137 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-08-12T21:08:13.727Z[ recovery-image] Aug 12 21:08:13.146 INFO O| Aug 12 21:08:13.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57792024-08-12T21:08:13.727Z[ recovery-image] Aug 12 21:08:13.147 INFO O| Aug 12 21:08:13.147 INFO STEP 623 (remove_files) COMPLETE
57802024-08-12T21:08:13.727Z[ recovery-image] Aug 12 21:08:13.147 INFO O| Aug 12 21:08:13.147 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-08-12T21:08:13.737Z[ recovery-image] Aug 12 21:08:13.156 INFO O| Aug 12 21:08:13.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57822024-08-12T21:08:13.737Z[ recovery-image] Aug 12 21:08:13.156 INFO O| Aug 12 21:08:13.156 INFO STEP 624 (remove_files) COMPLETE
57832024-08-12T21:08:13.737Z[ recovery-image] Aug 12 21:08:13.156 INFO O| Aug 12 21:08:13.156 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-08-12T21:08:13.746Z[ recovery-image] Aug 12 21:08:13.166 INFO O| Aug 12 21:08:13.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57852024-08-12T21:08:13.750Z[ recovery-image] Aug 12 21:08:13.166 INFO O| Aug 12 21:08:13.166 INFO STEP 625 (remove_files) COMPLETE
57862024-08-12T21:08:13.750Z[ recovery-image] Aug 12 21:08:13.166 INFO O| Aug 12 21:08:13.166 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-08-12T21:08:13.756Z[ recovery-image] Aug 12 21:08:13.176 INFO O| Aug 12 21:08:13.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57882024-08-12T21:08:13.756Z[ recovery-image] Aug 12 21:08:13.176 INFO O| Aug 12 21:08:13.176 INFO STEP 626 (remove_files) COMPLETE
57892024-08-12T21:08:13.759Z[ recovery-image] Aug 12 21:08:13.176 INFO O| Aug 12 21:08:13.176 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-08-12T21:08:13.766Z[ recovery-image] Aug 12 21:08:13.185 INFO O| Aug 12 21:08:13.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57912024-08-12T21:08:13.766Z[ recovery-image] Aug 12 21:08:13.186 INFO O| Aug 12 21:08:13.185 INFO STEP 627 (remove_files) COMPLETE
57922024-08-12T21:08:13.770Z[ recovery-image] Aug 12 21:08:13.186 INFO O| Aug 12 21:08:13.186 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-08-12T21:08:13.776Z[ recovery-image] Aug 12 21:08:13.195 INFO O| Aug 12 21:08:13.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57942024-08-12T21:08:13.779Z[ recovery-image] Aug 12 21:08:13.195 INFO O| Aug 12 21:08:13.195 INFO STEP 628 (remove_files) COMPLETE
57952024-08-12T21:08:13.779Z[ recovery-image] Aug 12 21:08:13.195 INFO O| Aug 12 21:08:13.195 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-08-12T21:08:13.785Z[ recovery-image] Aug 12 21:08:13.205 INFO O| Aug 12 21:08:13.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57972024-08-12T21:08:13.788Z[ recovery-image] Aug 12 21:08:13.205 INFO O| Aug 12 21:08:13.205 INFO STEP 629 (remove_files) COMPLETE
57982024-08-12T21:08:13.788Z[ recovery-image] Aug 12 21:08:13.205 INFO O| Aug 12 21:08:13.205 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-08-12T21:08:13.795Z[ recovery-image] Aug 12 21:08:13.215 INFO O| Aug 12 21:08:13.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58002024-08-12T21:08:13.795Z[ recovery-image] Aug 12 21:08:13.215 INFO O| Aug 12 21:08:13.215 INFO STEP 630 (remove_files) COMPLETE
58012024-08-12T21:08:13.795Z[ recovery-image] Aug 12 21:08:13.215 INFO O| Aug 12 21:08:13.215 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-08-12T21:08:13.805Z[ recovery-image] Aug 12 21:08:13.225 INFO O| Aug 12 21:08:13.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58032024-08-12T21:08:13.808Z[ recovery-image] Aug 12 21:08:13.225 INFO O| Aug 12 21:08:13.225 INFO STEP 631 (remove_files) COMPLETE
58042024-08-12T21:08:13.808Z[ recovery-image] Aug 12 21:08:13.225 INFO O| Aug 12 21:08:13.225 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-08-12T21:08:13.816Z[ recovery-image] Aug 12 21:08:13.235 INFO O| Aug 12 21:08:13.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58062024-08-12T21:08:13.816Z[ recovery-image] Aug 12 21:08:13.235 INFO O| Aug 12 21:08:13.235 INFO STEP 632 (remove_files) COMPLETE
58072024-08-12T21:08:13.819Z[ recovery-image] Aug 12 21:08:13.235 INFO O| Aug 12 21:08:13.235 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-08-12T21:08:13.825Z[ recovery-image] Aug 12 21:08:13.244 INFO O| Aug 12 21:08:13.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58092024-08-12T21:08:13.825Z[ recovery-image] Aug 12 21:08:13.244 INFO O| Aug 12 21:08:13.244 INFO STEP 633 (remove_files) COMPLETE
58102024-08-12T21:08:13.825Z[ recovery-image] Aug 12 21:08:13.244 INFO O| Aug 12 21:08:13.244 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-08-12T21:08:13.834Z[ recovery-image] Aug 12 21:08:13.254 INFO O| Aug 12 21:08:13.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58122024-08-12T21:08:13.834Z[ recovery-image] Aug 12 21:08:13.254 INFO O| Aug 12 21:08:13.254 INFO STEP 634 (remove_files) COMPLETE
58132024-08-12T21:08:13.834Z[ recovery-image] Aug 12 21:08:13.254 INFO O| Aug 12 21:08:13.254 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-08-12T21:08:13.844Z[ recovery-image] Aug 12 21:08:13.263 INFO O| Aug 12 21:08:13.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58152024-08-12T21:08:13.844Z[ recovery-image] Aug 12 21:08:13.264 INFO O| Aug 12 21:08:13.263 INFO STEP 635 (remove_files) COMPLETE
58162024-08-12T21:08:13.844Z[ recovery-image] Aug 12 21:08:13.264 INFO O| Aug 12 21:08:13.264 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-12T21:08:13.853Z[ recovery-image] Aug 12 21:08:13.273 INFO O| Aug 12 21:08:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58182024-08-12T21:08:13.854Z[ recovery-image] Aug 12 21:08:13.273 INFO O| Aug 12 21:08:13.273 INFO STEP 636 (remove_files) COMPLETE
58192024-08-12T21:08:13.854Z[ recovery-image] Aug 12 21:08:13.273 INFO O| Aug 12 21:08:13.273 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-12T21:08:13.863Z[ recovery-image] Aug 12 21:08:13.283 INFO O| Aug 12 21:08:13.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58212024-08-12T21:08:13.863Z[ recovery-image] Aug 12 21:08:13.283 INFO O| Aug 12 21:08:13.283 INFO STEP 637 (remove_files) COMPLETE
58222024-08-12T21:08:13.866Z[ recovery-image] Aug 12 21:08:13.283 INFO O| Aug 12 21:08:13.283 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-12T21:08:13.873Z[ recovery-image] Aug 12 21:08:13.293 INFO O| Aug 12 21:08:13.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58242024-08-12T21:08:13.875Z[ recovery-image] Aug 12 21:08:13.293 INFO O| Aug 12 21:08:13.293 INFO STEP 638 (remove_files) COMPLETE
58252024-08-12T21:08:13.875Z[ recovery-image] Aug 12 21:08:13.293 INFO O| Aug 12 21:08:13.293 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-12T21:08:13.883Z[ recovery-image] Aug 12 21:08:13.303 INFO O| Aug 12 21:08:13.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58272024-08-12T21:08:13.883Z[ recovery-image] Aug 12 21:08:13.303 INFO O| Aug 12 21:08:13.303 INFO STEP 639 (remove_files) COMPLETE
58282024-08-12T21:08:13.886Z[ recovery-image] Aug 12 21:08:13.303 INFO O| Aug 12 21:08:13.303 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-12T21:08:13.893Z[ recovery-image] Aug 12 21:08:13.312 INFO O| Aug 12 21:08:13.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58302024-08-12T21:08:13.893Z[ recovery-image] Aug 12 21:08:13.312 INFO O| Aug 12 21:08:13.312 INFO STEP 640 (remove_files) COMPLETE
58312024-08-12T21:08:13.895Z[ recovery-image] Aug 12 21:08:13.312 INFO O| Aug 12 21:08:13.312 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-12T21:08:13.903Z[ recovery-image] Aug 12 21:08:13.322 INFO O| Aug 12 21:08:13.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58332024-08-12T21:08:13.903Z[ recovery-image] Aug 12 21:08:13.322 INFO O| Aug 12 21:08:13.322 INFO STEP 641 (remove_files) COMPLETE
58342024-08-12T21:08:13.906Z[ recovery-image] Aug 12 21:08:13.322 INFO O| Aug 12 21:08:13.322 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-12T21:08:13.912Z[ recovery-image] Aug 12 21:08:13.332 INFO O| Aug 12 21:08:13.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58362024-08-12T21:08:13.915Z[ recovery-image] Aug 12 21:08:13.332 INFO O| Aug 12 21:08:13.332 INFO STEP 642 (remove_files) COMPLETE
58372024-08-12T21:08:13.916Z[ recovery-image] Aug 12 21:08:13.332 INFO O| Aug 12 21:08:13.332 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-12T21:08:13.922Z[ recovery-image] Aug 12 21:08:13.342 INFO O| Aug 12 21:08:13.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58392024-08-12T21:08:13.922Z[ recovery-image] Aug 12 21:08:13.342 INFO O| Aug 12 21:08:13.342 INFO STEP 643 (remove_files) COMPLETE
58402024-08-12T21:08:13.925Z[ recovery-image] Aug 12 21:08:13.342 INFO O| Aug 12 21:08:13.342 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-12T21:08:13.932Z[ recovery-image] Aug 12 21:08:13.351 INFO O| Aug 12 21:08:13.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58422024-08-12T21:08:13.932Z[ recovery-image] Aug 12 21:08:13.351 INFO O| Aug 12 21:08:13.351 INFO STEP 644 (remove_files) COMPLETE
58432024-08-12T21:08:13.935Z[ recovery-image] Aug 12 21:08:13.351 INFO O| Aug 12 21:08:13.351 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-08-12T21:08:13.942Z[ recovery-image] Aug 12 21:08:13.361 INFO O| Aug 12 21:08:13.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58452024-08-12T21:08:13.942Z[ recovery-image] Aug 12 21:08:13.361 INFO O| Aug 12 21:08:13.361 INFO STEP 645 (remove_files) COMPLETE
58462024-08-12T21:08:13.942Z[ recovery-image] Aug 12 21:08:13.361 INFO O| Aug 12 21:08:13.361 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-08-12T21:08:13.951Z[ recovery-image] Aug 12 21:08:13.371 INFO O| Aug 12 21:08:13.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58482024-08-12T21:08:13.952Z[ recovery-image] Aug 12 21:08:13.371 INFO O| Aug 12 21:08:13.371 INFO STEP 646 (remove_files) COMPLETE
58492024-08-12T21:08:13.952Z[ recovery-image] Aug 12 21:08:13.371 INFO O| Aug 12 21:08:13.371 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-08-12T21:08:13.961Z[ recovery-image] Aug 12 21:08:13.381 INFO O| Aug 12 21:08:13.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58512024-08-12T21:08:13.961Z[ recovery-image] Aug 12 21:08:13.381 INFO O| Aug 12 21:08:13.381 INFO STEP 647 (remove_files) COMPLETE
58522024-08-12T21:08:13.964Z[ recovery-image] Aug 12 21:08:13.381 INFO O| Aug 12 21:08:13.381 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-08-12T21:08:13.971Z[ recovery-image] Aug 12 21:08:13.391 INFO O| Aug 12 21:08:13.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58542024-08-12T21:08:13.971Z[ recovery-image] Aug 12 21:08:13.391 INFO O| Aug 12 21:08:13.391 INFO STEP 648 (remove_files) COMPLETE
58552024-08-12T21:08:13.974Z[ recovery-image] Aug 12 21:08:13.391 INFO O| Aug 12 21:08:13.391 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-08-12T21:08:13.982Z[ recovery-image] Aug 12 21:08:13.401 INFO O| Aug 12 21:08:13.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58572024-08-12T21:08:13.982Z[ recovery-image] Aug 12 21:08:13.401 INFO O| Aug 12 21:08:13.401 INFO STEP 649 (remove_files) COMPLETE
58582024-08-12T21:08:13.984Z[ recovery-image] Aug 12 21:08:13.401 INFO O| Aug 12 21:08:13.401 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-12T21:08:13.992Z[ recovery-image] Aug 12 21:08:13.412 INFO O| Aug 12 21:08:13.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58602024-08-12T21:08:13.992Z[ recovery-image] Aug 12 21:08:13.412 INFO O| Aug 12 21:08:13.412 INFO STEP 650 (remove_files) COMPLETE
58612024-08-12T21:08:13.995Z[ recovery-image] Aug 12 21:08:13.412 INFO O| Aug 12 21:08:13.412 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-12T21:08:14.002Z[ recovery-image] Aug 12 21:08:13.422 INFO O| Aug 12 21:08:13.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58632024-08-12T21:08:14.002Z[ recovery-image] Aug 12 21:08:13.422 INFO O| Aug 12 21:08:13.422 INFO STEP 651 (remove_files) COMPLETE
58642024-08-12T21:08:14.005Z[ recovery-image] Aug 12 21:08:13.422 INFO O| Aug 12 21:08:13.422 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-12T21:08:14.012Z[ recovery-image] Aug 12 21:08:13.432 INFO O| Aug 12 21:08:13.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58662024-08-12T21:08:14.015Z[ recovery-image] Aug 12 21:08:13.432 INFO O| Aug 12 21:08:13.432 INFO STEP 652 (remove_files) COMPLETE
58672024-08-12T21:08:14.015Z[ recovery-image] Aug 12 21:08:13.432 INFO O| Aug 12 21:08:13.432 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-12T21:08:14.022Z[ recovery-image] Aug 12 21:08:13.442 INFO O| Aug 12 21:08:13.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58692024-08-12T21:08:14.025Z[ recovery-image] Aug 12 21:08:13.442 INFO O| Aug 12 21:08:13.442 INFO STEP 653 (remove_files) COMPLETE
58702024-08-12T21:08:14.025Z[ recovery-image] Aug 12 21:08:13.442 INFO O| Aug 12 21:08:13.442 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-12T21:08:14.032Z[ recovery-image] Aug 12 21:08:13.451 INFO O| Aug 12 21:08:13.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58722024-08-12T21:08:14.032Z[ recovery-image] Aug 12 21:08:13.452 INFO O| Aug 12 21:08:13.452 INFO STEP 654 (remove_files) COMPLETE
58732024-08-12T21:08:14.034Z[ recovery-image] Aug 12 21:08:13.452 INFO O| Aug 12 21:08:13.452 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-12T21:08:14.042Z[ recovery-image] Aug 12 21:08:13.461 INFO O| Aug 12 21:08:13.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58752024-08-12T21:08:14.044Z[ recovery-image] Aug 12 21:08:13.461 INFO O| Aug 12 21:08:13.461 INFO STEP 655 (remove_files) COMPLETE
58762024-08-12T21:08:14.044Z[ recovery-image] Aug 12 21:08:13.461 INFO O| Aug 12 21:08:13.461 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-12T21:08:14.051Z[ recovery-image] Aug 12 21:08:13.471 INFO O| Aug 12 21:08:13.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58782024-08-12T21:08:14.051Z[ recovery-image] Aug 12 21:08:13.471 INFO O| Aug 12 21:08:13.471 INFO STEP 656 (remove_files) COMPLETE
58792024-08-12T21:08:14.054Z[ recovery-image] Aug 12 21:08:13.471 INFO O| Aug 12 21:08:13.471 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-12T21:08:14.061Z[ recovery-image] Aug 12 21:08:13.481 INFO O| Aug 12 21:08:13.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58812024-08-12T21:08:14.061Z[ recovery-image] Aug 12 21:08:13.481 INFO O| Aug 12 21:08:13.481 INFO STEP 657 (remove_files) COMPLETE
58822024-08-12T21:08:14.061Z[ recovery-image] Aug 12 21:08:13.481 INFO O| Aug 12 21:08:13.481 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-08-12T21:08:14.071Z[ recovery-image] Aug 12 21:08:13.490 INFO O| Aug 12 21:08:13.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58842024-08-12T21:08:14.071Z[ recovery-image] Aug 12 21:08:13.490 INFO O| Aug 12 21:08:13.490 INFO STEP 658 (remove_files) COMPLETE
58852024-08-12T21:08:14.075Z[ recovery-image] Aug 12 21:08:13.490 INFO O| Aug 12 21:08:13.490 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-08-12T21:08:14.081Z[ recovery-image] Aug 12 21:08:13.500 INFO O| Aug 12 21:08:13.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58872024-08-12T21:08:14.085Z[ recovery-image] Aug 12 21:08:13.501 INFO O| Aug 12 21:08:13.501 INFO STEP 659 (remove_files) COMPLETE
58882024-08-12T21:08:14.085Z[ recovery-image] Aug 12 21:08:13.501 INFO O| Aug 12 21:08:13.501 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-12T21:08:14.092Z[ recovery-image] Aug 12 21:08:13.511 INFO O| Aug 12 21:08:13.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58902024-08-12T21:08:14.092Z[ recovery-image] Aug 12 21:08:13.511 INFO O| Aug 12 21:08:13.511 INFO STEP 660 (remove_files) COMPLETE
58912024-08-12T21:08:14.092Z[ recovery-image] Aug 12 21:08:13.511 INFO O| Aug 12 21:08:13.511 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-12T21:08:14.101Z[ recovery-image] Aug 12 21:08:13.521 INFO O| Aug 12 21:08:13.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58932024-08-12T21:08:14.101Z[ recovery-image] Aug 12 21:08:13.521 INFO O| Aug 12 21:08:13.521 INFO STEP 661 (remove_files) COMPLETE
58942024-08-12T21:08:14.104Z[ recovery-image] Aug 12 21:08:13.521 INFO O| Aug 12 21:08:13.521 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-12T21:08:14.111Z[ recovery-image] Aug 12 21:08:13.530 INFO O| Aug 12 21:08:13.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58962024-08-12T21:08:14.111Z[ recovery-image] Aug 12 21:08:13.531 INFO O| Aug 12 21:08:13.530 INFO STEP 662 (remove_files) COMPLETE
58972024-08-12T21:08:14.111Z[ recovery-image] Aug 12 21:08:13.531 INFO O| Aug 12 21:08:13.530 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-12T21:08:14.120Z[ recovery-image] Aug 12 21:08:13.540 INFO O| Aug 12 21:08:13.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58992024-08-12T21:08:14.121Z[ recovery-image] Aug 12 21:08:13.540 INFO O| Aug 12 21:08:13.540 INFO STEP 663 (remove_files) COMPLETE
59002024-08-12T21:08:14.123Z[ recovery-image] Aug 12 21:08:13.540 INFO O| Aug 12 21:08:13.540 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-12T21:08:14.130Z[ recovery-image] Aug 12 21:08:13.550 INFO O| Aug 12 21:08:13.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59022024-08-12T21:08:14.130Z[ recovery-image] Aug 12 21:08:13.550 INFO O| Aug 12 21:08:13.550 INFO STEP 664 (remove_files) COMPLETE
59032024-08-12T21:08:14.130Z[ recovery-image] Aug 12 21:08:13.550 INFO O| Aug 12 21:08:13.550 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-08-12T21:08:14.141Z[ recovery-image] Aug 12 21:08:13.560 INFO O| Aug 12 21:08:13.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59052024-08-12T21:08:14.141Z[ recovery-image] Aug 12 21:08:13.560 INFO O| Aug 12 21:08:13.560 INFO STEP 665 (remove_files) COMPLETE
59062024-08-12T21:08:14.141Z[ recovery-image] Aug 12 21:08:13.560 INFO O| Aug 12 21:08:13.560 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-08-12T21:08:14.150Z[ recovery-image] Aug 12 21:08:13.569 INFO O| Aug 12 21:08:13.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59082024-08-12T21:08:14.153Z[ recovery-image] Aug 12 21:08:13.569 INFO O| Aug 12 21:08:13.569 INFO STEP 666 (remove_files) COMPLETE
59092024-08-12T21:08:14.153Z[ recovery-image] Aug 12 21:08:13.569 INFO O| Aug 12 21:08:13.569 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-08-12T21:08:14.160Z[ recovery-image] Aug 12 21:08:13.579 INFO O| Aug 12 21:08:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59112024-08-12T21:08:14.160Z[ recovery-image] Aug 12 21:08:13.579 INFO O| Aug 12 21:08:13.579 INFO STEP 667 (remove_files) COMPLETE
59122024-08-12T21:08:14.163Z[ recovery-image] Aug 12 21:08:13.579 INFO O| Aug 12 21:08:13.579 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-08-12T21:08:14.169Z[ recovery-image] Aug 12 21:08:13.589 INFO O| Aug 12 21:08:13.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59142024-08-12T21:08:14.169Z[ recovery-image] Aug 12 21:08:13.589 INFO O| Aug 12 21:08:13.589 INFO STEP 668 (remove_files) COMPLETE
59152024-08-12T21:08:14.172Z[ recovery-image] Aug 12 21:08:13.589 INFO O| Aug 12 21:08:13.589 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-08-12T21:08:14.184Z[ recovery-image] Aug 12 21:08:13.599 INFO O| Aug 12 21:08:13.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59172024-08-12T21:08:14.184Z[ recovery-image] Aug 12 21:08:13.599 INFO O| Aug 12 21:08:13.599 INFO STEP 669 (remove_files) COMPLETE
59182024-08-12T21:08:14.184Z[ recovery-image] Aug 12 21:08:13.599 INFO O| Aug 12 21:08:13.599 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-08-12T21:08:14.189Z[ recovery-image] Aug 12 21:08:13.608 INFO O| Aug 12 21:08:13.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59202024-08-12T21:08:14.189Z[ recovery-image] Aug 12 21:08:13.609 INFO O| Aug 12 21:08:13.608 INFO STEP 670 (remove_files) COMPLETE
59212024-08-12T21:08:14.189Z[ recovery-image] Aug 12 21:08:13.609 INFO O| Aug 12 21:08:13.608 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-08-12T21:08:14.199Z[ recovery-image] Aug 12 21:08:13.618 INFO O| Aug 12 21:08:13.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59232024-08-12T21:08:14.199Z[ recovery-image] Aug 12 21:08:13.618 INFO O| Aug 12 21:08:13.618 INFO STEP 671 (remove_files) COMPLETE
59242024-08-12T21:08:14.199Z[ recovery-image] Aug 12 21:08:13.618 INFO O| Aug 12 21:08:13.618 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-08-12T21:08:14.208Z[ recovery-image] Aug 12 21:08:13.628 INFO O| Aug 12 21:08:13.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59262024-08-12T21:08:14.211Z[ recovery-image] Aug 12 21:08:13.628 INFO O| Aug 12 21:08:13.628 INFO STEP 672 (remove_files) COMPLETE
59272024-08-12T21:08:14.211Z[ recovery-image] Aug 12 21:08:13.628 INFO O| Aug 12 21:08:13.628 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-08-12T21:08:14.218Z[ recovery-image] Aug 12 21:08:13.638 INFO O| Aug 12 21:08:13.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59292024-08-12T21:08:14.221Z[ recovery-image] Aug 12 21:08:13.638 INFO O| Aug 12 21:08:13.638 INFO STEP 673 (remove_files) COMPLETE
59302024-08-12T21:08:14.221Z[ recovery-image] Aug 12 21:08:13.638 INFO O| Aug 12 21:08:13.638 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-08-12T21:08:14.228Z[ recovery-image] Aug 12 21:08:13.647 INFO O| Aug 12 21:08:13.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59322024-08-12T21:08:14.231Z[ recovery-image] Aug 12 21:08:13.648 INFO O| Aug 12 21:08:13.648 INFO STEP 674 (remove_files) COMPLETE
59332024-08-12T21:08:14.231Z[ recovery-image] Aug 12 21:08:13.648 INFO O| Aug 12 21:08:13.648 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-08-12T21:08:14.238Z[ recovery-image] Aug 12 21:08:13.657 INFO O| Aug 12 21:08:13.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59352024-08-12T21:08:14.241Z[ recovery-image] Aug 12 21:08:13.657 INFO O| Aug 12 21:08:13.657 INFO STEP 675 (remove_files) COMPLETE
59362024-08-12T21:08:14.241Z[ recovery-image] Aug 12 21:08:13.657 INFO O| Aug 12 21:08:13.657 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-08-12T21:08:14.248Z[ recovery-image] Aug 12 21:08:13.668 INFO O| Aug 12 21:08:13.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59382024-08-12T21:08:14.248Z[ recovery-image] Aug 12 21:08:13.668 INFO O| Aug 12 21:08:13.668 INFO STEP 676 (remove_files) COMPLETE
59392024-08-12T21:08:14.251Z[ recovery-image] Aug 12 21:08:13.668 INFO O| Aug 12 21:08:13.668 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-08-12T21:08:14.258Z[ recovery-image] Aug 12 21:08:13.677 INFO O| Aug 12 21:08:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59412024-08-12T21:08:14.258Z[ recovery-image] Aug 12 21:08:13.677 INFO O| Aug 12 21:08:13.677 INFO STEP 677 (remove_files) COMPLETE
59422024-08-12T21:08:14.258Z[ recovery-image] Aug 12 21:08:13.677 INFO O| Aug 12 21:08:13.677 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-08-12T21:08:14.267Z[ recovery-image] Aug 12 21:08:13.687 INFO O| Aug 12 21:08:13.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59442024-08-12T21:08:14.267Z[ recovery-image] Aug 12 21:08:13.687 INFO O| Aug 12 21:08:13.687 INFO STEP 678 (remove_files) COMPLETE
59452024-08-12T21:08:14.270Z[ recovery-image] Aug 12 21:08:13.687 INFO O| Aug 12 21:08:13.687 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-08-12T21:08:14.277Z[ recovery-image] Aug 12 21:08:13.697 INFO O| Aug 12 21:08:13.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59472024-08-12T21:08:14.277Z[ recovery-image] Aug 12 21:08:13.697 INFO O| Aug 12 21:08:13.697 INFO STEP 679 (remove_files) COMPLETE
59482024-08-12T21:08:14.277Z[ recovery-image] Aug 12 21:08:13.697 INFO O| Aug 12 21:08:13.697 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-08-12T21:08:14.287Z[ recovery-image] Aug 12 21:08:13.707 INFO O| Aug 12 21:08:13.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59502024-08-12T21:08:14.287Z[ recovery-image] Aug 12 21:08:13.707 INFO O| Aug 12 21:08:13.707 INFO STEP 680 (remove_files) COMPLETE
59512024-08-12T21:08:14.287Z[ recovery-image] Aug 12 21:08:13.707 INFO O| Aug 12 21:08:13.707 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-08-12T21:08:14.297Z[ recovery-image] Aug 12 21:08:13.717 INFO O| Aug 12 21:08:13.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59532024-08-12T21:08:14.300Z[ recovery-image] Aug 12 21:08:13.717 INFO O| Aug 12 21:08:13.717 INFO STEP 681 (remove_files) COMPLETE
59542024-08-12T21:08:14.300Z[ recovery-image] Aug 12 21:08:13.717 INFO O| Aug 12 21:08:13.717 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-08-12T21:08:14.307Z[ recovery-image] Aug 12 21:08:13.727 INFO O| Aug 12 21:08:13.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59562024-08-12T21:08:14.307Z[ recovery-image] Aug 12 21:08:13.727 INFO O| Aug 12 21:08:13.727 INFO STEP 682 (remove_files) COMPLETE
59572024-08-12T21:08:14.310Z[ recovery-image] Aug 12 21:08:13.727 INFO O| Aug 12 21:08:13.727 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-08-12T21:08:14.317Z[ recovery-image] Aug 12 21:08:13.737 INFO O| Aug 12 21:08:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59592024-08-12T21:08:14.317Z[ recovery-image] Aug 12 21:08:13.737 INFO O| Aug 12 21:08:13.737 INFO STEP 683 (remove_files) COMPLETE
59602024-08-12T21:08:14.317Z[ recovery-image] Aug 12 21:08:13.737 INFO O| Aug 12 21:08:13.737 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-08-12T21:08:14.328Z[ recovery-image] Aug 12 21:08:13.747 INFO O| Aug 12 21:08:13.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59622024-08-12T21:08:14.328Z[ recovery-image] Aug 12 21:08:13.747 INFO O| Aug 12 21:08:13.747 INFO STEP 684 (remove_files) COMPLETE
59632024-08-12T21:08:14.330Z[ recovery-image] Aug 12 21:08:13.747 INFO O| Aug 12 21:08:13.747 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-08-12T21:08:14.338Z[ recovery-image] Aug 12 21:08:13.757 INFO O| Aug 12 21:08:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59652024-08-12T21:08:14.340Z[ recovery-image] Aug 12 21:08:13.758 INFO O| Aug 12 21:08:13.758 INFO STEP 685 (remove_files) COMPLETE
59662024-08-12T21:08:14.340Z[ recovery-image] Aug 12 21:08:13.758 INFO O| Aug 12 21:08:13.758 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-08-12T21:08:14.348Z[ recovery-image] Aug 12 21:08:13.768 INFO O| Aug 12 21:08:13.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59682024-08-12T21:08:14.348Z[ recovery-image] Aug 12 21:08:13.768 INFO O| Aug 12 21:08:13.768 INFO STEP 686 (remove_files) COMPLETE
59692024-08-12T21:08:14.348Z[ recovery-image] Aug 12 21:08:13.768 INFO O| Aug 12 21:08:13.768 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-08-12T21:08:14.358Z[ recovery-image] Aug 12 21:08:13.778 INFO O| Aug 12 21:08:13.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59712024-08-12T21:08:14.361Z[ recovery-image] Aug 12 21:08:13.778 INFO O| Aug 12 21:08:13.778 INFO STEP 687 (remove_files) COMPLETE
59722024-08-12T21:08:14.361Z[ recovery-image] Aug 12 21:08:13.778 INFO O| Aug 12 21:08:13.778 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-08-12T21:08:14.368Z[ recovery-image] Aug 12 21:08:13.788 INFO O| Aug 12 21:08:13.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59742024-08-12T21:08:14.368Z[ recovery-image] Aug 12 21:08:13.788 INFO O| Aug 12 21:08:13.788 INFO STEP 688 (remove_files) COMPLETE
59752024-08-12T21:08:14.371Z[ recovery-image] Aug 12 21:08:13.788 INFO O| Aug 12 21:08:13.788 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-08-12T21:08:14.378Z[ recovery-image] Aug 12 21:08:13.798 INFO O| Aug 12 21:08:13.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59772024-08-12T21:08:14.378Z[ recovery-image] Aug 12 21:08:13.798 INFO O| Aug 12 21:08:13.798 INFO STEP 689 (remove_files) COMPLETE
59782024-08-12T21:08:14.381Z[ recovery-image] Aug 12 21:08:13.798 INFO O| Aug 12 21:08:13.798 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-08-12T21:08:14.390Z[ recovery-image] Aug 12 21:08:13.809 INFO O| Aug 12 21:08:13.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59802024-08-12T21:08:14.390Z[ recovery-image] Aug 12 21:08:13.809 INFO O| Aug 12 21:08:13.809 INFO STEP 690 (remove_files) COMPLETE
59812024-08-12T21:08:14.393Z[ recovery-image] Aug 12 21:08:13.809 INFO O| Aug 12 21:08:13.809 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-08-12T21:08:14.399Z[ recovery-image] Aug 12 21:08:13.819 INFO O| Aug 12 21:08:13.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59832024-08-12T21:08:14.400Z[ recovery-image] Aug 12 21:08:13.819 INFO O| Aug 12 21:08:13.819 INFO STEP 691 (remove_files) COMPLETE
59842024-08-12T21:08:14.400Z[ recovery-image] Aug 12 21:08:13.819 INFO O| Aug 12 21:08:13.819 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-08-12T21:08:14.409Z[ recovery-image] Aug 12 21:08:13.829 INFO O| Aug 12 21:08:13.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59862024-08-12T21:08:14.409Z[ recovery-image] Aug 12 21:08:13.829 INFO O| Aug 12 21:08:13.829 INFO STEP 692 (remove_files) COMPLETE
59872024-08-12T21:08:14.413Z[ recovery-image] Aug 12 21:08:13.829 INFO O| Aug 12 21:08:13.829 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-08-12T21:08:14.419Z[ recovery-image] Aug 12 21:08:13.839 INFO O| Aug 12 21:08:13.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59892024-08-12T21:08:14.419Z[ recovery-image] Aug 12 21:08:13.839 INFO O| Aug 12 21:08:13.839 INFO STEP 693 (remove_files) COMPLETE
59902024-08-12T21:08:14.419Z[ recovery-image] Aug 12 21:08:13.839 INFO O| Aug 12 21:08:13.839 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-08-12T21:08:14.429Z[ recovery-image] Aug 12 21:08:13.848 INFO O| Aug 12 21:08:13.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59922024-08-12T21:08:14.429Z[ recovery-image] Aug 12 21:08:13.848 INFO O| Aug 12 21:08:13.848 INFO STEP 694 (remove_files) COMPLETE
59932024-08-12T21:08:14.433Z[ recovery-image] Aug 12 21:08:13.848 INFO O| Aug 12 21:08:13.848 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-08-12T21:08:14.438Z[ recovery-image] Aug 12 21:08:13.858 INFO O| Aug 12 21:08:13.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59952024-08-12T21:08:14.439Z[ recovery-image] Aug 12 21:08:13.858 INFO O| Aug 12 21:08:13.858 INFO STEP 695 (remove_files) COMPLETE
59962024-08-12T21:08:14.442Z[ recovery-image] Aug 12 21:08:13.858 INFO O| Aug 12 21:08:13.858 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-08-12T21:08:14.448Z[ recovery-image] Aug 12 21:08:13.868 INFO O| Aug 12 21:08:13.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59982024-08-12T21:08:14.448Z[ recovery-image] Aug 12 21:08:13.868 INFO O| Aug 12 21:08:13.868 INFO STEP 696 (remove_files) COMPLETE
59992024-08-12T21:08:14.451Z[ recovery-image] Aug 12 21:08:13.868 INFO O| Aug 12 21:08:13.868 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-08-12T21:08:14.458Z[ recovery-image] Aug 12 21:08:13.877 INFO O| Aug 12 21:08:13.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60012024-08-12T21:08:14.458Z[ recovery-image] Aug 12 21:08:13.877 INFO O| Aug 12 21:08:13.877 INFO STEP 697 (remove_files) COMPLETE
60022024-08-12T21:08:14.462Z[ recovery-image] Aug 12 21:08:13.877 INFO O| Aug 12 21:08:13.877 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-08-12T21:08:14.468Z[ recovery-image] Aug 12 21:08:13.887 INFO O| Aug 12 21:08:13.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60042024-08-12T21:08:14.468Z[ recovery-image] Aug 12 21:08:13.887 INFO O| Aug 12 21:08:13.887 INFO STEP 698 (remove_files) COMPLETE
60052024-08-12T21:08:14.471Z[ recovery-image] Aug 12 21:08:13.887 INFO O| Aug 12 21:08:13.887 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-08-12T21:08:14.478Z[ recovery-image] Aug 12 21:08:13.897 INFO O| Aug 12 21:08:13.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60072024-08-12T21:08:14.478Z[ recovery-image] Aug 12 21:08:13.897 INFO O| Aug 12 21:08:13.897 INFO STEP 699 (remove_files) COMPLETE
60082024-08-12T21:08:14.481Z[ recovery-image] Aug 12 21:08:13.897 INFO O| Aug 12 21:08:13.897 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-08-12T21:08:14.487Z[ recovery-image] Aug 12 21:08:13.907 INFO O| Aug 12 21:08:13.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60102024-08-12T21:08:14.488Z[ recovery-image] Aug 12 21:08:13.907 INFO O| Aug 12 21:08:13.907 INFO STEP 700 (remove_files) COMPLETE
60112024-08-12T21:08:14.490Z[ recovery-image] Aug 12 21:08:13.907 INFO O| Aug 12 21:08:13.907 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-08-12T21:08:14.497Z[ recovery-image] Aug 12 21:08:13.917 INFO O| Aug 12 21:08:13.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60132024-08-12T21:08:14.497Z[ recovery-image] Aug 12 21:08:13.917 INFO O| Aug 12 21:08:13.917 INFO STEP 701 (remove_files) COMPLETE
60142024-08-12T21:08:14.500Z[ recovery-image] Aug 12 21:08:13.917 INFO O| Aug 12 21:08:13.917 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-08-12T21:08:14.508Z[ recovery-image] Aug 12 21:08:13.926 INFO O| Aug 12 21:08:13.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60162024-08-12T21:08:14.508Z[ recovery-image] Aug 12 21:08:13.926 INFO O| Aug 12 21:08:13.926 INFO STEP 702 (remove_files) COMPLETE
60172024-08-12T21:08:14.508Z[ recovery-image] Aug 12 21:08:13.926 INFO O| Aug 12 21:08:13.926 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-08-12T21:08:14.517Z[ recovery-image] Aug 12 21:08:13.936 INFO O| Aug 12 21:08:13.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60192024-08-12T21:08:14.517Z[ recovery-image] Aug 12 21:08:13.936 INFO O| Aug 12 21:08:13.936 INFO STEP 703 (remove_files) COMPLETE
60202024-08-12T21:08:14.521Z[ recovery-image] Aug 12 21:08:13.936 INFO O| Aug 12 21:08:13.936 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-08-12T21:08:14.526Z[ recovery-image] Aug 12 21:08:13.946 INFO O| Aug 12 21:08:13.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60222024-08-12T21:08:14.527Z[ recovery-image] Aug 12 21:08:13.946 INFO O| Aug 12 21:08:13.946 INFO STEP 704 (remove_files) COMPLETE
60232024-08-12T21:08:14.529Z[ recovery-image] Aug 12 21:08:13.946 INFO O| Aug 12 21:08:13.946 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-08-12T21:08:14.536Z[ recovery-image] Aug 12 21:08:13.956 INFO O| Aug 12 21:08:13.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60252024-08-12T21:08:14.539Z[ recovery-image] Aug 12 21:08:13.956 INFO O| Aug 12 21:08:13.956 INFO STEP 705 (remove_files) COMPLETE
60262024-08-12T21:08:14.539Z[ recovery-image] Aug 12 21:08:13.956 INFO O| Aug 12 21:08:13.956 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-08-12T21:08:14.546Z[ recovery-image] Aug 12 21:08:13.966 INFO O| Aug 12 21:08:13.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60282024-08-12T21:08:14.549Z[ recovery-image] Aug 12 21:08:13.966 INFO O| Aug 12 21:08:13.966 INFO STEP 706 (remove_files) COMPLETE
60292024-08-12T21:08:14.549Z[ recovery-image] Aug 12 21:08:13.966 INFO O| Aug 12 21:08:13.966 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-08-12T21:08:14.556Z[ recovery-image] Aug 12 21:08:13.975 INFO O| Aug 12 21:08:13.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60312024-08-12T21:08:14.556Z[ recovery-image] Aug 12 21:08:13.975 INFO O| Aug 12 21:08:13.975 INFO STEP 707 (remove_files) COMPLETE
60322024-08-12T21:08:14.556Z[ recovery-image] Aug 12 21:08:13.975 INFO O| Aug 12 21:08:13.975 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-08-12T21:08:14.568Z[ recovery-image] Aug 12 21:08:13.987 INFO O| Aug 12 21:08:13.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60342024-08-12T21:08:14.568Z[ recovery-image] Aug 12 21:08:13.987 INFO O| Aug 12 21:08:13.987 INFO STEP 708 (remove_files) COMPLETE
60352024-08-12T21:08:14.568Z[ recovery-image] Aug 12 21:08:13.987 INFO O| Aug 12 21:08:13.987 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-08-12T21:08:14.578Z[ recovery-image] Aug 12 21:08:13.997 INFO O| Aug 12 21:08:13.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60372024-08-12T21:08:14.579Z[ recovery-image] Aug 12 21:08:13.998 INFO O| Aug 12 21:08:13.998 INFO STEP 709 (remove_files) COMPLETE
60382024-08-12T21:08:14.582Z[ recovery-image] Aug 12 21:08:13.998 INFO O| Aug 12 21:08:13.998 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-08-12T21:08:14.589Z[ recovery-image] Aug 12 21:08:14.009 INFO O| Aug 12 21:08:14.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60402024-08-12T21:08:14.589Z[ recovery-image] Aug 12 21:08:14.009 INFO O| Aug 12 21:08:14.009 INFO STEP 710 (remove_files) COMPLETE
60412024-08-12T21:08:14.589Z[ recovery-image] Aug 12 21:08:14.009 INFO O| Aug 12 21:08:14.009 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-08-12T21:08:14.599Z[ recovery-image] Aug 12 21:08:14.019 INFO O| Aug 12 21:08:14.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60432024-08-12T21:08:14.599Z[ recovery-image] Aug 12 21:08:14.019 INFO O| Aug 12 21:08:14.019 INFO STEP 711 (remove_files) COMPLETE
60442024-08-12T21:08:14.599Z[ recovery-image] Aug 12 21:08:14.019 INFO O| Aug 12 21:08:14.019 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-08-12T21:08:14.611Z[ recovery-image] Aug 12 21:08:14.030 INFO O| Aug 12 21:08:14.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60462024-08-12T21:08:14.611Z[ recovery-image] Aug 12 21:08:14.030 INFO O| Aug 12 21:08:14.030 INFO STEP 712 (remove_files) COMPLETE
60472024-08-12T21:08:14.614Z[ recovery-image] Aug 12 21:08:14.030 INFO O| Aug 12 21:08:14.030 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-08-12T21:08:14.621Z[ recovery-image] Aug 12 21:08:14.041 INFO O| Aug 12 21:08:14.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60492024-08-12T21:08:14.621Z[ recovery-image] Aug 12 21:08:14.041 INFO O| Aug 12 21:08:14.041 INFO STEP 713 (remove_files) COMPLETE
60502024-08-12T21:08:14.624Z[ recovery-image] Aug 12 21:08:14.041 INFO O| Aug 12 21:08:14.041 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-08-12T21:08:14.631Z[ recovery-image] Aug 12 21:08:14.051 INFO O| Aug 12 21:08:14.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60522024-08-12T21:08:14.634Z[ recovery-image] Aug 12 21:08:14.051 INFO O| Aug 12 21:08:14.051 INFO STEP 714 (remove_files) COMPLETE
60532024-08-12T21:08:14.634Z[ recovery-image] Aug 12 21:08:14.051 INFO O| Aug 12 21:08:14.051 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-08-12T21:08:14.642Z[ recovery-image] Aug 12 21:08:14.061 INFO O| Aug 12 21:08:14.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60552024-08-12T21:08:14.642Z[ recovery-image] Aug 12 21:08:14.061 INFO O| Aug 12 21:08:14.061 INFO STEP 715 (remove_files) COMPLETE
60562024-08-12T21:08:14.642Z[ recovery-image] Aug 12 21:08:14.061 INFO O| Aug 12 21:08:14.061 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-08-12T21:08:14.652Z[ recovery-image] Aug 12 21:08:14.071 INFO O| Aug 12 21:08:14.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60582024-08-12T21:08:14.652Z[ recovery-image] Aug 12 21:08:14.071 INFO O| Aug 12 21:08:14.071 INFO STEP 716 (remove_files) COMPLETE
60592024-08-12T21:08:14.652Z[ recovery-image] Aug 12 21:08:14.071 INFO O| Aug 12 21:08:14.071 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-08-12T21:08:14.662Z[ recovery-image] Aug 12 21:08:14.081 INFO O| Aug 12 21:08:14.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60612024-08-12T21:08:14.665Z[ recovery-image] Aug 12 21:08:14.081 INFO O| Aug 12 21:08:14.081 INFO STEP 717 (remove_files) COMPLETE
60622024-08-12T21:08:14.665Z[ recovery-image] Aug 12 21:08:14.081 INFO O| Aug 12 21:08:14.081 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-08-12T21:08:14.672Z[ recovery-image] Aug 12 21:08:14.092 INFO O| Aug 12 21:08:14.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60642024-08-12T21:08:14.675Z[ recovery-image] Aug 12 21:08:14.092 INFO O| Aug 12 21:08:14.092 INFO STEP 718 (remove_files) COMPLETE
60652024-08-12T21:08:14.675Z[ recovery-image] Aug 12 21:08:14.092 INFO O| Aug 12 21:08:14.092 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-08-12T21:08:14.683Z[ recovery-image] Aug 12 21:08:14.102 INFO O| Aug 12 21:08:14.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60672024-08-12T21:08:14.683Z[ recovery-image] Aug 12 21:08:14.102 INFO O| Aug 12 21:08:14.102 INFO STEP 719 (remove_files) COMPLETE
60682024-08-12T21:08:14.686Z[ recovery-image] Aug 12 21:08:14.102 INFO O| Aug 12 21:08:14.102 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-08-12T21:08:14.693Z[ recovery-image] Aug 12 21:08:14.112 INFO O| Aug 12 21:08:14.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60702024-08-12T21:08:14.696Z[ recovery-image] Aug 12 21:08:14.112 INFO O| Aug 12 21:08:14.112 INFO STEP 720 (remove_files) COMPLETE
60712024-08-12T21:08:14.696Z[ recovery-image] Aug 12 21:08:14.112 INFO O| Aug 12 21:08:14.112 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-08-12T21:08:14.703Z[ recovery-image] Aug 12 21:08:14.122 INFO O| Aug 12 21:08:14.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60732024-08-12T21:08:14.703Z[ recovery-image] Aug 12 21:08:14.122 INFO O| Aug 12 21:08:14.122 INFO STEP 721 (remove_files) COMPLETE
60742024-08-12T21:08:14.703Z[ recovery-image] Aug 12 21:08:14.122 INFO O| Aug 12 21:08:14.122 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-08-12T21:08:14.713Z[ recovery-image] Aug 12 21:08:14.132 INFO O| Aug 12 21:08:14.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60762024-08-12T21:08:14.716Z[ recovery-image] Aug 12 21:08:14.132 INFO O| Aug 12 21:08:14.132 INFO STEP 722 (remove_files) COMPLETE
60772024-08-12T21:08:14.716Z[ recovery-image] Aug 12 21:08:14.132 INFO O| Aug 12 21:08:14.132 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-08-12T21:08:14.722Z[ recovery-image] Aug 12 21:08:14.142 INFO O| Aug 12 21:08:14.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60792024-08-12T21:08:14.722Z[ recovery-image] Aug 12 21:08:14.142 INFO O| Aug 12 21:08:14.142 INFO STEP 723 (remove_files) COMPLETE
60802024-08-12T21:08:14.722Z[ recovery-image] Aug 12 21:08:14.142 INFO O| Aug 12 21:08:14.142 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-08-12T21:08:14.732Z[ recovery-image] Aug 12 21:08:14.152 INFO O| Aug 12 21:08:14.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60822024-08-12T21:08:14.732Z[ recovery-image] Aug 12 21:08:14.152 INFO O| Aug 12 21:08:14.152 INFO STEP 724 (remove_files) COMPLETE
60832024-08-12T21:08:14.735Z[ recovery-image] Aug 12 21:08:14.152 INFO O| Aug 12 21:08:14.152 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-08-12T21:08:14.742Z[ recovery-image] Aug 12 21:08:14.161 INFO O| Aug 12 21:08:14.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60852024-08-12T21:08:14.742Z[ recovery-image] Aug 12 21:08:14.161 INFO O| Aug 12 21:08:14.161 INFO STEP 725 (remove_files) COMPLETE
60862024-08-12T21:08:14.745Z[ recovery-image] Aug 12 21:08:14.161 INFO O| Aug 12 21:08:14.161 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-08-12T21:08:14.752Z[ recovery-image] Aug 12 21:08:14.171 INFO O| Aug 12 21:08:14.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60882024-08-12T21:08:14.755Z[ recovery-image] Aug 12 21:08:14.171 INFO O| Aug 12 21:08:14.171 INFO STEP 726 (remove_files) COMPLETE
60892024-08-12T21:08:14.755Z[ recovery-image] Aug 12 21:08:14.171 INFO O| Aug 12 21:08:14.171 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-08-12T21:08:14.761Z[ recovery-image] Aug 12 21:08:14.181 INFO O| Aug 12 21:08:14.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60912024-08-12T21:08:14.761Z[ recovery-image] Aug 12 21:08:14.181 INFO O| Aug 12 21:08:14.181 INFO STEP 727 (remove_files) COMPLETE
60922024-08-12T21:08:14.761Z[ recovery-image] Aug 12 21:08:14.181 INFO O| Aug 12 21:08:14.181 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-08-12T21:08:14.771Z[ recovery-image] Aug 12 21:08:14.191 INFO O| Aug 12 21:08:14.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60942024-08-12T21:08:14.774Z[ recovery-image] Aug 12 21:08:14.191 INFO O| Aug 12 21:08:14.191 INFO STEP 728 (remove_files) COMPLETE
60952024-08-12T21:08:14.774Z[ recovery-image] Aug 12 21:08:14.191 INFO O| Aug 12 21:08:14.191 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-08-12T21:08:14.781Z[ recovery-image] Aug 12 21:08:14.200 INFO O| Aug 12 21:08:14.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60972024-08-12T21:08:14.781Z[ recovery-image] Aug 12 21:08:14.200 INFO O| Aug 12 21:08:14.200 INFO STEP 729 (remove_files) COMPLETE
60982024-08-12T21:08:14.784Z[ recovery-image] Aug 12 21:08:14.200 INFO O| Aug 12 21:08:14.200 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-08-12T21:08:14.791Z[ recovery-image] Aug 12 21:08:14.210 INFO O| Aug 12 21:08:14.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61002024-08-12T21:08:14.793Z[ recovery-image] Aug 12 21:08:14.211 INFO O| Aug 12 21:08:14.210 INFO STEP 730 (remove_files) COMPLETE
61012024-08-12T21:08:14.793Z[ recovery-image] Aug 12 21:08:14.211 INFO O| Aug 12 21:08:14.211 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-08-12T21:08:14.801Z[ recovery-image] Aug 12 21:08:14.220 INFO O| Aug 12 21:08:14.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61032024-08-12T21:08:14.801Z[ recovery-image] Aug 12 21:08:14.220 INFO O| Aug 12 21:08:14.220 INFO STEP 731 (remove_files) COMPLETE
61042024-08-12T21:08:14.804Z[ recovery-image] Aug 12 21:08:14.220 INFO O| Aug 12 21:08:14.220 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-08-12T21:08:14.810Z[ recovery-image] Aug 12 21:08:14.230 INFO O| Aug 12 21:08:14.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61062024-08-12T21:08:14.810Z[ recovery-image] Aug 12 21:08:14.230 INFO O| Aug 12 21:08:14.230 INFO STEP 732 (remove_files) COMPLETE
61072024-08-12T21:08:14.813Z[ recovery-image] Aug 12 21:08:14.230 INFO O| Aug 12 21:08:14.230 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-08-12T21:08:14.821Z[ recovery-image] Aug 12 21:08:14.240 INFO O| Aug 12 21:08:14.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61092024-08-12T21:08:14.821Z[ recovery-image] Aug 12 21:08:14.240 INFO O| Aug 12 21:08:14.240 INFO STEP 733 (remove_files) COMPLETE
61102024-08-12T21:08:14.821Z[ recovery-image] Aug 12 21:08:14.240 INFO O| Aug 12 21:08:14.240 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-08-12T21:08:14.830Z[ recovery-image] Aug 12 21:08:14.249 INFO O| Aug 12 21:08:14.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61122024-08-12T21:08:14.830Z[ recovery-image] Aug 12 21:08:14.250 INFO O| Aug 12 21:08:14.249 INFO STEP 734 (remove_files) COMPLETE
61132024-08-12T21:08:14.830Z[ recovery-image] Aug 12 21:08:14.250 INFO O| Aug 12 21:08:14.250 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-08-12T21:08:14.839Z[ recovery-image] Aug 12 21:08:14.259 INFO O| Aug 12 21:08:14.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61152024-08-12T21:08:14.840Z[ recovery-image] Aug 12 21:08:14.259 INFO O| Aug 12 21:08:14.259 INFO STEP 735 (remove_files) COMPLETE
61162024-08-12T21:08:14.842Z[ recovery-image] Aug 12 21:08:14.259 INFO O| Aug 12 21:08:14.259 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-08-12T21:08:14.849Z[ recovery-image] Aug 12 21:08:14.269 INFO O| Aug 12 21:08:14.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61182024-08-12T21:08:14.852Z[ recovery-image] Aug 12 21:08:14.269 INFO O| Aug 12 21:08:14.269 INFO STEP 736 (remove_files) COMPLETE
61192024-08-12T21:08:14.852Z[ recovery-image] Aug 12 21:08:14.269 INFO O| Aug 12 21:08:14.269 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-08-12T21:08:14.859Z[ recovery-image] Aug 12 21:08:14.278 INFO O| Aug 12 21:08:14.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61212024-08-12T21:08:14.859Z[ recovery-image] Aug 12 21:08:14.279 INFO O| Aug 12 21:08:14.278 INFO STEP 737 (remove_files) COMPLETE
61222024-08-12T21:08:14.859Z[ recovery-image] Aug 12 21:08:14.279 INFO O| Aug 12 21:08:14.278 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-08-12T21:08:14.874Z[ recovery-image] Aug 12 21:08:14.288 INFO O| Aug 12 21:08:14.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61242024-08-12T21:08:14.877Z[ recovery-image] Aug 12 21:08:14.288 INFO O| Aug 12 21:08:14.288 INFO STEP 738 (remove_files) COMPLETE
61252024-08-12T21:08:14.877Z[ recovery-image] Aug 12 21:08:14.288 INFO O| Aug 12 21:08:14.288 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-08-12T21:08:14.880Z[ recovery-image] Aug 12 21:08:14.298 INFO O| Aug 12 21:08:14.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61272024-08-12T21:08:14.880Z[ recovery-image] Aug 12 21:08:14.299 INFO O| Aug 12 21:08:14.299 INFO STEP 739 (remove_files) COMPLETE
61282024-08-12T21:08:14.880Z[ recovery-image] Aug 12 21:08:14.299 INFO O| Aug 12 21:08:14.299 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-08-12T21:08:14.889Z[ recovery-image] Aug 12 21:08:14.309 INFO O| Aug 12 21:08:14.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61302024-08-12T21:08:14.890Z[ recovery-image] Aug 12 21:08:14.309 INFO O| Aug 12 21:08:14.309 INFO STEP 740 (remove_files) COMPLETE
61312024-08-12T21:08:14.892Z[ recovery-image] Aug 12 21:08:14.309 INFO O| Aug 12 21:08:14.309 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-08-12T21:08:14.899Z[ recovery-image] Aug 12 21:08:14.319 INFO O| Aug 12 21:08:14.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61332024-08-12T21:08:14.902Z[ recovery-image] Aug 12 21:08:14.319 INFO O| Aug 12 21:08:14.319 INFO STEP 741 (remove_files) COMPLETE
61342024-08-12T21:08:14.902Z[ recovery-image] Aug 12 21:08:14.319 INFO O| Aug 12 21:08:14.319 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-08-12T21:08:14.909Z[ recovery-image] Aug 12 21:08:14.328 INFO O| Aug 12 21:08:14.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61362024-08-12T21:08:14.912Z[ recovery-image] Aug 12 21:08:14.328 INFO O| Aug 12 21:08:14.328 INFO STEP 742 (remove_files) COMPLETE
61372024-08-12T21:08:14.912Z[ recovery-image] Aug 12 21:08:14.328 INFO O| Aug 12 21:08:14.328 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-08-12T21:08:14.918Z[ recovery-image] Aug 12 21:08:14.338 INFO O| Aug 12 21:08:14.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61392024-08-12T21:08:14.919Z[ recovery-image] Aug 12 21:08:14.338 INFO O| Aug 12 21:08:14.338 INFO STEP 743 (remove_files) COMPLETE
61402024-08-12T21:08:14.919Z[ recovery-image] Aug 12 21:08:14.338 INFO O| Aug 12 21:08:14.338 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-08-12T21:08:14.928Z[ recovery-image] Aug 12 21:08:14.348 INFO O| Aug 12 21:08:14.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61422024-08-12T21:08:14.928Z[ recovery-image] Aug 12 21:08:14.348 INFO O| Aug 12 21:08:14.348 INFO STEP 744 (remove_files) COMPLETE
61432024-08-12T21:08:14.933Z[ recovery-image] Aug 12 21:08:14.348 INFO O| Aug 12 21:08:14.348 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-08-12T21:08:14.938Z[ recovery-image] Aug 12 21:08:14.358 INFO O| Aug 12 21:08:14.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61452024-08-12T21:08:14.938Z[ recovery-image] Aug 12 21:08:14.358 INFO O| Aug 12 21:08:14.358 INFO STEP 745 (remove_files) COMPLETE
61462024-08-12T21:08:14.940Z[ recovery-image] Aug 12 21:08:14.358 INFO O| Aug 12 21:08:14.358 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-08-12T21:08:14.948Z[ recovery-image] Aug 12 21:08:14.367 INFO O| Aug 12 21:08:14.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61482024-08-12T21:08:14.948Z[ recovery-image] Aug 12 21:08:14.367 INFO O| Aug 12 21:08:14.367 INFO STEP 746 (remove_files) COMPLETE
61492024-08-12T21:08:14.948Z[ recovery-image] Aug 12 21:08:14.367 INFO O| Aug 12 21:08:14.367 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-08-12T21:08:14.957Z[ recovery-image] Aug 12 21:08:14.377 INFO O| Aug 12 21:08:14.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61512024-08-12T21:08:14.957Z[ recovery-image] Aug 12 21:08:14.377 INFO O| Aug 12 21:08:14.377 INFO STEP 747 (remove_files) COMPLETE
61522024-08-12T21:08:14.960Z[ recovery-image] Aug 12 21:08:14.377 INFO O| Aug 12 21:08:14.377 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-08-12T21:08:14.967Z[ recovery-image] Aug 12 21:08:14.386 INFO O| Aug 12 21:08:14.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61542024-08-12T21:08:14.967Z[ recovery-image] Aug 12 21:08:14.386 INFO O| Aug 12 21:08:14.386 INFO STEP 748 (remove_files) COMPLETE
61552024-08-12T21:08:14.967Z[ recovery-image] Aug 12 21:08:14.386 INFO O| Aug 12 21:08:14.386 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-08-12T21:08:14.976Z[ recovery-image] Aug 12 21:08:14.396 INFO O| Aug 12 21:08:14.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61572024-08-12T21:08:14.976Z[ recovery-image] Aug 12 21:08:14.396 INFO O| Aug 12 21:08:14.396 INFO STEP 749 (remove_files) COMPLETE
61582024-08-12T21:08:14.979Z[ recovery-image] Aug 12 21:08:14.396 INFO O| Aug 12 21:08:14.396 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-08-12T21:08:14.986Z[ recovery-image] Aug 12 21:08:14.406 INFO O| Aug 12 21:08:14.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61602024-08-12T21:08:14.986Z[ recovery-image] Aug 12 21:08:14.406 INFO O| Aug 12 21:08:14.406 INFO STEP 750 (remove_files) COMPLETE
61612024-08-12T21:08:14.989Z[ recovery-image] Aug 12 21:08:14.406 INFO O| Aug 12 21:08:14.406 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-08-12T21:08:14.996Z[ recovery-image] Aug 12 21:08:14.416 INFO O| Aug 12 21:08:14.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61632024-08-12T21:08:14.996Z[ recovery-image] Aug 12 21:08:14.416 INFO O| Aug 12 21:08:14.416 INFO STEP 751 (remove_files) COMPLETE
61642024-08-12T21:08:14.996Z[ recovery-image] Aug 12 21:08:14.416 INFO O| Aug 12 21:08:14.416 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-08-12T21:08:15.006Z[ recovery-image] Aug 12 21:08:14.426 INFO O| Aug 12 21:08:14.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61662024-08-12T21:08:15.006Z[ recovery-image] Aug 12 21:08:14.426 INFO O| Aug 12 21:08:14.426 INFO STEP 752 (remove_files) COMPLETE
61672024-08-12T21:08:15.006Z[ recovery-image] Aug 12 21:08:14.426 INFO O| Aug 12 21:08:14.426 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-08-12T21:08:15.016Z[ recovery-image] Aug 12 21:08:14.436 INFO O| Aug 12 21:08:14.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61692024-08-12T21:08:15.016Z[ recovery-image] Aug 12 21:08:14.436 INFO O| Aug 12 21:08:14.436 INFO STEP 753 (remove_files) COMPLETE
61702024-08-12T21:08:15.016Z[ recovery-image] Aug 12 21:08:14.436 INFO O| Aug 12 21:08:14.436 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-08-12T21:08:15.026Z[ recovery-image] Aug 12 21:08:14.446 INFO O| Aug 12 21:08:14.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61722024-08-12T21:08:15.029Z[ recovery-image] Aug 12 21:08:14.446 INFO O| Aug 12 21:08:14.446 INFO STEP 754 (remove_files) COMPLETE
61732024-08-12T21:08:15.029Z[ recovery-image] Aug 12 21:08:14.446 INFO O| Aug 12 21:08:14.446 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-08-12T21:08:15.036Z[ recovery-image] Aug 12 21:08:14.455 INFO O| Aug 12 21:08:14.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61752024-08-12T21:08:15.036Z[ recovery-image] Aug 12 21:08:14.455 INFO O| Aug 12 21:08:14.455 INFO STEP 755 (remove_files) COMPLETE
61762024-08-12T21:08:15.036Z[ recovery-image] Aug 12 21:08:14.455 INFO O| Aug 12 21:08:14.455 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-08-12T21:08:15.045Z[ recovery-image] Aug 12 21:08:14.465 INFO O| Aug 12 21:08:14.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61782024-08-12T21:08:15.046Z[ recovery-image] Aug 12 21:08:14.465 INFO O| Aug 12 21:08:14.465 INFO STEP 756 (remove_files) COMPLETE
61792024-08-12T21:08:15.048Z[ recovery-image] Aug 12 21:08:14.465 INFO O| Aug 12 21:08:14.465 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-08-12T21:08:15.055Z[ recovery-image] Aug 12 21:08:14.475 INFO O| Aug 12 21:08:14.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61812024-08-12T21:08:15.059Z[ recovery-image] Aug 12 21:08:14.475 INFO O| Aug 12 21:08:14.475 INFO STEP 757 (remove_files) COMPLETE
61822024-08-12T21:08:15.059Z[ recovery-image] Aug 12 21:08:14.475 INFO O| Aug 12 21:08:14.475 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-08-12T21:08:15.066Z[ recovery-image] Aug 12 21:08:14.486 INFO O| Aug 12 21:08:14.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61842024-08-12T21:08:15.066Z[ recovery-image] Aug 12 21:08:14.486 INFO O| Aug 12 21:08:14.486 INFO STEP 758 (remove_files) COMPLETE
61852024-08-12T21:08:15.069Z[ recovery-image] Aug 12 21:08:14.486 INFO O| Aug 12 21:08:14.486 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-08-12T21:08:15.077Z[ recovery-image] Aug 12 21:08:14.496 INFO O| Aug 12 21:08:14.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61872024-08-12T21:08:15.080Z[ recovery-image] Aug 12 21:08:14.496 INFO O| Aug 12 21:08:14.496 INFO STEP 759 (remove_files) COMPLETE
61882024-08-12T21:08:15.080Z[ recovery-image] Aug 12 21:08:14.496 INFO O| Aug 12 21:08:14.496 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-08-12T21:08:15.087Z[ recovery-image] Aug 12 21:08:14.506 INFO O| Aug 12 21:08:14.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61902024-08-12T21:08:15.090Z[ recovery-image] Aug 12 21:08:14.506 INFO O| Aug 12 21:08:14.506 INFO STEP 760 (remove_files) COMPLETE
61912024-08-12T21:08:15.090Z[ recovery-image] Aug 12 21:08:14.506 INFO O| Aug 12 21:08:14.506 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-08-12T21:08:15.097Z[ recovery-image] Aug 12 21:08:14.516 INFO O| Aug 12 21:08:14.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61932024-08-12T21:08:15.097Z[ recovery-image] Aug 12 21:08:14.516 INFO O| Aug 12 21:08:14.516 INFO STEP 761 (remove_files) COMPLETE
61942024-08-12T21:08:15.100Z[ recovery-image] Aug 12 21:08:14.516 INFO O| Aug 12 21:08:14.516 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-08-12T21:08:15.107Z[ recovery-image] Aug 12 21:08:14.526 INFO O| Aug 12 21:08:14.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61962024-08-12T21:08:15.110Z[ recovery-image] Aug 12 21:08:14.526 INFO O| Aug 12 21:08:14.526 INFO STEP 762 (remove_files) COMPLETE
61972024-08-12T21:08:15.110Z[ recovery-image] Aug 12 21:08:14.526 INFO O| Aug 12 21:08:14.526 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-08-12T21:08:15.117Z[ recovery-image] Aug 12 21:08:14.536 INFO O| Aug 12 21:08:14.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61992024-08-12T21:08:15.117Z[ recovery-image] Aug 12 21:08:14.536 INFO O| Aug 12 21:08:14.536 INFO STEP 763 (remove_files) COMPLETE
62002024-08-12T21:08:15.117Z[ recovery-image] Aug 12 21:08:14.536 INFO O| Aug 12 21:08:14.536 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-08-12T21:08:15.127Z[ recovery-image] Aug 12 21:08:14.546 INFO O| Aug 12 21:08:14.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62022024-08-12T21:08:15.127Z[ recovery-image] Aug 12 21:08:14.546 INFO O| Aug 12 21:08:14.546 INFO STEP 764 (remove_files) COMPLETE
62032024-08-12T21:08:15.127Z[ recovery-image] Aug 12 21:08:14.546 INFO O| Aug 12 21:08:14.546 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-08-12T21:08:15.136Z[ recovery-image] Aug 12 21:08:14.555 INFO O| Aug 12 21:08:14.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62052024-08-12T21:08:15.139Z[ recovery-image] Aug 12 21:08:14.556 INFO O| Aug 12 21:08:14.556 INFO STEP 765 (remove_files) COMPLETE
62062024-08-12T21:08:15.139Z[ recovery-image] Aug 12 21:08:14.556 INFO O| Aug 12 21:08:14.556 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-08-12T21:08:15.148Z[ recovery-image] Aug 12 21:08:14.567 INFO O| Aug 12 21:08:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62082024-08-12T21:08:15.151Z[ recovery-image] Aug 12 21:08:14.567 INFO O| Aug 12 21:08:14.567 INFO STEP 766 (remove_files) COMPLETE
62092024-08-12T21:08:15.151Z[ recovery-image] Aug 12 21:08:14.567 INFO O| Aug 12 21:08:14.567 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-08-12T21:08:15.158Z[ recovery-image] Aug 12 21:08:14.577 INFO O| Aug 12 21:08:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62112024-08-12T21:08:15.158Z[ recovery-image] Aug 12 21:08:14.577 INFO O| Aug 12 21:08:14.577 INFO STEP 767 (remove_files) COMPLETE
62122024-08-12T21:08:15.158Z[ recovery-image] Aug 12 21:08:14.577 INFO O| Aug 12 21:08:14.577 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-08-12T21:08:15.168Z[ recovery-image] Aug 12 21:08:14.587 INFO O| Aug 12 21:08:14.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62142024-08-12T21:08:15.168Z[ recovery-image] Aug 12 21:08:14.587 INFO O| Aug 12 21:08:14.587 INFO STEP 768 (remove_files) COMPLETE
62152024-08-12T21:08:15.168Z[ recovery-image] Aug 12 21:08:14.587 INFO O| Aug 12 21:08:14.587 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-08-12T21:08:15.178Z[ recovery-image] Aug 12 21:08:14.597 INFO O| Aug 12 21:08:14.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62172024-08-12T21:08:15.178Z[ recovery-image] Aug 12 21:08:14.597 INFO O| Aug 12 21:08:14.597 INFO STEP 769 (remove_files) COMPLETE
62182024-08-12T21:08:15.178Z[ recovery-image] Aug 12 21:08:14.597 INFO O| Aug 12 21:08:14.597 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-08-12T21:08:15.189Z[ recovery-image] Aug 12 21:08:14.609 INFO O| Aug 12 21:08:14.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62202024-08-12T21:08:15.189Z[ recovery-image] Aug 12 21:08:14.609 INFO O| Aug 12 21:08:14.609 INFO STEP 770 (remove_files) COMPLETE
62212024-08-12T21:08:15.189Z[ recovery-image] Aug 12 21:08:14.609 INFO O| Aug 12 21:08:14.609 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-08-12T21:08:15.200Z[ recovery-image] Aug 12 21:08:14.619 INFO O| Aug 12 21:08:14.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62232024-08-12T21:08:15.200Z[ recovery-image] Aug 12 21:08:14.619 INFO O| Aug 12 21:08:14.619 INFO STEP 771 (remove_files) COMPLETE
62242024-08-12T21:08:15.200Z[ recovery-image] Aug 12 21:08:14.619 INFO O| Aug 12 21:08:14.619 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-08-12T21:08:15.210Z[ recovery-image] Aug 12 21:08:14.629 INFO O| Aug 12 21:08:14.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62262024-08-12T21:08:15.210Z[ recovery-image] Aug 12 21:08:14.629 INFO O| Aug 12 21:08:14.629 INFO STEP 772 (remove_files) COMPLETE
62272024-08-12T21:08:15.213Z[ recovery-image] Aug 12 21:08:14.629 INFO O| Aug 12 21:08:14.629 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-08-12T21:08:15.220Z[ recovery-image] Aug 12 21:08:14.639 INFO O| Aug 12 21:08:14.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62292024-08-12T21:08:15.220Z[ recovery-image] Aug 12 21:08:14.639 INFO O| Aug 12 21:08:14.639 INFO STEP 773 (remove_files) COMPLETE
62302024-08-12T21:08:15.223Z[ recovery-image] Aug 12 21:08:14.639 INFO O| Aug 12 21:08:14.639 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-08-12T21:08:15.229Z[ recovery-image] Aug 12 21:08:14.648 INFO O| Aug 12 21:08:14.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62322024-08-12T21:08:15.231Z[ recovery-image] Aug 12 21:08:14.648 INFO O| Aug 12 21:08:14.648 INFO STEP 774 (remove_files) COMPLETE
62332024-08-12T21:08:15.231Z[ recovery-image] Aug 12 21:08:14.648 INFO O| Aug 12 21:08:14.648 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-08-12T21:08:15.238Z[ recovery-image] Aug 12 21:08:14.658 INFO O| Aug 12 21:08:14.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62352024-08-12T21:08:15.238Z[ recovery-image] Aug 12 21:08:14.658 INFO O| Aug 12 21:08:14.658 INFO STEP 775 (remove_files) COMPLETE
62362024-08-12T21:08:15.241Z[ recovery-image] Aug 12 21:08:14.658 INFO O| Aug 12 21:08:14.658 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-08-12T21:08:15.248Z[ recovery-image] Aug 12 21:08:14.668 INFO O| Aug 12 21:08:14.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62382024-08-12T21:08:15.248Z[ recovery-image] Aug 12 21:08:14.668 INFO O| Aug 12 21:08:14.668 INFO STEP 776 (remove_files) COMPLETE
62392024-08-12T21:08:15.251Z[ recovery-image] Aug 12 21:08:14.668 INFO O| Aug 12 21:08:14.668 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-08-12T21:08:15.258Z[ recovery-image] Aug 12 21:08:14.677 INFO O| Aug 12 21:08:14.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62412024-08-12T21:08:15.258Z[ recovery-image] Aug 12 21:08:14.677 INFO O| Aug 12 21:08:14.677 INFO STEP 777 (remove_files) COMPLETE
62422024-08-12T21:08:15.258Z[ recovery-image] Aug 12 21:08:14.677 INFO O| Aug 12 21:08:14.677 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-08-12T21:08:15.267Z[ recovery-image] Aug 12 21:08:14.687 INFO O| Aug 12 21:08:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62442024-08-12T21:08:15.270Z[ recovery-image] Aug 12 21:08:14.687 INFO O| Aug 12 21:08:14.687 INFO STEP 778 (remove_files) COMPLETE
62452024-08-12T21:08:15.270Z[ recovery-image] Aug 12 21:08:14.687 INFO O| Aug 12 21:08:14.687 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-08-12T21:08:15.277Z[ recovery-image] Aug 12 21:08:14.696 INFO O| Aug 12 21:08:14.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62472024-08-12T21:08:15.277Z[ recovery-image] Aug 12 21:08:14.697 INFO O| Aug 12 21:08:14.696 INFO STEP 779 (remove_files) COMPLETE
62482024-08-12T21:08:15.280Z[ recovery-image] Aug 12 21:08:14.697 INFO O| Aug 12 21:08:14.697 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-08-12T21:08:15.287Z[ recovery-image] Aug 12 21:08:14.706 INFO O| Aug 12 21:08:14.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62502024-08-12T21:08:15.287Z[ recovery-image] Aug 12 21:08:14.706 INFO O| Aug 12 21:08:14.706 INFO STEP 780 (remove_files) COMPLETE
62512024-08-12T21:08:15.287Z[ recovery-image] Aug 12 21:08:14.706 INFO O| Aug 12 21:08:14.706 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-08-12T21:08:15.296Z[ recovery-image] Aug 12 21:08:14.716 INFO O| Aug 12 21:08:14.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62532024-08-12T21:08:15.296Z[ recovery-image] Aug 12 21:08:14.716 INFO O| Aug 12 21:08:14.716 INFO STEP 781 (remove_files) COMPLETE
62542024-08-12T21:08:15.296Z[ recovery-image] Aug 12 21:08:14.716 INFO O| Aug 12 21:08:14.716 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-08-12T21:08:15.306Z[ recovery-image] Aug 12 21:08:14.725 INFO O| Aug 12 21:08:14.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62562024-08-12T21:08:15.306Z[ recovery-image] Aug 12 21:08:14.725 INFO O| Aug 12 21:08:14.725 INFO STEP 782 (remove_files) COMPLETE
62572024-08-12T21:08:15.306Z[ recovery-image] Aug 12 21:08:14.725 INFO O| Aug 12 21:08:14.725 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-08-12T21:08:15.315Z[ recovery-image] Aug 12 21:08:14.735 INFO O| Aug 12 21:08:14.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62592024-08-12T21:08:15.315Z[ recovery-image] Aug 12 21:08:14.735 INFO O| Aug 12 21:08:14.735 INFO STEP 783 (remove_files) COMPLETE
62602024-08-12T21:08:15.318Z[ recovery-image] Aug 12 21:08:14.735 INFO O| Aug 12 21:08:14.735 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-12T21:08:15.325Z[ recovery-image] Aug 12 21:08:14.744 INFO O| Aug 12 21:08:14.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62622024-08-12T21:08:15.325Z[ recovery-image] Aug 12 21:08:14.744 INFO O| Aug 12 21:08:14.744 INFO STEP 784 (remove_files) COMPLETE
62632024-08-12T21:08:15.325Z[ recovery-image] Aug 12 21:08:14.744 INFO O| Aug 12 21:08:14.744 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-12T21:08:15.334Z[ recovery-image] Aug 12 21:08:14.754 INFO O| Aug 12 21:08:14.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62652024-08-12T21:08:15.334Z[ recovery-image] Aug 12 21:08:14.754 INFO O| Aug 12 21:08:14.754 INFO STEP 785 (remove_files) COMPLETE
62662024-08-12T21:08:15.337Z[ recovery-image] Aug 12 21:08:14.754 INFO O| Aug 12 21:08:14.754 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-08-12T21:08:15.344Z[ recovery-image] Aug 12 21:08:14.763 INFO O| Aug 12 21:08:14.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62682024-08-12T21:08:15.344Z[ recovery-image] Aug 12 21:08:14.764 INFO O| Aug 12 21:08:14.764 INFO STEP 786 (remove_files) COMPLETE
62692024-08-12T21:08:15.347Z[ recovery-image] Aug 12 21:08:14.764 INFO O| Aug 12 21:08:14.764 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-08-12T21:08:15.354Z[ recovery-image] Aug 12 21:08:14.773 INFO O| Aug 12 21:08:14.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62712024-08-12T21:08:15.354Z[ recovery-image] Aug 12 21:08:14.773 INFO O| Aug 12 21:08:14.773 INFO STEP 787 (remove_files) COMPLETE
62722024-08-12T21:08:15.356Z[ recovery-image] Aug 12 21:08:14.773 INFO O| Aug 12 21:08:14.773 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-08-12T21:08:15.363Z[ recovery-image] Aug 12 21:08:14.783 INFO O| Aug 12 21:08:14.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62742024-08-12T21:08:15.363Z[ recovery-image] Aug 12 21:08:14.783 INFO O| Aug 12 21:08:14.783 INFO STEP 788 (remove_files) COMPLETE
62752024-08-12T21:08:15.366Z[ recovery-image] Aug 12 21:08:14.783 INFO O| Aug 12 21:08:14.783 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-08-12T21:08:15.373Z[ recovery-image] Aug 12 21:08:14.792 INFO O| Aug 12 21:08:14.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62772024-08-12T21:08:15.376Z[ recovery-image] Aug 12 21:08:14.793 INFO O| Aug 12 21:08:14.792 INFO STEP 789 (remove_files) COMPLETE
62782024-08-12T21:08:15.376Z[ recovery-image] Aug 12 21:08:14.793 INFO O| Aug 12 21:08:14.793 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-08-12T21:08:15.383Z[ recovery-image] Aug 12 21:08:14.802 INFO O| Aug 12 21:08:14.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62802024-08-12T21:08:15.383Z[ recovery-image] Aug 12 21:08:14.802 INFO O| Aug 12 21:08:14.802 INFO STEP 790 (remove_files) COMPLETE
62812024-08-12T21:08:15.385Z[ recovery-image] Aug 12 21:08:14.802 INFO O| Aug 12 21:08:14.802 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-08-12T21:08:15.392Z[ recovery-image] Aug 12 21:08:14.812 INFO O| Aug 12 21:08:14.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62832024-08-12T21:08:15.392Z[ recovery-image] Aug 12 21:08:14.812 INFO O| Aug 12 21:08:14.812 INFO STEP 791 (remove_files) COMPLETE
62842024-08-12T21:08:15.396Z[ recovery-image] Aug 12 21:08:14.812 INFO O| Aug 12 21:08:14.812 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-08-12T21:08:15.402Z[ recovery-image] Aug 12 21:08:14.821 INFO O| Aug 12 21:08:14.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62862024-08-12T21:08:15.402Z[ recovery-image] Aug 12 21:08:14.821 INFO O| Aug 12 21:08:14.821 INFO STEP 792 (remove_files) COMPLETE
62872024-08-12T21:08:15.402Z[ recovery-image] Aug 12 21:08:14.821 INFO O| Aug 12 21:08:14.821 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-08-12T21:08:15.412Z[ recovery-image] Aug 12 21:08:14.831 INFO O| Aug 12 21:08:14.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62892024-08-12T21:08:15.412Z[ recovery-image] Aug 12 21:08:14.831 INFO O| Aug 12 21:08:14.831 INFO STEP 793 (remove_files) COMPLETE
62902024-08-12T21:08:15.412Z[ recovery-image] Aug 12 21:08:14.831 INFO O| Aug 12 21:08:14.831 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-08-12T21:08:15.422Z[ recovery-image] Aug 12 21:08:14.841 INFO O| Aug 12 21:08:14.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62922024-08-12T21:08:15.422Z[ recovery-image] Aug 12 21:08:14.841 INFO O| Aug 12 21:08:14.841 INFO STEP 794 (remove_files) COMPLETE
62932024-08-12T21:08:15.422Z[ recovery-image] Aug 12 21:08:14.841 INFO O| Aug 12 21:08:14.841 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-08-12T21:08:15.432Z[ recovery-image] Aug 12 21:08:14.851 INFO O| Aug 12 21:08:14.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62952024-08-12T21:08:15.432Z[ recovery-image] Aug 12 21:08:14.851 INFO O| Aug 12 21:08:14.851 INFO STEP 795 (remove_files) COMPLETE
62962024-08-12T21:08:15.432Z[ recovery-image] Aug 12 21:08:14.851 INFO O| Aug 12 21:08:14.851 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-08-12T21:08:15.443Z[ recovery-image] Aug 12 21:08:14.862 INFO O| Aug 12 21:08:14.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62982024-08-12T21:08:15.445Z[ recovery-image] Aug 12 21:08:14.862 INFO O| Aug 12 21:08:14.862 INFO STEP 796 (remove_files) COMPLETE
62992024-08-12T21:08:15.445Z[ recovery-image] Aug 12 21:08:14.862 INFO O| Aug 12 21:08:14.862 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-08-12T21:08:15.454Z[ recovery-image] Aug 12 21:08:14.873 INFO O| Aug 12 21:08:14.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63012024-08-12T21:08:15.456Z[ recovery-image] Aug 12 21:08:14.874 INFO O| Aug 12 21:08:14.874 INFO STEP 797 (remove_files) COMPLETE
63022024-08-12T21:08:15.456Z[ recovery-image] Aug 12 21:08:14.874 INFO O| Aug 12 21:08:14.874 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-08-12T21:08:15.464Z[ recovery-image] Aug 12 21:08:14.884 INFO O| Aug 12 21:08:14.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63042024-08-12T21:08:15.464Z[ recovery-image] Aug 12 21:08:14.884 INFO O| Aug 12 21:08:14.884 INFO STEP 798 (remove_files) COMPLETE
63052024-08-12T21:08:15.464Z[ recovery-image] Aug 12 21:08:14.884 INFO O| Aug 12 21:08:14.884 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-08-12T21:08:15.474Z[ recovery-image] Aug 12 21:08:14.894 INFO O| Aug 12 21:08:14.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63072024-08-12T21:08:15.477Z[ recovery-image] Aug 12 21:08:14.894 INFO O| Aug 12 21:08:14.894 INFO STEP 799 (remove_files) COMPLETE
63082024-08-12T21:08:15.477Z[ recovery-image] Aug 12 21:08:14.894 INFO O| Aug 12 21:08:14.894 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-08-12T21:08:15.486Z[ recovery-image] Aug 12 21:08:14.905 INFO O| Aug 12 21:08:14.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63102024-08-12T21:08:15.486Z[ recovery-image] Aug 12 21:08:14.905 INFO O| Aug 12 21:08:14.905 INFO STEP 800 (remove_files) COMPLETE
63112024-08-12T21:08:15.486Z[ recovery-image] Aug 12 21:08:14.905 INFO O| Aug 12 21:08:14.905 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-08-12T21:08:15.495Z[ recovery-image] Aug 12 21:08:14.914 INFO O| Aug 12 21:08:14.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63132024-08-12T21:08:15.499Z[ recovery-image] Aug 12 21:08:14.915 INFO O| Aug 12 21:08:14.914 INFO STEP 801 (remove_files) COMPLETE
63142024-08-12T21:08:15.499Z[ recovery-image] Aug 12 21:08:14.915 INFO O| Aug 12 21:08:14.915 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-08-12T21:08:15.505Z[ recovery-image] Aug 12 21:08:14.924 INFO O| Aug 12 21:08:14.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63162024-08-12T21:08:15.508Z[ recovery-image] Aug 12 21:08:14.924 INFO O| Aug 12 21:08:14.924 INFO STEP 802 (remove_files) COMPLETE
63172024-08-12T21:08:15.508Z[ recovery-image] Aug 12 21:08:14.924 INFO O| Aug 12 21:08:14.924 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-08-12T21:08:15.515Z[ recovery-image] Aug 12 21:08:14.934 INFO O| Aug 12 21:08:14.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63192024-08-12T21:08:15.515Z[ recovery-image] Aug 12 21:08:14.934 INFO O| Aug 12 21:08:14.934 INFO STEP 803 (remove_files) COMPLETE
63202024-08-12T21:08:15.518Z[ recovery-image] Aug 12 21:08:14.934 INFO O| Aug 12 21:08:14.934 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-08-12T21:08:15.524Z[ recovery-image] Aug 12 21:08:14.944 INFO O| Aug 12 21:08:14.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63222024-08-12T21:08:15.525Z[ recovery-image] Aug 12 21:08:14.944 INFO O| Aug 12 21:08:14.944 INFO STEP 804 (remove_files) COMPLETE
63232024-08-12T21:08:15.525Z[ recovery-image] Aug 12 21:08:14.944 INFO O| Aug 12 21:08:14.944 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-08-12T21:08:15.534Z[ recovery-image] Aug 12 21:08:14.954 INFO O| Aug 12 21:08:14.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63252024-08-12T21:08:15.535Z[ recovery-image] Aug 12 21:08:14.954 INFO O| Aug 12 21:08:14.954 INFO STEP 805 (remove_files) COMPLETE
63262024-08-12T21:08:15.535Z[ recovery-image] Aug 12 21:08:14.954 INFO O| Aug 12 21:08:14.954 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-08-12T21:08:15.544Z[ recovery-image] Aug 12 21:08:14.963 INFO O| Aug 12 21:08:14.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63282024-08-12T21:08:15.544Z[ recovery-image] Aug 12 21:08:14.963 INFO O| Aug 12 21:08:14.963 INFO STEP 806 (remove_files) COMPLETE
63292024-08-12T21:08:15.548Z[ recovery-image] Aug 12 21:08:14.963 INFO O| Aug 12 21:08:14.963 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-08-12T21:08:15.559Z[ recovery-image] Aug 12 21:08:14.973 INFO O| Aug 12 21:08:14.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63312024-08-12T21:08:15.559Z[ recovery-image] Aug 12 21:08:14.973 INFO O| Aug 12 21:08:14.973 INFO STEP 807 (remove_files) COMPLETE
63322024-08-12T21:08:15.563Z[ recovery-image] Aug 12 21:08:14.973 INFO O| Aug 12 21:08:14.973 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-08-12T21:08:15.567Z[ recovery-image] Aug 12 21:08:14.983 INFO O| Aug 12 21:08:14.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63342024-08-12T21:08:15.567Z[ recovery-image] Aug 12 21:08:14.983 INFO O| Aug 12 21:08:14.983 INFO STEP 808 (remove_files) COMPLETE
63352024-08-12T21:08:15.567Z[ recovery-image] Aug 12 21:08:14.983 INFO O| Aug 12 21:08:14.983 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-08-12T21:08:15.573Z[ recovery-image] Aug 12 21:08:14.993 INFO O| Aug 12 21:08:14.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63372024-08-12T21:08:15.577Z[ recovery-image] Aug 12 21:08:14.993 INFO O| Aug 12 21:08:14.993 INFO STEP 809 (remove_files) COMPLETE
63382024-08-12T21:08:15.577Z[ recovery-image] Aug 12 21:08:14.993 INFO O| Aug 12 21:08:14.993 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-08-12T21:08:15.584Z[ recovery-image] Aug 12 21:08:15.004 INFO O| Aug 12 21:08:15.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63402024-08-12T21:08:15.587Z[ recovery-image] Aug 12 21:08:15.004 INFO O| Aug 12 21:08:15.004 INFO STEP 810 (remove_files) COMPLETE
63412024-08-12T21:08:15.587Z[ recovery-image] Aug 12 21:08:15.004 INFO O| Aug 12 21:08:15.004 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-08-12T21:08:15.595Z[ recovery-image] Aug 12 21:08:15.014 INFO O| Aug 12 21:08:15.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63432024-08-12T21:08:15.603Z[ recovery-image] Aug 12 21:08:15.014 INFO O| Aug 12 21:08:15.014 INFO STEP 811 (remove_files) COMPLETE
63442024-08-12T21:08:15.603Z[ recovery-image] Aug 12 21:08:15.014 INFO O| Aug 12 21:08:15.014 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-08-12T21:08:15.606Z[ recovery-image] Aug 12 21:08:15.024 INFO O| Aug 12 21:08:15.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63462024-08-12T21:08:15.606Z[ recovery-image] Aug 12 21:08:15.024 INFO O| Aug 12 21:08:15.024 INFO STEP 812 (remove_files) COMPLETE
63472024-08-12T21:08:15.606Z[ recovery-image] Aug 12 21:08:15.024 INFO O| Aug 12 21:08:15.024 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-08-12T21:08:15.614Z[ recovery-image] Aug 12 21:08:15.033 INFO O| Aug 12 21:08:15.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63492024-08-12T21:08:15.614Z[ recovery-image] Aug 12 21:08:15.033 INFO O| Aug 12 21:08:15.033 INFO STEP 813 (remove_files) COMPLETE
63502024-08-12T21:08:15.617Z[ recovery-image] Aug 12 21:08:15.033 INFO O| Aug 12 21:08:15.033 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-08-12T21:08:15.624Z[ recovery-image] Aug 12 21:08:15.043 INFO O| Aug 12 21:08:15.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63522024-08-12T21:08:15.624Z[ recovery-image] Aug 12 21:08:15.043 INFO O| Aug 12 21:08:15.043 INFO STEP 814 (remove_files) COMPLETE
63532024-08-12T21:08:15.627Z[ recovery-image] Aug 12 21:08:15.043 INFO O| Aug 12 21:08:15.043 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-08-12T21:08:15.633Z[ recovery-image] Aug 12 21:08:15.053 INFO O| Aug 12 21:08:15.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63552024-08-12T21:08:15.633Z[ recovery-image] Aug 12 21:08:15.053 INFO O| Aug 12 21:08:15.053 INFO STEP 815 (remove_files) COMPLETE
63562024-08-12T21:08:15.636Z[ recovery-image] Aug 12 21:08:15.053 INFO O| Aug 12 21:08:15.053 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-08-12T21:08:15.643Z[ recovery-image] Aug 12 21:08:15.062 INFO O| Aug 12 21:08:15.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63582024-08-12T21:08:15.643Z[ recovery-image] Aug 12 21:08:15.063 INFO O| Aug 12 21:08:15.062 INFO STEP 816 (remove_files) COMPLETE
63592024-08-12T21:08:15.646Z[ recovery-image] Aug 12 21:08:15.063 INFO O| Aug 12 21:08:15.063 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-08-12T21:08:15.654Z[ recovery-image] Aug 12 21:08:15.072 INFO O| Aug 12 21:08:15.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63612024-08-12T21:08:15.657Z[ recovery-image] Aug 12 21:08:15.072 INFO O| Aug 12 21:08:15.072 INFO STEP 817 (remove_files) COMPLETE
63622024-08-12T21:08:15.657Z[ recovery-image] Aug 12 21:08:15.072 INFO O| Aug 12 21:08:15.072 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-08-12T21:08:15.662Z[ recovery-image] Aug 12 21:08:15.082 INFO O| Aug 12 21:08:15.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63642024-08-12T21:08:15.669Z[ recovery-image] Aug 12 21:08:15.082 INFO O| Aug 12 21:08:15.082 INFO STEP 818 (remove_files) COMPLETE
63652024-08-12T21:08:15.669Z[ recovery-image] Aug 12 21:08:15.082 INFO O| Aug 12 21:08:15.082 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-08-12T21:08:15.672Z[ recovery-image] Aug 12 21:08:15.091 INFO O| Aug 12 21:08:15.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63672024-08-12T21:08:15.672Z[ recovery-image] Aug 12 21:08:15.092 INFO O| Aug 12 21:08:15.091 INFO STEP 819 (remove_files) COMPLETE
63682024-08-12T21:08:15.675Z[ recovery-image] Aug 12 21:08:15.092 INFO O| Aug 12 21:08:15.092 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-08-12T21:08:15.682Z[ recovery-image] Aug 12 21:08:15.101 INFO O| Aug 12 21:08:15.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63702024-08-12T21:08:15.682Z[ recovery-image] Aug 12 21:08:15.101 INFO O| Aug 12 21:08:15.101 INFO STEP 820 (remove_files) COMPLETE
63712024-08-12T21:08:15.682Z[ recovery-image] Aug 12 21:08:15.101 INFO O| Aug 12 21:08:15.101 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-08-12T21:08:15.691Z[ recovery-image] Aug 12 21:08:15.111 INFO O| Aug 12 21:08:15.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63732024-08-12T21:08:15.691Z[ recovery-image] Aug 12 21:08:15.111 INFO O| Aug 12 21:08:15.111 INFO STEP 821 (remove_files) COMPLETE
63742024-08-12T21:08:15.694Z[ recovery-image] Aug 12 21:08:15.111 INFO O| Aug 12 21:08:15.111 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-08-12T21:08:15.701Z[ recovery-image] Aug 12 21:08:15.121 INFO O| Aug 12 21:08:15.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63762024-08-12T21:08:15.701Z[ recovery-image] Aug 12 21:08:15.121 INFO O| Aug 12 21:08:15.121 INFO STEP 822 (remove_files) COMPLETE
63772024-08-12T21:08:15.701Z[ recovery-image] Aug 12 21:08:15.121 INFO O| Aug 12 21:08:15.121 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-08-12T21:08:15.711Z[ recovery-image] Aug 12 21:08:15.131 INFO O| Aug 12 21:08:15.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63792024-08-12T21:08:15.711Z[ recovery-image] Aug 12 21:08:15.131 INFO O| Aug 12 21:08:15.131 INFO STEP 823 (remove_files) COMPLETE
63802024-08-12T21:08:15.715Z[ recovery-image] Aug 12 21:08:15.131 INFO O| Aug 12 21:08:15.131 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-08-12T21:08:15.721Z[ recovery-image] Aug 12 21:08:15.140 INFO O| Aug 12 21:08:15.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63822024-08-12T21:08:15.721Z[ recovery-image] Aug 12 21:08:15.140 INFO O| Aug 12 21:08:15.140 INFO STEP 824 (remove_files) COMPLETE
63832024-08-12T21:08:15.724Z[ recovery-image] Aug 12 21:08:15.140 INFO O| Aug 12 21:08:15.140 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-08-12T21:08:15.731Z[ recovery-image] Aug 12 21:08:15.150 INFO O| Aug 12 21:08:15.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63852024-08-12T21:08:15.731Z[ recovery-image] Aug 12 21:08:15.150 INFO O| Aug 12 21:08:15.150 INFO STEP 825 (remove_files) COMPLETE
63862024-08-12T21:08:15.734Z[ recovery-image] Aug 12 21:08:15.150 INFO O| Aug 12 21:08:15.150 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-08-12T21:08:15.740Z[ recovery-image] Aug 12 21:08:15.160 INFO O| Aug 12 21:08:15.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63882024-08-12T21:08:15.740Z[ recovery-image] Aug 12 21:08:15.160 INFO O| Aug 12 21:08:15.160 INFO STEP 826 (remove_files) COMPLETE
63892024-08-12T21:08:15.740Z[ recovery-image] Aug 12 21:08:15.160 INFO O| Aug 12 21:08:15.160 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-08-12T21:08:15.750Z[ recovery-image] Aug 12 21:08:15.169 INFO O| Aug 12 21:08:15.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63912024-08-12T21:08:15.750Z[ recovery-image] Aug 12 21:08:15.170 INFO O| Aug 12 21:08:15.169 INFO STEP 827 (remove_files) COMPLETE
63922024-08-12T21:08:15.750Z[ recovery-image] Aug 12 21:08:15.170 INFO O| Aug 12 21:08:15.170 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-08-12T21:08:15.760Z[ recovery-image] Aug 12 21:08:15.179 INFO O| Aug 12 21:08:15.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63942024-08-12T21:08:15.763Z[ recovery-image] Aug 12 21:08:15.179 INFO O| Aug 12 21:08:15.179 INFO STEP 828 (remove_files) COMPLETE
63952024-08-12T21:08:15.763Z[ recovery-image] Aug 12 21:08:15.179 INFO O| Aug 12 21:08:15.179 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-08-12T21:08:15.770Z[ recovery-image] Aug 12 21:08:15.189 INFO O| Aug 12 21:08:15.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63972024-08-12T21:08:15.770Z[ recovery-image] Aug 12 21:08:15.189 INFO O| Aug 12 21:08:15.189 INFO STEP 829 (remove_files) COMPLETE
63982024-08-12T21:08:15.773Z[ recovery-image] Aug 12 21:08:15.189 INFO O| Aug 12 21:08:15.189 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-08-12T21:08:15.780Z[ recovery-image] Aug 12 21:08:15.199 INFO O| Aug 12 21:08:15.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64002024-08-12T21:08:15.781Z[ recovery-image] Aug 12 21:08:15.200 INFO O| Aug 12 21:08:15.200 INFO STEP 830 (remove_files) COMPLETE
64012024-08-12T21:08:15.783Z[ recovery-image] Aug 12 21:08:15.200 INFO O| Aug 12 21:08:15.200 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-08-12T21:08:15.791Z[ recovery-image] Aug 12 21:08:15.210 INFO O| Aug 12 21:08:15.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64032024-08-12T21:08:15.791Z[ recovery-image] Aug 12 21:08:15.210 INFO O| Aug 12 21:08:15.210 INFO STEP 831 (remove_files) COMPLETE
64042024-08-12T21:08:15.791Z[ recovery-image] Aug 12 21:08:15.210 INFO O| Aug 12 21:08:15.210 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-08-12T21:08:15.801Z[ recovery-image] Aug 12 21:08:15.220 INFO O| Aug 12 21:08:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64062024-08-12T21:08:15.801Z[ recovery-image] Aug 12 21:08:15.220 INFO O| Aug 12 21:08:15.220 INFO STEP 832 (remove_files) COMPLETE
64072024-08-12T21:08:15.805Z[ recovery-image] Aug 12 21:08:15.220 INFO O| Aug 12 21:08:15.220 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-08-12T21:08:15.811Z[ recovery-image] Aug 12 21:08:15.230 INFO O| Aug 12 21:08:15.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64092024-08-12T21:08:15.815Z[ recovery-image] Aug 12 21:08:15.230 INFO O| Aug 12 21:08:15.230 INFO STEP 833 (remove_files) COMPLETE
64102024-08-12T21:08:15.815Z[ recovery-image] Aug 12 21:08:15.230 INFO O| Aug 12 21:08:15.230 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-08-12T21:08:15.820Z[ recovery-image] Aug 12 21:08:15.240 INFO O| Aug 12 21:08:15.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64122024-08-12T21:08:15.824Z[ recovery-image] Aug 12 21:08:15.240 INFO O| Aug 12 21:08:15.240 INFO STEP 834 (remove_files) COMPLETE
64132024-08-12T21:08:15.824Z[ recovery-image] Aug 12 21:08:15.240 INFO O| Aug 12 21:08:15.240 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-08-12T21:08:15.833Z[ recovery-image] Aug 12 21:08:15.250 INFO O| Aug 12 21:08:15.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64152024-08-12T21:08:15.836Z[ recovery-image] Aug 12 21:08:15.250 INFO O| Aug 12 21:08:15.250 INFO STEP 835 (remove_files) COMPLETE
64162024-08-12T21:08:15.837Z[ recovery-image] Aug 12 21:08:15.250 INFO O| Aug 12 21:08:15.250 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-08-12T21:08:15.840Z[ recovery-image] Aug 12 21:08:15.259 INFO O| Aug 12 21:08:15.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64182024-08-12T21:08:15.840Z[ recovery-image] Aug 12 21:08:15.260 INFO O| Aug 12 21:08:15.259 INFO STEP 836 (remove_files) COMPLETE
64192024-08-12T21:08:15.843Z[ recovery-image] Aug 12 21:08:15.260 INFO O| Aug 12 21:08:15.260 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-08-12T21:08:15.849Z[ recovery-image] Aug 12 21:08:15.269 INFO O| Aug 12 21:08:15.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64212024-08-12T21:08:15.850Z[ recovery-image] Aug 12 21:08:15.269 INFO O| Aug 12 21:08:15.269 INFO STEP 837 (remove_files) COMPLETE
64222024-08-12T21:08:15.850Z[ recovery-image] Aug 12 21:08:15.269 INFO O| Aug 12 21:08:15.269 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-08-12T21:08:15.860Z[ recovery-image] Aug 12 21:08:15.279 INFO O| Aug 12 21:08:15.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64242024-08-12T21:08:15.862Z[ recovery-image] Aug 12 21:08:15.279 INFO O| Aug 12 21:08:15.279 INFO STEP 838 (remove_files) COMPLETE
64252024-08-12T21:08:15.863Z[ recovery-image] Aug 12 21:08:15.279 INFO O| Aug 12 21:08:15.279 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-08-12T21:08:15.869Z[ recovery-image] Aug 12 21:08:15.289 INFO O| Aug 12 21:08:15.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64272024-08-12T21:08:15.869Z[ recovery-image] Aug 12 21:08:15.289 INFO O| Aug 12 21:08:15.289 INFO STEP 839 (remove_files) COMPLETE
64282024-08-12T21:08:15.869Z[ recovery-image] Aug 12 21:08:15.289 INFO O| Aug 12 21:08:15.289 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-08-12T21:08:15.879Z[ recovery-image] Aug 12 21:08:15.298 INFO O| Aug 12 21:08:15.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64302024-08-12T21:08:15.879Z[ recovery-image] Aug 12 21:08:15.298 INFO O| Aug 12 21:08:15.298 INFO STEP 840 (remove_files) COMPLETE
64312024-08-12T21:08:15.881Z[ recovery-image] Aug 12 21:08:15.298 INFO O| Aug 12 21:08:15.298 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-08-12T21:08:15.888Z[ recovery-image] Aug 12 21:08:15.308 INFO O| Aug 12 21:08:15.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64332024-08-12T21:08:15.888Z[ recovery-image] Aug 12 21:08:15.308 INFO O| Aug 12 21:08:15.308 INFO STEP 841 (remove_files) COMPLETE
64342024-08-12T21:08:15.888Z[ recovery-image] Aug 12 21:08:15.308 INFO O| Aug 12 21:08:15.308 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-08-12T21:08:15.898Z[ recovery-image] Aug 12 21:08:15.318 INFO O| Aug 12 21:08:15.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64362024-08-12T21:08:15.898Z[ recovery-image] Aug 12 21:08:15.318 INFO O| Aug 12 21:08:15.318 INFO STEP 842 (remove_files) COMPLETE
64372024-08-12T21:08:15.901Z[ recovery-image] Aug 12 21:08:15.318 INFO O| Aug 12 21:08:15.318 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-08-12T21:08:15.908Z[ recovery-image] Aug 12 21:08:15.328 INFO O| Aug 12 21:08:15.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64392024-08-12T21:08:15.911Z[ recovery-image] Aug 12 21:08:15.328 INFO O| Aug 12 21:08:15.328 INFO STEP 843 (remove_files) COMPLETE
64402024-08-12T21:08:15.911Z[ recovery-image] Aug 12 21:08:15.328 INFO O| Aug 12 21:08:15.328 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-08-12T21:08:15.918Z[ recovery-image] Aug 12 21:08:15.337 INFO O| Aug 12 21:08:15.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64422024-08-12T21:08:15.920Z[ recovery-image] Aug 12 21:08:15.337 INFO O| Aug 12 21:08:15.337 INFO STEP 844 (remove_files) COMPLETE
64432024-08-12T21:08:15.920Z[ recovery-image] Aug 12 21:08:15.338 INFO O| Aug 12 21:08:15.337 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-08-12T21:08:15.928Z[ recovery-image] Aug 12 21:08:15.347 INFO O| Aug 12 21:08:15.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64452024-08-12T21:08:15.928Z[ recovery-image] Aug 12 21:08:15.347 INFO O| Aug 12 21:08:15.347 INFO STEP 845 (remove_files) COMPLETE
64462024-08-12T21:08:15.928Z[ recovery-image] Aug 12 21:08:15.347 INFO O| Aug 12 21:08:15.347 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-08-12T21:08:15.938Z[ recovery-image] Aug 12 21:08:15.357 INFO O| Aug 12 21:08:15.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64482024-08-12T21:08:15.938Z[ recovery-image] Aug 12 21:08:15.357 INFO O| Aug 12 21:08:15.357 INFO STEP 846 (remove_files) COMPLETE
64492024-08-12T21:08:15.938Z[ recovery-image] Aug 12 21:08:15.357 INFO O| Aug 12 21:08:15.357 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-08-12T21:08:15.948Z[ recovery-image] Aug 12 21:08:15.367 INFO O| Aug 12 21:08:15.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64512024-08-12T21:08:15.948Z[ recovery-image] Aug 12 21:08:15.367 INFO O| Aug 12 21:08:15.367 INFO STEP 847 (remove_files) COMPLETE
64522024-08-12T21:08:15.951Z[ recovery-image] Aug 12 21:08:15.367 INFO O| Aug 12 21:08:15.367 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-08-12T21:08:15.957Z[ recovery-image] Aug 12 21:08:15.376 INFO O| Aug 12 21:08:15.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64542024-08-12T21:08:15.957Z[ recovery-image] Aug 12 21:08:15.377 INFO O| Aug 12 21:08:15.377 INFO STEP 848 (remove_files) COMPLETE
64552024-08-12T21:08:15.960Z[ recovery-image] Aug 12 21:08:15.377 INFO O| Aug 12 21:08:15.377 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-08-12T21:08:15.967Z[ recovery-image] Aug 12 21:08:15.386 INFO O| Aug 12 21:08:15.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64572024-08-12T21:08:15.969Z[ recovery-image] Aug 12 21:08:15.386 INFO O| Aug 12 21:08:15.386 INFO STEP 849 (remove_files) COMPLETE
64582024-08-12T21:08:15.969Z[ recovery-image] Aug 12 21:08:15.386 INFO O| Aug 12 21:08:15.386 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-08-12T21:08:15.977Z[ recovery-image] Aug 12 21:08:15.396 INFO O| Aug 12 21:08:15.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64602024-08-12T21:08:15.977Z[ recovery-image] Aug 12 21:08:15.396 INFO O| Aug 12 21:08:15.396 INFO STEP 850 (remove_files) COMPLETE
64612024-08-12T21:08:15.977Z[ recovery-image] Aug 12 21:08:15.396 INFO O| Aug 12 21:08:15.396 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-08-12T21:08:15.986Z[ recovery-image] Aug 12 21:08:15.406 INFO O| Aug 12 21:08:15.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64632024-08-12T21:08:15.989Z[ recovery-image] Aug 12 21:08:15.406 INFO O| Aug 12 21:08:15.406 INFO STEP 851 (remove_files) COMPLETE
64642024-08-12T21:08:15.989Z[ recovery-image] Aug 12 21:08:15.406 INFO O| Aug 12 21:08:15.406 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-08-12T21:08:15.996Z[ recovery-image] Aug 12 21:08:15.416 INFO O| Aug 12 21:08:15.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64662024-08-12T21:08:15.999Z[ recovery-image] Aug 12 21:08:15.416 INFO O| Aug 12 21:08:15.416 INFO STEP 852 (remove_files) COMPLETE
64672024-08-12T21:08:15.999Z[ recovery-image] Aug 12 21:08:15.416 INFO O| Aug 12 21:08:15.416 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-08-12T21:08:16.006Z[ recovery-image] Aug 12 21:08:15.426 INFO O| Aug 12 21:08:15.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64692024-08-12T21:08:16.009Z[ recovery-image] Aug 12 21:08:15.426 INFO O| Aug 12 21:08:15.426 INFO STEP 853 (remove_files) COMPLETE
64702024-08-12T21:08:16.009Z[ recovery-image] Aug 12 21:08:15.426 INFO O| Aug 12 21:08:15.426 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-08-12T21:08:16.016Z[ recovery-image] Aug 12 21:08:15.435 INFO O| Aug 12 21:08:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64722024-08-12T21:08:16.016Z[ recovery-image] Aug 12 21:08:15.435 INFO O| Aug 12 21:08:15.435 INFO STEP 854 (remove_files) COMPLETE
64732024-08-12T21:08:16.019Z[ recovery-image] Aug 12 21:08:15.436 INFO O| Aug 12 21:08:15.435 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-08-12T21:08:16.026Z[ recovery-image] Aug 12 21:08:15.445 INFO O| Aug 12 21:08:15.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64752024-08-12T21:08:16.026Z[ recovery-image] Aug 12 21:08:15.445 INFO O| Aug 12 21:08:15.445 INFO STEP 855 (remove_files) COMPLETE
64762024-08-12T21:08:16.026Z[ recovery-image] Aug 12 21:08:15.445 INFO O| Aug 12 21:08:15.445 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-08-12T21:08:16.036Z[ recovery-image] Aug 12 21:08:15.455 INFO O| Aug 12 21:08:15.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64782024-08-12T21:08:16.036Z[ recovery-image] Aug 12 21:08:15.455 INFO O| Aug 12 21:08:15.455 INFO STEP 856 (remove_files) COMPLETE
64792024-08-12T21:08:16.036Z[ recovery-image] Aug 12 21:08:15.455 INFO O| Aug 12 21:08:15.455 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-08-12T21:08:16.045Z[ recovery-image] Aug 12 21:08:15.465 INFO O| Aug 12 21:08:15.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64812024-08-12T21:08:16.045Z[ recovery-image] Aug 12 21:08:15.465 INFO O| Aug 12 21:08:15.465 INFO STEP 857 (remove_files) COMPLETE
64822024-08-12T21:08:16.045Z[ recovery-image] Aug 12 21:08:15.465 INFO O| Aug 12 21:08:15.465 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-08-12T21:08:16.055Z[ recovery-image] Aug 12 21:08:15.474 INFO O| Aug 12 21:08:15.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64842024-08-12T21:08:16.059Z[ recovery-image] Aug 12 21:08:15.475 INFO O| Aug 12 21:08:15.475 INFO STEP 858 (remove_files) COMPLETE
64852024-08-12T21:08:16.059Z[ recovery-image] Aug 12 21:08:15.475 INFO O| Aug 12 21:08:15.475 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-08-12T21:08:16.065Z[ recovery-image] Aug 12 21:08:15.484 INFO O| Aug 12 21:08:15.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64872024-08-12T21:08:16.065Z[ recovery-image] Aug 12 21:08:15.484 INFO O| Aug 12 21:08:15.484 INFO STEP 859 (remove_files) COMPLETE
64882024-08-12T21:08:16.065Z[ recovery-image] Aug 12 21:08:15.484 INFO O| Aug 12 21:08:15.484 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-08-12T21:08:16.075Z[ recovery-image] Aug 12 21:08:15.494 INFO O| Aug 12 21:08:15.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64902024-08-12T21:08:16.075Z[ recovery-image] Aug 12 21:08:15.494 INFO O| Aug 12 21:08:15.494 INFO STEP 860 (remove_files) COMPLETE
64912024-08-12T21:08:16.078Z[ recovery-image] Aug 12 21:08:15.494 INFO O| Aug 12 21:08:15.494 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-08-12T21:08:16.084Z[ recovery-image] Aug 12 21:08:15.504 INFO O| Aug 12 21:08:15.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64932024-08-12T21:08:16.084Z[ recovery-image] Aug 12 21:08:15.504 INFO O| Aug 12 21:08:15.504 INFO STEP 861 (remove_files) COMPLETE
64942024-08-12T21:08:16.088Z[ recovery-image] Aug 12 21:08:15.504 INFO O| Aug 12 21:08:15.504 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-08-12T21:08:16.095Z[ recovery-image] Aug 12 21:08:15.513 INFO O| Aug 12 21:08:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64962024-08-12T21:08:16.095Z[ recovery-image] Aug 12 21:08:15.514 INFO O| Aug 12 21:08:15.514 INFO STEP 862 (remove_files) COMPLETE
64972024-08-12T21:08:16.098Z[ recovery-image] Aug 12 21:08:15.514 INFO O| Aug 12 21:08:15.514 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-08-12T21:08:16.105Z[ recovery-image] Aug 12 21:08:15.523 INFO O| Aug 12 21:08:15.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64992024-08-12T21:08:16.110Z[ recovery-image] Aug 12 21:08:15.523 INFO O| Aug 12 21:08:15.523 INFO STEP 863 (remove_files) COMPLETE
65002024-08-12T21:08:16.110Z[ recovery-image] Aug 12 21:08:15.523 INFO O| Aug 12 21:08:15.523 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-08-12T21:08:16.115Z[ recovery-image] Aug 12 21:08:15.534 INFO O| Aug 12 21:08:15.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65022024-08-12T21:08:16.129Z[ recovery-image] Aug 12 21:08:15.534 INFO O| Aug 12 21:08:15.534 INFO STEP 864 (remove_files) COMPLETE
65032024-08-12T21:08:16.130Z[ recovery-image] Aug 12 21:08:15.534 INFO O| Aug 12 21:08:15.534 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-08-12T21:08:16.130Z[ recovery-image] Aug 12 21:08:15.544 INFO O| Aug 12 21:08:15.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65052024-08-12T21:08:16.130Z[ recovery-image] Aug 12 21:08:15.544 INFO O| Aug 12 21:08:15.544 INFO STEP 865 (remove_files) COMPLETE
65062024-08-12T21:08:16.130Z[ recovery-image] Aug 12 21:08:15.544 INFO O| Aug 12 21:08:15.544 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-12T21:08:16.135Z[ recovery-image] Aug 12 21:08:15.554 INFO O| Aug 12 21:08:15.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65082024-08-12T21:08:16.135Z[ recovery-image] Aug 12 21:08:15.554 INFO O| Aug 12 21:08:15.554 INFO STEP 866 (remove_files) COMPLETE
65092024-08-12T21:08:16.139Z[ recovery-image] Aug 12 21:08:15.554 INFO O| Aug 12 21:08:15.554 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-08-12T21:08:16.145Z[ recovery-image] Aug 12 21:08:15.564 INFO O| Aug 12 21:08:15.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65112024-08-12T21:08:16.145Z[ recovery-image] Aug 12 21:08:15.564 INFO O| Aug 12 21:08:15.564 INFO STEP 867 (remove_files) COMPLETE
65122024-08-12T21:08:16.148Z[ recovery-image] Aug 12 21:08:15.564 INFO O| Aug 12 21:08:15.564 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-08-12T21:08:16.155Z[ recovery-image] Aug 12 21:08:15.574 INFO O| Aug 12 21:08:15.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65142024-08-12T21:08:16.155Z[ recovery-image] Aug 12 21:08:15.574 INFO O| Aug 12 21:08:15.574 INFO STEP 868 (remove_files) COMPLETE
65152024-08-12T21:08:16.155Z[ recovery-image] Aug 12 21:08:15.574 INFO O| Aug 12 21:08:15.574 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-08-12T21:08:16.164Z[ recovery-image] Aug 12 21:08:15.584 INFO O| Aug 12 21:08:15.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65172024-08-12T21:08:16.165Z[ recovery-image] Aug 12 21:08:15.584 INFO O| Aug 12 21:08:15.584 INFO STEP 869 (remove_files) COMPLETE
65182024-08-12T21:08:16.167Z[ recovery-image] Aug 12 21:08:15.584 INFO O| Aug 12 21:08:15.584 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-08-12T21:08:16.174Z[ recovery-image] Aug 12 21:08:15.594 INFO O| Aug 12 21:08:15.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65202024-08-12T21:08:16.177Z[ recovery-image] Aug 12 21:08:15.594 INFO O| Aug 12 21:08:15.594 INFO STEP 870 (remove_files) COMPLETE
65212024-08-12T21:08:16.177Z[ recovery-image] Aug 12 21:08:15.594 INFO O| Aug 12 21:08:15.594 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-08-12T21:08:16.184Z[ recovery-image] Aug 12 21:08:15.603 INFO O| Aug 12 21:08:15.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65232024-08-12T21:08:16.184Z[ recovery-image] Aug 12 21:08:15.604 INFO O| Aug 12 21:08:15.604 INFO STEP 871 (remove_files) COMPLETE
65242024-08-12T21:08:16.184Z[ recovery-image] Aug 12 21:08:15.604 INFO O| Aug 12 21:08:15.604 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-08-12T21:08:16.194Z[ recovery-image] Aug 12 21:08:15.613 INFO O| Aug 12 21:08:15.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65262024-08-12T21:08:16.194Z[ recovery-image] Aug 12 21:08:15.613 INFO O| Aug 12 21:08:15.613 INFO STEP 872 (remove_files) COMPLETE
65272024-08-12T21:08:16.194Z[ recovery-image] Aug 12 21:08:15.613 INFO O| Aug 12 21:08:15.613 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-08-12T21:08:16.203Z[ recovery-image] Aug 12 21:08:15.623 INFO O| Aug 12 21:08:15.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65292024-08-12T21:08:16.206Z[ recovery-image] Aug 12 21:08:15.623 INFO O| Aug 12 21:08:15.623 INFO STEP 873 (remove_files) COMPLETE
65302024-08-12T21:08:16.206Z[ recovery-image] Aug 12 21:08:15.623 INFO O| Aug 12 21:08:15.623 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-12T21:08:16.213Z[ recovery-image] Aug 12 21:08:15.633 INFO O| Aug 12 21:08:15.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65322024-08-12T21:08:16.216Z[ recovery-image] Aug 12 21:08:15.633 INFO O| Aug 12 21:08:15.633 INFO STEP 874 (remove_files) COMPLETE
65332024-08-12T21:08:16.216Z[ recovery-image] Aug 12 21:08:15.633 INFO O| Aug 12 21:08:15.633 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-12T21:08:16.223Z[ recovery-image] Aug 12 21:08:15.642 INFO O| Aug 12 21:08:15.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65352024-08-12T21:08:16.226Z[ recovery-image] Aug 12 21:08:15.643 INFO O| Aug 12 21:08:15.643 INFO STEP 875 (remove_files) COMPLETE
65362024-08-12T21:08:16.226Z[ recovery-image] Aug 12 21:08:15.643 INFO O| Aug 12 21:08:15.643 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-08-12T21:08:16.233Z[ recovery-image] Aug 12 21:08:15.652 INFO O| Aug 12 21:08:15.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65382024-08-12T21:08:16.233Z[ recovery-image] Aug 12 21:08:15.652 INFO O| Aug 12 21:08:15.652 INFO STEP 876 (remove_files) COMPLETE
65392024-08-12T21:08:16.233Z[ recovery-image] Aug 12 21:08:15.652 INFO O| Aug 12 21:08:15.652 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-08-12T21:08:16.243Z[ recovery-image] Aug 12 21:08:15.662 INFO O| Aug 12 21:08:15.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65412024-08-12T21:08:16.243Z[ recovery-image] Aug 12 21:08:15.663 INFO O| Aug 12 21:08:15.662 INFO STEP 877 (remove_files) COMPLETE
65422024-08-12T21:08:16.246Z[ recovery-image] Aug 12 21:08:15.663 INFO O| Aug 12 21:08:15.662 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-08-12T21:08:16.253Z[ recovery-image] Aug 12 21:08:15.672 INFO O| Aug 12 21:08:15.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65442024-08-12T21:08:16.253Z[ recovery-image] Aug 12 21:08:15.672 INFO O| Aug 12 21:08:15.672 INFO STEP 878 (remove_files) COMPLETE
65452024-08-12T21:08:16.256Z[ recovery-image] Aug 12 21:08:15.672 INFO O| Aug 12 21:08:15.672 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-12T21:08:16.262Z[ recovery-image] Aug 12 21:08:15.682 INFO O| Aug 12 21:08:15.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65472024-08-12T21:08:16.265Z[ recovery-image] Aug 12 21:08:15.682 INFO O| Aug 12 21:08:15.682 INFO STEP 879 (remove_files) COMPLETE
65482024-08-12T21:08:16.265Z[ recovery-image] Aug 12 21:08:15.682 INFO O| Aug 12 21:08:15.682 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-12T21:08:16.272Z[ recovery-image] Aug 12 21:08:15.692 INFO O| Aug 12 21:08:15.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65502024-08-12T21:08:16.272Z[ recovery-image] Aug 12 21:08:15.692 INFO O| Aug 12 21:08:15.692 INFO STEP 880 (remove_files) COMPLETE
65512024-08-12T21:08:16.272Z[ recovery-image] Aug 12 21:08:15.692 INFO O| Aug 12 21:08:15.692 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-12T21:08:16.283Z[ recovery-image] Aug 12 21:08:15.701 INFO O| Aug 12 21:08:15.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65532024-08-12T21:08:16.289Z[ recovery-image] Aug 12 21:08:15.702 INFO O| Aug 12 21:08:15.702 INFO STEP 881 (remove_files) COMPLETE
65542024-08-12T21:08:16.289Z[ recovery-image] Aug 12 21:08:15.702 INFO O| Aug 12 21:08:15.702 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-08-12T21:08:16.293Z[ recovery-image] Aug 12 21:08:15.711 INFO O| Aug 12 21:08:15.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65562024-08-12T21:08:16.293Z[ recovery-image] Aug 12 21:08:15.711 INFO O| Aug 12 21:08:15.711 INFO STEP 882 (remove_files) COMPLETE
65572024-08-12T21:08:16.293Z[ recovery-image] Aug 12 21:08:15.711 INFO O| Aug 12 21:08:15.711 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-08-12T21:08:16.303Z[ recovery-image] Aug 12 21:08:15.721 INFO O| Aug 12 21:08:15.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65592024-08-12T21:08:16.303Z[ recovery-image] Aug 12 21:08:15.721 INFO O| Aug 12 21:08:15.721 INFO STEP 883 (remove_files) COMPLETE
65602024-08-12T21:08:16.303Z[ recovery-image] Aug 12 21:08:15.721 INFO O| Aug 12 21:08:15.721 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-12T21:08:16.312Z[ recovery-image] Aug 12 21:08:15.731 INFO O| Aug 12 21:08:15.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65622024-08-12T21:08:16.312Z[ recovery-image] Aug 12 21:08:15.731 INFO O| Aug 12 21:08:15.731 INFO STEP 884 (remove_files) COMPLETE
65632024-08-12T21:08:16.312Z[ recovery-image] Aug 12 21:08:15.731 INFO O| Aug 12 21:08:15.731 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-12T21:08:16.327Z[ recovery-image] Aug 12 21:08:15.741 INFO O| Aug 12 21:08:15.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65652024-08-12T21:08:16.327Z[ recovery-image] Aug 12 21:08:15.741 INFO O| Aug 12 21:08:15.741 INFO STEP 885 (remove_files) COMPLETE
65662024-08-12T21:08:16.330Z[ recovery-image] Aug 12 21:08:15.741 INFO O| Aug 12 21:08:15.741 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-12T21:08:16.333Z[ recovery-image] Aug 12 21:08:15.750 INFO O| Aug 12 21:08:15.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65682024-08-12T21:08:16.333Z[ recovery-image] Aug 12 21:08:15.750 INFO O| Aug 12 21:08:15.750 INFO STEP 886 (remove_files) COMPLETE
65692024-08-12T21:08:16.333Z[ recovery-image] Aug 12 21:08:15.750 INFO O| Aug 12 21:08:15.750 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-12T21:08:16.340Z[ recovery-image] Aug 12 21:08:15.760 INFO O| Aug 12 21:08:15.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65712024-08-12T21:08:16.340Z[ recovery-image] Aug 12 21:08:15.760 INFO O| Aug 12 21:08:15.760 INFO STEP 887 (remove_files) COMPLETE
65722024-08-12T21:08:16.341Z[ recovery-image] Aug 12 21:08:15.760 INFO O| Aug 12 21:08:15.760 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-12T21:08:16.352Z[ recovery-image] Aug 12 21:08:15.769 INFO O| Aug 12 21:08:15.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65742024-08-12T21:08:16.355Z[ recovery-image] Aug 12 21:08:15.770 INFO O| Aug 12 21:08:15.770 INFO STEP 888 (remove_files) COMPLETE
65752024-08-12T21:08:16.355Z[ recovery-image] Aug 12 21:08:15.770 INFO O| Aug 12 21:08:15.770 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-12T21:08:16.364Z[ recovery-image] Aug 12 21:08:15.782 INFO O| Aug 12 21:08:15.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65772024-08-12T21:08:16.364Z[ recovery-image] Aug 12 21:08:15.782 INFO O| Aug 12 21:08:15.782 INFO STEP 889 (remove_files) COMPLETE
65782024-08-12T21:08:16.367Z[ recovery-image] Aug 12 21:08:15.782 INFO O| Aug 12 21:08:15.782 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-12T21:08:16.374Z[ recovery-image] Aug 12 21:08:15.794 INFO O| Aug 12 21:08:15.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65802024-08-12T21:08:16.377Z[ recovery-image] Aug 12 21:08:15.794 INFO O| Aug 12 21:08:15.794 INFO STEP 890 (remove_files) COMPLETE
65812024-08-12T21:08:16.377Z[ recovery-image] Aug 12 21:08:15.794 INFO O| Aug 12 21:08:15.794 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-12T21:08:16.386Z[ recovery-image] Aug 12 21:08:15.804 INFO O| Aug 12 21:08:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65832024-08-12T21:08:16.386Z[ recovery-image] Aug 12 21:08:15.804 INFO O| Aug 12 21:08:15.804 INFO STEP 891 (remove_files) COMPLETE
65842024-08-12T21:08:16.386Z[ recovery-image] Aug 12 21:08:15.804 INFO O| Aug 12 21:08:15.804 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-12T21:08:16.396Z[ recovery-image] Aug 12 21:08:15.816 INFO O| Aug 12 21:08:15.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65862024-08-12T21:08:16.396Z[ recovery-image] Aug 12 21:08:15.816 INFO O| Aug 12 21:08:15.816 INFO STEP 892 (remove_files) COMPLETE
65872024-08-12T21:08:16.399Z[ recovery-image] Aug 12 21:08:15.816 INFO O| Aug 12 21:08:15.816 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-12T21:08:16.406Z[ recovery-image] Aug 12 21:08:15.825 INFO O| Aug 12 21:08:15.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65892024-08-12T21:08:16.409Z[ recovery-image] Aug 12 21:08:15.825 INFO O| Aug 12 21:08:15.825 INFO STEP 893 (remove_files) COMPLETE
65902024-08-12T21:08:16.409Z[ recovery-image] Aug 12 21:08:15.825 INFO O| Aug 12 21:08:15.825 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-12T21:08:16.417Z[ recovery-image] Aug 12 21:08:15.836 INFO O| Aug 12 21:08:15.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65922024-08-12T21:08:16.420Z[ recovery-image] Aug 12 21:08:15.836 INFO O| Aug 12 21:08:15.836 INFO STEP 894 (remove_files) COMPLETE
65932024-08-12T21:08:16.420Z[ recovery-image] Aug 12 21:08:15.836 INFO O| Aug 12 21:08:15.836 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-12T21:08:16.427Z[ recovery-image] Aug 12 21:08:15.847 INFO O| Aug 12 21:08:15.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65952024-08-12T21:08:16.430Z[ recovery-image] Aug 12 21:08:15.847 INFO O| Aug 12 21:08:15.847 INFO STEP 895 (remove_files) COMPLETE
65962024-08-12T21:08:16.430Z[ recovery-image] Aug 12 21:08:15.847 INFO O| Aug 12 21:08:15.847 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-12T21:08:16.437Z[ recovery-image] Aug 12 21:08:15.857 INFO O| Aug 12 21:08:15.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65982024-08-12T21:08:16.437Z[ recovery-image] Aug 12 21:08:15.857 INFO O| Aug 12 21:08:15.857 INFO STEP 896 (remove_files) COMPLETE
65992024-08-12T21:08:16.437Z[ recovery-image] Aug 12 21:08:15.857 INFO O| Aug 12 21:08:15.857 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-12T21:08:16.447Z[ recovery-image] Aug 12 21:08:15.867 INFO O| Aug 12 21:08:15.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66012024-08-12T21:08:16.448Z[ recovery-image] Aug 12 21:08:15.867 INFO O| Aug 12 21:08:15.867 INFO STEP 897 (remove_files) COMPLETE
66022024-08-12T21:08:16.450Z[ recovery-image] Aug 12 21:08:15.867 INFO O| Aug 12 21:08:15.867 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-12T21:08:16.457Z[ recovery-image] Aug 12 21:08:15.877 INFO O| Aug 12 21:08:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66042024-08-12T21:08:16.457Z[ recovery-image] Aug 12 21:08:15.877 INFO O| Aug 12 21:08:15.877 INFO STEP 898 (remove_files) COMPLETE
66052024-08-12T21:08:16.460Z[ recovery-image] Aug 12 21:08:15.877 INFO O| Aug 12 21:08:15.877 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-12T21:08:16.467Z[ recovery-image] Aug 12 21:08:15.887 INFO O| Aug 12 21:08:15.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66072024-08-12T21:08:16.467Z[ recovery-image] Aug 12 21:08:15.887 INFO O| Aug 12 21:08:15.887 INFO STEP 899 (remove_files) COMPLETE
66082024-08-12T21:08:16.470Z[ recovery-image] Aug 12 21:08:15.887 INFO O| Aug 12 21:08:15.887 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-12T21:08:16.477Z[ recovery-image] Aug 12 21:08:15.897 INFO O| Aug 12 21:08:15.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66102024-08-12T21:08:16.480Z[ recovery-image] Aug 12 21:08:15.898 INFO O| Aug 12 21:08:15.898 INFO STEP 900 (remove_files) COMPLETE
66112024-08-12T21:08:16.480Z[ recovery-image] Aug 12 21:08:15.898 INFO O| Aug 12 21:08:15.898 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-12T21:08:16.488Z[ recovery-image] Aug 12 21:08:15.908 INFO O| Aug 12 21:08:15.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66132024-08-12T21:08:16.488Z[ recovery-image] Aug 12 21:08:15.908 INFO O| Aug 12 21:08:15.908 INFO STEP 901 (remove_files) COMPLETE
66142024-08-12T21:08:16.491Z[ recovery-image] Aug 12 21:08:15.908 INFO O| Aug 12 21:08:15.908 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-12T21:08:16.499Z[ recovery-image] Aug 12 21:08:15.918 INFO O| Aug 12 21:08:15.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66162024-08-12T21:08:16.499Z[ recovery-image] Aug 12 21:08:15.918 INFO O| Aug 12 21:08:15.918 INFO STEP 902 (remove_files) COMPLETE
66172024-08-12T21:08:16.499Z[ recovery-image] Aug 12 21:08:15.918 INFO O| Aug 12 21:08:15.918 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-12T21:08:16.509Z[ recovery-image] Aug 12 21:08:15.928 INFO O| Aug 12 21:08:15.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66192024-08-12T21:08:16.509Z[ recovery-image] Aug 12 21:08:15.928 INFO O| Aug 12 21:08:15.928 INFO STEP 903 (remove_files) COMPLETE
66202024-08-12T21:08:16.510Z[ recovery-image] Aug 12 21:08:15.928 INFO O| Aug 12 21:08:15.928 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-08-12T21:08:16.520Z[ recovery-image] Aug 12 21:08:15.938 INFO O| Aug 12 21:08:15.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66222024-08-12T21:08:16.520Z[ recovery-image] Aug 12 21:08:15.938 INFO O| Aug 12 21:08:15.938 INFO STEP 904 (remove_files) COMPLETE
66232024-08-12T21:08:16.523Z[ recovery-image] Aug 12 21:08:15.938 INFO O| Aug 12 21:08:15.938 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-08-12T21:08:16.529Z[ recovery-image] Aug 12 21:08:15.948 INFO O| Aug 12 21:08:15.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66252024-08-12T21:08:16.531Z[ recovery-image] Aug 12 21:08:15.948 INFO O| Aug 12 21:08:15.948 INFO STEP 905 (remove_files) COMPLETE
66262024-08-12T21:08:16.531Z[ recovery-image] Aug 12 21:08:15.948 INFO O| Aug 12 21:08:15.948 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-08-12T21:08:16.538Z[ recovery-image] Aug 12 21:08:15.958 INFO O| Aug 12 21:08:15.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66282024-08-12T21:08:16.541Z[ recovery-image] Aug 12 21:08:15.958 INFO O| Aug 12 21:08:15.958 INFO STEP 906 (remove_files) COMPLETE
66292024-08-12T21:08:16.541Z[ recovery-image] Aug 12 21:08:15.958 INFO O| Aug 12 21:08:15.958 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-08-12T21:08:16.548Z[ recovery-image] Aug 12 21:08:15.968 INFO O| Aug 12 21:08:15.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66312024-08-12T21:08:16.551Z[ recovery-image] Aug 12 21:08:15.968 INFO O| Aug 12 21:08:15.968 INFO STEP 907 (remove_files) COMPLETE
66322024-08-12T21:08:16.551Z[ recovery-image] Aug 12 21:08:15.968 INFO O| Aug 12 21:08:15.968 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-08-12T21:08:16.558Z[ recovery-image] Aug 12 21:08:15.978 INFO O| Aug 12 21:08:15.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66342024-08-12T21:08:16.561Z[ recovery-image] Aug 12 21:08:15.978 INFO O| Aug 12 21:08:15.978 INFO STEP 908 (remove_files) COMPLETE
66352024-08-12T21:08:16.561Z[ recovery-image] Aug 12 21:08:15.978 INFO O| Aug 12 21:08:15.978 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-08-12T21:08:16.568Z[ recovery-image] Aug 12 21:08:15.987 INFO O| Aug 12 21:08:15.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66372024-08-12T21:08:16.568Z[ recovery-image] Aug 12 21:08:15.987 INFO O| Aug 12 21:08:15.987 INFO STEP 909 (remove_files) COMPLETE
66382024-08-12T21:08:16.568Z[ recovery-image] Aug 12 21:08:15.987 INFO O| Aug 12 21:08:15.987 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-08-12T21:08:16.578Z[ recovery-image] Aug 12 21:08:15.997 INFO O| Aug 12 21:08:15.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66402024-08-12T21:08:16.578Z[ recovery-image] Aug 12 21:08:15.997 INFO O| Aug 12 21:08:15.997 INFO STEP 910 (remove_files) COMPLETE
66412024-08-12T21:08:16.578Z[ recovery-image] Aug 12 21:08:15.997 INFO O| Aug 12 21:08:15.997 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-12T21:08:16.588Z[ recovery-image] Aug 12 21:08:16.008 INFO O| Aug 12 21:08:16.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66432024-08-12T21:08:16.588Z[ recovery-image] Aug 12 21:08:16.008 INFO O| Aug 12 21:08:16.008 INFO STEP 911 (remove_files) COMPLETE
66442024-08-12T21:08:16.591Z[ recovery-image] Aug 12 21:08:16.008 INFO O| Aug 12 21:08:16.008 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-12T21:08:16.598Z[ recovery-image] Aug 12 21:08:16.017 INFO O| Aug 12 21:08:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66462024-08-12T21:08:16.599Z[ recovery-image] Aug 12 21:08:16.017 INFO O| Aug 12 21:08:16.017 INFO STEP 912 (remove_files) COMPLETE
66472024-08-12T21:08:16.602Z[ recovery-image] Aug 12 21:08:16.017 INFO O| Aug 12 21:08:16.017 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-12T21:08:16.609Z[ recovery-image] Aug 12 21:08:16.027 INFO O| Aug 12 21:08:16.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66492024-08-12T21:08:16.609Z[ recovery-image] Aug 12 21:08:16.027 INFO O| Aug 12 21:08:16.027 INFO STEP 913 (remove_files) COMPLETE
66502024-08-12T21:08:16.612Z[ recovery-image] Aug 12 21:08:16.027 INFO O| Aug 12 21:08:16.027 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-12T21:08:16.617Z[ recovery-image] Aug 12 21:08:16.037 INFO O| Aug 12 21:08:16.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66522024-08-12T21:08:16.617Z[ recovery-image] Aug 12 21:08:16.037 INFO O| Aug 12 21:08:16.037 INFO STEP 914 (remove_files) COMPLETE
66532024-08-12T21:08:16.620Z[ recovery-image] Aug 12 21:08:16.037 INFO O| Aug 12 21:08:16.037 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-12T21:08:16.628Z[ recovery-image] Aug 12 21:08:16.047 INFO O| Aug 12 21:08:16.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66552024-08-12T21:08:16.628Z[ recovery-image] Aug 12 21:08:16.047 INFO O| Aug 12 21:08:16.047 INFO STEP 915 (remove_files) COMPLETE
66562024-08-12T21:08:16.631Z[ recovery-image] Aug 12 21:08:16.047 INFO O| Aug 12 21:08:16.047 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-12T21:08:16.637Z[ recovery-image] Aug 12 21:08:16.057 INFO O| Aug 12 21:08:16.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66582024-08-12T21:08:16.637Z[ recovery-image] Aug 12 21:08:16.057 INFO O| Aug 12 21:08:16.057 INFO STEP 916 (remove_files) COMPLETE
66592024-08-12T21:08:16.640Z[ recovery-image] Aug 12 21:08:16.057 INFO O| Aug 12 21:08:16.057 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-12T21:08:16.647Z[ recovery-image] Aug 12 21:08:16.066 INFO O| Aug 12 21:08:16.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66612024-08-12T21:08:16.650Z[ recovery-image] Aug 12 21:08:16.067 INFO O| Aug 12 21:08:16.066 INFO STEP 917 (remove_files) COMPLETE
66622024-08-12T21:08:16.650Z[ recovery-image] Aug 12 21:08:16.067 INFO O| Aug 12 21:08:16.066 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-12T21:08:16.657Z[ recovery-image] Aug 12 21:08:16.076 INFO O| Aug 12 21:08:16.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66642024-08-12T21:08:16.657Z[ recovery-image] Aug 12 21:08:16.076 INFO O| Aug 12 21:08:16.076 INFO STEP 918 (remove_files) COMPLETE
66652024-08-12T21:08:16.657Z[ recovery-image] Aug 12 21:08:16.076 INFO O| Aug 12 21:08:16.076 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-12T21:08:16.666Z[ recovery-image] Aug 12 21:08:16.086 INFO O| Aug 12 21:08:16.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66672024-08-12T21:08:16.669Z[ recovery-image] Aug 12 21:08:16.086 INFO O| Aug 12 21:08:16.086 INFO STEP 919 (remove_files) COMPLETE
66682024-08-12T21:08:16.669Z[ recovery-image] Aug 12 21:08:16.086 INFO O| Aug 12 21:08:16.086 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-12T21:08:16.676Z[ recovery-image] Aug 12 21:08:16.095 INFO O| Aug 12 21:08:16.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66702024-08-12T21:08:16.676Z[ recovery-image] Aug 12 21:08:16.095 INFO O| Aug 12 21:08:16.095 INFO STEP 920 (remove_files) COMPLETE
66712024-08-12T21:08:16.676Z[ recovery-image] Aug 12 21:08:16.096 INFO O| Aug 12 21:08:16.095 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-12T21:08:16.686Z[ recovery-image] Aug 12 21:08:16.105 INFO O| Aug 12 21:08:16.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66732024-08-12T21:08:16.686Z[ recovery-image] Aug 12 21:08:16.105 INFO O| Aug 12 21:08:16.105 INFO STEP 921 (remove_files) COMPLETE
66742024-08-12T21:08:16.689Z[ recovery-image] Aug 12 21:08:16.105 INFO O| Aug 12 21:08:16.105 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-12T21:08:16.696Z[ recovery-image] Aug 12 21:08:16.115 INFO O| Aug 12 21:08:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66762024-08-12T21:08:16.696Z[ recovery-image] Aug 12 21:08:16.115 INFO O| Aug 12 21:08:16.115 INFO STEP 922 (remove_files) COMPLETE
66772024-08-12T21:08:16.696Z[ recovery-image] Aug 12 21:08:16.115 INFO O| Aug 12 21:08:16.115 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-12T21:08:16.706Z[ recovery-image] Aug 12 21:08:16.124 INFO O| Aug 12 21:08:16.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66792024-08-12T21:08:16.706Z[ recovery-image] Aug 12 21:08:16.125 INFO O| Aug 12 21:08:16.124 INFO STEP 923 (remove_files) COMPLETE
66802024-08-12T21:08:16.706Z[ recovery-image] Aug 12 21:08:16.125 INFO O| Aug 12 21:08:16.125 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-12T21:08:16.715Z[ recovery-image] Aug 12 21:08:16.134 INFO O| Aug 12 21:08:16.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66822024-08-12T21:08:16.715Z[ recovery-image] Aug 12 21:08:16.134 INFO O| Aug 12 21:08:16.134 INFO STEP 924 (remove_files) COMPLETE
66832024-08-12T21:08:16.718Z[ recovery-image] Aug 12 21:08:16.134 INFO O| Aug 12 21:08:16.134 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-12T21:08:16.724Z[ recovery-image] Aug 12 21:08:16.144 INFO O| Aug 12 21:08:16.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66852024-08-12T21:08:16.724Z[ recovery-image] Aug 12 21:08:16.144 INFO O| Aug 12 21:08:16.144 INFO STEP 925 (remove_files) COMPLETE
66862024-08-12T21:08:16.724Z[ recovery-image] Aug 12 21:08:16.144 INFO O| Aug 12 21:08:16.144 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-12T21:08:16.734Z[ recovery-image] Aug 12 21:08:16.154 INFO O| Aug 12 21:08:16.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66882024-08-12T21:08:16.734Z[ recovery-image] Aug 12 21:08:16.154 INFO O| Aug 12 21:08:16.154 INFO STEP 926 (remove_files) COMPLETE
66892024-08-12T21:08:16.734Z[ recovery-image] Aug 12 21:08:16.154 INFO O| Aug 12 21:08:16.154 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-08-12T21:08:16.744Z[ recovery-image] Aug 12 21:08:16.163 INFO O| Aug 12 21:08:16.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66912024-08-12T21:08:16.747Z[ recovery-image] Aug 12 21:08:16.164 INFO O| Aug 12 21:08:16.163 INFO STEP 927 (remove_files) COMPLETE
66922024-08-12T21:08:16.747Z[ recovery-image] Aug 12 21:08:16.164 INFO O| Aug 12 21:08:16.163 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-08-12T21:08:16.754Z[ recovery-image] Aug 12 21:08:16.173 INFO O| Aug 12 21:08:16.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66942024-08-12T21:08:16.754Z[ recovery-image] Aug 12 21:08:16.173 INFO O| Aug 12 21:08:16.173 INFO STEP 928 (remove_files) COMPLETE
66952024-08-12T21:08:16.756Z[ recovery-image] Aug 12 21:08:16.173 INFO O| Aug 12 21:08:16.173 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-08-12T21:08:16.763Z[ recovery-image] Aug 12 21:08:16.183 INFO O| Aug 12 21:08:16.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66972024-08-12T21:08:16.763Z[ recovery-image] Aug 12 21:08:16.183 INFO O| Aug 12 21:08:16.183 INFO STEP 929 (remove_files) COMPLETE
66982024-08-12T21:08:16.766Z[ recovery-image] Aug 12 21:08:16.183 INFO O| Aug 12 21:08:16.183 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-08-12T21:08:16.773Z[ recovery-image] Aug 12 21:08:16.193 INFO O| Aug 12 21:08:16.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67002024-08-12T21:08:16.776Z[ recovery-image] Aug 12 21:08:16.193 INFO O| Aug 12 21:08:16.193 INFO STEP 930 (remove_files) COMPLETE
67012024-08-12T21:08:16.776Z[ recovery-image] Aug 12 21:08:16.193 INFO O| Aug 12 21:08:16.193 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-08-12T21:08:16.783Z[ recovery-image] Aug 12 21:08:16.202 INFO O| Aug 12 21:08:16.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67032024-08-12T21:08:16.784Z[ recovery-image] Aug 12 21:08:16.202 INFO O| Aug 12 21:08:16.202 INFO STEP 931 (remove_files) COMPLETE
67042024-08-12T21:08:16.784Z[ recovery-image] Aug 12 21:08:16.203 INFO O| Aug 12 21:08:16.202 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-08-12T21:08:16.793Z[ recovery-image] Aug 12 21:08:16.212 INFO O| Aug 12 21:08:16.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67062024-08-12T21:08:16.793Z[ recovery-image] Aug 12 21:08:16.212 INFO O| Aug 12 21:08:16.212 INFO STEP 932 (remove_files) COMPLETE
67072024-08-12T21:08:16.798Z[ recovery-image] Aug 12 21:08:16.212 INFO O| Aug 12 21:08:16.212 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-08-12T21:08:16.803Z[ recovery-image] Aug 12 21:08:16.222 INFO O| Aug 12 21:08:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67092024-08-12T21:08:16.803Z[ recovery-image] Aug 12 21:08:16.222 INFO O| Aug 12 21:08:16.222 INFO STEP 933 (remove_files) COMPLETE
67102024-08-12T21:08:16.803Z[ recovery-image] Aug 12 21:08:16.222 INFO O| Aug 12 21:08:16.222 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-08-12T21:08:16.813Z[ recovery-image] Aug 12 21:08:16.232 INFO O| Aug 12 21:08:16.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67122024-08-12T21:08:16.813Z[ recovery-image] Aug 12 21:08:16.232 INFO O| Aug 12 21:08:16.232 INFO STEP 934 (remove_files) COMPLETE
67132024-08-12T21:08:16.816Z[ recovery-image] Aug 12 21:08:16.232 INFO O| Aug 12 21:08:16.232 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-08-12T21:08:16.823Z[ recovery-image] Aug 12 21:08:16.243 INFO O| Aug 12 21:08:16.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67152024-08-12T21:08:16.823Z[ recovery-image] Aug 12 21:08:16.243 INFO O| Aug 12 21:08:16.243 INFO STEP 935 (remove_files) COMPLETE
67162024-08-12T21:08:16.823Z[ recovery-image] Aug 12 21:08:16.243 INFO O| Aug 12 21:08:16.243 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-08-12T21:08:16.835Z[ recovery-image] Aug 12 21:08:16.253 INFO O| Aug 12 21:08:16.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67182024-08-12T21:08:16.835Z[ recovery-image] Aug 12 21:08:16.253 INFO O| Aug 12 21:08:16.253 INFO STEP 936 (remove_files) COMPLETE
67192024-08-12T21:08:16.835Z[ recovery-image] Aug 12 21:08:16.253 INFO O| Aug 12 21:08:16.253 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-08-12T21:08:16.843Z[ recovery-image] Aug 12 21:08:16.263 INFO O| Aug 12 21:08:16.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67212024-08-12T21:08:16.843Z[ recovery-image] Aug 12 21:08:16.263 INFO O| Aug 12 21:08:16.263 INFO STEP 937 (remove_files) COMPLETE
67222024-08-12T21:08:16.846Z[ recovery-image] Aug 12 21:08:16.263 INFO O| Aug 12 21:08:16.263 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-08-12T21:08:16.853Z[ recovery-image] Aug 12 21:08:16.273 INFO O| Aug 12 21:08:16.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67242024-08-12T21:08:16.856Z[ recovery-image] Aug 12 21:08:16.273 INFO O| Aug 12 21:08:16.273 INFO STEP 938 (remove_files) COMPLETE
67252024-08-12T21:08:16.856Z[ recovery-image] Aug 12 21:08:16.273 INFO O| Aug 12 21:08:16.273 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-08-12T21:08:16.863Z[ recovery-image] Aug 12 21:08:16.283 INFO O| Aug 12 21:08:16.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67272024-08-12T21:08:16.863Z[ recovery-image] Aug 12 21:08:16.283 INFO O| Aug 12 21:08:16.283 INFO STEP 939 (remove_files) COMPLETE
67282024-08-12T21:08:16.863Z[ recovery-image] Aug 12 21:08:16.283 INFO O| Aug 12 21:08:16.283 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-08-12T21:08:16.873Z[ recovery-image] Aug 12 21:08:16.293 INFO O| Aug 12 21:08:16.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67302024-08-12T21:08:16.873Z[ recovery-image] Aug 12 21:08:16.293 INFO O| Aug 12 21:08:16.293 INFO STEP 940 (remove_files) COMPLETE
67312024-08-12T21:08:16.876Z[ recovery-image] Aug 12 21:08:16.293 INFO O| Aug 12 21:08:16.293 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-08-12T21:08:16.885Z[ recovery-image] Aug 12 21:08:16.303 INFO O| Aug 12 21:08:16.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67332024-08-12T21:08:16.885Z[ recovery-image] Aug 12 21:08:16.303 INFO O| Aug 12 21:08:16.303 INFO STEP 941 (remove_files) COMPLETE
67342024-08-12T21:08:16.889Z[ recovery-image] Aug 12 21:08:16.303 INFO O| Aug 12 21:08:16.303 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-08-12T21:08:16.893Z[ recovery-image] Aug 12 21:08:16.313 INFO O| Aug 12 21:08:16.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67362024-08-12T21:08:16.896Z[ recovery-image] Aug 12 21:08:16.313 INFO O| Aug 12 21:08:16.313 INFO STEP 942 (remove_files) COMPLETE
67372024-08-12T21:08:16.896Z[ recovery-image] Aug 12 21:08:16.313 INFO O| Aug 12 21:08:16.313 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-08-12T21:08:16.903Z[ recovery-image] Aug 12 21:08:16.322 INFO O| Aug 12 21:08:16.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67392024-08-12T21:08:16.903Z[ recovery-image] Aug 12 21:08:16.322 INFO O| Aug 12 21:08:16.322 INFO STEP 943 (remove_files) COMPLETE
67402024-08-12T21:08:16.907Z[ recovery-image] Aug 12 21:08:16.322 INFO O| Aug 12 21:08:16.322 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-08-12T21:08:16.913Z[ recovery-image] Aug 12 21:08:16.332 INFO O| Aug 12 21:08:16.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67422024-08-12T21:08:16.913Z[ recovery-image] Aug 12 21:08:16.332 INFO O| Aug 12 21:08:16.332 INFO STEP 944 (remove_files) COMPLETE
67432024-08-12T21:08:16.913Z[ recovery-image] Aug 12 21:08:16.332 INFO O| Aug 12 21:08:16.332 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-08-12T21:08:16.923Z[ recovery-image] Aug 12 21:08:16.342 INFO O| Aug 12 21:08:16.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67452024-08-12T21:08:16.923Z[ recovery-image] Aug 12 21:08:16.342 INFO O| Aug 12 21:08:16.342 INFO STEP 945 (remove_files) COMPLETE
67462024-08-12T21:08:16.923Z[ recovery-image] Aug 12 21:08:16.342 INFO O| Aug 12 21:08:16.342 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-08-12T21:08:16.932Z[ recovery-image] Aug 12 21:08:16.351 INFO O| Aug 12 21:08:16.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67482024-08-12T21:08:16.933Z[ recovery-image] Aug 12 21:08:16.351 INFO O| Aug 12 21:08:16.351 INFO STEP 946 (remove_files) COMPLETE
67492024-08-12T21:08:16.933Z[ recovery-image] Aug 12 21:08:16.352 INFO O| Aug 12 21:08:16.351 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-08-12T21:08:16.943Z[ recovery-image] Aug 12 21:08:16.362 INFO O| Aug 12 21:08:16.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67512024-08-12T21:08:16.943Z[ recovery-image] Aug 12 21:08:16.362 INFO O| Aug 12 21:08:16.362 INFO STEP 947 (remove_files) COMPLETE
67522024-08-12T21:08:16.943Z[ recovery-image] Aug 12 21:08:16.362 INFO O| Aug 12 21:08:16.362 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-08-12T21:08:16.953Z[ recovery-image] Aug 12 21:08:16.372 INFO O| Aug 12 21:08:16.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67542024-08-12T21:08:16.955Z[ recovery-image] Aug 12 21:08:16.372 INFO O| Aug 12 21:08:16.372 INFO STEP 948 (remove_files) COMPLETE
67552024-08-12T21:08:16.955Z[ recovery-image] Aug 12 21:08:16.372 INFO O| Aug 12 21:08:16.372 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-08-12T21:08:16.964Z[ recovery-image] Aug 12 21:08:16.384 INFO O| Aug 12 21:08:16.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67572024-08-12T21:08:16.964Z[ recovery-image] Aug 12 21:08:16.384 INFO O| Aug 12 21:08:16.384 INFO STEP 949 (remove_files) COMPLETE
67582024-08-12T21:08:16.964Z[ recovery-image] Aug 12 21:08:16.384 INFO O| Aug 12 21:08:16.384 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-08-12T21:08:16.974Z[ recovery-image] Aug 12 21:08:16.394 INFO O| Aug 12 21:08:16.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67602024-08-12T21:08:16.974Z[ recovery-image] Aug 12 21:08:16.394 INFO O| Aug 12 21:08:16.394 INFO STEP 950 (remove_files) COMPLETE
67612024-08-12T21:08:16.977Z[ recovery-image] Aug 12 21:08:16.394 INFO O| Aug 12 21:08:16.394 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-08-12T21:08:16.984Z[ recovery-image] Aug 12 21:08:16.404 INFO O| Aug 12 21:08:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67632024-08-12T21:08:16.988Z[ recovery-image] Aug 12 21:08:16.404 INFO O| Aug 12 21:08:16.404 INFO STEP 951 (remove_files) COMPLETE
67642024-08-12T21:08:16.988Z[ recovery-image] Aug 12 21:08:16.404 INFO O| Aug 12 21:08:16.404 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-08-12T21:08:16.994Z[ recovery-image] Aug 12 21:08:16.414 INFO O| Aug 12 21:08:16.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67662024-08-12T21:08:16.994Z[ recovery-image] Aug 12 21:08:16.414 INFO O| Aug 12 21:08:16.414 INFO STEP 952 (remove_files) COMPLETE
67672024-08-12T21:08:16.997Z[ recovery-image] Aug 12 21:08:16.414 INFO O| Aug 12 21:08:16.414 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-08-12T21:08:17.006Z[ recovery-image] Aug 12 21:08:16.425 INFO O| Aug 12 21:08:16.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67692024-08-12T21:08:17.006Z[ recovery-image] Aug 12 21:08:16.425 INFO O| Aug 12 21:08:16.425 INFO STEP 953 (remove_files) COMPLETE
67702024-08-12T21:08:17.008Z[ recovery-image] Aug 12 21:08:16.425 INFO O| Aug 12 21:08:16.425 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-08-12T21:08:17.016Z[ recovery-image] Aug 12 21:08:16.435 INFO O| Aug 12 21:08:16.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67722024-08-12T21:08:17.021Z[ recovery-image] Aug 12 21:08:16.436 INFO O| Aug 12 21:08:16.436 INFO STEP 954 (remove_files) COMPLETE
67732024-08-12T21:08:17.021Z[ recovery-image] Aug 12 21:08:16.436 INFO O| Aug 12 21:08:16.436 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-08-12T21:08:17.026Z[ recovery-image] Aug 12 21:08:16.445 INFO O| Aug 12 21:08:16.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67752024-08-12T21:08:17.029Z[ recovery-image] Aug 12 21:08:16.445 INFO O| Aug 12 21:08:16.445 INFO STEP 955 (remove_files) COMPLETE
67762024-08-12T21:08:17.029Z[ recovery-image] Aug 12 21:08:16.445 INFO O| Aug 12 21:08:16.445 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-08-12T21:08:17.035Z[ recovery-image] Aug 12 21:08:16.455 INFO O| Aug 12 21:08:16.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67782024-08-12T21:08:17.038Z[ recovery-image] Aug 12 21:08:16.455 INFO O| Aug 12 21:08:16.455 INFO STEP 956 (remove_files) COMPLETE
67792024-08-12T21:08:17.038Z[ recovery-image] Aug 12 21:08:16.455 INFO O| Aug 12 21:08:16.455 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-08-12T21:08:17.045Z[ recovery-image] Aug 12 21:08:16.465 INFO O| Aug 12 21:08:16.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67812024-08-12T21:08:17.045Z[ recovery-image] Aug 12 21:08:16.465 INFO O| Aug 12 21:08:16.465 INFO STEP 957 (remove_files) COMPLETE
67822024-08-12T21:08:17.048Z[ recovery-image] Aug 12 21:08:16.465 INFO O| Aug 12 21:08:16.465 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-08-12T21:08:17.056Z[ recovery-image] Aug 12 21:08:16.475 INFO O| Aug 12 21:08:16.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67842024-08-12T21:08:17.056Z[ recovery-image] Aug 12 21:08:16.475 INFO O| Aug 12 21:08:16.475 INFO STEP 958 (remove_files) COMPLETE
67852024-08-12T21:08:17.058Z[ recovery-image] Aug 12 21:08:16.475 INFO O| Aug 12 21:08:16.475 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-08-12T21:08:17.067Z[ recovery-image] Aug 12 21:08:16.486 INFO O| Aug 12 21:08:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67872024-08-12T21:08:17.067Z[ recovery-image] Aug 12 21:08:16.487 INFO O| Aug 12 21:08:16.487 INFO STEP 959 (remove_files) COMPLETE
67882024-08-12T21:08:17.071Z[ recovery-image] Aug 12 21:08:16.487 INFO O| Aug 12 21:08:16.487 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-08-12T21:08:17.080Z[ recovery-image] Aug 12 21:08:16.499 INFO O| Aug 12 21:08:16.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67902024-08-12T21:08:17.080Z[ recovery-image] Aug 12 21:08:16.499 INFO O| Aug 12 21:08:16.499 INFO STEP 960 (remove_files) COMPLETE
67912024-08-12T21:08:17.083Z[ recovery-image] Aug 12 21:08:16.499 INFO O| Aug 12 21:08:16.499 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-08-12T21:08:17.090Z[ recovery-image] Aug 12 21:08:16.510 INFO O| Aug 12 21:08:16.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67932024-08-12T21:08:17.090Z[ recovery-image] Aug 12 21:08:16.510 INFO O| Aug 12 21:08:16.510 INFO STEP 961 (remove_files) COMPLETE
67942024-08-12T21:08:17.090Z[ recovery-image] Aug 12 21:08:16.510 INFO O| Aug 12 21:08:16.510 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-08-12T21:08:17.100Z[ recovery-image] Aug 12 21:08:16.519 INFO O| Aug 12 21:08:16.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67962024-08-12T21:08:17.100Z[ recovery-image] Aug 12 21:08:16.519 INFO O| Aug 12 21:08:16.519 INFO STEP 962 (remove_files) COMPLETE
67972024-08-12T21:08:17.103Z[ recovery-image] Aug 12 21:08:16.519 INFO O| Aug 12 21:08:16.519 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-08-12T21:08:17.110Z[ recovery-image] Aug 12 21:08:16.529 INFO O| Aug 12 21:08:16.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67992024-08-12T21:08:17.110Z[ recovery-image] Aug 12 21:08:16.529 INFO O| Aug 12 21:08:16.529 INFO STEP 963 (remove_files) COMPLETE
68002024-08-12T21:08:17.110Z[ recovery-image] Aug 12 21:08:16.529 INFO O| Aug 12 21:08:16.529 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-08-12T21:08:17.119Z[ recovery-image] Aug 12 21:08:16.539 INFO O| Aug 12 21:08:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68022024-08-12T21:08:17.119Z[ recovery-image] Aug 12 21:08:16.539 INFO O| Aug 12 21:08:16.539 INFO STEP 964 (remove_files) COMPLETE
68032024-08-12T21:08:17.122Z[ recovery-image] Aug 12 21:08:16.539 INFO O| Aug 12 21:08:16.539 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-08-12T21:08:17.129Z[ recovery-image] Aug 12 21:08:16.548 INFO O| Aug 12 21:08:16.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68052024-08-12T21:08:17.129Z[ recovery-image] Aug 12 21:08:16.548 INFO O| Aug 12 21:08:16.548 INFO STEP 965 (remove_files) COMPLETE
68062024-08-12T21:08:17.129Z[ recovery-image] Aug 12 21:08:16.548 INFO O| Aug 12 21:08:16.548 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-08-12T21:08:17.139Z[ recovery-image] Aug 12 21:08:16.558 INFO O| Aug 12 21:08:16.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68082024-08-12T21:08:17.141Z[ recovery-image] Aug 12 21:08:16.558 INFO O| Aug 12 21:08:16.558 INFO STEP 966 (remove_files) COMPLETE
68092024-08-12T21:08:17.141Z[ recovery-image] Aug 12 21:08:16.558 INFO O| Aug 12 21:08:16.558 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-08-12T21:08:17.148Z[ recovery-image] Aug 12 21:08:16.568 INFO O| Aug 12 21:08:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68112024-08-12T21:08:17.151Z[ recovery-image] Aug 12 21:08:16.568 INFO O| Aug 12 21:08:16.568 INFO STEP 967 (remove_files) COMPLETE
68122024-08-12T21:08:17.151Z[ recovery-image] Aug 12 21:08:16.568 INFO O| Aug 12 21:08:16.568 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-08-12T21:08:17.158Z[ recovery-image] Aug 12 21:08:16.577 INFO O| Aug 12 21:08:16.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68142024-08-12T21:08:17.158Z[ recovery-image] Aug 12 21:08:16.577 INFO O| Aug 12 21:08:16.577 INFO STEP 968 (remove_files) COMPLETE
68152024-08-12T21:08:17.158Z[ recovery-image] Aug 12 21:08:16.578 INFO O| Aug 12 21:08:16.577 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-08-12T21:08:17.168Z[ recovery-image] Aug 12 21:08:16.588 INFO O| Aug 12 21:08:16.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68172024-08-12T21:08:17.168Z[ recovery-image] Aug 12 21:08:16.588 INFO O| Aug 12 21:08:16.588 INFO STEP 969 (remove_files) COMPLETE
68182024-08-12T21:08:17.168Z[ recovery-image] Aug 12 21:08:16.588 INFO O| Aug 12 21:08:16.588 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-08-12T21:08:17.179Z[ recovery-image] Aug 12 21:08:16.598 INFO O| Aug 12 21:08:16.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68202024-08-12T21:08:17.179Z[ recovery-image] Aug 12 21:08:16.598 INFO O| Aug 12 21:08:16.598 INFO STEP 970 (remove_files) COMPLETE
68212024-08-12T21:08:17.179Z[ recovery-image] Aug 12 21:08:16.598 INFO O| Aug 12 21:08:16.598 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-08-12T21:08:17.189Z[ recovery-image] Aug 12 21:08:16.608 INFO O| Aug 12 21:08:16.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68232024-08-12T21:08:17.189Z[ recovery-image] Aug 12 21:08:16.608 INFO O| Aug 12 21:08:16.608 INFO STEP 971 (remove_files) COMPLETE
68242024-08-12T21:08:17.192Z[ recovery-image] Aug 12 21:08:16.608 INFO O| Aug 12 21:08:16.608 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-08-12T21:08:17.199Z[ recovery-image] Aug 12 21:08:16.618 INFO O| Aug 12 21:08:16.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68262024-08-12T21:08:17.199Z[ recovery-image] Aug 12 21:08:16.618 INFO O| Aug 12 21:08:16.618 INFO STEP 972 (remove_files) COMPLETE
68272024-08-12T21:08:17.201Z[ recovery-image] Aug 12 21:08:16.618 INFO O| Aug 12 21:08:16.618 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-08-12T21:08:17.209Z[ recovery-image] Aug 12 21:08:16.628 INFO O| Aug 12 21:08:16.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68292024-08-12T21:08:17.211Z[ recovery-image] Aug 12 21:08:16.628 INFO O| Aug 12 21:08:16.628 INFO STEP 973 (remove_files) COMPLETE
68302024-08-12T21:08:17.211Z[ recovery-image] Aug 12 21:08:16.628 INFO O| Aug 12 21:08:16.628 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-08-12T21:08:17.218Z[ recovery-image] Aug 12 21:08:16.638 INFO O| Aug 12 21:08:16.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68322024-08-12T21:08:17.222Z[ recovery-image] Aug 12 21:08:16.638 INFO O| Aug 12 21:08:16.638 INFO STEP 974 (remove_files) COMPLETE
68332024-08-12T21:08:17.222Z[ recovery-image] Aug 12 21:08:16.638 INFO O| Aug 12 21:08:16.638 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-08-12T21:08:17.229Z[ recovery-image] Aug 12 21:08:16.648 INFO O| Aug 12 21:08:16.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68352024-08-12T21:08:17.232Z[ recovery-image] Aug 12 21:08:16.648 INFO O| Aug 12 21:08:16.648 INFO STEP 975 (remove_files) COMPLETE
68362024-08-12T21:08:17.232Z[ recovery-image] Aug 12 21:08:16.649 INFO O| Aug 12 21:08:16.648 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-08-12T21:08:17.240Z[ recovery-image] Aug 12 21:08:16.660 INFO O| Aug 12 21:08:16.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68382024-08-12T21:08:17.243Z[ recovery-image] Aug 12 21:08:16.660 INFO O| Aug 12 21:08:16.660 INFO STEP 976 (remove_files) COMPLETE
68392024-08-12T21:08:17.243Z[ recovery-image] Aug 12 21:08:16.660 INFO O| Aug 12 21:08:16.660 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-08-12T21:08:17.251Z[ recovery-image] Aug 12 21:08:16.671 INFO O| Aug 12 21:08:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68412024-08-12T21:08:17.251Z[ recovery-image] Aug 12 21:08:16.671 INFO O| Aug 12 21:08:16.671 INFO STEP 977 (remove_files) COMPLETE
68422024-08-12T21:08:17.254Z[ recovery-image] Aug 12 21:08:16.671 INFO O| Aug 12 21:08:16.671 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-08-12T21:08:17.263Z[ recovery-image] Aug 12 21:08:16.682 INFO O| Aug 12 21:08:16.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68442024-08-12T21:08:17.265Z[ recovery-image] Aug 12 21:08:16.682 INFO O| Aug 12 21:08:16.682 INFO STEP 978 (remove_files) COMPLETE
68452024-08-12T21:08:17.266Z[ recovery-image] Aug 12 21:08:16.682 INFO O| Aug 12 21:08:16.682 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-08-12T21:08:17.273Z[ recovery-image] Aug 12 21:08:16.693 INFO O| Aug 12 21:08:16.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68472024-08-12T21:08:17.276Z[ recovery-image] Aug 12 21:08:16.693 INFO O| Aug 12 21:08:16.693 INFO STEP 979 (remove_files) COMPLETE
68482024-08-12T21:08:17.276Z[ recovery-image] Aug 12 21:08:16.693 INFO O| Aug 12 21:08:16.693 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-08-12T21:08:17.284Z[ recovery-image] Aug 12 21:08:16.703 INFO O| Aug 12 21:08:16.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68502024-08-12T21:08:17.286Z[ recovery-image] Aug 12 21:08:16.703 INFO O| Aug 12 21:08:16.703 INFO STEP 980 (remove_files) COMPLETE
68512024-08-12T21:08:17.286Z[ recovery-image] Aug 12 21:08:16.703 INFO O| Aug 12 21:08:16.703 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-08-12T21:08:17.294Z[ recovery-image] Aug 12 21:08:16.713 INFO O| Aug 12 21:08:16.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68532024-08-12T21:08:17.294Z[ recovery-image] Aug 12 21:08:16.714 INFO O| Aug 12 21:08:16.714 INFO STEP 981 (remove_files) COMPLETE
68542024-08-12T21:08:17.294Z[ recovery-image] Aug 12 21:08:16.714 INFO O| Aug 12 21:08:16.714 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-08-12T21:08:17.304Z[ recovery-image] Aug 12 21:08:16.723 INFO O| Aug 12 21:08:16.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68562024-08-12T21:08:17.307Z[ recovery-image] Aug 12 21:08:16.723 INFO O| Aug 12 21:08:16.723 INFO STEP 982 (remove_files) COMPLETE
68572024-08-12T21:08:17.307Z[ recovery-image] Aug 12 21:08:16.723 INFO O| Aug 12 21:08:16.723 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-08-12T21:08:17.314Z[ recovery-image] Aug 12 21:08:16.733 INFO O| Aug 12 21:08:16.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68592024-08-12T21:08:17.314Z[ recovery-image] Aug 12 21:08:16.733 INFO O| Aug 12 21:08:16.733 INFO STEP 983 (remove_files) COMPLETE
68602024-08-12T21:08:17.314Z[ recovery-image] Aug 12 21:08:16.733 INFO O| Aug 12 21:08:16.733 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-08-12T21:08:17.324Z[ recovery-image] Aug 12 21:08:16.743 INFO O| Aug 12 21:08:16.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68622024-08-12T21:08:17.324Z[ recovery-image] Aug 12 21:08:16.743 INFO O| Aug 12 21:08:16.743 INFO STEP 984 (remove_files) COMPLETE
68632024-08-12T21:08:17.324Z[ recovery-image] Aug 12 21:08:16.743 INFO O| Aug 12 21:08:16.743 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-08-12T21:08:17.334Z[ recovery-image] Aug 12 21:08:16.753 INFO O| Aug 12 21:08:16.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68652024-08-12T21:08:17.334Z[ recovery-image] Aug 12 21:08:16.753 INFO O| Aug 12 21:08:16.753 INFO STEP 985 (remove_files) COMPLETE
68662024-08-12T21:08:17.336Z[ recovery-image] Aug 12 21:08:16.753 INFO O| Aug 12 21:08:16.753 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-08-12T21:08:17.343Z[ recovery-image] Aug 12 21:08:16.763 INFO O| Aug 12 21:08:16.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68682024-08-12T21:08:17.343Z[ recovery-image] Aug 12 21:08:16.763 INFO O| Aug 12 21:08:16.763 INFO STEP 986 (remove_files) COMPLETE
68692024-08-12T21:08:17.346Z[ recovery-image] Aug 12 21:08:16.763 INFO O| Aug 12 21:08:16.763 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-08-12T21:08:17.353Z[ recovery-image] Aug 12 21:08:16.772 INFO O| Aug 12 21:08:16.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68712024-08-12T21:08:17.355Z[ recovery-image] Aug 12 21:08:16.772 INFO O| Aug 12 21:08:16.772 INFO STEP 987 (remove_files) COMPLETE
68722024-08-12T21:08:17.356Z[ recovery-image] Aug 12 21:08:16.772 INFO O| Aug 12 21:08:16.772 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-08-12T21:08:17.366Z[ recovery-image] Aug 12 21:08:16.782 INFO O| Aug 12 21:08:16.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68742024-08-12T21:08:17.366Z[ recovery-image] Aug 12 21:08:16.782 INFO O| Aug 12 21:08:16.782 INFO STEP 988 (remove_files) COMPLETE
68752024-08-12T21:08:17.366Z[ recovery-image] Aug 12 21:08:16.782 INFO O| Aug 12 21:08:16.782 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-08-12T21:08:17.373Z[ recovery-image] Aug 12 21:08:16.792 INFO O| Aug 12 21:08:16.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68772024-08-12T21:08:17.376Z[ recovery-image] Aug 12 21:08:16.792 INFO O| Aug 12 21:08:16.792 INFO STEP 989 (remove_files) COMPLETE
68782024-08-12T21:08:17.376Z[ recovery-image] Aug 12 21:08:16.792 INFO O| Aug 12 21:08:16.792 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-08-12T21:08:17.382Z[ recovery-image] Aug 12 21:08:16.801 INFO O| Aug 12 21:08:16.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68802024-08-12T21:08:17.382Z[ recovery-image] Aug 12 21:08:16.802 INFO O| Aug 12 21:08:16.802 INFO STEP 990 (remove_files) COMPLETE
68812024-08-12T21:08:17.382Z[ recovery-image] Aug 12 21:08:16.802 INFO O| Aug 12 21:08:16.802 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-08-12T21:08:17.392Z[ recovery-image] Aug 12 21:08:16.811 INFO O| Aug 12 21:08:16.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68832024-08-12T21:08:17.392Z[ recovery-image] Aug 12 21:08:16.811 INFO O| Aug 12 21:08:16.811 INFO STEP 991 (remove_files) COMPLETE
68842024-08-12T21:08:17.396Z[ recovery-image] Aug 12 21:08:16.811 INFO O| Aug 12 21:08:16.811 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-08-12T21:08:17.402Z[ recovery-image] Aug 12 21:08:16.821 INFO O| Aug 12 21:08:16.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68862024-08-12T21:08:17.402Z[ recovery-image] Aug 12 21:08:16.821 INFO O| Aug 12 21:08:16.821 INFO STEP 992 (remove_files) COMPLETE
68872024-08-12T21:08:17.405Z[ recovery-image] Aug 12 21:08:16.821 INFO O| Aug 12 21:08:16.821 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-08-12T21:08:17.412Z[ recovery-image] Aug 12 21:08:16.831 INFO O| Aug 12 21:08:16.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68892024-08-12T21:08:17.412Z[ recovery-image] Aug 12 21:08:16.831 INFO O| Aug 12 21:08:16.831 INFO STEP 993 (remove_files) COMPLETE
68902024-08-12T21:08:17.412Z[ recovery-image] Aug 12 21:08:16.831 INFO O| Aug 12 21:08:16.831 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-08-12T21:08:17.423Z[ recovery-image] Aug 12 21:08:16.840 INFO O| Aug 12 21:08:16.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68922024-08-12T21:08:17.427Z[ recovery-image] Aug 12 21:08:16.840 INFO O| Aug 12 21:08:16.840 INFO STEP 994 (remove_files) COMPLETE
68932024-08-12T21:08:17.428Z[ recovery-image] Aug 12 21:08:16.840 INFO O| Aug 12 21:08:16.840 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-08-12T21:08:17.432Z[ recovery-image] Aug 12 21:08:16.850 INFO O| Aug 12 21:08:16.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68952024-08-12T21:08:17.432Z[ recovery-image] Aug 12 21:08:16.850 INFO O| Aug 12 21:08:16.850 INFO STEP 995 (remove_files) COMPLETE
68962024-08-12T21:08:17.432Z[ recovery-image] Aug 12 21:08:16.850 INFO O| Aug 12 21:08:16.850 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-08-12T21:08:17.441Z[ recovery-image] Aug 12 21:08:16.860 INFO O| Aug 12 21:08:16.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68982024-08-12T21:08:17.441Z[ recovery-image] Aug 12 21:08:16.860 INFO O| Aug 12 21:08:16.860 INFO STEP 996 (remove_files) COMPLETE
68992024-08-12T21:08:17.441Z[ recovery-image] Aug 12 21:08:16.860 INFO O| Aug 12 21:08:16.860 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-08-12T21:08:17.452Z[ recovery-image] Aug 12 21:08:16.870 INFO O| Aug 12 21:08:16.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69012024-08-12T21:08:17.452Z[ recovery-image] Aug 12 21:08:16.870 INFO O| Aug 12 21:08:16.870 INFO STEP 997 (remove_files) COMPLETE
69022024-08-12T21:08:17.455Z[ recovery-image] Aug 12 21:08:16.870 INFO O| Aug 12 21:08:16.870 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-08-12T21:08:17.460Z[ recovery-image] Aug 12 21:08:16.880 INFO O| Aug 12 21:08:16.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69042024-08-12T21:08:17.460Z[ recovery-image] Aug 12 21:08:16.880 INFO O| Aug 12 21:08:16.880 INFO STEP 998 (remove_files) COMPLETE
69052024-08-12T21:08:17.461Z[ recovery-image] Aug 12 21:08:16.880 INFO O| Aug 12 21:08:16.880 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-08-12T21:08:17.470Z[ recovery-image] Aug 12 21:08:16.889 INFO O| Aug 12 21:08:16.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69072024-08-12T21:08:17.470Z[ recovery-image] Aug 12 21:08:16.889 INFO O| Aug 12 21:08:16.889 INFO STEP 999 (remove_files) COMPLETE
69082024-08-12T21:08:17.479Z[ recovery-image] Aug 12 21:08:16.889 INFO O| Aug 12 21:08:16.889 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-08-12T21:08:18.492Z[ recovery-image] Aug 12 21:08:16.899 INFO O| Aug 12 21:08:16.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69102024-08-12T21:08:18.492Z[ recovery-image] Aug 12 21:08:16.899 INFO O| Aug 12 21:08:16.899 INFO STEP 1000 (remove_files) COMPLETE
69112024-08-12T21:08:18.492Z[ recovery-image] Aug 12 21:08:16.899 INFO O| Aug 12 21:08:16.899 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-08-12T21:08:18.492Z[ recovery-image] Aug 12 21:08:16.909 INFO O| Aug 12 21:08:16.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69132024-08-12T21:08:18.492Z[ recovery-image] Aug 12 21:08:16.909 INFO O| Aug 12 21:08:16.909 INFO STEP 1001 (remove_files) COMPLETE
69142024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.909 INFO O| Aug 12 21:08:16.909 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.918 INFO O| Aug 12 21:08:16.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69162024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.919 INFO O| Aug 12 21:08:16.919 INFO STEP 1002 (remove_files) COMPLETE
69172024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.919 INFO O| Aug 12 21:08:16.919 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.929 INFO O| Aug 12 21:08:16.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69192024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.929 INFO O| Aug 12 21:08:16.929 INFO STEP 1003 (remove_files) COMPLETE
69202024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.929 INFO O| Aug 12 21:08:16.929 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.939 INFO O| Aug 12 21:08:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69222024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.939 INFO O| Aug 12 21:08:16.939 INFO STEP 1004 (remove_files) COMPLETE
69232024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.939 INFO O| Aug 12 21:08:16.939 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.949 INFO O| Aug 12 21:08:16.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69252024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.949 INFO O| Aug 12 21:08:16.949 INFO STEP 1005 (remove_files) COMPLETE
69262024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.949 INFO O| Aug 12 21:08:16.949 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.960 INFO O| Aug 12 21:08:16.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69282024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.960 INFO O| Aug 12 21:08:16.960 INFO STEP 1006 (remove_files) COMPLETE
69292024-08-12T21:08:18.498Z[ recovery-image] Aug 12 21:08:16.960 INFO O| Aug 12 21:08:16.960 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.970 INFO O| Aug 12 21:08:16.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69312024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.970 INFO O| Aug 12 21:08:16.970 INFO STEP 1007 (remove_files) COMPLETE
69322024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.970 INFO O| Aug 12 21:08:16.970 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.980 INFO O| Aug 12 21:08:16.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69342024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.980 INFO O| Aug 12 21:08:16.980 INFO STEP 1008 (remove_files) COMPLETE
69352024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.980 INFO O| Aug 12 21:08:16.980 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.990 INFO O| Aug 12 21:08:16.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69372024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.990 INFO O| Aug 12 21:08:16.990 INFO STEP 1009 (remove_files) COMPLETE
69382024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.990 INFO O| Aug 12 21:08:16.990 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:16.999 INFO O| Aug 12 21:08:16.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69402024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:17.000 INFO O| Aug 12 21:08:16.999 INFO STEP 1010 (remove_files) COMPLETE
69412024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:17.000 INFO O| Aug 12 21:08:16.999 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:17.010 INFO O| Aug 12 21:08:17.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69432024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:17.010 INFO O| Aug 12 21:08:17.010 INFO STEP 1011 (remove_files) COMPLETE
69442024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:17.010 INFO O| Aug 12 21:08:17.010 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:17.020 INFO O| Aug 12 21:08:17.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69462024-08-12T21:08:18.499Z[ recovery-image] Aug 12 21:08:17.020 INFO O| Aug 12 21:08:17.020 INFO STEP 1012 (remove_files) COMPLETE
69472024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.020 INFO O| Aug 12 21:08:17.020 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.029 INFO O| Aug 12 21:08:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69492024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.030 INFO O| Aug 12 21:08:17.029 INFO STEP 1013 (remove_files) COMPLETE
69502024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.030 INFO O| Aug 12 21:08:17.029 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.039 INFO O| Aug 12 21:08:17.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69522024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.039 INFO O| Aug 12 21:08:17.039 INFO STEP 1014 (remove_files) COMPLETE
69532024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.039 INFO O| Aug 12 21:08:17.039 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.049 INFO O| Aug 12 21:08:17.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69552024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.049 INFO O| Aug 12 21:08:17.049 INFO STEP 1015 (remove_files) COMPLETE
69562024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.049 INFO O| Aug 12 21:08:17.049 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.058 INFO O| Aug 12 21:08:17.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69582024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.058 INFO O| Aug 12 21:08:17.058 INFO STEP 1016 (remove_files) COMPLETE
69592024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.058 INFO O| Aug 12 21:08:17.058 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.068 INFO O| Aug 12 21:08:17.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69612024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.068 INFO O| Aug 12 21:08:17.068 INFO STEP 1017 (remove_files) COMPLETE
69622024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.068 INFO O| Aug 12 21:08:17.068 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-08-12T21:08:18.500Z[ recovery-image] Aug 12 21:08:17.078 INFO O| Aug 12 21:08:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69642024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.078 INFO O| Aug 12 21:08:17.078 INFO STEP 1018 (remove_files) COMPLETE
69652024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.078 INFO O| Aug 12 21:08:17.078 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.087 INFO O| Aug 12 21:08:17.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69672024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.087 INFO O| Aug 12 21:08:17.087 INFO STEP 1019 (remove_files) COMPLETE
69682024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.088 INFO O| Aug 12 21:08:17.087 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.097 INFO O| Aug 12 21:08:17.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69702024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.097 INFO O| Aug 12 21:08:17.097 INFO STEP 1020 (remove_files) COMPLETE
69712024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.097 INFO O| Aug 12 21:08:17.097 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.107 INFO O| Aug 12 21:08:17.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69732024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.107 INFO O| Aug 12 21:08:17.107 INFO STEP 1021 (remove_files) COMPLETE
69742024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.107 INFO O| Aug 12 21:08:17.107 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.117 INFO O| Aug 12 21:08:17.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69762024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.117 INFO O| Aug 12 21:08:17.117 INFO STEP 1022 (remove_files) COMPLETE
69772024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.117 INFO O| Aug 12 21:08:17.117 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.126 INFO O| Aug 12 21:08:17.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69792024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.126 INFO O| Aug 12 21:08:17.126 INFO STEP 1023 (remove_files) COMPLETE
69802024-08-12T21:08:18.501Z[ recovery-image] Aug 12 21:08:17.126 INFO O| Aug 12 21:08:17.126 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.136 INFO O| Aug 12 21:08:17.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69822024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.136 INFO O| Aug 12 21:08:17.136 INFO STEP 1024 (remove_files) COMPLETE
69832024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.136 INFO O| Aug 12 21:08:17.136 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.146 INFO O| Aug 12 21:08:17.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69852024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.146 INFO O| Aug 12 21:08:17.146 INFO STEP 1025 (remove_files) COMPLETE
69862024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.146 INFO O| Aug 12 21:08:17.146 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.155 INFO O| Aug 12 21:08:17.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69882024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.155 INFO O| Aug 12 21:08:17.155 INFO STEP 1026 (remove_files) COMPLETE
69892024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.155 INFO O| Aug 12 21:08:17.155 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.165 INFO O| Aug 12 21:08:17.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69912024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.165 INFO O| Aug 12 21:08:17.165 INFO STEP 1027 (remove_files) COMPLETE
69922024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.165 INFO O| Aug 12 21:08:17.165 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.175 INFO O| Aug 12 21:08:17.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69942024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.175 INFO O| Aug 12 21:08:17.175 INFO STEP 1028 (remove_files) COMPLETE
69952024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.175 INFO O| Aug 12 21:08:17.175 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-08-12T21:08:18.502Z[ recovery-image] Aug 12 21:08:17.184 INFO O| Aug 12 21:08:17.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69972024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.184 INFO O| Aug 12 21:08:17.184 INFO STEP 1029 (remove_files) COMPLETE
69982024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.185 INFO O| Aug 12 21:08:17.184 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.194 INFO O| Aug 12 21:08:17.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70002024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.194 INFO O| Aug 12 21:08:17.194 INFO STEP 1030 (remove_files) COMPLETE
70012024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.194 INFO O| Aug 12 21:08:17.194 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.204 INFO O| Aug 12 21:08:17.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70032024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.204 INFO O| Aug 12 21:08:17.204 INFO STEP 1031 (remove_files) COMPLETE
70042024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.204 INFO O| Aug 12 21:08:17.204 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.214 INFO O| Aug 12 21:08:17.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70062024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.214 INFO O| Aug 12 21:08:17.214 INFO STEP 1032 (remove_files) COMPLETE
70072024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.214 INFO O| Aug 12 21:08:17.214 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.223 INFO O| Aug 12 21:08:17.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70092024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.223 INFO O| Aug 12 21:08:17.223 INFO STEP 1033 (remove_files) COMPLETE
70102024-08-12T21:08:18.503Z[ recovery-image] Aug 12 21:08:17.223 INFO O| Aug 12 21:08:17.223 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-08-12T21:08:18.504Z[ recovery-image] Aug 12 21:08:17.233 INFO O| Aug 12 21:08:17.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70122024-08-12T21:08:18.504Z[ recovery-image] Aug 12 21:08:17.233 INFO O| Aug 12 21:08:17.233 INFO STEP 1034 (remove_files) COMPLETE
70132024-08-12T21:08:18.504Z[ recovery-image] Aug 12 21:08:17.233 INFO O| Aug 12 21:08:17.233 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.243 INFO O| Aug 12 21:08:17.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70152024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.243 INFO O| Aug 12 21:08:17.243 INFO STEP 1035 (remove_files) COMPLETE
70162024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.243 INFO O| Aug 12 21:08:17.243 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.252 INFO O| Aug 12 21:08:17.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70182024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.252 INFO O| Aug 12 21:08:17.252 INFO STEP 1036 (remove_files) COMPLETE
70192024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.252 INFO O| Aug 12 21:08:17.252 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.262 INFO O| Aug 12 21:08:17.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70212024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.262 INFO O| Aug 12 21:08:17.262 INFO STEP 1037 (remove_files) COMPLETE
70222024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.262 INFO O| Aug 12 21:08:17.262 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.272 INFO O| Aug 12 21:08:17.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70242024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.272 INFO O| Aug 12 21:08:17.272 INFO STEP 1038 (remove_files) COMPLETE
70252024-08-12T21:08:18.510Z[ recovery-image] Aug 12 21:08:17.272 INFO O| Aug 12 21:08:17.272 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.282 INFO O| Aug 12 21:08:17.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70272024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.282 INFO O| Aug 12 21:08:17.282 INFO STEP 1039 (remove_files) COMPLETE
70282024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.282 INFO O| Aug 12 21:08:17.282 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.292 INFO O| Aug 12 21:08:17.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70302024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.292 INFO O| Aug 12 21:08:17.292 INFO STEP 1040 (remove_files) COMPLETE
70312024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.292 INFO O| Aug 12 21:08:17.292 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.302 INFO O| Aug 12 21:08:17.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70332024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.302 INFO O| Aug 12 21:08:17.302 INFO STEP 1041 (remove_files) COMPLETE
70342024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.302 INFO O| Aug 12 21:08:17.302 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.312 INFO O| Aug 12 21:08:17.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70362024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.312 INFO O| Aug 12 21:08:17.312 INFO STEP 1042 (remove_files) COMPLETE
70372024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.312 INFO O| Aug 12 21:08:17.312 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.322 INFO O| Aug 12 21:08:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70392024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.322 INFO O| Aug 12 21:08:17.322 INFO STEP 1043 (remove_files) COMPLETE
70402024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.322 INFO O| Aug 12 21:08:17.322 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.332 INFO O| Aug 12 21:08:17.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70422024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.332 INFO O| Aug 12 21:08:17.332 INFO STEP 1044 (remove_files) COMPLETE
70432024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.332 INFO O| Aug 12 21:08:17.332 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.343 INFO O| Aug 12 21:08:17.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70452024-08-12T21:08:18.511Z[ recovery-image] Aug 12 21:08:17.343 INFO O| Aug 12 21:08:17.343 INFO STEP 1045 (remove_files) COMPLETE
70462024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.343 INFO O| Aug 12 21:08:17.343 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.353 INFO O| Aug 12 21:08:17.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70482024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.353 INFO O| Aug 12 21:08:17.353 INFO STEP 1046 (remove_files) COMPLETE
70492024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.353 INFO O| Aug 12 21:08:17.353 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.363 INFO O| Aug 12 21:08:17.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70512024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.363 INFO O| Aug 12 21:08:17.363 INFO STEP 1047 (remove_files) COMPLETE
70522024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.363 INFO O| Aug 12 21:08:17.363 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.372 INFO O| Aug 12 21:08:17.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70542024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.372 INFO O| Aug 12 21:08:17.372 INFO STEP 1048 (remove_files) COMPLETE
70552024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.372 INFO O| Aug 12 21:08:17.372 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.382 INFO O| Aug 12 21:08:17.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70572024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.382 INFO O| Aug 12 21:08:17.382 INFO STEP 1049 (remove_files) COMPLETE
70582024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.382 INFO O| Aug 12 21:08:17.382 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.391 INFO O| Aug 12 21:08:17.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70602024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.392 INFO O| Aug 12 21:08:17.392 INFO STEP 1050 (remove_files) COMPLETE
70612024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.392 INFO O| Aug 12 21:08:17.392 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.401 INFO O| Aug 12 21:08:17.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70632024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.401 INFO O| Aug 12 21:08:17.401 INFO STEP 1051 (remove_files) COMPLETE
70642024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.401 INFO O| Aug 12 21:08:17.401 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.411 INFO O| Aug 12 21:08:17.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70662024-08-12T21:08:18.512Z[ recovery-image] Aug 12 21:08:17.411 INFO O| Aug 12 21:08:17.411 INFO STEP 1052 (remove_files) COMPLETE
70672024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.411 INFO O| Aug 12 21:08:17.411 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.420 INFO O| Aug 12 21:08:17.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70692024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.421 INFO O| Aug 12 21:08:17.421 INFO STEP 1053 (remove_files) COMPLETE
70702024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.421 INFO O| Aug 12 21:08:17.421 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.430 INFO O| Aug 12 21:08:17.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70722024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.430 INFO O| Aug 12 21:08:17.430 INFO STEP 1054 (remove_files) COMPLETE
70732024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.430 INFO O| Aug 12 21:08:17.430 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.440 INFO O| Aug 12 21:08:17.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70752024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.440 INFO O| Aug 12 21:08:17.440 INFO STEP 1055 (remove_files) COMPLETE
70762024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.440 INFO O| Aug 12 21:08:17.440 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.450 INFO O| Aug 12 21:08:17.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70782024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.450 INFO O| Aug 12 21:08:17.450 INFO STEP 1056 (remove_files) COMPLETE
70792024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.450 INFO O| Aug 12 21:08:17.450 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.460 INFO O| Aug 12 21:08:17.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70812024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.460 INFO O| Aug 12 21:08:17.460 INFO STEP 1057 (remove_files) COMPLETE
70822024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.460 INFO O| Aug 12 21:08:17.460 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.469 INFO O| Aug 12 21:08:17.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70842024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.469 INFO O| Aug 12 21:08:17.469 INFO STEP 1058 (remove_files) COMPLETE
70852024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.469 INFO O| Aug 12 21:08:17.469 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.479 INFO O| Aug 12 21:08:17.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70872024-08-12T21:08:18.513Z[ recovery-image] Aug 12 21:08:17.479 INFO O| Aug 12 21:08:17.479 INFO STEP 1059 (remove_files) COMPLETE
70882024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.479 INFO O| Aug 12 21:08:17.479 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.489 INFO O| Aug 12 21:08:17.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70902024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.489 INFO O| Aug 12 21:08:17.489 INFO STEP 1060 (remove_files) COMPLETE
70912024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.489 INFO O| Aug 12 21:08:17.489 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.498 INFO O| Aug 12 21:08:17.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70932024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.498 INFO O| Aug 12 21:08:17.498 INFO STEP 1061 (remove_files) COMPLETE
70942024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.498 INFO O| Aug 12 21:08:17.498 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.508 INFO O| Aug 12 21:08:17.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70962024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.508 INFO O| Aug 12 21:08:17.508 INFO STEP 1062 (remove_files) COMPLETE
70972024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.508 INFO O| Aug 12 21:08:17.508 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.518 INFO O| Aug 12 21:08:17.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70992024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.518 INFO O| Aug 12 21:08:17.518 INFO STEP 1063 (remove_files) COMPLETE
71002024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.518 INFO O| Aug 12 21:08:17.518 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.528 INFO O| Aug 12 21:08:17.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71022024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.528 INFO O| Aug 12 21:08:17.528 INFO STEP 1064 (remove_files) COMPLETE
71032024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.528 INFO O| Aug 12 21:08:17.528 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.537 INFO O| Aug 12 21:08:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71052024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.537 INFO O| Aug 12 21:08:17.537 INFO STEP 1065 (remove_files) COMPLETE
71062024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.537 INFO O| Aug 12 21:08:17.537 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-08-12T21:08:18.514Z[ recovery-image] Aug 12 21:08:17.547 INFO O| Aug 12 21:08:17.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71082024-08-12T21:08:18.515Z[ recovery-image] Aug 12 21:08:17.547 INFO O| Aug 12 21:08:17.547 INFO STEP 1066 (remove_files) COMPLETE
71092024-08-12T21:08:18.515Z[ recovery-image] Aug 12 21:08:17.547 INFO O| Aug 12 21:08:17.547 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-08-12T21:08:18.515Z[ recovery-image] Aug 12 21:08:17.557 INFO O| Aug 12 21:08:17.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71112024-08-12T21:08:18.515Z[ recovery-image] Aug 12 21:08:17.557 INFO O| Aug 12 21:08:17.557 INFO STEP 1067 (remove_files) COMPLETE
71122024-08-12T21:08:18.515Z[ recovery-image] Aug 12 21:08:17.557 INFO O| Aug 12 21:08:17.557 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-08-12T21:08:18.515Z[ recovery-image] Aug 12 21:08:17.567 INFO O| Aug 12 21:08:17.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71142024-08-12T21:08:18.519Z[ recovery-image] Aug 12 21:08:17.567 INFO O| Aug 12 21:08:17.567 INFO STEP 1068 (remove_files) COMPLETE
71152024-08-12T21:08:18.519Z[ recovery-image] Aug 12 21:08:17.567 INFO O| Aug 12 21:08:17.567 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-08-12T21:08:18.519Z[ recovery-image] Aug 12 21:08:17.577 INFO O| Aug 12 21:08:17.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71172024-08-12T21:08:18.519Z[ recovery-image] Aug 12 21:08:17.577 INFO O| Aug 12 21:08:17.577 INFO STEP 1069 (remove_files) COMPLETE
71182024-08-12T21:08:18.519Z[ recovery-image] Aug 12 21:08:17.577 INFO O| Aug 12 21:08:17.577 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.587 INFO O| Aug 12 21:08:17.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71202024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.587 INFO O| Aug 12 21:08:17.587 INFO STEP 1070 (remove_files) COMPLETE
71212024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.587 INFO O| Aug 12 21:08:17.587 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.597 INFO O| Aug 12 21:08:17.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71232024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.597 INFO O| Aug 12 21:08:17.597 INFO STEP 1071 (remove_files) COMPLETE
71242024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.597 INFO O| Aug 12 21:08:17.597 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.606 INFO O| Aug 12 21:08:17.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71262024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.606 INFO O| Aug 12 21:08:17.606 INFO STEP 1072 (remove_files) COMPLETE
71272024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.606 INFO O| Aug 12 21:08:17.606 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.616 INFO O| Aug 12 21:08:17.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71292024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.616 INFO O| Aug 12 21:08:17.616 INFO STEP 1073 (remove_files) COMPLETE
71302024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.616 INFO O| Aug 12 21:08:17.616 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.626 INFO O| Aug 12 21:08:17.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71322024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.626 INFO O| Aug 12 21:08:17.626 INFO STEP 1074 (remove_files) COMPLETE
71332024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.627 INFO O| Aug 12 21:08:17.626 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.637 INFO O| Aug 12 21:08:17.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71352024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.637 INFO O| Aug 12 21:08:17.637 INFO STEP 1075 (remove_files) COMPLETE
71362024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.637 INFO O| Aug 12 21:08:17.637 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.647 INFO O| Aug 12 21:08:17.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71382024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.647 INFO O| Aug 12 21:08:17.647 INFO STEP 1076 (remove_files) COMPLETE
71392024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.647 INFO O| Aug 12 21:08:17.647 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.657 INFO O| Aug 12 21:08:17.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71412024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.657 INFO O| Aug 12 21:08:17.657 INFO STEP 1077 (remove_files) COMPLETE
71422024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.657 INFO O| Aug 12 21:08:17.657 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.667 INFO O| Aug 12 21:08:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71442024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.667 INFO O| Aug 12 21:08:17.667 INFO STEP 1078 (remove_files) COMPLETE
71452024-08-12T21:08:18.520Z[ recovery-image] Aug 12 21:08:17.667 INFO O| Aug 12 21:08:17.667 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.677 INFO O| Aug 12 21:08:17.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71472024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.677 INFO O| Aug 12 21:08:17.677 INFO STEP 1079 (remove_files) COMPLETE
71482024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.677 INFO O| Aug 12 21:08:17.677 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.687 INFO O| Aug 12 21:08:17.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71502024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.687 INFO O| Aug 12 21:08:17.687 INFO STEP 1080 (remove_files) COMPLETE
71512024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.687 INFO O| Aug 12 21:08:17.687 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.697 INFO O| Aug 12 21:08:17.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71532024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.697 INFO O| Aug 12 21:08:17.697 INFO STEP 1081 (remove_files) COMPLETE
71542024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.697 INFO O| Aug 12 21:08:17.697 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.707 INFO O| Aug 12 21:08:17.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71562024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.707 INFO O| Aug 12 21:08:17.707 INFO STEP 1082 (remove_files) COMPLETE
71572024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.707 INFO O| Aug 12 21:08:17.707 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.716 INFO O| Aug 12 21:08:17.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71592024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.716 INFO O| Aug 12 21:08:17.716 INFO STEP 1083 (remove_files) COMPLETE
71602024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.716 INFO O| Aug 12 21:08:17.716 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.726 INFO O| Aug 12 21:08:17.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71622024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.726 INFO O| Aug 12 21:08:17.726 INFO STEP 1084 (remove_files) COMPLETE
71632024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.726 INFO O| Aug 12 21:08:17.726 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.736 INFO O| Aug 12 21:08:17.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71652024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.736 INFO O| Aug 12 21:08:17.736 INFO STEP 1085 (remove_files) COMPLETE
71662024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.736 INFO O| Aug 12 21:08:17.736 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.745 INFO O| Aug 12 21:08:17.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71682024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.745 INFO O| Aug 12 21:08:17.745 INFO STEP 1086 (remove_files) COMPLETE
71692024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.745 INFO O| Aug 12 21:08:17.745 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.755 INFO O| Aug 12 21:08:17.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71712024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.755 INFO O| Aug 12 21:08:17.755 INFO STEP 1087 (remove_files) COMPLETE
71722024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.755 INFO O| Aug 12 21:08:17.755 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.765 INFO O| Aug 12 21:08:17.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71742024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.765 INFO O| Aug 12 21:08:17.765 INFO STEP 1088 (remove_files) COMPLETE
71752024-08-12T21:08:18.521Z[ recovery-image] Aug 12 21:08:17.765 INFO O| Aug 12 21:08:17.765 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.774 INFO O| Aug 12 21:08:17.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71772024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.774 INFO O| Aug 12 21:08:17.774 INFO STEP 1089 (remove_files) COMPLETE
71782024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.774 INFO O| Aug 12 21:08:17.774 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.784 INFO O| Aug 12 21:08:17.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71802024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.784 INFO O| Aug 12 21:08:17.784 INFO STEP 1090 (remove_files) COMPLETE
71812024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.784 INFO O| Aug 12 21:08:17.784 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.794 INFO O| Aug 12 21:08:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71832024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.794 INFO O| Aug 12 21:08:17.794 INFO STEP 1091 (remove_files) COMPLETE
71842024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.794 INFO O| Aug 12 21:08:17.794 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.803 INFO O| Aug 12 21:08:17.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71862024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.803 INFO O| Aug 12 21:08:17.803 INFO STEP 1092 (remove_files) COMPLETE
71872024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.803 INFO O| Aug 12 21:08:17.803 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.813 INFO O| Aug 12 21:08:17.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71892024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.813 INFO O| Aug 12 21:08:17.813 INFO STEP 1093 (remove_files) COMPLETE
71902024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.813 INFO O| Aug 12 21:08:17.813 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.823 INFO O| Aug 12 21:08:17.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71922024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.823 INFO O| Aug 12 21:08:17.823 INFO STEP 1094 (remove_files) COMPLETE
71932024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.823 INFO O| Aug 12 21:08:17.823 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.832 INFO O| Aug 12 21:08:17.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71952024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.832 INFO O| Aug 12 21:08:17.832 INFO STEP 1095 (remove_files) COMPLETE
71962024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.832 INFO O| Aug 12 21:08:17.832 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.842 INFO O| Aug 12 21:08:17.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71982024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.842 INFO O| Aug 12 21:08:17.842 INFO STEP 1096 (remove_files) COMPLETE
71992024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.842 INFO O| Aug 12 21:08:17.842 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.852 INFO O| Aug 12 21:08:17.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72012024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.852 INFO O| Aug 12 21:08:17.852 INFO STEP 1097 (remove_files) COMPLETE
72022024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.852 INFO O| Aug 12 21:08:17.852 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.861 INFO O| Aug 12 21:08:17.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72042024-08-12T21:08:18.522Z[ recovery-image] Aug 12 21:08:17.861 INFO O| Aug 12 21:08:17.861 INFO STEP 1098 (remove_files) COMPLETE
72052024-08-12T21:08:18.523Z[ recovery-image] Aug 12 21:08:17.861 INFO O| Aug 12 21:08:17.861 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-08-12T21:08:18.523Z[ recovery-image] Aug 12 21:08:17.871 INFO O| Aug 12 21:08:17.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72072024-08-12T21:08:18.523Z[ recovery-image] Aug 12 21:08:17.871 INFO O| Aug 12 21:08:17.871 INFO STEP 1099 (remove_files) COMPLETE
72082024-08-12T21:08:18.523Z[ recovery-image] Aug 12 21:08:17.871 INFO O| Aug 12 21:08:17.871 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-08-12T21:08:18.523Z[ recovery-image] Aug 12 21:08:17.881 INFO O| Aug 12 21:08:17.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72102024-08-12T21:08:18.523Z[ recovery-image] Aug 12 21:08:17.881 INFO O| Aug 12 21:08:17.881 INFO STEP 1100 (remove_files) COMPLETE
72112024-08-12T21:08:18.523Z[ recovery-image] Aug 12 21:08:17.881 INFO O| Aug 12 21:08:17.881 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-12T21:08:18.523Z[ recovery-image] Aug 12 21:08:17.890 INFO O| Aug 12 21:08:17.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72132024-08-12T21:08:18.523Z[ recovery-image] Aug 12 21:08:17.890 INFO O| Aug 12 21:08:17.890 INFO STEP 1101 (remove_files) COMPLETE
72142024-08-12T21:08:18.527Z[ recovery-image] Aug 12 21:08:17.890 INFO O| Aug 12 21:08:17.890 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-12T21:08:18.527Z[ recovery-image] Aug 12 21:08:17.900 INFO O| Aug 12 21:08:17.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72162024-08-12T21:08:18.527Z[ recovery-image] Aug 12 21:08:17.900 INFO O| Aug 12 21:08:17.900 INFO STEP 1102 (remove_files) COMPLETE
72172024-08-12T21:08:18.527Z[ recovery-image] Aug 12 21:08:17.900 INFO O| Aug 12 21:08:17.900 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-12T21:08:18.527Z[ recovery-image] Aug 12 21:08:17.910 INFO O| Aug 12 21:08:17.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72192024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.910 INFO O| Aug 12 21:08:17.910 INFO STEP 1103 (remove_files) COMPLETE
72202024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.910 INFO O| Aug 12 21:08:17.910 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.920 INFO O| Aug 12 21:08:17.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72222024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.920 INFO O| Aug 12 21:08:17.920 INFO STEP 1104 (remove_files) COMPLETE
72232024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.920 INFO O| Aug 12 21:08:17.920 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.929 INFO O| Aug 12 21:08:17.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72252024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.929 INFO O| Aug 12 21:08:17.929 INFO STEP 1105 (remove_files) COMPLETE
72262024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.929 INFO O| Aug 12 21:08:17.929 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.940 INFO O| Aug 12 21:08:17.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72282024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.940 INFO O| Aug 12 21:08:17.940 INFO STEP 1106 (remove_files) COMPLETE
72292024-08-12T21:08:18.528Z[ recovery-image] Aug 12 21:08:17.940 INFO O| Aug 12 21:08:17.940 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-12T21:08:18.531Z[ recovery-image] Aug 12 21:08:17.950 INFO O| Aug 12 21:08:17.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72312024-08-12T21:08:18.531Z[ recovery-image] Aug 12 21:08:17.950 INFO O| Aug 12 21:08:17.950 INFO STEP 1107 (remove_files) COMPLETE
72322024-08-12T21:08:18.531Z[ recovery-image] Aug 12 21:08:17.950 INFO O| Aug 12 21:08:17.950 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-12T21:08:18.541Z[ recovery-image] Aug 12 21:08:17.960 INFO O| Aug 12 21:08:17.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72342024-08-12T21:08:18.541Z[ recovery-image] Aug 12 21:08:17.960 INFO O| Aug 12 21:08:17.960 INFO STEP 1108 (remove_files) COMPLETE
72352024-08-12T21:08:18.544Z[ recovery-image] Aug 12 21:08:17.960 INFO O| Aug 12 21:08:17.960 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-12T21:08:18.550Z[ recovery-image] Aug 12 21:08:17.969 INFO O| Aug 12 21:08:17.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72372024-08-12T21:08:18.551Z[ recovery-image] Aug 12 21:08:17.969 INFO O| Aug 12 21:08:17.969 INFO STEP 1109 (remove_files) COMPLETE
72382024-08-12T21:08:18.553Z[ recovery-image] Aug 12 21:08:17.969 INFO O| Aug 12 21:08:17.969 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-12T21:08:18.560Z[ recovery-image] Aug 12 21:08:17.979 INFO O| Aug 12 21:08:17.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72402024-08-12T21:08:18.560Z[ recovery-image] Aug 12 21:08:17.979 INFO O| Aug 12 21:08:17.979 INFO STEP 1110 (remove_files) COMPLETE
72412024-08-12T21:08:18.562Z[ recovery-image] Aug 12 21:08:17.979 INFO O| Aug 12 21:08:17.979 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-12T21:08:18.570Z[ recovery-image] Aug 12 21:08:17.989 INFO O| Aug 12 21:08:17.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72432024-08-12T21:08:18.570Z[ recovery-image] Aug 12 21:08:17.989 INFO O| Aug 12 21:08:17.989 INFO STEP 1111 (remove_files) COMPLETE
72442024-08-12T21:08:18.570Z[ recovery-image] Aug 12 21:08:17.989 INFO O| Aug 12 21:08:17.989 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-12T21:08:18.579Z[ recovery-image] Aug 12 21:08:17.999 INFO O| Aug 12 21:08:17.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72462024-08-12T21:08:18.579Z[ recovery-image] Aug 12 21:08:17.999 INFO O| Aug 12 21:08:17.999 INFO STEP 1112 (remove_files) COMPLETE
72472024-08-12T21:08:18.582Z[ recovery-image] Aug 12 21:08:17.999 INFO O| Aug 12 21:08:17.999 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-12T21:08:18.589Z[ recovery-image] Aug 12 21:08:18.009 INFO O| Aug 12 21:08:18.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72492024-08-12T21:08:18.589Z[ recovery-image] Aug 12 21:08:18.009 INFO O| Aug 12 21:08:18.009 INFO STEP 1113 (remove_files) COMPLETE
72502024-08-12T21:08:18.589Z[ recovery-image] Aug 12 21:08:18.009 INFO O| Aug 12 21:08:18.009 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-12T21:08:18.600Z[ recovery-image] Aug 12 21:08:18.018 INFO O| Aug 12 21:08:18.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72522024-08-12T21:08:18.603Z[ recovery-image] Aug 12 21:08:18.018 INFO O| Aug 12 21:08:18.018 INFO STEP 1114 (remove_files) COMPLETE
72532024-08-12T21:08:18.603Z[ recovery-image] Aug 12 21:08:18.018 INFO O| Aug 12 21:08:18.018 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-12T21:08:18.608Z[ recovery-image] Aug 12 21:08:18.028 INFO O| Aug 12 21:08:18.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72552024-08-12T21:08:18.611Z[ recovery-image] Aug 12 21:08:18.028 INFO O| Aug 12 21:08:18.028 INFO STEP 1115 (remove_files) COMPLETE
72562024-08-12T21:08:18.611Z[ recovery-image] Aug 12 21:08:18.028 INFO O| Aug 12 21:08:18.028 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-12T21:08:18.618Z[ recovery-image] Aug 12 21:08:18.037 INFO O| Aug 12 21:08:18.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72582024-08-12T21:08:18.620Z[ recovery-image] Aug 12 21:08:18.037 INFO O| Aug 12 21:08:18.037 INFO STEP 1116 (remove_files) COMPLETE
72592024-08-12T21:08:18.620Z[ recovery-image] Aug 12 21:08:18.037 INFO O| Aug 12 21:08:18.037 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-12T21:08:18.628Z[ recovery-image] Aug 12 21:08:18.047 INFO O| Aug 12 21:08:18.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72612024-08-12T21:08:18.628Z[ recovery-image] Aug 12 21:08:18.047 INFO O| Aug 12 21:08:18.047 INFO STEP 1117 (remove_files) COMPLETE
72622024-08-12T21:08:18.631Z[ recovery-image] Aug 12 21:08:18.047 INFO O| Aug 12 21:08:18.047 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-12T21:08:18.639Z[ recovery-image] Aug 12 21:08:18.057 INFO O| Aug 12 21:08:18.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72642024-08-12T21:08:18.639Z[ recovery-image] Aug 12 21:08:18.057 INFO O| Aug 12 21:08:18.057 INFO STEP 1118 (remove_files) COMPLETE
72652024-08-12T21:08:18.639Z[ recovery-image] Aug 12 21:08:18.057 INFO O| Aug 12 21:08:18.057 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-12T21:08:18.650Z[ recovery-image] Aug 12 21:08:18.068 INFO O| Aug 12 21:08:18.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72672024-08-12T21:08:18.650Z[ recovery-image] Aug 12 21:08:18.068 INFO O| Aug 12 21:08:18.068 INFO STEP 1119 (remove_files) COMPLETE
72682024-08-12T21:08:18.653Z[ recovery-image] Aug 12 21:08:18.068 INFO O| Aug 12 21:08:18.068 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-12T21:08:18.659Z[ recovery-image] Aug 12 21:08:18.078 INFO O| Aug 12 21:08:18.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72702024-08-12T21:08:18.661Z[ recovery-image] Aug 12 21:08:18.078 INFO O| Aug 12 21:08:18.078 INFO STEP 1120 (remove_files) COMPLETE
72712024-08-12T21:08:18.661Z[ recovery-image] Aug 12 21:08:18.078 INFO O| Aug 12 21:08:18.078 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-12T21:08:18.669Z[ recovery-image] Aug 12 21:08:18.088 INFO O| Aug 12 21:08:18.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72732024-08-12T21:08:18.669Z[ recovery-image] Aug 12 21:08:18.088 INFO O| Aug 12 21:08:18.088 INFO STEP 1121 (remove_files) COMPLETE
72742024-08-12T21:08:18.669Z[ recovery-image] Aug 12 21:08:18.088 INFO O| Aug 12 21:08:18.088 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-12T21:08:18.679Z[ recovery-image] Aug 12 21:08:18.098 INFO O| Aug 12 21:08:18.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72762024-08-12T21:08:18.679Z[ recovery-image] Aug 12 21:08:18.098 INFO O| Aug 12 21:08:18.098 INFO STEP 1122 (remove_files) COMPLETE
72772024-08-12T21:08:18.683Z[ recovery-image] Aug 12 21:08:18.098 INFO O| Aug 12 21:08:18.098 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-12T21:08:18.689Z[ recovery-image] Aug 12 21:08:18.108 INFO O| Aug 12 21:08:18.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72792024-08-12T21:08:18.689Z[ recovery-image] Aug 12 21:08:18.108 INFO O| Aug 12 21:08:18.108 INFO STEP 1123 (remove_files) COMPLETE
72802024-08-12T21:08:18.689Z[ recovery-image] Aug 12 21:08:18.108 INFO O| Aug 12 21:08:18.108 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-12T21:08:18.698Z[ recovery-image] Aug 12 21:08:18.118 INFO O| Aug 12 21:08:18.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72822024-08-12T21:08:18.698Z[ recovery-image] Aug 12 21:08:18.118 INFO O| Aug 12 21:08:18.118 INFO STEP 1124 (remove_files) COMPLETE
72832024-08-12T21:08:18.698Z[ recovery-image] Aug 12 21:08:18.118 INFO O| Aug 12 21:08:18.118 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-12T21:08:18.708Z[ recovery-image] Aug 12 21:08:18.127 INFO O| Aug 12 21:08:18.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72852024-08-12T21:08:18.711Z[ recovery-image] Aug 12 21:08:18.127 INFO O| Aug 12 21:08:18.127 INFO STEP 1125 (remove_files) COMPLETE
72862024-08-12T21:08:18.711Z[ recovery-image] Aug 12 21:08:18.128 INFO O| Aug 12 21:08:18.127 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-12T21:08:18.718Z[ recovery-image] Aug 12 21:08:18.137 INFO O| Aug 12 21:08:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72882024-08-12T21:08:18.718Z[ recovery-image] Aug 12 21:08:18.137 INFO O| Aug 12 21:08:18.137 INFO STEP 1126 (remove_files) COMPLETE
72892024-08-12T21:08:18.721Z[ recovery-image] Aug 12 21:08:18.137 INFO O| Aug 12 21:08:18.137 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-12T21:08:18.728Z[ recovery-image] Aug 12 21:08:18.147 INFO O| Aug 12 21:08:18.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72912024-08-12T21:08:18.731Z[ recovery-image] Aug 12 21:08:18.148 INFO O| Aug 12 21:08:18.148 INFO STEP 1127 (remove_files) COMPLETE
72922024-08-12T21:08:18.731Z[ recovery-image] Aug 12 21:08:18.148 INFO O| Aug 12 21:08:18.148 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-12T21:08:18.739Z[ recovery-image] Aug 12 21:08:18.158 INFO O| Aug 12 21:08:18.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72942024-08-12T21:08:18.739Z[ recovery-image] Aug 12 21:08:18.158 INFO O| Aug 12 21:08:18.158 INFO STEP 1128 (remove_files) COMPLETE
72952024-08-12T21:08:18.741Z[ recovery-image] Aug 12 21:08:18.158 INFO O| Aug 12 21:08:18.158 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-12T21:08:18.749Z[ recovery-image] Aug 12 21:08:18.168 INFO O| Aug 12 21:08:18.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72972024-08-12T21:08:18.749Z[ recovery-image] Aug 12 21:08:18.168 INFO O| Aug 12 21:08:18.168 INFO STEP 1129 (remove_files) COMPLETE
72982024-08-12T21:08:18.754Z[ recovery-image] Aug 12 21:08:18.168 INFO O| Aug 12 21:08:18.168 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-12T21:08:18.758Z[ recovery-image] Aug 12 21:08:18.177 INFO O| Aug 12 21:08:18.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73002024-08-12T21:08:18.761Z[ recovery-image] Aug 12 21:08:18.177 INFO O| Aug 12 21:08:18.177 INFO STEP 1130 (remove_files) COMPLETE
73012024-08-12T21:08:18.761Z[ recovery-image] Aug 12 21:08:18.177 INFO O| Aug 12 21:08:18.177 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-12T21:08:18.768Z[ recovery-image] Aug 12 21:08:18.187 INFO O| Aug 12 21:08:18.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73032024-08-12T21:08:18.771Z[ recovery-image] Aug 12 21:08:18.187 INFO O| Aug 12 21:08:18.187 INFO STEP 1131 (remove_files) COMPLETE
73042024-08-12T21:08:18.771Z[ recovery-image] Aug 12 21:08:18.187 INFO O| Aug 12 21:08:18.187 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-12T21:08:18.778Z[ recovery-image] Aug 12 21:08:18.197 INFO O| Aug 12 21:08:18.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73062024-08-12T21:08:18.778Z[ recovery-image] Aug 12 21:08:18.197 INFO O| Aug 12 21:08:18.197 INFO STEP 1132 (remove_files) COMPLETE
73072024-08-12T21:08:18.780Z[ recovery-image] Aug 12 21:08:18.197 INFO O| Aug 12 21:08:18.197 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-12T21:08:18.787Z[ recovery-image] Aug 12 21:08:18.207 INFO O| Aug 12 21:08:18.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73092024-08-12T21:08:18.787Z[ recovery-image] Aug 12 21:08:18.207 INFO O| Aug 12 21:08:18.207 INFO STEP 1133 (remove_files) COMPLETE
73102024-08-12T21:08:18.790Z[ recovery-image] Aug 12 21:08:18.207 INFO O| Aug 12 21:08:18.207 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-12T21:08:18.797Z[ recovery-image] Aug 12 21:08:18.217 INFO O| Aug 12 21:08:18.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73122024-08-12T21:08:18.798Z[ recovery-image] Aug 12 21:08:18.217 INFO O| Aug 12 21:08:18.217 INFO STEP 1134 (remove_files) COMPLETE
73132024-08-12T21:08:18.800Z[ recovery-image] Aug 12 21:08:18.217 INFO O| Aug 12 21:08:18.217 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-12T21:08:18.807Z[ recovery-image] Aug 12 21:08:18.227 INFO O| Aug 12 21:08:18.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73152024-08-12T21:08:18.807Z[ recovery-image] Aug 12 21:08:18.227 INFO O| Aug 12 21:08:18.227 INFO STEP 1135 (remove_files) COMPLETE
73162024-08-12T21:08:18.810Z[ recovery-image] Aug 12 21:08:18.227 INFO O| Aug 12 21:08:18.227 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-12T21:08:18.817Z[ recovery-image] Aug 12 21:08:18.236 INFO O| Aug 12 21:08:18.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73182024-08-12T21:08:18.820Z[ recovery-image] Aug 12 21:08:18.236 INFO O| Aug 12 21:08:18.236 INFO STEP 1136 (remove_files) COMPLETE
73192024-08-12T21:08:18.820Z[ recovery-image] Aug 12 21:08:18.237 INFO O| Aug 12 21:08:18.236 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-12T21:08:18.828Z[ recovery-image] Aug 12 21:08:18.246 INFO O| Aug 12 21:08:18.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73212024-08-12T21:08:18.830Z[ recovery-image] Aug 12 21:08:18.246 INFO O| Aug 12 21:08:18.246 INFO STEP 1137 (remove_files) COMPLETE
73222024-08-12T21:08:18.830Z[ recovery-image] Aug 12 21:08:18.246 INFO O| Aug 12 21:08:18.246 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-12T21:08:18.837Z[ recovery-image] Aug 12 21:08:18.256 INFO O| Aug 12 21:08:18.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73242024-08-12T21:08:18.837Z[ recovery-image] Aug 12 21:08:18.256 INFO O| Aug 12 21:08:18.256 INFO STEP 1138 (remove_files) COMPLETE
73252024-08-12T21:08:18.851Z[ recovery-image] Aug 12 21:08:18.256 INFO O| Aug 12 21:08:18.256 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-12T21:08:18.854Z[ recovery-image] Aug 12 21:08:18.265 INFO O| Aug 12 21:08:18.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73272024-08-12T21:08:18.854Z[ recovery-image] Aug 12 21:08:18.266 INFO O| Aug 12 21:08:18.265 INFO STEP 1139 (remove_files) COMPLETE
73282024-08-12T21:08:18.854Z[ recovery-image] Aug 12 21:08:18.266 INFO O| Aug 12 21:08:18.266 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-12T21:08:18.857Z[ recovery-image] Aug 12 21:08:18.275 INFO O| Aug 12 21:08:18.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73302024-08-12T21:08:18.857Z[ recovery-image] Aug 12 21:08:18.275 INFO O| Aug 12 21:08:18.275 INFO STEP 1140 (remove_files) COMPLETE
73312024-08-12T21:08:18.858Z[ recovery-image] Aug 12 21:08:18.275 INFO O| Aug 12 21:08:18.275 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-12T21:08:18.866Z[ recovery-image] Aug 12 21:08:18.285 INFO O| Aug 12 21:08:18.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73332024-08-12T21:08:18.868Z[ recovery-image] Aug 12 21:08:18.285 INFO O| Aug 12 21:08:18.285 INFO STEP 1141 (remove_files) COMPLETE
73342024-08-12T21:08:18.868Z[ recovery-image] Aug 12 21:08:18.285 INFO O| Aug 12 21:08:18.285 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-12T21:08:18.876Z[ recovery-image] Aug 12 21:08:18.295 INFO O| Aug 12 21:08:18.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73362024-08-12T21:08:18.876Z[ recovery-image] Aug 12 21:08:18.295 INFO O| Aug 12 21:08:18.295 INFO STEP 1142 (remove_files) COMPLETE
73372024-08-12T21:08:18.876Z[ recovery-image] Aug 12 21:08:18.295 INFO O| Aug 12 21:08:18.295 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-12T21:08:18.886Z[ recovery-image] Aug 12 21:08:18.305 INFO O| Aug 12 21:08:18.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73392024-08-12T21:08:18.886Z[ recovery-image] Aug 12 21:08:18.305 INFO O| Aug 12 21:08:18.305 INFO STEP 1143 (remove_files) COMPLETE
73402024-08-12T21:08:18.889Z[ recovery-image] Aug 12 21:08:18.305 INFO O| Aug 12 21:08:18.305 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-12T21:08:18.896Z[ recovery-image] Aug 12 21:08:18.315 INFO O| Aug 12 21:08:18.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73422024-08-12T21:08:18.896Z[ recovery-image] Aug 12 21:08:18.315 INFO O| Aug 12 21:08:18.315 INFO STEP 1144 (remove_files) COMPLETE
73432024-08-12T21:08:18.896Z[ recovery-image] Aug 12 21:08:18.315 INFO O| Aug 12 21:08:18.315 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-12T21:08:18.906Z[ recovery-image] Aug 12 21:08:18.325 INFO O| Aug 12 21:08:18.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73452024-08-12T21:08:18.906Z[ recovery-image] Aug 12 21:08:18.325 INFO O| Aug 12 21:08:18.325 INFO STEP 1145 (remove_files) COMPLETE
73462024-08-12T21:08:18.909Z[ recovery-image] Aug 12 21:08:18.325 INFO O| Aug 12 21:08:18.325 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-12T21:08:18.917Z[ recovery-image] Aug 12 21:08:18.336 INFO O| Aug 12 21:08:18.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73482024-08-12T21:08:18.917Z[ recovery-image] Aug 12 21:08:18.336 INFO O| Aug 12 21:08:18.336 INFO STEP 1146 (remove_files) COMPLETE
73492024-08-12T21:08:18.919Z[ recovery-image] Aug 12 21:08:18.336 INFO O| Aug 12 21:08:18.336 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-12T21:08:18.927Z[ recovery-image] Aug 12 21:08:18.346 INFO O| Aug 12 21:08:18.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73512024-08-12T21:08:18.927Z[ recovery-image] Aug 12 21:08:18.346 INFO O| Aug 12 21:08:18.346 INFO STEP 1147 (remove_files) COMPLETE
73522024-08-12T21:08:18.927Z[ recovery-image] Aug 12 21:08:18.346 INFO O| Aug 12 21:08:18.346 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-12T21:08:18.938Z[ recovery-image] Aug 12 21:08:18.357 INFO O| Aug 12 21:08:18.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73542024-08-12T21:08:18.941Z[ recovery-image] Aug 12 21:08:18.358 INFO O| Aug 12 21:08:18.358 INFO STEP 1148 (remove_files) COMPLETE
73552024-08-12T21:08:18.942Z[ recovery-image] Aug 12 21:08:18.358 INFO O| Aug 12 21:08:18.358 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-12T21:08:18.948Z[ recovery-image] Aug 12 21:08:18.367 INFO O| Aug 12 21:08:18.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73572024-08-12T21:08:18.949Z[ recovery-image] Aug 12 21:08:18.368 INFO O| Aug 12 21:08:18.368 INFO STEP 1149 (remove_files) COMPLETE
73582024-08-12T21:08:18.949Z[ recovery-image] Aug 12 21:08:18.368 INFO O| Aug 12 21:08:18.368 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-12T21:08:18.959Z[ recovery-image] Aug 12 21:08:18.377 INFO O| Aug 12 21:08:18.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73602024-08-12T21:08:18.959Z[ recovery-image] Aug 12 21:08:18.377 INFO O| Aug 12 21:08:18.377 INFO STEP 1150 (remove_files) COMPLETE
73612024-08-12T21:08:18.959Z[ recovery-image] Aug 12 21:08:18.377 INFO O| Aug 12 21:08:18.377 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-12T21:08:18.969Z[ recovery-image] Aug 12 21:08:18.388 INFO O| Aug 12 21:08:18.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73632024-08-12T21:08:18.970Z[ recovery-image] Aug 12 21:08:18.389 INFO O| Aug 12 21:08:18.389 INFO STEP 1151 (remove_files) COMPLETE
73642024-08-12T21:08:18.970Z[ recovery-image] Aug 12 21:08:18.389 INFO O| Aug 12 21:08:18.389 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-12T21:08:18.979Z[ recovery-image] Aug 12 21:08:18.398 INFO O| Aug 12 21:08:18.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73662024-08-12T21:08:18.980Z[ recovery-image] Aug 12 21:08:18.399 INFO O| Aug 12 21:08:18.398 INFO STEP 1152 (remove_files) COMPLETE
73672024-08-12T21:08:18.980Z[ recovery-image] Aug 12 21:08:18.399 INFO O| Aug 12 21:08:18.399 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-12T21:08:18.990Z[ recovery-image] Aug 12 21:08:18.409 INFO O| Aug 12 21:08:18.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73692024-08-12T21:08:18.993Z[ recovery-image] Aug 12 21:08:18.409 INFO O| Aug 12 21:08:18.409 INFO STEP 1153 (remove_files) COMPLETE
73702024-08-12T21:08:18.993Z[ recovery-image] Aug 12 21:08:18.409 INFO O| Aug 12 21:08:18.409 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-12T21:08:19.001Z[ recovery-image] Aug 12 21:08:18.420 INFO O| Aug 12 21:08:18.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73722024-08-12T21:08:19.001Z[ recovery-image] Aug 12 21:08:18.420 INFO O| Aug 12 21:08:18.420 INFO STEP 1154 (remove_files) COMPLETE
73732024-08-12T21:08:19.005Z[ recovery-image] Aug 12 21:08:18.420 INFO O| Aug 12 21:08:18.420 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-08-12T21:08:19.011Z[ recovery-image] Aug 12 21:08:18.430 INFO O| Aug 12 21:08:18.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73752024-08-12T21:08:19.011Z[ recovery-image] Aug 12 21:08:18.431 INFO O| Aug 12 21:08:18.431 INFO STEP 1155 (remove_files) COMPLETE
73762024-08-12T21:08:19.011Z[ recovery-image] Aug 12 21:08:18.431 INFO O| Aug 12 21:08:18.431 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-08-12T21:08:19.022Z[ recovery-image] Aug 12 21:08:18.441 INFO O| Aug 12 21:08:18.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73782024-08-12T21:08:19.022Z[ recovery-image] Aug 12 21:08:18.441 INFO O| Aug 12 21:08:18.441 INFO STEP 1156 (remove_files) COMPLETE
73792024-08-12T21:08:19.025Z[ recovery-image] Aug 12 21:08:18.441 INFO O| Aug 12 21:08:18.441 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-12T21:08:19.034Z[ recovery-image] Aug 12 21:08:18.453 INFO O| Aug 12 21:08:18.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73812024-08-12T21:08:19.034Z[ recovery-image] Aug 12 21:08:18.453 INFO O| Aug 12 21:08:18.453 INFO STEP 1157 (remove_files) COMPLETE
73822024-08-12T21:08:19.037Z[ recovery-image] Aug 12 21:08:18.453 INFO O| Aug 12 21:08:18.453 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-12T21:08:19.044Z[ recovery-image] Aug 12 21:08:18.463 INFO O| Aug 12 21:08:18.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73842024-08-12T21:08:19.045Z[ recovery-image] Aug 12 21:08:18.463 INFO O| Aug 12 21:08:18.463 INFO STEP 1158 (remove_files) COMPLETE
73852024-08-12T21:08:19.047Z[ recovery-image] Aug 12 21:08:18.463 INFO O| Aug 12 21:08:18.463 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-12T21:08:19.054Z[ recovery-image] Aug 12 21:08:18.473 INFO O| Aug 12 21:08:18.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73872024-08-12T21:08:19.054Z[ recovery-image] Aug 12 21:08:18.473 INFO O| Aug 12 21:08:18.473 INFO STEP 1159 (remove_files) COMPLETE
73882024-08-12T21:08:19.057Z[ recovery-image] Aug 12 21:08:18.473 INFO O| Aug 12 21:08:18.473 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-12T21:08:19.064Z[ recovery-image] Aug 12 21:08:18.483 INFO O| Aug 12 21:08:18.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73902024-08-12T21:08:19.064Z[ recovery-image] Aug 12 21:08:18.483 INFO O| Aug 12 21:08:18.483 INFO STEP 1160 (remove_files) COMPLETE
73912024-08-12T21:08:19.064Z[ recovery-image] Aug 12 21:08:18.483 INFO O| Aug 12 21:08:18.483 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-12T21:08:19.074Z[ recovery-image] Aug 12 21:08:18.493 INFO O| Aug 12 21:08:18.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73932024-08-12T21:08:19.074Z[ recovery-image] Aug 12 21:08:18.493 INFO O| Aug 12 21:08:18.493 INFO STEP 1161 (remove_files) COMPLETE
73942024-08-12T21:08:19.074Z[ recovery-image] Aug 12 21:08:18.493 INFO O| Aug 12 21:08:18.493 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-12T21:08:19.084Z[ recovery-image] Aug 12 21:08:18.503 INFO O| Aug 12 21:08:18.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73962024-08-12T21:08:19.084Z[ recovery-image] Aug 12 21:08:18.503 INFO O| Aug 12 21:08:18.503 INFO STEP 1162 (remove_files) COMPLETE
73972024-08-12T21:08:19.087Z[ recovery-image] Aug 12 21:08:18.503 INFO O| Aug 12 21:08:18.503 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-12T21:08:19.094Z[ recovery-image] Aug 12 21:08:18.513 INFO O| Aug 12 21:08:18.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73992024-08-12T21:08:19.094Z[ recovery-image] Aug 12 21:08:18.513 INFO O| Aug 12 21:08:18.513 INFO STEP 1163 (remove_files) COMPLETE
74002024-08-12T21:08:19.096Z[ recovery-image] Aug 12 21:08:18.513 INFO O| Aug 12 21:08:18.513 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-12T21:08:19.103Z[ recovery-image] Aug 12 21:08:18.523 INFO O| Aug 12 21:08:18.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74022024-08-12T21:08:19.106Z[ recovery-image] Aug 12 21:08:18.523 INFO O| Aug 12 21:08:18.523 INFO STEP 1164 (remove_files) COMPLETE
74032024-08-12T21:08:19.106Z[ recovery-image] Aug 12 21:08:18.523 INFO O| Aug 12 21:08:18.523 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-12T21:08:19.113Z[ recovery-image] Aug 12 21:08:18.532 INFO O| Aug 12 21:08:18.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74052024-08-12T21:08:19.113Z[ recovery-image] Aug 12 21:08:18.532 INFO O| Aug 12 21:08:18.532 INFO STEP 1165 (remove_files) COMPLETE
74062024-08-12T21:08:19.116Z[ recovery-image] Aug 12 21:08:18.533 INFO O| Aug 12 21:08:18.532 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-12T21:08:19.123Z[ recovery-image] Aug 12 21:08:18.542 INFO O| Aug 12 21:08:18.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74082024-08-12T21:08:19.123Z[ recovery-image] Aug 12 21:08:18.542 INFO O| Aug 12 21:08:18.542 INFO STEP 1166 (remove_files) COMPLETE
74092024-08-12T21:08:19.126Z[ recovery-image] Aug 12 21:08:18.542 INFO O| Aug 12 21:08:18.542 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-08-12T21:08:19.133Z[ recovery-image] Aug 12 21:08:18.552 INFO O| Aug 12 21:08:18.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74112024-08-12T21:08:19.135Z[ recovery-image] Aug 12 21:08:18.553 INFO O| Aug 12 21:08:18.553 INFO STEP 1167 (remove_files) COMPLETE
74122024-08-12T21:08:19.135Z[ recovery-image] Aug 12 21:08:18.553 INFO O| Aug 12 21:08:18.553 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-12T21:08:19.143Z[ recovery-image] Aug 12 21:08:18.563 INFO O| Aug 12 21:08:18.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74142024-08-12T21:08:19.143Z[ recovery-image] Aug 12 21:08:18.563 INFO O| Aug 12 21:08:18.563 INFO STEP 1168 (remove_files) COMPLETE
74152024-08-12T21:08:19.146Z[ recovery-image] Aug 12 21:08:18.563 INFO O| Aug 12 21:08:18.563 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-08-12T21:08:19.153Z[ recovery-image] Aug 12 21:08:18.573 INFO O| Aug 12 21:08:18.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74172024-08-12T21:08:19.156Z[ recovery-image] Aug 12 21:08:18.573 INFO O| Aug 12 21:08:18.573 INFO STEP 1169 (remove_files) COMPLETE
74182024-08-12T21:08:19.156Z[ recovery-image] Aug 12 21:08:18.573 INFO O| Aug 12 21:08:18.573 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-08-12T21:08:19.164Z[ recovery-image] Aug 12 21:08:18.583 INFO O| Aug 12 21:08:18.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74202024-08-12T21:08:19.166Z[ recovery-image] Aug 12 21:08:18.583 INFO O| Aug 12 21:08:18.583 INFO STEP 1170 (remove_files) COMPLETE
74212024-08-12T21:08:19.166Z[ recovery-image] Aug 12 21:08:18.583 INFO O| Aug 12 21:08:18.583 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-08-12T21:08:19.173Z[ recovery-image] Aug 12 21:08:18.592 INFO O| Aug 12 21:08:18.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74232024-08-12T21:08:19.176Z[ recovery-image] Aug 12 21:08:18.592 INFO O| Aug 12 21:08:18.592 INFO STEP 1171 (remove_files) COMPLETE
74242024-08-12T21:08:19.176Z[ recovery-image] Aug 12 21:08:18.593 INFO O| Aug 12 21:08:18.592 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-08-12T21:08:19.183Z[ recovery-image] Aug 12 21:08:18.602 INFO O| Aug 12 21:08:18.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74262024-08-12T21:08:19.183Z[ recovery-image] Aug 12 21:08:18.602 INFO O| Aug 12 21:08:18.602 INFO STEP 1172 (remove_files) COMPLETE
74272024-08-12T21:08:19.183Z[ recovery-image] Aug 12 21:08:18.602 INFO O| Aug 12 21:08:18.602 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-08-12T21:08:19.193Z[ recovery-image] Aug 12 21:08:18.612 INFO O| Aug 12 21:08:18.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74292024-08-12T21:08:19.193Z[ recovery-image] Aug 12 21:08:18.612 INFO O| Aug 12 21:08:18.612 INFO STEP 1173 (remove_files) COMPLETE
74302024-08-12T21:08:19.193Z[ recovery-image] Aug 12 21:08:18.612 INFO O| Aug 12 21:08:18.612 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-08-12T21:08:19.202Z[ recovery-image] Aug 12 21:08:18.622 INFO O| Aug 12 21:08:18.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74322024-08-12T21:08:19.205Z[ recovery-image] Aug 12 21:08:18.622 INFO O| Aug 12 21:08:18.622 INFO STEP 1174 (remove_files) COMPLETE
74332024-08-12T21:08:19.205Z[ recovery-image] Aug 12 21:08:18.622 INFO O| Aug 12 21:08:18.622 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-08-12T21:08:19.212Z[ recovery-image] Aug 12 21:08:18.631 INFO O| Aug 12 21:08:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74352024-08-12T21:08:19.212Z[ recovery-image] Aug 12 21:08:18.632 INFO O| Aug 12 21:08:18.632 INFO STEP 1175 (remove_files) COMPLETE
74362024-08-12T21:08:19.212Z[ recovery-image] Aug 12 21:08:18.632 INFO O| Aug 12 21:08:18.632 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-08-12T21:08:19.222Z[ recovery-image] Aug 12 21:08:18.641 INFO O| Aug 12 21:08:18.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74382024-08-12T21:08:19.222Z[ recovery-image] Aug 12 21:08:18.641 INFO O| Aug 12 21:08:18.641 INFO STEP 1176 (remove_files) COMPLETE
74392024-08-12T21:08:19.225Z[ recovery-image] Aug 12 21:08:18.641 INFO O| Aug 12 21:08:18.641 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-08-12T21:08:19.231Z[ recovery-image] Aug 12 21:08:18.651 INFO O| Aug 12 21:08:18.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74412024-08-12T21:08:19.234Z[ recovery-image] Aug 12 21:08:18.651 INFO O| Aug 12 21:08:18.651 INFO STEP 1177 (remove_files) COMPLETE
74422024-08-12T21:08:19.234Z[ recovery-image] Aug 12 21:08:18.651 INFO O| Aug 12 21:08:18.651 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-08-12T21:08:19.241Z[ recovery-image] Aug 12 21:08:18.660 INFO O| Aug 12 21:08:18.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74442024-08-12T21:08:19.241Z[ recovery-image] Aug 12 21:08:18.660 INFO O| Aug 12 21:08:18.660 INFO STEP 1178 (remove_files) COMPLETE
74452024-08-12T21:08:19.244Z[ recovery-image] Aug 12 21:08:18.660 INFO O| Aug 12 21:08:18.660 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-08-12T21:08:19.251Z[ recovery-image] Aug 12 21:08:18.671 INFO O| Aug 12 21:08:18.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74472024-08-12T21:08:19.251Z[ recovery-image] Aug 12 21:08:18.671 INFO O| Aug 12 21:08:18.671 INFO STEP 1179 (remove_files) COMPLETE
74482024-08-12T21:08:19.254Z[ recovery-image] Aug 12 21:08:18.671 INFO O| Aug 12 21:08:18.671 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-12T21:08:19.261Z[ recovery-image] Aug 12 21:08:18.681 INFO O| Aug 12 21:08:18.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74502024-08-12T21:08:19.264Z[ recovery-image] Aug 12 21:08:18.681 INFO O| Aug 12 21:08:18.681 INFO STEP 1180 (remove_files) COMPLETE
74512024-08-12T21:08:19.264Z[ recovery-image] Aug 12 21:08:18.681 INFO O| Aug 12 21:08:18.681 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-12T21:08:19.271Z[ recovery-image] Aug 12 21:08:18.690 INFO O| Aug 12 21:08:18.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74532024-08-12T21:08:19.274Z[ recovery-image] Aug 12 21:08:18.690 INFO O| Aug 12 21:08:18.690 INFO STEP 1181 (remove_files) COMPLETE
74542024-08-12T21:08:19.274Z[ recovery-image] Aug 12 21:08:18.690 INFO O| Aug 12 21:08:18.690 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-12T21:08:19.281Z[ recovery-image] Aug 12 21:08:18.700 INFO O| Aug 12 21:08:18.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74562024-08-12T21:08:19.281Z[ recovery-image] Aug 12 21:08:18.700 INFO O| Aug 12 21:08:18.700 INFO STEP 1182 (remove_files) COMPLETE
74572024-08-12T21:08:19.283Z[ recovery-image] Aug 12 21:08:18.700 INFO O| Aug 12 21:08:18.700 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-12T21:08:19.290Z[ recovery-image] Aug 12 21:08:18.709 INFO O| Aug 12 21:08:18.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74592024-08-12T21:08:19.290Z[ recovery-image] Aug 12 21:08:18.709 INFO O| Aug 12 21:08:18.709 INFO STEP 1183 (remove_files) COMPLETE
74602024-08-12T21:08:19.290Z[ recovery-image] Aug 12 21:08:18.709 INFO O| Aug 12 21:08:18.709 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-08-12T21:08:19.300Z[ recovery-image] Aug 12 21:08:18.719 INFO O| Aug 12 21:08:18.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74622024-08-12T21:08:19.303Z[ recovery-image] Aug 12 21:08:18.719 INFO O| Aug 12 21:08:18.719 INFO STEP 1184 (remove_files) COMPLETE
74632024-08-12T21:08:19.303Z[ recovery-image] Aug 12 21:08:18.719 INFO O| Aug 12 21:08:18.719 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-08-12T21:08:19.310Z[ recovery-image] Aug 12 21:08:18.729 INFO O| Aug 12 21:08:18.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74652024-08-12T21:08:19.311Z[ recovery-image] Aug 12 21:08:18.729 INFO O| Aug 12 21:08:18.729 INFO STEP 1185 (remove_files) COMPLETE
74662024-08-12T21:08:19.314Z[ recovery-image] Aug 12 21:08:18.729 INFO O| Aug 12 21:08:18.729 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-08-12T21:08:19.320Z[ recovery-image] Aug 12 21:08:18.739 INFO O| Aug 12 21:08:18.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74682024-08-12T21:08:19.320Z[ recovery-image] Aug 12 21:08:18.739 INFO O| Aug 12 21:08:18.739 INFO STEP 1186 (remove_files) COMPLETE
74692024-08-12T21:08:19.320Z[ recovery-image] Aug 12 21:08:18.739 INFO O| Aug 12 21:08:18.739 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-12T21:08:19.330Z[ recovery-image] Aug 12 21:08:18.749 INFO O| Aug 12 21:08:18.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74712024-08-12T21:08:19.330Z[ recovery-image] Aug 12 21:08:18.749 INFO O| Aug 12 21:08:18.749 INFO STEP 1187 (remove_files) COMPLETE
74722024-08-12T21:08:19.330Z[ recovery-image] Aug 12 21:08:18.749 INFO O| Aug 12 21:08:18.749 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-12T21:08:19.341Z[ recovery-image] Aug 12 21:08:18.759 INFO O| Aug 12 21:08:18.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74742024-08-12T21:08:19.341Z[ recovery-image] Aug 12 21:08:18.759 INFO O| Aug 12 21:08:18.759 INFO STEP 1188 (remove_files) COMPLETE
74752024-08-12T21:08:19.341Z[ recovery-image] Aug 12 21:08:18.759 INFO O| Aug 12 21:08:18.759 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-12T21:08:19.350Z[ recovery-image] Aug 12 21:08:18.769 INFO O| Aug 12 21:08:18.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74772024-08-12T21:08:19.350Z[ recovery-image] Aug 12 21:08:18.769 INFO O| Aug 12 21:08:18.769 INFO STEP 1189 (remove_files) COMPLETE
74782024-08-12T21:08:19.350Z[ recovery-image] Aug 12 21:08:18.769 INFO O| Aug 12 21:08:18.769 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-12T21:08:19.361Z[ recovery-image] Aug 12 21:08:18.779 INFO O| Aug 12 21:08:18.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74802024-08-12T21:08:19.361Z[ recovery-image] Aug 12 21:08:18.779 INFO O| Aug 12 21:08:18.779 INFO STEP 1190 (remove_files) COMPLETE
74812024-08-12T21:08:19.361Z[ recovery-image] Aug 12 21:08:18.779 INFO O| Aug 12 21:08:18.779 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-12T21:08:19.371Z[ recovery-image] Aug 12 21:08:18.789 INFO O| Aug 12 21:08:18.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74832024-08-12T21:08:19.371Z[ recovery-image] Aug 12 21:08:18.789 INFO O| Aug 12 21:08:18.789 INFO STEP 1191 (remove_files) COMPLETE
74842024-08-12T21:08:19.371Z[ recovery-image] Aug 12 21:08:18.789 INFO O| Aug 12 21:08:18.789 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-12T21:08:19.380Z[ recovery-image] Aug 12 21:08:18.799 INFO O| Aug 12 21:08:18.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74862024-08-12T21:08:19.380Z[ recovery-image] Aug 12 21:08:18.799 INFO O| Aug 12 21:08:18.799 INFO STEP 1192 (remove_files) COMPLETE
74872024-08-12T21:08:19.383Z[ recovery-image] Aug 12 21:08:18.799 INFO O| Aug 12 21:08:18.799 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-08-12T21:08:19.390Z[ recovery-image] Aug 12 21:08:18.809 INFO O| Aug 12 21:08:18.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74892024-08-12T21:08:19.390Z[ recovery-image] Aug 12 21:08:18.809 INFO O| Aug 12 21:08:18.809 INFO STEP 1193 (remove_files) COMPLETE
74902024-08-12T21:08:19.390Z[ recovery-image] Aug 12 21:08:18.809 INFO O| Aug 12 21:08:18.809 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-08-12T21:08:19.400Z[ recovery-image] Aug 12 21:08:18.819 INFO O| Aug 12 21:08:18.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74922024-08-12T21:08:19.400Z[ recovery-image] Aug 12 21:08:18.819 INFO O| Aug 12 21:08:18.819 INFO STEP 1194 (remove_files) COMPLETE
74932024-08-12T21:08:19.400Z[ recovery-image] Aug 12 21:08:18.819 INFO O| Aug 12 21:08:18.819 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-08-12T21:08:19.410Z[ recovery-image] Aug 12 21:08:18.829 INFO O| Aug 12 21:08:18.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74952024-08-12T21:08:19.410Z[ recovery-image] Aug 12 21:08:18.829 INFO O| Aug 12 21:08:18.829 INFO STEP 1195 (remove_files) COMPLETE
74962024-08-12T21:08:19.413Z[ recovery-image] Aug 12 21:08:18.829 INFO O| Aug 12 21:08:18.829 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-08-12T21:08:19.420Z[ recovery-image] Aug 12 21:08:18.839 INFO O| Aug 12 21:08:18.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74982024-08-12T21:08:19.420Z[ recovery-image] Aug 12 21:08:18.839 INFO O| Aug 12 21:08:18.839 INFO STEP 1196 (remove_files) COMPLETE
74992024-08-12T21:08:19.420Z[ recovery-image] Aug 12 21:08:18.839 INFO O| Aug 12 21:08:18.839 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-08-12T21:08:19.429Z[ recovery-image] Aug 12 21:08:18.849 INFO O| Aug 12 21:08:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75012024-08-12T21:08:19.429Z[ recovery-image] Aug 12 21:08:18.849 INFO O| Aug 12 21:08:18.849 INFO STEP 1197 (remove_files) COMPLETE
75022024-08-12T21:08:19.432Z[ recovery-image] Aug 12 21:08:18.849 INFO O| Aug 12 21:08:18.849 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-08-12T21:08:19.439Z[ recovery-image] Aug 12 21:08:18.858 INFO O| Aug 12 21:08:18.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75042024-08-12T21:08:19.439Z[ recovery-image] Aug 12 21:08:18.859 INFO O| Aug 12 21:08:18.858 INFO STEP 1198 (remove_files) COMPLETE
75052024-08-12T21:08:19.442Z[ recovery-image] Aug 12 21:08:18.859 INFO O| Aug 12 21:08:18.859 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-08-12T21:08:19.449Z[ recovery-image] Aug 12 21:08:18.868 INFO O| Aug 12 21:08:18.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75072024-08-12T21:08:19.449Z[ recovery-image] Aug 12 21:08:18.868 INFO O| Aug 12 21:08:18.868 INFO STEP 1199 (remove_files) COMPLETE
75082024-08-12T21:08:19.453Z[ recovery-image] Aug 12 21:08:18.868 INFO O| Aug 12 21:08:18.868 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-08-12T21:08:19.459Z[ recovery-image] Aug 12 21:08:18.878 INFO O| Aug 12 21:08:18.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75102024-08-12T21:08:19.461Z[ recovery-image] Aug 12 21:08:18.878 INFO O| Aug 12 21:08:18.878 INFO STEP 1200 (remove_files) COMPLETE
75112024-08-12T21:08:19.461Z[ recovery-image] Aug 12 21:08:18.878 INFO O| Aug 12 21:08:18.878 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-08-12T21:08:19.468Z[ recovery-image] Aug 12 21:08:18.888 INFO O| Aug 12 21:08:18.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75132024-08-12T21:08:19.468Z[ recovery-image] Aug 12 21:08:18.888 INFO O| Aug 12 21:08:18.888 INFO STEP 1201 (remove_files) COMPLETE
75142024-08-12T21:08:19.471Z[ recovery-image] Aug 12 21:08:18.888 INFO O| Aug 12 21:08:18.888 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-08-12T21:08:19.479Z[ recovery-image] Aug 12 21:08:18.897 INFO O| Aug 12 21:08:18.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75162024-08-12T21:08:19.479Z[ recovery-image] Aug 12 21:08:18.898 INFO O| Aug 12 21:08:18.898 INFO STEP 1202 (remove_files) COMPLETE
75172024-08-12T21:08:19.483Z[ recovery-image] Aug 12 21:08:18.898 INFO O| Aug 12 21:08:18.898 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-08-12T21:08:19.488Z[ recovery-image] Aug 12 21:08:18.907 INFO O| Aug 12 21:08:18.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75192024-08-12T21:08:19.488Z[ recovery-image] Aug 12 21:08:18.907 INFO O| Aug 12 21:08:18.907 INFO STEP 1203 (remove_files) COMPLETE
75202024-08-12T21:08:19.488Z[ recovery-image] Aug 12 21:08:18.907 INFO O| Aug 12 21:08:18.907 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-08-12T21:08:19.498Z[ recovery-image] Aug 12 21:08:18.917 INFO O| Aug 12 21:08:18.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75222024-08-12T21:08:19.498Z[ recovery-image] Aug 12 21:08:18.917 INFO O| Aug 12 21:08:18.917 INFO STEP 1204 (remove_files) COMPLETE
75232024-08-12T21:08:19.498Z[ recovery-image] Aug 12 21:08:18.917 INFO O| Aug 12 21:08:18.917 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-08-12T21:08:19.508Z[ recovery-image] Aug 12 21:08:18.927 INFO O| Aug 12 21:08:18.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75252024-08-12T21:08:19.510Z[ recovery-image] Aug 12 21:08:18.927 INFO O| Aug 12 21:08:18.927 INFO STEP 1205 (remove_files) COMPLETE
75262024-08-12T21:08:19.510Z[ recovery-image] Aug 12 21:08:18.927 INFO O| Aug 12 21:08:18.927 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-08-12T21:08:19.517Z[ recovery-image] Aug 12 21:08:18.937 INFO O| Aug 12 21:08:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75282024-08-12T21:08:19.517Z[ recovery-image] Aug 12 21:08:18.937 INFO O| Aug 12 21:08:18.937 INFO STEP 1206 (remove_files) COMPLETE
75292024-08-12T21:08:19.517Z[ recovery-image] Aug 12 21:08:18.937 INFO O| Aug 12 21:08:18.937 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75302024-08-12T21:08:19.532Z[ recovery-image] Aug 12 21:08:18.951 INFO O| Aug 12 21:08:18.951 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75312024-08-12T21:08:19.532Z[ recovery-image] Aug 12 21:08:18.952 INFO O| Aug 12 21:08:18.951 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75322024-08-12T21:08:20.242Z[ recovery-image] Aug 12 21:08:19.660 INFO O| Aug 12 21:08:19.660 INFO STEP 1207 (pack_tar) COMPLETE
75332024-08-12T21:08:20.242Z[ recovery-image] Aug 12 21:08:19.661 INFO O| Aug 12 21:08:19.660 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75342024-08-12T21:08:20.246Z[ recovery-image] Aug 12 21:08:19.661 INFO O| Aug 12 21:08:19.660 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75352024-08-12T21:08:20.560Z[ recovery-image] Aug 12 21:08:19.977 INFO O| Aug 12 21:08:19.976 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75362024-08-12T21:08:20.610Z[ recovery-image] Aug 12 21:08:20.028 INFO O| Aug 12 21:08:20.028 INFO completed processing gimlet/ramdisk-03-recovery-trim
75372024-08-12T21:08:20.616Z[ recovery-image] Aug 12 21:08:20.035 INFO image builder template: zfs-recovery...
75382024-08-12T21:08:20.619Z[ recovery-image] Aug 12 21:08:20.035 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/.tmpmNI4U7/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
75392024-08-12T21:08:20.647Z[ recovery-image] Aug 12 21:08:20.066 INFO O| Aug 12 21:08:20.066 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75402024-08-12T21:08:20.651Z[ recovery-image] Aug 12 21:08:20.070 INFO O| Aug 12 21:08:20.070 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75412024-08-12T21:08:20.714Z[ recovery-image] Aug 12 21:08:20.133 INFO O| Aug 12 21:08:20.133 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75422024-08-12T21:08:20.757Z[ recovery-image] Aug 12 21:08:20.175 INFO O| Aug 12 21:08:20.175 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75432024-08-12T21:08:20.757Z[ recovery-image] Aug 12 21:08:20.175 INFO O| Aug 12 21:08:20.175 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75442024-08-12T21:08:20.761Z[ recovery-image] Aug 12 21:08:20.180 INFO O| Aug 12 21:08:20.180 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75452024-08-12T21:08:20.840Z[ recovery-image] Aug 12 21:08:20.259 INFO O| Aug 12 21:08:20.259 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75462024-08-12T21:08:20.903Z[ recovery-image] Aug 12 21:08:20.322 INFO O| Aug 12 21:08:20.321 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75472024-08-12T21:08:20.917Z[ recovery-image] Aug 12 21:08:20.331 INFO O| Aug 12 21:08:20.331 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75482024-08-12T21:08:20.920Z[ recovery-image] Aug 12 21:08:20.336 INFO O| Aug 12 21:08:20.336 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75492024-08-12T21:08:20.920Z[ recovery-image] Aug 12 21:08:20.337 INFO O| Aug 12 21:08:20.337 INFO no lofi found
75502024-08-12T21:08:20.920Z[ recovery-image] Aug 12 21:08:20.337 INFO O| Aug 12 21:08:20.337 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75512024-08-12T21:08:20.920Z[ recovery-image] Aug 12 21:08:20.337 INFO O| Aug 12 21:08:20.337 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75522024-08-12T21:08:22.591Z[ recovery-image] Aug 12 21:08:22.010 INFO O| Aug 12 21:08:22.010 INFO lofi device = /dev/dsk/c2t1d0p0
75532024-08-12T21:08:22.591Z[ recovery-image] Aug 12 21:08:22.010 INFO O| Aug 12 21:08:22.010 INFO pool device = /dev/dsk/c2t1d0p0
75542024-08-12T21:08:22.596Z[ recovery-image] Aug 12 21:08:22.010 INFO O| Aug 12 21:08:22.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"]
75552024-08-12T21:08:22.664Z[ recovery-image] Aug 12 21:08:22.082 INFO O| Aug 12 21:08:22.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75562024-08-12T21:08:22.665Z[ recovery-image] Aug 12 21:08:22.082 INFO O| Aug 12 21:08:22.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75572024-08-12T21:08:22.685Z[ recovery-image] Aug 12 21:08:22.104 INFO O| Aug 12 21:08:22.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75582024-08-12T21:08:22.746Z[ recovery-image] Aug 12 21:08:22.164 INFO O| Aug 12 21:08:22.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75592024-08-12T21:08:22.784Z[ recovery-image] Aug 12 21:08:22.202 INFO O| Aug 12 21:08:22.202 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75602024-08-12T21:08:22.799Z[ recovery-image] Aug 12 21:08:22.217 INFO O| Aug 12 21:08:22.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75612024-08-12T21:08:22.811Z[ recovery-image] Aug 12 21:08:22.228 INFO O| Aug 12 21:08:22.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75622024-08-12T21:08:22.857Z[ recovery-image] Aug 12 21:08:22.275 INFO O| Aug 12 21:08:22.275 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75632024-08-12T21:08:22.857Z[ recovery-image] Aug 12 21:08:22.276 INFO O| Aug 12 21:08:22.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75642024-08-12T21:08:22.860Z[ recovery-image] Aug 12 21:08:22.276 INFO O| Aug 12 21:08:22.276 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75652024-08-12T21:08:22.869Z[ recovery-image] Aug 12 21:08:22.288 INFO O| Aug 12 21:08:22.288 INFO boot environment UUID: a2d3f801-dc5f-400e-8114-32223465af4a
75662024-08-12T21:08:22.869Z[ recovery-image] Aug 12 21:08:22.288 INFO O| Aug 12 21:08:22.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a2d3f801-dc5f-400e-8114-32223465af4a
75672024-08-12T21:08:22.880Z[ recovery-image] Aug 12 21:08:22.298 INFO O| Aug 12 21:08:22.298 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75682024-08-12T21:08:22.890Z[ recovery-image] Aug 12 21:08:22.309 INFO O| Aug 12 21:08:22.308 INFO STEP 0 (create_be) COMPLETE
75692024-08-12T21:08:22.890Z[ recovery-image] Aug 12 21:08:22.309 INFO O| Aug 12 21:08:22.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75702024-08-12T21:08:22.909Z[ recovery-image] Aug 12 21:08:22.326 INFO O| Aug 12 21:08:22.326 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"]
75712024-08-12T21:08:25.030Z[ recovery-image] Aug 12 21:08:24.449 INFO O| Aug 12 21:08:24.448 INFO STEP 1 (unpack_tar) COMPLETE
75722024-08-12T21:08:25.031Z[ recovery-image] Aug 12 21:08:24.449 INFO O| Aug 12 21:08:24.448 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75732024-08-12T21:08:25.048Z[ recovery-image] Aug 12 21:08:24.461 INFO O| Aug 12 21:08:24.461 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75742024-08-12T21:08:25.448Z[ recovery-image] Aug 12 21:08:24.863 INFO O| Aug 12 21:08:24.863 INFO STEP 2 (devfsadm) COMPLETE
75752024-08-12T21:08:25.448Z[ recovery-image] Aug 12 21:08:24.863 INFO O| Aug 12 21:08:24.863 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75762024-08-12T21:08:25.458Z[ recovery-image] Aug 12 21:08:24.874 INFO O| Aug 12 21:08:24.874 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75772024-08-12T21:08:25.458Z[ recovery-image] Aug 12 21:08:24.875 INFO O| Aug 12 21:08:24.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75782024-08-12T21:08:25.461Z[ recovery-image] Aug 12 21:08:24.875 INFO O| Aug 12 21:08:24.875 INFO STEP 3 (ensure_dir) COMPLETE
75792024-08-12T21:08:25.461Z[ recovery-image] Aug 12 21:08:24.875 INFO O| Aug 12 21:08:24.875 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75802024-08-12T21:08:25.466Z[ recovery-image] Aug 12 21:08:24.884 INFO O| Aug 12 21:08:24.884 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75812024-08-12T21:08:25.466Z[ recovery-image] Aug 12 21:08:24.885 INFO O| Aug 12 21:08:24.884 INFO STEP 4 (ensure_dir) COMPLETE
75822024-08-12T21:08:25.469Z[ recovery-image] Aug 12 21:08:24.885 INFO O| Aug 12 21:08:24.884 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75832024-08-12T21:08:25.476Z[ recovery-image] Aug 12 21:08:24.895 INFO O| Aug 12 21:08:24.895 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75842024-08-12T21:08:25.476Z[ recovery-image] Aug 12 21:08:24.895 INFO O| Aug 12 21:08:24.895 INFO STEP 5 (ensure_dir) COMPLETE
75852024-08-12T21:08:25.479Z[ recovery-image] Aug 12 21:08:24.895 INFO O| Aug 12 21:08:24.895 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75862024-08-12T21:08:25.488Z[ recovery-image] Aug 12 21:08:24.907 INFO O| Aug 12 21:08:24.907 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75872024-08-12T21:08:25.488Z[ recovery-image] Aug 12 21:08:24.907 INFO O| Aug 12 21:08:24.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75882024-08-12T21:08:25.491Z[ recovery-image] Aug 12 21:08:24.907 INFO O| Aug 12 21:08:24.907 INFO STEP 6 (ensure_dir) COMPLETE
75892024-08-12T21:08:25.491Z[ recovery-image] Aug 12 21:08:24.907 INFO O| Aug 12 21:08:24.907 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75902024-08-12T21:08:25.498Z[ recovery-image] Aug 12 21:08:24.916 INFO O| Aug 12 21:08:24.916 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75912024-08-12T21:08:25.501Z[ recovery-image] Aug 12 21:08:24.917 INFO O| Aug 12 21:08:24.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75922024-08-12T21:08:25.501Z[ recovery-image] Aug 12 21:08:24.917 INFO O| Aug 12 21:08:24.917 INFO STEP 7 (ensure_dir) COMPLETE
75932024-08-12T21:08:25.501Z[ recovery-image] Aug 12 21:08:24.917 INFO O| Aug 12 21:08:24.917 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75942024-08-12T21:08:25.510Z[ recovery-image] Aug 12 21:08:24.928 INFO O| Aug 12 21:08:24.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75952024-08-12T21:08:25.513Z[ recovery-image] Aug 12 21:08:24.929 INFO O| Aug 12 21:08:24.929 INFO STEP 8 (remove_files) COMPLETE
75962024-08-12T21:08:25.513Z[ recovery-image] Aug 12 21:08:24.929 INFO O| Aug 12 21:08:24.929 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75972024-08-12T21:08:25.520Z[ recovery-image] Aug 12 21:08:24.939 INFO O| Aug 12 21:08:24.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75982024-08-12T21:08:25.523Z[ recovery-image] Aug 12 21:08:24.939 INFO O| Aug 12 21:08:24.939 INFO STEP 9 (remove_files) COMPLETE
75992024-08-12T21:08:25.523Z[ recovery-image] Aug 12 21:08:24.939 INFO O| Aug 12 21:08:24.939 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76002024-08-12T21:08:25.531Z[ recovery-image] Aug 12 21:08:24.950 INFO O| Aug 12 21:08:24.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76012024-08-12T21:08:25.540Z[ recovery-image] Aug 12 21:08:24.951 INFO O| Aug 12 21:08:24.951 INFO STEP 10 (remove_files) COMPLETE
76022024-08-12T21:08:25.540Z[ recovery-image] Aug 12 21:08:24.951 INFO O| Aug 12 21:08:24.951 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76032024-08-12T21:08:25.544Z[ recovery-image] Aug 12 21:08:24.961 INFO O| Aug 12 21:08:24.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76042024-08-12T21:08:25.544Z[ recovery-image] Aug 12 21:08:24.961 INFO O| Aug 12 21:08:24.961 INFO STEP 11 (remove_files) COMPLETE
76052024-08-12T21:08:25.544Z[ recovery-image] Aug 12 21:08:24.961 INFO O| Aug 12 21:08:24.961 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76062024-08-12T21:08:25.555Z[ recovery-image] Aug 12 21:08:24.972 INFO O| Aug 12 21:08:24.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76072024-08-12T21:08:25.555Z[ recovery-image] Aug 12 21:08:24.972 INFO O| Aug 12 21:08:24.972 INFO STEP 12 (remove_files) COMPLETE
76082024-08-12T21:08:25.558Z[ recovery-image] Aug 12 21:08:24.972 INFO O| Aug 12 21:08:24.972 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76092024-08-12T21:08:25.565Z[ recovery-image] Aug 12 21:08:24.983 INFO O| Aug 12 21:08:24.983 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76102024-08-12T21:08:25.565Z[ recovery-image] Aug 12 21:08:24.983 INFO O| Aug 12 21:08:24.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76112024-08-12T21:08:25.565Z[ recovery-image] Aug 12 21:08:24.983 INFO O| Aug 12 21:08:24.983 INFO STEP 13 (ensure_dir) COMPLETE
76122024-08-12T21:08:25.567Z[ recovery-image] Aug 12 21:08:24.983 INFO O| Aug 12 21:08:24.983 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76132024-08-12T21:08:25.575Z[ recovery-image] Aug 12 21:08:24.994 INFO O| Aug 12 21:08:24.993 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76142024-08-12T21:08:25.575Z[ recovery-image] Aug 12 21:08:24.994 INFO O| Aug 12 21:08:24.994 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76152024-08-12T21:08:25.579Z[ recovery-image] Aug 12 21:08:24.994 INFO O| Aug 12 21:08:24.994 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76162024-08-12T21:08:25.579Z[ recovery-image] Aug 12 21:08:24.994 INFO O| Aug 12 21:08:24.994 INFO STEP 14 (ensure_dir) COMPLETE
76172024-08-12T21:08:25.579Z[ recovery-image] Aug 12 21:08:24.994 INFO O| Aug 12 21:08:24.994 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76182024-08-12T21:08:25.586Z[ recovery-image] Aug 12 21:08:25.005 INFO O| Aug 12 21:08:25.005 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76192024-08-12T21:08:25.586Z[ recovery-image] Aug 12 21:08:25.005 INFO O| Aug 12 21:08:25.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76202024-08-12T21:08:25.590Z[ recovery-image] Aug 12 21:08:25.005 INFO O| Aug 12 21:08:25.005 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76212024-08-12T21:08:25.590Z[ recovery-image] Aug 12 21:08:25.005 INFO O| Aug 12 21:08:25.005 INFO STEP 15 (ensure_dir) COMPLETE
76222024-08-12T21:08:25.590Z[ recovery-image] Aug 12 21:08:25.005 INFO O| Aug 12 21:08:25.005 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76232024-08-12T21:08:25.598Z[ recovery-image] Aug 12 21:08:25.015 INFO O| Aug 12 21:08:25.015 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76242024-08-12T21:08:25.598Z[ recovery-image] Aug 12 21:08:25.015 INFO O| Aug 12 21:08:25.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76252024-08-12T21:08:25.601Z[ recovery-image] Aug 12 21:08:25.015 INFO O| Aug 12 21:08:25.015 INFO STEP 16 (ensure_dir) COMPLETE
76262024-08-12T21:08:25.601Z[ recovery-image] Aug 12 21:08:25.015 INFO O| Aug 12 21:08:25.015 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76272024-08-12T21:08:25.608Z[ recovery-image] Aug 12 21:08:25.025 INFO O| Aug 12 21:08:25.025 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76282024-08-12T21:08:25.613Z[ recovery-image] Aug 12 21:08:25.026 INFO O| Aug 12 21:08:25.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76292024-08-12T21:08:25.613Z[ recovery-image] Aug 12 21:08:25.026 INFO O| Aug 12 21:08:25.026 INFO STEP 17 (ensure_dir) COMPLETE
76302024-08-12T21:08:25.613Z[ recovery-image] Aug 12 21:08:25.026 INFO O| Aug 12 21:08:25.026 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76312024-08-12T21:08:25.618Z[ recovery-image] Aug 12 21:08:25.036 INFO O| Aug 12 21:08:25.036 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76322024-08-12T21:08:25.618Z[ recovery-image] Aug 12 21:08:25.036 INFO O| Aug 12 21:08:25.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76332024-08-12T21:08:25.618Z[ recovery-image] Aug 12 21:08:25.036 INFO O| Aug 12 21:08:25.036 INFO ok!
76342024-08-12T21:08:25.622Z[ recovery-image] Aug 12 21:08:25.036 INFO O| Aug 12 21:08:25.036 INFO STEP 18 (ensure_symlink) COMPLETE
76352024-08-12T21:08:25.622Z[ recovery-image] Aug 12 21:08:25.036 INFO O| Aug 12 21:08:25.036 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76362024-08-12T21:08:25.627Z[ recovery-image] Aug 12 21:08:25.046 INFO O| Aug 12 21:08:25.046 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76372024-08-12T21:08:25.628Z[ recovery-image] Aug 12 21:08:25.046 INFO O| Aug 12 21:08:25.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76382024-08-12T21:08:25.628Z[ recovery-image] Aug 12 21:08:25.046 INFO O| Aug 12 21:08:25.046 INFO ok!
76392024-08-12T21:08:25.633Z[ recovery-image] Aug 12 21:08:25.046 INFO O| Aug 12 21:08:25.046 INFO STEP 19 (ensure_file) COMPLETE
76402024-08-12T21:08:25.633Z[ recovery-image] Aug 12 21:08:25.046 INFO O| Aug 12 21:08:25.046 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76412024-08-12T21:08:25.638Z[ recovery-image] Aug 12 21:08:25.056 INFO O| Aug 12 21:08:25.056 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76422024-08-12T21:08:25.638Z[ recovery-image] Aug 12 21:08:25.056 INFO O| Aug 12 21:08:25.056 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76432024-08-12T21:08:25.641Z[ recovery-image] Aug 12 21:08:25.056 INFO O| Aug 12 21:08:25.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76442024-08-12T21:08:25.641Z[ recovery-image] Aug 12 21:08:25.056 INFO O| Aug 12 21:08:25.056 INFO ok!
76452024-08-12T21:08:25.641Z[ recovery-image] Aug 12 21:08:25.056 INFO O| Aug 12 21:08:25.056 INFO STEP 20 (ensure_symlink) COMPLETE
76462024-08-12T21:08:25.641Z[ recovery-image] Aug 12 21:08:25.056 INFO O| Aug 12 21:08:25.056 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76472024-08-12T21:08:25.648Z[ recovery-image] Aug 12 21:08:25.066 INFO O| Aug 12 21:08:25.066 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76482024-08-12T21:08:25.649Z[ recovery-image] Aug 12 21:08:25.066 INFO O| Aug 12 21:08:25.066 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76492024-08-12T21:08:25.652Z[ recovery-image] Aug 12 21:08:25.067 INFO O| Aug 12 21:08:25.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76502024-08-12T21:08:25.652Z[ recovery-image] Aug 12 21:08:25.067 INFO O| Aug 12 21:08:25.067 INFO ok!
76512024-08-12T21:08:25.652Z[ recovery-image] Aug 12 21:08:25.067 INFO O| Aug 12 21:08:25.067 INFO STEP 21 (ensure_symlink) COMPLETE
76522024-08-12T21:08:25.652Z[ recovery-image] Aug 12 21:08:25.067 INFO O| Aug 12 21:08:25.067 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76532024-08-12T21:08:25.659Z[ recovery-image] Aug 12 21:08:25.076 INFO O| Aug 12 21:08:25.076 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76542024-08-12T21:08:25.659Z[ recovery-image] Aug 12 21:08:25.076 INFO O| Aug 12 21:08:25.076 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76552024-08-12T21:08:25.664Z[ recovery-image] Aug 12 21:08:25.077 INFO O| Aug 12 21:08:25.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76562024-08-12T21:08:25.664Z[ recovery-image] Aug 12 21:08:25.077 INFO O| Aug 12 21:08:25.077 INFO ok!
76572024-08-12T21:08:25.665Z[ recovery-image] Aug 12 21:08:25.077 INFO O| Aug 12 21:08:25.077 INFO STEP 22 (ensure_symlink) COMPLETE
76582024-08-12T21:08:25.665Z[ recovery-image] Aug 12 21:08:25.077 INFO O| Aug 12 21:08:25.077 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76592024-08-12T21:08:25.669Z[ recovery-image] Aug 12 21:08:25.087 INFO O| Aug 12 21:08:25.087 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76602024-08-12T21:08:25.669Z[ recovery-image] Aug 12 21:08:25.087 INFO O| Aug 12 21:08:25.087 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76612024-08-12T21:08:25.672Z[ recovery-image] Aug 12 21:08:25.087 INFO O| Aug 12 21:08:25.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76622024-08-12T21:08:25.672Z[ recovery-image] Aug 12 21:08:25.087 INFO O| Aug 12 21:08:25.087 INFO ok!
76632024-08-12T21:08:25.672Z[ recovery-image] Aug 12 21:08:25.087 INFO O| Aug 12 21:08:25.087 INFO STEP 23 (ensure_symlink) COMPLETE
76642024-08-12T21:08:25.672Z[ recovery-image] Aug 12 21:08:25.087 INFO O| Aug 12 21:08:25.087 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76652024-08-12T21:08:25.679Z[ recovery-image] Aug 12 21:08:25.097 INFO O| Aug 12 21:08:25.097 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76662024-08-12T21:08:25.682Z[ recovery-image] Aug 12 21:08:25.097 INFO O| Aug 12 21:08:25.097 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 ...
76672024-08-12T21:08:25.683Z[ recovery-image] Aug 12 21:08:25.098 INFO O| Aug 12 21:08:25.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76682024-08-12T21:08:25.683Z[ recovery-image] Aug 12 21:08:25.098 INFO O| Aug 12 21:08:25.098 INFO ok!
76692024-08-12T21:08:25.683Z[ recovery-image] Aug 12 21:08:25.098 INFO O| Aug 12 21:08:25.098 INFO STEP 24 (ensure_file) COMPLETE
76702024-08-12T21:08:25.683Z[ recovery-image] Aug 12 21:08:25.098 INFO O| Aug 12 21:08:25.098 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76712024-08-12T21:08:25.700Z[ recovery-image] Aug 12 21:08:25.108 INFO O| Aug 12 21:08:25.108 INFO updating shadow file
76722024-08-12T21:08:25.700Z[ recovery-image] Aug 12 21:08:25.108 INFO O| Aug 12 21:08:25.108 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76732024-08-12T21:08:25.700Z[ recovery-image] Aug 12 21:08:25.108 INFO O| Aug 12 21:08:25.108 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76742024-08-12T21:08:25.700Z[ recovery-image] Aug 12 21:08:25.108 INFO O| Aug 12 21:08:25.108 INFO STEP 25 (shadow) COMPLETE
76752024-08-12T21:08:25.700Z[ recovery-image] Aug 12 21:08:25.108 INFO O| Aug 12 21:08:25.108 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76762024-08-12T21:08:25.700Z[ recovery-image] Aug 12 21:08:25.118 INFO O| Aug 12 21:08:25.118 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76772024-08-12T21:08:25.704Z[ recovery-image] Aug 12 21:08:25.118 INFO O| Aug 12 21:08:25.118 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76782024-08-12T21:08:25.704Z[ recovery-image] Aug 12 21:08:25.118 INFO O| Aug 12 21:08:25.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76792024-08-12T21:08:25.705Z[ recovery-image] Aug 12 21:08:25.118 INFO O| Aug 12 21:08:25.118 INFO ok!
76802024-08-12T21:08:25.705Z[ recovery-image] Aug 12 21:08:25.118 INFO O| Aug 12 21:08:25.118 INFO STEP 26 (ensure_file) COMPLETE
76812024-08-12T21:08:25.705Z[ recovery-image] Aug 12 21:08:25.118 INFO O| Aug 12 21:08:25.118 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76822024-08-12T21:08:25.710Z[ recovery-image] Aug 12 21:08:25.128 INFO O| Aug 12 21:08:25.128 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76832024-08-12T21:08:25.710Z[ recovery-image] Aug 12 21:08:25.128 INFO O| Aug 12 21:08:25.128 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76842024-08-12T21:08:25.714Z[ recovery-image] Aug 12 21:08:25.129 INFO O| Aug 12 21:08:25.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76852024-08-12T21:08:25.714Z[ recovery-image] Aug 12 21:08:25.129 INFO O| Aug 12 21:08:25.129 INFO ok!
76862024-08-12T21:08:25.714Z[ recovery-image] Aug 12 21:08:25.129 INFO O| Aug 12 21:08:25.129 INFO STEP 27 (ensure_file) COMPLETE
76872024-08-12T21:08:25.714Z[ recovery-image] Aug 12 21:08:25.129 INFO O| Aug 12 21:08:25.129 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76882024-08-12T21:08:25.724Z[ recovery-image] Aug 12 21:08:25.143 INFO O| Aug 12 21:08:25.143 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76892024-08-12T21:08:25.724Z[ recovery-image] Aug 12 21:08:25.143 INFO O| Aug 12 21:08:25.143 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76902024-08-12T21:08:25.727Z[ recovery-image] Aug 12 21:08:25.143 INFO O| Aug 12 21:08:25.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76912024-08-12T21:08:25.727Z[ recovery-image] Aug 12 21:08:25.143 INFO O| Aug 12 21:08:25.143 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76922024-08-12T21:08:25.727Z[ recovery-image] Aug 12 21:08:25.143 INFO O| Aug 12 21:08:25.143 INFO ok!
76932024-08-12T21:08:25.727Z[ recovery-image] Aug 12 21:08:25.143 INFO O| Aug 12 21:08:25.143 INFO STEP 28 (ensure_file) COMPLETE
76942024-08-12T21:08:25.727Z[ recovery-image] Aug 12 21:08:25.143 INFO O| Aug 12 21:08:25.143 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76952024-08-12T21:08:25.734Z[ recovery-image] Aug 12 21:08:25.153 INFO O| Aug 12 21:08:25.153 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76962024-08-12T21:08:25.734Z[ recovery-image] Aug 12 21:08:25.153 INFO O| Aug 12 21:08:25.153 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76972024-08-12T21:08:25.737Z[ recovery-image] Aug 12 21:08:25.153 INFO O| Aug 12 21:08:25.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76982024-08-12T21:08:25.737Z[ recovery-image] Aug 12 21:08:25.153 INFO O| Aug 12 21:08:25.153 INFO ok!
76992024-08-12T21:08:25.737Z[ recovery-image] Aug 12 21:08:25.153 INFO O| Aug 12 21:08:25.153 INFO STEP 29 (ensure_file) COMPLETE
77002024-08-12T21:08:25.737Z[ recovery-image] Aug 12 21:08:25.153 INFO O| Aug 12 21:08:25.153 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77012024-08-12T21:08:25.745Z[ recovery-image] Aug 12 21:08:25.163 INFO O| Aug 12 21:08:25.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77022024-08-12T21:08:25.749Z[ recovery-image] Aug 12 21:08:25.163 INFO O| Aug 12 21:08:25.163 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77032024-08-12T21:08:25.749Z[ recovery-image] Aug 12 21:08:25.163 INFO O| Aug 12 21:08:25.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77042024-08-12T21:08:25.749Z[ recovery-image] Aug 12 21:08:25.163 INFO O| Aug 12 21:08:25.163 INFO ok!
77052024-08-12T21:08:25.749Z[ recovery-image] Aug 12 21:08:25.163 INFO O| Aug 12 21:08:25.163 INFO STEP 30 (ensure_file) COMPLETE
77062024-08-12T21:08:25.749Z[ recovery-image] Aug 12 21:08:25.163 INFO O| Aug 12 21:08:25.163 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77072024-08-12T21:08:25.755Z[ recovery-image] Aug 12 21:08:25.174 INFO O| Aug 12 21:08:25.174 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77082024-08-12T21:08:25.756Z[ recovery-image] Aug 12 21:08:25.174 INFO O| Aug 12 21:08:25.174 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77092024-08-12T21:08:25.759Z[ recovery-image] Aug 12 21:08:25.174 INFO O| Aug 12 21:08:25.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77102024-08-12T21:08:25.759Z[ recovery-image] Aug 12 21:08:25.174 INFO O| Aug 12 21:08:25.174 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77112024-08-12T21:08:25.759Z[ recovery-image] Aug 12 21:08:25.174 INFO O| Aug 12 21:08:25.174 INFO ok!
77122024-08-12T21:08:25.759Z[ recovery-image] Aug 12 21:08:25.174 INFO O| Aug 12 21:08:25.174 INFO STEP 31 (ensure_file) COMPLETE
77132024-08-12T21:08:25.759Z[ recovery-image] Aug 12 21:08:25.174 INFO O| Aug 12 21:08:25.174 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77142024-08-12T21:08:25.765Z[ recovery-image] Aug 12 21:08:25.184 INFO O| Aug 12 21:08:25.184 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77152024-08-12T21:08:25.765Z[ recovery-image] Aug 12 21:08:25.184 INFO O| Aug 12 21:08:25.184 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77162024-08-12T21:08:25.768Z[ recovery-image] Aug 12 21:08:25.184 INFO O| Aug 12 21:08:25.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77172024-08-12T21:08:25.768Z[ recovery-image] Aug 12 21:08:25.184 INFO O| Aug 12 21:08:25.184 INFO ok!
77182024-08-12T21:08:25.768Z[ recovery-image] Aug 12 21:08:25.184 INFO O| Aug 12 21:08:25.184 INFO STEP 32 (ensure_file) COMPLETE
77192024-08-12T21:08:25.768Z[ recovery-image] Aug 12 21:08:25.184 INFO O| Aug 12 21:08:25.184 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77202024-08-12T21:08:25.776Z[ recovery-image] Aug 12 21:08:25.194 INFO O| Aug 12 21:08:25.194 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77212024-08-12T21:08:25.776Z[ recovery-image] Aug 12 21:08:25.194 INFO O| Aug 12 21:08:25.194 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77222024-08-12T21:08:25.779Z[ recovery-image] Aug 12 21:08:25.194 INFO O| Aug 12 21:08:25.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77232024-08-12T21:08:25.779Z[ recovery-image] Aug 12 21:08:25.194 INFO O| Aug 12 21:08:25.194 INFO ok!
77242024-08-12T21:08:25.779Z[ recovery-image] Aug 12 21:08:25.194 INFO O| Aug 12 21:08:25.194 INFO STEP 33 (ensure_file) COMPLETE
77252024-08-12T21:08:25.779Z[ recovery-image] Aug 12 21:08:25.194 INFO O| Aug 12 21:08:25.194 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77262024-08-12T21:08:25.786Z[ recovery-image] Aug 12 21:08:25.205 INFO O| Aug 12 21:08:25.205 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77272024-08-12T21:08:25.790Z[ recovery-image] Aug 12 21:08:25.205 INFO O| Aug 12 21:08:25.205 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77282024-08-12T21:08:25.790Z[ recovery-image] Aug 12 21:08:25.205 INFO O| Aug 12 21:08:25.205 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77292024-08-12T21:08:25.790Z[ recovery-image] Aug 12 21:08:25.205 INFO O| Aug 12 21:08:25.205 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77302024-08-12T21:08:25.790Z[ recovery-image] Aug 12 21:08:25.205 INFO O| Aug 12 21:08:25.205 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77312024-08-12T21:08:25.790Z[ recovery-image] Aug 12 21:08:25.205 INFO O| Aug 12 21:08:25.205 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77322024-08-12T21:08:25.791Z[ recovery-image] Aug 12 21:08:25.205 INFO O| Aug 12 21:08:25.205 INFO ok!
77332024-08-12T21:08:25.791Z[ recovery-image] Aug 12 21:08:25.205 INFO O| Aug 12 21:08:25.205 INFO STEP 34 (ensure_file) COMPLETE
77342024-08-12T21:08:25.791Z[ recovery-image] Aug 12 21:08:25.205 INFO O| Aug 12 21:08:25.205 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77352024-08-12T21:08:25.796Z[ recovery-image] Aug 12 21:08:25.215 INFO O| Aug 12 21:08:25.215 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77362024-08-12T21:08:25.801Z[ recovery-image] Aug 12 21:08:25.215 INFO O| Aug 12 21:08:25.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77372024-08-12T21:08:25.801Z[ recovery-image] Aug 12 21:08:25.215 INFO O| Aug 12 21:08:25.215 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77382024-08-12T21:08:25.801Z[ recovery-image] Aug 12 21:08:25.215 INFO O| Aug 12 21:08:25.215 INFO STEP 35 (ensure_dir) COMPLETE
77392024-08-12T21:08:25.801Z[ recovery-image] Aug 12 21:08:25.215 INFO O| Aug 12 21:08:25.215 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77402024-08-12T21:08:25.806Z[ recovery-image] Aug 12 21:08:25.225 INFO O| Aug 12 21:08:25.225 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
77412024-08-12T21:08:25.807Z[ recovery-image] Aug 12 21:08:25.225 INFO O| Aug 12 21:08:25.225 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 ...
77422024-08-12T21:08:25.810Z[ recovery-image] Aug 12 21:08:25.225 INFO O| Aug 12 21:08:25.225 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
77432024-08-12T21:08:25.810Z[ recovery-image] Aug 12 21:08:25.225 INFO O| Aug 12 21:08:25.225 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
77442024-08-12T21:08:25.810Z[ recovery-image] Aug 12 21:08:25.225 INFO O| Aug 12 21:08:25.225 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
77452024-08-12T21:08:25.810Z[ recovery-image] Aug 12 21:08:25.225 INFO O| Aug 12 21:08:25.225 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
77462024-08-12T21:08:25.810Z[ recovery-image] Aug 12 21:08:25.225 INFO O| Aug 12 21:08:25.225 INFO ok!
77472024-08-12T21:08:25.810Z[ recovery-image] Aug 12 21:08:25.225 INFO O| Aug 12 21:08:25.225 INFO STEP 36 (ensure_file) COMPLETE
77482024-08-12T21:08:25.810Z[ recovery-image] Aug 12 21:08:25.225 INFO O| Aug 12 21:08:25.225 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77492024-08-12T21:08:25.819Z[ recovery-image] Aug 12 21:08:25.237 INFO O| Aug 12 21:08:25.237 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77502024-08-12T21:08:25.823Z[ recovery-image] Aug 12 21:08:25.237 INFO O| Aug 12 21:08:25.237 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 ...
77512024-08-12T21:08:25.823Z[ recovery-image] Aug 12 21:08:25.237 INFO O| Aug 12 21:08:25.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77522024-08-12T21:08:25.823Z[ recovery-image] Aug 12 21:08:25.237 INFO O| Aug 12 21:08:25.237 INFO ok!
77532024-08-12T21:08:25.823Z[ recovery-image] Aug 12 21:08:25.237 INFO O| Aug 12 21:08:25.237 INFO STEP 37 (ensure_symlink) COMPLETE
77542024-08-12T21:08:25.823Z[ recovery-image] Aug 12 21:08:25.237 INFO O| Aug 12 21:08:25.237 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77552024-08-12T21:08:25.829Z[ recovery-image] Aug 12 21:08:25.248 INFO O| Aug 12 21:08:25.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77562024-08-12T21:08:25.829Z[ recovery-image] Aug 12 21:08:25.248 INFO O| Aug 12 21:08:25.248 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77572024-08-12T21:08:25.833Z[ recovery-image] Aug 12 21:08:25.248 INFO O| Aug 12 21:08:25.248 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77582024-08-12T21:08:25.833Z[ recovery-image] Aug 12 21:08:25.248 INFO O| Aug 12 21:08:25.248 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77592024-08-12T21:08:25.833Z[ recovery-image] Aug 12 21:08:25.248 INFO O| Aug 12 21:08:25.248 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77602024-08-12T21:08:25.833Z[ recovery-image] Aug 12 21:08:25.248 INFO O| Aug 12 21:08:25.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77612024-08-12T21:08:25.833Z[ recovery-image] Aug 12 21:08:25.248 INFO O| Aug 12 21:08:25.248 INFO ok!
77622024-08-12T21:08:25.833Z[ recovery-image] Aug 12 21:08:25.248 INFO O| Aug 12 21:08:25.248 INFO STEP 38 (ensure_file) COMPLETE
77632024-08-12T21:08:25.833Z[ recovery-image] Aug 12 21:08:25.248 INFO O| Aug 12 21:08:25.248 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77642024-08-12T21:08:25.840Z[ recovery-image] Aug 12 21:08:25.259 INFO O| Aug 12 21:08:25.258 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77652024-08-12T21:08:25.840Z[ recovery-image] Aug 12 21:08:25.259 INFO O| Aug 12 21:08:25.259 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 ...
77662024-08-12T21:08:25.843Z[ recovery-image] Aug 12 21:08:25.259 INFO O| Aug 12 21:08:25.259 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
77672024-08-12T21:08:25.843Z[ recovery-image] Aug 12 21:08:25.259 INFO O| Aug 12 21:08:25.259 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77682024-08-12T21:08:25.843Z[ recovery-image] Aug 12 21:08:25.259 INFO O| Aug 12 21:08:25.259 INFO ok!
77692024-08-12T21:08:25.843Z[ recovery-image] Aug 12 21:08:25.259 INFO O| Aug 12 21:08:25.259 INFO STEP 39 (ensure_file) COMPLETE
77702024-08-12T21:08:25.843Z[ recovery-image] Aug 12 21:08:25.259 INFO O| Aug 12 21:08:25.259 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77712024-08-12T21:08:25.850Z[ recovery-image] Aug 12 21:08:25.269 INFO O| Aug 12 21:08:25.269 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77722024-08-12T21:08:25.850Z[ recovery-image] Aug 12 21:08:25.269 INFO O| Aug 12 21:08:25.269 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77732024-08-12T21:08:25.854Z[ recovery-image] Aug 12 21:08:25.269 INFO O| Aug 12 21:08:25.269 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77742024-08-12T21:08:25.854Z[ recovery-image] Aug 12 21:08:25.269 INFO O| Aug 12 21:08:25.269 INFO ok!
77752024-08-12T21:08:25.854Z[ recovery-image] Aug 12 21:08:25.269 INFO O| Aug 12 21:08:25.269 INFO STEP 40 (ensure_file) COMPLETE
77762024-08-12T21:08:25.854Z[ recovery-image] Aug 12 21:08:25.269 INFO O| Aug 12 21:08:25.269 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77772024-08-12T21:08:25.863Z[ recovery-image] Aug 12 21:08:25.279 INFO O| Aug 12 21:08:25.279 INFO updating shadow file
77782024-08-12T21:08:25.866Z[ recovery-image] Aug 12 21:08:25.279 INFO O| Aug 12 21:08:25.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77792024-08-12T21:08:25.866Z[ recovery-image] Aug 12 21:08:25.279 INFO O| Aug 12 21:08:25.279 INFO STEP 41 (shadow) COMPLETE
77802024-08-12T21:08:25.866Z[ recovery-image] Aug 12 21:08:25.280 INFO O| Aug 12 21:08:25.279 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77812024-08-12T21:08:25.873Z[ recovery-image] Aug 12 21:08:25.290 INFO O| Aug 12 21:08:25.290 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77822024-08-12T21:08:25.877Z[ recovery-image] Aug 12 21:08:25.290 INFO O| Aug 12 21:08:25.290 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77832024-08-12T21:08:25.877Z[ recovery-image] Aug 12 21:08:25.290 INFO O| Aug 12 21:08:25.290 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77842024-08-12T21:08:25.878Z[ recovery-image] Aug 12 21:08:25.290 INFO O| Aug 12 21:08:25.290 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77852024-08-12T21:08:25.878Z[ recovery-image] Aug 12 21:08:25.290 INFO O| Aug 12 21:08:25.290 INFO ok!
77862024-08-12T21:08:25.878Z[ recovery-image] Aug 12 21:08:25.290 INFO O| Aug 12 21:08:25.290 INFO STEP 42 (ensure_file) COMPLETE
77872024-08-12T21:08:25.878Z[ recovery-image] Aug 12 21:08:25.290 INFO O| Aug 12 21:08:25.290 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77882024-08-12T21:08:25.882Z[ recovery-image] Aug 12 21:08:25.300 INFO O| Aug 12 21:08:25.300 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77892024-08-12T21:08:25.882Z[ recovery-image] Aug 12 21:08:25.300 INFO O| Aug 12 21:08:25.300 INFO STEP 43 (ensure_dir) COMPLETE
77902024-08-12T21:08:25.885Z[ recovery-image] Aug 12 21:08:25.300 INFO O| Aug 12 21:08:25.300 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77912024-08-12T21:08:25.893Z[ recovery-image] Aug 12 21:08:25.310 INFO O| Aug 12 21:08:25.310 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77922024-08-12T21:08:25.893Z[ recovery-image] Aug 12 21:08:25.310 INFO O| Aug 12 21:08:25.310 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77932024-08-12T21:08:25.893Z[ recovery-image] Aug 12 21:08:25.310 INFO O| Aug 12 21:08:25.310 INFO STEP 44 (ensure_dir) COMPLETE
77942024-08-12T21:08:25.896Z[ recovery-image] Aug 12 21:08:25.310 INFO O| Aug 12 21:08:25.310 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77952024-08-12T21:08:25.902Z[ recovery-image] Aug 12 21:08:25.320 INFO O| Aug 12 21:08:25.320 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77962024-08-12T21:08:25.902Z[ recovery-image] Aug 12 21:08:25.320 INFO O| Aug 12 21:08:25.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77972024-08-12T21:08:25.902Z[ recovery-image] Aug 12 21:08:25.320 INFO O| Aug 12 21:08:25.320 INFO STEP 45 (ensure_dir) COMPLETE
77982024-08-12T21:08:25.905Z[ recovery-image] Aug 12 21:08:25.320 INFO O| Aug 12 21:08:25.320 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77992024-08-12T21:08:25.913Z[ recovery-image] Aug 12 21:08:25.331 INFO O| Aug 12 21:08:25.331 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78002024-08-12T21:08:25.913Z[ recovery-image] Aug 12 21:08:25.331 INFO O| Aug 12 21:08:25.331 INFO copying /tmp/.tmpmNI4U7/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78012024-08-12T21:08:25.943Z[ recovery-image] Aug 12 21:08:25.361 INFO O| Aug 12 21:08:25.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78022024-08-12T21:08:25.943Z[ recovery-image] Aug 12 21:08:25.361 INFO O| Aug 12 21:08:25.361 INFO ok!
78032024-08-12T21:08:25.947Z[ recovery-image] Aug 12 21:08:25.361 INFO O| Aug 12 21:08:25.361 INFO STEP 46 (ensure_file) COMPLETE
78042024-08-12T21:08:25.947Z[ recovery-image] Aug 12 21:08:25.361 INFO O| Aug 12 21:08:25.361 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78052024-08-12T21:08:25.954Z[ recovery-image] Aug 12 21:08:25.373 INFO O| Aug 12 21:08:25.373 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78062024-08-12T21:08:25.954Z[ recovery-image] Aug 12 21:08:25.373 INFO O| Aug 12 21:08:25.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78072024-08-12T21:08:25.959Z[ recovery-image] Aug 12 21:08:25.373 INFO O| Aug 12 21:08:25.373 INFO STEP 47 (ensure_dir) COMPLETE
78082024-08-12T21:08:25.959Z[ recovery-image] Aug 12 21:08:25.373 INFO O| Aug 12 21:08:25.373 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78092024-08-12T21:08:25.966Z[ recovery-image] Aug 12 21:08:25.384 INFO O| Aug 12 21:08:25.384 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78102024-08-12T21:08:25.966Z[ recovery-image] Aug 12 21:08:25.384 INFO O| Aug 12 21:08:25.384 INFO copying /tmp/.tmpmNI4U7/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78112024-08-12T21:08:25.966Z[ recovery-image] Aug 12 21:08:25.384 INFO O| Aug 12 21:08:25.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78122024-08-12T21:08:25.969Z[ recovery-image] Aug 12 21:08:25.384 INFO O| Aug 12 21:08:25.384 INFO ok!
78132024-08-12T21:08:25.969Z[ recovery-image] Aug 12 21:08:25.384 INFO O| Aug 12 21:08:25.384 INFO STEP 48 (ensure_file) COMPLETE
78142024-08-12T21:08:25.969Z[ recovery-image] Aug 12 21:08:25.384 INFO O| Aug 12 21:08:25.384 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78152024-08-12T21:08:25.976Z[ recovery-image] Aug 12 21:08:25.394 INFO O| Aug 12 21:08:25.394 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78162024-08-12T21:08:25.976Z[ recovery-image] Aug 12 21:08:25.394 INFO O| Aug 12 21:08:25.394 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78172024-08-12T21:08:25.976Z[ recovery-image] Aug 12 21:08:25.394 INFO O| Aug 12 21:08:25.394 INFO STEP 49 (ensure_dir) COMPLETE
78182024-08-12T21:08:25.982Z[ recovery-image] Aug 12 21:08:25.394 INFO O| Aug 12 21:08:25.394 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78192024-08-12T21:08:25.988Z[ recovery-image] Aug 12 21:08:25.404 INFO O| Aug 12 21:08:25.404 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78202024-08-12T21:08:25.988Z[ recovery-image] Aug 12 21:08:25.404 INFO O| Aug 12 21:08:25.404 INFO copying /tmp/.tmpmNI4U7/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78212024-08-12T21:08:26.004Z[ recovery-image] Aug 12 21:08:25.419 INFO O| Aug 12 21:08:25.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78222024-08-12T21:08:26.004Z[ recovery-image] Aug 12 21:08:25.419 INFO O| Aug 12 21:08:25.419 INFO ok!
78232024-08-12T21:08:26.008Z[ recovery-image] Aug 12 21:08:25.419 INFO O| Aug 12 21:08:25.419 INFO STEP 50 (ensure_file) COMPLETE
78242024-08-12T21:08:26.008Z[ recovery-image] Aug 12 21:08:25.419 INFO O| Aug 12 21:08:25.419 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78252024-08-12T21:08:26.013Z[ recovery-image] Aug 12 21:08:25.430 INFO O| Aug 12 21:08:25.430 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78262024-08-12T21:08:26.016Z[ recovery-image] Aug 12 21:08:25.430 INFO O| Aug 12 21:08:25.430 INFO copying /tmp/.tmpmNI4U7/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78272024-08-12T21:08:26.666Z[ recovery-image] Aug 12 21:08:26.084 INFO O| Aug 12 21:08:26.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78282024-08-12T21:08:26.666Z[ recovery-image] Aug 12 21:08:26.084 INFO O| Aug 12 21:08:26.084 INFO ok!
78292024-08-12T21:08:26.670Z[ recovery-image] Aug 12 21:08:26.084 INFO O| Aug 12 21:08:26.084 INFO STEP 51 (ensure_file) COMPLETE
78302024-08-12T21:08:26.670Z[ recovery-image] Aug 12 21:08:26.084 INFO O| Aug 12 21:08:26.084 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78312024-08-12T21:08:26.680Z[ recovery-image] Aug 12 21:08:26.097 INFO O| Aug 12 21:08:26.097 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78322024-08-12T21:08:26.685Z[ recovery-image] Aug 12 21:08:26.097 INFO O| Aug 12 21:08:26.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78332024-08-12T21:08:26.685Z[ recovery-image] Aug 12 21:08:26.097 INFO O| Aug 12 21:08:26.097 INFO STEP 52 (ensure_dir) COMPLETE
78342024-08-12T21:08:26.685Z[ recovery-image] Aug 12 21:08:26.097 INFO O| Aug 12 21:08:26.097 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78352024-08-12T21:08:26.691Z[ recovery-image] Aug 12 21:08:26.109 INFO O| Aug 12 21:08:26.109 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78362024-08-12T21:08:26.696Z[ recovery-image] Aug 12 21:08:26.109 INFO O| Aug 12 21:08:26.109 INFO copying /tmp/.tmpmNI4U7/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 ...
78372024-08-12T21:08:26.696Z[ recovery-image] Aug 12 21:08:26.109 INFO O| Aug 12 21:08:26.109 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
78382024-08-12T21:08:26.696Z[ recovery-image] Aug 12 21:08:26.109 INFO O| Aug 12 21:08:26.109 INFO ok!
78392024-08-12T21:08:26.696Z[ recovery-image] Aug 12 21:08:26.109 INFO O| Aug 12 21:08:26.109 INFO STEP 53 (ensure_file) COMPLETE
78402024-08-12T21:08:26.697Z[ recovery-image] Aug 12 21:08:26.109 INFO O| Aug 12 21:08:26.109 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78412024-08-12T21:08:26.705Z[ recovery-image] Aug 12 21:08:26.119 INFO O| Aug 12 21:08:26.119 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78422024-08-12T21:08:26.705Z[ recovery-image] Aug 12 21:08:26.119 INFO O| Aug 12 21:08:26.119 INFO copying /tmp/.tmpmNI4U7/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 ...
78432024-08-12T21:08:26.709Z[ recovery-image] Aug 12 21:08:26.119 INFO O| Aug 12 21:08:26.119 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
78442024-08-12T21:08:26.709Z[ recovery-image] Aug 12 21:08:26.119 INFO O| Aug 12 21:08:26.119 INFO ok!
78452024-08-12T21:08:26.709Z[ recovery-image] Aug 12 21:08:26.119 INFO O| Aug 12 21:08:26.119 INFO STEP 54 (ensure_file) COMPLETE
78462024-08-12T21:08:26.709Z[ recovery-image] Aug 12 21:08:26.119 INFO O| Aug 12 21:08:26.119 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78472024-08-12T21:08:26.713Z[ recovery-image] Aug 12 21:08:26.129 INFO O| Aug 12 21:08:26.129 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78482024-08-12T21:08:26.713Z[ recovery-image] Aug 12 21:08:26.129 INFO O| Aug 12 21:08:26.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78492024-08-12T21:08:26.713Z[ recovery-image] Aug 12 21:08:26.129 INFO O| Aug 12 21:08:26.129 INFO STEP 55 (ensure_dir) COMPLETE
78502024-08-12T21:08:26.713Z[ recovery-image] Aug 12 21:08:26.129 INFO O| Aug 12 21:08:26.129 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78512024-08-12T21:08:26.720Z[ recovery-image] Aug 12 21:08:26.139 INFO O| Aug 12 21:08:26.139 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78522024-08-12T21:08:26.724Z[ recovery-image] Aug 12 21:08:26.139 INFO O| Aug 12 21:08:26.139 INFO copying /tmp/.tmpmNI4U7/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 ...
78532024-08-12T21:08:26.724Z[ recovery-image] Aug 12 21:08:26.139 INFO O| Aug 12 21:08:26.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78542024-08-12T21:08:26.724Z[ recovery-image] Aug 12 21:08:26.139 INFO O| Aug 12 21:08:26.139 INFO ok!
78552024-08-12T21:08:26.724Z[ recovery-image] Aug 12 21:08:26.139 INFO O| Aug 12 21:08:26.139 INFO STEP 56 (ensure_file) COMPLETE
78562024-08-12T21:08:26.724Z[ recovery-image] Aug 12 21:08:26.139 INFO O| Aug 12 21:08:26.139 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78572024-08-12T21:08:26.731Z[ recovery-image] Aug 12 21:08:26.149 INFO O| Aug 12 21:08:26.149 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78582024-08-12T21:08:26.731Z[ recovery-image] Aug 12 21:08:26.149 INFO O| Aug 12 21:08:26.149 INFO copying /tmp/.tmpmNI4U7/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 ...
78592024-08-12T21:08:26.734Z[ recovery-image] Aug 12 21:08:26.150 INFO O| Aug 12 21:08:26.150 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
78602024-08-12T21:08:26.734Z[ recovery-image] Aug 12 21:08:26.150 INFO O| Aug 12 21:08:26.150 INFO ok!
78612024-08-12T21:08:26.734Z[ recovery-image] Aug 12 21:08:26.150 INFO O| Aug 12 21:08:26.150 INFO STEP 57 (ensure_file) COMPLETE
78622024-08-12T21:08:26.734Z[ recovery-image] Aug 12 21:08:26.150 INFO O| Aug 12 21:08:26.150 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78632024-08-12T21:08:26.741Z[ recovery-image] Aug 12 21:08:26.160 INFO O| Aug 12 21:08:26.160 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78642024-08-12T21:08:26.741Z[ recovery-image] Aug 12 21:08:26.160 INFO O| Aug 12 21:08:26.160 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78652024-08-12T21:08:26.744Z[ recovery-image] Aug 12 21:08:26.160 INFO O| Aug 12 21:08:26.160 INFO STEP 58 (ensure_dir) COMPLETE
78662024-08-12T21:08:26.744Z[ recovery-image] Aug 12 21:08:26.160 INFO O| Aug 12 21:08:26.160 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78672024-08-12T21:08:26.753Z[ recovery-image] Aug 12 21:08:26.172 INFO O| Aug 12 21:08:26.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78682024-08-12T21:08:26.754Z[ recovery-image] Aug 12 21:08:26.172 INFO O| Aug 12 21:08:26.172 INFO copying /tmp/.tmpmNI4U7/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 ...
78692024-08-12T21:08:26.756Z[ recovery-image] Aug 12 21:08:26.172 INFO O| Aug 12 21:08:26.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78702024-08-12T21:08:26.757Z[ recovery-image] Aug 12 21:08:26.172 INFO O| Aug 12 21:08:26.172 INFO ok!
78712024-08-12T21:08:26.757Z[ recovery-image] Aug 12 21:08:26.172 INFO O| Aug 12 21:08:26.172 INFO STEP 59 (ensure_file) COMPLETE
78722024-08-12T21:08:26.757Z[ recovery-image] Aug 12 21:08:26.172 INFO O| Aug 12 21:08:26.172 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78732024-08-12T21:08:26.764Z[ recovery-image] Aug 12 21:08:26.182 INFO O| Aug 12 21:08:26.182 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78742024-08-12T21:08:26.764Z[ recovery-image] Aug 12 21:08:26.182 INFO O| Aug 12 21:08:26.182 INFO copying /tmp/.tmpmNI4U7/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78752024-08-12T21:08:26.767Z[ recovery-image] Aug 12 21:08:26.183 INFO O| Aug 12 21:08:26.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78762024-08-12T21:08:26.767Z[ recovery-image] Aug 12 21:08:26.183 INFO O| Aug 12 21:08:26.183 INFO ok!
78772024-08-12T21:08:26.767Z[ recovery-image] Aug 12 21:08:26.183 INFO O| Aug 12 21:08:26.183 INFO STEP 60 (ensure_file) COMPLETE
78782024-08-12T21:08:26.767Z[ recovery-image] Aug 12 21:08:26.183 INFO O| Aug 12 21:08:26.183 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-08-12T21:08:26.776Z[ recovery-image] Aug 12 21:08:26.194 INFO O| Aug 12 21:08:26.194 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78802024-08-12T21:08:26.776Z[ recovery-image] Aug 12 21:08:26.194 INFO O| Aug 12 21:08:26.194 INFO STEP 61 (ensure_dir) COMPLETE
78812024-08-12T21:08:26.780Z[ recovery-image] Aug 12 21:08:26.194 INFO O| Aug 12 21:08:26.194 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78822024-08-12T21:08:26.786Z[ recovery-image] Aug 12 21:08:26.204 INFO O| Aug 12 21:08:26.204 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78832024-08-12T21:08:26.786Z[ recovery-image] Aug 12 21:08:26.204 INFO O| Aug 12 21:08:26.204 INFO STEP 62 (ensure_dir) COMPLETE
78842024-08-12T21:08:26.789Z[ recovery-image] Aug 12 21:08:26.204 INFO O| Aug 12 21:08:26.204 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78852024-08-12T21:08:26.796Z[ recovery-image] Aug 12 21:08:26.214 INFO O| Aug 12 21:08:26.214 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78862024-08-12T21:08:26.796Z[ recovery-image] Aug 12 21:08:26.214 INFO O| Aug 12 21:08:26.214 INFO STEP 63 (ensure_dir) COMPLETE
78872024-08-12T21:08:26.799Z[ recovery-image] Aug 12 21:08:26.214 INFO O| Aug 12 21:08:26.214 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78882024-08-12T21:08:26.806Z[ recovery-image] Aug 12 21:08:26.224 INFO O| Aug 12 21:08:26.224 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78892024-08-12T21:08:26.806Z[ recovery-image] Aug 12 21:08:26.224 INFO O| Aug 12 21:08:26.224 INFO STEP 64 (ensure_dir) COMPLETE
78902024-08-12T21:08:26.806Z[ recovery-image] Aug 12 21:08:26.224 INFO O| Aug 12 21:08:26.224 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78912024-08-12T21:08:26.820Z[ recovery-image] Aug 12 21:08:26.238 INFO O| Aug 12 21:08:26.238 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78922024-08-12T21:08:26.820Z[ recovery-image] Aug 12 21:08:26.238 INFO O| Aug 12 21:08:26.238 INFO copying /tmp/.tmpmNI4U7/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78932024-08-12T21:08:26.823Z[ recovery-image] Aug 12 21:08:26.238 INFO O| Aug 12 21:08:26.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78942024-08-12T21:08:26.823Z[ recovery-image] Aug 12 21:08:26.238 INFO O| Aug 12 21:08:26.238 INFO ok!
78952024-08-12T21:08:26.823Z[ recovery-image] Aug 12 21:08:26.238 INFO O| Aug 12 21:08:26.238 INFO STEP 65 (ensure_file) COMPLETE
78962024-08-12T21:08:26.823Z[ recovery-image] Aug 12 21:08:26.238 INFO O| Aug 12 21:08:26.238 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78972024-08-12T21:08:26.830Z[ recovery-image] Aug 12 21:08:26.248 INFO O| Aug 12 21:08:26.248 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78982024-08-12T21:08:26.833Z[ recovery-image] Aug 12 21:08:26.249 INFO O| Aug 12 21:08:26.248 INFO STEP 66 (remove_files) COMPLETE
78992024-08-12T21:08:26.833Z[ recovery-image] Aug 12 21:08:26.249 INFO O| Aug 12 21:08:26.248 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79002024-08-12T21:08:26.840Z[ recovery-image] Aug 12 21:08:26.259 INFO O| Aug 12 21:08:26.258 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79012024-08-12T21:08:26.843Z[ recovery-image] Aug 12 21:08:26.259 INFO O| Aug 12 21:08:26.259 INFO STEP 67 (remove_files) COMPLETE
79022024-08-12T21:08:26.843Z[ recovery-image] Aug 12 21:08:26.259 INFO O| Aug 12 21:08:26.259 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79032024-08-12T21:08:26.850Z[ recovery-image] Aug 12 21:08:26.269 INFO O| Aug 12 21:08:26.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79042024-08-12T21:08:26.853Z[ recovery-image] Aug 12 21:08:26.269 INFO O| Aug 12 21:08:26.269 INFO STEP 68 (remove_files) COMPLETE
79052024-08-12T21:08:26.853Z[ recovery-image] Aug 12 21:08:26.269 INFO O| Aug 12 21:08:26.269 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79062024-08-12T21:08:26.860Z[ recovery-image] Aug 12 21:08:26.279 INFO O| Aug 12 21:08:26.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79072024-08-12T21:08:26.863Z[ recovery-image] Aug 12 21:08:26.279 INFO O| Aug 12 21:08:26.279 INFO STEP 69 (remove_files) COMPLETE
79082024-08-12T21:08:26.863Z[ recovery-image] Aug 12 21:08:26.279 INFO O| Aug 12 21:08:26.279 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79092024-08-12T21:08:26.871Z[ recovery-image] Aug 12 21:08:26.289 INFO O| Aug 12 21:08:26.289 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79102024-08-12T21:08:26.874Z[ recovery-image] Aug 12 21:08:26.289 INFO O| Aug 12 21:08:26.289 INFO STEP 70 (remove_files) COMPLETE
79112024-08-12T21:08:26.874Z[ recovery-image] Aug 12 21:08:26.289 INFO O| Aug 12 21:08:26.289 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79122024-08-12T21:08:26.882Z[ recovery-image] Aug 12 21:08:26.300 INFO O| Aug 12 21:08:26.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79132024-08-12T21:08:26.888Z[ recovery-image] Aug 12 21:08:26.300 INFO O| Aug 12 21:08:26.300 INFO STEP 71 (remove_files) COMPLETE
79142024-08-12T21:08:26.888Z[ recovery-image] Aug 12 21:08:26.300 INFO O| Aug 12 21:08:26.300 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79152024-08-12T21:08:26.895Z[ recovery-image] Aug 12 21:08:26.310 INFO O| Aug 12 21:08:26.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79162024-08-12T21:08:26.906Z[ recovery-image] Aug 12 21:08:26.310 INFO O| Aug 12 21:08:26.310 INFO STEP 72 (remove_files) COMPLETE
79172024-08-12T21:08:26.906Z[ recovery-image] Aug 12 21:08:26.310 INFO O| Aug 12 21:08:26.310 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79182024-08-12T21:08:26.915Z[ recovery-image] Aug 12 21:08:26.322 INFO O| Aug 12 21:08:26.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79192024-08-12T21:08:26.915Z[ recovery-image] Aug 12 21:08:26.322 INFO O| Aug 12 21:08:26.322 INFO STEP 73 (remove_files) COMPLETE
79202024-08-12T21:08:26.915Z[ recovery-image] Aug 12 21:08:26.322 INFO O| Aug 12 21:08:26.322 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79212024-08-12T21:08:26.920Z[ recovery-image] Aug 12 21:08:26.332 INFO O| Aug 12 21:08:26.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79222024-08-12T21:08:26.920Z[ recovery-image] Aug 12 21:08:26.333 INFO O| Aug 12 21:08:26.332 INFO STEP 74 (remove_files) COMPLETE
79232024-08-12T21:08:26.920Z[ recovery-image] Aug 12 21:08:26.333 INFO O| Aug 12 21:08:26.332 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79242024-08-12T21:08:26.924Z[ recovery-image] Aug 12 21:08:26.343 INFO O| Aug 12 21:08:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79252024-08-12T21:08:26.924Z[ recovery-image] Aug 12 21:08:26.343 INFO O| Aug 12 21:08:26.343 INFO STEP 75 (remove_files) COMPLETE
79262024-08-12T21:08:26.927Z[ recovery-image] Aug 12 21:08:26.343 INFO O| Aug 12 21:08:26.343 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79272024-08-12T21:08:26.934Z[ recovery-image] Aug 12 21:08:26.353 INFO O| Aug 12 21:08:26.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79282024-08-12T21:08:26.935Z[ recovery-image] Aug 12 21:08:26.353 INFO O| Aug 12 21:08:26.353 INFO STEP 76 (remove_files) COMPLETE
79292024-08-12T21:08:26.938Z[ recovery-image] Aug 12 21:08:26.353 INFO O| Aug 12 21:08:26.353 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79302024-08-12T21:08:26.945Z[ recovery-image] Aug 12 21:08:26.363 INFO O| Aug 12 21:08:26.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79312024-08-12T21:08:26.948Z[ recovery-image] Aug 12 21:08:26.363 INFO O| Aug 12 21:08:26.363 INFO STEP 77 (remove_files) COMPLETE
79322024-08-12T21:08:26.949Z[ recovery-image] Aug 12 21:08:26.363 INFO O| Aug 12 21:08:26.363 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79332024-08-12T21:08:26.956Z[ recovery-image] Aug 12 21:08:26.374 INFO O| Aug 12 21:08:26.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79342024-08-12T21:08:26.961Z[ recovery-image] Aug 12 21:08:26.374 INFO O| Aug 12 21:08:26.374 INFO STEP 78 (remove_files) COMPLETE
79352024-08-12T21:08:26.961Z[ recovery-image] Aug 12 21:08:26.374 INFO O| Aug 12 21:08:26.374 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79362024-08-12T21:08:26.990Z[ recovery-image] Aug 12 21:08:26.385 INFO O| Aug 12 21:08:26.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79372024-08-12T21:08:26.990Z[ recovery-image] Aug 12 21:08:26.385 INFO O| Aug 12 21:08:26.385 INFO STEP 79 (remove_files) COMPLETE
79382024-08-12T21:08:26.990Z[ recovery-image] Aug 12 21:08:26.385 INFO O| Aug 12 21:08:26.385 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79392024-08-12T21:08:26.990Z[ recovery-image] Aug 12 21:08:26.395 INFO O| Aug 12 21:08:26.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79402024-08-12T21:08:26.995Z[ recovery-image] Aug 12 21:08:26.395 INFO O| Aug 12 21:08:26.395 INFO STEP 80 (remove_files) COMPLETE
79412024-08-12T21:08:26.996Z[ recovery-image] Aug 12 21:08:26.395 INFO O| Aug 12 21:08:26.395 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79422024-08-12T21:08:26.996Z[ recovery-image] Aug 12 21:08:26.406 INFO O| Aug 12 21:08:26.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79432024-08-12T21:08:26.996Z[ recovery-image] Aug 12 21:08:26.406 INFO O| Aug 12 21:08:26.406 INFO STEP 81 (remove_files) COMPLETE
79442024-08-12T21:08:26.996Z[ recovery-image] Aug 12 21:08:26.406 INFO O| Aug 12 21:08:26.406 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79452024-08-12T21:08:27.004Z[ recovery-image] Aug 12 21:08:26.416 INFO O| Aug 12 21:08:26.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79462024-08-12T21:08:27.004Z[ recovery-image] Aug 12 21:08:26.416 INFO O| Aug 12 21:08:26.416 INFO STEP 82 (remove_files) COMPLETE
79472024-08-12T21:08:27.004Z[ recovery-image] Aug 12 21:08:26.416 INFO O| Aug 12 21:08:26.416 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79482024-08-12T21:08:27.010Z[ recovery-image] Aug 12 21:08:26.426 INFO O| Aug 12 21:08:26.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79492024-08-12T21:08:27.010Z[ recovery-image] Aug 12 21:08:26.426 INFO O| Aug 12 21:08:26.426 INFO STEP 83 (remove_files) COMPLETE
79502024-08-12T21:08:27.014Z[ recovery-image] Aug 12 21:08:26.426 INFO O| Aug 12 21:08:26.426 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79512024-08-12T21:08:27.021Z[ recovery-image] Aug 12 21:08:26.436 INFO O| Aug 12 21:08:26.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79522024-08-12T21:08:27.024Z[ recovery-image] Aug 12 21:08:26.436 INFO O| Aug 12 21:08:26.436 INFO STEP 84 (remove_files) COMPLETE
79532024-08-12T21:08:27.024Z[ recovery-image] Aug 12 21:08:26.436 INFO O| Aug 12 21:08:26.436 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79542024-08-12T21:08:27.028Z[ recovery-image] Aug 12 21:08:26.447 INFO O| Aug 12 21:08:26.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79552024-08-12T21:08:27.028Z[ recovery-image] Aug 12 21:08:26.447 INFO O| Aug 12 21:08:26.447 INFO STEP 85 (remove_files) COMPLETE
79562024-08-12T21:08:27.034Z[ recovery-image] Aug 12 21:08:26.447 INFO O| Aug 12 21:08:26.447 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79572024-08-12T21:08:27.038Z[ recovery-image] Aug 12 21:08:26.457 INFO O| Aug 12 21:08:26.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79582024-08-12T21:08:27.039Z[ recovery-image] Aug 12 21:08:26.457 INFO O| Aug 12 21:08:26.457 INFO STEP 86 (remove_files) COMPLETE
79592024-08-12T21:08:27.041Z[ recovery-image] Aug 12 21:08:26.457 INFO O| Aug 12 21:08:26.457 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79602024-08-12T21:08:27.050Z[ recovery-image] Aug 12 21:08:26.467 INFO O| Aug 12 21:08:26.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79612024-08-12T21:08:27.054Z[ recovery-image] Aug 12 21:08:26.467 INFO O| Aug 12 21:08:26.467 INFO STEP 87 (remove_files) COMPLETE
79622024-08-12T21:08:27.054Z[ recovery-image] Aug 12 21:08:26.467 INFO O| Aug 12 21:08:26.467 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79632024-08-12T21:08:27.059Z[ recovery-image] Aug 12 21:08:26.477 INFO O| Aug 12 21:08:26.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79642024-08-12T21:08:27.059Z[ recovery-image] Aug 12 21:08:26.477 INFO O| Aug 12 21:08:26.477 INFO STEP 88 (remove_files) COMPLETE
79652024-08-12T21:08:27.062Z[ recovery-image] Aug 12 21:08:26.477 INFO O| Aug 12 21:08:26.477 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79662024-08-12T21:08:27.070Z[ recovery-image] Aug 12 21:08:26.487 INFO O| Aug 12 21:08:26.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79672024-08-12T21:08:27.070Z[ recovery-image] Aug 12 21:08:26.487 INFO O| Aug 12 21:08:26.487 INFO STEP 89 (remove_files) COMPLETE
79682024-08-12T21:08:27.073Z[ recovery-image] Aug 12 21:08:26.487 INFO O| Aug 12 21:08:26.487 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79692024-08-12T21:08:27.080Z[ recovery-image] Aug 12 21:08:26.498 INFO O| Aug 12 21:08:26.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79702024-08-12T21:08:27.080Z[ recovery-image] Aug 12 21:08:26.498 INFO O| Aug 12 21:08:26.498 INFO STEP 90 (remove_files) COMPLETE
79712024-08-12T21:08:27.100Z[ recovery-image] Aug 12 21:08:26.498 INFO O| Aug 12 21:08:26.498 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79722024-08-12T21:08:27.100Z[ recovery-image] Aug 12 21:08:26.508 INFO O| Aug 12 21:08:26.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79732024-08-12T21:08:27.100Z[ recovery-image] Aug 12 21:08:26.508 INFO O| Aug 12 21:08:26.508 INFO STEP 91 (remove_files) COMPLETE
79742024-08-12T21:08:27.100Z[ recovery-image] Aug 12 21:08:26.508 INFO O| Aug 12 21:08:26.508 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79752024-08-12T21:08:27.100Z[ recovery-image] Aug 12 21:08:26.518 INFO O| Aug 12 21:08:26.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79762024-08-12T21:08:27.100Z[ recovery-image] Aug 12 21:08:26.518 INFO O| Aug 12 21:08:26.518 INFO STEP 92 (remove_files) COMPLETE
79772024-08-12T21:08:27.100Z[ recovery-image] Aug 12 21:08:26.518 INFO O| Aug 12 21:08:26.518 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79782024-08-12T21:08:27.110Z[ recovery-image] Aug 12 21:08:26.528 INFO O| Aug 12 21:08:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79792024-08-12T21:08:27.110Z[ recovery-image] Aug 12 21:08:26.528 INFO O| Aug 12 21:08:26.528 INFO STEP 93 (remove_files) COMPLETE
79802024-08-12T21:08:27.116Z[ recovery-image] Aug 12 21:08:26.528 INFO O| Aug 12 21:08:26.528 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79812024-08-12T21:08:27.120Z[ recovery-image] Aug 12 21:08:26.539 INFO O| Aug 12 21:08:26.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79822024-08-12T21:08:27.120Z[ recovery-image] Aug 12 21:08:26.539 INFO O| Aug 12 21:08:26.539 INFO STEP 94 (remove_files) COMPLETE
79832024-08-12T21:08:27.123Z[ recovery-image] Aug 12 21:08:26.539 INFO O| Aug 12 21:08:26.539 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79842024-08-12T21:08:27.138Z[ recovery-image] Aug 12 21:08:26.557 INFO O| Aug 12 21:08:26.557 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79852024-08-12T21:08:27.142Z[ recovery-image] Aug 12 21:08:26.557 INFO O| Aug 12 21:08:26.557 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "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"}
79862024-08-12T21:08:33.759Z[ recovery-image] Aug 12 21:08:33.176 INFO O| Aug 12 21:08:33.176 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
79872024-08-12T21:08:33.759Z[ recovery-image] Aug 12 21:08:33.176 INFO O| Aug 12 21:08:33.176 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79882024-08-12T21:08:33.772Z[ recovery-image] Aug 12 21:08:33.189 INFO O| Aug 12 21:08:33.189 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
79892024-08-12T21:08:33.846Z[ recovery-image] Aug 12 21:08:33.264 INFO O| Aug 12 21:08:33.264 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79902024-08-12T21:08:33.846Z[ recovery-image] Aug 12 21:08:33.264 INFO O| Aug 12 21:08:33.264 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 ...
79912024-08-12T21:08:33.850Z[ recovery-image] Aug 12 21:08:33.266 INFO O| Aug 12 21:08:33.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79922024-08-12T21:08:33.850Z[ recovery-image] Aug 12 21:08:33.266 INFO O| Aug 12 21:08:33.266 INFO ok!
79932024-08-12T21:08:33.850Z[ recovery-image] Aug 12 21:08:33.266 INFO O| Aug 12 21:08:33.266 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79942024-08-12T21:08:33.850Z[ recovery-image] Aug 12 21:08:33.266 INFO O| Aug 12 21:08:33.266 INFO STEP 95 (seed_smf) COMPLETE
79952024-08-12T21:08:33.850Z[ recovery-image] Aug 12 21:08:33.266 INFO O| Aug 12 21:08:33.266 INFO steps complete; finalising image!
79962024-08-12T21:08:33.850Z[ recovery-image] Aug 12 21:08:33.266 INFO O| Aug 12 21:08:33.266 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79972024-08-12T21:08:33.884Z[ recovery-image] Aug 12 21:08:33.299 INFO O| Aug 12 21:08:33.299 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Mon Aug 12 21:08:33 2024)
79982024-08-12T21:08:34.091Z[ recovery-image] Aug 12 21:08:33.508 INFO O| Aug 12 21:08:33.508 INFO trim TEMPORARY-gimlet-zfs-recovery: (77% trimmed, started at Mon Aug 12 21:08:33 2024)
79992024-08-12T21:08:34.315Z[ recovery-image] Aug 12 21:08:33.732 INFO O| Aug 12 21:08:33.732 INFO temporary pool has 396M used, 1.36G avail, 1.00x compressratio
80002024-08-12T21:08:34.315Z[ recovery-image] Aug 12 21:08:33.732 INFO O| Aug 12 21:08:33.732 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80012024-08-12T21:08:34.520Z[ recovery-image] Aug 12 21:08:33.936 INFO O| Aug 12 21:08:33.935 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
80022024-08-12T21:08:34.520Z[ recovery-image] Aug 12 21:08:33.936 INFO O| Aug 12 21:08:33.936 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80032024-08-12T21:08:37.655Z[ recovery-image] Aug 12 21:08:37.071 INFO O| Aug 12 21:08:37.071 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80042024-08-12T21:08:37.655Z[ recovery-image] Aug 12 21:08:37.071 INFO O| Aug 12 21:08:37.071 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80052024-08-12T21:08:37.658Z[ recovery-image] Aug 12 21:08:37.071 INFO O| Aug 12 21:08:37.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80062024-08-12T21:08:37.658Z[ recovery-image] Aug 12 21:08:37.071 INFO O| Aug 12 21:08:37.071 INFO completed processing gimlet/zfs-recovery
80072024-08-12T21:08:37.658Z[ recovery-image] Aug 12 21:08:37.071 INFO O| Aug 12 21:08:37.071 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80082024-08-12T21:08:37.968Z[ recovery-image] Aug 12 21:08:37.385 INFO O| Aug 12 21:08:37.385 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80092024-08-12T21:08:38.059Z[ recovery-image] Aug 12 21:08:37.476 INFO BUILD STRING "heads/stlouis-0-gb0de91687b\n"
80102024-08-12T21:08:38.059Z[ recovery-image] Aug 12 21:08:37.476 INFO expanded image name: "recovery de786b1/${os_short_commit} 2024-08-12 20:43" -> "recovery de786b1/b0de916 2024-08-12 20:43"
80112024-08-12T21:08:38.064Z[ recovery-image] Aug 12 21:08:37.476 INFO output artefacts stored in: "/work/os-recovery"
80122024-08-12T21:08:38.064Z[ recovery-image] Aug 12 21:08:37.476 INFO collecting git info from project "amd-host-image-builder"...
80132024-08-12T21:08:38.297Z[ recovery-image] Aug 12 21:08:37.714 INFO collecting git info from project "chelsio-t6-roms"...
80142024-08-12T21:08:38.320Z[ recovery-image] Aug 12 21:08:37.736 INFO collecting git info from project "bootserver"...
80152024-08-12T21:08:38.324Z[ recovery-image] Aug 12 21:08:37.742 INFO collecting git info from project "pinprick"...
80162024-08-12T21:08:38.329Z[ recovery-image] Aug 12 21:08:37.747 INFO collecting git info from project "phbl"...
80172024-08-12T21:08:38.335Z[ recovery-image] Aug 12 21:08:37.752 INFO collecting git info from project "image-builder"...
80182024-08-12T21:08:38.341Z[ recovery-image] Aug 12 21:08:37.758 INFO collecting git info from project "pilot"...
80192024-08-12T21:08:38.351Z[ recovery-image] Aug 12 21:08:37.769 INFO collecting git info from project "amd-firmware"...
80202024-08-12T21:08:38.573Z[ recovery-image] Aug 12 21:08:37.990 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80212024-08-12T21:08:38.922Z[ recovery-image] Aug 12 21:08:38.339 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80222024-08-12T21:08:39.264Z[ recovery-image] Aug 12 21:08:38.681 INFO creating Oxide boot image...
80232024-08-12T21:08:39.264Z[ recovery-image] Aug 12 21:08:38.681 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery de786b1/b0de916 2024-08-12 20:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80242024-08-12T21:08:52.482Z[ host-image] Aug 12 21:08:51.049 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22811:20240812T141826Z
80252024-08-12T21:08:52.482Z[ host-image] Aug 12 21:08:51.049 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22811:20240812T141826Z
80262024-08-12T21:08:52.500Z[ host-image] Aug 12 21:08:51.049 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80272024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.049 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80282024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.050 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80292024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.050 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80302024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.050 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80312024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.051 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80322024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.051 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80332024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.051 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80342024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.051 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22811:20240812T141826Z
80352024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.053 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22811:20240812T141827Z
80362024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.053 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22811:20240812T141827Z
80372024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.054 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22811:20240812T141827Z
80382024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.054 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80392024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.055 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22811:20240812T141827Z
80402024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.055 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22811:20240812T141828Z
80412024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.055 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22811:20240812T141828Z
80422024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.056 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22811:20240812T141828Z
80432024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.056 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22811:20240812T141829Z
80442024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.056 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22811:20240812T141829Z
80452024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.056 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22811:20240812T141829Z
80462024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.056 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22811:20240812T141829Z
80472024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.056 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22811:20240812T141830Z
80482024-08-12T21:08:52.501Z[ host-image] Aug 12 21:08:51.057 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22811:20240812T141831Z
80492024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.057 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22811:20240812T141831Z
80502024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.057 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22811:20240812T141833Z
80512024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.057 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22811:20240812T141833Z
80522024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.057 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80532024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.057 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22811:20240812T141835Z
80542024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.057 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22811:20240812T141837Z
80552024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.057 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22811:20240812T141838Z
80562024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.058 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22811:20240812T141838Z
80572024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.059 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22811:20240812T141840Z
80582024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.059 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22811:20240812T141840Z
80592024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.068 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80602024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.068 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22811:20240812T141840Z
80612024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.068 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80622024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.068 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80632024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.069 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80642024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.069 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22811:20240812T141840Z
80652024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.069 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80662024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.070 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80672024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.071 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80682024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.071 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80692024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.083 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80702024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.083 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80712024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.083 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80722024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.084 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80732024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.085 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80742024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.085 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80752024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.121 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80762024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.121 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80772024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.121 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80782024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.122 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22811:20240812T141842Z
80792024-08-12T21:08:52.502Z[ host-image] Aug 12 21:08:51.122 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22811:20240812T141848Z
80802024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.123 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80812024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.123 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22811:20240812T141848Z
80822024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.123 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80832024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.123 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80842024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.123 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80852024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.123 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22811:20240812T141848Z
80862024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.123 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80872024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.128 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80882024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.128 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80892024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.128 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80902024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.129 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22811:20240812T141849Z
80912024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.129 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80922024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.144 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80932024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.144 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22811:20240812T141849Z
80942024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.146 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22811:20240812T141850Z
80952024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.146 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22811:20240812T141850Z
80962024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.146 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
80972024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.147 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22811:20240812T141851Z
80982024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.147 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22811:20240812T141851Z
80992024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.147 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22811:20240812T141851Z
81002024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.148 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22811:20240812T141851Z
81012024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.151 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81022024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.152 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22811:20240812T141852Z
81032024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.152 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22811:20240812T141853Z
81042024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.153 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81052024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.153 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22811:20240812T141853Z
81062024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.153 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22811:20240812T141854Z
81072024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.153 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22811:20240812T141854Z
81082024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.154 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22811:20240812T141854Z
81092024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.162 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22811:20240812T141854Z
81102024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.162 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81112024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.164 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22811:20240812T141854Z
81122024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.165 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22811:20240812T141854Z
81132024-08-12T21:08:52.503Z[ host-image] Aug 12 21:08:51.165 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22811:20240812T141854Z
81142024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.166 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22811:20240812T141854Z
81152024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.166 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22811:20240812T141855Z
81162024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.167 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22811:20240812T141855Z
81172024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.177 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22811:20240812T141856Z
81182024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.177 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22811:20240812T141855Z
81192024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.177 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22811:20240812T141856Z
81202024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.178 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22811:20240812T141856Z
81212024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.178 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22811:20240812T141856Z
81222024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.200 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22811:20240812T141859Z
81232024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.200 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22811:20240812T141856Z
81242024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.200 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22811:20240812T141856Z
81252024-08-12T21:08:52.504Z[ host-image] Aug 12 21:08:51.201 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81262024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.201 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81272024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.230 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22811:20240812T141857Z
81282024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.230 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81292024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.230 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22811:20240812T141857Z
81302024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.231 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22811:20240812T141857Z
81312024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.232 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22811:20240812T141857Z
81322024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.232 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81332024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.233 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81342024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.233 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22811:20240812T141858Z
81352024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.233 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22811:20240812T141858Z
81362024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.233 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22811:20240812T141858Z
81372024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.234 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22811:20240812T141858Z
81382024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.234 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22811:20240812T141859Z
81392024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.234 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22811:20240812T141859Z
81402024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.237 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81412024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.237 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22811:20240812T141900Z
81422024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.239 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22811:20240812T141900Z
81432024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.239 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22811:20240812T141900Z
81442024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.239 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22811:20240812T141901Z
81452024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.239 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22811:20240812T141900Z
81462024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.240 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22811:20240812T141901Z
81472024-08-12T21:08:52.519Z[ host-image] Aug 12 21:08:51.240 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81482024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.240 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81492024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.240 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22811:20240812T141903Z
81502024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.240 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22811:20240812T141903Z
81512024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.241 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81522024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.241 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81532024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.241 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81542024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.241 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81552024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.241 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81562024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.242 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81572024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.243 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
81582024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.243 INFO O| tempdir @ "/tmp/.tmpOxeoLo/tmp"
81592024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.243 INFO O| image root @ "/tmp/.tmpOxeoLo/tmp/root"
81602024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.243 INFO O| creating image...
81612024-08-12T21:08:52.520Z[ host-image] Aug 12 21:08:51.723 INFO O| copying publishers...
81622024-08-12T21:08:59.734Z[ host-image] Aug 12 21:08:59.150 INFO O| adding properties...
81632024-08-12T21:09:00.723Z[ host-image] Aug 12 21:09:00.138 INFO O| installing packages...
81642024-08-12T21:09:19.257Z[ host-image] Aug 12 21:09:18.671 INFO O| seeding SMF database...
81652024-08-12T21:09:26.794Z[ host-image] Aug 12 21:09:26.205 INFO O| configuring SMF profile...
81662024-08-12T21:09:26.797Z[ host-image] Aug 12 21:09:26.205 INFO O| modifying shadow(5)...
81672024-08-12T21:09:26.797Z[ host-image] Aug 12 21:09:26.205 INFO O| loading user and group database...
81682024-08-12T21:09:26.797Z[ host-image] Aug 12 21:09:26.205 INFO O| assessing packaged files...
81692024-08-12T21:09:28.932Z[ host-image] Aug 12 21:09:28.345 INFO O| creating archive...
81702024-08-12T21:09:28.965Z[ host-image] Aug 12 21:09:28.378 INFO O| missing from packaging:
81712024-08-12T21:09:28.965Z[ host-image] Aug 12 21:09:28.378 INFO O| "etc/.pwd.lock"
81722024-08-12T21:09:28.965Z[ host-image] Aug 12 21:09:28.378 INFO O| "etc/bash"
81732024-08-12T21:09:28.970Z[ host-image] Aug 12 21:09:28.383 INFO O| "etc/svc/profile/generic.xml"
81742024-08-12T21:09:28.970Z[ host-image] Aug 12 21:09:28.383 INFO O| "etc/svc/profile/inetd_services.xml"
81752024-08-12T21:09:28.972Z[ host-image] Aug 12 21:09:28.383 INFO O| "etc/svc/profile/name_service.xml"
81762024-08-12T21:09:28.972Z[ host-image] Aug 12 21:09:28.383 INFO O| "etc/svc/profile/platform.xml"
81772024-08-12T21:09:28.972Z[ host-image] Aug 12 21:09:28.383 INFO O| "etc/svc/profile/platform_omicron1.xml"
81782024-08-12T21:09:28.972Z[ host-image] Aug 12 21:09:28.383 INFO O| "etc/svc/repository.db"
81792024-08-12T21:09:28.978Z[ host-image] Aug 12 21:09:28.392 INFO O| "opt/ooce/share"
81802024-08-12T21:09:28.978Z[ host-image] Aug 12 21:09:28.392 INFO O| "opt/ooce/share/man"
81812024-08-12T21:09:28.981Z[ host-image] Aug 12 21:09:28.392 INFO O| "opt/ooce/share/man/man1"
81822024-08-12T21:09:28.987Z[ host-image] Aug 12 21:09:28.400 INFO O| finishing archive...
81832024-08-12T21:09:31.099Z[ recovery-image] Aug 12 21:09:30.511 INFO O| ok, image written!
81842024-08-12T21:09:31.099Z[ recovery-image] Aug 12 21:09:30.511 INFO O| ok, boot_image_csum file written!
81852024-08-12T21:09:31.103Z[ recovery-image] Aug 12 21:09:30.515 INFO creating boot archive (CPIO)...
81862024-08-12T21:09:31.103Z[ recovery-image] Aug 12 21:09:30.515 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
81872024-08-12T21:09:31.110Z[ recovery-image] Aug 12 21:09:30.522 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81882024-08-12T21:09:31.110Z[ recovery-image] Aug 12 21:09:30.522 INFO E| + outfile=/work/os-recovery/cpio
81892024-08-12T21:09:31.115Z[ recovery-image] Aug 12 21:09:30.522 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81902024-08-12T21:09:31.115Z[ recovery-image] Aug 12 21:09:30.524 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81912024-08-12T21:09:31.115Z[ recovery-image] Aug 12 21:09:30.524 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81922024-08-12T21:09:31.145Z[ recovery-image] Aug 12 21:09:30.556 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81932024-08-12T21:09:31.149Z[ recovery-image] Aug 12 21:09:30.557 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81942024-08-12T21:09:31.152Z[ recovery-image] Aug 12 21:09:30.564 INFO creating compressed cpio/unix for nanobl-rs...
81952024-08-12T21:09:31.152Z[ recovery-image] Aug 12 21:09:30.564 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
81962024-08-12T21:09:31.431Z[ recovery-image] Aug 12 21:09:30.844 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81972024-08-12T21:09:31.821Z[ host-image] Aug 12 21:09:31.233 INFO O| creating gzonly manifest...
81982024-08-12T21:09:31.841Z[ host-image] Aug 12 21:09:31.245 INFO O| ok
81992024-08-12T21:09:31.926Z[ host-image] Aug 12 21:09:31.339 INFO image builder template: ramdisk-02-trim...
82002024-08-12T21:09:31.927Z[ host-image] Aug 12 21:09:31.339 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/.tmpmNI4U7/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
82012024-08-12T21:09:31.951Z[ host-image] Aug 12 21:09:31.364 INFO O| Aug 12 21:09:31.363 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82022024-08-12T21:09:31.955Z[ host-image] Aug 12 21:09:31.368 INFO O| Aug 12 21:09:31.368 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82032024-08-12T21:09:32.055Z[ host-image] Aug 12 21:09:31.467 INFO O| Aug 12 21:09:31.467 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82042024-08-12T21:09:32.133Z[ host-image] Aug 12 21:09:31.545 INFO O| Aug 12 21:09:31.545 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82052024-08-12T21:09:32.137Z[ host-image] Aug 12 21:09:31.545 INFO O| Aug 12 21:09:31.545 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82062024-08-12T21:09:32.140Z[ host-image] Aug 12 21:09:31.550 INFO O| Aug 12 21:09:31.550 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82072024-08-12T21:09:32.144Z[ host-image] Aug 12 21:09:31.554 INFO O| Aug 12 21:09:31.554 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82082024-08-12T21:09:32.147Z[ host-image] Aug 12 21:09:31.559 INFO O| Aug 12 21:09:31.559 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82092024-08-12T21:09:32.463Z[ host-image] Aug 12 21:09:31.875 INFO O| Aug 12 21:09:31.875 INFO rolled back to input snapshot; work may begin
82102024-08-12T21:09:32.463Z[ host-image] Aug 12 21:09:31.875 INFO O| Aug 12 21:09:31.875 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82112024-08-12T21:09:32.480Z[ host-image] Aug 12 21:09:31.881 INFO O| Aug 12 21:09:31.881 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82122024-08-12T21:09:32.484Z[ host-image] Aug 12 21:09:31.892 INFO O| Aug 12 21:09:31.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82132024-08-12T21:09:32.526Z[ host-image] Aug 12 21:09:31.938 INFO O| Aug 12 21:09:31.938 INFO STEP 0 (remove_files) COMPLETE
82142024-08-12T21:09:32.526Z[ host-image] Aug 12 21:09:31.938 INFO O| Aug 12 21:09:31.938 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82152024-08-12T21:09:32.536Z[ host-image] Aug 12 21:09:31.948 INFO O| Aug 12 21:09:31.948 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82162024-08-12T21:09:32.540Z[ host-image] Aug 12 21:09:31.950 INFO O| Aug 12 21:09:31.950 INFO STEP 1 (remove_files) COMPLETE
82172024-08-12T21:09:32.540Z[ host-image] Aug 12 21:09:31.950 INFO O| Aug 12 21:09:31.950 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82182024-08-12T21:09:32.547Z[ host-image] Aug 12 21:09:31.959 INFO O| Aug 12 21:09:31.959 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82192024-08-12T21:09:32.560Z[ host-image] Aug 12 21:09:31.973 INFO O| Aug 12 21:09:31.973 INFO STEP 2 (remove_files) COMPLETE
82202024-08-12T21:09:32.560Z[ host-image] Aug 12 21:09:31.973 INFO O| Aug 12 21:09:31.973 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82212024-08-12T21:09:32.569Z[ host-image] Aug 12 21:09:31.982 INFO O| Aug 12 21:09:31.982 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82222024-08-12T21:09:32.573Z[ host-image] Aug 12 21:09:31.984 INFO O| Aug 12 21:09:31.983 INFO STEP 3 (remove_files) COMPLETE
82232024-08-12T21:09:32.573Z[ host-image] Aug 12 21:09:31.984 INFO O| Aug 12 21:09:31.984 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82242024-08-12T21:09:32.580Z[ host-image] Aug 12 21:09:31.993 INFO O| Aug 12 21:09:31.993 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82252024-08-12T21:09:32.584Z[ host-image] Aug 12 21:09:31.996 INFO O| Aug 12 21:09:31.996 INFO STEP 4 (remove_files) COMPLETE
82262024-08-12T21:09:32.587Z[ host-image] Aug 12 21:09:31.997 INFO O| Aug 12 21:09:31.996 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82272024-08-12T21:09:32.594Z[ host-image] Aug 12 21:09:32.007 INFO O| Aug 12 21:09:32.007 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82282024-08-12T21:09:32.597Z[ host-image] Aug 12 21:09:32.009 INFO O| Aug 12 21:09:32.009 INFO STEP 5 (remove_files) COMPLETE
82292024-08-12T21:09:32.597Z[ host-image] Aug 12 21:09:32.010 INFO O| Aug 12 21:09:32.009 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82302024-08-12T21:09:32.606Z[ host-image] Aug 12 21:09:32.019 INFO O| Aug 12 21:09:32.019 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
82312024-08-12T21:09:32.616Z[ host-image] Aug 12 21:09:32.028 INFO O| Aug 12 21:09:32.028 INFO STEP 6 (remove_files) COMPLETE
82322024-08-12T21:09:32.616Z[ host-image] Aug 12 21:09:32.028 INFO O| Aug 12 21:09:32.028 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82332024-08-12T21:09:32.625Z[ host-image] Aug 12 21:09:32.038 INFO O| Aug 12 21:09:32.038 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
82342024-08-12T21:09:32.637Z[ host-image] Aug 12 21:09:32.049 INFO O| Aug 12 21:09:32.049 INFO STEP 7 (remove_files) COMPLETE
82352024-08-12T21:09:32.642Z[ host-image] Aug 12 21:09:32.050 INFO O| Aug 12 21:09:32.049 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82362024-08-12T21:09:32.646Z[ host-image] Aug 12 21:09:32.059 INFO O| Aug 12 21:09:32.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
82372024-08-12T21:09:32.714Z[ host-image] Aug 12 21:09:32.126 INFO O| Aug 12 21:09:32.126 INFO STEP 8 (remove_files) COMPLETE
82382024-08-12T21:09:32.717Z[ host-image] Aug 12 21:09:32.126 INFO O| Aug 12 21:09:32.126 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82392024-08-12T21:09:32.724Z[ host-image] Aug 12 21:09:32.137 INFO O| Aug 12 21:09:32.137 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
82402024-08-12T21:09:32.809Z[ host-image] Aug 12 21:09:32.221 INFO O| Aug 12 21:09:32.221 INFO STEP 9 (remove_files) COMPLETE
82412024-08-12T21:09:32.809Z[ host-image] Aug 12 21:09:32.221 INFO O| Aug 12 21:09:32.221 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82422024-08-12T21:09:32.819Z[ host-image] Aug 12 21:09:32.232 INFO O| Aug 12 21:09:32.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
82432024-08-12T21:09:32.824Z[ host-image] Aug 12 21:09:32.235 INFO O| Aug 12 21:09:32.235 INFO STEP 10 (remove_files) COMPLETE
82442024-08-12T21:09:32.827Z[ host-image] Aug 12 21:09:32.235 INFO O| Aug 12 21:09:32.235 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82452024-08-12T21:09:32.832Z[ host-image] Aug 12 21:09:32.245 INFO O| Aug 12 21:09:32.245 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
82462024-08-12T21:09:32.835Z[ host-image] Aug 12 21:09:32.246 INFO O| Aug 12 21:09:32.246 INFO STEP 11 (remove_files) COMPLETE
82472024-08-12T21:09:32.835Z[ host-image] Aug 12 21:09:32.246 INFO O| Aug 12 21:09:32.246 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82482024-08-12T21:09:32.843Z[ host-image] Aug 12 21:09:32.255 INFO O| Aug 12 21:09:32.255 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
82492024-08-12T21:09:32.846Z[ host-image] Aug 12 21:09:32.257 INFO O| Aug 12 21:09:32.257 INFO STEP 12 (remove_files) COMPLETE
82502024-08-12T21:09:32.846Z[ host-image] Aug 12 21:09:32.257 INFO O| Aug 12 21:09:32.257 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82512024-08-12T21:09:32.862Z[ host-image] Aug 12 21:09:32.274 INFO O| Aug 12 21:09:32.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
82522024-08-12T21:09:32.873Z[ host-image] Aug 12 21:09:32.286 INFO O| Aug 12 21:09:32.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
82532024-08-12T21:09:32.877Z[ host-image] Aug 12 21:09:32.286 INFO O| Aug 12 21:09:32.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
82542024-08-12T21:09:32.877Z[ host-image] Aug 12 21:09:32.286 INFO O| Aug 12 21:09:32.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
82552024-08-12T21:09:32.877Z[ host-image] Aug 12 21:09:32.286 INFO O| Aug 12 21:09:32.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
82562024-08-12T21:09:32.877Z[ host-image] Aug 12 21:09:32.287 INFO O| Aug 12 21:09:32.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
82572024-08-12T21:09:32.877Z[ host-image] Aug 12 21:09:32.287 INFO O| Aug 12 21:09:32.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
82582024-08-12T21:09:32.877Z[ host-image] Aug 12 21:09:32.287 INFO O| Aug 12 21:09:32.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
82592024-08-12T21:09:32.877Z[ host-image] Aug 12 21:09:32.287 INFO O| Aug 12 21:09:32.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
82602024-08-12T21:09:32.878Z[ host-image] Aug 12 21:09:32.287 INFO O| Aug 12 21:09:32.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
82612024-08-12T21:09:32.878Z[ host-image] Aug 12 21:09:32.287 INFO O| Aug 12 21:09:32.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
82622024-08-12T21:09:32.878Z[ host-image] Aug 12 21:09:32.287 INFO O| Aug 12 21:09:32.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
82632024-08-12T21:09:32.878Z[ host-image] Aug 12 21:09:32.287 INFO O| Aug 12 21:09:32.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
82642024-08-12T21:09:32.878Z[ host-image] Aug 12 21:09:32.288 INFO O| Aug 12 21:09:32.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
82652024-08-12T21:09:32.878Z[ host-image] Aug 12 21:09:32.288 INFO O| Aug 12 21:09:32.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
82662024-08-12T21:09:32.878Z[ host-image] Aug 12 21:09:32.288 INFO O| Aug 12 21:09:32.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
82672024-08-12T21:09:32.878Z[ host-image] Aug 12 21:09:32.288 INFO O| Aug 12 21:09:32.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
82682024-08-12T21:09:33.169Z[ host-image] Aug 12 21:09:32.581 INFO O| Aug 12 21:09:32.581 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
82692024-08-12T21:09:33.209Z[ host-image] Aug 12 21:09:32.621 INFO O| Aug 12 21:09:32.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
82702024-08-12T21:09:33.212Z[ host-image] Aug 12 21:09:32.622 INFO O| Aug 12 21:09:32.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
82712024-08-12T21:09:33.212Z[ host-image] Aug 12 21:09:32.624 INFO O| Aug 12 21:09:32.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
82722024-08-12T21:09:33.231Z[ host-image] Aug 12 21:09:32.644 INFO O| Aug 12 21:09:32.644 INFO STEP 13 (remove_files) COMPLETE
82732024-08-12T21:09:33.232Z[ host-image] Aug 12 21:09:32.644 INFO O| Aug 12 21:09:32.644 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82742024-08-12T21:09:33.242Z[ host-image] Aug 12 21:09:32.655 INFO O| Aug 12 21:09:32.655 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
82752024-08-12T21:09:33.246Z[ host-image] Aug 12 21:09:32.657 INFO O| Aug 12 21:09:32.656 INFO STEP 14 (remove_files) COMPLETE
82762024-08-12T21:09:33.246Z[ host-image] Aug 12 21:09:32.657 INFO O| Aug 12 21:09:32.657 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82772024-08-12T21:09:33.253Z[ host-image] Aug 12 21:09:32.666 INFO O| Aug 12 21:09:32.666 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
82782024-08-12T21:09:33.259Z[ host-image] Aug 12 21:09:32.672 INFO O| Aug 12 21:09:32.672 INFO STEP 15 (remove_files) COMPLETE
82792024-08-12T21:09:33.259Z[ host-image] Aug 12 21:09:32.672 INFO O| Aug 12 21:09:32.672 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82802024-08-12T21:09:33.271Z[ host-image] Aug 12 21:09:32.684 INFO O| Aug 12 21:09:32.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
82812024-08-12T21:09:33.275Z[ host-image] Aug 12 21:09:32.684 INFO O| Aug 12 21:09:32.684 INFO STEP 16 (remove_files) COMPLETE
82822024-08-12T21:09:33.275Z[ host-image] Aug 12 21:09:32.684 INFO O| Aug 12 21:09:32.684 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82832024-08-12T21:09:33.282Z[ host-image] Aug 12 21:09:32.695 INFO O| Aug 12 21:09:32.695 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
82842024-08-12T21:09:33.286Z[ host-image] Aug 12 21:09:32.697 INFO O| Aug 12 21:09:32.697 INFO STEP 17 (remove_files) COMPLETE
82852024-08-12T21:09:33.286Z[ host-image] Aug 12 21:09:32.697 INFO O| Aug 12 21:09:32.697 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82862024-08-12T21:09:33.296Z[ host-image] Aug 12 21:09:32.708 INFO O| Aug 12 21:09:32.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
82872024-08-12T21:09:33.299Z[ host-image] Aug 12 21:09:32.708 INFO O| Aug 12 21:09:32.708 INFO STEP 18 (remove_files) COMPLETE
82882024-08-12T21:09:33.299Z[ host-image] Aug 12 21:09:32.708 INFO O| Aug 12 21:09:32.708 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82892024-08-12T21:09:33.306Z[ host-image] Aug 12 21:09:32.719 INFO O| Aug 12 21:09:32.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
82902024-08-12T21:09:33.306Z[ host-image] Aug 12 21:09:32.719 INFO O| Aug 12 21:09:32.719 INFO STEP 19 (remove_files) COMPLETE
82912024-08-12T21:09:33.310Z[ host-image] Aug 12 21:09:32.719 INFO O| Aug 12 21:09:32.719 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82922024-08-12T21:09:33.316Z[ host-image] Aug 12 21:09:32.728 INFO O| Aug 12 21:09:32.728 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
82932024-08-12T21:09:33.316Z[ host-image] Aug 12 21:09:32.728 INFO O| Aug 12 21:09:32.728 INFO STEP 20 (remove_files) COMPLETE
82942024-08-12T21:09:33.319Z[ host-image] Aug 12 21:09:32.728 INFO O| Aug 12 21:09:32.728 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82952024-08-12T21:09:33.325Z[ host-image] Aug 12 21:09:32.738 INFO O| Aug 12 21:09:32.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
82962024-08-12T21:09:33.328Z[ host-image] Aug 12 21:09:32.738 INFO O| Aug 12 21:09:32.738 INFO STEP 21 (remove_files) COMPLETE
82972024-08-12T21:09:33.328Z[ host-image] Aug 12 21:09:32.738 INFO O| Aug 12 21:09:32.738 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82982024-08-12T21:09:33.334Z[ host-image] Aug 12 21:09:32.747 INFO O| Aug 12 21:09:32.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
82992024-08-12T21:09:33.337Z[ host-image] Aug 12 21:09:32.747 INFO O| Aug 12 21:09:32.747 INFO STEP 22 (remove_files) COMPLETE
83002024-08-12T21:09:33.337Z[ host-image] Aug 12 21:09:32.747 INFO O| Aug 12 21:09:32.747 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83012024-08-12T21:09:33.345Z[ host-image] Aug 12 21:09:32.758 INFO O| Aug 12 21:09:32.758 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83022024-08-12T21:09:33.348Z[ host-image] Aug 12 21:09:32.758 INFO O| Aug 12 21:09:32.758 INFO STEP 23 (remove_files) COMPLETE
83032024-08-12T21:09:33.348Z[ host-image] Aug 12 21:09:32.758 INFO O| Aug 12 21:09:32.758 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83042024-08-12T21:09:33.356Z[ host-image] Aug 12 21:09:32.768 INFO O| Aug 12 21:09:32.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83052024-08-12T21:09:33.356Z[ host-image] Aug 12 21:09:32.768 INFO O| Aug 12 21:09:32.768 INFO STEP 24 (remove_files) COMPLETE
83062024-08-12T21:09:33.359Z[ host-image] Aug 12 21:09:32.769 INFO O| Aug 12 21:09:32.768 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83072024-08-12T21:09:33.366Z[ host-image] Aug 12 21:09:32.779 INFO O| Aug 12 21:09:32.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83082024-08-12T21:09:33.366Z[ host-image] Aug 12 21:09:32.779 INFO O| Aug 12 21:09:32.779 INFO STEP 25 (remove_files) COMPLETE
83092024-08-12T21:09:33.367Z[ host-image] Aug 12 21:09:32.779 INFO O| Aug 12 21:09:32.779 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83102024-08-12T21:09:33.378Z[ host-image] Aug 12 21:09:32.791 INFO O| Aug 12 21:09:32.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83112024-08-12T21:09:33.378Z[ host-image] Aug 12 21:09:32.791 INFO O| Aug 12 21:09:32.791 INFO STEP 26 (remove_files) COMPLETE
83122024-08-12T21:09:33.382Z[ host-image] Aug 12 21:09:32.791 INFO O| Aug 12 21:09:32.791 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83132024-08-12T21:09:33.389Z[ host-image] Aug 12 21:09:32.801 INFO O| Aug 12 21:09:32.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83142024-08-12T21:09:33.389Z[ host-image] Aug 12 21:09:32.801 INFO O| Aug 12 21:09:32.801 INFO STEP 27 (remove_files) COMPLETE
83152024-08-12T21:09:33.389Z[ host-image] Aug 12 21:09:32.801 INFO O| Aug 12 21:09:32.801 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83162024-08-12T21:09:33.399Z[ host-image] Aug 12 21:09:32.812 INFO O| Aug 12 21:09:32.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83172024-08-12T21:09:33.399Z[ host-image] Aug 12 21:09:32.812 INFO O| Aug 12 21:09:32.812 INFO STEP 28 (remove_files) COMPLETE
83182024-08-12T21:09:33.402Z[ host-image] Aug 12 21:09:32.812 INFO O| Aug 12 21:09:32.812 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83192024-08-12T21:09:33.411Z[ host-image] Aug 12 21:09:32.823 INFO O| Aug 12 21:09:32.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83202024-08-12T21:09:33.411Z[ host-image] Aug 12 21:09:32.823 INFO O| Aug 12 21:09:32.823 INFO STEP 29 (remove_files) COMPLETE
83212024-08-12T21:09:33.411Z[ host-image] Aug 12 21:09:32.823 INFO O| Aug 12 21:09:32.823 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83222024-08-12T21:09:33.430Z[ host-image] Aug 12 21:09:32.834 INFO O| Aug 12 21:09:32.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83232024-08-12T21:09:33.430Z[ host-image] Aug 12 21:09:32.834 INFO O| Aug 12 21:09:32.834 INFO STEP 30 (remove_files) COMPLETE
83242024-08-12T21:09:33.430Z[ host-image] Aug 12 21:09:32.834 INFO O| Aug 12 21:09:32.834 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83252024-08-12T21:09:33.434Z[ host-image] Aug 12 21:09:32.843 INFO O| Aug 12 21:09:32.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83262024-08-12T21:09:33.434Z[ host-image] Aug 12 21:09:32.843 INFO O| Aug 12 21:09:32.843 INFO STEP 31 (remove_files) COMPLETE
83272024-08-12T21:09:33.434Z[ host-image] Aug 12 21:09:32.844 INFO O| Aug 12 21:09:32.843 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83282024-08-12T21:09:33.440Z[ host-image] Aug 12 21:09:32.853 INFO O| Aug 12 21:09:32.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
83292024-08-12T21:09:33.440Z[ host-image] Aug 12 21:09:32.853 INFO O| Aug 12 21:09:32.853 INFO STEP 32 (remove_files) COMPLETE
83302024-08-12T21:09:33.440Z[ host-image] Aug 12 21:09:32.853 INFO O| Aug 12 21:09:32.853 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83312024-08-12T21:09:33.450Z[ host-image] Aug 12 21:09:32.862 INFO O| Aug 12 21:09:32.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
83322024-08-12T21:09:33.450Z[ host-image] Aug 12 21:09:32.862 INFO O| Aug 12 21:09:32.862 INFO STEP 33 (remove_files) COMPLETE
83332024-08-12T21:09:33.453Z[ host-image] Aug 12 21:09:32.862 INFO O| Aug 12 21:09:32.862 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83342024-08-12T21:09:33.459Z[ host-image] Aug 12 21:09:32.872 INFO O| Aug 12 21:09:32.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
83352024-08-12T21:09:33.459Z[ host-image] Aug 12 21:09:32.872 INFO O| Aug 12 21:09:32.872 INFO STEP 34 (remove_files) COMPLETE
83362024-08-12T21:09:33.462Z[ host-image] Aug 12 21:09:32.872 INFO O| Aug 12 21:09:32.872 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83372024-08-12T21:09:33.468Z[ host-image] Aug 12 21:09:32.881 INFO O| Aug 12 21:09:32.881 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
83382024-08-12T21:09:33.469Z[ host-image] Aug 12 21:09:32.881 INFO O| Aug 12 21:09:32.881 INFO STEP 35 (remove_files) COMPLETE
83392024-08-12T21:09:33.469Z[ host-image] Aug 12 21:09:32.881 INFO O| Aug 12 21:09:32.881 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83402024-08-12T21:09:33.478Z[ host-image] Aug 12 21:09:32.891 INFO O| Aug 12 21:09:32.890 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
83412024-08-12T21:09:33.478Z[ host-image] Aug 12 21:09:32.891 INFO O| Aug 12 21:09:32.891 INFO STEP 36 (remove_files) COMPLETE
83422024-08-12T21:09:33.478Z[ host-image] Aug 12 21:09:32.891 INFO O| Aug 12 21:09:32.891 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83432024-08-12T21:09:33.487Z[ host-image] Aug 12 21:09:32.900 INFO O| Aug 12 21:09:32.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
83442024-08-12T21:09:33.487Z[ host-image] Aug 12 21:09:32.900 INFO O| Aug 12 21:09:32.900 INFO STEP 37 (remove_files) COMPLETE
83452024-08-12T21:09:33.491Z[ host-image] Aug 12 21:09:32.900 INFO O| Aug 12 21:09:32.900 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83462024-08-12T21:09:33.497Z[ host-image] Aug 12 21:09:32.909 INFO O| Aug 12 21:09:32.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
83472024-08-12T21:09:33.500Z[ host-image] Aug 12 21:09:32.909 INFO O| Aug 12 21:09:32.909 INFO STEP 38 (remove_files) COMPLETE
83482024-08-12T21:09:33.500Z[ host-image] Aug 12 21:09:32.909 INFO O| Aug 12 21:09:32.909 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83492024-08-12T21:09:33.506Z[ host-image] Aug 12 21:09:32.918 INFO O| Aug 12 21:09:32.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
83502024-08-12T21:09:33.509Z[ host-image] Aug 12 21:09:32.918 INFO O| Aug 12 21:09:32.918 INFO STEP 39 (remove_files) COMPLETE
83512024-08-12T21:09:33.509Z[ host-image] Aug 12 21:09:32.919 INFO O| Aug 12 21:09:32.918 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83522024-08-12T21:09:33.515Z[ host-image] Aug 12 21:09:32.928 INFO O| Aug 12 21:09:32.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
83532024-08-12T21:09:33.515Z[ host-image] Aug 12 21:09:32.928 INFO O| Aug 12 21:09:32.928 INFO STEP 40 (remove_files) COMPLETE
83542024-08-12T21:09:33.515Z[ host-image] Aug 12 21:09:32.928 INFO O| Aug 12 21:09:32.928 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83552024-08-12T21:09:33.524Z[ host-image] Aug 12 21:09:32.937 INFO O| Aug 12 21:09:32.937 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
83562024-08-12T21:09:33.524Z[ host-image] Aug 12 21:09:32.937 INFO O| Aug 12 21:09:32.937 INFO STEP 41 (remove_files) COMPLETE
83572024-08-12T21:09:33.529Z[ host-image] Aug 12 21:09:32.937 INFO O| Aug 12 21:09:32.937 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83582024-08-12T21:09:33.534Z[ host-image] Aug 12 21:09:32.946 INFO O| Aug 12 21:09:32.946 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
83592024-08-12T21:09:33.534Z[ host-image] Aug 12 21:09:32.947 INFO O| Aug 12 21:09:32.946 INFO STEP 42 (remove_files) COMPLETE
83602024-08-12T21:09:33.537Z[ host-image] Aug 12 21:09:32.947 INFO O| Aug 12 21:09:32.946 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83612024-08-12T21:09:33.544Z[ host-image] Aug 12 21:09:32.956 INFO O| Aug 12 21:09:32.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
83622024-08-12T21:09:33.544Z[ host-image] Aug 12 21:09:32.956 INFO O| Aug 12 21:09:32.956 INFO STEP 43 (remove_files) COMPLETE
83632024-08-12T21:09:33.547Z[ host-image] Aug 12 21:09:32.956 INFO O| Aug 12 21:09:32.956 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83642024-08-12T21:09:33.553Z[ host-image] Aug 12 21:09:32.966 INFO O| Aug 12 21:09:32.966 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
83652024-08-12T21:09:33.556Z[ host-image] Aug 12 21:09:32.966 INFO O| Aug 12 21:09:32.966 INFO STEP 44 (remove_files) COMPLETE
83662024-08-12T21:09:33.556Z[ host-image] Aug 12 21:09:32.966 INFO O| Aug 12 21:09:32.966 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83672024-08-12T21:09:33.562Z[ host-image] Aug 12 21:09:32.975 INFO O| Aug 12 21:09:32.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
83682024-08-12T21:09:33.563Z[ host-image] Aug 12 21:09:32.975 INFO O| Aug 12 21:09:32.975 INFO STEP 45 (remove_files) COMPLETE
83692024-08-12T21:09:33.563Z[ host-image] Aug 12 21:09:32.975 INFO O| Aug 12 21:09:32.975 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83702024-08-12T21:09:33.572Z[ host-image] Aug 12 21:09:32.985 INFO O| Aug 12 21:09:32.984 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
83712024-08-12T21:09:33.575Z[ host-image] Aug 12 21:09:32.985 INFO O| Aug 12 21:09:32.985 INFO STEP 46 (remove_files) COMPLETE
83722024-08-12T21:09:33.575Z[ host-image] Aug 12 21:09:32.985 INFO O| Aug 12 21:09:32.985 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83732024-08-12T21:09:33.581Z[ host-image] Aug 12 21:09:32.994 INFO O| Aug 12 21:09:32.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
83742024-08-12T21:09:33.581Z[ host-image] Aug 12 21:09:32.994 INFO O| Aug 12 21:09:32.994 INFO STEP 47 (remove_files) COMPLETE
83752024-08-12T21:09:33.584Z[ host-image] Aug 12 21:09:32.994 INFO O| Aug 12 21:09:32.994 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83762024-08-12T21:09:33.593Z[ host-image] Aug 12 21:09:33.005 INFO O| Aug 12 21:09:33.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
83772024-08-12T21:09:33.593Z[ host-image] Aug 12 21:09:33.005 INFO O| Aug 12 21:09:33.005 INFO STEP 48 (remove_files) COMPLETE
83782024-08-12T21:09:33.596Z[ host-image] Aug 12 21:09:33.005 INFO O| Aug 12 21:09:33.005 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83792024-08-12T21:09:33.605Z[ host-image] Aug 12 21:09:33.017 INFO O| Aug 12 21:09:33.017 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
83802024-08-12T21:09:33.608Z[ host-image] Aug 12 21:09:33.017 INFO O| Aug 12 21:09:33.017 INFO STEP 49 (remove_files) COMPLETE
83812024-08-12T21:09:33.608Z[ host-image] Aug 12 21:09:33.018 INFO O| Aug 12 21:09:33.017 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83822024-08-12T21:09:33.614Z[ host-image] Aug 12 21:09:33.027 INFO O| Aug 12 21:09:33.027 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
83832024-08-12T21:09:33.614Z[ host-image] Aug 12 21:09:33.027 INFO O| Aug 12 21:09:33.027 INFO STEP 50 (remove_files) COMPLETE
83842024-08-12T21:09:33.618Z[ host-image] Aug 12 21:09:33.027 INFO O| Aug 12 21:09:33.027 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83852024-08-12T21:09:33.623Z[ host-image] Aug 12 21:09:33.036 INFO O| Aug 12 21:09:33.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
83862024-08-12T21:09:33.627Z[ host-image] Aug 12 21:09:33.036 INFO O| Aug 12 21:09:33.036 INFO STEP 51 (remove_files) COMPLETE
83872024-08-12T21:09:33.627Z[ host-image] Aug 12 21:09:33.036 INFO O| Aug 12 21:09:33.036 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83882024-08-12T21:09:33.633Z[ host-image] Aug 12 21:09:33.046 INFO O| Aug 12 21:09:33.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
83892024-08-12T21:09:33.636Z[ host-image] Aug 12 21:09:33.046 INFO O| Aug 12 21:09:33.046 INFO STEP 52 (remove_files) COMPLETE
83902024-08-12T21:09:33.636Z[ host-image] Aug 12 21:09:33.046 INFO O| Aug 12 21:09:33.046 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83912024-08-12T21:09:33.642Z[ host-image] Aug 12 21:09:33.055 INFO O| Aug 12 21:09:33.055 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
83922024-08-12T21:09:33.646Z[ host-image] Aug 12 21:09:33.055 INFO O| Aug 12 21:09:33.055 INFO STEP 53 (remove_files) COMPLETE
83932024-08-12T21:09:33.646Z[ host-image] Aug 12 21:09:33.055 INFO O| Aug 12 21:09:33.055 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83942024-08-12T21:09:33.652Z[ host-image] Aug 12 21:09:33.064 INFO O| Aug 12 21:09:33.064 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
83952024-08-12T21:09:33.655Z[ host-image] Aug 12 21:09:33.064 INFO O| Aug 12 21:09:33.064 INFO STEP 54 (remove_files) COMPLETE
83962024-08-12T21:09:33.655Z[ host-image] Aug 12 21:09:33.064 INFO O| Aug 12 21:09:33.064 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83972024-08-12T21:09:33.661Z[ host-image] Aug 12 21:09:33.074 INFO O| Aug 12 21:09:33.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
83982024-08-12T21:09:33.661Z[ host-image] Aug 12 21:09:33.074 INFO O| Aug 12 21:09:33.074 INFO STEP 55 (remove_files) COMPLETE
83992024-08-12T21:09:33.661Z[ host-image] Aug 12 21:09:33.074 INFO O| Aug 12 21:09:33.074 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84002024-08-12T21:09:33.670Z[ host-image] Aug 12 21:09:33.083 INFO O| Aug 12 21:09:33.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84012024-08-12T21:09:33.674Z[ host-image] Aug 12 21:09:33.083 INFO O| Aug 12 21:09:33.083 INFO STEP 56 (remove_files) COMPLETE
84022024-08-12T21:09:33.674Z[ host-image] Aug 12 21:09:33.083 INFO O| Aug 12 21:09:33.083 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84032024-08-12T21:09:33.680Z[ host-image] Aug 12 21:09:33.093 INFO O| Aug 12 21:09:33.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84042024-08-12T21:09:33.683Z[ host-image] Aug 12 21:09:33.093 INFO O| Aug 12 21:09:33.093 INFO STEP 57 (remove_files) COMPLETE
84052024-08-12T21:09:33.683Z[ host-image] Aug 12 21:09:33.093 INFO O| Aug 12 21:09:33.093 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84062024-08-12T21:09:33.689Z[ host-image] Aug 12 21:09:33.102 INFO O| Aug 12 21:09:33.102 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84072024-08-12T21:09:33.689Z[ host-image] Aug 12 21:09:33.102 INFO O| Aug 12 21:09:33.102 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84082024-08-12T21:09:33.692Z[ host-image] Aug 12 21:09:33.102 INFO O| Aug 12 21:09:33.102 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84092024-08-12T21:09:33.692Z[ host-image] Aug 12 21:09:33.102 INFO O| Aug 12 21:09:33.102 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84102024-08-12T21:09:33.692Z[ host-image] Aug 12 21:09:33.102 INFO O| Aug 12 21:09:33.102 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84112024-08-12T21:09:33.693Z[ host-image] Aug 12 21:09:33.102 INFO O| Aug 12 21:09:33.102 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84122024-08-12T21:09:33.693Z[ host-image] Aug 12 21:09:33.102 INFO O| Aug 12 21:09:33.102 INFO ok!
84132024-08-12T21:09:33.693Z[ host-image] Aug 12 21:09:33.103 INFO O| Aug 12 21:09:33.102 INFO STEP 58 (ensure_file) COMPLETE
84142024-08-12T21:09:33.693Z[ host-image] Aug 12 21:09:33.103 INFO O| Aug 12 21:09:33.102 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84152024-08-12T21:09:33.699Z[ host-image] Aug 12 21:09:33.112 INFO O| Aug 12 21:09:33.112 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84162024-08-12T21:09:33.703Z[ host-image] Aug 12 21:09:33.112 INFO O| Aug 12 21:09:33.112 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84172024-08-12T21:09:33.703Z[ host-image] Aug 12 21:09:33.112 INFO O| Aug 12 21:09:33.112 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84182024-08-12T21:09:33.703Z[ host-image] Aug 12 21:09:33.112 INFO O| Aug 12 21:09:33.112 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84192024-08-12T21:09:33.703Z[ host-image] Aug 12 21:09:33.112 INFO O| Aug 12 21:09:33.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84202024-08-12T21:09:33.703Z[ host-image] Aug 12 21:09:33.112 INFO O| Aug 12 21:09:33.112 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84212024-08-12T21:09:33.703Z[ host-image] Aug 12 21:09:33.112 INFO O| Aug 12 21:09:33.112 INFO ok!
84222024-08-12T21:09:33.703Z[ host-image] Aug 12 21:09:33.112 INFO O| Aug 12 21:09:33.112 INFO STEP 59 (ensure_file) COMPLETE
84232024-08-12T21:09:33.703Z[ host-image] Aug 12 21:09:33.112 INFO O| Aug 12 21:09:33.112 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84242024-08-12T21:09:33.716Z[ host-image] Aug 12 21:09:33.122 INFO O| Aug 12 21:09:33.122 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84252024-08-12T21:09:33.716Z[ host-image] Aug 12 21:09:33.122 INFO O| Aug 12 21:09:33.122 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84262024-08-12T21:09:33.719Z[ host-image] Aug 12 21:09:33.122 INFO O| Aug 12 21:09:33.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84272024-08-12T21:09:33.720Z[ host-image] Aug 12 21:09:33.122 INFO O| Aug 12 21:09:33.122 INFO ok!
84282024-08-12T21:09:33.720Z[ host-image] Aug 12 21:09:33.122 INFO O| Aug 12 21:09:33.122 INFO STEP 60 (ensure_file) COMPLETE
84292024-08-12T21:09:33.720Z[ host-image] Aug 12 21:09:33.122 INFO O| Aug 12 21:09:33.122 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84302024-08-12T21:09:33.720Z[ host-image] Aug 12 21:09:33.132 INFO O| Aug 12 21:09:33.131 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84312024-08-12T21:09:33.720Z[ host-image] Aug 12 21:09:33.132 INFO O| Aug 12 21:09:33.132 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
84322024-08-12T21:09:33.720Z[ host-image] Aug 12 21:09:33.132 INFO O| Aug 12 21:09:33.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
84332024-08-12T21:09:33.720Z[ host-image] Aug 12 21:09:33.132 INFO O| Aug 12 21:09:33.132 INFO ok!
84342024-08-12T21:09:33.720Z[ host-image] Aug 12 21:09:33.132 INFO O| Aug 12 21:09:33.132 INFO STEP 61 (ensure_file) COMPLETE
84352024-08-12T21:09:33.720Z[ host-image] Aug 12 21:09:33.132 INFO O| Aug 12 21:09:33.132 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-08-12T21:09:33.728Z[ host-image] Aug 12 21:09:33.141 INFO O| Aug 12 21:09:33.141 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
84372024-08-12T21:09:33.729Z[ host-image] Aug 12 21:09:33.141 INFO O| Aug 12 21:09:33.141 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
84382024-08-12T21:09:33.732Z[ host-image] Aug 12 21:09:33.141 INFO O| Aug 12 21:09:33.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
84392024-08-12T21:09:33.732Z[ host-image] Aug 12 21:09:33.141 INFO O| Aug 12 21:09:33.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
84402024-08-12T21:09:33.732Z[ host-image] Aug 12 21:09:33.141 INFO O| Aug 12 21:09:33.141 INFO ok!
84412024-08-12T21:09:33.732Z[ host-image] Aug 12 21:09:33.141 INFO O| Aug 12 21:09:33.141 INFO STEP 62 (ensure_file) COMPLETE
84422024-08-12T21:09:33.732Z[ host-image] Aug 12 21:09:33.142 INFO O| Aug 12 21:09:33.141 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-08-12T21:09:33.738Z[ host-image] Aug 12 21:09:33.151 INFO O| Aug 12 21:09:33.151 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
84442024-08-12T21:09:33.738Z[ host-image] Aug 12 21:09:33.151 INFO O| Aug 12 21:09:33.151 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
84452024-08-12T21:09:33.741Z[ host-image] Aug 12 21:09:33.151 INFO O| Aug 12 21:09:33.151 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
84462024-08-12T21:09:33.741Z[ host-image] Aug 12 21:09:33.151 INFO O| Aug 12 21:09:33.151 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
84472024-08-12T21:09:33.741Z[ host-image] Aug 12 21:09:33.151 INFO O| Aug 12 21:09:33.151 INFO ok!
84482024-08-12T21:09:33.741Z[ host-image] Aug 12 21:09:33.151 INFO O| Aug 12 21:09:33.151 INFO STEP 63 (ensure_file) COMPLETE
84492024-08-12T21:09:33.741Z[ host-image] Aug 12 21:09:33.151 INFO O| Aug 12 21:09:33.151 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-12T21:09:33.748Z[ host-image] Aug 12 21:09:33.160 INFO O| Aug 12 21:09:33.160 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
84512024-08-12T21:09:33.748Z[ host-image] Aug 12 21:09:33.160 INFO O| Aug 12 21:09:33.160 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
84522024-08-12T21:09:33.751Z[ host-image] Aug 12 21:09:33.160 INFO O| Aug 12 21:09:33.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
84532024-08-12T21:09:33.751Z[ host-image] Aug 12 21:09:33.160 INFO O| Aug 12 21:09:33.160 INFO ok!
84542024-08-12T21:09:33.751Z[ host-image] Aug 12 21:09:33.161 INFO O| Aug 12 21:09:33.161 INFO STEP 64 (assemble_files) COMPLETE
84552024-08-12T21:09:33.751Z[ host-image] Aug 12 21:09:33.161 INFO O| Aug 12 21:09:33.161 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-12T21:09:33.759Z[ host-image] Aug 12 21:09:33.170 INFO O| Aug 12 21:09:33.170 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
84572024-08-12T21:09:33.762Z[ host-image] Aug 12 21:09:33.170 INFO O| Aug 12 21:09:33.170 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
84582024-08-12T21:09:33.762Z[ host-image] Aug 12 21:09:33.170 INFO O| Aug 12 21:09:33.170 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
84592024-08-12T21:09:33.762Z[ host-image] Aug 12 21:09:33.170 INFO O| Aug 12 21:09:33.170 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
84602024-08-12T21:09:33.763Z[ host-image] Aug 12 21:09:33.170 INFO O| Aug 12 21:09:33.170 INFO ok!
84612024-08-12T21:09:33.763Z[ host-image] Aug 12 21:09:33.170 INFO O| Aug 12 21:09:33.170 INFO STEP 65 (ensure_file) COMPLETE
84622024-08-12T21:09:33.763Z[ host-image] Aug 12 21:09:33.170 INFO O| Aug 12 21:09:33.170 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-08-12T21:09:33.767Z[ host-image] Aug 12 21:09:33.180 INFO O| Aug 12 21:09:33.180 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
84642024-08-12T21:09:33.770Z[ host-image] Aug 12 21:09:33.180 INFO O| Aug 12 21:09:33.180 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
84652024-08-12T21:09:33.770Z[ host-image] Aug 12 21:09:33.180 INFO O| Aug 12 21:09:33.180 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
84662024-08-12T21:09:33.770Z[ host-image] Aug 12 21:09:33.180 INFO O| Aug 12 21:09:33.180 INFO STEP 66 (ensure_dir) COMPLETE
84672024-08-12T21:09:33.770Z[ host-image] Aug 12 21:09:33.180 INFO O| Aug 12 21:09:33.180 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-08-12T21:09:33.777Z[ host-image] Aug 12 21:09:33.190 INFO O| Aug 12 21:09:33.190 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
84692024-08-12T21:09:33.780Z[ host-image] Aug 12 21:09:33.190 INFO O| Aug 12 21:09:33.190 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 ...
84702024-08-12T21:09:33.784Z[ host-image] Aug 12 21:09:33.197 INFO O| Aug 12 21:09:33.197 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
84712024-08-12T21:09:33.784Z[ host-image] Aug 12 21:09:33.197 INFO O| Aug 12 21:09:33.197 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
84722024-08-12T21:09:33.787Z[ host-image] Aug 12 21:09:33.197 INFO O| Aug 12 21:09:33.197 INFO ok!
84732024-08-12T21:09:33.788Z[ host-image] Aug 12 21:09:33.197 INFO O| Aug 12 21:09:33.197 INFO STEP 67 (ensure_file) COMPLETE
84742024-08-12T21:09:33.788Z[ host-image] Aug 12 21:09:33.197 INFO O| Aug 12 21:09:33.197 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-08-12T21:09:33.794Z[ host-image] Aug 12 21:09:33.206 INFO O| Aug 12 21:09:33.206 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
84762024-08-12T21:09:33.799Z[ host-image] Aug 12 21:09:33.206 INFO O| Aug 12 21:09:33.206 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 ...
84772024-08-12T21:09:33.799Z[ host-image] Aug 12 21:09:33.206 INFO O| Aug 12 21:09:33.206 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
84782024-08-12T21:09:33.799Z[ host-image] Aug 12 21:09:33.206 INFO O| Aug 12 21:09:33.206 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
84792024-08-12T21:09:33.799Z[ host-image] Aug 12 21:09:33.207 INFO O| Aug 12 21:09:33.206 INFO ok!
84802024-08-12T21:09:33.799Z[ host-image] Aug 12 21:09:33.207 INFO O| Aug 12 21:09:33.207 INFO STEP 68 (ensure_file) COMPLETE
84812024-08-12T21:09:33.799Z[ host-image] Aug 12 21:09:33.207 INFO O| Aug 12 21:09:33.207 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-08-12T21:09:33.808Z[ host-image] Aug 12 21:09:33.220 INFO O| Aug 12 21:09:33.220 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
84832024-08-12T21:09:33.808Z[ host-image] Aug 12 21:09:33.220 INFO O| Aug 12 21:09:33.220 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
84842024-08-12T21:09:35.801Z[ host-image] Aug 12 21:09:35.213 INFO O| Aug 12 21:09:35.213 INFO STEP 69 (pack_tar) COMPLETE
84852024-08-12T21:09:35.801Z[ host-image] Aug 12 21:09:35.213 INFO O| Aug 12 21:09:35.213 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84862024-08-12T21:09:35.807Z[ host-image] Aug 12 21:09:35.213 INFO O| Aug 12 21:09:35.213 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
84872024-08-12T21:09:35.929Z[ recovery-image] Aug 12 21:09:35.341 INFO creating reset image...
84882024-08-12T21:09:35.929Z[ recovery-image] Aug 12 21:09:35.341 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84892024-08-12T21:09:36.060Z[ host-image] Aug 12 21:09:35.472 INFO O| Aug 12 21:09:35.472 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84902024-08-12T21:09:36.136Z[ host-image] Aug 12 21:09:35.548 INFO O| Aug 12 21:09:35.548 INFO completed processing gimlet/ramdisk-02-trim
84912024-08-12T21:09:36.140Z[ host-image] Aug 12 21:09:35.550 INFO image builder template: zfs...
84922024-08-12T21:09:36.140Z[ host-image] Aug 12 21:09:35.550 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/.tmpmNI4U7/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
84932024-08-12T21:09:36.152Z[ host-image] Aug 12 21:09:35.564 INFO O| Aug 12 21:09:35.564 INFO skip include "stress" because feature "stress" is not enabled
84942024-08-12T21:09:36.184Z[ host-image] Aug 12 21:09:35.596 INFO O| Aug 12 21:09:35.596 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
84952024-08-12T21:09:36.188Z[ host-image] Aug 12 21:09:35.601 INFO O| Aug 12 21:09:35.601 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
84962024-08-12T21:09:36.192Z[ recovery-image] Aug 12 21:09:35.604 INFO E| Updating crates.io index
84972024-08-12T21:09:36.232Z[ host-image] Aug 12 21:09:35.644 INFO O| Aug 12 21:09:35.644 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
84982024-08-12T21:09:36.265Z[ host-image] Aug 12 21:09:35.678 INFO O| Aug 12 21:09:35.678 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
84992024-08-12T21:09:36.265Z[ host-image] Aug 12 21:09:35.678 INFO O| Aug 12 21:09:35.678 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85002024-08-12T21:09:36.270Z[ host-image] Aug 12 21:09:35.682 INFO O| Aug 12 21:09:35.682 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85012024-08-12T21:09:36.291Z[ recovery-image] Aug 12 21:09:35.703 INFO E| Downloading crates ...
85022024-08-12T21:09:36.316Z[ host-image] Aug 12 21:09:35.728 INFO O| Aug 12 21:09:35.728 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85032024-08-12T21:09:36.350Z[ host-image] Aug 12 21:09:35.762 INFO O| Aug 12 21:09:35.762 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85042024-08-12T21:09:36.354Z[ recovery-image] Aug 12 21:09:35.763 INFO E| Downloaded anstyle-parse v0.2.3
85052024-08-12T21:09:36.359Z[ recovery-image] Aug 12 21:09:35.772 INFO E| Downloaded anstream v0.6.13
85062024-08-12T21:09:36.362Z[ host-image] Aug 12 21:09:35.772 INFO O| Aug 12 21:09:35.772 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85072024-08-12T21:09:36.363Z[ recovery-image] Aug 12 21:09:35.774 INFO E| Downloaded colorchoice v1.0.0
85082024-08-12T21:09:36.366Z[ recovery-image] Aug 12 21:09:35.775 INFO E| Downloaded strsim v0.11.0
85092024-08-12T21:09:36.366Z[ host-image] Aug 12 21:09:35.778 INFO O| Aug 12 21:09:35.777 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85102024-08-12T21:09:36.366Z[ host-image] Aug 12 21:09:35.778 INFO O| Aug 12 21:09:35.778 INFO no lofi found
85112024-08-12T21:09:36.366Z[ host-image] Aug 12 21:09:35.778 INFO O| Aug 12 21:09:35.778 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85122024-08-12T21:09:36.367Z[ host-image] Aug 12 21:09:35.778 INFO O| Aug 12 21:09:35.778 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85132024-08-12T21:09:36.373Z[ recovery-image] Aug 12 21:09:35.786 INFO E| Downloaded clap v4.5.3
85142024-08-12T21:09:36.384Z[ recovery-image] Aug 12 21:09:35.795 INFO E| Downloaded shared_child v1.0.0
85152024-08-12T21:09:36.387Z[ recovery-image] Aug 12 21:09:35.796 INFO E| Downloaded os_pipe v1.1.5
85162024-08-12T21:09:36.387Z[ recovery-image] Aug 12 21:09:35.797 INFO E| Downloaded anstyle-query v1.0.2
85172024-08-12T21:09:36.387Z[ recovery-image] Aug 12 21:09:35.798 INFO E| Downloaded anstyle v1.0.6
85182024-08-12T21:09:36.391Z[ recovery-image] Aug 12 21:09:35.802 INFO E| Downloaded clap_derive v4.5.3
85192024-08-12T21:09:36.394Z[ recovery-image] Aug 12 21:09:35.804 INFO E| Downloaded duct v0.13.7
85202024-08-12T21:09:36.398Z[ recovery-image] Aug 12 21:09:35.810 INFO E| Downloaded proc-macro2 v1.0.79
85212024-08-12T21:09:36.424Z[ recovery-image] Aug 12 21:09:35.836 INFO E| Downloaded syn v2.0.53
85222024-08-12T21:09:36.435Z[ recovery-image] Aug 12 21:09:35.848 INFO E| Downloaded clap_builder v4.5.2
85232024-08-12T21:09:36.478Z[ recovery-image] Aug 12 21:09:35.890 INFO E| Downloaded libc v0.2.153
85242024-08-12T21:09:36.553Z[ recovery-image] Aug 12 21:09:35.965 INFO E| Compiling proc-macro2 v1.0.79
85252024-08-12T21:09:36.553Z[ recovery-image] Aug 12 21:09:35.965 INFO E| Compiling unicode-ident v1.0.12
85262024-08-12T21:09:36.557Z[ recovery-image] Aug 12 21:09:35.965 INFO E| Compiling libc v0.2.153
85272024-08-12T21:09:36.557Z[ recovery-image] Aug 12 21:09:35.965 INFO E| Compiling utf8parse v0.2.1
85282024-08-12T21:09:36.557Z[ recovery-image] Aug 12 21:09:35.965 INFO E| Compiling colorchoice v1.0.0
85292024-08-12T21:09:36.557Z[ recovery-image] Aug 12 21:09:35.965 INFO E| Compiling anstyle v1.0.6
85302024-08-12T21:09:36.557Z[ recovery-image] Aug 12 21:09:35.966 INFO E| Compiling anstyle-query v1.0.2
85312024-08-12T21:09:36.557Z[ recovery-image] Aug 12 21:09:35.966 INFO E| Compiling clap_lex v0.7.0
85322024-08-12T21:09:36.796Z[ recovery-image] Aug 12 21:09:36.208 INFO E| Compiling anstyle-parse v0.2.3
85332024-08-12T21:09:36.805Z[ recovery-image] Aug 12 21:09:36.217 INFO E| Compiling heck v0.5.0
85342024-08-12T21:09:36.805Z[ recovery-image] Aug 12 21:09:36.217 INFO E| Compiling strsim v0.11.0
85352024-08-12T21:09:36.820Z[ recovery-image] Aug 12 21:09:36.232 INFO E| Compiling once_cell v1.19.0
85362024-08-12T21:09:37.110Z[ recovery-image] Aug 12 21:09:36.522 INFO E| Compiling anstream v0.6.13
85372024-08-12T21:09:37.443Z[ recovery-image] Aug 12 21:09:36.855 INFO E| Compiling clap_builder v4.5.2
85382024-08-12T21:09:37.970Z[ recovery-image] Aug 12 21:09:37.382 INFO E| Compiling os_pipe v1.1.5
85392024-08-12T21:09:37.970Z[ recovery-image] Aug 12 21:09:37.382 INFO E| Compiling shared_child v1.0.0
85402024-08-12T21:09:38.020Z[ recovery-image] Aug 12 21:09:37.432 INFO E| Compiling quote v1.0.35
85412024-08-12T21:09:38.146Z[ recovery-image] Aug 12 21:09:37.558 INFO E| Compiling duct v0.13.7
85422024-08-12T21:09:38.374Z[ recovery-image] Aug 12 21:09:37.786 INFO E| Compiling syn v2.0.53
85432024-08-12T21:09:38.600Z[ host-image] Aug 12 21:09:38.011 INFO O| Aug 12 21:09:38.011 INFO lofi device = /dev/dsk/c2t1d0p0
85442024-08-12T21:09:38.600Z[ host-image] Aug 12 21:09:38.011 INFO O| Aug 12 21:09:38.011 INFO pool device = /dev/dsk/c2t1d0p0
85452024-08-12T21:09:38.603Z[ host-image] Aug 12 21:09:38.012 INFO O| Aug 12 21:09:38.012 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"]
85462024-08-12T21:09:38.708Z[ host-image] Aug 12 21:09:38.120 INFO O| Aug 12 21:09:38.120 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85472024-08-12T21:09:38.708Z[ host-image] Aug 12 21:09:38.120 INFO O| Aug 12 21:09:38.120 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85482024-08-12T21:09:38.739Z[ host-image] Aug 12 21:09:38.151 INFO O| Aug 12 21:09:38.151 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85492024-08-12T21:09:38.824Z[ host-image] Aug 12 21:09:38.236 INFO O| Aug 12 21:09:38.236 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85502024-08-12T21:09:38.878Z[ host-image] Aug 12 21:09:38.290 INFO O| Aug 12 21:09:38.290 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85512024-08-12T21:09:38.904Z[ host-image] Aug 12 21:09:38.315 INFO O| Aug 12 21:09:38.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85522024-08-12T21:09:38.921Z[ host-image] Aug 12 21:09:38.333 INFO O| Aug 12 21:09:38.333 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85532024-08-12T21:09:38.995Z[ host-image] Aug 12 21:09:38.406 INFO O| Aug 12 21:09:38.406 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85542024-08-12T21:09:38.998Z[ host-image] Aug 12 21:09:38.406 INFO O| Aug 12 21:09:38.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85552024-08-12T21:09:38.998Z[ host-image] Aug 12 21:09:38.406 INFO O| Aug 12 21:09:38.406 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85562024-08-12T21:09:39.016Z[ host-image] Aug 12 21:09:38.427 INFO O| Aug 12 21:09:38.427 INFO boot environment UUID: 8d470307-3f05-47cf-9a31-9d1d6c5788f0
85572024-08-12T21:09:39.016Z[ host-image] Aug 12 21:09:38.427 INFO O| Aug 12 21:09:38.427 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8d470307-3f05-47cf-9a31-9d1d6c5788f0
85582024-08-12T21:09:39.035Z[ host-image] Aug 12 21:09:38.447 INFO O| Aug 12 21:09:38.446 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85592024-08-12T21:09:39.057Z[ host-image] Aug 12 21:09:38.468 INFO O| Aug 12 21:09:38.468 INFO STEP 0 (create_be) COMPLETE
85602024-08-12T21:09:39.057Z[ host-image] Aug 12 21:09:38.469 INFO O| Aug 12 21:09:38.468 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85612024-08-12T21:09:39.084Z[ host-image] Aug 12 21:09:38.496 INFO O| Aug 12 21:09:38.495 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
85622024-08-12T21:09:46.432Z[ recovery-image] Aug 12 21:09:45.844 INFO E| Compiling clap_derive v4.5.3
85632024-08-12T21:09:49.401Z[ recovery-image] Aug 12 21:09:48.812 INFO E| Compiling clap v4.5.3
85642024-08-12T21:09:49.472Z[ recovery-image] Aug 12 21:09:48.883 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85652024-08-12T21:09:50.970Z[ recovery-image] Aug 12 21:09:50.381 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.95s
85662024-08-12T21:09:50.988Z[ recovery-image] Aug 12 21:09:50.396 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85672024-08-12T21:09:51.178Z[ recovery-image] Aug 12 21:09:50.590 INFO E| Updating crates.io index
85682024-08-12T21:09:51.337Z[ recovery-image] Aug 12 21:09:50.749 INFO E| Downloading crates ...
85692024-08-12T21:09:51.398Z[ recovery-image] Aug 12 21:09:50.808 INFO E| Downloaded bit_field v0.10.2
85702024-08-12T21:09:51.417Z[ recovery-image] Aug 12 21:09:50.828 INFO E| Downloaded raw-cpuid v10.7.0
85712024-08-12T21:09:51.421Z[ recovery-image] Aug 12 21:09:50.833 INFO E| Downloaded seq-macro v0.3.5
85722024-08-12T21:09:51.424Z[ recovery-image] Aug 12 21:09:50.835 INFO E| Downloaded cpio_reader v0.1.1
85732024-08-12T21:09:51.437Z[ recovery-image] Aug 12 21:09:50.848 INFO E| Downloaded goblin v0.8.0
85742024-08-12T21:09:51.560Z[ recovery-image] Aug 12 21:09:50.968 INFO E| Downloaded x86 v0.52.0
85752024-08-12T21:09:51.711Z[ recovery-image] Aug 12 21:09:51.123 INFO E| Updating crates.io index
85762024-08-12T21:09:51.769Z[ recovery-image] Aug 12 21:09:51.180 INFO E| Downloading crates ...
85772024-08-12T21:09:51.840Z[ recovery-image] Aug 12 21:09:51.250 INFO E| Downloaded rustc-demangle v0.1.23
85782024-08-12T21:09:51.844Z[ recovery-image] Aug 12 21:09:51.255 INFO E| Downloaded compiler_builtins v0.1.108
85792024-08-12T21:09:51.859Z[ recovery-image] Aug 12 21:09:51.271 INFO E| Downloaded allocator-api2 v0.2.16
85802024-08-12T21:09:51.942Z[ recovery-image] Aug 12 21:09:51.353 INFO E| Compiling compiler_builtins v0.1.108
85812024-08-12T21:09:51.942Z[ recovery-image] Aug 12 21:09:51.353 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)
85822024-08-12T21:09:51.942Z[ recovery-image] Aug 12 21:09:51.353 INFO E| Compiling proc-macro2 v1.0.79
85832024-08-12T21:09:51.945Z[ recovery-image] Aug 12 21:09:51.353 INFO E| Compiling unicode-ident v1.0.12
85842024-08-12T21:09:51.945Z[ recovery-image] Aug 12 21:09:51.353 INFO E| Compiling syn v1.0.109
85852024-08-12T21:09:51.945Z[ recovery-image] Aug 12 21:09:51.353 INFO E| Compiling x86 v0.52.0
85862024-08-12T21:09:51.945Z[ recovery-image] Aug 12 21:09:51.353 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85872024-08-12T21:09:51.945Z[ recovery-image] Aug 12 21:09:51.353 INFO E| Compiling seq-macro v0.3.5
85882024-08-12T21:09:54.066Z[ recovery-image] Aug 12 21:09:53.476 INFO E| Compiling quote v1.0.35
85892024-08-12T21:09:54.418Z[ recovery-image] Aug 12 21:09:53.829 INFO E| Compiling syn v2.0.53
85902024-08-12T21:10:00.436Z[ recovery-image] Aug 12 21:09:59.843 INFO E| Compiling scroll_derive v0.12.0
85912024-08-12T21:10:01.438Z[ host-image] Aug 12 21:10:00.846 INFO O| Aug 12 21:10:00.846 INFO STEP 1 (unpack_tar) COMPLETE
85922024-08-12T21:10:01.438Z[ host-image] Aug 12 21:10:00.847 INFO O| Aug 12 21:10:00.846 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85932024-08-12T21:10:01.450Z[ host-image] Aug 12 21:10:00.860 INFO O| Aug 12 21:10:00.860 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
85942024-08-12T21:10:01.551Z[ host-image] Aug 12 21:10:00.961 INFO O| Aug 12 21:10:00.961 INFO STEP 2 (devfsadm) COMPLETE
85952024-08-12T21:10:01.551Z[ host-image] Aug 12 21:10:00.961 INFO O| Aug 12 21:10:00.961 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85962024-08-12T21:10:01.569Z[ host-image] Aug 12 21:10:00.979 INFO O| Aug 12 21:10:00.979 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
85972024-08-12T21:10:01.572Z[ host-image] Aug 12 21:10:00.979 INFO O| Aug 12 21:10:00.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
85982024-08-12T21:10:01.572Z[ host-image] Aug 12 21:10:00.979 INFO O| Aug 12 21:10:00.979 INFO STEP 3 (ensure_dir) COMPLETE
85992024-08-12T21:10:01.572Z[ host-image] Aug 12 21:10:00.981 INFO O| Aug 12 21:10:00.979 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86002024-08-12T21:10:01.587Z[ host-image] Aug 12 21:10:00.997 INFO O| Aug 12 21:10:00.997 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86012024-08-12T21:10:01.587Z[ host-image] Aug 12 21:10:00.997 INFO O| Aug 12 21:10:00.997 INFO STEP 4 (ensure_dir) COMPLETE
86022024-08-12T21:10:01.590Z[ host-image] Aug 12 21:10:00.997 INFO O| Aug 12 21:10:00.997 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86032024-08-12T21:10:01.602Z[ host-image] Aug 12 21:10:01.013 INFO O| Aug 12 21:10:01.013 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86042024-08-12T21:10:01.602Z[ host-image] Aug 12 21:10:01.013 INFO O| Aug 12 21:10:01.013 INFO STEP 5 (ensure_dir) COMPLETE
86052024-08-12T21:10:01.602Z[ host-image] Aug 12 21:10:01.013 INFO O| Aug 12 21:10:01.013 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86062024-08-12T21:10:01.618Z[ host-image] Aug 12 21:10:01.028 INFO O| Aug 12 21:10:01.028 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86072024-08-12T21:10:01.618Z[ host-image] Aug 12 21:10:01.028 INFO O| Aug 12 21:10:01.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86082024-08-12T21:10:01.620Z[ host-image] Aug 12 21:10:01.028 INFO O| Aug 12 21:10:01.028 INFO STEP 6 (ensure_dir) COMPLETE
86092024-08-12T21:10:01.620Z[ host-image] Aug 12 21:10:01.028 INFO O| Aug 12 21:10:01.028 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86102024-08-12T21:10:01.633Z[ host-image] Aug 12 21:10:01.044 INFO O| Aug 12 21:10:01.044 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86112024-08-12T21:10:01.633Z[ host-image] Aug 12 21:10:01.044 INFO O| Aug 12 21:10:01.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86122024-08-12T21:10:01.636Z[ host-image] Aug 12 21:10:01.044 INFO O| Aug 12 21:10:01.044 INFO STEP 7 (ensure_dir) COMPLETE
86132024-08-12T21:10:01.636Z[ host-image] Aug 12 21:10:01.044 INFO O| Aug 12 21:10:01.044 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86142024-08-12T21:10:01.651Z[ host-image] Aug 12 21:10:01.062 INFO O| Aug 12 21:10:01.061 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86152024-08-12T21:10:01.654Z[ host-image] Aug 12 21:10:01.062 INFO O| Aug 12 21:10:01.062 INFO STEP 8 (remove_files) COMPLETE
86162024-08-12T21:10:01.654Z[ host-image] Aug 12 21:10:01.062 INFO O| Aug 12 21:10:01.062 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86172024-08-12T21:10:01.668Z[ host-image] Aug 12 21:10:01.078 INFO O| Aug 12 21:10:01.078 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86182024-08-12T21:10:01.670Z[ host-image] Aug 12 21:10:01.080 INFO O| Aug 12 21:10:01.080 INFO STEP 9 (remove_files) COMPLETE
86192024-08-12T21:10:01.670Z[ host-image] Aug 12 21:10:01.080 INFO O| Aug 12 21:10:01.080 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86202024-08-12T21:10:01.687Z[ host-image] Aug 12 21:10:01.097 INFO O| Aug 12 21:10:01.097 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86212024-08-12T21:10:01.690Z[ host-image] Aug 12 21:10:01.098 INFO O| Aug 12 21:10:01.098 INFO STEP 10 (remove_files) COMPLETE
86222024-08-12T21:10:01.690Z[ host-image] Aug 12 21:10:01.098 INFO O| Aug 12 21:10:01.098 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86232024-08-12T21:10:01.704Z[ host-image] Aug 12 21:10:01.114 INFO O| Aug 12 21:10:01.114 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86242024-08-12T21:10:01.704Z[ host-image] Aug 12 21:10:01.115 INFO O| Aug 12 21:10:01.115 INFO STEP 11 (remove_files) COMPLETE
86252024-08-12T21:10:01.708Z[ host-image] Aug 12 21:10:01.115 INFO O| Aug 12 21:10:01.115 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86262024-08-12T21:10:01.718Z[ host-image] Aug 12 21:10:01.128 INFO O| Aug 12 21:10:01.128 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86272024-08-12T21:10:01.721Z[ host-image] Aug 12 21:10:01.129 INFO O| Aug 12 21:10:01.129 INFO STEP 12 (remove_files) COMPLETE
86282024-08-12T21:10:01.721Z[ host-image] Aug 12 21:10:01.129 INFO O| Aug 12 21:10:01.129 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86292024-08-12T21:10:01.732Z[ host-image] Aug 12 21:10:01.143 INFO O| Aug 12 21:10:01.143 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86302024-08-12T21:10:01.732Z[ host-image] Aug 12 21:10:01.143 INFO O| Aug 12 21:10:01.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86312024-08-12T21:10:01.733Z[ host-image] Aug 12 21:10:01.143 INFO O| Aug 12 21:10:01.143 INFO STEP 13 (ensure_dir) COMPLETE
86322024-08-12T21:10:01.737Z[ host-image] Aug 12 21:10:01.143 INFO O| Aug 12 21:10:01.143 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86332024-08-12T21:10:01.745Z[ host-image] Aug 12 21:10:01.155 INFO O| Aug 12 21:10:01.155 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86342024-08-12T21:10:01.745Z[ host-image] Aug 12 21:10:01.155 INFO O| Aug 12 21:10:01.155 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86352024-08-12T21:10:01.747Z[ host-image] Aug 12 21:10:01.155 INFO O| Aug 12 21:10:01.155 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86362024-08-12T21:10:01.747Z[ host-image] Aug 12 21:10:01.155 INFO O| Aug 12 21:10:01.155 INFO STEP 14 (ensure_dir) COMPLETE
86372024-08-12T21:10:01.747Z[ host-image] Aug 12 21:10:01.155 INFO O| Aug 12 21:10:01.155 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86382024-08-12T21:10:01.759Z[ host-image] Aug 12 21:10:01.169 INFO O| Aug 12 21:10:01.169 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86392024-08-12T21:10:01.759Z[ host-image] Aug 12 21:10:01.169 INFO O| Aug 12 21:10:01.169 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86402024-08-12T21:10:01.762Z[ host-image] Aug 12 21:10:01.169 INFO O| Aug 12 21:10:01.169 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86412024-08-12T21:10:01.762Z[ host-image] Aug 12 21:10:01.170 INFO O| Aug 12 21:10:01.169 INFO STEP 15 (ensure_dir) COMPLETE
86422024-08-12T21:10:01.762Z[ host-image] Aug 12 21:10:01.170 INFO O| Aug 12 21:10:01.169 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86432024-08-12T21:10:01.771Z[ host-image] Aug 12 21:10:01.182 INFO O| Aug 12 21:10:01.182 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86442024-08-12T21:10:01.771Z[ host-image] Aug 12 21:10:01.182 INFO O| Aug 12 21:10:01.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86452024-08-12T21:10:01.771Z[ host-image] Aug 12 21:10:01.182 INFO O| Aug 12 21:10:01.182 INFO STEP 16 (ensure_dir) COMPLETE
86462024-08-12T21:10:01.774Z[ host-image] Aug 12 21:10:01.182 INFO O| Aug 12 21:10:01.182 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86472024-08-12T21:10:01.787Z[ host-image] Aug 12 21:10:01.198 INFO O| Aug 12 21:10:01.198 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86482024-08-12T21:10:01.790Z[ host-image] Aug 12 21:10:01.198 INFO O| Aug 12 21:10:01.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86492024-08-12T21:10:01.790Z[ host-image] Aug 12 21:10:01.198 INFO O| Aug 12 21:10:01.198 INFO STEP 17 (ensure_dir) COMPLETE
86502024-08-12T21:10:01.790Z[ host-image] Aug 12 21:10:01.198 INFO O| Aug 12 21:10:01.198 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86512024-08-12T21:10:01.803Z[ host-image] Aug 12 21:10:01.214 INFO O| Aug 12 21:10:01.214 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86522024-08-12T21:10:01.803Z[ host-image] Aug 12 21:10:01.214 INFO O| Aug 12 21:10:01.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86532024-08-12T21:10:01.803Z[ host-image] Aug 12 21:10:01.214 INFO O| Aug 12 21:10:01.214 INFO ok!
86542024-08-12T21:10:01.806Z[ host-image] Aug 12 21:10:01.214 INFO O| Aug 12 21:10:01.214 INFO STEP 18 (ensure_symlink) COMPLETE
86552024-08-12T21:10:01.806Z[ host-image] Aug 12 21:10:01.214 INFO O| Aug 12 21:10:01.214 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86562024-08-12T21:10:01.820Z[ host-image] Aug 12 21:10:01.230 INFO O| Aug 12 21:10:01.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86572024-08-12T21:10:01.820Z[ host-image] Aug 12 21:10:01.231 INFO O| Aug 12 21:10:01.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86582024-08-12T21:10:01.820Z[ host-image] Aug 12 21:10:01.231 INFO O| Aug 12 21:10:01.230 INFO ok!
86592024-08-12T21:10:01.823Z[ host-image] Aug 12 21:10:01.231 INFO O| Aug 12 21:10:01.231 INFO STEP 19 (ensure_file) COMPLETE
86602024-08-12T21:10:01.823Z[ host-image] Aug 12 21:10:01.231 INFO O| Aug 12 21:10:01.231 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86612024-08-12T21:10:01.837Z[ host-image] Aug 12 21:10:01.248 INFO O| Aug 12 21:10:01.248 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86622024-08-12T21:10:01.837Z[ host-image] Aug 12 21:10:01.248 INFO O| Aug 12 21:10:01.248 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86632024-08-12T21:10:01.841Z[ host-image] Aug 12 21:10:01.248 INFO O| Aug 12 21:10:01.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86642024-08-12T21:10:01.841Z[ host-image] Aug 12 21:10:01.248 INFO O| Aug 12 21:10:01.248 INFO ok!
86652024-08-12T21:10:01.841Z[ host-image] Aug 12 21:10:01.248 INFO O| Aug 12 21:10:01.248 INFO STEP 20 (ensure_symlink) COMPLETE
86662024-08-12T21:10:01.841Z[ host-image] Aug 12 21:10:01.248 INFO O| Aug 12 21:10:01.248 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86672024-08-12T21:10:01.854Z[ host-image] Aug 12 21:10:01.264 INFO O| Aug 12 21:10:01.264 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86682024-08-12T21:10:01.857Z[ host-image] Aug 12 21:10:01.264 INFO O| Aug 12 21:10:01.264 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86692024-08-12T21:10:01.857Z[ host-image] Aug 12 21:10:01.264 INFO O| Aug 12 21:10:01.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86702024-08-12T21:10:01.857Z[ host-image] Aug 12 21:10:01.264 INFO O| Aug 12 21:10:01.264 INFO ok!
86712024-08-12T21:10:01.857Z[ host-image] Aug 12 21:10:01.264 INFO O| Aug 12 21:10:01.264 INFO STEP 21 (ensure_symlink) COMPLETE
86722024-08-12T21:10:01.857Z[ host-image] Aug 12 21:10:01.264 INFO O| Aug 12 21:10:01.264 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86732024-08-12T21:10:01.868Z[ host-image] Aug 12 21:10:01.279 INFO O| Aug 12 21:10:01.279 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86742024-08-12T21:10:01.868Z[ host-image] Aug 12 21:10:01.279 INFO O| Aug 12 21:10:01.279 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86752024-08-12T21:10:01.871Z[ host-image] Aug 12 21:10:01.279 INFO O| Aug 12 21:10:01.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86762024-08-12T21:10:01.871Z[ host-image] Aug 12 21:10:01.279 INFO O| Aug 12 21:10:01.279 INFO ok!
86772024-08-12T21:10:01.871Z[ host-image] Aug 12 21:10:01.279 INFO O| Aug 12 21:10:01.279 INFO STEP 22 (ensure_symlink) COMPLETE
86782024-08-12T21:10:01.871Z[ host-image] Aug 12 21:10:01.279 INFO O| Aug 12 21:10:01.279 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86792024-08-12T21:10:01.885Z[ host-image] Aug 12 21:10:01.295 INFO O| Aug 12 21:10:01.295 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
86802024-08-12T21:10:01.885Z[ host-image] Aug 12 21:10:01.295 INFO O| Aug 12 21:10:01.295 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86812024-08-12T21:10:01.888Z[ host-image] Aug 12 21:10:01.295 INFO O| Aug 12 21:10:01.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
86822024-08-12T21:10:01.888Z[ host-image] Aug 12 21:10:01.295 INFO O| Aug 12 21:10:01.295 INFO ok!
86832024-08-12T21:10:01.888Z[ host-image] Aug 12 21:10:01.295 INFO O| Aug 12 21:10:01.295 INFO STEP 23 (ensure_symlink) COMPLETE
86842024-08-12T21:10:01.888Z[ host-image] Aug 12 21:10:01.295 INFO O| Aug 12 21:10:01.295 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86852024-08-12T21:10:01.898Z[ host-image] Aug 12 21:10:01.308 INFO O| Aug 12 21:10:01.308 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86862024-08-12T21:10:01.901Z[ host-image] Aug 12 21:10:01.308 INFO O| Aug 12 21:10:01.308 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
86872024-08-12T21:10:01.901Z[ host-image] Aug 12 21:10:01.309 INFO O| Aug 12 21:10:01.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
86882024-08-12T21:10:01.901Z[ host-image] Aug 12 21:10:01.309 INFO O| Aug 12 21:10:01.309 INFO ok!
86892024-08-12T21:10:01.901Z[ host-image] Aug 12 21:10:01.309 INFO O| Aug 12 21:10:01.309 INFO STEP 24 (ensure_file) COMPLETE
86902024-08-12T21:10:01.901Z[ host-image] Aug 12 21:10:01.309 INFO O| Aug 12 21:10:01.309 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86912024-08-12T21:10:01.912Z[ host-image] Aug 12 21:10:01.323 INFO O| Aug 12 21:10:01.322 INFO updating shadow file
86922024-08-12T21:10:01.915Z[ host-image] Aug 12 21:10:01.323 INFO O| Aug 12 21:10:01.323 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86932024-08-12T21:10:01.915Z[ host-image] Aug 12 21:10:01.323 INFO O| Aug 12 21:10:01.323 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86942024-08-12T21:10:01.915Z[ host-image] Aug 12 21:10:01.323 INFO O| Aug 12 21:10:01.323 INFO STEP 25 (shadow) COMPLETE
86952024-08-12T21:10:01.915Z[ host-image] Aug 12 21:10:01.323 INFO O| Aug 12 21:10:01.323 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86962024-08-12T21:10:01.928Z[ host-image] Aug 12 21:10:01.338 INFO O| Aug 12 21:10:01.338 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
86972024-08-12T21:10:01.928Z[ host-image] Aug 12 21:10:01.339 INFO O| Aug 12 21:10:01.338 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
86982024-08-12T21:10:01.932Z[ host-image] Aug 12 21:10:01.339 INFO O| Aug 12 21:10:01.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
86992024-08-12T21:10:01.932Z[ host-image] Aug 12 21:10:01.339 INFO O| Aug 12 21:10:01.339 INFO ok!
87002024-08-12T21:10:01.932Z[ host-image] Aug 12 21:10:01.339 INFO O| Aug 12 21:10:01.339 INFO STEP 26 (ensure_file) COMPLETE
87012024-08-12T21:10:01.932Z[ host-image] Aug 12 21:10:01.339 INFO O| Aug 12 21:10:01.339 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87022024-08-12T21:10:01.945Z[ host-image] Aug 12 21:10:01.354 INFO O| Aug 12 21:10:01.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87032024-08-12T21:10:01.947Z[ host-image] Aug 12 21:10:01.354 INFO O| Aug 12 21:10:01.354 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87042024-08-12T21:10:01.947Z[ host-image] Aug 12 21:10:01.354 INFO O| Aug 12 21:10:01.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87052024-08-12T21:10:01.947Z[ host-image] Aug 12 21:10:01.354 INFO O| Aug 12 21:10:01.354 INFO ok!
87062024-08-12T21:10:01.947Z[ host-image] Aug 12 21:10:01.354 INFO O| Aug 12 21:10:01.354 INFO STEP 27 (ensure_file) COMPLETE
87072024-08-12T21:10:01.947Z[ host-image] Aug 12 21:10:01.354 INFO O| Aug 12 21:10:01.354 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87082024-08-12T21:10:01.960Z[ host-image] Aug 12 21:10:01.370 INFO O| Aug 12 21:10:01.370 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87092024-08-12T21:10:01.960Z[ host-image] Aug 12 21:10:01.370 INFO O| Aug 12 21:10:01.370 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87102024-08-12T21:10:01.965Z[ host-image] Aug 12 21:10:01.371 INFO O| Aug 12 21:10:01.371 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87112024-08-12T21:10:01.966Z[ host-image] Aug 12 21:10:01.371 INFO O| Aug 12 21:10:01.371 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87122024-08-12T21:10:01.966Z[ host-image] Aug 12 21:10:01.371 INFO O| Aug 12 21:10:01.371 INFO ok!
87132024-08-12T21:10:01.966Z[ host-image] Aug 12 21:10:01.371 INFO O| Aug 12 21:10:01.371 INFO STEP 28 (ensure_file) COMPLETE
87142024-08-12T21:10:01.966Z[ host-image] Aug 12 21:10:01.371 INFO O| Aug 12 21:10:01.371 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87152024-08-12T21:10:01.973Z[ host-image] Aug 12 21:10:01.383 INFO O| Aug 12 21:10:01.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87162024-08-12T21:10:01.973Z[ host-image] Aug 12 21:10:01.383 INFO O| Aug 12 21:10:01.383 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87172024-08-12T21:10:01.976Z[ host-image] Aug 12 21:10:01.383 INFO O| Aug 12 21:10:01.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87182024-08-12T21:10:01.976Z[ host-image] Aug 12 21:10:01.384 INFO O| Aug 12 21:10:01.383 INFO ok!
87192024-08-12T21:10:01.976Z[ host-image] Aug 12 21:10:01.384 INFO O| Aug 12 21:10:01.384 INFO STEP 29 (ensure_file) COMPLETE
87202024-08-12T21:10:01.976Z[ host-image] Aug 12 21:10:01.384 INFO O| Aug 12 21:10:01.384 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87212024-08-12T21:10:01.992Z[ host-image] Aug 12 21:10:01.400 INFO O| Aug 12 21:10:01.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87222024-08-12T21:10:01.992Z[ host-image] Aug 12 21:10:01.400 INFO O| Aug 12 21:10:01.400 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87232024-08-12T21:10:01.995Z[ host-image] Aug 12 21:10:01.401 INFO O| Aug 12 21:10:01.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87242024-08-12T21:10:01.995Z[ host-image] Aug 12 21:10:01.401 INFO O| Aug 12 21:10:01.401 INFO ok!
87252024-08-12T21:10:01.995Z[ host-image] Aug 12 21:10:01.401 INFO O| Aug 12 21:10:01.401 INFO STEP 30 (ensure_file) COMPLETE
87262024-08-12T21:10:01.995Z[ host-image] Aug 12 21:10:01.401 INFO O| Aug 12 21:10:01.401 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87272024-08-12T21:10:02.006Z[ host-image] Aug 12 21:10:01.416 INFO O| Aug 12 21:10:01.416 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87282024-08-12T21:10:02.006Z[ host-image] Aug 12 21:10:01.417 INFO O| Aug 12 21:10:01.417 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87292024-08-12T21:10:02.008Z[ host-image] Aug 12 21:10:01.417 INFO O| Aug 12 21:10:01.417 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87302024-08-12T21:10:02.008Z[ host-image] Aug 12 21:10:01.417 INFO O| Aug 12 21:10:01.417 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87312024-08-12T21:10:02.009Z[ host-image] Aug 12 21:10:01.417 INFO O| Aug 12 21:10:01.417 INFO ok!
87322024-08-12T21:10:02.009Z[ host-image] Aug 12 21:10:01.417 INFO O| Aug 12 21:10:01.417 INFO STEP 31 (ensure_file) COMPLETE
87332024-08-12T21:10:02.009Z[ host-image] Aug 12 21:10:01.417 INFO O| Aug 12 21:10:01.417 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87342024-08-12T21:10:02.021Z[ host-image] Aug 12 21:10:01.431 INFO O| Aug 12 21:10:01.431 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87352024-08-12T21:10:02.021Z[ host-image] Aug 12 21:10:01.431 INFO O| Aug 12 21:10:01.431 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87362024-08-12T21:10:02.023Z[ host-image] Aug 12 21:10:01.431 INFO O| Aug 12 21:10:01.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87372024-08-12T21:10:02.023Z[ host-image] Aug 12 21:10:01.431 INFO O| Aug 12 21:10:01.431 INFO ok!
87382024-08-12T21:10:02.024Z[ host-image] Aug 12 21:10:01.432 INFO O| Aug 12 21:10:01.431 INFO STEP 32 (ensure_file) COMPLETE
87392024-08-12T21:10:02.024Z[ host-image] Aug 12 21:10:01.432 INFO O| Aug 12 21:10:01.432 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87402024-08-12T21:10:02.036Z[ host-image] Aug 12 21:10:01.447 INFO O| Aug 12 21:10:01.447 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87412024-08-12T21:10:02.036Z[ host-image] Aug 12 21:10:01.447 INFO O| Aug 12 21:10:01.447 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87422024-08-12T21:10:02.040Z[ host-image] Aug 12 21:10:01.447 INFO O| Aug 12 21:10:01.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87432024-08-12T21:10:02.040Z[ host-image] Aug 12 21:10:01.447 INFO O| Aug 12 21:10:01.447 INFO ok!
87442024-08-12T21:10:02.040Z[ host-image] Aug 12 21:10:01.447 INFO O| Aug 12 21:10:01.447 INFO STEP 33 (ensure_file) COMPLETE
87452024-08-12T21:10:02.040Z[ host-image] Aug 12 21:10:01.447 INFO O| Aug 12 21:10:01.447 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87462024-08-12T21:10:02.051Z[ host-image] Aug 12 21:10:01.462 INFO O| Aug 12 21:10:01.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87472024-08-12T21:10:02.051Z[ host-image] Aug 12 21:10:01.462 INFO O| Aug 12 21:10:01.462 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87482024-08-12T21:10:02.054Z[ host-image] Aug 12 21:10:01.462 INFO O| Aug 12 21:10:01.462 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87492024-08-12T21:10:02.054Z[ host-image] Aug 12 21:10:01.462 INFO O| Aug 12 21:10:01.462 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87502024-08-12T21:10:02.054Z[ host-image] Aug 12 21:10:01.462 INFO O| Aug 12 21:10:01.462 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87512024-08-12T21:10:02.054Z[ host-image] Aug 12 21:10:01.462 INFO O| Aug 12 21:10:01.462 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87522024-08-12T21:10:02.054Z[ host-image] Aug 12 21:10:01.462 INFO O| Aug 12 21:10:01.462 INFO ok!
87532024-08-12T21:10:02.054Z[ host-image] Aug 12 21:10:01.462 INFO O| Aug 12 21:10:01.462 INFO STEP 34 (ensure_file) COMPLETE
87542024-08-12T21:10:02.054Z[ host-image] Aug 12 21:10:01.462 INFO O| Aug 12 21:10:01.462 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87552024-08-12T21:10:02.068Z[ host-image] Aug 12 21:10:01.478 INFO O| Aug 12 21:10:01.478 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87562024-08-12T21:10:02.070Z[ host-image] Aug 12 21:10:01.478 INFO O| Aug 12 21:10:01.478 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87572024-08-12T21:10:02.070Z[ host-image] Aug 12 21:10:01.478 INFO O| Aug 12 21:10:01.478 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87582024-08-12T21:10:02.070Z[ host-image] Aug 12 21:10:01.478 INFO O| Aug 12 21:10:01.478 INFO STEP 35 (ensure_dir) COMPLETE
87592024-08-12T21:10:02.070Z[ host-image] Aug 12 21:10:01.478 INFO O| Aug 12 21:10:01.478 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87602024-08-12T21:10:02.083Z[ host-image] Aug 12 21:10:01.493 INFO O| Aug 12 21:10:01.493 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
87612024-08-12T21:10:02.083Z[ host-image] Aug 12 21:10:01.493 INFO O| Aug 12 21:10:01.493 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 ...
87622024-08-12T21:10:02.085Z[ host-image] Aug 12 21:10:01.493 INFO O| Aug 12 21:10:01.493 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
87632024-08-12T21:10:02.085Z[ host-image] Aug 12 21:10:01.493 INFO O| Aug 12 21:10:01.493 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
87642024-08-12T21:10:02.085Z[ host-image] Aug 12 21:10:01.493 INFO O| Aug 12 21:10:01.493 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
87652024-08-12T21:10:02.085Z[ host-image] Aug 12 21:10:01.493 INFO O| Aug 12 21:10:01.493 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
87662024-08-12T21:10:02.086Z[ host-image] Aug 12 21:10:01.493 INFO O| Aug 12 21:10:01.493 INFO ok!
87672024-08-12T21:10:02.086Z[ host-image] Aug 12 21:10:01.493 INFO O| Aug 12 21:10:01.493 INFO STEP 36 (ensure_file) COMPLETE
87682024-08-12T21:10:02.086Z[ host-image] Aug 12 21:10:01.493 INFO O| Aug 12 21:10:01.493 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87692024-08-12T21:10:02.098Z[ host-image] Aug 12 21:10:01.507 INFO O| Aug 12 21:10:01.507 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87702024-08-12T21:10:02.098Z[ host-image] Aug 12 21:10:01.507 INFO O| Aug 12 21:10:01.507 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 ...
87712024-08-12T21:10:02.101Z[ host-image] Aug 12 21:10:01.507 INFO O| Aug 12 21:10:01.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87722024-08-12T21:10:02.101Z[ host-image] Aug 12 21:10:01.507 INFO O| Aug 12 21:10:01.507 INFO ok!
87732024-08-12T21:10:02.101Z[ host-image] Aug 12 21:10:01.507 INFO O| Aug 12 21:10:01.507 INFO STEP 37 (ensure_symlink) COMPLETE
87742024-08-12T21:10:02.101Z[ host-image] Aug 12 21:10:01.507 INFO O| Aug 12 21:10:01.507 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87752024-08-12T21:10:02.111Z[ host-image] Aug 12 21:10:01.522 INFO O| Aug 12 21:10:01.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87762024-08-12T21:10:02.114Z[ host-image] Aug 12 21:10:01.522 INFO O| Aug 12 21:10:01.521 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87772024-08-12T21:10:02.114Z[ host-image] Aug 12 21:10:01.522 INFO O| Aug 12 21:10:01.522 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87782024-08-12T21:10:02.114Z[ host-image] Aug 12 21:10:01.522 INFO O| Aug 12 21:10:01.522 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87792024-08-12T21:10:02.114Z[ host-image] Aug 12 21:10:01.522 INFO O| Aug 12 21:10:01.522 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87802024-08-12T21:10:02.114Z[ host-image] Aug 12 21:10:01.522 INFO O| Aug 12 21:10:01.522 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87812024-08-12T21:10:02.114Z[ host-image] Aug 12 21:10:01.522 INFO O| Aug 12 21:10:01.522 INFO ok!
87822024-08-12T21:10:02.114Z[ host-image] Aug 12 21:10:01.522 INFO O| Aug 12 21:10:01.522 INFO STEP 38 (ensure_file) COMPLETE
87832024-08-12T21:10:02.114Z[ host-image] Aug 12 21:10:01.522 INFO O| Aug 12 21:10:01.522 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87842024-08-12T21:10:02.127Z[ host-image] Aug 12 21:10:01.538 INFO O| Aug 12 21:10:01.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
87852024-08-12T21:10:02.130Z[ host-image] Aug 12 21:10:01.538 INFO O| Aug 12 21:10:01.538 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 ...
87862024-08-12T21:10:02.130Z[ host-image] Aug 12 21:10:01.538 INFO O| Aug 12 21:10:01.538 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
87872024-08-12T21:10:02.130Z[ host-image] Aug 12 21:10:01.538 INFO O| Aug 12 21:10:01.538 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87882024-08-12T21:10:02.130Z[ host-image] Aug 12 21:10:01.538 INFO O| Aug 12 21:10:01.538 INFO ok!
87892024-08-12T21:10:02.130Z[ host-image] Aug 12 21:10:01.538 INFO O| Aug 12 21:10:01.538 INFO STEP 39 (ensure_file) COMPLETE
87902024-08-12T21:10:02.130Z[ host-image] Aug 12 21:10:01.538 INFO O| Aug 12 21:10:01.538 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87912024-08-12T21:10:02.143Z[ host-image] Aug 12 21:10:01.554 INFO O| Aug 12 21:10:01.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
87922024-08-12T21:10:02.143Z[ host-image] Aug 12 21:10:01.554 INFO O| Aug 12 21:10:01.554 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
87932024-08-12T21:10:02.147Z[ host-image] Aug 12 21:10:01.554 INFO O| Aug 12 21:10:01.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
87942024-08-12T21:10:02.147Z[ host-image] Aug 12 21:10:01.554 INFO O| Aug 12 21:10:01.554 INFO ok!
87952024-08-12T21:10:02.147Z[ host-image] Aug 12 21:10:01.554 INFO O| Aug 12 21:10:01.554 INFO STEP 40 (ensure_file) COMPLETE
87962024-08-12T21:10:02.147Z[ host-image] Aug 12 21:10:01.554 INFO O| Aug 12 21:10:01.554 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87972024-08-12T21:10:02.157Z[ host-image] Aug 12 21:10:01.568 INFO O| Aug 12 21:10:01.568 INFO updating shadow file
87982024-08-12T21:10:02.160Z[ host-image] Aug 12 21:10:01.568 INFO O| Aug 12 21:10:01.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87992024-08-12T21:10:02.160Z[ host-image] Aug 12 21:10:01.568 INFO O| Aug 12 21:10:01.568 INFO STEP 41 (shadow) COMPLETE
88002024-08-12T21:10:02.160Z[ host-image] Aug 12 21:10:01.568 INFO O| Aug 12 21:10:01.568 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88012024-08-12T21:10:02.173Z[ host-image] Aug 12 21:10:01.584 INFO O| Aug 12 21:10:01.584 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88022024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.584 INFO O| Aug 12 21:10:01.584 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88032024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.584 INFO O| Aug 12 21:10:01.584 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88042024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.584 INFO O| Aug 12 21:10:01.584 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88052024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.584 INFO O| Aug 12 21:10:01.584 INFO ok!
88062024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.584 INFO O| Aug 12 21:10:01.584 INFO STEP 42 (ensure_file) COMPLETE
88072024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.584 INFO O| Aug 12 21:10:01.584 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88082024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.585 INFO O| Aug 12 21:10:01.584 INFO skip step because feature "mfg" is not enabled
88092024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.585 INFO O| Aug 12 21:10:01.584 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88102024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.585 INFO O| Aug 12 21:10:01.584 INFO skip step because feature "mfg" is not enabled
88112024-08-12T21:10:02.177Z[ host-image] Aug 12 21:10:01.585 INFO O| Aug 12 21:10:01.584 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88122024-08-12T21:10:02.187Z[ host-image] Aug 12 21:10:01.596 INFO O| Aug 12 21:10:01.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88132024-08-12T21:10:02.187Z[ host-image] Aug 12 21:10:01.596 INFO O| Aug 12 21:10:01.596 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88142024-08-12T21:10:02.964Z[ host-image] Aug 12 21:10:02.374 INFO O| Aug 12 21:10:02.374 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88152024-08-12T21:10:02.964Z[ host-image] Aug 12 21:10:02.375 INFO O| Aug 12 21:10:02.374 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88162024-08-12T21:10:02.964Z[ host-image] Aug 12 21:10:02.375 INFO O| Aug 12 21:10:02.374 INFO ok!
88172024-08-12T21:10:02.970Z[ host-image] Aug 12 21:10:02.375 INFO O| Aug 12 21:10:02.374 INFO STEP 45 (ensure_file) COMPLETE
88182024-08-12T21:10:02.970Z[ host-image] Aug 12 21:10:02.375 INFO O| Aug 12 21:10:02.374 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88192024-08-12T21:10:02.977Z[ host-image] Aug 12 21:10:02.387 INFO O| Aug 12 21:10:02.387 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88202024-08-12T21:10:02.977Z[ host-image] Aug 12 21:10:02.387 INFO O| Aug 12 21:10:02.387 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88212024-08-12T21:10:02.979Z[ host-image] Aug 12 21:10:02.387 INFO O| Aug 12 21:10:02.387 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88222024-08-12T21:10:02.979Z[ host-image] Aug 12 21:10:02.387 INFO O| Aug 12 21:10:02.387 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88232024-08-12T21:10:02.979Z[ host-image] Aug 12 21:10:02.387 INFO O| Aug 12 21:10:02.387 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88242024-08-12T21:10:02.979Z[ host-image] Aug 12 21:10:02.388 INFO O| Aug 12 21:10:02.387 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88252024-08-12T21:10:02.979Z[ host-image] Aug 12 21:10:02.388 INFO O| Aug 12 21:10:02.387 INFO ok!
88262024-08-12T21:10:02.979Z[ host-image] Aug 12 21:10:02.388 INFO O| Aug 12 21:10:02.387 INFO STEP 46 (ensure_file) COMPLETE
88272024-08-12T21:10:02.980Z[ host-image] Aug 12 21:10:02.388 INFO O| Aug 12 21:10:02.387 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88282024-08-12T21:10:02.991Z[ host-image] Aug 12 21:10:02.401 INFO O| Aug 12 21:10:02.401 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88292024-08-12T21:10:02.991Z[ host-image] Aug 12 21:10:02.401 INFO O| Aug 12 21:10:02.401 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 ...
88302024-08-12T21:10:02.996Z[ host-image] Aug 12 21:10:02.402 INFO O| Aug 12 21:10:02.402 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
88312024-08-12T21:10:02.996Z[ host-image] Aug 12 21:10:02.402 INFO O| Aug 12 21:10:02.402 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88322024-08-12T21:10:02.996Z[ host-image] Aug 12 21:10:02.402 INFO O| Aug 12 21:10:02.402 INFO ok!
88332024-08-12T21:10:02.996Z[ host-image] Aug 12 21:10:02.402 INFO O| Aug 12 21:10:02.402 INFO STEP 47 (ensure_file) COMPLETE
88342024-08-12T21:10:02.996Z[ host-image] Aug 12 21:10:02.402 INFO O| Aug 12 21:10:02.402 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88352024-08-12T21:10:03.004Z[ host-image] Aug 12 21:10:02.415 INFO O| Aug 12 21:10:02.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88362024-08-12T21:10:03.004Z[ host-image] Aug 12 21:10:02.415 INFO O| Aug 12 21:10:02.415 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88372024-08-12T21:10:03.007Z[ host-image] Aug 12 21:10:02.415 INFO O| Aug 12 21:10:02.415 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88382024-08-12T21:10:03.007Z[ host-image] Aug 12 21:10:02.415 INFO O| Aug 12 21:10:02.415 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88392024-08-12T21:10:03.007Z[ host-image] Aug 12 21:10:02.415 INFO O| Aug 12 21:10:02.415 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88402024-08-12T21:10:03.007Z[ host-image] Aug 12 21:10:02.415 INFO O| Aug 12 21:10:02.415 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88412024-08-12T21:10:03.007Z[ host-image] Aug 12 21:10:02.415 INFO O| Aug 12 21:10:02.415 INFO ok!
88422024-08-12T21:10:03.007Z[ host-image] Aug 12 21:10:02.415 INFO O| Aug 12 21:10:02.415 INFO STEP 48 (ensure_file) COMPLETE
88432024-08-12T21:10:03.007Z[ host-image] Aug 12 21:10:02.415 INFO O| Aug 12 21:10:02.415 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88442024-08-12T21:10:03.015Z[ host-image] Aug 12 21:10:02.426 INFO O| Aug 12 21:10:02.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88452024-08-12T21:10:03.016Z[ host-image] Aug 12 21:10:02.426 INFO O| Aug 12 21:10:02.426 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 ...
88462024-08-12T21:10:03.019Z[ host-image] Aug 12 21:10:02.426 INFO O| Aug 12 21:10:02.426 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
88472024-08-12T21:10:03.019Z[ host-image] Aug 12 21:10:02.426 INFO O| Aug 12 21:10:02.426 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88482024-08-12T21:10:03.019Z[ host-image] Aug 12 21:10:02.426 INFO O| Aug 12 21:10:02.426 INFO ok!
88492024-08-12T21:10:03.019Z[ host-image] Aug 12 21:10:02.426 INFO O| Aug 12 21:10:02.426 INFO STEP 49 (ensure_file) COMPLETE
88502024-08-12T21:10:03.019Z[ host-image] Aug 12 21:10:02.426 INFO O| Aug 12 21:10:02.426 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88512024-08-12T21:10:03.031Z[ host-image] Aug 12 21:10:02.442 INFO O| Aug 12 21:10:02.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88522024-08-12T21:10:03.031Z[ host-image] Aug 12 21:10:02.442 INFO O| Aug 12 21:10:02.442 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88532024-08-12T21:10:03.035Z[ host-image] Aug 12 21:10:02.442 INFO O| Aug 12 21:10:02.442 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88542024-08-12T21:10:03.035Z[ host-image] Aug 12 21:10:02.442 INFO O| Aug 12 21:10:02.442 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88552024-08-12T21:10:03.035Z[ host-image] Aug 12 21:10:02.442 INFO O| Aug 12 21:10:02.442 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88562024-08-12T21:10:03.035Z[ host-image] Aug 12 21:10:02.442 INFO O| Aug 12 21:10:02.442 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88572024-08-12T21:10:03.035Z[ host-image] Aug 12 21:10:02.442 INFO O| Aug 12 21:10:02.442 INFO ok!
88582024-08-12T21:10:03.035Z[ host-image] Aug 12 21:10:02.442 INFO O| Aug 12 21:10:02.442 INFO STEP 50 (ensure_file) COMPLETE
88592024-08-12T21:10:03.035Z[ host-image] Aug 12 21:10:02.442 INFO O| Aug 12 21:10:02.442 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88602024-08-12T21:10:03.044Z[ host-image] Aug 12 21:10:02.455 INFO O| Aug 12 21:10:02.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88612024-08-12T21:10:03.044Z[ host-image] Aug 12 21:10:02.455 INFO O| Aug 12 21:10:02.455 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 ...
88622024-08-12T21:10:03.047Z[ host-image] Aug 12 21:10:02.455 INFO O| Aug 12 21:10:02.455 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
88632024-08-12T21:10:03.047Z[ host-image] Aug 12 21:10:02.455 INFO O| Aug 12 21:10:02.455 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88642024-08-12T21:10:03.047Z[ host-image] Aug 12 21:10:02.455 INFO O| Aug 12 21:10:02.455 INFO ok!
88652024-08-12T21:10:03.047Z[ host-image] Aug 12 21:10:02.455 INFO O| Aug 12 21:10:02.455 INFO STEP 51 (ensure_file) COMPLETE
88662024-08-12T21:10:03.047Z[ host-image] Aug 12 21:10:02.455 INFO O| Aug 12 21:10:02.455 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88672024-08-12T21:10:03.058Z[ host-image] Aug 12 21:10:02.468 INFO O| Aug 12 21:10:02.468 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
88682024-08-12T21:10:03.060Z[ host-image] Aug 12 21:10:02.468 INFO O| Aug 12 21:10:02.468 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 ...
88692024-08-12T21:10:03.060Z[ host-image] Aug 12 21:10:02.468 INFO O| Aug 12 21:10:02.468 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
88702024-08-12T21:10:03.060Z[ host-image] Aug 12 21:10:02.468 INFO O| Aug 12 21:10:02.468 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88712024-08-12T21:10:03.060Z[ host-image] Aug 12 21:10:02.468 INFO O| Aug 12 21:10:02.468 INFO ok!
88722024-08-12T21:10:03.060Z[ host-image] Aug 12 21:10:02.468 INFO O| Aug 12 21:10:02.468 INFO STEP 52 (ensure_file) COMPLETE
88732024-08-12T21:10:03.060Z[ host-image] Aug 12 21:10:02.468 INFO O| Aug 12 21:10:02.468 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88742024-08-12T21:10:03.072Z[ host-image] Aug 12 21:10:02.483 INFO O| Aug 12 21:10:02.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
88752024-08-12T21:10:03.073Z[ host-image] Aug 12 21:10:02.483 INFO O| Aug 12 21:10:02.483 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 ...
88762024-08-12T21:10:03.075Z[ host-image] Aug 12 21:10:02.483 INFO O| Aug 12 21:10:02.483 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
88772024-08-12T21:10:03.075Z[ host-image] Aug 12 21:10:02.483 INFO O| Aug 12 21:10:02.483 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88782024-08-12T21:10:03.075Z[ host-image] Aug 12 21:10:02.483 INFO O| Aug 12 21:10:02.483 INFO ok!
88792024-08-12T21:10:03.075Z[ host-image] Aug 12 21:10:02.483 INFO O| Aug 12 21:10:02.483 INFO STEP 53 (ensure_file) COMPLETE
88802024-08-12T21:10:03.076Z[ host-image] Aug 12 21:10:02.483 INFO O| Aug 12 21:10:02.483 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88812024-08-12T21:10:03.089Z[ host-image] Aug 12 21:10:02.499 INFO O| Aug 12 21:10:02.498 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
88822024-08-12T21:10:03.089Z[ host-image] Aug 12 21:10:02.499 INFO O| Aug 12 21:10:02.499 INFO STEP 54 (ensure_dir) COMPLETE
88832024-08-12T21:10:03.092Z[ host-image] Aug 12 21:10:02.499 INFO O| Aug 12 21:10:02.499 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88842024-08-12T21:10:03.103Z[ host-image] Aug 12 21:10:02.513 INFO O| Aug 12 21:10:02.513 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88852024-08-12T21:10:03.105Z[ host-image] Aug 12 21:10:02.513 INFO O| Aug 12 21:10:02.513 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88862024-08-12T21:10:03.105Z[ host-image] Aug 12 21:10:02.513 INFO O| Aug 12 21:10:02.513 INFO STEP 55 (ensure_dir) COMPLETE
88872024-08-12T21:10:03.105Z[ host-image] Aug 12 21:10:02.513 INFO O| Aug 12 21:10:02.513 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88882024-08-12T21:10:03.114Z[ host-image] Aug 12 21:10:02.525 INFO O| Aug 12 21:10:02.524 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88892024-08-12T21:10:03.118Z[ host-image] Aug 12 21:10:02.525 INFO O| Aug 12 21:10:02.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88902024-08-12T21:10:03.118Z[ host-image] Aug 12 21:10:02.525 INFO O| Aug 12 21:10:02.525 INFO STEP 56 (ensure_dir) COMPLETE
88912024-08-12T21:10:03.118Z[ host-image] Aug 12 21:10:02.525 INFO O| Aug 12 21:10:02.525 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88922024-08-12T21:10:03.127Z[ host-image] Aug 12 21:10:02.537 INFO O| Aug 12 21:10:02.537 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
88932024-08-12T21:10:03.127Z[ host-image] Aug 12 21:10:02.537 INFO O| Aug 12 21:10:02.537 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
88942024-08-12T21:10:03.143Z[ host-image] Aug 12 21:10:02.551 INFO O| Aug 12 21:10:02.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
88952024-08-12T21:10:03.143Z[ host-image] Aug 12 21:10:02.551 INFO O| Aug 12 21:10:02.551 INFO ok!
88962024-08-12T21:10:03.143Z[ host-image] Aug 12 21:10:02.551 INFO O| Aug 12 21:10:02.551 INFO STEP 57 (ensure_file) COMPLETE
88972024-08-12T21:10:03.143Z[ host-image] Aug 12 21:10:02.551 INFO O| Aug 12 21:10:02.551 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88982024-08-12T21:10:03.154Z[ host-image] Aug 12 21:10:02.564 INFO O| Aug 12 21:10:02.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
88992024-08-12T21:10:03.154Z[ host-image] Aug 12 21:10:02.564 INFO O| Aug 12 21:10:02.564 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89002024-08-12T21:10:04.356Z[ recovery-image] Aug 12 21:10:03.760 INFO E| Compiling bitstruct_derive v0.1.0
89012024-08-12T21:10:04.421Z[ host-image] Aug 12 21:10:03.831 INFO O| Aug 12 21:10:03.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89022024-08-12T21:10:04.421Z[ host-image] Aug 12 21:10:03.831 INFO O| Aug 12 21:10:03.831 INFO ok!
89032024-08-12T21:10:04.424Z[ host-image] Aug 12 21:10:03.831 INFO O| Aug 12 21:10:03.831 INFO STEP 58 (ensure_file) COMPLETE
89042024-08-12T21:10:04.424Z[ host-image] Aug 12 21:10:03.831 INFO O| Aug 12 21:10:03.831 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89052024-08-12T21:10:04.433Z[ host-image] Aug 12 21:10:03.843 INFO O| Aug 12 21:10:03.843 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89062024-08-12T21:10:04.436Z[ host-image] Aug 12 21:10:03.843 INFO O| Aug 12 21:10:03.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89072024-08-12T21:10:04.436Z[ host-image] Aug 12 21:10:03.843 INFO O| Aug 12 21:10:03.843 INFO STEP 59 (ensure_dir) COMPLETE
89082024-08-12T21:10:04.436Z[ host-image] Aug 12 21:10:03.843 INFO O| Aug 12 21:10:03.843 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89092024-08-12T21:10:04.444Z[ host-image] Aug 12 21:10:03.854 INFO O| Aug 12 21:10:03.854 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89102024-08-12T21:10:04.444Z[ host-image] Aug 12 21:10:03.854 INFO O| Aug 12 21:10:03.854 INFO copying /tmp/.tmpmNI4U7/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 ...
89112024-08-12T21:10:04.446Z[ host-image] Aug 12 21:10:03.854 INFO O| Aug 12 21:10:03.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89122024-08-12T21:10:04.446Z[ host-image] Aug 12 21:10:03.854 INFO O| Aug 12 21:10:03.854 INFO ok!
89132024-08-12T21:10:04.446Z[ host-image] Aug 12 21:10:03.854 INFO O| Aug 12 21:10:03.854 INFO STEP 60 (ensure_file) COMPLETE
89142024-08-12T21:10:04.446Z[ host-image] Aug 12 21:10:03.854 INFO O| Aug 12 21:10:03.854 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89152024-08-12T21:10:04.454Z[ host-image] Aug 12 21:10:03.865 INFO O| Aug 12 21:10:03.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89162024-08-12T21:10:04.457Z[ host-image] Aug 12 21:10:03.865 INFO O| Aug 12 21:10:03.865 INFO copying /tmp/.tmpmNI4U7/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 ...
89172024-08-12T21:10:04.457Z[ host-image] Aug 12 21:10:03.865 INFO O| Aug 12 21:10:03.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89182024-08-12T21:10:04.457Z[ host-image] Aug 12 21:10:03.865 INFO O| Aug 12 21:10:03.865 INFO ok!
89192024-08-12T21:10:04.457Z[ host-image] Aug 12 21:10:03.865 INFO O| Aug 12 21:10:03.865 INFO STEP 61 (ensure_file) COMPLETE
89202024-08-12T21:10:04.457Z[ host-image] Aug 12 21:10:03.865 INFO O| Aug 12 21:10:03.865 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89212024-08-12T21:10:04.469Z[ host-image] Aug 12 21:10:03.878 INFO O| Aug 12 21:10:03.878 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89222024-08-12T21:10:04.469Z[ host-image] Aug 12 21:10:03.879 INFO O| Aug 12 21:10:03.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89232024-08-12T21:10:04.471Z[ host-image] Aug 12 21:10:03.879 INFO O| Aug 12 21:10:03.879 INFO STEP 62 (ensure_dir) COMPLETE
89242024-08-12T21:10:04.471Z[ host-image] Aug 12 21:10:03.879 INFO O| Aug 12 21:10:03.879 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89252024-08-12T21:10:04.479Z[ host-image] Aug 12 21:10:03.890 INFO O| Aug 12 21:10:03.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89262024-08-12T21:10:04.479Z[ host-image] Aug 12 21:10:03.890 INFO O| Aug 12 21:10:03.890 INFO copying /tmp/.tmpmNI4U7/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 ...
89272024-08-12T21:10:04.482Z[ host-image] Aug 12 21:10:03.890 INFO O| Aug 12 21:10:03.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89282024-08-12T21:10:04.482Z[ host-image] Aug 12 21:10:03.890 INFO O| Aug 12 21:10:03.890 INFO ok!
89292024-08-12T21:10:04.482Z[ host-image] Aug 12 21:10:03.890 INFO O| Aug 12 21:10:03.890 INFO STEP 63 (ensure_file) COMPLETE
89302024-08-12T21:10:04.482Z[ host-image] Aug 12 21:10:03.890 INFO O| Aug 12 21:10:03.890 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89312024-08-12T21:10:04.490Z[ host-image] Aug 12 21:10:03.901 INFO O| Aug 12 21:10:03.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89322024-08-12T21:10:04.493Z[ host-image] Aug 12 21:10:03.901 INFO O| Aug 12 21:10:03.901 INFO copying /tmp/.tmpmNI4U7/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 ...
89332024-08-12T21:10:04.493Z[ host-image] Aug 12 21:10:03.901 INFO O| Aug 12 21:10:03.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89342024-08-12T21:10:04.493Z[ host-image] Aug 12 21:10:03.901 INFO O| Aug 12 21:10:03.901 INFO ok!
89352024-08-12T21:10:04.493Z[ host-image] Aug 12 21:10:03.901 INFO O| Aug 12 21:10:03.901 INFO STEP 64 (ensure_file) COMPLETE
89362024-08-12T21:10:04.493Z[ host-image] Aug 12 21:10:03.901 INFO O| Aug 12 21:10:03.901 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89372024-08-12T21:10:04.503Z[ host-image] Aug 12 21:10:03.913 INFO O| Aug 12 21:10:03.913 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89382024-08-12T21:10:04.503Z[ host-image] Aug 12 21:10:03.914 INFO O| Aug 12 21:10:03.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89392024-08-12T21:10:04.507Z[ host-image] Aug 12 21:10:03.914 INFO O| Aug 12 21:10:03.914 INFO STEP 65 (ensure_dir) COMPLETE
89402024-08-12T21:10:04.507Z[ host-image] Aug 12 21:10:03.914 INFO O| Aug 12 21:10:03.914 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89412024-08-12T21:10:04.514Z[ host-image] Aug 12 21:10:03.924 INFO O| Aug 12 21:10:03.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89422024-08-12T21:10:04.514Z[ host-image] Aug 12 21:10:03.924 INFO O| Aug 12 21:10:03.924 INFO copying /tmp/.tmpmNI4U7/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 ...
89432024-08-12T21:10:04.516Z[ host-image] Aug 12 21:10:03.924 INFO O| Aug 12 21:10:03.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89442024-08-12T21:10:04.516Z[ host-image] Aug 12 21:10:03.924 INFO O| Aug 12 21:10:03.924 INFO ok!
89452024-08-12T21:10:04.516Z[ host-image] Aug 12 21:10:03.924 INFO O| Aug 12 21:10:03.924 INFO STEP 66 (ensure_file) COMPLETE
89462024-08-12T21:10:04.516Z[ host-image] Aug 12 21:10:03.924 INFO O| Aug 12 21:10:03.924 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89472024-08-12T21:10:04.526Z[ host-image] Aug 12 21:10:03.935 INFO O| Aug 12 21:10:03.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89482024-08-12T21:10:04.526Z[ host-image] Aug 12 21:10:03.936 INFO O| Aug 12 21:10:03.935 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89492024-08-12T21:10:04.529Z[ host-image] Aug 12 21:10:03.936 INFO O| Aug 12 21:10:03.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89502024-08-12T21:10:04.529Z[ host-image] Aug 12 21:10:03.936 INFO O| Aug 12 21:10:03.936 INFO ok!
89512024-08-12T21:10:04.529Z[ host-image] Aug 12 21:10:03.936 INFO O| Aug 12 21:10:03.936 INFO STEP 67 (ensure_file) COMPLETE
89522024-08-12T21:10:04.529Z[ host-image] Aug 12 21:10:03.936 INFO O| Aug 12 21:10:03.936 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89532024-08-12T21:10:04.540Z[ host-image] Aug 12 21:10:03.951 INFO O| Aug 12 21:10:03.951 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89542024-08-12T21:10:04.541Z[ host-image] Aug 12 21:10:03.951 INFO O| Aug 12 21:10:03.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89552024-08-12T21:10:04.541Z[ host-image] Aug 12 21:10:03.951 INFO O| Aug 12 21:10:03.951 INFO STEP 68 (ensure_dir) COMPLETE
89562024-08-12T21:10:04.543Z[ host-image] Aug 12 21:10:03.951 INFO O| Aug 12 21:10:03.951 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89572024-08-12T21:10:04.551Z[ host-image] Aug 12 21:10:03.962 INFO O| Aug 12 21:10:03.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89582024-08-12T21:10:04.551Z[ host-image] Aug 12 21:10:03.962 INFO O| Aug 12 21:10:03.962 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89592024-08-12T21:10:05.158Z[ host-image] Aug 12 21:10:04.568 INFO O| Aug 12 21:10:04.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89602024-08-12T21:10:05.158Z[ host-image] Aug 12 21:10:04.568 INFO O| Aug 12 21:10:04.568 INFO ok!
89612024-08-12T21:10:05.161Z[ host-image] Aug 12 21:10:04.568 INFO O| Aug 12 21:10:04.568 INFO STEP 69 (ensure_file) COMPLETE
89622024-08-12T21:10:05.162Z[ host-image] Aug 12 21:10:04.568 INFO O| Aug 12 21:10:04.568 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89632024-08-12T21:10:05.172Z[ host-image] Aug 12 21:10:04.583 INFO O| Aug 12 21:10:04.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89642024-08-12T21:10:05.173Z[ host-image] Aug 12 21:10:04.583 INFO O| Aug 12 21:10:04.583 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
89652024-08-12T21:10:06.698Z[ host-image] Aug 12 21:10:06.106 INFO O| Aug 12 21:10:06.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
89662024-08-12T21:10:06.698Z[ host-image] Aug 12 21:10:06.106 INFO O| Aug 12 21:10:06.106 INFO ok!
89672024-08-12T21:10:06.706Z[ host-image] Aug 12 21:10:06.106 INFO O| Aug 12 21:10:06.106 INFO STEP 70 (ensure_file) COMPLETE
89682024-08-12T21:10:06.706Z[ host-image] Aug 12 21:10:06.106 INFO O| Aug 12 21:10:06.106 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89692024-08-12T21:10:06.710Z[ host-image] Aug 12 21:10:06.120 INFO O| Aug 12 21:10:06.120 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89702024-08-12T21:10:06.713Z[ host-image] Aug 12 21:10:06.120 INFO O| Aug 12 21:10:06.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89712024-08-12T21:10:06.713Z[ host-image] Aug 12 21:10:06.120 INFO O| Aug 12 21:10:06.120 INFO STEP 71 (ensure_dir) COMPLETE
89722024-08-12T21:10:06.713Z[ host-image] Aug 12 21:10:06.120 INFO O| Aug 12 21:10:06.120 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89732024-08-12T21:10:06.722Z[ host-image] Aug 12 21:10:06.132 INFO O| Aug 12 21:10:06.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
89742024-08-12T21:10:06.722Z[ host-image] Aug 12 21:10:06.132 INFO O| Aug 12 21:10:06.132 INFO copying /tmp/.tmpmNI4U7/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 ...
89752024-08-12T21:10:06.725Z[ host-image] Aug 12 21:10:06.133 INFO O| Aug 12 21:10:06.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
89762024-08-12T21:10:06.725Z[ host-image] Aug 12 21:10:06.133 INFO O| Aug 12 21:10:06.133 INFO ok!
89772024-08-12T21:10:06.725Z[ host-image] Aug 12 21:10:06.133 INFO O| Aug 12 21:10:06.133 INFO STEP 72 (ensure_file) COMPLETE
89782024-08-12T21:10:06.725Z[ host-image] Aug 12 21:10:06.133 INFO O| Aug 12 21:10:06.133 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89792024-08-12T21:10:06.734Z[ host-image] Aug 12 21:10:06.144 INFO O| Aug 12 21:10:06.144 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
89802024-08-12T21:10:06.734Z[ host-image] Aug 12 21:10:06.144 INFO O| Aug 12 21:10:06.144 INFO copying /tmp/.tmpmNI4U7/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 ...
89812024-08-12T21:10:06.736Z[ host-image] Aug 12 21:10:06.144 INFO O| Aug 12 21:10:06.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
89822024-08-12T21:10:06.737Z[ host-image] Aug 12 21:10:06.144 INFO O| Aug 12 21:10:06.144 INFO ok!
89832024-08-12T21:10:06.737Z[ host-image] Aug 12 21:10:06.144 INFO O| Aug 12 21:10:06.144 INFO STEP 73 (ensure_file) COMPLETE
89842024-08-12T21:10:06.737Z[ host-image] Aug 12 21:10:06.144 INFO O| Aug 12 21:10:06.144 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89852024-08-12T21:10:06.745Z[ host-image] Aug 12 21:10:06.155 INFO O| Aug 12 21:10:06.155 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
89862024-08-12T21:10:06.745Z[ host-image] Aug 12 21:10:06.155 INFO O| Aug 12 21:10:06.155 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
89872024-08-12T21:10:06.747Z[ host-image] Aug 12 21:10:06.155 INFO O| Aug 12 21:10:06.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
89882024-08-12T21:10:06.747Z[ host-image] Aug 12 21:10:06.155 INFO O| Aug 12 21:10:06.155 INFO ok!
89892024-08-12T21:10:06.747Z[ host-image] Aug 12 21:10:06.155 INFO O| Aug 12 21:10:06.155 INFO STEP 74 (ensure_file) COMPLETE
89902024-08-12T21:10:06.747Z[ host-image] Aug 12 21:10:06.155 INFO O| Aug 12 21:10:06.155 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89912024-08-12T21:10:06.755Z[ host-image] Aug 12 21:10:06.166 INFO O| Aug 12 21:10:06.166 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
89922024-08-12T21:10:06.758Z[ host-image] Aug 12 21:10:06.166 INFO O| Aug 12 21:10:06.166 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
89932024-08-12T21:10:06.758Z[ host-image] Aug 12 21:10:06.166 INFO O| Aug 12 21:10:06.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
89942024-08-12T21:10:06.758Z[ host-image] Aug 12 21:10:06.166 INFO O| Aug 12 21:10:06.166 INFO ok!
89952024-08-12T21:10:06.758Z[ host-image] Aug 12 21:10:06.166 INFO O| Aug 12 21:10:06.166 INFO STEP 75 (ensure_file) COMPLETE
89962024-08-12T21:10:06.758Z[ host-image] Aug 12 21:10:06.166 INFO O| Aug 12 21:10:06.166 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89972024-08-12T21:10:06.767Z[ host-image] Aug 12 21:10:06.177 INFO O| Aug 12 21:10:06.177 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
89982024-08-12T21:10:06.767Z[ host-image] Aug 12 21:10:06.177 INFO O| Aug 12 21:10:06.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
89992024-08-12T21:10:06.769Z[ host-image] Aug 12 21:10:06.177 INFO O| Aug 12 21:10:06.177 INFO STEP 76 (ensure_dir) COMPLETE
90002024-08-12T21:10:06.770Z[ host-image] Aug 12 21:10:06.177 INFO O| Aug 12 21:10:06.177 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90012024-08-12T21:10:06.777Z[ host-image] Aug 12 21:10:06.187 INFO O| Aug 12 21:10:06.187 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90022024-08-12T21:10:06.777Z[ host-image] Aug 12 21:10:06.187 INFO O| Aug 12 21:10:06.187 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90032024-08-12T21:10:06.780Z[ host-image] Aug 12 21:10:06.190 INFO O| Aug 12 21:10:06.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90042024-08-12T21:10:06.780Z[ host-image] Aug 12 21:10:06.190 INFO O| Aug 12 21:10:06.190 INFO ok!
90052024-08-12T21:10:06.780Z[ host-image] Aug 12 21:10:06.190 INFO O| Aug 12 21:10:06.190 INFO STEP 77 (ensure_file) COMPLETE
90062024-08-12T21:10:06.780Z[ host-image] Aug 12 21:10:06.190 INFO O| Aug 12 21:10:06.190 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-08-12T21:10:06.793Z[ host-image] Aug 12 21:10:06.201 INFO O| Aug 12 21:10:06.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90082024-08-12T21:10:06.793Z[ host-image] Aug 12 21:10:06.201 INFO O| Aug 12 21:10:06.201 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90092024-08-12T21:10:06.799Z[ host-image] Aug 12 21:10:06.201 INFO O| Aug 12 21:10:06.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90102024-08-12T21:10:06.800Z[ host-image] Aug 12 21:10:06.201 INFO O| Aug 12 21:10:06.201 INFO ok!
90112024-08-12T21:10:06.800Z[ host-image] Aug 12 21:10:06.201 INFO O| Aug 12 21:10:06.201 INFO STEP 78 (ensure_file) COMPLETE
90122024-08-12T21:10:06.800Z[ host-image] Aug 12 21:10:06.201 INFO O| Aug 12 21:10:06.201 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90132024-08-12T21:10:06.804Z[ host-image] Aug 12 21:10:06.214 INFO O| Aug 12 21:10:06.214 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90142024-08-12T21:10:06.804Z[ host-image] Aug 12 21:10:06.214 INFO O| Aug 12 21:10:06.214 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90152024-08-12T21:10:07.902Z[ host-image] Aug 12 21:10:07.311 INFO O| Aug 12 21:10:07.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90162024-08-12T21:10:07.902Z[ host-image] Aug 12 21:10:07.311 INFO O| Aug 12 21:10:07.311 INFO ok!
90172024-08-12T21:10:07.902Z[ host-image] Aug 12 21:10:07.311 INFO O| Aug 12 21:10:07.311 INFO STEP 79 (ensure_file) COMPLETE
90182024-08-12T21:10:07.906Z[ host-image] Aug 12 21:10:07.311 INFO O| Aug 12 21:10:07.311 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90192024-08-12T21:10:07.913Z[ host-image] Aug 12 21:10:07.323 INFO O| Aug 12 21:10:07.323 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90202024-08-12T21:10:07.915Z[ host-image] Aug 12 21:10:07.323 INFO O| Aug 12 21:10:07.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90212024-08-12T21:10:07.915Z[ host-image] Aug 12 21:10:07.323 INFO O| Aug 12 21:10:07.323 INFO STEP 80 (ensure_dir) COMPLETE
90222024-08-12T21:10:07.915Z[ host-image] Aug 12 21:10:07.323 INFO O| Aug 12 21:10:07.323 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-08-12T21:10:07.924Z[ host-image] Aug 12 21:10:07.334 INFO O| Aug 12 21:10:07.334 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90242024-08-12T21:10:07.924Z[ host-image] Aug 12 21:10:07.334 INFO O| Aug 12 21:10:07.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90252024-08-12T21:10:07.927Z[ host-image] Aug 12 21:10:07.334 INFO O| Aug 12 21:10:07.334 INFO STEP 81 (ensure_dir) COMPLETE
90262024-08-12T21:10:07.927Z[ host-image] Aug 12 21:10:07.334 INFO O| Aug 12 21:10:07.334 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90272024-08-12T21:10:07.936Z[ host-image] Aug 12 21:10:07.346 INFO O| Aug 12 21:10:07.346 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90282024-08-12T21:10:07.936Z[ host-image] Aug 12 21:10:07.346 INFO O| Aug 12 21:10:07.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90292024-08-12T21:10:07.940Z[ host-image] Aug 12 21:10:07.346 INFO O| Aug 12 21:10:07.346 INFO STEP 82 (ensure_dir) COMPLETE
90302024-08-12T21:10:07.940Z[ host-image] Aug 12 21:10:07.346 INFO O| Aug 12 21:10:07.346 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90312024-08-12T21:10:07.949Z[ host-image] Aug 12 21:10:07.359 INFO O| Aug 12 21:10:07.359 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90322024-08-12T21:10:07.951Z[ host-image] Aug 12 21:10:07.359 INFO O| Aug 12 21:10:07.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90332024-08-12T21:10:07.952Z[ host-image] Aug 12 21:10:07.359 INFO O| Aug 12 21:10:07.359 INFO STEP 83 (ensure_dir) COMPLETE
90342024-08-12T21:10:07.952Z[ host-image] Aug 12 21:10:07.359 INFO O| Aug 12 21:10:07.359 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90352024-08-12T21:10:07.961Z[ host-image] Aug 12 21:10:07.371 INFO O| Aug 12 21:10:07.371 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90362024-08-12T21:10:07.961Z[ host-image] Aug 12 21:10:07.371 INFO O| Aug 12 21:10:07.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90372024-08-12T21:10:07.964Z[ host-image] Aug 12 21:10:07.371 INFO O| Aug 12 21:10:07.371 INFO STEP 84 (ensure_dir) COMPLETE
90382024-08-12T21:10:07.964Z[ host-image] Aug 12 21:10:07.371 INFO O| Aug 12 21:10:07.371 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-08-12T21:10:07.971Z[ host-image] Aug 12 21:10:07.381 INFO O| Aug 12 21:10:07.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90402024-08-12T21:10:07.971Z[ host-image] Aug 12 21:10:07.381 INFO O| Aug 12 21:10:07.381 INFO copying /tmp/.tmpmNI4U7/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 ...
90412024-08-12T21:10:07.973Z[ host-image] Aug 12 21:10:07.381 INFO O| Aug 12 21:10:07.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90422024-08-12T21:10:07.973Z[ host-image] Aug 12 21:10:07.381 INFO O| Aug 12 21:10:07.381 INFO ok!
90432024-08-12T21:10:07.973Z[ host-image] Aug 12 21:10:07.381 INFO O| Aug 12 21:10:07.381 INFO STEP 85 (ensure_file) COMPLETE
90442024-08-12T21:10:07.973Z[ host-image] Aug 12 21:10:07.381 INFO O| Aug 12 21:10:07.381 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-12T21:10:07.981Z[ host-image] Aug 12 21:10:07.391 INFO O| Aug 12 21:10:07.391 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90462024-08-12T21:10:07.981Z[ host-image] Aug 12 21:10:07.391 INFO O| Aug 12 21:10:07.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90472024-08-12T21:10:07.981Z[ host-image] Aug 12 21:10:07.391 INFO O| Aug 12 21:10:07.391 INFO STEP 86 (ensure_dir) COMPLETE
90482024-08-12T21:10:07.984Z[ host-image] Aug 12 21:10:07.391 INFO O| Aug 12 21:10:07.391 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-08-12T21:10:07.993Z[ host-image] Aug 12 21:10:07.401 INFO O| Aug 12 21:10:07.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90502024-08-12T21:10:07.993Z[ host-image] Aug 12 21:10:07.401 INFO O| Aug 12 21:10:07.401 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90512024-08-12T21:10:07.998Z[ host-image] Aug 12 21:10:07.401 INFO O| Aug 12 21:10:07.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90522024-08-12T21:10:07.998Z[ host-image] Aug 12 21:10:07.401 INFO O| Aug 12 21:10:07.401 INFO ok!
90532024-08-12T21:10:07.998Z[ host-image] Aug 12 21:10:07.401 INFO O| Aug 12 21:10:07.401 INFO STEP 87 (ensure_file) COMPLETE
90542024-08-12T21:10:07.998Z[ host-image] Aug 12 21:10:07.401 INFO O| Aug 12 21:10:07.401 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90552024-08-12T21:10:08.002Z[ host-image] Aug 12 21:10:07.412 INFO O| Aug 12 21:10:07.412 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90562024-08-12T21:10:08.002Z[ host-image] Aug 12 21:10:07.412 INFO O| Aug 12 21:10:07.412 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90572024-08-12T21:10:08.267Z[ host-image] Aug 12 21:10:07.677 INFO O| Aug 12 21:10:07.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90582024-08-12T21:10:08.267Z[ host-image] Aug 12 21:10:07.677 INFO O| Aug 12 21:10:07.677 INFO ok!
90592024-08-12T21:10:08.267Z[ host-image] Aug 12 21:10:07.677 INFO O| Aug 12 21:10:07.677 INFO STEP 88 (ensure_file) COMPLETE
90602024-08-12T21:10:08.270Z[ host-image] Aug 12 21:10:07.677 INFO O| Aug 12 21:10:07.677 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-08-12T21:10:08.282Z[ host-image] Aug 12 21:10:07.692 INFO O| Aug 12 21:10:07.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90622024-08-12T21:10:08.282Z[ host-image] Aug 12 21:10:07.692 INFO O| Aug 12 21:10:07.692 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90632024-08-12T21:10:08.790Z[ host-image] Aug 12 21:10:08.200 INFO O| Aug 12 21:10:08.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90642024-08-12T21:10:08.790Z[ host-image] Aug 12 21:10:08.200 INFO O| Aug 12 21:10:08.200 INFO ok!
90652024-08-12T21:10:08.793Z[ host-image] Aug 12 21:10:08.200 INFO O| Aug 12 21:10:08.200 INFO STEP 89 (ensure_file) COMPLETE
90662024-08-12T21:10:08.793Z[ host-image] Aug 12 21:10:08.200 INFO O| Aug 12 21:10:08.200 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-08-12T21:10:08.803Z[ host-image] Aug 12 21:10:08.213 INFO O| Aug 12 21:10:08.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
90682024-08-12T21:10:08.803Z[ host-image] Aug 12 21:10:08.213 INFO O| Aug 12 21:10:08.213 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
90692024-08-12T21:10:08.806Z[ host-image] Aug 12 21:10:08.213 INFO O| Aug 12 21:10:08.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
90702024-08-12T21:10:08.806Z[ host-image] Aug 12 21:10:08.213 INFO O| Aug 12 21:10:08.213 INFO ok!
90712024-08-12T21:10:08.806Z[ host-image] Aug 12 21:10:08.213 INFO O| Aug 12 21:10:08.213 INFO STEP 90 (ensure_file) COMPLETE
90722024-08-12T21:10:08.806Z[ host-image] Aug 12 21:10:08.213 INFO O| Aug 12 21:10:08.213 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-08-12T21:10:08.813Z[ host-image] Aug 12 21:10:08.223 INFO O| Aug 12 21:10:08.223 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90742024-08-12T21:10:08.816Z[ host-image] Aug 12 21:10:08.224 INFO O| Aug 12 21:10:08.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90752024-08-12T21:10:08.816Z[ host-image] Aug 12 21:10:08.224 INFO O| Aug 12 21:10:08.224 INFO STEP 91 (ensure_dir) COMPLETE
90762024-08-12T21:10:08.816Z[ host-image] Aug 12 21:10:08.224 INFO O| Aug 12 21:10:08.224 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-12T21:10:08.824Z[ host-image] Aug 12 21:10:08.234 INFO O| Aug 12 21:10:08.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
90782024-08-12T21:10:08.824Z[ host-image] Aug 12 21:10:08.234 INFO O| Aug 12 21:10:08.234 INFO copying /tmp/.tmpmNI4U7/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 ...
90792024-08-12T21:10:08.827Z[ host-image] Aug 12 21:10:08.234 INFO O| Aug 12 21:10:08.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
90802024-08-12T21:10:08.827Z[ host-image] Aug 12 21:10:08.234 INFO O| Aug 12 21:10:08.234 INFO ok!
90812024-08-12T21:10:08.827Z[ host-image] Aug 12 21:10:08.234 INFO O| Aug 12 21:10:08.234 INFO STEP 92 (ensure_file) COMPLETE
90822024-08-12T21:10:08.827Z[ host-image] Aug 12 21:10:08.234 INFO O| Aug 12 21:10:08.234 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-08-12T21:10:08.834Z[ host-image] Aug 12 21:10:08.244 INFO O| Aug 12 21:10:08.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
90842024-08-12T21:10:08.837Z[ host-image] Aug 12 21:10:08.244 INFO O| Aug 12 21:10:08.244 INFO copying /tmp/.tmpmNI4U7/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 ...
90852024-08-12T21:10:08.837Z[ host-image] Aug 12 21:10:08.244 INFO O| Aug 12 21:10:08.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
90862024-08-12T21:10:08.837Z[ host-image] Aug 12 21:10:08.244 INFO O| Aug 12 21:10:08.244 INFO ok!
90872024-08-12T21:10:08.837Z[ host-image] Aug 12 21:10:08.244 INFO O| Aug 12 21:10:08.244 INFO STEP 93 (ensure_file) COMPLETE
90882024-08-12T21:10:08.837Z[ host-image] Aug 12 21:10:08.244 INFO O| Aug 12 21:10:08.244 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-08-12T21:10:08.844Z[ host-image] Aug 12 21:10:08.254 INFO O| Aug 12 21:10:08.254 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
90902024-08-12T21:10:08.844Z[ host-image] Aug 12 21:10:08.254 INFO O| Aug 12 21:10:08.254 INFO copying /tmp/.tmpmNI4U7/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 ...
90912024-08-12T21:10:08.847Z[ host-image] Aug 12 21:10:08.254 INFO O| Aug 12 21:10:08.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
90922024-08-12T21:10:08.847Z[ host-image] Aug 12 21:10:08.254 INFO O| Aug 12 21:10:08.254 INFO ok!
90932024-08-12T21:10:08.847Z[ host-image] Aug 12 21:10:08.254 INFO O| Aug 12 21:10:08.254 INFO STEP 94 (ensure_file) COMPLETE
90942024-08-12T21:10:08.847Z[ host-image] Aug 12 21:10:08.254 INFO O| Aug 12 21:10:08.254 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90952024-08-12T21:10:08.854Z[ host-image] Aug 12 21:10:08.264 INFO O| Aug 12 21:10:08.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
90962024-08-12T21:10:08.854Z[ host-image] Aug 12 21:10:08.265 INFO O| Aug 12 21:10:08.264 INFO copying /tmp/.tmpmNI4U7/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 ...
90972024-08-12T21:10:08.864Z[ host-image] Aug 12 21:10:08.265 INFO O| Aug 12 21:10:08.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
90982024-08-12T21:10:08.864Z[ host-image] Aug 12 21:10:08.265 INFO O| Aug 12 21:10:08.265 INFO ok!
90992024-08-12T21:10:08.864Z[ host-image] Aug 12 21:10:08.265 INFO O| Aug 12 21:10:08.265 INFO STEP 95 (ensure_file) COMPLETE
91002024-08-12T21:10:08.864Z[ host-image] Aug 12 21:10:08.265 INFO O| Aug 12 21:10:08.265 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-08-12T21:10:08.867Z[ host-image] Aug 12 21:10:08.275 INFO O| Aug 12 21:10:08.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91022024-08-12T21:10:08.867Z[ host-image] Aug 12 21:10:08.275 INFO O| Aug 12 21:10:08.275 INFO copying /tmp/.tmpmNI4U7/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 ...
91032024-08-12T21:10:08.867Z[ host-image] Aug 12 21:10:08.275 INFO O| Aug 12 21:10:08.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91042024-08-12T21:10:08.867Z[ host-image] Aug 12 21:10:08.275 INFO O| Aug 12 21:10:08.275 INFO ok!
91052024-08-12T21:10:08.867Z[ host-image] Aug 12 21:10:08.275 INFO O| Aug 12 21:10:08.275 INFO STEP 96 (ensure_file) COMPLETE
91062024-08-12T21:10:08.867Z[ host-image] Aug 12 21:10:08.276 INFO O| Aug 12 21:10:08.275 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-08-12T21:10:08.876Z[ host-image] Aug 12 21:10:08.286 INFO O| Aug 12 21:10:08.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91082024-08-12T21:10:08.876Z[ host-image] Aug 12 21:10:08.286 INFO O| Aug 12 21:10:08.286 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91092024-08-12T21:10:08.879Z[ host-image] Aug 12 21:10:08.286 INFO O| Aug 12 21:10:08.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91102024-08-12T21:10:08.879Z[ host-image] Aug 12 21:10:08.286 INFO O| Aug 12 21:10:08.286 INFO ok!
91112024-08-12T21:10:08.879Z[ host-image] Aug 12 21:10:08.286 INFO O| Aug 12 21:10:08.286 INFO STEP 97 (ensure_file) COMPLETE
91122024-08-12T21:10:08.879Z[ host-image] Aug 12 21:10:08.286 INFO O| Aug 12 21:10:08.286 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-08-12T21:10:08.888Z[ host-image] Aug 12 21:10:08.298 INFO O| Aug 12 21:10:08.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91142024-08-12T21:10:08.888Z[ host-image] Aug 12 21:10:08.298 INFO O| Aug 12 21:10:08.298 INFO copying /tmp/.tmpmNI4U7/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 ...
91152024-08-12T21:10:08.891Z[ host-image] Aug 12 21:10:08.299 INFO O| Aug 12 21:10:08.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91162024-08-12T21:10:08.891Z[ host-image] Aug 12 21:10:08.299 INFO O| Aug 12 21:10:08.299 INFO ok!
91172024-08-12T21:10:08.891Z[ host-image] Aug 12 21:10:08.299 INFO O| Aug 12 21:10:08.299 INFO STEP 98 (ensure_file) COMPLETE
91182024-08-12T21:10:08.891Z[ host-image] Aug 12 21:10:08.299 INFO O| Aug 12 21:10:08.299 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-12T21:10:08.899Z[ host-image] Aug 12 21:10:08.309 INFO O| Aug 12 21:10:08.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91202024-08-12T21:10:08.902Z[ host-image] Aug 12 21:10:08.309 INFO O| Aug 12 21:10:08.309 INFO copying /tmp/.tmpmNI4U7/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 ...
91212024-08-12T21:10:08.902Z[ host-image] Aug 12 21:10:08.309 INFO O| Aug 12 21:10:08.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91222024-08-12T21:10:08.902Z[ host-image] Aug 12 21:10:08.309 INFO O| Aug 12 21:10:08.309 INFO ok!
91232024-08-12T21:10:08.902Z[ host-image] Aug 12 21:10:08.309 INFO O| Aug 12 21:10:08.309 INFO STEP 99 (ensure_file) COMPLETE
91242024-08-12T21:10:08.902Z[ host-image] Aug 12 21:10:08.309 INFO O| Aug 12 21:10:08.309 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-08-12T21:10:08.911Z[ host-image] Aug 12 21:10:08.321 INFO O| Aug 12 21:10:08.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91262024-08-12T21:10:08.911Z[ host-image] Aug 12 21:10:08.321 INFO O| Aug 12 21:10:08.321 INFO copying /tmp/.tmpmNI4U7/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 ...
91272024-08-12T21:10:08.911Z[ host-image] Aug 12 21:10:08.322 INFO O| Aug 12 21:10:08.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91282024-08-12T21:10:08.911Z[ host-image] Aug 12 21:10:08.322 INFO O| Aug 12 21:10:08.322 INFO ok!
91292024-08-12T21:10:08.914Z[ host-image] Aug 12 21:10:08.322 INFO O| Aug 12 21:10:08.322 INFO STEP 100 (ensure_file) COMPLETE
91302024-08-12T21:10:08.915Z[ host-image] Aug 12 21:10:08.322 INFO O| Aug 12 21:10:08.322 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-08-12T21:10:08.922Z[ host-image] Aug 12 21:10:08.332 INFO O| Aug 12 21:10:08.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91322024-08-12T21:10:08.925Z[ host-image] Aug 12 21:10:08.332 INFO O| Aug 12 21:10:08.332 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91332024-08-12T21:10:08.925Z[ host-image] Aug 12 21:10:08.332 INFO O| Aug 12 21:10:08.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91342024-08-12T21:10:08.925Z[ host-image] Aug 12 21:10:08.332 INFO O| Aug 12 21:10:08.332 INFO ok!
91352024-08-12T21:10:08.925Z[ host-image] Aug 12 21:10:08.332 INFO O| Aug 12 21:10:08.332 INFO STEP 101 (ensure_file) COMPLETE
91362024-08-12T21:10:08.925Z[ host-image] Aug 12 21:10:08.332 INFO O| Aug 12 21:10:08.332 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-08-12T21:10:08.932Z[ host-image] Aug 12 21:10:08.342 INFO O| Aug 12 21:10:08.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91382024-08-12T21:10:08.932Z[ host-image] Aug 12 21:10:08.342 INFO O| Aug 12 21:10:08.342 INFO copying /tmp/.tmpmNI4U7/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 ...
91392024-08-12T21:10:08.935Z[ host-image] Aug 12 21:10:08.343 INFO O| Aug 12 21:10:08.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91402024-08-12T21:10:08.935Z[ host-image] Aug 12 21:10:08.343 INFO O| Aug 12 21:10:08.343 INFO ok!
91412024-08-12T21:10:08.935Z[ host-image] Aug 12 21:10:08.343 INFO O| Aug 12 21:10:08.343 INFO STEP 102 (ensure_file) COMPLETE
91422024-08-12T21:10:08.935Z[ host-image] Aug 12 21:10:08.343 INFO O| Aug 12 21:10:08.343 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-08-12T21:10:08.943Z[ host-image] Aug 12 21:10:08.353 INFO O| Aug 12 21:10:08.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91442024-08-12T21:10:08.943Z[ host-image] Aug 12 21:10:08.353 INFO O| Aug 12 21:10:08.353 INFO copying /tmp/.tmpmNI4U7/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 ...
91452024-08-12T21:10:08.946Z[ host-image] Aug 12 21:10:08.353 INFO O| Aug 12 21:10:08.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91462024-08-12T21:10:08.946Z[ host-image] Aug 12 21:10:08.353 INFO O| Aug 12 21:10:08.353 INFO ok!
91472024-08-12T21:10:08.946Z[ host-image] Aug 12 21:10:08.353 INFO O| Aug 12 21:10:08.353 INFO STEP 103 (ensure_file) COMPLETE
91482024-08-12T21:10:08.946Z[ host-image] Aug 12 21:10:08.353 INFO O| Aug 12 21:10:08.353 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-08-12T21:10:08.953Z[ host-image] Aug 12 21:10:08.363 INFO O| Aug 12 21:10:08.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91502024-08-12T21:10:08.953Z[ host-image] Aug 12 21:10:08.363 INFO O| Aug 12 21:10:08.363 INFO copying /tmp/.tmpmNI4U7/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 ...
91512024-08-12T21:10:08.956Z[ host-image] Aug 12 21:10:08.363 INFO O| Aug 12 21:10:08.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91522024-08-12T21:10:08.956Z[ host-image] Aug 12 21:10:08.363 INFO O| Aug 12 21:10:08.363 INFO ok!
91532024-08-12T21:10:08.956Z[ host-image] Aug 12 21:10:08.363 INFO O| Aug 12 21:10:08.363 INFO STEP 104 (ensure_file) COMPLETE
91542024-08-12T21:10:08.956Z[ host-image] Aug 12 21:10:08.363 INFO O| Aug 12 21:10:08.363 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91552024-08-12T21:10:08.964Z[ host-image] Aug 12 21:10:08.373 INFO O| Aug 12 21:10:08.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91562024-08-12T21:10:08.964Z[ host-image] Aug 12 21:10:08.373 INFO O| Aug 12 21:10:08.373 INFO copying /tmp/.tmpmNI4U7/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 ...
91572024-08-12T21:10:08.967Z[ host-image] Aug 12 21:10:08.373 INFO O| Aug 12 21:10:08.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91582024-08-12T21:10:08.967Z[ host-image] Aug 12 21:10:08.373 INFO O| Aug 12 21:10:08.373 INFO ok!
91592024-08-12T21:10:08.967Z[ host-image] Aug 12 21:10:08.373 INFO O| Aug 12 21:10:08.373 INFO STEP 105 (ensure_file) COMPLETE
91602024-08-12T21:10:08.967Z[ host-image] Aug 12 21:10:08.373 INFO O| Aug 12 21:10:08.373 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91612024-08-12T21:10:08.977Z[ host-image] Aug 12 21:10:08.388 INFO O| Aug 12 21:10:08.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91622024-08-12T21:10:08.978Z[ host-image] Aug 12 21:10:08.388 INFO O| Aug 12 21:10:08.388 INFO copying /tmp/.tmpmNI4U7/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 ...
91632024-08-12T21:10:08.980Z[ host-image] Aug 12 21:10:08.388 INFO O| Aug 12 21:10:08.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
91642024-08-12T21:10:08.980Z[ host-image] Aug 12 21:10:08.388 INFO O| Aug 12 21:10:08.388 INFO ok!
91652024-08-12T21:10:08.980Z[ host-image] Aug 12 21:10:08.388 INFO O| Aug 12 21:10:08.388 INFO STEP 106 (ensure_file) COMPLETE
91662024-08-12T21:10:08.980Z[ host-image] Aug 12 21:10:08.388 INFO O| Aug 12 21:10:08.388 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-08-12T21:10:08.990Z[ host-image] Aug 12 21:10:08.400 INFO O| Aug 12 21:10:08.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
91682024-08-12T21:10:08.994Z[ host-image] Aug 12 21:10:08.400 INFO O| Aug 12 21:10:08.400 INFO copying /tmp/.tmpmNI4U7/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 ...
91692024-08-12T21:10:08.994Z[ host-image] Aug 12 21:10:08.400 INFO O| Aug 12 21:10:08.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
91702024-08-12T21:10:08.994Z[ host-image] Aug 12 21:10:08.400 INFO O| Aug 12 21:10:08.400 INFO ok!
91712024-08-12T21:10:08.994Z[ host-image] Aug 12 21:10:08.400 INFO O| Aug 12 21:10:08.400 INFO STEP 107 (ensure_file) COMPLETE
91722024-08-12T21:10:08.994Z[ host-image] Aug 12 21:10:08.400 INFO O| Aug 12 21:10:08.400 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-08-12T21:10:09.000Z[ host-image] Aug 12 21:10:08.410 INFO O| Aug 12 21:10:08.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
91742024-08-12T21:10:09.003Z[ host-image] Aug 12 21:10:08.410 INFO O| Aug 12 21:10:08.410 INFO copying /tmp/.tmpmNI4U7/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 ...
91752024-08-12T21:10:09.004Z[ host-image] Aug 12 21:10:08.410 INFO O| Aug 12 21:10:08.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
91762024-08-12T21:10:09.004Z[ host-image] Aug 12 21:10:08.411 INFO O| Aug 12 21:10:08.410 INFO ok!
91772024-08-12T21:10:09.004Z[ host-image] Aug 12 21:10:08.411 INFO O| Aug 12 21:10:08.410 INFO STEP 108 (ensure_file) COMPLETE
91782024-08-12T21:10:09.004Z[ host-image] Aug 12 21:10:08.411 INFO O| Aug 12 21:10:08.411 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-08-12T21:10:09.013Z[ host-image] Aug 12 21:10:08.423 INFO O| Aug 12 21:10:08.423 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
91802024-08-12T21:10:09.013Z[ host-image] Aug 12 21:10:08.423 INFO O| Aug 12 21:10:08.423 INFO copying /tmp/.tmpmNI4U7/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 ...
91812024-08-12T21:10:09.016Z[ host-image] Aug 12 21:10:08.423 INFO O| Aug 12 21:10:08.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
91822024-08-12T21:10:09.016Z[ host-image] Aug 12 21:10:08.423 INFO O| Aug 12 21:10:08.423 INFO ok!
91832024-08-12T21:10:09.016Z[ host-image] Aug 12 21:10:08.423 INFO O| Aug 12 21:10:08.423 INFO STEP 109 (ensure_file) COMPLETE
91842024-08-12T21:10:09.016Z[ host-image] Aug 12 21:10:08.423 INFO O| Aug 12 21:10:08.423 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-08-12T21:10:09.023Z[ host-image] Aug 12 21:10:08.433 INFO O| Aug 12 21:10:08.433 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
91862024-08-12T21:10:09.023Z[ host-image] Aug 12 21:10:08.433 INFO O| Aug 12 21:10:08.433 INFO copying /tmp/.tmpmNI4U7/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 ...
91872024-08-12T21:10:09.026Z[ host-image] Aug 12 21:10:08.433 INFO O| Aug 12 21:10:08.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
91882024-08-12T21:10:09.026Z[ host-image] Aug 12 21:10:08.433 INFO O| Aug 12 21:10:08.433 INFO ok!
91892024-08-12T21:10:09.026Z[ host-image] Aug 12 21:10:08.433 INFO O| Aug 12 21:10:08.433 INFO STEP 110 (ensure_file) COMPLETE
91902024-08-12T21:10:09.026Z[ host-image] Aug 12 21:10:08.433 INFO O| Aug 12 21:10:08.433 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-08-12T21:10:09.034Z[ host-image] Aug 12 21:10:08.444 INFO O| Aug 12 21:10:08.443 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
91922024-08-12T21:10:09.036Z[ host-image] Aug 12 21:10:08.444 INFO O| Aug 12 21:10:08.443 INFO copying /tmp/.tmpmNI4U7/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 ...
91932024-08-12T21:10:09.036Z[ host-image] Aug 12 21:10:08.444 INFO O| Aug 12 21:10:08.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
91942024-08-12T21:10:09.036Z[ host-image] Aug 12 21:10:08.444 INFO O| Aug 12 21:10:08.444 INFO ok!
91952024-08-12T21:10:09.036Z[ host-image] Aug 12 21:10:08.444 INFO O| Aug 12 21:10:08.444 INFO STEP 111 (ensure_file) COMPLETE
91962024-08-12T21:10:09.036Z[ host-image] Aug 12 21:10:08.444 INFO O| Aug 12 21:10:08.444 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-08-12T21:10:09.044Z[ host-image] Aug 12 21:10:08.454 INFO O| Aug 12 21:10:08.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
91982024-08-12T21:10:09.044Z[ host-image] Aug 12 21:10:08.454 INFO O| Aug 12 21:10:08.454 INFO copying /tmp/.tmpmNI4U7/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 ...
91992024-08-12T21:10:09.047Z[ host-image] Aug 12 21:10:08.454 INFO O| Aug 12 21:10:08.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92002024-08-12T21:10:09.047Z[ host-image] Aug 12 21:10:08.454 INFO O| Aug 12 21:10:08.454 INFO ok!
92012024-08-12T21:10:09.047Z[ host-image] Aug 12 21:10:08.454 INFO O| Aug 12 21:10:08.454 INFO STEP 112 (ensure_file) COMPLETE
92022024-08-12T21:10:09.047Z[ host-image] Aug 12 21:10:08.454 INFO O| Aug 12 21:10:08.454 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92032024-08-12T21:10:09.055Z[ host-image] Aug 12 21:10:08.464 INFO O| Aug 12 21:10:08.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92042024-08-12T21:10:09.055Z[ host-image] Aug 12 21:10:08.464 INFO O| Aug 12 21:10:08.464 INFO copying /tmp/.tmpmNI4U7/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 ...
92052024-08-12T21:10:09.058Z[ host-image] Aug 12 21:10:08.464 INFO O| Aug 12 21:10:08.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92062024-08-12T21:10:09.058Z[ host-image] Aug 12 21:10:08.464 INFO O| Aug 12 21:10:08.464 INFO ok!
92072024-08-12T21:10:09.058Z[ host-image] Aug 12 21:10:08.464 INFO O| Aug 12 21:10:08.464 INFO STEP 113 (ensure_file) COMPLETE
92082024-08-12T21:10:09.058Z[ host-image] Aug 12 21:10:08.464 INFO O| Aug 12 21:10:08.464 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92092024-08-12T21:10:09.066Z[ host-image] Aug 12 21:10:08.475 INFO O| Aug 12 21:10:08.475 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92102024-08-12T21:10:09.069Z[ host-image] Aug 12 21:10:08.475 INFO O| Aug 12 21:10:08.475 INFO copying /tmp/.tmpmNI4U7/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 ...
92112024-08-12T21:10:09.069Z[ host-image] Aug 12 21:10:08.475 INFO O| Aug 12 21:10:08.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92122024-08-12T21:10:09.069Z[ host-image] Aug 12 21:10:08.475 INFO O| Aug 12 21:10:08.475 INFO ok!
92132024-08-12T21:10:09.069Z[ host-image] Aug 12 21:10:08.475 INFO O| Aug 12 21:10:08.475 INFO STEP 114 (ensure_file) COMPLETE
92142024-08-12T21:10:09.069Z[ host-image] Aug 12 21:10:08.475 INFO O| Aug 12 21:10:08.475 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-08-12T21:10:09.076Z[ host-image] Aug 12 21:10:08.485 INFO O| Aug 12 21:10:08.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92162024-08-12T21:10:09.076Z[ host-image] Aug 12 21:10:08.485 INFO O| Aug 12 21:10:08.485 INFO copying /tmp/.tmpmNI4U7/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 ...
92172024-08-12T21:10:09.079Z[ host-image] Aug 12 21:10:08.485 INFO O| Aug 12 21:10:08.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92182024-08-12T21:10:09.079Z[ host-image] Aug 12 21:10:08.485 INFO O| Aug 12 21:10:08.485 INFO ok!
92192024-08-12T21:10:09.079Z[ host-image] Aug 12 21:10:08.485 INFO O| Aug 12 21:10:08.485 INFO STEP 115 (ensure_file) COMPLETE
92202024-08-12T21:10:09.079Z[ host-image] Aug 12 21:10:08.485 INFO O| Aug 12 21:10:08.485 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-08-12T21:10:09.086Z[ host-image] Aug 12 21:10:08.495 INFO O| Aug 12 21:10:08.495 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92222024-08-12T21:10:09.086Z[ host-image] Aug 12 21:10:08.495 INFO O| Aug 12 21:10:08.495 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92232024-08-12T21:10:09.089Z[ host-image] Aug 12 21:10:08.495 INFO O| Aug 12 21:10:08.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92242024-08-12T21:10:09.089Z[ host-image] Aug 12 21:10:08.495 INFO O| Aug 12 21:10:08.495 INFO ok!
92252024-08-12T21:10:09.089Z[ host-image] Aug 12 21:10:08.495 INFO O| Aug 12 21:10:08.495 INFO STEP 116 (ensure_file) COMPLETE
92262024-08-12T21:10:09.089Z[ host-image] Aug 12 21:10:08.495 INFO O| Aug 12 21:10:08.495 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-08-12T21:10:09.096Z[ host-image] Aug 12 21:10:08.505 INFO O| Aug 12 21:10:08.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92282024-08-12T21:10:09.096Z[ host-image] Aug 12 21:10:08.505 INFO O| Aug 12 21:10:08.505 INFO copying /tmp/.tmpmNI4U7/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 ...
92292024-08-12T21:10:09.099Z[ host-image] Aug 12 21:10:08.505 INFO O| Aug 12 21:10:08.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92302024-08-12T21:10:09.099Z[ host-image] Aug 12 21:10:08.505 INFO O| Aug 12 21:10:08.505 INFO ok!
92312024-08-12T21:10:09.099Z[ host-image] Aug 12 21:10:08.505 INFO O| Aug 12 21:10:08.505 INFO STEP 117 (ensure_file) COMPLETE
92322024-08-12T21:10:09.099Z[ host-image] Aug 12 21:10:08.505 INFO O| Aug 12 21:10:08.505 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-08-12T21:10:09.106Z[ host-image] Aug 12 21:10:08.515 INFO O| Aug 12 21:10:08.515 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92342024-08-12T21:10:09.108Z[ host-image] Aug 12 21:10:08.515 INFO O| Aug 12 21:10:08.515 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92352024-08-12T21:10:09.108Z[ host-image] Aug 12 21:10:08.515 INFO O| Aug 12 21:10:08.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92362024-08-12T21:10:09.108Z[ host-image] Aug 12 21:10:08.516 INFO O| Aug 12 21:10:08.515 INFO ok!
92372024-08-12T21:10:09.108Z[ host-image] Aug 12 21:10:08.516 INFO O| Aug 12 21:10:08.515 INFO STEP 118 (ensure_file) COMPLETE
92382024-08-12T21:10:09.108Z[ host-image] Aug 12 21:10:08.516 INFO O| Aug 12 21:10:08.515 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-08-12T21:10:09.116Z[ host-image] Aug 12 21:10:08.526 INFO O| Aug 12 21:10:08.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92402024-08-12T21:10:09.116Z[ host-image] Aug 12 21:10:08.526 INFO O| Aug 12 21:10:08.526 INFO copying /tmp/.tmpmNI4U7/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92412024-08-12T21:10:13.740Z[ host-image] Aug 12 21:10:13.150 INFO O| Aug 12 21:10:13.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92422024-08-12T21:10:13.740Z[ host-image] Aug 12 21:10:13.150 INFO O| Aug 12 21:10:13.150 INFO ok!
92432024-08-12T21:10:13.743Z[ host-image] Aug 12 21:10:13.150 INFO O| Aug 12 21:10:13.150 INFO STEP 119 (ensure_file) COMPLETE
92442024-08-12T21:10:13.744Z[ host-image] Aug 12 21:10:13.150 INFO O| Aug 12 21:10:13.150 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-08-12T21:10:13.753Z[ host-image] Aug 12 21:10:13.163 INFO O| Aug 12 21:10:13.163 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92462024-08-12T21:10:13.753Z[ host-image] Aug 12 21:10:13.163 INFO O| Aug 12 21:10:13.163 INFO STEP 120 (ensure_dir) COMPLETE
92472024-08-12T21:10:13.756Z[ host-image] Aug 12 21:10:13.163 INFO O| Aug 12 21:10:13.163 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-08-12T21:10:13.764Z[ host-image] Aug 12 21:10:13.173 INFO O| Aug 12 21:10:13.173 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92492024-08-12T21:10:13.764Z[ host-image] Aug 12 21:10:13.173 INFO O| Aug 12 21:10:13.173 INFO STEP 121 (ensure_dir) COMPLETE
92502024-08-12T21:10:13.764Z[ host-image] Aug 12 21:10:13.173 INFO O| Aug 12 21:10:13.173 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-08-12T21:10:13.774Z[ host-image] Aug 12 21:10:13.184 INFO O| Aug 12 21:10:13.184 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92522024-08-12T21:10:13.774Z[ host-image] Aug 12 21:10:13.184 INFO O| Aug 12 21:10:13.184 INFO STEP 122 (ensure_dir) COMPLETE
92532024-08-12T21:10:13.777Z[ host-image] Aug 12 21:10:13.184 INFO O| Aug 12 21:10:13.184 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-08-12T21:10:13.785Z[ host-image] Aug 12 21:10:13.194 INFO O| Aug 12 21:10:13.194 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92552024-08-12T21:10:13.785Z[ host-image] Aug 12 21:10:13.195 INFO O| Aug 12 21:10:13.194 INFO STEP 123 (ensure_dir) COMPLETE
92562024-08-12T21:10:13.788Z[ host-image] Aug 12 21:10:13.195 INFO O| Aug 12 21:10:13.194 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-08-12T21:10:13.796Z[ host-image] Aug 12 21:10:13.205 INFO O| Aug 12 21:10:13.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92582024-08-12T21:10:13.799Z[ host-image] Aug 12 21:10:13.205 INFO O| Aug 12 21:10:13.205 INFO copying /tmp/.tmpmNI4U7/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 ...
92592024-08-12T21:10:13.799Z[ host-image] Aug 12 21:10:13.205 INFO O| Aug 12 21:10:13.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92602024-08-12T21:10:13.799Z[ host-image] Aug 12 21:10:13.205 INFO O| Aug 12 21:10:13.205 INFO ok!
92612024-08-12T21:10:13.799Z[ host-image] Aug 12 21:10:13.205 INFO O| Aug 12 21:10:13.205 INFO STEP 124 (ensure_file) COMPLETE
92622024-08-12T21:10:13.799Z[ host-image] Aug 12 21:10:13.205 INFO O| Aug 12 21:10:13.205 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-08-12T21:10:13.806Z[ host-image] Aug 12 21:10:13.216 INFO O| Aug 12 21:10:13.216 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92642024-08-12T21:10:13.809Z[ host-image] Aug 12 21:10:13.216 INFO O| Aug 12 21:10:13.216 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92652024-08-12T21:10:13.809Z[ host-image] Aug 12 21:10:13.216 INFO O| Aug 12 21:10:13.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
92662024-08-12T21:10:13.809Z[ host-image] Aug 12 21:10:13.216 INFO O| Aug 12 21:10:13.216 INFO STEP 125 (ensure_dir) COMPLETE
92672024-08-12T21:10:13.809Z[ host-image] Aug 12 21:10:13.216 INFO O| Aug 12 21:10:13.216 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-08-12T21:10:13.817Z[ host-image] Aug 12 21:10:13.227 INFO O| Aug 12 21:10:13.227 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
92692024-08-12T21:10:13.820Z[ host-image] Aug 12 21:10:13.227 INFO O| Aug 12 21:10:13.227 INFO copying /tmp/.tmpmNI4U7/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
92702024-08-12T21:10:13.820Z[ host-image] Aug 12 21:10:13.227 INFO O| Aug 12 21:10:13.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
92712024-08-12T21:10:13.820Z[ host-image] Aug 12 21:10:13.227 INFO O| Aug 12 21:10:13.227 INFO ok!
92722024-08-12T21:10:13.820Z[ host-image] Aug 12 21:10:13.227 INFO O| Aug 12 21:10:13.227 INFO STEP 126 (ensure_file) COMPLETE
92732024-08-12T21:10:13.820Z[ host-image] Aug 12 21:10:13.227 INFO O| Aug 12 21:10:13.227 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92742024-08-12T21:10:13.828Z[ host-image] Aug 12 21:10:13.237 INFO O| Aug 12 21:10:13.237 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
92752024-08-12T21:10:13.831Z[ host-image] Aug 12 21:10:13.238 INFO O| Aug 12 21:10:13.238 INFO STEP 127 (remove_files) COMPLETE
92762024-08-12T21:10:13.831Z[ host-image] Aug 12 21:10:13.238 INFO O| Aug 12 21:10:13.238 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92772024-08-12T21:10:13.839Z[ host-image] Aug 12 21:10:13.249 INFO O| Aug 12 21:10:13.249 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
92782024-08-12T21:10:13.843Z[ host-image] Aug 12 21:10:13.249 INFO O| Aug 12 21:10:13.249 INFO STEP 128 (remove_files) COMPLETE
92792024-08-12T21:10:13.843Z[ host-image] Aug 12 21:10:13.249 INFO O| Aug 12 21:10:13.249 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92802024-08-12T21:10:13.850Z[ host-image] Aug 12 21:10:13.259 INFO O| Aug 12 21:10:13.259 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
92812024-08-12T21:10:13.852Z[ host-image] Aug 12 21:10:13.259 INFO O| Aug 12 21:10:13.259 INFO STEP 129 (remove_files) COMPLETE
92822024-08-12T21:10:13.852Z[ host-image] Aug 12 21:10:13.259 INFO O| Aug 12 21:10:13.259 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92832024-08-12T21:10:13.861Z[ host-image] Aug 12 21:10:13.271 INFO O| Aug 12 21:10:13.270 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
92842024-08-12T21:10:13.864Z[ host-image] Aug 12 21:10:13.271 INFO O| Aug 12 21:10:13.271 INFO STEP 130 (remove_files) COMPLETE
92852024-08-12T21:10:13.864Z[ host-image] Aug 12 21:10:13.271 INFO O| Aug 12 21:10:13.271 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92862024-08-12T21:10:13.872Z[ host-image] Aug 12 21:10:13.281 INFO O| Aug 12 21:10:13.281 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
92872024-08-12T21:10:13.874Z[ host-image] Aug 12 21:10:13.282 INFO O| Aug 12 21:10:13.282 INFO STEP 131 (remove_files) COMPLETE
92882024-08-12T21:10:13.874Z[ host-image] Aug 12 21:10:13.282 INFO O| Aug 12 21:10:13.282 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92892024-08-12T21:10:13.883Z[ host-image] Aug 12 21:10:13.292 INFO O| Aug 12 21:10:13.292 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
92902024-08-12T21:10:13.886Z[ host-image] Aug 12 21:10:13.293 INFO O| Aug 12 21:10:13.293 INFO STEP 132 (remove_files) COMPLETE
92912024-08-12T21:10:13.886Z[ host-image] Aug 12 21:10:13.293 INFO O| Aug 12 21:10:13.293 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92922024-08-12T21:10:13.893Z[ host-image] Aug 12 21:10:13.303 INFO O| Aug 12 21:10:13.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
92932024-08-12T21:10:13.893Z[ host-image] Aug 12 21:10:13.303 INFO O| Aug 12 21:10:13.303 INFO STEP 133 (remove_files) COMPLETE
92942024-08-12T21:10:13.896Z[ host-image] Aug 12 21:10:13.303 INFO O| Aug 12 21:10:13.303 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92952024-08-12T21:10:13.904Z[ host-image] Aug 12 21:10:13.314 INFO O| Aug 12 21:10:13.313 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
92962024-08-12T21:10:13.904Z[ host-image] Aug 12 21:10:13.314 INFO O| Aug 12 21:10:13.314 INFO STEP 134 (remove_files) COMPLETE
92972024-08-12T21:10:13.907Z[ host-image] Aug 12 21:10:13.314 INFO O| Aug 12 21:10:13.314 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92982024-08-12T21:10:13.916Z[ host-image] Aug 12 21:10:13.324 INFO O| Aug 12 21:10:13.324 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
92992024-08-12T21:10:13.916Z[ host-image] Aug 12 21:10:13.324 INFO O| Aug 12 21:10:13.324 INFO STEP 135 (remove_files) COMPLETE
93002024-08-12T21:10:13.917Z[ host-image] Aug 12 21:10:13.324 INFO O| Aug 12 21:10:13.324 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93012024-08-12T21:10:13.925Z[ host-image] Aug 12 21:10:13.335 INFO O| Aug 12 21:10:13.335 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93022024-08-12T21:10:13.931Z[ host-image] Aug 12 21:10:13.335 INFO O| Aug 12 21:10:13.335 INFO STEP 136 (remove_files) COMPLETE
93032024-08-12T21:10:13.931Z[ host-image] Aug 12 21:10:13.335 INFO O| Aug 12 21:10:13.335 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93042024-08-12T21:10:13.936Z[ host-image] Aug 12 21:10:13.345 INFO O| Aug 12 21:10:13.345 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93052024-08-12T21:10:13.936Z[ host-image] Aug 12 21:10:13.345 INFO O| Aug 12 21:10:13.345 INFO STEP 137 (remove_files) COMPLETE
93062024-08-12T21:10:13.936Z[ host-image] Aug 12 21:10:13.345 INFO O| Aug 12 21:10:13.345 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93072024-08-12T21:10:13.946Z[ host-image] Aug 12 21:10:13.355 INFO O| Aug 12 21:10:13.355 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93082024-08-12T21:10:13.946Z[ host-image] Aug 12 21:10:13.356 INFO O| Aug 12 21:10:13.356 INFO STEP 138 (remove_files) COMPLETE
93092024-08-12T21:10:13.949Z[ host-image] Aug 12 21:10:13.356 INFO O| Aug 12 21:10:13.356 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93102024-08-12T21:10:13.957Z[ host-image] Aug 12 21:10:13.367 INFO O| Aug 12 21:10:13.367 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93112024-08-12T21:10:13.957Z[ host-image] Aug 12 21:10:13.367 INFO O| Aug 12 21:10:13.367 INFO STEP 139 (remove_files) COMPLETE
93122024-08-12T21:10:13.960Z[ host-image] Aug 12 21:10:13.367 INFO O| Aug 12 21:10:13.367 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93132024-08-12T21:10:13.968Z[ host-image] Aug 12 21:10:13.378 INFO O| Aug 12 21:10:13.378 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93142024-08-12T21:10:13.971Z[ host-image] Aug 12 21:10:13.378 INFO O| Aug 12 21:10:13.378 INFO STEP 140 (remove_files) COMPLETE
93152024-08-12T21:10:13.971Z[ host-image] Aug 12 21:10:13.378 INFO O| Aug 12 21:10:13.378 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93162024-08-12T21:10:13.979Z[ host-image] Aug 12 21:10:13.389 INFO O| Aug 12 21:10:13.389 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93172024-08-12T21:10:13.979Z[ host-image] Aug 12 21:10:13.389 INFO O| Aug 12 21:10:13.389 INFO STEP 141 (remove_files) COMPLETE
93182024-08-12T21:10:13.982Z[ host-image] Aug 12 21:10:13.389 INFO O| Aug 12 21:10:13.389 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93192024-08-12T21:10:13.991Z[ host-image] Aug 12 21:10:13.401 INFO O| Aug 12 21:10:13.401 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93202024-08-12T21:10:13.991Z[ host-image] Aug 12 21:10:13.401 INFO O| Aug 12 21:10:13.401 INFO STEP 142 (remove_files) COMPLETE
93212024-08-12T21:10:13.994Z[ host-image] Aug 12 21:10:13.401 INFO O| Aug 12 21:10:13.401 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93222024-08-12T21:10:14.002Z[ host-image] Aug 12 21:10:13.412 INFO O| Aug 12 21:10:13.412 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93232024-08-12T21:10:14.002Z[ host-image] Aug 12 21:10:13.412 INFO O| Aug 12 21:10:13.412 INFO STEP 143 (remove_files) COMPLETE
93242024-08-12T21:10:14.003Z[ host-image] Aug 12 21:10:13.412 INFO O| Aug 12 21:10:13.412 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93252024-08-12T21:10:14.014Z[ host-image] Aug 12 21:10:13.423 INFO O| Aug 12 21:10:13.422 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93262024-08-12T21:10:14.017Z[ host-image] Aug 12 21:10:13.423 INFO O| Aug 12 21:10:13.423 INFO STEP 144 (remove_files) COMPLETE
93272024-08-12T21:10:14.017Z[ host-image] Aug 12 21:10:13.423 INFO O| Aug 12 21:10:13.423 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93282024-08-12T21:10:14.023Z[ host-image] Aug 12 21:10:13.433 INFO O| Aug 12 21:10:13.433 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93292024-08-12T21:10:14.023Z[ host-image] Aug 12 21:10:13.433 INFO O| Aug 12 21:10:13.433 INFO STEP 145 (remove_files) COMPLETE
93302024-08-12T21:10:14.023Z[ host-image] Aug 12 21:10:13.433 INFO O| Aug 12 21:10:13.433 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93312024-08-12T21:10:14.034Z[ host-image] Aug 12 21:10:13.443 INFO O| Aug 12 21:10:13.443 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93322024-08-12T21:10:14.034Z[ host-image] Aug 12 21:10:13.443 INFO O| Aug 12 21:10:13.443 INFO STEP 146 (remove_files) COMPLETE
93332024-08-12T21:10:14.036Z[ host-image] Aug 12 21:10:13.443 INFO O| Aug 12 21:10:13.443 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93342024-08-12T21:10:14.044Z[ host-image] Aug 12 21:10:13.454 INFO O| Aug 12 21:10:13.454 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93352024-08-12T21:10:14.047Z[ host-image] Aug 12 21:10:13.454 INFO O| Aug 12 21:10:13.454 INFO STEP 147 (remove_files) COMPLETE
93362024-08-12T21:10:14.047Z[ host-image] Aug 12 21:10:13.454 INFO O| Aug 12 21:10:13.454 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93372024-08-12T21:10:14.057Z[ host-image] Aug 12 21:10:13.465 INFO O| Aug 12 21:10:13.465 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93382024-08-12T21:10:14.058Z[ host-image] Aug 12 21:10:13.465 INFO O| Aug 12 21:10:13.465 INFO STEP 148 (remove_files) COMPLETE
93392024-08-12T21:10:14.060Z[ host-image] Aug 12 21:10:13.465 INFO O| Aug 12 21:10:13.465 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93402024-08-12T21:10:14.066Z[ host-image] Aug 12 21:10:13.476 INFO O| Aug 12 21:10:13.476 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93412024-08-12T21:10:14.070Z[ host-image] Aug 12 21:10:13.476 INFO O| Aug 12 21:10:13.476 INFO STEP 149 (remove_files) COMPLETE
93422024-08-12T21:10:14.070Z[ host-image] Aug 12 21:10:13.476 INFO O| Aug 12 21:10:13.476 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93432024-08-12T21:10:14.077Z[ host-image] Aug 12 21:10:13.486 INFO O| Aug 12 21:10:13.486 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93442024-08-12T21:10:14.080Z[ host-image] Aug 12 21:10:13.487 INFO O| Aug 12 21:10:13.486 INFO STEP 150 (remove_files) COMPLETE
93452024-08-12T21:10:14.080Z[ host-image] Aug 12 21:10:13.487 INFO O| Aug 12 21:10:13.487 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93462024-08-12T21:10:14.087Z[ host-image] Aug 12 21:10:13.497 INFO O| Aug 12 21:10:13.497 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93472024-08-12T21:10:14.087Z[ host-image] Aug 12 21:10:13.497 INFO O| Aug 12 21:10:13.497 INFO STEP 151 (remove_files) COMPLETE
93482024-08-12T21:10:14.090Z[ host-image] Aug 12 21:10:13.497 INFO O| Aug 12 21:10:13.497 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93492024-08-12T21:10:14.098Z[ host-image] Aug 12 21:10:13.508 INFO O| Aug 12 21:10:13.508 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93502024-08-12T21:10:14.098Z[ host-image] Aug 12 21:10:13.508 INFO O| Aug 12 21:10:13.508 INFO STEP 152 (remove_files) COMPLETE
93512024-08-12T21:10:14.101Z[ host-image] Aug 12 21:10:13.508 INFO O| Aug 12 21:10:13.508 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93522024-08-12T21:10:14.109Z[ host-image] Aug 12 21:10:13.518 INFO O| Aug 12 21:10:13.518 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93532024-08-12T21:10:14.109Z[ host-image] Aug 12 21:10:13.518 INFO O| Aug 12 21:10:13.518 INFO STEP 153 (remove_files) COMPLETE
93542024-08-12T21:10:14.111Z[ host-image] Aug 12 21:10:13.518 INFO O| Aug 12 21:10:13.518 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93552024-08-12T21:10:14.119Z[ host-image] Aug 12 21:10:13.528 INFO O| Aug 12 21:10:13.528 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93562024-08-12T21:10:14.119Z[ host-image] Aug 12 21:10:13.529 INFO O| Aug 12 21:10:13.529 INFO STEP 154 (remove_files) COMPLETE
93572024-08-12T21:10:14.119Z[ host-image] Aug 12 21:10:13.529 INFO O| Aug 12 21:10:13.529 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93582024-08-12T21:10:14.130Z[ host-image] Aug 12 21:10:13.539 INFO O| Aug 12 21:10:13.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93592024-08-12T21:10:14.130Z[ host-image] Aug 12 21:10:13.539 INFO O| Aug 12 21:10:13.539 INFO STEP 155 (remove_files) COMPLETE
93602024-08-12T21:10:14.132Z[ host-image] Aug 12 21:10:13.539 INFO O| Aug 12 21:10:13.539 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93612024-08-12T21:10:14.148Z[ host-image] Aug 12 21:10:13.557 INFO O| Aug 12 21:10:13.557 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93622024-08-12T21:10:14.148Z[ host-image] Aug 12 21:10:13.557 INFO O| Aug 12 21:10:13.557 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"}
93632024-08-12T21:10:21.285Z[ recovery-image] Aug 12 21:10:20.694 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)
93642024-08-12T21:10:21.849Z[ host-image] Aug 12 21:10:21.257 INFO O| Aug 12 21:10:21.257 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
93652024-08-12T21:10:21.852Z[ host-image] Aug 12 21:10:21.257 INFO O| Aug 12 21:10:21.257 INFO E| svccfg: Loaded 74 smf(7) service descriptions
93662024-08-12T21:10:21.870Z[ host-image] Aug 12 21:10:21.279 INFO O| Aug 12 21:10:21.278 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
93672024-08-12T21:10:21.991Z[ host-image] Aug 12 21:10:21.400 INFO O| Aug 12 21:10:21.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
93682024-08-12T21:10:21.991Z[ host-image] Aug 12 21:10:21.400 INFO O| Aug 12 21:10:21.400 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
93692024-08-12T21:10:21.994Z[ host-image] Aug 12 21:10:21.402 INFO O| Aug 12 21:10:21.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
93702024-08-12T21:10:21.994Z[ host-image] Aug 12 21:10:21.402 INFO O| Aug 12 21:10:21.402 INFO ok!
93712024-08-12T21:10:21.994Z[ host-image] Aug 12 21:10:21.402 INFO O| Aug 12 21:10:21.402 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
93722024-08-12T21:10:21.994Z[ host-image] Aug 12 21:10:21.402 INFO O| Aug 12 21:10:21.402 INFO STEP 156 (seed_smf) COMPLETE
93732024-08-12T21:10:21.994Z[ host-image] Aug 12 21:10:21.402 INFO O| Aug 12 21:10:21.402 INFO steps complete; finalising image!
93742024-08-12T21:10:21.994Z[ host-image] Aug 12 21:10:21.402 INFO O| Aug 12 21:10:21.402 INFO TRIM POOL: TEMPORARY-gimlet-zfs
93752024-08-12T21:10:22.169Z[ host-image] Aug 12 21:10:21.578 INFO O| Aug 12 21:10:21.577 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Mon Aug 12 21:10:21 2024)
93762024-08-12T21:10:22.380Z[ host-image] Aug 12 21:10:21.788 INFO O| Aug 12 21:10:21.788 INFO trim TEMPORARY-gimlet-zfs: (86% trimmed, started at Mon Aug 12 21:10:21 2024)
93772024-08-12T21:10:22.592Z[ host-image] Aug 12 21:10:22.001 INFO O| Aug 12 21:10:22.000 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Mon Aug 12 21:10:21 2024)
93782024-08-12T21:10:22.826Z[ host-image] Aug 12 21:10:22.234 INFO O| Aug 12 21:10:22.234 INFO temporary pool has 661M used, 171M avail, 1.88x compressratio
93792024-08-12T21:10:22.826Z[ host-image] Aug 12 21:10:22.235 INFO O| Aug 12 21:10:22.234 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
93802024-08-12T21:10:23.185Z[ recovery-image] Aug 12 21:10:22.593 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)
93812024-08-12T21:10:23.194Z[ host-image] Aug 12 21:10:22.603 INFO O| Aug 12 21:10:22.603 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
93822024-08-12T21:10:23.194Z[ host-image] Aug 12 21:10:22.603 INFO O| Aug 12 21:10:22.603 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
93832024-08-12T21:10:24.402Z[ host-image] Aug 12 21:10:23.810 INFO O| Aug 12 21:10:23.810 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
93842024-08-12T21:10:24.402Z[ host-image] Aug 12 21:10:23.810 INFO O| Aug 12 21:10:23.810 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
93852024-08-12T21:10:24.405Z[ host-image] Aug 12 21:10:23.810 INFO O| Aug 12 21:10:23.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
93862024-08-12T21:10:24.405Z[ host-image] Aug 12 21:10:23.810 INFO O| Aug 12 21:10:23.810 INFO completed processing gimlet/zfs
93872024-08-12T21:10:24.405Z[ host-image] Aug 12 21:10:23.810 INFO O| Aug 12 21:10:23.810 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
93882024-08-12T21:10:26.499Z[ recovery-image] Aug 12 21:10:25.907 INFO E| Compiling bitflags v1.3.2
93892024-08-12T21:10:26.499Z[ recovery-image] Aug 12 21:10:25.907 INFO E| Compiling plain v0.2.3
93902024-08-12T21:10:26.499Z[ recovery-image] Aug 12 21:10:25.907 INFO E| Compiling adler v1.0.2
93912024-08-12T21:10:26.501Z[ recovery-image] Aug 12 21:10:25.907 INFO E| Compiling log v0.4.21
93922024-08-12T21:10:26.501Z[ recovery-image] Aug 12 21:10:25.907 INFO E| Compiling bit_field v0.10.2
93932024-08-12T21:10:26.501Z[ recovery-image] Aug 12 21:10:25.907 INFO E| Compiling scroll v0.12.0
93942024-08-12T21:10:26.502Z[ recovery-image] Aug 12 21:10:25.907 INFO E| Compiling static_assertions v1.1.0
93952024-08-12T21:10:26.585Z[ recovery-image] Aug 12 21:10:25.994 INFO E| Compiling raw-cpuid v10.7.0
93962024-08-12T21:10:26.595Z[ recovery-image] Aug 12 21:10:26.004 INFO E| Compiling cpio_reader v0.1.1
93972024-08-12T21:10:26.657Z[ recovery-image] Aug 12 21:10:26.066 INFO E| Compiling miniz_oxide v0.7.2
93982024-08-12T21:10:26.759Z[ recovery-image] Aug 12 21:10:26.167 INFO E| Compiling bitstruct v0.1.1
93992024-08-12T21:10:26.971Z[ recovery-image] Aug 12 21:10:26.377 INFO E| Compiling goblin v0.8.0
94002024-08-12T21:10:31.044Z[ host-image] Aug 12 21:10:30.451 INFO O| Aug 12 21:10:30.451 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94012024-08-12T21:10:31.133Z[ host-image] Aug 12 21:10:30.541 INFO BUILD STRING "heads/stlouis-0-gb0de91687b\n"
94022024-08-12T21:10:31.133Z[ host-image] Aug 12 21:10:30.541 INFO expanded image name: "ci de786b1/${os_short_commit} 2024-08-12 20:43" -> "ci de786b1/b0de916 2024-08-12 20:43"
94032024-08-12T21:10:31.136Z[ host-image] Aug 12 21:10:30.541 INFO output artefacts stored in: "/work/os-host"
94042024-08-12T21:10:31.136Z[ host-image] Aug 12 21:10:30.541 INFO collecting git info from project "amd-host-image-builder"...
94052024-08-12T21:10:31.148Z[ host-image] Aug 12 21:10:30.556 INFO collecting git info from project "chelsio-t6-roms"...
94062024-08-12T21:10:31.153Z[ host-image] Aug 12 21:10:30.561 INFO collecting git info from project "bootserver"...
94072024-08-12T21:10:31.157Z[ host-image] Aug 12 21:10:30.565 INFO collecting git info from project "pinprick"...
94082024-08-12T21:10:31.163Z[ host-image] Aug 12 21:10:30.570 INFO collecting git info from project "phbl"...
94092024-08-12T21:10:31.167Z[ host-image] Aug 12 21:10:30.575 INFO collecting git info from project "image-builder"...
94102024-08-12T21:10:31.171Z[ host-image] Aug 12 21:10:30.579 INFO collecting git info from project "pilot"...
94112024-08-12T21:10:31.177Z[ host-image] Aug 12 21:10:30.585 INFO collecting git info from project "amd-firmware"...
94122024-08-12T21:10:31.185Z[ host-image] Aug 12 21:10:30.593 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94132024-08-12T21:10:31.551Z[ host-image] Aug 12 21:10:30.959 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94142024-08-12T21:10:31.924Z[ host-image] Aug 12 21:10:31.331 INFO creating Oxide boot image...
94152024-08-12T21:10:31.924Z[ host-image] Aug 12 21:10:31.331 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci de786b1/b0de916 2024-08-12 20:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94162024-08-12T21:10:32.904Z[ host-image] Aug 12 21:10:32.312 INFO O| ok, image written!
94172024-08-12T21:10:32.904Z[ host-image] Aug 12 21:10:32.312 INFO O| ok, boot_image_csum file written!
94182024-08-12T21:10:32.908Z[ host-image] Aug 12 21:10:32.315 INFO creating boot archive (CPIO)...
94192024-08-12T21:10:32.908Z[ host-image] Aug 12 21:10:32.315 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
94202024-08-12T21:10:32.918Z[ host-image] Aug 12 21:10:32.325 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94212024-08-12T21:10:32.918Z[ host-image] Aug 12 21:10:32.325 INFO E| + outfile=/work/os-host/cpio
94222024-08-12T21:10:32.918Z[ host-image] Aug 12 21:10:32.325 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94232024-08-12T21:10:32.922Z[ host-image] Aug 12 21:10:32.328 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94242024-08-12T21:10:32.922Z[ host-image] Aug 12 21:10:32.328 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94252024-08-12T21:10:32.952Z[ host-image] Aug 12 21:10:32.360 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94262024-08-12T21:10:32.953Z[ host-image] Aug 12 21:10:32.360 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94272024-08-12T21:10:32.960Z[ host-image] Aug 12 21:10:32.368 INFO creating compressed cpio/unix for nanobl-rs...
94282024-08-12T21:10:32.960Z[ host-image] Aug 12 21:10:32.368 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
94292024-08-12T21:10:33.253Z[ host-image] Aug 12 21:10:32.661 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94302024-08-12T21:10:33.325Z[ recovery-image] Aug 12 21:10:32.733 INFO E| Finished `release` profile [optimized] target(s) in 42.31s
94312024-08-12T21:10:33.344Z[ recovery-image] Aug 12 21:10:32.752 INFO building host image...
94322024-08-12T21:10:33.347Z[ recovery-image] Aug 12 21:10:32.752 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")
94332024-08-12T21:10:33.787Z[ recovery-image] Aug 12 21:10:33.195 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94342024-08-12T21:10:35.169Z[ recovery-image] Aug 12 21:10:34.577 INFO image complete! materials are in "/work/os-recovery"
94352024-08-12T21:10:35.172Z[ recovery-image]
94362024-08-12T21:10:35.172Z[ recovery-image] real 7:14.986983937
94372024-08-12T21:10:35.175Z[ recovery-image] user 4:32.669098206
94382024-08-12T21:10:35.175Z[ recovery-image] sys 55.813011551
94392024-08-12T21:10:35.175Z[ recovery-image] trap 0.272056080
94402024-08-12T21:10:35.175Z[ recovery-image] tflt 0.384602261
94412024-08-12T21:10:35.175Z[ recovery-image] dflt 1.903059471
94422024-08-12T21:10:35.175Z[ recovery-image] kflt 0.000146208
94432024-08-12T21:10:35.175Z[ recovery-image] lock 10:11.242025725
94442024-08-12T21:10:35.175Z[ recovery-image] slp 43:57.537174014
94452024-08-12T21:10:35.175Z[ recovery-image] lat 1:21.432956548
94462024-08-12T21:10:35.175Z[ recovery-image] stop 4.789455601
94472024-08-12T21:10:35.175ZAug 12 21:10:34.581 INFO [recovery-image] process exited with exit status: 0 (435.002791878s)
94482024-08-12T21:10:37.584Z[ host-image] Aug 12 21:10:36.991 INFO creating reset image...
94492024-08-12T21:10:37.587Z[ host-image] Aug 12 21:10:36.991 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94502024-08-12T21:10:37.670Z[ host-image] Aug 12 21:10:37.077 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94512024-08-12T21:10:37.673Z[ host-image] Aug 12 21:10:37.078 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94522024-08-12T21:10:37.734Z[ host-image] Aug 12 21:10:37.141 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94532024-08-12T21:10:39.945Z[ host-image] Aug 12 21:10:39.352 INFO E| Finished `release` profile [optimized] target(s) in 2.26s
94542024-08-12T21:10:39.956Z[ host-image] Aug 12 21:10:39.363 INFO building host image...
94552024-08-12T21:10:39.959Z[ host-image] Aug 12 21:10:39.364 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")
94562024-08-12T21:10:40.425Z[ host-image] Aug 12 21:10:39.832 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94572024-08-12T21:11:26.782Z[ host-image] Aug 12 21:11:26.185 INFO image complete! materials are in "/work/os-host"
94582024-08-12T21:11:26.785Z[ host-image]
94592024-08-12T21:11:26.785Z[ host-image] real 8:20.177868982
94602024-08-12T21:11:26.785Z[ host-image] user 4:02.987305815
94612024-08-12T21:11:26.785Z[ host-image] sys 50.447467277
94622024-08-12T21:11:26.785Z[ host-image] trap 0.135135950
94632024-08-12T21:11:26.785Z[ host-image] tflt 0.006352421
94642024-08-12T21:11:26.785Z[ host-image] dflt 0.041871932
94652024-08-12T21:11:26.785Z[ host-image] kflt 0.000000000
94662024-08-12T21:11:26.785Z[ host-image] lock 9:23.099188704
94672024-08-12T21:11:26.788Z[ host-image] slp 45:11.168965740
94682024-08-12T21:11:26.788Z[ host-image] lat 58.086080271
94692024-08-12T21:11:26.788Z[ host-image] stop 0.934162761
94702024-08-12T21:11:26.788ZAug 12 21:11:26.189 INFO [host-image] process exited with exit status: 0 (500.190637791s)
94712024-08-12T21:11:26.788ZAug 12 21:11:26.189 INFO [tuf-repo] running task
94722024-08-12T21:11:33.549ZAug 12 21:11:32.952 INFO assembling repository in `/tmp/tufaceousQZKCgA`, component: OmicronRepoAssembler
94732024-08-12T21:11:38.031ZAug 12 21:11:37.434 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94742024-08-12T21:11:38.237ZAug 12 21:11:37.639 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94752024-08-12T21:11:49.422ZAug 12 21:11:48.824 INFO [tuf-repo] task succeeded (22.634525994s)
94762024-08-12T21:11:49.422ZAug 12 21:11:48.824 INFO all jobs completed in 1717.778405585s
94772024-08-12T21:11:49.934Zprocess exited: duration 2235867 ms, exit code 0
 
94782024-08-12T21:11:49.945Zfound 33 output files
94792024-08-12T21:11:49.945Zuploading: /work/manifest.toml (8404 bytes)
94802024-08-12T21:11:50.956Zuploaded: /work/manifest.toml
94812024-08-12T21:11:50.956Zuploading: /work/repo.zip (1761822552 bytes)
94822024-08-12T21:12:25.756Zuploaded: /work/repo.zip
94832024-08-12T21:12:25.757Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94842024-08-12T21:12:26.783Zuploaded: /work/repo.zip.sha256.txt
94852024-08-12T21:12:26.783Zuploading: /work/helios-setup.log (51621 bytes)
94862024-08-12T21:12:27.799Zuploaded: /work/helios-setup.log
94872024-08-12T21:12:27.799Zuploading: /work/host-image.log (194643 bytes)
94882024-08-12T21:12:28.822Zuploaded: /work/host-image.log
94892024-08-12T21:12:28.822Zuploading: /work/host-package.log (18005 bytes)
94902024-08-12T21:12:29.832Zuploaded: /work/host-package.log
94912024-08-12T21:12:29.832Zuploading: /work/host-target.log (101 bytes)
94922024-08-12T21:12:30.843Zuploaded: /work/host-target.log
94932024-08-12T21:12:30.843Zuploading: /work/omicron-package.log (4572 bytes)
94942024-08-12T21:12:31.853Zuploaded: /work/omicron-package.log
94952024-08-12T21:12:31.853Zuploading: /work/phbl-toolchain.log (881 bytes)
94962024-08-12T21:12:32.862Zuploaded: /work/phbl-toolchain.log
94972024-08-12T21:12:32.862Zuploading: /work/recovery-image.log (592110 bytes)
94982024-08-12T21:12:33.898Zuploaded: /work/recovery-image.log
94992024-08-12T21:12:33.898Zuploading: /work/recovery-package.log (282 bytes)
95002024-08-12T21:12:34.908Zuploaded: /work/recovery-package.log
95012024-08-12T21:12:34.908Zuploading: /work/recovery-target.log (98 bytes)
95022024-08-12T21:12:35.919Zuploaded: /work/recovery-target.log
95032024-08-12T21:12:35.919Zuploading: /work/stamp-clickhouse.log (117 bytes)
95042024-08-12T21:12:36.929Zuploaded: /work/stamp-clickhouse.log
95052024-08-12T21:12:36.929Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95062024-08-12T21:12:37.941Zuploaded: /work/stamp-clickhouse_keeper.log
95072024-08-12T21:12:37.941Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95082024-08-12T21:12:38.951Zuploaded: /work/stamp-cockroachdb.log
95092024-08-12T21:12:38.951Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95102024-08-12T21:12:39.962Zuploaded: /work/stamp-crucible-dtrace.log
95112024-08-12T21:12:39.962Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95122024-08-12T21:12:40.972Zuploaded: /work/stamp-crucible-pantry-zone.log
95132024-08-12T21:12:40.972Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95142024-08-12T21:12:41.981Zuploaded: /work/stamp-crucible-zone.log
95152024-08-12T21:12:41.981Zuploading: /work/stamp-external-dns.log (119 bytes)
95162024-08-12T21:12:42.992Zuploaded: /work/stamp-external-dns.log
95172024-08-12T21:12:42.993Zuploading: /work/stamp-installinator.log (103 bytes)
95182024-08-12T21:12:44.001Zuploaded: /work/stamp-installinator.log
95192024-08-12T21:12:44.001Zuploading: /work/stamp-internal-dns.log (119 bytes)
95202024-08-12T21:12:45.011Zuploaded: /work/stamp-internal-dns.log
95212024-08-12T21:12:45.011Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95222024-08-12T21:12:46.020Zuploaded: /work/stamp-mg-ddm-gz.log
95232024-08-12T21:12:46.020Zuploading: /work/stamp-nexus.log (112 bytes)
95242024-08-12T21:12:47.029Zuploaded: /work/stamp-nexus.log
95252024-08-12T21:12:47.030Zuploading: /work/stamp-ntp.log (110 bytes)
95262024-08-12T21:12:48.039Zuploaded: /work/stamp-ntp.log
95272024-08-12T21:12:48.039Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95282024-08-12T21:12:49.050Zuploaded: /work/stamp-omicron-sled-agent.log
95292024-08-12T21:12:49.050Zuploading: /work/stamp-overlay.log (114 bytes)
95302024-08-12T21:12:50.061Zuploaded: /work/stamp-overlay.log
95312024-08-12T21:12:50.061Zuploading: /work/stamp-oximeter.log (115 bytes)
95322024-08-12T21:12:51.071Zuploaded: /work/stamp-oximeter.log
95332024-08-12T21:12:51.071Zuploading: /work/stamp-oxlog.log (109 bytes)
95342024-08-12T21:12:52.080Zuploaded: /work/stamp-oxlog.log
95352024-08-12T21:12:52.080Zuploading: /work/stamp-probe.log (112 bytes)
95362024-08-12T21:12:53.089Zuploaded: /work/stamp-probe.log
95372024-08-12T21:12:53.089Zuploading: /work/stamp-propolis-server.log (122 bytes)
95382024-08-12T21:12:54.099Zuploaded: /work/stamp-propolis-server.log
95392024-08-12T21:12:54.099Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95402024-08-12T21:12:55.108Zuploaded: /work/stamp-pumpkind-gz.log
95412024-08-12T21:12:55.108Zuploading: /work/stamp-switch-asic.log (118 bytes)
95422024-08-12T21:12:56.141Zuploaded: /work/stamp-switch-asic.log
95432024-08-12T21:12:56.141Zuploading: /work/verify-libraries.log (1883 bytes)
95442024-08-12T21:12:57.151Zuploaded: /work/verify-libraries.log