01J5XH03GJZZNYX9RFHPTG640J: 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: 01J5XH0JAVJX2PVVZP728VA8AG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-22T17:12:28.428Zjob assigned to worker 01J5XH578Q7B21AEB9Q339JVK7 (queued for 3 m 17 s)
 
22024-08-22T17:12:36.128Zstarting task 0: "setup"
32024-08-22T17:12:36.135Z++ uname -s
42024-08-22T17:12:36.138Z+ kern=SunOS
52024-08-22T17:12:36.138Z+ case "$kern" in
62024-08-22T17:12:36.138Z+ groupadd -g 12345 build
72024-08-22T17:12:36.141Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-22T17:12:38.150Z+ zfs create -o mountpoint=/work rpool/work
92024-08-22T17:12:38.272Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-22T17:12:38.275Z+ home_fs=zfs
112024-08-22T17:12:38.275Z+ [[ zfs == autofs ]]
122024-08-22T17:12:38.275Z+ mkdir -p /home/build
132024-08-22T17:12:38.277Z+ chown build:build /home/build /work
142024-08-22T17:12:40.279Z+ chmod 0700 /home/build /work
152024-08-22T17:12:40.282Zprocess exited: duration 4154 ms, exit code 0
 
162024-08-22T17:12:40.286Zstarting task 1: "rust-toolchain"
172024-08-22T17:12:40.292Z+ printf ' * toolchain channel = "%s"
182024-08-22T17:12:40.292Z' 1.80.1
192024-08-22T17:12:40.292Z+ printf ' * toolchain profile = "%s"
202024-08-22T17:12:40.292Z' default
212024-08-22T17:12:40.292Z * toolchain channel = "1.80.1"
222024-08-22T17:12:40.292Z * toolchain profile = "default"
232024-08-22T17:12:40.295Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-22T17:12:40.295Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-22T17:12:40.417Zinfo: downloading installer
262024-08-22T17:12:41.871Zinfo: profile set to 'default'
272024-08-22T17:12:41.871Zinfo: default host triple is x86_64-unknown-illumos
282024-08-22T17:12:41.874Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-22T17:12:42.022Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-22T17:12:42.022Zinfo: downloading component 'cargo'
312024-08-22T17:12:42.903Zinfo: downloading component 'clippy'
322024-08-22T17:12:43.200Zinfo: downloading component 'rust-docs'
332024-08-22T17:12:44.367Zinfo: downloading component 'rust-std'
342024-08-22T17:12:46.054Zinfo: downloading component 'rustc'
352024-08-22T17:12:50.713Zinfo: downloading component 'rustfmt'
362024-08-22T17:12:50.958Zinfo: installing component 'cargo'
372024-08-22T17:12:51.838Zinfo: installing component 'clippy'
382024-08-22T17:12:52.218Zinfo: installing component 'rust-docs'
392024-08-22T17:12:53.883Zinfo: installing component 'rust-std'
402024-08-22T17:12:55.535Zinfo: installing component 'rustc'
412024-08-22T17:12:59.824Zinfo: installing component 'rustfmt'
422024-08-22T17:13:00.170Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-22T17:13:00.170Z
442024-08-22T17:13:00.429Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-22T17:13:00.429Z
462024-08-22T17:13:00.431Z
472024-08-22T17:13:00.431ZRust is installed now. Great!
482024-08-22T17:13:00.431Z
492024-08-22T17:13:00.431ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-22T17:13:00.431Zenvironment variable. This has not been done automatically.
512024-08-22T17:13:00.431Z
522024-08-22T17:13:00.431ZTo configure your current shell, you need to source
532024-08-22T17:13:00.431Zthe corresponding env file under $HOME/.cargo.
542024-08-22T17:13:00.431Z
552024-08-22T17:13:00.431ZThis is usually done by running one of the following (note the leading DOT):
562024-08-22T17:13:00.431Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-22T17:13:00.431Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-22T17:13:00.486Z+ rustc --version
592024-08-22T17:13:00.551Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-22T17:13:00.554Zprocess exited: duration 20264 ms, exit code 0
 
612024-08-22T17:13:00.559Zstarting task 2: "authentication"
622024-08-22T17:13:00.580Zprocess exited: duration 20 ms, exit code 0
 
632024-08-22T17:13:00.586Zstarting task 3: "clone repository"
642024-08-22T17:13:00.591Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-22T17:13:00.593Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-22T17:13:00.895ZCloning into '/work/oxidecomputer/omicron'...
672024-08-22T17:13:07.101Z+ cd /work/oxidecomputer/omicron
682024-08-22T17:13:07.101Z+ git fetch origin 8293be55df8c9f7ff35940c7fe50403deda25da1
692024-08-22T17:13:07.381ZFrom https://github.com/oxidecomputer/omicron
702024-08-22T17:13:07.381Z * branch 8293be55df8c9f7ff35940c7fe50403deda25da1 -> FETCH_HEAD
712024-08-22T17:13:07.392Z+ [[ -n integrate-qorb ]]
722024-08-22T17:13:07.395Z++ git branch --show-current
732024-08-22T17:13:07.398Z+ current=main
742024-08-22T17:13:07.398Z+ [[ main != integrate-qorb ]]
752024-08-22T17:13:07.398Z+ git branch -f integrate-qorb 8293be55df8c9f7ff35940c7fe50403deda25da1
762024-08-22T17:13:07.401Z+ git checkout -f integrate-qorb
772024-08-22T17:13:07.553ZSwitched to branch 'integrate-qorb'
782024-08-22T17:13:07.556Z+ git reset --hard 8293be55df8c9f7ff35940c7fe50403deda25da1
792024-08-22T17:13:07.576ZHEAD is now at 8293be55d more merging
802024-08-22T17:13:07.578Zprocess exited: duration 6989 ms, exit code 0
 
812024-08-22T17:13:07.583Zstarting task 4: "build"
822024-08-22T17:13:07.589Z+ cargo --version
832024-08-22T17:13:07.644Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-22T17:13:07.647Z+ rustc --version
852024-08-22T17:13:07.706Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-22T17:13:07.709Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-22T17:13:14.228Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-22T17:13:16.865Z Startup: Caching catalogs ... Done
892024-08-22T17:13:18.614ZPlanning: Solver setup ... Done (1.066s)
902024-08-22T17:13:18.630ZPlanning: Running solver ... Done (0.018s)
912024-08-22T17:13:18.670ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-22T17:13:18.684ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-22T17:13:18.828ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-22T17:13:18.990ZPlanning: Package planning ... Done (0.163s)
952024-08-22T17:13:19.041ZPlanning: Merging actions ... Done (0.050s)
962024-08-22T17:13:20.629ZPlanning: Checking for conflicting actions ... Done (1.588s)
972024-08-22T17:13:20.641ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-22T17:13:29.367ZPlanning: Evaluating mediators ... Done (8.724s)
992024-08-22T17:13:29.376ZPlanning: Planning completed in 12.44 seconds
1002024-08-22T17:13:31.514Z Packages to install: 4
1012024-08-22T17:13:31.515Z Mediators to change: 2
1022024-08-22T17:13:31.515Z Services to change: 1
1032024-08-22T17:13:31.517Z Estimated space available: 155.72 GB
1042024-08-22T17:13:31.517ZEstimated space to be consumed: 1.48 GB
1052024-08-22T17:13:31.517Z Create boot environment: No
1062024-08-22T17:13:31.517ZCreate backup boot environment: No
1072024-08-22T17:13:31.517Z Rebuild boot archive: No
1082024-08-22T17:13:31.517Z
1092024-08-22T17:13:31.517ZChanged mediators:
1102024-08-22T17:13:31.517Z mediator clang:
1112024-08-22T17:13:31.517Z version: None -> 15 (system default)
1122024-08-22T17:13:31.517Z
1132024-08-22T17:13:31.517Z mediator llvm:
1142024-08-22T17:13:31.518Z version: 14 (system default) -> 15 (system default)
1152024-08-22T17:13:31.518Z
1162024-08-22T17:13:31.518ZChanged packages:
1172024-08-22T17:13:31.518Zhelios-dev
1182024-08-22T17:13:31.518Z developer/build-essential
1192024-08-22T17:13:31.518Z None -> 11-2.0
1202024-08-22T17:13:31.518Z library/libxmlsec1
1212024-08-22T17:13:31.518Z None -> 1.2.35-2.0
1222024-08-22T17:13:31.518Z ooce/developer/clang-15
1232024-08-22T17:13:31.518Z None -> 15.0.7-2.0
1242024-08-22T17:13:31.518Z ooce/developer/llvm-15
1252024-08-22T17:13:31.518Z None -> 15.0.7-2.0
1262024-08-22T17:13:31.518Z
1272024-08-22T17:13:31.518ZServices:
1282024-08-22T17:13:31.518Z restart_fmri:
1292024-08-22T17:13:31.518Z svc:/system/update-man-index:default
1302024-08-22T17:13:31.969Z
1312024-08-22T17:13:31.969ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-22T17:13:36.976ZDownload: 654/3290 items 18.0/212.6MB 8% complete (3.8M/s)
1332024-08-22T17:13:41.977ZDownload: 1189/3290 items 62.2/212.6MB 29% complete (6.2M/s)
1342024-08-22T17:13:46.978ZDownload: 2094/3290 items 118.8/212.6MB 55% complete (10.1M/s)
1352024-08-22T17:13:52.057ZDownload: 3281/3290 items 209.0/212.6MB 98% complete (16.0M/s)
1362024-08-22T17:13:52.214ZDownload: Completed 212.60 MB in 20.24 seconds (10.5M/s)
1372024-08-22T17:13:53.491Z Actions: 1/3689 actions (Installing new actions)
1382024-08-22T17:13:58.552Z Actions: 3548/3689 actions (Installing new actions)
1392024-08-22T17:13:59.564Z Actions: Completed 3689 actions in 6.04 seconds.
1402024-08-22T17:13:59.818Z Done (0.284s)
1412024-08-22T17:13:59.818Z Done (0.000s)
1422024-08-22T17:14:00.195Z Done (0.377s)
1432024-08-22T17:14:08.049Z Done (7.676s)
1442024-08-22T17:14:08.541Z Done (0.419s)
1452024-08-22T17:14:08.543Z Done (0.000s)
1462024-08-22T17:14:08.712Z Done (0.000s)
1472024-08-22T17:14:09.341ZPlanning: Evaluating mediator changes ... Done
1482024-08-22T17:14:09.509ZPlanning: Checking for conflicting actions ... Done
1492024-08-22T17:14:09.512ZPlanning: Consolidating action changes ... Done
1502024-08-22T17:14:09.790ZPlanning: Evaluating mediators ... Done
1512024-08-22T17:14:09.793ZPlanning: Planning completed in 0.45 seconds
1522024-08-22T17:14:09.824Z Mediators to change: 2
1532024-08-22T17:14:09.824Z Create boot environment: No
1542024-08-22T17:14:09.826ZCreate backup boot environment: No
1552024-08-22T17:14:09.901Z Done
1562024-08-22T17:14:09.901Z Done
1572024-08-22T17:14:10.141Z Done
1582024-08-22T17:14:14.047Z Done
1592024-08-22T17:14:14.132Z Done
1602024-08-22T17:14:14.135Z Done
1612024-08-22T17:14:14.249Z Done
1622024-08-22T17:14:14.891ZPlanning: Evaluating mediator changes ... Done
1632024-08-22T17:14:14.893ZPlanning: Merging actions ... Done
1642024-08-22T17:14:15.086ZPlanning: Checking for conflicting actions ... Done
1652024-08-22T17:14:15.089ZPlanning: Consolidating action changes ... Done
1662024-08-22T17:14:15.360ZPlanning: Evaluating mediators ... Done
1672024-08-22T17:14:15.418ZPlanning: Planning completed in 0.78 seconds
1682024-08-22T17:14:15.453Z Packages to change: 1
1692024-08-22T17:14:15.453Z Mediators to change: 1
1702024-08-22T17:14:15.453Z Services to change: 1
1712024-08-22T17:14:15.456Z Create boot environment: No
1722024-08-22T17:14:15.456ZCreate backup boot environment: Yes
1732024-08-22T17:14:17.562Z Actions: 1/6 actions (Updating modified actions)
1742024-08-22T17:14:17.565Z Actions: Completed 6 actions in 0.00 seconds.
1752024-08-22T17:14:17.565Z Done
1762024-08-22T17:14:17.565Z Done
1772024-08-22T17:14:17.642Z Done
1782024-08-22T17:14:21.482Z Done
1792024-08-22T17:14:21.571Z Done
1802024-08-22T17:14:21.574Z Done
1812024-08-22T17:14:21.692Z Done
1822024-08-22T17:14:22.154ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-08-22T17:14:22.154Zclang system 15 system
1842024-08-22T17:14:22.154Zcsh system system illumos
1852024-08-22T17:14:22.154Zctags system system illumos
1862024-08-22T17:14:22.154Zgcc vendor 12 vendor
1872024-08-22T17:14:22.154Zgcc system 10 system
1882024-08-22T17:14:22.154Zgcc system 7 system
1892024-08-22T17:14:22.154Zgo system 1.20 system
1902024-08-22T17:14:22.154Zgo system 1.19 system
1912024-08-22T17:14:22.154Zllvm system 15 system
1922024-08-22T17:14:22.154Zllvm system 14 system
1932024-08-22T17:14:22.154Zmariadb system 10.6 system
1942024-08-22T17:14:22.154Zmta vendor vendor dma
1952024-08-22T17:14:22.154Zopenjdk system 17 system
1962024-08-22T17:14:22.154Zopenjdk system 11 system
1972024-08-22T17:14:22.154Zopenjdk system 1.8 system
1982024-08-22T17:14:22.154Zopenssl vendor 3 vendor
1992024-08-22T17:14:22.154Zperl system 5.36 system
2002024-08-22T17:14:22.154Zpostgresql system 15 system
2012024-08-22T17:14:22.154Zpostgresql system 13 system
2022024-08-22T17:14:22.154Zpython vendor 3 vendor
2032024-08-22T17:14:22.154Zpython system 2 system
2042024-08-22T17:14:22.154Zpython3 system 3.11 system
2052024-08-22T17:14:22.154Zruby system 3.0 system
2062024-08-22T17:14:22.154Zwords vendor vendor american-english
2072024-08-22T17:14:22.154Zwords system system australian-english
2082024-08-22T17:14:22.154Zwords system system british-english
2092024-08-22T17:14:22.154Zwords system system canadian-english
2102024-08-22T17:14:22.154Zwords system system french
2112024-08-22T17:14:22.154Zwords system system italian
2122024-08-22T17:14:22.154Zwords system system ngerman
2132024-08-22T17:14:22.154Zwords system system ogerman
2142024-08-22T17:14:22.154Zwords system system spanish
2152024-08-22T17:14:22.500ZPUBLISHER TYPE STATUS P LOCATION
2162024-08-22T17:14:22.500Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-08-22T17:14:24.270ZFMRI IFO
2182024-08-22T17:14:24.270Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-08-22T17:14:24.270Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-08-22T17:14:24.270Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-08-22T17:14:24.270Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-08-22T17:14:24.270Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-08-22T17:14:24.270Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-08-22T17:14:24.270Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-08-22T17:14:24.270Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-08-22T17:14:24.270Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-08-22T17:14:24.270Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-08-22T17:14:24.270Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-08-22T17:14:24.270Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-08-22T17:14:24.905Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2312024-08-22T17:14:25.185Z Updating git repository `https://github.com/oxidecomputer/zone`
2322024-08-22T17:14:25.684Z Updating crates.io index
2332024-08-22T17:14:25.687Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2342024-08-22T17:14:26.474Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352024-08-22T17:14:27.292Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2362024-08-22T17:14:27.578Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2372024-08-22T17:14:29.211Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2382024-08-22T17:14:29.469Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392024-08-22T17:14:29.711Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402024-08-22T17:14:30.785Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412024-08-22T17:14:32.699Z Updating git repository `https://github.com/oxidecomputer/opte`
2422024-08-22T17:14:33.594Z Updating git repository `https://github.com/oxidecomputer/falcon`
2432024-08-22T17:14:34.273Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442024-08-22T17:14:34.569Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452024-08-22T17:14:35.084Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2462024-08-22T17:14:35.374Z Updating git repository `https://github.com/oxidecomputer/qorb`
2472024-08-22T17:14:35.799Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482024-08-22T17:14:36.100Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2492024-08-22T17:14:36.386Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2502024-08-22T17:14:36.666Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2512024-08-22T17:14:36.949Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522024-08-22T17:14:37.269Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2532024-08-22T17:14:37.550Z Updating git repository `https://github.com/oxidecomputer/ispf`
2542024-08-22T17:14:37.914Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2552024-08-22T17:14:38.127Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562024-08-22T17:14:38.543Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2572024-08-22T17:14:38.855Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2582024-08-22T17:14:39.261Z Updating git repository `https://github.com/oxidecomputer/typify`
2592024-08-22T17:14:41.555Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602024-08-22T17:14:41.854Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612024-08-22T17:14:42.120Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622024-08-22T17:14:42.452Z Updating git repository `https://github.com/oxidecomputer/rfb`
2632024-08-22T17:14:43.739Z Downloading crates ...
2642024-08-22T17:14:43.797Z Downloaded anstream v0.6.14
2652024-08-22T17:14:43.801Z Downloaded crypto-common v0.1.6
2662024-08-22T17:14:43.804Z Downloaded clap v4.5.16
2672024-08-22T17:14:43.814Z Downloaded pretty-hex v0.4.1
2682024-08-22T17:14:43.817Z Downloaded equivalent v1.0.1
2692024-08-22T17:14:43.824Z Downloaded swrite v0.1.0
2702024-08-22T17:14:43.828Z Downloaded bytecount v0.6.8
2712024-08-22T17:14:43.831Z Downloaded dof v0.3.0
2722024-08-22T17:14:43.831Z Downloaded fnv v1.0.7
2732024-08-22T17:14:43.836Z Downloaded heck v0.4.1
2742024-08-22T17:14:43.839Z Downloaded anstyle-parse v0.2.4
2752024-08-22T17:14:43.841Z Downloaded proc-macro-error-attr v1.0.4
2762024-08-22T17:14:43.841Z Downloaded clap_derive v4.5.13
2772024-08-22T17:14:43.844Z Downloaded thiserror v1.0.63
2782024-08-22T17:14:43.849Z Downloaded itoa v1.0.11
2792024-08-22T17:14:43.851Z Downloaded usdt v0.5.0
2802024-08-22T17:14:43.854Z Downloaded toml_datetime v0.6.8
2812024-08-22T17:14:43.854Z Downloaded tabled_derive v0.7.0
2822024-08-22T17:14:43.854Z Downloaded scroll v0.12.0
2832024-08-22T17:14:43.857Z Downloaded colorchoice v1.0.1
2842024-08-22T17:14:43.857Z Downloaded thread-id v4.2.1
2852024-08-22T17:14:43.860Z Downloaded serde_spanned v0.6.7
2862024-08-22T17:14:43.860Z Downloaded generic-array v0.14.7
2872024-08-22T17:14:43.863Z Downloaded semver v1.0.23
2882024-08-22T17:14:43.863Z Downloaded once_cell v1.19.0
2892024-08-22T17:14:43.866Z Downloaded cargo_metadata v0.18.1
2902024-08-22T17:14:43.868Z Downloaded usdt-impl v0.5.0
2912024-08-22T17:14:43.878Z Downloaded dtrace-parser v0.2.0
2922024-08-22T17:14:43.882Z Downloaded is_terminal_polyfill v1.70.0
2932024-08-22T17:14:43.882Z Downloaded utf8parse v0.2.1
2942024-08-22T17:14:43.882Z Downloaded sha2 v0.10.8
2952024-08-22T17:14:43.885Z Downloaded pest_derive v2.7.10
2962024-08-22T17:14:43.888Z Downloaded unicode-ident v1.0.12
2972024-08-22T17:14:43.891Z Downloaded anyhow v1.0.86
2982024-08-22T17:14:43.895Z Downloaded scroll_derive v0.12.0
2992024-08-22T17:14:43.895Z Downloaded usdt-attr-macro v0.5.0
3002024-08-22T17:14:43.897Z Downloaded camino v1.1.9
3012024-08-22T17:14:43.897Z Downloaded usdt-macro v0.5.0
3022024-08-22T17:14:43.898Z Downloaded log v0.4.21
3032024-08-22T17:14:43.900Z Downloaded typenum v1.17.0
3042024-08-22T17:14:43.902Z Downloaded serde_derive v1.0.208
3052024-08-22T17:14:43.905Z Downloaded papergrid v0.11.0
3062024-08-22T17:14:43.910Z Downloaded fs-err v2.11.0
3072024-08-22T17:14:43.912Z Downloaded heck v0.5.0
3082024-08-22T17:14:43.916Z Downloaded cpufeatures v0.2.12
3092024-08-22T17:14:43.916Z Downloaded cargo-platform v0.1.8
3102024-08-22T17:14:43.919Z Downloaded anstyle-query v1.0.3
3112024-08-22T17:14:43.919Z Downloaded plain v0.2.3
3122024-08-22T17:14:43.919Z Downloaded memmap v0.7.0
3132024-08-22T17:14:43.922Z Downloaded clap_lex v0.7.0
3142024-08-22T17:14:43.922Z Downloaded pest_meta v2.7.10
3152024-08-22T17:14:43.924Z Downloaded errno v0.3.9
3162024-08-22T17:14:43.927Z Downloaded version_check v0.9.5
3172024-08-22T17:14:43.927Z Downloaded pest_generator v2.7.10
3182024-08-22T17:14:43.927Z Downloaded strsim v0.11.1
3192024-08-22T17:14:43.930Z Downloaded thiserror-impl v1.0.63
3202024-08-22T17:14:43.930Z Downloaded terminal_size v0.3.0
3212024-08-22T17:14:43.932Z Downloaded macaddr v1.0.1
3222024-08-22T17:14:43.932Z Downloaded autocfg v1.3.0
3232024-08-22T17:14:43.934Z Downloaded serde_tokenstream v0.2.2
3242024-08-22T17:14:43.936Z Downloaded toml v0.8.19
3252024-08-22T17:14:43.938Z Downloaded cargo_toml v0.20.4
3262024-08-22T17:14:43.941Z Downloaded cfg-if v1.0.0
3272024-08-22T17:14:43.941Z Downloaded quote v1.0.36
3282024-08-22T17:14:43.943Z Downloaded byteorder v1.5.0
3292024-08-22T17:14:43.945Z Downloaded zerocopy-derive v0.7.34
3302024-08-22T17:14:43.948Z Downloaded anstyle v1.0.8
3312024-08-22T17:14:43.951Z Downloaded proc-macro-error v1.0.4
3322024-08-22T17:14:43.953Z Downloaded digest v0.10.7
3332024-08-22T17:14:43.956Z Downloaded block-buffer v0.10.4
3342024-08-22T17:14:43.956Z Downloaded indexmap v2.4.0
3352024-08-22T17:14:43.958Z Downloaded ryu v1.0.18
3362024-08-22T17:14:43.961Z Downloaded proc-macro2 v1.0.86
3372024-08-22T17:14:43.964Z Downloaded ucd-trie v0.1.6
3382024-08-22T17:14:43.966Z Downloaded bitflags v2.6.0
3392024-08-22T17:14:43.974Z Downloaded memchr v2.7.2
3402024-08-22T17:14:44.000Z Downloaded zerocopy v0.7.34
3412024-08-22T17:14:44.016Z Downloaded winnow v0.6.18
3422024-08-22T17:14:44.024Z Downloaded toml_edit v0.22.20
3432024-08-22T17:14:44.046Z Downloaded goblin v0.8.2
3442024-08-22T17:14:44.052Z Downloaded serde_json v1.0.125
3452024-08-22T17:14:44.058Z Downloaded pest v2.7.10
3462024-08-22T17:14:44.063Z Downloaded hashbrown v0.14.5
3472024-08-22T17:14:44.068Z Downloaded tabled v0.15.0
3482024-08-22T17:14:44.085Z Downloaded syn v2.0.74
3492024-08-22T17:14:44.095Z Downloaded syn v1.0.109
3502024-08-22T17:14:44.104Z Downloaded rustix v0.38.34
3512024-08-22T17:14:44.128Z Downloaded clap_builder v4.5.15
3522024-08-22T17:14:44.134Z Downloaded unicode-width v0.1.13
3532024-08-22T17:14:44.142Z Downloaded serde v1.0.208
3542024-08-22T17:14:44.145Z Downloaded libc v0.2.156
3552024-08-22T17:14:44.447Z Compiling proc-macro2 v1.0.86
3562024-08-22T17:14:44.447Z Compiling unicode-ident v1.0.12
3572024-08-22T17:14:44.450Z Compiling version_check v0.9.5
3582024-08-22T17:14:44.450Z Compiling serde v1.0.208
3592024-08-22T17:14:44.450Z Compiling memchr v2.7.2
3602024-08-22T17:14:44.450Z Compiling thiserror v1.0.63
3612024-08-22T17:14:44.450Z Compiling libc v0.2.156
3622024-08-22T17:14:44.450Z Compiling ucd-trie v0.1.6
3632024-08-22T17:14:44.710Z Compiling ryu v1.0.18
3642024-08-22T17:14:45.077Z Compiling itoa v1.0.11
3652024-08-22T17:14:45.127Z Compiling once_cell v1.19.0
3662024-08-22T17:14:45.282Z Compiling byteorder v1.5.0
3672024-08-22T17:14:45.629Z Compiling serde_json v1.0.125
3682024-08-22T17:14:46.893Z Compiling proc-macro-error-attr v1.0.4
3692024-08-22T17:14:46.893Z Compiling usdt-impl v0.5.0
3702024-08-22T17:14:46.896Z Compiling syn v1.0.109
3712024-08-22T17:14:46.896Z Compiling rustix v0.38.34
3722024-08-22T17:14:46.975Z Compiling proc-macro-error v1.0.4
3732024-08-22T17:14:47.271Z Compiling plain v0.2.3
3742024-08-22T17:14:47.303Z Compiling bitflags v2.6.0
3752024-08-22T17:14:47.375Z Compiling log v0.4.21
3762024-08-22T17:14:47.418Z Compiling equivalent v1.0.1
3772024-08-22T17:14:47.533Z Compiling hashbrown v0.14.5
3782024-08-22T17:14:47.625Z Compiling utf8parse v0.2.1
3792024-08-22T17:14:47.744Z Compiling thread-id v4.2.1
3802024-08-22T17:14:47.789Z Compiling quote v1.0.36
3812024-08-22T17:14:47.836Z Compiling anstyle-parse v0.2.4
3822024-08-22T17:14:47.863Z Compiling anstyle v1.0.8
3832024-08-22T17:14:47.911Z Compiling camino v1.1.9
3842024-08-22T17:14:48.192Z Compiling syn v2.0.74
3852024-08-22T17:14:48.217Z Compiling errno v0.3.9
3862024-08-22T17:14:48.471Z Compiling is_terminal_polyfill v1.70.0
3872024-08-22T17:14:48.501Z Compiling colorchoice v1.0.1
3882024-08-22T17:14:48.576Z Compiling pretty-hex v0.4.1
3892024-08-22T17:14:48.602Z Compiling semver v1.0.23
3902024-08-22T17:14:48.651Z Compiling autocfg v1.3.0
3912024-08-22T17:14:48.816Z Compiling indexmap v2.4.0
3922024-08-22T17:14:48.899Z Compiling winnow v0.6.18
3932024-08-22T17:14:49.149Z Compiling anstyle-query v1.0.3
3942024-08-22T17:14:49.297Z Compiling anstream v0.6.14
3952024-08-22T17:14:49.623Z Compiling fs-err v2.11.0
3962024-08-22T17:14:49.907Z Compiling terminal_size v0.3.0
3972024-08-22T17:14:50.121Z Compiling clap_lex v0.7.0
3982024-08-22T17:14:50.147Z Compiling heck v0.4.1
3992024-08-22T17:14:50.175Z Compiling fnv v1.0.7
4002024-08-22T17:14:50.203Z Compiling strsim v0.11.1
4012024-08-22T17:14:50.226Z Compiling anyhow v1.0.86
4022024-08-22T17:14:50.298Z Compiling bytecount v0.6.8
4032024-08-22T17:14:50.522Z Compiling heck v0.5.0
4042024-08-22T17:14:50.636Z Compiling unicode-width v0.1.13
4052024-08-22T17:14:50.639Z Compiling clap_builder v4.5.15
4062024-08-22T17:14:50.878Z Compiling papergrid v0.11.0
4072024-08-22T17:14:51.072Z Compiling memmap v0.7.0
4082024-08-22T17:14:51.870Z Compiling swrite v0.1.0
4092024-08-22T17:14:53.469Z Compiling tabled_derive v0.7.0
4102024-08-22T17:14:55.095Z Compiling tabled v0.15.0
4112024-08-22T17:14:56.912Z Compiling serde_derive v1.0.208
4122024-08-22T17:14:56.912Z Compiling thiserror-impl v1.0.63
4132024-08-22T17:14:56.914Z Compiling zerocopy-derive v0.7.34
4142024-08-22T17:14:56.914Z Compiling scroll_derive v0.12.0
4152024-08-22T17:14:56.914Z Compiling clap_derive v4.5.13
4162024-08-22T17:14:58.196Z Compiling scroll v0.12.0
4172024-08-22T17:14:58.691Z Compiling zerocopy v0.7.34
4182024-08-22T17:14:58.714Z Compiling goblin v0.8.2
4192024-08-22T17:14:59.643Z Compiling pest v2.7.10
4202024-08-22T17:15:00.893Z Compiling clap v4.5.16
4212024-08-22T17:15:01.904Z Compiling pest_meta v2.7.10
4222024-08-22T17:15:02.723Z Compiling pest_generator v2.7.10
4232024-08-22T17:15:04.622Z Compiling pest_derive v2.7.10
4242024-08-22T17:15:05.434Z Compiling dtrace-parser v0.2.0
4252024-08-22T17:15:07.181Z Compiling serde_tokenstream v0.2.2
4262024-08-22T17:15:07.239Z Compiling serde_spanned v0.6.7
4272024-08-22T17:15:07.242Z Compiling toml_datetime v0.6.8
4282024-08-22T17:15:07.492Z Compiling cargo-platform v0.1.8
4292024-08-22T17:15:07.605Z Compiling toml_edit v0.22.20
4302024-08-22T17:15:07.822Z Compiling macaddr v1.0.1
4312024-08-22T17:15:08.640Z Compiling dof v0.3.0
4322024-08-22T17:15:08.720Z Compiling cargo_metadata v0.18.1
4332024-08-22T17:15:10.379Z Compiling usdt-attr-macro v0.5.0
4342024-08-22T17:15:10.379Z Compiling usdt-macro v0.5.0
4352024-08-22T17:15:10.509Z Compiling toml v0.8.19
4362024-08-22T17:15:11.419Z Compiling cargo_toml v0.20.4
4372024-08-22T17:15:11.744Z Compiling usdt v0.5.0
4382024-08-22T17:15:15.250Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4392024-08-22T17:15:19.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.55s
4402024-08-22T17:15:19.480Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4412024-08-22T17:15:20.064Z Downloading crates ...
4422024-08-22T17:15:20.241Z Downloaded iana-time-zone v0.1.60
4432024-08-22T17:15:20.244Z Downloaded httpdate v1.0.3
4442024-08-22T17:15:20.247Z Downloaded defmt v0.3.8
4452024-08-22T17:15:20.252Z Downloaded hubpack_derive v0.1.1
4462024-08-22T17:15:20.256Z Downloaded newtype_derive v0.1.6
4472024-08-22T17:15:20.256Z Downloaded is_ci v1.2.0
4482024-08-22T17:15:20.256Z Downloaded nodrop v0.1.14
4492024-08-22T17:15:20.260Z Downloaded atty v0.2.14
4502024-08-22T17:15:20.260Z Downloaded newline-converter v0.3.0
4512024-08-22T17:15:20.262Z Downloaded normalize-line-endings v0.3.0
4522024-08-22T17:15:20.265Z Downloaded num_threads v0.1.7
4532024-08-22T17:15:20.267Z Downloaded instant v0.1.12
4542024-08-22T17:15:20.269Z Downloaded num v0.4.3
4552024-08-22T17:15:20.272Z Downloaded maybe-uninit v2.0.0
4562024-08-22T17:15:20.272Z Downloaded linked-hash-map v0.5.6
4572024-08-22T17:15:20.274Z Downloaded crunchy v0.2.2
4582024-08-22T17:15:20.274Z Downloaded libsw v3.3.1
4592024-08-22T17:15:20.277Z Downloaded cstr-argument v0.1.2
4602024-08-22T17:15:20.279Z Downloaded lru-cache v0.1.2
4612024-08-22T17:15:20.279Z Downloaded lazycell v1.3.0
4622024-08-22T17:15:20.281Z Downloaded kstat-rs v0.2.4
4632024-08-22T17:15:20.284Z Downloaded mockall v0.13.0
4642024-08-22T17:15:20.286Z Downloaded ipnetwork v0.20.0
4652024-08-22T17:15:20.286Z Downloaded ciborium-ll v0.2.2
4662024-08-22T17:15:20.288Z Downloaded num-complex v0.4.6
4672024-08-22T17:15:20.290Z Downloaded num_enum v0.5.11
4682024-08-22T17:15:20.296Z Downloaded mime v0.3.17
4692024-08-22T17:15:20.298Z Downloaded multimap v0.10.0
4702024-08-22T17:15:20.301Z Downloaded num-rational v0.4.2
4712024-08-22T17:15:20.303Z Downloaded crc32fast v1.4.0
4722024-08-22T17:15:20.305Z Downloaded crossbeam-deque v0.8.5
4732024-08-22T17:15:20.308Z Downloaded native-tls v0.2.11
4742024-08-22T17:15:20.310Z Downloaded colored v2.1.0
4752024-08-22T17:15:20.313Z Downloaded ident_case v1.0.1
4762024-08-22T17:15:20.315Z Downloaded mockall_derive v0.13.0
4772024-08-22T17:15:20.317Z Downloaded ascii v1.1.0
4782024-08-22T17:15:20.320Z Downloaded curve25519-dalek-derive v0.1.1
4792024-08-22T17:15:20.323Z Downloaded omicron-zone-package v0.11.0
4802024-08-22T17:15:20.325Z Downloaded csv-core v0.1.11
4812024-08-22T17:15:20.327Z Downloaded rusty-fork v0.3.0
4822024-08-22T17:15:20.330Z Downloaded memmap2 v0.9.4
4832024-08-22T17:15:20.332Z Downloaded cookie v0.17.0
4842024-08-22T17:15:20.335Z Downloaded num-conv v0.1.0
4852024-08-22T17:15:20.338Z Downloaded new_debug_unreachable v1.0.6
4862024-08-22T17:15:20.338Z Downloaded bitstruct_derive v0.1.0
4872024-08-22T17:15:20.340Z Downloaded atomicwrites v0.4.3
4882024-08-22T17:15:20.340Z Downloaded number_prefix v0.4.0
4892024-08-22T17:15:20.343Z Downloaded match_cfg v0.1.0
4902024-08-22T17:15:20.343Z Downloaded console v0.15.8
4912024-08-22T17:15:20.346Z Downloaded clang-sys v1.7.0
4922024-08-22T17:15:20.349Z Downloaded opaque-debug v0.3.1
4932024-08-22T17:15:20.351Z Downloaded darling_macro v0.20.9
4942024-08-22T17:15:20.353Z Downloaded serde_repr v0.1.19
4952024-08-22T17:15:20.356Z Downloaded num-iter v0.1.45
4962024-08-22T17:15:20.356Z Downloaded ciborium v0.2.2
4972024-08-22T17:15:20.359Z Downloaded crucible-workspace-hack v0.1.0
4982024-08-22T17:15:20.361Z Downloaded toolchain_find v0.4.0
4992024-08-22T17:15:20.363Z Downloaded keccak v0.1.5
5002024-08-22T17:15:20.363Z Downloaded smawk v0.3.2
5012024-08-22T17:15:20.366Z Downloaded cookie_store v0.20.0
5022024-08-22T17:15:20.368Z Downloaded crc-any v2.5.0
5032024-08-22T17:15:20.370Z Downloaded ascii-canvas v3.0.0
5042024-08-22T17:15:20.373Z Downloaded newtype-uuid v1.1.0
5052024-08-22T17:15:20.375Z Downloaded want v0.3.1
5062024-08-22T17:15:20.375Z Downloaded nanorand v0.7.0
5072024-08-22T17:15:20.384Z Downloaded md-5 v0.10.6
5082024-08-22T17:15:20.384Z Downloaded async-stream v0.3.5
5092024-08-22T17:15:20.384Z Downloaded lazy_static v1.5.0
5102024-08-22T17:15:20.388Z Downloaded nibble_vec v0.1.0
5112024-08-22T17:15:20.388Z Downloaded strip-ansi-escapes v0.2.0
5122024-08-22T17:15:20.388Z Downloaded num_cpus v1.16.0
5132024-08-22T17:15:20.391Z Downloaded sqlparser_derive v0.2.2
5142024-08-22T17:15:20.394Z Downloaded structmeta v0.2.0
5152024-08-22T17:15:20.394Z Downloaded convert_case v0.4.0
5162024-08-22T17:15:20.396Z Downloaded chacha20 v0.9.1
5172024-08-22T17:15:20.398Z Downloaded hyper-rustls v0.24.2
5182024-08-22T17:15:20.401Z Downloaded debug-ignore v1.0.5
5192024-08-22T17:15:20.403Z Downloaded foreign-types-macros v0.2.3
5202024-08-22T17:15:20.405Z Downloaded foreign-types v0.3.2
5212024-08-22T17:15:20.405Z Downloaded darling_core v0.20.9
5222024-08-22T17:15:20.411Z Downloaded allocator-api2 v0.2.18
5232024-08-22T17:15:20.415Z Downloaded tokio-macros v2.3.0
5242024-08-22T17:15:20.417Z Downloaded parse-size v1.0.0
5252024-08-22T17:15:20.420Z Downloaded salsa20 v0.10.2
5262024-08-22T17:15:20.422Z Downloaded const_format v0.2.32
5272024-08-22T17:15:20.426Z Downloaded fastrand v2.1.0
5282024-08-22T17:15:20.428Z Downloaded portpicker v0.1.1
5292024-08-22T17:15:20.430Z Downloaded sigpipe v0.1.3
5302024-08-22T17:15:20.430Z Downloaded snafu-derive v0.8.2
5312024-08-22T17:15:20.433Z Downloaded libloading v0.8.3
5322024-08-22T17:15:20.436Z Downloaded foreign-types v0.5.0
5332024-08-22T17:15:20.438Z Downloaded tempfile v3.10.1
5342024-08-22T17:15:20.441Z Downloaded zone v0.1.8
5352024-08-22T17:15:20.443Z Downloaded strum v0.26.3
5362024-08-22T17:15:20.446Z Downloaded darling v0.20.9
5372024-08-22T17:15:20.449Z Downloaded indexmap v1.9.3
5382024-08-22T17:15:20.453Z Downloaded futures-sink v0.3.30
5392024-08-22T17:15:20.457Z Downloaded minimal-lexical v0.2.1
5402024-08-22T17:15:20.460Z Downloaded hex v0.4.3
5412024-08-22T17:15:20.463Z Downloaded tinyvec_macros v0.1.1
5422024-08-22T17:15:20.465Z Downloaded packed_struct v0.10.1
5432024-08-22T17:15:20.467Z Downloaded hostname v0.4.0
5442024-08-22T17:15:20.470Z Downloaded zone_cfg_derive v0.1.2
5452024-08-22T17:15:20.470Z Downloaded paste v1.0.15
5462024-08-22T17:15:20.473Z Downloaded hostname v0.3.1
5472024-08-22T17:15:20.476Z Downloaded psl-types v2.0.11
5482024-08-22T17:15:20.478Z Downloaded slab v0.4.9
5492024-08-22T17:15:20.481Z Downloaded siphasher v0.3.11
5502024-08-22T17:15:20.481Z Downloaded env_logger v0.10.2
5512024-08-22T17:15:20.484Z Downloaded cookie v0.18.1
5522024-08-22T17:15:20.488Z Downloaded secrecy v0.8.0
5532024-08-22T17:15:20.490Z Downloaded slog-bunyan v2.5.0
5542024-08-22T17:15:20.492Z Downloaded http-range v0.1.5
5552024-08-22T17:15:20.495Z Downloaded headers-core v0.2.0
5562024-08-22T17:15:20.495Z Downloaded miniz_oxide v0.7.2
5572024-08-22T17:15:20.497Z Downloaded supports-color v3.0.0
5582024-08-22T17:15:20.500Z Downloaded tar v0.4.41
5592024-08-22T17:15:20.502Z Downloaded mio v0.8.11
5602024-08-22T17:15:20.509Z Downloaded termcolor v1.4.1
5612024-08-22T17:15:20.511Z Downloaded unarray v0.1.4
5622024-08-22T17:15:20.513Z Downloaded serde_arrays v0.1.0
5632024-08-22T17:15:20.516Z Downloaded rpassword v7.3.1
5642024-08-22T17:15:20.516Z Downloaded tls_codec v0.4.1
5652024-08-22T17:15:20.519Z Downloaded downcast v0.11.0
5662024-08-22T17:15:20.522Z Downloaded either v1.13.0
5672024-08-22T17:15:20.524Z Downloaded unicode-truncate v1.0.0
5682024-08-22T17:15:20.526Z Downloaded funty v2.0.0
5692024-08-22T17:15:20.526Z Downloaded sct v0.7.1
5702024-08-22T17:15:20.530Z Downloaded rustc-demangle v0.1.24
5712024-08-22T17:15:20.532Z Downloaded crossbeam-epoch v0.9.18
5722024-08-22T17:15:20.536Z Downloaded slog-dtrace v0.3.0
5732024-08-22T17:15:20.538Z Downloaded whoami v1.5.1
5742024-08-22T17:15:20.541Z Downloaded derive_more v0.99.18
5752024-08-22T17:15:20.556Z Downloaded untrusted v0.7.1
5762024-08-22T17:15:20.558Z Downloaded pbkdf2 v0.12.2
5772024-08-22T17:15:20.561Z Downloaded path-slash v0.1.5
5782024-08-22T17:15:20.561Z Downloaded foreign-types-shared v0.3.1
5792024-08-22T17:15:20.564Z Downloaded foreign-types-shared v0.1.1
5802024-08-22T17:15:20.564Z Downloaded float-ord v0.3.2
5812024-08-22T17:15:20.567Z Downloaded serde_plain v1.0.2
5822024-08-22T17:15:20.567Z Downloaded rustc_version v0.1.7
5832024-08-22T17:15:20.570Z Downloaded phf v0.11.2
5842024-08-22T17:15:20.570Z Downloaded defmt-parser v0.3.4
5852024-08-22T17:15:20.570Z Downloaded parking_lot_core v0.9.10
5862024-08-22T17:15:20.572Z Downloaded utf-8 v0.7.6
5872024-08-22T17:15:20.575Z Downloaded untrusted v0.9.0
5882024-08-22T17:15:20.578Z Downloaded structmeta-derive v0.3.0
5892024-08-22T17:15:20.581Z Downloaded string_cache v0.8.7
5902024-08-22T17:15:20.581Z Downloaded dropshot_endpoint v0.10.1
5912024-08-22T17:15:20.581Z Downloaded uzers v0.11.3
5922024-08-22T17:15:20.583Z Downloaded serde_path_to_error v0.1.16
5932024-08-22T17:15:20.586Z Downloaded crypto-bigint v0.5.5
5942024-08-22T17:15:20.593Z Downloaded compact_str v0.8.0
5952024-08-22T17:15:20.598Z Downloaded slog v2.7.0
5962024-08-22T17:15:20.601Z Downloaded fxhash v0.2.1
5972024-08-22T17:15:20.603Z Downloaded futures-io v0.3.30
5982024-08-22T17:15:20.606Z Downloaded oso-derive v0.27.3
5992024-08-22T17:15:20.606Z Downloaded crossterm v0.28.1
6002024-08-22T17:15:20.613Z Downloaded futures-task v0.3.30
6012024-08-22T17:15:20.615Z Downloaded ref-cast v1.0.23
6022024-08-22T17:15:20.618Z Downloaded postgres-types v0.2.7
6032024-08-22T17:15:20.621Z Downloaded try-lock v0.2.5
6042024-08-22T17:15:20.623Z Downloaded spki v0.7.3
6052024-08-22T17:15:20.626Z Downloaded time-macros v0.2.18
6062024-08-22T17:15:20.628Z Downloaded display-error-chain v0.2.0
6072024-08-22T17:15:20.630Z Downloaded scrypt v0.11.0
6082024-08-22T17:15:20.633Z Downloaded same-file v1.0.6
6092024-08-22T17:15:20.633Z Downloaded spin v0.5.2
6102024-08-22T17:15:20.635Z Downloaded semver v0.1.20
6112024-08-22T17:15:20.637Z Downloaded unicode-linebreak v0.1.5
6122024-08-22T17:15:20.637Z Downloaded rayon-core v1.12.1
6132024-08-22T17:15:20.642Z Downloaded smf v0.2.3
6142024-08-22T17:15:20.644Z Downloaded embedded-io v0.4.0
6152024-08-22T17:15:20.646Z Downloaded ref-cast-impl v1.0.23
6162024-08-22T17:15:20.649Z Downloaded rand_xorshift v0.3.0
6172024-08-22T17:15:20.649Z Downloaded ena v0.14.3
6182024-08-22T17:15:20.651Z Downloaded deranged v0.3.11
6192024-08-22T17:15:20.654Z Downloaded tokio-stream v0.1.15
6202024-08-22T17:15:20.658Z Downloaded futures-core v0.3.30
6212024-08-22T17:15:20.660Z Downloaded termtree v0.4.1
6222024-08-22T17:15:20.662Z Downloaded take_mut v0.2.2
6232024-08-22T17:15:20.663Z Downloaded phf_shared v0.11.2
6242024-08-22T17:15:20.665Z Downloaded endian-type v0.1.2
6252024-08-22T17:15:20.665Z Downloaded slog-envlogger v2.2.0
6262024-08-22T17:15:20.668Z Downloaded rustversion v1.0.17
6272024-08-22T17:15:20.672Z Downloaded diesel_table_macro_syntax v0.2.0
6282024-08-22T17:15:20.675Z Downloaded peg v0.8.4
6292024-08-22T17:15:20.678Z Downloaded packed_struct_codegen v0.10.1
6302024-08-22T17:15:20.678Z Downloaded hash32 v0.3.1
6312024-08-22T17:15:20.680Z Downloaded gethostname v0.5.0
6322024-08-22T17:15:20.682Z Downloaded rcgen v0.12.1
6332024-08-22T17:15:20.685Z Downloaded dirs-sys-next v0.1.2
6342024-08-22T17:15:20.687Z Downloaded phf_shared v0.10.0
6352024-08-22T17:15:20.687Z Downloaded smallvec v0.6.14
6362024-08-22T17:15:20.689Z Downloaded fatfs v0.3.6
6372024-08-22T17:15:20.692Z Downloaded glob v0.3.1
6382024-08-22T17:15:20.694Z Downloaded tokio-tungstenite v0.21.0
6392024-08-22T17:15:20.697Z Downloaded slog-json v2.6.1
6402024-08-22T17:15:20.699Z Downloaded signal-hook-tokio v0.3.1
6412024-08-22T17:15:20.702Z Downloaded r2d2 v0.8.10
6422024-08-22T17:15:20.704Z Downloaded vergen v8.3.2
6432024-08-22T17:15:20.707Z Downloaded proc-macro-crate v1.3.1
6442024-08-22T17:15:20.709Z Downloaded elliptic-curve v0.13.8
6452024-08-22T17:15:20.712Z Downloaded globset v0.4.14
6462024-08-22T17:15:20.714Z Downloaded rand_core v0.6.4
6472024-08-22T17:15:20.717Z Downloaded rand_chacha v0.3.1
6482024-08-22T17:15:20.717Z Downloaded peg-runtime v0.8.3
6492024-08-22T17:15:20.720Z Downloaded tap v1.0.1
6502024-08-22T17:15:20.720Z Downloaded socket2 v0.5.7
6512024-08-22T17:15:20.723Z Downloaded itertools v0.10.5
6522024-08-22T17:15:20.730Z Downloaded dirs-next v2.0.0
6532024-08-22T17:15:20.732Z Downloaded enum-as-inner v0.6.0
6542024-08-22T17:15:20.734Z Downloaded termios v0.3.3
6552024-08-22T17:15:20.736Z Downloaded snafu v0.8.2
6562024-08-22T17:15:20.742Z Downloaded tokio-tungstenite v0.20.1
6572024-08-22T17:15:20.745Z Downloaded sqlformat v0.2.4
6582024-08-22T17:15:20.747Z Downloaded signature v2.2.0
6592024-08-22T17:15:20.750Z Downloaded signal-hook-registry v1.4.2
6602024-08-22T17:15:20.752Z Downloaded signal-hook-mio v0.2.4
6612024-08-22T17:15:20.752Z Downloaded fallible-iterator v0.3.0
6622024-08-22T17:15:20.755Z Downloaded waitgroup v0.1.2
6632024-08-22T17:15:20.755Z Downloaded vte_generate_state_changes v0.1.1
6642024-08-22T17:15:20.757Z Downloaded blake3 v1.5.1
6652024-08-22T17:15:20.765Z Downloaded postcard v1.0.8
6662024-08-22T17:15:20.768Z Downloaded powerfmt v0.2.0
6672024-08-22T17:15:20.771Z Downloaded rustls-pemfile v1.0.4
6682024-08-22T17:15:20.773Z Downloaded pin-utils v0.1.0
6692024-08-22T17:15:20.775Z Downloaded openssl-macros v0.1.1
6702024-08-22T17:15:20.775Z Downloaded thread_local v1.1.8
6712024-08-22T17:15:20.778Z Downloaded thiserror-impl-no-std v2.0.2
6722024-08-22T17:15:20.778Z Downloaded subtle v2.5.0
6732024-08-22T17:15:20.780Z Downloaded shlex v1.3.0
6742024-08-22T17:15:20.783Z Downloaded tracing-core v0.1.32
6752024-08-22T17:15:20.785Z Downloaded rustfmt-wrapper v0.2.1
6762024-08-22T17:15:20.787Z Downloaded pin-project-internal v1.1.5
6772024-08-22T17:15:20.790Z Downloaded precomputed-hash v0.1.1
6782024-08-22T17:15:20.790Z Downloaded schemars v0.8.21
6792024-08-22T17:15:20.802Z Downloaded tokio-postgres v0.7.11
6802024-08-22T17:15:20.807Z Downloaded serde-big-array v0.5.1
6812024-08-22T17:15:20.809Z Downloaded smallvec v1.13.2
6822024-08-22T17:15:20.812Z Downloaded rustls-pki-types v1.7.0
6832024-08-22T17:15:20.815Z Downloaded getrandom v0.2.14
6842024-08-22T17:15:20.817Z Downloaded getopts v0.2.21
6852024-08-22T17:15:20.820Z Downloaded sha1 v0.10.6
6862024-08-22T17:15:20.822Z Downloaded rand_seeder v0.3.0
6872024-08-22T17:15:20.822Z Downloaded tokio-tungstenite v0.23.1
6882024-08-22T17:15:20.825Z Downloaded predicates-tree v1.0.9
6892024-08-22T17:15:20.828Z Downloaded filetime v0.2.24
6902024-08-22T17:15:20.828Z Downloaded xattr v1.3.1
6912024-08-22T17:15:20.830Z Downloaded float-cmp v0.9.0
6922024-08-22T17:15:20.833Z Downloaded diff v0.1.13
6932024-08-22T17:15:20.835Z Downloaded steno v0.4.1
6942024-08-22T17:15:20.839Z Downloaded strum_macros v0.26.4
6952024-08-22T17:15:20.842Z Downloaded flagset v0.4.5
6962024-08-22T17:15:20.844Z Downloaded ppv-lite86 v0.2.17
6972024-08-22T17:15:20.846Z Downloaded http-body v0.4.6
6982024-08-22T17:15:20.849Z Downloaded wyz v0.5.1
6992024-08-22T17:15:20.849Z Downloaded unicase v2.7.0
7002024-08-22T17:15:20.851Z Downloaded strum_macros v0.24.3
7012024-08-22T17:15:20.854Z Downloaded prettyplease v0.2.20
7022024-08-22T17:15:20.857Z Downloaded strum_macros v0.25.3
7032024-08-22T17:15:20.860Z Downloaded env_logger v0.9.3
7042024-08-22T17:15:20.862Z Downloaded highway v1.2.0
7052024-08-22T17:15:20.864Z Downloaded toml v0.7.8
7062024-08-22T17:15:20.867Z Downloaded pkcs1 v0.7.5
7072024-08-22T17:15:20.869Z Downloaded tungstenite v0.23.0
7082024-08-22T17:15:20.874Z Downloaded itertools v0.13.0
7092024-08-22T17:15:20.882Z Downloaded portable-atomic v1.6.0
7102024-08-22T17:15:20.889Z Downloaded erased-serde v0.3.31
7112024-08-22T17:15:20.891Z Downloaded walkdir v2.5.0
7122024-08-22T17:15:20.894Z Downloaded pin-project-lite v0.2.14
7132024-08-22T17:15:20.899Z Downloaded textwrap v0.16.1
7142024-08-22T17:15:20.903Z Downloaded ron v0.7.1
7152024-08-22T17:15:20.908Z Downloaded rand v0.8.5
7162024-08-22T17:15:20.913Z Downloaded subprocess v0.2.9
7172024-08-22T17:15:20.915Z Downloaded vsss-rs v3.3.4
7182024-08-22T17:15:20.918Z Downloaded tungstenite v0.21.0
7192024-08-22T17:15:20.923Z Downloaded serde_yaml v0.9.34+deprecated
7202024-08-22T17:15:20.927Z Downloaded rusqlite v0.31.0
7212024-08-22T17:15:20.935Z Downloaded bitvec v1.0.1
7222024-08-22T17:15:20.952Z Downloaded aho-corasick v1.1.3
7232024-08-22T17:15:20.958Z Downloaded expectorate v1.1.0
7242024-08-22T17:15:20.961Z Downloaded typed-path v0.7.1
7252024-08-22T17:15:20.967Z Downloaded hickory-resolver v0.24.1
7262024-08-22T17:15:20.972Z Downloaded hickory-server v0.24.1
7272024-08-22T17:15:20.978Z Downloaded idna v0.3.0
7282024-08-22T17:15:20.985Z Downloaded unicode-normalization v0.1.23
7292024-08-22T17:15:20.989Z Downloaded der v0.7.9
7302024-08-22T17:15:20.995Z Downloaded http v1.1.0
7312024-08-22T17:15:20.999Z Downloaded toml_edit v0.19.15
7322024-08-22T17:15:21.018Z Downloaded chrono v0.4.38
7332024-08-22T17:15:21.026Z Downloaded x509-cert v0.2.5
7342024-08-22T17:15:21.033Z Downloaded lalrpop v0.19.12
7352024-08-22T17:15:21.044Z Downloaded flate2 v1.0.31
7362024-08-22T17:15:21.050Z Downloaded hashbrown v0.13.2
7372024-08-22T17:15:21.055Z Downloaded futures-util v0.3.30
7382024-08-22T17:15:21.070Z Downloaded rustls-webpki v0.102.4
7392024-08-22T17:15:21.090Z Downloaded proptest v1.5.0
7402024-08-22T17:15:21.100Z Downloaded rustls-webpki v0.101.7
7412024-08-22T17:15:21.116Z Downloaded hkdf v0.12.4
7422024-08-22T17:15:21.119Z Downloaded h2 v0.3.26
7432024-08-22T17:15:21.126Z Downloaded sqlparser v0.45.0
7442024-08-22T17:15:21.133Z Downloaded dropshot v0.10.1
7452024-08-22T17:15:21.144Z Downloaded smoltcp v0.9.1
7462024-08-22T17:15:21.157Z Downloaded vcpkg v0.2.15
7472024-08-22T17:15:21.198Z Downloaded nix v0.28.0
7482024-08-22T17:15:21.211Z Downloaded regex-syntax v0.6.29
7492024-08-22T17:15:21.219Z Downloaded diesel v2.2.2
7502024-08-22T17:15:21.240Z Downloaded radix_trie v0.2.1
7512024-08-22T17:15:21.245Z Downloaded regress v0.9.1
7522024-08-22T17:15:21.255Z Downloaded smoltcp v0.11.0
7532024-08-22T17:15:21.268Z Downloaded rustls v0.21.12
7542024-08-22T17:15:21.281Z Downloaded hickory-proto v0.24.1
7552024-08-22T17:15:21.297Z Downloaded rustls v0.22.4
7562024-08-22T17:15:21.312Z Downloaded gimli v0.28.1
7572024-08-22T17:15:21.320Z Downloaded bzip2-sys v0.1.11+1.0.8
7582024-08-22T17:15:21.333Z Downloaded regex-syntax v0.8.4
7592024-08-22T17:15:21.342Z Downloaded sled v0.34.7
7602024-08-22T17:15:21.354Z Downloaded regex-automata v0.4.6
7612024-08-22T17:15:21.374Z Downloaded petgraph v0.6.5
7622024-08-22T17:15:21.394Z Downloaded ratatui v0.28.0
7632024-08-22T17:15:21.417Z Downloaded csv v1.3.0
7642024-08-22T17:15:21.438Z Downloaded zerocopy-derive v0.6.6
7652024-08-22T17:15:21.448Z Downloaded finl_unicode v1.2.0
7662024-08-22T17:15:21.463Z Downloaded sha3 v0.10.8
7672024-08-22T17:15:21.468Z Downloaded tokio v1.38.1
7682024-08-22T17:15:21.508Z Downloaded openapiv3 v2.0.0
7692024-08-22T17:15:21.522Z Downloaded bstr v1.9.1
7702024-08-22T17:15:21.535Z Downloaded openssl v0.10.66
7712024-08-22T17:15:21.546Z Downloaded polar-core v0.27.3
7722024-08-22T17:15:21.555Z Downloaded tokio-util v0.7.11
7732024-08-22T17:15:21.562Z Downloaded rayon v1.10.0
7742024-08-22T17:15:21.572Z Downloaded webpki-roots v0.25.4
7752024-08-22T17:15:21.576Z Downloaded idna v0.5.0
7762024-08-22T17:15:21.584Z Downloaded curve25519-dalek v4.1.3
7772024-08-22T17:15:21.593Z Downloaded regex v1.10.6
7782024-08-22T17:15:21.609Z Downloaded object v0.32.2
7792024-08-22T17:15:21.620Z Downloaded nix v0.27.1
7802024-08-22T17:15:21.633Z Downloaded idna v0.4.0
7812024-08-22T17:15:21.644Z Downloaded object v0.30.4
7822024-08-22T17:15:21.656Z Downloaded quick-xml v0.31.0
7832024-08-22T17:15:21.670Z Downloaded time v0.3.36
7842024-08-22T17:15:21.680Z Downloaded serde_with v3.9.0
7852024-08-22T17:15:21.693Z Downloaded git2 v0.19.0
7862024-08-22T17:15:21.709Z Downloaded bindgen v0.69.4
7872024-08-22T17:15:21.719Z Downloaded reedline v0.33.0
7882024-08-22T17:15:21.727Z Downloaded encoding_rs v0.8.34
7892024-08-22T17:15:21.750Z Downloaded ring v0.16.20
7902024-08-22T17:15:21.836Z Downloaded reqwest v0.11.27
7912024-08-22T17:15:21.845Z Downloaded winnow v0.5.40
7922024-08-22T17:15:21.854Z Downloaded hashbrown v0.12.3
7932024-08-22T17:15:21.859Z Downloaded test-strategy v0.3.1
7942024-08-22T17:15:21.863Z Downloaded hashlink v0.9.1
7952024-08-22T17:15:21.865Z Downloaded fallible-iterator v0.2.0
7962024-08-22T17:15:21.867Z Downloaded zeroize v1.7.0
7972024-08-22T17:15:21.870Z Downloaded rustls-pemfile v2.1.3
7982024-08-22T17:15:21.870Z Downloaded rsa v0.9.6
7992024-08-22T17:15:21.875Z Downloaded resolv-conf v0.7.0
8002024-08-22T17:15:21.878Z Downloaded libgit2-sys v0.17.0+1.8.1
8012024-08-22T17:15:21.937Z Downloaded derive-where v1.2.7
8022024-08-22T17:15:21.940Z Downloaded samael v0.0.15
8032024-08-22T17:15:21.945Z Downloaded zerocopy v0.6.6
8042024-08-22T17:15:21.947Z Downloaded home v0.5.9
8052024-08-22T17:15:21.950Z Downloaded wait-timeout v0.2.0
8062024-08-22T17:15:21.950Z Downloaded rustc_version v0.4.0
8072024-08-22T17:15:21.952Z Downloaded heck v0.3.3
8082024-08-22T17:15:21.952Z Downloaded yasna v0.5.2
8092024-08-22T17:15:21.954Z Downloaded stable_deref_trait v1.2.0
8102024-08-22T17:15:21.956Z Downloaded openssl-sys v0.9.103
8112024-08-22T17:15:21.959Z Downloaded unsafe-libyaml v0.2.11
8122024-08-22T17:15:21.962Z Downloaded unicode-bidi v0.3.15
8132024-08-22T17:15:21.964Z Downloaded url v2.5.2
8142024-08-22T17:15:21.967Z Downloaded unicode_categories v0.1.1
8152024-08-22T17:15:21.970Z Downloaded libxml v0.3.3
8162024-08-22T17:15:21.975Z Downloaded aes v0.8.4
8172024-08-22T17:15:21.979Z Downloaded serde_with_macros v3.9.0
8182024-08-22T17:15:21.982Z Downloaded rustyline v14.0.0
8192024-08-22T17:15:21.987Z Downloaded heapless v0.8.0
8202024-08-22T17:15:21.991Z Downloaded tough v0.17.1
8212024-08-22T17:15:21.999Z Downloaded pretty-hex v0.2.1
8222024-08-22T17:15:22.002Z Downloaded spin v0.9.8
8232024-08-22T17:15:22.004Z Downloaded tabwriter v1.4.0
8242024-08-22T17:15:22.004Z Downloaded oso v0.27.3
8252024-08-22T17:15:22.007Z Downloaded num-bigint-dig v0.8.4
8262024-08-22T17:15:22.012Z Downloaded nom v7.1.3
8272024-08-22T17:15:22.018Z Downloaded unicode-segmentation v1.11.0
8282024-08-22T17:15:22.021Z Downloaded hmac v0.12.1
8292024-08-22T17:15:22.023Z Downloaded fd-lock v4.0.2
8302024-08-22T17:15:22.026Z Downloaded flume v0.11.0
8312024-08-22T17:15:22.029Z Downloaded heapless v0.7.17
8322024-08-22T17:15:22.033Z Downloaded crossterm v0.27.0
8332024-08-22T17:15:22.040Z Downloaded slog-term v2.9.1
8342024-08-22T17:15:22.042Z Downloaded peg-macros v0.8.4
8352024-08-22T17:15:22.045Z Downloaded parking_lot v0.11.2
8362024-08-22T17:15:22.048Z Downloaded difflib v0.4.0
8372024-08-22T17:15:22.048Z Downloaded http v0.2.12
8382024-08-22T17:15:22.051Z Downloaded slog-stdlog v4.1.1
8392024-08-22T17:15:22.053Z Downloaded ron v0.8.1
8402024-08-22T17:15:22.057Z Downloaded percent-encoding v2.3.1
8412024-08-22T17:15:22.060Z Downloaded pem-rfc7468 v0.7.0
8422024-08-22T17:15:22.060Z Downloaded pem v3.0.4
8432024-08-22T17:15:22.063Z Downloaded owo-colors v4.0.0
8442024-08-22T17:15:22.065Z Downloaded pin-project v1.1.5
8452024-08-22T17:15:22.075Z Downloaded futures v0.3.30
8462024-08-22T17:15:22.080Z Downloaded publicsuffix v2.2.3
8472024-08-22T17:15:22.083Z Downloaded der_derive v0.7.2
8482024-08-22T17:15:22.094Z Downloaded scopeguard v1.2.0
8492024-08-22T17:15:22.094Z Downloaded tungstenite v0.20.1
8502024-08-22T17:15:22.094Z Downloaded crossbeam-channel v0.5.12
8512024-08-22T17:15:22.097Z Downloaded twox-hash v1.6.3
8522024-08-22T17:15:22.097Z Downloaded tui-tree-widget v0.22.0
8532024-08-22T17:15:22.097Z Downloaded tracing-attributes v0.1.27
8542024-08-22T17:15:22.099Z Downloaded pkcs5 v0.7.1
8552024-08-22T17:15:22.103Z Downloaded mio v1.0.2
8562024-08-22T17:15:22.109Z Downloaded sync_wrapper v0.1.2
8572024-08-22T17:15:22.111Z Downloaded group v0.13.0
8582024-08-22T17:15:22.111Z Downloaded futures-channel v0.3.30
8592024-08-22T17:15:22.113Z Downloaded parking_lot v0.12.2
8602024-08-22T17:15:22.116Z Downloaded radium v0.7.0
8612024-08-22T17:15:22.118Z Downloaded tokio-rustls v0.25.0
8622024-08-22T17:15:22.120Z Downloaded tokio-rustls v0.24.1
8632024-08-22T17:15:22.123Z Downloaded static_assertions v1.1.0
8642024-08-22T17:15:22.123Z Downloaded serde_derive_internals v0.29.1
8652024-08-22T17:15:22.125Z Downloaded postgres-protocol v0.6.7
8662024-08-22T17:15:22.128Z Downloaded predicates-core v1.0.6
8672024-08-22T17:15:22.128Z Downloaded predicates v3.1.2
8682024-08-22T17:15:22.130Z Downloaded futures-executor v0.3.30
8692024-08-22T17:15:22.133Z Downloaded ff v0.13.0
8702024-08-22T17:15:22.135Z Downloaded headers v0.3.9
8712024-08-22T17:15:22.140Z Downloaded openssl-probe v0.1.5
8722024-08-22T17:15:22.143Z Downloaded pkcs8 v0.10.2
8732024-08-22T17:15:22.145Z Downloaded parking_lot_core v0.8.6
8742024-08-22T17:15:22.148Z Downloaded tinyvec v1.6.0
8752024-08-22T17:15:22.151Z Downloaded diesel_derives v2.2.2
8762024-08-22T17:15:22.154Z Downloaded tracing v0.1.40
8772024-08-22T17:15:22.159Z Downloaded base64 v0.22.1
8782024-08-22T17:15:22.163Z Downloaded schemars_derive v0.8.21
8792024-08-22T17:15:22.165Z Downloaded base64 v0.13.1
8802024-08-22T17:15:22.170Z Downloaded zip v0.6.6
8812024-08-22T17:15:22.174Z Downloaded pkg-config v0.3.30
8822024-08-22T17:15:22.176Z Downloaded tls_codec_derive v0.4.1
8832024-08-22T17:15:22.179Z Downloaded term v0.7.0
8842024-08-22T17:15:22.182Z Downloaded itertools v0.12.1
8852024-08-22T17:15:22.188Z Downloaded hash32 v0.2.1
8862024-08-22T17:15:22.191Z Downloaded half v2.4.1
8872024-08-22T17:15:22.193Z Downloaded password-hash v0.5.0
8882024-08-22T17:15:22.196Z Downloaded fragile v2.0.0
8892024-08-22T17:15:22.198Z Downloaded form_urlencoded v1.2.1
8902024-08-22T17:15:22.198Z Downloaded fixedbitset v0.4.2
8912024-08-22T17:15:22.201Z Downloaded dyn-clone v1.0.17
8922024-08-22T17:15:22.203Z Downloaded dsl_auto_type v0.1.2
8932024-08-22T17:15:22.203Z Downloaded defmt-macros v0.3.9
8942024-08-22T17:15:22.205Z Downloaded zeroize_derive v1.4.2
8952024-08-22T17:15:22.208Z Downloaded unicode-xid v0.2.4
8962024-08-22T17:15:22.208Z Downloaded blake2 v0.10.6
8972024-08-22T17:15:22.211Z Downloaded arc-swap v1.7.1
8982024-08-22T17:15:22.215Z Downloaded time-core v0.1.2
8992024-08-22T17:15:22.217Z Downloaded structmeta-derive v0.2.0
9002024-08-22T17:15:22.217Z Downloaded poly1305 v0.8.0
9012024-08-22T17:15:22.220Z Downloaded hickory-client v0.24.1
9022024-08-22T17:15:22.223Z Downloaded derive_builder_core v0.20.0
9032024-08-22T17:15:22.225Z Downloaded vte v0.11.1
9042024-08-22T17:15:22.227Z Downloaded uuid v1.10.0
9052024-08-22T17:15:22.230Z Downloaded socket2 v0.4.10
9062024-08-22T17:15:22.232Z Downloaded libm v0.2.8
9072024-08-22T17:15:22.242Z Downloaded cc v1.0.97
9082024-08-22T17:15:22.245Z Downloaded derive_builder v0.20.0
9092024-08-22T17:15:22.249Z Downloaded sec1 v0.7.3
9102024-08-22T17:15:22.251Z Downloaded rustc-hash v1.1.0
9112024-08-22T17:15:22.254Z Downloaded num-integer v0.1.46
9122024-08-22T17:15:22.254Z Downloaded const-oid v0.9.6
9132024-08-22T17:15:22.256Z Downloaded shell-words v1.1.0
9142024-08-22T17:15:22.258Z Downloaded scheduled-thread-pool v0.2.7
9152024-08-22T17:15:22.258Z Downloaded rtoolbox v0.0.2
9162024-08-22T17:15:22.260Z Downloaded quick-error v1.2.3
9172024-08-22T17:15:22.263Z Downloaded parse-display-derive v0.10.0
9182024-08-22T17:15:22.263Z Downloaded parse-display v0.10.0
9192024-08-22T17:15:22.266Z Downloaded num-traits v0.2.19
9202024-08-22T17:15:22.268Z Downloaded multer v3.1.0
9212024-08-22T17:15:22.271Z Downloaded slog-scope v4.4.0
9222024-08-22T17:15:22.271Z Downloaded libz-sys v1.1.16
9232024-08-22T17:15:22.339Z Downloaded slog-async v2.8.0
9242024-08-22T17:15:22.342Z Downloaded addr2line v0.21.0
9252024-08-22T17:15:22.344Z Downloaded hyper v0.14.30
9262024-08-22T17:15:22.351Z Downloaded futures-macro v0.3.30
9272024-08-22T17:15:22.353Z Downloaded fallible-streaming-iterator v0.1.9
9282024-08-22T17:15:22.354Z Downloaded derive_builder_macro v0.20.0
9292024-08-22T17:15:22.356Z Downloaded similar v2.6.0
9302024-08-22T17:15:22.359Z Downloaded signal-hook v0.3.17
9312024-08-22T17:15:22.363Z Downloaded olpc-cjson v0.1.3
9322024-08-22T17:15:22.365Z Downloaded chacha20poly1305 v0.10.1
9332024-08-22T17:15:22.365Z Downloaded bytes v1.7.1
9342024-08-22T17:15:22.369Z Downloaded base64ct v1.6.0
9352024-08-22T17:15:22.372Z Downloaded ring v0.17.8
9362024-08-22T17:15:22.444Z Downloaded bzip2 v0.4.4
9372024-08-22T17:15:22.447Z Downloaded universal-hash v0.5.1
9382024-08-22T17:15:22.447Z Downloaded tower-service v0.3.2
9392024-08-22T17:15:22.449Z Downloaded topological-sort v0.2.2
9402024-08-22T17:15:22.449Z Downloaded tiny-keccak v2.0.2
9412024-08-22T17:15:22.452Z Downloaded structmeta v0.3.0
9422024-08-22T17:15:22.455Z Downloaded nu-ansi-term v0.50.0
9432024-08-22T17:15:22.458Z Downloaded num_enum_derive v0.5.11
9442024-08-22T17:15:22.458Z Downloaded mime_guess v2.0.4
9452024-08-22T17:15:22.461Z Downloaded jobserver v0.1.32
9462024-08-22T17:15:22.461Z Downloaded const_format_proc_macros v0.2.32
9472024-08-22T17:15:22.465Z Downloaded camino-tempfile v1.1.1
9482024-08-22T17:15:22.465Z Downloaded crc v3.2.1
9492024-08-22T17:15:22.470Z Downloaded bitflags v1.3.2
9502024-08-22T17:15:22.475Z Downloaded backoff v0.4.0
9512024-08-22T17:15:22.475Z Downloaded async-bb8-diesel v0.2.1
9522024-08-22T17:15:22.477Z Downloaded libsqlite3-sys v0.28.0
9532024-08-22T17:15:22.551Z Downloaded libefi-sys v0.1.0
9542024-08-22T17:15:22.554Z Downloaded ipnet v2.9.0
9552024-08-22T17:15:22.556Z Downloaded async-trait v0.1.81
9562024-08-22T17:15:22.559Z Downloaded arrayvec v0.7.4
9572024-08-22T17:15:22.561Z Downloaded which v4.4.2
9582024-08-22T17:15:22.561Z Downloaded serde_urlencoded v0.7.1
9592024-08-22T17:15:22.564Z Downloaded serde-hex v0.1.0
9602024-08-22T17:15:22.564Z Downloaded backtrace v0.3.71
9612024-08-22T17:15:22.569Z Downloaded tokio-native-tls v0.3.1
9622024-08-22T17:15:22.572Z Downloaded thiserror-no-std v2.0.2
9632024-08-22T17:15:22.575Z Downloaded stringprep v0.1.4
9642024-08-22T17:15:22.578Z Downloaded maplit v1.0.2
9652024-08-22T17:15:22.578Z Downloaded base64 v0.21.7
9662024-08-22T17:15:22.581Z Downloaded lock_api v0.4.12
9672024-08-22T17:15:22.583Z Downloaded crc-catalog v2.4.0
9682024-08-22T17:15:22.586Z Downloaded cipher v0.4.4
9692024-08-22T17:15:22.586Z Downloaded buf-list v1.0.3
9702024-08-22T17:15:22.588Z Downloaded linear-map v1.2.0
9712024-08-22T17:15:22.591Z Downloaded memoffset v0.9.1
9722024-08-22T17:15:22.591Z Downloaded cobs v0.2.3
9732024-08-22T17:15:22.591Z Downloaded block-padding v0.3.3
9742024-08-22T17:15:22.594Z Downloaded cexpr v0.6.0
9752024-08-22T17:15:22.594Z Downloaded cbc v0.1.2
9762024-08-22T17:15:22.597Z Downloaded bitfield v0.14.0
9772024-08-22T17:15:22.597Z Downloaded managed v0.8.0
9782024-08-22T17:15:22.599Z Downloaded instability v0.3.2
9792024-08-22T17:15:22.599Z Downloaded cassowary v0.3.0
9802024-08-22T17:15:22.600Z Downloaded bb8 v0.8.5
9812024-08-22T17:15:22.603Z Downloaded lru v0.12.3
9822024-08-22T17:15:22.603Z Downloaded array-init v0.0.4
9832024-08-22T17:15:22.605Z Downloaded indicatif v0.17.8
9842024-08-22T17:15:22.608Z Downloaded crossbeam-utils v0.8.19
9852024-08-22T17:15:22.611Z Downloaded constant_time_eq v0.3.0
9862024-08-22T17:15:22.611Z Downloaded castaway v0.2.3
9872024-08-22T17:15:22.613Z Downloaded impl-trait-for-tuples v0.2.2
9882024-08-22T17:15:22.616Z Downloaded humantime v2.1.0
9892024-08-22T17:15:22.618Z Downloaded ciborium-io v0.2.2
9902024-08-22T17:15:22.618Z Downloaded ahash v0.8.11
9912024-08-22T17:15:22.621Z Downloaded indoc v1.0.9
9922024-08-22T17:15:22.623Z Downloaded hyper-tls v0.5.0
9932024-08-22T17:15:22.623Z Downloaded httparse v1.8.0
9942024-08-22T17:15:22.627Z Downloaded argon2 v0.5.3
9952024-08-22T17:15:22.629Z Downloaded is-terminal v0.4.12
9962024-08-22T17:15:22.629Z Downloaded hubpack v0.1.2
9972024-08-22T17:15:22.630Z Downloaded adler v1.0.2
9982024-08-22T17:15:22.632Z Downloaded base16ct v0.2.0
9992024-08-22T17:15:22.632Z Downloaded arrayref v0.3.7
10002024-08-22T17:15:22.635Z Downloaded cancel-safe-futures v0.1.5
10012024-08-22T17:15:22.638Z Downloaded bcs v0.1.6
10022024-08-22T17:15:22.641Z Downloaded data-encoding v2.6.0
10032024-08-22T17:15:22.641Z Downloaded bit-vec v0.6.3
10042024-08-22T17:15:22.641Z Downloaded atomic-waker v1.1.2
10052024-08-22T17:15:22.644Z Downloaded async-recursion v1.1.1
10062024-08-22T17:15:22.647Z Downloaded aead v0.5.2
10072024-08-22T17:15:22.647Z Downloaded hyper-staticfile v0.9.5
10082024-08-22T17:15:22.651Z Downloaded num-derive v0.4.2
10092024-08-22T17:15:22.651Z Downloaded bit-set v0.5.3
10102024-08-22T17:15:22.654Z Downloaded inout v0.1.3
10112024-08-22T17:15:22.654Z Downloaded cfg_aliases v0.1.1
10122024-08-22T17:15:22.654Z Downloaded bitfield-struct v0.6.1
10132024-08-22T17:15:22.657Z Downloaded assert_matches v1.5.0
10142024-08-22T17:15:22.657Z Downloaded lalrpop-util v0.19.12
10152024-08-22T17:15:22.657Z Downloaded bitstruct v0.1.1
10162024-08-22T17:15:22.657Z Downloaded async-stream-impl v0.3.5
10172024-08-22T17:15:22.657Z Downloaded indent_write v2.2.0
10182024-08-22T17:15:22.758Z Compiling cfg-if v1.0.0
10192024-08-22T17:15:22.758Z Compiling serde v1.0.208
10202024-08-22T17:15:22.761Z Compiling typenum v1.17.0
10212024-08-22T17:15:22.761Z Compiling lock_api v0.4.12
10222024-08-22T17:15:22.906Z Compiling generic-array v0.14.7
10232024-08-22T17:15:22.959Z Compiling syn v2.0.74
10242024-08-22T17:15:22.959Z Compiling scopeguard v1.2.0
10252024-08-22T17:15:22.961Z Compiling log v0.4.21
10262024-08-22T17:15:23.008Z Compiling getrandom v0.2.14
10272024-08-22T17:15:23.124Z Compiling jobserver v0.1.32
10282024-08-22T17:15:23.346Z Compiling rand_core v0.6.4
10292024-08-22T17:15:23.448Z Compiling subtle v2.5.0
10302024-08-22T17:15:23.476Z Compiling const-oid v0.9.6
10312024-08-22T17:15:23.548Z Compiling cc v1.0.97
10322024-08-22T17:15:23.771Z Compiling pin-project-lite v0.2.14
10332024-08-22T17:15:23.871Z Compiling smallvec v1.13.2
10342024-08-22T17:15:23.890Z Compiling parking_lot_core v0.9.10
10352024-08-22T17:15:24.064Z Compiling signal-hook-registry v1.4.2
10362024-08-22T17:15:24.282Z Compiling mio v0.8.11
10372024-08-22T17:15:24.488Z Compiling spin v0.9.8
10382024-08-22T17:15:24.901Z Compiling parking_lot v0.12.2
10392024-08-22T17:15:24.919Z Compiling ahash v0.8.11
10402024-08-22T17:15:25.011Z Compiling tinyvec_macros v0.1.1
10412024-08-22T17:15:25.107Z Compiling tinyvec v1.6.0
10422024-08-22T17:15:25.336Z Compiling socket2 v0.5.7
10432024-08-22T17:15:25.338Z Compiling num_cpus v1.16.0
10442024-08-22T17:15:25.480Z Compiling serde_json v1.0.125
10452024-08-22T17:15:25.563Z Compiling futures-core v0.3.30
10462024-08-22T17:15:25.624Z Compiling futures-sink v0.3.30
10472024-08-22T17:15:25.765Z Compiling cpufeatures v0.2.12
10482024-08-22T17:15:25.813Z Compiling libm v0.2.8
10492024-08-22T17:15:25.850Z Compiling slab v0.4.9
10502024-08-22T17:15:25.868Z Compiling num-traits v0.2.19
10512024-08-22T17:15:25.886Z Compiling allocator-api2 v0.2.18
10522024-08-22T17:15:26.179Z Compiling unicode-bidi v0.3.15
10532024-08-22T17:15:26.554Z Compiling unicode-normalization v0.1.23
10542024-08-22T17:15:26.581Z Compiling futures-channel v0.3.30
10552024-08-22T17:15:26.623Z Compiling pin-utils v0.1.0
10562024-08-22T17:15:26.690Z Compiling futures-io v0.3.30
10572024-08-22T17:15:26.797Z Compiling pkg-config v0.3.30
10582024-08-22T17:15:27.044Z Compiling vcpkg v0.2.15
10592024-08-22T17:15:27.065Z Compiling futures-task v0.3.30
10602024-08-22T17:15:27.789Z Compiling base64ct v1.6.0
10612024-08-22T17:15:27.808Z Compiling ring v0.17.8
10622024-08-22T17:15:27.827Z Compiling flagset v0.4.5
10632024-08-22T17:15:27.858Z Compiling ppv-lite86 v0.2.17
10642024-08-22T17:15:28.042Z Compiling percent-encoding v2.3.1
10652024-08-22T17:15:28.444Z Compiling pem-rfc7468 v0.7.0
10662024-08-22T17:15:28.463Z Compiling tracing-core v0.1.32
10672024-08-22T17:15:28.499Z Compiling untrusted v0.9.0
10682024-08-22T17:15:28.671Z Compiling rand_chacha v0.3.1
10692024-08-22T17:15:28.706Z Compiling rustix v0.38.34
10702024-08-22T17:15:29.214Z Compiling rand v0.8.5
10712024-08-22T17:15:29.336Z Compiling openssl-sys v0.9.103
10722024-08-22T17:15:29.533Z Compiling rustversion v1.0.17
10732024-08-22T17:15:29.603Z Compiling foreign-types-shared v0.1.1
10742024-08-22T17:15:29.706Z Compiling httparse v1.8.0
10752024-08-22T17:15:29.868Z Compiling time-core v0.1.2
10762024-08-22T17:15:30.027Z Compiling openssl v0.10.66
10772024-08-22T17:15:30.149Z Compiling num-conv v0.1.0
10782024-08-22T17:15:30.281Z Compiling powerfmt v0.2.0
10792024-08-22T17:15:30.441Z Compiling time-macros v0.2.18
10802024-08-22T17:15:30.517Z Compiling foreign-types v0.3.2
10812024-08-22T17:15:30.599Z Compiling deranged v0.3.11
10822024-08-22T17:15:30.650Z Compiling form_urlencoded v1.2.1
10832024-08-22T17:15:30.913Z Compiling aho-corasick v1.1.3
10842024-08-22T17:15:30.915Z Compiling crossbeam-utils v0.8.19
10852024-08-22T17:15:31.179Z Compiling try-lock v0.2.5
10862024-08-22T17:15:31.299Z Compiling native-tls v0.2.11
10872024-08-22T17:15:31.528Z Compiling syn v1.0.109
10882024-08-22T17:15:31.593Z Compiling regex-syntax v0.8.4
10892024-08-22T17:15:32.117Z Compiling num_threads v0.1.7
10902024-08-22T17:15:32.208Z Compiling siphasher v0.3.11
10912024-08-22T17:15:32.228Z Compiling rustls v0.21.12
10922024-08-22T17:15:32.527Z Compiling want v0.3.1
10932024-08-22T17:15:33.092Z Compiling idna v0.5.0
10942024-08-22T17:15:33.542Z Compiling time v0.3.36
10952024-08-22T17:15:33.968Z Compiling cookie v0.17.0
10962024-08-22T17:15:34.266Z Compiling openssl-probe v0.1.5
10972024-08-22T17:15:34.615Z Compiling regex-automata v0.4.6
10982024-08-22T17:15:34.662Z Compiling slog v2.7.0
10992024-08-22T17:15:35.192Z Compiling adler v1.0.2
11002024-08-22T17:15:35.414Z Compiling finl_unicode v1.2.0
11012024-08-22T17:15:35.656Z Compiling iana-time-zone v0.1.60
11022024-08-22T17:15:35.920Z Compiling httpdate v1.0.3
11032024-08-22T17:15:35.937Z Compiling tower-service v0.3.2
11042024-08-22T17:15:36.063Z Compiling stringprep v0.1.4
11052024-08-22T17:15:36.143Z Compiling miniz_oxide v0.7.2
11062024-08-22T17:15:36.508Z Compiling url v2.5.2
11072024-08-22T17:15:36.780Z Compiling serde_derive v1.0.208
11082024-08-22T17:15:37.327Z Compiling zeroize_derive v1.4.2
11092024-08-22T17:15:37.501Z Compiling zerocopy-derive v0.7.34
11102024-08-22T17:15:37.691Z Compiling tokio-macros v2.3.0
11112024-08-22T17:15:38.342Z Compiling thiserror-impl v1.0.63
11122024-08-22T17:15:38.688Z Compiling futures-macro v0.3.30
11132024-08-22T17:15:38.901Z Compiling zeroize v1.7.0
11142024-08-22T17:15:39.324Z Compiling der_derive v0.7.2
11152024-08-22T17:15:39.663Z Compiling zerocopy v0.7.34
11162024-08-22T17:15:40.593Z Compiling futures-util v0.3.30
11172024-08-22T17:15:40.686Z Compiling crypto-common v0.1.6
11182024-08-22T17:15:40.930Z Compiling block-buffer v0.10.4
11192024-08-22T17:15:41.169Z Compiling digest v0.10.7
11202024-08-22T17:15:41.601Z Compiling hmac v0.12.1
11212024-08-22T17:15:41.644Z Compiling block-padding v0.3.3
11222024-08-22T17:15:41.844Z Compiling thiserror v1.0.63
11232024-08-22T17:15:41.880Z Compiling sha2 v0.10.8
11242024-08-22T17:15:41.952Z Compiling inout v0.1.3
11252024-08-22T17:15:41.984Z Compiling hashbrown v0.14.5
11262024-08-22T17:15:42.002Z Compiling pest v2.7.10
11272024-08-22T17:15:42.214Z Compiling cipher v0.4.4
11282024-08-22T17:15:42.722Z Compiling salsa20 v0.10.2
11292024-08-22T17:15:42.950Z Compiling der v0.7.9
11302024-08-22T17:15:43.372Z Compiling pbkdf2 v0.12.2
11312024-08-22T17:15:43.538Z Compiling scroll_derive v0.12.0
11322024-08-22T17:15:44.639Z Compiling pest_meta v2.7.10
11332024-08-22T17:15:45.012Z Compiling tracing-attributes v0.1.27
11342024-08-22T17:15:45.037Z Compiling scroll v0.12.0
11352024-08-22T17:15:45.305Z Compiling spki v0.7.3
11362024-08-22T17:15:45.691Z Compiling scrypt v0.11.0
11372024-08-22T17:15:46.247Z Compiling pest_generator v2.7.10
11382024-08-22T17:15:46.285Z Compiling aes v0.8.4
11392024-08-22T17:15:46.855Z Compiling cbc v0.1.2
11402024-08-22T17:15:47.112Z Compiling goblin v0.8.2
11412024-08-22T17:15:47.321Z Compiling pkcs5 v0.7.1
11422024-08-22T17:15:48.417Z Compiling openssl-macros v0.1.1
11432024-08-22T17:15:48.576Z Compiling pkcs8 v0.10.2
11442024-08-22T17:15:49.090Z Compiling tracing v0.1.40
11452024-08-22T17:15:49.200Z Compiling sct v0.7.1
11462024-08-22T17:15:49.221Z Compiling rustls-webpki v0.101.7
11472024-08-22T17:15:49.366Z Compiling md-5 v0.10.6
11482024-08-22T17:15:49.635Z Compiling num-integer v0.1.46
11492024-08-22T17:15:49.654Z Compiling backtrace v0.3.71
11502024-08-22T17:15:49.936Z Compiling pest_derive v2.7.10
11512024-08-22T17:15:50.438Z Compiling idna v0.3.0
11522024-08-22T17:15:50.776Z Compiling dtrace-parser v0.2.0
11532024-08-22T17:15:50.837Z Compiling lazy_static v1.5.0
11542024-08-22T17:15:50.959Z Compiling hash32 v0.2.1
11552024-08-22T17:15:51.138Z Compiling bytes v1.7.1
11562024-08-22T17:15:51.345Z Compiling bitflags v2.6.0
11572024-08-22T17:15:51.811Z Compiling indexmap v2.4.0
11582024-08-22T17:15:52.128Z Compiling tokio v1.38.1
11592024-08-22T17:15:52.519Z Compiling http v0.2.12
11602024-08-22T17:15:53.027Z Compiling semver v1.0.23
11612024-08-22T17:15:53.801Z Compiling rustc_version v0.4.0
11622024-08-22T17:15:54.624Z Compiling heapless v0.7.17
11632024-08-22T17:15:54.734Z Compiling http-body v0.4.6
11642024-08-22T17:15:55.094Z Compiling dof v0.3.0
11652024-08-22T17:15:55.224Z Compiling uuid v1.10.0
11662024-08-22T17:15:56.401Z Compiling usdt-impl v0.5.0
11672024-08-22T17:15:56.845Z Compiling chrono v0.4.38
11682024-08-22T17:15:57.429Z Compiling serde_tokenstream v0.2.2
11692024-08-22T17:15:57.867Z Compiling serde_spanned v0.6.7
11702024-08-22T17:15:58.092Z Compiling toml_datetime v0.6.8
11712024-08-22T17:15:58.111Z Compiling base64 v0.22.1
11722024-08-22T17:15:58.128Z Compiling num-bigint-dig v0.8.4
11732024-08-22T17:15:58.450Z Compiling stable_deref_trait v1.2.0
11742024-08-22T17:15:58.561Z Compiling psl-types v2.0.11
11752024-08-22T17:15:58.624Z Compiling gimli v0.28.1
11762024-08-22T17:15:58.770Z Compiling cfg_aliases v0.1.1
11772024-08-22T17:15:58.873Z Compiling fallible-iterator v0.2.0
11782024-08-22T17:15:58.909Z Compiling smoltcp v0.9.1
11792024-08-22T17:15:59.437Z Compiling crc32fast v1.4.0
11802024-08-22T17:15:59.586Z Compiling signal-hook v0.3.17
11812024-08-22T17:15:59.680Z Compiling postgres-protocol v0.6.7
11822024-08-22T17:15:59.913Z Compiling nix v0.28.0
11832024-08-22T17:16:00.039Z Compiling publicsuffix v2.2.3
11842024-08-22T17:16:00.633Z Compiling tokio-util v0.7.11
11852024-08-22T17:16:00.748Z Compiling tokio-rustls v0.24.1
11862024-08-22T17:16:01.092Z Compiling terminal_size v0.3.0
11872024-08-22T17:16:01.173Z Compiling num-iter v0.1.45
11882024-08-22T17:16:01.332Z Compiling zerocopy-derive v0.6.6
11892024-08-22T17:16:01.361Z Compiling async-trait v0.1.81
11902024-08-22T17:16:02.105Z Compiling h2 v0.3.26
11912024-08-22T17:16:02.239Z Compiling tokio-native-tls v0.3.1
11922024-08-22T17:16:03.592Z Compiling addr2line v0.21.0
11932024-08-22T17:16:03.924Z Compiling phf_shared v0.11.2
11942024-08-22T17:16:04.271Z Compiling serde_derive_internals v0.29.1
11952024-08-22T17:16:04.273Z Compiling ff v0.13.0
11962024-08-22T17:16:04.306Z Compiling object v0.32.2
11972024-08-22T17:16:04.326Z Compiling fs-err v2.11.0
11982024-08-22T17:16:04.416Z Compiling hubpack_derive v0.1.1
11992024-08-22T17:16:04.506Z Compiling bitflags v1.3.2
12002024-08-22T17:16:04.559Z Compiling base16ct v0.2.0
12012024-08-22T17:16:04.606Z Compiling anyhow v1.0.86
12022024-08-22T17:16:04.629Z Compiling schemars v0.8.21
12032024-08-22T17:16:04.881Z Compiling rustc-demangle v0.1.24
12042024-08-22T17:16:05.006Z Compiling managed v0.8.0
12052024-08-22T17:16:05.245Z Compiling winnow v0.5.40
12062024-08-22T17:16:05.388Z Compiling either v1.13.0
12072024-08-22T17:16:05.598Z Compiling ipnet v2.9.0
12082024-08-22T17:16:05.831Z Compiling base64 v0.21.7
12092024-08-22T17:16:05.919Z Compiling clap_builder v4.5.15
12102024-08-22T17:16:06.608Z Compiling rustls-pemfile v1.0.4
12112024-08-22T17:16:07.137Z Compiling hubpack v0.1.2
12122024-08-22T17:16:07.172Z Compiling schemars_derive v0.8.21
12132024-08-22T17:16:07.850Z Compiling sec1 v0.7.3
12142024-08-22T17:16:08.103Z Compiling group v0.13.0
12152024-08-22T17:16:08.421Z Compiling phf v0.11.2
12162024-08-22T17:16:08.444Z Compiling zerocopy v0.6.6
12172024-08-22T17:16:08.719Z Compiling cookie_store v0.20.0
12182024-08-22T17:16:08.987Z Compiling toml_edit v0.19.15
12192024-08-22T17:16:09.241Z Compiling hyper v0.14.30
12202024-08-22T17:16:10.333Z Compiling postgres-types v0.2.7
12212024-08-22T17:16:11.875Z Compiling usdt-attr-macro v0.5.0
12222024-08-22T17:16:12.027Z Compiling usdt-macro v0.5.0
12232024-08-22T17:16:13.033Z Compiling serde_urlencoded v0.7.1
12242024-08-22T17:16:13.522Z Compiling pkcs1 v0.7.5
12252024-08-22T17:16:13.587Z Compiling futures-executor v0.3.30
12262024-08-22T17:16:13.587Z Compiling hkdf v0.12.4
12272024-08-22T17:16:13.860Z Compiling signature v2.2.0
12282024-08-22T17:16:14.158Z Compiling crypto-bigint v0.5.5
12292024-08-22T17:16:14.178Z Compiling regex v1.10.6
12302024-08-22T17:16:14.573Z Compiling bstr v1.9.1
12312024-08-22T17:16:15.328Z Compiling clap_derive v4.5.13
12322024-08-22T17:16:15.457Z Compiling enum-as-inner v0.6.0
12332024-08-22T17:16:15.647Z Compiling strum_macros v0.25.3
12342024-08-22T17:16:16.398Z Compiling hyper-tls v0.5.0
12352024-08-22T17:16:16.590Z Compiling hyper-rustls v0.24.2
12362024-08-22T17:16:16.843Z Compiling serde_repr v0.1.19
12372024-08-22T17:16:16.996Z Compiling phf_shared v0.10.0
12382024-08-22T17:16:17.365Z Compiling float-cmp v0.9.0
12392024-08-22T17:16:17.421Z Compiling idna v0.4.0
12402024-08-22T17:16:17.595Z Compiling mio v1.0.2
12412024-08-22T17:16:18.089Z Compiling encoding_rs v0.8.34
12422024-08-22T17:16:18.864Z Compiling difflib v0.4.0
12432024-08-22T17:16:19.050Z Compiling new_debug_unreachable v1.0.6
12442024-08-22T17:16:19.151Z Compiling whoami v1.5.1
12452024-08-22T17:16:19.519Z Compiling data-encoding v2.6.0
12462024-08-22T17:16:19.829Z Compiling precomputed-hash v0.1.1
12472024-08-22T17:16:19.856Z Compiling mime v0.3.17
12482024-08-22T17:16:19.952Z Compiling webpki-roots v0.25.4
12492024-08-22T17:16:20.130Z Compiling fixedbitset v0.4.2
12502024-08-22T17:16:20.460Z Compiling static_assertions v1.1.0
12512024-08-22T17:16:20.487Z Compiling sync_wrapper v0.1.2
12522024-08-22T17:16:20.557Z Compiling dyn-clone v1.0.17
12532024-08-22T17:16:20.580Z Compiling unicode-segmentation v1.11.0
12542024-08-22T17:16:20.580Z Compiling predicates-core v1.0.6
12552024-08-22T17:16:20.617Z Compiling minimal-lexical v0.2.1
12562024-08-22T17:16:20.617Z Compiling normalize-line-endings v0.3.0
12572024-08-22T17:16:20.747Z Compiling bit-vec v0.6.3
12582024-08-22T17:16:20.804Z Compiling predicates v3.1.2
12592024-08-22T17:16:21.160Z Compiling bit-set v0.5.3
12602024-08-22T17:16:21.233Z Compiling nom v7.1.3
12612024-08-22T17:16:21.448Z Compiling similar v2.6.0
12622024-08-22T17:16:21.469Z Compiling toml_edit v0.22.20
12632024-08-22T17:16:21.999Z Compiling reqwest v0.11.27
12642024-08-22T17:16:22.651Z Compiling console v0.15.8
12652024-08-22T17:16:22.715Z Compiling clap v4.5.16
12662024-08-22T17:16:22.847Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12672024-08-22T17:16:24.011Z Compiling petgraph v0.6.5
12682024-08-22T17:16:24.217Z Compiling hickory-proto v0.24.1
12692024-08-22T17:16:24.496Z Compiling string_cache v0.8.7
12702024-08-22T17:16:24.962Z Compiling tokio-postgres v0.7.11
12712024-08-22T17:16:24.983Z Compiling usdt v0.5.0
12722024-08-22T17:16:25.144Z Compiling signal-hook-mio v0.2.4
12732024-08-22T17:16:25.322Z Compiling elliptic-curve v0.13.8
12742024-08-22T17:16:25.487Z Compiling rsa v0.9.6
12752024-08-22T17:16:26.200Z Compiling futures v0.3.30
12762024-08-22T17:16:27.280Z Compiling toml v0.7.8
12772024-08-22T17:16:28.154Z Compiling flate2 v1.0.31
12782024-08-22T17:16:29.386Z Compiling itertools v0.10.5
12792024-08-22T17:16:30.047Z Compiling itertools v0.12.1
12802024-08-22T17:16:30.305Z Compiling tokio-stream v0.1.15
12812024-08-22T17:16:30.904Z Compiling openapiv3 v2.0.0
12822024-08-22T17:16:31.364Z Compiling hex v0.4.3
12832024-08-22T17:16:32.032Z Compiling crossbeam-epoch v0.9.18
12842024-08-22T17:16:32.216Z Compiling sha1 v0.10.6
12852024-08-22T17:16:32.668Z Compiling dirs-sys-next v0.1.2
12862024-08-22T17:16:33.797Z Compiling unicode-xid v0.2.4
12872024-08-22T17:16:33.799Z Compiling lalrpop-util v0.19.12
12882024-08-22T17:16:33.799Z Compiling peg-runtime v0.8.3
12892024-08-22T17:16:33.799Z Compiling dirs-next v2.0.0
12902024-08-22T17:16:33.799Z Compiling thread_local v1.1.8
12912024-08-22T17:16:33.799Z Compiling slog-async v2.8.0
12922024-08-22T17:16:33.799Z Compiling term v0.7.0
12932024-08-22T17:16:33.934Z Compiling xattr v1.3.1
12942024-08-22T17:16:33.954Z Compiling crossbeam-channel v0.5.12
12952024-08-22T17:16:34.041Z Compiling strum_macros v0.26.4
12962024-08-22T17:16:34.117Z Compiling filetime v0.2.24
12972024-08-22T17:16:34.216Z Compiling is-terminal v0.4.12
12982024-08-22T17:16:34.352Z Compiling take_mut v0.2.2
12992024-08-22T17:16:34.465Z Compiling slog-term v2.9.1
13002024-08-22T17:16:34.515Z Compiling tar v0.4.41
13012024-08-22T17:16:35.067Z Compiling camino v1.1.9
13022024-08-22T17:16:36.416Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13032024-08-22T17:16:37.234Z Compiling strum v0.26.3
13042024-08-22T17:16:37.313Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13052024-08-22T17:16:42.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
13062024-08-22T17:16:42.966Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13072024-08-22T17:16:43.017ZAug 22 17:16:41.575 INFO Starting download, target: Clickhouse
13082024-08-22T17:16:43.017ZAug 22 17:16:41.576 INFO Starting download, target: Cockroach
13092024-08-22T17:16:43.017ZAug 22 17:16:41.576 INFO Starting download, target: Console
13102024-08-22T17:16:43.018ZAug 22 17:16:41.576 INFO Starting download, target: DendriteOpenapi
13112024-08-22T17:16:43.018ZAug 22 17:16:41.576 INFO Starting download, target: DendriteStub
13122024-08-22T17:16:43.018ZAug 22 17:16:41.576 INFO Starting download, target: MaghemiteMgd
13132024-08-22T17:16:43.018ZAug 22 17:16:41.576 INFO Starting download, target: TransceiverControl
13142024-08-22T17:16:43.041ZAug 22 17:16:41.576 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13152024-08-22T17:16:43.041ZAug 22 17:16:41.576 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13162024-08-22T17:16:43.041ZAug 22 17:16:41.576 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13172024-08-22T17:16:43.041ZAug 22 17:16:41.576 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13182024-08-22T17:16:43.041ZAug 22 17:16:41.577 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13192024-08-22T17:16:43.042ZAug 22 17:16:41.577 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13202024-08-22T17:16:43.042ZAug 22 17:16:41.577 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13212024-08-22T17:16:43.297ZAug 22 17:16:41.864 INFO Download complete, target: DendriteOpenapi
13222024-08-22T17:16:43.506ZAug 22 17:16:42.070 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13232024-08-22T17:16:43.672ZAug 22 17:16:42.245 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13242024-08-22T17:16:43.933ZAug 22 17:16:42.508 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13252024-08-22T17:16:44.007ZAug 22 17:16:42.583 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13262024-08-22T17:16:44.061ZAug 22 17:16:42.637 INFO Download complete, target: Console
13272024-08-22T17:16:44.280ZAug 22 17:16:42.856 INFO Download complete, target: TransceiverControl
13282024-08-22T17:16:44.648ZAug 22 17:16:43.224 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13292024-08-22T17:16:44.648ZAug 22 17:16:43.224 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13302024-08-22T17:16:45.020ZAug 22 17:16:43.596 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13312024-08-22T17:16:47.068ZAug 22 17:16:45.644 INFO Download complete, target: DendriteStub
13322024-08-22T17:16:47.317ZAug 22 17:16:45.893 INFO Download complete, target: MaghemiteMgd
13332024-08-22T17:16:52.985ZAug 22 17:16:51.560 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13342024-08-22T17:16:53.296ZAug 22 17:16:51.870 INFO Checking that binary works, target: Cockroach
13352024-08-22T17:16:53.460ZAug 22 17:16:52.034 INFO Download complete, target: Cockroach
13362024-08-22T17:16:59.251ZAug 22 17:16:57.825 INFO Checking that binary works, target: Clickhouse
13372024-08-22T17:17:00.539ZAug 22 17:16:59.112 INFO Download complete, target: Clickhouse
13382024-08-22T17:17:00.546ZAll prerequisites installed successfully
13392024-08-22T17:17:00.549Z
13402024-08-22T17:17:00.549Zreal 3:52.795565528
13412024-08-22T17:17:00.549Zuser 11:35.127528349
13422024-08-22T17:17:00.549Zsys 2:25.921301170
13432024-08-22T17:17:00.549Ztrap 0.399307459
13442024-08-22T17:17:00.549Ztflt 8.974694989
13452024-08-22T17:17:00.549Zdflt 6.445766234
13462024-08-22T17:17:00.549Zkflt 0.229448904
13472024-08-22T17:17:00.549Zlock 23:05.232200185
13482024-08-22T17:17:00.549Zslp 46:23.863233442
13492024-08-22T17:17:00.549Zlat 35.975710587
13502024-08-22T17:17:00.549Zstop 1:43.555934139
13512024-08-22T17:17:00.550Z+ source ./tools/include/force-git-over-https.sh
13522024-08-22T17:17:00.550Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13532024-08-22T17:17:00.550Z++ (( i = 0 ))
13542024-08-22T17:17:00.550Z++ (( i < 5 ))
13552024-08-22T17:17:00.550Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13562024-08-22T17:17:00.553Z++ (( i++ ))
13572024-08-22T17:17:00.553Z++ (( i < 5 ))
13582024-08-22T17:17:00.553Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13592024-08-22T17:17:00.556Z++ (( i++ ))
13602024-08-22T17:17:00.556Z++ (( i < 5 ))
13612024-08-22T17:17:00.556Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13622024-08-22T17:17:00.559Z++ (( i++ ))
13632024-08-22T17:17:00.559Z++ (( i < 5 ))
13642024-08-22T17:17:00.560Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13652024-08-22T17:17:00.562Z++ (( i++ ))
13662024-08-22T17:17:00.562Z++ (( i < 5 ))
13672024-08-22T17:17:00.562Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13682024-08-22T17:17:00.565Z++ (( i++ ))
13692024-08-22T17:17:00.565Z++ (( i < 5 ))
13702024-08-22T17:17:00.565Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13712024-08-22T17:17:00.566Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13722024-08-22T17:17:00.566Z+ rc=0
13732024-08-22T17:17:00.566Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13742024-08-22T17:17:33.041Z+ case $rc in
13752024-08-22T17:17:33.041Z+ pfexec zfs create -p rpool/images/build/host
13762024-08-22T17:17:33.224Z+ pfexec zfs create -p rpool/images/build/recovery
13772024-08-22T17:17:33.287Z+ cargo xtask releng --output-dir /work
13782024-08-22T17:17:33.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
13792024-08-22T17:17:33.889Z Running `target/debug/xtask releng --output-dir /work`
13802024-08-22T17:17:34.806Z Compiling proc-macro2 v1.0.86
13812024-08-22T17:17:34.806Z Compiling unicode-ident v1.0.12
13822024-08-22T17:17:34.806Z Compiling libc v0.2.156
13832024-08-22T17:17:34.808Z Compiling serde v1.0.208
13842024-08-22T17:17:34.808Z Compiling version_check v0.9.5
13852024-08-22T17:17:34.808Z Compiling autocfg v1.3.0
13862024-08-22T17:17:34.808Z Compiling cfg-if v1.0.0
13872024-08-22T17:17:34.808Z Compiling once_cell v1.19.0
13882024-08-22T17:17:35.172Z Compiling typenum v1.17.0
13892024-08-22T17:17:35.203Z Compiling memchr v2.7.2
13902024-08-22T17:17:35.621Z Compiling serde_json v1.0.125
13912024-08-22T17:17:35.640Z Compiling generic-array v0.14.7
13922024-08-22T17:17:35.942Z Compiling lock_api v0.4.12
13932024-08-22T17:17:35.961Z Compiling ahash v0.8.11
13942024-08-22T17:17:36.158Z Compiling libm v0.2.8
13952024-08-22T17:17:36.260Z Compiling num-traits v0.2.19
13962024-08-22T17:17:36.325Z Compiling parking_lot_core v0.9.10
13972024-08-22T17:17:36.498Z Compiling quote v1.0.36
13982024-08-22T17:17:36.572Z Compiling byteorder v1.5.0
13992024-08-22T17:17:36.923Z Compiling syn v2.0.74
14002024-08-22T17:17:37.061Z Compiling jobserver v0.1.32
14012024-08-22T17:17:37.126Z Compiling getrandom v0.2.14
14022024-08-22T17:17:37.214Z Compiling scopeguard v1.2.0
14032024-08-22T17:17:37.232Z Compiling log v0.4.21
14042024-08-22T17:17:37.532Z Compiling cc v1.0.97
14052024-08-22T17:17:37.595Z Compiling thiserror v1.0.63
14062024-08-22T17:17:37.699Z Compiling itoa v1.0.11
14072024-08-22T17:17:37.939Z Compiling slab v0.4.9
14082024-08-22T17:17:38.126Z Compiling rand_core v0.6.4
14092024-08-22T17:17:38.129Z Compiling pkg-config v0.3.30
14102024-08-22T17:17:38.769Z Compiling semver v1.0.23
14112024-08-22T17:17:39.054Z Compiling ryu v1.0.18
14122024-08-22T17:17:39.341Z Compiling pin-project-lite v0.2.14
14132024-08-22T17:17:39.376Z Compiling vcpkg v0.2.15
14142024-08-22T17:17:39.443Z Compiling smallvec v1.13.2
14152024-08-22T17:17:39.543Z Compiling allocator-api2 v0.2.18
14162024-08-22T17:17:40.114Z Compiling spin v0.9.8
14172024-08-22T17:17:40.205Z Compiling subtle v2.5.0
14182024-08-22T17:17:40.664Z Compiling const-oid v0.9.6
14192024-08-22T17:17:40.872Z Compiling signal-hook-registry v1.4.2
14202024-08-22T17:17:41.082Z Compiling ring v0.17.8
14212024-08-22T17:17:41.158Z Compiling openssl-sys v0.9.103
14222024-08-22T17:17:42.246Z Compiling rustix v0.38.34
14232024-08-22T17:17:42.405Z Compiling httparse v1.8.0
14242024-08-22T17:17:42.677Z Compiling schemars v0.8.21
14252024-08-22T17:17:43.033Z Compiling heck v0.5.0
14262024-08-22T17:17:43.103Z Compiling parking_lot v0.12.2
14272024-08-22T17:17:43.125Z Compiling mio v0.8.11
14282024-08-22T17:17:43.517Z Compiling time-core v0.1.2
14292024-08-22T17:17:43.576Z Compiling futures-core v0.3.30
14302024-08-22T17:17:43.717Z Compiling num-conv v0.1.0
14312024-08-22T17:17:43.968Z Compiling socket2 v0.5.7
14322024-08-22T17:17:44.038Z Compiling time-macros v0.2.18
14332024-08-22T17:17:44.322Z Compiling num_cpus v1.16.0
14342024-08-22T17:17:44.399Z Compiling openssl v0.10.66
14352024-08-22T17:17:44.605Z Compiling fnv v1.0.7
14362024-08-22T17:17:44.788Z Compiling serde_derive_internals v0.29.1
14372024-08-22T17:17:45.004Z Compiling equivalent v1.0.1
14382024-08-22T17:17:45.314Z Compiling rustls v0.21.12
14392024-08-22T17:17:45.391Z Compiling futures-sink v0.3.30
14402024-08-22T17:17:45.625Z Compiling tinyvec_macros v0.1.1
14412024-08-22T17:17:45.777Z Compiling native-tls v0.2.11
14422024-08-22T17:17:45.821Z Compiling tinyvec v1.6.0
14432024-08-22T17:17:46.451Z Compiling crossbeam-utils v0.8.19
14442024-08-22T17:17:47.343Z Compiling cookie v0.17.0
14452024-08-22T17:17:47.445Z Compiling ucd-trie v0.1.6
14462024-08-22T17:17:47.602Z Compiling unicode-normalization v0.1.23
14472024-08-22T17:17:47.711Z Compiling iana-time-zone v0.1.60
14482024-08-22T17:17:47.850Z Compiling cpufeatures v0.2.12
14492024-08-22T17:17:48.095Z Compiling futures-channel v0.3.30
14502024-08-22T17:17:48.201Z Compiling slog v2.7.0
14512024-08-22T17:17:48.329Z Compiling futures-task v0.3.30
14522024-08-22T17:17:48.508Z Compiling syn v1.0.109
14532024-08-22T17:17:48.628Z Compiling unicode-bidi v0.3.15
14542024-08-22T17:17:48.701Z Compiling futures-io v0.3.30
14552024-08-22T17:17:49.068Z Compiling pin-utils v0.1.0
14562024-08-22T17:17:49.212Z Compiling aho-corasick v1.1.3
14572024-08-22T17:17:49.323Z Compiling untrusted v0.9.0
14582024-08-22T17:17:49.623Z Compiling regex-syntax v0.8.4
14592024-08-22T17:17:50.480Z Compiling dyn-clone v1.0.17
14602024-08-22T17:17:50.531Z Compiling serde_derive v1.0.208
14612024-08-22T17:17:50.550Z Compiling zeroize_derive v1.4.2
14622024-08-22T17:17:50.732Z Compiling zerocopy-derive v0.7.34
14632024-08-22T17:17:51.988Z Compiling tokio-macros v2.3.0
14642024-08-22T17:17:52.205Z Compiling thiserror-impl v1.0.63
14652024-08-22T17:17:53.017Z Compiling zeroize v1.7.0
14662024-08-22T17:17:53.560Z Compiling zerocopy v0.7.34
14672024-08-22T17:17:54.024Z Compiling futures-macro v0.3.30
14682024-08-22T17:17:55.980Z Compiling crypto-common v0.1.6
14692024-08-22T17:17:56.035Z Compiling tracing-attributes v0.1.27
14702024-08-22T17:17:56.241Z Compiling hashbrown v0.14.5
14712024-08-22T17:17:56.298Z Compiling der_derive v0.7.2
14722024-08-22T17:17:57.299Z Compiling block-buffer v0.10.4
14732024-08-22T17:17:57.560Z Compiling digest v0.10.7
14742024-08-22T17:17:57.749Z Compiling schemars_derive v0.8.21
14752024-08-22T17:17:59.101Z Compiling openssl-macros v0.1.1
14762024-08-22T17:17:59.585Z Compiling scroll_derive v0.12.0
14772024-08-22T17:17:59.734Z Compiling hmac v0.12.1
14782024-08-22T17:17:59.952Z Compiling pest v2.7.10
14792024-08-22T17:18:00.034Z Compiling block-padding v0.3.3
14802024-08-22T17:18:00.287Z Compiling inout v0.1.3
14812024-08-22T17:18:00.591Z Compiling futures-util v0.3.30
14822024-08-22T17:18:00.997Z Compiling cipher v0.4.4
14832024-08-22T17:18:01.125Z Compiling sha2 v0.10.8
14842024-08-22T17:18:01.668Z Compiling regex-automata v0.4.6
14852024-08-22T17:18:02.371Z Compiling crc32fast v1.4.0
14862024-08-22T17:18:03.008Z Compiling pest_meta v2.7.10
14872024-08-22T17:18:04.363Z Compiling usdt-impl v0.5.0
14882024-08-22T17:18:04.814Z Compiling pest_generator v2.7.10
14892024-08-22T17:18:05.587Z Compiling bytes v1.7.1
14902024-08-22T17:18:07.624Z Compiling bitflags v2.6.0
14912024-08-22T17:18:08.419Z Compiling tokio v1.38.1
14922024-08-22T17:18:08.456Z Compiling indexmap v2.4.0
14932024-08-22T17:18:09.803Z Compiling serde_tokenstream v0.2.2
14942024-08-22T17:18:10.172Z Compiling uuid v1.10.0
14952024-08-22T17:18:10.497Z Compiling chrono v0.4.38
14962024-08-22T17:18:10.920Z Compiling http v0.2.12
14972024-08-22T17:18:11.063Z Compiling rustc_version v0.4.0
14982024-08-22T17:18:11.871Z Compiling pest_derive v2.7.10
14992024-08-22T17:18:14.224Z Compiling heck v0.4.1
15002024-08-22T17:18:14.309Z Compiling powerfmt v0.2.0
15012024-08-22T17:18:14.595Z Compiling percent-encoding v2.3.1
15022024-08-22T17:18:14.708Z Compiling base64ct v1.6.0
15032024-08-22T17:18:14.919Z Compiling deranged v0.3.11
15042024-08-22T17:18:15.174Z Compiling heapless v0.7.17
15052024-08-22T17:18:15.221Z Compiling pem-rfc7468 v0.7.0
15062024-08-22T17:18:15.954Z Compiling scroll v0.12.0
15072024-08-22T17:18:16.148Z Compiling zerocopy-derive v0.6.6
15082024-08-22T17:18:17.305Z Compiling backtrace v0.3.71
15092024-08-22T17:18:17.334Z Compiling tracing-core v0.1.32
15102024-08-22T17:18:17.807Z Compiling errno v0.3.9
15112024-08-22T17:18:18.140Z Compiling num_threads v0.1.7
15122024-08-22T17:18:18.304Z Compiling tokio-util v0.7.11
15132024-08-22T17:18:18.322Z Compiling plain v0.2.3
15142024-08-22T17:18:19.417Z Compiling num-bigint-dig v0.8.4
15152024-08-22T17:18:19.810Z Compiling flagset v0.4.5
15162024-08-22T17:18:19.835Z Compiling ppv-lite86 v0.2.17
15172024-08-22T17:18:20.046Z Compiling der v0.7.9
15182024-08-22T17:18:20.336Z Compiling time v0.3.36
15192024-08-22T17:18:20.509Z Compiling goblin v0.8.2
15202024-08-22T17:18:20.729Z Compiling rand_chacha v0.3.1
15212024-08-22T17:18:21.611Z Compiling tracing v0.1.40
15222024-08-22T17:18:23.043Z Compiling regex v1.10.6
15232024-08-22T17:18:23.202Z Compiling salsa20 v0.10.2
15242024-08-22T17:18:23.508Z Compiling pbkdf2 v0.12.2
15252024-08-22T17:18:23.703Z Compiling async-trait v0.1.81
15262024-08-22T17:18:24.839Z Compiling strsim v0.11.1
15272024-08-22T17:18:25.772Z Compiling rustversion v1.0.17
15282024-08-22T17:18:26.004Z Compiling pretty-hex v0.4.1
15292024-08-22T17:18:27.098Z Compiling dof v0.3.0
15302024-08-22T17:18:27.276Z Compiling scrypt v0.11.0
15312024-08-22T17:18:28.042Z Compiling spki v0.7.3
15322024-08-22T17:18:28.333Z Compiling rand v0.8.5
15332024-08-22T17:18:28.531Z Compiling form_urlencoded v1.2.1
15342024-08-22T17:18:28.730Z Compiling dtrace-parser v0.2.0
15352024-08-22T17:18:29.153Z Compiling cbc v0.1.2
15362024-08-22T17:18:29.277Z Compiling aes v0.8.4
15372024-08-22T17:18:29.642Z Compiling thread-id v4.2.1
15382024-08-22T17:18:30.238Z Compiling foreign-types-shared v0.1.1
15392024-08-22T17:18:30.363Z Compiling try-lock v0.2.5
15402024-08-22T17:18:30.783Z Compiling smoltcp v0.9.1
15412024-08-22T17:18:30.803Z Compiling unicode-width v0.1.13
15422024-08-22T17:18:30.859Z Compiling signal-hook v0.3.17
15432024-08-22T17:18:31.056Z Compiling anyhow v1.0.86
15442024-08-22T17:18:31.183Z Compiling foreign-types v0.3.2
15452024-08-22T17:18:31.613Z Compiling want v0.3.1
15462024-08-22T17:18:32.056Z Compiling pkcs5 v0.7.1
15472024-08-22T17:18:35.590Z Compiling h2 v0.3.26
15482024-08-22T17:18:36.803Z Compiling http-body v0.4.6
15492024-08-22T17:18:39.275Z Compiling clap_derive v4.5.13
15502024-08-22T17:18:39.506Z Compiling siphasher v0.3.11
15512024-08-22T17:18:40.162Z Compiling base64 v0.21.7
15522024-08-22T17:18:41.048Z Compiling httpdate v1.0.3
15532024-08-22T17:18:41.464Z Compiling tower-service v0.3.2
15542024-08-22T17:18:41.632Z Compiling cfg_aliases v0.1.1
15552024-08-22T17:18:41.775Z Compiling nix v0.28.0
15562024-08-22T17:18:44.633Z Compiling hyper v0.14.30
15572024-08-22T17:18:46.138Z Compiling pkcs8 v0.10.2
15582024-08-22T17:18:49.128Z Compiling rustls-webpki v0.101.7
15592024-08-22T17:18:49.293Z Compiling sct v0.7.1
15602024-08-22T17:18:50.812Z Compiling openapiv3 v2.0.0
15612024-08-22T17:18:51.834Z Compiling hubpack_derive v0.1.1
15622024-08-22T17:18:53.687Z Compiling idna v0.5.0
15632024-08-22T17:18:57.302Z Compiling fs-err v2.11.0
15642024-08-22T17:18:57.541Z Compiling finl_unicode v1.2.0
15652024-08-22T17:18:57.577Z Compiling anstyle v1.0.8
15662024-08-22T17:18:58.103Z Compiling utf8parse v0.2.1
15672024-08-22T17:18:58.248Z Compiling openssl-probe v0.1.5
15682024-08-22T17:18:58.392Z Compiling adler v1.0.2
15692024-08-22T17:18:58.663Z Compiling miniz_oxide v0.7.2
15702024-08-22T17:18:59.502Z Compiling anstyle-parse v0.2.4
15712024-08-22T17:18:59.911Z Compiling stringprep v0.1.4
15722024-08-22T17:19:01.020Z Compiling url v2.5.2
15732024-08-22T17:19:05.110Z Compiling usdt-attr-macro v0.5.0
15742024-08-22T17:19:05.680Z Compiling usdt-macro v0.5.0
15752024-08-22T17:19:07.488Z Compiling serde_spanned v0.6.7
15762024-08-22T17:19:07.726Z Compiling toml_datetime v0.6.8
15772024-08-22T17:19:07.746Z Compiling md-5 v0.10.6
15782024-08-22T17:19:08.008Z Compiling regress v0.9.1
15792024-08-22T17:19:08.192Z Compiling idna v0.3.0
15802024-08-22T17:19:09.405Z Compiling lazy_static v1.5.0
15812024-08-22T17:19:09.546Z Compiling num-integer v0.1.46
15822024-08-22T17:19:10.367Z Compiling hash32 v0.2.1
15832024-08-22T17:19:10.667Z Compiling encoding_rs v0.8.34
15842024-08-22T17:19:10.742Z Compiling fallible-iterator v0.2.0
15852024-08-22T17:19:11.359Z Compiling stable_deref_trait v1.2.0
15862024-08-22T17:19:11.462Z Compiling is_terminal_polyfill v1.70.0
15872024-08-22T17:19:11.482Z Compiling mime v0.3.17
15882024-08-22T17:19:11.586Z Compiling colorchoice v1.0.1
15892024-08-22T17:19:11.604Z Compiling gimli v0.28.1
15902024-08-22T17:19:11.753Z Compiling anstyle-query v1.0.3
15912024-08-22T17:19:11.908Z Compiling psl-types v2.0.11
15922024-08-22T17:19:12.138Z Compiling base64 v0.22.1
15932024-08-22T17:19:12.838Z Compiling publicsuffix v2.2.3
15942024-08-22T17:19:12.908Z Compiling postgres-protocol v0.6.7
15952024-08-22T17:19:13.445Z Compiling anstream v0.6.14
15962024-08-22T17:19:14.118Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15972024-08-22T17:19:16.388Z Compiling addr2line v0.21.0
15982024-08-22T17:19:16.629Z Compiling num-iter v0.1.45
15992024-08-22T17:19:17.918Z Compiling tokio-rustls v0.24.1
16002024-08-22T17:19:18.843Z Compiling terminal_size v0.3.0
16012024-08-22T17:19:19.059Z Compiling tokio-native-tls v0.3.1
16022024-08-22T17:19:19.695Z Compiling phf_shared v0.11.2
16032024-08-22T17:19:19.761Z Compiling strum_macros v0.25.3
16042024-08-22T17:19:20.147Z Compiling serde_urlencoded v0.7.1
16052024-08-22T17:19:20.410Z Compiling enum-as-inner v0.6.0
16062024-08-22T17:19:21.411Z Compiling serde_repr v0.1.19
16072024-08-22T17:19:21.552Z Compiling ff v0.13.0
16082024-08-22T17:19:21.702Z Compiling object v0.32.2
16092024-08-22T17:19:21.723Z Compiling rustc-demangle v0.1.24
16102024-08-22T17:19:21.795Z Compiling bitflags v1.3.2
16112024-08-22T17:19:22.493Z Compiling managed v0.8.0
16122024-08-22T17:19:22.596Z Compiling either v1.13.0
16132024-08-22T17:19:22.947Z Compiling winnow v0.5.40
16142024-08-22T17:19:23.057Z Compiling ipnet v2.9.0
16152024-08-22T17:19:23.260Z Compiling clap_lex v0.7.0
16162024-08-22T17:19:24.181Z Compiling base16ct v0.2.0
16172024-08-22T17:19:24.488Z Compiling sec1 v0.7.3
16182024-08-22T17:19:25.082Z Compiling clap_builder v4.5.15
16192024-08-22T17:19:25.488Z Compiling rustls-pemfile v1.0.4
16202024-08-22T17:19:26.167Z Compiling group v0.13.0
16212024-08-22T17:19:26.730Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16222024-08-22T17:19:26.875Z Compiling toml_edit v0.19.15
16232024-08-22T17:19:29.169Z Compiling phf v0.11.2
16242024-08-22T17:19:29.473Z Compiling hyper-tls v0.5.0
16252024-08-22T17:19:30.270Z Compiling hyper-rustls v0.24.2
16262024-08-22T17:19:30.649Z Compiling cookie_store v0.20.0
16272024-08-22T17:19:31.159Z Compiling postgres-types v0.2.7
16282024-08-22T17:19:31.851Z Compiling hubpack v0.1.2
16292024-08-22T17:19:32.021Z Compiling pkcs1 v0.7.5
16302024-08-22T17:19:32.405Z Compiling phf_shared v0.10.0
16312024-08-22T17:19:32.988Z Compiling zerocopy v0.6.6
16322024-08-22T17:19:33.007Z Compiling futures-executor v0.3.30
16332024-08-22T17:19:33.088Z Compiling bstr v1.9.1
16342024-08-22T17:19:33.176Z Compiling hkdf v0.12.4
16352024-08-22T17:19:33.197Z Compiling signature v2.2.0
16362024-08-22T17:19:33.446Z Compiling crypto-bigint v0.5.5
16372024-08-22T17:19:33.470Z Compiling idna v0.4.0
16382024-08-22T17:19:33.619Z Compiling float-cmp v0.9.0
16392024-08-22T17:19:33.861Z Compiling mio v1.0.2
16402024-08-22T17:19:33.886Z Compiling memmap v0.7.0
16412024-08-22T17:19:34.198Z Compiling webpki-roots v0.25.4
16422024-08-22T17:19:34.364Z Compiling sync_wrapper v0.1.2
16432024-08-22T17:19:34.509Z Compiling fixedbitset v0.4.2
16442024-08-22T17:19:34.907Z Compiling precomputed-hash v0.1.1
16452024-08-22T17:19:34.924Z Compiling whoami v1.5.1
16462024-08-22T17:19:34.940Z Compiling unicode-segmentation v1.11.0
16472024-08-22T17:19:35.019Z Compiling normalize-line-endings v0.3.0
16482024-08-22T17:19:35.158Z Compiling difflib v0.4.0
16492024-08-22T17:19:35.542Z Compiling predicates-core v1.0.6
16502024-08-22T17:19:35.559Z Compiling bit-vec v0.6.3
16512024-08-22T17:19:35.752Z Compiling minimal-lexical v0.2.1
16522024-08-22T17:19:35.793Z Compiling static_assertions v1.1.0
16532024-08-22T17:19:35.865Z Compiling winnow v0.6.18
16542024-08-22T17:19:35.904Z Compiling new_debug_unreachable v1.0.6
16552024-08-22T17:19:36.004Z Compiling data-encoding v2.6.0
16562024-08-22T17:19:36.021Z Compiling string_cache v0.8.7
16572024-08-22T17:19:36.247Z Compiling nom v7.1.3
16582024-08-22T17:19:36.403Z Compiling elliptic-curve v0.13.8
16592024-08-22T17:19:36.442Z Compiling reqwest v0.11.27
16602024-08-22T17:19:37.039Z Compiling hickory-proto v0.24.1
16612024-08-22T17:19:37.155Z Compiling bit-set v0.5.3
16622024-08-22T17:19:37.401Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16632024-08-22T17:19:37.472Z Compiling predicates v3.1.2
16642024-08-22T17:19:37.691Z Compiling similar v2.6.0
16652024-08-22T17:19:39.695Z Compiling toml_edit v0.22.20
16662024-08-22T17:19:39.759Z Compiling tokio-postgres v0.7.11
16672024-08-22T17:19:40.139Z Compiling petgraph v0.6.5
16682024-08-22T17:19:43.962Z Compiling signal-hook-mio v0.2.4
16692024-08-22T17:19:44.147Z Compiling usdt v0.5.0
16702024-08-22T17:19:44.631Z Compiling rsa v0.9.6
16712024-08-22T17:19:44.977Z Compiling futures v0.3.30
16722024-08-22T17:19:46.262Z Compiling toml v0.7.8
16732024-08-22T17:19:46.283Z Compiling clap v4.5.16
16742024-08-22T17:19:46.411Z Compiling flate2 v1.0.31
16752024-08-22T17:19:46.752Z Compiling crossbeam-epoch v0.9.18
16762024-08-22T17:19:47.021Z Compiling itertools v0.12.1
16772024-08-22T17:19:47.347Z Compiling itertools v0.10.5
16782024-08-22T17:19:47.493Z Compiling console v0.15.8
16792024-08-22T17:19:49.059Z Compiling tokio-stream v0.1.15
16802024-08-22T17:19:49.617Z Compiling hex v0.4.3
16812024-08-22T17:19:50.205Z Compiling sha1 v0.10.6
16822024-08-22T17:19:50.765Z Compiling peg-runtime v0.8.3
16832024-08-22T17:19:50.982Z Compiling lalrpop-util v0.19.12
16842024-08-22T17:19:51.045Z Compiling unicode-xid v0.2.4
16852024-08-22T17:19:51.230Z Compiling camino v1.1.9
16862024-08-22T17:19:51.333Z Compiling radium v0.7.0
16872024-08-22T17:19:51.845Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16882024-08-22T17:19:55.899Z Compiling is-terminal v0.4.12
16892024-08-22T17:19:58.562Z Compiling tap v1.0.1
16902024-08-22T17:19:59.734Z Compiling ident_case v1.0.1
16912024-08-22T17:19:59.928Z Compiling maybe-uninit v2.0.0
16922024-08-22T17:20:01.210Z Compiling rustls-pki-types v1.7.0
16932024-08-22T17:20:04.844Z Compiling darling_core v0.20.9
16942024-08-22T17:20:11.326Z Compiling wyz v0.5.1
16952024-08-22T17:20:17.520Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16962024-08-22T17:20:18.015Z Compiling getopts v0.2.21
16972024-08-22T17:20:18.852Z Compiling bzip2-sys v0.1.11+1.0.8
16982024-08-22T17:20:19.378Z Compiling dirs-sys-next v0.1.2
16992024-08-22T17:20:20.396Z Compiling paste v1.0.15
17002024-08-22T17:20:20.461Z Compiling rustls v0.22.4
17012024-08-22T17:20:20.486Z Compiling packed_struct v0.10.1
17022024-08-22T17:20:20.774Z Compiling unsafe-libyaml v0.2.11
17032024-08-22T17:20:20.939Z Compiling funty v2.0.0
17042024-08-22T17:20:22.652Z Compiling serde_yaml v0.9.34+deprecated
17052024-08-22T17:20:23.392Z Compiling bitvec v1.0.1
17062024-08-22T17:20:24.184Z Compiling dirs-next v2.0.0
17072024-08-22T17:20:26.539Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17082024-08-22T17:20:29.590Z Compiling darling_macro v0.20.9
17092024-08-22T17:20:30.772Z Compiling rustls-webpki v0.102.4
17102024-08-22T17:20:32.411Z Compiling packed_struct_codegen v0.10.1
17112024-08-22T17:20:33.614Z Compiling structmeta-derive v0.3.0
17122024-08-22T17:20:34.172Z Compiling thread_local v1.1.8
17132024-08-22T17:20:34.892Z Compiling indexmap v1.9.3
17142024-08-22T17:20:34.975Z Compiling multer v3.1.0
17152024-08-22T17:20:35.052Z Compiling nodrop v0.1.14
17162024-08-22T17:20:35.055Z Compiling fastrand v2.1.0
17172024-08-22T17:20:35.232Z Compiling rayon-core v1.12.1
17182024-08-22T17:20:35.309Z Compiling match_cfg v0.1.0
17192024-08-22T17:20:35.424Z Compiling slog-async v2.8.0
17202024-08-22T17:20:35.691Z Compiling crc-catalog v2.4.0
17212024-08-22T17:20:35.792Z Compiling tempfile v3.10.1
17222024-08-22T17:20:35.852Z Compiling crc v3.2.1
17232024-08-22T17:20:36.164Z Compiling hostname v0.3.1
17242024-08-22T17:20:36.271Z Compiling structmeta v0.3.0
17252024-08-22T17:20:36.551Z Compiling array-init v0.0.4
17262024-08-22T17:20:37.842Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17272024-08-22T17:20:39.054Z Compiling smallvec v0.6.14
17282024-08-22T17:20:39.587Z Compiling darling v0.20.9
17292024-08-22T17:20:39.722Z Compiling term v0.7.0
17302024-08-22T17:20:42.821Z Compiling crossbeam-deque v0.8.5
17312024-08-22T17:20:43.232Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17322024-08-22T17:20:44.208Z Compiling slog-json v2.6.1
17332024-08-22T17:20:44.839Z Compiling crossbeam-channel v0.5.12
17342024-08-22T17:20:45.319Z Compiling http v1.1.0
17352024-08-22T17:20:46.826Z Compiling pin-project-internal v1.1.5
17362024-08-22T17:20:48.036Z Compiling async-stream-impl v0.3.5
17372024-08-22T17:20:50.022Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17382024-08-22T17:20:50.501Z Compiling atomic-waker v1.1.2
17392024-08-22T17:20:51.633Z Compiling bitfield v0.14.0
17402024-08-22T17:20:52.428Z Compiling same-file v1.0.6
17412024-08-22T17:20:52.485Z Compiling termcolor v1.4.1
17422024-08-22T17:20:53.530Z Compiling hashbrown v0.12.3
17432024-08-22T17:20:54.510Z Compiling take_mut v0.2.2
17442024-08-22T17:20:59.562Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17452024-08-22T17:21:01.885Z Compiling env_logger v0.10.2
17462024-08-22T17:21:04.904Z Compiling walkdir v2.5.0
17472024-08-22T17:21:05.402Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17482024-08-22T17:21:06.344Z Compiling waitgroup v0.1.2
17492024-08-22T17:21:06.806Z Compiling pin-project v1.1.5
17502024-08-22T17:21:06.950Z Compiling async-stream v0.3.5
17512024-08-22T17:21:10.010Z Compiling slog-bunyan v2.5.0
17522024-08-22T17:21:10.307Z Compiling tokio-rustls v0.25.0
17532024-08-22T17:21:10.869Z Compiling slog-term v2.9.1
17542024-08-22T17:21:10.936Z Compiling serde_with_macros v3.9.0
17552024-08-22T17:21:12.824Z Compiling serde-hex v0.1.0
17562024-08-22T17:21:13.558Z Compiling bzip2 v0.4.4
17572024-08-22T17:21:13.687Z Compiling parse-display-derive v0.10.0
17582024-08-22T17:21:14.042Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17592024-08-22T17:21:14.057Z Compiling toml v0.8.19
17602024-08-22T17:21:14.103Z Compiling rustls-pemfile v2.1.3
17612024-08-22T17:21:17.656Z Compiling x509-cert v0.2.5
17622024-08-22T17:21:17.726Z Compiling ron v0.8.1
17632024-08-22T17:21:18.126Z Compiling newtype-uuid v1.1.0
17642024-08-22T17:21:18.145Z Compiling ipnetwork v0.20.0
17652024-08-22T17:21:18.538Z Compiling strum_macros v0.26.4
17662024-08-22T17:21:21.159Z Compiling xattr v1.3.1
17672024-08-22T17:21:21.492Z Compiling snafu-derive v0.8.2
17682024-08-22T17:21:21.998Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17692024-08-22T17:21:22.504Z Compiling serde_path_to_error v0.1.16
17702024-08-22T17:21:23.169Z Compiling hashbrown v0.13.2
17712024-08-22T17:21:23.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17722024-08-22T17:21:24.018Z Compiling blake3 v1.5.1
17732024-08-22T17:21:24.349Z Compiling ring v0.16.20
17742024-08-22T17:21:24.604Z Compiling filetime v0.2.24
17752024-08-22T17:21:24.664Z Compiling hostname v0.4.0
17762024-08-22T17:21:24.940Z Compiling instant v0.1.12
17772024-08-22T17:21:25.126Z Compiling crc-any v2.5.0
17782024-08-22T17:21:25.382Z Compiling debug-ignore v1.0.5
17792024-08-22T17:21:25.405Z Compiling buf-list v1.0.3
17802024-08-22T17:21:26.082Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17812024-08-22T17:21:26.475Z Compiling snafu v0.8.2
17822024-08-22T17:21:26.526Z Compiling backoff v0.4.0
17832024-08-22T17:21:26.904Z Compiling tar v0.4.41
17842024-08-22T17:21:28.397Z Compiling object v0.30.4
17852024-08-22T17:21:29.557Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17862024-08-22T17:21:29.774Z Compiling strum v0.26.3
17872024-08-22T17:21:29.983Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17882024-08-22T17:21:31.754Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17892024-08-22T17:21:31.816Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17902024-08-22T17:21:31.932Z Compiling parse-display v0.10.0
17912024-08-22T17:21:32.147Z Compiling zip v0.6.6
17922024-08-22T17:21:32.353Z Compiling serde_with v3.9.0
17932024-08-22T17:21:33.997Z Compiling rayon v1.10.0
17942024-08-22T17:21:34.977Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17952024-08-22T17:21:35.536Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
17962024-08-22T17:21:35.746Z Compiling camino-tempfile v1.1.1
17972024-08-22T17:21:36.556Z Compiling globset v0.4.14
17982024-08-22T17:21:36.885Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17992024-08-22T17:21:37.075Z Compiling pem v3.0.4
18002024-08-22T17:21:38.653Z Compiling olpc-cjson v0.1.3
18012024-08-22T17:21:39.014Z Compiling macaddr v1.0.1
18022024-08-22T17:21:39.699Z Compiling serde_plain v1.0.2
18032024-08-22T17:21:39.838Z Compiling async-recursion v1.1.1
18042024-08-22T17:21:40.222Z Compiling memmap2 v0.9.4
18052024-08-22T17:21:40.822Z Compiling constant_time_eq v0.3.0
18062024-08-22T17:21:41.004Z Compiling typed-path v0.7.1
18072024-08-22T17:21:41.369Z Compiling arrayvec v0.7.4
18082024-08-22T17:21:41.857Z Compiling arrayref v0.3.7
18092024-08-22T17:21:41.885Z Compiling spin v0.5.2
18102024-08-22T17:21:41.975Z Compiling path-slash v0.1.5
18112024-08-22T17:21:42.172Z Compiling untrusted v0.7.1
18122024-08-22T17:21:42.232Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18132024-08-22T17:21:44.350Z Compiling tough v0.17.1
18142024-08-22T17:21:47.120Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18152024-08-22T17:21:48.668Z Compiling itertools v0.13.0
18162024-08-22T17:21:50.002Z Compiling cargo-platform v0.1.8
18172024-08-22T17:21:50.721Z Compiling parse-size v1.0.0
18182024-08-22T17:21:51.039Z Compiling topological-sort v0.2.2
18192024-08-22T17:21:51.143Z Compiling cargo_metadata v0.18.1
18202024-08-22T17:21:51.327Z Compiling omicron-zone-package v0.11.0
18212024-08-22T17:21:52.417Z Compiling shell-words v1.1.0
18222024-08-22T17:22:00.011Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18232024-08-22T17:22:11.474Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18242024-08-22T17:22:26.685Z Finished `release` profile [optimized] target(s) in 4m 52s
18252024-08-22T17:22:26.830Z Running `target/release/omicron-releng --output-dir /work`
18262024-08-22T17:22:26.875ZAug 22 17:22:25.391 DEBG changing working directory to /work/oxidecomputer/omicron
18272024-08-22T17:22:26.971ZAug 22 17:22:25.489 DEBG running: git rev-parse HEAD
18282024-08-22T17:22:26.978ZAug 22 17:22:25.496 DEBG process exited with exit status: 0 (6.890178ms)
18292024-08-22T17:22:26.978ZAug 22 17:22:25.496 INFO version: 10.0.0-0.ci+git8293be55df8
18302024-08-22T17:22:27.019ZAug 22 17:22:25.537 INFO cloning helios to /work/oxidecomputer/helios
18312024-08-22T17:22:27.019ZAug 22 17:22:25.537 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18322024-08-22T17:22:27.025ZCloning into '/work/oxidecomputer/helios'...
18332024-08-22T17:22:27.667ZAug 22 17:22:26.184 DEBG process exited with exit status: 0 (647.24855ms)
18342024-08-22T17:22:27.667ZAug 22 17:22:26.184 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18352024-08-22T17:22:27.674Z# branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29
18362024-08-22T17:22:27.674Z# branch.head master
18372024-08-22T17:22:27.674Z# branch.upstream origin/master
18382024-08-22T17:22:27.674Z# branch.ab +0 -0
18392024-08-22T17:22:27.679ZAug 22 17:22:26.193 DEBG process exited with exit status: 0 (8.774835ms)
18402024-08-22T17:22:27.679ZAug 22 17:22:26.193 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18412024-08-22T17:22:28.432ZAug 22 17:22:26.950 DEBG process exited with exit status: 0 (756.666149ms)
18422024-08-22T17:22:28.432ZAug 22 17:22:26.950 DEBG running: zfs list rpool/images/build/host
18432024-08-22T17:22:28.439ZNAME USED AVAIL REFER MOUNTPOINT
18442024-08-22T17:22:28.439Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18452024-08-22T17:22:28.442ZAug 22 17:22:26.957 DEBG process exited with exit status: 0 (7.579329ms)
18462024-08-22T17:22:28.442ZAug 22 17:22:26.957 DEBG running: zfs list rpool/images/build/recovery
18472024-08-22T17:22:28.446ZNAME USED AVAIL REFER MOUNTPOINT
18482024-08-22T17:22:28.446Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18492024-08-22T17:22:28.448ZAug 22 17:22:26.964 DEBG process exited with exit status: 0 (6.794762ms)
18502024-08-22T17:22:28.448ZAug 22 17:22:26.965 INFO [hubris-staging] running task
18512024-08-22T17:22:28.448ZAug 22 17:22:26.965 INFO [hubris-production] running task
18522024-08-22T17:22:28.448ZAug 22 17:22:26.966 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
18532024-08-22T17:22:28.451ZAug 22 17:22:26.969 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18542024-08-22T17:22:28.791Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18552024-08-22T17:22:28.993Z[ omicron-package] Blocking waiting for file lock on package cache
18562024-08-22T17:22:29.630Z[ omicron-package] Blocking waiting for file lock on package cache
18572024-08-22T17:22:29.845ZAug 22 17:22:28.363 INFO [hubris-production] task succeeded (1.397422213s)
18582024-08-22T17:22:29.913Z[ omicron-package] Blocking waiting for file lock on package cache
18592024-08-22T17:22:30.735Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18602024-08-22T17:22:30.735Z[ omicron-package] Compiling heapless v0.8.0
18612024-08-22T17:22:30.738Z[ omicron-package] Compiling hash32 v0.3.1
18622024-08-22T17:22:30.738Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18632024-08-22T17:22:30.738Z[ omicron-package] Compiling smoltcp v0.11.0
18642024-08-22T17:22:30.738Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18652024-08-22T17:22:30.738Z[ omicron-package] Compiling cobs v0.2.3
18662024-08-22T17:22:30.738Z[ omicron-package] Compiling embedded-io v0.4.0
18672024-08-22T17:22:31.857Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18682024-08-22T17:22:32.048Z[ omicron-package] Compiling postcard v1.0.8
18692024-08-22T17:22:32.427Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18702024-08-22T17:22:32.600Z[ omicron-package] Compiling num_enum_derive v0.5.11
18712024-08-22T17:22:32.600Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18722024-08-22T17:22:33.127Z[ omicron-package] Compiling proc-macro-error v1.0.4
18732024-08-22T17:22:33.129Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18742024-08-22T17:22:33.263Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18752024-08-22T17:22:33.611Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18762024-08-22T17:22:34.494Z[ omicron-package] Compiling foreign-types v0.5.0
18772024-08-22T17:22:34.575Z[ omicron-package] Compiling tabwriter v1.4.0
18782024-08-22T17:22:34.578Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18792024-08-22T17:22:34.739Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18802024-08-22T17:22:34.914Z[ omicron-package] Compiling cstr-argument v0.1.2
18812024-08-22T17:22:35.091Z[ omicron-package] Compiling pretty-hex v0.2.1
18822024-08-22T17:22:35.580Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18832024-08-22T17:22:35.657Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18842024-08-22T17:22:36.177Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18852024-08-22T17:22:36.441Z[ omicron-package] Compiling colored v2.1.0
18862024-08-22T17:22:36.606Z[ omicron-package] Compiling socket2 v0.4.10
18872024-08-22T17:22:36.863Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18882024-08-22T17:22:37.159Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18892024-08-22T17:22:37.292Z[ omicron-package] Compiling num_enum v0.5.11
18902024-08-22T17:22:37.335Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18912024-08-22T17:22:37.819Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18922024-08-22T17:22:38.023Z[ omicron-package] Compiling num-derive v0.4.2
18932024-08-22T17:22:38.284Z[ omicron-package] Compiling sigpipe v0.1.3
18942024-08-22T17:22:38.662Z[ omicron-package] Compiling libefi-sys v0.1.0
18952024-08-22T17:22:38.857Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18962024-08-22T17:22:38.941ZAug 22 17:22:37.457 INFO [hubris-staging] task succeeded (10.491458272s)
18972024-08-22T17:22:39.099Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18982024-08-22T17:22:39.637Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18992024-08-22T17:22:39.970Z[ omicron-package] Compiling smf v0.2.3
19002024-08-22T17:22:40.066Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19012024-08-22T17:22:40.125Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19022024-08-22T17:22:41.078Z[ omicron-package] Compiling bitfield-struct v0.6.1
19032024-08-22T17:22:41.393Z[ omicron-package] Compiling portable-atomic v1.6.0
19042024-08-22T17:22:42.370Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19052024-08-22T17:22:43.481Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19062024-08-22T17:22:44.261Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19072024-08-22T17:22:45.510Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19082024-08-22T17:22:45.867Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19092024-08-22T17:22:46.185Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19102024-08-22T17:22:46.234Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19112024-08-22T17:22:46.611Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19122024-08-22T17:22:47.302Z[ omicron-package] Compiling gethostname v0.5.0
19132024-08-22T17:22:47.970Z[ omicron-package] Compiling number_prefix v0.4.0
19142024-08-22T17:22:48.596Z[ omicron-package] Compiling indicatif v0.17.8
19152024-08-22T17:22:49.820Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19162024-08-22T17:22:53.086Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19172024-08-22T17:22:53.766Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19182024-08-22T17:22:55.389Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19192024-08-22T17:23:12.981Z[ helios-setup] Aug 22 17:23:11.491 INFO helios repository root is: /work/oxidecomputer/helios
19202024-08-22T17:23:12.984Z[ helios-setup] Aug 22 17:23:11.494 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
19212024-08-22T17:23:12.984Z[ helios-setup] Aug 22 17:23:11.494 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19222024-08-22T17:23:12.989Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19232024-08-22T17:23:14.023Z[ helios-setup] Aug 22 17:23:12.533 INFO clone ok!, project: bootserver
19242024-08-22T17:23:14.026Z[ helios-setup] Aug 22 17:23:12.534 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
19252024-08-22T17:23:14.026Z[ helios-setup] Aug 22 17:23:12.534 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19262024-08-22T17:23:14.029Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19272024-08-22T17:23:14.495Z[ helios-setup] Aug 22 17:23:13.004 INFO clone ok!, project: phbl
19282024-08-22T17:23:14.498Z[ helios-setup] Aug 22 17:23:13.005 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19292024-08-22T17:23:14.498Z[ helios-setup] Aug 22 17:23:13.005 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
19302024-08-22T17:23:14.498Z[ helios-setup] Aug 22 17:23:13.005 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19312024-08-22T17:23:14.503Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19322024-08-22T17:23:15.010Z[ helios-setup] Aug 22 17:23:13.520 INFO clone ok!, project: pinprick
19332024-08-22T17:23:15.013Z[ helios-setup] Aug 22 17:23:13.520 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
19342024-08-22T17:23:15.013Z[ helios-setup] Aug 22 17:23:13.520 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19352024-08-22T17:23:15.015Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19362024-08-22T17:23:15.224Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.75s
19372024-08-22T17:23:15.431Z[ omicron-package]
19382024-08-22T17:23:15.431Z[ omicron-package] real 46.931826336
19392024-08-22T17:23:15.431Z[ omicron-package] user 2:50.609362164
19402024-08-22T17:23:15.434Z[ omicron-package] sys 22.858678661
19412024-08-22T17:23:15.434Z[ omicron-package] trap 0.166138743
19422024-08-22T17:23:15.434Z[ omicron-package] tflt 1.071677718
19432024-08-22T17:23:15.434Z[ omicron-package] dflt 0.636829349
19442024-08-22T17:23:15.434Z[ omicron-package] kflt 0.018426568
19452024-08-22T17:23:15.434Z[ omicron-package] lock 5:31.541999562
19462024-08-22T17:23:15.434Z[ omicron-package] slp 9:29.558266990
19472024-08-22T17:23:15.434Z[ omicron-package] lat 1:38.450930822
19482024-08-22T17:23:15.434Z[ omicron-package] stop 59.275585464
19492024-08-22T17:23:15.434ZAug 22 17:23:13.942 INFO [omicron-package] process exited with exit status: 0 (46.975955502s)
19502024-08-22T17:23:15.434ZAug 22 17:23:13.942 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
19512024-08-22T17:23:15.478ZAug 22 17:23:13.985 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19522024-08-22T17:23:15.486Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19532024-08-22T17:23:15.489Z[ host-target] Created new build target 'host' and set it as active
19542024-08-22T17:23:15.492ZAug 22 17:23:13.999 INFO [host-target] process exited with exit status: 0 (57.062048ms)
19552024-08-22T17:23:15.492ZAug 22 17:23:13.999 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19562024-08-22T17:23:15.495Z[ recovery-target] Created new build target 'recovery' and set it as active
19572024-08-22T17:23:15.498Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19582024-08-22T17:23:15.498ZAug 22 17:23:14.008 INFO [recovery-target] process exited with exit status: 0 (22.139593ms)
19592024-08-22T17:23:15.506Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19602024-08-22T17:23:15.853Z[ helios-setup] Aug 22 17:23:14.362 INFO clone ok!, project: chelsio-t6-roms
19612024-08-22T17:23:15.855Z[ helios-setup] Aug 22 17:23:14.363 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
19622024-08-22T17:23:15.855Z[ helios-setup] Aug 22 17:23:14.363 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19632024-08-22T17:23:15.858Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19642024-08-22T17:23:16.726Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19652024-08-22T17:23:16.726Z[ host-package] Compiling camino v1.1.9
19662024-08-22T17:23:16.728Z[ host-package] Compiling password-hash v0.5.0
19672024-08-22T17:23:16.728Z[ host-package] Compiling blake2 v0.10.6
19682024-08-22T17:23:16.728Z[ host-package] Compiling derive-where v1.2.7
19692024-08-22T17:23:16.728Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19702024-08-22T17:23:16.728Z[ host-package] Compiling humantime v2.1.0
19712024-08-22T17:23:16.930Z[ host-package] Compiling newline-converter v0.3.0
19722024-08-22T17:23:17.059Z[ host-package] Compiling toml v0.8.19
19732024-08-22T17:23:17.124Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19742024-08-22T17:23:17.597Z[ host-package] Compiling argon2 v0.5.3
19752024-08-22T17:23:17.771Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19762024-08-22T17:23:17.911Z[ host-package] Compiling expectorate v1.1.0
19772024-08-22T17:23:17.993Z[ host-package] Compiling dirs-sys-next v0.1.2
19782024-08-22T17:23:18.136Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19792024-08-22T17:23:18.211Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19802024-08-22T17:23:18.536Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19812024-08-22T17:23:18.683Z[ host-package] Compiling dirs-next v2.0.0
19822024-08-22T17:23:18.744Z[ host-package] Compiling num-rational v0.4.2
19832024-08-22T17:23:18.904Z[ host-package] Compiling num-complex v0.4.6
19842024-08-22T17:23:19.142Z[ host-package] Compiling convert_case v0.4.0
19852024-08-22T17:23:19.164Z[ host-package] Compiling term v0.7.0
19862024-08-22T17:23:19.981Z[ host-package] Compiling derive_more v0.99.18
19872024-08-22T17:23:20.141Z[ host-package] Compiling num v0.4.3
19882024-08-22T17:23:20.248Z[ host-package] Compiling float-ord v0.3.2
19892024-08-22T17:23:20.265Z[ host-package] Compiling prettyplease v0.2.20
19902024-08-22T17:23:20.289Z[ host-package] Compiling is-terminal v0.4.12
19912024-08-22T17:23:20.428Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
19922024-08-22T17:23:20.455Z[ host-package] Compiling linked-hash-map v0.5.6
19932024-08-22T17:23:20.503Z[ host-package] Compiling semver v0.1.20
19942024-08-22T17:23:20.605Z[ host-package] Compiling utf-8 v0.7.6
19952024-08-22T17:23:20.905Z[ host-package] Compiling rustc_version v0.1.7
19962024-08-22T17:23:21.007Z[ host-package] Compiling lru-cache v0.1.2
19972024-08-22T17:23:21.120Z[ host-package] Compiling home v0.5.9
19982024-08-22T17:23:21.268Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19992024-08-22T17:23:21.332Z[ host-package] Compiling cookie v0.18.1
20002024-08-22T17:23:21.402Z[ host-package] Compiling highway v1.2.0
20012024-08-22T17:23:21.442Z[ host-package] Compiling newtype_derive v0.1.6
20022024-08-22T17:23:21.894Z[ host-package] Compiling rustls-pki-types v1.7.0
20032024-08-22T17:23:22.152Z[ helios-setup] Aug 22 17:23:20.661 INFO clone ok!, project: amd-firmware
20042024-08-22T17:23:22.155Z[ helios-setup] Aug 22 17:23:20.661 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
20052024-08-22T17:23:22.155Z[ helios-setup] Aug 22 17:23:20.661 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20062024-08-22T17:23:22.158Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20072024-08-22T17:23:22.391Z[ host-package] Compiling quick-error v1.2.3
20082024-08-22T17:23:22.568Z[ host-package] Compiling resolv-conf v0.7.0
20092024-08-22T17:23:22.710Z[ host-package] Compiling rustls-webpki v0.102.4
20102024-08-22T17:23:23.481Z[ helios-setup] Aug 22 17:23:21.989 INFO clone ok!, project: pilot
20112024-08-22T17:23:23.484Z[ helios-setup] Aug 22 17:23:21.990 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
20122024-08-22T17:23:23.484Z[ helios-setup] Aug 22 17:23:21.990 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20132024-08-22T17:23:23.486Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20142024-08-22T17:23:24.301Z[ host-package] Compiling steno v0.4.1
20152024-08-22T17:23:24.342Z[ helios-setup] Aug 22 17:23:22.850 INFO clone ok!, project: image-builder
20162024-08-22T17:23:24.345Z[ helios-setup] Aug 22 17:23:22.850 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20172024-08-22T17:23:24.345Z[ helios-setup] Aug 22 17:23:22.851 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
20182024-08-22T17:23:24.345Z[ helios-setup] Aug 22 17:23:22.851 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
20192024-08-22T17:23:24.347Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20202024-08-22T17:23:24.980Z[ host-package] Compiling rustls v0.22.4
20212024-08-22T17:23:24.996Z[ host-package] Compiling thread_local v1.1.8
20222024-08-22T17:23:25.422Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20232024-08-22T17:23:25.441Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20242024-08-22T17:23:25.559Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20252024-08-22T17:23:25.714Z[ host-package] Compiling slog-dtrace v0.3.0
20262024-08-22T17:23:26.060Z[ host-package] Compiling match_cfg v0.1.0
20272024-08-22T17:23:26.181Z[ host-package] Compiling hostname v0.3.1
20282024-08-22T17:23:27.158Z[ host-package] Compiling hickory-resolver v0.24.1
20292024-08-22T17:23:27.499Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20302024-08-22T17:23:28.673Z[ host-package] Compiling multer v3.1.0
20312024-08-22T17:23:28.758Z[ host-package] Compiling slog-async v2.8.0
20322024-08-22T17:23:28.841Z[ host-package] Compiling slog-json v2.6.1
20332024-08-22T17:23:29.240Z[ host-package] Compiling crossbeam-channel v0.5.12
20342024-08-22T17:23:30.429Z[ host-package] Compiling http v1.1.0
20352024-08-22T17:23:32.883Z[ host-package] Compiling take_mut v0.2.2
20362024-08-22T17:23:33.088Z[ host-package] Compiling atomic-waker v1.1.2
20372024-08-22T17:23:33.337Z[ host-package] Compiling waitgroup v0.1.2
20382024-08-22T17:23:33.897Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20392024-08-22T17:23:33.913Z[ helios-setup] Aug 22 17:23:32.419 INFO clone ok!, project: amd-host-image-builder
20402024-08-22T17:23:33.915Z[ helios-setup] Aug 22 17:23:32.419 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20412024-08-22T17:23:33.915Z[ helios-setup] Aug 22 17:23:32.420 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20422024-08-22T17:23:34.761Z[ host-package] Compiling tokio-rustls v0.25.0
20432024-08-22T17:23:34.781Z[ host-package] Compiling slog-bunyan v2.5.0
20442024-08-22T17:23:35.207Z[ host-package] Compiling slog-term v2.9.1
20452024-08-22T17:23:35.229Z[ helios-setup] Aug 22 17:23:33.736 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20462024-08-22T17:23:35.824Z[ helios-setup] Aug 22 17:23:34.330 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20472024-08-22T17:23:35.824Z[ helios-setup] Aug 22 17:23:34.330 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20482024-08-22T17:23:36.270Z[ host-package] Compiling rustls-pemfile v2.1.3
20492024-08-22T17:23:36.361Z[ helios-setup] Aug 22 17:23:34.867 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20502024-08-22T17:23:36.766Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20512024-08-22T17:23:36.876Z[ host-package] Compiling async-stream v0.3.5
20522024-08-22T17:23:36.909Z[ host-package] Compiling newtype-uuid v1.1.0
20532024-08-22T17:23:36.909Z[ host-package] Compiling ipnetwork v0.20.0
20542024-08-22T17:23:36.974Z[ helios-setup] Aug 22 17:23:35.479 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20552024-08-22T17:23:36.974Z[ helios-setup] Aug 22 17:23:35.479 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20562024-08-22T17:23:37.278Z[ host-package] Compiling serde_path_to_error v0.1.16
20572024-08-22T17:23:37.381Z[ host-package] Compiling hostname v0.4.0
20582024-08-22T17:23:37.561Z[ helios-setup] Aug 22 17:23:36.067 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20592024-08-22T17:23:37.704Z[ host-package] Compiling instant v0.1.12
20602024-08-22T17:23:37.895Z[ host-package] Compiling debug-ignore v1.0.5
20612024-08-22T17:23:37.930Z[ host-package] Compiling backoff v0.4.0
20622024-08-22T17:23:38.074Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20632024-08-22T17:23:38.136Z[ helios-setup] Aug 22 17:23:36.640 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20642024-08-22T17:23:38.137Z[ helios-setup] Aug 22 17:23:36.641 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20652024-08-22T17:23:38.142Z[ helios-setup] Aug 22 17:23:36.641 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20662024-08-22T17:23:38.143Z[ helios-setup] Aug 22 17:23:36.641 INFO ok!
20672024-08-22T17:23:38.143Z[ helios-setup] Aug 22 17:23:36.641 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20682024-08-22T17:23:38.143Z[ helios-setup] Aug 22 17:23:36.641 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20692024-08-22T17:23:38.143Z[ helios-setup] Aug 22 17:23:36.641 INFO ok!
20702024-08-22T17:23:38.143Z[ helios-setup] Aug 22 17:23:36.641 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20712024-08-22T17:23:38.143Z[ helios-setup] Aug 22 17:23:36.641 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20722024-08-22T17:23:38.143Z[ helios-setup] Aug 22 17:23:36.641 INFO ok!
20732024-08-22T17:23:38.144Z[ helios-setup] Aug 22 17:23:36.641 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
20742024-08-22T17:23:38.144Z[ helios-setup] Aug 22 17:23:36.641 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
20752024-08-22T17:23:38.351Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20762024-08-22T17:23:38.521Z[ helios-setup] Aug 22 17:23:37.026 INFO E| Downloading crates ...
20772024-08-22T17:23:38.653Z[ helios-setup] Aug 22 17:23:37.158 INFO E| Downloaded typenum v1.15.0
20782024-08-22T17:23:38.659Z[ helios-setup] Aug 22 17:23:37.165 INFO E| Downloaded anyhow v1.0.62
20792024-08-22T17:23:38.666Z[ helios-setup] Aug 22 17:23:37.171 INFO E| Downloaded unicode-width v0.1.10
20802024-08-22T17:23:38.668Z[ helios-setup] Aug 22 17:23:37.174 INFO E| Downloaded sha2 v0.10.5
20812024-08-22T17:23:38.672Z[ helios-setup] Aug 22 17:23:37.178 INFO E| Downloaded digest v0.10.3
20822024-08-22T17:23:38.675Z[ helios-setup] Aug 22 17:23:37.181 INFO E| Downloaded bytes v1.2.1
20832024-08-22T17:23:38.681Z[ helios-setup] Aug 22 17:23:37.187 INFO E| Downloaded miniz_oxide v0.6.2
20842024-08-22T17:23:38.684Z[ helios-setup] Aug 22 17:23:37.190 INFO E| Downloaded flate2 v1.0.25
20852024-08-22T17:23:38.692Z[ helios-setup] Aug 22 17:23:37.198 INFO E| Downloaded generic-array v0.14.6
20862024-08-22T17:23:38.695Z[ helios-setup] Aug 22 17:23:37.200 INFO E| Downloaded cpufeatures v0.2.5
20872024-08-22T17:23:38.697Z[ helios-setup] Aug 22 17:23:37.202 INFO E| Downloaded block-buffer v0.10.3
20882024-08-22T17:23:38.781Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20892024-08-22T17:23:38.841Z[ helios-setup] Aug 22 17:23:37.346 INFO E| Compiling typenum v1.15.0
20902024-08-22T17:23:38.843Z[ helios-setup] Aug 22 17:23:37.347 INFO E| Compiling version_check v0.9.4
20912024-08-22T17:23:38.843Z[ helios-setup] Aug 22 17:23:37.347 INFO E| Compiling crc32fast v1.3.2
20922024-08-22T17:23:38.843Z[ helios-setup] Aug 22 17:23:37.347 INFO E| Compiling cfg-if v1.0.0
20932024-08-22T17:23:38.843Z[ helios-setup] Aug 22 17:23:37.347 INFO E| Compiling adler v1.0.2
20942024-08-22T17:23:38.844Z[ helios-setup] Aug 22 17:23:37.347 INFO E| Compiling anyhow v1.0.62
20952024-08-22T17:23:38.844Z[ helios-setup] Aug 22 17:23:37.347 INFO E| Compiling unicode-width v0.1.10
20962024-08-22T17:23:38.844Z[ helios-setup] Aug 22 17:23:37.348 INFO E| Compiling cpufeatures v0.2.5
20972024-08-22T17:23:38.927Z[ host-package] Compiling parse-display v0.10.0
20982024-08-22T17:23:39.215Z[ helios-setup] Aug 22 17:23:37.721 INFO E| Compiling bytes v1.2.1
20992024-08-22T17:23:39.230Z[ helios-setup] Aug 22 17:23:37.736 INFO E| Compiling bitflags v1.3.2
21002024-08-22T17:23:39.282Z[ helios-setup] Aug 22 17:23:37.787 INFO E| Compiling getopts v0.2.21
21012024-08-22T17:23:39.462Z[ helios-setup] Aug 22 17:23:37.968 INFO E| Compiling miniz_oxide v0.6.2
21022024-08-22T17:23:40.162Z[ helios-setup] Aug 22 17:23:38.667 INFO E| Compiling generic-array v0.14.6
21032024-08-22T17:23:40.216Z[ host-package] Compiling serde_with v3.9.0
21042024-08-22T17:23:41.176Z[ helios-setup] Aug 22 17:23:39.681 INFO E| Compiling flate2 v1.0.25
21052024-08-22T17:23:44.349Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21062024-08-22T17:23:44.571Z[ host-package] Compiling strum v0.26.3
21072024-08-22T17:23:44.852Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21082024-08-22T17:23:45.090Z[ helios-setup] Aug 22 17:23:43.594 INFO E| Compiling crypto-common v0.1.6
21092024-08-22T17:23:45.090Z[ helios-setup] Aug 22 17:23:43.594 INFO E| Compiling block-buffer v0.10.3
21102024-08-22T17:23:45.279Z[ helios-setup] Aug 22 17:23:43.783 INFO E| Compiling digest v0.10.3
21112024-08-22T17:23:45.643Z[ helios-setup] Aug 22 17:23:44.148 INFO E| Compiling sha2 v0.10.5
21122024-08-22T17:23:46.203Z[ helios-setup] Aug 22 17:23:44.707 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
21132024-08-22T17:23:47.108Z[ host-package] Compiling macaddr v1.0.1
21142024-08-22T17:23:47.686Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21152024-08-22T17:23:48.343Z[ host-package] Compiling swrite v0.1.0
21162024-08-22T17:23:49.339Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21172024-08-22T17:23:49.518Z[ host-package] Compiling rayon-core v1.12.1
21182024-08-22T17:23:49.572Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21192024-08-22T17:23:51.607Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21202024-08-22T17:23:51.870Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21212024-08-22T17:23:52.018Z[ helios-setup] Aug 22 17:23:50.521 INFO E| Finished `release` profile [optimized] target(s) in 13.79s
21222024-08-22T17:23:52.033Z[ helios-setup] Aug 22 17:23:50.537 INFO building project "bootserver" ok (13 seconds)
21232024-08-22T17:23:52.033Z[ helios-setup] Aug 22 17:23:50.537 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21242024-08-22T17:23:52.036Z[ helios-setup] Aug 22 17:23:50.537 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21252024-08-22T17:23:52.397Z[ helios-setup] Aug 22 17:23:50.901 INFO E| Compiling adler v1.0.2
21262024-08-22T17:23:52.592Z[ helios-setup] Aug 22 17:23:51.096 INFO E| Compiling miniz_oxide v0.7.2
21272024-08-22T17:23:53.161Z[ host-package] Compiling crossbeam-deque v0.8.5
21282024-08-22T17:23:53.690Z[ host-package] Compiling half v2.4.1
21292024-08-22T17:23:54.543Z[ host-package] Compiling fastrand v2.1.0
21302024-08-22T17:23:55.312Z[ host-package] Compiling display-error-chain v0.2.0
21312024-08-22T17:23:55.333Z[ helios-setup] Aug 22 17:23:53.835 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21322024-08-22T17:23:55.667Z[ host-package] Compiling ciborium-io v0.2.2
21332024-08-22T17:23:55.875Z[ host-package] Compiling same-file v1.0.6
21342024-08-22T17:23:56.142Z[ host-package] Compiling walkdir v2.5.0
21352024-08-22T17:23:56.285Z[ host-package] Compiling ciborium-ll v0.2.2
21362024-08-22T17:23:56.355Z[ helios-setup] Aug 22 17:23:54.858 INFO E| Finished `release` profile [optimized] target(s) in 4.22s
21372024-08-22T17:23:56.362Z[ helios-setup] Aug 22 17:23:54.865 INFO building project "pinprick" ok (4 seconds)
21382024-08-22T17:23:56.362Z[ helios-setup] Aug 22 17:23:54.865 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
21392024-08-22T17:23:56.365Z[ helios-setup] Aug 22 17:23:54.865 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
21402024-08-22T17:23:56.827Z[ helios-setup] Aug 22 17:23:55.321 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
21412024-08-22T17:23:56.865Z[ host-package] Compiling tempfile v3.10.1
21422024-08-22T17:23:57.366Z[ helios-setup] Aug 22 17:23:55.869 INFO E| From https://github.com/jclulow/hiercmd
21432024-08-22T17:23:57.366Z[ helios-setup] Aug 22 17:23:55.869 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
21442024-08-22T17:23:57.391Z[ helios-setup] Aug 22 17:23:55.893 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
21452024-08-22T17:23:57.706Z[ host-package] Compiling blake3 v1.5.1
21462024-08-22T17:23:57.727Z[ host-package] Compiling ring v0.16.20
21472024-08-22T17:23:57.974Z[ helios-setup] Aug 22 17:23:56.476 INFO E| From https://github.com/jclulow/network-interface
21482024-08-22T17:23:57.974Z[ helios-setup] Aug 22 17:23:56.476 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
21492024-08-22T17:23:57.996Z[ helios-setup] Aug 22 17:23:56.498 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
21502024-08-22T17:23:58.376Z[ host-package] Compiling rayon v1.10.0
21512024-08-22T17:23:58.593Z[ helios-setup] Aug 22 17:23:57.095 INFO E| From https://github.com/oxidecomputer/boot-image-tools
21522024-08-22T17:23:58.593Z[ helios-setup] Aug 22 17:23:57.095 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
21532024-08-22T17:23:58.634Z[ helios-setup] Aug 22 17:23:57.136 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
21542024-08-22T17:23:58.644Z[ host-package] Compiling ciborium v0.2.2
21552024-08-22T17:23:59.470Z[ helios-setup] Aug 22 17:23:57.972 INFO E| From https://github.com/oxidecomputer/facade
21562024-08-22T17:23:59.470Z[ helios-setup] Aug 22 17:23:57.972 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
21572024-08-22T17:23:59.558Z[ helios-setup] Aug 22 17:23:58.060 INFO E| Updating crates.io index
21582024-08-22T17:24:00.135Z[ helios-setup] Aug 22 17:23:58.637 INFO E| Downloading crates ...
21592024-08-22T17:24:00.317Z[ helios-setup] Aug 22 17:23:58.818 INFO E| Downloaded const-random-macro v0.1.15
21602024-08-22T17:24:00.319Z[ helios-setup] Aug 22 17:23:58.821 INFO E| Downloaded project-root v0.2.2
21612024-08-22T17:24:00.322Z[ helios-setup] Aug 22 17:23:58.822 INFO E| Downloaded clap_lex v0.4.1
21622024-08-22T17:24:00.325Z[ helios-setup] Aug 22 17:23:58.824 INFO E| Downloaded bincode v1.3.3
21632024-08-22T17:24:00.328Z[ helios-setup] Aug 22 17:23:58.828 INFO E| Downloaded autocfg v1.1.0
21642024-08-22T17:24:00.331Z[ helios-setup] Aug 22 17:23:58.833 INFO E| Downloaded anstream v0.2.6
21652024-08-22T17:24:00.335Z[ helios-setup] Aug 22 17:23:58.837 INFO E| Downloaded crossbeam-deque v0.8.2
21662024-08-22T17:24:00.338Z[ helios-setup] Aug 22 17:23:58.840 INFO E| Downloaded anyhow v1.0.68
21672024-08-22T17:24:00.345Z[ helios-setup] Aug 22 17:23:58.847 INFO E| Downloaded anstyle v0.3.5
21682024-08-22T17:24:00.347Z[ helios-setup] Aug 22 17:23:58.849 INFO E| Downloaded http-body v0.4.5
21692024-08-22T17:24:00.350Z[ helios-setup] Aug 22 17:23:58.853 INFO E| Downloaded jobserver v0.1.26
21702024-08-22T17:24:00.355Z[ helios-setup] Aug 22 17:23:58.856 INFO E| Downloaded pkg-config v0.3.26
21712024-08-22T17:24:00.358Z[ helios-setup] Aug 22 17:23:58.859 INFO E| Downloaded num_cpus v1.15.0
21722024-08-22T17:24:00.362Z[ helios-setup] Aug 22 17:23:58.864 INFO E| Downloaded futures-io v0.3.28
21732024-08-22T17:24:00.365Z[ helios-setup] Aug 22 17:23:58.866 INFO E| Downloaded percent-encoding v2.2.0
21742024-08-22T17:24:00.368Z[ helios-setup] Aug 22 17:23:58.867 INFO E| Downloaded futures-core v0.3.28
21752024-08-22T17:24:00.371Z[ helios-setup] Aug 22 17:23:58.871 INFO E| Downloaded memoffset v0.7.1
21762024-08-22T17:24:00.373Z[ helios-setup] Aug 22 17:23:58.875 INFO E| Downloaded is-terminal v0.4.7
21772024-08-22T17:24:00.376Z[ helios-setup] Aug 22 17:23:58.877 INFO E| Downloaded want v0.3.0
21782024-08-22T17:24:00.379Z[ helios-setup] Aug 22 17:23:58.879 INFO E| Downloaded cargo-lock v8.0.3
21792024-08-22T17:24:00.382Z[ helios-setup] Aug 22 17:23:58.884 INFO E| Downloaded iana-time-zone v0.1.56
21802024-08-22T17:24:00.386Z[ helios-setup] Aug 22 17:23:58.888 INFO E| Downloaded pin-project-lite v0.2.9
21812024-08-22T17:24:00.395Z[ helios-setup] Aug 22 17:23:58.897 INFO E| Downloaded parking_lot_core v0.9.6
21822024-08-22T17:24:00.398Z[ helios-setup] Aug 22 17:23:58.900 INFO E| Downloaded toolchain_find v0.2.0
21832024-08-22T17:24:00.400Z[ helios-setup] Aug 22 17:23:58.903 INFO E| Downloaded concolor-override v1.0.0
21842024-08-22T17:24:00.403Z[ helios-setup] Aug 22 17:23:58.904 INFO E| Downloaded const-random v0.1.15
21852024-08-22T17:24:00.405Z[ helios-setup] Aug 22 17:23:58.906 INFO E| Downloaded serde_spanned v0.6.1
21862024-08-22T17:24:00.408Z[ helios-setup] Aug 22 17:23:58.908 INFO E| Downloaded thiserror v1.0.38
21872024-08-22T17:24:00.413Z[ helios-setup] Aug 22 17:23:58.915 INFO E| Downloaded serde_path_to_error v0.1.11
21882024-08-22T17:24:00.416Z[ helios-setup] Aug 22 17:23:58.918 INFO E| Downloaded slog-async v2.7.0
21892024-08-22T17:24:00.419Z[ helios-setup] Aug 22 17:23:58.921 INFO E| Downloaded toml_datetime v0.6.1
21902024-08-22T17:24:00.422Z[ helios-setup] Aug 22 17:23:58.923 INFO E| Downloaded tokio-macros v2.0.0
21912024-08-22T17:24:00.425Z[ helios-setup] Aug 22 17:23:58.925 INFO E| Downloaded signal-hook-registry v1.4.0
21922024-08-22T17:24:00.425Z[ helios-setup] Aug 22 17:23:58.927 INFO E| Downloaded strsim v0.10.0
21932024-08-22T17:24:00.429Z[ helios-setup] Aug 22 17:23:58.930 INFO E| Downloaded smawk v0.3.1
21942024-08-22T17:24:00.432Z[ helios-setup] Aug 22 17:23:58.933 INFO E| Downloaded sha1 v0.10.5
21952024-08-22T17:24:00.434Z[ helios-setup] Aug 22 17:23:58.936 INFO E| Downloaded thiserror-impl v1.0.38
21962024-08-22T17:24:00.437Z[ helios-setup] Aug 22 17:23:58.939 INFO E| Downloaded schemars_derive v0.8.12
21972024-08-22T17:24:00.440Z[ helios-setup] Aug 22 17:23:58.942 INFO E| Downloaded tokio-tungstenite v0.18.0
21982024-08-22T17:24:00.445Z[ helios-setup] Aug 22 17:23:58.946 INFO E| Downloaded time v0.1.45
21992024-08-22T17:24:00.447Z[ helios-setup] Aug 22 17:23:58.949 INFO E| Downloaded sha2 v0.10.6
22002024-08-22T17:24:00.452Z[ helios-setup] Aug 22 17:23:58.954 INFO E| Downloaded smallvec v1.10.0
22012024-08-22T17:24:00.456Z[ helios-setup] Aug 22 17:23:58.958 INFO E| Downloaded serde_derive_internals v0.26.0
22022024-08-22T17:24:00.459Z[ helios-setup] Aug 22 17:23:58.961 INFO E| Downloaded slab v0.4.7
22032024-08-22T17:24:00.462Z[ helios-setup] Aug 22 17:23:58.964 INFO E| Downloaded slog-bunyan v2.4.0
22042024-08-22T17:24:00.468Z[ helios-setup] Aug 22 17:23:58.966 INFO E| Downloaded terminal_size v0.2.6
22052024-08-22T17:24:00.470Z[ helios-setup] Aug 22 17:23:58.969 INFO E| Downloaded tempfile v3.5.0
22062024-08-22T17:24:00.473Z[ helios-setup] Aug 22 17:23:58.973 INFO E| Downloaded tokio-rustls v0.24.0
22072024-08-22T17:24:00.475Z[ helios-setup] Aug 22 17:23:58.977 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
22082024-08-22T17:24:00.479Z[ helios-setup] Aug 22 17:23:58.981 INFO E| Downloaded paste v1.0.12
22092024-08-22T17:24:00.485Z[ helios-setup] Aug 22 17:23:58.987 INFO E| Downloaded unicode-ident v1.0.8
22102024-08-22T17:24:00.491Z[ helios-setup] Aug 22 17:23:58.993 INFO E| Downloaded rustls-pemfile v1.0.2
22112024-08-22T17:24:00.495Z[ helios-setup] Aug 22 17:23:58.997 INFO E| Downloaded typenum v1.16.0
22122024-08-22T17:24:00.500Z[ helios-setup] Aug 22 17:23:59.002 INFO E| Downloaded semver v0.11.0
22132024-08-22T17:24:00.505Z[ helios-setup] Aug 22 17:23:59.005 INFO E| Downloaded socket2 v0.4.9
22142024-08-22T17:24:00.521Z[ helios-setup] Aug 22 17:23:59.023 INFO E| Downloaded camino v1.1.4
22152024-08-22T17:24:00.524Z[ helios-setup] Aug 22 17:23:59.027 INFO E| Downloaded serde_derive v1.0.204
22162024-08-22T17:24:00.529Z[ helios-setup] Aug 22 17:23:59.031 INFO E| Downloaded serde v1.0.204
22172024-08-22T17:24:00.535Z[ helios-setup] Aug 22 17:23:59.037 INFO E| Downloaded io-lifetimes v1.0.10
22182024-08-22T17:24:00.543Z[ helios-setup] Aug 22 17:23:59.042 INFO E| Downloaded serde_yaml v0.9.21
22192024-08-22T17:24:00.547Z[ helios-setup] Aug 22 17:23:59.049 INFO E| Downloaded tracing-core v0.1.30
22202024-08-22T17:24:00.552Z[ helios-setup] Aug 22 17:23:59.054 INFO E| Downloaded toml_edit v0.19.8
22212024-08-22T17:24:00.581Z[ helios-setup] Aug 22 17:23:59.083 INFO E| Downloaded unicode-normalization v0.1.22
22222024-08-22T17:24:00.587Z[ helios-setup] Aug 22 17:23:59.089 INFO E| Downloaded serde_json v1.0.95
22232024-08-22T17:24:00.599Z[ helios-setup] Aug 22 17:23:59.101 INFO E| Downloaded winnow v0.4.1
22242024-08-22T17:24:00.614Z[ helios-setup] Aug 22 17:23:59.114 INFO E| Downloaded syn v2.0.72
22252024-08-22T17:24:00.630Z[ helios-setup] Aug 22 17:23:59.132 INFO E| Downloaded rayon-core v1.10.2
22262024-08-22T17:24:00.637Z[ helios-setup] Aug 22 17:23:59.139 INFO E| Downloaded tokio v1.27.0
22272024-08-22T17:24:00.692Z[ helios-setup] Aug 22 17:23:59.194 INFO E| Downloaded memchr v2.5.0
22282024-08-22T17:24:00.699Z[ helios-setup] Aug 22 17:23:59.201 INFO E| Downloaded crossbeam-channel v0.5.6
22292024-08-22T17:24:00.706Z[ helios-setup] Aug 22 17:23:59.208 INFO E| Downloaded clap_builder v4.2.1
22302024-08-22T17:24:00.717Z[ helios-setup] Aug 22 17:23:59.219 INFO E| Downloaded mio v0.8.5
22312024-08-22T17:24:00.726Z[ helios-setup] Aug 22 17:23:59.228 INFO E| Downloaded crossbeam-epoch v0.9.13
22322024-08-22T17:24:00.730Z[ helios-setup] Aug 22 17:23:59.232 INFO E| Downloaded cc v1.0.78
22332024-08-22T17:24:00.734Z[ helios-setup] Aug 22 17:23:59.236 INFO E| Downloaded base64 v0.21.0
22342024-08-22T17:24:00.739Z[ helios-setup] Aug 22 17:23:59.241 INFO E| Downloaded reqwest v0.11.16
22352024-08-22T17:24:00.753Z[ helios-setup] Aug 22 17:23:59.256 INFO E| Downloaded http v0.2.9
22362024-08-22T17:24:00.760Z[ helios-setup] Aug 22 17:23:59.262 INFO E| Downloaded pest v2.5.7
22372024-08-22T17:24:00.769Z[ helios-setup] Aug 22 17:23:59.271 INFO E| Downloaded futures-util v0.3.28
22382024-08-22T17:24:00.789Z[ helios-setup] Aug 22 17:23:59.291 INFO E| Downloaded aho-corasick v0.7.20
22392024-08-22T17:24:00.795Z[ helios-setup] Aug 22 17:23:59.297 INFO E| Downloaded syn v1.0.107
22402024-08-22T17:24:00.813Z[ helios-setup] Aug 22 17:23:59.315 INFO E| Downloaded parking_lot v0.12.1
22412024-08-22T17:24:00.817Z[ helios-setup] Aug 22 17:23:59.319 INFO E| Downloaded h2 v0.3.16
22422024-08-22T17:24:00.827Z[ helios-setup] Aug 22 17:23:59.329 INFO E| Downloaded chrono v0.4.24
22432024-08-22T17:24:00.838Z[ helios-setup] Aug 22 17:23:59.340 INFO E| Downloaded rayon v1.6.1
22442024-08-22T17:24:00.854Z[ helios-setup] Aug 22 17:23:59.356 INFO E| Downloaded git2 v0.16.1
22452024-08-22T17:24:00.869Z[ helios-setup] Aug 22 17:23:59.371 INFO E| Downloaded hyper v0.14.25
22462024-08-22T17:24:01.012Z[ helios-setup] Aug 22 17:23:59.385 INFO E| Downloaded regex v1.7.3
22472024-08-22T17:24:01.015Z[ helios-setup] Aug 22 17:23:59.400 INFO E| Downloaded regress v0.5.0
22482024-08-22T17:24:01.015Z[ helios-setup] Aug 22 17:23:59.411 INFO E| Downloaded rustls v0.21.0
22492024-08-22T17:24:01.015Z[ helios-setup] Aug 22 17:23:59.428 INFO E| Downloaded rustix v0.37.3
22502024-08-22T17:24:01.015Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22512024-08-22T17:24:01.015Z[ helios-setup] Aug 22 17:23:59.461 INFO E| Downloaded rhai v1.14.0
22522024-08-22T17:24:01.015Z[ helios-setup] Aug 22 17:23:59.483 INFO E| Downloaded openapiv3 v1.0.2
22532024-08-22T17:24:01.015Z[ helios-setup] Aug 22 17:23:59.505 INFO E| Downloaded ryu v1.0.13
22542024-08-22T17:24:01.015Z[ helios-setup] Aug 22 17:23:59.511 INFO E| Downloaded rustls-webpki v0.100.1
22552024-08-22T17:24:01.023Z[ helios-setup] Aug 22 17:23:59.525 INFO E| Downloaded num-traits v0.2.15
22562024-08-22T17:24:01.026Z[ helios-setup] Aug 22 17:23:59.529 INFO E| Downloaded futures-channel v0.3.28
22572024-08-22T17:24:01.030Z[ helios-setup] Aug 22 17:23:59.532 INFO E| Downloaded clap v4.2.1
22582024-08-22T17:24:01.043Z[ helios-setup] Aug 22 17:23:59.545 INFO E| Downloaded smartstring v1.0.1
22592024-08-22T17:24:01.047Z[ helios-setup] Aug 22 17:23:59.549 INFO E| Downloaded semver-parser v0.10.2
22602024-08-22T17:24:01.050Z[ helios-setup] Aug 22 17:23:59.552 INFO E| Downloaded libc v0.2.139
22612024-08-22T17:24:01.090Z[ helios-setup] Aug 22 17:23:59.592 INFO E| Downloaded semver v1.0.17
22622024-08-22T17:24:01.095Z[ helios-setup] Aug 22 17:23:59.596 INFO E| Downloaded sct v0.7.0
22632024-08-22T17:24:01.100Z[ helios-setup] Aug 22 17:23:59.602 INFO E| Downloaded tracing v0.1.37
22642024-08-22T17:24:01.107Z[ helios-setup] Aug 22 17:23:59.609 INFO E| Downloaded tokio-util v0.7.7
22652024-08-22T17:24:01.118Z[ helios-setup] Aug 22 17:23:59.620 INFO E| Downloaded uuid v1.3.0
22662024-08-22T17:24:01.126Z[ helios-setup] Aug 22 17:23:59.628 INFO E| Downloaded url v2.3.1
22672024-08-22T17:24:01.131Z[ helios-setup] Aug 22 17:23:59.633 INFO E| Downloaded unsafe-libyaml v0.2.8
22682024-08-22T17:24:01.137Z[ helios-setup] Aug 22 17:23:59.639 INFO E| Downloaded unicode-linebreak v0.1.4
22692024-08-22T17:24:01.140Z[ helios-setup] Aug 22 17:23:59.643 INFO E| Downloaded once_cell v1.17.0
22702024-08-22T17:24:01.144Z[ helios-setup] Aug 22 17:23:59.646 INFO E| Downloaded getrandom v0.2.8
22712024-08-22T17:24:01.149Z[ helios-setup] Aug 22 17:23:59.651 INFO E| Downloaded clap_derive v4.2.0
22722024-08-22T17:24:01.151Z[ helios-setup] Aug 22 17:23:59.654 INFO E| Downloaded anstyle-parse v0.1.1
22732024-08-22T17:24:01.154Z[ helios-setup] Aug 22 17:23:59.656 INFO E| Downloaded ahash v0.7.6
22742024-08-22T17:24:01.158Z[ helios-setup] Aug 22 17:23:59.660 INFO E| Downloaded unicode-bidi v0.3.13
22752024-08-22T17:24:01.162Z[ helios-setup] Aug 22 17:23:59.664 INFO E| Downloaded scopeguard v1.1.0
22762024-08-22T17:24:01.164Z[ helios-setup] Aug 22 17:23:59.666 INFO E| Downloaded tungstenite v0.18.0
22772024-08-22T17:24:02.172Z[ helios-setup] Aug 22 17:23:59.672 INFO E| Downloaded toml v0.7.3
22782024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.676 INFO E| Downloaded toml v0.5.11
22792024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.680 INFO E| Downloaded schemars v0.8.12
22802024-08-22T17:24:02.175Z[ host-package] Compiling xattr v1.3.1
22812024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.699 INFO E| Downloaded proc-macro-crate v1.2.1
22822024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.701 INFO E| Downloaded lock_api v0.4.9
22832024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.703 INFO E| Downloaded form_urlencoded v1.1.0
22842024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.704 INFO E| Downloaded digest v0.10.6
22852024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.706 INFO E| Downloaded lazy_static v1.4.0
22862024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.708 INFO E| Downloaded ucd-trie v0.1.5
22872024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.711 INFO E| Downloaded bytes v1.4.0
22882024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.717 INFO E| Downloaded rustfmt-wrapper v0.2.0
22892024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.718 INFO E| Downloaded num_enum v0.5.7
22902024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.749 INFO E| Downloaded futures-macro v0.3.28
22912024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.751 INFO E| Downloaded futures-executor v0.3.28
22922024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.754 INFO E| Downloaded walkdir v2.3.3
22932024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.757 INFO E| Downloaded futures-task v0.3.28
22942024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.759 INFO E| Downloaded errno v0.3.1
22952024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.762 INFO E| Downloaded byteorder v1.4.3
22962024-08-22T17:24:02.175Z[ helios-setup] Aug 22 17:23:59.765 INFO E| Downloaded encoding_rs v0.8.32
22972024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.801 INFO E| Downloaded built v0.6.0
22982024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.803 INFO E| Downloaded async-trait v0.1.68
22992024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.807 INFO E| Downloaded rhai_codegen v1.5.0
23002024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.821 INFO E| Downloaded futures v0.3.28
23012024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.829 INFO E| Downloaded crossbeam-utils v0.8.14
23022024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.834 INFO E| Downloaded itoa v1.0.6
23032024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.836 INFO E| Downloaded serde_tokenstream v0.2.0
23042024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.842 INFO E| Downloaded textwrap v0.16.0
23052024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.846 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
23062024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.981 INFO E| Downloaded either v1.8.0
23072024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.983 INFO E| Downloaded try-lock v0.2.4
23082024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.985 INFO E| Downloaded num_enum_derive v0.5.7
23092024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.986 INFO E| Downloaded num-integer v0.1.45
23102024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.989 INFO E| Downloaded log v0.4.17
23112024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.994 INFO E| Downloaded ipnet v2.7.2
23122024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.996 INFO E| Downloaded concolor-query v0.3.3
23132024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.997 INFO E| Downloaded httpdate v1.0.2
23142024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:23:59.999 INFO E| Downloaded home v0.5.4
23152024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.001 INFO E| Downloaded futures-sink v0.3.28
23162024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.002 INFO E| Downloaded fastrand v1.9.0
23172024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.004 INFO E| Downloaded dyn-clone v1.0.11
23182024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.007 INFO E| Downloaded ahash v0.8.3
23192024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.012 INFO E| Downloaded libz-sys v1.1.8
23202024-08-22T17:24:02.176Z[ host-package] Compiling filetime v0.2.24
23212024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.463 INFO E| Compiling proc-macro2 v1.0.86
23222024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.463 INFO E| Compiling libc v0.2.139
23232024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.463 INFO E| Compiling unicode-ident v1.0.8
23242024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.463 INFO E| Compiling autocfg v1.1.0
23252024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.463 INFO E| Compiling cfg-if v1.0.0
23262024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.463 INFO E| Compiling version_check v0.9.4
23272024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.463 INFO E| Compiling serde v1.0.204
23282024-08-22T17:24:02.176Z[ helios-setup] Aug 22 17:24:00.464 INFO E| Compiling syn v1.0.107
23292024-08-22T17:24:02.442Z[ helios-setup] Aug 22 17:24:00.944 INFO E| Compiling memchr v2.5.0
23302024-08-22T17:24:02.999Z[ helios-setup] Aug 22 17:24:01.500 INFO E| Compiling once_cell v1.17.0
23312024-08-22T17:24:03.411Z[ helios-setup] Aug 22 17:24:01.913 INFO E| Compiling log v0.4.17
23322024-08-22T17:24:03.745Z[ helios-setup] Aug 22 17:24:02.247 INFO E| Compiling thiserror v1.0.38
23332024-08-22T17:24:04.317Z[ helios-setup] Aug 22 17:24:02.819 INFO E| Compiling itoa v1.0.6
23342024-08-22T17:24:04.497Z[ helios-setup] Aug 22 17:24:02.998 INFO E| Compiling serde_json v1.0.95
23352024-08-22T17:24:05.291Z[ host-package] Compiling memmap2 v0.9.4
23362024-08-22T17:24:05.423Z[ helios-setup] Aug 22 17:24:03.924 INFO E| Compiling quote v1.0.36
23372024-08-22T17:24:05.817Z[ helios-setup] Aug 22 17:24:04.318 INFO E| Compiling indexmap v1.9.3
23382024-08-22T17:24:05.893Z[ helios-setup] Aug 22 17:24:04.393 INFO E| Compiling scopeguard v1.1.0
23392024-08-22T17:24:06.197Z[ host-package] Compiling constant_time_eq v0.3.0
23402024-08-22T17:24:06.331Z[ helios-setup] Aug 22 17:24:04.832 INFO E| Compiling syn v2.0.72
23412024-08-22T17:24:06.590Z[ host-package] Compiling cancel-safe-futures v0.1.5
23422024-08-22T17:24:06.746Z[ helios-setup] Aug 22 17:24:05.247 INFO E| Compiling getrandom v0.2.8
23432024-08-22T17:24:06.865Z[ helios-setup] Aug 22 17:24:05.366 INFO E| Compiling jobserver v0.1.26
23442024-08-22T17:24:07.021Z[ helios-setup] Aug 22 17:24:05.522 INFO E| Compiling pin-project-lite v0.2.9
23452024-08-22T17:24:07.347Z[ helios-setup] Aug 22 17:24:05.848 INFO E| Compiling num-integer v0.1.45
23462024-08-22T17:24:07.703Z[ helios-setup] Aug 22 17:24:06.204 INFO E| Compiling cc v1.0.78
23472024-08-22T17:24:07.706Z[ host-package] Compiling arrayvec v0.7.4
23482024-08-22T17:24:07.851Z[ helios-setup] Aug 22 17:24:06.352 INFO E| Compiling bytes v1.4.0
23492024-08-22T17:24:07.956Z[ helios-setup] Aug 22 17:24:06.457 INFO E| Compiling futures-core v0.3.28
23502024-08-22T17:24:08.312Z[ helios-setup] Aug 22 17:24:06.811 INFO E| Compiling ryu v1.0.13
23512024-08-22T17:24:08.775Z[ host-package] Compiling untrusted v0.7.1
23522024-08-22T17:24:09.294Z[ host-package] Compiling spin v0.5.2
23532024-08-22T17:24:09.585Z[ helios-setup] Aug 22 17:24:08.086 INFO E| Compiling lock_api v0.4.9
23542024-08-22T17:24:09.765Z[ helios-setup] Aug 22 17:24:08.266 INFO E| Compiling bitflags v1.3.2
23552024-08-22T17:24:09.981Z[ host-package] Compiling arrayref v0.3.7
23562024-08-22T17:24:09.996Z[ helios-setup] Aug 22 17:24:08.496 INFO E| Compiling parking_lot_core v0.9.6
23572024-08-22T17:24:10.157Z[ helios-setup] Aug 22 17:24:08.654 INFO E| Compiling typenum v1.16.0
23582024-08-22T17:24:10.432Z[ helios-setup] Aug 22 17:24:08.932 INFO E| Compiling num_cpus v1.15.0
23592024-08-22T17:24:11.101Z[ helios-setup] Aug 22 17:24:09.601 INFO E| Compiling generic-array v0.14.6
23602024-08-22T17:24:11.227Z[ helios-setup] Aug 22 17:24:09.727 INFO E| Compiling slab v0.4.7
23612024-08-22T17:24:11.411Z[ helios-setup] Aug 22 17:24:09.912 INFO E| Compiling futures-channel v0.3.28
23622024-08-22T17:24:11.548Z[ helios-setup] Aug 22 17:24:10.048 INFO E| Compiling futures-task v0.3.28
23632024-08-22T17:24:11.982Z[ helios-setup] Aug 22 17:24:10.482 INFO E| Compiling futures-sink v0.3.28
23642024-08-22T17:24:12.391Z[ helios-setup] Aug 22 17:24:10.891 INFO E| Compiling tokio v1.27.0
23652024-08-22T17:24:12.443Z[ helios-setup] Aug 22 17:24:10.943 INFO E| Compiling futures-util v0.3.28
23662024-08-22T17:24:12.521Z[ host-package] Compiling tar v0.4.41
23672024-08-22T17:24:12.527Z[ helios-setup] Aug 22 17:24:11.028 INFO E| Compiling schemars v0.8.12
23682024-08-22T17:24:13.770Z[ helios-setup] Aug 22 17:24:12.270 INFO E| Compiling signal-hook-registry v1.4.0
23692024-08-22T17:24:13.773Z[ helios-setup] Aug 22 17:24:12.271 INFO E| Compiling mio v0.8.5
23702024-08-22T17:24:13.975Z[ helios-setup] Aug 22 17:24:12.474 INFO E| Compiling socket2 v0.4.9
23712024-08-22T17:24:14.246Z[ helios-setup] Aug 22 17:24:12.746 INFO E| Compiling ahash v0.7.6
23722024-08-22T17:24:14.940Z[ helios-setup] Aug 22 17:24:13.439 INFO E| Compiling num-traits v0.2.15
23732024-08-22T17:24:15.754Z[ helios-setup] Aug 22 17:24:14.253 INFO E| Compiling futures-io v0.3.28
23742024-08-22T17:24:16.048Z[ host-package] Compiling camino-tempfile v1.1.1
23752024-08-22T17:24:16.132Z[ helios-setup] Aug 22 17:24:14.632 INFO E| Compiling crunchy v0.2.2
23762024-08-22T17:24:16.373Z[ helios-setup] Aug 22 17:24:14.872 INFO E| Compiling pin-utils v0.1.0
23772024-08-22T17:24:16.616Z[ helios-setup] Aug 22 17:24:15.115 INFO E| Compiling io-lifetimes v1.0.10
23782024-08-22T17:24:16.801Z[ host-package] Compiling toolchain_find v0.4.0
23792024-08-22T17:24:16.862Z[ host-package] Compiling nibble_vec v0.1.0
23802024-08-22T17:24:17.157Z[ host-package] Compiling atty v0.2.14
23812024-08-22T17:24:17.497Z[ host-package] Compiling maplit v1.0.2
23822024-08-22T17:24:17.579Z[ helios-setup] Aug 22 17:24:16.079 INFO E| Compiling ahash v0.8.3
23832024-08-22T17:24:17.668Z[ host-package] Compiling topological-sort v0.2.2
23842024-08-22T17:24:18.018Z[ host-package] Compiling glob v0.3.1
23852024-08-22T17:24:18.058Z[ helios-setup] Aug 22 17:24:16.549 INFO E| Compiling serde_derive_internals v0.26.0
23862024-08-22T17:24:18.148Z[ host-package] Compiling crunchy v0.2.2
23872024-08-22T17:24:18.155Z[ host-package] Compiling endian-type v0.1.2
23882024-08-22T17:24:18.692Z[ helios-setup] Aug 22 17:24:17.191 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
23892024-08-22T17:24:18.792Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23902024-08-22T17:24:18.970Z[ helios-setup] Aug 22 17:24:17.469 INFO E| Compiling tiny-keccak v2.0.2
23912024-08-22T17:24:19.003Z[ host-package] Compiling radix_trie v0.2.1
23922024-08-22T17:24:19.079Z[ helios-setup] Aug 22 17:24:17.578 INFO E| Compiling rustix v0.37.3
23932024-08-22T17:24:19.166Z[ helios-setup] Aug 22 17:24:17.665 INFO E| Compiling hashbrown v0.12.3
23942024-08-22T17:24:19.364Z[ host-package] Compiling omicron-zone-package v0.11.0
23952024-08-22T17:24:19.438Z[ host-package] Compiling clang-sys v1.7.0
23962024-08-22T17:24:20.122Z[ helios-setup] Aug 22 17:24:18.613 INFO E| Compiling block-buffer v0.10.3
23972024-08-22T17:24:20.184Z[ helios-setup] Aug 22 17:24:18.683 INFO E| Compiling crypto-common v0.1.6
23982024-08-22T17:24:20.737Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23992024-08-22T17:24:21.138Z[ helios-setup] Aug 22 17:24:19.636 INFO E| Compiling errno v0.3.1
24002024-08-22T17:24:21.819Z[ helios-setup] Aug 22 17:24:20.317 INFO E| Compiling pkg-config v0.3.26
24012024-08-22T17:24:21.943Z[ helios-setup] Aug 22 17:24:20.442 INFO E| Compiling slog v2.7.0
24022024-08-22T17:24:21.943Z[ helios-setup] Aug 22 17:24:20.442 INFO E| Compiling fnv v1.0.7
24032024-08-22T17:24:22.036Z[ host-package] Compiling tungstenite v0.21.0
24042024-08-22T17:24:22.237Z[ helios-setup] Aug 22 17:24:20.736 INFO E| Compiling crossbeam-utils v0.8.14
24052024-08-22T17:24:22.495Z[ helios-setup] Aug 22 17:24:20.993 INFO E| Compiling http v0.2.9
24062024-08-22T17:24:22.572Z[ host-package] Compiling tiny-keccak v2.0.2
24072024-08-22T17:24:24.061Z[ host-package] Compiling dsl_auto_type v0.1.2
24082024-08-22T17:24:24.221Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24092024-08-22T17:24:24.728Z[ helios-setup] Aug 22 17:24:23.226 INFO E| Compiling digest v0.10.6
24102024-08-22T17:24:25.667Z[ helios-setup] Aug 22 17:24:24.164 INFO E| Compiling aho-corasick v0.7.20
24112024-08-22T17:24:25.798Z[ host-package] Compiling tokio-tungstenite v0.21.0
24122024-08-22T17:24:26.030Z[ helios-setup] Aug 22 17:24:24.527 INFO E| Compiling percent-encoding v2.2.0
24132024-08-22T17:24:26.141Z[ helios-setup] Aug 22 17:24:24.639 INFO E| Compiling httparse v1.8.0
24142024-08-22T17:24:26.613Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24152024-08-22T17:24:26.979Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24162024-08-22T17:24:27.077Z[ helios-setup] Aug 22 17:24:25.574 INFO E| Compiling anyhow v1.0.68
24172024-08-22T17:24:27.274Z[ host-package] Compiling arc-swap v1.7.1
24182024-08-22T17:24:27.518Z[ host-package] Compiling diesel_derives v2.2.2
24192024-08-22T17:24:27.619Z[ host-package] Compiling r2d2 v0.8.10
24202024-08-22T17:24:28.028Z[ helios-setup] Aug 22 17:24:26.525 INFO E| Compiling regex-syntax v0.6.29
24212024-08-22T17:24:28.272Z[ helios-setup] Aug 22 17:24:26.752 INFO E| Compiling thiserror-impl v1.0.38
24222024-08-22T17:24:28.754Z[ helios-setup] Aug 22 17:24:27.251 INFO E| Compiling schemars_derive v0.8.12
24232024-08-22T17:24:28.858Z[ helios-setup] Aug 22 17:24:27.355 INFO E| Compiling serde_derive v1.0.204
24242024-08-22T17:24:28.955Z[ helios-setup] Aug 22 17:24:27.452 INFO E| Compiling futures-macro v0.3.28
24252024-08-22T17:24:29.124Z[ host-package] Compiling slog-scope v4.4.0
24262024-08-22T17:24:29.167Z[ host-package] Compiling ascii-canvas v3.0.0
24272024-08-22T17:24:29.252Z[ host-package] Compiling ena v0.14.3
24282024-08-22T17:24:29.266Z[ helios-setup] Aug 22 17:24:27.763 INFO E| Compiling tokio-macros v2.0.0
24292024-08-22T17:24:29.498Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24302024-08-22T17:24:29.774Z[ helios-setup] Aug 22 17:24:28.271 INFO E| Compiling tinyvec_macros v0.1.1
24312024-08-22T17:24:30.082Z[ helios-setup] Aug 22 17:24:28.579 INFO E| Compiling unicode-width v0.1.10
24322024-08-22T17:24:30.246Z[ host-package] Compiling libloading v0.8.3
24332024-08-22T17:24:30.414Z[ host-package] Compiling diff v0.1.13
24342024-08-22T17:24:30.635Z[ host-package] Compiling regex-syntax v0.6.29
24352024-08-22T17:24:30.852Z[ helios-setup] Aug 22 17:24:29.329 INFO E| Compiling cpufeatures v0.2.5
24362024-08-22T17:24:30.891Z[ host-package] Compiling bindgen v0.69.4
24372024-08-22T17:24:31.055Z[ helios-setup] Aug 22 17:24:29.552 INFO E| Compiling heck v0.4.1
24382024-08-22T17:24:31.118Z[ helios-setup] Aug 22 17:24:29.615 INFO E| Compiling tinyvec v1.6.0
24392024-08-22T17:24:31.751Z[ host-package] Compiling slog-stdlog v4.1.1
24402024-08-22T17:24:32.141Z[ helios-setup] Aug 22 17:24:30.637 INFO E| Compiling const-random-macro v0.1.15
24412024-08-22T17:24:32.179Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24422024-08-22T17:24:33.704Z[ host-package] Compiling which v4.4.2
24432024-08-22T17:24:34.785Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24442024-08-22T17:24:34.890Z[ helios-setup] Aug 22 17:24:33.386 INFO E| Compiling regex v1.7.3
24452024-08-22T17:24:35.066Z[ host-package] Compiling cexpr v0.6.0
24462024-08-22T17:24:35.171Z[ host-package] Compiling libsw v3.3.1
24472024-08-22T17:24:35.177Z[ helios-setup] Aug 22 17:24:33.673 INFO E| Compiling form_urlencoded v1.1.0
24482024-08-22T17:24:35.177Z[ helios-setup] Aug 22 17:24:33.673 INFO E| Compiling hashbrown v0.13.2
24492024-08-22T17:24:35.333Z[ helios-setup] Aug 22 17:24:33.830 INFO E| Compiling chrono v0.4.24
24502024-08-22T17:24:36.120Z[ host-package] Compiling linear-map v1.2.0
24512024-08-22T17:24:36.362Z[ helios-setup] Aug 22 17:24:34.857 INFO E| Compiling libz-sys v1.1.8
24522024-08-22T17:24:37.089Z[ host-package] Compiling rustc-hash v1.1.0
24532024-08-22T17:24:37.526Z[ host-package] Compiling lazycell v1.3.0
24542024-08-22T17:24:38.125Z[ host-package] Compiling lalrpop v0.19.12
24552024-08-22T17:24:38.396Z[ host-package] Compiling owo-colors v4.0.0
24562024-08-22T17:24:39.561Z[ helios-setup] Aug 22 17:24:38.057 INFO E| Compiling dyn-clone v1.0.11
24572024-08-22T17:24:39.622Z[ helios-setup] Aug 22 17:24:38.117 INFO E| Compiling uuid v1.3.0
24582024-08-22T17:24:39.945Z[ helios-setup] Aug 22 17:24:38.441 INFO E| Compiling regress v0.5.0
24592024-08-22T17:24:41.071Z[ helios-setup] Aug 22 17:24:39.566 INFO E| Compiling unicode-normalization v0.1.22
24602024-08-22T17:24:41.939Z[ host-package] Compiling ref-cast v1.0.23
24612024-08-22T17:24:41.992Z[ helios-setup] Aug 22 17:24:40.487 INFO E| Compiling const-random v0.1.15
24622024-08-22T17:24:42.327Z[ helios-setup] Aug 22 17:24:40.821 INFO E| Compiling getopts v0.2.21
24632024-08-22T17:24:43.111Z[ helios-setup] Aug 22 17:24:41.606 INFO E| Compiling tracing-core v0.1.30
24642024-08-22T17:24:43.162Z[ host-package] Compiling shlex v1.3.0
24652024-08-22T17:24:44.259Z[ helios-setup] Aug 22 17:24:42.754 INFO E| Compiling memoffset v0.7.1
24662024-08-22T17:24:44.396Z[ helios-setup] Aug 22 17:24:42.891 INFO E| Compiling powerfmt v0.2.0
24672024-08-22T17:24:44.544Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24682024-08-22T17:24:45.268Z[ helios-setup] Aug 22 17:24:43.762 INFO E| Compiling num-conv v0.1.0
24692024-08-22T17:24:46.834Z[ helios-setup] Aug 22 17:24:45.329 INFO E| Compiling unicode-bidi v0.3.13
24702024-08-22T17:24:47.117Z[ helios-setup] Aug 22 17:24:45.611 INFO E| Compiling ucd-trie v0.1.5
24712024-08-22T17:24:48.125Z[ helios-setup] Aug 22 17:24:46.619 INFO E| Compiling time-core v0.1.2
24722024-08-22T17:24:48.417Z[ helios-setup] Aug 22 17:24:46.911 INFO E| Compiling idna v0.3.0
24732024-08-22T17:24:48.722Z[ helios-setup] Aug 22 17:24:47.216 INFO E| Compiling time-macros v0.2.18
24742024-08-22T17:24:49.386Z[ helios-setup] Aug 22 17:24:47.880 INFO E| Compiling pest v2.5.7
24752024-08-22T17:24:50.542Z[ host-package] Compiling diesel v2.2.2
24762024-08-22T17:24:52.771Z[ host-package] Compiling slog-envlogger v2.2.0
24772024-08-22T17:24:53.102Z[ helios-setup] Aug 22 17:24:51.595 INFO E| Compiling tracing v0.1.37
24782024-08-22T17:24:53.443Z[ helios-setup] Aug 22 17:24:51.936 INFO E| Compiling deranged v0.3.11
24792024-08-22T17:24:55.179Z[ helios-setup] Aug 22 17:24:53.671 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
24802024-08-22T17:24:55.469Z[ helios-setup] Aug 22 17:24:53.962 INFO E| Compiling time v0.1.45
24812024-08-22T17:24:56.318Z[ helios-setup] Aug 22 17:24:54.809 INFO E| Compiling crossbeam-epoch v0.9.13
24822024-08-22T17:24:56.886Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24832024-08-22T17:24:57.075Z[ helios-setup] Aug 22 17:24:55.568 INFO E| Compiling toml v0.5.11
24842024-08-22T17:24:57.571Z[ helios-setup] Aug 22 17:24:56.064 INFO E| Compiling serde_tokenstream v0.2.0
24852024-08-22T17:24:58.056Z[ helios-setup] Aug 22 17:24:56.549 INFO E| Compiling iana-time-zone v0.1.56
24862024-08-22T17:24:58.251Z[ helios-setup] Aug 22 17:24:56.743 INFO E| Compiling semver v1.0.17
24872024-08-22T17:24:58.669Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24882024-08-22T17:24:58.836Z[ helios-setup] Aug 22 17:24:57.327 INFO E| Compiling smallvec v1.10.0
24892024-08-22T17:24:59.444Z[ host-package] Compiling derive_builder_core v0.20.0
24902024-08-22T17:25:00.773Z[ helios-setup] Aug 22 17:24:59.264 INFO E| Compiling parking_lot v0.12.1
24912024-08-22T17:25:01.892Z[ helios-setup] Aug 22 17:25:00.384 INFO E| Compiling num_threads v0.1.6
24922024-08-22T17:25:02.609Z[ helios-setup] Aug 22 17:25:01.100 INFO E| Compiling time v0.3.36
24932024-08-22T17:25:03.722Z[ host-package] Compiling headers-core v0.2.0
24942024-08-22T17:25:04.204Z[ host-package] Compiling fxhash v0.2.1
24952024-08-22T17:25:04.962Z[ host-package] Compiling libxml v0.3.3
24962024-08-22T17:25:05.204Z[ helios-setup] Aug 22 17:25:03.695 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24972024-08-22T17:25:05.942Z[ host-package] Compiling ref-cast-impl v1.0.23
24982024-08-22T17:25:09.311Z[ host-package] Compiling headers v0.3.9
24992024-08-22T17:25:09.894Z[ helios-setup] Aug 22 17:25:08.384 INFO E| Compiling semver-parser v0.10.2
25002024-08-22T17:25:10.939Z[ helios-setup] Aug 22 17:25:09.429 INFO E| Compiling url v2.3.1
25012024-08-22T17:25:12.357Z[ host-package] Compiling samael v0.0.15
25022024-08-22T17:25:14.096Z[ helios-setup] Aug 22 17:25:12.585 INFO E| Compiling crossbeam-channel v0.5.6
25032024-08-22T17:25:14.316Z[ helios-setup] Aug 22 17:25:12.806 INFO E| Compiling dirs-sys-next v0.1.2
25042024-08-22T17:25:16.482Z[ host-package] Compiling derive_builder_macro v0.20.0
25052024-08-22T17:25:16.736Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25062024-08-22T17:25:17.268Z[ helios-setup] Aug 22 17:25:15.758 INFO E| Compiling same-file v1.0.6
25072024-08-22T17:25:18.069Z[ helios-setup] Aug 22 17:25:16.558 INFO E| Compiling try-lock v0.2.4
25082024-08-22T17:25:18.281Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25092024-08-22T17:25:18.372Z[ helios-setup] Aug 22 17:25:16.861 INFO E| Compiling crc32fast v1.3.2
25102024-08-22T17:25:18.420Z[ helios-setup] Aug 22 17:25:16.909 INFO E| Compiling walkdir v2.3.3
25112024-08-22T17:25:18.791Z[ helios-setup] Aug 22 17:25:17.280 INFO E| Compiling tokio-util v0.7.7
25122024-08-22T17:25:19.328Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25132024-08-22T17:25:19.606Z[ helios-setup] Aug 22 17:25:18.094 INFO E| Compiling want v0.3.0
25142024-08-22T17:25:20.545Z[ helios-setup] Aug 22 17:25:19.034 INFO E| Compiling dirs-next v2.0.0
25152024-08-22T17:25:21.157Z[ helios-setup] Aug 22 17:25:19.644 INFO E| Compiling h2 v0.3.16
25162024-08-22T17:25:22.310Z[ host-package] Compiling strum_macros v0.24.3
25172024-08-22T17:25:23.016Z[ helios-setup] Aug 22 17:25:21.504 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25182024-08-22T17:25:23.543Z[ host-package] Compiling dropshot v0.10.1
25192024-08-22T17:25:23.815Z[ helios-setup] Aug 22 17:25:22.302 INFO E| Compiling semver v0.11.0
25202024-08-22T17:25:24.773Z[ host-package] Compiling unicase v2.7.0
25212024-08-22T17:25:25.471Z[ helios-setup] Aug 22 17:25:23.958 INFO E| Compiling proc-macro-crate v1.2.1
25222024-08-22T17:25:25.517Z[ host-package] Compiling indoc v1.0.9
25232024-08-22T17:25:27.702Z[ helios-setup] Aug 22 17:25:26.189 INFO E| Compiling futures-executor v0.3.28
25242024-08-22T17:25:27.768Z[ host-package] Compiling derive_builder v0.20.0
25252024-08-22T17:25:28.676Z[ host-package] Compiling tungstenite v0.23.0
25262024-08-22T17:25:29.656Z[ helios-setup] Aug 22 17:25:28.143 INFO E| Compiling http-body v0.4.5
25272024-08-22T17:25:30.023Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25282024-08-22T17:25:30.301Z[ helios-setup] Aug 22 17:25:28.785 INFO E| Compiling ring v0.16.20
25292024-08-22T17:25:30.416Z[ helios-setup] Aug 22 17:25:28.903 INFO E| Compiling rand_core v0.6.4
25302024-08-22T17:25:31.261Z[ host-package] Compiling crossterm v0.28.1
25312024-08-22T17:25:31.329Z[ helios-setup] Aug 22 17:25:29.809 INFO E| Compiling thread_local v1.1.7
25322024-08-22T17:25:31.392Z[ helios-setup] Aug 22 17:25:29.879 INFO E| Compiling ppv-lite86 v0.2.17
25332024-08-22T17:25:32.937Z[ helios-setup] Aug 22 17:25:31.423 INFO E| Compiling adler v1.0.2
25342024-08-22T17:25:33.571Z[ helios-setup] Aug 22 17:25:32.057 INFO E| Compiling httpdate v1.0.2
25352024-08-22T17:25:33.606Z[ helios-setup] Aug 22 17:25:32.093 INFO E| Compiling fastrand v1.9.0
25362024-08-22T17:25:34.721Z[ host-package] Compiling polar-core v0.27.3
25372024-08-22T17:25:35.040Z[ helios-setup] Aug 22 17:25:33.526 INFO E| Compiling lazy_static v1.4.0
25382024-08-22T17:25:35.076Z[ helios-setup] Aug 22 17:25:33.562 INFO E| Compiling tower-service v0.3.2
25392024-08-22T17:25:35.530Z[ helios-setup] Aug 22 17:25:34.016 INFO E| Compiling base64 v0.21.0
25402024-08-22T17:25:35.611Z[ helios-setup] Aug 22 17:25:34.097 INFO E| Compiling home v0.5.4
25412024-08-22T17:25:36.119Z[ helios-setup] Aug 22 17:25:34.605 INFO E| Compiling utf8parse v0.2.1
25422024-08-22T17:25:36.200Z[ helios-setup] Aug 22 17:25:34.686 INFO E| Compiling rayon-core v1.10.2
25432024-08-22T17:25:36.805Z[ helios-setup] Aug 22 17:25:35.290 INFO E| Compiling anstyle-parse v0.1.1
25442024-08-22T17:25:37.519Z[ helios-setup] Aug 22 17:25:36.005 INFO E| Compiling toolchain_find v0.2.0
25452024-08-22T17:25:37.689Z[ helios-setup] Aug 22 17:25:36.174 INFO E| Compiling hyper v0.14.25
25462024-08-22T17:25:37.776Z[ helios-setup] Aug 22 17:25:36.255 INFO E| Compiling tempfile v3.5.0
25472024-08-22T17:25:38.073Z[ host-package] Compiling curve25519-dalek v4.1.3
25482024-08-22T17:25:38.723Z[ helios-setup] Aug 22 17:25:37.209 INFO E| Compiling miniz_oxide v0.6.2
25492024-08-22T17:25:38.971Z[ host-package] Compiling oso-derive v0.27.3
25502024-08-22T17:25:39.341Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25512024-08-22T17:25:39.419Z[ host-package] Compiling dropshot_endpoint v0.10.1
25522024-08-22T17:25:41.303Z[ host-package] Compiling libz-sys v1.1.16
25532024-08-22T17:25:42.619Z[ helios-setup] Aug 22 17:25:41.104 INFO E| Compiling rand_chacha v0.3.1
25542024-08-22T17:25:42.860Z[ host-package] Compiling quick-xml v0.31.0
25552024-08-22T17:25:43.545Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25562024-08-22T17:25:44.437Z[ host-package] Compiling keccak v0.1.5
25572024-08-22T17:25:46.176Z[ helios-setup] Aug 22 17:25:44.660 INFO E| Compiling futures v0.3.28
25582024-08-22T17:25:46.559Z[ host-package] Compiling parking_lot_core v0.8.6
25592024-08-22T17:25:46.860Z[ host-package] Compiling sha3 v0.10.8
25602024-08-22T17:25:49.513Z[ host-package] Compiling tokio-tungstenite v0.23.1
25612024-08-22T17:25:50.908Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25622024-08-22T17:25:53.280Z[ helios-setup] Aug 22 17:25:51.763 INFO E| Compiling num_enum_derive v0.5.7
25632024-08-22T17:25:53.929Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25642024-08-22T17:25:57.281Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25652024-08-22T17:25:58.066Z[ helios-setup] Aug 22 17:25:56.548 INFO E| Compiling cargo-lock v8.0.3
25662024-08-22T17:25:58.884Z[ helios-setup] Aug 22 17:25:57.366 INFO E| Compiling crossbeam-deque v0.8.2
25672024-08-22T17:26:00.134Z[ helios-setup] Aug 22 17:25:58.615 INFO E| Compiling term v0.7.0
25682024-08-22T17:26:00.801Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25692024-08-22T17:26:01.661Z[ host-package] Compiling bb8 v0.8.5
25702024-08-22T17:26:01.718Z[ helios-setup] Aug 22 17:26:00.191 INFO E| Compiling serde_urlencoded v0.7.1
25712024-08-22T17:26:03.138Z[ helios-setup] Aug 22 17:26:01.620 INFO E| Compiling sha2 v0.10.6
25722024-08-22T17:26:03.190Z[ host-package] Compiling const_format_proc_macros v0.2.32
25732024-08-22T17:26:04.856Z[ helios-setup] Aug 22 17:26:03.337 INFO E| Compiling sha1 v0.10.5
25742024-08-22T17:26:04.917Z[ helios-setup] Aug 22 17:26:03.398 INFO E| Compiling is-terminal v0.4.7
25752024-08-22T17:26:05.148Z[ helios-setup] Aug 22 17:26:03.629 INFO E| Compiling atty v0.2.14
25762024-08-22T17:26:06.373Z[ helios-setup] Aug 22 17:26:04.854 INFO E| Compiling anstyle v0.3.5
25772024-08-22T17:26:07.219Z[ host-package] Compiling universal-hash v0.5.1
25782024-08-22T17:26:08.017Z[ host-package] Compiling secrecy v0.8.0
25792024-08-22T17:26:08.175Z[ helios-setup] Aug 22 17:26:06.655 INFO E| Compiling concolor-override v1.0.0
25802024-08-22T17:26:08.660Z[ helios-setup] Aug 22 17:26:07.141 INFO E| Compiling concolor-query v0.3.3
25812024-08-22T17:26:08.823Z[ helios-setup] Aug 22 17:26:07.303 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
25822024-08-22T17:26:08.906Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25832024-08-22T17:26:09.023Z[ helios-setup] Aug 22 17:26:07.503 INFO E| Compiling anstream v0.2.6
25842024-08-22T17:26:11.119Z[ helios-setup] Aug 22 17:26:09.599 INFO E| Compiling slog-term v2.9.0
25852024-08-22T17:26:12.103Z[ helios-setup] Aug 22 17:26:10.583 INFO E| Compiling flate2 v1.0.25
25862024-08-22T17:26:13.075Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25872024-08-22T17:26:13.088Z[ helios-setup] Aug 22 17:26:11.567 INFO E| Compiling num_enum v0.5.7
25882024-08-22T17:26:13.181Z[ helios-setup] Aug 22 17:26:11.661 INFO E| Compiling rand v0.8.5
25892024-08-22T17:26:13.581Z[ helios-setup] Aug 22 17:26:12.061 INFO E| Compiling rustfmt-wrapper v0.2.0
25902024-08-22T17:26:14.525Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25912024-08-22T17:26:14.918Z[ helios-setup] Aug 22 17:26:13.390 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25922024-08-22T17:26:15.216Z[ helios-setup] Aug 22 17:26:13.695 INFO E| Compiling openapiv3 v1.0.2
25932024-08-22T17:26:16.046Z[ host-package] Compiling opaque-debug v0.3.1
25942024-08-22T17:26:16.819Z[ host-package] Compiling poly1305 v0.8.0
25952024-08-22T17:26:16.900Z[ helios-setup] Aug 22 17:26:15.379 INFO E| Compiling encoding_rs v0.8.32
25962024-08-22T17:26:17.377Z[ helios-setup] Aug 22 17:26:15.854 INFO E| Compiling mime v0.3.17
25972024-08-22T17:26:19.573Z[ helios-setup] Aug 22 17:26:18.051 INFO E| Compiling unsafe-libyaml v0.2.8
25982024-08-22T17:26:19.730Z[ host-package] Compiling vte v0.11.1
25992024-08-22T17:26:22.822Z[ host-package] Compiling thiserror-no-std v2.0.2
26002024-08-22T17:26:23.124Z[ host-package] Compiling const_format v0.2.32
26012024-08-22T17:26:23.546Z[ helios-setup] Aug 22 17:26:22.024 INFO E| Compiling strsim v0.10.0
26022024-08-22T17:26:24.577Z[ helios-setup] Aug 22 17:26:23.054 INFO E| Compiling spin v0.5.2
26032024-08-22T17:26:24.698Z[ helios-setup] Aug 22 17:26:23.175 INFO E| Compiling untrusted v0.7.1
26042024-08-22T17:26:25.068Z[ helios-setup] Aug 22 17:26:23.543 INFO E| Compiling clap_lex v0.4.1
26052024-08-22T17:26:25.176Z[ helios-setup] Aug 22 17:26:23.654 INFO E| Compiling base64 v0.13.1
26062024-08-22T17:26:26.526Z[ helios-setup] Aug 22 17:26:25.003 INFO E| Compiling either v1.8.0
26072024-08-22T17:26:27.128Z[ helios-setup] Aug 22 17:26:25.604 INFO E| Compiling byteorder v1.4.3
26082024-08-22T17:26:27.213Z[ helios-setup] Aug 22 17:26:25.690 INFO E| Compiling utf-8 v0.7.6
26092024-08-22T17:26:27.213Z[ helios-setup] Aug 22 17:26:25.690 INFO E| Compiling ipnet v2.7.2
26102024-08-22T17:26:27.547Z[ helios-setup] Aug 22 17:26:26.024 INFO E| Compiling project-root v0.2.2
26112024-08-22T17:26:28.220Z[ helios-setup] Aug 22 17:26:26.693 INFO E| Compiling tungstenite v0.18.0
26122024-08-22T17:26:28.265Z[ helios-setup] Aug 22 17:26:26.742 INFO E| Compiling rayon v1.6.1
26132024-08-22T17:26:28.268Z[ helios-setup] Aug 22 17:26:26.744 INFO E| Compiling clap_builder v4.2.1
26142024-08-22T17:26:28.308Z[ helios-setup] Aug 22 17:26:26.785 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26152024-08-22T17:26:30.069Z[ host-package] Compiling oso v0.27.3
26162024-08-22T17:26:32.991Z[ helios-setup] Aug 22 17:26:31.467 INFO E| Compiling reqwest v0.11.16
26172024-08-22T17:26:37.738Z[ host-package] Compiling async-bb8-diesel v0.2.1
26182024-08-22T17:26:38.151Z[ helios-setup] Aug 22 17:26:36.627 INFO E| Compiling serde_yaml v0.9.21
26192024-08-22T17:26:39.474Z[ helios-setup] Aug 22 17:26:37.949 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26202024-08-22T17:26:39.767Z[ helios-setup] Aug 22 17:26:38.242 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26212024-08-22T17:26:40.240Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
26222024-08-22T17:26:41.822Z[ helios-setup] Aug 22 17:26:40.296 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26232024-08-22T17:26:42.529Z[ helios-setup] Aug 22 17:26:41.003 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26242024-08-22T17:26:44.016Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26252024-08-22T17:26:44.151Z[ helios-setup] Aug 22 17:26:42.625 INFO E| Compiling clap_derive v4.2.0
26262024-08-22T17:26:45.016Z[ host-package] Compiling chacha20 v0.9.1
26272024-08-22T17:26:46.049Z[ helios-setup] Aug 22 17:26:44.523 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26282024-08-22T17:26:46.142Z[ host-package] Compiling fd-lock v4.0.2
26292024-08-22T17:26:46.967Z[ host-package] Compiling aead v0.5.2
26302024-08-22T17:26:47.336Z[ helios-setup] Aug 22 17:26:45.810 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26312024-08-22T17:26:48.196Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26322024-08-22T17:26:50.220Z[ host-package] Compiling bytecount v0.6.8
26332024-08-22T17:26:51.003Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26342024-08-22T17:26:51.588Z[ host-package] Compiling papergrid v0.11.0
26352024-08-22T17:26:52.081Z[ host-package] Compiling chacha20poly1305 v0.10.1
26362024-08-22T17:26:54.180Z[ helios-setup] Aug 22 17:26:52.653 INFO E| Compiling clap v4.2.1
26372024-08-22T17:26:54.266Z[ host-package] Compiling parking_lot v0.11.2
26382024-08-22T17:26:58.599Z[ host-package] Compiling vsss-rs v3.3.4
26392024-08-22T17:27:05.335Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26402024-08-22T17:27:07.225Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26412024-08-22T17:27:08.387Z[ host-package] Compiling tabled_derive v0.7.0
26422024-08-22T17:27:11.728Z[ helios-setup] Aug 22 17:27:10.198 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26432024-08-22T17:27:12.718Z[ host-package] Compiling crossterm v0.27.0
26442024-08-22T17:27:14.552Z[ host-package] Compiling peg-macros v0.8.4
26452024-08-22T17:27:15.370Z[ helios-setup] Aug 22 17:27:13.839 INFO E| Compiling tokio-tungstenite v0.18.0
26462024-08-22T17:27:16.955Z[ host-package] Compiling kstat-rs v0.2.4
26472024-08-22T17:27:17.180Z[ helios-setup] Aug 22 17:27:15.649 INFO E| Compiling smartstring v1.0.1
26482024-08-22T17:27:18.444Z[ helios-setup] Aug 22 17:27:16.911 INFO E| Compiling rustls v0.21.0
26492024-08-22T17:27:19.385Z[ host-package] Compiling sqlparser_derive v0.2.2
26502024-08-22T17:27:20.283Z[ helios-setup] Aug 22 17:27:18.732 INFO E| Compiling toml_datetime v0.6.1
26512024-08-22T17:27:21.142Z[ helios-setup] Aug 22 17:27:19.610 INFO E| Compiling serde_spanned v0.6.1
26522024-08-22T17:27:21.279Z[ helios-setup] Aug 22 17:27:19.746 INFO E| Compiling async-trait v0.1.68
26532024-08-22T17:27:21.527Z[ helios-setup] Aug 22 17:27:19.995 INFO E| Compiling slog-async v2.7.0
26542024-08-22T17:27:21.592Z[ host-package] Compiling nu-ansi-term v0.50.0
26552024-08-22T17:27:21.824Z[ helios-setup] Aug 22 17:27:20.292 INFO E| Compiling match_cfg v0.1.0
26562024-08-22T17:27:22.131Z[ helios-setup] Aug 22 17:27:20.599 INFO E| Compiling static_assertions v1.1.0
26572024-08-22T17:27:22.320Z[ host-package] Compiling unicode_categories v0.1.1
26582024-08-22T17:27:22.594Z[ helios-setup] Aug 22 17:27:21.062 INFO E| Compiling camino v1.1.4
26592024-08-22T17:27:22.863Z[ helios-setup] Aug 22 17:27:21.331 INFO E| Compiling winnow v0.4.1
26602024-08-22T17:27:22.941Z[ helios-setup] Aug 22 17:27:21.409 INFO E| Compiling paste v1.0.12
26612024-08-22T17:27:24.045Z[ host-package] Compiling rustyline v14.0.0
26622024-08-22T17:27:24.112Z[ host-package] Compiling sqlformat v0.2.4
26632024-08-22T17:27:24.892Z[ helios-setup] Aug 22 17:27:23.360 INFO E| Compiling hostname v0.3.1
26642024-08-22T17:27:24.907Z[ host-package] Compiling reedline v0.33.0
26652024-08-22T17:27:25.688Z[ helios-setup] Aug 22 17:27:24.155 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26662024-08-22T17:27:26.160Z[ helios-setup] Aug 22 17:27:24.628 INFO E| Compiling slog-json v2.6.1
26672024-08-22T17:27:27.118Z[ host-package] Compiling sqlparser v0.45.0
26682024-08-22T17:27:27.311Z[ helios-setup] Aug 22 17:27:25.778 INFO E| Compiling unicode-linebreak v0.1.4
26692024-08-22T17:27:30.880Z[ helios-setup] Aug 22 17:27:29.346 INFO E| Compiling toml_edit v0.19.8
26702024-08-22T17:27:32.761Z[ helios-setup] Aug 22 17:27:31.227 INFO E| Compiling async-stream-impl v0.3.5
26712024-08-22T17:27:35.327Z[ helios-setup] Aug 22 17:27:33.792 INFO E| Compiling rhai_codegen v1.5.0
26722024-08-22T17:27:35.715Z[ helios-setup] Aug 22 17:27:34.181 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26732024-08-22T17:27:36.591Z[ helios-setup] Aug 22 17:27:35.057 INFO E| Compiling take_mut v0.2.2
26742024-08-22T17:27:40.861Z[ helios-setup] Aug 22 17:27:39.326 INFO E| Compiling rhai v1.14.0
26752024-08-22T17:27:42.338Z[ helios-setup] Aug 22 17:27:40.802 INFO E| Compiling toml v0.7.3
26762024-08-22T17:27:43.070Z[ helios-setup] Aug 22 17:27:41.535 INFO E| Compiling async-stream v0.3.5
26772024-08-22T17:27:44.594Z[ helios-setup] Aug 22 17:27:43.058 INFO E| Compiling slog-bunyan v2.4.0
26782024-08-22T17:27:45.636Z[ host-package] Compiling peg v0.8.4
26792024-08-22T17:27:46.138Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26802024-08-22T17:27:48.718Z[ host-package] Compiling tabled v0.15.0
26812024-08-22T17:27:52.714Z[ helios-setup] Aug 22 17:27:51.177 INFO E| Compiling rustls-pemfile v1.0.2
26822024-08-22T17:27:53.832Z[ helios-setup] Aug 22 17:27:52.294 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26832024-08-22T17:27:54.261Z[ helios-setup] Aug 22 17:27:52.724 INFO E| Compiling bincode v1.3.3
26842024-08-22T17:27:54.791Z[ helios-setup] Aug 22 17:27:53.254 INFO E| Compiling serde_path_to_error v0.1.11
26852024-08-22T17:27:56.701Z[ helios-setup] Aug 22 17:27:55.163 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26862024-08-22T17:27:57.191Z[ helios-setup] Aug 22 17:27:55.653 INFO E| Compiling terminal_size v0.2.6
26872024-08-22T17:27:57.255Z[ helios-setup] Aug 22 17:27:55.718 INFO E| Compiling smawk v0.3.1
26882024-08-22T17:27:57.718Z[ helios-setup] Aug 22 17:27:56.180 INFO E| Compiling textwrap v0.16.0
26892024-08-22T17:28:04.449Z[ host-package] Compiling sled v0.34.7
26902024-08-22T17:28:09.454Z[ helios-setup] Aug 22 17:28:07.914 INFO E| Compiling rustls-webpki v0.100.1
26912024-08-22T17:28:09.552Z[ helios-setup] Aug 22 17:28:08.012 INFO E| Compiling sct v0.7.0
26922024-08-22T17:28:12.804Z[ host-package] Compiling mime_guess v2.0.4
26932024-08-22T17:28:16.062Z[ helios-setup] Aug 22 17:28:14.521 INFO E| Compiling git2 v0.16.1
26942024-08-22T17:28:18.323Z[ helios-setup] Aug 22 17:28:16.781 INFO E| Compiling tokio-rustls v0.24.0
26952024-08-22T17:28:18.675Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26962024-08-22T17:28:18.797Z[ host-package] Compiling hickory-client v0.24.1
26972024-08-22T17:28:20.521Z[ host-package] Compiling env_logger v0.9.3
26982024-08-22T17:28:24.039Z[ helios-setup] Aug 22 17:28:22.496 INFO E| Compiling built v0.6.0
26992024-08-22T17:28:27.251Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27002024-08-22T17:28:27.665Z[ host-package] Compiling tungstenite v0.20.1
27012024-08-22T17:28:28.543Z[ helios-setup] Aug 22 17:28:26.999 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27022024-08-22T17:28:29.544Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27032024-08-22T17:28:31.493Z[ helios-setup] Aug 22 17:28:29.950 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27042024-08-22T17:28:32.542Z[ helios-setup] Aug 22 17:28:30.998 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27052024-08-22T17:28:36.728Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27062024-08-22T17:28:38.975Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27072024-08-22T17:28:45.195Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27082024-08-22T17:28:48.474Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27092024-08-22T17:28:50.217Z[ host-package] Compiling hickory-server v0.24.1
27102024-08-22T17:28:52.064Z[ host-package] Compiling bcs v0.1.6
27112024-08-22T17:28:52.137Z[ host-package] Compiling vergen v8.3.2
27122024-08-22T17:28:53.151Z[ host-package] Compiling bitstruct_derive v0.1.0
27132024-08-22T17:28:53.714Z[ host-package] Compiling cargo-platform v0.1.8
27142024-08-22T17:28:54.344Z[ host-package] Compiling nanorand v0.7.0
27152024-08-22T17:28:54.842Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27162024-08-22T17:28:55.092Z[ host-package] Compiling memoffset v0.9.1
27172024-08-22T17:28:55.135Z[ host-package] Compiling ascii v1.1.0
27182024-08-22T17:28:55.913Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27192024-08-22T17:28:56.123Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27202024-08-22T17:28:58.722Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27212024-08-22T17:28:59.079Z[ host-package] Compiling bitstruct v0.1.1
27222024-08-22T17:28:59.234Z[ host-package] Compiling flume v0.11.0
27232024-08-22T17:29:00.172Z[ host-package] Compiling cargo_metadata v0.18.1
27242024-08-22T17:29:00.985Z[ helios-setup] Aug 22 17:28:59.436 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27252024-08-22T17:29:03.094Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27262024-08-22T17:29:03.312Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27272024-08-22T17:29:03.663Z[ helios-setup] Aug 22 17:29:02.113 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27282024-08-22T17:29:04.181Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27292024-08-22T17:29:04.346Z[ host-package] Compiling tokio-tungstenite v0.20.1
27302024-08-22T17:29:05.978Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27312024-08-22T17:29:06.610Z[ host-package] Compiling git2 v0.19.0
27322024-08-22T17:29:25.407Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27332024-08-22T17:29:26.936Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27342024-08-22T17:29:29.331Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27352024-08-22T17:29:32.852Z[ host-package] Compiling libsqlite3-sys v0.28.0
27362024-08-22T17:29:34.291Z[ host-package] Compiling erased-serde v0.3.31
27372024-08-22T17:29:38.422Z[ host-package] Compiling serde_arrays v0.1.0
27382024-08-22T17:29:38.879Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27392024-08-22T17:29:50.015Z[ helios-setup] Aug 22 17:29:48.458 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27402024-08-22T17:29:57.570Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27412024-08-22T17:29:58.643Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27422024-08-22T17:30:06.654Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27432024-08-22T17:30:07.278Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27442024-08-22T17:30:08.232Z[ host-package] Compiling heck v0.3.3
27452024-08-22T17:30:08.814Z[ host-package] Compiling castaway v0.2.3
27462024-08-22T17:30:09.156Z[ host-package] Compiling rand_seeder v0.3.0
27472024-08-22T17:30:09.907Z[ host-package] Compiling csv-core v0.1.11
27482024-08-22T17:30:09.950Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27492024-08-22T17:30:10.573Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27502024-08-22T17:30:11.440Z[ host-package] Compiling http-range v0.1.5
27512024-08-22T17:30:12.590Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27522024-08-22T17:30:14.308Z[ host-package] Compiling hyper-staticfile v0.9.5
27532024-08-22T17:30:19.693Z[ host-package] Compiling csv v1.3.0
27542024-08-22T17:30:23.584Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27552024-08-22T17:30:24.059Z[ host-package] Compiling compact_str v0.8.0
27562024-08-22T17:30:24.261Z[ host-package] Compiling zone_cfg_derive v0.1.2
27572024-08-22T17:30:26.235Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27582024-08-22T17:30:26.980Z[ host-package] Compiling nix v0.27.1
27592024-08-22T17:30:27.721Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27602024-08-22T17:30:29.261Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27612024-08-22T17:30:30.541Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27622024-08-22T17:30:31.347Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27632024-08-22T17:30:32.668Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27642024-08-22T17:30:42.198Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27652024-08-22T17:30:43.185Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27662024-08-22T17:30:44.171Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27672024-08-22T17:30:45.201Z[ host-package] Compiling unicode-truncate v1.0.0
27682024-08-22T17:30:45.968Z[ host-package] Compiling hashlink v0.9.1
27692024-08-22T17:30:46.766Z[ host-package] Compiling lru v0.12.3
27702024-08-22T17:30:47.581Z[ host-package] Compiling serde-big-array v0.5.1
27712024-08-22T17:30:47.852Z[ host-package] Compiling instability v0.3.2
27722024-08-22T17:30:48.057Z[ host-package] Compiling fallible-iterator v0.3.0
27732024-08-22T17:30:49.589Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
27742024-08-22T17:30:49.631Z[ host-package] Compiling cassowary v0.3.0
27752024-08-22T17:30:50.133Z[ host-package] Compiling base64 v0.13.1
27762024-08-22T17:30:51.297Z[ host-package] Compiling ron v0.7.1
27772024-08-22T17:30:54.016Z[ host-package] Compiling ratatui v0.28.0
27782024-08-22T17:30:55.963Z[ helios-setup] Aug 22 17:30:54.395 INFO E| Finished `release` profile [optimized] target(s) in 6m 59s
27792024-08-22T17:30:56.099Z[ helios-setup] Aug 22 17:30:54.531 INFO building project "pilot" ok (419 seconds)
27802024-08-22T17:30:56.102Z[ helios-setup] Aug 22 17:30:54.531 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27812024-08-22T17:30:56.102Z[ helios-setup] Aug 22 17:30:54.531 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27822024-08-22T17:30:56.477Z[ helios-setup] Aug 22 17:30:54.908 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27832024-08-22T17:30:56.933Z[ helios-setup] Aug 22 17:30:55.364 INFO E| From https://github.com/jclulow/rust-jmclib
27842024-08-22T17:30:56.933Z[ helios-setup] Aug 22 17:30:55.364 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27852024-08-22T17:30:56.994Z[ helios-setup] Aug 22 17:30:55.426 INFO E| Updating crates.io index
27862024-08-22T17:30:57.290Z[ helios-setup] Aug 22 17:30:55.721 INFO E| Downloading crates ...
27872024-08-22T17:30:57.300Z[ host-package] Compiling rusqlite v0.31.0
27882024-08-22T17:30:57.348Z[ helios-setup] Aug 22 17:30:55.779 INFO E| Downloaded block-buffer v0.9.0
27892024-08-22T17:30:57.384Z[ helios-setup] Aug 22 17:30:55.815 INFO E| Downloaded opaque-debug v0.3.0
27902024-08-22T17:30:57.387Z[ helios-setup] Aug 22 17:30:55.817 INFO E| Downloaded getrandom v0.2.10
27912024-08-22T17:30:57.391Z[ helios-setup] Aug 22 17:30:55.822 INFO E| Downloaded proc-macro2 v1.0.66
27922024-08-22T17:30:57.395Z[ helios-setup] Aug 22 17:30:55.826 INFO E| Downloaded digest v0.9.0
27932024-08-22T17:30:57.397Z[ helios-setup] Aug 22 17:30:55.829 INFO E| Downloaded anyhow v1.0.72
27942024-08-22T17:30:57.403Z[ helios-setup] Aug 22 17:30:55.835 INFO E| Downloaded sha-1 v0.9.8
27952024-08-22T17:30:57.407Z[ helios-setup] Aug 22 17:30:55.838 INFO E| Downloaded tempfile v3.7.0
27962024-08-22T17:30:57.411Z[ helios-setup] Aug 22 17:30:55.843 INFO E| Downloaded quote v1.0.31
27972024-08-22T17:30:57.415Z[ helios-setup] Aug 22 17:30:55.847 INFO E| Downloaded uuid v0.8.2
27982024-08-22T17:30:57.421Z[ helios-setup] Aug 22 17:30:55.853 INFO E| Downloaded unicode-ident v1.0.11
27992024-08-22T17:30:57.426Z[ helios-setup] Aug 22 17:30:55.858 INFO E| Downloaded serde_derive v1.0.193
28002024-08-22T17:30:57.431Z[ helios-setup] Aug 22 17:30:55.862 INFO E| Downloaded serde v1.0.193
28012024-08-22T17:30:57.436Z[ helios-setup] Aug 22 17:30:55.867 INFO E| Downloaded ryu v1.0.15
28022024-08-22T17:30:57.440Z[ helios-setup] Aug 22 17:30:55.872 INFO E| Downloaded bitflags v2.3.3
28032024-08-22T17:30:57.444Z[ helios-setup] Aug 22 17:30:55.876 INFO E| Downloaded serde_json v1.0.103
28042024-08-22T17:30:57.455Z[ helios-setup] Aug 22 17:30:55.887 INFO E| Downloaded once_cell v1.18.0
28052024-08-22T17:30:57.459Z[ helios-setup] Aug 22 17:30:55.891 INFO E| Downloaded syn v2.0.32
28062024-08-22T17:30:57.475Z[ helios-setup] Aug 22 17:30:55.906 INFO E| Downloaded md-5 v0.9.1
28072024-08-22T17:30:57.477Z[ helios-setup] Aug 22 17:30:55.909 INFO E| Downloaded rustix v0.38.4
28082024-08-22T17:30:57.538Z[ helios-setup] Aug 22 17:30:55.969 INFO E| Downloaded libdevinfo-sys v1.0.0
28092024-08-22T17:30:57.540Z[ helios-setup] Aug 22 17:30:55.971 INFO E| Downloaded itoa v1.0.9
28102024-08-22T17:30:57.543Z[ helios-setup] Aug 22 17:30:55.973 INFO E| Downloaded libc v0.2.147
28112024-08-22T17:30:57.586Z[ helios-setup] Aug 22 17:30:56.017 INFO E| Downloaded fastrand v2.0.0
28122024-08-22T17:30:57.589Z[ helios-setup] Aug 22 17:30:56.020 INFO E| Downloaded cpufeatures v0.2.9
28132024-08-22T17:30:57.774Z[ helios-setup] Aug 22 17:30:56.205 INFO E| Compiling libc v0.2.147
28142024-08-22T17:30:57.782Z[ helios-setup] Aug 22 17:30:56.205 INFO E| Compiling proc-macro2 v1.0.66
28152024-08-22T17:30:57.782Z[ helios-setup] Aug 22 17:30:56.206 INFO E| Compiling cfg-if v1.0.0
28162024-08-22T17:30:57.782Z[ helios-setup] Aug 22 17:30:56.206 INFO E| Compiling unicode-ident v1.0.11
28172024-08-22T17:30:57.782Z[ helios-setup] Aug 22 17:30:56.206 INFO E| Compiling version_check v0.9.4
28182024-08-22T17:30:57.782Z[ helios-setup] Aug 22 17:30:56.206 INFO E| Compiling typenum v1.16.0
28192024-08-22T17:30:57.782Z[ helios-setup] Aug 22 17:30:56.206 INFO E| Compiling serde v1.0.193
28202024-08-22T17:30:57.782Z[ helios-setup] Aug 22 17:30:56.206 INFO E| Compiling num-conv v0.1.0
28212024-08-22T17:30:58.317Z[ helios-setup] Aug 22 17:30:56.748 INFO E| Compiling powerfmt v0.2.0
28222024-08-22T17:30:58.352Z[ helios-setup] Aug 22 17:30:56.783 INFO E| Compiling slog v2.7.0
28232024-08-22T17:30:58.943Z[ helios-setup] Aug 22 17:30:57.374 INFO E| Compiling time-core v0.1.2
28242024-08-22T17:30:59.189Z[ helios-setup] Aug 22 17:30:57.620 INFO E| Compiling rustix v0.38.4
28252024-08-22T17:30:59.339Z[ helios-setup] Aug 22 17:30:57.769 INFO E| Compiling itoa v1.0.9
28262024-08-22T17:30:59.655Z[ helios-setup] Aug 22 17:30:58.075 INFO E| Compiling time-macros v0.2.18
28272024-08-22T17:30:59.781Z[ helios-setup] Aug 22 17:30:58.211 INFO E| Compiling generic-array v0.14.7
28282024-08-22T17:30:59.813Z[ helios-setup] Aug 22 17:30:58.244 INFO E| Compiling deranged v0.3.11
28292024-08-22T17:30:59.920Z[ helios-setup] Aug 22 17:30:58.351 INFO E| Compiling bitflags v2.3.3
28302024-08-22T17:31:00.342Z[ helios-setup] Aug 22 17:30:58.773 INFO E| Compiling once_cell v1.18.0
28312024-08-22T17:31:00.885Z[ helios-setup] Aug 22 17:30:59.310 INFO E| Compiling quote v1.0.31
28322024-08-22T17:31:01.155Z[ helios-setup] Aug 22 17:30:59.585 INFO E| Compiling num_threads v0.1.6
28332024-08-22T17:31:01.228Z[ helios-setup] Aug 22 17:30:59.658 INFO E| Compiling thread_local v1.1.7
28342024-08-22T17:31:01.713Z[ helios-setup] Aug 22 17:31:00.144 INFO E| Compiling syn v2.0.32
28352024-08-22T17:31:02.080Z[ helios-setup] Aug 22 17:31:00.510 INFO E| Compiling dirs-sys-next v0.1.2
28362024-08-22T17:31:02.362Z[ helios-setup] Aug 22 17:31:00.792 INFO E| Compiling errno v0.3.1
28372024-08-22T17:31:02.558Z[ helios-setup] Aug 22 17:31:00.988 INFO E| Compiling dirs-next v2.0.0
28382024-08-22T17:31:02.755Z[ helios-setup] Aug 22 17:31:01.186 INFO E| Compiling term v0.7.0
28392024-08-22T17:31:03.027Z[ helios-setup] Aug 22 17:31:01.457 INFO E| Compiling atty v0.2.14
28402024-08-22T17:31:03.708Z[ helios-setup] Aug 22 17:31:02.139 INFO E| Compiling fastrand v2.0.0
28412024-08-22T17:31:04.208Z[ helios-setup] Aug 22 17:31:02.638 INFO E| Compiling opaque-debug v0.3.0
28422024-08-22T17:31:04.309Z[ helios-setup] Aug 22 17:31:02.739 INFO E| Compiling serde_json v1.0.103
28432024-08-22T17:31:05.190Z[ helios-setup] Aug 22 17:31:03.620 INFO E| Compiling block-buffer v0.9.0
28442024-08-22T17:31:05.232Z[ helios-setup] Aug 22 17:31:03.662 INFO E| Compiling digest v0.9.0
28452024-08-22T17:31:05.232Z[ helios-setup] Aug 22 17:31:03.662 INFO E| Compiling anyhow v1.0.72
28462024-08-22T17:31:05.577Z[ helios-setup] Aug 22 17:31:04.007 INFO E| Compiling getrandom v0.2.10
28472024-08-22T17:31:05.619Z[ helios-setup] Aug 22 17:31:04.049 INFO E| Compiling ryu v1.0.15
28482024-08-22T17:31:05.641Z[ helios-setup] Aug 22 17:31:04.071 INFO E| Compiling time v0.3.36
28492024-08-22T17:31:05.741Z[ helios-setup] Aug 22 17:31:04.171 INFO E| Compiling same-file v1.0.6
28502024-08-22T17:31:06.282Z[ helios-setup] Aug 22 17:31:04.712 INFO E| Compiling tempfile v3.7.0
28512024-08-22T17:31:06.364Z[ helios-setup] Aug 22 17:31:04.794 INFO E| Compiling unicode-width v0.1.10
28522024-08-22T17:31:06.464Z[ helios-setup] Aug 22 17:31:04.894 INFO E| Compiling cpufeatures v0.2.9
28532024-08-22T17:31:06.568Z[ helios-setup] Aug 22 17:31:04.998 INFO E| Compiling getopts v0.2.21
28542024-08-22T17:31:06.684Z[ helios-setup] Aug 22 17:31:05.114 INFO E| Compiling sha-1 v0.9.8
28552024-08-22T17:31:06.729Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28562024-08-22T17:31:06.890Z[ helios-setup] Aug 22 17:31:05.320 INFO E| Compiling walkdir v2.3.3
28572024-08-22T17:31:07.916Z[ helios-setup] Aug 22 17:31:06.346 INFO E| Compiling md-5 v0.9.1
28582024-08-22T17:31:07.984Z[ helios-setup] Aug 22 17:31:06.414 INFO E| Compiling glob v0.3.1
28592024-08-22T17:31:08.412Z[ helios-setup] Aug 22 17:31:06.842 INFO E| Compiling libdevinfo-sys v1.0.0
28602024-08-22T17:31:08.795Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28612024-08-22T17:31:09.998Z[ helios-setup] Aug 22 17:31:08.427 INFO E| Compiling slog-term v2.9.0
28622024-08-22T17:31:10.297Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28632024-08-22T17:31:11.711Z[ helios-setup] Aug 22 17:31:10.140 INFO E| Compiling serde_derive v1.0.193
28642024-08-22T17:31:18.565Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28652024-08-22T17:31:19.547Z[ host-package] Compiling zone v0.1.8
28662024-08-22T17:31:20.059Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28672024-08-22T17:31:25.879Z[ helios-setup] Aug 22 17:31:24.306 INFO E| Compiling toml v0.5.11
28682024-08-22T17:31:25.879Z[ helios-setup] Aug 22 17:31:24.306 INFO E| Compiling uuid v0.8.2
28692024-08-22T17:31:28.646Z[ helios-setup] Aug 22 17:31:27.072 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28702024-08-22T17:31:31.335Z[ helios-setup] Aug 22 17:31:29.761 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28712024-08-22T17:31:31.793Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28722024-08-22T17:31:34.757Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28732024-08-22T17:31:34.856Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28742024-08-22T17:31:35.594Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28752024-08-22T17:31:36.068Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28762024-08-22T17:31:42.025Z[ host-package] Compiling twox-hash v1.6.3
28772024-08-22T17:31:43.641Z[ host-package] Compiling signal-hook-tokio v0.3.1
28782024-08-22T17:31:44.152Z[ host-package] Compiling yasna v0.5.2
28792024-08-22T17:31:44.336Z[ host-package] Compiling portpicker v0.1.1
28802024-08-22T17:31:44.935Z[ host-package] Compiling unicode-linebreak v0.1.5
28812024-08-22T17:31:45.628Z[ helios-setup] Aug 22 17:31:44.051 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.43s
28822024-08-22T17:31:45.661Z[ helios-setup] Aug 22 17:31:44.084 INFO building project "image-builder" ok (49 seconds)
28832024-08-22T17:31:45.664Z[ helios-setup] Aug 22 17:31:44.085 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28842024-08-22T17:31:45.664Z[ helios-setup] Aug 22 17:31:44.085 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28852024-08-22T17:31:45.670Z[ host-package] Compiling smawk v0.3.2
28862024-08-22T17:31:45.673Z[ helios-setup] Aug 22 17:31:44.096 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
28872024-08-22T17:31:45.988Z[ host-package] Compiling textwrap v0.16.1
28882024-08-22T17:31:45.998Z[ helios-setup] Aug 22 17:31:44.421 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
28892024-08-22T17:31:45.998Z[ helios-setup] Aug 22 17:31:44.421 INFO E| info: downloading component 'cargo'
28902024-08-22T17:31:47.290Z[ helios-setup] Aug 22 17:31:45.713 INFO E| info: downloading component 'clippy'
28912024-08-22T17:31:47.610Z[ helios-setup] Aug 22 17:31:46.033 INFO E| info: downloading component 'rust-docs'
28922024-08-22T17:31:47.951Z[ host-package] Compiling rcgen v0.12.1
28932024-08-22T17:31:49.374Z[ helios-setup] Aug 22 17:31:47.797 INFO E| info: downloading component 'rust-src'
28942024-08-22T17:31:49.530Z[ helios-setup] Aug 22 17:31:47.953 INFO E| info: downloading component 'rust-std'
28952024-08-22T17:31:49.801Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28962024-08-22T17:31:50.758Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28972024-08-22T17:31:51.407Z[ helios-setup] Aug 22 17:31:49.830 INFO E| info: downloading component 'rustc'
28982024-08-22T17:31:56.431Z[ helios-setup] Aug 22 17:31:54.853 INFO E| info: downloading component 'rustfmt'
28992024-08-22T17:31:57.303Z[ helios-setup] Aug 22 17:31:55.725 INFO E| info: installing component 'cargo'
29002024-08-22T17:31:58.683Z[ helios-setup] Aug 22 17:31:57.104 INFO E| info: installing component 'clippy'
29012024-08-22T17:31:59.203Z[ helios-setup] Aug 22 17:31:57.624 INFO E| info: installing component 'rust-docs'
29022024-08-22T17:32:00.782Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29032024-08-22T17:32:04.752Z[ helios-setup] Aug 22 17:32:03.172 INFO E| info: installing component 'rust-src'
29042024-08-22T17:32:05.424Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29052024-08-22T17:32:05.521Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29062024-08-22T17:32:05.837Z[ helios-setup] Aug 22 17:32:04.256 INFO E| info: installing component 'rust-std'
29072024-08-22T17:32:08.587Z[ helios-setup] Aug 22 17:32:07.006 INFO E| info: installing component 'rustc'
29082024-08-22T17:32:09.213Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29092024-08-22T17:32:10.035Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29102024-08-22T17:32:11.672Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29112024-08-22T17:32:11.716Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29122024-08-22T17:32:12.312Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29132024-08-22T17:32:14.917Z[ helios-setup] Aug 22 17:32:13.335 INFO E| info: installing component 'rustfmt'
29142024-08-22T17:32:15.907Z[ helios-setup] Aug 22 17:32:14.325 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29152024-08-22T17:32:17.265Z[ helios-setup] Aug 22 17:32:15.682 INFO E| From https://github.com/oxidecomputer/amd-apcb
29162024-08-22T17:32:17.265Z[ helios-setup] Aug 22 17:32:15.682 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29172024-08-22T17:32:17.265Z[ helios-setup] Aug 22 17:32:15.683 INFO E| * [new tag] v0.3.3 -> v0.3.3
29182024-08-22T17:32:17.301Z[ helios-setup] Aug 22 17:32:15.719 INFO E| * [new tag] v0.1.3 -> v0.1.3
29192024-08-22T17:32:17.301Z[ helios-setup] Aug 22 17:32:15.719 INFO E| * [new tag] v0.1.4 -> v0.1.4
29202024-08-22T17:32:17.305Z[ helios-setup] Aug 22 17:32:15.719 INFO E| * [new tag] v0.1.5 -> v0.1.5
29212024-08-22T17:32:17.305Z[ helios-setup] Aug 22 17:32:15.719 INFO E| * [new tag] v0.2.0 -> v0.2.0
29222024-08-22T17:32:17.305Z[ helios-setup] Aug 22 17:32:15.719 INFO E| * [new tag] v0.3.0 -> v0.3.0
29232024-08-22T17:32:17.305Z[ helios-setup] Aug 22 17:32:15.719 INFO E| * [new tag] v0.3.1 -> v0.3.1
29242024-08-22T17:32:17.305Z[ helios-setup] Aug 22 17:32:15.719 INFO E| * [new tag] v0.3.2 -> v0.3.2
29252024-08-22T17:32:17.344Z[ helios-setup] Aug 22 17:32:15.761 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29262024-08-22T17:32:18.361Z[ helios-setup] Aug 22 17:32:16.779 INFO E| From https://github.com/oxidecomputer/amd-efs
29272024-08-22T17:32:18.361Z[ helios-setup] Aug 22 17:32:16.779 INFO E| * [new branch] empty -> origin/empty
29282024-08-22T17:32:18.361Z[ helios-setup] Aug 22 17:32:16.779 INFO E| * [new branch] issue-99 -> origin/issue-99
29292024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.779 INFO E| * [new branch] main -> origin/main
29302024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.779 INFO E| * [new branch] review -> origin/review
29312024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.779 INFO E| * [new ref] -> origin/HEAD
29322024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.780 INFO E| * [new tag] v0.2.0 -> v0.2.0
29332024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.780 INFO E| * [new tag] v0.2.1 -> v0.2.1
29342024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.780 INFO E| * [new tag] v0.2.2 -> v0.2.2
29352024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.780 INFO E| * [new tag] v0.2.3 -> v0.2.3
29362024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.780 INFO E| * [new tag] v0.2.4 -> v0.2.4
29372024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.781 INFO E| * [new tag] v0.2.5 -> v0.2.5
29382024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.781 INFO E| * [new tag] v0.2.6 -> v0.2.6
29392024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.781 INFO E| * [new tag] v0.2.7 -> v0.2.7
29402024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.781 INFO E| * [new tag] v0.3.0 -> v0.3.0
29412024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.781 INFO E| * [new tag] v0.3.1 -> v0.3.1
29422024-08-22T17:32:18.364Z[ helios-setup] Aug 22 17:32:16.781 INFO E| * [new tag] v0.4.0 -> v0.4.0
29432024-08-22T17:32:18.391Z[ helios-setup] Aug 22 17:32:16.809 INFO E| Updating crates.io index
29442024-08-22T17:32:18.872Z[ helios-setup] Aug 22 17:32:17.289 INFO E| Downloading crates ...
29452024-08-22T17:32:19.015Z[ helios-setup] Aug 22 17:32:17.433 INFO E| Downloaded scroll_derive v0.10.5
29462024-08-22T17:32:19.018Z[ helios-setup] Aug 22 17:32:17.435 INFO E| Downloaded unic-char-range v0.9.0
29472024-08-22T17:32:19.020Z[ helios-setup] Aug 22 17:32:17.438 INFO E| Downloaded parse_int v0.6.0
29482024-08-22T17:32:19.023Z[ helios-setup] Aug 22 17:32:17.439 INFO E| Downloaded memoffset v0.5.6
29492024-08-22T17:32:19.025Z[ helios-setup] Aug 22 17:32:17.442 INFO E| Downloaded strum v0.23.0
29502024-08-22T17:32:19.028Z[ helios-setup] Aug 22 17:32:17.445 INFO E| Downloaded four-cc v0.3.0
29512024-08-22T17:32:19.059Z[ helios-setup] Aug 22 17:32:17.477 INFO E| Downloaded vec_map v0.8.2
29522024-08-22T17:32:19.063Z[ helios-setup] Aug 22 17:32:17.479 INFO E| Downloaded unic-ucd-version v0.9.0
29532024-08-22T17:32:19.066Z[ helios-setup] Aug 22 17:32:17.481 INFO E| Downloaded unic-ucd-ident v0.9.0
29542024-08-22T17:32:19.068Z[ helios-setup] Aug 22 17:32:17.485 INFO E| Downloaded unic-common v0.9.0
29552024-08-22T17:32:19.073Z[ helios-setup] Aug 22 17:32:17.491 INFO E| Downloaded unic-char-property v0.9.0
29562024-08-22T17:32:19.073Z[ helios-setup] Aug 22 17:32:17.491 INFO E| Downloaded textwrap v0.11.0
29572024-08-22T17:32:19.073Z[ helios-setup] Aug 22 17:32:17.491 INFO E| Downloaded strum_macros v0.23.1
29582024-08-22T17:32:19.076Z[ helios-setup] Aug 22 17:32:17.494 INFO E| Downloaded structopt-derive v0.4.18
29592024-08-22T17:32:19.079Z[ helios-setup] Aug 22 17:32:17.496 INFO E| Downloaded strsim v0.8.0
29602024-08-22T17:32:19.081Z[ helios-setup] Aug 22 17:32:17.499 INFO E| Downloaded pre-proc-macro v0.2.1
29612024-08-22T17:32:19.085Z[ helios-setup] Aug 22 17:32:17.503 INFO E| Downloaded semver v0.9.0
29622024-08-22T17:32:19.088Z[ helios-setup] Aug 22 17:32:17.506 INFO E| Downloaded pre v0.2.1
29632024-08-22T17:32:19.090Z[ helios-setup] Aug 22 17:32:17.507 INFO E| Downloaded pest_derive v2.7.11
29642024-08-22T17:32:19.094Z[ helios-setup] Aug 22 17:32:17.511 INFO E| Downloaded structopt v0.3.26
29652024-08-22T17:32:19.107Z[ helios-setup] Aug 22 17:32:17.524 INFO E| Downloaded scroll v0.10.2
29662024-08-22T17:32:19.111Z[ helios-setup] Aug 22 17:32:17.529 INFO E| Downloaded memchr v2.7.4
29672024-08-22T17:32:19.120Z[ helios-setup] Aug 22 17:32:17.538 INFO E| Downloaded pest v2.7.11
29682024-08-22T17:32:19.130Z[ helios-setup] Aug 22 17:32:17.547 INFO E| Downloaded goblin v0.4.3
29692024-08-22T17:32:19.139Z[ helios-setup] Aug 22 17:32:17.557 INFO E| Downloaded clap v2.34.0
29702024-08-22T17:32:19.151Z[ helios-setup] Aug 22 17:32:17.569 INFO E| Downloaded pest_meta v2.7.11
29712024-08-22T17:32:19.154Z[ helios-setup] Aug 22 17:32:17.572 INFO E| Downloaded modular-bitfield v0.11.2
29722024-08-22T17:32:19.172Z[ helios-setup] Aug 22 17:32:17.589 INFO E| Downloaded libc v0.2.155
29732024-08-22T17:32:19.214Z[ helios-setup] Aug 22 17:32:17.631 INFO E| Downloaded pest_generator v2.7.11
29742024-08-22T17:32:19.216Z[ helios-setup] Aug 22 17:32:17.633 INFO E| Downloaded num-derive v0.3.3
29752024-08-22T17:32:19.220Z[ helios-setup] Aug 22 17:32:17.636 INFO E| Downloaded semver-parser v0.7.0
29762024-08-22T17:32:19.222Z[ helios-setup] Aug 22 17:32:17.637 INFO E| Downloaded rustc_version v0.2.3
29772024-08-22T17:32:19.222Z[ helios-setup] Aug 22 17:32:17.639 INFO E| Downloaded proc-macro-crate v0.1.5
29782024-08-22T17:32:19.222Z[ helios-setup] Aug 22 17:32:17.640 INFO E| Downloaded modular-bitfield-impl v0.11.2
29792024-08-22T17:32:19.225Z[ helios-setup] Aug 22 17:32:17.642 INFO E| Downloaded fletcher v0.1.0
29802024-08-22T17:32:19.227Z[ helios-setup] Aug 22 17:32:17.643 INFO E| Downloaded cfg-if v0.1.10
29812024-08-22T17:32:19.227Z[ helios-setup] Aug 22 17:32:17.644 INFO E| Downloaded bytesize v1.3.0
29822024-08-22T17:32:19.230Z[ helios-setup] Aug 22 17:32:17.646 INFO E| Downloaded ansi_term v0.12.1
29832024-08-22T17:32:19.328Z[ helios-setup] Aug 22 17:32:17.746 INFO E| Compiling proc-macro2 v1.0.86
29842024-08-22T17:32:19.383Z[ host-package] Compiling atomicwrites v0.4.3
29852024-08-22T17:32:19.485Z[ helios-setup] Aug 22 17:32:17.902 INFO E| Compiling unicode-ident v1.0.12
29862024-08-22T17:32:19.485Z[ helios-setup] Aug 22 17:32:17.902 INFO E| Compiling syn v1.0.109
29872024-08-22T17:32:19.485Z[ helios-setup] Aug 22 17:32:17.902 INFO E| Compiling version_check v0.9.4
29882024-08-22T17:32:19.488Z[ helios-setup] Aug 22 17:32:17.902 INFO E| Compiling thiserror v1.0.63
29892024-08-22T17:32:19.488Z[ helios-setup] Aug 22 17:32:17.902 INFO E| Compiling autocfg v1.3.0
29902024-08-22T17:32:19.488Z[ helios-setup] Aug 22 17:32:17.902 INFO E| Compiling semver-parser v0.7.0
29912024-08-22T17:32:19.488Z[ helios-setup] Aug 22 17:32:17.902 INFO E| Compiling serde v1.0.204
29922024-08-22T17:32:20.423Z[ host-package] Compiling fatfs v0.3.6
29932024-08-22T17:32:20.481Z[ helios-setup] Aug 22 17:32:18.899 INFO E| Compiling semver v0.9.0
29942024-08-22T17:32:20.533Z[ host-package] Compiling rtoolbox v0.0.2
29952024-08-22T17:32:20.922Z[ helios-setup] Aug 22 17:32:19.340 INFO E| Compiling serde_json v1.0.120
29962024-08-22T17:32:21.199Z[ helios-setup] Aug 22 17:32:19.617 INFO E| Compiling rustc_version v0.2.3
29972024-08-22T17:32:21.217Z[ helios-setup] Aug 22 17:32:19.634 INFO E| Compiling num-traits v0.2.19
29982024-08-22T17:32:21.430Z[ helios-setup] Aug 22 17:32:19.847 INFO E| Compiling proc-macro-error-attr v1.0.4
29992024-08-22T17:32:21.588Z[ helios-setup] Aug 22 17:32:20.005 INFO E| Compiling proc-macro-error v1.0.4
30002024-08-22T17:32:21.670Z[ host-package] Compiling subprocess v0.2.9
30012024-08-22T17:32:21.753Z[ helios-setup] Aug 22 17:32:20.171 INFO E| Compiling unicode-segmentation v1.11.0
30022024-08-22T17:32:21.923Z[ helios-setup] Aug 22 17:32:20.340 INFO E| Compiling ryu v1.0.18
30032024-08-22T17:32:21.971Z[ helios-setup] Aug 22 17:32:20.388 INFO E| Compiling itoa v1.0.11
30042024-08-22T17:32:22.219Z[ helios-setup] Aug 22 17:32:20.636 INFO E| Compiling schemars v0.8.21
30052024-08-22T17:32:22.270Z[ helios-setup] Aug 22 17:32:20.687 INFO E| Compiling pre-proc-macro v0.2.1
30062024-08-22T17:32:22.664Z[ helios-setup] Aug 22 17:32:21.081 INFO E| Compiling memoffset v0.5.6
30072024-08-22T17:32:22.694Z[ helios-setup] Aug 22 17:32:21.111 INFO E| Compiling lazy_static v1.5.0
30082024-08-22T17:32:22.896Z[ helios-setup] Aug 22 17:32:21.313 INFO E| Compiling quote v1.0.36
30092024-08-22T17:32:23.021Z[ helios-setup] Aug 22 17:32:21.438 INFO E| Compiling ucd-trie v0.1.6
30102024-08-22T17:32:23.162Z[ helios-setup] Aug 22 17:32:21.579 INFO E| Compiling dyn-clone v1.0.17
30112024-08-22T17:32:23.197Z[ helios-setup] Aug 22 17:32:21.614 INFO E| Compiling heck v0.3.3
30122024-08-22T17:32:23.539Z[ helios-setup] Aug 22 17:32:21.956 INFO E| Compiling paste v1.0.15
30132024-08-22T17:32:23.644Z[ helios-setup] Aug 22 17:32:22.060 INFO E| Compiling libc v0.2.155
30142024-08-22T17:32:23.862Z[ helios-setup] Aug 22 17:32:22.279 INFO E| Compiling syn v2.0.71
30152024-08-22T17:32:24.370Z[ helios-setup] Aug 22 17:32:22.786 INFO E| Compiling memchr v2.7.4
30162024-08-22T17:32:24.467Z[ host-package] Compiling assert_matches v1.5.0
30172024-08-22T17:32:24.612Z[ helios-setup] Aug 22 17:32:23.028 INFO E| Compiling rustversion v1.0.17
30182024-08-22T17:32:25.008Z[ host-package] Compiling is_ci v1.2.0
30192024-08-22T17:32:25.452Z[ helios-setup] Aug 22 17:32:23.868 INFO E| Compiling pre v0.2.1
30202024-08-22T17:32:25.719Z[ host-package] Compiling supports-color v3.0.0
30212024-08-22T17:32:25.883Z[ helios-setup] Aug 22 17:32:24.299 INFO E| Compiling byteorder v1.5.0
30222024-08-22T17:32:26.302Z[ helios-setup] Aug 22 17:32:24.718 INFO E| Compiling once_cell v1.19.0
30232024-08-22T17:32:26.322Z[ helios-setup] Aug 22 17:32:24.739 INFO E| Compiling cfg-if v0.1.10
30242024-08-22T17:32:26.499Z[ helios-setup] Aug 22 17:32:24.916 INFO E| Compiling static_assertions v1.1.0
30252024-08-22T17:32:26.499Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30262024-08-22T17:32:27.432Z[ host-package] Compiling rpassword v7.3.1
30272024-08-22T17:32:28.386Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30282024-08-22T17:32:28.739Z[ helios-setup] Aug 22 17:32:27.155 INFO E| Compiling unicode-width v0.1.13
30292024-08-22T17:32:29.169Z[ helios-setup] Aug 22 17:32:27.585 INFO E| Compiling textwrap v0.11.0
30302024-08-22T17:32:29.275Z[ helios-setup] Aug 22 17:32:27.691 INFO E| Compiling atty v0.2.14
30312024-08-22T17:32:29.681Z[ helios-setup] Aug 22 17:32:28.097 INFO E| Compiling parse_int v0.6.0
30322024-08-22T17:32:29.684Z[ helios-setup] Aug 22 17:32:28.097 INFO E| Compiling fletcher v0.1.0
30332024-08-22T17:32:29.706Z[ helios-setup] Aug 22 17:32:28.122 INFO E| Compiling strsim v0.8.0
30342024-08-22T17:32:29.925Z[ helios-setup] Aug 22 17:32:28.341 INFO E| Compiling strum v0.23.0
30352024-08-22T17:32:29.995Z[ helios-setup] Aug 22 17:32:28.411 INFO E| Compiling unic-common v0.9.0
30362024-08-22T17:32:30.039Z[ helios-setup] Aug 22 17:32:28.455 INFO E| Compiling vec_map v0.8.2
30372024-08-22T17:32:30.259Z[ helios-setup] Aug 22 17:32:28.674 INFO E| Compiling unic-char-range v0.9.0
30382024-08-22T17:32:30.285Z[ helios-setup] Aug 22 17:32:28.701 INFO E| Compiling bitflags v1.3.2
30392024-08-22T17:32:30.501Z[ helios-setup] Aug 22 17:32:28.916 INFO E| Compiling ansi_term v0.12.1
30402024-08-22T17:32:30.519Z[ helios-setup] Aug 22 17:32:28.935 INFO E| Compiling unic-char-property v0.9.0
30412024-08-22T17:32:30.652Z[ helios-setup] Aug 22 17:32:29.068 INFO E| Compiling unic-ucd-version v0.9.0
30422024-08-22T17:32:30.772Z[ helios-setup] Aug 22 17:32:29.188 INFO E| Compiling log v0.4.22
30432024-08-22T17:32:30.849Z[ helios-setup] Aug 22 17:32:29.265 INFO E| Compiling plain v0.2.3
30442024-08-22T17:32:30.888Z[ helios-setup] Aug 22 17:32:29.304 INFO E| Compiling unic-ucd-ident v0.9.0
30452024-08-22T17:32:31.140Z[ helios-setup] Aug 22 17:32:29.556 INFO E| Compiling clap v2.34.0
30462024-08-22T17:32:31.159Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30472024-08-22T17:32:31.367Z[ helios-setup] Aug 22 17:32:29.783 INFO E| Compiling bytesize v1.3.0
30482024-08-22T17:32:32.430Z[ helios-setup] Aug 22 17:32:30.845 INFO E| Compiling serde_derive_internals v0.29.1
30492024-08-22T17:32:35.345Z[ helios-setup] Aug 22 17:32:33.760 INFO E| Compiling toml v0.5.11
30502024-08-22T17:32:38.577Z[ helios-setup] Aug 22 17:32:36.991 INFO E| Compiling proc-macro-crate v0.1.5
30512024-08-22T17:32:38.646Z[ helios-setup] Aug 22 17:32:37.060 INFO E| Compiling thiserror-impl v1.0.63
30522024-08-22T17:32:38.972Z[ host-package] Compiling tui-tree-widget v0.22.0
30532024-08-22T17:32:39.252Z[ helios-setup] Aug 22 17:32:37.666 INFO E| Compiling serde_derive v1.0.204
30542024-08-22T17:32:39.382Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30552024-08-22T17:32:39.632Z[ helios-setup] Aug 22 17:32:38.046 INFO E| Compiling schemars_derive v0.8.21
30562024-08-22T17:32:39.894Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30572024-08-22T17:32:41.277Z[ helios-setup] Aug 22 17:32:39.690 INFO E| Compiling zerocopy-derive v0.6.6
30582024-08-22T17:32:41.772Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30592024-08-22T17:32:42.703Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30602024-08-22T17:32:43.085Z[ host-package] Compiling uzers v0.11.3
30612024-08-22T17:32:44.225Z[ helios-setup] Aug 22 17:32:42.638 INFO E| Compiling pest v2.7.11
30622024-08-22T17:32:44.803Z[ helios-setup] Aug 22 17:32:43.216 INFO E| Compiling zerocopy v0.6.6
30632024-08-22T17:32:46.856Z[ helios-setup] Aug 22 17:32:45.269 INFO E| Compiling modular-bitfield-impl v0.11.2
30642024-08-22T17:32:46.912Z[ helios-setup] Aug 22 17:32:45.325 INFO E| Compiling num-derive v0.3.3
30652024-08-22T17:32:47.244Z[ helios-setup] Aug 22 17:32:45.657 INFO E| Compiling scroll_derive v0.10.5
30662024-08-22T17:32:47.978Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30672024-08-22T17:32:49.055Z[ helios-setup] Aug 22 17:32:47.468 INFO E| Compiling strum_macros v0.23.1
30682024-08-22T17:32:50.881Z[ helios-setup] Aug 22 17:32:49.293 INFO E| Compiling pest_meta v2.7.11
30692024-08-22T17:32:51.056Z[ helios-setup] Aug 22 17:32:49.468 INFO E| Compiling scroll v0.10.2
30702024-08-22T17:32:51.144Z[ helios-setup] Aug 22 17:32:49.556 INFO E| Compiling structopt-derive v0.4.18
30712024-08-22T17:32:52.240Z[ helios-setup] Aug 22 17:32:50.652 INFO E| Compiling goblin v0.4.3
30722024-08-22T17:32:52.599Z[ helios-setup] Aug 22 17:32:51.011 INFO E| Compiling modular-bitfield v0.11.2
30732024-08-22T17:32:54.008Z[ helios-setup] Aug 22 17:32:52.420 INFO E| Compiling pest_generator v2.7.11
30742024-08-22T17:32:54.340Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30752024-08-22T17:32:56.661Z[ helios-setup] Aug 22 17:32:55.072 INFO E| Compiling structopt v0.3.26
30762024-08-22T17:32:57.871Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30772024-08-22T17:32:59.289Z[ helios-setup] Aug 22 17:32:57.700 INFO E| Compiling pest_derive v2.7.11
30782024-08-22T17:33:03.544Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30792024-08-22T17:33:03.592Z[ helios-setup] Aug 22 17:33:02.002 INFO E| Compiling json5 v0.4.1
30802024-08-22T17:33:09.812Z[ helios-setup] Aug 22 17:33:08.221 INFO E| Compiling four-cc v0.3.0
30812024-08-22T17:33:09.812Z[ helios-setup] Aug 22 17:33:08.221 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30822024-08-22T17:33:10.045Z[ helios-setup] Aug 22 17:33:08.454 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30832024-08-22T17:33:17.398Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30842024-08-22T17:33:30.203Z[ host-package] Compiling multimap v0.10.0
30852024-08-22T17:33:54.091Z[ helios-setup] Aug 22 17:33:52.493 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30862024-08-22T17:34:14.323Z[ helios-setup] Aug 22 17:34:12.721 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30872024-08-22T17:35:09.030Z[ helios-setup] Aug 22 17:35:07.419 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 53s
30882024-08-22T17:35:09.069Z[ helios-setup] Aug 22 17:35:07.457 INFO building project "amd-host-image-builder" ok (203 seconds)
30892024-08-22T17:35:09.072Z[ helios-setup] rm -f helios-build
30902024-08-22T17:35:09.074Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30912024-08-22T17:35:09.078Z[ helios-setup]
30922024-08-22T17:35:09.080Z[ helios-setup] Setup complete! ./helios-build is now available.
30932024-08-22T17:35:09.083Z[ helios-setup]
30942024-08-22T17:35:09.083Z[ helios-setup]
30952024-08-22T17:35:09.083Z[ helios-setup] real 12:40.497485423
30962024-08-22T17:35:09.083Z[ helios-setup] user 30:00.183661129
30972024-08-22T17:35:09.083Z[ helios-setup] sys 3:39.198914010
30982024-08-22T17:35:09.092Z[ helios-setup] trap 1.856981812
30992024-08-22T17:35:09.092Z[ helios-setup] tflt 7.415677284
31002024-08-22T17:35:09.092Z[ helios-setup] dflt 39.164962765
31012024-08-22T17:35:09.092Z[ helios-setup] kflt 0.055835805
31022024-08-22T17:35:09.092Z[ helios-setup] lock 2:02:09.689660567
31032024-08-22T17:35:09.092Z[ helios-setup] slp 3:53:01.098221625
31042024-08-22T17:35:09.092Z[ helios-setup] lat 34:23.499887314
31052024-08-22T17:35:09.092Z[ helios-setup] stop 4:45.929589715
31062024-08-22T17:35:09.092ZAug 22 17:35:07.473 INFO [helios-setup] process exited with exit status: 0 (760.503832571s)
31072024-08-22T17:35:09.092ZAug 22 17:35:07.473 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31082024-08-22T17:35:09.107Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31092024-08-22T17:35:09.316Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31102024-08-22T17:35:09.316Z[ phbl-toolchain] info: downloading component 'cargo'
31112024-08-22T17:35:10.775Z[ phbl-toolchain] info: downloading component 'clippy'
31122024-08-22T17:35:11.304Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31132024-08-22T17:35:16.205Z[ phbl-toolchain] info: downloading component 'miri'
31142024-08-22T17:35:16.346Z[ phbl-toolchain] info: downloading component 'rust-docs'
31152024-08-22T17:35:17.490Z[ phbl-toolchain] info: downloading component 'rust-src'
31162024-08-22T17:35:17.648Z[ phbl-toolchain] info: downloading component 'rust-std'
31172024-08-22T17:35:19.746Z[ phbl-toolchain] info: downloading component 'rustc'
31182024-08-22T17:35:25.511Z[ phbl-toolchain] info: downloading component 'rustfmt'
31192024-08-22T17:35:26.328Z[ phbl-toolchain] info: installing component 'cargo'
31202024-08-22T17:35:27.644Z[ phbl-toolchain] info: installing component 'clippy'
31212024-08-22T17:35:28.166Z[ phbl-toolchain] info: installing component 'llvm-tools'
31222024-08-22T17:35:29.477Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31232024-08-22T17:35:34.086Z[ phbl-toolchain] info: installing component 'miri'
31242024-08-22T17:35:34.668Z[ phbl-toolchain] info: installing component 'rust-docs'
31252024-08-22T17:35:41.308Z[ phbl-toolchain] info: installing component 'rust-src'
31262024-08-22T17:35:42.104Z[ phbl-toolchain] info: installing component 'rust-std'
31272024-08-22T17:35:44.632Z[ phbl-toolchain] info: installing component 'rustc'
31282024-08-22T17:35:50.732Z[ phbl-toolchain] info: installing component 'rustfmt'
31292024-08-22T17:35:51.623Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31302024-08-22T17:35:51.626ZAug 22 17:35:50.005 INFO [phbl-toolchain] process exited with exit status: 0 (42.531794237s)
31312024-08-22T17:35:57.926Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322024-08-22T17:42:48.707Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 32s
31332024-08-22T17:43:51.108ZAug 22 17:43:49.408 INFO [host-package] process exited with exit status: 0 (1235.408144237s)
31342024-08-22T17:43:51.108ZAug 22 17:43:49.408 INFO [host-stamp] running task
31352024-08-22T17:43:51.110ZAug 22 17:43:49.408 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31362024-08-22T17:43:51.115ZAug 22 17:43:49.416 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+git8293be55df8
31372024-08-22T17:43:51.123ZAug 22 17:43:49.423 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+git8293be55df8
31382024-08-22T17:43:51.131Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31392024-08-22T17:43:51.133ZAug 22 17:43:49.432 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+git8293be55df8
31402024-08-22T17:43:51.139Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31412024-08-22T17:43:51.142ZAug 22 17:43:49.442 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+git8293be55df8
31422024-08-22T17:43:51.149Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31432024-08-22T17:43:51.153Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31442024-08-22T17:43:51.156ZAug 22 17:43:49.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+git8293be55df8
31452024-08-22T17:43:51.164Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31462024-08-22T17:43:51.167Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31472024-08-22T17:43:51.167ZAug 22 17:43:49.466 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+git8293be55df8
31482024-08-22T17:43:51.176ZAug 22 17:43:49.476 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+git8293be55df8
31492024-08-22T17:43:51.181Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31502024-08-22T17:43:51.184ZAug 22 17:43:49.485 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+git8293be55df8
31512024-08-22T17:43:51.194Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31522024-08-22T17:43:51.197Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31532024-08-22T17:43:51.197Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31542024-08-22T17:43:51.197ZAug 22 17:43:49.497 INFO [stamp-oxlog] process exited with exit status: 0 (64.527553ms)
31552024-08-22T17:43:51.197ZAug 22 17:43:49.497 INFO [stamp-overlay] process exited with exit status: 0 (30.884711ms)
31562024-08-22T17:43:51.208Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31572024-08-22T17:43:51.211Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31582024-08-22T17:43:51.214ZAug 22 17:43:49.515 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (29.559885ms)
31592024-08-22T17:43:51.303Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31602024-08-22T17:43:51.306ZAug 22 17:43:49.607 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (153.083314ms)
31612024-08-22T17:43:51.413Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31622024-08-22T17:43:51.417ZAug 22 17:43:49.718 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (275.077665ms)
31632024-08-22T17:43:51.488Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31642024-08-22T17:43:51.491ZAug 22 17:43:49.791 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (375.670246ms)
31652024-08-22T17:43:52.449Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31662024-08-22T17:43:52.452ZAug 22 17:43:50.752 INFO [stamp-propolis-server] process exited with exit status: 0 (1.276083646s)
31672024-08-22T17:43:52.583Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31682024-08-22T17:43:55.030Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31692024-08-22T17:44:01.526Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31702024-08-22T17:44:01.529ZAug 22 17:43:59.828 INFO [stamp-switch-asic] process exited with exit status: 0 (10.404988766s)
31712024-08-22T17:44:01.532ZAug 22 17:43:59.829 INFO [host-stamp] task succeeded (10.420841182s)
31722024-08-22T17:44:01.532ZAug 22 17:43:59.829 INFO [host-proto] running task
31732024-08-22T17:44:01.941ZAug 22 17:44:00.238 INFO [host-proto] task succeeded (409.200894ms)
31742024-08-22T17:44:01.941ZAug 22 17:44:00.238 INFO [host-profile] running task
31752024-08-22T17:44:01.943ZAug 22 17:44:00.238 INFO [host-profile] task succeeded (320.893µs)
31762024-08-22T17:44:01.944ZAug 22 17:44:00.239 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.277' -P /tmp/.tmpEJvKw1/proto/host/root -N 'ci 8293be5/${os_short_commit} 2024-08-22 17:22' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
31772024-08-22T17:44:01.955Z[ host-image] Aug 22 17:44:00.253 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31782024-08-22T17:44:01.955Z[ host-image] Aug 22 17:44:00.253 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31792024-08-22T17:44:01.972Z[ host-image] Aug 22 17:44:00.268 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpEJvKw1/proto/host/root"
31802024-08-22T17:44:01.975Z[ host-image] Aug 22 17:44:00.269 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31812024-08-22T17:44:01.975Z[ host-image] Aug 22 17:44:00.269 INFO image builder template: ramdisk-01-os...
31822024-08-22T17:44:01.975Z[ host-image] Aug 22 17:44:00.269 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/.tmpEJvKw1/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
31832024-08-22T17:44:01.992Z[ host-image] Aug 22 17:44:00.290 INFO O| Aug 22 17:44:00.290 INFO CREATE DATASET: rpool/images/build/host/output
31842024-08-22T17:44:02.249Z[ host-image] Aug 22 17:44:00.538 INFO O| Aug 22 17:44:00.538 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31852024-08-22T17:44:02.277Z[ host-image] Aug 22 17:44:00.543 INFO O| Aug 22 17:44:00.542 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31862024-08-22T17:44:02.452Z[ host-image] Aug 22 17:44:00.711 INFO O| Aug 22 17:44:00.710 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31872024-08-22T17:44:02.503Z[ host-image] Aug 22 17:44:00.757 INFO O| Aug 22 17:44:00.757 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31882024-08-22T17:44:02.503Z[ host-image] Aug 22 17:44:00.757 INFO O| Aug 22 17:44:00.757 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31892024-08-22T17:44:02.503Z[ host-image] Aug 22 17:44:00.758 INFO O| Aug 22 17:44:00.757 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31902024-08-22T17:44:02.503Z[ host-image] Aug 22 17:44:00.758 INFO O| Aug 22 17:44:00.758 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31912024-08-22T17:44:02.527Z[ host-image] Aug 22 17:44:00.766 INFO O| Aug 22 17:44:00.766 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31922024-08-22T17:44:02.704Z[ host-image] Aug 22 17:44:00.942 INFO O| Aug 22 17:44:00.942 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31932024-08-22T17:44:02.713Z[ host-image] Aug 22 17:44:00.954 INFO O| Aug 22 17:44:00.954 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31942024-08-22T17:44:03.087Z[ host-image] Aug 22 17:44:01.343 INFO O| Aug 22 17:44:01.343 INFO O| Caching catalogs ... Done
31952024-08-22T17:44:03.233Z[ host-image] Aug 22 17:44:01.456 INFO O| Aug 22 17:44:01.456 INFO STEP 0 (pkg_image_create) COMPLETE
31962024-08-22T17:44:03.233Z[ host-image] Aug 22 17:44:01.456 INFO O| Aug 22 17:44:01.456 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31972024-08-22T17:44:03.351Z[ host-image] Aug 22 17:44:01.456 INFO O| Aug 22 17:44:01.456 INFO skip step because feature "repo_redist" is not enabled
31982024-08-22T17:44:03.351Z[ host-image] Aug 22 17:44:01.456 INFO O| Aug 22 17:44:01.456 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31992024-08-22T17:44:03.351Z[ host-image] Aug 22 17:44:01.472 INFO O| Aug 22 17:44:01.471 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"]
32002024-08-22T17:44:03.692Z[ host-image] Aug 22 17:44:01.991 INFO O| Aug 22 17:44:01.990 INFO STEP 2 (pkg_set_publisher) COMPLETE
32012024-08-22T17:44:03.693Z[ host-image] Aug 22 17:44:01.991 INFO O| Aug 22 17:44:01.991 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32022024-08-22T17:44:03.710Z[ host-image] Aug 22 17:44:02.008 INFO O| Aug 22 17:44:02.008 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"]
32032024-08-22T17:44:04.289Z[ host-image] Aug 22 17:44:02.587 INFO O| Aug 22 17:44:02.587 INFO STEP 3 (pkg_set_publisher) COMPLETE
32042024-08-22T17:44:04.289Z[ host-image] Aug 22 17:44:02.587 INFO O| Aug 22 17:44:02.587 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32052024-08-22T17:44:04.292Z[ host-image] Aug 22 17:44:02.587 INFO O| Aug 22 17:44:02.587 INFO skip step because feature "repo_redist" is not enabled
32062024-08-22T17:44:04.292Z[ host-image] Aug 22 17:44:02.587 INFO O| Aug 22 17:44:02.587 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32072024-08-22T17:44:04.895Z[ host-image] Aug 22 17:44:03.192 INFO O| Aug 22 17:44:03.192 INFO variant opensolaris.zone is already global
32082024-08-22T17:44:04.895Z[ host-image] Aug 22 17:44:03.192 INFO O| Aug 22 17:44:03.192 INFO STEP 5 (pkg_change_variant) COMPLETE
32092024-08-22T17:44:04.900Z[ host-image] Aug 22 17:44:03.192 INFO O| Aug 22 17:44:03.192 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32102024-08-22T17:44:05.484Z[ host-image] Aug 22 17:44:03.779 INFO O| Aug 22 17:44:03.779 INFO variant opensolaris.imagetype is full; changing to partial
32112024-08-22T17:44:05.484Z[ host-image] Aug 22 17:44:03.779 INFO O| Aug 22 17:44:03.779 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32122024-08-22T17:44:14.071Z[ host-image] Aug 22 17:44:12.367 INFO O| Aug 22 17:44:12.367 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32132024-08-22T17:44:14.204Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.84s
32142024-08-22T17:44:15.502ZAug 22 17:44:13.799 INFO [recovery-package] process exited with exit status: 0 (24.390625652s)
32152024-08-22T17:44:15.502ZAug 22 17:44:13.799 INFO [recovery-stamp] running task
32162024-08-22T17:44:15.505ZAug 22 17:44:13.799 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32172024-08-22T17:44:15.505ZAug 22 17:44:13.799 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git8293be55df8
32182024-08-22T17:44:15.518ZAug 22 17:44:13.815 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+git8293be55df8
32192024-08-22T17:44:15.529Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32202024-08-22T17:44:15.540Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32212024-08-22T17:44:15.605Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32222024-08-22T17:44:15.609ZAug 22 17:44:13.905 INFO [stamp-installinator] process exited with exit status: 0 (105.966801ms)
32232024-08-22T17:44:15.663Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32242024-08-22T17:44:15.666ZAug 22 17:44:13.963 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (147.858673ms)
32252024-08-22T17:44:15.669ZAug 22 17:44:13.963 INFO [recovery-stamp] task succeeded (163.881905ms)
32262024-08-22T17:44:15.669ZAug 22 17:44:13.963 INFO [recovery-proto] running task
32272024-08-22T17:44:15.669ZAug 22 17:44:13.963 INFO [tuf-stamp] running task
32282024-08-22T17:44:15.669ZAug 22 17:44:13.964 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+git8293be55df8
32292024-08-22T17:44:15.677ZAug 22 17:44:13.974 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+git8293be55df8
32302024-08-22T17:44:15.686Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32312024-08-22T17:44:15.689ZAug 22 17:44:13.983 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+git8293be55df8
32322024-08-22T17:44:15.698ZAug 22 17:44:13.993 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+git8293be55df8
32332024-08-22T17:44:15.703Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32342024-08-22T17:44:15.708Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32352024-08-22T17:44:15.711ZAug 22 17:44:14.005 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+git8293be55df8
32362024-08-22T17:44:15.736Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32372024-08-22T17:44:15.736ZAug 22 17:44:14.033 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+git8293be55df8
32382024-08-22T17:44:15.758Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32392024-08-22T17:44:15.761ZAug 22 17:44:14.055 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+git8293be55df8
32402024-08-22T17:44:15.785Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32412024-08-22T17:44:15.787ZAug 22 17:44:14.081 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+git8293be55df8
32422024-08-22T17:44:15.842Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32432024-08-22T17:44:15.845ZAug 22 17:44:14.139 INFO [recovery-proto] task succeeded (175.54255ms)
32442024-08-22T17:44:15.845ZAug 22 17:44:14.139 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.277' -P /tmp/.tmpEJvKw1/proto/recovery/root -N 'recovery 8293be5/${os_short_commit} 2024-08-22 17:22' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32452024-08-22T17:44:15.870Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32462024-08-22T17:44:15.873ZAug 22 17:44:14.167 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+git8293be55df8
32472024-08-22T17:44:15.906Z[ recovery-image] Aug 22 17:44:14.180 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32482024-08-22T17:44:15.909Z[ recovery-image] Aug 22 17:44:14.180 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32492024-08-22T17:44:15.911Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32502024-08-22T17:44:15.911ZAug 22 17:44:14.206 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+git8293be55df8
32512024-08-22T17:44:15.970Z[ recovery-image] Aug 22 17:44:14.265 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpEJvKw1/proto/recovery/root"
32522024-08-22T17:44:15.971Z[ recovery-image] Aug 22 17:44:14.266 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32532024-08-22T17:44:15.973Z[ recovery-image] Aug 22 17:44:14.266 INFO image builder template: ramdisk-01-os...
32542024-08-22T17:44:15.973Z[ recovery-image] Aug 22 17:44:14.266 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/.tmpEJvKw1/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
32552024-08-22T17:44:15.973Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32562024-08-22T17:44:15.973ZAug 22 17:44:14.268 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+git8293be55df8
32572024-08-22T17:44:16.029Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32582024-08-22T17:44:16.039ZAug 22 17:44:14.334 INFO [stamp-probe] process exited with exit status: 0 (351.098607ms)
32592024-08-22T17:44:16.039Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32602024-08-22T17:44:16.058Z[ recovery-image] Aug 22 17:44:14.354 INFO O| Aug 22 17:44:14.324 INFO CREATE DATASET: rpool/images/build/recovery/output
32612024-08-22T17:44:16.075Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32622024-08-22T17:44:16.196ZAug 22 17:44:14.492 INFO [stamp-ntp] process exited with exit status: 0 (518.221211ms)
32632024-08-22T17:44:16.467Z[ recovery-image] Aug 22 17:44:14.762 INFO O| Aug 22 17:44:14.762 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32642024-08-22T17:44:16.474Z[ recovery-image] Aug 22 17:44:14.769 INFO O| Aug 22 17:44:14.769 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32652024-08-22T17:44:16.775Z[ recovery-image] Aug 22 17:44:15.062 INFO O| Aug 22 17:44:15.062 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32662024-08-22T17:44:16.836Z[ recovery-image] Aug 22 17:44:15.131 INFO O| Aug 22 17:44:15.131 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32672024-08-22T17:44:16.836Z[ recovery-image] Aug 22 17:44:15.132 INFO O| Aug 22 17:44:15.131 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32682024-08-22T17:44:16.842Z[ recovery-image] Aug 22 17:44:15.132 INFO O| Aug 22 17:44:15.132 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32692024-08-22T17:44:16.842Z[ recovery-image] Aug 22 17:44:15.132 INFO O| Aug 22 17:44:15.132 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32702024-08-22T17:44:16.869Z[ recovery-image] Aug 22 17:44:15.160 INFO O| Aug 22 17:44:15.160 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32712024-08-22T17:44:17.016Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32722024-08-22T17:44:17.097ZAug 22 17:44:15.336 INFO [stamp-internal-dns] process exited with exit status: 0 (1.330228608s)
32732024-08-22T17:44:17.186Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32742024-08-22T17:44:17.186Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32752024-08-22T17:44:17.186ZAug 22 17:44:15.354 INFO [stamp-external-dns] process exited with exit status: 0 (1.320757404s)
32762024-08-22T17:44:17.186ZAug 22 17:44:15.361 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.397492433s)
32772024-08-22T17:44:17.285Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
32782024-08-22T17:44:17.367Z[ recovery-image] Aug 22 17:44:15.552 INFO O| Aug 22 17:44:15.552 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32792024-08-22T17:44:17.368Z[ recovery-image] Aug 22 17:44:15.579 INFO O| Aug 22 17:44:15.579 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32802024-08-22T17:44:17.368Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32812024-08-22T17:44:17.500Z[ host-image] Aug 22 17:44:15.727 INFO O| Aug 22 17:44:15.727 INFO O| Startup: Caching catalogs ... Done
32822024-08-22T17:44:17.632Z[ host-image] Aug 22 17:44:15.817 INFO O| Aug 22 17:44:15.817 INFO O| Planning: Planning completed in 0.00 seconds
32832024-08-22T17:44:17.632Z[ host-image] Aug 22 17:44:15.817 INFO O| Aug 22 17:44:15.817 INFO O| Planning: Consolidating action changes ... Done
32842024-08-22T17:44:17.633Z[ host-image] Aug 22 17:44:15.818 INFO O| Aug 22 17:44:15.818 INFO O| Planning: Evaluating mediators ... Done
32852024-08-22T17:44:17.633Z[ host-image] Aug 22 17:44:15.818 INFO O| Aug 22 17:44:15.818 INFO O| Planning: Planning completed in 0.00 seconds
32862024-08-22T17:44:17.633Z[ host-image] Aug 22 17:44:15.818 INFO O| Aug 22 17:44:15.818 INFO O| Variants/Facets to change: 1
32872024-08-22T17:44:17.728Z[ host-image] Aug 22 17:44:15.841 INFO O| Aug 22 17:44:15.841 INFO O| Done
32882024-08-22T17:44:17.728Z[ host-image] Aug 22 17:44:15.841 INFO O| Aug 22 17:44:15.841 INFO O| Done
32892024-08-22T17:44:17.854Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32902024-08-22T17:44:17.946ZAug 22 17:44:16.103 INFO [stamp-oximeter] process exited with exit status: 0 (2.110537311s)
32912024-08-22T17:44:17.946Z[ recovery-image] Aug 22 17:44:16.121 INFO O| Aug 22 17:44:16.121 INFO O| Caching catalogs ... Done
32922024-08-22T17:44:18.007Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32932024-08-22T17:44:18.008ZAug 22 17:44:16.185 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.10352611s)
32942024-08-22T17:44:18.052Z[ recovery-image] Aug 22 17:44:16.266 INFO O| Aug 22 17:44:16.266 INFO STEP 0 (pkg_image_create) COMPLETE
32952024-08-22T17:44:18.053Z[ recovery-image] Aug 22 17:44:16.267 INFO O| Aug 22 17:44:16.266 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32962024-08-22T17:44:18.053Z[ recovery-image] Aug 22 17:44:16.267 INFO O| Aug 22 17:44:16.266 INFO skip step because feature "repo_redist" is not enabled
32972024-08-22T17:44:18.053Z[ recovery-image] Aug 22 17:44:16.267 INFO O| Aug 22 17:44:16.266 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32982024-08-22T17:44:18.053Z[ recovery-image] Aug 22 17:44:16.284 INFO O| Aug 22 17:44:16.284 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"]
32992024-08-22T17:44:18.121Z[ host-image] Aug 22 17:44:16.379 INFO O| Aug 22 17:44:16.379 INFO O| Done
33002024-08-22T17:44:18.154Z[ host-image] Aug 22 17:44:16.424 INFO O| Aug 22 17:44:16.423 INFO O| Done
33012024-08-22T17:44:18.154Z[ host-image] Aug 22 17:44:16.425 INFO O| Aug 22 17:44:16.425 INFO O| Done
33022024-08-22T17:44:18.154Z[ host-image] Aug 22 17:44:16.425 INFO O| Aug 22 17:44:16.425 INFO O| Done
33032024-08-22T17:44:18.154Z[ host-image] Aug 22 17:44:16.427 INFO O| Aug 22 17:44:16.426 INFO O| Done
33042024-08-22T17:44:18.501Z[ recovery-image] Aug 22 17:44:16.797 INFO O| Aug 22 17:44:16.797 INFO STEP 2 (pkg_set_publisher) COMPLETE
33052024-08-22T17:44:18.501Z[ recovery-image] Aug 22 17:44:16.797 INFO O| Aug 22 17:44:16.797 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33062024-08-22T17:44:18.517Z[ recovery-image] Aug 22 17:44:16.813 INFO O| Aug 22 17:44:16.813 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"]
33072024-08-22T17:44:18.538Z[ host-image] Aug 22 17:44:16.833 INFO O| Aug 22 17:44:16.833 INFO STEP 6 (pkg_change_variant) COMPLETE
33082024-08-22T17:44:18.538Z[ host-image] Aug 22 17:44:16.833 INFO O| Aug 22 17:44:16.833 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33092024-08-22T17:44:18.542Z[ host-image] Aug 22 17:44:16.833 INFO O| Aug 22 17:44:16.833 INFO skip step because feature "debug_variant" is not enabled
33102024-08-22T17:44:18.542Z[ host-image] Aug 22 17:44:16.833 INFO O| Aug 22 17:44:16.833 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33112024-08-22T17:44:19.015Z[ recovery-image] Aug 22 17:44:17.310 INFO O| Aug 22 17:44:17.310 INFO STEP 3 (pkg_set_publisher) COMPLETE
33122024-08-22T17:44:19.015Z[ recovery-image] Aug 22 17:44:17.310 INFO O| Aug 22 17:44:17.310 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33132024-08-22T17:44:19.017Z[ recovery-image] Aug 22 17:44:17.310 INFO O| Aug 22 17:44:17.310 INFO skip step because feature "repo_redist" is not enabled
33142024-08-22T17:44:19.017Z[ recovery-image] Aug 22 17:44:17.310 INFO O| Aug 22 17:44:17.310 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-08-22T17:44:19.057Z[ host-image] Aug 22 17:44:17.353 INFO O| Aug 22 17:44:17.353 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33162024-08-22T17:44:19.460Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33172024-08-22T17:44:19.502ZAug 22 17:44:17.755 INFO [stamp-nexus] process exited with exit status: 0 (3.700822116s)
33182024-08-22T17:44:19.526Z[ recovery-image] Aug 22 17:44:17.815 INFO O| Aug 22 17:44:17.815 INFO variant opensolaris.zone is already global
33192024-08-22T17:44:19.526Z[ recovery-image] Aug 22 17:44:17.815 INFO O| Aug 22 17:44:17.815 INFO STEP 5 (pkg_change_variant) COMPLETE
33202024-08-22T17:44:19.526Z[ recovery-image] Aug 22 17:44:17.815 INFO O| Aug 22 17:44:17.815 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33212024-08-22T17:44:19.709Z[ host-image] Aug 22 17:44:18.000 INFO O| Aug 22 17:44:18.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33222024-08-22T17:44:19.718Z[ host-image] Aug 22 17:44:18.002 INFO O| Aug 22 17:44:18.002 INFO O| Planning: Planning completed in 0.00 seconds
33232024-08-22T17:44:19.718Z[ host-image] Aug 22 17:44:18.003 INFO O| Aug 22 17:44:18.003 INFO O| Planning: Consolidating action changes ... Done
33242024-08-22T17:44:19.718Z[ host-image] Aug 22 17:44:18.003 INFO O| Aug 22 17:44:18.003 INFO O| Planning: Evaluating mediators ... Done
33252024-08-22T17:44:19.718Z[ host-image] Aug 22 17:44:18.003 INFO O| Aug 22 17:44:18.003 INFO O| Planning: Planning completed in 0.00 seconds
33262024-08-22T17:44:19.718Z[ host-image] Aug 22 17:44:18.004 INFO O| Aug 22 17:44:18.003 INFO O| Variants/Facets to change: 1
33272024-08-22T17:44:19.729Z[ host-image] Aug 22 17:44:18.024 INFO O| Aug 22 17:44:18.024 INFO O| Done
33282024-08-22T17:44:19.729Z[ host-image] Aug 22 17:44:18.024 INFO O| Aug 22 17:44:18.024 INFO O| Done
33292024-08-22T17:44:19.958Z[ recovery-image] Aug 22 17:44:18.253 INFO O| Aug 22 17:44:18.253 INFO variant opensolaris.imagetype is full; changing to partial
33302024-08-22T17:44:19.958Z[ recovery-image] Aug 22 17:44:18.253 INFO O| Aug 22 17:44:18.253 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33312024-08-22T17:44:20.036Z[ host-image] Aug 22 17:44:18.332 INFO O| Aug 22 17:44:18.331 INFO O| Done
33322024-08-22T17:44:20.072Z[ host-image] Aug 22 17:44:18.367 INFO O| Aug 22 17:44:18.367 INFO O| Done
33332024-08-22T17:44:20.075Z[ host-image] Aug 22 17:44:18.368 INFO O| Aug 22 17:44:18.368 INFO O| Done
33342024-08-22T17:44:20.075Z[ host-image] Aug 22 17:44:18.368 INFO O| Aug 22 17:44:18.368 INFO O| Done
33352024-08-22T17:44:20.075Z[ host-image] Aug 22 17:44:18.369 INFO O| Aug 22 17:44:18.369 INFO O| Done
33362024-08-22T17:44:20.134Z[ host-image] Aug 22 17:44:18.429 INFO O| Aug 22 17:44:18.429 INFO STEP 8 (pkg_change_facet) COMPLETE
33372024-08-22T17:44:20.134Z[ host-image] Aug 22 17:44:18.429 INFO O| Aug 22 17:44:18.429 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33382024-08-22T17:44:20.134Z[ host-image] Aug 22 17:44:18.429 INFO O| Aug 22 17:44:18.429 INFO skip step because feature "recovery" is not enabled
33392024-08-22T17:44:20.137Z[ host-image] Aug 22 17:44:18.429 INFO O| Aug 22 17:44:18.429 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33402024-08-22T17:44:20.137Z[ host-image] Aug 22 17:44:18.429 INFO O| Aug 22 17:44:18.429 INFO skip step because feature "recovery" is not enabled
33412024-08-22T17:44:20.137Z[ host-image] Aug 22 17:44:18.429 INFO O| Aug 22 17:44:18.429 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33422024-08-22T17:44:20.149Z[ host-image] Aug 22 17:44:18.444 INFO O| Aug 22 17:44:18.444 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"]
33432024-08-22T17:44:20.705Z[ host-image] Aug 22 17:44:19.000 INFO O| Aug 22 17:44:19.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33442024-08-22T17:44:21.355Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33452024-08-22T17:44:21.359ZAug 22 17:44:19.654 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.487462007s)
33462024-08-22T17:44:21.926Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33472024-08-22T17:44:22.063Z[verify-libraries] Compiling heck v0.4.1
33482024-08-22T17:44:22.086Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33492024-08-22T17:44:22.086Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33502024-08-22T17:44:22.111Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33512024-08-22T17:44:22.111Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33522024-08-22T17:44:22.111Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33532024-08-22T17:44:22.111Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33542024-08-22T17:44:22.404Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33552024-08-22T17:44:22.493Z[verify-libraries] Compiling indent_write v2.2.0
33562024-08-22T17:44:22.849Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33572024-08-22T17:44:22.949Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33582024-08-22T17:44:23.118Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33592024-08-22T17:44:23.350Z[verify-libraries] Compiling termios v0.3.3
33602024-08-22T17:44:23.890Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33612024-08-22T17:44:26.028Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33622024-08-22T17:44:26.062ZAug 22 17:44:24.357 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.150703381s)
33632024-08-22T17:44:27.055Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33642024-08-22T17:44:27.089ZAug 22 17:44:25.383 INFO [stamp-clickhouse] process exited with exit status: 0 (11.115177612s)
33652024-08-22T17:44:27.089ZAug 22 17:44:25.383 INFO [tuf-stamp] task succeeded (11.420277214s)
33662024-08-22T17:44:29.379Z[ recovery-image] Aug 22 17:44:27.672 INFO O| Aug 22 17:44:27.672 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33672024-08-22T17:44:34.413Z[ recovery-image] Aug 22 17:44:32.706 INFO O| Aug 22 17:44:32.706 INFO O| Startup: Caching catalogs ... Done
33682024-08-22T17:44:34.496Z[ recovery-image] Aug 22 17:44:32.789 INFO O| Aug 22 17:44:32.789 INFO O| Planning: Planning completed in 0.00 seconds
33692024-08-22T17:44:34.498Z[ recovery-image] Aug 22 17:44:32.790 INFO O| Aug 22 17:44:32.790 INFO O| Planning: Consolidating action changes ... Done
33702024-08-22T17:44:34.498Z[ recovery-image] Aug 22 17:44:32.790 INFO O| Aug 22 17:44:32.790 INFO O| Planning: Evaluating mediators ... Done
33712024-08-22T17:44:34.499Z[ recovery-image] Aug 22 17:44:32.790 INFO O| Aug 22 17:44:32.790 INFO O| Planning: Planning completed in 0.00 seconds
33722024-08-22T17:44:34.499Z[ recovery-image] Aug 22 17:44:32.791 INFO O| Aug 22 17:44:32.791 INFO O| Variants/Facets to change: 1
33732024-08-22T17:44:34.565Z[ recovery-image] Aug 22 17:44:32.858 INFO O| Aug 22 17:44:32.858 INFO O| Done
33742024-08-22T17:44:34.565Z[ recovery-image] Aug 22 17:44:32.858 INFO O| Aug 22 17:44:32.858 INFO O| Done
33752024-08-22T17:44:35.369Z[ recovery-image] Aug 22 17:44:33.662 INFO O| Aug 22 17:44:33.662 INFO O| Done
33762024-08-22T17:44:35.417Z[ recovery-image] Aug 22 17:44:33.709 INFO O| Aug 22 17:44:33.709 INFO O| Done
33772024-08-22T17:44:35.419Z[ recovery-image] Aug 22 17:44:33.711 INFO O| Aug 22 17:44:33.711 INFO O| Done
33782024-08-22T17:44:35.419Z[ recovery-image] Aug 22 17:44:33.711 INFO O| Aug 22 17:44:33.711 INFO O| Done
33792024-08-22T17:44:35.422Z[ recovery-image] Aug 22 17:44:33.713 INFO O| Aug 22 17:44:33.713 INFO O| Done
33802024-08-22T17:44:36.017Z[ recovery-image] Aug 22 17:44:34.310 INFO O| Aug 22 17:44:34.310 INFO STEP 6 (pkg_change_variant) COMPLETE
33812024-08-22T17:44:36.017Z[ recovery-image] Aug 22 17:44:34.310 INFO O| Aug 22 17:44:34.310 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33822024-08-22T17:44:36.020Z[ recovery-image] Aug 22 17:44:34.310 INFO O| Aug 22 17:44:34.310 INFO skip step because feature "debug_variant" is not enabled
33832024-08-22T17:44:36.020Z[ recovery-image] Aug 22 17:44:34.310 INFO O| Aug 22 17:44:34.310 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33842024-08-22T17:44:36.766Z[ recovery-image] Aug 22 17:44:35.058 INFO O| Aug 22 17:44:35.058 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33852024-08-22T17:44:37.778Z[ recovery-image] Aug 22 17:44:36.069 INFO O| Aug 22 17:44:36.068 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33862024-08-22T17:44:37.791Z[ recovery-image] Aug 22 17:44:36.071 INFO O| Aug 22 17:44:36.071 INFO O| Planning: Planning completed in 0.00 seconds
33872024-08-22T17:44:37.791Z[ recovery-image] Aug 22 17:44:36.072 INFO O| Aug 22 17:44:36.072 INFO O| Planning: Consolidating action changes ... Done
33882024-08-22T17:44:37.792Z[ recovery-image] Aug 22 17:44:36.072 INFO O| Aug 22 17:44:36.072 INFO O| Planning: Evaluating mediators ... Done
33892024-08-22T17:44:37.792Z[ recovery-image] Aug 22 17:44:36.073 INFO O| Aug 22 17:44:36.072 INFO O| Planning: Planning completed in 0.00 seconds
33902024-08-22T17:44:37.792Z[ recovery-image] Aug 22 17:44:36.073 INFO O| Aug 22 17:44:36.073 INFO O| Variants/Facets to change: 1
33912024-08-22T17:44:37.849Z[ recovery-image] Aug 22 17:44:36.139 INFO O| Aug 22 17:44:36.139 INFO O| Done
33922024-08-22T17:44:37.850Z[ recovery-image] Aug 22 17:44:36.140 INFO O| Aug 22 17:44:36.139 INFO O| Done
33932024-08-22T17:44:38.351Z[ recovery-image] Aug 22 17:44:36.644 INFO O| Aug 22 17:44:36.644 INFO O| Done
33942024-08-22T17:44:38.408Z[ recovery-image] Aug 22 17:44:36.701 INFO O| Aug 22 17:44:36.701 INFO O| Done
33952024-08-22T17:44:38.411Z[ recovery-image] Aug 22 17:44:36.702 INFO O| Aug 22 17:44:36.702 INFO O| Done
33962024-08-22T17:44:38.411Z[ recovery-image] Aug 22 17:44:36.702 INFO O| Aug 22 17:44:36.702 INFO O| Done
33972024-08-22T17:44:38.413Z[ recovery-image] Aug 22 17:44:36.704 INFO O| Aug 22 17:44:36.704 INFO O| Done
33982024-08-22T17:44:38.541Z[ recovery-image] Aug 22 17:44:36.833 INFO O| Aug 22 17:44:36.833 INFO STEP 8 (pkg_change_facet) COMPLETE
33992024-08-22T17:44:38.541Z[ recovery-image] Aug 22 17:44:36.834 INFO O| Aug 22 17:44:36.833 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34002024-08-22T17:44:39.276Z[ recovery-image] Aug 22 17:44:37.569 INFO O| Aug 22 17:44:37.568 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34012024-08-22T17:44:40.288Z[ recovery-image] Aug 22 17:44:38.578 INFO O| Aug 22 17:44:38.577 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34022024-08-22T17:44:40.292Z[ recovery-image] Aug 22 17:44:38.580 INFO O| Aug 22 17:44:38.580 INFO O| Planning: Planning completed in 0.00 seconds
34032024-08-22T17:44:40.292Z[ recovery-image] Aug 22 17:44:38.581 INFO O| Aug 22 17:44:38.580 INFO O| Planning: Consolidating action changes ... Done
34042024-08-22T17:44:40.292Z[ recovery-image] Aug 22 17:44:38.581 INFO O| Aug 22 17:44:38.581 INFO O| Planning: Evaluating mediators ... Done
34052024-08-22T17:44:40.292Z[ recovery-image] Aug 22 17:44:38.581 INFO O| Aug 22 17:44:38.581 INFO O| Planning: Planning completed in 0.00 seconds
34062024-08-22T17:44:40.292Z[ recovery-image] Aug 22 17:44:38.582 INFO O| Aug 22 17:44:38.582 INFO O| Variants/Facets to change: 1
34072024-08-22T17:44:40.343Z[ recovery-image] Aug 22 17:44:38.634 INFO O| Aug 22 17:44:38.634 INFO O| Done
34082024-08-22T17:44:40.343Z[ recovery-image] Aug 22 17:44:38.634 INFO O| Aug 22 17:44:38.634 INFO O| Done
34092024-08-22T17:44:40.880Z[ recovery-image] Aug 22 17:44:39.172 INFO O| Aug 22 17:44:39.172 INFO O| Done
34102024-08-22T17:44:41.028Z[ recovery-image] Aug 22 17:44:39.320 INFO O| Aug 22 17:44:39.320 INFO O| Done
34112024-08-22T17:44:41.031Z[ recovery-image] Aug 22 17:44:39.321 INFO O| Aug 22 17:44:39.321 INFO O| Done
34122024-08-22T17:44:41.031Z[ recovery-image] Aug 22 17:44:39.322 INFO O| Aug 22 17:44:39.321 INFO O| Done
34132024-08-22T17:44:41.033Z[ recovery-image] Aug 22 17:44:39.324 INFO O| Aug 22 17:44:39.324 INFO O| Done
34142024-08-22T17:44:41.168Z[ recovery-image] Aug 22 17:44:39.460 INFO O| Aug 22 17:44:39.460 INFO STEP 9 (pkg_change_facet) COMPLETE
34152024-08-22T17:44:41.169Z[ recovery-image] Aug 22 17:44:39.460 INFO O| Aug 22 17:44:39.460 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-08-22T17:44:41.888Z[ recovery-image] Aug 22 17:44:40.180 INFO O| Aug 22 17:44:40.180 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34172024-08-22T17:44:42.841Z[ recovery-image] Aug 22 17:44:41.133 INFO O| Aug 22 17:44:41.133 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34182024-08-22T17:44:42.857Z[ recovery-image] Aug 22 17:44:41.148 INFO O| Aug 22 17:44:41.148 INFO O| Planning: Planning completed in 0.01 seconds
34192024-08-22T17:44:42.859Z[ recovery-image] Aug 22 17:44:41.149 INFO O| Aug 22 17:44:41.149 INFO O| Planning: Consolidating action changes ... Done
34202024-08-22T17:44:42.859Z[ recovery-image] Aug 22 17:44:41.149 INFO O| Aug 22 17:44:41.149 INFO O| Planning: Evaluating mediators ... Done
34212024-08-22T17:44:42.859Z[ recovery-image] Aug 22 17:44:41.150 INFO O| Aug 22 17:44:41.150 INFO O| Planning: Planning completed in 0.02 seconds
34222024-08-22T17:44:42.859Z[ recovery-image] Aug 22 17:44:41.150 INFO O| Aug 22 17:44:41.150 INFO O| Variants/Facets to change: 1
34232024-08-22T17:44:42.961Z[ recovery-image] Aug 22 17:44:41.253 INFO O| Aug 22 17:44:41.253 INFO O| Done
34242024-08-22T17:44:42.961Z[ recovery-image] Aug 22 17:44:41.253 INFO O| Aug 22 17:44:41.253 INFO O| Done
34252024-08-22T17:44:43.528Z[ recovery-image] Aug 22 17:44:41.818 INFO O| Aug 22 17:44:41.818 INFO O| Done
34262024-08-22T17:44:43.614Z[ recovery-image] Aug 22 17:44:41.905 INFO O| Aug 22 17:44:41.905 INFO O| Done
34272024-08-22T17:44:43.616Z[ recovery-image] Aug 22 17:44:41.906 INFO O| Aug 22 17:44:41.906 INFO O| Done
34282024-08-22T17:44:43.616Z[ recovery-image] Aug 22 17:44:41.906 INFO O| Aug 22 17:44:41.906 INFO O| Done
34292024-08-22T17:44:43.619Z[ recovery-image] Aug 22 17:44:41.908 INFO O| Aug 22 17:44:41.908 INFO O| Done
34302024-08-22T17:44:43.739Z[ recovery-image] Aug 22 17:44:42.028 INFO O| Aug 22 17:44:42.028 INFO STEP 10 (pkg_change_facet) COMPLETE
34312024-08-22T17:44:43.739Z[ recovery-image] Aug 22 17:44:42.029 INFO O| Aug 22 17:44:42.028 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34322024-08-22T17:44:43.759Z[ recovery-image] Aug 22 17:44:42.051 INFO O| Aug 22 17:44:42.050 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"]
34332024-08-22T17:44:44.694Z[ recovery-image] Aug 22 17:44:42.985 INFO O| Aug 22 17:44:42.985 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34342024-08-22T17:44:50.077Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34352024-08-22T17:44:52.617Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34362024-08-22T17:44:53.490Z[ host-image] Aug 22 17:44:51.780 INFO O| Aug 22 17:44:51.780 INFO O| Planning: Solver setup ... Done
34372024-08-22T17:45:17.234Z[ recovery-image] Aug 22 17:45:15.520 INFO O| Aug 22 17:45:15.520 INFO O| Planning: Solver setup ... Done
34382024-08-22T17:45:17.888Z[ host-image] Aug 22 17:45:16.174 INFO O| Aug 22 17:45:16.174 INFO O| Planning: Running solver ... Done
34392024-08-22T17:45:18.253Z[ host-image] Aug 22 17:45:16.538 INFO O| Aug 22 17:45:16.538 INFO O| Planning: Finding local manifests ... Done
34402024-08-22T17:45:18.282Z[ host-image] Aug 22 17:45:16.567 INFO O| Aug 22 17:45:16.567 INFO O| Planning: Fetching manifests: 0/124 0% complete
34412024-08-22T17:45:23.446Z[ host-image] Aug 22 17:45:21.730 INFO O| Aug 22 17:45:21.730 INFO O| Planning: Fetching manifests: 124/124 100% complete
34422024-08-22T17:45:24.720Z[ host-image] Aug 22 17:45:23.005 INFO O| Aug 22 17:45:23.005 INFO O| Planning: Package planning ... Done
34432024-08-22T17:45:25.454Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34442024-08-22T17:45:26.560Z[ host-image] Aug 22 17:45:24.845 INFO O| Aug 22 17:45:24.845 INFO O| Planning: Merging actions ... Done
34452024-08-22T17:45:26.935Z[ host-image] Aug 22 17:45:25.219 INFO O| Aug 22 17:45:25.219 INFO O| Planning: Checking for conflicting actions ... Done
34462024-08-22T17:45:27.236Z[ host-image] Aug 22 17:45:25.520 INFO O| Aug 22 17:45:25.520 INFO O| Planning: Consolidating action changes ... Done
34472024-08-22T17:45:27.774Z[ host-image] Aug 22 17:45:26.057 INFO O| Aug 22 17:45:26.056 INFO O| Planning: Evaluating mediators ... Done
34482024-08-22T17:45:31.814Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34492024-08-22T17:45:34.585Z[ host-image] Aug 22 17:45:32.868 INFO O| Aug 22 17:45:32.868 INFO O| Planning: Planning completed in 73.87 seconds
34502024-08-22T17:45:34.592Z[ host-image] Aug 22 17:45:32.875 INFO O| Aug 22 17:45:32.874 INFO O| Packages to install: 124
34512024-08-22T17:45:34.592Z[ host-image] Aug 22 17:45:32.875 INFO O| Aug 22 17:45:32.874 INFO O| Mediators to change: 4
34522024-08-22T17:45:34.594Z[ host-image] Aug 22 17:45:32.875 INFO O| Aug 22 17:45:32.875 INFO O| Services to change: 6
34532024-08-22T17:45:34.702Z[ host-image] Aug 22 17:45:32.985 INFO O| Aug 22 17:45:32.985 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
34542024-08-22T17:45:37.414Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34552024-08-22T17:45:39.720Z[ host-image] Aug 22 17:45:38.002 INFO O| Aug 22 17:45:38.002 INFO O| Download: 1023/22728 items 8.1/196.4MB 4% complete (1.9M/s)
34562024-08-22T17:45:40.733Z[ recovery-image] Aug 22 17:45:39.014 INFO O| Aug 22 17:45:39.014 INFO O| Planning: Running solver ... Done
34572024-08-22T17:45:41.006Z[ recovery-image] Aug 22 17:45:39.288 INFO O| Aug 22 17:45:39.288 INFO O| Planning: Finding local manifests ... Done
34582024-08-22T17:45:41.024Z[ recovery-image] Aug 22 17:45:39.305 INFO O| Aug 22 17:45:39.305 INFO O| Planning: Fetching manifests: 0/124 0% complete
34592024-08-22T17:45:44.985Z[ host-image] Aug 22 17:45:43.266 INFO O| Aug 22 17:45:43.266 INFO O| Download: 1677/22728 items 11.0/196.4MB 5% complete (1.1M/s)
34602024-08-22T17:45:47.322Z[ recovery-image] Aug 22 17:45:45.603 INFO O| Aug 22 17:45:45.603 INFO O| Planning: Fetching manifests: 124/124 100% complete
34612024-08-22T17:45:48.375Z[ recovery-image] Aug 22 17:45:46.656 INFO O| Aug 22 17:45:46.656 INFO O| Planning: Package planning ... Done
34622024-08-22T17:45:49.126Z[ recovery-image] Aug 22 17:45:47.404 INFO O| Aug 22 17:45:47.404 INFO O| Planning: Merging actions ... Done
34632024-08-22T17:45:49.314Z[ recovery-image] Aug 22 17:45:47.594 INFO O| Aug 22 17:45:47.594 INFO O| Planning: Checking for conflicting actions ... Done
34642024-08-22T17:45:49.504Z[ recovery-image] Aug 22 17:45:47.784 INFO O| Aug 22 17:45:47.784 INFO O| Planning: Consolidating action changes ... Done
34652024-08-22T17:45:49.873Z[ recovery-image] Aug 22 17:45:48.153 INFO O| Aug 22 17:45:48.153 INFO O| Planning: Evaluating mediators ... Done
34662024-08-22T17:45:49.996Z[ host-image] Aug 22 17:45:48.275 INFO O| Aug 22 17:45:48.275 INFO O| Download: 2178/22728 items 24.0/196.4MB 12% complete (1.6M/s)
34672024-08-22T17:45:55.001Z[ host-image] Aug 22 17:45:53.280 INFO O| Aug 22 17:45:53.280 INFO O| Download: 3291/22728 items 34.1/196.4MB 17% complete (2.3M/s)
34682024-08-22T17:45:56.138Z[ recovery-image] Aug 22 17:45:54.417 INFO O| Aug 22 17:45:54.416 INFO O| Planning: Planning completed in 71.43 seconds
34692024-08-22T17:45:56.144Z[ recovery-image] Aug 22 17:45:54.423 INFO O| Aug 22 17:45:54.423 INFO O| Packages to install: 124
34702024-08-22T17:45:56.146Z[ recovery-image] Aug 22 17:45:54.423 INFO O| Aug 22 17:45:54.423 INFO O| Mediators to change: 4
34712024-08-22T17:45:56.146Z[ recovery-image] Aug 22 17:45:54.423 INFO O| Aug 22 17:45:54.423 INFO O| Services to change: 5
34722024-08-22T17:45:56.225Z[ recovery-image] Aug 22 17:45:54.504 INFO O| Aug 22 17:45:54.504 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34732024-08-22T17:45:59.587Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34742024-08-22T17:46:00.019Z[ host-image] Aug 22 17:45:58.298 INFO O| Aug 22 17:45:58.298 INFO O| Download: 4386/22728 items 41.1/196.4MB 20% complete (1.7M/s)
34752024-08-22T17:46:01.236Z[ recovery-image] Aug 22 17:45:59.514 INFO O| Aug 22 17:45:59.514 INFO O| Download: 833/15831 items 6.5/173.2MB 3% complete (1.3M/s)
34762024-08-22T17:46:05.142Z[ host-image] Aug 22 17:46:03.419 INFO O| Aug 22 17:46:03.419 INFO O| Download: 4740/22728 items 45.1/196.4MB 22% complete (1.1M/s)
34772024-08-22T17:46:06.267Z[ recovery-image] Aug 22 17:46:04.544 INFO O| Aug 22 17:46:04.544 INFO O| Download: 1301/15831 items 19.3/173.2MB 11% complete (1.9M/s)
34782024-08-22T17:46:06.402Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34792024-08-22T17:46:11.387Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34802024-08-22T17:46:11.464Z[ host-image] Aug 22 17:46:09.740 INFO O| Aug 22 17:46:09.740 INFO O| Download: 5744/22728 items 46.2/196.4MB 23% complete (578k/s)
34812024-08-22T17:46:11.467Z[ recovery-image] Aug 22 17:46:09.742 INFO O| Aug 22 17:46:09.742 INFO O| Download: 1323/15831 items 20.3/173.2MB 11% complete (2.0M/s)
34822024-08-22T17:46:12.972Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34832024-08-22T17:46:16.473Z[ host-image] Aug 22 17:46:14.741 INFO O| Aug 22 17:46:14.740 INFO O| Download: 6761/22728 items 47.8/196.4MB 24% complete (202k/s)
34842024-08-22T17:46:16.486Z[ recovery-image] Aug 22 17:46:14.742 INFO O| Aug 22 17:46:14.742 INFO O| Download: 1692/15831 items 28.0/173.2MB 16% complete (786k/s)
34852024-08-22T17:46:21.482Z[ recovery-image] Aug 22 17:46:19.757 INFO O| Aug 22 17:46:19.757 INFO O| Download: 2708/15831 items 33.2/173.2MB 19% complete (1.3M/s)
34862024-08-22T17:46:21.488Z[ host-image] Aug 22 17:46:19.763 INFO O| Aug 22 17:46:19.763 INFO O| Download: 7335/22728 items 57.5/196.4MB 29% complete (1.1M/s)
34872024-08-22T17:46:26.503Z[ recovery-image] Aug 22 17:46:24.777 INFO O| Aug 22 17:46:24.777 INFO O| Download: 3630/15831 items 39.5/173.2MB 22% complete (1.4M/s)
34882024-08-22T17:46:27.077Z[ host-image] Aug 22 17:46:25.350 INFO O| Aug 22 17:46:25.350 INFO O| Download: 7954/22728 items 59.6/196.4MB 30% complete (1.3M/s)
34892024-08-22T17:46:31.512Z[ recovery-image] Aug 22 17:46:29.785 INFO O| Aug 22 17:46:29.785 INFO O| Download: 4596/15831 items 42.8/173.2MB 24% complete (991k/s)
34902024-08-22T17:46:32.351Z[ host-image] Aug 22 17:46:30.624 INFO O| Aug 22 17:46:30.624 INFO O| Download: 8293/22728 items 67.5/196.4MB 34% complete (973k/s)
34912024-08-22T17:46:36.517Z[ recovery-image] Aug 22 17:46:34.789 INFO O| Aug 22 17:46:34.789 INFO O| Download: 5528/15831 items 43.4/173.2MB 25% complete (405k/s)
34922024-08-22T17:46:37.354Z[ host-image] Aug 22 17:46:35.626 INFO O| Aug 22 17:46:35.626 INFO O| Download: 9340/22728 items 80.5/196.4MB 40% complete (2.0M/s)
34932024-08-22T17:46:41.519Z[ recovery-image] Aug 22 17:46:39.790 INFO O| Aug 22 17:46:39.790 INFO O| Download: 5815/15831 items 52.3/173.2MB 30% complete (956k/s)
34942024-08-22T17:46:42.358Z[ host-image] Aug 22 17:46:40.629 INFO O| Aug 22 17:46:40.629 INFO O| Download: 10337/22728 items 87.7/196.4MB 44% complete (2.0M/s)
34952024-08-22T17:46:46.519Z[ recovery-image] Aug 22 17:46:44.790 INFO O| Aug 22 17:46:44.790 INFO O| Download: 6103/15831 items 56.7/173.2MB 32% complete (1.2M/s)
34962024-08-22T17:46:47.360Z[ host-image] Aug 22 17:46:45.631 INFO O| Aug 22 17:46:45.631 INFO O| Download: 10938/22728 items 90.6/196.4MB 46% complete (1.1M/s)
34972024-08-22T17:46:51.685Z[ recovery-image] Aug 22 17:46:49.952 INFO O| Aug 22 17:46:49.952 INFO O| Download: 7204/15831 items 73.2/173.2MB 42% complete (2.4M/s)
34982024-08-22T17:46:53.006Z[ host-image] Aug 22 17:46:51.275 INFO O| Aug 22 17:46:51.275 INFO O| Download: 11203/22728 items 93.9/196.4MB 47% complete (985k/s)
34992024-08-22T17:46:56.683Z[ recovery-image] Aug 22 17:46:54.952 INFO O| Aug 22 17:46:54.952 INFO O| Download: 7775/15831 items 75.1/173.2MB 43% complete (1.8M/s)
35002024-08-22T17:46:58.026Z[ host-image] Aug 22 17:46:56.295 INFO O| Aug 22 17:46:56.295 INFO O| Download: 11916/22728 items 96.4/196.4MB 49% complete (466k/s)
35012024-08-22T17:47:01.744Z[ recovery-image] Aug 22 17:47:00.012 INFO O| Aug 22 17:47:00.012 INFO O| Download: 7972/15831 items 78.9/173.2MB 45% complete (600k/s)
35022024-08-22T17:47:03.461Z[ host-image] Aug 22 17:47:01.729 INFO O| Aug 22 17:47:01.729 INFO O| Download: 12172/22728 items 108.5/196.4MB 55% complete (1.5M/s)
35032024-08-22T17:47:06.940Z[ recovery-image] Aug 22 17:47:05.207 INFO O| Aug 22 17:47:05.207 INFO O| Download: 8670/15831 items 83.6/173.2MB 48% complete (742k/s)
35042024-08-22T17:47:08.463Z[ host-image] Aug 22 17:47:06.730 INFO O| Aug 22 17:47:06.730 INFO O| Download: 12519/22728 items 109.5/196.4MB 55% complete (1.2M/s)
35052024-08-22T17:47:11.963Z[ recovery-image] Aug 22 17:47:10.230 INFO O| Aug 22 17:47:10.229 INFO O| Download: 8804/15831 items 90.8/173.2MB 52% complete (1.2M/s)
35062024-08-22T17:47:13.700Z[ host-image] Aug 22 17:47:11.966 INFO O| Aug 22 17:47:11.966 INFO O| Download: 13294/22728 items 109.9/196.4MB 55% complete (142k/s)
35072024-08-22T17:47:16.968Z[ recovery-image] Aug 22 17:47:15.234 INFO O| Aug 22 17:47:15.234 INFO O| Download: 9184/15831 items 92.7/173.2MB 53% complete (947k/s)
35082024-08-22T17:47:18.827Z[ host-image] Aug 22 17:47:17.092 INFO O| Aug 22 17:47:17.092 INFO O| Download: 13895/22728 items 110.2/196.4MB 56% complete (72.3k/s)
35092024-08-22T17:47:22.058Z[ recovery-image] Aug 22 17:47:20.323 INFO O| Aug 22 17:47:20.323 INFO O| Download: 9952/15831 items 93.1/173.2MB 53% complete (523k/s)
35102024-08-22T17:47:23.828Z[ host-image] Aug 22 17:47:22.092 INFO O| Aug 22 17:47:22.092 INFO O| Download: 14452/22728 items 112.2/196.4MB 57% complete (210k/s)
35112024-08-22T17:47:27.080Z[ recovery-image] Aug 22 17:47:25.335 INFO O| Aug 22 17:47:25.335 INFO O| Download: 10678/15831 items 93.6/173.2MB 54% complete (86.1k/s)
35122024-08-22T17:47:28.846Z[ host-image] Aug 22 17:47:27.110 INFO O| Aug 22 17:47:27.110 INFO O| Download: 14779/22728 items 119.4/196.4MB 60% complete (922k/s)
35132024-08-22T17:47:32.427Z[ recovery-image] Aug 22 17:47:30.690 INFO O| Aug 22 17:47:30.690 INFO O| Download: 11075/15831 items 97.6/173.2MB 56% complete (394k/s)
35142024-08-22T17:47:34.718Z[ host-image] Aug 22 17:47:32.981 INFO O| Aug 22 17:47:32.981 INFO O| Download: 15545/22728 items 125.3/196.4MB 63% complete (1.4M/s)
35152024-08-22T17:47:37.472Z[ recovery-image] Aug 22 17:47:35.734 INFO O| Aug 22 17:47:35.734 INFO O| Download: 11391/15831 items 107.0/173.2MB 61% complete (1.4M/s)
35162024-08-22T17:47:40.355Z[ host-image] Aug 22 17:47:38.616 INFO O| Aug 22 17:47:38.616 INFO O| Download: 15823/22728 items 129.1/196.4MB 65% complete (901k/s)
35172024-08-22T17:47:42.489Z[ recovery-image] Aug 22 17:47:40.750 INFO O| Aug 22 17:47:40.750 INFO O| Download: 11911/15831 items 127.8/173.2MB 73% complete (3.0M/s)
35182024-08-22T17:47:45.357Z[ host-image] Aug 22 17:47:43.618 INFO O| Aug 22 17:47:43.618 INFO O| Download: 16503/22728 items 135.7/196.4MB 69% complete (996k/s)
35192024-08-22T17:47:47.608Z[ recovery-image] Aug 22 17:47:45.868 INFO O| Aug 22 17:47:45.868 INFO O| Download: 11930/15831 items 128.4/173.2MB 74% complete (3.1M/s)
35202024-08-22T17:47:50.422Z[ host-image] Aug 22 17:47:48.682 INFO O| Aug 22 17:47:48.681 INFO O| Download: 17042/22728 items 140.5/196.4MB 71% complete (1.1M/s)
35212024-08-22T17:47:53.340Z[ recovery-image] Aug 22 17:47:51.599 INFO O| Aug 22 17:47:51.599 INFO O| Download: 11969/15831 items 136.3/173.2MB 78% complete (834k/s)
35222024-08-22T17:47:55.429Z[ host-image] Aug 22 17:47:53.688 INFO O| Aug 22 17:47:53.688 INFO O| Download: 17791/22728 items 149.8/196.4MB 76% complete (1.4M/s)
35232024-08-22T17:47:58.342Z[ recovery-image] Aug 22 17:47:56.601 INFO O| Aug 22 17:47:56.601 INFO O| Download: 12619/15831 items 139.9/173.2MB 80% complete (1.5M/s)
35242024-08-22T17:48:00.710Z[ host-image] Aug 22 17:47:58.968 INFO O| Aug 22 17:47:58.968 INFO O| Download: 17913/22728 items 158.5/196.4MB 80% complete (1.8M/s)
35252024-08-22T17:48:03.355Z[ recovery-image] Aug 22 17:48:01.613 INFO O| Aug 22 17:48:01.613 INFO O| Download: 13329/15831 items 142.2/173.2MB 82% complete (621k/s)
35262024-08-22T17:48:05.723Z[ host-image] Aug 22 17:48:03.980 INFO O| Aug 22 17:48:03.980 INFO O| Download: 18510/22728 items 161.6/196.4MB 82% complete (1.2M/s)
35272024-08-22T17:48:08.462Z[ recovery-image] Aug 22 17:48:06.718 INFO O| Aug 22 17:48:06.718 INFO O| Download: 14028/15831 items 145.3/173.2MB 83% complete (612k/s)
35282024-08-22T17:48:10.727Z[ host-image] Aug 22 17:48:08.983 INFO O| Aug 22 17:48:08.983 INFO O| Download: 19229/22728 items 163.9/196.4MB 83% complete (550k/s)
35292024-08-22T17:48:13.475Z[ recovery-image] Aug 22 17:48:11.731 INFO O| Aug 22 17:48:11.731 INFO O| Download: 14650/15831 items 147.5/173.2MB 85% complete (540k/s)
35302024-08-22T17:48:17.381Z[ host-image] Aug 22 17:48:15.637 INFO O| Aug 22 17:48:15.636 INFO O| Download: 19967/22728 items 167.1/196.4MB 85% complete (594k/s)
35312024-08-22T17:48:18.477Z[ recovery-image] Aug 22 17:48:16.731 INFO O| Aug 22 17:48:16.731 INFO O| Download: 14695/15831 items 148.3/173.2MB 85% complete (280k/s)
35322024-08-22T17:48:23.299Z[ host-image] Aug 22 17:48:21.553 INFO O| Aug 22 17:48:21.553 INFO O| Download: 20594/22728 items 169.4/196.4MB 86% complete (515k/s)
35332024-08-22T17:48:23.495Z[ recovery-image] Aug 22 17:48:21.749 INFO O| Aug 22 17:48:21.749 INFO O| Download: 15239/15831 items 157.9/173.2MB 91% complete (921k/s)
35342024-08-22T17:48:28.830Z[ recovery-image] Aug 22 17:48:27.084 INFO O| Aug 22 17:48:27.083 INFO O| Download: 15525/15831 items 165.9/173.2MB 95% complete (1.8M/s)
35352024-08-22T17:48:29.479Z[ host-image] Aug 22 17:48:27.731 INFO O| Aug 22 17:48:27.731 INFO O| Download: 20893/22728 items 175.6/196.4MB 89% complete (872k/s)
35362024-08-22T17:48:34.482Z[ host-image] Aug 22 17:48:32.735 INFO O| Aug 22 17:48:32.735 INFO O| Download: 21246/22728 items 177.1/196.4MB 90% complete (689k/s)
35372024-08-22T17:48:34.661Z[ recovery-image] Aug 22 17:48:32.911 INFO O| Aug 22 17:48:32.911 INFO O| Download: 15632/15831 items 167.3/173.2MB 96% complete (1.2M/s)
35382024-08-22T17:48:39.000Z[ recovery-image] Aug 22 17:48:37.251 INFO O| Aug 22 17:48:37.251 INFO O| Download: Completed 173.17 MB in 162.75 seconds (1.1M/s)
35392024-08-22T17:48:39.566Z[ recovery-image] Aug 22 17:48:37.818 INFO O| Aug 22 17:48:37.818 INFO O| Actions: 1/24964 actions (Installing new actions)
35402024-08-22T17:48:39.891Z[ host-image] Aug 22 17:48:38.141 INFO O| Aug 22 17:48:38.141 INFO O| Download: 21907/22728 items 188.4/196.4MB 95% complete (1.4M/s)
35412024-08-22T17:48:41.144Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 20s
35422024-08-22T17:48:41.450ZAug 22 17:48:39.701 INFO [verify-libraries] process exited with exit status: 0 (265.901558771s)
35432024-08-22T17:48:44.567Z[ recovery-image] Aug 22 17:48:42.818 INFO O| Aug 22 17:48:42.818 INFO O| Actions: 12525/24964 actions (Installing new actions)
35442024-08-22T17:48:46.126Z[ host-image] Aug 22 17:48:44.376 INFO O| Aug 22 17:48:44.376 INFO O| Download: 22720/22728 items 196.3/196.4MB 99% complete (1.9M/s)
35452024-08-22T17:48:49.572Z[ recovery-image] Aug 22 17:48:47.822 INFO O| Aug 22 17:48:47.822 INFO O| Actions: 24525/24964 actions (Installing new actions)
35462024-08-22T17:48:49.938Z[ recovery-image] Aug 22 17:48:48.188 INFO O| Aug 22 17:48:48.188 INFO O| Actions: Completed 24964 actions in 10.37 seconds.
35472024-08-22T17:48:50.210Z[ recovery-image] Aug 22 17:48:48.459 INFO O| Aug 22 17:48:48.459 INFO O| Done
35482024-08-22T17:48:50.210Z[ recovery-image] Aug 22 17:48:48.460 INFO O| Aug 22 17:48:48.459 INFO O| Done
35492024-08-22T17:48:50.675Z[ recovery-image] Aug 22 17:48:48.925 INFO O| Aug 22 17:48:48.925 INFO O| Done
35502024-08-22T17:48:51.504Z[ recovery-image] Aug 22 17:48:49.754 INFO O| Aug 22 17:48:49.754 INFO O| Done
35512024-08-22T17:48:51.518Z[ recovery-image] Aug 22 17:48:49.768 INFO O| Aug 22 17:48:49.768 INFO O| Done
35522024-08-22T17:48:55.667Z[ recovery-image] Aug 22 17:48:53.914 INFO O| Aug 22 17:48:53.914 INFO O| Done
35532024-08-22T17:48:55.728Z[ host-image] Aug 22 17:48:53.977 INFO O| Aug 22 17:48:53.977 INFO O| Download: 22727/22728 items 196.4/196.4MB 100% complete (1.6M/s)
35542024-08-22T17:48:55.794Z[ host-image] Aug 22 17:48:54.043 INFO O| Aug 22 17:48:54.043 INFO O| Download: Completed 196.39 MB in 201.06 seconds (997k/s)
35552024-08-22T17:48:56.018Z[ recovery-image] Aug 22 17:48:54.266 INFO O| Aug 22 17:48:54.266 INFO O| Done
35562024-08-22T17:48:56.239Z[ recovery-image] Aug 22 17:48:54.487 INFO O| Aug 22 17:48:54.487 INFO STEP 11 (pkg_install) COMPLETE
35572024-08-22T17:48:56.239Z[ recovery-image] Aug 22 17:48:54.488 INFO O| Aug 22 17:48:54.487 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-08-22T17:48:56.241Z[ recovery-image] Aug 22 17:48:54.488 INFO O| Aug 22 17:48:54.487 INFO skip step because feature "recovery" is enabled
35592024-08-22T17:48:56.241Z[ recovery-image] Aug 22 17:48:54.488 INFO O| Aug 22 17:48:54.488 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-08-22T17:48:56.241Z[ recovery-image] Aug 22 17:48:54.488 INFO O| Aug 22 17:48:54.488 INFO skip step because feature "omicron1" is not enabled
35612024-08-22T17:48:56.241Z[ recovery-image] Aug 22 17:48:54.488 INFO O| Aug 22 17:48:54.488 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-08-22T17:48:56.253Z[ recovery-image] Aug 22 17:48:54.502 INFO O| Aug 22 17:48:54.502 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35632024-08-22T17:48:56.556Z[ host-image] Aug 22 17:48:54.805 INFO O| Aug 22 17:48:54.805 INFO O| Actions: 1/49261 actions (Installing new actions)
35642024-08-22T17:48:56.741Z[ recovery-image] Aug 22 17:48:54.989 INFO O| Aug 22 17:48:54.989 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35652024-08-22T17:48:58.292Z[ recovery-image] Aug 22 17:48:56.540 INFO O| Aug 22 17:48:56.540 INFO O| Planning: Solver setup ... Done
35662024-08-22T17:48:58.297Z[ recovery-image] Aug 22 17:48:56.546 INFO O| Aug 22 17:48:56.546 INFO O| Planning: Running solver ... Done
35672024-08-22T17:48:58.344Z[ recovery-image] Aug 22 17:48:56.593 INFO O| Aug 22 17:48:56.593 INFO O| Planning: Finding local manifests ... Done
35682024-08-22T17:48:58.347Z[ recovery-image] Aug 22 17:48:56.594 INFO O| Aug 22 17:48:56.593 INFO O| Planning: Fetching manifests: 0/1 0% complete
35692024-08-22T17:48:58.418Z[ recovery-image] Aug 22 17:48:56.667 INFO O| Aug 22 17:48:56.667 INFO O| Planning: Fetching manifests: 1/1 100% complete
35702024-08-22T17:48:58.442Z[ recovery-image] Aug 22 17:48:56.691 INFO O| Aug 22 17:48:56.691 INFO O| Planning: Package planning ... Done
35712024-08-22T17:48:58.445Z[ recovery-image] Aug 22 17:48:56.691 INFO O| Aug 22 17:48:56.691 INFO O| Planning: Merging actions ... Done
35722024-08-22T17:48:58.479Z[ recovery-image] Aug 22 17:48:56.727 INFO O| Aug 22 17:48:56.727 INFO O| Planning: Checking for conflicting actions ... Done
35732024-08-22T17:48:58.481Z[ recovery-image] Aug 22 17:48:56.727 INFO O| Aug 22 17:48:56.727 INFO O| Planning: Consolidating action changes ... Done
35742024-08-22T17:48:58.609Z[ recovery-image] Aug 22 17:48:56.857 INFO O| Aug 22 17:48:56.857 INFO O| Planning: Evaluating mediators ... Done
35752024-08-22T17:48:58.612Z[ recovery-image] Aug 22 17:48:56.858 INFO O| Aug 22 17:48:56.858 INFO O| Planning: Planning completed in 1.87 seconds
35762024-08-22T17:48:58.612Z[ recovery-image] Aug 22 17:48:56.859 INFO O| Aug 22 17:48:56.859 INFO O| Packages to install: 1
35772024-08-22T17:48:58.621Z[ recovery-image] Aug 22 17:48:56.870 INFO O| Aug 22 17:48:56.870 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35782024-08-22T17:48:59.387Z[ recovery-image] Aug 22 17:48:57.635 INFO O| Aug 22 17:48:57.635 INFO O| Download: Completed 20.86 MB in 0.77 seconds (27.2M/s)
35792024-08-22T17:48:59.409Z[ recovery-image] Aug 22 17:48:57.657 INFO O| Aug 22 17:48:57.657 INFO O| Actions: 1/22 actions (Installing new actions)
35802024-08-22T17:48:59.921Z[ recovery-image] Aug 22 17:48:58.168 INFO O| Aug 22 17:48:58.168 INFO O| Actions: Completed 22 actions in 0.51 seconds.
35812024-08-22T17:49:00.075Z[ recovery-image] Aug 22 17:48:58.323 INFO O| Aug 22 17:48:58.323 INFO O| Done
35822024-08-22T17:49:00.075Z[ recovery-image] Aug 22 17:48:58.323 INFO O| Aug 22 17:48:58.323 INFO O| Done
35832024-08-22T17:49:00.434Z[ recovery-image] Aug 22 17:48:58.681 INFO O| Aug 22 17:48:58.681 INFO O| Done
35842024-08-22T17:49:01.268Z[ recovery-image] Aug 22 17:48:59.515 INFO O| Aug 22 17:48:59.515 INFO O| Done
35852024-08-22T17:49:01.281Z[ recovery-image] Aug 22 17:48:59.529 INFO O| Aug 22 17:48:59.529 INFO O| Done
35862024-08-22T17:49:01.283Z[ recovery-image] Aug 22 17:48:59.529 INFO O| Aug 22 17:48:59.529 INFO O| Done
35872024-08-22T17:49:01.291Z[ recovery-image] Aug 22 17:48:59.539 INFO O| Aug 22 17:48:59.539 INFO O| Done
35882024-08-22T17:49:01.389Z[ recovery-image] Aug 22 17:48:59.636 INFO O| Aug 22 17:48:59.636 INFO STEP 14 (pkg_install) COMPLETE
35892024-08-22T17:49:01.389Z[ recovery-image] Aug 22 17:48:59.636 INFO O| Aug 22 17:48:59.636 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35902024-08-22T17:49:01.391Z[ recovery-image] Aug 22 17:48:59.636 INFO O| Aug 22 17:48:59.636 INFO skip step because feature "mfg" is not enabled
35912024-08-22T17:49:01.391Z[ recovery-image] Aug 22 17:48:59.636 INFO O| Aug 22 17:48:59.636 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35922024-08-22T17:49:01.392Z[ recovery-image] Aug 22 17:48:59.636 INFO O| Aug 22 17:48:59.636 INFO skip step because feature "compliance" is not enabled
35932024-08-22T17:49:01.392Z[ recovery-image] Aug 22 17:48:59.636 INFO O| Aug 22 17:48:59.636 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35942024-08-22T17:49:01.392Z[ recovery-image] Aug 22 17:48:59.636 INFO O| Aug 22 17:48:59.636 INFO skip step because feature "stress" is not enabled
35952024-08-22T17:49:01.392Z[ recovery-image] Aug 22 17:48:59.637 INFO O| Aug 22 17:48:59.636 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35962024-08-22T17:49:01.392Z[ recovery-image] Aug 22 17:48:59.637 INFO O| Aug 22 17:48:59.636 INFO skip step because feature "nfs" is not enabled
35972024-08-22T17:49:01.392Z[ recovery-image] Aug 22 17:48:59.637 INFO O| Aug 22 17:48:59.636 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35982024-08-22T17:49:01.392Z[ recovery-image] Aug 22 17:48:59.637 INFO O| Aug 22 17:48:59.636 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35992024-08-22T17:49:01.557Z[ host-image] Aug 22 17:48:59.805 INFO O| Aug 22 17:48:59.805 INFO O| Actions: 12499/49261 actions (Installing new actions)
36002024-08-22T17:49:01.817Z[ recovery-image] Aug 22 17:49:00.065 INFO O| Aug 22 17:49:00.065 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36012024-08-22T17:49:01.923Z[ recovery-image] Aug 22 17:49:00.170 INFO O| Aug 22 17:49:00.170 INFO completed processing gimlet/ramdisk-01-os
36022024-08-22T17:49:01.925Z[ recovery-image] Aug 22 17:49:00.172 INFO image builder template: ramdisk-02-trim...
36032024-08-22T17:49:01.925Z[ recovery-image] Aug 22 17:49:00.173 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/.tmpEJvKw1/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
36042024-08-22T17:49:01.949Z[ recovery-image] Aug 22 17:49:00.197 INFO O| Aug 22 17:49:00.197 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36052024-08-22T17:49:01.953Z[ recovery-image] Aug 22 17:49:00.201 INFO O| Aug 22 17:49:00.201 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36062024-08-22T17:49:02.026Z[ recovery-image] Aug 22 17:49:00.273 INFO O| Aug 22 17:49:00.273 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36072024-08-22T17:49:02.077Z[ recovery-image] Aug 22 17:49:00.324 INFO O| Aug 22 17:49:00.324 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36082024-08-22T17:49:02.080Z[ recovery-image] Aug 22 17:49:00.325 INFO O| Aug 22 17:49:00.325 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36092024-08-22T17:49:02.082Z[ recovery-image] Aug 22 17:49:00.330 INFO O| Aug 22 17:49:00.330 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36102024-08-22T17:49:02.086Z[ recovery-image] Aug 22 17:49:00.334 INFO O| Aug 22 17:49:00.334 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36112024-08-22T17:49:02.091Z[ recovery-image] Aug 22 17:49:00.339 INFO O| Aug 22 17:49:00.339 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36122024-08-22T17:49:02.316Z[ recovery-image] Aug 22 17:49:00.564 INFO O| Aug 22 17:49:00.564 INFO rolled back to input snapshot; work may begin
36132024-08-22T17:49:02.316Z[ recovery-image] Aug 22 17:49:00.564 INFO O| Aug 22 17:49:00.564 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36142024-08-22T17:49:02.322Z[ recovery-image] Aug 22 17:49:00.570 INFO O| Aug 22 17:49:00.569 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36152024-08-22T17:49:02.332Z[ recovery-image] Aug 22 17:49:00.580 INFO O| Aug 22 17:49:00.580 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36162024-08-22T17:49:02.381Z[ recovery-image] Aug 22 17:49:00.628 INFO O| Aug 22 17:49:00.628 INFO STEP 0 (remove_files) COMPLETE
36172024-08-22T17:49:02.381Z[ recovery-image] Aug 22 17:49:00.628 INFO O| Aug 22 17:49:00.628 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36182024-08-22T17:49:02.392Z[ recovery-image] Aug 22 17:49:00.640 INFO O| Aug 22 17:49:00.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36192024-08-22T17:49:02.394Z[ recovery-image] Aug 22 17:49:00.642 INFO O| Aug 22 17:49:00.642 INFO STEP 1 (remove_files) COMPLETE
36202024-08-22T17:49:02.394Z[ recovery-image] Aug 22 17:49:00.642 INFO O| Aug 22 17:49:00.642 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36212024-08-22T17:49:02.404Z[ recovery-image] Aug 22 17:49:00.652 INFO O| Aug 22 17:49:00.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36222024-08-22T17:49:02.419Z[ recovery-image] Aug 22 17:49:00.667 INFO O| Aug 22 17:49:00.667 INFO STEP 2 (remove_files) COMPLETE
36232024-08-22T17:49:02.419Z[ recovery-image] Aug 22 17:49:00.667 INFO O| Aug 22 17:49:00.667 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36242024-08-22T17:49:02.431Z[ recovery-image] Aug 22 17:49:00.678 INFO O| Aug 22 17:49:00.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36252024-08-22T17:49:02.442Z[ recovery-image] Aug 22 17:49:00.680 INFO O| Aug 22 17:49:00.680 INFO STEP 3 (remove_files) COMPLETE
36262024-08-22T17:49:02.442Z[ recovery-image] Aug 22 17:49:00.680 INFO O| Aug 22 17:49:00.680 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36272024-08-22T17:49:02.445Z[ recovery-image] Aug 22 17:49:00.690 INFO O| Aug 22 17:49:00.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36282024-08-22T17:49:02.447Z[ recovery-image] Aug 22 17:49:00.694 INFO O| Aug 22 17:49:00.694 INFO STEP 4 (remove_files) COMPLETE
36292024-08-22T17:49:02.447Z[ recovery-image] Aug 22 17:49:00.694 INFO O| Aug 22 17:49:00.694 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36302024-08-22T17:49:02.456Z[ recovery-image] Aug 22 17:49:00.704 INFO O| Aug 22 17:49:00.704 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36312024-08-22T17:49:02.459Z[ recovery-image] Aug 22 17:49:00.704 INFO O| Aug 22 17:49:00.704 INFO STEP 5 (remove_files) COMPLETE
36322024-08-22T17:49:02.459Z[ recovery-image] Aug 22 17:49:00.704 INFO O| Aug 22 17:49:00.704 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36332024-08-22T17:49:02.466Z[ recovery-image] Aug 22 17:49:00.714 INFO O| Aug 22 17:49:00.714 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36342024-08-22T17:49:02.479Z[ recovery-image] Aug 22 17:49:00.726 INFO O| Aug 22 17:49:00.726 INFO STEP 6 (remove_files) COMPLETE
36352024-08-22T17:49:02.479Z[ recovery-image] Aug 22 17:49:00.726 INFO O| Aug 22 17:49:00.726 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36362024-08-22T17:49:02.481Z[ recovery-image] Aug 22 17:49:00.726 INFO O| Aug 22 17:49:00.726 INFO skip step because feature "recovery" is enabled
36372024-08-22T17:49:02.481Z[ recovery-image] Aug 22 17:49:00.727 INFO O| Aug 22 17:49:00.726 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36382024-08-22T17:49:02.481Z[ recovery-image] Aug 22 17:49:00.727 INFO O| Aug 22 17:49:00.726 INFO skip step because feature "recovery" is enabled
36392024-08-22T17:49:02.481Z[ recovery-image] Aug 22 17:49:00.727 INFO O| Aug 22 17:49:00.726 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36402024-08-22T17:49:02.481Z[ recovery-image] Aug 22 17:49:00.727 INFO O| Aug 22 17:49:00.726 INFO skip step because feature "recovery" is enabled
36412024-08-22T17:49:02.481Z[ recovery-image] Aug 22 17:49:00.727 INFO O| Aug 22 17:49:00.726 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36422024-08-22T17:49:02.490Z[ recovery-image] Aug 22 17:49:00.737 INFO O| Aug 22 17:49:00.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36432024-08-22T17:49:02.493Z[ recovery-image] Aug 22 17:49:00.741 INFO O| Aug 22 17:49:00.741 INFO STEP 10 (remove_files) COMPLETE
36442024-08-22T17:49:02.497Z[ recovery-image] Aug 22 17:49:00.741 INFO O| Aug 22 17:49:00.741 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36452024-08-22T17:49:02.504Z[ recovery-image] Aug 22 17:49:00.752 INFO O| Aug 22 17:49:00.752 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36462024-08-22T17:49:02.507Z[ recovery-image] Aug 22 17:49:00.753 INFO O| Aug 22 17:49:00.753 INFO STEP 11 (remove_files) COMPLETE
36472024-08-22T17:49:02.507Z[ recovery-image] Aug 22 17:49:00.753 INFO O| Aug 22 17:49:00.753 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36482024-08-22T17:49:02.515Z[ recovery-image] Aug 22 17:49:00.763 INFO O| Aug 22 17:49:00.763 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36492024-08-22T17:49:02.518Z[ recovery-image] Aug 22 17:49:00.764 INFO O| Aug 22 17:49:00.764 INFO STEP 12 (remove_files) COMPLETE
36502024-08-22T17:49:02.518Z[ recovery-image] Aug 22 17:49:00.765 INFO O| Aug 22 17:49:00.764 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36512024-08-22T17:49:02.670Z[ recovery-image] Aug 22 17:49:00.916 INFO O| Aug 22 17:49:00.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36522024-08-22T17:49:02.673Z[ recovery-image] Aug 22 17:49:00.917 INFO O| Aug 22 17:49:00.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36532024-08-22T17:49:02.722Z[ recovery-image] Aug 22 17:49:00.970 INFO O| Aug 22 17:49:00.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36542024-08-22T17:49:02.724Z[ recovery-image] Aug 22 17:49:00.970 INFO O| Aug 22 17:49:00.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36552024-08-22T17:49:02.781Z[ recovery-image] Aug 22 17:49:01.028 INFO O| Aug 22 17:49:01.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36562024-08-22T17:49:02.783Z[ recovery-image] Aug 22 17:49:01.029 INFO O| Aug 22 17:49:01.029 INFO STEP 13 (remove_files) COMPLETE
36572024-08-22T17:49:02.783Z[ recovery-image] Aug 22 17:49:01.029 INFO O| Aug 22 17:49:01.029 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36582024-08-22T17:49:02.793Z[ recovery-image] Aug 22 17:49:01.040 INFO O| Aug 22 17:49:01.040 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36592024-08-22T17:49:02.795Z[ recovery-image] Aug 22 17:49:01.042 INFO O| Aug 22 17:49:01.042 INFO STEP 14 (remove_files) COMPLETE
36602024-08-22T17:49:02.795Z[ recovery-image] Aug 22 17:49:01.042 INFO O| Aug 22 17:49:01.042 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36612024-08-22T17:49:02.804Z[ recovery-image] Aug 22 17:49:01.052 INFO O| Aug 22 17:49:01.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36622024-08-22T17:49:02.812Z[ recovery-image] Aug 22 17:49:01.059 INFO O| Aug 22 17:49:01.059 INFO STEP 15 (remove_files) COMPLETE
36632024-08-22T17:49:02.812Z[ recovery-image] Aug 22 17:49:01.059 INFO O| Aug 22 17:49:01.059 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36642024-08-22T17:49:02.822Z[ recovery-image] Aug 22 17:49:01.070 INFO O| Aug 22 17:49:01.070 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36652024-08-22T17:49:02.825Z[ recovery-image] Aug 22 17:49:01.070 INFO O| Aug 22 17:49:01.070 INFO STEP 16 (remove_files) COMPLETE
36662024-08-22T17:49:02.825Z[ recovery-image] Aug 22 17:49:01.070 INFO O| Aug 22 17:49:01.070 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36672024-08-22T17:49:02.834Z[ recovery-image] Aug 22 17:49:01.080 INFO O| Aug 22 17:49:01.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36682024-08-22T17:49:02.837Z[ recovery-image] Aug 22 17:49:01.082 INFO O| Aug 22 17:49:01.082 INFO STEP 17 (remove_files) COMPLETE
36692024-08-22T17:49:02.837Z[ recovery-image] Aug 22 17:49:01.082 INFO O| Aug 22 17:49:01.082 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36702024-08-22T17:49:02.844Z[ recovery-image] Aug 22 17:49:01.092 INFO O| Aug 22 17:49:01.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36712024-08-22T17:49:02.844Z[ recovery-image] Aug 22 17:49:01.092 INFO O| Aug 22 17:49:01.092 INFO STEP 18 (remove_files) COMPLETE
36722024-08-22T17:49:02.847Z[ recovery-image] Aug 22 17:49:01.092 INFO O| Aug 22 17:49:01.092 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36732024-08-22T17:49:02.854Z[ recovery-image] Aug 22 17:49:01.102 INFO O| Aug 22 17:49:01.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36742024-08-22T17:49:02.854Z[ recovery-image] Aug 22 17:49:01.102 INFO O| Aug 22 17:49:01.102 INFO STEP 19 (remove_files) COMPLETE
36752024-08-22T17:49:02.860Z[ recovery-image] Aug 22 17:49:01.102 INFO O| Aug 22 17:49:01.102 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36762024-08-22T17:49:02.864Z[ recovery-image] Aug 22 17:49:01.112 INFO O| Aug 22 17:49:01.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36772024-08-22T17:49:02.864Z[ recovery-image] Aug 22 17:49:01.112 INFO O| Aug 22 17:49:01.112 INFO STEP 20 (remove_files) COMPLETE
36782024-08-22T17:49:02.864Z[ recovery-image] Aug 22 17:49:01.112 INFO O| Aug 22 17:49:01.112 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36792024-08-22T17:49:02.874Z[ recovery-image] Aug 22 17:49:01.122 INFO O| Aug 22 17:49:01.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36802024-08-22T17:49:02.875Z[ recovery-image] Aug 22 17:49:01.122 INFO O| Aug 22 17:49:01.122 INFO STEP 21 (remove_files) COMPLETE
36812024-08-22T17:49:02.878Z[ recovery-image] Aug 22 17:49:01.122 INFO O| Aug 22 17:49:01.122 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36822024-08-22T17:49:02.886Z[ recovery-image] Aug 22 17:49:01.132 INFO O| Aug 22 17:49:01.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36832024-08-22T17:49:02.886Z[ recovery-image] Aug 22 17:49:01.132 INFO O| Aug 22 17:49:01.132 INFO STEP 22 (remove_files) COMPLETE
36842024-08-22T17:49:02.889Z[ recovery-image] Aug 22 17:49:01.132 INFO O| Aug 22 17:49:01.132 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36852024-08-22T17:49:02.895Z[ recovery-image] Aug 22 17:49:01.142 INFO O| Aug 22 17:49:01.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36862024-08-22T17:49:02.895Z[ recovery-image] Aug 22 17:49:01.143 INFO O| Aug 22 17:49:01.142 INFO STEP 23 (remove_files) COMPLETE
36872024-08-22T17:49:02.898Z[ recovery-image] Aug 22 17:49:01.143 INFO O| Aug 22 17:49:01.143 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36882024-08-22T17:49:02.905Z[ recovery-image] Aug 22 17:49:01.153 INFO O| Aug 22 17:49:01.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36892024-08-22T17:49:02.905Z[ recovery-image] Aug 22 17:49:01.153 INFO O| Aug 22 17:49:01.153 INFO STEP 24 (remove_files) COMPLETE
36902024-08-22T17:49:02.905Z[ recovery-image] Aug 22 17:49:01.153 INFO O| Aug 22 17:49:01.153 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36912024-08-22T17:49:02.915Z[ recovery-image] Aug 22 17:49:01.163 INFO O| Aug 22 17:49:01.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36922024-08-22T17:49:02.918Z[ recovery-image] Aug 22 17:49:01.163 INFO O| Aug 22 17:49:01.163 INFO STEP 25 (remove_files) COMPLETE
36932024-08-22T17:49:02.918Z[ recovery-image] Aug 22 17:49:01.163 INFO O| Aug 22 17:49:01.163 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36942024-08-22T17:49:02.926Z[ recovery-image] Aug 22 17:49:01.173 INFO O| Aug 22 17:49:01.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36952024-08-22T17:49:02.928Z[ recovery-image] Aug 22 17:49:01.173 INFO O| Aug 22 17:49:01.173 INFO STEP 26 (remove_files) COMPLETE
36962024-08-22T17:49:02.928Z[ recovery-image] Aug 22 17:49:01.173 INFO O| Aug 22 17:49:01.173 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36972024-08-22T17:49:02.936Z[ recovery-image] Aug 22 17:49:01.184 INFO O| Aug 22 17:49:01.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36982024-08-22T17:49:02.936Z[ recovery-image] Aug 22 17:49:01.184 INFO O| Aug 22 17:49:01.184 INFO STEP 27 (remove_files) COMPLETE
36992024-08-22T17:49:02.939Z[ recovery-image] Aug 22 17:49:01.184 INFO O| Aug 22 17:49:01.184 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37002024-08-22T17:49:02.947Z[ recovery-image] Aug 22 17:49:01.195 INFO O| Aug 22 17:49:01.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37012024-08-22T17:49:02.947Z[ recovery-image] Aug 22 17:49:01.195 INFO O| Aug 22 17:49:01.195 INFO STEP 28 (remove_files) COMPLETE
37022024-08-22T17:49:02.947Z[ recovery-image] Aug 22 17:49:01.195 INFO O| Aug 22 17:49:01.195 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-08-22T17:49:02.958Z[ recovery-image] Aug 22 17:49:01.205 INFO O| Aug 22 17:49:01.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37042024-08-22T17:49:02.958Z[ recovery-image] Aug 22 17:49:01.205 INFO O| Aug 22 17:49:01.205 INFO STEP 29 (remove_files) COMPLETE
37052024-08-22T17:49:02.961Z[ recovery-image] Aug 22 17:49:01.205 INFO O| Aug 22 17:49:01.205 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-08-22T17:49:02.968Z[ recovery-image] Aug 22 17:49:01.216 INFO O| Aug 22 17:49:01.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37072024-08-22T17:49:02.970Z[ recovery-image] Aug 22 17:49:01.216 INFO O| Aug 22 17:49:01.216 INFO STEP 30 (remove_files) COMPLETE
37082024-08-22T17:49:02.971Z[ recovery-image] Aug 22 17:49:01.216 INFO O| Aug 22 17:49:01.216 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-08-22T17:49:02.978Z[ recovery-image] Aug 22 17:49:01.226 INFO O| Aug 22 17:49:01.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37102024-08-22T17:49:02.981Z[ recovery-image] Aug 22 17:49:01.226 INFO O| Aug 22 17:49:01.226 INFO STEP 31 (remove_files) COMPLETE
37112024-08-22T17:49:02.981Z[ recovery-image] Aug 22 17:49:01.226 INFO O| Aug 22 17:49:01.226 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-08-22T17:49:02.989Z[ recovery-image] Aug 22 17:49:01.236 INFO O| Aug 22 17:49:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37132024-08-22T17:49:02.989Z[ recovery-image] Aug 22 17:49:01.236 INFO O| Aug 22 17:49:01.236 INFO STEP 32 (remove_files) COMPLETE
37142024-08-22T17:49:02.991Z[ recovery-image] Aug 22 17:49:01.236 INFO O| Aug 22 17:49:01.236 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-08-22T17:49:02.999Z[ recovery-image] Aug 22 17:49:01.247 INFO O| Aug 22 17:49:01.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37162024-08-22T17:49:03.001Z[ recovery-image] Aug 22 17:49:01.247 INFO O| Aug 22 17:49:01.247 INFO STEP 33 (remove_files) COMPLETE
37172024-08-22T17:49:03.001Z[ recovery-image] Aug 22 17:49:01.247 INFO O| Aug 22 17:49:01.247 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-08-22T17:49:03.009Z[ recovery-image] Aug 22 17:49:01.257 INFO O| Aug 22 17:49:01.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37192024-08-22T17:49:03.009Z[ recovery-image] Aug 22 17:49:01.257 INFO O| Aug 22 17:49:01.257 INFO STEP 34 (remove_files) COMPLETE
37202024-08-22T17:49:03.009Z[ recovery-image] Aug 22 17:49:01.257 INFO O| Aug 22 17:49:01.257 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-08-22T17:49:03.020Z[ recovery-image] Aug 22 17:49:01.267 INFO O| Aug 22 17:49:01.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37222024-08-22T17:49:03.020Z[ recovery-image] Aug 22 17:49:01.268 INFO O| Aug 22 17:49:01.268 INFO STEP 35 (remove_files) COMPLETE
37232024-08-22T17:49:03.020Z[ recovery-image] Aug 22 17:49:01.268 INFO O| Aug 22 17:49:01.268 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-08-22T17:49:03.030Z[ recovery-image] Aug 22 17:49:01.278 INFO O| Aug 22 17:49:01.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37252024-08-22T17:49:03.033Z[ recovery-image] Aug 22 17:49:01.278 INFO O| Aug 22 17:49:01.278 INFO STEP 36 (remove_files) COMPLETE
37262024-08-22T17:49:03.033Z[ recovery-image] Aug 22 17:49:01.278 INFO O| Aug 22 17:49:01.278 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37272024-08-22T17:49:03.040Z[ recovery-image] Aug 22 17:49:01.288 INFO O| Aug 22 17:49:01.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37282024-08-22T17:49:03.040Z[ recovery-image] Aug 22 17:49:01.288 INFO O| Aug 22 17:49:01.288 INFO STEP 37 (remove_files) COMPLETE
37292024-08-22T17:49:03.047Z[ recovery-image] Aug 22 17:49:01.288 INFO O| Aug 22 17:49:01.288 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37302024-08-22T17:49:03.052Z[ recovery-image] Aug 22 17:49:01.299 INFO O| Aug 22 17:49:01.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37312024-08-22T17:49:03.052Z[ recovery-image] Aug 22 17:49:01.299 INFO O| Aug 22 17:49:01.299 INFO STEP 38 (remove_files) COMPLETE
37322024-08-22T17:49:03.052Z[ recovery-image] Aug 22 17:49:01.299 INFO O| Aug 22 17:49:01.299 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37332024-08-22T17:49:03.061Z[ recovery-image] Aug 22 17:49:01.309 INFO O| Aug 22 17:49:01.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37342024-08-22T17:49:03.061Z[ recovery-image] Aug 22 17:49:01.309 INFO O| Aug 22 17:49:01.309 INFO STEP 39 (remove_files) COMPLETE
37352024-08-22T17:49:03.061Z[ recovery-image] Aug 22 17:49:01.309 INFO O| Aug 22 17:49:01.309 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-08-22T17:49:03.072Z[ recovery-image] Aug 22 17:49:01.319 INFO O| Aug 22 17:49:01.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37372024-08-22T17:49:03.072Z[ recovery-image] Aug 22 17:49:01.319 INFO O| Aug 22 17:49:01.319 INFO STEP 40 (remove_files) COMPLETE
37382024-08-22T17:49:03.072Z[ recovery-image] Aug 22 17:49:01.319 INFO O| Aug 22 17:49:01.319 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-08-22T17:49:03.081Z[ recovery-image] Aug 22 17:49:01.329 INFO O| Aug 22 17:49:01.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37402024-08-22T17:49:03.082Z[ recovery-image] Aug 22 17:49:01.329 INFO O| Aug 22 17:49:01.329 INFO STEP 41 (remove_files) COMPLETE
37412024-08-22T17:49:03.084Z[ recovery-image] Aug 22 17:49:01.329 INFO O| Aug 22 17:49:01.329 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-08-22T17:49:03.092Z[ recovery-image] Aug 22 17:49:01.340 INFO O| Aug 22 17:49:01.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37432024-08-22T17:49:03.092Z[ recovery-image] Aug 22 17:49:01.340 INFO O| Aug 22 17:49:01.340 INFO STEP 42 (remove_files) COMPLETE
37442024-08-22T17:49:03.092Z[ recovery-image] Aug 22 17:49:01.340 INFO O| Aug 22 17:49:01.340 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-08-22T17:49:03.102Z[ recovery-image] Aug 22 17:49:01.350 INFO O| Aug 22 17:49:01.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37462024-08-22T17:49:03.102Z[ recovery-image] Aug 22 17:49:01.350 INFO O| Aug 22 17:49:01.350 INFO STEP 43 (remove_files) COMPLETE
37472024-08-22T17:49:03.103Z[ recovery-image] Aug 22 17:49:01.350 INFO O| Aug 22 17:49:01.350 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-08-22T17:49:03.113Z[ recovery-image] Aug 22 17:49:01.360 INFO O| Aug 22 17:49:01.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37492024-08-22T17:49:03.113Z[ recovery-image] Aug 22 17:49:01.361 INFO O| Aug 22 17:49:01.360 INFO STEP 44 (remove_files) COMPLETE
37502024-08-22T17:49:03.115Z[ recovery-image] Aug 22 17:49:01.361 INFO O| Aug 22 17:49:01.361 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-08-22T17:49:03.123Z[ recovery-image] Aug 22 17:49:01.371 INFO O| Aug 22 17:49:01.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37522024-08-22T17:49:03.123Z[ recovery-image] Aug 22 17:49:01.371 INFO O| Aug 22 17:49:01.371 INFO STEP 45 (remove_files) COMPLETE
37532024-08-22T17:49:03.126Z[ recovery-image] Aug 22 17:49:01.371 INFO O| Aug 22 17:49:01.371 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-08-22T17:49:03.134Z[ recovery-image] Aug 22 17:49:01.382 INFO O| Aug 22 17:49:01.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37552024-08-22T17:49:03.134Z[ recovery-image] Aug 22 17:49:01.382 INFO O| Aug 22 17:49:01.382 INFO STEP 46 (remove_files) COMPLETE
37562024-08-22T17:49:03.136Z[ recovery-image] Aug 22 17:49:01.382 INFO O| Aug 22 17:49:01.382 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-08-22T17:49:03.144Z[ recovery-image] Aug 22 17:49:01.392 INFO O| Aug 22 17:49:01.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37582024-08-22T17:49:03.144Z[ recovery-image] Aug 22 17:49:01.392 INFO O| Aug 22 17:49:01.392 INFO STEP 47 (remove_files) COMPLETE
37592024-08-22T17:49:03.144Z[ recovery-image] Aug 22 17:49:01.392 INFO O| Aug 22 17:49:01.392 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-08-22T17:49:03.155Z[ recovery-image] Aug 22 17:49:01.402 INFO O| Aug 22 17:49:01.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37612024-08-22T17:49:03.155Z[ recovery-image] Aug 22 17:49:01.402 INFO O| Aug 22 17:49:01.402 INFO STEP 48 (remove_files) COMPLETE
37622024-08-22T17:49:03.155Z[ recovery-image] Aug 22 17:49:01.402 INFO O| Aug 22 17:49:01.402 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-08-22T17:49:03.166Z[ recovery-image] Aug 22 17:49:01.413 INFO O| Aug 22 17:49:01.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37642024-08-22T17:49:03.166Z[ recovery-image] Aug 22 17:49:01.413 INFO O| Aug 22 17:49:01.413 INFO STEP 49 (remove_files) COMPLETE
37652024-08-22T17:49:03.168Z[ recovery-image] Aug 22 17:49:01.413 INFO O| Aug 22 17:49:01.413 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-22T17:49:03.176Z[ recovery-image] Aug 22 17:49:01.424 INFO O| Aug 22 17:49:01.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37672024-08-22T17:49:03.176Z[ recovery-image] Aug 22 17:49:01.424 INFO O| Aug 22 17:49:01.424 INFO STEP 50 (remove_files) COMPLETE
37682024-08-22T17:49:03.179Z[ recovery-image] Aug 22 17:49:01.424 INFO O| Aug 22 17:49:01.424 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-22T17:49:03.189Z[ recovery-image] Aug 22 17:49:01.436 INFO O| Aug 22 17:49:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37702024-08-22T17:49:03.189Z[ recovery-image] Aug 22 17:49:01.437 INFO O| Aug 22 17:49:01.436 INFO STEP 51 (remove_files) COMPLETE
37712024-08-22T17:49:03.192Z[ recovery-image] Aug 22 17:49:01.437 INFO O| Aug 22 17:49:01.437 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-22T17:49:03.200Z[ recovery-image] Aug 22 17:49:01.448 INFO O| Aug 22 17:49:01.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37732024-08-22T17:49:03.200Z[ recovery-image] Aug 22 17:49:01.448 INFO O| Aug 22 17:49:01.448 INFO STEP 52 (remove_files) COMPLETE
37742024-08-22T17:49:03.200Z[ recovery-image] Aug 22 17:49:01.448 INFO O| Aug 22 17:49:01.448 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-22T17:49:03.211Z[ recovery-image] Aug 22 17:49:01.459 INFO O| Aug 22 17:49:01.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37762024-08-22T17:49:03.211Z[ recovery-image] Aug 22 17:49:01.459 INFO O| Aug 22 17:49:01.459 INFO STEP 53 (remove_files) COMPLETE
37772024-08-22T17:49:03.214Z[ recovery-image] Aug 22 17:49:01.459 INFO O| Aug 22 17:49:01.459 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-08-22T17:49:03.223Z[ recovery-image] Aug 22 17:49:01.469 INFO O| Aug 22 17:49:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37792024-08-22T17:49:03.223Z[ recovery-image] Aug 22 17:49:01.470 INFO O| Aug 22 17:49:01.469 INFO STEP 54 (remove_files) COMPLETE
37802024-08-22T17:49:03.223Z[ recovery-image] Aug 22 17:49:01.470 INFO O| Aug 22 17:49:01.470 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-08-22T17:49:03.232Z[ recovery-image] Aug 22 17:49:01.480 INFO O| Aug 22 17:49:01.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37822024-08-22T17:49:03.232Z[ recovery-image] Aug 22 17:49:01.480 INFO O| Aug 22 17:49:01.480 INFO STEP 55 (remove_files) COMPLETE
37832024-08-22T17:49:03.232Z[ recovery-image] Aug 22 17:49:01.480 INFO O| Aug 22 17:49:01.480 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-22T17:49:03.243Z[ recovery-image] Aug 22 17:49:01.490 INFO O| Aug 22 17:49:01.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37852024-08-22T17:49:03.243Z[ recovery-image] Aug 22 17:49:01.490 INFO O| Aug 22 17:49:01.490 INFO STEP 56 (remove_files) COMPLETE
37862024-08-22T17:49:03.246Z[ recovery-image] Aug 22 17:49:01.490 INFO O| Aug 22 17:49:01.490 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-08-22T17:49:03.252Z[ recovery-image] Aug 22 17:49:01.500 INFO O| Aug 22 17:49:01.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37882024-08-22T17:49:03.252Z[ recovery-image] Aug 22 17:49:01.500 INFO O| Aug 22 17:49:01.500 INFO STEP 57 (remove_files) COMPLETE
37892024-08-22T17:49:03.252Z[ recovery-image] Aug 22 17:49:01.500 INFO O| Aug 22 17:49:01.500 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-08-22T17:49:03.263Z[ recovery-image] Aug 22 17:49:01.511 INFO O| Aug 22 17:49:01.511 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37912024-08-22T17:49:03.263Z[ recovery-image] Aug 22 17:49:01.511 INFO O| Aug 22 17:49:01.511 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37922024-08-22T17:49:03.265Z[ recovery-image] Aug 22 17:49:01.511 INFO O| Aug 22 17:49:01.511 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37932024-08-22T17:49:03.265Z[ recovery-image] Aug 22 17:49:01.511 INFO O| Aug 22 17:49:01.511 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37942024-08-22T17:49:03.266Z[ recovery-image] Aug 22 17:49:01.511 INFO O| Aug 22 17:49:01.511 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37952024-08-22T17:49:03.266Z[ recovery-image] Aug 22 17:49:01.511 INFO O| Aug 22 17:49:01.511 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37962024-08-22T17:49:03.266Z[ recovery-image] Aug 22 17:49:01.511 INFO O| Aug 22 17:49:01.511 INFO ok!
37972024-08-22T17:49:03.266Z[ recovery-image] Aug 22 17:49:01.511 INFO O| Aug 22 17:49:01.511 INFO STEP 58 (ensure_file) COMPLETE
37982024-08-22T17:49:03.266Z[ recovery-image] Aug 22 17:49:01.511 INFO O| Aug 22 17:49:01.511 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-08-22T17:49:03.273Z[ recovery-image] Aug 22 17:49:01.521 INFO O| Aug 22 17:49:01.521 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38002024-08-22T17:49:03.277Z[ recovery-image] Aug 22 17:49:01.521 INFO O| Aug 22 17:49:01.521 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38012024-08-22T17:49:03.277Z[ recovery-image] Aug 22 17:49:01.522 INFO O| Aug 22 17:49:01.521 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38022024-08-22T17:49:03.277Z[ recovery-image] Aug 22 17:49:01.522 INFO O| Aug 22 17:49:01.522 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38032024-08-22T17:49:03.277Z[ recovery-image] Aug 22 17:49:01.522 INFO O| Aug 22 17:49:01.522 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38042024-08-22T17:49:03.277Z[ recovery-image] Aug 22 17:49:01.522 INFO O| Aug 22 17:49:01.522 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38052024-08-22T17:49:03.277Z[ recovery-image] Aug 22 17:49:01.522 INFO O| Aug 22 17:49:01.522 INFO ok!
38062024-08-22T17:49:03.277Z[ recovery-image] Aug 22 17:49:01.522 INFO O| Aug 22 17:49:01.522 INFO STEP 59 (ensure_file) COMPLETE
38072024-08-22T17:49:03.277Z[ recovery-image] Aug 22 17:49:01.522 INFO O| Aug 22 17:49:01.522 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-08-22T17:49:03.284Z[ recovery-image] Aug 22 17:49:01.532 INFO O| Aug 22 17:49:01.532 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38092024-08-22T17:49:03.284Z[ recovery-image] Aug 22 17:49:01.532 INFO O| Aug 22 17:49:01.532 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38102024-08-22T17:49:03.287Z[ recovery-image] Aug 22 17:49:01.532 INFO O| Aug 22 17:49:01.532 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38112024-08-22T17:49:03.287Z[ recovery-image] Aug 22 17:49:01.532 INFO O| Aug 22 17:49:01.532 INFO ok!
38122024-08-22T17:49:03.287Z[ recovery-image] Aug 22 17:49:01.532 INFO O| Aug 22 17:49:01.532 INFO STEP 60 (ensure_file) COMPLETE
38132024-08-22T17:49:03.287Z[ recovery-image] Aug 22 17:49:01.532 INFO O| Aug 22 17:49:01.532 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-08-22T17:49:03.295Z[ recovery-image] Aug 22 17:49:01.542 INFO O| Aug 22 17:49:01.542 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38152024-08-22T17:49:03.295Z[ recovery-image] Aug 22 17:49:01.542 INFO O| Aug 22 17:49:01.542 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38162024-08-22T17:49:03.297Z[ recovery-image] Aug 22 17:49:01.543 INFO O| Aug 22 17:49:01.542 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38172024-08-22T17:49:03.297Z[ recovery-image] Aug 22 17:49:01.543 INFO O| Aug 22 17:49:01.543 INFO ok!
38182024-08-22T17:49:03.297Z[ recovery-image] Aug 22 17:49:01.543 INFO O| Aug 22 17:49:01.543 INFO STEP 61 (ensure_file) COMPLETE
38192024-08-22T17:49:03.297Z[ recovery-image] Aug 22 17:49:01.543 INFO O| Aug 22 17:49:01.543 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-08-22T17:49:03.306Z[ recovery-image] Aug 22 17:49:01.553 INFO O| Aug 22 17:49:01.553 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38212024-08-22T17:49:03.306Z[ recovery-image] Aug 22 17:49:01.553 INFO O| Aug 22 17:49:01.553 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38222024-08-22T17:49:03.309Z[ recovery-image] Aug 22 17:49:01.553 INFO O| Aug 22 17:49:01.553 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38232024-08-22T17:49:03.309Z[ recovery-image] Aug 22 17:49:01.553 INFO O| Aug 22 17:49:01.553 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38242024-08-22T17:49:03.309Z[ recovery-image] Aug 22 17:49:01.553 INFO O| Aug 22 17:49:01.553 INFO ok!
38252024-08-22T17:49:03.309Z[ recovery-image] Aug 22 17:49:01.553 INFO O| Aug 22 17:49:01.553 INFO STEP 62 (ensure_file) COMPLETE
38262024-08-22T17:49:03.309Z[ recovery-image] Aug 22 17:49:01.553 INFO O| Aug 22 17:49:01.553 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-08-22T17:49:03.316Z[ recovery-image] Aug 22 17:49:01.564 INFO O| Aug 22 17:49:01.564 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38282024-08-22T17:49:03.319Z[ recovery-image] Aug 22 17:49:01.564 INFO O| Aug 22 17:49:01.564 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38292024-08-22T17:49:03.319Z[ recovery-image] Aug 22 17:49:01.564 INFO O| Aug 22 17:49:01.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38302024-08-22T17:49:03.319Z[ recovery-image] Aug 22 17:49:01.564 INFO O| Aug 22 17:49:01.564 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38312024-08-22T17:49:03.319Z[ recovery-image] Aug 22 17:49:01.564 INFO O| Aug 22 17:49:01.564 INFO ok!
38322024-08-22T17:49:03.319Z[ recovery-image] Aug 22 17:49:01.564 INFO O| Aug 22 17:49:01.564 INFO STEP 63 (ensure_file) COMPLETE
38332024-08-22T17:49:03.319Z[ recovery-image] Aug 22 17:49:01.564 INFO O| Aug 22 17:49:01.564 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-08-22T17:49:03.327Z[ recovery-image] Aug 22 17:49:01.575 INFO O| Aug 22 17:49:01.575 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38352024-08-22T17:49:03.327Z[ recovery-image] Aug 22 17:49:01.575 INFO O| Aug 22 17:49:01.575 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38362024-08-22T17:49:03.327Z[ recovery-image] Aug 22 17:49:01.575 INFO O| Aug 22 17:49:01.575 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38372024-08-22T17:49:03.327Z[ recovery-image] Aug 22 17:49:01.575 INFO O| Aug 22 17:49:01.575 INFO ok!
38382024-08-22T17:49:03.330Z[ recovery-image] Aug 22 17:49:01.575 INFO O| Aug 22 17:49:01.575 INFO STEP 64 (assemble_files) COMPLETE
38392024-08-22T17:49:03.330Z[ recovery-image] Aug 22 17:49:01.575 INFO O| Aug 22 17:49:01.575 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-08-22T17:49:03.338Z[ recovery-image] Aug 22 17:49:01.585 INFO O| Aug 22 17:49:01.585 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38412024-08-22T17:49:03.338Z[ recovery-image] Aug 22 17:49:01.585 INFO O| Aug 22 17:49:01.585 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38422024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.585 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38432024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38442024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO ok!
38452024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO STEP 65 (ensure_file) COMPLETE
38462024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO skip step because feature "omicron1" is not enabled
38482024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO skip step because feature "omicron1" is not enabled
38502024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO skip step because feature "omicron1" is not enabled
38522024-08-22T17:49:03.340Z[ recovery-image] Aug 22 17:49:01.586 INFO O| Aug 22 17:49:01.586 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-08-22T17:49:03.354Z[ recovery-image] Aug 22 17:49:01.602 INFO O| Aug 22 17:49:01.602 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38542024-08-22T17:49:03.354Z[ recovery-image] Aug 22 17:49:01.602 INFO O| Aug 22 17:49:01.602 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38552024-08-22T17:49:05.122Z[ recovery-image] Aug 22 17:49:03.370 INFO O| Aug 22 17:49:03.370 INFO STEP 69 (pack_tar) COMPLETE
38562024-08-22T17:49:05.126Z[ recovery-image] Aug 22 17:49:03.370 INFO O| Aug 22 17:49:03.370 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38572024-08-22T17:49:05.126Z[ recovery-image] Aug 22 17:49:03.370 INFO O| Aug 22 17:49:03.370 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38582024-08-22T17:49:05.632Z[ recovery-image] Aug 22 17:49:03.879 INFO O| Aug 22 17:49:03.879 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38592024-08-22T17:49:05.804Z[ recovery-image] Aug 22 17:49:04.051 INFO O| Aug 22 17:49:04.051 INFO completed processing gimlet/ramdisk-02-trim
38602024-08-22T17:49:05.806Z[ recovery-image] Aug 22 17:49:04.054 INFO image builder template: ramdisk-03-recovery-trim...
38612024-08-22T17:49:05.807Z[ recovery-image] Aug 22 17:49:04.054 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/.tmpEJvKw1/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
38622024-08-22T17:49:05.916Z[ recovery-image] Aug 22 17:49:04.163 INFO O| Aug 22 17:49:04.163 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38632024-08-22T17:49:05.920Z[ recovery-image] Aug 22 17:49:04.167 INFO O| Aug 22 17:49:04.167 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38642024-08-22T17:49:06.081Z[ recovery-image] Aug 22 17:49:04.329 INFO O| Aug 22 17:49:04.328 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38652024-08-22T17:49:06.150Z[ recovery-image] Aug 22 17:49:04.397 INFO O| Aug 22 17:49:04.397 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38662024-08-22T17:49:06.153Z[ recovery-image] Aug 22 17:49:04.397 INFO O| Aug 22 17:49:04.397 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38672024-08-22T17:49:06.160Z[ recovery-image] Aug 22 17:49:04.407 INFO O| Aug 22 17:49:04.407 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38682024-08-22T17:49:06.164Z[ recovery-image] Aug 22 17:49:04.412 INFO O| Aug 22 17:49:04.412 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38692024-08-22T17:49:06.170Z[ recovery-image] Aug 22 17:49:04.418 INFO O| Aug 22 17:49:04.418 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38702024-08-22T17:49:06.491Z[ recovery-image] Aug 22 17:49:04.738 INFO O| Aug 22 17:49:04.738 INFO rolled back to input snapshot; work may begin
38712024-08-22T17:49:06.491Z[ recovery-image] Aug 22 17:49:04.738 INFO O| Aug 22 17:49:04.738 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38722024-08-22T17:49:06.497Z[ recovery-image] Aug 22 17:49:04.744 INFO O| Aug 22 17:49:04.744 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38732024-08-22T17:49:06.509Z[ recovery-image] Aug 22 17:49:04.755 INFO O| Aug 22 17:49:04.755 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38742024-08-22T17:49:06.512Z[ recovery-image] Aug 22 17:49:04.758 INFO O| Aug 22 17:49:04.758 INFO STEP 0 (remove_files) COMPLETE
38752024-08-22T17:49:06.512Z[ recovery-image] Aug 22 17:49:04.758 INFO O| Aug 22 17:49:04.758 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38762024-08-22T17:49:06.522Z[ recovery-image] Aug 22 17:49:04.769 INFO O| Aug 22 17:49:04.769 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38772024-08-22T17:49:06.558Z[ host-image] Aug 22 17:49:04.805 INFO O| Aug 22 17:49:04.805 INFO O| Actions: 23719/49261 actions (Installing new actions)
38782024-08-22T17:49:06.573Z[ recovery-image] Aug 22 17:49:04.820 INFO O| Aug 22 17:49:04.820 INFO STEP 1 (remove_files) COMPLETE
38792024-08-22T17:49:06.573Z[ recovery-image] Aug 22 17:49:04.820 INFO O| Aug 22 17:49:04.820 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38802024-08-22T17:49:06.585Z[ recovery-image] Aug 22 17:49:04.832 INFO O| Aug 22 17:49:04.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38812024-08-22T17:49:06.588Z[ recovery-image] Aug 22 17:49:04.834 INFO O| Aug 22 17:49:04.834 INFO STEP 2 (remove_files) COMPLETE
38822024-08-22T17:49:06.588Z[ recovery-image] Aug 22 17:49:04.834 INFO O| Aug 22 17:49:04.834 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38832024-08-22T17:49:06.597Z[ recovery-image] Aug 22 17:49:04.844 INFO O| Aug 22 17:49:04.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38842024-08-22T17:49:06.640Z[ recovery-image] Aug 22 17:49:04.887 INFO O| Aug 22 17:49:04.887 INFO STEP 3 (remove_files) COMPLETE
38852024-08-22T17:49:06.640Z[ recovery-image] Aug 22 17:49:04.887 INFO O| Aug 22 17:49:04.887 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38862024-08-22T17:49:06.652Z[ recovery-image] Aug 22 17:49:04.899 INFO O| Aug 22 17:49:04.899 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38872024-08-22T17:49:06.665Z[ recovery-image] Aug 22 17:49:04.912 INFO O| Aug 22 17:49:04.912 INFO STEP 4 (remove_files) COMPLETE
38882024-08-22T17:49:06.665Z[ recovery-image] Aug 22 17:49:04.912 INFO O| Aug 22 17:49:04.912 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38892024-08-22T17:49:06.676Z[ recovery-image] Aug 22 17:49:04.924 INFO O| Aug 22 17:49:04.923 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38902024-08-22T17:49:06.679Z[ recovery-image] Aug 22 17:49:04.927 INFO O| Aug 22 17:49:04.927 INFO STEP 5 (remove_files) COMPLETE
38912024-08-22T17:49:06.686Z[ recovery-image] Aug 22 17:49:04.927 INFO O| Aug 22 17:49:04.927 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38922024-08-22T17:49:06.690Z[ recovery-image] Aug 22 17:49:04.938 INFO O| Aug 22 17:49:04.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38932024-08-22T17:49:06.693Z[ recovery-image] Aug 22 17:49:04.939 INFO O| Aug 22 17:49:04.939 INFO STEP 6 (remove_files) COMPLETE
38942024-08-22T17:49:06.693Z[ recovery-image] Aug 22 17:49:04.939 INFO O| Aug 22 17:49:04.939 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38952024-08-22T17:49:06.703Z[ recovery-image] Aug 22 17:49:04.950 INFO O| Aug 22 17:49:04.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38962024-08-22T17:49:06.705Z[ recovery-image] Aug 22 17:49:04.951 INFO O| Aug 22 17:49:04.951 INFO STEP 7 (remove_files) COMPLETE
38972024-08-22T17:49:06.705Z[ recovery-image] Aug 22 17:49:04.951 INFO O| Aug 22 17:49:04.951 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38982024-08-22T17:49:06.715Z[ recovery-image] Aug 22 17:49:04.962 INFO O| Aug 22 17:49:04.962 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38992024-08-22T17:49:06.717Z[ recovery-image] Aug 22 17:49:04.964 INFO O| Aug 22 17:49:04.964 INFO STEP 8 (remove_files) COMPLETE
39002024-08-22T17:49:06.717Z[ recovery-image] Aug 22 17:49:04.964 INFO O| Aug 22 17:49:04.964 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-22T17:49:06.728Z[ recovery-image] Aug 22 17:49:04.975 INFO O| Aug 22 17:49:04.975 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39022024-08-22T17:49:06.730Z[ recovery-image] Aug 22 17:49:04.975 INFO O| Aug 22 17:49:04.975 INFO STEP 9 (remove_files) COMPLETE
39032024-08-22T17:49:06.730Z[ recovery-image] Aug 22 17:49:04.975 INFO O| Aug 22 17:49:04.975 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-22T17:49:06.739Z[ recovery-image] Aug 22 17:49:04.986 INFO O| Aug 22 17:49:04.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39052024-08-22T17:49:06.741Z[ recovery-image] Aug 22 17:49:04.987 INFO O| Aug 22 17:49:04.987 INFO STEP 10 (remove_files) COMPLETE
39062024-08-22T17:49:06.741Z[ recovery-image] Aug 22 17:49:04.987 INFO O| Aug 22 17:49:04.987 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-22T17:49:06.750Z[ recovery-image] Aug 22 17:49:04.997 INFO O| Aug 22 17:49:04.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39082024-08-22T17:49:06.802Z[ recovery-image] Aug 22 17:49:05.049 INFO O| Aug 22 17:49:05.049 INFO STEP 11 (remove_files) COMPLETE
39092024-08-22T17:49:06.802Z[ recovery-image] Aug 22 17:49:05.049 INFO O| Aug 22 17:49:05.049 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-22T17:49:06.814Z[ recovery-image] Aug 22 17:49:05.061 INFO O| Aug 22 17:49:05.061 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39112024-08-22T17:49:06.816Z[ recovery-image] Aug 22 17:49:05.064 INFO O| Aug 22 17:49:05.064 INFO STEP 12 (remove_files) COMPLETE
39122024-08-22T17:49:06.816Z[ recovery-image] Aug 22 17:49:05.064 INFO O| Aug 22 17:49:05.064 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-22T17:49:06.827Z[ recovery-image] Aug 22 17:49:05.074 INFO O| Aug 22 17:49:05.074 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39142024-08-22T17:49:06.830Z[ recovery-image] Aug 22 17:49:05.076 INFO O| Aug 22 17:49:05.076 INFO STEP 13 (remove_files) COMPLETE
39152024-08-22T17:49:06.830Z[ recovery-image] Aug 22 17:49:05.076 INFO O| Aug 22 17:49:05.076 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-08-22T17:49:06.839Z[ recovery-image] Aug 22 17:49:05.087 INFO O| Aug 22 17:49:05.086 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39172024-08-22T17:49:06.843Z[ recovery-image] Aug 22 17:49:05.087 INFO O| Aug 22 17:49:05.087 INFO STEP 14 (remove_files) COMPLETE
39182024-08-22T17:49:06.843Z[ recovery-image] Aug 22 17:49:05.087 INFO O| Aug 22 17:49:05.087 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39192024-08-22T17:49:06.850Z[ recovery-image] Aug 22 17:49:05.097 INFO O| Aug 22 17:49:05.097 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39202024-08-22T17:49:06.852Z[ recovery-image] Aug 22 17:49:05.098 INFO O| Aug 22 17:49:05.098 INFO STEP 15 (remove_files) COMPLETE
39212024-08-22T17:49:06.852Z[ recovery-image] Aug 22 17:49:05.098 INFO O| Aug 22 17:49:05.098 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-22T17:49:06.861Z[ recovery-image] Aug 22 17:49:05.108 INFO O| Aug 22 17:49:05.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39232024-08-22T17:49:06.869Z[ recovery-image] Aug 22 17:49:05.116 INFO O| Aug 22 17:49:05.116 INFO STEP 16 (remove_files) COMPLETE
39242024-08-22T17:49:06.869Z[ recovery-image] Aug 22 17:49:05.116 INFO O| Aug 22 17:49:05.116 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-22T17:49:06.880Z[ recovery-image] Aug 22 17:49:05.127 INFO O| Aug 22 17:49:05.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39262024-08-22T17:49:06.883Z[ recovery-image] Aug 22 17:49:05.127 INFO O| Aug 22 17:49:05.127 INFO STEP 17 (remove_files) COMPLETE
39272024-08-22T17:49:06.883Z[ recovery-image] Aug 22 17:49:05.127 INFO O| Aug 22 17:49:05.127 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-22T17:49:06.890Z[ recovery-image] Aug 22 17:49:05.138 INFO O| Aug 22 17:49:05.137 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39292024-08-22T17:49:06.893Z[ recovery-image] Aug 22 17:49:05.138 INFO O| Aug 22 17:49:05.138 INFO STEP 18 (remove_files) COMPLETE
39302024-08-22T17:49:06.893Z[ recovery-image] Aug 22 17:49:05.138 INFO O| Aug 22 17:49:05.138 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-22T17:49:06.901Z[ recovery-image] Aug 22 17:49:05.148 INFO O| Aug 22 17:49:05.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39322024-08-22T17:49:06.943Z[ recovery-image] Aug 22 17:49:05.190 INFO O| Aug 22 17:49:05.190 INFO STEP 19 (remove_files) COMPLETE
39332024-08-22T17:49:06.943Z[ recovery-image] Aug 22 17:49:05.190 INFO O| Aug 22 17:49:05.190 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-22T17:49:06.955Z[ recovery-image] Aug 22 17:49:05.202 INFO O| Aug 22 17:49:05.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39352024-08-22T17:49:06.957Z[ recovery-image] Aug 22 17:49:05.202 INFO O| Aug 22 17:49:05.202 INFO STEP 20 (remove_files) COMPLETE
39362024-08-22T17:49:06.957Z[ recovery-image] Aug 22 17:49:05.203 INFO O| Aug 22 17:49:05.202 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-22T17:49:06.966Z[ recovery-image] Aug 22 17:49:05.214 INFO O| Aug 22 17:49:05.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39382024-08-22T17:49:06.969Z[ recovery-image] Aug 22 17:49:05.214 INFO O| Aug 22 17:49:05.214 INFO STEP 21 (remove_files) COMPLETE
39392024-08-22T17:49:06.969Z[ recovery-image] Aug 22 17:49:05.214 INFO O| Aug 22 17:49:05.214 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-22T17:49:06.978Z[ recovery-image] Aug 22 17:49:05.225 INFO O| Aug 22 17:49:05.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39412024-08-22T17:49:06.980Z[ recovery-image] Aug 22 17:49:05.225 INFO O| Aug 22 17:49:05.225 INFO STEP 22 (remove_files) COMPLETE
39422024-08-22T17:49:06.980Z[ recovery-image] Aug 22 17:49:05.225 INFO O| Aug 22 17:49:05.225 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-22T17:49:06.988Z[ recovery-image] Aug 22 17:49:05.235 INFO O| Aug 22 17:49:05.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39442024-08-22T17:49:06.990Z[ recovery-image] Aug 22 17:49:05.236 INFO O| Aug 22 17:49:05.236 INFO STEP 23 (remove_files) COMPLETE
39452024-08-22T17:49:06.990Z[ recovery-image] Aug 22 17:49:05.236 INFO O| Aug 22 17:49:05.236 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-22T17:49:06.999Z[ recovery-image] Aug 22 17:49:05.246 INFO O| Aug 22 17:49:05.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39472024-08-22T17:49:06.999Z[ recovery-image] Aug 22 17:49:05.246 INFO O| Aug 22 17:49:05.246 INFO STEP 24 (remove_files) COMPLETE
39482024-08-22T17:49:06.999Z[ recovery-image] Aug 22 17:49:05.246 INFO O| Aug 22 17:49:05.246 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-22T17:49:07.009Z[ recovery-image] Aug 22 17:49:05.256 INFO O| Aug 22 17:49:05.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39502024-08-22T17:49:07.011Z[ recovery-image] Aug 22 17:49:05.257 INFO O| Aug 22 17:49:05.257 INFO STEP 25 (remove_files) COMPLETE
39512024-08-22T17:49:07.011Z[ recovery-image] Aug 22 17:49:05.257 INFO O| Aug 22 17:49:05.257 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-22T17:49:07.020Z[ recovery-image] Aug 22 17:49:05.267 INFO O| Aug 22 17:49:05.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39532024-08-22T17:49:07.022Z[ recovery-image] Aug 22 17:49:05.267 INFO O| Aug 22 17:49:05.267 INFO STEP 26 (remove_files) COMPLETE
39542024-08-22T17:49:07.023Z[ recovery-image] Aug 22 17:49:05.267 INFO O| Aug 22 17:49:05.267 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-22T17:49:07.030Z[ recovery-image] Aug 22 17:49:05.277 INFO O| Aug 22 17:49:05.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39562024-08-22T17:49:07.030Z[ recovery-image] Aug 22 17:49:05.277 INFO O| Aug 22 17:49:05.277 INFO STEP 27 (remove_files) COMPLETE
39572024-08-22T17:49:07.030Z[ recovery-image] Aug 22 17:49:05.277 INFO O| Aug 22 17:49:05.277 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-22T17:49:07.040Z[ recovery-image] Aug 22 17:49:05.287 INFO O| Aug 22 17:49:05.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39592024-08-22T17:49:07.040Z[ recovery-image] Aug 22 17:49:05.287 INFO O| Aug 22 17:49:05.287 INFO STEP 28 (remove_files) COMPLETE
39602024-08-22T17:49:07.040Z[ recovery-image] Aug 22 17:49:05.288 INFO O| Aug 22 17:49:05.287 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-22T17:49:07.051Z[ recovery-image] Aug 22 17:49:05.298 INFO O| Aug 22 17:49:05.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39622024-08-22T17:49:07.051Z[ recovery-image] Aug 22 17:49:05.298 INFO O| Aug 22 17:49:05.298 INFO STEP 29 (remove_files) COMPLETE
39632024-08-22T17:49:07.053Z[ recovery-image] Aug 22 17:49:05.298 INFO O| Aug 22 17:49:05.298 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-22T17:49:07.061Z[ recovery-image] Aug 22 17:49:05.308 INFO O| Aug 22 17:49:05.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39652024-08-22T17:49:07.063Z[ recovery-image] Aug 22 17:49:05.309 INFO O| Aug 22 17:49:05.309 INFO STEP 30 (remove_files) COMPLETE
39662024-08-22T17:49:07.063Z[ recovery-image] Aug 22 17:49:05.309 INFO O| Aug 22 17:49:05.309 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-08-22T17:49:07.077Z[ recovery-image] Aug 22 17:49:05.319 INFO O| Aug 22 17:49:05.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39682024-08-22T17:49:07.077Z[ recovery-image] Aug 22 17:49:05.319 INFO O| Aug 22 17:49:05.319 INFO STEP 31 (remove_files) COMPLETE
39692024-08-22T17:49:07.077Z[ recovery-image] Aug 22 17:49:05.319 INFO O| Aug 22 17:49:05.319 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-08-22T17:49:07.082Z[ recovery-image] Aug 22 17:49:05.329 INFO O| Aug 22 17:49:05.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39712024-08-22T17:49:07.082Z[ recovery-image] Aug 22 17:49:05.329 INFO O| Aug 22 17:49:05.329 INFO STEP 32 (remove_files) COMPLETE
39722024-08-22T17:49:07.084Z[ recovery-image] Aug 22 17:49:05.329 INFO O| Aug 22 17:49:05.329 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-08-22T17:49:07.092Z[ recovery-image] Aug 22 17:49:05.339 INFO O| Aug 22 17:49:05.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39742024-08-22T17:49:07.092Z[ recovery-image] Aug 22 17:49:05.339 INFO O| Aug 22 17:49:05.339 INFO STEP 33 (remove_files) COMPLETE
39752024-08-22T17:49:07.095Z[ recovery-image] Aug 22 17:49:05.339 INFO O| Aug 22 17:49:05.339 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-08-22T17:49:07.103Z[ recovery-image] Aug 22 17:49:05.350 INFO O| Aug 22 17:49:05.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39772024-08-22T17:49:07.105Z[ recovery-image] Aug 22 17:49:05.350 INFO O| Aug 22 17:49:05.350 INFO STEP 34 (remove_files) COMPLETE
39782024-08-22T17:49:07.105Z[ recovery-image] Aug 22 17:49:05.350 INFO O| Aug 22 17:49:05.350 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-22T17:49:07.114Z[ recovery-image] Aug 22 17:49:05.361 INFO O| Aug 22 17:49:05.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39802024-08-22T17:49:07.114Z[ recovery-image] Aug 22 17:49:05.361 INFO O| Aug 22 17:49:05.361 INFO STEP 35 (remove_files) COMPLETE
39812024-08-22T17:49:07.114Z[ recovery-image] Aug 22 17:49:05.361 INFO O| Aug 22 17:49:05.361 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-22T17:49:07.124Z[ recovery-image] Aug 22 17:49:05.371 INFO O| Aug 22 17:49:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39832024-08-22T17:49:07.126Z[ recovery-image] Aug 22 17:49:05.371 INFO O| Aug 22 17:49:05.371 INFO STEP 36 (remove_files) COMPLETE
39842024-08-22T17:49:07.126Z[ recovery-image] Aug 22 17:49:05.371 INFO O| Aug 22 17:49:05.371 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-22T17:49:07.134Z[ recovery-image] Aug 22 17:49:05.381 INFO O| Aug 22 17:49:05.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39862024-08-22T17:49:07.134Z[ recovery-image] Aug 22 17:49:05.381 INFO O| Aug 22 17:49:05.381 INFO STEP 37 (remove_files) COMPLETE
39872024-08-22T17:49:07.136Z[ recovery-image] Aug 22 17:49:05.381 INFO O| Aug 22 17:49:05.381 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-22T17:49:07.144Z[ recovery-image] Aug 22 17:49:05.391 INFO O| Aug 22 17:49:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39892024-08-22T17:49:07.144Z[ recovery-image] Aug 22 17:49:05.391 INFO O| Aug 22 17:49:05.391 INFO STEP 38 (remove_files) COMPLETE
39902024-08-22T17:49:07.144Z[ recovery-image] Aug 22 17:49:05.391 INFO O| Aug 22 17:49:05.391 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-22T17:49:07.154Z[ recovery-image] Aug 22 17:49:05.401 INFO O| Aug 22 17:49:05.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39922024-08-22T17:49:07.154Z[ recovery-image] Aug 22 17:49:05.401 INFO O| Aug 22 17:49:05.401 INFO STEP 39 (remove_files) COMPLETE
39932024-08-22T17:49:07.157Z[ recovery-image] Aug 22 17:49:05.401 INFO O| Aug 22 17:49:05.401 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-22T17:49:07.166Z[ recovery-image] Aug 22 17:49:05.413 INFO O| Aug 22 17:49:05.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39952024-08-22T17:49:07.166Z[ recovery-image] Aug 22 17:49:05.413 INFO O| Aug 22 17:49:05.413 INFO STEP 40 (remove_files) COMPLETE
39962024-08-22T17:49:07.166Z[ recovery-image] Aug 22 17:49:05.413 INFO O| Aug 22 17:49:05.413 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-22T17:49:07.176Z[ recovery-image] Aug 22 17:49:05.423 INFO O| Aug 22 17:49:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39982024-08-22T17:49:07.176Z[ recovery-image] Aug 22 17:49:05.423 INFO O| Aug 22 17:49:05.423 INFO STEP 41 (remove_files) COMPLETE
39992024-08-22T17:49:07.179Z[ recovery-image] Aug 22 17:49:05.423 INFO O| Aug 22 17:49:05.423 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-22T17:49:07.187Z[ recovery-image] Aug 22 17:49:05.434 INFO O| Aug 22 17:49:05.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40012024-08-22T17:49:07.187Z[ recovery-image] Aug 22 17:49:05.434 INFO O| Aug 22 17:49:05.434 INFO STEP 42 (remove_files) COMPLETE
40022024-08-22T17:49:07.187Z[ recovery-image] Aug 22 17:49:05.434 INFO O| Aug 22 17:49:05.434 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-22T17:49:07.198Z[ recovery-image] Aug 22 17:49:05.445 INFO O| Aug 22 17:49:05.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40042024-08-22T17:49:07.198Z[ recovery-image] Aug 22 17:49:05.445 INFO O| Aug 22 17:49:05.445 INFO STEP 43 (remove_files) COMPLETE
40052024-08-22T17:49:07.198Z[ recovery-image] Aug 22 17:49:05.445 INFO O| Aug 22 17:49:05.445 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-22T17:49:07.210Z[ recovery-image] Aug 22 17:49:05.457 INFO O| Aug 22 17:49:05.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40072024-08-22T17:49:07.210Z[ recovery-image] Aug 22 17:49:05.457 INFO O| Aug 22 17:49:05.457 INFO STEP 44 (remove_files) COMPLETE
40082024-08-22T17:49:07.213Z[ recovery-image] Aug 22 17:49:05.457 INFO O| Aug 22 17:49:05.457 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-22T17:49:07.221Z[ recovery-image] Aug 22 17:49:05.468 INFO O| Aug 22 17:49:05.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40102024-08-22T17:49:07.223Z[ recovery-image] Aug 22 17:49:05.469 INFO O| Aug 22 17:49:05.468 INFO STEP 45 (remove_files) COMPLETE
40112024-08-22T17:49:07.223Z[ recovery-image] Aug 22 17:49:05.469 INFO O| Aug 22 17:49:05.469 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-22T17:49:07.232Z[ recovery-image] Aug 22 17:49:05.479 INFO O| Aug 22 17:49:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40132024-08-22T17:49:07.232Z[ recovery-image] Aug 22 17:49:05.479 INFO O| Aug 22 17:49:05.479 INFO STEP 46 (remove_files) COMPLETE
40142024-08-22T17:49:07.232Z[ recovery-image] Aug 22 17:49:05.479 INFO O| Aug 22 17:49:05.479 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-22T17:49:07.242Z[ recovery-image] Aug 22 17:49:05.489 INFO O| Aug 22 17:49:05.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40162024-08-22T17:49:07.242Z[ recovery-image] Aug 22 17:49:05.489 INFO O| Aug 22 17:49:05.489 INFO STEP 47 (remove_files) COMPLETE
40172024-08-22T17:49:07.245Z[ recovery-image] Aug 22 17:49:05.489 INFO O| Aug 22 17:49:05.489 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-22T17:49:07.252Z[ recovery-image] Aug 22 17:49:05.500 INFO O| Aug 22 17:49:05.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40192024-08-22T17:49:07.252Z[ recovery-image] Aug 22 17:49:05.500 INFO O| Aug 22 17:49:05.500 INFO STEP 48 (remove_files) COMPLETE
40202024-08-22T17:49:07.255Z[ recovery-image] Aug 22 17:49:05.500 INFO O| Aug 22 17:49:05.500 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-22T17:49:07.263Z[ recovery-image] Aug 22 17:49:05.510 INFO O| Aug 22 17:49:05.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40222024-08-22T17:49:07.263Z[ recovery-image] Aug 22 17:49:05.510 INFO O| Aug 22 17:49:05.510 INFO STEP 49 (remove_files) COMPLETE
40232024-08-22T17:49:07.263Z[ recovery-image] Aug 22 17:49:05.510 INFO O| Aug 22 17:49:05.510 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-22T17:49:07.273Z[ recovery-image] Aug 22 17:49:05.521 INFO O| Aug 22 17:49:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40252024-08-22T17:49:07.276Z[ recovery-image] Aug 22 17:49:05.521 INFO O| Aug 22 17:49:05.521 INFO STEP 50 (remove_files) COMPLETE
40262024-08-22T17:49:07.276Z[ recovery-image] Aug 22 17:49:05.521 INFO O| Aug 22 17:49:05.521 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-22T17:49:07.284Z[ recovery-image] Aug 22 17:49:05.531 INFO O| Aug 22 17:49:05.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40282024-08-22T17:49:07.284Z[ recovery-image] Aug 22 17:49:05.531 INFO O| Aug 22 17:49:05.531 INFO STEP 51 (remove_files) COMPLETE
40292024-08-22T17:49:07.286Z[ recovery-image] Aug 22 17:49:05.531 INFO O| Aug 22 17:49:05.531 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-22T17:49:07.294Z[ recovery-image] Aug 22 17:49:05.541 INFO O| Aug 22 17:49:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40312024-08-22T17:49:07.294Z[ recovery-image] Aug 22 17:49:05.542 INFO O| Aug 22 17:49:05.542 INFO STEP 52 (remove_files) COMPLETE
40322024-08-22T17:49:07.297Z[ recovery-image] Aug 22 17:49:05.542 INFO O| Aug 22 17:49:05.542 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-22T17:49:07.305Z[ recovery-image] Aug 22 17:49:05.552 INFO O| Aug 22 17:49:05.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40342024-08-22T17:49:07.307Z[ recovery-image] Aug 22 17:49:05.552 INFO O| Aug 22 17:49:05.552 INFO STEP 53 (remove_files) COMPLETE
40352024-08-22T17:49:07.307Z[ recovery-image] Aug 22 17:49:05.553 INFO O| Aug 22 17:49:05.552 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-22T17:49:07.316Z[ recovery-image] Aug 22 17:49:05.563 INFO O| Aug 22 17:49:05.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40372024-08-22T17:49:07.316Z[ recovery-image] Aug 22 17:49:05.563 INFO O| Aug 22 17:49:05.563 INFO STEP 54 (remove_files) COMPLETE
40382024-08-22T17:49:07.316Z[ recovery-image] Aug 22 17:49:05.563 INFO O| Aug 22 17:49:05.563 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-22T17:49:07.326Z[ recovery-image] Aug 22 17:49:05.573 INFO O| Aug 22 17:49:05.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40402024-08-22T17:49:07.326Z[ recovery-image] Aug 22 17:49:05.573 INFO O| Aug 22 17:49:05.573 INFO STEP 55 (remove_files) COMPLETE
40412024-08-22T17:49:07.328Z[ recovery-image] Aug 22 17:49:05.573 INFO O| Aug 22 17:49:05.573 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-22T17:49:07.337Z[ recovery-image] Aug 22 17:49:05.584 INFO O| Aug 22 17:49:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40432024-08-22T17:49:07.337Z[ recovery-image] Aug 22 17:49:05.584 INFO O| Aug 22 17:49:05.584 INFO STEP 56 (remove_files) COMPLETE
40442024-08-22T17:49:07.340Z[ recovery-image] Aug 22 17:49:05.584 INFO O| Aug 22 17:49:05.584 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-22T17:49:07.349Z[ recovery-image] Aug 22 17:49:05.594 INFO O| Aug 22 17:49:05.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40462024-08-22T17:49:07.349Z[ recovery-image] Aug 22 17:49:05.594 INFO O| Aug 22 17:49:05.594 INFO STEP 57 (remove_files) COMPLETE
40472024-08-22T17:49:07.349Z[ recovery-image] Aug 22 17:49:05.594 INFO O| Aug 22 17:49:05.594 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-22T17:49:07.358Z[ recovery-image] Aug 22 17:49:05.605 INFO O| Aug 22 17:49:05.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40492024-08-22T17:49:07.360Z[ recovery-image] Aug 22 17:49:05.605 INFO O| Aug 22 17:49:05.605 INFO STEP 58 (remove_files) COMPLETE
40502024-08-22T17:49:07.360Z[ recovery-image] Aug 22 17:49:05.605 INFO O| Aug 22 17:49:05.605 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-22T17:49:07.368Z[ recovery-image] Aug 22 17:49:05.615 INFO O| Aug 22 17:49:05.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40522024-08-22T17:49:07.370Z[ recovery-image] Aug 22 17:49:05.615 INFO O| Aug 22 17:49:05.615 INFO STEP 59 (remove_files) COMPLETE
40532024-08-22T17:49:07.370Z[ recovery-image] Aug 22 17:49:05.615 INFO O| Aug 22 17:49:05.615 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-22T17:49:07.378Z[ recovery-image] Aug 22 17:49:05.625 INFO O| Aug 22 17:49:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40552024-08-22T17:49:07.380Z[ recovery-image] Aug 22 17:49:05.626 INFO O| Aug 22 17:49:05.626 INFO STEP 60 (remove_files) COMPLETE
40562024-08-22T17:49:07.380Z[ recovery-image] Aug 22 17:49:05.626 INFO O| Aug 22 17:49:05.626 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-22T17:49:07.389Z[ recovery-image] Aug 22 17:49:05.636 INFO O| Aug 22 17:49:05.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40582024-08-22T17:49:07.389Z[ recovery-image] Aug 22 17:49:05.636 INFO O| Aug 22 17:49:05.636 INFO STEP 61 (remove_files) COMPLETE
40592024-08-22T17:49:07.392Z[ recovery-image] Aug 22 17:49:05.636 INFO O| Aug 22 17:49:05.636 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-22T17:49:07.401Z[ recovery-image] Aug 22 17:49:05.647 INFO O| Aug 22 17:49:05.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40612024-08-22T17:49:07.401Z[ recovery-image] Aug 22 17:49:05.647 INFO O| Aug 22 17:49:05.647 INFO STEP 62 (remove_files) COMPLETE
40622024-08-22T17:49:07.403Z[ recovery-image] Aug 22 17:49:05.647 INFO O| Aug 22 17:49:05.647 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-22T17:49:07.411Z[ recovery-image] Aug 22 17:49:05.658 INFO O| Aug 22 17:49:05.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40642024-08-22T17:49:07.411Z[ recovery-image] Aug 22 17:49:05.658 INFO O| Aug 22 17:49:05.658 INFO STEP 63 (remove_files) COMPLETE
40652024-08-22T17:49:07.413Z[ recovery-image] Aug 22 17:49:05.658 INFO O| Aug 22 17:49:05.658 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-22T17:49:07.421Z[ recovery-image] Aug 22 17:49:05.668 INFO O| Aug 22 17:49:05.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40672024-08-22T17:49:07.421Z[ recovery-image] Aug 22 17:49:05.668 INFO O| Aug 22 17:49:05.668 INFO STEP 64 (remove_files) COMPLETE
40682024-08-22T17:49:07.424Z[ recovery-image] Aug 22 17:49:05.668 INFO O| Aug 22 17:49:05.668 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-22T17:49:07.432Z[ recovery-image] Aug 22 17:49:05.679 INFO O| Aug 22 17:49:05.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40702024-08-22T17:49:07.432Z[ recovery-image] Aug 22 17:49:05.679 INFO O| Aug 22 17:49:05.679 INFO STEP 65 (remove_files) COMPLETE
40712024-08-22T17:49:07.432Z[ recovery-image] Aug 22 17:49:05.679 INFO O| Aug 22 17:49:05.679 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-22T17:49:07.442Z[ recovery-image] Aug 22 17:49:05.689 INFO O| Aug 22 17:49:05.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40732024-08-22T17:49:07.444Z[ recovery-image] Aug 22 17:49:05.689 INFO O| Aug 22 17:49:05.689 INFO STEP 66 (remove_files) COMPLETE
40742024-08-22T17:49:07.444Z[ recovery-image] Aug 22 17:49:05.689 INFO O| Aug 22 17:49:05.689 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-22T17:49:07.452Z[ recovery-image] Aug 22 17:49:05.699 INFO O| Aug 22 17:49:05.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40762024-08-22T17:49:07.452Z[ recovery-image] Aug 22 17:49:05.700 INFO O| Aug 22 17:49:05.700 INFO STEP 67 (remove_files) COMPLETE
40772024-08-22T17:49:07.455Z[ recovery-image] Aug 22 17:49:05.700 INFO O| Aug 22 17:49:05.700 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-22T17:49:07.465Z[ recovery-image] Aug 22 17:49:05.711 INFO O| Aug 22 17:49:05.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40792024-08-22T17:49:07.465Z[ recovery-image] Aug 22 17:49:05.711 INFO O| Aug 22 17:49:05.711 INFO STEP 68 (remove_files) COMPLETE
40802024-08-22T17:49:07.465Z[ recovery-image] Aug 22 17:49:05.711 INFO O| Aug 22 17:49:05.711 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-22T17:49:07.476Z[ recovery-image] Aug 22 17:49:05.723 INFO O| Aug 22 17:49:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40822024-08-22T17:49:07.476Z[ recovery-image] Aug 22 17:49:05.723 INFO O| Aug 22 17:49:05.723 INFO STEP 69 (remove_files) COMPLETE
40832024-08-22T17:49:07.478Z[ recovery-image] Aug 22 17:49:05.723 INFO O| Aug 22 17:49:05.723 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-22T17:49:07.487Z[ recovery-image] Aug 22 17:49:05.734 INFO O| Aug 22 17:49:05.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40852024-08-22T17:49:07.487Z[ recovery-image] Aug 22 17:49:05.734 INFO O| Aug 22 17:49:05.734 INFO STEP 70 (remove_files) COMPLETE
40862024-08-22T17:49:07.487Z[ recovery-image] Aug 22 17:49:05.734 INFO O| Aug 22 17:49:05.734 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-22T17:49:07.498Z[ recovery-image] Aug 22 17:49:05.745 INFO O| Aug 22 17:49:05.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40882024-08-22T17:49:07.498Z[ recovery-image] Aug 22 17:49:05.745 INFO O| Aug 22 17:49:05.745 INFO STEP 71 (remove_files) COMPLETE
40892024-08-22T17:49:07.502Z[ recovery-image] Aug 22 17:49:05.745 INFO O| Aug 22 17:49:05.745 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-22T17:49:07.510Z[ recovery-image] Aug 22 17:49:05.757 INFO O| Aug 22 17:49:05.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40912024-08-22T17:49:07.510Z[ recovery-image] Aug 22 17:49:05.757 INFO O| Aug 22 17:49:05.757 INFO STEP 72 (remove_files) COMPLETE
40922024-08-22T17:49:07.510Z[ recovery-image] Aug 22 17:49:05.757 INFO O| Aug 22 17:49:05.757 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-22T17:49:07.523Z[ recovery-image] Aug 22 17:49:05.770 INFO O| Aug 22 17:49:05.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40942024-08-22T17:49:07.523Z[ recovery-image] Aug 22 17:49:05.770 INFO O| Aug 22 17:49:05.770 INFO STEP 73 (remove_files) COMPLETE
40952024-08-22T17:49:07.523Z[ recovery-image] Aug 22 17:49:05.770 INFO O| Aug 22 17:49:05.770 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-22T17:49:07.535Z[ recovery-image] Aug 22 17:49:05.782 INFO O| Aug 22 17:49:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40972024-08-22T17:49:07.535Z[ recovery-image] Aug 22 17:49:05.782 INFO O| Aug 22 17:49:05.782 INFO STEP 74 (remove_files) COMPLETE
40982024-08-22T17:49:07.538Z[ recovery-image] Aug 22 17:49:05.782 INFO O| Aug 22 17:49:05.782 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-22T17:49:07.547Z[ recovery-image] Aug 22 17:49:05.795 INFO O| Aug 22 17:49:05.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41002024-08-22T17:49:07.548Z[ recovery-image] Aug 22 17:49:05.795 INFO O| Aug 22 17:49:05.795 INFO STEP 75 (remove_files) COMPLETE
41012024-08-22T17:49:07.550Z[ recovery-image] Aug 22 17:49:05.795 INFO O| Aug 22 17:49:05.795 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-22T17:49:07.559Z[ recovery-image] Aug 22 17:49:05.806 INFO O| Aug 22 17:49:05.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41032024-08-22T17:49:07.559Z[ recovery-image] Aug 22 17:49:05.806 INFO O| Aug 22 17:49:05.806 INFO STEP 76 (remove_files) COMPLETE
41042024-08-22T17:49:07.561Z[ recovery-image] Aug 22 17:49:05.806 INFO O| Aug 22 17:49:05.806 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-22T17:49:07.569Z[ recovery-image] Aug 22 17:49:05.816 INFO O| Aug 22 17:49:05.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41062024-08-22T17:49:07.569Z[ recovery-image] Aug 22 17:49:05.817 INFO O| Aug 22 17:49:05.816 INFO STEP 77 (remove_files) COMPLETE
41072024-08-22T17:49:07.572Z[ recovery-image] Aug 22 17:49:05.817 INFO O| Aug 22 17:49:05.817 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-22T17:49:07.580Z[ recovery-image] Aug 22 17:49:05.827 INFO O| Aug 22 17:49:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41092024-08-22T17:49:07.580Z[ recovery-image] Aug 22 17:49:05.827 INFO O| Aug 22 17:49:05.827 INFO STEP 78 (remove_files) COMPLETE
41102024-08-22T17:49:07.582Z[ recovery-image] Aug 22 17:49:05.827 INFO O| Aug 22 17:49:05.827 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-22T17:49:07.590Z[ recovery-image] Aug 22 17:49:05.837 INFO O| Aug 22 17:49:05.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41122024-08-22T17:49:07.590Z[ recovery-image] Aug 22 17:49:05.837 INFO O| Aug 22 17:49:05.837 INFO STEP 79 (remove_files) COMPLETE
41132024-08-22T17:49:07.593Z[ recovery-image] Aug 22 17:49:05.837 INFO O| Aug 22 17:49:05.837 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-22T17:49:07.600Z[ recovery-image] Aug 22 17:49:05.847 INFO O| Aug 22 17:49:05.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41152024-08-22T17:49:07.600Z[ recovery-image] Aug 22 17:49:05.848 INFO O| Aug 22 17:49:05.848 INFO STEP 80 (remove_files) COMPLETE
41162024-08-22T17:49:07.600Z[ recovery-image] Aug 22 17:49:05.848 INFO O| Aug 22 17:49:05.848 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-22T17:49:07.611Z[ recovery-image] Aug 22 17:49:05.858 INFO O| Aug 22 17:49:05.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41182024-08-22T17:49:07.611Z[ recovery-image] Aug 22 17:49:05.858 INFO O| Aug 22 17:49:05.858 INFO STEP 81 (remove_files) COMPLETE
41192024-08-22T17:49:07.611Z[ recovery-image] Aug 22 17:49:05.858 INFO O| Aug 22 17:49:05.858 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-22T17:49:07.621Z[ recovery-image] Aug 22 17:49:05.868 INFO O| Aug 22 17:49:05.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41212024-08-22T17:49:07.621Z[ recovery-image] Aug 22 17:49:05.868 INFO O| Aug 22 17:49:05.868 INFO STEP 82 (remove_files) COMPLETE
41222024-08-22T17:49:07.624Z[ recovery-image] Aug 22 17:49:05.868 INFO O| Aug 22 17:49:05.868 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-22T17:49:07.632Z[ recovery-image] Aug 22 17:49:05.879 INFO O| Aug 22 17:49:05.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41242024-08-22T17:49:07.632Z[ recovery-image] Aug 22 17:49:05.879 INFO O| Aug 22 17:49:05.879 INFO STEP 83 (remove_files) COMPLETE
41252024-08-22T17:49:07.632Z[ recovery-image] Aug 22 17:49:05.879 INFO O| Aug 22 17:49:05.879 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-22T17:49:07.642Z[ recovery-image] Aug 22 17:49:05.889 INFO O| Aug 22 17:49:05.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41272024-08-22T17:49:07.642Z[ recovery-image] Aug 22 17:49:05.889 INFO O| Aug 22 17:49:05.889 INFO STEP 84 (remove_files) COMPLETE
41282024-08-22T17:49:07.642Z[ recovery-image] Aug 22 17:49:05.889 INFO O| Aug 22 17:49:05.889 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-22T17:49:07.652Z[ recovery-image] Aug 22 17:49:05.900 INFO O| Aug 22 17:49:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41302024-08-22T17:49:07.655Z[ recovery-image] Aug 22 17:49:05.900 INFO O| Aug 22 17:49:05.900 INFO STEP 85 (remove_files) COMPLETE
41312024-08-22T17:49:07.655Z[ recovery-image] Aug 22 17:49:05.900 INFO O| Aug 22 17:49:05.900 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-22T17:49:07.663Z[ recovery-image] Aug 22 17:49:05.910 INFO O| Aug 22 17:49:05.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41332024-08-22T17:49:07.663Z[ recovery-image] Aug 22 17:49:05.910 INFO O| Aug 22 17:49:05.910 INFO STEP 86 (remove_files) COMPLETE
41342024-08-22T17:49:07.665Z[ recovery-image] Aug 22 17:49:05.910 INFO O| Aug 22 17:49:05.910 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-22T17:49:07.673Z[ recovery-image] Aug 22 17:49:05.920 INFO O| Aug 22 17:49:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41362024-08-22T17:49:07.676Z[ recovery-image] Aug 22 17:49:05.920 INFO O| Aug 22 17:49:05.920 INFO STEP 87 (remove_files) COMPLETE
41372024-08-22T17:49:07.676Z[ recovery-image] Aug 22 17:49:05.920 INFO O| Aug 22 17:49:05.920 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-22T17:49:07.684Z[ recovery-image] Aug 22 17:49:05.931 INFO O| Aug 22 17:49:05.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41392024-08-22T17:49:07.684Z[ recovery-image] Aug 22 17:49:05.931 INFO O| Aug 22 17:49:05.931 INFO STEP 88 (remove_files) COMPLETE
41402024-08-22T17:49:07.688Z[ recovery-image] Aug 22 17:49:05.931 INFO O| Aug 22 17:49:05.931 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-22T17:49:07.695Z[ recovery-image] Aug 22 17:49:05.942 INFO O| Aug 22 17:49:05.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41422024-08-22T17:49:07.695Z[ recovery-image] Aug 22 17:49:05.942 INFO O| Aug 22 17:49:05.942 INFO STEP 89 (remove_files) COMPLETE
41432024-08-22T17:49:07.698Z[ recovery-image] Aug 22 17:49:05.942 INFO O| Aug 22 17:49:05.942 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-22T17:49:07.706Z[ recovery-image] Aug 22 17:49:05.952 INFO O| Aug 22 17:49:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41452024-08-22T17:49:07.706Z[ recovery-image] Aug 22 17:49:05.952 INFO O| Aug 22 17:49:05.952 INFO STEP 90 (remove_files) COMPLETE
41462024-08-22T17:49:07.709Z[ recovery-image] Aug 22 17:49:05.952 INFO O| Aug 22 17:49:05.952 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-22T17:49:07.717Z[ recovery-image] Aug 22 17:49:05.962 INFO O| Aug 22 17:49:05.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41482024-08-22T17:49:07.720Z[ recovery-image] Aug 22 17:49:05.963 INFO O| Aug 22 17:49:05.963 INFO STEP 91 (remove_files) COMPLETE
41492024-08-22T17:49:07.720Z[ recovery-image] Aug 22 17:49:05.963 INFO O| Aug 22 17:49:05.963 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-22T17:49:07.726Z[ recovery-image] Aug 22 17:49:05.973 INFO O| Aug 22 17:49:05.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41512024-08-22T17:49:07.726Z[ recovery-image] Aug 22 17:49:05.973 INFO O| Aug 22 17:49:05.973 INFO STEP 92 (remove_files) COMPLETE
41522024-08-22T17:49:07.729Z[ recovery-image] Aug 22 17:49:05.973 INFO O| Aug 22 17:49:05.973 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-22T17:49:07.737Z[ recovery-image] Aug 22 17:49:05.984 INFO O| Aug 22 17:49:05.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41542024-08-22T17:49:07.737Z[ recovery-image] Aug 22 17:49:05.984 INFO O| Aug 22 17:49:05.984 INFO STEP 93 (remove_files) COMPLETE
41552024-08-22T17:49:07.739Z[ recovery-image] Aug 22 17:49:05.984 INFO O| Aug 22 17:49:05.984 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-22T17:49:07.747Z[ recovery-image] Aug 22 17:49:05.994 INFO O| Aug 22 17:49:05.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41572024-08-22T17:49:07.747Z[ recovery-image] Aug 22 17:49:05.994 INFO O| Aug 22 17:49:05.994 INFO STEP 94 (remove_files) COMPLETE
41582024-08-22T17:49:07.749Z[ recovery-image] Aug 22 17:49:05.994 INFO O| Aug 22 17:49:05.994 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-22T17:49:07.757Z[ recovery-image] Aug 22 17:49:06.004 INFO O| Aug 22 17:49:06.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41602024-08-22T17:49:07.757Z[ recovery-image] Aug 22 17:49:06.004 INFO O| Aug 22 17:49:06.004 INFO STEP 95 (remove_files) COMPLETE
41612024-08-22T17:49:07.757Z[ recovery-image] Aug 22 17:49:06.004 INFO O| Aug 22 17:49:06.004 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-22T17:49:07.767Z[ recovery-image] Aug 22 17:49:06.014 INFO O| Aug 22 17:49:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41632024-08-22T17:49:07.767Z[ recovery-image] Aug 22 17:49:06.015 INFO O| Aug 22 17:49:06.014 INFO STEP 96 (remove_files) COMPLETE
41642024-08-22T17:49:07.767Z[ recovery-image] Aug 22 17:49:06.015 INFO O| Aug 22 17:49:06.015 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-22T17:49:07.778Z[ recovery-image] Aug 22 17:49:06.025 INFO O| Aug 22 17:49:06.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41662024-08-22T17:49:07.778Z[ recovery-image] Aug 22 17:49:06.025 INFO O| Aug 22 17:49:06.025 INFO STEP 97 (remove_files) COMPLETE
41672024-08-22T17:49:07.780Z[ recovery-image] Aug 22 17:49:06.025 INFO O| Aug 22 17:49:06.025 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-22T17:49:07.788Z[ recovery-image] Aug 22 17:49:06.035 INFO O| Aug 22 17:49:06.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41692024-08-22T17:49:07.791Z[ recovery-image] Aug 22 17:49:06.036 INFO O| Aug 22 17:49:06.036 INFO STEP 98 (remove_files) COMPLETE
41702024-08-22T17:49:07.791Z[ recovery-image] Aug 22 17:49:06.036 INFO O| Aug 22 17:49:06.036 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-22T17:49:07.799Z[ recovery-image] Aug 22 17:49:06.046 INFO O| Aug 22 17:49:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41722024-08-22T17:49:07.802Z[ recovery-image] Aug 22 17:49:06.046 INFO O| Aug 22 17:49:06.046 INFO STEP 99 (remove_files) COMPLETE
41732024-08-22T17:49:07.802Z[ recovery-image] Aug 22 17:49:06.046 INFO O| Aug 22 17:49:06.046 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-22T17:49:07.810Z[ recovery-image] Aug 22 17:49:06.057 INFO O| Aug 22 17:49:06.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41752024-08-22T17:49:07.812Z[ recovery-image] Aug 22 17:49:06.057 INFO O| Aug 22 17:49:06.057 INFO STEP 100 (remove_files) COMPLETE
41762024-08-22T17:49:07.812Z[ recovery-image] Aug 22 17:49:06.057 INFO O| Aug 22 17:49:06.057 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-22T17:49:07.820Z[ recovery-image] Aug 22 17:49:06.067 INFO O| Aug 22 17:49:06.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41782024-08-22T17:49:07.820Z[ recovery-image] Aug 22 17:49:06.067 INFO O| Aug 22 17:49:06.067 INFO STEP 101 (remove_files) COMPLETE
41792024-08-22T17:49:07.823Z[ recovery-image] Aug 22 17:49:06.067 INFO O| Aug 22 17:49:06.067 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-22T17:49:07.832Z[ recovery-image] Aug 22 17:49:06.078 INFO O| Aug 22 17:49:06.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41812024-08-22T17:49:07.835Z[ recovery-image] Aug 22 17:49:06.078 INFO O| Aug 22 17:49:06.078 INFO STEP 102 (remove_files) COMPLETE
41822024-08-22T17:49:07.835Z[ recovery-image] Aug 22 17:49:06.078 INFO O| Aug 22 17:49:06.078 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-22T17:49:07.842Z[ recovery-image] Aug 22 17:49:06.088 INFO O| Aug 22 17:49:06.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41842024-08-22T17:49:07.842Z[ recovery-image] Aug 22 17:49:06.088 INFO O| Aug 22 17:49:06.088 INFO STEP 103 (remove_files) COMPLETE
41852024-08-22T17:49:07.845Z[ recovery-image] Aug 22 17:49:06.088 INFO O| Aug 22 17:49:06.088 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-22T17:49:07.852Z[ recovery-image] Aug 22 17:49:06.099 INFO O| Aug 22 17:49:06.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41872024-08-22T17:49:07.852Z[ recovery-image] Aug 22 17:49:06.099 INFO O| Aug 22 17:49:06.099 INFO STEP 104 (remove_files) COMPLETE
41882024-08-22T17:49:07.855Z[ recovery-image] Aug 22 17:49:06.099 INFO O| Aug 22 17:49:06.099 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-22T17:49:07.863Z[ recovery-image] Aug 22 17:49:06.110 INFO O| Aug 22 17:49:06.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41902024-08-22T17:49:07.863Z[ recovery-image] Aug 22 17:49:06.110 INFO O| Aug 22 17:49:06.110 INFO STEP 105 (remove_files) COMPLETE
41912024-08-22T17:49:07.866Z[ recovery-image] Aug 22 17:49:06.110 INFO O| Aug 22 17:49:06.110 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-22T17:49:07.874Z[ recovery-image] Aug 22 17:49:06.121 INFO O| Aug 22 17:49:06.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41932024-08-22T17:49:07.874Z[ recovery-image] Aug 22 17:49:06.121 INFO O| Aug 22 17:49:06.121 INFO STEP 106 (remove_files) COMPLETE
41942024-08-22T17:49:07.874Z[ recovery-image] Aug 22 17:49:06.121 INFO O| Aug 22 17:49:06.121 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-22T17:49:07.884Z[ recovery-image] Aug 22 17:49:06.131 INFO O| Aug 22 17:49:06.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41962024-08-22T17:49:07.887Z[ recovery-image] Aug 22 17:49:06.132 INFO O| Aug 22 17:49:06.132 INFO STEP 107 (remove_files) COMPLETE
41972024-08-22T17:49:07.887Z[ recovery-image] Aug 22 17:49:06.132 INFO O| Aug 22 17:49:06.132 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-22T17:49:07.895Z[ recovery-image] Aug 22 17:49:06.142 INFO O| Aug 22 17:49:06.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41992024-08-22T17:49:07.895Z[ recovery-image] Aug 22 17:49:06.142 INFO O| Aug 22 17:49:06.142 INFO STEP 108 (remove_files) COMPLETE
42002024-08-22T17:49:07.898Z[ recovery-image] Aug 22 17:49:06.142 INFO O| Aug 22 17:49:06.142 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-22T17:49:07.905Z[ recovery-image] Aug 22 17:49:06.152 INFO O| Aug 22 17:49:06.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42022024-08-22T17:49:07.905Z[ recovery-image] Aug 22 17:49:06.153 INFO O| Aug 22 17:49:06.153 INFO STEP 109 (remove_files) COMPLETE
42032024-08-22T17:49:07.908Z[ recovery-image] Aug 22 17:49:06.153 INFO O| Aug 22 17:49:06.153 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-22T17:49:07.916Z[ recovery-image] Aug 22 17:49:06.163 INFO O| Aug 22 17:49:06.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42052024-08-22T17:49:07.916Z[ recovery-image] Aug 22 17:49:06.163 INFO O| Aug 22 17:49:06.163 INFO STEP 110 (remove_files) COMPLETE
42062024-08-22T17:49:07.918Z[ recovery-image] Aug 22 17:49:06.163 INFO O| Aug 22 17:49:06.163 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-22T17:49:07.926Z[ recovery-image] Aug 22 17:49:06.173 INFO O| Aug 22 17:49:06.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42082024-08-22T17:49:07.928Z[ recovery-image] Aug 22 17:49:06.173 INFO O| Aug 22 17:49:06.173 INFO STEP 111 (remove_files) COMPLETE
42092024-08-22T17:49:07.928Z[ recovery-image] Aug 22 17:49:06.173 INFO O| Aug 22 17:49:06.173 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-22T17:49:07.937Z[ recovery-image] Aug 22 17:49:06.184 INFO O| Aug 22 17:49:06.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42112024-08-22T17:49:07.937Z[ recovery-image] Aug 22 17:49:06.184 INFO O| Aug 22 17:49:06.184 INFO STEP 112 (remove_files) COMPLETE
42122024-08-22T17:49:07.937Z[ recovery-image] Aug 22 17:49:06.184 INFO O| Aug 22 17:49:06.184 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-22T17:49:07.947Z[ recovery-image] Aug 22 17:49:06.194 INFO O| Aug 22 17:49:06.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42142024-08-22T17:49:07.947Z[ recovery-image] Aug 22 17:49:06.194 INFO O| Aug 22 17:49:06.194 INFO STEP 113 (remove_files) COMPLETE
42152024-08-22T17:49:07.947Z[ recovery-image] Aug 22 17:49:06.194 INFO O| Aug 22 17:49:06.194 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-22T17:49:07.957Z[ recovery-image] Aug 22 17:49:06.204 INFO O| Aug 22 17:49:06.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42172024-08-22T17:49:07.957Z[ recovery-image] Aug 22 17:49:06.204 INFO O| Aug 22 17:49:06.204 INFO STEP 114 (remove_files) COMPLETE
42182024-08-22T17:49:07.959Z[ recovery-image] Aug 22 17:49:06.204 INFO O| Aug 22 17:49:06.204 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-22T17:49:07.968Z[ recovery-image] Aug 22 17:49:06.215 INFO O| Aug 22 17:49:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42202024-08-22T17:49:07.968Z[ recovery-image] Aug 22 17:49:06.215 INFO O| Aug 22 17:49:06.215 INFO STEP 115 (remove_files) COMPLETE
42212024-08-22T17:49:07.971Z[ recovery-image] Aug 22 17:49:06.215 INFO O| Aug 22 17:49:06.215 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-22T17:49:07.978Z[ recovery-image] Aug 22 17:49:06.225 INFO O| Aug 22 17:49:06.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42232024-08-22T17:49:07.978Z[ recovery-image] Aug 22 17:49:06.225 INFO O| Aug 22 17:49:06.225 INFO STEP 116 (remove_files) COMPLETE
42242024-08-22T17:49:07.978Z[ recovery-image] Aug 22 17:49:06.225 INFO O| Aug 22 17:49:06.225 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-22T17:49:07.988Z[ recovery-image] Aug 22 17:49:06.235 INFO O| Aug 22 17:49:06.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42262024-08-22T17:49:07.991Z[ recovery-image] Aug 22 17:49:06.236 INFO O| Aug 22 17:49:06.236 INFO STEP 117 (remove_files) COMPLETE
42272024-08-22T17:49:07.991Z[ recovery-image] Aug 22 17:49:06.236 INFO O| Aug 22 17:49:06.236 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-22T17:49:07.999Z[ recovery-image] Aug 22 17:49:06.246 INFO O| Aug 22 17:49:06.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42292024-08-22T17:49:07.999Z[ recovery-image] Aug 22 17:49:06.246 INFO O| Aug 22 17:49:06.246 INFO STEP 118 (remove_files) COMPLETE
42302024-08-22T17:49:07.999Z[ recovery-image] Aug 22 17:49:06.246 INFO O| Aug 22 17:49:06.246 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-22T17:49:08.009Z[ recovery-image] Aug 22 17:49:06.256 INFO O| Aug 22 17:49:06.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42322024-08-22T17:49:08.011Z[ recovery-image] Aug 22 17:49:06.256 INFO O| Aug 22 17:49:06.256 INFO STEP 119 (remove_files) COMPLETE
42332024-08-22T17:49:08.011Z[ recovery-image] Aug 22 17:49:06.256 INFO O| Aug 22 17:49:06.256 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-22T17:49:08.019Z[ recovery-image] Aug 22 17:49:06.266 INFO O| Aug 22 17:49:06.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42352024-08-22T17:49:08.019Z[ recovery-image] Aug 22 17:49:06.266 INFO O| Aug 22 17:49:06.266 INFO STEP 120 (remove_files) COMPLETE
42362024-08-22T17:49:08.019Z[ recovery-image] Aug 22 17:49:06.266 INFO O| Aug 22 17:49:06.266 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-22T17:49:08.030Z[ recovery-image] Aug 22 17:49:06.277 INFO O| Aug 22 17:49:06.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42382024-08-22T17:49:08.032Z[ recovery-image] Aug 22 17:49:06.277 INFO O| Aug 22 17:49:06.277 INFO STEP 121 (remove_files) COMPLETE
42392024-08-22T17:49:08.032Z[ recovery-image] Aug 22 17:49:06.277 INFO O| Aug 22 17:49:06.277 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-22T17:49:08.040Z[ recovery-image] Aug 22 17:49:06.287 INFO O| Aug 22 17:49:06.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42412024-08-22T17:49:08.040Z[ recovery-image] Aug 22 17:49:06.287 INFO O| Aug 22 17:49:06.287 INFO STEP 122 (remove_files) COMPLETE
42422024-08-22T17:49:08.043Z[ recovery-image] Aug 22 17:49:06.287 INFO O| Aug 22 17:49:06.287 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-22T17:49:08.051Z[ recovery-image] Aug 22 17:49:06.298 INFO O| Aug 22 17:49:06.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42442024-08-22T17:49:08.051Z[ recovery-image] Aug 22 17:49:06.298 INFO O| Aug 22 17:49:06.298 INFO STEP 123 (remove_files) COMPLETE
42452024-08-22T17:49:08.053Z[ recovery-image] Aug 22 17:49:06.298 INFO O| Aug 22 17:49:06.298 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-22T17:49:08.061Z[ recovery-image] Aug 22 17:49:06.308 INFO O| Aug 22 17:49:06.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42472024-08-22T17:49:08.061Z[ recovery-image] Aug 22 17:49:06.308 INFO O| Aug 22 17:49:06.308 INFO STEP 124 (remove_files) COMPLETE
42482024-08-22T17:49:08.063Z[ recovery-image] Aug 22 17:49:06.308 INFO O| Aug 22 17:49:06.308 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-22T17:49:08.071Z[ recovery-image] Aug 22 17:49:06.318 INFO O| Aug 22 17:49:06.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42502024-08-22T17:49:08.071Z[ recovery-image] Aug 22 17:49:06.318 INFO O| Aug 22 17:49:06.318 INFO STEP 125 (remove_files) COMPLETE
42512024-08-22T17:49:08.071Z[ recovery-image] Aug 22 17:49:06.318 INFO O| Aug 22 17:49:06.318 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-22T17:49:08.081Z[ recovery-image] Aug 22 17:49:06.328 INFO O| Aug 22 17:49:06.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42532024-08-22T17:49:08.081Z[ recovery-image] Aug 22 17:49:06.329 INFO O| Aug 22 17:49:06.328 INFO STEP 126 (remove_files) COMPLETE
42542024-08-22T17:49:08.084Z[ recovery-image] Aug 22 17:49:06.329 INFO O| Aug 22 17:49:06.329 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-22T17:49:08.092Z[ recovery-image] Aug 22 17:49:06.339 INFO O| Aug 22 17:49:06.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42562024-08-22T17:49:08.094Z[ recovery-image] Aug 22 17:49:06.339 INFO O| Aug 22 17:49:06.339 INFO STEP 127 (remove_files) COMPLETE
42572024-08-22T17:49:08.094Z[ recovery-image] Aug 22 17:49:06.339 INFO O| Aug 22 17:49:06.339 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-22T17:49:08.102Z[ recovery-image] Aug 22 17:49:06.349 INFO O| Aug 22 17:49:06.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42592024-08-22T17:49:08.102Z[ recovery-image] Aug 22 17:49:06.349 INFO O| Aug 22 17:49:06.349 INFO STEP 128 (remove_files) COMPLETE
42602024-08-22T17:49:08.104Z[ recovery-image] Aug 22 17:49:06.349 INFO O| Aug 22 17:49:06.349 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-22T17:49:08.112Z[ recovery-image] Aug 22 17:49:06.359 INFO O| Aug 22 17:49:06.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42622024-08-22T17:49:08.112Z[ recovery-image] Aug 22 17:49:06.359 INFO O| Aug 22 17:49:06.359 INFO STEP 129 (remove_files) COMPLETE
42632024-08-22T17:49:08.114Z[ recovery-image] Aug 22 17:49:06.359 INFO O| Aug 22 17:49:06.359 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-22T17:49:08.122Z[ recovery-image] Aug 22 17:49:06.369 INFO O| Aug 22 17:49:06.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42652024-08-22T17:49:08.122Z[ recovery-image] Aug 22 17:49:06.369 INFO O| Aug 22 17:49:06.369 INFO STEP 130 (remove_files) COMPLETE
42662024-08-22T17:49:08.124Z[ recovery-image] Aug 22 17:49:06.369 INFO O| Aug 22 17:49:06.369 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-22T17:49:08.132Z[ recovery-image] Aug 22 17:49:06.379 INFO O| Aug 22 17:49:06.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42682024-08-22T17:49:08.132Z[ recovery-image] Aug 22 17:49:06.379 INFO O| Aug 22 17:49:06.379 INFO STEP 131 (remove_files) COMPLETE
42692024-08-22T17:49:08.134Z[ recovery-image] Aug 22 17:49:06.379 INFO O| Aug 22 17:49:06.379 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-22T17:49:08.143Z[ recovery-image] Aug 22 17:49:06.389 INFO O| Aug 22 17:49:06.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42712024-08-22T17:49:08.143Z[ recovery-image] Aug 22 17:49:06.389 INFO O| Aug 22 17:49:06.389 INFO STEP 132 (remove_files) COMPLETE
42722024-08-22T17:49:08.143Z[ recovery-image] Aug 22 17:49:06.389 INFO O| Aug 22 17:49:06.389 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-22T17:49:08.152Z[ recovery-image] Aug 22 17:49:06.399 INFO O| Aug 22 17:49:06.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42742024-08-22T17:49:08.152Z[ recovery-image] Aug 22 17:49:06.399 INFO O| Aug 22 17:49:06.399 INFO STEP 133 (remove_files) COMPLETE
42752024-08-22T17:49:08.155Z[ recovery-image] Aug 22 17:49:06.399 INFO O| Aug 22 17:49:06.399 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-22T17:49:08.163Z[ recovery-image] Aug 22 17:49:06.410 INFO O| Aug 22 17:49:06.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42772024-08-22T17:49:08.163Z[ recovery-image] Aug 22 17:49:06.410 INFO O| Aug 22 17:49:06.410 INFO STEP 134 (remove_files) COMPLETE
42782024-08-22T17:49:08.163Z[ recovery-image] Aug 22 17:49:06.410 INFO O| Aug 22 17:49:06.410 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-22T17:49:08.175Z[ recovery-image] Aug 22 17:49:06.421 INFO O| Aug 22 17:49:06.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42802024-08-22T17:49:08.175Z[ recovery-image] Aug 22 17:49:06.422 INFO O| Aug 22 17:49:06.421 INFO STEP 135 (remove_files) COMPLETE
42812024-08-22T17:49:08.177Z[ recovery-image] Aug 22 17:49:06.422 INFO O| Aug 22 17:49:06.422 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-22T17:49:08.186Z[ recovery-image] Aug 22 17:49:06.433 INFO O| Aug 22 17:49:06.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42832024-08-22T17:49:08.186Z[ recovery-image] Aug 22 17:49:06.433 INFO O| Aug 22 17:49:06.433 INFO STEP 136 (remove_files) COMPLETE
42842024-08-22T17:49:08.189Z[ recovery-image] Aug 22 17:49:06.433 INFO O| Aug 22 17:49:06.433 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-22T17:49:08.198Z[ recovery-image] Aug 22 17:49:06.445 INFO O| Aug 22 17:49:06.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42862024-08-22T17:49:08.198Z[ recovery-image] Aug 22 17:49:06.445 INFO O| Aug 22 17:49:06.445 INFO STEP 137 (remove_files) COMPLETE
42872024-08-22T17:49:08.200Z[ recovery-image] Aug 22 17:49:06.445 INFO O| Aug 22 17:49:06.445 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-22T17:49:08.209Z[ recovery-image] Aug 22 17:49:06.456 INFO O| Aug 22 17:49:06.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42892024-08-22T17:49:08.209Z[ recovery-image] Aug 22 17:49:06.456 INFO O| Aug 22 17:49:06.456 INFO STEP 138 (remove_files) COMPLETE
42902024-08-22T17:49:08.211Z[ recovery-image] Aug 22 17:49:06.456 INFO O| Aug 22 17:49:06.456 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-22T17:49:08.220Z[ recovery-image] Aug 22 17:49:06.467 INFO O| Aug 22 17:49:06.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42922024-08-22T17:49:08.220Z[ recovery-image] Aug 22 17:49:06.467 INFO O| Aug 22 17:49:06.467 INFO STEP 139 (remove_files) COMPLETE
42932024-08-22T17:49:08.220Z[ recovery-image] Aug 22 17:49:06.467 INFO O| Aug 22 17:49:06.467 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-22T17:49:08.231Z[ recovery-image] Aug 22 17:49:06.477 INFO O| Aug 22 17:49:06.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42952024-08-22T17:49:08.231Z[ recovery-image] Aug 22 17:49:06.478 INFO O| Aug 22 17:49:06.477 INFO STEP 140 (remove_files) COMPLETE
42962024-08-22T17:49:08.233Z[ recovery-image] Aug 22 17:49:06.478 INFO O| Aug 22 17:49:06.478 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-22T17:49:08.242Z[ recovery-image] Aug 22 17:49:06.488 INFO O| Aug 22 17:49:06.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42982024-08-22T17:49:08.244Z[ recovery-image] Aug 22 17:49:06.489 INFO O| Aug 22 17:49:06.489 INFO STEP 141 (remove_files) COMPLETE
42992024-08-22T17:49:08.244Z[ recovery-image] Aug 22 17:49:06.489 INFO O| Aug 22 17:49:06.489 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-22T17:49:08.253Z[ recovery-image] Aug 22 17:49:06.500 INFO O| Aug 22 17:49:06.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43012024-08-22T17:49:08.253Z[ recovery-image] Aug 22 17:49:06.500 INFO O| Aug 22 17:49:06.500 INFO STEP 142 (remove_files) COMPLETE
43022024-08-22T17:49:08.255Z[ recovery-image] Aug 22 17:49:06.500 INFO O| Aug 22 17:49:06.500 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-22T17:49:08.264Z[ recovery-image] Aug 22 17:49:06.511 INFO O| Aug 22 17:49:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43042024-08-22T17:49:08.264Z[ recovery-image] Aug 22 17:49:06.511 INFO O| Aug 22 17:49:06.511 INFO STEP 143 (remove_files) COMPLETE
43052024-08-22T17:49:08.267Z[ recovery-image] Aug 22 17:49:06.511 INFO O| Aug 22 17:49:06.511 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-22T17:49:08.275Z[ recovery-image] Aug 22 17:49:06.522 INFO O| Aug 22 17:49:06.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43072024-08-22T17:49:08.275Z[ recovery-image] Aug 22 17:49:06.522 INFO O| Aug 22 17:49:06.522 INFO STEP 144 (remove_files) COMPLETE
43082024-08-22T17:49:08.278Z[ recovery-image] Aug 22 17:49:06.522 INFO O| Aug 22 17:49:06.522 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-22T17:49:08.286Z[ recovery-image] Aug 22 17:49:06.533 INFO O| Aug 22 17:49:06.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43102024-08-22T17:49:08.286Z[ recovery-image] Aug 22 17:49:06.533 INFO O| Aug 22 17:49:06.533 INFO STEP 145 (remove_files) COMPLETE
43112024-08-22T17:49:08.289Z[ recovery-image] Aug 22 17:49:06.533 INFO O| Aug 22 17:49:06.533 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-22T17:49:08.299Z[ recovery-image] Aug 22 17:49:06.546 INFO O| Aug 22 17:49:06.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43132024-08-22T17:49:08.299Z[ recovery-image] Aug 22 17:49:06.546 INFO O| Aug 22 17:49:06.546 INFO STEP 146 (remove_files) COMPLETE
43142024-08-22T17:49:08.301Z[ recovery-image] Aug 22 17:49:06.546 INFO O| Aug 22 17:49:06.546 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-22T17:49:08.313Z[ recovery-image] Aug 22 17:49:06.559 INFO O| Aug 22 17:49:06.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43162024-08-22T17:49:08.315Z[ recovery-image] Aug 22 17:49:06.559 INFO O| Aug 22 17:49:06.559 INFO STEP 147 (remove_files) COMPLETE
43172024-08-22T17:49:08.316Z[ recovery-image] Aug 22 17:49:06.559 INFO O| Aug 22 17:49:06.559 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-22T17:49:08.326Z[ recovery-image] Aug 22 17:49:06.572 INFO O| Aug 22 17:49:06.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43192024-08-22T17:49:08.326Z[ recovery-image] Aug 22 17:49:06.572 INFO O| Aug 22 17:49:06.572 INFO STEP 148 (remove_files) COMPLETE
43202024-08-22T17:49:08.329Z[ recovery-image] Aug 22 17:49:06.572 INFO O| Aug 22 17:49:06.572 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-22T17:49:08.338Z[ recovery-image] Aug 22 17:49:06.584 INFO O| Aug 22 17:49:06.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43222024-08-22T17:49:08.338Z[ recovery-image] Aug 22 17:49:06.584 INFO O| Aug 22 17:49:06.584 INFO STEP 149 (remove_files) COMPLETE
43232024-08-22T17:49:08.338Z[ recovery-image] Aug 22 17:49:06.584 INFO O| Aug 22 17:49:06.584 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-22T17:49:08.349Z[ recovery-image] Aug 22 17:49:06.596 INFO O| Aug 22 17:49:06.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43252024-08-22T17:49:08.351Z[ recovery-image] Aug 22 17:49:06.596 INFO O| Aug 22 17:49:06.596 INFO STEP 150 (remove_files) COMPLETE
43262024-08-22T17:49:08.351Z[ recovery-image] Aug 22 17:49:06.597 INFO O| Aug 22 17:49:06.596 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-22T17:49:08.361Z[ recovery-image] Aug 22 17:49:06.608 INFO O| Aug 22 17:49:06.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43282024-08-22T17:49:08.364Z[ recovery-image] Aug 22 17:49:06.608 INFO O| Aug 22 17:49:06.608 INFO STEP 151 (remove_files) COMPLETE
43292024-08-22T17:49:08.364Z[ recovery-image] Aug 22 17:49:06.608 INFO O| Aug 22 17:49:06.608 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-22T17:49:08.372Z[ recovery-image] Aug 22 17:49:06.619 INFO O| Aug 22 17:49:06.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43312024-08-22T17:49:08.372Z[ recovery-image] Aug 22 17:49:06.619 INFO O| Aug 22 17:49:06.619 INFO STEP 152 (remove_files) COMPLETE
43322024-08-22T17:49:08.373Z[ recovery-image] Aug 22 17:49:06.619 INFO O| Aug 22 17:49:06.619 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-22T17:49:08.383Z[ recovery-image] Aug 22 17:49:06.630 INFO O| Aug 22 17:49:06.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43342024-08-22T17:49:08.386Z[ recovery-image] Aug 22 17:49:06.630 INFO O| Aug 22 17:49:06.630 INFO STEP 153 (remove_files) COMPLETE
43352024-08-22T17:49:08.386Z[ recovery-image] Aug 22 17:49:06.630 INFO O| Aug 22 17:49:06.630 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-22T17:49:08.394Z[ recovery-image] Aug 22 17:49:06.641 INFO O| Aug 22 17:49:06.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43372024-08-22T17:49:08.394Z[ recovery-image] Aug 22 17:49:06.641 INFO O| Aug 22 17:49:06.641 INFO STEP 154 (remove_files) COMPLETE
43382024-08-22T17:49:08.394Z[ recovery-image] Aug 22 17:49:06.641 INFO O| Aug 22 17:49:06.641 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-22T17:49:08.405Z[ recovery-image] Aug 22 17:49:06.652 INFO O| Aug 22 17:49:06.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43402024-08-22T17:49:08.405Z[ recovery-image] Aug 22 17:49:06.652 INFO O| Aug 22 17:49:06.652 INFO STEP 155 (remove_files) COMPLETE
43412024-08-22T17:49:08.408Z[ recovery-image] Aug 22 17:49:06.652 INFO O| Aug 22 17:49:06.652 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-22T17:49:08.416Z[ recovery-image] Aug 22 17:49:06.663 INFO O| Aug 22 17:49:06.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43432024-08-22T17:49:08.416Z[ recovery-image] Aug 22 17:49:06.663 INFO O| Aug 22 17:49:06.663 INFO STEP 156 (remove_files) COMPLETE
43442024-08-22T17:49:08.419Z[ recovery-image] Aug 22 17:49:06.663 INFO O| Aug 22 17:49:06.663 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-22T17:49:08.427Z[ recovery-image] Aug 22 17:49:06.674 INFO O| Aug 22 17:49:06.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43462024-08-22T17:49:08.427Z[ recovery-image] Aug 22 17:49:06.674 INFO O| Aug 22 17:49:06.674 INFO STEP 157 (remove_files) COMPLETE
43472024-08-22T17:49:08.427Z[ recovery-image] Aug 22 17:49:06.674 INFO O| Aug 22 17:49:06.674 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-22T17:49:08.437Z[ recovery-image] Aug 22 17:49:06.684 INFO O| Aug 22 17:49:06.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43492024-08-22T17:49:08.440Z[ recovery-image] Aug 22 17:49:06.685 INFO O| Aug 22 17:49:06.684 INFO STEP 158 (remove_files) COMPLETE
43502024-08-22T17:49:08.440Z[ recovery-image] Aug 22 17:49:06.685 INFO O| Aug 22 17:49:06.685 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-22T17:49:08.448Z[ recovery-image] Aug 22 17:49:06.695 INFO O| Aug 22 17:49:06.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43522024-08-22T17:49:08.448Z[ recovery-image] Aug 22 17:49:06.695 INFO O| Aug 22 17:49:06.695 INFO STEP 159 (remove_files) COMPLETE
43532024-08-22T17:49:08.450Z[ recovery-image] Aug 22 17:49:06.695 INFO O| Aug 22 17:49:06.695 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-22T17:49:08.458Z[ recovery-image] Aug 22 17:49:06.705 INFO O| Aug 22 17:49:06.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43552024-08-22T17:49:08.458Z[ recovery-image] Aug 22 17:49:06.705 INFO O| Aug 22 17:49:06.705 INFO STEP 160 (remove_files) COMPLETE
43562024-08-22T17:49:08.458Z[ recovery-image] Aug 22 17:49:06.705 INFO O| Aug 22 17:49:06.705 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-22T17:49:08.468Z[ recovery-image] Aug 22 17:49:06.715 INFO O| Aug 22 17:49:06.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43582024-08-22T17:49:08.468Z[ recovery-image] Aug 22 17:49:06.715 INFO O| Aug 22 17:49:06.715 INFO STEP 161 (remove_files) COMPLETE
43592024-08-22T17:49:08.471Z[ recovery-image] Aug 22 17:49:06.715 INFO O| Aug 22 17:49:06.715 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-22T17:49:08.478Z[ recovery-image] Aug 22 17:49:06.725 INFO O| Aug 22 17:49:06.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43612024-08-22T17:49:08.478Z[ recovery-image] Aug 22 17:49:06.725 INFO O| Aug 22 17:49:06.725 INFO STEP 162 (remove_files) COMPLETE
43622024-08-22T17:49:08.478Z[ recovery-image] Aug 22 17:49:06.725 INFO O| Aug 22 17:49:06.725 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-22T17:49:08.489Z[ recovery-image] Aug 22 17:49:06.736 INFO O| Aug 22 17:49:06.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43642024-08-22T17:49:08.489Z[ recovery-image] Aug 22 17:49:06.736 INFO O| Aug 22 17:49:06.736 INFO STEP 163 (remove_files) COMPLETE
43652024-08-22T17:49:08.491Z[ recovery-image] Aug 22 17:49:06.736 INFO O| Aug 22 17:49:06.736 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-22T17:49:08.499Z[ recovery-image] Aug 22 17:49:06.746 INFO O| Aug 22 17:49:06.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43672024-08-22T17:49:08.499Z[ recovery-image] Aug 22 17:49:06.746 INFO O| Aug 22 17:49:06.746 INFO STEP 164 (remove_files) COMPLETE
43682024-08-22T17:49:08.502Z[ recovery-image] Aug 22 17:49:06.746 INFO O| Aug 22 17:49:06.746 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-22T17:49:08.511Z[ recovery-image] Aug 22 17:49:06.757 INFO O| Aug 22 17:49:06.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43702024-08-22T17:49:08.511Z[ recovery-image] Aug 22 17:49:06.757 INFO O| Aug 22 17:49:06.757 INFO STEP 165 (remove_files) COMPLETE
43712024-08-22T17:49:08.511Z[ recovery-image] Aug 22 17:49:06.758 INFO O| Aug 22 17:49:06.757 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-22T17:49:08.522Z[ recovery-image] Aug 22 17:49:06.769 INFO O| Aug 22 17:49:06.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43732024-08-22T17:49:08.522Z[ recovery-image] Aug 22 17:49:06.769 INFO O| Aug 22 17:49:06.769 INFO STEP 166 (remove_files) COMPLETE
43742024-08-22T17:49:08.525Z[ recovery-image] Aug 22 17:49:06.769 INFO O| Aug 22 17:49:06.769 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-22T17:49:08.533Z[ recovery-image] Aug 22 17:49:06.780 INFO O| Aug 22 17:49:06.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43762024-08-22T17:49:08.533Z[ recovery-image] Aug 22 17:49:06.780 INFO O| Aug 22 17:49:06.780 INFO STEP 167 (remove_files) COMPLETE
43772024-08-22T17:49:08.533Z[ recovery-image] Aug 22 17:49:06.780 INFO O| Aug 22 17:49:06.780 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-22T17:49:08.547Z[ recovery-image] Aug 22 17:49:06.793 INFO O| Aug 22 17:49:06.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43792024-08-22T17:49:08.547Z[ recovery-image] Aug 22 17:49:06.793 INFO O| Aug 22 17:49:06.793 INFO STEP 168 (remove_files) COMPLETE
43802024-08-22T17:49:08.549Z[ recovery-image] Aug 22 17:49:06.793 INFO O| Aug 22 17:49:06.793 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-22T17:49:08.568Z[ recovery-image] Aug 22 17:49:06.815 INFO O| Aug 22 17:49:06.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43822024-08-22T17:49:08.571Z[ recovery-image] Aug 22 17:49:06.816 INFO O| Aug 22 17:49:06.816 INFO STEP 169 (remove_files) COMPLETE
43832024-08-22T17:49:08.571Z[ recovery-image] Aug 22 17:49:06.816 INFO O| Aug 22 17:49:06.816 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-22T17:49:08.591Z[ recovery-image] Aug 22 17:49:06.837 INFO O| Aug 22 17:49:06.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43852024-08-22T17:49:08.591Z[ recovery-image] Aug 22 17:49:06.837 INFO O| Aug 22 17:49:06.837 INFO STEP 170 (remove_files) COMPLETE
43862024-08-22T17:49:08.591Z[ recovery-image] Aug 22 17:49:06.837 INFO O| Aug 22 17:49:06.837 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-22T17:49:08.604Z[ recovery-image] Aug 22 17:49:06.851 INFO O| Aug 22 17:49:06.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43882024-08-22T17:49:08.607Z[ recovery-image] Aug 22 17:49:06.851 INFO O| Aug 22 17:49:06.851 INFO STEP 171 (remove_files) COMPLETE
43892024-08-22T17:49:08.607Z[ recovery-image] Aug 22 17:49:06.851 INFO O| Aug 22 17:49:06.851 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-22T17:49:08.616Z[ recovery-image] Aug 22 17:49:06.863 INFO O| Aug 22 17:49:06.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43912024-08-22T17:49:08.616Z[ recovery-image] Aug 22 17:49:06.863 INFO O| Aug 22 17:49:06.863 INFO STEP 172 (remove_files) COMPLETE
43922024-08-22T17:49:08.619Z[ recovery-image] Aug 22 17:49:06.863 INFO O| Aug 22 17:49:06.863 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-22T17:49:08.630Z[ recovery-image] Aug 22 17:49:06.877 INFO O| Aug 22 17:49:06.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43942024-08-22T17:49:08.630Z[ recovery-image] Aug 22 17:49:06.877 INFO O| Aug 22 17:49:06.877 INFO STEP 173 (remove_files) COMPLETE
43952024-08-22T17:49:08.633Z[ recovery-image] Aug 22 17:49:06.877 INFO O| Aug 22 17:49:06.877 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-22T17:49:08.643Z[ recovery-image] Aug 22 17:49:06.890 INFO O| Aug 22 17:49:06.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43972024-08-22T17:49:08.643Z[ recovery-image] Aug 22 17:49:06.890 INFO O| Aug 22 17:49:06.890 INFO STEP 174 (remove_files) COMPLETE
43982024-08-22T17:49:08.643Z[ recovery-image] Aug 22 17:49:06.890 INFO O| Aug 22 17:49:06.890 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-22T17:49:08.654Z[ recovery-image] Aug 22 17:49:06.901 INFO O| Aug 22 17:49:06.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44002024-08-22T17:49:08.654Z[ recovery-image] Aug 22 17:49:06.901 INFO O| Aug 22 17:49:06.901 INFO STEP 175 (remove_files) COMPLETE
44012024-08-22T17:49:08.656Z[ recovery-image] Aug 22 17:49:06.901 INFO O| Aug 22 17:49:06.901 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-22T17:49:08.665Z[ recovery-image] Aug 22 17:49:06.912 INFO O| Aug 22 17:49:06.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44032024-08-22T17:49:08.665Z[ recovery-image] Aug 22 17:49:06.912 INFO O| Aug 22 17:49:06.912 INFO STEP 176 (remove_files) COMPLETE
44042024-08-22T17:49:08.665Z[ recovery-image] Aug 22 17:49:06.912 INFO O| Aug 22 17:49:06.912 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-22T17:49:08.675Z[ recovery-image] Aug 22 17:49:06.922 INFO O| Aug 22 17:49:06.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44062024-08-22T17:49:08.677Z[ recovery-image] Aug 22 17:49:06.923 INFO O| Aug 22 17:49:06.923 INFO STEP 177 (remove_files) COMPLETE
44072024-08-22T17:49:08.678Z[ recovery-image] Aug 22 17:49:06.923 INFO O| Aug 22 17:49:06.923 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-22T17:49:08.686Z[ recovery-image] Aug 22 17:49:06.933 INFO O| Aug 22 17:49:06.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44092024-08-22T17:49:08.686Z[ recovery-image] Aug 22 17:49:06.933 INFO O| Aug 22 17:49:06.933 INFO STEP 178 (remove_files) COMPLETE
44102024-08-22T17:49:08.688Z[ recovery-image] Aug 22 17:49:06.933 INFO O| Aug 22 17:49:06.933 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-22T17:49:08.696Z[ recovery-image] Aug 22 17:49:06.943 INFO O| Aug 22 17:49:06.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44122024-08-22T17:49:08.696Z[ recovery-image] Aug 22 17:49:06.943 INFO O| Aug 22 17:49:06.943 INFO STEP 179 (remove_files) COMPLETE
44132024-08-22T17:49:08.698Z[ recovery-image] Aug 22 17:49:06.943 INFO O| Aug 22 17:49:06.943 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-22T17:49:08.706Z[ recovery-image] Aug 22 17:49:06.953 INFO O| Aug 22 17:49:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44152024-08-22T17:49:08.706Z[ recovery-image] Aug 22 17:49:06.953 INFO O| Aug 22 17:49:06.953 INFO STEP 180 (remove_files) COMPLETE
44162024-08-22T17:49:08.706Z[ recovery-image] Aug 22 17:49:06.953 INFO O| Aug 22 17:49:06.953 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-22T17:49:08.717Z[ recovery-image] Aug 22 17:49:06.964 INFO O| Aug 22 17:49:06.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44182024-08-22T17:49:08.720Z[ recovery-image] Aug 22 17:49:06.964 INFO O| Aug 22 17:49:06.964 INFO STEP 181 (remove_files) COMPLETE
44192024-08-22T17:49:08.720Z[ recovery-image] Aug 22 17:49:06.964 INFO O| Aug 22 17:49:06.964 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-22T17:49:08.728Z[ recovery-image] Aug 22 17:49:06.975 INFO O| Aug 22 17:49:06.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44212024-08-22T17:49:08.729Z[ recovery-image] Aug 22 17:49:06.975 INFO O| Aug 22 17:49:06.975 INFO STEP 182 (remove_files) COMPLETE
44222024-08-22T17:49:08.729Z[ recovery-image] Aug 22 17:49:06.975 INFO O| Aug 22 17:49:06.975 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-22T17:49:08.739Z[ recovery-image] Aug 22 17:49:06.986 INFO O| Aug 22 17:49:06.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44242024-08-22T17:49:08.742Z[ recovery-image] Aug 22 17:49:06.986 INFO O| Aug 22 17:49:06.986 INFO STEP 183 (remove_files) COMPLETE
44252024-08-22T17:49:08.742Z[ recovery-image] Aug 22 17:49:06.986 INFO O| Aug 22 17:49:06.986 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-22T17:49:08.749Z[ recovery-image] Aug 22 17:49:06.996 INFO O| Aug 22 17:49:06.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44272024-08-22T17:49:08.752Z[ recovery-image] Aug 22 17:49:06.996 INFO O| Aug 22 17:49:06.996 INFO STEP 184 (remove_files) COMPLETE
44282024-08-22T17:49:08.752Z[ recovery-image] Aug 22 17:49:06.996 INFO O| Aug 22 17:49:06.996 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-22T17:49:08.760Z[ recovery-image] Aug 22 17:49:07.007 INFO O| Aug 22 17:49:07.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44302024-08-22T17:49:08.760Z[ recovery-image] Aug 22 17:49:07.007 INFO O| Aug 22 17:49:07.007 INFO STEP 185 (remove_files) COMPLETE
44312024-08-22T17:49:08.763Z[ recovery-image] Aug 22 17:49:07.007 INFO O| Aug 22 17:49:07.007 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-22T17:49:08.770Z[ recovery-image] Aug 22 17:49:07.017 INFO O| Aug 22 17:49:07.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44332024-08-22T17:49:08.773Z[ recovery-image] Aug 22 17:49:07.017 INFO O| Aug 22 17:49:07.017 INFO STEP 186 (remove_files) COMPLETE
44342024-08-22T17:49:08.773Z[ recovery-image] Aug 22 17:49:07.018 INFO O| Aug 22 17:49:07.017 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-22T17:49:08.780Z[ recovery-image] Aug 22 17:49:07.027 INFO O| Aug 22 17:49:07.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44362024-08-22T17:49:08.780Z[ recovery-image] Aug 22 17:49:07.027 INFO O| Aug 22 17:49:07.027 INFO STEP 187 (remove_files) COMPLETE
44372024-08-22T17:49:08.783Z[ recovery-image] Aug 22 17:49:07.027 INFO O| Aug 22 17:49:07.027 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-22T17:49:08.790Z[ recovery-image] Aug 22 17:49:07.037 INFO O| Aug 22 17:49:07.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44392024-08-22T17:49:08.790Z[ recovery-image] Aug 22 17:49:07.037 INFO O| Aug 22 17:49:07.037 INFO STEP 188 (remove_files) COMPLETE
44402024-08-22T17:49:08.793Z[ recovery-image] Aug 22 17:49:07.037 INFO O| Aug 22 17:49:07.037 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-22T17:49:08.800Z[ recovery-image] Aug 22 17:49:07.047 INFO O| Aug 22 17:49:07.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44422024-08-22T17:49:08.803Z[ recovery-image] Aug 22 17:49:07.048 INFO O| Aug 22 17:49:07.048 INFO STEP 189 (remove_files) COMPLETE
44432024-08-22T17:49:08.803Z[ recovery-image] Aug 22 17:49:07.048 INFO O| Aug 22 17:49:07.048 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-22T17:49:08.811Z[ recovery-image] Aug 22 17:49:07.058 INFO O| Aug 22 17:49:07.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44452024-08-22T17:49:08.811Z[ recovery-image] Aug 22 17:49:07.058 INFO O| Aug 22 17:49:07.058 INFO STEP 190 (remove_files) COMPLETE
44462024-08-22T17:49:08.811Z[ recovery-image] Aug 22 17:49:07.058 INFO O| Aug 22 17:49:07.058 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-22T17:49:08.823Z[ recovery-image] Aug 22 17:49:07.069 INFO O| Aug 22 17:49:07.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44482024-08-22T17:49:08.823Z[ recovery-image] Aug 22 17:49:07.069 INFO O| Aug 22 17:49:07.069 INFO STEP 191 (remove_files) COMPLETE
44492024-08-22T17:49:08.825Z[ recovery-image] Aug 22 17:49:07.070 INFO O| Aug 22 17:49:07.069 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-22T17:49:08.835Z[ recovery-image] Aug 22 17:49:07.082 INFO O| Aug 22 17:49:07.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44512024-08-22T17:49:08.839Z[ recovery-image] Aug 22 17:49:07.082 INFO O| Aug 22 17:49:07.082 INFO STEP 192 (remove_files) COMPLETE
44522024-08-22T17:49:08.839Z[ recovery-image] Aug 22 17:49:07.082 INFO O| Aug 22 17:49:07.082 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-22T17:49:08.847Z[ recovery-image] Aug 22 17:49:07.094 INFO O| Aug 22 17:49:07.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44542024-08-22T17:49:08.847Z[ recovery-image] Aug 22 17:49:07.094 INFO O| Aug 22 17:49:07.094 INFO STEP 193 (remove_files) COMPLETE
44552024-08-22T17:49:08.847Z[ recovery-image] Aug 22 17:49:07.094 INFO O| Aug 22 17:49:07.094 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-22T17:49:08.857Z[ recovery-image] Aug 22 17:49:07.104 INFO O| Aug 22 17:49:07.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44572024-08-22T17:49:08.857Z[ recovery-image] Aug 22 17:49:07.104 INFO O| Aug 22 17:49:07.104 INFO STEP 194 (remove_files) COMPLETE
44582024-08-22T17:49:08.857Z[ recovery-image] Aug 22 17:49:07.104 INFO O| Aug 22 17:49:07.104 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-22T17:49:08.868Z[ recovery-image] Aug 22 17:49:07.115 INFO O| Aug 22 17:49:07.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44602024-08-22T17:49:08.868Z[ recovery-image] Aug 22 17:49:07.115 INFO O| Aug 22 17:49:07.115 INFO STEP 195 (remove_files) COMPLETE
44612024-08-22T17:49:08.870Z[ recovery-image] Aug 22 17:49:07.115 INFO O| Aug 22 17:49:07.115 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-08-22T17:49:08.878Z[ recovery-image] Aug 22 17:49:07.125 INFO O| Aug 22 17:49:07.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44632024-08-22T17:49:08.878Z[ recovery-image] Aug 22 17:49:07.125 INFO O| Aug 22 17:49:07.125 INFO STEP 196 (remove_files) COMPLETE
44642024-08-22T17:49:08.880Z[ recovery-image] Aug 22 17:49:07.125 INFO O| Aug 22 17:49:07.125 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-08-22T17:49:08.890Z[ recovery-image] Aug 22 17:49:07.136 INFO O| Aug 22 17:49:07.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44662024-08-22T17:49:08.890Z[ recovery-image] Aug 22 17:49:07.137 INFO O| Aug 22 17:49:07.136 INFO STEP 197 (remove_files) COMPLETE
44672024-08-22T17:49:08.892Z[ recovery-image] Aug 22 17:49:07.137 INFO O| Aug 22 17:49:07.137 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-08-22T17:49:08.902Z[ recovery-image] Aug 22 17:49:07.149 INFO O| Aug 22 17:49:07.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44692024-08-22T17:49:08.902Z[ recovery-image] Aug 22 17:49:07.149 INFO O| Aug 22 17:49:07.149 INFO STEP 198 (remove_files) COMPLETE
44702024-08-22T17:49:08.905Z[ recovery-image] Aug 22 17:49:07.149 INFO O| Aug 22 17:49:07.149 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-08-22T17:49:08.913Z[ recovery-image] Aug 22 17:49:07.160 INFO O| Aug 22 17:49:07.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44722024-08-22T17:49:08.914Z[ recovery-image] Aug 22 17:49:07.161 INFO O| Aug 22 17:49:07.160 INFO STEP 199 (remove_files) COMPLETE
44732024-08-22T17:49:08.916Z[ recovery-image] Aug 22 17:49:07.161 INFO O| Aug 22 17:49:07.161 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-22T17:49:08.925Z[ recovery-image] Aug 22 17:49:07.172 INFO O| Aug 22 17:49:07.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44752024-08-22T17:49:08.925Z[ recovery-image] Aug 22 17:49:07.172 INFO O| Aug 22 17:49:07.172 INFO STEP 200 (remove_files) COMPLETE
44762024-08-22T17:49:08.925Z[ recovery-image] Aug 22 17:49:07.172 INFO O| Aug 22 17:49:07.172 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-22T17:49:08.936Z[ recovery-image] Aug 22 17:49:07.183 INFO O| Aug 22 17:49:07.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44782024-08-22T17:49:08.936Z[ recovery-image] Aug 22 17:49:07.183 INFO O| Aug 22 17:49:07.183 INFO STEP 201 (remove_files) COMPLETE
44792024-08-22T17:49:08.936Z[ recovery-image] Aug 22 17:49:07.183 INFO O| Aug 22 17:49:07.183 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-22T17:49:08.947Z[ recovery-image] Aug 22 17:49:07.193 INFO O| Aug 22 17:49:07.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44812024-08-22T17:49:08.947Z[ recovery-image] Aug 22 17:49:07.194 INFO O| Aug 22 17:49:07.194 INFO STEP 202 (remove_files) COMPLETE
44822024-08-22T17:49:08.947Z[ recovery-image] Aug 22 17:49:07.194 INFO O| Aug 22 17:49:07.194 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-22T17:49:08.957Z[ recovery-image] Aug 22 17:49:07.204 INFO O| Aug 22 17:49:07.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44842024-08-22T17:49:08.957Z[ recovery-image] Aug 22 17:49:07.204 INFO O| Aug 22 17:49:07.204 INFO STEP 203 (remove_files) COMPLETE
44852024-08-22T17:49:08.957Z[ recovery-image] Aug 22 17:49:07.204 INFO O| Aug 22 17:49:07.204 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-22T17:49:08.968Z[ recovery-image] Aug 22 17:49:07.215 INFO O| Aug 22 17:49:07.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44872024-08-22T17:49:08.968Z[ recovery-image] Aug 22 17:49:07.215 INFO O| Aug 22 17:49:07.215 INFO STEP 204 (remove_files) COMPLETE
44882024-08-22T17:49:08.968Z[ recovery-image] Aug 22 17:49:07.215 INFO O| Aug 22 17:49:07.215 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-22T17:49:08.978Z[ recovery-image] Aug 22 17:49:07.225 INFO O| Aug 22 17:49:07.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44902024-08-22T17:49:08.978Z[ recovery-image] Aug 22 17:49:07.225 INFO O| Aug 22 17:49:07.225 INFO STEP 205 (remove_files) COMPLETE
44912024-08-22T17:49:08.981Z[ recovery-image] Aug 22 17:49:07.225 INFO O| Aug 22 17:49:07.225 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-22T17:49:08.990Z[ recovery-image] Aug 22 17:49:07.235 INFO O| Aug 22 17:49:07.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44932024-08-22T17:49:08.993Z[ recovery-image] Aug 22 17:49:07.236 INFO O| Aug 22 17:49:07.236 INFO STEP 206 (remove_files) COMPLETE
44942024-08-22T17:49:08.993Z[ recovery-image] Aug 22 17:49:07.236 INFO O| Aug 22 17:49:07.236 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-22T17:49:09.001Z[ recovery-image] Aug 22 17:49:07.248 INFO O| Aug 22 17:49:07.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44962024-08-22T17:49:09.001Z[ recovery-image] Aug 22 17:49:07.248 INFO O| Aug 22 17:49:07.248 INFO STEP 207 (remove_files) COMPLETE
44972024-08-22T17:49:09.001Z[ recovery-image] Aug 22 17:49:07.248 INFO O| Aug 22 17:49:07.248 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-22T17:49:09.012Z[ recovery-image] Aug 22 17:49:07.258 INFO O| Aug 22 17:49:07.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44992024-08-22T17:49:09.012Z[ recovery-image] Aug 22 17:49:07.258 INFO O| Aug 22 17:49:07.258 INFO STEP 208 (remove_files) COMPLETE
45002024-08-22T17:49:09.012Z[ recovery-image] Aug 22 17:49:07.258 INFO O| Aug 22 17:49:07.258 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-22T17:49:09.021Z[ recovery-image] Aug 22 17:49:07.268 INFO O| Aug 22 17:49:07.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45022024-08-22T17:49:09.021Z[ recovery-image] Aug 22 17:49:07.268 INFO O| Aug 22 17:49:07.268 INFO STEP 209 (remove_files) COMPLETE
45032024-08-22T17:49:09.024Z[ recovery-image] Aug 22 17:49:07.268 INFO O| Aug 22 17:49:07.268 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-22T17:49:09.032Z[ recovery-image] Aug 22 17:49:07.279 INFO O| Aug 22 17:49:07.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45052024-08-22T17:49:09.032Z[ recovery-image] Aug 22 17:49:07.279 INFO O| Aug 22 17:49:07.279 INFO STEP 210 (remove_files) COMPLETE
45062024-08-22T17:49:09.034Z[ recovery-image] Aug 22 17:49:07.279 INFO O| Aug 22 17:49:07.279 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-22T17:49:09.042Z[ recovery-image] Aug 22 17:49:07.289 INFO O| Aug 22 17:49:07.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45082024-08-22T17:49:09.042Z[ recovery-image] Aug 22 17:49:07.289 INFO O| Aug 22 17:49:07.289 INFO STEP 211 (remove_files) COMPLETE
45092024-08-22T17:49:09.042Z[ recovery-image] Aug 22 17:49:07.289 INFO O| Aug 22 17:49:07.289 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-22T17:49:09.052Z[ recovery-image] Aug 22 17:49:07.299 INFO O| Aug 22 17:49:07.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45112024-08-22T17:49:09.052Z[ recovery-image] Aug 22 17:49:07.299 INFO O| Aug 22 17:49:07.299 INFO STEP 212 (remove_files) COMPLETE
45122024-08-22T17:49:09.052Z[ recovery-image] Aug 22 17:49:07.299 INFO O| Aug 22 17:49:07.299 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-22T17:49:09.063Z[ recovery-image] Aug 22 17:49:07.309 INFO O| Aug 22 17:49:07.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45142024-08-22T17:49:09.063Z[ recovery-image] Aug 22 17:49:07.310 INFO O| Aug 22 17:49:07.310 INFO STEP 213 (remove_files) COMPLETE
45152024-08-22T17:49:09.063Z[ recovery-image] Aug 22 17:49:07.310 INFO O| Aug 22 17:49:07.310 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-22T17:49:09.074Z[ recovery-image] Aug 22 17:49:07.320 INFO O| Aug 22 17:49:07.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45172024-08-22T17:49:09.076Z[ recovery-image] Aug 22 17:49:07.321 INFO O| Aug 22 17:49:07.321 INFO STEP 214 (remove_files) COMPLETE
45182024-08-22T17:49:09.076Z[ recovery-image] Aug 22 17:49:07.321 INFO O| Aug 22 17:49:07.321 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-22T17:49:09.087Z[ recovery-image] Aug 22 17:49:07.334 INFO O| Aug 22 17:49:07.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45202024-08-22T17:49:09.087Z[ recovery-image] Aug 22 17:49:07.334 INFO O| Aug 22 17:49:07.334 INFO STEP 215 (remove_files) COMPLETE
45212024-08-22T17:49:09.087Z[ recovery-image] Aug 22 17:49:07.334 INFO O| Aug 22 17:49:07.334 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-22T17:49:09.099Z[ recovery-image] Aug 22 17:49:07.346 INFO O| Aug 22 17:49:07.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45232024-08-22T17:49:09.100Z[ recovery-image] Aug 22 17:49:07.346 INFO O| Aug 22 17:49:07.346 INFO STEP 216 (remove_files) COMPLETE
45242024-08-22T17:49:09.102Z[ recovery-image] Aug 22 17:49:07.346 INFO O| Aug 22 17:49:07.346 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-22T17:49:09.110Z[ recovery-image] Aug 22 17:49:07.357 INFO O| Aug 22 17:49:07.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45262024-08-22T17:49:09.110Z[ recovery-image] Aug 22 17:49:07.357 INFO O| Aug 22 17:49:07.357 INFO STEP 217 (remove_files) COMPLETE
45272024-08-22T17:49:09.113Z[ recovery-image] Aug 22 17:49:07.357 INFO O| Aug 22 17:49:07.357 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-22T17:49:09.120Z[ recovery-image] Aug 22 17:49:07.367 INFO O| Aug 22 17:49:07.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45292024-08-22T17:49:09.120Z[ recovery-image] Aug 22 17:49:07.367 INFO O| Aug 22 17:49:07.367 INFO STEP 218 (remove_files) COMPLETE
45302024-08-22T17:49:09.123Z[ recovery-image] Aug 22 17:49:07.367 INFO O| Aug 22 17:49:07.367 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-22T17:49:09.131Z[ recovery-image] Aug 22 17:49:07.378 INFO O| Aug 22 17:49:07.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45322024-08-22T17:49:09.131Z[ recovery-image] Aug 22 17:49:07.378 INFO O| Aug 22 17:49:07.378 INFO STEP 219 (remove_files) COMPLETE
45332024-08-22T17:49:09.133Z[ recovery-image] Aug 22 17:49:07.378 INFO O| Aug 22 17:49:07.378 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-22T17:49:09.141Z[ recovery-image] Aug 22 17:49:07.388 INFO O| Aug 22 17:49:07.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45352024-08-22T17:49:09.141Z[ recovery-image] Aug 22 17:49:07.388 INFO O| Aug 22 17:49:07.388 INFO STEP 220 (remove_files) COMPLETE
45362024-08-22T17:49:09.141Z[ recovery-image] Aug 22 17:49:07.388 INFO O| Aug 22 17:49:07.388 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-22T17:49:09.153Z[ recovery-image] Aug 22 17:49:07.399 INFO O| Aug 22 17:49:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45382024-08-22T17:49:09.156Z[ recovery-image] Aug 22 17:49:07.399 INFO O| Aug 22 17:49:07.399 INFO STEP 221 (remove_files) COMPLETE
45392024-08-22T17:49:09.156Z[ recovery-image] Aug 22 17:49:07.399 INFO O| Aug 22 17:49:07.399 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-22T17:49:09.162Z[ recovery-image] Aug 22 17:49:07.409 INFO O| Aug 22 17:49:07.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45412024-08-22T17:49:09.162Z[ recovery-image] Aug 22 17:49:07.409 INFO O| Aug 22 17:49:07.409 INFO STEP 222 (remove_files) COMPLETE
45422024-08-22T17:49:09.165Z[ recovery-image] Aug 22 17:49:07.409 INFO O| Aug 22 17:49:07.409 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-22T17:49:09.172Z[ recovery-image] Aug 22 17:49:07.419 INFO O| Aug 22 17:49:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45442024-08-22T17:49:09.172Z[ recovery-image] Aug 22 17:49:07.419 INFO O| Aug 22 17:49:07.419 INFO STEP 223 (remove_files) COMPLETE
45452024-08-22T17:49:09.175Z[ recovery-image] Aug 22 17:49:07.419 INFO O| Aug 22 17:49:07.419 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-22T17:49:09.182Z[ recovery-image] Aug 22 17:49:07.429 INFO O| Aug 22 17:49:07.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45472024-08-22T17:49:09.182Z[ recovery-image] Aug 22 17:49:07.429 INFO O| Aug 22 17:49:07.429 INFO STEP 224 (remove_files) COMPLETE
45482024-08-22T17:49:09.185Z[ recovery-image] Aug 22 17:49:07.429 INFO O| Aug 22 17:49:07.429 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-22T17:49:09.193Z[ recovery-image] Aug 22 17:49:07.440 INFO O| Aug 22 17:49:07.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45502024-08-22T17:49:09.195Z[ recovery-image] Aug 22 17:49:07.440 INFO O| Aug 22 17:49:07.440 INFO STEP 225 (remove_files) COMPLETE
45512024-08-22T17:49:09.195Z[ recovery-image] Aug 22 17:49:07.440 INFO O| Aug 22 17:49:07.440 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-22T17:49:09.205Z[ recovery-image] Aug 22 17:49:07.451 INFO O| Aug 22 17:49:07.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45532024-08-22T17:49:09.205Z[ recovery-image] Aug 22 17:49:07.452 INFO O| Aug 22 17:49:07.452 INFO STEP 226 (remove_files) COMPLETE
45542024-08-22T17:49:09.207Z[ recovery-image] Aug 22 17:49:07.452 INFO O| Aug 22 17:49:07.452 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-22T17:49:09.219Z[ recovery-image] Aug 22 17:49:07.466 INFO O| Aug 22 17:49:07.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45562024-08-22T17:49:09.219Z[ recovery-image] Aug 22 17:49:07.466 INFO O| Aug 22 17:49:07.466 INFO STEP 227 (remove_files) COMPLETE
45572024-08-22T17:49:09.221Z[ recovery-image] Aug 22 17:49:07.466 INFO O| Aug 22 17:49:07.466 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-22T17:49:09.234Z[ recovery-image] Aug 22 17:49:07.480 INFO O| Aug 22 17:49:07.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45592024-08-22T17:49:09.234Z[ recovery-image] Aug 22 17:49:07.480 INFO O| Aug 22 17:49:07.480 INFO STEP 228 (remove_files) COMPLETE
45602024-08-22T17:49:09.236Z[ recovery-image] Aug 22 17:49:07.481 INFO O| Aug 22 17:49:07.480 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-22T17:49:09.245Z[ recovery-image] Aug 22 17:49:07.492 INFO O| Aug 22 17:49:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45622024-08-22T17:49:09.247Z[ recovery-image] Aug 22 17:49:07.492 INFO O| Aug 22 17:49:07.492 INFO STEP 229 (remove_files) COMPLETE
45632024-08-22T17:49:09.247Z[ recovery-image] Aug 22 17:49:07.492 INFO O| Aug 22 17:49:07.492 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-22T17:49:09.255Z[ recovery-image] Aug 22 17:49:07.502 INFO O| Aug 22 17:49:07.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45652024-08-22T17:49:09.255Z[ recovery-image] Aug 22 17:49:07.502 INFO O| Aug 22 17:49:07.502 INFO STEP 230 (remove_files) COMPLETE
45662024-08-22T17:49:09.257Z[ recovery-image] Aug 22 17:49:07.502 INFO O| Aug 22 17:49:07.502 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-22T17:49:09.265Z[ recovery-image] Aug 22 17:49:07.512 INFO O| Aug 22 17:49:07.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45682024-08-22T17:49:09.267Z[ recovery-image] Aug 22 17:49:07.512 INFO O| Aug 22 17:49:07.512 INFO STEP 231 (remove_files) COMPLETE
45692024-08-22T17:49:09.268Z[ recovery-image] Aug 22 17:49:07.512 INFO O| Aug 22 17:49:07.512 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-22T17:49:09.275Z[ recovery-image] Aug 22 17:49:07.522 INFO O| Aug 22 17:49:07.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45712024-08-22T17:49:09.275Z[ recovery-image] Aug 22 17:49:07.522 INFO O| Aug 22 17:49:07.522 INFO STEP 232 (remove_files) COMPLETE
45722024-08-22T17:49:09.277Z[ recovery-image] Aug 22 17:49:07.522 INFO O| Aug 22 17:49:07.522 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-22T17:49:09.285Z[ recovery-image] Aug 22 17:49:07.532 INFO O| Aug 22 17:49:07.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45742024-08-22T17:49:09.285Z[ recovery-image] Aug 22 17:49:07.532 INFO O| Aug 22 17:49:07.532 INFO STEP 233 (remove_files) COMPLETE
45752024-08-22T17:49:09.285Z[ recovery-image] Aug 22 17:49:07.532 INFO O| Aug 22 17:49:07.532 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-08-22T17:49:09.295Z[ recovery-image] Aug 22 17:49:07.542 INFO O| Aug 22 17:49:07.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45772024-08-22T17:49:09.295Z[ recovery-image] Aug 22 17:49:07.542 INFO O| Aug 22 17:49:07.542 INFO STEP 234 (remove_files) COMPLETE
45782024-08-22T17:49:09.298Z[ recovery-image] Aug 22 17:49:07.542 INFO O| Aug 22 17:49:07.542 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-08-22T17:49:09.306Z[ recovery-image] Aug 22 17:49:07.552 INFO O| Aug 22 17:49:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45802024-08-22T17:49:09.308Z[ recovery-image] Aug 22 17:49:07.553 INFO O| Aug 22 17:49:07.553 INFO STEP 235 (remove_files) COMPLETE
45812024-08-22T17:49:09.308Z[ recovery-image] Aug 22 17:49:07.553 INFO O| Aug 22 17:49:07.553 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-08-22T17:49:09.316Z[ recovery-image] Aug 22 17:49:07.563 INFO O| Aug 22 17:49:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45832024-08-22T17:49:09.316Z[ recovery-image] Aug 22 17:49:07.563 INFO O| Aug 22 17:49:07.563 INFO STEP 236 (remove_files) COMPLETE
45842024-08-22T17:49:09.318Z[ recovery-image] Aug 22 17:49:07.563 INFO O| Aug 22 17:49:07.563 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-08-22T17:49:09.326Z[ recovery-image] Aug 22 17:49:07.573 INFO O| Aug 22 17:49:07.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45862024-08-22T17:49:09.326Z[ recovery-image] Aug 22 17:49:07.573 INFO O| Aug 22 17:49:07.573 INFO STEP 237 (remove_files) COMPLETE
45872024-08-22T17:49:09.326Z[ recovery-image] Aug 22 17:49:07.573 INFO O| Aug 22 17:49:07.573 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-08-22T17:49:09.336Z[ recovery-image] Aug 22 17:49:07.583 INFO O| Aug 22 17:49:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45892024-08-22T17:49:09.336Z[ recovery-image] Aug 22 17:49:07.583 INFO O| Aug 22 17:49:07.583 INFO STEP 238 (remove_files) COMPLETE
45902024-08-22T17:49:09.339Z[ recovery-image] Aug 22 17:49:07.583 INFO O| Aug 22 17:49:07.583 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-08-22T17:49:09.347Z[ recovery-image] Aug 22 17:49:07.594 INFO O| Aug 22 17:49:07.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45922024-08-22T17:49:09.347Z[ recovery-image] Aug 22 17:49:07.594 INFO O| Aug 22 17:49:07.594 INFO STEP 239 (remove_files) COMPLETE
45932024-08-22T17:49:09.347Z[ recovery-image] Aug 22 17:49:07.594 INFO O| Aug 22 17:49:07.594 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-08-22T17:49:09.357Z[ recovery-image] Aug 22 17:49:07.604 INFO O| Aug 22 17:49:07.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45952024-08-22T17:49:09.357Z[ recovery-image] Aug 22 17:49:07.604 INFO O| Aug 22 17:49:07.604 INFO STEP 240 (remove_files) COMPLETE
45962024-08-22T17:49:09.360Z[ recovery-image] Aug 22 17:49:07.604 INFO O| Aug 22 17:49:07.604 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-08-22T17:49:09.367Z[ recovery-image] Aug 22 17:49:07.614 INFO O| Aug 22 17:49:07.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45982024-08-22T17:49:09.367Z[ recovery-image] Aug 22 17:49:07.614 INFO O| Aug 22 17:49:07.614 INFO STEP 241 (remove_files) COMPLETE
45992024-08-22T17:49:09.367Z[ recovery-image] Aug 22 17:49:07.614 INFO O| Aug 22 17:49:07.614 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-08-22T17:49:09.377Z[ recovery-image] Aug 22 17:49:07.624 INFO O| Aug 22 17:49:07.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46012024-08-22T17:49:09.377Z[ recovery-image] Aug 22 17:49:07.624 INFO O| Aug 22 17:49:07.624 INFO STEP 242 (remove_files) COMPLETE
46022024-08-22T17:49:09.380Z[ recovery-image] Aug 22 17:49:07.624 INFO O| Aug 22 17:49:07.624 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-08-22T17:49:09.389Z[ recovery-image] Aug 22 17:49:07.636 INFO O| Aug 22 17:49:07.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46042024-08-22T17:49:09.389Z[ recovery-image] Aug 22 17:49:07.636 INFO O| Aug 22 17:49:07.636 INFO STEP 243 (remove_files) COMPLETE
46052024-08-22T17:49:09.392Z[ recovery-image] Aug 22 17:49:07.636 INFO O| Aug 22 17:49:07.636 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-08-22T17:49:09.401Z[ recovery-image] Aug 22 17:49:07.647 INFO O| Aug 22 17:49:07.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46072024-08-22T17:49:09.401Z[ recovery-image] Aug 22 17:49:07.647 INFO O| Aug 22 17:49:07.647 INFO STEP 244 (remove_files) COMPLETE
46082024-08-22T17:49:09.401Z[ recovery-image] Aug 22 17:49:07.647 INFO O| Aug 22 17:49:07.647 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-08-22T17:49:09.412Z[ recovery-image] Aug 22 17:49:07.659 INFO O| Aug 22 17:49:07.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46102024-08-22T17:49:09.414Z[ recovery-image] Aug 22 17:49:07.659 INFO O| Aug 22 17:49:07.659 INFO STEP 245 (remove_files) COMPLETE
46112024-08-22T17:49:09.415Z[ recovery-image] Aug 22 17:49:07.659 INFO O| Aug 22 17:49:07.659 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-08-22T17:49:09.423Z[ recovery-image] Aug 22 17:49:07.670 INFO O| Aug 22 17:49:07.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46132024-08-22T17:49:09.423Z[ recovery-image] Aug 22 17:49:07.670 INFO O| Aug 22 17:49:07.670 INFO STEP 246 (remove_files) COMPLETE
46142024-08-22T17:49:09.423Z[ recovery-image] Aug 22 17:49:07.670 INFO O| Aug 22 17:49:07.670 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-08-22T17:49:09.435Z[ recovery-image] Aug 22 17:49:07.682 INFO O| Aug 22 17:49:07.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46162024-08-22T17:49:09.438Z[ recovery-image] Aug 22 17:49:07.682 INFO O| Aug 22 17:49:07.682 INFO STEP 247 (remove_files) COMPLETE
46172024-08-22T17:49:09.438Z[ recovery-image] Aug 22 17:49:07.682 INFO O| Aug 22 17:49:07.682 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-08-22T17:49:09.448Z[ recovery-image] Aug 22 17:49:07.694 INFO O| Aug 22 17:49:07.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46192024-08-22T17:49:09.448Z[ recovery-image] Aug 22 17:49:07.694 INFO O| Aug 22 17:49:07.694 INFO STEP 248 (remove_files) COMPLETE
46202024-08-22T17:49:09.451Z[ recovery-image] Aug 22 17:49:07.694 INFO O| Aug 22 17:49:07.694 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-22T17:49:09.459Z[ recovery-image] Aug 22 17:49:07.706 INFO O| Aug 22 17:49:07.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46222024-08-22T17:49:09.459Z[ recovery-image] Aug 22 17:49:07.706 INFO O| Aug 22 17:49:07.706 INFO STEP 249 (remove_files) COMPLETE
46232024-08-22T17:49:09.459Z[ recovery-image] Aug 22 17:49:07.706 INFO O| Aug 22 17:49:07.706 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-22T17:49:09.471Z[ recovery-image] Aug 22 17:49:07.717 INFO O| Aug 22 17:49:07.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46252024-08-22T17:49:09.471Z[ recovery-image] Aug 22 17:49:07.718 INFO O| Aug 22 17:49:07.718 INFO STEP 250 (remove_files) COMPLETE
46262024-08-22T17:49:09.475Z[ recovery-image] Aug 22 17:49:07.718 INFO O| Aug 22 17:49:07.718 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-08-22T17:49:09.483Z[ recovery-image] Aug 22 17:49:07.729 INFO O| Aug 22 17:49:07.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46282024-08-22T17:49:09.483Z[ recovery-image] Aug 22 17:49:07.729 INFO O| Aug 22 17:49:07.729 INFO STEP 251 (remove_files) COMPLETE
46292024-08-22T17:49:09.486Z[ recovery-image] Aug 22 17:49:07.729 INFO O| Aug 22 17:49:07.729 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-22T17:49:09.495Z[ recovery-image] Aug 22 17:49:07.740 INFO O| Aug 22 17:49:07.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46312024-08-22T17:49:09.495Z[ recovery-image] Aug 22 17:49:07.741 INFO O| Aug 22 17:49:07.740 INFO STEP 252 (remove_files) COMPLETE
46322024-08-22T17:49:09.495Z[ recovery-image] Aug 22 17:49:07.741 INFO O| Aug 22 17:49:07.741 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-08-22T17:49:09.506Z[ recovery-image] Aug 22 17:49:07.752 INFO O| Aug 22 17:49:07.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46342024-08-22T17:49:09.506Z[ recovery-image] Aug 22 17:49:07.753 INFO O| Aug 22 17:49:07.752 INFO STEP 253 (remove_files) COMPLETE
46352024-08-22T17:49:09.506Z[ recovery-image] Aug 22 17:49:07.753 INFO O| Aug 22 17:49:07.753 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-08-22T17:49:09.517Z[ recovery-image] Aug 22 17:49:07.764 INFO O| Aug 22 17:49:07.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46372024-08-22T17:49:09.517Z[ recovery-image] Aug 22 17:49:07.764 INFO O| Aug 22 17:49:07.764 INFO STEP 254 (remove_files) COMPLETE
46382024-08-22T17:49:09.517Z[ recovery-image] Aug 22 17:49:07.764 INFO O| Aug 22 17:49:07.764 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-08-22T17:49:09.529Z[ recovery-image] Aug 22 17:49:07.775 INFO O| Aug 22 17:49:07.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46402024-08-22T17:49:09.530Z[ recovery-image] Aug 22 17:49:07.775 INFO O| Aug 22 17:49:07.775 INFO STEP 255 (remove_files) COMPLETE
46412024-08-22T17:49:09.530Z[ recovery-image] Aug 22 17:49:07.775 INFO O| Aug 22 17:49:07.775 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-08-22T17:49:09.540Z[ recovery-image] Aug 22 17:49:07.786 INFO O| Aug 22 17:49:07.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46432024-08-22T17:49:09.540Z[ recovery-image] Aug 22 17:49:07.786 INFO O| Aug 22 17:49:07.786 INFO STEP 256 (remove_files) COMPLETE
46442024-08-22T17:49:09.542Z[ recovery-image] Aug 22 17:49:07.786 INFO O| Aug 22 17:49:07.786 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-08-22T17:49:09.551Z[ recovery-image] Aug 22 17:49:07.797 INFO O| Aug 22 17:49:07.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46462024-08-22T17:49:09.551Z[ recovery-image] Aug 22 17:49:07.797 INFO O| Aug 22 17:49:07.797 INFO STEP 257 (remove_files) COMPLETE
46472024-08-22T17:49:09.554Z[ recovery-image] Aug 22 17:49:07.797 INFO O| Aug 22 17:49:07.797 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-08-22T17:49:09.561Z[ recovery-image] Aug 22 17:49:07.807 INFO O| Aug 22 17:49:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46492024-08-22T17:49:09.561Z[ recovery-image] Aug 22 17:49:07.807 INFO O| Aug 22 17:49:07.807 INFO STEP 258 (remove_files) COMPLETE
46502024-08-22T17:49:09.563Z[ recovery-image] Aug 22 17:49:07.807 INFO O| Aug 22 17:49:07.807 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-08-22T17:49:09.573Z[ recovery-image] Aug 22 17:49:07.819 INFO O| Aug 22 17:49:07.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46522024-08-22T17:49:09.573Z[ recovery-image] Aug 22 17:49:07.819 INFO O| Aug 22 17:49:07.819 INFO STEP 259 (remove_files) COMPLETE
46532024-08-22T17:49:09.573Z[ recovery-image] Aug 22 17:49:07.819 INFO O| Aug 22 17:49:07.819 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-08-22T17:49:09.584Z[ recovery-image] Aug 22 17:49:07.831 INFO O| Aug 22 17:49:07.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46552024-08-22T17:49:09.584Z[ recovery-image] Aug 22 17:49:07.831 INFO O| Aug 22 17:49:07.831 INFO STEP 260 (remove_files) COMPLETE
46562024-08-22T17:49:09.584Z[ recovery-image] Aug 22 17:49:07.831 INFO O| Aug 22 17:49:07.831 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-08-22T17:49:09.595Z[ recovery-image] Aug 22 17:49:07.842 INFO O| Aug 22 17:49:07.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46582024-08-22T17:49:09.595Z[ recovery-image] Aug 22 17:49:07.842 INFO O| Aug 22 17:49:07.842 INFO STEP 261 (remove_files) COMPLETE
46592024-08-22T17:49:09.598Z[ recovery-image] Aug 22 17:49:07.842 INFO O| Aug 22 17:49:07.842 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-08-22T17:49:09.606Z[ recovery-image] Aug 22 17:49:07.852 INFO O| Aug 22 17:49:07.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46612024-08-22T17:49:09.606Z[ recovery-image] Aug 22 17:49:07.853 INFO O| Aug 22 17:49:07.853 INFO STEP 262 (remove_files) COMPLETE
46622024-08-22T17:49:09.608Z[ recovery-image] Aug 22 17:49:07.853 INFO O| Aug 22 17:49:07.853 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-08-22T17:49:09.616Z[ recovery-image] Aug 22 17:49:07.863 INFO O| Aug 22 17:49:07.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46642024-08-22T17:49:09.616Z[ recovery-image] Aug 22 17:49:07.863 INFO O| Aug 22 17:49:07.863 INFO STEP 263 (remove_files) COMPLETE
46652024-08-22T17:49:09.619Z[ recovery-image] Aug 22 17:49:07.863 INFO O| Aug 22 17:49:07.863 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-08-22T17:49:09.627Z[ recovery-image] Aug 22 17:49:07.873 INFO O| Aug 22 17:49:07.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46672024-08-22T17:49:09.627Z[ recovery-image] Aug 22 17:49:07.873 INFO O| Aug 22 17:49:07.873 INFO STEP 264 (remove_files) COMPLETE
46682024-08-22T17:49:09.629Z[ recovery-image] Aug 22 17:49:07.874 INFO O| Aug 22 17:49:07.873 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-08-22T17:49:09.638Z[ recovery-image] Aug 22 17:49:07.884 INFO O| Aug 22 17:49:07.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46702024-08-22T17:49:09.638Z[ recovery-image] Aug 22 17:49:07.884 INFO O| Aug 22 17:49:07.884 INFO STEP 265 (remove_files) COMPLETE
46712024-08-22T17:49:09.640Z[ recovery-image] Aug 22 17:49:07.884 INFO O| Aug 22 17:49:07.884 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-08-22T17:49:09.648Z[ recovery-image] Aug 22 17:49:07.895 INFO O| Aug 22 17:49:07.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46732024-08-22T17:49:09.648Z[ recovery-image] Aug 22 17:49:07.895 INFO O| Aug 22 17:49:07.895 INFO STEP 266 (remove_files) COMPLETE
46742024-08-22T17:49:09.651Z[ recovery-image] Aug 22 17:49:07.895 INFO O| Aug 22 17:49:07.895 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-08-22T17:49:09.659Z[ recovery-image] Aug 22 17:49:07.905 INFO O| Aug 22 17:49:07.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46762024-08-22T17:49:09.662Z[ recovery-image] Aug 22 17:49:07.906 INFO O| Aug 22 17:49:07.906 INFO STEP 267 (remove_files) COMPLETE
46772024-08-22T17:49:09.662Z[ recovery-image] Aug 22 17:49:07.906 INFO O| Aug 22 17:49:07.906 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-08-22T17:49:09.671Z[ recovery-image] Aug 22 17:49:07.916 INFO O| Aug 22 17:49:07.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46792024-08-22T17:49:09.671Z[ recovery-image] Aug 22 17:49:07.916 INFO O| Aug 22 17:49:07.916 INFO STEP 268 (remove_files) COMPLETE
46802024-08-22T17:49:09.671Z[ recovery-image] Aug 22 17:49:07.916 INFO O| Aug 22 17:49:07.916 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-08-22T17:49:09.681Z[ recovery-image] Aug 22 17:49:07.927 INFO O| Aug 22 17:49:07.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46822024-08-22T17:49:09.681Z[ recovery-image] Aug 22 17:49:07.928 INFO O| Aug 22 17:49:07.928 INFO STEP 269 (remove_files) COMPLETE
46832024-08-22T17:49:09.683Z[ recovery-image] Aug 22 17:49:07.928 INFO O| Aug 22 17:49:07.928 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-08-22T17:49:09.691Z[ recovery-image] Aug 22 17:49:07.938 INFO O| Aug 22 17:49:07.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46852024-08-22T17:49:09.697Z[ recovery-image] Aug 22 17:49:07.938 INFO O| Aug 22 17:49:07.938 INFO STEP 270 (remove_files) COMPLETE
46862024-08-22T17:49:09.697Z[ recovery-image] Aug 22 17:49:07.938 INFO O| Aug 22 17:49:07.938 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-08-22T17:49:09.702Z[ recovery-image] Aug 22 17:49:07.949 INFO O| Aug 22 17:49:07.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46882024-08-22T17:49:09.702Z[ recovery-image] Aug 22 17:49:07.949 INFO O| Aug 22 17:49:07.949 INFO STEP 271 (remove_files) COMPLETE
46892024-08-22T17:49:09.705Z[ recovery-image] Aug 22 17:49:07.949 INFO O| Aug 22 17:49:07.949 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-08-22T17:49:09.714Z[ recovery-image] Aug 22 17:49:07.961 INFO O| Aug 22 17:49:07.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46912024-08-22T17:49:09.714Z[ recovery-image] Aug 22 17:49:07.961 INFO O| Aug 22 17:49:07.961 INFO STEP 272 (remove_files) COMPLETE
46922024-08-22T17:49:09.714Z[ recovery-image] Aug 22 17:49:07.961 INFO O| Aug 22 17:49:07.961 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-08-22T17:49:09.726Z[ recovery-image] Aug 22 17:49:07.973 INFO O| Aug 22 17:49:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46942024-08-22T17:49:09.726Z[ recovery-image] Aug 22 17:49:07.973 INFO O| Aug 22 17:49:07.973 INFO STEP 273 (remove_files) COMPLETE
46952024-08-22T17:49:09.729Z[ recovery-image] Aug 22 17:49:07.973 INFO O| Aug 22 17:49:07.973 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-22T17:49:09.738Z[ recovery-image] Aug 22 17:49:07.985 INFO O| Aug 22 17:49:07.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46972024-08-22T17:49:09.740Z[ recovery-image] Aug 22 17:49:07.985 INFO O| Aug 22 17:49:07.985 INFO STEP 274 (remove_files) COMPLETE
46982024-08-22T17:49:09.740Z[ recovery-image] Aug 22 17:49:07.985 INFO O| Aug 22 17:49:07.985 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-22T17:49:09.749Z[ recovery-image] Aug 22 17:49:07.996 INFO O| Aug 22 17:49:07.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47002024-08-22T17:49:09.749Z[ recovery-image] Aug 22 17:49:07.996 INFO O| Aug 22 17:49:07.996 INFO STEP 275 (remove_files) COMPLETE
47012024-08-22T17:49:09.749Z[ recovery-image] Aug 22 17:49:07.996 INFO O| Aug 22 17:49:07.996 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-22T17:49:09.762Z[ recovery-image] Aug 22 17:49:08.008 INFO O| Aug 22 17:49:08.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47032024-08-22T17:49:09.762Z[ recovery-image] Aug 22 17:49:08.009 INFO O| Aug 22 17:49:08.009 INFO STEP 276 (remove_files) COMPLETE
47042024-08-22T17:49:09.762Z[ recovery-image] Aug 22 17:49:08.009 INFO O| Aug 22 17:49:08.009 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-22T17:49:09.773Z[ recovery-image] Aug 22 17:49:08.019 INFO O| Aug 22 17:49:08.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47062024-08-22T17:49:09.775Z[ recovery-image] Aug 22 17:49:08.019 INFO O| Aug 22 17:49:08.019 INFO STEP 277 (remove_files) COMPLETE
47072024-08-22T17:49:09.775Z[ recovery-image] Aug 22 17:49:08.019 INFO O| Aug 22 17:49:08.019 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-22T17:49:09.783Z[ recovery-image] Aug 22 17:49:08.030 INFO O| Aug 22 17:49:08.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47092024-08-22T17:49:09.783Z[ recovery-image] Aug 22 17:49:08.030 INFO O| Aug 22 17:49:08.030 INFO STEP 278 (remove_files) COMPLETE
47102024-08-22T17:49:09.783Z[ recovery-image] Aug 22 17:49:08.030 INFO O| Aug 22 17:49:08.030 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-22T17:49:09.793Z[ recovery-image] Aug 22 17:49:08.040 INFO O| Aug 22 17:49:08.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47122024-08-22T17:49:09.796Z[ recovery-image] Aug 22 17:49:08.040 INFO O| Aug 22 17:49:08.040 INFO STEP 279 (remove_files) COMPLETE
47132024-08-22T17:49:09.796Z[ recovery-image] Aug 22 17:49:08.040 INFO O| Aug 22 17:49:08.040 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-22T17:49:09.804Z[ recovery-image] Aug 22 17:49:08.050 INFO O| Aug 22 17:49:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47152024-08-22T17:49:09.804Z[ recovery-image] Aug 22 17:49:08.051 INFO O| Aug 22 17:49:08.051 INFO STEP 280 (remove_files) COMPLETE
47162024-08-22T17:49:09.807Z[ recovery-image] Aug 22 17:49:08.051 INFO O| Aug 22 17:49:08.051 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-08-22T17:49:09.814Z[ recovery-image] Aug 22 17:49:08.061 INFO O| Aug 22 17:49:08.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47182024-08-22T17:49:09.814Z[ recovery-image] Aug 22 17:49:08.061 INFO O| Aug 22 17:49:08.061 INFO STEP 281 (remove_files) COMPLETE
47192024-08-22T17:49:09.814Z[ recovery-image] Aug 22 17:49:08.061 INFO O| Aug 22 17:49:08.061 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-08-22T17:49:09.825Z[ recovery-image] Aug 22 17:49:08.072 INFO O| Aug 22 17:49:08.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47212024-08-22T17:49:09.825Z[ recovery-image] Aug 22 17:49:08.072 INFO O| Aug 22 17:49:08.072 INFO STEP 282 (remove_files) COMPLETE
47222024-08-22T17:49:09.828Z[ recovery-image] Aug 22 17:49:08.072 INFO O| Aug 22 17:49:08.072 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-08-22T17:49:09.836Z[ recovery-image] Aug 22 17:49:08.083 INFO O| Aug 22 17:49:08.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47242024-08-22T17:49:09.839Z[ recovery-image] Aug 22 17:49:08.083 INFO O| Aug 22 17:49:08.083 INFO STEP 283 (remove_files) COMPLETE
47252024-08-22T17:49:09.839Z[ recovery-image] Aug 22 17:49:08.083 INFO O| Aug 22 17:49:08.083 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-08-22T17:49:09.847Z[ recovery-image] Aug 22 17:49:08.093 INFO O| Aug 22 17:49:08.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47272024-08-22T17:49:09.847Z[ recovery-image] Aug 22 17:49:08.094 INFO O| Aug 22 17:49:08.093 INFO STEP 284 (remove_files) COMPLETE
47282024-08-22T17:49:09.849Z[ recovery-image] Aug 22 17:49:08.094 INFO O| Aug 22 17:49:08.094 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-08-22T17:49:09.857Z[ recovery-image] Aug 22 17:49:08.104 INFO O| Aug 22 17:49:08.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47302024-08-22T17:49:09.857Z[ recovery-image] Aug 22 17:49:08.104 INFO O| Aug 22 17:49:08.104 INFO STEP 285 (remove_files) COMPLETE
47312024-08-22T17:49:09.857Z[ recovery-image] Aug 22 17:49:08.104 INFO O| Aug 22 17:49:08.104 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-08-22T17:49:09.868Z[ recovery-image] Aug 22 17:49:08.115 INFO O| Aug 22 17:49:08.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47332024-08-22T17:49:09.868Z[ recovery-image] Aug 22 17:49:08.115 INFO O| Aug 22 17:49:08.115 INFO STEP 286 (remove_files) COMPLETE
47342024-08-22T17:49:09.868Z[ recovery-image] Aug 22 17:49:08.115 INFO O| Aug 22 17:49:08.115 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-08-22T17:49:09.879Z[ recovery-image] Aug 22 17:49:08.126 INFO O| Aug 22 17:49:08.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47362024-08-22T17:49:09.879Z[ recovery-image] Aug 22 17:49:08.126 INFO O| Aug 22 17:49:08.126 INFO STEP 287 (remove_files) COMPLETE
47372024-08-22T17:49:09.882Z[ recovery-image] Aug 22 17:49:08.126 INFO O| Aug 22 17:49:08.126 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-08-22T17:49:09.890Z[ recovery-image] Aug 22 17:49:08.137 INFO O| Aug 22 17:49:08.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47392024-08-22T17:49:09.890Z[ recovery-image] Aug 22 17:49:08.137 INFO O| Aug 22 17:49:08.137 INFO STEP 288 (remove_files) COMPLETE
47402024-08-22T17:49:09.890Z[ recovery-image] Aug 22 17:49:08.137 INFO O| Aug 22 17:49:08.137 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-08-22T17:49:09.900Z[ recovery-image] Aug 22 17:49:08.147 INFO O| Aug 22 17:49:08.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47422024-08-22T17:49:09.900Z[ recovery-image] Aug 22 17:49:08.147 INFO O| Aug 22 17:49:08.147 INFO STEP 289 (remove_files) COMPLETE
47432024-08-22T17:49:09.903Z[ recovery-image] Aug 22 17:49:08.147 INFO O| Aug 22 17:49:08.147 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-08-22T17:49:09.911Z[ recovery-image] Aug 22 17:49:08.158 INFO O| Aug 22 17:49:08.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47452024-08-22T17:49:09.911Z[ recovery-image] Aug 22 17:49:08.158 INFO O| Aug 22 17:49:08.158 INFO STEP 290 (remove_files) COMPLETE
47462024-08-22T17:49:09.911Z[ recovery-image] Aug 22 17:49:08.158 INFO O| Aug 22 17:49:08.158 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-08-22T17:49:09.921Z[ recovery-image] Aug 22 17:49:08.168 INFO O| Aug 22 17:49:08.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47482024-08-22T17:49:09.921Z[ recovery-image] Aug 22 17:49:08.168 INFO O| Aug 22 17:49:08.168 INFO STEP 291 (remove_files) COMPLETE
47492024-08-22T17:49:09.924Z[ recovery-image] Aug 22 17:49:08.168 INFO O| Aug 22 17:49:08.168 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-08-22T17:49:09.932Z[ recovery-image] Aug 22 17:49:08.179 INFO O| Aug 22 17:49:08.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47512024-08-22T17:49:09.932Z[ recovery-image] Aug 22 17:49:08.179 INFO O| Aug 22 17:49:08.179 INFO STEP 292 (remove_files) COMPLETE
47522024-08-22T17:49:09.935Z[ recovery-image] Aug 22 17:49:08.179 INFO O| Aug 22 17:49:08.179 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-08-22T17:49:09.943Z[ recovery-image] Aug 22 17:49:08.190 INFO O| Aug 22 17:49:08.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47542024-08-22T17:49:09.943Z[ recovery-image] Aug 22 17:49:08.190 INFO O| Aug 22 17:49:08.190 INFO STEP 293 (remove_files) COMPLETE
47552024-08-22T17:49:09.943Z[ recovery-image] Aug 22 17:49:08.190 INFO O| Aug 22 17:49:08.190 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-08-22T17:49:09.953Z[ recovery-image] Aug 22 17:49:08.200 INFO O| Aug 22 17:49:08.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47572024-08-22T17:49:09.953Z[ recovery-image] Aug 22 17:49:08.200 INFO O| Aug 22 17:49:08.200 INFO STEP 294 (remove_files) COMPLETE
47582024-08-22T17:49:09.956Z[ recovery-image] Aug 22 17:49:08.200 INFO O| Aug 22 17:49:08.200 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-08-22T17:49:09.964Z[ recovery-image] Aug 22 17:49:08.211 INFO O| Aug 22 17:49:08.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47602024-08-22T17:49:09.964Z[ recovery-image] Aug 22 17:49:08.211 INFO O| Aug 22 17:49:08.211 INFO STEP 295 (remove_files) COMPLETE
47612024-08-22T17:49:09.964Z[ recovery-image] Aug 22 17:49:08.211 INFO O| Aug 22 17:49:08.211 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-08-22T17:49:09.976Z[ recovery-image] Aug 22 17:49:08.221 INFO O| Aug 22 17:49:08.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47632024-08-22T17:49:09.976Z[ recovery-image] Aug 22 17:49:08.221 INFO O| Aug 22 17:49:08.221 INFO STEP 296 (remove_files) COMPLETE
47642024-08-22T17:49:09.976Z[ recovery-image] Aug 22 17:49:08.221 INFO O| Aug 22 17:49:08.221 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-08-22T17:49:09.985Z[ recovery-image] Aug 22 17:49:08.232 INFO O| Aug 22 17:49:08.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47662024-08-22T17:49:09.985Z[ recovery-image] Aug 22 17:49:08.232 INFO O| Aug 22 17:49:08.232 INFO STEP 297 (remove_files) COMPLETE
47672024-08-22T17:49:09.989Z[ recovery-image] Aug 22 17:49:08.232 INFO O| Aug 22 17:49:08.232 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-08-22T17:49:09.996Z[ recovery-image] Aug 22 17:49:08.242 INFO O| Aug 22 17:49:08.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47692024-08-22T17:49:09.996Z[ recovery-image] Aug 22 17:49:08.242 INFO O| Aug 22 17:49:08.242 INFO STEP 298 (remove_files) COMPLETE
47702024-08-22T17:49:09.996Z[ recovery-image] Aug 22 17:49:08.242 INFO O| Aug 22 17:49:08.242 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-08-22T17:49:10.006Z[ recovery-image] Aug 22 17:49:08.252 INFO O| Aug 22 17:49:08.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47722024-08-22T17:49:10.006Z[ recovery-image] Aug 22 17:49:08.252 INFO O| Aug 22 17:49:08.252 INFO STEP 299 (remove_files) COMPLETE
47732024-08-22T17:49:10.009Z[ recovery-image] Aug 22 17:49:08.252 INFO O| Aug 22 17:49:08.252 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-08-22T17:49:10.016Z[ recovery-image] Aug 22 17:49:08.262 INFO O| Aug 22 17:49:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47752024-08-22T17:49:10.016Z[ recovery-image] Aug 22 17:49:08.263 INFO O| Aug 22 17:49:08.262 INFO STEP 300 (remove_files) COMPLETE
47762024-08-22T17:49:10.016Z[ recovery-image] Aug 22 17:49:08.263 INFO O| Aug 22 17:49:08.263 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-08-22T17:49:10.026Z[ recovery-image] Aug 22 17:49:08.273 INFO O| Aug 22 17:49:08.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47782024-08-22T17:49:10.026Z[ recovery-image] Aug 22 17:49:08.273 INFO O| Aug 22 17:49:08.273 INFO STEP 301 (remove_files) COMPLETE
47792024-08-22T17:49:10.026Z[ recovery-image] Aug 22 17:49:08.273 INFO O| Aug 22 17:49:08.273 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-08-22T17:49:10.037Z[ recovery-image] Aug 22 17:49:08.284 INFO O| Aug 22 17:49:08.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47812024-08-22T17:49:10.037Z[ recovery-image] Aug 22 17:49:08.284 INFO O| Aug 22 17:49:08.284 INFO STEP 302 (remove_files) COMPLETE
47822024-08-22T17:49:10.037Z[ recovery-image] Aug 22 17:49:08.284 INFO O| Aug 22 17:49:08.284 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-08-22T17:49:10.048Z[ recovery-image] Aug 22 17:49:08.294 INFO O| Aug 22 17:49:08.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47842024-08-22T17:49:10.048Z[ recovery-image] Aug 22 17:49:08.294 INFO O| Aug 22 17:49:08.294 INFO STEP 303 (remove_files) COMPLETE
47852024-08-22T17:49:10.051Z[ recovery-image] Aug 22 17:49:08.294 INFO O| Aug 22 17:49:08.294 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-08-22T17:49:10.058Z[ recovery-image] Aug 22 17:49:08.305 INFO O| Aug 22 17:49:08.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47872024-08-22T17:49:10.058Z[ recovery-image] Aug 22 17:49:08.305 INFO O| Aug 22 17:49:08.305 INFO STEP 304 (remove_files) COMPLETE
47882024-08-22T17:49:10.058Z[ recovery-image] Aug 22 17:49:08.305 INFO O| Aug 22 17:49:08.305 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-08-22T17:49:10.069Z[ recovery-image] Aug 22 17:49:08.315 INFO O| Aug 22 17:49:08.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47902024-08-22T17:49:10.069Z[ recovery-image] Aug 22 17:49:08.315 INFO O| Aug 22 17:49:08.315 INFO STEP 305 (remove_files) COMPLETE
47912024-08-22T17:49:10.071Z[ recovery-image] Aug 22 17:49:08.316 INFO O| Aug 22 17:49:08.315 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-08-22T17:49:10.080Z[ recovery-image] Aug 22 17:49:08.326 INFO O| Aug 22 17:49:08.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47932024-08-22T17:49:10.080Z[ recovery-image] Aug 22 17:49:08.326 INFO O| Aug 22 17:49:08.326 INFO STEP 306 (remove_files) COMPLETE
47942024-08-22T17:49:10.082Z[ recovery-image] Aug 22 17:49:08.326 INFO O| Aug 22 17:49:08.326 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-08-22T17:49:10.091Z[ recovery-image] Aug 22 17:49:08.337 INFO O| Aug 22 17:49:08.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47962024-08-22T17:49:10.093Z[ recovery-image] Aug 22 17:49:08.337 INFO O| Aug 22 17:49:08.337 INFO STEP 307 (remove_files) COMPLETE
47972024-08-22T17:49:10.093Z[ recovery-image] Aug 22 17:49:08.337 INFO O| Aug 22 17:49:08.337 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-08-22T17:49:10.101Z[ recovery-image] Aug 22 17:49:08.348 INFO O| Aug 22 17:49:08.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47992024-08-22T17:49:10.104Z[ recovery-image] Aug 22 17:49:08.348 INFO O| Aug 22 17:49:08.348 INFO STEP 308 (remove_files) COMPLETE
48002024-08-22T17:49:10.104Z[ recovery-image] Aug 22 17:49:08.348 INFO O| Aug 22 17:49:08.348 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-08-22T17:49:10.112Z[ recovery-image] Aug 22 17:49:08.359 INFO O| Aug 22 17:49:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48022024-08-22T17:49:10.115Z[ recovery-image] Aug 22 17:49:08.359 INFO O| Aug 22 17:49:08.359 INFO STEP 309 (remove_files) COMPLETE
48032024-08-22T17:49:10.115Z[ recovery-image] Aug 22 17:49:08.359 INFO O| Aug 22 17:49:08.359 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-08-22T17:49:10.124Z[ recovery-image] Aug 22 17:49:08.370 INFO O| Aug 22 17:49:08.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48052024-08-22T17:49:10.124Z[ recovery-image] Aug 22 17:49:08.370 INFO O| Aug 22 17:49:08.370 INFO STEP 310 (remove_files) COMPLETE
48062024-08-22T17:49:10.124Z[ recovery-image] Aug 22 17:49:08.370 INFO O| Aug 22 17:49:08.370 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-08-22T17:49:10.135Z[ recovery-image] Aug 22 17:49:08.381 INFO O| Aug 22 17:49:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48082024-08-22T17:49:10.135Z[ recovery-image] Aug 22 17:49:08.381 INFO O| Aug 22 17:49:08.381 INFO STEP 311 (remove_files) COMPLETE
48092024-08-22T17:49:10.137Z[ recovery-image] Aug 22 17:49:08.381 INFO O| Aug 22 17:49:08.381 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-08-22T17:49:10.146Z[ recovery-image] Aug 22 17:49:08.392 INFO O| Aug 22 17:49:08.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48112024-08-22T17:49:10.146Z[ recovery-image] Aug 22 17:49:08.392 INFO O| Aug 22 17:49:08.392 INFO STEP 312 (remove_files) COMPLETE
48122024-08-22T17:49:10.148Z[ recovery-image] Aug 22 17:49:08.392 INFO O| Aug 22 17:49:08.392 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-08-22T17:49:10.156Z[ recovery-image] Aug 22 17:49:08.403 INFO O| Aug 22 17:49:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48142024-08-22T17:49:10.156Z[ recovery-image] Aug 22 17:49:08.403 INFO O| Aug 22 17:49:08.403 INFO STEP 313 (remove_files) COMPLETE
48152024-08-22T17:49:10.156Z[ recovery-image] Aug 22 17:49:08.403 INFO O| Aug 22 17:49:08.403 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-08-22T17:49:10.166Z[ recovery-image] Aug 22 17:49:08.413 INFO O| Aug 22 17:49:08.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48172024-08-22T17:49:10.166Z[ recovery-image] Aug 22 17:49:08.413 INFO O| Aug 22 17:49:08.413 INFO STEP 314 (remove_files) COMPLETE
48182024-08-22T17:49:10.169Z[ recovery-image] Aug 22 17:49:08.413 INFO O| Aug 22 17:49:08.413 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-08-22T17:49:10.176Z[ recovery-image] Aug 22 17:49:08.423 INFO O| Aug 22 17:49:08.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48202024-08-22T17:49:10.176Z[ recovery-image] Aug 22 17:49:08.423 INFO O| Aug 22 17:49:08.423 INFO STEP 315 (remove_files) COMPLETE
48212024-08-22T17:49:10.176Z[ recovery-image] Aug 22 17:49:08.423 INFO O| Aug 22 17:49:08.423 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-08-22T17:49:10.187Z[ recovery-image] Aug 22 17:49:08.434 INFO O| Aug 22 17:49:08.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48232024-08-22T17:49:10.187Z[ recovery-image] Aug 22 17:49:08.434 INFO O| Aug 22 17:49:08.434 INFO STEP 316 (remove_files) COMPLETE
48242024-08-22T17:49:10.187Z[ recovery-image] Aug 22 17:49:08.434 INFO O| Aug 22 17:49:08.434 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-22T17:49:10.198Z[ recovery-image] Aug 22 17:49:08.444 INFO O| Aug 22 17:49:08.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48262024-08-22T17:49:10.198Z[ recovery-image] Aug 22 17:49:08.444 INFO O| Aug 22 17:49:08.444 INFO STEP 317 (remove_files) COMPLETE
48272024-08-22T17:49:10.200Z[ recovery-image] Aug 22 17:49:08.444 INFO O| Aug 22 17:49:08.444 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-08-22T17:49:10.208Z[ recovery-image] Aug 22 17:49:08.455 INFO O| Aug 22 17:49:08.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48292024-08-22T17:49:10.208Z[ recovery-image] Aug 22 17:49:08.455 INFO O| Aug 22 17:49:08.455 INFO STEP 318 (remove_files) COMPLETE
48302024-08-22T17:49:10.208Z[ recovery-image] Aug 22 17:49:08.455 INFO O| Aug 22 17:49:08.455 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-22T17:49:10.219Z[ recovery-image] Aug 22 17:49:08.465 INFO O| Aug 22 17:49:08.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48322024-08-22T17:49:10.219Z[ recovery-image] Aug 22 17:49:08.465 INFO O| Aug 22 17:49:08.465 INFO STEP 319 (remove_files) COMPLETE
48332024-08-22T17:49:10.221Z[ recovery-image] Aug 22 17:49:08.465 INFO O| Aug 22 17:49:08.465 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-22T17:49:10.229Z[ recovery-image] Aug 22 17:49:08.475 INFO O| Aug 22 17:49:08.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48352024-08-22T17:49:10.232Z[ recovery-image] Aug 22 17:49:08.476 INFO O| Aug 22 17:49:08.475 INFO STEP 320 (remove_files) COMPLETE
48362024-08-22T17:49:10.232Z[ recovery-image] Aug 22 17:49:08.476 INFO O| Aug 22 17:49:08.476 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-08-22T17:49:10.240Z[ recovery-image] Aug 22 17:49:08.486 INFO O| Aug 22 17:49:08.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48382024-08-22T17:49:10.240Z[ recovery-image] Aug 22 17:49:08.486 INFO O| Aug 22 17:49:08.486 INFO STEP 321 (remove_files) COMPLETE
48392024-08-22T17:49:10.240Z[ recovery-image] Aug 22 17:49:08.486 INFO O| Aug 22 17:49:08.486 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-08-22T17:49:10.249Z[ recovery-image] Aug 22 17:49:08.496 INFO O| Aug 22 17:49:08.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48412024-08-22T17:49:10.249Z[ recovery-image] Aug 22 17:49:08.496 INFO O| Aug 22 17:49:08.496 INFO STEP 322 (remove_files) COMPLETE
48422024-08-22T17:49:10.249Z[ recovery-image] Aug 22 17:49:08.496 INFO O| Aug 22 17:49:08.496 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-08-22T17:49:10.259Z[ recovery-image] Aug 22 17:49:08.506 INFO O| Aug 22 17:49:08.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48442024-08-22T17:49:10.259Z[ recovery-image] Aug 22 17:49:08.506 INFO O| Aug 22 17:49:08.506 INFO STEP 323 (remove_files) COMPLETE
48452024-08-22T17:49:10.259Z[ recovery-image] Aug 22 17:49:08.506 INFO O| Aug 22 17:49:08.506 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-22T17:49:10.270Z[ recovery-image] Aug 22 17:49:08.516 INFO O| Aug 22 17:49:08.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48472024-08-22T17:49:10.270Z[ recovery-image] Aug 22 17:49:08.516 INFO O| Aug 22 17:49:08.516 INFO STEP 324 (remove_files) COMPLETE
48482024-08-22T17:49:10.270Z[ recovery-image] Aug 22 17:49:08.516 INFO O| Aug 22 17:49:08.516 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-22T17:49:10.280Z[ recovery-image] Aug 22 17:49:08.526 INFO O| Aug 22 17:49:08.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48502024-08-22T17:49:10.282Z[ recovery-image] Aug 22 17:49:08.527 INFO O| Aug 22 17:49:08.526 INFO STEP 325 (remove_files) COMPLETE
48512024-08-22T17:49:10.282Z[ recovery-image] Aug 22 17:49:08.527 INFO O| Aug 22 17:49:08.527 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-22T17:49:10.290Z[ recovery-image] Aug 22 17:49:08.536 INFO O| Aug 22 17:49:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48532024-08-22T17:49:10.290Z[ recovery-image] Aug 22 17:49:08.537 INFO O| Aug 22 17:49:08.537 INFO STEP 326 (remove_files) COMPLETE
48542024-08-22T17:49:10.290Z[ recovery-image] Aug 22 17:49:08.537 INFO O| Aug 22 17:49:08.537 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-22T17:49:10.300Z[ recovery-image] Aug 22 17:49:08.546 INFO O| Aug 22 17:49:08.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48562024-08-22T17:49:10.300Z[ recovery-image] Aug 22 17:49:08.547 INFO O| Aug 22 17:49:08.546 INFO STEP 327 (remove_files) COMPLETE
48572024-08-22T17:49:10.302Z[ recovery-image] Aug 22 17:49:08.547 INFO O| Aug 22 17:49:08.547 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-22T17:49:10.310Z[ recovery-image] Aug 22 17:49:08.557 INFO O| Aug 22 17:49:08.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48592024-08-22T17:49:10.310Z[ recovery-image] Aug 22 17:49:08.557 INFO O| Aug 22 17:49:08.557 INFO STEP 328 (remove_files) COMPLETE
48602024-08-22T17:49:10.310Z[ recovery-image] Aug 22 17:49:08.557 INFO O| Aug 22 17:49:08.557 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-22T17:49:10.321Z[ recovery-image] Aug 22 17:49:08.567 INFO O| Aug 22 17:49:08.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48622024-08-22T17:49:10.321Z[ recovery-image] Aug 22 17:49:08.568 INFO O| Aug 22 17:49:08.567 INFO STEP 329 (remove_files) COMPLETE
48632024-08-22T17:49:10.321Z[ recovery-image] Aug 22 17:49:08.568 INFO O| Aug 22 17:49:08.568 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-22T17:49:10.324Z[ host-image] Aug 22 17:49:08.569 INFO O| Aug 22 17:49:08.568 INFO O| Actions: Completed 49261 actions in 13.76 seconds.
48652024-08-22T17:49:10.332Z[ recovery-image] Aug 22 17:49:08.578 INFO O| Aug 22 17:49:08.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48662024-08-22T17:49:10.332Z[ recovery-image] Aug 22 17:49:08.578 INFO O| Aug 22 17:49:08.578 INFO STEP 330 (remove_files) COMPLETE
48672024-08-22T17:49:10.334Z[ recovery-image] Aug 22 17:49:08.578 INFO O| Aug 22 17:49:08.578 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-22T17:49:10.342Z[ recovery-image] Aug 22 17:49:08.589 INFO O| Aug 22 17:49:08.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48692024-08-22T17:49:10.342Z[ recovery-image] Aug 22 17:49:08.589 INFO O| Aug 22 17:49:08.589 INFO STEP 331 (remove_files) COMPLETE
48702024-08-22T17:49:10.345Z[ recovery-image] Aug 22 17:49:08.589 INFO O| Aug 22 17:49:08.589 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-22T17:49:10.353Z[ recovery-image] Aug 22 17:49:08.599 INFO O| Aug 22 17:49:08.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48722024-08-22T17:49:10.355Z[ recovery-image] Aug 22 17:49:08.600 INFO O| Aug 22 17:49:08.600 INFO STEP 332 (remove_files) COMPLETE
48732024-08-22T17:49:10.355Z[ recovery-image] Aug 22 17:49:08.600 INFO O| Aug 22 17:49:08.600 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-22T17:49:10.364Z[ recovery-image] Aug 22 17:49:08.611 INFO O| Aug 22 17:49:08.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48752024-08-22T17:49:10.364Z[ recovery-image] Aug 22 17:49:08.611 INFO O| Aug 22 17:49:08.611 INFO STEP 333 (remove_files) COMPLETE
48762024-08-22T17:49:10.364Z[ recovery-image] Aug 22 17:49:08.611 INFO O| Aug 22 17:49:08.611 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-22T17:49:10.374Z[ recovery-image] Aug 22 17:49:08.621 INFO O| Aug 22 17:49:08.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48782024-08-22T17:49:10.375Z[ recovery-image] Aug 22 17:49:08.621 INFO O| Aug 22 17:49:08.621 INFO STEP 334 (remove_files) COMPLETE
48792024-08-22T17:49:10.377Z[ recovery-image] Aug 22 17:49:08.621 INFO O| Aug 22 17:49:08.621 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-22T17:49:10.385Z[ recovery-image] Aug 22 17:49:08.632 INFO O| Aug 22 17:49:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48812024-08-22T17:49:10.385Z[ recovery-image] Aug 22 17:49:08.632 INFO O| Aug 22 17:49:08.632 INFO STEP 335 (remove_files) COMPLETE
48822024-08-22T17:49:10.385Z[ recovery-image] Aug 22 17:49:08.632 INFO O| Aug 22 17:49:08.632 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-22T17:49:10.397Z[ recovery-image] Aug 22 17:49:08.643 INFO O| Aug 22 17:49:08.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48842024-08-22T17:49:10.397Z[ recovery-image] Aug 22 17:49:08.643 INFO O| Aug 22 17:49:08.643 INFO STEP 336 (remove_files) COMPLETE
48852024-08-22T17:49:10.397Z[ recovery-image] Aug 22 17:49:08.643 INFO O| Aug 22 17:49:08.643 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-22T17:49:10.408Z[ recovery-image] Aug 22 17:49:08.655 INFO O| Aug 22 17:49:08.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48872024-08-22T17:49:10.408Z[ recovery-image] Aug 22 17:49:08.655 INFO O| Aug 22 17:49:08.655 INFO STEP 337 (remove_files) COMPLETE
48882024-08-22T17:49:10.411Z[ recovery-image] Aug 22 17:49:08.655 INFO O| Aug 22 17:49:08.655 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-22T17:49:10.419Z[ recovery-image] Aug 22 17:49:08.666 INFO O| Aug 22 17:49:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48902024-08-22T17:49:10.423Z[ recovery-image] Aug 22 17:49:08.666 INFO O| Aug 22 17:49:08.666 INFO STEP 338 (remove_files) COMPLETE
48912024-08-22T17:49:10.423Z[ recovery-image] Aug 22 17:49:08.666 INFO O| Aug 22 17:49:08.666 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-22T17:49:10.431Z[ recovery-image] Aug 22 17:49:08.677 INFO O| Aug 22 17:49:08.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48932024-08-22T17:49:10.431Z[ recovery-image] Aug 22 17:49:08.678 INFO O| Aug 22 17:49:08.677 INFO STEP 339 (remove_files) COMPLETE
48942024-08-22T17:49:10.433Z[ recovery-image] Aug 22 17:49:08.678 INFO O| Aug 22 17:49:08.677 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-22T17:49:10.442Z[ recovery-image] Aug 22 17:49:08.688 INFO O| Aug 22 17:49:08.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48962024-08-22T17:49:10.442Z[ recovery-image] Aug 22 17:49:08.688 INFO O| Aug 22 17:49:08.688 INFO STEP 340 (remove_files) COMPLETE
48972024-08-22T17:49:10.442Z[ recovery-image] Aug 22 17:49:08.688 INFO O| Aug 22 17:49:08.688 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-22T17:49:10.452Z[ recovery-image] Aug 22 17:49:08.699 INFO O| Aug 22 17:49:08.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48992024-08-22T17:49:10.452Z[ recovery-image] Aug 22 17:49:08.699 INFO O| Aug 22 17:49:08.699 INFO STEP 341 (remove_files) COMPLETE
49002024-08-22T17:49:10.455Z[ recovery-image] Aug 22 17:49:08.699 INFO O| Aug 22 17:49:08.699 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-22T17:49:10.463Z[ recovery-image] Aug 22 17:49:08.709 INFO O| Aug 22 17:49:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49022024-08-22T17:49:10.465Z[ recovery-image] Aug 22 17:49:08.710 INFO O| Aug 22 17:49:08.709 INFO STEP 342 (remove_files) COMPLETE
49032024-08-22T17:49:10.465Z[ recovery-image] Aug 22 17:49:08.710 INFO O| Aug 22 17:49:08.709 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-22T17:49:10.474Z[ recovery-image] Aug 22 17:49:08.720 INFO O| Aug 22 17:49:08.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49052024-08-22T17:49:10.474Z[ recovery-image] Aug 22 17:49:08.720 INFO O| Aug 22 17:49:08.720 INFO STEP 343 (remove_files) COMPLETE
49062024-08-22T17:49:10.474Z[ recovery-image] Aug 22 17:49:08.720 INFO O| Aug 22 17:49:08.720 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-22T17:49:10.484Z[ recovery-image] Aug 22 17:49:08.731 INFO O| Aug 22 17:49:08.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49082024-08-22T17:49:10.484Z[ recovery-image] Aug 22 17:49:08.731 INFO O| Aug 22 17:49:08.731 INFO STEP 344 (remove_files) COMPLETE
49092024-08-22T17:49:10.487Z[ recovery-image] Aug 22 17:49:08.731 INFO O| Aug 22 17:49:08.731 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-22T17:49:10.497Z[ recovery-image] Aug 22 17:49:08.743 INFO O| Aug 22 17:49:08.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49112024-08-22T17:49:10.497Z[ recovery-image] Aug 22 17:49:08.743 INFO O| Aug 22 17:49:08.743 INFO STEP 345 (remove_files) COMPLETE
49122024-08-22T17:49:10.500Z[ recovery-image] Aug 22 17:49:08.743 INFO O| Aug 22 17:49:08.743 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-22T17:49:10.508Z[ recovery-image] Aug 22 17:49:08.755 INFO O| Aug 22 17:49:08.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49142024-08-22T17:49:10.508Z[ recovery-image] Aug 22 17:49:08.755 INFO O| Aug 22 17:49:08.755 INFO STEP 346 (remove_files) COMPLETE
49152024-08-22T17:49:10.511Z[ recovery-image] Aug 22 17:49:08.755 INFO O| Aug 22 17:49:08.755 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-22T17:49:10.520Z[ recovery-image] Aug 22 17:49:08.767 INFO O| Aug 22 17:49:08.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49172024-08-22T17:49:10.520Z[ recovery-image] Aug 22 17:49:08.767 INFO O| Aug 22 17:49:08.767 INFO STEP 347 (remove_files) COMPLETE
49182024-08-22T17:49:10.522Z[ recovery-image] Aug 22 17:49:08.767 INFO O| Aug 22 17:49:08.767 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-22T17:49:10.532Z[ recovery-image] Aug 22 17:49:08.778 INFO O| Aug 22 17:49:08.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49202024-08-22T17:49:10.534Z[ recovery-image] Aug 22 17:49:08.778 INFO O| Aug 22 17:49:08.778 INFO STEP 348 (remove_files) COMPLETE
49212024-08-22T17:49:10.534Z[ recovery-image] Aug 22 17:49:08.778 INFO O| Aug 22 17:49:08.778 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-22T17:49:10.544Z[ recovery-image] Aug 22 17:49:08.790 INFO O| Aug 22 17:49:08.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49232024-08-22T17:49:10.544Z[ recovery-image] Aug 22 17:49:08.790 INFO O| Aug 22 17:49:08.790 INFO STEP 349 (remove_files) COMPLETE
49242024-08-22T17:49:10.544Z[ recovery-image] Aug 22 17:49:08.790 INFO O| Aug 22 17:49:08.790 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-22T17:49:10.556Z[ recovery-image] Aug 22 17:49:08.802 INFO O| Aug 22 17:49:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49262024-08-22T17:49:10.558Z[ recovery-image] Aug 22 17:49:08.803 INFO O| Aug 22 17:49:08.803 INFO STEP 350 (remove_files) COMPLETE
49272024-08-22T17:49:10.559Z[ recovery-image] Aug 22 17:49:08.803 INFO O| Aug 22 17:49:08.803 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-22T17:49:10.570Z[ recovery-image] Aug 22 17:49:08.817 INFO O| Aug 22 17:49:08.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49292024-08-22T17:49:10.570Z[ recovery-image] Aug 22 17:49:08.817 INFO O| Aug 22 17:49:08.817 INFO STEP 351 (remove_files) COMPLETE
49302024-08-22T17:49:10.573Z[ recovery-image] Aug 22 17:49:08.817 INFO O| Aug 22 17:49:08.817 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-22T17:49:10.583Z[ recovery-image] Aug 22 17:49:08.829 INFO O| Aug 22 17:49:08.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49322024-08-22T17:49:10.585Z[ recovery-image] Aug 22 17:49:08.829 INFO O| Aug 22 17:49:08.829 INFO STEP 352 (remove_files) COMPLETE
49332024-08-22T17:49:10.585Z[ recovery-image] Aug 22 17:49:08.829 INFO O| Aug 22 17:49:08.829 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-22T17:49:10.594Z[ recovery-image] Aug 22 17:49:08.841 INFO O| Aug 22 17:49:08.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49352024-08-22T17:49:10.594Z[ recovery-image] Aug 22 17:49:08.841 INFO O| Aug 22 17:49:08.841 INFO STEP 353 (remove_files) COMPLETE
49362024-08-22T17:49:10.594Z[ recovery-image] Aug 22 17:49:08.841 INFO O| Aug 22 17:49:08.841 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-22T17:49:10.606Z[ recovery-image] Aug 22 17:49:08.853 INFO O| Aug 22 17:49:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49382024-08-22T17:49:10.606Z[ recovery-image] Aug 22 17:49:08.853 INFO O| Aug 22 17:49:08.853 INFO STEP 354 (remove_files) COMPLETE
49392024-08-22T17:49:10.609Z[ recovery-image] Aug 22 17:49:08.853 INFO O| Aug 22 17:49:08.853 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-22T17:49:10.612Z[ host-image] Aug 22 17:49:08.859 INFO O| Aug 22 17:49:08.859 INFO O| Done
49412024-08-22T17:49:10.612Z[ host-image] Aug 22 17:49:08.859 INFO O| Aug 22 17:49:08.859 INFO O| Done
49422024-08-22T17:49:10.618Z[ recovery-image] Aug 22 17:49:08.864 INFO O| Aug 22 17:49:08.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49432024-08-22T17:49:10.618Z[ recovery-image] Aug 22 17:49:08.864 INFO O| Aug 22 17:49:08.864 INFO STEP 355 (remove_files) COMPLETE
49442024-08-22T17:49:10.620Z[ recovery-image] Aug 22 17:49:08.864 INFO O| Aug 22 17:49:08.864 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-08-22T17:49:10.629Z[ recovery-image] Aug 22 17:49:08.876 INFO O| Aug 22 17:49:08.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49462024-08-22T17:49:10.629Z[ recovery-image] Aug 22 17:49:08.876 INFO O| Aug 22 17:49:08.876 INFO STEP 356 (remove_files) COMPLETE
49472024-08-22T17:49:10.632Z[ recovery-image] Aug 22 17:49:08.876 INFO O| Aug 22 17:49:08.876 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-08-22T17:49:10.640Z[ recovery-image] Aug 22 17:49:08.887 INFO O| Aug 22 17:49:08.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49492024-08-22T17:49:10.640Z[ recovery-image] Aug 22 17:49:08.887 INFO O| Aug 22 17:49:08.887 INFO STEP 357 (remove_files) COMPLETE
49502024-08-22T17:49:10.643Z[ recovery-image] Aug 22 17:49:08.887 INFO O| Aug 22 17:49:08.887 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-08-22T17:49:10.652Z[ recovery-image] Aug 22 17:49:08.898 INFO O| Aug 22 17:49:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49522024-08-22T17:49:10.652Z[ recovery-image] Aug 22 17:49:08.898 INFO O| Aug 22 17:49:08.898 INFO STEP 358 (remove_files) COMPLETE
49532024-08-22T17:49:10.654Z[ recovery-image] Aug 22 17:49:08.899 INFO O| Aug 22 17:49:08.898 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-08-22T17:49:10.663Z[ recovery-image] Aug 22 17:49:08.910 INFO O| Aug 22 17:49:08.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49552024-08-22T17:49:10.663Z[ recovery-image] Aug 22 17:49:08.910 INFO O| Aug 22 17:49:08.910 INFO STEP 359 (remove_files) COMPLETE
49562024-08-22T17:49:10.665Z[ recovery-image] Aug 22 17:49:08.910 INFO O| Aug 22 17:49:08.910 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-08-22T17:49:10.674Z[ recovery-image] Aug 22 17:49:08.920 INFO O| Aug 22 17:49:08.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49582024-08-22T17:49:10.682Z[ recovery-image] Aug 22 17:49:08.921 INFO O| Aug 22 17:49:08.920 INFO STEP 360 (remove_files) COMPLETE
49592024-08-22T17:49:10.682Z[ recovery-image] Aug 22 17:49:08.921 INFO O| Aug 22 17:49:08.921 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-08-22T17:49:10.685Z[ recovery-image] Aug 22 17:49:08.931 INFO O| Aug 22 17:49:08.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49612024-08-22T17:49:10.685Z[ recovery-image] Aug 22 17:49:08.931 INFO O| Aug 22 17:49:08.931 INFO STEP 361 (remove_files) COMPLETE
49622024-08-22T17:49:10.685Z[ recovery-image] Aug 22 17:49:08.931 INFO O| Aug 22 17:49:08.931 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-08-22T17:49:10.694Z[ recovery-image] Aug 22 17:49:08.941 INFO O| Aug 22 17:49:08.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49642024-08-22T17:49:10.695Z[ recovery-image] Aug 22 17:49:08.941 INFO O| Aug 22 17:49:08.941 INFO STEP 362 (remove_files) COMPLETE
49652024-08-22T17:49:10.700Z[ recovery-image] Aug 22 17:49:08.941 INFO O| Aug 22 17:49:08.941 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-08-22T17:49:10.705Z[ recovery-image] Aug 22 17:49:08.951 INFO O| Aug 22 17:49:08.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49672024-08-22T17:49:10.705Z[ recovery-image] Aug 22 17:49:08.951 INFO O| Aug 22 17:49:08.951 INFO STEP 363 (remove_files) COMPLETE
49682024-08-22T17:49:10.707Z[ recovery-image] Aug 22 17:49:08.952 INFO O| Aug 22 17:49:08.951 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-08-22T17:49:10.715Z[ recovery-image] Aug 22 17:49:08.962 INFO O| Aug 22 17:49:08.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49702024-08-22T17:49:10.717Z[ recovery-image] Aug 22 17:49:08.962 INFO O| Aug 22 17:49:08.962 INFO STEP 364 (remove_files) COMPLETE
49712024-08-22T17:49:10.717Z[ recovery-image] Aug 22 17:49:08.962 INFO O| Aug 22 17:49:08.962 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-08-22T17:49:10.725Z[ recovery-image] Aug 22 17:49:08.972 INFO O| Aug 22 17:49:08.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49732024-08-22T17:49:10.725Z[ recovery-image] Aug 22 17:49:08.972 INFO O| Aug 22 17:49:08.972 INFO STEP 365 (remove_files) COMPLETE
49742024-08-22T17:49:10.727Z[ recovery-image] Aug 22 17:49:08.972 INFO O| Aug 22 17:49:08.972 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-08-22T17:49:10.736Z[ recovery-image] Aug 22 17:49:08.982 INFO O| Aug 22 17:49:08.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49762024-08-22T17:49:10.736Z[ recovery-image] Aug 22 17:49:08.982 INFO O| Aug 22 17:49:08.982 INFO STEP 366 (remove_files) COMPLETE
49772024-08-22T17:49:10.738Z[ recovery-image] Aug 22 17:49:08.982 INFO O| Aug 22 17:49:08.982 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-08-22T17:49:10.746Z[ recovery-image] Aug 22 17:49:08.992 INFO O| Aug 22 17:49:08.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49792024-08-22T17:49:10.746Z[ recovery-image] Aug 22 17:49:08.993 INFO O| Aug 22 17:49:08.992 INFO STEP 367 (remove_files) COMPLETE
49802024-08-22T17:49:10.748Z[ recovery-image] Aug 22 17:49:08.993 INFO O| Aug 22 17:49:08.992 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-08-22T17:49:10.756Z[ recovery-image] Aug 22 17:49:09.003 INFO O| Aug 22 17:49:09.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49822024-08-22T17:49:10.756Z[ recovery-image] Aug 22 17:49:09.003 INFO O| Aug 22 17:49:09.003 INFO STEP 368 (remove_files) COMPLETE
49832024-08-22T17:49:10.756Z[ recovery-image] Aug 22 17:49:09.003 INFO O| Aug 22 17:49:09.003 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-08-22T17:49:10.769Z[ recovery-image] Aug 22 17:49:09.015 INFO O| Aug 22 17:49:09.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49852024-08-22T17:49:10.769Z[ recovery-image] Aug 22 17:49:09.015 INFO O| Aug 22 17:49:09.015 INFO STEP 369 (remove_files) COMPLETE
49862024-08-22T17:49:10.771Z[ recovery-image] Aug 22 17:49:09.015 INFO O| Aug 22 17:49:09.015 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-08-22T17:49:10.780Z[ recovery-image] Aug 22 17:49:09.026 INFO O| Aug 22 17:49:09.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49882024-08-22T17:49:10.782Z[ recovery-image] Aug 22 17:49:09.026 INFO O| Aug 22 17:49:09.026 INFO STEP 370 (remove_files) COMPLETE
49892024-08-22T17:49:10.782Z[ recovery-image] Aug 22 17:49:09.026 INFO O| Aug 22 17:49:09.026 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-08-22T17:49:10.792Z[ recovery-image] Aug 22 17:49:09.038 INFO O| Aug 22 17:49:09.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49912024-08-22T17:49:10.792Z[ recovery-image] Aug 22 17:49:09.038 INFO O| Aug 22 17:49:09.038 INFO STEP 371 (remove_files) COMPLETE
49922024-08-22T17:49:10.794Z[ recovery-image] Aug 22 17:49:09.038 INFO O| Aug 22 17:49:09.038 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-08-22T17:49:10.803Z[ recovery-image] Aug 22 17:49:09.049 INFO O| Aug 22 17:49:09.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49942024-08-22T17:49:10.803Z[ recovery-image] Aug 22 17:49:09.049 INFO O| Aug 22 17:49:09.049 INFO STEP 372 (remove_files) COMPLETE
49952024-08-22T17:49:10.805Z[ recovery-image] Aug 22 17:49:09.049 INFO O| Aug 22 17:49:09.049 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-08-22T17:49:10.814Z[ recovery-image] Aug 22 17:49:09.061 INFO O| Aug 22 17:49:09.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49972024-08-22T17:49:10.814Z[ recovery-image] Aug 22 17:49:09.061 INFO O| Aug 22 17:49:09.061 INFO STEP 373 (remove_files) COMPLETE
49982024-08-22T17:49:10.817Z[ recovery-image] Aug 22 17:49:09.061 INFO O| Aug 22 17:49:09.061 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-08-22T17:49:10.826Z[ recovery-image] Aug 22 17:49:09.073 INFO O| Aug 22 17:49:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50002024-08-22T17:49:10.829Z[ recovery-image] Aug 22 17:49:09.073 INFO O| Aug 22 17:49:09.073 INFO STEP 374 (remove_files) COMPLETE
50012024-08-22T17:49:10.829Z[ recovery-image] Aug 22 17:49:09.073 INFO O| Aug 22 17:49:09.073 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-08-22T17:49:10.838Z[ recovery-image] Aug 22 17:49:09.084 INFO O| Aug 22 17:49:09.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50032024-08-22T17:49:10.841Z[ recovery-image] Aug 22 17:49:09.085 INFO O| Aug 22 17:49:09.085 INFO STEP 375 (remove_files) COMPLETE
50042024-08-22T17:49:10.841Z[ recovery-image] Aug 22 17:49:09.085 INFO O| Aug 22 17:49:09.085 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-08-22T17:49:10.849Z[ recovery-image] Aug 22 17:49:09.095 INFO O| Aug 22 17:49:09.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50062024-08-22T17:49:10.852Z[ recovery-image] Aug 22 17:49:09.095 INFO O| Aug 22 17:49:09.095 INFO STEP 376 (remove_files) COMPLETE
50072024-08-22T17:49:10.852Z[ recovery-image] Aug 22 17:49:09.095 INFO O| Aug 22 17:49:09.095 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-08-22T17:49:10.861Z[ recovery-image] Aug 22 17:49:09.107 INFO O| Aug 22 17:49:09.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50092024-08-22T17:49:10.861Z[ recovery-image] Aug 22 17:49:09.108 INFO O| Aug 22 17:49:09.108 INFO STEP 377 (remove_files) COMPLETE
50102024-08-22T17:49:10.863Z[ recovery-image] Aug 22 17:49:09.108 INFO O| Aug 22 17:49:09.108 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-08-22T17:49:10.872Z[ recovery-image] Aug 22 17:49:09.118 INFO O| Aug 22 17:49:09.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50122024-08-22T17:49:10.872Z[ recovery-image] Aug 22 17:49:09.118 INFO O| Aug 22 17:49:09.118 INFO STEP 378 (remove_files) COMPLETE
50132024-08-22T17:49:10.872Z[ recovery-image] Aug 22 17:49:09.118 INFO O| Aug 22 17:49:09.118 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-08-22T17:49:10.884Z[ recovery-image] Aug 22 17:49:09.130 INFO O| Aug 22 17:49:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50152024-08-22T17:49:10.884Z[ recovery-image] Aug 22 17:49:09.130 INFO O| Aug 22 17:49:09.130 INFO STEP 379 (remove_files) COMPLETE
50162024-08-22T17:49:10.886Z[ recovery-image] Aug 22 17:49:09.130 INFO O| Aug 22 17:49:09.130 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-08-22T17:49:10.895Z[ recovery-image] Aug 22 17:49:09.141 INFO O| Aug 22 17:49:09.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50182024-08-22T17:49:10.895Z[ recovery-image] Aug 22 17:49:09.141 INFO O| Aug 22 17:49:09.141 INFO STEP 380 (remove_files) COMPLETE
50192024-08-22T17:49:10.897Z[ recovery-image] Aug 22 17:49:09.141 INFO O| Aug 22 17:49:09.141 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-08-22T17:49:10.906Z[ recovery-image] Aug 22 17:49:09.152 INFO O| Aug 22 17:49:09.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50212024-08-22T17:49:10.908Z[ recovery-image] Aug 22 17:49:09.153 INFO O| Aug 22 17:49:09.153 INFO STEP 381 (remove_files) COMPLETE
50222024-08-22T17:49:10.908Z[ recovery-image] Aug 22 17:49:09.153 INFO O| Aug 22 17:49:09.153 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-08-22T17:49:10.918Z[ recovery-image] Aug 22 17:49:09.164 INFO O| Aug 22 17:49:09.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50242024-08-22T17:49:10.920Z[ recovery-image] Aug 22 17:49:09.165 INFO O| Aug 22 17:49:09.164 INFO STEP 382 (remove_files) COMPLETE
50252024-08-22T17:49:10.920Z[ recovery-image] Aug 22 17:49:09.165 INFO O| Aug 22 17:49:09.165 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-08-22T17:49:10.928Z[ recovery-image] Aug 22 17:49:09.175 INFO O| Aug 22 17:49:09.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50272024-08-22T17:49:10.932Z[ recovery-image] Aug 22 17:49:09.175 INFO O| Aug 22 17:49:09.175 INFO STEP 383 (remove_files) COMPLETE
50282024-08-22T17:49:10.932Z[ recovery-image] Aug 22 17:49:09.175 INFO O| Aug 22 17:49:09.175 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-08-22T17:49:10.939Z[ recovery-image] Aug 22 17:49:09.185 INFO O| Aug 22 17:49:09.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50302024-08-22T17:49:10.939Z[ recovery-image] Aug 22 17:49:09.186 INFO O| Aug 22 17:49:09.186 INFO STEP 384 (remove_files) COMPLETE
50312024-08-22T17:49:10.941Z[ recovery-image] Aug 22 17:49:09.186 INFO O| Aug 22 17:49:09.186 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-08-22T17:49:10.949Z[ recovery-image] Aug 22 17:49:09.196 INFO O| Aug 22 17:49:09.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50332024-08-22T17:49:10.949Z[ recovery-image] Aug 22 17:49:09.196 INFO O| Aug 22 17:49:09.196 INFO STEP 385 (remove_files) COMPLETE
50342024-08-22T17:49:10.949Z[ recovery-image] Aug 22 17:49:09.196 INFO O| Aug 22 17:49:09.196 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-08-22T17:49:10.961Z[ recovery-image] Aug 22 17:49:09.207 INFO O| Aug 22 17:49:09.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50362024-08-22T17:49:10.961Z[ recovery-image] Aug 22 17:49:09.208 INFO O| Aug 22 17:49:09.207 INFO STEP 386 (remove_files) COMPLETE
50372024-08-22T17:49:10.964Z[ recovery-image] Aug 22 17:49:09.208 INFO O| Aug 22 17:49:09.207 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-08-22T17:49:10.972Z[ recovery-image] Aug 22 17:49:09.218 INFO O| Aug 22 17:49:09.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50392024-08-22T17:49:10.972Z[ recovery-image] Aug 22 17:49:09.218 INFO O| Aug 22 17:49:09.218 INFO STEP 387 (remove_files) COMPLETE
50402024-08-22T17:49:10.972Z[ recovery-image] Aug 22 17:49:09.218 INFO O| Aug 22 17:49:09.218 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-08-22T17:49:10.983Z[ recovery-image] Aug 22 17:49:09.229 INFO O| Aug 22 17:49:09.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50422024-08-22T17:49:10.983Z[ recovery-image] Aug 22 17:49:09.229 INFO O| Aug 22 17:49:09.229 INFO STEP 388 (remove_files) COMPLETE
50432024-08-22T17:49:10.986Z[ recovery-image] Aug 22 17:49:09.229 INFO O| Aug 22 17:49:09.229 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-22T17:49:10.993Z[ recovery-image] Aug 22 17:49:09.239 INFO O| Aug 22 17:49:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50452024-08-22T17:49:10.993Z[ recovery-image] Aug 22 17:49:09.240 INFO O| Aug 22 17:49:09.239 INFO STEP 389 (remove_files) COMPLETE
50462024-08-22T17:49:10.995Z[ recovery-image] Aug 22 17:49:09.240 INFO O| Aug 22 17:49:09.239 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-22T17:49:11.003Z[ recovery-image] Aug 22 17:49:09.250 INFO O| Aug 22 17:49:09.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50482024-08-22T17:49:11.003Z[ recovery-image] Aug 22 17:49:09.250 INFO O| Aug 22 17:49:09.250 INFO STEP 390 (remove_files) COMPLETE
50492024-08-22T17:49:11.006Z[ recovery-image] Aug 22 17:49:09.250 INFO O| Aug 22 17:49:09.250 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-08-22T17:49:11.015Z[ recovery-image] Aug 22 17:49:09.261 INFO O| Aug 22 17:49:09.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50512024-08-22T17:49:11.018Z[ recovery-image] Aug 22 17:49:09.262 INFO O| Aug 22 17:49:09.261 INFO STEP 391 (remove_files) COMPLETE
50522024-08-22T17:49:11.018Z[ recovery-image] Aug 22 17:49:09.262 INFO O| Aug 22 17:49:09.262 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-08-22T17:49:11.025Z[ recovery-image] Aug 22 17:49:09.272 INFO O| Aug 22 17:49:09.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50542024-08-22T17:49:11.025Z[ recovery-image] Aug 22 17:49:09.272 INFO O| Aug 22 17:49:09.272 INFO STEP 392 (remove_files) COMPLETE
50552024-08-22T17:49:11.028Z[ recovery-image] Aug 22 17:49:09.272 INFO O| Aug 22 17:49:09.272 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-08-22T17:49:11.035Z[ recovery-image] Aug 22 17:49:09.282 INFO O| Aug 22 17:49:09.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50572024-08-22T17:49:11.035Z[ recovery-image] Aug 22 17:49:09.282 INFO O| Aug 22 17:49:09.282 INFO STEP 393 (remove_files) COMPLETE
50582024-08-22T17:49:11.038Z[ recovery-image] Aug 22 17:49:09.282 INFO O| Aug 22 17:49:09.282 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-08-22T17:49:11.046Z[ recovery-image] Aug 22 17:49:09.292 INFO O| Aug 22 17:49:09.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50602024-08-22T17:49:11.046Z[ recovery-image] Aug 22 17:49:09.292 INFO O| Aug 22 17:49:09.292 INFO STEP 394 (remove_files) COMPLETE
50612024-08-22T17:49:11.048Z[ recovery-image] Aug 22 17:49:09.292 INFO O| Aug 22 17:49:09.292 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-08-22T17:49:11.056Z[ recovery-image] Aug 22 17:49:09.303 INFO O| Aug 22 17:49:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50632024-08-22T17:49:11.056Z[ recovery-image] Aug 22 17:49:09.303 INFO O| Aug 22 17:49:09.303 INFO STEP 395 (remove_files) COMPLETE
50642024-08-22T17:49:11.059Z[ recovery-image] Aug 22 17:49:09.303 INFO O| Aug 22 17:49:09.303 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-08-22T17:49:11.069Z[ recovery-image] Aug 22 17:49:09.316 INFO O| Aug 22 17:49:09.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50662024-08-22T17:49:11.069Z[ recovery-image] Aug 22 17:49:09.316 INFO O| Aug 22 17:49:09.316 INFO STEP 396 (remove_files) COMPLETE
50672024-08-22T17:49:11.072Z[ recovery-image] Aug 22 17:49:09.316 INFO O| Aug 22 17:49:09.316 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-08-22T17:49:11.080Z[ recovery-image] Aug 22 17:49:09.326 INFO O| Aug 22 17:49:09.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50692024-08-22T17:49:11.082Z[ recovery-image] Aug 22 17:49:09.327 INFO O| Aug 22 17:49:09.327 INFO STEP 397 (remove_files) COMPLETE
50702024-08-22T17:49:11.082Z[ recovery-image] Aug 22 17:49:09.327 INFO O| Aug 22 17:49:09.327 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-08-22T17:49:11.092Z[ recovery-image] Aug 22 17:49:09.339 INFO O| Aug 22 17:49:09.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50722024-08-22T17:49:11.092Z[ recovery-image] Aug 22 17:49:09.339 INFO O| Aug 22 17:49:09.339 INFO STEP 398 (remove_files) COMPLETE
50732024-08-22T17:49:11.095Z[ recovery-image] Aug 22 17:49:09.339 INFO O| Aug 22 17:49:09.339 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-08-22T17:49:11.103Z[ recovery-image] Aug 22 17:49:09.350 INFO O| Aug 22 17:49:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50752024-08-22T17:49:11.103Z[ recovery-image] Aug 22 17:49:09.350 INFO O| Aug 22 17:49:09.350 INFO STEP 399 (remove_files) COMPLETE
50762024-08-22T17:49:11.106Z[ recovery-image] Aug 22 17:49:09.350 INFO O| Aug 22 17:49:09.350 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-08-22T17:49:11.109Z[ host-image] Aug 22 17:49:09.355 INFO O| Aug 22 17:49:09.355 INFO O| Done
50782024-08-22T17:49:11.114Z[ recovery-image] Aug 22 17:49:09.361 INFO O| Aug 22 17:49:09.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50792024-08-22T17:49:11.116Z[ recovery-image] Aug 22 17:49:09.361 INFO O| Aug 22 17:49:09.361 INFO STEP 400 (remove_files) COMPLETE
50802024-08-22T17:49:11.116Z[ recovery-image] Aug 22 17:49:09.361 INFO O| Aug 22 17:49:09.361 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-22T17:49:11.127Z[ recovery-image] Aug 22 17:49:09.372 INFO O| Aug 22 17:49:09.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50822024-08-22T17:49:11.127Z[ recovery-image] Aug 22 17:49:09.372 INFO O| Aug 22 17:49:09.372 INFO STEP 401 (remove_files) COMPLETE
50832024-08-22T17:49:11.127Z[ recovery-image] Aug 22 17:49:09.373 INFO O| Aug 22 17:49:09.372 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-22T17:49:11.140Z[ recovery-image] Aug 22 17:49:09.385 INFO O| Aug 22 17:49:09.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50852024-08-22T17:49:11.142Z[ recovery-image] Aug 22 17:49:09.385 INFO O| Aug 22 17:49:09.385 INFO STEP 402 (remove_files) COMPLETE
50862024-08-22T17:49:11.143Z[ recovery-image] Aug 22 17:49:09.385 INFO O| Aug 22 17:49:09.385 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-22T17:49:11.151Z[ recovery-image] Aug 22 17:49:09.398 INFO O| Aug 22 17:49:09.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50882024-08-22T17:49:11.151Z[ recovery-image] Aug 22 17:49:09.398 INFO O| Aug 22 17:49:09.398 INFO STEP 403 (remove_files) COMPLETE
50892024-08-22T17:49:11.154Z[ recovery-image] Aug 22 17:49:09.398 INFO O| Aug 22 17:49:09.398 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-22T17:49:11.165Z[ recovery-image] Aug 22 17:49:09.411 INFO O| Aug 22 17:49:09.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50912024-08-22T17:49:11.167Z[ recovery-image] Aug 22 17:49:09.411 INFO O| Aug 22 17:49:09.411 INFO STEP 404 (remove_files) COMPLETE
50922024-08-22T17:49:11.167Z[ recovery-image] Aug 22 17:49:09.411 INFO O| Aug 22 17:49:09.411 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-22T17:49:11.178Z[ recovery-image] Aug 22 17:49:09.424 INFO O| Aug 22 17:49:09.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50942024-08-22T17:49:11.180Z[ recovery-image] Aug 22 17:49:09.425 INFO O| Aug 22 17:49:09.425 INFO STEP 405 (remove_files) COMPLETE
50952024-08-22T17:49:11.180Z[ recovery-image] Aug 22 17:49:09.425 INFO O| Aug 22 17:49:09.425 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-22T17:49:11.189Z[ recovery-image] Aug 22 17:49:09.436 INFO O| Aug 22 17:49:09.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50972024-08-22T17:49:11.189Z[ recovery-image] Aug 22 17:49:09.436 INFO O| Aug 22 17:49:09.436 INFO STEP 406 (remove_files) COMPLETE
50982024-08-22T17:49:11.192Z[ recovery-image] Aug 22 17:49:09.436 INFO O| Aug 22 17:49:09.436 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-22T17:49:11.201Z[ recovery-image] Aug 22 17:49:09.447 INFO O| Aug 22 17:49:09.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51002024-08-22T17:49:11.203Z[ recovery-image] Aug 22 17:49:09.447 INFO O| Aug 22 17:49:09.447 INFO STEP 407 (remove_files) COMPLETE
51012024-08-22T17:49:11.203Z[ recovery-image] Aug 22 17:49:09.447 INFO O| Aug 22 17:49:09.447 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-22T17:49:11.212Z[ recovery-image] Aug 22 17:49:09.458 INFO O| Aug 22 17:49:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51032024-08-22T17:49:11.212Z[ recovery-image] Aug 22 17:49:09.458 INFO O| Aug 22 17:49:09.458 INFO STEP 408 (remove_files) COMPLETE
51042024-08-22T17:49:11.212Z[ recovery-image] Aug 22 17:49:09.458 INFO O| Aug 22 17:49:09.458 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-22T17:49:11.223Z[ recovery-image] Aug 22 17:49:09.469 INFO O| Aug 22 17:49:09.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51062024-08-22T17:49:11.223Z[ recovery-image] Aug 22 17:49:09.469 INFO O| Aug 22 17:49:09.469 INFO STEP 409 (remove_files) COMPLETE
51072024-08-22T17:49:11.223Z[ recovery-image] Aug 22 17:49:09.469 INFO O| Aug 22 17:49:09.469 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-22T17:49:11.234Z[ recovery-image] Aug 22 17:49:09.480 INFO O| Aug 22 17:49:09.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51092024-08-22T17:49:11.234Z[ recovery-image] Aug 22 17:49:09.480 INFO O| Aug 22 17:49:09.480 INFO STEP 410 (remove_files) COMPLETE
51102024-08-22T17:49:11.236Z[ recovery-image] Aug 22 17:49:09.480 INFO O| Aug 22 17:49:09.480 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-22T17:49:11.244Z[ recovery-image] Aug 22 17:49:09.490 INFO O| Aug 22 17:49:09.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51122024-08-22T17:49:11.244Z[ recovery-image] Aug 22 17:49:09.491 INFO O| Aug 22 17:49:09.491 INFO STEP 411 (remove_files) COMPLETE
51132024-08-22T17:49:11.246Z[ recovery-image] Aug 22 17:49:09.491 INFO O| Aug 22 17:49:09.491 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-22T17:49:11.255Z[ recovery-image] Aug 22 17:49:09.501 INFO O| Aug 22 17:49:09.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51152024-08-22T17:49:11.255Z[ recovery-image] Aug 22 17:49:09.501 INFO O| Aug 22 17:49:09.501 INFO STEP 412 (remove_files) COMPLETE
51162024-08-22T17:49:11.255Z[ recovery-image] Aug 22 17:49:09.501 INFO O| Aug 22 17:49:09.501 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-22T17:49:11.265Z[ recovery-image] Aug 22 17:49:09.512 INFO O| Aug 22 17:49:09.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51182024-08-22T17:49:11.265Z[ recovery-image] Aug 22 17:49:09.512 INFO O| Aug 22 17:49:09.512 INFO STEP 413 (remove_files) COMPLETE
51192024-08-22T17:49:11.268Z[ recovery-image] Aug 22 17:49:09.512 INFO O| Aug 22 17:49:09.512 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-22T17:49:11.276Z[ recovery-image] Aug 22 17:49:09.523 INFO O| Aug 22 17:49:09.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51212024-08-22T17:49:11.276Z[ recovery-image] Aug 22 17:49:09.523 INFO O| Aug 22 17:49:09.523 INFO STEP 414 (remove_files) COMPLETE
51222024-08-22T17:49:11.276Z[ recovery-image] Aug 22 17:49:09.523 INFO O| Aug 22 17:49:09.523 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-22T17:49:11.287Z[ recovery-image] Aug 22 17:49:09.533 INFO O| Aug 22 17:49:09.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51242024-08-22T17:49:11.287Z[ recovery-image] Aug 22 17:49:09.533 INFO O| Aug 22 17:49:09.533 INFO STEP 415 (remove_files) COMPLETE
51252024-08-22T17:49:11.287Z[ recovery-image] Aug 22 17:49:09.533 INFO O| Aug 22 17:49:09.533 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-22T17:49:11.298Z[ recovery-image] Aug 22 17:49:09.544 INFO O| Aug 22 17:49:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51272024-08-22T17:49:11.298Z[ recovery-image] Aug 22 17:49:09.544 INFO O| Aug 22 17:49:09.544 INFO STEP 416 (remove_files) COMPLETE
51282024-08-22T17:49:11.298Z[ recovery-image] Aug 22 17:49:09.544 INFO O| Aug 22 17:49:09.544 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-22T17:49:11.308Z[ recovery-image] Aug 22 17:49:09.554 INFO O| Aug 22 17:49:09.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51302024-08-22T17:49:11.311Z[ recovery-image] Aug 22 17:49:09.555 INFO O| Aug 22 17:49:09.555 INFO STEP 417 (remove_files) COMPLETE
51312024-08-22T17:49:11.311Z[ recovery-image] Aug 22 17:49:09.555 INFO O| Aug 22 17:49:09.555 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-22T17:49:11.320Z[ recovery-image] Aug 22 17:49:09.566 INFO O| Aug 22 17:49:09.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51332024-08-22T17:49:11.323Z[ recovery-image] Aug 22 17:49:09.566 INFO O| Aug 22 17:49:09.566 INFO STEP 418 (remove_files) COMPLETE
51342024-08-22T17:49:11.323Z[ recovery-image] Aug 22 17:49:09.566 INFO O| Aug 22 17:49:09.566 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-22T17:49:11.331Z[ recovery-image] Aug 22 17:49:09.577 INFO O| Aug 22 17:49:09.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51362024-08-22T17:49:11.331Z[ recovery-image] Aug 22 17:49:09.577 INFO O| Aug 22 17:49:09.577 INFO STEP 419 (remove_files) COMPLETE
51372024-08-22T17:49:11.334Z[ recovery-image] Aug 22 17:49:09.577 INFO O| Aug 22 17:49:09.577 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-22T17:49:11.342Z[ recovery-image] Aug 22 17:49:09.588 INFO O| Aug 22 17:49:09.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51392024-08-22T17:49:11.342Z[ recovery-image] Aug 22 17:49:09.588 INFO O| Aug 22 17:49:09.588 INFO STEP 420 (remove_files) COMPLETE
51402024-08-22T17:49:11.344Z[ recovery-image] Aug 22 17:49:09.588 INFO O| Aug 22 17:49:09.588 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-22T17:49:11.352Z[ recovery-image] Aug 22 17:49:09.599 INFO O| Aug 22 17:49:09.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51422024-08-22T17:49:11.355Z[ recovery-image] Aug 22 17:49:09.599 INFO O| Aug 22 17:49:09.599 INFO STEP 421 (remove_files) COMPLETE
51432024-08-22T17:49:11.355Z[ recovery-image] Aug 22 17:49:09.599 INFO O| Aug 22 17:49:09.599 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-22T17:49:11.363Z[ recovery-image] Aug 22 17:49:09.609 INFO O| Aug 22 17:49:09.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51452024-08-22T17:49:11.363Z[ recovery-image] Aug 22 17:49:09.609 INFO O| Aug 22 17:49:09.609 INFO STEP 422 (remove_files) COMPLETE
51462024-08-22T17:49:11.365Z[ recovery-image] Aug 22 17:49:09.609 INFO O| Aug 22 17:49:09.609 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-22T17:49:11.373Z[ recovery-image] Aug 22 17:49:09.620 INFO O| Aug 22 17:49:09.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51482024-08-22T17:49:11.373Z[ recovery-image] Aug 22 17:49:09.620 INFO O| Aug 22 17:49:09.620 INFO STEP 423 (remove_files) COMPLETE
51492024-08-22T17:49:11.375Z[ recovery-image] Aug 22 17:49:09.620 INFO O| Aug 22 17:49:09.620 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-22T17:49:11.384Z[ recovery-image] Aug 22 17:49:09.630 INFO O| Aug 22 17:49:09.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51512024-08-22T17:49:11.386Z[ recovery-image] Aug 22 17:49:09.631 INFO O| Aug 22 17:49:09.630 INFO STEP 424 (remove_files) COMPLETE
51522024-08-22T17:49:11.386Z[ recovery-image] Aug 22 17:49:09.631 INFO O| Aug 22 17:49:09.631 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-22T17:49:11.394Z[ recovery-image] Aug 22 17:49:09.641 INFO O| Aug 22 17:49:09.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51542024-08-22T17:49:11.397Z[ recovery-image] Aug 22 17:49:09.641 INFO O| Aug 22 17:49:09.641 INFO STEP 425 (remove_files) COMPLETE
51552024-08-22T17:49:11.397Z[ recovery-image] Aug 22 17:49:09.641 INFO O| Aug 22 17:49:09.641 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-22T17:49:11.406Z[ recovery-image] Aug 22 17:49:09.653 INFO O| Aug 22 17:49:09.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51572024-08-22T17:49:11.409Z[ recovery-image] Aug 22 17:49:09.653 INFO O| Aug 22 17:49:09.653 INFO STEP 426 (remove_files) COMPLETE
51582024-08-22T17:49:11.409Z[ recovery-image] Aug 22 17:49:09.653 INFO O| Aug 22 17:49:09.653 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-22T17:49:11.417Z[ recovery-image] Aug 22 17:49:09.663 INFO O| Aug 22 17:49:09.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51602024-08-22T17:49:11.417Z[ recovery-image] Aug 22 17:49:09.664 INFO O| Aug 22 17:49:09.664 INFO STEP 427 (remove_files) COMPLETE
51612024-08-22T17:49:11.419Z[ recovery-image] Aug 22 17:49:09.664 INFO O| Aug 22 17:49:09.664 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-22T17:49:11.428Z[ recovery-image] Aug 22 17:49:09.674 INFO O| Aug 22 17:49:09.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51632024-08-22T17:49:11.428Z[ recovery-image] Aug 22 17:49:09.674 INFO O| Aug 22 17:49:09.674 INFO STEP 428 (remove_files) COMPLETE
51642024-08-22T17:49:11.430Z[ recovery-image] Aug 22 17:49:09.674 INFO O| Aug 22 17:49:09.674 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-22T17:49:11.438Z[ recovery-image] Aug 22 17:49:09.685 INFO O| Aug 22 17:49:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51662024-08-22T17:49:11.438Z[ recovery-image] Aug 22 17:49:09.685 INFO O| Aug 22 17:49:09.685 INFO STEP 429 (remove_files) COMPLETE
51672024-08-22T17:49:11.438Z[ recovery-image] Aug 22 17:49:09.685 INFO O| Aug 22 17:49:09.685 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-22T17:49:11.449Z[ recovery-image] Aug 22 17:49:09.695 INFO O| Aug 22 17:49:09.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51692024-08-22T17:49:11.451Z[ recovery-image] Aug 22 17:49:09.695 INFO O| Aug 22 17:49:09.695 INFO STEP 430 (remove_files) COMPLETE
51702024-08-22T17:49:11.451Z[ recovery-image] Aug 22 17:49:09.695 INFO O| Aug 22 17:49:09.695 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-22T17:49:11.459Z[ recovery-image] Aug 22 17:49:09.706 INFO O| Aug 22 17:49:09.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51722024-08-22T17:49:11.459Z[ recovery-image] Aug 22 17:49:09.706 INFO O| Aug 22 17:49:09.706 INFO STEP 431 (remove_files) COMPLETE
51732024-08-22T17:49:11.459Z[ recovery-image] Aug 22 17:49:09.706 INFO O| Aug 22 17:49:09.706 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-22T17:49:11.470Z[ recovery-image] Aug 22 17:49:09.716 INFO O| Aug 22 17:49:09.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51752024-08-22T17:49:11.470Z[ recovery-image] Aug 22 17:49:09.716 INFO O| Aug 22 17:49:09.716 INFO STEP 432 (remove_files) COMPLETE
51762024-08-22T17:49:11.473Z[ recovery-image] Aug 22 17:49:09.716 INFO O| Aug 22 17:49:09.716 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-22T17:49:11.480Z[ recovery-image] Aug 22 17:49:09.727 INFO O| Aug 22 17:49:09.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51782024-08-22T17:49:11.480Z[ recovery-image] Aug 22 17:49:09.727 INFO O| Aug 22 17:49:09.727 INFO STEP 433 (remove_files) COMPLETE
51792024-08-22T17:49:11.483Z[ recovery-image] Aug 22 17:49:09.727 INFO O| Aug 22 17:49:09.727 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-22T17:49:11.492Z[ recovery-image] Aug 22 17:49:09.737 INFO O| Aug 22 17:49:09.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51812024-08-22T17:49:11.492Z[ recovery-image] Aug 22 17:49:09.738 INFO O| Aug 22 17:49:09.737 INFO STEP 434 (remove_files) COMPLETE
51822024-08-22T17:49:11.492Z[ recovery-image] Aug 22 17:49:09.738 INFO O| Aug 22 17:49:09.738 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-22T17:49:11.502Z[ recovery-image] Aug 22 17:49:09.748 INFO O| Aug 22 17:49:09.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51842024-08-22T17:49:11.502Z[ recovery-image] Aug 22 17:49:09.748 INFO O| Aug 22 17:49:09.748 INFO STEP 435 (remove_files) COMPLETE
51852024-08-22T17:49:11.502Z[ recovery-image] Aug 22 17:49:09.748 INFO O| Aug 22 17:49:09.748 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-22T17:49:11.513Z[ recovery-image] Aug 22 17:49:09.760 INFO O| Aug 22 17:49:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51872024-08-22T17:49:11.513Z[ recovery-image] Aug 22 17:49:09.760 INFO O| Aug 22 17:49:09.760 INFO STEP 436 (remove_files) COMPLETE
51882024-08-22T17:49:11.516Z[ recovery-image] Aug 22 17:49:09.760 INFO O| Aug 22 17:49:09.760 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-22T17:49:11.525Z[ recovery-image] Aug 22 17:49:09.772 INFO O| Aug 22 17:49:09.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51902024-08-22T17:49:11.525Z[ recovery-image] Aug 22 17:49:09.772 INFO O| Aug 22 17:49:09.772 INFO STEP 437 (remove_files) COMPLETE
51912024-08-22T17:49:11.528Z[ recovery-image] Aug 22 17:49:09.772 INFO O| Aug 22 17:49:09.772 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-22T17:49:11.537Z[ recovery-image] Aug 22 17:49:09.783 INFO O| Aug 22 17:49:09.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51932024-08-22T17:49:11.540Z[ recovery-image] Aug 22 17:49:09.784 INFO O| Aug 22 17:49:09.784 INFO STEP 438 (remove_files) COMPLETE
51942024-08-22T17:49:11.540Z[ recovery-image] Aug 22 17:49:09.784 INFO O| Aug 22 17:49:09.784 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-22T17:49:11.549Z[ recovery-image] Aug 22 17:49:09.795 INFO O| Aug 22 17:49:09.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51962024-08-22T17:49:11.551Z[ recovery-image] Aug 22 17:49:09.795 INFO O| Aug 22 17:49:09.795 INFO STEP 439 (remove_files) COMPLETE
51972024-08-22T17:49:11.551Z[ recovery-image] Aug 22 17:49:09.795 INFO O| Aug 22 17:49:09.795 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-22T17:49:11.560Z[ recovery-image] Aug 22 17:49:09.806 INFO O| Aug 22 17:49:09.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51992024-08-22T17:49:11.562Z[ recovery-image] Aug 22 17:49:09.807 INFO O| Aug 22 17:49:09.807 INFO STEP 440 (remove_files) COMPLETE
52002024-08-22T17:49:11.562Z[ recovery-image] Aug 22 17:49:09.807 INFO O| Aug 22 17:49:09.807 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-22T17:49:11.571Z[ recovery-image] Aug 22 17:49:09.817 INFO O| Aug 22 17:49:09.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52022024-08-22T17:49:11.571Z[ recovery-image] Aug 22 17:49:09.818 INFO O| Aug 22 17:49:09.818 INFO STEP 441 (remove_files) COMPLETE
52032024-08-22T17:49:11.574Z[ recovery-image] Aug 22 17:49:09.818 INFO O| Aug 22 17:49:09.818 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-22T17:49:11.582Z[ recovery-image] Aug 22 17:49:09.828 INFO O| Aug 22 17:49:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52052024-08-22T17:49:11.582Z[ recovery-image] Aug 22 17:49:09.828 INFO O| Aug 22 17:49:09.828 INFO STEP 442 (remove_files) COMPLETE
52062024-08-22T17:49:11.584Z[ recovery-image] Aug 22 17:49:09.828 INFO O| Aug 22 17:49:09.828 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-22T17:49:11.592Z[ recovery-image] Aug 22 17:49:09.839 INFO O| Aug 22 17:49:09.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52082024-08-22T17:49:11.592Z[ recovery-image] Aug 22 17:49:09.839 INFO O| Aug 22 17:49:09.839 INFO STEP 443 (remove_files) COMPLETE
52092024-08-22T17:49:11.595Z[ recovery-image] Aug 22 17:49:09.839 INFO O| Aug 22 17:49:09.839 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-22T17:49:11.603Z[ recovery-image] Aug 22 17:49:09.850 INFO O| Aug 22 17:49:09.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52112024-08-22T17:49:11.603Z[ recovery-image] Aug 22 17:49:09.850 INFO O| Aug 22 17:49:09.850 INFO STEP 444 (remove_files) COMPLETE
52122024-08-22T17:49:11.606Z[ recovery-image] Aug 22 17:49:09.850 INFO O| Aug 22 17:49:09.850 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-22T17:49:11.614Z[ recovery-image] Aug 22 17:49:09.860 INFO O| Aug 22 17:49:09.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52142024-08-22T17:49:11.616Z[ recovery-image] Aug 22 17:49:09.861 INFO O| Aug 22 17:49:09.860 INFO STEP 445 (remove_files) COMPLETE
52152024-08-22T17:49:11.616Z[ recovery-image] Aug 22 17:49:09.861 INFO O| Aug 22 17:49:09.861 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-22T17:49:11.625Z[ recovery-image] Aug 22 17:49:09.871 INFO O| Aug 22 17:49:09.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52172024-08-22T17:49:11.625Z[ recovery-image] Aug 22 17:49:09.871 INFO O| Aug 22 17:49:09.871 INFO STEP 446 (remove_files) COMPLETE
52182024-08-22T17:49:11.625Z[ recovery-image] Aug 22 17:49:09.871 INFO O| Aug 22 17:49:09.871 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-22T17:49:11.636Z[ recovery-image] Aug 22 17:49:09.882 INFO O| Aug 22 17:49:09.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52202024-08-22T17:49:11.636Z[ recovery-image] Aug 22 17:49:09.882 INFO O| Aug 22 17:49:09.882 INFO STEP 447 (remove_files) COMPLETE
52212024-08-22T17:49:11.636Z[ recovery-image] Aug 22 17:49:09.882 INFO O| Aug 22 17:49:09.882 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-22T17:49:11.646Z[ recovery-image] Aug 22 17:49:09.893 INFO O| Aug 22 17:49:09.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52232024-08-22T17:49:11.649Z[ recovery-image] Aug 22 17:49:09.893 INFO O| Aug 22 17:49:09.893 INFO STEP 448 (remove_files) COMPLETE
52242024-08-22T17:49:11.649Z[ recovery-image] Aug 22 17:49:09.893 INFO O| Aug 22 17:49:09.893 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-22T17:49:11.657Z[ recovery-image] Aug 22 17:49:09.903 INFO O| Aug 22 17:49:09.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52262024-08-22T17:49:11.657Z[ recovery-image] Aug 22 17:49:09.903 INFO O| Aug 22 17:49:09.903 INFO STEP 449 (remove_files) COMPLETE
52272024-08-22T17:49:11.657Z[ recovery-image] Aug 22 17:49:09.903 INFO O| Aug 22 17:49:09.903 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-22T17:49:11.667Z[ recovery-image] Aug 22 17:49:09.914 INFO O| Aug 22 17:49:09.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52292024-08-22T17:49:11.667Z[ recovery-image] Aug 22 17:49:09.914 INFO O| Aug 22 17:49:09.914 INFO STEP 450 (remove_files) COMPLETE
52302024-08-22T17:49:11.670Z[ recovery-image] Aug 22 17:49:09.914 INFO O| Aug 22 17:49:09.914 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-22T17:49:11.678Z[ recovery-image] Aug 22 17:49:09.925 INFO O| Aug 22 17:49:09.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52322024-08-22T17:49:11.681Z[ recovery-image] Aug 22 17:49:09.925 INFO O| Aug 22 17:49:09.925 INFO STEP 451 (remove_files) COMPLETE
52332024-08-22T17:49:11.681Z[ recovery-image] Aug 22 17:49:09.925 INFO O| Aug 22 17:49:09.925 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-22T17:49:11.689Z[ recovery-image] Aug 22 17:49:09.935 INFO O| Aug 22 17:49:09.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52352024-08-22T17:49:11.691Z[ recovery-image] Aug 22 17:49:09.935 INFO O| Aug 22 17:49:09.935 INFO STEP 452 (remove_files) COMPLETE
52362024-08-22T17:49:11.691Z[ recovery-image] Aug 22 17:49:09.935 INFO O| Aug 22 17:49:09.935 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-22T17:49:11.700Z[ recovery-image] Aug 22 17:49:09.946 INFO O| Aug 22 17:49:09.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52382024-08-22T17:49:11.700Z[ recovery-image] Aug 22 17:49:09.946 INFO O| Aug 22 17:49:09.946 INFO STEP 453 (remove_files) COMPLETE
52392024-08-22T17:49:11.704Z[ recovery-image] Aug 22 17:49:09.946 INFO O| Aug 22 17:49:09.946 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-22T17:49:11.711Z[ recovery-image] Aug 22 17:49:09.957 INFO O| Aug 22 17:49:09.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52412024-08-22T17:49:11.711Z[ recovery-image] Aug 22 17:49:09.957 INFO O| Aug 22 17:49:09.957 INFO STEP 454 (remove_files) COMPLETE
52422024-08-22T17:49:11.711Z[ recovery-image] Aug 22 17:49:09.957 INFO O| Aug 22 17:49:09.957 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-22T17:49:11.721Z[ recovery-image] Aug 22 17:49:09.968 INFO O| Aug 22 17:49:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52442024-08-22T17:49:11.721Z[ recovery-image] Aug 22 17:49:09.968 INFO O| Aug 22 17:49:09.968 INFO STEP 455 (remove_files) COMPLETE
52452024-08-22T17:49:11.724Z[ recovery-image] Aug 22 17:49:09.968 INFO O| Aug 22 17:49:09.968 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-22T17:49:11.732Z[ recovery-image] Aug 22 17:49:09.978 INFO O| Aug 22 17:49:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52472024-08-22T17:49:11.734Z[ recovery-image] Aug 22 17:49:09.978 INFO O| Aug 22 17:49:09.978 INFO STEP 456 (remove_files) COMPLETE
52482024-08-22T17:49:11.734Z[ recovery-image] Aug 22 17:49:09.978 INFO O| Aug 22 17:49:09.978 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-22T17:49:11.742Z[ recovery-image] Aug 22 17:49:09.989 INFO O| Aug 22 17:49:09.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52502024-08-22T17:49:11.742Z[ recovery-image] Aug 22 17:49:09.989 INFO O| Aug 22 17:49:09.989 INFO STEP 457 (remove_files) COMPLETE
52512024-08-22T17:49:11.745Z[ recovery-image] Aug 22 17:49:09.989 INFO O| Aug 22 17:49:09.989 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-22T17:49:11.753Z[ recovery-image] Aug 22 17:49:09.999 INFO O| Aug 22 17:49:09.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52532024-08-22T17:49:11.753Z[ recovery-image] Aug 22 17:49:09.999 INFO O| Aug 22 17:49:09.999 INFO STEP 458 (remove_files) COMPLETE
52542024-08-22T17:49:11.753Z[ recovery-image] Aug 22 17:49:09.999 INFO O| Aug 22 17:49:09.999 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-22T17:49:11.764Z[ recovery-image] Aug 22 17:49:10.010 INFO O| Aug 22 17:49:10.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52562024-08-22T17:49:11.764Z[ recovery-image] Aug 22 17:49:10.010 INFO O| Aug 22 17:49:10.010 INFO STEP 459 (remove_files) COMPLETE
52572024-08-22T17:49:11.767Z[ recovery-image] Aug 22 17:49:10.011 INFO O| Aug 22 17:49:10.010 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-22T17:49:11.775Z[ recovery-image] Aug 22 17:49:10.022 INFO O| Aug 22 17:49:10.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52592024-08-22T17:49:11.775Z[ recovery-image] Aug 22 17:49:10.022 INFO O| Aug 22 17:49:10.022 INFO STEP 460 (remove_files) COMPLETE
52602024-08-22T17:49:11.778Z[ recovery-image] Aug 22 17:49:10.022 INFO O| Aug 22 17:49:10.022 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-22T17:49:11.786Z[ recovery-image] Aug 22 17:49:10.033 INFO O| Aug 22 17:49:10.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52622024-08-22T17:49:11.786Z[ recovery-image] Aug 22 17:49:10.033 INFO O| Aug 22 17:49:10.033 INFO STEP 461 (remove_files) COMPLETE
52632024-08-22T17:49:11.789Z[ recovery-image] Aug 22 17:49:10.033 INFO O| Aug 22 17:49:10.033 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-22T17:49:11.797Z[ recovery-image] Aug 22 17:49:10.043 INFO O| Aug 22 17:49:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52652024-08-22T17:49:11.797Z[ recovery-image] Aug 22 17:49:10.044 INFO O| Aug 22 17:49:10.044 INFO STEP 462 (remove_files) COMPLETE
52662024-08-22T17:49:11.800Z[ recovery-image] Aug 22 17:49:10.044 INFO O| Aug 22 17:49:10.044 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-22T17:49:11.808Z[ recovery-image] Aug 22 17:49:10.054 INFO O| Aug 22 17:49:10.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52682024-08-22T17:49:11.808Z[ recovery-image] Aug 22 17:49:10.055 INFO O| Aug 22 17:49:10.055 INFO STEP 463 (remove_files) COMPLETE
52692024-08-22T17:49:11.810Z[ recovery-image] Aug 22 17:49:10.055 INFO O| Aug 22 17:49:10.055 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-22T17:49:11.820Z[ recovery-image] Aug 22 17:49:10.066 INFO O| Aug 22 17:49:10.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52712024-08-22T17:49:11.820Z[ recovery-image] Aug 22 17:49:10.066 INFO O| Aug 22 17:49:10.066 INFO STEP 464 (remove_files) COMPLETE
52722024-08-22T17:49:11.820Z[ recovery-image] Aug 22 17:49:10.066 INFO O| Aug 22 17:49:10.066 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-22T17:49:11.832Z[ recovery-image] Aug 22 17:49:10.078 INFO O| Aug 22 17:49:10.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52742024-08-22T17:49:11.832Z[ recovery-image] Aug 22 17:49:10.078 INFO O| Aug 22 17:49:10.078 INFO STEP 465 (remove_files) COMPLETE
52752024-08-22T17:49:11.833Z[ recovery-image] Aug 22 17:49:10.078 INFO O| Aug 22 17:49:10.078 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-22T17:49:11.844Z[ recovery-image] Aug 22 17:49:10.090 INFO O| Aug 22 17:49:10.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52772024-08-22T17:49:11.844Z[ recovery-image] Aug 22 17:49:10.090 INFO O| Aug 22 17:49:10.090 INFO STEP 466 (remove_files) COMPLETE
52782024-08-22T17:49:11.844Z[ recovery-image] Aug 22 17:49:10.090 INFO O| Aug 22 17:49:10.090 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-22T17:49:11.857Z[ recovery-image] Aug 22 17:49:10.102 INFO O| Aug 22 17:49:10.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52802024-08-22T17:49:11.857Z[ recovery-image] Aug 22 17:49:10.102 INFO O| Aug 22 17:49:10.102 INFO STEP 467 (remove_files) COMPLETE
52812024-08-22T17:49:11.860Z[ recovery-image] Aug 22 17:49:10.102 INFO O| Aug 22 17:49:10.102 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-22T17:49:11.867Z[ recovery-image] Aug 22 17:49:10.114 INFO O| Aug 22 17:49:10.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52832024-08-22T17:49:11.867Z[ recovery-image] Aug 22 17:49:10.114 INFO O| Aug 22 17:49:10.114 INFO STEP 468 (remove_files) COMPLETE
52842024-08-22T17:49:11.867Z[ recovery-image] Aug 22 17:49:10.114 INFO O| Aug 22 17:49:10.114 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-22T17:49:11.878Z[ recovery-image] Aug 22 17:49:10.125 INFO O| Aug 22 17:49:10.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52862024-08-22T17:49:11.878Z[ recovery-image] Aug 22 17:49:10.125 INFO O| Aug 22 17:49:10.125 INFO STEP 469 (remove_files) COMPLETE
52872024-08-22T17:49:11.878Z[ recovery-image] Aug 22 17:49:10.125 INFO O| Aug 22 17:49:10.125 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-22T17:49:11.889Z[ recovery-image] Aug 22 17:49:10.136 INFO O| Aug 22 17:49:10.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52892024-08-22T17:49:11.892Z[ recovery-image] Aug 22 17:49:10.136 INFO O| Aug 22 17:49:10.136 INFO STEP 470 (remove_files) COMPLETE
52902024-08-22T17:49:11.892Z[ recovery-image] Aug 22 17:49:10.136 INFO O| Aug 22 17:49:10.136 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-22T17:49:11.900Z[ recovery-image] Aug 22 17:49:10.147 INFO O| Aug 22 17:49:10.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52922024-08-22T17:49:11.900Z[ recovery-image] Aug 22 17:49:10.147 INFO O| Aug 22 17:49:10.147 INFO STEP 471 (remove_files) COMPLETE
52932024-08-22T17:49:11.903Z[ recovery-image] Aug 22 17:49:10.147 INFO O| Aug 22 17:49:10.147 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-22T17:49:11.911Z[ recovery-image] Aug 22 17:49:10.158 INFO O| Aug 22 17:49:10.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52952024-08-22T17:49:11.911Z[ recovery-image] Aug 22 17:49:10.158 INFO O| Aug 22 17:49:10.158 INFO STEP 472 (remove_files) COMPLETE
52962024-08-22T17:49:11.911Z[ recovery-image] Aug 22 17:49:10.158 INFO O| Aug 22 17:49:10.158 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-22T17:49:11.922Z[ recovery-image] Aug 22 17:49:10.169 INFO O| Aug 22 17:49:10.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52982024-08-22T17:49:11.922Z[ recovery-image] Aug 22 17:49:10.169 INFO O| Aug 22 17:49:10.169 INFO STEP 473 (remove_files) COMPLETE
52992024-08-22T17:49:11.925Z[ recovery-image] Aug 22 17:49:10.169 INFO O| Aug 22 17:49:10.169 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-22T17:49:11.933Z[ recovery-image] Aug 22 17:49:10.179 INFO O| Aug 22 17:49:10.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53012024-08-22T17:49:11.933Z[ recovery-image] Aug 22 17:49:10.180 INFO O| Aug 22 17:49:10.179 INFO STEP 474 (remove_files) COMPLETE
53022024-08-22T17:49:11.935Z[ recovery-image] Aug 22 17:49:10.180 INFO O| Aug 22 17:49:10.180 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-22T17:49:11.944Z[ recovery-image] Aug 22 17:49:10.190 INFO O| Aug 22 17:49:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53042024-08-22T17:49:11.944Z[ recovery-image] Aug 22 17:49:10.190 INFO O| Aug 22 17:49:10.190 INFO STEP 475 (remove_files) COMPLETE
53052024-08-22T17:49:11.946Z[ recovery-image] Aug 22 17:49:10.190 INFO O| Aug 22 17:49:10.190 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-22T17:49:11.955Z[ recovery-image] Aug 22 17:49:10.201 INFO O| Aug 22 17:49:10.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53072024-08-22T17:49:11.955Z[ recovery-image] Aug 22 17:49:10.201 INFO O| Aug 22 17:49:10.201 INFO STEP 476 (remove_files) COMPLETE
53082024-08-22T17:49:11.955Z[ recovery-image] Aug 22 17:49:10.201 INFO O| Aug 22 17:49:10.201 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-22T17:49:11.965Z[ recovery-image] Aug 22 17:49:10.211 INFO O| Aug 22 17:49:10.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53102024-08-22T17:49:11.965Z[ recovery-image] Aug 22 17:49:10.211 INFO O| Aug 22 17:49:10.211 INFO STEP 477 (remove_files) COMPLETE
53112024-08-22T17:49:11.965Z[ recovery-image] Aug 22 17:49:10.211 INFO O| Aug 22 17:49:10.211 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-22T17:49:11.975Z[ recovery-image] Aug 22 17:49:10.222 INFO O| Aug 22 17:49:10.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53132024-08-22T17:49:11.975Z[ recovery-image] Aug 22 17:49:10.222 INFO O| Aug 22 17:49:10.222 INFO STEP 478 (remove_files) COMPLETE
53142024-08-22T17:49:11.975Z[ recovery-image] Aug 22 17:49:10.222 INFO O| Aug 22 17:49:10.222 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-22T17:49:11.986Z[ recovery-image] Aug 22 17:49:10.232 INFO O| Aug 22 17:49:10.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53162024-08-22T17:49:11.986Z[ recovery-image] Aug 22 17:49:10.232 INFO O| Aug 22 17:49:10.232 INFO STEP 479 (remove_files) COMPLETE
53172024-08-22T17:49:11.986Z[ recovery-image] Aug 22 17:49:10.232 INFO O| Aug 22 17:49:10.232 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-22T17:49:11.996Z[ recovery-image] Aug 22 17:49:10.242 INFO O| Aug 22 17:49:10.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53192024-08-22T17:49:11.996Z[ recovery-image] Aug 22 17:49:10.242 INFO O| Aug 22 17:49:10.242 INFO STEP 480 (remove_files) COMPLETE
53202024-08-22T17:49:11.996Z[ recovery-image] Aug 22 17:49:10.242 INFO O| Aug 22 17:49:10.242 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-22T17:49:12.006Z[ recovery-image] Aug 22 17:49:10.253 INFO O| Aug 22 17:49:10.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53222024-08-22T17:49:12.009Z[ recovery-image] Aug 22 17:49:10.253 INFO O| Aug 22 17:49:10.253 INFO STEP 481 (remove_files) COMPLETE
53232024-08-22T17:49:12.009Z[ recovery-image] Aug 22 17:49:10.253 INFO O| Aug 22 17:49:10.253 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-22T17:49:12.017Z[ recovery-image] Aug 22 17:49:10.263 INFO O| Aug 22 17:49:10.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53252024-08-22T17:49:12.019Z[ recovery-image] Aug 22 17:49:10.263 INFO O| Aug 22 17:49:10.263 INFO STEP 482 (remove_files) COMPLETE
53262024-08-22T17:49:12.019Z[ recovery-image] Aug 22 17:49:10.263 INFO O| Aug 22 17:49:10.263 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-22T17:49:12.027Z[ recovery-image] Aug 22 17:49:10.273 INFO O| Aug 22 17:49:10.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53282024-08-22T17:49:12.030Z[ recovery-image] Aug 22 17:49:10.273 INFO O| Aug 22 17:49:10.273 INFO STEP 483 (remove_files) COMPLETE
53292024-08-22T17:49:12.030Z[ recovery-image] Aug 22 17:49:10.274 INFO O| Aug 22 17:49:10.273 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-22T17:49:12.038Z[ recovery-image] Aug 22 17:49:10.284 INFO O| Aug 22 17:49:10.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53312024-08-22T17:49:12.038Z[ recovery-image] Aug 22 17:49:10.284 INFO O| Aug 22 17:49:10.284 INFO STEP 484 (remove_files) COMPLETE
53322024-08-22T17:49:12.038Z[ recovery-image] Aug 22 17:49:10.284 INFO O| Aug 22 17:49:10.284 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-22T17:49:12.048Z[ recovery-image] Aug 22 17:49:10.294 INFO O| Aug 22 17:49:10.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53342024-08-22T17:49:12.048Z[ recovery-image] Aug 22 17:49:10.295 INFO O| Aug 22 17:49:10.295 INFO STEP 485 (remove_files) COMPLETE
53352024-08-22T17:49:12.051Z[ recovery-image] Aug 22 17:49:10.295 INFO O| Aug 22 17:49:10.295 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-22T17:49:12.059Z[ recovery-image] Aug 22 17:49:10.305 INFO O| Aug 22 17:49:10.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53372024-08-22T17:49:12.059Z[ recovery-image] Aug 22 17:49:10.306 INFO O| Aug 22 17:49:10.306 INFO STEP 486 (remove_files) COMPLETE
53382024-08-22T17:49:12.062Z[ recovery-image] Aug 22 17:49:10.306 INFO O| Aug 22 17:49:10.306 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-22T17:49:12.070Z[ recovery-image] Aug 22 17:49:10.316 INFO O| Aug 22 17:49:10.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53402024-08-22T17:49:12.070Z[ recovery-image] Aug 22 17:49:10.316 INFO O| Aug 22 17:49:10.316 INFO STEP 487 (remove_files) COMPLETE
53412024-08-22T17:49:12.072Z[ recovery-image] Aug 22 17:49:10.316 INFO O| Aug 22 17:49:10.316 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-22T17:49:12.080Z[ recovery-image] Aug 22 17:49:10.326 INFO O| Aug 22 17:49:10.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53432024-08-22T17:49:12.082Z[ recovery-image] Aug 22 17:49:10.327 INFO O| Aug 22 17:49:10.326 INFO STEP 488 (remove_files) COMPLETE
53442024-08-22T17:49:12.082Z[ recovery-image] Aug 22 17:49:10.327 INFO O| Aug 22 17:49:10.327 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-22T17:49:12.090Z[ recovery-image] Aug 22 17:49:10.337 INFO O| Aug 22 17:49:10.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53462024-08-22T17:49:12.090Z[ recovery-image] Aug 22 17:49:10.337 INFO O| Aug 22 17:49:10.337 INFO STEP 489 (remove_files) COMPLETE
53472024-08-22T17:49:12.090Z[ recovery-image] Aug 22 17:49:10.337 INFO O| Aug 22 17:49:10.337 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-22T17:49:12.101Z[ recovery-image] Aug 22 17:49:10.347 INFO O| Aug 22 17:49:10.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53492024-08-22T17:49:12.101Z[ recovery-image] Aug 22 17:49:10.347 INFO O| Aug 22 17:49:10.347 INFO STEP 490 (remove_files) COMPLETE
53502024-08-22T17:49:12.101Z[ recovery-image] Aug 22 17:49:10.347 INFO O| Aug 22 17:49:10.347 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-22T17:49:12.111Z[ recovery-image] Aug 22 17:49:10.358 INFO O| Aug 22 17:49:10.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53522024-08-22T17:49:12.111Z[ recovery-image] Aug 22 17:49:10.358 INFO O| Aug 22 17:49:10.358 INFO STEP 491 (remove_files) COMPLETE
53532024-08-22T17:49:12.114Z[ recovery-image] Aug 22 17:49:10.358 INFO O| Aug 22 17:49:10.358 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-22T17:49:12.122Z[ recovery-image] Aug 22 17:49:10.368 INFO O| Aug 22 17:49:10.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53552024-08-22T17:49:12.124Z[ recovery-image] Aug 22 17:49:10.368 INFO O| Aug 22 17:49:10.368 INFO STEP 492 (remove_files) COMPLETE
53562024-08-22T17:49:12.124Z[ recovery-image] Aug 22 17:49:10.368 INFO O| Aug 22 17:49:10.368 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-22T17:49:12.132Z[ recovery-image] Aug 22 17:49:10.379 INFO O| Aug 22 17:49:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53582024-08-22T17:49:12.132Z[ recovery-image] Aug 22 17:49:10.379 INFO O| Aug 22 17:49:10.379 INFO STEP 493 (remove_files) COMPLETE
53592024-08-22T17:49:12.132Z[ recovery-image] Aug 22 17:49:10.379 INFO O| Aug 22 17:49:10.379 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-22T17:49:12.143Z[ recovery-image] Aug 22 17:49:10.389 INFO O| Aug 22 17:49:10.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53612024-08-22T17:49:12.143Z[ recovery-image] Aug 22 17:49:10.389 INFO O| Aug 22 17:49:10.389 INFO STEP 494 (remove_files) COMPLETE
53622024-08-22T17:49:12.146Z[ recovery-image] Aug 22 17:49:10.389 INFO O| Aug 22 17:49:10.389 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-22T17:49:12.153Z[ recovery-image] Aug 22 17:49:10.400 INFO O| Aug 22 17:49:10.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53642024-08-22T17:49:12.153Z[ recovery-image] Aug 22 17:49:10.400 INFO O| Aug 22 17:49:10.400 INFO STEP 495 (remove_files) COMPLETE
53652024-08-22T17:49:12.153Z[ recovery-image] Aug 22 17:49:10.400 INFO O| Aug 22 17:49:10.400 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-22T17:49:12.166Z[ recovery-image] Aug 22 17:49:10.410 INFO O| Aug 22 17:49:10.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53672024-08-22T17:49:12.166Z[ recovery-image] Aug 22 17:49:10.410 INFO O| Aug 22 17:49:10.410 INFO STEP 496 (remove_files) COMPLETE
53682024-08-22T17:49:12.166Z[ recovery-image] Aug 22 17:49:10.410 INFO O| Aug 22 17:49:10.410 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-22T17:49:12.174Z[ recovery-image] Aug 22 17:49:10.421 INFO O| Aug 22 17:49:10.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53702024-08-22T17:49:12.177Z[ recovery-image] Aug 22 17:49:10.421 INFO O| Aug 22 17:49:10.421 INFO STEP 497 (remove_files) COMPLETE
53712024-08-22T17:49:12.177Z[ recovery-image] Aug 22 17:49:10.421 INFO O| Aug 22 17:49:10.421 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-22T17:49:12.185Z[ recovery-image] Aug 22 17:49:10.432 INFO O| Aug 22 17:49:10.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53732024-08-22T17:49:12.188Z[ recovery-image] Aug 22 17:49:10.432 INFO O| Aug 22 17:49:10.432 INFO STEP 498 (remove_files) COMPLETE
53742024-08-22T17:49:12.188Z[ recovery-image] Aug 22 17:49:10.432 INFO O| Aug 22 17:49:10.432 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-22T17:49:12.196Z[ recovery-image] Aug 22 17:49:10.442 INFO O| Aug 22 17:49:10.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53762024-08-22T17:49:12.196Z[ recovery-image] Aug 22 17:49:10.442 INFO O| Aug 22 17:49:10.442 INFO STEP 499 (remove_files) COMPLETE
53772024-08-22T17:49:12.198Z[ recovery-image] Aug 22 17:49:10.442 INFO O| Aug 22 17:49:10.442 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-22T17:49:12.206Z[ recovery-image] Aug 22 17:49:10.453 INFO O| Aug 22 17:49:10.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53792024-08-22T17:49:12.206Z[ recovery-image] Aug 22 17:49:10.453 INFO O| Aug 22 17:49:10.453 INFO STEP 500 (remove_files) COMPLETE
53802024-08-22T17:49:12.209Z[ recovery-image] Aug 22 17:49:10.453 INFO O| Aug 22 17:49:10.453 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-22T17:49:12.217Z[ recovery-image] Aug 22 17:49:10.463 INFO O| Aug 22 17:49:10.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53822024-08-22T17:49:12.217Z[ recovery-image] Aug 22 17:49:10.463 INFO O| Aug 22 17:49:10.463 INFO STEP 501 (remove_files) COMPLETE
53832024-08-22T17:49:12.217Z[ recovery-image] Aug 22 17:49:10.463 INFO O| Aug 22 17:49:10.463 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-22T17:49:12.227Z[ recovery-image] Aug 22 17:49:10.474 INFO O| Aug 22 17:49:10.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53852024-08-22T17:49:12.227Z[ recovery-image] Aug 22 17:49:10.474 INFO O| Aug 22 17:49:10.474 INFO STEP 502 (remove_files) COMPLETE
53862024-08-22T17:49:12.230Z[ recovery-image] Aug 22 17:49:10.474 INFO O| Aug 22 17:49:10.474 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-22T17:49:12.238Z[ recovery-image] Aug 22 17:49:10.484 INFO O| Aug 22 17:49:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53882024-08-22T17:49:12.238Z[ recovery-image] Aug 22 17:49:10.484 INFO O| Aug 22 17:49:10.484 INFO STEP 503 (remove_files) COMPLETE
53892024-08-22T17:49:12.241Z[ recovery-image] Aug 22 17:49:10.485 INFO O| Aug 22 17:49:10.484 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-22T17:49:12.249Z[ recovery-image] Aug 22 17:49:10.495 INFO O| Aug 22 17:49:10.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53912024-08-22T17:49:12.249Z[ recovery-image] Aug 22 17:49:10.495 INFO O| Aug 22 17:49:10.495 INFO STEP 504 (remove_files) COMPLETE
53922024-08-22T17:49:12.251Z[ recovery-image] Aug 22 17:49:10.495 INFO O| Aug 22 17:49:10.495 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-22T17:49:12.259Z[ recovery-image] Aug 22 17:49:10.506 INFO O| Aug 22 17:49:10.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53942024-08-22T17:49:12.262Z[ recovery-image] Aug 22 17:49:10.506 INFO O| Aug 22 17:49:10.506 INFO STEP 505 (remove_files) COMPLETE
53952024-08-22T17:49:12.262Z[ recovery-image] Aug 22 17:49:10.506 INFO O| Aug 22 17:49:10.506 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-22T17:49:12.270Z[ recovery-image] Aug 22 17:49:10.516 INFO O| Aug 22 17:49:10.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53972024-08-22T17:49:12.272Z[ recovery-image] Aug 22 17:49:10.517 INFO O| Aug 22 17:49:10.517 INFO STEP 506 (remove_files) COMPLETE
53982024-08-22T17:49:12.272Z[ recovery-image] Aug 22 17:49:10.517 INFO O| Aug 22 17:49:10.517 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-22T17:49:12.282Z[ recovery-image] Aug 22 17:49:10.528 INFO O| Aug 22 17:49:10.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54002024-08-22T17:49:12.282Z[ recovery-image] Aug 22 17:49:10.529 INFO O| Aug 22 17:49:10.529 INFO STEP 507 (remove_files) COMPLETE
54012024-08-22T17:49:12.285Z[ recovery-image] Aug 22 17:49:10.529 INFO O| Aug 22 17:49:10.529 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-22T17:49:12.287Z[ host-image] Aug 22 17:49:10.531 INFO O| Aug 22 17:49:10.531 INFO O| Done
54032024-08-22T17:49:12.293Z[ recovery-image] Aug 22 17:49:10.540 INFO O| Aug 22 17:49:10.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54042024-08-22T17:49:12.296Z[ recovery-image] Aug 22 17:49:10.540 INFO O| Aug 22 17:49:10.540 INFO STEP 508 (remove_files) COMPLETE
54052024-08-22T17:49:12.296Z[ recovery-image] Aug 22 17:49:10.540 INFO O| Aug 22 17:49:10.540 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-22T17:49:12.305Z[ recovery-image] Aug 22 17:49:10.551 INFO O| Aug 22 17:49:10.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54072024-08-22T17:49:12.305Z[ recovery-image] Aug 22 17:49:10.551 INFO O| Aug 22 17:49:10.551 INFO STEP 509 (remove_files) COMPLETE
54082024-08-22T17:49:12.307Z[ recovery-image] Aug 22 17:49:10.551 INFO O| Aug 22 17:49:10.551 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-22T17:49:12.311Z[ host-image] Aug 22 17:49:10.558 INFO O| Aug 22 17:49:10.557 INFO O| Done
54102024-08-22T17:49:12.316Z[ recovery-image] Aug 22 17:49:10.562 INFO O| Aug 22 17:49:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54112024-08-22T17:49:12.316Z[ recovery-image] Aug 22 17:49:10.562 INFO O| Aug 22 17:49:10.562 INFO STEP 510 (remove_files) COMPLETE
54122024-08-22T17:49:12.316Z[ recovery-image] Aug 22 17:49:10.562 INFO O| Aug 22 17:49:10.562 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-08-22T17:49:12.326Z[ recovery-image] Aug 22 17:49:10.573 INFO O| Aug 22 17:49:10.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54142024-08-22T17:49:12.329Z[ recovery-image] Aug 22 17:49:10.573 INFO O| Aug 22 17:49:10.573 INFO STEP 511 (remove_files) COMPLETE
54152024-08-22T17:49:12.329Z[ recovery-image] Aug 22 17:49:10.573 INFO O| Aug 22 17:49:10.573 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-08-22T17:49:12.338Z[ recovery-image] Aug 22 17:49:10.584 INFO O| Aug 22 17:49:10.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54172024-08-22T17:49:12.340Z[ recovery-image] Aug 22 17:49:10.584 INFO O| Aug 22 17:49:10.584 INFO STEP 512 (remove_files) COMPLETE
54182024-08-22T17:49:12.340Z[ recovery-image] Aug 22 17:49:10.584 INFO O| Aug 22 17:49:10.584 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-08-22T17:49:12.348Z[ recovery-image] Aug 22 17:49:10.594 INFO O| Aug 22 17:49:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54202024-08-22T17:49:12.351Z[ recovery-image] Aug 22 17:49:10.594 INFO O| Aug 22 17:49:10.594 INFO STEP 513 (remove_files) COMPLETE
54212024-08-22T17:49:12.351Z[ recovery-image] Aug 22 17:49:10.594 INFO O| Aug 22 17:49:10.594 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-08-22T17:49:12.359Z[ recovery-image] Aug 22 17:49:10.605 INFO O| Aug 22 17:49:10.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54232024-08-22T17:49:12.362Z[ recovery-image] Aug 22 17:49:10.605 INFO O| Aug 22 17:49:10.605 INFO STEP 514 (remove_files) COMPLETE
54242024-08-22T17:49:12.362Z[ recovery-image] Aug 22 17:49:10.605 INFO O| Aug 22 17:49:10.605 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-08-22T17:49:12.369Z[ recovery-image] Aug 22 17:49:10.616 INFO O| Aug 22 17:49:10.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54262024-08-22T17:49:12.369Z[ recovery-image] Aug 22 17:49:10.616 INFO O| Aug 22 17:49:10.616 INFO STEP 515 (remove_files) COMPLETE
54272024-08-22T17:49:12.372Z[ recovery-image] Aug 22 17:49:10.616 INFO O| Aug 22 17:49:10.616 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-08-22T17:49:12.380Z[ recovery-image] Aug 22 17:49:10.626 INFO O| Aug 22 17:49:10.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54292024-08-22T17:49:12.380Z[ recovery-image] Aug 22 17:49:10.626 INFO O| Aug 22 17:49:10.626 INFO STEP 516 (remove_files) COMPLETE
54302024-08-22T17:49:12.382Z[ recovery-image] Aug 22 17:49:10.626 INFO O| Aug 22 17:49:10.626 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-08-22T17:49:12.390Z[ recovery-image] Aug 22 17:49:10.636 INFO O| Aug 22 17:49:10.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54322024-08-22T17:49:12.390Z[ recovery-image] Aug 22 17:49:10.636 INFO O| Aug 22 17:49:10.636 INFO STEP 517 (remove_files) COMPLETE
54332024-08-22T17:49:12.390Z[ recovery-image] Aug 22 17:49:10.636 INFO O| Aug 22 17:49:10.636 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-08-22T17:49:12.400Z[ recovery-image] Aug 22 17:49:10.646 INFO O| Aug 22 17:49:10.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54352024-08-22T17:49:12.400Z[ recovery-image] Aug 22 17:49:10.646 INFO O| Aug 22 17:49:10.646 INFO STEP 518 (remove_files) COMPLETE
54362024-08-22T17:49:12.400Z[ recovery-image] Aug 22 17:49:10.646 INFO O| Aug 22 17:49:10.646 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-08-22T17:49:12.410Z[ recovery-image] Aug 22 17:49:10.656 INFO O| Aug 22 17:49:10.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54382024-08-22T17:49:12.412Z[ recovery-image] Aug 22 17:49:10.656 INFO O| Aug 22 17:49:10.656 INFO STEP 519 (remove_files) COMPLETE
54392024-08-22T17:49:12.412Z[ recovery-image] Aug 22 17:49:10.656 INFO O| Aug 22 17:49:10.656 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-08-22T17:49:12.420Z[ recovery-image] Aug 22 17:49:10.667 INFO O| Aug 22 17:49:10.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54412024-08-22T17:49:12.423Z[ recovery-image] Aug 22 17:49:10.667 INFO O| Aug 22 17:49:10.667 INFO STEP 520 (remove_files) COMPLETE
54422024-08-22T17:49:12.423Z[ recovery-image] Aug 22 17:49:10.667 INFO O| Aug 22 17:49:10.667 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-08-22T17:49:12.431Z[ recovery-image] Aug 22 17:49:10.677 INFO O| Aug 22 17:49:10.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54442024-08-22T17:49:12.433Z[ recovery-image] Aug 22 17:49:10.677 INFO O| Aug 22 17:49:10.677 INFO STEP 521 (remove_files) COMPLETE
54452024-08-22T17:49:12.433Z[ recovery-image] Aug 22 17:49:10.677 INFO O| Aug 22 17:49:10.677 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-22T17:49:12.441Z[ recovery-image] Aug 22 17:49:10.687 INFO O| Aug 22 17:49:10.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54472024-08-22T17:49:12.443Z[ recovery-image] Aug 22 17:49:10.687 INFO O| Aug 22 17:49:10.687 INFO STEP 522 (remove_files) COMPLETE
54482024-08-22T17:49:12.443Z[ recovery-image] Aug 22 17:49:10.687 INFO O| Aug 22 17:49:10.687 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-08-22T17:49:12.452Z[ recovery-image] Aug 22 17:49:10.697 INFO O| Aug 22 17:49:10.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54502024-08-22T17:49:12.452Z[ recovery-image] Aug 22 17:49:10.697 INFO O| Aug 22 17:49:10.697 INFO STEP 523 (remove_files) COMPLETE
54512024-08-22T17:49:12.454Z[ recovery-image] Aug 22 17:49:10.697 INFO O| Aug 22 17:49:10.697 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-08-22T17:49:12.461Z[ recovery-image] Aug 22 17:49:10.708 INFO O| Aug 22 17:49:10.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54532024-08-22T17:49:12.466Z[ recovery-image] Aug 22 17:49:10.708 INFO O| Aug 22 17:49:10.708 INFO STEP 524 (remove_files) COMPLETE
54542024-08-22T17:49:12.466Z[ recovery-image] Aug 22 17:49:10.708 INFO O| Aug 22 17:49:10.708 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-08-22T17:49:12.472Z[ recovery-image] Aug 22 17:49:10.718 INFO O| Aug 22 17:49:10.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54562024-08-22T17:49:12.472Z[ recovery-image] Aug 22 17:49:10.718 INFO O| Aug 22 17:49:10.718 INFO STEP 525 (remove_files) COMPLETE
54572024-08-22T17:49:12.474Z[ recovery-image] Aug 22 17:49:10.718 INFO O| Aug 22 17:49:10.718 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-22T17:49:12.482Z[ recovery-image] Aug 22 17:49:10.728 INFO O| Aug 22 17:49:10.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54592024-08-22T17:49:12.484Z[ recovery-image] Aug 22 17:49:10.728 INFO O| Aug 22 17:49:10.728 INFO STEP 526 (remove_files) COMPLETE
54602024-08-22T17:49:12.484Z[ recovery-image] Aug 22 17:49:10.728 INFO O| Aug 22 17:49:10.728 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-22T17:49:12.493Z[ recovery-image] Aug 22 17:49:10.739 INFO O| Aug 22 17:49:10.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54622024-08-22T17:49:12.495Z[ recovery-image] Aug 22 17:49:10.739 INFO O| Aug 22 17:49:10.739 INFO STEP 527 (remove_files) COMPLETE
54632024-08-22T17:49:12.495Z[ recovery-image] Aug 22 17:49:10.739 INFO O| Aug 22 17:49:10.739 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-22T17:49:12.504Z[ recovery-image] Aug 22 17:49:10.750 INFO O| Aug 22 17:49:10.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54652024-08-22T17:49:12.504Z[ recovery-image] Aug 22 17:49:10.750 INFO O| Aug 22 17:49:10.750 INFO STEP 528 (remove_files) COMPLETE
54662024-08-22T17:49:12.512Z[ recovery-image] Aug 22 17:49:10.750 INFO O| Aug 22 17:49:10.750 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-22T17:49:12.516Z[ recovery-image] Aug 22 17:49:10.762 INFO O| Aug 22 17:49:10.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54682024-08-22T17:49:12.516Z[ recovery-image] Aug 22 17:49:10.762 INFO O| Aug 22 17:49:10.762 INFO STEP 529 (remove_files) COMPLETE
54692024-08-22T17:49:12.516Z[ recovery-image] Aug 22 17:49:10.762 INFO O| Aug 22 17:49:10.762 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-22T17:49:12.527Z[ recovery-image] Aug 22 17:49:10.773 INFO O| Aug 22 17:49:10.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54712024-08-22T17:49:12.527Z[ recovery-image] Aug 22 17:49:10.773 INFO O| Aug 22 17:49:10.773 INFO STEP 530 (remove_files) COMPLETE
54722024-08-22T17:49:12.529Z[ recovery-image] Aug 22 17:49:10.773 INFO O| Aug 22 17:49:10.773 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-22T17:49:12.538Z[ recovery-image] Aug 22 17:49:10.784 INFO O| Aug 22 17:49:10.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54742024-08-22T17:49:12.538Z[ recovery-image] Aug 22 17:49:10.785 INFO O| Aug 22 17:49:10.784 INFO STEP 531 (remove_files) COMPLETE
54752024-08-22T17:49:12.538Z[ recovery-image] Aug 22 17:49:10.785 INFO O| Aug 22 17:49:10.785 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-08-22T17:49:12.551Z[ recovery-image] Aug 22 17:49:10.797 INFO O| Aug 22 17:49:10.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54772024-08-22T17:49:12.551Z[ recovery-image] Aug 22 17:49:10.797 INFO O| Aug 22 17:49:10.797 INFO STEP 532 (remove_files) COMPLETE
54782024-08-22T17:49:12.553Z[ recovery-image] Aug 22 17:49:10.797 INFO O| Aug 22 17:49:10.797 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-08-22T17:49:12.563Z[ recovery-image] Aug 22 17:49:10.809 INFO O| Aug 22 17:49:10.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54802024-08-22T17:49:12.566Z[ recovery-image] Aug 22 17:49:10.809 INFO O| Aug 22 17:49:10.809 INFO STEP 533 (remove_files) COMPLETE
54812024-08-22T17:49:12.567Z[ recovery-image] Aug 22 17:49:10.809 INFO O| Aug 22 17:49:10.809 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-22T17:49:12.574Z[ recovery-image] Aug 22 17:49:10.821 INFO O| Aug 22 17:49:10.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54832024-08-22T17:49:12.577Z[ recovery-image] Aug 22 17:49:10.821 INFO O| Aug 22 17:49:10.821 INFO STEP 534 (remove_files) COMPLETE
54842024-08-22T17:49:12.577Z[ recovery-image] Aug 22 17:49:10.821 INFO O| Aug 22 17:49:10.821 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-08-22T17:49:12.586Z[ recovery-image] Aug 22 17:49:10.832 INFO O| Aug 22 17:49:10.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54862024-08-22T17:49:12.586Z[ recovery-image] Aug 22 17:49:10.832 INFO O| Aug 22 17:49:10.832 INFO STEP 535 (remove_files) COMPLETE
54872024-08-22T17:49:12.588Z[ recovery-image] Aug 22 17:49:10.832 INFO O| Aug 22 17:49:10.832 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-08-22T17:49:12.596Z[ recovery-image] Aug 22 17:49:10.843 INFO O| Aug 22 17:49:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54892024-08-22T17:49:12.597Z[ recovery-image] Aug 22 17:49:10.843 INFO O| Aug 22 17:49:10.843 INFO STEP 536 (remove_files) COMPLETE
54902024-08-22T17:49:12.599Z[ recovery-image] Aug 22 17:49:10.843 INFO O| Aug 22 17:49:10.843 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-08-22T17:49:12.607Z[ recovery-image] Aug 22 17:49:10.853 INFO O| Aug 22 17:49:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54922024-08-22T17:49:12.607Z[ recovery-image] Aug 22 17:49:10.853 INFO O| Aug 22 17:49:10.853 INFO STEP 537 (remove_files) COMPLETE
54932024-08-22T17:49:12.610Z[ recovery-image] Aug 22 17:49:10.853 INFO O| Aug 22 17:49:10.853 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-08-22T17:49:12.618Z[ recovery-image] Aug 22 17:49:10.864 INFO O| Aug 22 17:49:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54952024-08-22T17:49:12.620Z[ recovery-image] Aug 22 17:49:10.864 INFO O| Aug 22 17:49:10.864 INFO STEP 538 (remove_files) COMPLETE
54962024-08-22T17:49:12.620Z[ recovery-image] Aug 22 17:49:10.864 INFO O| Aug 22 17:49:10.864 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-08-22T17:49:12.628Z[ recovery-image] Aug 22 17:49:10.875 INFO O| Aug 22 17:49:10.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54982024-08-22T17:49:12.628Z[ recovery-image] Aug 22 17:49:10.875 INFO O| Aug 22 17:49:10.875 INFO STEP 539 (remove_files) COMPLETE
54992024-08-22T17:49:12.628Z[ recovery-image] Aug 22 17:49:10.875 INFO O| Aug 22 17:49:10.875 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-08-22T17:49:12.639Z[ recovery-image] Aug 22 17:49:10.885 INFO O| Aug 22 17:49:10.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55012024-08-22T17:49:12.639Z[ recovery-image] Aug 22 17:49:10.885 INFO O| Aug 22 17:49:10.885 INFO STEP 540 (remove_files) COMPLETE
55022024-08-22T17:49:12.642Z[ recovery-image] Aug 22 17:49:10.886 INFO O| Aug 22 17:49:10.885 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-08-22T17:49:12.650Z[ recovery-image] Aug 22 17:49:10.896 INFO O| Aug 22 17:49:10.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55042024-08-22T17:49:12.650Z[ recovery-image] Aug 22 17:49:10.897 INFO O| Aug 22 17:49:10.896 INFO STEP 541 (remove_files) COMPLETE
55052024-08-22T17:49:12.650Z[ recovery-image] Aug 22 17:49:10.897 INFO O| Aug 22 17:49:10.897 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-08-22T17:49:12.661Z[ recovery-image] Aug 22 17:49:10.907 INFO O| Aug 22 17:49:10.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55072024-08-22T17:49:12.661Z[ recovery-image] Aug 22 17:49:10.908 INFO O| Aug 22 17:49:10.908 INFO STEP 542 (remove_files) COMPLETE
55082024-08-22T17:49:12.664Z[ recovery-image] Aug 22 17:49:10.908 INFO O| Aug 22 17:49:10.908 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-08-22T17:49:12.672Z[ recovery-image] Aug 22 17:49:10.918 INFO O| Aug 22 17:49:10.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55102024-08-22T17:49:12.672Z[ recovery-image] Aug 22 17:49:10.918 INFO O| Aug 22 17:49:10.918 INFO STEP 543 (remove_files) COMPLETE
55112024-08-22T17:49:12.672Z[ recovery-image] Aug 22 17:49:10.918 INFO O| Aug 22 17:49:10.918 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-08-22T17:49:12.685Z[ recovery-image] Aug 22 17:49:10.931 INFO O| Aug 22 17:49:10.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55132024-08-22T17:49:12.685Z[ recovery-image] Aug 22 17:49:10.932 INFO O| Aug 22 17:49:10.932 INFO STEP 544 (remove_files) COMPLETE
55142024-08-22T17:49:12.685Z[ recovery-image] Aug 22 17:49:10.932 INFO O| Aug 22 17:49:10.932 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-08-22T17:49:12.696Z[ recovery-image] Aug 22 17:49:10.943 INFO O| Aug 22 17:49:10.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55162024-08-22T17:49:12.699Z[ recovery-image] Aug 22 17:49:10.943 INFO O| Aug 22 17:49:10.943 INFO STEP 545 (remove_files) COMPLETE
55172024-08-22T17:49:12.699Z[ recovery-image] Aug 22 17:49:10.943 INFO O| Aug 22 17:49:10.943 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-08-22T17:49:12.708Z[ recovery-image] Aug 22 17:49:10.954 INFO O| Aug 22 17:49:10.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55192024-08-22T17:49:12.710Z[ recovery-image] Aug 22 17:49:10.954 INFO O| Aug 22 17:49:10.954 INFO STEP 546 (remove_files) COMPLETE
55202024-08-22T17:49:12.710Z[ recovery-image] Aug 22 17:49:10.954 INFO O| Aug 22 17:49:10.954 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-08-22T17:49:12.719Z[ recovery-image] Aug 22 17:49:10.965 INFO O| Aug 22 17:49:10.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55222024-08-22T17:49:12.721Z[ recovery-image] Aug 22 17:49:10.965 INFO O| Aug 22 17:49:10.965 INFO STEP 547 (remove_files) COMPLETE
55232024-08-22T17:49:12.721Z[ recovery-image] Aug 22 17:49:10.965 INFO O| Aug 22 17:49:10.965 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-08-22T17:49:12.729Z[ recovery-image] Aug 22 17:49:10.975 INFO O| Aug 22 17:49:10.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55252024-08-22T17:49:12.731Z[ recovery-image] Aug 22 17:49:10.975 INFO O| Aug 22 17:49:10.975 INFO STEP 548 (remove_files) COMPLETE
55262024-08-22T17:49:12.731Z[ recovery-image] Aug 22 17:49:10.975 INFO O| Aug 22 17:49:10.975 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-08-22T17:49:12.739Z[ recovery-image] Aug 22 17:49:10.985 INFO O| Aug 22 17:49:10.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55282024-08-22T17:49:12.741Z[ recovery-image] Aug 22 17:49:10.985 INFO O| Aug 22 17:49:10.985 INFO STEP 549 (remove_files) COMPLETE
55292024-08-22T17:49:12.741Z[ recovery-image] Aug 22 17:49:10.985 INFO O| Aug 22 17:49:10.985 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-08-22T17:49:12.749Z[ recovery-image] Aug 22 17:49:10.996 INFO O| Aug 22 17:49:10.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55312024-08-22T17:49:12.749Z[ recovery-image] Aug 22 17:49:10.996 INFO O| Aug 22 17:49:10.996 INFO STEP 550 (remove_files) COMPLETE
55322024-08-22T17:49:12.752Z[ recovery-image] Aug 22 17:49:10.996 INFO O| Aug 22 17:49:10.996 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-08-22T17:49:12.760Z[ recovery-image] Aug 22 17:49:11.006 INFO O| Aug 22 17:49:11.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55342024-08-22T17:49:12.760Z[ recovery-image] Aug 22 17:49:11.006 INFO O| Aug 22 17:49:11.006 INFO STEP 551 (remove_files) COMPLETE
55352024-08-22T17:49:12.763Z[ recovery-image] Aug 22 17:49:11.006 INFO O| Aug 22 17:49:11.006 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-08-22T17:49:12.771Z[ recovery-image] Aug 22 17:49:11.017 INFO O| Aug 22 17:49:11.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55372024-08-22T17:49:12.771Z[ recovery-image] Aug 22 17:49:11.017 INFO O| Aug 22 17:49:11.017 INFO STEP 552 (remove_files) COMPLETE
55382024-08-22T17:49:12.773Z[ recovery-image] Aug 22 17:49:11.017 INFO O| Aug 22 17:49:11.017 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-08-22T17:49:12.781Z[ recovery-image] Aug 22 17:49:11.027 INFO O| Aug 22 17:49:11.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55402024-08-22T17:49:12.784Z[ recovery-image] Aug 22 17:49:11.027 INFO O| Aug 22 17:49:11.027 INFO STEP 553 (remove_files) COMPLETE
55412024-08-22T17:49:12.784Z[ recovery-image] Aug 22 17:49:11.027 INFO O| Aug 22 17:49:11.027 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-08-22T17:49:12.792Z[ recovery-image] Aug 22 17:49:11.038 INFO O| Aug 22 17:49:11.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55432024-08-22T17:49:12.794Z[ recovery-image] Aug 22 17:49:11.039 INFO O| Aug 22 17:49:11.038 INFO STEP 554 (remove_files) COMPLETE
55442024-08-22T17:49:12.794Z[ recovery-image] Aug 22 17:49:11.039 INFO O| Aug 22 17:49:11.038 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-08-22T17:49:12.803Z[ recovery-image] Aug 22 17:49:11.049 INFO O| Aug 22 17:49:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55462024-08-22T17:49:12.803Z[ recovery-image] Aug 22 17:49:11.049 INFO O| Aug 22 17:49:11.049 INFO STEP 555 (remove_files) COMPLETE
55472024-08-22T17:49:12.805Z[ recovery-image] Aug 22 17:49:11.049 INFO O| Aug 22 17:49:11.049 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-08-22T17:49:12.813Z[ recovery-image] Aug 22 17:49:11.060 INFO O| Aug 22 17:49:11.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55492024-08-22T17:49:12.813Z[ recovery-image] Aug 22 17:49:11.060 INFO O| Aug 22 17:49:11.060 INFO STEP 556 (remove_files) COMPLETE
55502024-08-22T17:49:12.816Z[ recovery-image] Aug 22 17:49:11.060 INFO O| Aug 22 17:49:11.060 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-08-22T17:49:12.825Z[ recovery-image] Aug 22 17:49:11.071 INFO O| Aug 22 17:49:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55522024-08-22T17:49:12.825Z[ recovery-image] Aug 22 17:49:11.071 INFO O| Aug 22 17:49:11.071 INFO STEP 557 (remove_files) COMPLETE
55532024-08-22T17:49:12.825Z[ recovery-image] Aug 22 17:49:11.071 INFO O| Aug 22 17:49:11.071 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-08-22T17:49:12.837Z[ recovery-image] Aug 22 17:49:11.083 INFO O| Aug 22 17:49:11.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55552024-08-22T17:49:12.837Z[ recovery-image] Aug 22 17:49:11.083 INFO O| Aug 22 17:49:11.083 INFO STEP 558 (remove_files) COMPLETE
55562024-08-22T17:49:12.840Z[ recovery-image] Aug 22 17:49:11.083 INFO O| Aug 22 17:49:11.083 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-08-22T17:49:12.848Z[ recovery-image] Aug 22 17:49:11.094 INFO O| Aug 22 17:49:11.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55582024-08-22T17:49:12.848Z[ recovery-image] Aug 22 17:49:11.094 INFO O| Aug 22 17:49:11.094 INFO STEP 559 (remove_files) COMPLETE
55592024-08-22T17:49:12.848Z[ recovery-image] Aug 22 17:49:11.094 INFO O| Aug 22 17:49:11.094 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-08-22T17:49:12.859Z[ recovery-image] Aug 22 17:49:11.105 INFO O| Aug 22 17:49:11.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55612024-08-22T17:49:12.859Z[ recovery-image] Aug 22 17:49:11.105 INFO O| Aug 22 17:49:11.105 INFO STEP 560 (remove_files) COMPLETE
55622024-08-22T17:49:12.861Z[ recovery-image] Aug 22 17:49:11.105 INFO O| Aug 22 17:49:11.105 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-08-22T17:49:12.870Z[ recovery-image] Aug 22 17:49:11.115 INFO O| Aug 22 17:49:11.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55642024-08-22T17:49:12.870Z[ recovery-image] Aug 22 17:49:11.116 INFO O| Aug 22 17:49:11.115 INFO STEP 561 (remove_files) COMPLETE
55652024-08-22T17:49:12.873Z[ recovery-image] Aug 22 17:49:11.116 INFO O| Aug 22 17:49:11.116 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-08-22T17:49:12.880Z[ recovery-image] Aug 22 17:49:11.127 INFO O| Aug 22 17:49:11.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55672024-08-22T17:49:12.883Z[ recovery-image] Aug 22 17:49:11.127 INFO O| Aug 22 17:49:11.127 INFO STEP 562 (remove_files) COMPLETE
55682024-08-22T17:49:12.883Z[ recovery-image] Aug 22 17:49:11.127 INFO O| Aug 22 17:49:11.127 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-08-22T17:49:12.892Z[ recovery-image] Aug 22 17:49:11.137 INFO O| Aug 22 17:49:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55702024-08-22T17:49:12.895Z[ recovery-image] Aug 22 17:49:11.138 INFO O| Aug 22 17:49:11.138 INFO STEP 563 (remove_files) COMPLETE
55712024-08-22T17:49:12.895Z[ recovery-image] Aug 22 17:49:11.138 INFO O| Aug 22 17:49:11.138 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-08-22T17:49:12.906Z[ recovery-image] Aug 22 17:49:11.148 INFO O| Aug 22 17:49:11.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55732024-08-22T17:49:12.906Z[ recovery-image] Aug 22 17:49:11.148 INFO O| Aug 22 17:49:11.148 INFO STEP 564 (remove_files) COMPLETE
55742024-08-22T17:49:12.909Z[ recovery-image] Aug 22 17:49:11.148 INFO O| Aug 22 17:49:11.148 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-08-22T17:49:12.912Z[ recovery-image] Aug 22 17:49:11.158 INFO O| Aug 22 17:49:11.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55762024-08-22T17:49:12.912Z[ recovery-image] Aug 22 17:49:11.159 INFO O| Aug 22 17:49:11.158 INFO STEP 565 (remove_files) COMPLETE
55772024-08-22T17:49:12.912Z[ recovery-image] Aug 22 17:49:11.159 INFO O| Aug 22 17:49:11.159 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-08-22T17:49:12.923Z[ recovery-image] Aug 22 17:49:11.169 INFO O| Aug 22 17:49:11.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55792024-08-22T17:49:12.923Z[ recovery-image] Aug 22 17:49:11.169 INFO O| Aug 22 17:49:11.169 INFO STEP 566 (remove_files) COMPLETE
55802024-08-22T17:49:12.925Z[ recovery-image] Aug 22 17:49:11.169 INFO O| Aug 22 17:49:11.169 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-08-22T17:49:12.934Z[ recovery-image] Aug 22 17:49:11.179 INFO O| Aug 22 17:49:11.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55822024-08-22T17:49:12.934Z[ recovery-image] Aug 22 17:49:11.179 INFO O| Aug 22 17:49:11.179 INFO STEP 567 (remove_files) COMPLETE
55832024-08-22T17:49:12.937Z[ recovery-image] Aug 22 17:49:11.179 INFO O| Aug 22 17:49:11.179 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-08-22T17:49:12.943Z[ recovery-image] Aug 22 17:49:11.189 INFO O| Aug 22 17:49:11.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55852024-08-22T17:49:12.943Z[ recovery-image] Aug 22 17:49:11.189 INFO O| Aug 22 17:49:11.189 INFO STEP 568 (remove_files) COMPLETE
55862024-08-22T17:49:12.946Z[ recovery-image] Aug 22 17:49:11.189 INFO O| Aug 22 17:49:11.189 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-08-22T17:49:12.954Z[ recovery-image] Aug 22 17:49:11.200 INFO O| Aug 22 17:49:11.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55882024-08-22T17:49:12.954Z[ recovery-image] Aug 22 17:49:11.200 INFO O| Aug 22 17:49:11.200 INFO STEP 569 (remove_files) COMPLETE
55892024-08-22T17:49:12.956Z[ recovery-image] Aug 22 17:49:11.200 INFO O| Aug 22 17:49:11.200 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-08-22T17:49:12.964Z[ recovery-image] Aug 22 17:49:11.210 INFO O| Aug 22 17:49:11.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55912024-08-22T17:49:12.964Z[ recovery-image] Aug 22 17:49:11.210 INFO O| Aug 22 17:49:11.210 INFO STEP 570 (remove_files) COMPLETE
55922024-08-22T17:49:12.967Z[ recovery-image] Aug 22 17:49:11.210 INFO O| Aug 22 17:49:11.210 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-08-22T17:49:12.974Z[ recovery-image] Aug 22 17:49:11.220 INFO O| Aug 22 17:49:11.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55942024-08-22T17:49:12.974Z[ recovery-image] Aug 22 17:49:11.221 INFO O| Aug 22 17:49:11.221 INFO STEP 571 (remove_files) COMPLETE
55952024-08-22T17:49:12.979Z[ recovery-image] Aug 22 17:49:11.221 INFO O| Aug 22 17:49:11.221 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-08-22T17:49:12.986Z[ recovery-image] Aug 22 17:49:11.232 INFO O| Aug 22 17:49:11.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55972024-08-22T17:49:12.989Z[ recovery-image] Aug 22 17:49:11.232 INFO O| Aug 22 17:49:11.232 INFO STEP 572 (remove_files) COMPLETE
55982024-08-22T17:49:12.989Z[ recovery-image] Aug 22 17:49:11.232 INFO O| Aug 22 17:49:11.232 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-08-22T17:49:12.996Z[ recovery-image] Aug 22 17:49:11.242 INFO O| Aug 22 17:49:11.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56002024-08-22T17:49:12.996Z[ recovery-image] Aug 22 17:49:11.242 INFO O| Aug 22 17:49:11.242 INFO STEP 573 (remove_files) COMPLETE
56012024-08-22T17:49:12.998Z[ recovery-image] Aug 22 17:49:11.242 INFO O| Aug 22 17:49:11.242 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-08-22T17:49:13.007Z[ recovery-image] Aug 22 17:49:11.253 INFO O| Aug 22 17:49:11.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56032024-08-22T17:49:13.007Z[ recovery-image] Aug 22 17:49:11.253 INFO O| Aug 22 17:49:11.253 INFO STEP 574 (remove_files) COMPLETE
56042024-08-22T17:49:13.007Z[ recovery-image] Aug 22 17:49:11.253 INFO O| Aug 22 17:49:11.253 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-08-22T17:49:13.017Z[ recovery-image] Aug 22 17:49:11.263 INFO O| Aug 22 17:49:11.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56062024-08-22T17:49:13.017Z[ recovery-image] Aug 22 17:49:11.263 INFO O| Aug 22 17:49:11.263 INFO STEP 575 (remove_files) COMPLETE
56072024-08-22T17:49:13.021Z[ recovery-image] Aug 22 17:49:11.263 INFO O| Aug 22 17:49:11.263 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-08-22T17:49:13.029Z[ recovery-image] Aug 22 17:49:11.274 INFO O| Aug 22 17:49:11.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56092024-08-22T17:49:13.029Z[ recovery-image] Aug 22 17:49:11.274 INFO O| Aug 22 17:49:11.274 INFO STEP 576 (remove_files) COMPLETE
56102024-08-22T17:49:13.033Z[ recovery-image] Aug 22 17:49:11.274 INFO O| Aug 22 17:49:11.274 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-08-22T17:49:13.038Z[ recovery-image] Aug 22 17:49:11.284 INFO O| Aug 22 17:49:11.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56122024-08-22T17:49:13.038Z[ recovery-image] Aug 22 17:49:11.284 INFO O| Aug 22 17:49:11.284 INFO STEP 577 (remove_files) COMPLETE
56132024-08-22T17:49:13.038Z[ recovery-image] Aug 22 17:49:11.284 INFO O| Aug 22 17:49:11.284 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-08-22T17:49:13.049Z[ recovery-image] Aug 22 17:49:11.295 INFO O| Aug 22 17:49:11.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56152024-08-22T17:49:13.049Z[ recovery-image] Aug 22 17:49:11.295 INFO O| Aug 22 17:49:11.295 INFO STEP 578 (remove_files) COMPLETE
56162024-08-22T17:49:13.049Z[ recovery-image] Aug 22 17:49:11.295 INFO O| Aug 22 17:49:11.295 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-08-22T17:49:13.059Z[ recovery-image] Aug 22 17:49:11.305 INFO O| Aug 22 17:49:11.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56182024-08-22T17:49:13.059Z[ recovery-image] Aug 22 17:49:11.305 INFO O| Aug 22 17:49:11.305 INFO STEP 579 (remove_files) COMPLETE
56192024-08-22T17:49:13.059Z[ recovery-image] Aug 22 17:49:11.305 INFO O| Aug 22 17:49:11.305 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-08-22T17:49:13.070Z[ recovery-image] Aug 22 17:49:11.316 INFO O| Aug 22 17:49:11.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56212024-08-22T17:49:13.072Z[ recovery-image] Aug 22 17:49:11.316 INFO O| Aug 22 17:49:11.316 INFO STEP 580 (remove_files) COMPLETE
56222024-08-22T17:49:13.072Z[ recovery-image] Aug 22 17:49:11.316 INFO O| Aug 22 17:49:11.316 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-08-22T17:49:13.080Z[ recovery-image] Aug 22 17:49:11.326 INFO O| Aug 22 17:49:11.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56242024-08-22T17:49:13.083Z[ recovery-image] Aug 22 17:49:11.327 INFO O| Aug 22 17:49:11.327 INFO STEP 581 (remove_files) COMPLETE
56252024-08-22T17:49:13.083Z[ recovery-image] Aug 22 17:49:11.327 INFO O| Aug 22 17:49:11.327 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-08-22T17:49:13.091Z[ recovery-image] Aug 22 17:49:11.337 INFO O| Aug 22 17:49:11.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56272024-08-22T17:49:13.093Z[ recovery-image] Aug 22 17:49:11.337 INFO O| Aug 22 17:49:11.337 INFO STEP 582 (remove_files) COMPLETE
56282024-08-22T17:49:13.093Z[ recovery-image] Aug 22 17:49:11.337 INFO O| Aug 22 17:49:11.337 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-08-22T17:49:13.102Z[ recovery-image] Aug 22 17:49:11.348 INFO O| Aug 22 17:49:11.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56302024-08-22T17:49:13.102Z[ recovery-image] Aug 22 17:49:11.348 INFO O| Aug 22 17:49:11.348 INFO STEP 583 (remove_files) COMPLETE
56312024-08-22T17:49:13.104Z[ recovery-image] Aug 22 17:49:11.348 INFO O| Aug 22 17:49:11.348 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-08-22T17:49:13.113Z[ recovery-image] Aug 22 17:49:11.359 INFO O| Aug 22 17:49:11.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56332024-08-22T17:49:13.113Z[ recovery-image] Aug 22 17:49:11.359 INFO O| Aug 22 17:49:11.359 INFO STEP 584 (remove_files) COMPLETE
56342024-08-22T17:49:13.115Z[ recovery-image] Aug 22 17:49:11.359 INFO O| Aug 22 17:49:11.359 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-08-22T17:49:13.123Z[ recovery-image] Aug 22 17:49:11.369 INFO O| Aug 22 17:49:11.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56362024-08-22T17:49:13.126Z[ recovery-image] Aug 22 17:49:11.369 INFO O| Aug 22 17:49:11.369 INFO STEP 585 (remove_files) COMPLETE
56372024-08-22T17:49:13.126Z[ recovery-image] Aug 22 17:49:11.370 INFO O| Aug 22 17:49:11.369 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-08-22T17:49:13.134Z[ recovery-image] Aug 22 17:49:11.380 INFO O| Aug 22 17:49:11.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56392024-08-22T17:49:13.134Z[ recovery-image] Aug 22 17:49:11.380 INFO O| Aug 22 17:49:11.380 INFO STEP 586 (remove_files) COMPLETE
56402024-08-22T17:49:13.136Z[ recovery-image] Aug 22 17:49:11.380 INFO O| Aug 22 17:49:11.380 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-08-22T17:49:13.144Z[ recovery-image] Aug 22 17:49:11.390 INFO O| Aug 22 17:49:11.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56422024-08-22T17:49:13.147Z[ recovery-image] Aug 22 17:49:11.391 INFO O| Aug 22 17:49:11.391 INFO STEP 587 (remove_files) COMPLETE
56432024-08-22T17:49:13.147Z[ recovery-image] Aug 22 17:49:11.391 INFO O| Aug 22 17:49:11.391 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-08-22T17:49:13.156Z[ recovery-image] Aug 22 17:49:11.402 INFO O| Aug 22 17:49:11.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56452024-08-22T17:49:13.156Z[ recovery-image] Aug 22 17:49:11.402 INFO O| Aug 22 17:49:11.402 INFO STEP 588 (remove_files) COMPLETE
56462024-08-22T17:49:13.158Z[ recovery-image] Aug 22 17:49:11.402 INFO O| Aug 22 17:49:11.402 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-08-22T17:49:13.167Z[ recovery-image] Aug 22 17:49:11.413 INFO O| Aug 22 17:49:11.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56482024-08-22T17:49:13.167Z[ recovery-image] Aug 22 17:49:11.413 INFO O| Aug 22 17:49:11.413 INFO STEP 589 (remove_files) COMPLETE
56492024-08-22T17:49:13.170Z[ recovery-image] Aug 22 17:49:11.413 INFO O| Aug 22 17:49:11.413 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-08-22T17:49:13.179Z[ recovery-image] Aug 22 17:49:11.425 INFO O| Aug 22 17:49:11.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56512024-08-22T17:49:13.179Z[ recovery-image] Aug 22 17:49:11.425 INFO O| Aug 22 17:49:11.425 INFO STEP 590 (remove_files) COMPLETE
56522024-08-22T17:49:13.182Z[ recovery-image] Aug 22 17:49:11.425 INFO O| Aug 22 17:49:11.425 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-08-22T17:49:13.192Z[ recovery-image] Aug 22 17:49:11.438 INFO O| Aug 22 17:49:11.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56542024-08-22T17:49:13.192Z[ recovery-image] Aug 22 17:49:11.438 INFO O| Aug 22 17:49:11.438 INFO STEP 591 (remove_files) COMPLETE
56552024-08-22T17:49:13.195Z[ recovery-image] Aug 22 17:49:11.438 INFO O| Aug 22 17:49:11.438 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-08-22T17:49:13.204Z[ recovery-image] Aug 22 17:49:11.450 INFO O| Aug 22 17:49:11.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56572024-08-22T17:49:13.204Z[ recovery-image] Aug 22 17:49:11.450 INFO O| Aug 22 17:49:11.450 INFO STEP 592 (remove_files) COMPLETE
56582024-08-22T17:49:13.207Z[ recovery-image] Aug 22 17:49:11.450 INFO O| Aug 22 17:49:11.450 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-08-22T17:49:13.215Z[ recovery-image] Aug 22 17:49:11.461 INFO O| Aug 22 17:49:11.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56602024-08-22T17:49:13.218Z[ recovery-image] Aug 22 17:49:11.462 INFO O| Aug 22 17:49:11.462 INFO STEP 593 (remove_files) COMPLETE
56612024-08-22T17:49:13.218Z[ recovery-image] Aug 22 17:49:11.462 INFO O| Aug 22 17:49:11.462 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-08-22T17:49:13.227Z[ recovery-image] Aug 22 17:49:11.473 INFO O| Aug 22 17:49:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56632024-08-22T17:49:13.227Z[ recovery-image] Aug 22 17:49:11.473 INFO O| Aug 22 17:49:11.473 INFO STEP 594 (remove_files) COMPLETE
56642024-08-22T17:49:13.227Z[ recovery-image] Aug 22 17:49:11.473 INFO O| Aug 22 17:49:11.473 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-08-22T17:49:13.237Z[ recovery-image] Aug 22 17:49:11.483 INFO O| Aug 22 17:49:11.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56662024-08-22T17:49:13.240Z[ recovery-image] Aug 22 17:49:11.483 INFO O| Aug 22 17:49:11.483 INFO STEP 595 (remove_files) COMPLETE
56672024-08-22T17:49:13.240Z[ recovery-image] Aug 22 17:49:11.483 INFO O| Aug 22 17:49:11.483 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-08-22T17:49:13.248Z[ recovery-image] Aug 22 17:49:11.494 INFO O| Aug 22 17:49:11.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56692024-08-22T17:49:13.251Z[ recovery-image] Aug 22 17:49:11.495 INFO O| Aug 22 17:49:11.495 INFO STEP 596 (remove_files) COMPLETE
56702024-08-22T17:49:13.251Z[ recovery-image] Aug 22 17:49:11.495 INFO O| Aug 22 17:49:11.495 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-08-22T17:49:13.259Z[ recovery-image] Aug 22 17:49:11.505 INFO O| Aug 22 17:49:11.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56722024-08-22T17:49:13.259Z[ recovery-image] Aug 22 17:49:11.505 INFO O| Aug 22 17:49:11.505 INFO STEP 597 (remove_files) COMPLETE
56732024-08-22T17:49:13.259Z[ recovery-image] Aug 22 17:49:11.505 INFO O| Aug 22 17:49:11.505 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-08-22T17:49:13.269Z[ recovery-image] Aug 22 17:49:11.515 INFO O| Aug 22 17:49:11.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56752024-08-22T17:49:13.272Z[ recovery-image] Aug 22 17:49:11.515 INFO O| Aug 22 17:49:11.515 INFO STEP 598 (remove_files) COMPLETE
56762024-08-22T17:49:13.272Z[ recovery-image] Aug 22 17:49:11.515 INFO O| Aug 22 17:49:11.515 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-08-22T17:49:13.279Z[ recovery-image] Aug 22 17:49:11.525 INFO O| Aug 22 17:49:11.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56782024-08-22T17:49:13.279Z[ recovery-image] Aug 22 17:49:11.525 INFO O| Aug 22 17:49:11.525 INFO STEP 599 (remove_files) COMPLETE
56792024-08-22T17:49:13.282Z[ recovery-image] Aug 22 17:49:11.525 INFO O| Aug 22 17:49:11.525 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-08-22T17:49:13.289Z[ recovery-image] Aug 22 17:49:11.535 INFO O| Aug 22 17:49:11.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56812024-08-22T17:49:13.292Z[ recovery-image] Aug 22 17:49:11.536 INFO O| Aug 22 17:49:11.536 INFO STEP 600 (remove_files) COMPLETE
56822024-08-22T17:49:13.292Z[ recovery-image] Aug 22 17:49:11.536 INFO O| Aug 22 17:49:11.536 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-22T17:49:13.300Z[ recovery-image] Aug 22 17:49:11.546 INFO O| Aug 22 17:49:11.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56842024-08-22T17:49:13.303Z[ recovery-image] Aug 22 17:49:11.546 INFO O| Aug 22 17:49:11.546 INFO STEP 601 (remove_files) COMPLETE
56852024-08-22T17:49:13.303Z[ recovery-image] Aug 22 17:49:11.546 INFO O| Aug 22 17:49:11.546 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-22T17:49:13.311Z[ recovery-image] Aug 22 17:49:11.557 INFO O| Aug 22 17:49:11.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56872024-08-22T17:49:13.313Z[ recovery-image] Aug 22 17:49:11.557 INFO O| Aug 22 17:49:11.557 INFO STEP 602 (remove_files) COMPLETE
56882024-08-22T17:49:13.314Z[ recovery-image] Aug 22 17:49:11.557 INFO O| Aug 22 17:49:11.557 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-22T17:49:13.321Z[ recovery-image] Aug 22 17:49:11.567 INFO O| Aug 22 17:49:11.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56902024-08-22T17:49:13.321Z[ recovery-image] Aug 22 17:49:11.567 INFO O| Aug 22 17:49:11.567 INFO STEP 603 (remove_files) COMPLETE
56912024-08-22T17:49:13.323Z[ recovery-image] Aug 22 17:49:11.567 INFO O| Aug 22 17:49:11.567 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-22T17:49:13.331Z[ recovery-image] Aug 22 17:49:11.577 INFO O| Aug 22 17:49:11.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56932024-08-22T17:49:13.333Z[ recovery-image] Aug 22 17:49:11.577 INFO O| Aug 22 17:49:11.577 INFO STEP 604 (remove_files) COMPLETE
56942024-08-22T17:49:13.333Z[ recovery-image] Aug 22 17:49:11.577 INFO O| Aug 22 17:49:11.577 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-08-22T17:49:13.341Z[ recovery-image] Aug 22 17:49:11.587 INFO O| Aug 22 17:49:11.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56962024-08-22T17:49:13.341Z[ recovery-image] Aug 22 17:49:11.587 INFO O| Aug 22 17:49:11.587 INFO STEP 605 (remove_files) COMPLETE
56972024-08-22T17:49:13.341Z[ recovery-image] Aug 22 17:49:11.587 INFO O| Aug 22 17:49:11.587 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-08-22T17:49:13.352Z[ recovery-image] Aug 22 17:49:11.598 INFO O| Aug 22 17:49:11.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56992024-08-22T17:49:13.352Z[ recovery-image] Aug 22 17:49:11.598 INFO O| Aug 22 17:49:11.598 INFO STEP 606 (remove_files) COMPLETE
57002024-08-22T17:49:13.352Z[ recovery-image] Aug 22 17:49:11.598 INFO O| Aug 22 17:49:11.598 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-08-22T17:49:13.362Z[ recovery-image] Aug 22 17:49:11.608 INFO O| Aug 22 17:49:11.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57022024-08-22T17:49:13.362Z[ recovery-image] Aug 22 17:49:11.608 INFO O| Aug 22 17:49:11.608 INFO STEP 607 (remove_files) COMPLETE
57032024-08-22T17:49:13.362Z[ recovery-image] Aug 22 17:49:11.608 INFO O| Aug 22 17:49:11.608 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-22T17:49:13.372Z[ recovery-image] Aug 22 17:49:11.618 INFO O| Aug 22 17:49:11.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57052024-08-22T17:49:13.372Z[ recovery-image] Aug 22 17:49:11.618 INFO O| Aug 22 17:49:11.618 INFO STEP 608 (remove_files) COMPLETE
57062024-08-22T17:49:13.372Z[ recovery-image] Aug 22 17:49:11.618 INFO O| Aug 22 17:49:11.618 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-08-22T17:49:13.383Z[ recovery-image] Aug 22 17:49:11.629 INFO O| Aug 22 17:49:11.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57082024-08-22T17:49:13.383Z[ recovery-image] Aug 22 17:49:11.629 INFO O| Aug 22 17:49:11.629 INFO STEP 609 (remove_files) COMPLETE
57092024-08-22T17:49:13.385Z[ recovery-image] Aug 22 17:49:11.629 INFO O| Aug 22 17:49:11.629 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-08-22T17:49:13.393Z[ recovery-image] Aug 22 17:49:11.639 INFO O| Aug 22 17:49:11.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57112024-08-22T17:49:13.393Z[ recovery-image] Aug 22 17:49:11.639 INFO O| Aug 22 17:49:11.639 INFO STEP 610 (remove_files) COMPLETE
57122024-08-22T17:49:13.393Z[ recovery-image] Aug 22 17:49:11.640 INFO O| Aug 22 17:49:11.639 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-22T17:49:13.404Z[ recovery-image] Aug 22 17:49:11.650 INFO O| Aug 22 17:49:11.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57142024-08-22T17:49:13.404Z[ recovery-image] Aug 22 17:49:11.650 INFO O| Aug 22 17:49:11.650 INFO STEP 611 (remove_files) COMPLETE
57152024-08-22T17:49:13.404Z[ recovery-image] Aug 22 17:49:11.650 INFO O| Aug 22 17:49:11.650 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-22T17:49:13.415Z[ recovery-image] Aug 22 17:49:11.661 INFO O| Aug 22 17:49:11.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57172024-08-22T17:49:13.415Z[ recovery-image] Aug 22 17:49:11.661 INFO O| Aug 22 17:49:11.661 INFO STEP 612 (remove_files) COMPLETE
57182024-08-22T17:49:13.417Z[ recovery-image] Aug 22 17:49:11.661 INFO O| Aug 22 17:49:11.661 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-22T17:49:13.426Z[ recovery-image] Aug 22 17:49:11.672 INFO O| Aug 22 17:49:11.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57202024-08-22T17:49:13.426Z[ recovery-image] Aug 22 17:49:11.672 INFO O| Aug 22 17:49:11.672 INFO STEP 613 (remove_files) COMPLETE
57212024-08-22T17:49:13.426Z[ recovery-image] Aug 22 17:49:11.673 INFO O| Aug 22 17:49:11.672 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-22T17:49:13.438Z[ recovery-image] Aug 22 17:49:11.684 INFO O| Aug 22 17:49:11.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57232024-08-22T17:49:13.438Z[ recovery-image] Aug 22 17:49:11.684 INFO O| Aug 22 17:49:11.684 INFO STEP 614 (remove_files) COMPLETE
57242024-08-22T17:49:13.440Z[ recovery-image] Aug 22 17:49:11.684 INFO O| Aug 22 17:49:11.684 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-22T17:49:13.449Z[ recovery-image] Aug 22 17:49:11.695 INFO O| Aug 22 17:49:11.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57262024-08-22T17:49:13.451Z[ recovery-image] Aug 22 17:49:11.695 INFO O| Aug 22 17:49:11.695 INFO STEP 615 (remove_files) COMPLETE
57272024-08-22T17:49:13.451Z[ recovery-image] Aug 22 17:49:11.695 INFO O| Aug 22 17:49:11.695 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-22T17:49:13.459Z[ recovery-image] Aug 22 17:49:11.706 INFO O| Aug 22 17:49:11.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57292024-08-22T17:49:13.462Z[ recovery-image] Aug 22 17:49:11.706 INFO O| Aug 22 17:49:11.706 INFO STEP 616 (remove_files) COMPLETE
57302024-08-22T17:49:13.462Z[ recovery-image] Aug 22 17:49:11.706 INFO O| Aug 22 17:49:11.706 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-22T17:49:13.470Z[ recovery-image] Aug 22 17:49:11.716 INFO O| Aug 22 17:49:11.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57322024-08-22T17:49:13.470Z[ recovery-image] Aug 22 17:49:11.716 INFO O| Aug 22 17:49:11.716 INFO STEP 617 (remove_files) COMPLETE
57332024-08-22T17:49:13.472Z[ recovery-image] Aug 22 17:49:11.716 INFO O| Aug 22 17:49:11.716 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-22T17:49:13.481Z[ recovery-image] Aug 22 17:49:11.726 INFO O| Aug 22 17:49:11.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57352024-08-22T17:49:13.481Z[ recovery-image] Aug 22 17:49:11.727 INFO O| Aug 22 17:49:11.727 INFO STEP 618 (remove_files) COMPLETE
57362024-08-22T17:49:13.483Z[ recovery-image] Aug 22 17:49:11.727 INFO O| Aug 22 17:49:11.727 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-22T17:49:13.491Z[ recovery-image] Aug 22 17:49:11.737 INFO O| Aug 22 17:49:11.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57382024-08-22T17:49:13.491Z[ recovery-image] Aug 22 17:49:11.737 INFO O| Aug 22 17:49:11.737 INFO STEP 619 (remove_files) COMPLETE
57392024-08-22T17:49:13.493Z[ recovery-image] Aug 22 17:49:11.737 INFO O| Aug 22 17:49:11.737 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-22T17:49:13.501Z[ recovery-image] Aug 22 17:49:11.747 INFO O| Aug 22 17:49:11.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57412024-08-22T17:49:13.501Z[ recovery-image] Aug 22 17:49:11.747 INFO O| Aug 22 17:49:11.747 INFO STEP 620 (remove_files) COMPLETE
57422024-08-22T17:49:13.504Z[ recovery-image] Aug 22 17:49:11.747 INFO O| Aug 22 17:49:11.747 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-22T17:49:13.511Z[ recovery-image] Aug 22 17:49:11.757 INFO O| Aug 22 17:49:11.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57442024-08-22T17:49:13.511Z[ recovery-image] Aug 22 17:49:11.757 INFO O| Aug 22 17:49:11.757 INFO STEP 621 (remove_files) COMPLETE
57452024-08-22T17:49:13.513Z[ recovery-image] Aug 22 17:49:11.757 INFO O| Aug 22 17:49:11.757 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-22T17:49:13.521Z[ recovery-image] Aug 22 17:49:11.767 INFO O| Aug 22 17:49:11.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57472024-08-22T17:49:13.521Z[ recovery-image] Aug 22 17:49:11.767 INFO O| Aug 22 17:49:11.767 INFO STEP 622 (remove_files) COMPLETE
57482024-08-22T17:49:13.521Z[ recovery-image] Aug 22 17:49:11.767 INFO O| Aug 22 17:49:11.767 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-22T17:49:13.531Z[ recovery-image] Aug 22 17:49:11.777 INFO O| Aug 22 17:49:11.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57502024-08-22T17:49:13.531Z[ recovery-image] Aug 22 17:49:11.777 INFO O| Aug 22 17:49:11.777 INFO STEP 623 (remove_files) COMPLETE
57512024-08-22T17:49:13.531Z[ recovery-image] Aug 22 17:49:11.778 INFO O| Aug 22 17:49:11.777 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-22T17:49:13.541Z[ recovery-image] Aug 22 17:49:11.788 INFO O| Aug 22 17:49:11.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57532024-08-22T17:49:13.542Z[ recovery-image] Aug 22 17:49:11.788 INFO O| Aug 22 17:49:11.788 INFO STEP 624 (remove_files) COMPLETE
57542024-08-22T17:49:13.546Z[ recovery-image] Aug 22 17:49:11.788 INFO O| Aug 22 17:49:11.788 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-22T17:49:13.560Z[ recovery-image] Aug 22 17:49:11.806 INFO O| Aug 22 17:49:11.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57562024-08-22T17:49:13.560Z[ recovery-image] Aug 22 17:49:11.806 INFO O| Aug 22 17:49:11.806 INFO STEP 625 (remove_files) COMPLETE
57572024-08-22T17:49:13.560Z[ recovery-image] Aug 22 17:49:11.806 INFO O| Aug 22 17:49:11.806 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-22T17:49:13.572Z[ recovery-image] Aug 22 17:49:11.818 INFO O| Aug 22 17:49:11.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57592024-08-22T17:49:13.575Z[ recovery-image] Aug 22 17:49:11.818 INFO O| Aug 22 17:49:11.818 INFO STEP 626 (remove_files) COMPLETE
57602024-08-22T17:49:13.575Z[ recovery-image] Aug 22 17:49:11.818 INFO O| Aug 22 17:49:11.818 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-22T17:49:13.583Z[ recovery-image] Aug 22 17:49:11.829 INFO O| Aug 22 17:49:11.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57622024-08-22T17:49:13.586Z[ recovery-image] Aug 22 17:49:11.830 INFO O| Aug 22 17:49:11.830 INFO STEP 627 (remove_files) COMPLETE
57632024-08-22T17:49:13.586Z[ recovery-image] Aug 22 17:49:11.830 INFO O| Aug 22 17:49:11.830 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-22T17:49:13.595Z[ recovery-image] Aug 22 17:49:11.841 INFO O| Aug 22 17:49:11.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57652024-08-22T17:49:13.597Z[ recovery-image] Aug 22 17:49:11.841 INFO O| Aug 22 17:49:11.841 INFO STEP 628 (remove_files) COMPLETE
57662024-08-22T17:49:13.597Z[ recovery-image] Aug 22 17:49:11.841 INFO O| Aug 22 17:49:11.841 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-22T17:49:13.607Z[ recovery-image] Aug 22 17:49:11.853 INFO O| Aug 22 17:49:11.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57682024-08-22T17:49:13.607Z[ recovery-image] Aug 22 17:49:11.853 INFO O| Aug 22 17:49:11.853 INFO STEP 629 (remove_files) COMPLETE
57692024-08-22T17:49:13.607Z[ recovery-image] Aug 22 17:49:11.853 INFO O| Aug 22 17:49:11.853 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-22T17:49:13.619Z[ recovery-image] Aug 22 17:49:11.864 INFO O| Aug 22 17:49:11.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57712024-08-22T17:49:13.619Z[ recovery-image] Aug 22 17:49:11.865 INFO O| Aug 22 17:49:11.865 INFO STEP 630 (remove_files) COMPLETE
57722024-08-22T17:49:13.621Z[ recovery-image] Aug 22 17:49:11.865 INFO O| Aug 22 17:49:11.865 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-22T17:49:13.630Z[ recovery-image] Aug 22 17:49:11.876 INFO O| Aug 22 17:49:11.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57742024-08-22T17:49:13.632Z[ recovery-image] Aug 22 17:49:11.876 INFO O| Aug 22 17:49:11.876 INFO STEP 631 (remove_files) COMPLETE
57752024-08-22T17:49:13.632Z[ recovery-image] Aug 22 17:49:11.876 INFO O| Aug 22 17:49:11.876 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-22T17:49:13.643Z[ recovery-image] Aug 22 17:49:11.889 INFO O| Aug 22 17:49:11.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57772024-08-22T17:49:13.647Z[ recovery-image] Aug 22 17:49:11.889 INFO O| Aug 22 17:49:11.889 INFO STEP 632 (remove_files) COMPLETE
57782024-08-22T17:49:13.647Z[ recovery-image] Aug 22 17:49:11.889 INFO O| Aug 22 17:49:11.889 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-22T17:49:13.656Z[ recovery-image] Aug 22 17:49:11.902 INFO O| Aug 22 17:49:11.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57802024-08-22T17:49:13.659Z[ recovery-image] Aug 22 17:49:11.902 INFO O| Aug 22 17:49:11.902 INFO STEP 633 (remove_files) COMPLETE
57812024-08-22T17:49:13.659Z[ recovery-image] Aug 22 17:49:11.902 INFO O| Aug 22 17:49:11.902 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-22T17:49:13.668Z[ recovery-image] Aug 22 17:49:11.914 INFO O| Aug 22 17:49:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57832024-08-22T17:49:13.671Z[ recovery-image] Aug 22 17:49:11.914 INFO O| Aug 22 17:49:11.914 INFO STEP 634 (remove_files) COMPLETE
57842024-08-22T17:49:13.671Z[ recovery-image] Aug 22 17:49:11.914 INFO O| Aug 22 17:49:11.914 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-22T17:49:13.679Z[ recovery-image] Aug 22 17:49:11.925 INFO O| Aug 22 17:49:11.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57862024-08-22T17:49:13.679Z[ recovery-image] Aug 22 17:49:11.925 INFO O| Aug 22 17:49:11.925 INFO STEP 635 (remove_files) COMPLETE
57872024-08-22T17:49:13.682Z[ recovery-image] Aug 22 17:49:11.925 INFO O| Aug 22 17:49:11.925 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-22T17:49:13.691Z[ recovery-image] Aug 22 17:49:11.937 INFO O| Aug 22 17:49:11.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57892024-08-22T17:49:13.693Z[ recovery-image] Aug 22 17:49:11.937 INFO O| Aug 22 17:49:11.937 INFO STEP 636 (remove_files) COMPLETE
57902024-08-22T17:49:13.694Z[ recovery-image] Aug 22 17:49:11.937 INFO O| Aug 22 17:49:11.937 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-22T17:49:13.702Z[ recovery-image] Aug 22 17:49:11.948 INFO O| Aug 22 17:49:11.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57922024-08-22T17:49:13.705Z[ recovery-image] Aug 22 17:49:11.948 INFO O| Aug 22 17:49:11.948 INFO STEP 637 (remove_files) COMPLETE
57932024-08-22T17:49:13.705Z[ recovery-image] Aug 22 17:49:11.948 INFO O| Aug 22 17:49:11.948 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-22T17:49:13.714Z[ recovery-image] Aug 22 17:49:11.960 INFO O| Aug 22 17:49:11.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57952024-08-22T17:49:13.714Z[ recovery-image] Aug 22 17:49:11.960 INFO O| Aug 22 17:49:11.960 INFO STEP 638 (remove_files) COMPLETE
57962024-08-22T17:49:13.714Z[ recovery-image] Aug 22 17:49:11.960 INFO O| Aug 22 17:49:11.960 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-22T17:49:13.725Z[ recovery-image] Aug 22 17:49:11.971 INFO O| Aug 22 17:49:11.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57982024-08-22T17:49:13.725Z[ recovery-image] Aug 22 17:49:11.971 INFO O| Aug 22 17:49:11.971 INFO STEP 639 (remove_files) COMPLETE
57992024-08-22T17:49:13.725Z[ recovery-image] Aug 22 17:49:11.971 INFO O| Aug 22 17:49:11.971 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-22T17:49:13.736Z[ recovery-image] Aug 22 17:49:11.982 INFO O| Aug 22 17:49:11.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58012024-08-22T17:49:13.739Z[ recovery-image] Aug 22 17:49:11.982 INFO O| Aug 22 17:49:11.982 INFO STEP 640 (remove_files) COMPLETE
58022024-08-22T17:49:13.739Z[ recovery-image] Aug 22 17:49:11.982 INFO O| Aug 22 17:49:11.982 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-22T17:49:13.747Z[ recovery-image] Aug 22 17:49:11.993 INFO O| Aug 22 17:49:11.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58042024-08-22T17:49:13.747Z[ recovery-image] Aug 22 17:49:11.993 INFO O| Aug 22 17:49:11.993 INFO STEP 641 (remove_files) COMPLETE
58052024-08-22T17:49:13.747Z[ recovery-image] Aug 22 17:49:11.993 INFO O| Aug 22 17:49:11.993 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-22T17:49:13.758Z[ recovery-image] Aug 22 17:49:12.004 INFO O| Aug 22 17:49:12.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58072024-08-22T17:49:13.758Z[ recovery-image] Aug 22 17:49:12.004 INFO O| Aug 22 17:49:12.004 INFO STEP 642 (remove_files) COMPLETE
58082024-08-22T17:49:13.758Z[ recovery-image] Aug 22 17:49:12.004 INFO O| Aug 22 17:49:12.004 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-22T17:49:13.768Z[ recovery-image] Aug 22 17:49:12.014 INFO O| Aug 22 17:49:12.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58102024-08-22T17:49:13.768Z[ recovery-image] Aug 22 17:49:12.014 INFO O| Aug 22 17:49:12.014 INFO STEP 643 (remove_files) COMPLETE
58112024-08-22T17:49:13.768Z[ recovery-image] Aug 22 17:49:12.014 INFO O| Aug 22 17:49:12.014 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-22T17:49:13.778Z[ recovery-image] Aug 22 17:49:12.024 INFO O| Aug 22 17:49:12.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58132024-08-22T17:49:13.781Z[ recovery-image] Aug 22 17:49:12.024 INFO O| Aug 22 17:49:12.024 INFO STEP 644 (remove_files) COMPLETE
58142024-08-22T17:49:13.781Z[ recovery-image] Aug 22 17:49:12.024 INFO O| Aug 22 17:49:12.024 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-08-22T17:49:13.788Z[ recovery-image] Aug 22 17:49:12.034 INFO O| Aug 22 17:49:12.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58162024-08-22T17:49:13.788Z[ recovery-image] Aug 22 17:49:12.035 INFO O| Aug 22 17:49:12.034 INFO STEP 645 (remove_files) COMPLETE
58172024-08-22T17:49:13.791Z[ recovery-image] Aug 22 17:49:12.035 INFO O| Aug 22 17:49:12.034 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-08-22T17:49:13.799Z[ recovery-image] Aug 22 17:49:12.045 INFO O| Aug 22 17:49:12.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58192024-08-22T17:49:13.799Z[ recovery-image] Aug 22 17:49:12.045 INFO O| Aug 22 17:49:12.045 INFO STEP 646 (remove_files) COMPLETE
58202024-08-22T17:49:13.801Z[ recovery-image] Aug 22 17:49:12.045 INFO O| Aug 22 17:49:12.045 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-08-22T17:49:13.809Z[ recovery-image] Aug 22 17:49:12.055 INFO O| Aug 22 17:49:12.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58222024-08-22T17:49:13.811Z[ recovery-image] Aug 22 17:49:12.055 INFO O| Aug 22 17:49:12.055 INFO STEP 647 (remove_files) COMPLETE
58232024-08-22T17:49:13.811Z[ recovery-image] Aug 22 17:49:12.055 INFO O| Aug 22 17:49:12.055 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-08-22T17:49:13.819Z[ recovery-image] Aug 22 17:49:12.065 INFO O| Aug 22 17:49:12.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58252024-08-22T17:49:13.822Z[ recovery-image] Aug 22 17:49:12.065 INFO O| Aug 22 17:49:12.065 INFO STEP 648 (remove_files) COMPLETE
58262024-08-22T17:49:13.822Z[ recovery-image] Aug 22 17:49:12.065 INFO O| Aug 22 17:49:12.065 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-08-22T17:49:13.829Z[ recovery-image] Aug 22 17:49:12.075 INFO O| Aug 22 17:49:12.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58282024-08-22T17:49:13.832Z[ recovery-image] Aug 22 17:49:12.076 INFO O| Aug 22 17:49:12.076 INFO STEP 649 (remove_files) COMPLETE
58292024-08-22T17:49:13.832Z[ recovery-image] Aug 22 17:49:12.076 INFO O| Aug 22 17:49:12.076 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-08-22T17:49:13.842Z[ recovery-image] Aug 22 17:49:12.088 INFO O| Aug 22 17:49:12.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58312024-08-22T17:49:13.842Z[ recovery-image] Aug 22 17:49:12.088 INFO O| Aug 22 17:49:12.088 INFO STEP 650 (remove_files) COMPLETE
58322024-08-22T17:49:13.842Z[ recovery-image] Aug 22 17:49:12.088 INFO O| Aug 22 17:49:12.088 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-08-22T17:49:13.854Z[ recovery-image] Aug 22 17:49:12.100 INFO O| Aug 22 17:49:12.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58342024-08-22T17:49:13.857Z[ recovery-image] Aug 22 17:49:12.100 INFO O| Aug 22 17:49:12.100 INFO STEP 651 (remove_files) COMPLETE
58352024-08-22T17:49:13.857Z[ recovery-image] Aug 22 17:49:12.100 INFO O| Aug 22 17:49:12.100 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-08-22T17:49:13.865Z[ recovery-image] Aug 22 17:49:12.111 INFO O| Aug 22 17:49:12.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58372024-08-22T17:49:13.865Z[ recovery-image] Aug 22 17:49:12.111 INFO O| Aug 22 17:49:12.111 INFO STEP 652 (remove_files) COMPLETE
58382024-08-22T17:49:13.865Z[ recovery-image] Aug 22 17:49:12.111 INFO O| Aug 22 17:49:12.111 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-08-22T17:49:13.878Z[ recovery-image] Aug 22 17:49:12.124 INFO O| Aug 22 17:49:12.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58402024-08-22T17:49:13.881Z[ recovery-image] Aug 22 17:49:12.125 INFO O| Aug 22 17:49:12.124 INFO STEP 653 (remove_files) COMPLETE
58412024-08-22T17:49:13.881Z[ recovery-image] Aug 22 17:49:12.125 INFO O| Aug 22 17:49:12.124 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-08-22T17:49:13.890Z[ recovery-image] Aug 22 17:49:12.136 INFO O| Aug 22 17:49:12.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58432024-08-22T17:49:13.890Z[ recovery-image] Aug 22 17:49:12.136 INFO O| Aug 22 17:49:12.136 INFO STEP 654 (remove_files) COMPLETE
58442024-08-22T17:49:13.892Z[ recovery-image] Aug 22 17:49:12.136 INFO O| Aug 22 17:49:12.136 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-22T17:49:13.900Z[ recovery-image] Aug 22 17:49:12.146 INFO O| Aug 22 17:49:12.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58462024-08-22T17:49:13.903Z[ recovery-image] Aug 22 17:49:12.147 INFO O| Aug 22 17:49:12.146 INFO STEP 655 (remove_files) COMPLETE
58472024-08-22T17:49:13.903Z[ recovery-image] Aug 22 17:49:12.147 INFO O| Aug 22 17:49:12.147 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-08-22T17:49:13.914Z[ recovery-image] Aug 22 17:49:12.159 INFO O| Aug 22 17:49:12.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58492024-08-22T17:49:13.916Z[ recovery-image] Aug 22 17:49:12.160 INFO O| Aug 22 17:49:12.160 INFO STEP 656 (remove_files) COMPLETE
58502024-08-22T17:49:13.916Z[ recovery-image] Aug 22 17:49:12.160 INFO O| Aug 22 17:49:12.160 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-08-22T17:49:13.925Z[ recovery-image] Aug 22 17:49:12.170 INFO O| Aug 22 17:49:12.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58522024-08-22T17:49:13.927Z[ recovery-image] Aug 22 17:49:12.171 INFO O| Aug 22 17:49:12.171 INFO STEP 657 (remove_files) COMPLETE
58532024-08-22T17:49:13.927Z[ recovery-image] Aug 22 17:49:12.171 INFO O| Aug 22 17:49:12.171 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-08-22T17:49:13.935Z[ recovery-image] Aug 22 17:49:12.181 INFO O| Aug 22 17:49:12.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58552024-08-22T17:49:13.938Z[ recovery-image] Aug 22 17:49:12.181 INFO O| Aug 22 17:49:12.181 INFO STEP 658 (remove_files) COMPLETE
58562024-08-22T17:49:13.938Z[ recovery-image] Aug 22 17:49:12.181 INFO O| Aug 22 17:49:12.181 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-08-22T17:49:13.946Z[ recovery-image] Aug 22 17:49:12.192 INFO O| Aug 22 17:49:12.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58582024-08-22T17:49:13.946Z[ recovery-image] Aug 22 17:49:12.192 INFO O| Aug 22 17:49:12.192 INFO STEP 659 (remove_files) COMPLETE
58592024-08-22T17:49:13.946Z[ recovery-image] Aug 22 17:49:12.192 INFO O| Aug 22 17:49:12.192 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-08-22T17:49:13.957Z[ recovery-image] Aug 22 17:49:12.203 INFO O| Aug 22 17:49:12.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58612024-08-22T17:49:13.957Z[ recovery-image] Aug 22 17:49:12.203 INFO O| Aug 22 17:49:12.203 INFO STEP 660 (remove_files) COMPLETE
58622024-08-22T17:49:13.959Z[ recovery-image] Aug 22 17:49:12.203 INFO O| Aug 22 17:49:12.203 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-08-22T17:49:13.967Z[ recovery-image] Aug 22 17:49:12.213 INFO O| Aug 22 17:49:12.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58642024-08-22T17:49:13.967Z[ recovery-image] Aug 22 17:49:12.213 INFO O| Aug 22 17:49:12.213 INFO STEP 661 (remove_files) COMPLETE
58652024-08-22T17:49:13.967Z[ recovery-image] Aug 22 17:49:12.213 INFO O| Aug 22 17:49:12.213 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-08-22T17:49:13.978Z[ recovery-image] Aug 22 17:49:12.224 INFO O| Aug 22 17:49:12.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58672024-08-22T17:49:13.978Z[ recovery-image] Aug 22 17:49:12.224 INFO O| Aug 22 17:49:12.224 INFO STEP 662 (remove_files) COMPLETE
58682024-08-22T17:49:13.980Z[ recovery-image] Aug 22 17:49:12.224 INFO O| Aug 22 17:49:12.224 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-08-22T17:49:13.988Z[ recovery-image] Aug 22 17:49:12.234 INFO O| Aug 22 17:49:12.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58702024-08-22T17:49:13.988Z[ recovery-image] Aug 22 17:49:12.234 INFO O| Aug 22 17:49:12.234 INFO STEP 663 (remove_files) COMPLETE
58712024-08-22T17:49:13.988Z[ recovery-image] Aug 22 17:49:12.234 INFO O| Aug 22 17:49:12.234 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-08-22T17:49:13.999Z[ recovery-image] Aug 22 17:49:12.245 INFO O| Aug 22 17:49:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58732024-08-22T17:49:13.999Z[ recovery-image] Aug 22 17:49:12.245 INFO O| Aug 22 17:49:12.245 INFO STEP 664 (remove_files) COMPLETE
58742024-08-22T17:49:13.999Z[ recovery-image] Aug 22 17:49:12.245 INFO O| Aug 22 17:49:12.245 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-08-22T17:49:14.009Z[ recovery-image] Aug 22 17:49:12.255 INFO O| Aug 22 17:49:12.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58762024-08-22T17:49:14.009Z[ recovery-image] Aug 22 17:49:12.255 INFO O| Aug 22 17:49:12.255 INFO STEP 665 (remove_files) COMPLETE
58772024-08-22T17:49:14.012Z[ recovery-image] Aug 22 17:49:12.255 INFO O| Aug 22 17:49:12.255 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-08-22T17:49:14.020Z[ recovery-image] Aug 22 17:49:12.266 INFO O| Aug 22 17:49:12.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58792024-08-22T17:49:14.020Z[ recovery-image] Aug 22 17:49:12.266 INFO O| Aug 22 17:49:12.266 INFO STEP 666 (remove_files) COMPLETE
58802024-08-22T17:49:14.023Z[ recovery-image] Aug 22 17:49:12.266 INFO O| Aug 22 17:49:12.266 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-08-22T17:49:14.030Z[ recovery-image] Aug 22 17:49:12.276 INFO O| Aug 22 17:49:12.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58822024-08-22T17:49:14.033Z[ recovery-image] Aug 22 17:49:12.277 INFO O| Aug 22 17:49:12.276 INFO STEP 667 (remove_files) COMPLETE
58832024-08-22T17:49:14.033Z[ recovery-image] Aug 22 17:49:12.277 INFO O| Aug 22 17:49:12.277 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-08-22T17:49:14.041Z[ recovery-image] Aug 22 17:49:12.287 INFO O| Aug 22 17:49:12.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58852024-08-22T17:49:14.044Z[ recovery-image] Aug 22 17:49:12.287 INFO O| Aug 22 17:49:12.287 INFO STEP 668 (remove_files) COMPLETE
58862024-08-22T17:49:14.044Z[ recovery-image] Aug 22 17:49:12.287 INFO O| Aug 22 17:49:12.287 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-08-22T17:49:14.051Z[ recovery-image] Aug 22 17:49:12.297 INFO O| Aug 22 17:49:12.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58882024-08-22T17:49:14.051Z[ recovery-image] Aug 22 17:49:12.297 INFO O| Aug 22 17:49:12.297 INFO STEP 669 (remove_files) COMPLETE
58892024-08-22T17:49:14.051Z[ recovery-image] Aug 22 17:49:12.297 INFO O| Aug 22 17:49:12.297 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-08-22T17:49:14.061Z[ recovery-image] Aug 22 17:49:12.307 INFO O| Aug 22 17:49:12.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58912024-08-22T17:49:14.061Z[ recovery-image] Aug 22 17:49:12.307 INFO O| Aug 22 17:49:12.307 INFO STEP 670 (remove_files) COMPLETE
58922024-08-22T17:49:14.064Z[ recovery-image] Aug 22 17:49:12.307 INFO O| Aug 22 17:49:12.307 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-08-22T17:49:14.071Z[ recovery-image] Aug 22 17:49:12.317 INFO O| Aug 22 17:49:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58942024-08-22T17:49:14.072Z[ recovery-image] Aug 22 17:49:12.317 INFO O| Aug 22 17:49:12.317 INFO STEP 671 (remove_files) COMPLETE
58952024-08-22T17:49:14.072Z[ recovery-image] Aug 22 17:49:12.317 INFO O| Aug 22 17:49:12.317 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-08-22T17:49:14.081Z[ recovery-image] Aug 22 17:49:12.327 INFO O| Aug 22 17:49:12.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58972024-08-22T17:49:14.084Z[ recovery-image] Aug 22 17:49:12.328 INFO O| Aug 22 17:49:12.327 INFO STEP 672 (remove_files) COMPLETE
58982024-08-22T17:49:14.084Z[ recovery-image] Aug 22 17:49:12.328 INFO O| Aug 22 17:49:12.328 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-08-22T17:49:14.092Z[ recovery-image] Aug 22 17:49:12.338 INFO O| Aug 22 17:49:12.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59002024-08-22T17:49:14.092Z[ recovery-image] Aug 22 17:49:12.338 INFO O| Aug 22 17:49:12.338 INFO STEP 673 (remove_files) COMPLETE
59012024-08-22T17:49:14.092Z[ recovery-image] Aug 22 17:49:12.338 INFO O| Aug 22 17:49:12.338 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-08-22T17:49:14.102Z[ recovery-image] Aug 22 17:49:12.348 INFO O| Aug 22 17:49:12.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59032024-08-22T17:49:14.102Z[ recovery-image] Aug 22 17:49:12.348 INFO O| Aug 22 17:49:12.348 INFO STEP 674 (remove_files) COMPLETE
59042024-08-22T17:49:14.105Z[ recovery-image] Aug 22 17:49:12.348 INFO O| Aug 22 17:49:12.348 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-08-22T17:49:14.112Z[ recovery-image] Aug 22 17:49:12.358 INFO O| Aug 22 17:49:12.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59062024-08-22T17:49:14.114Z[ recovery-image] Aug 22 17:49:12.358 INFO O| Aug 22 17:49:12.358 INFO STEP 675 (remove_files) COMPLETE
59072024-08-22T17:49:14.114Z[ recovery-image] Aug 22 17:49:12.358 INFO O| Aug 22 17:49:12.358 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-08-22T17:49:14.122Z[ recovery-image] Aug 22 17:49:12.368 INFO O| Aug 22 17:49:12.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59092024-08-22T17:49:14.122Z[ recovery-image] Aug 22 17:49:12.368 INFO O| Aug 22 17:49:12.368 INFO STEP 676 (remove_files) COMPLETE
59102024-08-22T17:49:14.125Z[ recovery-image] Aug 22 17:49:12.368 INFO O| Aug 22 17:49:12.368 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-08-22T17:49:14.134Z[ recovery-image] Aug 22 17:49:12.380 INFO O| Aug 22 17:49:12.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59122024-08-22T17:49:14.134Z[ recovery-image] Aug 22 17:49:12.380 INFO O| Aug 22 17:49:12.380 INFO STEP 677 (remove_files) COMPLETE
59132024-08-22T17:49:14.136Z[ recovery-image] Aug 22 17:49:12.380 INFO O| Aug 22 17:49:12.380 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-08-22T17:49:14.144Z[ recovery-image] Aug 22 17:49:12.390 INFO O| Aug 22 17:49:12.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59152024-08-22T17:49:14.147Z[ recovery-image] Aug 22 17:49:12.391 INFO O| Aug 22 17:49:12.391 INFO STEP 678 (remove_files) COMPLETE
59162024-08-22T17:49:14.147Z[ recovery-image] Aug 22 17:49:12.391 INFO O| Aug 22 17:49:12.391 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-08-22T17:49:14.155Z[ recovery-image] Aug 22 17:49:12.401 INFO O| Aug 22 17:49:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59182024-08-22T17:49:14.158Z[ recovery-image] Aug 22 17:49:12.401 INFO O| Aug 22 17:49:12.401 INFO STEP 679 (remove_files) COMPLETE
59192024-08-22T17:49:14.158Z[ recovery-image] Aug 22 17:49:12.401 INFO O| Aug 22 17:49:12.401 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-08-22T17:49:14.167Z[ recovery-image] Aug 22 17:49:12.412 INFO O| Aug 22 17:49:12.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59212024-08-22T17:49:14.167Z[ recovery-image] Aug 22 17:49:12.413 INFO O| Aug 22 17:49:12.413 INFO STEP 680 (remove_files) COMPLETE
59222024-08-22T17:49:14.167Z[ recovery-image] Aug 22 17:49:12.413 INFO O| Aug 22 17:49:12.413 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-22T17:49:14.179Z[ recovery-image] Aug 22 17:49:12.425 INFO O| Aug 22 17:49:12.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59242024-08-22T17:49:14.179Z[ recovery-image] Aug 22 17:49:12.425 INFO O| Aug 22 17:49:12.425 INFO STEP 681 (remove_files) COMPLETE
59252024-08-22T17:49:14.182Z[ recovery-image] Aug 22 17:49:12.425 INFO O| Aug 22 17:49:12.425 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-22T17:49:14.191Z[ recovery-image] Aug 22 17:49:12.437 INFO O| Aug 22 17:49:12.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59272024-08-22T17:49:14.191Z[ recovery-image] Aug 22 17:49:12.437 INFO O| Aug 22 17:49:12.437 INFO STEP 682 (remove_files) COMPLETE
59282024-08-22T17:49:14.191Z[ recovery-image] Aug 22 17:49:12.437 INFO O| Aug 22 17:49:12.437 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-22T17:49:14.202Z[ recovery-image] Aug 22 17:49:12.448 INFO O| Aug 22 17:49:12.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59302024-08-22T17:49:14.203Z[ recovery-image] Aug 22 17:49:12.448 INFO O| Aug 22 17:49:12.448 INFO STEP 683 (remove_files) COMPLETE
59312024-08-22T17:49:14.203Z[ recovery-image] Aug 22 17:49:12.448 INFO O| Aug 22 17:49:12.448 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-22T17:49:14.214Z[ recovery-image] Aug 22 17:49:12.459 INFO O| Aug 22 17:49:12.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59332024-08-22T17:49:14.214Z[ recovery-image] Aug 22 17:49:12.459 INFO O| Aug 22 17:49:12.459 INFO STEP 684 (remove_files) COMPLETE
59342024-08-22T17:49:14.217Z[ recovery-image] Aug 22 17:49:12.459 INFO O| Aug 22 17:49:12.459 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-22T17:49:14.224Z[ recovery-image] Aug 22 17:49:12.470 INFO O| Aug 22 17:49:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59362024-08-22T17:49:14.226Z[ recovery-image] Aug 22 17:49:12.470 INFO O| Aug 22 17:49:12.470 INFO STEP 685 (remove_files) COMPLETE
59372024-08-22T17:49:14.227Z[ recovery-image] Aug 22 17:49:12.470 INFO O| Aug 22 17:49:12.470 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-08-22T17:49:14.235Z[ recovery-image] Aug 22 17:49:12.481 INFO O| Aug 22 17:49:12.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59392024-08-22T17:49:14.235Z[ recovery-image] Aug 22 17:49:12.481 INFO O| Aug 22 17:49:12.481 INFO STEP 686 (remove_files) COMPLETE
59402024-08-22T17:49:14.237Z[ recovery-image] Aug 22 17:49:12.481 INFO O| Aug 22 17:49:12.481 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-22T17:49:14.245Z[ recovery-image] Aug 22 17:49:12.491 INFO O| Aug 22 17:49:12.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59422024-08-22T17:49:14.245Z[ recovery-image] Aug 22 17:49:12.491 INFO O| Aug 22 17:49:12.491 INFO STEP 687 (remove_files) COMPLETE
59432024-08-22T17:49:14.245Z[ recovery-image] Aug 22 17:49:12.491 INFO O| Aug 22 17:49:12.491 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-22T17:49:14.255Z[ recovery-image] Aug 22 17:49:12.501 INFO O| Aug 22 17:49:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59452024-08-22T17:49:14.255Z[ recovery-image] Aug 22 17:49:12.501 INFO O| Aug 22 17:49:12.501 INFO STEP 688 (remove_files) COMPLETE
59462024-08-22T17:49:14.255Z[ recovery-image] Aug 22 17:49:12.501 INFO O| Aug 22 17:49:12.501 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-22T17:49:14.266Z[ recovery-image] Aug 22 17:49:12.512 INFO O| Aug 22 17:49:12.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59482024-08-22T17:49:14.266Z[ recovery-image] Aug 22 17:49:12.512 INFO O| Aug 22 17:49:12.512 INFO STEP 689 (remove_files) COMPLETE
59492024-08-22T17:49:14.268Z[ recovery-image] Aug 22 17:49:12.512 INFO O| Aug 22 17:49:12.512 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-22T17:49:14.278Z[ recovery-image] Aug 22 17:49:12.523 INFO O| Aug 22 17:49:12.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59512024-08-22T17:49:14.278Z[ recovery-image] Aug 22 17:49:12.523 INFO O| Aug 22 17:49:12.523 INFO STEP 690 (remove_files) COMPLETE
59522024-08-22T17:49:14.278Z[ recovery-image] Aug 22 17:49:12.523 INFO O| Aug 22 17:49:12.523 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-22T17:49:14.287Z[ recovery-image] Aug 22 17:49:12.533 INFO O| Aug 22 17:49:12.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59542024-08-22T17:49:14.287Z[ recovery-image] Aug 22 17:49:12.533 INFO O| Aug 22 17:49:12.533 INFO STEP 691 (remove_files) COMPLETE
59552024-08-22T17:49:14.290Z[ recovery-image] Aug 22 17:49:12.533 INFO O| Aug 22 17:49:12.533 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-22T17:49:14.298Z[ recovery-image] Aug 22 17:49:12.544 INFO O| Aug 22 17:49:12.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59572024-08-22T17:49:14.301Z[ recovery-image] Aug 22 17:49:12.544 INFO O| Aug 22 17:49:12.544 INFO STEP 692 (remove_files) COMPLETE
59582024-08-22T17:49:14.301Z[ recovery-image] Aug 22 17:49:12.544 INFO O| Aug 22 17:49:12.544 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-22T17:49:14.309Z[ recovery-image] Aug 22 17:49:12.554 INFO O| Aug 22 17:49:12.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59602024-08-22T17:49:14.309Z[ recovery-image] Aug 22 17:49:12.554 INFO O| Aug 22 17:49:12.554 INFO STEP 693 (remove_files) COMPLETE
59612024-08-22T17:49:14.309Z[ recovery-image] Aug 22 17:49:12.554 INFO O| Aug 22 17:49:12.554 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-22T17:49:14.318Z[ recovery-image] Aug 22 17:49:12.564 INFO O| Aug 22 17:49:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59632024-08-22T17:49:14.321Z[ recovery-image] Aug 22 17:49:12.564 INFO O| Aug 22 17:49:12.564 INFO STEP 694 (remove_files) COMPLETE
59642024-08-22T17:49:14.321Z[ recovery-image] Aug 22 17:49:12.564 INFO O| Aug 22 17:49:12.564 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-22T17:49:14.329Z[ recovery-image] Aug 22 17:49:12.575 INFO O| Aug 22 17:49:12.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59662024-08-22T17:49:14.329Z[ recovery-image] Aug 22 17:49:12.575 INFO O| Aug 22 17:49:12.575 INFO STEP 695 (remove_files) COMPLETE
59672024-08-22T17:49:14.331Z[ recovery-image] Aug 22 17:49:12.575 INFO O| Aug 22 17:49:12.575 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-22T17:49:14.339Z[ recovery-image] Aug 22 17:49:12.585 INFO O| Aug 22 17:49:12.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59692024-08-22T17:49:14.339Z[ recovery-image] Aug 22 17:49:12.585 INFO O| Aug 22 17:49:12.585 INFO STEP 696 (remove_files) COMPLETE
59702024-08-22T17:49:14.342Z[ recovery-image] Aug 22 17:49:12.585 INFO O| Aug 22 17:49:12.585 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-22T17:49:14.350Z[ recovery-image] Aug 22 17:49:12.596 INFO O| Aug 22 17:49:12.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59722024-08-22T17:49:14.352Z[ recovery-image] Aug 22 17:49:12.596 INFO O| Aug 22 17:49:12.596 INFO STEP 697 (remove_files) COMPLETE
59732024-08-22T17:49:14.352Z[ recovery-image] Aug 22 17:49:12.596 INFO O| Aug 22 17:49:12.596 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-22T17:49:14.363Z[ recovery-image] Aug 22 17:49:12.609 INFO O| Aug 22 17:49:12.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59752024-08-22T17:49:14.363Z[ recovery-image] Aug 22 17:49:12.609 INFO O| Aug 22 17:49:12.609 INFO STEP 698 (remove_files) COMPLETE
59762024-08-22T17:49:14.366Z[ recovery-image] Aug 22 17:49:12.609 INFO O| Aug 22 17:49:12.609 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-22T17:49:14.374Z[ recovery-image] Aug 22 17:49:12.620 INFO O| Aug 22 17:49:12.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59782024-08-22T17:49:14.377Z[ recovery-image] Aug 22 17:49:12.620 INFO O| Aug 22 17:49:12.620 INFO STEP 699 (remove_files) COMPLETE
59792024-08-22T17:49:14.377Z[ recovery-image] Aug 22 17:49:12.620 INFO O| Aug 22 17:49:12.620 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-22T17:49:14.385Z[ recovery-image] Aug 22 17:49:12.631 INFO O| Aug 22 17:49:12.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59812024-08-22T17:49:14.385Z[ recovery-image] Aug 22 17:49:12.631 INFO O| Aug 22 17:49:12.631 INFO STEP 700 (remove_files) COMPLETE
59822024-08-22T17:49:14.388Z[ recovery-image] Aug 22 17:49:12.631 INFO O| Aug 22 17:49:12.631 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-22T17:49:14.397Z[ recovery-image] Aug 22 17:49:12.643 INFO O| Aug 22 17:49:12.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59842024-08-22T17:49:14.400Z[ recovery-image] Aug 22 17:49:12.643 INFO O| Aug 22 17:49:12.643 INFO STEP 701 (remove_files) COMPLETE
59852024-08-22T17:49:14.400Z[ recovery-image] Aug 22 17:49:12.643 INFO O| Aug 22 17:49:12.643 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-22T17:49:14.408Z[ recovery-image] Aug 22 17:49:12.654 INFO O| Aug 22 17:49:12.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59872024-08-22T17:49:14.408Z[ recovery-image] Aug 22 17:49:12.654 INFO O| Aug 22 17:49:12.654 INFO STEP 702 (remove_files) COMPLETE
59882024-08-22T17:49:14.411Z[ recovery-image] Aug 22 17:49:12.654 INFO O| Aug 22 17:49:12.654 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-22T17:49:14.418Z[ recovery-image] Aug 22 17:49:12.664 INFO O| Aug 22 17:49:12.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59902024-08-22T17:49:14.419Z[ recovery-image] Aug 22 17:49:12.664 INFO O| Aug 22 17:49:12.664 INFO STEP 703 (remove_files) COMPLETE
59912024-08-22T17:49:14.419Z[ recovery-image] Aug 22 17:49:12.664 INFO O| Aug 22 17:49:12.664 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-22T17:49:14.429Z[ recovery-image] Aug 22 17:49:12.675 INFO O| Aug 22 17:49:12.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59932024-08-22T17:49:14.431Z[ recovery-image] Aug 22 17:49:12.675 INFO O| Aug 22 17:49:12.675 INFO STEP 704 (remove_files) COMPLETE
59942024-08-22T17:49:14.431Z[ recovery-image] Aug 22 17:49:12.675 INFO O| Aug 22 17:49:12.675 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-22T17:49:14.439Z[ recovery-image] Aug 22 17:49:12.685 INFO O| Aug 22 17:49:12.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59962024-08-22T17:49:14.442Z[ recovery-image] Aug 22 17:49:12.685 INFO O| Aug 22 17:49:12.685 INFO STEP 705 (remove_files) COMPLETE
59972024-08-22T17:49:14.442Z[ recovery-image] Aug 22 17:49:12.685 INFO O| Aug 22 17:49:12.685 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-22T17:49:14.449Z[ recovery-image] Aug 22 17:49:12.695 INFO O| Aug 22 17:49:12.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59992024-08-22T17:49:14.449Z[ recovery-image] Aug 22 17:49:12.695 INFO O| Aug 22 17:49:12.695 INFO STEP 706 (remove_files) COMPLETE
60002024-08-22T17:49:14.452Z[ recovery-image] Aug 22 17:49:12.695 INFO O| Aug 22 17:49:12.695 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-22T17:49:14.460Z[ recovery-image] Aug 22 17:49:12.705 INFO O| Aug 22 17:49:12.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60022024-08-22T17:49:14.463Z[ recovery-image] Aug 22 17:49:12.705 INFO O| Aug 22 17:49:12.705 INFO STEP 707 (remove_files) COMPLETE
60032024-08-22T17:49:14.463Z[ recovery-image] Aug 22 17:49:12.705 INFO O| Aug 22 17:49:12.705 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-22T17:49:14.470Z[ recovery-image] Aug 22 17:49:12.716 INFO O| Aug 22 17:49:12.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60052024-08-22T17:49:14.470Z[ recovery-image] Aug 22 17:49:12.716 INFO O| Aug 22 17:49:12.716 INFO STEP 708 (remove_files) COMPLETE
60062024-08-22T17:49:14.470Z[ recovery-image] Aug 22 17:49:12.716 INFO O| Aug 22 17:49:12.716 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-22T17:49:14.480Z[ recovery-image] Aug 22 17:49:12.726 INFO O| Aug 22 17:49:12.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60082024-08-22T17:49:14.480Z[ recovery-image] Aug 22 17:49:12.726 INFO O| Aug 22 17:49:12.726 INFO STEP 709 (remove_files) COMPLETE
60092024-08-22T17:49:14.483Z[ recovery-image] Aug 22 17:49:12.726 INFO O| Aug 22 17:49:12.726 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-22T17:49:14.490Z[ recovery-image] Aug 22 17:49:12.736 INFO O| Aug 22 17:49:12.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60112024-08-22T17:49:14.490Z[ recovery-image] Aug 22 17:49:12.736 INFO O| Aug 22 17:49:12.736 INFO STEP 710 (remove_files) COMPLETE
60122024-08-22T17:49:14.493Z[ recovery-image] Aug 22 17:49:12.736 INFO O| Aug 22 17:49:12.736 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-22T17:49:14.501Z[ recovery-image] Aug 22 17:49:12.746 INFO O| Aug 22 17:49:12.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60142024-08-22T17:49:14.502Z[ recovery-image] Aug 22 17:49:12.746 INFO O| Aug 22 17:49:12.746 INFO STEP 711 (remove_files) COMPLETE
60152024-08-22T17:49:14.502Z[ recovery-image] Aug 22 17:49:12.746 INFO O| Aug 22 17:49:12.746 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-22T17:49:14.511Z[ recovery-image] Aug 22 17:49:12.757 INFO O| Aug 22 17:49:12.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60172024-08-22T17:49:14.511Z[ recovery-image] Aug 22 17:49:12.757 INFO O| Aug 22 17:49:12.757 INFO STEP 712 (remove_files) COMPLETE
60182024-08-22T17:49:14.513Z[ recovery-image] Aug 22 17:49:12.757 INFO O| Aug 22 17:49:12.757 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-08-22T17:49:14.522Z[ recovery-image] Aug 22 17:49:12.767 INFO O| Aug 22 17:49:12.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60202024-08-22T17:49:14.524Z[ recovery-image] Aug 22 17:49:12.767 INFO O| Aug 22 17:49:12.767 INFO STEP 713 (remove_files) COMPLETE
60212024-08-22T17:49:14.524Z[ recovery-image] Aug 22 17:49:12.767 INFO O| Aug 22 17:49:12.767 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-08-22T17:49:14.532Z[ recovery-image] Aug 22 17:49:12.778 INFO O| Aug 22 17:49:12.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60232024-08-22T17:49:14.532Z[ recovery-image] Aug 22 17:49:12.778 INFO O| Aug 22 17:49:12.778 INFO STEP 714 (remove_files) COMPLETE
60242024-08-22T17:49:14.532Z[ recovery-image] Aug 22 17:49:12.778 INFO O| Aug 22 17:49:12.778 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-22T17:49:14.542Z[ recovery-image] Aug 22 17:49:12.788 INFO O| Aug 22 17:49:12.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60262024-08-22T17:49:14.542Z[ recovery-image] Aug 22 17:49:12.788 INFO O| Aug 22 17:49:12.788 INFO STEP 715 (remove_files) COMPLETE
60272024-08-22T17:49:14.544Z[ recovery-image] Aug 22 17:49:12.788 INFO O| Aug 22 17:49:12.788 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-22T17:49:14.552Z[ recovery-image] Aug 22 17:49:12.798 INFO O| Aug 22 17:49:12.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60292024-08-22T17:49:14.555Z[ recovery-image] Aug 22 17:49:12.798 INFO O| Aug 22 17:49:12.798 INFO STEP 716 (remove_files) COMPLETE
60302024-08-22T17:49:14.555Z[ recovery-image] Aug 22 17:49:12.798 INFO O| Aug 22 17:49:12.798 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-22T17:49:14.563Z[ recovery-image] Aug 22 17:49:12.808 INFO O| Aug 22 17:49:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60322024-08-22T17:49:14.563Z[ recovery-image] Aug 22 17:49:12.808 INFO O| Aug 22 17:49:12.808 INFO STEP 717 (remove_files) COMPLETE
60332024-08-22T17:49:14.563Z[ recovery-image] Aug 22 17:49:12.808 INFO O| Aug 22 17:49:12.808 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-22T17:49:14.575Z[ recovery-image] Aug 22 17:49:12.818 INFO O| Aug 22 17:49:12.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60352024-08-22T17:49:14.575Z[ recovery-image] Aug 22 17:49:12.818 INFO O| Aug 22 17:49:12.818 INFO STEP 718 (remove_files) COMPLETE
60362024-08-22T17:49:14.578Z[ recovery-image] Aug 22 17:49:12.818 INFO O| Aug 22 17:49:12.818 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-22T17:49:14.583Z[ recovery-image] Aug 22 17:49:12.829 INFO O| Aug 22 17:49:12.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60382024-08-22T17:49:14.588Z[ recovery-image] Aug 22 17:49:12.829 INFO O| Aug 22 17:49:12.829 INFO STEP 719 (remove_files) COMPLETE
60392024-08-22T17:49:14.588Z[ recovery-image] Aug 22 17:49:12.829 INFO O| Aug 22 17:49:12.829 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-22T17:49:14.594Z[ recovery-image] Aug 22 17:49:12.840 INFO O| Aug 22 17:49:12.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60412024-08-22T17:49:14.599Z[ recovery-image] Aug 22 17:49:12.840 INFO O| Aug 22 17:49:12.840 INFO STEP 720 (remove_files) COMPLETE
60422024-08-22T17:49:14.599Z[ recovery-image] Aug 22 17:49:12.840 INFO O| Aug 22 17:49:12.840 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-22T17:49:14.605Z[ recovery-image] Aug 22 17:49:12.850 INFO O| Aug 22 17:49:12.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60442024-08-22T17:49:14.605Z[ recovery-image] Aug 22 17:49:12.850 INFO O| Aug 22 17:49:12.850 INFO STEP 721 (remove_files) COMPLETE
60452024-08-22T17:49:14.605Z[ recovery-image] Aug 22 17:49:12.850 INFO O| Aug 22 17:49:12.850 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-22T17:49:14.615Z[ recovery-image] Aug 22 17:49:12.861 INFO O| Aug 22 17:49:12.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60472024-08-22T17:49:14.615Z[ recovery-image] Aug 22 17:49:12.861 INFO O| Aug 22 17:49:12.861 INFO STEP 722 (remove_files) COMPLETE
60482024-08-22T17:49:14.615Z[ recovery-image] Aug 22 17:49:12.861 INFO O| Aug 22 17:49:12.861 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-22T17:49:14.625Z[ recovery-image] Aug 22 17:49:12.871 INFO O| Aug 22 17:49:12.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60502024-08-22T17:49:14.625Z[ recovery-image] Aug 22 17:49:12.871 INFO O| Aug 22 17:49:12.871 INFO STEP 723 (remove_files) COMPLETE
60512024-08-22T17:49:14.625Z[ recovery-image] Aug 22 17:49:12.871 INFO O| Aug 22 17:49:12.871 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-22T17:49:14.638Z[ recovery-image] Aug 22 17:49:12.883 INFO O| Aug 22 17:49:12.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60532024-08-22T17:49:14.638Z[ recovery-image] Aug 22 17:49:12.883 INFO O| Aug 22 17:49:12.883 INFO STEP 724 (remove_files) COMPLETE
60542024-08-22T17:49:14.640Z[ recovery-image] Aug 22 17:49:12.883 INFO O| Aug 22 17:49:12.883 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-22T17:49:14.649Z[ recovery-image] Aug 22 17:49:12.895 INFO O| Aug 22 17:49:12.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60562024-08-22T17:49:14.652Z[ recovery-image] Aug 22 17:49:12.895 INFO O| Aug 22 17:49:12.895 INFO STEP 725 (remove_files) COMPLETE
60572024-08-22T17:49:14.652Z[ recovery-image] Aug 22 17:49:12.895 INFO O| Aug 22 17:49:12.895 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-22T17:49:14.660Z[ recovery-image] Aug 22 17:49:12.906 INFO O| Aug 22 17:49:12.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60592024-08-22T17:49:14.660Z[ recovery-image] Aug 22 17:49:12.906 INFO O| Aug 22 17:49:12.906 INFO STEP 726 (remove_files) COMPLETE
60602024-08-22T17:49:14.660Z[ recovery-image] Aug 22 17:49:12.906 INFO O| Aug 22 17:49:12.906 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-22T17:49:14.671Z[ recovery-image] Aug 22 17:49:12.917 INFO O| Aug 22 17:49:12.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60622024-08-22T17:49:14.674Z[ recovery-image] Aug 22 17:49:12.917 INFO O| Aug 22 17:49:12.917 INFO STEP 727 (remove_files) COMPLETE
60632024-08-22T17:49:14.674Z[ recovery-image] Aug 22 17:49:12.917 INFO O| Aug 22 17:49:12.917 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-22T17:49:14.682Z[ recovery-image] Aug 22 17:49:12.928 INFO O| Aug 22 17:49:12.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60652024-08-22T17:49:14.682Z[ recovery-image] Aug 22 17:49:12.928 INFO O| Aug 22 17:49:12.928 INFO STEP 728 (remove_files) COMPLETE
60662024-08-22T17:49:14.685Z[ recovery-image] Aug 22 17:49:12.928 INFO O| Aug 22 17:49:12.928 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-22T17:49:14.693Z[ recovery-image] Aug 22 17:49:12.939 INFO O| Aug 22 17:49:12.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60682024-08-22T17:49:14.693Z[ recovery-image] Aug 22 17:49:12.939 INFO O| Aug 22 17:49:12.939 INFO STEP 729 (remove_files) COMPLETE
60692024-08-22T17:49:14.693Z[ recovery-image] Aug 22 17:49:12.939 INFO O| Aug 22 17:49:12.939 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-22T17:49:14.703Z[ recovery-image] Aug 22 17:49:12.949 INFO O| Aug 22 17:49:12.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60712024-08-22T17:49:14.706Z[ recovery-image] Aug 22 17:49:12.949 INFO O| Aug 22 17:49:12.949 INFO STEP 730 (remove_files) COMPLETE
60722024-08-22T17:49:14.706Z[ recovery-image] Aug 22 17:49:12.949 INFO O| Aug 22 17:49:12.949 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-22T17:49:14.714Z[ recovery-image] Aug 22 17:49:12.960 INFO O| Aug 22 17:49:12.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60742024-08-22T17:49:14.717Z[ recovery-image] Aug 22 17:49:12.960 INFO O| Aug 22 17:49:12.960 INFO STEP 731 (remove_files) COMPLETE
60752024-08-22T17:49:14.717Z[ recovery-image] Aug 22 17:49:12.960 INFO O| Aug 22 17:49:12.960 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-22T17:49:14.725Z[ recovery-image] Aug 22 17:49:12.971 INFO O| Aug 22 17:49:12.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60772024-08-22T17:49:14.725Z[ recovery-image] Aug 22 17:49:12.971 INFO O| Aug 22 17:49:12.971 INFO STEP 732 (remove_files) COMPLETE
60782024-08-22T17:49:14.725Z[ recovery-image] Aug 22 17:49:12.971 INFO O| Aug 22 17:49:12.971 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-22T17:49:14.735Z[ recovery-image] Aug 22 17:49:12.981 INFO O| Aug 22 17:49:12.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60802024-08-22T17:49:14.735Z[ recovery-image] Aug 22 17:49:12.981 INFO O| Aug 22 17:49:12.981 INFO STEP 733 (remove_files) COMPLETE
60812024-08-22T17:49:14.738Z[ recovery-image] Aug 22 17:49:12.981 INFO O| Aug 22 17:49:12.981 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-22T17:49:14.746Z[ recovery-image] Aug 22 17:49:12.992 INFO O| Aug 22 17:49:12.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60832024-08-22T17:49:14.746Z[ recovery-image] Aug 22 17:49:12.992 INFO O| Aug 22 17:49:12.992 INFO STEP 734 (remove_files) COMPLETE
60842024-08-22T17:49:14.748Z[ recovery-image] Aug 22 17:49:12.992 INFO O| Aug 22 17:49:12.992 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-22T17:49:14.756Z[ recovery-image] Aug 22 17:49:13.002 INFO O| Aug 22 17:49:13.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60862024-08-22T17:49:14.757Z[ recovery-image] Aug 22 17:49:13.002 INFO O| Aug 22 17:49:13.002 INFO STEP 735 (remove_files) COMPLETE
60872024-08-22T17:49:14.759Z[ recovery-image] Aug 22 17:49:13.002 INFO O| Aug 22 17:49:13.002 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-22T17:49:14.767Z[ recovery-image] Aug 22 17:49:13.013 INFO O| Aug 22 17:49:13.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60892024-08-22T17:49:14.767Z[ recovery-image] Aug 22 17:49:13.013 INFO O| Aug 22 17:49:13.013 INFO STEP 736 (remove_files) COMPLETE
60902024-08-22T17:49:14.767Z[ recovery-image] Aug 22 17:49:13.013 INFO O| Aug 22 17:49:13.013 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-22T17:49:14.778Z[ recovery-image] Aug 22 17:49:13.024 INFO O| Aug 22 17:49:13.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60922024-08-22T17:49:14.781Z[ recovery-image] Aug 22 17:49:13.024 INFO O| Aug 22 17:49:13.024 INFO STEP 737 (remove_files) COMPLETE
60932024-08-22T17:49:14.781Z[ recovery-image] Aug 22 17:49:13.024 INFO O| Aug 22 17:49:13.024 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-22T17:49:14.788Z[ recovery-image] Aug 22 17:49:13.034 INFO O| Aug 22 17:49:13.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60952024-08-22T17:49:14.790Z[ recovery-image] Aug 22 17:49:13.034 INFO O| Aug 22 17:49:13.034 INFO STEP 738 (remove_files) COMPLETE
60962024-08-22T17:49:14.790Z[ recovery-image] Aug 22 17:49:13.034 INFO O| Aug 22 17:49:13.034 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-22T17:49:14.799Z[ recovery-image] Aug 22 17:49:13.045 INFO O| Aug 22 17:49:13.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60982024-08-22T17:49:14.799Z[ recovery-image] Aug 22 17:49:13.045 INFO O| Aug 22 17:49:13.045 INFO STEP 739 (remove_files) COMPLETE
60992024-08-22T17:49:14.799Z[ recovery-image] Aug 22 17:49:13.045 INFO O| Aug 22 17:49:13.045 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-22T17:49:14.809Z[ recovery-image] Aug 22 17:49:13.055 INFO O| Aug 22 17:49:13.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61012024-08-22T17:49:14.812Z[ recovery-image] Aug 22 17:49:13.055 INFO O| Aug 22 17:49:13.055 INFO STEP 740 (remove_files) COMPLETE
61022024-08-22T17:49:14.812Z[ recovery-image] Aug 22 17:49:13.055 INFO O| Aug 22 17:49:13.055 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-22T17:49:14.819Z[ recovery-image] Aug 22 17:49:13.065 INFO O| Aug 22 17:49:13.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61042024-08-22T17:49:14.819Z[ recovery-image] Aug 22 17:49:13.065 INFO O| Aug 22 17:49:13.065 INFO STEP 741 (remove_files) COMPLETE
61052024-08-22T17:49:14.820Z[ recovery-image] Aug 22 17:49:13.065 INFO O| Aug 22 17:49:13.065 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-22T17:49:14.830Z[ recovery-image] Aug 22 17:49:13.076 INFO O| Aug 22 17:49:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61072024-08-22T17:49:14.830Z[ recovery-image] Aug 22 17:49:13.076 INFO O| Aug 22 17:49:13.076 INFO STEP 742 (remove_files) COMPLETE
61082024-08-22T17:49:14.832Z[ recovery-image] Aug 22 17:49:13.076 INFO O| Aug 22 17:49:13.076 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-22T17:49:14.840Z[ recovery-image] Aug 22 17:49:13.086 INFO O| Aug 22 17:49:13.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61102024-08-22T17:49:14.840Z[ recovery-image] Aug 22 17:49:13.086 INFO O| Aug 22 17:49:13.086 INFO STEP 743 (remove_files) COMPLETE
61112024-08-22T17:49:14.842Z[ recovery-image] Aug 22 17:49:13.086 INFO O| Aug 22 17:49:13.086 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-22T17:49:14.851Z[ recovery-image] Aug 22 17:49:13.097 INFO O| Aug 22 17:49:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61132024-08-22T17:49:14.851Z[ recovery-image] Aug 22 17:49:13.097 INFO O| Aug 22 17:49:13.097 INFO STEP 744 (remove_files) COMPLETE
61142024-08-22T17:49:14.851Z[ recovery-image] Aug 22 17:49:13.097 INFO O| Aug 22 17:49:13.097 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-22T17:49:14.863Z[ recovery-image] Aug 22 17:49:13.109 INFO O| Aug 22 17:49:13.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61162024-08-22T17:49:14.863Z[ recovery-image] Aug 22 17:49:13.109 INFO O| Aug 22 17:49:13.109 INFO STEP 745 (remove_files) COMPLETE
61172024-08-22T17:49:14.866Z[ recovery-image] Aug 22 17:49:13.109 INFO O| Aug 22 17:49:13.109 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-22T17:49:14.876Z[ recovery-image] Aug 22 17:49:13.121 INFO O| Aug 22 17:49:13.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61192024-08-22T17:49:14.876Z[ recovery-image] Aug 22 17:49:13.121 INFO O| Aug 22 17:49:13.121 INFO STEP 746 (remove_files) COMPLETE
61202024-08-22T17:49:14.878Z[ recovery-image] Aug 22 17:49:13.121 INFO O| Aug 22 17:49:13.121 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-22T17:49:14.887Z[ recovery-image] Aug 22 17:49:13.133 INFO O| Aug 22 17:49:13.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61222024-08-22T17:49:14.890Z[ recovery-image] Aug 22 17:49:13.133 INFO O| Aug 22 17:49:13.133 INFO STEP 747 (remove_files) COMPLETE
61232024-08-22T17:49:14.890Z[ recovery-image] Aug 22 17:49:13.133 INFO O| Aug 22 17:49:13.133 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-22T17:49:14.899Z[ recovery-image] Aug 22 17:49:13.145 INFO O| Aug 22 17:49:13.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61252024-08-22T17:49:14.900Z[ recovery-image] Aug 22 17:49:13.145 INFO O| Aug 22 17:49:13.145 INFO STEP 748 (remove_files) COMPLETE
61262024-08-22T17:49:14.902Z[ recovery-image] Aug 22 17:49:13.145 INFO O| Aug 22 17:49:13.145 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-22T17:49:14.912Z[ recovery-image] Aug 22 17:49:13.158 INFO O| Aug 22 17:49:13.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61282024-08-22T17:49:14.915Z[ recovery-image] Aug 22 17:49:13.158 INFO O| Aug 22 17:49:13.158 INFO STEP 749 (remove_files) COMPLETE
61292024-08-22T17:49:14.915Z[ recovery-image] Aug 22 17:49:13.158 INFO O| Aug 22 17:49:13.158 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-22T17:49:14.924Z[ recovery-image] Aug 22 17:49:13.170 INFO O| Aug 22 17:49:13.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61312024-08-22T17:49:14.927Z[ recovery-image] Aug 22 17:49:13.170 INFO O| Aug 22 17:49:13.170 INFO STEP 750 (remove_files) COMPLETE
61322024-08-22T17:49:14.927Z[ recovery-image] Aug 22 17:49:13.170 INFO O| Aug 22 17:49:13.170 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-22T17:49:14.937Z[ recovery-image] Aug 22 17:49:13.182 INFO O| Aug 22 17:49:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61342024-08-22T17:49:14.937Z[ recovery-image] Aug 22 17:49:13.182 INFO O| Aug 22 17:49:13.182 INFO STEP 751 (remove_files) COMPLETE
61352024-08-22T17:49:14.939Z[ recovery-image] Aug 22 17:49:13.182 INFO O| Aug 22 17:49:13.182 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-22T17:49:14.950Z[ recovery-image] Aug 22 17:49:13.195 INFO O| Aug 22 17:49:13.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61372024-08-22T17:49:14.950Z[ recovery-image] Aug 22 17:49:13.195 INFO O| Aug 22 17:49:13.195 INFO STEP 752 (remove_files) COMPLETE
61382024-08-22T17:49:14.952Z[ recovery-image] Aug 22 17:49:13.195 INFO O| Aug 22 17:49:13.195 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-22T17:49:14.962Z[ recovery-image] Aug 22 17:49:13.208 INFO O| Aug 22 17:49:13.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61402024-08-22T17:49:14.962Z[ recovery-image] Aug 22 17:49:13.208 INFO O| Aug 22 17:49:13.208 INFO STEP 753 (remove_files) COMPLETE
61412024-08-22T17:49:14.964Z[ recovery-image] Aug 22 17:49:13.208 INFO O| Aug 22 17:49:13.208 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-22T17:49:14.974Z[ recovery-image] Aug 22 17:49:13.220 INFO O| Aug 22 17:49:13.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61432024-08-22T17:49:14.974Z[ recovery-image] Aug 22 17:49:13.220 INFO O| Aug 22 17:49:13.220 INFO STEP 754 (remove_files) COMPLETE
61442024-08-22T17:49:14.974Z[ recovery-image] Aug 22 17:49:13.220 INFO O| Aug 22 17:49:13.220 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-22T17:49:14.987Z[ recovery-image] Aug 22 17:49:13.233 INFO O| Aug 22 17:49:13.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61462024-08-22T17:49:14.987Z[ recovery-image] Aug 22 17:49:13.233 INFO O| Aug 22 17:49:13.233 INFO STEP 755 (remove_files) COMPLETE
61472024-08-22T17:49:14.990Z[ recovery-image] Aug 22 17:49:13.233 INFO O| Aug 22 17:49:13.233 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-22T17:49:14.999Z[ recovery-image] Aug 22 17:49:13.244 INFO O| Aug 22 17:49:13.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61492024-08-22T17:49:14.999Z[ recovery-image] Aug 22 17:49:13.245 INFO O| Aug 22 17:49:13.245 INFO STEP 756 (remove_files) COMPLETE
61502024-08-22T17:49:14.999Z[ recovery-image] Aug 22 17:49:13.245 INFO O| Aug 22 17:49:13.245 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-22T17:49:15.010Z[ recovery-image] Aug 22 17:49:13.256 INFO O| Aug 22 17:49:13.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61522024-08-22T17:49:15.010Z[ recovery-image] Aug 22 17:49:13.256 INFO O| Aug 22 17:49:13.256 INFO STEP 757 (remove_files) COMPLETE
61532024-08-22T17:49:15.010Z[ recovery-image] Aug 22 17:49:13.256 INFO O| Aug 22 17:49:13.256 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-08-22T17:49:15.024Z[ recovery-image] Aug 22 17:49:13.269 INFO O| Aug 22 17:49:13.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61552024-08-22T17:49:15.024Z[ recovery-image] Aug 22 17:49:13.269 INFO O| Aug 22 17:49:13.269 INFO STEP 758 (remove_files) COMPLETE
61562024-08-22T17:49:15.024Z[ recovery-image] Aug 22 17:49:13.269 INFO O| Aug 22 17:49:13.269 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-08-22T17:49:15.035Z[ recovery-image] Aug 22 17:49:13.281 INFO O| Aug 22 17:49:13.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61582024-08-22T17:49:15.038Z[ recovery-image] Aug 22 17:49:13.281 INFO O| Aug 22 17:49:13.281 INFO STEP 759 (remove_files) COMPLETE
61592024-08-22T17:49:15.038Z[ recovery-image] Aug 22 17:49:13.281 INFO O| Aug 22 17:49:13.281 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-08-22T17:49:15.047Z[ recovery-image] Aug 22 17:49:13.293 INFO O| Aug 22 17:49:13.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61612024-08-22T17:49:15.047Z[ recovery-image] Aug 22 17:49:13.293 INFO O| Aug 22 17:49:13.293 INFO STEP 760 (remove_files) COMPLETE
61622024-08-22T17:49:15.047Z[ recovery-image] Aug 22 17:49:13.293 INFO O| Aug 22 17:49:13.293 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-22T17:49:15.061Z[ recovery-image] Aug 22 17:49:13.306 INFO O| Aug 22 17:49:13.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61642024-08-22T17:49:15.064Z[ recovery-image] Aug 22 17:49:13.307 INFO O| Aug 22 17:49:13.307 INFO STEP 761 (remove_files) COMPLETE
61652024-08-22T17:49:15.064Z[ recovery-image] Aug 22 17:49:13.307 INFO O| Aug 22 17:49:13.307 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-22T17:49:15.073Z[ recovery-image] Aug 22 17:49:13.319 INFO O| Aug 22 17:49:13.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61672024-08-22T17:49:15.073Z[ recovery-image] Aug 22 17:49:13.319 INFO O| Aug 22 17:49:13.319 INFO STEP 762 (remove_files) COMPLETE
61682024-08-22T17:49:15.076Z[ recovery-image] Aug 22 17:49:13.319 INFO O| Aug 22 17:49:13.319 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-22T17:49:15.086Z[ recovery-image] Aug 22 17:49:13.331 INFO O| Aug 22 17:49:13.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61702024-08-22T17:49:15.086Z[ recovery-image] Aug 22 17:49:13.331 INFO O| Aug 22 17:49:13.331 INFO STEP 763 (remove_files) COMPLETE
61712024-08-22T17:49:15.086Z[ recovery-image] Aug 22 17:49:13.331 INFO O| Aug 22 17:49:13.331 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-22T17:49:15.099Z[ recovery-image] Aug 22 17:49:13.345 INFO O| Aug 22 17:49:13.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61732024-08-22T17:49:15.099Z[ recovery-image] Aug 22 17:49:13.345 INFO O| Aug 22 17:49:13.345 INFO STEP 764 (remove_files) COMPLETE
61742024-08-22T17:49:15.101Z[ recovery-image] Aug 22 17:49:13.345 INFO O| Aug 22 17:49:13.345 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-22T17:49:15.112Z[ recovery-image] Aug 22 17:49:13.357 INFO O| Aug 22 17:49:13.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61762024-08-22T17:49:15.112Z[ recovery-image] Aug 22 17:49:13.357 INFO O| Aug 22 17:49:13.357 INFO STEP 765 (remove_files) COMPLETE
61772024-08-22T17:49:15.112Z[ recovery-image] Aug 22 17:49:13.357 INFO O| Aug 22 17:49:13.357 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-22T17:49:15.127Z[ recovery-image] Aug 22 17:49:13.372 INFO O| Aug 22 17:49:13.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61792024-08-22T17:49:15.127Z[ recovery-image] Aug 22 17:49:13.372 INFO O| Aug 22 17:49:13.372 INFO STEP 766 (remove_files) COMPLETE
61802024-08-22T17:49:15.127Z[ recovery-image] Aug 22 17:49:13.372 INFO O| Aug 22 17:49:13.372 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-22T17:49:15.138Z[ recovery-image] Aug 22 17:49:13.384 INFO O| Aug 22 17:49:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61822024-08-22T17:49:15.138Z[ recovery-image] Aug 22 17:49:13.384 INFO O| Aug 22 17:49:13.384 INFO STEP 767 (remove_files) COMPLETE
61832024-08-22T17:49:15.138Z[ recovery-image] Aug 22 17:49:13.384 INFO O| Aug 22 17:49:13.384 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-22T17:49:15.150Z[ recovery-image] Aug 22 17:49:13.395 INFO O| Aug 22 17:49:13.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61852024-08-22T17:49:15.150Z[ recovery-image] Aug 22 17:49:13.396 INFO O| Aug 22 17:49:13.396 INFO STEP 768 (remove_files) COMPLETE
61862024-08-22T17:49:15.152Z[ recovery-image] Aug 22 17:49:13.396 INFO O| Aug 22 17:49:13.396 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-22T17:49:15.161Z[ recovery-image] Aug 22 17:49:13.407 INFO O| Aug 22 17:49:13.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61882024-08-22T17:49:15.161Z[ recovery-image] Aug 22 17:49:13.407 INFO O| Aug 22 17:49:13.407 INFO STEP 769 (remove_files) COMPLETE
61892024-08-22T17:49:15.161Z[ recovery-image] Aug 22 17:49:13.407 INFO O| Aug 22 17:49:13.407 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-22T17:49:15.174Z[ recovery-image] Aug 22 17:49:13.420 INFO O| Aug 22 17:49:13.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61912024-08-22T17:49:15.175Z[ recovery-image] Aug 22 17:49:13.420 INFO O| Aug 22 17:49:13.420 INFO STEP 770 (remove_files) COMPLETE
61922024-08-22T17:49:15.177Z[ recovery-image] Aug 22 17:49:13.420 INFO O| Aug 22 17:49:13.420 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-22T17:49:15.186Z[ recovery-image] Aug 22 17:49:13.432 INFO O| Aug 22 17:49:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61942024-08-22T17:49:15.186Z[ recovery-image] Aug 22 17:49:13.432 INFO O| Aug 22 17:49:13.432 INFO STEP 771 (remove_files) COMPLETE
61952024-08-22T17:49:15.189Z[ recovery-image] Aug 22 17:49:13.432 INFO O| Aug 22 17:49:13.432 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-22T17:49:15.197Z[ recovery-image] Aug 22 17:49:13.443 INFO O| Aug 22 17:49:13.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61972024-08-22T17:49:15.197Z[ recovery-image] Aug 22 17:49:13.443 INFO O| Aug 22 17:49:13.443 INFO STEP 772 (remove_files) COMPLETE
61982024-08-22T17:49:15.197Z[ recovery-image] Aug 22 17:49:13.443 INFO O| Aug 22 17:49:13.443 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-08-22T17:49:15.211Z[ recovery-image] Aug 22 17:49:13.456 INFO O| Aug 22 17:49:13.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62002024-08-22T17:49:15.211Z[ recovery-image] Aug 22 17:49:13.456 INFO O| Aug 22 17:49:13.456 INFO STEP 773 (remove_files) COMPLETE
62012024-08-22T17:49:15.214Z[ recovery-image] Aug 22 17:49:13.456 INFO O| Aug 22 17:49:13.456 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-22T17:49:15.221Z[ recovery-image] Aug 22 17:49:13.467 INFO O| Aug 22 17:49:13.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62032024-08-22T17:49:15.221Z[ recovery-image] Aug 22 17:49:13.467 INFO O| Aug 22 17:49:13.467 INFO STEP 774 (remove_files) COMPLETE
62042024-08-22T17:49:15.224Z[ recovery-image] Aug 22 17:49:13.467 INFO O| Aug 22 17:49:13.467 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-22T17:49:15.233Z[ recovery-image] Aug 22 17:49:13.479 INFO O| Aug 22 17:49:13.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62062024-08-22T17:49:15.233Z[ recovery-image] Aug 22 17:49:13.479 INFO O| Aug 22 17:49:13.479 INFO STEP 775 (remove_files) COMPLETE
62072024-08-22T17:49:15.233Z[ recovery-image] Aug 22 17:49:13.479 INFO O| Aug 22 17:49:13.479 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-22T17:49:15.246Z[ recovery-image] Aug 22 17:49:13.492 INFO O| Aug 22 17:49:13.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62092024-08-22T17:49:15.246Z[ recovery-image] Aug 22 17:49:13.492 INFO O| Aug 22 17:49:13.492 INFO STEP 776 (remove_files) COMPLETE
62102024-08-22T17:49:15.246Z[ recovery-image] Aug 22 17:49:13.492 INFO O| Aug 22 17:49:13.492 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-22T17:49:15.259Z[ recovery-image] Aug 22 17:49:13.503 INFO O| Aug 22 17:49:13.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62122024-08-22T17:49:15.259Z[ recovery-image] Aug 22 17:49:13.503 INFO O| Aug 22 17:49:13.503 INFO STEP 777 (remove_files) COMPLETE
62132024-08-22T17:49:15.261Z[ recovery-image] Aug 22 17:49:13.503 INFO O| Aug 22 17:49:13.503 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-22T17:49:15.268Z[ recovery-image] Aug 22 17:49:13.514 INFO O| Aug 22 17:49:13.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62152024-08-22T17:49:15.271Z[ recovery-image] Aug 22 17:49:13.514 INFO O| Aug 22 17:49:13.514 INFO STEP 778 (remove_files) COMPLETE
62162024-08-22T17:49:15.271Z[ recovery-image] Aug 22 17:49:13.514 INFO O| Aug 22 17:49:13.514 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-22T17:49:15.282Z[ recovery-image] Aug 22 17:49:13.527 INFO O| Aug 22 17:49:13.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62182024-08-22T17:49:15.286Z[ recovery-image] Aug 22 17:49:13.528 INFO O| Aug 22 17:49:13.528 INFO STEP 779 (remove_files) COMPLETE
62192024-08-22T17:49:15.286Z[ recovery-image] Aug 22 17:49:13.528 INFO O| Aug 22 17:49:13.528 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-22T17:49:15.296Z[ recovery-image] Aug 22 17:49:13.539 INFO O| Aug 22 17:49:13.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62212024-08-22T17:49:15.299Z[ recovery-image] Aug 22 17:49:13.539 INFO O| Aug 22 17:49:13.539 INFO STEP 780 (remove_files) COMPLETE
62222024-08-22T17:49:15.299Z[ recovery-image] Aug 22 17:49:13.539 INFO O| Aug 22 17:49:13.539 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-22T17:49:15.308Z[ recovery-image] Aug 22 17:49:13.552 INFO O| Aug 22 17:49:13.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62242024-08-22T17:49:15.311Z[ recovery-image] Aug 22 17:49:13.552 INFO O| Aug 22 17:49:13.552 INFO STEP 781 (remove_files) COMPLETE
62252024-08-22T17:49:15.311Z[ recovery-image] Aug 22 17:49:13.552 INFO O| Aug 22 17:49:13.552 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-22T17:49:15.320Z[ recovery-image] Aug 22 17:49:13.565 INFO O| Aug 22 17:49:13.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62272024-08-22T17:49:15.320Z[ recovery-image] Aug 22 17:49:13.565 INFO O| Aug 22 17:49:13.565 INFO STEP 782 (remove_files) COMPLETE
62282024-08-22T17:49:15.324Z[ recovery-image] Aug 22 17:49:13.565 INFO O| Aug 22 17:49:13.565 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-08-22T17:49:15.331Z[ recovery-image] Aug 22 17:49:13.576 INFO O| Aug 22 17:49:13.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62302024-08-22T17:49:15.331Z[ recovery-image] Aug 22 17:49:13.576 INFO O| Aug 22 17:49:13.576 INFO STEP 783 (remove_files) COMPLETE
62312024-08-22T17:49:15.334Z[ recovery-image] Aug 22 17:49:13.576 INFO O| Aug 22 17:49:13.576 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-08-22T17:49:15.343Z[ recovery-image] Aug 22 17:49:13.588 INFO O| Aug 22 17:49:13.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62332024-08-22T17:49:15.343Z[ recovery-image] Aug 22 17:49:13.588 INFO O| Aug 22 17:49:13.588 INFO STEP 784 (remove_files) COMPLETE
62342024-08-22T17:49:15.347Z[ recovery-image] Aug 22 17:49:13.588 INFO O| Aug 22 17:49:13.588 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-08-22T17:49:15.354Z[ recovery-image] Aug 22 17:49:13.599 INFO O| Aug 22 17:49:13.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62362024-08-22T17:49:15.357Z[ recovery-image] Aug 22 17:49:13.599 INFO O| Aug 22 17:49:13.599 INFO STEP 785 (remove_files) COMPLETE
62372024-08-22T17:49:15.357Z[ recovery-image] Aug 22 17:49:13.599 INFO O| Aug 22 17:49:13.599 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-08-22T17:49:15.365Z[ recovery-image] Aug 22 17:49:13.611 INFO O| Aug 22 17:49:13.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62392024-08-22T17:49:15.365Z[ recovery-image] Aug 22 17:49:13.611 INFO O| Aug 22 17:49:13.611 INFO STEP 786 (remove_files) COMPLETE
62402024-08-22T17:49:15.368Z[ recovery-image] Aug 22 17:49:13.611 INFO O| Aug 22 17:49:13.611 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-08-22T17:49:15.376Z[ recovery-image] Aug 22 17:49:13.622 INFO O| Aug 22 17:49:13.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62422024-08-22T17:49:15.376Z[ recovery-image] Aug 22 17:49:13.622 INFO O| Aug 22 17:49:13.622 INFO STEP 787 (remove_files) COMPLETE
62432024-08-22T17:49:15.379Z[ recovery-image] Aug 22 17:49:13.622 INFO O| Aug 22 17:49:13.622 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-08-22T17:49:15.388Z[ recovery-image] Aug 22 17:49:13.633 INFO O| Aug 22 17:49:13.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62452024-08-22T17:49:15.388Z[ recovery-image] Aug 22 17:49:13.633 INFO O| Aug 22 17:49:13.633 INFO STEP 788 (remove_files) COMPLETE
62462024-08-22T17:49:15.391Z[ recovery-image] Aug 22 17:49:13.633 INFO O| Aug 22 17:49:13.633 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-08-22T17:49:15.400Z[ recovery-image] Aug 22 17:49:13.645 INFO O| Aug 22 17:49:13.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62482024-08-22T17:49:15.400Z[ recovery-image] Aug 22 17:49:13.645 INFO O| Aug 22 17:49:13.645 INFO STEP 789 (remove_files) COMPLETE
62492024-08-22T17:49:15.403Z[ recovery-image] Aug 22 17:49:13.645 INFO O| Aug 22 17:49:13.645 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-08-22T17:49:15.411Z[ recovery-image] Aug 22 17:49:13.657 INFO O| Aug 22 17:49:13.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62512024-08-22T17:49:15.411Z[ recovery-image] Aug 22 17:49:13.657 INFO O| Aug 22 17:49:13.657 INFO STEP 790 (remove_files) COMPLETE
62522024-08-22T17:49:15.414Z[ recovery-image] Aug 22 17:49:13.657 INFO O| Aug 22 17:49:13.657 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-08-22T17:49:15.423Z[ recovery-image] Aug 22 17:49:13.668 INFO O| Aug 22 17:49:13.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62542024-08-22T17:49:15.423Z[ recovery-image] Aug 22 17:49:13.668 INFO O| Aug 22 17:49:13.668 INFO STEP 791 (remove_files) COMPLETE
62552024-08-22T17:49:15.425Z[ recovery-image] Aug 22 17:49:13.668 INFO O| Aug 22 17:49:13.668 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-08-22T17:49:15.434Z[ recovery-image] Aug 22 17:49:13.680 INFO O| Aug 22 17:49:13.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62572024-08-22T17:49:15.434Z[ recovery-image] Aug 22 17:49:13.680 INFO O| Aug 22 17:49:13.680 INFO STEP 792 (remove_files) COMPLETE
62582024-08-22T17:49:15.434Z[ recovery-image] Aug 22 17:49:13.680 INFO O| Aug 22 17:49:13.680 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-08-22T17:49:15.445Z[ recovery-image] Aug 22 17:49:13.691 INFO O| Aug 22 17:49:13.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62602024-08-22T17:49:15.445Z[ recovery-image] Aug 22 17:49:13.691 INFO O| Aug 22 17:49:13.691 INFO STEP 793 (remove_files) COMPLETE
62612024-08-22T17:49:15.448Z[ recovery-image] Aug 22 17:49:13.691 INFO O| Aug 22 17:49:13.691 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-08-22T17:49:15.457Z[ recovery-image] Aug 22 17:49:13.702 INFO O| Aug 22 17:49:13.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62632024-08-22T17:49:15.457Z[ recovery-image] Aug 22 17:49:13.702 INFO O| Aug 22 17:49:13.702 INFO STEP 794 (remove_files) COMPLETE
62642024-08-22T17:49:15.457Z[ recovery-image] Aug 22 17:49:13.702 INFO O| Aug 22 17:49:13.702 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-08-22T17:49:15.468Z[ recovery-image] Aug 22 17:49:13.713 INFO O| Aug 22 17:49:13.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62662024-08-22T17:49:15.468Z[ recovery-image] Aug 22 17:49:13.714 INFO O| Aug 22 17:49:13.714 INFO STEP 795 (remove_files) COMPLETE
62672024-08-22T17:49:15.468Z[ recovery-image] Aug 22 17:49:13.714 INFO O| Aug 22 17:49:13.714 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-08-22T17:49:15.479Z[ recovery-image] Aug 22 17:49:13.724 INFO O| Aug 22 17:49:13.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62692024-08-22T17:49:15.481Z[ recovery-image] Aug 22 17:49:13.727 INFO O| Aug 22 17:49:13.727 INFO STEP 796 (remove_files) COMPLETE
62702024-08-22T17:49:15.481Z[ recovery-image] Aug 22 17:49:13.727 INFO O| Aug 22 17:49:13.727 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-08-22T17:49:15.493Z[ recovery-image] Aug 22 17:49:13.739 INFO O| Aug 22 17:49:13.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62722024-08-22T17:49:15.495Z[ recovery-image] Aug 22 17:49:13.739 INFO O| Aug 22 17:49:13.739 INFO STEP 797 (remove_files) COMPLETE
62732024-08-22T17:49:15.495Z[ recovery-image] Aug 22 17:49:13.739 INFO O| Aug 22 17:49:13.739 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-08-22T17:49:15.505Z[ recovery-image] Aug 22 17:49:13.750 INFO O| Aug 22 17:49:13.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62752024-08-22T17:49:15.507Z[ recovery-image] Aug 22 17:49:13.751 INFO O| Aug 22 17:49:13.751 INFO STEP 798 (remove_files) COMPLETE
62762024-08-22T17:49:15.507Z[ recovery-image] Aug 22 17:49:13.751 INFO O| Aug 22 17:49:13.751 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-08-22T17:49:15.516Z[ recovery-image] Aug 22 17:49:13.761 INFO O| Aug 22 17:49:13.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62782024-08-22T17:49:15.518Z[ recovery-image] Aug 22 17:49:13.762 INFO O| Aug 22 17:49:13.762 INFO STEP 799 (remove_files) COMPLETE
62792024-08-22T17:49:15.518Z[ recovery-image] Aug 22 17:49:13.762 INFO O| Aug 22 17:49:13.762 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-08-22T17:49:15.527Z[ recovery-image] Aug 22 17:49:13.772 INFO O| Aug 22 17:49:13.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62812024-08-22T17:49:15.530Z[ recovery-image] Aug 22 17:49:13.772 INFO O| Aug 22 17:49:13.772 INFO STEP 800 (remove_files) COMPLETE
62822024-08-22T17:49:15.530Z[ recovery-image] Aug 22 17:49:13.772 INFO O| Aug 22 17:49:13.772 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-08-22T17:49:15.538Z[ recovery-image] Aug 22 17:49:13.783 INFO O| Aug 22 17:49:13.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62842024-08-22T17:49:15.540Z[ recovery-image] Aug 22 17:49:13.784 INFO O| Aug 22 17:49:13.783 INFO STEP 801 (remove_files) COMPLETE
62852024-08-22T17:49:15.540Z[ recovery-image] Aug 22 17:49:13.784 INFO O| Aug 22 17:49:13.784 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-08-22T17:49:15.549Z[ recovery-image] Aug 22 17:49:13.794 INFO O| Aug 22 17:49:13.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62872024-08-22T17:49:15.549Z[ recovery-image] Aug 22 17:49:13.794 INFO O| Aug 22 17:49:13.794 INFO STEP 802 (remove_files) COMPLETE
62882024-08-22T17:49:15.551Z[ recovery-image] Aug 22 17:49:13.794 INFO O| Aug 22 17:49:13.794 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-08-22T17:49:15.559Z[ recovery-image] Aug 22 17:49:13.805 INFO O| Aug 22 17:49:13.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62902024-08-22T17:49:15.561Z[ recovery-image] Aug 22 17:49:13.805 INFO O| Aug 22 17:49:13.805 INFO STEP 803 (remove_files) COMPLETE
62912024-08-22T17:49:15.561Z[ recovery-image] Aug 22 17:49:13.805 INFO O| Aug 22 17:49:13.805 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-08-22T17:49:15.569Z[ recovery-image] Aug 22 17:49:13.815 INFO O| Aug 22 17:49:13.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62932024-08-22T17:49:15.572Z[ recovery-image] Aug 22 17:49:13.815 INFO O| Aug 22 17:49:13.815 INFO STEP 804 (remove_files) COMPLETE
62942024-08-22T17:49:15.572Z[ recovery-image] Aug 22 17:49:13.815 INFO O| Aug 22 17:49:13.815 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-08-22T17:49:15.580Z[ recovery-image] Aug 22 17:49:13.826 INFO O| Aug 22 17:49:13.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62962024-08-22T17:49:15.580Z[ recovery-image] Aug 22 17:49:13.826 INFO O| Aug 22 17:49:13.826 INFO STEP 805 (remove_files) COMPLETE
62972024-08-22T17:49:15.583Z[ recovery-image] Aug 22 17:49:13.826 INFO O| Aug 22 17:49:13.826 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-08-22T17:49:15.590Z[ recovery-image] Aug 22 17:49:13.836 INFO O| Aug 22 17:49:13.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62992024-08-22T17:49:15.590Z[ recovery-image] Aug 22 17:49:13.836 INFO O| Aug 22 17:49:13.836 INFO STEP 806 (remove_files) COMPLETE
63002024-08-22T17:49:15.590Z[ recovery-image] Aug 22 17:49:13.836 INFO O| Aug 22 17:49:13.836 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-22T17:49:15.602Z[ recovery-image] Aug 22 17:49:13.847 INFO O| Aug 22 17:49:13.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63022024-08-22T17:49:15.602Z[ recovery-image] Aug 22 17:49:13.847 INFO O| Aug 22 17:49:13.847 INFO STEP 807 (remove_files) COMPLETE
63032024-08-22T17:49:15.605Z[ recovery-image] Aug 22 17:49:13.847 INFO O| Aug 22 17:49:13.847 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-22T17:49:15.611Z[ recovery-image] Aug 22 17:49:13.857 INFO O| Aug 22 17:49:13.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63052024-08-22T17:49:15.614Z[ recovery-image] Aug 22 17:49:13.857 INFO O| Aug 22 17:49:13.857 INFO STEP 808 (remove_files) COMPLETE
63062024-08-22T17:49:15.614Z[ recovery-image] Aug 22 17:49:13.857 INFO O| Aug 22 17:49:13.857 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-08-22T17:49:15.622Z[ recovery-image] Aug 22 17:49:13.868 INFO O| Aug 22 17:49:13.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63082024-08-22T17:49:15.622Z[ recovery-image] Aug 22 17:49:13.868 INFO O| Aug 22 17:49:13.868 INFO STEP 809 (remove_files) COMPLETE
63092024-08-22T17:49:15.625Z[ recovery-image] Aug 22 17:49:13.868 INFO O| Aug 22 17:49:13.868 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-08-22T17:49:15.633Z[ recovery-image] Aug 22 17:49:13.878 INFO O| Aug 22 17:49:13.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63112024-08-22T17:49:15.633Z[ recovery-image] Aug 22 17:49:13.878 INFO O| Aug 22 17:49:13.878 INFO STEP 810 (remove_files) COMPLETE
63122024-08-22T17:49:15.633Z[ recovery-image] Aug 22 17:49:13.878 INFO O| Aug 22 17:49:13.878 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-22T17:49:15.643Z[ recovery-image] Aug 22 17:49:13.889 INFO O| Aug 22 17:49:13.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63142024-08-22T17:49:15.646Z[ recovery-image] Aug 22 17:49:13.889 INFO O| Aug 22 17:49:13.889 INFO STEP 811 (remove_files) COMPLETE
63152024-08-22T17:49:15.646Z[ recovery-image] Aug 22 17:49:13.889 INFO O| Aug 22 17:49:13.889 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-08-22T17:49:15.654Z[ recovery-image] Aug 22 17:49:13.899 INFO O| Aug 22 17:49:13.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63172024-08-22T17:49:15.656Z[ recovery-image] Aug 22 17:49:13.899 INFO O| Aug 22 17:49:13.899 INFO STEP 812 (remove_files) COMPLETE
63182024-08-22T17:49:15.656Z[ recovery-image] Aug 22 17:49:13.899 INFO O| Aug 22 17:49:13.899 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-08-22T17:49:15.664Z[ recovery-image] Aug 22 17:49:13.910 INFO O| Aug 22 17:49:13.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63202024-08-22T17:49:15.664Z[ recovery-image] Aug 22 17:49:13.910 INFO O| Aug 22 17:49:13.910 INFO STEP 813 (remove_files) COMPLETE
63212024-08-22T17:49:15.667Z[ recovery-image] Aug 22 17:49:13.910 INFO O| Aug 22 17:49:13.910 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-08-22T17:49:15.675Z[ recovery-image] Aug 22 17:49:13.921 INFO O| Aug 22 17:49:13.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63232024-08-22T17:49:15.675Z[ recovery-image] Aug 22 17:49:13.921 INFO O| Aug 22 17:49:13.921 INFO STEP 814 (remove_files) COMPLETE
63242024-08-22T17:49:15.678Z[ recovery-image] Aug 22 17:49:13.921 INFO O| Aug 22 17:49:13.921 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-22T17:49:15.687Z[ recovery-image] Aug 22 17:49:13.932 INFO O| Aug 22 17:49:13.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63262024-08-22T17:49:15.687Z[ recovery-image] Aug 22 17:49:13.932 INFO O| Aug 22 17:49:13.932 INFO STEP 815 (remove_files) COMPLETE
63272024-08-22T17:49:15.690Z[ recovery-image] Aug 22 17:49:13.933 INFO O| Aug 22 17:49:13.932 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-22T17:49:15.698Z[ recovery-image] Aug 22 17:49:13.943 INFO O| Aug 22 17:49:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63292024-08-22T17:49:15.700Z[ recovery-image] Aug 22 17:49:13.943 INFO O| Aug 22 17:49:13.943 INFO STEP 816 (remove_files) COMPLETE
63302024-08-22T17:49:15.700Z[ recovery-image] Aug 22 17:49:13.943 INFO O| Aug 22 17:49:13.943 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-22T17:49:15.709Z[ recovery-image] Aug 22 17:49:13.954 INFO O| Aug 22 17:49:13.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63322024-08-22T17:49:15.711Z[ recovery-image] Aug 22 17:49:13.955 INFO O| Aug 22 17:49:13.955 INFO STEP 817 (remove_files) COMPLETE
63332024-08-22T17:49:15.711Z[ recovery-image] Aug 22 17:49:13.955 INFO O| Aug 22 17:49:13.955 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-22T17:49:15.721Z[ recovery-image] Aug 22 17:49:13.967 INFO O| Aug 22 17:49:13.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63352024-08-22T17:49:15.721Z[ recovery-image] Aug 22 17:49:13.967 INFO O| Aug 22 17:49:13.967 INFO STEP 818 (remove_files) COMPLETE
63362024-08-22T17:49:15.724Z[ recovery-image] Aug 22 17:49:13.967 INFO O| Aug 22 17:49:13.967 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-22T17:49:15.733Z[ recovery-image] Aug 22 17:49:13.978 INFO O| Aug 22 17:49:13.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63382024-08-22T17:49:15.733Z[ recovery-image] Aug 22 17:49:13.978 INFO O| Aug 22 17:49:13.978 INFO STEP 819 (remove_files) COMPLETE
63392024-08-22T17:49:15.733Z[ recovery-image] Aug 22 17:49:13.979 INFO O| Aug 22 17:49:13.978 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-22T17:49:15.744Z[ recovery-image] Aug 22 17:49:13.989 INFO O| Aug 22 17:49:13.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63412024-08-22T17:49:15.747Z[ recovery-image] Aug 22 17:49:13.989 INFO O| Aug 22 17:49:13.989 INFO STEP 820 (remove_files) COMPLETE
63422024-08-22T17:49:15.747Z[ recovery-image] Aug 22 17:49:13.989 INFO O| Aug 22 17:49:13.989 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-22T17:49:15.755Z[ recovery-image] Aug 22 17:49:14.000 INFO O| Aug 22 17:49:14.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63442024-08-22T17:49:15.758Z[ recovery-image] Aug 22 17:49:14.000 INFO O| Aug 22 17:49:14.000 INFO STEP 821 (remove_files) COMPLETE
63452024-08-22T17:49:15.758Z[ recovery-image] Aug 22 17:49:14.000 INFO O| Aug 22 17:49:14.000 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-22T17:49:15.766Z[ recovery-image] Aug 22 17:49:14.012 INFO O| Aug 22 17:49:14.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63472024-08-22T17:49:15.767Z[ recovery-image] Aug 22 17:49:14.012 INFO O| Aug 22 17:49:14.012 INFO STEP 822 (remove_files) COMPLETE
63482024-08-22T17:49:15.767Z[ recovery-image] Aug 22 17:49:14.012 INFO O| Aug 22 17:49:14.012 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-22T17:49:15.778Z[ recovery-image] Aug 22 17:49:14.023 INFO O| Aug 22 17:49:14.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63502024-08-22T17:49:15.778Z[ recovery-image] Aug 22 17:49:14.023 INFO O| Aug 22 17:49:14.023 INFO STEP 823 (remove_files) COMPLETE
63512024-08-22T17:49:15.778Z[ recovery-image] Aug 22 17:49:14.023 INFO O| Aug 22 17:49:14.023 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-22T17:49:15.788Z[ recovery-image] Aug 22 17:49:14.034 INFO O| Aug 22 17:49:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63532024-08-22T17:49:15.788Z[ recovery-image] Aug 22 17:49:14.034 INFO O| Aug 22 17:49:14.034 INFO STEP 824 (remove_files) COMPLETE
63542024-08-22T17:49:15.788Z[ recovery-image] Aug 22 17:49:14.034 INFO O| Aug 22 17:49:14.034 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-22T17:49:15.799Z[ recovery-image] Aug 22 17:49:14.044 INFO O| Aug 22 17:49:14.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63562024-08-22T17:49:15.799Z[ recovery-image] Aug 22 17:49:14.045 INFO O| Aug 22 17:49:14.045 INFO STEP 825 (remove_files) COMPLETE
63572024-08-22T17:49:15.802Z[ recovery-image] Aug 22 17:49:14.045 INFO O| Aug 22 17:49:14.045 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-08-22T17:49:15.810Z[ recovery-image] Aug 22 17:49:14.055 INFO O| Aug 22 17:49:14.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63592024-08-22T17:49:15.810Z[ recovery-image] Aug 22 17:49:14.055 INFO O| Aug 22 17:49:14.055 INFO STEP 826 (remove_files) COMPLETE
63602024-08-22T17:49:15.810Z[ recovery-image] Aug 22 17:49:14.055 INFO O| Aug 22 17:49:14.055 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-22T17:49:15.821Z[ recovery-image] Aug 22 17:49:14.066 INFO O| Aug 22 17:49:14.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63622024-08-22T17:49:15.821Z[ recovery-image] Aug 22 17:49:14.066 INFO O| Aug 22 17:49:14.066 INFO STEP 827 (remove_files) COMPLETE
63632024-08-22T17:49:15.821Z[ recovery-image] Aug 22 17:49:14.066 INFO O| Aug 22 17:49:14.066 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-08-22T17:49:15.831Z[ recovery-image] Aug 22 17:49:14.077 INFO O| Aug 22 17:49:14.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63652024-08-22T17:49:15.834Z[ recovery-image] Aug 22 17:49:14.077 INFO O| Aug 22 17:49:14.077 INFO STEP 828 (remove_files) COMPLETE
63662024-08-22T17:49:15.834Z[ recovery-image] Aug 22 17:49:14.077 INFO O| Aug 22 17:49:14.077 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-08-22T17:49:15.842Z[ recovery-image] Aug 22 17:49:14.088 INFO O| Aug 22 17:49:14.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63682024-08-22T17:49:15.845Z[ recovery-image] Aug 22 17:49:14.088 INFO O| Aug 22 17:49:14.088 INFO STEP 829 (remove_files) COMPLETE
63692024-08-22T17:49:15.845Z[ recovery-image] Aug 22 17:49:14.088 INFO O| Aug 22 17:49:14.088 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-08-22T17:49:15.852Z[ recovery-image] Aug 22 17:49:14.098 INFO O| Aug 22 17:49:14.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63712024-08-22T17:49:15.855Z[ recovery-image] Aug 22 17:49:14.098 INFO O| Aug 22 17:49:14.098 INFO STEP 830 (remove_files) COMPLETE
63722024-08-22T17:49:15.855Z[ recovery-image] Aug 22 17:49:14.098 INFO O| Aug 22 17:49:14.098 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-22T17:49:15.863Z[ recovery-image] Aug 22 17:49:14.108 INFO O| Aug 22 17:49:14.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63742024-08-22T17:49:15.863Z[ recovery-image] Aug 22 17:49:14.108 INFO O| Aug 22 17:49:14.108 INFO STEP 831 (remove_files) COMPLETE
63752024-08-22T17:49:15.865Z[ recovery-image] Aug 22 17:49:14.109 INFO O| Aug 22 17:49:14.108 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-22T17:49:15.873Z[ recovery-image] Aug 22 17:49:14.119 INFO O| Aug 22 17:49:14.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63772024-08-22T17:49:15.876Z[ recovery-image] Aug 22 17:49:14.119 INFO O| Aug 22 17:49:14.119 INFO STEP 832 (remove_files) COMPLETE
63782024-08-22T17:49:15.876Z[ recovery-image] Aug 22 17:49:14.119 INFO O| Aug 22 17:49:14.119 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-22T17:49:15.883Z[ recovery-image] Aug 22 17:49:14.129 INFO O| Aug 22 17:49:14.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63802024-08-22T17:49:15.886Z[ recovery-image] Aug 22 17:49:14.129 INFO O| Aug 22 17:49:14.129 INFO STEP 833 (remove_files) COMPLETE
63812024-08-22T17:49:15.886Z[ recovery-image] Aug 22 17:49:14.129 INFO O| Aug 22 17:49:14.129 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-08-22T17:49:15.894Z[ recovery-image] Aug 22 17:49:14.139 INFO O| Aug 22 17:49:14.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63832024-08-22T17:49:15.894Z[ recovery-image] Aug 22 17:49:14.139 INFO O| Aug 22 17:49:14.139 INFO STEP 834 (remove_files) COMPLETE
63842024-08-22T17:49:15.896Z[ recovery-image] Aug 22 17:49:14.139 INFO O| Aug 22 17:49:14.139 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-22T17:49:15.904Z[ recovery-image] Aug 22 17:49:14.150 INFO O| Aug 22 17:49:14.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63862024-08-22T17:49:15.904Z[ recovery-image] Aug 22 17:49:14.150 INFO O| Aug 22 17:49:14.150 INFO STEP 835 (remove_files) COMPLETE
63872024-08-22T17:49:15.904Z[ recovery-image] Aug 22 17:49:14.150 INFO O| Aug 22 17:49:14.150 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-22T17:49:15.914Z[ recovery-image] Aug 22 17:49:14.160 INFO O| Aug 22 17:49:14.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63892024-08-22T17:49:15.914Z[ recovery-image] Aug 22 17:49:14.160 INFO O| Aug 22 17:49:14.160 INFO STEP 836 (remove_files) COMPLETE
63902024-08-22T17:49:15.914Z[ recovery-image] Aug 22 17:49:14.160 INFO O| Aug 22 17:49:14.160 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-22T17:49:15.925Z[ recovery-image] Aug 22 17:49:14.170 INFO O| Aug 22 17:49:14.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63922024-08-22T17:49:15.928Z[ recovery-image] Aug 22 17:49:14.170 INFO O| Aug 22 17:49:14.170 INFO STEP 837 (remove_files) COMPLETE
63932024-08-22T17:49:15.928Z[ recovery-image] Aug 22 17:49:14.170 INFO O| Aug 22 17:49:14.170 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-22T17:49:15.935Z[ recovery-image] Aug 22 17:49:14.181 INFO O| Aug 22 17:49:14.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63952024-08-22T17:49:15.935Z[ recovery-image] Aug 22 17:49:14.181 INFO O| Aug 22 17:49:14.181 INFO STEP 838 (remove_files) COMPLETE
63962024-08-22T17:49:15.938Z[ recovery-image] Aug 22 17:49:14.181 INFO O| Aug 22 17:49:14.181 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-22T17:49:15.945Z[ recovery-image] Aug 22 17:49:14.191 INFO O| Aug 22 17:49:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63982024-08-22T17:49:15.948Z[ recovery-image] Aug 22 17:49:14.191 INFO O| Aug 22 17:49:14.191 INFO STEP 839 (remove_files) COMPLETE
63992024-08-22T17:49:15.948Z[ recovery-image] Aug 22 17:49:14.191 INFO O| Aug 22 17:49:14.191 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-08-22T17:49:15.956Z[ recovery-image] Aug 22 17:49:14.201 INFO O| Aug 22 17:49:14.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64012024-08-22T17:49:15.958Z[ recovery-image] Aug 22 17:49:14.201 INFO O| Aug 22 17:49:14.201 INFO STEP 840 (remove_files) COMPLETE
64022024-08-22T17:49:15.958Z[ recovery-image] Aug 22 17:49:14.201 INFO O| Aug 22 17:49:14.201 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-08-22T17:49:15.966Z[ recovery-image] Aug 22 17:49:14.212 INFO O| Aug 22 17:49:14.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64042024-08-22T17:49:15.966Z[ recovery-image] Aug 22 17:49:14.212 INFO O| Aug 22 17:49:14.212 INFO STEP 841 (remove_files) COMPLETE
64052024-08-22T17:49:15.968Z[ recovery-image] Aug 22 17:49:14.212 INFO O| Aug 22 17:49:14.212 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-08-22T17:49:15.976Z[ recovery-image] Aug 22 17:49:14.222 INFO O| Aug 22 17:49:14.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64072024-08-22T17:49:15.979Z[ recovery-image] Aug 22 17:49:14.222 INFO O| Aug 22 17:49:14.222 INFO STEP 842 (remove_files) COMPLETE
64082024-08-22T17:49:15.979Z[ recovery-image] Aug 22 17:49:14.222 INFO O| Aug 22 17:49:14.222 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-08-22T17:49:15.986Z[ recovery-image] Aug 22 17:49:14.232 INFO O| Aug 22 17:49:14.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64102024-08-22T17:49:15.989Z[ recovery-image] Aug 22 17:49:14.232 INFO O| Aug 22 17:49:14.232 INFO STEP 843 (remove_files) COMPLETE
64112024-08-22T17:49:15.989Z[ recovery-image] Aug 22 17:49:14.232 INFO O| Aug 22 17:49:14.232 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-08-22T17:49:16.000Z[ recovery-image] Aug 22 17:49:14.245 INFO O| Aug 22 17:49:14.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64132024-08-22T17:49:16.000Z[ recovery-image] Aug 22 17:49:14.245 INFO O| Aug 22 17:49:14.245 INFO STEP 844 (remove_files) COMPLETE
64142024-08-22T17:49:16.002Z[ recovery-image] Aug 22 17:49:14.245 INFO O| Aug 22 17:49:14.245 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-08-22T17:49:16.012Z[ recovery-image] Aug 22 17:49:14.258 INFO O| Aug 22 17:49:14.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64162024-08-22T17:49:16.015Z[ recovery-image] Aug 22 17:49:14.259 INFO O| Aug 22 17:49:14.258 INFO STEP 845 (remove_files) COMPLETE
64172024-08-22T17:49:16.015Z[ recovery-image] Aug 22 17:49:14.259 INFO O| Aug 22 17:49:14.259 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-08-22T17:49:16.024Z[ recovery-image] Aug 22 17:49:14.269 INFO O| Aug 22 17:49:14.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64192024-08-22T17:49:16.032Z[ recovery-image] Aug 22 17:49:14.270 INFO O| Aug 22 17:49:14.270 INFO STEP 846 (remove_files) COMPLETE
64202024-08-22T17:49:16.032Z[ recovery-image] Aug 22 17:49:14.270 INFO O| Aug 22 17:49:14.270 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-08-22T17:49:16.038Z[ recovery-image] Aug 22 17:49:14.280 INFO O| Aug 22 17:49:14.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64222024-08-22T17:49:16.038Z[ recovery-image] Aug 22 17:49:14.280 INFO O| Aug 22 17:49:14.280 INFO STEP 847 (remove_files) COMPLETE
64232024-08-22T17:49:16.038Z[ recovery-image] Aug 22 17:49:14.280 INFO O| Aug 22 17:49:14.280 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-08-22T17:49:16.045Z[ recovery-image] Aug 22 17:49:14.291 INFO O| Aug 22 17:49:14.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64252024-08-22T17:49:16.049Z[ recovery-image] Aug 22 17:49:14.291 INFO O| Aug 22 17:49:14.291 INFO STEP 848 (remove_files) COMPLETE
64262024-08-22T17:49:16.049Z[ recovery-image] Aug 22 17:49:14.291 INFO O| Aug 22 17:49:14.291 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-08-22T17:49:16.056Z[ recovery-image] Aug 22 17:49:14.301 INFO O| Aug 22 17:49:14.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64282024-08-22T17:49:16.056Z[ recovery-image] Aug 22 17:49:14.301 INFO O| Aug 22 17:49:14.301 INFO STEP 849 (remove_files) COMPLETE
64292024-08-22T17:49:16.061Z[ recovery-image] Aug 22 17:49:14.301 INFO O| Aug 22 17:49:14.301 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-08-22T17:49:16.066Z[ recovery-image] Aug 22 17:49:14.312 INFO O| Aug 22 17:49:14.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64312024-08-22T17:49:16.069Z[ recovery-image] Aug 22 17:49:14.312 INFO O| Aug 22 17:49:14.312 INFO STEP 850 (remove_files) COMPLETE
64322024-08-22T17:49:16.069Z[ recovery-image] Aug 22 17:49:14.312 INFO O| Aug 22 17:49:14.312 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-08-22T17:49:16.077Z[ recovery-image] Aug 22 17:49:14.322 INFO O| Aug 22 17:49:14.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64342024-08-22T17:49:16.079Z[ recovery-image] Aug 22 17:49:14.322 INFO O| Aug 22 17:49:14.322 INFO STEP 851 (remove_files) COMPLETE
64352024-08-22T17:49:16.079Z[ recovery-image] Aug 22 17:49:14.322 INFO O| Aug 22 17:49:14.322 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-08-22T17:49:16.087Z[ recovery-image] Aug 22 17:49:14.333 INFO O| Aug 22 17:49:14.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64372024-08-22T17:49:16.087Z[ recovery-image] Aug 22 17:49:14.333 INFO O| Aug 22 17:49:14.333 INFO STEP 852 (remove_files) COMPLETE
64382024-08-22T17:49:16.091Z[ recovery-image] Aug 22 17:49:14.333 INFO O| Aug 22 17:49:14.333 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-08-22T17:49:16.098Z[ recovery-image] Aug 22 17:49:14.343 INFO O| Aug 22 17:49:14.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64402024-08-22T17:49:16.098Z[ recovery-image] Aug 22 17:49:14.343 INFO O| Aug 22 17:49:14.343 INFO STEP 853 (remove_files) COMPLETE
64412024-08-22T17:49:16.098Z[ recovery-image] Aug 22 17:49:14.343 INFO O| Aug 22 17:49:14.343 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-08-22T17:49:16.108Z[ recovery-image] Aug 22 17:49:14.353 INFO O| Aug 22 17:49:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64432024-08-22T17:49:16.108Z[ recovery-image] Aug 22 17:49:14.354 INFO O| Aug 22 17:49:14.354 INFO STEP 854 (remove_files) COMPLETE
64442024-08-22T17:49:16.108Z[ recovery-image] Aug 22 17:49:14.354 INFO O| Aug 22 17:49:14.354 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-08-22T17:49:16.119Z[ recovery-image] Aug 22 17:49:14.364 INFO O| Aug 22 17:49:14.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64462024-08-22T17:49:16.119Z[ recovery-image] Aug 22 17:49:14.364 INFO O| Aug 22 17:49:14.364 INFO STEP 855 (remove_files) COMPLETE
64472024-08-22T17:49:16.119Z[ recovery-image] Aug 22 17:49:14.364 INFO O| Aug 22 17:49:14.364 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-08-22T17:49:16.130Z[ recovery-image] Aug 22 17:49:14.375 INFO O| Aug 22 17:49:14.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64492024-08-22T17:49:16.130Z[ recovery-image] Aug 22 17:49:14.375 INFO O| Aug 22 17:49:14.375 INFO STEP 856 (remove_files) COMPLETE
64502024-08-22T17:49:16.130Z[ recovery-image] Aug 22 17:49:14.375 INFO O| Aug 22 17:49:14.375 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-08-22T17:49:16.141Z[ recovery-image] Aug 22 17:49:14.386 INFO O| Aug 22 17:49:14.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64522024-08-22T17:49:16.143Z[ recovery-image] Aug 22 17:49:14.387 INFO O| Aug 22 17:49:14.386 INFO STEP 857 (remove_files) COMPLETE
64532024-08-22T17:49:16.143Z[ recovery-image] Aug 22 17:49:14.387 INFO O| Aug 22 17:49:14.387 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-08-22T17:49:16.152Z[ recovery-image] Aug 22 17:49:14.397 INFO O| Aug 22 17:49:14.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64552024-08-22T17:49:16.152Z[ recovery-image] Aug 22 17:49:14.398 INFO O| Aug 22 17:49:14.398 INFO STEP 858 (remove_files) COMPLETE
64562024-08-22T17:49:16.154Z[ recovery-image] Aug 22 17:49:14.398 INFO O| Aug 22 17:49:14.398 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-08-22T17:49:16.163Z[ recovery-image] Aug 22 17:49:14.408 INFO O| Aug 22 17:49:14.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64582024-08-22T17:49:16.163Z[ recovery-image] Aug 22 17:49:14.409 INFO O| Aug 22 17:49:14.409 INFO STEP 859 (remove_files) COMPLETE
64592024-08-22T17:49:16.163Z[ recovery-image] Aug 22 17:49:14.409 INFO O| Aug 22 17:49:14.409 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-08-22T17:49:16.174Z[ recovery-image] Aug 22 17:49:14.419 INFO O| Aug 22 17:49:14.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64612024-08-22T17:49:16.174Z[ recovery-image] Aug 22 17:49:14.420 INFO O| Aug 22 17:49:14.420 INFO STEP 860 (remove_files) COMPLETE
64622024-08-22T17:49:16.177Z[ recovery-image] Aug 22 17:49:14.420 INFO O| Aug 22 17:49:14.420 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-08-22T17:49:16.185Z[ recovery-image] Aug 22 17:49:14.430 INFO O| Aug 22 17:49:14.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64642024-08-22T17:49:16.187Z[ recovery-image] Aug 22 17:49:14.430 INFO O| Aug 22 17:49:14.430 INFO STEP 861 (remove_files) COMPLETE
64652024-08-22T17:49:16.187Z[ recovery-image] Aug 22 17:49:14.430 INFO O| Aug 22 17:49:14.430 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-08-22T17:49:16.196Z[ recovery-image] Aug 22 17:49:14.441 INFO O| Aug 22 17:49:14.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64672024-08-22T17:49:16.196Z[ recovery-image] Aug 22 17:49:14.441 INFO O| Aug 22 17:49:14.441 INFO STEP 862 (remove_files) COMPLETE
64682024-08-22T17:49:16.199Z[ recovery-image] Aug 22 17:49:14.441 INFO O| Aug 22 17:49:14.441 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-08-22T17:49:16.206Z[ recovery-image] Aug 22 17:49:14.452 INFO O| Aug 22 17:49:14.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64702024-08-22T17:49:16.209Z[ recovery-image] Aug 22 17:49:14.452 INFO O| Aug 22 17:49:14.452 INFO STEP 863 (remove_files) COMPLETE
64712024-08-22T17:49:16.209Z[ recovery-image] Aug 22 17:49:14.452 INFO O| Aug 22 17:49:14.452 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-08-22T17:49:16.217Z[ recovery-image] Aug 22 17:49:14.463 INFO O| Aug 22 17:49:14.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64732024-08-22T17:49:16.217Z[ recovery-image] Aug 22 17:49:14.463 INFO O| Aug 22 17:49:14.463 INFO STEP 864 (remove_files) COMPLETE
64742024-08-22T17:49:16.217Z[ recovery-image] Aug 22 17:49:14.463 INFO O| Aug 22 17:49:14.463 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-08-22T17:49:16.228Z[ recovery-image] Aug 22 17:49:14.473 INFO O| Aug 22 17:49:14.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64762024-08-22T17:49:16.228Z[ recovery-image] Aug 22 17:49:14.473 INFO O| Aug 22 17:49:14.473 INFO STEP 865 (remove_files) COMPLETE
64772024-08-22T17:49:16.228Z[ recovery-image] Aug 22 17:49:14.473 INFO O| Aug 22 17:49:14.473 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-08-22T17:49:16.238Z[ recovery-image] Aug 22 17:49:14.483 INFO O| Aug 22 17:49:14.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64792024-08-22T17:49:16.238Z[ recovery-image] Aug 22 17:49:14.484 INFO O| Aug 22 17:49:14.484 INFO STEP 866 (remove_files) COMPLETE
64802024-08-22T17:49:16.240Z[ recovery-image] Aug 22 17:49:14.484 INFO O| Aug 22 17:49:14.484 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-08-22T17:49:16.248Z[ recovery-image] Aug 22 17:49:14.494 INFO O| Aug 22 17:49:14.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64822024-08-22T17:49:16.248Z[ recovery-image] Aug 22 17:49:14.494 INFO O| Aug 22 17:49:14.494 INFO STEP 867 (remove_files) COMPLETE
64832024-08-22T17:49:16.248Z[ recovery-image] Aug 22 17:49:14.494 INFO O| Aug 22 17:49:14.494 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-08-22T17:49:16.260Z[ recovery-image] Aug 22 17:49:14.504 INFO O| Aug 22 17:49:14.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64852024-08-22T17:49:16.260Z[ recovery-image] Aug 22 17:49:14.504 INFO O| Aug 22 17:49:14.504 INFO STEP 868 (remove_files) COMPLETE
64862024-08-22T17:49:16.260Z[ recovery-image] Aug 22 17:49:14.504 INFO O| Aug 22 17:49:14.504 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-08-22T17:49:16.268Z[ recovery-image] Aug 22 17:49:14.514 INFO O| Aug 22 17:49:14.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64882024-08-22T17:49:16.271Z[ recovery-image] Aug 22 17:49:14.514 INFO O| Aug 22 17:49:14.514 INFO STEP 869 (remove_files) COMPLETE
64892024-08-22T17:49:16.271Z[ recovery-image] Aug 22 17:49:14.514 INFO O| Aug 22 17:49:14.514 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-08-22T17:49:16.279Z[ recovery-image] Aug 22 17:49:14.525 INFO O| Aug 22 17:49:14.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64912024-08-22T17:49:16.282Z[ recovery-image] Aug 22 17:49:14.525 INFO O| Aug 22 17:49:14.525 INFO STEP 870 (remove_files) COMPLETE
64922024-08-22T17:49:16.282Z[ recovery-image] Aug 22 17:49:14.525 INFO O| Aug 22 17:49:14.525 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-08-22T17:49:16.290Z[ recovery-image] Aug 22 17:49:14.536 INFO O| Aug 22 17:49:14.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64942024-08-22T17:49:16.290Z[ recovery-image] Aug 22 17:49:14.536 INFO O| Aug 22 17:49:14.536 INFO STEP 871 (remove_files) COMPLETE
64952024-08-22T17:49:16.290Z[ recovery-image] Aug 22 17:49:14.536 INFO O| Aug 22 17:49:14.536 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-08-22T17:49:16.301Z[ recovery-image] Aug 22 17:49:14.546 INFO O| Aug 22 17:49:14.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64972024-08-22T17:49:16.303Z[ recovery-image] Aug 22 17:49:14.546 INFO O| Aug 22 17:49:14.546 INFO STEP 872 (remove_files) COMPLETE
64982024-08-22T17:49:16.303Z[ recovery-image] Aug 22 17:49:14.546 INFO O| Aug 22 17:49:14.546 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-08-22T17:49:16.312Z[ recovery-image] Aug 22 17:49:14.556 INFO O| Aug 22 17:49:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65002024-08-22T17:49:16.314Z[ recovery-image] Aug 22 17:49:14.557 INFO O| Aug 22 17:49:14.557 INFO STEP 873 (remove_files) COMPLETE
65012024-08-22T17:49:16.314Z[ recovery-image] Aug 22 17:49:14.557 INFO O| Aug 22 17:49:14.557 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-08-22T17:49:16.321Z[ recovery-image] Aug 22 17:49:14.567 INFO O| Aug 22 17:49:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65032024-08-22T17:49:16.324Z[ recovery-image] Aug 22 17:49:14.567 INFO O| Aug 22 17:49:14.567 INFO STEP 874 (remove_files) COMPLETE
65042024-08-22T17:49:16.324Z[ recovery-image] Aug 22 17:49:14.567 INFO O| Aug 22 17:49:14.567 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-08-22T17:49:16.332Z[ recovery-image] Aug 22 17:49:14.577 INFO O| Aug 22 17:49:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65062024-08-22T17:49:16.332Z[ recovery-image] Aug 22 17:49:14.577 INFO O| Aug 22 17:49:14.577 INFO STEP 875 (remove_files) COMPLETE
65072024-08-22T17:49:16.332Z[ recovery-image] Aug 22 17:49:14.577 INFO O| Aug 22 17:49:14.577 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-08-22T17:49:16.342Z[ recovery-image] Aug 22 17:49:14.588 INFO O| Aug 22 17:49:14.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65092024-08-22T17:49:16.345Z[ recovery-image] Aug 22 17:49:14.588 INFO O| Aug 22 17:49:14.588 INFO STEP 876 (remove_files) COMPLETE
65102024-08-22T17:49:16.345Z[ recovery-image] Aug 22 17:49:14.588 INFO O| Aug 22 17:49:14.588 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-22T17:49:16.353Z[ recovery-image] Aug 22 17:49:14.598 INFO O| Aug 22 17:49:14.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65122024-08-22T17:49:16.353Z[ recovery-image] Aug 22 17:49:14.598 INFO O| Aug 22 17:49:14.598 INFO STEP 877 (remove_files) COMPLETE
65132024-08-22T17:49:16.355Z[ recovery-image] Aug 22 17:49:14.598 INFO O| Aug 22 17:49:14.598 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-22T17:49:16.363Z[ recovery-image] Aug 22 17:49:14.609 INFO O| Aug 22 17:49:14.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65152024-08-22T17:49:16.363Z[ recovery-image] Aug 22 17:49:14.609 INFO O| Aug 22 17:49:14.609 INFO STEP 878 (remove_files) COMPLETE
65162024-08-22T17:49:16.363Z[ recovery-image] Aug 22 17:49:14.609 INFO O| Aug 22 17:49:14.609 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-22T17:49:16.373Z[ recovery-image] Aug 22 17:49:14.619 INFO O| Aug 22 17:49:14.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65182024-08-22T17:49:16.376Z[ recovery-image] Aug 22 17:49:14.619 INFO O| Aug 22 17:49:14.619 INFO STEP 879 (remove_files) COMPLETE
65192024-08-22T17:49:16.376Z[ recovery-image] Aug 22 17:49:14.619 INFO O| Aug 22 17:49:14.619 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-22T17:49:16.383Z[ recovery-image] Aug 22 17:49:14.629 INFO O| Aug 22 17:49:14.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65212024-08-22T17:49:16.386Z[ recovery-image] Aug 22 17:49:14.629 INFO O| Aug 22 17:49:14.629 INFO STEP 880 (remove_files) COMPLETE
65222024-08-22T17:49:16.386Z[ recovery-image] Aug 22 17:49:14.629 INFO O| Aug 22 17:49:14.629 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-22T17:49:16.394Z[ recovery-image] Aug 22 17:49:14.639 INFO O| Aug 22 17:49:14.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65242024-08-22T17:49:16.394Z[ recovery-image] Aug 22 17:49:14.639 INFO O| Aug 22 17:49:14.639 INFO STEP 881 (remove_files) COMPLETE
65252024-08-22T17:49:16.396Z[ recovery-image] Aug 22 17:49:14.640 INFO O| Aug 22 17:49:14.639 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-22T17:49:16.404Z[ recovery-image] Aug 22 17:49:14.650 INFO O| Aug 22 17:49:14.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65272024-08-22T17:49:16.404Z[ recovery-image] Aug 22 17:49:14.650 INFO O| Aug 22 17:49:14.650 INFO STEP 882 (remove_files) COMPLETE
65282024-08-22T17:49:16.404Z[ recovery-image] Aug 22 17:49:14.650 INFO O| Aug 22 17:49:14.650 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-22T17:49:16.415Z[ recovery-image] Aug 22 17:49:14.660 INFO O| Aug 22 17:49:14.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65302024-08-22T17:49:16.415Z[ recovery-image] Aug 22 17:49:14.660 INFO O| Aug 22 17:49:14.660 INFO STEP 883 (remove_files) COMPLETE
65312024-08-22T17:49:16.417Z[ recovery-image] Aug 22 17:49:14.660 INFO O| Aug 22 17:49:14.660 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-08-22T17:49:16.426Z[ recovery-image] Aug 22 17:49:14.671 INFO O| Aug 22 17:49:14.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65332024-08-22T17:49:16.426Z[ recovery-image] Aug 22 17:49:14.671 INFO O| Aug 22 17:49:14.671 INFO STEP 884 (remove_files) COMPLETE
65342024-08-22T17:49:16.426Z[ recovery-image] Aug 22 17:49:14.671 INFO O| Aug 22 17:49:14.671 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-08-22T17:49:16.437Z[ recovery-image] Aug 22 17:49:14.682 INFO O| Aug 22 17:49:14.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65362024-08-22T17:49:16.439Z[ recovery-image] Aug 22 17:49:14.682 INFO O| Aug 22 17:49:14.682 INFO STEP 885 (remove_files) COMPLETE
65372024-08-22T17:49:16.439Z[ recovery-image] Aug 22 17:49:14.682 INFO O| Aug 22 17:49:14.682 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-22T17:49:16.448Z[ recovery-image] Aug 22 17:49:14.693 INFO O| Aug 22 17:49:14.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65392024-08-22T17:49:16.448Z[ recovery-image] Aug 22 17:49:14.693 INFO O| Aug 22 17:49:14.693 INFO STEP 886 (remove_files) COMPLETE
65402024-08-22T17:49:16.450Z[ recovery-image] Aug 22 17:49:14.693 INFO O| Aug 22 17:49:14.693 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-08-22T17:49:16.459Z[ recovery-image] Aug 22 17:49:14.704 INFO O| Aug 22 17:49:14.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65422024-08-22T17:49:16.459Z[ recovery-image] Aug 22 17:49:14.704 INFO O| Aug 22 17:49:14.704 INFO STEP 887 (remove_files) COMPLETE
65432024-08-22T17:49:16.459Z[ recovery-image] Aug 22 17:49:14.704 INFO O| Aug 22 17:49:14.704 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-08-22T17:49:16.469Z[ recovery-image] Aug 22 17:49:14.715 INFO O| Aug 22 17:49:14.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65452024-08-22T17:49:16.469Z[ recovery-image] Aug 22 17:49:14.715 INFO O| Aug 22 17:49:14.715 INFO STEP 888 (remove_files) COMPLETE
65462024-08-22T17:49:16.472Z[ recovery-image] Aug 22 17:49:14.715 INFO O| Aug 22 17:49:14.715 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-08-22T17:49:16.480Z[ recovery-image] Aug 22 17:49:14.726 INFO O| Aug 22 17:49:14.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65482024-08-22T17:49:16.485Z[ recovery-image] Aug 22 17:49:14.726 INFO O| Aug 22 17:49:14.726 INFO STEP 889 (remove_files) COMPLETE
65492024-08-22T17:49:16.485Z[ recovery-image] Aug 22 17:49:14.726 INFO O| Aug 22 17:49:14.726 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-08-22T17:49:16.491Z[ recovery-image] Aug 22 17:49:14.737 INFO O| Aug 22 17:49:14.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65512024-08-22T17:49:16.491Z[ recovery-image] Aug 22 17:49:14.737 INFO O| Aug 22 17:49:14.737 INFO STEP 890 (remove_files) COMPLETE
65522024-08-22T17:49:16.494Z[ recovery-image] Aug 22 17:49:14.737 INFO O| Aug 22 17:49:14.737 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-08-22T17:49:16.503Z[ recovery-image] Aug 22 17:49:14.748 INFO O| Aug 22 17:49:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65542024-08-22T17:49:16.503Z[ recovery-image] Aug 22 17:49:14.748 INFO O| Aug 22 17:49:14.748 INFO STEP 891 (remove_files) COMPLETE
65552024-08-22T17:49:16.503Z[ recovery-image] Aug 22 17:49:14.748 INFO O| Aug 22 17:49:14.748 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-08-22T17:49:16.513Z[ recovery-image] Aug 22 17:49:14.759 INFO O| Aug 22 17:49:14.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65572024-08-22T17:49:16.513Z[ recovery-image] Aug 22 17:49:14.759 INFO O| Aug 22 17:49:14.759 INFO STEP 892 (remove_files) COMPLETE
65582024-08-22T17:49:16.513Z[ recovery-image] Aug 22 17:49:14.759 INFO O| Aug 22 17:49:14.759 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-08-22T17:49:16.524Z[ recovery-image] Aug 22 17:49:14.769 INFO O| Aug 22 17:49:14.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65602024-08-22T17:49:16.524Z[ recovery-image] Aug 22 17:49:14.769 INFO O| Aug 22 17:49:14.769 INFO STEP 893 (remove_files) COMPLETE
65612024-08-22T17:49:16.527Z[ recovery-image] Aug 22 17:49:14.769 INFO O| Aug 22 17:49:14.769 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-08-22T17:49:16.536Z[ recovery-image] Aug 22 17:49:14.780 INFO O| Aug 22 17:49:14.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65632024-08-22T17:49:16.536Z[ recovery-image] Aug 22 17:49:14.780 INFO O| Aug 22 17:49:14.780 INFO STEP 894 (remove_files) COMPLETE
65642024-08-22T17:49:16.540Z[ recovery-image] Aug 22 17:49:14.780 INFO O| Aug 22 17:49:14.780 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-08-22T17:49:16.546Z[ recovery-image] Aug 22 17:49:14.791 INFO O| Aug 22 17:49:14.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65662024-08-22T17:49:16.549Z[ recovery-image] Aug 22 17:49:14.791 INFO O| Aug 22 17:49:14.791 INFO STEP 895 (remove_files) COMPLETE
65672024-08-22T17:49:16.549Z[ recovery-image] Aug 22 17:49:14.791 INFO O| Aug 22 17:49:14.791 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-08-22T17:49:16.556Z[ recovery-image] Aug 22 17:49:14.802 INFO O| Aug 22 17:49:14.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65692024-08-22T17:49:16.559Z[ recovery-image] Aug 22 17:49:14.802 INFO O| Aug 22 17:49:14.802 INFO STEP 896 (remove_files) COMPLETE
65702024-08-22T17:49:16.559Z[ recovery-image] Aug 22 17:49:14.802 INFO O| Aug 22 17:49:14.802 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-08-22T17:49:16.567Z[ recovery-image] Aug 22 17:49:14.812 INFO O| Aug 22 17:49:14.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65722024-08-22T17:49:16.567Z[ recovery-image] Aug 22 17:49:14.812 INFO O| Aug 22 17:49:14.812 INFO STEP 897 (remove_files) COMPLETE
65732024-08-22T17:49:16.567Z[ recovery-image] Aug 22 17:49:14.812 INFO O| Aug 22 17:49:14.812 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-08-22T17:49:16.578Z[ recovery-image] Aug 22 17:49:14.822 INFO O| Aug 22 17:49:14.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65752024-08-22T17:49:16.578Z[ recovery-image] Aug 22 17:49:14.823 INFO O| Aug 22 17:49:14.823 INFO STEP 898 (remove_files) COMPLETE
65762024-08-22T17:49:16.578Z[ recovery-image] Aug 22 17:49:14.823 INFO O| Aug 22 17:49:14.823 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-08-22T17:49:16.590Z[ recovery-image] Aug 22 17:49:14.833 INFO O| Aug 22 17:49:14.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65782024-08-22T17:49:16.593Z[ recovery-image] Aug 22 17:49:14.833 INFO O| Aug 22 17:49:14.833 INFO STEP 899 (remove_files) COMPLETE
65792024-08-22T17:49:16.594Z[ recovery-image] Aug 22 17:49:14.833 INFO O| Aug 22 17:49:14.833 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-22T17:49:16.601Z[ recovery-image] Aug 22 17:49:14.844 INFO O| Aug 22 17:49:14.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65812024-08-22T17:49:16.601Z[ recovery-image] Aug 22 17:49:14.844 INFO O| Aug 22 17:49:14.844 INFO STEP 900 (remove_files) COMPLETE
65822024-08-22T17:49:16.605Z[ recovery-image] Aug 22 17:49:14.844 INFO O| Aug 22 17:49:14.844 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-22T17:49:16.609Z[ recovery-image] Aug 22 17:49:14.855 INFO O| Aug 22 17:49:14.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65842024-08-22T17:49:16.609Z[ recovery-image] Aug 22 17:49:14.855 INFO O| Aug 22 17:49:14.855 INFO STEP 901 (remove_files) COMPLETE
65852024-08-22T17:49:16.612Z[ recovery-image] Aug 22 17:49:14.855 INFO O| Aug 22 17:49:14.855 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-22T17:49:16.620Z[ recovery-image] Aug 22 17:49:14.866 INFO O| Aug 22 17:49:14.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65872024-08-22T17:49:16.620Z[ recovery-image] Aug 22 17:49:14.866 INFO O| Aug 22 17:49:14.866 INFO STEP 902 (remove_files) COMPLETE
65882024-08-22T17:49:16.620Z[ recovery-image] Aug 22 17:49:14.866 INFO O| Aug 22 17:49:14.866 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-22T17:49:16.632Z[ recovery-image] Aug 22 17:49:14.877 INFO O| Aug 22 17:49:14.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65902024-08-22T17:49:16.632Z[ recovery-image] Aug 22 17:49:14.877 INFO O| Aug 22 17:49:14.877 INFO STEP 903 (remove_files) COMPLETE
65912024-08-22T17:49:16.635Z[ recovery-image] Aug 22 17:49:14.877 INFO O| Aug 22 17:49:14.877 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-22T17:49:16.642Z[ recovery-image] Aug 22 17:49:14.888 INFO O| Aug 22 17:49:14.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65932024-08-22T17:49:16.645Z[ recovery-image] Aug 22 17:49:14.888 INFO O| Aug 22 17:49:14.888 INFO STEP 904 (remove_files) COMPLETE
65942024-08-22T17:49:16.645Z[ recovery-image] Aug 22 17:49:14.888 INFO O| Aug 22 17:49:14.888 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-22T17:49:16.654Z[ recovery-image] Aug 22 17:49:14.899 INFO O| Aug 22 17:49:14.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65962024-08-22T17:49:16.654Z[ recovery-image] Aug 22 17:49:14.899 INFO O| Aug 22 17:49:14.899 INFO STEP 905 (remove_files) COMPLETE
65972024-08-22T17:49:16.657Z[ recovery-image] Aug 22 17:49:14.899 INFO O| Aug 22 17:49:14.899 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-22T17:49:16.664Z[ recovery-image] Aug 22 17:49:14.909 INFO O| Aug 22 17:49:14.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65992024-08-22T17:49:16.664Z[ recovery-image] Aug 22 17:49:14.909 INFO O| Aug 22 17:49:14.909 INFO STEP 906 (remove_files) COMPLETE
66002024-08-22T17:49:16.666Z[ recovery-image] Aug 22 17:49:14.909 INFO O| Aug 22 17:49:14.909 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-22T17:49:16.674Z[ recovery-image] Aug 22 17:49:14.919 INFO O| Aug 22 17:49:14.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66022024-08-22T17:49:16.674Z[ recovery-image] Aug 22 17:49:14.920 INFO O| Aug 22 17:49:14.919 INFO STEP 907 (remove_files) COMPLETE
66032024-08-22T17:49:16.677Z[ recovery-image] Aug 22 17:49:14.920 INFO O| Aug 22 17:49:14.920 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-22T17:49:16.685Z[ recovery-image] Aug 22 17:49:14.930 INFO O| Aug 22 17:49:14.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66052024-08-22T17:49:16.685Z[ recovery-image] Aug 22 17:49:14.930 INFO O| Aug 22 17:49:14.930 INFO STEP 908 (remove_files) COMPLETE
66062024-08-22T17:49:16.687Z[ recovery-image] Aug 22 17:49:14.930 INFO O| Aug 22 17:49:14.930 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-22T17:49:16.695Z[ recovery-image] Aug 22 17:49:14.940 INFO O| Aug 22 17:49:14.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66082024-08-22T17:49:16.695Z[ recovery-image] Aug 22 17:49:14.940 INFO O| Aug 22 17:49:14.940 INFO STEP 909 (remove_files) COMPLETE
66092024-08-22T17:49:16.695Z[ recovery-image] Aug 22 17:49:14.940 INFO O| Aug 22 17:49:14.940 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-22T17:49:16.705Z[ recovery-image] Aug 22 17:49:14.951 INFO O| Aug 22 17:49:14.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66112024-08-22T17:49:16.705Z[ recovery-image] Aug 22 17:49:14.951 INFO O| Aug 22 17:49:14.951 INFO STEP 910 (remove_files) COMPLETE
66122024-08-22T17:49:16.705Z[ recovery-image] Aug 22 17:49:14.951 INFO O| Aug 22 17:49:14.951 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-22T17:49:16.715Z[ recovery-image] Aug 22 17:49:14.961 INFO O| Aug 22 17:49:14.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66142024-08-22T17:49:16.715Z[ recovery-image] Aug 22 17:49:14.961 INFO O| Aug 22 17:49:14.961 INFO STEP 911 (remove_files) COMPLETE
66152024-08-22T17:49:16.715Z[ recovery-image] Aug 22 17:49:14.961 INFO O| Aug 22 17:49:14.961 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-22T17:49:16.726Z[ recovery-image] Aug 22 17:49:14.972 INFO O| Aug 22 17:49:14.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66172024-08-22T17:49:16.726Z[ recovery-image] Aug 22 17:49:14.972 INFO O| Aug 22 17:49:14.972 INFO STEP 912 (remove_files) COMPLETE
66182024-08-22T17:49:16.729Z[ recovery-image] Aug 22 17:49:14.972 INFO O| Aug 22 17:49:14.972 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-22T17:49:16.737Z[ recovery-image] Aug 22 17:49:14.982 INFO O| Aug 22 17:49:14.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66202024-08-22T17:49:16.737Z[ recovery-image] Aug 22 17:49:14.982 INFO O| Aug 22 17:49:14.982 INFO STEP 913 (remove_files) COMPLETE
66212024-08-22T17:49:16.739Z[ recovery-image] Aug 22 17:49:14.982 INFO O| Aug 22 17:49:14.982 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-22T17:49:16.747Z[ recovery-image] Aug 22 17:49:14.992 INFO O| Aug 22 17:49:14.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66232024-08-22T17:49:16.747Z[ recovery-image] Aug 22 17:49:14.993 INFO O| Aug 22 17:49:14.992 INFO STEP 914 (remove_files) COMPLETE
66242024-08-22T17:49:16.747Z[ recovery-image] Aug 22 17:49:14.993 INFO O| Aug 22 17:49:14.993 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-22T17:49:16.758Z[ recovery-image] Aug 22 17:49:15.003 INFO O| Aug 22 17:49:15.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66262024-08-22T17:49:16.760Z[ recovery-image] Aug 22 17:49:15.003 INFO O| Aug 22 17:49:15.003 INFO STEP 915 (remove_files) COMPLETE
66272024-08-22T17:49:16.760Z[ recovery-image] Aug 22 17:49:15.003 INFO O| Aug 22 17:49:15.003 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-22T17:49:16.768Z[ recovery-image] Aug 22 17:49:15.013 INFO O| Aug 22 17:49:15.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66292024-08-22T17:49:16.770Z[ recovery-image] Aug 22 17:49:15.013 INFO O| Aug 22 17:49:15.013 INFO STEP 916 (remove_files) COMPLETE
66302024-08-22T17:49:16.770Z[ recovery-image] Aug 22 17:49:15.013 INFO O| Aug 22 17:49:15.013 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-22T17:49:16.778Z[ recovery-image] Aug 22 17:49:15.024 INFO O| Aug 22 17:49:15.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66322024-08-22T17:49:16.778Z[ recovery-image] Aug 22 17:49:15.024 INFO O| Aug 22 17:49:15.024 INFO STEP 917 (remove_files) COMPLETE
66332024-08-22T17:49:16.781Z[ recovery-image] Aug 22 17:49:15.024 INFO O| Aug 22 17:49:15.024 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-22T17:49:16.788Z[ recovery-image] Aug 22 17:49:15.034 INFO O| Aug 22 17:49:15.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66352024-08-22T17:49:16.791Z[ recovery-image] Aug 22 17:49:15.034 INFO O| Aug 22 17:49:15.034 INFO STEP 918 (remove_files) COMPLETE
66362024-08-22T17:49:16.791Z[ recovery-image] Aug 22 17:49:15.034 INFO O| Aug 22 17:49:15.034 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-22T17:49:16.799Z[ recovery-image] Aug 22 17:49:15.044 INFO O| Aug 22 17:49:15.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66382024-08-22T17:49:16.801Z[ recovery-image] Aug 22 17:49:15.044 INFO O| Aug 22 17:49:15.044 INFO STEP 919 (remove_files) COMPLETE
66392024-08-22T17:49:16.801Z[ recovery-image] Aug 22 17:49:15.044 INFO O| Aug 22 17:49:15.044 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-22T17:49:16.809Z[ recovery-image] Aug 22 17:49:15.055 INFO O| Aug 22 17:49:15.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66412024-08-22T17:49:16.809Z[ recovery-image] Aug 22 17:49:15.055 INFO O| Aug 22 17:49:15.055 INFO STEP 920 (remove_files) COMPLETE
66422024-08-22T17:49:16.812Z[ recovery-image] Aug 22 17:49:15.055 INFO O| Aug 22 17:49:15.055 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-22T17:49:16.820Z[ recovery-image] Aug 22 17:49:15.065 INFO O| Aug 22 17:49:15.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66442024-08-22T17:49:16.820Z[ recovery-image] Aug 22 17:49:15.065 INFO O| Aug 22 17:49:15.065 INFO STEP 921 (remove_files) COMPLETE
66452024-08-22T17:49:16.822Z[ recovery-image] Aug 22 17:49:15.065 INFO O| Aug 22 17:49:15.065 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-22T17:49:16.830Z[ recovery-image] Aug 22 17:49:15.076 INFO O| Aug 22 17:49:15.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66472024-08-22T17:49:16.830Z[ recovery-image] Aug 22 17:49:15.076 INFO O| Aug 22 17:49:15.076 INFO STEP 922 (remove_files) COMPLETE
66482024-08-22T17:49:16.830Z[ recovery-image] Aug 22 17:49:15.076 INFO O| Aug 22 17:49:15.076 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-22T17:49:16.840Z[ recovery-image] Aug 22 17:49:15.086 INFO O| Aug 22 17:49:15.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66502024-08-22T17:49:16.841Z[ recovery-image] Aug 22 17:49:15.086 INFO O| Aug 22 17:49:15.086 INFO STEP 923 (remove_files) COMPLETE
66512024-08-22T17:49:16.843Z[ recovery-image] Aug 22 17:49:15.086 INFO O| Aug 22 17:49:15.086 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-22T17:49:16.851Z[ recovery-image] Aug 22 17:49:15.096 INFO O| Aug 22 17:49:15.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66532024-08-22T17:49:16.851Z[ recovery-image] Aug 22 17:49:15.096 INFO O| Aug 22 17:49:15.096 INFO STEP 924 (remove_files) COMPLETE
66542024-08-22T17:49:16.853Z[ recovery-image] Aug 22 17:49:15.096 INFO O| Aug 22 17:49:15.096 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-22T17:49:16.861Z[ recovery-image] Aug 22 17:49:15.107 INFO O| Aug 22 17:49:15.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66562024-08-22T17:49:16.861Z[ recovery-image] Aug 22 17:49:15.107 INFO O| Aug 22 17:49:15.107 INFO STEP 925 (remove_files) COMPLETE
66572024-08-22T17:49:16.864Z[ recovery-image] Aug 22 17:49:15.107 INFO O| Aug 22 17:49:15.107 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-22T17:49:16.871Z[ recovery-image] Aug 22 17:49:15.117 INFO O| Aug 22 17:49:15.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66592024-08-22T17:49:16.872Z[ recovery-image] Aug 22 17:49:15.117 INFO O| Aug 22 17:49:15.117 INFO STEP 926 (remove_files) COMPLETE
66602024-08-22T17:49:16.874Z[ recovery-image] Aug 22 17:49:15.117 INFO O| Aug 22 17:49:15.117 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-22T17:49:16.882Z[ recovery-image] Aug 22 17:49:15.127 INFO O| Aug 22 17:49:15.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66622024-08-22T17:49:16.882Z[ recovery-image] Aug 22 17:49:15.127 INFO O| Aug 22 17:49:15.127 INFO STEP 927 (remove_files) COMPLETE
66632024-08-22T17:49:16.883Z[ recovery-image] Aug 22 17:49:15.127 INFO O| Aug 22 17:49:15.127 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-22T17:49:16.892Z[ recovery-image] Aug 22 17:49:15.138 INFO O| Aug 22 17:49:15.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66652024-08-22T17:49:16.892Z[ recovery-image] Aug 22 17:49:15.138 INFO O| Aug 22 17:49:15.138 INFO STEP 928 (remove_files) COMPLETE
66662024-08-22T17:49:16.895Z[ recovery-image] Aug 22 17:49:15.138 INFO O| Aug 22 17:49:15.138 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-22T17:49:16.902Z[ recovery-image] Aug 22 17:49:15.148 INFO O| Aug 22 17:49:15.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66682024-08-22T17:49:16.905Z[ recovery-image] Aug 22 17:49:15.148 INFO O| Aug 22 17:49:15.148 INFO STEP 929 (remove_files) COMPLETE
66692024-08-22T17:49:16.905Z[ recovery-image] Aug 22 17:49:15.148 INFO O| Aug 22 17:49:15.148 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-22T17:49:16.913Z[ recovery-image] Aug 22 17:49:15.158 INFO O| Aug 22 17:49:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66712024-08-22T17:49:16.913Z[ recovery-image] Aug 22 17:49:15.158 INFO O| Aug 22 17:49:15.158 INFO STEP 930 (remove_files) COMPLETE
66722024-08-22T17:49:16.913Z[ recovery-image] Aug 22 17:49:15.158 INFO O| Aug 22 17:49:15.158 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-22T17:49:16.923Z[ recovery-image] Aug 22 17:49:15.169 INFO O| Aug 22 17:49:15.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66742024-08-22T17:49:16.923Z[ recovery-image] Aug 22 17:49:15.169 INFO O| Aug 22 17:49:15.169 INFO STEP 931 (remove_files) COMPLETE
66752024-08-22T17:49:16.923Z[ recovery-image] Aug 22 17:49:15.169 INFO O| Aug 22 17:49:15.169 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-22T17:49:16.933Z[ recovery-image] Aug 22 17:49:15.179 INFO O| Aug 22 17:49:15.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66772024-08-22T17:49:16.934Z[ recovery-image] Aug 22 17:49:15.179 INFO O| Aug 22 17:49:15.179 INFO STEP 932 (remove_files) COMPLETE
66782024-08-22T17:49:16.936Z[ recovery-image] Aug 22 17:49:15.179 INFO O| Aug 22 17:49:15.179 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-22T17:49:16.944Z[ recovery-image] Aug 22 17:49:15.189 INFO O| Aug 22 17:49:15.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66802024-08-22T17:49:16.944Z[ recovery-image] Aug 22 17:49:15.189 INFO O| Aug 22 17:49:15.189 INFO STEP 933 (remove_files) COMPLETE
66812024-08-22T17:49:16.946Z[ recovery-image] Aug 22 17:49:15.189 INFO O| Aug 22 17:49:15.189 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-22T17:49:16.954Z[ recovery-image] Aug 22 17:49:15.199 INFO O| Aug 22 17:49:15.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66832024-08-22T17:49:16.954Z[ recovery-image] Aug 22 17:49:15.199 INFO O| Aug 22 17:49:15.199 INFO STEP 934 (remove_files) COMPLETE
66842024-08-22T17:49:16.954Z[ recovery-image] Aug 22 17:49:15.199 INFO O| Aug 22 17:49:15.199 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-22T17:49:16.964Z[ recovery-image] Aug 22 17:49:15.209 INFO O| Aug 22 17:49:15.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66862024-08-22T17:49:16.964Z[ recovery-image] Aug 22 17:49:15.210 INFO O| Aug 22 17:49:15.210 INFO STEP 935 (remove_files) COMPLETE
66872024-08-22T17:49:16.964Z[ recovery-image] Aug 22 17:49:15.210 INFO O| Aug 22 17:49:15.210 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-22T17:49:16.974Z[ recovery-image] Aug 22 17:49:15.220 INFO O| Aug 22 17:49:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66892024-08-22T17:49:16.977Z[ recovery-image] Aug 22 17:49:15.220 INFO O| Aug 22 17:49:15.220 INFO STEP 936 (remove_files) COMPLETE
66902024-08-22T17:49:16.977Z[ recovery-image] Aug 22 17:49:15.220 INFO O| Aug 22 17:49:15.220 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-22T17:49:16.984Z[ recovery-image] Aug 22 17:49:15.230 INFO O| Aug 22 17:49:15.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66922024-08-22T17:49:16.987Z[ recovery-image] Aug 22 17:49:15.231 INFO O| Aug 22 17:49:15.230 INFO STEP 937 (remove_files) COMPLETE
66932024-08-22T17:49:16.987Z[ recovery-image] Aug 22 17:49:15.231 INFO O| Aug 22 17:49:15.231 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-22T17:49:16.996Z[ recovery-image] Aug 22 17:49:15.241 INFO O| Aug 22 17:49:15.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66952024-08-22T17:49:16.996Z[ recovery-image] Aug 22 17:49:15.241 INFO O| Aug 22 17:49:15.241 INFO STEP 938 (remove_files) COMPLETE
66962024-08-22T17:49:16.999Z[ recovery-image] Aug 22 17:49:15.242 INFO O| Aug 22 17:49:15.241 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-22T17:49:17.006Z[ recovery-image] Aug 22 17:49:15.252 INFO O| Aug 22 17:49:15.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66982024-08-22T17:49:17.007Z[ recovery-image] Aug 22 17:49:15.252 INFO O| Aug 22 17:49:15.252 INFO STEP 939 (remove_files) COMPLETE
66992024-08-22T17:49:17.009Z[ recovery-image] Aug 22 17:49:15.252 INFO O| Aug 22 17:49:15.252 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-22T17:49:17.017Z[ recovery-image] Aug 22 17:49:15.262 INFO O| Aug 22 17:49:15.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67012024-08-22T17:49:17.017Z[ recovery-image] Aug 22 17:49:15.262 INFO O| Aug 22 17:49:15.262 INFO STEP 940 (remove_files) COMPLETE
67022024-08-22T17:49:17.017Z[ recovery-image] Aug 22 17:49:15.262 INFO O| Aug 22 17:49:15.262 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-22T17:49:17.028Z[ recovery-image] Aug 22 17:49:15.273 INFO O| Aug 22 17:49:15.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67042024-08-22T17:49:17.030Z[ recovery-image] Aug 22 17:49:15.273 INFO O| Aug 22 17:49:15.273 INFO STEP 941 (remove_files) COMPLETE
67052024-08-22T17:49:17.030Z[ recovery-image] Aug 22 17:49:15.273 INFO O| Aug 22 17:49:15.273 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-22T17:49:17.041Z[ recovery-image] Aug 22 17:49:15.286 INFO O| Aug 22 17:49:15.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67072024-08-22T17:49:17.041Z[ recovery-image] Aug 22 17:49:15.286 INFO O| Aug 22 17:49:15.286 INFO STEP 942 (remove_files) COMPLETE
67082024-08-22T17:49:17.041Z[ recovery-image] Aug 22 17:49:15.286 INFO O| Aug 22 17:49:15.286 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-22T17:49:17.052Z[ recovery-image] Aug 22 17:49:15.297 INFO O| Aug 22 17:49:15.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67102024-08-22T17:49:17.052Z[ recovery-image] Aug 22 17:49:15.297 INFO O| Aug 22 17:49:15.297 INFO STEP 943 (remove_files) COMPLETE
67112024-08-22T17:49:17.054Z[ recovery-image] Aug 22 17:49:15.297 INFO O| Aug 22 17:49:15.297 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-22T17:49:17.065Z[ recovery-image] Aug 22 17:49:15.310 INFO O| Aug 22 17:49:15.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67132024-08-22T17:49:17.065Z[ recovery-image] Aug 22 17:49:15.310 INFO O| Aug 22 17:49:15.310 INFO STEP 944 (remove_files) COMPLETE
67142024-08-22T17:49:17.065Z[ recovery-image] Aug 22 17:49:15.310 INFO O| Aug 22 17:49:15.310 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-22T17:49:17.076Z[ recovery-image] Aug 22 17:49:15.322 INFO O| Aug 22 17:49:15.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67162024-08-22T17:49:17.076Z[ recovery-image] Aug 22 17:49:15.322 INFO O| Aug 22 17:49:15.322 INFO STEP 945 (remove_files) COMPLETE
67172024-08-22T17:49:17.079Z[ recovery-image] Aug 22 17:49:15.322 INFO O| Aug 22 17:49:15.322 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-22T17:49:17.087Z[ recovery-image] Aug 22 17:49:15.332 INFO O| Aug 22 17:49:15.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67192024-08-22T17:49:17.090Z[ recovery-image] Aug 22 17:49:15.333 INFO O| Aug 22 17:49:15.333 INFO STEP 946 (remove_files) COMPLETE
67202024-08-22T17:49:17.090Z[ recovery-image] Aug 22 17:49:15.333 INFO O| Aug 22 17:49:15.333 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-22T17:49:17.100Z[ recovery-image] Aug 22 17:49:15.345 INFO O| Aug 22 17:49:15.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67222024-08-22T17:49:17.100Z[ recovery-image] Aug 22 17:49:15.346 INFO O| Aug 22 17:49:15.346 INFO STEP 947 (remove_files) COMPLETE
67232024-08-22T17:49:17.100Z[ recovery-image] Aug 22 17:49:15.346 INFO O| Aug 22 17:49:15.346 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-22T17:49:17.111Z[ recovery-image] Aug 22 17:49:15.356 INFO O| Aug 22 17:49:15.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67252024-08-22T17:49:17.114Z[ recovery-image] Aug 22 17:49:15.356 INFO O| Aug 22 17:49:15.356 INFO STEP 948 (remove_files) COMPLETE
67262024-08-22T17:49:17.114Z[ recovery-image] Aug 22 17:49:15.356 INFO O| Aug 22 17:49:15.356 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-22T17:49:17.121Z[ recovery-image] Aug 22 17:49:15.367 INFO O| Aug 22 17:49:15.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67282024-08-22T17:49:17.124Z[ recovery-image] Aug 22 17:49:15.367 INFO O| Aug 22 17:49:15.367 INFO STEP 949 (remove_files) COMPLETE
67292024-08-22T17:49:17.124Z[ recovery-image] Aug 22 17:49:15.367 INFO O| Aug 22 17:49:15.367 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-22T17:49:17.134Z[ recovery-image] Aug 22 17:49:15.380 INFO O| Aug 22 17:49:15.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67312024-08-22T17:49:17.134Z[ recovery-image] Aug 22 17:49:15.380 INFO O| Aug 22 17:49:15.380 INFO STEP 950 (remove_files) COMPLETE
67322024-08-22T17:49:17.137Z[ recovery-image] Aug 22 17:49:15.380 INFO O| Aug 22 17:49:15.380 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-22T17:49:17.146Z[ recovery-image] Aug 22 17:49:15.391 INFO O| Aug 22 17:49:15.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67342024-08-22T17:49:17.146Z[ recovery-image] Aug 22 17:49:15.391 INFO O| Aug 22 17:49:15.391 INFO STEP 951 (remove_files) COMPLETE
67352024-08-22T17:49:17.146Z[ recovery-image] Aug 22 17:49:15.391 INFO O| Aug 22 17:49:15.391 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-22T17:49:17.156Z[ recovery-image] Aug 22 17:49:15.402 INFO O| Aug 22 17:49:15.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67372024-08-22T17:49:17.159Z[ recovery-image] Aug 22 17:49:15.402 INFO O| Aug 22 17:49:15.402 INFO STEP 952 (remove_files) COMPLETE
67382024-08-22T17:49:17.159Z[ recovery-image] Aug 22 17:49:15.402 INFO O| Aug 22 17:49:15.402 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-22T17:49:17.170Z[ recovery-image] Aug 22 17:49:15.415 INFO O| Aug 22 17:49:15.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67402024-08-22T17:49:17.170Z[ recovery-image] Aug 22 17:49:15.415 INFO O| Aug 22 17:49:15.415 INFO STEP 953 (remove_files) COMPLETE
67412024-08-22T17:49:17.173Z[ recovery-image] Aug 22 17:49:15.415 INFO O| Aug 22 17:49:15.415 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-22T17:49:17.181Z[ recovery-image] Aug 22 17:49:15.426 INFO O| Aug 22 17:49:15.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67432024-08-22T17:49:17.183Z[ recovery-image] Aug 22 17:49:15.426 INFO O| Aug 22 17:49:15.426 INFO STEP 954 (remove_files) COMPLETE
67442024-08-22T17:49:17.183Z[ recovery-image] Aug 22 17:49:15.426 INFO O| Aug 22 17:49:15.426 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-22T17:49:17.192Z[ recovery-image] Aug 22 17:49:15.438 INFO O| Aug 22 17:49:15.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67462024-08-22T17:49:17.192Z[ recovery-image] Aug 22 17:49:15.438 INFO O| Aug 22 17:49:15.438 INFO STEP 955 (remove_files) COMPLETE
67472024-08-22T17:49:17.192Z[ recovery-image] Aug 22 17:49:15.438 INFO O| Aug 22 17:49:15.438 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-22T17:49:17.204Z[ recovery-image] Aug 22 17:49:15.449 INFO O| Aug 22 17:49:15.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67492024-08-22T17:49:17.204Z[ recovery-image] Aug 22 17:49:15.449 INFO O| Aug 22 17:49:15.449 INFO STEP 956 (remove_files) COMPLETE
67502024-08-22T17:49:17.204Z[ recovery-image] Aug 22 17:49:15.449 INFO O| Aug 22 17:49:15.449 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-22T17:49:17.216Z[ recovery-image] Aug 22 17:49:15.461 INFO O| Aug 22 17:49:15.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67522024-08-22T17:49:17.216Z[ recovery-image] Aug 22 17:49:15.461 INFO O| Aug 22 17:49:15.461 INFO STEP 957 (remove_files) COMPLETE
67532024-08-22T17:49:17.216Z[ recovery-image] Aug 22 17:49:15.461 INFO O| Aug 22 17:49:15.461 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-22T17:49:17.227Z[ recovery-image] Aug 22 17:49:15.472 INFO O| Aug 22 17:49:15.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67552024-08-22T17:49:17.230Z[ recovery-image] Aug 22 17:49:15.473 INFO O| Aug 22 17:49:15.472 INFO STEP 958 (remove_files) COMPLETE
67562024-08-22T17:49:17.230Z[ recovery-image] Aug 22 17:49:15.473 INFO O| Aug 22 17:49:15.473 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-22T17:49:17.239Z[ recovery-image] Aug 22 17:49:15.484 INFO O| Aug 22 17:49:15.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67582024-08-22T17:49:17.242Z[ recovery-image] Aug 22 17:49:15.484 INFO O| Aug 22 17:49:15.484 INFO STEP 959 (remove_files) COMPLETE
67592024-08-22T17:49:17.242Z[ recovery-image] Aug 22 17:49:15.484 INFO O| Aug 22 17:49:15.484 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-22T17:49:17.250Z[ recovery-image] Aug 22 17:49:15.495 INFO O| Aug 22 17:49:15.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67612024-08-22T17:49:17.250Z[ recovery-image] Aug 22 17:49:15.495 INFO O| Aug 22 17:49:15.495 INFO STEP 960 (remove_files) COMPLETE
67622024-08-22T17:49:17.252Z[ recovery-image] Aug 22 17:49:15.495 INFO O| Aug 22 17:49:15.495 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-22T17:49:17.260Z[ recovery-image] Aug 22 17:49:15.506 INFO O| Aug 22 17:49:15.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67642024-08-22T17:49:17.263Z[ recovery-image] Aug 22 17:49:15.506 INFO O| Aug 22 17:49:15.506 INFO STEP 961 (remove_files) COMPLETE
67652024-08-22T17:49:17.263Z[ recovery-image] Aug 22 17:49:15.506 INFO O| Aug 22 17:49:15.506 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-22T17:49:17.271Z[ recovery-image] Aug 22 17:49:15.516 INFO O| Aug 22 17:49:15.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67672024-08-22T17:49:17.273Z[ recovery-image] Aug 22 17:49:15.517 INFO O| Aug 22 17:49:15.516 INFO STEP 962 (remove_files) COMPLETE
67682024-08-22T17:49:17.273Z[ recovery-image] Aug 22 17:49:15.517 INFO O| Aug 22 17:49:15.517 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-22T17:49:17.281Z[ recovery-image] Aug 22 17:49:15.527 INFO O| Aug 22 17:49:15.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67702024-08-22T17:49:17.282Z[ recovery-image] Aug 22 17:49:15.527 INFO O| Aug 22 17:49:15.527 INFO STEP 963 (remove_files) COMPLETE
67712024-08-22T17:49:17.284Z[ recovery-image] Aug 22 17:49:15.527 INFO O| Aug 22 17:49:15.527 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-22T17:49:17.292Z[ recovery-image] Aug 22 17:49:15.537 INFO O| Aug 22 17:49:15.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67732024-08-22T17:49:17.294Z[ recovery-image] Aug 22 17:49:15.538 INFO O| Aug 22 17:49:15.538 INFO STEP 964 (remove_files) COMPLETE
67742024-08-22T17:49:17.294Z[ recovery-image] Aug 22 17:49:15.538 INFO O| Aug 22 17:49:15.538 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-22T17:49:17.302Z[ recovery-image] Aug 22 17:49:15.548 INFO O| Aug 22 17:49:15.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67762024-08-22T17:49:17.305Z[ recovery-image] Aug 22 17:49:15.548 INFO O| Aug 22 17:49:15.548 INFO STEP 965 (remove_files) COMPLETE
67772024-08-22T17:49:17.305Z[ recovery-image] Aug 22 17:49:15.548 INFO O| Aug 22 17:49:15.548 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-22T17:49:17.313Z[ recovery-image] Aug 22 17:49:15.558 INFO O| Aug 22 17:49:15.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67792024-08-22T17:49:17.315Z[ recovery-image] Aug 22 17:49:15.558 INFO O| Aug 22 17:49:15.558 INFO STEP 966 (remove_files) COMPLETE
67802024-08-22T17:49:17.315Z[ recovery-image] Aug 22 17:49:15.558 INFO O| Aug 22 17:49:15.558 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-22T17:49:17.323Z[ recovery-image] Aug 22 17:49:15.568 INFO O| Aug 22 17:49:15.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67822024-08-22T17:49:17.326Z[ recovery-image] Aug 22 17:49:15.568 INFO O| Aug 22 17:49:15.568 INFO STEP 967 (remove_files) COMPLETE
67832024-08-22T17:49:17.326Z[ recovery-image] Aug 22 17:49:15.569 INFO O| Aug 22 17:49:15.568 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-22T17:49:17.333Z[ recovery-image] Aug 22 17:49:15.579 INFO O| Aug 22 17:49:15.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67852024-08-22T17:49:17.333Z[ recovery-image] Aug 22 17:49:15.579 INFO O| Aug 22 17:49:15.579 INFO STEP 968 (remove_files) COMPLETE
67862024-08-22T17:49:17.336Z[ recovery-image] Aug 22 17:49:15.579 INFO O| Aug 22 17:49:15.579 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-22T17:49:17.343Z[ recovery-image] Aug 22 17:49:15.589 INFO O| Aug 22 17:49:15.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67882024-08-22T17:49:17.346Z[ recovery-image] Aug 22 17:49:15.589 INFO O| Aug 22 17:49:15.589 INFO STEP 969 (remove_files) COMPLETE
67892024-08-22T17:49:17.346Z[ recovery-image] Aug 22 17:49:15.589 INFO O| Aug 22 17:49:15.589 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-22T17:49:17.355Z[ recovery-image] Aug 22 17:49:15.599 INFO O| Aug 22 17:49:15.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67912024-08-22T17:49:17.355Z[ recovery-image] Aug 22 17:49:15.599 INFO O| Aug 22 17:49:15.599 INFO STEP 970 (remove_files) COMPLETE
67922024-08-22T17:49:17.355Z[ recovery-image] Aug 22 17:49:15.599 INFO O| Aug 22 17:49:15.599 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-22T17:49:17.364Z[ recovery-image] Aug 22 17:49:15.609 INFO O| Aug 22 17:49:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67942024-08-22T17:49:17.364Z[ recovery-image] Aug 22 17:49:15.609 INFO O| Aug 22 17:49:15.609 INFO STEP 971 (remove_files) COMPLETE
67952024-08-22T17:49:17.366Z[ recovery-image] Aug 22 17:49:15.609 INFO O| Aug 22 17:49:15.609 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-22T17:49:17.374Z[ recovery-image] Aug 22 17:49:15.619 INFO O| Aug 22 17:49:15.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67972024-08-22T17:49:17.377Z[ recovery-image] Aug 22 17:49:15.620 INFO O| Aug 22 17:49:15.620 INFO STEP 972 (remove_files) COMPLETE
67982024-08-22T17:49:17.377Z[ recovery-image] Aug 22 17:49:15.620 INFO O| Aug 22 17:49:15.620 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-22T17:49:17.384Z[ recovery-image] Aug 22 17:49:15.630 INFO O| Aug 22 17:49:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68002024-08-22T17:49:17.387Z[ recovery-image] Aug 22 17:49:15.630 INFO O| Aug 22 17:49:15.630 INFO STEP 973 (remove_files) COMPLETE
68012024-08-22T17:49:17.387Z[ recovery-image] Aug 22 17:49:15.630 INFO O| Aug 22 17:49:15.630 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-22T17:49:17.395Z[ recovery-image] Aug 22 17:49:15.641 INFO O| Aug 22 17:49:15.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68032024-08-22T17:49:17.399Z[ recovery-image] Aug 22 17:49:15.641 INFO O| Aug 22 17:49:15.641 INFO STEP 974 (remove_files) COMPLETE
68042024-08-22T17:49:17.399Z[ recovery-image] Aug 22 17:49:15.641 INFO O| Aug 22 17:49:15.641 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-22T17:49:17.406Z[ recovery-image] Aug 22 17:49:15.651 INFO O| Aug 22 17:49:15.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68062024-08-22T17:49:17.406Z[ recovery-image] Aug 22 17:49:15.651 INFO O| Aug 22 17:49:15.651 INFO STEP 975 (remove_files) COMPLETE
68072024-08-22T17:49:17.409Z[ recovery-image] Aug 22 17:49:15.651 INFO O| Aug 22 17:49:15.651 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-22T17:49:17.416Z[ recovery-image] Aug 22 17:49:15.661 INFO O| Aug 22 17:49:15.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68092024-08-22T17:49:17.416Z[ recovery-image] Aug 22 17:49:15.662 INFO O| Aug 22 17:49:15.662 INFO STEP 976 (remove_files) COMPLETE
68102024-08-22T17:49:17.416Z[ recovery-image] Aug 22 17:49:15.662 INFO O| Aug 22 17:49:15.662 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-22T17:49:17.426Z[ recovery-image] Aug 22 17:49:15.672 INFO O| Aug 22 17:49:15.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68122024-08-22T17:49:17.429Z[ recovery-image] Aug 22 17:49:15.672 INFO O| Aug 22 17:49:15.672 INFO STEP 977 (remove_files) COMPLETE
68132024-08-22T17:49:17.429Z[ recovery-image] Aug 22 17:49:15.672 INFO O| Aug 22 17:49:15.672 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-22T17:49:17.437Z[ recovery-image] Aug 22 17:49:15.682 INFO O| Aug 22 17:49:15.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68152024-08-22T17:49:17.439Z[ recovery-image] Aug 22 17:49:15.682 INFO O| Aug 22 17:49:15.682 INFO STEP 978 (remove_files) COMPLETE
68162024-08-22T17:49:17.439Z[ recovery-image] Aug 22 17:49:15.682 INFO O| Aug 22 17:49:15.682 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-22T17:49:17.448Z[ recovery-image] Aug 22 17:49:15.692 INFO O| Aug 22 17:49:15.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68182024-08-22T17:49:17.448Z[ recovery-image] Aug 22 17:49:15.693 INFO O| Aug 22 17:49:15.692 INFO STEP 979 (remove_files) COMPLETE
68192024-08-22T17:49:17.448Z[ recovery-image] Aug 22 17:49:15.693 INFO O| Aug 22 17:49:15.693 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-22T17:49:17.459Z[ recovery-image] Aug 22 17:49:15.703 INFO O| Aug 22 17:49:15.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68212024-08-22T17:49:17.459Z[ recovery-image] Aug 22 17:49:15.704 INFO O| Aug 22 17:49:15.704 INFO STEP 980 (remove_files) COMPLETE
68222024-08-22T17:49:17.459Z[ recovery-image] Aug 22 17:49:15.704 INFO O| Aug 22 17:49:15.704 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-22T17:49:17.469Z[ recovery-image] Aug 22 17:49:15.715 INFO O| Aug 22 17:49:15.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68242024-08-22T17:49:17.469Z[ recovery-image] Aug 22 17:49:15.715 INFO O| Aug 22 17:49:15.715 INFO STEP 981 (remove_files) COMPLETE
68252024-08-22T17:49:17.469Z[ recovery-image] Aug 22 17:49:15.715 INFO O| Aug 22 17:49:15.715 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-22T17:49:17.480Z[ recovery-image] Aug 22 17:49:15.726 INFO O| Aug 22 17:49:15.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68272024-08-22T17:49:17.480Z[ recovery-image] Aug 22 17:49:15.726 INFO O| Aug 22 17:49:15.726 INFO STEP 982 (remove_files) COMPLETE
68282024-08-22T17:49:17.483Z[ recovery-image] Aug 22 17:49:15.726 INFO O| Aug 22 17:49:15.726 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-22T17:49:17.492Z[ recovery-image] Aug 22 17:49:15.737 INFO O| Aug 22 17:49:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68302024-08-22T17:49:17.495Z[ recovery-image] Aug 22 17:49:15.737 INFO O| Aug 22 17:49:15.737 INFO STEP 983 (remove_files) COMPLETE
68312024-08-22T17:49:17.495Z[ recovery-image] Aug 22 17:49:15.737 INFO O| Aug 22 17:49:15.737 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-22T17:49:17.503Z[ recovery-image] Aug 22 17:49:15.748 INFO O| Aug 22 17:49:15.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68332024-08-22T17:49:17.503Z[ recovery-image] Aug 22 17:49:15.748 INFO O| Aug 22 17:49:15.748 INFO STEP 984 (remove_files) COMPLETE
68342024-08-22T17:49:17.503Z[ recovery-image] Aug 22 17:49:15.748 INFO O| Aug 22 17:49:15.748 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-22T17:49:17.514Z[ recovery-image] Aug 22 17:49:15.759 INFO O| Aug 22 17:49:15.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68362024-08-22T17:49:17.514Z[ recovery-image] Aug 22 17:49:15.760 INFO O| Aug 22 17:49:15.760 INFO STEP 985 (remove_files) COMPLETE
68372024-08-22T17:49:17.517Z[ recovery-image] Aug 22 17:49:15.760 INFO O| Aug 22 17:49:15.760 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-22T17:49:17.526Z[ recovery-image] Aug 22 17:49:15.771 INFO O| Aug 22 17:49:15.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68392024-08-22T17:49:17.526Z[ recovery-image] Aug 22 17:49:15.771 INFO O| Aug 22 17:49:15.771 INFO STEP 986 (remove_files) COMPLETE
68402024-08-22T17:49:17.529Z[ recovery-image] Aug 22 17:49:15.772 INFO O| Aug 22 17:49:15.771 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-22T17:49:17.538Z[ recovery-image] Aug 22 17:49:15.784 INFO O| Aug 22 17:49:15.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68422024-08-22T17:49:17.538Z[ recovery-image] Aug 22 17:49:15.784 INFO O| Aug 22 17:49:15.784 INFO STEP 987 (remove_files) COMPLETE
68432024-08-22T17:49:17.539Z[ recovery-image] Aug 22 17:49:15.784 INFO O| Aug 22 17:49:15.784 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-22T17:49:17.550Z[ recovery-image] Aug 22 17:49:15.795 INFO O| Aug 22 17:49:15.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68452024-08-22T17:49:17.550Z[ recovery-image] Aug 22 17:49:15.795 INFO O| Aug 22 17:49:15.795 INFO STEP 988 (remove_files) COMPLETE
68462024-08-22T17:49:17.550Z[ recovery-image] Aug 22 17:49:15.795 INFO O| Aug 22 17:49:15.795 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-22T17:49:17.561Z[ recovery-image] Aug 22 17:49:15.806 INFO O| Aug 22 17:49:15.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68482024-08-22T17:49:17.563Z[ recovery-image] Aug 22 17:49:15.806 INFO O| Aug 22 17:49:15.806 INFO STEP 989 (remove_files) COMPLETE
68492024-08-22T17:49:17.563Z[ recovery-image] Aug 22 17:49:15.806 INFO O| Aug 22 17:49:15.806 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-22T17:49:17.571Z[ recovery-image] Aug 22 17:49:15.817 INFO O| Aug 22 17:49:15.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68512024-08-22T17:49:17.571Z[ recovery-image] Aug 22 17:49:15.817 INFO O| Aug 22 17:49:15.817 INFO STEP 990 (remove_files) COMPLETE
68522024-08-22T17:49:17.571Z[ recovery-image] Aug 22 17:49:15.817 INFO O| Aug 22 17:49:15.817 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-22T17:49:17.582Z[ recovery-image] Aug 22 17:49:15.827 INFO O| Aug 22 17:49:15.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68542024-08-22T17:49:17.584Z[ recovery-image] Aug 22 17:49:15.827 INFO O| Aug 22 17:49:15.827 INFO STEP 991 (remove_files) COMPLETE
68552024-08-22T17:49:17.584Z[ recovery-image] Aug 22 17:49:15.827 INFO O| Aug 22 17:49:15.827 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-22T17:49:17.593Z[ recovery-image] Aug 22 17:49:15.838 INFO O| Aug 22 17:49:15.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68572024-08-22T17:49:17.593Z[ recovery-image] Aug 22 17:49:15.838 INFO O| Aug 22 17:49:15.838 INFO STEP 992 (remove_files) COMPLETE
68582024-08-22T17:49:17.596Z[ recovery-image] Aug 22 17:49:15.838 INFO O| Aug 22 17:49:15.838 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-22T17:49:17.603Z[ recovery-image] Aug 22 17:49:15.848 INFO O| Aug 22 17:49:15.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68602024-08-22T17:49:17.603Z[ recovery-image] Aug 22 17:49:15.848 INFO O| Aug 22 17:49:15.848 INFO STEP 993 (remove_files) COMPLETE
68612024-08-22T17:49:17.603Z[ recovery-image] Aug 22 17:49:15.848 INFO O| Aug 22 17:49:15.848 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-22T17:49:17.613Z[ recovery-image] Aug 22 17:49:15.858 INFO O| Aug 22 17:49:15.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68632024-08-22T17:49:17.613Z[ recovery-image] Aug 22 17:49:15.859 INFO O| Aug 22 17:49:15.858 INFO STEP 994 (remove_files) COMPLETE
68642024-08-22T17:49:17.616Z[ recovery-image] Aug 22 17:49:15.859 INFO O| Aug 22 17:49:15.859 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-22T17:49:17.623Z[ recovery-image] Aug 22 17:49:15.869 INFO O| Aug 22 17:49:15.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68662024-08-22T17:49:17.623Z[ recovery-image] Aug 22 17:49:15.869 INFO O| Aug 22 17:49:15.869 INFO STEP 995 (remove_files) COMPLETE
68672024-08-22T17:49:17.623Z[ recovery-image] Aug 22 17:49:15.869 INFO O| Aug 22 17:49:15.869 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-22T17:49:17.634Z[ recovery-image] Aug 22 17:49:15.879 INFO O| Aug 22 17:49:15.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68692024-08-22T17:49:17.634Z[ recovery-image] Aug 22 17:49:15.879 INFO O| Aug 22 17:49:15.879 INFO STEP 996 (remove_files) COMPLETE
68702024-08-22T17:49:17.634Z[ recovery-image] Aug 22 17:49:15.879 INFO O| Aug 22 17:49:15.879 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-22T17:49:17.644Z[ recovery-image] Aug 22 17:49:15.889 INFO O| Aug 22 17:49:15.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68722024-08-22T17:49:17.644Z[ recovery-image] Aug 22 17:49:15.889 INFO O| Aug 22 17:49:15.889 INFO STEP 997 (remove_files) COMPLETE
68732024-08-22T17:49:17.647Z[ recovery-image] Aug 22 17:49:15.889 INFO O| Aug 22 17:49:15.889 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-22T17:49:17.654Z[ recovery-image] Aug 22 17:49:15.900 INFO O| Aug 22 17:49:15.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68752024-08-22T17:49:17.654Z[ recovery-image] Aug 22 17:49:15.900 INFO O| Aug 22 17:49:15.900 INFO STEP 998 (remove_files) COMPLETE
68762024-08-22T17:49:17.657Z[ recovery-image] Aug 22 17:49:15.900 INFO O| Aug 22 17:49:15.900 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-22T17:49:17.664Z[ recovery-image] Aug 22 17:49:15.910 INFO O| Aug 22 17:49:15.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68782024-08-22T17:49:17.667Z[ recovery-image] Aug 22 17:49:15.910 INFO O| Aug 22 17:49:15.910 INFO STEP 999 (remove_files) COMPLETE
68792024-08-22T17:49:17.667Z[ recovery-image] Aug 22 17:49:15.910 INFO O| Aug 22 17:49:15.910 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-22T17:49:17.674Z[ recovery-image] Aug 22 17:49:15.920 INFO O| Aug 22 17:49:15.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68812024-08-22T17:49:17.675Z[ recovery-image] Aug 22 17:49:15.920 INFO O| Aug 22 17:49:15.920 INFO STEP 1000 (remove_files) COMPLETE
68822024-08-22T17:49:17.677Z[ recovery-image] Aug 22 17:49:15.920 INFO O| Aug 22 17:49:15.920 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-22T17:49:17.686Z[ recovery-image] Aug 22 17:49:15.930 INFO O| Aug 22 17:49:15.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68842024-08-22T17:49:17.694Z[ recovery-image] Aug 22 17:49:15.931 INFO O| Aug 22 17:49:15.930 INFO STEP 1001 (remove_files) COMPLETE
68852024-08-22T17:49:17.694Z[ recovery-image] Aug 22 17:49:15.931 INFO O| Aug 22 17:49:15.931 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-22T17:49:17.698Z[ recovery-image] Aug 22 17:49:15.942 INFO O| Aug 22 17:49:15.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68872024-08-22T17:49:17.698Z[ recovery-image] Aug 22 17:49:15.942 INFO O| Aug 22 17:49:15.942 INFO STEP 1002 (remove_files) COMPLETE
68882024-08-22T17:49:17.698Z[ recovery-image] Aug 22 17:49:15.942 INFO O| Aug 22 17:49:15.942 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-22T17:49:17.707Z[ recovery-image] Aug 22 17:49:15.952 INFO O| Aug 22 17:49:15.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68902024-08-22T17:49:17.707Z[ recovery-image] Aug 22 17:49:15.952 INFO O| Aug 22 17:49:15.952 INFO STEP 1003 (remove_files) COMPLETE
68912024-08-22T17:49:17.710Z[ recovery-image] Aug 22 17:49:15.952 INFO O| Aug 22 17:49:15.952 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-22T17:49:17.717Z[ recovery-image] Aug 22 17:49:15.962 INFO O| Aug 22 17:49:15.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68932024-08-22T17:49:17.719Z[ recovery-image] Aug 22 17:49:15.962 INFO O| Aug 22 17:49:15.962 INFO STEP 1004 (remove_files) COMPLETE
68942024-08-22T17:49:17.719Z[ recovery-image] Aug 22 17:49:15.962 INFO O| Aug 22 17:49:15.962 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-22T17:49:17.727Z[ recovery-image] Aug 22 17:49:15.972 INFO O| Aug 22 17:49:15.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68962024-08-22T17:49:17.730Z[ recovery-image] Aug 22 17:49:15.972 INFO O| Aug 22 17:49:15.972 INFO STEP 1005 (remove_files) COMPLETE
68972024-08-22T17:49:17.730Z[ recovery-image] Aug 22 17:49:15.972 INFO O| Aug 22 17:49:15.972 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-22T17:49:17.737Z[ recovery-image] Aug 22 17:49:15.982 INFO O| Aug 22 17:49:15.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68992024-08-22T17:49:17.737Z[ recovery-image] Aug 22 17:49:15.982 INFO O| Aug 22 17:49:15.982 INFO STEP 1006 (remove_files) COMPLETE
69002024-08-22T17:49:17.737Z[ recovery-image] Aug 22 17:49:15.982 INFO O| Aug 22 17:49:15.982 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-22T17:49:17.750Z[ recovery-image] Aug 22 17:49:15.995 INFO O| Aug 22 17:49:15.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69022024-08-22T17:49:17.753Z[ recovery-image] Aug 22 17:49:15.995 INFO O| Aug 22 17:49:15.995 INFO STEP 1007 (remove_files) COMPLETE
69032024-08-22T17:49:17.753Z[ recovery-image] Aug 22 17:49:15.995 INFO O| Aug 22 17:49:15.995 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-22T17:49:17.762Z[ recovery-image] Aug 22 17:49:16.007 INFO O| Aug 22 17:49:16.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69052024-08-22T17:49:17.762Z[ recovery-image] Aug 22 17:49:16.007 INFO O| Aug 22 17:49:16.007 INFO STEP 1008 (remove_files) COMPLETE
69062024-08-22T17:49:17.762Z[ recovery-image] Aug 22 17:49:16.007 INFO O| Aug 22 17:49:16.007 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-22T17:49:17.772Z[ recovery-image] Aug 22 17:49:16.017 INFO O| Aug 22 17:49:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69082024-08-22T17:49:17.772Z[ recovery-image] Aug 22 17:49:16.017 INFO O| Aug 22 17:49:16.017 INFO STEP 1009 (remove_files) COMPLETE
69092024-08-22T17:49:17.775Z[ recovery-image] Aug 22 17:49:16.018 INFO O| Aug 22 17:49:16.017 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-22T17:49:17.783Z[ recovery-image] Aug 22 17:49:16.028 INFO O| Aug 22 17:49:16.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69112024-08-22T17:49:17.783Z[ recovery-image] Aug 22 17:49:16.028 INFO O| Aug 22 17:49:16.028 INFO STEP 1010 (remove_files) COMPLETE
69122024-08-22T17:49:17.783Z[ recovery-image] Aug 22 17:49:16.028 INFO O| Aug 22 17:49:16.028 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-22T17:49:17.793Z[ recovery-image] Aug 22 17:49:16.038 INFO O| Aug 22 17:49:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69142024-08-22T17:49:17.797Z[ recovery-image] Aug 22 17:49:16.038 INFO O| Aug 22 17:49:16.038 INFO STEP 1011 (remove_files) COMPLETE
69152024-08-22T17:49:17.797Z[ recovery-image] Aug 22 17:49:16.038 INFO O| Aug 22 17:49:16.038 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-22T17:49:17.804Z[ recovery-image] Aug 22 17:49:16.049 INFO O| Aug 22 17:49:16.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69172024-08-22T17:49:17.807Z[ recovery-image] Aug 22 17:49:16.050 INFO O| Aug 22 17:49:16.050 INFO STEP 1012 (remove_files) COMPLETE
69182024-08-22T17:49:17.807Z[ recovery-image] Aug 22 17:49:16.050 INFO O| Aug 22 17:49:16.050 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-22T17:49:17.815Z[ recovery-image] Aug 22 17:49:16.060 INFO O| Aug 22 17:49:16.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69202024-08-22T17:49:17.818Z[ recovery-image] Aug 22 17:49:16.061 INFO O| Aug 22 17:49:16.060 INFO STEP 1013 (remove_files) COMPLETE
69212024-08-22T17:49:17.818Z[ recovery-image] Aug 22 17:49:16.061 INFO O| Aug 22 17:49:16.061 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-22T17:49:17.826Z[ recovery-image] Aug 22 17:49:16.071 INFO O| Aug 22 17:49:16.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69232024-08-22T17:49:17.826Z[ recovery-image] Aug 22 17:49:16.071 INFO O| Aug 22 17:49:16.071 INFO STEP 1014 (remove_files) COMPLETE
69242024-08-22T17:49:17.826Z[ recovery-image] Aug 22 17:49:16.071 INFO O| Aug 22 17:49:16.071 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-22T17:49:17.836Z[ recovery-image] Aug 22 17:49:16.081 INFO O| Aug 22 17:49:16.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69262024-08-22T17:49:17.839Z[ recovery-image] Aug 22 17:49:16.082 INFO O| Aug 22 17:49:16.082 INFO STEP 1015 (remove_files) COMPLETE
69272024-08-22T17:49:17.839Z[ recovery-image] Aug 22 17:49:16.082 INFO O| Aug 22 17:49:16.082 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-22T17:49:17.847Z[ recovery-image] Aug 22 17:49:16.092 INFO O| Aug 22 17:49:16.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69292024-08-22T17:49:17.849Z[ recovery-image] Aug 22 17:49:16.092 INFO O| Aug 22 17:49:16.092 INFO STEP 1016 (remove_files) COMPLETE
69302024-08-22T17:49:17.849Z[ recovery-image] Aug 22 17:49:16.092 INFO O| Aug 22 17:49:16.092 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-22T17:49:17.858Z[ recovery-image] Aug 22 17:49:16.103 INFO O| Aug 22 17:49:16.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69322024-08-22T17:49:17.860Z[ recovery-image] Aug 22 17:49:16.103 INFO O| Aug 22 17:49:16.103 INFO STEP 1017 (remove_files) COMPLETE
69332024-08-22T17:49:17.860Z[ recovery-image] Aug 22 17:49:16.103 INFO O| Aug 22 17:49:16.103 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-22T17:49:17.868Z[ recovery-image] Aug 22 17:49:16.114 INFO O| Aug 22 17:49:16.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69352024-08-22T17:49:17.871Z[ recovery-image] Aug 22 17:49:16.114 INFO O| Aug 22 17:49:16.114 INFO STEP 1018 (remove_files) COMPLETE
69362024-08-22T17:49:17.871Z[ recovery-image] Aug 22 17:49:16.114 INFO O| Aug 22 17:49:16.114 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-22T17:49:17.879Z[ recovery-image] Aug 22 17:49:16.125 INFO O| Aug 22 17:49:16.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69382024-08-22T17:49:17.882Z[ recovery-image] Aug 22 17:49:16.125 INFO O| Aug 22 17:49:16.125 INFO STEP 1019 (remove_files) COMPLETE
69392024-08-22T17:49:17.882Z[ recovery-image] Aug 22 17:49:16.125 INFO O| Aug 22 17:49:16.125 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-22T17:49:17.890Z[ recovery-image] Aug 22 17:49:16.135 INFO O| Aug 22 17:49:16.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69412024-08-22T17:49:17.894Z[ recovery-image] Aug 22 17:49:16.135 INFO O| Aug 22 17:49:16.135 INFO STEP 1020 (remove_files) COMPLETE
69422024-08-22T17:49:17.894Z[ recovery-image] Aug 22 17:49:16.135 INFO O| Aug 22 17:49:16.135 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-22T17:49:17.900Z[ recovery-image] Aug 22 17:49:16.145 INFO O| Aug 22 17:49:16.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69442024-08-22T17:49:17.900Z[ recovery-image] Aug 22 17:49:16.146 INFO O| Aug 22 17:49:16.145 INFO STEP 1021 (remove_files) COMPLETE
69452024-08-22T17:49:17.903Z[ recovery-image] Aug 22 17:49:16.146 INFO O| Aug 22 17:49:16.145 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-22T17:49:17.911Z[ recovery-image] Aug 22 17:49:16.156 INFO O| Aug 22 17:49:16.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69472024-08-22T17:49:17.913Z[ recovery-image] Aug 22 17:49:16.156 INFO O| Aug 22 17:49:16.156 INFO STEP 1022 (remove_files) COMPLETE
69482024-08-22T17:49:17.914Z[ recovery-image] Aug 22 17:49:16.156 INFO O| Aug 22 17:49:16.156 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-22T17:49:17.921Z[ recovery-image] Aug 22 17:49:16.166 INFO O| Aug 22 17:49:16.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69502024-08-22T17:49:17.921Z[ recovery-image] Aug 22 17:49:16.166 INFO O| Aug 22 17:49:16.166 INFO STEP 1023 (remove_files) COMPLETE
69512024-08-22T17:49:17.921Z[ recovery-image] Aug 22 17:49:16.166 INFO O| Aug 22 17:49:16.166 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-22T17:49:17.931Z[ recovery-image] Aug 22 17:49:16.176 INFO O| Aug 22 17:49:16.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69532024-08-22T17:49:17.931Z[ recovery-image] Aug 22 17:49:16.177 INFO O| Aug 22 17:49:16.177 INFO STEP 1024 (remove_files) COMPLETE
69542024-08-22T17:49:17.931Z[ recovery-image] Aug 22 17:49:16.177 INFO O| Aug 22 17:49:16.177 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-22T17:49:17.941Z[ recovery-image] Aug 22 17:49:16.187 INFO O| Aug 22 17:49:16.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69562024-08-22T17:49:17.944Z[ recovery-image] Aug 22 17:49:16.187 INFO O| Aug 22 17:49:16.187 INFO STEP 1025 (remove_files) COMPLETE
69572024-08-22T17:49:17.944Z[ recovery-image] Aug 22 17:49:16.187 INFO O| Aug 22 17:49:16.187 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-22T17:49:17.952Z[ recovery-image] Aug 22 17:49:16.197 INFO O| Aug 22 17:49:16.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69592024-08-22T17:49:17.952Z[ recovery-image] Aug 22 17:49:16.197 INFO O| Aug 22 17:49:16.197 INFO STEP 1026 (remove_files) COMPLETE
69602024-08-22T17:49:17.954Z[ recovery-image] Aug 22 17:49:16.197 INFO O| Aug 22 17:49:16.197 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-22T17:49:17.962Z[ recovery-image] Aug 22 17:49:16.208 INFO O| Aug 22 17:49:16.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69622024-08-22T17:49:17.962Z[ recovery-image] Aug 22 17:49:16.208 INFO O| Aug 22 17:49:16.208 INFO STEP 1027 (remove_files) COMPLETE
69632024-08-22T17:49:17.965Z[ recovery-image] Aug 22 17:49:16.208 INFO O| Aug 22 17:49:16.208 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-22T17:49:17.973Z[ recovery-image] Aug 22 17:49:16.218 INFO O| Aug 22 17:49:16.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69652024-08-22T17:49:17.973Z[ recovery-image] Aug 22 17:49:16.218 INFO O| Aug 22 17:49:16.218 INFO STEP 1028 (remove_files) COMPLETE
69662024-08-22T17:49:17.976Z[ recovery-image] Aug 22 17:49:16.218 INFO O| Aug 22 17:49:16.218 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-22T17:49:17.984Z[ recovery-image] Aug 22 17:49:16.229 INFO O| Aug 22 17:49:16.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69682024-08-22T17:49:17.987Z[ recovery-image] Aug 22 17:49:16.230 INFO O| Aug 22 17:49:16.230 INFO STEP 1029 (remove_files) COMPLETE
69692024-08-22T17:49:17.987Z[ recovery-image] Aug 22 17:49:16.230 INFO O| Aug 22 17:49:16.230 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-22T17:49:17.995Z[ recovery-image] Aug 22 17:49:16.240 INFO O| Aug 22 17:49:16.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69712024-08-22T17:49:17.995Z[ recovery-image] Aug 22 17:49:16.240 INFO O| Aug 22 17:49:16.240 INFO STEP 1030 (remove_files) COMPLETE
69722024-08-22T17:49:17.995Z[ recovery-image] Aug 22 17:49:16.240 INFO O| Aug 22 17:49:16.240 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-22T17:49:18.005Z[ recovery-image] Aug 22 17:49:16.250 INFO O| Aug 22 17:49:16.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69742024-08-22T17:49:18.008Z[ recovery-image] Aug 22 17:49:16.250 INFO O| Aug 22 17:49:16.250 INFO STEP 1031 (remove_files) COMPLETE
69752024-08-22T17:49:18.008Z[ recovery-image] Aug 22 17:49:16.250 INFO O| Aug 22 17:49:16.250 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-22T17:49:18.016Z[ recovery-image] Aug 22 17:49:16.261 INFO O| Aug 22 17:49:16.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69772024-08-22T17:49:18.016Z[ recovery-image] Aug 22 17:49:16.261 INFO O| Aug 22 17:49:16.261 INFO STEP 1032 (remove_files) COMPLETE
69782024-08-22T17:49:18.019Z[ recovery-image] Aug 22 17:49:16.261 INFO O| Aug 22 17:49:16.261 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-22T17:49:18.026Z[ recovery-image] Aug 22 17:49:16.271 INFO O| Aug 22 17:49:16.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69802024-08-22T17:49:18.028Z[ recovery-image] Aug 22 17:49:16.271 INFO O| Aug 22 17:49:16.271 INFO STEP 1033 (remove_files) COMPLETE
69812024-08-22T17:49:18.028Z[ recovery-image] Aug 22 17:49:16.271 INFO O| Aug 22 17:49:16.271 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-22T17:49:18.036Z[ recovery-image] Aug 22 17:49:16.281 INFO O| Aug 22 17:49:16.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69832024-08-22T17:49:18.036Z[ recovery-image] Aug 22 17:49:16.281 INFO O| Aug 22 17:49:16.281 INFO STEP 1034 (remove_files) COMPLETE
69842024-08-22T17:49:18.039Z[ recovery-image] Aug 22 17:49:16.281 INFO O| Aug 22 17:49:16.281 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-22T17:49:18.046Z[ recovery-image] Aug 22 17:49:16.292 INFO O| Aug 22 17:49:16.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69862024-08-22T17:49:18.046Z[ recovery-image] Aug 22 17:49:16.292 INFO O| Aug 22 17:49:16.292 INFO STEP 1035 (remove_files) COMPLETE
69872024-08-22T17:49:18.050Z[ recovery-image] Aug 22 17:49:16.292 INFO O| Aug 22 17:49:16.292 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-22T17:49:18.057Z[ recovery-image] Aug 22 17:49:16.302 INFO O| Aug 22 17:49:16.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69892024-08-22T17:49:18.057Z[ recovery-image] Aug 22 17:49:16.302 INFO O| Aug 22 17:49:16.302 INFO STEP 1036 (remove_files) COMPLETE
69902024-08-22T17:49:18.057Z[ recovery-image] Aug 22 17:49:16.302 INFO O| Aug 22 17:49:16.302 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-22T17:49:18.069Z[ recovery-image] Aug 22 17:49:16.313 INFO O| Aug 22 17:49:16.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69922024-08-22T17:49:18.069Z[ recovery-image] Aug 22 17:49:16.313 INFO O| Aug 22 17:49:16.313 INFO STEP 1037 (remove_files) COMPLETE
69932024-08-22T17:49:18.069Z[ recovery-image] Aug 22 17:49:16.313 INFO O| Aug 22 17:49:16.313 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-22T17:49:18.078Z[ recovery-image] Aug 22 17:49:16.323 INFO O| Aug 22 17:49:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69952024-08-22T17:49:18.078Z[ recovery-image] Aug 22 17:49:16.323 INFO O| Aug 22 17:49:16.323 INFO STEP 1038 (remove_files) COMPLETE
69962024-08-22T17:49:18.080Z[ recovery-image] Aug 22 17:49:16.323 INFO O| Aug 22 17:49:16.323 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-22T17:49:18.088Z[ recovery-image] Aug 22 17:49:16.334 INFO O| Aug 22 17:49:16.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69982024-08-22T17:49:18.088Z[ recovery-image] Aug 22 17:49:16.334 INFO O| Aug 22 17:49:16.334 INFO STEP 1039 (remove_files) COMPLETE
69992024-08-22T17:49:18.088Z[ recovery-image] Aug 22 17:49:16.334 INFO O| Aug 22 17:49:16.334 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-22T17:49:18.099Z[ recovery-image] Aug 22 17:49:16.344 INFO O| Aug 22 17:49:16.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70012024-08-22T17:49:18.101Z[ recovery-image] Aug 22 17:49:16.344 INFO O| Aug 22 17:49:16.344 INFO STEP 1040 (remove_files) COMPLETE
70022024-08-22T17:49:18.101Z[ recovery-image] Aug 22 17:49:16.344 INFO O| Aug 22 17:49:16.344 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-22T17:49:18.109Z[ recovery-image] Aug 22 17:49:16.354 INFO O| Aug 22 17:49:16.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70042024-08-22T17:49:18.112Z[ recovery-image] Aug 22 17:49:16.354 INFO O| Aug 22 17:49:16.354 INFO STEP 1041 (remove_files) COMPLETE
70052024-08-22T17:49:18.112Z[ recovery-image] Aug 22 17:49:16.354 INFO O| Aug 22 17:49:16.354 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-22T17:49:18.119Z[ recovery-image] Aug 22 17:49:16.364 INFO O| Aug 22 17:49:16.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70072024-08-22T17:49:18.119Z[ recovery-image] Aug 22 17:49:16.365 INFO O| Aug 22 17:49:16.365 INFO STEP 1042 (remove_files) COMPLETE
70082024-08-22T17:49:18.119Z[ recovery-image] Aug 22 17:49:16.365 INFO O| Aug 22 17:49:16.365 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-22T17:49:18.129Z[ recovery-image] Aug 22 17:49:16.375 INFO O| Aug 22 17:49:16.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70102024-08-22T17:49:18.129Z[ recovery-image] Aug 22 17:49:16.375 INFO O| Aug 22 17:49:16.375 INFO STEP 1043 (remove_files) COMPLETE
70112024-08-22T17:49:18.133Z[ recovery-image] Aug 22 17:49:16.375 INFO O| Aug 22 17:49:16.375 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-22T17:49:18.140Z[ recovery-image] Aug 22 17:49:16.385 INFO O| Aug 22 17:49:16.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70132024-08-22T17:49:18.143Z[ recovery-image] Aug 22 17:49:16.385 INFO O| Aug 22 17:49:16.385 INFO STEP 1044 (remove_files) COMPLETE
70142024-08-22T17:49:18.143Z[ recovery-image] Aug 22 17:49:16.385 INFO O| Aug 22 17:49:16.385 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-22T17:49:18.152Z[ recovery-image] Aug 22 17:49:16.396 INFO O| Aug 22 17:49:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70162024-08-22T17:49:18.152Z[ recovery-image] Aug 22 17:49:16.396 INFO O| Aug 22 17:49:16.396 INFO STEP 1045 (remove_files) COMPLETE
70172024-08-22T17:49:18.155Z[ recovery-image] Aug 22 17:49:16.396 INFO O| Aug 22 17:49:16.396 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-22T17:49:18.162Z[ recovery-image] Aug 22 17:49:16.407 INFO O| Aug 22 17:49:16.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70192024-08-22T17:49:18.162Z[ recovery-image] Aug 22 17:49:16.407 INFO O| Aug 22 17:49:16.407 INFO STEP 1046 (remove_files) COMPLETE
70202024-08-22T17:49:18.165Z[ recovery-image] Aug 22 17:49:16.407 INFO O| Aug 22 17:49:16.407 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-22T17:49:18.174Z[ recovery-image] Aug 22 17:49:16.419 INFO O| Aug 22 17:49:16.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70222024-08-22T17:49:18.174Z[ recovery-image] Aug 22 17:49:16.419 INFO O| Aug 22 17:49:16.419 INFO STEP 1047 (remove_files) COMPLETE
70232024-08-22T17:49:18.177Z[ recovery-image] Aug 22 17:49:16.419 INFO O| Aug 22 17:49:16.419 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-22T17:49:18.186Z[ recovery-image] Aug 22 17:49:16.431 INFO O| Aug 22 17:49:16.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70252024-08-22T17:49:18.186Z[ recovery-image] Aug 22 17:49:16.431 INFO O| Aug 22 17:49:16.431 INFO STEP 1048 (remove_files) COMPLETE
70262024-08-22T17:49:18.189Z[ recovery-image] Aug 22 17:49:16.431 INFO O| Aug 22 17:49:16.431 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-22T17:49:18.197Z[ recovery-image] Aug 22 17:49:16.442 INFO O| Aug 22 17:49:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70282024-08-22T17:49:18.197Z[ recovery-image] Aug 22 17:49:16.442 INFO O| Aug 22 17:49:16.442 INFO STEP 1049 (remove_files) COMPLETE
70292024-08-22T17:49:18.201Z[ recovery-image] Aug 22 17:49:16.442 INFO O| Aug 22 17:49:16.442 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-22T17:49:18.208Z[ recovery-image] Aug 22 17:49:16.454 INFO O| Aug 22 17:49:16.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70312024-08-22T17:49:18.209Z[ recovery-image] Aug 22 17:49:16.454 INFO O| Aug 22 17:49:16.454 INFO STEP 1050 (remove_files) COMPLETE
70322024-08-22T17:49:18.209Z[ recovery-image] Aug 22 17:49:16.454 INFO O| Aug 22 17:49:16.454 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-22T17:49:18.219Z[ recovery-image] Aug 22 17:49:16.464 INFO O| Aug 22 17:49:16.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70342024-08-22T17:49:18.220Z[ recovery-image] Aug 22 17:49:16.464 INFO O| Aug 22 17:49:16.464 INFO STEP 1051 (remove_files) COMPLETE
70352024-08-22T17:49:18.220Z[ recovery-image] Aug 22 17:49:16.464 INFO O| Aug 22 17:49:16.464 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-22T17:49:18.230Z[ recovery-image] Aug 22 17:49:16.475 INFO O| Aug 22 17:49:16.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70372024-08-22T17:49:18.230Z[ recovery-image] Aug 22 17:49:16.475 INFO O| Aug 22 17:49:16.475 INFO STEP 1052 (remove_files) COMPLETE
70382024-08-22T17:49:18.235Z[ recovery-image] Aug 22 17:49:16.475 INFO O| Aug 22 17:49:16.475 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-22T17:49:18.241Z[ recovery-image] Aug 22 17:49:16.485 INFO O| Aug 22 17:49:16.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70402024-08-22T17:49:18.241Z[ recovery-image] Aug 22 17:49:16.485 INFO O| Aug 22 17:49:16.485 INFO STEP 1053 (remove_files) COMPLETE
70412024-08-22T17:49:18.244Z[ recovery-image] Aug 22 17:49:16.485 INFO O| Aug 22 17:49:16.485 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-22T17:49:18.251Z[ recovery-image] Aug 22 17:49:16.496 INFO O| Aug 22 17:49:16.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70432024-08-22T17:49:18.253Z[ recovery-image] Aug 22 17:49:16.496 INFO O| Aug 22 17:49:16.496 INFO STEP 1054 (remove_files) COMPLETE
70442024-08-22T17:49:18.253Z[ recovery-image] Aug 22 17:49:16.496 INFO O| Aug 22 17:49:16.496 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-22T17:49:18.261Z[ recovery-image] Aug 22 17:49:16.506 INFO O| Aug 22 17:49:16.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70462024-08-22T17:49:18.264Z[ recovery-image] Aug 22 17:49:16.506 INFO O| Aug 22 17:49:16.506 INFO STEP 1055 (remove_files) COMPLETE
70472024-08-22T17:49:18.264Z[ recovery-image] Aug 22 17:49:16.506 INFO O| Aug 22 17:49:16.506 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-22T17:49:18.271Z[ recovery-image] Aug 22 17:49:16.516 INFO O| Aug 22 17:49:16.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70492024-08-22T17:49:18.271Z[ recovery-image] Aug 22 17:49:16.516 INFO O| Aug 22 17:49:16.516 INFO STEP 1056 (remove_files) COMPLETE
70502024-08-22T17:49:18.275Z[ recovery-image] Aug 22 17:49:16.516 INFO O| Aug 22 17:49:16.516 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-22T17:49:18.281Z[ recovery-image] Aug 22 17:49:16.527 INFO O| Aug 22 17:49:16.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70522024-08-22T17:49:18.282Z[ recovery-image] Aug 22 17:49:16.527 INFO O| Aug 22 17:49:16.527 INFO STEP 1057 (remove_files) COMPLETE
70532024-08-22T17:49:18.282Z[ recovery-image] Aug 22 17:49:16.527 INFO O| Aug 22 17:49:16.527 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-22T17:49:18.292Z[ recovery-image] Aug 22 17:49:16.537 INFO O| Aug 22 17:49:16.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70552024-08-22T17:49:18.292Z[ recovery-image] Aug 22 17:49:16.537 INFO O| Aug 22 17:49:16.537 INFO STEP 1058 (remove_files) COMPLETE
70562024-08-22T17:49:18.292Z[ recovery-image] Aug 22 17:49:16.537 INFO O| Aug 22 17:49:16.537 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-22T17:49:18.302Z[ recovery-image] Aug 22 17:49:16.547 INFO O| Aug 22 17:49:16.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70582024-08-22T17:49:18.302Z[ recovery-image] Aug 22 17:49:16.547 INFO O| Aug 22 17:49:16.547 INFO STEP 1059 (remove_files) COMPLETE
70592024-08-22T17:49:18.306Z[ recovery-image] Aug 22 17:49:16.548 INFO O| Aug 22 17:49:16.547 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-22T17:49:18.312Z[ recovery-image] Aug 22 17:49:16.557 INFO O| Aug 22 17:49:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70612024-08-22T17:49:18.312Z[ recovery-image] Aug 22 17:49:16.558 INFO O| Aug 22 17:49:16.558 INFO STEP 1060 (remove_files) COMPLETE
70622024-08-22T17:49:18.315Z[ recovery-image] Aug 22 17:49:16.558 INFO O| Aug 22 17:49:16.558 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-22T17:49:18.323Z[ recovery-image] Aug 22 17:49:16.568 INFO O| Aug 22 17:49:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70642024-08-22T17:49:18.323Z[ recovery-image] Aug 22 17:49:16.568 INFO O| Aug 22 17:49:16.568 INFO STEP 1061 (remove_files) COMPLETE
70652024-08-22T17:49:18.325Z[ recovery-image] Aug 22 17:49:16.568 INFO O| Aug 22 17:49:16.568 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-22T17:49:18.333Z[ recovery-image] Aug 22 17:49:16.578 INFO O| Aug 22 17:49:16.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70672024-08-22T17:49:18.333Z[ recovery-image] Aug 22 17:49:16.578 INFO O| Aug 22 17:49:16.578 INFO STEP 1062 (remove_files) COMPLETE
70682024-08-22T17:49:18.333Z[ recovery-image] Aug 22 17:49:16.578 INFO O| Aug 22 17:49:16.578 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-22T17:49:18.343Z[ recovery-image] Aug 22 17:49:16.588 INFO O| Aug 22 17:49:16.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70702024-08-22T17:49:18.343Z[ recovery-image] Aug 22 17:49:16.588 INFO O| Aug 22 17:49:16.588 INFO STEP 1063 (remove_files) COMPLETE
70712024-08-22T17:49:18.347Z[ recovery-image] Aug 22 17:49:16.588 INFO O| Aug 22 17:49:16.588 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-22T17:49:18.354Z[ recovery-image] Aug 22 17:49:16.599 INFO O| Aug 22 17:49:16.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70732024-08-22T17:49:18.354Z[ recovery-image] Aug 22 17:49:16.599 INFO O| Aug 22 17:49:16.599 INFO STEP 1064 (remove_files) COMPLETE
70742024-08-22T17:49:18.357Z[ recovery-image] Aug 22 17:49:16.599 INFO O| Aug 22 17:49:16.599 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-22T17:49:18.364Z[ recovery-image] Aug 22 17:49:16.609 INFO O| Aug 22 17:49:16.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70762024-08-22T17:49:18.366Z[ recovery-image] Aug 22 17:49:16.609 INFO O| Aug 22 17:49:16.609 INFO STEP 1065 (remove_files) COMPLETE
70772024-08-22T17:49:18.366Z[ recovery-image] Aug 22 17:49:16.609 INFO O| Aug 22 17:49:16.609 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-22T17:49:18.374Z[ recovery-image] Aug 22 17:49:16.619 INFO O| Aug 22 17:49:16.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70792024-08-22T17:49:18.374Z[ recovery-image] Aug 22 17:49:16.620 INFO O| Aug 22 17:49:16.619 INFO STEP 1066 (remove_files) COMPLETE
70802024-08-22T17:49:18.377Z[ recovery-image] Aug 22 17:49:16.620 INFO O| Aug 22 17:49:16.619 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-22T17:49:18.384Z[ recovery-image] Aug 22 17:49:16.630 INFO O| Aug 22 17:49:16.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70822024-08-22T17:49:18.384Z[ recovery-image] Aug 22 17:49:16.630 INFO O| Aug 22 17:49:16.630 INFO STEP 1067 (remove_files) COMPLETE
70832024-08-22T17:49:18.387Z[ recovery-image] Aug 22 17:49:16.630 INFO O| Aug 22 17:49:16.630 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-22T17:49:18.395Z[ recovery-image] Aug 22 17:49:16.640 INFO O| Aug 22 17:49:16.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70852024-08-22T17:49:18.397Z[ recovery-image] Aug 22 17:49:16.640 INFO O| Aug 22 17:49:16.640 INFO STEP 1068 (remove_files) COMPLETE
70862024-08-22T17:49:18.397Z[ recovery-image] Aug 22 17:49:16.640 INFO O| Aug 22 17:49:16.640 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-22T17:49:18.405Z[ recovery-image] Aug 22 17:49:16.650 INFO O| Aug 22 17:49:16.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70882024-08-22T17:49:18.405Z[ recovery-image] Aug 22 17:49:16.650 INFO O| Aug 22 17:49:16.650 INFO STEP 1069 (remove_files) COMPLETE
70892024-08-22T17:49:18.407Z[ recovery-image] Aug 22 17:49:16.650 INFO O| Aug 22 17:49:16.650 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-22T17:49:18.415Z[ recovery-image] Aug 22 17:49:16.660 INFO O| Aug 22 17:49:16.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70912024-08-22T17:49:18.415Z[ recovery-image] Aug 22 17:49:16.660 INFO O| Aug 22 17:49:16.660 INFO STEP 1070 (remove_files) COMPLETE
70922024-08-22T17:49:18.415Z[ recovery-image] Aug 22 17:49:16.660 INFO O| Aug 22 17:49:16.660 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-22T17:49:18.425Z[ recovery-image] Aug 22 17:49:16.670 INFO O| Aug 22 17:49:16.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70942024-08-22T17:49:18.425Z[ recovery-image] Aug 22 17:49:16.671 INFO O| Aug 22 17:49:16.670 INFO STEP 1071 (remove_files) COMPLETE
70952024-08-22T17:49:18.428Z[ recovery-image] Aug 22 17:49:16.671 INFO O| Aug 22 17:49:16.671 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-22T17:49:18.435Z[ recovery-image] Aug 22 17:49:16.680 INFO O| Aug 22 17:49:16.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70972024-08-22T17:49:18.435Z[ recovery-image] Aug 22 17:49:16.681 INFO O| Aug 22 17:49:16.681 INFO STEP 1072 (remove_files) COMPLETE
70982024-08-22T17:49:18.438Z[ recovery-image] Aug 22 17:49:16.681 INFO O| Aug 22 17:49:16.681 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-22T17:49:18.445Z[ recovery-image] Aug 22 17:49:16.691 INFO O| Aug 22 17:49:16.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71002024-08-22T17:49:18.445Z[ recovery-image] Aug 22 17:49:16.691 INFO O| Aug 22 17:49:16.691 INFO STEP 1073 (remove_files) COMPLETE
71012024-08-22T17:49:18.448Z[ recovery-image] Aug 22 17:49:16.691 INFO O| Aug 22 17:49:16.691 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-22T17:49:18.456Z[ recovery-image] Aug 22 17:49:16.701 INFO O| Aug 22 17:49:16.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71032024-08-22T17:49:18.458Z[ recovery-image] Aug 22 17:49:16.701 INFO O| Aug 22 17:49:16.701 INFO STEP 1074 (remove_files) COMPLETE
71042024-08-22T17:49:18.458Z[ recovery-image] Aug 22 17:49:16.701 INFO O| Aug 22 17:49:16.701 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-22T17:49:18.466Z[ recovery-image] Aug 22 17:49:16.711 INFO O| Aug 22 17:49:16.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71062024-08-22T17:49:18.468Z[ recovery-image] Aug 22 17:49:16.712 INFO O| Aug 22 17:49:16.711 INFO STEP 1075 (remove_files) COMPLETE
71072024-08-22T17:49:18.468Z[ recovery-image] Aug 22 17:49:16.712 INFO O| Aug 22 17:49:16.712 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-22T17:49:18.476Z[ recovery-image] Aug 22 17:49:16.721 INFO O| Aug 22 17:49:16.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71092024-08-22T17:49:18.476Z[ recovery-image] Aug 22 17:49:16.722 INFO O| Aug 22 17:49:16.721 INFO STEP 1076 (remove_files) COMPLETE
71102024-08-22T17:49:18.479Z[ recovery-image] Aug 22 17:49:16.722 INFO O| Aug 22 17:49:16.722 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-22T17:49:18.487Z[ recovery-image] Aug 22 17:49:16.732 INFO O| Aug 22 17:49:16.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71122024-08-22T17:49:18.487Z[ recovery-image] Aug 22 17:49:16.732 INFO O| Aug 22 17:49:16.732 INFO STEP 1077 (remove_files) COMPLETE
71132024-08-22T17:49:18.489Z[ recovery-image] Aug 22 17:49:16.732 INFO O| Aug 22 17:49:16.732 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-22T17:49:18.496Z[ recovery-image] Aug 22 17:49:16.742 INFO O| Aug 22 17:49:16.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71152024-08-22T17:49:18.497Z[ recovery-image] Aug 22 17:49:16.742 INFO O| Aug 22 17:49:16.742 INFO STEP 1078 (remove_files) COMPLETE
71162024-08-22T17:49:18.499Z[ recovery-image] Aug 22 17:49:16.742 INFO O| Aug 22 17:49:16.742 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-22T17:49:18.507Z[ recovery-image] Aug 22 17:49:16.752 INFO O| Aug 22 17:49:16.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71182024-08-22T17:49:18.507Z[ recovery-image] Aug 22 17:49:16.752 INFO O| Aug 22 17:49:16.752 INFO STEP 1079 (remove_files) COMPLETE
71192024-08-22T17:49:18.509Z[ recovery-image] Aug 22 17:49:16.752 INFO O| Aug 22 17:49:16.752 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-22T17:49:18.517Z[ recovery-image] Aug 22 17:49:16.762 INFO O| Aug 22 17:49:16.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71212024-08-22T17:49:18.517Z[ recovery-image] Aug 22 17:49:16.762 INFO O| Aug 22 17:49:16.762 INFO STEP 1080 (remove_files) COMPLETE
71222024-08-22T17:49:18.520Z[ recovery-image] Aug 22 17:49:16.762 INFO O| Aug 22 17:49:16.762 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-22T17:49:18.529Z[ recovery-image] Aug 22 17:49:16.775 INFO O| Aug 22 17:49:16.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71242024-08-22T17:49:18.530Z[ recovery-image] Aug 22 17:49:16.775 INFO O| Aug 22 17:49:16.775 INFO STEP 1081 (remove_files) COMPLETE
71252024-08-22T17:49:18.532Z[ recovery-image] Aug 22 17:49:16.775 INFO O| Aug 22 17:49:16.775 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-22T17:49:18.540Z[ recovery-image] Aug 22 17:49:16.785 INFO O| Aug 22 17:49:16.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71272024-08-22T17:49:18.540Z[ recovery-image] Aug 22 17:49:16.786 INFO O| Aug 22 17:49:16.785 INFO STEP 1082 (remove_files) COMPLETE
71282024-08-22T17:49:18.543Z[ recovery-image] Aug 22 17:49:16.786 INFO O| Aug 22 17:49:16.786 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-22T17:49:18.558Z[ recovery-image] Aug 22 17:49:16.800 INFO O| Aug 22 17:49:16.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71302024-08-22T17:49:18.560Z[ recovery-image] Aug 22 17:49:16.801 INFO O| Aug 22 17:49:16.801 INFO STEP 1083 (remove_files) COMPLETE
71312024-08-22T17:49:18.560Z[ recovery-image] Aug 22 17:49:16.801 INFO O| Aug 22 17:49:16.801 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-22T17:49:18.568Z[ recovery-image] Aug 22 17:49:16.813 INFO O| Aug 22 17:49:16.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71332024-08-22T17:49:18.570Z[ recovery-image] Aug 22 17:49:16.813 INFO O| Aug 22 17:49:16.813 INFO STEP 1084 (remove_files) COMPLETE
71342024-08-22T17:49:18.570Z[ recovery-image] Aug 22 17:49:16.813 INFO O| Aug 22 17:49:16.813 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-22T17:49:18.580Z[ recovery-image] Aug 22 17:49:16.826 INFO O| Aug 22 17:49:16.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71362024-08-22T17:49:18.583Z[ recovery-image] Aug 22 17:49:16.826 INFO O| Aug 22 17:49:16.826 INFO STEP 1085 (remove_files) COMPLETE
71372024-08-22T17:49:18.583Z[ recovery-image] Aug 22 17:49:16.826 INFO O| Aug 22 17:49:16.826 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-22T17:49:18.594Z[ recovery-image] Aug 22 17:49:16.839 INFO O| Aug 22 17:49:16.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71392024-08-22T17:49:18.597Z[ recovery-image] Aug 22 17:49:16.839 INFO O| Aug 22 17:49:16.839 INFO STEP 1086 (remove_files) COMPLETE
71402024-08-22T17:49:18.597Z[ recovery-image] Aug 22 17:49:16.839 INFO O| Aug 22 17:49:16.839 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-22T17:49:18.605Z[ recovery-image] Aug 22 17:49:16.850 INFO O| Aug 22 17:49:16.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71422024-08-22T17:49:18.605Z[ recovery-image] Aug 22 17:49:16.850 INFO O| Aug 22 17:49:16.850 INFO STEP 1087 (remove_files) COMPLETE
71432024-08-22T17:49:18.608Z[ recovery-image] Aug 22 17:49:16.850 INFO O| Aug 22 17:49:16.850 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-22T17:49:18.617Z[ recovery-image] Aug 22 17:49:16.862 INFO O| Aug 22 17:49:16.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71452024-08-22T17:49:18.617Z[ recovery-image] Aug 22 17:49:16.862 INFO O| Aug 22 17:49:16.862 INFO STEP 1088 (remove_files) COMPLETE
71462024-08-22T17:49:18.617Z[ recovery-image] Aug 22 17:49:16.862 INFO O| Aug 22 17:49:16.862 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-22T17:49:18.628Z[ recovery-image] Aug 22 17:49:16.873 INFO O| Aug 22 17:49:16.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71482024-08-22T17:49:18.628Z[ recovery-image] Aug 22 17:49:16.873 INFO O| Aug 22 17:49:16.873 INFO STEP 1089 (remove_files) COMPLETE
71492024-08-22T17:49:18.630Z[ recovery-image] Aug 22 17:49:16.873 INFO O| Aug 22 17:49:16.873 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-22T17:49:18.641Z[ recovery-image] Aug 22 17:49:16.886 INFO O| Aug 22 17:49:16.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71512024-08-22T17:49:18.641Z[ recovery-image] Aug 22 17:49:16.887 INFO O| Aug 22 17:49:16.887 INFO STEP 1090 (remove_files) COMPLETE
71522024-08-22T17:49:18.644Z[ recovery-image] Aug 22 17:49:16.887 INFO O| Aug 22 17:49:16.887 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-22T17:49:18.655Z[ recovery-image] Aug 22 17:49:16.900 INFO O| Aug 22 17:49:16.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71542024-08-22T17:49:18.655Z[ recovery-image] Aug 22 17:49:16.900 INFO O| Aug 22 17:49:16.900 INFO STEP 1091 (remove_files) COMPLETE
71552024-08-22T17:49:18.655Z[ recovery-image] Aug 22 17:49:16.900 INFO O| Aug 22 17:49:16.900 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-22T17:49:18.666Z[ recovery-image] Aug 22 17:49:16.911 INFO O| Aug 22 17:49:16.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71572024-08-22T17:49:18.666Z[ recovery-image] Aug 22 17:49:16.911 INFO O| Aug 22 17:49:16.911 INFO STEP 1092 (remove_files) COMPLETE
71582024-08-22T17:49:18.666Z[ recovery-image] Aug 22 17:49:16.911 INFO O| Aug 22 17:49:16.911 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-22T17:49:18.678Z[ recovery-image] Aug 22 17:49:16.923 INFO O| Aug 22 17:49:16.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71602024-08-22T17:49:18.681Z[ recovery-image] Aug 22 17:49:16.923 INFO O| Aug 22 17:49:16.923 INFO STEP 1093 (remove_files) COMPLETE
71612024-08-22T17:49:18.681Z[ recovery-image] Aug 22 17:49:16.923 INFO O| Aug 22 17:49:16.923 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-22T17:49:18.689Z[ recovery-image] Aug 22 17:49:16.934 INFO O| Aug 22 17:49:16.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71632024-08-22T17:49:18.689Z[ recovery-image] Aug 22 17:49:16.934 INFO O| Aug 22 17:49:16.934 INFO STEP 1094 (remove_files) COMPLETE
71642024-08-22T17:49:18.691Z[ recovery-image] Aug 22 17:49:16.934 INFO O| Aug 22 17:49:16.934 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-22T17:49:18.700Z[ recovery-image] Aug 22 17:49:16.945 INFO O| Aug 22 17:49:16.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71662024-08-22T17:49:18.700Z[ recovery-image] Aug 22 17:49:16.945 INFO O| Aug 22 17:49:16.945 INFO STEP 1095 (remove_files) COMPLETE
71672024-08-22T17:49:18.702Z[ recovery-image] Aug 22 17:49:16.945 INFO O| Aug 22 17:49:16.945 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-22T17:49:18.711Z[ recovery-image] Aug 22 17:49:16.956 INFO O| Aug 22 17:49:16.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71692024-08-22T17:49:18.713Z[ recovery-image] Aug 22 17:49:16.956 INFO O| Aug 22 17:49:16.956 INFO STEP 1096 (remove_files) COMPLETE
71702024-08-22T17:49:18.713Z[ recovery-image] Aug 22 17:49:16.956 INFO O| Aug 22 17:49:16.956 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-22T17:49:18.722Z[ recovery-image] Aug 22 17:49:16.967 INFO O| Aug 22 17:49:16.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71722024-08-22T17:49:18.724Z[ recovery-image] Aug 22 17:49:16.967 INFO O| Aug 22 17:49:16.967 INFO STEP 1097 (remove_files) COMPLETE
71732024-08-22T17:49:18.724Z[ recovery-image] Aug 22 17:49:16.967 INFO O| Aug 22 17:49:16.967 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-22T17:49:18.733Z[ recovery-image] Aug 22 17:49:16.978 INFO O| Aug 22 17:49:16.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71752024-08-22T17:49:18.733Z[ recovery-image] Aug 22 17:49:16.978 INFO O| Aug 22 17:49:16.978 INFO STEP 1098 (remove_files) COMPLETE
71762024-08-22T17:49:18.733Z[ recovery-image] Aug 22 17:49:16.978 INFO O| Aug 22 17:49:16.978 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-22T17:49:18.743Z[ recovery-image] Aug 22 17:49:16.988 INFO O| Aug 22 17:49:16.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71782024-08-22T17:49:18.746Z[ recovery-image] Aug 22 17:49:16.988 INFO O| Aug 22 17:49:16.988 INFO STEP 1099 (remove_files) COMPLETE
71792024-08-22T17:49:18.746Z[ recovery-image] Aug 22 17:49:16.988 INFO O| Aug 22 17:49:16.988 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-22T17:49:18.753Z[ recovery-image] Aug 22 17:49:16.998 INFO O| Aug 22 17:49:16.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71812024-08-22T17:49:18.754Z[ recovery-image] Aug 22 17:49:16.998 INFO O| Aug 22 17:49:16.998 INFO STEP 1100 (remove_files) COMPLETE
71822024-08-22T17:49:18.756Z[ recovery-image] Aug 22 17:49:16.998 INFO O| Aug 22 17:49:16.998 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-22T17:49:18.765Z[ recovery-image] Aug 22 17:49:17.010 INFO O| Aug 22 17:49:17.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71842024-08-22T17:49:18.765Z[ recovery-image] Aug 22 17:49:17.010 INFO O| Aug 22 17:49:17.010 INFO STEP 1101 (remove_files) COMPLETE
71852024-08-22T17:49:18.767Z[ recovery-image] Aug 22 17:49:17.010 INFO O| Aug 22 17:49:17.010 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-22T17:49:18.775Z[ recovery-image] Aug 22 17:49:17.020 INFO O| Aug 22 17:49:17.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71872024-08-22T17:49:18.775Z[ recovery-image] Aug 22 17:49:17.020 INFO O| Aug 22 17:49:17.020 INFO STEP 1102 (remove_files) COMPLETE
71882024-08-22T17:49:18.775Z[ recovery-image] Aug 22 17:49:17.021 INFO O| Aug 22 17:49:17.020 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-22T17:49:18.786Z[ recovery-image] Aug 22 17:49:17.031 INFO O| Aug 22 17:49:17.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71902024-08-22T17:49:18.786Z[ recovery-image] Aug 22 17:49:17.031 INFO O| Aug 22 17:49:17.031 INFO STEP 1103 (remove_files) COMPLETE
71912024-08-22T17:49:18.789Z[ recovery-image] Aug 22 17:49:17.031 INFO O| Aug 22 17:49:17.031 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-22T17:49:18.796Z[ recovery-image] Aug 22 17:49:17.041 INFO O| Aug 22 17:49:17.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71932024-08-22T17:49:18.796Z[ recovery-image] Aug 22 17:49:17.041 INFO O| Aug 22 17:49:17.041 INFO STEP 1104 (remove_files) COMPLETE
71942024-08-22T17:49:18.796Z[ recovery-image] Aug 22 17:49:17.041 INFO O| Aug 22 17:49:17.041 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-22T17:49:18.806Z[ recovery-image] Aug 22 17:49:17.052 INFO O| Aug 22 17:49:17.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71962024-08-22T17:49:18.809Z[ recovery-image] Aug 22 17:49:17.052 INFO O| Aug 22 17:49:17.052 INFO STEP 1105 (remove_files) COMPLETE
71972024-08-22T17:49:18.809Z[ recovery-image] Aug 22 17:49:17.052 INFO O| Aug 22 17:49:17.052 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-22T17:49:18.817Z[ recovery-image] Aug 22 17:49:17.062 INFO O| Aug 22 17:49:17.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71992024-08-22T17:49:18.817Z[ recovery-image] Aug 22 17:49:17.062 INFO O| Aug 22 17:49:17.062 INFO STEP 1106 (remove_files) COMPLETE
72002024-08-22T17:49:18.819Z[ recovery-image] Aug 22 17:49:17.062 INFO O| Aug 22 17:49:17.062 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-22T17:49:18.827Z[ recovery-image] Aug 22 17:49:17.072 INFO O| Aug 22 17:49:17.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72022024-08-22T17:49:18.830Z[ recovery-image] Aug 22 17:49:17.072 INFO O| Aug 22 17:49:17.072 INFO STEP 1107 (remove_files) COMPLETE
72032024-08-22T17:49:18.830Z[ recovery-image] Aug 22 17:49:17.073 INFO O| Aug 22 17:49:17.072 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-22T17:49:18.838Z[ recovery-image] Aug 22 17:49:17.083 INFO O| Aug 22 17:49:17.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72052024-08-22T17:49:18.838Z[ recovery-image] Aug 22 17:49:17.083 INFO O| Aug 22 17:49:17.083 INFO STEP 1108 (remove_files) COMPLETE
72062024-08-22T17:49:18.838Z[ recovery-image] Aug 22 17:49:17.083 INFO O| Aug 22 17:49:17.083 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-22T17:49:18.848Z[ recovery-image] Aug 22 17:49:17.093 INFO O| Aug 22 17:49:17.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72082024-08-22T17:49:18.851Z[ recovery-image] Aug 22 17:49:17.094 INFO O| Aug 22 17:49:17.093 INFO STEP 1109 (remove_files) COMPLETE
72092024-08-22T17:49:18.851Z[ recovery-image] Aug 22 17:49:17.094 INFO O| Aug 22 17:49:17.093 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-22T17:49:18.860Z[ recovery-image] Aug 22 17:49:17.105 INFO O| Aug 22 17:49:17.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72112024-08-22T17:49:18.862Z[ recovery-image] Aug 22 17:49:17.105 INFO O| Aug 22 17:49:17.105 INFO STEP 1110 (remove_files) COMPLETE
72122024-08-22T17:49:18.862Z[ recovery-image] Aug 22 17:49:17.105 INFO O| Aug 22 17:49:17.105 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-22T17:49:18.871Z[ recovery-image] Aug 22 17:49:17.116 INFO O| Aug 22 17:49:17.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72142024-08-22T17:49:18.871Z[ recovery-image] Aug 22 17:49:17.116 INFO O| Aug 22 17:49:17.116 INFO STEP 1111 (remove_files) COMPLETE
72152024-08-22T17:49:18.873Z[ recovery-image] Aug 22 17:49:17.116 INFO O| Aug 22 17:49:17.116 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-22T17:49:18.882Z[ recovery-image] Aug 22 17:49:17.127 INFO O| Aug 22 17:49:17.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72172024-08-22T17:49:18.882Z[ recovery-image] Aug 22 17:49:17.127 INFO O| Aug 22 17:49:17.127 INFO STEP 1112 (remove_files) COMPLETE
72182024-08-22T17:49:18.882Z[ recovery-image] Aug 22 17:49:17.127 INFO O| Aug 22 17:49:17.127 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-22T17:49:18.892Z[ recovery-image] Aug 22 17:49:17.137 INFO O| Aug 22 17:49:17.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72202024-08-22T17:49:18.892Z[ recovery-image] Aug 22 17:49:17.137 INFO O| Aug 22 17:49:17.137 INFO STEP 1113 (remove_files) COMPLETE
72212024-08-22T17:49:18.895Z[ recovery-image] Aug 22 17:49:17.137 INFO O| Aug 22 17:49:17.137 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-22T17:49:18.904Z[ recovery-image] Aug 22 17:49:17.148 INFO O| Aug 22 17:49:17.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72232024-08-22T17:49:18.904Z[ recovery-image] Aug 22 17:49:17.148 INFO O| Aug 22 17:49:17.148 INFO STEP 1114 (remove_files) COMPLETE
72242024-08-22T17:49:18.904Z[ recovery-image] Aug 22 17:49:17.148 INFO O| Aug 22 17:49:17.148 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-22T17:49:18.913Z[ recovery-image] Aug 22 17:49:17.159 INFO O| Aug 22 17:49:17.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72262024-08-22T17:49:18.916Z[ recovery-image] Aug 22 17:49:17.159 INFO O| Aug 22 17:49:17.159 INFO STEP 1115 (remove_files) COMPLETE
72272024-08-22T17:49:18.916Z[ recovery-image] Aug 22 17:49:17.159 INFO O| Aug 22 17:49:17.159 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-22T17:49:18.924Z[ recovery-image] Aug 22 17:49:17.169 INFO O| Aug 22 17:49:17.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72292024-08-22T17:49:18.924Z[ recovery-image] Aug 22 17:49:17.169 INFO O| Aug 22 17:49:17.169 INFO STEP 1116 (remove_files) COMPLETE
72302024-08-22T17:49:18.927Z[ recovery-image] Aug 22 17:49:17.169 INFO O| Aug 22 17:49:17.169 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-22T17:49:18.934Z[ recovery-image] Aug 22 17:49:17.179 INFO O| Aug 22 17:49:17.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72322024-08-22T17:49:18.937Z[ recovery-image] Aug 22 17:49:17.179 INFO O| Aug 22 17:49:17.179 INFO STEP 1117 (remove_files) COMPLETE
72332024-08-22T17:49:18.937Z[ recovery-image] Aug 22 17:49:17.180 INFO O| Aug 22 17:49:17.179 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-22T17:49:18.945Z[ recovery-image] Aug 22 17:49:17.190 INFO O| Aug 22 17:49:17.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72352024-08-22T17:49:18.945Z[ recovery-image] Aug 22 17:49:17.190 INFO O| Aug 22 17:49:17.190 INFO STEP 1118 (remove_files) COMPLETE
72362024-08-22T17:49:18.945Z[ recovery-image] Aug 22 17:49:17.190 INFO O| Aug 22 17:49:17.190 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-22T17:49:18.955Z[ recovery-image] Aug 22 17:49:17.200 INFO O| Aug 22 17:49:17.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72382024-08-22T17:49:18.955Z[ recovery-image] Aug 22 17:49:17.200 INFO O| Aug 22 17:49:17.200 INFO STEP 1119 (remove_files) COMPLETE
72392024-08-22T17:49:18.957Z[ recovery-image] Aug 22 17:49:17.200 INFO O| Aug 22 17:49:17.200 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-22T17:49:18.958Z[ host-image] Aug 22 17:49:17.202 INFO O| Aug 22 17:49:17.202 INFO O| Done
72412024-08-22T17:49:18.966Z[ recovery-image] Aug 22 17:49:17.212 INFO O| Aug 22 17:49:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72422024-08-22T17:49:18.969Z[ recovery-image] Aug 22 17:49:17.212 INFO O| Aug 22 17:49:17.212 INFO STEP 1120 (remove_files) COMPLETE
72432024-08-22T17:49:18.969Z[ recovery-image] Aug 22 17:49:17.212 INFO O| Aug 22 17:49:17.212 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-08-22T17:49:18.977Z[ recovery-image] Aug 22 17:49:17.222 INFO O| Aug 22 17:49:17.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72452024-08-22T17:49:18.977Z[ recovery-image] Aug 22 17:49:17.222 INFO O| Aug 22 17:49:17.222 INFO STEP 1121 (remove_files) COMPLETE
72462024-08-22T17:49:18.977Z[ recovery-image] Aug 22 17:49:17.222 INFO O| Aug 22 17:49:17.222 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-08-22T17:49:18.987Z[ recovery-image] Aug 22 17:49:17.232 INFO O| Aug 22 17:49:17.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72482024-08-22T17:49:18.990Z[ recovery-image] Aug 22 17:49:17.232 INFO O| Aug 22 17:49:17.232 INFO STEP 1122 (remove_files) COMPLETE
72492024-08-22T17:49:18.990Z[ recovery-image] Aug 22 17:49:17.232 INFO O| Aug 22 17:49:17.232 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-08-22T17:49:18.998Z[ recovery-image] Aug 22 17:49:17.243 INFO O| Aug 22 17:49:17.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72512024-08-22T17:49:18.998Z[ recovery-image] Aug 22 17:49:17.243 INFO O| Aug 22 17:49:17.243 INFO STEP 1123 (remove_files) COMPLETE
72522024-08-22T17:49:19.000Z[ recovery-image] Aug 22 17:49:17.243 INFO O| Aug 22 17:49:17.243 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-08-22T17:49:19.008Z[ recovery-image] Aug 22 17:49:17.253 INFO O| Aug 22 17:49:17.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72542024-08-22T17:49:19.008Z[ recovery-image] Aug 22 17:49:17.253 INFO O| Aug 22 17:49:17.253 INFO STEP 1124 (remove_files) COMPLETE
72552024-08-22T17:49:19.011Z[ recovery-image] Aug 22 17:49:17.253 INFO O| Aug 22 17:49:17.253 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-08-22T17:49:19.018Z[ recovery-image] Aug 22 17:49:17.264 INFO O| Aug 22 17:49:17.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72572024-08-22T17:49:19.021Z[ recovery-image] Aug 22 17:49:17.264 INFO O| Aug 22 17:49:17.264 INFO STEP 1125 (remove_files) COMPLETE
72582024-08-22T17:49:19.021Z[ recovery-image] Aug 22 17:49:17.264 INFO O| Aug 22 17:49:17.264 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-08-22T17:49:19.029Z[ recovery-image] Aug 22 17:49:17.274 INFO O| Aug 22 17:49:17.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72602024-08-22T17:49:19.031Z[ recovery-image] Aug 22 17:49:17.274 INFO O| Aug 22 17:49:17.274 INFO STEP 1126 (remove_files) COMPLETE
72612024-08-22T17:49:19.031Z[ recovery-image] Aug 22 17:49:17.274 INFO O| Aug 22 17:49:17.274 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-08-22T17:49:19.039Z[ recovery-image] Aug 22 17:49:17.284 INFO O| Aug 22 17:49:17.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72632024-08-22T17:49:19.039Z[ recovery-image] Aug 22 17:49:17.284 INFO O| Aug 22 17:49:17.284 INFO STEP 1127 (remove_files) COMPLETE
72642024-08-22T17:49:19.039Z[ recovery-image] Aug 22 17:49:17.284 INFO O| Aug 22 17:49:17.284 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-08-22T17:49:19.049Z[ recovery-image] Aug 22 17:49:17.294 INFO O| Aug 22 17:49:17.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72662024-08-22T17:49:19.049Z[ recovery-image] Aug 22 17:49:17.294 INFO O| Aug 22 17:49:17.294 INFO STEP 1128 (remove_files) COMPLETE
72672024-08-22T17:49:19.052Z[ recovery-image] Aug 22 17:49:17.294 INFO O| Aug 22 17:49:17.294 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-08-22T17:49:19.060Z[ recovery-image] Aug 22 17:49:17.305 INFO O| Aug 22 17:49:17.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72692024-08-22T17:49:19.060Z[ recovery-image] Aug 22 17:49:17.305 INFO O| Aug 22 17:49:17.305 INFO STEP 1129 (remove_files) COMPLETE
72702024-08-22T17:49:19.062Z[ recovery-image] Aug 22 17:49:17.305 INFO O| Aug 22 17:49:17.305 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-08-22T17:49:19.070Z[ recovery-image] Aug 22 17:49:17.315 INFO O| Aug 22 17:49:17.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72722024-08-22T17:49:19.070Z[ recovery-image] Aug 22 17:49:17.315 INFO O| Aug 22 17:49:17.315 INFO STEP 1130 (remove_files) COMPLETE
72732024-08-22T17:49:19.073Z[ recovery-image] Aug 22 17:49:17.316 INFO O| Aug 22 17:49:17.315 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-08-22T17:49:19.082Z[ recovery-image] Aug 22 17:49:17.326 INFO O| Aug 22 17:49:17.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72752024-08-22T17:49:19.084Z[ recovery-image] Aug 22 17:49:17.326 INFO O| Aug 22 17:49:17.326 INFO STEP 1131 (remove_files) COMPLETE
72762024-08-22T17:49:19.084Z[ recovery-image] Aug 22 17:49:17.326 INFO O| Aug 22 17:49:17.326 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-08-22T17:49:19.091Z[ recovery-image] Aug 22 17:49:17.336 INFO O| Aug 22 17:49:17.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72782024-08-22T17:49:19.091Z[ recovery-image] Aug 22 17:49:17.336 INFO O| Aug 22 17:49:17.336 INFO STEP 1132 (remove_files) COMPLETE
72792024-08-22T17:49:19.095Z[ recovery-image] Aug 22 17:49:17.336 INFO O| Aug 22 17:49:17.336 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-08-22T17:49:19.101Z[ recovery-image] Aug 22 17:49:17.346 INFO O| Aug 22 17:49:17.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72812024-08-22T17:49:19.104Z[ recovery-image] Aug 22 17:49:17.346 INFO O| Aug 22 17:49:17.346 INFO STEP 1133 (remove_files) COMPLETE
72822024-08-22T17:49:19.104Z[ recovery-image] Aug 22 17:49:17.346 INFO O| Aug 22 17:49:17.346 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-08-22T17:49:19.112Z[ recovery-image] Aug 22 17:49:17.357 INFO O| Aug 22 17:49:17.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72842024-08-22T17:49:19.112Z[ recovery-image] Aug 22 17:49:17.357 INFO O| Aug 22 17:49:17.357 INFO STEP 1134 (remove_files) COMPLETE
72852024-08-22T17:49:19.114Z[ recovery-image] Aug 22 17:49:17.357 INFO O| Aug 22 17:49:17.357 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-08-22T17:49:19.123Z[ recovery-image] Aug 22 17:49:17.368 INFO O| Aug 22 17:49:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72872024-08-22T17:49:19.123Z[ recovery-image] Aug 22 17:49:17.368 INFO O| Aug 22 17:49:17.368 INFO STEP 1135 (remove_files) COMPLETE
72882024-08-22T17:49:19.125Z[ recovery-image] Aug 22 17:49:17.368 INFO O| Aug 22 17:49:17.368 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-08-22T17:49:19.133Z[ recovery-image] Aug 22 17:49:17.378 INFO O| Aug 22 17:49:17.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72902024-08-22T17:49:19.134Z[ recovery-image] Aug 22 17:49:17.379 INFO O| Aug 22 17:49:17.378 INFO STEP 1136 (remove_files) COMPLETE
72912024-08-22T17:49:19.134Z[ recovery-image] Aug 22 17:49:17.379 INFO O| Aug 22 17:49:17.379 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-08-22T17:49:19.144Z[ recovery-image] Aug 22 17:49:17.389 INFO O| Aug 22 17:49:17.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72932024-08-22T17:49:19.144Z[ recovery-image] Aug 22 17:49:17.389 INFO O| Aug 22 17:49:17.389 INFO STEP 1137 (remove_files) COMPLETE
72942024-08-22T17:49:19.146Z[ recovery-image] Aug 22 17:49:17.389 INFO O| Aug 22 17:49:17.389 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-08-22T17:49:19.154Z[ recovery-image] Aug 22 17:49:17.399 INFO O| Aug 22 17:49:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72962024-08-22T17:49:19.154Z[ recovery-image] Aug 22 17:49:17.399 INFO O| Aug 22 17:49:17.399 INFO STEP 1138 (remove_files) COMPLETE
72972024-08-22T17:49:19.157Z[ recovery-image] Aug 22 17:49:17.399 INFO O| Aug 22 17:49:17.399 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-08-22T17:49:19.165Z[ recovery-image] Aug 22 17:49:17.410 INFO O| Aug 22 17:49:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72992024-08-22T17:49:19.165Z[ recovery-image] Aug 22 17:49:17.410 INFO O| Aug 22 17:49:17.410 INFO STEP 1139 (remove_files) COMPLETE
73002024-08-22T17:49:19.167Z[ recovery-image] Aug 22 17:49:17.410 INFO O| Aug 22 17:49:17.410 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-08-22T17:49:19.175Z[ recovery-image] Aug 22 17:49:17.420 INFO O| Aug 22 17:49:17.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73022024-08-22T17:49:19.175Z[ recovery-image] Aug 22 17:49:17.420 INFO O| Aug 22 17:49:17.420 INFO STEP 1140 (remove_files) COMPLETE
73032024-08-22T17:49:19.177Z[ recovery-image] Aug 22 17:49:17.420 INFO O| Aug 22 17:49:17.420 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-08-22T17:49:19.185Z[ recovery-image] Aug 22 17:49:17.431 INFO O| Aug 22 17:49:17.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73052024-08-22T17:49:19.188Z[ recovery-image] Aug 22 17:49:17.431 INFO O| Aug 22 17:49:17.431 INFO STEP 1141 (remove_files) COMPLETE
73062024-08-22T17:49:19.188Z[ recovery-image] Aug 22 17:49:17.431 INFO O| Aug 22 17:49:17.431 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-08-22T17:49:19.196Z[ recovery-image] Aug 22 17:49:17.441 INFO O| Aug 22 17:49:17.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73082024-08-22T17:49:19.196Z[ recovery-image] Aug 22 17:49:17.441 INFO O| Aug 22 17:49:17.441 INFO STEP 1142 (remove_files) COMPLETE
73092024-08-22T17:49:19.196Z[ recovery-image] Aug 22 17:49:17.441 INFO O| Aug 22 17:49:17.441 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-08-22T17:49:19.207Z[ recovery-image] Aug 22 17:49:17.452 INFO O| Aug 22 17:49:17.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73112024-08-22T17:49:19.207Z[ recovery-image] Aug 22 17:49:17.452 INFO O| Aug 22 17:49:17.452 INFO STEP 1143 (remove_files) COMPLETE
73122024-08-22T17:49:19.209Z[ recovery-image] Aug 22 17:49:17.452 INFO O| Aug 22 17:49:17.452 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-08-22T17:49:19.218Z[ recovery-image] Aug 22 17:49:17.463 INFO O| Aug 22 17:49:17.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73142024-08-22T17:49:19.218Z[ recovery-image] Aug 22 17:49:17.463 INFO O| Aug 22 17:49:17.463 INFO STEP 1144 (remove_files) COMPLETE
73152024-08-22T17:49:19.220Z[ recovery-image] Aug 22 17:49:17.463 INFO O| Aug 22 17:49:17.463 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-08-22T17:49:19.228Z[ recovery-image] Aug 22 17:49:17.473 INFO O| Aug 22 17:49:17.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73172024-08-22T17:49:19.228Z[ recovery-image] Aug 22 17:49:17.473 INFO O| Aug 22 17:49:17.473 INFO STEP 1145 (remove_files) COMPLETE
73182024-08-22T17:49:19.231Z[ recovery-image] Aug 22 17:49:17.473 INFO O| Aug 22 17:49:17.473 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-08-22T17:49:19.239Z[ recovery-image] Aug 22 17:49:17.484 INFO O| Aug 22 17:49:17.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73202024-08-22T17:49:19.239Z[ recovery-image] Aug 22 17:49:17.484 INFO O| Aug 22 17:49:17.484 INFO STEP 1146 (remove_files) COMPLETE
73212024-08-22T17:49:19.241Z[ recovery-image] Aug 22 17:49:17.484 INFO O| Aug 22 17:49:17.484 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-08-22T17:49:19.249Z[ recovery-image] Aug 22 17:49:17.494 INFO O| Aug 22 17:49:17.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73232024-08-22T17:49:19.249Z[ recovery-image] Aug 22 17:49:17.494 INFO O| Aug 22 17:49:17.494 INFO STEP 1147 (remove_files) COMPLETE
73242024-08-22T17:49:19.252Z[ recovery-image] Aug 22 17:49:17.494 INFO O| Aug 22 17:49:17.494 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-08-22T17:49:19.260Z[ recovery-image] Aug 22 17:49:17.505 INFO O| Aug 22 17:49:17.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73262024-08-22T17:49:19.260Z[ recovery-image] Aug 22 17:49:17.505 INFO O| Aug 22 17:49:17.505 INFO STEP 1148 (remove_files) COMPLETE
73272024-08-22T17:49:19.262Z[ recovery-image] Aug 22 17:49:17.505 INFO O| Aug 22 17:49:17.505 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-08-22T17:49:19.270Z[ recovery-image] Aug 22 17:49:17.515 INFO O| Aug 22 17:49:17.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73292024-08-22T17:49:19.270Z[ recovery-image] Aug 22 17:49:17.516 INFO O| Aug 22 17:49:17.515 INFO STEP 1149 (remove_files) COMPLETE
73302024-08-22T17:49:19.273Z[ recovery-image] Aug 22 17:49:17.516 INFO O| Aug 22 17:49:17.516 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-08-22T17:49:19.281Z[ recovery-image] Aug 22 17:49:17.526 INFO O| Aug 22 17:49:17.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73322024-08-22T17:49:19.284Z[ recovery-image] Aug 22 17:49:17.527 INFO O| Aug 22 17:49:17.527 INFO STEP 1150 (remove_files) COMPLETE
73332024-08-22T17:49:19.284Z[ recovery-image] Aug 22 17:49:17.527 INFO O| Aug 22 17:49:17.527 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-08-22T17:49:19.292Z[ recovery-image] Aug 22 17:49:17.537 INFO O| Aug 22 17:49:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73352024-08-22T17:49:19.292Z[ recovery-image] Aug 22 17:49:17.537 INFO O| Aug 22 17:49:17.537 INFO STEP 1151 (remove_files) COMPLETE
73362024-08-22T17:49:19.295Z[ recovery-image] Aug 22 17:49:17.537 INFO O| Aug 22 17:49:17.537 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-08-22T17:49:19.303Z[ recovery-image] Aug 22 17:49:17.548 INFO O| Aug 22 17:49:17.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73382024-08-22T17:49:19.303Z[ recovery-image] Aug 22 17:49:17.548 INFO O| Aug 22 17:49:17.548 INFO STEP 1152 (remove_files) COMPLETE
73392024-08-22T17:49:19.306Z[ recovery-image] Aug 22 17:49:17.548 INFO O| Aug 22 17:49:17.548 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-08-22T17:49:19.314Z[ recovery-image] Aug 22 17:49:17.559 INFO O| Aug 22 17:49:17.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73412024-08-22T17:49:19.314Z[ recovery-image] Aug 22 17:49:17.559 INFO O| Aug 22 17:49:17.559 INFO STEP 1153 (remove_files) COMPLETE
73422024-08-22T17:49:19.314Z[ recovery-image] Aug 22 17:49:17.559 INFO O| Aug 22 17:49:17.559 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-08-22T17:49:19.324Z[ recovery-image] Aug 22 17:49:17.569 INFO O| Aug 22 17:49:17.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73442024-08-22T17:49:19.324Z[ recovery-image] Aug 22 17:49:17.569 INFO O| Aug 22 17:49:17.569 INFO STEP 1154 (remove_files) COMPLETE
73452024-08-22T17:49:19.327Z[ recovery-image] Aug 22 17:49:17.570 INFO O| Aug 22 17:49:17.569 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-08-22T17:49:19.335Z[ recovery-image] Aug 22 17:49:17.580 INFO O| Aug 22 17:49:17.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73472024-08-22T17:49:19.337Z[ recovery-image] Aug 22 17:49:17.580 INFO O| Aug 22 17:49:17.580 INFO STEP 1155 (remove_files) COMPLETE
73482024-08-22T17:49:19.337Z[ recovery-image] Aug 22 17:49:17.580 INFO O| Aug 22 17:49:17.580 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-08-22T17:49:19.346Z[ recovery-image] Aug 22 17:49:17.591 INFO O| Aug 22 17:49:17.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73502024-08-22T17:49:19.346Z[ recovery-image] Aug 22 17:49:17.591 INFO O| Aug 22 17:49:17.591 INFO STEP 1156 (remove_files) COMPLETE
73512024-08-22T17:49:19.348Z[ recovery-image] Aug 22 17:49:17.591 INFO O| Aug 22 17:49:17.591 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-08-22T17:49:19.356Z[ recovery-image] Aug 22 17:49:17.601 INFO O| Aug 22 17:49:17.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73532024-08-22T17:49:19.359Z[ recovery-image] Aug 22 17:49:17.601 INFO O| Aug 22 17:49:17.601 INFO STEP 1157 (remove_files) COMPLETE
73542024-08-22T17:49:19.359Z[ recovery-image] Aug 22 17:49:17.601 INFO O| Aug 22 17:49:17.601 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-08-22T17:49:19.367Z[ recovery-image] Aug 22 17:49:17.612 INFO O| Aug 22 17:49:17.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73562024-08-22T17:49:19.367Z[ recovery-image] Aug 22 17:49:17.612 INFO O| Aug 22 17:49:17.612 INFO STEP 1158 (remove_files) COMPLETE
73572024-08-22T17:49:19.367Z[ recovery-image] Aug 22 17:49:17.612 INFO O| Aug 22 17:49:17.612 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-08-22T17:49:19.377Z[ recovery-image] Aug 22 17:49:17.622 INFO O| Aug 22 17:49:17.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73592024-08-22T17:49:19.377Z[ recovery-image] Aug 22 17:49:17.622 INFO O| Aug 22 17:49:17.622 INFO STEP 1159 (remove_files) COMPLETE
73602024-08-22T17:49:19.380Z[ recovery-image] Aug 22 17:49:17.622 INFO O| Aug 22 17:49:17.622 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-08-22T17:49:19.390Z[ recovery-image] Aug 22 17:49:17.633 INFO O| Aug 22 17:49:17.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73622024-08-22T17:49:19.390Z[ recovery-image] Aug 22 17:49:17.633 INFO O| Aug 22 17:49:17.633 INFO STEP 1160 (remove_files) COMPLETE
73632024-08-22T17:49:19.393Z[ recovery-image] Aug 22 17:49:17.633 INFO O| Aug 22 17:49:17.633 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-08-22T17:49:19.399Z[ recovery-image] Aug 22 17:49:17.644 INFO O| Aug 22 17:49:17.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73652024-08-22T17:49:19.401Z[ recovery-image] Aug 22 17:49:17.644 INFO O| Aug 22 17:49:17.644 INFO STEP 1161 (remove_files) COMPLETE
73662024-08-22T17:49:19.401Z[ recovery-image] Aug 22 17:49:17.644 INFO O| Aug 22 17:49:17.644 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-08-22T17:49:19.409Z[ recovery-image] Aug 22 17:49:17.654 INFO O| Aug 22 17:49:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73682024-08-22T17:49:19.409Z[ recovery-image] Aug 22 17:49:17.654 INFO O| Aug 22 17:49:17.654 INFO STEP 1162 (remove_files) COMPLETE
73692024-08-22T17:49:19.412Z[ recovery-image] Aug 22 17:49:17.654 INFO O| Aug 22 17:49:17.654 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-08-22T17:49:19.420Z[ recovery-image] Aug 22 17:49:17.665 INFO O| Aug 22 17:49:17.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73712024-08-22T17:49:19.420Z[ recovery-image] Aug 22 17:49:17.665 INFO O| Aug 22 17:49:17.665 INFO STEP 1163 (remove_files) COMPLETE
73722024-08-22T17:49:19.423Z[ recovery-image] Aug 22 17:49:17.665 INFO O| Aug 22 17:49:17.665 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-08-22T17:49:19.431Z[ recovery-image] Aug 22 17:49:17.676 INFO O| Aug 22 17:49:17.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73742024-08-22T17:49:19.431Z[ recovery-image] Aug 22 17:49:17.676 INFO O| Aug 22 17:49:17.676 INFO STEP 1164 (remove_files) COMPLETE
73752024-08-22T17:49:19.433Z[ recovery-image] Aug 22 17:49:17.676 INFO O| Aug 22 17:49:17.676 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-22T17:49:19.436Z[ host-image] Aug 22 17:49:17.679 INFO O| Aug 22 17:49:17.678 INFO O| Done
73772024-08-22T17:49:19.442Z[ recovery-image] Aug 22 17:49:17.687 INFO O| Aug 22 17:49:17.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73782024-08-22T17:49:19.442Z[ recovery-image] Aug 22 17:49:17.687 INFO O| Aug 22 17:49:17.687 INFO STEP 1165 (remove_files) COMPLETE
73792024-08-22T17:49:19.442Z[ recovery-image] Aug 22 17:49:17.687 INFO O| Aug 22 17:49:17.687 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-22T17:49:19.454Z[ recovery-image] Aug 22 17:49:17.699 INFO O| Aug 22 17:49:17.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73812024-08-22T17:49:19.454Z[ recovery-image] Aug 22 17:49:17.699 INFO O| Aug 22 17:49:17.699 INFO STEP 1166 (remove_files) COMPLETE
73822024-08-22T17:49:19.454Z[ recovery-image] Aug 22 17:49:17.699 INFO O| Aug 22 17:49:17.699 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-22T17:49:19.467Z[ recovery-image] Aug 22 17:49:17.712 INFO O| Aug 22 17:49:17.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73842024-08-22T17:49:19.467Z[ recovery-image] Aug 22 17:49:17.712 INFO O| Aug 22 17:49:17.712 INFO STEP 1167 (remove_files) COMPLETE
73852024-08-22T17:49:19.467Z[ recovery-image] Aug 22 17:49:17.712 INFO O| Aug 22 17:49:17.712 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-22T17:49:19.479Z[ recovery-image] Aug 22 17:49:17.724 INFO O| Aug 22 17:49:17.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73872024-08-22T17:49:19.479Z[ recovery-image] Aug 22 17:49:17.724 INFO O| Aug 22 17:49:17.724 INFO STEP 1168 (remove_files) COMPLETE
73882024-08-22T17:49:19.481Z[ recovery-image] Aug 22 17:49:17.724 INFO O| Aug 22 17:49:17.724 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-22T17:49:19.491Z[ recovery-image] Aug 22 17:49:17.736 INFO O| Aug 22 17:49:17.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73902024-08-22T17:49:19.491Z[ recovery-image] Aug 22 17:49:17.736 INFO O| Aug 22 17:49:17.736 INFO STEP 1169 (remove_files) COMPLETE
73912024-08-22T17:49:19.494Z[ recovery-image] Aug 22 17:49:17.736 INFO O| Aug 22 17:49:17.736 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-22T17:49:19.502Z[ recovery-image] Aug 22 17:49:17.747 INFO O| Aug 22 17:49:17.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73932024-08-22T17:49:19.502Z[ recovery-image] Aug 22 17:49:17.747 INFO O| Aug 22 17:49:17.747 INFO STEP 1170 (remove_files) COMPLETE
73942024-08-22T17:49:19.503Z[ recovery-image] Aug 22 17:49:17.748 INFO O| Aug 22 17:49:17.747 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-22T17:49:19.513Z[ recovery-image] Aug 22 17:49:17.758 INFO O| Aug 22 17:49:17.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73962024-08-22T17:49:19.513Z[ recovery-image] Aug 22 17:49:17.758 INFO O| Aug 22 17:49:17.758 INFO STEP 1171 (remove_files) COMPLETE
73972024-08-22T17:49:19.516Z[ recovery-image] Aug 22 17:49:17.758 INFO O| Aug 22 17:49:17.758 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-22T17:49:19.524Z[ recovery-image] Aug 22 17:49:17.769 INFO O| Aug 22 17:49:17.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73992024-08-22T17:49:19.527Z[ recovery-image] Aug 22 17:49:17.769 INFO O| Aug 22 17:49:17.769 INFO STEP 1172 (remove_files) COMPLETE
74002024-08-22T17:49:19.527Z[ recovery-image] Aug 22 17:49:17.769 INFO O| Aug 22 17:49:17.769 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-22T17:49:19.535Z[ recovery-image] Aug 22 17:49:17.780 INFO O| Aug 22 17:49:17.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74022024-08-22T17:49:19.535Z[ recovery-image] Aug 22 17:49:17.780 INFO O| Aug 22 17:49:17.780 INFO STEP 1173 (remove_files) COMPLETE
74032024-08-22T17:49:19.535Z[ recovery-image] Aug 22 17:49:17.780 INFO O| Aug 22 17:49:17.780 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-22T17:49:19.547Z[ recovery-image] Aug 22 17:49:17.791 INFO O| Aug 22 17:49:17.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74052024-08-22T17:49:19.547Z[ recovery-image] Aug 22 17:49:17.792 INFO O| Aug 22 17:49:17.792 INFO STEP 1174 (remove_files) COMPLETE
74062024-08-22T17:49:19.547Z[ recovery-image] Aug 22 17:49:17.792 INFO O| Aug 22 17:49:17.792 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-22T17:49:19.557Z[ recovery-image] Aug 22 17:49:17.802 INFO O| Aug 22 17:49:17.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74082024-08-22T17:49:19.557Z[ recovery-image] Aug 22 17:49:17.802 INFO O| Aug 22 17:49:17.802 INFO STEP 1175 (remove_files) COMPLETE
74092024-08-22T17:49:19.560Z[ recovery-image] Aug 22 17:49:17.803 INFO O| Aug 22 17:49:17.802 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-08-22T17:49:19.568Z[ recovery-image] Aug 22 17:49:17.813 INFO O| Aug 22 17:49:17.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74112024-08-22T17:49:19.568Z[ recovery-image] Aug 22 17:49:17.813 INFO O| Aug 22 17:49:17.813 INFO STEP 1176 (remove_files) COMPLETE
74122024-08-22T17:49:19.568Z[ recovery-image] Aug 22 17:49:17.813 INFO O| Aug 22 17:49:17.813 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-22T17:49:19.579Z[ recovery-image] Aug 22 17:49:17.824 INFO O| Aug 22 17:49:17.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74142024-08-22T17:49:19.579Z[ recovery-image] Aug 22 17:49:17.824 INFO O| Aug 22 17:49:17.824 INFO STEP 1177 (remove_files) COMPLETE
74152024-08-22T17:49:19.582Z[ recovery-image] Aug 22 17:49:17.824 INFO O| Aug 22 17:49:17.824 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-08-22T17:49:19.590Z[ recovery-image] Aug 22 17:49:17.835 INFO O| Aug 22 17:49:17.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74172024-08-22T17:49:19.590Z[ recovery-image] Aug 22 17:49:17.835 INFO O| Aug 22 17:49:17.835 INFO STEP 1178 (remove_files) COMPLETE
74182024-08-22T17:49:19.590Z[ recovery-image] Aug 22 17:49:17.835 INFO O| Aug 22 17:49:17.835 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-08-22T17:49:19.602Z[ recovery-image] Aug 22 17:49:17.846 INFO O| Aug 22 17:49:17.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74202024-08-22T17:49:19.602Z[ recovery-image] Aug 22 17:49:17.846 INFO O| Aug 22 17:49:17.846 INFO STEP 1179 (remove_files) COMPLETE
74212024-08-22T17:49:19.605Z[ recovery-image] Aug 22 17:49:17.846 INFO O| Aug 22 17:49:17.846 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-08-22T17:49:19.612Z[ recovery-image] Aug 22 17:49:17.857 INFO O| Aug 22 17:49:17.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74232024-08-22T17:49:19.614Z[ recovery-image] Aug 22 17:49:17.857 INFO O| Aug 22 17:49:17.857 INFO STEP 1180 (remove_files) COMPLETE
74242024-08-22T17:49:19.614Z[ recovery-image] Aug 22 17:49:17.857 INFO O| Aug 22 17:49:17.857 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-08-22T17:49:19.623Z[ recovery-image] Aug 22 17:49:17.867 INFO O| Aug 22 17:49:17.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74262024-08-22T17:49:19.623Z[ recovery-image] Aug 22 17:49:17.867 INFO O| Aug 22 17:49:17.867 INFO STEP 1181 (remove_files) COMPLETE
74272024-08-22T17:49:19.625Z[ recovery-image] Aug 22 17:49:17.868 INFO O| Aug 22 17:49:17.867 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-08-22T17:49:19.633Z[ recovery-image] Aug 22 17:49:17.878 INFO O| Aug 22 17:49:17.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74292024-08-22T17:49:19.633Z[ recovery-image] Aug 22 17:49:17.878 INFO O| Aug 22 17:49:17.878 INFO STEP 1182 (remove_files) COMPLETE
74302024-08-22T17:49:19.636Z[ recovery-image] Aug 22 17:49:17.878 INFO O| Aug 22 17:49:17.878 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-08-22T17:49:19.644Z[ recovery-image] Aug 22 17:49:17.889 INFO O| Aug 22 17:49:17.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74322024-08-22T17:49:19.646Z[ recovery-image] Aug 22 17:49:17.889 INFO O| Aug 22 17:49:17.889 INFO STEP 1183 (remove_files) COMPLETE
74332024-08-22T17:49:19.647Z[ recovery-image] Aug 22 17:49:17.889 INFO O| Aug 22 17:49:17.889 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-08-22T17:49:19.650Z[ host-image] Aug 22 17:49:17.895 INFO O| Aug 22 17:49:17.895 INFO STEP 11 (pkg_install) COMPLETE
74352024-08-22T17:49:19.650Z[ host-image] Aug 22 17:49:17.895 INFO O| Aug 22 17:49:17.895 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74362024-08-22T17:49:19.655Z[ recovery-image] Aug 22 17:49:17.900 INFO O| Aug 22 17:49:17.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74372024-08-22T17:49:19.655Z[ recovery-image] Aug 22 17:49:17.900 INFO O| Aug 22 17:49:17.900 INFO STEP 1184 (remove_files) COMPLETE
74382024-08-22T17:49:19.658Z[ recovery-image] Aug 22 17:49:17.900 INFO O| Aug 22 17:49:17.900 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-08-22T17:49:19.662Z[ host-image] Aug 22 17:49:17.907 INFO O| Aug 22 17:49:17.907 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
74402024-08-22T17:49:19.666Z[ recovery-image] Aug 22 17:49:17.911 INFO O| Aug 22 17:49:17.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74412024-08-22T17:49:19.666Z[ recovery-image] Aug 22 17:49:17.911 INFO O| Aug 22 17:49:17.911 INFO STEP 1185 (remove_files) COMPLETE
74422024-08-22T17:49:19.668Z[ recovery-image] Aug 22 17:49:17.911 INFO O| Aug 22 17:49:17.911 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-08-22T17:49:19.677Z[ recovery-image] Aug 22 17:49:17.922 INFO O| Aug 22 17:49:17.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74442024-08-22T17:49:19.677Z[ recovery-image] Aug 22 17:49:17.922 INFO O| Aug 22 17:49:17.922 INFO STEP 1186 (remove_files) COMPLETE
74452024-08-22T17:49:19.679Z[ recovery-image] Aug 22 17:49:17.922 INFO O| Aug 22 17:49:17.922 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-08-22T17:49:19.687Z[ recovery-image] Aug 22 17:49:17.932 INFO O| Aug 22 17:49:17.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74472024-08-22T17:49:19.687Z[ recovery-image] Aug 22 17:49:17.932 INFO O| Aug 22 17:49:17.932 INFO STEP 1187 (remove_files) COMPLETE
74482024-08-22T17:49:19.687Z[ recovery-image] Aug 22 17:49:17.932 INFO O| Aug 22 17:49:17.932 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-22T17:49:19.698Z[ recovery-image] Aug 22 17:49:17.942 INFO O| Aug 22 17:49:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74502024-08-22T17:49:19.698Z[ recovery-image] Aug 22 17:49:17.943 INFO O| Aug 22 17:49:17.943 INFO STEP 1188 (remove_files) COMPLETE
74512024-08-22T17:49:19.700Z[ recovery-image] Aug 22 17:49:17.943 INFO O| Aug 22 17:49:17.943 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-22T17:49:19.708Z[ recovery-image] Aug 22 17:49:17.953 INFO O| Aug 22 17:49:17.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74532024-08-22T17:49:19.708Z[ recovery-image] Aug 22 17:49:17.953 INFO O| Aug 22 17:49:17.953 INFO STEP 1189 (remove_files) COMPLETE
74542024-08-22T17:49:19.711Z[ recovery-image] Aug 22 17:49:17.953 INFO O| Aug 22 17:49:17.953 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-22T17:49:19.719Z[ recovery-image] Aug 22 17:49:17.964 INFO O| Aug 22 17:49:17.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74562024-08-22T17:49:19.719Z[ recovery-image] Aug 22 17:49:17.964 INFO O| Aug 22 17:49:17.964 INFO STEP 1190 (remove_files) COMPLETE
74572024-08-22T17:49:19.722Z[ recovery-image] Aug 22 17:49:17.964 INFO O| Aug 22 17:49:17.964 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-22T17:49:19.732Z[ recovery-image] Aug 22 17:49:17.974 INFO O| Aug 22 17:49:17.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74592024-08-22T17:49:19.732Z[ recovery-image] Aug 22 17:49:17.974 INFO O| Aug 22 17:49:17.974 INFO STEP 1191 (remove_files) COMPLETE
74602024-08-22T17:49:19.732Z[ recovery-image] Aug 22 17:49:17.974 INFO O| Aug 22 17:49:17.974 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-08-22T17:49:19.740Z[ recovery-image] Aug 22 17:49:17.985 INFO O| Aug 22 17:49:17.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74622024-08-22T17:49:19.740Z[ recovery-image] Aug 22 17:49:17.985 INFO O| Aug 22 17:49:17.985 INFO STEP 1192 (remove_files) COMPLETE
74632024-08-22T17:49:19.740Z[ recovery-image] Aug 22 17:49:17.985 INFO O| Aug 22 17:49:17.985 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-08-22T17:49:19.752Z[ recovery-image] Aug 22 17:49:17.995 INFO O| Aug 22 17:49:17.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74652024-08-22T17:49:19.752Z[ recovery-image] Aug 22 17:49:17.995 INFO O| Aug 22 17:49:17.995 INFO STEP 1193 (remove_files) COMPLETE
74662024-08-22T17:49:19.754Z[ recovery-image] Aug 22 17:49:17.995 INFO O| Aug 22 17:49:17.995 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-08-22T17:49:19.762Z[ recovery-image] Aug 22 17:49:18.006 INFO O| Aug 22 17:49:18.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74682024-08-22T17:49:19.762Z[ recovery-image] Aug 22 17:49:18.007 INFO O| Aug 22 17:49:18.007 INFO STEP 1194 (remove_files) COMPLETE
74692024-08-22T17:49:19.762Z[ recovery-image] Aug 22 17:49:18.007 INFO O| Aug 22 17:49:18.007 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-22T17:49:19.772Z[ recovery-image] Aug 22 17:49:18.017 INFO O| Aug 22 17:49:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74712024-08-22T17:49:19.775Z[ recovery-image] Aug 22 17:49:18.017 INFO O| Aug 22 17:49:18.017 INFO STEP 1195 (remove_files) COMPLETE
74722024-08-22T17:49:19.775Z[ recovery-image] Aug 22 17:49:18.017 INFO O| Aug 22 17:49:18.017 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-22T17:49:19.783Z[ recovery-image] Aug 22 17:49:18.028 INFO O| Aug 22 17:49:18.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74742024-08-22T17:49:19.783Z[ recovery-image] Aug 22 17:49:18.028 INFO O| Aug 22 17:49:18.028 INFO STEP 1196 (remove_files) COMPLETE
74752024-08-22T17:49:19.783Z[ recovery-image] Aug 22 17:49:18.028 INFO O| Aug 22 17:49:18.028 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-22T17:49:19.794Z[ recovery-image] Aug 22 17:49:18.039 INFO O| Aug 22 17:49:18.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74772024-08-22T17:49:19.797Z[ recovery-image] Aug 22 17:49:18.039 INFO O| Aug 22 17:49:18.039 INFO STEP 1197 (remove_files) COMPLETE
74782024-08-22T17:49:19.797Z[ recovery-image] Aug 22 17:49:18.039 INFO O| Aug 22 17:49:18.039 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-22T17:49:19.805Z[ recovery-image] Aug 22 17:49:18.050 INFO O| Aug 22 17:49:18.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74802024-08-22T17:49:19.805Z[ recovery-image] Aug 22 17:49:18.050 INFO O| Aug 22 17:49:18.050 INFO STEP 1198 (remove_files) COMPLETE
74812024-08-22T17:49:19.805Z[ recovery-image] Aug 22 17:49:18.050 INFO O| Aug 22 17:49:18.050 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-22T17:49:19.816Z[ recovery-image] Aug 22 17:49:18.061 INFO O| Aug 22 17:49:18.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74832024-08-22T17:49:19.816Z[ recovery-image] Aug 22 17:49:18.061 INFO O| Aug 22 17:49:18.061 INFO STEP 1199 (remove_files) COMPLETE
74842024-08-22T17:49:19.816Z[ recovery-image] Aug 22 17:49:18.061 INFO O| Aug 22 17:49:18.061 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-22T17:49:19.826Z[ recovery-image] Aug 22 17:49:18.071 INFO O| Aug 22 17:49:18.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74862024-08-22T17:49:19.829Z[ recovery-image] Aug 22 17:49:18.072 INFO O| Aug 22 17:49:18.072 INFO STEP 1200 (remove_files) COMPLETE
74872024-08-22T17:49:19.829Z[ recovery-image] Aug 22 17:49:18.072 INFO O| Aug 22 17:49:18.072 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-08-22T17:49:19.837Z[ recovery-image] Aug 22 17:49:18.082 INFO O| Aug 22 17:49:18.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74892024-08-22T17:49:19.840Z[ recovery-image] Aug 22 17:49:18.082 INFO O| Aug 22 17:49:18.082 INFO STEP 1201 (remove_files) COMPLETE
74902024-08-22T17:49:19.840Z[ recovery-image] Aug 22 17:49:18.082 INFO O| Aug 22 17:49:18.082 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-08-22T17:49:19.848Z[ recovery-image] Aug 22 17:49:18.093 INFO O| Aug 22 17:49:18.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74922024-08-22T17:49:19.848Z[ recovery-image] Aug 22 17:49:18.093 INFO O| Aug 22 17:49:18.093 INFO STEP 1202 (remove_files) COMPLETE
74932024-08-22T17:49:19.851Z[ recovery-image] Aug 22 17:49:18.093 INFO O| Aug 22 17:49:18.093 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-08-22T17:49:19.859Z[ recovery-image] Aug 22 17:49:18.104 INFO O| Aug 22 17:49:18.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74952024-08-22T17:49:19.859Z[ recovery-image] Aug 22 17:49:18.104 INFO O| Aug 22 17:49:18.104 INFO STEP 1203 (remove_files) COMPLETE
74962024-08-22T17:49:19.861Z[ recovery-image] Aug 22 17:49:18.104 INFO O| Aug 22 17:49:18.104 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-08-22T17:49:19.869Z[ recovery-image] Aug 22 17:49:18.114 INFO O| Aug 22 17:49:18.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74982024-08-22T17:49:19.869Z[ recovery-image] Aug 22 17:49:18.114 INFO O| Aug 22 17:49:18.114 INFO STEP 1204 (remove_files) COMPLETE
74992024-08-22T17:49:19.872Z[ recovery-image] Aug 22 17:49:18.114 INFO O| Aug 22 17:49:18.114 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-08-22T17:49:19.880Z[ recovery-image] Aug 22 17:49:18.125 INFO O| Aug 22 17:49:18.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75012024-08-22T17:49:19.880Z[ recovery-image] Aug 22 17:49:18.125 INFO O| Aug 22 17:49:18.125 INFO STEP 1205 (remove_files) COMPLETE
75022024-08-22T17:49:19.881Z[ recovery-image] Aug 22 17:49:18.125 INFO O| Aug 22 17:49:18.125 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75032024-08-22T17:49:19.899Z[ recovery-image] Aug 22 17:49:18.143 INFO O| Aug 22 17:49:18.143 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75042024-08-22T17:49:19.899Z[ recovery-image] Aug 22 17:49:18.144 INFO O| Aug 22 17:49:18.143 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75052024-08-22T17:49:20.143Z[ host-image] Aug 22 17:49:18.388 INFO O| Aug 22 17:49:18.388 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
75062024-08-22T17:49:20.674Z[ recovery-image] Aug 22 17:49:18.919 INFO O| Aug 22 17:49:18.919 INFO STEP 1206 (pack_tar) COMPLETE
75072024-08-22T17:49:20.674Z[ recovery-image] Aug 22 17:49:18.919 INFO O| Aug 22 17:49:18.919 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75082024-08-22T17:49:20.674Z[ recovery-image] Aug 22 17:49:18.919 INFO O| Aug 22 17:49:18.919 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75092024-08-22T17:49:20.948Z[ recovery-image] Aug 22 17:49:19.193 INFO O| Aug 22 17:49:19.193 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75102024-08-22T17:49:21.021Z[ recovery-image] Aug 22 17:49:19.265 INFO O| Aug 22 17:49:19.265 INFO completed processing gimlet/ramdisk-03-recovery-trim
75112024-08-22T17:49:21.028Z[ recovery-image] Aug 22 17:49:19.273 INFO image builder template: zfs-recovery...
75122024-08-22T17:49:21.028Z[ recovery-image] Aug 22 17:49:19.273 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/.tmpEJvKw1/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
75132024-08-22T17:49:21.061Z[ recovery-image] Aug 22 17:49:19.306 INFO O| Aug 22 17:49:19.305 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75142024-08-22T17:49:21.065Z[ recovery-image] Aug 22 17:49:19.310 INFO O| Aug 22 17:49:19.310 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75152024-08-22T17:49:21.330Z[ recovery-image] Aug 22 17:49:19.380 INFO O| Aug 22 17:49:19.379 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75162024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.434 INFO O| Aug 22 17:49:19.434 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75172024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.434 INFO O| Aug 22 17:49:19.434 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75182024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.439 INFO O| Aug 22 17:49:19.439 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75192024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.509 INFO O| Aug 22 17:49:19.509 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75202024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.566 INFO O| Aug 22 17:49:19.566 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75212024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.576 INFO O| Aug 22 17:49:19.576 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75222024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.581 INFO O| Aug 22 17:49:19.581 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75232024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.583 INFO O| Aug 22 17:49:19.582 INFO no lofi found
75242024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.583 INFO O| Aug 22 17:49:19.583 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75252024-08-22T17:49:21.405Z[ recovery-image] Aug 22 17:49:19.583 INFO O| Aug 22 17:49:19.583 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75262024-08-22T17:49:22.209Z[ host-image] Aug 22 17:49:20.453 INFO O| Aug 22 17:49:20.453 INFO O| Planning: Solver setup ... Done
75272024-08-22T17:49:22.212Z[ host-image] Aug 22 17:49:20.457 INFO O| Aug 22 17:49:20.457 INFO O| Planning: Running solver ... Done
75282024-08-22T17:49:22.254Z[ host-image] Aug 22 17:49:20.498 INFO O| Aug 22 17:49:20.498 INFO O| Planning: Finding local manifests ... Done
75292024-08-22T17:49:22.256Z[ host-image] Aug 22 17:49:20.499 INFO O| Aug 22 17:49:20.499 INFO O| Planning: Fetching manifests: 0/4 0% complete
75302024-08-22T17:49:22.765Z[ recovery-image] Aug 22 17:49:21.010 INFO O| Aug 22 17:49:21.009 INFO lofi device = /dev/dsk/c2t1d0p0
75312024-08-22T17:49:22.765Z[ recovery-image] Aug 22 17:49:21.010 INFO O| Aug 22 17:49:21.009 INFO pool device = /dev/dsk/c2t1d0p0
75322024-08-22T17:49:22.768Z[ host-image] Aug 22 17:49:21.010 INFO O| Aug 22 17:49:21.010 INFO O| Planning: Fetching manifests: 4/4 100% complete
75332024-08-22T17:49:22.768Z[ recovery-image] Aug 22 17:49:21.010 INFO O| Aug 22 17:49:21.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"]
75342024-08-22T17:49:22.793Z[ host-image] Aug 22 17:49:21.037 INFO O| Aug 22 17:49:21.037 INFO O| Planning: Package planning ... Done
75352024-08-22T17:49:22.799Z[ host-image] Aug 22 17:49:21.043 INFO O| Aug 22 17:49:21.043 INFO O| Planning: Merging actions ... Done
75362024-08-22T17:49:22.842Z[ recovery-image] Aug 22 17:49:21.087 INFO O| Aug 22 17:49:21.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75372024-08-22T17:49:22.842Z[ recovery-image] Aug 22 17:49:21.087 INFO O| Aug 22 17:49:21.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75382024-08-22T17:49:22.867Z[ recovery-image] Aug 22 17:49:21.111 INFO O| Aug 22 17:49:21.111 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75392024-08-22T17:49:22.899Z[ host-image] Aug 22 17:49:21.144 INFO O| Aug 22 17:49:21.144 INFO O| Planning: Checking for conflicting actions ... Done
75402024-08-22T17:49:22.902Z[ host-image] Aug 22 17:49:21.146 INFO O| Aug 22 17:49:21.146 INFO O| Planning: Consolidating action changes ... Done
75412024-08-22T17:49:22.938Z[ recovery-image] Aug 22 17:49:21.182 INFO O| Aug 22 17:49:21.182 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75422024-08-22T17:49:22.976Z[ recovery-image] Aug 22 17:49:21.220 INFO O| Aug 22 17:49:21.220 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75432024-08-22T17:49:22.991Z[ recovery-image] Aug 22 17:49:21.235 INFO O| Aug 22 17:49:21.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75442024-08-22T17:49:23.004Z[ recovery-image] Aug 22 17:49:21.249 INFO O| Aug 22 17:49:21.249 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75452024-08-22T17:49:23.052Z[ recovery-image] Aug 22 17:49:21.296 INFO O| Aug 22 17:49:21.296 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75462024-08-22T17:49:23.052Z[ recovery-image] Aug 22 17:49:21.297 INFO O| Aug 22 17:49:21.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75472024-08-22T17:49:23.055Z[ recovery-image] Aug 22 17:49:21.297 INFO O| Aug 22 17:49:21.297 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75482024-08-22T17:49:23.060Z[ recovery-image] Aug 22 17:49:21.304 INFO O| Aug 22 17:49:21.304 INFO boot environment UUID: 41b582c8-9690-4703-ad5e-f6a43d67c6da
75492024-08-22T17:49:23.060Z[ recovery-image] Aug 22 17:49:21.305 INFO O| Aug 22 17:49:21.304 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 41b582c8-9690-4703-ad5e-f6a43d67c6da
75502024-08-22T17:49:23.071Z[ recovery-image] Aug 22 17:49:21.315 INFO O| Aug 22 17:49:21.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75512024-08-22T17:49:23.082Z[ recovery-image] Aug 22 17:49:21.327 INFO O| Aug 22 17:49:21.327 INFO STEP 0 (create_be) COMPLETE
75522024-08-22T17:49:23.082Z[ recovery-image] Aug 22 17:49:21.327 INFO O| Aug 22 17:49:21.327 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75532024-08-22T17:49:23.099Z[ recovery-image] Aug 22 17:49:21.343 INFO O| Aug 22 17:49:21.343 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"]
75542024-08-22T17:49:23.102Z[ host-image] Aug 22 17:49:21.347 INFO O| Aug 22 17:49:21.347 INFO O| Planning: Evaluating mediators ... Done
75552024-08-22T17:49:23.105Z[ host-image] Aug 22 17:49:21.348 INFO O| Aug 22 17:49:21.348 INFO O| Planning: Planning completed in 2.96 seconds
75562024-08-22T17:49:23.107Z[ host-image] Aug 22 17:49:21.350 INFO O| Aug 22 17:49:21.350 INFO O| Packages to install: 4
75572024-08-22T17:49:23.107Z[ host-image] Aug 22 17:49:21.350 INFO O| Aug 22 17:49:21.350 INFO O| Services to change: 2
75582024-08-22T17:49:23.116Z[ host-image] Aug 22 17:49:21.361 INFO O| Aug 22 17:49:21.360 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
75592024-08-22T17:49:24.295Z[ recovery-image] Aug 22 17:49:22.540 INFO O| Aug 22 17:49:22.539 INFO STEP 1 (unpack_tar) COMPLETE
75602024-08-22T17:49:24.295Z[ recovery-image] Aug 22 17:49:22.540 INFO O| Aug 22 17:49:22.539 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75612024-08-22T17:49:24.307Z[ recovery-image] Aug 22 17:49:22.551 INFO O| Aug 22 17:49:22.551 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75622024-08-22T17:49:24.514Z[ recovery-image] Aug 22 17:49:22.757 INFO O| Aug 22 17:49:22.757 INFO STEP 2 (devfsadm) COMPLETE
75632024-08-22T17:49:24.514Z[ recovery-image] Aug 22 17:49:22.757 INFO O| Aug 22 17:49:22.757 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75642024-08-22T17:49:24.525Z[ recovery-image] Aug 22 17:49:22.769 INFO O| Aug 22 17:49:22.768 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75652024-08-22T17:49:24.525Z[ recovery-image] Aug 22 17:49:22.769 INFO O| Aug 22 17:49:22.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75662024-08-22T17:49:24.528Z[ recovery-image] Aug 22 17:49:22.769 INFO O| Aug 22 17:49:22.769 INFO STEP 3 (ensure_dir) COMPLETE
75672024-08-22T17:49:24.528Z[ recovery-image] Aug 22 17:49:22.769 INFO O| Aug 22 17:49:22.769 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75682024-08-22T17:49:24.535Z[ recovery-image] Aug 22 17:49:22.779 INFO O| Aug 22 17:49:22.779 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75692024-08-22T17:49:24.535Z[ recovery-image] Aug 22 17:49:22.779 INFO O| Aug 22 17:49:22.779 INFO STEP 4 (ensure_dir) COMPLETE
75702024-08-22T17:49:24.535Z[ recovery-image] Aug 22 17:49:22.779 INFO O| Aug 22 17:49:22.779 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75712024-08-22T17:49:24.546Z[ recovery-image] Aug 22 17:49:22.790 INFO O| Aug 22 17:49:22.790 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75722024-08-22T17:49:24.548Z[ recovery-image] Aug 22 17:49:22.790 INFO O| Aug 22 17:49:22.790 INFO STEP 5 (ensure_dir) COMPLETE
75732024-08-22T17:49:24.548Z[ recovery-image] Aug 22 17:49:22.790 INFO O| Aug 22 17:49:22.790 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75742024-08-22T17:49:24.556Z[ recovery-image] Aug 22 17:49:22.800 INFO O| Aug 22 17:49:22.800 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75752024-08-22T17:49:24.556Z[ recovery-image] Aug 22 17:49:22.800 INFO O| Aug 22 17:49:22.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75762024-08-22T17:49:24.559Z[ recovery-image] Aug 22 17:49:22.800 INFO O| Aug 22 17:49:22.800 INFO STEP 6 (ensure_dir) COMPLETE
75772024-08-22T17:49:24.559Z[ recovery-image] Aug 22 17:49:22.800 INFO O| Aug 22 17:49:22.800 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75782024-08-22T17:49:24.566Z[ recovery-image] Aug 22 17:49:22.810 INFO O| Aug 22 17:49:22.810 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75792024-08-22T17:49:24.566Z[ recovery-image] Aug 22 17:49:22.810 INFO O| Aug 22 17:49:22.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75802024-08-22T17:49:24.566Z[ recovery-image] Aug 22 17:49:22.810 INFO O| Aug 22 17:49:22.810 INFO STEP 7 (ensure_dir) COMPLETE
75812024-08-22T17:49:24.569Z[ recovery-image] Aug 22 17:49:22.810 INFO O| Aug 22 17:49:22.810 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75822024-08-22T17:49:24.576Z[ recovery-image] Aug 22 17:49:22.820 INFO O| Aug 22 17:49:22.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75832024-08-22T17:49:24.579Z[ recovery-image] Aug 22 17:49:22.821 INFO O| Aug 22 17:49:22.821 INFO STEP 8 (remove_files) COMPLETE
75842024-08-22T17:49:24.579Z[ recovery-image] Aug 22 17:49:22.821 INFO O| Aug 22 17:49:22.821 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75852024-08-22T17:49:24.587Z[ recovery-image] Aug 22 17:49:22.831 INFO O| Aug 22 17:49:22.831 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75862024-08-22T17:49:24.589Z[ recovery-image] Aug 22 17:49:22.832 INFO O| Aug 22 17:49:22.832 INFO STEP 9 (remove_files) COMPLETE
75872024-08-22T17:49:24.589Z[ recovery-image] Aug 22 17:49:22.832 INFO O| Aug 22 17:49:22.832 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75882024-08-22T17:49:24.598Z[ recovery-image] Aug 22 17:49:22.842 INFO O| Aug 22 17:49:22.842 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75892024-08-22T17:49:24.601Z[ recovery-image] Aug 22 17:49:22.843 INFO O| Aug 22 17:49:22.843 INFO STEP 10 (remove_files) COMPLETE
75902024-08-22T17:49:24.601Z[ recovery-image] Aug 22 17:49:22.843 INFO O| Aug 22 17:49:22.843 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75912024-08-22T17:49:24.609Z[ recovery-image] Aug 22 17:49:22.853 INFO O| Aug 22 17:49:22.853 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
75922024-08-22T17:49:24.611Z[ recovery-image] Aug 22 17:49:22.853 INFO O| Aug 22 17:49:22.853 INFO STEP 11 (remove_files) COMPLETE
75932024-08-22T17:49:24.611Z[ recovery-image] Aug 22 17:49:22.853 INFO O| Aug 22 17:49:22.853 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75942024-08-22T17:49:24.619Z[ recovery-image] Aug 22 17:49:22.863 INFO O| Aug 22 17:49:22.863 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
75952024-08-22T17:49:24.622Z[ recovery-image] Aug 22 17:49:22.863 INFO O| Aug 22 17:49:22.863 INFO STEP 12 (remove_files) COMPLETE
75962024-08-22T17:49:24.622Z[ recovery-image] Aug 22 17:49:22.863 INFO O| Aug 22 17:49:22.863 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75972024-08-22T17:49:24.629Z[ recovery-image] Aug 22 17:49:22.873 INFO O| Aug 22 17:49:22.873 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75982024-08-22T17:49:24.632Z[ recovery-image] Aug 22 17:49:22.874 INFO O| Aug 22 17:49:22.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75992024-08-22T17:49:24.632Z[ recovery-image] Aug 22 17:49:22.874 INFO O| Aug 22 17:49:22.874 INFO STEP 13 (ensure_dir) COMPLETE
76002024-08-22T17:49:24.632Z[ recovery-image] Aug 22 17:49:22.874 INFO O| Aug 22 17:49:22.874 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76012024-08-22T17:49:24.639Z[ recovery-image] Aug 22 17:49:22.884 INFO O| Aug 22 17:49:22.884 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76022024-08-22T17:49:24.642Z[ recovery-image] Aug 22 17:49:22.884 INFO O| Aug 22 17:49:22.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76032024-08-22T17:49:24.642Z[ recovery-image] Aug 22 17:49:22.884 INFO O| Aug 22 17:49:22.884 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76042024-08-22T17:49:24.642Z[ recovery-image] Aug 22 17:49:22.884 INFO O| Aug 22 17:49:22.884 INFO STEP 14 (ensure_dir) COMPLETE
76052024-08-22T17:49:24.642Z[ recovery-image] Aug 22 17:49:22.884 INFO O| Aug 22 17:49:22.884 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76062024-08-22T17:49:24.650Z[ recovery-image] Aug 22 17:49:22.894 INFO O| Aug 22 17:49:22.894 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76072024-08-22T17:49:24.650Z[ recovery-image] Aug 22 17:49:22.894 INFO O| Aug 22 17:49:22.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76082024-08-22T17:49:24.652Z[ recovery-image] Aug 22 17:49:22.894 INFO O| Aug 22 17:49:22.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76092024-08-22T17:49:24.652Z[ recovery-image] Aug 22 17:49:22.894 INFO O| Aug 22 17:49:22.894 INFO STEP 15 (ensure_dir) COMPLETE
76102024-08-22T17:49:24.652Z[ recovery-image] Aug 22 17:49:22.894 INFO O| Aug 22 17:49:22.894 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76112024-08-22T17:49:24.660Z[ recovery-image] Aug 22 17:49:22.904 INFO O| Aug 22 17:49:22.904 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76122024-08-22T17:49:24.660Z[ recovery-image] Aug 22 17:49:22.904 INFO O| Aug 22 17:49:22.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76132024-08-22T17:49:24.660Z[ recovery-image] Aug 22 17:49:22.904 INFO O| Aug 22 17:49:22.904 INFO STEP 16 (ensure_dir) COMPLETE
76142024-08-22T17:49:24.663Z[ recovery-image] Aug 22 17:49:22.904 INFO O| Aug 22 17:49:22.904 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76152024-08-22T17:49:24.670Z[ recovery-image] Aug 22 17:49:22.914 INFO O| Aug 22 17:49:22.914 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76162024-08-22T17:49:24.673Z[ recovery-image] Aug 22 17:49:22.914 INFO O| Aug 22 17:49:22.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76172024-08-22T17:49:24.673Z[ recovery-image] Aug 22 17:49:22.914 INFO O| Aug 22 17:49:22.914 INFO STEP 17 (ensure_dir) COMPLETE
76182024-08-22T17:49:24.673Z[ recovery-image] Aug 22 17:49:22.914 INFO O| Aug 22 17:49:22.914 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76192024-08-22T17:49:24.681Z[ recovery-image] Aug 22 17:49:22.925 INFO O| Aug 22 17:49:22.925 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76202024-08-22T17:49:24.681Z[ recovery-image] Aug 22 17:49:22.925 INFO O| Aug 22 17:49:22.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76212024-08-22T17:49:24.681Z[ recovery-image] Aug 22 17:49:22.925 INFO O| Aug 22 17:49:22.925 INFO ok!
76222024-08-22T17:49:24.683Z[ recovery-image] Aug 22 17:49:22.925 INFO O| Aug 22 17:49:22.925 INFO STEP 18 (ensure_symlink) COMPLETE
76232024-08-22T17:49:24.683Z[ recovery-image] Aug 22 17:49:22.925 INFO O| Aug 22 17:49:22.925 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76242024-08-22T17:49:24.691Z[ recovery-image] Aug 22 17:49:22.935 INFO O| Aug 22 17:49:22.935 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76252024-08-22T17:49:24.691Z[ recovery-image] Aug 22 17:49:22.935 INFO O| Aug 22 17:49:22.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76262024-08-22T17:49:24.691Z[ recovery-image] Aug 22 17:49:22.935 INFO O| Aug 22 17:49:22.935 INFO ok!
76272024-08-22T17:49:24.691Z[ recovery-image] Aug 22 17:49:22.935 INFO O| Aug 22 17:49:22.935 INFO STEP 19 (ensure_file) COMPLETE
76282024-08-22T17:49:24.694Z[ recovery-image] Aug 22 17:49:22.935 INFO O| Aug 22 17:49:22.935 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76292024-08-22T17:49:24.701Z[ recovery-image] Aug 22 17:49:22.945 INFO O| Aug 22 17:49:22.945 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76302024-08-22T17:49:24.701Z[ recovery-image] Aug 22 17:49:22.945 INFO O| Aug 22 17:49:22.945 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76312024-08-22T17:49:24.704Z[ recovery-image] Aug 22 17:49:22.945 INFO O| Aug 22 17:49:22.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76322024-08-22T17:49:24.704Z[ recovery-image] Aug 22 17:49:22.945 INFO O| Aug 22 17:49:22.945 INFO ok!
76332024-08-22T17:49:24.704Z[ recovery-image] Aug 22 17:49:22.945 INFO O| Aug 22 17:49:22.945 INFO STEP 20 (ensure_symlink) COMPLETE
76342024-08-22T17:49:24.704Z[ recovery-image] Aug 22 17:49:22.945 INFO O| Aug 22 17:49:22.945 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76352024-08-22T17:49:24.711Z[ recovery-image] Aug 22 17:49:22.955 INFO O| Aug 22 17:49:22.955 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76362024-08-22T17:49:24.713Z[ recovery-image] Aug 22 17:49:22.955 INFO O| Aug 22 17:49:22.955 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76372024-08-22T17:49:24.714Z[ recovery-image] Aug 22 17:49:22.955 INFO O| Aug 22 17:49:22.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76382024-08-22T17:49:24.714Z[ recovery-image] Aug 22 17:49:22.955 INFO O| Aug 22 17:49:22.955 INFO ok!
76392024-08-22T17:49:24.714Z[ recovery-image] Aug 22 17:49:22.955 INFO O| Aug 22 17:49:22.955 INFO STEP 21 (ensure_symlink) COMPLETE
76402024-08-22T17:49:24.714Z[ recovery-image] Aug 22 17:49:22.955 INFO O| Aug 22 17:49:22.955 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76412024-08-22T17:49:24.721Z[ recovery-image] Aug 22 17:49:22.965 INFO O| Aug 22 17:49:22.965 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76422024-08-22T17:49:24.721Z[ recovery-image] Aug 22 17:49:22.965 INFO O| Aug 22 17:49:22.965 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76432024-08-22T17:49:24.721Z[ recovery-image] Aug 22 17:49:22.965 INFO O| Aug 22 17:49:22.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76442024-08-22T17:49:24.721Z[ recovery-image] Aug 22 17:49:22.965 INFO O| Aug 22 17:49:22.965 INFO ok!
76452024-08-22T17:49:24.724Z[ recovery-image] Aug 22 17:49:22.965 INFO O| Aug 22 17:49:22.965 INFO STEP 22 (ensure_symlink) COMPLETE
76462024-08-22T17:49:24.724Z[ recovery-image] Aug 22 17:49:22.965 INFO O| Aug 22 17:49:22.965 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76472024-08-22T17:49:24.732Z[ recovery-image] Aug 22 17:49:22.975 INFO O| Aug 22 17:49:22.975 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76482024-08-22T17:49:24.732Z[ recovery-image] Aug 22 17:49:22.975 INFO O| Aug 22 17:49:22.975 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76492024-08-22T17:49:24.735Z[ recovery-image] Aug 22 17:49:22.975 INFO O| Aug 22 17:49:22.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76502024-08-22T17:49:24.735Z[ recovery-image] Aug 22 17:49:22.976 INFO O| Aug 22 17:49:22.975 INFO ok!
76512024-08-22T17:49:24.735Z[ recovery-image] Aug 22 17:49:22.976 INFO O| Aug 22 17:49:22.975 INFO STEP 23 (ensure_symlink) COMPLETE
76522024-08-22T17:49:24.735Z[ recovery-image] Aug 22 17:49:22.976 INFO O| Aug 22 17:49:22.975 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76532024-08-22T17:49:24.742Z[ recovery-image] Aug 22 17:49:22.986 INFO O| Aug 22 17:49:22.986 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76542024-08-22T17:49:24.748Z[ recovery-image] Aug 22 17:49:22.986 INFO O| Aug 22 17:49:22.986 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 ...
76552024-08-22T17:49:24.748Z[ recovery-image] Aug 22 17:49:22.986 INFO O| Aug 22 17:49:22.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76562024-08-22T17:49:24.748Z[ recovery-image] Aug 22 17:49:22.986 INFO O| Aug 22 17:49:22.986 INFO ok!
76572024-08-22T17:49:24.748Z[ recovery-image] Aug 22 17:49:22.986 INFO O| Aug 22 17:49:22.986 INFO STEP 24 (ensure_file) COMPLETE
76582024-08-22T17:49:24.748Z[ recovery-image] Aug 22 17:49:22.986 INFO O| Aug 22 17:49:22.986 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76592024-08-22T17:49:24.753Z[ recovery-image] Aug 22 17:49:22.997 INFO O| Aug 22 17:49:22.997 INFO updating shadow file
76602024-08-22T17:49:24.755Z[ recovery-image] Aug 22 17:49:22.997 INFO O| Aug 22 17:49:22.997 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76612024-08-22T17:49:24.755Z[ recovery-image] Aug 22 17:49:22.997 INFO O| Aug 22 17:49:22.997 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76622024-08-22T17:49:24.755Z[ recovery-image] Aug 22 17:49:22.997 INFO O| Aug 22 17:49:22.997 INFO STEP 25 (shadow) COMPLETE
76632024-08-22T17:49:24.755Z[ recovery-image] Aug 22 17:49:22.997 INFO O| Aug 22 17:49:22.997 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76642024-08-22T17:49:24.765Z[ recovery-image] Aug 22 17:49:23.009 INFO O| Aug 22 17:49:23.009 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76652024-08-22T17:49:24.765Z[ recovery-image] Aug 22 17:49:23.009 INFO O| Aug 22 17:49:23.009 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76662024-08-22T17:49:24.768Z[ recovery-image] Aug 22 17:49:23.009 INFO O| Aug 22 17:49:23.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76672024-08-22T17:49:24.768Z[ recovery-image] Aug 22 17:49:23.009 INFO O| Aug 22 17:49:23.009 INFO ok!
76682024-08-22T17:49:24.768Z[ recovery-image] Aug 22 17:49:23.009 INFO O| Aug 22 17:49:23.009 INFO STEP 26 (ensure_file) COMPLETE
76692024-08-22T17:49:24.768Z[ recovery-image] Aug 22 17:49:23.009 INFO O| Aug 22 17:49:23.009 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76702024-08-22T17:49:24.775Z[ recovery-image] Aug 22 17:49:23.019 INFO O| Aug 22 17:49:23.019 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76712024-08-22T17:49:24.778Z[ recovery-image] Aug 22 17:49:23.019 INFO O| Aug 22 17:49:23.019 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76722024-08-22T17:49:24.778Z[ recovery-image] Aug 22 17:49:23.019 INFO O| Aug 22 17:49:23.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76732024-08-22T17:49:24.778Z[ recovery-image] Aug 22 17:49:23.019 INFO O| Aug 22 17:49:23.019 INFO ok!
76742024-08-22T17:49:24.778Z[ recovery-image] Aug 22 17:49:23.019 INFO O| Aug 22 17:49:23.019 INFO STEP 27 (ensure_file) COMPLETE
76752024-08-22T17:49:24.778Z[ recovery-image] Aug 22 17:49:23.019 INFO O| Aug 22 17:49:23.019 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76762024-08-22T17:49:24.787Z[ recovery-image] Aug 22 17:49:23.030 INFO O| Aug 22 17:49:23.030 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76772024-08-22T17:49:24.787Z[ recovery-image] Aug 22 17:49:23.030 INFO O| Aug 22 17:49:23.030 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76782024-08-22T17:49:24.789Z[ recovery-image] Aug 22 17:49:23.030 INFO O| Aug 22 17:49:23.030 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76792024-08-22T17:49:24.789Z[ recovery-image] Aug 22 17:49:23.030 INFO O| Aug 22 17:49:23.030 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76802024-08-22T17:49:24.789Z[ recovery-image] Aug 22 17:49:23.030 INFO O| Aug 22 17:49:23.030 INFO ok!
76812024-08-22T17:49:24.789Z[ recovery-image] Aug 22 17:49:23.030 INFO O| Aug 22 17:49:23.030 INFO STEP 28 (ensure_file) COMPLETE
76822024-08-22T17:49:24.789Z[ recovery-image] Aug 22 17:49:23.030 INFO O| Aug 22 17:49:23.030 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76832024-08-22T17:49:24.796Z[ recovery-image] Aug 22 17:49:23.040 INFO O| Aug 22 17:49:23.040 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76842024-08-22T17:49:24.799Z[ recovery-image] Aug 22 17:49:23.041 INFO O| Aug 22 17:49:23.040 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76852024-08-22T17:49:24.799Z[ recovery-image] Aug 22 17:49:23.041 INFO O| Aug 22 17:49:23.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76862024-08-22T17:49:24.799Z[ recovery-image] Aug 22 17:49:23.041 INFO O| Aug 22 17:49:23.041 INFO ok!
76872024-08-22T17:49:24.799Z[ recovery-image] Aug 22 17:49:23.041 INFO O| Aug 22 17:49:23.041 INFO STEP 29 (ensure_file) COMPLETE
76882024-08-22T17:49:24.799Z[ recovery-image] Aug 22 17:49:23.041 INFO O| Aug 22 17:49:23.041 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76892024-08-22T17:49:24.807Z[ recovery-image] Aug 22 17:49:23.051 INFO O| Aug 22 17:49:23.051 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
76902024-08-22T17:49:24.807Z[ recovery-image] Aug 22 17:49:23.051 INFO O| Aug 22 17:49:23.051 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
76912024-08-22T17:49:24.810Z[ recovery-image] Aug 22 17:49:23.051 INFO O| Aug 22 17:49:23.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
76922024-08-22T17:49:24.810Z[ recovery-image] Aug 22 17:49:23.051 INFO O| Aug 22 17:49:23.051 INFO ok!
76932024-08-22T17:49:24.810Z[ recovery-image] Aug 22 17:49:23.051 INFO O| Aug 22 17:49:23.051 INFO STEP 30 (ensure_file) COMPLETE
76942024-08-22T17:49:24.810Z[ recovery-image] Aug 22 17:49:23.051 INFO O| Aug 22 17:49:23.051 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76952024-08-22T17:49:24.818Z[ recovery-image] Aug 22 17:49:23.062 INFO O| Aug 22 17:49:23.062 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
76962024-08-22T17:49:24.818Z[ recovery-image] Aug 22 17:49:23.062 INFO O| Aug 22 17:49:23.062 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
76972024-08-22T17:49:24.820Z[ recovery-image] Aug 22 17:49:23.062 INFO O| Aug 22 17:49:23.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76982024-08-22T17:49:24.820Z[ recovery-image] Aug 22 17:49:23.062 INFO O| Aug 22 17:49:23.062 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76992024-08-22T17:49:24.820Z[ recovery-image] Aug 22 17:49:23.062 INFO O| Aug 22 17:49:23.062 INFO ok!
77002024-08-22T17:49:24.820Z[ recovery-image] Aug 22 17:49:23.062 INFO O| Aug 22 17:49:23.062 INFO STEP 31 (ensure_file) COMPLETE
77012024-08-22T17:49:24.820Z[ recovery-image] Aug 22 17:49:23.062 INFO O| Aug 22 17:49:23.062 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77022024-08-22T17:49:24.828Z[ recovery-image] Aug 22 17:49:23.072 INFO O| Aug 22 17:49:23.072 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77032024-08-22T17:49:24.828Z[ recovery-image] Aug 22 17:49:23.072 INFO O| Aug 22 17:49:23.072 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77042024-08-22T17:49:24.837Z[ recovery-image] Aug 22 17:49:23.072 INFO O| Aug 22 17:49:23.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77052024-08-22T17:49:24.837Z[ recovery-image] Aug 22 17:49:23.072 INFO O| Aug 22 17:49:23.072 INFO ok!
77062024-08-22T17:49:24.837Z[ recovery-image] Aug 22 17:49:23.072 INFO O| Aug 22 17:49:23.072 INFO STEP 32 (ensure_file) COMPLETE
77072024-08-22T17:49:24.837Z[ recovery-image] Aug 22 17:49:23.072 INFO O| Aug 22 17:49:23.072 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77082024-08-22T17:49:24.841Z[ recovery-image] Aug 22 17:49:23.082 INFO O| Aug 22 17:49:23.082 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77092024-08-22T17:49:24.841Z[ recovery-image] Aug 22 17:49:23.082 INFO O| Aug 22 17:49:23.082 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77102024-08-22T17:49:24.841Z[ recovery-image] Aug 22 17:49:23.083 INFO O| Aug 22 17:49:23.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77112024-08-22T17:49:24.841Z[ recovery-image] Aug 22 17:49:23.083 INFO O| Aug 22 17:49:23.083 INFO ok!
77122024-08-22T17:49:24.841Z[ recovery-image] Aug 22 17:49:23.083 INFO O| Aug 22 17:49:23.083 INFO STEP 33 (ensure_file) COMPLETE
77132024-08-22T17:49:24.841Z[ recovery-image] Aug 22 17:49:23.083 INFO O| Aug 22 17:49:23.083 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77142024-08-22T17:49:24.849Z[ recovery-image] Aug 22 17:49:23.093 INFO O| Aug 22 17:49:23.093 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77152024-08-22T17:49:24.849Z[ recovery-image] Aug 22 17:49:23.093 INFO O| Aug 22 17:49:23.093 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77162024-08-22T17:49:24.852Z[ recovery-image] Aug 22 17:49:23.093 INFO O| Aug 22 17:49:23.093 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77172024-08-22T17:49:24.852Z[ recovery-image] Aug 22 17:49:23.093 INFO O| Aug 22 17:49:23.093 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77182024-08-22T17:49:24.852Z[ recovery-image] Aug 22 17:49:23.093 INFO O| Aug 22 17:49:23.093 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77192024-08-22T17:49:24.852Z[ recovery-image] Aug 22 17:49:23.093 INFO O| Aug 22 17:49:23.093 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77202024-08-22T17:49:24.852Z[ recovery-image] Aug 22 17:49:23.093 INFO O| Aug 22 17:49:23.093 INFO ok!
77212024-08-22T17:49:24.852Z[ recovery-image] Aug 22 17:49:23.094 INFO O| Aug 22 17:49:23.093 INFO STEP 34 (ensure_file) COMPLETE
77222024-08-22T17:49:24.852Z[ recovery-image] Aug 22 17:49:23.094 INFO O| Aug 22 17:49:23.094 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77232024-08-22T17:49:24.860Z[ recovery-image] Aug 22 17:49:23.104 INFO O| Aug 22 17:49:23.104 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77242024-08-22T17:49:24.863Z[ recovery-image] Aug 22 17:49:23.104 INFO O| Aug 22 17:49:23.104 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77252024-08-22T17:49:24.863Z[ recovery-image] Aug 22 17:49:23.104 INFO O| Aug 22 17:49:23.104 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77262024-08-22T17:49:24.863Z[ recovery-image] Aug 22 17:49:23.104 INFO O| Aug 22 17:49:23.104 INFO STEP 35 (ensure_dir) COMPLETE
77272024-08-22T17:49:24.863Z[ recovery-image] Aug 22 17:49:23.104 INFO O| Aug 22 17:49:23.104 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77282024-08-22T17:49:24.870Z[ recovery-image] Aug 22 17:49:23.114 INFO O| Aug 22 17:49:23.114 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
77292024-08-22T17:49:24.870Z[ recovery-image] Aug 22 17:49:23.114 INFO O| Aug 22 17:49:23.114 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 ...
77302024-08-22T17:49:24.873Z[ recovery-image] Aug 22 17:49:23.114 INFO O| Aug 22 17:49:23.114 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
77312024-08-22T17:49:24.873Z[ recovery-image] Aug 22 17:49:23.114 INFO O| Aug 22 17:49:23.114 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
77322024-08-22T17:49:24.873Z[ recovery-image] Aug 22 17:49:23.114 INFO O| Aug 22 17:49:23.114 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
77332024-08-22T17:49:24.873Z[ recovery-image] Aug 22 17:49:23.114 INFO O| Aug 22 17:49:23.114 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
77342024-08-22T17:49:24.873Z[ recovery-image] Aug 22 17:49:23.114 INFO O| Aug 22 17:49:23.114 INFO ok!
77352024-08-22T17:49:24.873Z[ recovery-image] Aug 22 17:49:23.114 INFO O| Aug 22 17:49:23.114 INFO STEP 36 (ensure_file) COMPLETE
77362024-08-22T17:49:24.873Z[ recovery-image] Aug 22 17:49:23.115 INFO O| Aug 22 17:49:23.114 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77372024-08-22T17:49:24.881Z[ recovery-image] Aug 22 17:49:23.125 INFO O| Aug 22 17:49:23.125 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77382024-08-22T17:49:24.881Z[ recovery-image] Aug 22 17:49:23.125 INFO O| Aug 22 17:49:23.125 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 ...
77392024-08-22T17:49:24.884Z[ recovery-image] Aug 22 17:49:23.125 INFO O| Aug 22 17:49:23.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77402024-08-22T17:49:24.884Z[ recovery-image] Aug 22 17:49:23.125 INFO O| Aug 22 17:49:23.125 INFO ok!
77412024-08-22T17:49:24.884Z[ recovery-image] Aug 22 17:49:23.126 INFO O| Aug 22 17:49:23.126 INFO STEP 37 (ensure_symlink) COMPLETE
77422024-08-22T17:49:24.884Z[ recovery-image] Aug 22 17:49:23.126 INFO O| Aug 22 17:49:23.126 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77432024-08-22T17:49:24.892Z[ recovery-image] Aug 22 17:49:23.136 INFO O| Aug 22 17:49:23.136 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77442024-08-22T17:49:24.892Z[ recovery-image] Aug 22 17:49:23.136 INFO O| Aug 22 17:49:23.136 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77452024-08-22T17:49:24.894Z[ recovery-image] Aug 22 17:49:23.136 INFO O| Aug 22 17:49:23.136 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77462024-08-22T17:49:24.894Z[ recovery-image] Aug 22 17:49:23.136 INFO O| Aug 22 17:49:23.136 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77472024-08-22T17:49:24.894Z[ recovery-image] Aug 22 17:49:23.136 INFO O| Aug 22 17:49:23.136 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77482024-08-22T17:49:24.894Z[ recovery-image] Aug 22 17:49:23.136 INFO O| Aug 22 17:49:23.136 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77492024-08-22T17:49:24.895Z[ recovery-image] Aug 22 17:49:23.136 INFO O| Aug 22 17:49:23.136 INFO ok!
77502024-08-22T17:49:24.895Z[ recovery-image] Aug 22 17:49:23.136 INFO O| Aug 22 17:49:23.136 INFO STEP 38 (ensure_file) COMPLETE
77512024-08-22T17:49:24.895Z[ recovery-image] Aug 22 17:49:23.136 INFO O| Aug 22 17:49:23.136 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77522024-08-22T17:49:24.902Z[ recovery-image] Aug 22 17:49:23.147 INFO O| Aug 22 17:49:23.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77532024-08-22T17:49:24.902Z[ recovery-image] Aug 22 17:49:23.147 INFO O| Aug 22 17:49:23.147 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 ...
77542024-08-22T17:49:24.905Z[ recovery-image] Aug 22 17:49:23.147 INFO O| Aug 22 17:49:23.147 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
77552024-08-22T17:49:24.905Z[ recovery-image] Aug 22 17:49:23.147 INFO O| Aug 22 17:49:23.147 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77562024-08-22T17:49:24.905Z[ recovery-image] Aug 22 17:49:23.147 INFO O| Aug 22 17:49:23.147 INFO ok!
77572024-08-22T17:49:24.905Z[ recovery-image] Aug 22 17:49:23.147 INFO O| Aug 22 17:49:23.147 INFO STEP 39 (ensure_file) COMPLETE
77582024-08-22T17:49:24.905Z[ recovery-image] Aug 22 17:49:23.147 INFO O| Aug 22 17:49:23.147 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77592024-08-22T17:49:24.913Z[ recovery-image] Aug 22 17:49:23.157 INFO O| Aug 22 17:49:23.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77602024-08-22T17:49:24.913Z[ recovery-image] Aug 22 17:49:23.157 INFO O| Aug 22 17:49:23.157 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77612024-08-22T17:49:24.915Z[ recovery-image] Aug 22 17:49:23.157 INFO O| Aug 22 17:49:23.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77622024-08-22T17:49:24.915Z[ recovery-image] Aug 22 17:49:23.157 INFO O| Aug 22 17:49:23.157 INFO ok!
77632024-08-22T17:49:24.915Z[ recovery-image] Aug 22 17:49:23.157 INFO O| Aug 22 17:49:23.157 INFO STEP 40 (ensure_file) COMPLETE
77642024-08-22T17:49:24.915Z[ recovery-image] Aug 22 17:49:23.157 INFO O| Aug 22 17:49:23.157 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77652024-08-22T17:49:24.923Z[ recovery-image] Aug 22 17:49:23.167 INFO O| Aug 22 17:49:23.167 INFO updating shadow file
77662024-08-22T17:49:24.925Z[ recovery-image] Aug 22 17:49:23.167 INFO O| Aug 22 17:49:23.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77672024-08-22T17:49:24.926Z[ recovery-image] Aug 22 17:49:23.167 INFO O| Aug 22 17:49:23.167 INFO STEP 41 (shadow) COMPLETE
77682024-08-22T17:49:24.926Z[ recovery-image] Aug 22 17:49:23.167 INFO O| Aug 22 17:49:23.167 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77692024-08-22T17:49:24.935Z[ recovery-image] Aug 22 17:49:23.178 INFO O| Aug 22 17:49:23.178 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77702024-08-22T17:49:24.935Z[ recovery-image] Aug 22 17:49:23.178 INFO O| Aug 22 17:49:23.178 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77712024-08-22T17:49:24.938Z[ recovery-image] Aug 22 17:49:23.178 INFO O| Aug 22 17:49:23.178 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77722024-08-22T17:49:24.938Z[ recovery-image] Aug 22 17:49:23.178 INFO O| Aug 22 17:49:23.178 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77732024-08-22T17:49:24.938Z[ recovery-image] Aug 22 17:49:23.178 INFO O| Aug 22 17:49:23.178 INFO ok!
77742024-08-22T17:49:24.938Z[ recovery-image] Aug 22 17:49:23.178 INFO O| Aug 22 17:49:23.178 INFO STEP 42 (ensure_file) COMPLETE
77752024-08-22T17:49:24.938Z[ recovery-image] Aug 22 17:49:23.178 INFO O| Aug 22 17:49:23.178 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77762024-08-22T17:49:24.945Z[ recovery-image] Aug 22 17:49:23.189 INFO O| Aug 22 17:49:23.189 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77772024-08-22T17:49:24.945Z[ recovery-image] Aug 22 17:49:23.189 INFO O| Aug 22 17:49:23.189 INFO STEP 43 (ensure_dir) COMPLETE
77782024-08-22T17:49:24.947Z[ recovery-image] Aug 22 17:49:23.189 INFO O| Aug 22 17:49:23.189 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77792024-08-22T17:49:24.955Z[ recovery-image] Aug 22 17:49:23.199 INFO O| Aug 22 17:49:23.199 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77802024-08-22T17:49:24.955Z[ recovery-image] Aug 22 17:49:23.199 INFO O| Aug 22 17:49:23.199 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77812024-08-22T17:49:24.957Z[ recovery-image] Aug 22 17:49:23.199 INFO O| Aug 22 17:49:23.199 INFO STEP 44 (ensure_dir) COMPLETE
77822024-08-22T17:49:24.957Z[ recovery-image] Aug 22 17:49:23.199 INFO O| Aug 22 17:49:23.199 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77832024-08-22T17:49:24.965Z[ recovery-image] Aug 22 17:49:23.209 INFO O| Aug 22 17:49:23.209 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77842024-08-22T17:49:24.967Z[ recovery-image] Aug 22 17:49:23.209 INFO O| Aug 22 17:49:23.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77852024-08-22T17:49:24.967Z[ recovery-image] Aug 22 17:49:23.209 INFO O| Aug 22 17:49:23.209 INFO STEP 45 (ensure_dir) COMPLETE
77862024-08-22T17:49:24.968Z[ recovery-image] Aug 22 17:49:23.209 INFO O| Aug 22 17:49:23.209 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77872024-08-22T17:49:24.975Z[ recovery-image] Aug 22 17:49:23.219 INFO O| Aug 22 17:49:23.219 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77882024-08-22T17:49:24.975Z[ recovery-image] Aug 22 17:49:23.219 INFO O| Aug 22 17:49:23.219 INFO copying /tmp/.tmpEJvKw1/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77892024-08-22T17:49:25.020Z[ recovery-image] Aug 22 17:49:23.262 INFO O| Aug 22 17:49:23.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
77902024-08-22T17:49:25.020Z[ recovery-image] Aug 22 17:49:23.262 INFO O| Aug 22 17:49:23.262 INFO ok!
77912024-08-22T17:49:25.022Z[ recovery-image] Aug 22 17:49:23.262 INFO O| Aug 22 17:49:23.262 INFO STEP 46 (ensure_file) COMPLETE
77922024-08-22T17:49:25.022Z[ recovery-image] Aug 22 17:49:23.262 INFO O| Aug 22 17:49:23.262 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77932024-08-22T17:49:25.029Z[ recovery-image] Aug 22 17:49:23.274 INFO O| Aug 22 17:49:23.273 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77942024-08-22T17:49:25.032Z[ recovery-image] Aug 22 17:49:23.274 INFO O| Aug 22 17:49:23.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77952024-08-22T17:49:25.032Z[ recovery-image] Aug 22 17:49:23.274 INFO O| Aug 22 17:49:23.274 INFO STEP 47 (ensure_dir) COMPLETE
77962024-08-22T17:49:25.032Z[ recovery-image] Aug 22 17:49:23.274 INFO O| Aug 22 17:49:23.274 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77972024-08-22T17:49:25.041Z[ recovery-image] Aug 22 17:49:23.284 INFO O| Aug 22 17:49:23.284 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
77982024-08-22T17:49:25.044Z[ recovery-image] Aug 22 17:49:23.284 INFO O| Aug 22 17:49:23.284 INFO copying /tmp/.tmpEJvKw1/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
77992024-08-22T17:49:25.044Z[ recovery-image] Aug 22 17:49:23.284 INFO O| Aug 22 17:49:23.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78002024-08-22T17:49:25.044Z[ recovery-image] Aug 22 17:49:23.284 INFO O| Aug 22 17:49:23.284 INFO ok!
78012024-08-22T17:49:25.044Z[ recovery-image] Aug 22 17:49:23.284 INFO O| Aug 22 17:49:23.284 INFO STEP 48 (ensure_file) COMPLETE
78022024-08-22T17:49:25.044Z[ recovery-image] Aug 22 17:49:23.284 INFO O| Aug 22 17:49:23.284 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78032024-08-22T17:49:25.050Z[ recovery-image] Aug 22 17:49:23.294 INFO O| Aug 22 17:49:23.294 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78042024-08-22T17:49:25.053Z[ recovery-image] Aug 22 17:49:23.294 INFO O| Aug 22 17:49:23.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78052024-08-22T17:49:25.053Z[ recovery-image] Aug 22 17:49:23.294 INFO O| Aug 22 17:49:23.294 INFO STEP 49 (ensure_dir) COMPLETE
78062024-08-22T17:49:25.053Z[ recovery-image] Aug 22 17:49:23.294 INFO O| Aug 22 17:49:23.294 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78072024-08-22T17:49:25.061Z[ recovery-image] Aug 22 17:49:23.305 INFO O| Aug 22 17:49:23.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78082024-08-22T17:49:25.061Z[ recovery-image] Aug 22 17:49:23.305 INFO O| Aug 22 17:49:23.305 INFO copying /tmp/.tmpEJvKw1/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78092024-08-22T17:49:25.082Z[ recovery-image] Aug 22 17:49:23.325 INFO O| Aug 22 17:49:23.325 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78102024-08-22T17:49:25.082Z[ recovery-image] Aug 22 17:49:23.326 INFO O| Aug 22 17:49:23.325 INFO ok!
78112024-08-22T17:49:25.082Z[ recovery-image] Aug 22 17:49:23.326 INFO O| Aug 22 17:49:23.325 INFO STEP 50 (ensure_file) COMPLETE
78122024-08-22T17:49:25.082Z[ recovery-image] Aug 22 17:49:23.326 INFO O| Aug 22 17:49:23.325 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78132024-08-22T17:49:25.093Z[ recovery-image] Aug 22 17:49:23.337 INFO O| Aug 22 17:49:23.337 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78142024-08-22T17:49:25.093Z[ recovery-image] Aug 22 17:49:23.337 INFO O| Aug 22 17:49:23.337 INFO copying /tmp/.tmpEJvKw1/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78152024-08-22T17:49:25.329Z[ recovery-image] Aug 22 17:49:23.573 INFO O| Aug 22 17:49:23.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78162024-08-22T17:49:25.329Z[ recovery-image] Aug 22 17:49:23.573 INFO O| Aug 22 17:49:23.573 INFO ok!
78172024-08-22T17:49:25.332Z[ recovery-image] Aug 22 17:49:23.573 INFO O| Aug 22 17:49:23.573 INFO STEP 51 (ensure_file) COMPLETE
78182024-08-22T17:49:25.332Z[ recovery-image] Aug 22 17:49:23.573 INFO O| Aug 22 17:49:23.573 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78192024-08-22T17:49:25.341Z[ recovery-image] Aug 22 17:49:23.585 INFO O| Aug 22 17:49:23.585 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78202024-08-22T17:49:25.341Z[ recovery-image] Aug 22 17:49:23.585 INFO O| Aug 22 17:49:23.585 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78212024-08-22T17:49:25.344Z[ recovery-image] Aug 22 17:49:23.585 INFO O| Aug 22 17:49:23.585 INFO STEP 52 (ensure_dir) COMPLETE
78222024-08-22T17:49:25.344Z[ recovery-image] Aug 22 17:49:23.585 INFO O| Aug 22 17:49:23.585 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78232024-08-22T17:49:25.351Z[ recovery-image] Aug 22 17:49:23.595 INFO O| Aug 22 17:49:23.595 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78242024-08-22T17:49:25.351Z[ recovery-image] Aug 22 17:49:23.595 INFO O| Aug 22 17:49:23.595 INFO copying /tmp/.tmpEJvKw1/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 ...
78252024-08-22T17:49:25.351Z[ recovery-image] Aug 22 17:49:23.595 INFO O| Aug 22 17:49:23.595 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
78262024-08-22T17:49:25.354Z[ recovery-image] Aug 22 17:49:23.595 INFO O| Aug 22 17:49:23.595 INFO ok!
78272024-08-22T17:49:25.354Z[ recovery-image] Aug 22 17:49:23.595 INFO O| Aug 22 17:49:23.595 INFO STEP 53 (ensure_file) COMPLETE
78282024-08-22T17:49:25.354Z[ recovery-image] Aug 22 17:49:23.595 INFO O| Aug 22 17:49:23.595 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78292024-08-22T17:49:25.362Z[ recovery-image] Aug 22 17:49:23.606 INFO O| Aug 22 17:49:23.606 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78302024-08-22T17:49:25.362Z[ recovery-image] Aug 22 17:49:23.606 INFO O| Aug 22 17:49:23.606 INFO copying /tmp/.tmpEJvKw1/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 ...
78312024-08-22T17:49:25.365Z[ recovery-image] Aug 22 17:49:23.606 INFO O| Aug 22 17:49:23.606 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
78322024-08-22T17:49:25.365Z[ recovery-image] Aug 22 17:49:23.606 INFO O| Aug 22 17:49:23.606 INFO ok!
78332024-08-22T17:49:25.365Z[ recovery-image] Aug 22 17:49:23.606 INFO O| Aug 22 17:49:23.606 INFO STEP 54 (ensure_file) COMPLETE
78342024-08-22T17:49:25.365Z[ recovery-image] Aug 22 17:49:23.606 INFO O| Aug 22 17:49:23.606 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78352024-08-22T17:49:25.376Z[ recovery-image] Aug 22 17:49:23.616 INFO O| Aug 22 17:49:23.616 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78362024-08-22T17:49:25.379Z[ recovery-image] Aug 22 17:49:23.616 INFO O| Aug 22 17:49:23.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78372024-08-22T17:49:25.379Z[ recovery-image] Aug 22 17:49:23.616 INFO O| Aug 22 17:49:23.616 INFO STEP 55 (ensure_dir) COMPLETE
78382024-08-22T17:49:25.379Z[ recovery-image] Aug 22 17:49:23.616 INFO O| Aug 22 17:49:23.616 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78392024-08-22T17:49:25.382Z[ recovery-image] Aug 22 17:49:23.626 INFO O| Aug 22 17:49:23.626 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78402024-08-22T17:49:25.382Z[ recovery-image] Aug 22 17:49:23.626 INFO O| Aug 22 17:49:23.626 INFO copying /tmp/.tmpEJvKw1/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 ...
78412024-08-22T17:49:25.385Z[ recovery-image] Aug 22 17:49:23.626 INFO O| Aug 22 17:49:23.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78422024-08-22T17:49:25.386Z[ recovery-image] Aug 22 17:49:23.626 INFO O| Aug 22 17:49:23.626 INFO ok!
78432024-08-22T17:49:25.386Z[ recovery-image] Aug 22 17:49:23.626 INFO O| Aug 22 17:49:23.626 INFO STEP 56 (ensure_file) COMPLETE
78442024-08-22T17:49:25.386Z[ recovery-image] Aug 22 17:49:23.626 INFO O| Aug 22 17:49:23.626 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78452024-08-22T17:49:25.393Z[ recovery-image] Aug 22 17:49:23.636 INFO O| Aug 22 17:49:23.636 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78462024-08-22T17:49:25.395Z[ recovery-image] Aug 22 17:49:23.637 INFO O| Aug 22 17:49:23.636 INFO copying /tmp/.tmpEJvKw1/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 ...
78472024-08-22T17:49:25.395Z[ recovery-image] Aug 22 17:49:23.637 INFO O| Aug 22 17:49:23.637 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
78482024-08-22T17:49:25.395Z[ recovery-image] Aug 22 17:49:23.637 INFO O| Aug 22 17:49:23.637 INFO ok!
78492024-08-22T17:49:25.395Z[ recovery-image] Aug 22 17:49:23.637 INFO O| Aug 22 17:49:23.637 INFO STEP 57 (ensure_file) COMPLETE
78502024-08-22T17:49:25.396Z[ recovery-image] Aug 22 17:49:23.637 INFO O| Aug 22 17:49:23.637 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78512024-08-22T17:49:25.403Z[ recovery-image] Aug 22 17:49:23.647 INFO O| Aug 22 17:49:23.647 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78522024-08-22T17:49:25.405Z[ recovery-image] Aug 22 17:49:23.647 INFO O| Aug 22 17:49:23.647 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78532024-08-22T17:49:25.405Z[ recovery-image] Aug 22 17:49:23.647 INFO O| Aug 22 17:49:23.647 INFO STEP 58 (ensure_dir) COMPLETE
78542024-08-22T17:49:25.405Z[ recovery-image] Aug 22 17:49:23.647 INFO O| Aug 22 17:49:23.647 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78552024-08-22T17:49:25.413Z[ recovery-image] Aug 22 17:49:23.657 INFO O| Aug 22 17:49:23.657 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78562024-08-22T17:49:25.413Z[ recovery-image] Aug 22 17:49:23.657 INFO O| Aug 22 17:49:23.657 INFO copying /tmp/.tmpEJvKw1/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 ...
78572024-08-22T17:49:25.416Z[ recovery-image] Aug 22 17:49:23.657 INFO O| Aug 22 17:49:23.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78582024-08-22T17:49:25.416Z[ recovery-image] Aug 22 17:49:23.657 INFO O| Aug 22 17:49:23.657 INFO ok!
78592024-08-22T17:49:25.416Z[ recovery-image] Aug 22 17:49:23.657 INFO O| Aug 22 17:49:23.657 INFO STEP 59 (ensure_file) COMPLETE
78602024-08-22T17:49:25.416Z[ recovery-image] Aug 22 17:49:23.657 INFO O| Aug 22 17:49:23.657 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78612024-08-22T17:49:25.423Z[ recovery-image] Aug 22 17:49:23.667 INFO O| Aug 22 17:49:23.667 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78622024-08-22T17:49:25.423Z[ recovery-image] Aug 22 17:49:23.667 INFO O| Aug 22 17:49:23.667 INFO copying /tmp/.tmpEJvKw1/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78632024-08-22T17:49:25.423Z[ recovery-image] Aug 22 17:49:23.667 INFO O| Aug 22 17:49:23.667 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78642024-08-22T17:49:25.426Z[ recovery-image] Aug 22 17:49:23.667 INFO O| Aug 22 17:49:23.667 INFO ok!
78652024-08-22T17:49:25.426Z[ recovery-image] Aug 22 17:49:23.667 INFO O| Aug 22 17:49:23.667 INFO STEP 60 (ensure_file) COMPLETE
78662024-08-22T17:49:25.426Z[ recovery-image] Aug 22 17:49:23.667 INFO O| Aug 22 17:49:23.667 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78672024-08-22T17:49:25.434Z[ recovery-image] Aug 22 17:49:23.678 INFO O| Aug 22 17:49:23.678 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78682024-08-22T17:49:25.434Z[ recovery-image] Aug 22 17:49:23.678 INFO O| Aug 22 17:49:23.678 INFO STEP 61 (ensure_dir) COMPLETE
78692024-08-22T17:49:25.434Z[ recovery-image] Aug 22 17:49:23.678 INFO O| Aug 22 17:49:23.678 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78702024-08-22T17:49:25.444Z[ recovery-image] Aug 22 17:49:23.688 INFO O| Aug 22 17:49:23.688 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78712024-08-22T17:49:25.446Z[ recovery-image] Aug 22 17:49:23.688 INFO O| Aug 22 17:49:23.688 INFO STEP 62 (ensure_dir) COMPLETE
78722024-08-22T17:49:25.446Z[ recovery-image] Aug 22 17:49:23.688 INFO O| Aug 22 17:49:23.688 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78732024-08-22T17:49:25.454Z[ recovery-image] Aug 22 17:49:23.698 INFO O| Aug 22 17:49:23.698 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78742024-08-22T17:49:25.456Z[ recovery-image] Aug 22 17:49:23.698 INFO O| Aug 22 17:49:23.698 INFO STEP 63 (ensure_dir) COMPLETE
78752024-08-22T17:49:25.456Z[ recovery-image] Aug 22 17:49:23.698 INFO O| Aug 22 17:49:23.698 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78762024-08-22T17:49:25.464Z[ recovery-image] Aug 22 17:49:23.708 INFO O| Aug 22 17:49:23.708 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78772024-08-22T17:49:25.464Z[ recovery-image] Aug 22 17:49:23.708 INFO O| Aug 22 17:49:23.708 INFO STEP 64 (ensure_dir) COMPLETE
78782024-08-22T17:49:25.466Z[ recovery-image] Aug 22 17:49:23.708 INFO O| Aug 22 17:49:23.708 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-08-22T17:49:25.474Z[ recovery-image] Aug 22 17:49:23.718 INFO O| Aug 22 17:49:23.718 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78802024-08-22T17:49:25.474Z[ recovery-image] Aug 22 17:49:23.718 INFO O| Aug 22 17:49:23.718 INFO copying /tmp/.tmpEJvKw1/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78812024-08-22T17:49:25.477Z[ recovery-image] Aug 22 17:49:23.718 INFO O| Aug 22 17:49:23.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78822024-08-22T17:49:25.477Z[ recovery-image] Aug 22 17:49:23.718 INFO O| Aug 22 17:49:23.718 INFO ok!
78832024-08-22T17:49:25.477Z[ recovery-image] Aug 22 17:49:23.718 INFO O| Aug 22 17:49:23.718 INFO STEP 65 (ensure_file) COMPLETE
78842024-08-22T17:49:25.477Z[ recovery-image] Aug 22 17:49:23.718 INFO O| Aug 22 17:49:23.718 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78852024-08-22T17:49:25.484Z[ recovery-image] Aug 22 17:49:23.728 INFO O| Aug 22 17:49:23.728 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78862024-08-22T17:49:25.487Z[ recovery-image] Aug 22 17:49:23.729 INFO O| Aug 22 17:49:23.728 INFO STEP 66 (remove_files) COMPLETE
78872024-08-22T17:49:25.487Z[ recovery-image] Aug 22 17:49:23.729 INFO O| Aug 22 17:49:23.729 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78882024-08-22T17:49:25.495Z[ recovery-image] Aug 22 17:49:23.739 INFO O| Aug 22 17:49:23.738 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78892024-08-22T17:49:25.497Z[ recovery-image] Aug 22 17:49:23.739 INFO O| Aug 22 17:49:23.739 INFO STEP 67 (remove_files) COMPLETE
78902024-08-22T17:49:25.497Z[ recovery-image] Aug 22 17:49:23.739 INFO O| Aug 22 17:49:23.739 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78912024-08-22T17:49:25.505Z[ recovery-image] Aug 22 17:49:23.749 INFO O| Aug 22 17:49:23.749 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
78922024-08-22T17:49:25.508Z[ recovery-image] Aug 22 17:49:23.749 INFO O| Aug 22 17:49:23.749 INFO STEP 68 (remove_files) COMPLETE
78932024-08-22T17:49:25.508Z[ recovery-image] Aug 22 17:49:23.749 INFO O| Aug 22 17:49:23.749 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78942024-08-22T17:49:25.516Z[ recovery-image] Aug 22 17:49:23.760 INFO O| Aug 22 17:49:23.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
78952024-08-22T17:49:25.518Z[ recovery-image] Aug 22 17:49:23.760 INFO O| Aug 22 17:49:23.760 INFO STEP 69 (remove_files) COMPLETE
78962024-08-22T17:49:25.518Z[ recovery-image] Aug 22 17:49:23.760 INFO O| Aug 22 17:49:23.760 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78972024-08-22T17:49:25.526Z[ recovery-image] Aug 22 17:49:23.770 INFO O| Aug 22 17:49:23.770 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
78982024-08-22T17:49:25.528Z[ recovery-image] Aug 22 17:49:23.770 INFO O| Aug 22 17:49:23.770 INFO STEP 70 (remove_files) COMPLETE
78992024-08-22T17:49:25.529Z[ recovery-image] Aug 22 17:49:23.770 INFO O| Aug 22 17:49:23.770 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79002024-08-22T17:49:25.536Z[ recovery-image] Aug 22 17:49:23.780 INFO O| Aug 22 17:49:23.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79012024-08-22T17:49:25.539Z[ recovery-image] Aug 22 17:49:23.780 INFO O| Aug 22 17:49:23.780 INFO STEP 71 (remove_files) COMPLETE
79022024-08-22T17:49:25.539Z[ recovery-image] Aug 22 17:49:23.780 INFO O| Aug 22 17:49:23.780 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79032024-08-22T17:49:25.546Z[ recovery-image] Aug 22 17:49:23.790 INFO O| Aug 22 17:49:23.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79042024-08-22T17:49:25.546Z[ recovery-image] Aug 22 17:49:23.790 INFO O| Aug 22 17:49:23.790 INFO STEP 72 (remove_files) COMPLETE
79052024-08-22T17:49:25.549Z[ recovery-image] Aug 22 17:49:23.790 INFO O| Aug 22 17:49:23.790 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79062024-08-22T17:49:25.557Z[ recovery-image] Aug 22 17:49:23.801 INFO O| Aug 22 17:49:23.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79072024-08-22T17:49:25.559Z[ recovery-image] Aug 22 17:49:23.801 INFO O| Aug 22 17:49:23.801 INFO STEP 73 (remove_files) COMPLETE
79082024-08-22T17:49:25.559Z[ recovery-image] Aug 22 17:49:23.801 INFO O| Aug 22 17:49:23.801 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79092024-08-22T17:49:25.567Z[ recovery-image] Aug 22 17:49:23.811 INFO O| Aug 22 17:49:23.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79102024-08-22T17:49:25.570Z[ recovery-image] Aug 22 17:49:23.811 INFO O| Aug 22 17:49:23.811 INFO STEP 74 (remove_files) COMPLETE
79112024-08-22T17:49:25.570Z[ recovery-image] Aug 22 17:49:23.811 INFO O| Aug 22 17:49:23.811 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79122024-08-22T17:49:25.577Z[ recovery-image] Aug 22 17:49:23.821 INFO O| Aug 22 17:49:23.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79132024-08-22T17:49:25.577Z[ recovery-image] Aug 22 17:49:23.821 INFO O| Aug 22 17:49:23.821 INFO STEP 75 (remove_files) COMPLETE
79142024-08-22T17:49:25.579Z[ recovery-image] Aug 22 17:49:23.821 INFO O| Aug 22 17:49:23.821 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79152024-08-22T17:49:25.587Z[ recovery-image] Aug 22 17:49:23.831 INFO O| Aug 22 17:49:23.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79162024-08-22T17:49:25.587Z[ recovery-image] Aug 22 17:49:23.831 INFO O| Aug 22 17:49:23.831 INFO STEP 76 (remove_files) COMPLETE
79172024-08-22T17:49:25.590Z[ recovery-image] Aug 22 17:49:23.831 INFO O| Aug 22 17:49:23.831 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79182024-08-22T17:49:25.597Z[ recovery-image] Aug 22 17:49:23.841 INFO O| Aug 22 17:49:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79192024-08-22T17:49:25.600Z[ recovery-image] Aug 22 17:49:23.841 INFO O| Aug 22 17:49:23.841 INFO STEP 77 (remove_files) COMPLETE
79202024-08-22T17:49:25.600Z[ recovery-image] Aug 22 17:49:23.841 INFO O| Aug 22 17:49:23.841 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79212024-08-22T17:49:25.607Z[ recovery-image] Aug 22 17:49:23.852 INFO O| Aug 22 17:49:23.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79222024-08-22T17:49:25.610Z[ recovery-image] Aug 22 17:49:23.852 INFO O| Aug 22 17:49:23.852 INFO STEP 78 (remove_files) COMPLETE
79232024-08-22T17:49:25.610Z[ recovery-image] Aug 22 17:49:23.852 INFO O| Aug 22 17:49:23.852 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79242024-08-22T17:49:25.619Z[ recovery-image] Aug 22 17:49:23.862 INFO O| Aug 22 17:49:23.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79252024-08-22T17:49:25.622Z[ recovery-image] Aug 22 17:49:23.862 INFO O| Aug 22 17:49:23.862 INFO STEP 79 (remove_files) COMPLETE
79262024-08-22T17:49:25.622Z[ recovery-image] Aug 22 17:49:23.862 INFO O| Aug 22 17:49:23.862 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79272024-08-22T17:49:25.628Z[ recovery-image] Aug 22 17:49:23.872 INFO O| Aug 22 17:49:23.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79282024-08-22T17:49:25.628Z[ recovery-image] Aug 22 17:49:23.872 INFO O| Aug 22 17:49:23.872 INFO STEP 80 (remove_files) COMPLETE
79292024-08-22T17:49:25.628Z[ recovery-image] Aug 22 17:49:23.872 INFO O| Aug 22 17:49:23.872 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79302024-08-22T17:49:25.639Z[ recovery-image] Aug 22 17:49:23.882 INFO O| Aug 22 17:49:23.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79312024-08-22T17:49:25.639Z[ recovery-image] Aug 22 17:49:23.882 INFO O| Aug 22 17:49:23.882 INFO STEP 81 (remove_files) COMPLETE
79322024-08-22T17:49:25.639Z[ recovery-image] Aug 22 17:49:23.882 INFO O| Aug 22 17:49:23.882 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79332024-08-22T17:49:25.649Z[ recovery-image] Aug 22 17:49:23.892 INFO O| Aug 22 17:49:23.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79342024-08-22T17:49:25.649Z[ recovery-image] Aug 22 17:49:23.892 INFO O| Aug 22 17:49:23.892 INFO STEP 82 (remove_files) COMPLETE
79352024-08-22T17:49:25.649Z[ recovery-image] Aug 22 17:49:23.892 INFO O| Aug 22 17:49:23.892 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79362024-08-22T17:49:25.659Z[ recovery-image] Aug 22 17:49:23.902 INFO O| Aug 22 17:49:23.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79372024-08-22T17:49:25.659Z[ recovery-image] Aug 22 17:49:23.902 INFO O| Aug 22 17:49:23.902 INFO STEP 83 (remove_files) COMPLETE
79382024-08-22T17:49:25.659Z[ recovery-image] Aug 22 17:49:23.902 INFO O| Aug 22 17:49:23.902 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79392024-08-22T17:49:25.669Z[ recovery-image] Aug 22 17:49:23.913 INFO O| Aug 22 17:49:23.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79402024-08-22T17:49:25.669Z[ recovery-image] Aug 22 17:49:23.913 INFO O| Aug 22 17:49:23.913 INFO STEP 84 (remove_files) COMPLETE
79412024-08-22T17:49:25.669Z[ recovery-image] Aug 22 17:49:23.913 INFO O| Aug 22 17:49:23.913 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79422024-08-22T17:49:25.679Z[ recovery-image] Aug 22 17:49:23.923 INFO O| Aug 22 17:49:23.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79432024-08-22T17:49:25.679Z[ recovery-image] Aug 22 17:49:23.923 INFO O| Aug 22 17:49:23.923 INFO STEP 85 (remove_files) COMPLETE
79442024-08-22T17:49:25.679Z[ recovery-image] Aug 22 17:49:23.923 INFO O| Aug 22 17:49:23.923 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79452024-08-22T17:49:25.689Z[ recovery-image] Aug 22 17:49:23.933 INFO O| Aug 22 17:49:23.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79462024-08-22T17:49:25.692Z[ recovery-image] Aug 22 17:49:23.933 INFO O| Aug 22 17:49:23.933 INFO STEP 86 (remove_files) COMPLETE
79472024-08-22T17:49:25.692Z[ recovery-image] Aug 22 17:49:23.933 INFO O| Aug 22 17:49:23.933 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79482024-08-22T17:49:25.699Z[ recovery-image] Aug 22 17:49:23.943 INFO O| Aug 22 17:49:23.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79492024-08-22T17:49:25.699Z[ recovery-image] Aug 22 17:49:23.943 INFO O| Aug 22 17:49:23.943 INFO STEP 87 (remove_files) COMPLETE
79502024-08-22T17:49:25.702Z[ recovery-image] Aug 22 17:49:23.943 INFO O| Aug 22 17:49:23.943 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79512024-08-22T17:49:25.710Z[ recovery-image] Aug 22 17:49:23.953 INFO O| Aug 22 17:49:23.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79522024-08-22T17:49:25.710Z[ recovery-image] Aug 22 17:49:23.953 INFO O| Aug 22 17:49:23.953 INFO STEP 88 (remove_files) COMPLETE
79532024-08-22T17:49:25.713Z[ recovery-image] Aug 22 17:49:23.953 INFO O| Aug 22 17:49:23.953 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79542024-08-22T17:49:25.719Z[ recovery-image] Aug 22 17:49:23.963 INFO O| Aug 22 17:49:23.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79552024-08-22T17:49:25.722Z[ recovery-image] Aug 22 17:49:23.963 INFO O| Aug 22 17:49:23.963 INFO STEP 89 (remove_files) COMPLETE
79562024-08-22T17:49:25.722Z[ recovery-image] Aug 22 17:49:23.963 INFO O| Aug 22 17:49:23.963 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79572024-08-22T17:49:25.729Z[ recovery-image] Aug 22 17:49:23.973 INFO O| Aug 22 17:49:23.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79582024-08-22T17:49:25.729Z[ recovery-image] Aug 22 17:49:23.973 INFO O| Aug 22 17:49:23.973 INFO STEP 90 (remove_files) COMPLETE
79592024-08-22T17:49:25.732Z[ recovery-image] Aug 22 17:49:23.973 INFO O| Aug 22 17:49:23.973 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79602024-08-22T17:49:25.739Z[ recovery-image] Aug 22 17:49:23.983 INFO O| Aug 22 17:49:23.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79612024-08-22T17:49:25.742Z[ recovery-image] Aug 22 17:49:23.983 INFO O| Aug 22 17:49:23.983 INFO STEP 91 (remove_files) COMPLETE
79622024-08-22T17:49:25.742Z[ recovery-image] Aug 22 17:49:23.983 INFO O| Aug 22 17:49:23.983 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79632024-08-22T17:49:25.751Z[ recovery-image] Aug 22 17:49:23.993 INFO O| Aug 22 17:49:23.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79642024-08-22T17:49:25.754Z[ recovery-image] Aug 22 17:49:23.993 INFO O| Aug 22 17:49:23.993 INFO STEP 92 (remove_files) COMPLETE
79652024-08-22T17:49:25.754Z[ recovery-image] Aug 22 17:49:23.993 INFO O| Aug 22 17:49:23.993 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79662024-08-22T17:49:25.761Z[ recovery-image] Aug 22 17:49:24.005 INFO O| Aug 22 17:49:24.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79672024-08-22T17:49:25.761Z[ recovery-image] Aug 22 17:49:24.005 INFO O| Aug 22 17:49:24.005 INFO STEP 93 (remove_files) COMPLETE
79682024-08-22T17:49:25.761Z[ recovery-image] Aug 22 17:49:24.005 INFO O| Aug 22 17:49:24.005 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79692024-08-22T17:49:25.772Z[ recovery-image] Aug 22 17:49:24.016 INFO O| Aug 22 17:49:24.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79702024-08-22T17:49:25.772Z[ recovery-image] Aug 22 17:49:24.016 INFO O| Aug 22 17:49:24.016 INFO STEP 94 (remove_files) COMPLETE
79712024-08-22T17:49:25.774Z[ recovery-image] Aug 22 17:49:24.016 INFO O| Aug 22 17:49:24.016 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79722024-08-22T17:49:25.788Z[ recovery-image] Aug 22 17:49:24.031 INFO O| Aug 22 17:49:24.031 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79732024-08-22T17:49:25.788Z[ recovery-image] Aug 22 17:49:24.031 INFO O| Aug 22 17:49:24.031 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
79742024-08-22T17:49:26.619Z[ host-image] Aug 22 17:49:24.862 INFO O| Aug 22 17:49:24.862 INFO O| Download: Completed 1.39 MB in 3.50 seconds (406k/s)
79752024-08-22T17:49:26.648Z[ host-image] Aug 22 17:49:24.891 INFO O| Aug 22 17:49:24.891 INFO O| Actions: 1/238 actions (Installing new actions)
79762024-08-22T17:49:26.829Z[ host-image] Aug 22 17:49:25.064 INFO O| Aug 22 17:49:25.062 INFO O| Actions: Completed 238 actions in 0.17 seconds.
79772024-08-22T17:49:27.101Z[ host-image] Aug 22 17:49:25.345 INFO O| Aug 22 17:49:25.345 INFO O| Done
79782024-08-22T17:49:27.101Z[ host-image] Aug 22 17:49:25.345 INFO O| Aug 22 17:49:25.345 INFO O| Done
79792024-08-22T17:49:27.483Z[ host-image] Aug 22 17:49:25.726 INFO O| Aug 22 17:49:25.726 INFO O| Done
79802024-08-22T17:49:28.640Z[ host-image] Aug 22 17:49:26.883 INFO O| Aug 22 17:49:26.883 INFO O| Done
79812024-08-22T17:49:28.667Z[ host-image] Aug 22 17:49:26.910 INFO O| Aug 22 17:49:26.910 INFO O| Done
79822024-08-22T17:49:28.667Z[ host-image] Aug 22 17:49:26.910 INFO O| Aug 22 17:49:26.910 INFO O| Done
79832024-08-22T17:49:28.681Z[ host-image] Aug 22 17:49:26.925 INFO O| Aug 22 17:49:26.925 INFO O| Done
79842024-08-22T17:49:28.784Z[ host-image] Aug 22 17:49:27.027 INFO O| Aug 22 17:49:27.027 INFO STEP 12 (pkg_install) COMPLETE
79852024-08-22T17:49:28.784Z[ host-image] Aug 22 17:49:27.027 INFO O| Aug 22 17:49:27.027 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79862024-08-22T17:49:28.795Z[ host-image] Aug 22 17:49:27.038 INFO O| Aug 22 17:49:27.038 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
79872024-08-22T17:49:29.280Z[ host-image] Aug 22 17:49:27.523 INFO O| Aug 22 17:49:27.523 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
79882024-08-22T17:49:30.857Z[ host-image] Aug 22 17:49:29.099 INFO O| Aug 22 17:49:29.099 INFO O| Planning: Solver setup ... Done
79892024-08-22T17:49:30.860Z[ host-image] Aug 22 17:49:29.103 INFO O| Aug 22 17:49:29.103 INFO O| Planning: Running solver ... Done
79902024-08-22T17:49:30.900Z[ host-image] Aug 22 17:49:29.143 INFO O| Aug 22 17:49:29.143 INFO O| Planning: Finding local manifests ... Done
79912024-08-22T17:49:30.902Z[ host-image] Aug 22 17:49:29.144 INFO O| Aug 22 17:49:29.144 INFO O| Planning: Fetching manifests: 0/6 0% complete
79922024-08-22T17:49:31.043Z[ host-image] Aug 22 17:49:29.286 INFO O| Aug 22 17:49:29.286 INFO O| Planning: Fetching manifests: 6/6 100% complete
79932024-08-22T17:49:31.077Z[ host-image] Aug 22 17:49:29.319 INFO O| Aug 22 17:49:29.319 INFO O| Planning: Package planning ... Done
79942024-08-22T17:49:31.095Z[ host-image] Aug 22 17:49:29.338 INFO O| Aug 22 17:49:29.338 INFO O| Planning: Merging actions ... Done
79952024-08-22T17:49:31.170Z[ host-image] Aug 22 17:49:29.413 INFO O| Aug 22 17:49:29.412 INFO O| Planning: Checking for conflicting actions ... Done
79962024-08-22T17:49:31.173Z[ host-image] Aug 22 17:49:29.416 INFO O| Aug 22 17:49:29.416 INFO O| Planning: Consolidating action changes ... Done
79972024-08-22T17:49:31.351Z[ host-image] Aug 22 17:49:29.594 INFO O| Aug 22 17:49:29.593 INFO O| Planning: Evaluating mediators ... Done
79982024-08-22T17:49:31.355Z[ host-image] Aug 22 17:49:29.597 INFO O| Aug 22 17:49:29.597 INFO O| Planning: Planning completed in 2.07 seconds
79992024-08-22T17:49:31.357Z[ host-image] Aug 22 17:49:29.599 INFO O| Aug 22 17:49:29.599 INFO O| Packages to install: 6
80002024-08-22T17:49:31.357Z[ host-image] Aug 22 17:49:29.599 INFO O| Aug 22 17:49:29.599 INFO O| Mediators to change: 1
80012024-08-22T17:49:31.357Z[ host-image] Aug 22 17:49:29.599 INFO O| Aug 22 17:49:29.599 INFO O| Services to change: 1
80022024-08-22T17:49:31.368Z[ host-image] Aug 22 17:49:29.611 INFO O| Aug 22 17:49:29.611 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
80032024-08-22T17:49:33.960Z[ recovery-image] Aug 22 17:49:32.202 INFO O| Aug 22 17:49:32.202 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
80042024-08-22T17:49:33.960Z[ recovery-image] Aug 22 17:49:32.202 INFO O| Aug 22 17:49:32.202 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80052024-08-22T17:49:33.975Z[ recovery-image] Aug 22 17:49:32.218 INFO O| Aug 22 17:49:32.218 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
80062024-08-22T17:49:34.054Z[ recovery-image] Aug 22 17:49:32.296 INFO O| Aug 22 17:49:32.296 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80072024-08-22T17:49:34.054Z[ recovery-image] Aug 22 17:49:32.296 INFO O| Aug 22 17:49:32.296 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 ...
80082024-08-22T17:49:34.057Z[ recovery-image] Aug 22 17:49:32.298 INFO O| Aug 22 17:49:32.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80092024-08-22T17:49:34.057Z[ recovery-image] Aug 22 17:49:32.298 INFO O| Aug 22 17:49:32.298 INFO ok!
80102024-08-22T17:49:34.057Z[ recovery-image] Aug 22 17:49:32.298 INFO O| Aug 22 17:49:32.298 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80112024-08-22T17:49:34.057Z[ recovery-image] Aug 22 17:49:32.298 INFO O| Aug 22 17:49:32.298 INFO STEP 95 (seed_smf) COMPLETE
80122024-08-22T17:49:34.057Z[ recovery-image] Aug 22 17:49:32.298 INFO O| Aug 22 17:49:32.298 INFO steps complete; finalising image!
80132024-08-22T17:49:34.057Z[ recovery-image] Aug 22 17:49:32.298 INFO O| Aug 22 17:49:32.298 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80142024-08-22T17:49:34.085Z[ recovery-image] Aug 22 17:49:32.327 INFO O| Aug 22 17:49:32.326 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Thu Aug 22 17:49:32 2024)
80152024-08-22T17:49:34.295Z[ recovery-image] Aug 22 17:49:32.537 INFO O| Aug 22 17:49:32.537 INFO trim TEMPORARY-gimlet-zfs-recovery: (72% trimmed, started at Thu Aug 22 17:49:32 2024)
80162024-08-22T17:49:34.517Z[ recovery-image] Aug 22 17:49:32.760 INFO O| Aug 22 17:49:32.759 INFO temporary pool has 402M used, 1.36G avail, 1.00x compressratio
80172024-08-22T17:49:34.517Z[ recovery-image] Aug 22 17:49:32.760 INFO O| Aug 22 17:49:32.760 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80182024-08-22T17:49:34.756Z[ recovery-image] Aug 22 17:49:32.998 INFO O| Aug 22 17:49:32.998 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
80192024-08-22T17:49:34.756Z[ recovery-image] Aug 22 17:49:32.998 INFO O| Aug 22 17:49:32.998 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80202024-08-22T17:49:36.371Z[ host-image] Aug 22 17:49:34.613 INFO O| Aug 22 17:49:34.613 INFO O| Download: 474/1140 items 2.1/8.4MB 25% complete (448k/s)
80212024-08-22T17:49:37.831Z[ recovery-image] Aug 22 17:49:36.073 INFO O| Aug 22 17:49:36.072 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80222024-08-22T17:49:37.831Z[ recovery-image] Aug 22 17:49:36.073 INFO O| Aug 22 17:49:36.073 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80232024-08-22T17:49:37.834Z[ recovery-image] Aug 22 17:49:36.073 INFO O| Aug 22 17:49:36.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80242024-08-22T17:49:37.834Z[ recovery-image] Aug 22 17:49:36.073 INFO O| Aug 22 17:49:36.073 INFO completed processing gimlet/zfs-recovery
80252024-08-22T17:49:37.834Z[ recovery-image] Aug 22 17:49:36.073 INFO O| Aug 22 17:49:36.073 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80262024-08-22T17:49:38.562Z[ recovery-image] Aug 22 17:49:36.804 INFO O| Aug 22 17:49:36.804 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80272024-08-22T17:49:38.646Z[ recovery-image] Aug 22 17:49:36.888 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n"
80282024-08-22T17:49:38.649Z[ recovery-image] Aug 22 17:49:36.888 INFO expanded image name: "recovery 8293be5/${os_short_commit} 2024-08-22 17:22" -> "recovery 8293be5/60122b5 2024-08-22 17:22"
80292024-08-22T17:49:38.649Z[ recovery-image] Aug 22 17:49:36.888 INFO output artefacts stored in: "/work/os-recovery"
80302024-08-22T17:49:38.649Z[ recovery-image] Aug 22 17:49:36.888 INFO collecting git info from project "phbl"...
80312024-08-22T17:49:38.655Z[ recovery-image] Aug 22 17:49:36.897 INFO collecting git info from project "chelsio-t6-roms"...
80322024-08-22T17:49:38.676Z[ recovery-image] Aug 22 17:49:36.918 INFO collecting git info from project "pilot"...
80332024-08-22T17:49:38.687Z[ recovery-image] Aug 22 17:49:36.929 INFO collecting git info from project "pinprick"...
80342024-08-22T17:49:38.692Z[ recovery-image] Aug 22 17:49:36.934 INFO collecting git info from project "amd-firmware"...
80352024-08-22T17:49:38.915Z[ recovery-image] Aug 22 17:49:37.157 INFO collecting git info from project "amd-host-image-builder"...
80362024-08-22T17:49:39.156Z[ recovery-image] Aug 22 17:49:37.398 INFO collecting git info from project "image-builder"...
80372024-08-22T17:49:39.162Z[ recovery-image] Aug 22 17:49:37.404 INFO collecting git info from project "bootserver"...
80382024-08-22T17:49:39.169Z[ recovery-image] Aug 22 17:49:37.409 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80392024-08-22T17:49:39.538Z[ recovery-image] Aug 22 17:49:37.780 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80402024-08-22T17:49:39.907Z[ recovery-image] Aug 22 17:49:38.148 INFO creating Oxide boot image...
80412024-08-22T17:49:39.910Z[ recovery-image] Aug 22 17:49:38.148 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 8293be5/60122b5 2024-08-22 17:22", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80422024-08-22T17:49:41.787Z[ host-image] Aug 22 17:49:40.028 INFO O| Aug 22 17:49:40.028 INFO O| Download: 1138/1140 items 6.6/8.4MB 78% complete (736k/s)
80432024-08-22T17:49:41.816Z[ host-image] Aug 22 17:49:40.057 INFO O| Aug 22 17:49:40.057 INFO O| Download: Completed 8.42 MB in 10.45 seconds (825k/s)
80442024-08-22T17:49:41.868Z[ host-image] Aug 22 17:49:40.109 INFO O| Aug 22 17:49:40.109 INFO O| Actions: 1/1361 actions (Installing new actions)
80452024-08-22T17:49:42.298Z[ host-image] Aug 22 17:49:40.538 INFO O| Aug 22 17:49:40.538 INFO O| Actions: Completed 1361 actions in 0.43 seconds.
80462024-08-22T17:49:42.544Z[ host-image] Aug 22 17:49:40.784 INFO O| Aug 22 17:49:40.784 INFO O| Done
80472024-08-22T17:49:42.544Z[ host-image] Aug 22 17:49:40.785 INFO O| Aug 22 17:49:40.784 INFO O| Done
80482024-08-22T17:49:42.897Z[ host-image] Aug 22 17:49:41.137 INFO O| Aug 22 17:49:41.137 INFO O| Done
80492024-08-22T17:49:44.098Z[ host-image] Aug 22 17:49:42.339 INFO O| Aug 22 17:49:42.339 INFO O| Done
80502024-08-22T17:49:44.125Z[ host-image] Aug 22 17:49:42.366 INFO O| Aug 22 17:49:42.365 INFO O| Done
80512024-08-22T17:49:44.125Z[ host-image] Aug 22 17:49:42.366 INFO O| Aug 22 17:49:42.366 INFO O| Done
80522024-08-22T17:49:44.164Z[ host-image] Aug 22 17:49:42.405 INFO O| Aug 22 17:49:42.405 INFO O| Done
80532024-08-22T17:49:44.265Z[ host-image] Aug 22 17:49:42.505 INFO O| Aug 22 17:49:42.505 INFO STEP 13 (pkg_install) COMPLETE
80542024-08-22T17:49:44.265Z[ host-image] Aug 22 17:49:42.506 INFO O| Aug 22 17:49:42.505 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80552024-08-22T17:49:44.276Z[ host-image] Aug 22 17:49:42.517 INFO O| Aug 22 17:49:42.517 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
80562024-08-22T17:49:44.715Z[ host-image] Aug 22 17:49:42.955 INFO O| Aug 22 17:49:42.955 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80572024-08-22T17:49:46.194Z[ host-image] Aug 22 17:49:44.434 INFO O| Aug 22 17:49:44.434 INFO O| Planning: Solver setup ... Done
80582024-08-22T17:49:46.197Z[ host-image] Aug 22 17:49:44.438 INFO O| Aug 22 17:49:44.438 INFO O| Planning: Running solver ... Done
80592024-08-22T17:49:46.237Z[ host-image] Aug 22 17:49:44.477 INFO O| Aug 22 17:49:44.477 INFO O| Planning: Finding local manifests ... Done
80602024-08-22T17:49:46.239Z[ host-image] Aug 22 17:49:44.478 INFO O| Aug 22 17:49:44.478 INFO O| Planning: Fetching manifests: 0/1 0% complete
80612024-08-22T17:49:46.299Z[ host-image] Aug 22 17:49:44.540 INFO O| Aug 22 17:49:44.539 INFO O| Planning: Fetching manifests: 1/1 100% complete
80622024-08-22T17:49:46.319Z[ host-image] Aug 22 17:49:44.558 INFO O| Aug 22 17:49:44.558 INFO O| Planning: Package planning ... Done
80632024-08-22T17:49:46.322Z[ host-image] Aug 22 17:49:44.559 INFO O| Aug 22 17:49:44.559 INFO O| Planning: Merging actions ... Done
80642024-08-22T17:49:46.378Z[ host-image] Aug 22 17:49:44.619 INFO O| Aug 22 17:49:44.619 INFO O| Planning: Checking for conflicting actions ... Done
80652024-08-22T17:49:46.381Z[ host-image] Aug 22 17:49:44.619 INFO O| Aug 22 17:49:44.619 INFO O| Planning: Consolidating action changes ... Done
80662024-08-22T17:49:46.558Z[ host-image] Aug 22 17:49:44.798 INFO O| Aug 22 17:49:44.797 INFO O| Planning: Evaluating mediators ... Done
80672024-08-22T17:49:46.560Z[ host-image] Aug 22 17:49:44.798 INFO O| Aug 22 17:49:44.798 INFO O| Planning: Planning completed in 1.84 seconds
80682024-08-22T17:49:46.560Z[ host-image] Aug 22 17:49:44.800 INFO O| Aug 22 17:49:44.800 INFO O| Packages to install: 1
80692024-08-22T17:49:46.570Z[ host-image] Aug 22 17:49:44.810 INFO O| Aug 22 17:49:44.810 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
80702024-08-22T17:49:47.199Z[ host-image] Aug 22 17:49:45.438 INFO O| Aug 22 17:49:45.438 INFO O| Download: Completed 20.86 MB in 0.63 seconds (33.2M/s)
80712024-08-22T17:49:47.221Z[ host-image] Aug 22 17:49:45.462 INFO O| Aug 22 17:49:45.461 INFO O| Actions: 1/22 actions (Installing new actions)
80722024-08-22T17:49:47.739Z[ host-image] Aug 22 17:49:45.979 INFO O| Aug 22 17:49:45.979 INFO O| Actions: Completed 22 actions in 0.52 seconds.
80732024-08-22T17:49:47.980Z[ host-image] Aug 22 17:49:46.220 INFO O| Aug 22 17:49:46.220 INFO O| Done
80742024-08-22T17:49:47.980Z[ host-image] Aug 22 17:49:46.220 INFO O| Aug 22 17:49:46.220 INFO O| Done
80752024-08-22T17:49:48.327Z[ host-image] Aug 22 17:49:46.567 INFO O| Aug 22 17:49:46.567 INFO O| Done
80762024-08-22T17:49:49.517Z[ host-image] Aug 22 17:49:47.757 INFO O| Aug 22 17:49:47.757 INFO O| Done
80772024-08-22T17:49:49.542Z[ host-image] Aug 22 17:49:47.782 INFO O| Aug 22 17:49:47.781 INFO O| Done
80782024-08-22T17:49:49.542Z[ host-image] Aug 22 17:49:47.782 INFO O| Aug 22 17:49:47.782 INFO O| Done
80792024-08-22T17:49:49.552Z[ host-image] Aug 22 17:49:47.792 INFO O| Aug 22 17:49:47.791 INFO O| Done
80802024-08-22T17:49:49.654Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO STEP 14 (pkg_install) COMPLETE
80812024-08-22T17:49:49.654Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80822024-08-22T17:49:49.654Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO skip step because feature "mfg" is not enabled
80832024-08-22T17:49:49.657Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80842024-08-22T17:49:49.657Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO skip step because feature "compliance" is not enabled
80852024-08-22T17:49:49.657Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80862024-08-22T17:49:49.657Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO skip step because feature "stress" is not enabled
80872024-08-22T17:49:49.657Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80882024-08-22T17:49:49.657Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO skip step because feature "nfs" is not enabled
80892024-08-22T17:49:49.657Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80902024-08-22T17:49:49.657Z[ host-image] Aug 22 17:49:47.893 INFO O| Aug 22 17:49:47.893 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80912024-08-22T17:49:49.714Z[ host-image] Aug 22 17:49:47.954 INFO O| Aug 22 17:49:47.954 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80922024-08-22T17:49:49.792Z[ host-image] Aug 22 17:49:48.032 INFO O| Aug 22 17:49:48.032 INFO completed processing gimlet/ramdisk-01-os
80932024-08-22T17:49:49.795Z[ host-image] Aug 22 17:49:48.034 INFO omicron1 baseline generation...
80942024-08-22T17:49:49.795Z[ host-image] Aug 22 17:49:48.034 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80952024-08-22T17:49:50.196Z[ host-image] Aug 22 17:49:48.435 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22827:20240820T102318Z
80962024-08-22T17:50:25.094Z[ recovery-image] Aug 22 17:50:23.328 INFO O| ok, image written!
80972024-08-22T17:50:25.094Z[ recovery-image] Aug 22 17:50:23.328 INFO O| ok, boot_image_csum file written!
80982024-08-22T17:50:25.099Z[ recovery-image] Aug 22 17:50:23.333 INFO creating boot archive (CPIO)...
80992024-08-22T17:50:25.099Z[ recovery-image] Aug 22 17:50:23.333 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
81002024-08-22T17:50:25.109Z[ recovery-image] Aug 22 17:50:23.342 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81012024-08-22T17:50:25.109Z[ recovery-image] Aug 22 17:50:23.342 INFO E| + outfile=/work/os-recovery/cpio
81022024-08-22T17:50:25.111Z[ recovery-image] Aug 22 17:50:23.342 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81032024-08-22T17:50:25.111Z[ recovery-image] Aug 22 17:50:23.344 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81042024-08-22T17:50:25.111Z[ recovery-image] Aug 22 17:50:23.344 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81052024-08-22T17:50:25.144Z[ recovery-image] Aug 22 17:50:23.378 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81062024-08-22T17:50:25.144Z[ recovery-image] Aug 22 17:50:23.378 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81072024-08-22T17:50:25.152Z[ recovery-image] Aug 22 17:50:23.386 INFO creating compressed cpio/unix for nanobl-rs...
81082024-08-22T17:50:25.153Z[ recovery-image] Aug 22 17:50:23.386 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
81092024-08-22T17:50:25.433Z[ recovery-image] Aug 22 17:50:23.666 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81102024-08-22T17:50:29.798Z[ recovery-image] Aug 22 17:50:28.031 INFO creating reset image...
81112024-08-22T17:50:29.801Z[ recovery-image] Aug 22 17:50:28.032 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81122024-08-22T17:50:30.057Z[ recovery-image] Aug 22 17:50:28.289 INFO E| Updating crates.io index
81132024-08-22T17:50:30.153Z[ recovery-image] Aug 22 17:50:28.386 INFO E| Downloading crates ...
81142024-08-22T17:50:30.239Z[ recovery-image] Aug 22 17:50:28.472 INFO E| Downloaded shared_child v1.0.0
81152024-08-22T17:50:30.242Z[ recovery-image] Aug 22 17:50:28.474 INFO E| Downloaded anstyle-query v1.0.2
81162024-08-22T17:50:30.244Z[ recovery-image] Aug 22 17:50:28.475 INFO E| Downloaded anstyle v1.0.6
81172024-08-22T17:50:30.244Z[ recovery-image] Aug 22 17:50:28.477 INFO E| Downloaded os_pipe v1.1.5
81182024-08-22T17:50:30.247Z[ recovery-image] Aug 22 17:50:28.479 INFO E| Downloaded anstyle-parse v0.2.3
81192024-08-22T17:50:30.250Z[ recovery-image] Aug 22 17:50:28.481 INFO E| Downloaded duct v0.13.7
81202024-08-22T17:50:30.250Z[ recovery-image] Aug 22 17:50:28.483 INFO E| Downloaded clap_derive v4.5.3
81212024-08-22T17:50:30.253Z[ recovery-image] Aug 22 17:50:28.485 INFO E| Downloaded proc-macro2 v1.0.79
81222024-08-22T17:50:30.256Z[ recovery-image] Aug 22 17:50:28.487 INFO E| Downloaded clap v4.5.3
81232024-08-22T17:50:30.264Z[ recovery-image] Aug 22 17:50:28.497 INFO E| Downloaded anstream v0.6.13
81242024-08-22T17:50:30.266Z[ recovery-image] Aug 22 17:50:28.500 INFO E| Downloaded syn v2.0.53
81252024-08-22T17:50:30.294Z[ recovery-image] Aug 22 17:50:28.527 INFO E| Downloaded libc v0.2.153
81262024-08-22T17:50:30.395Z[ recovery-image] Aug 22 17:50:28.628 INFO E| Compiling proc-macro2 v1.0.79
81272024-08-22T17:50:30.395Z[ recovery-image] Aug 22 17:50:28.628 INFO E| Compiling libc v0.2.153
81282024-08-22T17:50:30.395Z[ recovery-image] Aug 22 17:50:28.628 INFO E| Compiling unicode-ident v1.0.12
81292024-08-22T17:50:30.398Z[ recovery-image] Aug 22 17:50:28.628 INFO E| Compiling utf8parse v0.2.1
81302024-08-22T17:50:30.398Z[ recovery-image] Aug 22 17:50:28.628 INFO E| Compiling colorchoice v1.0.0
81312024-08-22T17:50:30.401Z[ recovery-image] Aug 22 17:50:28.633 INFO E| Compiling anstyle-query v1.0.2
81322024-08-22T17:50:30.401Z[ recovery-image] Aug 22 17:50:28.633 INFO E| Compiling anstyle v1.0.6
81332024-08-22T17:50:30.401Z[ recovery-image] Aug 22 17:50:28.633 INFO E| Compiling clap_lex v0.7.0
81342024-08-22T17:50:30.639Z[ recovery-image] Aug 22 17:50:28.867 INFO E| Compiling anstyle-parse v0.2.3
81352024-08-22T17:50:30.646Z[ recovery-image] Aug 22 17:50:28.879 INFO E| Compiling heck v0.5.0
81362024-08-22T17:50:30.673Z[ recovery-image] Aug 22 17:50:28.906 INFO E| Compiling strsim v0.11.0
81372024-08-22T17:50:30.678Z[ recovery-image] Aug 22 17:50:28.911 INFO E| Compiling once_cell v1.19.0
81382024-08-22T17:50:30.936Z[ recovery-image] Aug 22 17:50:29.169 INFO E| Compiling anstream v0.6.13
81392024-08-22T17:50:31.339Z[ recovery-image] Aug 22 17:50:29.571 INFO E| Compiling clap_builder v4.5.2
81402024-08-22T17:50:31.949Z[ recovery-image] Aug 22 17:50:30.182 INFO E| Compiling os_pipe v1.1.5
81412024-08-22T17:50:31.949Z[ recovery-image] Aug 22 17:50:30.182 INFO E| Compiling shared_child v1.0.0
81422024-08-22T17:50:32.006Z[ recovery-image] Aug 22 17:50:30.239 INFO E| Compiling quote v1.0.35
81432024-08-22T17:50:32.099Z[ recovery-image] Aug 22 17:50:30.331 INFO E| Compiling duct v0.13.7
81442024-08-22T17:50:32.367Z[ recovery-image] Aug 22 17:50:30.598 INFO E| Compiling syn v2.0.53
81452024-08-22T17:50:37.669Z[ recovery-image] Aug 22 17:50:35.900 INFO E| Compiling clap_derive v4.5.3
81462024-08-22T17:50:39.875Z[ recovery-image] Aug 22 17:50:38.106 INFO E| Compiling clap v4.5.3
81472024-08-22T17:50:39.935Z[ recovery-image] Aug 22 17:50:38.166 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
81482024-08-22T17:50:41.176Z[ recovery-image] Aug 22 17:50:39.407 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
81492024-08-22T17:50:41.185Z[ recovery-image] Aug 22 17:50:39.416 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
81502024-08-22T17:50:41.319Z[ recovery-image] Aug 22 17:50:39.550 INFO E| Updating crates.io index
81512024-08-22T17:50:41.474Z[ recovery-image] Aug 22 17:50:39.705 INFO E| Downloading crates ...
81522024-08-22T17:50:41.520Z[ recovery-image] Aug 22 17:50:39.751 INFO E| Downloaded bit_field v0.10.2
81532024-08-22T17:50:41.522Z[ recovery-image] Aug 22 17:50:39.753 INFO E| Downloaded seq-macro v0.3.5
81542024-08-22T17:50:41.535Z[ recovery-image] Aug 22 17:50:39.766 INFO E| Downloaded raw-cpuid v10.7.0
81552024-08-22T17:50:41.539Z[ recovery-image] Aug 22 17:50:39.770 INFO E| Downloaded cpio_reader v0.1.1
81562024-08-22T17:50:41.646Z[ recovery-image] Aug 22 17:50:39.875 INFO E| Downloaded x86 v0.52.0
81572024-08-22T17:50:41.716Z[ recovery-image] Aug 22 17:50:39.947 INFO E| Updating crates.io index
81582024-08-22T17:50:41.763Z[ recovery-image] Aug 22 17:50:39.994 INFO E| Downloading crates ...
81592024-08-22T17:50:41.828Z[ recovery-image] Aug 22 17:50:40.059 INFO E| Downloaded compiler_builtins v0.1.108
81602024-08-22T17:50:41.899Z[ recovery-image] Aug 22 17:50:40.130 INFO E| Compiling compiler_builtins v0.1.108
81612024-08-22T17:50:41.899Z[ recovery-image] Aug 22 17:50:40.130 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)
81622024-08-22T17:50:41.899Z[ recovery-image] Aug 22 17:50:40.130 INFO E| Compiling proc-macro2 v1.0.79
81632024-08-22T17:50:41.902Z[ recovery-image] Aug 22 17:50:40.130 INFO E| Compiling unicode-ident v1.0.12
81642024-08-22T17:50:41.902Z[ recovery-image] Aug 22 17:50:40.130 INFO E| Compiling syn v1.0.109
81652024-08-22T17:50:41.902Z[ recovery-image] Aug 22 17:50:40.130 INFO E| Compiling x86 v0.52.0
81662024-08-22T17:50:41.902Z[ recovery-image] Aug 22 17:50:40.130 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
81672024-08-22T17:50:41.902Z[ recovery-image] Aug 22 17:50:40.130 INFO E| Compiling seq-macro v0.3.5
81682024-08-22T17:50:42.841Z[ host-image] Aug 22 17:50:41.071 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22827:20240820T102353Z
81692024-08-22T17:50:42.841Z[ host-image] Aug 22 17:50:41.072 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22827:20240820T102353Z
81702024-08-22T17:50:42.844Z[ host-image] Aug 22 17:50:41.072 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81712024-08-22T17:50:42.844Z[ host-image] Aug 22 17:50:41.072 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81722024-08-22T17:50:42.844Z[ host-image] Aug 22 17:50:41.072 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81732024-08-22T17:50:42.844Z[ host-image] Aug 22 17:50:41.072 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81742024-08-22T17:50:42.844Z[ host-image] Aug 22 17:50:41.073 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81752024-08-22T17:50:42.844Z[ host-image] Aug 22 17:50:41.073 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81762024-08-22T17:50:42.844Z[ host-image] Aug 22 17:50:41.074 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81772024-08-22T17:50:42.844Z[ host-image] Aug 22 17:50:41.074 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81782024-08-22T17:50:42.844Z[ host-image] Aug 22 17:50:41.074 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22827:20240820T102353Z
81792024-08-22T17:50:42.847Z[ host-image] Aug 22 17:50:41.076 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22827:20240820T102354Z
81802024-08-22T17:50:42.847Z[ host-image] Aug 22 17:50:41.077 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22827:20240820T102354Z
81812024-08-22T17:50:42.847Z[ host-image] Aug 22 17:50:41.077 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22827:20240820T102354Z
81822024-08-22T17:50:42.847Z[ host-image] Aug 22 17:50:41.077 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81832024-08-22T17:50:42.849Z[ host-image] Aug 22 17:50:41.078 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22827:20240820T102354Z
81842024-08-22T17:50:42.849Z[ host-image] Aug 22 17:50:41.079 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22827:20240820T102354Z
81852024-08-22T17:50:42.849Z[ host-image] Aug 22 17:50:41.079 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22827:20240820T102355Z
81862024-08-22T17:50:42.849Z[ host-image] Aug 22 17:50:41.079 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22827:20240820T102355Z
81872024-08-22T17:50:42.849Z[ host-image] Aug 22 17:50:41.079 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22827:20240820T102356Z
81882024-08-22T17:50:42.849Z[ host-image] Aug 22 17:50:41.079 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22827:20240820T102356Z
81892024-08-22T17:50:42.850Z[ host-image] Aug 22 17:50:41.079 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22827:20240820T102356Z
81902024-08-22T17:50:42.850Z[ host-image] Aug 22 17:50:41.080 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22827:20240820T102356Z
81912024-08-22T17:50:42.850Z[ host-image] Aug 22 17:50:41.080 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22827:20240820T102357Z
81922024-08-22T17:50:42.850Z[ host-image] Aug 22 17:50:41.080 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22827:20240820T102358Z
81932024-08-22T17:50:42.850Z[ host-image] Aug 22 17:50:41.080 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22827:20240820T102358Z
81942024-08-22T17:50:42.852Z[ host-image] Aug 22 17:50:41.080 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22827:20240820T102400Z
81952024-08-22T17:50:42.852Z[ host-image] Aug 22 17:50:41.080 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22827:20240820T102401Z
81962024-08-22T17:50:42.852Z[ host-image] Aug 22 17:50:41.080 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
81972024-08-22T17:50:42.852Z[ host-image] Aug 22 17:50:41.081 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22827:20240820T102402Z
81982024-08-22T17:50:42.852Z[ host-image] Aug 22 17:50:41.081 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22827:20240820T102404Z
81992024-08-22T17:50:42.852Z[ host-image] Aug 22 17:50:41.081 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22827:20240820T102405Z
82002024-08-22T17:50:42.852Z[ host-image] Aug 22 17:50:41.081 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22827:20240820T102406Z
82012024-08-22T17:50:42.852Z[ host-image] Aug 22 17:50:41.082 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22827:20240820T102407Z
82022024-08-22T17:50:42.853Z[ host-image] Aug 22 17:50:41.082 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22827:20240820T102407Z
82032024-08-22T17:50:42.861Z[ host-image] Aug 22 17:50:41.092 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82042024-08-22T17:50:42.864Z[ host-image] Aug 22 17:50:41.092 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22827:20240820T102407Z
82052024-08-22T17:50:42.864Z[ host-image] Aug 22 17:50:41.092 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82062024-08-22T17:50:42.864Z[ host-image] Aug 22 17:50:41.092 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82072024-08-22T17:50:42.864Z[ host-image] Aug 22 17:50:41.093 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82082024-08-22T17:50:42.864Z[ host-image] Aug 22 17:50:41.093 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22827:20240820T102407Z
82092024-08-22T17:50:42.864Z[ host-image] Aug 22 17:50:41.093 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82102024-08-22T17:50:42.864Z[ host-image] Aug 22 17:50:41.094 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82112024-08-22T17:50:42.866Z[ host-image] Aug 22 17:50:41.095 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82122024-08-22T17:50:42.866Z[ host-image] Aug 22 17:50:41.095 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82132024-08-22T17:50:42.877Z[ host-image] Aug 22 17:50:41.108 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82142024-08-22T17:50:42.877Z[ host-image] Aug 22 17:50:41.108 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82152024-08-22T17:50:42.877Z[ host-image] Aug 22 17:50:41.108 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82162024-08-22T17:50:42.880Z[ host-image] Aug 22 17:50:41.109 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82172024-08-22T17:50:42.880Z[ host-image] Aug 22 17:50:41.110 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82182024-08-22T17:50:42.880Z[ host-image] Aug 22 17:50:41.110 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82192024-08-22T17:50:42.916Z[ host-image] Aug 22 17:50:41.147 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
82202024-08-22T17:50:42.918Z[ host-image] Aug 22 17:50:41.147 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82212024-08-22T17:50:42.918Z[ host-image] Aug 22 17:50:41.147 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82222024-08-22T17:50:42.918Z[ host-image] Aug 22 17:50:41.148 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22827:20240820T102409Z
82232024-08-22T17:50:42.918Z[ host-image] Aug 22 17:50:41.148 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22827:20240820T102415Z
82242024-08-22T17:50:42.918Z[ host-image] Aug 22 17:50:41.149 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82252024-08-22T17:50:42.919Z[ host-image] Aug 22 17:50:41.149 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22827:20240820T102416Z
82262024-08-22T17:50:42.919Z[ host-image] Aug 22 17:50:41.149 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82272024-08-22T17:50:42.919Z[ host-image] Aug 22 17:50:41.149 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82282024-08-22T17:50:42.919Z[ host-image] Aug 22 17:50:41.149 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82292024-08-22T17:50:42.919Z[ host-image] Aug 22 17:50:41.149 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22827:20240820T102416Z
82302024-08-22T17:50:42.919Z[ host-image] Aug 22 17:50:41.149 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82312024-08-22T17:50:42.925Z[ host-image] Aug 22 17:50:41.154 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82322024-08-22T17:50:42.928Z[ host-image] Aug 22 17:50:41.154 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82332024-08-22T17:50:42.928Z[ host-image] Aug 22 17:50:41.154 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82342024-08-22T17:50:42.928Z[ host-image] Aug 22 17:50:41.155 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22827:20240820T102416Z
82352024-08-22T17:50:42.928Z[ host-image] Aug 22 17:50:41.155 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82362024-08-22T17:50:42.939Z[ host-image] Aug 22 17:50:41.170 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82372024-08-22T17:50:42.942Z[ host-image] Aug 22 17:50:41.170 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22827:20240820T102417Z
82382024-08-22T17:50:42.942Z[ host-image] Aug 22 17:50:41.173 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22827:20240820T102417Z
82392024-08-22T17:50:42.944Z[ host-image] Aug 22 17:50:41.173 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22827:20240820T102417Z
82402024-08-22T17:50:42.945Z[ host-image] Aug 22 17:50:41.173 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82412024-08-22T17:50:42.945Z[ host-image] Aug 22 17:50:41.174 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22827:20240820T102419Z
82422024-08-22T17:50:42.945Z[ host-image] Aug 22 17:50:41.174 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22827:20240820T102419Z
82432024-08-22T17:50:42.945Z[ host-image] Aug 22 17:50:41.174 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22827:20240820T102419Z
82442024-08-22T17:50:42.945Z[ host-image] Aug 22 17:50:41.175 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22827:20240820T102419Z
82452024-08-22T17:50:42.954Z[ host-image] Aug 22 17:50:41.179 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82462024-08-22T17:50:42.954Z[ host-image] Aug 22 17:50:41.179 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22827:20240820T102419Z
82472024-08-22T17:50:42.954Z[ host-image] Aug 22 17:50:41.180 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22827:20240820T102421Z
82482024-08-22T17:50:42.954Z[ host-image] Aug 22 17:50:41.180 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82492024-08-22T17:50:42.954Z[ host-image] Aug 22 17:50:41.180 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22827:20240820T102421Z
82502024-08-22T17:50:42.954Z[ host-image] Aug 22 17:50:41.180 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22827:20240820T102421Z
82512024-08-22T17:50:42.954Z[ host-image] Aug 22 17:50:41.180 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22827:20240820T102421Z
82522024-08-22T17:50:42.955Z[ host-image] Aug 22 17:50:41.181 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22827:20240820T102421Z
82532024-08-22T17:50:42.959Z[ host-image] Aug 22 17:50:41.189 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22827:20240820T102421Z
82542024-08-22T17:50:42.959Z[ host-image] Aug 22 17:50:41.189 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82552024-08-22T17:50:42.961Z[ host-image] Aug 22 17:50:41.191 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22827:20240820T102421Z
82562024-08-22T17:50:42.963Z[ host-image] Aug 22 17:50:41.193 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22827:20240820T102422Z
82572024-08-22T17:50:42.963Z[ host-image] Aug 22 17:50:41.193 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22827:20240820T102422Z
82582024-08-22T17:50:42.964Z[ host-image] Aug 22 17:50:41.194 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22827:20240820T102422Z
82592024-08-22T17:50:42.964Z[ host-image] Aug 22 17:50:41.194 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22827:20240820T102422Z
82602024-08-22T17:50:42.964Z[ host-image] Aug 22 17:50:41.194 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22827:20240820T102422Z
82612024-08-22T17:50:42.974Z[ host-image] Aug 22 17:50:41.205 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22827:20240820T102424Z
82622024-08-22T17:50:42.976Z[ host-image] Aug 22 17:50:41.205 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22827:20240820T102423Z
82632024-08-22T17:50:42.976Z[ host-image] Aug 22 17:50:41.205 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22827:20240820T102423Z
82642024-08-22T17:50:42.976Z[ host-image] Aug 22 17:50:41.206 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22827:20240820T102423Z
82652024-08-22T17:50:42.977Z[ host-image] Aug 22 17:50:41.206 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22827:20240820T102424Z
82662024-08-22T17:50:42.998Z[ host-image] Aug 22 17:50:41.229 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22827:20240820T102427Z
82672024-08-22T17:50:42.999Z[ host-image] Aug 22 17:50:41.229 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22827:20240820T102424Z
82682024-08-22T17:50:43.001Z[ host-image] Aug 22 17:50:41.229 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22827:20240820T102424Z
82692024-08-22T17:50:43.001Z[ host-image] Aug 22 17:50:41.229 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82702024-08-22T17:50:43.001Z[ host-image] Aug 22 17:50:41.230 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82712024-08-22T17:50:43.029Z[ host-image] Aug 22 17:50:41.260 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22827:20240820T102424Z
82722024-08-22T17:50:43.032Z[ host-image] Aug 22 17:50:41.260 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82732024-08-22T17:50:43.032Z[ host-image] Aug 22 17:50:41.260 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22827:20240820T102425Z
82742024-08-22T17:50:43.032Z[ host-image] Aug 22 17:50:41.260 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22827:20240820T102425Z
82752024-08-22T17:50:43.032Z[ host-image] Aug 22 17:50:41.262 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22827:20240820T102425Z
82762024-08-22T17:50:43.032Z[ host-image] Aug 22 17:50:41.262 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82772024-08-22T17:50:43.032Z[ host-image] Aug 22 17:50:41.263 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82782024-08-22T17:50:43.035Z[ host-image] Aug 22 17:50:41.263 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22827:20240820T102426Z
82792024-08-22T17:50:43.035Z[ host-image] Aug 22 17:50:41.263 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22827:20240820T102426Z
82802024-08-22T17:50:43.035Z[ host-image] Aug 22 17:50:41.263 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22827:20240820T102426Z
82812024-08-22T17:50:43.035Z[ host-image] Aug 22 17:50:41.264 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22827:20240820T102426Z
82822024-08-22T17:50:43.035Z[ host-image] Aug 22 17:50:41.264 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22827:20240820T102427Z
82832024-08-22T17:50:43.035Z[ host-image] Aug 22 17:50:41.264 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22827:20240820T102427Z
82842024-08-22T17:50:43.037Z[ host-image] Aug 22 17:50:41.267 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82852024-08-22T17:50:43.037Z[ host-image] Aug 22 17:50:41.268 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22827:20240820T102427Z
82862024-08-22T17:50:43.040Z[ host-image] Aug 22 17:50:41.269 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22827:20240820T102428Z
82872024-08-22T17:50:43.040Z[ host-image] Aug 22 17:50:41.269 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22827:20240820T102428Z
82882024-08-22T17:50:43.040Z[ host-image] Aug 22 17:50:41.270 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22827:20240820T102429Z
82892024-08-22T17:50:43.040Z[ host-image] Aug 22 17:50:41.270 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22827:20240820T102428Z
82902024-08-22T17:50:43.040Z[ host-image] Aug 22 17:50:41.270 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22827:20240820T102428Z
82912024-08-22T17:50:43.040Z[ host-image] Aug 22 17:50:41.270 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82922024-08-22T17:50:43.040Z[ host-image] Aug 22 17:50:41.270 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82932024-08-22T17:50:43.042Z[ host-image] Aug 22 17:50:41.271 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22827:20240820T102431Z
82942024-08-22T17:50:43.043Z[ host-image] Aug 22 17:50:41.271 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22827:20240820T102431Z
82952024-08-22T17:50:43.043Z[ host-image] Aug 22 17:50:41.271 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82962024-08-22T17:50:43.043Z[ host-image] Aug 22 17:50:41.271 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82972024-08-22T17:50:43.043Z[ host-image] Aug 22 17:50:41.271 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82982024-08-22T17:50:43.043Z[ host-image] Aug 22 17:50:41.272 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82992024-08-22T17:50:43.043Z[ host-image] Aug 22 17:50:41.272 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83002024-08-22T17:50:43.043Z[ host-image] Aug 22 17:50:41.273 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83012024-08-22T17:50:43.045Z[ host-image] Aug 22 17:50:41.274 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83022024-08-22T17:50:43.045Z[ host-image] Aug 22 17:50:41.274 INFO O| tempdir @ "/tmp/.tmpm1J5aj/tmp"
83032024-08-22T17:50:43.045Z[ host-image] Aug 22 17:50:41.274 INFO O| image root @ "/tmp/.tmpm1J5aj/tmp/root"
83042024-08-22T17:50:43.046Z[ host-image] Aug 22 17:50:41.274 INFO O| creating image...
83052024-08-22T17:50:43.094Z[ recovery-image] Aug 22 17:50:41.325 INFO E| Compiling quote v1.0.35
83062024-08-22T17:50:43.432Z[ recovery-image] Aug 22 17:50:41.663 INFO E| Compiling syn v2.0.53
83072024-08-22T17:50:43.652Z[ host-image] Aug 22 17:50:41.883 INFO O| copying publishers...
83082024-08-22T17:50:46.762Z[ recovery-image] Aug 22 17:50:44.992 INFO E| Compiling scroll_derive v0.12.0
83092024-08-22T17:50:49.706Z[ recovery-image] Aug 22 17:50:47.936 INFO E| Compiling bitstruct_derive v0.1.0
83102024-08-22T17:50:50.613Z[ host-image] Aug 22 17:50:48.842 INFO O| adding properties...
83112024-08-22T17:50:51.725Z[ host-image] Aug 22 17:50:49.955 INFO O| installing packages...
83122024-08-22T17:51:04.259Z[ recovery-image] Aug 22 17:51:02.484 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)
83132024-08-22T17:51:06.018Z[ recovery-image] Aug 22 17:51:04.244 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)
83142024-08-22T17:51:07.037Z[ host-image] Aug 22 17:51:05.263 INFO O| seeding SMF database...
83152024-08-22T17:51:09.469Z[ recovery-image] Aug 22 17:51:07.695 INFO E| Compiling bitflags v1.3.2
83162024-08-22T17:51:09.469Z[ recovery-image] Aug 22 17:51:07.696 INFO E| Compiling log v0.4.21
83172024-08-22T17:51:09.473Z[ recovery-image] Aug 22 17:51:07.696 INFO E| Compiling scroll v0.12.0
83182024-08-22T17:51:09.473Z[ recovery-image] Aug 22 17:51:07.696 INFO E| Compiling plain v0.2.3
83192024-08-22T17:51:09.473Z[ recovery-image] Aug 22 17:51:07.696 INFO E| Compiling adler v1.0.2
83202024-08-22T17:51:09.473Z[ recovery-image] Aug 22 17:51:07.696 INFO E| Compiling bit_field v0.10.2
83212024-08-22T17:51:09.473Z[ recovery-image] Aug 22 17:51:07.696 INFO E| Compiling static_assertions v1.1.0
83222024-08-22T17:51:09.561Z[ recovery-image] Aug 22 17:51:07.787 INFO E| Compiling raw-cpuid v10.7.0
83232024-08-22T17:51:09.566Z[ recovery-image] Aug 22 17:51:07.788 INFO E| Compiling cpio_reader v0.1.1
83242024-08-22T17:51:09.630Z[ recovery-image] Aug 22 17:51:07.856 INFO E| Compiling miniz_oxide v0.7.2
83252024-08-22T17:51:09.768Z[ recovery-image] Aug 22 17:51:07.994 INFO E| Compiling bitstruct v0.1.1
83262024-08-22T17:51:10.020Z[ recovery-image] Aug 22 17:51:08.246 INFO E| Compiling goblin v0.8.0
83272024-08-22T17:51:15.913Z[ host-image] Aug 22 17:51:14.138 INFO O| configuring SMF profile...
83282024-08-22T17:51:15.916Z[ host-image] Aug 22 17:51:14.138 INFO O| modifying shadow(5)...
83292024-08-22T17:51:15.916Z[ host-image] Aug 22 17:51:14.138 INFO O| loading user and group database...
83302024-08-22T17:51:15.916Z[ host-image] Aug 22 17:51:14.138 INFO O| assessing packaged files...
83312024-08-22T17:51:17.015Z[ recovery-image] Aug 22 17:51:15.240 INFO E| Finished `release` profile [optimized] target(s) in 35.80s
83322024-08-22T17:51:17.035Z[ recovery-image] Aug 22 17:51:15.260 INFO building host image...
83332024-08-22T17:51:17.040Z[ recovery-image] Aug 22 17:51:15.260 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")
83342024-08-22T17:51:17.469Z[ recovery-image] Aug 22 17:51:15.694 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
83352024-08-22T17:51:18.176Z[ host-image] Aug 22 17:51:16.400 INFO O| creating archive...
83362024-08-22T17:51:18.209Z[ host-image] Aug 22 17:51:16.434 INFO O| missing from packaging:
83372024-08-22T17:51:18.209Z[ host-image] Aug 22 17:51:16.434 INFO O| "etc/.pwd.lock"
83382024-08-22T17:51:18.209Z[ host-image] Aug 22 17:51:16.434 INFO O| "etc/bash"
83392024-08-22T17:51:18.214Z[ host-image] Aug 22 17:51:16.439 INFO O| "etc/svc/profile/generic.xml"
83402024-08-22T17:51:18.214Z[ host-image] Aug 22 17:51:16.439 INFO O| "etc/svc/profile/inetd_services.xml"
83412024-08-22T17:51:18.217Z[ host-image] Aug 22 17:51:16.439 INFO O| "etc/svc/profile/name_service.xml"
83422024-08-22T17:51:18.217Z[ host-image] Aug 22 17:51:16.439 INFO O| "etc/svc/profile/platform.xml"
83432024-08-22T17:51:18.217Z[ host-image] Aug 22 17:51:16.439 INFO O| "etc/svc/profile/platform_omicron1.xml"
83442024-08-22T17:51:18.217Z[ host-image] Aug 22 17:51:16.439 INFO O| "etc/svc/repository.db"
83452024-08-22T17:51:18.223Z[ host-image] Aug 22 17:51:16.448 INFO O| "opt/ooce/share"
83462024-08-22T17:51:18.227Z[ host-image] Aug 22 17:51:16.448 INFO O| "opt/ooce/share/man"
83472024-08-22T17:51:18.227Z[ host-image] Aug 22 17:51:16.448 INFO O| "opt/ooce/share/man/man1"
83482024-08-22T17:51:18.233Z[ host-image] Aug 22 17:51:16.458 INFO O| finishing archive...
83492024-08-22T17:51:18.891Z[ recovery-image] Aug 22 17:51:17.116 INFO image complete! materials are in "/work/os-recovery"
83502024-08-22T17:51:18.894Z[ recovery-image]
83512024-08-22T17:51:18.894Z[ recovery-image] real 7:02.944933292
83522024-08-22T17:51:18.897Z[ recovery-image] user 4:27.965380295
83532024-08-22T17:51:18.897Z[ recovery-image] sys 1:00.331131795
83542024-08-22T17:51:18.897Z[ recovery-image] trap 0.131442757
83552024-08-22T17:51:18.897Z[ recovery-image] tflt 0.245445835
83562024-08-22T17:51:18.897Z[ recovery-image] dflt 1.270446366
83572024-08-22T17:51:18.897Z[ recovery-image] kflt 0.000075356
83582024-08-22T17:51:18.897Z[ recovery-image] lock 9:12.043139455
83592024-08-22T17:51:18.897Z[ recovery-image] slp 42:40.479914284
83602024-08-22T17:51:18.897Z[ recovery-image] lat 57.732561645
83612024-08-22T17:51:18.897Z[ recovery-image] stop 3.288913122
83622024-08-22T17:51:18.897ZAug 22 17:51:17.120 INFO [recovery-image] process exited with exit status: 0 (422.981068661s)
83632024-08-22T17:51:21.140Z[ host-image] Aug 22 17:51:19.316 INFO O| creating gzonly manifest...
83642024-08-22T17:51:21.224Z[ host-image] Aug 22 17:51:19.328 INFO O| ok
83652024-08-22T17:51:21.320Z[ host-image] Aug 22 17:51:19.432 INFO image builder template: ramdisk-02-trim...
83662024-08-22T17:51:21.320Z[ host-image] Aug 22 17:51:19.432 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/.tmpEJvKw1/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
83672024-08-22T17:51:21.320Z[ host-image] Aug 22 17:51:19.457 INFO O| Aug 22 17:51:19.456 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83682024-08-22T17:51:21.320Z[ host-image] Aug 22 17:51:19.461 INFO O| Aug 22 17:51:19.461 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83692024-08-22T17:51:21.380Z[ host-image] Aug 22 17:51:19.537 INFO O| Aug 22 17:51:19.537 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83702024-08-22T17:51:21.430Z[ host-image] Aug 22 17:51:19.636 INFO O| Aug 22 17:51:19.636 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83712024-08-22T17:51:21.430Z[ host-image] Aug 22 17:51:19.636 INFO O| Aug 22 17:51:19.636 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83722024-08-22T17:51:21.470Z[ host-image] Aug 22 17:51:19.642 INFO O| Aug 22 17:51:19.642 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83732024-08-22T17:51:21.470Z[ host-image] Aug 22 17:51:19.646 INFO O| Aug 22 17:51:19.646 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83742024-08-22T17:51:21.470Z[ host-image] Aug 22 17:51:19.651 INFO O| Aug 22 17:51:19.651 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83752024-08-22T17:51:21.635Z[ host-image] Aug 22 17:51:19.835 INFO O| Aug 22 17:51:19.835 INFO rolled back to input snapshot; work may begin
83762024-08-22T17:51:21.635Z[ host-image] Aug 22 17:51:19.835 INFO O| Aug 22 17:51:19.835 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83772024-08-22T17:51:21.651Z[ host-image] Aug 22 17:51:19.841 INFO O| Aug 22 17:51:19.841 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-22T17:51:21.651Z[ host-image] Aug 22 17:51:19.851 INFO O| Aug 22 17:51:19.851 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83792024-08-22T17:51:21.680Z[ host-image] Aug 22 17:51:19.900 INFO O| Aug 22 17:51:19.900 INFO STEP 0 (remove_files) COMPLETE
83802024-08-22T17:51:21.681Z[ host-image] Aug 22 17:51:19.900 INFO O| Aug 22 17:51:19.900 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-22T17:51:21.696Z[ host-image] Aug 22 17:51:19.911 INFO O| Aug 22 17:51:19.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83822024-08-22T17:51:21.707Z[ host-image] Aug 22 17:51:19.913 INFO O| Aug 22 17:51:19.913 INFO STEP 1 (remove_files) COMPLETE
83832024-08-22T17:51:21.707Z[ host-image] Aug 22 17:51:19.913 INFO O| Aug 22 17:51:19.913 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-22T17:51:21.707Z[ host-image] Aug 22 17:51:19.923 INFO O| Aug 22 17:51:19.923 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83852024-08-22T17:51:21.723Z[ host-image] Aug 22 17:51:19.937 INFO O| Aug 22 17:51:19.937 INFO STEP 2 (remove_files) COMPLETE
83862024-08-22T17:51:21.724Z[ host-image] Aug 22 17:51:19.937 INFO O| Aug 22 17:51:19.937 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-22T17:51:21.737Z[ host-image] Aug 22 17:51:19.949 INFO O| Aug 22 17:51:19.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83882024-08-22T17:51:21.737Z[ host-image] Aug 22 17:51:19.951 INFO O| Aug 22 17:51:19.951 INFO STEP 3 (remove_files) COMPLETE
83892024-08-22T17:51:21.737Z[ host-image] Aug 22 17:51:19.951 INFO O| Aug 22 17:51:19.951 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-22T17:51:21.780Z[ host-image] Aug 22 17:51:19.960 INFO O| Aug 22 17:51:19.960 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83912024-08-22T17:51:21.781Z[ host-image] Aug 22 17:51:19.964 INFO O| Aug 22 17:51:19.964 INFO STEP 4 (remove_files) COMPLETE
83922024-08-22T17:51:21.781Z[ host-image] Aug 22 17:51:19.964 INFO O| Aug 22 17:51:19.964 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-22T17:51:21.781Z[ host-image] Aug 22 17:51:19.974 INFO O| Aug 22 17:51:19.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83942024-08-22T17:51:21.821Z[ host-image] Aug 22 17:51:19.977 INFO O| Aug 22 17:51:19.977 INFO STEP 5 (remove_files) COMPLETE
83952024-08-22T17:51:21.821Z[ host-image] Aug 22 17:51:19.977 INFO O| Aug 22 17:51:19.977 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-22T17:51:21.821Z[ host-image] Aug 22 17:51:19.987 INFO O| Aug 22 17:51:19.987 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83972024-08-22T17:51:21.821Z[ host-image] Aug 22 17:51:19.998 INFO O| Aug 22 17:51:19.998 INFO STEP 6 (remove_files) COMPLETE
83982024-08-22T17:51:21.821Z[ host-image] Aug 22 17:51:19.998 INFO O| Aug 22 17:51:19.998 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-22T17:51:21.821Z[ host-image] Aug 22 17:51:20.009 INFO O| Aug 22 17:51:20.009 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84002024-08-22T17:51:21.829Z[ host-image] Aug 22 17:51:20.024 INFO O| Aug 22 17:51:20.024 INFO STEP 7 (remove_files) COMPLETE
84012024-08-22T17:51:21.829Z[ host-image] Aug 22 17:51:20.024 INFO O| Aug 22 17:51:20.024 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-22T17:51:21.829Z[ host-image] Aug 22 17:51:20.034 INFO O| Aug 22 17:51:20.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84032024-08-22T17:51:21.905Z[ host-image] Aug 22 17:51:20.123 INFO O| Aug 22 17:51:20.123 INFO STEP 8 (remove_files) COMPLETE
84042024-08-22T17:51:21.905Z[ host-image] Aug 22 17:51:20.123 INFO O| Aug 22 17:51:20.123 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-22T17:51:21.913Z[ host-image] Aug 22 17:51:20.134 INFO O| Aug 22 17:51:20.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84062024-08-22T17:51:22.006Z[ host-image] Aug 22 17:51:20.229 INFO O| Aug 22 17:51:20.229 INFO STEP 9 (remove_files) COMPLETE
84072024-08-22T17:51:22.006Z[ host-image] Aug 22 17:51:20.229 INFO O| Aug 22 17:51:20.229 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-22T17:51:22.016Z[ host-image] Aug 22 17:51:20.241 INFO O| Aug 22 17:51:20.240 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84092024-08-22T17:51:22.021Z[ host-image] Aug 22 17:51:20.244 INFO O| Aug 22 17:51:20.244 INFO STEP 10 (remove_files) COMPLETE
84102024-08-22T17:51:22.024Z[ host-image] Aug 22 17:51:20.244 INFO O| Aug 22 17:51:20.244 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-22T17:51:22.030Z[ host-image] Aug 22 17:51:20.254 INFO O| Aug 22 17:51:20.254 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84122024-08-22T17:51:22.032Z[ host-image] Aug 22 17:51:20.255 INFO O| Aug 22 17:51:20.255 INFO STEP 11 (remove_files) COMPLETE
84132024-08-22T17:51:22.032Z[ host-image] Aug 22 17:51:20.255 INFO O| Aug 22 17:51:20.255 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-22T17:51:22.041Z[ host-image] Aug 22 17:51:20.264 INFO O| Aug 22 17:51:20.264 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84152024-08-22T17:51:22.043Z[ host-image] Aug 22 17:51:20.266 INFO O| Aug 22 17:51:20.266 INFO STEP 12 (remove_files) COMPLETE
84162024-08-22T17:51:22.043Z[ host-image] Aug 22 17:51:20.266 INFO O| Aug 22 17:51:20.266 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-22T17:51:22.060Z[ host-image] Aug 22 17:51:20.284 INFO O| Aug 22 17:51:20.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84182024-08-22T17:51:22.060Z[ host-image] Aug 22 17:51:20.284 INFO O| Aug 22 17:51:20.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84192024-08-22T17:51:22.062Z[ host-image] Aug 22 17:51:20.284 INFO O| Aug 22 17:51:20.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84202024-08-22T17:51:22.062Z[ host-image] Aug 22 17:51:20.284 INFO O| Aug 22 17:51:20.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84212024-08-22T17:51:22.062Z[ host-image] Aug 22 17:51:20.285 INFO O| Aug 22 17:51:20.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84222024-08-22T17:51:22.062Z[ host-image] Aug 22 17:51:20.285 INFO O| Aug 22 17:51:20.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84232024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.285 INFO O| Aug 22 17:51:20.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84242024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.285 INFO O| Aug 22 17:51:20.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84252024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.285 INFO O| Aug 22 17:51:20.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84262024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.286 INFO O| Aug 22 17:51:20.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84272024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.286 INFO O| Aug 22 17:51:20.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84282024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.286 INFO O| Aug 22 17:51:20.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84292024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.286 INFO O| Aug 22 17:51:20.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84302024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.286 INFO O| Aug 22 17:51:20.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84312024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.286 INFO O| Aug 22 17:51:20.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84322024-08-22T17:51:22.063Z[ host-image] Aug 22 17:51:20.287 INFO O| Aug 22 17:51:20.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84332024-08-22T17:51:22.075Z[ host-image] Aug 22 17:51:20.299 INFO O| Aug 22 17:51:20.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84342024-08-22T17:51:22.344Z[ host-image] Aug 22 17:51:20.568 INFO O| Aug 22 17:51:20.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84352024-08-22T17:51:22.348Z[ host-image] Aug 22 17:51:20.572 INFO O| Aug 22 17:51:20.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84362024-08-22T17:51:22.353Z[ host-image] Aug 22 17:51:20.572 INFO O| Aug 22 17:51:20.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84372024-08-22T17:51:22.391Z[ host-image] Aug 22 17:51:20.613 INFO O| Aug 22 17:51:20.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84382024-08-22T17:51:22.460Z[ host-image] Aug 22 17:51:20.684 INFO O| Aug 22 17:51:20.684 INFO STEP 13 (remove_files) COMPLETE
84392024-08-22T17:51:22.460Z[ host-image] Aug 22 17:51:20.684 INFO O| Aug 22 17:51:20.684 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-08-22T17:51:22.472Z[ host-image] Aug 22 17:51:20.696 INFO O| Aug 22 17:51:20.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84412024-08-22T17:51:22.474Z[ host-image] Aug 22 17:51:20.697 INFO O| Aug 22 17:51:20.697 INFO STEP 14 (remove_files) COMPLETE
84422024-08-22T17:51:22.474Z[ host-image] Aug 22 17:51:20.697 INFO O| Aug 22 17:51:20.697 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-08-22T17:51:22.483Z[ host-image] Aug 22 17:51:20.707 INFO O| Aug 22 17:51:20.707 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84442024-08-22T17:51:22.490Z[ host-image] Aug 22 17:51:20.714 INFO O| Aug 22 17:51:20.714 INFO STEP 15 (remove_files) COMPLETE
84452024-08-22T17:51:22.490Z[ host-image] Aug 22 17:51:20.714 INFO O| Aug 22 17:51:20.714 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-08-22T17:51:22.500Z[ host-image] Aug 22 17:51:20.724 INFO O| Aug 22 17:51:20.724 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84472024-08-22T17:51:22.503Z[ host-image] Aug 22 17:51:20.724 INFO O| Aug 22 17:51:20.724 INFO STEP 16 (remove_files) COMPLETE
84482024-08-22T17:51:22.503Z[ host-image] Aug 22 17:51:20.724 INFO O| Aug 22 17:51:20.724 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-08-22T17:51:22.510Z[ host-image] Aug 22 17:51:20.734 INFO O| Aug 22 17:51:20.734 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84502024-08-22T17:51:22.512Z[ host-image] Aug 22 17:51:20.736 INFO O| Aug 22 17:51:20.736 INFO STEP 17 (remove_files) COMPLETE
84512024-08-22T17:51:22.512Z[ host-image] Aug 22 17:51:20.736 INFO O| Aug 22 17:51:20.736 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-08-22T17:51:22.521Z[ host-image] Aug 22 17:51:20.745 INFO O| Aug 22 17:51:20.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84532024-08-22T17:51:22.521Z[ host-image] Aug 22 17:51:20.745 INFO O| Aug 22 17:51:20.745 INFO STEP 18 (remove_files) COMPLETE
84542024-08-22T17:51:22.524Z[ host-image] Aug 22 17:51:20.745 INFO O| Aug 22 17:51:20.745 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-08-22T17:51:22.531Z[ host-image] Aug 22 17:51:20.755 INFO O| Aug 22 17:51:20.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84562024-08-22T17:51:22.533Z[ host-image] Aug 22 17:51:20.755 INFO O| Aug 22 17:51:20.755 INFO STEP 19 (remove_files) COMPLETE
84572024-08-22T17:51:22.533Z[ host-image] Aug 22 17:51:20.755 INFO O| Aug 22 17:51:20.755 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-08-22T17:51:22.542Z[ host-image] Aug 22 17:51:20.765 INFO O| Aug 22 17:51:20.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84592024-08-22T17:51:22.543Z[ host-image] Aug 22 17:51:20.765 INFO O| Aug 22 17:51:20.765 INFO STEP 20 (remove_files) COMPLETE
84602024-08-22T17:51:22.551Z[ host-image] Aug 22 17:51:20.765 INFO O| Aug 22 17:51:20.765 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-08-22T17:51:22.558Z[ host-image] Aug 22 17:51:20.776 INFO O| Aug 22 17:51:20.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84622024-08-22T17:51:22.559Z[ host-image] Aug 22 17:51:20.776 INFO O| Aug 22 17:51:20.776 INFO STEP 21 (remove_files) COMPLETE
84632024-08-22T17:51:22.559Z[ host-image] Aug 22 17:51:20.776 INFO O| Aug 22 17:51:20.776 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-08-22T17:51:22.563Z[ host-image] Aug 22 17:51:20.786 INFO O| Aug 22 17:51:20.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84652024-08-22T17:51:22.563Z[ host-image] Aug 22 17:51:20.786 INFO O| Aug 22 17:51:20.786 INFO STEP 22 (remove_files) COMPLETE
84662024-08-22T17:51:22.563Z[ host-image] Aug 22 17:51:20.786 INFO O| Aug 22 17:51:20.786 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-08-22T17:51:22.573Z[ host-image] Aug 22 17:51:20.796 INFO O| Aug 22 17:51:20.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84682024-08-22T17:51:22.574Z[ host-image] Aug 22 17:51:20.796 INFO O| Aug 22 17:51:20.796 INFO STEP 23 (remove_files) COMPLETE
84692024-08-22T17:51:22.578Z[ host-image] Aug 22 17:51:20.796 INFO O| Aug 22 17:51:20.796 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-08-22T17:51:22.582Z[ host-image] Aug 22 17:51:20.806 INFO O| Aug 22 17:51:20.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84712024-08-22T17:51:22.582Z[ host-image] Aug 22 17:51:20.806 INFO O| Aug 22 17:51:20.806 INFO STEP 24 (remove_files) COMPLETE
84722024-08-22T17:51:22.583Z[ host-image] Aug 22 17:51:20.806 INFO O| Aug 22 17:51:20.806 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84732024-08-22T17:51:22.591Z[ host-image] Aug 22 17:51:20.815 INFO O| Aug 22 17:51:20.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84742024-08-22T17:51:22.591Z[ host-image] Aug 22 17:51:20.815 INFO O| Aug 22 17:51:20.815 INFO STEP 25 (remove_files) COMPLETE
84752024-08-22T17:51:22.595Z[ host-image] Aug 22 17:51:20.815 INFO O| Aug 22 17:51:20.815 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84762024-08-22T17:51:22.601Z[ host-image] Aug 22 17:51:20.825 INFO O| Aug 22 17:51:20.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84772024-08-22T17:51:22.603Z[ host-image] Aug 22 17:51:20.825 INFO O| Aug 22 17:51:20.825 INFO STEP 26 (remove_files) COMPLETE
84782024-08-22T17:51:22.603Z[ host-image] Aug 22 17:51:20.825 INFO O| Aug 22 17:51:20.825 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-08-22T17:51:22.610Z[ host-image] Aug 22 17:51:20.834 INFO O| Aug 22 17:51:20.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84802024-08-22T17:51:22.613Z[ host-image] Aug 22 17:51:20.834 INFO O| Aug 22 17:51:20.834 INFO STEP 27 (remove_files) COMPLETE
84812024-08-22T17:51:22.613Z[ host-image] Aug 22 17:51:20.834 INFO O| Aug 22 17:51:20.834 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-08-22T17:51:22.620Z[ host-image] Aug 22 17:51:20.844 INFO O| Aug 22 17:51:20.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84832024-08-22T17:51:22.620Z[ host-image] Aug 22 17:51:20.844 INFO O| Aug 22 17:51:20.844 INFO STEP 28 (remove_files) COMPLETE
84842024-08-22T17:51:22.623Z[ host-image] Aug 22 17:51:20.844 INFO O| Aug 22 17:51:20.844 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84852024-08-22T17:51:22.630Z[ host-image] Aug 22 17:51:20.854 INFO O| Aug 22 17:51:20.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84862024-08-22T17:51:22.630Z[ host-image] Aug 22 17:51:20.854 INFO O| Aug 22 17:51:20.854 INFO STEP 29 (remove_files) COMPLETE
84872024-08-22T17:51:22.630Z[ host-image] Aug 22 17:51:20.854 INFO O| Aug 22 17:51:20.854 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-22T17:51:22.639Z[ host-image] Aug 22 17:51:20.863 INFO O| Aug 22 17:51:20.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84892024-08-22T17:51:22.643Z[ host-image] Aug 22 17:51:20.863 INFO O| Aug 22 17:51:20.863 INFO STEP 30 (remove_files) COMPLETE
84902024-08-22T17:51:22.643Z[ host-image] Aug 22 17:51:20.863 INFO O| Aug 22 17:51:20.863 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84912024-08-22T17:51:22.649Z[ host-image] Aug 22 17:51:20.873 INFO O| Aug 22 17:51:20.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84922024-08-22T17:51:22.652Z[ host-image] Aug 22 17:51:20.873 INFO O| Aug 22 17:51:20.873 INFO STEP 31 (remove_files) COMPLETE
84932024-08-22T17:51:22.652Z[ host-image] Aug 22 17:51:20.873 INFO O| Aug 22 17:51:20.873 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-08-22T17:51:22.658Z[ host-image] Aug 22 17:51:20.882 INFO O| Aug 22 17:51:20.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84952024-08-22T17:51:22.659Z[ host-image] Aug 22 17:51:20.882 INFO O| Aug 22 17:51:20.882 INFO STEP 32 (remove_files) COMPLETE
84962024-08-22T17:51:22.662Z[ host-image] Aug 22 17:51:20.882 INFO O| Aug 22 17:51:20.882 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84972024-08-22T17:51:22.668Z[ host-image] Aug 22 17:51:20.892 INFO O| Aug 22 17:51:20.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84982024-08-22T17:51:22.673Z[ host-image] Aug 22 17:51:20.892 INFO O| Aug 22 17:51:20.892 INFO STEP 33 (remove_files) COMPLETE
84992024-08-22T17:51:22.673Z[ host-image] Aug 22 17:51:20.892 INFO O| Aug 22 17:51:20.892 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-22T17:51:22.678Z[ host-image] Aug 22 17:51:20.901 INFO O| Aug 22 17:51:20.901 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85012024-08-22T17:51:22.678Z[ host-image] Aug 22 17:51:20.901 INFO O| Aug 22 17:51:20.901 INFO STEP 34 (remove_files) COMPLETE
85022024-08-22T17:51:22.682Z[ host-image] Aug 22 17:51:20.901 INFO O| Aug 22 17:51:20.901 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85032024-08-22T17:51:22.688Z[ host-image] Aug 22 17:51:20.911 INFO O| Aug 22 17:51:20.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85042024-08-22T17:51:22.688Z[ host-image] Aug 22 17:51:20.911 INFO O| Aug 22 17:51:20.911 INFO STEP 35 (remove_files) COMPLETE
85052024-08-22T17:51:22.688Z[ host-image] Aug 22 17:51:20.911 INFO O| Aug 22 17:51:20.911 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85062024-08-22T17:51:22.698Z[ host-image] Aug 22 17:51:20.921 INFO O| Aug 22 17:51:20.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85072024-08-22T17:51:22.698Z[ host-image] Aug 22 17:51:20.921 INFO O| Aug 22 17:51:20.921 INFO STEP 36 (remove_files) COMPLETE
85082024-08-22T17:51:22.702Z[ host-image] Aug 22 17:51:20.921 INFO O| Aug 22 17:51:20.921 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-22T17:51:22.707Z[ host-image] Aug 22 17:51:20.931 INFO O| Aug 22 17:51:20.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85102024-08-22T17:51:22.712Z[ host-image] Aug 22 17:51:20.931 INFO O| Aug 22 17:51:20.931 INFO STEP 37 (remove_files) COMPLETE
85112024-08-22T17:51:22.712Z[ host-image] Aug 22 17:51:20.931 INFO O| Aug 22 17:51:20.931 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85122024-08-22T17:51:22.717Z[ host-image] Aug 22 17:51:20.941 INFO O| Aug 22 17:51:20.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85132024-08-22T17:51:22.717Z[ host-image] Aug 22 17:51:20.941 INFO O| Aug 22 17:51:20.941 INFO STEP 38 (remove_files) COMPLETE
85142024-08-22T17:51:22.719Z[ host-image] Aug 22 17:51:20.941 INFO O| Aug 22 17:51:20.941 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-08-22T17:51:22.726Z[ host-image] Aug 22 17:51:20.950 INFO O| Aug 22 17:51:20.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85162024-08-22T17:51:22.726Z[ host-image] Aug 22 17:51:20.950 INFO O| Aug 22 17:51:20.950 INFO STEP 39 (remove_files) COMPLETE
85172024-08-22T17:51:22.729Z[ host-image] Aug 22 17:51:20.950 INFO O| Aug 22 17:51:20.950 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-08-22T17:51:22.736Z[ host-image] Aug 22 17:51:20.960 INFO O| Aug 22 17:51:20.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85192024-08-22T17:51:22.736Z[ host-image] Aug 22 17:51:20.960 INFO O| Aug 22 17:51:20.960 INFO STEP 40 (remove_files) COMPLETE
85202024-08-22T17:51:22.738Z[ host-image] Aug 22 17:51:20.960 INFO O| Aug 22 17:51:20.960 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-08-22T17:51:22.748Z[ host-image] Aug 22 17:51:20.970 INFO O| Aug 22 17:51:20.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85222024-08-22T17:51:22.748Z[ host-image] Aug 22 17:51:20.970 INFO O| Aug 22 17:51:20.970 INFO STEP 41 (remove_files) COMPLETE
85232024-08-22T17:51:22.751Z[ host-image] Aug 22 17:51:20.970 INFO O| Aug 22 17:51:20.970 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-08-22T17:51:22.755Z[ host-image] Aug 22 17:51:20.979 INFO O| Aug 22 17:51:20.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85252024-08-22T17:51:22.755Z[ host-image] Aug 22 17:51:20.980 INFO O| Aug 22 17:51:20.979 INFO STEP 42 (remove_files) COMPLETE
85262024-08-22T17:51:22.755Z[ host-image] Aug 22 17:51:20.980 INFO O| Aug 22 17:51:20.980 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-22T17:51:22.765Z[ host-image] Aug 22 17:51:20.989 INFO O| Aug 22 17:51:20.989 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85282024-08-22T17:51:22.765Z[ host-image] Aug 22 17:51:20.989 INFO O| Aug 22 17:51:20.989 INFO STEP 43 (remove_files) COMPLETE
85292024-08-22T17:51:22.768Z[ host-image] Aug 22 17:51:20.989 INFO O| Aug 22 17:51:20.989 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-08-22T17:51:22.775Z[ host-image] Aug 22 17:51:20.999 INFO O| Aug 22 17:51:20.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85312024-08-22T17:51:22.777Z[ host-image] Aug 22 17:51:20.999 INFO O| Aug 22 17:51:20.999 INFO STEP 44 (remove_files) COMPLETE
85322024-08-22T17:51:22.777Z[ host-image] Aug 22 17:51:20.999 INFO O| Aug 22 17:51:20.999 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85332024-08-22T17:51:22.786Z[ host-image] Aug 22 17:51:21.010 INFO O| Aug 22 17:51:21.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85342024-08-22T17:51:22.786Z[ host-image] Aug 22 17:51:21.010 INFO O| Aug 22 17:51:21.010 INFO STEP 45 (remove_files) COMPLETE
85352024-08-22T17:51:22.789Z[ host-image] Aug 22 17:51:21.010 INFO O| Aug 22 17:51:21.010 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-08-22T17:51:22.796Z[ host-image] Aug 22 17:51:21.020 INFO O| Aug 22 17:51:21.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85372024-08-22T17:51:22.796Z[ host-image] Aug 22 17:51:21.021 INFO O| Aug 22 17:51:21.021 INFO STEP 46 (remove_files) COMPLETE
85382024-08-22T17:51:22.796Z[ host-image] Aug 22 17:51:21.021 INFO O| Aug 22 17:51:21.021 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-22T17:51:22.806Z[ host-image] Aug 22 17:51:21.030 INFO O| Aug 22 17:51:21.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85402024-08-22T17:51:22.806Z[ host-image] Aug 22 17:51:21.030 INFO O| Aug 22 17:51:21.030 INFO STEP 47 (remove_files) COMPLETE
85412024-08-22T17:51:22.806Z[ host-image] Aug 22 17:51:21.030 INFO O| Aug 22 17:51:21.030 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-08-22T17:51:22.816Z[ host-image] Aug 22 17:51:21.040 INFO O| Aug 22 17:51:21.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85432024-08-22T17:51:22.816Z[ host-image] Aug 22 17:51:21.040 INFO O| Aug 22 17:51:21.040 INFO STEP 48 (remove_files) COMPLETE
85442024-08-22T17:51:22.819Z[ host-image] Aug 22 17:51:21.040 INFO O| Aug 22 17:51:21.040 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85452024-08-22T17:51:22.826Z[ host-image] Aug 22 17:51:21.050 INFO O| Aug 22 17:51:21.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85462024-08-22T17:51:22.826Z[ host-image] Aug 22 17:51:21.050 INFO O| Aug 22 17:51:21.050 INFO STEP 49 (remove_files) COMPLETE
85472024-08-22T17:51:22.826Z[ host-image] Aug 22 17:51:21.050 INFO O| Aug 22 17:51:21.050 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-22T17:51:22.836Z[ host-image] Aug 22 17:51:21.060 INFO O| Aug 22 17:51:21.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85492024-08-22T17:51:22.836Z[ host-image] Aug 22 17:51:21.060 INFO O| Aug 22 17:51:21.060 INFO STEP 50 (remove_files) COMPLETE
85502024-08-22T17:51:22.839Z[ host-image] Aug 22 17:51:21.060 INFO O| Aug 22 17:51:21.060 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-08-22T17:51:22.846Z[ host-image] Aug 22 17:51:21.070 INFO O| Aug 22 17:51:21.070 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85522024-08-22T17:51:22.846Z[ host-image] Aug 22 17:51:21.070 INFO O| Aug 22 17:51:21.070 INFO STEP 51 (remove_files) COMPLETE
85532024-08-22T17:51:22.849Z[ host-image] Aug 22 17:51:21.070 INFO O| Aug 22 17:51:21.070 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-08-22T17:51:22.857Z[ host-image] Aug 22 17:51:21.079 INFO O| Aug 22 17:51:21.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85552024-08-22T17:51:22.857Z[ host-image] Aug 22 17:51:21.079 INFO O| Aug 22 17:51:21.079 INFO STEP 52 (remove_files) COMPLETE
85562024-08-22T17:51:22.860Z[ host-image] Aug 22 17:51:21.079 INFO O| Aug 22 17:51:21.079 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-08-22T17:51:22.865Z[ host-image] Aug 22 17:51:21.089 INFO O| Aug 22 17:51:21.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85582024-08-22T17:51:22.865Z[ host-image] Aug 22 17:51:21.089 INFO O| Aug 22 17:51:21.089 INFO STEP 53 (remove_files) COMPLETE
85592024-08-22T17:51:22.865Z[ host-image] Aug 22 17:51:21.089 INFO O| Aug 22 17:51:21.089 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-08-22T17:51:22.875Z[ host-image] Aug 22 17:51:21.099 INFO O| Aug 22 17:51:21.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85612024-08-22T17:51:22.875Z[ host-image] Aug 22 17:51:21.099 INFO O| Aug 22 17:51:21.099 INFO STEP 54 (remove_files) COMPLETE
85622024-08-22T17:51:22.878Z[ host-image] Aug 22 17:51:21.099 INFO O| Aug 22 17:51:21.099 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85632024-08-22T17:51:22.885Z[ host-image] Aug 22 17:51:21.109 INFO O| Aug 22 17:51:21.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85642024-08-22T17:51:22.885Z[ host-image] Aug 22 17:51:21.109 INFO O| Aug 22 17:51:21.109 INFO STEP 55 (remove_files) COMPLETE
85652024-08-22T17:51:22.887Z[ host-image] Aug 22 17:51:21.109 INFO O| Aug 22 17:51:21.109 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-08-22T17:51:22.894Z[ host-image] Aug 22 17:51:21.118 INFO O| Aug 22 17:51:21.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85672024-08-22T17:51:22.897Z[ host-image] Aug 22 17:51:21.118 INFO O| Aug 22 17:51:21.118 INFO STEP 56 (remove_files) COMPLETE
85682024-08-22T17:51:22.897Z[ host-image] Aug 22 17:51:21.118 INFO O| Aug 22 17:51:21.118 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-08-22T17:51:22.904Z[ host-image] Aug 22 17:51:21.128 INFO O| Aug 22 17:51:21.128 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85702024-08-22T17:51:22.904Z[ host-image] Aug 22 17:51:21.128 INFO O| Aug 22 17:51:21.128 INFO STEP 57 (remove_files) COMPLETE
85712024-08-22T17:51:22.904Z[ host-image] Aug 22 17:51:21.128 INFO O| Aug 22 17:51:21.128 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-08-22T17:51:22.914Z[ host-image] Aug 22 17:51:21.138 INFO O| Aug 22 17:51:21.138 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85732024-08-22T17:51:22.914Z[ host-image] Aug 22 17:51:21.138 INFO O| Aug 22 17:51:21.138 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85742024-08-22T17:51:22.917Z[ host-image] Aug 22 17:51:21.138 INFO O| Aug 22 17:51:21.138 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85752024-08-22T17:51:22.917Z[ host-image] Aug 22 17:51:21.138 INFO O| Aug 22 17:51:21.138 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85762024-08-22T17:51:22.917Z[ host-image] Aug 22 17:51:21.138 INFO O| Aug 22 17:51:21.138 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85772024-08-22T17:51:22.917Z[ host-image] Aug 22 17:51:21.138 INFO O| Aug 22 17:51:21.138 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85782024-08-22T17:51:22.917Z[ host-image] Aug 22 17:51:21.138 INFO O| Aug 22 17:51:21.138 INFO ok!
85792024-08-22T17:51:22.917Z[ host-image] Aug 22 17:51:21.138 INFO O| Aug 22 17:51:21.138 INFO STEP 58 (ensure_file) COMPLETE
85802024-08-22T17:51:22.917Z[ host-image] Aug 22 17:51:21.138 INFO O| Aug 22 17:51:21.138 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-08-22T17:51:22.924Z[ host-image] Aug 22 17:51:21.148 INFO O| Aug 22 17:51:21.148 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85822024-08-22T17:51:22.924Z[ host-image] Aug 22 17:51:21.148 INFO O| Aug 22 17:51:21.148 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85832024-08-22T17:51:22.927Z[ host-image] Aug 22 17:51:21.149 INFO O| Aug 22 17:51:21.149 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85842024-08-22T17:51:22.927Z[ host-image] Aug 22 17:51:21.149 INFO O| Aug 22 17:51:21.149 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85852024-08-22T17:51:22.927Z[ host-image] Aug 22 17:51:21.149 INFO O| Aug 22 17:51:21.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85862024-08-22T17:51:22.927Z[ host-image] Aug 22 17:51:21.149 INFO O| Aug 22 17:51:21.149 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85872024-08-22T17:51:22.927Z[ host-image] Aug 22 17:51:21.149 INFO O| Aug 22 17:51:21.149 INFO ok!
85882024-08-22T17:51:22.927Z[ host-image] Aug 22 17:51:21.149 INFO O| Aug 22 17:51:21.149 INFO STEP 59 (ensure_file) COMPLETE
85892024-08-22T17:51:22.927Z[ host-image] Aug 22 17:51:21.149 INFO O| Aug 22 17:51:21.149 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-08-22T17:51:22.934Z[ host-image] Aug 22 17:51:21.159 INFO O| Aug 22 17:51:21.158 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85912024-08-22T17:51:22.934Z[ host-image] Aug 22 17:51:21.159 INFO O| Aug 22 17:51:21.158 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85922024-08-22T17:51:22.937Z[ host-image] Aug 22 17:51:21.159 INFO O| Aug 22 17:51:21.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85932024-08-22T17:51:22.937Z[ host-image] Aug 22 17:51:21.159 INFO O| Aug 22 17:51:21.159 INFO ok!
85942024-08-22T17:51:22.937Z[ host-image] Aug 22 17:51:21.159 INFO O| Aug 22 17:51:21.159 INFO STEP 60 (ensure_file) COMPLETE
85952024-08-22T17:51:22.937Z[ host-image] Aug 22 17:51:21.159 INFO O| Aug 22 17:51:21.159 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-08-22T17:51:22.944Z[ host-image] Aug 22 17:51:21.168 INFO O| Aug 22 17:51:21.168 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85972024-08-22T17:51:22.944Z[ host-image] Aug 22 17:51:21.168 INFO O| Aug 22 17:51:21.168 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85982024-08-22T17:51:22.947Z[ host-image] Aug 22 17:51:21.169 INFO O| Aug 22 17:51:21.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85992024-08-22T17:51:22.947Z[ host-image] Aug 22 17:51:21.169 INFO O| Aug 22 17:51:21.169 INFO ok!
86002024-08-22T17:51:22.947Z[ host-image] Aug 22 17:51:21.169 INFO O| Aug 22 17:51:21.169 INFO STEP 61 (ensure_file) COMPLETE
86012024-08-22T17:51:22.947Z[ host-image] Aug 22 17:51:21.169 INFO O| Aug 22 17:51:21.169 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-08-22T17:51:22.954Z[ host-image] Aug 22 17:51:21.178 INFO O| Aug 22 17:51:21.178 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86032024-08-22T17:51:22.954Z[ host-image] Aug 22 17:51:21.178 INFO O| Aug 22 17:51:21.178 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86042024-08-22T17:51:22.957Z[ host-image] Aug 22 17:51:21.179 INFO O| Aug 22 17:51:21.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86052024-08-22T17:51:22.957Z[ host-image] Aug 22 17:51:21.179 INFO O| Aug 22 17:51:21.179 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86062024-08-22T17:51:22.957Z[ host-image] Aug 22 17:51:21.179 INFO O| Aug 22 17:51:21.179 INFO ok!
86072024-08-22T17:51:22.957Z[ host-image] Aug 22 17:51:21.179 INFO O| Aug 22 17:51:21.179 INFO STEP 62 (ensure_file) COMPLETE
86082024-08-22T17:51:22.957Z[ host-image] Aug 22 17:51:21.179 INFO O| Aug 22 17:51:21.179 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-08-22T17:51:22.965Z[ host-image] Aug 22 17:51:21.189 INFO O| Aug 22 17:51:21.189 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86102024-08-22T17:51:22.965Z[ host-image] Aug 22 17:51:21.189 INFO O| Aug 22 17:51:21.189 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86112024-08-22T17:51:22.967Z[ host-image] Aug 22 17:51:21.189 INFO O| Aug 22 17:51:21.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86122024-08-22T17:51:22.967Z[ host-image] Aug 22 17:51:21.189 INFO O| Aug 22 17:51:21.189 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86132024-08-22T17:51:22.967Z[ host-image] Aug 22 17:51:21.189 INFO O| Aug 22 17:51:21.189 INFO ok!
86142024-08-22T17:51:22.967Z[ host-image] Aug 22 17:51:21.189 INFO O| Aug 22 17:51:21.189 INFO STEP 63 (ensure_file) COMPLETE
86152024-08-22T17:51:22.967Z[ host-image] Aug 22 17:51:21.189 INFO O| Aug 22 17:51:21.189 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-08-22T17:51:22.994Z[ host-image] Aug 22 17:51:21.199 INFO O| Aug 22 17:51:21.199 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86172024-08-22T17:51:22.994Z[ host-image] Aug 22 17:51:21.199 INFO O| Aug 22 17:51:21.199 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86182024-08-22T17:51:22.994Z[ host-image] Aug 22 17:51:21.199 INFO O| Aug 22 17:51:21.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86192024-08-22T17:51:22.996Z[ host-image] Aug 22 17:51:21.199 INFO O| Aug 22 17:51:21.199 INFO ok!
86202024-08-22T17:51:22.996Z[ host-image] Aug 22 17:51:21.199 INFO O| Aug 22 17:51:21.199 INFO STEP 64 (assemble_files) COMPLETE
86212024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.199 INFO O| Aug 22 17:51:21.199 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.209 INFO O| Aug 22 17:51:21.209 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86232024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.209 INFO O| Aug 22 17:51:21.209 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86242024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.209 INFO O| Aug 22 17:51:21.209 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86252024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.209 INFO O| Aug 22 17:51:21.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86262024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.209 INFO O| Aug 22 17:51:21.209 INFO ok!
86272024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.209 INFO O| Aug 22 17:51:21.209 INFO STEP 65 (ensure_file) COMPLETE
86282024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.209 INFO O| Aug 22 17:51:21.209 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.219 INFO O| Aug 22 17:51:21.219 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86302024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.219 INFO O| Aug 22 17:51:21.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86312024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.219 INFO O| Aug 22 17:51:21.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86322024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.219 INFO O| Aug 22 17:51:21.219 INFO STEP 66 (ensure_dir) COMPLETE
86332024-08-22T17:51:22.997Z[ host-image] Aug 22 17:51:21.219 INFO O| Aug 22 17:51:21.219 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-08-22T17:51:23.005Z[ host-image] Aug 22 17:51:21.229 INFO O| Aug 22 17:51:21.229 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86352024-08-22T17:51:23.005Z[ host-image] Aug 22 17:51:21.229 INFO O| Aug 22 17:51:21.229 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 ...
86362024-08-22T17:51:23.012Z[ host-image] Aug 22 17:51:21.236 INFO O| Aug 22 17:51:21.236 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
86372024-08-22T17:51:23.015Z[ host-image] Aug 22 17:51:21.236 INFO O| Aug 22 17:51:21.236 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86382024-08-22T17:51:23.015Z[ host-image] Aug 22 17:51:21.236 INFO O| Aug 22 17:51:21.236 INFO ok!
86392024-08-22T17:51:23.015Z[ host-image] Aug 22 17:51:21.236 INFO O| Aug 22 17:51:21.236 INFO STEP 67 (ensure_file) COMPLETE
86402024-08-22T17:51:23.015Z[ host-image] Aug 22 17:51:21.236 INFO O| Aug 22 17:51:21.236 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-08-22T17:51:23.022Z[ host-image] Aug 22 17:51:21.246 INFO O| Aug 22 17:51:21.246 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86422024-08-22T17:51:23.022Z[ host-image] Aug 22 17:51:21.246 INFO O| Aug 22 17:51:21.246 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 ...
86432024-08-22T17:51:23.025Z[ host-image] Aug 22 17:51:21.247 INFO O| Aug 22 17:51:21.247 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
86442024-08-22T17:51:23.025Z[ host-image] Aug 22 17:51:21.247 INFO O| Aug 22 17:51:21.247 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86452024-08-22T17:51:23.025Z[ host-image] Aug 22 17:51:21.247 INFO O| Aug 22 17:51:21.247 INFO ok!
86462024-08-22T17:51:23.025Z[ host-image] Aug 22 17:51:21.247 INFO O| Aug 22 17:51:21.247 INFO STEP 68 (ensure_file) COMPLETE
86472024-08-22T17:51:23.025Z[ host-image] Aug 22 17:51:21.247 INFO O| Aug 22 17:51:21.247 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-08-22T17:51:23.037Z[ host-image] Aug 22 17:51:21.261 INFO O| Aug 22 17:51:21.261 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86492024-08-22T17:51:23.037Z[ host-image] Aug 22 17:51:21.261 INFO O| Aug 22 17:51:21.261 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86502024-08-22T17:51:25.154Z[ host-image] Aug 22 17:51:23.378 INFO O| Aug 22 17:51:23.378 INFO STEP 69 (pack_tar) COMPLETE
86512024-08-22T17:51:25.155Z[ host-image] Aug 22 17:51:23.378 INFO O| Aug 22 17:51:23.378 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86522024-08-22T17:51:25.157Z[ host-image] Aug 22 17:51:23.378 INFO O| Aug 22 17:51:23.378 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86532024-08-22T17:51:25.293Z[ host-image] Aug 22 17:51:23.517 INFO O| Aug 22 17:51:23.517 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86542024-08-22T17:51:25.368Z[ host-image] Aug 22 17:51:23.591 INFO O| Aug 22 17:51:23.591 INFO completed processing gimlet/ramdisk-02-trim
86552024-08-22T17:51:25.370Z[ host-image] Aug 22 17:51:23.593 INFO image builder template: zfs...
86562024-08-22T17:51:25.370Z[ host-image] Aug 22 17:51:23.593 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/.tmpEJvKw1/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
86572024-08-22T17:51:25.384Z[ host-image] Aug 22 17:51:23.608 INFO O| Aug 22 17:51:23.607 INFO skip include "stress" because feature "stress" is not enabled
86582024-08-22T17:51:25.417Z[ host-image] Aug 22 17:51:23.639 INFO O| Aug 22 17:51:23.639 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86592024-08-22T17:51:25.419Z[ host-image] Aug 22 17:51:23.643 INFO O| Aug 22 17:51:23.643 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86602024-08-22T17:51:25.476Z[ host-image] Aug 22 17:51:23.699 INFO O| Aug 22 17:51:23.699 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86612024-08-22T17:51:25.524Z[ host-image] Aug 22 17:51:23.747 INFO O| Aug 22 17:51:23.747 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86622024-08-22T17:51:25.524Z[ host-image] Aug 22 17:51:23.747 INFO O| Aug 22 17:51:23.747 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86632024-08-22T17:51:25.528Z[ host-image] Aug 22 17:51:23.751 INFO O| Aug 22 17:51:23.751 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86642024-08-22T17:51:25.586Z[ host-image] Aug 22 17:51:23.810 INFO O| Aug 22 17:51:23.810 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86652024-08-22T17:51:25.684Z[ host-image] Aug 22 17:51:23.908 INFO O| Aug 22 17:51:23.908 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86662024-08-22T17:51:25.694Z[ host-image] Aug 22 17:51:23.918 INFO O| Aug 22 17:51:23.917 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86672024-08-22T17:51:25.699Z[ host-image] Aug 22 17:51:23.922 INFO O| Aug 22 17:51:23.922 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86682024-08-22T17:51:25.701Z[ host-image] Aug 22 17:51:23.922 INFO O| Aug 22 17:51:23.922 INFO no lofi found
86692024-08-22T17:51:25.701Z[ host-image] Aug 22 17:51:23.922 INFO O| Aug 22 17:51:23.922 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86702024-08-22T17:51:25.701Z[ host-image] Aug 22 17:51:23.923 INFO O| Aug 22 17:51:23.922 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86712024-08-22T17:51:27.787Z[ host-image] Aug 22 17:51:26.010 INFO O| Aug 22 17:51:26.010 INFO lofi device = /dev/dsk/c2t1d0p0
86722024-08-22T17:51:27.790Z[ host-image] Aug 22 17:51:26.010 INFO O| Aug 22 17:51:26.010 INFO pool device = /dev/dsk/c2t1d0p0
86732024-08-22T17:51:27.790Z[ host-image] Aug 22 17:51:26.010 INFO O| Aug 22 17:51:26.010 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"]
86742024-08-22T17:51:27.858Z[ host-image] Aug 22 17:51:26.081 INFO O| Aug 22 17:51:26.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86752024-08-22T17:51:27.858Z[ host-image] Aug 22 17:51:26.081 INFO O| Aug 22 17:51:26.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86762024-08-22T17:51:27.877Z[ host-image] Aug 22 17:51:26.100 INFO O| Aug 22 17:51:26.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86772024-08-22T17:51:27.938Z[ host-image] Aug 22 17:51:26.161 INFO O| Aug 22 17:51:26.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86782024-08-22T17:51:27.975Z[ host-image] Aug 22 17:51:26.198 INFO O| Aug 22 17:51:26.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86792024-08-22T17:51:27.988Z[ host-image] Aug 22 17:51:26.211 INFO O| Aug 22 17:51:26.211 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86802024-08-22T17:51:27.998Z[ host-image] Aug 22 17:51:26.222 INFO O| Aug 22 17:51:26.221 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86812024-08-22T17:51:28.044Z[ host-image] Aug 22 17:51:26.267 INFO O| Aug 22 17:51:26.267 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86822024-08-22T17:51:28.044Z[ host-image] Aug 22 17:51:26.267 INFO O| Aug 22 17:51:26.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86832024-08-22T17:51:28.047Z[ host-image] Aug 22 17:51:26.267 INFO O| Aug 22 17:51:26.267 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86842024-08-22T17:51:28.057Z[ host-image] Aug 22 17:51:26.280 INFO O| Aug 22 17:51:26.280 INFO boot environment UUID: 9dd67fed-8a3b-45b0-90c2-b35b6fc2728b
86852024-08-22T17:51:28.057Z[ host-image] Aug 22 17:51:26.280 INFO O| Aug 22 17:51:26.280 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9dd67fed-8a3b-45b0-90c2-b35b6fc2728b
86862024-08-22T17:51:28.067Z[ host-image] Aug 22 17:51:26.290 INFO O| Aug 22 17:51:26.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86872024-08-22T17:51:28.077Z[ host-image] Aug 22 17:51:26.299 INFO O| Aug 22 17:51:26.299 INFO STEP 0 (create_be) COMPLETE
86882024-08-22T17:51:28.077Z[ host-image] Aug 22 17:51:26.299 INFO O| Aug 22 17:51:26.299 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86892024-08-22T17:51:28.091Z[ host-image] Aug 22 17:51:26.314 INFO O| Aug 22 17:51:26.314 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86902024-08-22T17:51:47.305Z[ host-image] Aug 22 17:51:45.525 INFO O| Aug 22 17:51:45.525 INFO STEP 1 (unpack_tar) COMPLETE
86912024-08-22T17:51:47.308Z[ host-image] Aug 22 17:51:45.525 INFO O| Aug 22 17:51:45.525 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86922024-08-22T17:51:47.316Z[ host-image] Aug 22 17:51:45.536 INFO O| Aug 22 17:51:45.536 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86932024-08-22T17:51:47.405Z[ host-image] Aug 22 17:51:45.624 INFO O| Aug 22 17:51:45.624 INFO STEP 2 (devfsadm) COMPLETE
86942024-08-22T17:51:47.408Z[ host-image] Aug 22 17:51:45.625 INFO O| Aug 22 17:51:45.624 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86952024-08-22T17:51:47.418Z[ host-image] Aug 22 17:51:45.636 INFO O| Aug 22 17:51:45.636 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86962024-08-22T17:51:47.419Z[ host-image] Aug 22 17:51:45.636 INFO O| Aug 22 17:51:45.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86972024-08-22T17:51:47.422Z[ host-image] Aug 22 17:51:45.636 INFO O| Aug 22 17:51:45.636 INFO STEP 3 (ensure_dir) COMPLETE
86982024-08-22T17:51:47.422Z[ host-image] Aug 22 17:51:45.636 INFO O| Aug 22 17:51:45.636 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86992024-08-22T17:51:47.427Z[ host-image] Aug 22 17:51:45.646 INFO O| Aug 22 17:51:45.646 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87002024-08-22T17:51:47.427Z[ host-image] Aug 22 17:51:45.646 INFO O| Aug 22 17:51:45.646 INFO STEP 4 (ensure_dir) COMPLETE
87012024-08-22T17:51:47.431Z[ host-image] Aug 22 17:51:45.646 INFO O| Aug 22 17:51:45.646 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87022024-08-22T17:51:47.436Z[ host-image] Aug 22 17:51:45.655 INFO O| Aug 22 17:51:45.655 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87032024-08-22T17:51:47.436Z[ host-image] Aug 22 17:51:45.656 INFO O| Aug 22 17:51:45.655 INFO STEP 5 (ensure_dir) COMPLETE
87042024-08-22T17:51:47.436Z[ host-image] Aug 22 17:51:45.656 INFO O| Aug 22 17:51:45.655 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87052024-08-22T17:51:47.446Z[ host-image] Aug 22 17:51:45.665 INFO O| Aug 22 17:51:45.665 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87062024-08-22T17:51:47.448Z[ host-image] Aug 22 17:51:45.665 INFO O| Aug 22 17:51:45.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87072024-08-22T17:51:47.448Z[ host-image] Aug 22 17:51:45.665 INFO O| Aug 22 17:51:45.665 INFO STEP 6 (ensure_dir) COMPLETE
87082024-08-22T17:51:47.448Z[ host-image] Aug 22 17:51:45.665 INFO O| Aug 22 17:51:45.665 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87092024-08-22T17:51:47.455Z[ host-image] Aug 22 17:51:45.675 INFO O| Aug 22 17:51:45.675 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87102024-08-22T17:51:47.455Z[ host-image] Aug 22 17:51:45.675 INFO O| Aug 22 17:51:45.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87112024-08-22T17:51:47.458Z[ host-image] Aug 22 17:51:45.675 INFO O| Aug 22 17:51:45.675 INFO STEP 7 (ensure_dir) COMPLETE
87122024-08-22T17:51:47.458Z[ host-image] Aug 22 17:51:45.675 INFO O| Aug 22 17:51:45.675 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87132024-08-22T17:51:47.466Z[ host-image] Aug 22 17:51:45.686 INFO O| Aug 22 17:51:45.686 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87142024-08-22T17:51:47.469Z[ host-image] Aug 22 17:51:45.686 INFO O| Aug 22 17:51:45.686 INFO STEP 8 (remove_files) COMPLETE
87152024-08-22T17:51:47.469Z[ host-image] Aug 22 17:51:45.686 INFO O| Aug 22 17:51:45.686 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87162024-08-22T17:51:47.477Z[ host-image] Aug 22 17:51:45.696 INFO O| Aug 22 17:51:45.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87172024-08-22T17:51:47.480Z[ host-image] Aug 22 17:51:45.697 INFO O| Aug 22 17:51:45.697 INFO STEP 9 (remove_files) COMPLETE
87182024-08-22T17:51:47.480Z[ host-image] Aug 22 17:51:45.697 INFO O| Aug 22 17:51:45.697 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87192024-08-22T17:51:47.488Z[ host-image] Aug 22 17:51:45.708 INFO O| Aug 22 17:51:45.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87202024-08-22T17:51:47.491Z[ host-image] Aug 22 17:51:45.709 INFO O| Aug 22 17:51:45.709 INFO STEP 10 (remove_files) COMPLETE
87212024-08-22T17:51:47.491Z[ host-image] Aug 22 17:51:45.709 INFO O| Aug 22 17:51:45.709 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222024-08-22T17:51:47.500Z[ host-image] Aug 22 17:51:45.720 INFO O| Aug 22 17:51:45.719 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87232024-08-22T17:51:47.500Z[ host-image] Aug 22 17:51:45.720 INFO O| Aug 22 17:51:45.720 INFO STEP 11 (remove_files) COMPLETE
87242024-08-22T17:51:47.505Z[ host-image] Aug 22 17:51:45.720 INFO O| Aug 22 17:51:45.720 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252024-08-22T17:51:47.511Z[ host-image] Aug 22 17:51:45.730 INFO O| Aug 22 17:51:45.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87262024-08-22T17:51:47.514Z[ host-image] Aug 22 17:51:45.731 INFO O| Aug 22 17:51:45.731 INFO STEP 12 (remove_files) COMPLETE
87272024-08-22T17:51:47.514Z[ host-image] Aug 22 17:51:45.731 INFO O| Aug 22 17:51:45.731 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282024-08-22T17:51:47.522Z[ host-image] Aug 22 17:51:45.742 INFO O| Aug 22 17:51:45.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87292024-08-22T17:51:47.522Z[ host-image] Aug 22 17:51:45.742 INFO O| Aug 22 17:51:45.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87302024-08-22T17:51:47.522Z[ host-image] Aug 22 17:51:45.742 INFO O| Aug 22 17:51:45.742 INFO STEP 13 (ensure_dir) COMPLETE
87312024-08-22T17:51:47.526Z[ host-image] Aug 22 17:51:45.742 INFO O| Aug 22 17:51:45.742 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87322024-08-22T17:51:47.534Z[ host-image] Aug 22 17:51:45.753 INFO O| Aug 22 17:51:45.753 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87332024-08-22T17:51:47.534Z[ host-image] Aug 22 17:51:45.754 INFO O| Aug 22 17:51:45.753 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87342024-08-22T17:51:47.536Z[ host-image] Aug 22 17:51:45.754 INFO O| Aug 22 17:51:45.754 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87352024-08-22T17:51:47.536Z[ host-image] Aug 22 17:51:45.754 INFO O| Aug 22 17:51:45.754 INFO STEP 14 (ensure_dir) COMPLETE
87362024-08-22T17:51:47.536Z[ host-image] Aug 22 17:51:45.754 INFO O| Aug 22 17:51:45.754 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87372024-08-22T17:51:47.601Z[ host-image] Aug 22 17:51:45.765 INFO O| Aug 22 17:51:45.764 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87382024-08-22T17:51:47.601Z[ host-image] Aug 22 17:51:45.765 INFO O| Aug 22 17:51:45.765 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87392024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.765 INFO O| Aug 22 17:51:45.765 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87402024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.765 INFO O| Aug 22 17:51:45.765 INFO STEP 15 (ensure_dir) COMPLETE
87412024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.765 INFO O| Aug 22 17:51:45.765 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.776 INFO O| Aug 22 17:51:45.776 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87432024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.776 INFO O| Aug 22 17:51:45.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87442024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.776 INFO O| Aug 22 17:51:45.776 INFO STEP 16 (ensure_dir) COMPLETE
87452024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.776 INFO O| Aug 22 17:51:45.776 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.786 INFO O| Aug 22 17:51:45.786 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87472024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.786 INFO O| Aug 22 17:51:45.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87482024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.786 INFO O| Aug 22 17:51:45.786 INFO STEP 17 (ensure_dir) COMPLETE
87492024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.786 INFO O| Aug 22 17:51:45.786 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.796 INFO O| Aug 22 17:51:45.796 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87512024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.796 INFO O| Aug 22 17:51:45.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87522024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.796 INFO O| Aug 22 17:51:45.796 INFO ok!
87532024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.796 INFO O| Aug 22 17:51:45.796 INFO STEP 18 (ensure_symlink) COMPLETE
87542024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.796 INFO O| Aug 22 17:51:45.796 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87552024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.806 INFO O| Aug 22 17:51:45.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87562024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.806 INFO O| Aug 22 17:51:45.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87572024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.806 INFO O| Aug 22 17:51:45.806 INFO ok!
87582024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.806 INFO O| Aug 22 17:51:45.806 INFO STEP 19 (ensure_file) COMPLETE
87592024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.806 INFO O| Aug 22 17:51:45.806 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87602024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.815 INFO O| Aug 22 17:51:45.815 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87612024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.815 INFO O| Aug 22 17:51:45.815 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87622024-08-22T17:51:47.611Z[ host-image] Aug 22 17:51:45.816 INFO O| Aug 22 17:51:45.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87632024-08-22T17:51:47.612Z[ host-image] Aug 22 17:51:45.816 INFO O| Aug 22 17:51:45.816 INFO ok!
87642024-08-22T17:51:47.612Z[ host-image] Aug 22 17:51:45.816 INFO O| Aug 22 17:51:45.816 INFO STEP 20 (ensure_symlink) COMPLETE
87652024-08-22T17:51:47.612Z[ host-image] Aug 22 17:51:45.816 INFO O| Aug 22 17:51:45.816 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87662024-08-22T17:51:47.612Z[ host-image] Aug 22 17:51:45.825 INFO O| Aug 22 17:51:45.825 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87672024-08-22T17:51:47.612Z[ host-image] Aug 22 17:51:45.825 INFO O| Aug 22 17:51:45.825 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87682024-08-22T17:51:47.612Z[ host-image] Aug 22 17:51:45.825 INFO O| Aug 22 17:51:45.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87692024-08-22T17:51:47.612Z[ host-image] Aug 22 17:51:45.825 INFO O| Aug 22 17:51:45.825 INFO ok!
87702024-08-22T17:51:47.612Z[ host-image] Aug 22 17:51:45.825 INFO O| Aug 22 17:51:45.825 INFO STEP 21 (ensure_symlink) COMPLETE
87712024-08-22T17:51:47.612Z[ host-image] Aug 22 17:51:45.825 INFO O| Aug 22 17:51:45.825 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87722024-08-22T17:51:47.620Z[ host-image] Aug 22 17:51:45.835 INFO O| Aug 22 17:51:45.835 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87732024-08-22T17:51:47.620Z[ host-image] Aug 22 17:51:45.835 INFO O| Aug 22 17:51:45.835 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87742024-08-22T17:51:47.620Z[ host-image] Aug 22 17:51:45.835 INFO O| Aug 22 17:51:45.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87752024-08-22T17:51:47.620Z[ host-image] Aug 22 17:51:45.835 INFO O| Aug 22 17:51:45.835 INFO ok!
87762024-08-22T17:51:47.620Z[ host-image] Aug 22 17:51:45.835 INFO O| Aug 22 17:51:45.835 INFO STEP 22 (ensure_symlink) COMPLETE
87772024-08-22T17:51:47.620Z[ host-image] Aug 22 17:51:45.835 INFO O| Aug 22 17:51:45.835 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87782024-08-22T17:51:47.627Z[ host-image] Aug 22 17:51:45.845 INFO O| Aug 22 17:51:45.844 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87792024-08-22T17:51:47.627Z[ host-image] Aug 22 17:51:45.845 INFO O| Aug 22 17:51:45.845 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87802024-08-22T17:51:47.627Z[ host-image] Aug 22 17:51:45.845 INFO O| Aug 22 17:51:45.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87812024-08-22T17:51:47.627Z[ host-image] Aug 22 17:51:45.845 INFO O| Aug 22 17:51:45.845 INFO ok!
87822024-08-22T17:51:47.627Z[ host-image] Aug 22 17:51:45.845 INFO O| Aug 22 17:51:45.845 INFO STEP 23 (ensure_symlink) COMPLETE
87832024-08-22T17:51:47.628Z[ host-image] Aug 22 17:51:45.845 INFO O| Aug 22 17:51:45.845 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87842024-08-22T17:51:47.637Z[ host-image] Aug 22 17:51:45.855 INFO O| Aug 22 17:51:45.855 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87852024-08-22T17:51:47.637Z[ host-image] Aug 22 17:51:45.855 INFO O| Aug 22 17:51:45.855 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87862024-08-22T17:51:47.637Z[ host-image] Aug 22 17:51:45.855 INFO O| Aug 22 17:51:45.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87872024-08-22T17:51:47.637Z[ host-image] Aug 22 17:51:45.855 INFO O| Aug 22 17:51:45.855 INFO ok!
87882024-08-22T17:51:47.637Z[ host-image] Aug 22 17:51:45.855 INFO O| Aug 22 17:51:45.855 INFO STEP 24 (ensure_file) COMPLETE
87892024-08-22T17:51:47.637Z[ host-image] Aug 22 17:51:45.855 INFO O| Aug 22 17:51:45.855 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87902024-08-22T17:51:47.645Z[ host-image] Aug 22 17:51:45.865 INFO O| Aug 22 17:51:45.865 INFO updating shadow file
87912024-08-22T17:51:47.647Z[ host-image] Aug 22 17:51:45.865 INFO O| Aug 22 17:51:45.865 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87922024-08-22T17:51:47.647Z[ host-image] Aug 22 17:51:45.865 INFO O| Aug 22 17:51:45.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87932024-08-22T17:51:47.647Z[ host-image] Aug 22 17:51:45.865 INFO O| Aug 22 17:51:45.865 INFO STEP 25 (shadow) COMPLETE
87942024-08-22T17:51:47.647Z[ host-image] Aug 22 17:51:45.865 INFO O| Aug 22 17:51:45.865 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87952024-08-22T17:51:47.655Z[ host-image] Aug 22 17:51:45.875 INFO O| Aug 22 17:51:45.875 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87962024-08-22T17:51:47.655Z[ host-image] Aug 22 17:51:45.875 INFO O| Aug 22 17:51:45.875 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87972024-08-22T17:51:47.658Z[ host-image] Aug 22 17:51:45.875 INFO O| Aug 22 17:51:45.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87982024-08-22T17:51:47.658Z[ host-image] Aug 22 17:51:45.875 INFO O| Aug 22 17:51:45.875 INFO ok!
87992024-08-22T17:51:47.658Z[ host-image] Aug 22 17:51:45.875 INFO O| Aug 22 17:51:45.875 INFO STEP 26 (ensure_file) COMPLETE
88002024-08-22T17:51:47.658Z[ host-image] Aug 22 17:51:45.875 INFO O| Aug 22 17:51:45.875 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88012024-08-22T17:51:47.665Z[ host-image] Aug 22 17:51:45.885 INFO O| Aug 22 17:51:45.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88022024-08-22T17:51:47.665Z[ host-image] Aug 22 17:51:45.885 INFO O| Aug 22 17:51:45.885 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88032024-08-22T17:51:47.668Z[ host-image] Aug 22 17:51:45.885 INFO O| Aug 22 17:51:45.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88042024-08-22T17:51:47.668Z[ host-image] Aug 22 17:51:45.885 INFO O| Aug 22 17:51:45.885 INFO ok!
88052024-08-22T17:51:47.669Z[ host-image] Aug 22 17:51:45.885 INFO O| Aug 22 17:51:45.885 INFO STEP 27 (ensure_file) COMPLETE
88062024-08-22T17:51:47.669Z[ host-image] Aug 22 17:51:45.885 INFO O| Aug 22 17:51:45.885 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88072024-08-22T17:51:47.679Z[ host-image] Aug 22 17:51:45.895 INFO O| Aug 22 17:51:45.895 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88082024-08-22T17:51:47.679Z[ host-image] Aug 22 17:51:45.895 INFO O| Aug 22 17:51:45.895 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88092024-08-22T17:51:47.682Z[ host-image] Aug 22 17:51:45.895 INFO O| Aug 22 17:51:45.895 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88102024-08-22T17:51:47.682Z[ host-image] Aug 22 17:51:45.895 INFO O| Aug 22 17:51:45.895 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88112024-08-22T17:51:47.682Z[ host-image] Aug 22 17:51:45.895 INFO O| Aug 22 17:51:45.895 INFO ok!
88122024-08-22T17:51:47.682Z[ host-image] Aug 22 17:51:45.895 INFO O| Aug 22 17:51:45.895 INFO STEP 28 (ensure_file) COMPLETE
88132024-08-22T17:51:47.682Z[ host-image] Aug 22 17:51:45.895 INFO O| Aug 22 17:51:45.895 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88142024-08-22T17:51:47.686Z[ host-image] Aug 22 17:51:45.905 INFO O| Aug 22 17:51:45.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88152024-08-22T17:51:47.691Z[ host-image] Aug 22 17:51:45.905 INFO O| Aug 22 17:51:45.905 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88162024-08-22T17:51:47.691Z[ host-image] Aug 22 17:51:45.905 INFO O| Aug 22 17:51:45.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88172024-08-22T17:51:47.691Z[ host-image] Aug 22 17:51:45.905 INFO O| Aug 22 17:51:45.905 INFO ok!
88182024-08-22T17:51:47.691Z[ host-image] Aug 22 17:51:45.905 INFO O| Aug 22 17:51:45.905 INFO STEP 29 (ensure_file) COMPLETE
88192024-08-22T17:51:47.691Z[ host-image] Aug 22 17:51:45.905 INFO O| Aug 22 17:51:45.905 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88202024-08-22T17:51:47.695Z[ host-image] Aug 22 17:51:45.915 INFO O| Aug 22 17:51:45.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88212024-08-22T17:51:47.695Z[ host-image] Aug 22 17:51:45.915 INFO O| Aug 22 17:51:45.915 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88222024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.915 INFO O| Aug 22 17:51:45.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88232024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.915 INFO O| Aug 22 17:51:45.915 INFO ok!
88242024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.915 INFO O| Aug 22 17:51:45.915 INFO STEP 30 (ensure_file) COMPLETE
88252024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.915 INFO O| Aug 22 17:51:45.915 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88262024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.925 INFO O| Aug 22 17:51:45.925 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88272024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.925 INFO O| Aug 22 17:51:45.925 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88282024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.925 INFO O| Aug 22 17:51:45.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88292024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.925 INFO O| Aug 22 17:51:45.925 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88302024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.925 INFO O| Aug 22 17:51:45.925 INFO ok!
88312024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.926 INFO O| Aug 22 17:51:45.925 INFO STEP 31 (ensure_file) COMPLETE
88322024-08-22T17:51:47.715Z[ host-image] Aug 22 17:51:45.926 INFO O| Aug 22 17:51:45.925 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88332024-08-22T17:51:47.719Z[ host-image] Aug 22 17:51:45.936 INFO O| Aug 22 17:51:45.936 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88342024-08-22T17:51:47.719Z[ host-image] Aug 22 17:51:45.936 INFO O| Aug 22 17:51:45.936 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88352024-08-22T17:51:47.719Z[ host-image] Aug 22 17:51:45.936 INFO O| Aug 22 17:51:45.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88362024-08-22T17:51:47.719Z[ host-image] Aug 22 17:51:45.936 INFO O| Aug 22 17:51:45.936 INFO ok!
88372024-08-22T17:51:47.719Z[ host-image] Aug 22 17:51:45.936 INFO O| Aug 22 17:51:45.936 INFO STEP 32 (ensure_file) COMPLETE
88382024-08-22T17:51:47.720Z[ host-image] Aug 22 17:51:45.936 INFO O| Aug 22 17:51:45.936 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88392024-08-22T17:51:47.726Z[ host-image] Aug 22 17:51:45.946 INFO O| Aug 22 17:51:45.946 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88402024-08-22T17:51:47.726Z[ host-image] Aug 22 17:51:45.946 INFO O| Aug 22 17:51:45.946 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88412024-08-22T17:51:47.731Z[ host-image] Aug 22 17:51:45.946 INFO O| Aug 22 17:51:45.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88422024-08-22T17:51:47.731Z[ host-image] Aug 22 17:51:45.946 INFO O| Aug 22 17:51:45.946 INFO ok!
88432024-08-22T17:51:47.731Z[ host-image] Aug 22 17:51:45.946 INFO O| Aug 22 17:51:45.946 INFO STEP 33 (ensure_file) COMPLETE
88442024-08-22T17:51:47.731Z[ host-image] Aug 22 17:51:45.946 INFO O| Aug 22 17:51:45.946 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88452024-08-22T17:51:47.736Z[ host-image] Aug 22 17:51:45.956 INFO O| Aug 22 17:51:45.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88462024-08-22T17:51:47.736Z[ host-image] Aug 22 17:51:45.956 INFO O| Aug 22 17:51:45.956 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88472024-08-22T17:51:47.739Z[ host-image] Aug 22 17:51:45.956 INFO O| Aug 22 17:51:45.956 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88482024-08-22T17:51:47.739Z[ host-image] Aug 22 17:51:45.956 INFO O| Aug 22 17:51:45.956 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88492024-08-22T17:51:47.739Z[ host-image] Aug 22 17:51:45.956 INFO O| Aug 22 17:51:45.956 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88502024-08-22T17:51:47.739Z[ host-image] Aug 22 17:51:45.956 INFO O| Aug 22 17:51:45.956 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88512024-08-22T17:51:47.739Z[ host-image] Aug 22 17:51:45.956 INFO O| Aug 22 17:51:45.956 INFO ok!
88522024-08-22T17:51:47.740Z[ host-image] Aug 22 17:51:45.956 INFO O| Aug 22 17:51:45.956 INFO STEP 34 (ensure_file) COMPLETE
88532024-08-22T17:51:47.740Z[ host-image] Aug 22 17:51:45.956 INFO O| Aug 22 17:51:45.956 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88542024-08-22T17:51:47.746Z[ host-image] Aug 22 17:51:45.966 INFO O| Aug 22 17:51:45.966 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88552024-08-22T17:51:47.750Z[ host-image] Aug 22 17:51:45.966 INFO O| Aug 22 17:51:45.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88562024-08-22T17:51:47.750Z[ host-image] Aug 22 17:51:45.966 INFO O| Aug 22 17:51:45.966 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88572024-08-22T17:51:47.750Z[ host-image] Aug 22 17:51:45.966 INFO O| Aug 22 17:51:45.966 INFO STEP 35 (ensure_dir) COMPLETE
88582024-08-22T17:51:47.750Z[ host-image] Aug 22 17:51:45.966 INFO O| Aug 22 17:51:45.966 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88592024-08-22T17:51:47.756Z[ host-image] Aug 22 17:51:45.976 INFO O| Aug 22 17:51:45.976 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
88602024-08-22T17:51:47.756Z[ host-image] Aug 22 17:51:45.976 INFO O| Aug 22 17:51:45.976 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 ...
88612024-08-22T17:51:47.759Z[ host-image] Aug 22 17:51:45.976 INFO O| Aug 22 17:51:45.976 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
88622024-08-22T17:51:47.759Z[ host-image] Aug 22 17:51:45.976 INFO O| Aug 22 17:51:45.976 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
88632024-08-22T17:51:47.759Z[ host-image] Aug 22 17:51:45.976 INFO O| Aug 22 17:51:45.976 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
88642024-08-22T17:51:47.759Z[ host-image] Aug 22 17:51:45.976 INFO O| Aug 22 17:51:45.976 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
88652024-08-22T17:51:47.759Z[ host-image] Aug 22 17:51:45.976 INFO O| Aug 22 17:51:45.976 INFO ok!
88662024-08-22T17:51:47.759Z[ host-image] Aug 22 17:51:45.976 INFO O| Aug 22 17:51:45.976 INFO STEP 36 (ensure_file) COMPLETE
88672024-08-22T17:51:47.759Z[ host-image] Aug 22 17:51:45.976 INFO O| Aug 22 17:51:45.976 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88682024-08-22T17:51:47.767Z[ host-image] Aug 22 17:51:45.986 INFO O| Aug 22 17:51:45.986 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88692024-08-22T17:51:47.767Z[ host-image] Aug 22 17:51:45.986 INFO O| Aug 22 17:51:45.986 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 ...
88702024-08-22T17:51:47.769Z[ host-image] Aug 22 17:51:45.986 INFO O| Aug 22 17:51:45.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88712024-08-22T17:51:47.769Z[ host-image] Aug 22 17:51:45.986 INFO O| Aug 22 17:51:45.986 INFO ok!
88722024-08-22T17:51:47.769Z[ host-image] Aug 22 17:51:45.986 INFO O| Aug 22 17:51:45.986 INFO STEP 37 (ensure_symlink) COMPLETE
88732024-08-22T17:51:47.769Z[ host-image] Aug 22 17:51:45.986 INFO O| Aug 22 17:51:45.986 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88742024-08-22T17:51:47.776Z[ host-image] Aug 22 17:51:45.996 INFO O| Aug 22 17:51:45.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88752024-08-22T17:51:47.776Z[ host-image] Aug 22 17:51:45.996 INFO O| Aug 22 17:51:45.996 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88762024-08-22T17:51:47.779Z[ host-image] Aug 22 17:51:45.996 INFO O| Aug 22 17:51:45.996 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88772024-08-22T17:51:47.779Z[ host-image] Aug 22 17:51:45.996 INFO O| Aug 22 17:51:45.996 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88782024-08-22T17:51:47.779Z[ host-image] Aug 22 17:51:45.996 INFO O| Aug 22 17:51:45.996 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88792024-08-22T17:51:47.779Z[ host-image] Aug 22 17:51:45.996 INFO O| Aug 22 17:51:45.996 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88802024-08-22T17:51:47.779Z[ host-image] Aug 22 17:51:45.996 INFO O| Aug 22 17:51:45.996 INFO ok!
88812024-08-22T17:51:47.779Z[ host-image] Aug 22 17:51:45.996 INFO O| Aug 22 17:51:45.996 INFO STEP 38 (ensure_file) COMPLETE
88822024-08-22T17:51:47.779Z[ host-image] Aug 22 17:51:45.996 INFO O| Aug 22 17:51:45.996 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88832024-08-22T17:51:47.786Z[ host-image] Aug 22 17:51:46.006 INFO O| Aug 22 17:51:46.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88842024-08-22T17:51:47.786Z[ host-image] Aug 22 17:51:46.006 INFO O| Aug 22 17:51:46.006 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 ...
88852024-08-22T17:51:47.789Z[ host-image] Aug 22 17:51:46.006 INFO O| Aug 22 17:51:46.006 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
88862024-08-22T17:51:47.789Z[ host-image] Aug 22 17:51:46.006 INFO O| Aug 22 17:51:46.006 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88872024-08-22T17:51:47.789Z[ host-image] Aug 22 17:51:46.006 INFO O| Aug 22 17:51:46.006 INFO ok!
88882024-08-22T17:51:47.789Z[ host-image] Aug 22 17:51:46.006 INFO O| Aug 22 17:51:46.006 INFO STEP 39 (ensure_file) COMPLETE
88892024-08-22T17:51:47.789Z[ host-image] Aug 22 17:51:46.006 INFO O| Aug 22 17:51:46.006 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88902024-08-22T17:51:47.798Z[ host-image] Aug 22 17:51:46.016 INFO O| Aug 22 17:51:46.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88912024-08-22T17:51:47.798Z[ host-image] Aug 22 17:51:46.016 INFO O| Aug 22 17:51:46.016 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88922024-08-22T17:51:47.801Z[ host-image] Aug 22 17:51:46.016 INFO O| Aug 22 17:51:46.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88932024-08-22T17:51:47.801Z[ host-image] Aug 22 17:51:46.016 INFO O| Aug 22 17:51:46.016 INFO ok!
88942024-08-22T17:51:47.802Z[ host-image] Aug 22 17:51:46.016 INFO O| Aug 22 17:51:46.016 INFO STEP 40 (ensure_file) COMPLETE
88952024-08-22T17:51:47.802Z[ host-image] Aug 22 17:51:46.016 INFO O| Aug 22 17:51:46.016 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88962024-08-22T17:51:47.807Z[ host-image] Aug 22 17:51:46.026 INFO O| Aug 22 17:51:46.026 INFO updating shadow file
88972024-08-22T17:51:47.810Z[ host-image] Aug 22 17:51:46.026 INFO O| Aug 22 17:51:46.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88982024-08-22T17:51:47.810Z[ host-image] Aug 22 17:51:46.027 INFO O| Aug 22 17:51:46.027 INFO STEP 41 (shadow) COMPLETE
88992024-08-22T17:51:47.810Z[ host-image] Aug 22 17:51:46.027 INFO O| Aug 22 17:51:46.027 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89002024-08-22T17:51:47.817Z[ host-image] Aug 22 17:51:46.036 INFO O| Aug 22 17:51:46.036 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89012024-08-22T17:51:47.817Z[ host-image] Aug 22 17:51:46.036 INFO O| Aug 22 17:51:46.036 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89022024-08-22T17:51:47.821Z[ host-image] Aug 22 17:51:46.037 INFO O| Aug 22 17:51:46.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89032024-08-22T17:51:47.821Z[ host-image] Aug 22 17:51:46.037 INFO O| Aug 22 17:51:46.037 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89042024-08-22T17:51:47.821Z[ host-image] Aug 22 17:51:46.037 INFO O| Aug 22 17:51:46.037 INFO ok!
89052024-08-22T17:51:47.821Z[ host-image] Aug 22 17:51:46.037 INFO O| Aug 22 17:51:46.037 INFO STEP 42 (ensure_file) COMPLETE
89062024-08-22T17:51:47.821Z[ host-image] Aug 22 17:51:46.037 INFO O| Aug 22 17:51:46.037 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89072024-08-22T17:51:47.821Z[ host-image] Aug 22 17:51:46.037 INFO O| Aug 22 17:51:46.037 INFO skip step because feature "mfg" is not enabled
89082024-08-22T17:51:47.821Z[ host-image] Aug 22 17:51:46.037 INFO O| Aug 22 17:51:46.037 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89092024-08-22T17:51:47.821Z[ host-image] Aug 22 17:51:46.037 INFO O| Aug 22 17:51:46.037 INFO skip step because feature "mfg" is not enabled
89102024-08-22T17:51:47.821Z[ host-image] Aug 22 17:51:46.037 INFO O| Aug 22 17:51:46.037 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89112024-08-22T17:51:47.827Z[ host-image] Aug 22 17:51:46.047 INFO O| Aug 22 17:51:46.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89122024-08-22T17:51:47.827Z[ host-image] Aug 22 17:51:46.047 INFO O| Aug 22 17:51:46.047 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89132024-08-22T17:51:48.463Z[ host-image] Aug 22 17:51:46.682 INFO O| Aug 22 17:51:46.682 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89142024-08-22T17:51:48.463Z[ host-image] Aug 22 17:51:46.682 INFO O| Aug 22 17:51:46.682 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89152024-08-22T17:51:48.466Z[ host-image] Aug 22 17:51:46.682 INFO O| Aug 22 17:51:46.682 INFO ok!
89162024-08-22T17:51:48.466Z[ host-image] Aug 22 17:51:46.682 INFO O| Aug 22 17:51:46.682 INFO STEP 45 (ensure_file) COMPLETE
89172024-08-22T17:51:48.466Z[ host-image] Aug 22 17:51:46.682 INFO O| Aug 22 17:51:46.682 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89182024-08-22T17:51:48.474Z[ host-image] Aug 22 17:51:46.693 INFO O| Aug 22 17:51:46.693 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89192024-08-22T17:51:48.476Z[ host-image] Aug 22 17:51:46.693 INFO O| Aug 22 17:51:46.693 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89202024-08-22T17:51:48.476Z[ host-image] Aug 22 17:51:46.693 INFO O| Aug 22 17:51:46.693 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89212024-08-22T17:51:48.476Z[ host-image] Aug 22 17:51:46.693 INFO O| Aug 22 17:51:46.693 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89222024-08-22T17:51:48.476Z[ host-image] Aug 22 17:51:46.693 INFO O| Aug 22 17:51:46.693 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89232024-08-22T17:51:48.476Z[ host-image] Aug 22 17:51:46.694 INFO O| Aug 22 17:51:46.693 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89242024-08-22T17:51:48.477Z[ host-image] Aug 22 17:51:46.694 INFO O| Aug 22 17:51:46.694 INFO ok!
89252024-08-22T17:51:48.477Z[ host-image] Aug 22 17:51:46.694 INFO O| Aug 22 17:51:46.694 INFO STEP 46 (ensure_file) COMPLETE
89262024-08-22T17:51:48.477Z[ host-image] Aug 22 17:51:46.694 INFO O| Aug 22 17:51:46.694 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89272024-08-22T17:51:48.484Z[ host-image] Aug 22 17:51:46.703 INFO O| Aug 22 17:51:46.703 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89282024-08-22T17:51:48.487Z[ host-image] Aug 22 17:51:46.704 INFO O| Aug 22 17:51:46.704 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 ...
89292024-08-22T17:51:48.487Z[ host-image] Aug 22 17:51:46.704 INFO O| Aug 22 17:51:46.704 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
89302024-08-22T17:51:48.487Z[ host-image] Aug 22 17:51:46.704 INFO O| Aug 22 17:51:46.704 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89312024-08-22T17:51:48.487Z[ host-image] Aug 22 17:51:46.704 INFO O| Aug 22 17:51:46.704 INFO ok!
89322024-08-22T17:51:48.487Z[ host-image] Aug 22 17:51:46.704 INFO O| Aug 22 17:51:46.704 INFO STEP 47 (ensure_file) COMPLETE
89332024-08-22T17:51:48.487Z[ host-image] Aug 22 17:51:46.704 INFO O| Aug 22 17:51:46.704 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89342024-08-22T17:51:48.494Z[ host-image] Aug 22 17:51:46.713 INFO O| Aug 22 17:51:46.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89352024-08-22T17:51:48.497Z[ host-image] Aug 22 17:51:46.713 INFO O| Aug 22 17:51:46.713 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89362024-08-22T17:51:48.497Z[ host-image] Aug 22 17:51:46.713 INFO O| Aug 22 17:51:46.713 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89372024-08-22T17:51:48.497Z[ host-image] Aug 22 17:51:46.713 INFO O| Aug 22 17:51:46.713 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89382024-08-22T17:51:48.497Z[ host-image] Aug 22 17:51:46.713 INFO O| Aug 22 17:51:46.713 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89392024-08-22T17:51:48.497Z[ host-image] Aug 22 17:51:46.713 INFO O| Aug 22 17:51:46.713 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89402024-08-22T17:51:48.497Z[ host-image] Aug 22 17:51:46.714 INFO O| Aug 22 17:51:46.713 INFO ok!
89412024-08-22T17:51:48.497Z[ host-image] Aug 22 17:51:46.714 INFO O| Aug 22 17:51:46.713 INFO STEP 48 (ensure_file) COMPLETE
89422024-08-22T17:51:48.497Z[ host-image] Aug 22 17:51:46.714 INFO O| Aug 22 17:51:46.713 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89432024-08-22T17:51:48.504Z[ host-image] Aug 22 17:51:46.724 INFO O| Aug 22 17:51:46.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89442024-08-22T17:51:48.504Z[ host-image] Aug 22 17:51:46.724 INFO O| Aug 22 17:51:46.724 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 ...
89452024-08-22T17:51:48.507Z[ host-image] Aug 22 17:51:46.724 INFO O| Aug 22 17:51:46.724 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
89462024-08-22T17:51:48.507Z[ host-image] Aug 22 17:51:46.724 INFO O| Aug 22 17:51:46.724 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89472024-08-22T17:51:48.507Z[ host-image] Aug 22 17:51:46.724 INFO O| Aug 22 17:51:46.724 INFO ok!
89482024-08-22T17:51:48.507Z[ host-image] Aug 22 17:51:46.724 INFO O| Aug 22 17:51:46.724 INFO STEP 49 (ensure_file) COMPLETE
89492024-08-22T17:51:48.507Z[ host-image] Aug 22 17:51:46.724 INFO O| Aug 22 17:51:46.724 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89502024-08-22T17:51:48.514Z[ host-image] Aug 22 17:51:46.734 INFO O| Aug 22 17:51:46.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89512024-08-22T17:51:48.514Z[ host-image] Aug 22 17:51:46.734 INFO O| Aug 22 17:51:46.734 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89522024-08-22T17:51:48.517Z[ host-image] Aug 22 17:51:46.734 INFO O| Aug 22 17:51:46.734 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89532024-08-22T17:51:48.517Z[ host-image] Aug 22 17:51:46.734 INFO O| Aug 22 17:51:46.734 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89542024-08-22T17:51:48.517Z[ host-image] Aug 22 17:51:46.734 INFO O| Aug 22 17:51:46.734 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89552024-08-22T17:51:48.517Z[ host-image] Aug 22 17:51:46.734 INFO O| Aug 22 17:51:46.734 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89562024-08-22T17:51:48.517Z[ host-image] Aug 22 17:51:46.734 INFO O| Aug 22 17:51:46.734 INFO ok!
89572024-08-22T17:51:48.517Z[ host-image] Aug 22 17:51:46.734 INFO O| Aug 22 17:51:46.734 INFO STEP 50 (ensure_file) COMPLETE
89582024-08-22T17:51:48.517Z[ host-image] Aug 22 17:51:46.734 INFO O| Aug 22 17:51:46.734 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89592024-08-22T17:51:48.524Z[ host-image] Aug 22 17:51:46.744 INFO O| Aug 22 17:51:46.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89602024-08-22T17:51:48.524Z[ host-image] Aug 22 17:51:46.744 INFO O| Aug 22 17:51:46.744 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 ...
89612024-08-22T17:51:48.527Z[ host-image] Aug 22 17:51:46.744 INFO O| Aug 22 17:51:46.744 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
89622024-08-22T17:51:48.527Z[ host-image] Aug 22 17:51:46.744 INFO O| Aug 22 17:51:46.744 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89632024-08-22T17:51:48.527Z[ host-image] Aug 22 17:51:46.744 INFO O| Aug 22 17:51:46.744 INFO ok!
89642024-08-22T17:51:48.527Z[ host-image] Aug 22 17:51:46.744 INFO O| Aug 22 17:51:46.744 INFO STEP 51 (ensure_file) COMPLETE
89652024-08-22T17:51:48.527Z[ host-image] Aug 22 17:51:46.744 INFO O| Aug 22 17:51:46.744 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89662024-08-22T17:51:48.534Z[ host-image] Aug 22 17:51:46.754 INFO O| Aug 22 17:51:46.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89672024-08-22T17:51:48.538Z[ host-image] Aug 22 17:51:46.754 INFO O| Aug 22 17:51:46.754 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 ...
89682024-08-22T17:51:48.538Z[ host-image] Aug 22 17:51:46.754 INFO O| Aug 22 17:51:46.754 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
89692024-08-22T17:51:48.538Z[ host-image] Aug 22 17:51:46.754 INFO O| Aug 22 17:51:46.754 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89702024-08-22T17:51:48.538Z[ host-image] Aug 22 17:51:46.754 INFO O| Aug 22 17:51:46.754 INFO ok!
89712024-08-22T17:51:48.538Z[ host-image] Aug 22 17:51:46.754 INFO O| Aug 22 17:51:46.754 INFO STEP 52 (ensure_file) COMPLETE
89722024-08-22T17:51:48.538Z[ host-image] Aug 22 17:51:46.754 INFO O| Aug 22 17:51:46.754 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89732024-08-22T17:51:48.544Z[ host-image] Aug 22 17:51:46.763 INFO O| Aug 22 17:51:46.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89742024-08-22T17:51:48.544Z[ host-image] Aug 22 17:51:46.763 INFO O| Aug 22 17:51:46.763 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 ...
89752024-08-22T17:51:48.548Z[ host-image] Aug 22 17:51:46.764 INFO O| Aug 22 17:51:46.763 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
89762024-08-22T17:51:48.548Z[ host-image] Aug 22 17:51:46.764 INFO O| Aug 22 17:51:46.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89772024-08-22T17:51:48.548Z[ host-image] Aug 22 17:51:46.764 INFO O| Aug 22 17:51:46.764 INFO ok!
89782024-08-22T17:51:48.548Z[ host-image] Aug 22 17:51:46.764 INFO O| Aug 22 17:51:46.764 INFO STEP 53 (ensure_file) COMPLETE
89792024-08-22T17:51:48.548Z[ host-image] Aug 22 17:51:46.764 INFO O| Aug 22 17:51:46.764 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89802024-08-22T17:51:48.555Z[ host-image] Aug 22 17:51:46.773 INFO O| Aug 22 17:51:46.773 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89812024-08-22T17:51:48.555Z[ host-image] Aug 22 17:51:46.773 INFO O| Aug 22 17:51:46.773 INFO STEP 54 (ensure_dir) COMPLETE
89822024-08-22T17:51:48.555Z[ host-image] Aug 22 17:51:46.773 INFO O| Aug 22 17:51:46.773 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89832024-08-22T17:51:48.563Z[ host-image] Aug 22 17:51:46.783 INFO O| Aug 22 17:51:46.783 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89842024-08-22T17:51:48.563Z[ host-image] Aug 22 17:51:46.783 INFO O| Aug 22 17:51:46.783 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89852024-08-22T17:51:48.566Z[ host-image] Aug 22 17:51:46.783 INFO O| Aug 22 17:51:46.783 INFO STEP 55 (ensure_dir) COMPLETE
89862024-08-22T17:51:48.566Z[ host-image] Aug 22 17:51:46.783 INFO O| Aug 22 17:51:46.783 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89872024-08-22T17:51:48.573Z[ host-image] Aug 22 17:51:46.792 INFO O| Aug 22 17:51:46.792 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89882024-08-22T17:51:48.573Z[ host-image] Aug 22 17:51:46.792 INFO O| Aug 22 17:51:46.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89892024-08-22T17:51:48.575Z[ host-image] Aug 22 17:51:46.792 INFO O| Aug 22 17:51:46.792 INFO STEP 56 (ensure_dir) COMPLETE
89902024-08-22T17:51:48.575Z[ host-image] Aug 22 17:51:46.792 INFO O| Aug 22 17:51:46.792 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89912024-08-22T17:51:48.582Z[ host-image] Aug 22 17:51:46.802 INFO O| Aug 22 17:51:46.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89922024-08-22T17:51:48.582Z[ host-image] Aug 22 17:51:46.802 INFO O| Aug 22 17:51:46.802 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89932024-08-22T17:51:48.598Z[ host-image] Aug 22 17:51:46.816 INFO O| Aug 22 17:51:46.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89942024-08-22T17:51:48.602Z[ host-image] Aug 22 17:51:46.816 INFO O| Aug 22 17:51:46.816 INFO ok!
89952024-08-22T17:51:48.602Z[ host-image] Aug 22 17:51:46.816 INFO O| Aug 22 17:51:46.816 INFO STEP 57 (ensure_file) COMPLETE
89962024-08-22T17:51:48.602Z[ host-image] Aug 22 17:51:46.816 INFO O| Aug 22 17:51:46.816 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89972024-08-22T17:51:48.607Z[ host-image] Aug 22 17:51:46.827 INFO O| Aug 22 17:51:46.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89982024-08-22T17:51:48.607Z[ host-image] Aug 22 17:51:46.827 INFO O| Aug 22 17:51:46.827 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89992024-08-22T17:51:49.684Z[ host-image] Aug 22 17:51:47.903 INFO O| Aug 22 17:51:47.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90002024-08-22T17:51:49.684Z[ host-image] Aug 22 17:51:47.903 INFO O| Aug 22 17:51:47.903 INFO ok!
90012024-08-22T17:51:49.689Z[ host-image] Aug 22 17:51:47.903 INFO O| Aug 22 17:51:47.903 INFO STEP 58 (ensure_file) COMPLETE
90022024-08-22T17:51:49.689Z[ host-image] Aug 22 17:51:47.903 INFO O| Aug 22 17:51:47.903 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90032024-08-22T17:51:49.695Z[ host-image] Aug 22 17:51:47.915 INFO O| Aug 22 17:51:47.914 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90042024-08-22T17:51:49.695Z[ host-image] Aug 22 17:51:47.915 INFO O| Aug 22 17:51:47.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90052024-08-22T17:51:49.698Z[ host-image] Aug 22 17:51:47.915 INFO O| Aug 22 17:51:47.915 INFO STEP 59 (ensure_dir) COMPLETE
90062024-08-22T17:51:49.699Z[ host-image] Aug 22 17:51:47.915 INFO O| Aug 22 17:51:47.915 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-08-22T17:51:49.706Z[ host-image] Aug 22 17:51:47.924 INFO O| Aug 22 17:51:47.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90082024-08-22T17:51:49.706Z[ host-image] Aug 22 17:51:47.924 INFO O| Aug 22 17:51:47.924 INFO copying /tmp/.tmpEJvKw1/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 ...
90092024-08-22T17:51:49.709Z[ host-image] Aug 22 17:51:47.925 INFO O| Aug 22 17:51:47.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90102024-08-22T17:51:49.709Z[ host-image] Aug 22 17:51:47.925 INFO O| Aug 22 17:51:47.925 INFO ok!
90112024-08-22T17:51:49.709Z[ host-image] Aug 22 17:51:47.925 INFO O| Aug 22 17:51:47.925 INFO STEP 60 (ensure_file) COMPLETE
90122024-08-22T17:51:49.709Z[ host-image] Aug 22 17:51:47.925 INFO O| Aug 22 17:51:47.925 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90132024-08-22T17:51:49.715Z[ host-image] Aug 22 17:51:47.934 INFO O| Aug 22 17:51:47.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90142024-08-22T17:51:49.715Z[ host-image] Aug 22 17:51:47.935 INFO O| Aug 22 17:51:47.934 INFO copying /tmp/.tmpEJvKw1/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 ...
90152024-08-22T17:51:49.718Z[ host-image] Aug 22 17:51:47.935 INFO O| Aug 22 17:51:47.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90162024-08-22T17:51:49.718Z[ host-image] Aug 22 17:51:47.935 INFO O| Aug 22 17:51:47.935 INFO ok!
90172024-08-22T17:51:49.718Z[ host-image] Aug 22 17:51:47.935 INFO O| Aug 22 17:51:47.935 INFO STEP 61 (ensure_file) COMPLETE
90182024-08-22T17:51:49.718Z[ host-image] Aug 22 17:51:47.935 INFO O| Aug 22 17:51:47.935 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90192024-08-22T17:51:49.728Z[ host-image] Aug 22 17:51:47.944 INFO O| Aug 22 17:51:47.944 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90202024-08-22T17:51:49.728Z[ host-image] Aug 22 17:51:47.944 INFO O| Aug 22 17:51:47.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90212024-08-22T17:51:49.728Z[ host-image] Aug 22 17:51:47.944 INFO O| Aug 22 17:51:47.944 INFO STEP 62 (ensure_dir) COMPLETE
90222024-08-22T17:51:49.730Z[ host-image] Aug 22 17:51:47.944 INFO O| Aug 22 17:51:47.944 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-08-22T17:51:49.735Z[ host-image] Aug 22 17:51:47.954 INFO O| Aug 22 17:51:47.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90242024-08-22T17:51:49.735Z[ host-image] Aug 22 17:51:47.954 INFO O| Aug 22 17:51:47.954 INFO copying /tmp/.tmpEJvKw1/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 ...
90252024-08-22T17:51:49.738Z[ host-image] Aug 22 17:51:47.954 INFO O| Aug 22 17:51:47.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90262024-08-22T17:51:49.738Z[ host-image] Aug 22 17:51:47.954 INFO O| Aug 22 17:51:47.954 INFO ok!
90272024-08-22T17:51:49.738Z[ host-image] Aug 22 17:51:47.954 INFO O| Aug 22 17:51:47.954 INFO STEP 63 (ensure_file) COMPLETE
90282024-08-22T17:51:49.738Z[ host-image] Aug 22 17:51:47.954 INFO O| Aug 22 17:51:47.954 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90292024-08-22T17:51:49.744Z[ host-image] Aug 22 17:51:47.964 INFO O| Aug 22 17:51:47.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90302024-08-22T17:51:49.747Z[ host-image] Aug 22 17:51:47.964 INFO O| Aug 22 17:51:47.964 INFO copying /tmp/.tmpEJvKw1/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 ...
90312024-08-22T17:51:49.747Z[ host-image] Aug 22 17:51:47.964 INFO O| Aug 22 17:51:47.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90322024-08-22T17:51:49.747Z[ host-image] Aug 22 17:51:47.964 INFO O| Aug 22 17:51:47.964 INFO ok!
90332024-08-22T17:51:49.747Z[ host-image] Aug 22 17:51:47.964 INFO O| Aug 22 17:51:47.964 INFO STEP 64 (ensure_file) COMPLETE
90342024-08-22T17:51:49.747Z[ host-image] Aug 22 17:51:47.964 INFO O| Aug 22 17:51:47.964 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90352024-08-22T17:51:49.754Z[ host-image] Aug 22 17:51:47.974 INFO O| Aug 22 17:51:47.974 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90362024-08-22T17:51:49.757Z[ host-image] Aug 22 17:51:47.974 INFO O| Aug 22 17:51:47.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90372024-08-22T17:51:49.757Z[ host-image] Aug 22 17:51:47.974 INFO O| Aug 22 17:51:47.974 INFO STEP 65 (ensure_dir) COMPLETE
90382024-08-22T17:51:49.757Z[ host-image] Aug 22 17:51:47.974 INFO O| Aug 22 17:51:47.974 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-08-22T17:51:49.764Z[ host-image] Aug 22 17:51:47.983 INFO O| Aug 22 17:51:47.983 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90402024-08-22T17:51:49.764Z[ host-image] Aug 22 17:51:47.983 INFO O| Aug 22 17:51:47.983 INFO copying /tmp/.tmpEJvKw1/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 ...
90412024-08-22T17:51:49.764Z[ host-image] Aug 22 17:51:47.984 INFO O| Aug 22 17:51:47.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90422024-08-22T17:51:49.767Z[ host-image] Aug 22 17:51:47.984 INFO O| Aug 22 17:51:47.984 INFO ok!
90432024-08-22T17:51:49.767Z[ host-image] Aug 22 17:51:47.984 INFO O| Aug 22 17:51:47.984 INFO STEP 66 (ensure_file) COMPLETE
90442024-08-22T17:51:49.767Z[ host-image] Aug 22 17:51:47.984 INFO O| Aug 22 17:51:47.984 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-22T17:51:49.774Z[ host-image] Aug 22 17:51:47.993 INFO O| Aug 22 17:51:47.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90462024-08-22T17:51:49.776Z[ host-image] Aug 22 17:51:47.993 INFO O| Aug 22 17:51:47.993 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90472024-08-22T17:51:49.776Z[ host-image] Aug 22 17:51:47.993 INFO O| Aug 22 17:51:47.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90482024-08-22T17:51:49.776Z[ host-image] Aug 22 17:51:47.994 INFO O| Aug 22 17:51:47.993 INFO ok!
90492024-08-22T17:51:49.776Z[ host-image] Aug 22 17:51:47.994 INFO O| Aug 22 17:51:47.993 INFO STEP 67 (ensure_file) COMPLETE
90502024-08-22T17:51:49.777Z[ host-image] Aug 22 17:51:47.994 INFO O| Aug 22 17:51:47.994 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90512024-08-22T17:51:49.785Z[ host-image] Aug 22 17:51:48.004 INFO O| Aug 22 17:51:48.004 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90522024-08-22T17:51:49.785Z[ host-image] Aug 22 17:51:48.004 INFO O| Aug 22 17:51:48.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90532024-08-22T17:51:49.785Z[ host-image] Aug 22 17:51:48.004 INFO O| Aug 22 17:51:48.004 INFO STEP 68 (ensure_dir) COMPLETE
90542024-08-22T17:51:49.788Z[ host-image] Aug 22 17:51:48.004 INFO O| Aug 22 17:51:48.004 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90552024-08-22T17:51:49.795Z[ host-image] Aug 22 17:51:48.014 INFO O| Aug 22 17:51:48.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90562024-08-22T17:51:49.795Z[ host-image] Aug 22 17:51:48.014 INFO O| Aug 22 17:51:48.014 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90572024-08-22T17:51:50.349Z[ host-image] Aug 22 17:51:48.568 INFO O| Aug 22 17:51:48.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90582024-08-22T17:51:50.349Z[ host-image] Aug 22 17:51:48.568 INFO O| Aug 22 17:51:48.568 INFO ok!
90592024-08-22T17:51:50.349Z[ host-image] Aug 22 17:51:48.568 INFO O| Aug 22 17:51:48.568 INFO STEP 69 (ensure_file) COMPLETE
90602024-08-22T17:51:50.353Z[ host-image] Aug 22 17:51:48.568 INFO O| Aug 22 17:51:48.568 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-08-22T17:51:50.361Z[ host-image] Aug 22 17:51:48.580 INFO O| Aug 22 17:51:48.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90622024-08-22T17:51:50.361Z[ host-image] Aug 22 17:51:48.580 INFO O| Aug 22 17:51:48.580 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90632024-08-22T17:51:51.791Z[ host-image] Aug 22 17:51:50.009 INFO O| Aug 22 17:51:50.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90642024-08-22T17:51:51.791Z[ host-image] Aug 22 17:51:50.009 INFO O| Aug 22 17:51:50.009 INFO ok!
90652024-08-22T17:51:51.795Z[ host-image] Aug 22 17:51:50.009 INFO O| Aug 22 17:51:50.009 INFO STEP 70 (ensure_file) COMPLETE
90662024-08-22T17:51:51.795Z[ host-image] Aug 22 17:51:50.009 INFO O| Aug 22 17:51:50.009 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-08-22T17:51:51.803Z[ host-image] Aug 22 17:51:50.021 INFO O| Aug 22 17:51:50.020 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90682024-08-22T17:51:51.806Z[ host-image] Aug 22 17:51:50.021 INFO O| Aug 22 17:51:50.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90692024-08-22T17:51:51.807Z[ host-image] Aug 22 17:51:50.021 INFO O| Aug 22 17:51:50.021 INFO STEP 71 (ensure_dir) COMPLETE
90702024-08-22T17:51:51.807Z[ host-image] Aug 22 17:51:50.021 INFO O| Aug 22 17:51:50.021 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-08-22T17:51:51.811Z[ host-image] Aug 22 17:51:50.031 INFO O| Aug 22 17:51:50.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90722024-08-22T17:51:51.818Z[ host-image] Aug 22 17:51:50.031 INFO O| Aug 22 17:51:50.031 INFO copying /tmp/.tmpEJvKw1/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 ...
90732024-08-22T17:51:51.818Z[ host-image] Aug 22 17:51:50.031 INFO O| Aug 22 17:51:50.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90742024-08-22T17:51:51.818Z[ host-image] Aug 22 17:51:50.031 INFO O| Aug 22 17:51:50.031 INFO ok!
90752024-08-22T17:51:51.818Z[ host-image] Aug 22 17:51:50.031 INFO O| Aug 22 17:51:50.031 INFO STEP 72 (ensure_file) COMPLETE
90762024-08-22T17:51:51.818Z[ host-image] Aug 22 17:51:50.031 INFO O| Aug 22 17:51:50.031 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-22T17:51:51.822Z[ host-image] Aug 22 17:51:50.041 INFO O| Aug 22 17:51:50.041 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90782024-08-22T17:51:51.822Z[ host-image] Aug 22 17:51:50.041 INFO O| Aug 22 17:51:50.041 INFO copying /tmp/.tmpEJvKw1/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 ...
90792024-08-22T17:51:51.825Z[ host-image] Aug 22 17:51:50.041 INFO O| Aug 22 17:51:50.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90802024-08-22T17:51:51.825Z[ host-image] Aug 22 17:51:50.041 INFO O| Aug 22 17:51:50.041 INFO ok!
90812024-08-22T17:51:51.825Z[ host-image] Aug 22 17:51:50.041 INFO O| Aug 22 17:51:50.041 INFO STEP 73 (ensure_file) COMPLETE
90822024-08-22T17:51:51.825Z[ host-image] Aug 22 17:51:50.041 INFO O| Aug 22 17:51:50.041 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-08-22T17:51:51.831Z[ host-image] Aug 22 17:51:50.050 INFO O| Aug 22 17:51:50.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90842024-08-22T17:51:51.834Z[ host-image] Aug 22 17:51:50.051 INFO O| Aug 22 17:51:50.050 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90852024-08-22T17:51:51.834Z[ host-image] Aug 22 17:51:50.051 INFO O| Aug 22 17:51:50.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90862024-08-22T17:51:51.834Z[ host-image] Aug 22 17:51:50.051 INFO O| Aug 22 17:51:50.051 INFO ok!
90872024-08-22T17:51:51.834Z[ host-image] Aug 22 17:51:50.051 INFO O| Aug 22 17:51:50.051 INFO STEP 74 (ensure_file) COMPLETE
90882024-08-22T17:51:51.834Z[ host-image] Aug 22 17:51:50.051 INFO O| Aug 22 17:51:50.051 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-08-22T17:51:51.842Z[ host-image] Aug 22 17:51:50.060 INFO O| Aug 22 17:51:50.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90902024-08-22T17:51:51.845Z[ host-image] Aug 22 17:51:50.060 INFO O| Aug 22 17:51:50.060 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90912024-08-22T17:51:51.845Z[ host-image] Aug 22 17:51:50.060 INFO O| Aug 22 17:51:50.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90922024-08-22T17:51:51.845Z[ host-image] Aug 22 17:51:50.060 INFO O| Aug 22 17:51:50.060 INFO ok!
90932024-08-22T17:51:51.845Z[ host-image] Aug 22 17:51:50.060 INFO O| Aug 22 17:51:50.060 INFO STEP 75 (ensure_file) COMPLETE
90942024-08-22T17:51:51.845Z[ host-image] Aug 22 17:51:50.060 INFO O| Aug 22 17:51:50.060 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90952024-08-22T17:51:51.851Z[ host-image] Aug 22 17:51:50.070 INFO O| Aug 22 17:51:50.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90962024-08-22T17:51:51.851Z[ host-image] Aug 22 17:51:50.070 INFO O| Aug 22 17:51:50.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90972024-08-22T17:51:51.851Z[ host-image] Aug 22 17:51:50.070 INFO O| Aug 22 17:51:50.070 INFO STEP 76 (ensure_dir) COMPLETE
90982024-08-22T17:51:51.854Z[ host-image] Aug 22 17:51:50.070 INFO O| Aug 22 17:51:50.070 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-22T17:51:51.861Z[ host-image] Aug 22 17:51:50.080 INFO O| Aug 22 17:51:50.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91002024-08-22T17:51:51.861Z[ host-image] Aug 22 17:51:50.080 INFO O| Aug 22 17:51:50.080 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91012024-08-22T17:51:52.319Z[ host-image] Aug 22 17:51:50.538 INFO O| Aug 22 17:51:50.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91022024-08-22T17:51:52.319Z[ host-image] Aug 22 17:51:50.538 INFO O| Aug 22 17:51:50.538 INFO ok!
91032024-08-22T17:51:52.324Z[ host-image] Aug 22 17:51:50.538 INFO O| Aug 22 17:51:50.538 INFO STEP 77 (ensure_file) COMPLETE
91042024-08-22T17:51:52.324Z[ host-image] Aug 22 17:51:50.538 INFO O| Aug 22 17:51:50.538 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-08-22T17:51:52.330Z[ host-image] Aug 22 17:51:50.549 INFO O| Aug 22 17:51:50.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91062024-08-22T17:51:52.333Z[ host-image] Aug 22 17:51:50.549 INFO O| Aug 22 17:51:50.549 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91072024-08-22T17:51:52.333Z[ host-image] Aug 22 17:51:50.549 INFO O| Aug 22 17:51:50.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91082024-08-22T17:51:52.333Z[ host-image] Aug 22 17:51:50.549 INFO O| Aug 22 17:51:50.549 INFO ok!
91092024-08-22T17:51:52.333Z[ host-image] Aug 22 17:51:50.549 INFO O| Aug 22 17:51:50.549 INFO STEP 78 (ensure_file) COMPLETE
91102024-08-22T17:51:52.333Z[ host-image] Aug 22 17:51:50.549 INFO O| Aug 22 17:51:50.549 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91112024-08-22T17:51:52.341Z[ host-image] Aug 22 17:51:50.559 INFO O| Aug 22 17:51:50.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91122024-08-22T17:51:52.341Z[ host-image] Aug 22 17:51:50.559 INFO O| Aug 22 17:51:50.559 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91132024-08-22T17:51:52.896Z[ host-image] Aug 22 17:51:51.114 INFO O| Aug 22 17:51:51.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91142024-08-22T17:51:52.896Z[ host-image] Aug 22 17:51:51.114 INFO O| Aug 22 17:51:51.114 INFO ok!
91152024-08-22T17:51:52.899Z[ host-image] Aug 22 17:51:51.114 INFO O| Aug 22 17:51:51.114 INFO STEP 79 (ensure_file) COMPLETE
91162024-08-22T17:51:52.900Z[ host-image] Aug 22 17:51:51.114 INFO O| Aug 22 17:51:51.114 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91172024-08-22T17:51:52.907Z[ host-image] Aug 22 17:51:51.126 INFO O| Aug 22 17:51:51.126 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91182024-08-22T17:51:52.907Z[ host-image] Aug 22 17:51:51.126 INFO O| Aug 22 17:51:51.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91192024-08-22T17:51:52.910Z[ host-image] Aug 22 17:51:51.126 INFO O| Aug 22 17:51:51.126 INFO STEP 80 (ensure_dir) COMPLETE
91202024-08-22T17:51:52.910Z[ host-image] Aug 22 17:51:51.126 INFO O| Aug 22 17:51:51.126 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-08-22T17:51:52.917Z[ host-image] Aug 22 17:51:51.136 INFO O| Aug 22 17:51:51.136 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91222024-08-22T17:51:52.917Z[ host-image] Aug 22 17:51:51.136 INFO O| Aug 22 17:51:51.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91232024-08-22T17:51:52.920Z[ host-image] Aug 22 17:51:51.136 INFO O| Aug 22 17:51:51.136 INFO STEP 81 (ensure_dir) COMPLETE
91242024-08-22T17:51:52.920Z[ host-image] Aug 22 17:51:51.136 INFO O| Aug 22 17:51:51.136 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-08-22T17:51:52.928Z[ host-image] Aug 22 17:51:51.146 INFO O| Aug 22 17:51:51.145 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91262024-08-22T17:51:52.928Z[ host-image] Aug 22 17:51:51.146 INFO O| Aug 22 17:51:51.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91272024-08-22T17:51:52.931Z[ host-image] Aug 22 17:51:51.146 INFO O| Aug 22 17:51:51.146 INFO STEP 82 (ensure_dir) COMPLETE
91282024-08-22T17:51:52.931Z[ host-image] Aug 22 17:51:51.146 INFO O| Aug 22 17:51:51.146 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91292024-08-22T17:51:52.937Z[ host-image] Aug 22 17:51:51.155 INFO O| Aug 22 17:51:51.155 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91302024-08-22T17:51:52.940Z[ host-image] Aug 22 17:51:51.155 INFO O| Aug 22 17:51:51.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91312024-08-22T17:51:52.940Z[ host-image] Aug 22 17:51:51.156 INFO O| Aug 22 17:51:51.155 INFO STEP 83 (ensure_dir) COMPLETE
91322024-08-22T17:51:52.940Z[ host-image] Aug 22 17:51:51.156 INFO O| Aug 22 17:51:51.155 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-08-22T17:51:52.946Z[ host-image] Aug 22 17:51:51.165 INFO O| Aug 22 17:51:51.165 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91342024-08-22T17:51:52.946Z[ host-image] Aug 22 17:51:51.165 INFO O| Aug 22 17:51:51.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91352024-08-22T17:51:52.946Z[ host-image] Aug 22 17:51:51.165 INFO O| Aug 22 17:51:51.165 INFO STEP 84 (ensure_dir) COMPLETE
91362024-08-22T17:51:52.950Z[ host-image] Aug 22 17:51:51.165 INFO O| Aug 22 17:51:51.165 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-08-22T17:51:52.956Z[ host-image] Aug 22 17:51:51.175 INFO O| Aug 22 17:51:51.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91382024-08-22T17:51:52.959Z[ host-image] Aug 22 17:51:51.175 INFO O| Aug 22 17:51:51.175 INFO copying /tmp/.tmpEJvKw1/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 ...
91392024-08-22T17:51:52.959Z[ host-image] Aug 22 17:51:51.175 INFO O| Aug 22 17:51:51.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91402024-08-22T17:51:52.959Z[ host-image] Aug 22 17:51:51.175 INFO O| Aug 22 17:51:51.175 INFO ok!
91412024-08-22T17:51:52.959Z[ host-image] Aug 22 17:51:51.175 INFO O| Aug 22 17:51:51.175 INFO STEP 85 (ensure_file) COMPLETE
91422024-08-22T17:51:52.959Z[ host-image] Aug 22 17:51:51.175 INFO O| Aug 22 17:51:51.175 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-08-22T17:51:52.966Z[ host-image] Aug 22 17:51:51.185 INFO O| Aug 22 17:51:51.185 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91442024-08-22T17:51:52.966Z[ host-image] Aug 22 17:51:51.185 INFO O| Aug 22 17:51:51.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91452024-08-22T17:51:52.969Z[ host-image] Aug 22 17:51:51.185 INFO O| Aug 22 17:51:51.185 INFO STEP 86 (ensure_dir) COMPLETE
91462024-08-22T17:51:52.969Z[ host-image] Aug 22 17:51:51.185 INFO O| Aug 22 17:51:51.185 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-08-22T17:51:52.976Z[ host-image] Aug 22 17:51:51.194 INFO O| Aug 22 17:51:51.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91482024-08-22T17:51:52.980Z[ host-image] Aug 22 17:51:51.194 INFO O| Aug 22 17:51:51.194 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91492024-08-22T17:51:52.980Z[ host-image] Aug 22 17:51:51.195 INFO O| Aug 22 17:51:51.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91502024-08-22T17:51:52.981Z[ host-image] Aug 22 17:51:51.195 INFO O| Aug 22 17:51:51.194 INFO ok!
91512024-08-22T17:51:52.981Z[ host-image] Aug 22 17:51:51.195 INFO O| Aug 22 17:51:51.195 INFO STEP 87 (ensure_file) COMPLETE
91522024-08-22T17:51:52.981Z[ host-image] Aug 22 17:51:51.195 INFO O| Aug 22 17:51:51.195 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-08-22T17:51:52.985Z[ host-image] Aug 22 17:51:51.204 INFO O| Aug 22 17:51:51.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91542024-08-22T17:51:52.985Z[ host-image] Aug 22 17:51:51.204 INFO O| Aug 22 17:51:51.204 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91552024-08-22T17:51:52.997Z[ host-image] Aug 22 17:51:51.216 INFO O| Aug 22 17:51:51.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91562024-08-22T17:51:52.997Z[ host-image] Aug 22 17:51:51.216 INFO O| Aug 22 17:51:51.216 INFO ok!
91572024-08-22T17:51:53.002Z[ host-image] Aug 22 17:51:51.216 INFO O| Aug 22 17:51:51.216 INFO STEP 88 (ensure_file) COMPLETE
91582024-08-22T17:51:53.002Z[ host-image] Aug 22 17:51:51.216 INFO O| Aug 22 17:51:51.216 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-08-22T17:51:53.008Z[ host-image] Aug 22 17:51:51.227 INFO O| Aug 22 17:51:51.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91602024-08-22T17:51:53.008Z[ host-image] Aug 22 17:51:51.227 INFO O| Aug 22 17:51:51.227 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91612024-08-22T17:51:53.488Z[ host-image] Aug 22 17:51:51.706 INFO O| Aug 22 17:51:51.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91622024-08-22T17:51:53.488Z[ host-image] Aug 22 17:51:51.706 INFO O| Aug 22 17:51:51.706 INFO ok!
91632024-08-22T17:51:53.491Z[ host-image] Aug 22 17:51:51.706 INFO O| Aug 22 17:51:51.706 INFO STEP 89 (ensure_file) COMPLETE
91642024-08-22T17:51:53.491Z[ host-image] Aug 22 17:51:51.706 INFO O| Aug 22 17:51:51.706 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-08-22T17:51:53.499Z[ host-image] Aug 22 17:51:51.717 INFO O| Aug 22 17:51:51.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91662024-08-22T17:51:53.499Z[ host-image] Aug 22 17:51:51.717 INFO O| Aug 22 17:51:51.717 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91672024-08-22T17:51:53.502Z[ host-image] Aug 22 17:51:51.717 INFO O| Aug 22 17:51:51.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91682024-08-22T17:51:53.502Z[ host-image] Aug 22 17:51:51.717 INFO O| Aug 22 17:51:51.717 INFO ok!
91692024-08-22T17:51:53.502Z[ host-image] Aug 22 17:51:51.717 INFO O| Aug 22 17:51:51.717 INFO STEP 90 (ensure_file) COMPLETE
91702024-08-22T17:51:53.502Z[ host-image] Aug 22 17:51:51.717 INFO O| Aug 22 17:51:51.717 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-08-22T17:51:53.508Z[ host-image] Aug 22 17:51:51.727 INFO O| Aug 22 17:51:51.727 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91722024-08-22T17:51:53.512Z[ host-image] Aug 22 17:51:51.727 INFO O| Aug 22 17:51:51.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91732024-08-22T17:51:53.512Z[ host-image] Aug 22 17:51:51.727 INFO O| Aug 22 17:51:51.727 INFO STEP 91 (ensure_dir) COMPLETE
91742024-08-22T17:51:53.512Z[ host-image] Aug 22 17:51:51.727 INFO O| Aug 22 17:51:51.727 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-22T17:51:53.519Z[ host-image] Aug 22 17:51:51.737 INFO O| Aug 22 17:51:51.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91762024-08-22T17:51:53.522Z[ host-image] Aug 22 17:51:51.737 INFO O| Aug 22 17:51:51.737 INFO copying /tmp/.tmpEJvKw1/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 ...
91772024-08-22T17:51:53.522Z[ host-image] Aug 22 17:51:51.737 INFO O| Aug 22 17:51:51.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91782024-08-22T17:51:53.522Z[ host-image] Aug 22 17:51:51.737 INFO O| Aug 22 17:51:51.737 INFO ok!
91792024-08-22T17:51:53.522Z[ host-image] Aug 22 17:51:51.737 INFO O| Aug 22 17:51:51.737 INFO STEP 92 (ensure_file) COMPLETE
91802024-08-22T17:51:53.522Z[ host-image] Aug 22 17:51:51.737 INFO O| Aug 22 17:51:51.737 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-22T17:51:53.529Z[ host-image] Aug 22 17:51:51.747 INFO O| Aug 22 17:51:51.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91822024-08-22T17:51:53.529Z[ host-image] Aug 22 17:51:51.747 INFO O| Aug 22 17:51:51.747 INFO copying /tmp/.tmpEJvKw1/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 ...
91832024-08-22T17:51:53.531Z[ host-image] Aug 22 17:51:51.747 INFO O| Aug 22 17:51:51.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91842024-08-22T17:51:53.531Z[ host-image] Aug 22 17:51:51.747 INFO O| Aug 22 17:51:51.747 INFO ok!
91852024-08-22T17:51:53.531Z[ host-image] Aug 22 17:51:51.747 INFO O| Aug 22 17:51:51.747 INFO STEP 93 (ensure_file) COMPLETE
91862024-08-22T17:51:53.531Z[ host-image] Aug 22 17:51:51.747 INFO O| Aug 22 17:51:51.747 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-22T17:51:53.538Z[ host-image] Aug 22 17:51:51.757 INFO O| Aug 22 17:51:51.757 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91882024-08-22T17:51:53.538Z[ host-image] Aug 22 17:51:51.757 INFO O| Aug 22 17:51:51.757 INFO copying /tmp/.tmpEJvKw1/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 ...
91892024-08-22T17:51:53.541Z[ host-image] Aug 22 17:51:51.757 INFO O| Aug 22 17:51:51.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91902024-08-22T17:51:53.541Z[ host-image] Aug 22 17:51:51.757 INFO O| Aug 22 17:51:51.757 INFO ok!
91912024-08-22T17:51:53.541Z[ host-image] Aug 22 17:51:51.757 INFO O| Aug 22 17:51:51.757 INFO STEP 94 (ensure_file) COMPLETE
91922024-08-22T17:51:53.541Z[ host-image] Aug 22 17:51:51.757 INFO O| Aug 22 17:51:51.757 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-22T17:51:53.552Z[ host-image] Aug 22 17:51:51.767 INFO O| Aug 22 17:51:51.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91942024-08-22T17:51:53.553Z[ host-image] Aug 22 17:51:51.767 INFO O| Aug 22 17:51:51.767 INFO copying /tmp/.tmpEJvKw1/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 ...
91952024-08-22T17:51:53.557Z[ host-image] Aug 22 17:51:51.767 INFO O| Aug 22 17:51:51.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91962024-08-22T17:51:53.557Z[ host-image] Aug 22 17:51:51.767 INFO O| Aug 22 17:51:51.767 INFO ok!
91972024-08-22T17:51:53.557Z[ host-image] Aug 22 17:51:51.767 INFO O| Aug 22 17:51:51.767 INFO STEP 95 (ensure_file) COMPLETE
91982024-08-22T17:51:53.557Z[ host-image] Aug 22 17:51:51.767 INFO O| Aug 22 17:51:51.767 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-22T17:51:53.560Z[ host-image] Aug 22 17:51:51.777 INFO O| Aug 22 17:51:51.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92002024-08-22T17:51:53.560Z[ host-image] Aug 22 17:51:51.777 INFO O| Aug 22 17:51:51.777 INFO copying /tmp/.tmpEJvKw1/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 ...
92012024-08-22T17:51:53.560Z[ host-image] Aug 22 17:51:51.777 INFO O| Aug 22 17:51:51.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92022024-08-22T17:51:53.560Z[ host-image] Aug 22 17:51:51.777 INFO O| Aug 22 17:51:51.777 INFO ok!
92032024-08-22T17:51:53.560Z[ host-image] Aug 22 17:51:51.777 INFO O| Aug 22 17:51:51.777 INFO STEP 96 (ensure_file) COMPLETE
92042024-08-22T17:51:53.560Z[ host-image] Aug 22 17:51:51.777 INFO O| Aug 22 17:51:51.777 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-22T17:51:53.574Z[ host-image] Aug 22 17:51:51.787 INFO O| Aug 22 17:51:51.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92062024-08-22T17:51:53.574Z[ host-image] Aug 22 17:51:51.787 INFO O| Aug 22 17:51:51.787 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92072024-08-22T17:51:53.574Z[ host-image] Aug 22 17:51:51.787 INFO O| Aug 22 17:51:51.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92082024-08-22T17:51:53.574Z[ host-image] Aug 22 17:51:51.787 INFO O| Aug 22 17:51:51.787 INFO ok!
92092024-08-22T17:51:53.674Z[ host-image] Aug 22 17:51:51.787 INFO O| Aug 22 17:51:51.787 INFO STEP 97 (ensure_file) COMPLETE
92102024-08-22T17:51:53.674Z[ host-image] Aug 22 17:51:51.787 INFO O| Aug 22 17:51:51.787 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.797 INFO O| Aug 22 17:51:51.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92122024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.797 INFO O| Aug 22 17:51:51.797 INFO copying /tmp/.tmpEJvKw1/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 ...
92132024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.798 INFO O| Aug 22 17:51:51.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92142024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.798 INFO O| Aug 22 17:51:51.798 INFO ok!
92152024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.798 INFO O| Aug 22 17:51:51.798 INFO STEP 98 (ensure_file) COMPLETE
92162024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.798 INFO O| Aug 22 17:51:51.798 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.808 INFO O| Aug 22 17:51:51.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92182024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.808 INFO O| Aug 22 17:51:51.808 INFO copying /tmp/.tmpEJvKw1/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 ...
92192024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.808 INFO O| Aug 22 17:51:51.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92202024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.808 INFO O| Aug 22 17:51:51.808 INFO ok!
92212024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.808 INFO O| Aug 22 17:51:51.808 INFO STEP 99 (ensure_file) COMPLETE
92222024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.808 INFO O| Aug 22 17:51:51.808 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.818 INFO O| Aug 22 17:51:51.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92242024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.818 INFO O| Aug 22 17:51:51.818 INFO copying /tmp/.tmpEJvKw1/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 ...
92252024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.818 INFO O| Aug 22 17:51:51.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92262024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.818 INFO O| Aug 22 17:51:51.818 INFO ok!
92272024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.818 INFO O| Aug 22 17:51:51.818 INFO STEP 100 (ensure_file) COMPLETE
92282024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.818 INFO O| Aug 22 17:51:51.818 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.828 INFO O| Aug 22 17:51:51.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92302024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.828 INFO O| Aug 22 17:51:51.828 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92312024-08-22T17:51:53.675Z[ host-image] Aug 22 17:51:51.828 INFO O| Aug 22 17:51:51.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92322024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.828 INFO O| Aug 22 17:51:51.828 INFO ok!
92332024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.828 INFO O| Aug 22 17:51:51.828 INFO STEP 101 (ensure_file) COMPLETE
92342024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.828 INFO O| Aug 22 17:51:51.828 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.838 INFO O| Aug 22 17:51:51.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92362024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.838 INFO O| Aug 22 17:51:51.838 INFO copying /tmp/.tmpEJvKw1/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 ...
92372024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.838 INFO O| Aug 22 17:51:51.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92382024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.838 INFO O| Aug 22 17:51:51.838 INFO ok!
92392024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.838 INFO O| Aug 22 17:51:51.838 INFO STEP 102 (ensure_file) COMPLETE
92402024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.838 INFO O| Aug 22 17:51:51.838 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.848 INFO O| Aug 22 17:51:51.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92422024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.848 INFO O| Aug 22 17:51:51.848 INFO copying /tmp/.tmpEJvKw1/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 ...
92432024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.848 INFO O| Aug 22 17:51:51.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92442024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.848 INFO O| Aug 22 17:51:51.848 INFO ok!
92452024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.848 INFO O| Aug 22 17:51:51.848 INFO STEP 103 (ensure_file) COMPLETE
92462024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.848 INFO O| Aug 22 17:51:51.848 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.858 INFO O| Aug 22 17:51:51.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92482024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.858 INFO O| Aug 22 17:51:51.858 INFO copying /tmp/.tmpEJvKw1/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 ...
92492024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.858 INFO O| Aug 22 17:51:51.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92502024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.858 INFO O| Aug 22 17:51:51.858 INFO ok!
92512024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.858 INFO O| Aug 22 17:51:51.858 INFO STEP 104 (ensure_file) COMPLETE
92522024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.858 INFO O| Aug 22 17:51:51.858 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-22T17:51:53.676Z[ host-image] Aug 22 17:51:51.868 INFO O| Aug 22 17:51:51.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92542024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.868 INFO O| Aug 22 17:51:51.868 INFO copying /tmp/.tmpEJvKw1/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 ...
92552024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.868 INFO O| Aug 22 17:51:51.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92562024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.868 INFO O| Aug 22 17:51:51.868 INFO ok!
92572024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.868 INFO O| Aug 22 17:51:51.868 INFO STEP 105 (ensure_file) COMPLETE
92582024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.868 INFO O| Aug 22 17:51:51.868 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.879 INFO O| Aug 22 17:51:51.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92602024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.879 INFO O| Aug 22 17:51:51.879 INFO copying /tmp/.tmpEJvKw1/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 ...
92612024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.879 INFO O| Aug 22 17:51:51.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92622024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.879 INFO O| Aug 22 17:51:51.879 INFO ok!
92632024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.879 INFO O| Aug 22 17:51:51.879 INFO STEP 106 (ensure_file) COMPLETE
92642024-08-22T17:51:53.677Z[ host-image] Aug 22 17:51:51.879 INFO O| Aug 22 17:51:51.879 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-22T17:51:53.687Z[ host-image] Aug 22 17:51:51.889 INFO O| Aug 22 17:51:51.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92662024-08-22T17:51:53.687Z[ host-image] Aug 22 17:51:51.889 INFO O| Aug 22 17:51:51.889 INFO copying /tmp/.tmpEJvKw1/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 ...
92672024-08-22T17:51:53.687Z[ host-image] Aug 22 17:51:51.890 INFO O| Aug 22 17:51:51.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92682024-08-22T17:51:53.687Z[ host-image] Aug 22 17:51:51.890 INFO O| Aug 22 17:51:51.889 INFO ok!
92692024-08-22T17:51:53.687Z[ host-image] Aug 22 17:51:51.890 INFO O| Aug 22 17:51:51.890 INFO STEP 107 (ensure_file) COMPLETE
92702024-08-22T17:51:53.687Z[ host-image] Aug 22 17:51:51.890 INFO O| Aug 22 17:51:51.890 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-22T17:51:53.687Z[ host-image] Aug 22 17:51:51.899 INFO O| Aug 22 17:51:51.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92722024-08-22T17:51:53.687Z[ host-image] Aug 22 17:51:51.899 INFO O| Aug 22 17:51:51.899 INFO copying /tmp/.tmpEJvKw1/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 ...
92732024-08-22T17:51:53.688Z[ host-image] Aug 22 17:51:51.899 INFO O| Aug 22 17:51:51.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92742024-08-22T17:51:53.688Z[ host-image] Aug 22 17:51:51.899 INFO O| Aug 22 17:51:51.899 INFO ok!
92752024-08-22T17:51:53.688Z[ host-image] Aug 22 17:51:51.899 INFO O| Aug 22 17:51:51.899 INFO STEP 108 (ensure_file) COMPLETE
92762024-08-22T17:51:53.688Z[ host-image] Aug 22 17:51:51.899 INFO O| Aug 22 17:51:51.899 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-22T17:51:53.691Z[ host-image] Aug 22 17:51:51.909 INFO O| Aug 22 17:51:51.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92782024-08-22T17:51:53.691Z[ host-image] Aug 22 17:51:51.909 INFO O| Aug 22 17:51:51.909 INFO copying /tmp/.tmpEJvKw1/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 ...
92792024-08-22T17:51:53.691Z[ host-image] Aug 22 17:51:51.909 INFO O| Aug 22 17:51:51.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92802024-08-22T17:51:53.691Z[ host-image] Aug 22 17:51:51.909 INFO O| Aug 22 17:51:51.909 INFO ok!
92812024-08-22T17:51:53.691Z[ host-image] Aug 22 17:51:51.909 INFO O| Aug 22 17:51:51.909 INFO STEP 109 (ensure_file) COMPLETE
92822024-08-22T17:51:53.691Z[ host-image] Aug 22 17:51:51.909 INFO O| Aug 22 17:51:51.909 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-08-22T17:51:53.702Z[ host-image] Aug 22 17:51:51.920 INFO O| Aug 22 17:51:51.920 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92842024-08-22T17:51:53.702Z[ host-image] Aug 22 17:51:51.920 INFO O| Aug 22 17:51:51.920 INFO copying /tmp/.tmpEJvKw1/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 ...
92852024-08-22T17:51:53.706Z[ host-image] Aug 22 17:51:51.920 INFO O| Aug 22 17:51:51.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92862024-08-22T17:51:53.706Z[ host-image] Aug 22 17:51:51.920 INFO O| Aug 22 17:51:51.920 INFO ok!
92872024-08-22T17:51:53.706Z[ host-image] Aug 22 17:51:51.920 INFO O| Aug 22 17:51:51.920 INFO STEP 110 (ensure_file) COMPLETE
92882024-08-22T17:51:53.706Z[ host-image] Aug 22 17:51:51.920 INFO O| Aug 22 17:51:51.920 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-08-22T17:51:53.712Z[ host-image] Aug 22 17:51:51.930 INFO O| Aug 22 17:51:51.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92902024-08-22T17:51:53.712Z[ host-image] Aug 22 17:51:51.930 INFO O| Aug 22 17:51:51.930 INFO copying /tmp/.tmpEJvKw1/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 ...
92912024-08-22T17:51:53.716Z[ host-image] Aug 22 17:51:51.930 INFO O| Aug 22 17:51:51.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92922024-08-22T17:51:53.716Z[ host-image] Aug 22 17:51:51.930 INFO O| Aug 22 17:51:51.930 INFO ok!
92932024-08-22T17:51:53.716Z[ host-image] Aug 22 17:51:51.930 INFO O| Aug 22 17:51:51.930 INFO STEP 111 (ensure_file) COMPLETE
92942024-08-22T17:51:53.716Z[ host-image] Aug 22 17:51:51.930 INFO O| Aug 22 17:51:51.930 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-08-22T17:51:53.721Z[ host-image] Aug 22 17:51:51.940 INFO O| Aug 22 17:51:51.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92962024-08-22T17:51:53.721Z[ host-image] Aug 22 17:51:51.940 INFO O| Aug 22 17:51:51.940 INFO copying /tmp/.tmpEJvKw1/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 ...
92972024-08-22T17:51:53.725Z[ host-image] Aug 22 17:51:51.940 INFO O| Aug 22 17:51:51.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92982024-08-22T17:51:53.725Z[ host-image] Aug 22 17:51:51.940 INFO O| Aug 22 17:51:51.940 INFO ok!
92992024-08-22T17:51:53.725Z[ host-image] Aug 22 17:51:51.940 INFO O| Aug 22 17:51:51.940 INFO STEP 112 (ensure_file) COMPLETE
93002024-08-22T17:51:53.726Z[ host-image] Aug 22 17:51:51.940 INFO O| Aug 22 17:51:51.940 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-08-22T17:51:53.733Z[ host-image] Aug 22 17:51:51.950 INFO O| Aug 22 17:51:51.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93022024-08-22T17:51:53.733Z[ host-image] Aug 22 17:51:51.950 INFO O| Aug 22 17:51:51.950 INFO copying /tmp/.tmpEJvKw1/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 ...
93032024-08-22T17:51:53.742Z[ host-image] Aug 22 17:51:51.950 INFO O| Aug 22 17:51:51.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93042024-08-22T17:51:53.742Z[ host-image] Aug 22 17:51:51.950 INFO O| Aug 22 17:51:51.950 INFO ok!
93052024-08-22T17:51:53.742Z[ host-image] Aug 22 17:51:51.950 INFO O| Aug 22 17:51:51.950 INFO STEP 113 (ensure_file) COMPLETE
93062024-08-22T17:51:53.742Z[ host-image] Aug 22 17:51:51.950 INFO O| Aug 22 17:51:51.950 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-08-22T17:51:53.747Z[ host-image] Aug 22 17:51:51.960 INFO O| Aug 22 17:51:51.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93082024-08-22T17:51:53.747Z[ host-image] Aug 22 17:51:51.960 INFO O| Aug 22 17:51:51.960 INFO copying /tmp/.tmpEJvKw1/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 ...
93092024-08-22T17:51:53.747Z[ host-image] Aug 22 17:51:51.960 INFO O| Aug 22 17:51:51.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93102024-08-22T17:51:53.748Z[ host-image] Aug 22 17:51:51.960 INFO O| Aug 22 17:51:51.960 INFO ok!
93112024-08-22T17:51:53.748Z[ host-image] Aug 22 17:51:51.960 INFO O| Aug 22 17:51:51.960 INFO STEP 114 (ensure_file) COMPLETE
93122024-08-22T17:51:53.748Z[ host-image] Aug 22 17:51:51.960 INFO O| Aug 22 17:51:51.960 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-08-22T17:51:53.751Z[ host-image] Aug 22 17:51:51.970 INFO O| Aug 22 17:51:51.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93142024-08-22T17:51:53.751Z[ host-image] Aug 22 17:51:51.970 INFO O| Aug 22 17:51:51.970 INFO copying /tmp/.tmpEJvKw1/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 ...
93152024-08-22T17:51:53.751Z[ host-image] Aug 22 17:51:51.970 INFO O| Aug 22 17:51:51.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93162024-08-22T17:51:53.751Z[ host-image] Aug 22 17:51:51.970 INFO O| Aug 22 17:51:51.970 INFO ok!
93172024-08-22T17:51:53.751Z[ host-image] Aug 22 17:51:51.970 INFO O| Aug 22 17:51:51.970 INFO STEP 115 (ensure_file) COMPLETE
93182024-08-22T17:51:53.751Z[ host-image] Aug 22 17:51:51.970 INFO O| Aug 22 17:51:51.970 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-08-22T17:51:53.761Z[ host-image] Aug 22 17:51:51.980 INFO O| Aug 22 17:51:51.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93202024-08-22T17:51:53.764Z[ host-image] Aug 22 17:51:51.980 INFO O| Aug 22 17:51:51.980 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93212024-08-22T17:51:53.764Z[ host-image] Aug 22 17:51:51.980 INFO O| Aug 22 17:51:51.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93222024-08-22T17:51:53.764Z[ host-image] Aug 22 17:51:51.980 INFO O| Aug 22 17:51:51.980 INFO ok!
93232024-08-22T17:51:53.765Z[ host-image] Aug 22 17:51:51.980 INFO O| Aug 22 17:51:51.980 INFO STEP 116 (ensure_file) COMPLETE
93242024-08-22T17:51:53.765Z[ host-image] Aug 22 17:51:51.980 INFO O| Aug 22 17:51:51.980 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-08-22T17:51:53.771Z[ host-image] Aug 22 17:51:51.990 INFO O| Aug 22 17:51:51.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93262024-08-22T17:51:53.771Z[ host-image] Aug 22 17:51:51.990 INFO O| Aug 22 17:51:51.990 INFO copying /tmp/.tmpEJvKw1/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 ...
93272024-08-22T17:51:53.774Z[ host-image] Aug 22 17:51:51.990 INFO O| Aug 22 17:51:51.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93282024-08-22T17:51:53.774Z[ host-image] Aug 22 17:51:51.990 INFO O| Aug 22 17:51:51.990 INFO ok!
93292024-08-22T17:51:53.774Z[ host-image] Aug 22 17:51:51.990 INFO O| Aug 22 17:51:51.990 INFO STEP 117 (ensure_file) COMPLETE
93302024-08-22T17:51:53.774Z[ host-image] Aug 22 17:51:51.990 INFO O| Aug 22 17:51:51.990 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-08-22T17:51:53.785Z[ host-image] Aug 22 17:51:51.999 INFO O| Aug 22 17:51:51.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93322024-08-22T17:51:53.785Z[ host-image] Aug 22 17:51:51.999 INFO O| Aug 22 17:51:51.999 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93332024-08-22T17:51:53.790Z[ host-image] Aug 22 17:51:52.000 INFO O| Aug 22 17:51:51.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93342024-08-22T17:51:53.790Z[ host-image] Aug 22 17:51:52.000 INFO O| Aug 22 17:51:51.999 INFO ok!
93352024-08-22T17:51:53.790Z[ host-image] Aug 22 17:51:52.000 INFO O| Aug 22 17:51:51.999 INFO STEP 118 (ensure_file) COMPLETE
93362024-08-22T17:51:53.790Z[ host-image] Aug 22 17:51:52.000 INFO O| Aug 22 17:51:52.000 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-08-22T17:51:53.794Z[ host-image] Aug 22 17:51:52.011 INFO O| Aug 22 17:51:52.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93382024-08-22T17:51:53.794Z[ host-image] Aug 22 17:51:52.011 INFO O| Aug 22 17:51:52.011 INFO copying /tmp/.tmpEJvKw1/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93392024-08-22T17:51:56.966Z[ host-image] Aug 22 17:51:55.184 INFO O| Aug 22 17:51:55.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93402024-08-22T17:51:56.966Z[ host-image] Aug 22 17:51:55.184 INFO O| Aug 22 17:51:55.184 INFO ok!
93412024-08-22T17:51:56.975Z[ host-image] Aug 22 17:51:55.184 INFO O| Aug 22 17:51:55.184 INFO STEP 119 (ensure_file) COMPLETE
93422024-08-22T17:51:56.975Z[ host-image] Aug 22 17:51:55.184 INFO O| Aug 22 17:51:55.184 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-08-22T17:51:56.979Z[ host-image] Aug 22 17:51:55.196 INFO O| Aug 22 17:51:55.196 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93442024-08-22T17:51:56.979Z[ host-image] Aug 22 17:51:55.196 INFO O| Aug 22 17:51:55.196 INFO STEP 120 (ensure_dir) COMPLETE
93452024-08-22T17:51:56.979Z[ host-image] Aug 22 17:51:55.196 INFO O| Aug 22 17:51:55.196 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-08-22T17:51:56.989Z[ host-image] Aug 22 17:51:55.207 INFO O| Aug 22 17:51:55.207 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93472024-08-22T17:51:56.989Z[ host-image] Aug 22 17:51:55.207 INFO O| Aug 22 17:51:55.207 INFO STEP 121 (ensure_dir) COMPLETE
93482024-08-22T17:51:56.994Z[ host-image] Aug 22 17:51:55.207 INFO O| Aug 22 17:51:55.207 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-08-22T17:51:56.999Z[ host-image] Aug 22 17:51:55.217 INFO O| Aug 22 17:51:55.217 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93502024-08-22T17:51:56.999Z[ host-image] Aug 22 17:51:55.217 INFO O| Aug 22 17:51:55.217 INFO STEP 122 (ensure_dir) COMPLETE
93512024-08-22T17:51:57.002Z[ host-image] Aug 22 17:51:55.217 INFO O| Aug 22 17:51:55.217 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-08-22T17:51:57.009Z[ host-image] Aug 22 17:51:55.227 INFO O| Aug 22 17:51:55.227 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93532024-08-22T17:51:57.009Z[ host-image] Aug 22 17:51:55.227 INFO O| Aug 22 17:51:55.227 INFO STEP 123 (ensure_dir) COMPLETE
93542024-08-22T17:51:57.009Z[ host-image] Aug 22 17:51:55.227 INFO O| Aug 22 17:51:55.227 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-08-22T17:51:57.020Z[ host-image] Aug 22 17:51:55.238 INFO O| Aug 22 17:51:55.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93562024-08-22T17:51:57.020Z[ host-image] Aug 22 17:51:55.238 INFO O| Aug 22 17:51:55.238 INFO copying /tmp/.tmpEJvKw1/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 ...
93572024-08-22T17:51:57.024Z[ host-image] Aug 22 17:51:55.238 INFO O| Aug 22 17:51:55.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93582024-08-22T17:51:57.024Z[ host-image] Aug 22 17:51:55.238 INFO O| Aug 22 17:51:55.238 INFO ok!
93592024-08-22T17:51:57.024Z[ host-image] Aug 22 17:51:55.238 INFO O| Aug 22 17:51:55.238 INFO STEP 124 (ensure_file) COMPLETE
93602024-08-22T17:51:57.024Z[ host-image] Aug 22 17:51:55.238 INFO O| Aug 22 17:51:55.238 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-08-22T17:51:57.031Z[ host-image] Aug 22 17:51:55.249 INFO O| Aug 22 17:51:55.249 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93622024-08-22T17:51:57.031Z[ host-image] Aug 22 17:51:55.249 INFO O| Aug 22 17:51:55.249 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93632024-08-22T17:51:57.034Z[ host-image] Aug 22 17:51:55.249 INFO O| Aug 22 17:51:55.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93642024-08-22T17:51:57.034Z[ host-image] Aug 22 17:51:55.249 INFO O| Aug 22 17:51:55.249 INFO STEP 125 (ensure_dir) COMPLETE
93652024-08-22T17:51:57.034Z[ host-image] Aug 22 17:51:55.249 INFO O| Aug 22 17:51:55.249 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-08-22T17:51:57.042Z[ host-image] Aug 22 17:51:55.260 INFO O| Aug 22 17:51:55.260 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93672024-08-22T17:51:57.042Z[ host-image] Aug 22 17:51:55.260 INFO O| Aug 22 17:51:55.260 INFO copying /tmp/.tmpEJvKw1/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93682024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.260 INFO O| Aug 22 17:51:55.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93692024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.260 INFO O| Aug 22 17:51:55.260 INFO ok!
93702024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.260 INFO O| Aug 22 17:51:55.260 INFO STEP 126 (ensure_file) COMPLETE
93712024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.260 INFO O| Aug 22 17:51:55.260 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93722024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.271 INFO O| Aug 22 17:51:55.271 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93732024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.272 INFO O| Aug 22 17:51:55.272 INFO STEP 127 (remove_files) COMPLETE
93742024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.272 INFO O| Aug 22 17:51:55.272 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93752024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.282 INFO O| Aug 22 17:51:55.282 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93762024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.283 INFO O| Aug 22 17:51:55.282 INFO STEP 128 (remove_files) COMPLETE
93772024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.283 INFO O| Aug 22 17:51:55.282 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93782024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.293 INFO O| Aug 22 17:51:55.293 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93792024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.293 INFO O| Aug 22 17:51:55.293 INFO STEP 129 (remove_files) COMPLETE
93802024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.293 INFO O| Aug 22 17:51:55.293 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93812024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.303 INFO O| Aug 22 17:51:55.303 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93822024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.304 INFO O| Aug 22 17:51:55.304 INFO STEP 130 (remove_files) COMPLETE
93832024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.304 INFO O| Aug 22 17:51:55.304 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93842024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.314 INFO O| Aug 22 17:51:55.314 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93852024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.315 INFO O| Aug 22 17:51:55.315 INFO STEP 131 (remove_files) COMPLETE
93862024-08-22T17:51:57.144Z[ host-image] Aug 22 17:51:55.315 INFO O| Aug 22 17:51:55.315 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93872024-08-22T17:51:57.145Z[ host-image] Aug 22 17:51:55.326 INFO O| Aug 22 17:51:55.326 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93882024-08-22T17:51:57.145Z[ host-image] Aug 22 17:51:55.326 INFO O| Aug 22 17:51:55.326 INFO STEP 132 (remove_files) COMPLETE
93892024-08-22T17:51:57.145Z[ host-image] Aug 22 17:51:55.326 INFO O| Aug 22 17:51:55.326 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93902024-08-22T17:51:57.145Z[ host-image] Aug 22 17:51:55.337 INFO O| Aug 22 17:51:55.337 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93912024-08-22T17:51:57.145Z[ host-image] Aug 22 17:51:55.337 INFO O| Aug 22 17:51:55.337 INFO STEP 133 (remove_files) COMPLETE
93922024-08-22T17:51:57.145Z[ host-image] Aug 22 17:51:55.337 INFO O| Aug 22 17:51:55.337 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93932024-08-22T17:51:57.158Z[ host-image] Aug 22 17:51:55.348 INFO O| Aug 22 17:51:55.348 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93942024-08-22T17:51:57.158Z[ host-image] Aug 22 17:51:55.348 INFO O| Aug 22 17:51:55.348 INFO STEP 134 (remove_files) COMPLETE
93952024-08-22T17:51:57.158Z[ host-image] Aug 22 17:51:55.348 INFO O| Aug 22 17:51:55.348 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93962024-08-22T17:51:57.158Z[ host-image] Aug 22 17:51:55.358 INFO O| Aug 22 17:51:55.358 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93972024-08-22T17:51:57.158Z[ host-image] Aug 22 17:51:55.358 INFO O| Aug 22 17:51:55.358 INFO STEP 135 (remove_files) COMPLETE
93982024-08-22T17:51:57.158Z[ host-image] Aug 22 17:51:55.358 INFO O| Aug 22 17:51:55.358 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93992024-08-22T17:51:57.158Z[ host-image] Aug 22 17:51:55.369 INFO O| Aug 22 17:51:55.368 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94002024-08-22T17:51:57.158Z[ host-image] Aug 22 17:51:55.369 INFO O| Aug 22 17:51:55.369 INFO STEP 136 (remove_files) COMPLETE
94012024-08-22T17:51:57.158Z[ host-image] Aug 22 17:51:55.369 INFO O| Aug 22 17:51:55.369 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94022024-08-22T17:51:57.171Z[ host-image] Aug 22 17:51:55.379 INFO O| Aug 22 17:51:55.379 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94032024-08-22T17:51:57.171Z[ host-image] Aug 22 17:51:55.380 INFO O| Aug 22 17:51:55.380 INFO STEP 137 (remove_files) COMPLETE
94042024-08-22T17:51:57.171Z[ host-image] Aug 22 17:51:55.380 INFO O| Aug 22 17:51:55.380 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94052024-08-22T17:51:57.184Z[ host-image] Aug 22 17:51:55.390 INFO O| Aug 22 17:51:55.390 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94062024-08-22T17:51:57.184Z[ host-image] Aug 22 17:51:55.390 INFO O| Aug 22 17:51:55.390 INFO STEP 138 (remove_files) COMPLETE
94072024-08-22T17:51:57.184Z[ host-image] Aug 22 17:51:55.390 INFO O| Aug 22 17:51:55.390 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94082024-08-22T17:51:57.198Z[ host-image] Aug 22 17:51:55.400 INFO O| Aug 22 17:51:55.400 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94092024-08-22T17:51:57.198Z[ host-image] Aug 22 17:51:55.401 INFO O| Aug 22 17:51:55.400 INFO STEP 139 (remove_files) COMPLETE
94102024-08-22T17:51:57.198Z[ host-image] Aug 22 17:51:55.401 INFO O| Aug 22 17:51:55.401 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94112024-08-22T17:51:57.214Z[ host-image] Aug 22 17:51:55.411 INFO O| Aug 22 17:51:55.411 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94122024-08-22T17:51:57.214Z[ host-image] Aug 22 17:51:55.411 INFO O| Aug 22 17:51:55.411 INFO STEP 140 (remove_files) COMPLETE
94132024-08-22T17:51:57.214Z[ host-image] Aug 22 17:51:55.411 INFO O| Aug 22 17:51:55.411 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94142024-08-22T17:51:57.240Z[ host-image] Aug 22 17:51:55.423 INFO O| Aug 22 17:51:55.423 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94152024-08-22T17:51:57.240Z[ host-image] Aug 22 17:51:55.423 INFO O| Aug 22 17:51:55.423 INFO STEP 141 (remove_files) COMPLETE
94162024-08-22T17:51:57.240Z[ host-image] Aug 22 17:51:55.423 INFO O| Aug 22 17:51:55.423 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94172024-08-22T17:51:57.240Z[ host-image] Aug 22 17:51:55.435 INFO O| Aug 22 17:51:55.435 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94182024-08-22T17:51:57.240Z[ host-image] Aug 22 17:51:55.435 INFO O| Aug 22 17:51:55.435 INFO STEP 142 (remove_files) COMPLETE
94192024-08-22T17:51:57.240Z[ host-image] Aug 22 17:51:55.435 INFO O| Aug 22 17:51:55.435 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94202024-08-22T17:51:57.275Z[ host-image] Aug 22 17:51:55.445 INFO O| Aug 22 17:51:55.445 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94212024-08-22T17:51:57.275Z[ host-image] Aug 22 17:51:55.446 INFO O| Aug 22 17:51:55.445 INFO STEP 143 (remove_files) COMPLETE
94222024-08-22T17:51:57.275Z[ host-image] Aug 22 17:51:55.446 INFO O| Aug 22 17:51:55.446 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94232024-08-22T17:51:57.276Z[ host-image] Aug 22 17:51:55.456 INFO O| Aug 22 17:51:55.456 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94242024-08-22T17:51:57.276Z[ host-image] Aug 22 17:51:55.456 INFO O| Aug 22 17:51:55.456 INFO STEP 144 (remove_files) COMPLETE
94252024-08-22T17:51:57.276Z[ host-image] Aug 22 17:51:55.456 INFO O| Aug 22 17:51:55.456 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94262024-08-22T17:51:57.276Z[ host-image] Aug 22 17:51:55.466 INFO O| Aug 22 17:51:55.466 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94272024-08-22T17:51:57.276Z[ host-image] Aug 22 17:51:55.466 INFO O| Aug 22 17:51:55.466 INFO STEP 145 (remove_files) COMPLETE
94282024-08-22T17:51:57.276Z[ host-image] Aug 22 17:51:55.466 INFO O| Aug 22 17:51:55.466 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94292024-08-22T17:51:57.276Z[ host-image] Aug 22 17:51:55.476 INFO O| Aug 22 17:51:55.476 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94302024-08-22T17:51:57.276Z[ host-image] Aug 22 17:51:55.476 INFO O| Aug 22 17:51:55.476 INFO STEP 146 (remove_files) COMPLETE
94312024-08-22T17:51:57.276Z[ host-image] Aug 22 17:51:55.476 INFO O| Aug 22 17:51:55.476 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322024-08-22T17:51:57.311Z[ host-image] Aug 22 17:51:55.486 INFO O| Aug 22 17:51:55.486 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94332024-08-22T17:51:57.311Z[ host-image] Aug 22 17:51:55.487 INFO O| Aug 22 17:51:55.487 INFO STEP 147 (remove_files) COMPLETE
94342024-08-22T17:51:57.311Z[ host-image] Aug 22 17:51:55.487 INFO O| Aug 22 17:51:55.487 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-08-22T17:51:57.311Z[ host-image] Aug 22 17:51:55.497 INFO O| Aug 22 17:51:55.497 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94362024-08-22T17:51:57.311Z[ host-image] Aug 22 17:51:55.497 INFO O| Aug 22 17:51:55.497 INFO STEP 148 (remove_files) COMPLETE
94372024-08-22T17:51:57.311Z[ host-image] Aug 22 17:51:55.497 INFO O| Aug 22 17:51:55.497 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.507 INFO O| Aug 22 17:51:55.507 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94392024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.507 INFO O| Aug 22 17:51:55.507 INFO STEP 149 (remove_files) COMPLETE
94402024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.507 INFO O| Aug 22 17:51:55.507 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.517 INFO O| Aug 22 17:51:55.517 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94422024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.517 INFO O| Aug 22 17:51:55.517 INFO STEP 150 (remove_files) COMPLETE
94432024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.517 INFO O| Aug 22 17:51:55.517 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.527 INFO O| Aug 22 17:51:55.527 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94452024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.527 INFO O| Aug 22 17:51:55.527 INFO STEP 151 (remove_files) COMPLETE
94462024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.527 INFO O| Aug 22 17:51:55.527 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94472024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.537 INFO O| Aug 22 17:51:55.537 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94482024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.538 INFO O| Aug 22 17:51:55.537 INFO STEP 152 (remove_files) COMPLETE
94492024-08-22T17:51:57.327Z[ host-image] Aug 22 17:51:55.538 INFO O| Aug 22 17:51:55.538 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94502024-08-22T17:51:57.334Z[ host-image] Aug 22 17:51:55.548 INFO O| Aug 22 17:51:55.548 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94512024-08-22T17:51:57.334Z[ host-image] Aug 22 17:51:55.548 INFO O| Aug 22 17:51:55.548 INFO STEP 153 (remove_files) COMPLETE
94522024-08-22T17:51:57.334Z[ host-image] Aug 22 17:51:55.548 INFO O| Aug 22 17:51:55.548 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94532024-08-22T17:51:57.349Z[ host-image] Aug 22 17:51:55.558 INFO O| Aug 22 17:51:55.558 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94542024-08-22T17:51:57.349Z[ host-image] Aug 22 17:51:55.558 INFO O| Aug 22 17:51:55.558 INFO STEP 154 (remove_files) COMPLETE
94552024-08-22T17:51:57.349Z[ host-image] Aug 22 17:51:55.558 INFO O| Aug 22 17:51:55.558 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94562024-08-22T17:51:57.364Z[ host-image] Aug 22 17:51:55.568 INFO O| Aug 22 17:51:55.568 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94572024-08-22T17:51:57.364Z[ host-image] Aug 22 17:51:55.568 INFO O| Aug 22 17:51:55.568 INFO STEP 155 (remove_files) COMPLETE
94582024-08-22T17:51:57.364Z[ host-image] Aug 22 17:51:55.568 INFO O| Aug 22 17:51:55.568 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94592024-08-22T17:51:57.379Z[ host-image] Aug 22 17:51:55.584 INFO O| Aug 22 17:51:55.584 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94602024-08-22T17:51:57.379Z[ host-image] Aug 22 17:51:55.584 INFO O| Aug 22 17:51:55.584 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
94612024-08-22T17:52:05.131Z[ host-image] Aug 22 17:52:03.348 INFO O| Aug 22 17:52:03.348 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
94622024-08-22T17:52:05.131Z[ host-image] Aug 22 17:52:03.348 INFO O| Aug 22 17:52:03.348 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94632024-08-22T17:52:05.148Z[ host-image] Aug 22 17:52:03.364 INFO O| Aug 22 17:52:03.364 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
94642024-08-22T17:52:05.230Z[ host-image] Aug 22 17:52:03.446 INFO O| Aug 22 17:52:03.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94652024-08-22T17:52:05.230Z[ host-image] Aug 22 17:52:03.447 INFO O| Aug 22 17:52:03.446 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94662024-08-22T17:52:05.232Z[ host-image] Aug 22 17:52:03.448 INFO O| Aug 22 17:52:03.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94672024-08-22T17:52:05.232Z[ host-image] Aug 22 17:52:03.448 INFO O| Aug 22 17:52:03.448 INFO ok!
94682024-08-22T17:52:05.232Z[ host-image] Aug 22 17:52:03.448 INFO O| Aug 22 17:52:03.448 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94692024-08-22T17:52:05.233Z[ host-image] Aug 22 17:52:03.449 INFO O| Aug 22 17:52:03.448 INFO STEP 156 (seed_smf) COMPLETE
94702024-08-22T17:52:05.233Z[ host-image] Aug 22 17:52:03.449 INFO O| Aug 22 17:52:03.449 INFO steps complete; finalising image!
94712024-08-22T17:52:05.233Z[ host-image] Aug 22 17:52:03.449 INFO O| Aug 22 17:52:03.449 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94722024-08-22T17:52:05.374Z[ host-image] Aug 22 17:52:03.591 INFO O| Aug 22 17:52:03.591 INFO trim TEMPORARY-gimlet-zfs: (20% trimmed, started at Thu Aug 22 17:52:03 2024)
94732024-08-22T17:52:05.596Z[ host-image] Aug 22 17:52:03.813 INFO O| Aug 22 17:52:03.813 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio
94742024-08-22T17:52:05.596Z[ host-image] Aug 22 17:52:03.813 INFO O| Aug 22 17:52:03.813 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94752024-08-22T17:52:05.894Z[ host-image] Aug 22 17:52:04.111 INFO O| Aug 22 17:52:04.110 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94762024-08-22T17:52:05.894Z[ host-image] Aug 22 17:52:04.111 INFO O| Aug 22 17:52:04.111 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94772024-08-22T17:52:06.972Z[ host-image] Aug 22 17:52:05.189 INFO O| Aug 22 17:52:05.189 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94782024-08-22T17:52:06.972Z[ host-image] Aug 22 17:52:05.189 INFO O| Aug 22 17:52:05.189 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94792024-08-22T17:52:06.975Z[ host-image] Aug 22 17:52:05.189 INFO O| Aug 22 17:52:05.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94802024-08-22T17:52:06.975Z[ host-image] Aug 22 17:52:05.189 INFO O| Aug 22 17:52:05.189 INFO completed processing gimlet/zfs
94812024-08-22T17:52:06.975Z[ host-image] Aug 22 17:52:05.189 INFO O| Aug 22 17:52:05.189 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94822024-08-22T17:52:13.163Z[ host-image] Aug 22 17:52:11.378 INFO O| Aug 22 17:52:11.378 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94832024-08-22T17:52:13.251Z[ host-image] Aug 22 17:52:11.466 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n"
94842024-08-22T17:52:13.251Z[ host-image] Aug 22 17:52:11.467 INFO expanded image name: "ci 8293be5/${os_short_commit} 2024-08-22 17:22" -> "ci 8293be5/60122b5 2024-08-22 17:22"
94852024-08-22T17:52:13.254Z[ host-image] Aug 22 17:52:11.467 INFO output artefacts stored in: "/work/os-host"
94862024-08-22T17:52:13.254Z[ host-image] Aug 22 17:52:11.467 INFO collecting git info from project "phbl"...
94872024-08-22T17:52:13.257Z[ host-image] Aug 22 17:52:11.473 INFO collecting git info from project "chelsio-t6-roms"...
94882024-08-22T17:52:13.262Z[ host-image] Aug 22 17:52:11.477 INFO collecting git info from project "pilot"...
94892024-08-22T17:52:13.268Z[ host-image] Aug 22 17:52:11.483 INFO collecting git info from project "pinprick"...
94902024-08-22T17:52:13.272Z[ host-image] Aug 22 17:52:11.487 INFO collecting git info from project "amd-firmware"...
94912024-08-22T17:52:13.281Z[ host-image] Aug 22 17:52:11.496 INFO collecting git info from project "amd-host-image-builder"...
94922024-08-22T17:52:13.295Z[ host-image] Aug 22 17:52:11.510 INFO collecting git info from project "image-builder"...
94932024-08-22T17:52:13.300Z[ host-image] Aug 22 17:52:11.515 INFO collecting git info from project "bootserver"...
94942024-08-22T17:52:13.304Z[ host-image] Aug 22 17:52:11.519 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94952024-08-22T17:52:13.677Z[ host-image] Aug 22 17:52:11.892 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94962024-08-22T17:52:14.032Z[ host-image] Aug 22 17:52:12.247 INFO creating Oxide boot image...
94972024-08-22T17:52:14.032Z[ host-image] Aug 22 17:52:12.248 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 8293be5/60122b5 2024-08-22 17:22", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94982024-08-22T17:52:14.977Z[ host-image] Aug 22 17:52:13.191 INFO O| ok, image written!
94992024-08-22T17:52:14.977Z[ host-image] Aug 22 17:52:13.191 INFO O| ok, boot_image_csum file written!
95002024-08-22T17:52:14.980Z[ host-image] Aug 22 17:52:13.194 INFO creating boot archive (CPIO)...
95012024-08-22T17:52:14.980Z[ host-image] Aug 22 17:52:13.194 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
95022024-08-22T17:52:14.990Z[ host-image] Aug 22 17:52:13.205 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95032024-08-22T17:52:14.990Z[ host-image] Aug 22 17:52:13.205 INFO E| + outfile=/work/os-host/cpio
95042024-08-22T17:52:14.993Z[ host-image] Aug 22 17:52:13.205 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95052024-08-22T17:52:14.993Z[ host-image] Aug 22 17:52:13.207 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95062024-08-22T17:52:14.993Z[ host-image] Aug 22 17:52:13.208 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95072024-08-22T17:52:15.029Z[ host-image] Aug 22 17:52:13.244 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95082024-08-22T17:52:15.029Z[ host-image] Aug 22 17:52:13.244 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95092024-08-22T17:52:15.038Z[ host-image] Aug 22 17:52:13.252 INFO creating compressed cpio/unix for nanobl-rs...
95102024-08-22T17:52:15.038Z[ host-image] Aug 22 17:52:13.253 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
95112024-08-22T17:52:15.323Z[ host-image] Aug 22 17:52:13.537 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95122024-08-22T17:52:19.666Z[ host-image] Aug 22 17:52:17.879 INFO creating reset image...
95132024-08-22T17:52:19.669Z[ host-image] Aug 22 17:52:17.880 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95142024-08-22T17:52:19.760Z[ host-image] Aug 22 17:52:17.974 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95152024-08-22T17:52:19.763Z[ host-image] Aug 22 17:52:17.974 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95162024-08-22T17:52:19.829Z[ host-image] Aug 22 17:52:18.043 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95172024-08-22T17:52:22.115Z[ host-image] Aug 22 17:52:20.328 INFO E| Finished `release` profile [optimized] target(s) in 2.34s
95182024-08-22T17:52:22.126Z[ host-image] Aug 22 17:52:20.340 INFO building host image...
95192024-08-22T17:52:22.129Z[ host-image] Aug 22 17:52:20.340 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")
95202024-08-22T17:52:22.585Z[ host-image] Aug 22 17:52:20.799 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95212024-08-22T17:53:09.913Z[ host-image] Aug 22 17:53:08.119 INFO image complete! materials are in "/work/os-host"
95222024-08-22T17:53:09.916Z[ host-image]
95232024-08-22T17:53:09.916Z[ host-image] real 9:07.870802207
95242024-08-22T17:53:09.916Z[ host-image] user 4:04.214344277
95252024-08-22T17:53:09.916Z[ host-image] sys 49.483326479
95262024-08-22T17:53:09.920Z[ host-image] trap 0.131694807
95272024-08-22T17:53:09.920Z[ host-image] tflt 0.018009117
95282024-08-22T17:53:09.920Z[ host-image] dflt 0.050855612
95292024-08-22T17:53:09.920Z[ host-image] kflt 0.000017987
95302024-08-22T17:53:09.920Z[ host-image] lock 9:24.108181538
95312024-08-22T17:53:09.920Z[ host-image] slp 50:48.520500498
95322024-08-22T17:53:09.920Z[ host-image] lat 1:02.625138054
95332024-08-22T17:53:09.920ZAug 22 17:53:08.123 INFO [ host-image] stop 0.769014411
95342024-08-22T17:53:09.920Z[host-image] process exited with exit status: 0 (547.88392673s)
95352024-08-22T17:53:09.920ZAug 22 17:53:08.123 INFO [tuf-repo] running task
95362024-08-22T17:53:17.188ZAug 22 17:53:15.392 INFO assembling repository in `/tmp/tufaceousZWAwk1`, component: OmicronRepoAssembler
95372024-08-22T17:53:21.821ZAug 22 17:53:20.024 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95382024-08-22T17:53:22.136ZAug 22 17:53:20.339 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95392024-08-22T17:53:34.405ZAug 22 17:53:32.607 INFO [tuf-repo] task succeeded (24.484298503s)
95402024-08-22T17:53:34.405ZAug 22 17:53:32.607 INFO all jobs completed in 1865.6418723s
95412024-08-22T17:53:34.975Zprocess exited: duration 2426980 ms, exit code 0
 
95422024-08-22T17:53:35.989Zfound 33 output files
95432024-08-22T17:53:35.989Zuploading: /work/manifest.toml (8404 bytes)
95442024-08-22T17:53:36.999Zuploaded: /work/manifest.toml
95452024-08-22T17:53:36.999Zuploading: /work/repo.zip (1788275069 bytes)
95462024-08-22T17:54:06.933Zuploaded: /work/repo.zip
95472024-08-22T17:54:06.933Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95482024-08-22T17:54:07.954Zuploaded: /work/repo.zip.sha256.txt
95492024-08-22T17:54:07.957Zuploading: /work/helios-setup.log (52229 bytes)
95502024-08-22T17:54:08.966Zuploaded: /work/helios-setup.log
95512024-08-22T17:54:08.966Zuploading: /work/host-image.log (195384 bytes)
95522024-08-22T17:54:09.980Zuploaded: /work/host-image.log
95532024-08-22T17:54:09.983Zuploading: /work/host-package.log (19071 bytes)
95542024-08-22T17:54:10.991Zuploaded: /work/host-package.log
95552024-08-22T17:54:10.991Zuploading: /work/host-target.log (101 bytes)
95562024-08-22T17:54:11.998Zuploaded: /work/host-target.log
95572024-08-22T17:54:11.998Zuploading: /work/omicron-package.log (4572 bytes)
95582024-08-22T17:54:13.006Zuploaded: /work/omicron-package.log
95592024-08-22T17:54:13.009Zuploading: /work/phbl-toolchain.log (881 bytes)
95602024-08-22T17:54:14.016Zuploaded: /work/phbl-toolchain.log
95612024-08-22T17:54:14.016Zuploading: /work/recovery-image.log (591386 bytes)
95622024-08-22T17:54:15.039Zuploaded: /work/recovery-image.log
95632024-08-22T17:54:15.041Zuploading: /work/recovery-package.log (282 bytes)
95642024-08-22T17:54:16.047Zuploaded: /work/recovery-package.log
95652024-08-22T17:54:16.050Zuploading: /work/recovery-target.log (57 bytes)
95662024-08-22T17:54:17.056Zuploaded: /work/recovery-target.log
95672024-08-22T17:54:17.059Zuploading: /work/stamp-clickhouse.log (117 bytes)
95682024-08-22T17:54:18.063Zuploaded: /work/stamp-clickhouse.log
95692024-08-22T17:54:18.066Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95702024-08-22T17:54:19.072Zuploaded: /work/stamp-clickhouse_keeper.log
95712024-08-22T17:54:19.075Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95722024-08-22T17:54:20.081Zuploaded: /work/stamp-cockroachdb.log
95732024-08-22T17:54:20.084Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95742024-08-22T17:54:21.091Zuploaded: /work/stamp-crucible-dtrace.log
95752024-08-22T17:54:21.091Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95762024-08-22T17:54:22.100Zuploaded: /work/stamp-crucible-pantry-zone.log
95772024-08-22T17:54:22.100Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95782024-08-22T17:54:23.109Zuploaded: /work/stamp-crucible-zone.log
95792024-08-22T17:54:23.113Zuploading: /work/stamp-external-dns.log (119 bytes)
95802024-08-22T17:54:24.121Zuploaded: /work/stamp-external-dns.log
95812024-08-22T17:54:24.121Zuploading: /work/stamp-installinator.log (103 bytes)
95822024-08-22T17:54:25.131Zuploaded: /work/stamp-installinator.log
95832024-08-22T17:54:25.133Zuploading: /work/stamp-internal-dns.log (119 bytes)
95842024-08-22T17:54:26.139Zuploaded: /work/stamp-internal-dns.log
95852024-08-22T17:54:26.139Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95862024-08-22T17:54:27.149Zuploaded: /work/stamp-mg-ddm-gz.log
95872024-08-22T17:54:27.150Zuploading: /work/stamp-nexus.log (112 bytes)
95882024-08-22T17:54:28.159Zuploaded: /work/stamp-nexus.log
95892024-08-22T17:54:28.164Zuploading: /work/stamp-ntp.log (110 bytes)
95902024-08-22T17:54:29.170Zuploaded: /work/stamp-ntp.log
95912024-08-22T17:54:29.170Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95922024-08-22T17:54:30.185Zuploaded: /work/stamp-omicron-sled-agent.log
95932024-08-22T17:54:30.195Zuploading: /work/stamp-overlay.log (114 bytes)
95942024-08-22T17:54:31.197Zuploaded: /work/stamp-overlay.log
95952024-08-22T17:54:31.197Zuploading: /work/stamp-oximeter.log (115 bytes)
95962024-08-22T17:54:32.207Zuploaded: /work/stamp-oximeter.log
95972024-08-22T17:54:32.207Zuploading: /work/stamp-oxlog.log (109 bytes)
95982024-08-22T17:54:33.216Zuploaded: /work/stamp-oxlog.log
95992024-08-22T17:54:33.219Zuploading: /work/stamp-probe.log (112 bytes)
96002024-08-22T17:54:34.226Zuploaded: /work/stamp-probe.log
96012024-08-22T17:54:34.226Zuploading: /work/stamp-propolis-server.log (122 bytes)
96022024-08-22T17:54:35.236Zuploaded: /work/stamp-propolis-server.log
96032024-08-22T17:54:35.240Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96042024-08-22T17:54:36.247Zuploaded: /work/stamp-pumpkind-gz.log
96052024-08-22T17:54:36.247Zuploading: /work/stamp-switch-asic.log (118 bytes)
96062024-08-22T17:54:37.256Zuploaded: /work/stamp-switch-asic.log
96072024-08-22T17:54:37.259Zuploading: /work/verify-libraries.log (1992 bytes)
96082024-08-22T17:54:38.269Zuploaded: /work/verify-libraries.log