01J5SND77FS4RA1KZXKBYFM9D3: 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: 01J5SNDQWC3KCY4FM59YR1R7C1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-21T05:10:27.229Zjob assigned to worker 01J5SNDW54N9X6BN5C0136HKXK (queued for 1 m 8 s)
 
22024-08-21T05:10:34.980Zstarting task 0: "setup"
32024-08-21T05:10:34.989Z++ uname -s
42024-08-21T05:10:34.992Z+ kern=SunOS
52024-08-21T05:10:34.992Z+ case "$kern" in
62024-08-21T05:10:34.992Z+ groupadd -g 12345 build
72024-08-21T05:10:34.994Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-21T05:10:37.005Z+ zfs create -o mountpoint=/work rpool/work
92024-08-21T05:10:37.100Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-21T05:10:37.102Z+ home_fs=zfs
112024-08-21T05:10:37.102Z+ [[ zfs == autofs ]]
122024-08-21T05:10:37.102Z+ mkdir -p /home/build
132024-08-21T05:10:37.105Z+ chown build:build /home/build /work
142024-08-21T05:10:39.107Z+ chmod 0700 /home/build /work
152024-08-21T05:10:39.110Zprocess exited: duration 4131 ms, exit code 0
 
162024-08-21T05:10:39.116Zstarting task 1: "rust-toolchain"
172024-08-21T05:10:39.122Z+ printf ' * toolchain channel = "%s"
182024-08-21T05:10:39.122Z' 1.80.1
192024-08-21T05:10:39.122Z * toolchain channel = "1.80.1"
202024-08-21T05:10:39.122Z+ printf ' * toolchain profile = "%s"
212024-08-21T05:10:39.122Z' default
222024-08-21T05:10:39.122Z * toolchain profile = "default"
232024-08-21T05:10:39.124Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-21T05:10:39.125Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-21T05:10:39.242Zinfo: downloading installer
262024-08-21T05:10:40.896Zinfo: profile set to 'default'
272024-08-21T05:10:40.896Zinfo: default host triple is x86_64-unknown-illumos
282024-08-21T05:10:40.901Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-21T05:10:41.045Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-21T05:10:41.045Zinfo: downloading component 'cargo'
312024-08-21T05:10:41.860Zinfo: downloading component 'clippy'
322024-08-21T05:10:42.146Zinfo: downloading component 'rust-docs'
332024-08-21T05:10:43.282Zinfo: downloading component 'rust-std'
342024-08-21T05:10:44.877Zinfo: downloading component 'rustc'
352024-08-21T05:10:49.335Zinfo: downloading component 'rustfmt'
362024-08-21T05:10:49.575Zinfo: installing component 'cargo'
372024-08-21T05:10:50.434Zinfo: installing component 'clippy'
382024-08-21T05:10:50.825Zinfo: installing component 'rust-docs'
392024-08-21T05:10:52.412Zinfo: installing component 'rust-std'
402024-08-21T05:10:54.193Zinfo: installing component 'rustc'
412024-08-21T05:10:58.526Zinfo: installing component 'rustfmt'
422024-08-21T05:10:58.870Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-21T05:10:58.870Z
442024-08-21T05:10:59.127Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-21T05:10:59.128Z
462024-08-21T05:10:59.130Z
472024-08-21T05:10:59.130ZRust is installed now. Great!
482024-08-21T05:10:59.130Z
492024-08-21T05:10:59.130ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-21T05:10:59.130Zenvironment variable. This has not been done automatically.
512024-08-21T05:10:59.130Z
522024-08-21T05:10:59.130ZTo configure your current shell, you need to source
532024-08-21T05:10:59.130Zthe corresponding env file under $HOME/.cargo.
542024-08-21T05:10:59.130Z
552024-08-21T05:10:59.130ZThis is usually done by running one of the following (note the leading DOT):
562024-08-21T05:10:59.130Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-21T05:10:59.130Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-21T05:10:59.182Z+ rustc --version
592024-08-21T05:10:59.245Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-21T05:10:59.248Zprocess exited: duration 20128 ms, exit code 0
 
612024-08-21T05:10:59.255Zstarting task 2: "authentication"
622024-08-21T05:10:59.273Zprocess exited: duration 19 ms, exit code 0
 
632024-08-21T05:10:59.278Zstarting task 3: "clone repository"
642024-08-21T05:10:59.283Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-21T05:10:59.285Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-21T05:11:00.224ZCloning into '/work/oxidecomputer/omicron'...
672024-08-21T05:11:10.252Z+ cd /work/oxidecomputer/omicron
682024-08-21T05:11:10.252Z+ git fetch origin aee57d347dfaee8d13de2dae143c274750e761b3
692024-08-21T05:11:10.536ZFrom https://github.com/oxidecomputer/omicron
702024-08-21T05:11:10.536Z * branch aee57d347dfaee8d13de2dae143c274750e761b3 -> FETCH_HEAD
712024-08-21T05:11:10.547Z+ [[ -n issue-5836 ]]
722024-08-21T05:11:10.550Z++ git branch --show-current
732024-08-21T05:11:10.552Z+ current=main
742024-08-21T05:11:10.553Z+ [[ main != issue-5836 ]]
752024-08-21T05:11:10.553Z+ git branch -f issue-5836 aee57d347dfaee8d13de2dae143c274750e761b3
762024-08-21T05:11:10.555Z+ git checkout -f issue-5836
772024-08-21T05:11:10.624ZSwitched to branch 'issue-5836'
782024-08-21T05:11:10.629Z+ git reset --hard aee57d347dfaee8d13de2dae143c274750e761b3
792024-08-21T05:11:10.697ZHEAD is now at aee57d347 bump maghemite to main
802024-08-21T05:11:10.700Zprocess exited: duration 11418 ms, exit code 0
 
812024-08-21T05:11:10.706Zstarting task 4: "build"
822024-08-21T05:11:10.711Z+ cargo --version
832024-08-21T05:11:10.767Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-21T05:11:10.769Z+ rustc --version
852024-08-21T05:11:10.828Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-21T05:11:10.830Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-21T05:11:29.344Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-21T05:11:31.759Z Startup: Caching catalogs ... Done
892024-08-21T05:11:33.698ZPlanning: Solver setup ... Done (1.086s)
902024-08-21T05:11:33.735ZPlanning: Running solver ... Done (0.018s)
912024-08-21T05:11:33.736ZPlanning: Finding local manifests ... Done (0.002s)
922024-08-21T05:11:33.736ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-21T05:11:34.188ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-21T05:11:34.218ZPlanning: Package planning ... Done (0.160s)
952024-08-21T05:11:34.218ZPlanning: Merging actions ... Done (0.051s)
962024-08-21T05:11:34.965ZPlanning: Checking for conflicting actions ... Done (1.000s)
972024-08-21T05:11:35.048ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-21T05:11:40.192ZPlanning: Evaluating mediators ... Done (5.233s)
992024-08-21T05:11:40.202ZPlanning: Planning completed in 8.38 seconds
1002024-08-21T05:11:41.420Z Packages to install: 4
1012024-08-21T05:11:41.420Z Mediators to change: 2
1022024-08-21T05:11:41.420Z Services to change: 1
1032024-08-21T05:11:41.432Z Estimated space available: 155.72 GB
1042024-08-21T05:11:41.433ZEstimated space to be consumed: 1.48 GB
1052024-08-21T05:11:41.433Z Create boot environment: No
1062024-08-21T05:11:41.433ZCreate backup boot environment: No
1072024-08-21T05:11:41.433Z Rebuild boot archive: No
1082024-08-21T05:11:41.433Z
1092024-08-21T05:11:41.433ZChanged mediators:
1102024-08-21T05:11:41.433Z mediator clang:
1112024-08-21T05:11:41.433Z version: None -> 15 (system default)
1122024-08-21T05:11:41.433Z
1132024-08-21T05:11:41.433Z mediator llvm:
1142024-08-21T05:11:41.433Z version: 14 (system default) -> 15 (system default)
1152024-08-21T05:11:41.433Z
1162024-08-21T05:11:41.433ZChanged packages:
1172024-08-21T05:11:41.433Zhelios-dev
1182024-08-21T05:11:41.433Z developer/build-essential
1192024-08-21T05:11:41.433Z None -> 11-2.0
1202024-08-21T05:11:41.433Z library/libxmlsec1
1212024-08-21T05:11:41.433Z None -> 1.2.35-2.0
1222024-08-21T05:11:41.433Z ooce/developer/clang-15
1232024-08-21T05:11:41.433Z None -> 15.0.7-2.0
1242024-08-21T05:11:41.433Z ooce/developer/llvm-15
1252024-08-21T05:11:41.434Z None -> 15.0.7-2.0
1262024-08-21T05:11:41.434Z
1272024-08-21T05:11:41.434ZServices:
1282024-08-21T05:11:41.434Z restart_fmri:
1292024-08-21T05:11:41.434Z svc:/system/update-man-index:default
1302024-08-21T05:11:41.908Z
1312024-08-21T05:11:41.908ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-21T05:11:46.908ZDownload: 924/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1332024-08-21T05:11:51.909ZDownload: 1267/3290 items 113.2/212.6MB 53% complete (11.3M/s)
1342024-08-21T05:11:56.913ZDownload: 1945/3290 items 117.9/212.6MB 55% complete (9.9M/s)
1352024-08-21T05:12:01.938ZDownload: 3237/3290 items 162.3/212.6MB 76% complete (5.1M/s)
1362024-08-21T05:12:04.049ZDownload: Completed 212.60 MB in 22.14 seconds (9.6M/s)
1372024-08-21T05:12:04.636Z Actions: 1/3689 actions (Installing new actions)
1382024-08-21T05:12:09.669Z Actions: 3579/3689 actions (Installing new actions)
1392024-08-21T05:12:10.103Z Actions: Completed 3689 actions in 5.47 seconds.
1402024-08-21T05:12:10.391Z Done (0.283s)
1412024-08-21T05:12:10.391Z Done (0.000s)
1422024-08-21T05:12:10.763Z Done (0.372s)
1432024-08-21T05:12:16.916Z Done (5.980s)
1442024-08-21T05:12:17.266Z Done (0.280s)
1452024-08-21T05:12:17.270Z Done (0.000s)
1462024-08-21T05:12:17.443Z Done (0.000s)
1472024-08-21T05:12:18.032ZPlanning: Evaluating mediator changes ... Done
1482024-08-21T05:12:18.192ZPlanning: Checking for conflicting actions ... Done
1492024-08-21T05:12:18.195ZPlanning: Consolidating action changes ... Done
1502024-08-21T05:12:18.466ZPlanning: Evaluating mediators ... Done
1512024-08-21T05:12:18.468ZPlanning: Planning completed in 0.43 seconds
1522024-08-21T05:12:18.500Z Mediators to change: 2
1532024-08-21T05:12:18.500Z Create boot environment: No
1542024-08-21T05:12:18.503ZCreate backup boot environment: No
1552024-08-21T05:12:18.580Z Done
1562024-08-21T05:12:18.581Z Done
1572024-08-21T05:12:18.813Z Done
1582024-08-21T05:12:22.511Z Done
1592024-08-21T05:12:22.590Z Done
1602024-08-21T05:12:22.592Z Done
1612024-08-21T05:12:22.696Z Done
1622024-08-21T05:12:23.317ZPlanning: Evaluating mediator changes ... Done
1632024-08-21T05:12:23.319ZPlanning: Merging actions ... Done
1642024-08-21T05:12:23.509ZPlanning: Checking for conflicting actions ... Done
1652024-08-21T05:12:23.513ZPlanning: Consolidating action changes ... Done
1662024-08-21T05:12:23.776ZPlanning: Evaluating mediators ... Done
1672024-08-21T05:12:23.832ZPlanning: Planning completed in 0.76 seconds
1682024-08-21T05:12:23.867Z Packages to change: 1
1692024-08-21T05:12:23.867Z Mediators to change: 1
1702024-08-21T05:12:23.869Z Services to change: 1
1712024-08-21T05:12:23.869Z Create boot environment: No
1722024-08-21T05:12:23.869ZCreate backup boot environment: Yes
1732024-08-21T05:12:25.984Z Actions: 1/6 actions (Updating modified actions)
1742024-08-21T05:12:25.987Z Actions: Completed 6 actions in 0.00 seconds.
1752024-08-21T05:12:25.987Z Done
1762024-08-21T05:12:25.987Z Done
1772024-08-21T05:12:26.067Z Done
1782024-08-21T05:12:29.809Z Done
1792024-08-21T05:12:29.896Z Done
1802024-08-21T05:12:29.898Z Done
1812024-08-21T05:12:30.034Z Done
1822024-08-21T05:12:30.478ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-08-21T05:12:30.478Zclang system 15 system
1842024-08-21T05:12:30.478Zcsh system system illumos
1852024-08-21T05:12:30.478Zctags system system illumos
1862024-08-21T05:12:30.478Zgcc vendor 12 vendor
1872024-08-21T05:12:30.478Zgcc system 10 system
1882024-08-21T05:12:30.478Zgcc system 7 system
1892024-08-21T05:12:30.478Zgo system 1.20 system
1902024-08-21T05:12:30.478Zgo system 1.19 system
1912024-08-21T05:12:30.478Zllvm system 15 system
1922024-08-21T05:12:30.478Zllvm system 14 system
1932024-08-21T05:12:30.478Zmariadb system 10.6 system
1942024-08-21T05:12:30.478Zmta vendor vendor dma
1952024-08-21T05:12:30.478Zopenjdk system 17 system
1962024-08-21T05:12:30.478Zopenjdk system 11 system
1972024-08-21T05:12:30.478Zopenjdk system 1.8 system
1982024-08-21T05:12:30.478Zopenssl vendor 3 vendor
1992024-08-21T05:12:30.478Zperl system 5.36 system
2002024-08-21T05:12:30.478Zpostgresql system 15 system
2012024-08-21T05:12:30.478Zpostgresql system 13 system
2022024-08-21T05:12:30.478Zpython vendor 3 vendor
2032024-08-21T05:12:30.478Zpython system 2 system
2042024-08-21T05:12:30.478Zpython3 system 3.11 system
2052024-08-21T05:12:30.478Zruby system 3.0 system
2062024-08-21T05:12:30.478Zwords vendor vendor american-english
2072024-08-21T05:12:30.478Zwords system system australian-english
2082024-08-21T05:12:30.478Zwords system system british-english
2092024-08-21T05:12:30.478Zwords system system canadian-english
2102024-08-21T05:12:30.478Zwords system system french
2112024-08-21T05:12:30.479Zwords system system italian
2122024-08-21T05:12:30.479Zwords system system ngerman
2132024-08-21T05:12:30.479Zwords system system ogerman
2142024-08-21T05:12:30.479Zwords system system spanish
2152024-08-21T05:12:30.816ZPUBLISHER TYPE STATUS P LOCATION
2162024-08-21T05:12:30.816Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-08-21T05:12:32.559ZFMRI IFO
2182024-08-21T05:12:32.559Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-08-21T05:12:32.559Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-08-21T05:12:32.559Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-08-21T05:12:32.559Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-08-21T05:12:32.559Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-08-21T05:12:32.559Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-08-21T05:12:32.559Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-08-21T05:12:32.559Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-08-21T05:12:32.559Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-08-21T05:12:32.559Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-08-21T05:12:32.559Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-08-21T05:12:32.559Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-08-21T05:12:33.185Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2312024-08-21T05:12:33.457Z Updating git repository `https://github.com/oxidecomputer/zone`
2322024-08-21T05:12:33.752Z Updating crates.io index
2332024-08-21T05:12:33.839Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2342024-08-21T05:12:34.569Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352024-08-21T05:12:35.308Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2362024-08-21T05:12:35.572Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2372024-08-21T05:12:37.108Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2382024-08-21T05:12:37.331Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392024-08-21T05:12:37.598Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402024-08-21T05:12:38.588Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412024-08-21T05:12:40.358Z Updating git repository `https://github.com/oxidecomputer/opte`
2422024-08-21T05:12:41.322Z Updating git repository `https://github.com/oxidecomputer/falcon`
2432024-08-21T05:12:42.030Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442024-08-21T05:12:42.284Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452024-08-21T05:12:42.788Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2462024-08-21T05:12:43.088Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2472024-08-21T05:12:43.413Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482024-08-21T05:12:43.716Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2492024-08-21T05:12:43.971Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2502024-08-21T05:12:44.191Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2512024-08-21T05:12:44.455Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522024-08-21T05:12:44.738Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2532024-08-21T05:12:44.995Z Updating git repository `https://github.com/oxidecomputer/ispf`
2542024-08-21T05:12:45.262Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2552024-08-21T05:12:45.665Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562024-08-21T05:12:46.088Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2572024-08-21T05:12:46.440Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2582024-08-21T05:12:46.864Z Updating git repository `https://github.com/oxidecomputer/typify`
2592024-08-21T05:12:49.418Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602024-08-21T05:12:49.646Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612024-08-21T05:12:49.938Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622024-08-21T05:12:50.241Z Updating git repository `https://github.com/oxidecomputer/rfb`
2632024-08-21T05:12:51.406Z Downloading crates ...
2642024-08-21T05:12:51.469Z Downloaded autocfg v1.3.0
2652024-08-21T05:12:51.476Z Downloaded anyhow v1.0.86
2662024-08-21T05:12:51.479Z Downloaded anstream v0.6.14
2672024-08-21T05:12:51.479Z Downloaded equivalent v1.0.1
2682024-08-21T05:12:51.482Z Downloaded is_terminal_polyfill v1.70.0
2692024-08-21T05:12:51.485Z Downloaded colorchoice v1.0.1
2702024-08-21T05:12:51.488Z Downloaded usdt-macro v0.5.0
2712024-08-21T05:12:51.490Z Downloaded swrite v0.1.0
2722024-08-21T05:12:51.491Z Downloaded usdt-attr-macro v0.5.0
2732024-08-21T05:12:51.493Z Downloaded anstyle-query v1.0.3
2742024-08-21T05:12:51.493Z Downloaded anstyle v1.0.8
2752024-08-21T05:12:51.495Z Downloaded memmap v0.7.0
2762024-08-21T05:12:51.495Z Downloaded generic-array v0.14.7
2772024-08-21T05:12:51.498Z Downloaded dof v0.3.0
2782024-08-21T05:12:51.498Z Downloaded crypto-common v0.1.6
2792024-08-21T05:12:51.501Z Downloaded cfg-if v1.0.0
2802024-08-21T05:12:51.501Z Downloaded heck v0.5.0
2812024-08-21T05:12:51.501Z Downloaded fnv v1.0.7
2822024-08-21T05:12:51.503Z Downloaded anstyle-parse v0.2.4
2832024-08-21T05:12:51.506Z Downloaded serde_spanned v0.6.7
2842024-08-21T05:12:51.508Z Downloaded macaddr v1.0.1
2852024-08-21T05:12:51.508Z Downloaded bytecount v0.6.8
2862024-08-21T05:12:51.511Z Downloaded version_check v0.9.5
2872024-08-21T05:12:51.511Z Downloaded thiserror v1.0.63
2882024-08-21T05:12:51.515Z Downloaded tabled_derive v0.7.0
2892024-08-21T05:12:51.517Z Downloaded cargo_metadata v0.18.1
2902024-08-21T05:12:51.520Z Downloaded thread-id v4.2.1
2912024-08-21T05:12:51.520Z Downloaded proc-macro-error v1.0.4
2922024-08-21T05:12:51.522Z Downloaded clap_derive v4.5.13
2932024-08-21T05:12:51.524Z Downloaded scroll v0.12.0
2942024-08-21T05:12:51.527Z Downloaded pest_derive v2.7.10
2952024-08-21T05:12:51.527Z Downloaded camino v1.1.7
2962024-08-21T05:12:51.529Z Downloaded semver v1.0.23
2972024-08-21T05:12:51.532Z Downloaded sha2 v0.10.8
2982024-08-21T05:12:51.535Z Downloaded serde_derive v1.0.208
2992024-08-21T05:12:51.538Z Downloaded proc-macro2 v1.0.86
3002024-08-21T05:12:51.540Z Downloaded unicode-ident v1.0.12
3012024-08-21T05:12:51.543Z Downloaded typenum v1.17.0
3022024-08-21T05:12:51.545Z Downloaded toml v0.8.19
3032024-08-21T05:12:51.548Z Downloaded bitflags v2.6.0
3042024-08-21T05:12:51.550Z Downloaded clap v4.5.15
3052024-08-21T05:12:51.558Z Downloaded proc-macro-error-attr v1.0.4
3062024-08-21T05:12:51.561Z Downloaded scroll_derive v0.12.0
3072024-08-21T05:12:51.561Z Downloaded dtrace-parser v0.2.0
3082024-08-21T05:12:51.561Z Downloaded byteorder v1.5.0
3092024-08-21T05:12:51.563Z Downloaded block-buffer v0.10.4
3102024-08-21T05:12:51.563Z Downloaded pest_meta v2.7.10
3112024-08-21T05:12:51.565Z Downloaded papergrid v0.11.0
3122024-08-21T05:12:51.569Z Downloaded pretty-hex v0.4.1
3132024-08-21T05:12:51.571Z Downloaded heck v0.4.1
3142024-08-21T05:12:51.571Z Downloaded errno v0.3.9
3152024-08-21T05:12:51.574Z Downloaded digest v0.10.7
3162024-08-21T05:12:51.576Z Downloaded plain v0.2.3
3172024-08-21T05:12:51.576Z Downloaded serde_tokenstream v0.2.2
3182024-08-21T05:12:51.579Z Downloaded pest_generator v2.7.10
3192024-08-21T05:12:51.579Z Downloaded itoa v1.0.11
3202024-08-21T05:12:51.582Z Downloaded fs-err v2.11.0
3212024-08-21T05:12:51.582Z Downloaded cpufeatures v0.2.12
3222024-08-21T05:12:51.582Z Downloaded clap_lex v0.7.0
3232024-08-21T05:12:51.584Z Downloaded cargo-platform v0.1.8
3242024-08-21T05:12:51.587Z Downloaded toml_datetime v0.6.8
3252024-08-21T05:12:51.589Z Downloaded terminal_size v0.3.0
3262024-08-21T05:12:51.589Z Downloaded utf8parse v0.2.1
3272024-08-21T05:12:51.591Z Downloaded thiserror-impl v1.0.63
3282024-08-21T05:12:51.591Z Downloaded strsim v0.11.1
3292024-08-21T05:12:51.594Z Downloaded usdt-impl v0.5.0
3302024-08-21T05:12:51.596Z Downloaded usdt v0.5.0
3312024-08-21T05:12:51.596Z Downloaded quote v1.0.36
3322024-08-21T05:12:51.599Z Downloaded cargo_toml v0.20.4
3332024-08-21T05:12:51.601Z Downloaded once_cell v1.19.0
3342024-08-21T05:12:51.607Z Downloaded zerocopy-derive v0.7.34
3352024-08-21T05:12:51.615Z Downloaded ryu v1.0.18
3362024-08-21T05:12:51.618Z Downloaded log v0.4.21
3372024-08-21T05:12:51.620Z Downloaded ucd-trie v0.1.6
3382024-08-21T05:12:51.641Z Downloaded serde v1.0.208
3392024-08-21T05:12:51.644Z Downloaded hashbrown v0.14.5
3402024-08-21T05:12:51.655Z Downloaded indexmap v2.4.0
3412024-08-21T05:12:51.659Z Downloaded zerocopy v0.7.34
3422024-08-21T05:12:51.674Z Downloaded toml_edit v0.22.20
3432024-08-21T05:12:51.694Z Downloaded memchr v2.7.2
3442024-08-21T05:12:51.699Z Downloaded pest v2.7.10
3452024-08-21T05:12:51.704Z Downloaded clap_builder v4.5.15
3462024-08-21T05:12:51.715Z Downloaded winnow v0.6.18
3472024-08-21T05:12:51.724Z Downloaded syn v2.0.74
3482024-08-21T05:12:51.734Z Downloaded serde_json v1.0.125
3492024-08-21T05:12:51.740Z Downloaded tabled v0.15.0
3502024-08-21T05:12:51.755Z Downloaded syn v1.0.109
3512024-08-21T05:12:51.764Z Downloaded rustix v0.38.34
3522024-08-21T05:12:51.785Z Downloaded goblin v0.8.2
3532024-08-21T05:12:51.791Z Downloaded unicode-width v0.1.13
3542024-08-21T05:12:51.798Z Downloaded libc v0.2.155
3552024-08-21T05:12:52.097Z Compiling proc-macro2 v1.0.86
3562024-08-21T05:12:52.100Z Compiling unicode-ident v1.0.12
3572024-08-21T05:12:52.100Z Compiling version_check v0.9.5
3582024-08-21T05:12:52.100Z Compiling serde v1.0.208
3592024-08-21T05:12:52.100Z Compiling thiserror v1.0.63
3602024-08-21T05:12:52.100Z Compiling memchr v2.7.2
3612024-08-21T05:12:52.100Z Compiling libc v0.2.155
3622024-08-21T05:12:52.131Z Compiling itoa v1.0.11
3632024-08-21T05:12:52.350Z Compiling ucd-trie v0.1.6
3642024-08-21T05:12:52.372Z Compiling ryu v1.0.18
3652024-08-21T05:12:52.891Z Compiling once_cell v1.19.0
3662024-08-21T05:12:52.929Z Compiling byteorder v1.5.0
3672024-08-21T05:12:53.189Z Compiling serde_json v1.0.125
3682024-08-21T05:12:54.123Z Compiling usdt-impl v0.5.0
3692024-08-21T05:12:54.159Z Compiling proc-macro-error-attr v1.0.4
3702024-08-21T05:12:54.162Z Compiling syn v1.0.109
3712024-08-21T05:12:54.220Z Compiling rustix v0.38.34
3722024-08-21T05:12:54.262Z Compiling proc-macro-error v1.0.4
3732024-08-21T05:12:54.508Z Compiling utf8parse v0.2.1
3742024-08-21T05:12:54.554Z Compiling equivalent v1.0.1
3752024-08-21T05:12:54.614Z Compiling log v0.4.21
3762024-08-21T05:12:54.663Z Compiling plain v0.2.3
3772024-08-21T05:12:54.666Z Compiling bitflags v2.6.0
3782024-08-21T05:12:54.812Z Compiling hashbrown v0.14.5
3792024-08-21T05:12:54.853Z Compiling anstyle-parse v0.2.4
3802024-08-21T05:12:55.039Z Compiling thread-id v4.2.1
3812024-08-21T05:12:55.152Z Compiling quote v1.0.36
3822024-08-21T05:12:55.175Z Compiling camino v1.1.7
3832024-08-21T05:12:55.221Z Compiling semver v1.0.23
3842024-08-21T05:12:55.246Z Compiling winnow v0.6.18
3852024-08-21T05:12:55.475Z Compiling errno v0.3.9
3862024-08-21T05:12:55.727Z Compiling syn v2.0.74
3872024-08-21T05:12:55.890Z Compiling anstyle-query v1.0.3
3882024-08-21T05:12:55.935Z Compiling anstyle v1.0.8
3892024-08-21T05:12:56.065Z Compiling autocfg v1.3.0
3902024-08-21T05:12:56.454Z Compiling indexmap v2.4.0
3912024-08-21T05:12:56.541Z Compiling pretty-hex v0.4.1
3922024-08-21T05:12:56.758Z Compiling colorchoice v1.0.1
3932024-08-21T05:12:56.918Z Compiling is_terminal_polyfill v1.70.0
3942024-08-21T05:12:57.041Z Compiling anstream v0.6.14
3952024-08-21T05:12:57.096Z Compiling fs-err v2.11.0
3962024-08-21T05:12:57.400Z Compiling terminal_size v0.3.0
3972024-08-21T05:12:57.594Z Compiling clap_lex v0.7.0
3982024-08-21T05:12:57.710Z Compiling heck v0.4.1
3992024-08-21T05:12:57.735Z Compiling bytecount v0.6.8
4002024-08-21T05:12:57.790Z Compiling unicode-width v0.1.13
4012024-08-21T05:12:57.812Z Compiling anyhow v1.0.86
4022024-08-21T05:12:57.951Z Compiling fnv v1.0.7
4032024-08-21T05:12:58.026Z Compiling heck v0.5.0
4042024-08-21T05:12:58.081Z Compiling strsim v0.11.1
4052024-08-21T05:12:58.106Z Compiling papergrid v0.11.0
4062024-08-21T05:12:58.354Z Compiling memmap v0.7.0
4072024-08-21T05:12:58.525Z Compiling clap_builder v4.5.15
4082024-08-21T05:12:59.117Z Compiling swrite v0.1.0
4092024-08-21T05:13:00.913Z Compiling tabled_derive v0.7.0
4102024-08-21T05:13:02.244Z Compiling tabled v0.15.0
4112024-08-21T05:13:04.183Z Compiling serde_derive v1.0.208
4122024-08-21T05:13:04.185Z Compiling thiserror-impl v1.0.63
4132024-08-21T05:13:04.186Z Compiling zerocopy-derive v0.7.34
4142024-08-21T05:13:04.186Z Compiling scroll_derive v0.12.0
4152024-08-21T05:13:04.231Z Compiling clap_derive v4.5.13
4162024-08-21T05:13:05.524Z Compiling scroll v0.12.0
4172024-08-21T05:13:05.972Z Compiling zerocopy v0.7.34
4182024-08-21T05:13:06.080Z Compiling goblin v0.8.2
4192024-08-21T05:13:07.870Z Compiling clap v4.5.15
4202024-08-21T05:13:09.272Z Compiling pest v2.7.10
4212024-08-21T05:13:10.965Z Compiling pest_meta v2.7.10
4222024-08-21T05:13:12.175Z Compiling pest_generator v2.7.10
4232024-08-21T05:13:13.711Z Compiling pest_derive v2.7.10
4242024-08-21T05:13:13.866Z Compiling toml_datetime v0.6.8
4252024-08-21T05:13:13.866Z Compiling serde_spanned v0.6.7
4262024-08-21T05:13:13.869Z Compiling cargo-platform v0.1.8
4272024-08-21T05:13:14.256Z Compiling serde_tokenstream v0.2.2
4282024-08-21T05:13:14.357Z Compiling toml_edit v0.22.20
4292024-08-21T05:13:14.400Z Compiling dtrace-parser v0.2.0
4302024-08-21T05:13:14.453Z Compiling macaddr v1.0.1
4312024-08-21T05:13:15.444Z Compiling dof v0.3.0
4322024-08-21T05:13:15.470Z Compiling cargo_metadata v0.18.1
4332024-08-21T05:13:17.402Z Compiling toml v0.8.19
4342024-08-21T05:13:17.607Z Compiling usdt-macro v0.5.0
4352024-08-21T05:13:17.628Z Compiling usdt-attr-macro v0.5.0
4362024-08-21T05:13:18.248Z Compiling cargo_toml v0.20.4
4372024-08-21T05:13:18.957Z Compiling usdt v0.5.0
4382024-08-21T05:13:22.024Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4392024-08-21T05:13:25.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.96s
4402024-08-21T05:13:26.173Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4412024-08-21T05:13:26.730Z Downloading crates ...
4422024-08-21T05:13:26.847Z Downloaded adler v1.0.2
4432024-08-21T05:13:26.849Z Downloaded arrayref v0.3.7
4442024-08-21T05:13:26.854Z Downloaded argon2 v0.5.3
4452024-08-21T05:13:26.868Z Downloaded bitstruct v0.1.1
4462024-08-21T05:13:26.870Z Downloaded ascii v1.1.0
4472024-08-21T05:13:26.872Z Downloaded instant v0.1.12
4482024-08-21T05:13:26.875Z Downloaded cstr-argument v0.1.2
4492024-08-21T05:13:26.878Z Downloaded cfg_aliases v0.1.1
4502024-08-21T05:13:26.880Z Downloaded crunchy v0.2.2
4512024-08-21T05:13:26.883Z Downloaded darling_macro v0.20.9
4522024-08-21T05:13:26.883Z Downloaded atomicwrites v0.4.3
4532024-08-21T05:13:26.885Z Downloaded is-terminal v0.4.12
4542024-08-21T05:13:26.888Z Downloaded inout v0.1.3
4552024-08-21T05:13:26.888Z Downloaded indent_write v2.2.0
4562024-08-21T05:13:26.891Z Downloaded crc v3.2.1
4572024-08-21T05:13:26.893Z Downloaded bitfield-struct v0.6.1
4582024-08-21T05:13:26.894Z Downloaded bb8 v0.8.5
4592024-08-21T05:13:26.896Z Downloaded ciborium-ll v0.2.2
4602024-08-21T05:13:26.899Z Downloaded debug-ignore v1.0.5
4612024-08-21T05:13:26.902Z Downloaded indicatif v0.17.8
4622024-08-21T05:13:26.905Z Downloaded camino-tempfile v1.1.1
4632024-08-21T05:13:26.908Z Downloaded match_cfg v0.1.0
4642024-08-21T05:13:26.910Z Downloaded crossbeam-deque v0.8.5
4652024-08-21T05:13:26.912Z Downloaded async-stream v0.3.5
4662024-08-21T05:13:26.915Z Downloaded newtype_derive v0.1.6
4672024-08-21T05:13:26.915Z Downloaded number_prefix v0.4.0
4682024-08-21T05:13:26.917Z Downloaded crc-catalog v2.4.0
4692024-08-21T05:13:26.919Z Downloaded oso-derive v0.27.3
4702024-08-21T05:13:26.919Z Downloaded cancel-safe-futures v0.1.5
4712024-08-21T05:13:26.923Z Downloaded bit-vec v0.6.3
4722024-08-21T05:13:26.925Z Downloaded sec1 v0.7.3
4732024-08-21T05:13:26.928Z Downloaded bzip2 v0.4.4
4742024-08-21T05:13:26.930Z Downloaded num-conv v0.1.0
4752024-08-21T05:13:26.930Z Downloaded csv-core v0.1.11
4762024-08-21T05:13:26.932Z Downloaded ciborium-io v0.2.2
4772024-08-21T05:13:26.932Z Downloaded atty v0.2.14
4782024-08-21T05:13:26.935Z Downloaded num_cpus v1.16.0
4792024-08-21T05:13:26.937Z Downloaded cipher v0.4.4
4802024-08-21T05:13:26.939Z Downloaded num-integer v0.1.46
4812024-08-21T05:13:26.942Z Downloaded async-trait v0.1.81
4822024-08-21T05:13:26.945Z Downloaded memoffset v0.9.1
4832024-08-21T05:13:26.947Z Downloaded num_enum_derive v0.5.11
4842024-08-21T05:13:26.950Z Downloaded lazycell v1.3.0
4852024-08-21T05:13:26.950Z Downloaded nodrop v0.1.14
4862024-08-21T05:13:26.953Z Downloaded bitstruct_derive v0.1.0
4872024-08-21T05:13:26.953Z Downloaded aead v0.5.2
4882024-08-21T05:13:26.957Z Downloaded signal-hook-tokio v0.3.1
4892024-08-21T05:13:26.957Z Downloaded md-5 v0.10.6
4902024-08-21T05:13:26.960Z Downloaded managed v0.8.0
4912024-08-21T05:13:26.960Z Downloaded lru v0.12.3
4922024-08-21T05:13:26.960Z Downloaded const-oid v0.9.6
4932024-08-21T05:13:26.962Z Downloaded cookie v0.18.1
4942024-08-21T05:13:26.966Z Downloaded packed_struct v0.10.1
4952024-08-21T05:13:26.968Z Downloaded strum v0.26.3
4962024-08-21T05:13:26.971Z Downloaded instability v0.3.2
4972024-08-21T05:13:26.971Z Downloaded indoc v1.0.9
4982024-08-21T05:13:26.974Z Downloaded cbc v0.1.2
4992024-08-21T05:13:26.976Z Downloaded cassowary v0.3.0
5002024-08-21T05:13:26.979Z Downloaded impl-trait-for-tuples v0.2.2
5012024-08-21T05:13:26.981Z Downloaded crossbeam-utils v0.8.19
5022024-08-21T05:13:26.984Z Downloaded termtree v0.4.1
5032024-08-21T05:13:26.986Z Downloaded serde_repr v0.1.19
5042024-08-21T05:13:26.989Z Downloaded nu-ansi-term v0.50.0
5052024-08-21T05:13:26.991Z Downloaded num-rational v0.4.2
5062024-08-21T05:13:26.993Z Downloaded ipnet v2.9.0
5072024-08-21T05:13:26.995Z Downloaded chacha20 v0.9.1
5082024-08-21T05:13:26.998Z Downloaded curve25519-dalek-derive v0.1.1
5092024-08-21T05:13:26.998Z Downloaded cexpr v0.6.0
5102024-08-21T05:13:27.001Z Downloaded display-error-chain v0.2.0
5112024-08-21T05:13:27.003Z Downloaded is_ci v1.2.0
5122024-08-21T05:13:27.003Z Downloaded new_debug_unreachable v1.0.6
5132024-08-21T05:13:27.007Z Downloaded data-encoding v2.6.0
5142024-08-21T05:13:27.007Z Downloaded opaque-debug v0.3.1
5152024-08-21T05:13:27.010Z Downloaded slog-bunyan v2.5.0
5162024-08-21T05:13:27.010Z Downloaded smawk v0.3.2
5172024-08-21T05:13:27.012Z Downloaded signal-hook-registry v1.4.2
5182024-08-21T05:13:27.013Z Downloaded openssl-macros v0.1.1
5192024-08-21T05:13:27.015Z Downloaded slog-scope v4.4.0
5202024-08-21T05:13:27.015Z Downloaded openssl-probe v0.1.5
5212024-08-21T05:13:27.018Z Downloaded downcast v0.11.0
5222024-08-21T05:13:27.018Z Downloaded lalrpop-util v0.19.12
5232024-08-21T05:13:27.020Z Downloaded compact_str v0.8.0
5242024-08-21T05:13:27.023Z Downloaded bcs v0.1.6
5252024-08-21T05:13:27.025Z Downloaded strum_macros v0.24.3
5262024-08-21T05:13:27.027Z Downloaded parking_lot v0.11.2
5272024-08-21T05:13:27.030Z Downloaded num_threads v0.1.7
5282024-08-21T05:13:27.032Z Downloaded phf_shared v0.10.0
5292024-08-21T05:13:27.035Z Downloaded headers-core v0.2.0
5302024-08-21T05:13:27.035Z Downloaded console v0.15.8
5312024-08-21T05:13:27.037Z Downloaded nibble_vec v0.1.0
5322024-08-21T05:13:27.039Z Downloaded tokio-native-tls v0.3.1
5332024-08-21T05:13:27.042Z Downloaded cookie_store v0.20.0
5342024-08-21T05:13:27.044Z Downloaded multimap v0.10.0
5352024-08-21T05:13:27.046Z Downloaded mockall_derive v0.13.0
5362024-08-21T05:13:27.049Z Downloaded arc-swap v1.7.1
5372024-08-21T05:13:27.051Z Downloaded tokio-macros v2.3.0
5382024-08-21T05:13:27.054Z Downloaded wyz v0.5.1
5392024-08-21T05:13:27.056Z Downloaded deranged v0.3.11
5402024-08-21T05:13:27.058Z Downloaded dsl_auto_type v0.1.2
5412024-08-21T05:13:27.058Z Downloaded lazy_static v1.5.0
5422024-08-21T05:13:27.061Z Downloaded utf-8 v0.7.6
5432024-08-21T05:13:27.063Z Downloaded addr2line v0.21.0
5442024-08-21T05:13:27.066Z Downloaded libefi-sys v0.1.0
5452024-08-21T05:13:27.066Z Downloaded dirs-sys-next v0.1.2
5462024-08-21T05:13:27.069Z Downloaded mime v0.3.17
5472024-08-21T05:13:27.071Z Downloaded maplit v1.0.2
5482024-08-21T05:13:27.071Z Downloaded futures-core v0.3.30
5492024-08-21T05:13:27.073Z Downloaded olpc-cjson v0.1.3
5502024-08-21T05:13:27.076Z Downloaded newtype-uuid v1.1.0
5512024-08-21T05:13:27.076Z Downloaded num-iter v0.1.45
5522024-08-21T05:13:27.078Z Downloaded ipnetwork v0.20.0
5532024-08-21T05:13:27.081Z Downloaded nanorand v0.7.0
5542024-08-21T05:13:27.084Z Downloaded mockall v0.13.0
5552024-08-21T05:13:27.086Z Downloaded tempfile v3.10.1
5562024-08-21T05:13:27.089Z Downloaded phf_shared v0.11.2
5572024-08-21T05:13:27.089Z Downloaded sqlformat v0.2.4
5582024-08-21T05:13:27.092Z Downloaded blake2 v0.10.6
5592024-08-21T05:13:27.094Z Downloaded ref-cast-impl v1.0.23
5602024-08-21T05:13:27.097Z Downloaded r2d2 v0.8.10
5612024-08-21T05:13:27.099Z Downloaded tiny-keccak v2.0.2
5622024-08-21T05:13:27.101Z Downloaded foreign-types-macros v0.2.3
5632024-08-21T05:13:27.101Z Downloaded tokio-rustls v0.25.0
5642024-08-21T05:13:27.104Z Downloaded foreign-types v0.3.2
5652024-08-21T05:13:27.106Z Downloaded rustls-pemfile v1.0.4
5662024-08-21T05:13:27.109Z Downloaded rtoolbox v0.0.2
5672024-08-21T05:13:27.112Z Downloaded der_derive v0.7.2
5682024-08-21T05:13:27.115Z Downloaded xattr v1.3.1
5692024-08-21T05:13:27.115Z Downloaded foreign-types v0.5.0
5702024-08-21T05:13:27.117Z Downloaded futures-task v0.3.30
5712024-08-21T05:13:27.117Z Downloaded fallible-iterator v0.3.0
5722024-08-21T05:13:27.121Z Downloaded bytes v1.7.1
5732024-08-21T05:13:27.123Z Downloaded serde_path_to_error v0.1.16
5742024-08-21T05:13:27.127Z Downloaded path-slash v0.1.5
5752024-08-21T05:13:27.130Z Downloaded take_mut v0.2.2
5762024-08-21T05:13:27.130Z Downloaded slog-stdlog v4.1.1
5772024-08-21T05:13:27.133Z Downloaded signature v2.2.0
5782024-08-21T05:13:27.133Z Downloaded tabwriter v1.4.0
5792024-08-21T05:13:27.135Z Downloaded rand_chacha v0.3.1
5802024-08-21T05:13:27.135Z Downloaded test-strategy v0.3.1
5812024-08-21T05:13:27.140Z Downloaded tokio-tungstenite v0.21.0
5822024-08-21T05:13:27.143Z Downloaded thread_local v1.1.8
5832024-08-21T05:13:27.145Z Downloaded num-complex v0.4.6
5842024-08-21T05:13:27.147Z Downloaded maybe-uninit v2.0.0
5852024-08-21T05:13:27.150Z Downloaded untrusted v0.9.0
5862024-08-21T05:13:27.153Z Downloaded foreign-types-shared v0.1.1
5872024-08-21T05:13:27.153Z Downloaded untrusted v0.7.1
5882024-08-21T05:13:27.155Z Downloaded rand_seeder v0.3.0
5892024-08-21T05:13:27.155Z Downloaded owo-colors v4.0.0
5902024-08-21T05:13:27.158Z Downloaded multer v3.1.0
5912024-08-21T05:13:27.161Z Downloaded cc v1.0.97
5922024-08-21T05:13:27.164Z Downloaded serde_plain v1.0.2
5932024-08-21T05:13:27.167Z Downloaded home v0.5.9
5942024-08-21T05:13:27.169Z Downloaded hex v0.4.3
5952024-08-21T05:13:27.171Z Downloaded aes v0.8.4
5962024-08-21T05:13:27.174Z Downloaded openssl-sys v0.9.103
5972024-08-21T05:13:27.180Z Downloaded endian-type v0.1.2
5982024-08-21T05:13:27.182Z Downloaded darling_core v0.20.9
5992024-08-21T05:13:27.187Z Downloaded predicates v3.1.2
6002024-08-21T05:13:27.191Z Downloaded phf v0.11.2
6012024-08-21T05:13:27.193Z Downloaded glob v0.3.1
6022024-08-21T05:13:27.196Z Downloaded hubpack_derive v0.1.1
6032024-08-21T05:13:27.196Z Downloaded httpdate v1.0.3
6042024-08-21T05:13:27.198Z Downloaded http-range v0.1.5
6052024-08-21T05:13:27.200Z Downloaded sync_wrapper v0.1.2
6062024-08-21T05:13:27.200Z Downloaded either v1.13.0
6072024-08-21T05:13:27.203Z Downloaded rustversion v1.0.17
6082024-08-21T05:13:27.205Z Downloaded rustc_version v0.4.0
6092024-08-21T05:13:27.207Z Downloaded rustls-pemfile v2.1.3
6102024-08-21T05:13:27.210Z Downloaded crypto-bigint v0.5.5
6112024-08-21T05:13:27.218Z Downloaded embedded-io v0.4.0
6122024-08-21T05:13:27.220Z Downloaded waitgroup v0.1.2
6132024-08-21T05:13:27.223Z Downloaded spki v0.7.3
6142024-08-21T05:13:27.225Z Downloaded unicode-xid v0.2.4
6152024-08-21T05:13:27.228Z Downloaded tower-service v0.3.2
6162024-08-21T05:13:27.230Z Downloaded hickory-client v0.24.1
6172024-08-21T05:13:27.242Z Downloaded enum-as-inner v0.6.0
6182024-08-21T05:13:27.245Z Downloaded futures-io v0.3.30
6192024-08-21T05:13:27.245Z Downloaded futures-executor v0.3.30
6202024-08-21T05:13:27.248Z Downloaded predicates-tree v1.0.9
6212024-08-21T05:13:27.250Z Downloaded predicates-core v1.0.6
6222024-08-21T05:13:27.250Z Downloaded ident_case v1.0.1
6232024-08-21T05:13:27.252Z Downloaded proc-macro-crate v1.3.1
6242024-08-21T05:13:27.255Z Downloaded rusty-fork v0.3.0
6252024-08-21T05:13:27.255Z Downloaded http-body v0.4.6
6262024-08-21T05:13:27.258Z Downloaded fatfs v0.3.6
6272024-08-21T05:13:27.260Z Downloaded smallvec v1.13.2
6282024-08-21T05:13:27.263Z Downloaded der v0.7.9
6292024-08-21T05:13:27.269Z Downloaded zone_cfg_derive v0.1.2
6302024-08-21T05:13:27.271Z Downloaded serde_urlencoded v0.7.1
6312024-08-21T05:13:27.274Z Downloaded smf v0.2.3
6322024-08-21T05:13:27.276Z Downloaded shell-words v1.1.0
6332024-08-21T05:13:27.276Z Downloaded semver v0.1.20
6342024-08-21T05:13:27.279Z Downloaded stringprep v0.1.4
6352024-08-21T05:13:27.281Z Downloaded derive_builder_macro v0.20.0
6362024-08-21T05:13:27.281Z Downloaded tap v1.0.1
6372024-08-21T05:13:27.292Z Downloaded supports-color v3.0.0
6382024-08-21T05:13:27.292Z Downloaded subtle v2.5.0
6392024-08-21T05:13:27.292Z Downloaded futures-channel v0.3.30
6402024-08-21T05:13:27.292Z Downloaded fallible-iterator v0.2.0
6412024-08-21T05:13:27.292Z Downloaded memmap2 v0.9.4
6422024-08-21T05:13:27.292Z Downloaded unicode-linebreak v0.1.5
6432024-08-21T05:13:27.292Z Downloaded wait-timeout v0.2.0
6442024-08-21T05:13:27.296Z Downloaded hickory-server v0.24.1
6452024-08-21T05:13:27.300Z Downloaded sha1 v0.10.6
6462024-08-21T05:13:27.303Z Downloaded paste v1.0.15
6472024-08-21T05:13:27.306Z Downloaded httparse v1.8.0
6482024-08-21T05:13:27.309Z Downloaded getrandom v0.2.14
6492024-08-21T05:13:27.314Z Downloaded crossterm v0.28.1
6502024-08-21T05:13:27.321Z Downloaded precomputed-hash v0.1.1
6512024-08-21T05:13:27.323Z Downloaded time-core v0.1.2
6522024-08-21T05:13:27.323Z Downloaded pretty-hex v0.2.1
6532024-08-21T05:13:27.326Z Downloaded scopeguard v1.2.0
6542024-08-21T05:13:27.328Z Downloaded serde-hex v0.1.0
6552024-08-21T05:13:27.330Z Downloaded schemars_derive v0.8.21
6562024-08-21T05:13:27.330Z Downloaded hickory-resolver v0.24.1
6572024-08-21T05:13:27.335Z Downloaded toolchain_find v0.4.0
6582024-08-21T05:13:27.338Z Downloaded rpassword v7.3.1
6592024-08-21T05:13:27.340Z Downloaded twox-hash v1.6.3
6602024-08-21T05:13:27.342Z Downloaded slab v0.4.9
6612024-08-21T05:13:27.345Z Downloaded flagset v0.4.5
6622024-08-21T05:13:27.345Z Downloaded fixedbitset v0.4.2
6632024-08-21T05:13:27.347Z Downloaded getopts v0.2.21
6642024-08-21T05:13:27.350Z Downloaded erased-serde v0.3.31
6652024-08-21T05:13:27.352Z Downloaded rcgen v0.12.1
6662024-08-21T05:13:27.354Z Downloaded gethostname v0.5.0
6672024-08-21T05:13:27.357Z Downloaded unsafe-libyaml v0.2.11
6682024-08-21T05:13:27.360Z Downloaded peg-macros v0.8.4
6692024-08-21T05:13:27.362Z Downloaded env_logger v0.9.3
6702024-08-21T05:13:27.365Z Downloaded defmt-parser v0.3.4
6712024-08-21T05:13:27.368Z Downloaded float-ord v0.3.2
6722024-08-21T05:13:27.370Z Downloaded x509-cert v0.2.5
6732024-08-21T05:13:27.375Z Downloaded blake3 v1.5.1
6742024-08-21T05:13:27.383Z Downloaded foreign-types-shared v0.3.1
6752024-08-21T05:13:27.386Z Downloaded slog-json v2.6.1
6762024-08-21T05:13:27.388Z Downloaded slog-dtrace v0.3.0
6772024-08-21T05:13:27.391Z Downloaded thiserror-no-std v2.0.2
6782024-08-21T05:13:27.394Z Downloaded fastrand v2.1.0
6792024-08-21T05:13:27.396Z Downloaded resolv-conf v0.7.0
6802024-08-21T05:13:27.399Z Downloaded string_cache v0.8.7
6812024-08-21T05:13:27.401Z Downloaded stable_deref_trait v1.2.0
6822024-08-21T05:13:27.403Z Downloaded parse-size v1.0.0
6832024-08-21T05:13:27.403Z Downloaded libm v0.2.8
6842024-08-21T05:13:27.412Z Downloaded ref-cast v1.0.23
6852024-08-21T05:13:27.416Z Downloaded fxhash v0.2.1
6862024-08-21T05:13:27.419Z Downloaded quick-error v1.2.3
6872024-08-21T05:13:27.419Z Downloaded peg-runtime v0.8.3
6882024-08-21T05:13:27.421Z Downloaded rustc_version v0.1.7
6892024-08-21T05:13:27.422Z Downloaded hyper-tls v0.5.0
6902024-08-21T05:13:27.422Z Downloaded humantime v2.1.0
6912024-08-21T05:13:27.424Z Downloaded tinyvec_macros v0.1.1
6922024-08-21T05:13:27.426Z Downloaded futures-sink v0.3.30
6932024-08-21T05:13:27.426Z Downloaded topological-sort v0.2.2
6942024-08-21T05:13:27.429Z Downloaded tar v0.4.41
6952024-08-21T05:13:27.431Z Downloaded pkcs8 v0.10.2
6962024-08-21T05:13:27.433Z Downloaded sigpipe v0.1.3
6972024-08-21T05:13:27.435Z Downloaded radium v0.7.0
6982024-08-21T05:13:27.438Z Downloaded siphasher v0.3.11
6992024-08-21T05:13:27.438Z Downloaded postgres-types v0.2.7
7002024-08-21T05:13:27.440Z Downloaded termios v0.3.3
7012024-08-21T05:13:27.442Z Downloaded env_logger v0.10.2
7022024-08-21T05:13:27.446Z Downloaded which v4.4.2
7032024-08-21T05:13:27.448Z Downloaded uzers v0.11.3
7042024-08-21T05:13:27.451Z Downloaded slog-envlogger v2.2.0
7052024-08-21T05:13:27.453Z Downloaded filetime v0.2.24
7062024-08-21T05:13:27.455Z Downloaded fd-lock v4.0.2
7072024-08-21T05:13:27.458Z Downloaded shlex v1.3.0
7082024-08-21T05:13:27.460Z Downloaded poly1305 v0.8.0
7092024-08-21T05:13:27.462Z Downloaded sqlparser_derive v0.2.2
7102024-08-21T05:13:27.462Z Downloaded want v0.3.1
7112024-08-21T05:13:27.465Z Downloaded prettyplease v0.2.20
7122024-08-21T05:13:27.467Z Downloaded spin v0.5.2
7132024-08-21T05:13:27.470Z Downloaded thiserror-impl-no-std v2.0.2
7142024-08-21T05:13:27.473Z Downloaded half v2.4.1
7152024-08-21T05:13:27.475Z Downloaded pem v3.0.4
7162024-08-21T05:13:27.476Z Downloaded salsa20 v0.10.2
7172024-08-21T05:13:27.478Z Downloaded pin-project v1.1.5
7182024-08-21T05:13:27.490Z Downloaded tracing-attributes v0.1.27
7192024-08-21T05:13:27.492Z Downloaded portpicker v0.1.1
7202024-08-21T05:13:27.495Z Downloaded serde-big-array v0.5.1
7212024-08-21T05:13:27.495Z Downloaded tls_codec_derive v0.4.1
7222024-08-21T05:13:27.497Z Downloaded parse-display v0.10.0
7232024-08-21T05:13:27.500Z Downloaded dirs-next v2.0.0
7242024-08-21T05:13:27.500Z Downloaded rustfmt-wrapper v0.2.1
7252024-08-21T05:13:27.502Z Downloaded rustc-hash v1.1.0
7262024-08-21T05:13:27.502Z Downloaded tungstenite v0.21.0
7272024-08-21T05:13:27.506Z Downloaded mio v0.8.11
7282024-08-21T05:13:27.512Z Downloaded pin-utils v0.1.0
7292024-08-21T05:13:27.515Z Downloaded termcolor v1.4.1
7302024-08-21T05:13:27.517Z Downloaded futures-macro v0.3.30
7312024-08-21T05:13:27.517Z Downloaded expectorate v1.1.0
7322024-08-21T05:13:27.520Z Downloaded http v1.1.0
7332024-08-21T05:13:27.524Z Downloaded snafu-derive v0.8.2
7342024-08-21T05:13:27.528Z Downloaded steno v0.4.1
7352024-08-21T05:13:27.530Z Downloaded minimal-lexical v0.2.1
7362024-08-21T05:13:27.535Z Downloaded scrypt v0.11.0
7372024-08-21T05:13:27.538Z Downloaded rand_xorshift v0.3.0
7382024-08-21T05:13:27.538Z Downloaded time-macros v0.2.18
7392024-08-21T05:13:27.540Z Downloaded slog v2.7.0
7402024-08-21T05:13:27.544Z Downloaded heck v0.3.3
7412024-08-21T05:13:27.546Z Downloaded hash32 v0.2.1
7422024-08-21T05:13:27.548Z Downloaded funty v2.0.0
7432024-08-21T05:13:27.548Z Downloaded textwrap v0.16.1
7442024-08-21T05:13:27.551Z Downloaded itertools v0.13.0
7452024-08-21T05:13:27.559Z Downloaded same-file v1.0.6
7462024-08-21T05:13:27.561Z Downloaded sct v0.7.1
7472024-08-21T05:13:27.564Z Downloaded similar v2.5.0
7482024-08-21T05:13:27.570Z Downloaded rustc-demangle v0.1.24
7492024-08-21T05:13:27.573Z Downloaded tracing v0.1.40
7502024-08-21T05:13:27.577Z Downloaded toml_edit v0.19.15
7512024-08-21T05:13:27.595Z Downloaded tinyvec v1.6.0
7522024-08-21T05:13:27.598Z Downloaded hashlink v0.9.1
7532024-08-21T05:13:27.601Z Downloaded hostname v0.4.0
7542024-08-21T05:13:27.603Z Downloaded hash32 v0.3.1
7552024-08-21T05:13:27.605Z Downloaded pkcs1 v0.7.5
7562024-08-21T05:13:27.608Z Downloaded reedline v0.33.0
7572024-08-21T05:13:27.615Z Downloaded term v0.7.0
7582024-08-21T05:13:27.618Z Downloaded winnow v0.5.40
7592024-08-21T05:13:27.627Z Downloaded vte v0.11.1
7602024-08-21T05:13:27.630Z Downloaded pin-project-lite v0.2.14
7612024-08-21T05:13:27.635Z Downloaded typed-path v0.7.1
7622024-08-21T05:13:27.641Z Downloaded snafu v0.8.2
7632024-08-21T05:13:27.648Z Downloaded heapless v0.8.0
7642024-08-21T05:13:27.653Z Downloaded derive_builder_core v0.20.0
7652024-08-21T05:13:27.655Z Downloaded chrono v0.4.38
7662024-08-21T05:13:27.663Z Downloaded regex-automata v0.1.10
7672024-08-21T05:13:27.669Z Downloaded schemars v0.8.21
7682024-08-21T05:13:27.684Z Downloaded subprocess v0.2.9
7692024-08-21T05:13:27.686Z Downloaded hashbrown v0.12.3
7702024-08-21T05:13:27.690Z Downloaded diff v0.1.13
7712024-08-21T05:13:27.693Z Downloaded url v2.5.2
7722024-08-21T05:13:27.697Z Downloaded publicsuffix v2.2.3
7732024-08-21T05:13:27.699Z Downloaded proptest v1.5.0
7742024-08-21T05:13:27.710Z Downloaded http v0.2.12
7752024-08-21T05:13:27.714Z Downloaded samael v0.0.15
7762024-08-21T05:13:27.720Z Downloaded zip v0.6.6
7772024-08-21T05:13:27.725Z Downloaded unicode-segmentation v1.11.0
7782024-08-21T05:13:27.729Z Downloaded hashbrown v0.13.2
7792024-08-21T05:13:27.734Z Downloaded sqlparser v0.45.0
7802024-08-21T05:13:27.739Z Downloaded reqwest v0.11.27
7812024-08-21T05:13:27.748Z Downloaded h2 v0.3.26
7822024-08-21T05:13:27.755Z Downloaded diesel_derives v2.2.2
7832024-08-21T05:13:27.760Z Downloaded curve25519-dalek v4.1.3
7842024-08-21T05:13:27.770Z Downloaded rustyline v14.0.0
7852024-08-21T05:13:27.776Z Downloaded portable-atomic v1.6.0
7862024-08-21T05:13:27.783Z Downloaded hkdf v0.12.4
7872024-08-21T05:13:27.785Z Downloaded idna v0.5.0
7882024-08-21T05:13:27.792Z Downloaded tokio-util v0.7.11
7892024-08-21T05:13:27.800Z Downloaded futures-util v0.3.30
7902024-08-21T05:13:27.814Z Downloaded lalrpop v0.19.12
7912024-08-21T05:13:27.826Z Downloaded bstr v0.2.17
7922024-08-21T05:13:27.836Z Downloaded polar-core v0.27.3
7932024-08-21T05:13:27.845Z Downloaded rayon v1.10.0
7942024-08-21T05:13:27.855Z Downloaded git2 v0.19.0
7952024-08-21T05:13:27.864Z Downloaded openssl v0.10.66
7962024-08-21T05:13:27.875Z Downloaded nix v0.27.1
7972024-08-21T05:13:27.886Z Downloaded quick-xml v0.31.0
7982024-08-21T05:13:27.892Z Downloaded hyper v0.14.30
7992024-08-21T05:13:27.900Z Downloaded regex v1.10.6
8002024-08-21T05:13:27.915Z Downloaded webpki-roots v0.25.4
8012024-08-21T05:13:27.919Z Downloaded regex-syntax v0.6.29
8022024-08-21T05:13:27.926Z Downloaded smoltcp v0.9.1
8032024-08-21T05:13:27.938Z Downloaded bstr v1.9.1
8042024-08-21T05:13:27.950Z Downloaded vcpkg v0.2.15
8052024-08-21T05:13:27.991Z Downloaded openapiv3 v2.0.0
8062024-08-21T05:13:28.004Z Downloaded radix_trie v0.2.1
8072024-08-21T05:13:28.010Z Downloaded regress v0.9.1
8082024-08-21T05:13:28.020Z Downloaded diesel v2.2.2
8092024-08-21T05:13:28.042Z Downloaded regex-syntax v0.8.4
8102024-08-21T05:13:28.050Z Downloaded rustls v0.21.12
8112024-08-21T05:13:28.063Z Downloaded smoltcp v0.11.0
8122024-08-21T05:13:28.077Z Downloaded rustls v0.22.4
8132024-08-21T05:13:28.091Z Downloaded sled v0.34.7
8142024-08-21T05:13:28.103Z Downloaded zerocopy-derive v0.6.6
8152024-08-21T05:13:28.116Z Downloaded hickory-proto v0.24.1
8162024-08-21T05:13:28.130Z Downloaded ratatui v0.28.0
8172024-08-21T05:13:28.152Z Downloaded bzip2-sys v0.1.11+1.0.8
8182024-08-21T05:13:28.165Z Downloaded regex-automata v0.4.6
8192024-08-21T05:13:28.185Z Downloaded petgraph v0.6.5
8202024-08-21T05:13:28.204Z Downloaded finl_unicode v1.2.0
8212024-08-21T05:13:28.218Z Downloaded nix v0.28.0
8222024-08-21T05:13:28.231Z Downloaded csv v1.3.0
8232024-08-21T05:13:28.253Z Downloaded rustls-webpki v0.102.4
8242024-08-21T05:13:28.272Z Downloaded tokio v1.38.1
8252024-08-21T05:13:28.311Z Downloaded sha3 v0.10.8
8262024-08-21T05:13:28.316Z Downloaded gimli v0.28.1
8272024-08-21T05:13:28.325Z Downloaded idna v0.4.0
8282024-08-21T05:13:28.332Z Downloaded object v0.30.4
8292024-08-21T05:13:28.343Z Downloaded object v0.32.2
8302024-08-21T05:13:28.355Z Downloaded idna v0.3.0
8312024-08-21T05:13:28.362Z Downloaded heapless v0.7.17
8322024-08-21T05:13:28.366Z Downloaded encoding_rs v0.8.34
8332024-08-21T05:13:28.389Z Downloaded tracing-core v0.1.32
8342024-08-21T05:13:28.392Z Downloaded tough v0.17.1
8352024-08-21T05:13:28.400Z Downloaded rustls-webpki v0.101.7
8362024-08-21T05:13:28.419Z Downloaded flume v0.11.0
8372024-08-21T05:13:28.422Z Downloaded serde_with v3.8.3
8382024-08-21T05:13:28.429Z Downloaded nom v7.1.3
8392024-08-21T05:13:28.436Z Downloaded unicode-normalization v0.1.23
8402024-08-21T05:13:28.439Z Downloaded itertools v0.12.1
8412024-08-21T05:13:28.447Z Downloaded unicode_categories v0.1.1
8422024-08-21T05:13:28.449Z Downloaded derive_builder v0.20.0
8432024-08-21T05:13:28.454Z Downloaded rsa v0.9.6
8442024-08-21T05:13:28.460Z Downloaded vergen v8.3.2
8452024-08-21T05:13:28.462Z Downloaded bitvec v1.0.1
8462024-08-21T05:13:28.479Z Downloaded bindgen v0.69.4
8472024-08-21T05:13:28.486Z Downloaded percent-encoding v2.3.1
8482024-08-21T05:13:28.489Z Downloaded ena v0.14.3
8492024-08-21T05:13:28.489Z Downloaded dyn-clone v1.0.17
8502024-08-21T05:13:28.491Z Downloaded scheduled-thread-pool v0.2.7
8512024-08-21T05:13:28.491Z Downloaded strum_macros v0.25.3
8522024-08-21T05:13:28.494Z Downloaded uuid v1.10.0
8532024-08-21T05:13:28.497Z Downloaded unicode-bidi v0.3.15
8542024-08-21T05:13:28.500Z Downloaded libxml v0.3.3
8552024-08-21T05:13:28.506Z Downloaded rusqlite v0.31.0
8562024-08-21T05:13:28.513Z Downloaded libgit2-sys v0.17.0+1.8.1
8572024-08-21T05:13:28.574Z Downloaded password-hash v0.5.0
8582024-08-21T05:13:28.576Z Downloaded rayon-core v1.12.1
8592024-08-21T05:13:28.579Z Downloaded pem-rfc7468 v0.7.0
8602024-08-21T05:13:28.582Z Downloaded zeroize_derive v1.4.2
8612024-08-21T05:13:28.584Z Downloaded zeroize v1.7.0
8622024-08-21T05:13:28.584Z Downloaded structmeta-derive v0.3.0
8632024-08-21T05:13:28.587Z Downloaded time v0.3.36
8642024-08-21T05:13:28.592Z Downloaded rand v0.8.5
8652024-08-21T05:13:28.597Z Downloaded parking_lot_core v0.9.10
8662024-08-21T05:13:28.599Z Downloaded iana-time-zone v0.1.60
8672024-08-21T05:13:28.602Z Downloaded derive_more v0.99.18
8682024-08-21T05:13:28.607Z Downloaded elliptic-curve v0.13.8
8692024-08-21T05:13:28.611Z Downloaded postcard v1.0.8
8702024-08-21T05:13:28.615Z Downloaded hyper-rustls v0.24.2
8712024-08-21T05:13:28.618Z Downloaded serde_yaml v0.9.34+deprecated
8722024-08-21T05:13:28.621Z Downloaded tui-tree-widget v0.22.0
8732024-08-21T05:13:28.625Z Downloaded tungstenite v0.20.1
8742024-08-21T05:13:28.629Z Downloaded derive-where v1.2.7
8752024-08-21T05:13:28.634Z Downloaded postgres-protocol v0.6.7
8762024-08-21T05:13:28.636Z Downloaded ron v0.8.1
8772024-08-21T05:13:28.642Z Downloaded pkcs5 v0.7.1
8782024-08-21T05:13:28.648Z Downloaded defmt-macros v0.3.9
8792024-08-21T05:13:28.651Z Downloaded crossterm v0.27.0
8802024-08-21T05:13:28.659Z Downloaded whoami v1.5.1
8812024-08-21T05:13:28.662Z Downloaded headers v0.3.9
8822024-08-21T05:13:28.667Z Downloaded futures v0.3.30
8832024-08-21T05:13:28.675Z Downloaded itertools v0.10.5
8842024-08-21T05:13:28.682Z Downloaded fallible-streaming-iterator v0.1.9
8852024-08-21T05:13:28.684Z Downloaded num-bigint-dig v0.8.4
8862024-08-21T05:13:28.688Z Downloaded socket2 v0.5.7
8872024-08-21T05:13:28.691Z Downloaded psl-types v2.0.11
8882024-08-21T05:13:28.693Z Downloaded slog-async v2.8.0
8892024-08-21T05:13:28.695Z Downloaded ron v0.7.1
8902024-08-21T05:13:28.698Z Downloaded pkg-config v0.3.30
8912024-08-21T05:13:28.700Z Downloaded flate2 v1.0.31
8922024-08-21T05:13:28.706Z Downloaded fragile v2.0.0
8932024-08-21T05:13:28.708Z Downloaded zone v0.1.8
8942024-08-21T05:13:28.711Z Downloaded tls_codec v0.4.1
8952024-08-21T05:13:28.711Z Downloaded structmeta v0.3.0
8962024-08-21T05:13:28.713Z Downloaded structmeta-derive v0.2.0
8972024-08-21T05:13:28.713Z Downloaded structmeta v0.2.0
8982024-08-21T05:13:28.716Z Downloaded serde_derive_internals v0.29.1
8992024-08-21T05:13:28.716Z Downloaded serde_with_macros v3.8.3
9002024-08-21T05:13:28.718Z Downloaded omicron-zone-package v0.11.0
9012024-08-21T05:13:28.721Z Downloaded pin-project-internal v1.1.5
9022024-08-21T05:13:28.723Z Downloaded spin v0.9.8
9032024-08-21T05:13:28.729Z Downloaded ff v0.13.0
9042024-08-21T05:13:28.731Z Downloaded mio v1.0.2
9052024-08-21T05:13:28.734Z Downloaded aho-corasick v1.1.3
9062024-08-21T05:13:28.740Z Downloaded tokio-postgres v0.7.11
9072024-08-21T05:13:28.745Z Downloaded ring v0.17.8
9082024-08-21T05:13:28.818Z Downloaded globset v0.4.14
9092024-08-21T05:13:28.821Z Downloaded toml v0.7.8
9102024-08-21T05:13:28.824Z Downloaded rand_core v0.6.4
9112024-08-21T05:13:28.826Z Downloaded parking_lot v0.12.2
9122024-08-21T05:13:28.829Z Downloaded oso v0.27.3
9132024-08-21T05:13:28.831Z Downloaded difflib v0.4.0
9142024-08-21T05:13:28.831Z Downloaded hostname v0.3.1
9152024-08-21T05:13:28.834Z Downloaded group v0.13.0
9162024-08-21T05:13:28.836Z Downloaded socket2 v0.4.10
9172024-08-21T05:13:28.836Z Downloaded unicode-truncate v1.0.0
9182024-08-21T05:13:28.838Z Downloaded parking_lot_core v0.8.6
9192024-08-21T05:13:28.841Z Downloaded ppv-lite86 v0.2.17
9202024-08-21T05:13:28.843Z Downloaded signal-hook v0.3.17
9212024-08-21T05:13:28.846Z Downloaded hmac v0.12.1
9222024-08-21T05:13:28.848Z Downloaded num-traits v0.2.19
9232024-08-21T05:13:28.851Z Downloaded ring v0.16.20
9242024-08-21T05:13:28.933Z Downloaded crossbeam-channel v0.5.12
9252024-08-21T05:13:28.937Z Downloaded base64 v0.21.7
9262024-08-21T05:13:28.940Z Downloaded backtrace v0.3.71
9272024-08-21T05:13:28.946Z Downloaded unicase v2.7.0
9282024-08-21T05:13:28.949Z Downloaded unarray v0.1.4
9292024-08-21T05:13:28.949Z Downloaded highway v1.2.0
9302024-08-21T05:13:28.951Z Downloaded yasna v0.5.2
9312024-08-21T05:13:28.953Z Downloaded zerocopy v0.6.6
9322024-08-21T05:13:28.956Z Downloaded strip-ansi-escapes v0.2.0
9332024-08-21T05:13:28.958Z Downloaded smallvec v0.6.14
9342024-08-21T05:13:28.958Z Downloaded secrecy v0.8.0
9352024-08-21T05:13:28.960Z Downloaded walkdir v2.5.0
9362024-08-21T05:13:28.960Z Downloaded vsss-rs v3.3.4
9372024-08-21T05:13:28.964Z Downloaded const_format v0.2.32
9382024-08-21T05:13:28.968Z Downloaded vte_generate_state_changes v0.1.1
9392024-08-21T05:13:28.970Z Downloaded strum_macros v0.26.4
9402024-08-21T05:13:28.973Z Downloaded slog-term v2.9.1
9412024-08-21T05:13:28.975Z Downloaded rustls-pki-types v1.7.0
9422024-08-21T05:13:28.977Z Downloaded powerfmt v0.2.0
9432024-08-21T05:13:28.977Z Downloaded universal-hash v0.5.1
9442024-08-21T05:13:28.980Z Downloaded libloading v0.8.3
9452024-08-21T05:13:28.982Z Downloaded lock_api v0.4.12
9462024-08-21T05:13:28.982Z Downloaded jobserver v0.1.32
9472024-08-21T05:13:28.985Z Downloaded crc-any v2.5.0
9482024-08-21T05:13:28.987Z Downloaded tokio-rustls v0.24.1
9492024-08-21T05:13:28.989Z Downloaded peg v0.8.4
9502024-08-21T05:13:28.992Z Downloaded pbkdf2 v0.12.2
9512024-08-21T05:13:28.994Z Downloaded parse-display-derive v0.10.0
9522024-08-21T05:13:28.994Z Downloaded signal-hook-mio v0.2.4
9532024-08-21T05:13:28.997Z Downloaded diesel_table_macro_syntax v0.2.0
9542024-08-21T05:13:28.997Z Downloaded try-lock v0.2.5
9552024-08-21T05:13:28.997Z Downloaded base64 v0.22.1
9562024-08-21T05:13:29.001Z Downloaded indexmap v1.9.3
9572024-08-21T05:13:29.004Z Downloaded crc32fast v1.4.0
9582024-08-21T05:13:29.007Z Downloaded clang-sys v1.7.0
9592024-08-21T05:13:29.009Z Downloaded base64 v0.13.1
9602024-08-21T05:13:29.012Z Downloaded tokio-tungstenite v0.20.1
9612024-08-21T05:13:29.014Z Downloaded libz-sys v1.1.16
9622024-08-21T05:13:29.084Z Downloaded tokio-stream v0.1.15
9632024-08-21T05:13:29.087Z Downloaded num_enum v0.5.11
9642024-08-21T05:13:29.091Z Downloaded num-derive v0.4.2
9652024-08-21T05:13:29.093Z Downloaded packed_struct_codegen v0.10.1
9662024-08-21T05:13:29.096Z Downloaded num v0.4.3
9672024-08-21T05:13:29.096Z Downloaded crossbeam-epoch v0.9.18
9682024-08-21T05:13:29.098Z Downloaded lru-cache v0.1.2
9692024-08-21T05:13:29.100Z Downloaded form_urlencoded v1.2.1
9702024-08-21T05:13:29.100Z Downloaded float-cmp v0.9.0
9712024-08-21T05:13:29.100Z Downloaded linear-map v1.2.0
9722024-08-21T05:13:29.103Z Downloaded kstat-rs v0.2.4
9732024-08-21T05:13:29.105Z Downloaded mime_guess v2.0.4
9742024-08-21T05:13:29.105Z Downloaded cookie v0.17.0
9752024-08-21T05:13:29.108Z Downloaded miniz_oxide v0.7.2
9762024-08-21T05:13:29.111Z Downloaded base64ct v1.6.0
9772024-08-21T05:13:29.114Z Downloaded arrayvec v0.7.4
9782024-08-21T05:13:29.117Z Downloaded native-tls v0.2.11
9792024-08-21T05:13:29.117Z Downloaded static_assertions v1.1.0
9802024-08-21T05:13:29.117Z Downloaded defmt v0.3.8
9812024-08-21T05:13:29.120Z Downloaded bitflags v1.3.2
9822024-08-21T05:13:29.124Z Downloaded serde_arrays v0.1.0
9832024-08-21T05:13:29.126Z Downloaded hyper-staticfile v0.9.5
9842024-08-21T05:13:29.128Z Downloaded colored v2.1.0
9852024-08-21T05:13:29.130Z Downloaded normalize-line-endings v0.3.0
9862024-08-21T05:13:29.130Z Downloaded chacha20poly1305 v0.10.1
9872024-08-21T05:13:29.133Z Downloaded async-recursion v1.1.1
9882024-08-21T05:13:29.135Z Downloaded constant_time_eq v0.3.0
9892024-08-21T05:13:29.137Z Downloaded ahash v0.8.11
9902024-08-21T05:13:29.140Z Downloaded bitfield v0.14.0
9912024-08-21T05:13:29.140Z Downloaded block-padding v0.3.3
9922024-08-21T05:13:29.140Z Downloaded bit-set v0.5.3
9932024-08-21T05:13:29.142Z Downloaded ascii-canvas v3.0.0
9942024-08-21T05:13:29.142Z Downloaded atomic-waker v1.1.2
9952024-08-21T05:13:29.145Z Downloaded libsqlite3-sys v0.28.0
9962024-08-21T05:13:29.219Z Downloaded newline-converter v0.3.0
9972024-08-21T05:13:29.222Z Downloaded keccak v0.1.5
9982024-08-21T05:13:29.222Z Downloaded linked-hash-map v0.5.6
9992024-08-21T05:13:29.224Z Downloaded darling v0.20.9
10002024-08-21T05:13:29.227Z Downloaded crucible-workspace-hack v0.1.0
10012024-08-21T05:13:29.227Z Downloaded async-stream-impl v0.3.5
10022024-08-21T05:13:29.230Z Downloaded libsw v3.3.1
10032024-08-21T05:13:29.230Z Downloaded hubpack v0.1.2
10042024-08-21T05:13:29.233Z Downloaded cobs v0.2.3
10052024-08-21T05:13:29.233Z Downloaded array-init v0.0.4
10062024-08-21T05:13:29.233Z Downloaded assert_matches v1.5.0
10072024-08-21T05:13:29.236Z Downloaded ciborium v0.2.2
10082024-08-21T05:13:29.236Z Downloaded backoff v0.4.0
10092024-08-21T05:13:29.238Z Downloaded convert_case v0.4.0
10102024-08-21T05:13:29.238Z Downloaded const_format_proc_macros v0.2.32
10112024-08-21T05:13:29.241Z Downloaded castaway v0.2.3
10122024-08-21T05:13:29.241Z Downloaded buf-list v1.0.3
10132024-08-21T05:13:29.244Z Downloaded base16ct v0.2.0
10142024-08-21T05:13:29.246Z Downloaded allocator-api2 v0.2.18
10152024-08-21T05:13:29.333Z Compiling cfg-if v1.0.0
10162024-08-21T05:13:29.333Z Compiling serde v1.0.208
10172024-08-21T05:13:29.336Z Compiling lock_api v0.4.12
10182024-08-21T05:13:29.336Z Compiling scopeguard v1.2.0
10192024-08-21T05:13:29.336Z Compiling typenum v1.17.0
10202024-08-21T05:13:29.488Z Compiling generic-array v0.14.7
10212024-08-21T05:13:29.500Z Compiling syn v2.0.74
10222024-08-21T05:13:29.527Z Compiling getrandom v0.2.14
10232024-08-21T05:13:29.571Z Compiling log v0.4.21
10242024-08-21T05:13:29.619Z Compiling jobserver v0.1.32
10252024-08-21T05:13:29.803Z Compiling rand_core v0.6.4
10262024-08-21T05:13:30.158Z Compiling cc v1.0.97
10272024-08-21T05:13:30.176Z Compiling subtle v2.5.0
10282024-08-21T05:13:30.192Z Compiling const-oid v0.9.6
10292024-08-21T05:13:30.464Z Compiling smallvec v1.13.2
10302024-08-21T05:13:30.506Z Compiling pin-project-lite v0.2.14
10312024-08-21T05:13:30.532Z Compiling parking_lot_core v0.9.10
10322024-08-21T05:13:30.635Z Compiling spin v0.9.8
10332024-08-21T05:13:30.673Z Compiling signal-hook-registry v1.4.2
10342024-08-21T05:13:30.882Z Compiling mio v0.8.11
10352024-08-21T05:13:31.127Z Compiling ahash v0.8.11
10362024-08-21T05:13:31.496Z Compiling parking_lot v0.12.2
10372024-08-21T05:13:31.590Z Compiling tinyvec_macros v0.1.1
10382024-08-21T05:13:31.689Z Compiling tinyvec v1.6.0
10392024-08-21T05:13:31.777Z Compiling socket2 v0.5.7
10402024-08-21T05:13:32.247Z Compiling num_cpus v1.16.0
10412024-08-21T05:13:32.312Z Compiling cpufeatures v0.2.12
10422024-08-21T05:13:32.338Z Compiling libm v0.2.8
10432024-08-21T05:13:32.386Z Compiling futures-core v0.3.30
10442024-08-21T05:13:32.420Z Compiling serde_json v1.0.125
10452024-08-21T05:13:32.482Z Compiling num-traits v0.2.19
10462024-08-21T05:13:32.673Z Compiling slab v0.4.9
10472024-08-21T05:13:32.724Z Compiling unicode-bidi v0.3.15
10482024-08-21T05:13:32.782Z Compiling futures-sink v0.3.30
10492024-08-21T05:13:32.817Z Compiling allocator-api2 v0.2.18
10502024-08-21T05:13:33.053Z Compiling futures-channel v0.3.30
10512024-08-21T05:13:33.243Z Compiling unicode-normalization v0.1.23
10522024-08-21T05:13:33.399Z Compiling futures-task v0.3.30
10532024-08-21T05:13:33.475Z Compiling futures-io v0.3.30
10542024-08-21T05:13:33.608Z Compiling vcpkg v0.2.15
10552024-08-21T05:13:33.694Z Compiling pin-utils v0.1.0
10562024-08-21T05:13:33.780Z Compiling pkg-config v0.3.30
10572024-08-21T05:13:33.797Z Compiling base64ct v1.6.0
10582024-08-21T05:13:34.321Z Compiling pem-rfc7468 v0.7.0
10592024-08-21T05:13:34.355Z Compiling percent-encoding v2.3.1
10602024-08-21T05:13:34.382Z Compiling ppv-lite86 v0.2.17
10612024-08-21T05:13:34.400Z Compiling ring v0.17.8
10622024-08-21T05:13:34.727Z Compiling flagset v0.4.5
10632024-08-21T05:13:34.942Z Compiling tracing-core v0.1.32
10642024-08-21T05:13:35.112Z Compiling untrusted v0.9.0
10652024-08-21T05:13:35.195Z Compiling rand_chacha v0.3.1
10662024-08-21T05:13:35.300Z Compiling rustix v0.38.34
10672024-08-21T05:13:35.330Z Compiling num-conv v0.1.0
10682024-08-21T05:13:35.614Z Compiling rand v0.8.5
10692024-08-21T05:13:35.795Z Compiling openssl-sys v0.9.103
10702024-08-21T05:13:36.154Z Compiling foreign-types-shared v0.1.1
10712024-08-21T05:13:36.172Z Compiling powerfmt v0.2.0
10722024-08-21T05:13:36.265Z Compiling time-core v0.1.2
10732024-08-21T05:13:36.289Z Compiling httparse v1.8.0
10742024-08-21T05:13:36.557Z Compiling openssl v0.10.66
10752024-08-21T05:13:36.564Z Compiling rustversion v1.0.17
10762024-08-21T05:13:36.735Z Compiling deranged v0.3.11
10772024-08-21T05:13:36.806Z Compiling time-macros v0.2.18
10782024-08-21T05:13:37.292Z Compiling foreign-types v0.3.2
10792024-08-21T05:13:37.316Z Compiling form_urlencoded v1.2.1
10802024-08-21T05:13:37.370Z Compiling lazy_static v1.5.0
10812024-08-21T05:13:37.480Z Compiling native-tls v0.2.11
10822024-08-21T05:13:37.497Z Compiling try-lock v0.2.5
10832024-08-21T05:13:37.557Z Compiling rustls v0.21.12
10842024-08-21T05:13:37.637Z Compiling syn v1.0.109
10852024-08-21T05:13:37.771Z Compiling siphasher v0.3.11
10862024-08-21T05:13:37.801Z Compiling crossbeam-utils v0.8.19
10872024-08-21T05:13:38.063Z Compiling num_threads v0.1.7
10882024-08-21T05:13:38.159Z Compiling want v0.3.1
10892024-08-21T05:13:38.387Z Compiling idna v0.5.0
10902024-08-21T05:13:38.403Z Compiling aho-corasick v1.1.3
10912024-08-21T05:13:38.999Z Compiling cookie v0.17.0
10922024-08-21T05:13:39.288Z Compiling tower-service v0.3.2
10932024-08-21T05:13:39.413Z Compiling openssl-probe v0.1.5
10942024-08-21T05:13:39.487Z Compiling finl_unicode v1.2.0
10952024-08-21T05:13:39.685Z Compiling iana-time-zone v0.1.60
10962024-08-21T05:13:39.738Z Compiling httpdate v1.0.3
10972024-08-21T05:13:39.757Z Compiling time v0.3.36
10982024-08-21T05:13:39.817Z Compiling regex-syntax v0.8.4
10992024-08-21T05:13:40.121Z Compiling slog v2.7.0
11002024-08-21T05:13:40.140Z Compiling adler v1.0.2
11012024-08-21T05:13:40.209Z Compiling stringprep v0.1.4
11022024-08-21T05:13:40.351Z Compiling miniz_oxide v0.7.2
11032024-08-21T05:13:40.807Z Compiling url v2.5.2
11042024-08-21T05:13:42.524Z Compiling num-integer v0.1.46
11052024-08-21T05:13:42.610Z Compiling backtrace v0.3.71
11062024-08-21T05:13:43.073Z Compiling idna v0.3.0
11072024-08-21T05:13:43.259Z Compiling regex-automata v0.4.6
11082024-08-21T05:13:43.626Z Compiling serde_derive v1.0.208
11092024-08-21T05:13:43.646Z Compiling zeroize_derive v1.4.2
11102024-08-21T05:13:44.607Z Compiling zerocopy-derive v0.7.34
11112024-08-21T05:13:44.848Z Compiling tokio-macros v2.3.0
11122024-08-21T05:13:45.232Z Compiling zeroize v1.7.0
11132024-08-21T05:13:46.014Z Compiling thiserror-impl v1.0.63
11142024-08-21T05:13:46.356Z Compiling futures-macro v0.3.30
11152024-08-21T05:13:46.435Z Compiling der_derive v0.7.2
11162024-08-21T05:13:46.815Z Compiling zerocopy v0.7.34
11172024-08-21T05:13:47.041Z Compiling crypto-common v0.1.6
11182024-08-21T05:13:47.275Z Compiling block-buffer v0.10.4
11192024-08-21T05:13:47.544Z Compiling digest v0.10.7
11202024-08-21T05:13:48.047Z Compiling hmac v0.12.1
11212024-08-21T05:13:48.293Z Compiling block-padding v0.3.3
11222024-08-21T05:13:48.447Z Compiling sha2 v0.10.8
11232024-08-21T05:13:48.531Z Compiling inout v0.1.3
11242024-08-21T05:13:48.809Z Compiling cipher v0.4.4
11252024-08-21T05:13:48.987Z Compiling hashbrown v0.14.5
11262024-08-21T05:13:49.007Z Compiling futures-util v0.3.30
11272024-08-21T05:13:49.304Z Compiling salsa20 v0.10.2
11282024-08-21T05:13:49.323Z Compiling thiserror v1.0.63
11292024-08-21T05:13:49.468Z Compiling pest v2.7.10
11302024-08-21T05:13:49.528Z Compiling der v0.7.9
11312024-08-21T05:13:50.425Z Compiling pbkdf2 v0.12.2
11322024-08-21T05:13:50.593Z Compiling scroll_derive v0.12.0
11332024-08-21T05:13:52.015Z Compiling pest_meta v2.7.10
11342024-08-21T05:13:52.034Z Compiling tracing-attributes v0.1.27
11352024-08-21T05:13:52.557Z Compiling scroll v0.12.0
11362024-08-21T05:13:52.961Z Compiling spki v0.7.3
11372024-08-21T05:13:53.127Z Compiling scrypt v0.11.0
11382024-08-21T05:13:53.333Z Compiling pest_generator v2.7.10
11392024-08-21T05:13:53.705Z Compiling cbc v0.1.2
11402024-08-21T05:13:53.939Z Compiling aes v0.8.4
11412024-08-21T05:13:55.380Z Compiling pkcs5 v0.7.1
11422024-08-21T05:13:55.984Z Compiling tracing v0.1.40
11432024-08-21T05:13:56.027Z Compiling goblin v0.8.2
11442024-08-21T05:13:56.263Z Compiling openssl-macros v0.1.1
11452024-08-21T05:13:56.503Z Compiling pkcs8 v0.10.2
11462024-08-21T05:13:56.564Z Compiling md-5 v0.10.6
11472024-08-21T05:13:56.757Z Compiling hash32 v0.2.1
11482024-08-21T05:13:56.826Z Compiling fallible-iterator v0.2.0
11492024-08-21T05:13:57.026Z Compiling pest_derive v2.7.10
11502024-08-21T05:13:57.052Z Compiling base64 v0.22.1
11512024-08-21T05:13:57.115Z Compiling smoltcp v0.9.1
11522024-08-21T05:13:57.236Z Compiling stable_deref_trait v1.2.0
11532024-08-21T05:13:57.338Z Compiling rustls-webpki v0.101.7
11542024-08-21T05:13:57.528Z Compiling sct v0.7.1
11552024-08-21T05:13:57.789Z Compiling bytes v1.7.1
11562024-08-21T05:13:57.827Z Compiling bitflags v2.6.0
11572024-08-21T05:13:57.862Z Compiling indexmap v2.4.0
11582024-08-21T05:13:58.133Z Compiling semver v1.0.23
11592024-08-21T05:13:58.915Z Compiling tokio v1.38.1
11602024-08-21T05:13:59.063Z Compiling http v0.2.12
11612024-08-21T05:13:59.097Z Compiling rustc_version v0.4.0
11622024-08-21T05:13:59.326Z Compiling dtrace-parser v0.2.0
11632024-08-21T05:13:59.906Z Compiling heapless v0.7.17
11642024-08-21T05:14:00.407Z Compiling uuid v1.10.0
11652024-08-21T05:14:00.923Z Compiling http-body v0.4.6
11662024-08-21T05:14:01.459Z Compiling serde_spanned v0.6.7
11672024-08-21T05:14:01.544Z Compiling serde_tokenstream v0.2.2
11682024-08-21T05:14:01.619Z Compiling chrono v0.4.38
11692024-08-21T05:14:01.678Z Compiling toml_datetime v0.6.8
11702024-08-21T05:14:01.847Z Compiling dof v0.3.0
11712024-08-21T05:14:02.160Z Compiling signal-hook v0.3.17
11722024-08-21T05:14:02.219Z Compiling psl-types v2.0.11
11732024-08-21T05:14:02.416Z Compiling crc32fast v1.4.0
11742024-08-21T05:14:02.446Z Compiling gimli v0.28.1
11752024-08-21T05:14:02.944Z Compiling usdt-impl v0.5.0
11762024-08-21T05:14:03.999Z Compiling num-bigint-dig v0.8.4
11772024-08-21T05:14:04.305Z Compiling cfg_aliases v0.1.1
11782024-08-21T05:14:04.405Z Compiling nix v0.28.0
11792024-08-21T05:14:04.719Z Compiling publicsuffix v2.2.3
11802024-08-21T05:14:05.236Z Compiling terminal_size v0.3.0
11812024-08-21T05:14:05.466Z Compiling postgres-protocol v0.6.7
11822024-08-21T05:14:06.108Z Compiling hubpack_derive v0.1.1
11832024-08-21T05:14:06.249Z Compiling zerocopy-derive v0.6.6
11842024-08-21T05:14:06.523Z Compiling async-trait v0.1.81
11852024-08-21T05:14:06.799Z Compiling addr2line v0.21.0
11862024-08-21T05:14:07.020Z Compiling tokio-util v0.7.11
11872024-08-21T05:14:07.461Z Compiling tokio-rustls v0.24.1
11882024-08-21T05:14:07.514Z Compiling tokio-native-tls v0.3.1
11892024-08-21T05:14:07.791Z Compiling num-iter v0.1.45
11902024-08-21T05:14:07.975Z Compiling h2 v0.3.26
11912024-08-21T05:14:08.416Z Compiling phf_shared v0.11.2
11922024-08-21T05:14:08.435Z Compiling serde_derive_internals v0.29.1
11932024-08-21T05:14:08.805Z Compiling ff v0.13.0
11942024-08-21T05:14:08.857Z Compiling object v0.32.2
11952024-08-21T05:14:08.958Z Compiling fs-err v2.11.0
11962024-08-21T05:14:09.022Z Compiling winnow v0.5.40
11972024-08-21T05:14:09.248Z Compiling anyhow v1.0.86
11982024-08-21T05:14:09.442Z Compiling either v1.13.0
11992024-08-21T05:14:09.735Z Compiling base16ct v0.2.0
12002024-08-21T05:14:09.877Z Compiling schemars v0.8.21
12012024-08-21T05:14:10.095Z Compiling bitflags v1.3.2
12022024-08-21T05:14:10.204Z Compiling ipnet v2.9.0
12032024-08-21T05:14:10.296Z Compiling managed v0.8.0
12042024-08-21T05:14:10.317Z Compiling regex-automata v0.1.10
12052024-08-21T05:14:10.768Z Compiling rustc-demangle v0.1.24
12062024-08-21T05:14:10.845Z Compiling base64 v0.21.7
12072024-08-21T05:14:11.229Z Compiling schemars_derive v0.8.21
12082024-08-21T05:14:11.448Z Compiling rustls-pemfile v1.0.4
12092024-08-21T05:14:11.595Z Compiling clap_builder v4.5.15
12102024-08-21T05:14:11.786Z Compiling bstr v0.2.17
12112024-08-21T05:14:13.047Z Compiling toml_edit v0.19.15
12122024-08-21T05:14:13.347Z Compiling sec1 v0.7.3
12132024-08-21T05:14:14.098Z Compiling group v0.13.0
12142024-08-21T05:14:14.124Z Compiling phf v0.11.2
12152024-08-21T05:14:14.186Z Compiling zerocopy v0.6.6
12162024-08-21T05:14:14.417Z Compiling cookie_store v0.20.0
12172024-08-21T05:14:14.674Z Compiling hubpack v0.1.2
12182024-08-21T05:14:15.001Z Compiling hyper v0.14.30
12192024-08-21T05:14:15.155Z Compiling usdt-attr-macro v0.5.0
12202024-08-21T05:14:16.172Z Compiling usdt-macro v0.5.0
12212024-08-21T05:14:16.816Z Compiling postgres-types v0.2.7
12222024-08-21T05:14:18.479Z Compiling serde_urlencoded v0.7.1
12232024-08-21T05:14:18.659Z Compiling pkcs1 v0.7.5
12242024-08-21T05:14:18.740Z Compiling futures-executor v0.3.30
12252024-08-21T05:14:18.991Z Compiling regex v1.10.6
12262024-08-21T05:14:19.299Z Compiling hkdf v0.12.4
12272024-08-21T05:14:19.474Z Compiling signature v2.2.0
12282024-08-21T05:14:19.545Z Compiling crypto-bigint v0.5.5
12292024-08-21T05:14:19.710Z Compiling enum-as-inner v0.6.0
12302024-08-21T05:14:19.765Z Compiling strum_macros v0.25.3
12312024-08-21T05:14:20.101Z Compiling serde_repr v0.1.19
12322024-08-21T05:14:20.846Z Compiling clap_derive v4.5.13
12332024-08-21T05:14:21.001Z Compiling phf_shared v0.10.0
12342024-08-21T05:14:21.018Z Compiling float-cmp v0.9.0
12352024-08-21T05:14:21.237Z Compiling idna v0.4.0
12362024-08-21T05:14:21.323Z Compiling mio v1.0.2
12372024-08-21T05:14:21.373Z Compiling encoding_rs v0.8.34
12382024-08-21T05:14:22.557Z Compiling hyper-tls v0.5.0
12392024-08-21T05:14:22.800Z Compiling hyper-rustls v0.24.2
12402024-08-21T05:14:22.908Z Compiling unicode-segmentation v1.11.0
12412024-08-21T05:14:23.136Z Compiling bit-vec v0.6.3
12422024-08-21T05:14:23.749Z Compiling whoami v1.5.1
12432024-08-21T05:14:23.778Z Compiling fixedbitset v0.4.2
12442024-08-21T05:14:23.925Z Compiling new_debug_unreachable v1.0.6
12452024-08-21T05:14:24.023Z Compiling static_assertions v1.1.0
12462024-08-21T05:14:24.128Z Compiling precomputed-hash v0.1.1
12472024-08-21T05:14:24.243Z Compiling data-encoding v2.6.0
12482024-08-21T05:14:24.245Z Compiling predicates-core v1.0.6
12492024-08-21T05:14:24.245Z Compiling mime v0.3.17
12502024-08-21T05:14:24.611Z Compiling webpki-roots v0.25.4
12512024-08-21T05:14:24.779Z Compiling normalize-line-endings v0.3.0
12522024-08-21T05:14:24.873Z Compiling difflib v0.4.0
12532024-08-21T05:14:24.900Z Compiling dyn-clone v1.0.17
12542024-08-21T05:14:25.077Z Compiling minimal-lexical v0.2.1
12552024-08-21T05:14:25.147Z Compiling sync_wrapper v0.1.2
12562024-08-21T05:14:25.287Z Compiling reqwest v0.11.27
12572024-08-21T05:14:25.622Z Compiling nom v7.1.3
12582024-08-21T05:14:25.665Z Compiling predicates v3.1.2
12592024-08-21T05:14:25.956Z Compiling clap v4.5.15
12602024-08-21T05:14:26.083Z Compiling hickory-proto v0.24.1
12612024-08-21T05:14:26.540Z Compiling console v0.15.8
12622024-08-21T05:14:26.766Z Compiling toml_edit v0.22.20
12632024-08-21T05:14:27.406Z Compiling string_cache v0.8.7
12642024-08-21T05:14:27.891Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12652024-08-21T05:14:28.053Z Compiling petgraph v0.6.5
12662024-08-21T05:14:29.177Z Compiling tokio-postgres v0.7.11
12672024-08-21T05:14:29.342Z Compiling similar v2.5.0
12682024-08-21T05:14:29.773Z Compiling bit-set v0.5.3
12692024-08-21T05:14:30.086Z Compiling usdt v0.5.0
12702024-08-21T05:14:30.616Z Compiling elliptic-curve v0.13.8
12712024-08-21T05:14:31.490Z Compiling signal-hook-mio v0.2.4
12722024-08-21T05:14:31.661Z Compiling rsa v0.9.6
12732024-08-21T05:14:31.910Z Compiling futures v0.3.30
12742024-08-21T05:14:32.031Z Compiling flate2 v1.0.31
12752024-08-21T05:14:33.865Z Compiling toml v0.7.8
12762024-08-21T05:14:34.885Z Compiling itertools v0.12.1
12772024-08-21T05:14:35.221Z Compiling itertools v0.10.5
12782024-08-21T05:14:35.243Z Compiling tokio-stream v0.1.15
12792024-08-21T05:14:35.620Z Compiling openapiv3 v2.0.0
12802024-08-21T05:14:36.191Z Compiling hex v0.4.3
12812024-08-21T05:14:36.232Z Compiling bstr v1.9.1
12822024-08-21T05:14:36.380Z Compiling sha1 v0.10.6
12832024-08-21T05:14:36.814Z Compiling crossbeam-epoch v0.9.18
12842024-08-21T05:14:36.817Z Compiling dirs-sys-next v0.1.2
12852024-08-21T05:14:37.484Z Compiling peg-runtime v0.8.3
12862024-08-21T05:14:37.609Z Compiling unicode-xid v0.2.4
12872024-08-21T05:14:37.787Z Compiling lalrpop-util v0.19.12
12882024-08-21T05:14:38.041Z Compiling dirs-next v2.0.0
12892024-08-21T05:14:38.064Z Compiling thread_local v1.1.8
12902024-08-21T05:14:38.067Z Compiling slog-async v2.8.0
12912024-08-21T05:14:38.126Z Compiling xattr v1.3.1
12922024-08-21T05:14:38.144Z Compiling strum_macros v0.26.4
12932024-08-21T05:14:38.235Z Compiling term v0.7.0
12942024-08-21T05:14:38.393Z Compiling crossbeam-channel v0.5.12
12952024-08-21T05:14:38.639Z Compiling filetime v0.2.24
12962024-08-21T05:14:38.688Z Compiling is-terminal v0.4.12
12972024-08-21T05:14:38.817Z Compiling take_mut v0.2.2
12982024-08-21T05:14:38.959Z Compiling tar v0.4.41
12992024-08-21T05:14:38.981Z Compiling slog-term v2.9.1
13002024-08-21T05:14:39.772Z Compiling camino v1.1.7
13012024-08-21T05:14:40.539Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13022024-08-21T05:14:41.444Z Compiling strum v0.26.3
13032024-08-21T05:14:41.521Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13042024-08-21T05:14:46.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13052024-08-21T05:14:47.003Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13062024-08-21T05:14:47.049ZAug 21 05:14:46.822 INFO Starting download, target: Clickhouse
13072024-08-21T05:14:47.049ZAug 21 05:14:46.822 INFO Starting download, target: Console
13082024-08-21T05:14:47.049ZAug 21 05:14:46.822 INFO Starting download, target: Cockroach
13092024-08-21T05:14:47.052ZAug 21 05:14:46.822 INFO Starting download, target: DendriteOpenapi
13102024-08-21T05:14:47.052ZAug 21 05:14:46.822 INFO Starting download, target: DendriteStub
13112024-08-21T05:14:47.052ZAug 21 05:14:46.822 INFO Starting download, target: MaghemiteMgd
13122024-08-21T05:14:47.052ZAug 21 05:14:46.822 INFO Starting download, target: TransceiverControl
13132024-08-21T05:14:47.052ZAug 21 05:14:46.823 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13142024-08-21T05:14:47.052ZAug 21 05:14:46.823 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13152024-08-21T05:14:47.052ZAug 21 05:14:46.823 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13162024-08-21T05:14:47.052ZAug 21 05:14:46.823 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13172024-08-21T05:14:47.052ZAug 21 05:14:46.823 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13182024-08-21T05:14:47.052ZAug 21 05:14:46.823 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13192024-08-21T05:14:47.052ZAug 21 05:14:46.823 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13202024-08-21T05:14:47.168ZAug 21 05:14:46.941 INFO Download complete, target: DendriteOpenapi
13212024-08-21T05:14:47.280ZAug 21 05:14:47.053 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13222024-08-21T05:14:47.680ZAug 21 05:14:47.452 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13232024-08-21T05:14:47.806ZAug 21 05:14:47.579 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13242024-08-21T05:14:47.892ZAug 21 05:14:47.664 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13252024-08-21T05:14:48.077ZAug 21 05:14:47.850 INFO Download complete, target: TransceiverControl
13262024-08-21T05:14:48.101ZAug 21 05:14:47.874 INFO Download complete, target: Console
13272024-08-21T05:14:49.073ZAug 21 05:14:48.846 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13282024-08-21T05:14:49.937ZAug 21 05:14:49.709 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13292024-08-21T05:14:49.937ZAug 21 05:14:49.710 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13302024-08-21T05:14:51.104ZAug 21 05:14:50.876 INFO Download complete, target: DendriteStub
13312024-08-21T05:14:51.414ZAug 21 05:14:51.186 INFO Download complete, target: MaghemiteMgd
13322024-08-21T05:14:58.587ZAug 21 05:14:58.358 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13332024-08-21T05:14:58.933ZAug 21 05:14:58.703 INFO Checking that binary works, target: Cockroach
13342024-08-21T05:14:59.125ZAug 21 05:14:58.896 INFO Download complete, target: Cockroach
13352024-08-21T05:15:03.922ZAug 21 05:15:03.692 INFO Checking that binary works, target: Clickhouse
13362024-08-21T05:15:04.584ZAug 21 05:15:04.352 INFO Download complete, target: Clickhouse
13372024-08-21T05:15:04.590ZAll prerequisites installed successfully
13382024-08-21T05:15:04.593Z
13392024-08-21T05:15:04.593Zreal 3:53.720886316
13402024-08-21T05:15:04.593Zuser 11:22.001295854
13412024-08-21T05:15:04.593Zsys 2:24.695851361
13422024-08-21T05:15:04.593Ztrap 0.408934853
13432024-08-21T05:15:04.593Ztflt 5.236264864
13442024-08-21T05:15:04.593Zdflt 4.702521615
13452024-08-21T05:15:04.593Zkflt 0.601928204
13462024-08-21T05:15:04.593Zlock 22:41.990087204
13472024-08-21T05:15:04.593Zslp 45:02.747463379
13482024-08-21T05:15:04.593Zlat 39.188417390
13492024-08-21T05:15:04.593Zstop 1:44.407584653
13502024-08-21T05:15:04.593Z+ source ./tools/include/force-git-over-https.sh
13512024-08-21T05:15:04.593Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13522024-08-21T05:15:04.593Z++ (( i = 0 ))
13532024-08-21T05:15:04.593Z++ (( i < 5 ))
13542024-08-21T05:15:04.593Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13552024-08-21T05:15:04.597Z++ (( i++ ))
13562024-08-21T05:15:04.597Z++ (( i < 5 ))
13572024-08-21T05:15:04.597Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13582024-08-21T05:15:04.600Z++ (( i++ ))
13592024-08-21T05:15:04.600Z++ (( i < 5 ))
13602024-08-21T05:15:04.600Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13612024-08-21T05:15:04.603Z++ (( i++ ))
13622024-08-21T05:15:04.603Z++ (( i < 5 ))
13632024-08-21T05:15:04.603Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13642024-08-21T05:15:04.606Z++ (( i++ ))
13652024-08-21T05:15:04.606Z++ (( i < 5 ))
13662024-08-21T05:15:04.606Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13672024-08-21T05:15:04.609Z++ (( i++ ))
13682024-08-21T05:15:04.609Z++ (( i < 5 ))
13692024-08-21T05:15:04.609Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13702024-08-21T05:15:04.609Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13712024-08-21T05:15:04.609Z+ rc=0
13722024-08-21T05:15:04.609Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13732024-08-21T05:15:35.973Z+ case $rc in
13742024-08-21T05:15:35.973Z+ pfexec zfs create -p rpool/images/build/host
13752024-08-21T05:15:36.210Z+ pfexec zfs create -p rpool/images/build/recovery
13762024-08-21T05:15:36.274Z+ cargo xtask releng --output-dir /work
13772024-08-21T05:15:36.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13782024-08-21T05:15:36.850Z Running `target/debug/xtask releng --output-dir /work`
13792024-08-21T05:15:37.730Z Compiling proc-macro2 v1.0.86
13802024-08-21T05:15:37.730Z Compiling unicode-ident v1.0.12
13812024-08-21T05:15:37.730Z Compiling libc v0.2.155
13822024-08-21T05:15:37.730Z Compiling serde v1.0.208
13832024-08-21T05:15:37.733Z Compiling version_check v0.9.5
13842024-08-21T05:15:37.733Z Compiling autocfg v1.3.0
13852024-08-21T05:15:37.733Z Compiling cfg-if v1.0.0
13862024-08-21T05:15:37.733Z Compiling once_cell v1.19.0
13872024-08-21T05:15:38.001Z Compiling typenum v1.17.0
13882024-08-21T05:15:38.057Z Compiling memchr v2.7.2
13892024-08-21T05:15:38.519Z Compiling generic-array v0.14.7
13902024-08-21T05:15:38.569Z Compiling ahash v0.8.11
13912024-08-21T05:15:38.837Z Compiling lock_api v0.4.12
13922024-08-21T05:15:38.929Z Compiling serde_json v1.0.125
13932024-08-21T05:15:38.982Z Compiling libm v0.2.8
13942024-08-21T05:15:39.295Z Compiling num-traits v0.2.19
13952024-08-21T05:15:39.313Z Compiling parking_lot_core v0.9.10
13962024-08-21T05:15:39.353Z Compiling byteorder v1.5.0
13972024-08-21T05:15:39.602Z Compiling quote v1.0.36
13982024-08-21T05:15:39.823Z Compiling scopeguard v1.2.0
13992024-08-21T05:15:39.893Z Compiling log v0.4.21
14002024-08-21T05:15:39.992Z Compiling syn v2.0.74
14012024-08-21T05:15:40.059Z Compiling getrandom v0.2.14
14022024-08-21T05:15:40.180Z Compiling jobserver v0.1.32
14032024-08-21T05:15:40.493Z Compiling thiserror v1.0.63
14042024-08-21T05:15:40.566Z Compiling cc v1.0.97
14052024-08-21T05:15:40.634Z Compiling itoa v1.0.11
14062024-08-21T05:15:40.886Z Compiling slab v0.4.9
14072024-08-21T05:15:40.961Z Compiling rand_core v0.6.4
14082024-08-21T05:15:41.092Z Compiling pkg-config v0.3.30
14092024-08-21T05:15:41.460Z Compiling semver v1.0.23
14102024-08-21T05:15:41.791Z Compiling ryu v1.0.18
14112024-08-21T05:15:41.881Z Compiling pin-project-lite v0.2.14
14122024-08-21T05:15:41.901Z Compiling smallvec v1.13.2
14132024-08-21T05:15:42.036Z Compiling vcpkg v0.2.15
14142024-08-21T05:15:42.097Z Compiling spin v0.9.8
14152024-08-21T05:15:42.441Z Compiling allocator-api2 v0.2.18
14162024-08-21T05:15:42.911Z Compiling subtle v2.5.0
14172024-08-21T05:15:43.404Z Compiling const-oid v0.9.6
14182024-08-21T05:15:43.591Z Compiling signal-hook-registry v1.4.2
14192024-08-21T05:15:43.909Z Compiling ring v0.17.8
14202024-08-21T05:15:44.388Z Compiling openssl-sys v0.9.103
14212024-08-21T05:15:45.416Z Compiling schemars v0.8.21
14222024-08-21T05:15:45.449Z Compiling heck v0.5.0
14232024-08-21T05:15:45.800Z Compiling rustix v0.38.34
14242024-08-21T05:15:45.924Z Compiling httparse v1.8.0
14252024-08-21T05:15:46.029Z Compiling parking_lot v0.12.2
14262024-08-21T05:15:46.057Z Compiling mio v0.8.11
14272024-08-21T05:15:46.240Z Compiling futures-core v0.3.30
14282024-08-21T05:15:46.515Z Compiling num-conv v0.1.0
14292024-08-21T05:15:46.624Z Compiling time-core v0.1.2
14302024-08-21T05:15:46.845Z Compiling socket2 v0.5.7
14312024-08-21T05:15:46.873Z Compiling time-macros v0.2.18
14322024-08-21T05:15:46.966Z Compiling num_cpus v1.16.0
14332024-08-21T05:15:47.023Z Compiling openssl v0.10.66
14342024-08-21T05:15:47.409Z Compiling equivalent v1.0.1
14352024-08-21T05:15:47.476Z Compiling fnv v1.0.7
14362024-08-21T05:15:47.816Z Compiling serde_derive_internals v0.29.1
14372024-08-21T05:15:48.013Z Compiling tinyvec_macros v0.1.1
14382024-08-21T05:15:48.146Z Compiling rustls v0.21.12
14392024-08-21T05:15:48.181Z Compiling native-tls v0.2.11
14402024-08-21T05:15:48.228Z Compiling tinyvec v1.6.0
14412024-08-21T05:15:48.748Z Compiling futures-sink v0.3.30
14422024-08-21T05:15:48.955Z Compiling crossbeam-utils v0.8.19
14432024-08-21T05:15:49.841Z Compiling unicode-normalization v0.1.23
14442024-08-21T05:15:49.945Z Compiling cookie v0.17.0
14452024-08-21T05:15:49.997Z Compiling iana-time-zone v0.1.60
14462024-08-21T05:15:50.135Z Compiling ucd-trie v0.1.6
14472024-08-21T05:15:50.314Z Compiling cpufeatures v0.2.12
14482024-08-21T05:15:50.707Z Compiling futures-channel v0.3.30
14492024-08-21T05:15:50.810Z Compiling unicode-bidi v0.3.15
14502024-08-21T05:15:50.855Z Compiling futures-task v0.3.30
14512024-08-21T05:15:50.912Z Compiling futures-io v0.3.30
14522024-08-21T05:15:51.206Z Compiling slog v2.7.0
14532024-08-21T05:15:51.348Z Compiling pin-utils v0.1.0
14542024-08-21T05:15:51.505Z Compiling syn v1.0.109
14552024-08-21T05:15:51.805Z Compiling untrusted v0.9.0
14562024-08-21T05:15:52.374Z Compiling aho-corasick v1.1.3
14572024-08-21T05:15:52.572Z Compiling crc32fast v1.4.0
14582024-08-21T05:15:52.841Z Compiling dyn-clone v1.0.17
14592024-08-21T05:15:52.977Z Compiling regex-syntax v0.8.4
14602024-08-21T05:15:53.082Z Compiling usdt-impl v0.5.0
14612024-08-21T05:15:53.149Z Compiling powerfmt v0.2.0
14622024-08-21T05:15:53.526Z Compiling serde_derive v1.0.208
14632024-08-21T05:15:53.565Z Compiling zeroize_derive v1.4.2
14642024-08-21T05:15:53.764Z Compiling zerocopy-derive v0.7.34
14652024-08-21T05:15:53.812Z Compiling tokio-macros v2.3.0
14662024-08-21T05:15:55.039Z Compiling thiserror-impl v1.0.63
14672024-08-21T05:15:55.359Z Compiling zeroize v1.7.0
14682024-08-21T05:15:55.881Z Compiling zerocopy v0.7.34
14692024-08-21T05:15:56.927Z Compiling futures-macro v0.3.30
14702024-08-21T05:15:58.858Z Compiling hashbrown v0.14.5
14712024-08-21T05:15:58.950Z Compiling crypto-common v0.1.6
14722024-08-21T05:15:59.166Z Compiling tracing-attributes v0.1.27
14732024-08-21T05:15:59.168Z Compiling der_derive v0.7.2
14742024-08-21T05:15:59.512Z Compiling block-buffer v0.10.4
14752024-08-21T05:15:59.767Z Compiling digest v0.10.7
14762024-08-21T05:16:00.281Z Compiling schemars_derive v0.8.21
14772024-08-21T05:16:01.214Z Compiling openssl-macros v0.1.1
14782024-08-21T05:16:01.959Z Compiling scroll_derive v0.12.0
14792024-08-21T05:16:01.982Z Compiling hmac v0.12.1
14802024-08-21T05:16:02.233Z Compiling pest v2.7.10
14812024-08-21T05:16:02.529Z Compiling block-padding v0.3.3
14822024-08-21T05:16:02.810Z Compiling inout v0.1.3
14832024-08-21T05:16:02.917Z Compiling futures-util v0.3.30
14842024-08-21T05:16:03.435Z Compiling cipher v0.4.4
14852024-08-21T05:16:03.537Z Compiling sha2 v0.10.8
14862024-08-21T05:16:04.677Z Compiling regex-automata v0.4.6
14872024-08-21T05:16:05.332Z Compiling pest_meta v2.7.10
14882024-08-21T05:16:05.448Z Compiling percent-encoding v2.3.1
14892024-08-21T05:16:06.012Z Compiling heck v0.4.1
14902024-08-21T05:16:06.754Z Compiling pest_generator v2.7.10
14912024-08-21T05:16:08.485Z Compiling bytes v1.7.1
14922024-08-21T05:16:10.051Z Compiling bitflags v2.6.0
14932024-08-21T05:16:10.777Z Compiling tokio v1.38.1
14942024-08-21T05:16:10.823Z Compiling indexmap v2.4.0
14952024-08-21T05:16:11.236Z Compiling serde_tokenstream v0.2.2
14962024-08-21T05:16:11.877Z Compiling uuid v1.10.0
14972024-08-21T05:16:12.072Z Compiling chrono v0.4.38
14982024-08-21T05:16:12.797Z Compiling http v0.2.12
14992024-08-21T05:16:13.418Z Compiling rustc_version v0.4.0
15002024-08-21T05:16:14.149Z Compiling pest_derive v2.7.10
15012024-08-21T05:16:15.870Z Compiling base64ct v1.6.0
15022024-08-21T05:16:16.624Z Compiling pem-rfc7468 v0.7.0
15032024-08-21T05:16:16.843Z Compiling heapless v0.7.17
15042024-08-21T05:16:17.364Z Compiling scroll v0.12.0
15052024-08-21T05:16:17.512Z Compiling zerocopy-derive v0.6.6
15062024-08-21T05:16:17.675Z Compiling deranged v0.3.11
15072024-08-21T05:16:18.741Z Compiling backtrace v0.3.71
15082024-08-21T05:16:19.263Z Compiling tracing-core v0.1.32
15092024-08-21T05:16:19.542Z Compiling errno v0.3.9
15102024-08-21T05:16:19.829Z Compiling num_threads v0.1.7
15112024-08-21T05:16:20.050Z Compiling flagset v0.4.5
15122024-08-21T05:16:20.253Z Compiling num-bigint-dig v0.8.4
15132024-08-21T05:16:20.314Z Compiling plain v0.2.3
15142024-08-21T05:16:20.735Z Compiling ppv-lite86 v0.2.17
15152024-08-21T05:16:20.786Z Compiling time v0.3.36
15162024-08-21T05:16:21.658Z Compiling rand_chacha v0.3.1
15172024-08-21T05:16:21.701Z Compiling goblin v0.8.2
15182024-08-21T05:16:21.867Z Compiling der v0.7.9
15192024-08-21T05:16:22.394Z Compiling tokio-util v0.7.11
15202024-08-21T05:16:22.633Z Compiling tracing v0.1.40
15212024-08-21T05:16:24.472Z Compiling regex v1.10.6
15222024-08-21T05:16:24.893Z Compiling salsa20 v0.10.2
15232024-08-21T05:16:25.152Z Compiling pbkdf2 v0.12.2
15242024-08-21T05:16:25.413Z Compiling async-trait v0.1.81
15252024-08-21T05:16:25.811Z Compiling rustversion v1.0.17
15262024-08-21T05:16:26.550Z Compiling pretty-hex v0.4.1
15272024-08-21T05:16:26.827Z Compiling strsim v0.11.1
15282024-08-21T05:16:28.146Z Compiling dof v0.3.0
15292024-08-21T05:16:29.169Z Compiling scrypt v0.11.0
15302024-08-21T05:16:29.722Z Compiling spki v0.7.3
15312024-08-21T05:16:30.100Z Compiling rand v0.8.5
15322024-08-21T05:16:30.180Z Compiling dtrace-parser v0.2.0
15332024-08-21T05:16:30.182Z Compiling form_urlencoded v1.2.1
15342024-08-21T05:16:30.861Z Compiling aes v0.8.4
15352024-08-21T05:16:31.400Z Compiling cbc v0.1.2
15362024-08-21T05:16:31.723Z Compiling thread-id v4.2.1
15372024-08-21T05:16:31.796Z Compiling try-lock v0.2.5
15382024-08-21T05:16:31.853Z Compiling foreign-types-shared v0.1.1
15392024-08-21T05:16:31.890Z Compiling signal-hook v0.3.17
15402024-08-21T05:16:31.993Z Compiling unicode-width v0.1.13
15412024-08-21T05:16:32.014Z Compiling anyhow v1.0.86
15422024-08-21T05:16:32.257Z Compiling smoltcp v0.9.1
15432024-08-21T05:16:32.260Z Compiling foreign-types v0.3.2
15442024-08-21T05:16:32.490Z Compiling want v0.3.1
15452024-08-21T05:16:32.801Z Compiling pkcs5 v0.7.1
15462024-08-21T05:16:34.234Z Compiling h2 v0.3.26
15472024-08-21T05:16:34.634Z Compiling http-body v0.4.6
15482024-08-21T05:16:35.351Z Compiling clap_derive v4.5.13
15492024-08-21T05:16:36.307Z Compiling lazy_static v1.5.0
15502024-08-21T05:16:36.708Z Compiling base64 v0.21.7
15512024-08-21T05:16:37.563Z Compiling tower-service v0.3.2
15522024-08-21T05:16:37.722Z Compiling cfg_aliases v0.1.1
15532024-08-21T05:16:37.883Z Compiling siphasher v0.3.11
15542024-08-21T05:16:38.258Z Compiling httpdate v1.0.3
15552024-08-21T05:16:39.612Z Compiling nix v0.28.0
15562024-08-21T05:16:42.162Z Compiling pkcs8 v0.10.2
15572024-08-21T05:16:42.961Z Compiling hyper v0.14.30
15582024-08-21T05:16:50.111Z Compiling rustls-webpki v0.101.7
15592024-08-21T05:16:52.150Z Compiling sct v0.7.1
15602024-08-21T05:16:52.609Z Compiling openapiv3 v2.0.0
15612024-08-21T05:16:56.405Z Compiling hubpack_derive v0.1.1
15622024-08-21T05:16:57.352Z Compiling idna v0.5.0
15632024-08-21T05:16:57.674Z Compiling fs-err v2.11.0
15642024-08-21T05:16:57.865Z Compiling openssl-probe v0.1.5
15652024-08-21T05:16:57.937Z Compiling utf8parse v0.2.1
15662024-08-21T05:16:58.240Z Compiling anstyle v1.0.8
15672024-08-21T05:16:58.579Z Compiling finl_unicode v1.2.0
15682024-08-21T05:16:58.745Z Compiling adler v1.0.2
15692024-08-21T05:16:59.010Z Compiling miniz_oxide v0.7.2
15702024-08-21T05:16:59.244Z Compiling stringprep v0.1.4
15712024-08-21T05:16:59.805Z Compiling url v2.5.2
15722024-08-21T05:17:00.450Z Compiling anstyle-parse v0.2.4
15732024-08-21T05:17:04.429Z Compiling usdt-macro v0.5.0
15742024-08-21T05:17:05.393Z Compiling usdt-attr-macro v0.5.0
15752024-08-21T05:17:06.208Z Compiling toml_datetime v0.6.8
15762024-08-21T05:17:06.695Z Compiling serde_spanned v0.6.7
15772024-08-21T05:17:06.927Z Compiling regress v0.9.1
15782024-08-21T05:17:06.938Z Compiling md-5 v0.10.6
15792024-08-21T05:17:07.172Z Compiling idna v0.3.0
15802024-08-21T05:17:08.754Z Compiling num-integer v0.1.46
15812024-08-21T05:17:09.046Z Compiling hash32 v0.2.1
15822024-08-21T05:17:09.427Z Compiling encoding_rs v0.8.34
15832024-08-21T05:17:09.446Z Compiling psl-types v2.0.11
15842024-08-21T05:17:09.649Z Compiling gimli v0.28.1
15852024-08-21T05:17:11.501Z Compiling stable_deref_trait v1.2.0
15862024-08-21T05:17:11.614Z Compiling mime v0.3.17
15872024-08-21T05:17:11.666Z Compiling colorchoice v1.0.1
15882024-08-21T05:17:11.824Z Compiling base64 v0.22.1
15892024-08-21T05:17:12.052Z Compiling fallible-iterator v0.2.0
15902024-08-21T05:17:12.508Z Compiling is_terminal_polyfill v1.70.0
15912024-08-21T05:17:12.681Z Compiling anstyle-query v1.0.3
15922024-08-21T05:17:12.780Z Compiling postgres-protocol v0.6.7
15932024-08-21T05:17:12.827Z Compiling anstream v0.6.14
15942024-08-21T05:17:12.867Z Compiling publicsuffix v2.2.3
15952024-08-21T05:17:13.994Z Compiling addr2line v0.21.0
15962024-08-21T05:17:14.492Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15972024-08-21T05:17:14.700Z Compiling num-iter v0.1.45
15982024-08-21T05:17:16.398Z Compiling tokio-rustls v0.24.1
15992024-08-21T05:17:17.800Z Compiling terminal_size v0.3.0
16002024-08-21T05:17:17.818Z Compiling tokio-native-tls v0.3.1
16012024-08-21T05:17:18.108Z Compiling phf_shared v0.11.2
16022024-08-21T05:17:18.326Z Compiling strum_macros v0.25.3
16032024-08-21T05:17:18.544Z Compiling serde_urlencoded v0.7.1
16042024-08-21T05:17:19.966Z Compiling enum-as-inner v0.6.0
16052024-08-21T05:17:20.172Z Compiling serde_repr v0.1.19
16062024-08-21T05:17:20.307Z Compiling ff v0.13.0
16072024-08-21T05:17:20.671Z Compiling object v0.32.2
16082024-08-21T05:17:21.275Z Compiling base16ct v0.2.0
16092024-08-21T05:17:21.904Z Compiling ipnet v2.9.0
16102024-08-21T05:17:22.240Z Compiling regex-automata v0.1.10
16112024-08-21T05:17:22.736Z Compiling winnow v0.5.40
16122024-08-21T05:17:23.259Z Compiling rustc-demangle v0.1.24
16132024-08-21T05:17:24.156Z Compiling bitflags v1.3.2
16142024-08-21T05:17:24.270Z Compiling managed v0.8.0
16152024-08-21T05:17:24.567Z Compiling either v1.13.0
16162024-08-21T05:17:24.731Z Compiling clap_lex v0.7.0
16172024-08-21T05:17:25.176Z Compiling clap_builder v4.5.15
16182024-08-21T05:17:26.525Z Compiling toml_edit v0.19.15
16192024-08-21T05:17:26.717Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16202024-08-21T05:17:27.887Z Compiling bstr v0.2.17
16212024-08-21T05:17:28.314Z Compiling rustls-pemfile v1.0.4
16222024-08-21T05:17:28.697Z Compiling sec1 v0.7.3
16232024-08-21T05:17:28.848Z Compiling group v0.13.0
16242024-08-21T05:17:30.298Z Compiling phf v0.11.2
16252024-08-21T05:17:30.343Z Compiling hyper-tls v0.5.0
16262024-08-21T05:17:30.532Z Compiling hyper-rustls v0.24.2
16272024-08-21T05:17:30.771Z Compiling cookie_store v0.20.0
16282024-08-21T05:17:31.135Z Compiling postgres-types v0.2.7
16292024-08-21T05:17:32.301Z Compiling hubpack v0.1.2
16302024-08-21T05:17:32.584Z Compiling pkcs1 v0.7.5
16312024-08-21T05:17:32.590Z Compiling phf_shared v0.10.0
16322024-08-21T05:17:33.016Z Compiling zerocopy v0.6.6
16332024-08-21T05:17:33.193Z Compiling futures-executor v0.3.30
16342024-08-21T05:17:33.247Z Compiling hkdf v0.12.4
16352024-08-21T05:17:33.285Z Compiling signature v2.2.0
16362024-08-21T05:17:33.313Z Compiling crypto-bigint v0.5.5
16372024-08-21T05:17:33.419Z Compiling idna v0.4.0
16382024-08-21T05:17:33.509Z Compiling float-cmp v0.9.0
16392024-08-21T05:17:33.545Z Compiling mio v1.0.2
16402024-08-21T05:17:33.674Z Compiling memmap v0.7.0
16412024-08-21T05:17:33.864Z Compiling new_debug_unreachable v1.0.6
16422024-08-21T05:17:33.955Z Compiling winnow v0.6.18
16432024-08-21T05:17:33.972Z Compiling webpki-roots v0.25.4
16442024-08-21T05:17:34.132Z Compiling data-encoding v2.6.0
16452024-08-21T05:17:34.746Z Compiling normalize-line-endings v0.3.0
16462024-08-21T05:17:34.764Z Compiling minimal-lexical v0.2.1
16472024-08-21T05:17:34.882Z Compiling sync_wrapper v0.1.2
16482024-08-21T05:17:35.253Z Compiling predicates-core v1.0.6
16492024-08-21T05:17:35.396Z Compiling unicode-segmentation v1.11.0
16502024-08-21T05:17:35.484Z Compiling bit-vec v0.6.3
16512024-08-21T05:17:35.699Z Compiling whoami v1.5.1
16522024-08-21T05:17:35.748Z Compiling difflib v0.4.0
16532024-08-21T05:17:36.213Z Compiling fixedbitset v0.4.2
16542024-08-21T05:17:36.234Z Compiling static_assertions v1.1.0
16552024-08-21T05:17:36.348Z Compiling precomputed-hash v0.1.1
16562024-08-21T05:17:36.475Z Compiling string_cache v0.8.7
16572024-08-21T05:17:36.597Z Compiling reqwest v0.11.27
16582024-08-21T05:17:36.633Z Compiling petgraph v0.6.5
16592024-08-21T05:17:36.836Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16602024-08-21T05:17:36.882Z Compiling elliptic-curve v0.13.8
16612024-08-21T05:17:36.957Z Compiling predicates v3.1.2
16622024-08-21T05:17:37.214Z Compiling similar v2.5.0
16632024-08-21T05:17:37.513Z Compiling toml_edit v0.22.20
16642024-08-21T05:17:37.616Z Compiling tokio-postgres v0.7.11
16652024-08-21T05:17:38.455Z Compiling bit-set v0.5.3
16662024-08-21T05:17:39.906Z Compiling nom v7.1.3
16672024-08-21T05:17:40.593Z Compiling hickory-proto v0.24.1
16682024-08-21T05:17:42.730Z Compiling signal-hook-mio v0.2.4
16692024-08-21T05:17:42.922Z Compiling usdt v0.5.0
16702024-08-21T05:17:43.363Z Compiling rsa v0.9.6
16712024-08-21T05:17:43.630Z Compiling futures v0.3.30
16722024-08-21T05:17:44.690Z Compiling crossbeam-epoch v0.9.18
16732024-08-21T05:17:44.949Z Compiling toml v0.7.8
16742024-08-21T05:17:45.386Z Compiling flate2 v1.0.31
16752024-08-21T05:17:45.429Z Compiling clap v4.5.15
16762024-08-21T05:17:45.561Z Compiling itertools v0.12.1
16772024-08-21T05:17:46.318Z Compiling itertools v0.10.5
16782024-08-21T05:17:48.172Z Compiling console v0.15.8
16792024-08-21T05:17:48.968Z Compiling tokio-stream v0.1.15
16802024-08-21T05:17:49.065Z Compiling bstr v1.9.1
16812024-08-21T05:17:49.377Z Compiling hex v0.4.3
16822024-08-21T05:17:49.878Z Compiling sha1 v0.10.6
16832024-08-21T05:17:50.356Z Compiling camino v1.1.7
16842024-08-21T05:17:50.627Z Compiling lalrpop-util v0.19.12
16852024-08-21T05:17:50.654Z Compiling unicode-xid v0.2.4
16862024-08-21T05:17:50.930Z Compiling radium v0.7.0
16872024-08-21T05:17:51.027Z Compiling peg-runtime v0.8.3
16882024-08-21T05:17:51.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16892024-08-21T05:17:55.512Z Compiling is-terminal v0.4.12
16902024-08-21T05:17:58.174Z Compiling tap v1.0.1
16912024-08-21T05:17:59.195Z Compiling maybe-uninit v2.0.0
16922024-08-21T05:17:59.705Z Compiling rustls-pki-types v1.7.0
16932024-08-21T05:17:59.947Z Compiling ident_case v1.0.1
16942024-08-21T05:18:00.908Z Compiling darling_core v0.20.9
16952024-08-21T05:18:07.095Z Compiling wyz v0.5.1
16962024-08-21T05:18:15.228Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16972024-08-21T05:18:15.569Z Compiling getopts v0.2.21
16982024-08-21T05:18:16.642Z Compiling bzip2-sys v0.1.11+1.0.8
16992024-08-21T05:18:16.885Z Compiling dirs-sys-next v0.1.2
17002024-08-21T05:18:17.137Z Compiling funty v2.0.0
17012024-08-21T05:18:17.387Z Compiling paste v1.0.15
17022024-08-21T05:18:17.890Z Compiling unsafe-libyaml v0.2.11
17032024-08-21T05:18:18.061Z Compiling rustls v0.22.4
17042024-08-21T05:18:19.004Z Compiling packed_struct v0.10.1
17052024-08-21T05:18:19.466Z Compiling serde_yaml v0.9.34+deprecated
17062024-08-21T05:18:19.670Z Compiling bitvec v1.0.1
17072024-08-21T05:18:22.688Z Compiling dirs-next v2.0.0
17082024-08-21T05:18:24.172Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17092024-08-21T05:18:27.634Z Compiling darling_macro v0.20.9
17102024-08-21T05:18:27.952Z Compiling rustls-webpki v0.102.4
17112024-08-21T05:18:30.825Z Compiling packed_struct_codegen v0.10.1
17122024-08-21T05:18:30.952Z Compiling structmeta-derive v0.3.0
17132024-08-21T05:18:31.834Z Compiling thread_local v1.1.8
17142024-08-21T05:18:32.531Z Compiling indexmap v1.9.3
17152024-08-21T05:18:32.594Z Compiling multer v3.1.0
17162024-08-21T05:18:32.751Z Compiling slog-async v2.8.0
17172024-08-21T05:18:33.041Z Compiling nodrop v0.1.14
17182024-08-21T05:18:33.170Z Compiling match_cfg v0.1.0
17192024-08-21T05:18:33.215Z Compiling rayon-core v1.12.1
17202024-08-21T05:18:33.277Z Compiling fastrand v2.1.0
17212024-08-21T05:18:33.416Z Compiling crc-catalog v2.4.0
17222024-08-21T05:18:33.549Z Compiling crc v3.2.1
17232024-08-21T05:18:33.598Z Compiling structmeta v0.3.0
17242024-08-21T05:18:33.829Z Compiling tempfile v3.10.1
17252024-08-21T05:18:35.434Z Compiling hostname v0.3.1
17262024-08-21T05:18:35.653Z Compiling array-init v0.0.4
17272024-08-21T05:18:36.206Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17282024-08-21T05:18:37.289Z Compiling darling v0.20.9
17292024-08-21T05:18:37.416Z Compiling smallvec v0.6.14
17302024-08-21T05:18:37.948Z Compiling term v0.7.0
17312024-08-21T05:18:39.689Z Compiling crossbeam-deque v0.8.5
17322024-08-21T05:18:40.088Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17332024-08-21T05:18:41.616Z Compiling slog-json v2.6.1
17342024-08-21T05:18:42.402Z Compiling crossbeam-channel v0.5.12
17352024-08-21T05:18:42.716Z Compiling http v1.1.0
17362024-08-21T05:18:44.432Z Compiling async-stream-impl v0.3.5
17372024-08-21T05:18:44.837Z Compiling pin-project-internal v1.1.5
17382024-08-21T05:18:47.644Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17392024-08-21T05:18:49.815Z Compiling same-file v1.0.6
17402024-08-21T05:18:50.248Z Compiling bitfield v0.14.0
17412024-08-21T05:18:50.389Z Compiling hashbrown v0.12.3
17422024-08-21T05:18:51.039Z Compiling take_mut v0.2.2
17432024-08-21T05:18:51.214Z Compiling termcolor v1.4.1
17442024-08-21T05:18:51.569Z Compiling atomic-waker v1.1.2
17452024-08-21T05:18:51.764Z Compiling env_logger v0.10.2
17462024-08-21T05:18:52.318Z Compiling waitgroup v0.1.2
17472024-08-21T05:18:54.663Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17482024-08-21T05:18:56.801Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17492024-08-21T05:18:58.074Z Compiling walkdir v2.5.0
17502024-08-21T05:19:05.570Z Compiling pin-project v1.1.5
17512024-08-21T05:19:06.612Z Compiling async-stream v0.3.5
17522024-08-21T05:19:08.975Z Compiling slog-bunyan v2.5.0
17532024-08-21T05:19:09.263Z Compiling tokio-rustls v0.25.0
17542024-08-21T05:19:09.854Z Compiling slog-term v2.9.1
17552024-08-21T05:19:11.931Z Compiling bzip2 v0.4.4
17562024-08-21T05:19:12.400Z Compiling serde-hex v0.1.0
17572024-08-21T05:19:12.486Z Compiling serde_with_macros v3.8.3
17582024-08-21T05:19:13.136Z Compiling parse-display-derive v0.10.0
17592024-08-21T05:19:13.690Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17602024-08-21T05:19:13.998Z Compiling toml v0.8.19
17612024-08-21T05:19:15.098Z Compiling rustls-pemfile v2.1.3
17622024-08-21T05:19:17.389Z Compiling x509-cert v0.2.5
17632024-08-21T05:19:17.960Z Compiling ron v0.8.1
17642024-08-21T05:19:18.181Z Compiling ipnetwork v0.20.0
17652024-08-21T05:19:18.525Z Compiling newtype-uuid v1.1.0
17662024-08-21T05:19:18.893Z Compiling strum_macros v0.26.4
17672024-08-21T05:19:19.547Z Compiling xattr v1.3.1
17682024-08-21T05:19:20.321Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17692024-08-21T05:19:21.004Z Compiling serde_path_to_error v0.1.16
17702024-08-21T05:19:21.047Z Compiling snafu-derive v0.8.2
17712024-08-21T05:19:21.829Z Compiling hashbrown v0.13.2
17722024-08-21T05:19:22.065Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17732024-08-21T05:19:22.829Z Compiling blake3 v1.5.1
17742024-08-21T05:19:23.196Z Compiling ring v0.16.20
17752024-08-21T05:19:23.369Z Compiling filetime v0.2.24
17762024-08-21T05:19:23.448Z Compiling hostname v0.4.0
17772024-08-21T05:19:23.707Z Compiling instant v0.1.12
17782024-08-21T05:19:23.872Z Compiling crc-any v2.5.0
17792024-08-21T05:19:23.904Z Compiling debug-ignore v1.0.5
17802024-08-21T05:19:24.064Z Compiling buf-list v1.0.3
17812024-08-21T05:19:24.342Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17822024-08-21T05:19:24.787Z Compiling backoff v0.4.0
17832024-08-21T05:19:24.825Z Compiling tar v0.4.41
17842024-08-21T05:19:25.771Z Compiling strum v0.26.3
17852024-08-21T05:19:25.824Z Compiling snafu v0.8.2
17862024-08-21T05:19:25.971Z Compiling object v0.30.4
17872024-08-21T05:19:27.186Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17882024-08-21T05:19:27.392Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17892024-08-21T05:19:28.817Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17902024-08-21T05:19:29.020Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17912024-08-21T05:19:29.365Z Compiling parse-display v0.10.0
17922024-08-21T05:19:30.081Z Compiling serde_with v3.8.3
17932024-08-21T05:19:30.100Z Compiling zip v0.6.6
17942024-08-21T05:19:31.300Z Compiling rayon v1.10.0
17952024-08-21T05:19:32.861Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17962024-08-21T05:19:32.894Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=73e63eaae3fe616bd7c48a20c69736d7e025836b#73e63eaa)
17972024-08-21T05:19:33.586Z Compiling camino-tempfile v1.1.1
17982024-08-21T05:19:34.354Z Compiling globset v0.4.14
17992024-08-21T05:19:34.440Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18002024-08-21T05:19:34.633Z Compiling pem v3.0.4
18012024-08-21T05:19:36.197Z Compiling olpc-cjson v0.1.3
18022024-08-21T05:19:36.549Z Compiling serde_plain v1.0.2
18032024-08-21T05:19:36.925Z Compiling macaddr v1.0.1
18042024-08-21T05:19:37.079Z Compiling async-recursion v1.1.1
18052024-08-21T05:19:37.564Z Compiling memmap2 v0.9.4
18062024-08-21T05:19:38.138Z Compiling path-slash v0.1.5
18072024-08-21T05:19:38.386Z Compiling arrayref v0.3.7
18082024-08-21T05:19:38.503Z Compiling spin v0.5.2
18092024-08-21T05:19:38.546Z Compiling typed-path v0.7.1
18102024-08-21T05:19:38.773Z Compiling untrusted v0.7.1
18112024-08-21T05:19:38.893Z Compiling constant_time_eq v0.3.0
18122024-08-21T05:19:38.979Z Compiling arrayvec v0.7.4
18132024-08-21T05:19:39.939Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18142024-08-21T05:19:41.874Z Compiling tough v0.17.1
18152024-08-21T05:19:42.049Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18162024-08-21T05:19:43.052Z Compiling itertools v0.13.0
18172024-08-21T05:19:45.431Z Compiling cargo-platform v0.1.8
18182024-08-21T05:19:46.551Z Compiling parse-size v1.0.0
18192024-08-21T05:19:46.569Z Compiling topological-sort v0.2.2
18202024-08-21T05:19:46.831Z Compiling omicron-zone-package v0.11.0
18212024-08-21T05:19:46.855Z Compiling cargo_metadata v0.18.1
18222024-08-21T05:19:46.874Z Compiling shell-words v1.1.0
18232024-08-21T05:19:54.409Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18242024-08-21T05:20:06.622Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18252024-08-21T05:20:20.751Z Finished `release` profile [optimized] target(s) in 4m 43s
18262024-08-21T05:20:20.889Z Running `target/release/omicron-releng --output-dir /work`
18272024-08-21T05:20:20.930ZAug 21 05:20:20.649 DEBG changing working directory to /work/oxidecomputer/omicron
18282024-08-21T05:20:21.018ZAug 21 05:20:20.739 DEBG running: git rev-parse HEAD
18292024-08-21T05:20:21.024ZAug 21 05:20:20.746 DEBG process exited with exit status: 0 (6.317627ms)
18302024-08-21T05:20:21.024ZAug 21 05:20:20.746 INFO version: 10.0.0-0.ci+gitaee57d347df
18312024-08-21T05:20:21.064ZAug 21 05:20:20.786 INFO cloning helios to /work/oxidecomputer/helios
18322024-08-21T05:20:21.064ZAug 21 05:20:20.786 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18332024-08-21T05:20:21.070ZCloning into '/work/oxidecomputer/helios'...
18342024-08-21T05:20:21.528ZAug 21 05:20:21.250 DEBG process exited with exit status: 0 (463.701492ms)
18352024-08-21T05:20:21.528ZAug 21 05:20:21.250 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18362024-08-21T05:20:21.536Z# branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29
18372024-08-21T05:20:21.536Z# branch.head master
18382024-08-21T05:20:21.536Z# branch.upstream origin/master
18392024-08-21T05:20:21.536Z# branch.ab +0 -0
18402024-08-21T05:20:21.538ZAug 21 05:20:21.258 DEBG process exited with exit status: 0 (8.251868ms)
18412024-08-21T05:20:21.538ZAug 21 05:20:21.258 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18422024-08-21T05:20:22.254ZAug 21 05:20:21.975 DEBG process exited with exit status: 0 (716.491568ms)
18432024-08-21T05:20:22.254ZAug 21 05:20:21.975 DEBG running: zfs list rpool/images/build/host
18442024-08-21T05:20:22.260ZNAME USED AVAIL REFER MOUNTPOINT
18452024-08-21T05:20:22.260Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18462024-08-21T05:20:22.262ZAug 21 05:20:21.982 DEBG process exited with exit status: 0 (7.213712ms)
18472024-08-21T05:20:22.262ZAug 21 05:20:21.982 DEBG running: zfs list rpool/images/build/recovery
18482024-08-21T05:20:22.267ZNAME USED AVAIL REFER MOUNTPOINT
18492024-08-21T05:20:22.267Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18502024-08-21T05:20:22.269ZAug 21 05:20:21.989 DEBG process exited with exit status: 0 (6.372511ms)
18512024-08-21T05:20:22.269ZAug 21 05:20:21.989 INFO [hubris-production] running task
18522024-08-21T05:20:22.269ZAug 21 05:20:21.990 INFO [hubris-staging] running task
18532024-08-21T05:20:22.269ZAug 21 05:20:21.990 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18542024-08-21T05:20:22.272ZAug 21 05:20:21.994 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
18552024-08-21T05:20:22.527Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18562024-08-21T05:20:22.789Z[ omicron-package] Blocking waiting for file lock on package cache
18572024-08-21T05:20:23.351Z[ omicron-package] Blocking waiting for file lock on package cache
18582024-08-21T05:20:23.458ZAug 21 05:20:23.179 INFO [hubris-production] task succeeded (1.189040082s)
18592024-08-21T05:20:23.612Z[ omicron-package] Blocking waiting for file lock on package cache
18602024-08-21T05:20:24.293Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18612024-08-21T05:20:24.295Z[ omicron-package] Compiling heapless v0.8.0
18622024-08-21T05:20:24.295Z[ omicron-package] Compiling hash32 v0.3.1
18632024-08-21T05:20:24.295Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18642024-08-21T05:20:24.296Z[ omicron-package] Compiling smoltcp v0.11.0
18652024-08-21T05:20:24.296Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18662024-08-21T05:20:24.296Z[ omicron-package] Compiling embedded-io v0.4.0
18672024-08-21T05:20:24.296Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18682024-08-21T05:20:24.956Z[ omicron-package] Compiling cobs v0.2.3
18692024-08-21T05:20:25.297Z[ omicron-package] Compiling proc-macro-error v1.0.4
18702024-08-21T05:20:25.505Z[ omicron-package] Compiling postcard v1.0.8
18712024-08-21T05:20:25.864Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18722024-08-21T05:20:26.223Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18732024-08-21T05:20:26.343Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18742024-08-21T05:20:26.407Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18752024-08-21T05:20:26.619Z[ omicron-package] Compiling num_enum_derive v0.5.11
18762024-08-21T05:20:26.981Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18772024-08-21T05:20:27.609Z[ omicron-package] Compiling tabwriter v1.4.0
18782024-08-21T05:20:27.749Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18792024-08-21T05:20:27.873Z[ omicron-package] Compiling cstr-argument v0.1.2
18802024-08-21T05:20:27.948Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18812024-08-21T05:20:28.942Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18822024-08-21T05:20:29.055Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18832024-08-21T05:20:29.128Z[ omicron-package] Compiling foreign-types v0.5.0
18842024-08-21T05:20:29.231Z[ omicron-package] Compiling pretty-hex v0.2.1
18852024-08-21T05:20:29.515Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18862024-08-21T05:20:30.288Z[ omicron-package] Compiling num_enum v0.5.11
18872024-08-21T05:20:30.288Z[ omicron-package] Compiling colored v2.1.0
18882024-08-21T05:20:30.291Z[ omicron-package] Compiling socket2 v0.4.10
18892024-08-21T05:20:30.291Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18902024-08-21T05:20:30.622Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18912024-08-21T05:20:30.736Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18922024-08-21T05:20:30.932Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18932024-08-21T05:20:31.397Z[ omicron-package] Compiling sigpipe v0.1.3
18942024-08-21T05:20:31.557Z[ omicron-package] Compiling num-derive v0.4.2
18952024-08-21T05:20:31.783Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18962024-08-21T05:20:31.968Z[ omicron-package] Compiling libefi-sys v0.1.0
18972024-08-21T05:20:32.737Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18982024-08-21T05:20:32.953Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18992024-08-21T05:20:32.968ZAug 21 05:20:32.687 INFO [hubris-staging] task succeeded (10.697599329s)
19002024-08-21T05:20:33.238Z[ omicron-package] Compiling smf v0.2.3
19012024-08-21T05:20:33.519Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19022024-08-21T05:20:33.747Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19032024-08-21T05:20:34.087Z[ omicron-package] Compiling bitfield-struct v0.6.1
19042024-08-21T05:20:34.616Z[ omicron-package] Compiling portable-atomic v1.6.0
19052024-08-21T05:20:36.351Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19062024-08-21T05:20:36.860Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19072024-08-21T05:20:36.980Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19082024-08-21T05:20:38.773Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19092024-08-21T05:20:39.025Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19102024-08-21T05:20:39.220Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19112024-08-21T05:20:39.434Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19122024-08-21T05:20:40.616Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19132024-08-21T05:20:40.727Z[ omicron-package] Compiling gethostname v0.5.0
19142024-08-21T05:20:41.124Z[ omicron-package] Compiling number_prefix v0.4.0
19152024-08-21T05:20:41.659Z[ omicron-package] Compiling indicatif v0.17.8
19162024-08-21T05:20:43.280Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19172024-08-21T05:20:46.313Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19182024-08-21T05:20:46.915Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19192024-08-21T05:20:48.478Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19202024-08-21T05:21:04.854Z[ helios-setup] Aug 21 05:21:04.568 INFO helios repository root is: /work/oxidecomputer/helios
19212024-08-21T05:21:04.857Z[ helios-setup] Aug 21 05:21:04.571 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19222024-08-21T05:21:04.857Z[ helios-setup] Aug 21 05:21:04.571 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
19232024-08-21T05:21:04.857Z[ helios-setup] Aug 21 05:21:04.571 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19242024-08-21T05:21:04.862Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19252024-08-21T05:21:05.822Z[ helios-setup] Aug 21 05:21:05.536 INFO clone ok!, project: phbl
19262024-08-21T05:21:05.825Z[ helios-setup] Aug 21 05:21:05.537 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19272024-08-21T05:21:05.825Z[ helios-setup] Aug 21 05:21:05.537 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
19282024-08-21T05:21:05.825Z[ helios-setup] Aug 21 05:21:05.537 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19292024-08-21T05:21:05.828Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19302024-08-21T05:21:06.242Z[ helios-setup] Aug 21 05:21:05.956 INFO clone ok!, project: pinprick
19312024-08-21T05:21:06.245Z[ helios-setup] Aug 21 05:21:05.957 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
19322024-08-21T05:21:06.245Z[ helios-setup] Aug 21 05:21:05.957 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19332024-08-21T05:21:06.247Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19342024-08-21T05:21:06.735Z[ helios-setup] Aug 21 05:21:06.449 INFO clone ok!, project: bootserver
19352024-08-21T05:21:06.738Z[ helios-setup] Aug 21 05:21:06.450 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
19362024-08-21T05:21:06.738Z[ helios-setup] Aug 21 05:21:06.450 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19372024-08-21T05:21:06.740Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19382024-08-21T05:21:07.431Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.14s
19392024-08-21T05:21:07.468Z[ helios-setup] Aug 21 05:21:07.182 INFO clone ok!, project: pilot
19402024-08-21T05:21:07.471Z[ helios-setup] Aug 21 05:21:07.182 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
19412024-08-21T05:21:07.471Z[ helios-setup] Aug 21 05:21:07.183 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19422024-08-21T05:21:07.473Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19432024-08-21T05:21:07.627Z[ omicron-package]
19442024-08-21T05:21:07.627Z[ omicron-package] real 45.309548060
19452024-08-21T05:21:07.630Z[ omicron-package] user 2:44.787009961
19462024-08-21T05:21:07.630Z[ omicron-package] sys 22.109558261
19472024-08-21T05:21:07.630Z[ omicron-package] trap 0.165273033
19482024-08-21T05:21:07.630Z[ omicron-package] tflt 0.347027862
19492024-08-21T05:21:07.630Z[ omicron-package] dflt 0.600998209
19502024-08-21T05:21:07.630Z[ omicron-package] kflt 0.000410077
19512024-08-21T05:21:07.630Z[ omicron-package] lock 5:22.991300855
19522024-08-21T05:21:07.630ZAug 21 05:21:07.342 INFO [omicron-package] process exited with exit status: 0 (45.348623314s)
19532024-08-21T05:21:07.630Z[ omicron-package] slp 9:08.218174603
19542024-08-21T05:21:07.630Z[ omicron-package] lat 1:35.394980254
19552024-08-21T05:21:07.630Z[ omicron-package] stop 59.034359013
19562024-08-21T05:21:07.630ZAug 21 05:21:07.343 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
19572024-08-21T05:21:07.676ZAug 21 05:21:07.391 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19582024-08-21T05:21:07.687Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19592024-08-21T05:21:07.690Z[ host-target] Created new build target 'host' and set it as active
19602024-08-21T05:21:07.692ZAug 21 05:21:07.405 INFO [host-target] process exited with exit status: 0 (62.008465ms)
19612024-08-21T05:21:07.692ZAug 21 05:21:07.405 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19622024-08-21T05:21:07.696Z[ recovery-target] Created new build target 'recovery' and set it as active
19632024-08-21T05:21:07.698Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19642024-08-21T05:21:07.698ZAug 21 05:21:07.412 INFO [recovery-target] process exited with exit status: 0 (21.047883ms)
19652024-08-21T05:21:07.704Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19662024-08-21T05:21:07.972Z[ helios-setup] Aug 21 05:21:07.686 INFO clone ok!, project: image-builder
19672024-08-21T05:21:07.975Z[ helios-setup] Aug 21 05:21:07.687 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
19682024-08-21T05:21:07.975Z[ helios-setup] Aug 21 05:21:07.687 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19692024-08-21T05:21:07.977Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19702024-08-21T05:21:08.819Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19712024-08-21T05:21:08.819Z[ host-package] Compiling camino v1.1.7
19722024-08-21T05:21:08.821Z[ host-package] Compiling password-hash v0.5.0
19732024-08-21T05:21:08.821Z[ host-package] Compiling blake2 v0.10.6
19742024-08-21T05:21:08.821Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19752024-08-21T05:21:08.821Z[ host-package] Compiling derive-where v1.2.7
19762024-08-21T05:21:08.937Z[ host-package] Compiling humantime v2.1.0
19772024-08-21T05:21:08.939Z[ host-package] Compiling newline-converter v0.3.0
19782024-08-21T05:21:09.138Z[ host-package] Compiling expectorate v1.1.0
19792024-08-21T05:21:09.156Z[ host-package] Compiling toml v0.8.19
19802024-08-21T05:21:09.420Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19812024-08-21T05:21:09.805Z[ host-package] Compiling argon2 v0.5.3
19822024-08-21T05:21:09.877Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19832024-08-21T05:21:09.976Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19842024-08-21T05:21:10.089Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19852024-08-21T05:21:10.266Z[ host-package] Compiling dirs-sys-next v0.1.2
19862024-08-21T05:21:10.546Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19872024-08-21T05:21:10.761Z[ host-package] Compiling convert_case v0.4.0
19882024-08-21T05:21:10.796Z[ host-package] Compiling dirs-next v2.0.0
19892024-08-21T05:21:11.007Z[ host-package] Compiling prettyplease v0.2.20
19902024-08-21T05:21:11.145Z[ host-package] Compiling term v0.7.0
19912024-08-21T05:21:11.287Z[ host-package] Compiling semver v0.1.20
19922024-08-21T05:21:11.381Z[ host-package] Compiling is-terminal v0.4.12
19932024-08-21T05:21:11.530Z[ host-package] Compiling home v0.5.9
19942024-08-21T05:21:11.651Z[ host-package] Compiling derive_more v0.99.18
19952024-08-21T05:21:11.776Z[ host-package] Compiling rustc_version v0.1.7
19962024-08-21T05:21:11.882Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19972024-08-21T05:21:12.202Z[ host-package] Compiling newtype_derive v0.1.6
19982024-08-21T05:21:12.258Z[ host-package] Compiling rustls-pki-types v1.7.0
19992024-08-21T05:21:12.499Z[ host-package] Compiling slog-dtrace v0.3.0
20002024-08-21T05:21:12.753Z[ host-package] Compiling steno v0.4.1
20012024-08-21T05:21:12.940Z[ host-package] Compiling rustls-webpki v0.102.4
20022024-08-21T05:21:13.012Z[ host-package] Compiling rustls v0.22.4
20032024-08-21T05:21:13.051Z[ host-package] Compiling thread_local v1.1.8
20042024-08-21T05:21:13.618Z[ host-package] Compiling match_cfg v0.1.0
20052024-08-21T05:21:13.745Z[ host-package] Compiling linked-hash-map v0.5.6
20062024-08-21T05:21:14.253Z[ host-package] Compiling lru-cache v0.1.2
20072024-08-21T05:21:14.797Z[ helios-setup] Aug 21 05:21:14.509 INFO clone ok!, project: amd-firmware
20082024-08-21T05:21:14.799Z[ helios-setup] Aug 21 05:21:14.510 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
20092024-08-21T05:21:14.799Z[ helios-setup] Aug 21 05:21:14.510 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
20102024-08-21T05:21:14.803Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20112024-08-21T05:21:14.881Z[ host-package] Compiling hostname v0.3.1
20122024-08-21T05:21:15.425Z[ host-package] Compiling multer v3.1.0
20132024-08-21T05:21:15.527Z[ host-package] Compiling slog-async v2.8.0
20142024-08-21T05:21:15.604Z[ host-package] Compiling slog-json v2.6.1
20152024-08-21T05:21:15.826Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20162024-08-21T05:21:15.857Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20172024-08-21T05:21:15.983Z[ host-package] Compiling crossbeam-channel v0.5.12
20182024-08-21T05:21:16.567Z[ host-package] Compiling http v1.1.0
20192024-08-21T05:21:16.799Z[ host-package] Compiling take_mut v0.2.2
20202024-08-21T05:21:16.986Z[ host-package] Compiling atomic-waker v1.1.2
20212024-08-21T05:21:17.196Z[ host-package] Compiling waitgroup v0.1.2
20222024-08-21T05:21:17.422Z[ host-package] Compiling slog-bunyan v2.5.0
20232024-08-21T05:21:17.655Z[ host-package] Compiling slog-term v2.9.1
20242024-08-21T05:21:18.725Z[ host-package] Compiling rustls-pemfile v2.1.3
20252024-08-21T05:21:18.727Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20262024-08-21T05:21:18.998Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
20272024-08-21T05:21:19.087Z[ host-package] Compiling async-stream v0.3.5
20282024-08-21T05:21:19.144Z[ host-package] Compiling newtype-uuid v1.1.0
20292024-08-21T05:21:19.177Z[ host-package] Compiling ipnetwork v0.20.0
20302024-08-21T05:21:19.224Z[ host-package] Compiling serde_path_to_error v0.1.16
20312024-08-21T05:21:19.389Z[ host-package] Compiling hostname v0.4.0
20322024-08-21T05:21:19.461Z[ host-package] Compiling tokio-rustls v0.25.0
20332024-08-21T05:21:19.657Z[ host-package] Compiling instant v0.1.12
20342024-08-21T05:21:19.852Z[ host-package] Compiling debug-ignore v1.0.5
20352024-08-21T05:21:19.955Z[ host-package] Compiling backoff v0.4.0
20362024-08-21T05:21:20.044Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20372024-08-21T05:21:20.066Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20382024-08-21T05:21:20.359Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=73e63eaae3fe616bd7c48a20c69736d7e025836b#73e63eaa)
20392024-08-21T05:21:20.424Z[ host-package] Compiling parse-display v0.10.0
20402024-08-21T05:21:20.752Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20412024-08-21T05:21:20.954Z[ host-package] Compiling serde_with v3.8.3
20422024-08-21T05:21:20.986Z[ host-package] Compiling strum v0.26.3
20432024-08-21T05:21:21.251Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20442024-08-21T05:21:22.475Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20452024-08-21T05:21:22.722Z[ host-package] Compiling num-rational v0.4.2
20462024-08-21T05:21:22.848Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20472024-08-21T05:21:22.861Z[ helios-setup] Aug 21 05:21:22.573 INFO clone ok!, project: amd-host-image-builder
20482024-08-21T05:21:22.863Z[ helios-setup] Aug 21 05:21:22.573 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
20492024-08-21T05:21:22.863Z[ helios-setup] Aug 21 05:21:22.573 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20502024-08-21T05:21:22.866Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20512024-08-21T05:21:23.984Z[ helios-setup] Aug 21 05:21:23.696 INFO clone ok!, project: chelsio-t6-roms
20522024-08-21T05:21:23.987Z[ helios-setup] Aug 21 05:21:23.696 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20532024-08-21T05:21:23.987Z[ helios-setup] Aug 21 05:21:23.696 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20542024-08-21T05:21:24.205Z[ host-package] Compiling num-complex v0.4.6
20552024-08-21T05:21:24.466Z[ host-package] Compiling macaddr v1.0.1
20562024-08-21T05:21:24.909Z[ host-package] Compiling swrite v0.1.0
20572024-08-21T05:21:25.143Z[ helios-setup] Aug 21 05:21:24.854 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20582024-08-21T05:21:25.232Z[ host-package] Compiling quick-error v1.2.3
20592024-08-21T05:21:25.395Z[ host-package] Compiling num v0.4.3
20602024-08-21T05:21:25.478Z[ host-package] Compiling float-ord v0.3.2
20612024-08-21T05:21:25.593Z[ host-package] Compiling utf-8 v0.7.6
20622024-08-21T05:21:25.676Z[ helios-setup] Aug 21 05:21:25.388 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20632024-08-21T05:21:25.676Z[ helios-setup] Aug 21 05:21:25.388 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20642024-08-21T05:21:25.679Z[ host-package] Compiling resolv-conf v0.7.0
20652024-08-21T05:21:26.027Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20662024-08-21T05:21:26.225Z[ helios-setup] Aug 21 05:21:25.936 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20672024-08-21T05:21:26.892Z[ helios-setup] Aug 21 05:21:26.603 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20682024-08-21T05:21:26.894Z[ helios-setup] Aug 21 05:21:26.603 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20692024-08-21T05:21:27.400Z[ helios-setup] Aug 21 05:21:27.111 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20702024-08-21T05:21:27.830Z[ host-package] Compiling hickory-resolver v0.24.1
20712024-08-21T05:21:27.865Z[ host-package] Compiling rayon-core v1.12.1
20722024-08-21T05:21:27.918Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20732024-08-21T05:21:27.922Z[ helios-setup] Aug 21 05:21:27.633 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20742024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20752024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20762024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO ok!
20772024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20782024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20792024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO ok!
20802024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20812024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20822024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO ok!
20832024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
20842024-08-21T05:21:27.924Z[ helios-setup] Aug 21 05:21:27.633 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
20852024-08-21T05:21:28.350Z[ helios-setup] Aug 21 05:21:28.061 INFO E| Compiling adler v1.0.2
20862024-08-21T05:21:28.391Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20872024-08-21T05:21:28.647Z[ helios-setup] Aug 21 05:21:28.334 INFO E| Compiling miniz_oxide v0.7.2
20882024-08-21T05:21:28.829Z[ host-package] Compiling crossbeam-deque v0.8.5
20892024-08-21T05:21:29.205Z[ host-package] Compiling half v2.4.1
20902024-08-21T05:21:30.023Z[ host-package] Compiling fastrand v2.1.0
20912024-08-21T05:21:30.750Z[ host-package] Compiling display-error-chain v0.2.0
20922024-08-21T05:21:31.011Z[ host-package] Compiling ciborium-io v0.2.2
20932024-08-21T05:21:31.313Z[ host-package] Compiling same-file v1.0.6
20942024-08-21T05:21:31.479Z[ helios-setup] Aug 21 05:21:31.189 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
20952024-08-21T05:21:31.639Z[ host-package] Compiling walkdir v2.5.0
20962024-08-21T05:21:32.334Z[ host-package] Compiling ciborium-ll v0.2.2
20972024-08-21T05:21:32.660Z[ helios-setup] Aug 21 05:21:32.370 INFO E| Finished `release` profile [optimized] target(s) in 4.65s
20982024-08-21T05:21:32.669Z[ helios-setup] Aug 21 05:21:32.378 INFO building project "pinprick" ok (4 seconds)
20992024-08-21T05:21:32.669Z[ helios-setup] Aug 21 05:21:32.378 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21002024-08-21T05:21:32.669Z[ helios-setup] Aug 21 05:21:32.378 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21012024-08-21T05:21:32.947Z[ helios-setup] Aug 21 05:21:32.655 INFO E| Downloading crates ...
21022024-08-21T05:21:32.978Z[ host-package] Compiling tempfile v3.10.1
21032024-08-21T05:21:33.049Z[ helios-setup] Aug 21 05:21:32.759 INFO E| Downloaded anyhow v1.0.62
21042024-08-21T05:21:33.059Z[ helios-setup] Aug 21 05:21:32.769 INFO E| Downloaded digest v0.10.3
21052024-08-21T05:21:33.062Z[ helios-setup] Aug 21 05:21:32.772 INFO E| Downloaded bytes v1.2.1
21062024-08-21T05:21:33.069Z[ helios-setup] Aug 21 05:21:32.780 INFO E| Downloaded unicode-width v0.1.10
21072024-08-21T05:21:33.072Z[ helios-setup] Aug 21 05:21:32.782 INFO E| Downloaded generic-array v0.14.6
21082024-08-21T05:21:33.074Z[ helios-setup] Aug 21 05:21:32.784 INFO E| Downloaded flate2 v1.0.25
21092024-08-21T05:21:33.082Z[ helios-setup] Aug 21 05:21:32.792 INFO E| Downloaded cpufeatures v0.2.5
21102024-08-21T05:21:33.084Z[ helios-setup] Aug 21 05:21:32.794 INFO E| Downloaded block-buffer v0.10.3
21112024-08-21T05:21:33.089Z[ helios-setup] Aug 21 05:21:32.795 INFO E| Downloaded typenum v1.15.0
21122024-08-21T05:21:33.089Z[ helios-setup] Aug 21 05:21:32.799 INFO E| Downloaded sha2 v0.10.5
21132024-08-21T05:21:33.092Z[ helios-setup] Aug 21 05:21:32.802 INFO E| Downloaded miniz_oxide v0.6.2
21142024-08-21T05:21:33.178Z[ helios-setup] Aug 21 05:21:32.888 INFO E| Compiling typenum v1.15.0
21152024-08-21T05:21:33.185Z[ helios-setup] Aug 21 05:21:32.895 INFO E| Compiling version_check v0.9.4
21162024-08-21T05:21:33.185Z[ helios-setup] Aug 21 05:21:32.895 INFO E| Compiling cfg-if v1.0.0
21172024-08-21T05:21:33.188Z[ helios-setup] Aug 21 05:21:32.895 INFO E| Compiling crc32fast v1.3.2
21182024-08-21T05:21:33.188Z[ helios-setup] Aug 21 05:21:32.895 INFO E| Compiling adler v1.0.2
21192024-08-21T05:21:33.188Z[ helios-setup] Aug 21 05:21:32.895 INFO E| Compiling anyhow v1.0.62
21202024-08-21T05:21:33.188Z[ helios-setup] Aug 21 05:21:32.895 INFO E| Compiling unicode-width v0.1.10
21212024-08-21T05:21:33.188Z[ helios-setup] Aug 21 05:21:32.896 INFO E| Compiling cpufeatures v0.2.5
21222024-08-21T05:21:34.050Z[ helios-setup] Aug 21 05:21:33.760 INFO E| Compiling miniz_oxide v0.6.2
21232024-08-21T05:21:34.146Z[ helios-setup] Aug 21 05:21:33.856 INFO E| Compiling bytes v1.2.1
21242024-08-21T05:21:34.156Z[ helios-setup] Aug 21 05:21:33.866 INFO E| Compiling bitflags v1.3.2
21252024-08-21T05:21:34.182Z[ helios-setup] Aug 21 05:21:33.892 INFO E| Compiling generic-array v0.14.6
21262024-08-21T05:21:34.473Z[ helios-setup] Aug 21 05:21:34.183 INFO E| Compiling getopts v0.2.21
21272024-08-21T05:21:35.514Z[ helios-setup] Aug 21 05:21:35.224 INFO E| Compiling flate2 v1.0.25
21282024-08-21T05:21:35.831Z[ host-package] Compiling ring v0.16.20
21292024-08-21T05:21:36.735Z[ host-package] Compiling blake3 v1.5.1
21302024-08-21T05:21:37.544Z[ host-package] Compiling rayon v1.10.0
21312024-08-21T05:21:38.361Z[ host-package] Compiling ciborium v0.2.2
21322024-08-21T05:21:39.874Z[ helios-setup] Aug 21 05:21:39.583 INFO E| Compiling block-buffer v0.10.3
21332024-08-21T05:21:39.874Z[ helios-setup] Aug 21 05:21:39.583 INFO E| Compiling crypto-common v0.1.6
21342024-08-21T05:21:39.997Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21352024-08-21T05:21:40.091Z[ helios-setup] Aug 21 05:21:39.800 INFO E| Compiling digest v0.10.3
21362024-08-21T05:21:40.449Z[ helios-setup] Aug 21 05:21:40.158 INFO E| Compiling sha2 v0.10.5
21372024-08-21T05:21:40.978Z[ helios-setup] Aug 21 05:21:40.687 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
21382024-08-21T05:21:43.235Z[ host-package] Compiling xattr v1.3.1
21392024-08-21T05:21:43.579Z[ host-package] Compiling memmap2 v0.9.4
21402024-08-21T05:21:44.040Z[ host-package] Compiling filetime v0.2.24
21412024-08-21T05:21:44.548Z[ host-package] Compiling spin v0.5.2
21422024-08-21T05:21:44.882Z[ host-package] Compiling arrayref v0.3.7
21432024-08-21T05:21:45.063Z[ host-package] Compiling arrayvec v0.7.4
21442024-08-21T05:21:46.003Z[ host-package] Compiling untrusted v0.7.1
21452024-08-21T05:21:46.569Z[ host-package] Compiling constant_time_eq v0.3.0
21462024-08-21T05:21:46.698Z[ host-package] Compiling cancel-safe-futures v0.1.5
21472024-08-21T05:21:47.108Z[ helios-setup] Aug 21 05:21:46.814 INFO E| Finished `release` profile [optimized] target(s) in 14.35s
21482024-08-21T05:21:47.122Z[ helios-setup] Aug 21 05:21:46.828 INFO building project "bootserver" ok (14 seconds)
21492024-08-21T05:21:47.122Z[ helios-setup] Aug 21 05:21:46.829 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
21502024-08-21T05:21:47.124Z[ helios-setup] Aug 21 05:21:46.829 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
21512024-08-21T05:21:47.581Z[ helios-setup] Aug 21 05:21:47.289 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
21522024-08-21T05:21:47.989Z[ host-package] Compiling tar v0.4.41
21532024-08-21T05:21:48.170Z[ helios-setup] Aug 21 05:21:47.877 INFO E| From https://github.com/jclulow/hiercmd
21542024-08-21T05:21:48.170Z[ helios-setup] Aug 21 05:21:47.877 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
21552024-08-21T05:21:48.192Z[ helios-setup] Aug 21 05:21:47.900 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
21562024-08-21T05:21:48.736Z[ helios-setup] Aug 21 05:21:48.444 INFO E| From https://github.com/jclulow/network-interface
21572024-08-21T05:21:48.736Z[ helios-setup] Aug 21 05:21:48.444 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
21582024-08-21T05:21:48.769Z[ helios-setup] Aug 21 05:21:48.477 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
21592024-08-21T05:21:49.310Z[ helios-setup] Aug 21 05:21:49.018 INFO E| From https://github.com/oxidecomputer/boot-image-tools
21602024-08-21T05:21:49.310Z[ helios-setup] Aug 21 05:21:49.018 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
21612024-08-21T05:21:49.347Z[ helios-setup] Aug 21 05:21:49.055 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
21622024-08-21T05:21:49.846Z[ host-package] Compiling camino-tempfile v1.1.1
21632024-08-21T05:21:50.140Z[ helios-setup] Aug 21 05:21:49.848 INFO E| From https://github.com/oxidecomputer/facade
21642024-08-21T05:21:50.140Z[ helios-setup] Aug 21 05:21:49.848 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
21652024-08-21T05:21:50.224Z[ helios-setup] Aug 21 05:21:49.932 INFO E| Updating crates.io index
21662024-08-21T05:21:50.334Z[ host-package] Compiling toolchain_find v0.4.0
21672024-08-21T05:21:50.543Z[ host-package] Compiling nibble_vec v0.1.0
21682024-08-21T05:21:50.829Z[ host-package] Compiling atty v0.2.14
21692024-08-21T05:21:50.914Z[ host-package] Compiling topological-sort v0.2.2
21702024-08-21T05:21:50.963Z[ helios-setup] Aug 21 05:21:50.670 INFO E| Downloading crates ...
21712024-08-21T05:21:51.027Z[ host-package] Compiling maplit v1.0.2
21722024-08-21T05:21:51.126Z[ helios-setup] Aug 21 05:21:50.833 INFO E| Downloaded byteorder v1.4.3
21732024-08-21T05:21:51.133Z[ helios-setup] Aug 21 05:21:50.840 INFO E| Downloaded autocfg v1.1.0
21742024-08-21T05:21:51.135Z[ helios-setup] Aug 21 05:21:50.843 INFO E| Downloaded futures-sink v0.3.28
21752024-08-21T05:21:51.138Z[ helios-setup] Aug 21 05:21:50.845 INFO E| Downloaded anstyle v0.3.5
21762024-08-21T05:21:51.140Z[ helios-setup] Aug 21 05:21:50.848 INFO E| Downloaded num_cpus v1.15.0
21772024-08-21T05:21:51.145Z[ helios-setup] Aug 21 05:21:50.853 INFO E| Downloaded const-random v0.1.15
21782024-08-21T05:21:51.148Z[ helios-setup] Aug 21 05:21:50.855 INFO E| Downloaded camino v1.1.4
21792024-08-21T05:21:51.151Z[ helios-setup] Aug 21 05:21:50.859 INFO E| Downloaded bincode v1.3.3
21802024-08-21T05:21:51.158Z[ helios-setup] Aug 21 05:21:50.863 INFO E| Downloaded lazy_static v1.4.0
21812024-08-21T05:21:51.158Z[ host-package] Compiling endian-type v0.1.2
21822024-08-21T05:21:51.159Z[ helios-setup] Aug 21 05:21:50.866 INFO E| Downloaded smartstring v1.0.1
21832024-08-21T05:21:51.162Z[ helios-setup] Aug 21 05:21:50.870 INFO E| Downloaded slog-bunyan v2.4.0
21842024-08-21T05:21:51.167Z[ helios-setup] Aug 21 05:21:50.874 INFO E| Downloaded socket2 v0.4.9
21852024-08-21T05:21:51.173Z[ helios-setup] Aug 21 05:21:50.878 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
21862024-08-21T05:21:51.176Z[ helios-setup] Aug 21 05:21:50.882 INFO E| Downloaded pkg-config v0.3.26
21872024-08-21T05:21:51.178Z[ helios-setup] Aug 21 05:21:50.885 INFO E| Downloaded built v0.6.0
21882024-08-21T05:21:51.180Z[ helios-setup] Aug 21 05:21:50.888 INFO E| Downloaded paste v1.0.12
21892024-08-21T05:21:51.186Z[ helios-setup] Aug 21 05:21:50.894 INFO E| Downloaded const-random-macro v0.1.15
21902024-08-21T05:21:51.189Z[ helios-setup] Aug 21 05:21:50.896 INFO E| Downloaded toolchain_find v0.2.0
21912024-08-21T05:21:51.191Z[ helios-setup] Aug 21 05:21:50.898 INFO E| Downloaded clap_derive v4.2.0
21922024-08-21T05:21:51.194Z[ helios-setup] Aug 21 05:21:50.902 INFO E| Downloaded anstream v0.2.6
21932024-08-21T05:21:51.197Z[ helios-setup] Aug 21 05:21:50.905 INFO E| Downloaded sha2 v0.10.6
21942024-08-21T05:21:51.200Z[ helios-setup] Aug 21 05:21:50.908 INFO E| Downloaded project-root v0.2.2
21952024-08-21T05:21:51.203Z[ helios-setup] Aug 21 05:21:50.909 INFO E| Downloaded walkdir v2.3.3
21962024-08-21T05:21:51.215Z[ helios-setup] Aug 21 05:21:50.923 INFO E| Downloaded rustfmt-wrapper v0.2.0
21972024-08-21T05:21:51.219Z[ helios-setup] Aug 21 05:21:50.926 INFO E| Downloaded want v0.3.0
21982024-08-21T05:21:51.221Z[ helios-setup] Aug 21 05:21:50.928 INFO E| Downloaded try-lock v0.2.4
21992024-08-21T05:21:51.223Z[ helios-setup] Aug 21 05:21:50.929 INFO E| Downloaded toml_datetime v0.6.1
22002024-08-21T05:21:51.226Z[ helios-setup] Aug 21 05:21:50.932 INFO E| Downloaded terminal_size v0.2.6
22012024-08-21T05:21:51.229Z[ helios-setup] Aug 21 05:21:50.935 INFO E| Downloaded serde_spanned v0.6.1
22022024-08-21T05:21:51.231Z[ helios-setup] Aug 21 05:21:50.937 INFO E| Downloaded smawk v0.3.1
22032024-08-21T05:21:51.233Z[ helios-setup] Aug 21 05:21:50.941 INFO E| Downloaded slog-async v2.7.0
22042024-08-21T05:21:51.236Z[ helios-setup] Aug 21 05:21:50.943 INFO E| Downloaded semver-parser v0.10.2
22052024-08-21T05:21:51.240Z[ helios-setup] Aug 21 05:21:50.948 INFO E| Downloaded time v0.1.45
22062024-08-21T05:21:51.243Z[ helios-setup] Aug 21 05:21:50.950 INFO E| Downloaded num_enum_derive v0.5.7
22072024-08-21T05:21:51.245Z[ helios-setup] Aug 21 05:21:50.953 INFO E| Downloaded is-terminal v0.4.7
22082024-08-21T05:21:51.248Z[ helios-setup] Aug 21 05:21:50.956 INFO E| Downloaded thiserror-impl v1.0.38
22092024-08-21T05:21:51.251Z[ helios-setup] Aug 21 05:21:50.958 INFO E| Downloaded thiserror v1.0.38
22102024-08-21T05:21:51.260Z[ helios-setup] Aug 21 05:21:50.967 INFO E| Downloaded serde_path_to_error v0.1.11
22112024-08-21T05:21:51.263Z[ helios-setup] Aug 21 05:21:50.971 INFO E| Downloaded textwrap v0.16.0
22122024-08-21T05:21:51.268Z[ helios-setup] Aug 21 05:21:50.976 INFO E| Downloaded toml v0.5.11
22132024-08-21T05:21:51.273Z[ helios-setup] Aug 21 05:21:50.981 INFO E| Downloaded tungstenite v0.18.0
22142024-08-21T05:21:51.280Z[ helios-setup] Aug 21 05:21:50.988 INFO E| Downloaded serde_tokenstream v0.2.0
22152024-08-21T05:21:51.308Z[ helios-setup] Aug 21 05:21:51.016 INFO E| Downloaded ucd-trie v0.1.5
22162024-08-21T05:21:51.319Z[ helios-setup] Aug 21 05:21:51.019 INFO E| Downloaded serde_derive_internals v0.26.0
22172024-08-21T05:21:51.319Z[ helios-setup] Aug 21 05:21:51.023 INFO E| Downloaded serde_derive v1.0.204
22182024-08-21T05:21:51.322Z[ helios-setup] Aug 21 05:21:51.030 INFO E| Downloaded sct v0.7.0
22192024-08-21T05:21:51.330Z[ helios-setup] Aug 21 05:21:51.038 INFO E| Downloaded url v2.3.1
22202024-08-21T05:21:51.336Z[ helios-setup] Aug 21 05:21:51.043 INFO E| Downloaded serde v1.0.204
22212024-08-21T05:21:51.342Z[ host-package] Compiling glob v0.3.1
22222024-08-21T05:21:51.359Z[ helios-setup] Aug 21 05:21:51.052 INFO E| Downloaded unicode-linebreak v0.1.4
22232024-08-21T05:21:51.362Z[ helios-setup] Aug 21 05:21:51.055 INFO E| Downloaded unicode-normalization v0.1.22
22242024-08-21T05:21:51.362Z[ helios-setup] Aug 21 05:21:51.064 INFO E| Downloaded serde_json v1.0.95
22252024-08-21T05:21:51.373Z[ helios-setup] Aug 21 05:21:51.081 INFO E| Downloaded winnow v0.4.1
22262024-08-21T05:21:51.385Z[ helios-setup] Aug 21 05:21:51.093 INFO E| Downloaded syn v2.0.72
22272024-08-21T05:21:51.405Z[ helios-setup] Aug 21 05:21:51.113 INFO E| Downloaded mio v0.8.5
22282024-08-21T05:21:51.413Z[ helios-setup] Aug 21 05:21:51.121 INFO E| Downloaded tokio v1.27.0
22292024-08-21T05:21:51.465Z[ helios-setup] Aug 21 05:21:51.173 INFO E| Downloaded syn v1.0.107
22302024-08-21T05:21:51.475Z[ host-package] Compiling crunchy v0.2.2
22312024-08-21T05:21:51.486Z[ helios-setup] Aug 21 05:21:51.193 INFO E| Downloaded h2 v0.3.16
22322024-08-21T05:21:51.497Z[ helios-setup] Aug 21 05:21:51.204 INFO E| Downloaded reqwest v0.11.16
22332024-08-21T05:21:51.512Z[ helios-setup] Aug 21 05:21:51.219 INFO E| Downloaded clap_builder v4.2.1
22342024-08-21T05:21:51.523Z[ helios-setup] Aug 21 05:21:51.231 INFO E| Downloaded rayon v1.6.1
22352024-08-21T05:21:51.641Z[ helios-setup] Aug 21 05:21:51.248 INFO E| Downloaded git2 v0.16.1
22362024-08-21T05:21:51.645Z[ helios-setup] Aug 21 05:21:51.263 INFO E| Downloaded chrono v0.4.24
22372024-08-21T05:21:51.645Z[ helios-setup] Aug 21 05:21:51.297 INFO E| Downloaded regex v1.7.3
22382024-08-21T05:21:51.645Z[ helios-setup] Aug 21 05:21:51.311 INFO E| Downloaded rustix v0.37.3
22392024-08-21T05:21:51.645Z[ helios-setup] Aug 21 05:21:51.346 INFO E| Downloaded regress v0.5.0
22402024-08-21T05:21:51.652Z[ helios-setup] Aug 21 05:21:51.359 INFO E| Downloaded rustls v0.21.0
22412024-08-21T05:21:51.671Z[ helios-setup] Aug 21 05:21:51.379 INFO E| Downloaded rhai v1.14.0
22422024-08-21T05:21:51.710Z[ helios-setup] Aug 21 05:21:51.418 INFO E| Downloaded openapiv3 v1.0.2
22432024-08-21T05:21:51.732Z[ helios-setup] Aug 21 05:21:51.437 INFO E| Downloaded hyper v0.14.25
22442024-08-21T05:21:51.743Z[ helios-setup] Aug 21 05:21:51.450 INFO E| Downloaded futures-util v0.3.28
22452024-08-21T05:21:51.763Z[ helios-setup] Aug 21 05:21:51.471 INFO E| Downloaded rayon-core v1.10.2
22462024-08-21T05:21:51.769Z[ helios-setup] Aug 21 05:21:51.477 INFO E| Downloaded libc v0.2.139
22472024-08-21T05:21:51.818Z[ helios-setup] Aug 21 05:21:51.520 INFO E| Downloaded pest v2.5.7
22482024-08-21T05:21:51.824Z[ helios-setup] Aug 21 05:21:51.529 INFO E| Downloaded memchr v2.5.0
22492024-08-21T05:21:51.827Z[ helios-setup] Aug 21 05:21:51.535 INFO E| Downloaded http v0.2.9
22502024-08-21T05:21:51.832Z[ helios-setup] Aug 21 05:21:51.540 INFO E| Downloaded toml_edit v0.19.8
22512024-08-21T05:21:51.857Z[ helios-setup] Aug 21 05:21:51.564 INFO E| Downloaded crossbeam-channel v0.5.6
22522024-08-21T05:21:51.863Z[ helios-setup] Aug 21 05:21:51.571 INFO E| Downloaded rustls-webpki v0.100.1
22532024-08-21T05:21:51.872Z[ helios-setup] Aug 21 05:21:51.579 INFO E| Downloaded aho-corasick v0.7.20
22542024-08-21T05:21:51.877Z[ helios-setup] Aug 21 05:21:51.585 INFO E| Downloaded unsafe-libyaml v0.2.8
22552024-08-21T05:21:51.882Z[ helios-setup] Aug 21 05:21:51.590 INFO E| Downloaded tracing v0.1.37
22562024-08-21T05:21:51.889Z[ helios-setup] Aug 21 05:21:51.596 INFO E| Downloaded tokio-util v0.7.7
22572024-08-21T05:21:51.897Z[ helios-setup] Aug 21 05:21:51.604 INFO E| Downloaded serde_yaml v0.9.21
22582024-08-21T05:21:51.902Z[ helios-setup] Aug 21 05:21:51.609 INFO E| Downloaded schemars v0.8.12
22592024-08-21T05:21:51.921Z[ helios-setup] Aug 21 05:21:51.625 INFO E| Downloaded num-traits v0.2.15
22602024-08-21T05:21:51.924Z[ helios-setup] Aug 21 05:21:51.628 INFO E| Downloaded crossbeam-utils v0.8.14
22612024-08-21T05:21:51.926Z[ helios-setup] Aug 21 05:21:51.632 INFO E| Downloaded semver v1.0.17
22622024-08-21T05:21:51.928Z[ helios-setup] Aug 21 05:21:51.635 INFO E| Downloaded uuid v1.3.0
22632024-08-21T05:21:51.934Z[ helios-setup] Aug 21 05:21:51.641 INFO E| Downloaded unicode-ident v1.0.8
22642024-08-21T05:21:51.939Z[ helios-setup] Aug 21 05:21:51.645 INFO E| Downloaded encoding_rs v0.8.32
22652024-08-21T05:21:51.968Z[ helios-setup] Aug 21 05:21:51.675 INFO E| Downloaded unicode-bidi v0.3.13
22662024-08-21T05:21:51.972Z[ helios-setup] Aug 21 05:21:51.679 INFO E| Downloaded typenum v1.16.0
22672024-08-21T05:21:51.978Z[ helios-setup] Aug 21 05:21:51.685 INFO E| Downloaded tracing-core v0.1.30
22682024-08-21T05:21:51.983Z[ helios-setup] Aug 21 05:21:51.690 INFO E| Downloaded toml v0.7.3
22692024-08-21T05:21:51.989Z[ helios-setup] Aug 21 05:21:51.696 INFO E| Downloaded futures v0.3.28
22702024-08-21T05:21:51.998Z[ helios-setup] Aug 21 05:21:51.705 INFO E| Downloaded bytes v1.4.0
22712024-08-21T05:21:52.005Z[ helios-setup] Aug 21 05:21:51.712 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
22722024-08-21T05:21:52.142Z[ helios-setup] Aug 21 05:21:51.850 INFO E| Downloaded base64 v0.21.0
22732024-08-21T05:21:52.147Z[ helios-setup] Aug 21 05:21:51.854 INFO E| Downloaded tokio-tungstenite v0.18.0
22742024-08-21T05:21:52.150Z[ helios-setup] Aug 21 05:21:51.858 INFO E| Downloaded tokio-rustls v0.24.0
22752024-08-21T05:21:52.153Z[ helios-setup] Aug 21 05:21:51.861 INFO E| Downloaded pin-project-lite v0.2.9
22762024-08-21T05:21:52.161Z[ helios-setup] Aug 21 05:21:51.869 INFO E| Downloaded parking_lot_core v0.9.6
22772024-08-21T05:21:52.165Z[ helios-setup] Aug 21 05:21:51.872 INFO E| Downloaded lock_api v0.4.9
22782024-08-21T05:21:52.167Z[ helios-setup] Aug 21 05:21:51.875 INFO E| Downloaded io-lifetimes v1.0.10
22792024-08-21T05:21:52.171Z[ helios-setup] Aug 21 05:21:51.879 INFO E| Downloaded libz-sys v1.1.8
22802024-08-21T05:21:52.258Z[ helios-setup] Aug 21 05:21:51.965 INFO E| Downloaded getrandom v0.2.8
22812024-08-21T05:21:52.263Z[ helios-setup] Aug 21 05:21:51.970 INFO E| Downloaded rhai_codegen v1.5.0
22822024-08-21T05:21:52.266Z[ host-package] Compiling clang-sys v1.7.0
22832024-08-21T05:21:52.295Z[ helios-setup] Aug 21 05:21:52.002 INFO E| Downloaded fastrand v1.9.0
22842024-08-21T05:21:52.298Z[ helios-setup] Aug 21 05:21:52.004 INFO E| Downloaded dyn-clone v1.0.11
22852024-08-21T05:21:52.300Z[ helios-setup] Aug 21 05:21:52.006 INFO E| Downloaded tempfile v3.5.0
22862024-08-21T05:21:52.302Z[ helios-setup] Aug 21 05:21:52.010 INFO E| Downloaded strsim v0.10.0
22872024-08-21T05:21:52.305Z[ helios-setup] Aug 21 05:21:52.011 INFO E| Downloaded smallvec v1.10.0
22882024-08-21T05:21:52.307Z[ helios-setup] Aug 21 05:21:52.014 INFO E| Downloaded ryu v1.0.13
22892024-08-21T05:21:52.311Z[ helios-setup] Aug 21 05:21:52.019 INFO E| Downloaded parking_lot v0.12.1
22902024-08-21T05:21:52.315Z[ helios-setup] Aug 21 05:21:52.022 INFO E| Downloaded cargo-lock v8.0.3
22912024-08-21T05:21:52.328Z[ helios-setup] Aug 21 05:21:52.035 INFO E| Downloaded semver v0.11.0
22922024-08-21T05:21:52.331Z[ helios-setup] Aug 21 05:21:52.038 INFO E| Downloaded scopeguard v1.1.0
22932024-08-21T05:21:52.333Z[ helios-setup] Aug 21 05:21:52.040 INFO E| Downloaded proc-macro-crate v1.2.1
22942024-08-21T05:21:52.336Z[ helios-setup] Aug 21 05:21:52.041 INFO E| Downloaded percent-encoding v2.2.0
22952024-08-21T05:21:52.336Z[ helios-setup] Aug 21 05:21:52.042 INFO E| Downloaded crossbeam-epoch v0.9.13
22962024-08-21T05:21:52.339Z[ helios-setup] Aug 21 05:21:52.047 INFO E| Downloaded ahash v0.8.3
22972024-08-21T05:21:52.343Z[ helios-setup] Aug 21 05:21:52.051 INFO E| Downloaded jobserver v0.1.26
22982024-08-21T05:21:52.346Z[ helios-setup] Aug 21 05:21:52.054 INFO E| Downloaded crossbeam-deque v0.8.2
22992024-08-21T05:21:52.349Z[ helios-setup] Aug 21 05:21:52.055 INFO E| Downloaded signal-hook-registry v1.4.0
23002024-08-21T05:21:52.351Z[ helios-setup] Aug 21 05:21:52.057 INFO E| Downloaded sha1 v0.10.5
23012024-08-21T05:21:52.354Z[ helios-setup] Aug 21 05:21:52.059 INFO E| Downloaded futures-io v0.3.28
23022024-08-21T05:21:52.354Z[ helios-setup] Aug 21 05:21:52.061 INFO E| Downloaded http-body v0.4.5
23032024-08-21T05:21:52.365Z[ helios-setup] Aug 21 05:21:52.063 INFO E| Downloaded home v0.5.4
23042024-08-21T05:21:52.365Z[ helios-setup] Aug 21 05:21:52.064 INFO E| Downloaded futures-task v0.3.28
23052024-08-21T05:21:52.368Z[ helios-setup] Aug 21 05:21:52.066 INFO E| Downloaded futures-core v0.3.28
23062024-08-21T05:21:52.368Z[ helios-setup] Aug 21 05:21:52.068 INFO E| Downloaded concolor-query v0.3.3
23072024-08-21T05:21:52.368Z[ helios-setup] Aug 21 05:21:52.070 INFO E| Downloaded clap v4.2.1
23082024-08-21T05:21:52.376Z[ helios-setup] Aug 21 05:21:52.084 INFO E| Downloaded cc v1.0.78
23092024-08-21T05:21:52.380Z[ helios-setup] Aug 21 05:21:52.087 INFO E| Downloaded async-trait v0.1.68
23102024-08-21T05:21:52.385Z[ helios-setup] Aug 21 05:21:52.092 INFO E| Downloaded anyhow v1.0.68
23112024-08-21T05:21:52.391Z[ helios-setup] Aug 21 05:21:52.098 INFO E| Downloaded anstyle-parse v0.1.1
23122024-08-21T05:21:52.393Z[ helios-setup] Aug 21 05:21:52.101 INFO E| Downloaded slab v0.4.7
23132024-08-21T05:21:52.395Z[ helios-setup] Aug 21 05:21:52.102 INFO E| Downloaded tokio-macros v2.0.0
23142024-08-21T05:21:52.398Z[ helios-setup] Aug 21 05:21:52.104 INFO E| Downloaded schemars_derive v0.8.12
23152024-08-21T05:21:52.400Z[ helios-setup] Aug 21 05:21:52.106 INFO E| Downloaded rustls-pemfile v1.0.2
23162024-08-21T05:21:52.403Z[ helios-setup] Aug 21 05:21:52.109 INFO E| Downloaded once_cell v1.17.0
23172024-08-21T05:21:52.422Z[ helios-setup] Aug 21 05:21:52.129 INFO E| Downloaded log v0.4.17
23182024-08-21T05:21:52.425Z[ helios-setup] Aug 21 05:21:52.133 INFO E| Downloaded clap_lex v0.4.1
23192024-08-21T05:21:52.428Z[ host-package] Compiling radix_trie v0.2.1
23202024-08-21T05:21:52.428Z[ helios-setup] Aug 21 05:21:52.134 INFO E| Downloaded ipnet v2.7.2
23212024-08-21T05:21:52.430Z[ helios-setup] Aug 21 05:21:52.137 INFO E| Downloaded futures-channel v0.3.28
23222024-08-21T05:21:52.433Z[ helios-setup] Aug 21 05:21:52.140 INFO E| Downloaded num_enum v0.5.7
23232024-08-21T05:21:52.438Z[ helios-setup] Aug 21 05:21:52.146 INFO E| Downloaded num-integer v0.1.45
23242024-08-21T05:21:52.441Z[ helios-setup] Aug 21 05:21:52.148 INFO E| Downloaded memoffset v0.7.1
23252024-08-21T05:21:52.443Z[ helios-setup] Aug 21 05:21:52.150 INFO E| Downloaded iana-time-zone v0.1.56
23262024-08-21T05:21:52.446Z[ helios-setup] Aug 21 05:21:52.153 INFO E| Downloaded futures-executor v0.3.28
23272024-08-21T05:21:52.462Z[ helios-setup] Aug 21 05:21:52.155 INFO E| Downloaded form_urlencoded v1.1.0
23282024-08-21T05:21:52.462Z[ helios-setup] Aug 21 05:21:52.156 INFO E| Downloaded errno v0.3.1
23292024-08-21T05:21:52.465Z[ helios-setup] Aug 21 05:21:52.158 INFO E| Downloaded digest v0.10.6
23302024-08-21T05:21:52.465Z[ helios-setup] Aug 21 05:21:52.161 INFO E| Downloaded itoa v1.0.6
23312024-08-21T05:21:52.465Z[ helios-setup] Aug 21 05:21:52.163 INFO E| Downloaded httpdate v1.0.2
23322024-08-21T05:21:52.465Z[ helios-setup] Aug 21 05:21:52.164 INFO E| Downloaded futures-macro v0.3.28
23332024-08-21T05:21:52.465Z[ helios-setup] Aug 21 05:21:52.165 INFO E| Downloaded either v1.8.0
23342024-08-21T05:21:52.465Z[ helios-setup] Aug 21 05:21:52.167 INFO E| Downloaded concolor-override v1.0.0
23352024-08-21T05:21:52.465Z[ helios-setup] Aug 21 05:21:52.169 INFO E| Downloaded ahash v0.7.6
23362024-08-21T05:21:52.823Z[ helios-setup] Aug 21 05:21:52.529 INFO E| Compiling proc-macro2 v1.0.86
23372024-08-21T05:21:52.823Z[ helios-setup] Aug 21 05:21:52.529 INFO E| Compiling libc v0.2.139
23382024-08-21T05:21:52.823Z[ helios-setup] Aug 21 05:21:52.529 INFO E| Compiling unicode-ident v1.0.8
23392024-08-21T05:21:52.823Z[ helios-setup] Aug 21 05:21:52.529 INFO E| Compiling autocfg v1.1.0
23402024-08-21T05:21:52.823Z[ helios-setup] Aug 21 05:21:52.529 INFO E| Compiling cfg-if v1.0.0
23412024-08-21T05:21:52.823Z[ helios-setup] Aug 21 05:21:52.529 INFO E| Compiling version_check v0.9.4
23422024-08-21T05:21:52.823Z[ helios-setup] Aug 21 05:21:52.530 INFO E| Compiling serde v1.0.204
23432024-08-21T05:21:52.823Z[ helios-setup] Aug 21 05:21:52.530 INFO E| Compiling syn v1.0.107
23442024-08-21T05:21:53.047Z[ host-package] Compiling omicron-zone-package v0.11.0
23452024-08-21T05:21:53.406Z[ helios-setup] Aug 21 05:21:53.112 INFO E| Compiling memchr v2.5.0
23462024-08-21T05:21:53.534Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23472024-08-21T05:21:53.743Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23482024-08-21T05:21:53.908Z[ helios-setup] Aug 21 05:21:53.615 INFO E| Compiling once_cell v1.17.0
23492024-08-21T05:21:54.331Z[ helios-setup] Aug 21 05:21:54.038 INFO E| Compiling log v0.4.17
23502024-08-21T05:21:54.482Z[ helios-setup] Aug 21 05:21:54.189 INFO E| Compiling thiserror v1.0.38
23512024-08-21T05:21:54.993Z[ helios-setup] Aug 21 05:21:54.700 INFO E| Compiling itoa v1.0.6
23522024-08-21T05:21:55.162Z[ helios-setup] Aug 21 05:21:54.869 INFO E| Compiling serde_json v1.0.95
23532024-08-21T05:21:55.488Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23542024-08-21T05:21:55.904Z[ host-package] Compiling tungstenite v0.21.0
23552024-08-21T05:21:56.530Z[ helios-setup] Aug 21 05:21:56.237 INFO E| Compiling quote v1.0.36
23562024-08-21T05:21:56.616Z[ helios-setup] Aug 21 05:21:56.322 INFO E| Compiling getrandom v0.2.8
23572024-08-21T05:21:56.761Z[ helios-setup] Aug 21 05:21:56.468 INFO E| Compiling indexmap v1.9.3
23582024-08-21T05:21:57.029Z[ helios-setup] Aug 21 05:21:56.736 INFO E| Compiling scopeguard v1.1.0
23592024-08-21T05:21:57.266Z[ host-package] Compiling tiny-keccak v2.0.2
23602024-08-21T05:21:57.271Z[ helios-setup] Aug 21 05:21:56.977 INFO E| Compiling pin-project-lite v0.2.9
23612024-08-21T05:21:57.398Z[ helios-setup] Aug 21 05:21:57.104 INFO E| Compiling syn v2.0.72
23622024-08-21T05:21:57.481Z[ helios-setup] Aug 21 05:21:57.188 INFO E| Compiling jobserver v0.1.26
23632024-08-21T05:21:57.864Z[ helios-setup] Aug 21 05:21:57.570 INFO E| Compiling num-integer v0.1.45
23642024-08-21T05:21:57.866Z[ helios-setup] Aug 21 05:21:57.571 INFO E| Compiling bytes v1.4.0
23652024-08-21T05:21:57.921Z[ helios-setup] Aug 21 05:21:57.627 INFO E| Compiling futures-core v0.3.28
23662024-08-21T05:21:58.152Z[ helios-setup] Aug 21 05:21:57.859 INFO E| Compiling cc v1.0.78
23672024-08-21T05:21:58.608Z[ host-package] Compiling tokio-tungstenite v0.21.0
23682024-08-21T05:21:58.976Z[ helios-setup] Aug 21 05:21:58.677 INFO E| Compiling ryu v1.0.13
23692024-08-21T05:21:59.990Z[ helios-setup] Aug 21 05:21:59.696 INFO E| Compiling lock_api v0.4.9
23702024-08-21T05:22:00.005Z[ host-package] Compiling dsl_auto_type v0.1.2
23712024-08-21T05:22:00.072Z[ helios-setup] Aug 21 05:21:59.778 INFO E| Compiling bitflags v1.3.2
23722024-08-21T05:22:00.225Z[ helios-setup] Aug 21 05:21:59.931 INFO E| Compiling parking_lot_core v0.9.6
23732024-08-21T05:22:00.282Z[ helios-setup] Aug 21 05:21:59.988 INFO E| Compiling typenum v1.16.0
23742024-08-21T05:22:01.357Z[ helios-setup] Aug 21 05:22:01.063 INFO E| Compiling num_cpus v1.15.0
23752024-08-21T05:22:01.482Z[ helios-setup] Aug 21 05:22:01.188 INFO E| Compiling generic-array v0.14.6
23762024-08-21T05:22:01.519Z[ helios-setup] Aug 21 05:22:01.225 INFO E| Compiling slab v0.4.7
23772024-08-21T05:22:01.776Z[ helios-setup] Aug 21 05:22:01.482 INFO E| Compiling futures-task v0.3.28
23782024-08-21T05:22:02.033Z[ helios-setup] Aug 21 05:22:01.735 INFO E| Compiling futures-sink v0.3.28
23792024-08-21T05:22:02.359Z[ helios-setup] Aug 21 05:22:02.064 INFO E| Compiling futures-channel v0.3.28
23802024-08-21T05:22:02.383Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23812024-08-21T05:22:02.768Z[ helios-setup] Aug 21 05:22:02.473 INFO E| Compiling tokio v1.27.0
23822024-08-21T05:22:02.986Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23832024-08-21T05:22:03.044Z[ helios-setup] Aug 21 05:22:02.750 INFO E| Compiling futures-util v0.3.28
23842024-08-21T05:22:03.047Z[ helios-setup] Aug 21 05:22:02.750 INFO E| Compiling schemars v0.8.12
23852024-08-21T05:22:03.319Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23862024-08-21T05:22:03.500Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23872024-08-21T05:22:04.135Z[ host-package] Compiling arc-swap v1.7.1
23882024-08-21T05:22:04.158Z[ helios-setup] Aug 21 05:22:03.864 INFO E| Compiling mio v0.8.5
23892024-08-21T05:22:04.294Z[ helios-setup] Aug 21 05:22:03.999 INFO E| Compiling socket2 v0.4.9
23902024-08-21T05:22:04.519Z[ helios-setup] Aug 21 05:22:04.225 INFO E| Compiling signal-hook-registry v1.4.0
23912024-08-21T05:22:04.634Z[ helios-setup] Aug 21 05:22:04.339 INFO E| Compiling ahash v0.7.6
23922024-08-21T05:22:04.665Z[ host-package] Compiling diesel_derives v2.2.2
23932024-08-21T05:22:04.910Z[ helios-setup] Aug 21 05:22:04.616 INFO E| Compiling num-traits v0.2.15
23942024-08-21T05:22:05.243Z[ host-package] Compiling slog-scope v4.4.0
23952024-08-21T05:22:05.318Z[ host-package] Compiling r2d2 v0.8.10
23962024-08-21T05:22:05.682Z[ helios-setup] Aug 21 05:22:05.387 INFO E| Compiling pin-utils v0.1.0
23972024-08-21T05:22:05.972Z[ helios-setup] Aug 21 05:22:05.677 INFO E| Compiling io-lifetimes v1.0.10
23982024-08-21T05:22:06.060Z[ helios-setup] Aug 21 05:22:05.766 INFO E| Compiling crunchy v0.2.2
23992024-08-21T05:22:06.830Z[ host-package] Compiling ascii-canvas v3.0.0
24002024-08-21T05:22:07.138Z[ helios-setup] Aug 21 05:22:06.843 INFO E| Compiling futures-io v0.3.28
24012024-08-21T05:22:07.163Z[ host-package] Compiling ena v0.14.3
24022024-08-21T05:22:07.982Z[ host-package] Compiling libloading v0.8.3
24032024-08-21T05:22:08.032Z[ helios-setup] Aug 21 05:22:07.737 INFO E| Compiling ahash v0.8.3
24042024-08-21T05:22:08.035Z[ host-package] Compiling bindgen v0.69.4
24052024-08-21T05:22:08.151Z[ helios-setup] Aug 21 05:22:07.855 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
24062024-08-21T05:22:08.679Z[ host-package] Compiling diff v0.1.13
24072024-08-21T05:22:08.883Z[ helios-setup] Aug 21 05:22:08.588 INFO E| Compiling tiny-keccak v2.0.2
24082024-08-21T05:22:09.036Z[ host-package] Compiling regex-syntax v0.6.29
24092024-08-21T05:22:09.076Z[ helios-setup] Aug 21 05:22:08.781 INFO E| Compiling hashbrown v0.12.3
24102024-08-21T05:22:09.179Z[ helios-setup] Aug 21 05:22:08.884 INFO E| Compiling rustix v0.37.3
24112024-08-21T05:22:09.600Z[ helios-setup] Aug 21 05:22:09.305 INFO E| Compiling serde_derive_internals v0.26.0
24122024-08-21T05:22:10.022Z[ helios-setup] Aug 21 05:22:09.726 INFO E| Compiling crypto-common v0.1.6
24132024-08-21T05:22:10.107Z[ helios-setup] Aug 21 05:22:09.811 INFO E| Compiling block-buffer v0.10.3
24142024-08-21T05:22:11.374Z[ helios-setup] Aug 21 05:22:11.078 INFO E| Compiling errno v0.3.1
24152024-08-21T05:22:11.551Z[ helios-setup] Aug 21 05:22:11.255 INFO E| Compiling slog v2.7.0
24162024-08-21T05:22:12.005Z[ helios-setup] Aug 21 05:22:11.709 INFO E| Compiling pkg-config v0.3.26
24172024-08-21T05:22:12.037Z[ helios-setup] Aug 21 05:22:11.741 INFO E| Compiling fnv v1.0.7
24182024-08-21T05:22:12.611Z[ helios-setup] Aug 21 05:22:12.315 INFO E| Compiling crossbeam-utils v0.8.14
24192024-08-21T05:22:12.964Z[ helios-setup] Aug 21 05:22:12.660 INFO E| Compiling http v0.2.9
24202024-08-21T05:22:14.443Z[ helios-setup] Aug 21 05:22:14.146 INFO E| Compiling digest v0.10.6
24212024-08-21T05:22:15.186Z[ helios-setup] Aug 21 05:22:14.889 INFO E| Compiling aho-corasick v0.7.20
24222024-08-21T05:22:15.582Z[ helios-setup] Aug 21 05:22:15.286 INFO E| Compiling tinyvec_macros v0.1.1
24232024-08-21T05:22:15.832Z[ helios-setup] Aug 21 05:22:15.511 INFO E| Compiling unicode-width v0.1.10
24242024-08-21T05:22:16.590Z[ helios-setup] Aug 21 05:22:16.294 INFO E| Compiling regex-syntax v0.6.29
24252024-08-21T05:22:16.658Z[ helios-setup] Aug 21 05:22:16.361 INFO E| Compiling anyhow v1.0.68
24262024-08-21T05:22:18.146Z[ helios-setup] Aug 21 05:22:17.849 INFO E| Compiling percent-encoding v2.2.0
24272024-08-21T05:22:18.325Z[ helios-setup] Aug 21 05:22:18.028 INFO E| Compiling heck v0.4.1
24282024-08-21T05:22:18.546Z[ helios-setup] Aug 21 05:22:18.249 INFO E| Compiling httparse v1.8.0
24292024-08-21T05:22:19.242Z[ helios-setup] Aug 21 05:22:18.945 INFO E| Compiling cpufeatures v0.2.5
24302024-08-21T05:22:19.619Z[ helios-setup] Aug 21 05:22:19.322 INFO E| Compiling tinyvec v1.6.0
24312024-08-21T05:22:19.683Z[ helios-setup] Aug 21 05:22:19.386 INFO E| Compiling form_urlencoded v1.1.0
24322024-08-21T05:22:19.901Z[ helios-setup] Aug 21 05:22:19.604 INFO E| Compiling const-random-macro v0.1.15
24332024-08-21T05:22:19.943Z[ helios-setup] Aug 21 05:22:19.646 INFO E| Compiling thiserror-impl v1.0.38
24342024-08-21T05:22:20.031Z[ helios-setup] Aug 21 05:22:19.733 INFO E| Compiling schemars_derive v0.8.12
24352024-08-21T05:22:20.033Z[ helios-setup] Aug 21 05:22:19.737 INFO E| Compiling serde_derive v1.0.204
24362024-08-21T05:22:20.272Z[ host-package] Compiling lalrpop v0.19.12
24372024-08-21T05:22:21.004Z[ helios-setup] Aug 21 05:22:20.706 INFO E| Compiling futures-macro v0.3.28
24382024-08-21T05:22:21.410Z[ helios-setup] Aug 21 05:22:21.112 INFO E| Compiling tokio-macros v2.0.0
24392024-08-21T05:22:22.737Z[ helios-setup] Aug 21 05:22:22.440 INFO E| Compiling hashbrown v0.13.2
24402024-08-21T05:22:24.835Z[ helios-setup] Aug 21 05:22:24.537 INFO E| Compiling regex v1.7.3
24412024-08-21T05:22:25.105Z[ helios-setup] Aug 21 05:22:24.792 INFO E| Compiling chrono v0.4.24
24422024-08-21T05:22:26.885Z[ helios-setup] Aug 21 05:22:26.587 INFO E| Compiling libz-sys v1.1.8
24432024-08-21T05:22:27.129Z[ host-package] Compiling diesel v2.2.2
24442024-08-21T05:22:29.080Z[ helios-setup] Aug 21 05:22:28.781 INFO E| Compiling dyn-clone v1.0.11
24452024-08-21T05:22:29.360Z[ helios-setup] Aug 21 05:22:29.061 INFO E| Compiling uuid v1.3.0
24462024-08-21T05:22:29.831Z[ helios-setup] Aug 21 05:22:29.533 INFO E| Compiling unicode-normalization v0.1.22
24472024-08-21T05:22:29.980Z[ helios-setup] Aug 21 05:22:29.682 INFO E| Compiling regress v0.5.0
24482024-08-21T05:22:31.033Z[ host-package] Compiling slog-stdlog v4.1.1
24492024-08-21T05:22:31.237Z[ helios-setup] Aug 21 05:22:30.938 INFO E| Compiling const-random v0.1.15
24502024-08-21T05:22:32.058Z[ helios-setup] Aug 21 05:22:31.758 INFO E| Compiling getopts v0.2.21
24512024-08-21T05:22:32.660Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24522024-08-21T05:22:33.171Z[ helios-setup] Aug 21 05:22:32.872 INFO E| Compiling tracing-core v0.1.30
24532024-08-21T05:22:33.594Z[ helios-setup] Aug 21 05:22:33.295 INFO E| Compiling memoffset v0.7.1
24542024-08-21T05:22:33.955Z[ helios-setup] Aug 21 05:22:33.558 INFO E| Compiling unicode-bidi v0.3.13
24552024-08-21T05:22:34.041Z[ helios-setup] Aug 21 05:22:33.741 INFO E| Compiling powerfmt v0.2.0
24562024-08-21T05:22:34.451Z[ host-package] Compiling which v4.4.2
24572024-08-21T05:22:34.833Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24582024-08-21T05:22:35.288Z[ host-package] Compiling cexpr v0.6.0
24592024-08-21T05:22:35.853Z[ host-package] Compiling libsw v3.3.1
24602024-08-21T05:22:36.526Z[ host-package] Compiling rustc-hash v1.1.0
24612024-08-21T05:22:36.825Z[ host-package] Compiling owo-colors v4.0.0
24622024-08-21T05:22:36.957Z[ host-package] Compiling shlex v1.3.0
24632024-08-21T05:22:37.265Z[ helios-setup] Aug 21 05:22:36.965 INFO E| Compiling time-core v0.1.2
24642024-08-21T05:22:37.298Z[ helios-setup] Aug 21 05:22:36.998 INFO E| Compiling ucd-trie v0.1.5
24652024-08-21T05:22:37.641Z[ helios-setup] Aug 21 05:22:37.341 INFO E| Compiling num-conv v0.1.0
24662024-08-21T05:22:37.959Z[ helios-setup] Aug 21 05:22:37.659 INFO E| Compiling pest v2.5.7
24672024-08-21T05:22:37.995Z[ host-package] Compiling lazycell v1.3.0
24682024-08-21T05:22:38.283Z[ helios-setup] Aug 21 05:22:37.983 INFO E| Compiling time-macros v0.2.18
24692024-08-21T05:22:38.580Z[ host-package] Compiling linear-map v1.2.0
24702024-08-21T05:22:38.824Z[ host-package] Compiling ref-cast v1.0.23
24712024-08-21T05:22:40.138Z[ host-package] Compiling slog-envlogger v2.2.0
24722024-08-21T05:22:40.203Z[ helios-setup] Aug 21 05:22:39.903 INFO E| Compiling idna v0.3.0
24732024-08-21T05:22:40.374Z[ helios-setup] Aug 21 05:22:40.074 INFO E| Compiling tracing v0.1.37
24742024-08-21T05:22:42.005Z[ helios-setup] Aug 21 05:22:41.704 INFO E| Compiling deranged v0.3.11
24752024-08-21T05:22:42.281Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24762024-08-21T05:22:44.071Z[ helios-setup] Aug 21 05:22:43.771 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
24772024-08-21T05:22:44.406Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24782024-08-21T05:22:44.997Z[ helios-setup] Aug 21 05:22:44.696 INFO E| Compiling time v0.1.45
24792024-08-21T05:22:45.697Z[ helios-setup] Aug 21 05:22:45.396 INFO E| Compiling crossbeam-epoch v0.9.13
24802024-08-21T05:22:46.908Z[ helios-setup] Aug 21 05:22:46.607 INFO E| Compiling num_threads v0.1.6
24812024-08-21T05:22:47.132Z[ helios-setup] Aug 21 05:22:46.830 INFO E| Compiling semver v1.0.17
24822024-08-21T05:22:47.512Z[ helios-setup] Aug 21 05:22:47.211 INFO E| Compiling iana-time-zone v0.1.56
24832024-08-21T05:22:48.422Z[ helios-setup] Aug 21 05:22:48.121 INFO E| Compiling smallvec v1.10.0
24842024-08-21T05:22:48.804Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24852024-08-21T05:22:49.005Z[ helios-setup] Aug 21 05:22:48.704 INFO E| Compiling time v0.3.36
24862024-08-21T05:22:49.278Z[ helios-setup] Aug 21 05:22:48.977 INFO E| Compiling toml v0.5.11
24872024-08-21T05:22:49.670Z[ host-package] Compiling derive_builder_core v0.20.0
24882024-08-21T05:22:50.099Z[ helios-setup] Aug 21 05:22:49.797 INFO E| Compiling parking_lot v0.12.1
24892024-08-21T05:22:50.597Z[ helios-setup] Aug 21 05:22:50.295 INFO E| Compiling serde_tokenstream v0.2.0
24902024-08-21T05:22:54.322Z[ host-package] Compiling headers-core v0.2.0
24912024-08-21T05:22:55.011Z[ host-package] Compiling fxhash v0.2.1
24922024-08-21T05:22:55.585Z[ host-package] Compiling libxml v0.3.3
24932024-08-21T05:22:55.927Z[ helios-setup] Aug 21 05:22:55.624 INFO E| Compiling semver-parser v0.10.2
24942024-08-21T05:22:55.979Z[ host-package] Compiling ref-cast-impl v1.0.23
24952024-08-21T05:22:56.816Z[ host-package] Compiling headers v0.3.9
24962024-08-21T05:22:58.897Z[ host-package] Compiling derive_builder_macro v0.20.0
24972024-08-21T05:22:59.625Z[ helios-setup] Aug 21 05:22:59.321 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24982024-08-21T05:23:00.319Z[ helios-setup] Aug 21 05:23:00.015 INFO E| Compiling url v2.3.1
24992024-08-21T05:23:01.473Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25002024-08-21T05:23:03.602Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25012024-08-21T05:23:04.449Z[ helios-setup] Aug 21 05:23:04.145 INFO E| Compiling crossbeam-channel v0.5.6
25022024-08-21T05:23:04.463Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25032024-08-21T05:23:05.388Z[ helios-setup] Aug 21 05:23:05.084 INFO E| Compiling dirs-sys-next v0.1.2
25042024-08-21T05:23:06.330Z[ helios-setup] Aug 21 05:23:06.026 INFO E| Compiling try-lock v0.2.4
25052024-08-21T05:23:06.581Z[ helios-setup] Aug 21 05:23:06.276 INFO E| Compiling same-file v1.0.6
25062024-08-21T05:23:06.977Z[ helios-setup] Aug 21 05:23:06.672 INFO E| Compiling crc32fast v1.3.2
25072024-08-21T05:23:07.688Z[ host-package] Compiling strum_macros v0.24.3
25082024-08-21T05:23:07.741Z[ helios-setup] Aug 21 05:23:07.436 INFO E| Compiling walkdir v2.3.3
25092024-08-21T05:23:07.851Z[ helios-setup] Aug 21 05:23:07.547 INFO E| Compiling want v0.3.0
25102024-08-21T05:23:08.431Z[ helios-setup] Aug 21 05:23:08.127 INFO E| Compiling tokio-util v0.7.7
25112024-08-21T05:23:08.778Z[ helios-setup] Aug 21 05:23:08.472 INFO E| Compiling dirs-next v2.0.0
25122024-08-21T05:23:08.935Z[ host-package] Compiling samael v0.0.15
25132024-08-21T05:23:11.132Z[ helios-setup] Aug 21 05:23:10.827 INFO E| Compiling h2 v0.3.16
25142024-08-21T05:23:11.960Z[ helios-setup] Aug 21 05:23:11.655 INFO E| Compiling semver v0.11.0
25152024-08-21T05:23:12.653Z[ host-package] Compiling unicase v2.7.0
25162024-08-21T05:23:12.914Z[ helios-setup] Aug 21 05:23:12.609 INFO E| Compiling proc-macro-crate v1.2.1
25172024-08-21T05:23:13.437Z[ host-package] Compiling polar-core v0.27.3
25182024-08-21T05:23:13.608Z[ host-package] Compiling cookie v0.18.1
25192024-08-21T05:23:13.971Z[ host-package] Compiling indoc v1.0.9
25202024-08-21T05:23:14.741Z[ helios-setup] Aug 21 05:23:14.435 INFO E| Compiling futures-executor v0.3.28
25212024-08-21T05:23:15.136Z[ host-package] Compiling derive_builder v0.20.0
25222024-08-21T05:23:15.713Z[ helios-setup] Aug 21 05:23:15.407 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25232024-08-21T05:23:16.132Z[ helios-setup] Aug 21 05:23:15.826 INFO E| Compiling http-body v0.4.5
25242024-08-21T05:23:16.142Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25252024-08-21T05:23:16.300Z[ host-package] Compiling crossterm v0.28.1
25262024-08-21T05:23:17.049Z[ helios-setup] Aug 21 05:23:16.743 INFO E| Compiling ring v0.16.20
25272024-08-21T05:23:17.059Z[ host-package] Compiling curve25519-dalek v4.1.3
25282024-08-21T05:23:18.213Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25292024-08-21T05:23:18.926Z[ helios-setup] Aug 21 05:23:18.620 INFO E| Compiling rand_core v0.6.4
25302024-08-21T05:23:19.291Z[ helios-setup] Aug 21 05:23:18.985 INFO E| Compiling thread_local v1.1.7
25312024-08-21T05:23:20.774Z[ helios-setup] Aug 21 05:23:20.468 INFO E| Compiling base64 v0.21.0
25322024-08-21T05:23:20.848Z[ helios-setup] Aug 21 05:23:20.541 INFO E| Compiling home v0.5.4
25332024-08-21T05:23:22.539Z[ helios-setup] Aug 21 05:23:22.232 INFO E| Compiling utf8parse v0.2.1
25342024-08-21T05:23:22.941Z[ helios-setup] Aug 21 05:23:22.634 INFO E| Compiling tower-service v0.3.2
25352024-08-21T05:23:22.987Z[ helios-setup] Aug 21 05:23:22.681 INFO E| Compiling lazy_static v1.4.0
25362024-08-21T05:23:23.200Z[ helios-setup] Aug 21 05:23:22.893 INFO E| Compiling httpdate v1.0.2
25372024-08-21T05:23:23.803Z[ helios-setup] Aug 21 05:23:23.496 INFO E| Compiling ppv-lite86 v0.2.17
25382024-08-21T05:23:23.957Z[ host-package] Compiling oso-derive v0.27.3
25392024-08-21T05:23:24.196Z[ helios-setup] Aug 21 05:23:23.889 INFO E| Compiling adler v1.0.2
25402024-08-21T05:23:24.766Z[ helios-setup] Aug 21 05:23:24.458 INFO E| Compiling fastrand v1.9.0
25412024-08-21T05:23:24.772Z[ host-package] Compiling libz-sys v1.1.16
25422024-08-21T05:23:24.835Z[ helios-setup] Aug 21 05:23:24.528 INFO E| Compiling rayon-core v1.10.2
25432024-08-21T05:23:25.471Z[ helios-setup] Aug 21 05:23:25.161 INFO E| Compiling rand_chacha v0.3.1
25442024-08-21T05:23:25.769Z[ helios-setup] Aug 21 05:23:25.462 INFO E| Compiling tempfile v3.5.0
25452024-08-21T05:23:26.021Z[ helios-setup] Aug 21 05:23:25.714 INFO E| Compiling miniz_oxide v0.6.2
25462024-08-21T05:23:26.246Z[ host-package] Compiling quick-xml v0.31.0
25472024-08-21T05:23:26.468Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25482024-08-21T05:23:27.245Z[ helios-setup] Aug 21 05:23:26.938 INFO E| Compiling hyper v0.14.25
25492024-08-21T05:23:27.492Z[ host-package] Compiling keccak v0.1.5
25502024-08-21T05:23:29.183Z[ helios-setup] Aug 21 05:23:28.875 INFO E| Compiling toolchain_find v0.2.0
25512024-08-21T05:23:29.293Z[ helios-setup] Aug 21 05:23:28.985 INFO E| Compiling anstyle-parse v0.1.1
25522024-08-21T05:23:29.481Z[ host-package] Compiling parking_lot_core v0.8.6
25532024-08-21T05:23:30.567Z[ host-package] Compiling sha3 v0.10.8
25542024-08-21T05:23:32.870Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25552024-08-21T05:23:33.002Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25562024-08-21T05:23:33.118Z[ helios-setup] Aug 21 05:23:32.809 INFO E| Compiling futures v0.3.28
25572024-08-21T05:23:36.259Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25582024-08-21T05:23:37.046Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25592024-08-21T05:23:37.986Z[ host-package] Compiling bb8 v0.8.5
25602024-08-21T05:23:39.307Z[ host-package] Compiling const_format_proc_macros v0.2.32
25612024-08-21T05:23:40.455Z[ helios-setup] Aug 21 05:23:40.146 INFO E| Compiling num_enum_derive v0.5.7
25622024-08-21T05:23:40.725Z[ host-package] Compiling universal-hash v0.5.1
25632024-08-21T05:23:41.186Z[ host-package] Compiling secrecy v0.8.0
25642024-08-21T05:23:42.018Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25652024-08-21T05:23:42.928Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25662024-08-21T05:23:43.274Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25672024-08-21T05:23:44.253Z[ helios-setup] Aug 21 05:23:43.943 INFO E| Compiling cargo-lock v8.0.3
25682024-08-21T05:23:45.007Z[ host-package] Compiling opaque-debug v0.3.1
25692024-08-21T05:23:45.716Z[ host-package] Compiling poly1305 v0.8.0
25702024-08-21T05:23:47.246Z[ host-package] Compiling thiserror-no-std v2.0.2
25712024-08-21T05:23:47.776Z[ host-package] Compiling vte v0.11.1
25722024-08-21T05:23:48.519Z[ helios-setup] Aug 21 05:23:48.208 INFO E| Compiling crossbeam-deque v0.8.2
25732024-08-21T05:23:48.682Z[ host-package] Compiling const_format v0.2.32
25742024-08-21T05:23:48.874Z[ helios-setup] Aug 21 05:23:48.564 INFO E| Compiling term v0.7.0
25752024-08-21T05:23:50.478Z[ helios-setup] Aug 21 05:23:50.167 INFO E| Compiling serde_urlencoded v0.7.1
25762024-08-21T05:23:51.223Z[ helios-setup] Aug 21 05:23:50.912 INFO E| Compiling sha2 v0.10.6
25772024-08-21T05:23:51.934Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25782024-08-21T05:23:52.088Z[ helios-setup] Aug 21 05:23:51.777 INFO E| Compiling sha1 v0.10.5
25792024-08-21T05:23:52.172Z[ helios-setup] Aug 21 05:23:51.861 INFO E| Compiling is-terminal v0.4.7
25802024-08-21T05:23:52.498Z[ host-package] Compiling chacha20 v0.9.1
25812024-08-21T05:23:52.907Z[ helios-setup] Aug 21 05:23:52.595 INFO E| Compiling atty v0.2.14
25822024-08-21T05:23:52.997Z[ host-package] Compiling fd-lock v4.0.2
25832024-08-21T05:23:53.552Z[ host-package] Compiling aead v0.5.2
25842024-08-21T05:23:53.619Z[ helios-setup] Aug 21 05:23:53.308 INFO E| Compiling concolor-query v0.3.3
25852024-08-21T05:23:53.957Z[ helios-setup] Aug 21 05:23:53.645 INFO E| Compiling concolor-override v1.0.0
25862024-08-21T05:23:54.077Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25872024-08-21T05:23:54.141Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25882024-08-21T05:23:55.253Z[ host-package] Compiling bytecount v0.6.8
25892024-08-21T05:23:56.001Z[ host-package] Compiling papergrid v0.11.0
25902024-08-21T05:23:56.483Z[ helios-setup] Aug 21 05:23:56.171 INFO E| Compiling anstyle v0.3.5
25912024-08-21T05:23:56.985Z[ helios-setup] Aug 21 05:23:56.673 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
25922024-08-21T05:23:57.399Z[ helios-setup] Aug 21 05:23:57.087 INFO E| Compiling anstream v0.2.6
25932024-08-21T05:24:00.570Z[ helios-setup] Aug 21 05:24:00.257 INFO E| Compiling slog-term v2.9.0
25942024-08-21T05:24:00.710Z[ helios-setup] Aug 21 05:24:00.397 INFO E| Compiling flate2 v1.0.25
25952024-08-21T05:24:01.234Z[ helios-setup] Aug 21 05:24:00.922 INFO E| Compiling num_enum v0.5.7
25962024-08-21T05:24:01.456Z[ helios-setup] Aug 21 05:24:01.144 INFO E| Compiling rustfmt-wrapper v0.2.0
25972024-08-21T05:24:01.701Z[ helios-setup] Aug 21 05:24:01.388 INFO E| Compiling rand v0.8.5
25982024-08-21T05:24:02.342Z[ helios-setup] Aug 21 05:24:02.029 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25992024-08-21T05:24:02.846Z[ helios-setup] Aug 21 05:24:02.531 INFO E| Compiling openapiv3 v1.0.2
26002024-08-21T05:24:03.614Z[ helios-setup] Aug 21 05:24:03.301 INFO E| Compiling encoding_rs v0.8.32
26012024-08-21T05:24:05.781Z[ helios-setup] Aug 21 05:24:05.468 INFO E| Compiling strsim v0.10.0
26022024-08-21T05:24:06.161Z[ helios-setup] Aug 21 05:24:05.848 INFO E| Compiling spin v0.5.2
26032024-08-21T05:24:06.937Z[ helios-setup] Aug 21 05:24:06.623 INFO E| Compiling untrusted v0.7.1
26042024-08-21T05:24:07.392Z[ helios-setup] Aug 21 05:24:07.078 INFO E| Compiling either v1.8.0
26052024-08-21T05:24:08.056Z[ helios-setup] Aug 21 05:24:07.742 INFO E| Compiling clap_lex v0.4.1
26062024-08-21T05:24:09.379Z[ helios-setup] Aug 21 05:24:09.065 INFO E| Compiling unsafe-libyaml v0.2.8
26072024-08-21T05:24:09.466Z[ helios-setup] Aug 21 05:24:09.153 INFO E| Compiling base64 v0.13.1
26082024-08-21T05:24:11.095Z[ helios-setup] Aug 21 05:24:10.778 INFO E| Compiling utf-8 v0.7.6
26092024-08-21T05:24:11.666Z[ helios-setup] Aug 21 05:24:11.351 INFO E| Compiling project-root v0.2.2
26102024-08-21T05:24:11.711Z[ helios-setup] Aug 21 05:24:11.396 INFO E| Compiling byteorder v1.4.3
26112024-08-21T05:24:11.929Z[ helios-setup] Aug 21 05:24:11.615 INFO E| Compiling mime v0.3.17
26122024-08-21T05:24:12.313Z[ helios-setup] Aug 21 05:24:11.999 INFO E| Compiling ipnet v2.7.2
26132024-08-21T05:24:13.065Z[ helios-setup] Aug 21 05:24:12.750 INFO E| Compiling tungstenite v0.18.0
26142024-08-21T05:24:13.145Z[ helios-setup] Aug 21 05:24:12.831 INFO E| Compiling serde_yaml v0.9.21
26152024-08-21T05:24:13.478Z[ host-package] Compiling oso v0.27.3
26162024-08-21T05:24:13.732Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
26172024-08-21T05:24:14.154Z[ helios-setup] Aug 21 05:24:13.839 INFO E| Compiling reqwest v0.11.16
26182024-08-21T05:24:16.203Z[ helios-setup] Aug 21 05:24:15.888 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26192024-08-21T05:24:16.535Z[ host-package] Compiling chacha20poly1305 v0.10.1
26202024-08-21T05:24:17.651Z[ helios-setup] Aug 21 05:24:17.336 INFO E| Compiling clap_builder v4.2.1
26212024-08-21T05:24:18.169Z[ host-package] Compiling parking_lot v0.11.2
26222024-08-21T05:24:20.299Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26232024-08-21T05:24:21.069Z[ helios-setup] Aug 21 05:24:20.754 INFO E| Compiling rayon v1.6.1
26242024-08-21T05:24:21.618Z[ host-package] Compiling vsss-rs v3.3.4
26252024-08-21T05:24:22.152Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26262024-08-21T05:24:26.554Z[ helios-setup] Aug 21 05:24:26.238 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26272024-08-21T05:24:27.410Z[ helios-setup] Aug 21 05:24:27.094 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26282024-08-21T05:24:30.859Z[ helios-setup] Aug 21 05:24:30.541 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26292024-08-21T05:24:31.435Z[ host-package] Compiling tabled_derive v0.7.0
26302024-08-21T05:24:31.736Z[ host-package] Compiling crossterm v0.27.0
26312024-08-21T05:24:32.365Z[ helios-setup] Aug 21 05:24:32.048 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26322024-08-21T05:24:32.666Z[ helios-setup] Aug 21 05:24:32.348 INFO E| Compiling clap_derive v4.2.0
26332024-08-21T05:24:35.181Z[ host-package] Compiling peg-macros v0.8.4
26342024-08-21T05:24:35.944Z[ host-package] Compiling kstat-rs v0.2.4
26352024-08-21T05:24:38.005Z[ helios-setup] Aug 21 05:24:37.686 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26362024-08-21T05:24:38.028Z[ host-package] Compiling sqlparser_derive v0.2.2
26372024-08-21T05:24:40.631Z[ host-package] Compiling unicode_categories v0.1.1
26382024-08-21T05:24:41.320Z[ host-package] Compiling nu-ansi-term v0.50.0
26392024-08-21T05:24:41.836Z[ helios-setup] Aug 21 05:24:41.517 INFO E| Compiling clap v4.2.1
26402024-08-21T05:24:42.767Z[ host-package] Compiling reedline v0.33.0
26412024-08-21T05:24:43.710Z[ helios-setup] Aug 21 05:24:43.389 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26422024-08-21T05:24:44.108Z[ host-package] Compiling rustyline v14.0.0
26432024-08-21T05:24:44.181Z[ host-package] Compiling peg v0.8.4
26442024-08-21T05:24:44.557Z[ host-package] Compiling sqlformat v0.2.4
26452024-08-21T05:24:49.117Z[ host-package] Compiling sqlparser v0.45.0
26462024-08-21T05:24:53.605Z[ helios-setup] Aug 21 05:24:53.284 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26472024-08-21T05:24:56.926Z[ helios-setup] Aug 21 05:24:56.604 INFO E| Compiling tokio-tungstenite v0.18.0
26482024-08-21T05:24:58.324Z[ helios-setup] Aug 21 05:24:58.002 INFO E| Compiling smartstring v1.0.1
26492024-08-21T05:24:59.442Z[ helios-setup] Aug 21 05:24:59.121 INFO E| Compiling rustls v0.21.0
26502024-08-21T05:25:01.580Z[ helios-setup] Aug 21 05:25:01.258 INFO E| Compiling rustls-webpki v0.100.1
26512024-08-21T05:25:06.285Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26522024-08-21T05:25:06.304Z[ helios-setup] Aug 21 05:25:05.981 INFO E| Compiling sct v0.7.0
26532024-08-21T05:25:06.910Z[ host-package] Compiling tabled v0.15.0
26542024-08-21T05:25:07.283Z[ helios-setup] Aug 21 05:25:06.960 INFO E| Compiling toml_datetime v0.6.1
26552024-08-21T05:25:07.870Z[ host-package] Compiling sled v0.34.7
26562024-08-21T05:25:08.442Z[ helios-setup] Aug 21 05:25:08.119 INFO E| Compiling serde_spanned v0.6.1
26572024-08-21T05:25:09.107Z[ helios-setup] Aug 21 05:25:08.783 INFO E| Compiling winnow v0.4.1
26582024-08-21T05:25:10.895Z[ helios-setup] Aug 21 05:25:10.572 INFO E| Compiling static_assertions v1.1.0
26592024-08-21T05:25:11.118Z[ helios-setup] Aug 21 05:25:10.789 INFO E| Compiling slog-async v2.7.0
26602024-08-21T05:25:12.641Z[ helios-setup] Aug 21 05:25:12.317 INFO E| Compiling paste v1.0.12
26612024-08-21T05:25:13.997Z[ helios-setup] Aug 21 05:25:13.674 INFO E| Compiling async-trait v0.1.68
26622024-08-21T05:25:16.002Z[ helios-setup] Aug 21 05:25:15.678 INFO E| Compiling match_cfg v0.1.0
26632024-08-21T05:25:16.204Z[ helios-setup] Aug 21 05:25:15.880 INFO E| Compiling camino v1.1.4
26642024-08-21T05:25:17.218Z[ helios-setup] Aug 21 05:25:16.889 INFO E| Compiling toml_edit v0.19.8
26652024-08-21T05:25:18.096Z[ helios-setup] Aug 21 05:25:17.771 INFO E| Compiling hostname v0.3.1
26662024-08-21T05:25:20.963Z[ helios-setup] Aug 21 05:25:20.638 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26672024-08-21T05:25:25.140Z[ helios-setup] Aug 21 05:25:24.814 INFO E| Compiling slog-json v2.6.1
26682024-08-21T05:25:26.243Z[ helios-setup] Aug 21 05:25:25.918 INFO E| Compiling unicode-linebreak v0.1.4
26692024-08-21T05:25:28.865Z[ host-package] Compiling mime_guess v2.0.4
26702024-08-21T05:25:30.037Z[ helios-setup] Aug 21 05:25:29.711 INFO E| Compiling async-stream-impl v0.3.5
26712024-08-21T05:25:31.404Z[ helios-setup] Aug 21 05:25:31.078 INFO E| Compiling rhai_codegen v1.5.0
26722024-08-21T05:25:32.786Z[ helios-setup] Aug 21 05:25:32.459 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26732024-08-21T05:25:33.761Z[ helios-setup] Aug 21 05:25:33.434 INFO E| Compiling take_mut v0.2.2
26742024-08-21T05:25:36.790Z[ helios-setup] Aug 21 05:25:36.463 INFO E| Compiling async-stream v0.3.5
26752024-08-21T05:25:37.173Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26762024-08-21T05:25:37.262Z[ host-package] Compiling hickory-client v0.24.1
26772024-08-21T05:25:37.330Z[ helios-setup] Aug 21 05:25:37.003 INFO E| Compiling rhai v1.14.0
26782024-08-21T05:25:38.420Z[ helios-setup] Aug 21 05:25:38.093 INFO E| Compiling tokio-rustls v0.24.0
26792024-08-21T05:25:38.486Z[ host-package] Compiling env_logger v0.9.3
26802024-08-21T05:25:38.791Z[ helios-setup] Aug 21 05:25:38.464 INFO E| Compiling slog-bunyan v2.4.0
26812024-08-21T05:25:39.664Z[ helios-setup] Aug 21 05:25:39.336 INFO E| Compiling toml v0.7.3
26822024-08-21T05:25:43.759Z[ helios-setup] Aug 21 05:25:43.430 INFO E| Compiling rustls-pemfile v1.0.2
26832024-08-21T05:25:45.576Z[ helios-setup] Aug 21 05:25:45.247 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26842024-08-21T05:25:45.737Z[ host-package] Compiling tungstenite v0.20.1
26852024-08-21T05:25:46.134Z[ helios-setup] Aug 21 05:25:45.806 INFO E| Compiling bincode v1.3.3
26862024-08-21T05:25:46.516Z[ helios-setup] Aug 21 05:25:46.186 INFO E| Compiling serde_path_to_error v0.1.11
26872024-08-21T05:25:46.807Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26882024-08-21T05:25:48.687Z[ helios-setup] Aug 21 05:25:48.357 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26892024-08-21T05:25:48.689Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26902024-08-21T05:25:50.509Z[ helios-setup] Aug 21 05:25:50.179 INFO E| Compiling terminal_size v0.2.6
26912024-08-21T05:25:50.619Z[ helios-setup] Aug 21 05:25:50.290 INFO E| Compiling smawk v0.3.1
26922024-08-21T05:25:51.111Z[ helios-setup] Aug 21 05:25:50.782 INFO E| Compiling textwrap v0.16.0
26932024-08-21T05:25:54.776Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26942024-08-21T05:25:58.941Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=73e63eaae3fe616bd7c48a20c69736d7e025836b#73e63eaa)
26952024-08-21T05:26:02.531Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26962024-08-21T05:26:11.363Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26972024-08-21T05:26:12.579Z[ host-package] Compiling hickory-server v0.24.1
26982024-08-21T05:26:16.382Z[ helios-setup] Aug 21 05:26:16.048 INFO E| Compiling git2 v0.16.1
26992024-08-21T05:26:16.584Z[ host-package] Compiling bcs v0.1.6
27002024-08-21T05:26:16.617Z[ host-package] Compiling vergen v8.3.2
27012024-08-21T05:26:17.094Z[ host-package] Compiling bitstruct_derive v0.1.0
27022024-08-21T05:26:17.749Z[ host-package] Compiling cargo-platform v0.1.8
27032024-08-21T05:26:18.457Z[ host-package] Compiling nanorand v0.7.0
27042024-08-21T05:26:18.816Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27052024-08-21T05:26:19.009Z[ host-package] Compiling memoffset v0.9.1
27062024-08-21T05:26:19.375Z[ host-package] Compiling highway v1.2.0
27072024-08-21T05:26:19.588Z[ host-package] Compiling ascii v1.1.0
27082024-08-21T05:26:20.569Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27092024-08-21T05:26:21.118Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27102024-08-21T05:26:21.705Z[ helios-setup] Aug 21 05:26:21.371 INFO E| Compiling built v0.6.0
27112024-08-21T05:26:23.059Z[ host-package] Compiling flume v0.11.0
27122024-08-21T05:26:23.948Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27132024-08-21T05:26:24.192Z[ host-package] Compiling bitstruct v0.1.1
27142024-08-21T05:26:24.388Z[ host-package] Compiling cargo_metadata v0.18.1
27152024-08-21T05:26:24.480Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27162024-08-21T05:26:24.829Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27172024-08-21T05:26:24.898Z[ helios-setup] Aug 21 05:26:24.563 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27182024-08-21T05:26:25.657Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27192024-08-21T05:26:26.560Z[ helios-setup] Aug 21 05:26:26.225 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27202024-08-21T05:26:27.360Z[ helios-setup] Aug 21 05:26:27.024 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27212024-08-21T05:26:28.544Z[ host-package] Compiling tokio-tungstenite v0.20.1
27222024-08-21T05:26:29.911Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27232024-08-21T05:26:30.476Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27242024-08-21T05:26:38.469Z[ host-package] Compiling git2 v0.19.0
27252024-08-21T05:26:49.115Z[ helios-setup] Aug 21 05:26:48.776 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27262024-08-21T05:26:51.616Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27272024-08-21T05:26:51.811Z[ helios-setup] Aug 21 05:26:51.472 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27282024-08-21T05:26:53.263Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27292024-08-21T05:27:00.375Z[ host-package] Compiling libsqlite3-sys v0.28.0
27302024-08-21T05:27:01.837Z[ host-package] Compiling serde_arrays v0.1.0
27312024-08-21T05:27:02.491Z[ host-package] Compiling erased-serde v0.3.31
27322024-08-21T05:27:05.712Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27332024-08-21T05:27:16.647Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27342024-08-21T05:27:17.944Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27352024-08-21T05:27:32.928Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27362024-08-21T05:27:33.433Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27372024-08-21T05:27:35.779Z[ host-package] Compiling heck v0.3.3
27382024-08-21T05:27:36.220Z[ host-package] Compiling rand_seeder v0.3.0
27392024-08-21T05:27:36.849Z[ helios-setup] Aug 21 05:27:36.503 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27402024-08-21T05:27:36.962Z[ host-package] Compiling castaway v0.2.3
27412024-08-21T05:27:37.187Z[ host-package] Compiling csv-core v0.1.11
27422024-08-21T05:27:37.207Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27432024-08-21T05:27:37.788Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27442024-08-21T05:27:38.112Z[ host-package] Compiling http-range v0.1.5
27452024-08-21T05:27:38.846Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27462024-08-21T05:27:40.365Z[ host-package] Compiling hyper-staticfile v0.9.5
27472024-08-21T05:27:42.915Z[ host-package] Compiling csv v1.3.0
27482024-08-21T05:27:43.755Z[ host-package] Compiling compact_str v0.8.0
27492024-08-21T05:27:45.302Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27502024-08-21T05:27:45.602Z[ host-package] Compiling zone_cfg_derive v0.1.2
27512024-08-21T05:27:46.691Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27522024-08-21T05:27:47.362Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27532024-08-21T05:27:48.159Z[ host-package] Compiling nix v0.27.1
27542024-08-21T05:27:48.446Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27552024-08-21T05:27:50.373Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27562024-08-21T05:27:50.781Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27572024-08-21T05:27:51.732Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27582024-08-21T05:27:58.801Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27592024-08-21T05:27:59.304Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27602024-08-21T05:28:00.192Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27612024-08-21T05:28:00.586Z[ host-package] Compiling unicode-truncate v1.0.0
27622024-08-21T05:28:01.089Z[ host-package] Compiling hashlink v0.9.1
27632024-08-21T05:28:01.198Z[ host-package] Compiling lru v0.12.3
27642024-08-21T05:28:01.266Z[ host-package] Compiling serde-big-array v0.5.1
27652024-08-21T05:28:01.812Z[ host-package] Compiling instability v0.3.2
27662024-08-21T05:28:02.169Z[ host-package] Compiling cassowary v0.3.0
27672024-08-21T05:28:02.838Z[ host-package] Compiling fallible-iterator v0.3.0
27682024-08-21T05:28:04.149Z[ host-package] Compiling base64 v0.13.1
27692024-08-21T05:28:04.863Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
27702024-08-21T05:28:05.644Z[ host-package] Compiling rusqlite v0.31.0
27712024-08-21T05:28:05.800Z[ host-package] Compiling ron v0.7.1
27722024-08-21T05:28:08.945Z[ host-package] Compiling ratatui v0.28.0
27732024-08-21T05:28:15.613Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27742024-08-21T05:28:17.721Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752024-08-21T05:28:21.724Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762024-08-21T05:28:37.097Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27772024-08-21T05:28:38.094Z[ host-package] Compiling zone v0.1.8
27782024-08-21T05:28:38.984Z[ helios-setup] Aug 21 05:28:38.629 INFO E| Finished `release` profile [optimized] target(s) in 6m 51s
27792024-08-21T05:28:39.122Z[ helios-setup] Aug 21 05:28:38.766 INFO building project "pilot" ok (411 seconds)
27802024-08-21T05:28:39.124Z[ helios-setup] Aug 21 05:28:38.766 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27812024-08-21T05:28:39.125Z[ helios-setup] Aug 21 05:28:38.766 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27822024-08-21T05:28:39.434Z[ helios-setup] Aug 21 05:28:39.079 INFO E| Blocking waiting for file lock on package cache
27832024-08-21T05:28:39.804Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27842024-08-21T05:28:41.714Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27852024-08-21T05:28:44.148Z[ helios-setup] Aug 21 05:28:43.756 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27862024-08-21T05:28:44.552Z[ helios-setup] Aug 21 05:28:44.189 INFO E| From https://github.com/jclulow/rust-jmclib
27872024-08-21T05:28:44.552Z[ helios-setup] Aug 21 05:28:44.189 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27882024-08-21T05:28:44.582Z[ helios-setup] Aug 21 05:28:44.212 INFO E| Updating crates.io index
27892024-08-21T05:28:44.680Z[ helios-setup] Aug 21 05:28:44.320 INFO E| Blocking waiting for file lock on package cache
27902024-08-21T05:28:44.747Z[ helios-setup] Aug 21 05:28:44.390 INFO E| Blocking waiting for file lock on package cache
27912024-08-21T05:28:48.712Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27922024-08-21T05:28:50.805Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27932024-08-21T05:28:50.833Z[ helios-setup] Aug 21 05:28:50.476 INFO E| Downloading crates ...
27942024-08-21T05:28:50.900Z[ helios-setup] Aug 21 05:28:50.543 INFO E| Downloaded getrandom v0.2.10
27952024-08-21T05:28:50.906Z[ helios-setup] Aug 21 05:28:50.549 INFO E| Downloaded anyhow v1.0.72
27962024-08-21T05:28:50.913Z[ helios-setup] Aug 21 05:28:50.557 INFO E| Downloaded digest v0.9.0
27972024-08-21T05:28:50.917Z[ helios-setup] Aug 21 05:28:50.559 INFO E| Downloaded unicode-ident v1.0.11
27982024-08-21T05:28:50.920Z[ helios-setup] Aug 21 05:28:50.564 INFO E| Downloaded block-buffer v0.9.0
27992024-08-21T05:28:50.923Z[ helios-setup] Aug 21 05:28:50.565 INFO E| Downloaded libdevinfo-sys v1.0.0
28002024-08-21T05:28:50.925Z[ helios-setup] Aug 21 05:28:50.567 INFO E| Downloaded cpufeatures v0.2.9
28012024-08-21T05:28:50.928Z[ helios-setup] Aug 21 05:28:50.570 INFO E| Downloaded sha-1 v0.9.8
28022024-08-21T05:28:50.931Z[ helios-setup] Aug 21 05:28:50.573 INFO E| Downloaded md-5 v0.9.1
28032024-08-21T05:28:50.934Z[ helios-setup] Aug 21 05:28:50.576 INFO E| Downloaded quote v1.0.31
28042024-08-21T05:28:50.937Z[ helios-setup] Aug 21 05:28:50.580 INFO E| Downloaded uuid v0.8.2
28052024-08-21T05:28:50.943Z[ helios-setup] Aug 21 05:28:50.586 INFO E| Downloaded once_cell v1.18.0
28062024-08-21T05:28:50.948Z[ helios-setup] Aug 21 05:28:50.591 INFO E| Downloaded tempfile v3.7.0
28072024-08-21T05:28:50.951Z[ helios-setup] Aug 21 05:28:50.595 INFO E| Downloaded serde_derive v1.0.193
28082024-08-21T05:28:50.956Z[ helios-setup] Aug 21 05:28:50.599 INFO E| Downloaded serde v1.0.193
28092024-08-21T05:28:50.963Z[ helios-setup] Aug 21 05:28:50.606 INFO E| Downloaded proc-macro2 v1.0.66
28102024-08-21T05:28:50.968Z[ helios-setup] Aug 21 05:28:50.611 INFO E| Downloaded fastrand v2.0.0
28112024-08-21T05:28:50.971Z[ helios-setup] Aug 21 05:28:50.613 INFO E| Downloaded serde_json v1.0.103
28122024-08-21T05:28:50.983Z[ helios-setup] Aug 21 05:28:50.626 INFO E| Downloaded bitflags v2.3.3
28132024-08-21T05:28:50.988Z[ helios-setup] Aug 21 05:28:50.631 INFO E| Downloaded syn v2.0.32
28142024-08-21T05:28:51.008Z[ helios-setup] Aug 21 05:28:50.651 INFO E| Downloaded rustix v0.38.4
28152024-08-21T05:28:51.044Z[ helios-setup] Aug 21 05:28:50.687 INFO E| Downloaded libc v0.2.147
28162024-08-21T05:28:51.351Z[ helios-setup] Aug 21 05:28:50.993 INFO E| Compiling libc v0.2.147
28172024-08-21T05:28:51.356Z[ helios-setup] Aug 21 05:28:50.999 INFO E| Compiling proc-macro2 v1.0.66
28182024-08-21T05:28:51.356Z[ helios-setup] Aug 21 05:28:50.999 INFO E| Compiling unicode-ident v1.0.11
28192024-08-21T05:28:51.356Z[ helios-setup] Aug 21 05:28:50.999 INFO E| Compiling cfg-if v1.0.0
28202024-08-21T05:28:51.356Z[ helios-setup] Aug 21 05:28:50.999 INFO E| Compiling typenum v1.16.0
28212024-08-21T05:28:51.359Z[ helios-setup] Aug 21 05:28:50.999 INFO E| Compiling version_check v0.9.4
28222024-08-21T05:28:51.359Z[ helios-setup] Aug 21 05:28:50.999 INFO E| Compiling serde v1.0.193
28232024-08-21T05:28:51.359Z[ helios-setup] Aug 21 05:28:50.999 INFO E| Compiling powerfmt v0.2.0
28242024-08-21T05:28:51.548Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28252024-08-21T05:28:52.013Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28262024-08-21T05:28:52.159Z[ helios-setup] Aug 21 05:28:51.802 INFO E| Compiling itoa v1.0.9
28272024-08-21T05:28:52.359Z[ helios-setup] Aug 21 05:28:52.002 INFO E| Compiling slog v2.7.0
28282024-08-21T05:28:52.552Z[ helios-setup] Aug 21 05:28:52.195 INFO E| Compiling time-core v0.1.2
28292024-08-21T05:28:52.854Z[ helios-setup] Aug 21 05:28:52.497 INFO E| Compiling rustix v0.38.4
28302024-08-21T05:28:52.880Z[ helios-setup] Aug 21 05:28:52.522 INFO E| Compiling num-conv v0.1.0
28312024-08-21T05:28:53.205Z[ helios-setup] Aug 21 05:28:52.848 INFO E| Compiling generic-array v0.14.7
28322024-08-21T05:28:53.526Z[ helios-setup] Aug 21 05:28:53.169 INFO E| Compiling deranged v0.3.11
28332024-08-21T05:28:53.638Z[ helios-setup] Aug 21 05:28:53.281 INFO E| Compiling time-macros v0.2.18
28342024-08-21T05:28:53.694Z[ helios-setup] Aug 21 05:28:53.336 INFO E| Compiling once_cell v1.18.0
28352024-08-21T05:28:54.133Z[ helios-setup] Aug 21 05:28:53.776 INFO E| Compiling num_threads v0.1.6
28362024-08-21T05:28:54.441Z[ helios-setup] Aug 21 05:28:54.083 INFO E| Compiling bitflags v2.3.3
28372024-08-21T05:28:54.699Z[ helios-setup] Aug 21 05:28:54.342 INFO E| Compiling quote v1.0.31
28382024-08-21T05:28:55.250Z[ helios-setup] Aug 21 05:28:54.892 INFO E| Compiling thread_local v1.1.7
28392024-08-21T05:28:56.166Z[ helios-setup] Aug 21 05:28:55.808 INFO E| Compiling syn v2.0.32
28402024-08-21T05:28:56.192Z[ helios-setup] Aug 21 05:28:55.835 INFO E| Compiling dirs-sys-next v0.1.2
28412024-08-21T05:28:56.554Z[ helios-setup] Aug 21 05:28:56.196 INFO E| Compiling errno v0.3.1
28422024-08-21T05:28:57.012Z[ helios-setup] Aug 21 05:28:56.654 INFO E| Compiling dirs-next v2.0.0
28432024-08-21T05:28:57.260Z[ helios-setup] Aug 21 05:28:56.902 INFO E| Compiling term v0.7.0
28442024-08-21T05:28:57.655Z[ helios-setup] Aug 21 05:28:57.296 INFO E| Compiling atty v0.2.14
28452024-08-21T05:28:57.912Z[ helios-setup] Aug 21 05:28:57.554 INFO E| Compiling fastrand v2.0.0
28462024-08-21T05:28:57.968Z[ helios-setup] Aug 21 05:28:57.609 INFO E| Compiling opaque-debug v0.3.0
28472024-08-21T05:28:58.061Z[ helios-setup] Aug 21 05:28:57.703 INFO E| Compiling anyhow v1.0.72
28482024-08-21T05:28:58.103Z[ helios-setup] Aug 21 05:28:57.745 INFO E| Compiling serde_json v1.0.103
28492024-08-21T05:28:59.068Z[ helios-setup] Aug 21 05:28:58.710 INFO E| Compiling block-buffer v0.9.0
28502024-08-21T05:28:59.443Z[ helios-setup] Aug 21 05:28:59.085 INFO E| Compiling digest v0.9.0
28512024-08-21T05:28:59.543Z[ helios-setup] Aug 21 05:28:59.184 INFO E| Compiling getrandom v0.2.10
28522024-08-21T05:28:59.681Z[ helios-setup] Aug 21 05:28:59.323 INFO E| Compiling ryu v1.0.15
28532024-08-21T05:28:59.825Z[ helios-setup] Aug 21 05:28:59.466 INFO E| Compiling unicode-width v0.1.10
28542024-08-21T05:29:00.130Z[ helios-setup] Aug 21 05:28:59.771 INFO E| Compiling time v0.3.36
28552024-08-21T05:29:00.152Z[ helios-setup] Aug 21 05:28:59.794 INFO E| Compiling tempfile v3.7.0
28562024-08-21T05:29:00.168Z[ helios-setup] Aug 21 05:28:59.808 INFO E| Compiling cpufeatures v0.2.9
28572024-08-21T05:29:00.283Z[ helios-setup] Aug 21 05:28:59.924 INFO E| Compiling same-file v1.0.6
28582024-08-21T05:29:00.471Z[ helios-setup] Aug 21 05:29:00.113 INFO E| Compiling sha-1 v0.9.8
28592024-08-21T05:29:01.097Z[ helios-setup] Aug 21 05:29:00.738 INFO E| Compiling walkdir v2.3.3
28602024-08-21T05:29:01.103Z[ helios-setup] Aug 21 05:29:00.744 INFO E| Compiling getopts v0.2.21
28612024-08-21T05:29:01.417Z[ helios-setup] Aug 21 05:29:01.059 INFO E| Compiling md-5 v0.9.1
28622024-08-21T05:29:01.490Z[ host-package] Compiling twox-hash v1.6.3
28632024-08-21T05:29:01.514Z[ helios-setup] Aug 21 05:29:01.156 INFO E| Compiling libdevinfo-sys v1.0.0
28642024-08-21T05:29:02.005Z[ helios-setup] Aug 21 05:29:01.646 INFO E| Compiling glob v0.3.1
28652024-08-21T05:29:03.205Z[ host-package] Compiling signal-hook-tokio v0.3.1
28662024-08-21T05:29:03.496Z[ host-package] Compiling yasna v0.5.2
28672024-08-21T05:29:03.976Z[ helios-setup] Aug 21 05:29:03.617 INFO E| Compiling slog-term v2.9.0
28682024-08-21T05:29:05.305Z[ helios-setup] Aug 21 05:29:04.946 INFO E| Compiling serde_derive v1.0.193
28692024-08-21T05:29:06.159Z[ host-package] Compiling portpicker v0.1.1
28702024-08-21T05:29:06.758Z[ host-package] Compiling unicode-linebreak v0.1.5
28712024-08-21T05:29:07.451Z[ host-package] Compiling smawk v0.3.2
28722024-08-21T05:29:07.670Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28732024-08-21T05:29:07.935Z[ host-package] Compiling textwrap v0.16.1
28742024-08-21T05:29:08.391Z[ host-package] Compiling rcgen v0.12.1
28752024-08-21T05:29:08.636Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762024-08-21T05:29:19.628Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28772024-08-21T05:29:20.779Z[ helios-setup] Aug 21 05:29:20.417 INFO E| Compiling toml v0.5.11
28782024-08-21T05:29:20.781Z[ helios-setup] Aug 21 05:29:20.417 INFO E| Compiling uuid v0.8.2
28792024-08-21T05:29:23.039Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28802024-08-21T05:29:23.158Z[ helios-setup] Aug 21 05:29:22.796 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28812024-08-21T05:29:24.083Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28822024-08-21T05:29:25.131Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28832024-08-21T05:29:26.849Z[ helios-setup] Aug 21 05:29:26.487 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28842024-08-21T05:29:29.105Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28852024-08-21T05:29:29.758Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28862024-08-21T05:29:30.259Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28872024-08-21T05:29:34.660Z[ host-package] Compiling atomicwrites v0.4.3
28882024-08-21T05:29:35.303Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28892024-08-21T05:29:37.405Z[ host-package] Compiling fatfs v0.3.6
28902024-08-21T05:29:38.173Z[ host-package] Compiling rtoolbox v0.0.2
28912024-08-21T05:29:38.689Z[ host-package] Compiling subprocess v0.2.9
28922024-08-21T05:29:38.937Z[ host-package] Compiling is_ci v1.2.0
28932024-08-21T05:29:39.758Z[ host-package] Compiling assert_matches v1.5.0
28942024-08-21T05:29:41.134Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28952024-08-21T05:29:41.244Z[ helios-setup] Aug 21 05:29:40.880 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
28962024-08-21T05:29:41.279Z[ helios-setup] Aug 21 05:29:40.914 INFO building project "image-builder" ok (62 seconds)
28972024-08-21T05:29:41.279Z[ helios-setup] Aug 21 05:29:40.914 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28982024-08-21T05:29:41.281Z[ helios-setup] Aug 21 05:29:40.914 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28992024-08-21T05:29:41.289Z[ helios-setup] Aug 21 05:29:40.923 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29002024-08-21T05:29:41.517Z[ helios-setup] Aug 21 05:29:41.152 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29012024-08-21T05:29:41.518Z[ helios-setup] Aug 21 05:29:41.152 INFO E| info: downloading component 'cargo'
29022024-08-21T05:29:43.217Z[ helios-setup] Aug 21 05:29:42.851 INFO E| info: downloading component 'clippy'
29032024-08-21T05:29:43.629Z[ helios-setup] Aug 21 05:29:43.263 INFO E| info: downloading component 'rust-docs'
29042024-08-21T05:29:44.006Z[ host-package] Compiling supports-color v3.0.0
29052024-08-21T05:29:44.729Z[ host-package] Compiling rpassword v7.3.1
29062024-08-21T05:29:44.920Z[ helios-setup] Aug 21 05:29:44.555 INFO E| info: downloading component 'rust-src'
29072024-08-21T05:29:45.218Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29082024-08-21T05:29:45.241Z[ helios-setup] Aug 21 05:29:44.875 INFO E| info: downloading component 'rust-std'
29092024-08-21T05:29:45.987Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29102024-08-21T05:29:46.166Z[ host-package] Compiling tui-tree-widget v0.22.0
29112024-08-21T05:29:46.665Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122024-08-21T05:29:47.406Z[ helios-setup] Aug 21 05:29:47.040 INFO E| info: downloading component 'rustc'
29132024-08-21T05:29:48.529Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29142024-08-21T05:29:50.507Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29152024-08-21T05:29:50.838Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29162024-08-21T05:29:53.325Z[ host-package] Compiling uzers v0.11.3
29172024-08-21T05:29:53.347Z[ helios-setup] Aug 21 05:29:52.980 INFO E| info: downloading component 'rustfmt'
29182024-08-21T05:29:53.636Z[ helios-setup] Aug 21 05:29:53.269 INFO E| info: installing component 'cargo'
29192024-08-21T05:29:55.027Z[ helios-setup] Aug 21 05:29:54.660 INFO E| info: installing component 'clippy'
29202024-08-21T05:29:55.537Z[ helios-setup] Aug 21 05:29:55.170 INFO E| info: installing component 'rust-docs'
29212024-08-21T05:29:56.267Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29222024-08-21T05:29:57.725Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29232024-08-21T05:29:59.887Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29242024-08-21T05:30:01.914Z[ helios-setup] Aug 21 05:30:01.545 INFO E| info: installing component 'rust-src'
29252024-08-21T05:30:02.477Z[ helios-setup] Aug 21 05:30:02.106 INFO E| info: installing component 'rust-std'
29262024-08-21T05:30:06.877Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29272024-08-21T05:30:06.934Z[ helios-setup] Aug 21 05:30:04.766 INFO E| info: installing component 'rustc'
29282024-08-21T05:30:11.750Z[ helios-setup] Aug 21 05:30:11.380 INFO E| info: installing component 'rustfmt'
29292024-08-21T05:30:12.720Z[ helios-setup] Aug 21 05:30:12.350 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29302024-08-21T05:30:13.501Z[ helios-setup] Aug 21 05:30:13.130 INFO E| From https://github.com/oxidecomputer/amd-apcb
29312024-08-21T05:30:13.501Z[ helios-setup] Aug 21 05:30:13.130 INFO E| * [new branch] issue-113 -> origin/issue-113
29322024-08-21T05:30:13.501Z[ helios-setup] Aug 21 05:30:13.130 INFO E| * [new branch] issue-135 -> origin/issue-135
29332024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.131 INFO E| * [new branch] main -> origin/main
29342024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.131 INFO E| * [new ref] -> origin/HEAD
29352024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.131 INFO E| * [new tag] v0.1.3 -> v0.1.3
29362024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.131 INFO E| * [new tag] v0.1.4 -> v0.1.4
29372024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.131 INFO E| * [new tag] v0.1.5 -> v0.1.5
29382024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.131 INFO E| * [new tag] v0.2.0 -> v0.2.0
29392024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.132 INFO E| * [new tag] v0.3.0 -> v0.3.0
29402024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.132 INFO E| * [new tag] v0.3.1 -> v0.3.1
29412024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.132 INFO E| * [new tag] v0.3.2 -> v0.3.2
29422024-08-21T05:30:13.504Z[ helios-setup] Aug 21 05:30:13.132 INFO E| * [new tag] v0.3.3 -> v0.3.3
29432024-08-21T05:30:13.535Z[ helios-setup] Aug 21 05:30:13.164 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29442024-08-21T05:30:14.301Z[ helios-setup] Aug 21 05:30:13.931 INFO E| From https://github.com/oxidecomputer/amd-efs
29452024-08-21T05:30:14.301Z[ helios-setup] Aug 21 05:30:13.931 INFO E| * [new branch] empty -> origin/empty
29462024-08-21T05:30:14.303Z[ helios-setup] Aug 21 05:30:13.931 INFO E| * [new branch] issue-99 -> origin/issue-99
29472024-08-21T05:30:14.303Z[ helios-setup] Aug 21 05:30:13.932 INFO E| * [new branch] main -> origin/main
29482024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.932 INFO E| * [new branch] review -> origin/review
29492024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.932 INFO E| * [new ref] -> origin/HEAD
29502024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.932 INFO E| * [new tag] v0.2.0 -> v0.2.0
29512024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.932 INFO E| * [new tag] v0.2.1 -> v0.2.1
29522024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.932 INFO E| * [new tag] v0.2.2 -> v0.2.2
29532024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.932 INFO E| * [new tag] v0.2.3 -> v0.2.3
29542024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.933 INFO E| * [new tag] v0.2.4 -> v0.2.4
29552024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.933 INFO E| * [new tag] v0.2.5 -> v0.2.5
29562024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.933 INFO E| * [new tag] v0.2.6 -> v0.2.6
29572024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.933 INFO E| * [new tag] v0.2.7 -> v0.2.7
29582024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.933 INFO E| * [new tag] v0.3.0 -> v0.3.0
29592024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.933 INFO E| * [new tag] v0.3.1 -> v0.3.1
29602024-08-21T05:30:14.304Z[ helios-setup] Aug 21 05:30:13.933 INFO E| * [new tag] v0.4.0 -> v0.4.0
29612024-08-21T05:30:14.325Z[ helios-setup] Aug 21 05:30:13.955 INFO E| Updating crates.io index
29622024-08-21T05:30:14.710Z[ helios-setup] Aug 21 05:30:14.340 INFO E| Downloading crates ...
29632024-08-21T05:30:14.883Z[ helios-setup] Aug 21 05:30:14.513 INFO E| Downloaded bytesize v1.3.0
29642024-08-21T05:30:14.887Z[ helios-setup] Aug 21 05:30:14.517 INFO E| Downloaded unic-common v0.9.0
29652024-08-21T05:30:14.921Z[ helios-setup] Aug 21 05:30:14.551 INFO E| Downloaded unic-ucd-version v0.9.0
29662024-08-21T05:30:14.925Z[ helios-setup] Aug 21 05:30:14.553 INFO E| Downloaded unic-char-range v0.9.0
29672024-08-21T05:30:14.927Z[ helios-setup] Aug 21 05:30:14.555 INFO E| Downloaded unic-char-property v0.9.0
29682024-08-21T05:30:14.928Z[ helios-setup] Aug 21 05:30:14.557 INFO E| Downloaded strum v0.23.0
29692024-08-21T05:30:14.930Z[ helios-setup] Aug 21 05:30:14.558 INFO E| Downloaded vec_map v0.8.2
29702024-08-21T05:30:14.930Z[ helios-setup] Aug 21 05:30:14.560 INFO E| Downloaded unic-ucd-ident v0.9.0
29712024-08-21T05:30:14.933Z[ helios-setup] Aug 21 05:30:14.562 INFO E| Downloaded strum_macros v0.23.1
29722024-08-21T05:30:14.935Z[ helios-setup] Aug 21 05:30:14.565 INFO E| Downloaded textwrap v0.11.0
29732024-08-21T05:30:14.938Z[ helios-setup] Aug 21 05:30:14.568 INFO E| Downloaded semver-parser v0.7.0
29742024-08-21T05:30:14.941Z[ helios-setup] Aug 21 05:30:14.569 INFO E| Downloaded semver v0.9.0
29752024-08-21T05:30:14.941Z[ helios-setup] Aug 21 05:30:14.571 INFO E| Downloaded rustc_version v0.2.3
29762024-08-21T05:30:14.944Z[ helios-setup] Aug 21 05:30:14.573 INFO E| Downloaded structopt v0.3.26
29772024-08-21T05:30:14.954Z[ helios-setup] Aug 21 05:30:14.584 INFO E| Downloaded modular-bitfield v0.11.2
29782024-08-21T05:30:14.971Z[ helios-setup] Aug 21 05:30:14.601 INFO E| Downloaded pest v2.7.11
29792024-08-21T05:30:14.978Z[ helios-setup] Aug 21 05:30:14.608 INFO E| Downloaded goblin v0.4.3
29802024-08-21T05:30:14.991Z[ helios-setup] Aug 21 05:30:14.620 INFO E| Downloaded clap v2.34.0
29812024-08-21T05:30:15.000Z[ helios-setup] Aug 21 05:30:14.630 INFO E| Downloaded scroll v0.10.2
29822024-08-21T05:30:15.004Z[ helios-setup] Aug 21 05:30:14.633 INFO E| Downloaded pre-proc-macro v0.2.1
29832024-08-21T05:30:15.007Z[ helios-setup] Aug 21 05:30:14.635 INFO E| Downloaded pest_meta v2.7.11
29842024-08-21T05:30:15.010Z[ helios-setup] Aug 21 05:30:14.638 INFO E| Downloaded pest_derive v2.7.11
29852024-08-21T05:30:15.012Z[ helios-setup] Aug 21 05:30:14.641 INFO E| Downloaded ansi_term v0.12.1
29862024-08-21T05:30:15.015Z[ helios-setup] Aug 21 05:30:14.644 INFO E| Downloaded structopt-derive v0.4.18
29872024-08-21T05:30:15.019Z[ helios-setup] Aug 21 05:30:14.646 INFO E| Downloaded strsim v0.8.0
29882024-08-21T05:30:15.019Z[ helios-setup] Aug 21 05:30:14.648 INFO E| Downloaded proc-macro-crate v0.1.5
29892024-08-21T05:30:15.020Z[ helios-setup] Aug 21 05:30:14.649 INFO E| Downloaded pre v0.2.1
29902024-08-21T05:30:15.022Z[ helios-setup] Aug 21 05:30:14.651 INFO E| Downloaded pest_generator v2.7.11
29912024-08-21T05:30:15.025Z[ helios-setup] Aug 21 05:30:14.653 INFO E| Downloaded num-derive v0.3.3
29922024-08-21T05:30:15.025Z[ helios-setup] Aug 21 05:30:14.655 INFO E| Downloaded modular-bitfield-impl v0.11.2
29932024-08-21T05:30:15.028Z[ helios-setup] Aug 21 05:30:14.657 INFO E| Downloaded scroll_derive v0.10.5
29942024-08-21T05:30:15.029Z[ helios-setup] Aug 21 05:30:14.658 INFO E| Downloaded parse_int v0.6.0
29952024-08-21T05:30:15.031Z[ helios-setup] Aug 21 05:30:14.659 INFO E| Downloaded memoffset v0.5.6
29962024-08-21T05:30:15.032Z[ helios-setup] Aug 21 05:30:14.660 INFO E| Downloaded memchr v2.7.4
29972024-08-21T05:30:15.038Z[ helios-setup] Aug 21 05:30:14.668 INFO E| Downloaded four-cc v0.3.0
29982024-08-21T05:30:15.042Z[ helios-setup] Aug 21 05:30:14.670 INFO E| Downloaded fletcher v0.1.0
29992024-08-21T05:30:15.042Z[ helios-setup] Aug 21 05:30:14.671 INFO E| Downloaded cfg-if v0.1.10
30002024-08-21T05:30:15.130Z[ helios-setup] Aug 21 05:30:14.759 INFO E| Compiling proc-macro2 v1.0.86
30012024-08-21T05:30:15.132Z[ helios-setup] Aug 21 05:30:14.760 INFO E| Compiling unicode-ident v1.0.12
30022024-08-21T05:30:15.133Z[ helios-setup] Aug 21 05:30:14.760 INFO E| Compiling syn v1.0.109
30032024-08-21T05:30:15.133Z[ helios-setup] Aug 21 05:30:14.760 INFO E| Compiling version_check v0.9.4
30042024-08-21T05:30:15.133Z[ helios-setup] Aug 21 05:30:14.760 INFO E| Compiling semver-parser v0.7.0
30052024-08-21T05:30:15.133Z[ helios-setup] Aug 21 05:30:14.760 INFO E| Compiling thiserror v1.0.63
30062024-08-21T05:30:15.133Z[ helios-setup] Aug 21 05:30:14.761 INFO E| Compiling autocfg v1.3.0
30072024-08-21T05:30:15.133Z[ helios-setup] Aug 21 05:30:14.761 INFO E| Compiling serde v1.0.204
30082024-08-21T05:30:16.128Z[ helios-setup] Aug 21 05:30:15.756 INFO E| Compiling semver v0.9.0
30092024-08-21T05:30:16.719Z[ helios-setup] Aug 21 05:30:16.345 INFO E| Compiling serde_json v1.0.120
30102024-08-21T05:30:16.954Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30112024-08-21T05:30:17.274Z[ helios-setup] Aug 21 05:30:16.904 INFO E| Compiling rustc_version v0.2.3
30122024-08-21T05:30:17.307Z[ helios-setup] Aug 21 05:30:16.937 INFO E| Compiling proc-macro-error-attr v1.0.4
30132024-08-21T05:30:17.335Z[ helios-setup] Aug 21 05:30:16.963 INFO E| Compiling proc-macro-error v1.0.4
30142024-08-21T05:30:17.548Z[ helios-setup] Aug 21 05:30:17.174 INFO E| Compiling ryu v1.0.18
30152024-08-21T05:30:17.610Z[ helios-setup] Aug 21 05:30:17.239 INFO E| Compiling schemars v0.8.21
30162024-08-21T05:30:17.712Z[ helios-setup] Aug 21 05:30:17.341 INFO E| Compiling num-traits v0.2.19
30172024-08-21T05:30:18.041Z[ helios-setup] Aug 21 05:30:17.658 INFO E| Compiling itoa v1.0.11
30182024-08-21T05:30:18.229Z[ helios-setup] Aug 21 05:30:17.858 INFO E| Compiling unicode-segmentation v1.11.0
30192024-08-21T05:30:18.282Z[ helios-setup] Aug 21 05:30:17.910 INFO E| Compiling memoffset v0.5.6
30202024-08-21T05:30:18.290Z[ helios-setup] Aug 21 05:30:17.916 INFO E| Compiling pre-proc-macro v0.2.1
30212024-08-21T05:30:18.475Z[ helios-setup] Aug 21 05:30:18.102 INFO E| Compiling memchr v2.7.4
30222024-08-21T05:30:18.557Z[ helios-setup] Aug 21 05:30:18.186 INFO E| Compiling lazy_static v1.5.0
30232024-08-21T05:30:18.800Z[ helios-setup] Aug 21 05:30:18.429 INFO E| Compiling paste v1.0.15
30242024-08-21T05:30:18.810Z[ helios-setup] Aug 21 05:30:18.439 INFO E| Compiling libc v0.2.155
30252024-08-21T05:30:18.880Z[ helios-setup] Aug 21 05:30:18.504 INFO E| Compiling ucd-trie v0.1.6
30262024-08-21T05:30:18.966Z[ helios-setup] Aug 21 05:30:18.595 INFO E| Compiling dyn-clone v1.0.17
30272024-08-21T05:30:19.626Z[ helios-setup] Aug 21 05:30:19.255 INFO E| Compiling quote v1.0.36
30282024-08-21T05:30:19.935Z[ helios-setup] Aug 21 05:30:19.564 INFO E| Compiling heck v0.3.3
30292024-08-21T05:30:19.957Z[ helios-setup] Aug 21 05:30:19.585 INFO E| Compiling rustversion v1.0.17
30302024-08-21T05:30:20.250Z[ helios-setup] Aug 21 05:30:19.875 INFO E| Compiling syn v2.0.71
30312024-08-21T05:30:21.066Z[ helios-setup] Aug 21 05:30:20.695 INFO E| Compiling pre v0.2.1
30322024-08-21T05:30:21.538Z[ helios-setup] Aug 21 05:30:21.166 INFO E| Compiling static_assertions v1.1.0
30332024-08-21T05:30:21.632Z[ helios-setup] Aug 21 05:30:21.261 INFO E| Compiling cfg-if v0.1.10
30342024-08-21T05:30:21.723Z[ helios-setup] Aug 21 05:30:21.349 INFO E| Compiling once_cell v1.19.0
30352024-08-21T05:30:22.078Z[ helios-setup] Aug 21 05:30:21.707 INFO E| Compiling byteorder v1.5.0
30362024-08-21T05:30:23.009Z[ helios-setup] Aug 21 05:30:22.638 INFO E| Compiling unicode-width v0.1.13
30372024-08-21T05:30:23.532Z[ helios-setup] Aug 21 05:30:23.161 INFO E| Compiling textwrap v0.11.0
30382024-08-21T05:30:24.727Z[ helios-setup] Aug 21 05:30:24.355 INFO E| Compiling atty v0.2.14
30392024-08-21T05:30:24.769Z[ helios-setup] Aug 21 05:30:24.396 INFO E| Compiling strsim v0.8.0
30402024-08-21T05:30:24.937Z[ helios-setup] Aug 21 05:30:24.565 INFO E| Compiling unic-char-range v0.9.0
30412024-08-21T05:30:25.278Z[ helios-setup] Aug 21 05:30:24.905 INFO E| Compiling parse_int v0.6.0
30422024-08-21T05:30:25.304Z[ helios-setup] Aug 21 05:30:24.932 INFO E| Compiling unic-common v0.9.0
30432024-08-21T05:30:25.446Z[ helios-setup] Aug 21 05:30:25.074 INFO E| Compiling strum v0.23.0
30442024-08-21T05:30:25.578Z[ helios-setup] Aug 21 05:30:25.206 INFO E| Compiling ansi_term v0.12.1
30452024-08-21T05:30:25.658Z[ helios-setup] Aug 21 05:30:25.286 INFO E| Compiling vec_map v0.8.2
30462024-08-21T05:30:25.667Z[ helios-setup] Aug 21 05:30:25.292 INFO E| Compiling bitflags v1.3.2
30472024-08-21T05:30:25.751Z[ helios-setup] Aug 21 05:30:25.379 INFO E| Compiling fletcher v0.1.0
30482024-08-21T05:30:25.764Z[ helios-setup] Aug 21 05:30:25.392 INFO E| Compiling unic-ucd-version v0.9.0
30492024-08-21T05:30:25.861Z[ helios-setup] Aug 21 05:30:25.489 INFO E| Compiling unic-char-property v0.9.0
30502024-08-21T05:30:26.040Z[ helios-setup] Aug 21 05:30:25.668 INFO E| Compiling log v0.4.22
30512024-08-21T05:30:26.120Z[ helios-setup] Aug 21 05:30:25.748 INFO E| Compiling plain v0.2.3
30522024-08-21T05:30:26.235Z[ helios-setup] Aug 21 05:30:25.863 INFO E| Compiling clap v2.34.0
30532024-08-21T05:30:26.263Z[ helios-setup] Aug 21 05:30:25.890 INFO E| Compiling unic-ucd-ident v0.9.0
30542024-08-21T05:30:26.542Z[ helios-setup] Aug 21 05:30:26.169 INFO E| Compiling bytesize v1.3.0
30552024-08-21T05:30:29.052Z[ helios-setup] Aug 21 05:30:28.680 INFO E| Compiling serde_derive_internals v0.29.1
30562024-08-21T05:30:29.957Z[ helios-setup] Aug 21 05:30:29.582 INFO E| Compiling toml v0.5.11
30572024-08-21T05:30:32.974Z[ helios-setup] Aug 21 05:30:32.600 INFO E| Compiling proc-macro-crate v0.1.5
30582024-08-21T05:30:33.194Z[ host-package] Compiling multimap v0.10.0
30592024-08-21T05:30:34.741Z[ helios-setup] Aug 21 05:30:34.367 INFO E| Compiling thiserror-impl v1.0.63
30602024-08-21T05:30:34.896Z[ helios-setup] Aug 21 05:30:34.521 INFO E| Compiling serde_derive v1.0.204
30612024-08-21T05:30:35.098Z[ helios-setup] Aug 21 05:30:34.724 INFO E| Compiling schemars_derive v0.8.21
30622024-08-21T05:30:35.232Z[ helios-setup] Aug 21 05:30:34.858 INFO E| Compiling zerocopy-derive v0.6.6
30632024-08-21T05:30:38.862Z[ helios-setup] Aug 21 05:30:38.488 INFO E| Compiling zerocopy v0.6.6
30642024-08-21T05:30:41.019Z[ helios-setup] Aug 21 05:30:40.645 INFO E| Compiling pest v2.7.11
30652024-08-21T05:30:41.575Z[ helios-setup] Aug 21 05:30:41.201 INFO E| Compiling modular-bitfield-impl v0.11.2
30662024-08-21T05:30:41.697Z[ helios-setup] Aug 21 05:30:41.323 INFO E| Compiling num-derive v0.3.3
30672024-08-21T05:30:42.162Z[ helios-setup] Aug 21 05:30:41.788 INFO E| Compiling strum_macros v0.23.1
30682024-08-21T05:30:44.754Z[ helios-setup] Aug 21 05:30:44.379 INFO E| Compiling scroll_derive v0.10.5
30692024-08-21T05:30:45.394Z[ helios-setup] Aug 21 05:30:45.019 INFO E| Compiling structopt-derive v0.4.18
30702024-08-21T05:30:46.345Z[ helios-setup] Aug 21 05:30:45.970 INFO E| Compiling pest_meta v2.7.11
30712024-08-21T05:30:47.127Z[ helios-setup] Aug 21 05:30:46.752 INFO E| Compiling modular-bitfield v0.11.2
30722024-08-21T05:30:48.324Z[ helios-setup] Aug 21 05:30:47.949 INFO E| Compiling scroll v0.10.2
30732024-08-21T05:30:48.897Z[ helios-setup] Aug 21 05:30:48.522 INFO E| Compiling pest_generator v2.7.11
30742024-08-21T05:30:49.019Z[ helios-setup] Aug 21 05:30:48.643 INFO E| Compiling goblin v0.4.3
30752024-08-21T05:30:51.336Z[ helios-setup] Aug 21 05:30:50.960 INFO E| Compiling structopt v0.3.26
30762024-08-21T05:30:53.954Z[ helios-setup] Aug 21 05:30:53.578 INFO E| Compiling pest_derive v2.7.11
30772024-08-21T05:30:58.469Z[ helios-setup] Aug 21 05:30:58.093 INFO E| Compiling json5 v0.4.1
30782024-08-21T05:31:04.042Z[ helios-setup] Aug 21 05:31:03.665 INFO E| Compiling four-cc v0.3.0
30792024-08-21T05:31:04.042Z[ helios-setup] Aug 21 05:31:03.665 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30802024-08-21T05:31:04.333Z[ helios-setup] Aug 21 05:31:03.955 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30812024-08-21T05:31:47.285Z[ helios-setup] Aug 21 05:31:46.888 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30822024-08-21T05:32:05.046Z[ helios-setup] Aug 21 05:32:04.658 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30832024-08-21T05:32:15.831Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30842024-08-21T05:32:43.256Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30852024-08-21T05:32:59.177Z[ helios-setup] Aug 21 05:32:58.782 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 46s
30862024-08-21T05:32:59.214Z[ helios-setup] Aug 21 05:32:58.819 INFO building project "amd-host-image-builder" ok (197 seconds)
30872024-08-21T05:32:59.217Z[ helios-setup] rm -f helios-build
30882024-08-21T05:32:59.220Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30892024-08-21T05:32:59.223Z[ helios-setup]
30902024-08-21T05:32:59.225Z[ helios-setup] Setup complete! ./helios-build is now available.
30912024-08-21T05:32:59.228Z[ helios-setup]
30922024-08-21T05:32:59.228Z[ helios-setup]
30932024-08-21T05:32:59.228Z[ helios-setup] real 12:36.836797898
30942024-08-21T05:32:59.228Z[ helios-setup] user 29:06.169460690
30952024-08-21T05:32:59.228Z[ helios-setup] sys 3:33.856399101
30962024-08-21T05:32:59.228Z[ helios-setup] trap 1.671953439
30972024-08-21T05:32:59.228Z[ helios-setup] tflt 9.159145912
30982024-08-21T05:32:59.228Z[ helios-setup] dflt 40.182404056
30992024-08-21T05:32:59.228Z[ helios-setup] kflt 0.030680769
31002024-08-21T05:32:59.228Z[ helios-setup] lock 1:57:10.868125974
31012024-08-21T05:32:59.228Z[ helios-setup] slp 3:46:12.639624593
31022024-08-21T05:32:59.228Z[ helios-setup] lat 33:12.477386345
31032024-08-21T05:32:59.228Z[ helios-setup] stop 4:44.268124241
31042024-08-21T05:32:59.231ZAug 21 05:32:58.833 INFO [helios-setup] process exited with exit status: 0 (756.843181247s)
31052024-08-21T05:32:59.231ZAug 21 05:32:58.833 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31062024-08-21T05:32:59.249Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31072024-08-21T05:32:59.483Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31082024-08-21T05:32:59.485Z[ phbl-toolchain] info: downloading component 'cargo'
31092024-08-21T05:33:00.888Z[ phbl-toolchain] info: downloading component 'clippy'
31102024-08-21T05:33:01.339Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31112024-08-21T05:33:06.641Z[ phbl-toolchain] info: downloading component 'miri'
31122024-08-21T05:33:06.988Z[ phbl-toolchain] info: downloading component 'rust-docs'
31132024-08-21T05:33:08.309Z[ phbl-toolchain] info: downloading component 'rust-src'
31142024-08-21T05:33:08.500Z[ phbl-toolchain] info: downloading component 'rust-std'
31152024-08-21T05:33:10.754Z[ phbl-toolchain] info: downloading component 'rustc'
31162024-08-21T05:33:16.449Z[ phbl-toolchain] info: downloading component 'rustfmt'
31172024-08-21T05:33:16.687Z[ phbl-toolchain] info: installing component 'cargo'
31182024-08-21T05:33:18.063Z[ phbl-toolchain] info: installing component 'clippy'
31192024-08-21T05:33:18.619Z[ phbl-toolchain] info: installing component 'llvm-tools'
31202024-08-21T05:33:24.308Z[ phbl-toolchain] info: installing component 'miri'
31212024-08-21T05:33:24.673Z[ phbl-toolchain] info: installing component 'rust-docs'
31222024-08-21T05:33:31.812Z[ phbl-toolchain] info: installing component 'rust-src'
31232024-08-21T05:33:32.623Z[ phbl-toolchain] info: installing component 'rust-std'
31242024-08-21T05:33:35.093Z[ phbl-toolchain] info: installing component 'rustc'
31252024-08-21T05:33:41.381Z[ phbl-toolchain] info: installing component 'rustfmt'
31262024-08-21T05:33:42.238Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31272024-08-21T05:33:42.241ZAug 21 05:33:41.839 INFO [phbl-toolchain] process exited with exit status: 0 (43.006058564s)
31282024-08-21T05:40:01.449Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 53s
31292024-08-21T05:40:53.730ZAug 21 05:40:52.413 INFO [host-package] process exited with exit status: 0 (1185.007916991s)
31302024-08-21T05:40:53.745ZAug 21 05:40:52.413 INFO [host-stamp] running task
31312024-08-21T05:40:53.745ZAug 21 05:40:52.414 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31322024-08-21T05:40:53.745ZAug 21 05:40:52.414 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+gitaee57d347df
31332024-08-21T05:40:53.745ZAug 21 05:40:52.426 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+gitaee57d347df
31342024-08-21T05:40:53.745Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31352024-08-21T05:40:53.745ZAug 21 05:40:52.432 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+gitaee57d347df
31362024-08-21T05:40:53.745Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31372024-08-21T05:40:53.745ZAug 21 05:40:52.439 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+gitaee57d347df
31382024-08-21T05:40:53.745Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31392024-08-21T05:40:53.745Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31402024-08-21T05:40:53.745ZAug 21 05:40:52.447 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+gitaee57d347df
31412024-08-21T05:40:53.745Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31422024-08-21T05:40:53.745Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31432024-08-21T05:40:53.745ZAug 21 05:40:52.457 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+gitaee57d347df
31442024-08-21T05:40:53.746Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31452024-08-21T05:40:53.746Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31462024-08-21T05:40:53.746ZAug 21 05:40:52.468 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+gitaee57d347df
31472024-08-21T05:40:53.746ZAug 21 05:40:52.478 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+gitaee57d347df
31482024-08-21T05:40:53.746Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31492024-08-21T05:40:53.746Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31502024-08-21T05:40:53.746ZAug 21 05:40:52.488 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (49.712216ms)
31512024-08-21T05:40:53.746ZAug 21 05:40:52.488 INFO [stamp-oxlog] process exited with exit status: 0 (74.526094ms)
31522024-08-21T05:40:53.746ZAug 21 05:40:52.489 INFO [stamp-overlay] process exited with exit status: 0 (31.10513ms)
31532024-08-21T05:40:53.746Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31542024-08-21T05:40:53.746Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31552024-08-21T05:40:53.746Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31562024-08-21T05:40:53.746ZAug 21 05:40:52.596 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (127.313815ms)
31572024-08-21T05:40:53.746Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31582024-08-21T05:40:53.746ZAug 21 05:40:52.711 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (264.297767ms)
31592024-08-21T05:40:53.746Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31602024-08-21T05:40:53.746ZAug 21 05:40:52.796 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (364.517287ms)
31612024-08-21T05:40:54.081Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31622024-08-21T05:40:54.084ZAug 21 05:40:53.617 INFO [stamp-propolis-server] process exited with exit status: 0 (1.138780246s)
31632024-08-21T05:40:54.156Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31642024-08-21T05:40:56.592Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31652024-08-21T05:41:03.023Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31662024-08-21T05:41:03.026ZAug 21 05:41:02.556 INFO [stamp-switch-asic] process exited with exit status: 0 (10.130659537s)
31672024-08-21T05:41:03.029ZAug 21 05:41:02.556 INFO [host-stamp] task succeeded (10.143358734s)
31682024-08-21T05:41:03.029ZAug 21 05:41:02.556 INFO [host-proto] running task
31692024-08-21T05:41:03.372ZAug 21 05:41:02.902 INFO [host-proto] task succeeded (345.859867ms)
31702024-08-21T05:41:03.372ZAug 21 05:41:02.902 INFO [host-profile] running task
31712024-08-21T05:41:03.374ZAug 21 05:41:02.903 INFO [host-profile] task succeeded (269.605µs)
31722024-08-21T05:41:03.374ZAug 21 05:41:02.903 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpgrZf3n/proto/host/root -N 'ci aee57d3/${os_short_commit} 2024-08-21 05:20' -s host -B
31732024-08-21T05:41:03.388Z[ host-image] Aug 21 05:41:02.918 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31742024-08-21T05:41:03.390Z[ host-image] Aug 21 05:41:02.918 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31752024-08-21T05:41:03.402Z[ host-image] Aug 21 05:41:02.933 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpgrZf3n/proto/host/root"
31762024-08-21T05:41:03.403Z[ host-image] Aug 21 05:41:02.933 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31772024-08-21T05:41:03.405Z[ host-image] Aug 21 05:41:02.933 INFO image builder template: ramdisk-01-os...
31782024-08-21T05:41:03.405Z[ host-image] Aug 21 05:41:02.933 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/.tmpgrZf3n/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
31792024-08-21T05:41:03.423Z[ host-image] Aug 21 05:41:02.953 INFO O| Aug 21 05:41:02.953 INFO CREATE DATASET: rpool/images/build/host/output
31802024-08-21T05:41:03.599Z[ host-image] Aug 21 05:41:03.129 INFO O| Aug 21 05:41:03.129 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31812024-08-21T05:41:03.604Z[ host-image] Aug 21 05:41:03.134 INFO O| Aug 21 05:41:03.134 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31822024-08-21T05:41:03.809Z[ host-image] Aug 21 05:41:03.340 INFO O| Aug 21 05:41:03.340 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31832024-08-21T05:41:03.931Z[ host-image] Aug 21 05:41:03.461 INFO O| Aug 21 05:41:03.461 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31842024-08-21T05:41:03.931Z[ host-image] Aug 21 05:41:03.461 INFO O| Aug 21 05:41:03.461 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31852024-08-21T05:41:03.935Z[ host-image] Aug 21 05:41:03.461 INFO O| Aug 21 05:41:03.461 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31862024-08-21T05:41:03.935Z[ host-image] Aug 21 05:41:03.461 INFO O| Aug 21 05:41:03.461 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31872024-08-21T05:41:03.939Z[ host-image] Aug 21 05:41:03.469 INFO O| Aug 21 05:41:03.469 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31882024-08-21T05:41:04.136Z[ host-image] Aug 21 05:41:03.666 INFO O| Aug 21 05:41:03.666 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31892024-08-21T05:41:04.147Z[ host-image] Aug 21 05:41:03.677 INFO O| Aug 21 05:41:03.677 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31902024-08-21T05:41:04.541Z[ host-image] Aug 21 05:41:04.071 INFO O| Aug 21 05:41:04.071 INFO O| Caching catalogs ... Done
31912024-08-21T05:41:04.653Z[ host-image] Aug 21 05:41:04.182 INFO O| Aug 21 05:41:04.182 INFO STEP 0 (pkg_image_create) COMPLETE
31922024-08-21T05:41:04.653Z[ host-image] Aug 21 05:41:04.182 INFO O| Aug 21 05:41:04.182 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31932024-08-21T05:41:04.656Z[ host-image] Aug 21 05:41:04.182 INFO O| Aug 21 05:41:04.182 INFO skip step because feature "repo_redist" is not enabled
31942024-08-21T05:41:04.656Z[ host-image] Aug 21 05:41:04.182 INFO O| Aug 21 05:41:04.182 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31952024-08-21T05:41:04.671Z[ host-image] Aug 21 05:41:04.200 INFO O| Aug 21 05:41:04.200 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"]
31962024-08-21T05:41:05.087Z[ host-image] Aug 21 05:41:04.617 INFO O| Aug 21 05:41:04.617 INFO STEP 2 (pkg_set_publisher) COMPLETE
31972024-08-21T05:41:05.087Z[ host-image] Aug 21 05:41:04.617 INFO O| Aug 21 05:41:04.617 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31982024-08-21T05:41:05.104Z[ host-image] Aug 21 05:41:04.634 INFO O| Aug 21 05:41:04.634 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"]
31992024-08-21T05:41:05.670Z[ host-image] Aug 21 05:41:05.200 INFO O| Aug 21 05:41:05.200 INFO STEP 3 (pkg_set_publisher) COMPLETE
32002024-08-21T05:41:05.670Z[ host-image] Aug 21 05:41:05.200 INFO O| Aug 21 05:41:05.200 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32012024-08-21T05:41:05.674Z[ host-image] Aug 21 05:41:05.200 INFO O| Aug 21 05:41:05.200 INFO skip step because feature "repo_redist" is not enabled
32022024-08-21T05:41:05.674Z[ host-image] Aug 21 05:41:05.200 INFO O| Aug 21 05:41:05.200 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32032024-08-21T05:41:06.227Z[ host-image] Aug 21 05:41:05.757 INFO O| Aug 21 05:41:05.757 INFO variant opensolaris.zone is already global
32042024-08-21T05:41:06.227Z[ host-image] Aug 21 05:41:05.757 INFO O| Aug 21 05:41:05.757 INFO STEP 5 (pkg_change_variant) COMPLETE
32052024-08-21T05:41:06.230Z[ host-image] Aug 21 05:41:05.757 INFO O| Aug 21 05:41:05.757 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32062024-08-21T05:41:06.824Z[ host-image] Aug 21 05:41:06.354 INFO O| Aug 21 05:41:06.354 INFO variant opensolaris.imagetype is full; changing to partial
32072024-08-21T05:41:06.824Z[ host-image] Aug 21 05:41:06.354 INFO O| Aug 21 05:41:06.354 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32082024-08-21T05:41:13.168Z[ host-image] Aug 21 05:41:12.697 INFO O| Aug 21 05:41:12.696 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32092024-08-21T05:41:15.324Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.21s
32102024-08-21T05:41:15.395Z[ host-image] Aug 21 05:41:14.923 INFO O| Aug 21 05:41:14.923 INFO O| Startup: Caching catalogs ... Done
32112024-08-21T05:41:15.446Z[ host-image] Aug 21 05:41:14.974 INFO O| Aug 21 05:41:14.974 INFO O| Planning: Planning completed in 0.00 seconds
32122024-08-21T05:41:15.449Z[ host-image] Aug 21 05:41:14.975 INFO O| Aug 21 05:41:14.974 INFO O| Planning: Consolidating action changes ... Done
32132024-08-21T05:41:15.450Z[ host-image] Aug 21 05:41:14.975 INFO O| Aug 21 05:41:14.975 INFO O| Planning: Evaluating mediators ... Done
32142024-08-21T05:41:15.450Z[ host-image] Aug 21 05:41:14.975 INFO O| Aug 21 05:41:14.975 INFO O| Planning: Planning completed in 0.00 seconds
32152024-08-21T05:41:15.450Z[ host-image] Aug 21 05:41:14.975 INFO O| Aug 21 05:41:14.975 INFO O| Variants/Facets to change: 1
32162024-08-21T05:41:15.460Z[ host-image] Aug 21 05:41:14.989 INFO O| Aug 21 05:41:14.989 INFO O| Done
32172024-08-21T05:41:15.461Z[ host-image] Aug 21 05:41:14.989 INFO O| Aug 21 05:41:14.989 INFO O| Done
32182024-08-21T05:41:15.830Z[ host-image] Aug 21 05:41:15.346 INFO O| Aug 21 05:41:15.346 INFO O| Done
32192024-08-21T05:41:15.852Z[ host-image] Aug 21 05:41:15.378 INFO O| Aug 21 05:41:15.378 INFO O| Done
32202024-08-21T05:41:15.862Z[ host-image] Aug 21 05:41:15.379 INFO O| Aug 21 05:41:15.379 INFO O| Done
32212024-08-21T05:41:15.862Z[ host-image] Aug 21 05:41:15.379 INFO O| Aug 21 05:41:15.379 INFO O| Done
32222024-08-21T05:41:15.862Z[ host-image] Aug 21 05:41:15.380 INFO O| Aug 21 05:41:15.380 INFO O| Done
32232024-08-21T05:41:16.147Z[ host-image] Aug 21 05:41:15.673 INFO O| Aug 21 05:41:15.673 INFO STEP 6 (pkg_change_variant) COMPLETE
32242024-08-21T05:41:16.153Z[ host-image] Aug 21 05:41:15.673 INFO O| Aug 21 05:41:15.673 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32252024-08-21T05:41:16.153Z[ host-image] Aug 21 05:41:15.673 INFO O| Aug 21 05:41:15.673 INFO skip step because feature "debug_variant" is not enabled
32262024-08-21T05:41:16.153Z[ host-image] Aug 21 05:41:15.673 INFO O| Aug 21 05:41:15.673 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32272024-08-21T05:41:16.524Z[ host-image] Aug 21 05:41:16.051 INFO O| Aug 21 05:41:16.051 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32282024-08-21T05:41:16.848ZAug 21 05:41:16.375 INFO [recovery-package] process exited with exit status: 0 (23.961032116s)
32292024-08-21T05:41:16.848ZAug 21 05:41:16.375 INFO [recovery-stamp] running task
32302024-08-21T05:41:16.851ZAug 21 05:41:16.375 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32312024-08-21T05:41:16.855ZAug 21 05:41:16.382 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitaee57d347df
32322024-08-21T05:41:16.862ZAug 21 05:41:16.390 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+gitaee57d347df
32332024-08-21T05:41:16.871Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32342024-08-21T05:41:16.880Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32352024-08-21T05:41:16.944Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32362024-08-21T05:41:16.947ZAug 21 05:41:16.475 INFO [stamp-installinator] process exited with exit status: 0 (93.058761ms)
32372024-08-21T05:41:16.981Z[ host-image] Aug 21 05:41:16.509 INFO O| Aug 21 05:41:16.509 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32382024-08-21T05:41:16.984Z[ host-image] Aug 21 05:41:16.510 INFO O| Aug 21 05:41:16.510 INFO O| Planning: Planning completed in 0.00 seconds
32392024-08-21T05:41:16.984Z[ host-image] Aug 21 05:41:16.511 INFO O| Aug 21 05:41:16.511 INFO O| Planning: Consolidating action changes ... Done
32402024-08-21T05:41:16.984Z[ host-image] Aug 21 05:41:16.511 INFO O| Aug 21 05:41:16.511 INFO O| Planning: Evaluating mediators ... Done
32412024-08-21T05:41:16.984Z[ host-image] Aug 21 05:41:16.511 INFO O| Aug 21 05:41:16.511 INFO O| Planning: Planning completed in 0.00 seconds
32422024-08-21T05:41:16.984Z[ host-image] Aug 21 05:41:16.511 INFO O| Aug 21 05:41:16.511 INFO O| Variants/Facets to change: 1
32432024-08-21T05:41:16.998Z[ host-image] Aug 21 05:41:16.526 INFO O| Aug 21 05:41:16.526 INFO O| Done
32442024-08-21T05:41:16.998Z[ host-image] Aug 21 05:41:16.526 INFO O| Aug 21 05:41:16.526 INFO O| Done
32452024-08-21T05:41:17.003Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32462024-08-21T05:41:17.007ZAug 21 05:41:16.535 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (145.213344ms)
32472024-08-21T05:41:17.009ZAug 21 05:41:16.535 INFO [recovery-stamp] task succeeded (159.875688ms)
32482024-08-21T05:41:17.009ZAug 21 05:41:16.535 INFO [recovery-proto] running task
32492024-08-21T05:41:17.009ZAug 21 05:41:16.535 INFO [tuf-stamp] running task
32502024-08-21T05:41:17.009ZAug 21 05:41:16.536 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+gitaee57d347df
32512024-08-21T05:41:17.018ZAug 21 05:41:16.546 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+gitaee57d347df
32522024-08-21T05:41:17.027ZAug 21 05:41:16.555 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+gitaee57d347df
32532024-08-21T05:41:17.035Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32542024-08-21T05:41:17.038ZAug 21 05:41:16.566 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+gitaee57d347df
32552024-08-21T05:41:17.045Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32562024-08-21T05:41:17.048ZAug 21 05:41:16.575 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+gitaee57d347df
32572024-08-21T05:41:17.057Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32582024-08-21T05:41:17.075Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32592024-08-21T05:41:17.077ZAug 21 05:41:16.603 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+gitaee57d347df
32602024-08-21T05:41:17.091Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32612024-08-21T05:41:17.102ZAug 21 05:41:16.630 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+gitaee57d347df
32622024-08-21T05:41:17.132Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32632024-08-21T05:41:17.135ZAug 21 05:41:16.661 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+gitaee57d347df
32642024-08-21T05:41:17.154Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32652024-08-21T05:41:17.157ZAug 21 05:41:16.682 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+gitaee57d347df
32662024-08-21T05:41:17.202ZAug 21 05:41:16.730 INFO [recovery-proto] task succeeded (194.742013ms)
32672024-08-21T05:41:17.205ZAug 21 05:41:16.730 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpgrZf3n/proto/recovery/root -N 'recovery aee57d3/${os_short_commit} 2024-08-21 05:20' -s recovery -R
32682024-08-21T05:41:17.225Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32692024-08-21T05:41:17.228ZAug 21 05:41:16.753 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+gitaee57d347df
32702024-08-21T05:41:17.238Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32712024-08-21T05:41:17.238ZAug 21 05:41:16.766 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+gitaee57d347df
32722024-08-21T05:41:17.241Z[ recovery-image] Aug 21 05:41:16.765 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32732024-08-21T05:41:17.298Z[ recovery-image] Aug 21 05:41:16.766 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32742024-08-21T05:41:17.301Z[ recovery-image] Aug 21 05:41:16.822 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpgrZf3n/proto/recovery/root"
32752024-08-21T05:41:17.301Z[ recovery-image] Aug 21 05:41:16.822 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32762024-08-21T05:41:17.301Z[ recovery-image] Aug 21 05:41:16.822 INFO image builder template: ramdisk-01-os...
32772024-08-21T05:41:17.301Z[ recovery-image] Aug 21 05:41:16.822 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/.tmpgrZf3n/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
32782024-08-21T05:41:17.323Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32792024-08-21T05:41:17.347Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32802024-08-21T05:41:17.352Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32812024-08-21T05:41:17.467Z[ recovery-image] Aug 21 05:41:16.995 INFO O| Aug 21 05:41:16.932 INFO CREATE DATASET: rpool/images/build/recovery/output
32822024-08-21T05:41:17.596Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32832024-08-21T05:41:17.603ZAug 21 05:41:17.131 INFO [stamp-ntp] process exited with exit status: 0 (584.734835ms)
32842024-08-21T05:41:17.622ZAug 21 05:41:17.143 INFO [stamp-probe] process exited with exit status: 0 (513.338797ms)
32852024-08-21T05:41:17.694Z[ host-image] Aug 21 05:41:17.221 INFO O| Aug 21 05:41:17.221 INFO O| Done
32862024-08-21T05:41:17.785Z[ host-image] Aug 21 05:41:17.309 INFO O| Aug 21 05:41:17.309 INFO O| Done
32872024-08-21T05:41:17.785Z[ host-image] Aug 21 05:41:17.309 INFO O| Aug 21 05:41:17.309 INFO O| Done
32882024-08-21T05:41:17.785Z[ host-image] Aug 21 05:41:17.310 INFO O| Aug 21 05:41:17.309 INFO O| Done
32892024-08-21T05:41:17.788Z[ host-image] Aug 21 05:41:17.311 INFO O| Aug 21 05:41:17.311 INFO O| Done
32902024-08-21T05:41:17.815Z[ recovery-image] Aug 21 05:41:17.333 INFO O| Aug 21 05:41:17.314 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32912024-08-21T05:41:17.815Z[ recovery-image] Aug 21 05:41:17.333 INFO O| Aug 21 05:41:17.321 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32922024-08-21T05:41:17.896Z[ host-image] Aug 21 05:41:17.424 INFO O| Aug 21 05:41:17.424 INFO STEP 8 (pkg_change_facet) COMPLETE
32932024-08-21T05:41:17.896Z[ host-image] Aug 21 05:41:17.424 INFO O| Aug 21 05:41:17.424 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32942024-08-21T05:41:17.896Z[ host-image] Aug 21 05:41:17.424 INFO O| Aug 21 05:41:17.424 INFO skip step because feature "recovery" is not enabled
32952024-08-21T05:41:17.896Z[ host-image] Aug 21 05:41:17.424 INFO O| Aug 21 05:41:17.424 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32962024-08-21T05:41:17.900Z[ host-image] Aug 21 05:41:17.424 INFO O| Aug 21 05:41:17.424 INFO skip step because feature "recovery" is not enabled
32972024-08-21T05:41:17.930Z[ host-image] Aug 21 05:41:17.424 INFO O| Aug 21 05:41:17.424 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32982024-08-21T05:41:17.990Z[ host-image] Aug 21 05:41:17.441 INFO O| Aug 21 05:41:17.441 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"]
32992024-08-21T05:41:18.177Z[ recovery-image] Aug 21 05:41:17.705 INFO O| Aug 21 05:41:17.705 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33002024-08-21T05:41:18.261Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33012024-08-21T05:41:18.277Z[ recovery-image] Aug 21 05:41:17.804 INFO O| Aug 21 05:41:17.804 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33022024-08-21T05:41:18.280Z[ recovery-image] Aug 21 05:41:17.804 INFO O| Aug 21 05:41:17.804 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33032024-08-21T05:41:18.280Z[ recovery-image] Aug 21 05:41:17.804 INFO O| Aug 21 05:41:17.804 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33042024-08-21T05:41:18.280Z[ recovery-image] Aug 21 05:41:17.804 INFO O| Aug 21 05:41:17.804 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33052024-08-21T05:41:18.287Z[ recovery-image] Aug 21 05:41:17.815 INFO O| Aug 21 05:41:17.815 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33062024-08-21T05:41:18.295ZAug 21 05:41:17.823 INFO [stamp-external-dns] process exited with exit status: 0 (1.25646908s)
33072024-08-21T05:41:18.545Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
33082024-08-21T05:41:18.569Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33092024-08-21T05:41:18.571Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33102024-08-21T05:41:18.606ZAug 21 05:41:18.129 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.525777803s)
33112024-08-21T05:41:18.608Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33122024-08-21T05:41:18.608Z[ recovery-image] Aug 21 05:41:18.135 INFO O| Aug 21 05:41:18.134 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33132024-08-21T05:41:18.623Z[ recovery-image] Aug 21 05:41:18.150 INFO O| Aug 21 05:41:18.150 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33142024-08-21T05:41:18.659ZAug 21 05:41:18.187 INFO [stamp-internal-dns] process exited with exit status: 0 (1.526288507s)
33152024-08-21T05:41:18.883Z[ host-image] Aug 21 05:41:18.411 INFO O| Aug 21 05:41:18.411 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33162024-08-21T05:41:19.127Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33172024-08-21T05:41:19.134ZAug 21 05:41:18.660 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.894089833s)
33182024-08-21T05:41:19.136Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33192024-08-21T05:41:19.138Z[ recovery-image] Aug 21 05:41:18.666 INFO O| Aug 21 05:41:18.665 INFO O| Caching catalogs ... Done
33202024-08-21T05:41:19.140ZAug 21 05:41:18.666 INFO [stamp-oximeter] process exited with exit status: 0 (2.111012413s)
33212024-08-21T05:41:19.234Z[ recovery-image] Aug 21 05:41:18.761 INFO O| Aug 21 05:41:18.761 INFO STEP 0 (pkg_image_create) COMPLETE
33222024-08-21T05:41:19.234Z[ recovery-image] Aug 21 05:41:18.761 INFO O| Aug 21 05:41:18.761 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33232024-08-21T05:41:19.237Z[ recovery-image] Aug 21 05:41:18.761 INFO O| Aug 21 05:41:18.761 INFO skip step because feature "repo_redist" is not enabled
33242024-08-21T05:41:19.237Z[ recovery-image] Aug 21 05:41:18.761 INFO O| Aug 21 05:41:18.761 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33252024-08-21T05:41:19.247Z[ recovery-image] Aug 21 05:41:18.775 INFO O| Aug 21 05:41:18.775 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"]
33262024-08-21T05:41:19.719Z[ recovery-image] Aug 21 05:41:19.247 INFO O| Aug 21 05:41:19.247 INFO STEP 2 (pkg_set_publisher) COMPLETE
33272024-08-21T05:41:19.720Z[ recovery-image] Aug 21 05:41:19.247 INFO O| Aug 21 05:41:19.247 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-08-21T05:41:19.733Z[ recovery-image] Aug 21 05:41:19.260 INFO O| Aug 21 05:41:19.260 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"]
33292024-08-21T05:41:20.199Z[ recovery-image] Aug 21 05:41:19.725 INFO O| Aug 21 05:41:19.725 INFO STEP 3 (pkg_set_publisher) COMPLETE
33302024-08-21T05:41:20.199Z[ recovery-image] Aug 21 05:41:19.726 INFO O| Aug 21 05:41:19.725 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33312024-08-21T05:41:20.199Z[ recovery-image] Aug 21 05:41:19.726 INFO O| Aug 21 05:41:19.725 INFO skip step because feature "repo_redist" is not enabled
33322024-08-21T05:41:20.199Z[ recovery-image] Aug 21 05:41:19.726 INFO O| Aug 21 05:41:19.725 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33332024-08-21T05:41:20.634Z[ recovery-image] Aug 21 05:41:20.162 INFO O| Aug 21 05:41:20.162 INFO variant opensolaris.zone is already global
33342024-08-21T05:41:20.634Z[ recovery-image] Aug 21 05:41:20.162 INFO O| Aug 21 05:41:20.162 INFO STEP 5 (pkg_change_variant) COMPLETE
33352024-08-21T05:41:20.634Z[ recovery-image] Aug 21 05:41:20.162 INFO O| Aug 21 05:41:20.162 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-08-21T05:41:20.767Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33372024-08-21T05:41:20.772ZAug 21 05:41:20.300 INFO [stamp-nexus] process exited with exit status: 0 (3.617872119s)
33382024-08-21T05:41:21.024Z[ recovery-image] Aug 21 05:41:20.552 INFO O| Aug 21 05:41:20.552 INFO variant opensolaris.imagetype is full; changing to partial
33392024-08-21T05:41:21.025Z[ recovery-image] Aug 21 05:41:20.552 INFO O| Aug 21 05:41:20.552 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33402024-08-21T05:41:22.772Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33412024-08-21T05:41:22.777ZAug 21 05:41:22.304 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.550702338s)
33422024-08-21T05:41:23.151Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33432024-08-21T05:41:23.294Z[verify-libraries] Compiling heck v0.4.1
33442024-08-21T05:41:23.294Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33452024-08-21T05:41:23.296Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33462024-08-21T05:41:23.313Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33472024-08-21T05:41:23.316Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33482024-08-21T05:41:23.329Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33492024-08-21T05:41:23.332Z[verify-libraries] Compiling indent_write v2.2.0
33502024-08-21T05:41:23.823Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33512024-08-21T05:41:24.235Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33522024-08-21T05:41:24.237Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33532024-08-21T05:41:24.335Z[verify-libraries] Compiling termios v0.3.3
33542024-08-21T05:41:24.455Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33552024-08-21T05:41:25.238Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33562024-08-21T05:41:27.308Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33572024-08-21T05:41:27.363ZAug 21 05:41:26.890 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.314917669s)
33582024-08-21T05:41:27.446Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33592024-08-21T05:41:27.474ZAug 21 05:41:27.001 INFO [stamp-clickhouse] process exited with exit status: 0 (10.464676878s)
33602024-08-21T05:41:27.474ZAug 21 05:41:27.001 INFO [tuf-stamp] task succeeded (10.465411444s)
33612024-08-21T05:41:27.697Z[ recovery-image] Aug 21 05:41:27.223 INFO O| Aug 21 05:41:27.223 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33622024-08-21T05:41:34.741Z[ recovery-image] Aug 21 05:41:34.266 INFO O| Aug 21 05:41:34.266 INFO O| Startup: Caching catalogs ... Done
33632024-08-21T05:41:34.903Z[ recovery-image] Aug 21 05:41:34.428 INFO O| Aug 21 05:41:34.428 INFO O| Planning: Planning completed in 0.00 seconds
33642024-08-21T05:41:34.908Z[ recovery-image] Aug 21 05:41:34.429 INFO O| Aug 21 05:41:34.429 INFO O| Planning: Consolidating action changes ... Done
33652024-08-21T05:41:34.908Z[ recovery-image] Aug 21 05:41:34.429 INFO O| Aug 21 05:41:34.429 INFO O| Planning: Evaluating mediators ... Done
33662024-08-21T05:41:34.908Z[ recovery-image] Aug 21 05:41:34.430 INFO O| Aug 21 05:41:34.430 INFO O| Planning: Planning completed in 0.00 seconds
33672024-08-21T05:41:34.908Z[ recovery-image] Aug 21 05:41:34.430 INFO O| Aug 21 05:41:34.430 INFO O| Variants/Facets to change: 1
33682024-08-21T05:41:34.970Z[ recovery-image] Aug 21 05:41:34.495 INFO O| Aug 21 05:41:34.495 INFO O| Done
33692024-08-21T05:41:34.970Z[ recovery-image] Aug 21 05:41:34.495 INFO O| Aug 21 05:41:34.495 INFO O| Done
33702024-08-21T05:41:35.626Z[ recovery-image] Aug 21 05:41:35.152 INFO O| Aug 21 05:41:35.152 INFO O| Done
33712024-08-21T05:41:35.704Z[ recovery-image] Aug 21 05:41:35.229 INFO O| Aug 21 05:41:35.229 INFO O| Done
33722024-08-21T05:41:35.706Z[ recovery-image] Aug 21 05:41:35.231 INFO O| Aug 21 05:41:35.231 INFO O| Done
33732024-08-21T05:41:35.706Z[ recovery-image] Aug 21 05:41:35.231 INFO O| Aug 21 05:41:35.231 INFO O| Done
33742024-08-21T05:41:35.709Z[ recovery-image] Aug 21 05:41:35.234 INFO O| Aug 21 05:41:35.234 INFO O| Done
33752024-08-21T05:41:36.210Z[ recovery-image] Aug 21 05:41:35.735 INFO O| Aug 21 05:41:35.735 INFO STEP 6 (pkg_change_variant) COMPLETE
33762024-08-21T05:41:36.210Z[ recovery-image] Aug 21 05:41:35.735 INFO O| Aug 21 05:41:35.735 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33772024-08-21T05:41:36.212Z[ recovery-image] Aug 21 05:41:35.735 INFO O| Aug 21 05:41:35.735 INFO skip step because feature "debug_variant" is not enabled
33782024-08-21T05:41:36.212Z[ recovery-image] Aug 21 05:41:35.735 INFO O| Aug 21 05:41:35.735 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33792024-08-21T05:41:36.900Z[ recovery-image] Aug 21 05:41:36.425 INFO O| Aug 21 05:41:36.425 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33802024-08-21T05:41:37.856Z[ recovery-image] Aug 21 05:41:37.380 INFO O| Aug 21 05:41:37.380 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33812024-08-21T05:41:37.859Z[ recovery-image] Aug 21 05:41:37.382 INFO O| Aug 21 05:41:37.382 INFO O| Planning: Planning completed in 0.00 seconds
33822024-08-21T05:41:37.859Z[ recovery-image] Aug 21 05:41:37.384 INFO O| Aug 21 05:41:37.384 INFO O| Planning: Consolidating action changes ... Done
33832024-08-21T05:41:37.859Z[ recovery-image] Aug 21 05:41:37.384 INFO O| Aug 21 05:41:37.384 INFO O| Planning: Evaluating mediators ... Done
33842024-08-21T05:41:37.861Z[ recovery-image] Aug 21 05:41:37.385 INFO O| Aug 21 05:41:37.385 INFO O| Planning: Planning completed in 0.00 seconds
33852024-08-21T05:41:37.861Z[ recovery-image] Aug 21 05:41:37.385 INFO O| Aug 21 05:41:37.385 INFO O| Variants/Facets to change: 1
33862024-08-21T05:41:37.924Z[ recovery-image] Aug 21 05:41:37.449 INFO O| Aug 21 05:41:37.449 INFO O| Done
33872024-08-21T05:41:37.924Z[ recovery-image] Aug 21 05:41:37.449 INFO O| Aug 21 05:41:37.449 INFO O| Done
33882024-08-21T05:41:38.449Z[ recovery-image] Aug 21 05:41:37.974 INFO O| Aug 21 05:41:37.974 INFO O| Done
33892024-08-21T05:41:38.508Z[ recovery-image] Aug 21 05:41:38.032 INFO O| Aug 21 05:41:38.032 INFO O| Done
33902024-08-21T05:41:38.510Z[ recovery-image] Aug 21 05:41:38.033 INFO O| Aug 21 05:41:38.033 INFO O| Done
33912024-08-21T05:41:38.510Z[ recovery-image] Aug 21 05:41:38.033 INFO O| Aug 21 05:41:38.033 INFO O| Done
33922024-08-21T05:41:38.510Z[ recovery-image] Aug 21 05:41:38.035 INFO O| Aug 21 05:41:38.035 INFO O| Done
33932024-08-21T05:41:38.620Z[ recovery-image] Aug 21 05:41:38.145 INFO O| Aug 21 05:41:38.145 INFO STEP 8 (pkg_change_facet) COMPLETE
33942024-08-21T05:41:38.620Z[ recovery-image] Aug 21 05:41:38.145 INFO O| Aug 21 05:41:38.145 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33952024-08-21T05:41:39.368Z[ recovery-image] Aug 21 05:41:38.893 INFO O| Aug 21 05:41:38.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33962024-08-21T05:41:40.367Z[ recovery-image] Aug 21 05:41:39.892 INFO O| Aug 21 05:41:39.892 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33972024-08-21T05:41:40.369Z[ recovery-image] Aug 21 05:41:39.894 INFO O| Aug 21 05:41:39.894 INFO O| Planning: Planning completed in 0.00 seconds
33982024-08-21T05:41:40.371Z[ recovery-image] Aug 21 05:41:39.895 INFO O| Aug 21 05:41:39.895 INFO O| Planning: Consolidating action changes ... Done
33992024-08-21T05:41:40.372Z[ recovery-image] Aug 21 05:41:39.895 INFO O| Aug 21 05:41:39.895 INFO O| Planning: Evaluating mediators ... Done
34002024-08-21T05:41:40.372Z[ recovery-image] Aug 21 05:41:39.896 INFO O| Aug 21 05:41:39.896 INFO O| Planning: Planning completed in 0.00 seconds
34012024-08-21T05:41:40.372Z[ recovery-image] Aug 21 05:41:39.896 INFO O| Aug 21 05:41:39.896 INFO O| Variants/Facets to change: 1
34022024-08-21T05:41:40.440Z[ recovery-image] Aug 21 05:41:39.965 INFO O| Aug 21 05:41:39.964 INFO O| Done
34032024-08-21T05:41:40.440Z[ recovery-image] Aug 21 05:41:39.965 INFO O| Aug 21 05:41:39.965 INFO O| Done
34042024-08-21T05:41:40.965Z[ recovery-image] Aug 21 05:41:40.490 INFO O| Aug 21 05:41:40.489 INFO O| Done
34052024-08-21T05:41:41.018Z[ recovery-image] Aug 21 05:41:40.543 INFO O| Aug 21 05:41:40.543 INFO O| Done
34062024-08-21T05:41:41.021Z[ recovery-image] Aug 21 05:41:40.544 INFO O| Aug 21 05:41:40.544 INFO O| Done
34072024-08-21T05:41:41.021Z[ recovery-image] Aug 21 05:41:40.544 INFO O| Aug 21 05:41:40.544 INFO O| Done
34082024-08-21T05:41:41.024Z[ recovery-image] Aug 21 05:41:40.547 INFO O| Aug 21 05:41:40.547 INFO O| Done
34092024-08-21T05:41:41.134Z[ recovery-image] Aug 21 05:41:40.658 INFO O| Aug 21 05:41:40.658 INFO STEP 9 (pkg_change_facet) COMPLETE
34102024-08-21T05:41:41.134Z[ recovery-image] Aug 21 05:41:40.658 INFO O| Aug 21 05:41:40.658 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-08-21T05:41:41.904Z[ recovery-image] Aug 21 05:41:41.428 INFO O| Aug 21 05:41:41.428 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34122024-08-21T05:41:43.050Z[ recovery-image] Aug 21 05:41:42.574 INFO O| Aug 21 05:41:42.574 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34132024-08-21T05:41:43.052Z[ recovery-image] Aug 21 05:41:42.576 INFO O| Aug 21 05:41:42.576 INFO O| Planning: Planning completed in 0.00 seconds
34142024-08-21T05:41:43.055Z[ recovery-image] Aug 21 05:41:42.577 INFO O| Aug 21 05:41:42.577 INFO O| Planning: Consolidating action changes ... Done
34152024-08-21T05:41:43.055Z[ recovery-image] Aug 21 05:41:42.577 INFO O| Aug 21 05:41:42.577 INFO O| Planning: Evaluating mediators ... Done
34162024-08-21T05:41:43.055Z[ recovery-image] Aug 21 05:41:42.577 INFO O| Aug 21 05:41:42.577 INFO O| Planning: Planning completed in 0.00 seconds
34172024-08-21T05:41:43.055Z[ recovery-image] Aug 21 05:41:42.578 INFO O| Aug 21 05:41:42.578 INFO O| Variants/Facets to change: 1
34182024-08-21T05:41:43.122Z[ recovery-image] Aug 21 05:41:42.646 INFO O| Aug 21 05:41:42.646 INFO O| Done
34192024-08-21T05:41:43.122Z[ recovery-image] Aug 21 05:41:42.646 INFO O| Aug 21 05:41:42.646 INFO O| Done
34202024-08-21T05:41:43.757Z[ recovery-image] Aug 21 05:41:43.281 INFO O| Aug 21 05:41:43.281 INFO O| Done
34212024-08-21T05:41:43.809Z[ recovery-image] Aug 21 05:41:43.333 INFO O| Aug 21 05:41:43.333 INFO O| Done
34222024-08-21T05:41:43.812Z[ recovery-image] Aug 21 05:41:43.335 INFO O| Aug 21 05:41:43.334 INFO O| Done
34232024-08-21T05:41:43.812Z[ recovery-image] Aug 21 05:41:43.335 INFO O| Aug 21 05:41:43.335 INFO O| Done
34242024-08-21T05:41:43.816Z[ recovery-image] Aug 21 05:41:43.337 INFO O| Aug 21 05:41:43.337 INFO O| Done
34252024-08-21T05:41:43.960Z[ recovery-image] Aug 21 05:41:43.480 INFO O| Aug 21 05:41:43.480 INFO STEP 10 (pkg_change_facet) COMPLETE
34262024-08-21T05:41:43.960Z[ recovery-image] Aug 21 05:41:43.480 INFO O| Aug 21 05:41:43.480 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34272024-08-21T05:41:43.977Z[ recovery-image] Aug 21 05:41:43.501 INFO O| Aug 21 05:41:43.500 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"]
34282024-08-21T05:41:45.075Z[ recovery-image] Aug 21 05:41:44.598 INFO O| Aug 21 05:41:44.598 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34292024-08-21T05:41:48.482Z[ host-image] Aug 21 05:41:48.004 INFO O| Aug 21 05:41:48.004 INFO O| Planning: Solver setup ... Done
34302024-08-21T05:41:49.994Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34312024-08-21T05:41:52.994Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34322024-08-21T05:41:57.092Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34332024-08-21T05:42:12.259Z[ host-image] Aug 21 05:42:11.778 INFO O| Aug 21 05:42:11.778 INFO O| Planning: Running solver ... Done
34342024-08-21T05:42:12.637Z[ host-image] Aug 21 05:42:12.157 INFO O| Aug 21 05:42:12.156 INFO O| Planning: Finding local manifests ... Done
34352024-08-21T05:42:12.652Z[ host-image] Aug 21 05:42:12.172 INFO O| Aug 21 05:42:12.172 INFO O| Planning: Fetching manifests: 0/124 0% complete
34362024-08-21T05:42:16.258Z[ recovery-image] Aug 21 05:42:15.777 INFO O| Aug 21 05:42:15.777 INFO O| Planning: Solver setup ... Done
34372024-08-21T05:42:18.048Z[ host-image] Aug 21 05:42:17.566 INFO O| Aug 21 05:42:17.565 INFO O| Planning: Fetching manifests: 124/124 100% complete
34382024-08-21T05:42:19.335Z[ host-image] Aug 21 05:42:18.853 INFO O| Aug 21 05:42:18.853 INFO O| Planning: Package planning ... Done
34392024-08-21T05:42:21.076Z[ host-image] Aug 21 05:42:20.593 INFO O| Aug 21 05:42:20.593 INFO O| Planning: Merging actions ... Done
34402024-08-21T05:42:21.488Z[ host-image] Aug 21 05:42:21.007 INFO O| Aug 21 05:42:21.006 INFO O| Planning: Checking for conflicting actions ... Done
34412024-08-21T05:42:21.778Z[ host-image] Aug 21 05:42:21.296 INFO O| Aug 21 05:42:21.295 INFO O| Planning: Consolidating action changes ... Done
34422024-08-21T05:42:22.440Z[ host-image] Aug 21 05:42:21.958 INFO O| Aug 21 05:42:21.958 INFO O| Planning: Evaluating mediators ... Done
34432024-08-21T05:42:28.751Z[ host-image] Aug 21 05:42:28.266 INFO O| Aug 21 05:42:28.266 INFO O| Planning: Planning completed in 69.85 seconds
34442024-08-21T05:42:28.757Z[ host-image] Aug 21 05:42:28.273 INFO O| Aug 21 05:42:28.273 INFO O| Packages to install: 124
34452024-08-21T05:42:28.764Z[ host-image] Aug 21 05:42:28.273 INFO O| Aug 21 05:42:28.273 INFO O| Mediators to change: 4
34462024-08-21T05:42:28.764Z[ host-image] Aug 21 05:42:28.273 INFO O| Aug 21 05:42:28.273 INFO O| Services to change: 6
34472024-08-21T05:42:28.905Z[ host-image] Aug 21 05:42:28.421 INFO O| Aug 21 05:42:28.421 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
34482024-08-21T05:42:32.082Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34492024-08-21T05:42:33.906Z[ host-image] Aug 21 05:42:33.422 INFO O| Aug 21 05:42:33.422 INFO O| Download: 1052/22728 items 8.1/196.4MB 4% complete (1.7M/s)
34502024-08-21T05:42:36.688Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34512024-08-21T05:42:39.274Z[ host-image] Aug 21 05:42:38.788 INFO O| Aug 21 05:42:38.788 INFO O| Download: 1694/22728 items 11.2/196.4MB 5% complete (1.1M/s)
34522024-08-21T05:42:39.828Z[ recovery-image] Aug 21 05:42:39.342 INFO O| Aug 21 05:42:39.342 INFO O| Planning: Running solver ... Done
34532024-08-21T05:42:40.148Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542024-08-21T05:42:40.244Z[ recovery-image] Aug 21 05:42:39.759 INFO O| Aug 21 05:42:39.759 INFO O| Planning: Finding local manifests ... Done
34552024-08-21T05:42:40.268Z[ recovery-image] Aug 21 05:42:39.783 INFO O| Aug 21 05:42:39.783 INFO O| Planning: Fetching manifests: 0/124 0% complete
34562024-08-21T05:42:44.348Z[ recovery-image] Aug 21 05:42:43.862 INFO O| Aug 21 05:42:43.862 INFO O| Planning: Fetching manifests: 124/124 100% complete
34572024-08-21T05:42:44.552Z[ host-image] Aug 21 05:42:44.067 INFO O| Aug 21 05:42:44.067 INFO O| Download: 2252/22728 items 24.5/196.4MB 12% complete (1.7M/s)
34582024-08-21T05:42:45.421Z[ recovery-image] Aug 21 05:42:44.922 INFO O| Aug 21 05:42:44.922 INFO O| Planning: Package planning ... Done
34592024-08-21T05:42:46.002Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34602024-08-21T05:42:46.107Z[ recovery-image] Aug 21 05:42:45.621 INFO O| Aug 21 05:42:45.621 INFO O| Planning: Merging actions ... Done
34612024-08-21T05:42:46.281Z[ recovery-image] Aug 21 05:42:45.795 INFO O| Aug 21 05:42:45.795 INFO O| Planning: Checking for conflicting actions ... Done
34622024-08-21T05:42:46.430Z[ recovery-image] Aug 21 05:42:45.944 INFO O| Aug 21 05:42:45.944 INFO O| Planning: Consolidating action changes ... Done
34632024-08-21T05:42:46.797Z[ recovery-image] Aug 21 05:42:46.311 INFO O| Aug 21 05:42:46.311 INFO O| Planning: Evaluating mediators ... Done
34642024-08-21T05:42:49.557Z[ host-image] Aug 21 05:42:49.069 INFO O| Aug 21 05:42:49.069 INFO O| Download: 3431/22728 items 35.5/196.4MB 18% complete (2.3M/s)
34652024-08-21T05:42:55.000Z[ recovery-image] Aug 21 05:42:52.507 INFO O| Aug 21 05:42:52.507 INFO O| Planning: Planning completed in 67.91 seconds
34662024-08-21T05:42:55.091Z[ recovery-image] Aug 21 05:42:52.515 INFO O| Aug 21 05:42:52.514 INFO O| Packages to install: 124
34672024-08-21T05:42:55.091Z[ recovery-image] Aug 21 05:42:52.515 INFO O| Aug 21 05:42:52.515 INFO O| Mediators to change: 4
34682024-08-21T05:42:55.091Z[ recovery-image] Aug 21 05:42:52.515 INFO O| Aug 21 05:42:52.515 INFO O| Services to change: 5
34692024-08-21T05:42:55.091Z[ recovery-image] Aug 21 05:42:52.610 INFO O| Aug 21 05:42:52.610 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34702024-08-21T05:42:55.091Z[ host-image] Aug 21 05:42:54.069 INFO O| Aug 21 05:42:54.069 INFO O| Download: 4424/22728 items 41.3/196.4MB 21% complete (1.7M/s)
34712024-08-21T05:42:58.397Z[ recovery-image] Aug 21 05:42:57.910 INFO O| Aug 21 05:42:57.910 INFO O| Download: 1057/15831 items 7.9/173.2MB 4% complete (1.6M/s)
34722024-08-21T05:42:59.296Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34732024-08-21T05:42:59.580Z[ host-image] Aug 21 05:42:59.092 INFO O| Aug 21 05:42:59.092 INFO O| Download: 4883/22728 items 45.8/196.4MB 23% complete (1.1M/s)
34742024-08-21T05:43:03.148Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34752024-08-21T05:43:03.401Z[ recovery-image] Aug 21 05:43:02.913 INFO O| Aug 21 05:43:02.913 INFO O| Download: 1150/15831 items 9.8/173.2MB 5% complete (1008k/s)
34762024-08-21T05:43:04.602Z[ host-image] Aug 21 05:43:04.114 INFO O| Aug 21 05:43:04.114 INFO O| Download: 5866/22728 items 46.3/196.4MB 23% complete (521k/s)
34772024-08-21T05:43:09.028Z[ recovery-image] Aug 21 05:43:08.539 INFO O| Aug 21 05:43:08.539 INFO O| Download: 1467/15831 items 21.5/173.2MB 12% complete (1.5M/s)
34782024-08-21T05:43:09.761Z[ host-image] Aug 21 05:43:09.272 INFO O| Aug 21 05:43:09.272 INFO O| Download: 6754/22728 items 47.8/196.4MB 24% complete (206k/s)
34792024-08-21T05:43:14.043Z[ recovery-image] Aug 21 05:43:13.553 INFO O| Aug 21 05:43:13.553 INFO O| Download: 1894/15831 items 28.9/173.2MB 16% complete (1.7M/s)
34802024-08-21T05:43:14.772Z[ host-image] Aug 21 05:43:14.282 INFO O| Aug 21 05:43:14.282 INFO O| Download: 7213/22728 items 57.1/196.4MB 29% complete (1.1M/s)
34812024-08-21T05:43:19.062Z[ recovery-image] Aug 21 05:43:18.571 INFO O| Aug 21 05:43:18.571 INFO O| Download: 2726/15831 items 34.2/173.2MB 19% complete (1.2M/s)
34822024-08-21T05:43:19.812Z[ host-image] Aug 21 05:43:19.322 INFO O| Aug 21 05:43:19.321 INFO O| Download: 8019/22728 items 60.2/196.4MB 30% complete (1.2M/s)
34832024-08-21T05:43:24.077Z[ recovery-image] Aug 21 05:43:23.585 INFO O| Aug 21 05:43:23.585 INFO O| Download: 3702/15831 items 41.7/173.2MB 24% complete (1.2M/s)
34842024-08-21T05:43:24.852Z[ host-image] Aug 21 05:43:24.360 INFO O| Aug 21 05:43:24.360 INFO O| Download: 8411/22728 items 69.4/196.4MB 35% complete (1.2M/s)
34852024-08-21T05:43:29.079Z[ recovery-image] Aug 21 05:43:28.587 INFO O| Aug 21 05:43:28.586 INFO O| Download: 4714/15831 items 42.9/173.2MB 24% complete (975k/s)
34862024-08-21T05:43:29.921Z[ host-image] Aug 21 05:43:29.428 INFO O| Aug 21 05:43:29.428 INFO O| Download: 9382/22728 items 81.5/196.4MB 41% complete (2.0M/s)
34872024-08-21T05:43:34.098Z[ recovery-image] Aug 21 05:43:33.605 INFO O| Aug 21 05:43:33.604 INFO O| Download: 5187/15831 items 43.2/173.2MB 24% complete (249k/s)
34882024-08-21T05:43:34.949Z[ host-image] Aug 21 05:43:34.456 INFO O| Aug 21 05:43:34.456 INFO O| Download: 10383/22728 items 87.8/196.4MB 44% complete (1.9M/s)
34892024-08-21T05:43:39.257Z[ recovery-image] Aug 21 05:43:38.756 INFO O| Aug 21 05:43:38.756 INFO O| Download: 5722/15831 items 46.1/173.2MB 26% complete (285k/s)
34902024-08-21T05:43:40.112Z[ host-image] Aug 21 05:43:39.617 INFO O| Aug 21 05:43:39.617 INFO O| Download: 11081/22728 items 92.0/196.4MB 46% complete (1.1M/s)
34912024-08-21T05:43:44.265Z[ recovery-image] Aug 21 05:43:43.770 INFO O| Aug 21 05:43:43.770 INFO O| Download: 6096/15831 items 56.3/173.2MB 32% complete (1.2M/s)
34922024-08-21T05:43:45.114Z[ host-image] Aug 21 05:43:44.619 INFO O| Aug 21 05:43:44.619 INFO O| Download: 11691/22728 items 96.3/196.4MB 49% complete (864k/s)
34932024-08-21T05:43:49.266Z[ recovery-image] Aug 21 05:43:48.770 INFO O| Aug 21 05:43:48.770 INFO O| Download: 7121/15831 items 73.0/173.2MB 42% complete (2.6M/s)
34942024-08-21T05:43:50.194Z[ host-image] Aug 21 05:43:49.698 INFO O| Aug 21 05:43:49.698 INFO O| Download: 12095/22728 items 101.0/196.4MB 51% complete (929k/s)
34952024-08-21T05:43:54.452Z[ recovery-image] Aug 21 05:43:53.956 INFO O| Aug 21 05:43:53.956 INFO O| Download: 7932/15831 items 77.6/173.2MB 44% complete (2.2M/s)
34962024-08-21T05:43:55.207Z[ host-image] Aug 21 05:43:54.711 INFO O| Aug 21 05:43:54.711 INFO O| Download: 12713/22728 items 109.6/196.4MB 55% complete (1.3M/s)
34972024-08-21T05:44:00.197Z[ host-image] Aug 21 05:43:59.700 INFO O| Aug 21 05:43:59.700 INFO O| Download: 13741/22728 items 110.1/196.4MB 56% complete (942k/s)
34982024-08-21T05:44:00.638Z[ recovery-image] Aug 21 05:44:00.141 INFO O| Aug 21 05:44:00.141 INFO O| Download: 8658/15831 items 81.5/173.2MB 47% complete (1.3M/s)
34992024-08-21T05:44:05.559Z[ host-image] Aug 21 05:44:05.061 INFO O| Aug 21 05:44:05.061 INFO O| Download: 14460/22728 items 112.3/196.4MB 57% complete (257k/s)
35002024-08-21T05:44:05.754Z[ recovery-image] Aug 21 05:44:05.256 INFO O| Aug 21 05:44:05.256 INFO O| Download: 8949/15831 items 92.6/173.2MB 53% complete (1.4M/s)
35012024-08-21T05:44:10.577Z[ host-image] Aug 21 05:44:10.078 INFO O| Aug 21 05:44:10.078 INFO O| Download: 15384/22728 items 124.9/196.4MB 63% complete (1.4M/s)
35022024-08-21T05:44:10.873Z[ recovery-image] Aug 21 05:44:10.373 INFO O| Aug 21 05:44:10.373 INFO O| Download: 9921/15831 items 93.1/173.2MB 53% complete (1.2M/s)
35032024-08-21T05:44:15.872Z[ recovery-image] Aug 21 05:44:15.373 INFO O| Aug 21 05:44:15.373 INFO O| Download: 10898/15831 items 93.8/173.2MB 54% complete (121k/s)
35042024-08-21T05:44:15.937Z[ host-image] Aug 21 05:44:15.438 INFO O| Aug 21 05:44:15.438 INFO O| Download: 15831/22728 items 130.1/196.4MB 66% complete (1.8M/s)
35052024-08-21T05:44:20.938Z[ host-image] Aug 21 05:44:20.438 INFO O| Aug 21 05:44:20.438 INFO O| Download: 17025/22728 items 140.1/196.4MB 71% complete (1.5M/s)
35062024-08-21T05:44:21.582Z[ recovery-image] Aug 21 05:44:21.082 INFO O| Aug 21 05:44:21.082 INFO O| Download: 11079/15831 items 99.5/173.2MB 57% complete (569k/s)
35072024-08-21T05:44:25.940Z[ host-image] Aug 21 05:44:25.439 INFO O| Aug 21 05:44:25.439 INFO O| Download: 17998/22728 items 159.2/196.4MB 81% complete (2.9M/s)
35082024-08-21T05:44:26.850Z[ recovery-image] Aug 21 05:44:26.349 INFO O| Aug 21 05:44:26.349 INFO O| Download: 11399/15831 items 107.0/173.2MB 61% complete (1.3M/s)
35092024-08-21T05:44:31.862Z[ recovery-image] Aug 21 05:44:31.361 INFO O| Aug 21 05:44:31.360 INFO O| Download: 11941/15831 items 133.0/173.2MB 76% complete (3.2M/s)
35102024-08-21T05:44:32.031Z[ host-image] Aug 21 05:44:31.527 INFO O| Aug 21 05:44:31.527 INFO O| Download: 18942/22728 items 162.9/196.4MB 82% complete (2.4M/s)
35112024-08-21T05:44:36.882Z[ recovery-image] Aug 21 05:44:36.380 INFO O| Aug 21 05:44:36.380 INFO O| Download: 12841/15831 items 140.6/173.2MB 81% complete (3.4M/s)
35122024-08-21T05:44:37.051Z[ host-image] Aug 21 05:44:36.548 INFO O| Aug 21 05:44:36.547 INFO O| Download: 19812/22728 items 165.9/196.4MB 84% complete (613k/s)
35132024-08-21T05:44:41.890Z[ recovery-image] Aug 21 05:44:41.387 INFO O| Aug 21 05:44:41.387 INFO O| Download: 13723/15831 items 143.7/173.2MB 82% complete (1.1M/s)
35142024-08-21T05:44:42.051Z[ host-image] Aug 21 05:44:41.548 INFO O| Aug 21 05:44:41.547 INFO O| Download: 20595/22728 items 169.4/196.4MB 86% complete (665k/s)
35152024-08-21T05:44:46.910Z[ recovery-image] Aug 21 05:44:46.405 INFO O| Aug 21 05:44:46.405 INFO O| Download: 14550/15831 items 147.2/173.2MB 84% complete (678k/s)
35162024-08-21T05:44:47.224Z[ host-image] Aug 21 05:44:46.719 INFO O| Aug 21 05:44:46.719 INFO O| Download: 21020/22728 items 176.3/196.4MB 89% complete (1.1M/s)
35172024-08-21T05:44:52.165Z[ recovery-image] Aug 21 05:44:51.660 INFO O| Aug 21 05:44:51.660 INFO O| Download: 14746/15831 items 153.2/173.2MB 88% complete (978k/s)
35182024-08-21T05:44:52.225Z[ host-image] Aug 21 05:44:51.720 INFO O| Aug 21 05:44:51.719 INFO O| Download: 21079/22728 items 176.4/196.4MB 89% complete (723k/s)
35192024-08-21T05:44:57.391Z[ recovery-image] Aug 21 05:44:56.885 INFO O| Aug 21 05:44:56.885 INFO O| Download: 15238/15831 items 157.7/173.2MB 91% complete (899k/s)
35202024-08-21T05:44:57.820Z[ host-image] Aug 21 05:44:57.314 INFO O| Aug 21 05:44:57.314 INFO O| Download: 21866/22728 items 188.2/196.4MB 95% complete (1.2M/s)
35212024-08-21T05:45:02.730Z[ recovery-image] Aug 21 05:45:02.224 INFO O| Aug 21 05:45:02.223 INFO O| Download: 15591/15831 items 166.5/173.2MB 96% complete (1.4M/s)
35222024-08-21T05:45:02.948Z[ host-image] Aug 21 05:45:02.442 INFO O| Aug 21 05:45:02.442 INFO O| Download: 22013/22728 items 189.6/196.4MB 96% complete (1.3M/s)
35232024-08-21T05:45:06.359Z[ recovery-image] Aug 21 05:45:05.852 INFO O| Aug 21 05:45:05.852 INFO O| Download: Completed 173.17 MB in 133.24 seconds (1.3M/s)
35242024-08-21T05:45:06.423Z[ host-image] Aug 21 05:45:05.915 INFO O| Aug 21 05:45:05.915 INFO O| Download: Completed 196.39 MB in 157.49 seconds (1.2M/s)
35252024-08-21T05:45:07.292Z[ recovery-image] Aug 21 05:45:06.785 INFO O| Aug 21 05:45:06.785 INFO O| Actions: 1/24964 actions (Installing new actions)
35262024-08-21T05:45:07.519Z[ host-image] Aug 21 05:45:07.011 INFO O| Aug 21 05:45:07.011 INFO O| Actions: 1/49261 actions (Installing new actions)
35272024-08-21T05:45:12.301Z[ recovery-image] Aug 21 05:45:11.793 INFO O| Aug 21 05:45:11.793 INFO O| Actions: 8696/24964 actions (Installing new actions)
35282024-08-21T05:45:12.519Z[ host-image] Aug 21 05:45:12.011 INFO O| Aug 21 05:45:12.011 INFO O| Actions: 8986/49261 actions (Installing new actions)
35292024-08-21T05:45:17.325Z[ recovery-image] Aug 21 05:45:16.816 INFO O| Aug 21 05:45:16.816 INFO O| Actions: 14602/24964 actions (Installing new actions)
35302024-08-21T05:45:17.520Z[ host-image] Aug 21 05:45:17.011 INFO O| Aug 21 05:45:17.011 INFO O| Actions: 14680/49261 actions (Installing new actions)
35312024-08-21T05:45:22.326Z[ recovery-image] Aug 21 05:45:21.816 INFO O| Aug 21 05:45:21.816 INFO O| Actions: 23745/24964 actions (Installing new actions)
35322024-08-21T05:45:22.574Z[ host-image] Aug 21 05:45:22.064 INFO O| Aug 21 05:45:22.064 INFO O| Actions: 20241/49261 actions (Installing new actions)
35332024-08-21T05:45:27.360Z[ recovery-image] Aug 21 05:45:26.848 INFO O| Aug 21 05:45:26.848 INFO O| Actions: 24913/24964 actions (Installing new actions)
35342024-08-21T05:45:27.384Z[ recovery-image] Aug 21 05:45:26.872 INFO O| Aug 21 05:45:26.872 INFO O| Actions: Completed 24964 actions in 20.08 seconds.
35352024-08-21T05:45:27.575Z[ host-image] Aug 21 05:45:27.064 INFO O| Aug 21 05:45:27.064 INFO O| Actions: 43295/49261 actions (Installing new actions)
35362024-08-21T05:45:28.006Z[ recovery-image] Aug 21 05:45:27.496 INFO O| Aug 21 05:45:27.496 INFO O| Done
35372024-08-21T05:45:28.006Z[ recovery-image] Aug 21 05:45:27.496 INFO O| Aug 21 05:45:27.496 INFO O| Done
35382024-08-21T05:45:29.099Z[ recovery-image] Aug 21 05:45:28.586 INFO O| Aug 21 05:45:28.586 INFO O| Done
35392024-08-21T05:45:31.135Z[ recovery-image] Aug 21 05:45:30.622 INFO O| Aug 21 05:45:30.622 INFO O| Done
35402024-08-21T05:45:31.156Z[ recovery-image] Aug 21 05:45:30.645 INFO O| Aug 21 05:45:30.644 INFO O| Done
35412024-08-21T05:45:32.664Z[ host-image] Aug 21 05:45:32.145 INFO O| Aug 21 05:45:32.145 INFO O| Actions: 48843/49261 actions (Installing new actions)
35422024-08-21T05:45:33.986Z[ host-image] Aug 21 05:45:33.475 INFO O| Aug 21 05:45:33.475 INFO O| Actions: Completed 49261 actions in 26.46 seconds.
35432024-08-21T05:45:34.552Z[ host-image] Aug 21 05:45:34.039 INFO O| Aug 21 05:45:34.039 INFO O| Done
35442024-08-21T05:45:34.552Z[ host-image] Aug 21 05:45:34.039 INFO O| Aug 21 05:45:34.039 INFO O| Done
35452024-08-21T05:45:35.601Z[ host-image] Aug 21 05:45:35.089 INFO O| Aug 21 05:45:35.089 INFO O| Done
35462024-08-21T05:45:38.192Z[ host-image] Aug 21 05:45:37.673 INFO O| Aug 21 05:45:37.673 INFO O| Done
35472024-08-21T05:45:38.221Z[ host-image] Aug 21 05:45:37.709 INFO O| Aug 21 05:45:37.709 INFO O| Done
35482024-08-21T05:45:40.567Z[ recovery-image] Aug 21 05:45:40.054 INFO O| Aug 21 05:45:40.054 INFO O| Done
35492024-08-21T05:45:40.908Z[ recovery-image] Aug 21 05:45:40.394 INFO O| Aug 21 05:45:40.394 INFO O| Done
35502024-08-21T05:45:41.097Z[ recovery-image] Aug 21 05:45:40.584 INFO O| Aug 21 05:45:40.584 INFO STEP 11 (pkg_install) COMPLETE
35512024-08-21T05:45:41.097Z[ recovery-image] Aug 21 05:45:40.584 INFO O| Aug 21 05:45:40.584 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-08-21T05:45:41.099Z[ recovery-image] Aug 21 05:45:40.584 INFO O| Aug 21 05:45:40.584 INFO skip step because feature "recovery" is enabled
35532024-08-21T05:45:41.099Z[ recovery-image] Aug 21 05:45:40.584 INFO O| Aug 21 05:45:40.584 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-08-21T05:45:41.099Z[ recovery-image] Aug 21 05:45:40.584 INFO O| Aug 21 05:45:40.584 INFO skip step because feature "omicron1" is not enabled
35552024-08-21T05:45:41.099Z[ recovery-image] Aug 21 05:45:40.584 INFO O| Aug 21 05:45:40.584 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-08-21T05:45:41.109Z[ recovery-image] Aug 21 05:45:40.596 INFO O| Aug 21 05:45:40.596 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35572024-08-21T05:45:41.636Z[ recovery-image] Aug 21 05:45:41.118 INFO O| Aug 21 05:45:41.117 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35582024-08-21T05:45:43.096Z[ recovery-image] Aug 21 05:45:42.576 INFO O| Aug 21 05:45:42.576 INFO O| Planning: Solver setup ... Done
35592024-08-21T05:45:43.102Z[ recovery-image] Aug 21 05:45:42.580 INFO O| Aug 21 05:45:42.580 INFO O| Planning: Running solver ... Done
35602024-08-21T05:45:43.132Z[ recovery-image] Aug 21 05:45:42.618 INFO O| Aug 21 05:45:42.618 INFO O| Planning: Finding local manifests ... Done
35612024-08-21T05:45:43.134Z[ recovery-image] Aug 21 05:45:42.618 INFO O| Aug 21 05:45:42.618 INFO O| Planning: Fetching manifests: 0/1 0% complete
35622024-08-21T05:45:43.199Z[ recovery-image] Aug 21 05:45:42.686 INFO O| Aug 21 05:45:42.686 INFO O| Planning: Fetching manifests: 1/1 100% complete
35632024-08-21T05:45:43.223Z[ recovery-image] Aug 21 05:45:42.709 INFO O| Aug 21 05:45:42.709 INFO O| Planning: Package planning ... Done
35642024-08-21T05:45:43.227Z[ recovery-image] Aug 21 05:45:42.710 INFO O| Aug 21 05:45:42.710 INFO O| Planning: Merging actions ... Done
35652024-08-21T05:45:43.256Z[ recovery-image] Aug 21 05:45:42.743 INFO O| Aug 21 05:45:42.743 INFO O| Planning: Checking for conflicting actions ... Done
35662024-08-21T05:45:43.258Z[ recovery-image] Aug 21 05:45:42.744 INFO O| Aug 21 05:45:42.743 INFO O| Planning: Consolidating action changes ... Done
35672024-08-21T05:45:43.383Z[ recovery-image] Aug 21 05:45:42.870 INFO O| Aug 21 05:45:42.870 INFO O| Planning: Evaluating mediators ... Done
35682024-08-21T05:45:43.387Z[ recovery-image] Aug 21 05:45:42.871 INFO O| Aug 21 05:45:42.871 INFO O| Planning: Planning completed in 1.75 seconds
35692024-08-21T05:45:43.387Z[ recovery-image] Aug 21 05:45:42.872 INFO O| Aug 21 05:45:42.872 INFO O| Packages to install: 1
35702024-08-21T05:45:43.395Z[ recovery-image] Aug 21 05:45:42.883 INFO O| Aug 21 05:45:42.883 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35712024-08-21T05:45:44.208Z[ recovery-image] Aug 21 05:45:43.655 INFO O| Aug 21 05:45:43.655 INFO O| Download: Completed 20.86 MB in 0.77 seconds (27.0M/s)
35722024-08-21T05:45:44.220Z[ recovery-image] Aug 21 05:45:43.702 INFO O| Aug 21 05:45:43.702 INFO O| Actions: 1/22 actions (Installing new actions)
35732024-08-21T05:45:44.740Z[ recovery-image] Aug 21 05:45:44.218 INFO O| Aug 21 05:45:44.218 INFO O| Actions: Completed 22 actions in 0.52 seconds.
35742024-08-21T05:45:44.912Z[ recovery-image] Aug 21 05:45:44.371 INFO O| Aug 21 05:45:44.371 INFO O| Done
35752024-08-21T05:45:44.912Z[ recovery-image] Aug 21 05:45:44.371 INFO O| Aug 21 05:45:44.371 INFO O| Done
35762024-08-21T05:45:45.257Z[ recovery-image] Aug 21 05:45:44.744 INFO O| Aug 21 05:45:44.744 INFO O| Done
35772024-08-21T05:45:46.066Z[ recovery-image] Aug 21 05:45:45.553 INFO O| Aug 21 05:45:45.553 INFO O| Done
35782024-08-21T05:45:46.079Z[ recovery-image] Aug 21 05:45:45.566 INFO O| Aug 21 05:45:45.566 INFO O| Done
35792024-08-21T05:45:46.079Z[ recovery-image] Aug 21 05:45:45.566 INFO O| Aug 21 05:45:45.566 INFO O| Done
35802024-08-21T05:45:46.088Z[ recovery-image] Aug 21 05:45:45.575 INFO O| Aug 21 05:45:45.575 INFO O| Done
35812024-08-21T05:45:46.162Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 24s
35822024-08-21T05:45:46.165Z[ host-image] Aug 21 05:45:45.652 INFO O| Aug 21 05:45:45.652 INFO O| Done
35832024-08-21T05:45:46.181Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO STEP 14 (pkg_install) COMPLETE
35842024-08-21T05:45:46.181Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35852024-08-21T05:45:46.184Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO skip step because feature "mfg" is not enabled
35862024-08-21T05:45:46.184Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35872024-08-21T05:45:46.184Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO skip step because feature "compliance" is not enabled
35882024-08-21T05:45:46.184Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35892024-08-21T05:45:46.184Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO skip step because feature "stress" is not enabled
35902024-08-21T05:45:46.184Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35912024-08-21T05:45:46.184Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO skip step because feature "nfs" is not enabled
35922024-08-21T05:45:46.184Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35932024-08-21T05:45:46.184Z[ recovery-image] Aug 21 05:45:45.668 INFO O| Aug 21 05:45:45.668 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35942024-08-21T05:45:46.481ZAug 21 05:45:45.966 INFO [verify-libraries] process exited with exit status: 0 (269.590283725s)
35952024-08-21T05:45:46.543Z[ recovery-image] Aug 21 05:45:46.029 INFO O| Aug 21 05:45:46.029 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35962024-08-21T05:45:46.726Z[ recovery-image] Aug 21 05:45:46.213 INFO O| Aug 21 05:45:46.212 INFO completed processing gimlet/ramdisk-01-os
35972024-08-21T05:45:46.729Z[ recovery-image] Aug 21 05:45:46.215 INFO image builder template: ramdisk-02-trim...
35982024-08-21T05:45:46.729Z[ recovery-image] Aug 21 05:45:46.215 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/.tmpgrZf3n/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
35992024-08-21T05:45:46.731Z[ host-image] Aug 21 05:45:46.216 INFO O| Aug 21 05:45:46.216 INFO O| Done
36002024-08-21T05:45:46.754Z[ recovery-image] Aug 21 05:45:46.241 INFO O| Aug 21 05:45:46.241 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36012024-08-21T05:45:46.759Z[ recovery-image] Aug 21 05:45:46.245 INFO O| Aug 21 05:45:46.245 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36022024-08-21T05:45:46.871Z[ recovery-image] Aug 21 05:45:46.357 INFO O| Aug 21 05:45:46.357 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36032024-08-21T05:45:46.930Z[ recovery-image] Aug 21 05:45:46.416 INFO O| Aug 21 05:45:46.416 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36042024-08-21T05:45:46.930Z[ recovery-image] Aug 21 05:45:46.416 INFO O| Aug 21 05:45:46.416 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36052024-08-21T05:45:46.939Z[ host-image] Aug 21 05:45:46.420 INFO O| Aug 21 05:45:46.419 INFO STEP 11 (pkg_install) COMPLETE
36062024-08-21T05:45:46.939Z[ host-image] Aug 21 05:45:46.420 INFO O| Aug 21 05:45:46.420 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36072024-08-21T05:45:46.949Z[ recovery-image] Aug 21 05:45:46.422 INFO O| Aug 21 05:45:46.422 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36082024-08-21T05:45:46.949Z[ recovery-image] Aug 21 05:45:46.426 INFO O| Aug 21 05:45:46.426 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36092024-08-21T05:45:46.949Z[ host-image] Aug 21 05:45:46.430 INFO O| Aug 21 05:45:46.430 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
36102024-08-21T05:45:46.949Z[ recovery-image] Aug 21 05:45:46.431 INFO O| Aug 21 05:45:46.431 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36112024-08-21T05:45:47.104Z[ recovery-image] Aug 21 05:45:46.589 INFO O| Aug 21 05:45:46.589 INFO rolled back to input snapshot; work may begin
36122024-08-21T05:45:47.104Z[ recovery-image] Aug 21 05:45:46.589 INFO O| Aug 21 05:45:46.589 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36132024-08-21T05:45:47.108Z[ recovery-image] Aug 21 05:45:46.594 INFO O| Aug 21 05:45:46.594 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36142024-08-21T05:45:47.118Z[ recovery-image] Aug 21 05:45:46.604 INFO O| Aug 21 05:45:46.604 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36152024-08-21T05:45:47.159Z[ recovery-image] Aug 21 05:45:46.646 INFO O| Aug 21 05:45:46.646 INFO STEP 0 (remove_files) COMPLETE
36162024-08-21T05:45:47.159Z[ recovery-image] Aug 21 05:45:46.646 INFO O| Aug 21 05:45:46.646 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-08-21T05:45:47.170Z[ recovery-image] Aug 21 05:45:46.657 INFO O| Aug 21 05:45:46.657 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36182024-08-21T05:45:47.173Z[ recovery-image] Aug 21 05:45:46.659 INFO O| Aug 21 05:45:46.659 INFO STEP 1 (remove_files) COMPLETE
36192024-08-21T05:45:47.173Z[ recovery-image] Aug 21 05:45:46.659 INFO O| Aug 21 05:45:46.659 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36202024-08-21T05:45:47.182Z[ recovery-image] Aug 21 05:45:46.669 INFO O| Aug 21 05:45:46.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36212024-08-21T05:45:47.195Z[ recovery-image] Aug 21 05:45:46.682 INFO O| Aug 21 05:45:46.682 INFO STEP 2 (remove_files) COMPLETE
36222024-08-21T05:45:47.195Z[ recovery-image] Aug 21 05:45:46.682 INFO O| Aug 21 05:45:46.682 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36232024-08-21T05:45:47.205Z[ recovery-image] Aug 21 05:45:46.692 INFO O| Aug 21 05:45:46.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36242024-08-21T05:45:47.208Z[ recovery-image] Aug 21 05:45:46.694 INFO O| Aug 21 05:45:46.694 INFO STEP 3 (remove_files) COMPLETE
36252024-08-21T05:45:47.208Z[ recovery-image] Aug 21 05:45:46.694 INFO O| Aug 21 05:45:46.694 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-08-21T05:45:47.217Z[ recovery-image] Aug 21 05:45:46.704 INFO O| Aug 21 05:45:46.704 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36272024-08-21T05:45:47.220Z[ recovery-image] Aug 21 05:45:46.707 INFO O| Aug 21 05:45:46.707 INFO STEP 4 (remove_files) COMPLETE
36282024-08-21T05:45:47.221Z[ recovery-image] Aug 21 05:45:46.707 INFO O| Aug 21 05:45:46.707 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-08-21T05:45:47.231Z[ recovery-image] Aug 21 05:45:46.717 INFO O| Aug 21 05:45:46.717 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36302024-08-21T05:45:47.234Z[ recovery-image] Aug 21 05:45:46.718 INFO O| Aug 21 05:45:46.718 INFO STEP 5 (remove_files) COMPLETE
36312024-08-21T05:45:47.234Z[ recovery-image] Aug 21 05:45:46.718 INFO O| Aug 21 05:45:46.718 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-21T05:45:47.247Z[ recovery-image] Aug 21 05:45:46.733 INFO O| Aug 21 05:45:46.733 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36332024-08-21T05:45:47.275Z[ recovery-image] Aug 21 05:45:46.762 INFO O| Aug 21 05:45:46.762 INFO STEP 6 (remove_files) COMPLETE
36342024-08-21T05:45:47.276Z[ recovery-image] Aug 21 05:45:46.762 INFO O| Aug 21 05:45:46.762 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-21T05:45:47.276Z[ recovery-image] Aug 21 05:45:46.762 INFO O| Aug 21 05:45:46.762 INFO skip step because feature "recovery" is enabled
36362024-08-21T05:45:47.278Z[ recovery-image] Aug 21 05:45:46.762 INFO O| Aug 21 05:45:46.762 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36372024-08-21T05:45:47.278Z[ recovery-image] Aug 21 05:45:46.762 INFO O| Aug 21 05:45:46.762 INFO skip step because feature "recovery" is enabled
36382024-08-21T05:45:47.279Z[ recovery-image] Aug 21 05:45:46.762 INFO O| Aug 21 05:45:46.762 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36392024-08-21T05:45:47.279Z[ recovery-image] Aug 21 05:45:46.762 INFO O| Aug 21 05:45:46.762 INFO skip step because feature "recovery" is enabled
36402024-08-21T05:45:47.279Z[ recovery-image] Aug 21 05:45:46.762 INFO O| Aug 21 05:45:46.762 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36412024-08-21T05:45:47.293Z[ recovery-image] Aug 21 05:45:46.780 INFO O| Aug 21 05:45:46.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36422024-08-21T05:45:47.303Z[ recovery-image] Aug 21 05:45:46.790 INFO O| Aug 21 05:45:46.790 INFO STEP 10 (remove_files) COMPLETE
36432024-08-21T05:45:47.306Z[ recovery-image] Aug 21 05:45:46.790 INFO O| Aug 21 05:45:46.790 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-21T05:45:47.321Z[ recovery-image] Aug 21 05:45:46.807 INFO O| Aug 21 05:45:46.807 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36452024-08-21T05:45:47.323Z[ recovery-image] Aug 21 05:45:46.809 INFO O| Aug 21 05:45:46.809 INFO STEP 11 (remove_files) COMPLETE
36462024-08-21T05:45:47.323Z[ recovery-image] Aug 21 05:45:46.809 INFO O| Aug 21 05:45:46.809 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-21T05:45:47.341Z[ recovery-image] Aug 21 05:45:46.828 INFO O| Aug 21 05:45:46.828 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36482024-08-21T05:45:47.348Z[ recovery-image] Aug 21 05:45:46.831 INFO O| Aug 21 05:45:46.831 INFO STEP 12 (remove_files) COMPLETE
36492024-08-21T05:45:47.348Z[ recovery-image] Aug 21 05:45:46.831 INFO O| Aug 21 05:45:46.831 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-21T05:45:47.423Z[ recovery-image] Aug 21 05:45:46.909 INFO O| Aug 21 05:45:46.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36512024-08-21T05:45:47.456Z[ recovery-image] Aug 21 05:45:46.942 INFO O| Aug 21 05:45:46.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36522024-08-21T05:45:47.461Z[ recovery-image] Aug 21 05:45:46.948 INFO O| Aug 21 05:45:46.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36532024-08-21T05:45:47.464Z[ recovery-image] Aug 21 05:45:46.950 INFO O| Aug 21 05:45:46.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36542024-08-21T05:45:47.598Z[ recovery-image] Aug 21 05:45:47.084 INFO O| Aug 21 05:45:47.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36552024-08-21T05:45:47.603Z[ recovery-image] Aug 21 05:45:47.090 INFO O| Aug 21 05:45:47.090 INFO STEP 13 (remove_files) COMPLETE
36562024-08-21T05:45:47.603Z[ recovery-image] Aug 21 05:45:47.090 INFO O| Aug 21 05:45:47.090 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36572024-08-21T05:45:47.614Z[ recovery-image] Aug 21 05:45:47.101 INFO O| Aug 21 05:45:47.101 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36582024-08-21T05:45:47.616Z[ recovery-image] Aug 21 05:45:47.102 INFO O| Aug 21 05:45:47.102 INFO STEP 14 (remove_files) COMPLETE
36592024-08-21T05:45:47.616Z[ recovery-image] Aug 21 05:45:47.102 INFO O| Aug 21 05:45:47.102 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-08-21T05:45:47.625Z[ recovery-image] Aug 21 05:45:47.111 INFO O| Aug 21 05:45:47.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36612024-08-21T05:45:47.631Z[ recovery-image] Aug 21 05:45:47.118 INFO O| Aug 21 05:45:47.118 INFO STEP 15 (remove_files) COMPLETE
36622024-08-21T05:45:47.631Z[ recovery-image] Aug 21 05:45:47.118 INFO O| Aug 21 05:45:47.118 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-08-21T05:45:47.641Z[ recovery-image] Aug 21 05:45:47.127 INFO O| Aug 21 05:45:47.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36642024-08-21T05:45:47.643Z[ recovery-image] Aug 21 05:45:47.128 INFO O| Aug 21 05:45:47.128 INFO STEP 16 (remove_files) COMPLETE
36652024-08-21T05:45:47.643Z[ recovery-image] Aug 21 05:45:47.128 INFO O| Aug 21 05:45:47.128 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36662024-08-21T05:45:47.651Z[ recovery-image] Aug 21 05:45:47.137 INFO O| Aug 21 05:45:47.137 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36672024-08-21T05:45:47.653Z[ recovery-image] Aug 21 05:45:47.139 INFO O| Aug 21 05:45:47.139 INFO STEP 17 (remove_files) COMPLETE
36682024-08-21T05:45:47.653Z[ recovery-image] Aug 21 05:45:47.139 INFO O| Aug 21 05:45:47.139 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-08-21T05:45:47.662Z[ recovery-image] Aug 21 05:45:47.149 INFO O| Aug 21 05:45:47.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36702024-08-21T05:45:47.662Z[ recovery-image] Aug 21 05:45:47.149 INFO O| Aug 21 05:45:47.149 INFO STEP 18 (remove_files) COMPLETE
36712024-08-21T05:45:47.666Z[ recovery-image] Aug 21 05:45:47.149 INFO O| Aug 21 05:45:47.149 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36722024-08-21T05:45:47.671Z[ recovery-image] Aug 21 05:45:47.158 INFO O| Aug 21 05:45:47.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36732024-08-21T05:45:47.671Z[ recovery-image] Aug 21 05:45:47.158 INFO O| Aug 21 05:45:47.158 INFO STEP 19 (remove_files) COMPLETE
36742024-08-21T05:45:47.674Z[ recovery-image] Aug 21 05:45:47.158 INFO O| Aug 21 05:45:47.158 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36752024-08-21T05:45:47.681Z[ recovery-image] Aug 21 05:45:47.168 INFO O| Aug 21 05:45:47.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36762024-08-21T05:45:47.681Z[ recovery-image] Aug 21 05:45:47.168 INFO O| Aug 21 05:45:47.168 INFO STEP 20 (remove_files) COMPLETE
36772024-08-21T05:45:47.681Z[ recovery-image] Aug 21 05:45:47.168 INFO O| Aug 21 05:45:47.168 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-08-21T05:45:47.690Z[ recovery-image] Aug 21 05:45:47.177 INFO O| Aug 21 05:45:47.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36792024-08-21T05:45:47.690Z[ recovery-image] Aug 21 05:45:47.177 INFO O| Aug 21 05:45:47.177 INFO STEP 21 (remove_files) COMPLETE
36802024-08-21T05:45:47.693Z[ recovery-image] Aug 21 05:45:47.177 INFO O| Aug 21 05:45:47.177 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-08-21T05:45:47.700Z[ recovery-image] Aug 21 05:45:47.187 INFO O| Aug 21 05:45:47.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36822024-08-21T05:45:47.700Z[ recovery-image] Aug 21 05:45:47.187 INFO O| Aug 21 05:45:47.187 INFO STEP 22 (remove_files) COMPLETE
36832024-08-21T05:45:47.704Z[ recovery-image] Aug 21 05:45:47.187 INFO O| Aug 21 05:45:47.187 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36842024-08-21T05:45:47.710Z[ recovery-image] Aug 21 05:45:47.196 INFO O| Aug 21 05:45:47.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36852024-08-21T05:45:47.710Z[ recovery-image] Aug 21 05:45:47.196 INFO O| Aug 21 05:45:47.196 INFO STEP 23 (remove_files) COMPLETE
36862024-08-21T05:45:47.710Z[ recovery-image] Aug 21 05:45:47.196 INFO O| Aug 21 05:45:47.196 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-08-21T05:45:47.719Z[ recovery-image] Aug 21 05:45:47.206 INFO O| Aug 21 05:45:47.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36882024-08-21T05:45:47.719Z[ recovery-image] Aug 21 05:45:47.206 INFO O| Aug 21 05:45:47.206 INFO STEP 24 (remove_files) COMPLETE
36892024-08-21T05:45:47.721Z[ recovery-image] Aug 21 05:45:47.206 INFO O| Aug 21 05:45:47.206 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36902024-08-21T05:45:47.728Z[ recovery-image] Aug 21 05:45:47.215 INFO O| Aug 21 05:45:47.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36912024-08-21T05:45:47.730Z[ recovery-image] Aug 21 05:45:47.215 INFO O| Aug 21 05:45:47.215 INFO STEP 25 (remove_files) COMPLETE
36922024-08-21T05:45:47.731Z[ recovery-image] Aug 21 05:45:47.215 INFO O| Aug 21 05:45:47.215 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36932024-08-21T05:45:47.738Z[ recovery-image] Aug 21 05:45:47.225 INFO O| Aug 21 05:45:47.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36942024-08-21T05:45:47.738Z[ recovery-image] Aug 21 05:45:47.225 INFO O| Aug 21 05:45:47.225 INFO STEP 26 (remove_files) COMPLETE
36952024-08-21T05:45:47.740Z[ recovery-image] Aug 21 05:45:47.225 INFO O| Aug 21 05:45:47.225 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-08-21T05:45:47.747Z[ recovery-image] Aug 21 05:45:47.234 INFO O| Aug 21 05:45:47.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36972024-08-21T05:45:47.747Z[ recovery-image] Aug 21 05:45:47.234 INFO O| Aug 21 05:45:47.234 INFO STEP 27 (remove_files) COMPLETE
36982024-08-21T05:45:47.747Z[ recovery-image] Aug 21 05:45:47.234 INFO O| Aug 21 05:45:47.234 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-08-21T05:45:47.757Z[ recovery-image] Aug 21 05:45:47.243 INFO O| Aug 21 05:45:47.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37002024-08-21T05:45:47.757Z[ recovery-image] Aug 21 05:45:47.243 INFO O| Aug 21 05:45:47.243 INFO STEP 28 (remove_files) COMPLETE
37012024-08-21T05:45:47.757Z[ recovery-image] Aug 21 05:45:47.243 INFO O| Aug 21 05:45:47.243 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-21T05:45:47.766Z[ recovery-image] Aug 21 05:45:47.253 INFO O| Aug 21 05:45:47.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37032024-08-21T05:45:47.766Z[ recovery-image] Aug 21 05:45:47.253 INFO O| Aug 21 05:45:47.253 INFO STEP 29 (remove_files) COMPLETE
37042024-08-21T05:45:47.766Z[ recovery-image] Aug 21 05:45:47.253 INFO O| Aug 21 05:45:47.253 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-21T05:45:47.775Z[ recovery-image] Aug 21 05:45:47.262 INFO O| Aug 21 05:45:47.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37062024-08-21T05:45:47.778Z[ recovery-image] Aug 21 05:45:47.262 INFO O| Aug 21 05:45:47.262 INFO STEP 30 (remove_files) COMPLETE
37072024-08-21T05:45:47.778Z[ recovery-image] Aug 21 05:45:47.262 INFO O| Aug 21 05:45:47.262 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-21T05:45:47.785Z[ recovery-image] Aug 21 05:45:47.271 INFO O| Aug 21 05:45:47.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37092024-08-21T05:45:47.785Z[ recovery-image] Aug 21 05:45:47.271 INFO O| Aug 21 05:45:47.271 INFO STEP 31 (remove_files) COMPLETE
37102024-08-21T05:45:47.788Z[ recovery-image] Aug 21 05:45:47.271 INFO O| Aug 21 05:45:47.271 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-21T05:45:47.794Z[ recovery-image] Aug 21 05:45:47.281 INFO O| Aug 21 05:45:47.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37122024-08-21T05:45:47.794Z[ recovery-image] Aug 21 05:45:47.281 INFO O| Aug 21 05:45:47.281 INFO STEP 32 (remove_files) COMPLETE
37132024-08-21T05:45:47.797Z[ recovery-image] Aug 21 05:45:47.281 INFO O| Aug 21 05:45:47.281 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-21T05:45:47.804Z[ recovery-image] Aug 21 05:45:47.291 INFO O| Aug 21 05:45:47.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37152024-08-21T05:45:47.804Z[ recovery-image] Aug 21 05:45:47.291 INFO O| Aug 21 05:45:47.291 INFO STEP 33 (remove_files) COMPLETE
37162024-08-21T05:45:47.807Z[ recovery-image] Aug 21 05:45:47.291 INFO O| Aug 21 05:45:47.291 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-21T05:45:47.814Z[ recovery-image] Aug 21 05:45:47.300 INFO O| Aug 21 05:45:47.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37182024-08-21T05:45:47.814Z[ recovery-image] Aug 21 05:45:47.300 INFO O| Aug 21 05:45:47.300 INFO STEP 34 (remove_files) COMPLETE
37192024-08-21T05:45:47.814Z[ recovery-image] Aug 21 05:45:47.300 INFO O| Aug 21 05:45:47.300 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-21T05:45:47.824Z[ recovery-image] Aug 21 05:45:47.310 INFO O| Aug 21 05:45:47.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37212024-08-21T05:45:47.824Z[ recovery-image] Aug 21 05:45:47.310 INFO O| Aug 21 05:45:47.310 INFO STEP 35 (remove_files) COMPLETE
37222024-08-21T05:45:47.827Z[ recovery-image] Aug 21 05:45:47.310 INFO O| Aug 21 05:45:47.310 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-21T05:45:47.833Z[ recovery-image] Aug 21 05:45:47.319 INFO O| Aug 21 05:45:47.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37242024-08-21T05:45:47.833Z[ recovery-image] Aug 21 05:45:47.319 INFO O| Aug 21 05:45:47.319 INFO STEP 36 (remove_files) COMPLETE
37252024-08-21T05:45:47.833Z[ recovery-image] Aug 21 05:45:47.319 INFO O| Aug 21 05:45:47.319 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-21T05:45:47.841Z[ recovery-image] Aug 21 05:45:47.328 INFO O| Aug 21 05:45:47.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37272024-08-21T05:45:47.841Z[ recovery-image] Aug 21 05:45:47.328 INFO O| Aug 21 05:45:47.328 INFO STEP 37 (remove_files) COMPLETE
37282024-08-21T05:45:47.844Z[ recovery-image] Aug 21 05:45:47.328 INFO O| Aug 21 05:45:47.328 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-21T05:45:47.851Z[ recovery-image] Aug 21 05:45:47.338 INFO O| Aug 21 05:45:47.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37302024-08-21T05:45:47.851Z[ recovery-image] Aug 21 05:45:47.338 INFO O| Aug 21 05:45:47.338 INFO STEP 38 (remove_files) COMPLETE
37312024-08-21T05:45:47.851Z[ recovery-image] Aug 21 05:45:47.338 INFO O| Aug 21 05:45:47.338 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-21T05:45:47.860Z[ recovery-image] Aug 21 05:45:47.347 INFO O| Aug 21 05:45:47.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37332024-08-21T05:45:47.860Z[ recovery-image] Aug 21 05:45:47.347 INFO O| Aug 21 05:45:47.347 INFO STEP 39 (remove_files) COMPLETE
37342024-08-21T05:45:47.863Z[ recovery-image] Aug 21 05:45:47.347 INFO O| Aug 21 05:45:47.347 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-21T05:45:47.870Z[ recovery-image] Aug 21 05:45:47.356 INFO O| Aug 21 05:45:47.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37362024-08-21T05:45:47.870Z[ recovery-image] Aug 21 05:45:47.357 INFO O| Aug 21 05:45:47.356 INFO STEP 40 (remove_files) COMPLETE
37372024-08-21T05:45:47.872Z[ recovery-image] Aug 21 05:45:47.357 INFO O| Aug 21 05:45:47.357 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-21T05:45:47.879Z[ recovery-image] Aug 21 05:45:47.366 INFO O| Aug 21 05:45:47.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37392024-08-21T05:45:47.879Z[ recovery-image] Aug 21 05:45:47.366 INFO O| Aug 21 05:45:47.366 INFO STEP 41 (remove_files) COMPLETE
37402024-08-21T05:45:47.882Z[ recovery-image] Aug 21 05:45:47.366 INFO O| Aug 21 05:45:47.366 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-08-21T05:45:47.888Z[ recovery-image] Aug 21 05:45:47.375 INFO O| Aug 21 05:45:47.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37422024-08-21T05:45:47.888Z[ recovery-image] Aug 21 05:45:47.375 INFO O| Aug 21 05:45:47.375 INFO STEP 42 (remove_files) COMPLETE
37432024-08-21T05:45:47.891Z[ recovery-image] Aug 21 05:45:47.375 INFO O| Aug 21 05:45:47.375 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-08-21T05:45:47.898Z[ recovery-image] Aug 21 05:45:47.385 INFO O| Aug 21 05:45:47.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37452024-08-21T05:45:47.898Z[ recovery-image] Aug 21 05:45:47.385 INFO O| Aug 21 05:45:47.385 INFO STEP 43 (remove_files) COMPLETE
37462024-08-21T05:45:47.900Z[ recovery-image] Aug 21 05:45:47.385 INFO O| Aug 21 05:45:47.385 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-08-21T05:45:47.908Z[ recovery-image] Aug 21 05:45:47.394 INFO O| Aug 21 05:45:47.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37482024-08-21T05:45:47.908Z[ recovery-image] Aug 21 05:45:47.394 INFO O| Aug 21 05:45:47.394 INFO STEP 44 (remove_files) COMPLETE
37492024-08-21T05:45:47.910Z[ recovery-image] Aug 21 05:45:47.394 INFO O| Aug 21 05:45:47.394 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-08-21T05:45:47.917Z[ recovery-image] Aug 21 05:45:47.404 INFO O| Aug 21 05:45:47.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37512024-08-21T05:45:47.917Z[ recovery-image] Aug 21 05:45:47.404 INFO O| Aug 21 05:45:47.404 INFO STEP 45 (remove_files) COMPLETE
37522024-08-21T05:45:47.919Z[ recovery-image] Aug 21 05:45:47.404 INFO O| Aug 21 05:45:47.404 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-21T05:45:47.926Z[ recovery-image] Aug 21 05:45:47.413 INFO O| Aug 21 05:45:47.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37542024-08-21T05:45:47.929Z[ recovery-image] Aug 21 05:45:47.413 INFO O| Aug 21 05:45:47.413 INFO STEP 46 (remove_files) COMPLETE
37552024-08-21T05:45:47.929Z[ recovery-image] Aug 21 05:45:47.413 INFO O| Aug 21 05:45:47.413 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-08-21T05:45:47.933Z[ host-image] Aug 21 05:45:47.419 INFO O| Aug 21 05:45:47.419 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37572024-08-21T05:45:47.936Z[ recovery-image] Aug 21 05:45:47.423 INFO O| Aug 21 05:45:47.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37582024-08-21T05:45:47.936Z[ recovery-image] Aug 21 05:45:47.423 INFO O| Aug 21 05:45:47.423 INFO STEP 47 (remove_files) COMPLETE
37592024-08-21T05:45:47.939Z[ recovery-image] Aug 21 05:45:47.423 INFO O| Aug 21 05:45:47.423 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-08-21T05:45:47.946Z[ recovery-image] Aug 21 05:45:47.432 INFO O| Aug 21 05:45:47.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37612024-08-21T05:45:47.946Z[ recovery-image] Aug 21 05:45:47.432 INFO O| Aug 21 05:45:47.432 INFO STEP 48 (remove_files) COMPLETE
37622024-08-21T05:45:47.948Z[ recovery-image] Aug 21 05:45:47.432 INFO O| Aug 21 05:45:47.432 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-08-21T05:45:47.955Z[ recovery-image] Aug 21 05:45:47.442 INFO O| Aug 21 05:45:47.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37642024-08-21T05:45:47.955Z[ recovery-image] Aug 21 05:45:47.442 INFO O| Aug 21 05:45:47.442 INFO STEP 49 (remove_files) COMPLETE
37652024-08-21T05:45:47.958Z[ recovery-image] Aug 21 05:45:47.442 INFO O| Aug 21 05:45:47.442 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-21T05:45:47.965Z[ recovery-image] Aug 21 05:45:47.452 INFO O| Aug 21 05:45:47.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37672024-08-21T05:45:47.965Z[ recovery-image] Aug 21 05:45:47.452 INFO O| Aug 21 05:45:47.452 INFO STEP 50 (remove_files) COMPLETE
37682024-08-21T05:45:47.965Z[ recovery-image] Aug 21 05:45:47.452 INFO O| Aug 21 05:45:47.452 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-21T05:45:47.975Z[ recovery-image] Aug 21 05:45:47.462 INFO O| Aug 21 05:45:47.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37702024-08-21T05:45:47.975Z[ recovery-image] Aug 21 05:45:47.462 INFO O| Aug 21 05:45:47.462 INFO STEP 51 (remove_files) COMPLETE
37712024-08-21T05:45:47.978Z[ recovery-image] Aug 21 05:45:47.462 INFO O| Aug 21 05:45:47.462 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-21T05:45:47.986Z[ recovery-image] Aug 21 05:45:47.471 INFO O| Aug 21 05:45:47.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37732024-08-21T05:45:47.986Z[ recovery-image] Aug 21 05:45:47.471 INFO O| Aug 21 05:45:47.471 INFO STEP 52 (remove_files) COMPLETE
37742024-08-21T05:45:47.988Z[ recovery-image] Aug 21 05:45:47.471 INFO O| Aug 21 05:45:47.471 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-21T05:45:47.994Z[ recovery-image] Aug 21 05:45:47.481 INFO O| Aug 21 05:45:47.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37762024-08-21T05:45:47.994Z[ recovery-image] Aug 21 05:45:47.481 INFO O| Aug 21 05:45:47.481 INFO STEP 53 (remove_files) COMPLETE
37772024-08-21T05:45:47.994Z[ recovery-image] Aug 21 05:45:47.481 INFO O| Aug 21 05:45:47.481 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-08-21T05:45:48.004Z[ recovery-image] Aug 21 05:45:47.490 INFO O| Aug 21 05:45:47.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37792024-08-21T05:45:48.004Z[ recovery-image] Aug 21 05:45:47.490 INFO O| Aug 21 05:45:47.490 INFO STEP 54 (remove_files) COMPLETE
37802024-08-21T05:45:48.004Z[ recovery-image] Aug 21 05:45:47.490 INFO O| Aug 21 05:45:47.490 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-08-21T05:45:48.013Z[ recovery-image] Aug 21 05:45:47.500 INFO O| Aug 21 05:45:47.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37822024-08-21T05:45:48.015Z[ recovery-image] Aug 21 05:45:47.500 INFO O| Aug 21 05:45:47.500 INFO STEP 55 (remove_files) COMPLETE
37832024-08-21T05:45:48.015Z[ recovery-image] Aug 21 05:45:47.500 INFO O| Aug 21 05:45:47.500 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-21T05:45:48.023Z[ recovery-image] Aug 21 05:45:47.509 INFO O| Aug 21 05:45:47.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37852024-08-21T05:45:48.023Z[ recovery-image] Aug 21 05:45:47.509 INFO O| Aug 21 05:45:47.509 INFO STEP 56 (remove_files) COMPLETE
37862024-08-21T05:45:48.025Z[ recovery-image] Aug 21 05:45:47.509 INFO O| Aug 21 05:45:47.509 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-08-21T05:45:48.033Z[ recovery-image] Aug 21 05:45:47.520 INFO O| Aug 21 05:45:47.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37882024-08-21T05:45:48.033Z[ recovery-image] Aug 21 05:45:47.520 INFO O| Aug 21 05:45:47.520 INFO STEP 57 (remove_files) COMPLETE
37892024-08-21T05:45:48.036Z[ recovery-image] Aug 21 05:45:47.520 INFO O| Aug 21 05:45:47.520 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-08-21T05:45:48.044Z[ recovery-image] Aug 21 05:45:47.531 INFO O| Aug 21 05:45:47.531 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37912024-08-21T05:45:48.044Z[ recovery-image] Aug 21 05:45:47.531 INFO O| Aug 21 05:45:47.531 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37922024-08-21T05:45:48.047Z[ recovery-image] Aug 21 05:45:47.531 INFO O| Aug 21 05:45:47.531 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37932024-08-21T05:45:48.047Z[ recovery-image] Aug 21 05:45:47.531 INFO O| Aug 21 05:45:47.531 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37942024-08-21T05:45:48.047Z[ recovery-image] Aug 21 05:45:47.531 INFO O| Aug 21 05:45:47.531 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37952024-08-21T05:45:48.047Z[ recovery-image] Aug 21 05:45:47.531 INFO O| Aug 21 05:45:47.531 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37962024-08-21T05:45:48.047Z[ recovery-image] Aug 21 05:45:47.531 INFO O| Aug 21 05:45:47.531 INFO ok!
37972024-08-21T05:45:48.047Z[ recovery-image] Aug 21 05:45:47.531 INFO O| Aug 21 05:45:47.531 INFO STEP 58 (ensure_file) COMPLETE
37982024-08-21T05:45:48.047Z[ recovery-image] Aug 21 05:45:47.531 INFO O| Aug 21 05:45:47.531 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-08-21T05:45:48.055Z[ recovery-image] Aug 21 05:45:47.541 INFO O| Aug 21 05:45:47.541 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38002024-08-21T05:45:48.055Z[ recovery-image] Aug 21 05:45:47.541 INFO O| Aug 21 05:45:47.541 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38012024-08-21T05:45:48.057Z[ recovery-image] Aug 21 05:45:47.542 INFO O| Aug 21 05:45:47.542 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38022024-08-21T05:45:48.057Z[ recovery-image] Aug 21 05:45:47.542 INFO O| Aug 21 05:45:47.542 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38032024-08-21T05:45:48.057Z[ recovery-image] Aug 21 05:45:47.542 INFO O| Aug 21 05:45:47.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38042024-08-21T05:45:48.057Z[ recovery-image] Aug 21 05:45:47.542 INFO O| Aug 21 05:45:47.542 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38052024-08-21T05:45:48.057Z[ recovery-image] Aug 21 05:45:47.542 INFO O| Aug 21 05:45:47.542 INFO ok!
38062024-08-21T05:45:48.057Z[ recovery-image] Aug 21 05:45:47.542 INFO O| Aug 21 05:45:47.542 INFO STEP 59 (ensure_file) COMPLETE
38072024-08-21T05:45:48.058Z[ recovery-image] Aug 21 05:45:47.542 INFO O| Aug 21 05:45:47.542 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-08-21T05:45:48.065Z[ recovery-image] Aug 21 05:45:47.551 INFO O| Aug 21 05:45:47.551 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38092024-08-21T05:45:48.065Z[ recovery-image] Aug 21 05:45:47.551 INFO O| Aug 21 05:45:47.551 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38102024-08-21T05:45:48.067Z[ recovery-image] Aug 21 05:45:47.551 INFO O| Aug 21 05:45:47.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38112024-08-21T05:45:48.067Z[ recovery-image] Aug 21 05:45:47.552 INFO O| Aug 21 05:45:47.551 INFO ok!
38122024-08-21T05:45:48.067Z[ recovery-image] Aug 21 05:45:47.552 INFO O| Aug 21 05:45:47.551 INFO STEP 60 (ensure_file) COMPLETE
38132024-08-21T05:45:48.067Z[ recovery-image] Aug 21 05:45:47.552 INFO O| Aug 21 05:45:47.552 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-08-21T05:45:48.075Z[ recovery-image] Aug 21 05:45:47.561 INFO O| Aug 21 05:45:47.561 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38152024-08-21T05:45:48.077Z[ recovery-image] Aug 21 05:45:47.561 INFO O| Aug 21 05:45:47.561 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38162024-08-21T05:45:48.077Z[ recovery-image] Aug 21 05:45:47.561 INFO O| Aug 21 05:45:47.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38172024-08-21T05:45:48.077Z[ recovery-image] Aug 21 05:45:47.561 INFO O| Aug 21 05:45:47.561 INFO ok!
38182024-08-21T05:45:48.077Z[ recovery-image] Aug 21 05:45:47.561 INFO O| Aug 21 05:45:47.561 INFO STEP 61 (ensure_file) COMPLETE
38192024-08-21T05:45:48.077Z[ recovery-image] Aug 21 05:45:47.561 INFO O| Aug 21 05:45:47.561 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-08-21T05:45:48.087Z[ recovery-image] Aug 21 05:45:47.571 INFO O| Aug 21 05:45:47.571 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38212024-08-21T05:45:48.087Z[ recovery-image] Aug 21 05:45:47.572 INFO O| Aug 21 05:45:47.572 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38222024-08-21T05:45:48.090Z[ recovery-image] Aug 21 05:45:47.572 INFO O| Aug 21 05:45:47.572 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38232024-08-21T05:45:48.090Z[ recovery-image] Aug 21 05:45:47.572 INFO O| Aug 21 05:45:47.572 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38242024-08-21T05:45:48.090Z[ recovery-image] Aug 21 05:45:47.572 INFO O| Aug 21 05:45:47.572 INFO ok!
38252024-08-21T05:45:48.090Z[ recovery-image] Aug 21 05:45:47.572 INFO O| Aug 21 05:45:47.572 INFO STEP 62 (ensure_file) COMPLETE
38262024-08-21T05:45:48.090Z[ recovery-image] Aug 21 05:45:47.572 INFO O| Aug 21 05:45:47.572 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-08-21T05:45:48.095Z[ recovery-image] Aug 21 05:45:47.582 INFO O| Aug 21 05:45:47.582 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38282024-08-21T05:45:48.095Z[ recovery-image] Aug 21 05:45:47.582 INFO O| Aug 21 05:45:47.582 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-21T05:45:48.099Z[ recovery-image] Aug 21 05:45:47.582 INFO O| Aug 21 05:45:47.582 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-21T05:45:48.099Z[ recovery-image] Aug 21 05:45:47.582 INFO O| Aug 21 05:45:47.582 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38312024-08-21T05:45:48.099Z[ recovery-image] Aug 21 05:45:47.582 INFO O| Aug 21 05:45:47.582 INFO ok!
38322024-08-21T05:45:48.099Z[ recovery-image] Aug 21 05:45:47.582 INFO O| Aug 21 05:45:47.582 INFO STEP 63 (ensure_file) COMPLETE
38332024-08-21T05:45:48.099Z[ recovery-image] Aug 21 05:45:47.582 INFO O| Aug 21 05:45:47.582 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-08-21T05:45:48.105Z[ recovery-image] Aug 21 05:45:47.592 INFO O| Aug 21 05:45:47.592 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38352024-08-21T05:45:48.108Z[ recovery-image] Aug 21 05:45:47.592 INFO O| Aug 21 05:45:47.592 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38362024-08-21T05:45:48.108Z[ recovery-image] Aug 21 05:45:47.592 INFO O| Aug 21 05:45:47.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38372024-08-21T05:45:48.108Z[ recovery-image] Aug 21 05:45:47.592 INFO O| Aug 21 05:45:47.592 INFO ok!
38382024-08-21T05:45:48.108Z[ recovery-image] Aug 21 05:45:47.592 INFO O| Aug 21 05:45:47.592 INFO STEP 64 (assemble_files) COMPLETE
38392024-08-21T05:45:48.108Z[ recovery-image] Aug 21 05:45:47.592 INFO O| Aug 21 05:45:47.592 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-08-21T05:45:48.117Z[ recovery-image] Aug 21 05:45:47.603 INFO O| Aug 21 05:45:47.603 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38412024-08-21T05:45:48.117Z[ recovery-image] Aug 21 05:45:47.603 INFO O| Aug 21 05:45:47.603 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38422024-08-21T05:45:48.119Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38432024-08-21T05:45:48.119Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38442024-08-21T05:45:48.119Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO ok!
38452024-08-21T05:45:48.119Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO STEP 65 (ensure_file) COMPLETE
38462024-08-21T05:45:48.119Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-08-21T05:45:48.119Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO skip step because feature "omicron1" is not enabled
38482024-08-21T05:45:48.120Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-08-21T05:45:48.120Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO skip step because feature "omicron1" is not enabled
38502024-08-21T05:45:48.120Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-08-21T05:45:48.120Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO skip step because feature "omicron1" is not enabled
38522024-08-21T05:45:48.120Z[ recovery-image] Aug 21 05:45:47.604 INFO O| Aug 21 05:45:47.604 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-08-21T05:45:48.132Z[ recovery-image] Aug 21 05:45:47.619 INFO O| Aug 21 05:45:47.618 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38542024-08-21T05:45:48.132Z[ recovery-image] Aug 21 05:45:47.619 INFO O| Aug 21 05:45:47.619 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-21T05:45:49.631Z[ host-image] Aug 21 05:45:49.117 INFO O| Aug 21 05:45:49.117 INFO O| Planning: Solver setup ... Done
38562024-08-21T05:45:49.634Z[ host-image] Aug 21 05:45:49.120 INFO O| Aug 21 05:45:49.120 INFO O| Planning: Running solver ... Done
38572024-08-21T05:45:49.644Z[ recovery-image] Aug 21 05:45:49.130 INFO O| Aug 21 05:45:49.130 INFO STEP 69 (pack_tar) COMPLETE
38582024-08-21T05:45:49.648Z[ recovery-image] Aug 21 05:45:49.130 INFO O| Aug 21 05:45:49.130 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38592024-08-21T05:45:49.648Z[ recovery-image] Aug 21 05:45:49.130 INFO O| Aug 21 05:45:49.130 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38602024-08-21T05:45:49.686Z[ host-image] Aug 21 05:45:49.173 INFO O| Aug 21 05:45:49.173 INFO O| Planning: Finding local manifests ... Done
38612024-08-21T05:45:49.689Z[ host-image] Aug 21 05:45:49.174 INFO O| Aug 21 05:45:49.174 INFO O| Planning: Fetching manifests: 0/4 0% complete
38622024-08-21T05:45:50.153Z[ recovery-image] Aug 21 05:45:49.633 INFO O| Aug 21 05:45:49.633 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38632024-08-21T05:45:50.228Z[ recovery-image] Aug 21 05:45:49.714 INFO O| Aug 21 05:45:49.714 INFO completed processing gimlet/ramdisk-02-trim
38642024-08-21T05:45:50.232Z[ recovery-image] Aug 21 05:45:49.716 INFO image builder template: ramdisk-03-recovery-trim...
38652024-08-21T05:45:50.232Z[ recovery-image] Aug 21 05:45:49.716 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/.tmpgrZf3n/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
38662024-08-21T05:45:50.337Z[ recovery-image] Aug 21 05:45:49.823 INFO O| Aug 21 05:45:49.823 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38672024-08-21T05:45:50.341Z[ recovery-image] Aug 21 05:45:49.827 INFO O| Aug 21 05:45:49.827 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38682024-08-21T05:45:50.408Z[ recovery-image] Aug 21 05:45:49.891 INFO O| Aug 21 05:45:49.891 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38692024-08-21T05:45:50.472Z[ recovery-image] Aug 21 05:45:49.957 INFO O| Aug 21 05:45:49.957 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38702024-08-21T05:45:50.475Z[ recovery-image] Aug 21 05:45:49.957 INFO O| Aug 21 05:45:49.957 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38712024-08-21T05:45:50.480Z[ recovery-image] Aug 21 05:45:49.966 INFO O| Aug 21 05:45:49.966 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38722024-08-21T05:45:50.483Z[ recovery-image] Aug 21 05:45:49.970 INFO O| Aug 21 05:45:49.970 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38732024-08-21T05:45:50.488Z[ recovery-image] Aug 21 05:45:49.974 INFO O| Aug 21 05:45:49.974 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38742024-08-21T05:45:50.721Z[ recovery-image] Aug 21 05:45:50.206 INFO O| Aug 21 05:45:50.206 INFO rolled back to input snapshot; work may begin
38752024-08-21T05:45:50.721Z[ recovery-image] Aug 21 05:45:50.206 INFO O| Aug 21 05:45:50.206 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38762024-08-21T05:45:50.730Z[ recovery-image] Aug 21 05:45:50.211 INFO O| Aug 21 05:45:50.211 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38772024-08-21T05:45:50.737Z[ recovery-image] Aug 21 05:45:50.221 INFO O| Aug 21 05:45:50.221 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38782024-08-21T05:45:50.741Z[ recovery-image] Aug 21 05:45:50.224 INFO O| Aug 21 05:45:50.224 INFO STEP 0 (remove_files) COMPLETE
38792024-08-21T05:45:50.742Z[ recovery-image] Aug 21 05:45:50.224 INFO O| Aug 21 05:45:50.224 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38802024-08-21T05:45:50.750Z[ recovery-image] Aug 21 05:45:50.234 INFO O| Aug 21 05:45:50.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38812024-08-21T05:45:50.817Z[ recovery-image] Aug 21 05:45:50.286 INFO O| Aug 21 05:45:50.286 INFO STEP 1 (remove_files) COMPLETE
38822024-08-21T05:45:50.817Z[ recovery-image] Aug 21 05:45:50.286 INFO O| Aug 21 05:45:50.286 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38832024-08-21T05:45:50.823Z[ recovery-image] Aug 21 05:45:50.297 INFO O| Aug 21 05:45:50.297 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38842024-08-21T05:45:50.823Z[ recovery-image] Aug 21 05:45:50.298 INFO O| Aug 21 05:45:50.298 INFO STEP 2 (remove_files) COMPLETE
38852024-08-21T05:45:50.823Z[ recovery-image] Aug 21 05:45:50.298 INFO O| Aug 21 05:45:50.298 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38862024-08-21T05:45:50.823Z[ recovery-image] Aug 21 05:45:50.308 INFO O| Aug 21 05:45:50.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38872024-08-21T05:45:50.869Z[ recovery-image] Aug 21 05:45:50.350 INFO O| Aug 21 05:45:50.350 INFO STEP 3 (remove_files) COMPLETE
38882024-08-21T05:45:50.869Z[ recovery-image] Aug 21 05:45:50.351 INFO O| Aug 21 05:45:50.350 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38892024-08-21T05:45:50.876Z[ recovery-image] Aug 21 05:45:50.361 INFO O| Aug 21 05:45:50.361 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38902024-08-21T05:45:50.888Z[ recovery-image] Aug 21 05:45:50.373 INFO O| Aug 21 05:45:50.373 INFO STEP 4 (remove_files) COMPLETE
38912024-08-21T05:45:50.894Z[ recovery-image] Aug 21 05:45:50.373 INFO O| Aug 21 05:45:50.373 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38922024-08-21T05:45:50.900Z[ recovery-image] Aug 21 05:45:50.383 INFO O| Aug 21 05:45:50.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38932024-08-21T05:45:50.903Z[ recovery-image] Aug 21 05:45:50.386 INFO O| Aug 21 05:45:50.386 INFO STEP 5 (remove_files) COMPLETE
38942024-08-21T05:45:50.903Z[ recovery-image] Aug 21 05:45:50.386 INFO O| Aug 21 05:45:50.386 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38952024-08-21T05:45:50.911Z[ recovery-image] Aug 21 05:45:50.396 INFO O| Aug 21 05:45:50.396 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38962024-08-21T05:45:50.914Z[ recovery-image] Aug 21 05:45:50.398 INFO O| Aug 21 05:45:50.398 INFO STEP 6 (remove_files) COMPLETE
38972024-08-21T05:45:50.914Z[ recovery-image] Aug 21 05:45:50.398 INFO O| Aug 21 05:45:50.398 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38982024-08-21T05:45:50.922Z[ recovery-image] Aug 21 05:45:50.407 INFO O| Aug 21 05:45:50.407 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38992024-08-21T05:45:50.925Z[ recovery-image] Aug 21 05:45:50.410 INFO O| Aug 21 05:45:50.410 INFO STEP 7 (remove_files) COMPLETE
39002024-08-21T05:45:50.925Z[ recovery-image] Aug 21 05:45:50.410 INFO O| Aug 21 05:45:50.410 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-21T05:45:50.935Z[ recovery-image] Aug 21 05:45:50.419 INFO O| Aug 21 05:45:50.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39022024-08-21T05:45:50.940Z[ recovery-image] Aug 21 05:45:50.422 INFO O| Aug 21 05:45:50.422 INFO STEP 8 (remove_files) COMPLETE
39032024-08-21T05:45:50.941Z[ recovery-image] Aug 21 05:45:50.422 INFO O| Aug 21 05:45:50.422 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-21T05:45:50.952Z[ recovery-image] Aug 21 05:45:50.432 INFO O| Aug 21 05:45:50.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39052024-08-21T05:45:50.974Z[ recovery-image] Aug 21 05:45:50.433 INFO O| Aug 21 05:45:50.433 INFO STEP 9 (remove_files) COMPLETE
39062024-08-21T05:45:50.974Z[ recovery-image] Aug 21 05:45:50.433 INFO O| Aug 21 05:45:50.433 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-21T05:45:50.974Z[ recovery-image] Aug 21 05:45:50.442 INFO O| Aug 21 05:45:50.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39082024-08-21T05:45:50.974Z[ recovery-image] Aug 21 05:45:50.443 INFO O| Aug 21 05:45:50.443 INFO STEP 10 (remove_files) COMPLETE
39092024-08-21T05:45:50.974Z[ recovery-image] Aug 21 05:45:50.443 INFO O| Aug 21 05:45:50.443 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-21T05:45:50.974Z[ recovery-image] Aug 21 05:45:50.452 INFO O| Aug 21 05:45:50.452 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39112024-08-21T05:45:51.021Z[ recovery-image] Aug 21 05:45:50.507 INFO O| Aug 21 05:45:50.507 INFO STEP 11 (remove_files) COMPLETE
39122024-08-21T05:45:51.021Z[ recovery-image] Aug 21 05:45:50.507 INFO O| Aug 21 05:45:50.507 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-21T05:45:51.023Z[ host-image] Aug 21 05:45:50.508 INFO O| Aug 21 05:45:50.508 INFO O| Planning: Fetching manifests: 4/4 100% complete
39142024-08-21T05:45:51.032Z[ recovery-image] Aug 21 05:45:50.518 INFO O| Aug 21 05:45:50.518 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39152024-08-21T05:45:51.034Z[ recovery-image] Aug 21 05:45:50.520 INFO O| Aug 21 05:45:50.520 INFO STEP 12 (remove_files) COMPLETE
39162024-08-21T05:45:51.035Z[ recovery-image] Aug 21 05:45:50.520 INFO O| Aug 21 05:45:50.520 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-08-21T05:45:51.044Z[ host-image] Aug 21 05:45:50.530 INFO O| Aug 21 05:45:50.530 INFO O| Planning: Package planning ... Done
39182024-08-21T05:45:51.044Z[ recovery-image] Aug 21 05:45:50.530 INFO O| Aug 21 05:45:50.530 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39192024-08-21T05:45:51.048Z[ recovery-image] Aug 21 05:45:50.533 INFO O| Aug 21 05:45:50.533 INFO STEP 13 (remove_files) COMPLETE
39202024-08-21T05:45:51.048Z[ recovery-image] Aug 21 05:45:50.533 INFO O| Aug 21 05:45:50.533 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39212024-08-21T05:45:51.048Z[ host-image] Aug 21 05:45:50.533 INFO O| Aug 21 05:45:50.533 INFO O| Planning: Merging actions ... Done
39222024-08-21T05:45:51.056Z[ recovery-image] Aug 21 05:45:50.542 INFO O| Aug 21 05:45:50.542 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39232024-08-21T05:45:51.059Z[ recovery-image] Aug 21 05:45:50.543 INFO O| Aug 21 05:45:50.543 INFO STEP 14 (remove_files) COMPLETE
39242024-08-21T05:45:51.059Z[ recovery-image] Aug 21 05:45:50.543 INFO O| Aug 21 05:45:50.543 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-21T05:45:51.066Z[ recovery-image] Aug 21 05:45:50.552 INFO O| Aug 21 05:45:50.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39262024-08-21T05:45:51.071Z[ recovery-image] Aug 21 05:45:50.553 INFO O| Aug 21 05:45:50.553 INFO STEP 15 (remove_files) COMPLETE
39272024-08-21T05:45:51.072Z[ recovery-image] Aug 21 05:45:50.553 INFO O| Aug 21 05:45:50.553 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-21T05:45:51.077Z[ recovery-image] Aug 21 05:45:50.563 INFO O| Aug 21 05:45:50.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39292024-08-21T05:45:51.083Z[ recovery-image] Aug 21 05:45:50.569 INFO O| Aug 21 05:45:50.569 INFO STEP 16 (remove_files) COMPLETE
39302024-08-21T05:45:51.083Z[ recovery-image] Aug 21 05:45:50.569 INFO O| Aug 21 05:45:50.569 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-21T05:45:51.093Z[ recovery-image] Aug 21 05:45:50.579 INFO O| Aug 21 05:45:50.579 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39322024-08-21T05:45:51.095Z[ recovery-image] Aug 21 05:45:50.580 INFO O| Aug 21 05:45:50.580 INFO STEP 17 (remove_files) COMPLETE
39332024-08-21T05:45:51.096Z[ recovery-image] Aug 21 05:45:50.580 INFO O| Aug 21 05:45:50.580 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-21T05:45:51.103Z[ recovery-image] Aug 21 05:45:50.589 INFO O| Aug 21 05:45:50.589 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39352024-08-21T05:45:51.106Z[ recovery-image] Aug 21 05:45:50.590 INFO O| Aug 21 05:45:50.590 INFO STEP 18 (remove_files) COMPLETE
39362024-08-21T05:45:51.106Z[ recovery-image] Aug 21 05:45:50.590 INFO O| Aug 21 05:45:50.590 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-21T05:45:51.117Z[ recovery-image] Aug 21 05:45:50.600 INFO O| Aug 21 05:45:50.599 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39382024-08-21T05:45:51.130Z[ host-image] Aug 21 05:45:50.614 INFO O| Aug 21 05:45:50.614 INFO O| Planning: Checking for conflicting actions ... Done
39392024-08-21T05:45:51.133Z[ host-image] Aug 21 05:45:50.615 INFO O| Aug 21 05:45:50.615 INFO O| Planning: Consolidating action changes ... Done
39402024-08-21T05:45:51.159Z[ recovery-image] Aug 21 05:45:50.642 INFO O| Aug 21 05:45:50.642 INFO STEP 19 (remove_files) COMPLETE
39412024-08-21T05:45:51.159Z[ recovery-image] Aug 21 05:45:50.642 INFO O| Aug 21 05:45:50.642 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39422024-08-21T05:45:51.167Z[ recovery-image] Aug 21 05:45:50.654 INFO O| Aug 21 05:45:50.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39432024-08-21T05:45:51.170Z[ recovery-image] Aug 21 05:45:50.655 INFO O| Aug 21 05:45:50.655 INFO STEP 20 (remove_files) COMPLETE
39442024-08-21T05:45:51.170Z[ recovery-image] Aug 21 05:45:50.655 INFO O| Aug 21 05:45:50.655 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39452024-08-21T05:45:51.181Z[ recovery-image] Aug 21 05:45:50.667 INFO O| Aug 21 05:45:50.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39462024-08-21T05:45:51.183Z[ recovery-image] Aug 21 05:45:50.667 INFO O| Aug 21 05:45:50.667 INFO STEP 21 (remove_files) COMPLETE
39472024-08-21T05:45:51.183Z[ recovery-image] Aug 21 05:45:50.667 INFO O| Aug 21 05:45:50.667 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39482024-08-21T05:45:51.192Z[ recovery-image] Aug 21 05:45:50.677 INFO O| Aug 21 05:45:50.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39492024-08-21T05:45:51.195Z[ recovery-image] Aug 21 05:45:50.677 INFO O| Aug 21 05:45:50.677 INFO STEP 22 (remove_files) COMPLETE
39502024-08-21T05:45:51.195Z[ recovery-image] Aug 21 05:45:50.677 INFO O| Aug 21 05:45:50.677 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-08-21T05:45:51.200Z[ recovery-image] Aug 21 05:45:50.687 INFO O| Aug 21 05:45:50.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39522024-08-21T05:45:51.203Z[ recovery-image] Aug 21 05:45:50.687 INFO O| Aug 21 05:45:50.687 INFO STEP 23 (remove_files) COMPLETE
39532024-08-21T05:45:51.203Z[ recovery-image] Aug 21 05:45:50.687 INFO O| Aug 21 05:45:50.687 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-21T05:45:51.211Z[ recovery-image] Aug 21 05:45:50.697 INFO O| Aug 21 05:45:50.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39552024-08-21T05:45:51.214Z[ recovery-image] Aug 21 05:45:50.698 INFO O| Aug 21 05:45:50.698 INFO STEP 24 (remove_files) COMPLETE
39562024-08-21T05:45:51.214Z[ recovery-image] Aug 21 05:45:50.698 INFO O| Aug 21 05:45:50.698 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-21T05:45:51.221Z[ recovery-image] Aug 21 05:45:50.707 INFO O| Aug 21 05:45:50.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39582024-08-21T05:45:51.224Z[ recovery-image] Aug 21 05:45:50.708 INFO O| Aug 21 05:45:50.708 INFO STEP 25 (remove_files) COMPLETE
39592024-08-21T05:45:51.224Z[ recovery-image] Aug 21 05:45:50.708 INFO O| Aug 21 05:45:50.708 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-08-21T05:45:51.234Z[ recovery-image] Aug 21 05:45:50.720 INFO O| Aug 21 05:45:50.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39612024-08-21T05:45:51.237Z[ recovery-image] Aug 21 05:45:50.720 INFO O| Aug 21 05:45:50.720 INFO STEP 26 (remove_files) COMPLETE
39622024-08-21T05:45:51.237Z[ recovery-image] Aug 21 05:45:50.720 INFO O| Aug 21 05:45:50.720 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-08-21T05:45:51.245Z[ recovery-image] Aug 21 05:45:50.730 INFO O| Aug 21 05:45:50.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39642024-08-21T05:45:51.245Z[ recovery-image] Aug 21 05:45:50.730 INFO O| Aug 21 05:45:50.730 INFO STEP 27 (remove_files) COMPLETE
39652024-08-21T05:45:51.247Z[ recovery-image] Aug 21 05:45:50.730 INFO O| Aug 21 05:45:50.730 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-21T05:45:51.254Z[ recovery-image] Aug 21 05:45:50.740 INFO O| Aug 21 05:45:50.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39672024-08-21T05:45:51.256Z[ recovery-image] Aug 21 05:45:50.741 INFO O| Aug 21 05:45:50.741 INFO STEP 28 (remove_files) COMPLETE
39682024-08-21T05:45:51.256Z[ recovery-image] Aug 21 05:45:50.741 INFO O| Aug 21 05:45:50.741 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-21T05:45:51.264Z[ recovery-image] Aug 21 05:45:50.750 INFO O| Aug 21 05:45:50.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39702024-08-21T05:45:51.264Z[ recovery-image] Aug 21 05:45:50.750 INFO O| Aug 21 05:45:50.750 INFO STEP 29 (remove_files) COMPLETE
39712024-08-21T05:45:51.264Z[ recovery-image] Aug 21 05:45:50.750 INFO O| Aug 21 05:45:50.750 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-21T05:45:51.273Z[ recovery-image] Aug 21 05:45:50.760 INFO O| Aug 21 05:45:50.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39732024-08-21T05:45:51.273Z[ recovery-image] Aug 21 05:45:50.760 INFO O| Aug 21 05:45:50.760 INFO STEP 30 (remove_files) COMPLETE
39742024-08-21T05:45:51.273Z[ recovery-image] Aug 21 05:45:50.760 INFO O| Aug 21 05:45:50.760 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-21T05:45:51.283Z[ recovery-image] Aug 21 05:45:50.769 INFO O| Aug 21 05:45:50.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39762024-08-21T05:45:51.285Z[ recovery-image] Aug 21 05:45:50.769 INFO O| Aug 21 05:45:50.769 INFO STEP 31 (remove_files) COMPLETE
39772024-08-21T05:45:51.285Z[ recovery-image] Aug 21 05:45:50.769 INFO O| Aug 21 05:45:50.769 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-21T05:45:51.293Z[ recovery-image] Aug 21 05:45:50.779 INFO O| Aug 21 05:45:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39792024-08-21T05:45:51.296Z[ recovery-image] Aug 21 05:45:50.780 INFO O| Aug 21 05:45:50.780 INFO STEP 32 (remove_files) COMPLETE
39802024-08-21T05:45:51.297Z[ recovery-image] Aug 21 05:45:50.780 INFO O| Aug 21 05:45:50.780 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-21T05:45:51.303Z[ recovery-image] Aug 21 05:45:50.789 INFO O| Aug 21 05:45:50.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39822024-08-21T05:45:51.304Z[ recovery-image] Aug 21 05:45:50.789 INFO O| Aug 21 05:45:50.789 INFO STEP 33 (remove_files) COMPLETE
39832024-08-21T05:45:51.306Z[ recovery-image] Aug 21 05:45:50.789 INFO O| Aug 21 05:45:50.789 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-21T05:45:51.312Z[ recovery-image] Aug 21 05:45:50.799 INFO O| Aug 21 05:45:50.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39852024-08-21T05:45:51.312Z[ recovery-image] Aug 21 05:45:50.799 INFO O| Aug 21 05:45:50.799 INFO STEP 34 (remove_files) COMPLETE
39862024-08-21T05:45:51.312Z[ recovery-image] Aug 21 05:45:50.799 INFO O| Aug 21 05:45:50.799 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-21T05:45:51.315Z[ host-image] Aug 21 05:45:50.800 INFO O| Aug 21 05:45:50.800 INFO O| Planning: Evaluating mediators ... Done
39882024-08-21T05:45:51.315Z[ host-image] Aug 21 05:45:50.801 INFO O| Aug 21 05:45:50.801 INFO O| Planning: Planning completed in 3.38 seconds
39892024-08-21T05:45:51.320Z[ host-image] Aug 21 05:45:50.802 INFO O| Aug 21 05:45:50.802 INFO O| Packages to install: 4
39902024-08-21T05:45:51.320Z[ host-image] Aug 21 05:45:50.802 INFO O| Aug 21 05:45:50.802 INFO O| Services to change: 2
39912024-08-21T05:45:51.323Z[ recovery-image] Aug 21 05:45:50.808 INFO O| Aug 21 05:45:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39922024-08-21T05:45:51.323Z[ recovery-image] Aug 21 05:45:50.808 INFO O| Aug 21 05:45:50.808 INFO STEP 35 (remove_files) COMPLETE
39932024-08-21T05:45:51.323Z[ recovery-image] Aug 21 05:45:50.808 INFO O| Aug 21 05:45:50.808 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-21T05:45:51.554Z[ host-image] Aug 21 05:45:50.814 INFO O| Aug 21 05:45:50.813 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
39952024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.820 INFO O| Aug 21 05:45:50.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39962024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.821 INFO O| Aug 21 05:45:50.821 INFO STEP 36 (remove_files) COMPLETE
39972024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.821 INFO O| Aug 21 05:45:50.821 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39982024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.831 INFO O| Aug 21 05:45:50.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39992024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.832 INFO O| Aug 21 05:45:50.832 INFO STEP 37 (remove_files) COMPLETE
40002024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.832 INFO O| Aug 21 05:45:50.832 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.841 INFO O| Aug 21 05:45:50.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40022024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.841 INFO O| Aug 21 05:45:50.841 INFO STEP 38 (remove_files) COMPLETE
40032024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.841 INFO O| Aug 21 05:45:50.841 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40042024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.851 INFO O| Aug 21 05:45:50.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40052024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.851 INFO O| Aug 21 05:45:50.851 INFO STEP 39 (remove_files) COMPLETE
40062024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.851 INFO O| Aug 21 05:45:50.851 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40072024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.861 INFO O| Aug 21 05:45:50.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40082024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.861 INFO O| Aug 21 05:45:50.861 INFO STEP 40 (remove_files) COMPLETE
40092024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.861 INFO O| Aug 21 05:45:50.861 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.872 INFO O| Aug 21 05:45:50.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40112024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.872 INFO O| Aug 21 05:45:50.872 INFO STEP 41 (remove_files) COMPLETE
40122024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.872 INFO O| Aug 21 05:45:50.872 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.882 INFO O| Aug 21 05:45:50.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40142024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.883 INFO O| Aug 21 05:45:50.883 INFO STEP 42 (remove_files) COMPLETE
40152024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.883 INFO O| Aug 21 05:45:50.883 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.892 INFO O| Aug 21 05:45:50.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40172024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.893 INFO O| Aug 21 05:45:50.893 INFO STEP 43 (remove_files) COMPLETE
40182024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.893 INFO O| Aug 21 05:45:50.893 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.904 INFO O| Aug 21 05:45:50.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40202024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.904 INFO O| Aug 21 05:45:50.904 INFO STEP 44 (remove_files) COMPLETE
40212024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.904 INFO O| Aug 21 05:45:50.904 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.914 INFO O| Aug 21 05:45:50.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40232024-08-21T05:45:51.566Z[ recovery-image] Aug 21 05:45:50.914 INFO O| Aug 21 05:45:50.914 INFO STEP 45 (remove_files) COMPLETE
40242024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.914 INFO O| Aug 21 05:45:50.914 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.924 INFO O| Aug 21 05:45:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40262024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.924 INFO O| Aug 21 05:45:50.924 INFO STEP 46 (remove_files) COMPLETE
40272024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.924 INFO O| Aug 21 05:45:50.924 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.933 INFO O| Aug 21 05:45:50.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40292024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.933 INFO O| Aug 21 05:45:50.933 INFO STEP 47 (remove_files) COMPLETE
40302024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.933 INFO O| Aug 21 05:45:50.933 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40312024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.943 INFO O| Aug 21 05:45:50.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40322024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.943 INFO O| Aug 21 05:45:50.943 INFO STEP 48 (remove_files) COMPLETE
40332024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.943 INFO O| Aug 21 05:45:50.943 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.952 INFO O| Aug 21 05:45:50.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40352024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.952 INFO O| Aug 21 05:45:50.952 INFO STEP 49 (remove_files) COMPLETE
40362024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.952 INFO O| Aug 21 05:45:50.952 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.961 INFO O| Aug 21 05:45:50.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40382024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.962 INFO O| Aug 21 05:45:50.961 INFO STEP 50 (remove_files) COMPLETE
40392024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.962 INFO O| Aug 21 05:45:50.961 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.971 INFO O| Aug 21 05:45:50.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40412024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.971 INFO O| Aug 21 05:45:50.971 INFO STEP 51 (remove_files) COMPLETE
40422024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.971 INFO O| Aug 21 05:45:50.971 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.980 INFO O| Aug 21 05:45:50.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40442024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.980 INFO O| Aug 21 05:45:50.980 INFO STEP 52 (remove_files) COMPLETE
40452024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.980 INFO O| Aug 21 05:45:50.980 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.990 INFO O| Aug 21 05:45:50.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40472024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.990 INFO O| Aug 21 05:45:50.990 INFO STEP 53 (remove_files) COMPLETE
40482024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:50.991 INFO O| Aug 21 05:45:50.990 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.000 INFO O| Aug 21 05:45:51.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40502024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.000 INFO O| Aug 21 05:45:51.000 INFO STEP 54 (remove_files) COMPLETE
40512024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.000 INFO O| Aug 21 05:45:51.000 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.010 INFO O| Aug 21 05:45:51.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40532024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.010 INFO O| Aug 21 05:45:51.010 INFO STEP 55 (remove_files) COMPLETE
40542024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.010 INFO O| Aug 21 05:45:51.010 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.020 INFO O| Aug 21 05:45:51.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40562024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.020 INFO O| Aug 21 05:45:51.020 INFO STEP 56 (remove_files) COMPLETE
40572024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.020 INFO O| Aug 21 05:45:51.020 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.029 INFO O| Aug 21 05:45:51.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40592024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.029 INFO O| Aug 21 05:45:51.029 INFO STEP 57 (remove_files) COMPLETE
40602024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.029 INFO O| Aug 21 05:45:51.029 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.039 INFO O| Aug 21 05:45:51.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40622024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.039 INFO O| Aug 21 05:45:51.039 INFO STEP 58 (remove_files) COMPLETE
40632024-08-21T05:45:51.567Z[ recovery-image] Aug 21 05:45:51.039 INFO O| Aug 21 05:45:51.039 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-08-21T05:45:51.576Z[ recovery-image] Aug 21 05:45:51.048 INFO O| Aug 21 05:45:51.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40652024-08-21T05:45:51.576Z[ recovery-image] Aug 21 05:45:51.048 INFO O| Aug 21 05:45:51.048 INFO STEP 59 (remove_files) COMPLETE
40662024-08-21T05:45:51.576Z[ recovery-image] Aug 21 05:45:51.048 INFO O| Aug 21 05:45:51.048 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-08-21T05:45:51.576Z[ recovery-image] Aug 21 05:45:51.058 INFO O| Aug 21 05:45:51.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40682024-08-21T05:45:51.576Z[ recovery-image] Aug 21 05:45:51.058 INFO O| Aug 21 05:45:51.058 INFO STEP 60 (remove_files) COMPLETE
40692024-08-21T05:45:51.577Z[ recovery-image] Aug 21 05:45:51.058 INFO O| Aug 21 05:45:51.058 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-08-21T05:45:51.585Z[ recovery-image] Aug 21 05:45:51.067 INFO O| Aug 21 05:45:51.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40712024-08-21T05:45:51.586Z[ recovery-image] Aug 21 05:45:51.067 INFO O| Aug 21 05:45:51.067 INFO STEP 61 (remove_files) COMPLETE
40722024-08-21T05:45:51.586Z[ recovery-image] Aug 21 05:45:51.067 INFO O| Aug 21 05:45:51.067 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-08-21T05:45:51.591Z[ recovery-image] Aug 21 05:45:51.076 INFO O| Aug 21 05:45:51.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40742024-08-21T05:45:51.591Z[ recovery-image] Aug 21 05:45:51.077 INFO O| Aug 21 05:45:51.077 INFO STEP 62 (remove_files) COMPLETE
40752024-08-21T05:45:51.591Z[ recovery-image] Aug 21 05:45:51.077 INFO O| Aug 21 05:45:51.077 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-08-21T05:45:51.600Z[ recovery-image] Aug 21 05:45:51.086 INFO O| Aug 21 05:45:51.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40772024-08-21T05:45:51.604Z[ recovery-image] Aug 21 05:45:51.086 INFO O| Aug 21 05:45:51.086 INFO STEP 63 (remove_files) COMPLETE
40782024-08-21T05:45:51.604Z[ recovery-image] Aug 21 05:45:51.086 INFO O| Aug 21 05:45:51.086 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-08-21T05:45:51.610Z[ recovery-image] Aug 21 05:45:51.095 INFO O| Aug 21 05:45:51.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40802024-08-21T05:45:51.610Z[ recovery-image] Aug 21 05:45:51.095 INFO O| Aug 21 05:45:51.095 INFO STEP 64 (remove_files) COMPLETE
40812024-08-21T05:45:51.615Z[ recovery-image] Aug 21 05:45:51.096 INFO O| Aug 21 05:45:51.095 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-08-21T05:45:51.620Z[ recovery-image] Aug 21 05:45:51.105 INFO O| Aug 21 05:45:51.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40832024-08-21T05:45:51.620Z[ recovery-image] Aug 21 05:45:51.106 INFO O| Aug 21 05:45:51.105 INFO STEP 65 (remove_files) COMPLETE
40842024-08-21T05:45:51.624Z[ recovery-image] Aug 21 05:45:51.106 INFO O| Aug 21 05:45:51.106 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-08-21T05:45:51.631Z[ recovery-image] Aug 21 05:45:51.116 INFO O| Aug 21 05:45:51.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40862024-08-21T05:45:51.631Z[ recovery-image] Aug 21 05:45:51.116 INFO O| Aug 21 05:45:51.116 INFO STEP 66 (remove_files) COMPLETE
40872024-08-21T05:45:51.638Z[ recovery-image] Aug 21 05:45:51.116 INFO O| Aug 21 05:45:51.116 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-08-21T05:45:51.642Z[ recovery-image] Aug 21 05:45:51.127 INFO O| Aug 21 05:45:51.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40892024-08-21T05:45:51.642Z[ recovery-image] Aug 21 05:45:51.127 INFO O| Aug 21 05:45:51.127 INFO STEP 67 (remove_files) COMPLETE
40902024-08-21T05:45:51.642Z[ recovery-image] Aug 21 05:45:51.127 INFO O| Aug 21 05:45:51.127 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-08-21T05:45:51.651Z[ recovery-image] Aug 21 05:45:51.136 INFO O| Aug 21 05:45:51.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40922024-08-21T05:45:51.655Z[ recovery-image] Aug 21 05:45:51.137 INFO O| Aug 21 05:45:51.137 INFO STEP 68 (remove_files) COMPLETE
40932024-08-21T05:45:51.655Z[ recovery-image] Aug 21 05:45:51.137 INFO O| Aug 21 05:45:51.137 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-08-21T05:45:51.661Z[ recovery-image] Aug 21 05:45:51.147 INFO O| Aug 21 05:45:51.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40952024-08-21T05:45:51.664Z[ recovery-image] Aug 21 05:45:51.147 INFO O| Aug 21 05:45:51.147 INFO STEP 69 (remove_files) COMPLETE
40962024-08-21T05:45:51.665Z[ recovery-image] Aug 21 05:45:51.147 INFO O| Aug 21 05:45:51.147 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-08-21T05:45:51.671Z[ recovery-image] Aug 21 05:45:51.156 INFO O| Aug 21 05:45:51.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40982024-08-21T05:45:51.674Z[ recovery-image] Aug 21 05:45:51.156 INFO O| Aug 21 05:45:51.156 INFO STEP 70 (remove_files) COMPLETE
40992024-08-21T05:45:51.674Z[ recovery-image] Aug 21 05:45:51.156 INFO O| Aug 21 05:45:51.156 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-08-21T05:45:51.680Z[ recovery-image] Aug 21 05:45:51.166 INFO O| Aug 21 05:45:51.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41012024-08-21T05:45:51.680Z[ recovery-image] Aug 21 05:45:51.166 INFO O| Aug 21 05:45:51.166 INFO STEP 71 (remove_files) COMPLETE
41022024-08-21T05:45:51.682Z[ recovery-image] Aug 21 05:45:51.166 INFO O| Aug 21 05:45:51.166 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-08-21T05:45:51.689Z[ recovery-image] Aug 21 05:45:51.175 INFO O| Aug 21 05:45:51.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41042024-08-21T05:45:51.692Z[ recovery-image] Aug 21 05:45:51.175 INFO O| Aug 21 05:45:51.175 INFO STEP 72 (remove_files) COMPLETE
41052024-08-21T05:45:51.692Z[ recovery-image] Aug 21 05:45:51.175 INFO O| Aug 21 05:45:51.175 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-08-21T05:45:51.699Z[ recovery-image] Aug 21 05:45:51.185 INFO O| Aug 21 05:45:51.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41072024-08-21T05:45:51.699Z[ recovery-image] Aug 21 05:45:51.185 INFO O| Aug 21 05:45:51.185 INFO STEP 73 (remove_files) COMPLETE
41082024-08-21T05:45:51.699Z[ recovery-image] Aug 21 05:45:51.185 INFO O| Aug 21 05:45:51.185 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-08-21T05:45:51.708Z[ recovery-image] Aug 21 05:45:51.194 INFO O| Aug 21 05:45:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41102024-08-21T05:45:51.708Z[ recovery-image] Aug 21 05:45:51.194 INFO O| Aug 21 05:45:51.194 INFO STEP 74 (remove_files) COMPLETE
41112024-08-21T05:45:51.711Z[ recovery-image] Aug 21 05:45:51.194 INFO O| Aug 21 05:45:51.194 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-08-21T05:45:51.718Z[ recovery-image] Aug 21 05:45:51.204 INFO O| Aug 21 05:45:51.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41132024-08-21T05:45:51.720Z[ recovery-image] Aug 21 05:45:51.204 INFO O| Aug 21 05:45:51.204 INFO STEP 75 (remove_files) COMPLETE
41142024-08-21T05:45:51.720Z[ recovery-image] Aug 21 05:45:51.204 INFO O| Aug 21 05:45:51.204 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-08-21T05:45:51.729Z[ recovery-image] Aug 21 05:45:51.214 INFO O| Aug 21 05:45:51.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41162024-08-21T05:45:51.729Z[ recovery-image] Aug 21 05:45:51.214 INFO O| Aug 21 05:45:51.214 INFO STEP 76 (remove_files) COMPLETE
41172024-08-21T05:45:51.729Z[ recovery-image] Aug 21 05:45:51.214 INFO O| Aug 21 05:45:51.214 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-08-21T05:45:51.737Z[ recovery-image] Aug 21 05:45:51.223 INFO O| Aug 21 05:45:51.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41192024-08-21T05:45:51.737Z[ recovery-image] Aug 21 05:45:51.223 INFO O| Aug 21 05:45:51.223 INFO STEP 77 (remove_files) COMPLETE
41202024-08-21T05:45:51.737Z[ recovery-image] Aug 21 05:45:51.223 INFO O| Aug 21 05:45:51.223 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-08-21T05:45:51.746Z[ recovery-image] Aug 21 05:45:51.232 INFO O| Aug 21 05:45:51.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41222024-08-21T05:45:51.746Z[ recovery-image] Aug 21 05:45:51.233 INFO O| Aug 21 05:45:51.232 INFO STEP 78 (remove_files) COMPLETE
41232024-08-21T05:45:51.748Z[ recovery-image] Aug 21 05:45:51.233 INFO O| Aug 21 05:45:51.232 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-08-21T05:45:51.756Z[ recovery-image] Aug 21 05:45:51.242 INFO O| Aug 21 05:45:51.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41252024-08-21T05:45:51.756Z[ recovery-image] Aug 21 05:45:51.242 INFO O| Aug 21 05:45:51.242 INFO STEP 79 (remove_files) COMPLETE
41262024-08-21T05:45:51.756Z[ recovery-image] Aug 21 05:45:51.242 INFO O| Aug 21 05:45:51.242 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-08-21T05:45:51.765Z[ recovery-image] Aug 21 05:45:51.251 INFO O| Aug 21 05:45:51.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41282024-08-21T05:45:51.765Z[ recovery-image] Aug 21 05:45:51.251 INFO O| Aug 21 05:45:51.251 INFO STEP 80 (remove_files) COMPLETE
41292024-08-21T05:45:51.768Z[ recovery-image] Aug 21 05:45:51.251 INFO O| Aug 21 05:45:51.251 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-08-21T05:45:51.774Z[ recovery-image] Aug 21 05:45:51.261 INFO O| Aug 21 05:45:51.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41312024-08-21T05:45:51.774Z[ recovery-image] Aug 21 05:45:51.261 INFO O| Aug 21 05:45:51.261 INFO STEP 81 (remove_files) COMPLETE
41322024-08-21T05:45:51.777Z[ recovery-image] Aug 21 05:45:51.261 INFO O| Aug 21 05:45:51.261 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-08-21T05:45:51.784Z[ recovery-image] Aug 21 05:45:51.270 INFO O| Aug 21 05:45:51.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41342024-08-21T05:45:51.784Z[ recovery-image] Aug 21 05:45:51.270 INFO O| Aug 21 05:45:51.270 INFO STEP 82 (remove_files) COMPLETE
41352024-08-21T05:45:51.786Z[ recovery-image] Aug 21 05:45:51.270 INFO O| Aug 21 05:45:51.270 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-08-21T05:45:51.793Z[ recovery-image] Aug 21 05:45:51.280 INFO O| Aug 21 05:45:51.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41372024-08-21T05:45:51.793Z[ recovery-image] Aug 21 05:45:51.280 INFO O| Aug 21 05:45:51.280 INFO STEP 83 (remove_files) COMPLETE
41382024-08-21T05:45:51.796Z[ recovery-image] Aug 21 05:45:51.280 INFO O| Aug 21 05:45:51.280 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-08-21T05:45:51.803Z[ recovery-image] Aug 21 05:45:51.289 INFO O| Aug 21 05:45:51.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41402024-08-21T05:45:51.806Z[ recovery-image] Aug 21 05:45:51.289 INFO O| Aug 21 05:45:51.289 INFO STEP 84 (remove_files) COMPLETE
41412024-08-21T05:45:51.806Z[ recovery-image] Aug 21 05:45:51.289 INFO O| Aug 21 05:45:51.289 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-08-21T05:45:51.812Z[ recovery-image] Aug 21 05:45:51.299 INFO O| Aug 21 05:45:51.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41432024-08-21T05:45:51.812Z[ recovery-image] Aug 21 05:45:51.299 INFO O| Aug 21 05:45:51.299 INFO STEP 85 (remove_files) COMPLETE
41442024-08-21T05:45:51.812Z[ recovery-image] Aug 21 05:45:51.299 INFO O| Aug 21 05:45:51.299 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-08-21T05:45:51.824Z[ recovery-image] Aug 21 05:45:51.308 INFO O| Aug 21 05:45:51.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41462024-08-21T05:45:51.824Z[ recovery-image] Aug 21 05:45:51.308 INFO O| Aug 21 05:45:51.308 INFO STEP 86 (remove_files) COMPLETE
41472024-08-21T05:45:51.828Z[ recovery-image] Aug 21 05:45:51.308 INFO O| Aug 21 05:45:51.308 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-08-21T05:45:51.831Z[ recovery-image] Aug 21 05:45:51.318 INFO O| Aug 21 05:45:51.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41492024-08-21T05:45:51.834Z[ recovery-image] Aug 21 05:45:51.318 INFO O| Aug 21 05:45:51.318 INFO STEP 87 (remove_files) COMPLETE
41502024-08-21T05:45:51.834Z[ recovery-image] Aug 21 05:45:51.318 INFO O| Aug 21 05:45:51.318 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-08-21T05:45:51.842Z[ recovery-image] Aug 21 05:45:51.328 INFO O| Aug 21 05:45:51.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41522024-08-21T05:45:51.842Z[ recovery-image] Aug 21 05:45:51.328 INFO O| Aug 21 05:45:51.328 INFO STEP 88 (remove_files) COMPLETE
41532024-08-21T05:45:51.844Z[ recovery-image] Aug 21 05:45:51.328 INFO O| Aug 21 05:45:51.328 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-08-21T05:45:51.852Z[ recovery-image] Aug 21 05:45:51.337 INFO O| Aug 21 05:45:51.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41552024-08-21T05:45:51.879Z[ recovery-image] Aug 21 05:45:51.337 INFO O| Aug 21 05:45:51.337 INFO STEP 89 (remove_files) COMPLETE
41562024-08-21T05:45:51.879Z[ recovery-image] Aug 21 05:45:51.337 INFO O| Aug 21 05:45:51.337 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-08-21T05:45:51.879Z[ recovery-image] Aug 21 05:45:51.347 INFO O| Aug 21 05:45:51.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41582024-08-21T05:45:51.879Z[ recovery-image] Aug 21 05:45:51.347 INFO O| Aug 21 05:45:51.347 INFO STEP 90 (remove_files) COMPLETE
41592024-08-21T05:45:51.879Z[ recovery-image] Aug 21 05:45:51.347 INFO O| Aug 21 05:45:51.347 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-08-21T05:45:51.883Z[ recovery-image] Aug 21 05:45:51.357 INFO O| Aug 21 05:45:51.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41612024-08-21T05:45:51.883Z[ recovery-image] Aug 21 05:45:51.357 INFO O| Aug 21 05:45:51.357 INFO STEP 91 (remove_files) COMPLETE
41622024-08-21T05:45:51.883Z[ recovery-image] Aug 21 05:45:51.358 INFO O| Aug 21 05:45:51.357 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-08-21T05:45:51.883Z[ recovery-image] Aug 21 05:45:51.367 INFO O| Aug 21 05:45:51.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41642024-08-21T05:45:51.883Z[ recovery-image] Aug 21 05:45:51.367 INFO O| Aug 21 05:45:51.367 INFO STEP 92 (remove_files) COMPLETE
41652024-08-21T05:45:51.883Z[ recovery-image] Aug 21 05:45:51.367 INFO O| Aug 21 05:45:51.367 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-08-21T05:45:51.891Z[ recovery-image] Aug 21 05:45:51.377 INFO O| Aug 21 05:45:51.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41672024-08-21T05:45:51.891Z[ recovery-image] Aug 21 05:45:51.377 INFO O| Aug 21 05:45:51.377 INFO STEP 93 (remove_files) COMPLETE
41682024-08-21T05:45:51.893Z[ recovery-image] Aug 21 05:45:51.377 INFO O| Aug 21 05:45:51.377 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-08-21T05:45:51.900Z[ recovery-image] Aug 21 05:45:51.386 INFO O| Aug 21 05:45:51.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41702024-08-21T05:45:51.900Z[ recovery-image] Aug 21 05:45:51.386 INFO O| Aug 21 05:45:51.386 INFO STEP 94 (remove_files) COMPLETE
41712024-08-21T05:45:51.900Z[ recovery-image] Aug 21 05:45:51.386 INFO O| Aug 21 05:45:51.386 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-08-21T05:45:51.910Z[ recovery-image] Aug 21 05:45:51.396 INFO O| Aug 21 05:45:51.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41732024-08-21T05:45:51.911Z[ recovery-image] Aug 21 05:45:51.396 INFO O| Aug 21 05:45:51.396 INFO STEP 95 (remove_files) COMPLETE
41742024-08-21T05:45:51.911Z[ recovery-image] Aug 21 05:45:51.396 INFO O| Aug 21 05:45:51.396 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-08-21T05:45:51.922Z[ recovery-image] Aug 21 05:45:51.405 INFO O| Aug 21 05:45:51.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41762024-08-21T05:45:51.922Z[ recovery-image] Aug 21 05:45:51.405 INFO O| Aug 21 05:45:51.405 INFO STEP 96 (remove_files) COMPLETE
41772024-08-21T05:45:51.922Z[ recovery-image] Aug 21 05:45:51.405 INFO O| Aug 21 05:45:51.405 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-08-21T05:45:51.934Z[ recovery-image] Aug 21 05:45:51.415 INFO O| Aug 21 05:45:51.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41792024-08-21T05:45:51.934Z[ recovery-image] Aug 21 05:45:51.415 INFO O| Aug 21 05:45:51.415 INFO STEP 97 (remove_files) COMPLETE
41802024-08-21T05:45:51.945Z[ recovery-image] Aug 21 05:45:51.415 INFO O| Aug 21 05:45:51.415 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-08-21T05:45:51.945Z[ recovery-image] Aug 21 05:45:51.424 INFO O| Aug 21 05:45:51.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41822024-08-21T05:45:51.946Z[ recovery-image] Aug 21 05:45:51.424 INFO O| Aug 21 05:45:51.424 INFO STEP 98 (remove_files) COMPLETE
41832024-08-21T05:45:51.946Z[ recovery-image] Aug 21 05:45:51.424 INFO O| Aug 21 05:45:51.424 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-08-21T05:45:51.950Z[ recovery-image] Aug 21 05:45:51.434 INFO O| Aug 21 05:45:51.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41852024-08-21T05:45:51.950Z[ recovery-image] Aug 21 05:45:51.434 INFO O| Aug 21 05:45:51.434 INFO STEP 99 (remove_files) COMPLETE
41862024-08-21T05:45:51.951Z[ recovery-image] Aug 21 05:45:51.434 INFO O| Aug 21 05:45:51.434 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-08-21T05:45:51.962Z[ recovery-image] Aug 21 05:45:51.443 INFO O| Aug 21 05:45:51.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41882024-08-21T05:45:51.974Z[ recovery-image] Aug 21 05:45:51.444 INFO O| Aug 21 05:45:51.444 INFO STEP 100 (remove_files) COMPLETE
41892024-08-21T05:45:51.974Z[ recovery-image] Aug 21 05:45:51.444 INFO O| Aug 21 05:45:51.444 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-08-21T05:45:51.974Z[ recovery-image] Aug 21 05:45:51.453 INFO O| Aug 21 05:45:51.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41912024-08-21T05:45:51.974Z[ recovery-image] Aug 21 05:45:51.453 INFO O| Aug 21 05:45:51.453 INFO STEP 101 (remove_files) COMPLETE
41922024-08-21T05:45:51.974Z[ recovery-image] Aug 21 05:45:51.453 INFO O| Aug 21 05:45:51.453 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-08-21T05:45:51.989Z[ recovery-image] Aug 21 05:45:51.465 INFO O| Aug 21 05:45:51.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41942024-08-21T05:45:51.990Z[ recovery-image] Aug 21 05:45:51.465 INFO O| Aug 21 05:45:51.465 INFO STEP 102 (remove_files) COMPLETE
41952024-08-21T05:45:51.995Z[ recovery-image] Aug 21 05:45:51.465 INFO O| Aug 21 05:45:51.465 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-08-21T05:45:51.996Z[ recovery-image] Aug 21 05:45:51.475 INFO O| Aug 21 05:45:51.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41972024-08-21T05:45:51.996Z[ recovery-image] Aug 21 05:45:51.475 INFO O| Aug 21 05:45:51.475 INFO STEP 103 (remove_files) COMPLETE
41982024-08-21T05:45:51.996Z[ recovery-image] Aug 21 05:45:51.475 INFO O| Aug 21 05:45:51.475 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-08-21T05:45:52.001Z[ recovery-image] Aug 21 05:45:51.484 INFO O| Aug 21 05:45:51.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42002024-08-21T05:45:52.001Z[ recovery-image] Aug 21 05:45:51.484 INFO O| Aug 21 05:45:51.484 INFO STEP 104 (remove_files) COMPLETE
42012024-08-21T05:45:52.001Z[ recovery-image] Aug 21 05:45:51.484 INFO O| Aug 21 05:45:51.484 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-08-21T05:45:52.012Z[ recovery-image] Aug 21 05:45:51.494 INFO O| Aug 21 05:45:51.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42032024-08-21T05:45:52.012Z[ recovery-image] Aug 21 05:45:51.494 INFO O| Aug 21 05:45:51.494 INFO STEP 105 (remove_files) COMPLETE
42042024-08-21T05:45:52.012Z[ recovery-image] Aug 21 05:45:51.494 INFO O| Aug 21 05:45:51.494 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-08-21T05:45:52.021Z[ recovery-image] Aug 21 05:45:51.503 INFO O| Aug 21 05:45:51.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42062024-08-21T05:45:52.028Z[ recovery-image] Aug 21 05:45:51.504 INFO O| Aug 21 05:45:51.504 INFO STEP 106 (remove_files) COMPLETE
42072024-08-21T05:45:52.029Z[ recovery-image] Aug 21 05:45:51.504 INFO O| Aug 21 05:45:51.504 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-08-21T05:45:52.036Z[ recovery-image] Aug 21 05:45:51.514 INFO O| Aug 21 05:45:51.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42092024-08-21T05:45:52.036Z[ recovery-image] Aug 21 05:45:51.514 INFO O| Aug 21 05:45:51.514 INFO STEP 107 (remove_files) COMPLETE
42102024-08-21T05:45:52.036Z[ recovery-image] Aug 21 05:45:51.514 INFO O| Aug 21 05:45:51.514 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-08-21T05:45:52.041Z[ recovery-image] Aug 21 05:45:51.523 INFO O| Aug 21 05:45:51.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42122024-08-21T05:45:52.041Z[ recovery-image] Aug 21 05:45:51.523 INFO O| Aug 21 05:45:51.523 INFO STEP 108 (remove_files) COMPLETE
42132024-08-21T05:45:52.041Z[ recovery-image] Aug 21 05:45:51.523 INFO O| Aug 21 05:45:51.523 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-21T05:45:52.050Z[ recovery-image] Aug 21 05:45:51.533 INFO O| Aug 21 05:45:51.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42152024-08-21T05:45:52.058Z[ recovery-image] Aug 21 05:45:51.533 INFO O| Aug 21 05:45:51.533 INFO STEP 109 (remove_files) COMPLETE
42162024-08-21T05:45:52.059Z[ recovery-image] Aug 21 05:45:51.533 INFO O| Aug 21 05:45:51.533 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-08-21T05:45:52.065Z[ recovery-image] Aug 21 05:45:51.543 INFO O| Aug 21 05:45:51.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42182024-08-21T05:45:52.066Z[ recovery-image] Aug 21 05:45:51.543 INFO O| Aug 21 05:45:51.543 INFO STEP 110 (remove_files) COMPLETE
42192024-08-21T05:45:52.066Z[ recovery-image] Aug 21 05:45:51.543 INFO O| Aug 21 05:45:51.543 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-08-21T05:45:52.073Z[ recovery-image] Aug 21 05:45:51.552 INFO O| Aug 21 05:45:51.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42212024-08-21T05:45:52.073Z[ recovery-image] Aug 21 05:45:51.552 INFO O| Aug 21 05:45:51.552 INFO STEP 111 (remove_files) COMPLETE
42222024-08-21T05:45:52.073Z[ recovery-image] Aug 21 05:45:51.553 INFO O| Aug 21 05:45:51.552 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-08-21T05:45:52.078Z[ recovery-image] Aug 21 05:45:51.562 INFO O| Aug 21 05:45:51.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42242024-08-21T05:45:52.078Z[ recovery-image] Aug 21 05:45:51.562 INFO O| Aug 21 05:45:51.562 INFO STEP 112 (remove_files) COMPLETE
42252024-08-21T05:45:52.078Z[ recovery-image] Aug 21 05:45:51.562 INFO O| Aug 21 05:45:51.562 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-08-21T05:45:52.103Z[ recovery-image] Aug 21 05:45:51.571 INFO O| Aug 21 05:45:51.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42272024-08-21T05:45:52.103Z[ recovery-image] Aug 21 05:45:51.571 INFO O| Aug 21 05:45:51.571 INFO STEP 113 (remove_files) COMPLETE
42282024-08-21T05:45:52.114Z[ recovery-image] Aug 21 05:45:51.571 INFO O| Aug 21 05:45:51.571 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-21T05:45:52.114Z[ recovery-image] Aug 21 05:45:51.581 INFO O| Aug 21 05:45:51.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42302024-08-21T05:45:52.114Z[ recovery-image] Aug 21 05:45:51.581 INFO O| Aug 21 05:45:51.581 INFO STEP 114 (remove_files) COMPLETE
42312024-08-21T05:45:52.114Z[ recovery-image] Aug 21 05:45:51.581 INFO O| Aug 21 05:45:51.581 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-21T05:45:52.114Z[ recovery-image] Aug 21 05:45:51.590 INFO O| Aug 21 05:45:51.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42332024-08-21T05:45:52.114Z[ recovery-image] Aug 21 05:45:51.591 INFO O| Aug 21 05:45:51.591 INFO STEP 115 (remove_files) COMPLETE
42342024-08-21T05:45:52.114Z[ recovery-image] Aug 21 05:45:51.591 INFO O| Aug 21 05:45:51.591 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-21T05:45:52.139Z[ recovery-image] Aug 21 05:45:51.600 INFO O| Aug 21 05:45:51.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42362024-08-21T05:45:52.139Z[ recovery-image] Aug 21 05:45:51.600 INFO O| Aug 21 05:45:51.600 INFO STEP 116 (remove_files) COMPLETE
42372024-08-21T05:45:52.140Z[ recovery-image] Aug 21 05:45:51.600 INFO O| Aug 21 05:45:51.600 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-21T05:45:52.140Z[ recovery-image] Aug 21 05:45:51.610 INFO O| Aug 21 05:45:51.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42392024-08-21T05:45:52.140Z[ recovery-image] Aug 21 05:45:51.610 INFO O| Aug 21 05:45:51.610 INFO STEP 117 (remove_files) COMPLETE
42402024-08-21T05:45:52.140Z[ recovery-image] Aug 21 05:45:51.610 INFO O| Aug 21 05:45:51.610 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-21T05:45:52.146Z[ recovery-image] Aug 21 05:45:51.619 INFO O| Aug 21 05:45:51.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42422024-08-21T05:45:52.146Z[ recovery-image] Aug 21 05:45:51.620 INFO O| Aug 21 05:45:51.619 INFO STEP 118 (remove_files) COMPLETE
42432024-08-21T05:45:52.146Z[ recovery-image] Aug 21 05:45:51.620 INFO O| Aug 21 05:45:51.619 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-21T05:45:52.146Z[ recovery-image] Aug 21 05:45:51.629 INFO O| Aug 21 05:45:51.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42452024-08-21T05:45:52.146Z[ recovery-image] Aug 21 05:45:51.629 INFO O| Aug 21 05:45:51.629 INFO STEP 119 (remove_files) COMPLETE
42462024-08-21T05:45:52.146Z[ recovery-image] Aug 21 05:45:51.629 INFO O| Aug 21 05:45:51.629 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-21T05:45:52.154Z[ recovery-image] Aug 21 05:45:51.639 INFO O| Aug 21 05:45:51.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42482024-08-21T05:45:52.154Z[ recovery-image] Aug 21 05:45:51.639 INFO O| Aug 21 05:45:51.639 INFO STEP 120 (remove_files) COMPLETE
42492024-08-21T05:45:52.158Z[ recovery-image] Aug 21 05:45:51.639 INFO O| Aug 21 05:45:51.639 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-21T05:45:52.176Z[ recovery-image] Aug 21 05:45:51.648 INFO O| Aug 21 05:45:51.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42512024-08-21T05:45:52.176Z[ recovery-image] Aug 21 05:45:51.648 INFO O| Aug 21 05:45:51.648 INFO STEP 121 (remove_files) COMPLETE
42522024-08-21T05:45:52.176Z[ recovery-image] Aug 21 05:45:51.648 INFO O| Aug 21 05:45:51.648 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-21T05:45:52.206Z[ recovery-image] Aug 21 05:45:51.658 INFO O| Aug 21 05:45:51.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42542024-08-21T05:45:52.206Z[ recovery-image] Aug 21 05:45:51.658 INFO O| Aug 21 05:45:51.658 INFO STEP 122 (remove_files) COMPLETE
42552024-08-21T05:45:52.206Z[ recovery-image] Aug 21 05:45:51.659 INFO O| Aug 21 05:45:51.658 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-21T05:45:52.206Z[ recovery-image] Aug 21 05:45:51.668 INFO O| Aug 21 05:45:51.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42572024-08-21T05:45:52.206Z[ recovery-image] Aug 21 05:45:51.668 INFO O| Aug 21 05:45:51.668 INFO STEP 123 (remove_files) COMPLETE
42582024-08-21T05:45:52.206Z[ recovery-image] Aug 21 05:45:51.668 INFO O| Aug 21 05:45:51.668 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-21T05:45:52.206Z[ recovery-image] Aug 21 05:45:51.677 INFO O| Aug 21 05:45:51.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42602024-08-21T05:45:52.206Z[ recovery-image] Aug 21 05:45:51.678 INFO O| Aug 21 05:45:51.677 INFO STEP 124 (remove_files) COMPLETE
42612024-08-21T05:45:52.206Z[ recovery-image] Aug 21 05:45:51.678 INFO O| Aug 21 05:45:51.678 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-08-21T05:45:52.219Z[ recovery-image] Aug 21 05:45:51.687 INFO O| Aug 21 05:45:51.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42632024-08-21T05:45:52.219Z[ recovery-image] Aug 21 05:45:51.687 INFO O| Aug 21 05:45:51.687 INFO STEP 125 (remove_files) COMPLETE
42642024-08-21T05:45:52.219Z[ recovery-image] Aug 21 05:45:51.687 INFO O| Aug 21 05:45:51.687 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-08-21T05:45:52.219Z[ recovery-image] Aug 21 05:45:51.697 INFO O| Aug 21 05:45:51.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42662024-08-21T05:45:52.219Z[ recovery-image] Aug 21 05:45:51.697 INFO O| Aug 21 05:45:51.697 INFO STEP 126 (remove_files) COMPLETE
42672024-08-21T05:45:52.219Z[ recovery-image] Aug 21 05:45:51.697 INFO O| Aug 21 05:45:51.697 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-08-21T05:45:52.228Z[ recovery-image] Aug 21 05:45:51.707 INFO O| Aug 21 05:45:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42692024-08-21T05:45:52.228Z[ recovery-image] Aug 21 05:45:51.707 INFO O| Aug 21 05:45:51.707 INFO STEP 127 (remove_files) COMPLETE
42702024-08-21T05:45:52.228Z[ recovery-image] Aug 21 05:45:51.707 INFO O| Aug 21 05:45:51.707 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-08-21T05:45:52.238Z[ recovery-image] Aug 21 05:45:51.716 INFO O| Aug 21 05:45:51.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42722024-08-21T05:45:52.238Z[ recovery-image] Aug 21 05:45:51.716 INFO O| Aug 21 05:45:51.716 INFO STEP 128 (remove_files) COMPLETE
42732024-08-21T05:45:52.238Z[ recovery-image] Aug 21 05:45:51.716 INFO O| Aug 21 05:45:51.716 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-08-21T05:45:52.243Z[ recovery-image] Aug 21 05:45:51.726 INFO O| Aug 21 05:45:51.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42752024-08-21T05:45:52.243Z[ recovery-image] Aug 21 05:45:51.726 INFO O| Aug 21 05:45:51.726 INFO STEP 129 (remove_files) COMPLETE
42762024-08-21T05:45:52.243Z[ recovery-image] Aug 21 05:45:51.726 INFO O| Aug 21 05:45:51.726 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-08-21T05:45:52.251Z[ recovery-image] Aug 21 05:45:51.735 INFO O| Aug 21 05:45:51.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42782024-08-21T05:45:52.260Z[ recovery-image] Aug 21 05:45:51.735 INFO O| Aug 21 05:45:51.735 INFO STEP 130 (remove_files) COMPLETE
42792024-08-21T05:45:52.260Z[ recovery-image] Aug 21 05:45:51.735 INFO O| Aug 21 05:45:51.735 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-21T05:45:52.266Z[ recovery-image] Aug 21 05:45:51.745 INFO O| Aug 21 05:45:51.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42812024-08-21T05:45:52.266Z[ recovery-image] Aug 21 05:45:51.745 INFO O| Aug 21 05:45:51.745 INFO STEP 131 (remove_files) COMPLETE
42822024-08-21T05:45:52.266Z[ recovery-image] Aug 21 05:45:51.745 INFO O| Aug 21 05:45:51.745 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-08-21T05:45:52.270Z[ recovery-image] Aug 21 05:45:51.754 INFO O| Aug 21 05:45:51.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42842024-08-21T05:45:52.271Z[ recovery-image] Aug 21 05:45:51.755 INFO O| Aug 21 05:45:51.754 INFO STEP 132 (remove_files) COMPLETE
42852024-08-21T05:45:52.271Z[ recovery-image] Aug 21 05:45:51.755 INFO O| Aug 21 05:45:51.754 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-08-21T05:45:52.279Z[ recovery-image] Aug 21 05:45:51.764 INFO O| Aug 21 05:45:51.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42872024-08-21T05:45:52.284Z[ recovery-image] Aug 21 05:45:51.764 INFO O| Aug 21 05:45:51.764 INFO STEP 133 (remove_files) COMPLETE
42882024-08-21T05:45:52.284Z[ recovery-image] Aug 21 05:45:51.764 INFO O| Aug 21 05:45:51.764 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-08-21T05:45:52.295Z[ recovery-image] Aug 21 05:45:51.773 INFO O| Aug 21 05:45:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42902024-08-21T05:45:52.295Z[ recovery-image] Aug 21 05:45:51.774 INFO O| Aug 21 05:45:51.774 INFO STEP 134 (remove_files) COMPLETE
42912024-08-21T05:45:52.296Z[ recovery-image] Aug 21 05:45:51.774 INFO O| Aug 21 05:45:51.774 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-21T05:45:52.304Z[ recovery-image] Aug 21 05:45:51.783 INFO O| Aug 21 05:45:51.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42932024-08-21T05:45:52.304Z[ recovery-image] Aug 21 05:45:51.783 INFO O| Aug 21 05:45:51.783 INFO STEP 135 (remove_files) COMPLETE
42942024-08-21T05:45:52.304Z[ recovery-image] Aug 21 05:45:51.783 INFO O| Aug 21 05:45:51.783 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-21T05:45:52.309Z[ recovery-image] Aug 21 05:45:51.792 INFO O| Aug 21 05:45:51.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42962024-08-21T05:45:52.310Z[ recovery-image] Aug 21 05:45:51.792 INFO O| Aug 21 05:45:51.792 INFO STEP 136 (remove_files) COMPLETE
42972024-08-21T05:45:52.310Z[ recovery-image] Aug 21 05:45:51.792 INFO O| Aug 21 05:45:51.792 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-21T05:45:52.316Z[ recovery-image] Aug 21 05:45:51.802 INFO O| Aug 21 05:45:51.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42992024-08-21T05:45:52.331Z[ recovery-image] Aug 21 05:45:51.802 INFO O| Aug 21 05:45:51.802 INFO STEP 137 (remove_files) COMPLETE
43002024-08-21T05:45:52.331Z[ recovery-image] Aug 21 05:45:51.802 INFO O| Aug 21 05:45:51.802 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-21T05:45:52.334Z[ recovery-image] Aug 21 05:45:51.811 INFO O| Aug 21 05:45:51.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43022024-08-21T05:45:52.334Z[ recovery-image] Aug 21 05:45:51.811 INFO O| Aug 21 05:45:51.811 INFO STEP 138 (remove_files) COMPLETE
43032024-08-21T05:45:52.335Z[ recovery-image] Aug 21 05:45:51.811 INFO O| Aug 21 05:45:51.811 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-21T05:45:52.340Z[ recovery-image] Aug 21 05:45:51.821 INFO O| Aug 21 05:45:51.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43052024-08-21T05:45:52.340Z[ recovery-image] Aug 21 05:45:51.821 INFO O| Aug 21 05:45:51.821 INFO STEP 139 (remove_files) COMPLETE
43062024-08-21T05:45:52.340Z[ recovery-image] Aug 21 05:45:51.821 INFO O| Aug 21 05:45:51.821 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-21T05:45:52.347Z[ recovery-image] Aug 21 05:45:51.831 INFO O| Aug 21 05:45:51.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43082024-08-21T05:45:52.350Z[ recovery-image] Aug 21 05:45:51.831 INFO O| Aug 21 05:45:51.831 INFO STEP 140 (remove_files) COMPLETE
43092024-08-21T05:45:52.350Z[ recovery-image] Aug 21 05:45:51.831 INFO O| Aug 21 05:45:51.831 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-21T05:45:52.355Z[ recovery-image] Aug 21 05:45:51.840 INFO O| Aug 21 05:45:51.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43112024-08-21T05:45:52.359Z[ recovery-image] Aug 21 05:45:51.840 INFO O| Aug 21 05:45:51.840 INFO STEP 141 (remove_files) COMPLETE
43122024-08-21T05:45:52.359Z[ recovery-image] Aug 21 05:45:51.840 INFO O| Aug 21 05:45:51.840 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-21T05:45:53.367Z[ recovery-image] Aug 21 05:45:51.849 INFO O| Aug 21 05:45:51.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43142024-08-21T05:45:53.373Z[ recovery-image] Aug 21 05:45:51.850 INFO O| Aug 21 05:45:51.850 INFO STEP 142 (remove_files) COMPLETE
43152024-08-21T05:45:53.373Z[ recovery-image] Aug 21 05:45:51.850 INFO O| Aug 21 05:45:51.850 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-21T05:45:53.373Z[ recovery-image] Aug 21 05:45:51.860 INFO O| Aug 21 05:45:51.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43172024-08-21T05:45:53.374Z[ recovery-image] Aug 21 05:45:51.860 INFO O| Aug 21 05:45:51.860 INFO STEP 143 (remove_files) COMPLETE
43182024-08-21T05:45:53.374Z[ recovery-image] Aug 21 05:45:51.860 INFO O| Aug 21 05:45:51.860 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-21T05:45:53.374Z[ recovery-image] Aug 21 05:45:51.869 INFO O| Aug 21 05:45:51.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43202024-08-21T05:45:53.374Z[ recovery-image] Aug 21 05:45:51.869 INFO O| Aug 21 05:45:51.869 INFO STEP 144 (remove_files) COMPLETE
43212024-08-21T05:45:53.374Z[ recovery-image] Aug 21 05:45:51.869 INFO O| Aug 21 05:45:51.869 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-21T05:45:53.374Z[ recovery-image] Aug 21 05:45:51.878 INFO O| Aug 21 05:45:51.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43232024-08-21T05:45:53.374Z[ recovery-image] Aug 21 05:45:51.879 INFO O| Aug 21 05:45:51.878 INFO STEP 145 (remove_files) COMPLETE
43242024-08-21T05:45:53.374Z[ recovery-image] Aug 21 05:45:51.879 INFO O| Aug 21 05:45:51.879 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.888 INFO O| Aug 21 05:45:51.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43262024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.888 INFO O| Aug 21 05:45:51.888 INFO STEP 146 (remove_files) COMPLETE
43272024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.888 INFO O| Aug 21 05:45:51.888 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.897 INFO O| Aug 21 05:45:51.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43292024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.898 INFO O| Aug 21 05:45:51.897 INFO STEP 147 (remove_files) COMPLETE
43302024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.898 INFO O| Aug 21 05:45:51.898 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.907 INFO O| Aug 21 05:45:51.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43322024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.907 INFO O| Aug 21 05:45:51.907 INFO STEP 148 (remove_files) COMPLETE
43332024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.907 INFO O| Aug 21 05:45:51.907 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.916 INFO O| Aug 21 05:45:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43352024-08-21T05:45:53.375Z[ recovery-image] Aug 21 05:45:51.916 INFO O| Aug 21 05:45:51.916 INFO STEP 149 (remove_files) COMPLETE
43362024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.916 INFO O| Aug 21 05:45:51.916 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.926 INFO O| Aug 21 05:45:51.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43382024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.926 INFO O| Aug 21 05:45:51.926 INFO STEP 150 (remove_files) COMPLETE
43392024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.926 INFO O| Aug 21 05:45:51.926 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.935 INFO O| Aug 21 05:45:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43412024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.936 INFO O| Aug 21 05:45:51.936 INFO STEP 151 (remove_files) COMPLETE
43422024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.936 INFO O| Aug 21 05:45:51.936 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.945 INFO O| Aug 21 05:45:51.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43442024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.945 INFO O| Aug 21 05:45:51.945 INFO STEP 152 (remove_files) COMPLETE
43452024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.945 INFO O| Aug 21 05:45:51.945 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.955 INFO O| Aug 21 05:45:51.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43472024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.955 INFO O| Aug 21 05:45:51.955 INFO STEP 153 (remove_files) COMPLETE
43482024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.955 INFO O| Aug 21 05:45:51.955 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.964 INFO O| Aug 21 05:45:51.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43502024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.964 INFO O| Aug 21 05:45:51.964 INFO STEP 154 (remove_files) COMPLETE
43512024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.964 INFO O| Aug 21 05:45:51.964 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-21T05:45:53.376Z[ recovery-image] Aug 21 05:45:51.974 INFO O| Aug 21 05:45:51.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43532024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:51.974 INFO O| Aug 21 05:45:51.974 INFO STEP 155 (remove_files) COMPLETE
43542024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:51.974 INFO O| Aug 21 05:45:51.974 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:51.983 INFO O| Aug 21 05:45:51.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43562024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:51.983 INFO O| Aug 21 05:45:51.983 INFO STEP 156 (remove_files) COMPLETE
43572024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:51.983 INFO O| Aug 21 05:45:51.983 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:51.993 INFO O| Aug 21 05:45:51.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43592024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:51.993 INFO O| Aug 21 05:45:51.993 INFO STEP 157 (remove_files) COMPLETE
43602024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:51.993 INFO O| Aug 21 05:45:51.993 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:52.002 INFO O| Aug 21 05:45:52.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43622024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:52.002 INFO O| Aug 21 05:45:52.002 INFO STEP 158 (remove_files) COMPLETE
43632024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:52.002 INFO O| Aug 21 05:45:52.002 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:52.012 INFO O| Aug 21 05:45:52.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43652024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:52.012 INFO O| Aug 21 05:45:52.012 INFO STEP 159 (remove_files) COMPLETE
43662024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:52.012 INFO O| Aug 21 05:45:52.012 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:52.021 INFO O| Aug 21 05:45:52.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43682024-08-21T05:45:53.377Z[ recovery-image] Aug 21 05:45:52.021 INFO O| Aug 21 05:45:52.021 INFO STEP 160 (remove_files) COMPLETE
43692024-08-21T05:45:53.378Z[ recovery-image] Aug 21 05:45:52.022 INFO O| Aug 21 05:45:52.021 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-21T05:45:53.378Z[ recovery-image] Aug 21 05:45:52.031 INFO O| Aug 21 05:45:52.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43712024-08-21T05:45:53.378Z[ recovery-image] Aug 21 05:45:52.031 INFO O| Aug 21 05:45:52.031 INFO STEP 161 (remove_files) COMPLETE
43722024-08-21T05:45:53.378Z[ recovery-image] Aug 21 05:45:52.031 INFO O| Aug 21 05:45:52.031 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-21T05:45:53.378Z[ recovery-image] Aug 21 05:45:52.040 INFO O| Aug 21 05:45:52.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43742024-08-21T05:45:53.378Z[ recovery-image] Aug 21 05:45:52.040 INFO O| Aug 21 05:45:52.040 INFO STEP 162 (remove_files) COMPLETE
43752024-08-21T05:45:53.378Z[ recovery-image] Aug 21 05:45:52.040 INFO O| Aug 21 05:45:52.040 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-21T05:45:53.378Z[ recovery-image] Aug 21 05:45:52.050 INFO O| Aug 21 05:45:52.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43772024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.050 INFO O| Aug 21 05:45:52.050 INFO STEP 163 (remove_files) COMPLETE
43782024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.050 INFO O| Aug 21 05:45:52.050 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.059 INFO O| Aug 21 05:45:52.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43802024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.059 INFO O| Aug 21 05:45:52.059 INFO STEP 164 (remove_files) COMPLETE
43812024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.059 INFO O| Aug 21 05:45:52.059 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.069 INFO O| Aug 21 05:45:52.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43832024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.069 INFO O| Aug 21 05:45:52.069 INFO STEP 165 (remove_files) COMPLETE
43842024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.069 INFO O| Aug 21 05:45:52.069 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.078 INFO O| Aug 21 05:45:52.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43862024-08-21T05:45:53.379Z[ recovery-image] Aug 21 05:45:52.078 INFO O| Aug 21 05:45:52.078 INFO STEP 166 (remove_files) COMPLETE
43872024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.078 INFO O| Aug 21 05:45:52.078 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.088 INFO O| Aug 21 05:45:52.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43892024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.088 INFO O| Aug 21 05:45:52.088 INFO STEP 167 (remove_files) COMPLETE
43902024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.088 INFO O| Aug 21 05:45:52.088 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.097 INFO O| Aug 21 05:45:52.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43922024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.097 INFO O| Aug 21 05:45:52.097 INFO STEP 168 (remove_files) COMPLETE
43932024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.097 INFO O| Aug 21 05:45:52.097 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.107 INFO O| Aug 21 05:45:52.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43952024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.107 INFO O| Aug 21 05:45:52.107 INFO STEP 169 (remove_files) COMPLETE
43962024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.107 INFO O| Aug 21 05:45:52.107 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.116 INFO O| Aug 21 05:45:52.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43982024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.116 INFO O| Aug 21 05:45:52.116 INFO STEP 170 (remove_files) COMPLETE
43992024-08-21T05:45:53.380Z[ recovery-image] Aug 21 05:45:52.116 INFO O| Aug 21 05:45:52.116 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.126 INFO O| Aug 21 05:45:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44012024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.126 INFO O| Aug 21 05:45:52.126 INFO STEP 171 (remove_files) COMPLETE
44022024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.126 INFO O| Aug 21 05:45:52.126 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.135 INFO O| Aug 21 05:45:52.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44042024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.135 INFO O| Aug 21 05:45:52.135 INFO STEP 172 (remove_files) COMPLETE
44052024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.135 INFO O| Aug 21 05:45:52.135 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.144 INFO O| Aug 21 05:45:52.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44072024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.144 INFO O| Aug 21 05:45:52.144 INFO STEP 173 (remove_files) COMPLETE
44082024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.145 INFO O| Aug 21 05:45:52.144 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.154 INFO O| Aug 21 05:45:52.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44102024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.154 INFO O| Aug 21 05:45:52.154 INFO STEP 174 (remove_files) COMPLETE
44112024-08-21T05:45:53.381Z[ recovery-image] Aug 21 05:45:52.154 INFO O| Aug 21 05:45:52.154 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-21T05:45:53.382Z[ recovery-image] Aug 21 05:45:52.163 INFO O| Aug 21 05:45:52.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44132024-08-21T05:45:53.382Z[ recovery-image] Aug 21 05:45:52.164 INFO O| Aug 21 05:45:52.164 INFO STEP 175 (remove_files) COMPLETE
44142024-08-21T05:45:53.389Z[ recovery-image] Aug 21 05:45:52.164 INFO O| Aug 21 05:45:52.164 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-21T05:45:53.389Z[ recovery-image] Aug 21 05:45:52.173 INFO O| Aug 21 05:45:52.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44162024-08-21T05:45:53.390Z[ recovery-image] Aug 21 05:45:52.173 INFO O| Aug 21 05:45:52.173 INFO STEP 176 (remove_files) COMPLETE
44172024-08-21T05:45:53.390Z[ recovery-image] Aug 21 05:45:52.173 INFO O| Aug 21 05:45:52.173 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-21T05:45:53.390Z[ recovery-image] Aug 21 05:45:52.183 INFO O| Aug 21 05:45:52.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44192024-08-21T05:45:53.390Z[ recovery-image] Aug 21 05:45:52.183 INFO O| Aug 21 05:45:52.183 INFO STEP 177 (remove_files) COMPLETE
44202024-08-21T05:45:53.391Z[ recovery-image] Aug 21 05:45:52.183 INFO O| Aug 21 05:45:52.183 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-21T05:45:53.391Z[ recovery-image] Aug 21 05:45:52.193 INFO O| Aug 21 05:45:52.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44222024-08-21T05:45:53.391Z[ recovery-image] Aug 21 05:45:52.193 INFO O| Aug 21 05:45:52.193 INFO STEP 178 (remove_files) COMPLETE
44232024-08-21T05:45:53.391Z[ recovery-image] Aug 21 05:45:52.193 INFO O| Aug 21 05:45:52.193 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-21T05:45:53.392Z[ recovery-image] Aug 21 05:45:52.202 INFO O| Aug 21 05:45:52.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44252024-08-21T05:45:53.393Z[ recovery-image] Aug 21 05:45:52.202 INFO O| Aug 21 05:45:52.202 INFO STEP 179 (remove_files) COMPLETE
44262024-08-21T05:45:53.393Z[ recovery-image] Aug 21 05:45:52.202 INFO O| Aug 21 05:45:52.202 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-21T05:45:53.393Z[ recovery-image] Aug 21 05:45:52.212 INFO O| Aug 21 05:45:52.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44282024-08-21T05:45:53.393Z[ recovery-image] Aug 21 05:45:52.212 INFO O| Aug 21 05:45:52.212 INFO STEP 180 (remove_files) COMPLETE
44292024-08-21T05:45:53.393Z[ recovery-image] Aug 21 05:45:52.212 INFO O| Aug 21 05:45:52.212 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-21T05:45:53.394Z[ recovery-image] Aug 21 05:45:52.221 INFO O| Aug 21 05:45:52.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44312024-08-21T05:45:53.394Z[ recovery-image] Aug 21 05:45:52.221 INFO O| Aug 21 05:45:52.221 INFO STEP 181 (remove_files) COMPLETE
44322024-08-21T05:45:53.394Z[ recovery-image] Aug 21 05:45:52.221 INFO O| Aug 21 05:45:52.221 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-21T05:45:53.395Z[ recovery-image] Aug 21 05:45:52.231 INFO O| Aug 21 05:45:52.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44342024-08-21T05:45:53.395Z[ recovery-image] Aug 21 05:45:52.231 INFO O| Aug 21 05:45:52.231 INFO STEP 182 (remove_files) COMPLETE
44352024-08-21T05:45:53.396Z[ recovery-image] Aug 21 05:45:52.231 INFO O| Aug 21 05:45:52.231 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-21T05:45:53.396Z[ recovery-image] Aug 21 05:45:52.240 INFO O| Aug 21 05:45:52.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44372024-08-21T05:45:53.397Z[ recovery-image] Aug 21 05:45:52.240 INFO O| Aug 21 05:45:52.240 INFO STEP 183 (remove_files) COMPLETE
44382024-08-21T05:45:53.397Z[ recovery-image] Aug 21 05:45:52.240 INFO O| Aug 21 05:45:52.240 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-21T05:45:53.397Z[ recovery-image] Aug 21 05:45:52.250 INFO O| Aug 21 05:45:52.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44402024-08-21T05:45:53.397Z[ recovery-image] Aug 21 05:45:52.250 INFO O| Aug 21 05:45:52.250 INFO STEP 184 (remove_files) COMPLETE
44412024-08-21T05:45:53.397Z[ recovery-image] Aug 21 05:45:52.250 INFO O| Aug 21 05:45:52.250 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-21T05:45:53.397Z[ recovery-image] Aug 21 05:45:52.259 INFO O| Aug 21 05:45:52.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44432024-08-21T05:45:53.397Z[ recovery-image] Aug 21 05:45:52.259 INFO O| Aug 21 05:45:52.259 INFO STEP 185 (remove_files) COMPLETE
44442024-08-21T05:45:53.397Z[ recovery-image] Aug 21 05:45:52.259 INFO O| Aug 21 05:45:52.259 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-21T05:45:53.397Z[ recovery-image] Aug 21 05:45:52.268 INFO O| Aug 21 05:45:52.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44462024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.268 INFO O| Aug 21 05:45:52.268 INFO STEP 186 (remove_files) COMPLETE
44472024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.268 INFO O| Aug 21 05:45:52.268 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.278 INFO O| Aug 21 05:45:52.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44492024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.278 INFO O| Aug 21 05:45:52.278 INFO STEP 187 (remove_files) COMPLETE
44502024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.278 INFO O| Aug 21 05:45:52.278 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.287 INFO O| Aug 21 05:45:52.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44522024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.287 INFO O| Aug 21 05:45:52.287 INFO STEP 188 (remove_files) COMPLETE
44532024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.287 INFO O| Aug 21 05:45:52.287 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.297 INFO O| Aug 21 05:45:52.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44552024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.297 INFO O| Aug 21 05:45:52.297 INFO STEP 189 (remove_files) COMPLETE
44562024-08-21T05:45:53.398Z[ recovery-image] Aug 21 05:45:52.297 INFO O| Aug 21 05:45:52.297 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-21T05:45:53.399Z[ recovery-image] Aug 21 05:45:52.306 INFO O| Aug 21 05:45:52.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44582024-08-21T05:45:53.399Z[ recovery-image] Aug 21 05:45:52.306 INFO O| Aug 21 05:45:52.306 INFO STEP 190 (remove_files) COMPLETE
44592024-08-21T05:45:53.399Z[ recovery-image] Aug 21 05:45:52.306 INFO O| Aug 21 05:45:52.306 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-21T05:45:53.399Z[ recovery-image] Aug 21 05:45:52.316 INFO O| Aug 21 05:45:52.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44612024-08-21T05:45:53.399Z[ recovery-image] Aug 21 05:45:52.316 INFO O| Aug 21 05:45:52.316 INFO STEP 191 (remove_files) COMPLETE
44622024-08-21T05:45:53.399Z[ recovery-image] Aug 21 05:45:52.316 INFO O| Aug 21 05:45:52.316 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-21T05:45:53.400Z[ recovery-image] Aug 21 05:45:52.325 INFO O| Aug 21 05:45:52.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44642024-08-21T05:45:53.400Z[ recovery-image] Aug 21 05:45:52.325 INFO O| Aug 21 05:45:52.325 INFO STEP 192 (remove_files) COMPLETE
44652024-08-21T05:45:53.400Z[ recovery-image] Aug 21 05:45:52.325 INFO O| Aug 21 05:45:52.325 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-21T05:45:53.400Z[ recovery-image] Aug 21 05:45:52.335 INFO O| Aug 21 05:45:52.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44672024-08-21T05:45:53.400Z[ recovery-image] Aug 21 05:45:52.335 INFO O| Aug 21 05:45:52.335 INFO STEP 193 (remove_files) COMPLETE
44682024-08-21T05:45:53.400Z[ recovery-image] Aug 21 05:45:52.335 INFO O| Aug 21 05:45:52.335 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-21T05:45:53.400Z[ recovery-image] Aug 21 05:45:52.344 INFO O| Aug 21 05:45:52.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44702024-08-21T05:45:53.401Z[ recovery-image] Aug 21 05:45:52.344 INFO O| Aug 21 05:45:52.344 INFO STEP 194 (remove_files) COMPLETE
44712024-08-21T05:45:53.401Z[ recovery-image] Aug 21 05:45:52.344 INFO O| Aug 21 05:45:52.344 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-21T05:45:53.401Z[ recovery-image] Aug 21 05:45:52.353 INFO O| Aug 21 05:45:52.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44732024-08-21T05:45:53.401Z[ recovery-image] Aug 21 05:45:52.353 INFO O| Aug 21 05:45:52.353 INFO STEP 195 (remove_files) COMPLETE
44742024-08-21T05:45:53.401Z[ recovery-image] Aug 21 05:45:52.353 INFO O| Aug 21 05:45:52.353 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-21T05:45:53.401Z[ recovery-image] Aug 21 05:45:52.363 INFO O| Aug 21 05:45:52.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44762024-08-21T05:45:53.402Z[ recovery-image] Aug 21 05:45:52.363 INFO O| Aug 21 05:45:52.363 INFO STEP 196 (remove_files) COMPLETE
44772024-08-21T05:45:53.402Z[ recovery-image] Aug 21 05:45:52.363 INFO O| Aug 21 05:45:52.363 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.372 INFO O| Aug 21 05:45:52.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44792024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.372 INFO O| Aug 21 05:45:52.372 INFO STEP 197 (remove_files) COMPLETE
44802024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.372 INFO O| Aug 21 05:45:52.372 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.382 INFO O| Aug 21 05:45:52.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44822024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.382 INFO O| Aug 21 05:45:52.382 INFO STEP 198 (remove_files) COMPLETE
44832024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.382 INFO O| Aug 21 05:45:52.382 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.391 INFO O| Aug 21 05:45:52.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44852024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.391 INFO O| Aug 21 05:45:52.391 INFO STEP 199 (remove_files) COMPLETE
44862024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.391 INFO O| Aug 21 05:45:52.391 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.401 INFO O| Aug 21 05:45:52.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44882024-08-21T05:45:53.403Z[ recovery-image] Aug 21 05:45:52.401 INFO O| Aug 21 05:45:52.401 INFO STEP 200 (remove_files) COMPLETE
44892024-08-21T05:45:53.404Z[ recovery-image] Aug 21 05:45:52.401 INFO O| Aug 21 05:45:52.401 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-08-21T05:45:53.404Z[ recovery-image] Aug 21 05:45:52.410 INFO O| Aug 21 05:45:52.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44912024-08-21T05:45:53.404Z[ recovery-image] Aug 21 05:45:52.410 INFO O| Aug 21 05:45:52.410 INFO STEP 201 (remove_files) COMPLETE
44922024-08-21T05:45:53.404Z[ recovery-image] Aug 21 05:45:52.410 INFO O| Aug 21 05:45:52.410 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-08-21T05:45:53.404Z[ recovery-image] Aug 21 05:45:52.420 INFO O| Aug 21 05:45:52.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44942024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.420 INFO O| Aug 21 05:45:52.420 INFO STEP 202 (remove_files) COMPLETE
44952024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.420 INFO O| Aug 21 05:45:52.420 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.429 INFO O| Aug 21 05:45:52.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44972024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.429 INFO O| Aug 21 05:45:52.429 INFO STEP 203 (remove_files) COMPLETE
44982024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.429 INFO O| Aug 21 05:45:52.429 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.439 INFO O| Aug 21 05:45:52.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45002024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.439 INFO O| Aug 21 05:45:52.439 INFO STEP 204 (remove_files) COMPLETE
45012024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.439 INFO O| Aug 21 05:45:52.439 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.448 INFO O| Aug 21 05:45:52.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45032024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.448 INFO O| Aug 21 05:45:52.448 INFO STEP 205 (remove_files) COMPLETE
45042024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.448 INFO O| Aug 21 05:45:52.448 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.457 INFO O| Aug 21 05:45:52.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45062024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.458 INFO O| Aug 21 05:45:52.457 INFO STEP 206 (remove_files) COMPLETE
45072024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.458 INFO O| Aug 21 05:45:52.458 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-08-21T05:45:53.405Z[ recovery-image] Aug 21 05:45:52.467 INFO O| Aug 21 05:45:52.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45092024-08-21T05:45:53.406Z[ recovery-image] Aug 21 05:45:52.467 INFO O| Aug 21 05:45:52.467 INFO STEP 207 (remove_files) COMPLETE
45102024-08-21T05:45:53.406Z[ recovery-image] Aug 21 05:45:52.467 INFO O| Aug 21 05:45:52.467 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-08-21T05:45:53.406Z[ recovery-image] Aug 21 05:45:52.476 INFO O| Aug 21 05:45:52.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45122024-08-21T05:45:53.406Z[ recovery-image] Aug 21 05:45:52.476 INFO O| Aug 21 05:45:52.476 INFO STEP 208 (remove_files) COMPLETE
45132024-08-21T05:45:53.406Z[ recovery-image] Aug 21 05:45:52.476 INFO O| Aug 21 05:45:52.476 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.486 INFO O| Aug 21 05:45:52.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45152024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.486 INFO O| Aug 21 05:45:52.486 INFO STEP 209 (remove_files) COMPLETE
45162024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.486 INFO O| Aug 21 05:45:52.486 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.496 INFO O| Aug 21 05:45:52.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45182024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.496 INFO O| Aug 21 05:45:52.496 INFO STEP 210 (remove_files) COMPLETE
45192024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.496 INFO O| Aug 21 05:45:52.496 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.506 INFO O| Aug 21 05:45:52.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45212024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.506 INFO O| Aug 21 05:45:52.506 INFO STEP 211 (remove_files) COMPLETE
45222024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.506 INFO O| Aug 21 05:45:52.506 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.515 INFO O| Aug 21 05:45:52.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45242024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.515 INFO O| Aug 21 05:45:52.515 INFO STEP 212 (remove_files) COMPLETE
45252024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.515 INFO O| Aug 21 05:45:52.515 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.524 INFO O| Aug 21 05:45:52.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45272024-08-21T05:45:53.413Z[ recovery-image] Aug 21 05:45:52.525 INFO O| Aug 21 05:45:52.525 INFO STEP 213 (remove_files) COMPLETE
45282024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.525 INFO O| Aug 21 05:45:52.525 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.534 INFO O| Aug 21 05:45:52.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45302024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.534 INFO O| Aug 21 05:45:52.534 INFO STEP 214 (remove_files) COMPLETE
45312024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.534 INFO O| Aug 21 05:45:52.534 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.543 INFO O| Aug 21 05:45:52.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45332024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.544 INFO O| Aug 21 05:45:52.543 INFO STEP 215 (remove_files) COMPLETE
45342024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.544 INFO O| Aug 21 05:45:52.543 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.553 INFO O| Aug 21 05:45:52.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45362024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.553 INFO O| Aug 21 05:45:52.553 INFO STEP 216 (remove_files) COMPLETE
45372024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.553 INFO O| Aug 21 05:45:52.553 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.562 INFO O| Aug 21 05:45:52.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45392024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.562 INFO O| Aug 21 05:45:52.562 INFO STEP 217 (remove_files) COMPLETE
45402024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.562 INFO O| Aug 21 05:45:52.562 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-21T05:45:53.414Z[ recovery-image] Aug 21 05:45:52.572 INFO O| Aug 21 05:45:52.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45422024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.572 INFO O| Aug 21 05:45:52.572 INFO STEP 218 (remove_files) COMPLETE
45432024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.572 INFO O| Aug 21 05:45:52.572 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.581 INFO O| Aug 21 05:45:52.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45452024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.581 INFO O| Aug 21 05:45:52.581 INFO STEP 219 (remove_files) COMPLETE
45462024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.581 INFO O| Aug 21 05:45:52.581 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.591 INFO O| Aug 21 05:45:52.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45482024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.591 INFO O| Aug 21 05:45:52.591 INFO STEP 220 (remove_files) COMPLETE
45492024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.591 INFO O| Aug 21 05:45:52.591 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.600 INFO O| Aug 21 05:45:52.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45512024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.600 INFO O| Aug 21 05:45:52.600 INFO STEP 221 (remove_files) COMPLETE
45522024-08-21T05:45:53.415Z[ recovery-image] Aug 21 05:45:52.600 INFO O| Aug 21 05:45:52.600 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.610 INFO O| Aug 21 05:45:52.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45542024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.610 INFO O| Aug 21 05:45:52.610 INFO STEP 222 (remove_files) COMPLETE
45552024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.610 INFO O| Aug 21 05:45:52.610 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.619 INFO O| Aug 21 05:45:52.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45572024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.619 INFO O| Aug 21 05:45:52.619 INFO STEP 223 (remove_files) COMPLETE
45582024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.619 INFO O| Aug 21 05:45:52.619 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.629 INFO O| Aug 21 05:45:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45602024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.629 INFO O| Aug 21 05:45:52.629 INFO STEP 224 (remove_files) COMPLETE
45612024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.629 INFO O| Aug 21 05:45:52.629 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.638 INFO O| Aug 21 05:45:52.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45632024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.639 INFO O| Aug 21 05:45:52.638 INFO STEP 225 (remove_files) COMPLETE
45642024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.639 INFO O| Aug 21 05:45:52.639 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.648 INFO O| Aug 21 05:45:52.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45662024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.648 INFO O| Aug 21 05:45:52.648 INFO STEP 226 (remove_files) COMPLETE
45672024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.648 INFO O| Aug 21 05:45:52.648 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.657 INFO O| Aug 21 05:45:52.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45692024-08-21T05:45:53.416Z[ recovery-image] Aug 21 05:45:52.658 INFO O| Aug 21 05:45:52.658 INFO STEP 227 (remove_files) COMPLETE
45702024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.658 INFO O| Aug 21 05:45:52.658 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.667 INFO O| Aug 21 05:45:52.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45722024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.667 INFO O| Aug 21 05:45:52.667 INFO STEP 228 (remove_files) COMPLETE
45732024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.667 INFO O| Aug 21 05:45:52.667 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.677 INFO O| Aug 21 05:45:52.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45752024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.677 INFO O| Aug 21 05:45:52.677 INFO STEP 229 (remove_files) COMPLETE
45762024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.677 INFO O| Aug 21 05:45:52.677 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.686 INFO O| Aug 21 05:45:52.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45782024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.686 INFO O| Aug 21 05:45:52.686 INFO STEP 230 (remove_files) COMPLETE
45792024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.686 INFO O| Aug 21 05:45:52.686 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.696 INFO O| Aug 21 05:45:52.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45812024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.696 INFO O| Aug 21 05:45:52.696 INFO STEP 231 (remove_files) COMPLETE
45822024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.696 INFO O| Aug 21 05:45:52.696 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.705 INFO O| Aug 21 05:45:52.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45842024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.705 INFO O| Aug 21 05:45:52.705 INFO STEP 232 (remove_files) COMPLETE
45852024-08-21T05:45:53.417Z[ recovery-image] Aug 21 05:45:52.705 INFO O| Aug 21 05:45:52.705 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.714 INFO O| Aug 21 05:45:52.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45872024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.714 INFO O| Aug 21 05:45:52.714 INFO STEP 233 (remove_files) COMPLETE
45882024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.714 INFO O| Aug 21 05:45:52.714 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.724 INFO O| Aug 21 05:45:52.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45902024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.724 INFO O| Aug 21 05:45:52.724 INFO STEP 234 (remove_files) COMPLETE
45912024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.724 INFO O| Aug 21 05:45:52.724 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.733 INFO O| Aug 21 05:45:52.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45932024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.733 INFO O| Aug 21 05:45:52.733 INFO STEP 235 (remove_files) COMPLETE
45942024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.733 INFO O| Aug 21 05:45:52.733 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.743 INFO O| Aug 21 05:45:52.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45962024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.743 INFO O| Aug 21 05:45:52.743 INFO STEP 236 (remove_files) COMPLETE
45972024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.743 INFO O| Aug 21 05:45:52.743 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.752 INFO O| Aug 21 05:45:52.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45992024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.752 INFO O| Aug 21 05:45:52.752 INFO STEP 237 (remove_files) COMPLETE
46002024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.752 INFO O| Aug 21 05:45:52.752 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-21T05:45:53.418Z[ recovery-image] Aug 21 05:45:52.761 INFO O| Aug 21 05:45:52.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46022024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.761 INFO O| Aug 21 05:45:52.761 INFO STEP 238 (remove_files) COMPLETE
46032024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.761 INFO O| Aug 21 05:45:52.761 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.771 INFO O| Aug 21 05:45:52.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46052024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.771 INFO O| Aug 21 05:45:52.771 INFO STEP 239 (remove_files) COMPLETE
46062024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.771 INFO O| Aug 21 05:45:52.771 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.780 INFO O| Aug 21 05:45:52.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46082024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.780 INFO O| Aug 21 05:45:52.780 INFO STEP 240 (remove_files) COMPLETE
46092024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.780 INFO O| Aug 21 05:45:52.780 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.790 INFO O| Aug 21 05:45:52.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46112024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.790 INFO O| Aug 21 05:45:52.790 INFO STEP 241 (remove_files) COMPLETE
46122024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.790 INFO O| Aug 21 05:45:52.790 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-21T05:45:53.419Z[ recovery-image] Aug 21 05:45:52.799 INFO O| Aug 21 05:45:52.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46142024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.799 INFO O| Aug 21 05:45:52.799 INFO STEP 242 (remove_files) COMPLETE
46152024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.799 INFO O| Aug 21 05:45:52.799 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.809 INFO O| Aug 21 05:45:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46172024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.809 INFO O| Aug 21 05:45:52.809 INFO STEP 243 (remove_files) COMPLETE
46182024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.809 INFO O| Aug 21 05:45:52.809 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.818 INFO O| Aug 21 05:45:52.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46202024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.818 INFO O| Aug 21 05:45:52.818 INFO STEP 244 (remove_files) COMPLETE
46212024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.818 INFO O| Aug 21 05:45:52.818 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.827 INFO O| Aug 21 05:45:52.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46232024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.828 INFO O| Aug 21 05:45:52.827 INFO STEP 245 (remove_files) COMPLETE
46242024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.828 INFO O| Aug 21 05:45:52.828 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.837 INFO O| Aug 21 05:45:52.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46262024-08-21T05:45:53.423Z[ recovery-image] Aug 21 05:45:52.837 INFO O| Aug 21 05:45:52.837 INFO STEP 246 (remove_files) COMPLETE
46272024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.837 INFO O| Aug 21 05:45:52.837 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.846 INFO O| Aug 21 05:45:52.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46292024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.846 INFO O| Aug 21 05:45:52.846 INFO STEP 247 (remove_files) COMPLETE
46302024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.846 INFO O| Aug 21 05:45:52.846 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.856 INFO O| Aug 21 05:45:52.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46322024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.856 INFO O| Aug 21 05:45:52.856 INFO STEP 248 (remove_files) COMPLETE
46332024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.856 INFO O| Aug 21 05:45:52.856 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.865 INFO O| Aug 21 05:45:52.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46352024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.865 INFO O| Aug 21 05:45:52.865 INFO STEP 249 (remove_files) COMPLETE
46362024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.865 INFO O| Aug 21 05:45:52.865 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.874 INFO O| Aug 21 05:45:52.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46382024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.874 INFO O| Aug 21 05:45:52.874 INFO STEP 250 (remove_files) COMPLETE
46392024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.874 INFO O| Aug 21 05:45:52.874 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.884 INFO O| Aug 21 05:45:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46412024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.884 INFO O| Aug 21 05:45:52.884 INFO STEP 251 (remove_files) COMPLETE
46422024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.884 INFO O| Aug 21 05:45:52.884 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.893 INFO O| Aug 21 05:45:52.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46442024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.893 INFO O| Aug 21 05:45:52.893 INFO STEP 252 (remove_files) COMPLETE
46452024-08-21T05:45:53.424Z[ recovery-image] Aug 21 05:45:52.893 INFO O| Aug 21 05:45:52.893 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-21T05:45:53.425Z[ recovery-image] Aug 21 05:45:52.902 INFO O| Aug 21 05:45:52.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46472024-08-21T05:45:53.425Z[ recovery-image] Aug 21 05:45:52.902 INFO O| Aug 21 05:45:52.902 INFO STEP 253 (remove_files) COMPLETE
46482024-08-21T05:45:53.425Z[ recovery-image] Aug 21 05:45:52.902 INFO O| Aug 21 05:45:52.902 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-21T05:45:53.429Z[ recovery-image] Aug 21 05:45:52.912 INFO O| Aug 21 05:45:52.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46502024-08-21T05:45:53.429Z[ recovery-image] Aug 21 05:45:52.912 INFO O| Aug 21 05:45:52.912 INFO STEP 254 (remove_files) COMPLETE
46512024-08-21T05:45:53.429Z[ recovery-image] Aug 21 05:45:52.912 INFO O| Aug 21 05:45:52.912 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-21T05:45:53.436Z[ recovery-image] Aug 21 05:45:52.921 INFO O| Aug 21 05:45:52.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46532024-08-21T05:45:53.436Z[ recovery-image] Aug 21 05:45:52.921 INFO O| Aug 21 05:45:52.921 INFO STEP 255 (remove_files) COMPLETE
46542024-08-21T05:45:53.436Z[ recovery-image] Aug 21 05:45:52.921 INFO O| Aug 21 05:45:52.921 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-21T05:45:53.445Z[ recovery-image] Aug 21 05:45:52.930 INFO O| Aug 21 05:45:52.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46562024-08-21T05:45:53.445Z[ recovery-image] Aug 21 05:45:52.931 INFO O| Aug 21 05:45:52.930 INFO STEP 256 (remove_files) COMPLETE
46572024-08-21T05:45:53.448Z[ recovery-image] Aug 21 05:45:52.931 INFO O| Aug 21 05:45:52.930 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-21T05:45:53.454Z[ recovery-image] Aug 21 05:45:52.940 INFO O| Aug 21 05:45:52.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46592024-08-21T05:45:53.455Z[ recovery-image] Aug 21 05:45:52.940 INFO O| Aug 21 05:45:52.940 INFO STEP 257 (remove_files) COMPLETE
46602024-08-21T05:45:53.455Z[ recovery-image] Aug 21 05:45:52.940 INFO O| Aug 21 05:45:52.940 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-21T05:45:53.468Z[ recovery-image] Aug 21 05:45:52.949 INFO O| Aug 21 05:45:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46622024-08-21T05:45:53.471Z[ recovery-image] Aug 21 05:45:52.949 INFO O| Aug 21 05:45:52.949 INFO STEP 258 (remove_files) COMPLETE
46632024-08-21T05:45:53.471Z[ recovery-image] Aug 21 05:45:52.949 INFO O| Aug 21 05:45:52.949 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-21T05:45:53.474Z[ recovery-image] Aug 21 05:45:52.958 INFO O| Aug 21 05:45:52.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46652024-08-21T05:45:53.475Z[ recovery-image] Aug 21 05:45:52.959 INFO O| Aug 21 05:45:52.958 INFO STEP 259 (remove_files) COMPLETE
46662024-08-21T05:45:53.475Z[ recovery-image] Aug 21 05:45:52.959 INFO O| Aug 21 05:45:52.958 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-21T05:45:53.485Z[ recovery-image] Aug 21 05:45:52.970 INFO O| Aug 21 05:45:52.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46682024-08-21T05:45:53.485Z[ recovery-image] Aug 21 05:45:52.970 INFO O| Aug 21 05:45:52.970 INFO STEP 260 (remove_files) COMPLETE
46692024-08-21T05:45:53.493Z[ recovery-image] Aug 21 05:45:52.970 INFO O| Aug 21 05:45:52.970 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-08-21T05:45:53.510Z[ recovery-image] Aug 21 05:45:52.982 INFO O| Aug 21 05:45:52.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46712024-08-21T05:45:53.510Z[ recovery-image] Aug 21 05:45:52.982 INFO O| Aug 21 05:45:52.982 INFO STEP 261 (remove_files) COMPLETE
46722024-08-21T05:45:53.510Z[ recovery-image] Aug 21 05:45:52.982 INFO O| Aug 21 05:45:52.982 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-08-21T05:45:53.510Z[ recovery-image] Aug 21 05:45:52.991 INFO O| Aug 21 05:45:52.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46742024-08-21T05:45:53.510Z[ recovery-image] Aug 21 05:45:52.991 INFO O| Aug 21 05:45:52.991 INFO STEP 262 (remove_files) COMPLETE
46752024-08-21T05:45:53.510Z[ recovery-image] Aug 21 05:45:52.991 INFO O| Aug 21 05:45:52.991 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-08-21T05:45:53.517Z[ recovery-image] Aug 21 05:45:53.000 INFO O| Aug 21 05:45:53.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46772024-08-21T05:45:53.520Z[ recovery-image] Aug 21 05:45:53.001 INFO O| Aug 21 05:45:53.001 INFO STEP 263 (remove_files) COMPLETE
46782024-08-21T05:45:53.520Z[ recovery-image] Aug 21 05:45:53.001 INFO O| Aug 21 05:45:53.001 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-08-21T05:45:53.526Z[ recovery-image] Aug 21 05:45:53.011 INFO O| Aug 21 05:45:53.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46802024-08-21T05:45:53.526Z[ recovery-image] Aug 21 05:45:53.011 INFO O| Aug 21 05:45:53.011 INFO STEP 264 (remove_files) COMPLETE
46812024-08-21T05:45:53.526Z[ recovery-image] Aug 21 05:45:53.011 INFO O| Aug 21 05:45:53.011 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-08-21T05:45:53.535Z[ recovery-image] Aug 21 05:45:53.021 INFO O| Aug 21 05:45:53.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46832024-08-21T05:45:53.535Z[ recovery-image] Aug 21 05:45:53.021 INFO O| Aug 21 05:45:53.021 INFO STEP 265 (remove_files) COMPLETE
46842024-08-21T05:45:53.538Z[ recovery-image] Aug 21 05:45:53.021 INFO O| Aug 21 05:45:53.021 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-08-21T05:45:53.545Z[ recovery-image] Aug 21 05:45:53.030 INFO O| Aug 21 05:45:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46862024-08-21T05:45:53.545Z[ recovery-image] Aug 21 05:45:53.030 INFO O| Aug 21 05:45:53.030 INFO STEP 266 (remove_files) COMPLETE
46872024-08-21T05:45:53.555Z[ recovery-image] Aug 21 05:45:53.030 INFO O| Aug 21 05:45:53.030 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-08-21T05:45:53.558Z[ recovery-image] Aug 21 05:45:53.040 INFO O| Aug 21 05:45:53.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46892024-08-21T05:45:53.558Z[ recovery-image] Aug 21 05:45:53.040 INFO O| Aug 21 05:45:53.040 INFO STEP 267 (remove_files) COMPLETE
46902024-08-21T05:45:53.558Z[ recovery-image] Aug 21 05:45:53.040 INFO O| Aug 21 05:45:53.040 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-08-21T05:45:53.563Z[ recovery-image] Aug 21 05:45:53.049 INFO O| Aug 21 05:45:53.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46922024-08-21T05:45:53.567Z[ recovery-image] Aug 21 05:45:53.049 INFO O| Aug 21 05:45:53.049 INFO STEP 268 (remove_files) COMPLETE
46932024-08-21T05:45:53.567Z[ recovery-image] Aug 21 05:45:53.049 INFO O| Aug 21 05:45:53.049 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-08-21T05:45:53.574Z[ recovery-image] Aug 21 05:45:53.059 INFO O| Aug 21 05:45:53.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46952024-08-21T05:45:53.577Z[ recovery-image] Aug 21 05:45:53.059 INFO O| Aug 21 05:45:53.059 INFO STEP 269 (remove_files) COMPLETE
46962024-08-21T05:45:53.577Z[ recovery-image] Aug 21 05:45:53.059 INFO O| Aug 21 05:45:53.059 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-08-21T05:45:53.583Z[ recovery-image] Aug 21 05:45:53.068 INFO O| Aug 21 05:45:53.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46982024-08-21T05:45:53.585Z[ recovery-image] Aug 21 05:45:53.068 INFO O| Aug 21 05:45:53.068 INFO STEP 270 (remove_files) COMPLETE
46992024-08-21T05:45:53.585Z[ recovery-image] Aug 21 05:45:53.069 INFO O| Aug 21 05:45:53.068 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-08-21T05:45:53.592Z[ recovery-image] Aug 21 05:45:53.078 INFO O| Aug 21 05:45:53.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47012024-08-21T05:45:53.596Z[ recovery-image] Aug 21 05:45:53.079 INFO O| Aug 21 05:45:53.079 INFO STEP 271 (remove_files) COMPLETE
47022024-08-21T05:45:53.596Z[ recovery-image] Aug 21 05:45:53.079 INFO O| Aug 21 05:45:53.079 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-08-21T05:45:53.602Z[ recovery-image] Aug 21 05:45:53.088 INFO O| Aug 21 05:45:53.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47042024-08-21T05:45:53.602Z[ recovery-image] Aug 21 05:45:53.088 INFO O| Aug 21 05:45:53.088 INFO STEP 272 (remove_files) COMPLETE
47052024-08-21T05:45:53.602Z[ recovery-image] Aug 21 05:45:53.088 INFO O| Aug 21 05:45:53.088 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-08-21T05:45:53.612Z[ recovery-image] Aug 21 05:45:53.098 INFO O| Aug 21 05:45:53.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47072024-08-21T05:45:53.612Z[ recovery-image] Aug 21 05:45:53.098 INFO O| Aug 21 05:45:53.098 INFO STEP 273 (remove_files) COMPLETE
47082024-08-21T05:45:53.614Z[ recovery-image] Aug 21 05:45:53.098 INFO O| Aug 21 05:45:53.098 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-08-21T05:45:53.622Z[ recovery-image] Aug 21 05:45:53.107 INFO O| Aug 21 05:45:53.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47102024-08-21T05:45:53.625Z[ recovery-image] Aug 21 05:45:53.107 INFO O| Aug 21 05:45:53.107 INFO STEP 274 (remove_files) COMPLETE
47112024-08-21T05:45:53.625Z[ recovery-image] Aug 21 05:45:53.107 INFO O| Aug 21 05:45:53.107 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-08-21T05:45:53.631Z[ recovery-image] Aug 21 05:45:53.117 INFO O| Aug 21 05:45:53.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47132024-08-21T05:45:53.631Z[ recovery-image] Aug 21 05:45:53.117 INFO O| Aug 21 05:45:53.117 INFO STEP 275 (remove_files) COMPLETE
47142024-08-21T05:45:53.633Z[ recovery-image] Aug 21 05:45:53.117 INFO O| Aug 21 05:45:53.117 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-08-21T05:45:53.643Z[ recovery-image] Aug 21 05:45:53.126 INFO O| Aug 21 05:45:53.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47162024-08-21T05:45:53.646Z[ recovery-image] Aug 21 05:45:53.126 INFO O| Aug 21 05:45:53.126 INFO STEP 276 (remove_files) COMPLETE
47172024-08-21T05:45:53.646Z[ recovery-image] Aug 21 05:45:53.126 INFO O| Aug 21 05:45:53.126 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-08-21T05:45:53.650Z[ recovery-image] Aug 21 05:45:53.136 INFO O| Aug 21 05:45:53.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47192024-08-21T05:45:53.650Z[ recovery-image] Aug 21 05:45:53.136 INFO O| Aug 21 05:45:53.136 INFO STEP 277 (remove_files) COMPLETE
47202024-08-21T05:45:53.652Z[ recovery-image] Aug 21 05:45:53.136 INFO O| Aug 21 05:45:53.136 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-08-21T05:45:53.659Z[ recovery-image] Aug 21 05:45:53.145 INFO O| Aug 21 05:45:53.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47222024-08-21T05:45:53.663Z[ recovery-image] Aug 21 05:45:53.145 INFO O| Aug 21 05:45:53.145 INFO STEP 278 (remove_files) COMPLETE
47232024-08-21T05:45:53.663Z[ recovery-image] Aug 21 05:45:53.145 INFO O| Aug 21 05:45:53.145 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-08-21T05:45:53.669Z[ recovery-image] Aug 21 05:45:53.155 INFO O| Aug 21 05:45:53.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47252024-08-21T05:45:53.669Z[ recovery-image] Aug 21 05:45:53.155 INFO O| Aug 21 05:45:53.155 INFO STEP 279 (remove_files) COMPLETE
47262024-08-21T05:45:53.672Z[ recovery-image] Aug 21 05:45:53.155 INFO O| Aug 21 05:45:53.155 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-08-21T05:45:53.678Z[ recovery-image] Aug 21 05:45:53.164 INFO O| Aug 21 05:45:53.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47282024-08-21T05:45:53.678Z[ recovery-image] Aug 21 05:45:53.164 INFO O| Aug 21 05:45:53.164 INFO STEP 280 (remove_files) COMPLETE
47292024-08-21T05:45:53.678Z[ recovery-image] Aug 21 05:45:53.164 INFO O| Aug 21 05:45:53.164 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-08-21T05:45:53.688Z[ recovery-image] Aug 21 05:45:53.174 INFO O| Aug 21 05:45:53.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47312024-08-21T05:45:53.688Z[ recovery-image] Aug 21 05:45:53.174 INFO O| Aug 21 05:45:53.174 INFO STEP 281 (remove_files) COMPLETE
47322024-08-21T05:45:53.688Z[ recovery-image] Aug 21 05:45:53.174 INFO O| Aug 21 05:45:53.174 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-21T05:45:53.697Z[ recovery-image] Aug 21 05:45:53.183 INFO O| Aug 21 05:45:53.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47342024-08-21T05:45:53.700Z[ recovery-image] Aug 21 05:45:53.183 INFO O| Aug 21 05:45:53.183 INFO STEP 282 (remove_files) COMPLETE
47352024-08-21T05:45:53.700Z[ recovery-image] Aug 21 05:45:53.183 INFO O| Aug 21 05:45:53.183 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-08-21T05:45:53.707Z[ recovery-image] Aug 21 05:45:53.193 INFO O| Aug 21 05:45:53.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47372024-08-21T05:45:53.707Z[ recovery-image] Aug 21 05:45:53.193 INFO O| Aug 21 05:45:53.193 INFO STEP 283 (remove_files) COMPLETE
47382024-08-21T05:45:53.710Z[ recovery-image] Aug 21 05:45:53.193 INFO O| Aug 21 05:45:53.193 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-08-21T05:45:53.716Z[ recovery-image] Aug 21 05:45:53.202 INFO O| Aug 21 05:45:53.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47402024-08-21T05:45:53.716Z[ recovery-image] Aug 21 05:45:53.202 INFO O| Aug 21 05:45:53.202 INFO STEP 284 (remove_files) COMPLETE
47412024-08-21T05:45:53.719Z[ recovery-image] Aug 21 05:45:53.202 INFO O| Aug 21 05:45:53.202 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-21T05:45:53.727Z[ recovery-image] Aug 21 05:45:53.212 INFO O| Aug 21 05:45:53.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47432024-08-21T05:45:53.730Z[ recovery-image] Aug 21 05:45:53.212 INFO O| Aug 21 05:45:53.212 INFO STEP 285 (remove_files) COMPLETE
47442024-08-21T05:45:53.730Z[ recovery-image] Aug 21 05:45:53.212 INFO O| Aug 21 05:45:53.212 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-21T05:45:53.736Z[ recovery-image] Aug 21 05:45:53.222 INFO O| Aug 21 05:45:53.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47462024-08-21T05:45:53.736Z[ recovery-image] Aug 21 05:45:53.222 INFO O| Aug 21 05:45:53.222 INFO STEP 286 (remove_files) COMPLETE
47472024-08-21T05:45:53.736Z[ recovery-image] Aug 21 05:45:53.222 INFO O| Aug 21 05:45:53.222 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-21T05:45:53.746Z[ recovery-image] Aug 21 05:45:53.231 INFO O| Aug 21 05:45:53.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47492024-08-21T05:45:53.746Z[ recovery-image] Aug 21 05:45:53.232 INFO O| Aug 21 05:45:53.232 INFO STEP 287 (remove_files) COMPLETE
47502024-08-21T05:45:53.746Z[ recovery-image] Aug 21 05:45:53.232 INFO O| Aug 21 05:45:53.232 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-21T05:45:53.757Z[ recovery-image] Aug 21 05:45:53.241 INFO O| Aug 21 05:45:53.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47522024-08-21T05:45:53.757Z[ recovery-image] Aug 21 05:45:53.241 INFO O| Aug 21 05:45:53.241 INFO STEP 288 (remove_files) COMPLETE
47532024-08-21T05:45:53.759Z[ recovery-image] Aug 21 05:45:53.241 INFO O| Aug 21 05:45:53.241 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-21T05:45:53.765Z[ recovery-image] Aug 21 05:45:53.251 INFO O| Aug 21 05:45:53.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47552024-08-21T05:45:53.765Z[ recovery-image] Aug 21 05:45:53.251 INFO O| Aug 21 05:45:53.251 INFO STEP 289 (remove_files) COMPLETE
47562024-08-21T05:45:53.765Z[ recovery-image] Aug 21 05:45:53.251 INFO O| Aug 21 05:45:53.251 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-21T05:45:53.775Z[ recovery-image] Aug 21 05:45:53.260 INFO O| Aug 21 05:45:53.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47582024-08-21T05:45:53.775Z[ recovery-image] Aug 21 05:45:53.260 INFO O| Aug 21 05:45:53.260 INFO STEP 290 (remove_files) COMPLETE
47592024-08-21T05:45:53.778Z[ recovery-image] Aug 21 05:45:53.260 INFO O| Aug 21 05:45:53.260 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-21T05:45:53.784Z[ recovery-image] Aug 21 05:45:53.270 INFO O| Aug 21 05:45:53.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47612024-08-21T05:45:53.787Z[ recovery-image] Aug 21 05:45:53.270 INFO O| Aug 21 05:45:53.270 INFO STEP 291 (remove_files) COMPLETE
47622024-08-21T05:45:53.787Z[ recovery-image] Aug 21 05:45:53.270 INFO O| Aug 21 05:45:53.270 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-21T05:45:53.793Z[ recovery-image] Aug 21 05:45:53.279 INFO O| Aug 21 05:45:53.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47642024-08-21T05:45:53.793Z[ recovery-image] Aug 21 05:45:53.279 INFO O| Aug 21 05:45:53.279 INFO STEP 292 (remove_files) COMPLETE
47652024-08-21T05:45:53.793Z[ recovery-image] Aug 21 05:45:53.279 INFO O| Aug 21 05:45:53.279 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-21T05:45:53.804Z[ recovery-image] Aug 21 05:45:53.289 INFO O| Aug 21 05:45:53.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47672024-08-21T05:45:53.804Z[ recovery-image] Aug 21 05:45:53.289 INFO O| Aug 21 05:45:53.289 INFO STEP 293 (remove_files) COMPLETE
47682024-08-21T05:45:53.806Z[ recovery-image] Aug 21 05:45:53.289 INFO O| Aug 21 05:45:53.289 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-21T05:45:53.812Z[ recovery-image] Aug 21 05:45:53.298 INFO O| Aug 21 05:45:53.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47702024-08-21T05:45:53.812Z[ recovery-image] Aug 21 05:45:53.298 INFO O| Aug 21 05:45:53.298 INFO STEP 294 (remove_files) COMPLETE
47712024-08-21T05:45:53.812Z[ recovery-image] Aug 21 05:45:53.298 INFO O| Aug 21 05:45:53.298 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-21T05:45:53.824Z[ recovery-image] Aug 21 05:45:53.308 INFO O| Aug 21 05:45:53.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47732024-08-21T05:45:53.824Z[ recovery-image] Aug 21 05:45:53.308 INFO O| Aug 21 05:45:53.308 INFO STEP 295 (remove_files) COMPLETE
47742024-08-21T05:45:53.826Z[ recovery-image] Aug 21 05:45:53.308 INFO O| Aug 21 05:45:53.308 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-21T05:45:53.831Z[ recovery-image] Aug 21 05:45:53.317 INFO O| Aug 21 05:45:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47762024-08-21T05:45:53.831Z[ recovery-image] Aug 21 05:45:53.317 INFO O| Aug 21 05:45:53.317 INFO STEP 296 (remove_files) COMPLETE
47772024-08-21T05:45:53.834Z[ recovery-image] Aug 21 05:45:53.317 INFO O| Aug 21 05:45:53.317 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-21T05:45:53.841Z[ recovery-image] Aug 21 05:45:53.327 INFO O| Aug 21 05:45:53.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47792024-08-21T05:45:53.843Z[ recovery-image] Aug 21 05:45:53.327 INFO O| Aug 21 05:45:53.327 INFO STEP 297 (remove_files) COMPLETE
47802024-08-21T05:45:53.843Z[ recovery-image] Aug 21 05:45:53.327 INFO O| Aug 21 05:45:53.327 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-08-21T05:45:53.850Z[ recovery-image] Aug 21 05:45:53.336 INFO O| Aug 21 05:45:53.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47822024-08-21T05:45:53.850Z[ recovery-image] Aug 21 05:45:53.336 INFO O| Aug 21 05:45:53.336 INFO STEP 298 (remove_files) COMPLETE
47832024-08-21T05:45:53.853Z[ recovery-image] Aug 21 05:45:53.336 INFO O| Aug 21 05:45:53.336 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-08-21T05:45:53.859Z[ recovery-image] Aug 21 05:45:53.345 INFO O| Aug 21 05:45:53.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47852024-08-21T05:45:53.860Z[ recovery-image] Aug 21 05:45:53.345 INFO O| Aug 21 05:45:53.345 INFO STEP 299 (remove_files) COMPLETE
47862024-08-21T05:45:53.863Z[ recovery-image] Aug 21 05:45:53.345 INFO O| Aug 21 05:45:53.345 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-08-21T05:45:53.869Z[ recovery-image] Aug 21 05:45:53.354 INFO O| Aug 21 05:45:53.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47882024-08-21T05:45:53.869Z[ recovery-image] Aug 21 05:45:53.355 INFO O| Aug 21 05:45:53.355 INFO STEP 300 (remove_files) COMPLETE
47892024-08-21T05:45:53.871Z[ recovery-image] Aug 21 05:45:53.355 INFO O| Aug 21 05:45:53.355 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-08-21T05:45:53.878Z[ recovery-image] Aug 21 05:45:53.364 INFO O| Aug 21 05:45:53.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47912024-08-21T05:45:53.878Z[ recovery-image] Aug 21 05:45:53.364 INFO O| Aug 21 05:45:53.364 INFO STEP 301 (remove_files) COMPLETE
47922024-08-21T05:45:53.881Z[ recovery-image] Aug 21 05:45:53.364 INFO O| Aug 21 05:45:53.364 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-08-21T05:45:53.887Z[ recovery-image] Aug 21 05:45:53.373 INFO O| Aug 21 05:45:53.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47942024-08-21T05:45:53.891Z[ recovery-image] Aug 21 05:45:53.373 INFO O| Aug 21 05:45:53.373 INFO STEP 302 (remove_files) COMPLETE
47952024-08-21T05:45:53.891Z[ recovery-image] Aug 21 05:45:53.373 INFO O| Aug 21 05:45:53.373 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-08-21T05:45:53.897Z[ recovery-image] Aug 21 05:45:53.383 INFO O| Aug 21 05:45:53.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47972024-08-21T05:45:53.897Z[ recovery-image] Aug 21 05:45:53.383 INFO O| Aug 21 05:45:53.383 INFO STEP 303 (remove_files) COMPLETE
47982024-08-21T05:45:53.899Z[ recovery-image] Aug 21 05:45:53.383 INFO O| Aug 21 05:45:53.383 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-21T05:45:53.906Z[ recovery-image] Aug 21 05:45:53.392 INFO O| Aug 21 05:45:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48002024-08-21T05:45:53.906Z[ recovery-image] Aug 21 05:45:53.392 INFO O| Aug 21 05:45:53.392 INFO STEP 304 (remove_files) COMPLETE
48012024-08-21T05:45:53.909Z[ recovery-image] Aug 21 05:45:53.392 INFO O| Aug 21 05:45:53.392 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-21T05:45:53.916Z[ recovery-image] Aug 21 05:45:53.402 INFO O| Aug 21 05:45:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48032024-08-21T05:45:53.916Z[ recovery-image] Aug 21 05:45:53.402 INFO O| Aug 21 05:45:53.402 INFO STEP 305 (remove_files) COMPLETE
48042024-08-21T05:45:53.916Z[ recovery-image] Aug 21 05:45:53.402 INFO O| Aug 21 05:45:53.402 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-21T05:45:53.925Z[ recovery-image] Aug 21 05:45:53.411 INFO O| Aug 21 05:45:53.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48062024-08-21T05:45:53.925Z[ recovery-image] Aug 21 05:45:53.411 INFO O| Aug 21 05:45:53.411 INFO STEP 306 (remove_files) COMPLETE
48072024-08-21T05:45:53.928Z[ recovery-image] Aug 21 05:45:53.411 INFO O| Aug 21 05:45:53.411 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-08-21T05:45:53.935Z[ recovery-image] Aug 21 05:45:53.421 INFO O| Aug 21 05:45:53.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48092024-08-21T05:45:53.935Z[ recovery-image] Aug 21 05:45:53.421 INFO O| Aug 21 05:45:53.421 INFO STEP 307 (remove_files) COMPLETE
48102024-08-21T05:45:53.935Z[ recovery-image] Aug 21 05:45:53.421 INFO O| Aug 21 05:45:53.421 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-08-21T05:45:53.944Z[ recovery-image] Aug 21 05:45:53.430 INFO O| Aug 21 05:45:53.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48122024-08-21T05:45:53.948Z[ recovery-image] Aug 21 05:45:53.430 INFO O| Aug 21 05:45:53.430 INFO STEP 308 (remove_files) COMPLETE
48132024-08-21T05:45:53.948Z[ recovery-image] Aug 21 05:45:53.430 INFO O| Aug 21 05:45:53.430 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-08-21T05:45:53.964Z[ recovery-image] Aug 21 05:45:53.440 INFO O| Aug 21 05:45:53.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48152024-08-21T05:45:53.964Z[ recovery-image] Aug 21 05:45:53.440 INFO O| Aug 21 05:45:53.440 INFO STEP 309 (remove_files) COMPLETE
48162024-08-21T05:45:53.964Z[ recovery-image] Aug 21 05:45:53.440 INFO O| Aug 21 05:45:53.440 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-21T05:45:53.975Z[ recovery-image] Aug 21 05:45:53.449 INFO O| Aug 21 05:45:53.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48182024-08-21T05:45:53.975Z[ recovery-image] Aug 21 05:45:53.450 INFO O| Aug 21 05:45:53.450 INFO STEP 310 (remove_files) COMPLETE
48192024-08-21T05:45:53.975Z[ recovery-image] Aug 21 05:45:53.450 INFO O| Aug 21 05:45:53.450 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-21T05:45:53.978Z[ recovery-image] Aug 21 05:45:53.459 INFO O| Aug 21 05:45:53.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48212024-08-21T05:45:53.978Z[ recovery-image] Aug 21 05:45:53.459 INFO O| Aug 21 05:45:53.459 INFO STEP 311 (remove_files) COMPLETE
48222024-08-21T05:45:53.978Z[ recovery-image] Aug 21 05:45:53.459 INFO O| Aug 21 05:45:53.459 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-08-21T05:45:53.987Z[ recovery-image] Aug 21 05:45:53.469 INFO O| Aug 21 05:45:53.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48242024-08-21T05:45:53.991Z[ recovery-image] Aug 21 05:45:53.469 INFO O| Aug 21 05:45:53.469 INFO STEP 312 (remove_files) COMPLETE
48252024-08-21T05:45:53.991Z[ recovery-image] Aug 21 05:45:53.469 INFO O| Aug 21 05:45:53.469 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-08-21T05:45:53.996Z[ recovery-image] Aug 21 05:45:53.478 INFO O| Aug 21 05:45:53.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48272024-08-21T05:45:53.996Z[ recovery-image] Aug 21 05:45:53.478 INFO O| Aug 21 05:45:53.478 INFO STEP 313 (remove_files) COMPLETE
48282024-08-21T05:45:53.996Z[ recovery-image] Aug 21 05:45:53.478 INFO O| Aug 21 05:45:53.478 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-08-21T05:45:54.002Z[ recovery-image] Aug 21 05:45:53.488 INFO O| Aug 21 05:45:53.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48302024-08-21T05:45:54.007Z[ recovery-image] Aug 21 05:45:53.488 INFO O| Aug 21 05:45:53.488 INFO STEP 314 (remove_files) COMPLETE
48312024-08-21T05:45:54.007Z[ recovery-image] Aug 21 05:45:53.488 INFO O| Aug 21 05:45:53.488 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-08-21T05:45:54.012Z[ recovery-image] Aug 21 05:45:53.497 INFO O| Aug 21 05:45:53.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48332024-08-21T05:45:54.015Z[ recovery-image] Aug 21 05:45:53.498 INFO O| Aug 21 05:45:53.498 INFO STEP 315 (remove_files) COMPLETE
48342024-08-21T05:45:54.015Z[ recovery-image] Aug 21 05:45:53.498 INFO O| Aug 21 05:45:53.498 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-08-21T05:45:54.023Z[ recovery-image] Aug 21 05:45:53.507 INFO O| Aug 21 05:45:53.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48362024-08-21T05:45:54.023Z[ recovery-image] Aug 21 05:45:53.507 INFO O| Aug 21 05:45:53.507 INFO STEP 316 (remove_files) COMPLETE
48372024-08-21T05:45:54.026Z[ recovery-image] Aug 21 05:45:53.507 INFO O| Aug 21 05:45:53.507 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-21T05:45:54.031Z[ recovery-image] Aug 21 05:45:53.517 INFO O| Aug 21 05:45:53.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48392024-08-21T05:45:54.031Z[ recovery-image] Aug 21 05:45:53.517 INFO O| Aug 21 05:45:53.517 INFO STEP 317 (remove_files) COMPLETE
48402024-08-21T05:45:54.031Z[ recovery-image] Aug 21 05:45:53.517 INFO O| Aug 21 05:45:53.517 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-21T05:45:54.041Z[ recovery-image] Aug 21 05:45:53.527 INFO O| Aug 21 05:45:53.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48422024-08-21T05:45:54.041Z[ recovery-image] Aug 21 05:45:53.527 INFO O| Aug 21 05:45:53.527 INFO STEP 318 (remove_files) COMPLETE
48432024-08-21T05:45:54.041Z[ recovery-image] Aug 21 05:45:53.527 INFO O| Aug 21 05:45:53.527 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-21T05:45:54.052Z[ recovery-image] Aug 21 05:45:53.537 INFO O| Aug 21 05:45:53.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48452024-08-21T05:45:54.054Z[ recovery-image] Aug 21 05:45:53.537 INFO O| Aug 21 05:45:53.537 INFO STEP 319 (remove_files) COMPLETE
48462024-08-21T05:45:54.055Z[ recovery-image] Aug 21 05:45:53.537 INFO O| Aug 21 05:45:53.537 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-08-21T05:45:54.061Z[ recovery-image] Aug 21 05:45:53.547 INFO O| Aug 21 05:45:53.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48482024-08-21T05:45:54.065Z[ recovery-image] Aug 21 05:45:53.547 INFO O| Aug 21 05:45:53.547 INFO STEP 320 (remove_files) COMPLETE
48492024-08-21T05:45:54.065Z[ recovery-image] Aug 21 05:45:53.547 INFO O| Aug 21 05:45:53.547 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-08-21T05:45:54.071Z[ recovery-image] Aug 21 05:45:53.556 INFO O| Aug 21 05:45:53.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48512024-08-21T05:45:54.073Z[ recovery-image] Aug 21 05:45:53.556 INFO O| Aug 21 05:45:53.556 INFO STEP 321 (remove_files) COMPLETE
48522024-08-21T05:45:54.073Z[ recovery-image] Aug 21 05:45:53.556 INFO O| Aug 21 05:45:53.556 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-08-21T05:45:54.080Z[ recovery-image] Aug 21 05:45:53.566 INFO O| Aug 21 05:45:53.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48542024-08-21T05:45:54.082Z[ recovery-image] Aug 21 05:45:53.566 INFO O| Aug 21 05:45:53.566 INFO STEP 322 (remove_files) COMPLETE
48552024-08-21T05:45:54.083Z[ recovery-image] Aug 21 05:45:53.566 INFO O| Aug 21 05:45:53.566 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-08-21T05:45:54.089Z[ recovery-image] Aug 21 05:45:53.575 INFO O| Aug 21 05:45:53.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48572024-08-21T05:45:54.092Z[ recovery-image] Aug 21 05:45:53.575 INFO O| Aug 21 05:45:53.575 INFO STEP 323 (remove_files) COMPLETE
48582024-08-21T05:45:54.092Z[ recovery-image] Aug 21 05:45:53.575 INFO O| Aug 21 05:45:53.575 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-08-21T05:45:54.099Z[ recovery-image] Aug 21 05:45:53.585 INFO O| Aug 21 05:45:53.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48602024-08-21T05:45:54.099Z[ recovery-image] Aug 21 05:45:53.585 INFO O| Aug 21 05:45:53.585 INFO STEP 324 (remove_files) COMPLETE
48612024-08-21T05:45:54.099Z[ recovery-image] Aug 21 05:45:53.585 INFO O| Aug 21 05:45:53.585 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-08-21T05:45:54.116Z[ recovery-image] Aug 21 05:45:53.594 INFO O| Aug 21 05:45:53.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48632024-08-21T05:45:54.120Z[ recovery-image] Aug 21 05:45:53.594 INFO O| Aug 21 05:45:53.594 INFO STEP 325 (remove_files) COMPLETE
48642024-08-21T05:45:54.120Z[ recovery-image] Aug 21 05:45:53.594 INFO O| Aug 21 05:45:53.594 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-21T05:45:54.120Z[ recovery-image] Aug 21 05:45:53.604 INFO O| Aug 21 05:45:53.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48662024-08-21T05:45:54.120Z[ recovery-image] Aug 21 05:45:53.604 INFO O| Aug 21 05:45:53.604 INFO STEP 326 (remove_files) COMPLETE
48672024-08-21T05:45:54.120Z[ recovery-image] Aug 21 05:45:53.604 INFO O| Aug 21 05:45:53.604 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-21T05:45:54.128Z[ recovery-image] Aug 21 05:45:53.613 INFO O| Aug 21 05:45:53.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48692024-08-21T05:45:54.128Z[ recovery-image] Aug 21 05:45:53.613 INFO O| Aug 21 05:45:53.613 INFO STEP 327 (remove_files) COMPLETE
48702024-08-21T05:45:54.134Z[ recovery-image] Aug 21 05:45:53.613 INFO O| Aug 21 05:45:53.613 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-21T05:45:54.137Z[ recovery-image] Aug 21 05:45:53.623 INFO O| Aug 21 05:45:53.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48722024-08-21T05:45:54.137Z[ recovery-image] Aug 21 05:45:53.623 INFO O| Aug 21 05:45:53.623 INFO STEP 328 (remove_files) COMPLETE
48732024-08-21T05:45:54.140Z[ recovery-image] Aug 21 05:45:53.623 INFO O| Aug 21 05:45:53.623 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-21T05:45:54.146Z[ recovery-image] Aug 21 05:45:53.632 INFO O| Aug 21 05:45:53.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48752024-08-21T05:45:54.146Z[ recovery-image] Aug 21 05:45:53.632 INFO O| Aug 21 05:45:53.632 INFO STEP 329 (remove_files) COMPLETE
48762024-08-21T05:45:54.147Z[ recovery-image] Aug 21 05:45:53.632 INFO O| Aug 21 05:45:53.632 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-21T05:45:54.159Z[ recovery-image] Aug 21 05:45:53.642 INFO O| Aug 21 05:45:53.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48782024-08-21T05:45:54.162Z[ recovery-image] Aug 21 05:45:53.642 INFO O| Aug 21 05:45:53.642 INFO STEP 330 (remove_files) COMPLETE
48792024-08-21T05:45:54.162Z[ recovery-image] Aug 21 05:45:53.642 INFO O| Aug 21 05:45:53.642 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-21T05:45:54.165Z[ recovery-image] Aug 21 05:45:53.651 INFO O| Aug 21 05:45:53.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48812024-08-21T05:45:54.168Z[ recovery-image] Aug 21 05:45:53.651 INFO O| Aug 21 05:45:53.651 INFO STEP 331 (remove_files) COMPLETE
48822024-08-21T05:45:54.168Z[ recovery-image] Aug 21 05:45:53.651 INFO O| Aug 21 05:45:53.651 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-21T05:45:54.175Z[ recovery-image] Aug 21 05:45:53.661 INFO O| Aug 21 05:45:53.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48842024-08-21T05:45:54.178Z[ recovery-image] Aug 21 05:45:53.662 INFO O| Aug 21 05:45:53.662 INFO STEP 332 (remove_files) COMPLETE
48852024-08-21T05:45:54.178Z[ recovery-image] Aug 21 05:45:53.662 INFO O| Aug 21 05:45:53.662 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-21T05:45:54.186Z[ recovery-image] Aug 21 05:45:53.671 INFO O| Aug 21 05:45:53.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48872024-08-21T05:45:54.186Z[ recovery-image] Aug 21 05:45:53.672 INFO O| Aug 21 05:45:53.671 INFO STEP 333 (remove_files) COMPLETE
48882024-08-21T05:45:54.188Z[ recovery-image] Aug 21 05:45:53.672 INFO O| Aug 21 05:45:53.672 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-21T05:45:54.195Z[ recovery-image] Aug 21 05:45:53.681 INFO O| Aug 21 05:45:53.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48902024-08-21T05:45:54.197Z[ recovery-image] Aug 21 05:45:53.681 INFO O| Aug 21 05:45:53.681 INFO STEP 334 (remove_files) COMPLETE
48912024-08-21T05:45:54.197Z[ recovery-image] Aug 21 05:45:53.681 INFO O| Aug 21 05:45:53.681 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-21T05:45:54.205Z[ recovery-image] Aug 21 05:45:53.690 INFO O| Aug 21 05:45:53.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48932024-08-21T05:45:54.207Z[ recovery-image] Aug 21 05:45:53.691 INFO O| Aug 21 05:45:53.691 INFO STEP 335 (remove_files) COMPLETE
48942024-08-21T05:45:54.207Z[ recovery-image] Aug 21 05:45:53.691 INFO O| Aug 21 05:45:53.691 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-21T05:45:54.214Z[ recovery-image] Aug 21 05:45:53.700 INFO O| Aug 21 05:45:53.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48962024-08-21T05:45:54.214Z[ recovery-image] Aug 21 05:45:53.700 INFO O| Aug 21 05:45:53.700 INFO STEP 336 (remove_files) COMPLETE
48972024-08-21T05:45:54.214Z[ recovery-image] Aug 21 05:45:53.700 INFO O| Aug 21 05:45:53.700 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-21T05:45:54.224Z[ recovery-image] Aug 21 05:45:53.709 INFO O| Aug 21 05:45:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48992024-08-21T05:45:54.224Z[ recovery-image] Aug 21 05:45:53.709 INFO O| Aug 21 05:45:53.709 INFO STEP 337 (remove_files) COMPLETE
49002024-08-21T05:45:54.226Z[ recovery-image] Aug 21 05:45:53.709 INFO O| Aug 21 05:45:53.709 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-21T05:45:54.233Z[ recovery-image] Aug 21 05:45:53.719 INFO O| Aug 21 05:45:53.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49022024-08-21T05:45:54.233Z[ recovery-image] Aug 21 05:45:53.719 INFO O| Aug 21 05:45:53.719 INFO STEP 338 (remove_files) COMPLETE
49032024-08-21T05:45:54.236Z[ recovery-image] Aug 21 05:45:53.719 INFO O| Aug 21 05:45:53.719 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-21T05:45:54.242Z[ recovery-image] Aug 21 05:45:53.728 INFO O| Aug 21 05:45:53.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49052024-08-21T05:45:54.242Z[ recovery-image] Aug 21 05:45:53.728 INFO O| Aug 21 05:45:53.728 INFO STEP 339 (remove_files) COMPLETE
49062024-08-21T05:45:54.245Z[ recovery-image] Aug 21 05:45:53.728 INFO O| Aug 21 05:45:53.728 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-21T05:45:54.252Z[ recovery-image] Aug 21 05:45:53.738 INFO O| Aug 21 05:45:53.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49082024-08-21T05:45:54.252Z[ recovery-image] Aug 21 05:45:53.738 INFO O| Aug 21 05:45:53.738 INFO STEP 340 (remove_files) COMPLETE
49092024-08-21T05:45:54.254Z[ recovery-image] Aug 21 05:45:53.738 INFO O| Aug 21 05:45:53.738 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-21T05:45:54.261Z[ recovery-image] Aug 21 05:45:53.747 INFO O| Aug 21 05:45:53.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49112024-08-21T05:45:54.261Z[ recovery-image] Aug 21 05:45:53.747 INFO O| Aug 21 05:45:53.747 INFO STEP 341 (remove_files) COMPLETE
49122024-08-21T05:45:54.261Z[ recovery-image] Aug 21 05:45:53.747 INFO O| Aug 21 05:45:53.747 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-21T05:45:54.271Z[ recovery-image] Aug 21 05:45:53.757 INFO O| Aug 21 05:45:53.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49142024-08-21T05:45:54.271Z[ recovery-image] Aug 21 05:45:53.757 INFO O| Aug 21 05:45:53.757 INFO STEP 342 (remove_files) COMPLETE
49152024-08-21T05:45:54.271Z[ recovery-image] Aug 21 05:45:53.757 INFO O| Aug 21 05:45:53.757 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-21T05:45:54.280Z[ recovery-image] Aug 21 05:45:53.766 INFO O| Aug 21 05:45:53.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49172024-08-21T05:45:54.285Z[ recovery-image] Aug 21 05:45:53.766 INFO O| Aug 21 05:45:53.766 INFO STEP 343 (remove_files) COMPLETE
49182024-08-21T05:45:54.285Z[ recovery-image] Aug 21 05:45:53.766 INFO O| Aug 21 05:45:53.766 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-21T05:45:54.290Z[ recovery-image] Aug 21 05:45:53.775 INFO O| Aug 21 05:45:53.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49202024-08-21T05:45:54.292Z[ recovery-image] Aug 21 05:45:53.776 INFO O| Aug 21 05:45:53.775 INFO STEP 344 (remove_files) COMPLETE
49212024-08-21T05:45:54.292Z[ recovery-image] Aug 21 05:45:53.776 INFO O| Aug 21 05:45:53.776 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-21T05:45:54.299Z[ recovery-image] Aug 21 05:45:53.785 INFO O| Aug 21 05:45:53.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49232024-08-21T05:45:54.299Z[ recovery-image] Aug 21 05:45:53.785 INFO O| Aug 21 05:45:53.785 INFO STEP 345 (remove_files) COMPLETE
49242024-08-21T05:45:54.301Z[ recovery-image] Aug 21 05:45:53.785 INFO O| Aug 21 05:45:53.785 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-21T05:45:54.309Z[ recovery-image] Aug 21 05:45:53.795 INFO O| Aug 21 05:45:53.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49262024-08-21T05:45:54.313Z[ recovery-image] Aug 21 05:45:53.795 INFO O| Aug 21 05:45:53.795 INFO STEP 346 (remove_files) COMPLETE
49272024-08-21T05:45:54.313Z[ recovery-image] Aug 21 05:45:53.795 INFO O| Aug 21 05:45:53.795 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-21T05:45:54.319Z[ recovery-image] Aug 21 05:45:53.804 INFO O| Aug 21 05:45:53.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49292024-08-21T05:45:54.321Z[ recovery-image] Aug 21 05:45:53.804 INFO O| Aug 21 05:45:53.804 INFO STEP 347 (remove_files) COMPLETE
49302024-08-21T05:45:54.321Z[ recovery-image] Aug 21 05:45:53.804 INFO O| Aug 21 05:45:53.804 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-21T05:45:54.328Z[ recovery-image] Aug 21 05:45:53.814 INFO O| Aug 21 05:45:53.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49322024-08-21T05:45:54.328Z[ recovery-image] Aug 21 05:45:53.814 INFO O| Aug 21 05:45:53.814 INFO STEP 348 (remove_files) COMPLETE
49332024-08-21T05:45:54.331Z[ recovery-image] Aug 21 05:45:53.814 INFO O| Aug 21 05:45:53.814 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-21T05:45:54.338Z[ recovery-image] Aug 21 05:45:53.823 INFO O| Aug 21 05:45:53.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49352024-08-21T05:45:54.340Z[ recovery-image] Aug 21 05:45:53.824 INFO O| Aug 21 05:45:53.823 INFO STEP 349 (remove_files) COMPLETE
49362024-08-21T05:45:54.340Z[ recovery-image] Aug 21 05:45:53.824 INFO O| Aug 21 05:45:53.824 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-21T05:45:54.347Z[ recovery-image] Aug 21 05:45:53.833 INFO O| Aug 21 05:45:53.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49382024-08-21T05:45:54.348Z[ recovery-image] Aug 21 05:45:53.833 INFO O| Aug 21 05:45:53.833 INFO STEP 350 (remove_files) COMPLETE
49392024-08-21T05:45:54.348Z[ recovery-image] Aug 21 05:45:53.833 INFO O| Aug 21 05:45:53.833 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-21T05:45:54.358Z[ recovery-image] Aug 21 05:45:53.843 INFO O| Aug 21 05:45:53.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49412024-08-21T05:45:54.358Z[ recovery-image] Aug 21 05:45:53.843 INFO O| Aug 21 05:45:53.843 INFO STEP 351 (remove_files) COMPLETE
49422024-08-21T05:45:54.361Z[ recovery-image] Aug 21 05:45:53.843 INFO O| Aug 21 05:45:53.843 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-21T05:45:54.366Z[ recovery-image] Aug 21 05:45:53.852 INFO O| Aug 21 05:45:53.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49442024-08-21T05:45:54.366Z[ recovery-image] Aug 21 05:45:53.852 INFO O| Aug 21 05:45:53.852 INFO STEP 352 (remove_files) COMPLETE
49452024-08-21T05:45:54.366Z[ recovery-image] Aug 21 05:45:53.852 INFO O| Aug 21 05:45:53.852 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-21T05:45:54.376Z[ recovery-image] Aug 21 05:45:53.861 INFO O| Aug 21 05:45:53.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49472024-08-21T05:45:54.376Z[ recovery-image] Aug 21 05:45:53.861 INFO O| Aug 21 05:45:53.861 INFO STEP 353 (remove_files) COMPLETE
49482024-08-21T05:45:54.378Z[ recovery-image] Aug 21 05:45:53.861 INFO O| Aug 21 05:45:53.861 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-21T05:45:54.386Z[ recovery-image] Aug 21 05:45:53.871 INFO O| Aug 21 05:45:53.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49502024-08-21T05:45:54.386Z[ recovery-image] Aug 21 05:45:53.871 INFO O| Aug 21 05:45:53.871 INFO STEP 354 (remove_files) COMPLETE
49512024-08-21T05:45:54.391Z[ recovery-image] Aug 21 05:45:53.871 INFO O| Aug 21 05:45:53.871 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-21T05:45:54.395Z[ recovery-image] Aug 21 05:45:53.881 INFO O| Aug 21 05:45:53.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49532024-08-21T05:45:54.395Z[ recovery-image] Aug 21 05:45:53.881 INFO O| Aug 21 05:45:53.881 INFO STEP 355 (remove_files) COMPLETE
49542024-08-21T05:45:54.398Z[ recovery-image] Aug 21 05:45:53.881 INFO O| Aug 21 05:45:53.881 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-21T05:45:54.405Z[ recovery-image] Aug 21 05:45:53.890 INFO O| Aug 21 05:45:53.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49562024-08-21T05:45:54.405Z[ recovery-image] Aug 21 05:45:53.890 INFO O| Aug 21 05:45:53.890 INFO STEP 356 (remove_files) COMPLETE
49572024-08-21T05:45:54.405Z[ recovery-image] Aug 21 05:45:53.890 INFO O| Aug 21 05:45:53.890 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-21T05:45:54.414Z[ recovery-image] Aug 21 05:45:53.900 INFO O| Aug 21 05:45:53.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49592024-08-21T05:45:54.414Z[ recovery-image] Aug 21 05:45:53.900 INFO O| Aug 21 05:45:53.900 INFO STEP 357 (remove_files) COMPLETE
49602024-08-21T05:45:54.414Z[ recovery-image] Aug 21 05:45:53.900 INFO O| Aug 21 05:45:53.900 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-21T05:45:54.424Z[ recovery-image] Aug 21 05:45:53.910 INFO O| Aug 21 05:45:53.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49622024-08-21T05:45:54.424Z[ recovery-image] Aug 21 05:45:53.910 INFO O| Aug 21 05:45:53.910 INFO STEP 358 (remove_files) COMPLETE
49632024-08-21T05:45:54.424Z[ recovery-image] Aug 21 05:45:53.910 INFO O| Aug 21 05:45:53.910 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-21T05:45:54.435Z[ recovery-image] Aug 21 05:45:53.919 INFO O| Aug 21 05:45:53.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49652024-08-21T05:45:54.438Z[ recovery-image] Aug 21 05:45:53.920 INFO O| Aug 21 05:45:53.920 INFO STEP 359 (remove_files) COMPLETE
49662024-08-21T05:45:54.438Z[ recovery-image] Aug 21 05:45:53.920 INFO O| Aug 21 05:45:53.920 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-21T05:45:54.444Z[ recovery-image] Aug 21 05:45:53.930 INFO O| Aug 21 05:45:53.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49682024-08-21T05:45:54.444Z[ recovery-image] Aug 21 05:45:53.930 INFO O| Aug 21 05:45:53.930 INFO STEP 360 (remove_files) COMPLETE
49692024-08-21T05:45:54.447Z[ recovery-image] Aug 21 05:45:53.930 INFO O| Aug 21 05:45:53.930 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-21T05:45:54.454Z[ recovery-image] Aug 21 05:45:53.940 INFO O| Aug 21 05:45:53.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49712024-08-21T05:45:54.454Z[ recovery-image] Aug 21 05:45:53.940 INFO O| Aug 21 05:45:53.940 INFO STEP 361 (remove_files) COMPLETE
49722024-08-21T05:45:54.454Z[ recovery-image] Aug 21 05:45:53.940 INFO O| Aug 21 05:45:53.940 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-21T05:45:54.465Z[ recovery-image] Aug 21 05:45:53.949 INFO O| Aug 21 05:45:53.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49742024-08-21T05:45:54.465Z[ recovery-image] Aug 21 05:45:53.950 INFO O| Aug 21 05:45:53.949 INFO STEP 362 (remove_files) COMPLETE
49752024-08-21T05:45:54.465Z[ recovery-image] Aug 21 05:45:53.950 INFO O| Aug 21 05:45:53.950 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-21T05:45:54.473Z[ recovery-image] Aug 21 05:45:53.959 INFO O| Aug 21 05:45:53.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49772024-08-21T05:45:54.473Z[ recovery-image] Aug 21 05:45:53.959 INFO O| Aug 21 05:45:53.959 INFO STEP 363 (remove_files) COMPLETE
49782024-08-21T05:45:54.476Z[ recovery-image] Aug 21 05:45:53.959 INFO O| Aug 21 05:45:53.959 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-21T05:45:54.483Z[ recovery-image] Aug 21 05:45:53.968 INFO O| Aug 21 05:45:53.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49802024-08-21T05:45:54.483Z[ recovery-image] Aug 21 05:45:53.969 INFO O| Aug 21 05:45:53.968 INFO STEP 364 (remove_files) COMPLETE
49812024-08-21T05:45:54.486Z[ recovery-image] Aug 21 05:45:53.969 INFO O| Aug 21 05:45:53.968 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-21T05:45:54.493Z[ recovery-image] Aug 21 05:45:53.978 INFO O| Aug 21 05:45:53.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49832024-08-21T05:45:54.498Z[ recovery-image] Aug 21 05:45:53.978 INFO O| Aug 21 05:45:53.978 INFO STEP 365 (remove_files) COMPLETE
49842024-08-21T05:45:54.498Z[ recovery-image] Aug 21 05:45:53.978 INFO O| Aug 21 05:45:53.978 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-21T05:45:54.502Z[ recovery-image] Aug 21 05:45:53.987 INFO O| Aug 21 05:45:53.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49862024-08-21T05:45:54.502Z[ recovery-image] Aug 21 05:45:53.987 INFO O| Aug 21 05:45:53.987 INFO STEP 366 (remove_files) COMPLETE
49872024-08-21T05:45:54.502Z[ recovery-image] Aug 21 05:45:53.987 INFO O| Aug 21 05:45:53.987 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-21T05:45:54.511Z[ recovery-image] Aug 21 05:45:53.997 INFO O| Aug 21 05:45:53.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49892024-08-21T05:45:54.513Z[ recovery-image] Aug 21 05:45:53.997 INFO O| Aug 21 05:45:53.997 INFO STEP 367 (remove_files) COMPLETE
49902024-08-21T05:45:54.513Z[ recovery-image] Aug 21 05:45:53.997 INFO O| Aug 21 05:45:53.997 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-21T05:45:54.522Z[ recovery-image] Aug 21 05:45:54.007 INFO O| Aug 21 05:45:54.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49922024-08-21T05:45:54.522Z[ recovery-image] Aug 21 05:45:54.007 INFO O| Aug 21 05:45:54.007 INFO STEP 368 (remove_files) COMPLETE
49932024-08-21T05:45:54.524Z[ recovery-image] Aug 21 05:45:54.007 INFO O| Aug 21 05:45:54.007 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-21T05:45:54.531Z[ recovery-image] Aug 21 05:45:54.017 INFO O| Aug 21 05:45:54.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49952024-08-21T05:45:54.531Z[ recovery-image] Aug 21 05:45:54.017 INFO O| Aug 21 05:45:54.017 INFO STEP 369 (remove_files) COMPLETE
49962024-08-21T05:45:54.531Z[ recovery-image] Aug 21 05:45:54.017 INFO O| Aug 21 05:45:54.017 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-21T05:45:54.540Z[ recovery-image] Aug 21 05:45:54.026 INFO O| Aug 21 05:45:54.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49982024-08-21T05:45:54.540Z[ recovery-image] Aug 21 05:45:54.026 INFO O| Aug 21 05:45:54.026 INFO STEP 370 (remove_files) COMPLETE
49992024-08-21T05:45:54.540Z[ recovery-image] Aug 21 05:45:54.026 INFO O| Aug 21 05:45:54.026 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-21T05:45:54.550Z[ recovery-image] Aug 21 05:45:54.036 INFO O| Aug 21 05:45:54.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50012024-08-21T05:45:54.550Z[ recovery-image] Aug 21 05:45:54.036 INFO O| Aug 21 05:45:54.036 INFO STEP 371 (remove_files) COMPLETE
50022024-08-21T05:45:54.550Z[ recovery-image] Aug 21 05:45:54.036 INFO O| Aug 21 05:45:54.036 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-21T05:45:54.559Z[ recovery-image] Aug 21 05:45:54.045 INFO O| Aug 21 05:45:54.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50042024-08-21T05:45:54.561Z[ recovery-image] Aug 21 05:45:54.045 INFO O| Aug 21 05:45:54.045 INFO STEP 372 (remove_files) COMPLETE
50052024-08-21T05:45:54.561Z[ recovery-image] Aug 21 05:45:54.045 INFO O| Aug 21 05:45:54.045 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-21T05:45:54.569Z[ recovery-image] Aug 21 05:45:54.055 INFO O| Aug 21 05:45:54.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50072024-08-21T05:45:54.569Z[ recovery-image] Aug 21 05:45:54.055 INFO O| Aug 21 05:45:54.055 INFO STEP 373 (remove_files) COMPLETE
50082024-08-21T05:45:54.571Z[ recovery-image] Aug 21 05:45:54.055 INFO O| Aug 21 05:45:54.055 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-21T05:45:54.579Z[ recovery-image] Aug 21 05:45:54.065 INFO O| Aug 21 05:45:54.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50102024-08-21T05:45:54.579Z[ recovery-image] Aug 21 05:45:54.065 INFO O| Aug 21 05:45:54.065 INFO STEP 374 (remove_files) COMPLETE
50112024-08-21T05:45:54.579Z[ recovery-image] Aug 21 05:45:54.065 INFO O| Aug 21 05:45:54.065 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-21T05:45:54.590Z[ recovery-image] Aug 21 05:45:54.075 INFO O| Aug 21 05:45:54.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50132024-08-21T05:45:54.590Z[ recovery-image] Aug 21 05:45:54.075 INFO O| Aug 21 05:45:54.075 INFO STEP 375 (remove_files) COMPLETE
50142024-08-21T05:45:54.590Z[ recovery-image] Aug 21 05:45:54.075 INFO O| Aug 21 05:45:54.075 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-21T05:45:54.600Z[ recovery-image] Aug 21 05:45:54.086 INFO O| Aug 21 05:45:54.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50162024-08-21T05:45:54.600Z[ recovery-image] Aug 21 05:45:54.086 INFO O| Aug 21 05:45:54.086 INFO STEP 376 (remove_files) COMPLETE
50172024-08-21T05:45:54.600Z[ recovery-image] Aug 21 05:45:54.086 INFO O| Aug 21 05:45:54.086 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-21T05:45:54.610Z[ recovery-image] Aug 21 05:45:54.096 INFO O| Aug 21 05:45:54.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50192024-08-21T05:45:54.610Z[ recovery-image] Aug 21 05:45:54.096 INFO O| Aug 21 05:45:54.096 INFO STEP 377 (remove_files) COMPLETE
50202024-08-21T05:45:54.613Z[ recovery-image] Aug 21 05:45:54.096 INFO O| Aug 21 05:45:54.096 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-21T05:45:54.620Z[ recovery-image] Aug 21 05:45:54.106 INFO O| Aug 21 05:45:54.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50222024-08-21T05:45:54.623Z[ recovery-image] Aug 21 05:45:54.106 INFO O| Aug 21 05:45:54.106 INFO STEP 378 (remove_files) COMPLETE
50232024-08-21T05:45:54.623Z[ recovery-image] Aug 21 05:45:54.106 INFO O| Aug 21 05:45:54.106 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-21T05:45:54.630Z[ recovery-image] Aug 21 05:45:54.116 INFO O| Aug 21 05:45:54.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50252024-08-21T05:45:54.630Z[ recovery-image] Aug 21 05:45:54.116 INFO O| Aug 21 05:45:54.116 INFO STEP 379 (remove_files) COMPLETE
50262024-08-21T05:45:54.633Z[ recovery-image] Aug 21 05:45:54.116 INFO O| Aug 21 05:45:54.116 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-21T05:45:54.641Z[ recovery-image] Aug 21 05:45:54.127 INFO O| Aug 21 05:45:54.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50282024-08-21T05:45:54.641Z[ recovery-image] Aug 21 05:45:54.127 INFO O| Aug 21 05:45:54.127 INFO STEP 380 (remove_files) COMPLETE
50292024-08-21T05:45:54.643Z[ recovery-image] Aug 21 05:45:54.127 INFO O| Aug 21 05:45:54.127 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-21T05:45:54.651Z[ recovery-image] Aug 21 05:45:54.136 INFO O| Aug 21 05:45:54.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50312024-08-21T05:45:54.651Z[ recovery-image] Aug 21 05:45:54.136 INFO O| Aug 21 05:45:54.136 INFO STEP 381 (remove_files) COMPLETE
50322024-08-21T05:45:54.653Z[ recovery-image] Aug 21 05:45:54.136 INFO O| Aug 21 05:45:54.136 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-21T05:45:54.660Z[ recovery-image] Aug 21 05:45:54.146 INFO O| Aug 21 05:45:54.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50342024-08-21T05:45:54.663Z[ recovery-image] Aug 21 05:45:54.146 INFO O| Aug 21 05:45:54.146 INFO STEP 382 (remove_files) COMPLETE
50352024-08-21T05:45:54.663Z[ recovery-image] Aug 21 05:45:54.146 INFO O| Aug 21 05:45:54.146 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-21T05:45:54.670Z[ recovery-image] Aug 21 05:45:54.156 INFO O| Aug 21 05:45:54.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50372024-08-21T05:45:54.670Z[ recovery-image] Aug 21 05:45:54.156 INFO O| Aug 21 05:45:54.156 INFO STEP 383 (remove_files) COMPLETE
50382024-08-21T05:45:54.670Z[ recovery-image] Aug 21 05:45:54.156 INFO O| Aug 21 05:45:54.156 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-21T05:45:54.679Z[ recovery-image] Aug 21 05:45:54.165 INFO O| Aug 21 05:45:54.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50402024-08-21T05:45:54.681Z[ recovery-image] Aug 21 05:45:54.165 INFO O| Aug 21 05:45:54.165 INFO STEP 384 (remove_files) COMPLETE
50412024-08-21T05:45:54.681Z[ recovery-image] Aug 21 05:45:54.165 INFO O| Aug 21 05:45:54.165 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-21T05:45:54.689Z[ recovery-image] Aug 21 05:45:54.174 INFO O| Aug 21 05:45:54.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50432024-08-21T05:45:54.689Z[ recovery-image] Aug 21 05:45:54.174 INFO O| Aug 21 05:45:54.174 INFO STEP 385 (remove_files) COMPLETE
50442024-08-21T05:45:54.691Z[ recovery-image] Aug 21 05:45:54.174 INFO O| Aug 21 05:45:54.174 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-21T05:45:54.704Z[ recovery-image] Aug 21 05:45:54.184 INFO O| Aug 21 05:45:54.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50462024-08-21T05:45:54.706Z[ recovery-image] Aug 21 05:45:54.184 INFO O| Aug 21 05:45:54.184 INFO STEP 386 (remove_files) COMPLETE
50472024-08-21T05:45:54.706Z[ recovery-image] Aug 21 05:45:54.184 INFO O| Aug 21 05:45:54.184 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-21T05:45:54.709Z[ recovery-image] Aug 21 05:45:54.194 INFO O| Aug 21 05:45:54.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50492024-08-21T05:45:54.709Z[ recovery-image] Aug 21 05:45:54.194 INFO O| Aug 21 05:45:54.194 INFO STEP 387 (remove_files) COMPLETE
50502024-08-21T05:45:54.709Z[ recovery-image] Aug 21 05:45:54.194 INFO O| Aug 21 05:45:54.194 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-21T05:45:54.718Z[ recovery-image] Aug 21 05:45:54.203 INFO O| Aug 21 05:45:54.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50522024-08-21T05:45:54.721Z[ recovery-image] Aug 21 05:45:54.203 INFO O| Aug 21 05:45:54.203 INFO STEP 388 (remove_files) COMPLETE
50532024-08-21T05:45:54.721Z[ recovery-image] Aug 21 05:45:54.203 INFO O| Aug 21 05:45:54.203 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-21T05:45:54.727Z[ recovery-image] Aug 21 05:45:54.213 INFO O| Aug 21 05:45:54.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50552024-08-21T05:45:54.727Z[ recovery-image] Aug 21 05:45:54.213 INFO O| Aug 21 05:45:54.213 INFO STEP 389 (remove_files) COMPLETE
50562024-08-21T05:45:54.736Z[ recovery-image] Aug 21 05:45:54.213 INFO O| Aug 21 05:45:54.213 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-21T05:45:54.740Z[ recovery-image] Aug 21 05:45:54.223 INFO O| Aug 21 05:45:54.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50582024-08-21T05:45:54.740Z[ recovery-image] Aug 21 05:45:54.223 INFO O| Aug 21 05:45:54.223 INFO STEP 390 (remove_files) COMPLETE
50592024-08-21T05:45:54.740Z[ recovery-image] Aug 21 05:45:54.223 INFO O| Aug 21 05:45:54.223 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-21T05:45:54.747Z[ recovery-image] Aug 21 05:45:54.232 INFO O| Aug 21 05:45:54.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50612024-08-21T05:45:54.747Z[ recovery-image] Aug 21 05:45:54.232 INFO O| Aug 21 05:45:54.232 INFO STEP 391 (remove_files) COMPLETE
50622024-08-21T05:45:54.749Z[ recovery-image] Aug 21 05:45:54.232 INFO O| Aug 21 05:45:54.232 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-21T05:45:54.756Z[ recovery-image] Aug 21 05:45:54.242 INFO O| Aug 21 05:45:54.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50642024-08-21T05:45:54.756Z[ recovery-image] Aug 21 05:45:54.242 INFO O| Aug 21 05:45:54.242 INFO STEP 392 (remove_files) COMPLETE
50652024-08-21T05:45:54.756Z[ recovery-image] Aug 21 05:45:54.242 INFO O| Aug 21 05:45:54.242 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-21T05:45:54.766Z[ recovery-image] Aug 21 05:45:54.251 INFO O| Aug 21 05:45:54.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50672024-08-21T05:45:54.770Z[ recovery-image] Aug 21 05:45:54.251 INFO O| Aug 21 05:45:54.251 INFO STEP 393 (remove_files) COMPLETE
50682024-08-21T05:45:54.770Z[ recovery-image] Aug 21 05:45:54.251 INFO O| Aug 21 05:45:54.251 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-21T05:45:54.775Z[ recovery-image] Aug 21 05:45:54.261 INFO O| Aug 21 05:45:54.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50702024-08-21T05:45:54.775Z[ recovery-image] Aug 21 05:45:54.261 INFO O| Aug 21 05:45:54.261 INFO STEP 394 (remove_files) COMPLETE
50712024-08-21T05:45:54.775Z[ recovery-image] Aug 21 05:45:54.261 INFO O| Aug 21 05:45:54.261 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-21T05:45:54.787Z[ recovery-image] Aug 21 05:45:54.271 INFO O| Aug 21 05:45:54.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50732024-08-21T05:45:54.790Z[ recovery-image] Aug 21 05:45:54.271 INFO O| Aug 21 05:45:54.271 INFO STEP 395 (remove_files) COMPLETE
50742024-08-21T05:45:54.790Z[ recovery-image] Aug 21 05:45:54.271 INFO O| Aug 21 05:45:54.271 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-21T05:45:54.795Z[ recovery-image] Aug 21 05:45:54.280 INFO O| Aug 21 05:45:54.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50762024-08-21T05:45:54.797Z[ recovery-image] Aug 21 05:45:54.280 INFO O| Aug 21 05:45:54.280 INFO STEP 396 (remove_files) COMPLETE
50772024-08-21T05:45:54.798Z[ recovery-image] Aug 21 05:45:54.280 INFO O| Aug 21 05:45:54.280 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-21T05:45:54.805Z[ recovery-image] Aug 21 05:45:54.290 INFO O| Aug 21 05:45:54.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50792024-08-21T05:45:54.805Z[ recovery-image] Aug 21 05:45:54.290 INFO O| Aug 21 05:45:54.290 INFO STEP 397 (remove_files) COMPLETE
50802024-08-21T05:45:54.808Z[ recovery-image] Aug 21 05:45:54.290 INFO O| Aug 21 05:45:54.290 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-21T05:45:54.814Z[ recovery-image] Aug 21 05:45:54.299 INFO O| Aug 21 05:45:54.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50822024-08-21T05:45:54.814Z[ recovery-image] Aug 21 05:45:54.299 INFO O| Aug 21 05:45:54.299 INFO STEP 398 (remove_files) COMPLETE
50832024-08-21T05:45:54.817Z[ recovery-image] Aug 21 05:45:54.299 INFO O| Aug 21 05:45:54.299 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-21T05:45:54.837Z[ recovery-image] Aug 21 05:45:54.309 INFO O| Aug 21 05:45:54.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50852024-08-21T05:45:54.837Z[ recovery-image] Aug 21 05:45:54.309 INFO O| Aug 21 05:45:54.309 INFO STEP 399 (remove_files) COMPLETE
50862024-08-21T05:45:54.837Z[ recovery-image] Aug 21 05:45:54.309 INFO O| Aug 21 05:45:54.309 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-21T05:45:54.839Z[ recovery-image] Aug 21 05:45:54.318 INFO O| Aug 21 05:45:54.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50882024-08-21T05:45:54.839Z[ recovery-image] Aug 21 05:45:54.319 INFO O| Aug 21 05:45:54.318 INFO STEP 400 (remove_files) COMPLETE
50892024-08-21T05:45:54.839Z[ recovery-image] Aug 21 05:45:54.319 INFO O| Aug 21 05:45:54.319 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-21T05:45:54.842Z[ recovery-image] Aug 21 05:45:54.328 INFO O| Aug 21 05:45:54.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50912024-08-21T05:45:54.846Z[ recovery-image] Aug 21 05:45:54.328 INFO O| Aug 21 05:45:54.328 INFO STEP 401 (remove_files) COMPLETE
50922024-08-21T05:45:54.846Z[ recovery-image] Aug 21 05:45:54.328 INFO O| Aug 21 05:45:54.328 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-21T05:45:54.852Z[ recovery-image] Aug 21 05:45:54.338 INFO O| Aug 21 05:45:54.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50942024-08-21T05:45:54.855Z[ recovery-image] Aug 21 05:45:54.338 INFO O| Aug 21 05:45:54.338 INFO STEP 402 (remove_files) COMPLETE
50952024-08-21T05:45:54.855Z[ recovery-image] Aug 21 05:45:54.338 INFO O| Aug 21 05:45:54.338 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-21T05:45:54.862Z[ recovery-image] Aug 21 05:45:54.348 INFO O| Aug 21 05:45:54.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50972024-08-21T05:45:54.862Z[ recovery-image] Aug 21 05:45:54.348 INFO O| Aug 21 05:45:54.348 INFO STEP 403 (remove_files) COMPLETE
50982024-08-21T05:45:54.865Z[ recovery-image] Aug 21 05:45:54.348 INFO O| Aug 21 05:45:54.348 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-21T05:45:54.871Z[ recovery-image] Aug 21 05:45:54.357 INFO O| Aug 21 05:45:54.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51002024-08-21T05:45:54.871Z[ recovery-image] Aug 21 05:45:54.357 INFO O| Aug 21 05:45:54.357 INFO STEP 404 (remove_files) COMPLETE
51012024-08-21T05:45:54.874Z[ recovery-image] Aug 21 05:45:54.357 INFO O| Aug 21 05:45:54.357 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-21T05:45:54.881Z[ recovery-image] Aug 21 05:45:54.367 INFO O| Aug 21 05:45:54.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51032024-08-21T05:45:54.881Z[ recovery-image] Aug 21 05:45:54.367 INFO O| Aug 21 05:45:54.367 INFO STEP 405 (remove_files) COMPLETE
51042024-08-21T05:45:54.883Z[ recovery-image] Aug 21 05:45:54.367 INFO O| Aug 21 05:45:54.367 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-21T05:45:54.890Z[ recovery-image] Aug 21 05:45:54.376 INFO O| Aug 21 05:45:54.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51062024-08-21T05:45:54.893Z[ recovery-image] Aug 21 05:45:54.376 INFO O| Aug 21 05:45:54.376 INFO STEP 406 (remove_files) COMPLETE
51072024-08-21T05:45:54.893Z[ recovery-image] Aug 21 05:45:54.376 INFO O| Aug 21 05:45:54.376 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-21T05:45:54.900Z[ recovery-image] Aug 21 05:45:54.385 INFO O| Aug 21 05:45:54.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51092024-08-21T05:45:54.902Z[ recovery-image] Aug 21 05:45:54.385 INFO O| Aug 21 05:45:54.385 INFO STEP 407 (remove_files) COMPLETE
51102024-08-21T05:45:54.902Z[ recovery-image] Aug 21 05:45:54.385 INFO O| Aug 21 05:45:54.385 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-21T05:45:54.909Z[ recovery-image] Aug 21 05:45:54.395 INFO O| Aug 21 05:45:54.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51122024-08-21T05:45:54.909Z[ recovery-image] Aug 21 05:45:54.395 INFO O| Aug 21 05:45:54.395 INFO STEP 408 (remove_files) COMPLETE
51132024-08-21T05:45:54.911Z[ recovery-image] Aug 21 05:45:54.395 INFO O| Aug 21 05:45:54.395 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-21T05:45:54.919Z[ recovery-image] Aug 21 05:45:54.405 INFO O| Aug 21 05:45:54.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51152024-08-21T05:45:54.921Z[ recovery-image] Aug 21 05:45:54.405 INFO O| Aug 21 05:45:54.405 INFO STEP 409 (remove_files) COMPLETE
51162024-08-21T05:45:54.921Z[ recovery-image] Aug 21 05:45:54.405 INFO O| Aug 21 05:45:54.405 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-21T05:45:54.928Z[ recovery-image] Aug 21 05:45:54.414 INFO O| Aug 21 05:45:54.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51182024-08-21T05:45:54.928Z[ recovery-image] Aug 21 05:45:54.414 INFO O| Aug 21 05:45:54.414 INFO STEP 410 (remove_files) COMPLETE
51192024-08-21T05:45:54.930Z[ recovery-image] Aug 21 05:45:54.414 INFO O| Aug 21 05:45:54.414 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-21T05:45:54.938Z[ recovery-image] Aug 21 05:45:54.423 INFO O| Aug 21 05:45:54.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51212024-08-21T05:45:54.940Z[ recovery-image] Aug 21 05:45:54.424 INFO O| Aug 21 05:45:54.424 INFO STEP 411 (remove_files) COMPLETE
51222024-08-21T05:45:54.940Z[ recovery-image] Aug 21 05:45:54.424 INFO O| Aug 21 05:45:54.424 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-21T05:45:54.948Z[ recovery-image] Aug 21 05:45:54.434 INFO O| Aug 21 05:45:54.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51242024-08-21T05:45:54.948Z[ recovery-image] Aug 21 05:45:54.434 INFO O| Aug 21 05:45:54.434 INFO STEP 412 (remove_files) COMPLETE
51252024-08-21T05:45:54.952Z[ recovery-image] Aug 21 05:45:54.434 INFO O| Aug 21 05:45:54.434 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-21T05:45:54.957Z[ recovery-image] Aug 21 05:45:54.443 INFO O| Aug 21 05:45:54.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51272024-08-21T05:45:54.957Z[ recovery-image] Aug 21 05:45:54.443 INFO O| Aug 21 05:45:54.443 INFO STEP 413 (remove_files) COMPLETE
51282024-08-21T05:45:54.960Z[ recovery-image] Aug 21 05:45:54.443 INFO O| Aug 21 05:45:54.443 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-21T05:45:54.967Z[ recovery-image] Aug 21 05:45:54.452 INFO O| Aug 21 05:45:54.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51302024-08-21T05:45:54.967Z[ recovery-image] Aug 21 05:45:54.453 INFO O| Aug 21 05:45:54.452 INFO STEP 414 (remove_files) COMPLETE
51312024-08-21T05:45:54.969Z[ recovery-image] Aug 21 05:45:54.453 INFO O| Aug 21 05:45:54.453 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-21T05:45:54.976Z[ recovery-image] Aug 21 05:45:54.462 INFO O| Aug 21 05:45:54.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51332024-08-21T05:45:54.976Z[ recovery-image] Aug 21 05:45:54.462 INFO O| Aug 21 05:45:54.462 INFO STEP 415 (remove_files) COMPLETE
51342024-08-21T05:45:54.979Z[ recovery-image] Aug 21 05:45:54.462 INFO O| Aug 21 05:45:54.462 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-21T05:45:54.986Z[ recovery-image] Aug 21 05:45:54.471 INFO O| Aug 21 05:45:54.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51362024-08-21T05:45:54.986Z[ recovery-image] Aug 21 05:45:54.471 INFO O| Aug 21 05:45:54.471 INFO STEP 416 (remove_files) COMPLETE
51372024-08-21T05:45:54.986Z[ recovery-image] Aug 21 05:45:54.471 INFO O| Aug 21 05:45:54.471 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-21T05:45:54.996Z[ recovery-image] Aug 21 05:45:54.481 INFO O| Aug 21 05:45:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51392024-08-21T05:45:54.996Z[ recovery-image] Aug 21 05:45:54.481 INFO O| Aug 21 05:45:54.481 INFO STEP 417 (remove_files) COMPLETE
51402024-08-21T05:45:54.998Z[ recovery-image] Aug 21 05:45:54.481 INFO O| Aug 21 05:45:54.481 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-21T05:45:55.005Z[ recovery-image] Aug 21 05:45:54.491 INFO O| Aug 21 05:45:54.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51422024-08-21T05:45:55.005Z[ recovery-image] Aug 21 05:45:54.491 INFO O| Aug 21 05:45:54.491 INFO STEP 418 (remove_files) COMPLETE
51432024-08-21T05:45:55.005Z[ recovery-image] Aug 21 05:45:54.491 INFO O| Aug 21 05:45:54.491 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-21T05:45:55.015Z[ recovery-image] Aug 21 05:45:54.501 INFO O| Aug 21 05:45:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51452024-08-21T05:45:55.015Z[ recovery-image] Aug 21 05:45:54.501 INFO O| Aug 21 05:45:54.501 INFO STEP 419 (remove_files) COMPLETE
51462024-08-21T05:45:55.015Z[ recovery-image] Aug 21 05:45:54.501 INFO O| Aug 21 05:45:54.501 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-21T05:45:55.024Z[ recovery-image] Aug 21 05:45:54.510 INFO O| Aug 21 05:45:54.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51482024-08-21T05:45:55.024Z[ recovery-image] Aug 21 05:45:54.510 INFO O| Aug 21 05:45:54.510 INFO STEP 420 (remove_files) COMPLETE
51492024-08-21T05:45:55.027Z[ recovery-image] Aug 21 05:45:54.510 INFO O| Aug 21 05:45:54.510 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-21T05:45:55.029Z[ host-image] Aug 21 05:45:54.515 INFO O| Aug 21 05:45:54.515 INFO O| Download: Completed 1.39 MB in 3.70 seconds (384k/s)
51512024-08-21T05:45:55.034Z[ recovery-image] Aug 21 05:45:54.520 INFO O| Aug 21 05:45:54.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51522024-08-21T05:45:55.036Z[ recovery-image] Aug 21 05:45:54.520 INFO O| Aug 21 05:45:54.520 INFO STEP 421 (remove_files) COMPLETE
51532024-08-21T05:45:55.036Z[ recovery-image] Aug 21 05:45:54.520 INFO O| Aug 21 05:45:54.520 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-08-21T05:45:55.044Z[ recovery-image] Aug 21 05:45:54.530 INFO O| Aug 21 05:45:54.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51552024-08-21T05:45:55.047Z[ recovery-image] Aug 21 05:45:54.530 INFO O| Aug 21 05:45:54.530 INFO STEP 422 (remove_files) COMPLETE
51562024-08-21T05:45:55.047Z[ recovery-image] Aug 21 05:45:54.530 INFO O| Aug 21 05:45:54.530 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-08-21T05:45:55.055Z[ host-image] Aug 21 05:45:54.541 INFO O| Aug 21 05:45:54.541 INFO O| Actions: 1/238 actions (Installing new actions)
51582024-08-21T05:45:55.058Z[ recovery-image] Aug 21 05:45:54.541 INFO O| Aug 21 05:45:54.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51592024-08-21T05:45:55.058Z[ recovery-image] Aug 21 05:45:54.541 INFO O| Aug 21 05:45:54.541 INFO STEP 423 (remove_files) COMPLETE
51602024-08-21T05:45:55.058Z[ recovery-image] Aug 21 05:45:54.541 INFO O| Aug 21 05:45:54.541 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-08-21T05:45:55.065Z[ recovery-image] Aug 21 05:45:54.551 INFO O| Aug 21 05:45:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51622024-08-21T05:45:55.067Z[ recovery-image] Aug 21 05:45:54.551 INFO O| Aug 21 05:45:54.551 INFO STEP 424 (remove_files) COMPLETE
51632024-08-21T05:45:55.067Z[ recovery-image] Aug 21 05:45:54.551 INFO O| Aug 21 05:45:54.551 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-08-21T05:45:55.076Z[ recovery-image] Aug 21 05:45:54.560 INFO O| Aug 21 05:45:54.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51652024-08-21T05:45:55.079Z[ recovery-image] Aug 21 05:45:54.560 INFO O| Aug 21 05:45:54.560 INFO STEP 425 (remove_files) COMPLETE
51662024-08-21T05:45:55.079Z[ recovery-image] Aug 21 05:45:54.560 INFO O| Aug 21 05:45:54.560 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-08-21T05:45:55.084Z[ recovery-image] Aug 21 05:45:54.570 INFO O| Aug 21 05:45:54.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51682024-08-21T05:45:55.087Z[ recovery-image] Aug 21 05:45:54.570 INFO O| Aug 21 05:45:54.570 INFO STEP 426 (remove_files) COMPLETE
51692024-08-21T05:45:55.087Z[ recovery-image] Aug 21 05:45:54.570 INFO O| Aug 21 05:45:54.570 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-08-21T05:45:55.094Z[ recovery-image] Aug 21 05:45:54.580 INFO O| Aug 21 05:45:54.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51712024-08-21T05:45:55.094Z[ recovery-image] Aug 21 05:45:54.580 INFO O| Aug 21 05:45:54.580 INFO STEP 427 (remove_files) COMPLETE
51722024-08-21T05:45:55.096Z[ recovery-image] Aug 21 05:45:54.580 INFO O| Aug 21 05:45:54.580 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-08-21T05:45:55.105Z[ recovery-image] Aug 21 05:45:54.590 INFO O| Aug 21 05:45:54.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51742024-08-21T05:45:55.105Z[ recovery-image] Aug 21 05:45:54.590 INFO O| Aug 21 05:45:54.590 INFO STEP 428 (remove_files) COMPLETE
51752024-08-21T05:45:55.107Z[ recovery-image] Aug 21 05:45:54.590 INFO O| Aug 21 05:45:54.590 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-08-21T05:45:55.114Z[ recovery-image] Aug 21 05:45:54.599 INFO O| Aug 21 05:45:54.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51772024-08-21T05:45:55.114Z[ recovery-image] Aug 21 05:45:54.599 INFO O| Aug 21 05:45:54.599 INFO STEP 429 (remove_files) COMPLETE
51782024-08-21T05:45:55.116Z[ recovery-image] Aug 21 05:45:54.599 INFO O| Aug 21 05:45:54.599 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-08-21T05:45:55.123Z[ recovery-image] Aug 21 05:45:54.609 INFO O| Aug 21 05:45:54.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51802024-08-21T05:45:55.123Z[ recovery-image] Aug 21 05:45:54.609 INFO O| Aug 21 05:45:54.609 INFO STEP 430 (remove_files) COMPLETE
51812024-08-21T05:45:55.127Z[ recovery-image] Aug 21 05:45:54.609 INFO O| Aug 21 05:45:54.609 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-08-21T05:45:55.134Z[ recovery-image] Aug 21 05:45:54.619 INFO O| Aug 21 05:45:54.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51832024-08-21T05:45:55.134Z[ recovery-image] Aug 21 05:45:54.620 INFO O| Aug 21 05:45:54.620 INFO STEP 431 (remove_files) COMPLETE
51842024-08-21T05:45:55.137Z[ recovery-image] Aug 21 05:45:54.620 INFO O| Aug 21 05:45:54.620 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-08-21T05:45:55.144Z[ recovery-image] Aug 21 05:45:54.629 INFO O| Aug 21 05:45:54.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51862024-08-21T05:45:55.144Z[ recovery-image] Aug 21 05:45:54.629 INFO O| Aug 21 05:45:54.629 INFO STEP 432 (remove_files) COMPLETE
51872024-08-21T05:45:55.146Z[ recovery-image] Aug 21 05:45:54.629 INFO O| Aug 21 05:45:54.629 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-08-21T05:45:55.153Z[ recovery-image] Aug 21 05:45:54.639 INFO O| Aug 21 05:45:54.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51892024-08-21T05:45:55.153Z[ recovery-image] Aug 21 05:45:54.639 INFO O| Aug 21 05:45:54.639 INFO STEP 433 (remove_files) COMPLETE
51902024-08-21T05:45:55.161Z[ recovery-image] Aug 21 05:45:54.639 INFO O| Aug 21 05:45:54.639 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-08-21T05:45:55.163Z[ host-image] Aug 21 05:45:54.647 INFO O| Aug 21 05:45:54.647 INFO O| Actions: Completed 238 actions in 0.11 seconds.
51922024-08-21T05:45:55.164Z[ recovery-image] Aug 21 05:45:54.649 INFO O| Aug 21 05:45:54.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51932024-08-21T05:45:55.164Z[ recovery-image] Aug 21 05:45:54.649 INFO O| Aug 21 05:45:54.649 INFO STEP 434 (remove_files) COMPLETE
51942024-08-21T05:45:55.166Z[ recovery-image] Aug 21 05:45:54.649 INFO O| Aug 21 05:45:54.649 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-21T05:45:55.173Z[ recovery-image] Aug 21 05:45:54.659 INFO O| Aug 21 05:45:54.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51962024-08-21T05:45:55.173Z[ recovery-image] Aug 21 05:45:54.659 INFO O| Aug 21 05:45:54.659 INFO STEP 435 (remove_files) COMPLETE
51972024-08-21T05:45:55.175Z[ recovery-image] Aug 21 05:45:54.659 INFO O| Aug 21 05:45:54.659 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-21T05:45:55.183Z[ recovery-image] Aug 21 05:45:54.668 INFO O| Aug 21 05:45:54.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51992024-08-21T05:45:55.186Z[ recovery-image] Aug 21 05:45:54.669 INFO O| Aug 21 05:45:54.669 INFO STEP 436 (remove_files) COMPLETE
52002024-08-21T05:45:55.186Z[ recovery-image] Aug 21 05:45:54.669 INFO O| Aug 21 05:45:54.669 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-21T05:45:55.193Z[ recovery-image] Aug 21 05:45:54.678 INFO O| Aug 21 05:45:54.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52022024-08-21T05:45:55.193Z[ recovery-image] Aug 21 05:45:54.678 INFO O| Aug 21 05:45:54.678 INFO STEP 437 (remove_files) COMPLETE
52032024-08-21T05:45:55.195Z[ recovery-image] Aug 21 05:45:54.678 INFO O| Aug 21 05:45:54.678 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-21T05:45:55.203Z[ recovery-image] Aug 21 05:45:54.688 INFO O| Aug 21 05:45:54.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52052024-08-21T05:45:55.203Z[ recovery-image] Aug 21 05:45:54.688 INFO O| Aug 21 05:45:54.688 INFO STEP 438 (remove_files) COMPLETE
52062024-08-21T05:45:55.205Z[ recovery-image] Aug 21 05:45:54.688 INFO O| Aug 21 05:45:54.688 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-21T05:45:55.213Z[ recovery-image] Aug 21 05:45:54.698 INFO O| Aug 21 05:45:54.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52082024-08-21T05:45:55.213Z[ recovery-image] Aug 21 05:45:54.698 INFO O| Aug 21 05:45:54.698 INFO STEP 439 (remove_files) COMPLETE
52092024-08-21T05:45:55.215Z[ recovery-image] Aug 21 05:45:54.698 INFO O| Aug 21 05:45:54.698 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-21T05:45:55.223Z[ recovery-image] Aug 21 05:45:54.708 INFO O| Aug 21 05:45:54.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52112024-08-21T05:45:55.223Z[ recovery-image] Aug 21 05:45:54.708 INFO O| Aug 21 05:45:54.708 INFO STEP 440 (remove_files) COMPLETE
52122024-08-21T05:45:55.225Z[ recovery-image] Aug 21 05:45:54.708 INFO O| Aug 21 05:45:54.708 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-21T05:45:55.236Z[ recovery-image] Aug 21 05:45:54.718 INFO O| Aug 21 05:45:54.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52142024-08-21T05:45:55.236Z[ recovery-image] Aug 21 05:45:54.718 INFO O| Aug 21 05:45:54.718 INFO STEP 441 (remove_files) COMPLETE
52152024-08-21T05:45:55.251Z[ recovery-image] Aug 21 05:45:54.718 INFO O| Aug 21 05:45:54.718 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-21T05:45:55.251Z[ recovery-image] Aug 21 05:45:54.728 INFO O| Aug 21 05:45:54.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52172024-08-21T05:45:55.251Z[ recovery-image] Aug 21 05:45:54.728 INFO O| Aug 21 05:45:54.728 INFO STEP 442 (remove_files) COMPLETE
52182024-08-21T05:45:55.251Z[ recovery-image] Aug 21 05:45:54.728 INFO O| Aug 21 05:45:54.728 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-21T05:45:55.257Z[ recovery-image] Aug 21 05:45:54.738 INFO O| Aug 21 05:45:54.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52202024-08-21T05:45:55.257Z[ recovery-image] Aug 21 05:45:54.738 INFO O| Aug 21 05:45:54.738 INFO STEP 443 (remove_files) COMPLETE
52212024-08-21T05:45:55.257Z[ recovery-image] Aug 21 05:45:54.738 INFO O| Aug 21 05:45:54.738 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-21T05:45:55.263Z[ recovery-image] Aug 21 05:45:54.748 INFO O| Aug 21 05:45:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52232024-08-21T05:45:55.266Z[ recovery-image] Aug 21 05:45:54.748 INFO O| Aug 21 05:45:54.748 INFO STEP 444 (remove_files) COMPLETE
52242024-08-21T05:45:55.266Z[ recovery-image] Aug 21 05:45:54.748 INFO O| Aug 21 05:45:54.748 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-21T05:45:55.273Z[ recovery-image] Aug 21 05:45:54.758 INFO O| Aug 21 05:45:54.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52262024-08-21T05:45:55.277Z[ recovery-image] Aug 21 05:45:54.758 INFO O| Aug 21 05:45:54.758 INFO STEP 445 (remove_files) COMPLETE
52272024-08-21T05:45:55.277Z[ recovery-image] Aug 21 05:45:54.758 INFO O| Aug 21 05:45:54.758 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-21T05:45:55.284Z[ recovery-image] Aug 21 05:45:54.769 INFO O| Aug 21 05:45:54.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52292024-08-21T05:45:55.284Z[ recovery-image] Aug 21 05:45:54.769 INFO O| Aug 21 05:45:54.769 INFO STEP 446 (remove_files) COMPLETE
52302024-08-21T05:45:55.284Z[ recovery-image] Aug 21 05:45:54.769 INFO O| Aug 21 05:45:54.769 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-21T05:45:55.295Z[ recovery-image] Aug 21 05:45:54.780 INFO O| Aug 21 05:45:54.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52322024-08-21T05:45:55.295Z[ recovery-image] Aug 21 05:45:54.780 INFO O| Aug 21 05:45:54.780 INFO STEP 447 (remove_files) COMPLETE
52332024-08-21T05:45:55.297Z[ recovery-image] Aug 21 05:45:54.780 INFO O| Aug 21 05:45:54.780 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-21T05:45:55.308Z[ recovery-image] Aug 21 05:45:54.791 INFO O| Aug 21 05:45:54.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52352024-08-21T05:45:55.308Z[ recovery-image] Aug 21 05:45:54.791 INFO O| Aug 21 05:45:54.791 INFO STEP 448 (remove_files) COMPLETE
52362024-08-21T05:45:55.308Z[ recovery-image] Aug 21 05:45:54.791 INFO O| Aug 21 05:45:54.791 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-21T05:45:55.317Z[ recovery-image] Aug 21 05:45:54.803 INFO O| Aug 21 05:45:54.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52382024-08-21T05:45:55.318Z[ recovery-image] Aug 21 05:45:54.803 INFO O| Aug 21 05:45:54.803 INFO STEP 449 (remove_files) COMPLETE
52392024-08-21T05:45:55.318Z[ recovery-image] Aug 21 05:45:54.803 INFO O| Aug 21 05:45:54.803 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-21T05:45:55.331Z[ recovery-image] Aug 21 05:45:54.816 INFO O| Aug 21 05:45:54.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52412024-08-21T05:45:55.331Z[ recovery-image] Aug 21 05:45:54.816 INFO O| Aug 21 05:45:54.816 INFO STEP 450 (remove_files) COMPLETE
52422024-08-21T05:45:55.331Z[ recovery-image] Aug 21 05:45:54.816 INFO O| Aug 21 05:45:54.816 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-21T05:45:55.345Z[ recovery-image] Aug 21 05:45:54.830 INFO O| Aug 21 05:45:54.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52442024-08-21T05:45:55.345Z[ recovery-image] Aug 21 05:45:54.830 INFO O| Aug 21 05:45:54.830 INFO STEP 451 (remove_files) COMPLETE
52452024-08-21T05:45:55.351Z[ recovery-image] Aug 21 05:45:54.830 INFO O| Aug 21 05:45:54.830 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-21T05:45:55.356Z[ recovery-image] Aug 21 05:45:54.841 INFO O| Aug 21 05:45:54.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52472024-08-21T05:45:55.356Z[ recovery-image] Aug 21 05:45:54.842 INFO O| Aug 21 05:45:54.842 INFO STEP 452 (remove_files) COMPLETE
52482024-08-21T05:45:55.359Z[ recovery-image] Aug 21 05:45:54.842 INFO O| Aug 21 05:45:54.842 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-21T05:45:55.368Z[ recovery-image] Aug 21 05:45:54.853 INFO O| Aug 21 05:45:54.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52502024-08-21T05:45:55.368Z[ recovery-image] Aug 21 05:45:54.853 INFO O| Aug 21 05:45:54.853 INFO STEP 453 (remove_files) COMPLETE
52512024-08-21T05:45:55.368Z[ recovery-image] Aug 21 05:45:54.853 INFO O| Aug 21 05:45:54.853 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-21T05:45:55.382Z[ recovery-image] Aug 21 05:45:54.867 INFO O| Aug 21 05:45:54.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52532024-08-21T05:45:55.382Z[ recovery-image] Aug 21 05:45:54.867 INFO O| Aug 21 05:45:54.867 INFO STEP 454 (remove_files) COMPLETE
52542024-08-21T05:45:55.382Z[ recovery-image] Aug 21 05:45:54.867 INFO O| Aug 21 05:45:54.867 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-21T05:45:55.397Z[ recovery-image] Aug 21 05:45:54.882 INFO O| Aug 21 05:45:54.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52562024-08-21T05:45:55.397Z[ recovery-image] Aug 21 05:45:54.882 INFO O| Aug 21 05:45:54.882 INFO STEP 455 (remove_files) COMPLETE
52572024-08-21T05:45:55.397Z[ recovery-image] Aug 21 05:45:54.882 INFO O| Aug 21 05:45:54.882 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-21T05:45:55.411Z[ recovery-image] Aug 21 05:45:54.896 INFO O| Aug 21 05:45:54.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52592024-08-21T05:45:55.411Z[ recovery-image] Aug 21 05:45:54.896 INFO O| Aug 21 05:45:54.896 INFO STEP 456 (remove_files) COMPLETE
52602024-08-21T05:45:55.413Z[ recovery-image] Aug 21 05:45:54.896 INFO O| Aug 21 05:45:54.896 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-21T05:45:55.416Z[ host-image] Aug 21 05:45:54.902 INFO O| Aug 21 05:45:54.902 INFO O| Done
52622024-08-21T05:45:55.416Z[ host-image] Aug 21 05:45:54.902 INFO O| Aug 21 05:45:54.902 INFO O| Done
52632024-08-21T05:45:55.422Z[ recovery-image] Aug 21 05:45:54.908 INFO O| Aug 21 05:45:54.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52642024-08-21T05:45:55.422Z[ recovery-image] Aug 21 05:45:54.908 INFO O| Aug 21 05:45:54.908 INFO STEP 457 (remove_files) COMPLETE
52652024-08-21T05:45:55.425Z[ recovery-image] Aug 21 05:45:54.908 INFO O| Aug 21 05:45:54.908 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-08-21T05:45:55.433Z[ recovery-image] Aug 21 05:45:54.919 INFO O| Aug 21 05:45:54.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52672024-08-21T05:45:55.436Z[ recovery-image] Aug 21 05:45:54.920 INFO O| Aug 21 05:45:54.919 INFO STEP 458 (remove_files) COMPLETE
52682024-08-21T05:45:55.436Z[ recovery-image] Aug 21 05:45:54.920 INFO O| Aug 21 05:45:54.920 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-08-21T05:45:55.445Z[ recovery-image] Aug 21 05:45:54.930 INFO O| Aug 21 05:45:54.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52702024-08-21T05:45:55.445Z[ recovery-image] Aug 21 05:45:54.930 INFO O| Aug 21 05:45:54.930 INFO STEP 459 (remove_files) COMPLETE
52712024-08-21T05:45:55.445Z[ recovery-image] Aug 21 05:45:54.930 INFO O| Aug 21 05:45:54.930 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-21T05:45:55.454Z[ recovery-image] Aug 21 05:45:54.940 INFO O| Aug 21 05:45:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52732024-08-21T05:45:55.454Z[ recovery-image] Aug 21 05:45:54.940 INFO O| Aug 21 05:45:54.940 INFO STEP 460 (remove_files) COMPLETE
52742024-08-21T05:45:55.454Z[ recovery-image] Aug 21 05:45:54.940 INFO O| Aug 21 05:45:54.940 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-21T05:45:55.465Z[ recovery-image] Aug 21 05:45:54.950 INFO O| Aug 21 05:45:54.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52762024-08-21T05:45:55.465Z[ recovery-image] Aug 21 05:45:54.950 INFO O| Aug 21 05:45:54.950 INFO STEP 461 (remove_files) COMPLETE
52772024-08-21T05:45:55.467Z[ recovery-image] Aug 21 05:45:54.950 INFO O| Aug 21 05:45:54.950 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-21T05:45:55.474Z[ recovery-image] Aug 21 05:45:54.960 INFO O| Aug 21 05:45:54.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52792024-08-21T05:45:55.476Z[ recovery-image] Aug 21 05:45:54.960 INFO O| Aug 21 05:45:54.960 INFO STEP 462 (remove_files) COMPLETE
52802024-08-21T05:45:55.476Z[ recovery-image] Aug 21 05:45:54.960 INFO O| Aug 21 05:45:54.960 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-21T05:45:55.485Z[ recovery-image] Aug 21 05:45:54.970 INFO O| Aug 21 05:45:54.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52822024-08-21T05:45:55.487Z[ recovery-image] Aug 21 05:45:54.970 INFO O| Aug 21 05:45:54.970 INFO STEP 463 (remove_files) COMPLETE
52832024-08-21T05:45:55.487Z[ recovery-image] Aug 21 05:45:54.970 INFO O| Aug 21 05:45:54.970 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-21T05:45:55.494Z[ recovery-image] Aug 21 05:45:54.979 INFO O| Aug 21 05:45:54.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52852024-08-21T05:45:55.494Z[ recovery-image] Aug 21 05:45:54.979 INFO O| Aug 21 05:45:54.979 INFO STEP 464 (remove_files) COMPLETE
52862024-08-21T05:45:55.496Z[ recovery-image] Aug 21 05:45:54.979 INFO O| Aug 21 05:45:54.979 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-21T05:45:55.503Z[ recovery-image] Aug 21 05:45:54.989 INFO O| Aug 21 05:45:54.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52882024-08-21T05:45:55.506Z[ recovery-image] Aug 21 05:45:54.989 INFO O| Aug 21 05:45:54.989 INFO STEP 465 (remove_files) COMPLETE
52892024-08-21T05:45:55.506Z[ recovery-image] Aug 21 05:45:54.989 INFO O| Aug 21 05:45:54.989 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-21T05:45:55.513Z[ recovery-image] Aug 21 05:45:54.998 INFO O| Aug 21 05:45:54.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52912024-08-21T05:45:55.513Z[ recovery-image] Aug 21 05:45:54.999 INFO O| Aug 21 05:45:54.998 INFO STEP 466 (remove_files) COMPLETE
52922024-08-21T05:45:55.515Z[ recovery-image] Aug 21 05:45:54.999 INFO O| Aug 21 05:45:54.998 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-21T05:45:55.522Z[ recovery-image] Aug 21 05:45:55.008 INFO O| Aug 21 05:45:55.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52942024-08-21T05:45:55.522Z[ recovery-image] Aug 21 05:45:55.008 INFO O| Aug 21 05:45:55.008 INFO STEP 467 (remove_files) COMPLETE
52952024-08-21T05:45:55.526Z[ recovery-image] Aug 21 05:45:55.008 INFO O| Aug 21 05:45:55.008 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-21T05:45:55.532Z[ recovery-image] Aug 21 05:45:55.018 INFO O| Aug 21 05:45:55.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52972024-08-21T05:45:55.532Z[ recovery-image] Aug 21 05:45:55.018 INFO O| Aug 21 05:45:55.018 INFO STEP 468 (remove_files) COMPLETE
52982024-08-21T05:45:55.532Z[ recovery-image] Aug 21 05:45:55.018 INFO O| Aug 21 05:45:55.018 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-21T05:45:55.542Z[ recovery-image] Aug 21 05:45:55.027 INFO O| Aug 21 05:45:55.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53002024-08-21T05:45:55.542Z[ recovery-image] Aug 21 05:45:55.027 INFO O| Aug 21 05:45:55.027 INFO STEP 469 (remove_files) COMPLETE
53012024-08-21T05:45:55.542Z[ recovery-image] Aug 21 05:45:55.027 INFO O| Aug 21 05:45:55.027 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-21T05:45:55.552Z[ recovery-image] Aug 21 05:45:55.038 INFO O| Aug 21 05:45:55.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53032024-08-21T05:45:55.553Z[ recovery-image] Aug 21 05:45:55.038 INFO O| Aug 21 05:45:55.038 INFO STEP 470 (remove_files) COMPLETE
53042024-08-21T05:45:55.555Z[ recovery-image] Aug 21 05:45:55.038 INFO O| Aug 21 05:45:55.038 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-21T05:45:55.562Z[ recovery-image] Aug 21 05:45:55.048 INFO O| Aug 21 05:45:55.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53062024-08-21T05:45:55.562Z[ recovery-image] Aug 21 05:45:55.048 INFO O| Aug 21 05:45:55.048 INFO STEP 471 (remove_files) COMPLETE
53072024-08-21T05:45:55.565Z[ recovery-image] Aug 21 05:45:55.048 INFO O| Aug 21 05:45:55.048 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-08-21T05:45:55.572Z[ recovery-image] Aug 21 05:45:55.058 INFO O| Aug 21 05:45:55.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53092024-08-21T05:45:55.572Z[ recovery-image] Aug 21 05:45:55.058 INFO O| Aug 21 05:45:55.058 INFO STEP 472 (remove_files) COMPLETE
53102024-08-21T05:45:55.572Z[ recovery-image] Aug 21 05:45:55.058 INFO O| Aug 21 05:45:55.058 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-08-21T05:45:55.582Z[ recovery-image] Aug 21 05:45:55.068 INFO O| Aug 21 05:45:55.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53122024-08-21T05:45:55.582Z[ recovery-image] Aug 21 05:45:55.068 INFO O| Aug 21 05:45:55.068 INFO STEP 473 (remove_files) COMPLETE
53132024-08-21T05:45:55.582Z[ recovery-image] Aug 21 05:45:55.068 INFO O| Aug 21 05:45:55.068 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-08-21T05:45:55.592Z[ recovery-image] Aug 21 05:45:55.077 INFO O| Aug 21 05:45:55.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53152024-08-21T05:45:55.594Z[ recovery-image] Aug 21 05:45:55.077 INFO O| Aug 21 05:45:55.077 INFO STEP 474 (remove_files) COMPLETE
53162024-08-21T05:45:55.594Z[ recovery-image] Aug 21 05:45:55.077 INFO O| Aug 21 05:45:55.077 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-08-21T05:45:55.601Z[ recovery-image] Aug 21 05:45:55.087 INFO O| Aug 21 05:45:55.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53182024-08-21T05:45:55.602Z[ recovery-image] Aug 21 05:45:55.087 INFO O| Aug 21 05:45:55.087 INFO STEP 475 (remove_files) COMPLETE
53192024-08-21T05:45:55.602Z[ recovery-image] Aug 21 05:45:55.087 INFO O| Aug 21 05:45:55.087 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-08-21T05:45:55.611Z[ recovery-image] Aug 21 05:45:55.096 INFO O| Aug 21 05:45:55.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53212024-08-21T05:45:55.611Z[ recovery-image] Aug 21 05:45:55.097 INFO O| Aug 21 05:45:55.097 INFO STEP 476 (remove_files) COMPLETE
53222024-08-21T05:45:55.615Z[ recovery-image] Aug 21 05:45:55.097 INFO O| Aug 21 05:45:55.097 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-08-21T05:45:55.621Z[ recovery-image] Aug 21 05:45:55.106 INFO O| Aug 21 05:45:55.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53242024-08-21T05:45:55.621Z[ recovery-image] Aug 21 05:45:55.106 INFO O| Aug 21 05:45:55.106 INFO STEP 477 (remove_files) COMPLETE
53252024-08-21T05:45:55.623Z[ recovery-image] Aug 21 05:45:55.106 INFO O| Aug 21 05:45:55.106 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-08-21T05:45:55.630Z[ recovery-image] Aug 21 05:45:55.116 INFO O| Aug 21 05:45:55.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53272024-08-21T05:45:55.632Z[ recovery-image] Aug 21 05:45:55.116 INFO O| Aug 21 05:45:55.116 INFO STEP 478 (remove_files) COMPLETE
53282024-08-21T05:45:55.632Z[ recovery-image] Aug 21 05:45:55.116 INFO O| Aug 21 05:45:55.116 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-08-21T05:45:55.641Z[ recovery-image] Aug 21 05:45:55.125 INFO O| Aug 21 05:45:55.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53302024-08-21T05:45:55.641Z[ recovery-image] Aug 21 05:45:55.125 INFO O| Aug 21 05:45:55.125 INFO STEP 479 (remove_files) COMPLETE
53312024-08-21T05:45:55.643Z[ recovery-image] Aug 21 05:45:55.125 INFO O| Aug 21 05:45:55.125 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-08-21T05:45:55.650Z[ recovery-image] Aug 21 05:45:55.135 INFO O| Aug 21 05:45:55.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53332024-08-21T05:45:55.653Z[ recovery-image] Aug 21 05:45:55.135 INFO O| Aug 21 05:45:55.135 INFO STEP 480 (remove_files) COMPLETE
53342024-08-21T05:45:55.653Z[ recovery-image] Aug 21 05:45:55.135 INFO O| Aug 21 05:45:55.135 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-08-21T05:45:55.671Z[ recovery-image] Aug 21 05:45:55.156 INFO O| Aug 21 05:45:55.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53362024-08-21T05:45:55.675Z[ recovery-image] Aug 21 05:45:55.157 INFO O| Aug 21 05:45:55.156 INFO STEP 481 (remove_files) COMPLETE
53372024-08-21T05:45:55.675Z[ recovery-image] Aug 21 05:45:55.157 INFO O| Aug 21 05:45:55.157 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-08-21T05:45:55.687Z[ recovery-image] Aug 21 05:45:55.173 INFO O| Aug 21 05:45:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53392024-08-21T05:45:55.690Z[ recovery-image] Aug 21 05:45:55.174 INFO O| Aug 21 05:45:55.173 INFO STEP 482 (remove_files) COMPLETE
53402024-08-21T05:45:55.690Z[ recovery-image] Aug 21 05:45:55.174 INFO O| Aug 21 05:45:55.174 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-08-21T05:45:55.702Z[ recovery-image] Aug 21 05:45:55.187 INFO O| Aug 21 05:45:55.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53422024-08-21T05:45:55.704Z[ recovery-image] Aug 21 05:45:55.187 INFO O| Aug 21 05:45:55.187 INFO STEP 483 (remove_files) COMPLETE
53432024-08-21T05:45:55.704Z[ recovery-image] Aug 21 05:45:55.187 INFO O| Aug 21 05:45:55.187 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-08-21T05:45:55.714Z[ recovery-image] Aug 21 05:45:55.199 INFO O| Aug 21 05:45:55.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53452024-08-21T05:45:55.714Z[ recovery-image] Aug 21 05:45:55.199 INFO O| Aug 21 05:45:55.199 INFO STEP 484 (remove_files) COMPLETE
53462024-08-21T05:45:55.716Z[ recovery-image] Aug 21 05:45:55.199 INFO O| Aug 21 05:45:55.199 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-08-21T05:45:55.726Z[ recovery-image] Aug 21 05:45:55.210 INFO O| Aug 21 05:45:55.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53482024-08-21T05:45:55.726Z[ recovery-image] Aug 21 05:45:55.210 INFO O| Aug 21 05:45:55.210 INFO STEP 485 (remove_files) COMPLETE
53492024-08-21T05:45:55.726Z[ recovery-image] Aug 21 05:45:55.210 INFO O| Aug 21 05:45:55.210 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-08-21T05:45:55.734Z[ recovery-image] Aug 21 05:45:55.220 INFO O| Aug 21 05:45:55.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53512024-08-21T05:45:55.737Z[ recovery-image] Aug 21 05:45:55.220 INFO O| Aug 21 05:45:55.220 INFO STEP 486 (remove_files) COMPLETE
53522024-08-21T05:45:55.737Z[ recovery-image] Aug 21 05:45:55.220 INFO O| Aug 21 05:45:55.220 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-08-21T05:45:55.745Z[ recovery-image] Aug 21 05:45:55.230 INFO O| Aug 21 05:45:55.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53542024-08-21T05:45:55.745Z[ recovery-image] Aug 21 05:45:55.230 INFO O| Aug 21 05:45:55.230 INFO STEP 487 (remove_files) COMPLETE
53552024-08-21T05:45:55.745Z[ recovery-image] Aug 21 05:45:55.230 INFO O| Aug 21 05:45:55.230 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-08-21T05:45:55.755Z[ recovery-image] Aug 21 05:45:55.240 INFO O| Aug 21 05:45:55.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53572024-08-21T05:45:55.755Z[ recovery-image] Aug 21 05:45:55.240 INFO O| Aug 21 05:45:55.240 INFO STEP 488 (remove_files) COMPLETE
53582024-08-21T05:45:55.755Z[ recovery-image] Aug 21 05:45:55.240 INFO O| Aug 21 05:45:55.240 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-08-21T05:45:55.774Z[ recovery-image] Aug 21 05:45:55.250 INFO O| Aug 21 05:45:55.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53602024-08-21T05:45:55.779Z[ recovery-image] Aug 21 05:45:55.250 INFO O| Aug 21 05:45:55.250 INFO STEP 489 (remove_files) COMPLETE
53612024-08-21T05:45:55.779Z[ recovery-image] Aug 21 05:45:55.250 INFO O| Aug 21 05:45:55.250 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-08-21T05:45:55.779Z[ recovery-image] Aug 21 05:45:55.260 INFO O| Aug 21 05:45:55.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53632024-08-21T05:45:55.780Z[ recovery-image] Aug 21 05:45:55.260 INFO O| Aug 21 05:45:55.260 INFO STEP 490 (remove_files) COMPLETE
53642024-08-21T05:45:55.780Z[ recovery-image] Aug 21 05:45:55.260 INFO O| Aug 21 05:45:55.260 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-08-21T05:45:55.784Z[ recovery-image] Aug 21 05:45:55.269 INFO O| Aug 21 05:45:55.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53662024-08-21T05:45:55.786Z[ recovery-image] Aug 21 05:45:55.269 INFO O| Aug 21 05:45:55.269 INFO STEP 491 (remove_files) COMPLETE
53672024-08-21T05:45:55.786Z[ recovery-image] Aug 21 05:45:55.269 INFO O| Aug 21 05:45:55.269 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-08-21T05:45:55.795Z[ recovery-image] Aug 21 05:45:55.279 INFO O| Aug 21 05:45:55.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53692024-08-21T05:45:55.798Z[ recovery-image] Aug 21 05:45:55.279 INFO O| Aug 21 05:45:55.279 INFO STEP 492 (remove_files) COMPLETE
53702024-08-21T05:45:55.798Z[ recovery-image] Aug 21 05:45:55.279 INFO O| Aug 21 05:45:55.279 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-08-21T05:45:55.803Z[ recovery-image] Aug 21 05:45:55.288 INFO O| Aug 21 05:45:55.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53722024-08-21T05:45:55.803Z[ recovery-image] Aug 21 05:45:55.288 INFO O| Aug 21 05:45:55.288 INFO STEP 493 (remove_files) COMPLETE
53732024-08-21T05:45:55.805Z[ recovery-image] Aug 21 05:45:55.288 INFO O| Aug 21 05:45:55.288 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-08-21T05:45:55.813Z[ recovery-image] Aug 21 05:45:55.298 INFO O| Aug 21 05:45:55.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53752024-08-21T05:45:55.813Z[ recovery-image] Aug 21 05:45:55.298 INFO O| Aug 21 05:45:55.298 INFO STEP 494 (remove_files) COMPLETE
53762024-08-21T05:45:55.817Z[ recovery-image] Aug 21 05:45:55.298 INFO O| Aug 21 05:45:55.298 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-08-21T05:45:55.825Z[ recovery-image] Aug 21 05:45:55.307 INFO O| Aug 21 05:45:55.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53782024-08-21T05:45:55.835Z[ recovery-image] Aug 21 05:45:55.308 INFO O| Aug 21 05:45:55.307 INFO STEP 495 (remove_files) COMPLETE
53792024-08-21T05:45:55.835Z[ recovery-image] Aug 21 05:45:55.308 INFO O| Aug 21 05:45:55.308 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-08-21T05:45:55.835Z[ host-image] Aug 21 05:45:55.310 INFO O| Aug 21 05:45:55.310 INFO O| Done
53812024-08-21T05:45:55.843Z[ recovery-image] Aug 21 05:45:55.318 INFO O| Aug 21 05:45:55.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53822024-08-21T05:45:55.843Z[ recovery-image] Aug 21 05:45:55.318 INFO O| Aug 21 05:45:55.318 INFO STEP 496 (remove_files) COMPLETE
53832024-08-21T05:45:55.844Z[ recovery-image] Aug 21 05:45:55.318 INFO O| Aug 21 05:45:55.318 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-21T05:45:55.854Z[ recovery-image] Aug 21 05:45:55.327 INFO O| Aug 21 05:45:55.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53852024-08-21T05:45:55.854Z[ recovery-image] Aug 21 05:45:55.327 INFO O| Aug 21 05:45:55.327 INFO STEP 497 (remove_files) COMPLETE
53862024-08-21T05:45:55.854Z[ recovery-image] Aug 21 05:45:55.327 INFO O| Aug 21 05:45:55.327 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-21T05:45:55.871Z[ recovery-image] Aug 21 05:45:55.337 INFO O| Aug 21 05:45:55.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53882024-08-21T05:45:55.871Z[ recovery-image] Aug 21 05:45:55.337 INFO O| Aug 21 05:45:55.337 INFO STEP 498 (remove_files) COMPLETE
53892024-08-21T05:45:55.872Z[ recovery-image] Aug 21 05:45:55.337 INFO O| Aug 21 05:45:55.337 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-21T05:45:55.872Z[ recovery-image] Aug 21 05:45:55.347 INFO O| Aug 21 05:45:55.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53912024-08-21T05:45:55.872Z[ recovery-image] Aug 21 05:45:55.347 INFO O| Aug 21 05:45:55.347 INFO STEP 499 (remove_files) COMPLETE
53922024-08-21T05:45:55.872Z[ recovery-image] Aug 21 05:45:55.347 INFO O| Aug 21 05:45:55.347 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-21T05:45:55.884Z[ recovery-image] Aug 21 05:45:55.357 INFO O| Aug 21 05:45:55.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53942024-08-21T05:45:55.884Z[ recovery-image] Aug 21 05:45:55.357 INFO O| Aug 21 05:45:55.357 INFO STEP 500 (remove_files) COMPLETE
53952024-08-21T05:45:55.884Z[ recovery-image] Aug 21 05:45:55.357 INFO O| Aug 21 05:45:55.357 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-21T05:45:55.913Z[ recovery-image] Aug 21 05:45:55.367 INFO O| Aug 21 05:45:55.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53972024-08-21T05:45:55.913Z[ recovery-image] Aug 21 05:45:55.367 INFO O| Aug 21 05:45:55.367 INFO STEP 501 (remove_files) COMPLETE
53982024-08-21T05:45:55.914Z[ recovery-image] Aug 21 05:45:55.367 INFO O| Aug 21 05:45:55.367 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-21T05:45:55.948Z[ recovery-image] Aug 21 05:45:55.376 INFO O| Aug 21 05:45:55.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54002024-08-21T05:45:55.948Z[ recovery-image] Aug 21 05:45:55.376 INFO O| Aug 21 05:45:55.376 INFO STEP 502 (remove_files) COMPLETE
54012024-08-21T05:45:55.948Z[ recovery-image] Aug 21 05:45:55.376 INFO O| Aug 21 05:45:55.376 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-21T05:45:55.948Z[ recovery-image] Aug 21 05:45:55.386 INFO O| Aug 21 05:45:55.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54032024-08-21T05:45:55.949Z[ recovery-image] Aug 21 05:45:55.386 INFO O| Aug 21 05:45:55.386 INFO STEP 503 (remove_files) COMPLETE
54042024-08-21T05:45:55.949Z[ recovery-image] Aug 21 05:45:55.386 INFO O| Aug 21 05:45:55.386 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-21T05:45:55.949Z[ recovery-image] Aug 21 05:45:55.396 INFO O| Aug 21 05:45:55.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54062024-08-21T05:45:55.949Z[ recovery-image] Aug 21 05:45:55.396 INFO O| Aug 21 05:45:55.396 INFO STEP 504 (remove_files) COMPLETE
54072024-08-21T05:45:55.949Z[ recovery-image] Aug 21 05:45:55.396 INFO O| Aug 21 05:45:55.396 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-21T05:45:55.949Z[ recovery-image] Aug 21 05:45:55.406 INFO O| Aug 21 05:45:55.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54092024-08-21T05:45:55.950Z[ recovery-image] Aug 21 05:45:55.406 INFO O| Aug 21 05:45:55.406 INFO STEP 505 (remove_files) COMPLETE
54102024-08-21T05:45:55.950Z[ recovery-image] Aug 21 05:45:55.406 INFO O| Aug 21 05:45:55.406 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-21T05:45:55.950Z[ recovery-image] Aug 21 05:45:55.415 INFO O| Aug 21 05:45:55.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54122024-08-21T05:45:55.950Z[ recovery-image] Aug 21 05:45:55.416 INFO O| Aug 21 05:45:55.415 INFO STEP 506 (remove_files) COMPLETE
54132024-08-21T05:45:55.950Z[ recovery-image] Aug 21 05:45:55.416 INFO O| Aug 21 05:45:55.416 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-21T05:45:55.950Z[ recovery-image] Aug 21 05:45:55.425 INFO O| Aug 21 05:45:55.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54152024-08-21T05:45:55.950Z[ recovery-image] Aug 21 05:45:55.425 INFO O| Aug 21 05:45:55.425 INFO STEP 507 (remove_files) COMPLETE
54162024-08-21T05:45:55.951Z[ recovery-image] Aug 21 05:45:55.425 INFO O| Aug 21 05:45:55.425 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-21T05:45:55.963Z[ recovery-image] Aug 21 05:45:55.436 INFO O| Aug 21 05:45:55.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54182024-08-21T05:45:55.963Z[ recovery-image] Aug 21 05:45:55.436 INFO O| Aug 21 05:45:55.436 INFO STEP 508 (remove_files) COMPLETE
54192024-08-21T05:45:55.963Z[ recovery-image] Aug 21 05:45:55.436 INFO O| Aug 21 05:45:55.436 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-21T05:45:55.979Z[ recovery-image] Aug 21 05:45:55.445 INFO O| Aug 21 05:45:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54212024-08-21T05:45:55.979Z[ recovery-image] Aug 21 05:45:55.446 INFO O| Aug 21 05:45:55.445 INFO STEP 509 (remove_files) COMPLETE
54222024-08-21T05:45:55.979Z[ recovery-image] Aug 21 05:45:55.446 INFO O| Aug 21 05:45:55.446 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-21T05:45:55.991Z[ recovery-image] Aug 21 05:45:55.455 INFO O| Aug 21 05:45:55.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54242024-08-21T05:45:55.991Z[ recovery-image] Aug 21 05:45:55.455 INFO O| Aug 21 05:45:55.455 INFO STEP 510 (remove_files) COMPLETE
54252024-08-21T05:45:55.991Z[ recovery-image] Aug 21 05:45:55.455 INFO O| Aug 21 05:45:55.455 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-21T05:45:55.991Z[ recovery-image] Aug 21 05:45:55.465 INFO O| Aug 21 05:45:55.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54272024-08-21T05:45:55.991Z[ recovery-image] Aug 21 05:45:55.465 INFO O| Aug 21 05:45:55.465 INFO STEP 511 (remove_files) COMPLETE
54282024-08-21T05:45:55.991Z[ recovery-image] Aug 21 05:45:55.465 INFO O| Aug 21 05:45:55.465 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-21T05:45:55.998Z[ recovery-image] Aug 21 05:45:55.474 INFO O| Aug 21 05:45:55.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54302024-08-21T05:45:55.998Z[ recovery-image] Aug 21 05:45:55.474 INFO O| Aug 21 05:45:55.474 INFO STEP 512 (remove_files) COMPLETE
54312024-08-21T05:45:55.999Z[ recovery-image] Aug 21 05:45:55.474 INFO O| Aug 21 05:45:55.474 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-21T05:45:56.005Z[ recovery-image] Aug 21 05:45:55.484 INFO O| Aug 21 05:45:55.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54332024-08-21T05:45:56.005Z[ recovery-image] Aug 21 05:45:55.484 INFO O| Aug 21 05:45:55.484 INFO STEP 513 (remove_files) COMPLETE
54342024-08-21T05:45:56.005Z[ recovery-image] Aug 21 05:45:55.484 INFO O| Aug 21 05:45:55.484 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-21T05:45:56.012Z[ recovery-image] Aug 21 05:45:55.495 INFO O| Aug 21 05:45:55.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54362024-08-21T05:45:56.016Z[ recovery-image] Aug 21 05:45:55.496 INFO O| Aug 21 05:45:55.496 INFO STEP 514 (remove_files) COMPLETE
54372024-08-21T05:45:56.017Z[ recovery-image] Aug 21 05:45:55.496 INFO O| Aug 21 05:45:55.496 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-21T05:45:56.023Z[ recovery-image] Aug 21 05:45:55.507 INFO O| Aug 21 05:45:55.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54392024-08-21T05:45:56.023Z[ recovery-image] Aug 21 05:45:55.507 INFO O| Aug 21 05:45:55.507 INFO STEP 515 (remove_files) COMPLETE
54402024-08-21T05:45:56.023Z[ recovery-image] Aug 21 05:45:55.507 INFO O| Aug 21 05:45:55.507 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-21T05:45:56.034Z[ recovery-image] Aug 21 05:45:55.517 INFO O| Aug 21 05:45:55.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54422024-08-21T05:45:56.034Z[ recovery-image] Aug 21 05:45:55.517 INFO O| Aug 21 05:45:55.517 INFO STEP 516 (remove_files) COMPLETE
54432024-08-21T05:45:56.042Z[ recovery-image] Aug 21 05:45:55.517 INFO O| Aug 21 05:45:55.517 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-21T05:45:56.049Z[ recovery-image] Aug 21 05:45:55.529 INFO O| Aug 21 05:45:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54452024-08-21T05:45:56.050Z[ recovery-image] Aug 21 05:45:55.529 INFO O| Aug 21 05:45:55.529 INFO STEP 517 (remove_files) COMPLETE
54462024-08-21T05:45:56.050Z[ recovery-image] Aug 21 05:45:55.529 INFO O| Aug 21 05:45:55.529 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-21T05:45:56.054Z[ recovery-image] Aug 21 05:45:55.539 INFO O| Aug 21 05:45:55.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54482024-08-21T05:45:56.058Z[ recovery-image] Aug 21 05:45:55.539 INFO O| Aug 21 05:45:55.539 INFO STEP 518 (remove_files) COMPLETE
54492024-08-21T05:45:56.058Z[ recovery-image] Aug 21 05:45:55.539 INFO O| Aug 21 05:45:55.539 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-21T05:45:56.067Z[ recovery-image] Aug 21 05:45:55.551 INFO O| Aug 21 05:45:55.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54512024-08-21T05:45:56.068Z[ recovery-image] Aug 21 05:45:55.551 INFO O| Aug 21 05:45:55.551 INFO STEP 519 (remove_files) COMPLETE
54522024-08-21T05:45:56.076Z[ recovery-image] Aug 21 05:45:55.551 INFO O| Aug 21 05:45:55.551 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-21T05:45:56.098Z[ recovery-image] Aug 21 05:45:55.561 INFO O| Aug 21 05:45:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54542024-08-21T05:45:56.098Z[ recovery-image] Aug 21 05:45:55.561 INFO O| Aug 21 05:45:55.561 INFO STEP 520 (remove_files) COMPLETE
54552024-08-21T05:45:56.098Z[ recovery-image] Aug 21 05:45:55.561 INFO O| Aug 21 05:45:55.561 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-21T05:45:56.108Z[ recovery-image] Aug 21 05:45:55.571 INFO O| Aug 21 05:45:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54572024-08-21T05:45:56.108Z[ recovery-image] Aug 21 05:45:55.571 INFO O| Aug 21 05:45:55.571 INFO STEP 521 (remove_files) COMPLETE
54582024-08-21T05:45:56.108Z[ recovery-image] Aug 21 05:45:55.571 INFO O| Aug 21 05:45:55.571 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-21T05:45:56.108Z[ recovery-image] Aug 21 05:45:55.581 INFO O| Aug 21 05:45:55.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54602024-08-21T05:45:56.109Z[ recovery-image] Aug 21 05:45:55.581 INFO O| Aug 21 05:45:55.581 INFO STEP 522 (remove_files) COMPLETE
54612024-08-21T05:45:56.109Z[ recovery-image] Aug 21 05:45:55.582 INFO O| Aug 21 05:45:55.581 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-21T05:45:56.119Z[ recovery-image] Aug 21 05:45:55.593 INFO O| Aug 21 05:45:55.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54632024-08-21T05:45:56.120Z[ recovery-image] Aug 21 05:45:55.593 INFO O| Aug 21 05:45:55.593 INFO STEP 523 (remove_files) COMPLETE
54642024-08-21T05:45:56.120Z[ recovery-image] Aug 21 05:45:55.593 INFO O| Aug 21 05:45:55.593 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-21T05:45:56.126Z[ recovery-image] Aug 21 05:45:55.603 INFO O| Aug 21 05:45:55.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54662024-08-21T05:45:56.126Z[ recovery-image] Aug 21 05:45:55.603 INFO O| Aug 21 05:45:55.603 INFO STEP 524 (remove_files) COMPLETE
54672024-08-21T05:45:56.126Z[ recovery-image] Aug 21 05:45:55.603 INFO O| Aug 21 05:45:55.603 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-21T05:45:56.135Z[ recovery-image] Aug 21 05:45:55.614 INFO O| Aug 21 05:45:55.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54692024-08-21T05:45:56.135Z[ recovery-image] Aug 21 05:45:55.615 INFO O| Aug 21 05:45:55.614 INFO STEP 525 (remove_files) COMPLETE
54702024-08-21T05:45:56.136Z[ recovery-image] Aug 21 05:45:55.615 INFO O| Aug 21 05:45:55.615 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-21T05:45:56.144Z[ recovery-image] Aug 21 05:45:55.625 INFO O| Aug 21 05:45:55.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54722024-08-21T05:45:56.144Z[ recovery-image] Aug 21 05:45:55.625 INFO O| Aug 21 05:45:55.625 INFO STEP 526 (remove_files) COMPLETE
54732024-08-21T05:45:56.144Z[ recovery-image] Aug 21 05:45:55.625 INFO O| Aug 21 05:45:55.625 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-21T05:45:56.153Z[ recovery-image] Aug 21 05:45:55.636 INFO O| Aug 21 05:45:55.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54752024-08-21T05:45:56.158Z[ recovery-image] Aug 21 05:45:55.637 INFO O| Aug 21 05:45:55.637 INFO STEP 527 (remove_files) COMPLETE
54762024-08-21T05:45:56.158Z[ recovery-image] Aug 21 05:45:55.637 INFO O| Aug 21 05:45:55.637 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-21T05:45:56.171Z[ recovery-image] Aug 21 05:45:55.647 INFO O| Aug 21 05:45:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54782024-08-21T05:45:56.172Z[ recovery-image] Aug 21 05:45:55.647 INFO O| Aug 21 05:45:55.647 INFO STEP 528 (remove_files) COMPLETE
54792024-08-21T05:45:56.172Z[ recovery-image] Aug 21 05:45:55.647 INFO O| Aug 21 05:45:55.647 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-21T05:45:56.190Z[ recovery-image] Aug 21 05:45:55.656 INFO O| Aug 21 05:45:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54812024-08-21T05:45:56.191Z[ recovery-image] Aug 21 05:45:55.656 INFO O| Aug 21 05:45:55.656 INFO STEP 529 (remove_files) COMPLETE
54822024-08-21T05:45:56.191Z[ recovery-image] Aug 21 05:45:55.656 INFO O| Aug 21 05:45:55.656 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-21T05:45:56.200Z[ recovery-image] Aug 21 05:45:55.668 INFO O| Aug 21 05:45:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54842024-08-21T05:45:56.200Z[ recovery-image] Aug 21 05:45:55.668 INFO O| Aug 21 05:45:55.668 INFO STEP 530 (remove_files) COMPLETE
54852024-08-21T05:45:56.200Z[ recovery-image] Aug 21 05:45:55.668 INFO O| Aug 21 05:45:55.668 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-21T05:45:56.200Z[ recovery-image] Aug 21 05:45:55.680 INFO O| Aug 21 05:45:55.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54872024-08-21T05:45:56.201Z[ recovery-image] Aug 21 05:45:55.680 INFO O| Aug 21 05:45:55.680 INFO STEP 531 (remove_files) COMPLETE
54882024-08-21T05:45:56.202Z[ recovery-image] Aug 21 05:45:55.680 INFO O| Aug 21 05:45:55.680 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-21T05:45:56.211Z[ recovery-image] Aug 21 05:45:55.689 INFO O| Aug 21 05:45:55.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54902024-08-21T05:45:56.211Z[ recovery-image] Aug 21 05:45:55.689 INFO O| Aug 21 05:45:55.689 INFO STEP 532 (remove_files) COMPLETE
54912024-08-21T05:45:56.211Z[ recovery-image] Aug 21 05:45:55.690 INFO O| Aug 21 05:45:55.689 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-21T05:45:56.221Z[ recovery-image] Aug 21 05:45:55.699 INFO O| Aug 21 05:45:55.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54932024-08-21T05:45:56.221Z[ recovery-image] Aug 21 05:45:55.699 INFO O| Aug 21 05:45:55.699 INFO STEP 533 (remove_files) COMPLETE
54942024-08-21T05:45:56.221Z[ recovery-image] Aug 21 05:45:55.699 INFO O| Aug 21 05:45:55.699 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-21T05:45:56.240Z[ recovery-image] Aug 21 05:45:55.711 INFO O| Aug 21 05:45:55.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54962024-08-21T05:45:56.240Z[ recovery-image] Aug 21 05:45:55.711 INFO O| Aug 21 05:45:55.711 INFO STEP 534 (remove_files) COMPLETE
54972024-08-21T05:45:56.240Z[ recovery-image] Aug 21 05:45:55.711 INFO O| Aug 21 05:45:55.711 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-21T05:45:56.252Z[ recovery-image] Aug 21 05:45:55.721 INFO O| Aug 21 05:45:55.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54992024-08-21T05:45:56.252Z[ recovery-image] Aug 21 05:45:55.721 INFO O| Aug 21 05:45:55.721 INFO STEP 535 (remove_files) COMPLETE
55002024-08-21T05:45:56.252Z[ recovery-image] Aug 21 05:45:55.721 INFO O| Aug 21 05:45:55.721 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-21T05:45:56.252Z[ recovery-image] Aug 21 05:45:55.731 INFO O| Aug 21 05:45:55.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55022024-08-21T05:45:56.252Z[ recovery-image] Aug 21 05:45:55.731 INFO O| Aug 21 05:45:55.731 INFO STEP 536 (remove_files) COMPLETE
55032024-08-21T05:45:56.252Z[ recovery-image] Aug 21 05:45:55.731 INFO O| Aug 21 05:45:55.731 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-21T05:45:56.257Z[ recovery-image] Aug 21 05:45:55.741 INFO O| Aug 21 05:45:55.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55052024-08-21T05:45:56.257Z[ recovery-image] Aug 21 05:45:55.741 INFO O| Aug 21 05:45:55.741 INFO STEP 537 (remove_files) COMPLETE
55062024-08-21T05:45:56.257Z[ recovery-image] Aug 21 05:45:55.741 INFO O| Aug 21 05:45:55.741 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-21T05:45:56.267Z[ recovery-image] Aug 21 05:45:55.751 INFO O| Aug 21 05:45:55.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55082024-08-21T05:45:56.274Z[ recovery-image] Aug 21 05:45:55.752 INFO O| Aug 21 05:45:55.752 INFO STEP 538 (remove_files) COMPLETE
55092024-08-21T05:45:56.274Z[ recovery-image] Aug 21 05:45:55.752 INFO O| Aug 21 05:45:55.752 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-21T05:45:56.284Z[ recovery-image] Aug 21 05:45:55.764 INFO O| Aug 21 05:45:55.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55112024-08-21T05:45:56.284Z[ recovery-image] Aug 21 05:45:55.764 INFO O| Aug 21 05:45:55.764 INFO STEP 539 (remove_files) COMPLETE
55122024-08-21T05:45:56.291Z[ recovery-image] Aug 21 05:45:55.764 INFO O| Aug 21 05:45:55.764 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-21T05:45:56.291Z[ recovery-image] Aug 21 05:45:55.774 INFO O| Aug 21 05:45:55.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55142024-08-21T05:45:56.291Z[ recovery-image] Aug 21 05:45:55.774 INFO O| Aug 21 05:45:55.774 INFO STEP 540 (remove_files) COMPLETE
55152024-08-21T05:45:56.292Z[ recovery-image] Aug 21 05:45:55.774 INFO O| Aug 21 05:45:55.774 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-21T05:45:56.301Z[ recovery-image] Aug 21 05:45:55.786 INFO O| Aug 21 05:45:55.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55172024-08-21T05:45:56.301Z[ recovery-image] Aug 21 05:45:55.786 INFO O| Aug 21 05:45:55.786 INFO STEP 541 (remove_files) COMPLETE
55182024-08-21T05:45:56.301Z[ recovery-image] Aug 21 05:45:55.786 INFO O| Aug 21 05:45:55.786 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-21T05:45:56.312Z[ recovery-image] Aug 21 05:45:55.795 INFO O| Aug 21 05:45:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55202024-08-21T05:45:56.312Z[ recovery-image] Aug 21 05:45:55.796 INFO O| Aug 21 05:45:55.796 INFO STEP 542 (remove_files) COMPLETE
55212024-08-21T05:45:56.312Z[ recovery-image] Aug 21 05:45:55.796 INFO O| Aug 21 05:45:55.796 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-21T05:45:56.327Z[ recovery-image] Aug 21 05:45:55.807 INFO O| Aug 21 05:45:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55232024-08-21T05:45:56.327Z[ recovery-image] Aug 21 05:45:55.807 INFO O| Aug 21 05:45:55.807 INFO STEP 543 (remove_files) COMPLETE
55242024-08-21T05:45:56.335Z[ recovery-image] Aug 21 05:45:55.807 INFO O| Aug 21 05:45:55.807 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-21T05:45:56.335Z[ recovery-image] Aug 21 05:45:55.816 INFO O| Aug 21 05:45:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55262024-08-21T05:45:56.336Z[ recovery-image] Aug 21 05:45:55.816 INFO O| Aug 21 05:45:55.816 INFO STEP 544 (remove_files) COMPLETE
55272024-08-21T05:45:56.336Z[ recovery-image] Aug 21 05:45:55.816 INFO O| Aug 21 05:45:55.816 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-21T05:45:56.341Z[ recovery-image] Aug 21 05:45:55.826 INFO O| Aug 21 05:45:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55292024-08-21T05:45:56.348Z[ recovery-image] Aug 21 05:45:55.827 INFO O| Aug 21 05:45:55.827 INFO STEP 545 (remove_files) COMPLETE
55302024-08-21T05:45:56.348Z[ recovery-image] Aug 21 05:45:55.827 INFO O| Aug 21 05:45:55.827 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-21T05:45:56.351Z[ recovery-image] Aug 21 05:45:55.836 INFO O| Aug 21 05:45:55.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55322024-08-21T05:45:56.351Z[ recovery-image] Aug 21 05:45:55.836 INFO O| Aug 21 05:45:55.836 INFO STEP 546 (remove_files) COMPLETE
55332024-08-21T05:45:56.354Z[ recovery-image] Aug 21 05:45:55.836 INFO O| Aug 21 05:45:55.836 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-21T05:45:56.362Z[ recovery-image] Aug 21 05:45:55.846 INFO O| Aug 21 05:45:55.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55352024-08-21T05:45:56.362Z[ recovery-image] Aug 21 05:45:55.846 INFO O| Aug 21 05:45:55.846 INFO STEP 547 (remove_files) COMPLETE
55362024-08-21T05:45:56.362Z[ recovery-image] Aug 21 05:45:55.846 INFO O| Aug 21 05:45:55.846 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-21T05:45:56.371Z[ recovery-image] Aug 21 05:45:55.857 INFO O| Aug 21 05:45:55.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55382024-08-21T05:45:56.372Z[ recovery-image] Aug 21 05:45:55.857 INFO O| Aug 21 05:45:55.857 INFO STEP 548 (remove_files) COMPLETE
55392024-08-21T05:45:56.372Z[ recovery-image] Aug 21 05:45:55.857 INFO O| Aug 21 05:45:55.857 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-21T05:45:56.382Z[ recovery-image] Aug 21 05:45:55.868 INFO O| Aug 21 05:45:55.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55412024-08-21T05:45:56.382Z[ recovery-image] Aug 21 05:45:55.868 INFO O| Aug 21 05:45:55.868 INFO STEP 549 (remove_files) COMPLETE
55422024-08-21T05:45:56.385Z[ recovery-image] Aug 21 05:45:55.868 INFO O| Aug 21 05:45:55.868 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-21T05:45:56.392Z[ recovery-image] Aug 21 05:45:55.878 INFO O| Aug 21 05:45:55.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55442024-08-21T05:45:56.392Z[ recovery-image] Aug 21 05:45:55.878 INFO O| Aug 21 05:45:55.878 INFO STEP 550 (remove_files) COMPLETE
55452024-08-21T05:45:56.392Z[ recovery-image] Aug 21 05:45:55.878 INFO O| Aug 21 05:45:55.878 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-21T05:45:56.402Z[ recovery-image] Aug 21 05:45:55.887 INFO O| Aug 21 05:45:55.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55472024-08-21T05:45:56.404Z[ recovery-image] Aug 21 05:45:55.887 INFO O| Aug 21 05:45:55.887 INFO STEP 551 (remove_files) COMPLETE
55482024-08-21T05:45:56.404Z[ recovery-image] Aug 21 05:45:55.887 INFO O| Aug 21 05:45:55.887 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-21T05:45:56.412Z[ recovery-image] Aug 21 05:45:55.897 INFO O| Aug 21 05:45:55.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55502024-08-21T05:45:56.412Z[ recovery-image] Aug 21 05:45:55.897 INFO O| Aug 21 05:45:55.897 INFO STEP 552 (remove_files) COMPLETE
55512024-08-21T05:45:56.412Z[ recovery-image] Aug 21 05:45:55.897 INFO O| Aug 21 05:45:55.897 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-21T05:45:56.421Z[ recovery-image] Aug 21 05:45:55.907 INFO O| Aug 21 05:45:55.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55532024-08-21T05:45:56.421Z[ recovery-image] Aug 21 05:45:55.907 INFO O| Aug 21 05:45:55.907 INFO STEP 553 (remove_files) COMPLETE
55542024-08-21T05:45:56.424Z[ recovery-image] Aug 21 05:45:55.907 INFO O| Aug 21 05:45:55.907 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-21T05:45:56.431Z[ recovery-image] Aug 21 05:45:55.917 INFO O| Aug 21 05:45:55.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55562024-08-21T05:45:56.434Z[ recovery-image] Aug 21 05:45:55.917 INFO O| Aug 21 05:45:55.917 INFO STEP 554 (remove_files) COMPLETE
55572024-08-21T05:45:56.434Z[ recovery-image] Aug 21 05:45:55.917 INFO O| Aug 21 05:45:55.917 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-21T05:45:56.441Z[ recovery-image] Aug 21 05:45:55.926 INFO O| Aug 21 05:45:55.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55592024-08-21T05:45:56.441Z[ recovery-image] Aug 21 05:45:55.926 INFO O| Aug 21 05:45:55.926 INFO STEP 555 (remove_files) COMPLETE
55602024-08-21T05:45:56.441Z[ recovery-image] Aug 21 05:45:55.926 INFO O| Aug 21 05:45:55.926 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-21T05:45:56.451Z[ recovery-image] Aug 21 05:45:55.936 INFO O| Aug 21 05:45:55.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55622024-08-21T05:45:56.451Z[ recovery-image] Aug 21 05:45:55.936 INFO O| Aug 21 05:45:55.936 INFO STEP 556 (remove_files) COMPLETE
55632024-08-21T05:45:56.453Z[ recovery-image] Aug 21 05:45:55.936 INFO O| Aug 21 05:45:55.936 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-21T05:45:56.462Z[ recovery-image] Aug 21 05:45:55.946 INFO O| Aug 21 05:45:55.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55652024-08-21T05:45:56.469Z[ recovery-image] Aug 21 05:45:55.946 INFO O| Aug 21 05:45:55.946 INFO STEP 557 (remove_files) COMPLETE
55662024-08-21T05:45:56.469Z[ recovery-image] Aug 21 05:45:55.946 INFO O| Aug 21 05:45:55.946 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-21T05:45:56.471Z[ recovery-image] Aug 21 05:45:55.956 INFO O| Aug 21 05:45:55.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55682024-08-21T05:45:56.471Z[ recovery-image] Aug 21 05:45:55.956 INFO O| Aug 21 05:45:55.956 INFO STEP 558 (remove_files) COMPLETE
55692024-08-21T05:45:56.471Z[ recovery-image] Aug 21 05:45:55.956 INFO O| Aug 21 05:45:55.956 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-21T05:45:56.480Z[ recovery-image] Aug 21 05:45:55.966 INFO O| Aug 21 05:45:55.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55712024-08-21T05:45:56.483Z[ recovery-image] Aug 21 05:45:55.966 INFO O| Aug 21 05:45:55.966 INFO STEP 559 (remove_files) COMPLETE
55722024-08-21T05:45:56.483Z[ recovery-image] Aug 21 05:45:55.966 INFO O| Aug 21 05:45:55.966 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-21T05:45:56.490Z[ recovery-image] Aug 21 05:45:55.976 INFO O| Aug 21 05:45:55.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55742024-08-21T05:45:56.490Z[ recovery-image] Aug 21 05:45:55.976 INFO O| Aug 21 05:45:55.976 INFO STEP 560 (remove_files) COMPLETE
55752024-08-21T05:45:56.491Z[ recovery-image] Aug 21 05:45:55.976 INFO O| Aug 21 05:45:55.976 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-21T05:45:56.500Z[ recovery-image] Aug 21 05:45:55.986 INFO O| Aug 21 05:45:55.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55772024-08-21T05:45:56.500Z[ recovery-image] Aug 21 05:45:55.986 INFO O| Aug 21 05:45:55.986 INFO STEP 561 (remove_files) COMPLETE
55782024-08-21T05:45:56.502Z[ recovery-image] Aug 21 05:45:55.986 INFO O| Aug 21 05:45:55.986 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-21T05:45:56.511Z[ recovery-image] Aug 21 05:45:55.995 INFO O| Aug 21 05:45:55.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55802024-08-21T05:45:56.511Z[ recovery-image] Aug 21 05:45:55.995 INFO O| Aug 21 05:45:55.995 INFO STEP 562 (remove_files) COMPLETE
55812024-08-21T05:45:56.511Z[ recovery-image] Aug 21 05:45:55.995 INFO O| Aug 21 05:45:55.995 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-21T05:45:56.522Z[ recovery-image] Aug 21 05:45:56.006 INFO O| Aug 21 05:45:56.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55832024-08-21T05:45:56.522Z[ recovery-image] Aug 21 05:45:56.006 INFO O| Aug 21 05:45:56.006 INFO STEP 563 (remove_files) COMPLETE
55842024-08-21T05:45:56.525Z[ recovery-image] Aug 21 05:45:56.006 INFO O| Aug 21 05:45:56.006 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-21T05:45:56.532Z[ recovery-image] Aug 21 05:45:56.016 INFO O| Aug 21 05:45:56.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55862024-08-21T05:45:56.534Z[ recovery-image] Aug 21 05:45:56.016 INFO O| Aug 21 05:45:56.016 INFO STEP 564 (remove_files) COMPLETE
55872024-08-21T05:45:56.534Z[ recovery-image] Aug 21 05:45:56.016 INFO O| Aug 21 05:45:56.016 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-21T05:45:56.541Z[ recovery-image] Aug 21 05:45:56.026 INFO O| Aug 21 05:45:56.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55892024-08-21T05:45:56.541Z[ recovery-image] Aug 21 05:45:56.026 INFO O| Aug 21 05:45:56.026 INFO STEP 565 (remove_files) COMPLETE
55902024-08-21T05:45:56.541Z[ recovery-image] Aug 21 05:45:56.026 INFO O| Aug 21 05:45:56.026 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-21T05:45:56.551Z[ recovery-image] Aug 21 05:45:56.036 INFO O| Aug 21 05:45:56.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55922024-08-21T05:45:56.551Z[ recovery-image] Aug 21 05:45:56.036 INFO O| Aug 21 05:45:56.036 INFO STEP 566 (remove_files) COMPLETE
55932024-08-21T05:45:56.551Z[ recovery-image] Aug 21 05:45:56.036 INFO O| Aug 21 05:45:56.036 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-21T05:45:56.560Z[ recovery-image] Aug 21 05:45:56.046 INFO O| Aug 21 05:45:56.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55952024-08-21T05:45:56.563Z[ recovery-image] Aug 21 05:45:56.046 INFO O| Aug 21 05:45:56.046 INFO STEP 567 (remove_files) COMPLETE
55962024-08-21T05:45:56.563Z[ recovery-image] Aug 21 05:45:56.046 INFO O| Aug 21 05:45:56.046 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-21T05:45:56.570Z[ recovery-image] Aug 21 05:45:56.055 INFO O| Aug 21 05:45:56.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55982024-08-21T05:45:56.570Z[ recovery-image] Aug 21 05:45:56.056 INFO O| Aug 21 05:45:56.056 INFO STEP 568 (remove_files) COMPLETE
55992024-08-21T05:45:56.573Z[ recovery-image] Aug 21 05:45:56.056 INFO O| Aug 21 05:45:56.056 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-21T05:45:56.580Z[ recovery-image] Aug 21 05:45:56.065 INFO O| Aug 21 05:45:56.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56012024-08-21T05:45:56.580Z[ recovery-image] Aug 21 05:45:56.065 INFO O| Aug 21 05:45:56.065 INFO STEP 569 (remove_files) COMPLETE
56022024-08-21T05:45:56.582Z[ recovery-image] Aug 21 05:45:56.065 INFO O| Aug 21 05:45:56.065 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-21T05:45:56.589Z[ recovery-image] Aug 21 05:45:56.075 INFO O| Aug 21 05:45:56.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56042024-08-21T05:45:56.589Z[ recovery-image] Aug 21 05:45:56.075 INFO O| Aug 21 05:45:56.075 INFO STEP 570 (remove_files) COMPLETE
56052024-08-21T05:45:56.589Z[ recovery-image] Aug 21 05:45:56.075 INFO O| Aug 21 05:45:56.075 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-21T05:45:56.599Z[ recovery-image] Aug 21 05:45:56.084 INFO O| Aug 21 05:45:56.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56072024-08-21T05:45:56.599Z[ recovery-image] Aug 21 05:45:56.085 INFO O| Aug 21 05:45:56.085 INFO STEP 571 (remove_files) COMPLETE
56082024-08-21T05:45:56.599Z[ recovery-image] Aug 21 05:45:56.085 INFO O| Aug 21 05:45:56.085 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-21T05:45:56.609Z[ recovery-image] Aug 21 05:45:56.094 INFO O| Aug 21 05:45:56.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56102024-08-21T05:45:56.612Z[ recovery-image] Aug 21 05:45:56.094 INFO O| Aug 21 05:45:56.094 INFO STEP 572 (remove_files) COMPLETE
56112024-08-21T05:45:56.612Z[ recovery-image] Aug 21 05:45:56.094 INFO O| Aug 21 05:45:56.094 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-21T05:45:56.621Z[ recovery-image] Aug 21 05:45:56.106 INFO O| Aug 21 05:45:56.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56132024-08-21T05:45:56.621Z[ recovery-image] Aug 21 05:45:56.106 INFO O| Aug 21 05:45:56.106 INFO STEP 573 (remove_files) COMPLETE
56142024-08-21T05:45:56.624Z[ recovery-image] Aug 21 05:45:56.106 INFO O| Aug 21 05:45:56.106 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-21T05:45:56.631Z[ recovery-image] Aug 21 05:45:56.116 INFO O| Aug 21 05:45:56.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56162024-08-21T05:45:56.631Z[ recovery-image] Aug 21 05:45:56.116 INFO O| Aug 21 05:45:56.116 INFO STEP 574 (remove_files) COMPLETE
56172024-08-21T05:45:56.633Z[ recovery-image] Aug 21 05:45:56.116 INFO O| Aug 21 05:45:56.116 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-08-21T05:45:56.643Z[ recovery-image] Aug 21 05:45:56.127 INFO O| Aug 21 05:45:56.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56192024-08-21T05:45:56.643Z[ recovery-image] Aug 21 05:45:56.128 INFO O| Aug 21 05:45:56.128 INFO STEP 575 (remove_files) COMPLETE
56202024-08-21T05:45:56.647Z[ recovery-image] Aug 21 05:45:56.128 INFO O| Aug 21 05:45:56.128 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-08-21T05:45:56.656Z[ recovery-image] Aug 21 05:45:56.140 INFO O| Aug 21 05:45:56.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56222024-08-21T05:45:56.656Z[ recovery-image] Aug 21 05:45:56.140 INFO O| Aug 21 05:45:56.140 INFO STEP 576 (remove_files) COMPLETE
56232024-08-21T05:45:56.659Z[ recovery-image] Aug 21 05:45:56.140 INFO O| Aug 21 05:45:56.140 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-08-21T05:45:56.667Z[ recovery-image] Aug 21 05:45:56.151 INFO O| Aug 21 05:45:56.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56252024-08-21T05:45:56.667Z[ recovery-image] Aug 21 05:45:56.151 INFO O| Aug 21 05:45:56.151 INFO STEP 577 (remove_files) COMPLETE
56262024-08-21T05:45:56.670Z[ recovery-image] Aug 21 05:45:56.151 INFO O| Aug 21 05:45:56.151 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-08-21T05:45:56.678Z[ recovery-image] Aug 21 05:45:56.161 INFO O| Aug 21 05:45:56.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56282024-08-21T05:45:56.680Z[ recovery-image] Aug 21 05:45:56.161 INFO O| Aug 21 05:45:56.161 INFO STEP 578 (remove_files) COMPLETE
56292024-08-21T05:45:56.680Z[ recovery-image] Aug 21 05:45:56.161 INFO O| Aug 21 05:45:56.161 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-21T05:45:56.687Z[ recovery-image] Aug 21 05:45:56.171 INFO O| Aug 21 05:45:56.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56312024-08-21T05:45:56.687Z[ recovery-image] Aug 21 05:45:56.171 INFO O| Aug 21 05:45:56.171 INFO STEP 579 (remove_files) COMPLETE
56322024-08-21T05:45:56.687Z[ recovery-image] Aug 21 05:45:56.171 INFO O| Aug 21 05:45:56.171 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-21T05:45:56.695Z[ recovery-image] Aug 21 05:45:56.181 INFO O| Aug 21 05:45:56.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56342024-08-21T05:45:56.695Z[ recovery-image] Aug 21 05:45:56.181 INFO O| Aug 21 05:45:56.181 INFO STEP 580 (remove_files) COMPLETE
56352024-08-21T05:45:56.695Z[ recovery-image] Aug 21 05:45:56.181 INFO O| Aug 21 05:45:56.181 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-21T05:45:56.708Z[ recovery-image] Aug 21 05:45:56.191 INFO O| Aug 21 05:45:56.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56372024-08-21T05:45:56.708Z[ recovery-image] Aug 21 05:45:56.191 INFO O| Aug 21 05:45:56.191 INFO STEP 581 (remove_files) COMPLETE
56382024-08-21T05:45:56.711Z[ recovery-image] Aug 21 05:45:56.191 INFO O| Aug 21 05:45:56.191 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-08-21T05:45:56.722Z[ recovery-image] Aug 21 05:45:56.200 INFO O| Aug 21 05:45:56.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56402024-08-21T05:45:56.728Z[ recovery-image] Aug 21 05:45:56.200 INFO O| Aug 21 05:45:56.200 INFO STEP 582 (remove_files) COMPLETE
56412024-08-21T05:45:56.728Z[ recovery-image] Aug 21 05:45:56.200 INFO O| Aug 21 05:45:56.200 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-08-21T05:45:56.728Z[ recovery-image] Aug 21 05:45:56.210 INFO O| Aug 21 05:45:56.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56432024-08-21T05:45:56.728Z[ recovery-image] Aug 21 05:45:56.210 INFO O| Aug 21 05:45:56.210 INFO STEP 583 (remove_files) COMPLETE
56442024-08-21T05:45:56.728Z[ recovery-image] Aug 21 05:45:56.210 INFO O| Aug 21 05:45:56.210 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-08-21T05:45:56.734Z[ recovery-image] Aug 21 05:45:56.220 INFO O| Aug 21 05:45:56.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56462024-08-21T05:45:56.734Z[ recovery-image] Aug 21 05:45:56.220 INFO O| Aug 21 05:45:56.220 INFO STEP 584 (remove_files) COMPLETE
56472024-08-21T05:45:56.734Z[ recovery-image] Aug 21 05:45:56.220 INFO O| Aug 21 05:45:56.220 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-08-21T05:45:56.744Z[ recovery-image] Aug 21 05:45:56.229 INFO O| Aug 21 05:45:56.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56492024-08-21T05:45:56.744Z[ recovery-image] Aug 21 05:45:56.229 INFO O| Aug 21 05:45:56.229 INFO STEP 585 (remove_files) COMPLETE
56502024-08-21T05:45:56.746Z[ recovery-image] Aug 21 05:45:56.229 INFO O| Aug 21 05:45:56.229 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-08-21T05:45:56.755Z[ recovery-image] Aug 21 05:45:56.239 INFO O| Aug 21 05:45:56.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56522024-08-21T05:45:56.758Z[ recovery-image] Aug 21 05:45:56.239 INFO O| Aug 21 05:45:56.239 INFO STEP 586 (remove_files) COMPLETE
56532024-08-21T05:45:56.758Z[ recovery-image] Aug 21 05:45:56.239 INFO O| Aug 21 05:45:56.239 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-21T05:45:56.765Z[ recovery-image] Aug 21 05:45:56.249 INFO O| Aug 21 05:45:56.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56552024-08-21T05:45:56.765Z[ recovery-image] Aug 21 05:45:56.249 INFO O| Aug 21 05:45:56.249 INFO STEP 587 (remove_files) COMPLETE
56562024-08-21T05:45:56.765Z[ recovery-image] Aug 21 05:45:56.249 INFO O| Aug 21 05:45:56.249 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-21T05:45:56.773Z[ recovery-image] Aug 21 05:45:56.258 INFO O| Aug 21 05:45:56.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56582024-08-21T05:45:56.773Z[ recovery-image] Aug 21 05:45:56.258 INFO O| Aug 21 05:45:56.258 INFO STEP 588 (remove_files) COMPLETE
56592024-08-21T05:45:56.775Z[ recovery-image] Aug 21 05:45:56.258 INFO O| Aug 21 05:45:56.258 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-21T05:45:56.783Z[ recovery-image] Aug 21 05:45:56.268 INFO O| Aug 21 05:45:56.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56612024-08-21T05:45:56.783Z[ recovery-image] Aug 21 05:45:56.268 INFO O| Aug 21 05:45:56.268 INFO STEP 589 (remove_files) COMPLETE
56622024-08-21T05:45:56.783Z[ recovery-image] Aug 21 05:45:56.268 INFO O| Aug 21 05:45:56.268 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-21T05:45:56.792Z[ recovery-image] Aug 21 05:45:56.278 INFO O| Aug 21 05:45:56.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56642024-08-21T05:45:56.795Z[ recovery-image] Aug 21 05:45:56.279 INFO O| Aug 21 05:45:56.278 INFO STEP 590 (remove_files) COMPLETE
56652024-08-21T05:45:56.795Z[ recovery-image] Aug 21 05:45:56.279 INFO O| Aug 21 05:45:56.278 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-21T05:45:56.803Z[ recovery-image] Aug 21 05:45:56.288 INFO O| Aug 21 05:45:56.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56672024-08-21T05:45:56.806Z[ recovery-image] Aug 21 05:45:56.289 INFO O| Aug 21 05:45:56.289 INFO STEP 591 (remove_files) COMPLETE
56682024-08-21T05:45:56.806Z[ recovery-image] Aug 21 05:45:56.289 INFO O| Aug 21 05:45:56.289 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-21T05:45:56.813Z[ recovery-image] Aug 21 05:45:56.298 INFO O| Aug 21 05:45:56.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56702024-08-21T05:45:56.815Z[ recovery-image] Aug 21 05:45:56.299 INFO O| Aug 21 05:45:56.299 INFO STEP 592 (remove_files) COMPLETE
56712024-08-21T05:45:56.815Z[ recovery-image] Aug 21 05:45:56.299 INFO O| Aug 21 05:45:56.299 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-21T05:45:56.823Z[ recovery-image] Aug 21 05:45:56.309 INFO O| Aug 21 05:45:56.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56732024-08-21T05:45:56.823Z[ recovery-image] Aug 21 05:45:56.309 INFO O| Aug 21 05:45:56.309 INFO STEP 593 (remove_files) COMPLETE
56742024-08-21T05:45:56.827Z[ recovery-image] Aug 21 05:45:56.309 INFO O| Aug 21 05:45:56.309 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-21T05:45:56.834Z[ recovery-image] Aug 21 05:45:56.318 INFO O| Aug 21 05:45:56.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56762024-08-21T05:45:56.837Z[ recovery-image] Aug 21 05:45:56.319 INFO O| Aug 21 05:45:56.319 INFO STEP 594 (remove_files) COMPLETE
56772024-08-21T05:45:56.837Z[ recovery-image] Aug 21 05:45:56.319 INFO O| Aug 21 05:45:56.319 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-21T05:45:56.843Z[ recovery-image] Aug 21 05:45:56.329 INFO O| Aug 21 05:45:56.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56792024-08-21T05:45:56.844Z[ recovery-image] Aug 21 05:45:56.329 INFO O| Aug 21 05:45:56.329 INFO STEP 595 (remove_files) COMPLETE
56802024-08-21T05:45:56.844Z[ recovery-image] Aug 21 05:45:56.329 INFO O| Aug 21 05:45:56.329 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-21T05:45:56.853Z[ recovery-image] Aug 21 05:45:56.338 INFO O| Aug 21 05:45:56.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56822024-08-21T05:45:56.853Z[ recovery-image] Aug 21 05:45:56.338 INFO O| Aug 21 05:45:56.338 INFO STEP 596 (remove_files) COMPLETE
56832024-08-21T05:45:56.856Z[ recovery-image] Aug 21 05:45:56.338 INFO O| Aug 21 05:45:56.338 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-21T05:45:56.863Z[ recovery-image] Aug 21 05:45:56.348 INFO O| Aug 21 05:45:56.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56852024-08-21T05:45:56.863Z[ recovery-image] Aug 21 05:45:56.348 INFO O| Aug 21 05:45:56.348 INFO STEP 597 (remove_files) COMPLETE
56862024-08-21T05:45:56.865Z[ recovery-image] Aug 21 05:45:56.348 INFO O| Aug 21 05:45:56.348 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-21T05:45:56.872Z[ recovery-image] Aug 21 05:45:56.358 INFO O| Aug 21 05:45:56.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56882024-08-21T05:45:56.874Z[ recovery-image] Aug 21 05:45:56.358 INFO O| Aug 21 05:45:56.358 INFO STEP 598 (remove_files) COMPLETE
56892024-08-21T05:45:56.875Z[ recovery-image] Aug 21 05:45:56.358 INFO O| Aug 21 05:45:56.358 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-21T05:45:56.882Z[ recovery-image] Aug 21 05:45:56.367 INFO O| Aug 21 05:45:56.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56912024-08-21T05:45:56.882Z[ recovery-image] Aug 21 05:45:56.367 INFO O| Aug 21 05:45:56.367 INFO STEP 599 (remove_files) COMPLETE
56922024-08-21T05:45:56.884Z[ recovery-image] Aug 21 05:45:56.367 INFO O| Aug 21 05:45:56.367 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-21T05:45:56.892Z[ recovery-image] Aug 21 05:45:56.377 INFO O| Aug 21 05:45:56.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56942024-08-21T05:45:56.892Z[ recovery-image] Aug 21 05:45:56.377 INFO O| Aug 21 05:45:56.377 INFO STEP 600 (remove_files) COMPLETE
56952024-08-21T05:45:56.894Z[ recovery-image] Aug 21 05:45:56.377 INFO O| Aug 21 05:45:56.377 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-21T05:45:56.901Z[ recovery-image] Aug 21 05:45:56.386 INFO O| Aug 21 05:45:56.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56972024-08-21T05:45:56.903Z[ recovery-image] Aug 21 05:45:56.387 INFO O| Aug 21 05:45:56.386 INFO STEP 601 (remove_files) COMPLETE
56982024-08-21T05:45:56.903Z[ recovery-image] Aug 21 05:45:56.387 INFO O| Aug 21 05:45:56.386 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-21T05:45:56.911Z[ recovery-image] Aug 21 05:45:56.396 INFO O| Aug 21 05:45:56.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57002024-08-21T05:45:56.911Z[ recovery-image] Aug 21 05:45:56.396 INFO O| Aug 21 05:45:56.396 INFO STEP 602 (remove_files) COMPLETE
57012024-08-21T05:45:56.913Z[ recovery-image] Aug 21 05:45:56.396 INFO O| Aug 21 05:45:56.396 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-21T05:45:56.920Z[ recovery-image] Aug 21 05:45:56.405 INFO O| Aug 21 05:45:56.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57032024-08-21T05:45:56.920Z[ recovery-image] Aug 21 05:45:56.405 INFO O| Aug 21 05:45:56.405 INFO STEP 603 (remove_files) COMPLETE
57042024-08-21T05:45:56.922Z[ recovery-image] Aug 21 05:45:56.405 INFO O| Aug 21 05:45:56.405 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-21T05:45:56.930Z[ recovery-image] Aug 21 05:45:56.415 INFO O| Aug 21 05:45:56.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57062024-08-21T05:45:56.933Z[ recovery-image] Aug 21 05:45:56.415 INFO O| Aug 21 05:45:56.415 INFO STEP 604 (remove_files) COMPLETE
57072024-08-21T05:45:56.933Z[ recovery-image] Aug 21 05:45:56.415 INFO O| Aug 21 05:45:56.415 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-21T05:45:56.939Z[ recovery-image] Aug 21 05:45:56.425 INFO O| Aug 21 05:45:56.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57092024-08-21T05:45:56.939Z[ recovery-image] Aug 21 05:45:56.425 INFO O| Aug 21 05:45:56.425 INFO STEP 605 (remove_files) COMPLETE
57102024-08-21T05:45:56.942Z[ recovery-image] Aug 21 05:45:56.425 INFO O| Aug 21 05:45:56.425 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-21T05:45:56.950Z[ recovery-image] Aug 21 05:45:56.435 INFO O| Aug 21 05:45:56.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57122024-08-21T05:45:56.950Z[ recovery-image] Aug 21 05:45:56.435 INFO O| Aug 21 05:45:56.435 INFO STEP 606 (remove_files) COMPLETE
57132024-08-21T05:45:56.952Z[ recovery-image] Aug 21 05:45:56.435 INFO O| Aug 21 05:45:56.435 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-21T05:45:56.961Z[ recovery-image] Aug 21 05:45:56.445 INFO O| Aug 21 05:45:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57152024-08-21T05:45:56.963Z[ recovery-image] Aug 21 05:45:56.445 INFO O| Aug 21 05:45:56.445 INFO STEP 607 (remove_files) COMPLETE
57162024-08-21T05:45:56.963Z[ recovery-image] Aug 21 05:45:56.445 INFO O| Aug 21 05:45:56.445 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-21T05:45:56.969Z[ recovery-image] Aug 21 05:45:56.454 INFO O| Aug 21 05:45:56.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57182024-08-21T05:45:56.969Z[ recovery-image] Aug 21 05:45:56.455 INFO O| Aug 21 05:45:56.454 INFO STEP 608 (remove_files) COMPLETE
57192024-08-21T05:45:56.972Z[ recovery-image] Aug 21 05:45:56.455 INFO O| Aug 21 05:45:56.455 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-21T05:45:56.979Z[ recovery-image] Aug 21 05:45:56.464 INFO O| Aug 21 05:45:56.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57212024-08-21T05:45:56.981Z[ recovery-image] Aug 21 05:45:56.465 INFO O| Aug 21 05:45:56.465 INFO STEP 609 (remove_files) COMPLETE
57222024-08-21T05:45:56.981Z[ recovery-image] Aug 21 05:45:56.465 INFO O| Aug 21 05:45:56.465 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-21T05:45:56.989Z[ recovery-image] Aug 21 05:45:56.475 INFO O| Aug 21 05:45:56.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57242024-08-21T05:45:56.991Z[ recovery-image] Aug 21 05:45:56.475 INFO O| Aug 21 05:45:56.475 INFO STEP 610 (remove_files) COMPLETE
57252024-08-21T05:45:56.991Z[ recovery-image] Aug 21 05:45:56.475 INFO O| Aug 21 05:45:56.475 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-21T05:45:56.999Z[ recovery-image] Aug 21 05:45:56.484 INFO O| Aug 21 05:45:56.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57272024-08-21T05:45:57.001Z[ recovery-image] Aug 21 05:45:56.485 INFO O| Aug 21 05:45:56.485 INFO STEP 611 (remove_files) COMPLETE
57282024-08-21T05:45:57.001Z[ recovery-image] Aug 21 05:45:56.485 INFO O| Aug 21 05:45:56.485 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-21T05:45:57.009Z[ recovery-image] Aug 21 05:45:56.494 INFO O| Aug 21 05:45:56.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57302024-08-21T05:45:57.012Z[ recovery-image] Aug 21 05:45:56.495 INFO O| Aug 21 05:45:56.495 INFO STEP 612 (remove_files) COMPLETE
57312024-08-21T05:45:57.012Z[ recovery-image] Aug 21 05:45:56.495 INFO O| Aug 21 05:45:56.495 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-21T05:45:57.019Z[ recovery-image] Aug 21 05:45:56.504 INFO O| Aug 21 05:45:56.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57332024-08-21T05:45:57.019Z[ recovery-image] Aug 21 05:45:56.504 INFO O| Aug 21 05:45:56.504 INFO STEP 613 (remove_files) COMPLETE
57342024-08-21T05:45:57.023Z[ recovery-image] Aug 21 05:45:56.504 INFO O| Aug 21 05:45:56.504 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-21T05:45:57.029Z[ recovery-image] Aug 21 05:45:56.514 INFO O| Aug 21 05:45:56.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57362024-08-21T05:45:57.029Z[ recovery-image] Aug 21 05:45:56.514 INFO O| Aug 21 05:45:56.514 INFO STEP 614 (remove_files) COMPLETE
57372024-08-21T05:45:57.029Z[ recovery-image] Aug 21 05:45:56.514 INFO O| Aug 21 05:45:56.514 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-21T05:45:57.031Z[ host-image] Aug 21 05:45:56.514 INFO O| Aug 21 05:45:56.514 INFO O| Done
57392024-08-21T05:45:57.038Z[ recovery-image] Aug 21 05:45:56.524 INFO O| Aug 21 05:45:56.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57402024-08-21T05:45:57.039Z[ recovery-image] Aug 21 05:45:56.524 INFO O| Aug 21 05:45:56.524 INFO STEP 615 (remove_files) COMPLETE
57412024-08-21T05:45:57.039Z[ recovery-image] Aug 21 05:45:56.524 INFO O| Aug 21 05:45:56.524 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-08-21T05:45:57.049Z[ recovery-image] Aug 21 05:45:56.533 INFO O| Aug 21 05:45:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57432024-08-21T05:45:57.053Z[ recovery-image] Aug 21 05:45:56.534 INFO O| Aug 21 05:45:56.534 INFO STEP 616 (remove_files) COMPLETE
57442024-08-21T05:45:57.053Z[ recovery-image] Aug 21 05:45:56.534 INFO O| Aug 21 05:45:56.534 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-08-21T05:45:57.059Z[ host-image] Aug 21 05:45:56.538 INFO O| Aug 21 05:45:56.538 INFO O| Done
57462024-08-21T05:45:57.059Z[ host-image] Aug 21 05:45:56.538 INFO O| Aug 21 05:45:56.538 INFO O| Done
57472024-08-21T05:45:57.062Z[ recovery-image] Aug 21 05:45:56.543 INFO O| Aug 21 05:45:56.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57482024-08-21T05:45:57.062Z[ recovery-image] Aug 21 05:45:56.543 INFO O| Aug 21 05:45:56.543 INFO STEP 617 (remove_files) COMPLETE
57492024-08-21T05:45:57.062Z[ recovery-image] Aug 21 05:45:56.543 INFO O| Aug 21 05:45:56.543 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-21T05:45:57.067Z[ recovery-image] Aug 21 05:45:56.553 INFO O| Aug 21 05:45:56.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57512024-08-21T05:45:57.070Z[ recovery-image] Aug 21 05:45:56.553 INFO O| Aug 21 05:45:56.553 INFO STEP 618 (remove_files) COMPLETE
57522024-08-21T05:45:57.070Z[ recovery-image] Aug 21 05:45:56.553 INFO O| Aug 21 05:45:56.553 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-21T05:45:57.070Z[ host-image] Aug 21 05:45:56.553 INFO O| Aug 21 05:45:56.553 INFO O| Done
57542024-08-21T05:45:57.077Z[ recovery-image] Aug 21 05:45:56.563 INFO O| Aug 21 05:45:56.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57552024-08-21T05:45:57.077Z[ recovery-image] Aug 21 05:45:56.563 INFO O| Aug 21 05:45:56.563 INFO STEP 619 (remove_files) COMPLETE
57562024-08-21T05:45:57.080Z[ recovery-image] Aug 21 05:45:56.563 INFO O| Aug 21 05:45:56.563 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-08-21T05:45:57.088Z[ recovery-image] Aug 21 05:45:56.573 INFO O| Aug 21 05:45:56.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57582024-08-21T05:45:57.088Z[ recovery-image] Aug 21 05:45:56.573 INFO O| Aug 21 05:45:56.573 INFO STEP 620 (remove_files) COMPLETE
57592024-08-21T05:45:57.088Z[ recovery-image] Aug 21 05:45:56.573 INFO O| Aug 21 05:45:56.573 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-08-21T05:45:57.100Z[ recovery-image] Aug 21 05:45:56.585 INFO O| Aug 21 05:45:56.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57612024-08-21T05:45:57.100Z[ recovery-image] Aug 21 05:45:56.585 INFO O| Aug 21 05:45:56.585 INFO STEP 621 (remove_files) COMPLETE
57622024-08-21T05:45:57.100Z[ recovery-image] Aug 21 05:45:56.585 INFO O| Aug 21 05:45:56.585 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-08-21T05:45:57.113Z[ recovery-image] Aug 21 05:45:56.595 INFO O| Aug 21 05:45:56.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57642024-08-21T05:45:57.113Z[ recovery-image] Aug 21 05:45:56.595 INFO O| Aug 21 05:45:56.595 INFO STEP 622 (remove_files) COMPLETE
57652024-08-21T05:45:57.121Z[ recovery-image] Aug 21 05:45:56.595 INFO O| Aug 21 05:45:56.595 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-08-21T05:45:57.125Z[ recovery-image] Aug 21 05:45:56.605 INFO O| Aug 21 05:45:56.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57672024-08-21T05:45:57.125Z[ recovery-image] Aug 21 05:45:56.605 INFO O| Aug 21 05:45:56.605 INFO STEP 623 (remove_files) COMPLETE
57682024-08-21T05:45:57.125Z[ recovery-image] Aug 21 05:45:56.605 INFO O| Aug 21 05:45:56.605 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-08-21T05:45:57.131Z[ recovery-image] Aug 21 05:45:56.616 INFO O| Aug 21 05:45:56.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57702024-08-21T05:45:57.133Z[ recovery-image] Aug 21 05:45:56.616 INFO O| Aug 21 05:45:56.616 INFO STEP 624 (remove_files) COMPLETE
57712024-08-21T05:45:57.133Z[ recovery-image] Aug 21 05:45:56.616 INFO O| Aug 21 05:45:56.616 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-08-21T05:45:57.141Z[ recovery-image] Aug 21 05:45:56.626 INFO O| Aug 21 05:45:56.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57732024-08-21T05:45:57.141Z[ recovery-image] Aug 21 05:45:56.626 INFO O| Aug 21 05:45:56.626 INFO STEP 625 (remove_files) COMPLETE
57742024-08-21T05:45:57.141Z[ recovery-image] Aug 21 05:45:56.626 INFO O| Aug 21 05:45:56.626 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-08-21T05:45:57.152Z[ recovery-image] Aug 21 05:45:56.635 INFO O| Aug 21 05:45:56.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57762024-08-21T05:45:57.154Z[ recovery-image] Aug 21 05:45:56.636 INFO O| Aug 21 05:45:56.636 INFO STEP 626 (remove_files) COMPLETE
57772024-08-21T05:45:57.154Z[ recovery-image] Aug 21 05:45:56.636 INFO O| Aug 21 05:45:56.636 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-08-21T05:45:57.160Z[ recovery-image] Aug 21 05:45:56.645 INFO O| Aug 21 05:45:56.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57792024-08-21T05:45:57.163Z[ recovery-image] Aug 21 05:45:56.646 INFO O| Aug 21 05:45:56.645 INFO STEP 627 (remove_files) COMPLETE
57802024-08-21T05:45:57.163Z[ recovery-image] Aug 21 05:45:56.646 INFO O| Aug 21 05:45:56.646 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-08-21T05:45:57.168Z[ host-image] Aug 21 05:45:56.653 INFO O| Aug 21 05:45:56.653 INFO STEP 12 (pkg_install) COMPLETE
57822024-08-21T05:45:57.168Z[ host-image] Aug 21 05:45:56.653 INFO O| Aug 21 05:45:56.653 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
57832024-08-21T05:45:57.171Z[ recovery-image] Aug 21 05:45:56.655 INFO O| Aug 21 05:45:56.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57842024-08-21T05:45:57.171Z[ recovery-image] Aug 21 05:45:56.655 INFO O| Aug 21 05:45:56.655 INFO STEP 628 (remove_files) COMPLETE
57852024-08-21T05:45:57.171Z[ recovery-image] Aug 21 05:45:56.655 INFO O| Aug 21 05:45:56.655 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-21T05:45:57.179Z[ host-image] Aug 21 05:45:56.663 INFO O| Aug 21 05:45:56.663 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
57872024-08-21T05:45:57.181Z[ recovery-image] Aug 21 05:45:56.666 INFO O| Aug 21 05:45:56.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57882024-08-21T05:45:57.181Z[ recovery-image] Aug 21 05:45:56.666 INFO O| Aug 21 05:45:56.666 INFO STEP 629 (remove_files) COMPLETE
57892024-08-21T05:45:57.181Z[ recovery-image] Aug 21 05:45:56.666 INFO O| Aug 21 05:45:56.666 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-08-21T05:45:57.191Z[ recovery-image] Aug 21 05:45:56.676 INFO O| Aug 21 05:45:56.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57912024-08-21T05:45:57.193Z[ recovery-image] Aug 21 05:45:56.676 INFO O| Aug 21 05:45:56.676 INFO STEP 630 (remove_files) COMPLETE
57922024-08-21T05:45:57.193Z[ recovery-image] Aug 21 05:45:56.676 INFO O| Aug 21 05:45:56.676 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-08-21T05:45:57.201Z[ recovery-image] Aug 21 05:45:56.686 INFO O| Aug 21 05:45:56.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57942024-08-21T05:45:57.201Z[ recovery-image] Aug 21 05:45:56.686 INFO O| Aug 21 05:45:56.686 INFO STEP 631 (remove_files) COMPLETE
57952024-08-21T05:45:57.201Z[ recovery-image] Aug 21 05:45:56.686 INFO O| Aug 21 05:45:56.686 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-08-21T05:45:57.212Z[ recovery-image] Aug 21 05:45:56.695 INFO O| Aug 21 05:45:56.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57972024-08-21T05:45:57.218Z[ recovery-image] Aug 21 05:45:56.696 INFO O| Aug 21 05:45:56.696 INFO STEP 632 (remove_files) COMPLETE
57982024-08-21T05:45:57.218Z[ recovery-image] Aug 21 05:45:56.696 INFO O| Aug 21 05:45:56.696 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-08-21T05:45:57.223Z[ recovery-image] Aug 21 05:45:56.706 INFO O| Aug 21 05:45:56.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58002024-08-21T05:45:57.223Z[ recovery-image] Aug 21 05:45:56.706 INFO O| Aug 21 05:45:56.706 INFO STEP 633 (remove_files) COMPLETE
58012024-08-21T05:45:57.223Z[ recovery-image] Aug 21 05:45:56.706 INFO O| Aug 21 05:45:56.706 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-08-21T05:45:57.233Z[ recovery-image] Aug 21 05:45:56.716 INFO O| Aug 21 05:45:56.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58032024-08-21T05:45:57.233Z[ recovery-image] Aug 21 05:45:56.716 INFO O| Aug 21 05:45:56.716 INFO STEP 634 (remove_files) COMPLETE
58042024-08-21T05:45:57.233Z[ recovery-image] Aug 21 05:45:56.716 INFO O| Aug 21 05:45:56.716 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-08-21T05:45:57.243Z[ recovery-image] Aug 21 05:45:56.727 INFO O| Aug 21 05:45:56.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58062024-08-21T05:45:57.243Z[ recovery-image] Aug 21 05:45:56.727 INFO O| Aug 21 05:45:56.727 INFO STEP 635 (remove_files) COMPLETE
58072024-08-21T05:45:57.247Z[ recovery-image] Aug 21 05:45:56.727 INFO O| Aug 21 05:45:56.727 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-08-21T05:45:57.252Z[ recovery-image] Aug 21 05:45:56.737 INFO O| Aug 21 05:45:56.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58092024-08-21T05:45:57.252Z[ recovery-image] Aug 21 05:45:56.737 INFO O| Aug 21 05:45:56.737 INFO STEP 636 (remove_files) COMPLETE
58102024-08-21T05:45:57.256Z[ recovery-image] Aug 21 05:45:56.737 INFO O| Aug 21 05:45:56.737 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-08-21T05:45:57.263Z[ recovery-image] Aug 21 05:45:56.748 INFO O| Aug 21 05:45:56.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58122024-08-21T05:45:57.266Z[ recovery-image] Aug 21 05:45:56.748 INFO O| Aug 21 05:45:56.748 INFO STEP 637 (remove_files) COMPLETE
58132024-08-21T05:45:57.266Z[ recovery-image] Aug 21 05:45:56.748 INFO O| Aug 21 05:45:56.748 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-08-21T05:45:57.273Z[ recovery-image] Aug 21 05:45:56.758 INFO O| Aug 21 05:45:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58152024-08-21T05:45:57.273Z[ recovery-image] Aug 21 05:45:56.758 INFO O| Aug 21 05:45:56.758 INFO STEP 638 (remove_files) COMPLETE
58162024-08-21T05:45:57.278Z[ recovery-image] Aug 21 05:45:56.758 INFO O| Aug 21 05:45:56.758 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-21T05:45:57.283Z[ recovery-image] Aug 21 05:45:56.768 INFO O| Aug 21 05:45:56.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58182024-08-21T05:45:57.287Z[ recovery-image] Aug 21 05:45:56.768 INFO O| Aug 21 05:45:56.768 INFO STEP 639 (remove_files) COMPLETE
58192024-08-21T05:45:57.287Z[ recovery-image] Aug 21 05:45:56.768 INFO O| Aug 21 05:45:56.768 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-21T05:45:57.294Z[ recovery-image] Aug 21 05:45:56.778 INFO O| Aug 21 05:45:56.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58212024-08-21T05:45:57.294Z[ recovery-image] Aug 21 05:45:56.778 INFO O| Aug 21 05:45:56.778 INFO STEP 640 (remove_files) COMPLETE
58222024-08-21T05:45:57.298Z[ recovery-image] Aug 21 05:45:56.778 INFO O| Aug 21 05:45:56.778 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-21T05:45:57.306Z[ recovery-image] Aug 21 05:45:56.789 INFO O| Aug 21 05:45:56.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58242024-08-21T05:45:57.310Z[ recovery-image] Aug 21 05:45:56.790 INFO O| Aug 21 05:45:56.790 INFO STEP 641 (remove_files) COMPLETE
58252024-08-21T05:45:57.310Z[ recovery-image] Aug 21 05:45:56.790 INFO O| Aug 21 05:45:56.790 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-21T05:45:57.317Z[ recovery-image] Aug 21 05:45:56.801 INFO O| Aug 21 05:45:56.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58272024-08-21T05:45:57.317Z[ recovery-image] Aug 21 05:45:56.801 INFO O| Aug 21 05:45:56.801 INFO STEP 642 (remove_files) COMPLETE
58282024-08-21T05:45:57.320Z[ recovery-image] Aug 21 05:45:56.801 INFO O| Aug 21 05:45:56.801 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-21T05:45:57.331Z[ recovery-image] Aug 21 05:45:56.812 INFO O| Aug 21 05:45:56.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58302024-08-21T05:45:57.331Z[ recovery-image] Aug 21 05:45:56.812 INFO O| Aug 21 05:45:56.812 INFO STEP 643 (remove_files) COMPLETE
58312024-08-21T05:45:57.345Z[ recovery-image] Aug 21 05:45:56.812 INFO O| Aug 21 05:45:56.812 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-21T05:45:57.345Z[ recovery-image] Aug 21 05:45:56.822 INFO O| Aug 21 05:45:56.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58332024-08-21T05:45:57.345Z[ recovery-image] Aug 21 05:45:56.822 INFO O| Aug 21 05:45:56.822 INFO STEP 644 (remove_files) COMPLETE
58342024-08-21T05:45:57.345Z[ recovery-image] Aug 21 05:45:56.822 INFO O| Aug 21 05:45:56.822 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-21T05:45:57.357Z[ recovery-image] Aug 21 05:45:56.832 INFO O| Aug 21 05:45:56.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58362024-08-21T05:45:57.357Z[ recovery-image] Aug 21 05:45:56.832 INFO O| Aug 21 05:45:56.832 INFO STEP 645 (remove_files) COMPLETE
58372024-08-21T05:45:57.357Z[ recovery-image] Aug 21 05:45:56.832 INFO O| Aug 21 05:45:56.832 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-21T05:45:57.370Z[ recovery-image] Aug 21 05:45:56.842 INFO O| Aug 21 05:45:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58392024-08-21T05:45:57.370Z[ recovery-image] Aug 21 05:45:56.842 INFO O| Aug 21 05:45:56.842 INFO STEP 646 (remove_files) COMPLETE
58402024-08-21T05:45:57.371Z[ recovery-image] Aug 21 05:45:56.842 INFO O| Aug 21 05:45:56.842 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-21T05:45:57.380Z[ recovery-image] Aug 21 05:45:56.852 INFO O| Aug 21 05:45:56.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58422024-08-21T05:45:57.380Z[ recovery-image] Aug 21 05:45:56.852 INFO O| Aug 21 05:45:56.852 INFO STEP 647 (remove_files) COMPLETE
58432024-08-21T05:45:57.380Z[ recovery-image] Aug 21 05:45:56.852 INFO O| Aug 21 05:45:56.852 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-08-21T05:45:57.388Z[ recovery-image] Aug 21 05:45:56.863 INFO O| Aug 21 05:45:56.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58452024-08-21T05:45:57.388Z[ recovery-image] Aug 21 05:45:56.863 INFO O| Aug 21 05:45:56.863 INFO STEP 648 (remove_files) COMPLETE
58462024-08-21T05:45:57.388Z[ recovery-image] Aug 21 05:45:56.863 INFO O| Aug 21 05:45:56.863 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-08-21T05:45:57.397Z[ recovery-image] Aug 21 05:45:56.873 INFO O| Aug 21 05:45:56.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58482024-08-21T05:45:57.397Z[ recovery-image] Aug 21 05:45:56.873 INFO O| Aug 21 05:45:56.873 INFO STEP 649 (remove_files) COMPLETE
58492024-08-21T05:45:57.397Z[ recovery-image] Aug 21 05:45:56.873 INFO O| Aug 21 05:45:56.873 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-08-21T05:45:57.407Z[ recovery-image] Aug 21 05:45:56.883 INFO O| Aug 21 05:45:56.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58512024-08-21T05:45:57.407Z[ recovery-image] Aug 21 05:45:56.884 INFO O| Aug 21 05:45:56.884 INFO STEP 650 (remove_files) COMPLETE
58522024-08-21T05:45:57.407Z[ recovery-image] Aug 21 05:45:56.884 INFO O| Aug 21 05:45:56.884 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-08-21T05:45:57.412Z[ recovery-image] Aug 21 05:45:56.894 INFO O| Aug 21 05:45:56.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58542024-08-21T05:45:57.412Z[ recovery-image] Aug 21 05:45:56.894 INFO O| Aug 21 05:45:56.894 INFO STEP 651 (remove_files) COMPLETE
58552024-08-21T05:45:57.413Z[ recovery-image] Aug 21 05:45:56.894 INFO O| Aug 21 05:45:56.894 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-08-21T05:45:57.421Z[ recovery-image] Aug 21 05:45:56.903 INFO O| Aug 21 05:45:56.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58572024-08-21T05:45:57.422Z[ recovery-image] Aug 21 05:45:56.903 INFO O| Aug 21 05:45:56.903 INFO STEP 652 (remove_files) COMPLETE
58582024-08-21T05:45:57.429Z[ recovery-image] Aug 21 05:45:56.904 INFO O| Aug 21 05:45:56.903 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-21T05:45:57.433Z[ recovery-image] Aug 21 05:45:56.913 INFO O| Aug 21 05:45:56.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58602024-08-21T05:45:57.433Z[ recovery-image] Aug 21 05:45:56.913 INFO O| Aug 21 05:45:56.913 INFO STEP 653 (remove_files) COMPLETE
58612024-08-21T05:45:57.433Z[ recovery-image] Aug 21 05:45:56.913 INFO O| Aug 21 05:45:56.913 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-21T05:45:57.438Z[ recovery-image] Aug 21 05:45:56.923 INFO O| Aug 21 05:45:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58632024-08-21T05:45:57.439Z[ recovery-image] Aug 21 05:45:56.923 INFO O| Aug 21 05:45:56.923 INFO STEP 654 (remove_files) COMPLETE
58642024-08-21T05:45:57.442Z[ recovery-image] Aug 21 05:45:56.923 INFO O| Aug 21 05:45:56.923 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-21T05:45:57.450Z[ recovery-image] Aug 21 05:45:56.933 INFO O| Aug 21 05:45:56.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58662024-08-21T05:45:57.455Z[ recovery-image] Aug 21 05:45:56.933 INFO O| Aug 21 05:45:56.933 INFO STEP 655 (remove_files) COMPLETE
58672024-08-21T05:45:57.456Z[ recovery-image] Aug 21 05:45:56.933 INFO O| Aug 21 05:45:56.933 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-21T05:45:57.461Z[ recovery-image] Aug 21 05:45:56.943 INFO O| Aug 21 05:45:56.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58692024-08-21T05:45:57.462Z[ recovery-image] Aug 21 05:45:56.943 INFO O| Aug 21 05:45:56.943 INFO STEP 656 (remove_files) COMPLETE
58702024-08-21T05:45:57.462Z[ recovery-image] Aug 21 05:45:56.943 INFO O| Aug 21 05:45:56.943 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-21T05:45:57.468Z[ recovery-image] Aug 21 05:45:56.952 INFO O| Aug 21 05:45:56.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58722024-08-21T05:45:57.474Z[ recovery-image] Aug 21 05:45:56.953 INFO O| Aug 21 05:45:56.953 INFO STEP 657 (remove_files) COMPLETE
58732024-08-21T05:45:57.474Z[ recovery-image] Aug 21 05:45:56.953 INFO O| Aug 21 05:45:56.953 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-21T05:45:57.478Z[ recovery-image] Aug 21 05:45:56.962 INFO O| Aug 21 05:45:56.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58752024-08-21T05:45:57.478Z[ recovery-image] Aug 21 05:45:56.962 INFO O| Aug 21 05:45:56.962 INFO STEP 658 (remove_files) COMPLETE
58762024-08-21T05:45:57.478Z[ recovery-image] Aug 21 05:45:56.962 INFO O| Aug 21 05:45:56.962 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-21T05:45:57.488Z[ recovery-image] Aug 21 05:45:56.973 INFO O| Aug 21 05:45:56.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58782024-08-21T05:45:57.488Z[ recovery-image] Aug 21 05:45:56.973 INFO O| Aug 21 05:45:56.973 INFO STEP 659 (remove_files) COMPLETE
58792024-08-21T05:45:57.493Z[ recovery-image] Aug 21 05:45:56.973 INFO O| Aug 21 05:45:56.973 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-21T05:45:57.500Z[ recovery-image] Aug 21 05:45:56.982 INFO O| Aug 21 05:45:56.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58812024-08-21T05:45:57.500Z[ recovery-image] Aug 21 05:45:56.982 INFO O| Aug 21 05:45:56.982 INFO STEP 660 (remove_files) COMPLETE
58822024-08-21T05:45:57.500Z[ recovery-image] Aug 21 05:45:56.982 INFO O| Aug 21 05:45:56.982 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-08-21T05:45:57.508Z[ recovery-image] Aug 21 05:45:56.992 INFO O| Aug 21 05:45:56.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58842024-08-21T05:45:57.508Z[ recovery-image] Aug 21 05:45:56.992 INFO O| Aug 21 05:45:56.992 INFO STEP 661 (remove_files) COMPLETE
58852024-08-21T05:45:57.511Z[ recovery-image] Aug 21 05:45:56.992 INFO O| Aug 21 05:45:56.992 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-08-21T05:45:57.519Z[ recovery-image] Aug 21 05:45:57.002 INFO O| Aug 21 05:45:57.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58872024-08-21T05:45:57.519Z[ recovery-image] Aug 21 05:45:57.002 INFO O| Aug 21 05:45:57.002 INFO STEP 662 (remove_files) COMPLETE
58882024-08-21T05:45:57.519Z[ recovery-image] Aug 21 05:45:57.002 INFO O| Aug 21 05:45:57.002 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-21T05:45:57.530Z[ recovery-image] Aug 21 05:45:57.012 INFO O| Aug 21 05:45:57.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58902024-08-21T05:45:57.531Z[ recovery-image] Aug 21 05:45:57.012 INFO O| Aug 21 05:45:57.012 INFO STEP 663 (remove_files) COMPLETE
58912024-08-21T05:45:57.535Z[ recovery-image] Aug 21 05:45:57.012 INFO O| Aug 21 05:45:57.012 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-21T05:45:57.540Z[ recovery-image] Aug 21 05:45:57.022 INFO O| Aug 21 05:45:57.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58932024-08-21T05:45:57.540Z[ recovery-image] Aug 21 05:45:57.022 INFO O| Aug 21 05:45:57.022 INFO STEP 664 (remove_files) COMPLETE
58942024-08-21T05:45:57.540Z[ recovery-image] Aug 21 05:45:57.022 INFO O| Aug 21 05:45:57.022 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-21T05:45:57.548Z[ recovery-image] Aug 21 05:45:57.032 INFO O| Aug 21 05:45:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58962024-08-21T05:45:57.551Z[ recovery-image] Aug 21 05:45:57.032 INFO O| Aug 21 05:45:57.032 INFO STEP 665 (remove_files) COMPLETE
58972024-08-21T05:45:57.551Z[ recovery-image] Aug 21 05:45:57.032 INFO O| Aug 21 05:45:57.032 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-21T05:45:57.557Z[ recovery-image] Aug 21 05:45:57.042 INFO O| Aug 21 05:45:57.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58992024-08-21T05:45:57.561Z[ recovery-image] Aug 21 05:45:57.042 INFO O| Aug 21 05:45:57.042 INFO STEP 666 (remove_files) COMPLETE
59002024-08-21T05:45:57.561Z[ recovery-image] Aug 21 05:45:57.042 INFO O| Aug 21 05:45:57.042 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-21T05:45:57.567Z[ recovery-image] Aug 21 05:45:57.051 INFO O| Aug 21 05:45:57.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59022024-08-21T05:45:57.567Z[ recovery-image] Aug 21 05:45:57.051 INFO O| Aug 21 05:45:57.051 INFO STEP 667 (remove_files) COMPLETE
59032024-08-21T05:45:57.567Z[ recovery-image] Aug 21 05:45:57.051 INFO O| Aug 21 05:45:57.051 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-08-21T05:45:57.576Z[ recovery-image] Aug 21 05:45:57.061 INFO O| Aug 21 05:45:57.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59052024-08-21T05:45:57.578Z[ recovery-image] Aug 21 05:45:57.061 INFO O| Aug 21 05:45:57.061 INFO STEP 668 (remove_files) COMPLETE
59062024-08-21T05:45:57.578Z[ recovery-image] Aug 21 05:45:57.061 INFO O| Aug 21 05:45:57.061 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-08-21T05:45:57.586Z[ recovery-image] Aug 21 05:45:57.070 INFO O| Aug 21 05:45:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59082024-08-21T05:45:57.591Z[ recovery-image] Aug 21 05:45:57.071 INFO O| Aug 21 05:45:57.070 INFO STEP 669 (remove_files) COMPLETE
59092024-08-21T05:45:57.591Z[ recovery-image] Aug 21 05:45:57.071 INFO O| Aug 21 05:45:57.071 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-08-21T05:45:57.596Z[ recovery-image] Aug 21 05:45:57.080 INFO O| Aug 21 05:45:57.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59112024-08-21T05:45:57.596Z[ recovery-image] Aug 21 05:45:57.080 INFO O| Aug 21 05:45:57.080 INFO STEP 670 (remove_files) COMPLETE
59122024-08-21T05:45:57.596Z[ recovery-image] Aug 21 05:45:57.080 INFO O| Aug 21 05:45:57.080 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-08-21T05:45:57.611Z[ recovery-image] Aug 21 05:45:57.090 INFO O| Aug 21 05:45:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59142024-08-21T05:45:57.611Z[ recovery-image] Aug 21 05:45:57.090 INFO O| Aug 21 05:45:57.090 INFO STEP 671 (remove_files) COMPLETE
59152024-08-21T05:45:57.618Z[ recovery-image] Aug 21 05:45:57.090 INFO O| Aug 21 05:45:57.090 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-08-21T05:45:57.618Z[ recovery-image] Aug 21 05:45:57.099 INFO O| Aug 21 05:45:57.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59172024-08-21T05:45:57.618Z[ recovery-image] Aug 21 05:45:57.099 INFO O| Aug 21 05:45:57.099 INFO STEP 672 (remove_files) COMPLETE
59182024-08-21T05:45:57.618Z[ recovery-image] Aug 21 05:45:57.099 INFO O| Aug 21 05:45:57.099 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-08-21T05:45:57.632Z[ recovery-image] Aug 21 05:45:57.109 INFO O| Aug 21 05:45:57.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59202024-08-21T05:45:57.632Z[ recovery-image] Aug 21 05:45:57.109 INFO O| Aug 21 05:45:57.109 INFO STEP 673 (remove_files) COMPLETE
59212024-08-21T05:45:57.633Z[ recovery-image] Aug 21 05:45:57.109 INFO O| Aug 21 05:45:57.109 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-08-21T05:45:57.637Z[ recovery-image] Aug 21 05:45:57.118 INFO O| Aug 21 05:45:57.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59232024-08-21T05:45:57.637Z[ recovery-image] Aug 21 05:45:57.118 INFO O| Aug 21 05:45:57.118 INFO STEP 674 (remove_files) COMPLETE
59242024-08-21T05:45:57.637Z[ recovery-image] Aug 21 05:45:57.118 INFO O| Aug 21 05:45:57.118 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-08-21T05:45:57.643Z[ recovery-image] Aug 21 05:45:57.128 INFO O| Aug 21 05:45:57.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59262024-08-21T05:45:57.645Z[ recovery-image] Aug 21 05:45:57.128 INFO O| Aug 21 05:45:57.128 INFO STEP 675 (remove_files) COMPLETE
59272024-08-21T05:45:57.645Z[ recovery-image] Aug 21 05:45:57.128 INFO O| Aug 21 05:45:57.128 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-08-21T05:45:57.652Z[ recovery-image] Aug 21 05:45:57.137 INFO O| Aug 21 05:45:57.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59292024-08-21T05:45:57.652Z[ recovery-image] Aug 21 05:45:57.137 INFO O| Aug 21 05:45:57.137 INFO STEP 676 (remove_files) COMPLETE
59302024-08-21T05:45:57.652Z[ recovery-image] Aug 21 05:45:57.137 INFO O| Aug 21 05:45:57.137 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-08-21T05:45:57.662Z[ recovery-image] Aug 21 05:45:57.147 INFO O| Aug 21 05:45:57.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59322024-08-21T05:45:57.662Z[ recovery-image] Aug 21 05:45:57.147 INFO O| Aug 21 05:45:57.147 INFO STEP 677 (remove_files) COMPLETE
59332024-08-21T05:45:57.662Z[ recovery-image] Aug 21 05:45:57.147 INFO O| Aug 21 05:45:57.147 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-08-21T05:45:57.671Z[ recovery-image] Aug 21 05:45:57.157 INFO O| Aug 21 05:45:57.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59352024-08-21T05:45:57.671Z[ recovery-image] Aug 21 05:45:57.157 INFO O| Aug 21 05:45:57.157 INFO STEP 678 (remove_files) COMPLETE
59362024-08-21T05:45:57.671Z[ recovery-image] Aug 21 05:45:57.157 INFO O| Aug 21 05:45:57.157 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-08-21T05:45:57.681Z[ recovery-image] Aug 21 05:45:57.166 INFO O| Aug 21 05:45:57.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59382024-08-21T05:45:57.681Z[ recovery-image] Aug 21 05:45:57.166 INFO O| Aug 21 05:45:57.166 INFO STEP 679 (remove_files) COMPLETE
59392024-08-21T05:45:57.681Z[ recovery-image] Aug 21 05:45:57.166 INFO O| Aug 21 05:45:57.166 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-08-21T05:45:57.691Z[ recovery-image] Aug 21 05:45:57.176 INFO O| Aug 21 05:45:57.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59412024-08-21T05:45:57.691Z[ recovery-image] Aug 21 05:45:57.176 INFO O| Aug 21 05:45:57.176 INFO STEP 680 (remove_files) COMPLETE
59422024-08-21T05:45:57.695Z[ recovery-image] Aug 21 05:45:57.176 INFO O| Aug 21 05:45:57.176 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-08-21T05:45:57.700Z[ recovery-image] Aug 21 05:45:57.185 INFO O| Aug 21 05:45:57.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59442024-08-21T05:45:57.705Z[ recovery-image] Aug 21 05:45:57.185 INFO O| Aug 21 05:45:57.185 INFO STEP 681 (remove_files) COMPLETE
59452024-08-21T05:45:57.705Z[ recovery-image] Aug 21 05:45:57.185 INFO O| Aug 21 05:45:57.185 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-08-21T05:45:57.710Z[ recovery-image] Aug 21 05:45:57.195 INFO O| Aug 21 05:45:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59472024-08-21T05:45:57.710Z[ recovery-image] Aug 21 05:45:57.195 INFO O| Aug 21 05:45:57.195 INFO STEP 682 (remove_files) COMPLETE
59482024-08-21T05:45:57.710Z[ recovery-image] Aug 21 05:45:57.195 INFO O| Aug 21 05:45:57.195 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-08-21T05:45:57.720Z[ recovery-image] Aug 21 05:45:57.206 INFO O| Aug 21 05:45:57.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59502024-08-21T05:45:57.721Z[ recovery-image] Aug 21 05:45:57.206 INFO O| Aug 21 05:45:57.206 INFO STEP 683 (remove_files) COMPLETE
59512024-08-21T05:45:57.721Z[ recovery-image] Aug 21 05:45:57.206 INFO O| Aug 21 05:45:57.206 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-08-21T05:45:57.731Z[ recovery-image] Aug 21 05:45:57.216 INFO O| Aug 21 05:45:57.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59532024-08-21T05:45:57.735Z[ recovery-image] Aug 21 05:45:57.217 INFO O| Aug 21 05:45:57.217 INFO STEP 684 (remove_files) COMPLETE
59542024-08-21T05:45:57.735Z[ recovery-image] Aug 21 05:45:57.217 INFO O| Aug 21 05:45:57.217 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-08-21T05:45:57.743Z[ recovery-image] Aug 21 05:45:57.227 INFO O| Aug 21 05:45:57.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59562024-08-21T05:45:57.743Z[ recovery-image] Aug 21 05:45:57.227 INFO O| Aug 21 05:45:57.227 INFO STEP 685 (remove_files) COMPLETE
59572024-08-21T05:45:57.743Z[ recovery-image] Aug 21 05:45:57.227 INFO O| Aug 21 05:45:57.227 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-08-21T05:45:57.754Z[ recovery-image] Aug 21 05:45:57.237 INFO O| Aug 21 05:45:57.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59592024-08-21T05:45:57.754Z[ recovery-image] Aug 21 05:45:57.237 INFO O| Aug 21 05:45:57.237 INFO STEP 686 (remove_files) COMPLETE
59602024-08-21T05:45:57.757Z[ recovery-image] Aug 21 05:45:57.237 INFO O| Aug 21 05:45:57.237 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-08-21T05:45:57.764Z[ recovery-image] Aug 21 05:45:57.247 INFO O| Aug 21 05:45:57.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59622024-08-21T05:45:57.764Z[ recovery-image] Aug 21 05:45:57.247 INFO O| Aug 21 05:45:57.247 INFO STEP 687 (remove_files) COMPLETE
59632024-08-21T05:45:57.768Z[ recovery-image] Aug 21 05:45:57.247 INFO O| Aug 21 05:45:57.247 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-08-21T05:45:57.773Z[ recovery-image] Aug 21 05:45:57.257 INFO O| Aug 21 05:45:57.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59652024-08-21T05:45:57.773Z[ recovery-image] Aug 21 05:45:57.257 INFO O| Aug 21 05:45:57.257 INFO STEP 688 (remove_files) COMPLETE
59662024-08-21T05:45:57.773Z[ recovery-image] Aug 21 05:45:57.257 INFO O| Aug 21 05:45:57.257 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-08-21T05:45:57.783Z[ recovery-image] Aug 21 05:45:57.268 INFO O| Aug 21 05:45:57.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59682024-08-21T05:45:57.783Z[ recovery-image] Aug 21 05:45:57.268 INFO O| Aug 21 05:45:57.268 INFO STEP 689 (remove_files) COMPLETE
59692024-08-21T05:45:57.783Z[ recovery-image] Aug 21 05:45:57.268 INFO O| Aug 21 05:45:57.268 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-08-21T05:45:57.791Z[ host-image] Aug 21 05:45:57.276 INFO O| Aug 21 05:45:57.276 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
59712024-08-21T05:45:57.794Z[ recovery-image] Aug 21 05:45:57.277 INFO O| Aug 21 05:45:57.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59722024-08-21T05:45:57.794Z[ recovery-image] Aug 21 05:45:57.277 INFO O| Aug 21 05:45:57.277 INFO STEP 690 (remove_files) COMPLETE
59732024-08-21T05:45:57.795Z[ recovery-image] Aug 21 05:45:57.278 INFO O| Aug 21 05:45:57.277 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-21T05:45:57.802Z[ recovery-image] Aug 21 05:45:57.287 INFO O| Aug 21 05:45:57.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59752024-08-21T05:45:57.802Z[ recovery-image] Aug 21 05:45:57.287 INFO O| Aug 21 05:45:57.287 INFO STEP 691 (remove_files) COMPLETE
59762024-08-21T05:45:57.805Z[ recovery-image] Aug 21 05:45:57.287 INFO O| Aug 21 05:45:57.287 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-21T05:45:57.816Z[ recovery-image] Aug 21 05:45:57.296 INFO O| Aug 21 05:45:57.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59782024-08-21T05:45:57.829Z[ recovery-image] Aug 21 05:45:57.297 INFO O| Aug 21 05:45:57.297 INFO STEP 692 (remove_files) COMPLETE
59792024-08-21T05:45:57.829Z[ recovery-image] Aug 21 05:45:57.297 INFO O| Aug 21 05:45:57.297 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-21T05:45:57.850Z[ recovery-image] Aug 21 05:45:57.308 INFO O| Aug 21 05:45:57.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59812024-08-21T05:45:57.850Z[ recovery-image] Aug 21 05:45:57.308 INFO O| Aug 21 05:45:57.308 INFO STEP 693 (remove_files) COMPLETE
59822024-08-21T05:45:57.850Z[ recovery-image] Aug 21 05:45:57.308 INFO O| Aug 21 05:45:57.308 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-21T05:45:57.851Z[ recovery-image] Aug 21 05:45:57.319 INFO O| Aug 21 05:45:57.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59842024-08-21T05:45:57.851Z[ recovery-image] Aug 21 05:45:57.319 INFO O| Aug 21 05:45:57.319 INFO STEP 694 (remove_files) COMPLETE
59852024-08-21T05:45:57.851Z[ recovery-image] Aug 21 05:45:57.319 INFO O| Aug 21 05:45:57.319 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-21T05:45:57.856Z[ recovery-image] Aug 21 05:45:57.330 INFO O| Aug 21 05:45:57.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59872024-08-21T05:45:57.856Z[ recovery-image] Aug 21 05:45:57.330 INFO O| Aug 21 05:45:57.330 INFO STEP 695 (remove_files) COMPLETE
59882024-08-21T05:45:57.856Z[ recovery-image] Aug 21 05:45:57.330 INFO O| Aug 21 05:45:57.330 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-21T05:45:57.871Z[ recovery-image] Aug 21 05:45:57.340 INFO O| Aug 21 05:45:57.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59902024-08-21T05:45:57.871Z[ recovery-image] Aug 21 05:45:57.340 INFO O| Aug 21 05:45:57.340 INFO STEP 696 (remove_files) COMPLETE
59912024-08-21T05:45:57.871Z[ recovery-image] Aug 21 05:45:57.340 INFO O| Aug 21 05:45:57.340 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-21T05:45:57.879Z[ recovery-image] Aug 21 05:45:57.351 INFO O| Aug 21 05:45:57.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59932024-08-21T05:45:57.879Z[ recovery-image] Aug 21 05:45:57.351 INFO O| Aug 21 05:45:57.351 INFO STEP 697 (remove_files) COMPLETE
59942024-08-21T05:45:57.880Z[ recovery-image] Aug 21 05:45:57.351 INFO O| Aug 21 05:45:57.351 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-21T05:45:57.889Z[ recovery-image] Aug 21 05:45:57.361 INFO O| Aug 21 05:45:57.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59962024-08-21T05:45:57.889Z[ recovery-image] Aug 21 05:45:57.361 INFO O| Aug 21 05:45:57.361 INFO STEP 698 (remove_files) COMPLETE
59972024-08-21T05:45:57.890Z[ recovery-image] Aug 21 05:45:57.361 INFO O| Aug 21 05:45:57.361 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-21T05:45:57.896Z[ recovery-image] Aug 21 05:45:57.372 INFO O| Aug 21 05:45:57.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59992024-08-21T05:45:57.896Z[ recovery-image] Aug 21 05:45:57.372 INFO O| Aug 21 05:45:57.372 INFO STEP 699 (remove_files) COMPLETE
60002024-08-21T05:45:57.896Z[ recovery-image] Aug 21 05:45:57.372 INFO O| Aug 21 05:45:57.372 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-21T05:45:57.900Z[ recovery-image] Aug 21 05:45:57.384 INFO O| Aug 21 05:45:57.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60022024-08-21T05:45:57.901Z[ recovery-image] Aug 21 05:45:57.384 INFO O| Aug 21 05:45:57.384 INFO STEP 700 (remove_files) COMPLETE
60032024-08-21T05:45:57.901Z[ recovery-image] Aug 21 05:45:57.384 INFO O| Aug 21 05:45:57.384 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-21T05:45:57.911Z[ recovery-image] Aug 21 05:45:57.395 INFO O| Aug 21 05:45:57.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60052024-08-21T05:45:57.915Z[ recovery-image] Aug 21 05:45:57.395 INFO O| Aug 21 05:45:57.395 INFO STEP 701 (remove_files) COMPLETE
60062024-08-21T05:45:57.915Z[ recovery-image] Aug 21 05:45:57.395 INFO O| Aug 21 05:45:57.395 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-21T05:45:57.923Z[ recovery-image] Aug 21 05:45:57.407 INFO O| Aug 21 05:45:57.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60082024-08-21T05:45:57.923Z[ recovery-image] Aug 21 05:45:57.407 INFO O| Aug 21 05:45:57.407 INFO STEP 702 (remove_files) COMPLETE
60092024-08-21T05:45:57.923Z[ recovery-image] Aug 21 05:45:57.407 INFO O| Aug 21 05:45:57.407 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-21T05:45:57.935Z[ recovery-image] Aug 21 05:45:57.418 INFO O| Aug 21 05:45:57.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60112024-08-21T05:45:57.935Z[ recovery-image] Aug 21 05:45:57.418 INFO O| Aug 21 05:45:57.418 INFO STEP 703 (remove_files) COMPLETE
60122024-08-21T05:45:57.935Z[ recovery-image] Aug 21 05:45:57.418 INFO O| Aug 21 05:45:57.418 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-21T05:45:57.950Z[ recovery-image] Aug 21 05:45:57.430 INFO O| Aug 21 05:45:57.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60142024-08-21T05:45:57.955Z[ recovery-image] Aug 21 05:45:57.430 INFO O| Aug 21 05:45:57.430 INFO STEP 704 (remove_files) COMPLETE
60152024-08-21T05:45:57.955Z[ recovery-image] Aug 21 05:45:57.430 INFO O| Aug 21 05:45:57.430 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-21T05:45:57.960Z[ recovery-image] Aug 21 05:45:57.440 INFO O| Aug 21 05:45:57.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60172024-08-21T05:45:57.960Z[ recovery-image] Aug 21 05:45:57.440 INFO O| Aug 21 05:45:57.440 INFO STEP 705 (remove_files) COMPLETE
60182024-08-21T05:45:57.960Z[ recovery-image] Aug 21 05:45:57.440 INFO O| Aug 21 05:45:57.440 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-08-21T05:45:57.965Z[ recovery-image] Aug 21 05:45:57.449 INFO O| Aug 21 05:45:57.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60202024-08-21T05:45:57.965Z[ recovery-image] Aug 21 05:45:57.449 INFO O| Aug 21 05:45:57.449 INFO STEP 706 (remove_files) COMPLETE
60212024-08-21T05:45:57.968Z[ recovery-image] Aug 21 05:45:57.449 INFO O| Aug 21 05:45:57.449 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-08-21T05:45:57.980Z[ recovery-image] Aug 21 05:45:57.459 INFO O| Aug 21 05:45:57.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60232024-08-21T05:45:57.980Z[ recovery-image] Aug 21 05:45:57.459 INFO O| Aug 21 05:45:57.459 INFO STEP 707 (remove_files) COMPLETE
60242024-08-21T05:45:57.980Z[ recovery-image] Aug 21 05:45:57.459 INFO O| Aug 21 05:45:57.459 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-21T05:45:57.984Z[ recovery-image] Aug 21 05:45:57.469 INFO O| Aug 21 05:45:57.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60262024-08-21T05:45:57.987Z[ recovery-image] Aug 21 05:45:57.469 INFO O| Aug 21 05:45:57.469 INFO STEP 708 (remove_files) COMPLETE
60272024-08-21T05:45:57.987Z[ recovery-image] Aug 21 05:45:57.469 INFO O| Aug 21 05:45:57.469 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-21T05:45:57.994Z[ recovery-image] Aug 21 05:45:57.479 INFO O| Aug 21 05:45:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60292024-08-21T05:45:57.994Z[ recovery-image] Aug 21 05:45:57.479 INFO O| Aug 21 05:45:57.479 INFO STEP 709 (remove_files) COMPLETE
60302024-08-21T05:45:57.998Z[ recovery-image] Aug 21 05:45:57.479 INFO O| Aug 21 05:45:57.479 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-21T05:45:58.004Z[ recovery-image] Aug 21 05:45:57.489 INFO O| Aug 21 05:45:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60322024-08-21T05:45:58.004Z[ recovery-image] Aug 21 05:45:57.489 INFO O| Aug 21 05:45:57.489 INFO STEP 710 (remove_files) COMPLETE
60332024-08-21T05:45:58.007Z[ recovery-image] Aug 21 05:45:57.489 INFO O| Aug 21 05:45:57.489 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-21T05:45:58.014Z[ recovery-image] Aug 21 05:45:57.499 INFO O| Aug 21 05:45:57.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60352024-08-21T05:45:58.017Z[ recovery-image] Aug 21 05:45:57.499 INFO O| Aug 21 05:45:57.499 INFO STEP 711 (remove_files) COMPLETE
60362024-08-21T05:45:58.017Z[ recovery-image] Aug 21 05:45:57.499 INFO O| Aug 21 05:45:57.499 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-21T05:45:58.024Z[ recovery-image] Aug 21 05:45:57.509 INFO O| Aug 21 05:45:57.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60382024-08-21T05:45:58.024Z[ recovery-image] Aug 21 05:45:57.509 INFO O| Aug 21 05:45:57.509 INFO STEP 712 (remove_files) COMPLETE
60392024-08-21T05:45:58.027Z[ recovery-image] Aug 21 05:45:57.509 INFO O| Aug 21 05:45:57.509 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-21T05:45:58.034Z[ recovery-image] Aug 21 05:45:57.519 INFO O| Aug 21 05:45:57.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60412024-08-21T05:45:58.036Z[ recovery-image] Aug 21 05:45:57.519 INFO O| Aug 21 05:45:57.519 INFO STEP 713 (remove_files) COMPLETE
60422024-08-21T05:45:58.037Z[ recovery-image] Aug 21 05:45:57.519 INFO O| Aug 21 05:45:57.519 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-21T05:45:58.046Z[ recovery-image] Aug 21 05:45:57.531 INFO O| Aug 21 05:45:57.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60442024-08-21T05:45:58.046Z[ recovery-image] Aug 21 05:45:57.531 INFO O| Aug 21 05:45:57.531 INFO STEP 714 (remove_files) COMPLETE
60452024-08-21T05:45:58.046Z[ recovery-image] Aug 21 05:45:57.531 INFO O| Aug 21 05:45:57.531 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-21T05:45:58.060Z[ recovery-image] Aug 21 05:45:57.545 INFO O| Aug 21 05:45:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60472024-08-21T05:45:58.060Z[ recovery-image] Aug 21 05:45:57.545 INFO O| Aug 21 05:45:57.545 INFO STEP 715 (remove_files) COMPLETE
60482024-08-21T05:45:58.063Z[ recovery-image] Aug 21 05:45:57.545 INFO O| Aug 21 05:45:57.545 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-21T05:45:58.071Z[ recovery-image] Aug 21 05:45:57.556 INFO O| Aug 21 05:45:57.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60502024-08-21T05:45:58.071Z[ recovery-image] Aug 21 05:45:57.556 INFO O| Aug 21 05:45:57.556 INFO STEP 716 (remove_files) COMPLETE
60512024-08-21T05:45:58.074Z[ recovery-image] Aug 21 05:45:57.556 INFO O| Aug 21 05:45:57.556 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-21T05:45:58.082Z[ recovery-image] Aug 21 05:45:57.567 INFO O| Aug 21 05:45:57.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60532024-08-21T05:45:58.082Z[ recovery-image] Aug 21 05:45:57.567 INFO O| Aug 21 05:45:57.567 INFO STEP 717 (remove_files) COMPLETE
60542024-08-21T05:45:58.082Z[ recovery-image] Aug 21 05:45:57.567 INFO O| Aug 21 05:45:57.567 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-21T05:45:58.092Z[ recovery-image] Aug 21 05:45:57.577 INFO O| Aug 21 05:45:57.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60562024-08-21T05:45:58.092Z[ recovery-image] Aug 21 05:45:57.577 INFO O| Aug 21 05:45:57.577 INFO STEP 718 (remove_files) COMPLETE
60572024-08-21T05:45:58.092Z[ recovery-image] Aug 21 05:45:57.577 INFO O| Aug 21 05:45:57.577 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-21T05:45:58.102Z[ recovery-image] Aug 21 05:45:57.587 INFO O| Aug 21 05:45:57.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60592024-08-21T05:45:58.102Z[ recovery-image] Aug 21 05:45:57.587 INFO O| Aug 21 05:45:57.587 INFO STEP 719 (remove_files) COMPLETE
60602024-08-21T05:45:58.102Z[ recovery-image] Aug 21 05:45:57.587 INFO O| Aug 21 05:45:57.587 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-21T05:45:58.112Z[ recovery-image] Aug 21 05:45:57.597 INFO O| Aug 21 05:45:57.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60622024-08-21T05:45:58.112Z[ recovery-image] Aug 21 05:45:57.597 INFO O| Aug 21 05:45:57.597 INFO STEP 720 (remove_files) COMPLETE
60632024-08-21T05:45:58.114Z[ recovery-image] Aug 21 05:45:57.597 INFO O| Aug 21 05:45:57.597 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-21T05:45:58.122Z[ recovery-image] Aug 21 05:45:57.607 INFO O| Aug 21 05:45:57.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60652024-08-21T05:45:58.125Z[ recovery-image] Aug 21 05:45:57.608 INFO O| Aug 21 05:45:57.608 INFO STEP 721 (remove_files) COMPLETE
60662024-08-21T05:45:58.125Z[ recovery-image] Aug 21 05:45:57.608 INFO O| Aug 21 05:45:57.608 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-21T05:45:58.132Z[ recovery-image] Aug 21 05:45:57.617 INFO O| Aug 21 05:45:57.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60682024-08-21T05:45:58.132Z[ recovery-image] Aug 21 05:45:57.618 INFO O| Aug 21 05:45:57.617 INFO STEP 722 (remove_files) COMPLETE
60692024-08-21T05:45:58.135Z[ recovery-image] Aug 21 05:45:57.618 INFO O| Aug 21 05:45:57.617 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-21T05:45:58.142Z[ recovery-image] Aug 21 05:45:57.627 INFO O| Aug 21 05:45:57.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60712024-08-21T05:45:58.145Z[ recovery-image] Aug 21 05:45:57.627 INFO O| Aug 21 05:45:57.627 INFO STEP 723 (remove_files) COMPLETE
60722024-08-21T05:45:58.145Z[ recovery-image] Aug 21 05:45:57.628 INFO O| Aug 21 05:45:57.627 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-21T05:45:58.153Z[ recovery-image] Aug 21 05:45:57.637 INFO O| Aug 21 05:45:57.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60742024-08-21T05:45:58.155Z[ recovery-image] Aug 21 05:45:57.637 INFO O| Aug 21 05:45:57.637 INFO STEP 724 (remove_files) COMPLETE
60752024-08-21T05:45:58.155Z[ recovery-image] Aug 21 05:45:57.637 INFO O| Aug 21 05:45:57.637 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-21T05:45:58.162Z[ recovery-image] Aug 21 05:45:57.647 INFO O| Aug 21 05:45:57.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60772024-08-21T05:45:58.165Z[ recovery-image] Aug 21 05:45:57.647 INFO O| Aug 21 05:45:57.647 INFO STEP 725 (remove_files) COMPLETE
60782024-08-21T05:45:58.165Z[ recovery-image] Aug 21 05:45:57.647 INFO O| Aug 21 05:45:57.647 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-21T05:45:58.172Z[ recovery-image] Aug 21 05:45:57.657 INFO O| Aug 21 05:45:57.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60802024-08-21T05:45:58.172Z[ recovery-image] Aug 21 05:45:57.657 INFO O| Aug 21 05:45:57.657 INFO STEP 726 (remove_files) COMPLETE
60812024-08-21T05:45:58.175Z[ recovery-image] Aug 21 05:45:57.657 INFO O| Aug 21 05:45:57.657 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-21T05:45:58.183Z[ recovery-image] Aug 21 05:45:57.668 INFO O| Aug 21 05:45:57.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60832024-08-21T05:45:58.183Z[ recovery-image] Aug 21 05:45:57.669 INFO O| Aug 21 05:45:57.669 INFO STEP 727 (remove_files) COMPLETE
60842024-08-21T05:45:58.186Z[ recovery-image] Aug 21 05:45:57.669 INFO O| Aug 21 05:45:57.669 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-21T05:45:58.194Z[ recovery-image] Aug 21 05:45:57.679 INFO O| Aug 21 05:45:57.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60862024-08-21T05:45:58.196Z[ recovery-image] Aug 21 05:45:57.679 INFO O| Aug 21 05:45:57.679 INFO STEP 728 (remove_files) COMPLETE
60872024-08-21T05:45:58.197Z[ recovery-image] Aug 21 05:45:57.679 INFO O| Aug 21 05:45:57.679 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-21T05:45:58.210Z[ recovery-image] Aug 21 05:45:57.690 INFO O| Aug 21 05:45:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60892024-08-21T05:45:58.210Z[ recovery-image] Aug 21 05:45:57.690 INFO O| Aug 21 05:45:57.690 INFO STEP 729 (remove_files) COMPLETE
60902024-08-21T05:45:58.212Z[ recovery-image] Aug 21 05:45:57.690 INFO O| Aug 21 05:45:57.690 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-21T05:45:58.216Z[ recovery-image] Aug 21 05:45:57.701 INFO O| Aug 21 05:45:57.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60922024-08-21T05:45:58.218Z[ recovery-image] Aug 21 05:45:57.701 INFO O| Aug 21 05:45:57.701 INFO STEP 730 (remove_files) COMPLETE
60932024-08-21T05:45:58.218Z[ recovery-image] Aug 21 05:45:57.701 INFO O| Aug 21 05:45:57.701 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-21T05:45:58.227Z[ recovery-image] Aug 21 05:45:57.712 INFO O| Aug 21 05:45:57.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60952024-08-21T05:45:58.227Z[ recovery-image] Aug 21 05:45:57.713 INFO O| Aug 21 05:45:57.712 INFO STEP 731 (remove_files) COMPLETE
60962024-08-21T05:45:58.230Z[ recovery-image] Aug 21 05:45:57.713 INFO O| Aug 21 05:45:57.712 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-21T05:45:58.238Z[ recovery-image] Aug 21 05:45:57.723 INFO O| Aug 21 05:45:57.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60982024-08-21T05:45:58.238Z[ recovery-image] Aug 21 05:45:57.723 INFO O| Aug 21 05:45:57.723 INFO STEP 732 (remove_files) COMPLETE
60992024-08-21T05:45:58.241Z[ recovery-image] Aug 21 05:45:57.723 INFO O| Aug 21 05:45:57.723 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-21T05:45:58.248Z[ recovery-image] Aug 21 05:45:57.734 INFO O| Aug 21 05:45:57.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61012024-08-21T05:45:58.249Z[ recovery-image] Aug 21 05:45:57.734 INFO O| Aug 21 05:45:57.734 INFO STEP 733 (remove_files) COMPLETE
61022024-08-21T05:45:58.249Z[ recovery-image] Aug 21 05:45:57.734 INFO O| Aug 21 05:45:57.734 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-21T05:45:58.261Z[ recovery-image] Aug 21 05:45:57.744 INFO O| Aug 21 05:45:57.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61042024-08-21T05:45:58.261Z[ recovery-image] Aug 21 05:45:57.744 INFO O| Aug 21 05:45:57.744 INFO STEP 734 (remove_files) COMPLETE
61052024-08-21T05:45:58.261Z[ recovery-image] Aug 21 05:45:57.744 INFO O| Aug 21 05:45:57.744 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-21T05:45:58.271Z[ recovery-image] Aug 21 05:45:57.756 INFO O| Aug 21 05:45:57.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61072024-08-21T05:45:58.271Z[ recovery-image] Aug 21 05:45:57.756 INFO O| Aug 21 05:45:57.756 INFO STEP 735 (remove_files) COMPLETE
61082024-08-21T05:45:58.274Z[ recovery-image] Aug 21 05:45:57.756 INFO O| Aug 21 05:45:57.756 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-21T05:45:58.282Z[ recovery-image] Aug 21 05:45:57.767 INFO O| Aug 21 05:45:57.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61102024-08-21T05:45:58.282Z[ recovery-image] Aug 21 05:45:57.767 INFO O| Aug 21 05:45:57.767 INFO STEP 736 (remove_files) COMPLETE
61112024-08-21T05:45:58.284Z[ recovery-image] Aug 21 05:45:57.767 INFO O| Aug 21 05:45:57.767 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-21T05:45:58.292Z[ recovery-image] Aug 21 05:45:57.777 INFO O| Aug 21 05:45:57.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61132024-08-21T05:45:58.292Z[ recovery-image] Aug 21 05:45:57.777 INFO O| Aug 21 05:45:57.777 INFO STEP 737 (remove_files) COMPLETE
61142024-08-21T05:45:58.292Z[ recovery-image] Aug 21 05:45:57.777 INFO O| Aug 21 05:45:57.777 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-21T05:45:58.302Z[ recovery-image] Aug 21 05:45:57.787 INFO O| Aug 21 05:45:57.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61162024-08-21T05:45:58.304Z[ recovery-image] Aug 21 05:45:57.787 INFO O| Aug 21 05:45:57.787 INFO STEP 738 (remove_files) COMPLETE
61172024-08-21T05:45:58.304Z[ recovery-image] Aug 21 05:45:57.787 INFO O| Aug 21 05:45:57.787 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-21T05:45:58.312Z[ recovery-image] Aug 21 05:45:57.797 INFO O| Aug 21 05:45:57.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61192024-08-21T05:45:58.312Z[ recovery-image] Aug 21 05:45:57.797 INFO O| Aug 21 05:45:57.797 INFO STEP 739 (remove_files) COMPLETE
61202024-08-21T05:45:58.312Z[ recovery-image] Aug 21 05:45:57.797 INFO O| Aug 21 05:45:57.797 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-21T05:45:58.321Z[ recovery-image] Aug 21 05:45:57.806 INFO O| Aug 21 05:45:57.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61222024-08-21T05:45:58.324Z[ recovery-image] Aug 21 05:45:57.806 INFO O| Aug 21 05:45:57.806 INFO STEP 740 (remove_files) COMPLETE
61232024-08-21T05:45:58.324Z[ recovery-image] Aug 21 05:45:57.806 INFO O| Aug 21 05:45:57.806 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-21T05:45:58.331Z[ recovery-image] Aug 21 05:45:57.816 INFO O| Aug 21 05:45:57.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61252024-08-21T05:45:58.334Z[ recovery-image] Aug 21 05:45:57.816 INFO O| Aug 21 05:45:57.816 INFO STEP 741 (remove_files) COMPLETE
61262024-08-21T05:45:58.334Z[ recovery-image] Aug 21 05:45:57.816 INFO O| Aug 21 05:45:57.816 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-21T05:45:58.341Z[ recovery-image] Aug 21 05:45:57.826 INFO O| Aug 21 05:45:57.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61282024-08-21T05:45:58.341Z[ recovery-image] Aug 21 05:45:57.826 INFO O| Aug 21 05:45:57.826 INFO STEP 742 (remove_files) COMPLETE
61292024-08-21T05:45:58.341Z[ recovery-image] Aug 21 05:45:57.826 INFO O| Aug 21 05:45:57.826 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-21T05:45:58.350Z[ recovery-image] Aug 21 05:45:57.835 INFO O| Aug 21 05:45:57.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61312024-08-21T05:45:58.353Z[ recovery-image] Aug 21 05:45:57.835 INFO O| Aug 21 05:45:57.835 INFO STEP 743 (remove_files) COMPLETE
61322024-08-21T05:45:58.353Z[ recovery-image] Aug 21 05:45:57.835 INFO O| Aug 21 05:45:57.835 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-21T05:45:58.360Z[ recovery-image] Aug 21 05:45:57.845 INFO O| Aug 21 05:45:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61342024-08-21T05:45:58.360Z[ recovery-image] Aug 21 05:45:57.845 INFO O| Aug 21 05:45:57.845 INFO STEP 744 (remove_files) COMPLETE
61352024-08-21T05:45:58.360Z[ recovery-image] Aug 21 05:45:57.845 INFO O| Aug 21 05:45:57.845 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-21T05:45:58.371Z[ recovery-image] Aug 21 05:45:57.855 INFO O| Aug 21 05:45:57.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61372024-08-21T05:45:58.371Z[ recovery-image] Aug 21 05:45:57.855 INFO O| Aug 21 05:45:57.855 INFO STEP 745 (remove_files) COMPLETE
61382024-08-21T05:45:58.376Z[ recovery-image] Aug 21 05:45:57.855 INFO O| Aug 21 05:45:57.855 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-21T05:45:58.379Z[ recovery-image] Aug 21 05:45:57.864 INFO O| Aug 21 05:45:57.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61402024-08-21T05:45:58.379Z[ recovery-image] Aug 21 05:45:57.864 INFO O| Aug 21 05:45:57.864 INFO STEP 746 (remove_files) COMPLETE
61412024-08-21T05:45:58.383Z[ recovery-image] Aug 21 05:45:57.864 INFO O| Aug 21 05:45:57.864 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-21T05:45:58.389Z[ recovery-image] Aug 21 05:45:57.874 INFO O| Aug 21 05:45:57.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61432024-08-21T05:45:58.389Z[ recovery-image] Aug 21 05:45:57.874 INFO O| Aug 21 05:45:57.874 INFO STEP 747 (remove_files) COMPLETE
61442024-08-21T05:45:58.393Z[ recovery-image] Aug 21 05:45:57.874 INFO O| Aug 21 05:45:57.874 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-21T05:45:58.399Z[ recovery-image] Aug 21 05:45:57.884 INFO O| Aug 21 05:45:57.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61462024-08-21T05:45:58.399Z[ recovery-image] Aug 21 05:45:57.884 INFO O| Aug 21 05:45:57.884 INFO STEP 748 (remove_files) COMPLETE
61472024-08-21T05:45:58.399Z[ recovery-image] Aug 21 05:45:57.884 INFO O| Aug 21 05:45:57.884 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-21T05:45:58.411Z[ recovery-image] Aug 21 05:45:57.895 INFO O| Aug 21 05:45:57.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61492024-08-21T05:45:58.411Z[ recovery-image] Aug 21 05:45:57.896 INFO O| Aug 21 05:45:57.896 INFO STEP 749 (remove_files) COMPLETE
61502024-08-21T05:45:58.414Z[ recovery-image] Aug 21 05:45:57.896 INFO O| Aug 21 05:45:57.896 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-21T05:45:58.421Z[ recovery-image] Aug 21 05:45:57.906 INFO O| Aug 21 05:45:57.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61522024-08-21T05:45:58.421Z[ recovery-image] Aug 21 05:45:57.906 INFO O| Aug 21 05:45:57.906 INFO STEP 750 (remove_files) COMPLETE
61532024-08-21T05:45:58.421Z[ recovery-image] Aug 21 05:45:57.906 INFO O| Aug 21 05:45:57.906 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-08-21T05:45:58.432Z[ recovery-image] Aug 21 05:45:57.916 INFO O| Aug 21 05:45:57.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61552024-08-21T05:45:58.432Z[ recovery-image] Aug 21 05:45:57.917 INFO O| Aug 21 05:45:57.917 INFO STEP 751 (remove_files) COMPLETE
61562024-08-21T05:45:58.436Z[ recovery-image] Aug 21 05:45:57.917 INFO O| Aug 21 05:45:57.917 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-08-21T05:45:58.444Z[ recovery-image] Aug 21 05:45:57.928 INFO O| Aug 21 05:45:57.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61582024-08-21T05:45:58.444Z[ recovery-image] Aug 21 05:45:57.928 INFO O| Aug 21 05:45:57.928 INFO STEP 752 (remove_files) COMPLETE
61592024-08-21T05:45:58.444Z[ recovery-image] Aug 21 05:45:57.928 INFO O| Aug 21 05:45:57.928 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-08-21T05:45:58.456Z[ recovery-image] Aug 21 05:45:57.940 INFO O| Aug 21 05:45:57.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61612024-08-21T05:45:58.456Z[ recovery-image] Aug 21 05:45:57.940 INFO O| Aug 21 05:45:57.940 INFO STEP 753 (remove_files) COMPLETE
61622024-08-21T05:45:58.456Z[ recovery-image] Aug 21 05:45:57.940 INFO O| Aug 21 05:45:57.940 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-21T05:45:58.469Z[ recovery-image] Aug 21 05:45:57.953 INFO O| Aug 21 05:45:57.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61642024-08-21T05:45:58.469Z[ recovery-image] Aug 21 05:45:57.953 INFO O| Aug 21 05:45:57.953 INFO STEP 754 (remove_files) COMPLETE
61652024-08-21T05:45:58.469Z[ recovery-image] Aug 21 05:45:57.953 INFO O| Aug 21 05:45:57.953 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-21T05:45:58.480Z[ recovery-image] Aug 21 05:45:57.964 INFO O| Aug 21 05:45:57.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61672024-08-21T05:45:58.480Z[ recovery-image] Aug 21 05:45:57.964 INFO O| Aug 21 05:45:57.964 INFO STEP 755 (remove_files) COMPLETE
61682024-08-21T05:45:58.486Z[ recovery-image] Aug 21 05:45:57.964 INFO O| Aug 21 05:45:57.964 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-21T05:45:58.489Z[ recovery-image] Aug 21 05:45:57.974 INFO O| Aug 21 05:45:57.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61702024-08-21T05:45:58.489Z[ recovery-image] Aug 21 05:45:57.974 INFO O| Aug 21 05:45:57.974 INFO STEP 756 (remove_files) COMPLETE
61712024-08-21T05:45:58.489Z[ recovery-image] Aug 21 05:45:57.974 INFO O| Aug 21 05:45:57.974 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-21T05:45:58.499Z[ recovery-image] Aug 21 05:45:57.984 INFO O| Aug 21 05:45:57.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61732024-08-21T05:45:58.499Z[ recovery-image] Aug 21 05:45:57.984 INFO O| Aug 21 05:45:57.984 INFO STEP 757 (remove_files) COMPLETE
61742024-08-21T05:45:58.501Z[ recovery-image] Aug 21 05:45:57.984 INFO O| Aug 21 05:45:57.984 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-21T05:45:58.509Z[ recovery-image] Aug 21 05:45:57.994 INFO O| Aug 21 05:45:57.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61762024-08-21T05:45:58.512Z[ recovery-image] Aug 21 05:45:57.994 INFO O| Aug 21 05:45:57.994 INFO STEP 758 (remove_files) COMPLETE
61772024-08-21T05:45:58.512Z[ recovery-image] Aug 21 05:45:57.994 INFO O| Aug 21 05:45:57.994 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-21T05:45:58.520Z[ recovery-image] Aug 21 05:45:58.005 INFO O| Aug 21 05:45:58.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61792024-08-21T05:45:58.520Z[ recovery-image] Aug 21 05:45:58.005 INFO O| Aug 21 05:45:58.005 INFO STEP 759 (remove_files) COMPLETE
61802024-08-21T05:45:58.523Z[ recovery-image] Aug 21 05:45:58.005 INFO O| Aug 21 05:45:58.005 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-21T05:45:58.530Z[ recovery-image] Aug 21 05:45:58.015 INFO O| Aug 21 05:45:58.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61822024-08-21T05:45:58.530Z[ recovery-image] Aug 21 05:45:58.015 INFO O| Aug 21 05:45:58.015 INFO STEP 760 (remove_files) COMPLETE
61832024-08-21T05:45:58.533Z[ recovery-image] Aug 21 05:45:58.015 INFO O| Aug 21 05:45:58.015 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-21T05:45:58.541Z[ recovery-image] Aug 21 05:45:58.025 INFO O| Aug 21 05:45:58.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61852024-08-21T05:45:58.541Z[ recovery-image] Aug 21 05:45:58.025 INFO O| Aug 21 05:45:58.025 INFO STEP 761 (remove_files) COMPLETE
61862024-08-21T05:45:58.541Z[ recovery-image] Aug 21 05:45:58.025 INFO O| Aug 21 05:45:58.025 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-21T05:45:58.552Z[ recovery-image] Aug 21 05:45:58.035 INFO O| Aug 21 05:45:58.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61882024-08-21T05:45:58.555Z[ recovery-image] Aug 21 05:45:58.036 INFO O| Aug 21 05:45:58.036 INFO STEP 762 (remove_files) COMPLETE
61892024-08-21T05:45:58.555Z[ recovery-image] Aug 21 05:45:58.036 INFO O| Aug 21 05:45:58.036 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-21T05:45:58.560Z[ recovery-image] Aug 21 05:45:58.045 INFO O| Aug 21 05:45:58.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61912024-08-21T05:45:58.562Z[ recovery-image] Aug 21 05:45:58.045 INFO O| Aug 21 05:45:58.045 INFO STEP 763 (remove_files) COMPLETE
61922024-08-21T05:45:58.562Z[ recovery-image] Aug 21 05:45:58.045 INFO O| Aug 21 05:45:58.045 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-21T05:45:58.570Z[ recovery-image] Aug 21 05:45:58.055 INFO O| Aug 21 05:45:58.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61942024-08-21T05:45:58.570Z[ recovery-image] Aug 21 05:45:58.055 INFO O| Aug 21 05:45:58.055 INFO STEP 764 (remove_files) COMPLETE
61952024-08-21T05:45:58.573Z[ recovery-image] Aug 21 05:45:58.055 INFO O| Aug 21 05:45:58.055 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-21T05:45:58.580Z[ recovery-image] Aug 21 05:45:58.065 INFO O| Aug 21 05:45:58.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61972024-08-21T05:45:58.580Z[ recovery-image] Aug 21 05:45:58.065 INFO O| Aug 21 05:45:58.065 INFO STEP 765 (remove_files) COMPLETE
61982024-08-21T05:45:58.585Z[ recovery-image] Aug 21 05:45:58.065 INFO O| Aug 21 05:45:58.065 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-08-21T05:45:58.595Z[ recovery-image] Aug 21 05:45:58.074 INFO O| Aug 21 05:45:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62002024-08-21T05:45:58.595Z[ recovery-image] Aug 21 05:45:58.074 INFO O| Aug 21 05:45:58.074 INFO STEP 766 (remove_files) COMPLETE
62012024-08-21T05:45:58.595Z[ recovery-image] Aug 21 05:45:58.074 INFO O| Aug 21 05:45:58.074 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-21T05:45:58.600Z[ recovery-image] Aug 21 05:45:58.085 INFO O| Aug 21 05:45:58.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62032024-08-21T05:45:58.600Z[ recovery-image] Aug 21 05:45:58.085 INFO O| Aug 21 05:45:58.085 INFO STEP 767 (remove_files) COMPLETE
62042024-08-21T05:45:58.603Z[ recovery-image] Aug 21 05:45:58.085 INFO O| Aug 21 05:45:58.085 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-21T05:45:58.610Z[ recovery-image] Aug 21 05:45:58.095 INFO O| Aug 21 05:45:58.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62062024-08-21T05:45:58.610Z[ recovery-image] Aug 21 05:45:58.095 INFO O| Aug 21 05:45:58.095 INFO STEP 768 (remove_files) COMPLETE
62072024-08-21T05:45:58.613Z[ recovery-image] Aug 21 05:45:58.095 INFO O| Aug 21 05:45:58.095 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-21T05:45:58.622Z[ recovery-image] Aug 21 05:45:58.106 INFO O| Aug 21 05:45:58.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62092024-08-21T05:45:58.622Z[ recovery-image] Aug 21 05:45:58.106 INFO O| Aug 21 05:45:58.106 INFO STEP 769 (remove_files) COMPLETE
62102024-08-21T05:45:58.622Z[ recovery-image] Aug 21 05:45:58.106 INFO O| Aug 21 05:45:58.106 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-21T05:45:58.632Z[ recovery-image] Aug 21 05:45:58.117 INFO O| Aug 21 05:45:58.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62122024-08-21T05:45:58.632Z[ recovery-image] Aug 21 05:45:58.117 INFO O| Aug 21 05:45:58.117 INFO STEP 770 (remove_files) COMPLETE
62132024-08-21T05:45:58.635Z[ recovery-image] Aug 21 05:45:58.117 INFO O| Aug 21 05:45:58.117 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-21T05:45:58.643Z[ recovery-image] Aug 21 05:45:58.128 INFO O| Aug 21 05:45:58.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62152024-08-21T05:45:58.643Z[ recovery-image] Aug 21 05:45:58.128 INFO O| Aug 21 05:45:58.128 INFO STEP 771 (remove_files) COMPLETE
62162024-08-21T05:45:58.646Z[ recovery-image] Aug 21 05:45:58.128 INFO O| Aug 21 05:45:58.128 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-21T05:45:58.653Z[ recovery-image] Aug 21 05:45:58.138 INFO O| Aug 21 05:45:58.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62182024-08-21T05:45:58.653Z[ recovery-image] Aug 21 05:45:58.138 INFO O| Aug 21 05:45:58.138 INFO STEP 772 (remove_files) COMPLETE
62192024-08-21T05:45:58.655Z[ recovery-image] Aug 21 05:45:58.138 INFO O| Aug 21 05:45:58.138 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-21T05:45:58.663Z[ recovery-image] Aug 21 05:45:58.148 INFO O| Aug 21 05:45:58.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62212024-08-21T05:45:58.663Z[ recovery-image] Aug 21 05:45:58.148 INFO O| Aug 21 05:45:58.148 INFO STEP 773 (remove_files) COMPLETE
62222024-08-21T05:45:58.663Z[ recovery-image] Aug 21 05:45:58.148 INFO O| Aug 21 05:45:58.148 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-21T05:45:58.672Z[ recovery-image] Aug 21 05:45:58.158 INFO O| Aug 21 05:45:58.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62242024-08-21T05:45:58.672Z[ recovery-image] Aug 21 05:45:58.158 INFO O| Aug 21 05:45:58.158 INFO STEP 774 (remove_files) COMPLETE
62252024-08-21T05:45:58.675Z[ recovery-image] Aug 21 05:45:58.158 INFO O| Aug 21 05:45:58.158 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-21T05:45:58.682Z[ recovery-image] Aug 21 05:45:58.167 INFO O| Aug 21 05:45:58.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62272024-08-21T05:45:58.682Z[ recovery-image] Aug 21 05:45:58.167 INFO O| Aug 21 05:45:58.167 INFO STEP 775 (remove_files) COMPLETE
62282024-08-21T05:45:58.682Z[ recovery-image] Aug 21 05:45:58.167 INFO O| Aug 21 05:45:58.167 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-08-21T05:45:58.693Z[ recovery-image] Aug 21 05:45:58.178 INFO O| Aug 21 05:45:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62302024-08-21T05:45:58.693Z[ recovery-image] Aug 21 05:45:58.178 INFO O| Aug 21 05:45:58.178 INFO STEP 776 (remove_files) COMPLETE
62312024-08-21T05:45:58.695Z[ recovery-image] Aug 21 05:45:58.178 INFO O| Aug 21 05:45:58.178 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-08-21T05:45:58.704Z[ recovery-image] Aug 21 05:45:58.189 INFO O| Aug 21 05:45:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62332024-08-21T05:45:58.704Z[ recovery-image] Aug 21 05:45:58.189 INFO O| Aug 21 05:45:58.189 INFO STEP 777 (remove_files) COMPLETE
62342024-08-21T05:45:58.704Z[ recovery-image] Aug 21 05:45:58.189 INFO O| Aug 21 05:45:58.189 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-08-21T05:45:58.715Z[ recovery-image] Aug 21 05:45:58.200 INFO O| Aug 21 05:45:58.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62362024-08-21T05:45:58.717Z[ recovery-image] Aug 21 05:45:58.200 INFO O| Aug 21 05:45:58.200 INFO STEP 778 (remove_files) COMPLETE
62372024-08-21T05:45:58.717Z[ recovery-image] Aug 21 05:45:58.200 INFO O| Aug 21 05:45:58.200 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-08-21T05:45:58.725Z[ recovery-image] Aug 21 05:45:58.210 INFO O| Aug 21 05:45:58.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62392024-08-21T05:45:58.725Z[ recovery-image] Aug 21 05:45:58.210 INFO O| Aug 21 05:45:58.210 INFO STEP 779 (remove_files) COMPLETE
62402024-08-21T05:45:58.725Z[ recovery-image] Aug 21 05:45:58.210 INFO O| Aug 21 05:45:58.210 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-08-21T05:45:58.736Z[ recovery-image] Aug 21 05:45:58.221 INFO O| Aug 21 05:45:58.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62422024-08-21T05:45:58.736Z[ recovery-image] Aug 21 05:45:58.222 INFO O| Aug 21 05:45:58.222 INFO STEP 780 (remove_files) COMPLETE
62432024-08-21T05:45:58.739Z[ recovery-image] Aug 21 05:45:58.222 INFO O| Aug 21 05:45:58.222 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-08-21T05:45:58.748Z[ recovery-image] Aug 21 05:45:58.233 INFO O| Aug 21 05:45:58.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62452024-08-21T05:45:58.748Z[ recovery-image] Aug 21 05:45:58.233 INFO O| Aug 21 05:45:58.233 INFO STEP 781 (remove_files) COMPLETE
62462024-08-21T05:45:58.748Z[ recovery-image] Aug 21 05:45:58.233 INFO O| Aug 21 05:45:58.233 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-08-21T05:45:58.759Z[ recovery-image] Aug 21 05:45:58.244 INFO O| Aug 21 05:45:58.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62482024-08-21T05:45:58.761Z[ recovery-image] Aug 21 05:45:58.244 INFO O| Aug 21 05:45:58.244 INFO STEP 782 (remove_files) COMPLETE
62492024-08-21T05:45:58.761Z[ recovery-image] Aug 21 05:45:58.244 INFO O| Aug 21 05:45:58.244 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-08-21T05:45:58.770Z[ recovery-image] Aug 21 05:45:58.255 INFO O| Aug 21 05:45:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62512024-08-21T05:45:58.770Z[ recovery-image] Aug 21 05:45:58.255 INFO O| Aug 21 05:45:58.255 INFO STEP 783 (remove_files) COMPLETE
62522024-08-21T05:45:58.772Z[ recovery-image] Aug 21 05:45:58.255 INFO O| Aug 21 05:45:58.255 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-08-21T05:45:58.779Z[ recovery-image] Aug 21 05:45:58.265 INFO O| Aug 21 05:45:58.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62542024-08-21T05:45:58.779Z[ recovery-image] Aug 21 05:45:58.265 INFO O| Aug 21 05:45:58.265 INFO STEP 784 (remove_files) COMPLETE
62552024-08-21T05:45:58.782Z[ recovery-image] Aug 21 05:45:58.265 INFO O| Aug 21 05:45:58.265 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-08-21T05:45:58.790Z[ recovery-image] Aug 21 05:45:58.274 INFO O| Aug 21 05:45:58.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62572024-08-21T05:45:58.793Z[ recovery-image] Aug 21 05:45:58.274 INFO O| Aug 21 05:45:58.274 INFO STEP 785 (remove_files) COMPLETE
62582024-08-21T05:45:58.793Z[ recovery-image] Aug 21 05:45:58.275 INFO O| Aug 21 05:45:58.274 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-08-21T05:45:58.799Z[ recovery-image] Aug 21 05:45:58.284 INFO O| Aug 21 05:45:58.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62602024-08-21T05:45:58.801Z[ recovery-image] Aug 21 05:45:58.284 INFO O| Aug 21 05:45:58.284 INFO STEP 786 (remove_files) COMPLETE
62612024-08-21T05:45:58.801Z[ recovery-image] Aug 21 05:45:58.284 INFO O| Aug 21 05:45:58.284 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-08-21T05:45:58.809Z[ recovery-image] Aug 21 05:45:58.294 INFO O| Aug 21 05:45:58.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62632024-08-21T05:45:58.809Z[ recovery-image] Aug 21 05:45:58.294 INFO O| Aug 21 05:45:58.294 INFO STEP 787 (remove_files) COMPLETE
62642024-08-21T05:45:58.811Z[ recovery-image] Aug 21 05:45:58.294 INFO O| Aug 21 05:45:58.294 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-08-21T05:45:58.818Z[ recovery-image] Aug 21 05:45:58.303 INFO O| Aug 21 05:45:58.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62662024-08-21T05:45:58.818Z[ recovery-image] Aug 21 05:45:58.304 INFO O| Aug 21 05:45:58.304 INFO STEP 788 (remove_files) COMPLETE
62672024-08-21T05:45:58.821Z[ recovery-image] Aug 21 05:45:58.304 INFO O| Aug 21 05:45:58.304 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-08-21T05:45:58.828Z[ recovery-image] Aug 21 05:45:58.313 INFO O| Aug 21 05:45:58.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62692024-08-21T05:45:58.830Z[ recovery-image] Aug 21 05:45:58.313 INFO O| Aug 21 05:45:58.313 INFO STEP 789 (remove_files) COMPLETE
62702024-08-21T05:45:58.830Z[ recovery-image] Aug 21 05:45:58.313 INFO O| Aug 21 05:45:58.313 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-08-21T05:45:58.838Z[ recovery-image] Aug 21 05:45:58.323 INFO O| Aug 21 05:45:58.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62722024-08-21T05:45:58.838Z[ recovery-image] Aug 21 05:45:58.323 INFO O| Aug 21 05:45:58.323 INFO STEP 790 (remove_files) COMPLETE
62732024-08-21T05:45:58.841Z[ recovery-image] Aug 21 05:45:58.323 INFO O| Aug 21 05:45:58.323 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-08-21T05:45:58.848Z[ recovery-image] Aug 21 05:45:58.332 INFO O| Aug 21 05:45:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62752024-08-21T05:45:58.848Z[ recovery-image] Aug 21 05:45:58.332 INFO O| Aug 21 05:45:58.332 INFO STEP 791 (remove_files) COMPLETE
62762024-08-21T05:45:58.848Z[ recovery-image] Aug 21 05:45:58.332 INFO O| Aug 21 05:45:58.332 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-08-21T05:45:58.858Z[ recovery-image] Aug 21 05:45:58.342 INFO O| Aug 21 05:45:58.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62782024-08-21T05:45:58.858Z[ recovery-image] Aug 21 05:45:58.342 INFO O| Aug 21 05:45:58.342 INFO STEP 792 (remove_files) COMPLETE
62792024-08-21T05:45:58.861Z[ recovery-image] Aug 21 05:45:58.342 INFO O| Aug 21 05:45:58.342 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-08-21T05:45:58.867Z[ recovery-image] Aug 21 05:45:58.352 INFO O| Aug 21 05:45:58.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62812024-08-21T05:45:58.870Z[ recovery-image] Aug 21 05:45:58.352 INFO O| Aug 21 05:45:58.352 INFO STEP 793 (remove_files) COMPLETE
62822024-08-21T05:45:58.871Z[ recovery-image] Aug 21 05:45:58.352 INFO O| Aug 21 05:45:58.352 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-08-21T05:45:58.876Z[ recovery-image] Aug 21 05:45:58.361 INFO O| Aug 21 05:45:58.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62842024-08-21T05:45:58.879Z[ recovery-image] Aug 21 05:45:58.361 INFO O| Aug 21 05:45:58.361 INFO STEP 794 (remove_files) COMPLETE
62852024-08-21T05:45:58.879Z[ recovery-image] Aug 21 05:45:58.361 INFO O| Aug 21 05:45:58.361 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-08-21T05:45:58.886Z[ recovery-image] Aug 21 05:45:58.371 INFO O| Aug 21 05:45:58.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62872024-08-21T05:45:58.889Z[ recovery-image] Aug 21 05:45:58.371 INFO O| Aug 21 05:45:58.371 INFO STEP 795 (remove_files) COMPLETE
62882024-08-21T05:45:58.889Z[ recovery-image] Aug 21 05:45:58.371 INFO O| Aug 21 05:45:58.371 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-08-21T05:45:58.896Z[ recovery-image] Aug 21 05:45:58.380 INFO O| Aug 21 05:45:58.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62902024-08-21T05:45:58.901Z[ recovery-image] Aug 21 05:45:58.380 INFO O| Aug 21 05:45:58.380 INFO STEP 796 (remove_files) COMPLETE
62912024-08-21T05:45:58.901Z[ recovery-image] Aug 21 05:45:58.380 INFO O| Aug 21 05:45:58.380 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-08-21T05:45:58.905Z[ recovery-image] Aug 21 05:45:58.390 INFO O| Aug 21 05:45:58.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62932024-08-21T05:45:58.914Z[ recovery-image] Aug 21 05:45:58.391 INFO O| Aug 21 05:45:58.391 INFO STEP 797 (remove_files) COMPLETE
62942024-08-21T05:45:58.914Z[ recovery-image] Aug 21 05:45:58.391 INFO O| Aug 21 05:45:58.391 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-08-21T05:45:58.920Z[ recovery-image] Aug 21 05:45:58.404 INFO O| Aug 21 05:45:58.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62962024-08-21T05:45:58.920Z[ recovery-image] Aug 21 05:45:58.404 INFO O| Aug 21 05:45:58.404 INFO STEP 798 (remove_files) COMPLETE
62972024-08-21T05:45:58.920Z[ recovery-image] Aug 21 05:45:58.404 INFO O| Aug 21 05:45:58.404 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-08-21T05:45:58.930Z[ recovery-image] Aug 21 05:45:58.414 INFO O| Aug 21 05:45:58.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62992024-08-21T05:45:58.930Z[ recovery-image] Aug 21 05:45:58.415 INFO O| Aug 21 05:45:58.415 INFO STEP 799 (remove_files) COMPLETE
63002024-08-21T05:45:58.935Z[ recovery-image] Aug 21 05:45:58.415 INFO O| Aug 21 05:45:58.415 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-21T05:45:58.940Z[ recovery-image] Aug 21 05:45:58.425 INFO O| Aug 21 05:45:58.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63022024-08-21T05:45:58.944Z[ recovery-image] Aug 21 05:45:58.425 INFO O| Aug 21 05:45:58.425 INFO STEP 800 (remove_files) COMPLETE
63032024-08-21T05:45:58.944Z[ recovery-image] Aug 21 05:45:58.425 INFO O| Aug 21 05:45:58.425 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-21T05:45:58.950Z[ recovery-image] Aug 21 05:45:58.435 INFO O| Aug 21 05:45:58.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63052024-08-21T05:45:58.950Z[ recovery-image] Aug 21 05:45:58.435 INFO O| Aug 21 05:45:58.435 INFO STEP 801 (remove_files) COMPLETE
63062024-08-21T05:45:58.954Z[ recovery-image] Aug 21 05:45:58.435 INFO O| Aug 21 05:45:58.435 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-08-21T05:45:58.961Z[ recovery-image] Aug 21 05:45:58.446 INFO O| Aug 21 05:45:58.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63082024-08-21T05:45:58.961Z[ recovery-image] Aug 21 05:45:58.446 INFO O| Aug 21 05:45:58.446 INFO STEP 802 (remove_files) COMPLETE
63092024-08-21T05:45:58.961Z[ recovery-image] Aug 21 05:45:58.446 INFO O| Aug 21 05:45:58.446 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-08-21T05:45:58.974Z[ recovery-image] Aug 21 05:45:58.457 INFO O| Aug 21 05:45:58.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63112024-08-21T05:45:58.974Z[ recovery-image] Aug 21 05:45:58.457 INFO O| Aug 21 05:45:58.457 INFO STEP 803 (remove_files) COMPLETE
63122024-08-21T05:45:58.977Z[ recovery-image] Aug 21 05:45:58.457 INFO O| Aug 21 05:45:58.457 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-21T05:45:58.984Z[ recovery-image] Aug 21 05:45:58.468 INFO O| Aug 21 05:45:58.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63142024-08-21T05:45:58.984Z[ recovery-image] Aug 21 05:45:58.468 INFO O| Aug 21 05:45:58.468 INFO STEP 804 (remove_files) COMPLETE
63152024-08-21T05:45:58.986Z[ recovery-image] Aug 21 05:45:58.468 INFO O| Aug 21 05:45:58.468 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-08-21T05:45:58.993Z[ recovery-image] Aug 21 05:45:58.478 INFO O| Aug 21 05:45:58.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63172024-08-21T05:45:58.993Z[ recovery-image] Aug 21 05:45:58.478 INFO O| Aug 21 05:45:58.478 INFO STEP 805 (remove_files) COMPLETE
63182024-08-21T05:45:58.997Z[ recovery-image] Aug 21 05:45:58.478 INFO O| Aug 21 05:45:58.478 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-08-21T05:45:59.003Z[ recovery-image] Aug 21 05:45:58.488 INFO O| Aug 21 05:45:58.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63202024-08-21T05:45:59.003Z[ recovery-image] Aug 21 05:45:58.488 INFO O| Aug 21 05:45:58.488 INFO STEP 806 (remove_files) COMPLETE
63212024-08-21T05:45:59.006Z[ recovery-image] Aug 21 05:45:58.488 INFO O| Aug 21 05:45:58.488 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-08-21T05:45:59.013Z[ recovery-image] Aug 21 05:45:58.498 INFO O| Aug 21 05:45:58.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63232024-08-21T05:45:59.016Z[ recovery-image] Aug 21 05:45:58.498 INFO O| Aug 21 05:45:58.498 INFO STEP 807 (remove_files) COMPLETE
63242024-08-21T05:45:59.016Z[ recovery-image] Aug 21 05:45:58.498 INFO O| Aug 21 05:45:58.498 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-21T05:45:59.023Z[ recovery-image] Aug 21 05:45:58.508 INFO O| Aug 21 05:45:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63262024-08-21T05:45:59.026Z[ recovery-image] Aug 21 05:45:58.509 INFO O| Aug 21 05:45:58.508 INFO STEP 808 (remove_files) COMPLETE
63272024-08-21T05:45:59.026Z[ recovery-image] Aug 21 05:45:58.509 INFO O| Aug 21 05:45:58.509 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-21T05:45:59.033Z[ recovery-image] Aug 21 05:45:58.518 INFO O| Aug 21 05:45:58.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63292024-08-21T05:45:59.033Z[ recovery-image] Aug 21 05:45:58.518 INFO O| Aug 21 05:45:58.518 INFO STEP 809 (remove_files) COMPLETE
63302024-08-21T05:45:59.037Z[ recovery-image] Aug 21 05:45:58.518 INFO O| Aug 21 05:45:58.518 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-21T05:45:59.043Z[ recovery-image] Aug 21 05:45:58.528 INFO O| Aug 21 05:45:58.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63322024-08-21T05:45:59.045Z[ recovery-image] Aug 21 05:45:58.528 INFO O| Aug 21 05:45:58.528 INFO STEP 810 (remove_files) COMPLETE
63332024-08-21T05:45:59.045Z[ recovery-image] Aug 21 05:45:58.528 INFO O| Aug 21 05:45:58.528 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-21T05:45:59.053Z[ recovery-image] Aug 21 05:45:58.538 INFO O| Aug 21 05:45:58.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63352024-08-21T05:45:59.055Z[ recovery-image] Aug 21 05:45:58.538 INFO O| Aug 21 05:45:58.538 INFO STEP 811 (remove_files) COMPLETE
63362024-08-21T05:45:59.055Z[ recovery-image] Aug 21 05:45:58.538 INFO O| Aug 21 05:45:58.538 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-21T05:45:59.064Z[ recovery-image] Aug 21 05:45:58.549 INFO O| Aug 21 05:45:58.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63382024-08-21T05:45:59.064Z[ recovery-image] Aug 21 05:45:58.549 INFO O| Aug 21 05:45:58.549 INFO STEP 812 (remove_files) COMPLETE
63392024-08-21T05:45:59.066Z[ recovery-image] Aug 21 05:45:58.549 INFO O| Aug 21 05:45:58.549 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-21T05:45:59.076Z[ recovery-image] Aug 21 05:45:58.560 INFO O| Aug 21 05:45:58.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63412024-08-21T05:45:59.076Z[ recovery-image] Aug 21 05:45:58.560 INFO O| Aug 21 05:45:58.560 INFO STEP 813 (remove_files) COMPLETE
63422024-08-21T05:45:59.079Z[ recovery-image] Aug 21 05:45:58.560 INFO O| Aug 21 05:45:58.560 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-21T05:45:59.085Z[ recovery-image] Aug 21 05:45:58.570 INFO O| Aug 21 05:45:58.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63442024-08-21T05:45:59.085Z[ recovery-image] Aug 21 05:45:58.570 INFO O| Aug 21 05:45:58.570 INFO STEP 814 (remove_files) COMPLETE
63452024-08-21T05:45:59.085Z[ recovery-image] Aug 21 05:45:58.570 INFO O| Aug 21 05:45:58.570 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-21T05:45:59.095Z[ recovery-image] Aug 21 05:45:58.580 INFO O| Aug 21 05:45:58.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63472024-08-21T05:45:59.095Z[ recovery-image] Aug 21 05:45:58.580 INFO O| Aug 21 05:45:58.580 INFO STEP 815 (remove_files) COMPLETE
63482024-08-21T05:45:59.097Z[ recovery-image] Aug 21 05:45:58.580 INFO O| Aug 21 05:45:58.580 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-21T05:45:59.106Z[ recovery-image] Aug 21 05:45:58.591 INFO O| Aug 21 05:45:58.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63502024-08-21T05:45:59.106Z[ recovery-image] Aug 21 05:45:58.591 INFO O| Aug 21 05:45:58.591 INFO STEP 816 (remove_files) COMPLETE
63512024-08-21T05:45:59.110Z[ recovery-image] Aug 21 05:45:58.591 INFO O| Aug 21 05:45:58.591 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-21T05:45:59.118Z[ recovery-image] Aug 21 05:45:58.603 INFO O| Aug 21 05:45:58.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63532024-08-21T05:45:59.121Z[ recovery-image] Aug 21 05:45:58.603 INFO O| Aug 21 05:45:58.603 INFO STEP 817 (remove_files) COMPLETE
63542024-08-21T05:45:59.121Z[ recovery-image] Aug 21 05:45:58.603 INFO O| Aug 21 05:45:58.603 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-21T05:45:59.132Z[ recovery-image] Aug 21 05:45:58.617 INFO O| Aug 21 05:45:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63562024-08-21T05:45:59.132Z[ recovery-image] Aug 21 05:45:58.617 INFO O| Aug 21 05:45:58.617 INFO STEP 818 (remove_files) COMPLETE
63572024-08-21T05:45:59.134Z[ recovery-image] Aug 21 05:45:58.617 INFO O| Aug 21 05:45:58.617 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-08-21T05:45:59.146Z[ recovery-image] Aug 21 05:45:58.631 INFO O| Aug 21 05:45:58.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63592024-08-21T05:45:59.146Z[ recovery-image] Aug 21 05:45:58.631 INFO O| Aug 21 05:45:58.631 INFO STEP 819 (remove_files) COMPLETE
63602024-08-21T05:45:59.149Z[ recovery-image] Aug 21 05:45:58.631 INFO O| Aug 21 05:45:58.631 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-21T05:45:59.157Z[ recovery-image] Aug 21 05:45:58.642 INFO O| Aug 21 05:45:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63622024-08-21T05:45:59.157Z[ recovery-image] Aug 21 05:45:58.643 INFO O| Aug 21 05:45:58.643 INFO STEP 820 (remove_files) COMPLETE
63632024-08-21T05:45:59.160Z[ recovery-image] Aug 21 05:45:58.643 INFO O| Aug 21 05:45:58.643 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-08-21T05:45:59.170Z[ recovery-image] Aug 21 05:45:58.655 INFO O| Aug 21 05:45:58.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63652024-08-21T05:45:59.173Z[ recovery-image] Aug 21 05:45:58.655 INFO O| Aug 21 05:45:58.655 INFO STEP 821 (remove_files) COMPLETE
63662024-08-21T05:45:59.173Z[ recovery-image] Aug 21 05:45:58.655 INFO O| Aug 21 05:45:58.655 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-08-21T05:45:59.180Z[ recovery-image] Aug 21 05:45:58.665 INFO O| Aug 21 05:45:58.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63682024-08-21T05:45:59.182Z[ recovery-image] Aug 21 05:45:58.665 INFO O| Aug 21 05:45:58.665 INFO STEP 822 (remove_files) COMPLETE
63692024-08-21T05:45:59.182Z[ recovery-image] Aug 21 05:45:58.665 INFO O| Aug 21 05:45:58.665 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-08-21T05:45:59.191Z[ recovery-image] Aug 21 05:45:58.675 INFO O| Aug 21 05:45:58.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63712024-08-21T05:45:59.193Z[ recovery-image] Aug 21 05:45:58.675 INFO O| Aug 21 05:45:58.675 INFO STEP 823 (remove_files) COMPLETE
63722024-08-21T05:45:59.193Z[ recovery-image] Aug 21 05:45:58.675 INFO O| Aug 21 05:45:58.675 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-21T05:45:59.200Z[ recovery-image] Aug 21 05:45:58.685 INFO O| Aug 21 05:45:58.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63742024-08-21T05:45:59.200Z[ recovery-image] Aug 21 05:45:58.685 INFO O| Aug 21 05:45:58.685 INFO STEP 824 (remove_files) COMPLETE
63752024-08-21T05:45:59.203Z[ recovery-image] Aug 21 05:45:58.685 INFO O| Aug 21 05:45:58.685 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-21T05:45:59.216Z[ recovery-image] Aug 21 05:45:58.695 INFO O| Aug 21 05:45:58.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63772024-08-21T05:45:59.216Z[ recovery-image] Aug 21 05:45:58.695 INFO O| Aug 21 05:45:58.695 INFO STEP 825 (remove_files) COMPLETE
63782024-08-21T05:45:59.216Z[ recovery-image] Aug 21 05:45:58.695 INFO O| Aug 21 05:45:58.695 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-21T05:45:59.220Z[ recovery-image] Aug 21 05:45:58.705 INFO O| Aug 21 05:45:58.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63802024-08-21T05:45:59.220Z[ recovery-image] Aug 21 05:45:58.705 INFO O| Aug 21 05:45:58.705 INFO STEP 826 (remove_files) COMPLETE
63812024-08-21T05:45:59.223Z[ recovery-image] Aug 21 05:45:58.705 INFO O| Aug 21 05:45:58.705 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-08-21T05:45:59.230Z[ recovery-image] Aug 21 05:45:58.715 INFO O| Aug 21 05:45:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63832024-08-21T05:45:59.230Z[ recovery-image] Aug 21 05:45:58.715 INFO O| Aug 21 05:45:58.715 INFO STEP 827 (remove_files) COMPLETE
63842024-08-21T05:45:59.232Z[ recovery-image] Aug 21 05:45:58.715 INFO O| Aug 21 05:45:58.715 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-21T05:45:59.240Z[ recovery-image] Aug 21 05:45:58.725 INFO O| Aug 21 05:45:58.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63862024-08-21T05:45:59.240Z[ recovery-image] Aug 21 05:45:58.725 INFO O| Aug 21 05:45:58.725 INFO STEP 828 (remove_files) COMPLETE
63872024-08-21T05:45:59.240Z[ recovery-image] Aug 21 05:45:58.725 INFO O| Aug 21 05:45:58.725 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-21T05:45:59.249Z[ recovery-image] Aug 21 05:45:58.734 INFO O| Aug 21 05:45:58.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63892024-08-21T05:45:59.249Z[ recovery-image] Aug 21 05:45:58.734 INFO O| Aug 21 05:45:58.734 INFO STEP 829 (remove_files) COMPLETE
63902024-08-21T05:45:59.249Z[ recovery-image] Aug 21 05:45:58.734 INFO O| Aug 21 05:45:58.734 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-21T05:45:59.259Z[ recovery-image] Aug 21 05:45:58.744 INFO O| Aug 21 05:45:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63922024-08-21T05:45:59.259Z[ recovery-image] Aug 21 05:45:58.744 INFO O| Aug 21 05:45:58.744 INFO STEP 830 (remove_files) COMPLETE
63932024-08-21T05:45:59.261Z[ recovery-image] Aug 21 05:45:58.744 INFO O| Aug 21 05:45:58.744 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-21T05:45:59.269Z[ recovery-image] Aug 21 05:45:58.754 INFO O| Aug 21 05:45:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63952024-08-21T05:45:59.271Z[ recovery-image] Aug 21 05:45:58.754 INFO O| Aug 21 05:45:58.754 INFO STEP 831 (remove_files) COMPLETE
63962024-08-21T05:45:59.271Z[ recovery-image] Aug 21 05:45:58.754 INFO O| Aug 21 05:45:58.754 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-21T05:45:59.278Z[ host-image] Aug 21 05:45:58.763 INFO O| Aug 21 05:45:58.762 INFO O| Planning: Solver setup ... Done
63982024-08-21T05:45:59.280Z[ recovery-image] Aug 21 05:45:58.764 INFO O| Aug 21 05:45:58.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63992024-08-21T05:45:59.280Z[ recovery-image] Aug 21 05:45:58.764 INFO O| Aug 21 05:45:58.764 INFO STEP 832 (remove_files) COMPLETE
64002024-08-21T05:45:59.280Z[ recovery-image] Aug 21 05:45:58.764 INFO O| Aug 21 05:45:58.764 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-21T05:45:59.282Z[ host-image] Aug 21 05:45:58.767 INFO O| Aug 21 05:45:58.767 INFO O| Planning: Running solver ... Done
64022024-08-21T05:45:59.289Z[ recovery-image] Aug 21 05:45:58.774 INFO O| Aug 21 05:45:58.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64032024-08-21T05:45:59.289Z[ recovery-image] Aug 21 05:45:58.774 INFO O| Aug 21 05:45:58.774 INFO STEP 833 (remove_files) COMPLETE
64042024-08-21T05:45:59.291Z[ recovery-image] Aug 21 05:45:58.774 INFO O| Aug 21 05:45:58.774 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-08-21T05:45:59.298Z[ recovery-image] Aug 21 05:45:58.783 INFO O| Aug 21 05:45:58.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64062024-08-21T05:45:59.302Z[ recovery-image] Aug 21 05:45:58.784 INFO O| Aug 21 05:45:58.784 INFO STEP 834 (remove_files) COMPLETE
64072024-08-21T05:45:59.302Z[ recovery-image] Aug 21 05:45:58.784 INFO O| Aug 21 05:45:58.784 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-08-21T05:45:59.308Z[ recovery-image] Aug 21 05:45:58.793 INFO O| Aug 21 05:45:58.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64092024-08-21T05:45:59.311Z[ recovery-image] Aug 21 05:45:58.794 INFO O| Aug 21 05:45:58.793 INFO STEP 835 (remove_files) COMPLETE
64102024-08-21T05:45:59.311Z[ recovery-image] Aug 21 05:45:58.794 INFO O| Aug 21 05:45:58.793 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-08-21T05:45:59.319Z[ recovery-image] Aug 21 05:45:58.804 INFO O| Aug 21 05:45:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64122024-08-21T05:45:59.319Z[ recovery-image] Aug 21 05:45:58.804 INFO O| Aug 21 05:45:58.804 INFO STEP 836 (remove_files) COMPLETE
64132024-08-21T05:45:59.322Z[ recovery-image] Aug 21 05:45:58.804 INFO O| Aug 21 05:45:58.804 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-08-21T05:45:59.322Z[ host-image] Aug 21 05:45:58.806 INFO O| Aug 21 05:45:58.806 INFO O| Planning: Finding local manifests ... Done
64152024-08-21T05:45:59.325Z[ host-image] Aug 21 05:45:58.807 INFO O| Aug 21 05:45:58.807 INFO O| Planning: Fetching manifests: 0/6 0% complete
64162024-08-21T05:45:59.330Z[ recovery-image] Aug 21 05:45:58.814 INFO O| Aug 21 05:45:58.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64172024-08-21T05:45:59.334Z[ recovery-image] Aug 21 05:45:58.814 INFO O| Aug 21 05:45:58.814 INFO STEP 837 (remove_files) COMPLETE
64182024-08-21T05:45:59.334Z[ recovery-image] Aug 21 05:45:58.814 INFO O| Aug 21 05:45:58.814 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-21T05:45:59.340Z[ recovery-image] Aug 21 05:45:58.824 INFO O| Aug 21 05:45:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64202024-08-21T05:45:59.340Z[ recovery-image] Aug 21 05:45:58.824 INFO O| Aug 21 05:45:58.824 INFO STEP 838 (remove_files) COMPLETE
64212024-08-21T05:45:59.343Z[ recovery-image] Aug 21 05:45:58.824 INFO O| Aug 21 05:45:58.824 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-21T05:45:59.350Z[ recovery-image] Aug 21 05:45:58.834 INFO O| Aug 21 05:45:58.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64232024-08-21T05:45:59.352Z[ recovery-image] Aug 21 05:45:58.834 INFO O| Aug 21 05:45:58.834 INFO STEP 839 (remove_files) COMPLETE
64242024-08-21T05:45:59.352Z[ recovery-image] Aug 21 05:45:58.834 INFO O| Aug 21 05:45:58.834 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-21T05:45:59.360Z[ recovery-image] Aug 21 05:45:58.844 INFO O| Aug 21 05:45:58.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64262024-08-21T05:45:59.360Z[ recovery-image] Aug 21 05:45:58.844 INFO O| Aug 21 05:45:58.844 INFO STEP 840 (remove_files) COMPLETE
64272024-08-21T05:45:59.360Z[ recovery-image] Aug 21 05:45:58.844 INFO O| Aug 21 05:45:58.844 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-21T05:45:59.371Z[ recovery-image] Aug 21 05:45:58.854 INFO O| Aug 21 05:45:58.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64292024-08-21T05:45:59.371Z[ recovery-image] Aug 21 05:45:58.854 INFO O| Aug 21 05:45:58.854 INFO STEP 841 (remove_files) COMPLETE
64302024-08-21T05:45:59.374Z[ recovery-image] Aug 21 05:45:58.854 INFO O| Aug 21 05:45:58.854 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-21T05:45:59.379Z[ recovery-image] Aug 21 05:45:58.864 INFO O| Aug 21 05:45:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64322024-08-21T05:45:59.379Z[ recovery-image] Aug 21 05:45:58.864 INFO O| Aug 21 05:45:58.864 INFO STEP 842 (remove_files) COMPLETE
64332024-08-21T05:45:59.383Z[ recovery-image] Aug 21 05:45:58.864 INFO O| Aug 21 05:45:58.864 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-21T05:45:59.390Z[ recovery-image] Aug 21 05:45:58.873 INFO O| Aug 21 05:45:58.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64352024-08-21T05:45:59.390Z[ recovery-image] Aug 21 05:45:58.873 INFO O| Aug 21 05:45:58.873 INFO STEP 843 (remove_files) COMPLETE
64362024-08-21T05:45:59.395Z[ recovery-image] Aug 21 05:45:58.873 INFO O| Aug 21 05:45:58.873 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-21T05:45:59.398Z[ recovery-image] Aug 21 05:45:58.883 INFO O| Aug 21 05:45:58.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64382024-08-21T05:45:59.398Z[ recovery-image] Aug 21 05:45:58.883 INFO O| Aug 21 05:45:58.883 INFO STEP 844 (remove_files) COMPLETE
64392024-08-21T05:45:59.399Z[ recovery-image] Aug 21 05:45:58.883 INFO O| Aug 21 05:45:58.883 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-21T05:45:59.407Z[ recovery-image] Aug 21 05:45:58.892 INFO O| Aug 21 05:45:58.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64412024-08-21T05:45:59.407Z[ recovery-image] Aug 21 05:45:58.892 INFO O| Aug 21 05:45:58.892 INFO STEP 845 (remove_files) COMPLETE
64422024-08-21T05:45:59.411Z[ recovery-image] Aug 21 05:45:58.892 INFO O| Aug 21 05:45:58.892 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-21T05:45:59.417Z[ recovery-image] Aug 21 05:45:58.902 INFO O| Aug 21 05:45:58.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64442024-08-21T05:45:59.418Z[ recovery-image] Aug 21 05:45:58.902 INFO O| Aug 21 05:45:58.902 INFO STEP 846 (remove_files) COMPLETE
64452024-08-21T05:45:59.422Z[ recovery-image] Aug 21 05:45:58.902 INFO O| Aug 21 05:45:58.902 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-21T05:45:59.427Z[ recovery-image] Aug 21 05:45:58.911 INFO O| Aug 21 05:45:58.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64472024-08-21T05:45:59.431Z[ recovery-image] Aug 21 05:45:58.911 INFO O| Aug 21 05:45:58.911 INFO STEP 847 (remove_files) COMPLETE
64482024-08-21T05:45:59.431Z[ recovery-image] Aug 21 05:45:58.911 INFO O| Aug 21 05:45:58.911 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-21T05:45:59.441Z[ recovery-image] Aug 21 05:45:58.920 INFO O| Aug 21 05:45:58.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64502024-08-21T05:45:59.445Z[ recovery-image] Aug 21 05:45:58.921 INFO O| Aug 21 05:45:58.920 INFO STEP 848 (remove_files) COMPLETE
64512024-08-21T05:45:59.445Z[ recovery-image] Aug 21 05:45:58.921 INFO O| Aug 21 05:45:58.921 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-21T05:45:59.449Z[ recovery-image] Aug 21 05:45:58.930 INFO O| Aug 21 05:45:58.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64532024-08-21T05:45:59.449Z[ recovery-image] Aug 21 05:45:58.930 INFO O| Aug 21 05:45:58.930 INFO STEP 849 (remove_files) COMPLETE
64542024-08-21T05:45:59.449Z[ recovery-image] Aug 21 05:45:58.930 INFO O| Aug 21 05:45:58.930 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-21T05:45:59.455Z[ recovery-image] Aug 21 05:45:58.939 INFO O| Aug 21 05:45:58.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64562024-08-21T05:45:59.459Z[ recovery-image] Aug 21 05:45:58.940 INFO O| Aug 21 05:45:58.940 INFO STEP 850 (remove_files) COMPLETE
64572024-08-21T05:45:59.459Z[ recovery-image] Aug 21 05:45:58.940 INFO O| Aug 21 05:45:58.940 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-21T05:45:59.465Z[ recovery-image] Aug 21 05:45:58.949 INFO O| Aug 21 05:45:58.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64592024-08-21T05:45:59.469Z[ recovery-image] Aug 21 05:45:58.949 INFO O| Aug 21 05:45:58.949 INFO STEP 851 (remove_files) COMPLETE
64602024-08-21T05:45:59.469Z[ recovery-image] Aug 21 05:45:58.949 INFO O| Aug 21 05:45:58.949 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-21T05:45:59.473Z[ recovery-image] Aug 21 05:45:58.958 INFO O| Aug 21 05:45:58.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64622024-08-21T05:45:59.474Z[ recovery-image] Aug 21 05:45:58.958 INFO O| Aug 21 05:45:58.958 INFO STEP 852 (remove_files) COMPLETE
64632024-08-21T05:45:59.478Z[ recovery-image] Aug 21 05:45:58.958 INFO O| Aug 21 05:45:58.958 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-21T05:45:59.484Z[ recovery-image] Aug 21 05:45:58.968 INFO O| Aug 21 05:45:58.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64652024-08-21T05:45:59.484Z[ recovery-image] Aug 21 05:45:58.968 INFO O| Aug 21 05:45:58.968 INFO STEP 853 (remove_files) COMPLETE
64662024-08-21T05:45:59.488Z[ recovery-image] Aug 21 05:45:58.968 INFO O| Aug 21 05:45:58.968 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-21T05:45:59.494Z[ recovery-image] Aug 21 05:45:58.978 INFO O| Aug 21 05:45:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64682024-08-21T05:45:59.494Z[ recovery-image] Aug 21 05:45:58.978 INFO O| Aug 21 05:45:58.978 INFO STEP 854 (remove_files) COMPLETE
64692024-08-21T05:45:59.499Z[ recovery-image] Aug 21 05:45:58.978 INFO O| Aug 21 05:45:58.978 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-21T05:45:59.505Z[ recovery-image] Aug 21 05:45:58.987 INFO O| Aug 21 05:45:58.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64712024-08-21T05:45:59.512Z[ recovery-image] Aug 21 05:45:58.987 INFO O| Aug 21 05:45:58.987 INFO STEP 855 (remove_files) COMPLETE
64722024-08-21T05:45:59.512Z[ recovery-image] Aug 21 05:45:58.987 INFO O| Aug 21 05:45:58.987 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-21T05:45:59.517Z[ recovery-image] Aug 21 05:45:58.997 INFO O| Aug 21 05:45:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64742024-08-21T05:45:59.517Z[ recovery-image] Aug 21 05:45:58.997 INFO O| Aug 21 05:45:58.997 INFO STEP 856 (remove_files) COMPLETE
64752024-08-21T05:45:59.517Z[ recovery-image] Aug 21 05:45:58.997 INFO O| Aug 21 05:45:58.997 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-21T05:45:59.522Z[ recovery-image] Aug 21 05:45:59.007 INFO O| Aug 21 05:45:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64772024-08-21T05:45:59.529Z[ recovery-image] Aug 21 05:45:59.007 INFO O| Aug 21 05:45:59.007 INFO STEP 857 (remove_files) COMPLETE
64782024-08-21T05:45:59.529Z[ recovery-image] Aug 21 05:45:59.007 INFO O| Aug 21 05:45:59.007 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-21T05:45:59.532Z[ recovery-image] Aug 21 05:45:59.017 INFO O| Aug 21 05:45:59.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64802024-08-21T05:45:59.537Z[ recovery-image] Aug 21 05:45:59.017 INFO O| Aug 21 05:45:59.017 INFO STEP 858 (remove_files) COMPLETE
64812024-08-21T05:45:59.537Z[ recovery-image] Aug 21 05:45:59.017 INFO O| Aug 21 05:45:59.017 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-21T05:45:59.544Z[ recovery-image] Aug 21 05:45:59.026 INFO O| Aug 21 05:45:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64832024-08-21T05:45:59.547Z[ recovery-image] Aug 21 05:45:59.027 INFO O| Aug 21 05:45:59.027 INFO STEP 859 (remove_files) COMPLETE
64842024-08-21T05:45:59.547Z[ recovery-image] Aug 21 05:45:59.027 INFO O| Aug 21 05:45:59.027 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-21T05:45:59.552Z[ recovery-image] Aug 21 05:45:59.036 INFO O| Aug 21 05:45:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64862024-08-21T05:45:59.555Z[ recovery-image] Aug 21 05:45:59.036 INFO O| Aug 21 05:45:59.036 INFO STEP 860 (remove_files) COMPLETE
64872024-08-21T05:45:59.555Z[ recovery-image] Aug 21 05:45:59.036 INFO O| Aug 21 05:45:59.036 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-21T05:45:59.562Z[ recovery-image] Aug 21 05:45:59.046 INFO O| Aug 21 05:45:59.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64892024-08-21T05:45:59.569Z[ recovery-image] Aug 21 05:45:59.046 INFO O| Aug 21 05:45:59.046 INFO STEP 861 (remove_files) COMPLETE
64902024-08-21T05:45:59.569Z[ recovery-image] Aug 21 05:45:59.046 INFO O| Aug 21 05:45:59.046 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-21T05:45:59.572Z[ recovery-image] Aug 21 05:45:59.056 INFO O| Aug 21 05:45:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64922024-08-21T05:45:59.572Z[ recovery-image] Aug 21 05:45:59.056 INFO O| Aug 21 05:45:59.056 INFO STEP 862 (remove_files) COMPLETE
64932024-08-21T05:45:59.572Z[ recovery-image] Aug 21 05:45:59.056 INFO O| Aug 21 05:45:59.056 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-21T05:45:59.580Z[ recovery-image] Aug 21 05:45:59.065 INFO O| Aug 21 05:45:59.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64952024-08-21T05:45:59.583Z[ recovery-image] Aug 21 05:45:59.065 INFO O| Aug 21 05:45:59.065 INFO STEP 863 (remove_files) COMPLETE
64962024-08-21T05:45:59.583Z[ recovery-image] Aug 21 05:45:59.065 INFO O| Aug 21 05:45:59.065 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-21T05:45:59.590Z[ recovery-image] Aug 21 05:45:59.075 INFO O| Aug 21 05:45:59.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64982024-08-21T05:45:59.590Z[ recovery-image] Aug 21 05:45:59.075 INFO O| Aug 21 05:45:59.075 INFO STEP 864 (remove_files) COMPLETE
64992024-08-21T05:45:59.592Z[ recovery-image] Aug 21 05:45:59.075 INFO O| Aug 21 05:45:59.075 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-21T05:45:59.599Z[ recovery-image] Aug 21 05:45:59.084 INFO O| Aug 21 05:45:59.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65012024-08-21T05:45:59.599Z[ recovery-image] Aug 21 05:45:59.084 INFO O| Aug 21 05:45:59.084 INFO STEP 865 (remove_files) COMPLETE
65022024-08-21T05:45:59.603Z[ recovery-image] Aug 21 05:45:59.084 INFO O| Aug 21 05:45:59.084 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-21T05:45:59.609Z[ recovery-image] Aug 21 05:45:59.094 INFO O| Aug 21 05:45:59.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65042024-08-21T05:45:59.611Z[ recovery-image] Aug 21 05:45:59.094 INFO O| Aug 21 05:45:59.094 INFO STEP 866 (remove_files) COMPLETE
65052024-08-21T05:45:59.611Z[ recovery-image] Aug 21 05:45:59.094 INFO O| Aug 21 05:45:59.094 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-08-21T05:45:59.618Z[ recovery-image] Aug 21 05:45:59.103 INFO O| Aug 21 05:45:59.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65072024-08-21T05:45:59.618Z[ recovery-image] Aug 21 05:45:59.103 INFO O| Aug 21 05:45:59.103 INFO STEP 867 (remove_files) COMPLETE
65082024-08-21T05:45:59.618Z[ recovery-image] Aug 21 05:45:59.103 INFO O| Aug 21 05:45:59.103 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-08-21T05:45:59.628Z[ recovery-image] Aug 21 05:45:59.112 INFO O| Aug 21 05:45:59.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65102024-08-21T05:45:59.630Z[ recovery-image] Aug 21 05:45:59.113 INFO O| Aug 21 05:45:59.113 INFO STEP 868 (remove_files) COMPLETE
65112024-08-21T05:45:59.630Z[ recovery-image] Aug 21 05:45:59.113 INFO O| Aug 21 05:45:59.113 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-08-21T05:45:59.638Z[ recovery-image] Aug 21 05:45:59.122 INFO O| Aug 21 05:45:59.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65132024-08-21T05:45:59.638Z[ recovery-image] Aug 21 05:45:59.123 INFO O| Aug 21 05:45:59.123 INFO STEP 869 (remove_files) COMPLETE
65142024-08-21T05:45:59.638Z[ recovery-image] Aug 21 05:45:59.123 INFO O| Aug 21 05:45:59.123 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-21T05:45:59.647Z[ recovery-image] Aug 21 05:45:59.132 INFO O| Aug 21 05:45:59.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65162024-08-21T05:45:59.647Z[ recovery-image] Aug 21 05:45:59.132 INFO O| Aug 21 05:45:59.132 INFO STEP 870 (remove_files) COMPLETE
65172024-08-21T05:45:59.650Z[ recovery-image] Aug 21 05:45:59.132 INFO O| Aug 21 05:45:59.132 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-21T05:45:59.657Z[ recovery-image] Aug 21 05:45:59.141 INFO O| Aug 21 05:45:59.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65192024-08-21T05:45:59.657Z[ recovery-image] Aug 21 05:45:59.141 INFO O| Aug 21 05:45:59.141 INFO STEP 871 (remove_files) COMPLETE
65202024-08-21T05:45:59.657Z[ recovery-image] Aug 21 05:45:59.142 INFO O| Aug 21 05:45:59.141 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-21T05:45:59.666Z[ recovery-image] Aug 21 05:45:59.151 INFO O| Aug 21 05:45:59.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65222024-08-21T05:45:59.669Z[ recovery-image] Aug 21 05:45:59.151 INFO O| Aug 21 05:45:59.151 INFO STEP 872 (remove_files) COMPLETE
65232024-08-21T05:45:59.669Z[ recovery-image] Aug 21 05:45:59.151 INFO O| Aug 21 05:45:59.151 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-08-21T05:45:59.676Z[ recovery-image] Aug 21 05:45:59.161 INFO O| Aug 21 05:45:59.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65252024-08-21T05:45:59.680Z[ recovery-image] Aug 21 05:45:59.161 INFO O| Aug 21 05:45:59.161 INFO STEP 873 (remove_files) COMPLETE
65262024-08-21T05:45:59.680Z[ recovery-image] Aug 21 05:45:59.161 INFO O| Aug 21 05:45:59.161 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-08-21T05:45:59.686Z[ recovery-image] Aug 21 05:45:59.170 INFO O| Aug 21 05:45:59.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65282024-08-21T05:45:59.688Z[ recovery-image] Aug 21 05:45:59.171 INFO O| Aug 21 05:45:59.171 INFO STEP 874 (remove_files) COMPLETE
65292024-08-21T05:45:59.688Z[ recovery-image] Aug 21 05:45:59.171 INFO O| Aug 21 05:45:59.171 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-08-21T05:45:59.695Z[ recovery-image] Aug 21 05:45:59.180 INFO O| Aug 21 05:45:59.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65312024-08-21T05:45:59.695Z[ recovery-image] Aug 21 05:45:59.180 INFO O| Aug 21 05:45:59.180 INFO STEP 875 (remove_files) COMPLETE
65322024-08-21T05:45:59.706Z[ recovery-image] Aug 21 05:45:59.180 INFO O| Aug 21 05:45:59.180 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-08-21T05:45:59.707Z[ recovery-image] Aug 21 05:45:59.190 INFO O| Aug 21 05:45:59.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65342024-08-21T05:45:59.707Z[ recovery-image] Aug 21 05:45:59.190 INFO O| Aug 21 05:45:59.190 INFO STEP 876 (remove_files) COMPLETE
65352024-08-21T05:45:59.707Z[ recovery-image] Aug 21 05:45:59.190 INFO O| Aug 21 05:45:59.190 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-08-21T05:45:59.714Z[ recovery-image] Aug 21 05:45:59.199 INFO O| Aug 21 05:45:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65372024-08-21T05:45:59.714Z[ recovery-image] Aug 21 05:45:59.199 INFO O| Aug 21 05:45:59.199 INFO STEP 877 (remove_files) COMPLETE
65382024-08-21T05:45:59.714Z[ recovery-image] Aug 21 05:45:59.199 INFO O| Aug 21 05:45:59.199 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-08-21T05:45:59.724Z[ recovery-image] Aug 21 05:45:59.209 INFO O| Aug 21 05:45:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65402024-08-21T05:45:59.724Z[ recovery-image] Aug 21 05:45:59.209 INFO O| Aug 21 05:45:59.209 INFO STEP 878 (remove_files) COMPLETE
65412024-08-21T05:45:59.727Z[ recovery-image] Aug 21 05:45:59.209 INFO O| Aug 21 05:45:59.209 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-21T05:45:59.734Z[ recovery-image] Aug 21 05:45:59.218 INFO O| Aug 21 05:45:59.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65432024-08-21T05:45:59.738Z[ recovery-image] Aug 21 05:45:59.218 INFO O| Aug 21 05:45:59.218 INFO STEP 879 (remove_files) COMPLETE
65442024-08-21T05:45:59.738Z[ recovery-image] Aug 21 05:45:59.218 INFO O| Aug 21 05:45:59.218 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-21T05:45:59.743Z[ recovery-image] Aug 21 05:45:59.227 INFO O| Aug 21 05:45:59.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65462024-08-21T05:45:59.744Z[ recovery-image] Aug 21 05:45:59.227 INFO O| Aug 21 05:45:59.227 INFO STEP 880 (remove_files) COMPLETE
65472024-08-21T05:45:59.748Z[ recovery-image] Aug 21 05:45:59.227 INFO O| Aug 21 05:45:59.227 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-21T05:45:59.754Z[ recovery-image] Aug 21 05:45:59.237 INFO O| Aug 21 05:45:59.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65492024-08-21T05:45:59.754Z[ recovery-image] Aug 21 05:45:59.237 INFO O| Aug 21 05:45:59.237 INFO STEP 881 (remove_files) COMPLETE
65502024-08-21T05:45:59.759Z[ recovery-image] Aug 21 05:45:59.237 INFO O| Aug 21 05:45:59.237 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-08-21T05:45:59.763Z[ recovery-image] Aug 21 05:45:59.246 INFO O| Aug 21 05:45:59.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65522024-08-21T05:45:59.763Z[ recovery-image] Aug 21 05:45:59.246 INFO O| Aug 21 05:45:59.246 INFO STEP 882 (remove_files) COMPLETE
65532024-08-21T05:45:59.764Z[ recovery-image] Aug 21 05:45:59.246 INFO O| Aug 21 05:45:59.246 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-08-21T05:45:59.774Z[ recovery-image] Aug 21 05:45:59.256 INFO O| Aug 21 05:45:59.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65552024-08-21T05:45:59.786Z[ recovery-image] Aug 21 05:45:59.256 INFO O| Aug 21 05:45:59.256 INFO STEP 883 (remove_files) COMPLETE
65562024-08-21T05:45:59.786Z[ recovery-image] Aug 21 05:45:59.256 INFO O| Aug 21 05:45:59.256 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-21T05:45:59.808Z[ recovery-image] Aug 21 05:45:59.265 INFO O| Aug 21 05:45:59.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65582024-08-21T05:45:59.812Z[ recovery-image] Aug 21 05:45:59.265 INFO O| Aug 21 05:45:59.265 INFO STEP 884 (remove_files) COMPLETE
65592024-08-21T05:45:59.812Z[ recovery-image] Aug 21 05:45:59.265 INFO O| Aug 21 05:45:59.265 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-21T05:45:59.812Z[ recovery-image] Aug 21 05:45:59.275 INFO O| Aug 21 05:45:59.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65612024-08-21T05:45:59.812Z[ recovery-image] Aug 21 05:45:59.275 INFO O| Aug 21 05:45:59.275 INFO STEP 885 (remove_files) COMPLETE
65622024-08-21T05:45:59.812Z[ recovery-image] Aug 21 05:45:59.275 INFO O| Aug 21 05:45:59.275 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-21T05:45:59.812Z[ recovery-image] Aug 21 05:45:59.284 INFO O| Aug 21 05:45:59.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65642024-08-21T05:45:59.812Z[ recovery-image] Aug 21 05:45:59.284 INFO O| Aug 21 05:45:59.284 INFO STEP 886 (remove_files) COMPLETE
65652024-08-21T05:45:59.812Z[ recovery-image] Aug 21 05:45:59.284 INFO O| Aug 21 05:45:59.284 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-08-21T05:45:59.837Z[ recovery-image] Aug 21 05:45:59.294 INFO O| Aug 21 05:45:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65672024-08-21T05:45:59.837Z[ recovery-image] Aug 21 05:45:59.294 INFO O| Aug 21 05:45:59.294 INFO STEP 887 (remove_files) COMPLETE
65682024-08-21T05:45:59.837Z[ recovery-image] Aug 21 05:45:59.294 INFO O| Aug 21 05:45:59.294 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-08-21T05:45:59.865Z[ recovery-image] Aug 21 05:45:59.303 INFO O| Aug 21 05:45:59.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65702024-08-21T05:45:59.866Z[ recovery-image] Aug 21 05:45:59.304 INFO O| Aug 21 05:45:59.303 INFO STEP 888 (remove_files) COMPLETE
65712024-08-21T05:45:59.866Z[ recovery-image] Aug 21 05:45:59.304 INFO O| Aug 21 05:45:59.304 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-08-21T05:45:59.866Z[ recovery-image] Aug 21 05:45:59.313 INFO O| Aug 21 05:45:59.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65732024-08-21T05:45:59.866Z[ recovery-image] Aug 21 05:45:59.313 INFO O| Aug 21 05:45:59.313 INFO STEP 889 (remove_files) COMPLETE
65742024-08-21T05:45:59.866Z[ recovery-image] Aug 21 05:45:59.313 INFO O| Aug 21 05:45:59.313 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-08-21T05:45:59.866Z[ recovery-image] Aug 21 05:45:59.323 INFO O| Aug 21 05:45:59.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65762024-08-21T05:45:59.867Z[ recovery-image] Aug 21 05:45:59.323 INFO O| Aug 21 05:45:59.323 INFO STEP 890 (remove_files) COMPLETE
65772024-08-21T05:45:59.867Z[ recovery-image] Aug 21 05:45:59.323 INFO O| Aug 21 05:45:59.323 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-08-21T05:45:59.872Z[ recovery-image] Aug 21 05:45:59.333 INFO O| Aug 21 05:45:59.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65792024-08-21T05:45:59.872Z[ recovery-image] Aug 21 05:45:59.333 INFO O| Aug 21 05:45:59.333 INFO STEP 891 (remove_files) COMPLETE
65802024-08-21T05:45:59.872Z[ recovery-image] Aug 21 05:45:59.333 INFO O| Aug 21 05:45:59.333 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-08-21T05:45:59.872Z[ recovery-image] Aug 21 05:45:59.342 INFO O| Aug 21 05:45:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65822024-08-21T05:45:59.872Z[ recovery-image] Aug 21 05:45:59.342 INFO O| Aug 21 05:45:59.342 INFO STEP 892 (remove_files) COMPLETE
65832024-08-21T05:45:59.872Z[ recovery-image] Aug 21 05:45:59.342 INFO O| Aug 21 05:45:59.342 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-08-21T05:45:59.872Z[ recovery-image] Aug 21 05:45:59.352 INFO O| Aug 21 05:45:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65852024-08-21T05:45:59.872Z[ recovery-image] Aug 21 05:45:59.352 INFO O| Aug 21 05:45:59.352 INFO STEP 893 (remove_files) COMPLETE
65862024-08-21T05:45:59.872Z[ recovery-image] Aug 21 05:45:59.352 INFO O| Aug 21 05:45:59.352 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-08-21T05:45:59.877Z[ recovery-image] Aug 21 05:45:59.361 INFO O| Aug 21 05:45:59.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65882024-08-21T05:45:59.877Z[ recovery-image] Aug 21 05:45:59.361 INFO O| Aug 21 05:45:59.361 INFO STEP 894 (remove_files) COMPLETE
65892024-08-21T05:45:59.888Z[ recovery-image] Aug 21 05:45:59.361 INFO O| Aug 21 05:45:59.361 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-08-21T05:45:59.895Z[ recovery-image] Aug 21 05:45:59.371 INFO O| Aug 21 05:45:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65912024-08-21T05:45:59.895Z[ recovery-image] Aug 21 05:45:59.371 INFO O| Aug 21 05:45:59.371 INFO STEP 895 (remove_files) COMPLETE
65922024-08-21T05:45:59.895Z[ recovery-image] Aug 21 05:45:59.371 INFO O| Aug 21 05:45:59.371 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-08-21T05:45:59.895Z[ host-image] Aug 21 05:45:59.375 INFO O| Aug 21 05:45:59.375 INFO O| Planning: Fetching manifests: 6/6 100% complete
65942024-08-21T05:45:59.901Z[ recovery-image] Aug 21 05:45:59.380 INFO O| Aug 21 05:45:59.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65952024-08-21T05:45:59.901Z[ recovery-image] Aug 21 05:45:59.381 INFO O| Aug 21 05:45:59.380 INFO STEP 896 (remove_files) COMPLETE
65962024-08-21T05:45:59.901Z[ recovery-image] Aug 21 05:45:59.381 INFO O| Aug 21 05:45:59.380 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-21T05:45:59.907Z[ recovery-image] Aug 21 05:45:59.390 INFO O| Aug 21 05:45:59.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65982024-08-21T05:45:59.907Z[ recovery-image] Aug 21 05:45:59.390 INFO O| Aug 21 05:45:59.390 INFO STEP 897 (remove_files) COMPLETE
65992024-08-21T05:45:59.916Z[ recovery-image] Aug 21 05:45:59.390 INFO O| Aug 21 05:45:59.390 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-21T05:45:59.921Z[ recovery-image] Aug 21 05:45:59.400 INFO O| Aug 21 05:45:59.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66012024-08-21T05:45:59.921Z[ recovery-image] Aug 21 05:45:59.401 INFO O| Aug 21 05:45:59.401 INFO STEP 898 (remove_files) COMPLETE
66022024-08-21T05:45:59.921Z[ recovery-image] Aug 21 05:45:59.401 INFO O| Aug 21 05:45:59.401 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-21T05:45:59.925Z[ host-image] Aug 21 05:45:59.408 INFO O| Aug 21 05:45:59.408 INFO O| Planning: Package planning ... Done
66042024-08-21T05:45:59.929Z[ recovery-image] Aug 21 05:45:59.413 INFO O| Aug 21 05:45:59.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66052024-08-21T05:45:59.939Z[ recovery-image] Aug 21 05:45:59.413 INFO O| Aug 21 05:45:59.413 INFO STEP 899 (remove_files) COMPLETE
66062024-08-21T05:45:59.939Z[ recovery-image] Aug 21 05:45:59.413 INFO O| Aug 21 05:45:59.413 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-21T05:45:59.958Z[ recovery-image] Aug 21 05:45:59.423 INFO O| Aug 21 05:45:59.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66082024-08-21T05:45:59.958Z[ recovery-image] Aug 21 05:45:59.423 INFO O| Aug 21 05:45:59.423 INFO STEP 900 (remove_files) COMPLETE
66092024-08-21T05:45:59.958Z[ recovery-image] Aug 21 05:45:59.423 INFO O| Aug 21 05:45:59.423 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-21T05:45:59.958Z[ host-image] Aug 21 05:45:59.429 INFO O| Aug 21 05:45:59.429 INFO O| Planning: Merging actions ... Done
66112024-08-21T05:45:59.968Z[ recovery-image] Aug 21 05:45:59.433 INFO O| Aug 21 05:45:59.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66122024-08-21T05:45:59.968Z[ recovery-image] Aug 21 05:45:59.433 INFO O| Aug 21 05:45:59.433 INFO STEP 901 (remove_files) COMPLETE
66132024-08-21T05:45:59.968Z[ recovery-image] Aug 21 05:45:59.433 INFO O| Aug 21 05:45:59.433 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-08-21T05:45:59.968Z[ recovery-image] Aug 21 05:45:59.442 INFO O| Aug 21 05:45:59.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66152024-08-21T05:45:59.968Z[ recovery-image] Aug 21 05:45:59.442 INFO O| Aug 21 05:45:59.442 INFO STEP 902 (remove_files) COMPLETE
66162024-08-21T05:45:59.968Z[ recovery-image] Aug 21 05:45:59.442 INFO O| Aug 21 05:45:59.442 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-08-21T05:45:59.976Z[ recovery-image] Aug 21 05:45:59.452 INFO O| Aug 21 05:45:59.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66182024-08-21T05:45:59.976Z[ recovery-image] Aug 21 05:45:59.452 INFO O| Aug 21 05:45:59.452 INFO STEP 903 (remove_files) COMPLETE
66192024-08-21T05:45:59.977Z[ recovery-image] Aug 21 05:45:59.452 INFO O| Aug 21 05:45:59.452 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-08-21T05:45:59.989Z[ recovery-image] Aug 21 05:45:59.462 INFO O| Aug 21 05:45:59.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66212024-08-21T05:45:59.989Z[ recovery-image] Aug 21 05:45:59.462 INFO O| Aug 21 05:45:59.462 INFO STEP 904 (remove_files) COMPLETE
66222024-08-21T05:45:59.989Z[ recovery-image] Aug 21 05:45:59.462 INFO O| Aug 21 05:45:59.462 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-08-21T05:45:59.998Z[ recovery-image] Aug 21 05:45:59.472 INFO O| Aug 21 05:45:59.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66242024-08-21T05:45:59.999Z[ recovery-image] Aug 21 05:45:59.472 INFO O| Aug 21 05:45:59.472 INFO STEP 905 (remove_files) COMPLETE
66252024-08-21T05:45:59.999Z[ recovery-image] Aug 21 05:45:59.472 INFO O| Aug 21 05:45:59.472 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-08-21T05:46:00.006Z[ recovery-image] Aug 21 05:45:59.482 INFO O| Aug 21 05:45:59.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66272024-08-21T05:46:00.006Z[ recovery-image] Aug 21 05:45:59.482 INFO O| Aug 21 05:45:59.482 INFO STEP 906 (remove_files) COMPLETE
66282024-08-21T05:46:00.007Z[ recovery-image] Aug 21 05:45:59.482 INFO O| Aug 21 05:45:59.482 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-08-21T05:46:00.017Z[ recovery-image] Aug 21 05:45:59.492 INFO O| Aug 21 05:45:59.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66302024-08-21T05:46:00.018Z[ recovery-image] Aug 21 05:45:59.492 INFO O| Aug 21 05:45:59.492 INFO STEP 907 (remove_files) COMPLETE
66312024-08-21T05:46:00.018Z[ recovery-image] Aug 21 05:45:59.492 INFO O| Aug 21 05:45:59.492 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-08-21T05:46:00.023Z[ host-image] Aug 21 05:45:59.502 INFO O| Aug 21 05:45:59.502 INFO O| Planning: Checking for conflicting actions ... Done
66332024-08-21T05:46:00.023Z[ recovery-image] Aug 21 05:45:59.502 INFO O| Aug 21 05:45:59.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66342024-08-21T05:46:00.023Z[ recovery-image] Aug 21 05:45:59.502 INFO O| Aug 21 05:45:59.502 INFO STEP 908 (remove_files) COMPLETE
66352024-08-21T05:46:00.023Z[ recovery-image] Aug 21 05:45:59.502 INFO O| Aug 21 05:45:59.502 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-08-21T05:46:00.023Z[ host-image] Aug 21 05:45:59.506 INFO O| Aug 21 05:45:59.506 INFO O| Planning: Consolidating action changes ... Done
66372024-08-21T05:46:00.037Z[ recovery-image] Aug 21 05:45:59.512 INFO O| Aug 21 05:45:59.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66382024-08-21T05:46:00.037Z[ recovery-image] Aug 21 05:45:59.512 INFO O| Aug 21 05:45:59.512 INFO STEP 909 (remove_files) COMPLETE
66392024-08-21T05:46:00.037Z[ recovery-image] Aug 21 05:45:59.512 INFO O| Aug 21 05:45:59.512 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-21T05:46:00.044Z[ recovery-image] Aug 21 05:45:59.522 INFO O| Aug 21 05:45:59.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66412024-08-21T05:46:00.044Z[ recovery-image] Aug 21 05:45:59.522 INFO O| Aug 21 05:45:59.522 INFO STEP 910 (remove_files) COMPLETE
66422024-08-21T05:46:00.044Z[ recovery-image] Aug 21 05:45:59.522 INFO O| Aug 21 05:45:59.522 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-21T05:46:00.048Z[ recovery-image] Aug 21 05:45:59.532 INFO O| Aug 21 05:45:59.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66442024-08-21T05:46:00.049Z[ recovery-image] Aug 21 05:45:59.532 INFO O| Aug 21 05:45:59.532 INFO STEP 911 (remove_files) COMPLETE
66452024-08-21T05:46:00.049Z[ recovery-image] Aug 21 05:45:59.532 INFO O| Aug 21 05:45:59.532 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-21T05:46:00.058Z[ recovery-image] Aug 21 05:45:59.541 INFO O| Aug 21 05:45:59.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66472024-08-21T05:46:00.058Z[ recovery-image] Aug 21 05:45:59.541 INFO O| Aug 21 05:45:59.541 INFO STEP 912 (remove_files) COMPLETE
66482024-08-21T05:46:00.064Z[ recovery-image] Aug 21 05:45:59.541 INFO O| Aug 21 05:45:59.541 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-21T05:46:00.074Z[ recovery-image] Aug 21 05:45:59.551 INFO O| Aug 21 05:45:59.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66502024-08-21T05:46:00.074Z[ recovery-image] Aug 21 05:45:59.551 INFO O| Aug 21 05:45:59.551 INFO STEP 913 (remove_files) COMPLETE
66512024-08-21T05:46:00.074Z[ recovery-image] Aug 21 05:45:59.551 INFO O| Aug 21 05:45:59.551 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-21T05:46:00.078Z[ recovery-image] Aug 21 05:45:59.560 INFO O| Aug 21 05:45:59.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66532024-08-21T05:46:00.078Z[ recovery-image] Aug 21 05:45:59.561 INFO O| Aug 21 05:45:59.560 INFO STEP 914 (remove_files) COMPLETE
66542024-08-21T05:46:00.078Z[ recovery-image] Aug 21 05:45:59.561 INFO O| Aug 21 05:45:59.561 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-21T05:46:00.091Z[ recovery-image] Aug 21 05:45:59.570 INFO O| Aug 21 05:45:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66562024-08-21T05:46:00.091Z[ recovery-image] Aug 21 05:45:59.570 INFO O| Aug 21 05:45:59.570 INFO STEP 915 (remove_files) COMPLETE
66572024-08-21T05:46:00.115Z[ recovery-image] Aug 21 05:45:59.570 INFO O| Aug 21 05:45:59.570 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-21T05:46:00.116Z[ recovery-image] Aug 21 05:45:59.580 INFO O| Aug 21 05:45:59.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66592024-08-21T05:46:00.116Z[ recovery-image] Aug 21 05:45:59.580 INFO O| Aug 21 05:45:59.580 INFO STEP 916 (remove_files) COMPLETE
66602024-08-21T05:46:00.116Z[ recovery-image] Aug 21 05:45:59.580 INFO O| Aug 21 05:45:59.580 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-21T05:46:00.121Z[ recovery-image] Aug 21 05:45:59.590 INFO O| Aug 21 05:45:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66622024-08-21T05:46:00.121Z[ recovery-image] Aug 21 05:45:59.590 INFO O| Aug 21 05:45:59.590 INFO STEP 917 (remove_files) COMPLETE
66632024-08-21T05:46:00.121Z[ recovery-image] Aug 21 05:45:59.590 INFO O| Aug 21 05:45:59.590 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-21T05:46:00.121Z[ recovery-image] Aug 21 05:45:59.599 INFO O| Aug 21 05:45:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66652024-08-21T05:46:00.121Z[ recovery-image] Aug 21 05:45:59.599 INFO O| Aug 21 05:45:59.599 INFO STEP 918 (remove_files) COMPLETE
66662024-08-21T05:46:00.122Z[ recovery-image] Aug 21 05:45:59.599 INFO O| Aug 21 05:45:59.599 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-21T05:46:00.127Z[ recovery-image] Aug 21 05:45:59.609 INFO O| Aug 21 05:45:59.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66682024-08-21T05:46:00.127Z[ recovery-image] Aug 21 05:45:59.609 INFO O| Aug 21 05:45:59.609 INFO STEP 919 (remove_files) COMPLETE
66692024-08-21T05:46:00.127Z[ recovery-image] Aug 21 05:45:59.609 INFO O| Aug 21 05:45:59.609 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-21T05:46:00.137Z[ recovery-image] Aug 21 05:45:59.619 INFO O| Aug 21 05:45:59.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66712024-08-21T05:46:00.137Z[ recovery-image] Aug 21 05:45:59.619 INFO O| Aug 21 05:45:59.619 INFO STEP 920 (remove_files) COMPLETE
66722024-08-21T05:46:00.141Z[ recovery-image] Aug 21 05:45:59.619 INFO O| Aug 21 05:45:59.619 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-21T05:46:00.147Z[ recovery-image] Aug 21 05:45:59.628 INFO O| Aug 21 05:45:59.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66742024-08-21T05:46:00.148Z[ recovery-image] Aug 21 05:45:59.628 INFO O| Aug 21 05:45:59.628 INFO STEP 921 (remove_files) COMPLETE
66752024-08-21T05:46:00.148Z[ recovery-image] Aug 21 05:45:59.628 INFO O| Aug 21 05:45:59.628 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-21T05:46:00.156Z[ recovery-image] Aug 21 05:45:59.638 INFO O| Aug 21 05:45:59.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66772024-08-21T05:46:00.160Z[ recovery-image] Aug 21 05:45:59.638 INFO O| Aug 21 05:45:59.638 INFO STEP 922 (remove_files) COMPLETE
66782024-08-21T05:46:00.160Z[ recovery-image] Aug 21 05:45:59.638 INFO O| Aug 21 05:45:59.638 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-21T05:46:00.165Z[ recovery-image] Aug 21 05:45:59.647 INFO O| Aug 21 05:45:59.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66802024-08-21T05:46:00.165Z[ recovery-image] Aug 21 05:45:59.647 INFO O| Aug 21 05:45:59.647 INFO STEP 923 (remove_files) COMPLETE
66812024-08-21T05:46:00.165Z[ recovery-image] Aug 21 05:45:59.647 INFO O| Aug 21 05:45:59.647 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-21T05:46:00.179Z[ recovery-image] Aug 21 05:45:59.657 INFO O| Aug 21 05:45:59.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66832024-08-21T05:46:00.188Z[ recovery-image] Aug 21 05:45:59.657 INFO O| Aug 21 05:45:59.657 INFO STEP 924 (remove_files) COMPLETE
66842024-08-21T05:46:00.188Z[ recovery-image] Aug 21 05:45:59.657 INFO O| Aug 21 05:45:59.657 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-21T05:46:00.189Z[ recovery-image] Aug 21 05:45:59.667 INFO O| Aug 21 05:45:59.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66862024-08-21T05:46:00.189Z[ recovery-image] Aug 21 05:45:59.667 INFO O| Aug 21 05:45:59.667 INFO STEP 925 (remove_files) COMPLETE
66872024-08-21T05:46:00.189Z[ recovery-image] Aug 21 05:45:59.667 INFO O| Aug 21 05:45:59.667 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-21T05:46:00.197Z[ recovery-image] Aug 21 05:45:59.677 INFO O| Aug 21 05:45:59.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66892024-08-21T05:46:00.197Z[ recovery-image] Aug 21 05:45:59.677 INFO O| Aug 21 05:45:59.677 INFO STEP 926 (remove_files) COMPLETE
66902024-08-21T05:46:00.197Z[ recovery-image] Aug 21 05:45:59.677 INFO O| Aug 21 05:45:59.677 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-21T05:46:00.204Z[ host-image] Aug 21 05:45:59.684 INFO O| Aug 21 05:45:59.684 INFO O| Planning: Evaluating mediators ... Done
66922024-08-21T05:46:00.209Z[ recovery-image] Aug 21 05:45:59.686 INFO O| Aug 21 05:45:59.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66932024-08-21T05:46:00.209Z[ recovery-image] Aug 21 05:45:59.686 INFO O| Aug 21 05:45:59.686 INFO STEP 927 (remove_files) COMPLETE
66942024-08-21T05:46:00.209Z[ recovery-image] Aug 21 05:45:59.686 INFO O| Aug 21 05:45:59.686 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-08-21T05:46:00.209Z[ host-image] Aug 21 05:45:59.687 INFO O| Aug 21 05:45:59.687 INFO O| Planning: Planning completed in 2.41 seconds
66962024-08-21T05:46:00.209Z[ host-image] Aug 21 05:45:59.689 INFO O| Aug 21 05:45:59.689 INFO O| Packages to install: 6
66972024-08-21T05:46:00.209Z[ host-image] Aug 21 05:45:59.689 INFO O| Aug 21 05:45:59.689 INFO O| Mediators to change: 1
66982024-08-21T05:46:00.209Z[ host-image] Aug 21 05:45:59.689 INFO O| Aug 21 05:45:59.689 INFO O| Services to change: 1
66992024-08-21T05:46:00.214Z[ recovery-image] Aug 21 05:45:59.696 INFO O| Aug 21 05:45:59.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67002024-08-21T05:46:00.214Z[ recovery-image] Aug 21 05:45:59.696 INFO O| Aug 21 05:45:59.696 INFO STEP 928 (remove_files) COMPLETE
67012024-08-21T05:46:00.214Z[ recovery-image] Aug 21 05:45:59.696 INFO O| Aug 21 05:45:59.696 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-08-21T05:46:00.236Z[ host-image] Aug 21 05:45:59.701 INFO O| Aug 21 05:45:59.701 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
67032024-08-21T05:46:00.250Z[ recovery-image] Aug 21 05:45:59.706 INFO O| Aug 21 05:45:59.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67042024-08-21T05:46:00.250Z[ recovery-image] Aug 21 05:45:59.706 INFO O| Aug 21 05:45:59.706 INFO STEP 929 (remove_files) COMPLETE
67052024-08-21T05:46:00.250Z[ recovery-image] Aug 21 05:45:59.706 INFO O| Aug 21 05:45:59.706 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-21T05:46:00.250Z[ recovery-image] Aug 21 05:45:59.715 INFO O| Aug 21 05:45:59.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67072024-08-21T05:46:00.250Z[ recovery-image] Aug 21 05:45:59.716 INFO O| Aug 21 05:45:59.716 INFO STEP 930 (remove_files) COMPLETE
67082024-08-21T05:46:00.250Z[ recovery-image] Aug 21 05:45:59.716 INFO O| Aug 21 05:45:59.716 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-21T05:46:00.251Z[ recovery-image] Aug 21 05:45:59.725 INFO O| Aug 21 05:45:59.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67102024-08-21T05:46:00.251Z[ recovery-image] Aug 21 05:45:59.725 INFO O| Aug 21 05:45:59.725 INFO STEP 931 (remove_files) COMPLETE
67112024-08-21T05:46:00.251Z[ recovery-image] Aug 21 05:45:59.725 INFO O| Aug 21 05:45:59.725 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-21T05:46:00.272Z[ recovery-image] Aug 21 05:45:59.735 INFO O| Aug 21 05:45:59.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67132024-08-21T05:46:00.272Z[ recovery-image] Aug 21 05:45:59.735 INFO O| Aug 21 05:45:59.735 INFO STEP 932 (remove_files) COMPLETE
67142024-08-21T05:46:00.272Z[ recovery-image] Aug 21 05:45:59.735 INFO O| Aug 21 05:45:59.735 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-21T05:46:00.272Z[ recovery-image] Aug 21 05:45:59.745 INFO O| Aug 21 05:45:59.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67162024-08-21T05:46:00.273Z[ recovery-image] Aug 21 05:45:59.745 INFO O| Aug 21 05:45:59.745 INFO STEP 933 (remove_files) COMPLETE
67172024-08-21T05:46:00.273Z[ recovery-image] Aug 21 05:45:59.745 INFO O| Aug 21 05:45:59.745 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-21T05:46:00.278Z[ recovery-image] Aug 21 05:45:59.754 INFO O| Aug 21 05:45:59.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67192024-08-21T05:46:00.278Z[ recovery-image] Aug 21 05:45:59.754 INFO O| Aug 21 05:45:59.754 INFO STEP 934 (remove_files) COMPLETE
67202024-08-21T05:46:00.278Z[ recovery-image] Aug 21 05:45:59.754 INFO O| Aug 21 05:45:59.754 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-21T05:46:00.283Z[ recovery-image] Aug 21 05:45:59.764 INFO O| Aug 21 05:45:59.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67222024-08-21T05:46:00.283Z[ recovery-image] Aug 21 05:45:59.764 INFO O| Aug 21 05:45:59.764 INFO STEP 935 (remove_files) COMPLETE
67232024-08-21T05:46:00.284Z[ recovery-image] Aug 21 05:45:59.764 INFO O| Aug 21 05:45:59.764 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-21T05:46:00.292Z[ recovery-image] Aug 21 05:45:59.774 INFO O| Aug 21 05:45:59.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67252024-08-21T05:46:00.292Z[ recovery-image] Aug 21 05:45:59.774 INFO O| Aug 21 05:45:59.774 INFO STEP 936 (remove_files) COMPLETE
67262024-08-21T05:46:00.293Z[ recovery-image] Aug 21 05:45:59.774 INFO O| Aug 21 05:45:59.774 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-21T05:46:00.299Z[ recovery-image] Aug 21 05:45:59.783 INFO O| Aug 21 05:45:59.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67282024-08-21T05:46:00.306Z[ recovery-image] Aug 21 05:45:59.783 INFO O| Aug 21 05:45:59.783 INFO STEP 937 (remove_files) COMPLETE
67292024-08-21T05:46:00.307Z[ recovery-image] Aug 21 05:45:59.783 INFO O| Aug 21 05:45:59.783 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-21T05:46:00.322Z[ recovery-image] Aug 21 05:45:59.793 INFO O| Aug 21 05:45:59.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67312024-08-21T05:46:00.322Z[ recovery-image] Aug 21 05:45:59.793 INFO O| Aug 21 05:45:59.793 INFO STEP 938 (remove_files) COMPLETE
67322024-08-21T05:46:00.322Z[ recovery-image] Aug 21 05:45:59.793 INFO O| Aug 21 05:45:59.793 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-21T05:46:00.322Z[ recovery-image] Aug 21 05:45:59.802 INFO O| Aug 21 05:45:59.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67342024-08-21T05:46:00.322Z[ recovery-image] Aug 21 05:45:59.803 INFO O| Aug 21 05:45:59.803 INFO STEP 939 (remove_files) COMPLETE
67352024-08-21T05:46:00.322Z[ recovery-image] Aug 21 05:45:59.803 INFO O| Aug 21 05:45:59.803 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-21T05:46:00.328Z[ recovery-image] Aug 21 05:45:59.812 INFO O| Aug 21 05:45:59.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67372024-08-21T05:46:00.328Z[ recovery-image] Aug 21 05:45:59.812 INFO O| Aug 21 05:45:59.812 INFO STEP 940 (remove_files) COMPLETE
67382024-08-21T05:46:00.332Z[ recovery-image] Aug 21 05:45:59.812 INFO O| Aug 21 05:45:59.812 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-21T05:46:00.337Z[ recovery-image] Aug 21 05:45:59.822 INFO O| Aug 21 05:45:59.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67402024-08-21T05:46:00.337Z[ recovery-image] Aug 21 05:45:59.822 INFO O| Aug 21 05:45:59.822 INFO STEP 941 (remove_files) COMPLETE
67412024-08-21T05:46:00.341Z[ recovery-image] Aug 21 05:45:59.822 INFO O| Aug 21 05:45:59.822 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-21T05:46:00.349Z[ recovery-image] Aug 21 05:45:59.831 INFO O| Aug 21 05:45:59.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67432024-08-21T05:46:00.349Z[ recovery-image] Aug 21 05:45:59.831 INFO O| Aug 21 05:45:59.831 INFO STEP 942 (remove_files) COMPLETE
67442024-08-21T05:46:00.349Z[ recovery-image] Aug 21 05:45:59.831 INFO O| Aug 21 05:45:59.831 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-21T05:46:00.359Z[ recovery-image] Aug 21 05:45:59.841 INFO O| Aug 21 05:45:59.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67462024-08-21T05:46:00.360Z[ recovery-image] Aug 21 05:45:59.841 INFO O| Aug 21 05:45:59.841 INFO STEP 943 (remove_files) COMPLETE
67472024-08-21T05:46:00.360Z[ recovery-image] Aug 21 05:45:59.841 INFO O| Aug 21 05:45:59.841 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-21T05:46:00.366Z[ recovery-image] Aug 21 05:45:59.850 INFO O| Aug 21 05:45:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67492024-08-21T05:46:00.369Z[ recovery-image] Aug 21 05:45:59.850 INFO O| Aug 21 05:45:59.850 INFO STEP 944 (remove_files) COMPLETE
67502024-08-21T05:46:00.369Z[ recovery-image] Aug 21 05:45:59.850 INFO O| Aug 21 05:45:59.850 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-21T05:46:00.375Z[ recovery-image] Aug 21 05:45:59.860 INFO O| Aug 21 05:45:59.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67522024-08-21T05:46:00.378Z[ recovery-image] Aug 21 05:45:59.860 INFO O| Aug 21 05:45:59.860 INFO STEP 945 (remove_files) COMPLETE
67532024-08-21T05:46:00.378Z[ recovery-image] Aug 21 05:45:59.860 INFO O| Aug 21 05:45:59.860 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-21T05:46:00.387Z[ recovery-image] Aug 21 05:45:59.869 INFO O| Aug 21 05:45:59.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67552024-08-21T05:46:00.387Z[ recovery-image] Aug 21 05:45:59.870 INFO O| Aug 21 05:45:59.869 INFO STEP 946 (remove_files) COMPLETE
67562024-08-21T05:46:00.387Z[ recovery-image] Aug 21 05:45:59.870 INFO O| Aug 21 05:45:59.870 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-21T05:46:00.395Z[ recovery-image] Aug 21 05:45:59.879 INFO O| Aug 21 05:45:59.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67582024-08-21T05:46:00.395Z[ recovery-image] Aug 21 05:45:59.879 INFO O| Aug 21 05:45:59.879 INFO STEP 947 (remove_files) COMPLETE
67592024-08-21T05:46:00.398Z[ recovery-image] Aug 21 05:45:59.879 INFO O| Aug 21 05:45:59.879 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-21T05:46:00.404Z[ recovery-image] Aug 21 05:45:59.889 INFO O| Aug 21 05:45:59.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67612024-08-21T05:46:00.404Z[ recovery-image] Aug 21 05:45:59.889 INFO O| Aug 21 05:45:59.889 INFO STEP 948 (remove_files) COMPLETE
67622024-08-21T05:46:00.406Z[ recovery-image] Aug 21 05:45:59.889 INFO O| Aug 21 05:45:59.889 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-21T05:46:00.414Z[ recovery-image] Aug 21 05:45:59.898 INFO O| Aug 21 05:45:59.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67642024-08-21T05:46:00.414Z[ recovery-image] Aug 21 05:45:59.898 INFO O| Aug 21 05:45:59.898 INFO STEP 949 (remove_files) COMPLETE
67652024-08-21T05:46:00.416Z[ recovery-image] Aug 21 05:45:59.898 INFO O| Aug 21 05:45:59.898 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-21T05:46:00.423Z[ recovery-image] Aug 21 05:45:59.908 INFO O| Aug 21 05:45:59.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67672024-08-21T05:46:00.423Z[ recovery-image] Aug 21 05:45:59.908 INFO O| Aug 21 05:45:59.908 INFO STEP 950 (remove_files) COMPLETE
67682024-08-21T05:46:00.425Z[ recovery-image] Aug 21 05:45:59.908 INFO O| Aug 21 05:45:59.908 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-21T05:46:00.432Z[ recovery-image] Aug 21 05:45:59.917 INFO O| Aug 21 05:45:59.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67702024-08-21T05:46:00.432Z[ recovery-image] Aug 21 05:45:59.917 INFO O| Aug 21 05:45:59.917 INFO STEP 951 (remove_files) COMPLETE
67712024-08-21T05:46:00.435Z[ recovery-image] Aug 21 05:45:59.917 INFO O| Aug 21 05:45:59.917 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-21T05:46:00.449Z[ recovery-image] Aug 21 05:45:59.927 INFO O| Aug 21 05:45:59.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67732024-08-21T05:46:00.449Z[ recovery-image] Aug 21 05:45:59.927 INFO O| Aug 21 05:45:59.927 INFO STEP 952 (remove_files) COMPLETE
67742024-08-21T05:46:00.453Z[ recovery-image] Aug 21 05:45:59.927 INFO O| Aug 21 05:45:59.927 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-21T05:46:00.453Z[ recovery-image] Aug 21 05:45:59.937 INFO O| Aug 21 05:45:59.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67762024-08-21T05:46:00.453Z[ recovery-image] Aug 21 05:45:59.937 INFO O| Aug 21 05:45:59.937 INFO STEP 953 (remove_files) COMPLETE
67772024-08-21T05:46:00.453Z[ recovery-image] Aug 21 05:45:59.937 INFO O| Aug 21 05:45:59.937 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-21T05:46:00.461Z[ recovery-image] Aug 21 05:45:59.946 INFO O| Aug 21 05:45:59.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67792024-08-21T05:46:00.464Z[ recovery-image] Aug 21 05:45:59.946 INFO O| Aug 21 05:45:59.946 INFO STEP 954 (remove_files) COMPLETE
67802024-08-21T05:46:00.464Z[ recovery-image] Aug 21 05:45:59.946 INFO O| Aug 21 05:45:59.946 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-21T05:46:00.472Z[ recovery-image] Aug 21 05:45:59.956 INFO O| Aug 21 05:45:59.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67822024-08-21T05:46:00.472Z[ recovery-image] Aug 21 05:45:59.956 INFO O| Aug 21 05:45:59.956 INFO STEP 955 (remove_files) COMPLETE
67832024-08-21T05:46:00.472Z[ recovery-image] Aug 21 05:45:59.956 INFO O| Aug 21 05:45:59.956 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-21T05:46:00.480Z[ recovery-image] Aug 21 05:45:59.965 INFO O| Aug 21 05:45:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67852024-08-21T05:46:00.483Z[ recovery-image] Aug 21 05:45:59.965 INFO O| Aug 21 05:45:59.965 INFO STEP 956 (remove_files) COMPLETE
67862024-08-21T05:46:00.483Z[ recovery-image] Aug 21 05:45:59.965 INFO O| Aug 21 05:45:59.965 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-21T05:46:00.490Z[ recovery-image] Aug 21 05:45:59.975 INFO O| Aug 21 05:45:59.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67882024-08-21T05:46:00.490Z[ recovery-image] Aug 21 05:45:59.975 INFO O| Aug 21 05:45:59.975 INFO STEP 957 (remove_files) COMPLETE
67892024-08-21T05:46:00.493Z[ recovery-image] Aug 21 05:45:59.975 INFO O| Aug 21 05:45:59.975 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-21T05:46:00.500Z[ recovery-image] Aug 21 05:45:59.984 INFO O| Aug 21 05:45:59.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67912024-08-21T05:46:00.502Z[ recovery-image] Aug 21 05:45:59.984 INFO O| Aug 21 05:45:59.984 INFO STEP 958 (remove_files) COMPLETE
67922024-08-21T05:46:00.502Z[ recovery-image] Aug 21 05:45:59.984 INFO O| Aug 21 05:45:59.984 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-21T05:46:00.510Z[ recovery-image] Aug 21 05:45:59.994 INFO O| Aug 21 05:45:59.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67942024-08-21T05:46:00.510Z[ recovery-image] Aug 21 05:45:59.994 INFO O| Aug 21 05:45:59.994 INFO STEP 959 (remove_files) COMPLETE
67952024-08-21T05:46:00.515Z[ recovery-image] Aug 21 05:45:59.994 INFO O| Aug 21 05:45:59.994 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-21T05:46:00.520Z[ recovery-image] Aug 21 05:46:00.004 INFO O| Aug 21 05:46:00.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67972024-08-21T05:46:00.520Z[ recovery-image] Aug 21 05:46:00.004 INFO O| Aug 21 05:46:00.004 INFO STEP 960 (remove_files) COMPLETE
67982024-08-21T05:46:00.520Z[ recovery-image] Aug 21 05:46:00.004 INFO O| Aug 21 05:46:00.004 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-21T05:46:00.529Z[ recovery-image] Aug 21 05:46:00.014 INFO O| Aug 21 05:46:00.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68002024-08-21T05:46:00.529Z[ recovery-image] Aug 21 05:46:00.014 INFO O| Aug 21 05:46:00.014 INFO STEP 961 (remove_files) COMPLETE
68012024-08-21T05:46:00.529Z[ recovery-image] Aug 21 05:46:00.014 INFO O| Aug 21 05:46:00.014 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-21T05:46:00.539Z[ recovery-image] Aug 21 05:46:00.024 INFO O| Aug 21 05:46:00.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68032024-08-21T05:46:00.541Z[ recovery-image] Aug 21 05:46:00.024 INFO O| Aug 21 05:46:00.024 INFO STEP 962 (remove_files) COMPLETE
68042024-08-21T05:46:00.541Z[ recovery-image] Aug 21 05:46:00.024 INFO O| Aug 21 05:46:00.024 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-21T05:46:00.548Z[ recovery-image] Aug 21 05:46:00.033 INFO O| Aug 21 05:46:00.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68062024-08-21T05:46:00.548Z[ recovery-image] Aug 21 05:46:00.033 INFO O| Aug 21 05:46:00.033 INFO STEP 963 (remove_files) COMPLETE
68072024-08-21T05:46:00.551Z[ recovery-image] Aug 21 05:46:00.033 INFO O| Aug 21 05:46:00.033 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-21T05:46:00.558Z[ recovery-image] Aug 21 05:46:00.043 INFO O| Aug 21 05:46:00.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68092024-08-21T05:46:00.560Z[ recovery-image] Aug 21 05:46:00.043 INFO O| Aug 21 05:46:00.043 INFO STEP 964 (remove_files) COMPLETE
68102024-08-21T05:46:00.560Z[ recovery-image] Aug 21 05:46:00.043 INFO O| Aug 21 05:46:00.043 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-21T05:46:00.568Z[ recovery-image] Aug 21 05:46:00.053 INFO O| Aug 21 05:46:00.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68122024-08-21T05:46:00.571Z[ recovery-image] Aug 21 05:46:00.053 INFO O| Aug 21 05:46:00.053 INFO STEP 965 (remove_files) COMPLETE
68132024-08-21T05:46:00.571Z[ recovery-image] Aug 21 05:46:00.053 INFO O| Aug 21 05:46:00.053 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-21T05:46:00.578Z[ recovery-image] Aug 21 05:46:00.063 INFO O| Aug 21 05:46:00.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68152024-08-21T05:46:00.578Z[ recovery-image] Aug 21 05:46:00.063 INFO O| Aug 21 05:46:00.063 INFO STEP 966 (remove_files) COMPLETE
68162024-08-21T05:46:00.581Z[ recovery-image] Aug 21 05:46:00.063 INFO O| Aug 21 05:46:00.063 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-21T05:46:00.587Z[ recovery-image] Aug 21 05:46:00.072 INFO O| Aug 21 05:46:00.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68182024-08-21T05:46:00.587Z[ recovery-image] Aug 21 05:46:00.072 INFO O| Aug 21 05:46:00.072 INFO STEP 967 (remove_files) COMPLETE
68192024-08-21T05:46:00.590Z[ recovery-image] Aug 21 05:46:00.072 INFO O| Aug 21 05:46:00.072 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-21T05:46:00.597Z[ recovery-image] Aug 21 05:46:00.082 INFO O| Aug 21 05:46:00.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68212024-08-21T05:46:00.599Z[ recovery-image] Aug 21 05:46:00.082 INFO O| Aug 21 05:46:00.082 INFO STEP 968 (remove_files) COMPLETE
68222024-08-21T05:46:00.599Z[ recovery-image] Aug 21 05:46:00.082 INFO O| Aug 21 05:46:00.082 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-21T05:46:00.606Z[ recovery-image] Aug 21 05:46:00.091 INFO O| Aug 21 05:46:00.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68242024-08-21T05:46:00.609Z[ recovery-image] Aug 21 05:46:00.093 INFO O| Aug 21 05:46:00.093 INFO STEP 969 (remove_files) COMPLETE
68252024-08-21T05:46:00.609Z[ recovery-image] Aug 21 05:46:00.093 INFO O| Aug 21 05:46:00.093 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-21T05:46:00.617Z[ recovery-image] Aug 21 05:46:00.102 INFO O| Aug 21 05:46:00.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68272024-08-21T05:46:00.620Z[ recovery-image] Aug 21 05:46:00.102 INFO O| Aug 21 05:46:00.102 INFO STEP 970 (remove_files) COMPLETE
68282024-08-21T05:46:00.620Z[ recovery-image] Aug 21 05:46:00.102 INFO O| Aug 21 05:46:00.102 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-21T05:46:00.627Z[ recovery-image] Aug 21 05:46:00.112 INFO O| Aug 21 05:46:00.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68302024-08-21T05:46:00.627Z[ recovery-image] Aug 21 05:46:00.112 INFO O| Aug 21 05:46:00.112 INFO STEP 971 (remove_files) COMPLETE
68312024-08-21T05:46:00.629Z[ recovery-image] Aug 21 05:46:00.112 INFO O| Aug 21 05:46:00.112 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-21T05:46:00.637Z[ recovery-image] Aug 21 05:46:00.121 INFO O| Aug 21 05:46:00.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68332024-08-21T05:46:00.639Z[ recovery-image] Aug 21 05:46:00.121 INFO O| Aug 21 05:46:00.121 INFO STEP 972 (remove_files) COMPLETE
68342024-08-21T05:46:00.639Z[ recovery-image] Aug 21 05:46:00.122 INFO O| Aug 21 05:46:00.121 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-21T05:46:00.646Z[ recovery-image] Aug 21 05:46:00.131 INFO O| Aug 21 05:46:00.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68362024-08-21T05:46:00.649Z[ recovery-image] Aug 21 05:46:00.131 INFO O| Aug 21 05:46:00.131 INFO STEP 973 (remove_files) COMPLETE
68372024-08-21T05:46:00.649Z[ recovery-image] Aug 21 05:46:00.131 INFO O| Aug 21 05:46:00.131 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-21T05:46:00.658Z[ recovery-image] Aug 21 05:46:00.141 INFO O| Aug 21 05:46:00.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68392024-08-21T05:46:00.659Z[ recovery-image] Aug 21 05:46:00.141 INFO O| Aug 21 05:46:00.141 INFO STEP 974 (remove_files) COMPLETE
68402024-08-21T05:46:00.663Z[ recovery-image] Aug 21 05:46:00.141 INFO O| Aug 21 05:46:00.141 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-21T05:46:00.675Z[ recovery-image] Aug 21 05:46:00.159 INFO O| Aug 21 05:46:00.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68422024-08-21T05:46:00.675Z[ recovery-image] Aug 21 05:46:00.159 INFO O| Aug 21 05:46:00.159 INFO STEP 975 (remove_files) COMPLETE
68432024-08-21T05:46:00.680Z[ recovery-image] Aug 21 05:46:00.159 INFO O| Aug 21 05:46:00.159 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-21T05:46:00.691Z[ recovery-image] Aug 21 05:46:00.171 INFO O| Aug 21 05:46:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68452024-08-21T05:46:00.695Z[ recovery-image] Aug 21 05:46:00.172 INFO O| Aug 21 05:46:00.172 INFO STEP 976 (remove_files) COMPLETE
68462024-08-21T05:46:00.695Z[ recovery-image] Aug 21 05:46:00.172 INFO O| Aug 21 05:46:00.172 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-21T05:46:00.698Z[ recovery-image] Aug 21 05:46:00.182 INFO O| Aug 21 05:46:00.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68482024-08-21T05:46:00.701Z[ recovery-image] Aug 21 05:46:00.183 INFO O| Aug 21 05:46:00.183 INFO STEP 977 (remove_files) COMPLETE
68492024-08-21T05:46:00.701Z[ recovery-image] Aug 21 05:46:00.183 INFO O| Aug 21 05:46:00.183 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-21T05:46:00.708Z[ recovery-image] Aug 21 05:46:00.193 INFO O| Aug 21 05:46:00.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68512024-08-21T05:46:00.711Z[ recovery-image] Aug 21 05:46:00.193 INFO O| Aug 21 05:46:00.193 INFO STEP 978 (remove_files) COMPLETE
68522024-08-21T05:46:00.711Z[ recovery-image] Aug 21 05:46:00.193 INFO O| Aug 21 05:46:00.193 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-21T05:46:00.718Z[ recovery-image] Aug 21 05:46:00.203 INFO O| Aug 21 05:46:00.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68542024-08-21T05:46:00.718Z[ recovery-image] Aug 21 05:46:00.203 INFO O| Aug 21 05:46:00.203 INFO STEP 979 (remove_files) COMPLETE
68552024-08-21T05:46:00.722Z[ recovery-image] Aug 21 05:46:00.203 INFO O| Aug 21 05:46:00.203 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-21T05:46:00.728Z[ recovery-image] Aug 21 05:46:00.212 INFO O| Aug 21 05:46:00.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68572024-08-21T05:46:00.728Z[ recovery-image] Aug 21 05:46:00.212 INFO O| Aug 21 05:46:00.212 INFO STEP 980 (remove_files) COMPLETE
68582024-08-21T05:46:00.731Z[ recovery-image] Aug 21 05:46:00.212 INFO O| Aug 21 05:46:00.212 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-21T05:46:00.737Z[ recovery-image] Aug 21 05:46:00.222 INFO O| Aug 21 05:46:00.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68602024-08-21T05:46:00.739Z[ recovery-image] Aug 21 05:46:00.222 INFO O| Aug 21 05:46:00.222 INFO STEP 981 (remove_files) COMPLETE
68612024-08-21T05:46:00.739Z[ recovery-image] Aug 21 05:46:00.222 INFO O| Aug 21 05:46:00.222 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-21T05:46:00.746Z[ recovery-image] Aug 21 05:46:00.231 INFO O| Aug 21 05:46:00.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68632024-08-21T05:46:00.749Z[ recovery-image] Aug 21 05:46:00.231 INFO O| Aug 21 05:46:00.231 INFO STEP 982 (remove_files) COMPLETE
68642024-08-21T05:46:00.749Z[ recovery-image] Aug 21 05:46:00.231 INFO O| Aug 21 05:46:00.231 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-21T05:46:00.756Z[ recovery-image] Aug 21 05:46:00.241 INFO O| Aug 21 05:46:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68662024-08-21T05:46:00.756Z[ recovery-image] Aug 21 05:46:00.241 INFO O| Aug 21 05:46:00.241 INFO STEP 983 (remove_files) COMPLETE
68672024-08-21T05:46:00.756Z[ recovery-image] Aug 21 05:46:00.241 INFO O| Aug 21 05:46:00.241 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-21T05:46:00.766Z[ recovery-image] Aug 21 05:46:00.251 INFO O| Aug 21 05:46:00.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68692024-08-21T05:46:00.766Z[ recovery-image] Aug 21 05:46:00.251 INFO O| Aug 21 05:46:00.251 INFO STEP 984 (remove_files) COMPLETE
68702024-08-21T05:46:00.768Z[ recovery-image] Aug 21 05:46:00.251 INFO O| Aug 21 05:46:00.251 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-21T05:46:00.776Z[ recovery-image] Aug 21 05:46:00.261 INFO O| Aug 21 05:46:00.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68722024-08-21T05:46:00.776Z[ recovery-image] Aug 21 05:46:00.261 INFO O| Aug 21 05:46:00.261 INFO STEP 985 (remove_files) COMPLETE
68732024-08-21T05:46:00.776Z[ recovery-image] Aug 21 05:46:00.261 INFO O| Aug 21 05:46:00.261 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-21T05:46:00.786Z[ recovery-image] Aug 21 05:46:00.271 INFO O| Aug 21 05:46:00.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68752024-08-21T05:46:00.786Z[ recovery-image] Aug 21 05:46:00.271 INFO O| Aug 21 05:46:00.271 INFO STEP 986 (remove_files) COMPLETE
68762024-08-21T05:46:00.789Z[ recovery-image] Aug 21 05:46:00.271 INFO O| Aug 21 05:46:00.271 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-21T05:46:00.796Z[ recovery-image] Aug 21 05:46:00.281 INFO O| Aug 21 05:46:00.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68782024-08-21T05:46:00.796Z[ recovery-image] Aug 21 05:46:00.281 INFO O| Aug 21 05:46:00.281 INFO STEP 987 (remove_files) COMPLETE
68792024-08-21T05:46:00.796Z[ recovery-image] Aug 21 05:46:00.281 INFO O| Aug 21 05:46:00.281 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-21T05:46:00.806Z[ recovery-image] Aug 21 05:46:00.290 INFO O| Aug 21 05:46:00.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68812024-08-21T05:46:00.806Z[ recovery-image] Aug 21 05:46:00.290 INFO O| Aug 21 05:46:00.290 INFO STEP 988 (remove_files) COMPLETE
68822024-08-21T05:46:00.808Z[ recovery-image] Aug 21 05:46:00.291 INFO O| Aug 21 05:46:00.290 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-21T05:46:00.816Z[ recovery-image] Aug 21 05:46:00.300 INFO O| Aug 21 05:46:00.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68842024-08-21T05:46:00.816Z[ recovery-image] Aug 21 05:46:00.301 INFO O| Aug 21 05:46:00.301 INFO STEP 989 (remove_files) COMPLETE
68852024-08-21T05:46:00.818Z[ recovery-image] Aug 21 05:46:00.301 INFO O| Aug 21 05:46:00.301 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-21T05:46:00.826Z[ recovery-image] Aug 21 05:46:00.311 INFO O| Aug 21 05:46:00.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68872024-08-21T05:46:00.828Z[ recovery-image] Aug 21 05:46:00.311 INFO O| Aug 21 05:46:00.311 INFO STEP 990 (remove_files) COMPLETE
68882024-08-21T05:46:00.828Z[ recovery-image] Aug 21 05:46:00.311 INFO O| Aug 21 05:46:00.311 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-21T05:46:00.836Z[ recovery-image] Aug 21 05:46:00.321 INFO O| Aug 21 05:46:00.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68902024-08-21T05:46:00.836Z[ recovery-image] Aug 21 05:46:00.321 INFO O| Aug 21 05:46:00.321 INFO STEP 991 (remove_files) COMPLETE
68912024-08-21T05:46:00.838Z[ recovery-image] Aug 21 05:46:00.321 INFO O| Aug 21 05:46:00.321 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-21T05:46:00.845Z[ recovery-image] Aug 21 05:46:00.330 INFO O| Aug 21 05:46:00.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68932024-08-21T05:46:00.848Z[ recovery-image] Aug 21 05:46:00.330 INFO O| Aug 21 05:46:00.330 INFO STEP 992 (remove_files) COMPLETE
68942024-08-21T05:46:00.848Z[ recovery-image] Aug 21 05:46:00.330 INFO O| Aug 21 05:46:00.330 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-21T05:46:00.855Z[ recovery-image] Aug 21 05:46:00.339 INFO O| Aug 21 05:46:00.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68962024-08-21T05:46:00.855Z[ recovery-image] Aug 21 05:46:00.340 INFO O| Aug 21 05:46:00.340 INFO STEP 993 (remove_files) COMPLETE
68972024-08-21T05:46:00.855Z[ recovery-image] Aug 21 05:46:00.340 INFO O| Aug 21 05:46:00.340 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-21T05:46:00.864Z[ recovery-image] Aug 21 05:46:00.349 INFO O| Aug 21 05:46:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68992024-08-21T05:46:00.867Z[ recovery-image] Aug 21 05:46:00.349 INFO O| Aug 21 05:46:00.349 INFO STEP 994 (remove_files) COMPLETE
69002024-08-21T05:46:00.867Z[ recovery-image] Aug 21 05:46:00.349 INFO O| Aug 21 05:46:00.349 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-21T05:46:00.874Z[ recovery-image] Aug 21 05:46:00.358 INFO O| Aug 21 05:46:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69022024-08-21T05:46:00.874Z[ recovery-image] Aug 21 05:46:00.358 INFO O| Aug 21 05:46:00.358 INFO STEP 995 (remove_files) COMPLETE
69032024-08-21T05:46:00.874Z[ recovery-image] Aug 21 05:46:00.358 INFO O| Aug 21 05:46:00.358 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-21T05:46:00.883Z[ recovery-image] Aug 21 05:46:00.368 INFO O| Aug 21 05:46:00.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69052024-08-21T05:46:00.883Z[ recovery-image] Aug 21 05:46:00.368 INFO O| Aug 21 05:46:00.368 INFO STEP 996 (remove_files) COMPLETE
69062024-08-21T05:46:00.883Z[ recovery-image] Aug 21 05:46:00.368 INFO O| Aug 21 05:46:00.368 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-21T05:46:00.893Z[ recovery-image] Aug 21 05:46:00.377 INFO O| Aug 21 05:46:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69082024-08-21T05:46:00.895Z[ recovery-image] Aug 21 05:46:00.377 INFO O| Aug 21 05:46:00.377 INFO STEP 997 (remove_files) COMPLETE
69092024-08-21T05:46:00.895Z[ recovery-image] Aug 21 05:46:00.378 INFO O| Aug 21 05:46:00.377 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-21T05:46:00.902Z[ recovery-image] Aug 21 05:46:00.387 INFO O| Aug 21 05:46:00.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69112024-08-21T05:46:00.902Z[ recovery-image] Aug 21 05:46:00.387 INFO O| Aug 21 05:46:00.387 INFO STEP 998 (remove_files) COMPLETE
69122024-08-21T05:46:00.905Z[ recovery-image] Aug 21 05:46:00.387 INFO O| Aug 21 05:46:00.387 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-21T05:46:00.912Z[ recovery-image] Aug 21 05:46:00.396 INFO O| Aug 21 05:46:00.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69142024-08-21T05:46:00.914Z[ recovery-image] Aug 21 05:46:00.396 INFO O| Aug 21 05:46:00.396 INFO STEP 999 (remove_files) COMPLETE
69152024-08-21T05:46:00.914Z[ recovery-image] Aug 21 05:46:00.396 INFO O| Aug 21 05:46:00.396 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-21T05:46:00.921Z[ recovery-image] Aug 21 05:46:00.406 INFO O| Aug 21 05:46:00.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69172024-08-21T05:46:00.923Z[ recovery-image] Aug 21 05:46:00.406 INFO O| Aug 21 05:46:00.406 INFO STEP 1000 (remove_files) COMPLETE
69182024-08-21T05:46:00.923Z[ recovery-image] Aug 21 05:46:00.406 INFO O| Aug 21 05:46:00.406 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-21T05:46:00.931Z[ recovery-image] Aug 21 05:46:00.416 INFO O| Aug 21 05:46:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69202024-08-21T05:46:00.933Z[ recovery-image] Aug 21 05:46:00.416 INFO O| Aug 21 05:46:00.416 INFO STEP 1001 (remove_files) COMPLETE
69212024-08-21T05:46:00.933Z[ recovery-image] Aug 21 05:46:00.416 INFO O| Aug 21 05:46:00.416 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-21T05:46:00.941Z[ recovery-image] Aug 21 05:46:00.425 INFO O| Aug 21 05:46:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69232024-08-21T05:46:00.943Z[ recovery-image] Aug 21 05:46:00.425 INFO O| Aug 21 05:46:00.425 INFO STEP 1002 (remove_files) COMPLETE
69242024-08-21T05:46:00.943Z[ recovery-image] Aug 21 05:46:00.426 INFO O| Aug 21 05:46:00.425 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-21T05:46:00.950Z[ recovery-image] Aug 21 05:46:00.435 INFO O| Aug 21 05:46:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69262024-08-21T05:46:00.950Z[ recovery-image] Aug 21 05:46:00.435 INFO O| Aug 21 05:46:00.435 INFO STEP 1003 (remove_files) COMPLETE
69272024-08-21T05:46:00.950Z[ recovery-image] Aug 21 05:46:00.435 INFO O| Aug 21 05:46:00.435 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-21T05:46:00.960Z[ recovery-image] Aug 21 05:46:00.445 INFO O| Aug 21 05:46:00.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69292024-08-21T05:46:00.962Z[ recovery-image] Aug 21 05:46:00.445 INFO O| Aug 21 05:46:00.445 INFO STEP 1004 (remove_files) COMPLETE
69302024-08-21T05:46:00.962Z[ recovery-image] Aug 21 05:46:00.445 INFO O| Aug 21 05:46:00.445 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-21T05:46:00.970Z[ recovery-image] Aug 21 05:46:00.454 INFO O| Aug 21 05:46:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69322024-08-21T05:46:00.970Z[ recovery-image] Aug 21 05:46:00.454 INFO O| Aug 21 05:46:00.454 INFO STEP 1005 (remove_files) COMPLETE
69332024-08-21T05:46:00.972Z[ recovery-image] Aug 21 05:46:00.454 INFO O| Aug 21 05:46:00.454 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-21T05:46:00.979Z[ recovery-image] Aug 21 05:46:00.464 INFO O| Aug 21 05:46:00.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69352024-08-21T05:46:00.981Z[ recovery-image] Aug 21 05:46:00.464 INFO O| Aug 21 05:46:00.464 INFO STEP 1006 (remove_files) COMPLETE
69362024-08-21T05:46:00.981Z[ recovery-image] Aug 21 05:46:00.464 INFO O| Aug 21 05:46:00.464 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-21T05:46:00.989Z[ recovery-image] Aug 21 05:46:00.474 INFO O| Aug 21 05:46:00.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69382024-08-21T05:46:00.989Z[ recovery-image] Aug 21 05:46:00.474 INFO O| Aug 21 05:46:00.474 INFO STEP 1007 (remove_files) COMPLETE
69392024-08-21T05:46:00.991Z[ recovery-image] Aug 21 05:46:00.474 INFO O| Aug 21 05:46:00.474 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-21T05:46:00.999Z[ recovery-image] Aug 21 05:46:00.483 INFO O| Aug 21 05:46:00.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69412024-08-21T05:46:01.002Z[ recovery-image] Aug 21 05:46:00.483 INFO O| Aug 21 05:46:00.483 INFO STEP 1008 (remove_files) COMPLETE
69422024-08-21T05:46:01.002Z[ recovery-image] Aug 21 05:46:00.483 INFO O| Aug 21 05:46:00.483 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-21T05:46:01.009Z[ recovery-image] Aug 21 05:46:00.493 INFO O| Aug 21 05:46:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69442024-08-21T05:46:01.012Z[ recovery-image] Aug 21 05:46:00.493 INFO O| Aug 21 05:46:00.493 INFO STEP 1009 (remove_files) COMPLETE
69452024-08-21T05:46:01.012Z[ recovery-image] Aug 21 05:46:00.493 INFO O| Aug 21 05:46:00.493 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-21T05:46:01.018Z[ recovery-image] Aug 21 05:46:00.502 INFO O| Aug 21 05:46:00.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69472024-08-21T05:46:01.020Z[ recovery-image] Aug 21 05:46:00.502 INFO O| Aug 21 05:46:00.502 INFO STEP 1010 (remove_files) COMPLETE
69482024-08-21T05:46:01.020Z[ recovery-image] Aug 21 05:46:00.503 INFO O| Aug 21 05:46:00.502 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-21T05:46:01.027Z[ recovery-image] Aug 21 05:46:00.512 INFO O| Aug 21 05:46:00.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69502024-08-21T05:46:01.027Z[ recovery-image] Aug 21 05:46:00.512 INFO O| Aug 21 05:46:00.512 INFO STEP 1011 (remove_files) COMPLETE
69512024-08-21T05:46:01.030Z[ recovery-image] Aug 21 05:46:00.512 INFO O| Aug 21 05:46:00.512 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-21T05:46:01.037Z[ recovery-image] Aug 21 05:46:00.522 INFO O| Aug 21 05:46:00.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69532024-08-21T05:46:01.037Z[ recovery-image] Aug 21 05:46:00.522 INFO O| Aug 21 05:46:00.522 INFO STEP 1012 (remove_files) COMPLETE
69542024-08-21T05:46:01.037Z[ recovery-image] Aug 21 05:46:00.522 INFO O| Aug 21 05:46:00.522 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-21T05:46:01.046Z[ recovery-image] Aug 21 05:46:00.531 INFO O| Aug 21 05:46:00.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69562024-08-21T05:46:01.049Z[ recovery-image] Aug 21 05:46:00.531 INFO O| Aug 21 05:46:00.531 INFO STEP 1013 (remove_files) COMPLETE
69572024-08-21T05:46:01.049Z[ recovery-image] Aug 21 05:46:00.531 INFO O| Aug 21 05:46:00.531 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-21T05:46:01.056Z[ recovery-image] Aug 21 05:46:00.541 INFO O| Aug 21 05:46:00.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69592024-08-21T05:46:01.056Z[ recovery-image] Aug 21 05:46:00.541 INFO O| Aug 21 05:46:00.541 INFO STEP 1014 (remove_files) COMPLETE
69602024-08-21T05:46:01.056Z[ recovery-image] Aug 21 05:46:00.541 INFO O| Aug 21 05:46:00.541 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-21T05:46:01.066Z[ recovery-image] Aug 21 05:46:00.550 INFO O| Aug 21 05:46:00.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69622024-08-21T05:46:01.066Z[ recovery-image] Aug 21 05:46:00.550 INFO O| Aug 21 05:46:00.550 INFO STEP 1015 (remove_files) COMPLETE
69632024-08-21T05:46:01.069Z[ recovery-image] Aug 21 05:46:00.550 INFO O| Aug 21 05:46:00.550 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-21T05:46:01.075Z[ recovery-image] Aug 21 05:46:00.560 INFO O| Aug 21 05:46:00.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69652024-08-21T05:46:01.077Z[ recovery-image] Aug 21 05:46:00.560 INFO O| Aug 21 05:46:00.560 INFO STEP 1016 (remove_files) COMPLETE
69662024-08-21T05:46:01.077Z[ recovery-image] Aug 21 05:46:00.560 INFO O| Aug 21 05:46:00.560 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-21T05:46:01.085Z[ recovery-image] Aug 21 05:46:00.569 INFO O| Aug 21 05:46:00.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69682024-08-21T05:46:01.097Z[ recovery-image] Aug 21 05:46:00.569 INFO O| Aug 21 05:46:00.569 INFO STEP 1017 (remove_files) COMPLETE
69692024-08-21T05:46:01.097Z[ recovery-image] Aug 21 05:46:00.569 INFO O| Aug 21 05:46:00.569 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-21T05:46:01.097Z[ recovery-image] Aug 21 05:46:00.579 INFO O| Aug 21 05:46:00.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69712024-08-21T05:46:01.097Z[ recovery-image] Aug 21 05:46:00.579 INFO O| Aug 21 05:46:00.579 INFO STEP 1018 (remove_files) COMPLETE
69722024-08-21T05:46:01.097Z[ recovery-image] Aug 21 05:46:00.579 INFO O| Aug 21 05:46:00.579 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-21T05:46:01.107Z[ recovery-image] Aug 21 05:46:00.588 INFO O| Aug 21 05:46:00.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69742024-08-21T05:46:01.107Z[ recovery-image] Aug 21 05:46:00.588 INFO O| Aug 21 05:46:00.588 INFO STEP 1019 (remove_files) COMPLETE
69752024-08-21T05:46:01.110Z[ recovery-image] Aug 21 05:46:00.588 INFO O| Aug 21 05:46:00.588 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-21T05:46:01.113Z[ recovery-image] Aug 21 05:46:00.598 INFO O| Aug 21 05:46:00.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69772024-08-21T05:46:01.116Z[ recovery-image] Aug 21 05:46:00.598 INFO O| Aug 21 05:46:00.598 INFO STEP 1020 (remove_files) COMPLETE
69782024-08-21T05:46:01.116Z[ recovery-image] Aug 21 05:46:00.598 INFO O| Aug 21 05:46:00.598 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-21T05:46:01.123Z[ recovery-image] Aug 21 05:46:00.607 INFO O| Aug 21 05:46:00.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69802024-08-21T05:46:01.126Z[ recovery-image] Aug 21 05:46:00.607 INFO O| Aug 21 05:46:00.607 INFO STEP 1021 (remove_files) COMPLETE
69812024-08-21T05:46:01.126Z[ recovery-image] Aug 21 05:46:00.607 INFO O| Aug 21 05:46:00.607 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-21T05:46:01.137Z[ recovery-image] Aug 21 05:46:00.617 INFO O| Aug 21 05:46:00.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69832024-08-21T05:46:01.143Z[ recovery-image] Aug 21 05:46:00.617 INFO O| Aug 21 05:46:00.617 INFO STEP 1022 (remove_files) COMPLETE
69842024-08-21T05:46:01.143Z[ recovery-image] Aug 21 05:46:00.617 INFO O| Aug 21 05:46:00.617 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-21T05:46:01.149Z[ recovery-image] Aug 21 05:46:00.626 INFO O| Aug 21 05:46:00.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69862024-08-21T05:46:01.149Z[ recovery-image] Aug 21 05:46:00.626 INFO O| Aug 21 05:46:00.626 INFO STEP 1023 (remove_files) COMPLETE
69872024-08-21T05:46:01.149Z[ recovery-image] Aug 21 05:46:00.627 INFO O| Aug 21 05:46:00.626 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-21T05:46:01.154Z[ recovery-image] Aug 21 05:46:00.636 INFO O| Aug 21 05:46:00.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69892024-08-21T05:46:01.154Z[ recovery-image] Aug 21 05:46:00.636 INFO O| Aug 21 05:46:00.636 INFO STEP 1024 (remove_files) COMPLETE
69902024-08-21T05:46:01.154Z[ recovery-image] Aug 21 05:46:00.636 INFO O| Aug 21 05:46:00.636 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-21T05:46:01.163Z[ recovery-image] Aug 21 05:46:00.645 INFO O| Aug 21 05:46:00.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69922024-08-21T05:46:01.163Z[ recovery-image] Aug 21 05:46:00.646 INFO O| Aug 21 05:46:00.645 INFO STEP 1025 (remove_files) COMPLETE
69932024-08-21T05:46:01.169Z[ recovery-image] Aug 21 05:46:00.646 INFO O| Aug 21 05:46:00.646 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-21T05:46:01.176Z[ recovery-image] Aug 21 05:46:00.655 INFO O| Aug 21 05:46:00.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69952024-08-21T05:46:01.177Z[ recovery-image] Aug 21 05:46:00.655 INFO O| Aug 21 05:46:00.655 INFO STEP 1026 (remove_files) COMPLETE
69962024-08-21T05:46:01.177Z[ recovery-image] Aug 21 05:46:00.655 INFO O| Aug 21 05:46:00.655 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-21T05:46:01.182Z[ recovery-image] Aug 21 05:46:00.665 INFO O| Aug 21 05:46:00.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69982024-08-21T05:46:01.182Z[ recovery-image] Aug 21 05:46:00.665 INFO O| Aug 21 05:46:00.665 INFO STEP 1027 (remove_files) COMPLETE
69992024-08-21T05:46:01.182Z[ recovery-image] Aug 21 05:46:00.665 INFO O| Aug 21 05:46:00.665 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-21T05:46:01.191Z[ recovery-image] Aug 21 05:46:00.674 INFO O| Aug 21 05:46:00.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70012024-08-21T05:46:01.191Z[ recovery-image] Aug 21 05:46:00.674 INFO O| Aug 21 05:46:00.674 INFO STEP 1028 (remove_files) COMPLETE
70022024-08-21T05:46:01.197Z[ recovery-image] Aug 21 05:46:00.674 INFO O| Aug 21 05:46:00.674 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-21T05:46:01.201Z[ recovery-image] Aug 21 05:46:00.684 INFO O| Aug 21 05:46:00.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70042024-08-21T05:46:01.201Z[ recovery-image] Aug 21 05:46:00.684 INFO O| Aug 21 05:46:00.684 INFO STEP 1029 (remove_files) COMPLETE
70052024-08-21T05:46:01.201Z[ recovery-image] Aug 21 05:46:00.684 INFO O| Aug 21 05:46:00.684 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-21T05:46:01.209Z[ recovery-image] Aug 21 05:46:00.693 INFO O| Aug 21 05:46:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70072024-08-21T05:46:01.209Z[ recovery-image] Aug 21 05:46:00.693 INFO O| Aug 21 05:46:00.693 INFO STEP 1030 (remove_files) COMPLETE
70082024-08-21T05:46:01.213Z[ recovery-image] Aug 21 05:46:00.693 INFO O| Aug 21 05:46:00.693 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-21T05:46:01.222Z[ recovery-image] Aug 21 05:46:00.703 INFO O| Aug 21 05:46:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70102024-08-21T05:46:01.222Z[ recovery-image] Aug 21 05:46:00.703 INFO O| Aug 21 05:46:00.703 INFO STEP 1031 (remove_files) COMPLETE
70112024-08-21T05:46:01.230Z[ recovery-image] Aug 21 05:46:00.703 INFO O| Aug 21 05:46:00.703 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-21T05:46:01.234Z[ recovery-image] Aug 21 05:46:00.712 INFO O| Aug 21 05:46:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70132024-08-21T05:46:01.234Z[ recovery-image] Aug 21 05:46:00.713 INFO O| Aug 21 05:46:00.712 INFO STEP 1032 (remove_files) COMPLETE
70142024-08-21T05:46:01.234Z[ recovery-image] Aug 21 05:46:00.713 INFO O| Aug 21 05:46:00.713 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-21T05:46:01.254Z[ recovery-image] Aug 21 05:46:00.722 INFO O| Aug 21 05:46:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70162024-08-21T05:46:01.254Z[ recovery-image] Aug 21 05:46:00.722 INFO O| Aug 21 05:46:00.722 INFO STEP 1033 (remove_files) COMPLETE
70172024-08-21T05:46:01.255Z[ recovery-image] Aug 21 05:46:00.722 INFO O| Aug 21 05:46:00.722 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-21T05:46:01.267Z[ recovery-image] Aug 21 05:46:00.732 INFO O| Aug 21 05:46:00.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70192024-08-21T05:46:01.267Z[ recovery-image] Aug 21 05:46:00.732 INFO O| Aug 21 05:46:00.732 INFO STEP 1034 (remove_files) COMPLETE
70202024-08-21T05:46:01.267Z[ recovery-image] Aug 21 05:46:00.732 INFO O| Aug 21 05:46:00.732 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-21T05:46:01.267Z[ recovery-image] Aug 21 05:46:00.741 INFO O| Aug 21 05:46:00.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70222024-08-21T05:46:01.267Z[ recovery-image] Aug 21 05:46:00.741 INFO O| Aug 21 05:46:00.741 INFO STEP 1035 (remove_files) COMPLETE
70232024-08-21T05:46:01.267Z[ recovery-image] Aug 21 05:46:00.741 INFO O| Aug 21 05:46:00.741 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-21T05:46:01.275Z[ recovery-image] Aug 21 05:46:00.751 INFO O| Aug 21 05:46:00.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70252024-08-21T05:46:01.275Z[ recovery-image] Aug 21 05:46:00.751 INFO O| Aug 21 05:46:00.751 INFO STEP 1036 (remove_files) COMPLETE
70262024-08-21T05:46:01.275Z[ recovery-image] Aug 21 05:46:00.751 INFO O| Aug 21 05:46:00.751 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-21T05:46:01.287Z[ recovery-image] Aug 21 05:46:00.761 INFO O| Aug 21 05:46:00.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70282024-08-21T05:46:01.287Z[ recovery-image] Aug 21 05:46:00.761 INFO O| Aug 21 05:46:00.761 INFO STEP 1037 (remove_files) COMPLETE
70292024-08-21T05:46:01.287Z[ recovery-image] Aug 21 05:46:00.761 INFO O| Aug 21 05:46:00.761 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-21T05:46:01.294Z[ recovery-image] Aug 21 05:46:00.770 INFO O| Aug 21 05:46:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70312024-08-21T05:46:01.294Z[ recovery-image] Aug 21 05:46:00.770 INFO O| Aug 21 05:46:00.770 INFO STEP 1038 (remove_files) COMPLETE
70322024-08-21T05:46:01.294Z[ recovery-image] Aug 21 05:46:00.771 INFO O| Aug 21 05:46:00.770 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-21T05:46:01.298Z[ recovery-image] Aug 21 05:46:00.780 INFO O| Aug 21 05:46:00.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70342024-08-21T05:46:01.298Z[ recovery-image] Aug 21 05:46:00.780 INFO O| Aug 21 05:46:00.780 INFO STEP 1039 (remove_files) COMPLETE
70352024-08-21T05:46:01.298Z[ recovery-image] Aug 21 05:46:00.780 INFO O| Aug 21 05:46:00.780 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-21T05:46:01.306Z[ recovery-image] Aug 21 05:46:00.789 INFO O| Aug 21 05:46:00.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70372024-08-21T05:46:01.312Z[ recovery-image] Aug 21 05:46:00.790 INFO O| Aug 21 05:46:00.790 INFO STEP 1040 (remove_files) COMPLETE
70382024-08-21T05:46:01.312Z[ recovery-image] Aug 21 05:46:00.790 INFO O| Aug 21 05:46:00.790 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-21T05:46:01.316Z[ recovery-image] Aug 21 05:46:00.799 INFO O| Aug 21 05:46:00.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70402024-08-21T05:46:01.316Z[ recovery-image] Aug 21 05:46:00.799 INFO O| Aug 21 05:46:00.799 INFO STEP 1041 (remove_files) COMPLETE
70412024-08-21T05:46:01.317Z[ recovery-image] Aug 21 05:46:00.799 INFO O| Aug 21 05:46:00.799 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-21T05:46:01.326Z[ recovery-image] Aug 21 05:46:00.809 INFO O| Aug 21 05:46:00.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70432024-08-21T05:46:01.326Z[ recovery-image] Aug 21 05:46:00.809 INFO O| Aug 21 05:46:00.809 INFO STEP 1042 (remove_files) COMPLETE
70442024-08-21T05:46:01.330Z[ recovery-image] Aug 21 05:46:00.809 INFO O| Aug 21 05:46:00.809 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-21T05:46:01.337Z[ recovery-image] Aug 21 05:46:00.818 INFO O| Aug 21 05:46:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70462024-08-21T05:46:01.337Z[ recovery-image] Aug 21 05:46:00.818 INFO O| Aug 21 05:46:00.818 INFO STEP 1043 (remove_files) COMPLETE
70472024-08-21T05:46:01.338Z[ recovery-image] Aug 21 05:46:00.819 INFO O| Aug 21 05:46:00.818 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-21T05:46:01.346Z[ recovery-image] Aug 21 05:46:00.828 INFO O| Aug 21 05:46:00.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70492024-08-21T05:46:01.351Z[ recovery-image] Aug 21 05:46:00.828 INFO O| Aug 21 05:46:00.828 INFO STEP 1044 (remove_files) COMPLETE
70502024-08-21T05:46:01.351Z[ recovery-image] Aug 21 05:46:00.828 INFO O| Aug 21 05:46:00.828 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-21T05:46:01.355Z[ recovery-image] Aug 21 05:46:00.838 INFO O| Aug 21 05:46:00.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70522024-08-21T05:46:01.355Z[ recovery-image] Aug 21 05:46:00.838 INFO O| Aug 21 05:46:00.838 INFO STEP 1045 (remove_files) COMPLETE
70532024-08-21T05:46:01.355Z[ recovery-image] Aug 21 05:46:00.838 INFO O| Aug 21 05:46:00.838 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-21T05:46:01.364Z[ recovery-image] Aug 21 05:46:00.847 INFO O| Aug 21 05:46:00.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70552024-08-21T05:46:01.370Z[ recovery-image] Aug 21 05:46:00.847 INFO O| Aug 21 05:46:00.847 INFO STEP 1046 (remove_files) COMPLETE
70562024-08-21T05:46:01.370Z[ recovery-image] Aug 21 05:46:00.847 INFO O| Aug 21 05:46:00.847 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-21T05:46:01.374Z[ recovery-image] Aug 21 05:46:00.857 INFO O| Aug 21 05:46:00.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70582024-08-21T05:46:01.374Z[ recovery-image] Aug 21 05:46:00.857 INFO O| Aug 21 05:46:00.857 INFO STEP 1047 (remove_files) COMPLETE
70592024-08-21T05:46:01.374Z[ recovery-image] Aug 21 05:46:00.857 INFO O| Aug 21 05:46:00.857 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-21T05:46:01.383Z[ recovery-image] Aug 21 05:46:00.866 INFO O| Aug 21 05:46:00.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70612024-08-21T05:46:01.384Z[ recovery-image] Aug 21 05:46:00.866 INFO O| Aug 21 05:46:00.866 INFO STEP 1048 (remove_files) COMPLETE
70622024-08-21T05:46:01.394Z[ recovery-image] Aug 21 05:46:00.866 INFO O| Aug 21 05:46:00.866 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-21T05:46:01.400Z[ recovery-image] Aug 21 05:46:00.876 INFO O| Aug 21 05:46:00.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70642024-08-21T05:46:01.400Z[ recovery-image] Aug 21 05:46:00.877 INFO O| Aug 21 05:46:00.877 INFO STEP 1049 (remove_files) COMPLETE
70652024-08-21T05:46:01.400Z[ recovery-image] Aug 21 05:46:00.877 INFO O| Aug 21 05:46:00.877 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-21T05:46:01.405Z[ recovery-image] Aug 21 05:46:00.887 INFO O| Aug 21 05:46:00.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70672024-08-21T05:46:01.406Z[ recovery-image] Aug 21 05:46:00.887 INFO O| Aug 21 05:46:00.887 INFO STEP 1050 (remove_files) COMPLETE
70682024-08-21T05:46:01.406Z[ recovery-image] Aug 21 05:46:00.887 INFO O| Aug 21 05:46:00.887 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-21T05:46:01.414Z[ recovery-image] Aug 21 05:46:00.897 INFO O| Aug 21 05:46:00.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70702024-08-21T05:46:01.419Z[ recovery-image] Aug 21 05:46:00.897 INFO O| Aug 21 05:46:00.897 INFO STEP 1051 (remove_files) COMPLETE
70712024-08-21T05:46:01.419Z[ recovery-image] Aug 21 05:46:00.897 INFO O| Aug 21 05:46:00.897 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-21T05:46:01.426Z[ recovery-image] Aug 21 05:46:00.907 INFO O| Aug 21 05:46:00.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70732024-08-21T05:46:01.426Z[ recovery-image] Aug 21 05:46:00.907 INFO O| Aug 21 05:46:00.907 INFO STEP 1052 (remove_files) COMPLETE
70742024-08-21T05:46:01.426Z[ recovery-image] Aug 21 05:46:00.907 INFO O| Aug 21 05:46:00.907 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-21T05:46:01.437Z[ recovery-image] Aug 21 05:46:00.917 INFO O| Aug 21 05:46:00.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70762024-08-21T05:46:01.443Z[ recovery-image] Aug 21 05:46:00.917 INFO O| Aug 21 05:46:00.917 INFO STEP 1053 (remove_files) COMPLETE
70772024-08-21T05:46:01.443Z[ recovery-image] Aug 21 05:46:00.917 INFO O| Aug 21 05:46:00.917 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-21T05:46:01.455Z[ recovery-image] Aug 21 05:46:00.927 INFO O| Aug 21 05:46:00.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70792024-08-21T05:46:01.455Z[ recovery-image] Aug 21 05:46:00.927 INFO O| Aug 21 05:46:00.927 INFO STEP 1054 (remove_files) COMPLETE
70802024-08-21T05:46:01.455Z[ recovery-image] Aug 21 05:46:00.927 INFO O| Aug 21 05:46:00.927 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-21T05:46:01.462Z[ recovery-image] Aug 21 05:46:00.936 INFO O| Aug 21 05:46:00.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70822024-08-21T05:46:01.462Z[ recovery-image] Aug 21 05:46:00.936 INFO O| Aug 21 05:46:00.936 INFO STEP 1055 (remove_files) COMPLETE
70832024-08-21T05:46:01.462Z[ recovery-image] Aug 21 05:46:00.936 INFO O| Aug 21 05:46:00.936 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-21T05:46:01.469Z[ recovery-image] Aug 21 05:46:00.946 INFO O| Aug 21 05:46:00.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70852024-08-21T05:46:01.469Z[ recovery-image] Aug 21 05:46:00.946 INFO O| Aug 21 05:46:00.946 INFO STEP 1056 (remove_files) COMPLETE
70862024-08-21T05:46:01.469Z[ recovery-image] Aug 21 05:46:00.946 INFO O| Aug 21 05:46:00.946 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-21T05:46:01.475Z[ recovery-image] Aug 21 05:46:00.955 INFO O| Aug 21 05:46:00.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70882024-08-21T05:46:01.475Z[ recovery-image] Aug 21 05:46:00.955 INFO O| Aug 21 05:46:00.955 INFO STEP 1057 (remove_files) COMPLETE
70892024-08-21T05:46:01.475Z[ recovery-image] Aug 21 05:46:00.956 INFO O| Aug 21 05:46:00.955 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-21T05:46:01.482Z[ recovery-image] Aug 21 05:46:00.965 INFO O| Aug 21 05:46:00.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70912024-08-21T05:46:01.482Z[ recovery-image] Aug 21 05:46:00.965 INFO O| Aug 21 05:46:00.965 INFO STEP 1058 (remove_files) COMPLETE
70922024-08-21T05:46:01.482Z[ recovery-image] Aug 21 05:46:00.965 INFO O| Aug 21 05:46:00.965 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-21T05:46:01.492Z[ recovery-image] Aug 21 05:46:00.975 INFO O| Aug 21 05:46:00.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70942024-08-21T05:46:01.493Z[ recovery-image] Aug 21 05:46:00.975 INFO O| Aug 21 05:46:00.975 INFO STEP 1059 (remove_files) COMPLETE
70952024-08-21T05:46:01.500Z[ recovery-image] Aug 21 05:46:00.975 INFO O| Aug 21 05:46:00.975 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-21T05:46:01.505Z[ recovery-image] Aug 21 05:46:00.984 INFO O| Aug 21 05:46:00.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70972024-08-21T05:46:01.505Z[ recovery-image] Aug 21 05:46:00.985 INFO O| Aug 21 05:46:00.984 INFO STEP 1060 (remove_files) COMPLETE
70982024-08-21T05:46:01.506Z[ recovery-image] Aug 21 05:46:00.985 INFO O| Aug 21 05:46:00.985 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-21T05:46:01.510Z[ recovery-image] Aug 21 05:46:00.994 INFO O| Aug 21 05:46:00.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71002024-08-21T05:46:01.515Z[ recovery-image] Aug 21 05:46:00.994 INFO O| Aug 21 05:46:00.994 INFO STEP 1061 (remove_files) COMPLETE
71012024-08-21T05:46:01.515Z[ recovery-image] Aug 21 05:46:00.994 INFO O| Aug 21 05:46:00.994 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-21T05:46:01.520Z[ recovery-image] Aug 21 05:46:01.004 INFO O| Aug 21 05:46:01.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71032024-08-21T05:46:01.520Z[ recovery-image] Aug 21 05:46:01.004 INFO O| Aug 21 05:46:01.004 INFO STEP 1062 (remove_files) COMPLETE
71042024-08-21T05:46:01.521Z[ recovery-image] Aug 21 05:46:01.004 INFO O| Aug 21 05:46:01.004 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-21T05:46:01.530Z[ recovery-image] Aug 21 05:46:01.014 INFO O| Aug 21 05:46:01.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71062024-08-21T05:46:01.533Z[ recovery-image] Aug 21 05:46:01.014 INFO O| Aug 21 05:46:01.014 INFO STEP 1063 (remove_files) COMPLETE
71072024-08-21T05:46:01.534Z[ recovery-image] Aug 21 05:46:01.014 INFO O| Aug 21 05:46:01.014 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-21T05:46:01.540Z[ recovery-image] Aug 21 05:46:01.024 INFO O| Aug 21 05:46:01.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71092024-08-21T05:46:01.540Z[ recovery-image] Aug 21 05:46:01.024 INFO O| Aug 21 05:46:01.024 INFO STEP 1064 (remove_files) COMPLETE
71102024-08-21T05:46:01.545Z[ recovery-image] Aug 21 05:46:01.024 INFO O| Aug 21 05:46:01.024 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-21T05:46:01.550Z[ recovery-image] Aug 21 05:46:01.033 INFO O| Aug 21 05:46:01.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71122024-08-21T05:46:01.550Z[ recovery-image] Aug 21 05:46:01.033 INFO O| Aug 21 05:46:01.033 INFO STEP 1065 (remove_files) COMPLETE
71132024-08-21T05:46:01.554Z[ recovery-image] Aug 21 05:46:01.033 INFO O| Aug 21 05:46:01.033 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-21T05:46:01.559Z[ recovery-image] Aug 21 05:46:01.042 INFO O| Aug 21 05:46:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71152024-08-21T05:46:01.559Z[ recovery-image] Aug 21 05:46:01.043 INFO O| Aug 21 05:46:01.042 INFO STEP 1066 (remove_files) COMPLETE
71162024-08-21T05:46:01.563Z[ recovery-image] Aug 21 05:46:01.043 INFO O| Aug 21 05:46:01.043 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-21T05:46:01.569Z[ recovery-image] Aug 21 05:46:01.052 INFO O| Aug 21 05:46:01.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71182024-08-21T05:46:01.569Z[ recovery-image] Aug 21 05:46:01.052 INFO O| Aug 21 05:46:01.052 INFO STEP 1067 (remove_files) COMPLETE
71192024-08-21T05:46:01.573Z[ recovery-image] Aug 21 05:46:01.052 INFO O| Aug 21 05:46:01.052 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-21T05:46:01.578Z[ recovery-image] Aug 21 05:46:01.061 INFO O| Aug 21 05:46:01.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71212024-08-21T05:46:01.583Z[ recovery-image] Aug 21 05:46:01.061 INFO O| Aug 21 05:46:01.061 INFO STEP 1068 (remove_files) COMPLETE
71222024-08-21T05:46:01.584Z[ recovery-image] Aug 21 05:46:01.061 INFO O| Aug 21 05:46:01.061 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-21T05:46:01.588Z[ recovery-image] Aug 21 05:46:01.071 INFO O| Aug 21 05:46:01.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71242024-08-21T05:46:01.588Z[ recovery-image] Aug 21 05:46:01.071 INFO O| Aug 21 05:46:01.071 INFO STEP 1069 (remove_files) COMPLETE
71252024-08-21T05:46:01.588Z[ recovery-image] Aug 21 05:46:01.071 INFO O| Aug 21 05:46:01.071 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-21T05:46:01.597Z[ recovery-image] Aug 21 05:46:01.081 INFO O| Aug 21 05:46:01.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71272024-08-21T05:46:01.597Z[ recovery-image] Aug 21 05:46:01.081 INFO O| Aug 21 05:46:01.081 INFO STEP 1070 (remove_files) COMPLETE
71282024-08-21T05:46:01.597Z[ recovery-image] Aug 21 05:46:01.081 INFO O| Aug 21 05:46:01.081 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-21T05:46:01.606Z[ recovery-image] Aug 21 05:46:01.090 INFO O| Aug 21 05:46:01.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71302024-08-21T05:46:01.607Z[ recovery-image] Aug 21 05:46:01.090 INFO O| Aug 21 05:46:01.090 INFO STEP 1071 (remove_files) COMPLETE
71312024-08-21T05:46:01.607Z[ recovery-image] Aug 21 05:46:01.090 INFO O| Aug 21 05:46:01.090 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-21T05:46:01.624Z[ recovery-image] Aug 21 05:46:01.100 INFO O| Aug 21 05:46:01.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71332024-08-21T05:46:01.624Z[ recovery-image] Aug 21 05:46:01.100 INFO O| Aug 21 05:46:01.100 INFO STEP 1072 (remove_files) COMPLETE
71342024-08-21T05:46:01.624Z[ recovery-image] Aug 21 05:46:01.100 INFO O| Aug 21 05:46:01.100 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-21T05:46:01.629Z[ recovery-image] Aug 21 05:46:01.111 INFO O| Aug 21 05:46:01.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71362024-08-21T05:46:01.629Z[ recovery-image] Aug 21 05:46:01.111 INFO O| Aug 21 05:46:01.111 INFO STEP 1073 (remove_files) COMPLETE
71372024-08-21T05:46:01.629Z[ recovery-image] Aug 21 05:46:01.111 INFO O| Aug 21 05:46:01.111 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-21T05:46:01.638Z[ recovery-image] Aug 21 05:46:01.122 INFO O| Aug 21 05:46:01.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71392024-08-21T05:46:01.638Z[ recovery-image] Aug 21 05:46:01.122 INFO O| Aug 21 05:46:01.122 INFO STEP 1074 (remove_files) COMPLETE
71402024-08-21T05:46:01.645Z[ recovery-image] Aug 21 05:46:01.122 INFO O| Aug 21 05:46:01.122 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-21T05:46:01.648Z[ recovery-image] Aug 21 05:46:01.133 INFO O| Aug 21 05:46:01.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71422024-08-21T05:46:01.648Z[ recovery-image] Aug 21 05:46:01.133 INFO O| Aug 21 05:46:01.133 INFO STEP 1075 (remove_files) COMPLETE
71432024-08-21T05:46:01.651Z[ recovery-image] Aug 21 05:46:01.133 INFO O| Aug 21 05:46:01.133 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-21T05:46:01.659Z[ recovery-image] Aug 21 05:46:01.143 INFO O| Aug 21 05:46:01.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71452024-08-21T05:46:01.659Z[ recovery-image] Aug 21 05:46:01.143 INFO O| Aug 21 05:46:01.143 INFO STEP 1076 (remove_files) COMPLETE
71462024-08-21T05:46:01.662Z[ recovery-image] Aug 21 05:46:01.144 INFO O| Aug 21 05:46:01.143 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-21T05:46:01.668Z[ recovery-image] Aug 21 05:46:01.153 INFO O| Aug 21 05:46:01.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71482024-08-21T05:46:01.669Z[ recovery-image] Aug 21 05:46:01.153 INFO O| Aug 21 05:46:01.153 INFO STEP 1077 (remove_files) COMPLETE
71492024-08-21T05:46:01.671Z[ recovery-image] Aug 21 05:46:01.153 INFO O| Aug 21 05:46:01.153 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-21T05:46:01.678Z[ recovery-image] Aug 21 05:46:01.163 INFO O| Aug 21 05:46:01.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71512024-08-21T05:46:01.681Z[ recovery-image] Aug 21 05:46:01.163 INFO O| Aug 21 05:46:01.163 INFO STEP 1078 (remove_files) COMPLETE
71522024-08-21T05:46:01.681Z[ recovery-image] Aug 21 05:46:01.163 INFO O| Aug 21 05:46:01.163 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-21T05:46:01.689Z[ recovery-image] Aug 21 05:46:01.173 INFO O| Aug 21 05:46:01.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71542024-08-21T05:46:01.689Z[ recovery-image] Aug 21 05:46:01.173 INFO O| Aug 21 05:46:01.173 INFO STEP 1079 (remove_files) COMPLETE
71552024-08-21T05:46:01.693Z[ recovery-image] Aug 21 05:46:01.173 INFO O| Aug 21 05:46:01.173 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-21T05:46:01.699Z[ recovery-image] Aug 21 05:46:01.183 INFO O| Aug 21 05:46:01.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71572024-08-21T05:46:01.699Z[ recovery-image] Aug 21 05:46:01.183 INFO O| Aug 21 05:46:01.183 INFO STEP 1080 (remove_files) COMPLETE
71582024-08-21T05:46:01.702Z[ recovery-image] Aug 21 05:46:01.183 INFO O| Aug 21 05:46:01.183 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-21T05:46:01.709Z[ recovery-image] Aug 21 05:46:01.193 INFO O| Aug 21 05:46:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71602024-08-21T05:46:01.711Z[ recovery-image] Aug 21 05:46:01.193 INFO O| Aug 21 05:46:01.193 INFO STEP 1081 (remove_files) COMPLETE
71612024-08-21T05:46:01.711Z[ recovery-image] Aug 21 05:46:01.193 INFO O| Aug 21 05:46:01.193 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-21T05:46:01.718Z[ recovery-image] Aug 21 05:46:01.203 INFO O| Aug 21 05:46:01.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71632024-08-21T05:46:01.718Z[ recovery-image] Aug 21 05:46:01.203 INFO O| Aug 21 05:46:01.203 INFO STEP 1082 (remove_files) COMPLETE
71642024-08-21T05:46:01.718Z[ recovery-image] Aug 21 05:46:01.203 INFO O| Aug 21 05:46:01.203 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-21T05:46:01.728Z[ recovery-image] Aug 21 05:46:01.212 INFO O| Aug 21 05:46:01.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71662024-08-21T05:46:01.730Z[ recovery-image] Aug 21 05:46:01.213 INFO O| Aug 21 05:46:01.213 INFO STEP 1083 (remove_files) COMPLETE
71672024-08-21T05:46:01.730Z[ recovery-image] Aug 21 05:46:01.213 INFO O| Aug 21 05:46:01.213 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-21T05:46:01.738Z[ recovery-image] Aug 21 05:46:01.223 INFO O| Aug 21 05:46:01.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71692024-08-21T05:46:01.741Z[ recovery-image] Aug 21 05:46:01.223 INFO O| Aug 21 05:46:01.223 INFO STEP 1084 (remove_files) COMPLETE
71702024-08-21T05:46:01.741Z[ recovery-image] Aug 21 05:46:01.223 INFO O| Aug 21 05:46:01.223 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-21T05:46:01.748Z[ recovery-image] Aug 21 05:46:01.233 INFO O| Aug 21 05:46:01.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71722024-08-21T05:46:01.753Z[ recovery-image] Aug 21 05:46:01.233 INFO O| Aug 21 05:46:01.233 INFO STEP 1085 (remove_files) COMPLETE
71732024-08-21T05:46:01.753Z[ recovery-image] Aug 21 05:46:01.233 INFO O| Aug 21 05:46:01.233 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-21T05:46:01.758Z[ recovery-image] Aug 21 05:46:01.242 INFO O| Aug 21 05:46:01.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71752024-08-21T05:46:01.760Z[ recovery-image] Aug 21 05:46:01.242 INFO O| Aug 21 05:46:01.242 INFO STEP 1086 (remove_files) COMPLETE
71762024-08-21T05:46:01.760Z[ recovery-image] Aug 21 05:46:01.242 INFO O| Aug 21 05:46:01.242 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-21T05:46:01.767Z[ recovery-image] Aug 21 05:46:01.252 INFO O| Aug 21 05:46:01.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71782024-08-21T05:46:01.767Z[ recovery-image] Aug 21 05:46:01.252 INFO O| Aug 21 05:46:01.252 INFO STEP 1087 (remove_files) COMPLETE
71792024-08-21T05:46:01.770Z[ recovery-image] Aug 21 05:46:01.252 INFO O| Aug 21 05:46:01.252 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-21T05:46:01.777Z[ recovery-image] Aug 21 05:46:01.261 INFO O| Aug 21 05:46:01.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71812024-08-21T05:46:01.781Z[ recovery-image] Aug 21 05:46:01.261 INFO O| Aug 21 05:46:01.261 INFO STEP 1088 (remove_files) COMPLETE
71822024-08-21T05:46:01.781Z[ recovery-image] Aug 21 05:46:01.261 INFO O| Aug 21 05:46:01.261 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-21T05:46:01.787Z[ recovery-image] Aug 21 05:46:01.271 INFO O| Aug 21 05:46:01.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71842024-08-21T05:46:01.787Z[ recovery-image] Aug 21 05:46:01.271 INFO O| Aug 21 05:46:01.271 INFO STEP 1089 (remove_files) COMPLETE
71852024-08-21T05:46:01.790Z[ recovery-image] Aug 21 05:46:01.271 INFO O| Aug 21 05:46:01.271 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-21T05:46:01.796Z[ recovery-image] Aug 21 05:46:01.280 INFO O| Aug 21 05:46:01.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71872024-08-21T05:46:01.796Z[ recovery-image] Aug 21 05:46:01.280 INFO O| Aug 21 05:46:01.280 INFO STEP 1090 (remove_files) COMPLETE
71882024-08-21T05:46:01.798Z[ recovery-image] Aug 21 05:46:01.280 INFO O| Aug 21 05:46:01.280 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-21T05:46:01.805Z[ recovery-image] Aug 21 05:46:01.290 INFO O| Aug 21 05:46:01.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71902024-08-21T05:46:01.806Z[ recovery-image] Aug 21 05:46:01.290 INFO O| Aug 21 05:46:01.290 INFO STEP 1091 (remove_files) COMPLETE
71912024-08-21T05:46:01.809Z[ recovery-image] Aug 21 05:46:01.290 INFO O| Aug 21 05:46:01.290 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-21T05:46:01.815Z[ recovery-image] Aug 21 05:46:01.299 INFO O| Aug 21 05:46:01.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71932024-08-21T05:46:01.817Z[ recovery-image] Aug 21 05:46:01.300 INFO O| Aug 21 05:46:01.299 INFO STEP 1092 (remove_files) COMPLETE
71942024-08-21T05:46:01.817Z[ recovery-image] Aug 21 05:46:01.300 INFO O| Aug 21 05:46:01.300 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-21T05:46:01.825Z[ recovery-image] Aug 21 05:46:01.309 INFO O| Aug 21 05:46:01.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71962024-08-21T05:46:01.825Z[ recovery-image] Aug 21 05:46:01.309 INFO O| Aug 21 05:46:01.309 INFO STEP 1093 (remove_files) COMPLETE
71972024-08-21T05:46:01.827Z[ recovery-image] Aug 21 05:46:01.309 INFO O| Aug 21 05:46:01.309 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-21T05:46:01.834Z[ recovery-image] Aug 21 05:46:01.319 INFO O| Aug 21 05:46:01.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71992024-08-21T05:46:01.834Z[ recovery-image] Aug 21 05:46:01.319 INFO O| Aug 21 05:46:01.319 INFO STEP 1094 (remove_files) COMPLETE
72002024-08-21T05:46:01.834Z[ recovery-image] Aug 21 05:46:01.319 INFO O| Aug 21 05:46:01.319 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-21T05:46:01.844Z[ recovery-image] Aug 21 05:46:01.329 INFO O| Aug 21 05:46:01.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72022024-08-21T05:46:01.844Z[ recovery-image] Aug 21 05:46:01.329 INFO O| Aug 21 05:46:01.329 INFO STEP 1095 (remove_files) COMPLETE
72032024-08-21T05:46:01.844Z[ recovery-image] Aug 21 05:46:01.329 INFO O| Aug 21 05:46:01.329 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-21T05:46:01.854Z[ recovery-image] Aug 21 05:46:01.338 INFO O| Aug 21 05:46:01.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72052024-08-21T05:46:01.854Z[ recovery-image] Aug 21 05:46:01.338 INFO O| Aug 21 05:46:01.338 INFO STEP 1096 (remove_files) COMPLETE
72062024-08-21T05:46:01.857Z[ recovery-image] Aug 21 05:46:01.338 INFO O| Aug 21 05:46:01.338 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-21T05:46:01.863Z[ recovery-image] Aug 21 05:46:01.348 INFO O| Aug 21 05:46:01.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72082024-08-21T05:46:01.863Z[ recovery-image] Aug 21 05:46:01.348 INFO O| Aug 21 05:46:01.348 INFO STEP 1097 (remove_files) COMPLETE
72092024-08-21T05:46:01.866Z[ recovery-image] Aug 21 05:46:01.348 INFO O| Aug 21 05:46:01.348 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-21T05:46:01.873Z[ recovery-image] Aug 21 05:46:01.358 INFO O| Aug 21 05:46:01.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72112024-08-21T05:46:01.873Z[ recovery-image] Aug 21 05:46:01.358 INFO O| Aug 21 05:46:01.358 INFO STEP 1098 (remove_files) COMPLETE
72122024-08-21T05:46:01.873Z[ recovery-image] Aug 21 05:46:01.358 INFO O| Aug 21 05:46:01.358 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-21T05:46:01.883Z[ recovery-image] Aug 21 05:46:01.367 INFO O| Aug 21 05:46:01.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72142024-08-21T05:46:01.883Z[ recovery-image] Aug 21 05:46:01.367 INFO O| Aug 21 05:46:01.367 INFO STEP 1099 (remove_files) COMPLETE
72152024-08-21T05:46:01.886Z[ recovery-image] Aug 21 05:46:01.367 INFO O| Aug 21 05:46:01.367 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-21T05:46:01.899Z[ recovery-image] Aug 21 05:46:01.377 INFO O| Aug 21 05:46:01.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72172024-08-21T05:46:01.899Z[ recovery-image] Aug 21 05:46:01.377 INFO O| Aug 21 05:46:01.377 INFO STEP 1100 (remove_files) COMPLETE
72182024-08-21T05:46:01.903Z[ recovery-image] Aug 21 05:46:01.377 INFO O| Aug 21 05:46:01.377 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-21T05:46:01.903Z[ recovery-image] Aug 21 05:46:01.386 INFO O| Aug 21 05:46:01.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72202024-08-21T05:46:01.903Z[ recovery-image] Aug 21 05:46:01.386 INFO O| Aug 21 05:46:01.386 INFO STEP 1101 (remove_files) COMPLETE
72212024-08-21T05:46:01.903Z[ recovery-image] Aug 21 05:46:01.386 INFO O| Aug 21 05:46:01.386 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-21T05:46:01.911Z[ recovery-image] Aug 21 05:46:01.396 INFO O| Aug 21 05:46:01.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72232024-08-21T05:46:01.911Z[ recovery-image] Aug 21 05:46:01.396 INFO O| Aug 21 05:46:01.396 INFO STEP 1102 (remove_files) COMPLETE
72242024-08-21T05:46:01.914Z[ recovery-image] Aug 21 05:46:01.396 INFO O| Aug 21 05:46:01.396 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-21T05:46:01.921Z[ recovery-image] Aug 21 05:46:01.405 INFO O| Aug 21 05:46:01.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72262024-08-21T05:46:01.921Z[ recovery-image] Aug 21 05:46:01.405 INFO O| Aug 21 05:46:01.405 INFO STEP 1103 (remove_files) COMPLETE
72272024-08-21T05:46:01.923Z[ recovery-image] Aug 21 05:46:01.405 INFO O| Aug 21 05:46:01.405 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-21T05:46:01.930Z[ recovery-image] Aug 21 05:46:01.415 INFO O| Aug 21 05:46:01.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72292024-08-21T05:46:01.931Z[ recovery-image] Aug 21 05:46:01.415 INFO O| Aug 21 05:46:01.415 INFO STEP 1104 (remove_files) COMPLETE
72302024-08-21T05:46:01.931Z[ recovery-image] Aug 21 05:46:01.415 INFO O| Aug 21 05:46:01.415 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-21T05:46:01.940Z[ recovery-image] Aug 21 05:46:01.425 INFO O| Aug 21 05:46:01.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72322024-08-21T05:46:01.940Z[ recovery-image] Aug 21 05:46:01.425 INFO O| Aug 21 05:46:01.425 INFO STEP 1105 (remove_files) COMPLETE
72332024-08-21T05:46:01.940Z[ recovery-image] Aug 21 05:46:01.425 INFO O| Aug 21 05:46:01.425 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-21T05:46:01.950Z[ recovery-image] Aug 21 05:46:01.434 INFO O| Aug 21 05:46:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72352024-08-21T05:46:01.950Z[ recovery-image] Aug 21 05:46:01.434 INFO O| Aug 21 05:46:01.434 INFO STEP 1106 (remove_files) COMPLETE
72362024-08-21T05:46:01.950Z[ recovery-image] Aug 21 05:46:01.434 INFO O| Aug 21 05:46:01.434 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-21T05:46:01.959Z[ recovery-image] Aug 21 05:46:01.444 INFO O| Aug 21 05:46:01.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72382024-08-21T05:46:01.959Z[ recovery-image] Aug 21 05:46:01.444 INFO O| Aug 21 05:46:01.444 INFO STEP 1107 (remove_files) COMPLETE
72392024-08-21T05:46:01.962Z[ recovery-image] Aug 21 05:46:01.444 INFO O| Aug 21 05:46:01.444 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-21T05:46:01.969Z[ recovery-image] Aug 21 05:46:01.453 INFO O| Aug 21 05:46:01.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72412024-08-21T05:46:01.969Z[ recovery-image] Aug 21 05:46:01.453 INFO O| Aug 21 05:46:01.453 INFO STEP 1108 (remove_files) COMPLETE
72422024-08-21T05:46:01.972Z[ recovery-image] Aug 21 05:46:01.453 INFO O| Aug 21 05:46:01.453 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-21T05:46:01.978Z[ recovery-image] Aug 21 05:46:01.463 INFO O| Aug 21 05:46:01.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72442024-08-21T05:46:01.981Z[ recovery-image] Aug 21 05:46:01.463 INFO O| Aug 21 05:46:01.463 INFO STEP 1109 (remove_files) COMPLETE
72452024-08-21T05:46:01.981Z[ recovery-image] Aug 21 05:46:01.463 INFO O| Aug 21 05:46:01.463 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-21T05:46:01.988Z[ recovery-image] Aug 21 05:46:01.472 INFO O| Aug 21 05:46:01.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72472024-08-21T05:46:01.988Z[ recovery-image] Aug 21 05:46:01.472 INFO O| Aug 21 05:46:01.472 INFO STEP 1110 (remove_files) COMPLETE
72482024-08-21T05:46:01.991Z[ recovery-image] Aug 21 05:46:01.472 INFO O| Aug 21 05:46:01.472 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-21T05:46:01.997Z[ recovery-image] Aug 21 05:46:01.482 INFO O| Aug 21 05:46:01.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72502024-08-21T05:46:02.001Z[ recovery-image] Aug 21 05:46:01.482 INFO O| Aug 21 05:46:01.482 INFO STEP 1111 (remove_files) COMPLETE
72512024-08-21T05:46:02.001Z[ recovery-image] Aug 21 05:46:01.482 INFO O| Aug 21 05:46:01.482 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-21T05:46:02.007Z[ recovery-image] Aug 21 05:46:01.492 INFO O| Aug 21 05:46:01.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72532024-08-21T05:46:02.007Z[ recovery-image] Aug 21 05:46:01.492 INFO O| Aug 21 05:46:01.492 INFO STEP 1112 (remove_files) COMPLETE
72542024-08-21T05:46:02.007Z[ recovery-image] Aug 21 05:46:01.492 INFO O| Aug 21 05:46:01.492 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-21T05:46:02.017Z[ recovery-image] Aug 21 05:46:01.501 INFO O| Aug 21 05:46:01.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72562024-08-21T05:46:02.017Z[ recovery-image] Aug 21 05:46:01.501 INFO O| Aug 21 05:46:01.501 INFO STEP 1113 (remove_files) COMPLETE
72572024-08-21T05:46:02.020Z[ recovery-image] Aug 21 05:46:01.501 INFO O| Aug 21 05:46:01.501 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-21T05:46:02.026Z[ recovery-image] Aug 21 05:46:01.511 INFO O| Aug 21 05:46:01.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72592024-08-21T05:46:02.026Z[ recovery-image] Aug 21 05:46:01.511 INFO O| Aug 21 05:46:01.511 INFO STEP 1114 (remove_files) COMPLETE
72602024-08-21T05:46:02.031Z[ recovery-image] Aug 21 05:46:01.511 INFO O| Aug 21 05:46:01.511 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-21T05:46:02.036Z[ recovery-image] Aug 21 05:46:01.520 INFO O| Aug 21 05:46:01.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72622024-08-21T05:46:02.036Z[ recovery-image] Aug 21 05:46:01.521 INFO O| Aug 21 05:46:01.521 INFO STEP 1115 (remove_files) COMPLETE
72632024-08-21T05:46:02.038Z[ recovery-image] Aug 21 05:46:01.521 INFO O| Aug 21 05:46:01.521 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-21T05:46:02.046Z[ recovery-image] Aug 21 05:46:01.530 INFO O| Aug 21 05:46:01.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72652024-08-21T05:46:02.046Z[ recovery-image] Aug 21 05:46:01.530 INFO O| Aug 21 05:46:01.530 INFO STEP 1116 (remove_files) COMPLETE
72662024-08-21T05:46:02.048Z[ recovery-image] Aug 21 05:46:01.530 INFO O| Aug 21 05:46:01.530 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-21T05:46:02.055Z[ recovery-image] Aug 21 05:46:01.540 INFO O| Aug 21 05:46:01.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72682024-08-21T05:46:02.057Z[ recovery-image] Aug 21 05:46:01.540 INFO O| Aug 21 05:46:01.540 INFO STEP 1117 (remove_files) COMPLETE
72692024-08-21T05:46:02.057Z[ recovery-image] Aug 21 05:46:01.540 INFO O| Aug 21 05:46:01.540 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-21T05:46:02.065Z[ recovery-image] Aug 21 05:46:01.549 INFO O| Aug 21 05:46:01.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72712024-08-21T05:46:02.065Z[ recovery-image] Aug 21 05:46:01.549 INFO O| Aug 21 05:46:01.549 INFO STEP 1118 (remove_files) COMPLETE
72722024-08-21T05:46:02.067Z[ recovery-image] Aug 21 05:46:01.549 INFO O| Aug 21 05:46:01.549 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-21T05:46:02.074Z[ recovery-image] Aug 21 05:46:01.559 INFO O| Aug 21 05:46:01.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72742024-08-21T05:46:02.074Z[ recovery-image] Aug 21 05:46:01.559 INFO O| Aug 21 05:46:01.559 INFO STEP 1119 (remove_files) COMPLETE
72752024-08-21T05:46:02.076Z[ recovery-image] Aug 21 05:46:01.559 INFO O| Aug 21 05:46:01.559 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-21T05:46:02.084Z[ recovery-image] Aug 21 05:46:01.568 INFO O| Aug 21 05:46:01.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72772024-08-21T05:46:02.084Z[ recovery-image] Aug 21 05:46:01.568 INFO O| Aug 21 05:46:01.568 INFO STEP 1120 (remove_files) COMPLETE
72782024-08-21T05:46:02.088Z[ recovery-image] Aug 21 05:46:01.568 INFO O| Aug 21 05:46:01.568 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-21T05:46:02.093Z[ recovery-image] Aug 21 05:46:01.578 INFO O| Aug 21 05:46:01.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72802024-08-21T05:46:02.096Z[ recovery-image] Aug 21 05:46:01.578 INFO O| Aug 21 05:46:01.578 INFO STEP 1121 (remove_files) COMPLETE
72812024-08-21T05:46:02.096Z[ recovery-image] Aug 21 05:46:01.578 INFO O| Aug 21 05:46:01.578 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-21T05:46:02.103Z[ recovery-image] Aug 21 05:46:01.587 INFO O| Aug 21 05:46:01.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72832024-08-21T05:46:02.103Z[ recovery-image] Aug 21 05:46:01.588 INFO O| Aug 21 05:46:01.588 INFO STEP 1122 (remove_files) COMPLETE
72842024-08-21T05:46:02.106Z[ recovery-image] Aug 21 05:46:01.588 INFO O| Aug 21 05:46:01.588 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-21T05:46:02.113Z[ recovery-image] Aug 21 05:46:01.597 INFO O| Aug 21 05:46:01.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72862024-08-21T05:46:02.113Z[ recovery-image] Aug 21 05:46:01.597 INFO O| Aug 21 05:46:01.597 INFO STEP 1123 (remove_files) COMPLETE
72872024-08-21T05:46:02.115Z[ recovery-image] Aug 21 05:46:01.597 INFO O| Aug 21 05:46:01.597 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-21T05:46:02.122Z[ recovery-image] Aug 21 05:46:01.607 INFO O| Aug 21 05:46:01.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72892024-08-21T05:46:02.122Z[ recovery-image] Aug 21 05:46:01.607 INFO O| Aug 21 05:46:01.607 INFO STEP 1124 (remove_files) COMPLETE
72902024-08-21T05:46:02.125Z[ recovery-image] Aug 21 05:46:01.607 INFO O| Aug 21 05:46:01.607 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-21T05:46:02.132Z[ recovery-image] Aug 21 05:46:01.616 INFO O| Aug 21 05:46:01.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72922024-08-21T05:46:02.134Z[ recovery-image] Aug 21 05:46:01.617 INFO O| Aug 21 05:46:01.617 INFO STEP 1125 (remove_files) COMPLETE
72932024-08-21T05:46:02.134Z[ recovery-image] Aug 21 05:46:01.617 INFO O| Aug 21 05:46:01.617 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-21T05:46:02.142Z[ recovery-image] Aug 21 05:46:01.627 INFO O| Aug 21 05:46:01.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72952024-08-21T05:46:02.142Z[ recovery-image] Aug 21 05:46:01.627 INFO O| Aug 21 05:46:01.627 INFO STEP 1126 (remove_files) COMPLETE
72962024-08-21T05:46:02.145Z[ recovery-image] Aug 21 05:46:01.627 INFO O| Aug 21 05:46:01.627 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-21T05:46:02.152Z[ recovery-image] Aug 21 05:46:01.636 INFO O| Aug 21 05:46:01.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72982024-08-21T05:46:02.152Z[ recovery-image] Aug 21 05:46:01.637 INFO O| Aug 21 05:46:01.637 INFO STEP 1127 (remove_files) COMPLETE
72992024-08-21T05:46:02.154Z[ recovery-image] Aug 21 05:46:01.637 INFO O| Aug 21 05:46:01.637 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-21T05:46:02.162Z[ recovery-image] Aug 21 05:46:01.646 INFO O| Aug 21 05:46:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73012024-08-21T05:46:02.164Z[ recovery-image] Aug 21 05:46:01.646 INFO O| Aug 21 05:46:01.646 INFO STEP 1128 (remove_files) COMPLETE
73022024-08-21T05:46:02.164Z[ recovery-image] Aug 21 05:46:01.646 INFO O| Aug 21 05:46:01.646 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-21T05:46:02.171Z[ recovery-image] Aug 21 05:46:01.656 INFO O| Aug 21 05:46:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73042024-08-21T05:46:02.171Z[ recovery-image] Aug 21 05:46:01.656 INFO O| Aug 21 05:46:01.656 INFO STEP 1129 (remove_files) COMPLETE
73052024-08-21T05:46:02.171Z[ recovery-image] Aug 21 05:46:01.656 INFO O| Aug 21 05:46:01.656 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-21T05:46:02.181Z[ recovery-image] Aug 21 05:46:01.665 INFO O| Aug 21 05:46:01.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73072024-08-21T05:46:02.181Z[ recovery-image] Aug 21 05:46:01.665 INFO O| Aug 21 05:46:01.665 INFO STEP 1130 (remove_files) COMPLETE
73082024-08-21T05:46:02.181Z[ recovery-image] Aug 21 05:46:01.665 INFO O| Aug 21 05:46:01.665 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-21T05:46:02.190Z[ recovery-image] Aug 21 05:46:01.675 INFO O| Aug 21 05:46:01.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73102024-08-21T05:46:02.193Z[ recovery-image] Aug 21 05:46:01.675 INFO O| Aug 21 05:46:01.675 INFO STEP 1131 (remove_files) COMPLETE
73112024-08-21T05:46:02.193Z[ recovery-image] Aug 21 05:46:01.675 INFO O| Aug 21 05:46:01.675 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-21T05:46:02.200Z[ recovery-image] Aug 21 05:46:01.684 INFO O| Aug 21 05:46:01.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73132024-08-21T05:46:02.200Z[ recovery-image] Aug 21 05:46:01.684 INFO O| Aug 21 05:46:01.684 INFO STEP 1132 (remove_files) COMPLETE
73142024-08-21T05:46:02.200Z[ recovery-image] Aug 21 05:46:01.684 INFO O| Aug 21 05:46:01.684 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-21T05:46:02.209Z[ recovery-image] Aug 21 05:46:01.694 INFO O| Aug 21 05:46:01.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73162024-08-21T05:46:02.209Z[ recovery-image] Aug 21 05:46:01.694 INFO O| Aug 21 05:46:01.694 INFO STEP 1133 (remove_files) COMPLETE
73172024-08-21T05:46:02.212Z[ recovery-image] Aug 21 05:46:01.694 INFO O| Aug 21 05:46:01.694 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-21T05:46:02.219Z[ recovery-image] Aug 21 05:46:01.703 INFO O| Aug 21 05:46:01.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73192024-08-21T05:46:02.219Z[ recovery-image] Aug 21 05:46:01.704 INFO O| Aug 21 05:46:01.703 INFO STEP 1134 (remove_files) COMPLETE
73202024-08-21T05:46:02.219Z[ recovery-image] Aug 21 05:46:01.704 INFO O| Aug 21 05:46:01.703 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-21T05:46:02.230Z[ recovery-image] Aug 21 05:46:01.714 INFO O| Aug 21 05:46:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73222024-08-21T05:46:02.230Z[ recovery-image] Aug 21 05:46:01.714 INFO O| Aug 21 05:46:01.714 INFO STEP 1135 (remove_files) COMPLETE
73232024-08-21T05:46:02.232Z[ recovery-image] Aug 21 05:46:01.714 INFO O| Aug 21 05:46:01.714 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-21T05:46:02.239Z[ recovery-image] Aug 21 05:46:01.724 INFO O| Aug 21 05:46:01.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73252024-08-21T05:46:02.240Z[ recovery-image] Aug 21 05:46:01.724 INFO O| Aug 21 05:46:01.724 INFO STEP 1136 (remove_files) COMPLETE
73262024-08-21T05:46:02.242Z[ recovery-image] Aug 21 05:46:01.724 INFO O| Aug 21 05:46:01.724 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-21T05:46:02.249Z[ recovery-image] Aug 21 05:46:01.734 INFO O| Aug 21 05:46:01.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73282024-08-21T05:46:02.249Z[ recovery-image] Aug 21 05:46:01.734 INFO O| Aug 21 05:46:01.734 INFO STEP 1137 (remove_files) COMPLETE
73292024-08-21T05:46:02.252Z[ recovery-image] Aug 21 05:46:01.734 INFO O| Aug 21 05:46:01.734 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-08-21T05:46:02.259Z[ recovery-image] Aug 21 05:46:01.743 INFO O| Aug 21 05:46:01.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73312024-08-21T05:46:02.261Z[ recovery-image] Aug 21 05:46:01.743 INFO O| Aug 21 05:46:01.743 INFO STEP 1138 (remove_files) COMPLETE
73322024-08-21T05:46:02.261Z[ recovery-image] Aug 21 05:46:01.743 INFO O| Aug 21 05:46:01.743 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-21T05:46:02.272Z[ recovery-image] Aug 21 05:46:01.753 INFO O| Aug 21 05:46:01.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73342024-08-21T05:46:02.272Z[ recovery-image] Aug 21 05:46:01.753 INFO O| Aug 21 05:46:01.753 INFO STEP 1139 (remove_files) COMPLETE
73352024-08-21T05:46:02.274Z[ recovery-image] Aug 21 05:46:01.753 INFO O| Aug 21 05:46:01.753 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-21T05:46:02.278Z[ recovery-image] Aug 21 05:46:01.763 INFO O| Aug 21 05:46:01.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73372024-08-21T05:46:02.280Z[ recovery-image] Aug 21 05:46:01.763 INFO O| Aug 21 05:46:01.763 INFO STEP 1140 (remove_files) COMPLETE
73382024-08-21T05:46:02.281Z[ recovery-image] Aug 21 05:46:01.763 INFO O| Aug 21 05:46:01.763 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-08-21T05:46:02.288Z[ recovery-image] Aug 21 05:46:01.772 INFO O| Aug 21 05:46:01.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73402024-08-21T05:46:02.293Z[ recovery-image] Aug 21 05:46:01.772 INFO O| Aug 21 05:46:01.772 INFO STEP 1141 (remove_files) COMPLETE
73412024-08-21T05:46:02.293Z[ recovery-image] Aug 21 05:46:01.772 INFO O| Aug 21 05:46:01.772 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-08-21T05:46:02.297Z[ recovery-image] Aug 21 05:46:01.782 INFO O| Aug 21 05:46:01.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73432024-08-21T05:46:02.300Z[ recovery-image] Aug 21 05:46:01.782 INFO O| Aug 21 05:46:01.782 INFO STEP 1142 (remove_files) COMPLETE
73442024-08-21T05:46:02.300Z[ recovery-image] Aug 21 05:46:01.782 INFO O| Aug 21 05:46:01.782 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-08-21T05:46:02.307Z[ recovery-image] Aug 21 05:46:01.791 INFO O| Aug 21 05:46:01.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73462024-08-21T05:46:02.307Z[ recovery-image] Aug 21 05:46:01.791 INFO O| Aug 21 05:46:01.791 INFO STEP 1143 (remove_files) COMPLETE
73472024-08-21T05:46:02.309Z[ recovery-image] Aug 21 05:46:01.791 INFO O| Aug 21 05:46:01.791 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-08-21T05:46:02.316Z[ recovery-image] Aug 21 05:46:01.801 INFO O| Aug 21 05:46:01.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73492024-08-21T05:46:02.319Z[ recovery-image] Aug 21 05:46:01.801 INFO O| Aug 21 05:46:01.801 INFO STEP 1144 (remove_files) COMPLETE
73502024-08-21T05:46:02.319Z[ recovery-image] Aug 21 05:46:01.801 INFO O| Aug 21 05:46:01.801 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-08-21T05:46:02.326Z[ recovery-image] Aug 21 05:46:01.810 INFO O| Aug 21 05:46:01.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73522024-08-21T05:46:02.328Z[ recovery-image] Aug 21 05:46:01.810 INFO O| Aug 21 05:46:01.810 INFO STEP 1145 (remove_files) COMPLETE
73532024-08-21T05:46:02.328Z[ recovery-image] Aug 21 05:46:01.810 INFO O| Aug 21 05:46:01.810 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-08-21T05:46:02.336Z[ recovery-image] Aug 21 05:46:01.820 INFO O| Aug 21 05:46:01.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73552024-08-21T05:46:02.336Z[ recovery-image] Aug 21 05:46:01.820 INFO O| Aug 21 05:46:01.820 INFO STEP 1146 (remove_files) COMPLETE
73562024-08-21T05:46:02.340Z[ recovery-image] Aug 21 05:46:01.820 INFO O| Aug 21 05:46:01.820 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-08-21T05:46:02.345Z[ recovery-image] Aug 21 05:46:01.830 INFO O| Aug 21 05:46:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73582024-08-21T05:46:02.345Z[ recovery-image] Aug 21 05:46:01.830 INFO O| Aug 21 05:46:01.830 INFO STEP 1147 (remove_files) COMPLETE
73592024-08-21T05:46:02.345Z[ recovery-image] Aug 21 05:46:01.830 INFO O| Aug 21 05:46:01.830 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-08-21T05:46:02.355Z[ recovery-image] Aug 21 05:46:01.839 INFO O| Aug 21 05:46:01.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73612024-08-21T05:46:02.357Z[ recovery-image] Aug 21 05:46:01.839 INFO O| Aug 21 05:46:01.839 INFO STEP 1148 (remove_files) COMPLETE
73622024-08-21T05:46:02.357Z[ recovery-image] Aug 21 05:46:01.839 INFO O| Aug 21 05:46:01.839 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-08-21T05:46:02.364Z[ recovery-image] Aug 21 05:46:01.849 INFO O| Aug 21 05:46:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73642024-08-21T05:46:02.365Z[ recovery-image] Aug 21 05:46:01.849 INFO O| Aug 21 05:46:01.849 INFO STEP 1149 (remove_files) COMPLETE
73652024-08-21T05:46:02.367Z[ recovery-image] Aug 21 05:46:01.849 INFO O| Aug 21 05:46:01.849 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-08-21T05:46:02.374Z[ recovery-image] Aug 21 05:46:01.858 INFO O| Aug 21 05:46:01.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73672024-08-21T05:46:02.377Z[ recovery-image] Aug 21 05:46:01.859 INFO O| Aug 21 05:46:01.859 INFO STEP 1150 (remove_files) COMPLETE
73682024-08-21T05:46:02.377Z[ recovery-image] Aug 21 05:46:01.859 INFO O| Aug 21 05:46:01.859 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-08-21T05:46:02.384Z[ recovery-image] Aug 21 05:46:01.868 INFO O| Aug 21 05:46:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73702024-08-21T05:46:02.387Z[ recovery-image] Aug 21 05:46:01.869 INFO O| Aug 21 05:46:01.869 INFO STEP 1151 (remove_files) COMPLETE
73712024-08-21T05:46:02.387Z[ recovery-image] Aug 21 05:46:01.869 INFO O| Aug 21 05:46:01.869 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-08-21T05:46:02.396Z[ recovery-image] Aug 21 05:46:01.878 INFO O| Aug 21 05:46:01.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73732024-08-21T05:46:02.396Z[ recovery-image] Aug 21 05:46:01.878 INFO O| Aug 21 05:46:01.878 INFO STEP 1152 (remove_files) COMPLETE
73742024-08-21T05:46:02.399Z[ recovery-image] Aug 21 05:46:01.878 INFO O| Aug 21 05:46:01.878 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-08-21T05:46:02.403Z[ recovery-image] Aug 21 05:46:01.888 INFO O| Aug 21 05:46:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73762024-08-21T05:46:02.406Z[ recovery-image] Aug 21 05:46:01.888 INFO O| Aug 21 05:46:01.888 INFO STEP 1153 (remove_files) COMPLETE
73772024-08-21T05:46:02.406Z[ recovery-image] Aug 21 05:46:01.888 INFO O| Aug 21 05:46:01.888 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-08-21T05:46:02.413Z[ recovery-image] Aug 21 05:46:01.897 INFO O| Aug 21 05:46:01.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73792024-08-21T05:46:02.413Z[ recovery-image] Aug 21 05:46:01.897 INFO O| Aug 21 05:46:01.897 INFO STEP 1154 (remove_files) COMPLETE
73802024-08-21T05:46:02.413Z[ recovery-image] Aug 21 05:46:01.897 INFO O| Aug 21 05:46:01.897 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-08-21T05:46:02.422Z[ recovery-image] Aug 21 05:46:01.907 INFO O| Aug 21 05:46:01.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73822024-08-21T05:46:02.422Z[ recovery-image] Aug 21 05:46:01.907 INFO O| Aug 21 05:46:01.907 INFO STEP 1155 (remove_files) COMPLETE
73832024-08-21T05:46:02.422Z[ recovery-image] Aug 21 05:46:01.907 INFO O| Aug 21 05:46:01.907 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-08-21T05:46:02.432Z[ recovery-image] Aug 21 05:46:01.916 INFO O| Aug 21 05:46:01.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73852024-08-21T05:46:02.434Z[ recovery-image] Aug 21 05:46:01.916 INFO O| Aug 21 05:46:01.916 INFO STEP 1156 (remove_files) COMPLETE
73862024-08-21T05:46:02.434Z[ recovery-image] Aug 21 05:46:01.916 INFO O| Aug 21 05:46:01.916 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-08-21T05:46:02.442Z[ recovery-image] Aug 21 05:46:01.926 INFO O| Aug 21 05:46:01.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73882024-08-21T05:46:02.443Z[ recovery-image] Aug 21 05:46:01.926 INFO O| Aug 21 05:46:01.926 INFO STEP 1157 (remove_files) COMPLETE
73892024-08-21T05:46:02.445Z[ recovery-image] Aug 21 05:46:01.926 INFO O| Aug 21 05:46:01.926 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-08-21T05:46:02.451Z[ recovery-image] Aug 21 05:46:01.935 INFO O| Aug 21 05:46:01.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73912024-08-21T05:46:02.454Z[ recovery-image] Aug 21 05:46:01.935 INFO O| Aug 21 05:46:01.935 INFO STEP 1158 (remove_files) COMPLETE
73922024-08-21T05:46:02.454Z[ recovery-image] Aug 21 05:46:01.935 INFO O| Aug 21 05:46:01.935 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-08-21T05:46:02.461Z[ recovery-image] Aug 21 05:46:01.945 INFO O| Aug 21 05:46:01.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73942024-08-21T05:46:02.461Z[ recovery-image] Aug 21 05:46:01.945 INFO O| Aug 21 05:46:01.945 INFO STEP 1159 (remove_files) COMPLETE
73952024-08-21T05:46:02.463Z[ recovery-image] Aug 21 05:46:01.945 INFO O| Aug 21 05:46:01.945 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-08-21T05:46:02.470Z[ recovery-image] Aug 21 05:46:01.954 INFO O| Aug 21 05:46:01.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73972024-08-21T05:46:02.473Z[ recovery-image] Aug 21 05:46:01.954 INFO O| Aug 21 05:46:01.954 INFO STEP 1160 (remove_files) COMPLETE
73982024-08-21T05:46:02.473Z[ recovery-image] Aug 21 05:46:01.954 INFO O| Aug 21 05:46:01.954 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-21T05:46:02.480Z[ recovery-image] Aug 21 05:46:01.964 INFO O| Aug 21 05:46:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74002024-08-21T05:46:02.480Z[ recovery-image] Aug 21 05:46:01.964 INFO O| Aug 21 05:46:01.964 INFO STEP 1161 (remove_files) COMPLETE
74012024-08-21T05:46:02.482Z[ recovery-image] Aug 21 05:46:01.964 INFO O| Aug 21 05:46:01.964 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-21T05:46:02.489Z[ recovery-image] Aug 21 05:46:01.974 INFO O| Aug 21 05:46:01.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74032024-08-21T05:46:02.489Z[ recovery-image] Aug 21 05:46:01.974 INFO O| Aug 21 05:46:01.974 INFO STEP 1162 (remove_files) COMPLETE
74042024-08-21T05:46:02.489Z[ recovery-image] Aug 21 05:46:01.974 INFO O| Aug 21 05:46:01.974 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-08-21T05:46:02.499Z[ recovery-image] Aug 21 05:46:01.983 INFO O| Aug 21 05:46:01.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74062024-08-21T05:46:02.499Z[ recovery-image] Aug 21 05:46:01.983 INFO O| Aug 21 05:46:01.983 INFO STEP 1163 (remove_files) COMPLETE
74072024-08-21T05:46:02.502Z[ recovery-image] Aug 21 05:46:01.983 INFO O| Aug 21 05:46:01.983 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-08-21T05:46:02.508Z[ recovery-image] Aug 21 05:46:01.993 INFO O| Aug 21 05:46:01.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74092024-08-21T05:46:02.508Z[ recovery-image] Aug 21 05:46:01.993 INFO O| Aug 21 05:46:01.993 INFO STEP 1164 (remove_files) COMPLETE
74102024-08-21T05:46:02.508Z[ recovery-image] Aug 21 05:46:01.993 INFO O| Aug 21 05:46:01.993 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-08-21T05:46:02.518Z[ recovery-image] Aug 21 05:46:02.003 INFO O| Aug 21 05:46:02.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74122024-08-21T05:46:02.518Z[ recovery-image] Aug 21 05:46:02.003 INFO O| Aug 21 05:46:02.003 INFO STEP 1165 (remove_files) COMPLETE
74132024-08-21T05:46:02.518Z[ recovery-image] Aug 21 05:46:02.003 INFO O| Aug 21 05:46:02.003 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-08-21T05:46:02.528Z[ recovery-image] Aug 21 05:46:02.012 INFO O| Aug 21 05:46:02.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74152024-08-21T05:46:02.531Z[ recovery-image] Aug 21 05:46:02.013 INFO O| Aug 21 05:46:02.013 INFO STEP 1166 (remove_files) COMPLETE
74162024-08-21T05:46:02.531Z[ recovery-image] Aug 21 05:46:02.013 INFO O| Aug 21 05:46:02.013 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-08-21T05:46:02.538Z[ recovery-image] Aug 21 05:46:02.022 INFO O| Aug 21 05:46:02.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74182024-08-21T05:46:02.538Z[ recovery-image] Aug 21 05:46:02.022 INFO O| Aug 21 05:46:02.022 INFO STEP 1167 (remove_files) COMPLETE
74192024-08-21T05:46:02.538Z[ recovery-image] Aug 21 05:46:02.022 INFO O| Aug 21 05:46:02.022 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-08-21T05:46:02.547Z[ recovery-image] Aug 21 05:46:02.031 INFO O| Aug 21 05:46:02.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74212024-08-21T05:46:02.550Z[ recovery-image] Aug 21 05:46:02.032 INFO O| Aug 21 05:46:02.032 INFO STEP 1168 (remove_files) COMPLETE
74222024-08-21T05:46:02.550Z[ recovery-image] Aug 21 05:46:02.032 INFO O| Aug 21 05:46:02.032 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-08-21T05:46:02.558Z[ recovery-image] Aug 21 05:46:02.041 INFO O| Aug 21 05:46:02.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74242024-08-21T05:46:02.561Z[ recovery-image] Aug 21 05:46:02.041 INFO O| Aug 21 05:46:02.041 INFO STEP 1169 (remove_files) COMPLETE
74252024-08-21T05:46:02.561Z[ recovery-image] Aug 21 05:46:02.041 INFO O| Aug 21 05:46:02.041 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-08-21T05:46:02.567Z[ recovery-image] Aug 21 05:46:02.051 INFO O| Aug 21 05:46:02.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74272024-08-21T05:46:02.569Z[ recovery-image] Aug 21 05:46:02.051 INFO O| Aug 21 05:46:02.051 INFO STEP 1170 (remove_files) COMPLETE
74282024-08-21T05:46:02.569Z[ recovery-image] Aug 21 05:46:02.051 INFO O| Aug 21 05:46:02.051 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-08-21T05:46:02.576Z[ recovery-image] Aug 21 05:46:02.060 INFO O| Aug 21 05:46:02.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74302024-08-21T05:46:02.576Z[ recovery-image] Aug 21 05:46:02.060 INFO O| Aug 21 05:46:02.060 INFO STEP 1171 (remove_files) COMPLETE
74312024-08-21T05:46:02.578Z[ recovery-image] Aug 21 05:46:02.060 INFO O| Aug 21 05:46:02.060 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-21T05:46:02.585Z[ recovery-image] Aug 21 05:46:02.070 INFO O| Aug 21 05:46:02.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74332024-08-21T05:46:02.585Z[ recovery-image] Aug 21 05:46:02.070 INFO O| Aug 21 05:46:02.070 INFO STEP 1172 (remove_files) COMPLETE
74342024-08-21T05:46:02.588Z[ recovery-image] Aug 21 05:46:02.070 INFO O| Aug 21 05:46:02.070 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-21T05:46:02.595Z[ recovery-image] Aug 21 05:46:02.079 INFO O| Aug 21 05:46:02.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74362024-08-21T05:46:02.595Z[ recovery-image] Aug 21 05:46:02.079 INFO O| Aug 21 05:46:02.079 INFO STEP 1173 (remove_files) COMPLETE
74372024-08-21T05:46:02.599Z[ recovery-image] Aug 21 05:46:02.079 INFO O| Aug 21 05:46:02.079 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-21T05:46:02.604Z[ recovery-image] Aug 21 05:46:02.088 INFO O| Aug 21 05:46:02.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74392024-08-21T05:46:02.610Z[ recovery-image] Aug 21 05:46:02.088 INFO O| Aug 21 05:46:02.088 INFO STEP 1174 (remove_files) COMPLETE
74402024-08-21T05:46:02.610Z[ recovery-image] Aug 21 05:46:02.089 INFO O| Aug 21 05:46:02.088 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-21T05:46:02.614Z[ recovery-image] Aug 21 05:46:02.098 INFO O| Aug 21 05:46:02.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74422024-08-21T05:46:02.614Z[ recovery-image] Aug 21 05:46:02.098 INFO O| Aug 21 05:46:02.098 INFO STEP 1175 (remove_files) COMPLETE
74432024-08-21T05:46:02.614Z[ recovery-image] Aug 21 05:46:02.098 INFO O| Aug 21 05:46:02.098 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-21T05:46:02.623Z[ recovery-image] Aug 21 05:46:02.107 INFO O| Aug 21 05:46:02.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74452024-08-21T05:46:02.626Z[ recovery-image] Aug 21 05:46:02.107 INFO O| Aug 21 05:46:02.107 INFO STEP 1176 (remove_files) COMPLETE
74462024-08-21T05:46:02.626Z[ recovery-image] Aug 21 05:46:02.107 INFO O| Aug 21 05:46:02.107 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-21T05:46:02.633Z[ recovery-image] Aug 21 05:46:02.117 INFO O| Aug 21 05:46:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74482024-08-21T05:46:02.633Z[ recovery-image] Aug 21 05:46:02.117 INFO O| Aug 21 05:46:02.117 INFO STEP 1177 (remove_files) COMPLETE
74492024-08-21T05:46:02.633Z[ recovery-image] Aug 21 05:46:02.117 INFO O| Aug 21 05:46:02.117 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-21T05:46:02.643Z[ recovery-image] Aug 21 05:46:02.126 INFO O| Aug 21 05:46:02.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74512024-08-21T05:46:02.644Z[ recovery-image] Aug 21 05:46:02.127 INFO O| Aug 21 05:46:02.126 INFO STEP 1178 (remove_files) COMPLETE
74522024-08-21T05:46:02.648Z[ recovery-image] Aug 21 05:46:02.127 INFO O| Aug 21 05:46:02.127 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-21T05:46:02.654Z[ recovery-image] Aug 21 05:46:02.136 INFO O| Aug 21 05:46:02.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74542024-08-21T05:46:02.666Z[ recovery-image] Aug 21 05:46:02.136 INFO O| Aug 21 05:46:02.136 INFO STEP 1179 (remove_files) COMPLETE
74552024-08-21T05:46:02.666Z[ recovery-image] Aug 21 05:46:02.136 INFO O| Aug 21 05:46:02.136 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-21T05:46:02.678Z[ recovery-image] Aug 21 05:46:02.145 INFO O| Aug 21 05:46:02.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74572024-08-21T05:46:02.678Z[ recovery-image] Aug 21 05:46:02.145 INFO O| Aug 21 05:46:02.145 INFO STEP 1180 (remove_files) COMPLETE
74582024-08-21T05:46:02.678Z[ recovery-image] Aug 21 05:46:02.145 INFO O| Aug 21 05:46:02.145 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-21T05:46:02.678Z[ recovery-image] Aug 21 05:46:02.155 INFO O| Aug 21 05:46:02.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74602024-08-21T05:46:02.678Z[ recovery-image] Aug 21 05:46:02.155 INFO O| Aug 21 05:46:02.155 INFO STEP 1181 (remove_files) COMPLETE
74612024-08-21T05:46:02.678Z[ recovery-image] Aug 21 05:46:02.155 INFO O| Aug 21 05:46:02.155 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-21T05:46:02.682Z[ recovery-image] Aug 21 05:46:02.164 INFO O| Aug 21 05:46:02.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74632024-08-21T05:46:02.683Z[ recovery-image] Aug 21 05:46:02.164 INFO O| Aug 21 05:46:02.164 INFO STEP 1182 (remove_files) COMPLETE
74642024-08-21T05:46:02.683Z[ recovery-image] Aug 21 05:46:02.164 INFO O| Aug 21 05:46:02.164 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-21T05:46:02.698Z[ recovery-image] Aug 21 05:46:02.174 INFO O| Aug 21 05:46:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74662024-08-21T05:46:02.698Z[ recovery-image] Aug 21 05:46:02.174 INFO O| Aug 21 05:46:02.174 INFO STEP 1183 (remove_files) COMPLETE
74672024-08-21T05:46:02.706Z[ recovery-image] Aug 21 05:46:02.174 INFO O| Aug 21 05:46:02.174 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-08-21T05:46:02.707Z[ recovery-image] Aug 21 05:46:02.184 INFO O| Aug 21 05:46:02.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74692024-08-21T05:46:02.707Z[ recovery-image] Aug 21 05:46:02.184 INFO O| Aug 21 05:46:02.184 INFO STEP 1184 (remove_files) COMPLETE
74702024-08-21T05:46:02.707Z[ recovery-image] Aug 21 05:46:02.184 INFO O| Aug 21 05:46:02.184 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-08-21T05:46:02.712Z[ recovery-image] Aug 21 05:46:02.193 INFO O| Aug 21 05:46:02.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74722024-08-21T05:46:02.712Z[ recovery-image] Aug 21 05:46:02.193 INFO O| Aug 21 05:46:02.193 INFO STEP 1185 (remove_files) COMPLETE
74732024-08-21T05:46:02.712Z[ recovery-image] Aug 21 05:46:02.193 INFO O| Aug 21 05:46:02.193 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-08-21T05:46:02.719Z[ recovery-image] Aug 21 05:46:02.203 INFO O| Aug 21 05:46:02.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74752024-08-21T05:46:02.719Z[ recovery-image] Aug 21 05:46:02.203 INFO O| Aug 21 05:46:02.203 INFO STEP 1186 (remove_files) COMPLETE
74762024-08-21T05:46:02.719Z[ recovery-image] Aug 21 05:46:02.203 INFO O| Aug 21 05:46:02.203 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-08-21T05:46:02.729Z[ recovery-image] Aug 21 05:46:02.212 INFO O| Aug 21 05:46:02.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74782024-08-21T05:46:02.729Z[ recovery-image] Aug 21 05:46:02.213 INFO O| Aug 21 05:46:02.213 INFO STEP 1187 (remove_files) COMPLETE
74792024-08-21T05:46:02.730Z[ recovery-image] Aug 21 05:46:02.213 INFO O| Aug 21 05:46:02.213 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-08-21T05:46:02.739Z[ recovery-image] Aug 21 05:46:02.222 INFO O| Aug 21 05:46:02.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74812024-08-21T05:46:02.739Z[ recovery-image] Aug 21 05:46:02.222 INFO O| Aug 21 05:46:02.222 INFO STEP 1188 (remove_files) COMPLETE
74822024-08-21T05:46:02.739Z[ recovery-image] Aug 21 05:46:02.222 INFO O| Aug 21 05:46:02.222 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-08-21T05:46:02.757Z[ recovery-image] Aug 21 05:46:02.232 INFO O| Aug 21 05:46:02.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74842024-08-21T05:46:02.757Z[ recovery-image] Aug 21 05:46:02.232 INFO O| Aug 21 05:46:02.232 INFO STEP 1189 (remove_files) COMPLETE
74852024-08-21T05:46:02.767Z[ recovery-image] Aug 21 05:46:02.232 INFO O| Aug 21 05:46:02.232 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-08-21T05:46:02.767Z[ recovery-image] Aug 21 05:46:02.241 INFO O| Aug 21 05:46:02.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74872024-08-21T05:46:02.767Z[ recovery-image] Aug 21 05:46:02.241 INFO O| Aug 21 05:46:02.241 INFO STEP 1190 (remove_files) COMPLETE
74882024-08-21T05:46:02.767Z[ recovery-image] Aug 21 05:46:02.241 INFO O| Aug 21 05:46:02.241 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-08-21T05:46:02.781Z[ recovery-image] Aug 21 05:46:02.251 INFO O| Aug 21 05:46:02.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74902024-08-21T05:46:02.781Z[ recovery-image] Aug 21 05:46:02.251 INFO O| Aug 21 05:46:02.251 INFO STEP 1191 (remove_files) COMPLETE
74912024-08-21T05:46:02.781Z[ recovery-image] Aug 21 05:46:02.251 INFO O| Aug 21 05:46:02.251 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-08-21T05:46:02.790Z[ recovery-image] Aug 21 05:46:02.260 INFO O| Aug 21 05:46:02.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74932024-08-21T05:46:02.790Z[ recovery-image] Aug 21 05:46:02.260 INFO O| Aug 21 05:46:02.260 INFO STEP 1192 (remove_files) COMPLETE
74942024-08-21T05:46:02.790Z[ recovery-image] Aug 21 05:46:02.260 INFO O| Aug 21 05:46:02.260 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-08-21T05:46:02.790Z[ recovery-image] Aug 21 05:46:02.269 INFO O| Aug 21 05:46:02.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74962024-08-21T05:46:02.790Z[ recovery-image] Aug 21 05:46:02.269 INFO O| Aug 21 05:46:02.269 INFO STEP 1193 (remove_files) COMPLETE
74972024-08-21T05:46:02.790Z[ recovery-image] Aug 21 05:46:02.269 INFO O| Aug 21 05:46:02.269 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-08-21T05:46:02.795Z[ recovery-image] Aug 21 05:46:02.279 INFO O| Aug 21 05:46:02.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74992024-08-21T05:46:02.795Z[ recovery-image] Aug 21 05:46:02.279 INFO O| Aug 21 05:46:02.279 INFO STEP 1194 (remove_files) COMPLETE
75002024-08-21T05:46:02.795Z[ recovery-image] Aug 21 05:46:02.279 INFO O| Aug 21 05:46:02.279 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-08-21T05:46:02.804Z[ recovery-image] Aug 21 05:46:02.288 INFO O| Aug 21 05:46:02.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75022024-08-21T05:46:02.805Z[ recovery-image] Aug 21 05:46:02.288 INFO O| Aug 21 05:46:02.288 INFO STEP 1195 (remove_files) COMPLETE
75032024-08-21T05:46:02.809Z[ recovery-image] Aug 21 05:46:02.288 INFO O| Aug 21 05:46:02.288 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-08-21T05:46:02.814Z[ recovery-image] Aug 21 05:46:02.298 INFO O| Aug 21 05:46:02.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75052024-08-21T05:46:02.814Z[ recovery-image] Aug 21 05:46:02.298 INFO O| Aug 21 05:46:02.298 INFO STEP 1196 (remove_files) COMPLETE
75062024-08-21T05:46:02.814Z[ recovery-image] Aug 21 05:46:02.298 INFO O| Aug 21 05:46:02.298 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-08-21T05:46:02.827Z[ recovery-image] Aug 21 05:46:02.307 INFO O| Aug 21 05:46:02.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75082024-08-21T05:46:02.828Z[ recovery-image] Aug 21 05:46:02.307 INFO O| Aug 21 05:46:02.307 INFO STEP 1197 (remove_files) COMPLETE
75092024-08-21T05:46:02.834Z[ recovery-image] Aug 21 05:46:02.307 INFO O| Aug 21 05:46:02.307 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-08-21T05:46:02.834Z[ recovery-image] Aug 21 05:46:02.316 INFO O| Aug 21 05:46:02.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75112024-08-21T05:46:02.834Z[ recovery-image] Aug 21 05:46:02.316 INFO O| Aug 21 05:46:02.316 INFO STEP 1198 (remove_files) COMPLETE
75122024-08-21T05:46:02.834Z[ recovery-image] Aug 21 05:46:02.317 INFO O| Aug 21 05:46:02.316 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-08-21T05:46:02.842Z[ recovery-image] Aug 21 05:46:02.326 INFO O| Aug 21 05:46:02.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75142024-08-21T05:46:02.868Z[ recovery-image] Aug 21 05:46:02.326 INFO O| Aug 21 05:46:02.326 INFO STEP 1199 (remove_files) COMPLETE
75152024-08-21T05:46:02.868Z[ recovery-image] Aug 21 05:46:02.326 INFO O| Aug 21 05:46:02.326 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-08-21T05:46:02.868Z[ recovery-image] Aug 21 05:46:02.335 INFO O| Aug 21 05:46:02.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75172024-08-21T05:46:02.868Z[ recovery-image] Aug 21 05:46:02.335 INFO O| Aug 21 05:46:02.335 INFO STEP 1200 (remove_files) COMPLETE
75182024-08-21T05:46:02.868Z[ recovery-image] Aug 21 05:46:02.335 INFO O| Aug 21 05:46:02.335 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-08-21T05:46:02.880Z[ recovery-image] Aug 21 05:46:02.345 INFO O| Aug 21 05:46:02.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75202024-08-21T05:46:02.880Z[ recovery-image] Aug 21 05:46:02.345 INFO O| Aug 21 05:46:02.345 INFO STEP 1201 (remove_files) COMPLETE
75212024-08-21T05:46:02.880Z[ recovery-image] Aug 21 05:46:02.345 INFO O| Aug 21 05:46:02.345 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-08-21T05:46:02.881Z[ recovery-image] Aug 21 05:46:02.354 INFO O| Aug 21 05:46:02.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75232024-08-21T05:46:02.881Z[ recovery-image] Aug 21 05:46:02.354 INFO O| Aug 21 05:46:02.354 INFO STEP 1202 (remove_files) COMPLETE
75242024-08-21T05:46:02.881Z[ recovery-image] Aug 21 05:46:02.354 INFO O| Aug 21 05:46:02.354 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-08-21T05:46:02.887Z[ recovery-image] Aug 21 05:46:02.363 INFO O| Aug 21 05:46:02.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75262024-08-21T05:46:02.887Z[ recovery-image] Aug 21 05:46:02.363 INFO O| Aug 21 05:46:02.363 INFO STEP 1203 (remove_files) COMPLETE
75272024-08-21T05:46:02.887Z[ recovery-image] Aug 21 05:46:02.363 INFO O| Aug 21 05:46:02.363 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-08-21T05:46:02.896Z[ recovery-image] Aug 21 05:46:02.373 INFO O| Aug 21 05:46:02.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75292024-08-21T05:46:02.896Z[ recovery-image] Aug 21 05:46:02.373 INFO O| Aug 21 05:46:02.373 INFO STEP 1204 (remove_files) COMPLETE
75302024-08-21T05:46:02.896Z[ recovery-image] Aug 21 05:46:02.373 INFO O| Aug 21 05:46:02.373 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-08-21T05:46:02.903Z[ recovery-image] Aug 21 05:46:02.382 INFO O| Aug 21 05:46:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75322024-08-21T05:46:02.903Z[ recovery-image] Aug 21 05:46:02.382 INFO O| Aug 21 05:46:02.382 INFO STEP 1205 (remove_files) COMPLETE
75332024-08-21T05:46:02.903Z[ recovery-image] Aug 21 05:46:02.382 INFO O| Aug 21 05:46:02.382 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75342024-08-21T05:46:02.933Z[ recovery-image] Aug 21 05:46:02.396 INFO O| Aug 21 05:46:02.396 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75352024-08-21T05:46:02.954Z[ recovery-image] Aug 21 05:46:02.396 INFO O| Aug 21 05:46:02.396 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75362024-08-21T05:46:03.615Z[ recovery-image] Aug 21 05:46:03.095 INFO O| Aug 21 05:46:03.094 INFO STEP 1206 (pack_tar) COMPLETE
75372024-08-21T05:46:03.615Z[ recovery-image] Aug 21 05:46:03.095 INFO O| Aug 21 05:46:03.095 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75382024-08-21T05:46:03.615Z[ recovery-image] Aug 21 05:46:03.095 INFO O| Aug 21 05:46:03.095 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75392024-08-21T05:46:03.907Z[ recovery-image] Aug 21 05:46:03.359 INFO O| Aug 21 05:46:03.359 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75402024-08-21T05:46:04.009Z[ recovery-image] Aug 21 05:46:03.493 INFO O| Aug 21 05:46:03.493 INFO completed processing gimlet/ramdisk-03-recovery-trim
75412024-08-21T05:46:04.015Z[ recovery-image] Aug 21 05:46:03.499 INFO image builder template: zfs-recovery...
75422024-08-21T05:46:04.018Z[ recovery-image] Aug 21 05:46:03.499 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/.tmpgrZf3n/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
75432024-08-21T05:46:04.047Z[ recovery-image] Aug 21 05:46:03.531 INFO O| Aug 21 05:46:03.531 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75442024-08-21T05:46:04.054Z[ recovery-image] Aug 21 05:46:03.535 INFO O| Aug 21 05:46:03.535 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75452024-08-21T05:46:04.171Z[ recovery-image] Aug 21 05:46:03.655 INFO O| Aug 21 05:46:03.655 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75462024-08-21T05:46:04.231Z[ recovery-image] Aug 21 05:46:03.714 INFO O| Aug 21 05:46:03.714 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75472024-08-21T05:46:04.234Z[ recovery-image] Aug 21 05:46:03.714 INFO O| Aug 21 05:46:03.714 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75482024-08-21T05:46:04.237Z[ recovery-image] Aug 21 05:46:03.718 INFO O| Aug 21 05:46:03.718 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75492024-08-21T05:46:04.351Z[ recovery-image] Aug 21 05:46:03.834 INFO O| Aug 21 05:46:03.834 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75502024-08-21T05:46:04.412Z[ recovery-image] Aug 21 05:46:03.896 INFO O| Aug 21 05:46:03.896 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75512024-08-21T05:46:04.421Z[ recovery-image] Aug 21 05:46:03.905 INFO O| Aug 21 05:46:03.905 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75522024-08-21T05:46:04.426Z[ recovery-image] Aug 21 05:46:03.910 INFO O| Aug 21 05:46:03.910 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75532024-08-21T05:46:04.428Z[ recovery-image] Aug 21 05:46:03.911 INFO O| Aug 21 05:46:03.911 INFO no lofi found
75542024-08-21T05:46:04.428Z[ recovery-image] Aug 21 05:46:03.911 INFO O| Aug 21 05:46:03.911 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75552024-08-21T05:46:04.428Z[ recovery-image] Aug 21 05:46:03.911 INFO O| Aug 21 05:46:03.911 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75562024-08-21T05:46:06.675Z[ recovery-image] Aug 21 05:46:06.009 INFO O| Aug 21 05:46:06.009 INFO lofi device = /dev/dsk/c2t1d0p0
75572024-08-21T05:46:06.675Z[ recovery-image] Aug 21 05:46:06.009 INFO O| Aug 21 05:46:06.009 INFO pool device = /dev/dsk/c2t1d0p0
75582024-08-21T05:46:06.806Z[ recovery-image] Aug 21 05:46:06.009 INFO O| Aug 21 05:46:06.009 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"]
75592024-08-21T05:46:06.807Z[ recovery-image] Aug 21 05:46:06.079 INFO O| Aug 21 05:46:06.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75602024-08-21T05:46:06.807Z[ recovery-image] Aug 21 05:46:06.079 INFO O| Aug 21 05:46:06.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75612024-08-21T05:46:06.807Z[ recovery-image] Aug 21 05:46:06.114 INFO O| Aug 21 05:46:06.113 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75622024-08-21T05:46:06.807Z[ recovery-image] Aug 21 05:46:06.172 INFO O| Aug 21 05:46:06.171 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75632024-08-21T05:46:06.897Z[ recovery-image] Aug 21 05:46:06.207 INFO O| Aug 21 05:46:06.207 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75642024-08-21T05:46:06.897Z[ recovery-image] Aug 21 05:46:06.220 INFO O| Aug 21 05:46:06.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75652024-08-21T05:46:06.897Z[ recovery-image] Aug 21 05:46:06.230 INFO O| Aug 21 05:46:06.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75662024-08-21T05:46:06.897Z[ host-image] Aug 21 05:46:06.257 INFO O| Aug 21 05:46:06.257 INFO O| Download: 216/1140 items 1.3/8.4MB 15% complete (605k/s)
75672024-08-21T05:46:06.898Z[ recovery-image] Aug 21 05:46:06.274 INFO O| Aug 21 05:46:06.274 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75682024-08-21T05:46:06.898Z[ recovery-image] Aug 21 05:46:06.274 INFO O| Aug 21 05:46:06.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75692024-08-21T05:46:06.898Z[ recovery-image] Aug 21 05:46:06.274 INFO O| Aug 21 05:46:06.274 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75702024-08-21T05:46:06.898Z[ recovery-image] Aug 21 05:46:06.281 INFO O| Aug 21 05:46:06.281 INFO boot environment UUID: b0b08af0-40c4-4621-9acd-93218010b07d
75712024-08-21T05:46:06.898Z[ recovery-image] Aug 21 05:46:06.281 INFO O| Aug 21 05:46:06.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b0b08af0-40c4-4621-9acd-93218010b07d
75722024-08-21T05:46:06.898Z[ recovery-image] Aug 21 05:46:06.291 INFO O| Aug 21 05:46:06.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75732024-08-21T05:46:06.898Z[ recovery-image] Aug 21 05:46:06.302 INFO O| Aug 21 05:46:06.302 INFO STEP 0 (create_be) COMPLETE
75742024-08-21T05:46:06.898Z[ recovery-image] Aug 21 05:46:06.302 INFO O| Aug 21 05:46:06.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75752024-08-21T05:46:06.899Z[ recovery-image] Aug 21 05:46:06.317 INFO O| Aug 21 05:46:06.316 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"]
75762024-08-21T05:46:07.998Z[ recovery-image] Aug 21 05:46:07.477 INFO O| Aug 21 05:46:07.477 INFO STEP 1 (unpack_tar) COMPLETE
75772024-08-21T05:46:07.998Z[ recovery-image] Aug 21 05:46:07.477 INFO O| Aug 21 05:46:07.477 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75782024-08-21T05:46:08.007Z[ recovery-image] Aug 21 05:46:07.488 INFO O| Aug 21 05:46:07.488 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75792024-08-21T05:46:08.198Z[ recovery-image] Aug 21 05:46:07.680 INFO O| Aug 21 05:46:07.680 INFO STEP 2 (devfsadm) COMPLETE
75802024-08-21T05:46:08.198Z[ recovery-image] Aug 21 05:46:07.680 INFO O| Aug 21 05:46:07.680 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75812024-08-21T05:46:08.210Z[ recovery-image] Aug 21 05:46:07.691 INFO O| Aug 21 05:46:07.691 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75822024-08-21T05:46:08.214Z[ recovery-image] Aug 21 05:46:07.691 INFO O| Aug 21 05:46:07.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75832024-08-21T05:46:08.214Z[ recovery-image] Aug 21 05:46:07.691 INFO O| Aug 21 05:46:07.691 INFO STEP 3 (ensure_dir) COMPLETE
75842024-08-21T05:46:08.214Z[ recovery-image] Aug 21 05:46:07.691 INFO O| Aug 21 05:46:07.691 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75852024-08-21T05:46:08.218Z[ recovery-image] Aug 21 05:46:07.701 INFO O| Aug 21 05:46:07.701 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75862024-08-21T05:46:08.233Z[ recovery-image] Aug 21 05:46:07.701 INFO O| Aug 21 05:46:07.701 INFO STEP 4 (ensure_dir) COMPLETE
75872024-08-21T05:46:08.234Z[ recovery-image] Aug 21 05:46:07.701 INFO O| Aug 21 05:46:07.701 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75882024-08-21T05:46:08.248Z[ recovery-image] Aug 21 05:46:07.711 INFO O| Aug 21 05:46:07.711 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75892024-08-21T05:46:08.248Z[ recovery-image] Aug 21 05:46:07.711 INFO O| Aug 21 05:46:07.711 INFO STEP 5 (ensure_dir) COMPLETE
75902024-08-21T05:46:08.248Z[ recovery-image] Aug 21 05:46:07.711 INFO O| Aug 21 05:46:07.711 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75912024-08-21T05:46:08.248Z[ recovery-image] Aug 21 05:46:07.720 INFO O| Aug 21 05:46:07.720 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75922024-08-21T05:46:08.248Z[ recovery-image] Aug 21 05:46:07.720 INFO O| Aug 21 05:46:07.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75932024-08-21T05:46:08.248Z[ recovery-image] Aug 21 05:46:07.720 INFO O| Aug 21 05:46:07.720 INFO STEP 6 (ensure_dir) COMPLETE
75942024-08-21T05:46:08.248Z[ recovery-image] Aug 21 05:46:07.720 INFO O| Aug 21 05:46:07.720 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75952024-08-21T05:46:08.256Z[ recovery-image] Aug 21 05:46:07.730 INFO O| Aug 21 05:46:07.730 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75962024-08-21T05:46:08.256Z[ recovery-image] Aug 21 05:46:07.730 INFO O| Aug 21 05:46:07.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75972024-08-21T05:46:08.257Z[ recovery-image] Aug 21 05:46:07.730 INFO O| Aug 21 05:46:07.730 INFO STEP 7 (ensure_dir) COMPLETE
75982024-08-21T05:46:08.257Z[ recovery-image] Aug 21 05:46:07.730 INFO O| Aug 21 05:46:07.730 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75992024-08-21T05:46:08.268Z[ recovery-image] Aug 21 05:46:07.740 INFO O| Aug 21 05:46:07.740 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76002024-08-21T05:46:08.269Z[ recovery-image] Aug 21 05:46:07.740 INFO O| Aug 21 05:46:07.740 INFO STEP 8 (remove_files) COMPLETE
76012024-08-21T05:46:08.269Z[ recovery-image] Aug 21 05:46:07.740 INFO O| Aug 21 05:46:07.740 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76022024-08-21T05:46:08.273Z[ recovery-image] Aug 21 05:46:07.749 INFO O| Aug 21 05:46:07.749 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76032024-08-21T05:46:08.273Z[ recovery-image] Aug 21 05:46:07.750 INFO O| Aug 21 05:46:07.750 INFO STEP 9 (remove_files) COMPLETE
76042024-08-21T05:46:08.273Z[ recovery-image] Aug 21 05:46:07.750 INFO O| Aug 21 05:46:07.750 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76052024-08-21T05:46:08.277Z[ recovery-image] Aug 21 05:46:07.760 INFO O| Aug 21 05:46:07.759 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76062024-08-21T05:46:08.280Z[ recovery-image] Aug 21 05:46:07.760 INFO O| Aug 21 05:46:07.760 INFO STEP 10 (remove_files) COMPLETE
76072024-08-21T05:46:08.281Z[ recovery-image] Aug 21 05:46:07.760 INFO O| Aug 21 05:46:07.760 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76082024-08-21T05:46:08.286Z[ recovery-image] Aug 21 05:46:07.770 INFO O| Aug 21 05:46:07.770 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76092024-08-21T05:46:08.289Z[ recovery-image] Aug 21 05:46:07.770 INFO O| Aug 21 05:46:07.770 INFO STEP 11 (remove_files) COMPLETE
76102024-08-21T05:46:08.289Z[ recovery-image] Aug 21 05:46:07.770 INFO O| Aug 21 05:46:07.770 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76112024-08-21T05:46:08.297Z[ recovery-image] Aug 21 05:46:07.780 INFO O| Aug 21 05:46:07.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76122024-08-21T05:46:08.300Z[ recovery-image] Aug 21 05:46:07.780 INFO O| Aug 21 05:46:07.780 INFO STEP 12 (remove_files) COMPLETE
76132024-08-21T05:46:08.300Z[ recovery-image] Aug 21 05:46:07.780 INFO O| Aug 21 05:46:07.780 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76142024-08-21T05:46:08.306Z[ recovery-image] Aug 21 05:46:07.790 INFO O| Aug 21 05:46:07.790 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76152024-08-21T05:46:08.309Z[ recovery-image] Aug 21 05:46:07.790 INFO O| Aug 21 05:46:07.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76162024-08-21T05:46:08.309Z[ recovery-image] Aug 21 05:46:07.790 INFO O| Aug 21 05:46:07.790 INFO STEP 13 (ensure_dir) COMPLETE
76172024-08-21T05:46:08.309Z[ recovery-image] Aug 21 05:46:07.790 INFO O| Aug 21 05:46:07.790 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76182024-08-21T05:46:08.318Z[ recovery-image] Aug 21 05:46:07.800 INFO O| Aug 21 05:46:07.800 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76192024-08-21T05:46:08.321Z[ recovery-image] Aug 21 05:46:07.800 INFO O| Aug 21 05:46:07.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76202024-08-21T05:46:08.321Z[ recovery-image] Aug 21 05:46:07.800 INFO O| Aug 21 05:46:07.800 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76212024-08-21T05:46:08.321Z[ recovery-image] Aug 21 05:46:07.800 INFO O| Aug 21 05:46:07.800 INFO STEP 14 (ensure_dir) COMPLETE
76222024-08-21T05:46:08.321Z[ recovery-image] Aug 21 05:46:07.800 INFO O| Aug 21 05:46:07.800 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76232024-08-21T05:46:08.329Z[ recovery-image] Aug 21 05:46:07.810 INFO O| Aug 21 05:46:07.810 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76242024-08-21T05:46:08.333Z[ recovery-image] Aug 21 05:46:07.810 INFO O| Aug 21 05:46:07.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76252024-08-21T05:46:08.333Z[ recovery-image] Aug 21 05:46:07.810 INFO O| Aug 21 05:46:07.810 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76262024-08-21T05:46:08.333Z[ recovery-image] Aug 21 05:46:07.810 INFO O| Aug 21 05:46:07.810 INFO STEP 15 (ensure_dir) COMPLETE
76272024-08-21T05:46:08.333Z[ recovery-image] Aug 21 05:46:07.810 INFO O| Aug 21 05:46:07.810 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76282024-08-21T05:46:08.337Z[ recovery-image] Aug 21 05:46:07.820 INFO O| Aug 21 05:46:07.820 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76292024-08-21T05:46:08.337Z[ recovery-image] Aug 21 05:46:07.820 INFO O| Aug 21 05:46:07.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76302024-08-21T05:46:08.338Z[ recovery-image] Aug 21 05:46:07.820 INFO O| Aug 21 05:46:07.820 INFO STEP 16 (ensure_dir) COMPLETE
76312024-08-21T05:46:08.338Z[ recovery-image] Aug 21 05:46:07.820 INFO O| Aug 21 05:46:07.820 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76322024-08-21T05:46:08.347Z[ recovery-image] Aug 21 05:46:07.829 INFO O| Aug 21 05:46:07.829 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76332024-08-21T05:46:08.353Z[ recovery-image] Aug 21 05:46:07.830 INFO O| Aug 21 05:46:07.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76342024-08-21T05:46:08.353Z[ recovery-image] Aug 21 05:46:07.830 INFO O| Aug 21 05:46:07.830 INFO STEP 17 (ensure_dir) COMPLETE
76352024-08-21T05:46:08.353Z[ recovery-image] Aug 21 05:46:07.830 INFO O| Aug 21 05:46:07.830 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76362024-08-21T05:46:08.357Z[ recovery-image] Aug 21 05:46:07.840 INFO O| Aug 21 05:46:07.840 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76372024-08-21T05:46:08.357Z[ recovery-image] Aug 21 05:46:07.840 INFO O| Aug 21 05:46:07.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76382024-08-21T05:46:08.364Z[ recovery-image] Aug 21 05:46:07.840 INFO O| Aug 21 05:46:07.840 INFO ok!
76392024-08-21T05:46:08.364Z[ recovery-image] Aug 21 05:46:07.840 INFO O| Aug 21 05:46:07.840 INFO STEP 18 (ensure_symlink) COMPLETE
76402024-08-21T05:46:08.364Z[ recovery-image] Aug 21 05:46:07.840 INFO O| Aug 21 05:46:07.840 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76412024-08-21T05:46:08.370Z[ recovery-image] Aug 21 05:46:07.850 INFO O| Aug 21 05:46:07.850 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76422024-08-21T05:46:08.370Z[ recovery-image] Aug 21 05:46:07.850 INFO O| Aug 21 05:46:07.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76432024-08-21T05:46:08.370Z[ recovery-image] Aug 21 05:46:07.850 INFO O| Aug 21 05:46:07.850 INFO ok!
76442024-08-21T05:46:08.370Z[ recovery-image] Aug 21 05:46:07.850 INFO O| Aug 21 05:46:07.850 INFO STEP 19 (ensure_file) COMPLETE
76452024-08-21T05:46:08.370Z[ recovery-image] Aug 21 05:46:07.850 INFO O| Aug 21 05:46:07.850 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76462024-08-21T05:46:08.386Z[ recovery-image] Aug 21 05:46:07.860 INFO O| Aug 21 05:46:07.860 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76472024-08-21T05:46:08.386Z[ recovery-image] Aug 21 05:46:07.860 INFO O| Aug 21 05:46:07.860 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76482024-08-21T05:46:08.393Z[ recovery-image] Aug 21 05:46:07.860 INFO O| Aug 21 05:46:07.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76492024-08-21T05:46:08.393Z[ recovery-image] Aug 21 05:46:07.860 INFO O| Aug 21 05:46:07.860 INFO ok!
76502024-08-21T05:46:08.393Z[ recovery-image] Aug 21 05:46:07.860 INFO O| Aug 21 05:46:07.860 INFO STEP 20 (ensure_symlink) COMPLETE
76512024-08-21T05:46:08.393Z[ recovery-image] Aug 21 05:46:07.860 INFO O| Aug 21 05:46:07.860 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76522024-08-21T05:46:08.393Z[ recovery-image] Aug 21 05:46:07.870 INFO O| Aug 21 05:46:07.870 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76532024-08-21T05:46:08.393Z[ recovery-image] Aug 21 05:46:07.870 INFO O| Aug 21 05:46:07.870 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76542024-08-21T05:46:08.393Z[ recovery-image] Aug 21 05:46:07.870 INFO O| Aug 21 05:46:07.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76552024-08-21T05:46:08.394Z[ recovery-image] Aug 21 05:46:07.870 INFO O| Aug 21 05:46:07.870 INFO ok!
76562024-08-21T05:46:08.394Z[ recovery-image] Aug 21 05:46:07.870 INFO O| Aug 21 05:46:07.870 INFO STEP 21 (ensure_symlink) COMPLETE
76572024-08-21T05:46:08.394Z[ recovery-image] Aug 21 05:46:07.870 INFO O| Aug 21 05:46:07.870 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76582024-08-21T05:46:08.398Z[ recovery-image] Aug 21 05:46:07.880 INFO O| Aug 21 05:46:07.880 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76592024-08-21T05:46:08.398Z[ recovery-image] Aug 21 05:46:07.880 INFO O| Aug 21 05:46:07.880 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76602024-08-21T05:46:08.399Z[ recovery-image] Aug 21 05:46:07.880 INFO O| Aug 21 05:46:07.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76612024-08-21T05:46:08.399Z[ recovery-image] Aug 21 05:46:07.880 INFO O| Aug 21 05:46:07.880 INFO ok!
76622024-08-21T05:46:08.399Z[ recovery-image] Aug 21 05:46:07.880 INFO O| Aug 21 05:46:07.880 INFO STEP 22 (ensure_symlink) COMPLETE
76632024-08-21T05:46:08.399Z[ recovery-image] Aug 21 05:46:07.880 INFO O| Aug 21 05:46:07.880 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76642024-08-21T05:46:08.415Z[ recovery-image] Aug 21 05:46:07.890 INFO O| Aug 21 05:46:07.890 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76652024-08-21T05:46:08.415Z[ recovery-image] Aug 21 05:46:07.890 INFO O| Aug 21 05:46:07.890 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76662024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.890 INFO O| Aug 21 05:46:07.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76672024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.890 INFO O| Aug 21 05:46:07.890 INFO ok!
76682024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.890 INFO O| Aug 21 05:46:07.890 INFO STEP 23 (ensure_symlink) COMPLETE
76692024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.890 INFO O| Aug 21 05:46:07.890 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76702024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.900 INFO O| Aug 21 05:46:07.900 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76712024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.900 INFO O| Aug 21 05:46:07.900 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 ...
76722024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.900 INFO O| Aug 21 05:46:07.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76732024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.900 INFO O| Aug 21 05:46:07.900 INFO ok!
76742024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.900 INFO O| Aug 21 05:46:07.900 INFO STEP 24 (ensure_file) COMPLETE
76752024-08-21T05:46:08.420Z[ recovery-image] Aug 21 05:46:07.900 INFO O| Aug 21 05:46:07.900 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76762024-08-21T05:46:08.427Z[ recovery-image] Aug 21 05:46:07.910 INFO O| Aug 21 05:46:07.910 INFO updating shadow file
76772024-08-21T05:46:08.431Z[ recovery-image] Aug 21 05:46:07.910 INFO O| Aug 21 05:46:07.910 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76782024-08-21T05:46:08.431Z[ recovery-image] Aug 21 05:46:07.910 INFO O| Aug 21 05:46:07.910 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76792024-08-21T05:46:08.431Z[ recovery-image] Aug 21 05:46:07.910 INFO O| Aug 21 05:46:07.910 INFO STEP 25 (shadow) COMPLETE
76802024-08-21T05:46:08.431Z[ recovery-image] Aug 21 05:46:07.910 INFO O| Aug 21 05:46:07.910 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76812024-08-21T05:46:08.437Z[ recovery-image] Aug 21 05:46:07.920 INFO O| Aug 21 05:46:07.920 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76822024-08-21T05:46:08.437Z[ recovery-image] Aug 21 05:46:07.920 INFO O| Aug 21 05:46:07.920 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76832024-08-21T05:46:08.439Z[ recovery-image] Aug 21 05:46:07.921 INFO O| Aug 21 05:46:07.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76842024-08-21T05:46:08.440Z[ recovery-image] Aug 21 05:46:07.921 INFO O| Aug 21 05:46:07.921 INFO ok!
76852024-08-21T05:46:08.440Z[ recovery-image] Aug 21 05:46:07.921 INFO O| Aug 21 05:46:07.921 INFO STEP 26 (ensure_file) COMPLETE
76862024-08-21T05:46:08.440Z[ recovery-image] Aug 21 05:46:07.921 INFO O| Aug 21 05:46:07.921 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76872024-08-21T05:46:08.448Z[ recovery-image] Aug 21 05:46:07.930 INFO O| Aug 21 05:46:07.930 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76882024-08-21T05:46:08.448Z[ recovery-image] Aug 21 05:46:07.930 INFO O| Aug 21 05:46:07.930 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76892024-08-21T05:46:08.448Z[ recovery-image] Aug 21 05:46:07.930 INFO O| Aug 21 05:46:07.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76902024-08-21T05:46:08.451Z[ recovery-image] Aug 21 05:46:07.930 INFO O| Aug 21 05:46:07.930 INFO ok!
76912024-08-21T05:46:08.451Z[ recovery-image] Aug 21 05:46:07.930 INFO O| Aug 21 05:46:07.930 INFO STEP 27 (ensure_file) COMPLETE
76922024-08-21T05:46:08.451Z[ recovery-image] Aug 21 05:46:07.930 INFO O| Aug 21 05:46:07.930 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76932024-08-21T05:46:08.457Z[ recovery-image] Aug 21 05:46:07.941 INFO O| Aug 21 05:46:07.941 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76942024-08-21T05:46:08.457Z[ recovery-image] Aug 21 05:46:07.941 INFO O| Aug 21 05:46:07.941 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76952024-08-21T05:46:08.461Z[ recovery-image] Aug 21 05:46:07.941 INFO O| Aug 21 05:46:07.941 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76962024-08-21T05:46:08.461Z[ recovery-image] Aug 21 05:46:07.941 INFO O| Aug 21 05:46:07.941 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76972024-08-21T05:46:08.461Z[ recovery-image] Aug 21 05:46:07.941 INFO O| Aug 21 05:46:07.941 INFO ok!
76982024-08-21T05:46:08.461Z[ recovery-image] Aug 21 05:46:07.941 INFO O| Aug 21 05:46:07.941 INFO STEP 28 (ensure_file) COMPLETE
76992024-08-21T05:46:08.461Z[ recovery-image] Aug 21 05:46:07.941 INFO O| Aug 21 05:46:07.941 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77002024-08-21T05:46:08.467Z[ recovery-image] Aug 21 05:46:07.951 INFO O| Aug 21 05:46:07.951 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77012024-08-21T05:46:08.467Z[ recovery-image] Aug 21 05:46:07.951 INFO O| Aug 21 05:46:07.951 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77022024-08-21T05:46:08.470Z[ recovery-image] Aug 21 05:46:07.951 INFO O| Aug 21 05:46:07.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77032024-08-21T05:46:08.470Z[ recovery-image] Aug 21 05:46:07.951 INFO O| Aug 21 05:46:07.951 INFO ok!
77042024-08-21T05:46:08.470Z[ recovery-image] Aug 21 05:46:07.951 INFO O| Aug 21 05:46:07.951 INFO STEP 29 (ensure_file) COMPLETE
77052024-08-21T05:46:08.470Z[ recovery-image] Aug 21 05:46:07.951 INFO O| Aug 21 05:46:07.951 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77062024-08-21T05:46:08.479Z[ recovery-image] Aug 21 05:46:07.961 INFO O| Aug 21 05:46:07.961 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77072024-08-21T05:46:08.479Z[ recovery-image] Aug 21 05:46:07.961 INFO O| Aug 21 05:46:07.961 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77082024-08-21T05:46:08.482Z[ recovery-image] Aug 21 05:46:07.961 INFO O| Aug 21 05:46:07.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77092024-08-21T05:46:08.482Z[ recovery-image] Aug 21 05:46:07.961 INFO O| Aug 21 05:46:07.961 INFO ok!
77102024-08-21T05:46:08.482Z[ recovery-image] Aug 21 05:46:07.961 INFO O| Aug 21 05:46:07.961 INFO STEP 30 (ensure_file) COMPLETE
77112024-08-21T05:46:08.482Z[ recovery-image] Aug 21 05:46:07.961 INFO O| Aug 21 05:46:07.961 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77122024-08-21T05:46:08.487Z[ recovery-image] Aug 21 05:46:07.971 INFO O| Aug 21 05:46:07.971 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77132024-08-21T05:46:08.487Z[ recovery-image] Aug 21 05:46:07.971 INFO O| Aug 21 05:46:07.971 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77142024-08-21T05:46:08.491Z[ recovery-image] Aug 21 05:46:07.971 INFO O| Aug 21 05:46:07.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77152024-08-21T05:46:08.491Z[ recovery-image] Aug 21 05:46:07.971 INFO O| Aug 21 05:46:07.971 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77162024-08-21T05:46:08.491Z[ recovery-image] Aug 21 05:46:07.971 INFO O| Aug 21 05:46:07.971 INFO ok!
77172024-08-21T05:46:08.491Z[ recovery-image] Aug 21 05:46:07.971 INFO O| Aug 21 05:46:07.971 INFO STEP 31 (ensure_file) COMPLETE
77182024-08-21T05:46:08.491Z[ recovery-image] Aug 21 05:46:07.971 INFO O| Aug 21 05:46:07.971 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77192024-08-21T05:46:08.499Z[ recovery-image] Aug 21 05:46:07.981 INFO O| Aug 21 05:46:07.981 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77202024-08-21T05:46:08.499Z[ recovery-image] Aug 21 05:46:07.981 INFO O| Aug 21 05:46:07.981 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77212024-08-21T05:46:08.503Z[ recovery-image] Aug 21 05:46:07.981 INFO O| Aug 21 05:46:07.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77222024-08-21T05:46:08.503Z[ recovery-image] Aug 21 05:46:07.981 INFO O| Aug 21 05:46:07.981 INFO ok!
77232024-08-21T05:46:08.503Z[ recovery-image] Aug 21 05:46:07.981 INFO O| Aug 21 05:46:07.981 INFO STEP 32 (ensure_file) COMPLETE
77242024-08-21T05:46:08.503Z[ recovery-image] Aug 21 05:46:07.981 INFO O| Aug 21 05:46:07.981 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77252024-08-21T05:46:08.510Z[ recovery-image] Aug 21 05:46:07.991 INFO O| Aug 21 05:46:07.991 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77262024-08-21T05:46:08.510Z[ recovery-image] Aug 21 05:46:07.991 INFO O| Aug 21 05:46:07.991 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77272024-08-21T05:46:08.512Z[ recovery-image] Aug 21 05:46:07.991 INFO O| Aug 21 05:46:07.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77282024-08-21T05:46:08.512Z[ recovery-image] Aug 21 05:46:07.992 INFO O| Aug 21 05:46:07.991 INFO ok!
77292024-08-21T05:46:08.512Z[ recovery-image] Aug 21 05:46:07.992 INFO O| Aug 21 05:46:07.992 INFO STEP 33 (ensure_file) COMPLETE
77302024-08-21T05:46:08.512Z[ recovery-image] Aug 21 05:46:07.992 INFO O| Aug 21 05:46:07.992 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77312024-08-21T05:46:08.519Z[ recovery-image] Aug 21 05:46:08.001 INFO O| Aug 21 05:46:08.001 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77322024-08-21T05:46:08.519Z[ recovery-image] Aug 21 05:46:08.001 INFO O| Aug 21 05:46:08.001 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77332024-08-21T05:46:08.522Z[ recovery-image] Aug 21 05:46:08.001 INFO O| Aug 21 05:46:08.001 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77342024-08-21T05:46:08.522Z[ recovery-image] Aug 21 05:46:08.002 INFO O| Aug 21 05:46:08.001 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77352024-08-21T05:46:08.522Z[ recovery-image] Aug 21 05:46:08.002 INFO O| Aug 21 05:46:08.002 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77362024-08-21T05:46:08.522Z[ recovery-image] Aug 21 05:46:08.002 INFO O| Aug 21 05:46:08.002 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77372024-08-21T05:46:08.522Z[ recovery-image] Aug 21 05:46:08.002 INFO O| Aug 21 05:46:08.002 INFO ok!
77382024-08-21T05:46:08.522Z[ recovery-image] Aug 21 05:46:08.002 INFO O| Aug 21 05:46:08.002 INFO STEP 34 (ensure_file) COMPLETE
77392024-08-21T05:46:08.522Z[ recovery-image] Aug 21 05:46:08.002 INFO O| Aug 21 05:46:08.002 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77402024-08-21T05:46:08.529Z[ recovery-image] Aug 21 05:46:08.012 INFO O| Aug 21 05:46:08.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77412024-08-21T05:46:08.532Z[ recovery-image] Aug 21 05:46:08.013 INFO O| Aug 21 05:46:08.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77422024-08-21T05:46:08.532Z[ recovery-image] Aug 21 05:46:08.013 INFO O| Aug 21 05:46:08.013 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77432024-08-21T05:46:08.532Z[ recovery-image] Aug 21 05:46:08.013 INFO O| Aug 21 05:46:08.013 INFO STEP 35 (ensure_dir) COMPLETE
77442024-08-21T05:46:08.532Z[ recovery-image] Aug 21 05:46:08.013 INFO O| Aug 21 05:46:08.013 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77452024-08-21T05:46:08.539Z[ recovery-image] Aug 21 05:46:08.023 INFO O| Aug 21 05:46:08.022 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
77462024-08-21T05:46:08.539Z[ recovery-image] Aug 21 05:46:08.023 INFO O| Aug 21 05:46:08.023 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 ...
77472024-08-21T05:46:08.543Z[ recovery-image] Aug 21 05:46:08.023 INFO O| Aug 21 05:46:08.023 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
77482024-08-21T05:46:08.543Z[ recovery-image] Aug 21 05:46:08.023 INFO O| Aug 21 05:46:08.023 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
77492024-08-21T05:46:08.543Z[ recovery-image] Aug 21 05:46:08.023 INFO O| Aug 21 05:46:08.023 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
77502024-08-21T05:46:08.543Z[ recovery-image] Aug 21 05:46:08.023 INFO O| Aug 21 05:46:08.023 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
77512024-08-21T05:46:08.543Z[ recovery-image] Aug 21 05:46:08.023 INFO O| Aug 21 05:46:08.023 INFO ok!
77522024-08-21T05:46:08.543Z[ recovery-image] Aug 21 05:46:08.023 INFO O| Aug 21 05:46:08.023 INFO STEP 36 (ensure_file) COMPLETE
77532024-08-21T05:46:08.543Z[ recovery-image] Aug 21 05:46:08.023 INFO O| Aug 21 05:46:08.023 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77542024-08-21T05:46:08.549Z[ recovery-image] Aug 21 05:46:08.033 INFO O| Aug 21 05:46:08.032 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77552024-08-21T05:46:08.549Z[ recovery-image] Aug 21 05:46:08.033 INFO O| Aug 21 05:46:08.033 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 ...
77562024-08-21T05:46:08.552Z[ recovery-image] Aug 21 05:46:08.033 INFO O| Aug 21 05:46:08.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77572024-08-21T05:46:08.552Z[ recovery-image] Aug 21 05:46:08.033 INFO O| Aug 21 05:46:08.033 INFO ok!
77582024-08-21T05:46:08.552Z[ recovery-image] Aug 21 05:46:08.033 INFO O| Aug 21 05:46:08.033 INFO STEP 37 (ensure_symlink) COMPLETE
77592024-08-21T05:46:08.552Z[ recovery-image] Aug 21 05:46:08.033 INFO O| Aug 21 05:46:08.033 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77602024-08-21T05:46:08.561Z[ recovery-image] Aug 21 05:46:08.043 INFO O| Aug 21 05:46:08.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77612024-08-21T05:46:08.561Z[ recovery-image] Aug 21 05:46:08.043 INFO O| Aug 21 05:46:08.043 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77622024-08-21T05:46:08.565Z[ recovery-image] Aug 21 05:46:08.043 INFO O| Aug 21 05:46:08.043 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77632024-08-21T05:46:08.565Z[ recovery-image] Aug 21 05:46:08.043 INFO O| Aug 21 05:46:08.043 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77642024-08-21T05:46:08.565Z[ recovery-image] Aug 21 05:46:08.043 INFO O| Aug 21 05:46:08.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77652024-08-21T05:46:08.565Z[ recovery-image] Aug 21 05:46:08.043 INFO O| Aug 21 05:46:08.043 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77662024-08-21T05:46:08.565Z[ recovery-image] Aug 21 05:46:08.043 INFO O| Aug 21 05:46:08.043 INFO ok!
77672024-08-21T05:46:08.565Z[ recovery-image] Aug 21 05:46:08.043 INFO O| Aug 21 05:46:08.043 INFO STEP 38 (ensure_file) COMPLETE
77682024-08-21T05:46:08.565Z[ recovery-image] Aug 21 05:46:08.043 INFO O| Aug 21 05:46:08.043 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77692024-08-21T05:46:08.569Z[ recovery-image] Aug 21 05:46:08.053 INFO O| Aug 21 05:46:08.053 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77702024-08-21T05:46:08.569Z[ recovery-image] Aug 21 05:46:08.053 INFO O| Aug 21 05:46:08.053 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 ...
77712024-08-21T05:46:08.572Z[ recovery-image] Aug 21 05:46:08.053 INFO O| Aug 21 05:46:08.053 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
77722024-08-21T05:46:08.572Z[ recovery-image] Aug 21 05:46:08.053 INFO O| Aug 21 05:46:08.053 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77732024-08-21T05:46:08.573Z[ recovery-image] Aug 21 05:46:08.053 INFO O| Aug 21 05:46:08.053 INFO ok!
77742024-08-21T05:46:08.573Z[ recovery-image] Aug 21 05:46:08.053 INFO O| Aug 21 05:46:08.053 INFO STEP 39 (ensure_file) COMPLETE
77752024-08-21T05:46:08.573Z[ recovery-image] Aug 21 05:46:08.053 INFO O| Aug 21 05:46:08.053 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77762024-08-21T05:46:08.579Z[ recovery-image] Aug 21 05:46:08.063 INFO O| Aug 21 05:46:08.063 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77772024-08-21T05:46:08.582Z[ recovery-image] Aug 21 05:46:08.063 INFO O| Aug 21 05:46:08.063 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77782024-08-21T05:46:08.582Z[ recovery-image] Aug 21 05:46:08.063 INFO O| Aug 21 05:46:08.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77792024-08-21T05:46:08.582Z[ recovery-image] Aug 21 05:46:08.063 INFO O| Aug 21 05:46:08.063 INFO ok!
77802024-08-21T05:46:08.582Z[ recovery-image] Aug 21 05:46:08.063 INFO O| Aug 21 05:46:08.063 INFO STEP 40 (ensure_file) COMPLETE
77812024-08-21T05:46:08.582Z[ recovery-image] Aug 21 05:46:08.063 INFO O| Aug 21 05:46:08.063 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77822024-08-21T05:46:08.591Z[ recovery-image] Aug 21 05:46:08.073 INFO O| Aug 21 05:46:08.073 INFO updating shadow file
77832024-08-21T05:46:08.594Z[ recovery-image] Aug 21 05:46:08.073 INFO O| Aug 21 05:46:08.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77842024-08-21T05:46:08.594Z[ recovery-image] Aug 21 05:46:08.073 INFO O| Aug 21 05:46:08.073 INFO STEP 41 (shadow) COMPLETE
77852024-08-21T05:46:08.594Z[ recovery-image] Aug 21 05:46:08.073 INFO O| Aug 21 05:46:08.073 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77862024-08-21T05:46:08.600Z[ recovery-image] Aug 21 05:46:08.083 INFO O| Aug 21 05:46:08.083 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77872024-08-21T05:46:08.600Z[ recovery-image] Aug 21 05:46:08.083 INFO O| Aug 21 05:46:08.083 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77882024-08-21T05:46:08.604Z[ recovery-image] Aug 21 05:46:08.083 INFO O| Aug 21 05:46:08.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77892024-08-21T05:46:08.604Z[ recovery-image] Aug 21 05:46:08.083 INFO O| Aug 21 05:46:08.083 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77902024-08-21T05:46:08.604Z[ recovery-image] Aug 21 05:46:08.083 INFO O| Aug 21 05:46:08.083 INFO ok!
77912024-08-21T05:46:08.604Z[ recovery-image] Aug 21 05:46:08.083 INFO O| Aug 21 05:46:08.083 INFO STEP 42 (ensure_file) COMPLETE
77922024-08-21T05:46:08.604Z[ recovery-image] Aug 21 05:46:08.083 INFO O| Aug 21 05:46:08.083 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77932024-08-21T05:46:08.610Z[ recovery-image] Aug 21 05:46:08.093 INFO O| Aug 21 05:46:08.093 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77942024-08-21T05:46:08.610Z[ recovery-image] Aug 21 05:46:08.093 INFO O| Aug 21 05:46:08.093 INFO STEP 43 (ensure_dir) COMPLETE
77952024-08-21T05:46:08.613Z[ recovery-image] Aug 21 05:46:08.093 INFO O| Aug 21 05:46:08.093 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77962024-08-21T05:46:08.620Z[ recovery-image] Aug 21 05:46:08.103 INFO O| Aug 21 05:46:08.103 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77972024-08-21T05:46:08.620Z[ recovery-image] Aug 21 05:46:08.103 INFO O| Aug 21 05:46:08.103 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77982024-08-21T05:46:08.623Z[ recovery-image] Aug 21 05:46:08.103 INFO O| Aug 21 05:46:08.103 INFO STEP 44 (ensure_dir) COMPLETE
77992024-08-21T05:46:08.623Z[ recovery-image] Aug 21 05:46:08.103 INFO O| Aug 21 05:46:08.103 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78002024-08-21T05:46:08.629Z[ recovery-image] Aug 21 05:46:08.112 INFO O| Aug 21 05:46:08.112 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78012024-08-21T05:46:08.632Z[ recovery-image] Aug 21 05:46:08.113 INFO O| Aug 21 05:46:08.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78022024-08-21T05:46:08.632Z[ recovery-image] Aug 21 05:46:08.113 INFO O| Aug 21 05:46:08.113 INFO STEP 45 (ensure_dir) COMPLETE
78032024-08-21T05:46:08.632Z[ recovery-image] Aug 21 05:46:08.113 INFO O| Aug 21 05:46:08.113 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78042024-08-21T05:46:08.640Z[ recovery-image] Aug 21 05:46:08.123 INFO O| Aug 21 05:46:08.123 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78052024-08-21T05:46:08.640Z[ recovery-image] Aug 21 05:46:08.123 INFO O| Aug 21 05:46:08.123 INFO copying /tmp/.tmpgrZf3n/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78062024-08-21T05:46:08.669Z[ recovery-image] Aug 21 05:46:08.153 INFO O| Aug 21 05:46:08.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78072024-08-21T05:46:08.669Z[ recovery-image] Aug 21 05:46:08.153 INFO O| Aug 21 05:46:08.153 INFO ok!
78082024-08-21T05:46:08.672Z[ recovery-image] Aug 21 05:46:08.153 INFO O| Aug 21 05:46:08.153 INFO STEP 46 (ensure_file) COMPLETE
78092024-08-21T05:46:08.673Z[ recovery-image] Aug 21 05:46:08.153 INFO O| Aug 21 05:46:08.153 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78102024-08-21T05:46:08.681Z[ recovery-image] Aug 21 05:46:08.164 INFO O| Aug 21 05:46:08.164 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78112024-08-21T05:46:08.683Z[ recovery-image] Aug 21 05:46:08.164 INFO O| Aug 21 05:46:08.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78122024-08-21T05:46:08.683Z[ recovery-image] Aug 21 05:46:08.164 INFO O| Aug 21 05:46:08.164 INFO STEP 47 (ensure_dir) COMPLETE
78132024-08-21T05:46:08.683Z[ recovery-image] Aug 21 05:46:08.164 INFO O| Aug 21 05:46:08.164 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78142024-08-21T05:46:08.691Z[ recovery-image] Aug 21 05:46:08.174 INFO O| Aug 21 05:46:08.174 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78152024-08-21T05:46:08.691Z[ recovery-image] Aug 21 05:46:08.174 INFO O| Aug 21 05:46:08.174 INFO copying /tmp/.tmpgrZf3n/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78162024-08-21T05:46:08.693Z[ recovery-image] Aug 21 05:46:08.174 INFO O| Aug 21 05:46:08.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78172024-08-21T05:46:08.693Z[ recovery-image] Aug 21 05:46:08.174 INFO O| Aug 21 05:46:08.174 INFO ok!
78182024-08-21T05:46:08.693Z[ recovery-image] Aug 21 05:46:08.174 INFO O| Aug 21 05:46:08.174 INFO STEP 48 (ensure_file) COMPLETE
78192024-08-21T05:46:08.693Z[ recovery-image] Aug 21 05:46:08.174 INFO O| Aug 21 05:46:08.174 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78202024-08-21T05:46:08.700Z[ recovery-image] Aug 21 05:46:08.184 INFO O| Aug 21 05:46:08.184 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78212024-08-21T05:46:08.704Z[ recovery-image] Aug 21 05:46:08.184 INFO O| Aug 21 05:46:08.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78222024-08-21T05:46:08.704Z[ recovery-image] Aug 21 05:46:08.184 INFO O| Aug 21 05:46:08.184 INFO STEP 49 (ensure_dir) COMPLETE
78232024-08-21T05:46:08.704Z[ recovery-image] Aug 21 05:46:08.184 INFO O| Aug 21 05:46:08.184 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78242024-08-21T05:46:08.711Z[ recovery-image] Aug 21 05:46:08.194 INFO O| Aug 21 05:46:08.194 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78252024-08-21T05:46:08.711Z[ recovery-image] Aug 21 05:46:08.194 INFO O| Aug 21 05:46:08.194 INFO copying /tmp/.tmpgrZf3n/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78262024-08-21T05:46:08.725Z[ recovery-image] Aug 21 05:46:08.208 INFO O| Aug 21 05:46:08.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78272024-08-21T05:46:08.725Z[ recovery-image] Aug 21 05:46:08.208 INFO O| Aug 21 05:46:08.208 INFO ok!
78282024-08-21T05:46:08.725Z[ recovery-image] Aug 21 05:46:08.208 INFO O| Aug 21 05:46:08.208 INFO STEP 50 (ensure_file) COMPLETE
78292024-08-21T05:46:08.728Z[ recovery-image] Aug 21 05:46:08.208 INFO O| Aug 21 05:46:08.208 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78302024-08-21T05:46:08.736Z[ recovery-image] Aug 21 05:46:08.219 INFO O| Aug 21 05:46:08.219 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78312024-08-21T05:46:08.738Z[ recovery-image] Aug 21 05:46:08.219 INFO O| Aug 21 05:46:08.219 INFO copying /tmp/.tmpgrZf3n/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78322024-08-21T05:46:08.963Z[ recovery-image] Aug 21 05:46:08.443 INFO O| Aug 21 05:46:08.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78332024-08-21T05:46:08.963Z[ recovery-image] Aug 21 05:46:08.443 INFO O| Aug 21 05:46:08.442 INFO ok!
78342024-08-21T05:46:08.965Z[ recovery-image] Aug 21 05:46:08.443 INFO O| Aug 21 05:46:08.443 INFO STEP 51 (ensure_file) COMPLETE
78352024-08-21T05:46:08.965Z[ recovery-image] Aug 21 05:46:08.443 INFO O| Aug 21 05:46:08.443 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78362024-08-21T05:46:08.970Z[ recovery-image] Aug 21 05:46:08.454 INFO O| Aug 21 05:46:08.454 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78372024-08-21T05:46:08.974Z[ recovery-image] Aug 21 05:46:08.454 INFO O| Aug 21 05:46:08.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78382024-08-21T05:46:08.974Z[ recovery-image] Aug 21 05:46:08.454 INFO O| Aug 21 05:46:08.454 INFO STEP 52 (ensure_dir) COMPLETE
78392024-08-21T05:46:08.974Z[ recovery-image] Aug 21 05:46:08.454 INFO O| Aug 21 05:46:08.454 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78402024-08-21T05:46:08.981Z[ recovery-image] Aug 21 05:46:08.464 INFO O| Aug 21 05:46:08.464 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78412024-08-21T05:46:08.981Z[ recovery-image] Aug 21 05:46:08.464 INFO O| Aug 21 05:46:08.464 INFO copying /tmp/.tmpgrZf3n/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 ...
78422024-08-21T05:46:08.981Z[ recovery-image] Aug 21 05:46:08.464 INFO O| Aug 21 05:46:08.464 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
78432024-08-21T05:46:08.984Z[ recovery-image] Aug 21 05:46:08.464 INFO O| Aug 21 05:46:08.464 INFO ok!
78442024-08-21T05:46:08.984Z[ recovery-image] Aug 21 05:46:08.464 INFO O| Aug 21 05:46:08.464 INFO STEP 53 (ensure_file) COMPLETE
78452024-08-21T05:46:08.984Z[ recovery-image] Aug 21 05:46:08.464 INFO O| Aug 21 05:46:08.464 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78462024-08-21T05:46:08.991Z[ recovery-image] Aug 21 05:46:08.474 INFO O| Aug 21 05:46:08.474 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78472024-08-21T05:46:08.991Z[ recovery-image] Aug 21 05:46:08.474 INFO O| Aug 21 05:46:08.474 INFO copying /tmp/.tmpgrZf3n/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 ...
78482024-08-21T05:46:08.993Z[ recovery-image] Aug 21 05:46:08.474 INFO O| Aug 21 05:46:08.474 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
78492024-08-21T05:46:08.993Z[ recovery-image] Aug 21 05:46:08.474 INFO O| Aug 21 05:46:08.474 INFO ok!
78502024-08-21T05:46:08.993Z[ recovery-image] Aug 21 05:46:08.474 INFO O| Aug 21 05:46:08.474 INFO STEP 54 (ensure_file) COMPLETE
78512024-08-21T05:46:08.993Z[ recovery-image] Aug 21 05:46:08.474 INFO O| Aug 21 05:46:08.474 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78522024-08-21T05:46:09.001Z[ recovery-image] Aug 21 05:46:08.484 INFO O| Aug 21 05:46:08.484 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78532024-08-21T05:46:09.004Z[ recovery-image] Aug 21 05:46:08.484 INFO O| Aug 21 05:46:08.484 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78542024-08-21T05:46:09.004Z[ recovery-image] Aug 21 05:46:08.484 INFO O| Aug 21 05:46:08.484 INFO STEP 55 (ensure_dir) COMPLETE
78552024-08-21T05:46:09.004Z[ recovery-image] Aug 21 05:46:08.484 INFO O| Aug 21 05:46:08.484 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78562024-08-21T05:46:09.011Z[ recovery-image] Aug 21 05:46:08.494 INFO O| Aug 21 05:46:08.494 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78572024-08-21T05:46:09.014Z[ recovery-image] Aug 21 05:46:08.494 INFO O| Aug 21 05:46:08.494 INFO copying /tmp/.tmpgrZf3n/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 ...
78582024-08-21T05:46:09.014Z[ recovery-image] Aug 21 05:46:08.494 INFO O| Aug 21 05:46:08.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78592024-08-21T05:46:09.014Z[ recovery-image] Aug 21 05:46:08.494 INFO O| Aug 21 05:46:08.494 INFO ok!
78602024-08-21T05:46:09.014Z[ recovery-image] Aug 21 05:46:08.494 INFO O| Aug 21 05:46:08.494 INFO STEP 56 (ensure_file) COMPLETE
78612024-08-21T05:46:09.014Z[ recovery-image] Aug 21 05:46:08.494 INFO O| Aug 21 05:46:08.494 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78622024-08-21T05:46:09.020Z[ recovery-image] Aug 21 05:46:08.504 INFO O| Aug 21 05:46:08.504 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78632024-08-21T05:46:09.020Z[ recovery-image] Aug 21 05:46:08.504 INFO O| Aug 21 05:46:08.504 INFO copying /tmp/.tmpgrZf3n/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 ...
78642024-08-21T05:46:09.023Z[ recovery-image] Aug 21 05:46:08.504 INFO O| Aug 21 05:46:08.504 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
78652024-08-21T05:46:09.023Z[ recovery-image] Aug 21 05:46:08.504 INFO O| Aug 21 05:46:08.504 INFO ok!
78662024-08-21T05:46:09.023Z[ recovery-image] Aug 21 05:46:08.504 INFO O| Aug 21 05:46:08.504 INFO STEP 57 (ensure_file) COMPLETE
78672024-08-21T05:46:09.023Z[ recovery-image] Aug 21 05:46:08.504 INFO O| Aug 21 05:46:08.504 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78682024-08-21T05:46:09.030Z[ recovery-image] Aug 21 05:46:08.514 INFO O| Aug 21 05:46:08.514 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78692024-08-21T05:46:09.033Z[ recovery-image] Aug 21 05:46:08.514 INFO O| Aug 21 05:46:08.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78702024-08-21T05:46:09.033Z[ recovery-image] Aug 21 05:46:08.514 INFO O| Aug 21 05:46:08.514 INFO STEP 58 (ensure_dir) COMPLETE
78712024-08-21T05:46:09.033Z[ recovery-image] Aug 21 05:46:08.514 INFO O| Aug 21 05:46:08.514 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78722024-08-21T05:46:09.041Z[ recovery-image] Aug 21 05:46:08.524 INFO O| Aug 21 05:46:08.524 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78732024-08-21T05:46:09.041Z[ recovery-image] Aug 21 05:46:08.524 INFO O| Aug 21 05:46:08.524 INFO copying /tmp/.tmpgrZf3n/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 ...
78742024-08-21T05:46:09.044Z[ recovery-image] Aug 21 05:46:08.524 INFO O| Aug 21 05:46:08.524 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78752024-08-21T05:46:09.044Z[ recovery-image] Aug 21 05:46:08.524 INFO O| Aug 21 05:46:08.524 INFO ok!
78762024-08-21T05:46:09.044Z[ recovery-image] Aug 21 05:46:08.524 INFO O| Aug 21 05:46:08.524 INFO STEP 59 (ensure_file) COMPLETE
78772024-08-21T05:46:09.044Z[ recovery-image] Aug 21 05:46:08.524 INFO O| Aug 21 05:46:08.524 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78782024-08-21T05:46:09.051Z[ recovery-image] Aug 21 05:46:08.534 INFO O| Aug 21 05:46:08.534 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78792024-08-21T05:46:09.051Z[ recovery-image] Aug 21 05:46:08.534 INFO O| Aug 21 05:46:08.534 INFO copying /tmp/.tmpgrZf3n/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78802024-08-21T05:46:09.053Z[ recovery-image] Aug 21 05:46:08.534 INFO O| Aug 21 05:46:08.534 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78812024-08-21T05:46:09.053Z[ recovery-image] Aug 21 05:46:08.534 INFO O| Aug 21 05:46:08.534 INFO ok!
78822024-08-21T05:46:09.053Z[ recovery-image] Aug 21 05:46:08.534 INFO O| Aug 21 05:46:08.534 INFO STEP 60 (ensure_file) COMPLETE
78832024-08-21T05:46:09.053Z[ recovery-image] Aug 21 05:46:08.534 INFO O| Aug 21 05:46:08.534 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78842024-08-21T05:46:09.061Z[ recovery-image] Aug 21 05:46:08.544 INFO O| Aug 21 05:46:08.544 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78852024-08-21T05:46:09.061Z[ recovery-image] Aug 21 05:46:08.544 INFO O| Aug 21 05:46:08.544 INFO STEP 61 (ensure_dir) COMPLETE
78862024-08-21T05:46:09.063Z[ recovery-image] Aug 21 05:46:08.544 INFO O| Aug 21 05:46:08.544 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78872024-08-21T05:46:09.070Z[ recovery-image] Aug 21 05:46:08.554 INFO O| Aug 21 05:46:08.554 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78882024-08-21T05:46:09.070Z[ recovery-image] Aug 21 05:46:08.554 INFO O| Aug 21 05:46:08.554 INFO STEP 62 (ensure_dir) COMPLETE
78892024-08-21T05:46:09.070Z[ recovery-image] Aug 21 05:46:08.554 INFO O| Aug 21 05:46:08.554 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78902024-08-21T05:46:09.080Z[ recovery-image] Aug 21 05:46:08.564 INFO O| Aug 21 05:46:08.564 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78912024-08-21T05:46:09.080Z[ recovery-image] Aug 21 05:46:08.564 INFO O| Aug 21 05:46:08.564 INFO STEP 63 (ensure_dir) COMPLETE
78922024-08-21T05:46:09.083Z[ recovery-image] Aug 21 05:46:08.564 INFO O| Aug 21 05:46:08.564 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78932024-08-21T05:46:09.092Z[ recovery-image] Aug 21 05:46:08.573 INFO O| Aug 21 05:46:08.573 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78942024-08-21T05:46:09.092Z[ recovery-image] Aug 21 05:46:08.573 INFO O| Aug 21 05:46:08.573 INFO STEP 64 (ensure_dir) COMPLETE
78952024-08-21T05:46:09.094Z[ recovery-image] Aug 21 05:46:08.573 INFO O| Aug 21 05:46:08.573 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78962024-08-21T05:46:09.100Z[ recovery-image] Aug 21 05:46:08.583 INFO O| Aug 21 05:46:08.583 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78972024-08-21T05:46:09.100Z[ recovery-image] Aug 21 05:46:08.583 INFO O| Aug 21 05:46:08.583 INFO copying /tmp/.tmpgrZf3n/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78982024-08-21T05:46:09.102Z[ recovery-image] Aug 21 05:46:08.583 INFO O| Aug 21 05:46:08.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78992024-08-21T05:46:09.102Z[ recovery-image] Aug 21 05:46:08.583 INFO O| Aug 21 05:46:08.583 INFO ok!
79002024-08-21T05:46:09.102Z[ recovery-image] Aug 21 05:46:08.583 INFO O| Aug 21 05:46:08.583 INFO STEP 65 (ensure_file) COMPLETE
79012024-08-21T05:46:09.102Z[ recovery-image] Aug 21 05:46:08.583 INFO O| Aug 21 05:46:08.583 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79022024-08-21T05:46:09.109Z[ recovery-image] Aug 21 05:46:08.593 INFO O| Aug 21 05:46:08.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79032024-08-21T05:46:09.113Z[ recovery-image] Aug 21 05:46:08.593 INFO O| Aug 21 05:46:08.593 INFO STEP 66 (remove_files) COMPLETE
79042024-08-21T05:46:09.113Z[ recovery-image] Aug 21 05:46:08.593 INFO O| Aug 21 05:46:08.593 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79052024-08-21T05:46:09.119Z[ recovery-image] Aug 21 05:46:08.603 INFO O| Aug 21 05:46:08.603 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79062024-08-21T05:46:09.122Z[ recovery-image] Aug 21 05:46:08.603 INFO O| Aug 21 05:46:08.603 INFO STEP 67 (remove_files) COMPLETE
79072024-08-21T05:46:09.122Z[ recovery-image] Aug 21 05:46:08.603 INFO O| Aug 21 05:46:08.603 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79082024-08-21T05:46:09.129Z[ recovery-image] Aug 21 05:46:08.613 INFO O| Aug 21 05:46:08.613 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79092024-08-21T05:46:09.132Z[ recovery-image] Aug 21 05:46:08.613 INFO O| Aug 21 05:46:08.613 INFO STEP 68 (remove_files) COMPLETE
79102024-08-21T05:46:09.132Z[ recovery-image] Aug 21 05:46:08.613 INFO O| Aug 21 05:46:08.613 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79112024-08-21T05:46:09.139Z[ recovery-image] Aug 21 05:46:08.623 INFO O| Aug 21 05:46:08.623 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79122024-08-21T05:46:09.142Z[ recovery-image] Aug 21 05:46:08.623 INFO O| Aug 21 05:46:08.623 INFO STEP 69 (remove_files) COMPLETE
79132024-08-21T05:46:09.142Z[ recovery-image] Aug 21 05:46:08.623 INFO O| Aug 21 05:46:08.623 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79142024-08-21T05:46:09.149Z[ recovery-image] Aug 21 05:46:08.633 INFO O| Aug 21 05:46:08.633 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79152024-08-21T05:46:09.152Z[ recovery-image] Aug 21 05:46:08.633 INFO O| Aug 21 05:46:08.633 INFO STEP 70 (remove_files) COMPLETE
79162024-08-21T05:46:09.152Z[ recovery-image] Aug 21 05:46:08.633 INFO O| Aug 21 05:46:08.633 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79172024-08-21T05:46:09.166Z[ recovery-image] Aug 21 05:46:08.643 INFO O| Aug 21 05:46:08.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79182024-08-21T05:46:09.169Z[ recovery-image] Aug 21 05:46:08.643 INFO O| Aug 21 05:46:08.643 INFO STEP 71 (remove_files) COMPLETE
79192024-08-21T05:46:09.169Z[ recovery-image] Aug 21 05:46:08.643 INFO O| Aug 21 05:46:08.643 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79202024-08-21T05:46:09.171Z[ recovery-image] Aug 21 05:46:08.653 INFO O| Aug 21 05:46:08.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79212024-08-21T05:46:09.171Z[ recovery-image] Aug 21 05:46:08.653 INFO O| Aug 21 05:46:08.653 INFO STEP 72 (remove_files) COMPLETE
79222024-08-21T05:46:09.171Z[ recovery-image] Aug 21 05:46:08.653 INFO O| Aug 21 05:46:08.653 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79232024-08-21T05:46:09.179Z[ recovery-image] Aug 21 05:46:08.662 INFO O| Aug 21 05:46:08.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79242024-08-21T05:46:09.181Z[ recovery-image] Aug 21 05:46:08.663 INFO O| Aug 21 05:46:08.662 INFO STEP 73 (remove_files) COMPLETE
79252024-08-21T05:46:09.181Z[ recovery-image] Aug 21 05:46:08.663 INFO O| Aug 21 05:46:08.662 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79262024-08-21T05:46:09.189Z[ recovery-image] Aug 21 05:46:08.672 INFO O| Aug 21 05:46:08.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79272024-08-21T05:46:09.189Z[ recovery-image] Aug 21 05:46:08.672 INFO O| Aug 21 05:46:08.672 INFO STEP 74 (remove_files) COMPLETE
79282024-08-21T05:46:09.189Z[ recovery-image] Aug 21 05:46:08.672 INFO O| Aug 21 05:46:08.672 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79292024-08-21T05:46:09.198Z[ recovery-image] Aug 21 05:46:08.682 INFO O| Aug 21 05:46:08.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79302024-08-21T05:46:09.201Z[ recovery-image] Aug 21 05:46:08.682 INFO O| Aug 21 05:46:08.682 INFO STEP 75 (remove_files) COMPLETE
79312024-08-21T05:46:09.201Z[ recovery-image] Aug 21 05:46:08.682 INFO O| Aug 21 05:46:08.682 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79322024-08-21T05:46:09.208Z[ recovery-image] Aug 21 05:46:08.692 INFO O| Aug 21 05:46:08.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79332024-08-21T05:46:09.208Z[ recovery-image] Aug 21 05:46:08.692 INFO O| Aug 21 05:46:08.692 INFO STEP 76 (remove_files) COMPLETE
79342024-08-21T05:46:09.211Z[ recovery-image] Aug 21 05:46:08.692 INFO O| Aug 21 05:46:08.692 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79352024-08-21T05:46:09.218Z[ recovery-image] Aug 21 05:46:08.702 INFO O| Aug 21 05:46:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79362024-08-21T05:46:09.218Z[ recovery-image] Aug 21 05:46:08.702 INFO O| Aug 21 05:46:08.702 INFO STEP 77 (remove_files) COMPLETE
79372024-08-21T05:46:09.218Z[ recovery-image] Aug 21 05:46:08.702 INFO O| Aug 21 05:46:08.702 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79382024-08-21T05:46:09.228Z[ recovery-image] Aug 21 05:46:08.712 INFO O| Aug 21 05:46:08.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79392024-08-21T05:46:09.231Z[ recovery-image] Aug 21 05:46:08.712 INFO O| Aug 21 05:46:08.712 INFO STEP 78 (remove_files) COMPLETE
79402024-08-21T05:46:09.231Z[ recovery-image] Aug 21 05:46:08.712 INFO O| Aug 21 05:46:08.712 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79412024-08-21T05:46:09.241Z[ recovery-image] Aug 21 05:46:08.722 INFO O| Aug 21 05:46:08.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79422024-08-21T05:46:09.241Z[ recovery-image] Aug 21 05:46:08.722 INFO O| Aug 21 05:46:08.722 INFO STEP 79 (remove_files) COMPLETE
79432024-08-21T05:46:09.244Z[ recovery-image] Aug 21 05:46:08.722 INFO O| Aug 21 05:46:08.722 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79442024-08-21T05:46:09.248Z[ recovery-image] Aug 21 05:46:08.732 INFO O| Aug 21 05:46:08.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79452024-08-21T05:46:09.248Z[ recovery-image] Aug 21 05:46:08.732 INFO O| Aug 21 05:46:08.732 INFO STEP 80 (remove_files) COMPLETE
79462024-08-21T05:46:09.251Z[ recovery-image] Aug 21 05:46:08.732 INFO O| Aug 21 05:46:08.732 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79472024-08-21T05:46:09.258Z[ recovery-image] Aug 21 05:46:08.742 INFO O| Aug 21 05:46:08.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79482024-08-21T05:46:09.258Z[ recovery-image] Aug 21 05:46:08.742 INFO O| Aug 21 05:46:08.742 INFO STEP 81 (remove_files) COMPLETE
79492024-08-21T05:46:09.261Z[ recovery-image] Aug 21 05:46:08.742 INFO O| Aug 21 05:46:08.742 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79502024-08-21T05:46:09.268Z[ recovery-image] Aug 21 05:46:08.752 INFO O| Aug 21 05:46:08.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79512024-08-21T05:46:09.268Z[ recovery-image] Aug 21 05:46:08.752 INFO O| Aug 21 05:46:08.752 INFO STEP 82 (remove_files) COMPLETE
79522024-08-21T05:46:09.271Z[ recovery-image] Aug 21 05:46:08.752 INFO O| Aug 21 05:46:08.752 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79532024-08-21T05:46:09.278Z[ recovery-image] Aug 21 05:46:08.761 INFO O| Aug 21 05:46:08.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79542024-08-21T05:46:09.281Z[ recovery-image] Aug 21 05:46:08.761 INFO O| Aug 21 05:46:08.761 INFO STEP 83 (remove_files) COMPLETE
79552024-08-21T05:46:09.281Z[ recovery-image] Aug 21 05:46:08.761 INFO O| Aug 21 05:46:08.761 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79562024-08-21T05:46:09.288Z[ recovery-image] Aug 21 05:46:08.772 INFO O| Aug 21 05:46:08.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79572024-08-21T05:46:09.288Z[ recovery-image] Aug 21 05:46:08.772 INFO O| Aug 21 05:46:08.772 INFO STEP 84 (remove_files) COMPLETE
79582024-08-21T05:46:09.291Z[ recovery-image] Aug 21 05:46:08.772 INFO O| Aug 21 05:46:08.772 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79592024-08-21T05:46:09.298Z[ recovery-image] Aug 21 05:46:08.782 INFO O| Aug 21 05:46:08.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79602024-08-21T05:46:09.298Z[ recovery-image] Aug 21 05:46:08.782 INFO O| Aug 21 05:46:08.782 INFO STEP 85 (remove_files) COMPLETE
79612024-08-21T05:46:09.301Z[ recovery-image] Aug 21 05:46:08.782 INFO O| Aug 21 05:46:08.782 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79622024-08-21T05:46:09.308Z[ recovery-image] Aug 21 05:46:08.791 INFO O| Aug 21 05:46:08.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79632024-08-21T05:46:09.308Z[ recovery-image] Aug 21 05:46:08.791 INFO O| Aug 21 05:46:08.791 INFO STEP 86 (remove_files) COMPLETE
79642024-08-21T05:46:09.308Z[ recovery-image] Aug 21 05:46:08.791 INFO O| Aug 21 05:46:08.791 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79652024-08-21T05:46:09.318Z[ recovery-image] Aug 21 05:46:08.801 INFO O| Aug 21 05:46:08.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79662024-08-21T05:46:09.320Z[ recovery-image] Aug 21 05:46:08.801 INFO O| Aug 21 05:46:08.801 INFO STEP 87 (remove_files) COMPLETE
79672024-08-21T05:46:09.320Z[ recovery-image] Aug 21 05:46:08.801 INFO O| Aug 21 05:46:08.801 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79682024-08-21T05:46:09.328Z[ recovery-image] Aug 21 05:46:08.811 INFO O| Aug 21 05:46:08.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79692024-08-21T05:46:09.328Z[ recovery-image] Aug 21 05:46:08.811 INFO O| Aug 21 05:46:08.811 INFO STEP 88 (remove_files) COMPLETE
79702024-08-21T05:46:09.330Z[ recovery-image] Aug 21 05:46:08.811 INFO O| Aug 21 05:46:08.811 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79712024-08-21T05:46:09.337Z[ recovery-image] Aug 21 05:46:08.821 INFO O| Aug 21 05:46:08.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79722024-08-21T05:46:09.337Z[ recovery-image] Aug 21 05:46:08.821 INFO O| Aug 21 05:46:08.821 INFO STEP 89 (remove_files) COMPLETE
79732024-08-21T05:46:09.341Z[ recovery-image] Aug 21 05:46:08.821 INFO O| Aug 21 05:46:08.821 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79742024-08-21T05:46:09.347Z[ recovery-image] Aug 21 05:46:08.831 INFO O| Aug 21 05:46:08.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79752024-08-21T05:46:09.347Z[ recovery-image] Aug 21 05:46:08.831 INFO O| Aug 21 05:46:08.831 INFO STEP 90 (remove_files) COMPLETE
79762024-08-21T05:46:09.350Z[ recovery-image] Aug 21 05:46:08.831 INFO O| Aug 21 05:46:08.831 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79772024-08-21T05:46:09.357Z[ recovery-image] Aug 21 05:46:08.840 INFO O| Aug 21 05:46:08.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79782024-08-21T05:46:09.357Z[ recovery-image] Aug 21 05:46:08.840 INFO O| Aug 21 05:46:08.840 INFO STEP 91 (remove_files) COMPLETE
79792024-08-21T05:46:09.360Z[ recovery-image] Aug 21 05:46:08.840 INFO O| Aug 21 05:46:08.840 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79802024-08-21T05:46:09.367Z[ recovery-image] Aug 21 05:46:08.850 INFO O| Aug 21 05:46:08.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79812024-08-21T05:46:09.370Z[ recovery-image] Aug 21 05:46:08.850 INFO O| Aug 21 05:46:08.850 INFO STEP 92 (remove_files) COMPLETE
79822024-08-21T05:46:09.370Z[ recovery-image] Aug 21 05:46:08.850 INFO O| Aug 21 05:46:08.850 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79832024-08-21T05:46:09.376Z[ recovery-image] Aug 21 05:46:08.860 INFO O| Aug 21 05:46:08.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79842024-08-21T05:46:09.379Z[ recovery-image] Aug 21 05:46:08.860 INFO O| Aug 21 05:46:08.860 INFO STEP 93 (remove_files) COMPLETE
79852024-08-21T05:46:09.379Z[ recovery-image] Aug 21 05:46:08.860 INFO O| Aug 21 05:46:08.860 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79862024-08-21T05:46:09.387Z[ recovery-image] Aug 21 05:46:08.870 INFO O| Aug 21 05:46:08.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79872024-08-21T05:46:09.388Z[ recovery-image] Aug 21 05:46:08.870 INFO O| Aug 21 05:46:08.870 INFO STEP 94 (remove_files) COMPLETE
79882024-08-21T05:46:09.388Z[ recovery-image] Aug 21 05:46:08.870 INFO O| Aug 21 05:46:08.870 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79892024-08-21T05:46:09.401Z[ recovery-image] Aug 21 05:46:08.884 INFO O| Aug 21 05:46:08.884 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79902024-08-21T05:46:09.404Z[ recovery-image] Aug 21 05:46:08.884 INFO O| Aug 21 05:46:08.884 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
79912024-08-21T05:46:11.802Z[ host-image] Aug 21 05:46:11.258 INFO O| Aug 21 05:46:11.258 INFO O| Download: 767/1140 items 3.1/8.4MB 37% complete (210k/s)
79922024-08-21T05:46:17.732Z[ recovery-image] Aug 21 05:46:16.800 INFO O| Aug 21 05:46:16.800 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
79932024-08-21T05:46:17.733Z[ recovery-image] Aug 21 05:46:16.800 INFO O| Aug 21 05:46:16.800 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79942024-08-21T05:46:17.738Z[ recovery-image] Aug 21 05:46:16.813 INFO O| Aug 21 05:46:16.813 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
79952024-08-21T05:46:17.738Z[ recovery-image] Aug 21 05:46:16.886 INFO O| Aug 21 05:46:16.886 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79962024-08-21T05:46:17.738Z[ recovery-image] Aug 21 05:46:16.886 INFO O| Aug 21 05:46:16.886 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 ...
79972024-08-21T05:46:17.738Z[ recovery-image] Aug 21 05:46:16.888 INFO O| Aug 21 05:46:16.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79982024-08-21T05:46:17.738Z[ recovery-image] Aug 21 05:46:16.888 INFO O| Aug 21 05:46:16.888 INFO ok!
79992024-08-21T05:46:17.739Z[ recovery-image] Aug 21 05:46:16.888 INFO O| Aug 21 05:46:16.888 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80002024-08-21T05:46:17.739Z[ recovery-image] Aug 21 05:46:16.888 INFO O| Aug 21 05:46:16.888 INFO STEP 95 (seed_smf) COMPLETE
80012024-08-21T05:46:17.739Z[ recovery-image] Aug 21 05:46:16.888 INFO O| Aug 21 05:46:16.888 INFO steps complete; finalising image!
80022024-08-21T05:46:17.739Z[ recovery-image] Aug 21 05:46:16.888 INFO O| Aug 21 05:46:16.888 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80032024-08-21T05:46:17.739Z[ recovery-image] Aug 21 05:46:16.915 INFO O| Aug 21 05:46:16.915 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Wed Aug 21 05:46:16 2024)
80042024-08-21T05:46:17.739Z[ recovery-image] Aug 21 05:46:17.124 INFO O| Aug 21 05:46:17.124 INFO trim TEMPORARY-gimlet-zfs-recovery: (79% trimmed, started at Wed Aug 21 05:46:16 2024)
80052024-08-21T05:46:17.865Z[ recovery-image] Aug 21 05:46:17.345 INFO O| Aug 21 05:46:17.345 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
80062024-08-21T05:46:17.865Z[ recovery-image] Aug 21 05:46:17.345 INFO O| Aug 21 05:46:17.345 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80072024-08-21T05:46:18.061Z[ recovery-image] Aug 21 05:46:17.542 INFO O| Aug 21 05:46:17.542 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
80082024-08-21T05:46:18.061Z[ recovery-image] Aug 21 05:46:17.543 INFO O| Aug 21 05:46:17.542 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80092024-08-21T05:46:21.118Z[ recovery-image] Aug 21 05:46:20.541 INFO O| Aug 21 05:46:20.541 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80102024-08-21T05:46:21.118Z[ recovery-image] Aug 21 05:46:20.541 INFO O| Aug 21 05:46:20.541 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80112024-08-21T05:46:21.118Z[ recovery-image] Aug 21 05:46:20.541 INFO O| Aug 21 05:46:20.541 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80122024-08-21T05:46:21.118Z[ recovery-image] Aug 21 05:46:20.541 INFO O| Aug 21 05:46:20.541 INFO completed processing gimlet/zfs-recovery
80132024-08-21T05:46:21.286Z[ recovery-image] Aug 21 05:46:20.541 INFO O| Aug 21 05:46:20.541 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80142024-08-21T05:46:21.555Z[ recovery-image] Aug 21 05:46:21.010 INFO O| Aug 21 05:46:21.010 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80152024-08-21T05:46:21.682Z[ recovery-image] Aug 21 05:46:21.092 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n"
80162024-08-21T05:46:21.682Z[ recovery-image] Aug 21 05:46:21.092 INFO expanded image name: "recovery aee57d3/${os_short_commit} 2024-08-21 05:20" -> "recovery aee57d3/60122b5 2024-08-21 05:20"
80172024-08-21T05:46:21.710Z[ recovery-image] Aug 21 05:46:21.092 INFO output artefacts stored in: "/work/os-recovery"
80182024-08-21T05:46:21.710Z[ recovery-image] Aug 21 05:46:21.092 INFO collecting git info from project "phbl"...
80192024-08-21T05:46:21.710Z[ recovery-image] Aug 21 05:46:21.099 INFO collecting git info from project "image-builder"...
80202024-08-21T05:46:21.711Z[ recovery-image] Aug 21 05:46:21.105 INFO collecting git info from project "pilot"...
80212024-08-21T05:46:21.711Z[ recovery-image] Aug 21 05:46:21.117 INFO collecting git info from project "amd-firmware"...
80222024-08-21T05:46:21.830Z[ recovery-image] Aug 21 05:46:21.308 INFO collecting git info from project "bootserver"...
80232024-08-21T05:46:21.848Z[ recovery-image] Aug 21 05:46:21.314 INFO collecting git info from project "amd-host-image-builder"...
80242024-08-21T05:46:22.079Z[ recovery-image] Aug 21 05:46:21.549 INFO collecting git info from project "chelsio-t6-roms"...
80252024-08-21T05:46:22.096Z[ recovery-image] Aug 21 05:46:21.570 INFO collecting git info from project "pinprick"...
80262024-08-21T05:46:22.141Z[ recovery-image] Aug 21 05:46:21.575 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80272024-08-21T05:46:22.196Z[ host-image] Aug 21 05:46:21.676 INFO O| Aug 21 05:46:21.676 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete (538k/s)
80282024-08-21T05:46:22.470Z[ recovery-image] Aug 21 05:46:21.939 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80292024-08-21T05:46:22.848Z[ host-image] Aug 21 05:46:22.261 INFO O| Aug 21 05:46:22.261 INFO O| Download: Completed 8.42 MB in 22.56 seconds (382k/s)
80302024-08-21T05:46:22.917Z[ recovery-image] Aug 21 05:46:22.285 INFO creating Oxide boot image...
80312024-08-21T05:46:22.917Z[ recovery-image] Aug 21 05:46:22.285 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery aee57d3/60122b5 2024-08-21 05:20", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80322024-08-21T05:46:22.917Z[ host-image] Aug 21 05:46:22.312 INFO O| Aug 21 05:46:22.312 INFO O| Actions: 1/1361 actions (Installing new actions)
80332024-08-21T05:46:23.249Z[ host-image] Aug 21 05:46:22.720 INFO O| Aug 21 05:46:22.720 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
80342024-08-21T05:46:23.577Z[ host-image] Aug 21 05:46:22.964 INFO O| Aug 21 05:46:22.964 INFO O| Done
80352024-08-21T05:46:23.577Z[ host-image] Aug 21 05:46:22.964 INFO O| Aug 21 05:46:22.964 INFO O| Done
80362024-08-21T05:46:23.900Z[ host-image] Aug 21 05:46:23.339 INFO O| Aug 21 05:46:23.339 INFO O| Done
80372024-08-21T05:46:24.981Z[ host-image] Aug 21 05:46:24.460 INFO O| Aug 21 05:46:24.460 INFO O| Done
80382024-08-21T05:46:25.005Z[ host-image] Aug 21 05:46:24.484 INFO O| Aug 21 05:46:24.484 INFO O| Done
80392024-08-21T05:46:25.009Z[ host-image] Aug 21 05:46:24.484 INFO O| Aug 21 05:46:24.484 INFO O| Done
80402024-08-21T05:46:25.041Z[ host-image] Aug 21 05:46:24.520 INFO O| Aug 21 05:46:24.520 INFO O| Done
80412024-08-21T05:46:25.134Z[ host-image] Aug 21 05:46:24.614 INFO O| Aug 21 05:46:24.614 INFO STEP 13 (pkg_install) COMPLETE
80422024-08-21T05:46:25.134Z[ host-image] Aug 21 05:46:24.614 INFO O| Aug 21 05:46:24.614 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80432024-08-21T05:46:25.144Z[ host-image] Aug 21 05:46:24.625 INFO O| Aug 21 05:46:24.625 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
80442024-08-21T05:46:26.100Z[ host-image] Aug 21 05:46:25.558 INFO O| Aug 21 05:46:25.557 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80452024-08-21T05:46:27.532Z[ host-image] Aug 21 05:46:27.002 INFO O| Aug 21 05:46:27.002 INFO O| Planning: Solver setup ... Done
80462024-08-21T05:46:27.538Z[ host-image] Aug 21 05:46:27.007 INFO O| Aug 21 05:46:27.006 INFO O| Planning: Running solver ... Done
80472024-08-21T05:46:27.564Z[ host-image] Aug 21 05:46:27.043 INFO O| Aug 21 05:46:27.043 INFO O| Planning: Finding local manifests ... Done
80482024-08-21T05:46:27.570Z[ host-image] Aug 21 05:46:27.044 INFO O| Aug 21 05:46:27.044 INFO O| Planning: Fetching manifests: 0/1 0% complete
80492024-08-21T05:46:27.627Z[ host-image] Aug 21 05:46:27.105 INFO O| Aug 21 05:46:27.105 INFO O| Planning: Fetching manifests: 1/1 100% complete
80502024-08-21T05:46:27.644Z[ host-image] Aug 21 05:46:27.123 INFO O| Aug 21 05:46:27.123 INFO O| Planning: Package planning ... Done
80512024-08-21T05:46:27.648Z[ host-image] Aug 21 05:46:27.124 INFO O| Aug 21 05:46:27.124 INFO O| Planning: Merging actions ... Done
80522024-08-21T05:46:27.704Z[ host-image] Aug 21 05:46:27.183 INFO O| Aug 21 05:46:27.183 INFO O| Planning: Checking for conflicting actions ... Done
80532024-08-21T05:46:27.709Z[ host-image] Aug 21 05:46:27.184 INFO O| Aug 21 05:46:27.184 INFO O| Planning: Consolidating action changes ... Done
80542024-08-21T05:46:27.881Z[ host-image] Aug 21 05:46:27.357 INFO O| Aug 21 05:46:27.357 INFO O| Planning: Evaluating mediators ... Done
80552024-08-21T05:46:27.901Z[ host-image] Aug 21 05:46:27.358 INFO O| Aug 21 05:46:27.358 INFO O| Planning: Planning completed in 1.80 seconds
80562024-08-21T05:46:27.901Z[ host-image] Aug 21 05:46:27.359 INFO O| Aug 21 05:46:27.359 INFO O| Packages to install: 1
80572024-08-21T05:46:27.928Z[ host-image] Aug 21 05:46:27.369 INFO O| Aug 21 05:46:27.369 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
80582024-08-21T05:46:28.477Z[ host-image] Aug 21 05:46:27.932 INFO O| Aug 21 05:46:27.932 INFO O| Download: Completed 20.86 MB in 0.56 seconds (37.1M/s)
80592024-08-21T05:46:28.516Z[ host-image] Aug 21 05:46:27.954 INFO O| Aug 21 05:46:27.954 INFO O| Actions: 1/22 actions (Installing new actions)
80602024-08-21T05:46:29.105Z[ host-image] Aug 21 05:46:28.491 INFO O| Aug 21 05:46:28.491 INFO O| Actions: Completed 22 actions in 0.54 seconds.
80612024-08-21T05:46:29.254Z[ host-image] Aug 21 05:46:28.718 INFO O| Aug 21 05:46:28.718 INFO O| Done
80622024-08-21T05:46:29.254Z[ host-image] Aug 21 05:46:28.718 INFO O| Aug 21 05:46:28.718 INFO O| Done
80632024-08-21T05:46:29.582Z[ host-image] Aug 21 05:46:29.060 INFO O| Aug 21 05:46:29.060 INFO O| Done
80642024-08-21T05:46:30.688Z[ host-image] Aug 21 05:46:30.166 INFO O| Aug 21 05:46:30.166 INFO O| Done
80652024-08-21T05:46:30.737Z[ host-image] Aug 21 05:46:30.189 INFO O| Aug 21 05:46:30.189 INFO O| Done
80662024-08-21T05:46:30.737Z[ host-image] Aug 21 05:46:30.189 INFO O| Aug 21 05:46:30.189 INFO O| Done
80672024-08-21T05:46:30.757Z[ host-image] Aug 21 05:46:30.199 INFO O| Aug 21 05:46:30.199 INFO O| Done
80682024-08-21T05:46:30.813Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.291 INFO STEP 14 (pkg_install) COMPLETE
80692024-08-21T05:46:30.813Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80702024-08-21T05:46:30.837Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO skip step because feature "mfg" is not enabled
80712024-08-21T05:46:30.837Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80722024-08-21T05:46:30.837Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO skip step because feature "compliance" is not enabled
80732024-08-21T05:46:30.837Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80742024-08-21T05:46:30.837Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO skip step because feature "stress" is not enabled
80752024-08-21T05:46:30.837Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80762024-08-21T05:46:30.837Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO skip step because feature "nfs" is not enabled
80772024-08-21T05:46:30.837Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80782024-08-21T05:46:30.837Z[ host-image] Aug 21 05:46:30.292 INFO O| Aug 21 05:46:30.292 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80792024-08-21T05:46:30.951Z[ host-image] Aug 21 05:46:30.415 INFO O| Aug 21 05:46:30.414 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80802024-08-21T05:46:31.035Z[ host-image] Aug 21 05:46:30.491 INFO O| Aug 21 05:46:30.491 INFO completed processing gimlet/ramdisk-01-os
80812024-08-21T05:46:31.039Z[ host-image] Aug 21 05:46:30.493 INFO omicron1 baseline generation...
80822024-08-21T05:46:31.039Z[ host-image] Aug 21 05:46:30.493 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80832024-08-21T05:46:31.410Z[ host-image] Aug 21 05:46:30.877 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22827:20240820T102318Z
80842024-08-21T05:47:15.254Z[ recovery-image] Aug 21 05:47:14.727 INFO O| ok, image written!
80852024-08-21T05:47:15.254Z[ recovery-image] Aug 21 05:47:14.727 INFO O| ok, boot_image_csum file written!
80862024-08-21T05:47:15.257Z[ recovery-image] Aug 21 05:47:14.730 INFO creating boot archive (CPIO)...
80872024-08-21T05:47:15.257Z[ recovery-image] Aug 21 05:47:14.730 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
80882024-08-21T05:47:15.264Z[ recovery-image] Aug 21 05:47:14.738 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
80892024-08-21T05:47:15.267Z[ recovery-image] Aug 21 05:47:14.738 INFO E| + outfile=/work/os-recovery/cpio
80902024-08-21T05:47:15.267Z[ recovery-image] Aug 21 05:47:14.738 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
80912024-08-21T05:47:15.267Z[ recovery-image] Aug 21 05:47:14.740 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
80922024-08-21T05:47:15.267Z[ recovery-image] Aug 21 05:47:14.740 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
80932024-08-21T05:47:15.299Z[ recovery-image] Aug 21 05:47:14.772 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
80942024-08-21T05:47:15.299Z[ recovery-image] Aug 21 05:47:14.772 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
80952024-08-21T05:47:15.306Z[ recovery-image] Aug 21 05:47:14.779 INFO creating compressed cpio/unix for nanobl-rs...
80962024-08-21T05:47:15.306Z[ recovery-image] Aug 21 05:47:14.779 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
80972024-08-21T05:47:15.587Z[ recovery-image] Aug 21 05:47:15.060 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
80982024-08-21T05:47:18.709Z[ host-image] Aug 21 05:47:18.181 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22827:20240820T102353Z
80992024-08-21T05:47:18.709Z[ host-image] Aug 21 05:47:18.181 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22827:20240820T102353Z
81002024-08-21T05:47:18.712Z[ host-image] Aug 21 05:47:18.182 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81012024-08-21T05:47:18.712Z[ host-image] Aug 21 05:47:18.182 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81022024-08-21T05:47:18.712Z[ host-image] Aug 21 05:47:18.182 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81032024-08-21T05:47:18.712Z[ host-image] Aug 21 05:47:18.182 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81042024-08-21T05:47:18.712Z[ host-image] Aug 21 05:47:18.183 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81052024-08-21T05:47:18.712Z[ host-image] Aug 21 05:47:18.183 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81062024-08-21T05:47:18.712Z[ host-image] Aug 21 05:47:18.183 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81072024-08-21T05:47:18.712Z[ host-image] Aug 21 05:47:18.183 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81082024-08-21T05:47:18.712Z[ host-image] Aug 21 05:47:18.183 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22827:20240820T102353Z
81092024-08-21T05:47:18.715Z[ host-image] Aug 21 05:47:18.185 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22827:20240820T102354Z
81102024-08-21T05:47:18.715Z[ host-image] Aug 21 05:47:18.186 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22827:20240820T102354Z
81112024-08-21T05:47:18.715Z[ host-image] Aug 21 05:47:18.186 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22827:20240820T102354Z
81122024-08-21T05:47:18.715Z[ host-image] Aug 21 05:47:18.186 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81132024-08-21T05:47:18.715Z[ host-image] Aug 21 05:47:18.187 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22827:20240820T102354Z
81142024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.188 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22827:20240820T102354Z
81152024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.188 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22827:20240820T102355Z
81162024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.188 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22827:20240820T102355Z
81172024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.188 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22827:20240820T102356Z
81182024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.188 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22827:20240820T102356Z
81192024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.189 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22827:20240820T102356Z
81202024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.189 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22827:20240820T102356Z
81212024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.189 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22827:20240820T102357Z
81222024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.189 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22827:20240820T102358Z
81232024-08-21T05:47:18.719Z[ host-image] Aug 21 05:47:18.189 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22827:20240820T102358Z
81242024-08-21T05:47:18.720Z[ host-image] Aug 21 05:47:18.189 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22827:20240820T102400Z
81252024-08-21T05:47:18.720Z[ host-image] Aug 21 05:47:18.189 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22827:20240820T102401Z
81262024-08-21T05:47:18.720Z[ host-image] Aug 21 05:47:18.190 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
81272024-08-21T05:47:18.720Z[ host-image] Aug 21 05:47:18.190 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22827:20240820T102402Z
81282024-08-21T05:47:18.720Z[ host-image] Aug 21 05:47:18.190 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22827:20240820T102404Z
81292024-08-21T05:47:18.720Z[ host-image] Aug 21 05:47:18.190 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22827:20240820T102405Z
81302024-08-21T05:47:18.720Z[ host-image] Aug 21 05:47:18.190 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22827:20240820T102406Z
81312024-08-21T05:47:18.723Z[ host-image] Aug 21 05:47:18.191 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22827:20240820T102407Z
81322024-08-21T05:47:18.723Z[ host-image] Aug 21 05:47:18.191 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22827:20240820T102407Z
81332024-08-21T05:47:18.728Z[ host-image] Aug 21 05:47:18.200 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81342024-08-21T05:47:18.732Z[ host-image] Aug 21 05:47:18.200 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22827:20240820T102407Z
81352024-08-21T05:47:18.732Z[ host-image] Aug 21 05:47:18.201 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81362024-08-21T05:47:18.732Z[ host-image] Aug 21 05:47:18.201 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81372024-08-21T05:47:18.732Z[ host-image] Aug 21 05:47:18.201 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81382024-08-21T05:47:18.732Z[ host-image] Aug 21 05:47:18.202 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22827:20240820T102407Z
81392024-08-21T05:47:18.732Z[ host-image] Aug 21 05:47:18.202 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81402024-08-21T05:47:18.732Z[ host-image] Aug 21 05:47:18.202 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81412024-08-21T05:47:18.736Z[ host-image] Aug 21 05:47:18.203 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81422024-08-21T05:47:18.736Z[ host-image] Aug 21 05:47:18.204 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81432024-08-21T05:47:18.743Z[ host-image] Aug 21 05:47:18.216 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81442024-08-21T05:47:18.746Z[ host-image] Aug 21 05:47:18.216 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81452024-08-21T05:47:18.746Z[ host-image] Aug 21 05:47:18.216 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81462024-08-21T05:47:18.746Z[ host-image] Aug 21 05:47:18.217 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81472024-08-21T05:47:18.746Z[ host-image] Aug 21 05:47:18.217 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81482024-08-21T05:47:18.746Z[ host-image] Aug 21 05:47:18.217 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81492024-08-21T05:47:18.780Z[ host-image] Aug 21 05:47:18.253 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81502024-08-21T05:47:18.782Z[ host-image] Aug 21 05:47:18.253 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81512024-08-21T05:47:18.782Z[ host-image] Aug 21 05:47:18.253 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81522024-08-21T05:47:18.783Z[ host-image] Aug 21 05:47:18.254 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22827:20240820T102409Z
81532024-08-21T05:47:18.783Z[ host-image] Aug 21 05:47:18.254 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22827:20240820T102415Z
81542024-08-21T05:47:18.783Z[ host-image] Aug 21 05:47:18.254 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81552024-08-21T05:47:18.783Z[ host-image] Aug 21 05:47:18.254 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22827:20240820T102416Z
81562024-08-21T05:47:18.783Z[ host-image] Aug 21 05:47:18.255 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81572024-08-21T05:47:18.783Z[ host-image] Aug 21 05:47:18.255 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81582024-08-21T05:47:18.783Z[ host-image] Aug 21 05:47:18.255 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81592024-08-21T05:47:18.783Z[ host-image] Aug 21 05:47:18.255 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22827:20240820T102416Z
81602024-08-21T05:47:18.783Z[ host-image] Aug 21 05:47:18.255 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81612024-08-21T05:47:18.787Z[ host-image] Aug 21 05:47:18.260 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81622024-08-21T05:47:18.790Z[ host-image] Aug 21 05:47:18.260 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81632024-08-21T05:47:18.790Z[ host-image] Aug 21 05:47:18.260 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81642024-08-21T05:47:18.790Z[ host-image] Aug 21 05:47:18.260 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22827:20240820T102416Z
81652024-08-21T05:47:18.790Z[ host-image] Aug 21 05:47:18.260 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81662024-08-21T05:47:18.802Z[ host-image] Aug 21 05:47:18.275 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81672024-08-21T05:47:18.805Z[ host-image] Aug 21 05:47:18.275 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22827:20240820T102417Z
81682024-08-21T05:47:18.805Z[ host-image] Aug 21 05:47:18.277 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22827:20240820T102417Z
81692024-08-21T05:47:18.808Z[ host-image] Aug 21 05:47:18.278 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22827:20240820T102417Z
81702024-08-21T05:47:18.808Z[ host-image] Aug 21 05:47:18.278 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81712024-08-21T05:47:18.808Z[ host-image] Aug 21 05:47:18.279 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22827:20240820T102419Z
81722024-08-21T05:47:18.808Z[ host-image] Aug 21 05:47:18.279 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22827:20240820T102419Z
81732024-08-21T05:47:18.808Z[ host-image] Aug 21 05:47:18.279 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22827:20240820T102419Z
81742024-08-21T05:47:18.808Z[ host-image] Aug 21 05:47:18.280 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22827:20240820T102419Z
81752024-08-21T05:47:18.812Z[ host-image] Aug 21 05:47:18.283 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81762024-08-21T05:47:18.812Z[ host-image] Aug 21 05:47:18.284 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22827:20240820T102419Z
81772024-08-21T05:47:18.819Z[ host-image] Aug 21 05:47:18.284 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22827:20240820T102421Z
81782024-08-21T05:47:18.819Z[ host-image] Aug 21 05:47:18.284 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81792024-08-21T05:47:18.819Z[ host-image] Aug 21 05:47:18.285 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22827:20240820T102421Z
81802024-08-21T05:47:18.819Z[ host-image] Aug 21 05:47:18.285 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22827:20240820T102421Z
81812024-08-21T05:47:18.819Z[ host-image] Aug 21 05:47:18.285 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22827:20240820T102421Z
81822024-08-21T05:47:18.819Z[ host-image] Aug 21 05:47:18.285 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22827:20240820T102421Z
81832024-08-21T05:47:18.821Z[ host-image] Aug 21 05:47:18.294 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22827:20240820T102421Z
81842024-08-21T05:47:18.822Z[ host-image] Aug 21 05:47:18.294 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81852024-08-21T05:47:18.824Z[ host-image] Aug 21 05:47:18.296 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22827:20240820T102421Z
81862024-08-21T05:47:18.826Z[ host-image] Aug 21 05:47:18.298 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22827:20240820T102422Z
81872024-08-21T05:47:18.826Z[ host-image] Aug 21 05:47:18.298 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22827:20240820T102422Z
81882024-08-21T05:47:18.826Z[ host-image] Aug 21 05:47:18.298 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22827:20240820T102422Z
81892024-08-21T05:47:18.826Z[ host-image] Aug 21 05:47:18.299 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22827:20240820T102422Z
81902024-08-21T05:47:18.826Z[ host-image] Aug 21 05:47:18.299 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22827:20240820T102422Z
81912024-08-21T05:47:18.836Z[ host-image] Aug 21 05:47:18.309 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22827:20240820T102424Z
81922024-08-21T05:47:18.839Z[ host-image] Aug 21 05:47:18.309 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22827:20240820T102423Z
81932024-08-21T05:47:18.839Z[ host-image] Aug 21 05:47:18.310 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22827:20240820T102423Z
81942024-08-21T05:47:18.839Z[ host-image] Aug 21 05:47:18.311 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22827:20240820T102423Z
81952024-08-21T05:47:18.839Z[ host-image] Aug 21 05:47:18.311 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22827:20240820T102424Z
81962024-08-21T05:47:18.860Z[ host-image] Aug 21 05:47:18.333 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22827:20240820T102427Z
81972024-08-21T05:47:18.863Z[ host-image] Aug 21 05:47:18.333 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22827:20240820T102424Z
81982024-08-21T05:47:18.863Z[ host-image] Aug 21 05:47:18.333 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22827:20240820T102424Z
81992024-08-21T05:47:18.863Z[ host-image] Aug 21 05:47:18.333 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82002024-08-21T05:47:18.863Z[ host-image] Aug 21 05:47:18.334 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82012024-08-21T05:47:18.890Z[ host-image] Aug 21 05:47:18.363 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22827:20240820T102424Z
82022024-08-21T05:47:18.893Z[ host-image] Aug 21 05:47:18.363 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82032024-08-21T05:47:18.893Z[ host-image] Aug 21 05:47:18.363 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22827:20240820T102425Z
82042024-08-21T05:47:18.893Z[ host-image] Aug 21 05:47:18.363 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22827:20240820T102425Z
82052024-08-21T05:47:18.893Z[ host-image] Aug 21 05:47:18.364 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22827:20240820T102425Z
82062024-08-21T05:47:18.893Z[ host-image] Aug 21 05:47:18.365 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82072024-08-21T05:47:18.893Z[ host-image] Aug 21 05:47:18.365 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82082024-08-21T05:47:18.896Z[ host-image] Aug 21 05:47:18.366 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22827:20240820T102426Z
82092024-08-21T05:47:18.896Z[ host-image] Aug 21 05:47:18.366 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22827:20240820T102426Z
82102024-08-21T05:47:18.896Z[ host-image] Aug 21 05:47:18.366 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22827:20240820T102426Z
82112024-08-21T05:47:18.896Z[ host-image] Aug 21 05:47:18.366 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22827:20240820T102426Z
82122024-08-21T05:47:18.896Z[ host-image] Aug 21 05:47:18.367 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22827:20240820T102427Z
82132024-08-21T05:47:18.896Z[ host-image] Aug 21 05:47:18.367 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22827:20240820T102427Z
82142024-08-21T05:47:18.898Z[ host-image] Aug 21 05:47:18.370 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82152024-08-21T05:47:18.898Z[ host-image] Aug 21 05:47:18.370 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22827:20240820T102427Z
82162024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.371 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22827:20240820T102428Z
82172024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.372 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22827:20240820T102428Z
82182024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.372 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22827:20240820T102429Z
82192024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.372 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22827:20240820T102428Z
82202024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.372 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22827:20240820T102428Z
82212024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.372 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82222024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.372 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82232024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.373 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22827:20240820T102431Z
82242024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.373 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22827:20240820T102431Z
82252024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.373 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82262024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.373 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82272024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.373 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82282024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.374 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82292024-08-21T05:47:18.901Z[ host-image] Aug 21 05:47:18.374 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82302024-08-21T05:47:18.905Z[ host-image] Aug 21 05:47:18.375 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82312024-08-21T05:47:18.905Z[ host-image] Aug 21 05:47:18.376 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82322024-08-21T05:47:18.905Z[ host-image] Aug 21 05:47:18.376 INFO O| tempdir @ "/tmp/.tmp0Gq30O/tmp"
82332024-08-21T05:47:18.905Z[ host-image] Aug 21 05:47:18.376 INFO O| image root @ "/tmp/.tmp0Gq30O/tmp/root"
82342024-08-21T05:47:18.905Z[ host-image] Aug 21 05:47:18.376 INFO O| creating image...
82352024-08-21T05:47:19.400Z[ host-image] Aug 21 05:47:18.872 INFO O| copying publishers...
82362024-08-21T05:47:19.949Z[ recovery-image] Aug 21 05:47:19.421 INFO creating reset image...
82372024-08-21T05:47:19.952Z[ recovery-image] Aug 21 05:47:19.421 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82382024-08-21T05:47:20.190Z[ recovery-image] Aug 21 05:47:19.661 INFO E| Updating crates.io index
82392024-08-21T05:47:20.306Z[ recovery-image] Aug 21 05:47:19.779 INFO E| Downloading crates ...
82402024-08-21T05:47:20.393Z[ recovery-image] Aug 21 05:47:19.864 INFO E| Downloaded os_pipe v1.1.5
82412024-08-21T05:47:20.396Z[ recovery-image] Aug 21 05:47:19.866 INFO E| Downloaded anstyle-query v1.0.2
82422024-08-21T05:47:20.396Z[ recovery-image] Aug 21 05:47:19.868 INFO E| Downloaded shared_child v1.0.0
82432024-08-21T05:47:20.399Z[ recovery-image] Aug 21 05:47:19.869 INFO E| Downloaded clap_derive v4.5.3
82442024-08-21T05:47:20.399Z[ recovery-image] Aug 21 05:47:19.871 INFO E| Downloaded anstyle v1.0.6
82452024-08-21T05:47:20.401Z[ recovery-image] Aug 21 05:47:19.872 INFO E| Downloaded duct v0.13.7
82462024-08-21T05:47:20.404Z[ recovery-image] Aug 21 05:47:19.874 INFO E| Downloaded anstream v0.6.13
82472024-08-21T05:47:20.404Z[ recovery-image] Aug 21 05:47:19.876 INFO E| Downloaded anstyle-parse v0.2.3
82482024-08-21T05:47:20.407Z[ recovery-image] Aug 21 05:47:19.878 INFO E| Downloaded clap v4.5.3
82492024-08-21T05:47:20.416Z[ recovery-image] Aug 21 05:47:19.887 INFO E| Downloaded proc-macro2 v1.0.79
82502024-08-21T05:47:20.418Z[ recovery-image] Aug 21 05:47:19.889 INFO E| Downloaded syn v2.0.53
82512024-08-21T05:47:20.447Z[ recovery-image] Aug 21 05:47:19.919 INFO E| Downloaded libc v0.2.153
82522024-08-21T05:47:20.530Z[ recovery-image] Aug 21 05:47:20.003 INFO E| Compiling proc-macro2 v1.0.79
82532024-08-21T05:47:20.531Z[ recovery-image] Aug 21 05:47:20.003 INFO E| Compiling unicode-ident v1.0.12
82542024-08-21T05:47:20.533Z[ recovery-image] Aug 21 05:47:20.003 INFO E| Compiling libc v0.2.153
82552024-08-21T05:47:20.533Z[ recovery-image] Aug 21 05:47:20.003 INFO E| Compiling utf8parse v0.2.1
82562024-08-21T05:47:20.533Z[ recovery-image] Aug 21 05:47:20.003 INFO E| Compiling anstyle-query v1.0.2
82572024-08-21T05:47:20.533Z[ recovery-image] Aug 21 05:47:20.003 INFO E| Compiling anstyle v1.0.6
82582024-08-21T05:47:20.537Z[ recovery-image] Aug 21 05:47:20.006 INFO E| Compiling colorchoice v1.0.0
82592024-08-21T05:47:20.538Z[ recovery-image] Aug 21 05:47:20.007 INFO E| Compiling clap_lex v0.7.0
82602024-08-21T05:47:20.753Z[ recovery-image] Aug 21 05:47:20.225 INFO E| Compiling anstyle-parse v0.2.3
82612024-08-21T05:47:20.772Z[ recovery-image] Aug 21 05:47:20.244 INFO E| Compiling strsim v0.11.0
82622024-08-21T05:47:20.779Z[ recovery-image] Aug 21 05:47:20.251 INFO E| Compiling heck v0.5.0
82632024-08-21T05:47:20.787Z[ recovery-image] Aug 21 05:47:20.259 INFO E| Compiling once_cell v1.19.0
82642024-08-21T05:47:21.144Z[ recovery-image] Aug 21 05:47:20.616 INFO E| Compiling anstream v0.6.13
82652024-08-21T05:47:21.527Z[ recovery-image] Aug 21 05:47:20.999 INFO E| Compiling clap_builder v4.5.2
82662024-08-21T05:47:21.993Z[ recovery-image] Aug 21 05:47:21.465 INFO E| Compiling quote v1.0.35
82672024-08-21T05:47:22.019Z[ recovery-image] Aug 21 05:47:21.491 INFO E| Compiling os_pipe v1.1.5
82682024-08-21T05:47:22.019Z[ recovery-image] Aug 21 05:47:21.491 INFO E| Compiling shared_child v1.0.0
82692024-08-21T05:47:22.155Z[ recovery-image] Aug 21 05:47:21.627 INFO E| Compiling duct v0.13.7
82702024-08-21T05:47:22.343Z[ recovery-image] Aug 21 05:47:21.815 INFO E| Compiling syn v2.0.53
82712024-08-21T05:47:27.186Z[ recovery-image] Aug 21 05:47:26.657 INFO E| Compiling clap_derive v4.5.3
82722024-08-21T05:47:29.323Z[ recovery-image] Aug 21 05:47:28.793 INFO E| Compiling clap v4.5.3
82732024-08-21T05:47:29.378Z[ recovery-image] Aug 21 05:47:28.848 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82742024-08-21T05:47:30.591Z[ recovery-image] Aug 21 05:47:30.059 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
82752024-08-21T05:47:30.599Z[ recovery-image] Aug 21 05:47:30.068 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82762024-08-21T05:47:30.728Z[ recovery-image] Aug 21 05:47:30.198 INFO E| Updating crates.io index
82772024-08-21T05:47:30.786Z[ host-image] Aug 21 05:47:30.257 INFO O| adding properties...
82782024-08-21T05:47:30.888Z[ recovery-image] Aug 21 05:47:30.359 INFO E| Downloading crates ...
82792024-08-21T05:47:30.940Z[ recovery-image] Aug 21 05:47:30.411 INFO E| Downloaded cpio_reader v0.1.1
82802024-08-21T05:47:30.943Z[ recovery-image] Aug 21 05:47:30.413 INFO E| Downloaded seq-macro v0.3.5
82812024-08-21T05:47:30.955Z[ recovery-image] Aug 21 05:47:30.425 INFO E| Downloaded bit_field v0.10.2
82822024-08-21T05:47:30.960Z[ recovery-image] Aug 21 05:47:30.431 INFO E| Downloaded raw-cpuid v10.7.0
82832024-08-21T05:47:31.114Z[ recovery-image] Aug 21 05:47:30.584 INFO E| Downloaded x86 v0.52.0
82842024-08-21T05:47:31.183Z[ recovery-image] Aug 21 05:47:30.654 INFO E| Updating crates.io index
82852024-08-21T05:47:31.225Z[ recovery-image] Aug 21 05:47:30.695 INFO E| Downloading crates ...
82862024-08-21T05:47:31.279Z[ recovery-image] Aug 21 05:47:30.750 INFO E| Downloaded compiler_builtins v0.1.108
82872024-08-21T05:47:31.348Z[ recovery-image] Aug 21 05:47:30.818 INFO E| Compiling compiler_builtins v0.1.108
82882024-08-21T05:47:31.348Z[ recovery-image] Aug 21 05:47:30.818 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)
82892024-08-21T05:47:31.348Z[ recovery-image] Aug 21 05:47:30.818 INFO E| Compiling proc-macro2 v1.0.79
82902024-08-21T05:47:31.351Z[ recovery-image] Aug 21 05:47:30.818 INFO E| Compiling unicode-ident v1.0.12
82912024-08-21T05:47:31.351Z[ recovery-image] Aug 21 05:47:30.818 INFO E| Compiling syn v1.0.109
82922024-08-21T05:47:31.351Z[ recovery-image] Aug 21 05:47:30.818 INFO E| Compiling x86 v0.52.0
82932024-08-21T05:47:31.351Z[ recovery-image] Aug 21 05:47:30.819 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82942024-08-21T05:47:31.354Z[ recovery-image] Aug 21 05:47:30.824 INFO E| Compiling seq-macro v0.3.5
82952024-08-21T05:47:32.097Z[ host-image] Aug 21 05:47:31.568 INFO O| installing packages...
82962024-08-21T05:47:32.478Z[ recovery-image] Aug 21 05:47:31.948 INFO E| Compiling quote v1.0.35
82972024-08-21T05:47:32.835Z[ recovery-image] Aug 21 05:47:32.302 INFO E| Compiling syn v2.0.53
82982024-08-21T05:47:35.971Z[ recovery-image] Aug 21 05:47:35.413 INFO E| Compiling scroll_derive v0.12.0
82992024-08-21T05:47:39.162Z[ recovery-image] Aug 21 05:47:38.632 INFO E| Compiling bitstruct_derive v0.1.0
83002024-08-21T05:47:52.147Z[ recovery-image] Aug 21 05:47:51.615 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)
83012024-08-21T05:47:53.657Z[ recovery-image] Aug 21 05:47:53.124 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)
83022024-08-21T05:47:56.794Z[ recovery-image] Aug 21 05:47:56.261 INFO E| Compiling bitflags v1.3.2
83032024-08-21T05:47:56.797Z[ recovery-image] Aug 21 05:47:56.261 INFO E| Compiling plain v0.2.3
83042024-08-21T05:47:56.797Z[ recovery-image] Aug 21 05:47:56.261 INFO E| Compiling log v0.4.21
83052024-08-21T05:47:56.797Z[ recovery-image] Aug 21 05:47:56.261 INFO E| Compiling scroll v0.12.0
83062024-08-21T05:47:56.797Z[ recovery-image] Aug 21 05:47:56.261 INFO E| Compiling bit_field v0.10.2
83072024-08-21T05:47:56.797Z[ recovery-image] Aug 21 05:47:56.261 INFO E| Compiling adler v1.0.2
83082024-08-21T05:47:56.797Z[ recovery-image] Aug 21 05:47:56.262 INFO E| Compiling bitstruct v0.1.1
83092024-08-21T05:47:56.882Z[ recovery-image] Aug 21 05:47:56.349 INFO E| Compiling raw-cpuid v10.7.0
83102024-08-21T05:47:56.896Z[ recovery-image] Aug 21 05:47:56.362 INFO E| Compiling cpio_reader v0.1.1
83112024-08-21T05:47:56.955Z[ recovery-image] Aug 21 05:47:56.415 INFO E| Compiling miniz_oxide v0.7.2
83122024-08-21T05:47:57.060Z[ recovery-image] Aug 21 05:47:56.520 INFO E| Compiling static_assertions v1.1.0
83132024-08-21T05:47:57.281Z[ recovery-image] Aug 21 05:47:56.743 INFO E| Compiling goblin v0.8.0
83142024-08-21T05:48:03.658Z[ recovery-image] Aug 21 05:48:03.123 INFO E| Finished `release` profile [optimized] target(s) in 33.03s
83152024-08-21T05:48:03.677Z[ recovery-image] Aug 21 05:48:03.143 INFO building host image...
83162024-08-21T05:48:03.679Z[ recovery-image] Aug 21 05:48:03.143 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")
83172024-08-21T05:48:04.126Z[ recovery-image] Aug 21 05:48:03.590 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
83182024-08-21T05:48:05.501Z[ recovery-image] Aug 21 05:48:04.966 INFO image complete! materials are in "/work/os-recovery"
83192024-08-21T05:48:05.503Z[ recovery-image]
83202024-08-21T05:48:05.503Z[ recovery-image] real 6:48.207577486
83212024-08-21T05:48:05.503Z[ recovery-image] user 4:33.944947023
83222024-08-21T05:48:05.506Z[ recovery-image] sys 59.838283444
83232024-08-21T05:48:05.506Z[ recovery-image] trap 0.159218957
83242024-08-21T05:48:05.506Z[ recovery-image] tflt 0.247179804
83252024-08-21T05:48:05.506Z[ recovery-image] dflt 1.229914289
83262024-08-21T05:48:05.506Z[ recovery-image] kflt 0.000710756
83272024-08-21T05:48:05.506Z[ recovery-image] lock 14:55.746909809
83282024-08-21T05:48:05.506Z[ recovery-image] slp 40:19.584399320
83292024-08-21T05:48:05.506Z[ recovery-image] lat 1:01.654461036
83302024-08-21T05:48:05.506Z[ recovery-image] stop 2.887913473
83312024-08-21T05:48:05.506ZAug 21 05:48:04.970 INFO [recovery-image] process exited with exit status: 0 (408.23957547s)
83322024-08-21T05:49:08.315Z[ host-image] Aug 21 05:49:07.771 INFO O| seeding SMF database...
83332024-08-21T05:49:15.900Z[ host-image] Aug 21 05:49:15.354 INFO O| configuring SMF profile...
83342024-08-21T05:49:15.900Z[ host-image] Aug 21 05:49:15.354 INFO O| modifying shadow(5)...
83352024-08-21T05:49:15.902Z[ host-image] Aug 21 05:49:15.354 INFO O| loading user and group database...
83362024-08-21T05:49:15.902Z[ host-image] Aug 21 05:49:15.354 INFO O| assessing packaged files...
83372024-08-21T05:49:18.064Z[ host-image] Aug 21 05:49:17.518 INFO O| creating archive...
83382024-08-21T05:49:18.097Z[ host-image] Aug 21 05:49:17.551 INFO O| missing from packaging:
83392024-08-21T05:49:18.097Z[ host-image] Aug 21 05:49:17.551 INFO O| "etc/.pwd.lock"
83402024-08-21T05:49:18.100Z[ host-image] Aug 21 05:49:17.551 INFO O| "etc/bash"
83412024-08-21T05:49:18.103Z[ host-image] Aug 21 05:49:17.556 INFO O| "etc/svc/profile/generic.xml"
83422024-08-21T05:49:18.104Z[ host-image] Aug 21 05:49:17.556 INFO O| "etc/svc/profile/inetd_services.xml"
83432024-08-21T05:49:18.104Z[ host-image] Aug 21 05:49:17.556 INFO O| "etc/svc/profile/name_service.xml"
83442024-08-21T05:49:18.104Z[ host-image] Aug 21 05:49:17.556 INFO O| "etc/svc/profile/platform.xml"
83452024-08-21T05:49:18.104Z[ host-image] Aug 21 05:49:17.556 INFO O| "etc/svc/profile/platform_omicron1.xml"
83462024-08-21T05:49:18.104Z[ host-image] Aug 21 05:49:17.556 INFO O| "etc/svc/repository.db"
83472024-08-21T05:49:18.111Z[ host-image] Aug 21 05:49:17.564 INFO O| "opt/ooce/share"
83482024-08-21T05:49:18.114Z[ host-image] Aug 21 05:49:17.564 INFO O| "opt/ooce/share/man"
83492024-08-21T05:49:18.114Z[ host-image] Aug 21 05:49:17.564 INFO O| "opt/ooce/share/man/man1"
83502024-08-21T05:49:18.119Z[ host-image] Aug 21 05:49:17.573 INFO O| finishing archive...
83512024-08-21T05:49:20.975Z[ host-image] Aug 21 05:49:20.429 INFO O| creating gzonly manifest...
83522024-08-21T05:49:20.992Z[ host-image] Aug 21 05:49:20.445 INFO O| ok
83532024-08-21T05:49:21.088Z[ host-image] Aug 21 05:49:20.541 INFO image builder template: ramdisk-02-trim...
83542024-08-21T05:49:21.088Z[ host-image] Aug 21 05:49:20.541 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/.tmpgrZf3n/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
83552024-08-21T05:49:21.113Z[ host-image] Aug 21 05:49:20.565 INFO O| Aug 21 05:49:20.565 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83562024-08-21T05:49:21.116Z[ host-image] Aug 21 05:49:20.569 INFO O| Aug 21 05:49:20.569 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83572024-08-21T05:49:21.235Z[ host-image] Aug 21 05:49:20.687 INFO O| Aug 21 05:49:20.687 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83582024-08-21T05:49:21.332Z[ host-image] Aug 21 05:49:20.783 INFO O| Aug 21 05:49:20.783 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83592024-08-21T05:49:21.332Z[ host-image] Aug 21 05:49:20.783 INFO O| Aug 21 05:49:20.783 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83602024-08-21T05:49:21.336Z[ host-image] Aug 21 05:49:20.788 INFO O| Aug 21 05:49:20.788 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83612024-08-21T05:49:21.341Z[ host-image] Aug 21 05:49:20.792 INFO O| Aug 21 05:49:20.792 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83622024-08-21T05:49:21.345Z[ host-image] Aug 21 05:49:20.796 INFO O| Aug 21 05:49:20.796 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83632024-08-21T05:49:21.518Z[ host-image] Aug 21 05:49:20.969 INFO O| Aug 21 05:49:20.969 INFO rolled back to input snapshot; work may begin
83642024-08-21T05:49:21.518Z[ host-image] Aug 21 05:49:20.969 INFO O| Aug 21 05:49:20.969 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83652024-08-21T05:49:21.522Z[ host-image] Aug 21 05:49:20.974 INFO O| Aug 21 05:49:20.974 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-21T05:49:21.530Z[ host-image] Aug 21 05:49:20.984 INFO O| Aug 21 05:49:20.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83672024-08-21T05:49:21.577Z[ host-image] Aug 21 05:49:21.030 INFO O| Aug 21 05:49:21.030 INFO STEP 0 (remove_files) COMPLETE
83682024-08-21T05:49:21.577Z[ host-image] Aug 21 05:49:21.030 INFO O| Aug 21 05:49:21.030 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-21T05:49:21.587Z[ host-image] Aug 21 05:49:21.041 INFO O| Aug 21 05:49:21.040 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83702024-08-21T05:49:21.591Z[ host-image] Aug 21 05:49:21.042 INFO O| Aug 21 05:49:21.042 INFO STEP 1 (remove_files) COMPLETE
83712024-08-21T05:49:21.591Z[ host-image] Aug 21 05:49:21.042 INFO O| Aug 21 05:49:21.042 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-21T05:49:21.598Z[ host-image] Aug 21 05:49:21.051 INFO O| Aug 21 05:49:21.051 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83732024-08-21T05:49:21.616Z[ host-image] Aug 21 05:49:21.065 INFO O| Aug 21 05:49:21.065 INFO STEP 2 (remove_files) COMPLETE
83742024-08-21T05:49:21.616Z[ host-image] Aug 21 05:49:21.065 INFO O| Aug 21 05:49:21.065 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-21T05:49:21.624Z[ host-image] Aug 21 05:49:21.076 INFO O| Aug 21 05:49:21.076 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83762024-08-21T05:49:21.627Z[ host-image] Aug 21 05:49:21.078 INFO O| Aug 21 05:49:21.077 INFO STEP 3 (remove_files) COMPLETE
83772024-08-21T05:49:21.627Z[ host-image] Aug 21 05:49:21.078 INFO O| Aug 21 05:49:21.077 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-21T05:49:21.635Z[ host-image] Aug 21 05:49:21.088 INFO O| Aug 21 05:49:21.088 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83792024-08-21T05:49:21.641Z[ host-image] Aug 21 05:49:21.092 INFO O| Aug 21 05:49:21.092 INFO STEP 4 (remove_files) COMPLETE
83802024-08-21T05:49:21.641Z[ host-image] Aug 21 05:49:21.092 INFO O| Aug 21 05:49:21.092 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-21T05:49:21.652Z[ host-image] Aug 21 05:49:21.102 INFO O| Aug 21 05:49:21.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83822024-08-21T05:49:21.656Z[ host-image] Aug 21 05:49:21.105 INFO O| Aug 21 05:49:21.105 INFO STEP 5 (remove_files) COMPLETE
83832024-08-21T05:49:21.656Z[ host-image] Aug 21 05:49:21.105 INFO O| Aug 21 05:49:21.105 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-21T05:49:21.663Z[ host-image] Aug 21 05:49:21.114 INFO O| Aug 21 05:49:21.114 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83852024-08-21T05:49:21.671Z[ host-image] Aug 21 05:49:21.124 INFO O| Aug 21 05:49:21.124 INFO STEP 6 (remove_files) COMPLETE
83862024-08-21T05:49:21.671Z[ host-image] Aug 21 05:49:21.124 INFO O| Aug 21 05:49:21.124 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-21T05:49:21.680Z[ host-image] Aug 21 05:49:21.134 INFO O| Aug 21 05:49:21.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83882024-08-21T05:49:21.693Z[ host-image] Aug 21 05:49:21.145 INFO O| Aug 21 05:49:21.145 INFO STEP 7 (remove_files) COMPLETE
83892024-08-21T05:49:21.693Z[ host-image] Aug 21 05:49:21.146 INFO O| Aug 21 05:49:21.145 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-21T05:49:21.702Z[ host-image] Aug 21 05:49:21.155 INFO O| Aug 21 05:49:21.155 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83912024-08-21T05:49:21.771Z[ host-image] Aug 21 05:49:21.225 INFO O| Aug 21 05:49:21.225 INFO STEP 8 (remove_files) COMPLETE
83922024-08-21T05:49:21.771Z[ host-image] Aug 21 05:49:21.225 INFO O| Aug 21 05:49:21.225 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-21T05:49:21.782Z[ host-image] Aug 21 05:49:21.235 INFO O| Aug 21 05:49:21.235 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83942024-08-21T05:49:21.880Z[ host-image] Aug 21 05:49:21.330 INFO O| Aug 21 05:49:21.330 INFO STEP 9 (remove_files) COMPLETE
83952024-08-21T05:49:21.880Z[ host-image] Aug 21 05:49:21.330 INFO O| Aug 21 05:49:21.330 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-21T05:49:21.889Z[ host-image] Aug 21 05:49:21.341 INFO O| Aug 21 05:49:21.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83972024-08-21T05:49:21.892Z[ host-image] Aug 21 05:49:21.345 INFO O| Aug 21 05:49:21.345 INFO STEP 10 (remove_files) COMPLETE
83982024-08-21T05:49:21.892Z[ host-image] Aug 21 05:49:21.345 INFO O| Aug 21 05:49:21.345 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-21T05:49:21.900Z[ host-image] Aug 21 05:49:21.354 INFO O| Aug 21 05:49:21.354 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84002024-08-21T05:49:21.903Z[ host-image] Aug 21 05:49:21.355 INFO O| Aug 21 05:49:21.355 INFO STEP 11 (remove_files) COMPLETE
84012024-08-21T05:49:21.903Z[ host-image] Aug 21 05:49:21.355 INFO O| Aug 21 05:49:21.355 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-21T05:49:21.912Z[ host-image] Aug 21 05:49:21.364 INFO O| Aug 21 05:49:21.364 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84032024-08-21T05:49:21.917Z[ host-image] Aug 21 05:49:21.366 INFO O| Aug 21 05:49:21.366 INFO STEP 12 (remove_files) COMPLETE
84042024-08-21T05:49:21.917Z[ host-image] Aug 21 05:49:21.366 INFO O| Aug 21 05:49:21.366 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-21T05:49:21.934Z[ host-image] Aug 21 05:49:21.388 INFO O| Aug 21 05:49:21.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84062024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.388 INFO O| Aug 21 05:49:21.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84072024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.388 INFO O| Aug 21 05:49:21.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84082024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.388 INFO O| Aug 21 05:49:21.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84092024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.388 INFO O| Aug 21 05:49:21.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84102024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.388 INFO O| Aug 21 05:49:21.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84112024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.389 INFO O| Aug 21 05:49:21.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84122024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.389 INFO O| Aug 21 05:49:21.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84132024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.389 INFO O| Aug 21 05:49:21.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84142024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.389 INFO O| Aug 21 05:49:21.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84152024-08-21T05:49:21.937Z[ host-image] Aug 21 05:49:21.389 INFO O| Aug 21 05:49:21.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84162024-08-21T05:49:21.938Z[ host-image] Aug 21 05:49:21.389 INFO O| Aug 21 05:49:21.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84172024-08-21T05:49:21.938Z[ host-image] Aug 21 05:49:21.389 INFO O| Aug 21 05:49:21.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84182024-08-21T05:49:21.938Z[ host-image] Aug 21 05:49:21.389 INFO O| Aug 21 05:49:21.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84192024-08-21T05:49:21.938Z[ host-image] Aug 21 05:49:21.389 INFO O| Aug 21 05:49:21.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84202024-08-21T05:49:21.938Z[ host-image] Aug 21 05:49:21.390 INFO O| Aug 21 05:49:21.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84212024-08-21T05:49:21.941Z[ host-image] Aug 21 05:49:21.391 INFO O| Aug 21 05:49:21.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84222024-08-21T05:49:22.219Z[ host-image] Aug 21 05:49:21.673 INFO O| Aug 21 05:49:21.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84232024-08-21T05:49:22.223Z[ host-image] Aug 21 05:49:21.674 INFO O| Aug 21 05:49:21.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84242024-08-21T05:49:22.225Z[ host-image] Aug 21 05:49:21.677 INFO O| Aug 21 05:49:21.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84252024-08-21T05:49:22.265Z[ host-image] Aug 21 05:49:21.719 INFO O| Aug 21 05:49:21.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84262024-08-21T05:49:22.315Z[ host-image] Aug 21 05:49:21.769 INFO O| Aug 21 05:49:21.768 INFO STEP 13 (remove_files) COMPLETE
84272024-08-21T05:49:22.315Z[ host-image] Aug 21 05:49:21.769 INFO O| Aug 21 05:49:21.769 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-08-21T05:49:22.327Z[ host-image] Aug 21 05:49:21.780 INFO O| Aug 21 05:49:21.780 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84292024-08-21T05:49:22.329Z[ host-image] Aug 21 05:49:21.781 INFO O| Aug 21 05:49:21.781 INFO STEP 14 (remove_files) COMPLETE
84302024-08-21T05:49:22.330Z[ host-image] Aug 21 05:49:21.781 INFO O| Aug 21 05:49:21.781 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-08-21T05:49:22.337Z[ host-image] Aug 21 05:49:21.790 INFO O| Aug 21 05:49:21.790 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84322024-08-21T05:49:22.343Z[ host-image] Aug 21 05:49:21.797 INFO O| Aug 21 05:49:21.797 INFO STEP 15 (remove_files) COMPLETE
84332024-08-21T05:49:22.343Z[ host-image] Aug 21 05:49:21.797 INFO O| Aug 21 05:49:21.797 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-08-21T05:49:22.352Z[ host-image] Aug 21 05:49:21.806 INFO O| Aug 21 05:49:21.806 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84352024-08-21T05:49:22.355Z[ host-image] Aug 21 05:49:21.806 INFO O| Aug 21 05:49:21.806 INFO STEP 16 (remove_files) COMPLETE
84362024-08-21T05:49:22.355Z[ host-image] Aug 21 05:49:21.806 INFO O| Aug 21 05:49:21.806 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-08-21T05:49:22.362Z[ host-image] Aug 21 05:49:21.816 INFO O| Aug 21 05:49:21.816 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84382024-08-21T05:49:22.364Z[ host-image] Aug 21 05:49:21.817 INFO O| Aug 21 05:49:21.817 INFO STEP 17 (remove_files) COMPLETE
84392024-08-21T05:49:22.364Z[ host-image] Aug 21 05:49:21.817 INFO O| Aug 21 05:49:21.817 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-08-21T05:49:22.373Z[ host-image] Aug 21 05:49:21.826 INFO O| Aug 21 05:49:21.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84412024-08-21T05:49:22.375Z[ host-image] Aug 21 05:49:21.827 INFO O| Aug 21 05:49:21.827 INFO STEP 18 (remove_files) COMPLETE
84422024-08-21T05:49:22.375Z[ host-image] Aug 21 05:49:21.827 INFO O| Aug 21 05:49:21.827 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-08-21T05:49:22.382Z[ host-image] Aug 21 05:49:21.836 INFO O| Aug 21 05:49:21.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84442024-08-21T05:49:22.382Z[ host-image] Aug 21 05:49:21.836 INFO O| Aug 21 05:49:21.836 INFO STEP 19 (remove_files) COMPLETE
84452024-08-21T05:49:22.386Z[ host-image] Aug 21 05:49:21.836 INFO O| Aug 21 05:49:21.836 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-08-21T05:49:22.393Z[ host-image] Aug 21 05:49:21.845 INFO O| Aug 21 05:49:21.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84472024-08-21T05:49:22.393Z[ host-image] Aug 21 05:49:21.845 INFO O| Aug 21 05:49:21.845 INFO STEP 20 (remove_files) COMPLETE
84482024-08-21T05:49:22.397Z[ host-image] Aug 21 05:49:21.845 INFO O| Aug 21 05:49:21.845 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-08-21T05:49:22.402Z[ host-image] Aug 21 05:49:21.854 INFO O| Aug 21 05:49:21.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84502024-08-21T05:49:22.402Z[ host-image] Aug 21 05:49:21.855 INFO O| Aug 21 05:49:21.855 INFO STEP 21 (remove_files) COMPLETE
84512024-08-21T05:49:22.402Z[ host-image] Aug 21 05:49:21.855 INFO O| Aug 21 05:49:21.855 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-08-21T05:49:22.411Z[ host-image] Aug 21 05:49:21.864 INFO O| Aug 21 05:49:21.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84532024-08-21T05:49:22.414Z[ host-image] Aug 21 05:49:21.864 INFO O| Aug 21 05:49:21.864 INFO STEP 22 (remove_files) COMPLETE
84542024-08-21T05:49:22.414Z[ host-image] Aug 21 05:49:21.864 INFO O| Aug 21 05:49:21.864 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-08-21T05:49:22.420Z[ host-image] Aug 21 05:49:21.873 INFO O| Aug 21 05:49:21.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84562024-08-21T05:49:22.420Z[ host-image] Aug 21 05:49:21.873 INFO O| Aug 21 05:49:21.873 INFO STEP 23 (remove_files) COMPLETE
84572024-08-21T05:49:22.420Z[ host-image] Aug 21 05:49:21.873 INFO O| Aug 21 05:49:21.873 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-08-21T05:49:22.429Z[ host-image] Aug 21 05:49:21.883 INFO O| Aug 21 05:49:21.883 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84592024-08-21T05:49:22.429Z[ host-image] Aug 21 05:49:21.883 INFO O| Aug 21 05:49:21.883 INFO STEP 24 (remove_files) COMPLETE
84602024-08-21T05:49:22.433Z[ host-image] Aug 21 05:49:21.883 INFO O| Aug 21 05:49:21.883 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-08-21T05:49:22.438Z[ host-image] Aug 21 05:49:21.892 INFO O| Aug 21 05:49:21.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84622024-08-21T05:49:22.438Z[ host-image] Aug 21 05:49:21.892 INFO O| Aug 21 05:49:21.892 INFO STEP 25 (remove_files) COMPLETE
84632024-08-21T05:49:22.441Z[ host-image] Aug 21 05:49:21.892 INFO O| Aug 21 05:49:21.892 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-08-21T05:49:22.449Z[ host-image] Aug 21 05:49:21.901 INFO O| Aug 21 05:49:21.901 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84652024-08-21T05:49:22.449Z[ host-image] Aug 21 05:49:21.901 INFO O| Aug 21 05:49:21.901 INFO STEP 26 (remove_files) COMPLETE
84662024-08-21T05:49:22.449Z[ host-image] Aug 21 05:49:21.901 INFO O| Aug 21 05:49:21.901 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-08-21T05:49:22.458Z[ host-image] Aug 21 05:49:21.911 INFO O| Aug 21 05:49:21.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84682024-08-21T05:49:22.460Z[ host-image] Aug 21 05:49:21.911 INFO O| Aug 21 05:49:21.911 INFO STEP 27 (remove_files) COMPLETE
84692024-08-21T05:49:22.460Z[ host-image] Aug 21 05:49:21.911 INFO O| Aug 21 05:49:21.911 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-08-21T05:49:22.467Z[ host-image] Aug 21 05:49:21.920 INFO O| Aug 21 05:49:21.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84712024-08-21T05:49:22.467Z[ host-image] Aug 21 05:49:21.920 INFO O| Aug 21 05:49:21.920 INFO STEP 28 (remove_files) COMPLETE
84722024-08-21T05:49:22.470Z[ host-image] Aug 21 05:49:21.920 INFO O| Aug 21 05:49:21.920 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84732024-08-21T05:49:22.480Z[ host-image] Aug 21 05:49:21.930 INFO O| Aug 21 05:49:21.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84742024-08-21T05:49:22.480Z[ host-image] Aug 21 05:49:21.930 INFO O| Aug 21 05:49:21.930 INFO STEP 29 (remove_files) COMPLETE
84752024-08-21T05:49:22.480Z[ host-image] Aug 21 05:49:21.930 INFO O| Aug 21 05:49:21.930 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84762024-08-21T05:49:22.487Z[ host-image] Aug 21 05:49:21.939 INFO O| Aug 21 05:49:21.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84772024-08-21T05:49:22.490Z[ host-image] Aug 21 05:49:21.939 INFO O| Aug 21 05:49:21.939 INFO STEP 30 (remove_files) COMPLETE
84782024-08-21T05:49:22.490Z[ host-image] Aug 21 05:49:21.939 INFO O| Aug 21 05:49:21.939 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-08-21T05:49:22.495Z[ host-image] Aug 21 05:49:21.948 INFO O| Aug 21 05:49:21.948 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84802024-08-21T05:49:22.497Z[ host-image] Aug 21 05:49:21.948 INFO O| Aug 21 05:49:21.948 INFO STEP 31 (remove_files) COMPLETE
84812024-08-21T05:49:22.497Z[ host-image] Aug 21 05:49:21.948 INFO O| Aug 21 05:49:21.948 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-08-21T05:49:22.506Z[ host-image] Aug 21 05:49:21.958 INFO O| Aug 21 05:49:21.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84832024-08-21T05:49:22.506Z[ host-image] Aug 21 05:49:21.958 INFO O| Aug 21 05:49:21.958 INFO STEP 32 (remove_files) COMPLETE
84842024-08-21T05:49:22.506Z[ host-image] Aug 21 05:49:21.958 INFO O| Aug 21 05:49:21.958 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84852024-08-21T05:49:22.513Z[ host-image] Aug 21 05:49:21.967 INFO O| Aug 21 05:49:21.967 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84862024-08-21T05:49:22.513Z[ host-image] Aug 21 05:49:21.967 INFO O| Aug 21 05:49:21.967 INFO STEP 33 (remove_files) COMPLETE
84872024-08-21T05:49:22.516Z[ host-image] Aug 21 05:49:21.967 INFO O| Aug 21 05:49:21.967 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-21T05:49:22.522Z[ host-image] Aug 21 05:49:21.976 INFO O| Aug 21 05:49:21.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84892024-08-21T05:49:22.526Z[ host-image] Aug 21 05:49:21.976 INFO O| Aug 21 05:49:21.976 INFO STEP 34 (remove_files) COMPLETE
84902024-08-21T05:49:22.526Z[ host-image] Aug 21 05:49:21.976 INFO O| Aug 21 05:49:21.976 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84912024-08-21T05:49:22.532Z[ host-image] Aug 21 05:49:21.986 INFO O| Aug 21 05:49:21.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84922024-08-21T05:49:22.532Z[ host-image] Aug 21 05:49:21.986 INFO O| Aug 21 05:49:21.986 INFO STEP 35 (remove_files) COMPLETE
84932024-08-21T05:49:22.535Z[ host-image] Aug 21 05:49:21.986 INFO O| Aug 21 05:49:21.986 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-08-21T05:49:22.541Z[ host-image] Aug 21 05:49:21.995 INFO O| Aug 21 05:49:21.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84952024-08-21T05:49:22.541Z[ host-image] Aug 21 05:49:21.995 INFO O| Aug 21 05:49:21.995 INFO STEP 36 (remove_files) COMPLETE
84962024-08-21T05:49:22.544Z[ host-image] Aug 21 05:49:21.995 INFO O| Aug 21 05:49:21.995 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84972024-08-21T05:49:22.552Z[ host-image] Aug 21 05:49:22.005 INFO O| Aug 21 05:49:22.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84982024-08-21T05:49:22.552Z[ host-image] Aug 21 05:49:22.005 INFO O| Aug 21 05:49:22.005 INFO STEP 37 (remove_files) COMPLETE
84992024-08-21T05:49:22.552Z[ host-image] Aug 21 05:49:22.005 INFO O| Aug 21 05:49:22.005 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-21T05:49:22.562Z[ host-image] Aug 21 05:49:22.015 INFO O| Aug 21 05:49:22.015 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85012024-08-21T05:49:22.562Z[ host-image] Aug 21 05:49:22.016 INFO O| Aug 21 05:49:22.016 INFO STEP 38 (remove_files) COMPLETE
85022024-08-21T05:49:22.568Z[ host-image] Aug 21 05:49:22.016 INFO O| Aug 21 05:49:22.016 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85032024-08-21T05:49:22.571Z[ host-image] Aug 21 05:49:22.025 INFO O| Aug 21 05:49:22.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85042024-08-21T05:49:22.571Z[ host-image] Aug 21 05:49:22.025 INFO O| Aug 21 05:49:22.025 INFO STEP 39 (remove_files) COMPLETE
85052024-08-21T05:49:22.574Z[ host-image] Aug 21 05:49:22.025 INFO O| Aug 21 05:49:22.025 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85062024-08-21T05:49:22.581Z[ host-image] Aug 21 05:49:22.034 INFO O| Aug 21 05:49:22.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85072024-08-21T05:49:22.581Z[ host-image] Aug 21 05:49:22.034 INFO O| Aug 21 05:49:22.034 INFO STEP 40 (remove_files) COMPLETE
85082024-08-21T05:49:22.583Z[ host-image] Aug 21 05:49:22.034 INFO O| Aug 21 05:49:22.034 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-21T05:49:22.590Z[ host-image] Aug 21 05:49:22.044 INFO O| Aug 21 05:49:22.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85102024-08-21T05:49:22.590Z[ host-image] Aug 21 05:49:22.044 INFO O| Aug 21 05:49:22.044 INFO STEP 41 (remove_files) COMPLETE
85112024-08-21T05:49:22.592Z[ host-image] Aug 21 05:49:22.044 INFO O| Aug 21 05:49:22.044 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85122024-08-21T05:49:22.599Z[ host-image] Aug 21 05:49:22.053 INFO O| Aug 21 05:49:22.053 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85132024-08-21T05:49:22.599Z[ host-image] Aug 21 05:49:22.053 INFO O| Aug 21 05:49:22.053 INFO STEP 42 (remove_files) COMPLETE
85142024-08-21T05:49:22.603Z[ host-image] Aug 21 05:49:22.053 INFO O| Aug 21 05:49:22.053 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-08-21T05:49:22.609Z[ host-image] Aug 21 05:49:22.062 INFO O| Aug 21 05:49:22.062 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85162024-08-21T05:49:22.611Z[ host-image] Aug 21 05:49:22.063 INFO O| Aug 21 05:49:22.062 INFO STEP 43 (remove_files) COMPLETE
85172024-08-21T05:49:22.611Z[ host-image] Aug 21 05:49:22.063 INFO O| Aug 21 05:49:22.062 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-08-21T05:49:22.618Z[ host-image] Aug 21 05:49:22.072 INFO O| Aug 21 05:49:22.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85192024-08-21T05:49:22.622Z[ host-image] Aug 21 05:49:22.072 INFO O| Aug 21 05:49:22.072 INFO STEP 44 (remove_files) COMPLETE
85202024-08-21T05:49:22.622Z[ host-image] Aug 21 05:49:22.072 INFO O| Aug 21 05:49:22.072 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-08-21T05:49:22.627Z[ host-image] Aug 21 05:49:22.081 INFO O| Aug 21 05:49:22.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85222024-08-21T05:49:22.627Z[ host-image] Aug 21 05:49:22.081 INFO O| Aug 21 05:49:22.081 INFO STEP 45 (remove_files) COMPLETE
85232024-08-21T05:49:22.627Z[ host-image] Aug 21 05:49:22.081 INFO O| Aug 21 05:49:22.081 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-08-21T05:49:22.637Z[ host-image] Aug 21 05:49:22.090 INFO O| Aug 21 05:49:22.090 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85252024-08-21T05:49:22.637Z[ host-image] Aug 21 05:49:22.090 INFO O| Aug 21 05:49:22.090 INFO STEP 46 (remove_files) COMPLETE
85262024-08-21T05:49:22.637Z[ host-image] Aug 21 05:49:22.091 INFO O| Aug 21 05:49:22.090 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-21T05:49:22.646Z[ host-image] Aug 21 05:49:22.100 INFO O| Aug 21 05:49:22.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85282024-08-21T05:49:22.646Z[ host-image] Aug 21 05:49:22.100 INFO O| Aug 21 05:49:22.100 INFO STEP 47 (remove_files) COMPLETE
85292024-08-21T05:49:22.649Z[ host-image] Aug 21 05:49:22.100 INFO O| Aug 21 05:49:22.100 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-08-21T05:49:22.655Z[ host-image] Aug 21 05:49:22.109 INFO O| Aug 21 05:49:22.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85312024-08-21T05:49:22.659Z[ host-image] Aug 21 05:49:22.109 INFO O| Aug 21 05:49:22.109 INFO STEP 48 (remove_files) COMPLETE
85322024-08-21T05:49:22.659Z[ host-image] Aug 21 05:49:22.109 INFO O| Aug 21 05:49:22.109 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85332024-08-21T05:49:22.666Z[ host-image] Aug 21 05:49:22.119 INFO O| Aug 21 05:49:22.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85342024-08-21T05:49:22.666Z[ host-image] Aug 21 05:49:22.119 INFO O| Aug 21 05:49:22.119 INFO STEP 49 (remove_files) COMPLETE
85352024-08-21T05:49:22.669Z[ host-image] Aug 21 05:49:22.119 INFO O| Aug 21 05:49:22.119 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-08-21T05:49:22.674Z[ host-image] Aug 21 05:49:22.128 INFO O| Aug 21 05:49:22.128 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85372024-08-21T05:49:22.674Z[ host-image] Aug 21 05:49:22.128 INFO O| Aug 21 05:49:22.128 INFO STEP 50 (remove_files) COMPLETE
85382024-08-21T05:49:22.677Z[ host-image] Aug 21 05:49:22.128 INFO O| Aug 21 05:49:22.128 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-21T05:49:22.686Z[ host-image] Aug 21 05:49:22.137 INFO O| Aug 21 05:49:22.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85402024-08-21T05:49:22.686Z[ host-image] Aug 21 05:49:22.137 INFO O| Aug 21 05:49:22.137 INFO STEP 51 (remove_files) COMPLETE
85412024-08-21T05:49:22.690Z[ host-image] Aug 21 05:49:22.137 INFO O| Aug 21 05:49:22.137 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-08-21T05:49:22.695Z[ host-image] Aug 21 05:49:22.147 INFO O| Aug 21 05:49:22.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85432024-08-21T05:49:22.695Z[ host-image] Aug 21 05:49:22.147 INFO O| Aug 21 05:49:22.147 INFO STEP 52 (remove_files) COMPLETE
85442024-08-21T05:49:22.700Z[ host-image] Aug 21 05:49:22.147 INFO O| Aug 21 05:49:22.147 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85452024-08-21T05:49:22.705Z[ host-image] Aug 21 05:49:22.156 INFO O| Aug 21 05:49:22.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85462024-08-21T05:49:22.705Z[ host-image] Aug 21 05:49:22.156 INFO O| Aug 21 05:49:22.156 INFO STEP 53 (remove_files) COMPLETE
85472024-08-21T05:49:22.705Z[ host-image] Aug 21 05:49:22.156 INFO O| Aug 21 05:49:22.156 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-21T05:49:22.712Z[ host-image] Aug 21 05:49:22.166 INFO O| Aug 21 05:49:22.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85492024-08-21T05:49:22.716Z[ host-image] Aug 21 05:49:22.166 INFO O| Aug 21 05:49:22.166 INFO STEP 54 (remove_files) COMPLETE
85502024-08-21T05:49:22.716Z[ host-image] Aug 21 05:49:22.166 INFO O| Aug 21 05:49:22.166 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-08-21T05:49:22.721Z[ host-image] Aug 21 05:49:22.175 INFO O| Aug 21 05:49:22.175 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85522024-08-21T05:49:22.721Z[ host-image] Aug 21 05:49:22.175 INFO O| Aug 21 05:49:22.175 INFO STEP 55 (remove_files) COMPLETE
85532024-08-21T05:49:22.727Z[ host-image] Aug 21 05:49:22.175 INFO O| Aug 21 05:49:22.175 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-08-21T05:49:22.731Z[ host-image] Aug 21 05:49:22.184 INFO O| Aug 21 05:49:22.184 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85552024-08-21T05:49:22.731Z[ host-image] Aug 21 05:49:22.184 INFO O| Aug 21 05:49:22.184 INFO STEP 56 (remove_files) COMPLETE
85562024-08-21T05:49:22.733Z[ host-image] Aug 21 05:49:22.184 INFO O| Aug 21 05:49:22.184 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-08-21T05:49:22.742Z[ host-image] Aug 21 05:49:22.194 INFO O| Aug 21 05:49:22.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85582024-08-21T05:49:22.745Z[ host-image] Aug 21 05:49:22.194 INFO O| Aug 21 05:49:22.194 INFO STEP 57 (remove_files) COMPLETE
85592024-08-21T05:49:22.745Z[ host-image] Aug 21 05:49:22.194 INFO O| Aug 21 05:49:22.194 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-08-21T05:49:22.750Z[ host-image] Aug 21 05:49:22.203 INFO O| Aug 21 05:49:22.203 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85612024-08-21T05:49:22.750Z[ host-image] Aug 21 05:49:22.203 INFO O| Aug 21 05:49:22.203 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85622024-08-21T05:49:22.754Z[ host-image] Aug 21 05:49:22.203 INFO O| Aug 21 05:49:22.203 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85632024-08-21T05:49:22.754Z[ host-image] Aug 21 05:49:22.204 INFO O| Aug 21 05:49:22.203 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85642024-08-21T05:49:22.754Z[ host-image] Aug 21 05:49:22.204 INFO O| Aug 21 05:49:22.203 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85652024-08-21T05:49:22.754Z[ host-image] Aug 21 05:49:22.204 INFO O| Aug 21 05:49:22.204 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85662024-08-21T05:49:22.754Z[ host-image] Aug 21 05:49:22.204 INFO O| Aug 21 05:49:22.204 INFO ok!
85672024-08-21T05:49:22.754Z[ host-image] Aug 21 05:49:22.204 INFO O| Aug 21 05:49:22.204 INFO STEP 58 (ensure_file) COMPLETE
85682024-08-21T05:49:22.754Z[ host-image] Aug 21 05:49:22.204 INFO O| Aug 21 05:49:22.204 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-08-21T05:49:22.759Z[ host-image] Aug 21 05:49:22.213 INFO O| Aug 21 05:49:22.213 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85702024-08-21T05:49:22.760Z[ host-image] Aug 21 05:49:22.213 INFO O| Aug 21 05:49:22.213 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85712024-08-21T05:49:22.763Z[ host-image] Aug 21 05:49:22.213 INFO O| Aug 21 05:49:22.213 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85722024-08-21T05:49:22.763Z[ host-image] Aug 21 05:49:22.213 INFO O| Aug 21 05:49:22.213 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85732024-08-21T05:49:22.763Z[ host-image] Aug 21 05:49:22.213 INFO O| Aug 21 05:49:22.213 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85742024-08-21T05:49:22.763Z[ host-image] Aug 21 05:49:22.213 INFO O| Aug 21 05:49:22.213 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85752024-08-21T05:49:22.763Z[ host-image] Aug 21 05:49:22.213 INFO O| Aug 21 05:49:22.213 INFO ok!
85762024-08-21T05:49:22.763Z[ host-image] Aug 21 05:49:22.213 INFO O| Aug 21 05:49:22.213 INFO STEP 59 (ensure_file) COMPLETE
85772024-08-21T05:49:22.763Z[ host-image] Aug 21 05:49:22.213 INFO O| Aug 21 05:49:22.213 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-08-21T05:49:22.770Z[ host-image] Aug 21 05:49:22.223 INFO O| Aug 21 05:49:22.223 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85792024-08-21T05:49:22.770Z[ host-image] Aug 21 05:49:22.223 INFO O| Aug 21 05:49:22.223 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85802024-08-21T05:49:22.773Z[ host-image] Aug 21 05:49:22.223 INFO O| Aug 21 05:49:22.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85812024-08-21T05:49:22.773Z[ host-image] Aug 21 05:49:22.223 INFO O| Aug 21 05:49:22.223 INFO ok!
85822024-08-21T05:49:22.773Z[ host-image] Aug 21 05:49:22.223 INFO O| Aug 21 05:49:22.223 INFO STEP 60 (ensure_file) COMPLETE
85832024-08-21T05:49:22.773Z[ host-image] Aug 21 05:49:22.223 INFO O| Aug 21 05:49:22.223 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-08-21T05:49:22.779Z[ host-image] Aug 21 05:49:22.232 INFO O| Aug 21 05:49:22.232 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85852024-08-21T05:49:22.783Z[ host-image] Aug 21 05:49:22.233 INFO O| Aug 21 05:49:22.232 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85862024-08-21T05:49:22.783Z[ host-image] Aug 21 05:49:22.233 INFO O| Aug 21 05:49:22.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85872024-08-21T05:49:22.783Z[ host-image] Aug 21 05:49:22.233 INFO O| Aug 21 05:49:22.233 INFO ok!
85882024-08-21T05:49:22.783Z[ host-image] Aug 21 05:49:22.233 INFO O| Aug 21 05:49:22.233 INFO STEP 61 (ensure_file) COMPLETE
85892024-08-21T05:49:22.783Z[ host-image] Aug 21 05:49:22.233 INFO O| Aug 21 05:49:22.233 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-08-21T05:49:22.789Z[ host-image] Aug 21 05:49:22.242 INFO O| Aug 21 05:49:22.242 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85912024-08-21T05:49:22.793Z[ host-image] Aug 21 05:49:22.242 INFO O| Aug 21 05:49:22.242 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85922024-08-21T05:49:22.793Z[ host-image] Aug 21 05:49:22.242 INFO O| Aug 21 05:49:22.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85932024-08-21T05:49:22.793Z[ host-image] Aug 21 05:49:22.242 INFO O| Aug 21 05:49:22.242 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85942024-08-21T05:49:22.793Z[ host-image] Aug 21 05:49:22.242 INFO O| Aug 21 05:49:22.242 INFO ok!
85952024-08-21T05:49:22.793Z[ host-image] Aug 21 05:49:22.242 INFO O| Aug 21 05:49:22.242 INFO STEP 62 (ensure_file) COMPLETE
85962024-08-21T05:49:22.793Z[ host-image] Aug 21 05:49:22.242 INFO O| Aug 21 05:49:22.242 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.251 INFO O| Aug 21 05:49:22.251 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85982024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.252 INFO O| Aug 21 05:49:22.251 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85992024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.252 INFO O| Aug 21 05:49:22.252 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86002024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.252 INFO O| Aug 21 05:49:22.252 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86012024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.252 INFO O| Aug 21 05:49:22.252 INFO ok!
86022024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.252 INFO O| Aug 21 05:49:22.252 INFO STEP 63 (ensure_file) COMPLETE
86032024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.252 INFO O| Aug 21 05:49:22.252 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.261 INFO O| Aug 21 05:49:22.261 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86052024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.261 INFO O| Aug 21 05:49:22.261 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86062024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.261 INFO O| Aug 21 05:49:22.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86072024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.261 INFO O| Aug 21 05:49:22.261 INFO ok!
86082024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.261 INFO O| Aug 21 05:49:22.261 INFO STEP 64 (assemble_files) COMPLETE
86092024-08-21T05:49:22.815Z[ host-image] Aug 21 05:49:22.261 INFO O| Aug 21 05:49:22.261 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-08-21T05:49:22.818Z[ host-image] Aug 21 05:49:22.271 INFO O| Aug 21 05:49:22.270 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86112024-08-21T05:49:22.818Z[ host-image] Aug 21 05:49:22.271 INFO O| Aug 21 05:49:22.271 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86122024-08-21T05:49:22.818Z[ host-image] Aug 21 05:49:22.271 INFO O| Aug 21 05:49:22.271 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86132024-08-21T05:49:22.818Z[ host-image] Aug 21 05:49:22.271 INFO O| Aug 21 05:49:22.271 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86142024-08-21T05:49:22.818Z[ host-image] Aug 21 05:49:22.271 INFO O| Aug 21 05:49:22.271 INFO ok!
86152024-08-21T05:49:22.818Z[ host-image] Aug 21 05:49:22.271 INFO O| Aug 21 05:49:22.271 INFO STEP 65 (ensure_file) COMPLETE
86162024-08-21T05:49:22.818Z[ host-image] Aug 21 05:49:22.271 INFO O| Aug 21 05:49:22.271 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86172024-08-21T05:49:22.828Z[ host-image] Aug 21 05:49:22.280 INFO O| Aug 21 05:49:22.280 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86182024-08-21T05:49:22.831Z[ host-image] Aug 21 05:49:22.281 INFO O| Aug 21 05:49:22.281 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86192024-08-21T05:49:22.831Z[ host-image] Aug 21 05:49:22.281 INFO O| Aug 21 05:49:22.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86202024-08-21T05:49:22.831Z[ host-image] Aug 21 05:49:22.281 INFO O| Aug 21 05:49:22.281 INFO STEP 66 (ensure_dir) COMPLETE
86212024-08-21T05:49:22.831Z[ host-image] Aug 21 05:49:22.281 INFO O| Aug 21 05:49:22.281 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-08-21T05:49:22.838Z[ host-image] Aug 21 05:49:22.290 INFO O| Aug 21 05:49:22.290 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86232024-08-21T05:49:22.838Z[ host-image] Aug 21 05:49:22.290 INFO O| Aug 21 05:49:22.290 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 ...
86242024-08-21T05:49:22.844Z[ host-image] Aug 21 05:49:22.297 INFO O| Aug 21 05:49:22.297 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
86252024-08-21T05:49:22.846Z[ host-image] Aug 21 05:49:22.297 INFO O| Aug 21 05:49:22.297 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86262024-08-21T05:49:22.846Z[ host-image] Aug 21 05:49:22.297 INFO O| Aug 21 05:49:22.297 INFO ok!
86272024-08-21T05:49:22.846Z[ host-image] Aug 21 05:49:22.297 INFO O| Aug 21 05:49:22.297 INFO STEP 67 (ensure_file) COMPLETE
86282024-08-21T05:49:22.846Z[ host-image] Aug 21 05:49:22.297 INFO O| Aug 21 05:49:22.297 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-08-21T05:49:22.854Z[ host-image] Aug 21 05:49:22.307 INFO O| Aug 21 05:49:22.307 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86302024-08-21T05:49:22.854Z[ host-image] Aug 21 05:49:22.307 INFO O| Aug 21 05:49:22.307 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 ...
86312024-08-21T05:49:22.858Z[ host-image] Aug 21 05:49:22.307 INFO O| Aug 21 05:49:22.307 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
86322024-08-21T05:49:22.858Z[ host-image] Aug 21 05:49:22.307 INFO O| Aug 21 05:49:22.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86332024-08-21T05:49:22.858Z[ host-image] Aug 21 05:49:22.307 INFO O| Aug 21 05:49:22.307 INFO ok!
86342024-08-21T05:49:22.858Z[ host-image] Aug 21 05:49:22.307 INFO O| Aug 21 05:49:22.307 INFO STEP 68 (ensure_file) COMPLETE
86352024-08-21T05:49:22.858Z[ host-image] Aug 21 05:49:22.307 INFO O| Aug 21 05:49:22.307 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-08-21T05:49:22.869Z[ host-image] Aug 21 05:49:22.321 INFO O| Aug 21 05:49:22.321 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86372024-08-21T05:49:22.872Z[ host-image] Aug 21 05:49:22.321 INFO O| Aug 21 05:49:22.321 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86382024-08-21T05:49:24.963Z[ host-image] Aug 21 05:49:24.416 INFO O| Aug 21 05:49:24.416 INFO STEP 69 (pack_tar) COMPLETE
86392024-08-21T05:49:24.964Z[ host-image] Aug 21 05:49:24.416 INFO O| Aug 21 05:49:24.416 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86402024-08-21T05:49:24.966Z[ host-image] Aug 21 05:49:24.416 INFO O| Aug 21 05:49:24.416 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86412024-08-21T05:49:25.261Z[ host-image] Aug 21 05:49:24.714 INFO O| Aug 21 05:49:24.714 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86422024-08-21T05:49:25.340Z[ host-image] Aug 21 05:49:24.791 INFO O| Aug 21 05:49:24.791 INFO completed processing gimlet/ramdisk-02-trim
86432024-08-21T05:49:25.340Z[ host-image] Aug 21 05:49:24.793 INFO image builder template: zfs...
86442024-08-21T05:49:25.340Z[ host-image] Aug 21 05:49:24.793 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/.tmpgrZf3n/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
86452024-08-21T05:49:25.354Z[ host-image] Aug 21 05:49:24.807 INFO O| Aug 21 05:49:24.807 INFO skip include "stress" because feature "stress" is not enabled
86462024-08-21T05:49:25.386Z[ host-image] Aug 21 05:49:24.839 INFO O| Aug 21 05:49:24.839 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86472024-08-21T05:49:25.391Z[ host-image] Aug 21 05:49:24.843 INFO O| Aug 21 05:49:24.843 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86482024-08-21T05:49:25.469Z[ host-image] Aug 21 05:49:24.921 INFO O| Aug 21 05:49:24.921 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86492024-08-21T05:49:25.530Z[ host-image] Aug 21 05:49:24.983 INFO O| Aug 21 05:49:24.983 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86502024-08-21T05:49:25.532Z[ host-image] Aug 21 05:49:24.983 INFO O| Aug 21 05:49:24.983 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86512024-08-21T05:49:25.535Z[ host-image] Aug 21 05:49:24.987 INFO O| Aug 21 05:49:24.987 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86522024-08-21T05:49:25.604Z[ host-image] Aug 21 05:49:25.057 INFO O| Aug 21 05:49:25.057 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86532024-08-21T05:49:25.641Z[ host-image] Aug 21 05:49:25.094 INFO O| Aug 21 05:49:25.094 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86542024-08-21T05:49:25.650Z[ host-image] Aug 21 05:49:25.103 INFO O| Aug 21 05:49:25.103 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86552024-08-21T05:49:25.656Z[ host-image] Aug 21 05:49:25.108 INFO O| Aug 21 05:49:25.108 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86562024-08-21T05:49:25.659Z[ host-image] Aug 21 05:49:25.108 INFO O| Aug 21 05:49:25.108 INFO no lofi found
86572024-08-21T05:49:25.659Z[ host-image] Aug 21 05:49:25.108 INFO O| Aug 21 05:49:25.108 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86582024-08-21T05:49:25.659Z[ host-image] Aug 21 05:49:25.108 INFO O| Aug 21 05:49:25.108 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86592024-08-21T05:49:27.557Z[ host-image] Aug 21 05:49:27.009 INFO O| Aug 21 05:49:27.009 INFO lofi device = /dev/dsk/c2t1d0p0
86602024-08-21T05:49:27.557Z[ host-image] Aug 21 05:49:27.009 INFO O| Aug 21 05:49:27.009 INFO pool device = /dev/dsk/c2t1d0p0
86612024-08-21T05:49:27.560Z[ host-image] Aug 21 05:49:27.009 INFO O| Aug 21 05:49:27.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86622024-08-21T05:49:27.625Z[ host-image] Aug 21 05:49:27.075 INFO O| Aug 21 05:49:27.075 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86632024-08-21T05:49:27.625Z[ host-image] Aug 21 05:49:27.075 INFO O| Aug 21 05:49:27.075 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86642024-08-21T05:49:27.641Z[ host-image] Aug 21 05:49:27.091 INFO O| Aug 21 05:49:27.091 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86652024-08-21T05:49:27.692Z[ host-image] Aug 21 05:49:27.145 INFO O| Aug 21 05:49:27.145 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86662024-08-21T05:49:27.730Z[ host-image] Aug 21 05:49:27.182 INFO O| Aug 21 05:49:27.182 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86672024-08-21T05:49:27.741Z[ host-image] Aug 21 05:49:27.194 INFO O| Aug 21 05:49:27.194 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86682024-08-21T05:49:27.752Z[ host-image] Aug 21 05:49:27.203 INFO O| Aug 21 05:49:27.203 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86692024-08-21T05:49:27.796Z[ host-image] Aug 21 05:49:27.247 INFO O| Aug 21 05:49:27.247 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86702024-08-21T05:49:27.801Z[ host-image] Aug 21 05:49:27.247 INFO O| Aug 21 05:49:27.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86712024-08-21T05:49:27.801Z[ host-image] Aug 21 05:49:27.247 INFO O| Aug 21 05:49:27.247 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86722024-08-21T05:49:27.805Z[ host-image] Aug 21 05:49:27.256 INFO O| Aug 21 05:49:27.256 INFO boot environment UUID: c46c1e96-e7b2-45c5-976b-12f7ed6fe6d8
86732024-08-21T05:49:27.805Z[ host-image] Aug 21 05:49:27.257 INFO O| Aug 21 05:49:27.256 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c46c1e96-e7b2-45c5-976b-12f7ed6fe6d8
86742024-08-21T05:49:27.818Z[ host-image] Aug 21 05:49:27.271 INFO O| Aug 21 05:49:27.271 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86752024-08-21T05:49:27.832Z[ host-image] Aug 21 05:49:27.280 INFO O| Aug 21 05:49:27.280 INFO STEP 0 (create_be) COMPLETE
86762024-08-21T05:49:27.832Z[ host-image] Aug 21 05:49:27.280 INFO O| Aug 21 05:49:27.280 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86772024-08-21T05:49:27.842Z[ host-image] Aug 21 05:49:27.295 INFO O| Aug 21 05:49:27.294 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86782024-08-21T05:49:46.968Z[ host-image] Aug 21 05:49:46.416 INFO O| Aug 21 05:49:46.416 INFO STEP 1 (unpack_tar) COMPLETE
86792024-08-21T05:49:46.968Z[ host-image] Aug 21 05:49:46.416 INFO O| Aug 21 05:49:46.416 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86802024-08-21T05:49:46.979Z[ host-image] Aug 21 05:49:46.427 INFO O| Aug 21 05:49:46.427 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86812024-08-21T05:49:47.132Z[ host-image] Aug 21 05:49:46.581 INFO O| Aug 21 05:49:46.581 INFO STEP 2 (devfsadm) COMPLETE
86822024-08-21T05:49:47.132Z[ host-image] Aug 21 05:49:46.581 INFO O| Aug 21 05:49:46.581 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86832024-08-21T05:49:47.142Z[ host-image] Aug 21 05:49:46.592 INFO O| Aug 21 05:49:46.592 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86842024-08-21T05:49:47.146Z[ host-image] Aug 21 05:49:46.592 INFO O| Aug 21 05:49:46.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86852024-08-21T05:49:47.146Z[ host-image] Aug 21 05:49:46.592 INFO O| Aug 21 05:49:46.592 INFO STEP 3 (ensure_dir) COMPLETE
86862024-08-21T05:49:47.146Z[ host-image] Aug 21 05:49:46.592 INFO O| Aug 21 05:49:46.592 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86872024-08-21T05:49:47.152Z[ host-image] Aug 21 05:49:46.602 INFO O| Aug 21 05:49:46.601 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86882024-08-21T05:49:47.152Z[ host-image] Aug 21 05:49:46.602 INFO O| Aug 21 05:49:46.602 INFO STEP 4 (ensure_dir) COMPLETE
86892024-08-21T05:49:47.152Z[ host-image] Aug 21 05:49:46.602 INFO O| Aug 21 05:49:46.602 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86902024-08-21T05:49:47.163Z[ host-image] Aug 21 05:49:46.611 INFO O| Aug 21 05:49:46.611 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86912024-08-21T05:49:47.166Z[ host-image] Aug 21 05:49:46.611 INFO O| Aug 21 05:49:46.611 INFO STEP 5 (ensure_dir) COMPLETE
86922024-08-21T05:49:47.166Z[ host-image] Aug 21 05:49:46.611 INFO O| Aug 21 05:49:46.611 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86932024-08-21T05:49:47.171Z[ host-image] Aug 21 05:49:46.620 INFO O| Aug 21 05:49:46.620 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86942024-08-21T05:49:47.174Z[ host-image] Aug 21 05:49:46.620 INFO O| Aug 21 05:49:46.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86952024-08-21T05:49:47.174Z[ host-image] Aug 21 05:49:46.620 INFO O| Aug 21 05:49:46.620 INFO STEP 6 (ensure_dir) COMPLETE
86962024-08-21T05:49:47.174Z[ host-image] Aug 21 05:49:46.620 INFO O| Aug 21 05:49:46.620 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86972024-08-21T05:49:47.184Z[ host-image] Aug 21 05:49:46.630 INFO O| Aug 21 05:49:46.630 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86982024-08-21T05:49:47.184Z[ host-image] Aug 21 05:49:46.630 INFO O| Aug 21 05:49:46.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86992024-08-21T05:49:47.188Z[ host-image] Aug 21 05:49:46.630 INFO O| Aug 21 05:49:46.630 INFO STEP 7 (ensure_dir) COMPLETE
87002024-08-21T05:49:47.188Z[ host-image] Aug 21 05:49:46.630 INFO O| Aug 21 05:49:46.630 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87012024-08-21T05:49:47.192Z[ host-image] Aug 21 05:49:46.639 INFO O| Aug 21 05:49:46.639 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87022024-08-21T05:49:47.192Z[ host-image] Aug 21 05:49:46.639 INFO O| Aug 21 05:49:46.639 INFO STEP 8 (remove_files) COMPLETE
87032024-08-21T05:49:47.192Z[ host-image] Aug 21 05:49:46.639 INFO O| Aug 21 05:49:46.639 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87042024-08-21T05:49:47.201Z[ host-image] Aug 21 05:49:46.649 INFO O| Aug 21 05:49:46.649 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87052024-08-21T05:49:47.204Z[ host-image] Aug 21 05:49:46.650 INFO O| Aug 21 05:49:46.649 INFO STEP 9 (remove_files) COMPLETE
87062024-08-21T05:49:47.204Z[ host-image] Aug 21 05:49:46.650 INFO O| Aug 21 05:49:46.650 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87072024-08-21T05:49:47.210Z[ host-image] Aug 21 05:49:46.659 INFO O| Aug 21 05:49:46.659 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87082024-08-21T05:49:47.216Z[ host-image] Aug 21 05:49:46.660 INFO O| Aug 21 05:49:46.660 INFO STEP 10 (remove_files) COMPLETE
87092024-08-21T05:49:47.216Z[ host-image] Aug 21 05:49:46.660 INFO O| Aug 21 05:49:46.660 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87102024-08-21T05:49:47.220Z[ host-image] Aug 21 05:49:46.669 INFO O| Aug 21 05:49:46.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87112024-08-21T05:49:47.223Z[ host-image] Aug 21 05:49:46.669 INFO O| Aug 21 05:49:46.669 INFO STEP 11 (remove_files) COMPLETE
87122024-08-21T05:49:47.223Z[ host-image] Aug 21 05:49:46.669 INFO O| Aug 21 05:49:46.669 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87132024-08-21T05:49:47.229Z[ host-image] Aug 21 05:49:46.679 INFO O| Aug 21 05:49:46.679 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87142024-08-21T05:49:47.231Z[ host-image] Aug 21 05:49:46.679 INFO O| Aug 21 05:49:46.679 INFO STEP 12 (remove_files) COMPLETE
87152024-08-21T05:49:47.231Z[ host-image] Aug 21 05:49:46.679 INFO O| Aug 21 05:49:46.679 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87162024-08-21T05:49:47.238Z[ host-image] Aug 21 05:49:46.688 INFO O| Aug 21 05:49:46.688 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87172024-08-21T05:49:47.238Z[ host-image] Aug 21 05:49:46.688 INFO O| Aug 21 05:49:46.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87182024-08-21T05:49:47.241Z[ host-image] Aug 21 05:49:46.688 INFO O| Aug 21 05:49:46.688 INFO STEP 13 (ensure_dir) COMPLETE
87192024-08-21T05:49:47.241Z[ host-image] Aug 21 05:49:46.688 INFO O| Aug 21 05:49:46.688 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87202024-08-21T05:49:47.249Z[ host-image] Aug 21 05:49:46.697 INFO O| Aug 21 05:49:46.697 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87212024-08-21T05:49:47.252Z[ host-image] Aug 21 05:49:46.697 INFO O| Aug 21 05:49:46.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87222024-08-21T05:49:47.252Z[ host-image] Aug 21 05:49:46.698 INFO O| Aug 21 05:49:46.698 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87232024-08-21T05:49:47.252Z[ host-image] Aug 21 05:49:46.698 INFO O| Aug 21 05:49:46.698 INFO STEP 14 (ensure_dir) COMPLETE
87242024-08-21T05:49:47.252Z[ host-image] Aug 21 05:49:46.698 INFO O| Aug 21 05:49:46.698 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252024-08-21T05:49:47.258Z[ host-image] Aug 21 05:49:46.707 INFO O| Aug 21 05:49:46.707 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87262024-08-21T05:49:47.258Z[ host-image] Aug 21 05:49:46.707 INFO O| Aug 21 05:49:46.707 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87272024-08-21T05:49:47.258Z[ host-image] Aug 21 05:49:46.707 INFO O| Aug 21 05:49:46.707 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87282024-08-21T05:49:47.262Z[ host-image] Aug 21 05:49:46.707 INFO O| Aug 21 05:49:46.707 INFO STEP 15 (ensure_dir) COMPLETE
87292024-08-21T05:49:47.262Z[ host-image] Aug 21 05:49:46.707 INFO O| Aug 21 05:49:46.707 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302024-08-21T05:49:47.267Z[ host-image] Aug 21 05:49:46.716 INFO O| Aug 21 05:49:46.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87312024-08-21T05:49:47.269Z[ host-image] Aug 21 05:49:46.717 INFO O| Aug 21 05:49:46.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87322024-08-21T05:49:47.269Z[ host-image] Aug 21 05:49:46.717 INFO O| Aug 21 05:49:46.717 INFO STEP 16 (ensure_dir) COMPLETE
87332024-08-21T05:49:47.269Z[ host-image] Aug 21 05:49:46.717 INFO O| Aug 21 05:49:46.717 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342024-08-21T05:49:47.277Z[ host-image] Aug 21 05:49:46.726 INFO O| Aug 21 05:49:46.726 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87352024-08-21T05:49:47.280Z[ host-image] Aug 21 05:49:46.726 INFO O| Aug 21 05:49:46.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87362024-08-21T05:49:47.280Z[ host-image] Aug 21 05:49:46.726 INFO O| Aug 21 05:49:46.726 INFO STEP 17 (ensure_dir) COMPLETE
87372024-08-21T05:49:47.280Z[ host-image] Aug 21 05:49:46.726 INFO O| Aug 21 05:49:46.726 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382024-08-21T05:49:47.286Z[ host-image] Aug 21 05:49:46.735 INFO O| Aug 21 05:49:46.735 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87392024-08-21T05:49:47.286Z[ host-image] Aug 21 05:49:46.735 INFO O| Aug 21 05:49:46.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87402024-08-21T05:49:47.288Z[ host-image] Aug 21 05:49:46.735 INFO O| Aug 21 05:49:46.735 INFO ok!
87412024-08-21T05:49:47.288Z[ host-image] Aug 21 05:49:46.736 INFO O| Aug 21 05:49:46.736 INFO STEP 18 (ensure_symlink) COMPLETE
87422024-08-21T05:49:47.288Z[ host-image] Aug 21 05:49:46.736 INFO O| Aug 21 05:49:46.736 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87432024-08-21T05:49:47.298Z[ host-image] Aug 21 05:49:46.745 INFO O| Aug 21 05:49:46.745 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87442024-08-21T05:49:47.298Z[ host-image] Aug 21 05:49:46.745 INFO O| Aug 21 05:49:46.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87452024-08-21T05:49:47.301Z[ host-image] Aug 21 05:49:46.745 INFO O| Aug 21 05:49:46.745 INFO ok!
87462024-08-21T05:49:47.301Z[ host-image] Aug 21 05:49:46.745 INFO O| Aug 21 05:49:46.745 INFO STEP 19 (ensure_file) COMPLETE
87472024-08-21T05:49:47.301Z[ host-image] Aug 21 05:49:46.745 INFO O| Aug 21 05:49:46.745 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87482024-08-21T05:49:47.305Z[ host-image] Aug 21 05:49:46.755 INFO O| Aug 21 05:49:46.755 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87492024-08-21T05:49:47.310Z[ host-image] Aug 21 05:49:46.755 INFO O| Aug 21 05:49:46.755 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87502024-08-21T05:49:47.310Z[ host-image] Aug 21 05:49:46.755 INFO O| Aug 21 05:49:46.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87512024-08-21T05:49:47.310Z[ host-image] Aug 21 05:49:46.755 INFO O| Aug 21 05:49:46.755 INFO ok!
87522024-08-21T05:49:47.310Z[ host-image] Aug 21 05:49:46.755 INFO O| Aug 21 05:49:46.755 INFO STEP 20 (ensure_symlink) COMPLETE
87532024-08-21T05:49:47.310Z[ host-image] Aug 21 05:49:46.755 INFO O| Aug 21 05:49:46.755 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87542024-08-21T05:49:47.314Z[ host-image] Aug 21 05:49:46.764 INFO O| Aug 21 05:49:46.764 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87552024-08-21T05:49:47.314Z[ host-image] Aug 21 05:49:46.764 INFO O| Aug 21 05:49:46.764 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87562024-08-21T05:49:47.317Z[ host-image] Aug 21 05:49:46.764 INFO O| Aug 21 05:49:46.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87572024-08-21T05:49:47.317Z[ host-image] Aug 21 05:49:46.764 INFO O| Aug 21 05:49:46.764 INFO ok!
87582024-08-21T05:49:47.317Z[ host-image] Aug 21 05:49:46.764 INFO O| Aug 21 05:49:46.764 INFO STEP 21 (ensure_symlink) COMPLETE
87592024-08-21T05:49:47.317Z[ host-image] Aug 21 05:49:46.764 INFO O| Aug 21 05:49:46.764 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87602024-08-21T05:49:47.324Z[ host-image] Aug 21 05:49:46.773 INFO O| Aug 21 05:49:46.773 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87612024-08-21T05:49:47.326Z[ host-image] Aug 21 05:49:46.773 INFO O| Aug 21 05:49:46.773 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87622024-08-21T05:49:47.326Z[ host-image] Aug 21 05:49:46.774 INFO O| Aug 21 05:49:46.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87632024-08-21T05:49:47.326Z[ host-image] Aug 21 05:49:46.774 INFO O| Aug 21 05:49:46.774 INFO ok!
87642024-08-21T05:49:47.326Z[ host-image] Aug 21 05:49:46.774 INFO O| Aug 21 05:49:46.774 INFO STEP 22 (ensure_symlink) COMPLETE
87652024-08-21T05:49:47.326Z[ host-image] Aug 21 05:49:46.774 INFO O| Aug 21 05:49:46.774 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87662024-08-21T05:49:47.333Z[ host-image] Aug 21 05:49:46.783 INFO O| Aug 21 05:49:46.783 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87672024-08-21T05:49:47.333Z[ host-image] Aug 21 05:49:46.783 INFO O| Aug 21 05:49:46.783 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87682024-08-21T05:49:47.333Z[ host-image] Aug 21 05:49:46.783 INFO O| Aug 21 05:49:46.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87692024-08-21T05:49:47.337Z[ host-image] Aug 21 05:49:46.783 INFO O| Aug 21 05:49:46.783 INFO ok!
87702024-08-21T05:49:47.337Z[ host-image] Aug 21 05:49:46.783 INFO O| Aug 21 05:49:46.783 INFO STEP 23 (ensure_symlink) COMPLETE
87712024-08-21T05:49:47.337Z[ host-image] Aug 21 05:49:46.783 INFO O| Aug 21 05:49:46.783 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87722024-08-21T05:49:47.346Z[ host-image] Aug 21 05:49:46.793 INFO O| Aug 21 05:49:46.792 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87732024-08-21T05:49:47.350Z[ host-image] Aug 21 05:49:46.793 INFO O| Aug 21 05:49:46.793 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87742024-08-21T05:49:47.351Z[ host-image] Aug 21 05:49:46.793 INFO O| Aug 21 05:49:46.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87752024-08-21T05:49:47.351Z[ host-image] Aug 21 05:49:46.793 INFO O| Aug 21 05:49:46.793 INFO ok!
87762024-08-21T05:49:47.351Z[ host-image] Aug 21 05:49:46.793 INFO O| Aug 21 05:49:46.793 INFO STEP 24 (ensure_file) COMPLETE
87772024-08-21T05:49:47.351Z[ host-image] Aug 21 05:49:46.793 INFO O| Aug 21 05:49:46.793 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87782024-08-21T05:49:47.354Z[ host-image] Aug 21 05:49:46.802 INFO O| Aug 21 05:49:46.802 INFO updating shadow file
87792024-08-21T05:49:47.354Z[ host-image] Aug 21 05:49:46.802 INFO O| Aug 21 05:49:46.802 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87802024-08-21T05:49:47.354Z[ host-image] Aug 21 05:49:46.802 INFO O| Aug 21 05:49:46.802 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87812024-08-21T05:49:47.354Z[ host-image] Aug 21 05:49:46.802 INFO O| Aug 21 05:49:46.802 INFO STEP 25 (shadow) COMPLETE
87822024-08-21T05:49:47.354Z[ host-image] Aug 21 05:49:46.802 INFO O| Aug 21 05:49:46.802 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87832024-08-21T05:49:47.362Z[ host-image] Aug 21 05:49:46.812 INFO O| Aug 21 05:49:46.812 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87842024-08-21T05:49:47.362Z[ host-image] Aug 21 05:49:46.812 INFO O| Aug 21 05:49:46.812 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87852024-08-21T05:49:47.364Z[ host-image] Aug 21 05:49:46.812 INFO O| Aug 21 05:49:46.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87862024-08-21T05:49:47.364Z[ host-image] Aug 21 05:49:46.812 INFO O| Aug 21 05:49:46.812 INFO ok!
87872024-08-21T05:49:47.364Z[ host-image] Aug 21 05:49:46.812 INFO O| Aug 21 05:49:46.812 INFO STEP 26 (ensure_file) COMPLETE
87882024-08-21T05:49:47.364Z[ host-image] Aug 21 05:49:46.812 INFO O| Aug 21 05:49:46.812 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87892024-08-21T05:49:47.373Z[ host-image] Aug 21 05:49:46.821 INFO O| Aug 21 05:49:46.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87902024-08-21T05:49:47.373Z[ host-image] Aug 21 05:49:46.821 INFO O| Aug 21 05:49:46.821 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87912024-08-21T05:49:47.375Z[ host-image] Aug 21 05:49:46.821 INFO O| Aug 21 05:49:46.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87922024-08-21T05:49:47.375Z[ host-image] Aug 21 05:49:46.821 INFO O| Aug 21 05:49:46.821 INFO ok!
87932024-08-21T05:49:47.375Z[ host-image] Aug 21 05:49:46.821 INFO O| Aug 21 05:49:46.821 INFO STEP 27 (ensure_file) COMPLETE
87942024-08-21T05:49:47.375Z[ host-image] Aug 21 05:49:46.821 INFO O| Aug 21 05:49:46.821 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87952024-08-21T05:49:47.381Z[ host-image] Aug 21 05:49:46.831 INFO O| Aug 21 05:49:46.831 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87962024-08-21T05:49:47.384Z[ host-image] Aug 21 05:49:46.831 INFO O| Aug 21 05:49:46.831 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87972024-08-21T05:49:47.384Z[ host-image] Aug 21 05:49:46.831 INFO O| Aug 21 05:49:46.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87982024-08-21T05:49:47.384Z[ host-image] Aug 21 05:49:46.831 INFO O| Aug 21 05:49:46.831 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87992024-08-21T05:49:47.384Z[ host-image] Aug 21 05:49:46.831 INFO O| Aug 21 05:49:46.831 INFO ok!
88002024-08-21T05:49:47.384Z[ host-image] Aug 21 05:49:46.831 INFO O| Aug 21 05:49:46.831 INFO STEP 28 (ensure_file) COMPLETE
88012024-08-21T05:49:47.384Z[ host-image] Aug 21 05:49:46.831 INFO O| Aug 21 05:49:46.831 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88022024-08-21T05:49:47.391Z[ host-image] Aug 21 05:49:46.841 INFO O| Aug 21 05:49:46.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88032024-08-21T05:49:47.394Z[ host-image] Aug 21 05:49:46.841 INFO O| Aug 21 05:49:46.841 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88042024-08-21T05:49:47.394Z[ host-image] Aug 21 05:49:46.841 INFO O| Aug 21 05:49:46.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88052024-08-21T05:49:47.394Z[ host-image] Aug 21 05:49:46.841 INFO O| Aug 21 05:49:46.841 INFO ok!
88062024-08-21T05:49:47.394Z[ host-image] Aug 21 05:49:46.841 INFO O| Aug 21 05:49:46.841 INFO STEP 29 (ensure_file) COMPLETE
88072024-08-21T05:49:47.394Z[ host-image] Aug 21 05:49:46.841 INFO O| Aug 21 05:49:46.841 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88082024-08-21T05:49:47.402Z[ host-image] Aug 21 05:49:46.850 INFO O| Aug 21 05:49:46.850 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88092024-08-21T05:49:47.404Z[ host-image] Aug 21 05:49:46.850 INFO O| Aug 21 05:49:46.850 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88102024-08-21T05:49:47.404Z[ host-image] Aug 21 05:49:46.851 INFO O| Aug 21 05:49:46.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88112024-08-21T05:49:47.404Z[ host-image] Aug 21 05:49:46.851 INFO O| Aug 21 05:49:46.851 INFO ok!
88122024-08-21T05:49:47.404Z[ host-image] Aug 21 05:49:46.851 INFO O| Aug 21 05:49:46.851 INFO STEP 30 (ensure_file) COMPLETE
88132024-08-21T05:49:47.404Z[ host-image] Aug 21 05:49:46.851 INFO O| Aug 21 05:49:46.851 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88142024-08-21T05:49:47.411Z[ host-image] Aug 21 05:49:46.860 INFO O| Aug 21 05:49:46.860 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88152024-08-21T05:49:47.411Z[ host-image] Aug 21 05:49:46.860 INFO O| Aug 21 05:49:46.860 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88162024-08-21T05:49:47.414Z[ host-image] Aug 21 05:49:46.860 INFO O| Aug 21 05:49:46.860 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88172024-08-21T05:49:47.414Z[ host-image] Aug 21 05:49:46.860 INFO O| Aug 21 05:49:46.860 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88182024-08-21T05:49:47.414Z[ host-image] Aug 21 05:49:46.860 INFO O| Aug 21 05:49:46.860 INFO ok!
88192024-08-21T05:49:47.414Z[ host-image] Aug 21 05:49:46.860 INFO O| Aug 21 05:49:46.860 INFO STEP 31 (ensure_file) COMPLETE
88202024-08-21T05:49:47.414Z[ host-image] Aug 21 05:49:46.860 INFO O| Aug 21 05:49:46.860 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88212024-08-21T05:49:47.420Z[ host-image] Aug 21 05:49:46.870 INFO O| Aug 21 05:49:46.870 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88222024-08-21T05:49:47.420Z[ host-image] Aug 21 05:49:46.870 INFO O| Aug 21 05:49:46.870 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88232024-08-21T05:49:47.423Z[ host-image] Aug 21 05:49:46.870 INFO O| Aug 21 05:49:46.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88242024-08-21T05:49:47.423Z[ host-image] Aug 21 05:49:46.870 INFO O| Aug 21 05:49:46.870 INFO ok!
88252024-08-21T05:49:47.423Z[ host-image] Aug 21 05:49:46.870 INFO O| Aug 21 05:49:46.870 INFO STEP 32 (ensure_file) COMPLETE
88262024-08-21T05:49:47.423Z[ host-image] Aug 21 05:49:46.870 INFO O| Aug 21 05:49:46.870 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88272024-08-21T05:49:47.431Z[ host-image] Aug 21 05:49:46.879 INFO O| Aug 21 05:49:46.879 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88282024-08-21T05:49:47.431Z[ host-image] Aug 21 05:49:46.880 INFO O| Aug 21 05:49:46.879 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88292024-08-21T05:49:47.435Z[ host-image] Aug 21 05:49:46.880 INFO O| Aug 21 05:49:46.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88302024-08-21T05:49:47.435Z[ host-image] Aug 21 05:49:46.880 INFO O| Aug 21 05:49:46.880 INFO ok!
88312024-08-21T05:49:47.435Z[ host-image] Aug 21 05:49:46.880 INFO O| Aug 21 05:49:46.880 INFO STEP 33 (ensure_file) COMPLETE
88322024-08-21T05:49:47.435Z[ host-image] Aug 21 05:49:46.880 INFO O| Aug 21 05:49:46.880 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88332024-08-21T05:49:47.440Z[ host-image] Aug 21 05:49:46.889 INFO O| Aug 21 05:49:46.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88342024-08-21T05:49:47.440Z[ host-image] Aug 21 05:49:46.889 INFO O| Aug 21 05:49:46.889 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88352024-08-21T05:49:47.444Z[ host-image] Aug 21 05:49:46.889 INFO O| Aug 21 05:49:46.889 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88362024-08-21T05:49:47.444Z[ host-image] Aug 21 05:49:46.889 INFO O| Aug 21 05:49:46.889 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88372024-08-21T05:49:47.444Z[ host-image] Aug 21 05:49:46.889 INFO O| Aug 21 05:49:46.889 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88382024-08-21T05:49:47.444Z[ host-image] Aug 21 05:49:46.889 INFO O| Aug 21 05:49:46.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88392024-08-21T05:49:47.444Z[ host-image] Aug 21 05:49:46.889 INFO O| Aug 21 05:49:46.889 INFO ok!
88402024-08-21T05:49:47.444Z[ host-image] Aug 21 05:49:46.889 INFO O| Aug 21 05:49:46.889 INFO STEP 34 (ensure_file) COMPLETE
88412024-08-21T05:49:47.444Z[ host-image] Aug 21 05:49:46.889 INFO O| Aug 21 05:49:46.889 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88422024-08-21T05:49:47.449Z[ host-image] Aug 21 05:49:46.899 INFO O| Aug 21 05:49:46.899 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88432024-08-21T05:49:47.451Z[ host-image] Aug 21 05:49:46.899 INFO O| Aug 21 05:49:46.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88442024-08-21T05:49:47.451Z[ host-image] Aug 21 05:49:46.899 INFO O| Aug 21 05:49:46.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88452024-08-21T05:49:47.451Z[ host-image] Aug 21 05:49:46.899 INFO O| Aug 21 05:49:46.899 INFO STEP 35 (ensure_dir) COMPLETE
88462024-08-21T05:49:47.451Z[ host-image] Aug 21 05:49:46.899 INFO O| Aug 21 05:49:46.899 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88472024-08-21T05:49:47.458Z[ host-image] Aug 21 05:49:46.908 INFO O| Aug 21 05:49:46.908 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
88482024-08-21T05:49:47.458Z[ host-image] Aug 21 05:49:46.908 INFO O| Aug 21 05:49:46.908 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 ...
88492024-08-21T05:49:47.461Z[ host-image] Aug 21 05:49:46.908 INFO O| Aug 21 05:49:46.908 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
88502024-08-21T05:49:47.461Z[ host-image] Aug 21 05:49:46.908 INFO O| Aug 21 05:49:46.908 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
88512024-08-21T05:49:47.461Z[ host-image] Aug 21 05:49:46.908 INFO O| Aug 21 05:49:46.908 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
88522024-08-21T05:49:47.461Z[ host-image] Aug 21 05:49:46.908 INFO O| Aug 21 05:49:46.908 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
88532024-08-21T05:49:47.461Z[ host-image] Aug 21 05:49:46.908 INFO O| Aug 21 05:49:46.908 INFO ok!
88542024-08-21T05:49:47.461Z[ host-image] Aug 21 05:49:46.908 INFO O| Aug 21 05:49:46.908 INFO STEP 36 (ensure_file) COMPLETE
88552024-08-21T05:49:47.461Z[ host-image] Aug 21 05:49:46.908 INFO O| Aug 21 05:49:46.908 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88562024-08-21T05:49:47.468Z[ host-image] Aug 21 05:49:46.918 INFO O| Aug 21 05:49:46.918 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88572024-08-21T05:49:47.468Z[ host-image] Aug 21 05:49:46.918 INFO O| Aug 21 05:49:46.918 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 ...
88582024-08-21T05:49:47.471Z[ host-image] Aug 21 05:49:46.918 INFO O| Aug 21 05:49:46.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88592024-08-21T05:49:47.471Z[ host-image] Aug 21 05:49:46.918 INFO O| Aug 21 05:49:46.918 INFO ok!
88602024-08-21T05:49:47.471Z[ host-image] Aug 21 05:49:46.918 INFO O| Aug 21 05:49:46.918 INFO STEP 37 (ensure_symlink) COMPLETE
88612024-08-21T05:49:47.471Z[ host-image] Aug 21 05:49:46.918 INFO O| Aug 21 05:49:46.918 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88622024-08-21T05:49:47.478Z[ host-image] Aug 21 05:49:46.927 INFO O| Aug 21 05:49:46.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88632024-08-21T05:49:47.480Z[ host-image] Aug 21 05:49:46.927 INFO O| Aug 21 05:49:46.927 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88642024-08-21T05:49:47.480Z[ host-image] Aug 21 05:49:46.928 INFO O| Aug 21 05:49:46.928 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88652024-08-21T05:49:47.480Z[ host-image] Aug 21 05:49:46.928 INFO O| Aug 21 05:49:46.928 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88662024-08-21T05:49:47.480Z[ host-image] Aug 21 05:49:46.928 INFO O| Aug 21 05:49:46.928 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88672024-08-21T05:49:47.480Z[ host-image] Aug 21 05:49:46.928 INFO O| Aug 21 05:49:46.928 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88682024-08-21T05:49:47.480Z[ host-image] Aug 21 05:49:46.928 INFO O| Aug 21 05:49:46.928 INFO ok!
88692024-08-21T05:49:47.480Z[ host-image] Aug 21 05:49:46.928 INFO O| Aug 21 05:49:46.928 INFO STEP 38 (ensure_file) COMPLETE
88702024-08-21T05:49:47.480Z[ host-image] Aug 21 05:49:46.928 INFO O| Aug 21 05:49:46.928 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88712024-08-21T05:49:47.491Z[ host-image] Aug 21 05:49:46.937 INFO O| Aug 21 05:49:46.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88722024-08-21T05:49:47.495Z[ host-image] Aug 21 05:49:46.937 INFO O| Aug 21 05:49:46.937 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 ...
88732024-08-21T05:49:47.495Z[ host-image] Aug 21 05:49:46.937 INFO O| Aug 21 05:49:46.937 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
88742024-08-21T05:49:47.495Z[ host-image] Aug 21 05:49:46.937 INFO O| Aug 21 05:49:46.937 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88752024-08-21T05:49:47.495Z[ host-image] Aug 21 05:49:46.937 INFO O| Aug 21 05:49:46.937 INFO ok!
88762024-08-21T05:49:47.495Z[ host-image] Aug 21 05:49:46.937 INFO O| Aug 21 05:49:46.937 INFO STEP 39 (ensure_file) COMPLETE
88772024-08-21T05:49:47.495Z[ host-image] Aug 21 05:49:46.937 INFO O| Aug 21 05:49:46.937 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88782024-08-21T05:49:47.498Z[ host-image] Aug 21 05:49:46.947 INFO O| Aug 21 05:49:46.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88792024-08-21T05:49:47.498Z[ host-image] Aug 21 05:49:46.947 INFO O| Aug 21 05:49:46.947 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88802024-08-21T05:49:47.498Z[ host-image] Aug 21 05:49:46.947 INFO O| Aug 21 05:49:46.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88812024-08-21T05:49:47.498Z[ host-image] Aug 21 05:49:46.947 INFO O| Aug 21 05:49:46.947 INFO ok!
88822024-08-21T05:49:47.498Z[ host-image] Aug 21 05:49:46.947 INFO O| Aug 21 05:49:46.947 INFO STEP 40 (ensure_file) COMPLETE
88832024-08-21T05:49:47.498Z[ host-image] Aug 21 05:49:46.947 INFO O| Aug 21 05:49:46.947 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88842024-08-21T05:49:47.507Z[ host-image] Aug 21 05:49:46.956 INFO O| Aug 21 05:49:46.956 INFO updating shadow file
88852024-08-21T05:49:47.510Z[ host-image] Aug 21 05:49:46.956 INFO O| Aug 21 05:49:46.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88862024-08-21T05:49:47.510Z[ host-image] Aug 21 05:49:46.956 INFO O| Aug 21 05:49:46.956 INFO STEP 41 (shadow) COMPLETE
88872024-08-21T05:49:47.510Z[ host-image] Aug 21 05:49:46.956 INFO O| Aug 21 05:49:46.956 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88882024-08-21T05:49:47.516Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88892024-08-21T05:49:47.516Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88902024-08-21T05:49:47.519Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88912024-08-21T05:49:47.519Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88922024-08-21T05:49:47.519Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO ok!
88932024-08-21T05:49:47.519Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO STEP 42 (ensure_file) COMPLETE
88942024-08-21T05:49:47.519Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88952024-08-21T05:49:47.519Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO skip step because feature "mfg" is not enabled
88962024-08-21T05:49:47.519Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88972024-08-21T05:49:47.519Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO skip step because feature "mfg" is not enabled
88982024-08-21T05:49:47.519Z[ host-image] Aug 21 05:49:46.966 INFO O| Aug 21 05:49:46.966 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88992024-08-21T05:49:47.526Z[ host-image] Aug 21 05:49:46.976 INFO O| Aug 21 05:49:46.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89002024-08-21T05:49:47.526Z[ host-image] Aug 21 05:49:46.976 INFO O| Aug 21 05:49:46.976 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89012024-08-21T05:49:48.156Z[ host-image] Aug 21 05:49:47.603 INFO O| Aug 21 05:49:47.603 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89022024-08-21T05:49:48.156Z[ host-image] Aug 21 05:49:47.603 INFO O| Aug 21 05:49:47.603 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89032024-08-21T05:49:48.156Z[ host-image] Aug 21 05:49:47.603 INFO O| Aug 21 05:49:47.603 INFO ok!
89042024-08-21T05:49:48.160Z[ host-image] Aug 21 05:49:47.603 INFO O| Aug 21 05:49:47.603 INFO STEP 45 (ensure_file) COMPLETE
89052024-08-21T05:49:48.160Z[ host-image] Aug 21 05:49:47.603 INFO O| Aug 21 05:49:47.603 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89062024-08-21T05:49:48.169Z[ host-image] Aug 21 05:49:47.615 INFO O| Aug 21 05:49:47.615 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89072024-08-21T05:49:48.173Z[ host-image] Aug 21 05:49:47.615 INFO O| Aug 21 05:49:47.615 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89082024-08-21T05:49:48.173Z[ host-image] Aug 21 05:49:47.615 INFO O| Aug 21 05:49:47.615 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89092024-08-21T05:49:48.173Z[ host-image] Aug 21 05:49:47.615 INFO O| Aug 21 05:49:47.615 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89102024-08-21T05:49:48.173Z[ host-image] Aug 21 05:49:47.615 INFO O| Aug 21 05:49:47.615 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89112024-08-21T05:49:48.173Z[ host-image] Aug 21 05:49:47.615 INFO O| Aug 21 05:49:47.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89122024-08-21T05:49:48.173Z[ host-image] Aug 21 05:49:47.615 INFO O| Aug 21 05:49:47.615 INFO ok!
89132024-08-21T05:49:48.173Z[ host-image] Aug 21 05:49:47.615 INFO O| Aug 21 05:49:47.615 INFO STEP 46 (ensure_file) COMPLETE
89142024-08-21T05:49:48.174Z[ host-image] Aug 21 05:49:47.615 INFO O| Aug 21 05:49:47.615 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89152024-08-21T05:49:48.178Z[ host-image] Aug 21 05:49:47.625 INFO O| Aug 21 05:49:47.625 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89162024-08-21T05:49:48.178Z[ host-image] Aug 21 05:49:47.625 INFO O| Aug 21 05:49:47.625 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 ...
89172024-08-21T05:49:48.178Z[ host-image] Aug 21 05:49:47.625 INFO O| Aug 21 05:49:47.625 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
89182024-08-21T05:49:48.178Z[ host-image] Aug 21 05:49:47.625 INFO O| Aug 21 05:49:47.625 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89192024-08-21T05:49:48.178Z[ host-image] Aug 21 05:49:47.625 INFO O| Aug 21 05:49:47.625 INFO ok!
89202024-08-21T05:49:48.178Z[ host-image] Aug 21 05:49:47.625 INFO O| Aug 21 05:49:47.625 INFO STEP 47 (ensure_file) COMPLETE
89212024-08-21T05:49:48.178Z[ host-image] Aug 21 05:49:47.625 INFO O| Aug 21 05:49:47.625 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89222024-08-21T05:49:48.185Z[ host-image] Aug 21 05:49:47.635 INFO O| Aug 21 05:49:47.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89232024-08-21T05:49:48.185Z[ host-image] Aug 21 05:49:47.635 INFO O| Aug 21 05:49:47.635 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89242024-08-21T05:49:48.189Z[ host-image] Aug 21 05:49:47.635 INFO O| Aug 21 05:49:47.635 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89252024-08-21T05:49:48.189Z[ host-image] Aug 21 05:49:47.635 INFO O| Aug 21 05:49:47.635 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89262024-08-21T05:49:48.189Z[ host-image] Aug 21 05:49:47.635 INFO O| Aug 21 05:49:47.635 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89272024-08-21T05:49:48.189Z[ host-image] Aug 21 05:49:47.635 INFO O| Aug 21 05:49:47.635 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89282024-08-21T05:49:48.189Z[ host-image] Aug 21 05:49:47.635 INFO O| Aug 21 05:49:47.635 INFO ok!
89292024-08-21T05:49:48.189Z[ host-image] Aug 21 05:49:47.635 INFO O| Aug 21 05:49:47.635 INFO STEP 48 (ensure_file) COMPLETE
89302024-08-21T05:49:48.189Z[ host-image] Aug 21 05:49:47.635 INFO O| Aug 21 05:49:47.635 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89312024-08-21T05:49:48.196Z[ host-image] Aug 21 05:49:47.644 INFO O| Aug 21 05:49:47.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89322024-08-21T05:49:48.196Z[ host-image] Aug 21 05:49:47.645 INFO O| Aug 21 05:49:47.644 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 ...
89332024-08-21T05:49:48.200Z[ host-image] Aug 21 05:49:47.645 INFO O| Aug 21 05:49:47.645 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
89342024-08-21T05:49:48.200Z[ host-image] Aug 21 05:49:47.645 INFO O| Aug 21 05:49:47.645 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89352024-08-21T05:49:48.200Z[ host-image] Aug 21 05:49:47.645 INFO O| Aug 21 05:49:47.645 INFO ok!
89362024-08-21T05:49:48.200Z[ host-image] Aug 21 05:49:47.645 INFO O| Aug 21 05:49:47.645 INFO STEP 49 (ensure_file) COMPLETE
89372024-08-21T05:49:48.200Z[ host-image] Aug 21 05:49:47.645 INFO O| Aug 21 05:49:47.645 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89382024-08-21T05:49:48.205Z[ host-image] Aug 21 05:49:47.654 INFO O| Aug 21 05:49:47.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89392024-08-21T05:49:48.209Z[ host-image] Aug 21 05:49:47.654 INFO O| Aug 21 05:49:47.654 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89402024-08-21T05:49:48.209Z[ host-image] Aug 21 05:49:47.654 INFO O| Aug 21 05:49:47.654 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89412024-08-21T05:49:48.209Z[ host-image] Aug 21 05:49:47.654 INFO O| Aug 21 05:49:47.654 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89422024-08-21T05:49:48.209Z[ host-image] Aug 21 05:49:47.654 INFO O| Aug 21 05:49:47.654 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89432024-08-21T05:49:48.209Z[ host-image] Aug 21 05:49:47.654 INFO O| Aug 21 05:49:47.654 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89442024-08-21T05:49:48.209Z[ host-image] Aug 21 05:49:47.654 INFO O| Aug 21 05:49:47.654 INFO ok!
89452024-08-21T05:49:48.209Z[ host-image] Aug 21 05:49:47.654 INFO O| Aug 21 05:49:47.654 INFO STEP 50 (ensure_file) COMPLETE
89462024-08-21T05:49:48.209Z[ host-image] Aug 21 05:49:47.654 INFO O| Aug 21 05:49:47.654 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89472024-08-21T05:49:48.215Z[ host-image] Aug 21 05:49:47.664 INFO O| Aug 21 05:49:47.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89482024-08-21T05:49:48.219Z[ host-image] Aug 21 05:49:47.664 INFO O| Aug 21 05:49:47.664 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 ...
89492024-08-21T05:49:48.219Z[ host-image] Aug 21 05:49:47.664 INFO O| Aug 21 05:49:47.664 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
89502024-08-21T05:49:48.219Z[ host-image] Aug 21 05:49:47.664 INFO O| Aug 21 05:49:47.664 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89512024-08-21T05:49:48.219Z[ host-image] Aug 21 05:49:47.664 INFO O| Aug 21 05:49:47.664 INFO ok!
89522024-08-21T05:49:48.219Z[ host-image] Aug 21 05:49:47.664 INFO O| Aug 21 05:49:47.664 INFO STEP 51 (ensure_file) COMPLETE
89532024-08-21T05:49:48.219Z[ host-image] Aug 21 05:49:47.664 INFO O| Aug 21 05:49:47.664 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89542024-08-21T05:49:48.224Z[ host-image] Aug 21 05:49:47.674 INFO O| Aug 21 05:49:47.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89552024-08-21T05:49:48.224Z[ host-image] Aug 21 05:49:47.674 INFO O| Aug 21 05:49:47.674 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 ...
89562024-08-21T05:49:48.227Z[ host-image] Aug 21 05:49:47.674 INFO O| Aug 21 05:49:47.674 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
89572024-08-21T05:49:48.227Z[ host-image] Aug 21 05:49:47.674 INFO O| Aug 21 05:49:47.674 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89582024-08-21T05:49:48.227Z[ host-image] Aug 21 05:49:47.674 INFO O| Aug 21 05:49:47.674 INFO ok!
89592024-08-21T05:49:48.227Z[ host-image] Aug 21 05:49:47.674 INFO O| Aug 21 05:49:47.674 INFO STEP 52 (ensure_file) COMPLETE
89602024-08-21T05:49:48.228Z[ host-image] Aug 21 05:49:47.674 INFO O| Aug 21 05:49:47.674 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89612024-08-21T05:49:48.234Z[ host-image] Aug 21 05:49:47.683 INFO O| Aug 21 05:49:47.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89622024-08-21T05:49:48.234Z[ host-image] Aug 21 05:49:47.683 INFO O| Aug 21 05:49:47.683 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 ...
89632024-08-21T05:49:48.236Z[ host-image] Aug 21 05:49:47.684 INFO O| Aug 21 05:49:47.683 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
89642024-08-21T05:49:48.236Z[ host-image] Aug 21 05:49:47.684 INFO O| Aug 21 05:49:47.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89652024-08-21T05:49:48.236Z[ host-image] Aug 21 05:49:47.684 INFO O| Aug 21 05:49:47.684 INFO ok!
89662024-08-21T05:49:48.236Z[ host-image] Aug 21 05:49:47.684 INFO O| Aug 21 05:49:47.684 INFO STEP 53 (ensure_file) COMPLETE
89672024-08-21T05:49:48.236Z[ host-image] Aug 21 05:49:47.684 INFO O| Aug 21 05:49:47.684 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89682024-08-21T05:49:48.243Z[ host-image] Aug 21 05:49:47.693 INFO O| Aug 21 05:49:47.693 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89692024-08-21T05:49:48.243Z[ host-image] Aug 21 05:49:47.693 INFO O| Aug 21 05:49:47.693 INFO STEP 54 (ensure_dir) COMPLETE
89702024-08-21T05:49:48.248Z[ host-image] Aug 21 05:49:47.693 INFO O| Aug 21 05:49:47.693 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89712024-08-21T05:49:48.254Z[ host-image] Aug 21 05:49:47.702 INFO O| Aug 21 05:49:47.702 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89722024-08-21T05:49:48.254Z[ host-image] Aug 21 05:49:47.702 INFO O| Aug 21 05:49:47.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89732024-08-21T05:49:48.256Z[ host-image] Aug 21 05:49:47.702 INFO O| Aug 21 05:49:47.702 INFO STEP 55 (ensure_dir) COMPLETE
89742024-08-21T05:49:48.256Z[ host-image] Aug 21 05:49:47.702 INFO O| Aug 21 05:49:47.702 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89752024-08-21T05:49:48.264Z[ host-image] Aug 21 05:49:47.712 INFO O| Aug 21 05:49:47.712 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89762024-08-21T05:49:48.264Z[ host-image] Aug 21 05:49:47.712 INFO O| Aug 21 05:49:47.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89772024-08-21T05:49:48.269Z[ host-image] Aug 21 05:49:47.712 INFO O| Aug 21 05:49:47.712 INFO STEP 56 (ensure_dir) COMPLETE
89782024-08-21T05:49:48.269Z[ host-image] Aug 21 05:49:47.712 INFO O| Aug 21 05:49:47.712 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89792024-08-21T05:49:48.273Z[ host-image] Aug 21 05:49:47.721 INFO O| Aug 21 05:49:47.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89802024-08-21T05:49:48.273Z[ host-image] Aug 21 05:49:47.721 INFO O| Aug 21 05:49:47.721 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89812024-08-21T05:49:48.288Z[ host-image] Aug 21 05:49:47.736 INFO O| Aug 21 05:49:47.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89822024-08-21T05:49:48.288Z[ host-image] Aug 21 05:49:47.736 INFO O| Aug 21 05:49:47.736 INFO ok!
89832024-08-21T05:49:48.292Z[ host-image] Aug 21 05:49:47.736 INFO O| Aug 21 05:49:47.736 INFO STEP 57 (ensure_file) COMPLETE
89842024-08-21T05:49:48.292Z[ host-image] Aug 21 05:49:47.736 INFO O| Aug 21 05:49:47.736 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89852024-08-21T05:49:48.297Z[ host-image] Aug 21 05:49:47.747 INFO O| Aug 21 05:49:47.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89862024-08-21T05:49:48.297Z[ host-image] Aug 21 05:49:47.747 INFO O| Aug 21 05:49:47.747 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89872024-08-21T05:49:49.375Z[ host-image] Aug 21 05:49:48.824 INFO O| Aug 21 05:49:48.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89882024-08-21T05:49:49.375Z[ host-image] Aug 21 05:49:48.824 INFO O| Aug 21 05:49:48.824 INFO ok!
89892024-08-21T05:49:49.375Z[ host-image] Aug 21 05:49:48.824 INFO O| Aug 21 05:49:48.824 INFO STEP 58 (ensure_file) COMPLETE
89902024-08-21T05:49:49.377Z[ host-image] Aug 21 05:49:48.824 INFO O| Aug 21 05:49:48.824 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89912024-08-21T05:49:49.386Z[ host-image] Aug 21 05:49:48.835 INFO O| Aug 21 05:49:48.835 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89922024-08-21T05:49:49.386Z[ host-image] Aug 21 05:49:48.836 INFO O| Aug 21 05:49:48.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89932024-08-21T05:49:49.392Z[ host-image] Aug 21 05:49:48.836 INFO O| Aug 21 05:49:48.835 INFO STEP 59 (ensure_dir) COMPLETE
89942024-08-21T05:49:49.392Z[ host-image] Aug 21 05:49:48.836 INFO O| Aug 21 05:49:48.835 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89952024-08-21T05:49:49.396Z[ host-image] Aug 21 05:49:48.846 INFO O| Aug 21 05:49:48.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89962024-08-21T05:49:49.396Z[ host-image] Aug 21 05:49:48.846 INFO O| Aug 21 05:49:48.846 INFO copying /tmp/.tmpgrZf3n/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 ...
89972024-08-21T05:49:49.399Z[ host-image] Aug 21 05:49:48.846 INFO O| Aug 21 05:49:48.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89982024-08-21T05:49:49.399Z[ host-image] Aug 21 05:49:48.846 INFO O| Aug 21 05:49:48.846 INFO ok!
89992024-08-21T05:49:49.399Z[ host-image] Aug 21 05:49:48.846 INFO O| Aug 21 05:49:48.846 INFO STEP 60 (ensure_file) COMPLETE
90002024-08-21T05:49:49.399Z[ host-image] Aug 21 05:49:48.846 INFO O| Aug 21 05:49:48.846 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90012024-08-21T05:49:49.406Z[ host-image] Aug 21 05:49:48.855 INFO O| Aug 21 05:49:48.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90022024-08-21T05:49:49.406Z[ host-image] Aug 21 05:49:48.855 INFO O| Aug 21 05:49:48.855 INFO copying /tmp/.tmpgrZf3n/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 ...
90032024-08-21T05:49:49.410Z[ host-image] Aug 21 05:49:48.856 INFO O| Aug 21 05:49:48.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90042024-08-21T05:49:49.410Z[ host-image] Aug 21 05:49:48.856 INFO O| Aug 21 05:49:48.856 INFO ok!
90052024-08-21T05:49:49.410Z[ host-image] Aug 21 05:49:48.856 INFO O| Aug 21 05:49:48.856 INFO STEP 61 (ensure_file) COMPLETE
90062024-08-21T05:49:49.410Z[ host-image] Aug 21 05:49:48.856 INFO O| Aug 21 05:49:48.856 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-08-21T05:49:49.415Z[ host-image] Aug 21 05:49:48.865 INFO O| Aug 21 05:49:48.865 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90082024-08-21T05:49:49.415Z[ host-image] Aug 21 05:49:48.865 INFO O| Aug 21 05:49:48.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90092024-08-21T05:49:49.416Z[ host-image] Aug 21 05:49:48.865 INFO O| Aug 21 05:49:48.865 INFO STEP 62 (ensure_dir) COMPLETE
90102024-08-21T05:49:49.418Z[ host-image] Aug 21 05:49:48.865 INFO O| Aug 21 05:49:48.865 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90112024-08-21T05:49:49.425Z[ host-image] Aug 21 05:49:48.875 INFO O| Aug 21 05:49:48.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90122024-08-21T05:49:49.425Z[ host-image] Aug 21 05:49:48.875 INFO O| Aug 21 05:49:48.874 INFO copying /tmp/.tmpgrZf3n/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 ...
90132024-08-21T05:49:49.427Z[ host-image] Aug 21 05:49:48.875 INFO O| Aug 21 05:49:48.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90142024-08-21T05:49:49.428Z[ host-image] Aug 21 05:49:48.875 INFO O| Aug 21 05:49:48.875 INFO ok!
90152024-08-21T05:49:49.428Z[ host-image] Aug 21 05:49:48.875 INFO O| Aug 21 05:49:48.875 INFO STEP 63 (ensure_file) COMPLETE
90162024-08-21T05:49:49.428Z[ host-image] Aug 21 05:49:48.875 INFO O| Aug 21 05:49:48.875 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90172024-08-21T05:49:49.435Z[ host-image] Aug 21 05:49:48.884 INFO O| Aug 21 05:49:48.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90182024-08-21T05:49:49.437Z[ host-image] Aug 21 05:49:48.884 INFO O| Aug 21 05:49:48.884 INFO copying /tmp/.tmpgrZf3n/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 ...
90192024-08-21T05:49:49.437Z[ host-image] Aug 21 05:49:48.884 INFO O| Aug 21 05:49:48.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90202024-08-21T05:49:49.437Z[ host-image] Aug 21 05:49:48.884 INFO O| Aug 21 05:49:48.884 INFO ok!
90212024-08-21T05:49:49.437Z[ host-image] Aug 21 05:49:48.884 INFO O| Aug 21 05:49:48.884 INFO STEP 64 (ensure_file) COMPLETE
90222024-08-21T05:49:49.437Z[ host-image] Aug 21 05:49:48.884 INFO O| Aug 21 05:49:48.884 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-08-21T05:49:49.444Z[ host-image] Aug 21 05:49:48.894 INFO O| Aug 21 05:49:48.894 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90242024-08-21T05:49:49.444Z[ host-image] Aug 21 05:49:48.894 INFO O| Aug 21 05:49:48.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90252024-08-21T05:49:49.447Z[ host-image] Aug 21 05:49:48.894 INFO O| Aug 21 05:49:48.894 INFO STEP 65 (ensure_dir) COMPLETE
90262024-08-21T05:49:49.447Z[ host-image] Aug 21 05:49:48.894 INFO O| Aug 21 05:49:48.894 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90272024-08-21T05:49:49.454Z[ host-image] Aug 21 05:49:48.903 INFO O| Aug 21 05:49:48.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90282024-08-21T05:49:49.454Z[ host-image] Aug 21 05:49:48.903 INFO O| Aug 21 05:49:48.903 INFO copying /tmp/.tmpgrZf3n/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 ...
90292024-08-21T05:49:49.456Z[ host-image] Aug 21 05:49:48.903 INFO O| Aug 21 05:49:48.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90302024-08-21T05:49:49.456Z[ host-image] Aug 21 05:49:48.903 INFO O| Aug 21 05:49:48.903 INFO ok!
90312024-08-21T05:49:49.456Z[ host-image] Aug 21 05:49:48.903 INFO O| Aug 21 05:49:48.903 INFO STEP 66 (ensure_file) COMPLETE
90322024-08-21T05:49:49.456Z[ host-image] Aug 21 05:49:48.903 INFO O| Aug 21 05:49:48.903 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90332024-08-21T05:49:49.472Z[ host-image] Aug 21 05:49:48.913 INFO O| Aug 21 05:49:48.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90342024-08-21T05:49:49.472Z[ host-image] Aug 21 05:49:48.913 INFO O| Aug 21 05:49:48.913 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90352024-08-21T05:49:49.495Z[ host-image] Aug 21 05:49:48.913 INFO O| Aug 21 05:49:48.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90362024-08-21T05:49:49.495Z[ host-image] Aug 21 05:49:48.913 INFO O| Aug 21 05:49:48.913 INFO ok!
90372024-08-21T05:49:49.495Z[ host-image] Aug 21 05:49:48.913 INFO O| Aug 21 05:49:48.913 INFO STEP 67 (ensure_file) COMPLETE
90382024-08-21T05:49:49.495Z[ host-image] Aug 21 05:49:48.913 INFO O| Aug 21 05:49:48.913 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-08-21T05:49:49.495Z[ host-image] Aug 21 05:49:48.922 INFO O| Aug 21 05:49:48.922 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90402024-08-21T05:49:49.495Z[ host-image] Aug 21 05:49:48.922 INFO O| Aug 21 05:49:48.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90412024-08-21T05:49:49.495Z[ host-image] Aug 21 05:49:48.922 INFO O| Aug 21 05:49:48.922 INFO STEP 68 (ensure_dir) COMPLETE
90422024-08-21T05:49:49.495Z[ host-image] Aug 21 05:49:48.922 INFO O| Aug 21 05:49:48.922 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90432024-08-21T05:49:49.498Z[ host-image] Aug 21 05:49:48.932 INFO O| Aug 21 05:49:48.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90442024-08-21T05:49:49.498Z[ host-image] Aug 21 05:49:48.932 INFO O| Aug 21 05:49:48.932 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90452024-08-21T05:49:50.029Z[ host-image] Aug 21 05:49:49.478 INFO O| Aug 21 05:49:49.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90462024-08-21T05:49:50.029Z[ host-image] Aug 21 05:49:49.478 INFO O| Aug 21 05:49:49.478 INFO ok!
90472024-08-21T05:49:50.029Z[ host-image] Aug 21 05:49:49.478 INFO O| Aug 21 05:49:49.478 INFO STEP 69 (ensure_file) COMPLETE
90482024-08-21T05:49:50.033Z[ host-image] Aug 21 05:49:49.478 INFO O| Aug 21 05:49:49.478 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-08-21T05:49:50.040Z[ host-image] Aug 21 05:49:49.490 INFO O| Aug 21 05:49:49.489 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90502024-08-21T05:49:50.040Z[ host-image] Aug 21 05:49:49.490 INFO O| Aug 21 05:49:49.490 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90512024-08-21T05:49:51.456Z[ host-image] Aug 21 05:49:50.905 INFO O| Aug 21 05:49:50.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90522024-08-21T05:49:51.456Z[ host-image] Aug 21 05:49:50.905 INFO O| Aug 21 05:49:50.905 INFO ok!
90532024-08-21T05:49:51.459Z[ host-image] Aug 21 05:49:50.905 INFO O| Aug 21 05:49:50.905 INFO STEP 70 (ensure_file) COMPLETE
90542024-08-21T05:49:51.459Z[ host-image] Aug 21 05:49:50.905 INFO O| Aug 21 05:49:50.905 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90552024-08-21T05:49:51.468Z[ host-image] Aug 21 05:49:50.916 INFO O| Aug 21 05:49:50.916 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90562024-08-21T05:49:51.471Z[ host-image] Aug 21 05:49:50.916 INFO O| Aug 21 05:49:50.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90572024-08-21T05:49:51.471Z[ host-image] Aug 21 05:49:50.916 INFO O| Aug 21 05:49:50.916 INFO STEP 71 (ensure_dir) COMPLETE
90582024-08-21T05:49:51.471Z[ host-image] Aug 21 05:49:50.916 INFO O| Aug 21 05:49:50.916 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90592024-08-21T05:49:51.478Z[ host-image] Aug 21 05:49:50.926 INFO O| Aug 21 05:49:50.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90602024-08-21T05:49:51.478Z[ host-image] Aug 21 05:49:50.926 INFO O| Aug 21 05:49:50.926 INFO copying /tmp/.tmpgrZf3n/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 ...
90612024-08-21T05:49:51.480Z[ host-image] Aug 21 05:49:50.926 INFO O| Aug 21 05:49:50.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90622024-08-21T05:49:51.480Z[ host-image] Aug 21 05:49:50.926 INFO O| Aug 21 05:49:50.926 INFO ok!
90632024-08-21T05:49:51.480Z[ host-image] Aug 21 05:49:50.926 INFO O| Aug 21 05:49:50.926 INFO STEP 72 (ensure_file) COMPLETE
90642024-08-21T05:49:51.480Z[ host-image] Aug 21 05:49:50.926 INFO O| Aug 21 05:49:50.926 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90652024-08-21T05:49:51.486Z[ host-image] Aug 21 05:49:50.935 INFO O| Aug 21 05:49:50.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90662024-08-21T05:49:51.486Z[ host-image] Aug 21 05:49:50.935 INFO O| Aug 21 05:49:50.935 INFO copying /tmp/.tmpgrZf3n/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 ...
90672024-08-21T05:49:51.489Z[ host-image] Aug 21 05:49:50.935 INFO O| Aug 21 05:49:50.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90682024-08-21T05:49:51.489Z[ host-image] Aug 21 05:49:50.935 INFO O| Aug 21 05:49:50.935 INFO ok!
90692024-08-21T05:49:51.489Z[ host-image] Aug 21 05:49:50.935 INFO O| Aug 21 05:49:50.935 INFO STEP 73 (ensure_file) COMPLETE
90702024-08-21T05:49:51.489Z[ host-image] Aug 21 05:49:50.936 INFO O| Aug 21 05:49:50.935 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-08-21T05:49:51.496Z[ host-image] Aug 21 05:49:50.945 INFO O| Aug 21 05:49:50.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90722024-08-21T05:49:51.499Z[ host-image] Aug 21 05:49:50.945 INFO O| Aug 21 05:49:50.945 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90732024-08-21T05:49:51.499Z[ host-image] Aug 21 05:49:50.945 INFO O| Aug 21 05:49:50.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90742024-08-21T05:49:51.499Z[ host-image] Aug 21 05:49:50.945 INFO O| Aug 21 05:49:50.945 INFO ok!
90752024-08-21T05:49:51.499Z[ host-image] Aug 21 05:49:50.945 INFO O| Aug 21 05:49:50.945 INFO STEP 74 (ensure_file) COMPLETE
90762024-08-21T05:49:51.499Z[ host-image] Aug 21 05:49:50.945 INFO O| Aug 21 05:49:50.945 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-21T05:49:51.505Z[ host-image] Aug 21 05:49:50.954 INFO O| Aug 21 05:49:50.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90782024-08-21T05:49:51.505Z[ host-image] Aug 21 05:49:50.954 INFO O| Aug 21 05:49:50.954 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90792024-08-21T05:49:51.508Z[ host-image] Aug 21 05:49:50.955 INFO O| Aug 21 05:49:50.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90802024-08-21T05:49:51.508Z[ host-image] Aug 21 05:49:50.955 INFO O| Aug 21 05:49:50.955 INFO ok!
90812024-08-21T05:49:51.508Z[ host-image] Aug 21 05:49:50.955 INFO O| Aug 21 05:49:50.955 INFO STEP 75 (ensure_file) COMPLETE
90822024-08-21T05:49:51.508Z[ host-image] Aug 21 05:49:50.955 INFO O| Aug 21 05:49:50.955 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-08-21T05:49:51.515Z[ host-image] Aug 21 05:49:50.964 INFO O| Aug 21 05:49:50.964 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90842024-08-21T05:49:51.515Z[ host-image] Aug 21 05:49:50.964 INFO O| Aug 21 05:49:50.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90852024-08-21T05:49:51.517Z[ host-image] Aug 21 05:49:50.964 INFO O| Aug 21 05:49:50.964 INFO STEP 76 (ensure_dir) COMPLETE
90862024-08-21T05:49:51.517Z[ host-image] Aug 21 05:49:50.964 INFO O| Aug 21 05:49:50.964 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-21T05:49:51.524Z[ host-image] Aug 21 05:49:50.973 INFO O| Aug 21 05:49:50.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90882024-08-21T05:49:51.524Z[ host-image] Aug 21 05:49:50.973 INFO O| Aug 21 05:49:50.973 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90892024-08-21T05:49:52.059Z[ host-image] Aug 21 05:49:51.443 INFO O| Aug 21 05:49:51.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90902024-08-21T05:49:52.059Z[ host-image] Aug 21 05:49:51.443 INFO O| Aug 21 05:49:51.443 INFO ok!
90912024-08-21T05:49:52.059Z[ host-image] Aug 21 05:49:51.443 INFO O| Aug 21 05:49:51.443 INFO STEP 77 (ensure_file) COMPLETE
90922024-08-21T05:49:52.063Z[ host-image] Aug 21 05:49:51.443 INFO O| Aug 21 05:49:51.443 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-21T05:49:52.063Z[ host-image] Aug 21 05:49:51.454 INFO O| Aug 21 05:49:51.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90942024-08-21T05:49:52.063Z[ host-image] Aug 21 05:49:51.455 INFO O| Aug 21 05:49:51.454 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90952024-08-21T05:49:52.063Z[ host-image] Aug 21 05:49:51.455 INFO O| Aug 21 05:49:51.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90962024-08-21T05:49:52.063Z[ host-image] Aug 21 05:49:51.455 INFO O| Aug 21 05:49:51.455 INFO ok!
90972024-08-21T05:49:52.063Z[ host-image] Aug 21 05:49:51.455 INFO O| Aug 21 05:49:51.455 INFO STEP 78 (ensure_file) COMPLETE
90982024-08-21T05:49:52.063Z[ host-image] Aug 21 05:49:51.455 INFO O| Aug 21 05:49:51.455 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-21T05:49:52.063Z[ host-image] Aug 21 05:49:51.464 INFO O| Aug 21 05:49:51.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91002024-08-21T05:49:52.063Z[ host-image] Aug 21 05:49:51.464 INFO O| Aug 21 05:49:51.464 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91012024-08-21T05:49:52.552Z[ host-image] Aug 21 05:49:52.000 INFO O| Aug 21 05:49:52.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91022024-08-21T05:49:52.552Z[ host-image] Aug 21 05:49:52.000 INFO O| Aug 21 05:49:52.000 INFO ok!
91032024-08-21T05:49:52.555Z[ host-image] Aug 21 05:49:52.000 INFO O| Aug 21 05:49:52.000 INFO STEP 79 (ensure_file) COMPLETE
91042024-08-21T05:49:52.555Z[ host-image] Aug 21 05:49:52.000 INFO O| Aug 21 05:49:52.000 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-08-21T05:49:52.563Z[ host-image] Aug 21 05:49:52.012 INFO O| Aug 21 05:49:52.012 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91062024-08-21T05:49:52.568Z[ host-image] Aug 21 05:49:52.012 INFO O| Aug 21 05:49:52.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91072024-08-21T05:49:52.568Z[ host-image] Aug 21 05:49:52.012 INFO O| Aug 21 05:49:52.012 INFO STEP 80 (ensure_dir) COMPLETE
91082024-08-21T05:49:52.568Z[ host-image] Aug 21 05:49:52.012 INFO O| Aug 21 05:49:52.012 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-08-21T05:49:52.574Z[ host-image] Aug 21 05:49:52.022 INFO O| Aug 21 05:49:52.022 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91102024-08-21T05:49:52.574Z[ host-image] Aug 21 05:49:52.022 INFO O| Aug 21 05:49:52.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91112024-08-21T05:49:52.581Z[ host-image] Aug 21 05:49:52.022 INFO O| Aug 21 05:49:52.022 INFO STEP 81 (ensure_dir) COMPLETE
91122024-08-21T05:49:52.581Z[ host-image] Aug 21 05:49:52.022 INFO O| Aug 21 05:49:52.022 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-08-21T05:49:52.586Z[ host-image] Aug 21 05:49:52.032 INFO O| Aug 21 05:49:52.032 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91142024-08-21T05:49:52.586Z[ host-image] Aug 21 05:49:52.032 INFO O| Aug 21 05:49:52.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91152024-08-21T05:49:52.586Z[ host-image] Aug 21 05:49:52.032 INFO O| Aug 21 05:49:52.032 INFO STEP 82 (ensure_dir) COMPLETE
91162024-08-21T05:49:52.586Z[ host-image] Aug 21 05:49:52.032 INFO O| Aug 21 05:49:52.032 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91172024-08-21T05:49:52.592Z[ host-image] Aug 21 05:49:52.041 INFO O| Aug 21 05:49:52.041 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91182024-08-21T05:49:52.596Z[ host-image] Aug 21 05:49:52.041 INFO O| Aug 21 05:49:52.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91192024-08-21T05:49:52.596Z[ host-image] Aug 21 05:49:52.042 INFO O| Aug 21 05:49:52.041 INFO STEP 83 (ensure_dir) COMPLETE
91202024-08-21T05:49:52.596Z[ host-image] Aug 21 05:49:52.042 INFO O| Aug 21 05:49:52.041 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-08-21T05:49:52.602Z[ host-image] Aug 21 05:49:52.051 INFO O| Aug 21 05:49:52.051 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91222024-08-21T05:49:52.602Z[ host-image] Aug 21 05:49:52.051 INFO O| Aug 21 05:49:52.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91232024-08-21T05:49:52.605Z[ host-image] Aug 21 05:49:52.051 INFO O| Aug 21 05:49:52.051 INFO STEP 84 (ensure_dir) COMPLETE
91242024-08-21T05:49:52.605Z[ host-image] Aug 21 05:49:52.051 INFO O| Aug 21 05:49:52.051 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-08-21T05:49:52.611Z[ host-image] Aug 21 05:49:52.061 INFO O| Aug 21 05:49:52.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91262024-08-21T05:49:52.612Z[ host-image] Aug 21 05:49:52.061 INFO O| Aug 21 05:49:52.061 INFO copying /tmp/.tmpgrZf3n/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 ...
91272024-08-21T05:49:52.614Z[ host-image] Aug 21 05:49:52.061 INFO O| Aug 21 05:49:52.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91282024-08-21T05:49:52.614Z[ host-image] Aug 21 05:49:52.061 INFO O| Aug 21 05:49:52.061 INFO ok!
91292024-08-21T05:49:52.614Z[ host-image] Aug 21 05:49:52.061 INFO O| Aug 21 05:49:52.061 INFO STEP 85 (ensure_file) COMPLETE
91302024-08-21T05:49:52.614Z[ host-image] Aug 21 05:49:52.061 INFO O| Aug 21 05:49:52.061 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-08-21T05:49:52.621Z[ host-image] Aug 21 05:49:52.070 INFO O| Aug 21 05:49:52.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91322024-08-21T05:49:52.624Z[ host-image] Aug 21 05:49:52.070 INFO O| Aug 21 05:49:52.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91332024-08-21T05:49:52.624Z[ host-image] Aug 21 05:49:52.070 INFO O| Aug 21 05:49:52.070 INFO STEP 86 (ensure_dir) COMPLETE
91342024-08-21T05:49:52.624Z[ host-image] Aug 21 05:49:52.070 INFO O| Aug 21 05:49:52.070 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-08-21T05:49:52.631Z[ host-image] Aug 21 05:49:52.080 INFO O| Aug 21 05:49:52.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91362024-08-21T05:49:52.631Z[ host-image] Aug 21 05:49:52.080 INFO O| Aug 21 05:49:52.080 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91372024-08-21T05:49:52.634Z[ host-image] Aug 21 05:49:52.080 INFO O| Aug 21 05:49:52.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91382024-08-21T05:49:52.634Z[ host-image] Aug 21 05:49:52.080 INFO O| Aug 21 05:49:52.080 INFO ok!
91392024-08-21T05:49:52.634Z[ host-image] Aug 21 05:49:52.080 INFO O| Aug 21 05:49:52.080 INFO STEP 87 (ensure_file) COMPLETE
91402024-08-21T05:49:52.634Z[ host-image] Aug 21 05:49:52.080 INFO O| Aug 21 05:49:52.080 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91412024-08-21T05:49:52.640Z[ host-image] Aug 21 05:49:52.089 INFO O| Aug 21 05:49:52.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91422024-08-21T05:49:52.640Z[ host-image] Aug 21 05:49:52.089 INFO O| Aug 21 05:49:52.089 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91432024-08-21T05:49:52.652Z[ host-image] Aug 21 05:49:52.101 INFO O| Aug 21 05:49:52.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91442024-08-21T05:49:52.652Z[ host-image] Aug 21 05:49:52.101 INFO O| Aug 21 05:49:52.101 INFO ok!
91452024-08-21T05:49:52.652Z[ host-image] Aug 21 05:49:52.101 INFO O| Aug 21 05:49:52.101 INFO STEP 88 (ensure_file) COMPLETE
91462024-08-21T05:49:52.652Z[ host-image] Aug 21 05:49:52.101 INFO O| Aug 21 05:49:52.101 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-08-21T05:49:52.670Z[ host-image] Aug 21 05:49:52.111 INFO O| Aug 21 05:49:52.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91482024-08-21T05:49:52.670Z[ host-image] Aug 21 05:49:52.111 INFO O| Aug 21 05:49:52.111 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91492024-08-21T05:49:53.138Z[ host-image] Aug 21 05:49:52.587 INFO O| Aug 21 05:49:52.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91502024-08-21T05:49:53.138Z[ host-image] Aug 21 05:49:52.587 INFO O| Aug 21 05:49:52.587 INFO ok!
91512024-08-21T05:49:53.138Z[ host-image] Aug 21 05:49:52.587 INFO O| Aug 21 05:49:52.587 INFO STEP 89 (ensure_file) COMPLETE
91522024-08-21T05:49:53.138Z[ host-image] Aug 21 05:49:52.587 INFO O| Aug 21 05:49:52.587 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-08-21T05:49:53.149Z[ host-image] Aug 21 05:49:52.598 INFO O| Aug 21 05:49:52.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91542024-08-21T05:49:53.149Z[ host-image] Aug 21 05:49:52.598 INFO O| Aug 21 05:49:52.598 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91552024-08-21T05:49:53.152Z[ host-image] Aug 21 05:49:52.598 INFO O| Aug 21 05:49:52.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91562024-08-21T05:49:53.152Z[ host-image] Aug 21 05:49:52.598 INFO O| Aug 21 05:49:52.598 INFO ok!
91572024-08-21T05:49:53.152Z[ host-image] Aug 21 05:49:52.598 INFO O| Aug 21 05:49:52.598 INFO STEP 90 (ensure_file) COMPLETE
91582024-08-21T05:49:53.152Z[ host-image] Aug 21 05:49:52.598 INFO O| Aug 21 05:49:52.598 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-08-21T05:49:53.159Z[ host-image] Aug 21 05:49:52.608 INFO O| Aug 21 05:49:52.608 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91602024-08-21T05:49:53.159Z[ host-image] Aug 21 05:49:52.608 INFO O| Aug 21 05:49:52.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91612024-08-21T05:49:53.161Z[ host-image] Aug 21 05:49:52.608 INFO O| Aug 21 05:49:52.608 INFO STEP 91 (ensure_dir) COMPLETE
91622024-08-21T05:49:53.161Z[ host-image] Aug 21 05:49:52.608 INFO O| Aug 21 05:49:52.608 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-08-21T05:49:53.168Z[ host-image] Aug 21 05:49:52.617 INFO O| Aug 21 05:49:52.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91642024-08-21T05:49:53.168Z[ host-image] Aug 21 05:49:52.617 INFO O| Aug 21 05:49:52.617 INFO copying /tmp/.tmpgrZf3n/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 ...
91652024-08-21T05:49:53.171Z[ host-image] Aug 21 05:49:52.617 INFO O| Aug 21 05:49:52.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91662024-08-21T05:49:53.171Z[ host-image] Aug 21 05:49:52.617 INFO O| Aug 21 05:49:52.617 INFO ok!
91672024-08-21T05:49:53.171Z[ host-image] Aug 21 05:49:52.617 INFO O| Aug 21 05:49:52.617 INFO STEP 92 (ensure_file) COMPLETE
91682024-08-21T05:49:53.171Z[ host-image] Aug 21 05:49:52.618 INFO O| Aug 21 05:49:52.617 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-21T05:49:53.179Z[ host-image] Aug 21 05:49:52.627 INFO O| Aug 21 05:49:52.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91702024-08-21T05:49:53.179Z[ host-image] Aug 21 05:49:52.627 INFO O| Aug 21 05:49:52.627 INFO copying /tmp/.tmpgrZf3n/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 ...
91712024-08-21T05:49:53.181Z[ host-image] Aug 21 05:49:52.627 INFO O| Aug 21 05:49:52.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91722024-08-21T05:49:53.181Z[ host-image] Aug 21 05:49:52.627 INFO O| Aug 21 05:49:52.627 INFO ok!
91732024-08-21T05:49:53.181Z[ host-image] Aug 21 05:49:52.627 INFO O| Aug 21 05:49:52.627 INFO STEP 93 (ensure_file) COMPLETE
91742024-08-21T05:49:53.181Z[ host-image] Aug 21 05:49:52.627 INFO O| Aug 21 05:49:52.627 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-21T05:49:53.187Z[ host-image] Aug 21 05:49:52.636 INFO O| Aug 21 05:49:52.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91762024-08-21T05:49:53.187Z[ host-image] Aug 21 05:49:52.636 INFO O| Aug 21 05:49:52.636 INFO copying /tmp/.tmpgrZf3n/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 ...
91772024-08-21T05:49:53.190Z[ host-image] Aug 21 05:49:52.637 INFO O| Aug 21 05:49:52.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91782024-08-21T05:49:53.190Z[ host-image] Aug 21 05:49:52.637 INFO O| Aug 21 05:49:52.637 INFO ok!
91792024-08-21T05:49:53.190Z[ host-image] Aug 21 05:49:52.637 INFO O| Aug 21 05:49:52.637 INFO STEP 94 (ensure_file) COMPLETE
91802024-08-21T05:49:53.190Z[ host-image] Aug 21 05:49:52.637 INFO O| Aug 21 05:49:52.637 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-21T05:49:53.197Z[ host-image] Aug 21 05:49:52.646 INFO O| Aug 21 05:49:52.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91822024-08-21T05:49:53.197Z[ host-image] Aug 21 05:49:52.646 INFO O| Aug 21 05:49:52.646 INFO copying /tmp/.tmpgrZf3n/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 ...
91832024-08-21T05:49:53.200Z[ host-image] Aug 21 05:49:52.646 INFO O| Aug 21 05:49:52.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91842024-08-21T05:49:53.200Z[ host-image] Aug 21 05:49:52.646 INFO O| Aug 21 05:49:52.646 INFO ok!
91852024-08-21T05:49:53.200Z[ host-image] Aug 21 05:49:52.646 INFO O| Aug 21 05:49:52.646 INFO STEP 95 (ensure_file) COMPLETE
91862024-08-21T05:49:53.200Z[ host-image] Aug 21 05:49:52.646 INFO O| Aug 21 05:49:52.646 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-21T05:49:53.206Z[ host-image] Aug 21 05:49:52.655 INFO O| Aug 21 05:49:52.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91882024-08-21T05:49:53.206Z[ host-image] Aug 21 05:49:52.656 INFO O| Aug 21 05:49:52.655 INFO copying /tmp/.tmpgrZf3n/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 ...
91892024-08-21T05:49:53.209Z[ host-image] Aug 21 05:49:52.656 INFO O| Aug 21 05:49:52.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91902024-08-21T05:49:53.209Z[ host-image] Aug 21 05:49:52.656 INFO O| Aug 21 05:49:52.656 INFO ok!
91912024-08-21T05:49:53.209Z[ host-image] Aug 21 05:49:52.656 INFO O| Aug 21 05:49:52.656 INFO STEP 96 (ensure_file) COMPLETE
91922024-08-21T05:49:53.209Z[ host-image] Aug 21 05:49:52.656 INFO O| Aug 21 05:49:52.656 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-21T05:49:53.216Z[ host-image] Aug 21 05:49:52.665 INFO O| Aug 21 05:49:52.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91942024-08-21T05:49:53.216Z[ host-image] Aug 21 05:49:52.665 INFO O| Aug 21 05:49:52.665 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91952024-08-21T05:49:53.219Z[ host-image] Aug 21 05:49:52.666 INFO O| Aug 21 05:49:52.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91962024-08-21T05:49:53.219Z[ host-image] Aug 21 05:49:52.666 INFO O| Aug 21 05:49:52.666 INFO ok!
91972024-08-21T05:49:53.219Z[ host-image] Aug 21 05:49:52.666 INFO O| Aug 21 05:49:52.666 INFO STEP 97 (ensure_file) COMPLETE
91982024-08-21T05:49:53.219Z[ host-image] Aug 21 05:49:52.666 INFO O| Aug 21 05:49:52.666 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-21T05:49:53.226Z[ host-image] Aug 21 05:49:52.675 INFO O| Aug 21 05:49:52.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92002024-08-21T05:49:53.226Z[ host-image] Aug 21 05:49:52.675 INFO O| Aug 21 05:49:52.675 INFO copying /tmp/.tmpgrZf3n/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 ...
92012024-08-21T05:49:53.229Z[ host-image] Aug 21 05:49:52.675 INFO O| Aug 21 05:49:52.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92022024-08-21T05:49:53.229Z[ host-image] Aug 21 05:49:52.675 INFO O| Aug 21 05:49:52.675 INFO ok!
92032024-08-21T05:49:53.229Z[ host-image] Aug 21 05:49:52.675 INFO O| Aug 21 05:49:52.675 INFO STEP 98 (ensure_file) COMPLETE
92042024-08-21T05:49:53.229Z[ host-image] Aug 21 05:49:52.675 INFO O| Aug 21 05:49:52.675 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-21T05:49:53.236Z[ host-image] Aug 21 05:49:52.685 INFO O| Aug 21 05:49:52.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92062024-08-21T05:49:53.236Z[ host-image] Aug 21 05:49:52.685 INFO O| Aug 21 05:49:52.685 INFO copying /tmp/.tmpgrZf3n/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 ...
92072024-08-21T05:49:53.239Z[ host-image] Aug 21 05:49:52.685 INFO O| Aug 21 05:49:52.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92082024-08-21T05:49:53.239Z[ host-image] Aug 21 05:49:52.685 INFO O| Aug 21 05:49:52.685 INFO ok!
92092024-08-21T05:49:53.239Z[ host-image] Aug 21 05:49:52.685 INFO O| Aug 21 05:49:52.685 INFO STEP 99 (ensure_file) COMPLETE
92102024-08-21T05:49:53.239Z[ host-image] Aug 21 05:49:52.685 INFO O| Aug 21 05:49:52.685 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-21T05:49:53.245Z[ host-image] Aug 21 05:49:52.694 INFO O| Aug 21 05:49:52.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92122024-08-21T05:49:53.245Z[ host-image] Aug 21 05:49:52.694 INFO O| Aug 21 05:49:52.694 INFO copying /tmp/.tmpgrZf3n/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 ...
92132024-08-21T05:49:53.248Z[ host-image] Aug 21 05:49:52.694 INFO O| Aug 21 05:49:52.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92142024-08-21T05:49:53.248Z[ host-image] Aug 21 05:49:52.694 INFO O| Aug 21 05:49:52.694 INFO ok!
92152024-08-21T05:49:53.248Z[ host-image] Aug 21 05:49:52.694 INFO O| Aug 21 05:49:52.694 INFO STEP 100 (ensure_file) COMPLETE
92162024-08-21T05:49:53.248Z[ host-image] Aug 21 05:49:52.694 INFO O| Aug 21 05:49:52.694 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-21T05:49:53.255Z[ host-image] Aug 21 05:49:52.704 INFO O| Aug 21 05:49:52.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92182024-08-21T05:49:53.255Z[ host-image] Aug 21 05:49:52.704 INFO O| Aug 21 05:49:52.704 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92192024-08-21T05:49:53.259Z[ host-image] Aug 21 05:49:52.704 INFO O| Aug 21 05:49:52.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92202024-08-21T05:49:53.259Z[ host-image] Aug 21 05:49:52.704 INFO O| Aug 21 05:49:52.704 INFO ok!
92212024-08-21T05:49:53.259Z[ host-image] Aug 21 05:49:52.704 INFO O| Aug 21 05:49:52.704 INFO STEP 101 (ensure_file) COMPLETE
92222024-08-21T05:49:53.259Z[ host-image] Aug 21 05:49:52.704 INFO O| Aug 21 05:49:52.704 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-21T05:49:53.264Z[ host-image] Aug 21 05:49:52.713 INFO O| Aug 21 05:49:52.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92242024-08-21T05:49:53.264Z[ host-image] Aug 21 05:49:52.713 INFO O| Aug 21 05:49:52.713 INFO copying /tmp/.tmpgrZf3n/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 ...
92252024-08-21T05:49:53.266Z[ host-image] Aug 21 05:49:52.713 INFO O| Aug 21 05:49:52.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92262024-08-21T05:49:53.267Z[ host-image] Aug 21 05:49:52.713 INFO O| Aug 21 05:49:52.713 INFO ok!
92272024-08-21T05:49:53.267Z[ host-image] Aug 21 05:49:52.713 INFO O| Aug 21 05:49:52.713 INFO STEP 102 (ensure_file) COMPLETE
92282024-08-21T05:49:53.267Z[ host-image] Aug 21 05:49:52.713 INFO O| Aug 21 05:49:52.713 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-21T05:49:53.274Z[ host-image] Aug 21 05:49:52.723 INFO O| Aug 21 05:49:52.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92302024-08-21T05:49:53.274Z[ host-image] Aug 21 05:49:52.723 INFO O| Aug 21 05:49:52.723 INFO copying /tmp/.tmpgrZf3n/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 ...
92312024-08-21T05:49:53.276Z[ host-image] Aug 21 05:49:52.723 INFO O| Aug 21 05:49:52.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92322024-08-21T05:49:53.277Z[ host-image] Aug 21 05:49:52.723 INFO O| Aug 21 05:49:52.723 INFO ok!
92332024-08-21T05:49:53.277Z[ host-image] Aug 21 05:49:52.723 INFO O| Aug 21 05:49:52.723 INFO STEP 103 (ensure_file) COMPLETE
92342024-08-21T05:49:53.277Z[ host-image] Aug 21 05:49:52.723 INFO O| Aug 21 05:49:52.723 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-21T05:49:53.283Z[ host-image] Aug 21 05:49:52.732 INFO O| Aug 21 05:49:52.732 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92362024-08-21T05:49:53.283Z[ host-image] Aug 21 05:49:52.732 INFO O| Aug 21 05:49:52.732 INFO copying /tmp/.tmpgrZf3n/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 ...
92372024-08-21T05:49:53.286Z[ host-image] Aug 21 05:49:52.732 INFO O| Aug 21 05:49:52.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92382024-08-21T05:49:53.286Z[ host-image] Aug 21 05:49:52.732 INFO O| Aug 21 05:49:52.732 INFO ok!
92392024-08-21T05:49:53.286Z[ host-image] Aug 21 05:49:52.732 INFO O| Aug 21 05:49:52.732 INFO STEP 104 (ensure_file) COMPLETE
92402024-08-21T05:49:53.286Z[ host-image] Aug 21 05:49:52.732 INFO O| Aug 21 05:49:52.732 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-21T05:49:53.293Z[ host-image] Aug 21 05:49:52.742 INFO O| Aug 21 05:49:52.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92422024-08-21T05:49:53.295Z[ host-image] Aug 21 05:49:52.742 INFO O| Aug 21 05:49:52.742 INFO copying /tmp/.tmpgrZf3n/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 ...
92432024-08-21T05:49:53.295Z[ host-image] Aug 21 05:49:52.742 INFO O| Aug 21 05:49:52.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92442024-08-21T05:49:53.295Z[ host-image] Aug 21 05:49:52.742 INFO O| Aug 21 05:49:52.742 INFO ok!
92452024-08-21T05:49:53.295Z[ host-image] Aug 21 05:49:52.742 INFO O| Aug 21 05:49:52.742 INFO STEP 105 (ensure_file) COMPLETE
92462024-08-21T05:49:53.295Z[ host-image] Aug 21 05:49:52.742 INFO O| Aug 21 05:49:52.742 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-21T05:49:53.302Z[ host-image] Aug 21 05:49:52.751 INFO O| Aug 21 05:49:52.751 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92482024-08-21T05:49:53.302Z[ host-image] Aug 21 05:49:52.751 INFO O| Aug 21 05:49:52.751 INFO copying /tmp/.tmpgrZf3n/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 ...
92492024-08-21T05:49:53.305Z[ host-image] Aug 21 05:49:52.751 INFO O| Aug 21 05:49:52.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92502024-08-21T05:49:53.305Z[ host-image] Aug 21 05:49:52.751 INFO O| Aug 21 05:49:52.751 INFO ok!
92512024-08-21T05:49:53.305Z[ host-image] Aug 21 05:49:52.751 INFO O| Aug 21 05:49:52.751 INFO STEP 106 (ensure_file) COMPLETE
92522024-08-21T05:49:53.305Z[ host-image] Aug 21 05:49:52.751 INFO O| Aug 21 05:49:52.751 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-21T05:49:53.312Z[ host-image] Aug 21 05:49:52.761 INFO O| Aug 21 05:49:52.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92542024-08-21T05:49:53.312Z[ host-image] Aug 21 05:49:52.761 INFO O| Aug 21 05:49:52.761 INFO copying /tmp/.tmpgrZf3n/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 ...
92552024-08-21T05:49:53.314Z[ host-image] Aug 21 05:49:52.761 INFO O| Aug 21 05:49:52.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92562024-08-21T05:49:53.314Z[ host-image] Aug 21 05:49:52.761 INFO O| Aug 21 05:49:52.761 INFO ok!
92572024-08-21T05:49:53.314Z[ host-image] Aug 21 05:49:52.761 INFO O| Aug 21 05:49:52.761 INFO STEP 107 (ensure_file) COMPLETE
92582024-08-21T05:49:53.314Z[ host-image] Aug 21 05:49:52.761 INFO O| Aug 21 05:49:52.761 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-21T05:49:53.321Z[ host-image] Aug 21 05:49:52.770 INFO O| Aug 21 05:49:52.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92602024-08-21T05:49:53.322Z[ host-image] Aug 21 05:49:52.770 INFO O| Aug 21 05:49:52.770 INFO copying /tmp/.tmpgrZf3n/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 ...
92612024-08-21T05:49:53.322Z[ host-image] Aug 21 05:49:52.771 INFO O| Aug 21 05:49:52.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92622024-08-21T05:49:53.324Z[ host-image] Aug 21 05:49:52.771 INFO O| Aug 21 05:49:52.771 INFO ok!
92632024-08-21T05:49:53.324Z[ host-image] Aug 21 05:49:52.771 INFO O| Aug 21 05:49:52.771 INFO STEP 108 (ensure_file) COMPLETE
92642024-08-21T05:49:53.324Z[ host-image] Aug 21 05:49:52.771 INFO O| Aug 21 05:49:52.771 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-21T05:49:53.332Z[ host-image] Aug 21 05:49:52.780 INFO O| Aug 21 05:49:52.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92662024-08-21T05:49:53.332Z[ host-image] Aug 21 05:49:52.780 INFO O| Aug 21 05:49:52.780 INFO copying /tmp/.tmpgrZf3n/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 ...
92672024-08-21T05:49:53.336Z[ host-image] Aug 21 05:49:52.780 INFO O| Aug 21 05:49:52.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92682024-08-21T05:49:53.336Z[ host-image] Aug 21 05:49:52.780 INFO O| Aug 21 05:49:52.780 INFO ok!
92692024-08-21T05:49:53.336Z[ host-image] Aug 21 05:49:52.780 INFO O| Aug 21 05:49:52.780 INFO STEP 109 (ensure_file) COMPLETE
92702024-08-21T05:49:53.336Z[ host-image] Aug 21 05:49:52.780 INFO O| Aug 21 05:49:52.780 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-21T05:49:53.341Z[ host-image] Aug 21 05:49:52.790 INFO O| Aug 21 05:49:52.790 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92722024-08-21T05:49:53.341Z[ host-image] Aug 21 05:49:52.790 INFO O| Aug 21 05:49:52.790 INFO copying /tmp/.tmpgrZf3n/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 ...
92732024-08-21T05:49:53.343Z[ host-image] Aug 21 05:49:52.790 INFO O| Aug 21 05:49:52.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92742024-08-21T05:49:53.343Z[ host-image] Aug 21 05:49:52.790 INFO O| Aug 21 05:49:52.790 INFO ok!
92752024-08-21T05:49:53.343Z[ host-image] Aug 21 05:49:52.790 INFO O| Aug 21 05:49:52.790 INFO STEP 110 (ensure_file) COMPLETE
92762024-08-21T05:49:53.343Z[ host-image] Aug 21 05:49:52.790 INFO O| Aug 21 05:49:52.790 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-21T05:49:53.351Z[ host-image] Aug 21 05:49:52.799 INFO O| Aug 21 05:49:52.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92782024-08-21T05:49:53.351Z[ host-image] Aug 21 05:49:52.799 INFO O| Aug 21 05:49:52.799 INFO copying /tmp/.tmpgrZf3n/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 ...
92792024-08-21T05:49:53.354Z[ host-image] Aug 21 05:49:52.799 INFO O| Aug 21 05:49:52.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92802024-08-21T05:49:53.354Z[ host-image] Aug 21 05:49:52.799 INFO O| Aug 21 05:49:52.799 INFO ok!
92812024-08-21T05:49:53.354Z[ host-image] Aug 21 05:49:52.799 INFO O| Aug 21 05:49:52.799 INFO STEP 111 (ensure_file) COMPLETE
92822024-08-21T05:49:53.354Z[ host-image] Aug 21 05:49:52.799 INFO O| Aug 21 05:49:52.799 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-08-21T05:49:53.360Z[ host-image] Aug 21 05:49:52.809 INFO O| Aug 21 05:49:52.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92842024-08-21T05:49:53.360Z[ host-image] Aug 21 05:49:52.809 INFO O| Aug 21 05:49:52.809 INFO copying /tmp/.tmpgrZf3n/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 ...
92852024-08-21T05:49:53.362Z[ host-image] Aug 21 05:49:52.809 INFO O| Aug 21 05:49:52.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92862024-08-21T05:49:53.362Z[ host-image] Aug 21 05:49:52.809 INFO O| Aug 21 05:49:52.809 INFO ok!
92872024-08-21T05:49:53.362Z[ host-image] Aug 21 05:49:52.809 INFO O| Aug 21 05:49:52.809 INFO STEP 112 (ensure_file) COMPLETE
92882024-08-21T05:49:53.362Z[ host-image] Aug 21 05:49:52.809 INFO O| Aug 21 05:49:52.809 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-08-21T05:49:53.369Z[ host-image] Aug 21 05:49:52.818 INFO O| Aug 21 05:49:52.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92902024-08-21T05:49:53.372Z[ host-image] Aug 21 05:49:52.818 INFO O| Aug 21 05:49:52.818 INFO copying /tmp/.tmpgrZf3n/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 ...
92912024-08-21T05:49:53.372Z[ host-image] Aug 21 05:49:52.818 INFO O| Aug 21 05:49:52.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92922024-08-21T05:49:53.372Z[ host-image] Aug 21 05:49:52.818 INFO O| Aug 21 05:49:52.818 INFO ok!
92932024-08-21T05:49:53.372Z[ host-image] Aug 21 05:49:52.818 INFO O| Aug 21 05:49:52.818 INFO STEP 113 (ensure_file) COMPLETE
92942024-08-21T05:49:53.372Z[ host-image] Aug 21 05:49:52.818 INFO O| Aug 21 05:49:52.818 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-08-21T05:49:53.379Z[ host-image] Aug 21 05:49:52.828 INFO O| Aug 21 05:49:52.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92962024-08-21T05:49:53.379Z[ host-image] Aug 21 05:49:52.828 INFO O| Aug 21 05:49:52.828 INFO copying /tmp/.tmpgrZf3n/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 ...
92972024-08-21T05:49:53.382Z[ host-image] Aug 21 05:49:52.828 INFO O| Aug 21 05:49:52.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92982024-08-21T05:49:53.382Z[ host-image] Aug 21 05:49:52.828 INFO O| Aug 21 05:49:52.828 INFO ok!
92992024-08-21T05:49:53.382Z[ host-image] Aug 21 05:49:52.828 INFO O| Aug 21 05:49:52.828 INFO STEP 114 (ensure_file) COMPLETE
93002024-08-21T05:49:53.382Z[ host-image] Aug 21 05:49:52.828 INFO O| Aug 21 05:49:52.828 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-08-21T05:49:53.388Z[ host-image] Aug 21 05:49:52.837 INFO O| Aug 21 05:49:52.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93022024-08-21T05:49:53.388Z[ host-image] Aug 21 05:49:52.837 INFO O| Aug 21 05:49:52.837 INFO copying /tmp/.tmpgrZf3n/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 ...
93032024-08-21T05:49:53.388Z[ host-image] Aug 21 05:49:52.837 INFO O| Aug 21 05:49:52.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93042024-08-21T05:49:53.388Z[ host-image] Aug 21 05:49:52.837 INFO O| Aug 21 05:49:52.837 INFO ok!
93052024-08-21T05:49:53.388Z[ host-image] Aug 21 05:49:52.837 INFO O| Aug 21 05:49:52.837 INFO STEP 115 (ensure_file) COMPLETE
93062024-08-21T05:49:53.391Z[ host-image] Aug 21 05:49:52.837 INFO O| Aug 21 05:49:52.837 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-08-21T05:49:53.398Z[ host-image] Aug 21 05:49:52.847 INFO O| Aug 21 05:49:52.847 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93082024-08-21T05:49:53.398Z[ host-image] Aug 21 05:49:52.847 INFO O| Aug 21 05:49:52.847 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93092024-08-21T05:49:53.400Z[ host-image] Aug 21 05:49:52.847 INFO O| Aug 21 05:49:52.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93102024-08-21T05:49:53.400Z[ host-image] Aug 21 05:49:52.847 INFO O| Aug 21 05:49:52.847 INFO ok!
93112024-08-21T05:49:53.400Z[ host-image] Aug 21 05:49:52.847 INFO O| Aug 21 05:49:52.847 INFO STEP 116 (ensure_file) COMPLETE
93122024-08-21T05:49:53.400Z[ host-image] Aug 21 05:49:52.847 INFO O| Aug 21 05:49:52.847 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-08-21T05:49:53.409Z[ host-image] Aug 21 05:49:52.856 INFO O| Aug 21 05:49:52.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93142024-08-21T05:49:53.409Z[ host-image] Aug 21 05:49:52.856 INFO O| Aug 21 05:49:52.856 INFO copying /tmp/.tmpgrZf3n/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 ...
93152024-08-21T05:49:53.411Z[ host-image] Aug 21 05:49:52.857 INFO O| Aug 21 05:49:52.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93162024-08-21T05:49:53.411Z[ host-image] Aug 21 05:49:52.857 INFO O| Aug 21 05:49:52.857 INFO ok!
93172024-08-21T05:49:53.411Z[ host-image] Aug 21 05:49:52.857 INFO O| Aug 21 05:49:52.857 INFO STEP 117 (ensure_file) COMPLETE
93182024-08-21T05:49:53.411Z[ host-image] Aug 21 05:49:52.857 INFO O| Aug 21 05:49:52.857 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-08-21T05:49:53.417Z[ host-image] Aug 21 05:49:52.866 INFO O| Aug 21 05:49:52.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93202024-08-21T05:49:53.417Z[ host-image] Aug 21 05:49:52.866 INFO O| Aug 21 05:49:52.866 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93212024-08-21T05:49:53.419Z[ host-image] Aug 21 05:49:52.866 INFO O| Aug 21 05:49:52.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93222024-08-21T05:49:53.419Z[ host-image] Aug 21 05:49:52.866 INFO O| Aug 21 05:49:52.866 INFO ok!
93232024-08-21T05:49:53.419Z[ host-image] Aug 21 05:49:52.866 INFO O| Aug 21 05:49:52.866 INFO STEP 118 (ensure_file) COMPLETE
93242024-08-21T05:49:53.419Z[ host-image] Aug 21 05:49:52.866 INFO O| Aug 21 05:49:52.866 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-08-21T05:49:53.426Z[ host-image] Aug 21 05:49:52.875 INFO O| Aug 21 05:49:52.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93262024-08-21T05:49:53.426Z[ host-image] Aug 21 05:49:52.875 INFO O| Aug 21 05:49:52.875 INFO copying /tmp/.tmpgrZf3n/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93272024-08-21T05:49:56.527Z[ host-image] Aug 21 05:49:55.974 INFO O| Aug 21 05:49:55.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93282024-08-21T05:49:56.527Z[ host-image] Aug 21 05:49:55.974 INFO O| Aug 21 05:49:55.974 INFO ok!
93292024-08-21T05:49:56.530Z[ host-image] Aug 21 05:49:55.974 INFO O| Aug 21 05:49:55.974 INFO STEP 119 (ensure_file) COMPLETE
93302024-08-21T05:49:56.530Z[ host-image] Aug 21 05:49:55.974 INFO O| Aug 21 05:49:55.974 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-08-21T05:49:56.539Z[ host-image] Aug 21 05:49:55.986 INFO O| Aug 21 05:49:55.986 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93322024-08-21T05:49:56.539Z[ host-image] Aug 21 05:49:55.986 INFO O| Aug 21 05:49:55.986 INFO STEP 120 (ensure_dir) COMPLETE
93332024-08-21T05:49:56.543Z[ host-image] Aug 21 05:49:55.986 INFO O| Aug 21 05:49:55.986 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-08-21T05:49:56.547Z[ host-image] Aug 21 05:49:55.996 INFO O| Aug 21 05:49:55.995 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93352024-08-21T05:49:56.547Z[ host-image] Aug 21 05:49:55.996 INFO O| Aug 21 05:49:55.996 INFO STEP 121 (ensure_dir) COMPLETE
93362024-08-21T05:49:56.547Z[ host-image] Aug 21 05:49:55.996 INFO O| Aug 21 05:49:55.996 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-08-21T05:49:56.557Z[ host-image] Aug 21 05:49:56.006 INFO O| Aug 21 05:49:56.006 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93382024-08-21T05:49:56.557Z[ host-image] Aug 21 05:49:56.006 INFO O| Aug 21 05:49:56.006 INFO STEP 122 (ensure_dir) COMPLETE
93392024-08-21T05:49:56.557Z[ host-image] Aug 21 05:49:56.006 INFO O| Aug 21 05:49:56.006 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-08-21T05:49:56.567Z[ host-image] Aug 21 05:49:56.016 INFO O| Aug 21 05:49:56.016 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93412024-08-21T05:49:56.567Z[ host-image] Aug 21 05:49:56.016 INFO O| Aug 21 05:49:56.016 INFO STEP 123 (ensure_dir) COMPLETE
93422024-08-21T05:49:56.570Z[ host-image] Aug 21 05:49:56.016 INFO O| Aug 21 05:49:56.016 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-08-21T05:49:56.578Z[ host-image] Aug 21 05:49:56.026 INFO O| Aug 21 05:49:56.026 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93442024-08-21T05:49:56.578Z[ host-image] Aug 21 05:49:56.026 INFO O| Aug 21 05:49:56.026 INFO copying /tmp/.tmpgrZf3n/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 ...
93452024-08-21T05:49:56.580Z[ host-image] Aug 21 05:49:56.026 INFO O| Aug 21 05:49:56.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93462024-08-21T05:49:56.580Z[ host-image] Aug 21 05:49:56.026 INFO O| Aug 21 05:49:56.026 INFO ok!
93472024-08-21T05:49:56.580Z[ host-image] Aug 21 05:49:56.026 INFO O| Aug 21 05:49:56.026 INFO STEP 124 (ensure_file) COMPLETE
93482024-08-21T05:49:56.580Z[ host-image] Aug 21 05:49:56.026 INFO O| Aug 21 05:49:56.026 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-08-21T05:49:56.589Z[ host-image] Aug 21 05:49:56.036 INFO O| Aug 21 05:49:56.036 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93502024-08-21T05:49:56.589Z[ host-image] Aug 21 05:49:56.036 INFO O| Aug 21 05:49:56.036 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93512024-08-21T05:49:56.591Z[ host-image] Aug 21 05:49:56.036 INFO O| Aug 21 05:49:56.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93522024-08-21T05:49:56.591Z[ host-image] Aug 21 05:49:56.036 INFO O| Aug 21 05:49:56.036 INFO STEP 125 (ensure_dir) COMPLETE
93532024-08-21T05:49:56.591Z[ host-image] Aug 21 05:49:56.036 INFO O| Aug 21 05:49:56.036 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-08-21T05:49:56.597Z[ host-image] Aug 21 05:49:56.046 INFO O| Aug 21 05:49:56.046 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93552024-08-21T05:49:56.598Z[ host-image] Aug 21 05:49:56.046 INFO O| Aug 21 05:49:56.046 INFO copying /tmp/.tmpgrZf3n/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93562024-08-21T05:49:56.600Z[ host-image] Aug 21 05:49:56.046 INFO O| Aug 21 05:49:56.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93572024-08-21T05:49:56.600Z[ host-image] Aug 21 05:49:56.046 INFO O| Aug 21 05:49:56.046 INFO ok!
93582024-08-21T05:49:56.600Z[ host-image] Aug 21 05:49:56.046 INFO O| Aug 21 05:49:56.046 INFO STEP 126 (ensure_file) COMPLETE
93592024-08-21T05:49:56.600Z[ host-image] Aug 21 05:49:56.046 INFO O| Aug 21 05:49:56.046 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93602024-08-21T05:49:56.607Z[ host-image] Aug 21 05:49:56.056 INFO O| Aug 21 05:49:56.056 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93612024-08-21T05:49:56.610Z[ host-image] Aug 21 05:49:56.056 INFO O| Aug 21 05:49:56.056 INFO STEP 127 (remove_files) COMPLETE
93622024-08-21T05:49:56.610Z[ host-image] Aug 21 05:49:56.056 INFO O| Aug 21 05:49:56.056 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93632024-08-21T05:49:56.618Z[ host-image] Aug 21 05:49:56.066 INFO O| Aug 21 05:49:56.066 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93642024-08-21T05:49:56.621Z[ host-image] Aug 21 05:49:56.066 INFO O| Aug 21 05:49:56.066 INFO STEP 128 (remove_files) COMPLETE
93652024-08-21T05:49:56.621Z[ host-image] Aug 21 05:49:56.066 INFO O| Aug 21 05:49:56.066 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93662024-08-21T05:49:56.628Z[ host-image] Aug 21 05:49:56.077 INFO O| Aug 21 05:49:56.076 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93672024-08-21T05:49:56.631Z[ host-image] Aug 21 05:49:56.077 INFO O| Aug 21 05:49:56.077 INFO STEP 129 (remove_files) COMPLETE
93682024-08-21T05:49:56.631Z[ host-image] Aug 21 05:49:56.077 INFO O| Aug 21 05:49:56.077 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93692024-08-21T05:49:56.638Z[ host-image] Aug 21 05:49:56.086 INFO O| Aug 21 05:49:56.086 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93702024-08-21T05:49:56.640Z[ host-image] Aug 21 05:49:56.087 INFO O| Aug 21 05:49:56.087 INFO STEP 130 (remove_files) COMPLETE
93712024-08-21T05:49:56.640Z[ host-image] Aug 21 05:49:56.087 INFO O| Aug 21 05:49:56.087 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93722024-08-21T05:49:56.648Z[ host-image] Aug 21 05:49:56.096 INFO O| Aug 21 05:49:56.096 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93732024-08-21T05:49:56.650Z[ host-image] Aug 21 05:49:56.096 INFO O| Aug 21 05:49:56.096 INFO STEP 131 (remove_files) COMPLETE
93742024-08-21T05:49:56.650Z[ host-image] Aug 21 05:49:56.096 INFO O| Aug 21 05:49:56.096 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93752024-08-21T05:49:56.658Z[ host-image] Aug 21 05:49:56.106 INFO O| Aug 21 05:49:56.106 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93762024-08-21T05:49:56.660Z[ host-image] Aug 21 05:49:56.106 INFO O| Aug 21 05:49:56.106 INFO STEP 132 (remove_files) COMPLETE
93772024-08-21T05:49:56.660Z[ host-image] Aug 21 05:49:56.106 INFO O| Aug 21 05:49:56.106 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93782024-08-21T05:49:56.668Z[ host-image] Aug 21 05:49:56.116 INFO O| Aug 21 05:49:56.116 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93792024-08-21T05:49:56.671Z[ host-image] Aug 21 05:49:56.116 INFO O| Aug 21 05:49:56.116 INFO STEP 133 (remove_files) COMPLETE
93802024-08-21T05:49:56.671Z[ host-image] Aug 21 05:49:56.116 INFO O| Aug 21 05:49:56.116 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93812024-08-21T05:49:56.677Z[ host-image] Aug 21 05:49:56.125 INFO O| Aug 21 05:49:56.125 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93822024-08-21T05:49:56.677Z[ host-image] Aug 21 05:49:56.126 INFO O| Aug 21 05:49:56.125 INFO STEP 134 (remove_files) COMPLETE
93832024-08-21T05:49:56.680Z[ host-image] Aug 21 05:49:56.126 INFO O| Aug 21 05:49:56.126 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93842024-08-21T05:49:56.687Z[ host-image] Aug 21 05:49:56.135 INFO O| Aug 21 05:49:56.135 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93852024-08-21T05:49:56.689Z[ host-image] Aug 21 05:49:56.135 INFO O| Aug 21 05:49:56.135 INFO STEP 135 (remove_files) COMPLETE
93862024-08-21T05:49:56.689Z[ host-image] Aug 21 05:49:56.135 INFO O| Aug 21 05:49:56.135 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93872024-08-21T05:49:56.696Z[ host-image] Aug 21 05:49:56.145 INFO O| Aug 21 05:49:56.145 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93882024-08-21T05:49:56.696Z[ host-image] Aug 21 05:49:56.145 INFO O| Aug 21 05:49:56.145 INFO STEP 136 (remove_files) COMPLETE
93892024-08-21T05:49:56.696Z[ host-image] Aug 21 05:49:56.145 INFO O| Aug 21 05:49:56.145 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93902024-08-21T05:49:56.710Z[ host-image] Aug 21 05:49:56.155 INFO O| Aug 21 05:49:56.155 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93912024-08-21T05:49:56.710Z[ host-image] Aug 21 05:49:56.155 INFO O| Aug 21 05:49:56.155 INFO STEP 137 (remove_files) COMPLETE
93922024-08-21T05:49:56.710Z[ host-image] Aug 21 05:49:56.155 INFO O| Aug 21 05:49:56.155 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93932024-08-21T05:49:56.717Z[ host-image] Aug 21 05:49:56.165 INFO O| Aug 21 05:49:56.165 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93942024-08-21T05:49:56.717Z[ host-image] Aug 21 05:49:56.165 INFO O| Aug 21 05:49:56.165 INFO STEP 138 (remove_files) COMPLETE
93952024-08-21T05:49:56.719Z[ host-image] Aug 21 05:49:56.165 INFO O| Aug 21 05:49:56.165 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93962024-08-21T05:49:56.727Z[ host-image] Aug 21 05:49:56.175 INFO O| Aug 21 05:49:56.175 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93972024-08-21T05:49:56.727Z[ host-image] Aug 21 05:49:56.175 INFO O| Aug 21 05:49:56.175 INFO STEP 139 (remove_files) COMPLETE
93982024-08-21T05:49:56.727Z[ host-image] Aug 21 05:49:56.175 INFO O| Aug 21 05:49:56.175 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93992024-08-21T05:49:56.737Z[ host-image] Aug 21 05:49:56.185 INFO O| Aug 21 05:49:56.185 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94002024-08-21T05:49:56.737Z[ host-image] Aug 21 05:49:56.185 INFO O| Aug 21 05:49:56.185 INFO STEP 140 (remove_files) COMPLETE
94012024-08-21T05:49:56.740Z[ host-image] Aug 21 05:49:56.185 INFO O| Aug 21 05:49:56.185 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94022024-08-21T05:49:56.747Z[ host-image] Aug 21 05:49:56.195 INFO O| Aug 21 05:49:56.195 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94032024-08-21T05:49:56.747Z[ host-image] Aug 21 05:49:56.195 INFO O| Aug 21 05:49:56.195 INFO STEP 141 (remove_files) COMPLETE
94042024-08-21T05:49:56.749Z[ host-image] Aug 21 05:49:56.195 INFO O| Aug 21 05:49:56.195 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94052024-08-21T05:49:56.757Z[ host-image] Aug 21 05:49:56.205 INFO O| Aug 21 05:49:56.205 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94062024-08-21T05:49:56.759Z[ host-image] Aug 21 05:49:56.205 INFO O| Aug 21 05:49:56.205 INFO STEP 142 (remove_files) COMPLETE
94072024-08-21T05:49:56.759Z[ host-image] Aug 21 05:49:56.205 INFO O| Aug 21 05:49:56.205 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94082024-08-21T05:49:56.767Z[ host-image] Aug 21 05:49:56.215 INFO O| Aug 21 05:49:56.215 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94092024-08-21T05:49:56.767Z[ host-image] Aug 21 05:49:56.215 INFO O| Aug 21 05:49:56.215 INFO STEP 143 (remove_files) COMPLETE
94102024-08-21T05:49:56.769Z[ host-image] Aug 21 05:49:56.215 INFO O| Aug 21 05:49:56.215 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94112024-08-21T05:49:56.776Z[ host-image] Aug 21 05:49:56.225 INFO O| Aug 21 05:49:56.225 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94122024-08-21T05:49:56.776Z[ host-image] Aug 21 05:49:56.225 INFO O| Aug 21 05:49:56.225 INFO STEP 144 (remove_files) COMPLETE
94132024-08-21T05:49:56.784Z[ host-image] Aug 21 05:49:56.225 INFO O| Aug 21 05:49:56.225 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94142024-08-21T05:49:56.787Z[ host-image] Aug 21 05:49:56.235 INFO O| Aug 21 05:49:56.235 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94152024-08-21T05:49:56.787Z[ host-image] Aug 21 05:49:56.235 INFO O| Aug 21 05:49:56.235 INFO STEP 145 (remove_files) COMPLETE
94162024-08-21T05:49:56.789Z[ host-image] Aug 21 05:49:56.235 INFO O| Aug 21 05:49:56.235 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94172024-08-21T05:49:56.797Z[ host-image] Aug 21 05:49:56.245 INFO O| Aug 21 05:49:56.245 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94182024-08-21T05:49:56.798Z[ host-image] Aug 21 05:49:56.245 INFO O| Aug 21 05:49:56.245 INFO STEP 146 (remove_files) COMPLETE
94192024-08-21T05:49:56.798Z[ host-image] Aug 21 05:49:56.245 INFO O| Aug 21 05:49:56.245 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94202024-08-21T05:49:56.822Z[ host-image] Aug 21 05:49:56.255 INFO O| Aug 21 05:49:56.255 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94212024-08-21T05:49:56.822Z[ host-image] Aug 21 05:49:56.255 INFO O| Aug 21 05:49:56.255 INFO STEP 147 (remove_files) COMPLETE
94222024-08-21T05:49:56.822Z[ host-image] Aug 21 05:49:56.255 INFO O| Aug 21 05:49:56.255 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94232024-08-21T05:49:56.825Z[ host-image] Aug 21 05:49:56.265 INFO O| Aug 21 05:49:56.265 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94242024-08-21T05:49:56.825Z[ host-image] Aug 21 05:49:56.265 INFO O| Aug 21 05:49:56.265 INFO STEP 148 (remove_files) COMPLETE
94252024-08-21T05:49:56.825Z[ host-image] Aug 21 05:49:56.265 INFO O| Aug 21 05:49:56.265 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94262024-08-21T05:49:56.828Z[ host-image] Aug 21 05:49:56.275 INFO O| Aug 21 05:49:56.275 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94272024-08-21T05:49:56.828Z[ host-image] Aug 21 05:49:56.275 INFO O| Aug 21 05:49:56.275 INFO STEP 149 (remove_files) COMPLETE
94282024-08-21T05:49:56.828Z[ host-image] Aug 21 05:49:56.275 INFO O| Aug 21 05:49:56.275 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94292024-08-21T05:49:56.836Z[ host-image] Aug 21 05:49:56.284 INFO O| Aug 21 05:49:56.284 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94302024-08-21T05:49:56.838Z[ host-image] Aug 21 05:49:56.284 INFO O| Aug 21 05:49:56.284 INFO STEP 150 (remove_files) COMPLETE
94312024-08-21T05:49:56.838Z[ host-image] Aug 21 05:49:56.284 INFO O| Aug 21 05:49:56.284 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322024-08-21T05:49:56.845Z[ host-image] Aug 21 05:49:56.294 INFO O| Aug 21 05:49:56.293 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94332024-08-21T05:49:56.845Z[ host-image] Aug 21 05:49:56.294 INFO O| Aug 21 05:49:56.294 INFO STEP 151 (remove_files) COMPLETE
94342024-08-21T05:49:56.845Z[ host-image] Aug 21 05:49:56.294 INFO O| Aug 21 05:49:56.294 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-08-21T05:49:56.855Z[ host-image] Aug 21 05:49:56.303 INFO O| Aug 21 05:49:56.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94362024-08-21T05:49:56.857Z[ host-image] Aug 21 05:49:56.303 INFO O| Aug 21 05:49:56.303 INFO STEP 152 (remove_files) COMPLETE
94372024-08-21T05:49:56.857Z[ host-image] Aug 21 05:49:56.303 INFO O| Aug 21 05:49:56.303 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-08-21T05:49:56.864Z[ host-image] Aug 21 05:49:56.313 INFO O| Aug 21 05:49:56.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94392024-08-21T05:49:56.864Z[ host-image] Aug 21 05:49:56.313 INFO O| Aug 21 05:49:56.313 INFO STEP 153 (remove_files) COMPLETE
94402024-08-21T05:49:56.867Z[ host-image] Aug 21 05:49:56.313 INFO O| Aug 21 05:49:56.313 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412024-08-21T05:49:56.874Z[ host-image] Aug 21 05:49:56.322 INFO O| Aug 21 05:49:56.322 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94422024-08-21T05:49:56.876Z[ host-image] Aug 21 05:49:56.322 INFO O| Aug 21 05:49:56.322 INFO STEP 154 (remove_files) COMPLETE
94432024-08-21T05:49:56.876Z[ host-image] Aug 21 05:49:56.322 INFO O| Aug 21 05:49:56.322 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442024-08-21T05:49:56.885Z[ host-image] Aug 21 05:49:56.332 INFO O| Aug 21 05:49:56.332 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94452024-08-21T05:49:56.885Z[ host-image] Aug 21 05:49:56.332 INFO O| Aug 21 05:49:56.332 INFO STEP 155 (remove_files) COMPLETE
94462024-08-21T05:49:56.885Z[ host-image] Aug 21 05:49:56.332 INFO O| Aug 21 05:49:56.332 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94472024-08-21T05:49:56.898Z[ host-image] Aug 21 05:49:56.346 INFO O| Aug 21 05:49:56.346 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94482024-08-21T05:49:56.900Z[ host-image] Aug 21 05:49:56.346 INFO O| Aug 21 05:49:56.346 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_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
94492024-08-21T05:50:06.461Z[ host-image] Aug 21 05:50:05.908 INFO O| Aug 21 05:50:05.908 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
94502024-08-21T05:50:06.461Z[ host-image] Aug 21 05:50:05.908 INFO O| Aug 21 05:50:05.908 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94512024-08-21T05:50:06.476Z[ host-image] Aug 21 05:50:05.923 INFO O| Aug 21 05:50:05.922 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
94522024-08-21T05:50:06.553Z[ host-image] Aug 21 05:50:06.000 INFO O| Aug 21 05:50:06.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94532024-08-21T05:50:06.553Z[ host-image] Aug 21 05:50:06.000 INFO O| Aug 21 05:50:06.000 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94542024-08-21T05:50:06.556Z[ host-image] Aug 21 05:50:06.003 INFO O| Aug 21 05:50:06.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94552024-08-21T05:50:06.556Z[ host-image] Aug 21 05:50:06.003 INFO O| Aug 21 05:50:06.003 INFO ok!
94562024-08-21T05:50:06.558Z[ host-image] Aug 21 05:50:06.003 INFO O| Aug 21 05:50:06.003 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94572024-08-21T05:50:06.558Z[ host-image] Aug 21 05:50:06.003 INFO O| Aug 21 05:50:06.003 INFO STEP 156 (seed_smf) COMPLETE
94582024-08-21T05:50:06.558Z[ host-image] Aug 21 05:50:06.003 INFO O| Aug 21 05:50:06.003 INFO steps complete; finalising image!
94592024-08-21T05:50:06.558Z[ host-image] Aug 21 05:50:06.003 INFO O| Aug 21 05:50:06.003 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94602024-08-21T05:50:06.697Z[ host-image] Aug 21 05:50:06.143 INFO O| Aug 21 05:50:06.143 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Aug 21 05:50:06 2024)
94612024-08-21T05:50:06.918Z[ host-image] Aug 21 05:50:06.364 INFO O| Aug 21 05:50:06.364 INFO temporary pool has 665M used, 167M avail, 1.88x compressratio
94622024-08-21T05:50:06.918Z[ host-image] Aug 21 05:50:06.364 INFO O| Aug 21 05:50:06.364 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94632024-08-21T05:50:07.195Z[ host-image] Aug 21 05:50:06.642 INFO O| Aug 21 05:50:06.642 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94642024-08-21T05:50:07.195Z[ host-image] Aug 21 05:50:06.642 INFO O| Aug 21 05:50:06.642 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94652024-08-21T05:50:08.216Z[ host-image] Aug 21 05:50:07.657 INFO O| Aug 21 05:50:07.657 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94662024-08-21T05:50:08.217Z[ host-image] Aug 21 05:50:07.657 INFO O| Aug 21 05:50:07.657 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94672024-08-21T05:50:08.228Z[ host-image] Aug 21 05:50:07.657 INFO O| Aug 21 05:50:07.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94682024-08-21T05:50:08.228Z[ host-image] Aug 21 05:50:07.657 INFO O| Aug 21 05:50:07.657 INFO completed processing gimlet/zfs
94692024-08-21T05:50:08.228Z[ host-image] Aug 21 05:50:07.657 INFO O| Aug 21 05:50:07.657 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94702024-08-21T05:50:14.517Z[ host-image] Aug 21 05:50:13.962 INFO O| Aug 21 05:50:13.962 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94712024-08-21T05:50:14.615Z[ host-image] Aug 21 05:50:14.061 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n"
94722024-08-21T05:50:14.615Z[ host-image] Aug 21 05:50:14.061 INFO expanded image name: "ci aee57d3/${os_short_commit} 2024-08-21 05:20" -> "ci aee57d3/60122b5 2024-08-21 05:20"
94732024-08-21T05:50:14.618Z[ host-image] Aug 21 05:50:14.061 INFO output artefacts stored in: "/work/os-host"
94742024-08-21T05:50:14.618Z[ host-image] Aug 21 05:50:14.061 INFO collecting git info from project "phbl"...
94752024-08-21T05:50:14.621Z[ host-image] Aug 21 05:50:14.067 INFO collecting git info from project "image-builder"...
94762024-08-21T05:50:14.625Z[ host-image] Aug 21 05:50:14.071 INFO collecting git info from project "pilot"...
94772024-08-21T05:50:14.630Z[ host-image] Aug 21 05:50:14.076 INFO collecting git info from project "amd-firmware"...
94782024-08-21T05:50:14.638Z[ host-image] Aug 21 05:50:14.084 INFO collecting git info from project "bootserver"...
94792024-08-21T05:50:14.642Z[ host-image] Aug 21 05:50:14.088 INFO collecting git info from project "amd-host-image-builder"...
94802024-08-21T05:50:14.656Z[ host-image] Aug 21 05:50:14.102 INFO collecting git info from project "chelsio-t6-roms"...
94812024-08-21T05:50:14.660Z[ host-image] Aug 21 05:50:14.106 INFO collecting git info from project "pinprick"...
94822024-08-21T05:50:14.665Z[ host-image] Aug 21 05:50:14.110 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94832024-08-21T05:50:15.023Z[ host-image] Aug 21 05:50:14.468 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94842024-08-21T05:50:15.370Z[ host-image] Aug 21 05:50:14.816 INFO creating Oxide boot image...
94852024-08-21T05:50:15.370Z[ host-image] Aug 21 05:50:14.816 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci aee57d3/60122b5 2024-08-21 05:20", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94862024-08-21T05:50:16.299Z[ host-image] Aug 21 05:50:15.744 INFO O| ok, image written!
94872024-08-21T05:50:16.299Z[ host-image] Aug 21 05:50:15.744 INFO O| ok, boot_image_csum file written!
94882024-08-21T05:50:16.302Z[ host-image] Aug 21 05:50:15.747 INFO creating boot archive (CPIO)...
94892024-08-21T05:50:16.302Z[ host-image] Aug 21 05:50:15.747 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
94902024-08-21T05:50:16.309Z[ host-image] Aug 21 05:50:15.755 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94912024-08-21T05:50:16.312Z[ host-image] Aug 21 05:50:15.755 INFO E| + outfile=/work/os-host/cpio
94922024-08-21T05:50:16.312Z[ host-image] Aug 21 05:50:15.755 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94932024-08-21T05:50:16.312Z[ host-image] Aug 21 05:50:15.757 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94942024-08-21T05:50:16.312Z[ host-image] Aug 21 05:50:15.757 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94952024-08-21T05:50:16.345Z[ host-image] Aug 21 05:50:15.790 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94962024-08-21T05:50:16.345Z[ host-image] Aug 21 05:50:15.790 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94972024-08-21T05:50:16.352Z[ host-image] Aug 21 05:50:15.798 INFO creating compressed cpio/unix for nanobl-rs...
94982024-08-21T05:50:16.352Z[ host-image] Aug 21 05:50:15.798 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
94992024-08-21T05:50:16.643Z[ host-image] Aug 21 05:50:16.088 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95002024-08-21T05:50:20.981Z[ host-image] Aug 21 05:50:20.426 INFO creating reset image...
95012024-08-21T05:50:20.984Z[ host-image] Aug 21 05:50:20.426 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95022024-08-21T05:50:21.066Z[ host-image] Aug 21 05:50:20.510 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95032024-08-21T05:50:21.068Z[ host-image] Aug 21 05:50:20.511 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95042024-08-21T05:50:21.133Z[ host-image] Aug 21 05:50:20.578 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95052024-08-21T05:50:23.338Z[ host-image] Aug 21 05:50:22.782 INFO E| Finished `release` profile [optimized] target(s) in 2.25s
95062024-08-21T05:50:23.357Z[ host-image] Aug 21 05:50:22.794 INFO building host image...
95072024-08-21T05:50:23.361Z[ host-image] Aug 21 05:50:22.794 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")
95082024-08-21T05:50:23.804Z[ host-image] Aug 21 05:50:23.248 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95092024-08-21T05:51:10.929Z[ host-image] Aug 21 05:51:10.366 INFO image complete! materials are in "/work/os-host"
95102024-08-21T05:51:10.931Z[ host-image]
95112024-08-21T05:51:10.934Z[ host-image] real 10:07.453040946
95122024-08-21T05:51:10.934Z[ host-image] user 4:01.973551619
95132024-08-21T05:51:10.934Z[ host-image] sys 50.206775330
95142024-08-21T05:51:10.934Z[ host-image] trap 0.127856363
95152024-08-21T05:51:10.934Z[ host-image] tflt 0.005859163
95162024-08-21T05:51:10.934Z[ host-image] dflt 0.031825162
95172024-08-21T05:51:10.934Z[ host-image] kflt 0.000009838
95182024-08-21T05:51:10.934Z[ host-image] lock 5:48.137099592
95192024-08-21T05:51:10.934Z[ host-image] slp 55:12.821820292
95202024-08-21T05:51:10.934ZAug 21 05:51:10.369 INFO [host-image] process exited with exit status: 0 (607.466289583s)
95212024-08-21T05:51:10.934Z[ host-image] lat 1:07.077805592
95222024-08-21T05:51:10.934Z[ host-image] stop 0.753961293
95232024-08-21T05:51:10.934ZAug 21 05:51:10.369 INFO [tuf-repo] running task
95242024-08-21T05:51:18.085ZAug 21 05:51:17.517 INFO assembling repository in `/tmp/tufaceous3lSGI9`, component: OmicronRepoAssembler
95252024-08-21T05:51:22.792ZAug 21 05:51:22.227 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95262024-08-21T05:51:22.969ZAug 21 05:51:22.404 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95272024-08-21T05:51:34.697ZAug 21 05:51:34.131 INFO [tuf-repo] task succeeded (23.761270167s)
95282024-08-21T05:51:34.698ZAug 21 05:51:34.131 INFO all jobs completed in 1872.141400269s
95292024-08-21T05:51:35.224Zprocess exited: duration 2424145 ms, exit code 0
 
95302024-08-21T05:51:35.234Zfound 33 output files
95312024-08-21T05:51:35.234Zuploading: /work/manifest.toml (8404 bytes)
95322024-08-21T05:51:36.247Zuploaded: /work/manifest.toml
95332024-08-21T05:51:36.260Zuploading: /work/repo.zip (1781917155 bytes)
95342024-08-21T05:52:13.448Zuploaded: /work/repo.zip
95352024-08-21T05:52:13.448Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95362024-08-21T05:52:14.547Zuploaded: /work/repo.zip.sha256.txt
95372024-08-21T05:52:14.547Zuploading: /work/helios-setup.log (52404 bytes)
95382024-08-21T05:52:15.598Zuploaded: /work/helios-setup.log
95392024-08-21T05:52:15.598Zuploading: /work/host-image.log (194973 bytes)
95402024-08-21T05:52:16.616Zuploaded: /work/host-image.log
95412024-08-21T05:52:16.616Zuploading: /work/host-package.log (18783 bytes)
95422024-08-21T05:52:17.626Zuploaded: /work/host-package.log
95432024-08-21T05:52:17.626Zuploading: /work/host-target.log (101 bytes)
95442024-08-21T05:52:18.634Zuploaded: /work/host-target.log
95452024-08-21T05:52:18.634Zuploading: /work/omicron-package.log (4572 bytes)
95462024-08-21T05:52:19.642Zuploaded: /work/omicron-package.log
95472024-08-21T05:52:19.645Zuploading: /work/phbl-toolchain.log (881 bytes)
95482024-08-21T05:52:20.651Zuploaded: /work/phbl-toolchain.log
95492024-08-21T05:52:20.651Zuploading: /work/recovery-image.log (590872 bytes)
95502024-08-21T05:52:21.680Zuploaded: /work/recovery-image.log
95512024-08-21T05:52:21.682Zuploading: /work/recovery-package.log (282 bytes)
95522024-08-21T05:52:22.691Zuploaded: /work/recovery-package.log
95532024-08-21T05:52:22.691Zuploading: /work/recovery-target.log (98 bytes)
95542024-08-21T05:52:23.708Zuploaded: /work/recovery-target.log
95552024-08-21T05:52:23.708Zuploading: /work/stamp-clickhouse.log (117 bytes)
95562024-08-21T05:52:24.716Zuploaded: /work/stamp-clickhouse.log
95572024-08-21T05:52:24.716Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95582024-08-21T05:52:25.723Zuploaded: /work/stamp-clickhouse_keeper.log
95592024-08-21T05:52:25.723Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95602024-08-21T05:52:26.731Zuploaded: /work/stamp-cockroachdb.log
95612024-08-21T05:52:26.734Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95622024-08-21T05:52:27.739Zuploaded: /work/stamp-crucible-dtrace.log
95632024-08-21T05:52:27.739Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95642024-08-21T05:52:28.746Zuploaded: /work/stamp-crucible-pantry-zone.log
95652024-08-21T05:52:28.746Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95662024-08-21T05:52:29.754Zuploaded: /work/stamp-crucible-zone.log
95672024-08-21T05:52:29.754Zuploading: /work/stamp-external-dns.log (119 bytes)
95682024-08-21T05:52:30.764Zuploaded: /work/stamp-external-dns.log
95692024-08-21T05:52:30.764Zuploading: /work/stamp-installinator.log (103 bytes)
95702024-08-21T05:52:31.776Zuploaded: /work/stamp-installinator.log
95712024-08-21T05:52:31.776Zuploading: /work/stamp-internal-dns.log (119 bytes)
95722024-08-21T05:52:32.787Zuploaded: /work/stamp-internal-dns.log
95732024-08-21T05:52:32.787Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95742024-08-21T05:52:33.797Zuploaded: /work/stamp-mg-ddm-gz.log
95752024-08-21T05:52:33.797Zuploading: /work/stamp-nexus.log (112 bytes)
95762024-08-21T05:52:34.809Zuploaded: /work/stamp-nexus.log
95772024-08-21T05:52:34.813Zuploading: /work/stamp-ntp.log (110 bytes)
95782024-08-21T05:52:35.817Zuploaded: /work/stamp-ntp.log
95792024-08-21T05:52:35.817Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95802024-08-21T05:52:36.826Zuploaded: /work/stamp-omicron-sled-agent.log
95812024-08-21T05:52:36.826Zuploading: /work/stamp-overlay.log (114 bytes)
95822024-08-21T05:52:37.837Zuploaded: /work/stamp-overlay.log
95832024-08-21T05:52:37.837Zuploading: /work/stamp-oximeter.log (115 bytes)
95842024-08-21T05:52:38.847Zuploaded: /work/stamp-oximeter.log
95852024-08-21T05:52:38.850Zuploading: /work/stamp-oxlog.log (109 bytes)
95862024-08-21T05:52:39.858Zuploaded: /work/stamp-oxlog.log
95872024-08-21T05:52:39.858Zuploading: /work/stamp-probe.log (112 bytes)
95882024-08-21T05:52:40.869Zuploaded: /work/stamp-probe.log
95892024-08-21T05:52:40.869Zuploading: /work/stamp-propolis-server.log (122 bytes)
95902024-08-21T05:52:41.882Zuploaded: /work/stamp-propolis-server.log
95912024-08-21T05:52:41.882Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95922024-08-21T05:52:42.891Zuploaded: /work/stamp-pumpkind-gz.log
95932024-08-21T05:52:42.891Zuploading: /work/stamp-switch-asic.log (118 bytes)
95942024-08-21T05:52:43.900Zuploaded: /work/stamp-switch-asic.log
95952024-08-21T05:52:43.900Zuploading: /work/verify-libraries.log (1883 bytes)
95962024-08-21T05:52:44.914Zuploaded: /work/verify-libraries.log