01JAHD6P5XA7ZV5PQ7KKVG6KM5: 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: 01JAHD74PR6V05KB0VEWBG9ND7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-19T03:31:25.549Zjob assigned to worker 01JAHD741PTXGSMF99YGTABE33 (queued for 57 s)
 
22024-10-19T03:31:32.867Zstarting task 0: "setup"
32024-10-19T03:31:32.875Z++ uname -s
42024-10-19T03:31:32.877Z+ kern=SunOS
52024-10-19T03:31:32.877Z+ case "$kern" in
62024-10-19T03:31:32.878Z+ groupadd -g 12345 build
72024-10-19T03:31:32.880Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-19T03:31:34.890Z+ zfs create -o mountpoint=/work rpool/work
92024-10-19T03:31:35.018Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-19T03:31:35.021Z+ home_fs=zfs
112024-10-19T03:31:35.021Z+ [[ zfs == autofs ]]
122024-10-19T03:31:35.021Z+ mkdir -p /home/build
132024-10-19T03:31:35.023Z+ chown build:build /home/build /work
142024-10-19T03:31:37.026Z+ chmod 0700 /home/build /work
152024-10-19T03:31:37.028Zprocess exited: duration 4163 ms, exit code 0
 
162024-10-19T03:31:37.035Zstarting task 1: "rust-toolchain"
172024-10-19T03:31:37.039Z+ printf ' * toolchain channel = "%s"
182024-10-19T03:31:37.039Z' 1.80.1
192024-10-19T03:31:37.039Z+ printf ' * toolchain profile = "%s"
202024-10-19T03:31:37.039Z' default
212024-10-19T03:31:37.039Z * toolchain channel = "1.80.1"
222024-10-19T03:31:37.039Z * toolchain profile = "default"
232024-10-19T03:31:37.042Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-19T03:31:37.042Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-19T03:31:37.158Zinfo: downloading installer
262024-10-19T03:31:38.313Zinfo: profile set to 'default'
272024-10-19T03:31:38.313Zinfo: default host triple is x86_64-unknown-illumos
282024-10-19T03:31:38.316Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-19T03:31:38.444Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-19T03:31:38.444Zinfo: downloading component 'cargo'
312024-10-19T03:31:39.113Zinfo: downloading component 'clippy'
322024-10-19T03:31:39.350Zinfo: downloading component 'rust-docs'
332024-10-19T03:31:40.283Zinfo: downloading component 'rust-std'
342024-10-19T03:31:41.599Zinfo: downloading component 'rustc'
352024-10-19T03:31:45.278Zinfo: downloading component 'rustfmt'
362024-10-19T03:31:45.476Zinfo: installing component 'cargo'
372024-10-19T03:31:46.372Zinfo: installing component 'clippy'
382024-10-19T03:31:46.765Zinfo: installing component 'rust-docs'
392024-10-19T03:31:48.400Zinfo: installing component 'rust-std'
402024-10-19T03:31:50.135Zinfo: installing component 'rustc'
412024-10-19T03:31:54.285Zinfo: installing component 'rustfmt'
422024-10-19T03:31:54.622Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-19T03:31:54.623Z
442024-10-19T03:31:54.871Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-19T03:31:54.872Z
462024-10-19T03:31:54.874Z
472024-10-19T03:31:54.874ZRust is installed now. Great!
482024-10-19T03:31:54.874Z
492024-10-19T03:31:54.874ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-19T03:31:54.874Zenvironment variable. This has not been done automatically.
512024-10-19T03:31:54.874Z
522024-10-19T03:31:54.874ZTo configure your current shell, you need to source
532024-10-19T03:31:54.874Zthe corresponding env file under $HOME/.cargo.
542024-10-19T03:31:54.874Z
552024-10-19T03:31:54.874ZThis is usually done by running one of the following (note the leading DOT):
562024-10-19T03:31:54.874Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-19T03:31:54.874Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-19T03:31:54.924Z+ rustc --version
592024-10-19T03:31:54.988Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-19T03:31:54.991Zprocess exited: duration 17955 ms, exit code 0
 
612024-10-19T03:31:54.996Zstarting task 2: "authentication"
622024-10-19T03:31:55.016Zprocess exited: duration 20 ms, exit code 0
 
632024-10-19T03:31:55.022Zstarting task 3: "clone repository"
642024-10-19T03:31:55.027Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-19T03:31:55.029Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-19T03:31:55.093ZCloning into '/work/oxidecomputer/omicron'...
672024-10-19T03:32:02.248Z+ cd /work/oxidecomputer/omicron
682024-10-19T03:32:02.248Z+ git fetch origin 155e5d431f7707d69de500a94c112ffebb34577b
692024-10-19T03:32:02.584ZFrom https://github.com/oxidecomputer/omicron
702024-10-19T03:32:02.584Z * branch 155e5d431f7707d69de500a94c112ffebb34577b -> FETCH_HEAD
712024-10-19T03:32:02.595Z+ [[ -n refactor-networking-apis ]]
722024-10-19T03:32:02.597Z++ git branch --show-current
732024-10-19T03:32:02.600Z+ current=main
742024-10-19T03:32:02.600Z+ [[ main != refactor-networking-apis ]]
752024-10-19T03:32:02.600Z+ git branch -f refactor-networking-apis 155e5d431f7707d69de500a94c112ffebb34577b
762024-10-19T03:32:02.603Z+ git checkout -f refactor-networking-apis
772024-10-19T03:32:02.772ZSwitched to branch 'refactor-networking-apis'
782024-10-19T03:32:02.778Z+ git reset --hard 155e5d431f7707d69de500a94c112ffebb34577b
792024-10-19T03:32:02.878ZHEAD is now at 155e5d431 Round 2 of PR review fixes
802024-10-19T03:32:02.880Zprocess exited: duration 7856 ms, exit code 0
 
812024-10-19T03:32:02.885Zstarting task 4: "build"
822024-10-19T03:32:02.893Z+ cargo --version
832024-10-19T03:32:02.953Zcargo 1.80.1 (376290515 2024-07-16)
842024-10-19T03:32:02.959Z+ rustc --version
852024-10-19T03:32:03.016Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-19T03:32:03.018Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-10-19T03:32:11.416Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-10-19T03:32:14.607Z Startup: Caching catalogs ... Done
892024-10-19T03:32:20.795ZPlanning: Solver setup ... Done (5.494s)
902024-10-19T03:32:20.878ZPlanning: Running solver ... Done (0.083s)
912024-10-19T03:32:20.961ZPlanning: Finding local manifests ... Done (0.011s)
922024-10-19T03:32:20.975ZPlanning: Fetching manifests: 0/5 0% complete
932024-10-19T03:32:21.236ZPlanning: Fetching manifests: 5/5 100% complete
942024-10-19T03:32:21.337ZPlanning: Package planning ... Done (0.101s)
952024-10-19T03:32:21.394ZPlanning: Merging actions ... Done (0.057s)
962024-10-19T03:32:21.739ZPlanning: Checking for conflicting actions ... Done (0.346s)
972024-10-19T03:32:23.400ZPlanning: Consolidating action changes ... Done (1.660s)
982024-10-19T03:32:23.804ZPlanning: Evaluating mediators ... Done (0.403s)
992024-10-19T03:32:23.886ZPlanning: Planning completed in 9.19 seconds
1002024-10-19T03:32:23.901Z Packages to install: 4
1012024-10-19T03:32:23.901Z Packages to update: 1
1022024-10-19T03:32:23.903Z Mediators to change: 2
1032024-10-19T03:32:23.903Z Services to change: 1
1042024-10-19T03:32:23.903Z Estimated space available: 155.71 GB
1052024-10-19T03:32:23.903ZEstimated space to be consumed: 1.58 GB
1062024-10-19T03:32:23.903Z Create boot environment: No
1072024-10-19T03:32:23.903ZCreate backup boot environment: Yes
1082024-10-19T03:32:23.904Z Rebuild boot archive: No
1092024-10-19T03:32:23.904Z
1102024-10-19T03:32:23.904ZChanged mediators:
1112024-10-19T03:32:23.904Z mediator clang:
1122024-10-19T03:32:23.904Z version: None -> 15 (system default)
1132024-10-19T03:32:23.904Z
1142024-10-19T03:32:23.904Z mediator llvm:
1152024-10-19T03:32:23.904Z version: 14 (system default) -> 15 (system default)
1162024-10-19T03:32:23.904Z
1172024-10-19T03:32:23.904ZChanged packages:
1182024-10-19T03:32:23.904Zhelios-dev
1192024-10-19T03:32:23.904Z developer/build-essential
1202024-10-19T03:32:23.904Z None -> 11-2.0
1212024-10-19T03:32:23.904Z library/libxmlsec1
1222024-10-19T03:32:23.904Z None -> 1.2.35-2.0
1232024-10-19T03:32:23.904Z ooce/developer/clang-15
1242024-10-19T03:32:23.904Z None -> 15.0.7-2.0
1252024-10-19T03:32:23.904Z ooce/developer/llvm-15
1262024-10-19T03:32:23.904Z None -> 15.0.7-2.0
1272024-10-19T03:32:23.904Z package/pkg
1282024-10-19T03:32:23.904Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-10-19T03:32:23.904Z
1302024-10-19T03:32:23.904ZServices:
1312024-10-19T03:32:23.904Z restart_fmri:
1322024-10-19T03:32:23.904Z svc:/system/update-man-index:default
1332024-10-19T03:32:23.904Z
1342024-10-19T03:32:23.904ZEditable files to change:
1352024-10-19T03:32:23.904Z Update:
1362024-10-19T03:32:23.904Z usr/share/lib/pkg/web/config.shtml
1372024-10-19T03:32:23.985Z
1382024-10-19T03:32:23.985ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-10-19T03:32:29.153ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (18.0M/s)
1402024-10-19T03:32:34.154ZDownload: 2711/4281 items 120.8/220.6MB 54% complete (12.1M/s)
1412024-10-19T03:32:39.158ZDownload: 3390/4281 items 213.1/220.6MB 96% complete (13.1M/s)
1422024-10-19T03:32:46.289ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (10.0M/s)
1432024-10-19T03:32:46.397ZDownload: Completed 220.60 MB in 22.41 seconds (9.8M/s)
1442024-10-19T03:32:48.401Z Actions: 1/5063 actions (Removing old actions)
1452024-10-19T03:32:48.423Z Actions: 194/5063 actions (Installing new actions)
1462024-10-19T03:32:53.175Z Actions: 4226/5063 actions (Updating modified actions)
1472024-10-19T03:32:53.560Z Actions: Completed 5063 actions in 5.16 seconds.
1482024-10-19T03:32:53.918Z Done (0.351s)
1492024-10-19T03:32:53.921Z Done (0.000s)
1502024-10-19T03:32:54.409Z Done (0.491s)
1512024-10-19T03:32:58.737Z Done (4.124s)
1522024-10-19T03:32:58.825Z Done (0.016s)
1532024-10-19T03:32:58.827Z Done (0.000s)
1542024-10-19T03:32:58.992Z Done (0.000s)
1552024-10-19T03:32:59.645ZPlanning: Evaluating mediator changes ... Done
1562024-10-19T03:32:59.808ZPlanning: Checking for conflicting actions ... Done
1572024-10-19T03:32:59.811ZPlanning: Consolidating action changes ... Done
1582024-10-19T03:33:00.082ZPlanning: Evaluating mediators ... Done
1592024-10-19T03:33:00.085ZPlanning: Planning completed in 0.44 seconds
1602024-10-19T03:33:00.122Z Mediators to change: 2
1612024-10-19T03:33:00.122Z Create boot environment: No
1622024-10-19T03:33:00.125ZCreate backup boot environment: No
1632024-10-19T03:33:00.201Z Done
1642024-10-19T03:33:00.202Z Done
1652024-10-19T03:33:00.526Z Done
1662024-10-19T03:33:04.196Z Done
1672024-10-19T03:33:04.282Z Done
1682024-10-19T03:33:04.285Z Done
1692024-10-19T03:33:04.408Z Done
1702024-10-19T03:33:05.034ZPlanning: Evaluating mediator changes ... Done
1712024-10-19T03:33:05.037ZPlanning: Merging actions ... Done
1722024-10-19T03:33:05.228ZPlanning: Checking for conflicting actions ... Done
1732024-10-19T03:33:05.230ZPlanning: Consolidating action changes ... Done
1742024-10-19T03:33:05.496ZPlanning: Evaluating mediators ... Done
1752024-10-19T03:33:05.553ZPlanning: Planning completed in 0.77 seconds
1762024-10-19T03:33:05.598Z Packages to change: 1
1772024-10-19T03:33:05.598Z Mediators to change: 1
1782024-10-19T03:33:05.600Z Services to change: 1
1792024-10-19T03:33:05.600Z Create boot environment: No
1802024-10-19T03:33:05.600ZCreate backup boot environment: Yes
1812024-10-19T03:33:07.502Z Actions: 1/6 actions (Updating modified actions)
1822024-10-19T03:33:07.504Z Actions: Completed 6 actions in 0.00 seconds.
1832024-10-19T03:33:07.504Z Done
1842024-10-19T03:33:07.504Z Done
1852024-10-19T03:33:07.602Z Done
1862024-10-19T03:33:11.304Z Done
1872024-10-19T03:33:11.394Z Done
1882024-10-19T03:33:11.397Z Done
1892024-10-19T03:33:11.511Z Done
1902024-10-19T03:33:11.959ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-10-19T03:33:11.959Zclang system 15 system
1922024-10-19T03:33:11.959Zcsh system system illumos
1932024-10-19T03:33:11.959Zctags system system illumos
1942024-10-19T03:33:11.959Zgcc vendor 12 vendor
1952024-10-19T03:33:11.959Zgcc system 10 system
1962024-10-19T03:33:11.959Zgcc system 7 system
1972024-10-19T03:33:11.959Zgo system 1.20 system
1982024-10-19T03:33:11.959Zgo system 1.19 system
1992024-10-19T03:33:11.959Zllvm system 15 system
2002024-10-19T03:33:11.959Zllvm system 14 system
2012024-10-19T03:33:11.959Zmariadb system 10.6 system
2022024-10-19T03:33:11.959Zmta vendor vendor dma
2032024-10-19T03:33:11.959Zopenjdk system 17 system
2042024-10-19T03:33:11.959Zopenjdk system 11 system
2052024-10-19T03:33:11.960Zopenjdk system 1.8 system
2062024-10-19T03:33:11.960Zopenssl vendor 3 vendor
2072024-10-19T03:33:11.960Zperl system 5.36 system
2082024-10-19T03:33:11.960Zpostgresql system 15 system
2092024-10-19T03:33:11.960Zpostgresql system 13 system
2102024-10-19T03:33:11.960Zpython vendor 3 vendor
2112024-10-19T03:33:11.960Zpython system 2 system
2122024-10-19T03:33:11.960Zpython3 system 3.11 system
2132024-10-19T03:33:11.960Zruby system 3.0 system
2142024-10-19T03:33:11.960Zwords vendor vendor american-english
2152024-10-19T03:33:11.960Zwords system system australian-english
2162024-10-19T03:33:11.960Zwords system system british-english
2172024-10-19T03:33:11.960Zwords system system canadian-english
2182024-10-19T03:33:11.960Zwords system system french
2192024-10-19T03:33:11.960Zwords system system italian
2202024-10-19T03:33:11.960Zwords system system ngerman
2212024-10-19T03:33:11.960Zwords system system ogerman
2222024-10-19T03:33:11.960Zwords system system spanish
2232024-10-19T03:33:12.298ZPUBLISHER TYPE STATUS P LOCATION
2242024-10-19T03:33:12.298Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-10-19T03:33:14.624ZFMRI IFO
2262024-10-19T03:33:14.624Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-10-19T03:33:14.624Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-10-19T03:33:14.624Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-10-19T03:33:14.624Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-10-19T03:33:14.624Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-10-19T03:33:14.624Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-10-19T03:33:14.624Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2332024-10-19T03:33:14.624Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2342024-10-19T03:33:14.624Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2352024-10-19T03:33:14.624Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-10-19T03:33:14.624Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-10-19T03:33:14.624Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2382024-10-19T03:33:14.624Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2392024-10-19T03:33:15.321Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402024-10-19T03:33:15.578Z Updating git repository `https://github.com/oxidecomputer/zone`
2412024-10-19T03:33:15.861Z Updating crates.io index
2422024-10-19T03:33:15.863Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2432024-10-19T03:33:16.698Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2442024-10-19T03:33:17.420Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2452024-10-19T03:33:17.672Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2462024-10-19T03:33:19.116Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472024-10-19T03:33:19.404Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482024-10-19T03:33:19.675Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492024-10-19T03:33:20.367Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502024-10-19T03:33:22.350Z Updating git repository `https://github.com/oxidecomputer/opte`
2512024-10-19T03:33:23.300Z Updating git repository `https://github.com/oxidecomputer/falcon`
2522024-10-19T03:33:24.026Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532024-10-19T03:33:24.299Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2542024-10-19T03:33:24.773Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2552024-10-19T03:33:25.020Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2562024-10-19T03:33:25.292Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572024-10-19T03:33:25.608Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582024-10-19T03:33:25.818Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592024-10-19T03:33:26.066Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602024-10-19T03:33:26.340Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-10-19T03:33:26.694Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622024-10-19T03:33:26.971Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632024-10-19T03:33:27.260Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2642024-10-19T03:33:27.593Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652024-10-19T03:33:28.055Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2662024-10-19T03:33:28.350Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2672024-10-19T03:33:28.771Z Updating git repository `https://github.com/oxidecomputer/typify`
2682024-10-19T03:33:30.920Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2692024-10-19T03:33:31.189Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2702024-10-19T03:33:31.449Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2712024-10-19T03:33:31.853Z Updating git repository `https://github.com/oxidecomputer/rfb`
2722024-10-19T03:33:32.872Z Downloading crates ...
2732024-10-19T03:33:32.951Z Downloaded anstyle v1.0.8
2742024-10-19T03:33:32.956Z Downloaded pretty-hex v0.4.1
2752024-10-19T03:33:32.958Z Downloaded byteorder v1.5.0
2762024-10-19T03:33:32.961Z Downloaded anstream v0.6.14
2772024-10-19T03:33:32.965Z Downloaded equivalent v1.0.1
2782024-10-19T03:33:32.977Z Downloaded cfg-if v1.0.0
2792024-10-19T03:33:32.980Z Downloaded usdt-macro v0.5.0
2802024-10-19T03:33:32.980Z Downloaded anstyle-query v1.0.3
2812024-10-19T03:33:32.982Z Downloaded anstyle-parse v0.2.4
2822024-10-19T03:33:32.985Z Downloaded itoa v1.0.11
2832024-10-19T03:33:32.987Z Downloaded memmap v0.7.0
2842024-10-19T03:33:32.987Z Downloaded autocfg v1.3.0
2852024-10-19T03:33:32.989Z Downloaded dof v0.3.0
2862024-10-19T03:33:32.992Z Downloaded clap_lex v0.7.0
2872024-10-19T03:33:32.992Z Downloaded errno v0.3.9
2882024-10-19T03:33:32.994Z Downloaded terminal_size v0.3.0
2892024-10-19T03:33:32.994Z Downloaded scroll v0.12.0
2902024-10-19T03:33:32.996Z Downloaded fs-err v2.11.0
2912024-10-19T03:33:32.998Z Downloaded serde_spanned v0.6.7
2922024-10-19T03:33:32.998Z Downloaded block-buffer v0.10.4
2932024-10-19T03:33:33.001Z Downloaded usdt v0.5.0
2942024-10-19T03:33:33.004Z Downloaded strsim v0.11.1
2952024-10-19T03:33:33.006Z Downloaded thiserror-impl v1.0.63
2962024-10-19T03:33:33.009Z Downloaded semver v1.0.23
2972024-10-19T03:33:33.011Z Downloaded proc-macro-error-attr v1.0.4
2982024-10-19T03:33:33.011Z Downloaded pest_derive v2.7.10
2992024-10-19T03:33:33.014Z Downloaded camino v1.1.9
3002024-10-19T03:33:33.018Z Downloaded heck v0.4.1
3012024-10-19T03:33:33.020Z Downloaded sha2 v0.10.8
3022024-10-19T03:33:33.020Z Downloaded cargo_metadata v0.18.1
3032024-10-19T03:33:33.020Z Downloaded papergrid v0.11.0
3042024-10-19T03:33:33.026Z Downloaded serde_derive v1.0.208
3052024-10-19T03:33:33.029Z Downloaded anyhow v1.0.86
3062024-10-19T03:33:33.032Z Downloaded ucd-trie v0.1.6
3072024-10-19T03:33:33.034Z Downloaded toml v0.8.19
3082024-10-19T03:33:33.036Z Downloaded pest_meta v2.7.10
3092024-10-19T03:33:33.038Z Downloaded zerocopy-derive v0.7.34
3102024-10-19T03:33:33.043Z Downloaded log v0.4.21
3112024-10-19T03:33:33.045Z Downloaded heck v0.5.0
3122024-10-19T03:33:33.048Z Downloaded dtrace-parser v0.2.0
3132024-10-19T03:33:33.048Z Downloaded colorchoice v1.0.1
3142024-10-19T03:33:33.051Z Downloaded fnv v1.0.7
3152024-10-19T03:33:33.058Z Downloaded plain v0.2.3
3162024-10-19T03:33:33.061Z Downloaded usdt-attr-macro v0.5.0
3172024-10-19T03:33:33.061Z Downloaded scroll_derive v0.12.0
3182024-10-19T03:33:33.066Z Downloaded generic-array v0.14.7
3192024-10-19T03:33:33.068Z Downloaded bytecount v0.6.8
3202024-10-19T03:33:33.070Z Downloaded digest v0.10.7
3212024-10-19T03:33:33.072Z Downloaded crypto-common v0.1.6
3222024-10-19T03:33:33.073Z Downloaded clap_derive v4.5.13
3232024-10-19T03:33:33.075Z Downloaded memchr v2.7.2
3242024-10-19T03:33:33.079Z Downloaded indexmap v2.4.0
3252024-10-19T03:33:33.082Z Downloaded utf8parse v0.2.1
3262024-10-19T03:33:33.085Z Downloaded toml_datetime v0.6.8
3272024-10-19T03:33:33.085Z Downloaded thread-id v4.2.1
3282024-10-19T03:33:33.087Z Downloaded swrite v0.1.0
3292024-10-19T03:33:33.087Z Downloaded tabled_derive v0.7.0
3302024-10-19T03:33:33.089Z Downloaded proc-macro-error v1.0.4
3312024-10-19T03:33:33.092Z Downloaded cpufeatures v0.2.12
3322024-10-19T03:33:33.094Z Downloaded cargo-platform v0.1.8
3332024-10-19T03:33:33.094Z Downloaded macaddr v1.0.1
3342024-10-19T03:33:33.094Z Downloaded is_terminal_polyfill v1.70.0
3352024-10-19T03:33:33.096Z Downloaded quote v1.0.36
3362024-10-19T03:33:33.099Z Downloaded once_cell v1.19.0
3372024-10-19T03:33:33.101Z Downloaded thiserror v1.0.63
3382024-10-19T03:33:33.104Z Downloaded toml_edit v0.22.20
3392024-10-19T03:33:33.126Z Downloaded version_check v0.9.5
3402024-10-19T03:33:33.133Z Downloaded ryu v1.0.18
3412024-10-19T03:33:33.133Z Downloaded proc-macro2 v1.0.86
3422024-10-19T03:33:33.133Z Downloaded pest_generator v2.7.10
3432024-10-19T03:33:33.133Z Downloaded usdt-impl v0.5.0
3442024-10-19T03:33:33.138Z Downloaded unicode-ident v1.0.12
3452024-10-19T03:33:33.138Z Downloaded bitflags v2.6.0
3462024-10-19T03:33:33.141Z Downloaded serde_tokenstream v0.2.2
3472024-10-19T03:33:33.143Z Downloaded typenum v1.17.0
3482024-10-19T03:33:33.144Z Downloaded clap v4.5.16
3492024-10-19T03:33:33.153Z Downloaded cargo_toml v0.20.4
3502024-10-19T03:33:33.174Z Downloaded goblin v0.8.2
3512024-10-19T03:33:33.180Z Downloaded winnow v0.6.18
3522024-10-19T03:33:33.188Z Downloaded serde v1.0.208
3532024-10-19T03:33:33.192Z Downloaded tabled v0.15.0
3542024-10-19T03:33:33.207Z Downloaded pest v2.7.10
3552024-10-19T03:33:33.213Z Downloaded zerocopy v0.7.34
3562024-10-19T03:33:33.227Z Downloaded serde_json v1.0.125
3572024-10-19T03:33:33.234Z Downloaded syn v1.0.109
3582024-10-19T03:33:33.244Z Downloaded hashbrown v0.14.5
3592024-10-19T03:33:33.249Z Downloaded syn v2.0.74
3602024-10-19T03:33:33.260Z Downloaded rustix v0.38.34
3612024-10-19T03:33:33.281Z Downloaded unicode-width v0.1.13
3622024-10-19T03:33:33.289Z Downloaded clap_builder v4.5.15
3632024-10-19T03:33:33.294Z Downloaded libc v0.2.156
3642024-10-19T03:33:33.600Z Compiling proc-macro2 v1.0.86
3652024-10-19T03:33:33.603Z Compiling unicode-ident v1.0.12
3662024-10-19T03:33:33.603Z Compiling version_check v0.9.5
3672024-10-19T03:33:33.603Z Compiling serde v1.0.208
3682024-10-19T03:33:33.603Z Compiling thiserror v1.0.63
3692024-10-19T03:33:33.603Z Compiling memchr v2.7.2
3702024-10-19T03:33:33.603Z Compiling libc v0.2.156
3712024-10-19T03:33:33.603Z Compiling ryu v1.0.18
3722024-10-19T03:33:33.847Z Compiling ucd-trie v0.1.6
3732024-10-19T03:33:34.021Z Compiling itoa v1.0.11
3742024-10-19T03:33:34.248Z Compiling once_cell v1.19.0
3752024-10-19T03:33:34.439Z Compiling byteorder v1.5.0
3762024-10-19T03:33:34.468Z Compiling serde_json v1.0.125
3772024-10-19T03:33:34.856Z Compiling usdt-impl v0.5.0
3782024-10-19T03:33:34.892Z Compiling proc-macro-error-attr v1.0.4
3792024-10-19T03:33:34.986Z Compiling syn v1.0.109
3802024-10-19T03:33:35.049Z Compiling rustix v0.38.34
3812024-10-19T03:33:35.251Z Compiling quote v1.0.36
3822024-10-19T03:33:35.355Z Compiling proc-macro-error v1.0.4
3832024-10-19T03:33:35.431Z Compiling equivalent v1.0.1
3842024-10-19T03:33:35.543Z Compiling utf8parse v0.2.1
3852024-10-19T03:33:35.657Z Compiling syn v2.0.74
3862024-10-19T03:33:35.707Z Compiling log v0.4.21
3872024-10-19T03:33:35.759Z Compiling errno v0.3.9
3882024-10-19T03:33:35.932Z Compiling plain v0.2.3
3892024-10-19T03:33:35.959Z Compiling hashbrown v0.14.5
3902024-10-19T03:33:35.996Z Compiling bitflags v2.6.0
3912024-10-19T03:33:36.070Z Compiling thread-id v4.2.1
3922024-10-19T03:33:36.122Z Compiling anstyle-parse v0.2.4
3932024-10-19T03:33:36.419Z Compiling is_terminal_polyfill v1.70.0
3942024-10-19T03:33:36.510Z Compiling winnow v0.6.18
3952024-10-19T03:33:36.577Z Compiling pretty-hex v0.4.1
3962024-10-19T03:33:36.602Z Compiling camino v1.1.9
3972024-10-19T03:33:36.795Z Compiling anstyle v1.0.8
3982024-10-19T03:33:37.097Z Compiling colorchoice v1.0.1
3992024-10-19T03:33:37.272Z Compiling autocfg v1.3.0
4002024-10-19T03:33:37.298Z Compiling indexmap v2.4.0
4012024-10-19T03:33:37.330Z Compiling semver v1.0.23
4022024-10-19T03:33:37.389Z Compiling anstyle-query v1.0.3
4032024-10-19T03:33:37.550Z Compiling anstream v0.6.14
4042024-10-19T03:33:37.963Z Compiling terminal_size v0.3.0
4052024-10-19T03:33:38.231Z Compiling clap_lex v0.7.0
4062024-10-19T03:33:38.277Z Compiling fs-err v2.11.0
4072024-10-19T03:33:38.303Z Compiling fnv v1.0.7
4082024-10-19T03:33:38.354Z Compiling strsim v0.11.1
4092024-10-19T03:33:38.435Z Compiling heck v0.5.0
4102024-10-19T03:33:38.579Z Compiling bytecount v0.6.8
4112024-10-19T03:33:38.716Z Compiling unicode-width v0.1.13
4122024-10-19T03:33:38.748Z Compiling anyhow v1.0.86
4132024-10-19T03:33:38.804Z Compiling heck v0.4.1
4142024-10-19T03:33:38.968Z Compiling papergrid v0.11.0
4152024-10-19T03:33:38.994Z Compiling clap_builder v4.5.15
4162024-10-19T03:33:39.457Z Compiling memmap v0.7.0
4172024-10-19T03:33:39.980Z Compiling swrite v0.1.0
4182024-10-19T03:33:41.553Z Compiling tabled_derive v0.7.0
4192024-10-19T03:33:43.162Z Compiling tabled v0.15.0
4202024-10-19T03:33:44.416Z Compiling serde_derive v1.0.208
4212024-10-19T03:33:44.416Z Compiling thiserror-impl v1.0.63
4222024-10-19T03:33:44.419Z Compiling zerocopy-derive v0.7.34
4232024-10-19T03:33:44.419Z Compiling scroll_derive v0.12.0
4242024-10-19T03:33:44.986Z Compiling clap_derive v4.5.13
4252024-10-19T03:33:45.937Z Compiling scroll v0.12.0
4262024-10-19T03:33:46.409Z Compiling goblin v0.8.2
4272024-10-19T03:33:46.461Z Compiling zerocopy v0.7.34
4282024-10-19T03:33:47.220Z Compiling pest v2.7.10
4292024-10-19T03:33:48.789Z Compiling clap v4.5.16
4302024-10-19T03:33:49.628Z Compiling pest_meta v2.7.10
4312024-10-19T03:33:50.501Z Compiling pest_generator v2.7.10
4322024-10-19T03:33:52.482Z Compiling pest_derive v2.7.10
4332024-10-19T03:33:53.136Z Compiling dtrace-parser v0.2.0
4342024-10-19T03:33:54.618Z Compiling toml_datetime v0.6.8
4352024-10-19T03:33:54.620Z Compiling serde_spanned v0.6.7
4362024-10-19T03:33:54.620Z Compiling cargo-platform v0.1.8
4372024-10-19T03:33:54.902Z Compiling macaddr v1.0.1
4382024-10-19T03:33:55.189Z Compiling serde_tokenstream v0.2.2
4392024-10-19T03:33:55.270Z Compiling toml_edit v0.22.20
4402024-10-19T03:33:55.992Z Compiling dof v0.3.0
4412024-10-19T03:33:55.992Z Compiling cargo_metadata v0.18.1
4422024-10-19T03:33:58.104Z Compiling toml v0.8.19
4432024-10-19T03:33:58.143Z Compiling usdt-macro v0.5.0
4442024-10-19T03:33:58.143Z Compiling usdt-attr-macro v0.5.0
4452024-10-19T03:33:58.923Z Compiling cargo_toml v0.20.4
4462024-10-19T03:33:59.442Z Compiling usdt v0.5.0
4472024-10-19T03:34:02.718Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4482024-10-19T03:34:06.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.58s
4492024-10-19T03:34:06.924Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4502024-10-19T03:34:07.499Z Downloading crates ...
4512024-10-19T03:34:07.631Z Downloaded arrayref v0.3.7
4522024-10-19T03:34:07.634Z Downloaded aead v0.5.2
4532024-10-19T03:34:07.639Z Downloaded bitstruct_derive v0.1.0
4542024-10-19T03:34:07.642Z Downloaded assert_matches v1.5.0
4552024-10-19T03:34:07.644Z Downloaded crunchy v0.2.2
4562024-10-19T03:34:07.644Z Downloaded humantime v2.1.0
4572024-10-19T03:34:07.646Z Downloaded atomicwrites v0.4.3
4582024-10-19T03:34:07.648Z Downloaded iana-time-zone v0.1.60
4592024-10-19T03:34:07.651Z Downloaded hyper-rustls v0.24.2
4602024-10-19T03:34:07.656Z Downloaded constant_time_eq v0.3.0
4612024-10-19T03:34:07.658Z Downloaded base16ct v0.2.0
4622024-10-19T03:34:07.660Z Downloaded ahash v0.8.11
4632024-10-19T03:34:07.663Z Downloaded num_cpus v1.16.0
4642024-10-19T03:34:07.666Z Downloaded num-conv v0.1.0
4652024-10-19T03:34:07.669Z Downloaded camino-tempfile v1.1.1
4662024-10-19T03:34:07.671Z Downloaded bitflags v1.3.2
4672024-10-19T03:34:07.675Z Downloaded openssl-macros v0.1.1
4682024-10-19T03:34:07.677Z Downloaded number_prefix v0.4.0
4692024-10-19T03:34:07.679Z Downloaded lru-cache v0.1.2
4702024-10-19T03:34:07.679Z Downloaded chacha20 v0.9.1
4712024-10-19T03:34:07.682Z Downloaded mime v0.3.17
4722024-10-19T03:34:07.684Z Downloaded maybe-uninit v2.0.0
4732024-10-19T03:34:07.686Z Downloaded num-integer v0.1.46
4742024-10-19T03:34:07.688Z Downloaded libsw v3.3.1
4752024-10-19T03:34:07.691Z Downloaded defmt v0.3.8
4762024-10-19T03:34:07.693Z Downloaded impl-trait-for-tuples v0.2.2
4772024-10-19T03:34:07.697Z Downloaded num_enum_derive v0.5.11
4782024-10-19T03:34:07.699Z Downloaded multimap v0.10.0
4792024-10-19T03:34:07.701Z Downloaded lock_api v0.4.12
4802024-10-19T03:34:07.703Z Downloaded buf-list v1.0.3
4812024-10-19T03:34:07.706Z Downloaded async-trait v0.1.81
4822024-10-19T03:34:07.710Z Downloaded mockall_derive v0.13.0
4832024-10-19T03:34:07.712Z Downloaded kstat-rs v0.2.4
4842024-10-19T03:34:07.719Z Downloaded const_format_proc_macros v0.2.32
4852024-10-19T03:34:07.719Z Downloaded num-rational v0.4.2
4862024-10-19T03:34:07.724Z Downloaded nu-ansi-term v0.50.0
4872024-10-19T03:34:07.724Z Downloaded bzip2 v0.4.4
4882024-10-19T03:34:07.727Z Downloaded miniz_oxide v0.7.2
4892024-10-19T03:34:07.729Z Downloaded hyper-staticfile v0.9.5
4902024-10-19T03:34:07.731Z Downloaded tower-service v0.3.2
4912024-10-19T03:34:07.734Z Downloaded semver v0.1.20
4922024-10-19T03:34:07.734Z Downloaded is-terminal v0.4.12
4932024-10-19T03:34:07.737Z Downloaded jobserver v0.1.32
4942024-10-19T03:34:07.739Z Downloaded signal-hook-registry v1.4.2
4952024-10-19T03:34:07.741Z Downloaded hyper-tls v0.5.0
4962024-10-19T03:34:07.744Z Downloaded const-oid v0.9.6
4972024-10-19T03:34:07.746Z Downloaded newline-converter v0.3.0
4982024-10-19T03:34:07.746Z Downloaded new_debug_unreachable v1.0.6
4992024-10-19T03:34:07.749Z Downloaded convert_case v0.4.0
5002024-10-19T03:34:07.749Z Downloaded serde-big-array v0.5.1
5012024-10-19T03:34:07.751Z Downloaded match_cfg v0.1.0
5022024-10-19T03:34:07.753Z Downloaded normalize-line-endings v0.3.0
5032024-10-19T03:34:07.753Z Downloaded darling_macro v0.20.9
5042024-10-19T03:34:07.753Z Downloaded cstr-argument v0.1.2
5052024-10-19T03:34:07.756Z Downloaded ident_case v1.0.1
5062024-10-19T03:34:07.756Z Downloaded linear-map v1.2.0
5072024-10-19T03:34:07.758Z Downloaded crucible-workspace-hack v0.1.0
5082024-10-19T03:34:07.761Z Downloaded ciborium-io v0.2.2
5092024-10-19T03:34:07.761Z Downloaded cfg_aliases v0.1.1
5102024-10-19T03:34:07.763Z Downloaded crossbeam-utils v0.8.19
5112024-10-19T03:34:07.765Z Downloaded crc-any v2.5.0
5122024-10-19T03:34:07.768Z Downloaded openssl-probe v0.1.5
5132024-10-19T03:34:07.770Z Downloaded opaque-debug v0.3.1
5142024-10-19T03:34:07.772Z Downloaded atomic-waker v1.1.2
5152024-10-19T03:34:07.772Z Downloaded bb8 v0.8.5
5162024-10-19T03:34:07.775Z Downloaded async-recursion v1.1.1
5172024-10-19T03:34:07.777Z Downloaded ascii-canvas v3.0.0
5182024-10-19T03:34:07.779Z Downloaded blake2 v0.10.6
5192024-10-19T03:34:07.782Z Downloaded thread_local v1.1.8
5202024-10-19T03:34:07.784Z Downloaded async-stream-impl v0.3.5
5212024-10-19T03:34:07.787Z Downloaded lazycell v1.3.0
5222024-10-19T03:34:07.787Z Downloaded instant v0.1.12
5232024-10-19T03:34:07.789Z Downloaded sqlparser_derive v0.2.2
5242024-10-19T03:34:07.789Z Downloaded bit-vec v0.6.3
5252024-10-19T03:34:07.792Z Downloaded managed v0.8.0
5262024-10-19T03:34:07.794Z Downloaded crc v3.2.1
5272024-10-19T03:34:07.796Z Downloaded cipher v0.4.4
5282024-10-19T03:34:07.798Z Downloaded schemars_derive v0.8.21
5292024-10-19T03:34:07.800Z Downloaded tap v1.0.1
5302024-10-19T03:34:07.803Z Downloaded toolchain_find v0.4.0
5312024-10-19T03:34:07.803Z Downloaded endian-type v0.1.2
5322024-10-19T03:34:07.805Z Downloaded diesel_table_macro_syntax v0.2.0
5332024-10-19T03:34:07.805Z Downloaded num v0.4.3
5342024-10-19T03:34:07.807Z Downloaded darling_core v0.20.9
5352024-10-19T03:34:07.812Z Downloaded num_enum v0.5.11
5362024-10-19T03:34:07.817Z Downloaded minimal-lexical v0.2.1
5372024-10-19T03:34:07.823Z Downloaded mockall v0.13.0
5382024-10-19T03:34:07.825Z Downloaded slog v2.7.0
5392024-10-19T03:34:07.829Z Downloaded serde_with_macros v3.9.0
5402024-10-19T03:34:07.831Z Downloaded signal-hook-tokio v0.3.1
5412024-10-19T03:34:07.833Z Downloaded base64 v0.21.7
5422024-10-19T03:34:07.837Z Downloaded pretty-hex v0.2.1
5432024-10-19T03:34:07.840Z Downloaded subtle v2.5.0
5442024-10-19T03:34:07.842Z Downloaded lru v0.12.3
5452024-10-19T03:34:07.842Z Downloaded num-complex v0.4.6
5462024-10-19T03:34:07.844Z Downloaded multer v3.1.0
5472024-10-19T03:34:07.847Z Downloaded colored v2.1.0
5482024-10-19T03:34:07.850Z Downloaded topological-sort v0.2.2
5492024-10-19T03:34:07.852Z Downloaded num-derive v0.4.2
5502024-10-19T03:34:07.854Z Downloaded stable_deref_trait v1.2.0
5512024-10-19T03:34:07.857Z Downloaded gethostname v0.5.0
5522024-10-19T03:34:07.859Z Downloaded fallible-iterator v0.2.0
5532024-10-19T03:34:07.859Z Downloaded tracing-attributes v0.1.27
5542024-10-19T03:34:07.862Z Downloaded erased-serde v0.3.31
5552024-10-19T03:34:07.865Z Downloaded try-lock v0.2.5
5562024-10-19T03:34:07.867Z Downloaded peg v0.8.4
5572024-10-19T03:34:07.870Z Downloaded heck v0.3.3
5582024-10-19T03:34:07.873Z Downloaded enum-as-inner v0.6.0
5592024-10-19T03:34:07.875Z Downloaded embedded-io v0.4.0
5602024-10-19T03:34:07.877Z Downloaded smallvec v0.6.14
5612024-10-19T03:34:07.882Z Downloaded yasna v0.5.2
5622024-10-19T03:34:07.882Z Downloaded fd-lock v4.0.2
5632024-10-19T03:34:07.884Z Downloaded ref-cast v1.0.23
5642024-10-19T03:34:07.887Z Downloaded slog-dtrace v0.3.0
5652024-10-19T03:34:07.890Z Downloaded time-macros v0.2.18
5662024-10-19T03:34:07.892Z Downloaded arc-swap v1.7.1
5672024-10-19T03:34:07.897Z Downloaded http-range v0.1.5
5682024-10-19T03:34:07.899Z Downloaded precomputed-hash v0.1.1
5692024-10-19T03:34:07.899Z Downloaded derive_builder_macro v0.20.0
5702024-10-19T03:34:07.902Z Downloaded tls_codec_derive v0.4.1
5712024-10-19T03:34:07.904Z Downloaded structmeta v0.2.0
5722024-10-19T03:34:07.904Z Downloaded strip-ansi-escapes v0.2.0
5732024-10-19T03:34:07.906Z Downloaded libloading v0.8.3
5742024-10-19T03:34:07.909Z Downloaded rtoolbox v0.0.2
5752024-10-19T03:34:07.911Z Downloaded predicates v3.1.2
5762024-10-19T03:34:07.914Z Downloaded slog-bunyan v2.5.0
5772024-10-19T03:34:07.916Z Downloaded unicode-xid v0.2.4
5782024-10-19T03:34:07.918Z Downloaded pkcs8 v0.10.2
5792024-10-19T03:34:07.921Z Downloaded pkcs1 v0.7.5
5802024-10-19T03:34:07.923Z Downloaded headers-core v0.2.0
5812024-10-19T03:34:07.926Z Downloaded tar v0.4.41
5822024-10-19T03:34:07.928Z Downloaded tinyvec_macros v0.1.1
5832024-10-19T03:34:07.931Z Downloaded waitgroup v0.1.2
5842024-10-19T03:34:07.931Z Downloaded dirs-sys-next v0.1.2
5852024-10-19T03:34:07.933Z Downloaded rustls-pemfile v1.0.4
5862024-10-19T03:34:07.936Z Downloaded tls_codec v0.4.1
5872024-10-19T03:34:07.938Z Downloaded zeroize_derive v1.4.2
5882024-10-19T03:34:07.940Z Downloaded parking_lot v0.11.2
5892024-10-19T03:34:07.943Z Downloaded hickory-client v0.24.1
5902024-10-19T03:34:07.945Z Downloaded hubpack v0.1.2
5912024-10-19T03:34:07.947Z Downloaded env_logger v0.9.3
5922024-10-19T03:34:07.950Z Downloaded proc-macro-crate v1.3.1
5932024-10-19T03:34:07.952Z Downloaded parking_lot v0.12.2
5942024-10-19T03:34:07.955Z Downloaded bytes v1.7.1
5952024-10-19T03:34:07.959Z Downloaded ppv-lite86 v0.2.17
5962024-10-19T03:34:07.961Z Downloaded foreign-types-shared v0.1.1
5972024-10-19T03:34:07.964Z Downloaded serde_arrays v0.1.0
5982024-10-19T03:34:07.964Z Downloaded serde-hex v0.1.0
5992024-10-19T03:34:07.966Z Downloaded pkcs5 v0.7.1
6002024-10-19T03:34:07.970Z Downloaded peg-macros v0.8.4
6012024-10-19T03:34:07.973Z Downloaded peg-runtime v0.8.3
6022024-10-19T03:34:07.975Z Downloaded futures-core v0.3.30
6032024-10-19T03:34:07.977Z Downloaded path-slash v0.1.5
6042024-10-19T03:34:07.977Z Downloaded slog-stdlog v4.1.1
6052024-10-19T03:34:07.980Z Downloaded tabwriter v1.4.0
6062024-10-19T03:34:07.982Z Downloaded slog-scope v4.4.0
6072024-10-19T03:34:07.985Z Downloaded rustls-pemfile v2.1.3
6082024-10-19T03:34:07.987Z Downloaded chacha20poly1305 v0.10.1
6092024-10-19T03:34:07.996Z Downloaded tracing-core v0.1.32
6102024-10-19T03:34:08.001Z Downloaded strum v0.26.3
6112024-10-19T03:34:08.003Z Downloaded secrecy v0.8.0
6122024-10-19T03:34:08.006Z Downloaded sec1 v0.7.3
6132024-10-19T03:34:08.006Z Downloaded itertools v0.12.1
6142024-10-19T03:34:08.014Z Downloaded foreign-types v0.5.0
6152024-10-19T03:34:08.017Z Downloaded zone_cfg_derive v0.1.2
6162024-10-19T03:34:08.017Z Downloaded structmeta-derive v0.3.0
6172024-10-19T03:34:08.019Z Downloaded siphasher v0.3.11
6182024-10-19T03:34:08.021Z Downloaded twox-hash v1.6.3
6192024-10-19T03:34:08.024Z Downloaded pem v3.0.4
6202024-10-19T03:34:08.027Z Downloaded fatfs v0.3.6
6212024-10-19T03:34:08.029Z Downloaded phf_shared v0.10.0
6222024-10-19T03:34:08.029Z Downloaded rand_seeder v0.3.0
6232024-10-19T03:34:08.031Z Downloaded quick-error v1.2.3
6242024-10-19T03:34:08.034Z Downloaded compact_str v0.8.0
6252024-10-19T03:34:08.036Z Downloaded universal-hash v0.5.1
6262024-10-19T03:34:08.039Z Downloaded rustc-hash v1.1.0
6272024-10-19T03:34:08.041Z Downloaded rustc-demangle v0.1.24
6282024-10-19T03:34:08.041Z Downloaded termtree v0.4.1
6292024-10-19T03:34:08.044Z Downloaded signature v2.2.0
6302024-10-19T03:34:08.047Z Downloaded futures-channel v0.3.30
6312024-10-19T03:34:08.050Z Downloaded sigpipe v0.1.3
6322024-10-19T03:34:08.050Z Downloaded strum_macros v0.25.3
6332024-10-19T03:34:08.052Z Downloaded base64 v0.22.1
6342024-10-19T03:34:08.056Z Downloaded hashlink v0.9.1
6352024-10-19T03:34:08.058Z Downloaded want v0.3.1
6362024-10-19T03:34:08.060Z Downloaded strum_macros v0.24.3
6372024-10-19T03:34:08.063Z Downloaded rustls-pki-types v1.7.0
6382024-10-19T03:34:08.065Z Downloaded oso-derive v0.27.3
6392024-10-19T03:34:08.068Z Downloaded shell-words v1.1.0
6402024-10-19T03:34:08.068Z Downloaded structmeta-derive v0.2.0
6412024-10-19T03:34:08.070Z Downloaded term v0.7.0
6422024-10-19T03:34:08.073Z Downloaded hash32 v0.3.1
6432024-10-19T03:34:08.075Z Downloaded snafu v0.8.2
6442024-10-19T03:34:08.081Z Downloaded tinyvec v1.6.0
6452024-10-19T03:34:08.085Z Downloaded shlex v1.3.0
6462024-10-19T03:34:08.088Z Downloaded display-error-chain v0.2.0
6472024-10-19T03:34:08.090Z Downloaded wait-timeout v0.2.0
6482024-10-19T03:34:08.092Z Downloaded difflib v0.4.0
6492024-10-19T03:34:08.092Z Downloaded termios v0.3.3
6502024-10-19T03:34:08.095Z Downloaded take_mut v0.2.2
6512024-10-19T03:34:08.095Z Downloaded unarray v0.1.4
6522024-10-19T03:34:08.097Z Downloaded termcolor v1.4.1
6532024-10-19T03:34:08.100Z Downloaded downcast v0.11.0
6542024-10-19T03:34:08.100Z Downloaded hickory-resolver v0.24.1
6552024-10-19T03:34:08.105Z Downloaded mio v0.8.11
6562024-10-19T03:34:08.112Z Downloaded futures-io v0.3.30
6572024-10-19T03:34:08.115Z Downloaded phf_shared v0.11.2
6582024-10-19T03:34:08.118Z Downloaded phf v0.11.2
6592024-10-19T03:34:08.118Z Downloaded futures-executor v0.3.30
6602024-10-19T03:34:08.118Z Downloaded half v2.4.1
6612024-10-19T03:34:08.121Z Downloaded smf v0.2.3
6622024-10-19T03:34:08.124Z Downloaded smawk v0.3.2
6632024-10-19T03:34:08.126Z Downloaded scheduled-thread-pool v0.2.7
6642024-10-19T03:34:08.129Z Downloaded float-ord v0.3.2
6652024-10-19T03:34:08.129Z Downloaded expectorate v1.1.0
6662024-10-19T03:34:08.132Z Downloaded libxml v0.3.3
6672024-10-19T03:34:08.137Z Downloaded sha1 v0.10.6
6682024-10-19T03:34:08.141Z Downloaded deranged v0.3.11
6692024-10-19T03:34:08.144Z Downloaded slog-term v2.9.1
6702024-10-19T03:34:08.144Z Downloaded diesel_derives v2.2.2
6712024-10-19T03:34:08.149Z Downloaded tungstenite v0.20.1
6722024-10-19T03:34:08.153Z Downloaded psl-types v2.0.11
6732024-10-19T03:34:08.155Z Downloaded portpicker v0.1.1
6742024-10-19T03:34:08.156Z Downloaded walkdir v2.5.0
6752024-10-19T03:34:08.158Z Downloaded tokio-macros v2.3.0
6762024-10-19T03:34:08.161Z Downloaded filetime v0.2.24
6772024-10-19T03:34:08.161Z Downloaded tokio-tungstenite v0.21.0
6782024-10-19T03:34:08.164Z Downloaded salsa20 v0.10.2
6792024-10-19T03:34:08.166Z Downloaded tiny-keccak v2.0.2
6802024-10-19T03:34:08.168Z Downloaded thiserror-impl-no-std v2.0.2
6812024-10-19T03:34:08.171Z Downloaded serde_urlencoded v0.7.1
6822024-10-19T03:34:08.173Z Downloaded untrusted v0.9.0
6832024-10-19T03:34:08.175Z Downloaded supports-color v3.0.0
6842024-10-19T03:34:08.175Z Downloaded same-file v1.0.6
6852024-10-19T03:34:08.178Z Downloaded unicode-linebreak v0.1.5
6862024-10-19T03:34:08.180Z Downloaded string_cache v0.8.7
6872024-10-19T03:34:08.180Z Downloaded serde_path_to_error v0.1.16
6882024-10-19T03:34:08.183Z Downloaded toml_edit v0.19.15
6892024-10-19T03:34:08.200Z Downloaded defmt-parser v0.3.4
6902024-10-19T03:34:08.203Z Downloaded hostname v0.4.0
6912024-10-19T03:34:08.205Z Downloaded flagset v0.4.5
6922024-10-19T03:34:08.205Z Downloaded float-cmp v0.9.0
6932024-10-19T03:34:08.208Z Downloaded sct v0.7.1
6942024-10-19T03:34:08.210Z Downloaded rand_core v0.6.4
6952024-10-19T03:34:08.212Z Downloaded der_derive v0.7.2
6962024-10-19T03:34:08.215Z Downloaded tokio-stream v0.1.15
6972024-10-19T03:34:08.218Z Downloaded similar v2.6.0
6982024-10-19T03:34:08.224Z Downloaded futures v0.3.30
6992024-10-19T03:34:08.230Z Downloaded utf-8 v0.7.6
7002024-10-19T03:34:08.233Z Downloaded foreign-types-shared v0.3.1
7012024-10-19T03:34:08.233Z Downloaded unicode-truncate v1.0.0
7022024-10-19T03:34:08.235Z Downloaded sqlformat v0.2.4
7032024-10-19T03:34:08.238Z Downloaded unsafe-libyaml v0.2.11
7042024-10-19T03:34:08.240Z Downloaded dsl_auto_type v0.1.2
7052024-10-19T03:34:08.242Z Downloaded elliptic-curve v0.13.8
7062024-10-19T03:34:08.246Z Downloaded headers v0.3.9
7072024-10-19T03:34:08.253Z Downloaded rand_chacha v0.3.1
7082024-10-19T03:34:08.255Z Downloaded derive_builder v0.20.0
7092024-10-19T03:34:08.260Z Downloaded x509-cert v0.2.5
7102024-10-19T03:34:08.267Z Downloaded stringprep v0.1.4
7112024-10-19T03:34:08.269Z Downloaded unicase v2.7.0
7122024-10-19T03:34:08.271Z Downloaded serde_plain v1.0.2
7132024-10-19T03:34:08.274Z Downloaded uuid v1.10.0
7142024-10-19T03:34:08.277Z Downloaded futures-sink v0.3.30
7152024-10-19T03:34:08.277Z Downloaded zip v0.6.6
7162024-10-19T03:34:08.281Z Downloaded crossterm v0.27.0
7172024-10-19T03:34:08.288Z Downloaded parse-display-derive v0.10.0
7182024-10-19T03:34:08.290Z Downloaded futures-macro v0.3.30
7192024-10-19T03:34:08.292Z Downloaded serde_repr v0.1.19
7202024-10-19T03:34:08.293Z Downloaded getrandom v0.2.14
7212024-10-19T03:34:08.296Z Downloaded derive_more v0.99.18
7222024-10-19T03:34:08.302Z Downloaded pin-project-internal v1.1.5
7232024-10-19T03:34:08.304Z Downloaded strum_macros v0.26.4
7242024-10-19T03:34:08.307Z Downloaded parking_lot_core v0.8.6
7252024-10-19T03:34:08.309Z Downloaded tokio-rustls v0.24.1
7262024-10-19T03:34:08.312Z Downloaded owo-colors v4.0.0
7272024-10-19T03:34:08.315Z Downloaded fallible-streaming-iterator v0.1.9
7282024-10-19T03:34:08.317Z Downloaded ff v0.13.0
7292024-10-19T03:34:08.320Z Downloaded heapless v0.7.17
7302024-10-19T03:34:08.322Z Downloaded rustyline v14.0.0
7312024-10-19T03:34:08.329Z Downloaded socket2 v0.4.10
7322024-10-19T03:34:08.331Z Downloaded der v0.7.9
7332024-10-19T03:34:08.336Z Downloaded serde_derive_internals v0.29.1
7342024-10-19T03:34:08.339Z Downloaded tough v0.17.1
7352024-10-19T03:34:08.348Z Downloaded oso v0.27.3
7362024-10-19T03:34:08.352Z Downloaded hmac v0.12.1
7372024-10-19T03:34:08.354Z Downloaded tokio-postgres v0.7.11
7382024-10-19T03:34:08.359Z Downloaded test-strategy v0.3.1
7392024-10-19T03:34:08.363Z Downloaded hashbrown v0.13.2
7402024-10-19T03:34:08.368Z Downloaded spin v0.9.8
7412024-10-19T03:34:08.371Z Downloaded pin-project-lite v0.2.14
7422024-10-19T03:34:08.376Z Downloaded dyn-clone v1.0.17
7432024-10-19T03:34:08.379Z Downloaded poly1305 v0.8.0
7442024-10-19T03:34:08.381Z Downloaded tungstenite v0.21.0
7452024-10-19T03:34:08.386Z Downloaded heapless v0.8.0
7462024-10-19T03:34:08.389Z Downloaded openssl-sys v0.9.103
7472024-10-19T03:34:08.395Z Downloaded pin-project v1.1.5
7482024-10-19T03:34:08.408Z Downloaded postcard v1.0.8
7492024-10-19T03:34:08.412Z Downloaded textwrap v0.16.1
7502024-10-19T03:34:08.416Z Downloaded unicode-bidi v0.3.15
7512024-10-19T03:34:08.418Z Downloaded schemars v0.8.21
7522024-10-19T03:34:08.431Z Downloaded http v1.1.0
7532024-10-19T03:34:08.435Z Downloaded chrono v0.4.38
7542024-10-19T03:34:08.443Z Downloaded nix v0.27.1
7552024-10-19T03:34:08.456Z Downloaded lalrpop v0.19.12
7562024-10-19T03:34:08.468Z Downloaded nix v0.28.0
7572024-10-19T03:34:08.481Z Downloaded rustls-webpki v0.102.4
7582024-10-19T03:34:08.500Z Downloaded unicode-segmentation v1.11.0
7592024-10-19T03:34:08.504Z Downloaded h2 v0.3.26
7602024-10-19T03:34:08.511Z Downloaded object v0.32.2
7612024-10-19T03:34:08.523Z Downloaded http v0.2.12
7622024-10-19T03:34:08.528Z Downloaded winnow v0.5.40
7632024-10-19T03:34:08.538Z Downloaded quick-xml v0.31.0
7642024-10-19T03:34:08.545Z Downloaded hkdf v0.12.4
7652024-10-19T03:34:08.547Z Downloaded rayon v1.10.0
7662024-10-19T03:34:08.557Z Downloaded serde_with v3.9.0
7672024-10-19T03:34:08.567Z Downloaded openapiv3 v2.0.0
7682024-10-19T03:34:08.581Z Downloaded proptest v1.5.0
7692024-10-19T03:34:08.591Z Downloaded portable-atomic v1.6.0
7702024-10-19T03:34:08.598Z Downloaded smoltcp v0.9.1
7712024-10-19T03:34:08.610Z Downloaded webpki-roots v0.25.4
7722024-10-19T03:34:08.614Z Downloaded vcpkg v0.2.15
7732024-10-19T03:34:08.656Z Downloaded radix_trie v0.2.1
7742024-10-19T03:34:08.662Z Downloaded curve25519-dalek v4.1.3
7752024-10-19T03:34:08.671Z Downloaded bitvec v1.0.1
7762024-10-19T03:34:08.688Z Downloaded futures-util v0.3.30
7772024-10-19T03:34:08.701Z Downloaded regex-syntax v0.6.29
7782024-10-19T03:34:08.709Z Downloaded diesel v2.2.2
7792024-10-19T03:34:08.729Z Downloaded gimli v0.28.1
7802024-10-19T03:34:08.738Z Downloaded regex v1.10.6
7812024-10-19T03:34:08.752Z Downloaded polar-core v0.27.3
7822024-10-19T03:34:08.761Z Downloaded regress v0.9.1
7832024-10-19T03:34:08.770Z Downloaded sled v0.34.7
7842024-10-19T03:34:08.781Z Downloaded zerocopy-derive v0.6.6
7852024-10-19T03:34:08.792Z Downloaded rustls v0.21.12
7862024-10-19T03:34:08.805Z Downloaded regex-syntax v0.8.4
7872024-10-19T03:34:08.814Z Downloaded ratatui v0.28.0
7882024-10-19T03:34:08.834Z Downloaded rustls v0.22.4
7892024-10-19T03:34:08.849Z Downloaded hickory-proto v0.24.1
7902024-10-19T03:34:08.867Z Downloaded bstr v1.9.1
7912024-10-19T03:34:08.878Z Downloaded petgraph v0.6.5
7922024-10-19T03:34:08.897Z Downloaded smoltcp v0.11.0
7932024-10-19T03:34:08.911Z Downloaded tokio v1.38.1
7942024-10-19T03:34:08.950Z Downloaded git2 v0.19.0
7952024-10-19T03:34:08.959Z Downloaded bzip2-sys v0.1.11+1.0.8
7962024-10-19T03:34:08.972Z Downloaded idna v0.4.0
7972024-10-19T03:34:08.979Z Downloaded bindgen v0.69.4
7982024-10-19T03:34:08.987Z Downloaded openssl v0.10.66
7992024-10-19T03:34:08.997Z Downloaded object v0.30.4
8002024-10-19T03:34:09.008Z Downloaded regex-automata v0.4.6
8012024-10-19T03:34:09.027Z Downloaded finl_unicode v1.2.0
8022024-10-19T03:34:09.041Z Downloaded csv v1.3.0
8032024-10-19T03:34:09.062Z Downloaded unicode-normalization v0.1.23
8042024-10-19T03:34:09.066Z Downloaded sha3 v0.10.8
8052024-10-19T03:34:09.071Z Downloaded flate2 v1.0.31
8062024-10-19T03:34:09.076Z Downloaded idna v0.5.0
8072024-10-19T03:34:09.084Z Downloaded rustls-webpki v0.101.7
8082024-10-19T03:34:09.100Z Downloaded sqlparser v0.45.0
8092024-10-19T03:34:09.106Z Downloaded aho-corasick v1.1.3
8102024-10-19T03:34:09.115Z Downloaded rand v0.8.5
8112024-10-19T03:34:09.119Z Downloaded tokio-util v0.7.11
8122024-10-19T03:34:09.126Z Downloaded encoding_rs v0.8.34
8132024-10-19T03:34:09.149Z Downloaded reqwest v0.11.27
8142024-10-19T03:34:09.158Z Downloaded reedline v0.33.0
8152024-10-19T03:34:09.166Z Downloaded idna v0.3.0
8162024-10-19T03:34:09.173Z Downloaded blake3 v1.5.1
8172024-10-19T03:34:09.181Z Downloaded socket2 v0.5.7
8182024-10-19T03:34:09.183Z Downloaded libgit2-sys v0.17.0+1.8.1
8192024-10-19T03:34:09.244Z Downloaded flume v0.11.0
8202024-10-19T03:34:09.247Z Downloaded steno v0.4.1
8212024-10-19T03:34:09.251Z Downloaded url v2.5.2
8222024-10-19T03:34:09.255Z Downloaded typed-path v0.7.1
8232024-10-19T03:34:09.261Z Downloaded rusqlite v0.31.0
8242024-10-19T03:34:09.268Z Downloaded hashbrown v0.12.3
8252024-10-19T03:34:09.273Z Downloaded parse-display v0.10.0
8262024-10-19T03:34:09.281Z Downloaded futures-task v0.3.30
8272024-10-19T03:34:09.281Z Downloaded scopeguard v1.2.0
8282024-10-19T03:34:09.281Z Downloaded spin v0.5.2
8292024-10-19T03:34:09.281Z Downloaded fixedbitset v0.4.2
8302024-10-19T03:34:09.281Z Downloaded crossterm v0.28.1
8312024-10-19T03:34:09.288Z Downloaded crossbeam-channel v0.5.12
8322024-10-19T03:34:09.293Z Downloaded scrypt v0.11.0
8332024-10-19T03:34:09.293Z Downloaded tokio-native-tls v0.3.1
8342024-10-19T03:34:09.295Z Downloaded structmeta v0.3.0
8352024-10-19T03:34:09.295Z Downloaded snafu-derive v0.8.2
8362024-10-19T03:34:09.298Z Downloaded ron v0.8.1
8372024-10-19T03:34:09.303Z Downloaded untrusted v0.7.1
8382024-10-19T03:34:09.305Z Downloaded itertools v0.13.0
8392024-10-19T03:34:09.312Z Downloaded derive-where v1.2.7
8402024-10-19T03:34:09.316Z Downloaded tokio-rustls v0.25.0
8412024-10-19T03:34:09.318Z Downloaded rsa v0.9.6
8422024-10-19T03:34:09.323Z Downloaded publicsuffix v2.2.3
8432024-10-19T03:34:09.326Z Downloaded home v0.5.9
8442024-10-19T03:34:09.328Z Downloaded hostname v0.3.1
8452024-10-19T03:34:09.330Z Downloaded packed_struct v0.10.1
8462024-10-19T03:34:09.330Z Downloaded smallvec v1.13.2
8472024-10-19T03:34:09.332Z Downloaded password-hash v0.5.0
8482024-10-19T03:34:09.335Z Downloaded hyper v0.14.30
8492024-10-19T03:34:09.343Z Downloaded signal-hook v0.3.17
8502024-10-19T03:34:09.346Z Downloaded ron v0.7.1
8512024-10-19T03:34:09.351Z Downloaded time v0.3.36
8522024-10-19T03:34:09.359Z Downloaded rand_xorshift v0.3.0
8532024-10-19T03:34:09.361Z Downloaded packed_struct_codegen v0.10.1
8542024-10-19T03:34:09.363Z Downloaded ref-cast-impl v1.0.23
8552024-10-19T03:34:09.364Z Downloaded paste v1.0.15
8562024-10-19T03:34:09.366Z Downloaded tokio-tungstenite v0.20.1
8572024-10-19T03:34:09.368Z Downloaded aes v0.8.4
8582024-10-19T03:34:09.371Z Downloaded toml v0.7.8
8592024-10-19T03:34:09.374Z Downloaded unicode_categories v0.1.1
8602024-10-19T03:34:09.376Z Downloaded const_format v0.2.32
8612024-10-19T03:34:09.382Z Downloaded parking_lot_core v0.9.10
8622024-10-19T03:34:09.384Z Downloaded ring v0.17.8
8632024-10-19T03:34:09.455Z Downloaded hickory-server v0.24.1
8642024-10-19T03:34:09.460Z Downloaded itertools v0.10.5
8652024-10-19T03:34:09.467Z Downloaded rustfmt-wrapper v0.2.1
8662024-10-19T03:34:09.469Z Downloaded rustc_version v0.4.0
8672024-10-19T03:34:09.471Z Downloaded rustc_version v0.1.7
8682024-10-19T03:34:09.471Z Downloaded radium v0.7.0
8692024-10-19T03:34:09.473Z Downloaded r2d2 v0.8.10
8702024-10-19T03:34:09.473Z Downloaded pin-utils v0.1.0
8712024-10-19T03:34:09.473Z Downloaded crypto-bigint v0.5.5
8722024-10-19T03:34:09.480Z Downloaded cc v1.0.97
8732024-10-19T03:34:09.483Z Downloaded rcgen v0.12.1
8742024-10-19T03:34:09.486Z Downloaded rayon-core v1.12.1
8752024-10-19T03:34:09.490Z Downloaded form_urlencoded v1.2.1
8762024-10-19T03:34:09.492Z Downloaded which v4.4.2
8772024-10-19T03:34:09.495Z Downloaded pkg-config v0.3.30
8782024-10-19T03:34:09.495Z Downloaded either v1.13.0
8792024-10-19T03:34:09.496Z Downloaded signal-hook-mio v0.2.4
8802024-10-19T03:34:09.498Z Downloaded parse-size v1.0.0
8812024-10-19T03:34:09.498Z Downloaded vte_generate_state_changes v0.1.1
8822024-10-19T03:34:09.500Z Downloaded hash32 v0.2.1
8832024-10-19T03:34:09.500Z Downloaded funty v2.0.0
8842024-10-19T03:34:09.500Z Downloaded fragile v2.0.0
8852024-10-19T03:34:09.503Z Downloaded zone v0.1.8
8862024-10-19T03:34:09.505Z Downloaded highway v1.2.0
8872024-10-19T03:34:09.507Z Downloaded tracing v0.1.40
8882024-10-19T03:34:09.510Z Downloaded slog-envlogger v2.2.0
8892024-10-19T03:34:09.512Z Downloaded prettyplease v0.2.20
8902024-10-19T03:34:09.515Z Downloaded base64 v0.13.1
8912024-10-19T03:34:09.518Z Downloaded backtrace v0.3.71
8922024-10-19T03:34:09.524Z Downloaded vergen v8.3.2
8932024-10-19T03:34:09.527Z Downloaded num-bigint-dig v0.8.4
8942024-10-19T03:34:09.532Z Downloaded tempfile v3.10.1
8952024-10-19T03:34:09.534Z Downloaded rpassword v7.3.1
8962024-10-19T03:34:09.537Z Downloaded fallible-iterator v0.3.0
8972024-10-19T03:34:09.539Z Downloaded xattr v1.3.1
8982024-10-19T03:34:09.539Z Downloaded wyz v0.5.1
8992024-10-19T03:34:09.541Z Downloaded postgres-types v0.2.7
9002024-10-19T03:34:09.544Z Downloaded postgres-protocol v0.6.7
9012024-10-19T03:34:09.546Z Downloaded pem-rfc7468 v0.7.0
9022024-10-19T03:34:09.549Z Downloaded httpdate v1.0.3
9032024-10-19T03:34:09.551Z Downloaded httparse v1.8.0
9042024-10-19T03:34:09.554Z Downloaded getopts v0.2.21
9052024-10-19T03:34:09.554Z Downloaded subprocess v0.2.9
9062024-10-19T03:34:09.557Z Downloaded samael v0.0.15
9072024-10-19T03:34:09.561Z Downloaded serde_yaml v0.9.34+deprecated
9082024-10-19T03:34:09.565Z Downloaded slog-json v2.6.1
9092024-10-19T03:34:09.567Z Downloaded percent-encoding v2.3.1
9102024-10-19T03:34:09.570Z Downloaded http-body v0.4.6
9112024-10-19T03:34:09.570Z Downloaded fxhash v0.2.1
9122024-10-19T03:34:09.572Z Downloaded foreign-types-macros v0.2.3
9132024-10-19T03:34:09.572Z Downloaded fastrand v2.1.0
9142024-10-19T03:34:09.574Z Downloaded diff v0.1.13
9152024-10-19T03:34:09.576Z Downloaded foreign-types v0.3.2
9162024-10-19T03:34:09.578Z Downloaded rusty-fork v0.3.0
9172024-10-19T03:34:09.578Z Downloaded resolv-conf v0.7.0
9182024-10-19T03:34:09.580Z Downloaded dirs-next v2.0.0
9192024-10-19T03:34:09.582Z Downloaded zeroize v1.7.0
9202024-10-19T03:34:09.583Z Downloaded uzers v0.11.3
9212024-10-19T03:34:09.585Z Downloaded powerfmt v0.2.0
9222024-10-19T03:34:09.588Z Downloaded zerocopy v0.6.6
9232024-10-19T03:34:09.588Z Downloaded crossbeam-epoch v0.9.18
9242024-10-19T03:34:09.590Z Downloaded cookie v0.18.1
9252024-10-19T03:34:09.593Z Downloaded globset v0.4.14
9262024-10-19T03:34:09.595Z Downloaded console v0.15.8
9272024-10-19T03:34:09.597Z Downloaded tui-tree-widget v0.22.0
9282024-10-19T03:34:09.599Z Downloaded indicatif v0.17.8
9292024-10-19T03:34:09.604Z Downloaded slog-async v2.8.0
9302024-10-19T03:34:09.604Z Downloaded spki v0.7.3
9312024-10-19T03:34:09.607Z Downloaded slab v0.4.9
9322024-10-19T03:34:09.607Z Downloaded nom v7.1.3
9332024-10-19T03:34:09.612Z Downloaded libm v0.2.8
9342024-10-19T03:34:09.621Z Downloaded sync_wrapper v0.1.2
9352024-10-19T03:34:09.623Z Downloaded whoami v1.5.1
9362024-10-19T03:34:09.625Z Downloaded vte v0.11.1
9372024-10-19T03:34:09.626Z Downloaded num-traits v0.2.19
9382024-10-19T03:34:09.628Z Downloaded pbkdf2 v0.12.2
9392024-10-19T03:34:09.631Z Downloaded group v0.13.0
9402024-10-19T03:34:09.631Z Downloaded mio v1.0.2
9412024-10-19T03:34:09.637Z Downloaded hex v0.4.3
9422024-10-19T03:34:09.639Z Downloaded glob v0.3.1
9432024-10-19T03:34:09.641Z Downloaded env_logger v0.10.2
9442024-10-19T03:34:09.644Z Downloaded derive_builder_core v0.20.0
9452024-10-19T03:34:09.646Z Downloaded vsss-rs v3.3.4
9462024-10-19T03:34:09.649Z Downloaded rustversion v1.0.17
9472024-10-19T03:34:09.652Z Downloaded libz-sys v1.1.16
9482024-10-19T03:34:09.719Z Downloaded predicates-core v1.0.6
9492024-10-19T03:34:09.722Z Downloaded static_assertions v1.1.0
9502024-10-19T03:34:09.722Z Downloaded csv-core v0.1.11
9512024-10-19T03:34:09.724Z Downloaded thiserror-no-std v2.0.2
9522024-10-19T03:34:09.726Z Downloaded nibble_vec v0.1.0
9532024-10-19T03:34:09.729Z Downloaded keccak v0.1.5
9542024-10-19T03:34:09.731Z Downloaded ena v0.14.3
9552024-10-19T03:34:09.731Z Downloaded ipnet v2.9.0
9562024-10-19T03:34:09.733Z Downloaded ciborium v0.2.2
9572024-10-19T03:34:09.735Z Downloaded mime_guess v2.0.4
9582024-10-19T03:34:09.738Z Downloaded predicates-tree v1.0.9
9592024-10-19T03:34:09.738Z Downloaded native-tls v0.2.11
9602024-10-19T03:34:09.740Z Downloaded arrayvec v0.7.4
9612024-10-19T03:34:09.742Z Downloaded olpc-cjson v0.1.3
9622024-10-19T03:34:09.744Z Downloaded cancel-safe-futures v0.1.5
9632024-10-19T03:34:09.747Z Downloaded linked-hash-map v0.5.6
9642024-10-19T03:34:09.747Z Downloaded indent_write v2.2.0
9652024-10-19T03:34:09.749Z Downloaded crc-catalog v2.4.0
9662024-10-19T03:34:09.749Z Downloaded cobs v0.2.3
9672024-10-19T03:34:09.752Z Downloaded num-iter v0.1.45
9682024-10-19T03:34:09.752Z Downloaded nodrop v0.1.14
9692024-10-19T03:34:09.752Z Downloaded newtype-uuid v1.1.0
9702024-10-19T03:34:09.754Z Downloaded memoffset v0.9.1
9712024-10-19T03:34:09.754Z Downloaded md-5 v0.10.6
9722024-10-19T03:34:09.756Z Downloaded nanorand v0.7.0
9732024-10-19T03:34:09.759Z Downloaded lazy_static v1.5.0
9742024-10-19T03:34:09.761Z Downloaded indoc v1.0.9
9752024-10-19T03:34:09.763Z Downloaded debug-ignore v1.0.5
9762024-10-19T03:34:09.763Z Downloaded curve25519-dalek-derive v0.1.1
9772024-10-19T03:34:09.766Z Downloaded castaway v0.2.3
9782024-10-19T03:34:09.766Z Downloaded bitstruct v0.1.1
9792024-10-19T03:34:09.768Z Downloaded bitfield-struct v0.6.1
9802024-10-19T03:34:09.768Z Downloaded cookie_store v0.20.0
9812024-10-19T03:34:09.770Z Downloaded cookie v0.17.0
9822024-10-19T03:34:09.773Z Downloaded clang-sys v1.7.0
9832024-10-19T03:34:09.776Z Downloaded darling v0.20.9
9842024-10-19T03:34:09.779Z Downloaded array-init v0.0.4
9852024-10-19T03:34:09.781Z Downloaded adler v1.0.2
9862024-10-19T03:34:09.781Z Downloaded time-core v0.1.2
9872024-10-19T03:34:09.783Z Downloaded omicron-zone-package v0.11.0
9882024-10-19T03:34:09.786Z Downloaded indexmap v1.9.3
9892024-10-19T03:34:09.788Z Downloaded atty v0.2.14
9902024-10-19T03:34:09.790Z Downloaded defmt-macros v0.3.9
9912024-10-19T03:34:09.793Z Downloaded hubpack_derive v0.1.1
9922024-10-19T03:34:09.793Z Downloaded crossbeam-deque v0.8.5
9932024-10-19T03:34:09.795Z Downloaded crc32fast v1.4.0
9942024-10-19T03:34:09.797Z Downloaded cassowary v0.3.0
9952024-10-19T03:34:09.797Z Downloaded base64ct v1.6.0
9962024-10-19T03:34:09.800Z Downloaded ascii v1.1.0
9972024-10-19T03:34:09.802Z Downloaded memmap2 v0.9.4
9982024-10-19T03:34:09.805Z Downloaded libefi-sys v0.1.0
9992024-10-19T03:34:09.805Z Downloaded lalrpop-util v0.19.12
10002024-10-19T03:34:09.807Z Downloaded data-encoding v2.6.0
10012024-10-19T03:34:09.807Z Downloaded bcs v0.1.6
10022024-10-19T03:34:09.809Z Downloaded backoff v0.4.0
10032024-10-19T03:34:09.812Z Downloaded allocator-api2 v0.2.18
10042024-10-19T03:34:09.814Z Downloaded addr2line v0.21.0
10052024-10-19T03:34:09.817Z Downloaded libsqlite3-sys v0.28.0
10062024-10-19T03:34:09.893Z Downloaded ipnetwork v0.20.0
10072024-10-19T03:34:09.896Z Downloaded maplit v1.0.2
10082024-10-19T03:34:09.896Z Downloaded instability v0.3.2
10092024-10-19T03:34:09.898Z Downloaded inout v0.1.3
10102024-10-19T03:34:09.898Z Downloaded ciborium-ll v0.2.2
10112024-10-19T03:34:09.901Z Downloaded cexpr v0.6.0
10122024-10-19T03:34:09.901Z Downloaded cbc v0.1.2
10132024-10-19T03:34:09.903Z Downloaded ring v0.16.20
10142024-10-19T03:34:09.985Z Downloaded async-stream v0.3.5
10152024-10-19T03:34:09.987Z Downloaded num_threads v0.1.7
10162024-10-19T03:34:09.987Z Downloaded newtype_derive v0.1.6
10172024-10-19T03:34:09.990Z Downloaded is_ci v1.2.0
10182024-10-19T03:34:09.990Z Downloaded bitfield v0.14.0
10192024-10-19T03:34:09.993Z Downloaded block-padding v0.3.3
10202024-10-19T03:34:09.993Z Downloaded bit-set v0.5.3
10212024-10-19T03:34:09.993Z Downloaded argon2 v0.5.3
10222024-10-19T03:34:10.080Z Compiling cfg-if v1.0.0
10232024-10-19T03:34:10.080Z Compiling serde v1.0.208
10242024-10-19T03:34:10.082Z Compiling typenum v1.17.0
10252024-10-19T03:34:10.082Z Compiling generic-array v0.14.7
10262024-10-19T03:34:10.218Z Compiling lock_api v0.4.12
10272024-10-19T03:34:10.270Z Compiling syn v2.0.74
10282024-10-19T03:34:10.272Z Compiling getrandom v0.2.14
10292024-10-19T03:34:10.272Z Compiling scopeguard v1.2.0
10302024-10-19T03:34:10.315Z Compiling log v0.4.21
10312024-10-19T03:34:10.444Z Compiling jobserver v0.1.32
10322024-10-19T03:34:10.549Z Compiling rand_core v0.6.4
10332024-10-19T03:34:10.761Z Compiling subtle v2.5.0
10342024-10-19T03:34:10.796Z Compiling cc v1.0.97
10352024-10-19T03:34:11.038Z Compiling const-oid v0.9.6
10362024-10-19T03:34:11.056Z Compiling pin-project-lite v0.2.14
10372024-10-19T03:34:11.179Z Compiling smallvec v1.13.2
10382024-10-19T03:34:11.230Z Compiling parking_lot_core v0.9.10
10392024-10-19T03:34:11.271Z Compiling signal-hook-registry v1.4.2
10402024-10-19T03:34:11.350Z Compiling spin v0.9.8
10412024-10-19T03:34:11.628Z Compiling mio v0.8.11
10422024-10-19T03:34:11.910Z Compiling ahash v0.8.11
10432024-10-19T03:34:12.136Z Compiling tinyvec_macros v0.1.1
10442024-10-19T03:34:12.248Z Compiling parking_lot v0.12.2
10452024-10-19T03:34:12.374Z Compiling tinyvec v1.6.0
10462024-10-19T03:34:12.564Z Compiling socket2 v0.5.7
10472024-10-19T03:34:13.018Z Compiling num_cpus v1.16.0
10482024-10-19T03:34:13.060Z Compiling cpufeatures v0.2.12
10492024-10-19T03:34:13.153Z Compiling libm v0.2.8
10502024-10-19T03:34:13.170Z Compiling futures-core v0.3.30
10512024-10-19T03:34:13.202Z Compiling serde_json v1.0.125
10522024-10-19T03:34:13.277Z Compiling slab v0.4.9
10532024-10-19T03:34:13.442Z Compiling num-traits v0.2.19
10542024-10-19T03:34:13.538Z Compiling futures-sink v0.3.30
10552024-10-19T03:34:13.584Z Compiling unicode-bidi v0.3.15
10562024-10-19T03:34:13.601Z Compiling allocator-api2 v0.2.18
10572024-10-19T03:34:13.975Z Compiling unicode-normalization v0.1.23
10582024-10-19T03:34:13.994Z Compiling futures-channel v0.3.30
10592024-10-19T03:34:14.072Z Compiling pkg-config v0.3.30
10602024-10-19T03:34:14.438Z Compiling futures-task v0.3.30
10612024-10-19T03:34:14.441Z Compiling pin-utils v0.1.0
10622024-10-19T03:34:14.549Z Compiling vcpkg v0.2.15
10632024-10-19T03:34:15.134Z Compiling futures-io v0.3.30
10642024-10-19T03:34:15.154Z Compiling base64ct v1.6.0
10652024-10-19T03:34:15.178Z Compiling percent-encoding v2.3.1
10662024-10-19T03:34:15.272Z Compiling ring v0.17.8
10672024-10-19T03:34:15.612Z Compiling ppv-lite86 v0.2.17
10682024-10-19T03:34:15.718Z Compiling pem-rfc7468 v0.7.0
10692024-10-19T03:34:15.739Z Compiling flagset v0.4.5
10702024-10-19T03:34:15.773Z Compiling tracing-core v0.1.32
10712024-10-19T03:34:15.935Z Compiling untrusted v0.9.0
10722024-10-19T03:34:16.116Z Compiling rustix v0.38.34
10732024-10-19T03:34:16.419Z Compiling rand_chacha v0.3.1
10742024-10-19T03:34:16.479Z Compiling openssl v0.10.66
10752024-10-19T03:34:16.782Z Compiling openssl-sys v0.9.103
10762024-10-19T03:34:16.893Z Compiling rand v0.8.5
10772024-10-19T03:34:16.911Z Compiling foreign-types-shared v0.1.1
10782024-10-19T03:34:17.009Z Compiling rustversion v1.0.17
10792024-10-19T03:34:17.048Z Compiling time-core v0.1.2
10802024-10-19T03:34:17.212Z Compiling httparse v1.8.0
10812024-10-19T03:34:17.239Z Compiling num-conv v0.1.0
10822024-10-19T03:34:17.512Z Compiling powerfmt v0.2.0
10832024-10-19T03:34:17.673Z Compiling time-macros v0.2.18
10842024-10-19T03:34:17.832Z Compiling deranged v0.3.11
10852024-10-19T03:34:17.876Z Compiling foreign-types v0.3.2
10862024-10-19T03:34:17.997Z Compiling form_urlencoded v1.2.1
10872024-10-19T03:34:18.297Z Compiling aho-corasick v1.1.3
10882024-10-19T03:34:18.679Z Compiling native-tls v0.2.11
10892024-10-19T03:34:18.823Z Compiling try-lock v0.2.5
10902024-10-19T03:34:18.968Z Compiling regex-syntax v0.8.4
10912024-10-19T03:34:19.017Z Compiling siphasher v0.3.11
10922024-10-19T03:34:19.259Z Compiling num_threads v0.1.7
10932024-10-19T03:34:19.390Z Compiling crossbeam-utils v0.8.19
10942024-10-19T03:34:19.408Z Compiling syn v1.0.109
10952024-10-19T03:34:19.706Z Compiling rustls v0.21.12
10962024-10-19T03:34:19.996Z Compiling want v0.3.1
10972024-10-19T03:34:20.262Z Compiling idna v0.5.0
10982024-10-19T03:34:20.768Z Compiling socket2 v0.4.10
10992024-10-19T03:34:20.897Z Compiling time v0.3.36
11002024-10-19T03:34:21.420Z Compiling cookie v0.17.0
11012024-10-19T03:34:21.653Z Compiling iana-time-zone v0.1.60
11022024-10-19T03:34:21.730Z Compiling tower-service v0.3.2
11032024-10-19T03:34:21.858Z Compiling openssl-probe v0.1.5
11042024-10-19T03:34:21.900Z Compiling adler v1.0.2
11052024-10-19T03:34:22.077Z Compiling finl_unicode v1.2.0
11062024-10-19T03:34:22.128Z Compiling slog v2.7.0
11072024-10-19T03:34:22.197Z Compiling httpdate v1.0.3
11082024-10-19T03:34:22.689Z Compiling regex-automata v0.4.6
11092024-10-19T03:34:22.724Z Compiling stringprep v0.1.4
11102024-10-19T03:34:22.768Z Compiling miniz_oxide v0.7.2
11112024-10-19T03:34:23.695Z Compiling url v2.5.2
11122024-10-19T03:34:24.810Z Compiling serde_derive v1.0.208
11132024-10-19T03:34:25.425Z Compiling zeroize_derive v1.4.2
11142024-10-19T03:34:25.599Z Compiling zerocopy-derive v0.7.34
11152024-10-19T03:34:25.619Z Compiling tokio-macros v2.3.0
11162024-10-19T03:34:26.154Z Compiling thiserror-impl v1.0.63
11172024-10-19T03:34:26.253Z Compiling futures-macro v0.3.30
11182024-10-19T03:34:27.076Z Compiling zeroize v1.7.0
11192024-10-19T03:34:27.320Z Compiling der_derive v0.7.2
11202024-10-19T03:34:27.972Z Compiling zerocopy v0.7.34
11212024-10-19T03:34:28.306Z Compiling futures-util v0.3.30
11222024-10-19T03:34:28.929Z Compiling crypto-common v0.1.6
11232024-10-19T03:34:29.165Z Compiling block-buffer v0.10.4
11242024-10-19T03:34:29.437Z Compiling digest v0.10.7
11252024-10-19T03:34:29.582Z Compiling block-padding v0.3.3
11262024-10-19T03:34:29.839Z Compiling inout v0.1.3
11272024-10-19T03:34:29.885Z Compiling hmac v0.12.1
11282024-10-19T03:34:29.923Z Compiling thiserror v1.0.63
11292024-10-19T03:34:30.062Z Compiling cipher v0.4.4
11302024-10-19T03:34:30.105Z Compiling hashbrown v0.14.5
11312024-10-19T03:34:30.123Z Compiling sha2 v0.10.8
11322024-10-19T03:34:30.195Z Compiling pest v2.7.10
11332024-10-19T03:34:30.576Z Compiling salsa20 v0.10.2
11342024-10-19T03:34:30.806Z Compiling pbkdf2 v0.12.2
11352024-10-19T03:34:30.991Z Compiling der v0.7.9
11362024-10-19T03:34:31.524Z Compiling tracing-attributes v0.1.27
11372024-10-19T03:34:33.300Z Compiling pest_meta v2.7.10
11382024-10-19T03:34:33.716Z Compiling scroll_derive v0.12.0
11392024-10-19T03:34:34.371Z Compiling spki v0.7.3
11402024-10-19T03:34:34.621Z Compiling pest_generator v2.7.10
11412024-10-19T03:34:34.752Z Compiling scrypt v0.11.0
11422024-10-19T03:34:35.181Z Compiling scroll v0.12.0
11432024-10-19T03:34:35.252Z Compiling tracing v0.1.40
11442024-10-19T03:34:35.332Z Compiling cbc v0.1.2
11452024-10-19T03:34:35.571Z Compiling aes v0.8.4
11462024-10-19T03:34:35.738Z Compiling goblin v0.8.2
11472024-10-19T03:34:35.755Z Compiling openssl-macros v0.1.1
11482024-10-19T03:34:35.787Z Compiling rustls-webpki v0.101.7
11492024-10-19T03:34:36.551Z Compiling pkcs5 v0.7.1
11502024-10-19T03:34:36.677Z Compiling sct v0.7.1
11512024-10-19T03:34:37.798Z Compiling pkcs8 v0.10.2
11522024-10-19T03:34:37.839Z Compiling md-5 v0.10.6
11532024-10-19T03:34:38.099Z Compiling num-integer v0.1.46
11542024-10-19T03:34:38.203Z Compiling backtrace v0.3.71
11552024-10-19T03:34:38.459Z Compiling idna v0.3.0
11562024-10-19T03:34:38.496Z Compiling pest_derive v2.7.10
11572024-10-19T03:34:38.550Z Compiling lazy_static v1.5.0
11582024-10-19T03:34:38.668Z Compiling hash32 v0.2.1
11592024-10-19T03:34:38.689Z Compiling crc32fast v1.4.0
11602024-10-19T03:34:38.869Z Compiling fallible-iterator v0.2.0
11612024-10-19T03:34:39.052Z Compiling signal-hook v0.3.17
11622024-10-19T03:34:39.197Z Compiling smoltcp v0.9.1
11632024-10-19T03:34:39.284Z Compiling bytes v1.7.1
11642024-10-19T03:34:39.325Z Compiling bitflags v2.6.0
11652024-10-19T03:34:39.636Z Compiling indexmap v2.4.0
11662024-10-19T03:34:39.763Z Compiling semver v1.0.23
11672024-10-19T03:34:40.506Z Compiling tokio v1.38.1
11682024-10-19T03:34:40.550Z Compiling http v0.2.12
11692024-10-19T03:34:41.093Z Compiling rustc_version v0.4.0
11702024-10-19T03:34:41.907Z Compiling heapless v0.7.17
11712024-10-19T03:34:42.376Z Compiling http-body v0.4.6
11722024-10-19T03:34:42.679Z Compiling dof v0.3.0
11732024-10-19T03:34:42.853Z Compiling dtrace-parser v0.2.0
11742024-10-19T03:34:43.004Z Compiling uuid v1.10.0
11752024-10-19T03:34:43.216Z Compiling chrono v0.4.38
11762024-10-19T03:34:44.458Z Compiling usdt-impl v0.5.0
11772024-10-19T03:34:44.935Z Compiling serde_spanned v0.6.7
11782024-10-19T03:34:45.030Z Compiling serde_tokenstream v0.2.2
11792024-10-19T03:34:45.171Z Compiling toml_datetime v0.6.8
11802024-10-19T03:34:45.650Z Compiling num-bigint-dig v0.8.4
11812024-10-19T03:34:45.685Z Compiling base64 v0.22.1
11822024-10-19T03:34:45.970Z Compiling gimli v0.28.1
11832024-10-19T03:34:46.030Z Compiling psl-types v2.0.11
11842024-10-19T03:34:46.047Z Compiling cfg_aliases v0.1.1
11852024-10-19T03:34:46.153Z Compiling stable_deref_trait v1.2.0
11862024-10-19T03:34:46.416Z Compiling publicsuffix v2.2.3
11872024-10-19T03:34:46.443Z Compiling postgres-protocol v0.6.7
11882024-10-19T03:34:46.694Z Compiling nix v0.28.0
11892024-10-19T03:34:46.910Z Compiling terminal_size v0.3.0
11902024-10-19T03:34:47.148Z Compiling num-iter v0.1.45
11912024-10-19T03:34:47.166Z Compiling hubpack_derive v0.1.1
11922024-10-19T03:34:47.341Z Compiling async-trait v0.1.81
11932024-10-19T03:34:47.458Z Compiling zerocopy-derive v0.6.6
11942024-10-19T03:34:48.106Z Compiling phf_shared v0.11.2
11952024-10-19T03:34:48.499Z Compiling serde_derive_internals v0.29.1
11962024-10-19T03:34:48.609Z Compiling ff v0.13.0
11972024-10-19T03:34:48.696Z Compiling tokio-util v0.7.11
11982024-10-19T03:34:48.834Z Compiling tokio-rustls v0.24.1
11992024-10-19T03:34:48.985Z Compiling tokio-native-tls v0.3.1
12002024-10-19T03:34:49.247Z Compiling object v0.32.2
12012024-10-19T03:34:49.269Z Compiling fs-err v2.11.0
12022024-10-19T03:34:49.577Z Compiling schemars v0.8.21
12032024-10-19T03:34:49.639Z Compiling anyhow v1.0.86
12042024-10-19T03:34:49.916Z Compiling h2 v0.3.26
12052024-10-19T03:34:50.117Z Compiling addr2line v0.21.0
12062024-10-19T03:34:50.136Z Compiling either v1.13.0
12072024-10-19T03:34:50.229Z Compiling ipnet v2.9.0
12082024-10-19T03:34:50.552Z Compiling rustc-demangle v0.1.24
12092024-10-19T03:34:50.797Z Compiling managed v0.8.0
12102024-10-19T03:34:50.854Z Compiling bitflags v1.3.2
12112024-10-19T03:34:50.962Z Compiling winnow v0.5.40
12122024-10-19T03:34:51.246Z Compiling base64 v0.21.7
12132024-10-19T03:34:51.275Z Compiling base16ct v0.2.0
12142024-10-19T03:34:51.444Z Compiling clap_builder v4.5.15
12152024-10-19T03:34:51.588Z Compiling sec1 v0.7.3
12162024-10-19T03:34:51.610Z Compiling schemars_derive v0.8.21
12172024-10-19T03:34:52.076Z Compiling rustls-pemfile v1.0.4
12182024-10-19T03:34:52.765Z Compiling zerocopy v0.6.6
12192024-10-19T03:34:53.795Z Compiling group v0.13.0
12202024-10-19T03:34:54.128Z Compiling phf v0.11.2
12212024-10-19T03:34:54.360Z Compiling hubpack v0.1.2
12222024-10-19T03:34:54.425Z Compiling toml_edit v0.19.15
12232024-10-19T03:34:54.805Z Compiling cookie_store v0.20.0
12242024-10-19T03:34:55.040Z Compiling postgres-types v0.2.7
12252024-10-19T03:34:56.584Z Compiling usdt-macro v0.5.0
12262024-10-19T03:34:56.729Z Compiling usdt-attr-macro v0.5.0
12272024-10-19T03:34:57.565Z Compiling hyper v0.14.30
12282024-10-19T03:34:58.105Z Compiling serde_urlencoded v0.7.1
12292024-10-19T03:34:58.425Z Compiling pkcs1 v0.7.5
12302024-10-19T03:34:58.646Z Compiling futures-executor v0.3.30
12312024-10-19T03:34:59.233Z Compiling hkdf v0.12.4
12322024-10-19T03:34:59.367Z Compiling signature v2.2.0
12332024-10-19T03:34:59.463Z Compiling crypto-bigint v0.5.5
12342024-10-19T03:34:59.490Z Compiling regex v1.10.6
12352024-10-19T03:34:59.675Z Compiling bstr v1.9.1
12362024-10-19T03:35:00.603Z Compiling strum_macros v0.25.3
12372024-10-19T03:35:00.642Z Compiling clap_derive v4.5.13
12382024-10-19T03:35:00.802Z Compiling enum-as-inner v0.6.0
12392024-10-19T03:35:01.558Z Compiling serde_repr v0.1.19
12402024-10-19T03:35:01.951Z Compiling phf_shared v0.10.0
12412024-10-19T03:35:02.350Z Compiling float-cmp v0.9.0
12422024-10-19T03:35:02.411Z Compiling idna v0.4.0
12432024-10-19T03:35:02.564Z Compiling mio v1.0.2
12442024-10-19T03:35:02.771Z Compiling encoding_rs v0.8.34
12452024-10-19T03:35:03.756Z Compiling webpki-roots v0.25.4
12462024-10-19T03:35:03.922Z Compiling difflib v0.4.0
12472024-10-19T03:35:04.041Z Compiling unicode-segmentation v1.11.0
12482024-10-19T03:35:04.817Z Compiling hyper-rustls v0.24.2
12492024-10-19T03:35:04.883Z Compiling hyper-tls v0.5.0
12502024-10-19T03:35:05.183Z Compiling precomputed-hash v0.1.1
12512024-10-19T03:35:05.224Z Compiling dyn-clone v1.0.17
12522024-10-19T03:35:05.298Z Compiling whoami v1.5.1
12532024-10-19T03:35:05.448Z Compiling data-encoding v2.6.0
12542024-10-19T03:35:05.490Z Compiling mime v0.3.17
12552024-10-19T03:35:05.662Z Compiling fixedbitset v0.4.2
12562024-10-19T03:35:05.681Z Compiling normalize-line-endings v0.3.0
12572024-10-19T03:35:05.807Z Compiling sync_wrapper v0.1.2
12582024-10-19T03:35:05.919Z Compiling new_debug_unreachable v1.0.6
12592024-10-19T03:35:05.939Z Compiling static_assertions v1.1.0
12602024-10-19T03:35:06.016Z Compiling minimal-lexical v0.2.1
12612024-10-19T03:35:06.043Z Compiling predicates-core v1.0.6
12622024-10-19T03:35:06.124Z Compiling bit-vec v0.6.3
12632024-10-19T03:35:06.143Z Compiling toml_edit v0.22.20
12642024-10-19T03:35:06.406Z Compiling nom v7.1.3
12652024-10-19T03:35:06.545Z Compiling bit-set v0.5.3
12662024-10-19T03:35:06.607Z Compiling predicates v3.1.2
12672024-10-19T03:35:06.845Z Compiling console v0.15.8
12682024-10-19T03:35:07.287Z Compiling hickory-proto v0.24.1
12692024-10-19T03:35:07.747Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12702024-10-19T03:35:07.860Z Compiling string_cache v0.8.7
12712024-10-19T03:35:08.335Z Compiling petgraph v0.6.5
12722024-10-19T03:35:08.358Z Compiling reqwest v0.11.27
12732024-10-19T03:35:08.380Z Compiling clap v4.5.16
12742024-10-19T03:35:08.495Z Compiling tokio-postgres v0.7.11
12752024-10-19T03:35:10.139Z Compiling similar v2.6.0
12762024-10-19T03:35:12.325Z Compiling signal-hook-mio v0.2.4
12772024-10-19T03:35:12.501Z Compiling usdt v0.5.0
12782024-10-19T03:35:12.609Z Compiling elliptic-curve v0.13.8
12792024-10-19T03:35:13.003Z Compiling rsa v0.9.6
12802024-10-19T03:35:13.487Z Compiling futures v0.3.30
12812024-10-19T03:35:13.573Z Compiling toml v0.7.8
12822024-10-19T03:35:14.244Z Compiling flate2 v1.0.31
12832024-10-19T03:35:14.764Z Compiling itertools v0.12.1
12842024-10-19T03:35:15.198Z Compiling itertools v0.10.5
12852024-10-19T03:35:15.335Z Compiling tokio-stream v0.1.15
12862024-10-19T03:35:15.373Z Compiling openapiv3 v2.0.0
12872024-10-19T03:35:16.338Z Compiling hex v0.4.3
12882024-10-19T03:35:16.957Z Compiling sha1 v0.10.6
12892024-10-19T03:35:17.427Z Compiling crossbeam-epoch v0.9.18
12902024-10-19T03:35:17.649Z Compiling dirs-sys-next v0.1.2
12912024-10-19T03:35:17.971Z Compiling unicode-xid v0.2.4
12922024-10-19T03:35:18.058Z Compiling lalrpop-util v0.19.12
12932024-10-19T03:35:18.154Z Compiling peg-runtime v0.8.3
12942024-10-19T03:35:18.203Z Compiling dirs-next v2.0.0
12952024-10-19T03:35:18.340Z Compiling thread_local v1.1.8
12962024-10-19T03:35:18.404Z Compiling slog-async v2.8.0
12972024-10-19T03:35:18.424Z Compiling term v0.7.0
12982024-10-19T03:35:18.449Z Compiling xattr v1.3.1
12992024-10-19T03:35:18.723Z Compiling crossbeam-channel v0.5.12
13002024-10-19T03:35:18.822Z Compiling strum_macros v0.26.4
13012024-10-19T03:35:18.879Z Compiling filetime v0.2.24
13022024-10-19T03:35:19.007Z Compiling is-terminal v0.4.12
13032024-10-19T03:35:19.137Z Compiling take_mut v0.2.2
13042024-10-19T03:35:19.194Z Compiling slog-term v2.9.1
13052024-10-19T03:35:19.289Z Compiling tar v0.4.41
13062024-10-19T03:35:19.843Z Compiling camino v1.1.9
13072024-10-19T03:35:21.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13082024-10-19T03:35:22.128Z Compiling strum v0.26.3
13092024-10-19T03:35:22.208Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13102024-10-19T03:35:27.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13112024-10-19T03:35:27.444Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13122024-10-19T03:35:27.492ZOct 19 03:35:26.188 INFO Starting download, target: Cockroach
13132024-10-19T03:35:27.492ZOct 19 03:35:26.189 INFO Starting download, target: Clickhouse
13142024-10-19T03:35:27.492ZOct 19 03:35:26.189 INFO Starting download, target: Console
13152024-10-19T03:35:27.492ZOct 19 03:35:26.189 INFO Starting download, target: DendriteOpenapi
13162024-10-19T03:35:27.494ZOct 19 03:35:26.189 INFO Starting download, target: DendriteStub
13172024-10-19T03:35:27.494ZOct 19 03:35:26.189 INFO Starting download, target: MaghemiteMgd
13182024-10-19T03:35:27.494ZOct 19 03:35:26.189 INFO Starting download, target: TransceiverControl
13192024-10-19T03:35:27.494ZOct 19 03:35:26.189 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13202024-10-19T03:35:27.494ZOct 19 03:35:26.189 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13212024-10-19T03:35:27.494ZOct 19 03:35:26.189 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13222024-10-19T03:35:27.494ZOct 19 03:35:26.189 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13232024-10-19T03:35:27.494ZOct 19 03:35:26.190 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13242024-10-19T03:35:27.494ZOct 19 03:35:26.190 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13252024-10-19T03:35:27.494ZOct 19 03:35:26.190 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13262024-10-19T03:35:27.655ZOct 19 03:35:26.350 INFO Download complete, target: DendriteOpenapi
13272024-10-19T03:35:27.772ZOct 19 03:35:26.466 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13282024-10-19T03:35:28.148ZOct 19 03:35:26.845 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13292024-10-19T03:35:28.211ZOct 19 03:35:26.908 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13302024-10-19T03:35:28.260ZOct 19 03:35:26.957 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13312024-10-19T03:35:28.628ZOct 19 03:35:27.325 INFO Download complete, target: Console
13322024-10-19T03:35:28.628ZOct 19 03:35:27.325 INFO Download complete, target: TransceiverControl
13332024-10-19T03:35:28.763ZOct 19 03:35:27.459 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13342024-10-19T03:35:28.763ZOct 19 03:35:27.459 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13352024-10-19T03:35:29.359ZOct 19 03:35:28.056 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13362024-10-19T03:35:31.340ZOct 19 03:35:30.036 INFO Download complete, target: DendriteStub
13372024-10-19T03:35:31.561ZOct 19 03:35:30.257 INFO Download complete, target: MaghemiteMgd
13382024-10-19T03:35:37.329ZOct 19 03:35:36.025 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13392024-10-19T03:35:37.606ZOct 19 03:35:36.301 INFO Checking that binary works, target: Cockroach
13402024-10-19T03:35:37.770ZOct 19 03:35:36.466 INFO Download complete, target: Cockroach
13412024-10-19T03:35:43.774ZOct 19 03:35:42.469 INFO Checking that binary works, target: Clickhouse
13422024-10-19T03:35:43.937ZOct 19 03:35:42.633 INFO Download complete, target: Clickhouse
13432024-10-19T03:35:43.944ZAll prerequisites installed successfully
13442024-10-19T03:35:43.946Z
13452024-10-19T03:35:43.946Zreal 3:40.906350164
13462024-10-19T03:35:43.946Zuser 11:38.620704475
13472024-10-19T03:35:43.947Zsys 2:26.566654530
13482024-10-19T03:35:43.947Ztrap 0.436703629
13492024-10-19T03:35:43.947Ztflt 1.613016069
13502024-10-19T03:35:43.947Zdflt 1.769093218
13512024-10-19T03:35:43.947Zkflt 0.042135316
13522024-10-19T03:35:43.947Zlock 23:07.049935197
13532024-10-19T03:35:43.947Zslp 43:47.719684262
13542024-10-19T03:35:43.947Zlat 43.800435703
13552024-10-19T03:35:43.947Zstop 1:48.333387414
13562024-10-19T03:35:43.947Z+ source ./tools/include/force-git-over-https.sh
13572024-10-19T03:35:43.947Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13582024-10-19T03:35:43.947Z++ (( i = 0 ))
13592024-10-19T03:35:43.947Z++ (( i < 5 ))
13602024-10-19T03:35:43.947Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13612024-10-19T03:35:43.950Z++ (( i++ ))
13622024-10-19T03:35:43.950Z++ (( i < 5 ))
13632024-10-19T03:35:43.952Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13642024-10-19T03:35:43.954Z++ (( i++ ))
13652024-10-19T03:35:43.954Z++ (( i < 5 ))
13662024-10-19T03:35:43.954Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13672024-10-19T03:35:43.956Z++ (( i++ ))
13682024-10-19T03:35:43.956Z++ (( i < 5 ))
13692024-10-19T03:35:43.956Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13702024-10-19T03:35:43.959Z++ (( i++ ))
13712024-10-19T03:35:43.959Z++ (( i < 5 ))
13722024-10-19T03:35:43.959Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13732024-10-19T03:35:43.961Z++ (( i++ ))
13742024-10-19T03:35:43.961Z++ (( i < 5 ))
13752024-10-19T03:35:43.964Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13762024-10-19T03:35:43.964Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13772024-10-19T03:35:43.964Z+ rc=0
13782024-10-19T03:35:43.964Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13792024-10-19T03:36:10.197Z+ case $rc in
13802024-10-19T03:36:10.197Z+ pfexec zfs create -p rpool/images/build/host
13812024-10-19T03:36:10.350Z+ pfexec zfs create -p rpool/images/build/recovery
13822024-10-19T03:36:10.443Z+ cargo xtask releng --output-dir /work
13832024-10-19T03:36:11.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13842024-10-19T03:36:11.030Z Running `target/debug/xtask releng --output-dir /work`
13852024-10-19T03:36:11.912Z Compiling proc-macro2 v1.0.86
13862024-10-19T03:36:11.912Z Compiling unicode-ident v1.0.12
13872024-10-19T03:36:11.912Z Compiling libc v0.2.156
13882024-10-19T03:36:11.912Z Compiling serde v1.0.208
13892024-10-19T03:36:11.913Z Compiling version_check v0.9.5
13902024-10-19T03:36:11.915Z Compiling autocfg v1.3.0
13912024-10-19T03:36:11.915Z Compiling cfg-if v1.0.0
13922024-10-19T03:36:11.915Z Compiling once_cell v1.19.0
13932024-10-19T03:36:12.218Z Compiling typenum v1.17.0
13942024-10-19T03:36:12.303Z Compiling memchr v2.7.2
13952024-10-19T03:36:12.818Z Compiling generic-array v0.14.7
13962024-10-19T03:36:12.859Z Compiling lock_api v0.4.12
13972024-10-19T03:36:13.121Z Compiling ahash v0.8.11
13982024-10-19T03:36:13.184Z Compiling serde_json v1.0.125
13992024-10-19T03:36:13.242Z Compiling libm v0.2.8
14002024-10-19T03:36:13.488Z Compiling num-traits v0.2.19
14012024-10-19T03:36:13.531Z Compiling parking_lot_core v0.9.10
14022024-10-19T03:36:13.615Z Compiling quote v1.0.36
14032024-10-19T03:36:13.803Z Compiling byteorder v1.5.0
14042024-10-19T03:36:14.160Z Compiling syn v2.0.74
14052024-10-19T03:36:14.248Z Compiling getrandom v0.2.14
14062024-10-19T03:36:14.286Z Compiling jobserver v0.1.32
14072024-10-19T03:36:14.355Z Compiling log v0.4.21
14082024-10-19T03:36:14.373Z Compiling scopeguard v1.2.0
14092024-10-19T03:36:14.681Z Compiling cc v1.0.97
14102024-10-19T03:36:14.754Z Compiling thiserror v1.0.63
14112024-10-19T03:36:14.773Z Compiling itoa v1.0.11
14122024-10-19T03:36:15.095Z Compiling slab v0.4.9
14132024-10-19T03:36:15.213Z Compiling rand_core v0.6.4
14142024-10-19T03:36:15.283Z Compiling pkg-config v0.3.30
14152024-10-19T03:36:15.817Z Compiling semver v1.0.23
14162024-10-19T03:36:16.194Z Compiling ryu v1.0.18
14172024-10-19T03:36:16.410Z Compiling smallvec v1.13.2
14182024-10-19T03:36:16.439Z Compiling pin-project-lite v0.2.14
14192024-10-19T03:36:16.508Z Compiling vcpkg v0.2.15
14202024-10-19T03:36:16.603Z Compiling allocator-api2 v0.2.18
14212024-10-19T03:36:17.084Z Compiling spin v0.9.8
14222024-10-19T03:36:17.220Z Compiling subtle v2.5.0
14232024-10-19T03:36:17.697Z Compiling const-oid v0.9.6
14242024-10-19T03:36:17.960Z Compiling signal-hook-registry v1.4.2
14252024-10-19T03:36:18.246Z Compiling ring v0.17.8
14262024-10-19T03:36:18.265Z Compiling openssl-sys v0.9.103
14272024-10-19T03:36:19.418Z Compiling heck v0.5.0
14282024-10-19T03:36:19.533Z Compiling httparse v1.8.0
14292024-10-19T03:36:19.783Z Compiling rustix v0.38.34
14302024-10-19T03:36:19.916Z Compiling schemars v0.8.21
14312024-10-19T03:36:20.348Z Compiling parking_lot v0.12.2
14322024-10-19T03:36:20.484Z Compiling mio v0.8.11
14332024-10-19T03:36:20.922Z Compiling futures-core v0.3.30
14342024-10-19T03:36:21.081Z Compiling time-core v0.1.2
14352024-10-19T03:36:21.218Z Compiling num-conv v0.1.0
14362024-10-19T03:36:21.261Z Compiling num_cpus v1.16.0
14372024-10-19T03:36:21.287Z Compiling socket2 v0.5.7
14382024-10-19T03:36:21.315Z Compiling openssl v0.10.66
14392024-10-19T03:36:21.533Z Compiling time-macros v0.2.18
14402024-10-19T03:36:21.646Z Compiling fnv v1.0.7
14412024-10-19T03:36:21.839Z Compiling equivalent v1.0.1
14422024-10-19T03:36:21.951Z Compiling native-tls v0.2.11
14432024-10-19T03:36:22.377Z Compiling serde_derive_internals v0.29.1
14442024-10-19T03:36:22.482Z Compiling rustls v0.21.12
14452024-10-19T03:36:22.523Z Compiling tinyvec_macros v0.1.1
14462024-10-19T03:36:22.628Z Compiling tinyvec v1.6.0
14472024-10-19T03:36:23.459Z Compiling futures-sink v0.3.30
14482024-10-19T03:36:23.638Z Compiling crossbeam-utils v0.8.19
14492024-10-19T03:36:24.374Z Compiling unicode-normalization v0.1.23
14502024-10-19T03:36:24.522Z Compiling cookie v0.17.0
14512024-10-19T03:36:24.710Z Compiling iana-time-zone v0.1.60
14522024-10-19T03:36:24.765Z Compiling cpufeatures v0.2.12
14532024-10-19T03:36:24.906Z Compiling ucd-trie v0.1.6
14542024-10-19T03:36:25.282Z Compiling futures-channel v0.3.30
14552024-10-19T03:36:25.449Z Compiling unicode-bidi v0.3.15
14562024-10-19T03:36:25.571Z Compiling pin-utils v0.1.0
14572024-10-19T03:36:25.667Z Compiling futures-io v0.3.30
14582024-10-19T03:36:25.719Z Compiling futures-task v0.3.30
14592024-10-19T03:36:25.896Z Compiling slog v2.7.0
14602024-10-19T03:36:26.053Z Compiling syn v1.0.109
14612024-10-19T03:36:26.265Z Compiling aho-corasick v1.1.3
14622024-10-19T03:36:26.803Z Compiling untrusted v0.9.0
14632024-10-19T03:36:26.806Z Compiling regex-syntax v0.8.4
14642024-10-19T03:36:27.788Z Compiling dyn-clone v1.0.17
14652024-10-19T03:36:27.825Z Compiling serde_derive v1.0.208
14662024-10-19T03:36:27.978Z Compiling zeroize_derive v1.4.2
14672024-10-19T03:36:27.998Z Compiling zerocopy-derive v0.7.34
14682024-10-19T03:36:28.479Z Compiling tokio-macros v2.3.0
14692024-10-19T03:36:29.507Z Compiling thiserror-impl v1.0.63
14702024-10-19T03:36:29.968Z Compiling zeroize v1.7.0
14712024-10-19T03:36:30.095Z Compiling zerocopy v0.7.34
14722024-10-19T03:36:31.115Z Compiling futures-macro v0.3.30
14732024-10-19T03:36:33.088Z Compiling crypto-common v0.1.6
14742024-10-19T03:36:33.090Z Compiling tracing-attributes v0.1.27
14752024-10-19T03:36:33.342Z Compiling der_derive v0.7.2
14762024-10-19T03:36:33.554Z Compiling hashbrown v0.14.5
14772024-10-19T03:36:33.624Z Compiling block-buffer v0.10.4
14782024-10-19T03:36:33.966Z Compiling digest v0.10.7
14792024-10-19T03:36:34.499Z Compiling schemars_derive v0.8.21
14802024-10-19T03:36:35.914Z Compiling openssl-macros v0.1.1
14812024-10-19T03:36:36.689Z Compiling scroll_derive v0.12.0
14822024-10-19T03:36:36.720Z Compiling hmac v0.12.1
14832024-10-19T03:36:36.741Z Compiling pest v2.7.10
14842024-10-19T03:36:36.828Z Compiling block-padding v0.3.3
14852024-10-19T03:36:37.011Z Compiling futures-util v0.3.30
14862024-10-19T03:36:37.096Z Compiling inout v0.1.3
14872024-10-19T03:36:37.585Z Compiling cipher v0.4.4
14882024-10-19T03:36:38.112Z Compiling sha2 v0.10.8
14892024-10-19T03:36:38.364Z Compiling regex-automata v0.4.6
14902024-10-19T03:36:39.223Z Compiling crc32fast v1.4.0
14912024-10-19T03:36:39.870Z Compiling pest_meta v2.7.10
14922024-10-19T03:36:41.017Z Compiling usdt-impl v0.5.0
14932024-10-19T03:36:41.504Z Compiling pest_generator v2.7.10
14942024-10-19T03:36:42.406Z Compiling bytes v1.7.1
14952024-10-19T03:36:44.492Z Compiling bitflags v2.6.0
14962024-10-19T03:36:44.865Z Compiling tokio v1.38.1
14972024-10-19T03:36:45.223Z Compiling indexmap v2.4.0
14982024-10-19T03:36:46.335Z Compiling serde_tokenstream v0.2.2
14992024-10-19T03:36:46.889Z Compiling uuid v1.10.0
15002024-10-19T03:36:47.013Z Compiling chrono v0.4.38
15012024-10-19T03:36:47.642Z Compiling http v0.2.12
15022024-10-19T03:36:47.823Z Compiling rustc_version v0.4.0
15032024-10-19T03:36:48.544Z Compiling pest_derive v2.7.10
15042024-10-19T03:36:50.580Z Compiling powerfmt v0.2.0
15052024-10-19T03:36:50.967Z Compiling percent-encoding v2.3.1
15062024-10-19T03:36:51.009Z Compiling base64ct v1.6.0
15072024-10-19T03:36:51.188Z Compiling heck v0.4.1
15082024-10-19T03:36:51.598Z Compiling pem-rfc7468 v0.7.0
15092024-10-19T03:36:51.701Z Compiling deranged v0.3.11
15102024-10-19T03:36:51.727Z Compiling heapless v0.7.17
15112024-10-19T03:36:52.404Z Compiling scroll v0.12.0
15122024-10-19T03:36:52.759Z Compiling zerocopy-derive v0.6.6
15132024-10-19T03:36:54.068Z Compiling backtrace v0.3.71
15142024-10-19T03:36:54.094Z Compiling tracing-core v0.1.32
15152024-10-19T03:36:54.555Z Compiling errno v0.3.9
15162024-10-19T03:36:54.893Z Compiling num_threads v0.1.7
15172024-10-19T03:36:55.036Z Compiling plain v0.2.3
15182024-10-19T03:36:55.174Z Compiling num-bigint-dig v0.8.4
15192024-10-19T03:36:55.593Z Compiling ppv-lite86 v0.2.17
15202024-10-19T03:36:55.837Z Compiling flagset v0.4.5
15212024-10-19T03:36:56.056Z Compiling der v0.7.9
15222024-10-19T03:36:56.492Z Compiling time v0.3.36
15232024-10-19T03:36:56.634Z Compiling rand_chacha v0.3.1
15242024-10-19T03:36:56.687Z Compiling goblin v0.8.2
15252024-10-19T03:36:57.123Z Compiling tracing v0.1.40
15262024-10-19T03:36:58.073Z Compiling tokio-util v0.7.11
15272024-10-19T03:36:59.484Z Compiling regex v1.10.6
15282024-10-19T03:36:59.942Z Compiling salsa20 v0.10.2
15292024-10-19T03:37:00.190Z Compiling pbkdf2 v0.12.2
15302024-10-19T03:37:00.594Z Compiling async-trait v0.1.81
15312024-10-19T03:37:01.396Z Compiling strsim v0.11.1
15322024-10-19T03:37:02.190Z Compiling rustversion v1.0.17
15332024-10-19T03:37:02.864Z Compiling pretty-hex v0.4.1
15342024-10-19T03:37:03.150Z Compiling dof v0.3.0
15352024-10-19T03:37:04.173Z Compiling scrypt v0.11.0
15362024-10-19T03:37:04.695Z Compiling spki v0.7.3
15372024-10-19T03:37:04.780Z Compiling rand v0.8.5
15382024-10-19T03:37:05.160Z Compiling form_urlencoded v1.2.1
15392024-10-19T03:37:05.199Z Compiling dtrace-parser v0.2.0
15402024-10-19T03:37:06.088Z Compiling aes v0.8.4
15412024-10-19T03:37:06.583Z Compiling cbc v0.1.2
15422024-10-19T03:37:06.788Z Compiling thread-id v4.2.1
15432024-10-19T03:37:06.951Z Compiling anyhow v1.0.86
15442024-10-19T03:37:07.015Z Compiling foreign-types-shared v0.1.1
15452024-10-19T03:37:07.138Z Compiling signal-hook v0.3.17
15462024-10-19T03:37:07.171Z Compiling try-lock v0.2.5
15472024-10-19T03:37:07.261Z Compiling unicode-width v0.1.13
15482024-10-19T03:37:07.438Z Compiling smoltcp v0.9.1
15492024-10-19T03:37:07.546Z Compiling foreign-types v0.3.2
15502024-10-19T03:37:07.803Z Compiling want v0.3.1
15512024-10-19T03:37:08.398Z Compiling pkcs5 v0.7.1
15522024-10-19T03:37:11.378Z Compiling h2 v0.3.26
15532024-10-19T03:37:13.359Z Compiling http-body v0.4.6
15542024-10-19T03:37:15.739Z Compiling clap_derive v4.5.13
15552024-10-19T03:37:16.317Z Compiling socket2 v0.4.10
15562024-10-19T03:37:16.896Z Compiling cfg_aliases v0.1.1
15572024-10-19T03:37:17.014Z Compiling base64 v0.21.7
15582024-10-19T03:37:17.931Z Compiling siphasher v0.3.11
15592024-10-19T03:37:18.320Z Compiling tower-service v0.3.2
15602024-10-19T03:37:18.420Z Compiling httpdate v1.0.3
15612024-10-19T03:37:18.845Z Compiling nix v0.28.0
15622024-10-19T03:37:20.524Z Compiling hyper v0.14.30
15632024-10-19T03:37:23.037Z Compiling pkcs8 v0.10.2
15642024-10-19T03:37:25.609Z Compiling rustls-webpki v0.101.7
15652024-10-19T03:37:25.920Z Compiling sct v0.7.1
15662024-10-19T03:37:27.063Z Compiling openapiv3 v2.0.0
15672024-10-19T03:37:27.558Z Compiling hubpack_derive v0.1.1
15682024-10-19T03:37:30.587Z Compiling idna v0.5.0
15692024-10-19T03:37:33.089Z Compiling fs-err v2.11.0
15702024-10-19T03:37:33.346Z Compiling adler v1.0.2
15712024-10-19T03:37:33.592Z Compiling anstyle v1.0.8
15722024-10-19T03:37:33.614Z Compiling openssl-probe v0.1.5
15732024-10-19T03:37:33.884Z Compiling utf8parse v0.2.1
15742024-10-19T03:37:34.086Z Compiling finl_unicode v1.2.0
15752024-10-19T03:37:34.129Z Compiling anstyle-parse v0.2.4
15762024-10-19T03:37:34.734Z Compiling stringprep v0.1.4
15772024-10-19T03:37:35.677Z Compiling miniz_oxide v0.7.2
15782024-10-19T03:37:35.976Z Compiling url v2.5.2
15792024-10-19T03:37:40.707Z Compiling usdt-attr-macro v0.5.0
15802024-10-19T03:37:40.971Z Compiling usdt-macro v0.5.0
15812024-10-19T03:37:42.698Z Compiling toml_datetime v0.6.8
15822024-10-19T03:37:42.785Z Compiling serde_spanned v0.6.7
15832024-10-19T03:37:43.065Z Compiling regress v0.9.1
15842024-10-19T03:37:43.228Z Compiling md-5 v0.10.6
15852024-10-19T03:37:43.505Z Compiling idna v0.3.0
15862024-10-19T03:37:45.344Z Compiling lazy_static v1.5.0
15872024-10-19T03:37:45.429Z Compiling num-integer v0.1.46
15882024-10-19T03:37:45.675Z Compiling hash32 v0.2.1
15892024-10-19T03:37:46.121Z Compiling encoding_rs v0.8.34
15902024-10-19T03:37:46.287Z Compiling fallible-iterator v0.2.0
15912024-10-19T03:37:47.038Z Compiling anstyle-query v1.0.3
15922024-10-19T03:37:47.664Z Compiling psl-types v2.0.11
15932024-10-19T03:37:47.981Z Compiling mime v0.3.17
15942024-10-19T03:37:48.590Z Compiling is_terminal_polyfill v1.70.0
15952024-10-19T03:37:48.717Z Compiling stable_deref_trait v1.2.0
15962024-10-19T03:37:48.737Z Compiling base64 v0.22.1
15972024-10-19T03:37:48.739Z Compiling colorchoice v1.0.1
15982024-10-19T03:37:48.888Z Compiling gimli v0.28.1
15992024-10-19T03:37:49.113Z Compiling anstream v0.6.14
16002024-10-19T03:37:49.169Z Compiling publicsuffix v2.2.3
16012024-10-19T03:37:49.459Z Compiling postgres-protocol v0.6.7
16022024-10-19T03:37:50.325Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16032024-10-19T03:37:50.933Z Compiling num-iter v0.1.45
16042024-10-19T03:37:54.271Z Compiling addr2line v0.21.0
16052024-10-19T03:37:55.049Z Compiling tokio-rustls v0.24.1
16062024-10-19T03:37:55.994Z Compiling terminal_size v0.3.0
16072024-10-19T03:37:56.275Z Compiling tokio-native-tls v0.3.1
16082024-10-19T03:37:56.624Z Compiling phf_shared v0.11.2
16092024-10-19T03:37:56.984Z Compiling strum_macros v0.25.3
16102024-10-19T03:37:57.125Z Compiling serde_urlencoded v0.7.1
16112024-10-19T03:37:57.782Z Compiling enum-as-inner v0.6.0
16122024-10-19T03:37:58.922Z Compiling serde_repr v0.1.19
16132024-10-19T03:37:59.038Z Compiling ff v0.13.0
16142024-10-19T03:37:59.249Z Compiling object v0.32.2
16152024-10-19T03:37:59.286Z Compiling managed v0.8.0
16162024-10-19T03:37:59.699Z Compiling ipnet v2.9.0
16172024-10-19T03:38:00.028Z Compiling clap_lex v0.7.0
16182024-10-19T03:38:00.501Z Compiling either v1.13.0
16192024-10-19T03:38:00.679Z Compiling bitflags v1.3.2
16202024-10-19T03:38:00.798Z Compiling base16ct v0.2.0
16212024-10-19T03:38:00.927Z Compiling rustc-demangle v0.1.24
16222024-10-19T03:38:01.104Z Compiling winnow v0.5.40
16232024-10-19T03:38:02.399Z Compiling sec1 v0.7.3
16242024-10-19T03:38:02.984Z Compiling clap_builder v4.5.15
16252024-10-19T03:38:03.086Z Compiling rustls-pemfile v1.0.4
16262024-10-19T03:38:03.335Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16272024-10-19T03:38:03.441Z Compiling group v0.13.0
16282024-10-19T03:38:04.864Z Compiling toml_edit v0.19.15
16292024-10-19T03:38:05.771Z Compiling phf v0.11.2
16302024-10-19T03:38:07.203Z Compiling hyper-tls v0.5.0
16312024-10-19T03:38:07.644Z Compiling hyper-rustls v0.24.2
16322024-10-19T03:38:08.038Z Compiling cookie_store v0.20.0
16332024-10-19T03:38:08.213Z Compiling postgres-types v0.2.7
16342024-10-19T03:38:09.065Z Compiling hubpack v0.1.2
16352024-10-19T03:38:09.084Z Compiling pkcs1 v0.7.5
16362024-10-19T03:38:09.466Z Compiling phf_shared v0.10.0
16372024-10-19T03:38:10.037Z Compiling zerocopy v0.6.6
16382024-10-19T03:38:10.058Z Compiling futures-executor v0.3.30
16392024-10-19T03:38:10.102Z Compiling bstr v1.9.1
16402024-10-19T03:38:10.301Z Compiling hkdf v0.12.4
16412024-10-19T03:38:10.361Z Compiling signature v2.2.0
16422024-10-19T03:38:10.557Z Compiling crypto-bigint v0.5.5
16432024-10-19T03:38:10.576Z Compiling idna v0.4.0
16442024-10-19T03:38:10.701Z Compiling float-cmp v0.9.0
16452024-10-19T03:38:10.904Z Compiling mio v1.0.2
16462024-10-19T03:38:10.938Z Compiling memmap v0.7.0
16472024-10-19T03:38:11.721Z Compiling unicode-segmentation v1.11.0
16482024-10-19T03:38:12.013Z Compiling winnow v0.6.18
16492024-10-19T03:38:12.199Z Compiling difflib v0.4.0
16502024-10-19T03:38:12.237Z Compiling minimal-lexical v0.2.1
16512024-10-19T03:38:12.264Z Compiling predicates-core v1.0.6
16522024-10-19T03:38:12.535Z Compiling whoami v1.5.1
16532024-10-19T03:38:12.573Z Compiling fixedbitset v0.4.2
16542024-10-19T03:38:12.870Z Compiling new_debug_unreachable v1.0.6
16552024-10-19T03:38:12.980Z Compiling data-encoding v2.6.0
16562024-10-19T03:38:12.999Z Compiling static_assertions v1.1.0
16572024-10-19T03:38:13.063Z Compiling webpki-roots v0.25.4
16582024-10-19T03:38:13.115Z Compiling precomputed-hash v0.1.1
16592024-10-19T03:38:13.237Z Compiling sync_wrapper v0.1.2
16602024-10-19T03:38:13.256Z Compiling normalize-line-endings v0.3.0
16612024-10-19T03:38:13.558Z Compiling bit-vec v0.6.3
16622024-10-19T03:38:13.576Z Compiling reqwest v0.11.27
16632024-10-19T03:38:13.931Z Compiling bit-set v0.5.3
16642024-10-19T03:38:14.112Z Compiling hickory-proto v0.24.1
16652024-10-19T03:38:14.231Z Compiling elliptic-curve v0.13.8
16662024-10-19T03:38:14.622Z Compiling predicates v3.1.2
16672024-10-19T03:38:14.814Z Compiling string_cache v0.8.7
16682024-10-19T03:38:14.976Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16692024-10-19T03:38:15.216Z Compiling tokio-postgres v0.7.11
16702024-10-19T03:38:15.636Z Compiling toml_edit v0.22.20
16712024-10-19T03:38:16.172Z Compiling petgraph v0.6.5
16722024-10-19T03:38:20.450Z Compiling nom v7.1.3
16732024-10-19T03:38:21.186Z Compiling similar v2.6.0
16742024-10-19T03:38:21.340Z Compiling signal-hook-mio v0.2.4
16752024-10-19T03:38:21.535Z Compiling usdt v0.5.0
16762024-10-19T03:38:22.800Z Compiling rsa v0.9.6
16772024-10-19T03:38:23.188Z Compiling futures v0.3.30
16782024-10-19T03:38:24.004Z Compiling toml v0.7.8
16792024-10-19T03:38:24.131Z Compiling clap v4.5.16
16802024-10-19T03:38:24.227Z Compiling flate2 v1.0.31
16812024-10-19T03:38:24.270Z Compiling crossbeam-epoch v0.9.18
16822024-10-19T03:38:24.384Z Compiling itertools v0.10.5
16832024-10-19T03:38:24.971Z Compiling itertools v0.12.1
16842024-10-19T03:38:25.135Z Compiling console v0.15.8
16852024-10-19T03:38:26.571Z Compiling tokio-stream v0.1.15
16862024-10-19T03:38:27.259Z Compiling hex v0.4.3
16872024-10-19T03:38:27.590Z Compiling sha1 v0.10.6
16882024-10-19T03:38:28.161Z Compiling peg-runtime v0.8.3
16892024-10-19T03:38:28.186Z Compiling lalrpop-util v0.19.12
16902024-10-19T03:38:28.542Z Compiling unicode-xid v0.2.4
16912024-10-19T03:38:28.662Z Compiling camino v1.1.9
16922024-10-19T03:38:28.725Z Compiling radium v0.7.0
16932024-10-19T03:38:29.541Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16942024-10-19T03:38:34.422Z Compiling is-terminal v0.4.12
16952024-10-19T03:38:34.719Z Compiling rustls-pki-types v1.7.0
16962024-10-19T03:38:36.209Z Compiling ident_case v1.0.1
16972024-10-19T03:38:36.344Z Compiling tap v1.0.1
16982024-10-19T03:38:38.592Z Compiling maybe-uninit v2.0.0
16992024-10-19T03:38:43.397Z Compiling wyz v0.5.1
17002024-10-19T03:38:43.911Z Compiling darling_core v0.20.9
17012024-10-19T03:38:53.709Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17022024-10-19T03:38:55.007Z Compiling getopts v0.2.21
17032024-10-19T03:38:55.855Z Compiling bzip2-sys v0.1.11+1.0.8
17042024-10-19T03:38:56.377Z Compiling dirs-sys-next v0.1.2
17052024-10-19T03:38:56.675Z Compiling rustls v0.22.4
17062024-10-19T03:38:57.006Z Compiling packed_struct v0.10.1
17072024-10-19T03:38:57.507Z Compiling unsafe-libyaml v0.2.11
17082024-10-19T03:38:57.754Z Compiling paste v1.0.15
17092024-10-19T03:38:58.258Z Compiling funty v2.0.0
17102024-10-19T03:38:59.366Z Compiling serde_yaml v0.9.34+deprecated
17112024-10-19T03:39:00.863Z Compiling bitvec v1.0.1
17122024-10-19T03:39:02.524Z Compiling dirs-next v2.0.0
17132024-10-19T03:39:03.160Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17142024-10-19T03:39:04.704Z Compiling darling_macro v0.20.9
17152024-10-19T03:39:05.909Z Compiling rustls-webpki v0.102.4
17162024-10-19T03:39:09.373Z Compiling packed_struct_codegen v0.10.1
17172024-10-19T03:39:09.886Z Compiling structmeta-derive v0.3.0
17182024-10-19T03:39:10.463Z Compiling thread_local v1.1.8
17192024-10-19T03:39:11.103Z Compiling indexmap v1.9.3
17202024-10-19T03:39:11.173Z Compiling multer v3.1.0
17212024-10-19T03:39:11.434Z Compiling match_cfg v0.1.0
17222024-10-19T03:39:11.493Z Compiling nodrop v0.1.14
17232024-10-19T03:39:11.628Z Compiling rayon-core v1.12.1
17242024-10-19T03:39:11.661Z Compiling crc-catalog v2.4.0
17252024-10-19T03:39:11.712Z Compiling slog-async v2.8.0
17262024-10-19T03:39:11.937Z Compiling fastrand v2.1.0
17272024-10-19T03:39:12.022Z Compiling crc v3.2.1
17282024-10-19T03:39:12.275Z Compiling tempfile v3.10.1
17292024-10-19T03:39:12.499Z Compiling structmeta v0.3.0
17302024-10-19T03:39:12.575Z Compiling array-init v0.0.4
17312024-10-19T03:39:12.910Z Compiling hostname v0.3.1
17322024-10-19T03:39:13.954Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17332024-10-19T03:39:15.629Z Compiling smallvec v0.6.14
17342024-10-19T03:39:16.116Z Compiling darling v0.20.9
17352024-10-19T03:39:16.137Z Compiling term v0.7.0
17362024-10-19T03:39:17.950Z Compiling crossbeam-deque v0.8.5
17372024-10-19T03:39:18.341Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17382024-10-19T03:39:19.897Z Compiling slog-json v2.6.1
17392024-10-19T03:39:20.538Z Compiling crossbeam-channel v0.5.12
17402024-10-19T03:39:21.071Z Compiling http v1.1.0
17412024-10-19T03:39:22.966Z Compiling pin-project-internal v1.1.5
17422024-10-19T03:39:23.678Z Compiling async-stream-impl v0.3.5
17432024-10-19T03:39:26.022Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17442024-10-19T03:39:27.538Z Compiling bitfield v0.14.0
17452024-10-19T03:39:27.848Z Compiling take_mut v0.2.2
17462024-10-19T03:39:28.144Z Compiling atomic-waker v1.1.2
17472024-10-19T03:39:28.653Z Compiling hashbrown v0.12.3
17482024-10-19T03:39:28.687Z Compiling termcolor v1.4.1
17492024-10-19T03:39:29.302Z Compiling same-file v1.0.6
17502024-10-19T03:39:31.898Z Compiling walkdir v2.5.0
17512024-10-19T03:39:33.334Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17522024-10-19T03:39:33.353Z Compiling env_logger v0.10.2
17532024-10-19T03:39:39.309Z Compiling waitgroup v0.1.2
17542024-10-19T03:39:40.813Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17552024-10-19T03:39:44.627Z Compiling pin-project v1.1.5
17562024-10-19T03:39:45.078Z Compiling async-stream v0.3.5
17572024-10-19T03:39:46.306Z Compiling slog-bunyan v2.5.0
17582024-10-19T03:39:46.597Z Compiling tokio-rustls v0.25.0
17592024-10-19T03:39:47.265Z Compiling slog-term v2.9.1
17602024-10-19T03:39:47.750Z Compiling serde_with_macros v3.9.0
17612024-10-19T03:39:48.213Z Compiling serde-hex v0.1.0
17622024-10-19T03:39:49.963Z Compiling bzip2 v0.4.4
17632024-10-19T03:39:50.455Z Compiling parse-display-derive v0.10.0
17642024-10-19T03:39:50.475Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17652024-10-19T03:39:50.727Z Compiling toml v0.8.19
17662024-10-19T03:39:50.817Z Compiling rustls-pemfile v2.1.3
17672024-10-19T03:39:53.694Z Compiling x509-cert v0.2.5
17682024-10-19T03:39:54.459Z Compiling ron v0.8.1
17692024-10-19T03:39:54.477Z Compiling newtype-uuid v1.1.0
17702024-10-19T03:39:54.851Z Compiling ipnetwork v0.20.0
17712024-10-19T03:39:55.767Z Compiling strum_macros v0.26.4
17722024-10-19T03:39:56.714Z Compiling xattr v1.3.1
17732024-10-19T03:39:57.733Z Compiling snafu-derive v0.8.2
17742024-10-19T03:39:58.304Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17752024-10-19T03:39:58.632Z Compiling serde_path_to_error v0.1.16
17762024-10-19T03:39:59.646Z Compiling hashbrown v0.13.2
17772024-10-19T03:40:00.406Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17782024-10-19T03:40:00.603Z Compiling ring v0.16.20
17792024-10-19T03:40:00.955Z Compiling blake3 v1.5.1
17802024-10-19T03:40:00.997Z Compiling filetime v0.2.24
17812024-10-19T03:40:01.174Z Compiling hostname v0.4.0
17822024-10-19T03:40:01.357Z Compiling instant v0.1.12
17832024-10-19T03:40:01.451Z Compiling crc-any v2.5.0
17842024-10-19T03:40:01.542Z Compiling debug-ignore v1.0.5
17852024-10-19T03:40:01.615Z Compiling buf-list v1.0.3
17862024-10-19T03:40:02.268Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17872024-10-19T03:40:02.567Z Compiling snafu v0.8.2
17882024-10-19T03:40:02.595Z Compiling backoff v0.4.0
17892024-10-19T03:40:02.956Z Compiling tar v0.4.41
17902024-10-19T03:40:02.990Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17912024-10-19T03:40:03.213Z Compiling object v0.30.4
17922024-10-19T03:40:03.914Z Compiling strum v0.26.3
17932024-10-19T03:40:04.147Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17942024-10-19T03:40:05.531Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17952024-10-19T03:40:05.865Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17962024-10-19T03:40:06.449Z Compiling parse-display v0.10.0
17972024-10-19T03:40:08.187Z Compiling serde_with v3.9.0
17982024-10-19T03:40:08.291Z Compiling zip v0.6.6
17992024-10-19T03:40:08.401Z Compiling rayon v1.10.0
18002024-10-19T03:40:09.174Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18012024-10-19T03:40:09.940Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18022024-10-19T03:40:11.087Z Compiling camino-tempfile v1.1.1
18032024-10-19T03:40:11.836Z Compiling globset v0.4.14
18042024-10-19T03:40:12.625Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18052024-10-19T03:40:12.822Z Compiling pem v3.0.4
18062024-10-19T03:40:14.293Z Compiling olpc-cjson v0.1.3
18072024-10-19T03:40:14.312Z Compiling serde_plain v1.0.2
18082024-10-19T03:40:14.629Z Compiling macaddr v1.0.1
18092024-10-19T03:40:14.826Z Compiling async-recursion v1.1.1
18102024-10-19T03:40:15.273Z Compiling memmap2 v0.9.4
18112024-10-19T03:40:15.845Z Compiling constant_time_eq v0.3.0
18122024-10-19T03:40:16.047Z Compiling typed-path v0.7.1
18132024-10-19T03:40:16.278Z Compiling path-slash v0.1.5
18142024-10-19T03:40:16.322Z Compiling arrayvec v0.7.4
18152024-10-19T03:40:16.534Z Compiling untrusted v0.7.1
18162024-10-19T03:40:16.870Z Compiling spin v0.5.2
18172024-10-19T03:40:16.873Z Compiling arrayref v0.3.7
18182024-10-19T03:40:19.399Z Compiling tough v0.17.1
18192024-10-19T03:40:19.516Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18202024-10-19T03:40:20.103Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18212024-10-19T03:40:23.761Z Compiling itertools v0.13.0
18222024-10-19T03:40:24.381Z Compiling cargo-platform v0.1.8
18232024-10-19T03:40:24.746Z Compiling topological-sort v0.2.2
18242024-10-19T03:40:25.033Z Compiling parse-size v1.0.0
18252024-10-19T03:40:25.335Z Compiling omicron-zone-package v0.11.0
18262024-10-19T03:40:25.499Z Compiling cargo_metadata v0.18.1
18272024-10-19T03:40:27.521Z Compiling shell-words v1.1.0
18282024-10-19T03:40:32.729Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18292024-10-19T03:40:45.506Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18302024-10-19T03:40:59.875Z Finished `release` profile [optimized] target(s) in 4m 48s
18312024-10-19T03:41:00.016Z Running `target/release/omicron-releng --output-dir /work`
18322024-10-19T03:41:00.060ZOct 19 03:40:58.729 DEBG changing working directory to /work/oxidecomputer/omicron
18332024-10-19T03:41:00.153ZOct 19 03:40:58.825 DEBG running: git rev-parse HEAD
18342024-10-19T03:41:00.159ZOct 19 03:40:58.831 DEBG process exited with exit status: 0 (6.326519ms)
18352024-10-19T03:41:00.159ZOct 19 03:40:58.831 INFO version: 10.0.0-0.ci+git155e5d431f7
18362024-10-19T03:41:00.200ZOct 19 03:40:58.872 INFO cloning helios to /work/oxidecomputer/helios
18372024-10-19T03:41:00.200ZOct 19 03:40:58.872 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18382024-10-19T03:41:00.206ZCloning into '/work/oxidecomputer/helios'...
18392024-10-19T03:41:00.661ZOct 19 03:40:59.333 DEBG process exited with exit status: 0 (460.780858ms)
18402024-10-19T03:41:00.661ZOct 19 03:40:59.333 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18412024-10-19T03:41:00.669Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
18422024-10-19T03:41:00.669Z# branch.head master
18432024-10-19T03:41:00.669Z# branch.upstream origin/master
18442024-10-19T03:41:00.669Z# branch.ab +0 -0
18452024-10-19T03:41:00.672ZOct 19 03:40:59.342 DEBG process exited with exit status: 0 (8.844205ms)
18462024-10-19T03:41:00.672ZOct 19 03:40:59.342 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18472024-10-19T03:41:01.474ZOct 19 03:41:00.145 DEBG process exited with exit status: 0 (803.630408ms)
18482024-10-19T03:41:01.474ZOct 19 03:41:00.146 DEBG running: zfs list rpool/images/build/host
18492024-10-19T03:41:01.481ZNAME USED AVAIL REFER MOUNTPOINT
18502024-10-19T03:41:01.481Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18512024-10-19T03:41:01.483ZOct 19 03:41:00.153 DEBG process exited with exit status: 0 (7.416376ms)
18522024-10-19T03:41:01.483ZOct 19 03:41:00.153 DEBG running: zfs list rpool/images/build/recovery
18532024-10-19T03:41:01.487ZNAME USED AVAIL REFER MOUNTPOINT
18542024-10-19T03:41:01.487Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18552024-10-19T03:41:01.490ZOct 19 03:41:00.160 DEBG process exited with exit status: 0 (6.374086ms)
18562024-10-19T03:41:01.490ZOct 19 03:41:00.160 INFO [hubris-production] running task
18572024-10-19T03:41:01.490ZOct 19 03:41:00.160 INFO [hubris-staging] running task
18582024-10-19T03:41:01.490ZOct 19 03:41:00.161 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18592024-10-19T03:41:01.492ZOct 19 03:41:00.164 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
18602024-10-19T03:41:01.561Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18612024-10-19T03:41:02.005Z[ omicron-package] Blocking waiting for file lock on package cache
18622024-10-19T03:41:02.547Z[ omicron-package] Blocking waiting for file lock on package cache
18632024-10-19T03:41:02.788Z[ omicron-package] Blocking waiting for file lock on package cache
18642024-10-19T03:41:03.471Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18652024-10-19T03:41:03.471Z[ omicron-package] Compiling heapless v0.8.0
18662024-10-19T03:41:03.474Z[ omicron-package] Compiling hash32 v0.3.1
18672024-10-19T03:41:03.474Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18682024-10-19T03:41:03.474Z[ omicron-package] Compiling smoltcp v0.11.0
18692024-10-19T03:41:03.474Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18702024-10-19T03:41:03.474Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18712024-10-19T03:41:03.474Z[ omicron-package] Compiling cobs v0.2.3
18722024-10-19T03:41:03.961ZOct 19 03:41:02.633 INFO [hubris-production] task succeeded (2.47222212s)
18732024-10-19T03:41:04.569Z[ omicron-package] Compiling embedded-io v0.4.0
18742024-10-19T03:41:04.713Z[ omicron-package] Compiling num_enum_derive v0.5.11
18752024-10-19T03:41:04.925Z[ omicron-package] Compiling postcard v1.0.8
18762024-10-19T03:41:05.327Z[ omicron-package] Compiling proc-macro-error v1.0.4
18772024-10-19T03:41:05.327Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18782024-10-19T03:41:05.624Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18792024-10-19T03:41:05.954Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18802024-10-19T03:41:06.042Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18812024-10-19T03:41:06.205Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18822024-10-19T03:41:07.063Z[ omicron-package] Compiling tabwriter v1.4.0
18832024-10-19T03:41:07.066Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18842024-10-19T03:41:07.192Z[ omicron-package] Compiling cstr-argument v0.1.2
18852024-10-19T03:41:07.195Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18862024-10-19T03:41:08.037Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18872024-10-19T03:41:08.122Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18882024-10-19T03:41:08.455Z[ omicron-package] Compiling foreign-types v0.5.0
18892024-10-19T03:41:08.625Z[ omicron-package] Compiling pretty-hex v0.2.1
18902024-10-19T03:41:08.650Z[ omicron-package] Compiling num_enum v0.5.11
18912024-10-19T03:41:09.177Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18922024-10-19T03:41:09.313Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18932024-10-19T03:41:09.316Z[ omicron-package] Compiling colored v2.1.0
18942024-10-19T03:41:09.548Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18952024-10-19T03:41:09.838Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18962024-10-19T03:41:10.025Z[ omicron-package] Compiling sigpipe v0.1.3
18972024-10-19T03:41:10.490Z[ omicron-package] Compiling num-derive v0.4.2
18982024-10-19T03:41:10.649Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18992024-10-19T03:41:10.652Z[ omicron-package] Compiling libefi-sys v0.1.0
19002024-10-19T03:41:11.003Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19012024-10-19T03:41:11.119Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19022024-10-19T03:41:11.379Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19032024-10-19T03:41:11.588Z[ omicron-package] Compiling smf v0.2.3
19042024-10-19T03:41:12.213Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19052024-10-19T03:41:12.725Z[ omicron-package] Compiling bitfield-struct v0.6.1
19062024-10-19T03:41:13.099Z[ omicron-package] Compiling portable-atomic v1.6.0
19072024-10-19T03:41:13.176ZOct 19 03:41:11.846 INFO [hubris-staging] task succeeded (11.685855076s)
19082024-10-19T03:41:13.638Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19092024-10-19T03:41:15.160Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19102024-10-19T03:41:16.181Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19112024-10-19T03:41:16.240Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19122024-10-19T03:41:17.130Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19132024-10-19T03:41:17.373Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19142024-10-19T03:41:17.708Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19152024-10-19T03:41:17.881Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19162024-10-19T03:41:18.587Z[ omicron-package] Compiling gethostname v0.5.0
19172024-10-19T03:41:18.950Z[ omicron-package] Compiling number_prefix v0.4.0
19182024-10-19T03:41:20.044Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19192024-10-19T03:41:20.288Z[ omicron-package] Compiling indicatif v0.17.8
19202024-10-19T03:41:22.709Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19212024-10-19T03:41:25.200Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19222024-10-19T03:41:25.684Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19232024-10-19T03:41:27.223Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19242024-10-19T03:41:44.220Z[ helios-setup] Oct 19 03:41:42.888 INFO helios repository root is: /work/oxidecomputer/helios
19252024-10-19T03:41:44.222Z[ helios-setup] Oct 19 03:41:42.890 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19262024-10-19T03:41:44.222Z[ helios-setup] Oct 19 03:41:42.891 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
19272024-10-19T03:41:44.222Z[ helios-setup] Oct 19 03:41:42.891 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19282024-10-19T03:41:44.227Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19292024-10-19T03:41:44.975Z[ helios-setup] Oct 19 03:41:43.643 INFO clone ok!, project: pinprick
19302024-10-19T03:41:44.978Z[ helios-setup] Oct 19 03:41:43.644 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
19312024-10-19T03:41:44.978Z[ helios-setup] Oct 19 03:41:43.644 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
19322024-10-19T03:41:44.980Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19332024-10-19T03:41:46.010Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19342024-10-19T03:41:46.017Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19352024-10-19T03:41:47.473Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.96s
19362024-10-19T03:41:47.697Z[ omicron-package]
19372024-10-19T03:41:47.697Z[ omicron-package] real 46.158358295
19382024-10-19T03:41:47.700Z[ omicron-package] user 2:44.799516684
19392024-10-19T03:41:47.700Z[ omicron-package] sys 21.960691192
19402024-10-19T03:41:47.700Z[ omicron-package] trap 0.169349269
19412024-10-19T03:41:47.700Z[ omicron-package] tflt 0.983793034
19422024-10-19T03:41:47.700Z[ omicron-package] dflt 0.792779820
19432024-10-19T03:41:47.700Z[ omicron-package] kflt 0.010048733
19442024-10-19T03:41:47.700Z[ omicron-package] lock 5:50.045817681
19452024-10-19T03:41:47.700Z[ omicron-package] slp 9:09.422976463
19462024-10-19T03:41:47.700Z[ omicron-package] lat 1:38.331321296
19472024-10-19T03:41:47.700Z[ omicron-package] stop 56.610796340
19482024-10-19T03:41:47.700ZOct 19 03:41:46.366 INFO [omicron-package] process exited with exit status: 0 (46.202191119s)
19492024-10-19T03:41:47.700ZOct 19 03:41:46.366 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
19502024-10-19T03:41:47.739ZOct 19 03:41:46.407 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19512024-10-19T03:41:47.750Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19522024-10-19T03:41:47.752Z[ host-target] Created new build target 'host' and set it as active
19532024-10-19T03:41:47.754ZOct 19 03:41:46.421 INFO [host-target] process exited with exit status: 0 (54.75775ms)
19542024-10-19T03:41:47.754ZOct 19 03:41:46.421 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19552024-10-19T03:41:47.758Z[ recovery-target] Created new build target 'recovery' and set it as active
19562024-10-19T03:41:47.761Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19572024-10-19T03:41:47.761ZOct 19 03:41:46.429 INFO [recovery-target] process exited with exit status: 0 (21.679031ms)
19582024-10-19T03:41:47.768Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19592024-10-19T03:41:48.964Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19602024-10-19T03:41:48.964Z[ host-package] Compiling camino v1.1.9
19612024-10-19T03:41:48.966Z[ host-package] Compiling password-hash v0.5.0
19622024-10-19T03:41:48.966Z[ host-package] Compiling blake2 v0.10.6
19632024-10-19T03:41:48.966Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19642024-10-19T03:41:48.966Z[ host-package] Compiling derive-where v1.2.7
19652024-10-19T03:41:48.966Z[ host-package] Compiling humantime v2.1.0
19662024-10-19T03:41:48.966Z[ host-package] Compiling newline-converter v0.3.0
19672024-10-19T03:41:49.370Z[ host-package] Compiling toml v0.8.19
19682024-10-19T03:41:49.453Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19692024-10-19T03:41:49.883Z[ host-package] Compiling argon2 v0.5.3
19702024-10-19T03:41:49.903Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19712024-10-19T03:41:50.001Z[ host-package] Compiling expectorate v1.1.0
19722024-10-19T03:41:50.066Z[ host-package] Compiling dirs-sys-next v0.1.2
19732024-10-19T03:41:50.134Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19742024-10-19T03:41:50.263Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19752024-10-19T03:41:50.297Z[ host-package] Compiling num-rational v0.4.2
19762024-10-19T03:41:50.632Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19772024-10-19T03:41:51.120Z[ host-package] Compiling dirs-next v2.0.0
19782024-10-19T03:41:51.270Z[ host-package] Compiling num-complex v0.4.6
19792024-10-19T03:41:51.328Z[ host-package] Compiling convert_case v0.4.0
19802024-10-19T03:41:51.364Z[ host-package] Compiling term v0.7.0
19812024-10-19T03:41:52.167Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19822024-10-19T03:41:52.181Z[ helios-setup] Oct 19 03:41:50.848 INFO clone ok!, project: amd-host-image-builder
19832024-10-19T03:41:52.183Z[ helios-setup] Oct 19 03:41:50.849 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
19842024-10-19T03:41:52.183Z[ helios-setup] Oct 19 03:41:50.849 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19852024-10-19T03:41:52.186Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19862024-10-19T03:41:52.215Z[ host-package] Compiling derive_more v0.99.18
19872024-10-19T03:41:52.525Z[ host-package] Compiling prettyplease v0.2.20
19882024-10-19T03:41:52.545Z[ host-package] Compiling float-ord v0.3.2
19892024-10-19T03:41:52.705Z[ host-package] Compiling num v0.4.3
19902024-10-19T03:41:52.797Z[ host-package] Compiling is-terminal v0.4.12
19912024-10-19T03:41:52.835Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
19922024-10-19T03:41:52.855Z[ host-package] Compiling semver v0.1.20
19932024-10-19T03:41:52.896Z[ host-package] Compiling home v0.5.9
19942024-10-19T03:41:52.954Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19952024-10-19T03:41:53.022Z[ host-package] Compiling cookie v0.18.1
19962024-10-19T03:41:53.155Z[ host-package] Compiling rustls-pki-types v1.7.0
19972024-10-19T03:41:53.277Z[ helios-setup] Oct 19 03:41:51.944 INFO clone ok!, project: chelsio-t6-roms
19982024-10-19T03:41:53.279Z[ helios-setup] Oct 19 03:41:51.945 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19992024-10-19T03:41:53.279Z[ helios-setup] Oct 19 03:41:51.945 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20002024-10-19T03:41:53.279Z[ helios-setup] Oct 19 03:41:51.945 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
20012024-10-19T03:41:53.279Z[ helios-setup] Oct 19 03:41:51.945 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20022024-10-19T03:41:53.282Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20032024-10-19T03:41:53.446Z[ host-package] Compiling rustc_version v0.1.7
20042024-10-19T03:41:53.471Z[ host-package] Compiling highway v1.2.0
20052024-10-19T03:41:53.890Z[ host-package] Compiling newtype_derive v0.1.6
20062024-10-19T03:41:54.454Z[ host-package] Compiling steno v0.4.1
20072024-10-19T03:41:54.906Z[ host-package] Compiling rustls-webpki v0.102.4
20082024-10-19T03:41:56.791Z[ host-package] Compiling rustls v0.22.4
20092024-10-19T03:41:56.828Z[ host-package] Compiling thread_local v1.1.8
20102024-10-19T03:41:56.916Z[ host-package] Compiling slog-dtrace v0.3.0
20112024-10-19T03:41:57.295Z[ host-package] Compiling match_cfg v0.1.0
20122024-10-19T03:41:57.374Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20132024-10-19T03:41:57.411Z[ host-package] Compiling hostname v0.3.1
20142024-10-19T03:41:59.160Z[ host-package] Compiling multer v3.1.0
20152024-10-19T03:41:59.241Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20162024-10-19T03:41:59.549Z[ host-package] Compiling slog-async v2.8.0
20172024-10-19T03:41:59.643Z[ host-package] Compiling slog-json v2.6.1
20182024-10-19T03:42:00.052Z[ host-package] Compiling crossbeam-channel v0.5.12
20192024-10-19T03:42:00.207Z[ host-package] Compiling http v1.1.0
20202024-10-19T03:42:01.184Z[ host-package] Compiling take_mut v0.2.2
20212024-10-19T03:42:01.385Z[ host-package] Compiling linked-hash-map v0.5.6
20222024-10-19T03:42:01.986Z[ helios-setup] Oct 19 03:42:00.652 INFO clone ok!, project: amd-firmware
20232024-10-19T03:42:01.988Z[ helios-setup] Oct 19 03:42:00.653 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
20242024-10-19T03:42:01.988Z[ helios-setup] Oct 19 03:42:00.653 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20252024-10-19T03:42:01.996Z[ host-package] Compiling atomic-waker v1.1.2
20262024-10-19T03:42:01.996Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20272024-10-19T03:42:02.188Z[ host-package] Compiling waitgroup v0.1.2
20282024-10-19T03:42:02.684Z[ host-package] Compiling tokio-rustls v0.25.0
20292024-10-19T03:42:02.775Z[ helios-setup] Oct 19 03:42:01.442 INFO clone ok!, project: image-builder
20302024-10-19T03:42:02.778Z[ helios-setup] Oct 19 03:42:01.443 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
20312024-10-19T03:42:02.778Z[ helios-setup] Oct 19 03:42:01.443 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20322024-10-19T03:42:02.781Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20332024-10-19T03:42:03.169Z[ host-package] Compiling lru-cache v0.1.2
20342024-10-19T03:42:03.460Z[ host-package] Compiling slog-bunyan v2.5.0
20352024-10-19T03:42:03.507Z[ helios-setup] Oct 19 03:42:02.173 INFO clone ok!, project: phbl
20362024-10-19T03:42:03.507Z[ helios-setup] Oct 19 03:42:02.173 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
20372024-10-19T03:42:03.507Z[ helios-setup] Oct 19 03:42:02.173 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20382024-10-19T03:42:03.511Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20392024-10-19T03:42:04.506Z[ host-package] Compiling slog-term v2.9.1
20402024-10-19T03:42:04.571Z[ helios-setup] Oct 19 03:42:03.238 INFO clone ok!, project: pilot
20412024-10-19T03:42:04.574Z[ helios-setup] Oct 19 03:42:03.238 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
20422024-10-19T03:42:04.574Z[ helios-setup] Oct 19 03:42:03.238 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20432024-10-19T03:42:04.576Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20442024-10-19T03:42:04.979Z[ host-package] Compiling rustls-pemfile v2.1.3
20452024-10-19T03:42:05.316Z[ helios-setup] Oct 19 03:42:03.983 INFO clone ok!, project: bootserver
20462024-10-19T03:42:05.319Z[ helios-setup] Oct 19 03:42:03.983 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20472024-10-19T03:42:05.575Z[ host-package] Compiling async-stream v0.3.5
20482024-10-19T03:42:05.761Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20492024-10-19T03:42:05.843Z[ host-package] Compiling ipnetwork v0.20.0
20502024-10-19T03:42:05.886Z[ host-package] Compiling newtype-uuid v1.1.0
20512024-10-19T03:42:05.913Z[ host-package] Compiling serde_path_to_error v0.1.16
20522024-10-19T03:42:06.171Z[ helios-setup] Oct 19 03:42:04.838 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20532024-10-19T03:42:06.330Z[ host-package] Compiling hostname v0.4.0
20542024-10-19T03:42:06.605Z[ host-package] Compiling instant v0.1.12
20552024-10-19T03:42:06.742Z[ host-package] Compiling debug-ignore v1.0.5
20562024-10-19T03:42:06.745Z[ helios-setup] Oct 19 03:42:05.412 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20572024-10-19T03:42:06.747Z[ helios-setup] Oct 19 03:42:05.412 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20582024-10-19T03:42:06.868Z[ host-package] Compiling backoff v0.4.0
20592024-10-19T03:42:06.870Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20602024-10-19T03:42:07.318Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20612024-10-19T03:42:07.320Z[ helios-setup] Oct 19 03:42:05.985 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20622024-10-19T03:42:07.587Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20632024-10-19T03:42:07.643Z[ host-package] Compiling parse-display v0.10.0
20642024-10-19T03:42:07.702Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20652024-10-19T03:42:07.844Z[ helios-setup] Oct 19 03:42:06.510 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20662024-10-19T03:42:07.846Z[ helios-setup] Oct 19 03:42:06.511 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20672024-10-19T03:42:07.950Z[ host-package] Compiling serde_with v3.9.0
20682024-10-19T03:42:08.392Z[ host-package] Compiling strum v0.26.3
20692024-10-19T03:42:08.398Z[ helios-setup] Oct 19 03:42:07.064 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20702024-10-19T03:42:08.654Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20712024-10-19T03:42:08.999Z[ helios-setup] Oct 19 03:42:07.665 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20722024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.665 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20732024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20742024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO ok!
20752024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20762024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20772024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO ok!
20782024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20792024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20802024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO ok!
20812024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
20822024-10-19T03:42:09.002Z[ helios-setup] Oct 19 03:42:07.666 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
20832024-10-19T03:42:09.380Z[ helios-setup] Oct 19 03:42:08.046 INFO E| Compiling adler v1.0.2
20842024-10-19T03:42:09.582Z[ helios-setup] Oct 19 03:42:08.248 INFO E| Compiling miniz_oxide v0.7.2
20852024-10-19T03:42:12.012Z[ host-package] Compiling macaddr v1.0.1
20862024-10-19T03:42:12.524Z[ helios-setup] Oct 19 03:42:11.190 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
20872024-10-19T03:42:12.716Z[ host-package] Compiling swrite v0.1.0
20882024-10-19T03:42:12.927Z[ host-package] Compiling quick-error v1.2.3
20892024-10-19T03:42:12.968Z[ host-package] Compiling utf-8 v0.7.6
20902024-10-19T03:42:13.146Z[ host-package] Compiling resolv-conf v0.7.0
20912024-10-19T03:42:13.423Z[ helios-setup] Oct 19 03:42:12.089 INFO E| Finished `release` profile [optimized] target(s) in 4.33s
20922024-10-19T03:42:13.430Z[ helios-setup] Oct 19 03:42:12.096 INFO building project "pinprick" ok (4 seconds)
20932024-10-19T03:42:13.430Z[ helios-setup] Oct 19 03:42:12.096 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
20942024-10-19T03:42:13.432Z[ helios-setup] Oct 19 03:42:12.096 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
20952024-10-19T03:42:13.440Z[ helios-setup] Oct 19 03:42:12.106 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
20962024-10-19T03:42:13.672Z[ helios-setup] Oct 19 03:42:12.338 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
20972024-10-19T03:42:13.672Z[ helios-setup] Oct 19 03:42:12.338 INFO E| info: downloading component 'cargo'
20982024-10-19T03:42:14.449Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20992024-10-19T03:42:14.831Z[ host-package] Compiling hickory-resolver v0.24.1
21002024-10-19T03:42:14.870Z[ helios-setup] Oct 19 03:42:13.536 INFO E| info: downloading component 'clippy'
21012024-10-19T03:42:15.168Z[ helios-setup] Oct 19 03:42:13.834 INFO E| info: downloading component 'rust-docs'
21022024-10-19T03:42:16.004Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21032024-10-19T03:42:16.096Z[ host-package] Compiling rayon-core v1.12.1
21042024-10-19T03:42:16.131Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21052024-10-19T03:42:17.169Z[ helios-setup] Oct 19 03:42:15.835 INFO E| info: downloading component 'rust-src'
21062024-10-19T03:42:18.207Z[ helios-setup] Oct 19 03:42:16.788 INFO E| info: downloading component 'rust-std'
21072024-10-19T03:42:18.516Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21082024-10-19T03:42:19.680Z[ host-package] Compiling crossbeam-deque v0.8.5
21092024-10-19T03:42:20.047Z[ host-package] Compiling half v2.4.1
21102024-10-19T03:42:20.068Z[ host-package] Compiling display-error-chain v0.2.0
21112024-10-19T03:42:20.287Z[ host-package] Compiling ciborium-io v0.2.2
21122024-10-19T03:42:20.473Z[ host-package] Compiling fastrand v2.1.0
21132024-10-19T03:42:20.857Z[ host-package] Compiling same-file v1.0.6
21142024-10-19T03:42:21.012Z[ host-package] Compiling tempfile v3.10.1
21152024-10-19T03:42:21.018Z[ helios-setup] Oct 19 03:42:19.684 INFO E| info: downloading component 'rustc'
21162024-10-19T03:42:21.117Z[ host-package] Compiling walkdir v2.5.0
21172024-10-19T03:42:21.834Z[ host-package] Compiling ciborium-ll v0.2.2
21182024-10-19T03:42:22.419Z[ host-package] Compiling ring v0.16.20
21192024-10-19T03:42:22.705Z[ host-package] Compiling blake3 v1.5.1
21202024-10-19T03:42:23.357Z[ host-package] Compiling rayon v1.10.0
21212024-10-19T03:42:23.519Z[ host-package] Compiling ciborium v0.2.2
21222024-10-19T03:42:25.382Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21232024-10-19T03:42:25.827Z[ host-package] Compiling xattr v1.3.1
21242024-10-19T03:42:26.126Z[ host-package] Compiling filetime v0.2.24
21252024-10-19T03:42:26.476Z[ host-package] Compiling memmap2 v0.9.4
21262024-10-19T03:42:26.497Z[ helios-setup] Oct 19 03:42:25.162 INFO E| info: downloading component 'rustfmt'
21272024-10-19T03:42:27.190Z[ helios-setup] Oct 19 03:42:25.855 INFO E| info: installing component 'cargo'
21282024-10-19T03:42:28.534Z[ helios-setup] Oct 19 03:42:27.199 INFO E| info: installing component 'clippy'
21292024-10-19T03:42:28.585Z[ host-package] Compiling untrusted v0.7.1
21302024-10-19T03:42:28.827Z[ host-package] Compiling cancel-safe-futures v0.1.5
21312024-10-19T03:42:29.020Z[ helios-setup] Oct 19 03:42:27.685 INFO E| info: installing component 'rust-docs'
21322024-10-19T03:42:29.330Z[ host-package] Compiling arrayvec v0.7.4
21332024-10-19T03:42:29.877Z[ host-package] Compiling arrayref v0.3.7
21342024-10-19T03:42:30.005Z[ host-package] Compiling spin v0.5.2
21352024-10-19T03:42:30.416Z[ host-package] Compiling constant_time_eq v0.3.0
21362024-10-19T03:42:32.359Z[ host-package] Compiling tar v0.4.41
21372024-10-19T03:42:34.660Z[ helios-setup] Oct 19 03:42:33.324 INFO E| info: installing component 'rust-src'
21382024-10-19T03:42:34.919Z[ host-package] Compiling toolchain_find v0.4.0
21392024-10-19T03:42:35.284Z[ host-package] Compiling camino-tempfile v1.1.1
21402024-10-19T03:42:35.343Z[ helios-setup] Oct 19 03:42:34.007 INFO E| info: installing component 'rust-std'
21412024-10-19T03:42:35.386Z[ host-package] Compiling nibble_vec v0.1.0
21422024-10-19T03:42:35.775Z[ host-package] Compiling atty v0.2.14
21432024-10-19T03:42:35.812Z[ host-package] Compiling maplit v1.0.2
21442024-10-19T03:42:35.874Z[ host-package] Compiling endian-type v0.1.2
21452024-10-19T03:42:35.966Z[ host-package] Compiling crunchy v0.2.2
21462024-10-19T03:42:35.997Z[ host-package] Compiling topological-sort v0.2.2
21472024-10-19T03:42:36.260Z[ host-package] Compiling glob v0.3.1
21482024-10-19T03:42:36.298Z[ host-package] Compiling radix_trie v0.2.1
21492024-10-19T03:42:36.448Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21502024-10-19T03:42:36.727Z[ host-package] Compiling omicron-zone-package v0.11.0
21512024-10-19T03:42:37.107Z[ host-package] Compiling clang-sys v1.7.0
21522024-10-19T03:42:37.257Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21532024-10-19T03:42:37.965Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21542024-10-19T03:42:37.973Z[ helios-setup] Oct 19 03:42:36.638 INFO E| info: installing component 'rustc'
21552024-10-19T03:42:38.554Z[ host-package] Compiling tungstenite v0.21.0
21562024-10-19T03:42:38.801Z[ host-package] Compiling tiny-keccak v2.0.2
21572024-10-19T03:42:39.615Z[ host-package] Compiling dsl_auto_type v0.1.2
21582024-10-19T03:42:39.672Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21592024-10-19T03:42:41.145Z[ host-package] Compiling tokio-tungstenite v0.21.0
21602024-10-19T03:42:41.418Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21612024-10-19T03:42:41.494Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21622024-10-19T03:42:41.845Z[ host-package] Compiling arc-swap v1.7.1
21632024-10-19T03:42:41.900Z[ host-package] Compiling diesel_derives v2.2.2
21642024-10-19T03:42:42.079Z[ host-package] Compiling r2d2 v0.8.10
21652024-10-19T03:42:42.706Z[ host-package] Compiling slog-scope v4.4.0
21662024-10-19T03:42:42.885Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21672024-10-19T03:42:43.620Z[ host-package] Compiling ascii-canvas v3.0.0
21682024-10-19T03:42:43.670Z[ host-package] Compiling ena v0.14.3
21692024-10-19T03:42:44.169Z[ helios-setup] Oct 19 03:42:42.833 INFO E| info: installing component 'rustfmt'
21702024-10-19T03:42:44.284Z[ host-package] Compiling libloading v0.8.3
21712024-10-19T03:42:44.348Z[ host-package] Compiling diff v0.1.13
21722024-10-19T03:42:44.425Z[ host-package] Compiling regex-syntax v0.6.29
21732024-10-19T03:42:44.729Z[ host-package] Compiling bindgen v0.69.4
21742024-10-19T03:42:45.032Z[ helios-setup] Oct 19 03:42:43.696 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21752024-10-19T03:42:45.357Z[ host-package] Compiling slog-stdlog v4.1.1
21762024-10-19T03:42:45.806Z[ helios-setup] Oct 19 03:42:44.470 INFO E| From https://github.com/oxidecomputer/amd-apcb
21772024-10-19T03:42:45.806Z[ helios-setup] Oct 19 03:42:44.470 INFO E| * [new branch] issue-113 -> origin/issue-113
21782024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.470 INFO E| * [new branch] issue-135 -> origin/issue-135
21792024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.470 INFO E| * [new branch] issue-139 -> origin/issue-139
21802024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.470 INFO E| * [new branch] main -> origin/main
21812024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.470 INFO E| * [new ref] -> origin/HEAD
21822024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.471 INFO E| * [new tag] v0.1.3 -> v0.1.3
21832024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.471 INFO E| * [new tag] v0.1.4 -> v0.1.4
21842024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.471 INFO E| * [new tag] v0.1.5 -> v0.1.5
21852024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.471 INFO E| * [new tag] v0.2.0 -> v0.2.0
21862024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.471 INFO E| * [new tag] v0.3.0 -> v0.3.0
21872024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.472 INFO E| * [new tag] v0.3.1 -> v0.3.1
21882024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.472 INFO E| * [new tag] v0.3.2 -> v0.3.2
21892024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.472 INFO E| * [new tag] v0.3.3 -> v0.3.3
21902024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.472 INFO E| * [new tag] v0.4.0 -> v0.4.0
21912024-10-19T03:42:45.809Z[ helios-setup] Oct 19 03:42:44.472 INFO E| * [new tag] v0.4.1 -> v0.4.1
21922024-10-19T03:42:45.864Z[ helios-setup] Oct 19 03:42:44.527 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
21932024-10-19T03:42:46.215Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21942024-10-19T03:42:46.615Z[ helios-setup] Oct 19 03:42:45.278 INFO E| From https://github.com/oxidecomputer/amd-efs
21952024-10-19T03:42:46.615Z[ helios-setup] Oct 19 03:42:45.278 INFO E| * [new branch] empty -> origin/empty
21962024-10-19T03:42:46.615Z[ helios-setup] Oct 19 03:42:45.278 INFO E| * [new branch] issue-99 -> origin/issue-99
21972024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.278 INFO E| * [new branch] main -> origin/main
21982024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.279 INFO E| * [new branch] review -> origin/review
21992024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.279 INFO E| * [new ref] -> origin/HEAD
22002024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.279 INFO E| * [new tag] v0.2.0 -> v0.2.0
22012024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.279 INFO E| * [new tag] v0.2.1 -> v0.2.1
22022024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.279 INFO E| * [new tag] v0.2.2 -> v0.2.2
22032024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.279 INFO E| * [new tag] v0.2.3 -> v0.2.3
22042024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.279 INFO E| * [new tag] v0.2.4 -> v0.2.4
22052024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.280 INFO E| * [new tag] v0.2.5 -> v0.2.5
22062024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.280 INFO E| * [new tag] v0.2.6 -> v0.2.6
22072024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.280 INFO E| * [new tag] v0.2.7 -> v0.2.7
22082024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.280 INFO E| * [new tag] v0.3.0 -> v0.3.0
22092024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.280 INFO E| * [new tag] v0.3.1 -> v0.3.1
22102024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.280 INFO E| * [new tag] v0.4.0 -> v0.4.0
22112024-10-19T03:42:46.618Z[ helios-setup] Oct 19 03:42:45.280 INFO E| * [new tag] v0.4.1 -> v0.4.1
22122024-10-19T03:42:46.642Z[ helios-setup] Oct 19 03:42:45.306 INFO E| Updating crates.io index
22132024-10-19T03:42:47.083Z[ helios-setup] Oct 19 03:42:45.747 INFO E| Downloading crates ...
22142024-10-19T03:42:47.168Z[ helios-setup] Oct 19 03:42:45.831 INFO E| Downloaded cfg-if v0.1.10
22152024-10-19T03:42:47.171Z[ helios-setup] Oct 19 03:42:45.834 INFO E| Downloaded fletcher v0.1.0
22162024-10-19T03:42:47.173Z[ helios-setup] Oct 19 03:42:45.836 INFO E| Downloaded cpufeatures v0.2.14
22172024-10-19T03:42:47.176Z[ helios-setup] Oct 19 03:42:45.840 INFO E| Downloaded modular-bitfield-impl v0.11.2
22182024-10-19T03:42:47.180Z[ helios-setup] Oct 19 03:42:45.844 INFO E| Downloaded ansi_term v0.12.1
22192024-10-19T03:42:47.183Z[ helios-setup] Oct 19 03:42:45.846 INFO E| Downloaded pest_derive v2.7.13
22202024-10-19T03:42:47.188Z[ helios-setup] Oct 19 03:42:45.852 INFO E| Downloaded parse_int v0.6.0
22212024-10-19T03:42:47.190Z[ helios-setup] Oct 19 03:42:45.853 INFO E| Downloaded memoffset v0.5.6
22222024-10-19T03:42:47.193Z[ helios-setup] Oct 19 03:42:45.855 INFO E| Downloaded unic-ucd-version v0.9.0
22232024-10-19T03:42:47.195Z[ helios-setup] Oct 19 03:42:45.857 INFO E| Downloaded unic-common v0.9.0
22242024-10-19T03:42:47.197Z[ helios-setup] Oct 19 03:42:45.860 INFO E| Downloaded unic-char-property v0.9.0
22252024-10-19T03:42:47.199Z[ helios-setup] Oct 19 03:42:45.862 INFO E| Downloaded strum v0.23.0
22262024-10-19T03:42:47.206Z[ helios-setup] Oct 19 03:42:45.869 INFO E| Downloaded scroll_derive v0.10.5
22272024-10-19T03:42:47.208Z[ helios-setup] Oct 19 03:42:45.872 INFO E| Downloaded thiserror v1.0.64
22282024-10-19T03:42:47.274Z[ helios-setup] Oct 19 03:42:45.937 INFO E| Downloaded vec_map v0.8.2
22292024-10-19T03:42:47.277Z[ helios-setup] Oct 19 03:42:45.939 INFO E| Downloaded unic-char-range v0.9.0
22302024-10-19T03:42:47.279Z[ helios-setup] Oct 19 03:42:45.941 INFO E| Downloaded semver v0.9.0
22312024-10-19T03:42:47.281Z[ helios-setup] Oct 19 03:42:45.944 INFO E| Downloaded four-cc v0.3.0
22322024-10-19T03:42:47.284Z[ helios-setup] Oct 19 03:42:45.945 INFO E| Downloaded bytesize v1.3.0
22332024-10-19T03:42:47.284Z[ helios-setup] Oct 19 03:42:45.947 INFO E| Downloaded pest_generator v2.7.13
22342024-10-19T03:42:47.290Z[ helios-setup] Oct 19 03:42:45.954 INFO E| Downloaded quote v1.0.37
22352024-10-19T03:42:47.294Z[ helios-setup] Oct 19 03:42:45.957 INFO E| Downloaded textwrap v0.11.0
22362024-10-19T03:42:47.296Z[ helios-setup] Oct 19 03:42:45.960 INFO E| Downloaded scroll v0.10.2
22372024-10-19T03:42:47.299Z[ helios-setup] Oct 19 03:42:45.962 INFO E| Downloaded once_cell v1.20.1
22382024-10-19T03:42:47.303Z[ helios-setup] Oct 19 03:42:45.966 INFO E| Downloaded strum_macros v0.23.1
22392024-10-19T03:42:47.305Z[ helios-setup] Oct 19 03:42:45.969 INFO E| Downloaded structopt-derive v0.4.18
22402024-10-19T03:42:47.308Z[ helios-setup] Oct 19 03:42:45.971 INFO E| Downloaded unic-ucd-ident v0.9.0
22412024-10-19T03:42:47.310Z[ helios-setup] Oct 19 03:42:45.974 INFO E| Downloaded pre-proc-macro v0.2.1
22422024-10-19T03:42:47.313Z[ helios-setup] Oct 19 03:42:45.977 INFO E| Downloaded strsim v0.8.0
22432024-10-19T03:42:47.315Z[ helios-setup] Oct 19 03:42:45.979 INFO E| Downloaded semver-parser v0.7.0
22442024-10-19T03:42:47.318Z[ helios-setup] Oct 19 03:42:45.981 INFO E| Downloaded structopt v0.3.26
22452024-10-19T03:42:47.328Z[ helios-setup] Oct 19 03:42:45.991 INFO E| Downloaded thiserror-impl v1.0.64
22462024-10-19T03:42:47.330Z[ helios-setup] Oct 19 03:42:45.993 INFO E| Downloaded pre v0.2.1
22472024-10-19T03:42:47.333Z[ helios-setup] Oct 19 03:42:45.995 INFO E| Downloaded pest_meta v2.7.13
22482024-10-19T03:42:47.336Z[ helios-setup] Oct 19 03:42:45.999 INFO E| Downloaded ucd-trie v0.1.7
22492024-10-19T03:42:47.338Z[ helios-setup] Oct 19 03:42:46.001 INFO E| Downloaded toml v0.5.11
22502024-10-19T03:42:47.341Z[ helios-setup] Oct 19 03:42:46.005 INFO E| Downloaded serde_derive v1.0.210
22512024-10-19T03:42:47.346Z[ helios-setup] Oct 19 03:42:46.009 INFO E| Downloaded modular-bitfield v0.11.2
22522024-10-19T03:42:47.365Z[ helios-setup] Oct 19 03:42:46.029 INFO E| Downloaded unicode-ident v1.0.13
22532024-10-19T03:42:47.369Z[ helios-setup] Oct 19 03:42:46.033 INFO E| Downloaded serde v1.0.210
22542024-10-19T03:42:47.375Z[ helios-setup] Oct 19 03:42:46.039 INFO E| Downloaded unicode-segmentation v1.12.0
22552024-10-19T03:42:47.380Z[ helios-setup] Oct 19 03:42:46.043 INFO E| Downloaded memchr v2.7.4
22562024-10-19T03:42:47.388Z[ helios-setup] Oct 19 03:42:46.052 INFO E| Downloaded log v0.4.22
22572024-10-19T03:42:47.392Z[ helios-setup] Oct 19 03:42:46.056 INFO E| Downloaded pest v2.7.13
22582024-10-19T03:42:47.400Z[ helios-setup] Oct 19 03:42:46.064 INFO E| Downloaded serde_json v1.0.128
22592024-10-19T03:42:47.413Z[ helios-setup] Oct 19 03:42:46.076 INFO E| Downloaded portable-atomic v1.9.0
22602024-10-19T03:42:47.424Z[ helios-setup] Oct 19 03:42:46.088 INFO E| Downloaded goblin v0.4.3
22612024-10-19T03:42:47.433Z[ helios-setup] Oct 19 03:42:46.096 INFO E| Downloaded unicode-width v0.1.14
22622024-10-19T03:42:47.442Z[ helios-setup] Oct 19 03:42:46.105 INFO E| Downloaded syn v2.0.79
22632024-10-19T03:42:47.460Z[ helios-setup] Oct 19 03:42:46.123 INFO E| Downloaded libc v0.2.159
22642024-10-19T03:42:47.502Z[ helios-setup] Oct 19 03:42:46.166 INFO E| Downloaded clap v2.34.0
22652024-10-19T03:42:47.512Z[ helios-setup] Oct 19 03:42:46.176 INFO E| Downloaded rustc_version v0.2.3
22662024-10-19T03:42:47.514Z[ helios-setup] Oct 19 03:42:46.177 INFO E| Downloaded proc-macro-crate v0.1.5
22672024-10-19T03:42:47.515Z[ helios-setup] Oct 19 03:42:46.178 INFO E| Downloaded autocfg v1.4.0
22682024-10-19T03:42:47.615Z[ helios-setup] Oct 19 03:42:46.278 INFO E| Compiling proc-macro2 v1.0.86
22692024-10-19T03:42:47.615Z[ helios-setup] Oct 19 03:42:46.278 INFO E| Compiling unicode-ident v1.0.13
22702024-10-19T03:42:47.618Z[ helios-setup] Oct 19 03:42:46.278 INFO E| Compiling syn v1.0.109
22712024-10-19T03:42:47.618Z[ helios-setup] Oct 19 03:42:46.278 INFO E| Compiling version_check v0.9.5
22722024-10-19T03:42:47.618Z[ helios-setup] Oct 19 03:42:46.278 INFO E| Compiling memchr v2.7.4
22732024-10-19T03:42:47.618Z[ helios-setup] Oct 19 03:42:46.278 INFO E| Compiling semver-parser v0.7.0
22742024-10-19T03:42:47.618Z[ helios-setup] Oct 19 03:42:46.279 INFO E| Compiling autocfg v1.4.0
22752024-10-19T03:42:47.618Z[ helios-setup] Oct 19 03:42:46.279 INFO E| Compiling thiserror v1.0.64
22762024-10-19T03:42:47.856Z[ host-package] Compiling which v4.4.2
22772024-10-19T03:42:48.327Z[ helios-setup] Oct 19 03:42:46.990 INFO E| Compiling serde v1.0.210
22782024-10-19T03:42:48.940Z[ host-package] Compiling lalrpop v0.19.12
22792024-10-19T03:42:49.215Z[ helios-setup] Oct 19 03:42:47.878 INFO E| Compiling semver v0.9.0
22802024-10-19T03:42:49.439Z[ helios-setup] Oct 19 03:42:48.102 INFO E| Compiling proc-macro-error-attr v1.0.4
22812024-10-19T03:42:49.661Z[ helios-setup] Oct 19 03:42:48.324 INFO E| Compiling proc-macro-error v1.0.4
22822024-10-19T03:42:49.881Z[ helios-setup] Oct 19 03:42:48.544 INFO E| Compiling rustc_version v0.2.3
22832024-10-19T03:42:49.947Z[ helios-setup] Oct 19 03:42:48.610 INFO E| Compiling serde_json v1.0.128
22842024-10-19T03:42:50.103Z[ helios-setup] Oct 19 03:42:48.766 INFO E| Compiling num-traits v0.2.19
22852024-10-19T03:42:50.468Z[ helios-setup] Oct 19 03:42:49.131 INFO E| Compiling unicode-segmentation v1.12.0
22862024-10-19T03:42:50.672Z[ helios-setup] Oct 19 03:42:49.335 INFO E| Compiling ryu v1.0.18
22872024-10-19T03:42:50.677Z[ helios-setup] Oct 19 03:42:49.341 INFO E| Compiling schemars v0.8.21
22882024-10-19T03:42:50.966Z[ helios-setup] Oct 19 03:42:49.629 INFO E| Compiling quote v1.0.37
22892024-10-19T03:42:51.150Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22902024-10-19T03:42:51.302Z[ helios-setup] Oct 19 03:42:49.965 INFO E| Compiling itoa v1.0.11
22912024-10-19T03:42:51.743Z[ helios-setup] Oct 19 03:42:50.406 INFO E| Compiling syn v2.0.79
22922024-10-19T03:42:51.944Z[ host-package] Compiling cexpr v0.6.0
22932024-10-19T03:42:52.057Z[ helios-setup] Oct 19 03:42:50.720 INFO E| Compiling heck v0.3.3
22942024-10-19T03:42:52.120Z[ helios-setup] Oct 19 03:42:50.783 INFO E| Compiling pre-proc-macro v0.2.1
22952024-10-19T03:42:52.137Z[ helios-setup] Oct 19 03:42:50.800 INFO E| Compiling memoffset v0.5.6
22962024-10-19T03:42:52.700Z[ helios-setup] Oct 19 03:42:51.363 INFO E| Compiling libc v0.2.159
22972024-10-19T03:42:52.865Z[ helios-setup] Oct 19 03:42:51.527 INFO E| Compiling ucd-trie v0.1.7
22982024-10-19T03:42:53.048Z[ helios-setup] Oct 19 03:42:51.710 INFO E| Compiling paste v1.0.15
22992024-10-19T03:42:53.051Z[ helios-setup] Oct 19 03:42:51.710 INFO E| Compiling dyn-clone v1.0.17
23002024-10-19T03:42:53.754Z[ helios-setup] Oct 19 03:42:52.416 INFO E| Compiling rustversion v1.0.17
23012024-10-19T03:42:53.906Z[ helios-setup] Oct 19 03:42:52.569 INFO E| Compiling lazy_static v1.5.0
23022024-10-19T03:42:54.454Z[ helios-setup] Oct 19 03:42:53.117 INFO E| Compiling pre v0.2.1
23032024-10-19T03:42:54.556Z[ helios-setup] Oct 19 03:42:53.218 INFO E| Compiling once_cell v1.20.1
23042024-10-19T03:42:54.576Z[ helios-setup] Oct 19 03:42:53.238 INFO E| Compiling static_assertions v1.1.0
23052024-10-19T03:42:54.672Z[ helios-setup] Oct 19 03:42:53.335 INFO E| Compiling byteorder v1.5.0
23062024-10-19T03:42:55.241Z[ helios-setup] Oct 19 03:42:53.904 INFO E| Compiling cfg-if v0.1.10
23072024-10-19T03:42:55.269Z[ host-package] Compiling libsw v3.3.1
23082024-10-19T03:42:55.825Z[ helios-setup] Oct 19 03:42:54.488 INFO E| Compiling unicode-width v0.1.14
23092024-10-19T03:42:56.106Z[ host-package] Compiling lazycell v1.3.0
23102024-10-19T03:42:56.695Z[ host-package] Compiling linear-map v1.2.0
23112024-10-19T03:42:57.051Z[ helios-setup] Oct 19 03:42:55.713 INFO E| Compiling atty v0.2.14
23122024-10-19T03:42:57.101Z[ helios-setup] Oct 19 03:42:55.764 INFO E| Compiling textwrap v0.11.0
23132024-10-19T03:42:57.638Z[ helios-setup] Oct 19 03:42:56.277 INFO E| Compiling bitflags v1.3.2
23142024-10-19T03:42:57.709Z[ helios-setup] Oct 19 03:42:56.372 INFO E| Compiling unic-common v0.9.0
23152024-10-19T03:42:57.895Z[ helios-setup] Oct 19 03:42:56.558 INFO E| Compiling fletcher v0.1.0
23162024-10-19T03:42:58.065Z[ host-package] Compiling owo-colors v4.0.0
23172024-10-19T03:42:58.083Z[ helios-setup] Oct 19 03:42:56.736 INFO E| Compiling vec_map v0.8.2
23182024-10-19T03:42:58.252Z[ helios-setup] Oct 19 03:42:56.913 INFO E| Compiling strum v0.23.0
23192024-10-19T03:42:58.252Z[ helios-setup] Oct 19 03:42:56.913 INFO E| Compiling ansi_term v0.12.1
23202024-10-19T03:42:58.531Z[ helios-setup] Oct 19 03:42:57.193 INFO E| Compiling parse_int v0.6.0
23212024-10-19T03:42:58.669Z[ helios-setup] Oct 19 03:42:57.331 INFO E| Compiling strsim v0.8.0
23222024-10-19T03:42:58.743Z[ helios-setup] Oct 19 03:42:57.405 INFO E| Compiling unic-char-range v0.9.0
23232024-10-19T03:42:58.965Z[ helios-setup] Oct 19 03:42:57.628 INFO E| Compiling clap v2.34.0
23242024-10-19T03:42:59.094Z[ helios-setup] Oct 19 03:42:57.756 INFO E| Compiling unic-char-property v0.9.0
23252024-10-19T03:42:59.177Z[ helios-setup] Oct 19 03:42:57.829 INFO E| Compiling unic-ucd-version v0.9.0
23262024-10-19T03:42:59.270Z[ helios-setup] Oct 19 03:42:57.933 INFO E| Compiling log v0.4.22
23272024-10-19T03:42:59.568Z[ helios-setup] Oct 19 03:42:58.230 INFO E| Compiling plain v0.2.3
23282024-10-19T03:42:59.685Z[ helios-setup] Oct 19 03:42:58.348 INFO E| Compiling unic-ucd-ident v0.9.0
23292024-10-19T03:42:59.728Z[ host-package] Compiling diesel v2.2.2
23302024-10-19T03:43:00.045Z[ helios-setup] Oct 19 03:42:58.707 INFO E| Compiling bytesize v1.3.0
23312024-10-19T03:43:00.285Z[ helios-setup] Oct 19 03:42:58.947 INFO E| Compiling serde_derive_internals v0.29.1
23322024-10-19T03:43:01.983Z[ host-package] Compiling ref-cast v1.0.23
23332024-10-19T03:43:02.887Z[ helios-setup] Oct 19 03:43:01.550 INFO E| Compiling toml v0.5.11
23342024-10-19T03:43:03.201Z[ host-package] Compiling rustc-hash v1.1.0
23352024-10-19T03:43:03.675Z[ host-package] Compiling shlex v1.3.0
23362024-10-19T03:43:04.540Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23372024-10-19T03:43:05.854Z[ helios-setup] Oct 19 03:43:04.516 INFO E| Compiling thiserror-impl v1.0.64
23382024-10-19T03:43:05.854Z[ helios-setup] Oct 19 03:43:04.516 INFO E| Compiling serde_derive v1.0.210
23392024-10-19T03:43:06.097Z[ helios-setup] Oct 19 03:43:04.759 INFO E| Compiling schemars_derive v0.8.21
23402024-10-19T03:43:06.854Z[ helios-setup] Oct 19 03:43:05.516 INFO E| Compiling proc-macro-crate v0.1.5
23412024-10-19T03:43:08.149Z[ helios-setup] Oct 19 03:43:06.811 INFO E| Compiling zerocopy-derive v0.6.6
23422024-10-19T03:43:08.279Z[ helios-setup] Oct 19 03:43:06.940 INFO E| Compiling num-derive v0.4.2
23432024-10-19T03:43:10.998Z[ host-package] Compiling slog-envlogger v2.2.0
23442024-10-19T03:43:11.347Z[ helios-setup] Oct 19 03:43:10.009 INFO E| Compiling pest v2.7.13
23452024-10-19T03:43:11.679Z[ helios-setup] Oct 19 03:43:10.341 INFO E| Compiling zerocopy v0.6.6
23462024-10-19T03:43:14.005Z[ helios-setup] Oct 19 03:43:12.665 INFO E| Compiling modular-bitfield-impl v0.11.2
23472024-10-19T03:43:14.178Z[ helios-setup] Oct 19 03:43:12.838 INFO E| Compiling scroll_derive v0.10.5
23482024-10-19T03:43:15.192Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23492024-10-19T03:43:15.449Z[ helios-setup] Oct 19 03:43:14.110 INFO E| Compiling strum_macros v0.23.1
23502024-10-19T03:43:15.997Z[ helios-setup] Oct 19 03:43:14.657 INFO E| Compiling structopt-derive v0.4.18
23512024-10-19T03:43:17.073Z[ helios-setup] Oct 19 03:43:15.733 INFO E| Compiling pest_meta v2.7.13
23522024-10-19T03:43:21.541Z[ helios-setup] Oct 19 03:43:16.112 INFO E| Compiling scroll v0.10.2
23532024-10-19T03:43:21.580Z[ helios-setup] Oct 19 03:43:17.140 INFO E| Compiling goblin v0.4.3
23542024-10-19T03:43:21.580Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23552024-10-19T03:43:21.580Z[ host-package] Compiling derive_builder_core v0.20.0
23562024-10-19T03:43:21.580Z[ helios-setup] Oct 19 03:43:18.524 INFO E| Compiling modular-bitfield v0.11.2
23572024-10-19T03:43:21.580Z[ helios-setup] Oct 19 03:43:18.943 INFO E| Compiling pest_generator v2.7.13
23582024-10-19T03:43:21.580Z[ helios-setup] Oct 19 03:43:20.203 INFO E| Compiling structopt v0.3.26
23592024-10-19T03:43:23.339Z[ host-package] Compiling headers-core v0.2.0
23602024-10-19T03:43:23.651Z[ host-package] Compiling fxhash v0.2.1
23612024-10-19T03:43:24.055Z[ host-package] Compiling libxml v0.3.3
23622024-10-19T03:43:24.931Z[ host-package] Compiling ref-cast-impl v1.0.23
23632024-10-19T03:43:25.588Z[ helios-setup] Oct 19 03:43:24.248 INFO E| Compiling pest_derive v2.7.13
23642024-10-19T03:43:26.645Z[ host-package] Compiling headers v0.3.9
23652024-10-19T03:43:27.344Z[ host-package] Compiling derive_builder_macro v0.20.0
23662024-10-19T03:43:28.437Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23672024-10-19T03:43:28.460Z[ host-package] Compiling samael v0.0.15
23682024-10-19T03:43:30.168Z[ helios-setup] Oct 19 03:43:28.828 INFO E| Compiling json5 v0.4.1
23692024-10-19T03:43:30.392Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23702024-10-19T03:43:31.043Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23712024-10-19T03:43:31.253Z[ host-package] Compiling strum_macros v0.24.3
23722024-10-19T03:43:32.796Z[ host-package] Compiling unicase v2.7.0
23732024-10-19T03:43:33.381Z[ host-package] Compiling indoc v1.0.9
23742024-10-19T03:43:35.422Z[ host-package] Compiling derive_builder v0.20.0
23752024-10-19T03:43:35.813Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23762024-10-19T03:43:35.892Z[ host-package] Compiling polar-core v0.27.3
23772024-10-19T03:43:36.172Z[ host-package] Compiling crossterm v0.28.1
23782024-10-19T03:43:36.220Z[ helios-setup] Oct 19 03:43:34.879 INFO E| Compiling four-cc v0.3.0
23792024-10-19T03:43:36.220Z[ helios-setup] Oct 19 03:43:34.879 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
23802024-10-19T03:43:36.407Z[ helios-setup] Oct 19 03:43:35.066 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
23812024-10-19T03:43:38.499Z[ host-package] Compiling curve25519-dalek v4.1.3
23822024-10-19T03:43:39.521Z[ host-package] Compiling oso-derive v0.27.3
23832024-10-19T03:43:40.695Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
23842024-10-19T03:43:41.157Z[ host-package] Compiling libz-sys v1.1.16
23852024-10-19T03:43:42.085Z[ host-package] Compiling quick-xml v0.31.0
23862024-10-19T03:43:42.353Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
23872024-10-19T03:43:42.825Z[ host-package] Compiling parking_lot_core v0.8.6
23882024-10-19T03:43:43.493Z[ host-package] Compiling keccak v0.1.5
23892024-10-19T03:43:44.733Z[ host-package] Compiling sha3 v0.10.8
23902024-10-19T03:43:46.535Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23912024-10-19T03:43:46.558Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23922024-10-19T03:43:48.353Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23932024-10-19T03:43:48.841Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23942024-10-19T03:43:49.217Z[ host-package] Compiling bb8 v0.8.5
23952024-10-19T03:43:50.095Z[ host-package] Compiling const_format_proc_macros v0.2.32
23962024-10-19T03:43:52.237Z[ host-package] Compiling universal-hash v0.5.1
23972024-10-19T03:43:52.325Z[ host-package] Compiling secrecy v0.8.0
23982024-10-19T03:43:52.546Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23992024-10-19T03:43:52.678Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
24002024-10-19T03:43:54.596Z[ host-package] Compiling vte_generate_state_changes v0.1.1
24012024-10-19T03:43:55.507Z[ host-package] Compiling opaque-debug v0.3.1
24022024-10-19T03:43:55.540Z[ host-package] Compiling vte v0.11.1
24032024-10-19T03:43:55.640Z[ host-package] Compiling poly1305 v0.8.0
24042024-10-19T03:43:55.726Z[ host-package] Compiling thiserror-no-std v2.0.2
24052024-10-19T03:43:57.150Z[ host-package] Compiling const_format v0.2.32
24062024-10-19T03:43:58.588Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24072024-10-19T03:43:58.714Z[ host-package] Compiling chacha20 v0.9.1
24082024-10-19T03:43:59.037Z[ host-package] Compiling fd-lock v4.0.2
24092024-10-19T03:43:59.269Z[ host-package] Compiling aead v0.5.2
24102024-10-19T03:43:59.666Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
24112024-10-19T03:43:59.700Z[ host-package] Compiling bytecount v0.6.8
24122024-10-19T03:44:00.088Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24132024-10-19T03:44:00.634Z[ host-package] Compiling papergrid v0.11.0
24142024-10-19T03:44:08.959Z[ host-package] Compiling oso v0.27.3
24152024-10-19T03:44:11.043Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
24162024-10-19T03:44:12.362Z[ host-package] Compiling chacha20poly1305 v0.10.1
24172024-10-19T03:44:13.122Z[ host-package] Compiling vsss-rs v3.3.4
24182024-10-19T03:44:13.162Z[ host-package] Compiling parking_lot v0.11.2
24192024-10-19T03:44:15.328Z[ host-package] Compiling strip-ansi-escapes v0.2.0
24202024-10-19T03:44:16.487Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24212024-10-19T03:44:18.116Z[ host-package] Compiling tabled_derive v0.7.0
24222024-10-19T03:44:18.538Z[ helios-setup] Oct 19 03:44:17.194 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24232024-10-19T03:44:20.971Z[ host-package] Compiling crossterm v0.27.0
24242024-10-19T03:44:22.334Z[ host-package] Compiling peg-macros v0.8.4
24252024-10-19T03:44:22.560Z[ host-package] Compiling kstat-rs v0.2.4
24262024-10-19T03:44:23.700Z[ host-package] Compiling sqlparser_derive v0.2.2
24272024-10-19T03:44:25.078Z[ host-package] Compiling nu-ansi-term v0.50.0
24282024-10-19T03:44:26.754Z[ host-package] Compiling unicode_categories v0.1.1
24292024-10-19T03:44:26.829Z[ host-package] Compiling rustyline v14.0.0
24302024-10-19T03:44:27.266Z[ host-package] Compiling sqlformat v0.2.4
24312024-10-19T03:44:28.524Z[ host-package] Compiling peg v0.8.4
24322024-10-19T03:44:28.690Z[ host-package] Compiling reedline v0.33.0
24332024-10-19T03:44:28.741Z[ host-package] Compiling sqlparser v0.45.0
24342024-10-19T03:44:31.580Z[ helios-setup] Oct 19 03:44:30.236 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
24352024-10-19T03:44:38.128Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24362024-10-19T03:44:39.603Z[ host-package] Compiling tabled v0.15.0
24372024-10-19T03:44:54.403Z[ host-package] Compiling sled v0.34.7
24382024-10-19T03:44:55.852Z[ host-package] Compiling mime_guess v2.0.4
24392024-10-19T03:44:58.394Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24402024-10-19T03:44:58.530Z[ host-package] Compiling hickory-client v0.24.1
24412024-10-19T03:45:00.806Z[ host-package] Compiling env_logger v0.9.3
24422024-10-19T03:45:04.258Z[ host-package] Compiling tungstenite v0.20.1
24432024-10-19T03:45:05.849Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
24442024-10-19T03:45:06.473Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24452024-10-19T03:45:10.631Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24462024-10-19T03:45:12.468Z[ helios-setup] Oct 19 03:45:11.120 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 27s
24472024-10-19T03:45:12.505Z[ helios-setup] Oct 19 03:45:11.157 INFO building project "amd-host-image-builder" ok (179 seconds)
24482024-10-19T03:45:12.507Z[ helios-setup] Oct 19 03:45:11.157 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24492024-10-19T03:45:12.507Z[ helios-setup] Oct 19 03:45:11.157 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24502024-10-19T03:45:12.890Z[ helios-setup] Oct 19 03:45:11.542 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24512024-10-19T03:45:13.408Z[ helios-setup] Oct 19 03:45:12.061 INFO E| From https://github.com/jclulow/rust-jmclib
24522024-10-19T03:45:13.409Z[ helios-setup] Oct 19 03:45:12.061 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24532024-10-19T03:45:13.431Z[ helios-setup] Oct 19 03:45:12.084 INFO E| Updating crates.io index
24542024-10-19T03:45:13.639Z[ helios-setup] Oct 19 03:45:12.291 INFO E| Downloading crates ...
24552024-10-19T03:45:13.829Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
24562024-10-19T03:45:13.836Z[ helios-setup] Oct 19 03:45:12.488 INFO E| Downloaded sha-1 v0.9.8
24572024-10-19T03:45:13.862Z[ helios-setup] Oct 19 03:45:12.515 INFO E| Downloaded proc-macro2 v1.0.66
24582024-10-19T03:45:13.866Z[ helios-setup] Oct 19 03:45:12.519 INFO E| Downloaded cpufeatures v0.2.9
24592024-10-19T03:45:13.869Z[ helios-setup] Oct 19 03:45:12.521 INFO E| Downloaded libdevinfo-sys v1.0.0
24602024-10-19T03:45:13.903Z[ helios-setup] Oct 19 03:45:12.555 INFO E| Downloaded unicode-ident v1.0.11
24612024-10-19T03:45:13.907Z[ helios-setup] Oct 19 03:45:12.560 INFO E| Downloaded serde_derive v1.0.193
24622024-10-19T03:45:13.911Z[ helios-setup] Oct 19 03:45:12.564 INFO E| Downloaded opaque-debug v0.3.0
24632024-10-19T03:45:13.914Z[ helios-setup] Oct 19 03:45:12.565 INFO E| Downloaded itoa v1.0.9
24642024-10-19T03:45:13.916Z[ helios-setup] Oct 19 03:45:12.567 INFO E| Downloaded digest v0.9.0
24652024-10-19T03:45:13.918Z[ helios-setup] Oct 19 03:45:12.569 INFO E| Downloaded md-5 v0.9.1
24662024-10-19T03:45:13.921Z[ helios-setup] Oct 19 03:45:12.572 INFO E| Downloaded fastrand v2.0.0
24672024-10-19T03:45:13.923Z[ helios-setup] Oct 19 03:45:12.574 INFO E| Downloaded errno v0.3.1
24682024-10-19T03:45:13.926Z[ helios-setup] Oct 19 03:45:12.576 INFO E| Downloaded block-buffer v0.9.0
24692024-10-19T03:45:13.926Z[ helios-setup] Oct 19 03:45:12.577 INFO E| Downloaded walkdir v2.3.3
24702024-10-19T03:45:13.928Z[ helios-setup] Oct 19 03:45:12.580 INFO E| Downloaded unicode-width v0.1.10
24712024-10-19T03:45:13.930Z[ helios-setup] Oct 19 03:45:12.583 INFO E| Downloaded once_cell v1.18.0
24722024-10-19T03:45:13.934Z[ helios-setup] Oct 19 03:45:12.587 INFO E| Downloaded uuid v0.8.2
24732024-10-19T03:45:13.939Z[ helios-setup] Oct 19 03:45:12.592 INFO E| Downloaded tempfile v3.7.0
24742024-10-19T03:45:13.943Z[ helios-setup] Oct 19 03:45:12.595 INFO E| Downloaded bitflags v2.3.3
24752024-10-19T03:45:13.947Z[ helios-setup] Oct 19 03:45:12.600 INFO E| Downloaded ryu v1.0.15
24762024-10-19T03:45:13.952Z[ helios-setup] Oct 19 03:45:12.604 INFO E| Downloaded getrandom v0.2.10
24772024-10-19T03:45:13.957Z[ helios-setup] Oct 19 03:45:12.609 INFO E| Downloaded typenum v1.16.0
24782024-10-19T03:45:13.961Z[ helios-setup] Oct 19 03:45:12.613 INFO E| Downloaded anyhow v1.0.72
24792024-10-19T03:45:13.979Z[ helios-setup] Oct 19 03:45:12.631 INFO E| Downloaded quote v1.0.31
24802024-10-19T03:45:13.983Z[ helios-setup] Oct 19 03:45:12.636 INFO E| Downloaded serde v1.0.193
24812024-10-19T03:45:13.989Z[ helios-setup] Oct 19 03:45:12.641 INFO E| Downloaded serde_json v1.0.103
24822024-10-19T03:45:14.001Z[ helios-setup] Oct 19 03:45:12.654 INFO E| Downloaded syn v2.0.32
24832024-10-19T03:45:14.033Z[ helios-setup] Oct 19 03:45:12.685 INFO E| Downloaded rustix v0.38.4
24842024-10-19T03:45:14.090Z[ helios-setup] Oct 19 03:45:12.743 INFO E| Downloaded libc v0.2.147
24852024-10-19T03:45:14.403Z[ helios-setup] Oct 19 03:45:13.055 INFO E| Compiling libc v0.2.147
24862024-10-19T03:45:14.403Z[ helios-setup] Oct 19 03:45:13.055 INFO E| Compiling proc-macro2 v1.0.66
24872024-10-19T03:45:14.409Z[ helios-setup] Oct 19 03:45:13.055 INFO E| Compiling unicode-ident v1.0.11
24882024-10-19T03:45:14.409Z[ helios-setup] Oct 19 03:45:13.055 INFO E| Compiling cfg-if v1.0.0
24892024-10-19T03:45:14.409Z[ helios-setup] Oct 19 03:45:13.056 INFO E| Compiling typenum v1.16.0
24902024-10-19T03:45:14.409Z[ helios-setup] Oct 19 03:45:13.056 INFO E| Compiling version_check v0.9.4
24912024-10-19T03:45:14.409Z[ helios-setup] Oct 19 03:45:13.056 INFO E| Compiling serde v1.0.193
24922024-10-19T03:45:14.409Z[ helios-setup] Oct 19 03:45:13.056 INFO E| Compiling itoa v1.0.9
24932024-10-19T03:45:14.970Z[ helios-setup] Oct 19 03:45:13.623 INFO E| Compiling powerfmt v0.2.0
24942024-10-19T03:45:14.971Z[ helios-setup] Oct 19 03:45:13.623 INFO E| Compiling num-conv v0.1.0
24952024-10-19T03:45:15.121Z[ helios-setup] Oct 19 03:45:13.773 INFO E| Compiling time-core v0.1.2
24962024-10-19T03:45:15.524Z[ helios-setup] Oct 19 03:45:14.175 INFO E| Compiling slog v2.7.0
24972024-10-19T03:45:15.874Z[ helios-setup] Oct 19 03:45:14.526 INFO E| Compiling rustix v0.38.4
24982024-10-19T03:45:15.947Z[ helios-setup] Oct 19 03:45:14.599 INFO E| Compiling time-macros v0.2.18
24992024-10-19T03:45:16.083Z[ helios-setup] Oct 19 03:45:14.735 INFO E| Compiling deranged v0.3.11
25002024-10-19T03:45:16.279Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25012024-10-19T03:45:16.445Z[ helios-setup] Oct 19 03:45:15.097 INFO E| Compiling generic-array v0.14.7
25022024-10-19T03:45:16.758Z[ helios-setup] Oct 19 03:45:15.410 INFO E| Compiling bitflags v2.3.3
25032024-10-19T03:45:17.450Z[ helios-setup] Oct 19 03:45:16.102 INFO E| Compiling once_cell v1.18.0
25042024-10-19T03:45:17.622Z[ helios-setup] Oct 19 03:45:16.274 INFO E| Compiling num_threads v0.1.6
25052024-10-19T03:45:17.792Z[ helios-setup] Oct 19 03:45:16.444 INFO E| Compiling quote v1.0.31
25062024-10-19T03:45:18.389Z[ helios-setup] Oct 19 03:45:17.041 INFO E| Compiling thread_local v1.1.7
25072024-10-19T03:45:19.073Z[ helios-setup] Oct 19 03:45:17.725 INFO E| Compiling syn v2.0.32
25082024-10-19T03:45:19.170Z[ helios-setup] Oct 19 03:45:17.821 INFO E| Compiling dirs-sys-next v0.1.2
25092024-10-19T03:45:19.289Z[ helios-setup] Oct 19 03:45:17.941 INFO E| Compiling errno v0.3.1
25102024-10-19T03:45:19.306Z[ helios-setup] Oct 19 03:45:17.958 INFO E| Compiling atty v0.2.14
25112024-10-19T03:45:19.693Z[ helios-setup] Oct 19 03:45:18.345 INFO E| Compiling dirs-next v2.0.0
25122024-10-19T03:45:19.693Z[ helios-setup] Oct 19 03:45:18.345 INFO E| Compiling serde_json v1.0.103
25132024-10-19T03:45:19.760Z[ helios-setup] Oct 19 03:45:18.411 INFO E| Compiling fastrand v2.0.0
25142024-10-19T03:45:20.072Z[ helios-setup] Oct 19 03:45:18.724 INFO E| Compiling term v0.7.0
25152024-10-19T03:45:20.921Z[ helios-setup] Oct 19 03:45:19.573 INFO E| Compiling anyhow v1.0.72
25162024-10-19T03:45:21.004Z[ helios-setup] Oct 19 03:45:19.656 INFO E| Compiling opaque-debug v0.3.0
25172024-10-19T03:45:21.136Z[ helios-setup] Oct 19 03:45:19.787 INFO E| Compiling getrandom v0.2.10
25182024-10-19T03:45:21.200Z[ helios-setup] Oct 19 03:45:19.851 INFO E| Compiling same-file v1.0.6
25192024-10-19T03:45:21.887Z[ helios-setup] Oct 19 03:45:20.539 INFO E| Compiling digest v0.9.0
25202024-10-19T03:45:21.912Z[ helios-setup] Oct 19 03:45:20.564 INFO E| Compiling time v0.3.36
25212024-10-19T03:45:22.055Z[ helios-setup] Oct 19 03:45:20.707 INFO E| Compiling block-buffer v0.9.0
25222024-10-19T03:45:22.074Z[ helios-setup] Oct 19 03:45:20.726 INFO E| Compiling unicode-width v0.1.10
25232024-10-19T03:45:22.430Z[ helios-setup] Oct 19 03:45:21.081 INFO E| Compiling ryu v1.0.15
25242024-10-19T03:45:22.476Z[ helios-setup] Oct 19 03:45:21.128 INFO E| Compiling cpufeatures v0.2.9
25252024-10-19T03:45:22.611Z[ helios-setup] Oct 19 03:45:21.262 INFO E| Compiling tempfile v3.7.0
25262024-10-19T03:45:22.641Z[ helios-setup] Oct 19 03:45:21.293 INFO E| Compiling sha-1 v0.9.8
25272024-10-19T03:45:23.153Z[ helios-setup] Oct 19 03:45:21.805 INFO E| Compiling getopts v0.2.21
25282024-10-19T03:45:23.851Z[ helios-setup] Oct 19 03:45:22.503 INFO E| Compiling md-5 v0.9.1
25292024-10-19T03:45:23.883Z[ helios-setup] Oct 19 03:45:22.534 INFO E| Compiling walkdir v2.3.3
25302024-10-19T03:45:23.933Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25312024-10-19T03:45:24.055Z[ helios-setup] Oct 19 03:45:22.706 INFO E| Compiling glob v0.3.1
25322024-10-19T03:45:24.786Z[ helios-setup] Oct 19 03:45:23.437 INFO E| Compiling libdevinfo-sys v1.0.0
25332024-10-19T03:45:24.992Z[ host-package] Compiling hickory-server v0.24.1
25342024-10-19T03:45:25.966Z[ host-package] Compiling bcs v0.1.6
25352024-10-19T03:45:26.269Z[ helios-setup] Oct 19 03:45:24.920 INFO E| Compiling slog-term v2.9.0
25362024-10-19T03:45:27.293Z[ host-package] Compiling vergen v8.3.2
25372024-10-19T03:45:28.063Z[ host-package] Compiling bitstruct_derive v0.1.0
25382024-10-19T03:45:28.923Z[ helios-setup] Oct 19 03:45:27.575 INFO E| Compiling serde_derive v1.0.193
25392024-10-19T03:45:29.092Z[ host-package] Compiling cargo-platform v0.1.8
25402024-10-19T03:45:29.732Z[ host-package] Compiling nanorand v0.7.0
25412024-10-19T03:45:30.008Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25422024-10-19T03:45:30.449Z[ host-package] Compiling memoffset v0.9.1
25432024-10-19T03:45:30.481Z[ host-package] Compiling ascii v1.1.0
25442024-10-19T03:45:31.166Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25452024-10-19T03:45:31.435Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25462024-10-19T03:45:32.097Z[ host-package] Compiling flume v0.11.0
25472024-10-19T03:45:32.995Z[ host-package] Compiling bitstruct v0.1.1
25482024-10-19T03:45:33.209Z[ host-package] Compiling cargo_metadata v0.18.1
25492024-10-19T03:45:34.055Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25502024-10-19T03:45:34.924Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512024-10-19T03:45:37.199Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25522024-10-19T03:45:37.935Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25532024-10-19T03:45:39.535Z[ host-package] Compiling tokio-tungstenite v0.20.1
25542024-10-19T03:45:40.253Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25552024-10-19T03:45:40.295Z[ host-package] Compiling git2 v0.19.0
25562024-10-19T03:45:44.041Z[ helios-setup] Oct 19 03:45:42.692 INFO E| Compiling toml v0.5.11
25572024-10-19T03:45:44.042Z[ helios-setup] Oct 19 03:45:42.692 INFO E| Compiling uuid v0.8.2
25582024-10-19T03:45:46.379Z[ helios-setup] Oct 19 03:45:45.029 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25592024-10-19T03:45:50.359Z[ helios-setup] Oct 19 03:45:49.008 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25602024-10-19T03:45:51.810Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25612024-10-19T03:45:54.094Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25622024-10-19T03:45:55.532Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25632024-10-19T03:46:02.160Z[ host-package] Compiling libsqlite3-sys v0.28.0
25642024-10-19T03:46:03.156Z[ host-package] Compiling erased-serde v0.3.31
25652024-10-19T03:46:05.308Z[ host-package] Compiling serde_arrays v0.1.0
25662024-10-19T03:46:05.571Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25672024-10-19T03:46:05.851Z[ helios-setup] Oct 19 03:46:04.500 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.24s
25682024-10-19T03:46:05.884Z[ helios-setup] Oct 19 03:46:04.532 INFO building project "image-builder" ok (53 seconds)
25692024-10-19T03:46:05.884Z[ helios-setup] Oct 19 03:46:04.532 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25702024-10-19T03:46:05.887Z[ helios-setup] Oct 19 03:46:04.532 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25712024-10-19T03:46:06.344Z[ helios-setup] Oct 19 03:46:04.991 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25722024-10-19T03:46:06.911Z[ helios-setup] Oct 19 03:46:05.559 INFO E| From https://github.com/jclulow/hiercmd
25732024-10-19T03:46:06.912Z[ helios-setup] Oct 19 03:46:05.559 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25742024-10-19T03:46:06.947Z[ helios-setup] Oct 19 03:46:05.595 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25752024-10-19T03:46:07.547Z[ helios-setup] Oct 19 03:46:06.195 INFO E| From https://github.com/jclulow/network-interface
25762024-10-19T03:46:07.547Z[ helios-setup] Oct 19 03:46:06.195 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25772024-10-19T03:46:07.568Z[ helios-setup] Oct 19 03:46:06.216 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25782024-10-19T03:46:08.142Z[ helios-setup] Oct 19 03:46:06.790 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25792024-10-19T03:46:08.142Z[ helios-setup] Oct 19 03:46:06.790 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25802024-10-19T03:46:08.181Z[ helios-setup] Oct 19 03:46:06.829 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25812024-10-19T03:46:09.085Z[ helios-setup] Oct 19 03:46:07.733 INFO E| From https://github.com/oxidecomputer/facade
25822024-10-19T03:46:09.085Z[ helios-setup] Oct 19 03:46:07.733 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25832024-10-19T03:46:09.171Z[ helios-setup] Oct 19 03:46:07.819 INFO E| Updating crates.io index
25842024-10-19T03:46:09.671Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25852024-10-19T03:46:09.986Z[ helios-setup] Oct 19 03:46:08.634 INFO E| Downloading crates ...
25862024-10-19T03:46:10.100Z[ helios-setup] Oct 19 03:46:08.747 INFO E| Downloaded anstream v0.2.6
25872024-10-19T03:46:10.104Z[ helios-setup] Oct 19 03:46:08.752 INFO E| Downloaded byteorder v1.4.3
25882024-10-19T03:46:10.108Z[ helios-setup] Oct 19 03:46:08.756 INFO E| Downloaded const-random-macro v0.1.15
25892024-10-19T03:46:10.112Z[ helios-setup] Oct 19 03:46:08.760 INFO E| Downloaded fastrand v1.9.0
25902024-10-19T03:46:10.116Z[ helios-setup] Oct 19 03:46:08.764 INFO E| Downloaded ahash v0.8.3
25912024-10-19T03:46:10.141Z[ helios-setup] Oct 19 03:46:08.789 INFO E| Downloaded toolchain_find v0.2.0
25922024-10-19T03:46:10.143Z[ helios-setup] Oct 19 03:46:08.791 INFO E| Downloaded slog-bunyan v2.4.0
25932024-10-19T03:46:10.146Z[ helios-setup] Oct 19 03:46:08.795 INFO E| Downloaded schemars_derive v0.8.12
25942024-10-19T03:46:10.149Z[ helios-setup] Oct 19 03:46:08.798 INFO E| Downloaded jobserver v0.1.26
25952024-10-19T03:46:10.153Z[ helios-setup] Oct 19 03:46:08.802 INFO E| Downloaded try-lock v0.2.4
25962024-10-19T03:46:10.156Z[ helios-setup] Oct 19 03:46:08.804 INFO E| Downloaded want v0.3.0
25972024-10-19T03:46:10.160Z[ helios-setup] Oct 19 03:46:08.805 INFO E| Downloaded toml_datetime v0.6.1
25982024-10-19T03:46:10.163Z[ helios-setup] Oct 19 03:46:08.808 INFO E| Downloaded num_cpus v1.15.0
25992024-10-19T03:46:10.165Z[ helios-setup] Oct 19 03:46:08.813 INFO E| Downloaded semver-parser v0.10.2
26002024-10-19T03:46:10.169Z[ helios-setup] Oct 19 03:46:08.817 INFO E| Downloaded thiserror-impl v1.0.38
26012024-10-19T03:46:10.172Z[ helios-setup] Oct 19 03:46:08.820 INFO E| Downloaded semver v0.11.0
26022024-10-19T03:46:10.176Z[ helios-setup] Oct 19 03:46:08.824 INFO E| Downloaded unicode-linebreak v0.1.4
26032024-10-19T03:46:10.180Z[ helios-setup] Oct 19 03:46:08.828 INFO E| Downloaded textwrap v0.16.0
26042024-10-19T03:46:10.185Z[ helios-setup] Oct 19 03:46:08.833 INFO E| Downloaded serde_derive_internals v0.26.0
26052024-10-19T03:46:10.190Z[ helios-setup] Oct 19 03:46:08.838 INFO E| Downloaded unicode-bidi v0.3.13
26062024-10-19T03:46:10.195Z[ helios-setup] Oct 19 03:46:08.843 INFO E| Downloaded tempfile v3.5.0
26072024-10-19T03:46:10.201Z[ helios-setup] Oct 19 03:46:08.849 INFO E| Downloaded sha1 v0.10.5
26082024-10-19T03:46:10.204Z[ helios-setup] Oct 19 03:46:08.852 INFO E| Downloaded miniz_oxide v0.6.2
26092024-10-19T03:46:10.209Z[ helios-setup] Oct 19 03:46:08.857 INFO E| Downloaded unsafe-libyaml v0.2.8
26102024-10-19T03:46:10.215Z[ helios-setup] Oct 19 03:46:08.863 INFO E| Downloaded serde_yaml v0.9.21
26112024-10-19T03:46:10.221Z[ helios-setup] Oct 19 03:46:08.869 INFO E| Downloaded thiserror v1.0.38
26122024-10-19T03:46:10.229Z[ helios-setup] Oct 19 03:46:08.877 INFO E| Downloaded terminal_size v0.2.6
26132024-10-19T03:46:10.231Z[ helios-setup] Oct 19 03:46:08.880 INFO E| Downloaded serde_path_to_error v0.1.11
26142024-10-19T03:46:10.234Z[ helios-setup] Oct 19 03:46:08.883 INFO E| Downloaded scopeguard v1.1.0
26152024-10-19T03:46:10.237Z[ helios-setup] Oct 19 03:46:08.885 INFO E| Downloaded tracing v0.1.37
26162024-10-19T03:46:10.245Z[ helios-setup] Oct 19 03:46:08.893 INFO E| Downloaded tokio-tungstenite v0.18.0
26172024-10-19T03:46:10.249Z[ helios-setup] Oct 19 03:46:08.897 INFO E| Downloaded serde_derive v1.0.204
26182024-10-19T03:46:10.254Z[ helios-setup] Oct 19 03:46:08.902 INFO E| Downloaded toml v0.7.3
26192024-10-19T03:46:10.260Z[ helios-setup] Oct 19 03:46:08.908 INFO E| Downloaded semver v1.0.17
26202024-10-19T03:46:10.265Z[ helios-setup] Oct 19 03:46:08.913 INFO E| Downloaded tokio-util v0.7.7
26212024-10-19T03:46:10.276Z[ helios-setup] Oct 19 03:46:08.924 INFO E| Downloaded url v2.3.1
26222024-10-19T03:46:10.281Z[ helios-setup] Oct 19 03:46:08.930 INFO E| Downloaded serde_json v1.0.95
26232024-10-19T03:46:10.294Z[ helios-setup] Oct 19 03:46:08.943 INFO E| Downloaded rustfmt-wrapper v0.2.0
26242024-10-19T03:46:10.297Z[ helios-setup] Oct 19 03:46:08.945 INFO E| Downloaded winnow v0.4.1
26252024-10-19T03:46:10.313Z[ helios-setup] Oct 19 03:46:08.961 INFO E| Downloaded unicode-normalization v0.1.22
26262024-10-19T03:46:10.320Z[ helios-setup] Oct 19 03:46:08.968 INFO E| Downloaded syn v2.0.72
26272024-10-19T03:46:10.340Z[ helios-setup] Oct 19 03:46:08.988 INFO E| Downloaded tokio v1.27.0
26282024-10-19T03:46:10.393Z[ helios-setup] Oct 19 03:46:09.041 INFO E| Downloaded futures v0.3.28
26292024-10-19T03:46:10.401Z[ helios-setup] Oct 19 03:46:09.050 INFO E| Downloaded num-traits v0.2.15
26302024-10-19T03:46:10.405Z[ helios-setup] Oct 19 03:46:09.054 INFO E| Downloaded serde v1.0.204
26312024-10-19T03:46:10.412Z[ helios-setup] Oct 19 03:46:09.060 INFO E| Downloaded crossbeam-channel v0.5.6
26322024-10-19T03:46:10.419Z[ helios-setup] Oct 19 03:46:09.067 INFO E| Downloaded memchr v2.5.0
26332024-10-19T03:46:10.426Z[ helios-setup] Oct 19 03:46:09.074 INFO E| Downloaded flate2 v1.0.25
26342024-10-19T03:46:10.454Z[ helios-setup] Oct 19 03:46:09.102 INFO E| Downloaded rayon-core v1.10.2
26352024-10-19T03:46:10.462Z[ helios-setup] Oct 19 03:46:09.110 INFO E| Downloaded rustls-webpki v0.100.1
26362024-10-19T03:46:10.473Z[ helios-setup] Oct 19 03:46:09.121 INFO E| Downloaded clap_builder v4.2.1
26372024-10-19T03:46:10.485Z[ helios-setup] Oct 19 03:46:09.133 INFO E| Downloaded mio v0.8.5
26382024-10-19T03:46:10.493Z[ helios-setup] Oct 19 03:46:09.141 INFO E| Downloaded reqwest v0.11.16
26392024-10-19T03:46:10.506Z[ helios-setup] Oct 19 03:46:09.154 INFO E| Downloaded pest v2.5.7
26402024-10-19T03:46:10.513Z[ helios-setup] Oct 19 03:46:09.161 INFO E| Downloaded rayon v1.6.1
26412024-10-19T03:46:10.528Z[ helios-setup] Oct 19 03:46:09.176 INFO E| Downloaded git2 v0.16.1
26422024-10-19T03:46:10.541Z[ helios-setup] Oct 19 03:46:09.189 INFO E| Downloaded hyper v0.14.25
26432024-10-19T03:46:10.554Z[ helios-setup] Oct 19 03:46:09.202 INFO E| Downloaded futures-util v0.3.28
26442024-10-19T03:46:10.573Z[ helios-setup] Oct 19 03:46:09.221 INFO E| Downloaded h2 v0.3.16
26452024-10-19T03:46:10.583Z[ helios-setup] Oct 19 03:46:09.231 INFO E| Downloaded rustls v0.21.0
26462024-10-19T03:46:10.600Z[ helios-setup] Oct 19 03:46:09.248 INFO E| Downloaded rustix v0.37.3
26472024-10-19T03:46:10.628Z[ helios-setup] Oct 19 03:46:09.276 INFO E| Downloaded regress v0.5.0
26482024-10-19T03:46:10.641Z[ helios-setup] Oct 19 03:46:09.289 INFO E| Downloaded regex v1.7.3
26492024-10-19T03:46:10.657Z[ helios-setup] Oct 19 03:46:09.306 INFO E| Downloaded rhai v1.14.0
26502024-10-19T03:46:10.681Z[ helios-setup] Oct 19 03:46:09.329 INFO E| Downloaded openapiv3 v1.0.2
26512024-10-19T03:46:10.704Z[ helios-setup] Oct 19 03:46:09.352 INFO E| Downloaded chrono v0.4.24
26522024-10-19T03:46:10.717Z[ helios-setup] Oct 19 03:46:09.365 INFO E| Downloaded http v0.2.9
26532024-10-19T03:46:10.725Z[ helios-setup] Oct 19 03:46:09.373 INFO E| Downloaded aho-corasick v0.7.20
26542024-10-19T03:46:10.732Z[ helios-setup] Oct 19 03:46:09.380 INFO E| Downloaded libc v0.2.139
26552024-10-19T03:46:10.774Z[ helios-setup] Oct 19 03:46:09.422 INFO E| Downloaded bytes v1.4.0
26562024-10-19T03:46:10.779Z[ helios-setup] Oct 19 03:46:09.427 INFO E| Downloaded crossbeam-utils v0.8.14
26572024-10-19T03:46:10.785Z[ helios-setup] Oct 19 03:46:09.433 INFO E| Downloaded clap v4.2.1
26582024-10-19T03:46:10.801Z[ helios-setup] Oct 19 03:46:09.449 INFO E| Downloaded base64 v0.21.0
26592024-10-19T03:46:10.807Z[ helios-setup] Oct 19 03:46:09.455 INFO E| Downloaded paste v1.0.12
26602024-10-19T03:46:10.813Z[ helios-setup] Oct 19 03:46:09.461 INFO E| Downloaded parking_lot v0.12.1
26612024-10-19T03:46:10.818Z[ helios-setup] Oct 19 03:46:09.466 INFO E| Downloaded ipnet v2.7.2
26622024-10-19T03:46:10.821Z[ helios-setup] Oct 19 03:46:09.469 INFO E| Downloaded getrandom v0.2.8
26632024-10-19T03:46:10.827Z[ helios-setup] Oct 19 03:46:09.475 INFO E| Downloaded syn v1.0.107
26642024-10-19T03:46:10.847Z[ helios-setup] Oct 19 03:46:09.495 INFO E| Downloaded once_cell v1.17.0
26652024-10-19T03:46:10.851Z[ helios-setup] Oct 19 03:46:09.500 INFO E| Downloaded lock_api v0.4.9
26662024-10-19T03:46:10.854Z[ helios-setup] Oct 19 03:46:09.502 INFO E| Downloaded futures-sink v0.3.28
26672024-10-19T03:46:10.856Z[ helios-setup] Oct 19 03:46:09.503 INFO E| Downloaded clap_derive v4.2.0
26682024-10-19T03:46:10.859Z[ helios-setup] Oct 19 03:46:09.506 INFO E| Downloaded cargo-lock v8.0.3
26692024-10-19T03:46:10.861Z[ helios-setup] Oct 19 03:46:09.509 INFO E| Downloaded bincode v1.3.3
26702024-10-19T03:46:10.865Z[ helios-setup] Oct 19 03:46:09.513 INFO E| Downloaded anyhow v1.0.68
26712024-10-19T03:46:10.872Z[ helios-setup] Oct 19 03:46:09.520 INFO E| Downloaded num_enum v0.5.7
26722024-10-19T03:46:10.879Z[ helios-setup] Oct 19 03:46:09.527 INFO E| Downloaded toml_edit v0.19.8
26732024-10-19T03:46:10.911Z[ helios-setup] Oct 19 03:46:09.559 INFO E| Downloaded iana-time-zone v0.1.56
26742024-10-19T03:46:10.914Z[ helios-setup] Oct 19 03:46:09.562 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26752024-10-19T03:46:10.918Z[ helios-setup] Oct 19 03:46:09.566 INFO E| Downloaded pkg-config v0.3.26
26762024-10-19T03:46:10.920Z[ helios-setup] Oct 19 03:46:09.569 INFO E| Downloaded itoa v1.0.6
26772024-10-19T03:46:10.923Z[ helios-setup] Oct 19 03:46:09.571 INFO E| Downloaded httpdate v1.0.2
26782024-10-19T03:46:10.925Z[ helios-setup] Oct 19 03:46:09.573 INFO E| Downloaded futures-io v0.3.28
26792024-10-19T03:46:10.928Z[ helios-setup] Oct 19 03:46:09.575 INFO E| Downloaded encoding_rs v0.8.32
26802024-10-19T03:46:10.968Z[ helios-setup] Oct 19 03:46:09.616 INFO E| Downloaded futures-core v0.3.28
26812024-10-19T03:46:10.970Z[ helios-setup] Oct 19 03:46:09.618 INFO E| Downloaded dyn-clone v1.0.11
26822024-10-19T03:46:10.973Z[ helios-setup] Oct 19 03:46:09.622 INFO E| Downloaded cpufeatures v0.2.5
26832024-10-19T03:46:10.976Z[ helios-setup] Oct 19 03:46:09.624 INFO E| Downloaded tracing-core v0.1.30
26842024-10-19T03:46:10.981Z[ helios-setup] Oct 19 03:46:09.629 INFO E| Downloaded io-lifetimes v1.0.10
26852024-10-19T03:46:10.985Z[ helios-setup] Oct 19 03:46:09.634 INFO E| Downloaded sct v0.7.0
26862024-10-19T03:46:10.992Z[ helios-setup] Oct 19 03:46:09.640 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26872024-10-19T03:46:11.091Z[ helios-setup] Oct 19 03:46:09.739 INFO E| Downloaded lazy_static v1.4.0
26882024-10-19T03:46:11.093Z[ helios-setup] Oct 19 03:46:09.741 INFO E| Downloaded crossbeam-deque v0.8.2
26892024-10-19T03:46:11.096Z[ helios-setup] Oct 19 03:46:09.744 INFO E| Downloaded built v0.6.0
26902024-10-19T03:46:11.100Z[ helios-setup] Oct 19 03:46:09.748 INFO E| Downloaded schemars v0.8.12
26912024-10-19T03:46:11.169Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26922024-10-19T03:46:11.189Z[ helios-setup] Oct 19 03:46:09.827 INFO E| Downloaded uuid v1.3.0
26932024-10-19T03:46:11.189Z[ helios-setup] Oct 19 03:46:09.834 INFO E| Downloaded libz-sys v1.1.8
26942024-10-19T03:46:11.273Z[ helios-setup] Oct 19 03:46:09.921 INFO E| Downloaded unicode-ident v1.0.8
26952024-10-19T03:46:11.277Z[ helios-setup] Oct 19 03:46:09.925 INFO E| Downloaded tungstenite v0.18.0
26962024-10-19T03:46:11.292Z[ helios-setup] Oct 19 03:46:09.940 INFO E| Downloaded tokio-macros v2.0.0
26972024-10-19T03:46:11.294Z[ helios-setup] Oct 19 03:46:09.942 INFO E| Downloaded time v0.1.45
26982024-10-19T03:46:11.296Z[ helios-setup] Oct 19 03:46:09.944 INFO E| Downloaded socket2 v0.4.9
26992024-10-19T03:46:11.300Z[ helios-setup] Oct 19 03:46:09.948 INFO E| Downloaded project-root v0.2.2
27002024-10-19T03:46:11.302Z[ helios-setup] Oct 19 03:46:09.949 INFO E| Downloaded autocfg v1.1.0
27012024-10-19T03:46:11.304Z[ helios-setup] Oct 19 03:46:09.951 INFO E| Downloaded anstyle v0.3.5
27022024-10-19T03:46:11.307Z[ helios-setup] Oct 19 03:46:09.954 INFO E| Downloaded strsim v0.10.0
27032024-10-19T03:46:11.309Z[ helios-setup] Oct 19 03:46:09.956 INFO E| Downloaded smartstring v1.0.1
27042024-10-19T03:46:11.312Z[ helios-setup] Oct 19 03:46:09.960 INFO E| Downloaded smallvec v1.10.0
27052024-10-19T03:46:11.315Z[ helios-setup] Oct 19 03:46:09.964 INFO E| Downloaded signal-hook-registry v1.4.0
27062024-10-19T03:46:11.317Z[ helios-setup] Oct 19 03:46:09.966 INFO E| Downloaded const-random v0.1.15
27072024-10-19T03:46:11.320Z[ helios-setup] Oct 19 03:46:09.967 INFO E| Downloaded concolor-override v1.0.0
27082024-10-19T03:46:11.322Z[ helios-setup] Oct 19 03:46:09.969 INFO E| Downloaded cc v1.0.78
27092024-10-19T03:46:11.325Z[ helios-setup] Oct 19 03:46:09.973 INFO E| Downloaded rhai_codegen v1.5.0
27102024-10-19T03:46:11.339Z[ helios-setup] Oct 19 03:46:09.987 INFO E| Downloaded log v0.4.17
27112024-10-19T03:46:11.343Z[ helios-setup] Oct 19 03:46:09.991 INFO E| Downloaded futures-executor v0.3.28
27122024-10-19T03:46:11.346Z[ helios-setup] Oct 19 03:46:09.994 INFO E| Downloaded camino v1.1.4
27132024-10-19T03:46:11.349Z[ helios-setup] Oct 19 03:46:09.997 INFO E| Downloaded ahash v0.7.6
27142024-10-19T03:46:11.356Z[ helios-setup] Oct 19 03:46:10.002 INFO E| Downloaded serde_tokenstream v0.2.0
27152024-10-19T03:46:11.360Z[ helios-setup] Oct 19 03:46:10.008 INFO E| Downloaded serde_spanned v0.6.1
27162024-10-19T03:46:11.362Z[ helios-setup] Oct 19 03:46:10.009 INFO E| Downloaded ryu v1.0.13
27172024-10-19T03:46:11.367Z[ helios-setup] Oct 19 03:46:10.015 INFO E| Downloaded slog-async v2.7.0
27182024-10-19T03:46:11.369Z[ helios-setup] Oct 19 03:46:10.017 INFO E| Downloaded crossbeam-epoch v0.9.13
27192024-10-19T03:46:11.374Z[ helios-setup] Oct 19 03:46:10.022 INFO E| Downloaded smawk v0.3.1
27202024-10-19T03:46:11.376Z[ helios-setup] Oct 19 03:46:10.024 INFO E| Downloaded tokio-rustls v0.24.0
27212024-10-19T03:46:11.379Z[ helios-setup] Oct 19 03:46:10.027 INFO E| Downloaded num_enum_derive v0.5.7
27222024-10-19T03:46:11.381Z[ helios-setup] Oct 19 03:46:10.028 INFO E| Downloaded either v1.8.0
27232024-10-19T03:46:11.384Z[ helios-setup] Oct 19 03:46:10.030 INFO E| Downloaded pin-project-lite v0.2.9
27242024-10-19T03:46:11.390Z[ helios-setup] Oct 19 03:46:10.038 INFO E| Downloaded percent-encoding v2.2.0
27252024-10-19T03:46:11.392Z[ helios-setup] Oct 19 03:46:10.040 INFO E| Downloaded parking_lot_core v0.9.6
27262024-10-19T03:46:11.395Z[ helios-setup] Oct 19 03:46:10.043 INFO E| Downloaded generic-array v0.14.6
27272024-10-19T03:46:11.397Z[ helios-setup] Oct 19 03:46:10.045 INFO E| Downloaded futures-channel v0.3.28
27282024-10-19T03:46:11.400Z[ helios-setup] Oct 19 03:46:10.049 INFO E| Downloaded concolor-query v0.3.3
27292024-10-19T03:46:11.403Z[ helios-setup] Oct 19 03:46:10.050 INFO E| Downloaded async-trait v0.1.68
27302024-10-19T03:46:11.408Z[ helios-setup] Oct 19 03:46:10.056 INFO E| Downloaded num-integer v0.1.45
27312024-10-19T03:46:11.411Z[ helios-setup] Oct 19 03:46:10.059 INFO E| Downloaded memoffset v0.7.1
27322024-10-19T03:46:11.420Z[ helios-setup] Oct 19 03:46:10.061 INFO E| Downloaded is-terminal v0.4.7
27332024-10-19T03:46:11.420Z[ helios-setup] Oct 19 03:46:10.062 INFO E| Downloaded http-body v0.4.5
27342024-10-19T03:46:11.421Z[ helios-setup] Oct 19 03:46:10.065 INFO E| Downloaded futures-macro v0.3.28
27352024-10-19T03:46:11.421Z[ helios-setup] Oct 19 03:46:10.066 INFO E| Downloaded digest v0.10.6
27362024-10-19T03:46:11.424Z[ helios-setup] Oct 19 03:46:10.069 INFO E| Downloaded anstyle-parse v0.1.1
27372024-10-19T03:46:11.426Z[ helios-setup] Oct 19 03:46:10.072 INFO E| Downloaded home v0.5.4
27382024-10-19T03:46:11.426Z[ helios-setup] Oct 19 03:46:10.074 INFO E| Downloaded ucd-trie v0.1.5
27392024-10-19T03:46:11.428Z[ helios-setup] Oct 19 03:46:10.076 INFO E| Downloaded slab v0.4.7
27402024-10-19T03:46:11.431Z[ helios-setup] Oct 19 03:46:10.079 INFO E| Downloaded sha2 v0.10.6
27412024-10-19T03:46:11.434Z[ helios-setup] Oct 19 03:46:10.082 INFO E| Downloaded rustls-pemfile v1.0.2
27422024-10-19T03:46:11.459Z[ helios-setup] Oct 19 03:46:10.107 INFO E| Downloaded proc-macro-crate v1.2.1
27432024-10-19T03:46:11.461Z[ helios-setup] Oct 19 03:46:10.109 INFO E| Downloaded futures-task v0.3.28
27442024-10-19T03:46:11.464Z[ helios-setup] Oct 19 03:46:10.111 INFO E| Downloaded form_urlencoded v1.1.0
27452024-10-19T03:46:11.466Z[ helios-setup] Oct 19 03:46:10.112 INFO E| Downloaded clap_lex v0.4.1
27462024-10-19T03:46:11.468Z[ helios-setup] Oct 19 03:46:10.114 INFO E| Downloaded block-buffer v0.10.3
27472024-10-19T03:46:11.862Z[ helios-setup] Oct 19 03:46:10.510 INFO E| Compiling proc-macro2 v1.0.86
27482024-10-19T03:46:11.865Z[ helios-setup] Oct 19 03:46:10.510 INFO E| Compiling libc v0.2.139
27492024-10-19T03:46:11.865Z[ helios-setup] Oct 19 03:46:10.511 INFO E| Compiling unicode-ident v1.0.8
27502024-10-19T03:46:11.865Z[ helios-setup] Oct 19 03:46:10.511 INFO E| Compiling autocfg v1.1.0
27512024-10-19T03:46:11.865Z[ helios-setup] Oct 19 03:46:10.511 INFO E| Compiling cfg-if v1.0.0
27522024-10-19T03:46:11.865Z[ helios-setup] Oct 19 03:46:10.511 INFO E| Compiling version_check v0.9.4
27532024-10-19T03:46:11.865Z[ helios-setup] Oct 19 03:46:10.511 INFO E| Compiling serde v1.0.204
27542024-10-19T03:46:11.865Z[ helios-setup] Oct 19 03:46:10.511 INFO E| Compiling syn v1.0.107
27552024-10-19T03:46:12.421Z[ helios-setup] Oct 19 03:46:11.069 INFO E| Compiling memchr v2.5.0
27562024-10-19T03:46:13.389Z[ helios-setup] Oct 19 03:46:12.037 INFO E| Compiling once_cell v1.17.0
27572024-10-19T03:46:13.528Z[ helios-setup] Oct 19 03:46:12.174 INFO E| Compiling thiserror v1.0.38
27582024-10-19T03:46:13.643Z[ helios-setup] Oct 19 03:46:12.291 INFO E| Compiling log v0.4.17
27592024-10-19T03:46:14.211Z[ helios-setup] Oct 19 03:46:12.859 INFO E| Compiling serde_json v1.0.95
27602024-10-19T03:46:14.760Z[ helios-setup] Oct 19 03:46:13.408 INFO E| Compiling itoa v1.0.6
27612024-10-19T03:46:15.799Z[ helios-setup] Oct 19 03:46:14.447 INFO E| Compiling getrandom v0.2.8
27622024-10-19T03:46:15.877Z[ helios-setup] Oct 19 03:46:14.524 INFO E| Compiling jobserver v0.1.26
27632024-10-19T03:46:15.955Z[ helios-setup] Oct 19 03:46:14.603 INFO E| Compiling quote v1.0.36
27642024-10-19T03:46:16.356Z[ helios-setup] Oct 19 03:46:15.003 INFO E| Compiling indexmap v1.9.3
27652024-10-19T03:46:16.816Z[ helios-setup] Oct 19 03:46:15.463 INFO E| Compiling cc v1.0.78
27662024-10-19T03:46:17.013Z[ helios-setup] Oct 19 03:46:15.660 INFO E| Compiling syn v2.0.72
27672024-10-19T03:46:17.247Z[ helios-setup] Oct 19 03:46:15.895 INFO E| Compiling pin-project-lite v0.2.9
27682024-10-19T03:46:17.370Z[ helios-setup] Oct 19 03:46:16.018 INFO E| Compiling scopeguard v1.1.0
27692024-10-19T03:46:17.663Z[ helios-setup] Oct 19 03:46:16.310 INFO E| Compiling num-integer v0.1.45
27702024-10-19T03:46:17.665Z[ helios-setup] Oct 19 03:46:16.310 INFO E| Compiling bytes v1.4.0
27712024-10-19T03:46:17.752Z[ helios-setup] Oct 19 03:46:16.400 INFO E| Compiling futures-core v0.3.28
27722024-10-19T03:46:18.672Z[ helios-setup] Oct 19 03:46:17.319 INFO E| Compiling ryu v1.0.13
27732024-10-19T03:46:20.042Z[ helios-setup] Oct 19 03:46:18.689 INFO E| Compiling lock_api v0.4.9
27742024-10-19T03:46:20.137Z[ helios-setup] Oct 19 03:46:18.784 INFO E| Compiling bitflags v1.3.2
27752024-10-19T03:46:20.137Z[ helios-setup] Oct 19 03:46:18.784 INFO E| Compiling parking_lot_core v0.9.6
27762024-10-19T03:46:20.355Z[ helios-setup] Oct 19 03:46:19.003 INFO E| Compiling typenum v1.16.0
27772024-10-19T03:46:20.852Z[ helios-setup] Oct 19 03:46:19.499 INFO E| Compiling num_cpus v1.15.0
27782024-10-19T03:46:21.007Z[ helios-setup] Oct 19 03:46:19.655 INFO E| Compiling generic-array v0.14.6
27792024-10-19T03:46:21.261Z[ helios-setup] Oct 19 03:46:19.909 INFO E| Compiling slab v0.4.7
27802024-10-19T03:46:21.470Z[ helios-setup] Oct 19 03:46:20.117 INFO E| Compiling futures-task v0.3.28
27812024-10-19T03:46:21.575Z[ helios-setup] Oct 19 03:46:20.222 INFO E| Compiling futures-channel v0.3.28
27822024-10-19T03:46:21.903Z[ helios-setup] Oct 19 03:46:20.550 INFO E| Compiling futures-sink v0.3.28
27832024-10-19T03:46:22.536Z[ helios-setup] Oct 19 03:46:21.183 INFO E| Compiling tokio v1.27.0
27842024-10-19T03:46:22.765Z[ helios-setup] Oct 19 03:46:21.412 INFO E| Compiling schemars v0.8.12
27852024-10-19T03:46:22.767Z[ helios-setup] Oct 19 03:46:21.412 INFO E| Compiling futures-util v0.3.28
27862024-10-19T03:46:23.913Z[ helios-setup] Oct 19 03:46:22.560 INFO E| Compiling mio v0.8.5
27872024-10-19T03:46:23.953Z[ helios-setup] Oct 19 03:46:22.600 INFO E| Compiling signal-hook-registry v1.4.0
27882024-10-19T03:46:24.031Z[ helios-setup] Oct 19 03:46:22.678 INFO E| Compiling socket2 v0.4.9
27892024-10-19T03:46:24.548Z[ helios-setup] Oct 19 03:46:23.195 INFO E| Compiling ahash v0.7.6
27902024-10-19T03:46:24.773Z[ helios-setup] Oct 19 03:46:23.420 INFO E| Compiling num-traits v0.2.15
27912024-10-19T03:46:25.682Z[ helios-setup] Oct 19 03:46:24.329 INFO E| Compiling crunchy v0.2.2
27922024-10-19T03:46:25.777Z[ helios-setup] Oct 19 03:46:24.424 INFO E| Compiling futures-io v0.3.28
27932024-10-19T03:46:26.876Z[ helios-setup] Oct 19 03:46:25.523 INFO E| Compiling io-lifetimes v1.0.10
27942024-10-19T03:46:26.995Z[ helios-setup] Oct 19 03:46:25.642 INFO E| Compiling pin-utils v0.1.0
27952024-10-19T03:46:27.699Z[ helios-setup] Oct 19 03:46:26.346 INFO E| Compiling ahash v0.8.3
27962024-10-19T03:46:27.835Z[ helios-setup] Oct 19 03:46:26.472 INFO E| Compiling rustix v0.37.3
27972024-10-19T03:46:28.319Z[ helios-setup] Oct 19 03:46:26.966 INFO E| Compiling serde_derive_internals v0.26.0
27982024-10-19T03:46:29.215Z[ helios-setup] Oct 19 03:46:27.862 INFO E| Compiling hashbrown v0.12.3
27992024-10-19T03:46:29.335Z[ helios-setup] Oct 19 03:46:27.980 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28002024-10-19T03:46:29.399Z[ helios-setup] Oct 19 03:46:28.046 INFO E| Compiling tiny-keccak v2.0.2
28012024-10-19T03:46:30.195Z[ helios-setup] Oct 19 03:46:28.841 INFO E| Compiling block-buffer v0.10.3
28022024-10-19T03:46:30.608Z[ helios-setup] Oct 19 03:46:29.255 INFO E| Compiling crypto-common v0.1.6
28032024-10-19T03:46:31.479Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042024-10-19T03:46:31.710Z[ helios-setup] Oct 19 03:46:30.356 INFO E| Compiling errno v0.3.1
28052024-10-19T03:46:32.039Z[ helios-setup] Oct 19 03:46:30.685 INFO E| Compiling fnv v1.0.7
28062024-10-19T03:46:32.142Z[ helios-setup] Oct 19 03:46:30.789 INFO E| Compiling crossbeam-utils v0.8.14
28072024-10-19T03:46:32.244Z[ helios-setup] Oct 19 03:46:30.890 INFO E| Compiling pkg-config v0.3.26
28082024-10-19T03:46:32.379Z[ helios-setup] Oct 19 03:46:31.025 INFO E| Compiling slog v2.7.0
28092024-10-19T03:46:32.391Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28102024-10-19T03:46:32.735Z[ helios-setup] Oct 19 03:46:31.381 INFO E| Compiling http v0.2.9
28112024-10-19T03:46:32.967Z[ host-package] Compiling heck v0.3.3
28122024-10-19T03:46:34.013Z[ host-package] Compiling rand_seeder v0.3.0
28132024-10-19T03:46:35.079Z[ host-package] Compiling castaway v0.2.3
28142024-10-19T03:46:35.157Z[ helios-setup] Oct 19 03:46:33.803 INFO E| Compiling digest v0.10.6
28152024-10-19T03:46:35.624Z[ host-package] Compiling csv-core v0.1.11
28162024-10-19T03:46:35.995Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28172024-10-19T03:46:36.077Z[ helios-setup] Oct 19 03:46:34.723 INFO E| Compiling aho-corasick v0.7.20
28182024-10-19T03:46:36.170Z[ helios-setup] Oct 19 03:46:34.816 INFO E| Compiling regex-syntax v0.6.29
28192024-10-19T03:46:36.600Z[ helios-setup] Oct 19 03:46:35.246 INFO E| Compiling anyhow v1.0.68
28202024-10-19T03:46:37.639Z[ host-package] Compiling http-range v0.1.5
28212024-10-19T03:46:38.101Z[ helios-setup] Oct 19 03:46:36.747 INFO E| Compiling percent-encoding v2.2.0
28222024-10-19T03:46:38.431Z[ helios-setup] Oct 19 03:46:37.077 INFO E| Compiling thiserror-impl v1.0.38
28232024-10-19T03:46:38.760Z[ helios-setup] Oct 19 03:46:37.406 INFO E| Compiling schemars_derive v0.8.12
28242024-10-19T03:46:38.880Z[ helios-setup] Oct 19 03:46:37.526 INFO E| Compiling cpufeatures v0.2.5
28252024-10-19T03:46:39.083Z[ helios-setup] Oct 19 03:46:37.728 INFO E| Compiling tinyvec_macros v0.1.1
28262024-10-19T03:46:39.277Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28272024-10-19T03:46:39.409Z[ helios-setup] Oct 19 03:46:38.055 INFO E| Compiling serde_derive v1.0.204
28282024-10-19T03:46:39.461Z[ helios-setup] Oct 19 03:46:38.107 INFO E| Compiling futures-macro v0.3.28
28292024-10-19T03:46:39.665Z[ helios-setup] Oct 19 03:46:38.311 INFO E| Compiling tokio-macros v2.0.0
28302024-10-19T03:46:40.340Z[ helios-setup] Oct 19 03:46:38.986 INFO E| Compiling heck v0.4.1
28312024-10-19T03:46:40.400Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28322024-10-19T03:46:40.953Z[ host-package] Compiling hyper-staticfile v0.9.5
28332024-10-19T03:46:41.129Z[ helios-setup] Oct 19 03:46:39.775 INFO E| Compiling httparse v1.8.0
28342024-10-19T03:46:41.776Z[ helios-setup] Oct 19 03:46:40.421 INFO E| Compiling unicode-width v0.1.10
28352024-10-19T03:46:42.192Z[ helios-setup] Oct 19 03:46:40.837 INFO E| Compiling tinyvec v1.6.0
28362024-10-19T03:46:42.644Z[ host-package] Compiling csv v1.3.0
28372024-10-19T03:46:42.762Z[ helios-setup] Oct 19 03:46:41.407 INFO E| Compiling const-random-macro v0.1.15
28382024-10-19T03:46:44.929Z[ helios-setup] Oct 19 03:46:43.574 INFO E| Compiling regex v1.7.3
28392024-10-19T03:46:45.042Z[ helios-setup] Oct 19 03:46:43.688 INFO E| Compiling form_urlencoded v1.1.0
28402024-10-19T03:46:45.399Z[ helios-setup] Oct 19 03:46:44.045 INFO E| Compiling hashbrown v0.13.2
28412024-10-19T03:46:46.184Z[ helios-setup] Oct 19 03:46:44.830 INFO E| Compiling chrono v0.4.24
28422024-10-19T03:46:46.187Z[ helios-setup] Oct 19 03:46:44.831 INFO E| Compiling libz-sys v1.1.8
28432024-10-19T03:46:46.606Z[ host-package] Compiling compact_str v0.8.0
28442024-10-19T03:46:46.874Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28452024-10-19T03:46:47.662Z[ host-package] Compiling zone_cfg_derive v0.1.2
28462024-10-19T03:46:49.054Z[ helios-setup] Oct 19 03:46:47.699 INFO E| Compiling uuid v1.3.0
28472024-10-19T03:46:49.299Z[ helios-setup] Oct 19 03:46:47.945 INFO E| Compiling dyn-clone v1.0.11
28482024-10-19T03:46:50.077Z[ helios-setup] Oct 19 03:46:48.722 INFO E| Compiling regress v0.5.0
28492024-10-19T03:46:50.535Z[ helios-setup] Oct 19 03:46:49.180 INFO E| Compiling unicode-normalization v0.1.22
28502024-10-19T03:46:50.870Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28512024-10-19T03:46:51.318Z[ helios-setup] Oct 19 03:46:49.963 INFO E| Compiling const-random v0.1.15
28522024-10-19T03:46:51.872Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28532024-10-19T03:46:52.415Z[ host-package] Compiling nix v0.27.1
28542024-10-19T03:46:52.732Z[ helios-setup] Oct 19 03:46:51.377 INFO E| Compiling getopts v0.2.21
28552024-10-19T03:46:53.272Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28562024-10-19T03:46:53.690Z[ helios-setup] Oct 19 03:46:52.334 INFO E| Compiling tracing-core v0.1.30
28572024-10-19T03:46:54.070Z[ helios-setup] Oct 19 03:46:52.709 INFO E| Compiling memoffset v0.7.1
28582024-10-19T03:46:54.535Z[ helios-setup] Oct 19 03:46:53.179 INFO E| Compiling unicode-bidi v0.3.13
28592024-10-19T03:46:55.862Z[ helios-setup] Oct 19 03:46:54.507 INFO E| Compiling powerfmt v0.2.0
28602024-10-19T03:46:56.605Z[ helios-setup] Oct 19 03:46:55.250 INFO E| Compiling ucd-trie v0.1.5
28612024-10-19T03:46:57.114Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28622024-10-19T03:46:57.206Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632024-10-19T03:46:57.302Z[ helios-setup] Oct 19 03:46:55.946 INFO E| Compiling time-core v0.1.2
28642024-10-19T03:46:58.119Z[ helios-setup] Oct 19 03:46:56.763 INFO E| Compiling num-conv v0.1.0
28652024-10-19T03:46:58.514Z[ helios-setup] Oct 19 03:46:57.159 INFO E| Compiling pest v2.5.7
28662024-10-19T03:46:58.616Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28672024-10-19T03:46:58.975Z[ helios-setup] Oct 19 03:46:57.619 INFO E| Compiling idna v0.3.0
28682024-10-19T03:46:59.066Z[ helios-setup] Oct 19 03:46:57.710 INFO E| Compiling time-macros v0.2.18
28692024-10-19T03:46:59.862Z[ helios-setup] Oct 19 03:46:58.507 INFO E| Compiling deranged v0.3.11
28702024-10-19T03:47:01.281Z[ helios-setup] Oct 19 03:46:59.925 INFO E| Compiling tracing v0.1.37
28712024-10-19T03:47:04.538Z[ helios-setup] Oct 19 03:47:03.182 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28722024-10-19T03:47:05.204Z[ helios-setup] Oct 19 03:47:03.848 INFO E| Compiling time v0.1.45
28732024-10-19T03:47:05.679Z[ helios-setup] Oct 19 03:47:04.322 INFO E| Compiling crossbeam-epoch v0.9.13
28742024-10-19T03:47:06.184Z[ helios-setup] Oct 19 03:47:04.828 INFO E| Compiling iana-time-zone v0.1.56
28752024-10-19T03:47:07.067Z[ helios-setup] Oct 19 03:47:05.710 INFO E| Compiling semver v1.0.17
28762024-10-19T03:47:07.751Z[ helios-setup] Oct 19 03:47:06.394 INFO E| Compiling smallvec v1.10.0
28772024-10-19T03:47:07.832Z[ helios-setup] Oct 19 03:47:06.475 INFO E| Compiling toml v0.5.11
28782024-10-19T03:47:08.696Z[ helios-setup] Oct 19 03:47:07.339 INFO E| Compiling serde_tokenstream v0.2.0
28792024-10-19T03:47:08.875Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28802024-10-19T03:47:09.762Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28812024-10-19T03:47:10.056Z[ helios-setup] Oct 19 03:47:08.699 INFO E| Compiling parking_lot v0.12.1
28822024-10-19T03:47:10.732Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28832024-10-19T03:47:11.503Z[ helios-setup] Oct 19 03:47:10.146 INFO E| Compiling num_threads v0.1.6
28842024-10-19T03:47:11.503Z[ host-package] Compiling unicode-truncate v1.0.0
28852024-10-19T03:47:11.602Z[ host-package] Compiling hashlink v0.9.1
28862024-10-19T03:47:12.151Z[ host-package] Compiling lru v0.12.3
28872024-10-19T03:47:13.089Z[ host-package] Compiling serde-big-array v0.5.1
28882024-10-19T03:47:13.420Z[ helios-setup] Oct 19 03:47:12.063 INFO E| Compiling time v0.3.36
28892024-10-19T03:47:13.542Z[ host-package] Compiling instability v0.3.2
28902024-10-19T03:47:14.064Z[ host-package] Compiling base64 v0.13.1
28912024-10-19T03:47:15.542Z[ host-package] Compiling fallible-iterator v0.3.0
28922024-10-19T03:47:15.582Z[ host-package] Compiling cassowary v0.3.0
28932024-10-19T03:47:15.770Z[ helios-setup] Oct 19 03:47:14.413 INFO E| Compiling semver-parser v0.10.2
28942024-10-19T03:47:17.448Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28952024-10-19T03:47:18.073Z[ host-package] Compiling rusqlite v0.31.0
28962024-10-19T03:47:19.008Z[ helios-setup] Oct 19 03:47:17.651 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28972024-10-19T03:47:19.445Z[ helios-setup] Oct 19 03:47:18.088 INFO E| Compiling url v2.3.1
28982024-10-19T03:47:21.982Z[ helios-setup] Oct 19 03:47:20.625 INFO E| Compiling crossbeam-channel v0.5.6
28992024-10-19T03:47:23.134Z[ helios-setup] Oct 19 03:47:21.777 INFO E| Compiling dirs-sys-next v0.1.2
29002024-10-19T03:47:26.102Z[ helios-setup] Oct 19 03:47:24.745 INFO E| Compiling try-lock v0.2.4
29012024-10-19T03:47:26.141Z[ helios-setup] Oct 19 03:47:24.783 INFO E| Compiling crc32fast v1.3.2
29022024-10-19T03:47:26.960Z[ helios-setup] Oct 19 03:47:25.602 INFO E| Compiling same-file v1.0.6
29032024-10-19T03:47:27.649Z[ helios-setup] Oct 19 03:47:26.291 INFO E| Compiling walkdir v2.3.3
29042024-10-19T03:47:27.821Z[ helios-setup] Oct 19 03:47:26.463 INFO E| Compiling want v0.3.0
29052024-10-19T03:47:28.132Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29062024-10-19T03:47:28.798Z[ helios-setup] Oct 19 03:47:27.440 INFO E| Compiling dirs-next v2.0.0
29072024-10-19T03:47:29.271Z[ helios-setup] Oct 19 03:47:27.914 INFO E| Compiling tokio-util v0.7.7
29082024-10-19T03:47:29.651Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29092024-10-19T03:47:32.136Z[ host-package] Compiling ratatui v0.28.0
29102024-10-19T03:47:32.242Z[ helios-setup] Oct 19 03:47:30.884 INFO E| Compiling h2 v0.3.16
29112024-10-19T03:47:33.338Z[ helios-setup] Oct 19 03:47:31.980 INFO E| Compiling semver v0.11.0
29122024-10-19T03:47:34.285Z[ host-package] Compiling ron v0.7.1
29132024-10-19T03:47:34.475Z[ helios-setup] Oct 19 03:47:33.115 INFO E| Compiling proc-macro-crate v1.2.1
29142024-10-19T03:47:36.361Z[ helios-setup] Oct 19 03:47:35.002 INFO E| Compiling futures-executor v0.3.28
29152024-10-19T03:47:36.626Z[ helios-setup] Oct 19 03:47:35.268 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29162024-10-19T03:47:38.141Z[ helios-setup] Oct 19 03:47:36.782 INFO E| Compiling http-body v0.4.5
29172024-10-19T03:47:38.795Z[ helios-setup] Oct 19 03:47:37.436 INFO E| Compiling ring v0.16.20
29182024-10-19T03:47:40.745Z[ helios-setup] Oct 19 03:47:39.386 INFO E| Compiling rand_core v0.6.4
29192024-10-19T03:47:41.216Z[ helios-setup] Oct 19 03:47:39.857 INFO E| Compiling thread_local v1.1.7
29202024-10-19T03:47:41.888Z[ helios-setup] Oct 19 03:47:40.529 INFO E| Compiling base64 v0.21.0
29212024-10-19T03:47:42.759Z[ helios-setup] Oct 19 03:47:41.400 INFO E| Compiling utf8parse v0.2.1
29222024-10-19T03:47:44.002Z[ helios-setup] Oct 19 03:47:42.642 INFO E| Compiling tower-service v0.3.2
29232024-10-19T03:47:44.456Z[ helios-setup] Oct 19 03:47:43.096 INFO E| Compiling home v0.5.4
29242024-10-19T03:47:44.498Z[ helios-setup] Oct 19 03:47:43.139 INFO E| Compiling lazy_static v1.4.0
29252024-10-19T03:47:44.646Z[ helios-setup] Oct 19 03:47:43.287 INFO E| Compiling rayon-core v1.10.2
29262024-10-19T03:47:44.807Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29272024-10-19T03:47:45.048Z[ helios-setup] Oct 19 03:47:43.689 INFO E| Compiling ppv-lite86 v0.2.17
29282024-10-19T03:47:45.547Z[ helios-setup] Oct 19 03:47:44.188 INFO E| Compiling adler v1.0.2
29292024-10-19T03:47:45.704Z[ helios-setup] Oct 19 03:47:44.345 INFO E| Compiling fastrand v1.9.0
29302024-10-19T03:47:46.211Z[ helios-setup] Oct 19 03:47:44.852 INFO E| Compiling httpdate v1.0.2
29312024-10-19T03:47:46.832Z[ helios-setup] Oct 19 03:47:45.472 INFO E| Compiling hyper v0.14.25
29322024-10-19T03:47:46.893Z[ helios-setup] Oct 19 03:47:45.528 INFO E| Compiling rand_chacha v0.3.1
29332024-10-19T03:47:47.897Z[ helios-setup] Oct 19 03:47:46.537 INFO E| Compiling tempfile v3.5.0
29342024-10-19T03:47:49.431Z[ helios-setup] Oct 19 03:47:48.071 INFO E| Compiling miniz_oxide v0.6.2
29352024-10-19T03:47:50.453Z[ helios-setup] Oct 19 03:47:49.093 INFO E| Compiling toolchain_find v0.2.0
29362024-10-19T03:47:51.229Z[ helios-setup] Oct 19 03:47:49.869 INFO E| Compiling anstyle-parse v0.1.1
29372024-10-19T03:47:52.629Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29382024-10-19T03:47:54.205Z[ host-package] Compiling zone v0.1.8
29392024-10-19T03:48:00.733Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29402024-10-19T03:48:03.248Z[ helios-setup] Oct 19 03:48:01.887 INFO E| Compiling futures v0.3.28
29412024-10-19T03:48:04.022Z[ helios-setup] Oct 19 03:48:02.662 INFO E| Compiling num_enum_derive v0.5.7
29422024-10-19T03:48:07.129Z[ helios-setup] Oct 19 03:48:05.768 INFO E| Compiling cargo-lock v8.0.3
29432024-10-19T03:48:12.280Z[ helios-setup] Oct 19 03:48:10.919 INFO E| Compiling crossbeam-deque v0.8.2
29442024-10-19T03:48:12.346Z[ helios-setup] Oct 19 03:48:10.984 INFO E| Compiling term v0.7.0
29452024-10-19T03:48:12.623Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29462024-10-19T03:48:13.213Z[ helios-setup] Oct 19 03:48:11.851 INFO E| Compiling serde_urlencoded v0.7.1
29472024-10-19T03:48:13.937Z[ helios-setup] Oct 19 03:48:12.576 INFO E| Compiling sha2 v0.10.6
29482024-10-19T03:48:14.428Z[ helios-setup] Oct 19 03:48:13.067 INFO E| Compiling sha1 v0.10.5
29492024-10-19T03:48:14.708Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29502024-10-19T03:48:15.123Z[ helios-setup] Oct 19 03:48:13.761 INFO E| Compiling is-terminal v0.4.7
29512024-10-19T03:48:15.699Z[ helios-setup] Oct 19 03:48:14.337 INFO E| Compiling atty v0.2.14
29522024-10-19T03:48:16.453Z[ helios-setup] Oct 19 03:48:15.092 INFO E| Compiling concolor-override v1.0.0
29532024-10-19T03:48:17.181Z[ helios-setup] Oct 19 03:48:15.819 INFO E| Compiling concolor-query v0.3.3
29542024-10-19T03:48:17.472Z[ helios-setup] Oct 19 03:48:16.110 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29552024-10-19T03:48:20.093Z[ helios-setup] Oct 19 03:48:18.731 INFO E| Compiling anstyle v0.3.5
29562024-10-19T03:48:21.163Z[ helios-setup] Oct 19 03:48:19.801 INFO E| Compiling anstream v0.2.6
29572024-10-19T03:48:23.399Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29582024-10-19T03:48:23.761Z[ helios-setup] Oct 19 03:48:22.399 INFO E| Compiling slog-term v2.9.0
29592024-10-19T03:48:23.904Z[ helios-setup] Oct 19 03:48:22.541 INFO E| Compiling flate2 v1.0.25
29602024-10-19T03:48:25.233Z[ helios-setup] Oct 19 03:48:23.871 INFO E| Compiling num_enum v0.5.7
29612024-10-19T03:48:25.549Z[ helios-setup] Oct 19 03:48:24.187 INFO E| Compiling rustfmt-wrapper v0.2.0
29622024-10-19T03:48:25.714Z[ helios-setup] Oct 19 03:48:24.352 INFO E| Compiling rand v0.8.5
29632024-10-19T03:48:25.797Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29642024-10-19T03:48:26.641Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29652024-10-19T03:48:26.783Z[ helios-setup] Oct 19 03:48:25.420 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29662024-10-19T03:48:27.057Z[ helios-setup] Oct 19 03:48:25.694 INFO E| Compiling openapiv3 v1.0.2
29672024-10-19T03:48:28.992Z[ helios-setup] Oct 19 03:48:27.629 INFO E| Compiling encoding_rs v0.8.32
29682024-10-19T03:48:29.856Z[ helios-setup] Oct 19 03:48:28.493 INFO E| Compiling unsafe-libyaml v0.2.8
29692024-10-19T03:48:34.379Z[ helios-setup] Oct 19 03:48:33.016 INFO E| Compiling ipnet v2.7.2
29702024-10-19T03:48:35.585Z[ helios-setup] Oct 19 03:48:34.222 INFO E| Compiling base64 v0.13.1
29712024-10-19T03:48:36.214Z[ host-package] Compiling twox-hash v1.6.3
29722024-10-19T03:48:36.675Z[ helios-setup] Oct 19 03:48:35.312 INFO E| Compiling project-root v0.2.2
29732024-10-19T03:48:37.091Z[ helios-setup] Oct 19 03:48:35.728 INFO E| Compiling mime v0.3.17
29742024-10-19T03:48:37.528Z[ helios-setup] Oct 19 03:48:36.165 INFO E| Compiling spin v0.5.2
29752024-10-19T03:48:38.108Z[ helios-setup] Oct 19 03:48:36.745 INFO E| Compiling untrusted v0.7.1
29762024-10-19T03:48:38.468Z[ host-package] Compiling signal-hook-tokio v0.3.1
29772024-10-19T03:48:38.667Z[ helios-setup] Oct 19 03:48:37.303 INFO E| Compiling byteorder v1.4.3
29782024-10-19T03:48:39.081Z[ host-package] Compiling yasna v0.5.2
29792024-10-19T03:48:39.317Z[ helios-setup] Oct 19 03:48:37.954 INFO E| Compiling either v1.8.0
29802024-10-19T03:48:39.397Z[ helios-setup] Oct 19 03:48:38.033 INFO E| Compiling strsim v0.10.0
29812024-10-19T03:48:40.048Z[ helios-setup] Oct 19 03:48:38.685 INFO E| Compiling utf-8 v0.7.6
29822024-10-19T03:48:40.106Z[ helios-setup] Oct 19 03:48:38.742 INFO E| Compiling clap_lex v0.4.1
29832024-10-19T03:48:40.568Z[ helios-setup] Oct 19 03:48:39.204 INFO E| Compiling rayon v1.6.1
29842024-10-19T03:48:40.979Z[ host-package] Compiling portpicker v0.1.1
29852024-10-19T03:48:41.049Z[ host-package] Compiling unicode-linebreak v0.1.5
29862024-10-19T03:48:41.084Z[ helios-setup] Oct 19 03:48:39.721 INFO E| Compiling clap_builder v4.2.1
29872024-10-19T03:48:41.670Z[ helios-setup] Oct 19 03:48:40.307 INFO E| Compiling tungstenite v0.18.0
29882024-10-19T03:48:42.265Z[ host-package] Compiling smawk v0.3.2
29892024-10-19T03:48:42.505Z[ host-package] Compiling rcgen v0.12.1
29902024-10-19T03:48:43.047Z[ host-package] Compiling textwrap v0.16.1
29912024-10-19T03:48:43.784Z[ helios-setup] Oct 19 03:48:42.420 INFO E| Compiling reqwest v0.11.16
29922024-10-19T03:48:44.399Z[ helios-setup] Oct 19 03:48:43.036 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29932024-10-19T03:48:46.054Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29942024-10-19T03:48:49.514Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29952024-10-19T03:48:50.707Z[ helios-setup] Oct 19 03:48:49.343 INFO E| Compiling serde_yaml v0.9.21
29962024-10-19T03:48:52.086Z[ helios-setup] Oct 19 03:48:50.722 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29972024-10-19T03:48:52.230Z[ helios-setup] Oct 19 03:48:50.865 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29982024-10-19T03:48:55.783Z[ helios-setup] Oct 19 03:48:54.419 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29992024-10-19T03:48:56.559Z[ helios-setup] Oct 19 03:48:55.194 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30002024-10-19T03:48:57.556Z[ helios-setup] Oct 19 03:48:56.191 INFO E| Compiling clap_derive v4.2.0
30012024-10-19T03:48:58.100Z[ helios-setup] Oct 19 03:48:56.736 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30022024-10-19T03:49:00.975Z[ helios-setup] Oct 19 03:48:59.610 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30032024-10-19T03:49:03.385Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30042024-10-19T03:49:07.329Z[ helios-setup] Oct 19 03:49:05.964 INFO E| Compiling clap v4.2.1
30052024-10-19T03:49:13.208Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30062024-10-19T03:49:15.458Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30072024-10-19T03:49:22.962Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30082024-10-19T03:49:24.197Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30092024-10-19T03:49:24.274Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30102024-10-19T03:49:25.391Z[ helios-setup] Oct 19 03:49:24.024 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30112024-10-19T03:49:25.408Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30122024-10-19T03:49:29.189Z[ helios-setup] Oct 19 03:49:27.822 INFO E| Compiling tokio-tungstenite v0.18.0
30132024-10-19T03:49:30.906Z[ helios-setup] Oct 19 03:49:29.539 INFO E| Compiling smartstring v1.0.1
30142024-10-19T03:49:32.048Z[ helios-setup] Oct 19 03:49:30.677 INFO E| Compiling rustls v0.21.0
30152024-10-19T03:49:33.144Z[ helios-setup] Oct 19 03:49:31.777 INFO E| Compiling toml_datetime v0.6.1
30162024-10-19T03:49:33.957Z[ helios-setup] Oct 19 03:49:32.589 INFO E| Compiling serde_spanned v0.6.1
30172024-10-19T03:49:34.602Z[ helios-setup] Oct 19 03:49:33.235 INFO E| Compiling slog-async v2.7.0
30182024-10-19T03:49:34.615Z[ helios-setup] Oct 19 03:49:33.248 INFO E| Compiling paste v1.0.12
30192024-10-19T03:49:34.626Z[ helios-setup] Oct 19 03:49:33.259 INFO E| Compiling camino v1.1.4
30202024-10-19T03:49:35.757Z[ helios-setup] Oct 19 03:49:34.390 INFO E| Compiling match_cfg v0.1.0
30212024-10-19T03:49:35.916Z[ helios-setup] Oct 19 03:49:34.549 INFO E| Compiling async-trait v0.1.68
30222024-10-19T03:49:36.072Z[ helios-setup] Oct 19 03:49:34.704 INFO E| Compiling winnow v0.4.1
30232024-10-19T03:49:36.178Z[ helios-setup] Oct 19 03:49:34.810 INFO E| Compiling static_assertions v1.1.0
30242024-10-19T03:49:37.753Z[ helios-setup] Oct 19 03:49:36.385 INFO E| Compiling hostname v0.3.1
30252024-10-19T03:49:38.267Z[ helios-setup] Oct 19 03:49:36.900 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30262024-10-19T03:49:38.415Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30272024-10-19T03:49:38.471Z[ helios-setup] Oct 19 03:49:37.104 INFO E| Compiling slog-json v2.6.1
30282024-10-19T03:49:39.313Z[ host-package] Compiling atomicwrites v0.4.3
30292024-10-19T03:49:39.906Z[ helios-setup] Oct 19 03:49:38.538 INFO E| Compiling unicode-linebreak v0.1.4
30302024-10-19T03:49:40.239Z[ host-package] Compiling fatfs v0.3.6
30312024-10-19T03:49:40.422Z[ host-package] Compiling subprocess v0.2.9
30322024-10-19T03:49:43.113Z[ host-package] Compiling rtoolbox v0.0.2
30332024-10-19T03:49:44.089Z[ helios-setup] Oct 19 03:49:42.721 INFO E| Compiling toml_edit v0.19.8
30342024-10-19T03:49:44.184Z[ host-package] Compiling assert_matches v1.5.0
30352024-10-19T03:49:44.852Z[ host-package] Compiling is_ci v1.2.0
30362024-10-19T03:49:44.871Z[ helios-setup] Oct 19 03:49:43.503 INFO E| Compiling async-stream-impl v0.3.5
30372024-10-19T03:49:45.826Z[ host-package] Compiling supports-color v3.0.0
30382024-10-19T03:49:47.418Z[ host-package] Compiling rpassword v7.3.1
30392024-10-19T03:49:48.383Z[ helios-setup] Oct 19 03:49:47.015 INFO E| Compiling rhai_codegen v1.5.0
30402024-10-19T03:49:48.470Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30412024-10-19T03:49:49.002Z[ helios-setup] Oct 19 03:49:47.634 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30422024-10-19T03:49:49.519Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30432024-10-19T03:49:50.125Z[ helios-setup] Oct 19 03:49:48.756 INFO E| Compiling take_mut v0.2.2
30442024-10-19T03:49:52.724Z[ helios-setup] Oct 19 03:49:51.355 INFO E| Compiling toml v0.7.3
30452024-10-19T03:49:53.932Z[ helios-setup] Oct 19 03:49:52.564 INFO E| Compiling rhai v1.14.0
30462024-10-19T03:49:54.553Z[ helios-setup] Oct 19 03:49:53.185 INFO E| Compiling async-stream v0.3.5
30472024-10-19T03:49:55.682Z[ helios-setup] Oct 19 03:49:54.313 INFO E| Compiling slog-bunyan v2.4.0
30482024-10-19T03:49:57.072Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30492024-10-19T03:49:59.028Z[ host-package] Compiling tui-tree-widget v0.22.0
30502024-10-19T03:50:00.119Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30512024-10-19T03:50:00.373Z[ helios-setup] Oct 19 03:49:59.003 INFO E| Compiling rustls-pemfile v1.0.2
30522024-10-19T03:50:00.985Z[ helios-setup] Oct 19 03:49:59.616 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30532024-10-19T03:50:01.851Z[ helios-setup] Oct 19 03:50:00.481 INFO E| Compiling serde_path_to_error v0.1.11
30542024-10-19T03:50:01.919Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30552024-10-19T03:50:02.870Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30562024-10-19T03:50:03.717Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30572024-10-19T03:50:04.274Z[ helios-setup] Oct 19 03:50:02.904 INFO E| Compiling bincode v1.3.3
30582024-10-19T03:50:04.591Z[ helios-setup] Oct 19 03:50:03.221 INFO E| Compiling terminal_size v0.2.6
30592024-10-19T03:50:05.159Z[ helios-setup] Oct 19 03:50:03.790 INFO E| Compiling smawk v0.3.1
30602024-10-19T03:50:05.866Z[ helios-setup] Oct 19 03:50:04.496 INFO E| Compiling textwrap v0.16.0
30612024-10-19T03:50:06.581Z[ helios-setup] Oct 19 03:50:05.211 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30622024-10-19T03:50:10.225Z[ host-package] Compiling uzers v0.11.3
30632024-10-19T03:50:15.379Z[ helios-setup] Oct 19 03:50:14.008 INFO E| Compiling rustls-webpki v0.100.1
30642024-10-19T03:50:15.418Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30652024-10-19T03:50:15.480Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30662024-10-19T03:50:16.145Z[ helios-setup] Oct 19 03:50:14.774 INFO E| Compiling sct v0.7.0
30672024-10-19T03:50:19.636Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30682024-10-19T03:50:25.961Z[ helios-setup] Oct 19 03:50:24.588 INFO E| Compiling tokio-rustls v0.24.0
30692024-10-19T03:50:26.113Z[ helios-setup] Oct 19 03:50:24.742 INFO E| Compiling git2 v0.16.1
30702024-10-19T03:50:29.210Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30712024-10-19T03:50:37.919Z[ helios-setup] Oct 19 03:50:36.547 INFO E| Compiling built v0.6.0
30722024-10-19T03:50:40.253Z[ helios-setup] Oct 19 03:50:38.881 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30732024-10-19T03:50:42.699Z[ helios-setup] Oct 19 03:50:41.326 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30742024-10-19T03:50:43.645Z[ helios-setup] Oct 19 03:50:42.273 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30752024-10-19T03:50:44.072Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30762024-10-19T03:51:02.125Z[ host-package] Compiling multimap v0.10.0
30772024-10-19T03:51:09.486Z[ helios-setup] Oct 19 03:51:08.111 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30782024-10-19T03:51:11.865Z[ helios-setup] Oct 19 03:51:10.489 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30792024-10-19T03:51:55.578Z[ helios-setup] Oct 19 03:51:54.199 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30802024-10-19T03:53:02.424Z[ helios-setup] Oct 19 03:53:01.040 INFO E| Finished `release` profile [optimized] target(s) in 6m 56s
30812024-10-19T03:53:02.561Z[ helios-setup] Oct 19 03:53:01.177 INFO building project "pilot" ok (416 seconds)
30822024-10-19T03:53:02.563Z[ helios-setup] Oct 19 03:53:01.178 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30832024-10-19T03:53:02.563Z[ helios-setup] Oct 19 03:53:01.178 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30842024-10-19T03:53:03.072Z[ helios-setup] Oct 19 03:53:01.688 INFO E| Downloading crates ...
30852024-10-19T03:53:03.209Z[ helios-setup] Oct 19 03:53:01.825 INFO E| Downloaded digest v0.10.3
30862024-10-19T03:53:03.215Z[ helios-setup] Oct 19 03:53:01.832 INFO E| Downloaded typenum v1.15.0
30872024-10-19T03:53:03.222Z[ helios-setup] Oct 19 03:53:01.839 INFO E| Downloaded sha2 v0.10.5
30882024-10-19T03:53:03.225Z[ helios-setup] Oct 19 03:53:01.842 INFO E| Downloaded anyhow v1.0.62
30892024-10-19T03:53:03.230Z[ helios-setup] Oct 19 03:53:01.847 INFO E| Downloaded bytes v1.2.1
30902024-10-19T03:53:03.333Z[ helios-setup] Oct 19 03:53:01.949 INFO E| Compiling version_check v0.9.4
30912024-10-19T03:53:03.333Z[ helios-setup] Oct 19 03:53:01.950 INFO E| Compiling typenum v1.15.0
30922024-10-19T03:53:03.333Z[ helios-setup] Oct 19 03:53:01.950 INFO E| Compiling cfg-if v1.0.0
30932024-10-19T03:53:03.335Z[ helios-setup] Oct 19 03:53:01.950 INFO E| Compiling crc32fast v1.3.2
30942024-10-19T03:53:03.335Z[ helios-setup] Oct 19 03:53:01.950 INFO E| Compiling anyhow v1.0.62
30952024-10-19T03:53:03.336Z[ helios-setup] Oct 19 03:53:01.950 INFO E| Compiling adler v1.0.2
30962024-10-19T03:53:03.336Z[ helios-setup] Oct 19 03:53:01.950 INFO E| Compiling unicode-width v0.1.10
30972024-10-19T03:53:03.336Z[ helios-setup] Oct 19 03:53:01.950 INFO E| Compiling cpufeatures v0.2.5
30982024-10-19T03:53:04.312Z[ helios-setup] Oct 19 03:53:02.929 INFO E| Compiling bitflags v1.3.2
30992024-10-19T03:53:04.462Z[ helios-setup] Oct 19 03:53:03.078 INFO E| Compiling miniz_oxide v0.6.2
31002024-10-19T03:53:04.524Z[ helios-setup] Oct 19 03:53:03.140 INFO E| Compiling getopts v0.2.21
31012024-10-19T03:53:04.597Z[ helios-setup] Oct 19 03:53:03.214 INFO E| Compiling bytes v1.2.1
31022024-10-19T03:53:05.350Z[ helios-setup] Oct 19 03:53:03.967 INFO E| Compiling generic-array v0.14.6
31032024-10-19T03:53:06.170Z[ helios-setup] Oct 19 03:53:04.786 INFO E| Compiling flate2 v1.0.25
31042024-10-19T03:53:09.753Z[ helios-setup] Oct 19 03:53:08.370 INFO E| Compiling crypto-common v0.1.6
31052024-10-19T03:53:09.753Z[ helios-setup] Oct 19 03:53:08.370 INFO E| Compiling block-buffer v0.10.3
31062024-10-19T03:53:09.961Z[ helios-setup] Oct 19 03:53:08.577 INFO E| Compiling digest v0.10.3
31072024-10-19T03:53:10.323Z[ helios-setup] Oct 19 03:53:08.939 INFO E| Compiling sha2 v0.10.5
31082024-10-19T03:53:10.917Z[ helios-setup] Oct 19 03:53:09.529 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31092024-10-19T03:53:16.108Z[ helios-setup] Oct 19 03:53:14.724 INFO E| Finished `release` profile [optimized] target(s) in 13.45s
31102024-10-19T03:53:16.126Z[ helios-setup] Oct 19 03:53:14.742 INFO building project "bootserver" ok (13 seconds)
31112024-10-19T03:53:16.129Z[ helios-setup] rm -f helios-build
31122024-10-19T03:53:16.131Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31132024-10-19T03:53:16.134Z[ helios-setup]
31142024-10-19T03:53:16.137Z[ helios-setup] Setup complete! ./helios-build is now available.
31152024-10-19T03:53:16.137Z[ helios-setup]
31162024-10-19T03:53:16.139Z[ helios-setup]
31172024-10-19T03:53:16.144ZOct 19 03:53:14.756 INFO [helios-setup] process exited with exit status: 0 (734.594834316s)
31182024-10-19T03:53:16.144Z[ helios-setup] real 12:14.589107193
31192024-10-19T03:53:16.144Z[ helios-setup] user 29:30.449969162
31202024-10-19T03:53:16.144Z[ helios-setup] sys 3:41.732764929
31212024-10-19T03:53:16.144Z[ helios-setup] trap 1.829453558
31222024-10-19T03:53:16.144Z[ helios-setup] tflt 7.839864578
31232024-10-19T03:53:16.144Z[ helios-setup] dflt 30.829797287
31242024-10-19T03:53:16.144Z[ helios-setup] kflt 0.045714104
31252024-10-19T03:53:16.144Z[ helios-setup] lock 2:06:12.682689219
31262024-10-19T03:53:16.144Z[ helios-setup] slp 3:47:48.091525012
31272024-10-19T03:53:16.144Z[ helios-setup] lat 33:33.096582647
31282024-10-19T03:53:16.144Z[ helios-setup] stop 4:42.892702437
31292024-10-19T03:53:16.144ZOct 19 03:53:14.757 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31302024-10-19T03:53:16.161Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
31312024-10-19T03:53:16.625Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
31322024-10-19T03:53:16.625Z[ phbl-toolchain] info: downloading component 'cargo'
31332024-10-19T03:53:18.223Z[ phbl-toolchain] info: downloading component 'clippy'
31342024-10-19T03:53:18.760Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31352024-10-19T03:53:24.187Z[ phbl-toolchain] info: downloading component 'miri'
31362024-10-19T03:53:25.199Z[ phbl-toolchain] info: downloading component 'rust-docs'
31372024-10-19T03:53:26.896Z[ phbl-toolchain] info: downloading component 'rust-src'
31382024-10-19T03:53:27.289Z[ phbl-toolchain] info: downloading component 'rust-std'
31392024-10-19T03:53:29.696Z[ phbl-toolchain] info: downloading component 'rustc'
31402024-10-19T03:53:38.633Z[ phbl-toolchain] info: downloading component 'rustfmt'
31412024-10-19T03:53:39.273Z[ phbl-toolchain] info: installing component 'cargo'
31422024-10-19T03:53:40.698Z[ phbl-toolchain] info: installing component 'clippy'
31432024-10-19T03:53:41.237Z[ phbl-toolchain] info: installing component 'llvm-tools'
31442024-10-19T03:53:47.016Z[ phbl-toolchain] info: installing component 'miri'
31452024-10-19T03:53:47.369Z[ phbl-toolchain] info: installing component 'rust-docs'
31462024-10-19T03:53:55.737Z[ phbl-toolchain] info: installing component 'rust-src'
31472024-10-19T03:53:56.557Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31482024-10-19T03:53:56.737Z[ phbl-toolchain] info: installing component 'rust-std'
31492024-10-19T03:53:59.090Z[ phbl-toolchain] info: installing component 'rustc'
31502024-10-19T03:54:03.501Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31512024-10-19T03:54:08.570Z[ phbl-toolchain] info: installing component 'rustfmt'
31522024-10-19T03:54:09.345Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
31532024-10-19T03:54:09.348ZOct 19 03:54:07.961 INFO [phbl-toolchain] process exited with exit status: 0 (53.203609606s)
31542024-10-19T04:01:14.193Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 26s
31552024-10-19T04:02:15.012ZOct 19 04:02:13.587 INFO [host-package] process exited with exit status: 0 (1227.165708091s)
31562024-10-19T04:02:15.015ZOct 19 04:02:13.587 INFO [host-stamp] running task
31572024-10-19T04:02:15.015ZOct 19 04:02:13.588 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31582024-10-19T04:02:15.015ZOct 19 04:02:13.588 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+git155e5d431f7
31592024-10-19T04:02:15.026ZOct 19 04:02:13.601 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+git155e5d431f7
31602024-10-19T04:02:15.032Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31612024-10-19T04:02:15.034ZOct 19 04:02:13.608 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+git155e5d431f7
31622024-10-19T04:02:15.038Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31632024-10-19T04:02:15.038Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31642024-10-19T04:02:15.041ZOct 19 04:02:13.616 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+git155e5d431f7
31652024-10-19T04:02:15.047Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31662024-10-19T04:02:15.049ZOct 19 04:02:13.624 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+git155e5d431f7
31672024-10-19T04:02:15.055Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31682024-10-19T04:02:15.059Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31692024-10-19T04:02:15.061ZOct 19 04:02:13.635 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+git155e5d431f7
31702024-10-19T04:02:15.068ZOct 19 04:02:13.643 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+git155e5d431f7
31712024-10-19T04:02:15.076Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31722024-10-19T04:02:15.079Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31732024-10-19T04:02:15.081ZOct 19 04:02:13.655 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (67.017589ms)
31742024-10-19T04:02:15.081ZOct 19 04:02:13.655 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+git155e5d431f7
31752024-10-19T04:02:15.086Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31762024-10-19T04:02:15.090ZOct 19 04:02:13.666 INFO [stamp-overlay] process exited with exit status: 0 (41.296239ms)
31772024-10-19T04:02:15.093Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31782024-10-19T04:02:15.103Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31792024-10-19T04:02:15.115Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31802024-10-19T04:02:15.119ZOct 19 04:02:13.694 INFO [stamp-oxlog] process exited with exit status: 0 (39.049237ms)
31812024-10-19T04:02:15.140Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31822024-10-19T04:02:15.144ZOct 19 04:02:13.719 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (117.872191ms)
31832024-10-19T04:02:15.258Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31842024-10-19T04:02:15.261ZOct 19 04:02:13.837 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (228.478208ms)
31852024-10-19T04:02:15.432Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31862024-10-19T04:02:15.436ZOct 19 04:02:14.011 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (367.85166ms)
31872024-10-19T04:02:16.266Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31882024-10-19T04:02:16.269ZOct 19 04:02:14.839 INFO [stamp-propolis-server] process exited with exit status: 0 (1.222896999s)
31892024-10-19T04:02:16.412Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31902024-10-19T04:02:18.725Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31912024-10-19T04:02:25.479Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31922024-10-19T04:02:25.483ZOct 19 04:02:24.057 INFO [stamp-switch-asic] process exited with exit status: 0 (10.422430144s)
31932024-10-19T04:02:25.486ZOct 19 04:02:24.057 INFO [host-stamp] task succeeded (10.469828514s)
31942024-10-19T04:02:25.486ZOct 19 04:02:24.057 INFO [host-proto] running task
31952024-10-19T04:02:25.864ZOct 19 04:02:24.438 INFO [host-proto] task succeeded (380.437911ms)
31962024-10-19T04:02:25.864ZOct 19 04:02:24.438 INFO [host-profile] running task
31972024-10-19T04:02:25.866ZOct 19 04:02:24.438 INFO [host-profile] task succeeded (310.303µs)
31982024-10-19T04:02:25.866ZOct 19 04:02:24.438 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.277' -P /tmp/.tmpOyx3e2/proto/host/root -N 'ci 155e5d4/${os_short_commit} 2024-10-19 03:41' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
31992024-10-19T04:02:25.879Z[ host-image] Oct 19 04:02:24.453 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32002024-10-19T04:02:25.883Z[ host-image] Oct 19 04:02:24.453 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32012024-10-19T04:02:25.893Z[ host-image] Oct 19 04:02:24.468 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpOyx3e2/proto/host/root"
32022024-10-19T04:02:25.893Z[ host-image] Oct 19 04:02:24.468 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32032024-10-19T04:02:25.897Z[ host-image] Oct 19 04:02:24.468 INFO image builder template: ramdisk-01-os...
32042024-10-19T04:02:25.897Z[ host-image] Oct 19 04:02:24.468 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/.tmpOyx3e2/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
32052024-10-19T04:02:25.915Z[ host-image] Oct 19 04:02:24.488 INFO O| Oct 19 04:02:24.488 INFO CREATE DATASET: rpool/images/build/host/output
32062024-10-19T04:02:26.062Z[ host-image] Oct 19 04:02:24.636 INFO O| Oct 19 04:02:24.636 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32072024-10-19T04:02:26.067Z[ host-image] Oct 19 04:02:24.641 INFO O| Oct 19 04:02:24.641 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32082024-10-19T04:02:26.244Z[ host-image] Oct 19 04:02:24.818 INFO O| Oct 19 04:02:24.818 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32092024-10-19T04:02:26.293Z[ host-image] Oct 19 04:02:24.867 INFO O| Oct 19 04:02:24.867 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32102024-10-19T04:02:26.296Z[ host-image] Oct 19 04:02:24.868 INFO O| Oct 19 04:02:24.868 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32112024-10-19T04:02:26.296Z[ host-image] Oct 19 04:02:24.868 INFO O| Oct 19 04:02:24.868 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32122024-10-19T04:02:26.296Z[ host-image] Oct 19 04:02:24.868 INFO O| Oct 19 04:02:24.868 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32132024-10-19T04:02:26.302Z[ host-image] Oct 19 04:02:24.877 INFO O| Oct 19 04:02:24.877 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32142024-10-19T04:02:26.449Z[ host-image] Oct 19 04:02:25.023 INFO O| Oct 19 04:02:25.023 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32152024-10-19T04:02:26.461Z[ host-image] Oct 19 04:02:25.035 INFO O| Oct 19 04:02:25.035 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32162024-10-19T04:02:26.869Z[ host-image] Oct 19 04:02:25.443 INFO O| Oct 19 04:02:25.443 INFO O| Caching catalogs ... Done
32172024-10-19T04:02:26.964Z[ host-image] Oct 19 04:02:25.538 INFO O| Oct 19 04:02:25.538 INFO STEP 0 (pkg_image_create) COMPLETE
32182024-10-19T04:02:26.964Z[ host-image] Oct 19 04:02:25.538 INFO O| Oct 19 04:02:25.538 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32192024-10-19T04:02:26.964Z[ host-image] Oct 19 04:02:25.538 INFO O| Oct 19 04:02:25.538 INFO skip step because feature "repo_redist" is not enabled
32202024-10-19T04:02:26.967Z[ host-image] Oct 19 04:02:25.538 INFO O| Oct 19 04:02:25.538 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32212024-10-19T04:02:26.977Z[ host-image] Oct 19 04:02:25.551 INFO O| Oct 19 04:02:25.551 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"]
32222024-10-19T04:02:27.507Z[ host-image] Oct 19 04:02:26.080 INFO O| Oct 19 04:02:26.080 INFO STEP 2 (pkg_set_publisher) COMPLETE
32232024-10-19T04:02:27.507Z[ host-image] Oct 19 04:02:26.081 INFO O| Oct 19 04:02:26.080 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32242024-10-19T04:02:27.523Z[ host-image] Oct 19 04:02:26.097 INFO O| Oct 19 04:02:26.097 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"]
32252024-10-19T04:02:28.105Z[ host-image] Oct 19 04:02:26.679 INFO O| Oct 19 04:02:26.679 INFO STEP 3 (pkg_set_publisher) COMPLETE
32262024-10-19T04:02:28.105Z[ host-image] Oct 19 04:02:26.679 INFO O| Oct 19 04:02:26.679 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32272024-10-19T04:02:28.108Z[ host-image] Oct 19 04:02:26.679 INFO O| Oct 19 04:02:26.679 INFO skip step because feature "repo_redist" is not enabled
32282024-10-19T04:02:28.108Z[ host-image] Oct 19 04:02:26.679 INFO O| Oct 19 04:02:26.679 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32292024-10-19T04:02:28.689Z[ host-image] Oct 19 04:02:27.263 INFO O| Oct 19 04:02:27.263 INFO variant opensolaris.zone is already global
32302024-10-19T04:02:28.689Z[ host-image] Oct 19 04:02:27.263 INFO O| Oct 19 04:02:27.263 INFO STEP 5 (pkg_change_variant) COMPLETE
32312024-10-19T04:02:28.692Z[ host-image] Oct 19 04:02:27.263 INFO O| Oct 19 04:02:27.263 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32322024-10-19T04:02:29.289Z[ host-image] Oct 19 04:02:27.863 INFO O| Oct 19 04:02:27.863 INFO variant opensolaris.imagetype is full; changing to partial
32332024-10-19T04:02:29.289Z[ host-image] Oct 19 04:02:27.863 INFO O| Oct 19 04:02:27.863 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32342024-10-19T04:02:36.364Z[ host-image] Oct 19 04:02:34.937 INFO O| Oct 19 04:02:34.937 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32352024-10-19T04:02:38.627Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.37s
32362024-10-19T04:02:39.563Z[ host-image] Oct 19 04:02:38.136 INFO O| Oct 19 04:02:38.136 INFO O| Startup: Caching catalogs ... Done
32372024-10-19T04:02:39.632Z[ host-image] Oct 19 04:02:38.205 INFO O| Oct 19 04:02:38.205 INFO O| Planning: Planning completed in 0.00 seconds
32382024-10-19T04:02:39.636Z[ host-image] Oct 19 04:02:38.206 INFO O| Oct 19 04:02:38.205 INFO O| Planning: Consolidating action changes ... Done
32392024-10-19T04:02:39.636Z[ host-image] Oct 19 04:02:38.206 INFO O| Oct 19 04:02:38.206 INFO O| Planning: Evaluating mediators ... Done
32402024-10-19T04:02:39.636Z[ host-image] Oct 19 04:02:38.206 INFO O| Oct 19 04:02:38.206 INFO O| Planning: Planning completed in 0.00 seconds
32412024-10-19T04:02:39.636Z[ host-image] Oct 19 04:02:38.206 INFO O| Oct 19 04:02:38.206 INFO O| Variants/Facets to change: 1
32422024-10-19T04:02:39.653Z[ host-image] Oct 19 04:02:38.226 INFO O| Oct 19 04:02:38.226 INFO O| Done
32432024-10-19T04:02:39.653Z[ host-image] Oct 19 04:02:38.226 INFO O| Oct 19 04:02:38.226 INFO O| Done
32442024-10-19T04:02:39.938ZOct 19 04:02:38.511 INFO [recovery-package] process exited with exit status: 0 (24.923267404s)
32452024-10-19T04:02:39.938ZOct 19 04:02:38.511 INFO [recovery-stamp] running task
32462024-10-19T04:02:39.940ZOct 19 04:02:38.512 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32472024-10-19T04:02:39.944ZOct 19 04:02:38.518 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+git155e5d431f7
32482024-10-19T04:02:39.953ZOct 19 04:02:38.527 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git155e5d431f7
32492024-10-19T04:02:39.965Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32502024-10-19T04:02:39.969Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32512024-10-19T04:02:40.045Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32522024-10-19T04:02:40.049ZOct 19 04:02:38.622 INFO [stamp-installinator] process exited with exit status: 0 (95.767485ms)
32532024-10-19T04:02:40.088Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32542024-10-19T04:02:40.091ZOct 19 04:02:38.665 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (146.739602ms)
32552024-10-19T04:02:40.094ZOct 19 04:02:38.665 INFO [recovery-stamp] task succeeded (153.40884ms)
32562024-10-19T04:02:40.094ZOct 19 04:02:38.665 INFO [recovery-proto] running task
32572024-10-19T04:02:40.094ZOct 19 04:02:38.665 INFO [tuf-stamp] running task
32582024-10-19T04:02:40.094ZOct 19 04:02:38.666 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+git155e5d431f7
32592024-10-19T04:02:40.103ZOct 19 04:02:38.676 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+git155e5d431f7
32602024-10-19T04:02:40.114ZOct 19 04:02:38.687 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+git155e5d431f7
32612024-10-19T04:02:40.120Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32622024-10-19T04:02:40.124ZOct 19 04:02:38.697 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+git155e5d431f7
32632024-10-19T04:02:40.132Z[ host-image] Oct 19 04:02:38.701 INFO O| Oct 19 04:02:38.701 INFO O| Done
32642024-10-19T04:02:40.134Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32652024-10-19T04:02:40.137Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32662024-10-19T04:02:40.137ZOct 19 04:02:38.709 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+git155e5d431f7
32672024-10-19T04:02:40.161Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32682024-10-19T04:02:40.164ZOct 19 04:02:38.737 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+git155e5d431f7
32692024-10-19T04:02:40.200Z[ host-image] Oct 19 04:02:38.760 INFO O| Oct 19 04:02:38.760 INFO O| Done
32702024-10-19T04:02:40.202Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32712024-10-19T04:02:40.202ZOct 19 04:02:38.774 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+git155e5d431f7
32722024-10-19T04:02:40.238Z[ host-image] Oct 19 04:02:38.777 INFO O| Oct 19 04:02:38.777 INFO O| Done
32732024-10-19T04:02:40.238Z[ host-image] Oct 19 04:02:38.777 INFO O| Oct 19 04:02:38.777 INFO O| Done
32742024-10-19T04:02:40.241Z[ host-image] Oct 19 04:02:38.779 INFO O| Oct 19 04:02:38.779 INFO O| Done
32752024-10-19T04:02:40.241ZOct 19 04:02:38.812 INFO [recovery-proto] task succeeded (146.501665ms)
32762024-10-19T04:02:40.241Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32772024-10-19T04:02:40.241ZOct 19 04:02:38.812 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.277' -P /tmp/.tmpOyx3e2/proto/recovery/root -N 'recovery 155e5d4/${os_short_commit} 2024-10-19 03:41' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32782024-10-19T04:02:40.241ZOct 19 04:02:38.812 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+git155e5d431f7
32792024-10-19T04:02:40.283Z[ recovery-image] Oct 19 04:02:38.856 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32802024-10-19T04:02:40.283Z[ recovery-image] Oct 19 04:02:38.856 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32812024-10-19T04:02:40.300ZOct 19 04:02:38.873 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+git155e5d431f7
32822024-10-19T04:02:40.307Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32832024-10-19T04:02:40.308Z[ recovery-image] Oct 19 04:02:38.875 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpOyx3e2/proto/recovery/root"
32842024-10-19T04:02:40.310Z[ recovery-image] Oct 19 04:02:38.875 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32852024-10-19T04:02:40.310Z[ recovery-image] Oct 19 04:02:38.875 INFO image builder template: ramdisk-01-os...
32862024-10-19T04:02:40.310Z[ recovery-image] Oct 19 04:02:38.875 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/.tmpOyx3e2/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
32872024-10-19T04:02:40.312Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32882024-10-19T04:02:40.312ZOct 19 04:02:38.885 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+git155e5d431f7
32892024-10-19T04:02:40.325ZOct 19 04:02:38.898 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+git155e5d431f7
32902024-10-19T04:02:40.333Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32912024-10-19T04:02:40.336Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32922024-10-19T04:02:40.349Z[ recovery-image] Oct 19 04:02:38.921 INFO O| Oct 19 04:02:38.921 INFO CREATE DATASET: rpool/images/build/recovery/output
32932024-10-19T04:02:40.351Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32942024-10-19T04:02:40.651Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32952024-10-19T04:02:40.752ZOct 19 04:02:39.325 INFO [stamp-probe] process exited with exit status: 0 (426.80479ms)
32962024-10-19T04:02:40.865Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32972024-10-19T04:02:40.933ZOct 19 04:02:39.506 INFO [stamp-ntp] process exited with exit status: 0 (632.86339ms)
32982024-10-19T04:02:41.112Z[ host-image] Oct 19 04:02:39.685 INFO O| Oct 19 04:02:39.685 INFO STEP 6 (pkg_change_variant) COMPLETE
32992024-10-19T04:02:41.112Z[ host-image] Oct 19 04:02:39.685 INFO O| Oct 19 04:02:39.685 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33002024-10-19T04:02:41.114Z[ host-image] Oct 19 04:02:39.685 INFO O| Oct 19 04:02:39.685 INFO skip step because feature "debug_variant" is not enabled
33012024-10-19T04:02:41.122Z[ recovery-image] Oct 19 04:02:39.696 INFO O| Oct 19 04:02:39.696 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33022024-10-19T04:02:41.122Z[ host-image] Oct 19 04:02:39.685 INFO O| Oct 19 04:02:39.685 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33032024-10-19T04:02:41.133Z[ recovery-image] Oct 19 04:02:39.706 INFO O| Oct 19 04:02:39.706 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33042024-10-19T04:02:41.483Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33052024-10-19T04:02:41.504Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33062024-10-19T04:02:41.554ZOct 19 04:02:40.128 INFO [stamp-external-dns] process exited with exit status: 0 (1.46150232s)
33072024-10-19T04:02:41.578ZOct 19 04:02:40.151 INFO [stamp-internal-dns] process exited with exit status: 0 (1.414785839s)
33082024-10-19T04:02:41.704Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
33092024-10-19T04:02:41.755Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33102024-10-19T04:02:41.777Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33112024-10-19T04:02:41.780ZOct 19 04:02:40.354 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.579749299s)
33122024-10-19T04:02:41.783Z[ host-image] Oct 19 04:02:40.354 INFO O| Oct 19 04:02:40.354 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33132024-10-19T04:02:41.858Z[ recovery-image] Oct 19 04:02:40.431 INFO O| Oct 19 04:02:40.431 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33142024-10-19T04:02:41.938Z[ recovery-image] Oct 19 04:02:40.511 INFO O| Oct 19 04:02:40.511 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33152024-10-19T04:02:41.938Z[ recovery-image] Oct 19 04:02:40.511 INFO O| Oct 19 04:02:40.511 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33162024-10-19T04:02:41.940Z[ recovery-image] Oct 19 04:02:40.511 INFO O| Oct 19 04:02:40.511 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33172024-10-19T04:02:41.940Z[ recovery-image] Oct 19 04:02:40.511 INFO O| Oct 19 04:02:40.511 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33182024-10-19T04:02:41.968Z[ recovery-image] Oct 19 04:02:40.541 INFO O| Oct 19 04:02:40.541 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33192024-10-19T04:02:42.047Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33202024-10-19T04:02:42.053ZOct 19 04:02:40.626 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.928458214s)
33212024-10-19T04:02:42.199Z[ recovery-image] Oct 19 04:02:40.772 INFO O| Oct 19 04:02:40.772 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33222024-10-19T04:02:42.215Z[ recovery-image] Oct 19 04:02:40.788 INFO O| Oct 19 04:02:40.788 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33232024-10-19T04:02:42.236Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33242024-10-19T04:02:42.240ZOct 19 04:02:40.813 INFO [stamp-oximeter] process exited with exit status: 0 (2.103783911s)
33252024-10-19T04:02:42.469Z[ host-image] Oct 19 04:02:41.042 INFO O| Oct 19 04:02:41.042 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33262024-10-19T04:02:42.472Z[ host-image] Oct 19 04:02:41.044 INFO O| Oct 19 04:02:41.044 INFO O| Planning: Planning completed in 0.00 seconds
33272024-10-19T04:02:42.472Z[ host-image] Oct 19 04:02:41.045 INFO O| Oct 19 04:02:41.045 INFO O| Planning: Consolidating action changes ... Done
33282024-10-19T04:02:42.472Z[ host-image] Oct 19 04:02:41.045 INFO O| Oct 19 04:02:41.045 INFO O| Planning: Evaluating mediators ... Done
33292024-10-19T04:02:42.474Z[ host-image] Oct 19 04:02:41.045 INFO O| Oct 19 04:02:41.045 INFO O| Planning: Planning completed in 0.00 seconds
33302024-10-19T04:02:42.474Z[ host-image] Oct 19 04:02:41.046 INFO O| Oct 19 04:02:41.046 INFO O| Variants/Facets to change: 1
33312024-10-19T04:02:42.499Z[ host-image] Oct 19 04:02:41.072 INFO O| Oct 19 04:02:41.072 INFO O| Done
33322024-10-19T04:02:42.499Z[ host-image] Oct 19 04:02:41.072 INFO O| Oct 19 04:02:41.072 INFO O| Done
33332024-10-19T04:02:42.712Z[ recovery-image] Oct 19 04:02:41.285 INFO O| Oct 19 04:02:41.285 INFO O| Caching catalogs ... Done
33342024-10-19T04:02:42.832Z[ recovery-image] Oct 19 04:02:41.405 INFO O| Oct 19 04:02:41.405 INFO STEP 0 (pkg_image_create) COMPLETE
33352024-10-19T04:02:42.833Z[ recovery-image] Oct 19 04:02:41.405 INFO O| Oct 19 04:02:41.405 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-10-19T04:02:42.833Z[ recovery-image] Oct 19 04:02:41.405 INFO O| Oct 19 04:02:41.405 INFO skip step because feature "repo_redist" is not enabled
33372024-10-19T04:02:42.835Z[ recovery-image] Oct 19 04:02:41.405 INFO O| Oct 19 04:02:41.405 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33382024-10-19T04:02:42.848Z[ recovery-image] Oct 19 04:02:41.421 INFO O| Oct 19 04:02:41.421 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"]
33392024-10-19T04:02:43.024Z[ host-image] Oct 19 04:02:41.597 INFO O| Oct 19 04:02:41.597 INFO O| Done
33402024-10-19T04:02:43.075Z[ host-image] Oct 19 04:02:41.648 INFO O| Oct 19 04:02:41.648 INFO O| Done
33412024-10-19T04:02:43.078Z[ host-image] Oct 19 04:02:41.649 INFO O| Oct 19 04:02:41.649 INFO O| Done
33422024-10-19T04:02:43.078Z[ host-image] Oct 19 04:02:41.649 INFO O| Oct 19 04:02:41.649 INFO O| Done
33432024-10-19T04:02:43.078Z[ host-image] Oct 19 04:02:41.651 INFO O| Oct 19 04:02:41.651 INFO O| Done
33442024-10-19T04:02:43.174Z[ host-image] Oct 19 04:02:41.746 INFO O| Oct 19 04:02:41.746 INFO STEP 8 (pkg_change_facet) COMPLETE
33452024-10-19T04:02:43.174Z[ host-image] Oct 19 04:02:41.747 INFO O| Oct 19 04:02:41.746 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33462024-10-19T04:02:43.174Z[ host-image] Oct 19 04:02:41.747 INFO O| Oct 19 04:02:41.746 INFO skip step because feature "recovery" is not enabled
33472024-10-19T04:02:43.176Z[ host-image] Oct 19 04:02:41.747 INFO O| Oct 19 04:02:41.746 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33482024-10-19T04:02:43.176Z[ host-image] Oct 19 04:02:41.747 INFO O| Oct 19 04:02:41.746 INFO skip step because feature "recovery" is not enabled
33492024-10-19T04:02:43.176Z[ host-image] Oct 19 04:02:41.747 INFO O| Oct 19 04:02:41.746 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33502024-10-19T04:02:43.194Z[ host-image] Oct 19 04:02:41.766 INFO O| Oct 19 04:02:41.766 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"]
33512024-10-19T04:02:43.367Z[ recovery-image] Oct 19 04:02:41.940 INFO O| Oct 19 04:02:41.940 INFO STEP 2 (pkg_set_publisher) COMPLETE
33522024-10-19T04:02:43.370Z[ recovery-image] Oct 19 04:02:41.940 INFO O| Oct 19 04:02:41.940 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33532024-10-19T04:02:43.385Z[ recovery-image] Oct 19 04:02:41.957 INFO O| Oct 19 04:02:41.957 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"]
33542024-10-19T04:02:43.784Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33552024-10-19T04:02:43.789ZOct 19 04:02:42.362 INFO [stamp-nexus] process exited with exit status: 0 (3.685419313s)
33562024-10-19T04:02:43.839Z[ host-image] Oct 19 04:02:42.412 INFO O| Oct 19 04:02:42.412 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33572024-10-19T04:02:43.914Z[ recovery-image] Oct 19 04:02:42.487 INFO O| Oct 19 04:02:42.487 INFO STEP 3 (pkg_set_publisher) COMPLETE
33582024-10-19T04:02:43.917Z[ recovery-image] Oct 19 04:02:42.487 INFO O| Oct 19 04:02:42.487 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33592024-10-19T04:02:43.917Z[ recovery-image] Oct 19 04:02:42.487 INFO O| Oct 19 04:02:42.487 INFO skip step because feature "repo_redist" is not enabled
33602024-10-19T04:02:43.917Z[ recovery-image] Oct 19 04:02:42.487 INFO O| Oct 19 04:02:42.487 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33612024-10-19T04:02:44.417Z[ recovery-image] Oct 19 04:02:42.990 INFO O| Oct 19 04:02:42.990 INFO variant opensolaris.zone is already global
33622024-10-19T04:02:44.420Z[ recovery-image] Oct 19 04:02:42.990 INFO O| Oct 19 04:02:42.990 INFO STEP 5 (pkg_change_variant) COMPLETE
33632024-10-19T04:02:44.420Z[ recovery-image] Oct 19 04:02:42.990 INFO O| Oct 19 04:02:42.990 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33642024-10-19T04:02:44.912Z[ recovery-image] Oct 19 04:02:43.485 INFO O| Oct 19 04:02:43.485 INFO variant opensolaris.imagetype is full; changing to partial
33652024-10-19T04:02:44.912Z[ recovery-image] Oct 19 04:02:43.485 INFO O| Oct 19 04:02:43.485 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33662024-10-19T04:02:45.515Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33672024-10-19T04:02:45.520ZOct 19 04:02:44.092 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.20696979s)
33682024-10-19T04:02:46.089Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33692024-10-19T04:02:46.234Z[verify-libraries] Compiling heck v0.4.1
33702024-10-19T04:02:46.237Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33712024-10-19T04:02:46.237Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33722024-10-19T04:02:46.237Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33732024-10-19T04:02:46.289Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33742024-10-19T04:02:46.289Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33752024-10-19T04:02:46.292Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33762024-10-19T04:02:46.797Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33772024-10-19T04:02:46.838Z[verify-libraries] Compiling indent_write v2.2.0
33782024-10-19T04:02:47.024Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33792024-10-19T04:02:47.167Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33802024-10-19T04:02:47.222Z[verify-libraries] Compiling termios v0.3.3
33812024-10-19T04:02:47.311Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33822024-10-19T04:02:47.876Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33832024-10-19T04:02:50.168Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33842024-10-19T04:02:50.174ZOct 19 04:02:48.747 INFO [stamp-clickhouse] process exited with exit status: 0 (10.059656853s)
33852024-10-19T04:02:51.380Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33862024-10-19T04:02:51.415ZOct 19 04:02:49.988 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.17537026s)
33872024-10-19T04:02:51.415ZOct 19 04:02:49.988 INFO [tuf-stamp] task succeeded (11.322723326s)
33882024-10-19T04:02:54.420Z[ recovery-image] Oct 19 04:02:52.991 INFO O| Oct 19 04:02:52.991 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33892024-10-19T04:03:01.418Z[ recovery-image] Oct 19 04:02:59.989 INFO O| Oct 19 04:02:59.989 INFO O| Startup: Caching catalogs ... Done
33902024-10-19T04:03:01.536Z[ recovery-image] Oct 19 04:03:00.107 INFO O| Oct 19 04:03:00.107 INFO O| Planning: Planning completed in 0.00 seconds
33912024-10-19T04:03:01.543Z[ recovery-image] Oct 19 04:03:00.108 INFO O| Oct 19 04:03:00.108 INFO O| Planning: Consolidating action changes ... Done
33922024-10-19T04:03:01.543Z[ recovery-image] Oct 19 04:03:00.108 INFO O| Oct 19 04:03:00.108 INFO O| Planning: Evaluating mediators ... Done
33932024-10-19T04:03:01.543Z[ recovery-image] Oct 19 04:03:00.108 INFO O| Oct 19 04:03:00.108 INFO O| Planning: Planning completed in 0.00 seconds
33942024-10-19T04:03:01.543Z[ recovery-image] Oct 19 04:03:00.109 INFO O| Oct 19 04:03:00.109 INFO O| Variants/Facets to change: 1
33952024-10-19T04:03:01.630Z[ recovery-image] Oct 19 04:03:00.202 INFO O| Oct 19 04:03:00.201 INFO O| Done
33962024-10-19T04:03:01.633Z[ recovery-image] Oct 19 04:03:00.202 INFO O| Oct 19 04:03:00.201 INFO O| Done
33972024-10-19T04:03:02.432Z[ recovery-image] Oct 19 04:03:01.000 INFO O| Oct 19 04:03:01.000 INFO O| Done
33982024-10-19T04:03:02.487Z[ recovery-image] Oct 19 04:03:01.058 INFO O| Oct 19 04:03:01.058 INFO O| Done
33992024-10-19T04:03:02.491Z[ recovery-image] Oct 19 04:03:01.060 INFO O| Oct 19 04:03:01.060 INFO O| Done
34002024-10-19T04:03:02.491Z[ recovery-image] Oct 19 04:03:01.060 INFO O| Oct 19 04:03:01.060 INFO O| Done
34012024-10-19T04:03:02.491Z[ recovery-image] Oct 19 04:03:01.062 INFO O| Oct 19 04:03:01.062 INFO O| Done
34022024-10-19T04:03:03.133Z[ recovery-image] Oct 19 04:03:01.704 INFO O| Oct 19 04:03:01.704 INFO STEP 6 (pkg_change_variant) COMPLETE
34032024-10-19T04:03:03.133Z[ recovery-image] Oct 19 04:03:01.704 INFO O| Oct 19 04:03:01.704 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34042024-10-19T04:03:03.133Z[ recovery-image] Oct 19 04:03:01.704 INFO O| Oct 19 04:03:01.704 INFO skip step because feature "debug_variant" is not enabled
34052024-10-19T04:03:03.136Z[ recovery-image] Oct 19 04:03:01.704 INFO O| Oct 19 04:03:01.704 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34062024-10-19T04:03:03.846Z[ recovery-image] Oct 19 04:03:02.417 INFO O| Oct 19 04:03:02.417 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34072024-10-19T04:03:04.869Z[ recovery-image] Oct 19 04:03:03.440 INFO O| Oct 19 04:03:03.440 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34082024-10-19T04:03:04.871Z[ recovery-image] Oct 19 04:03:03.442 INFO O| Oct 19 04:03:03.442 INFO O| Planning: Planning completed in 0.00 seconds
34092024-10-19T04:03:04.871Z[ recovery-image] Oct 19 04:03:03.442 INFO O| Oct 19 04:03:03.442 INFO O| Planning: Consolidating action changes ... Done
34102024-10-19T04:03:04.871Z[ recovery-image] Oct 19 04:03:03.442 INFO O| Oct 19 04:03:03.442 INFO O| Planning: Evaluating mediators ... Done
34112024-10-19T04:03:04.874Z[ recovery-image] Oct 19 04:03:03.443 INFO O| Oct 19 04:03:03.443 INFO O| Planning: Planning completed in 0.00 seconds
34122024-10-19T04:03:04.874Z[ recovery-image] Oct 19 04:03:03.444 INFO O| Oct 19 04:03:03.444 INFO O| Variants/Facets to change: 1
34132024-10-19T04:03:04.970Z[ recovery-image] Oct 19 04:03:03.541 INFO O| Oct 19 04:03:03.541 INFO O| Done
34142024-10-19T04:03:04.970Z[ recovery-image] Oct 19 04:03:03.542 INFO O| Oct 19 04:03:03.541 INFO O| Done
34152024-10-19T04:03:05.704Z[ recovery-image] Oct 19 04:03:04.276 INFO O| Oct 19 04:03:04.275 INFO O| Done
34162024-10-19T04:03:05.805Z[ recovery-image] Oct 19 04:03:04.376 INFO O| Oct 19 04:03:04.376 INFO O| Done
34172024-10-19T04:03:05.808Z[ recovery-image] Oct 19 04:03:04.377 INFO O| Oct 19 04:03:04.377 INFO O| Done
34182024-10-19T04:03:05.808Z[ recovery-image] Oct 19 04:03:04.377 INFO O| Oct 19 04:03:04.377 INFO O| Done
34192024-10-19T04:03:05.810Z[ recovery-image] Oct 19 04:03:04.379 INFO O| Oct 19 04:03:04.379 INFO O| Done
34202024-10-19T04:03:05.918Z[ recovery-image] Oct 19 04:03:04.489 INFO O| Oct 19 04:03:04.489 INFO STEP 8 (pkg_change_facet) COMPLETE
34212024-10-19T04:03:05.918Z[ recovery-image] Oct 19 04:03:04.489 INFO O| Oct 19 04:03:04.489 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34222024-10-19T04:03:06.554Z[ recovery-image] Oct 19 04:03:05.125 INFO O| Oct 19 04:03:05.125 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34232024-10-19T04:03:07.649Z[ recovery-image] Oct 19 04:03:06.220 INFO O| Oct 19 04:03:06.220 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34242024-10-19T04:03:07.652Z[ recovery-image] Oct 19 04:03:06.223 INFO O| Oct 19 04:03:06.223 INFO O| Planning: Planning completed in 0.00 seconds
34252024-10-19T04:03:07.654Z[ recovery-image] Oct 19 04:03:06.224 INFO O| Oct 19 04:03:06.224 INFO O| Planning: Consolidating action changes ... Done
34262024-10-19T04:03:07.654Z[ recovery-image] Oct 19 04:03:06.224 INFO O| Oct 19 04:03:06.224 INFO O| Planning: Evaluating mediators ... Done
34272024-10-19T04:03:07.654Z[ recovery-image] Oct 19 04:03:06.224 INFO O| Oct 19 04:03:06.224 INFO O| Planning: Planning completed in 0.00 seconds
34282024-10-19T04:03:07.654Z[ recovery-image] Oct 19 04:03:06.225 INFO O| Oct 19 04:03:06.225 INFO O| Variants/Facets to change: 1
34292024-10-19T04:03:07.745Z[ recovery-image] Oct 19 04:03:06.316 INFO O| Oct 19 04:03:06.316 INFO O| Done
34302024-10-19T04:03:07.745Z[ recovery-image] Oct 19 04:03:06.316 INFO O| Oct 19 04:03:06.316 INFO O| Done
34312024-10-19T04:03:08.368Z[ recovery-image] Oct 19 04:03:06.938 INFO O| Oct 19 04:03:06.938 INFO O| Done
34322024-10-19T04:03:08.446Z[ recovery-image] Oct 19 04:03:07.017 INFO O| Oct 19 04:03:07.017 INFO O| Done
34332024-10-19T04:03:08.449Z[ recovery-image] Oct 19 04:03:07.018 INFO O| Oct 19 04:03:07.018 INFO O| Done
34342024-10-19T04:03:08.449Z[ recovery-image] Oct 19 04:03:07.018 INFO O| Oct 19 04:03:07.018 INFO O| Done
34352024-10-19T04:03:08.451Z[ recovery-image] Oct 19 04:03:07.020 INFO O| Oct 19 04:03:07.020 INFO O| Done
34362024-10-19T04:03:08.575Z[ recovery-image] Oct 19 04:03:07.146 INFO O| Oct 19 04:03:07.146 INFO STEP 9 (pkg_change_facet) COMPLETE
34372024-10-19T04:03:08.575Z[ recovery-image] Oct 19 04:03:07.146 INFO O| Oct 19 04:03:07.146 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34382024-10-19T04:03:09.349Z[ recovery-image] Oct 19 04:03:07.920 INFO O| Oct 19 04:03:07.920 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34392024-10-19T04:03:10.464Z[ recovery-image] Oct 19 04:03:09.035 INFO O| Oct 19 04:03:09.035 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34402024-10-19T04:03:10.467Z[ recovery-image] Oct 19 04:03:09.037 INFO O| Oct 19 04:03:09.037 INFO O| Planning: Planning completed in 0.00 seconds
34412024-10-19T04:03:10.467Z[ recovery-image] Oct 19 04:03:09.038 INFO O| Oct 19 04:03:09.038 INFO O| Planning: Consolidating action changes ... Done
34422024-10-19T04:03:10.469Z[ recovery-image] Oct 19 04:03:09.038 INFO O| Oct 19 04:03:09.038 INFO O| Planning: Evaluating mediators ... Done
34432024-10-19T04:03:10.469Z[ recovery-image] Oct 19 04:03:09.039 INFO O| Oct 19 04:03:09.039 INFO O| Planning: Planning completed in 0.00 seconds
34442024-10-19T04:03:10.469Z[ recovery-image] Oct 19 04:03:09.039 INFO O| Oct 19 04:03:09.039 INFO O| Variants/Facets to change: 1
34452024-10-19T04:03:10.551Z[ recovery-image] Oct 19 04:03:09.122 INFO O| Oct 19 04:03:09.122 INFO O| Done
34462024-10-19T04:03:10.551Z[ recovery-image] Oct 19 04:03:09.122 INFO O| Oct 19 04:03:09.122 INFO O| Done
34472024-10-19T04:03:11.208Z[ recovery-image] Oct 19 04:03:09.779 INFO O| Oct 19 04:03:09.779 INFO O| Done
34482024-10-19T04:03:11.298Z[ recovery-image] Oct 19 04:03:09.869 INFO O| Oct 19 04:03:09.869 INFO O| Done
34492024-10-19T04:03:11.301Z[ recovery-image] Oct 19 04:03:09.870 INFO O| Oct 19 04:03:09.870 INFO O| Done
34502024-10-19T04:03:11.301Z[ recovery-image] Oct 19 04:03:09.870 INFO O| Oct 19 04:03:09.870 INFO O| Done
34512024-10-19T04:03:11.303Z[ recovery-image] Oct 19 04:03:09.873 INFO O| Oct 19 04:03:09.872 INFO O| Done
34522024-10-19T04:03:11.427Z[ recovery-image] Oct 19 04:03:09.998 INFO O| Oct 19 04:03:09.998 INFO STEP 10 (pkg_change_facet) COMPLETE
34532024-10-19T04:03:11.427Z[ recovery-image] Oct 19 04:03:09.998 INFO O| Oct 19 04:03:09.998 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34542024-10-19T04:03:11.449Z[ recovery-image] Oct 19 04:03:10.020 INFO O| Oct 19 04:03:10.020 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"]
34552024-10-19T04:03:12.457Z[ recovery-image] Oct 19 04:03:11.027 INFO O| Oct 19 04:03:11.027 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34562024-10-19T04:03:13.842Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34572024-10-19T04:03:19.930Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34582024-10-19T04:03:32.338Z[ host-image] Oct 19 04:03:30.907 INFO O| Oct 19 04:03:30.907 INFO O| Planning: Solver setup ... Done
34592024-10-19T04:03:51.223Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34602024-10-19T04:03:52.440Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34612024-10-19T04:04:01.794Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34622024-10-19T04:04:01.906Z[ recovery-image] Oct 19 04:04:00.473 INFO O| Oct 19 04:04:00.473 INFO O| Planning: Solver setup ... Done
34632024-10-19T04:04:11.657Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34642024-10-19T04:04:22.623Z[ host-image] Oct 19 04:04:21.188 INFO O| Oct 19 04:04:21.188 INFO O| Planning: Running solver ... Done
34652024-10-19T04:04:23.241Z[ host-image] Oct 19 04:04:21.807 INFO O| Oct 19 04:04:21.807 INFO O| Planning: Finding local manifests ... Done
34662024-10-19T04:04:23.267Z[ host-image] Oct 19 04:04:21.833 INFO O| Oct 19 04:04:21.833 INFO O| Planning: Fetching manifests: 0/124 0% complete
34672024-10-19T04:04:27.785Z[ host-image] Oct 19 04:04:26.350 INFO O| Oct 19 04:04:26.350 INFO O| Planning: Fetching manifests: 124/124 100% complete
34682024-10-19T04:04:29.036Z[ host-image] Oct 19 04:04:27.601 INFO O| Oct 19 04:04:27.601 INFO O| Planning: Package planning ... Done
34692024-10-19T04:04:30.471Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34702024-10-19T04:04:31.031Z[ host-image] Oct 19 04:04:29.595 INFO O| Oct 19 04:04:29.595 INFO O| Planning: Merging actions ... Done
34712024-10-19T04:04:31.386Z[ host-image] Oct 19 04:04:29.951 INFO O| Oct 19 04:04:29.950 INFO O| Planning: Checking for conflicting actions ... Done
34722024-10-19T04:04:31.682Z[ host-image] Oct 19 04:04:30.246 INFO O| Oct 19 04:04:30.246 INFO O| Planning: Consolidating action changes ... Done
34732024-10-19T04:04:32.254Z[ host-image] Oct 19 04:04:30.819 INFO O| Oct 19 04:04:30.818 INFO O| Planning: Evaluating mediators ... Done
34742024-10-19T04:04:33.391Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34752024-10-19T04:04:36.434Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34762024-10-19T04:04:38.594Z[ host-image] Oct 19 04:04:37.158 INFO O| Oct 19 04:04:37.158 INFO O| Planning: Planning completed in 114.75 seconds
34772024-10-19T04:04:38.601Z[ host-image] Oct 19 04:04:37.165 INFO O| Oct 19 04:04:37.165 INFO O| Packages to install: 124
34782024-10-19T04:04:38.603Z[ host-image] Oct 19 04:04:37.165 INFO O| Oct 19 04:04:37.165 INFO O| Mediators to change: 4
34792024-10-19T04:04:38.603Z[ host-image] Oct 19 04:04:37.165 INFO O| Oct 19 04:04:37.165 INFO O| Services to change: 6
34802024-10-19T04:04:38.699Z[ host-image] Oct 19 04:04:37.263 INFO O| Oct 19 04:04:37.263 INFO O| Download: 0/22734 items 0.0/196.6MB 0% complete
34812024-10-19T04:04:43.701Z[ host-image] Oct 19 04:04:42.264 INFO O| Oct 19 04:04:42.264 INFO O| Download: 1240/22734 items 7.6/196.6MB 3% complete (1.6M/s)
34822024-10-19T04:04:48.830Z[ host-image] Oct 19 04:04:47.393 INFO O| Oct 19 04:04:47.393 INFO O| Download: 1804/22734 items 16.0/196.6MB 8% complete (1.6M/s)
34832024-10-19T04:04:52.493Z[ recovery-image] Oct 19 04:04:51.056 INFO O| Oct 19 04:04:51.055 INFO O| Planning: Running solver ... Done
34842024-10-19T04:04:52.919Z[ recovery-image] Oct 19 04:04:51.482 INFO O| Oct 19 04:04:51.482 INFO O| Planning: Finding local manifests ... Done
34852024-10-19T04:04:52.937Z[ recovery-image] Oct 19 04:04:51.500 INFO O| Oct 19 04:04:51.500 INFO O| Planning: Fetching manifests: 0/124 0% complete
34862024-10-19T04:04:53.831Z[ host-image] Oct 19 04:04:52.394 INFO O| Oct 19 04:04:52.394 INFO O| Download: 2430/22734 items 28.0/196.6MB 14% complete (2.0M/s)
34872024-10-19T04:04:57.529Z[ recovery-image] Oct 19 04:04:56.092 INFO O| Oct 19 04:04:56.092 INFO O| Planning: Fetching manifests: 124/124 100% complete
34882024-10-19T04:04:58.733Z[ recovery-image] Oct 19 04:04:57.295 INFO O| Oct 19 04:04:57.295 INFO O| Planning: Package planning ... Done
34892024-10-19T04:04:58.857Z[ host-image] Oct 19 04:04:57.419 INFO O| Oct 19 04:04:57.419 INFO O| Download: 3532/22734 items 35.7/196.6MB 18% complete (2.0M/s)
34902024-10-19T04:04:59.468Z[ recovery-image] Oct 19 04:04:58.030 INFO O| Oct 19 04:04:58.030 INFO O| Planning: Merging actions ... Done
34912024-10-19T04:04:59.649Z[ recovery-image] Oct 19 04:04:58.212 INFO O| Oct 19 04:04:58.211 INFO O| Planning: Checking for conflicting actions ... Done
34922024-10-19T04:04:59.789Z[ recovery-image] Oct 19 04:04:58.352 INFO O| Oct 19 04:04:58.352 INFO O| Planning: Consolidating action changes ... Done
34932024-10-19T04:05:00.183Z[ recovery-image] Oct 19 04:04:58.745 INFO O| Oct 19 04:04:58.745 INFO O| Planning: Evaluating mediators ... Done
34942024-10-19T04:05:03.862Z[ host-image] Oct 19 04:05:02.424 INFO O| Oct 19 04:05:02.424 INFO O| Download: 4638/22734 items 43.0/196.6MB 21% complete (1.5M/s)
34952024-10-19T04:05:05.953Z[ recovery-image] Oct 19 04:05:04.515 INFO O| Oct 19 04:05:04.515 INFO O| Planning: Planning completed in 113.49 seconds
34962024-10-19T04:05:05.960Z[ recovery-image] Oct 19 04:05:04.523 INFO O| Oct 19 04:05:04.522 INFO O| Packages to install: 124
34972024-10-19T04:05:05.963Z[ recovery-image] Oct 19 04:05:04.523 INFO O| Oct 19 04:05:04.523 INFO O| Mediators to change: 4
34982024-10-19T04:05:05.963Z[ recovery-image] Oct 19 04:05:04.523 INFO O| Oct 19 04:05:04.523 INFO O| Services to change: 5
34992024-10-19T04:05:06.043Z[ recovery-image] Oct 19 04:05:04.605 INFO O| Oct 19 04:05:04.605 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
35002024-10-19T04:05:08.871Z[ host-image] Oct 19 04:05:07.432 INFO O| Oct 19 04:05:07.432 INFO O| Download: 5604/22734 items 46.2/196.6MB 23% complete (1.1M/s)
35012024-10-19T04:05:11.285Z[ recovery-image] Oct 19 04:05:09.847 INFO O| Oct 19 04:05:09.847 INFO O| Download: 1057/15836 items 7.9/173.3MB 4% complete (1.7M/s)
35022024-10-19T04:05:14.136Z[ host-image] Oct 19 04:05:12.698 INFO O| Oct 19 04:05:12.698 INFO O| Download: 6762/22734 items 47.9/196.6MB 24% complete (517k/s)
35032024-10-19T04:05:16.288Z[ recovery-image] Oct 19 04:05:14.850 INFO O| Oct 19 04:05:14.850 INFO O| Download: 1171/15836 items 10.6/173.3MB 6% complete (1.0M/s)
35042024-10-19T04:05:19.139Z[ host-image] Oct 19 04:05:17.700 INFO O| Oct 19 04:05:17.700 INFO O| Download: 8000/22734 items 60.3/196.6MB 30% complete (1.4M/s)
35052024-10-19T04:05:21.570Z[ recovery-image] Oct 19 04:05:20.130 INFO O| Oct 19 04:05:20.130 INFO O| Download: 1615/15836 items 25.0/173.3MB 14% complete (1.7M/s)
35062024-10-19T04:05:24.174Z[ host-image] Oct 19 04:05:22.735 INFO O| Oct 19 04:05:22.735 INFO O| Download: 8445/22734 items 69.6/196.6MB 35% complete (2.1M/s)
35072024-10-19T04:05:26.576Z[ recovery-image] Oct 19 04:05:25.136 INFO O| Oct 19 04:05:25.136 INFO O| Download: 2541/15836 items 32.2/173.3MB 18% complete (2.1M/s)
35082024-10-19T04:05:29.182Z[ host-image] Oct 19 04:05:27.743 INFO O| Oct 19 04:05:27.743 INFO O| Download: 9407/22734 items 81.7/196.6MB 41% complete (2.1M/s)
35092024-10-19T04:05:31.579Z[ recovery-image] Oct 19 04:05:30.139 INFO O| Oct 19 04:05:30.139 INFO O| Download: 3403/15836 items 38.1/173.3MB 21% complete (1.3M/s)
35102024-10-19T04:05:34.977Z[ host-image] Oct 19 04:05:33.537 INFO O| Oct 19 04:05:33.537 INFO O| Download: 10416/22734 items 88.0/196.6MB 44% complete (2.0M/s)
35112024-10-19T04:05:36.584Z[ recovery-image] Oct 19 04:05:35.144 INFO O| Oct 19 04:05:35.144 INFO O| Download: 3919/15836 items 42.5/173.3MB 24% complete (1.1M/s)
35122024-10-19T04:05:39.978Z[ host-image] Oct 19 04:05:38.537 INFO O| Oct 19 04:05:38.537 INFO O| Download: 11132/22734 items 93.2/196.6MB 47% complete (1011k/s)
35132024-10-19T04:05:41.633Z[ recovery-image] Oct 19 04:05:40.192 INFO O| Oct 19 04:05:40.192 INFO O| Download: 4809/15836 items 43.0/173.3MB 24% complete (518k/s)
35142024-10-19T04:05:44.999Z[ host-image] Oct 19 04:05:43.558 INFO O| Oct 19 04:05:43.558 INFO O| Download: 11770/22734 items 96.4/196.6MB 49% complete (858k/s)
35152024-10-19T04:05:46.667Z[ recovery-image] Oct 19 04:05:45.226 INFO O| Oct 19 04:05:45.226 INFO O| Download: 5702/15836 items 45.5/173.3MB 26% complete (269k/s)
35162024-10-19T04:05:50.168Z[ host-image] Oct 19 04:05:48.726 INFO O| Oct 19 04:05:48.726 INFO O| Download: 12118/22734 items 105.5/196.6MB 53% complete (1.2M/s)
35172024-10-19T04:05:51.884Z[ recovery-image] Oct 19 04:05:50.443 INFO O| Oct 19 04:05:50.443 INFO O| Download: 6118/15836 items 58.6/173.3MB 33% complete (1.4M/s)
35182024-10-19T04:05:55.179Z[ host-image] Oct 19 04:05:53.737 INFO O| Oct 19 04:05:53.737 INFO O| Download: 13365/22734 items 110.0/196.6MB 55% complete (1.4M/s)
35192024-10-19T04:05:56.901Z[ recovery-image] Oct 19 04:05:55.459 INFO O| Oct 19 04:05:55.459 INFO O| Download: 6540/15836 items 64.0/173.3MB 36% complete (1.8M/s)
35202024-10-19T04:06:00.181Z[ host-image] Oct 19 04:05:58.739 INFO O| Oct 19 04:05:58.739 INFO O| Download: 13935/22734 items 110.3/196.6MB 56% complete (729k/s)
35212024-10-19T04:06:01.978Z[ recovery-image] Oct 19 04:06:00.536 INFO O| Oct 19 04:06:00.536 INFO O| Download: 7581/15836 items 73.6/173.3MB 42% complete (1.6M/s)
35222024-10-19T04:06:05.558Z[ host-image] Oct 19 04:06:04.115 INFO O| Oct 19 04:06:04.115 INFO O| Download: 14518/22734 items 116.6/196.6MB 59% complete (644k/s)
35232024-10-19T04:06:06.980Z[ recovery-image] Oct 19 04:06:05.538 INFO O| Oct 19 04:06:05.537 INFO O| Download: 7977/15836 items 78.9/173.3MB 45% complete (1.4M/s)
35242024-10-19T04:06:10.657Z[ host-image] Oct 19 04:06:09.214 INFO O| Oct 19 04:06:09.214 INFO O| Download: 15549/22734 items 121.0/196.6MB 61% complete (1.1M/s)
35252024-10-19T04:06:11.991Z[ recovery-image] Oct 19 04:06:10.547 INFO O| Oct 19 04:06:10.547 INFO O| Download: 8774/15836 items 86.7/173.3MB 50% complete (1.1M/s)
35262024-10-19T04:06:15.671Z[ host-image] Oct 19 04:06:14.227 INFO O| Oct 19 04:06:14.227 INFO O| Download: 16361/22734 items 139.8/196.6MB 71% complete (2.3M/s)
35272024-10-19T04:06:16.996Z[ recovery-image] Oct 19 04:06:15.553 INFO O| Oct 19 04:06:15.553 INFO O| Download: 8928/15836 items 92.6/173.3MB 53% complete (1.5M/s)
35282024-10-19T04:06:20.676Z[ host-image] Oct 19 04:06:19.233 INFO O| Oct 19 04:06:19.233 INFO O| Download: 17414/22734 items 147.2/196.6MB 74% complete (2.6M/s)
35292024-10-19T04:06:22.009Z[ recovery-image] Oct 19 04:06:20.565 INFO O| Oct 19 04:06:20.565 INFO O| Download: 9584/15836 items 93.0/173.3MB 53% complete (829k/s)
35302024-10-19T04:06:25.790Z[ host-image] Oct 19 04:06:24.346 INFO O| Oct 19 04:06:24.346 INFO O| Download: 17946/22734 items 159.0/196.6MB 80% complete (2.3M/s)
35312024-10-19T04:06:27.030Z[ recovery-image] Oct 19 04:06:25.585 INFO O| Oct 19 04:06:25.585 INFO O| Download: 10514/15836 items 93.4/173.3MB 53% complete (83.2k/s)
35322024-10-19T04:06:31.075Z[ host-image] Oct 19 04:06:29.631 INFO O| Oct 19 04:06:29.631 INFO O| Download: 18969/22734 items 163.2/196.6MB 83% complete (1.6M/s)
35332024-10-19T04:06:32.053Z[ recovery-image] Oct 19 04:06:30.608 INFO O| Oct 19 04:06:30.608 INFO O| Download: 11024/15836 items 94.9/173.3MB 54% complete (182k/s)
35342024-10-19T04:06:36.076Z[ host-image] Oct 19 04:06:34.631 INFO O| Oct 19 04:06:34.631 INFO O| Download: 19974/22734 items 167.4/196.6MB 85% complete (823k/s)
35352024-10-19T04:06:37.329Z[ recovery-image] Oct 19 04:06:35.884 INFO O| Oct 19 04:06:35.883 INFO O| Download: 11513/15836 items 111.3/173.3MB 64% complete (1.7M/s)
35362024-10-19T04:06:41.088Z[ host-image] Oct 19 04:06:39.643 INFO O| Oct 19 04:06:39.643 INFO O| Download: 20773/22734 items 171.2/196.6MB 87% complete (807k/s)
35372024-10-19T04:06:42.334Z[ recovery-image] Oct 19 04:06:40.888 INFO O| Oct 19 04:06:40.888 INFO O| Download: 12081/15836 items 137.4/173.3MB 79% complete (4.3M/s)
35382024-10-19T04:06:46.101Z[ host-image] Oct 19 04:06:44.655 INFO O| Oct 19 04:06:44.655 INFO O| Download: 21035/22734 items 176.5/196.6MB 89% complete (951k/s)
35392024-10-19T04:06:47.443Z[ recovery-image] Oct 19 04:06:45.997 INFO O| Oct 19 04:06:45.997 INFO O| Download: 13009/15836 items 141.3/173.3MB 81% complete (3.4M/s)
35402024-10-19T04:06:51.107Z[ host-image] Oct 19 04:06:49.661 INFO O| Oct 19 04:06:49.660 INFO O| Download: 21775/22734 items 185.0/196.6MB 94% complete (1.2M/s)
35412024-10-19T04:06:52.476Z[ recovery-image] Oct 19 04:06:51.030 INFO O| Oct 19 04:06:51.030 INFO O| Download: 14032/15836 items 145.5/173.3MB 83% complete (837k/s)
35422024-10-19T04:06:56.126Z[ host-image] Oct 19 04:06:54.680 INFO O| Oct 19 04:06:54.680 INFO O| Download: 22051/22734 items 193.9/196.6MB 98% complete (1.5M/s)
35432024-10-19T04:06:58.270Z[ recovery-image] Oct 19 04:06:56.824 INFO O| Oct 19 04:06:56.824 INFO O| Download: 14756/15836 items 153.5/173.3MB 88% complete (1.2M/s)
35442024-10-19T04:06:59.768Z[ host-image] Oct 19 04:06:58.321 INFO O| Oct 19 04:06:58.321 INFO O| Download: Completed 196.56 MB in 141.06 seconds (1.4M/s)
35452024-10-19T04:07:01.320Z[ host-image] Oct 19 04:06:59.873 INFO O| Oct 19 04:06:59.873 INFO O| Actions: 1/49270 actions (Installing new actions)
35462024-10-19T04:07:03.436Z[ recovery-image] Oct 19 04:07:01.989 INFO O| Oct 19 04:07:01.989 INFO O| Download: 15278/15836 items 158.1/173.3MB 91% complete (1.3M/s)
35472024-10-19T04:07:06.321Z[ host-image] Oct 19 04:07:04.874 INFO O| Oct 19 04:07:04.874 INFO O| Actions: 11995/49270 actions (Installing new actions)
35482024-10-19T04:07:07.954Z[ recovery-image] Oct 19 04:07:06.507 INFO O| Oct 19 04:07:06.506 INFO O| Download: Completed 173.32 MB in 121.90 seconds (1.4M/s)
35492024-10-19T04:07:08.400Z[ recovery-image] Oct 19 04:07:06.953 INFO O| Oct 19 04:07:06.953 INFO O| Actions: 1/24971 actions (Installing new actions)
35502024-10-19T04:07:09.942Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 25s
35512024-10-19T04:07:10.216ZOct 19 04:07:08.769 INFO [verify-libraries] process exited with exit status: 0 (270.257190246s)
35522024-10-19T04:07:11.321Z[ host-image] Oct 19 04:07:09.874 INFO O| Oct 19 04:07:09.874 INFO O| Actions: 23793/49270 actions (Installing new actions)
35532024-10-19T04:07:13.408Z[ recovery-image] Oct 19 04:07:11.960 INFO O| Oct 19 04:07:11.960 INFO O| Actions: 13250/24971 actions (Installing new actions)
35542024-10-19T04:07:16.068Z[ host-image] Oct 19 04:07:14.620 INFO O| Oct 19 04:07:14.620 INFO O| Actions: Completed 49270 actions in 14.74 seconds.
35552024-10-19T04:07:16.428Z[ host-image] Oct 19 04:07:14.981 INFO O| Oct 19 04:07:14.981 INFO O| Done
35562024-10-19T04:07:16.429Z[ host-image] Oct 19 04:07:14.981 INFO O| Oct 19 04:07:14.981 INFO O| Done
35572024-10-19T04:07:17.043Z[ host-image] Oct 19 04:07:15.595 INFO O| Oct 19 04:07:15.595 INFO O| Done
35582024-10-19T04:07:18.209Z[ host-image] Oct 19 04:07:16.761 INFO O| Oct 19 04:07:16.761 INFO O| Done
35592024-10-19T04:07:18.229Z[ host-image] Oct 19 04:07:16.781 INFO O| Oct 19 04:07:16.781 INFO O| Done
35602024-10-19T04:07:18.412Z[ recovery-image] Oct 19 04:07:16.964 INFO O| Oct 19 04:07:16.964 INFO O| Actions: 24533/24971 actions (Installing new actions)
35612024-10-19T04:07:18.804Z[ recovery-image] Oct 19 04:07:17.356 INFO O| Oct 19 04:07:17.356 INFO O| Actions: Completed 24971 actions in 10.40 seconds.
35622024-10-19T04:07:19.222Z[ recovery-image] Oct 19 04:07:17.774 INFO O| Oct 19 04:07:17.774 INFO O| Done
35632024-10-19T04:07:19.222Z[ recovery-image] Oct 19 04:07:17.774 INFO O| Oct 19 04:07:17.774 INFO O| Done
35642024-10-19T04:07:19.845Z[ recovery-image] Oct 19 04:07:18.397 INFO O| Oct 19 04:07:18.397 INFO O| Done
35652024-10-19T04:07:20.646Z[ recovery-image] Oct 19 04:07:19.197 INFO O| Oct 19 04:07:19.197 INFO O| Done
35662024-10-19T04:07:20.655Z[ recovery-image] Oct 19 04:07:19.207 INFO O| Oct 19 04:07:19.207 INFO O| Done
35672024-10-19T04:07:21.500Z[ host-image] Oct 19 04:07:20.052 INFO O| Oct 19 04:07:20.052 INFO O| Done
35682024-10-19T04:07:22.004Z[ host-image] Oct 19 04:07:20.556 INFO O| Oct 19 04:07:20.556 INFO O| Done
35692024-10-19T04:07:22.282Z[ host-image] Oct 19 04:07:20.834 INFO O| Oct 19 04:07:20.834 INFO STEP 11 (pkg_install) COMPLETE
35702024-10-19T04:07:22.282Z[ host-image] Oct 19 04:07:20.834 INFO O| Oct 19 04:07:20.834 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35712024-10-19T04:07:22.294Z[ host-image] Oct 19 04:07:20.846 INFO O| Oct 19 04:07:20.846 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35722024-10-19T04:07:22.769Z[ host-image] Oct 19 04:07:21.320 INFO O| Oct 19 04:07:21.320 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35732024-10-19T04:07:22.863Z[ recovery-image] Oct 19 04:07:21.415 INFO O| Oct 19 04:07:21.415 INFO O| Done
35742024-10-19T04:07:23.202Z[ recovery-image] Oct 19 04:07:21.753 INFO O| Oct 19 04:07:21.753 INFO O| Done
35752024-10-19T04:07:23.479Z[ recovery-image] Oct 19 04:07:22.030 INFO O| Oct 19 04:07:22.030 INFO STEP 11 (pkg_install) COMPLETE
35762024-10-19T04:07:23.481Z[ recovery-image] Oct 19 04:07:22.030 INFO O| Oct 19 04:07:22.030 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35772024-10-19T04:07:23.481Z[ recovery-image] Oct 19 04:07:22.030 INFO O| Oct 19 04:07:22.030 INFO skip step because feature "recovery" is enabled
35782024-10-19T04:07:23.481Z[ recovery-image] Oct 19 04:07:22.030 INFO O| Oct 19 04:07:22.030 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35792024-10-19T04:07:23.482Z[ recovery-image] Oct 19 04:07:22.030 INFO O| Oct 19 04:07:22.030 INFO skip step because feature "omicron1" is not enabled
35802024-10-19T04:07:23.482Z[ recovery-image] Oct 19 04:07:22.030 INFO O| Oct 19 04:07:22.030 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35812024-10-19T04:07:23.489Z[ recovery-image] Oct 19 04:07:22.041 INFO O| Oct 19 04:07:22.041 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35822024-10-19T04:07:23.961Z[ recovery-image] Oct 19 04:07:22.513 INFO O| Oct 19 04:07:22.513 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35832024-10-19T04:07:24.854Z[ host-image] Oct 19 04:07:23.405 INFO O| Oct 19 04:07:23.405 INFO O| Planning: Solver setup ... Done
35842024-10-19T04:07:24.857Z[ host-image] Oct 19 04:07:23.409 INFO O| Oct 19 04:07:23.409 INFO O| Planning: Running solver ... Done
35852024-10-19T04:07:24.908Z[ host-image] Oct 19 04:07:23.460 INFO O| Oct 19 04:07:23.460 INFO O| Planning: Finding local manifests ... Done
35862024-10-19T04:07:24.911Z[ host-image] Oct 19 04:07:23.461 INFO O| Oct 19 04:07:23.461 INFO O| Planning: Fetching manifests: 0/4 0% complete
35872024-10-19T04:07:25.017Z[ host-image] Oct 19 04:07:23.567 INFO O| Oct 19 04:07:23.567 INFO O| Planning: Fetching manifests: 4/4 100% complete
35882024-10-19T04:07:25.039Z[ host-image] Oct 19 04:07:23.591 INFO O| Oct 19 04:07:23.591 INFO O| Planning: Package planning ... Done
35892024-10-19T04:07:25.042Z[ host-image] Oct 19 04:07:23.593 INFO O| Oct 19 04:07:23.593 INFO O| Planning: Merging actions ... Done
35902024-10-19T04:07:25.118Z[ host-image] Oct 19 04:07:23.670 INFO O| Oct 19 04:07:23.670 INFO O| Planning: Checking for conflicting actions ... Done
35912024-10-19T04:07:25.121Z[ host-image] Oct 19 04:07:23.671 INFO O| Oct 19 04:07:23.671 INFO O| Planning: Consolidating action changes ... Done
35922024-10-19T04:07:25.292Z[ host-image] Oct 19 04:07:23.843 INFO O| Oct 19 04:07:23.843 INFO O| Planning: Evaluating mediators ... Done
35932024-10-19T04:07:25.295Z[ host-image] Oct 19 04:07:23.844 INFO O| Oct 19 04:07:23.844 INFO O| Planning: Planning completed in 2.52 seconds
35942024-10-19T04:07:25.295Z[ host-image] Oct 19 04:07:23.846 INFO O| Oct 19 04:07:23.846 INFO O| Packages to install: 4
35952024-10-19T04:07:25.295Z[ host-image] Oct 19 04:07:23.846 INFO O| Oct 19 04:07:23.846 INFO O| Services to change: 2
35962024-10-19T04:07:25.304Z[ host-image] Oct 19 04:07:23.856 INFO O| Oct 19 04:07:23.856 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
35972024-10-19T04:07:25.747Z[ recovery-image] Oct 19 04:07:24.298 INFO O| Oct 19 04:07:24.298 INFO O| Planning: Solver setup ... Done
35982024-10-19T04:07:25.750Z[ recovery-image] Oct 19 04:07:24.302 INFO O| Oct 19 04:07:24.302 INFO O| Planning: Running solver ... Done
35992024-10-19T04:07:25.798Z[ recovery-image] Oct 19 04:07:24.350 INFO O| Oct 19 04:07:24.350 INFO O| Planning: Finding local manifests ... Done
36002024-10-19T04:07:25.801Z[ recovery-image] Oct 19 04:07:24.350 INFO O| Oct 19 04:07:24.350 INFO O| Planning: Fetching manifests: 0/1 0% complete
36012024-10-19T04:07:25.881Z[ recovery-image] Oct 19 04:07:24.433 INFO O| Oct 19 04:07:24.433 INFO O| Planning: Fetching manifests: 1/1 100% complete
36022024-10-19T04:07:25.900Z[ recovery-image] Oct 19 04:07:24.451 INFO O| Oct 19 04:07:24.451 INFO O| Planning: Package planning ... Done
36032024-10-19T04:07:25.902Z[ recovery-image] Oct 19 04:07:24.452 INFO O| Oct 19 04:07:24.452 INFO O| Planning: Merging actions ... Done
36042024-10-19T04:07:25.932Z[ recovery-image] Oct 19 04:07:24.484 INFO O| Oct 19 04:07:24.484 INFO O| Planning: Checking for conflicting actions ... Done
36052024-10-19T04:07:25.935Z[ recovery-image] Oct 19 04:07:24.485 INFO O| Oct 19 04:07:24.485 INFO O| Planning: Consolidating action changes ... Done
36062024-10-19T04:07:26.059Z[ recovery-image] Oct 19 04:07:24.611 INFO O| Oct 19 04:07:24.611 INFO O| Planning: Evaluating mediators ... Done
36072024-10-19T04:07:26.063Z[ recovery-image] Oct 19 04:07:24.611 INFO O| Oct 19 04:07:24.611 INFO O| Planning: Planning completed in 2.10 seconds
36082024-10-19T04:07:26.063Z[ recovery-image] Oct 19 04:07:24.613 INFO O| Oct 19 04:07:24.612 INFO O| Packages to install: 1
36092024-10-19T04:07:26.071Z[ recovery-image] Oct 19 04:07:24.622 INFO O| Oct 19 04:07:24.622 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
36102024-10-19T04:07:26.283Z[ host-image] Oct 19 04:07:24.834 INFO O| Oct 19 04:07:24.834 INFO O| Download: Completed 1.39 MB in 0.98 seconds (1.4M/s)
36112024-10-19T04:07:26.455Z[ host-image] Oct 19 04:07:25.007 INFO O| Oct 19 04:07:25.006 INFO O| Actions: 1/238 actions (Installing new actions)
36122024-10-19T04:07:26.558Z[ host-image] Oct 19 04:07:25.109 INFO O| Oct 19 04:07:25.109 INFO O| Actions: Completed 238 actions in 0.10 seconds.
36132024-10-19T04:07:26.711Z[ recovery-image] Oct 19 04:07:25.262 INFO O| Oct 19 04:07:25.262 INFO O| Download: Completed 20.86 MB in 0.64 seconds (32.6M/s)
36142024-10-19T04:07:26.738Z[ recovery-image] Oct 19 04:07:25.289 INFO O| Oct 19 04:07:25.289 INFO O| Actions: 1/22 actions (Installing new actions)
36152024-10-19T04:07:26.866Z[ host-image] Oct 19 04:07:25.417 INFO O| Oct 19 04:07:25.417 INFO O| Done
36162024-10-19T04:07:26.866Z[ host-image] Oct 19 04:07:25.417 INFO O| Oct 19 04:07:25.417 INFO O| Done
36172024-10-19T04:07:27.257Z[ recovery-image] Oct 19 04:07:25.808 INFO O| Oct 19 04:07:25.808 INFO O| Actions: Completed 22 actions in 0.52 seconds.
36182024-10-19T04:07:27.354Z[ host-image] Oct 19 04:07:25.905 INFO O| Oct 19 04:07:25.905 INFO O| Done
36192024-10-19T04:07:27.679Z[ recovery-image] Oct 19 04:07:26.230 INFO O| Oct 19 04:07:26.230 INFO O| Done
36202024-10-19T04:07:27.679Z[ recovery-image] Oct 19 04:07:26.231 INFO O| Oct 19 04:07:26.230 INFO O| Done
36212024-10-19T04:07:28.244Z[ recovery-image] Oct 19 04:07:26.796 INFO O| Oct 19 04:07:26.796 INFO O| Done
36222024-10-19T04:07:28.750Z[ host-image] Oct 19 04:07:27.301 INFO O| Oct 19 04:07:27.301 INFO O| Done
36232024-10-19T04:07:28.773Z[ host-image] Oct 19 04:07:27.324 INFO O| Oct 19 04:07:27.324 INFO O| Done
36242024-10-19T04:07:28.775Z[ host-image] Oct 19 04:07:27.324 INFO O| Oct 19 04:07:27.324 INFO O| Done
36252024-10-19T04:07:28.787Z[ host-image] Oct 19 04:07:27.339 INFO O| Oct 19 04:07:27.339 INFO O| Done
36262024-10-19T04:07:28.890Z[ host-image] Oct 19 04:07:27.441 INFO O| Oct 19 04:07:27.441 INFO STEP 12 (pkg_install) COMPLETE
36272024-10-19T04:07:28.890Z[ host-image] Oct 19 04:07:27.442 INFO O| Oct 19 04:07:27.441 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36282024-10-19T04:07:28.901Z[ host-image] Oct 19 04:07:27.453 INFO O| Oct 19 04:07:27.453 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
36292024-10-19T04:07:29.068Z[ recovery-image] Oct 19 04:07:27.619 INFO O| Oct 19 04:07:27.619 INFO O| Done
36302024-10-19T04:07:29.079Z[ recovery-image] Oct 19 04:07:27.631 INFO O| Oct 19 04:07:27.631 INFO O| Done
36312024-10-19T04:07:29.082Z[ recovery-image] Oct 19 04:07:27.631 INFO O| Oct 19 04:07:27.631 INFO O| Done
36322024-10-19T04:07:29.089Z[ recovery-image] Oct 19 04:07:27.640 INFO O| Oct 19 04:07:27.640 INFO O| Done
36332024-10-19T04:07:29.183Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO STEP 14 (pkg_install) COMPLETE
36342024-10-19T04:07:29.183Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352024-10-19T04:07:29.183Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO skip step because feature "mfg" is not enabled
36362024-10-19T04:07:29.185Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372024-10-19T04:07:29.185Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO skip step because feature "compliance" is not enabled
36382024-10-19T04:07:29.185Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36392024-10-19T04:07:29.185Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO skip step because feature "stress" is not enabled
36402024-10-19T04:07:29.185Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36412024-10-19T04:07:29.185Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO skip step because feature "nfs" is not enabled
36422024-10-19T04:07:29.185Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36432024-10-19T04:07:29.185Z[ recovery-image] Oct 19 04:07:27.734 INFO O| Oct 19 04:07:27.734 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36442024-10-19T04:07:29.339Z[ recovery-image] Oct 19 04:07:27.890 INFO O| Oct 19 04:07:27.890 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36452024-10-19T04:07:29.419Z[ recovery-image] Oct 19 04:07:27.971 INFO O| Oct 19 04:07:27.971 INFO completed processing gimlet/ramdisk-01-os
36462024-10-19T04:07:29.422Z[ recovery-image] Oct 19 04:07:27.973 INFO image builder template: ramdisk-02-trim...
36472024-10-19T04:07:29.422Z[ recovery-image] Oct 19 04:07:27.973 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/.tmpOyx3e2/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
36482024-10-19T04:07:29.448Z[ recovery-image] Oct 19 04:07:27.999 INFO O| Oct 19 04:07:27.999 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36492024-10-19T04:07:29.452Z[ recovery-image] Oct 19 04:07:28.004 INFO O| Oct 19 04:07:28.004 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36502024-10-19T04:07:29.514Z[ host-image] Oct 19 04:07:28.066 INFO O| Oct 19 04:07:28.066 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36512024-10-19T04:07:29.548Z[ recovery-image] Oct 19 04:07:28.099 INFO O| Oct 19 04:07:28.099 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36522024-10-19T04:07:29.600Z[ recovery-image] Oct 19 04:07:28.151 INFO O| Oct 19 04:07:28.151 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36532024-10-19T04:07:29.603Z[ recovery-image] Oct 19 04:07:28.151 INFO O| Oct 19 04:07:28.151 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36542024-10-19T04:07:29.606Z[ recovery-image] Oct 19 04:07:28.158 INFO O| Oct 19 04:07:28.158 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36552024-10-19T04:07:29.611Z[ recovery-image] Oct 19 04:07:28.162 INFO O| Oct 19 04:07:28.162 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36562024-10-19T04:07:29.616Z[ recovery-image] Oct 19 04:07:28.167 INFO O| Oct 19 04:07:28.167 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36572024-10-19T04:07:29.752Z[ recovery-image] Oct 19 04:07:28.303 INFO O| Oct 19 04:07:28.303 INFO rolled back to input snapshot; work may begin
36582024-10-19T04:07:29.752Z[ recovery-image] Oct 19 04:07:28.304 INFO O| Oct 19 04:07:28.303 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36592024-10-19T04:07:29.758Z[ recovery-image] Oct 19 04:07:28.309 INFO O| Oct 19 04:07:28.309 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-10-19T04:07:29.768Z[ recovery-image] Oct 19 04:07:28.320 INFO O| Oct 19 04:07:28.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36612024-10-19T04:07:29.817Z[ recovery-image] Oct 19 04:07:28.368 INFO O| Oct 19 04:07:28.368 INFO STEP 0 (remove_files) COMPLETE
36622024-10-19T04:07:29.817Z[ recovery-image] Oct 19 04:07:28.368 INFO O| Oct 19 04:07:28.368 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-10-19T04:07:29.829Z[ recovery-image] Oct 19 04:07:28.381 INFO O| Oct 19 04:07:28.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36642024-10-19T04:07:29.831Z[ recovery-image] Oct 19 04:07:28.383 INFO O| Oct 19 04:07:28.383 INFO STEP 1 (remove_files) COMPLETE
36652024-10-19T04:07:29.831Z[ recovery-image] Oct 19 04:07:28.383 INFO O| Oct 19 04:07:28.383 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36662024-10-19T04:07:29.842Z[ recovery-image] Oct 19 04:07:28.393 INFO O| Oct 19 04:07:28.393 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36672024-10-19T04:07:29.856Z[ recovery-image] Oct 19 04:07:28.408 INFO O| Oct 19 04:07:28.408 INFO STEP 2 (remove_files) COMPLETE
36682024-10-19T04:07:29.856Z[ recovery-image] Oct 19 04:07:28.408 INFO O| Oct 19 04:07:28.408 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-10-19T04:07:29.868Z[ recovery-image] Oct 19 04:07:28.419 INFO O| Oct 19 04:07:28.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36702024-10-19T04:07:29.870Z[ recovery-image] Oct 19 04:07:28.421 INFO O| Oct 19 04:07:28.421 INFO STEP 3 (remove_files) COMPLETE
36712024-10-19T04:07:29.870Z[ recovery-image] Oct 19 04:07:28.421 INFO O| Oct 19 04:07:28.421 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36722024-10-19T04:07:29.882Z[ recovery-image] Oct 19 04:07:28.433 INFO O| Oct 19 04:07:28.433 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36732024-10-19T04:07:29.886Z[ recovery-image] Oct 19 04:07:28.438 INFO O| Oct 19 04:07:28.438 INFO STEP 4 (remove_files) COMPLETE
36742024-10-19T04:07:29.886Z[ recovery-image] Oct 19 04:07:28.438 INFO O| Oct 19 04:07:28.438 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36752024-10-19T04:07:29.900Z[ recovery-image] Oct 19 04:07:28.452 INFO O| Oct 19 04:07:28.452 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36762024-10-19T04:07:29.903Z[ recovery-image] Oct 19 04:07:28.452 INFO O| Oct 19 04:07:28.452 INFO STEP 5 (remove_files) COMPLETE
36772024-10-19T04:07:29.903Z[ recovery-image] Oct 19 04:07:28.452 INFO O| Oct 19 04:07:28.452 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-10-19T04:07:29.912Z[ recovery-image] Oct 19 04:07:28.463 INFO O| Oct 19 04:07:28.463 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36792024-10-19T04:07:29.924Z[ recovery-image] Oct 19 04:07:28.475 INFO O| Oct 19 04:07:28.475 INFO STEP 6 (remove_files) COMPLETE
36802024-10-19T04:07:29.924Z[ recovery-image] Oct 19 04:07:28.475 INFO O| Oct 19 04:07:28.475 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-10-19T04:07:29.926Z[ recovery-image] Oct 19 04:07:28.475 INFO O| Oct 19 04:07:28.475 INFO skip step because feature "recovery" is enabled
36822024-10-19T04:07:29.926Z[ recovery-image] Oct 19 04:07:28.475 INFO O| Oct 19 04:07:28.475 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-10-19T04:07:29.926Z[ recovery-image] Oct 19 04:07:28.475 INFO O| Oct 19 04:07:28.475 INFO skip step because feature "recovery" is enabled
36842024-10-19T04:07:29.926Z[ recovery-image] Oct 19 04:07:28.475 INFO O| Oct 19 04:07:28.475 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36852024-10-19T04:07:29.926Z[ recovery-image] Oct 19 04:07:28.475 INFO O| Oct 19 04:07:28.475 INFO skip step because feature "recovery" is enabled
36862024-10-19T04:07:29.926Z[ recovery-image] Oct 19 04:07:28.475 INFO O| Oct 19 04:07:28.475 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-10-19T04:07:29.935Z[ recovery-image] Oct 19 04:07:28.486 INFO O| Oct 19 04:07:28.486 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36882024-10-19T04:07:29.938Z[ recovery-image] Oct 19 04:07:28.490 INFO O| Oct 19 04:07:28.490 INFO STEP 10 (remove_files) COMPLETE
36892024-10-19T04:07:29.938Z[ recovery-image] Oct 19 04:07:28.490 INFO O| Oct 19 04:07:28.490 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36902024-10-19T04:07:29.948Z[ recovery-image] Oct 19 04:07:28.500 INFO O| Oct 19 04:07:28.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36912024-10-19T04:07:29.951Z[ recovery-image] Oct 19 04:07:28.501 INFO O| Oct 19 04:07:28.501 INFO STEP 11 (remove_files) COMPLETE
36922024-10-19T04:07:29.951Z[ recovery-image] Oct 19 04:07:28.501 INFO O| Oct 19 04:07:28.501 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36932024-10-19T04:07:29.959Z[ recovery-image] Oct 19 04:07:28.510 INFO O| Oct 19 04:07:28.510 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36942024-10-19T04:07:29.961Z[ recovery-image] Oct 19 04:07:28.512 INFO O| Oct 19 04:07:28.512 INFO STEP 12 (remove_files) COMPLETE
36952024-10-19T04:07:29.961Z[ recovery-image] Oct 19 04:07:28.512 INFO O| Oct 19 04:07:28.512 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-10-19T04:07:30.072Z[ recovery-image] Oct 19 04:07:28.624 INFO O| Oct 19 04:07:28.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36972024-10-19T04:07:30.112Z[ recovery-image] Oct 19 04:07:28.663 INFO O| Oct 19 04:07:28.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36982024-10-19T04:07:30.114Z[ recovery-image] Oct 19 04:07:28.663 INFO O| Oct 19 04:07:28.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36992024-10-19T04:07:30.114Z[ recovery-image] Oct 19 04:07:28.664 INFO O| Oct 19 04:07:28.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37002024-10-19T04:07:30.218Z[ recovery-image] Oct 19 04:07:28.769 INFO O| Oct 19 04:07:28.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37012024-10-19T04:07:30.220Z[ recovery-image] Oct 19 04:07:28.769 INFO O| Oct 19 04:07:28.769 INFO STEP 13 (remove_files) COMPLETE
37022024-10-19T04:07:30.221Z[ recovery-image] Oct 19 04:07:28.769 INFO O| Oct 19 04:07:28.769 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-10-19T04:07:30.229Z[ recovery-image] Oct 19 04:07:28.780 INFO O| Oct 19 04:07:28.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37042024-10-19T04:07:30.232Z[ recovery-image] Oct 19 04:07:28.782 INFO O| Oct 19 04:07:28.782 INFO STEP 14 (remove_files) COMPLETE
37052024-10-19T04:07:30.232Z[ recovery-image] Oct 19 04:07:28.782 INFO O| Oct 19 04:07:28.782 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-10-19T04:07:30.240Z[ recovery-image] Oct 19 04:07:28.791 INFO O| Oct 19 04:07:28.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37072024-10-19T04:07:30.246Z[ recovery-image] Oct 19 04:07:28.797 INFO O| Oct 19 04:07:28.797 INFO STEP 15 (remove_files) COMPLETE
37082024-10-19T04:07:30.246Z[ recovery-image] Oct 19 04:07:28.797 INFO O| Oct 19 04:07:28.797 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-10-19T04:07:30.256Z[ recovery-image] Oct 19 04:07:28.807 INFO O| Oct 19 04:07:28.807 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37102024-10-19T04:07:30.258Z[ recovery-image] Oct 19 04:07:28.807 INFO O| Oct 19 04:07:28.807 INFO STEP 16 (remove_files) COMPLETE
37112024-10-19T04:07:30.258Z[ recovery-image] Oct 19 04:07:28.807 INFO O| Oct 19 04:07:28.807 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-10-19T04:07:30.267Z[ recovery-image] Oct 19 04:07:28.818 INFO O| Oct 19 04:07:28.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37132024-10-19T04:07:30.270Z[ recovery-image] Oct 19 04:07:28.820 INFO O| Oct 19 04:07:28.820 INFO STEP 17 (remove_files) COMPLETE
37142024-10-19T04:07:30.270Z[ recovery-image] Oct 19 04:07:28.820 INFO O| Oct 19 04:07:28.820 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-10-19T04:07:30.279Z[ recovery-image] Oct 19 04:07:28.831 INFO O| Oct 19 04:07:28.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37162024-10-19T04:07:30.279Z[ recovery-image] Oct 19 04:07:28.831 INFO O| Oct 19 04:07:28.831 INFO STEP 18 (remove_files) COMPLETE
37172024-10-19T04:07:30.282Z[ recovery-image] Oct 19 04:07:28.831 INFO O| Oct 19 04:07:28.831 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-10-19T04:07:30.290Z[ recovery-image] Oct 19 04:07:28.841 INFO O| Oct 19 04:07:28.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37192024-10-19T04:07:30.290Z[ recovery-image] Oct 19 04:07:28.841 INFO O| Oct 19 04:07:28.841 INFO STEP 19 (remove_files) COMPLETE
37202024-10-19T04:07:30.290Z[ recovery-image] Oct 19 04:07:28.841 INFO O| Oct 19 04:07:28.841 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-10-19T04:07:30.300Z[ recovery-image] Oct 19 04:07:28.851 INFO O| Oct 19 04:07:28.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37222024-10-19T04:07:30.300Z[ recovery-image] Oct 19 04:07:28.852 INFO O| Oct 19 04:07:28.851 INFO STEP 20 (remove_files) COMPLETE
37232024-10-19T04:07:30.303Z[ recovery-image] Oct 19 04:07:28.852 INFO O| Oct 19 04:07:28.851 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-10-19T04:07:30.310Z[ recovery-image] Oct 19 04:07:28.862 INFO O| Oct 19 04:07:28.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37252024-10-19T04:07:30.310Z[ recovery-image] Oct 19 04:07:28.862 INFO O| Oct 19 04:07:28.862 INFO STEP 21 (remove_files) COMPLETE
37262024-10-19T04:07:30.310Z[ recovery-image] Oct 19 04:07:28.862 INFO O| Oct 19 04:07:28.862 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37272024-10-19T04:07:30.321Z[ recovery-image] Oct 19 04:07:28.872 INFO O| Oct 19 04:07:28.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37282024-10-19T04:07:30.321Z[ recovery-image] Oct 19 04:07:28.872 INFO O| Oct 19 04:07:28.872 INFO STEP 22 (remove_files) COMPLETE
37292024-10-19T04:07:30.323Z[ recovery-image] Oct 19 04:07:28.872 INFO O| Oct 19 04:07:28.872 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37302024-10-19T04:07:30.331Z[ recovery-image] Oct 19 04:07:28.883 INFO O| Oct 19 04:07:28.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37312024-10-19T04:07:30.331Z[ recovery-image] Oct 19 04:07:28.883 INFO O| Oct 19 04:07:28.883 INFO STEP 23 (remove_files) COMPLETE
37322024-10-19T04:07:30.331Z[ recovery-image] Oct 19 04:07:28.883 INFO O| Oct 19 04:07:28.883 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37332024-10-19T04:07:30.342Z[ recovery-image] Oct 19 04:07:28.893 INFO O| Oct 19 04:07:28.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37342024-10-19T04:07:30.342Z[ recovery-image] Oct 19 04:07:28.893 INFO O| Oct 19 04:07:28.893 INFO STEP 24 (remove_files) COMPLETE
37352024-10-19T04:07:30.344Z[ recovery-image] Oct 19 04:07:28.893 INFO O| Oct 19 04:07:28.893 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-10-19T04:07:30.351Z[ recovery-image] Oct 19 04:07:28.903 INFO O| Oct 19 04:07:28.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37372024-10-19T04:07:30.351Z[ recovery-image] Oct 19 04:07:28.903 INFO O| Oct 19 04:07:28.903 INFO STEP 25 (remove_files) COMPLETE
37382024-10-19T04:07:30.352Z[ recovery-image] Oct 19 04:07:28.903 INFO O| Oct 19 04:07:28.903 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-10-19T04:07:30.361Z[ recovery-image] Oct 19 04:07:28.913 INFO O| Oct 19 04:07:28.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37402024-10-19T04:07:30.361Z[ recovery-image] Oct 19 04:07:28.913 INFO O| Oct 19 04:07:28.913 INFO STEP 26 (remove_files) COMPLETE
37412024-10-19T04:07:30.361Z[ recovery-image] Oct 19 04:07:28.913 INFO O| Oct 19 04:07:28.913 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-10-19T04:07:30.371Z[ recovery-image] Oct 19 04:07:28.922 INFO O| Oct 19 04:07:28.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37432024-10-19T04:07:30.371Z[ recovery-image] Oct 19 04:07:28.923 INFO O| Oct 19 04:07:28.923 INFO STEP 27 (remove_files) COMPLETE
37442024-10-19T04:07:30.371Z[ recovery-image] Oct 19 04:07:28.923 INFO O| Oct 19 04:07:28.923 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-10-19T04:07:30.381Z[ recovery-image] Oct 19 04:07:28.932 INFO O| Oct 19 04:07:28.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37462024-10-19T04:07:30.381Z[ recovery-image] Oct 19 04:07:28.932 INFO O| Oct 19 04:07:28.932 INFO STEP 28 (remove_files) COMPLETE
37472024-10-19T04:07:30.383Z[ recovery-image] Oct 19 04:07:28.932 INFO O| Oct 19 04:07:28.932 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-10-19T04:07:30.390Z[ recovery-image] Oct 19 04:07:28.942 INFO O| Oct 19 04:07:28.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37492024-10-19T04:07:30.390Z[ recovery-image] Oct 19 04:07:28.942 INFO O| Oct 19 04:07:28.942 INFO STEP 29 (remove_files) COMPLETE
37502024-10-19T04:07:30.393Z[ recovery-image] Oct 19 04:07:28.942 INFO O| Oct 19 04:07:28.942 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-10-19T04:07:30.400Z[ recovery-image] Oct 19 04:07:28.951 INFO O| Oct 19 04:07:28.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37522024-10-19T04:07:30.400Z[ recovery-image] Oct 19 04:07:28.951 INFO O| Oct 19 04:07:28.951 INFO STEP 30 (remove_files) COMPLETE
37532024-10-19T04:07:30.402Z[ recovery-image] Oct 19 04:07:28.951 INFO O| Oct 19 04:07:28.951 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-10-19T04:07:30.409Z[ recovery-image] Oct 19 04:07:28.961 INFO O| Oct 19 04:07:28.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37552024-10-19T04:07:30.411Z[ recovery-image] Oct 19 04:07:28.961 INFO O| Oct 19 04:07:28.961 INFO STEP 31 (remove_files) COMPLETE
37562024-10-19T04:07:30.412Z[ recovery-image] Oct 19 04:07:28.961 INFO O| Oct 19 04:07:28.961 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-10-19T04:07:30.419Z[ recovery-image] Oct 19 04:07:28.970 INFO O| Oct 19 04:07:28.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37582024-10-19T04:07:30.419Z[ recovery-image] Oct 19 04:07:28.970 INFO O| Oct 19 04:07:28.970 INFO STEP 32 (remove_files) COMPLETE
37592024-10-19T04:07:30.419Z[ recovery-image] Oct 19 04:07:28.970 INFO O| Oct 19 04:07:28.970 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-10-19T04:07:30.428Z[ recovery-image] Oct 19 04:07:28.979 INFO O| Oct 19 04:07:28.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37612024-10-19T04:07:30.428Z[ recovery-image] Oct 19 04:07:28.980 INFO O| Oct 19 04:07:28.979 INFO STEP 33 (remove_files) COMPLETE
37622024-10-19T04:07:30.428Z[ recovery-image] Oct 19 04:07:28.980 INFO O| Oct 19 04:07:28.980 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-10-19T04:07:30.437Z[ recovery-image] Oct 19 04:07:28.989 INFO O| Oct 19 04:07:28.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37642024-10-19T04:07:30.437Z[ recovery-image] Oct 19 04:07:28.989 INFO O| Oct 19 04:07:28.989 INFO STEP 34 (remove_files) COMPLETE
37652024-10-19T04:07:30.437Z[ recovery-image] Oct 19 04:07:28.989 INFO O| Oct 19 04:07:28.989 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-10-19T04:07:30.447Z[ recovery-image] Oct 19 04:07:28.998 INFO O| Oct 19 04:07:28.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37672024-10-19T04:07:30.447Z[ recovery-image] Oct 19 04:07:28.998 INFO O| Oct 19 04:07:28.998 INFO STEP 35 (remove_files) COMPLETE
37682024-10-19T04:07:30.447Z[ recovery-image] Oct 19 04:07:28.998 INFO O| Oct 19 04:07:28.998 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-10-19T04:07:30.458Z[ recovery-image] Oct 19 04:07:29.009 INFO O| Oct 19 04:07:29.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37702024-10-19T04:07:30.458Z[ recovery-image] Oct 19 04:07:29.009 INFO O| Oct 19 04:07:29.009 INFO STEP 36 (remove_files) COMPLETE
37712024-10-19T04:07:30.458Z[ recovery-image] Oct 19 04:07:29.009 INFO O| Oct 19 04:07:29.009 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-10-19T04:07:30.468Z[ recovery-image] Oct 19 04:07:29.019 INFO O| Oct 19 04:07:29.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37732024-10-19T04:07:30.468Z[ recovery-image] Oct 19 04:07:29.019 INFO O| Oct 19 04:07:29.019 INFO STEP 37 (remove_files) COMPLETE
37742024-10-19T04:07:30.468Z[ recovery-image] Oct 19 04:07:29.019 INFO O| Oct 19 04:07:29.019 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-10-19T04:07:30.479Z[ recovery-image] Oct 19 04:07:29.031 INFO O| Oct 19 04:07:29.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37762024-10-19T04:07:30.479Z[ recovery-image] Oct 19 04:07:29.031 INFO O| Oct 19 04:07:29.031 INFO STEP 38 (remove_files) COMPLETE
37772024-10-19T04:07:30.482Z[ recovery-image] Oct 19 04:07:29.031 INFO O| Oct 19 04:07:29.031 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-10-19T04:07:30.489Z[ recovery-image] Oct 19 04:07:29.040 INFO O| Oct 19 04:07:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37792024-10-19T04:07:30.489Z[ recovery-image] Oct 19 04:07:29.040 INFO O| Oct 19 04:07:29.040 INFO STEP 39 (remove_files) COMPLETE
37802024-10-19T04:07:30.489Z[ recovery-image] Oct 19 04:07:29.040 INFO O| Oct 19 04:07:29.040 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-10-19T04:07:30.498Z[ recovery-image] Oct 19 04:07:29.050 INFO O| Oct 19 04:07:29.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37822024-10-19T04:07:30.498Z[ recovery-image] Oct 19 04:07:29.050 INFO O| Oct 19 04:07:29.050 INFO STEP 40 (remove_files) COMPLETE
37832024-10-19T04:07:30.500Z[ recovery-image] Oct 19 04:07:29.050 INFO O| Oct 19 04:07:29.050 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-10-19T04:07:30.508Z[ recovery-image] Oct 19 04:07:29.059 INFO O| Oct 19 04:07:29.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37852024-10-19T04:07:30.508Z[ recovery-image] Oct 19 04:07:29.059 INFO O| Oct 19 04:07:29.059 INFO STEP 41 (remove_files) COMPLETE
37862024-10-19T04:07:30.510Z[ recovery-image] Oct 19 04:07:29.059 INFO O| Oct 19 04:07:29.059 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-10-19T04:07:30.517Z[ recovery-image] Oct 19 04:07:29.068 INFO O| Oct 19 04:07:29.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37882024-10-19T04:07:30.517Z[ recovery-image] Oct 19 04:07:29.068 INFO O| Oct 19 04:07:29.068 INFO STEP 42 (remove_files) COMPLETE
37892024-10-19T04:07:30.519Z[ recovery-image] Oct 19 04:07:29.068 INFO O| Oct 19 04:07:29.068 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-10-19T04:07:30.526Z[ recovery-image] Oct 19 04:07:29.078 INFO O| Oct 19 04:07:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37912024-10-19T04:07:30.526Z[ recovery-image] Oct 19 04:07:29.078 INFO O| Oct 19 04:07:29.078 INFO STEP 43 (remove_files) COMPLETE
37922024-10-19T04:07:30.529Z[ recovery-image] Oct 19 04:07:29.078 INFO O| Oct 19 04:07:29.078 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-10-19T04:07:30.536Z[ recovery-image] Oct 19 04:07:29.087 INFO O| Oct 19 04:07:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37942024-10-19T04:07:30.536Z[ recovery-image] Oct 19 04:07:29.087 INFO O| Oct 19 04:07:29.087 INFO STEP 44 (remove_files) COMPLETE
37952024-10-19T04:07:30.538Z[ recovery-image] Oct 19 04:07:29.087 INFO O| Oct 19 04:07:29.087 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-10-19T04:07:30.545Z[ recovery-image] Oct 19 04:07:29.096 INFO O| Oct 19 04:07:29.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37972024-10-19T04:07:30.547Z[ recovery-image] Oct 19 04:07:29.096 INFO O| Oct 19 04:07:29.096 INFO STEP 45 (remove_files) COMPLETE
37982024-10-19T04:07:30.547Z[ recovery-image] Oct 19 04:07:29.096 INFO O| Oct 19 04:07:29.096 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-10-19T04:07:30.554Z[ recovery-image] Oct 19 04:07:29.106 INFO O| Oct 19 04:07:29.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38002024-10-19T04:07:30.554Z[ recovery-image] Oct 19 04:07:29.106 INFO O| Oct 19 04:07:29.106 INFO STEP 46 (remove_files) COMPLETE
38012024-10-19T04:07:30.557Z[ recovery-image] Oct 19 04:07:29.106 INFO O| Oct 19 04:07:29.106 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38022024-10-19T04:07:30.564Z[ recovery-image] Oct 19 04:07:29.115 INFO O| Oct 19 04:07:29.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38032024-10-19T04:07:30.564Z[ recovery-image] Oct 19 04:07:29.115 INFO O| Oct 19 04:07:29.115 INFO STEP 47 (remove_files) COMPLETE
38042024-10-19T04:07:30.564Z[ recovery-image] Oct 19 04:07:29.115 INFO O| Oct 19 04:07:29.115 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-10-19T04:07:30.573Z[ recovery-image] Oct 19 04:07:29.125 INFO O| Oct 19 04:07:29.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38062024-10-19T04:07:30.573Z[ recovery-image] Oct 19 04:07:29.125 INFO O| Oct 19 04:07:29.125 INFO STEP 48 (remove_files) COMPLETE
38072024-10-19T04:07:30.575Z[ recovery-image] Oct 19 04:07:29.125 INFO O| Oct 19 04:07:29.125 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-10-19T04:07:30.583Z[ recovery-image] Oct 19 04:07:29.134 INFO O| Oct 19 04:07:29.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38092024-10-19T04:07:30.583Z[ recovery-image] Oct 19 04:07:29.134 INFO O| Oct 19 04:07:29.134 INFO STEP 49 (remove_files) COMPLETE
38102024-10-19T04:07:30.585Z[ recovery-image] Oct 19 04:07:29.134 INFO O| Oct 19 04:07:29.134 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38112024-10-19T04:07:30.594Z[ recovery-image] Oct 19 04:07:29.145 INFO O| Oct 19 04:07:29.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38122024-10-19T04:07:30.594Z[ recovery-image] Oct 19 04:07:29.146 INFO O| Oct 19 04:07:29.146 INFO STEP 50 (remove_files) COMPLETE
38132024-10-19T04:07:30.597Z[ recovery-image] Oct 19 04:07:29.146 INFO O| Oct 19 04:07:29.146 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-10-19T04:07:30.604Z[ recovery-image] Oct 19 04:07:29.155 INFO O| Oct 19 04:07:29.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38152024-10-19T04:07:30.604Z[ recovery-image] Oct 19 04:07:29.156 INFO O| Oct 19 04:07:29.156 INFO STEP 51 (remove_files) COMPLETE
38162024-10-19T04:07:30.606Z[ recovery-image] Oct 19 04:07:29.156 INFO O| Oct 19 04:07:29.156 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-10-19T04:07:30.614Z[ recovery-image] Oct 19 04:07:29.165 INFO O| Oct 19 04:07:29.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38182024-10-19T04:07:30.614Z[ recovery-image] Oct 19 04:07:29.165 INFO O| Oct 19 04:07:29.165 INFO STEP 52 (remove_files) COMPLETE
38192024-10-19T04:07:30.614Z[ recovery-image] Oct 19 04:07:29.165 INFO O| Oct 19 04:07:29.165 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-10-19T04:07:30.624Z[ recovery-image] Oct 19 04:07:29.175 INFO O| Oct 19 04:07:29.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38212024-10-19T04:07:30.626Z[ recovery-image] Oct 19 04:07:29.175 INFO O| Oct 19 04:07:29.175 INFO STEP 53 (remove_files) COMPLETE
38222024-10-19T04:07:30.626Z[ recovery-image] Oct 19 04:07:29.175 INFO O| Oct 19 04:07:29.175 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-10-19T04:07:30.633Z[ recovery-image] Oct 19 04:07:29.185 INFO O| Oct 19 04:07:29.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38242024-10-19T04:07:30.633Z[ recovery-image] Oct 19 04:07:29.185 INFO O| Oct 19 04:07:29.185 INFO STEP 54 (remove_files) COMPLETE
38252024-10-19T04:07:30.636Z[ recovery-image] Oct 19 04:07:29.185 INFO O| Oct 19 04:07:29.185 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-10-19T04:07:30.644Z[ recovery-image] Oct 19 04:07:29.195 INFO O| Oct 19 04:07:29.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38272024-10-19T04:07:30.644Z[ recovery-image] Oct 19 04:07:29.195 INFO O| Oct 19 04:07:29.195 INFO STEP 55 (remove_files) COMPLETE
38282024-10-19T04:07:30.646Z[ recovery-image] Oct 19 04:07:29.195 INFO O| Oct 19 04:07:29.195 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-10-19T04:07:30.655Z[ recovery-image] Oct 19 04:07:29.206 INFO O| Oct 19 04:07:29.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38302024-10-19T04:07:30.655Z[ recovery-image] Oct 19 04:07:29.206 INFO O| Oct 19 04:07:29.206 INFO STEP 56 (remove_files) COMPLETE
38312024-10-19T04:07:30.657Z[ recovery-image] Oct 19 04:07:29.206 INFO O| Oct 19 04:07:29.206 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-10-19T04:07:30.666Z[ recovery-image] Oct 19 04:07:29.217 INFO O| Oct 19 04:07:29.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38332024-10-19T04:07:30.666Z[ recovery-image] Oct 19 04:07:29.217 INFO O| Oct 19 04:07:29.217 INFO STEP 57 (remove_files) COMPLETE
38342024-10-19T04:07:30.669Z[ recovery-image] Oct 19 04:07:29.217 INFO O| Oct 19 04:07:29.217 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-10-19T04:07:30.677Z[ recovery-image] Oct 19 04:07:29.228 INFO O| Oct 19 04:07:29.228 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38362024-10-19T04:07:30.677Z[ recovery-image] Oct 19 04:07:29.228 INFO O| Oct 19 04:07:29.228 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38372024-10-19T04:07:30.679Z[ recovery-image] Oct 19 04:07:29.228 INFO O| Oct 19 04:07:29.228 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38382024-10-19T04:07:30.680Z[ recovery-image] Oct 19 04:07:29.228 INFO O| Oct 19 04:07:29.228 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38392024-10-19T04:07:30.680Z[ recovery-image] Oct 19 04:07:29.228 INFO O| Oct 19 04:07:29.228 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38402024-10-19T04:07:30.680Z[ recovery-image] Oct 19 04:07:29.228 INFO O| Oct 19 04:07:29.228 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38412024-10-19T04:07:30.680Z[ recovery-image] Oct 19 04:07:29.228 INFO O| Oct 19 04:07:29.228 INFO ok!
38422024-10-19T04:07:30.680Z[ recovery-image] Oct 19 04:07:29.228 INFO O| Oct 19 04:07:29.228 INFO STEP 58 (ensure_file) COMPLETE
38432024-10-19T04:07:30.680Z[ recovery-image] Oct 19 04:07:29.228 INFO O| Oct 19 04:07:29.228 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-10-19T04:07:30.687Z[ recovery-image] Oct 19 04:07:29.238 INFO O| Oct 19 04:07:29.238 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38452024-10-19T04:07:30.690Z[ recovery-image] Oct 19 04:07:29.239 INFO O| Oct 19 04:07:29.238 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38462024-10-19T04:07:30.690Z[ recovery-image] Oct 19 04:07:29.239 INFO O| Oct 19 04:07:29.239 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38472024-10-19T04:07:30.690Z[ recovery-image] Oct 19 04:07:29.239 INFO O| Oct 19 04:07:29.239 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38482024-10-19T04:07:30.690Z[ recovery-image] Oct 19 04:07:29.239 INFO O| Oct 19 04:07:29.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38492024-10-19T04:07:30.690Z[ recovery-image] Oct 19 04:07:29.239 INFO O| Oct 19 04:07:29.239 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38502024-10-19T04:07:30.690Z[ recovery-image] Oct 19 04:07:29.239 INFO O| Oct 19 04:07:29.239 INFO ok!
38512024-10-19T04:07:30.690Z[ recovery-image] Oct 19 04:07:29.239 INFO O| Oct 19 04:07:29.239 INFO STEP 59 (ensure_file) COMPLETE
38522024-10-19T04:07:30.690Z[ recovery-image] Oct 19 04:07:29.239 INFO O| Oct 19 04:07:29.239 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-10-19T04:07:30.699Z[ recovery-image] Oct 19 04:07:29.249 INFO O| Oct 19 04:07:29.249 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38542024-10-19T04:07:30.699Z[ recovery-image] Oct 19 04:07:29.249 INFO O| Oct 19 04:07:29.249 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38552024-10-19T04:07:30.701Z[ recovery-image] Oct 19 04:07:29.249 INFO O| Oct 19 04:07:29.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38562024-10-19T04:07:30.701Z[ recovery-image] Oct 19 04:07:29.249 INFO O| Oct 19 04:07:29.249 INFO ok!
38572024-10-19T04:07:30.701Z[ recovery-image] Oct 19 04:07:29.249 INFO O| Oct 19 04:07:29.249 INFO STEP 60 (ensure_file) COMPLETE
38582024-10-19T04:07:30.701Z[ recovery-image] Oct 19 04:07:29.249 INFO O| Oct 19 04:07:29.249 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-10-19T04:07:30.707Z[ recovery-image] Oct 19 04:07:29.259 INFO O| Oct 19 04:07:29.259 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38602024-10-19T04:07:30.707Z[ recovery-image] Oct 19 04:07:29.259 INFO O| Oct 19 04:07:29.259 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38612024-10-19T04:07:30.710Z[ recovery-image] Oct 19 04:07:29.259 INFO O| Oct 19 04:07:29.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38622024-10-19T04:07:30.710Z[ recovery-image] Oct 19 04:07:29.259 INFO O| Oct 19 04:07:29.259 INFO ok!
38632024-10-19T04:07:30.710Z[ recovery-image] Oct 19 04:07:29.259 INFO O| Oct 19 04:07:29.259 INFO STEP 61 (ensure_file) COMPLETE
38642024-10-19T04:07:30.710Z[ recovery-image] Oct 19 04:07:29.259 INFO O| Oct 19 04:07:29.259 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-10-19T04:07:30.717Z[ recovery-image] Oct 19 04:07:29.268 INFO O| Oct 19 04:07:29.268 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38662024-10-19T04:07:30.717Z[ recovery-image] Oct 19 04:07:29.268 INFO O| Oct 19 04:07:29.268 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38672024-10-19T04:07:30.720Z[ recovery-image] Oct 19 04:07:29.268 INFO O| Oct 19 04:07:29.268 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38682024-10-19T04:07:30.720Z[ recovery-image] Oct 19 04:07:29.269 INFO O| Oct 19 04:07:29.268 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38692024-10-19T04:07:30.720Z[ recovery-image] Oct 19 04:07:29.269 INFO O| Oct 19 04:07:29.268 INFO ok!
38702024-10-19T04:07:30.720Z[ recovery-image] Oct 19 04:07:29.269 INFO O| Oct 19 04:07:29.268 INFO STEP 62 (ensure_file) COMPLETE
38712024-10-19T04:07:30.720Z[ recovery-image] Oct 19 04:07:29.269 INFO O| Oct 19 04:07:29.268 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-10-19T04:07:30.727Z[ recovery-image] Oct 19 04:07:29.278 INFO O| Oct 19 04:07:29.278 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38732024-10-19T04:07:30.727Z[ recovery-image] Oct 19 04:07:29.278 INFO O| Oct 19 04:07:29.278 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38742024-10-19T04:07:30.729Z[ recovery-image] Oct 19 04:07:29.278 INFO O| Oct 19 04:07:29.278 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38752024-10-19T04:07:30.729Z[ recovery-image] Oct 19 04:07:29.278 INFO O| Oct 19 04:07:29.278 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38762024-10-19T04:07:30.729Z[ recovery-image] Oct 19 04:07:29.278 INFO O| Oct 19 04:07:29.278 INFO ok!
38772024-10-19T04:07:30.729Z[ recovery-image] Oct 19 04:07:29.278 INFO O| Oct 19 04:07:29.278 INFO STEP 63 (ensure_file) COMPLETE
38782024-10-19T04:07:30.729Z[ recovery-image] Oct 19 04:07:29.278 INFO O| Oct 19 04:07:29.278 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-19T04:07:30.736Z[ recovery-image] Oct 19 04:07:29.287 INFO O| Oct 19 04:07:29.287 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38802024-10-19T04:07:30.736Z[ recovery-image] Oct 19 04:07:29.288 INFO O| Oct 19 04:07:29.287 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38812024-10-19T04:07:30.739Z[ recovery-image] Oct 19 04:07:29.288 INFO O| Oct 19 04:07:29.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38822024-10-19T04:07:30.739Z[ recovery-image] Oct 19 04:07:29.288 INFO O| Oct 19 04:07:29.288 INFO ok!
38832024-10-19T04:07:30.739Z[ recovery-image] Oct 19 04:07:29.288 INFO O| Oct 19 04:07:29.288 INFO STEP 64 (assemble_files) COMPLETE
38842024-10-19T04:07:30.739Z[ recovery-image] Oct 19 04:07:29.288 INFO O| Oct 19 04:07:29.288 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-19T04:07:30.746Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38862024-10-19T04:07:30.746Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38872024-10-19T04:07:30.748Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38882024-10-19T04:07:30.748Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38892024-10-19T04:07:30.748Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO ok!
38902024-10-19T04:07:30.748Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO STEP 65 (ensure_file) COMPLETE
38912024-10-19T04:07:30.748Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-10-19T04:07:30.748Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO skip step because feature "omicron1" is not enabled
38932024-10-19T04:07:30.749Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-19T04:07:30.749Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO skip step because feature "omicron1" is not enabled
38952024-10-19T04:07:30.749Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-10-19T04:07:30.749Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO skip step because feature "omicron1" is not enabled
38972024-10-19T04:07:30.749Z[ recovery-image] Oct 19 04:07:29.297 INFO O| Oct 19 04:07:29.297 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-19T04:07:30.760Z[ recovery-image] Oct 19 04:07:29.312 INFO O| Oct 19 04:07:29.312 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38992024-10-19T04:07:30.760Z[ recovery-image] Oct 19 04:07:29.312 INFO O| Oct 19 04:07:29.312 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39002024-10-19T04:07:31.366Z[ host-image] Oct 19 04:07:29.917 INFO O| Oct 19 04:07:29.917 INFO O| Planning: Solver setup ... Done
39012024-10-19T04:07:31.370Z[ host-image] Oct 19 04:07:29.921 INFO O| Oct 19 04:07:29.921 INFO O| Planning: Running solver ... Done
39022024-10-19T04:07:31.420Z[ host-image] Oct 19 04:07:29.971 INFO O| Oct 19 04:07:29.971 INFO O| Planning: Finding local manifests ... Done
39032024-10-19T04:07:31.423Z[ host-image] Oct 19 04:07:29.973 INFO O| Oct 19 04:07:29.973 INFO O| Planning: Fetching manifests: 0/6 0% complete
39042024-10-19T04:07:31.575Z[ host-image] Oct 19 04:07:30.126 INFO O| Oct 19 04:07:30.126 INFO O| Planning: Fetching manifests: 6/6 100% complete
39052024-10-19T04:07:31.607Z[ host-image] Oct 19 04:07:30.158 INFO O| Oct 19 04:07:30.158 INFO O| Planning: Package planning ... Done
39062024-10-19T04:07:31.625Z[ host-image] Oct 19 04:07:30.177 INFO O| Oct 19 04:07:30.177 INFO O| Planning: Merging actions ... Done
39072024-10-19T04:07:31.698Z[ host-image] Oct 19 04:07:30.249 INFO O| Oct 19 04:07:30.249 INFO O| Planning: Checking for conflicting actions ... Done
39082024-10-19T04:07:31.701Z[ host-image] Oct 19 04:07:30.253 INFO O| Oct 19 04:07:30.253 INFO O| Planning: Consolidating action changes ... Done
39092024-10-19T04:07:31.876Z[ host-image] Oct 19 04:07:30.427 INFO O| Oct 19 04:07:30.427 INFO O| Planning: Evaluating mediators ... Done
39102024-10-19T04:07:31.879Z[ host-image] Oct 19 04:07:30.430 INFO O| Oct 19 04:07:30.430 INFO O| Planning: Planning completed in 2.36 seconds
39112024-10-19T04:07:31.881Z[ host-image] Oct 19 04:07:30.432 INFO O| Oct 19 04:07:30.432 INFO O| Packages to install: 6
39122024-10-19T04:07:31.881Z[ host-image] Oct 19 04:07:30.432 INFO O| Oct 19 04:07:30.432 INFO O| Mediators to change: 1
39132024-10-19T04:07:31.881Z[ host-image] Oct 19 04:07:30.432 INFO O| Oct 19 04:07:30.432 INFO O| Services to change: 1
39142024-10-19T04:07:31.893Z[ host-image] Oct 19 04:07:30.444 INFO O| Oct 19 04:07:30.444 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
39152024-10-19T04:07:32.207Z[ recovery-image] Oct 19 04:07:30.758 INFO O| Oct 19 04:07:30.758 INFO STEP 69 (pack_tar) COMPLETE
39162024-10-19T04:07:32.210Z[ recovery-image] Oct 19 04:07:30.758 INFO O| Oct 19 04:07:30.758 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39172024-10-19T04:07:32.210Z[ recovery-image] Oct 19 04:07:30.758 INFO O| Oct 19 04:07:30.758 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39182024-10-19T04:07:33.289Z[ recovery-image] Oct 19 04:07:31.840 INFO O| Oct 19 04:07:31.840 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39192024-10-19T04:07:33.370Z[ recovery-image] Oct 19 04:07:31.921 INFO O| Oct 19 04:07:31.921 INFO completed processing gimlet/ramdisk-02-trim
39202024-10-19T04:07:33.373Z[ recovery-image] Oct 19 04:07:31.923 INFO image builder template: ramdisk-03-recovery-trim...
39212024-10-19T04:07:33.373Z[ recovery-image] Oct 19 04:07:31.923 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/.tmpOyx3e2/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
39222024-10-19T04:07:33.478Z[ recovery-image] Oct 19 04:07:32.029 INFO O| Oct 19 04:07:32.029 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39232024-10-19T04:07:33.482Z[ recovery-image] Oct 19 04:07:32.034 INFO O| Oct 19 04:07:32.034 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39242024-10-19T04:07:33.542Z[ recovery-image] Oct 19 04:07:32.093 INFO O| Oct 19 04:07:32.093 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39252024-10-19T04:07:33.587Z[ recovery-image] Oct 19 04:07:32.138 INFO O| Oct 19 04:07:32.138 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39262024-10-19T04:07:33.590Z[ recovery-image] Oct 19 04:07:32.138 INFO O| Oct 19 04:07:32.138 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39272024-10-19T04:07:33.596Z[ recovery-image] Oct 19 04:07:32.147 INFO O| Oct 19 04:07:32.147 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39282024-10-19T04:07:33.600Z[ recovery-image] Oct 19 04:07:32.151 INFO O| Oct 19 04:07:32.151 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39292024-10-19T04:07:33.605Z[ recovery-image] Oct 19 04:07:32.156 INFO O| Oct 19 04:07:32.156 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39302024-10-19T04:07:33.841Z[ recovery-image] Oct 19 04:07:32.392 INFO O| Oct 19 04:07:32.392 INFO rolled back to input snapshot; work may begin
39312024-10-19T04:07:33.841Z[ recovery-image] Oct 19 04:07:32.392 INFO O| Oct 19 04:07:32.392 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39322024-10-19T04:07:33.847Z[ recovery-image] Oct 19 04:07:32.398 INFO O| Oct 19 04:07:32.398 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39332024-10-19T04:07:33.857Z[ recovery-image] Oct 19 04:07:32.409 INFO O| Oct 19 04:07:32.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39342024-10-19T04:07:33.877Z[ recovery-image] Oct 19 04:07:32.429 INFO O| Oct 19 04:07:32.429 INFO STEP 0 (remove_files) COMPLETE
39352024-10-19T04:07:33.878Z[ recovery-image] Oct 19 04:07:32.429 INFO O| Oct 19 04:07:32.429 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39362024-10-19T04:07:33.887Z[ recovery-image] Oct 19 04:07:32.438 INFO O| Oct 19 04:07:32.438 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39372024-10-19T04:07:33.953Z[ recovery-image] Oct 19 04:07:32.504 INFO O| Oct 19 04:07:32.504 INFO STEP 1 (remove_files) COMPLETE
39382024-10-19T04:07:33.953Z[ recovery-image] Oct 19 04:07:32.504 INFO O| Oct 19 04:07:32.504 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39392024-10-19T04:07:33.965Z[ recovery-image] Oct 19 04:07:32.516 INFO O| Oct 19 04:07:32.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39402024-10-19T04:07:33.967Z[ recovery-image] Oct 19 04:07:32.518 INFO O| Oct 19 04:07:32.518 INFO STEP 2 (remove_files) COMPLETE
39412024-10-19T04:07:33.967Z[ recovery-image] Oct 19 04:07:32.518 INFO O| Oct 19 04:07:32.518 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39422024-10-19T04:07:33.978Z[ recovery-image] Oct 19 04:07:32.529 INFO O| Oct 19 04:07:32.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39432024-10-19T04:07:34.025Z[ recovery-image] Oct 19 04:07:32.574 INFO O| Oct 19 04:07:32.574 INFO STEP 3 (remove_files) COMPLETE
39442024-10-19T04:07:34.025Z[ recovery-image] Oct 19 04:07:32.574 INFO O| Oct 19 04:07:32.574 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39452024-10-19T04:07:34.035Z[ recovery-image] Oct 19 04:07:32.585 INFO O| Oct 19 04:07:32.585 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39462024-10-19T04:07:34.051Z[ recovery-image] Oct 19 04:07:32.603 INFO O| Oct 19 04:07:32.603 INFO STEP 4 (remove_files) COMPLETE
39472024-10-19T04:07:34.054Z[ recovery-image] Oct 19 04:07:32.603 INFO O| Oct 19 04:07:32.603 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39482024-10-19T04:07:34.062Z[ recovery-image] Oct 19 04:07:32.613 INFO O| Oct 19 04:07:32.613 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39492024-10-19T04:07:34.067Z[ recovery-image] Oct 19 04:07:32.618 INFO O| Oct 19 04:07:32.618 INFO STEP 5 (remove_files) COMPLETE
39502024-10-19T04:07:34.069Z[ recovery-image] Oct 19 04:07:32.618 INFO O| Oct 19 04:07:32.618 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-10-19T04:07:34.077Z[ recovery-image] Oct 19 04:07:32.628 INFO O| Oct 19 04:07:32.628 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39522024-10-19T04:07:34.079Z[ recovery-image] Oct 19 04:07:32.630 INFO O| Oct 19 04:07:32.630 INFO STEP 6 (remove_files) COMPLETE
39532024-10-19T04:07:34.079Z[ recovery-image] Oct 19 04:07:32.630 INFO O| Oct 19 04:07:32.630 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-10-19T04:07:34.089Z[ recovery-image] Oct 19 04:07:32.640 INFO O| Oct 19 04:07:32.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39552024-10-19T04:07:34.092Z[ recovery-image] Oct 19 04:07:32.643 INFO O| Oct 19 04:07:32.643 INFO STEP 7 (remove_files) COMPLETE
39562024-10-19T04:07:34.094Z[ recovery-image] Oct 19 04:07:32.643 INFO O| Oct 19 04:07:32.643 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-10-19T04:07:34.102Z[ recovery-image] Oct 19 04:07:32.653 INFO O| Oct 19 04:07:32.653 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39582024-10-19T04:07:34.105Z[ recovery-image] Oct 19 04:07:32.656 INFO O| Oct 19 04:07:32.656 INFO STEP 8 (remove_files) COMPLETE
39592024-10-19T04:07:34.107Z[ recovery-image] Oct 19 04:07:32.656 INFO O| Oct 19 04:07:32.656 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-10-19T04:07:34.114Z[ recovery-image] Oct 19 04:07:32.666 INFO O| Oct 19 04:07:32.666 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39612024-10-19T04:07:34.117Z[ recovery-image] Oct 19 04:07:32.666 INFO O| Oct 19 04:07:32.666 INFO STEP 9 (remove_files) COMPLETE
39622024-10-19T04:07:34.117Z[ recovery-image] Oct 19 04:07:32.666 INFO O| Oct 19 04:07:32.666 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-10-19T04:07:34.124Z[ recovery-image] Oct 19 04:07:32.675 INFO O| Oct 19 04:07:32.675 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39642024-10-19T04:07:34.127Z[ recovery-image] Oct 19 04:07:32.676 INFO O| Oct 19 04:07:32.676 INFO STEP 10 (remove_files) COMPLETE
39652024-10-19T04:07:34.127Z[ recovery-image] Oct 19 04:07:32.676 INFO O| Oct 19 04:07:32.676 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-10-19T04:07:34.135Z[ recovery-image] Oct 19 04:07:32.686 INFO O| Oct 19 04:07:32.686 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39672024-10-19T04:07:34.188Z[ recovery-image] Oct 19 04:07:32.739 INFO O| Oct 19 04:07:32.739 INFO STEP 11 (remove_files) COMPLETE
39682024-10-19T04:07:34.188Z[ recovery-image] Oct 19 04:07:32.739 INFO O| Oct 19 04:07:32.739 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-10-19T04:07:34.198Z[ recovery-image] Oct 19 04:07:32.750 INFO O| Oct 19 04:07:32.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39702024-10-19T04:07:34.201Z[ recovery-image] Oct 19 04:07:32.752 INFO O| Oct 19 04:07:32.752 INFO STEP 12 (remove_files) COMPLETE
39712024-10-19T04:07:34.201Z[ recovery-image] Oct 19 04:07:32.752 INFO O| Oct 19 04:07:32.752 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-10-19T04:07:34.211Z[ recovery-image] Oct 19 04:07:32.762 INFO O| Oct 19 04:07:32.762 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39732024-10-19T04:07:34.214Z[ recovery-image] Oct 19 04:07:32.765 INFO O| Oct 19 04:07:32.765 INFO STEP 13 (remove_files) COMPLETE
39742024-10-19T04:07:34.216Z[ recovery-image] Oct 19 04:07:32.765 INFO O| Oct 19 04:07:32.765 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-10-19T04:07:34.224Z[ recovery-image] Oct 19 04:07:32.775 INFO O| Oct 19 04:07:32.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39762024-10-19T04:07:34.226Z[ recovery-image] Oct 19 04:07:32.776 INFO O| Oct 19 04:07:32.776 INFO STEP 14 (remove_files) COMPLETE
39772024-10-19T04:07:34.226Z[ recovery-image] Oct 19 04:07:32.776 INFO O| Oct 19 04:07:32.776 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-10-19T04:07:34.235Z[ recovery-image] Oct 19 04:07:32.786 INFO O| Oct 19 04:07:32.786 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39792024-10-19T04:07:34.237Z[ recovery-image] Oct 19 04:07:32.787 INFO O| Oct 19 04:07:32.787 INFO STEP 15 (remove_files) COMPLETE
39802024-10-19T04:07:34.237Z[ recovery-image] Oct 19 04:07:32.787 INFO O| Oct 19 04:07:32.787 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-10-19T04:07:34.245Z[ recovery-image] Oct 19 04:07:32.796 INFO O| Oct 19 04:07:32.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39822024-10-19T04:07:34.252Z[ recovery-image] Oct 19 04:07:32.803 INFO O| Oct 19 04:07:32.803 INFO STEP 16 (remove_files) COMPLETE
39832024-10-19T04:07:34.255Z[ recovery-image] Oct 19 04:07:32.803 INFO O| Oct 19 04:07:32.803 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-10-19T04:07:34.262Z[ recovery-image] Oct 19 04:07:32.813 INFO O| Oct 19 04:07:32.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39852024-10-19T04:07:34.265Z[ recovery-image] Oct 19 04:07:32.814 INFO O| Oct 19 04:07:32.814 INFO STEP 17 (remove_files) COMPLETE
39862024-10-19T04:07:34.265Z[ recovery-image] Oct 19 04:07:32.814 INFO O| Oct 19 04:07:32.814 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-10-19T04:07:34.272Z[ recovery-image] Oct 19 04:07:32.823 INFO O| Oct 19 04:07:32.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39882024-10-19T04:07:34.272Z[ recovery-image] Oct 19 04:07:32.823 INFO O| Oct 19 04:07:32.823 INFO STEP 18 (remove_files) COMPLETE
39892024-10-19T04:07:34.274Z[ recovery-image] Oct 19 04:07:32.823 INFO O| Oct 19 04:07:32.823 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-10-19T04:07:34.282Z[ recovery-image] Oct 19 04:07:32.833 INFO O| Oct 19 04:07:32.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39912024-10-19T04:07:34.326Z[ recovery-image] Oct 19 04:07:32.877 INFO O| Oct 19 04:07:32.877 INFO STEP 19 (remove_files) COMPLETE
39922024-10-19T04:07:34.326Z[ recovery-image] Oct 19 04:07:32.877 INFO O| Oct 19 04:07:32.877 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-10-19T04:07:34.337Z[ recovery-image] Oct 19 04:07:32.889 INFO O| Oct 19 04:07:32.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39942024-10-19T04:07:34.340Z[ recovery-image] Oct 19 04:07:32.890 INFO O| Oct 19 04:07:32.889 INFO STEP 20 (remove_files) COMPLETE
39952024-10-19T04:07:34.340Z[ recovery-image] Oct 19 04:07:32.890 INFO O| Oct 19 04:07:32.889 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-10-19T04:07:34.348Z[ recovery-image] Oct 19 04:07:32.899 INFO O| Oct 19 04:07:32.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39972024-10-19T04:07:34.348Z[ recovery-image] Oct 19 04:07:32.899 INFO O| Oct 19 04:07:32.899 INFO STEP 21 (remove_files) COMPLETE
39982024-10-19T04:07:34.348Z[ recovery-image] Oct 19 04:07:32.899 INFO O| Oct 19 04:07:32.899 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-10-19T04:07:34.358Z[ recovery-image] Oct 19 04:07:32.909 INFO O| Oct 19 04:07:32.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40002024-10-19T04:07:34.360Z[ recovery-image] Oct 19 04:07:32.909 INFO O| Oct 19 04:07:32.909 INFO STEP 22 (remove_files) COMPLETE
40012024-10-19T04:07:34.360Z[ recovery-image] Oct 19 04:07:32.909 INFO O| Oct 19 04:07:32.909 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-10-19T04:07:34.368Z[ recovery-image] Oct 19 04:07:32.919 INFO O| Oct 19 04:07:32.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40032024-10-19T04:07:34.368Z[ recovery-image] Oct 19 04:07:32.919 INFO O| Oct 19 04:07:32.919 INFO STEP 23 (remove_files) COMPLETE
40042024-10-19T04:07:34.368Z[ recovery-image] Oct 19 04:07:32.919 INFO O| Oct 19 04:07:32.919 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-10-19T04:07:34.377Z[ recovery-image] Oct 19 04:07:32.929 INFO O| Oct 19 04:07:32.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40062024-10-19T04:07:34.377Z[ recovery-image] Oct 19 04:07:32.929 INFO O| Oct 19 04:07:32.929 INFO STEP 24 (remove_files) COMPLETE
40072024-10-19T04:07:34.380Z[ recovery-image] Oct 19 04:07:32.929 INFO O| Oct 19 04:07:32.929 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-10-19T04:07:34.387Z[ recovery-image] Oct 19 04:07:32.938 INFO O| Oct 19 04:07:32.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40092024-10-19T04:07:34.389Z[ recovery-image] Oct 19 04:07:32.938 INFO O| Oct 19 04:07:32.938 INFO STEP 25 (remove_files) COMPLETE
40102024-10-19T04:07:34.389Z[ recovery-image] Oct 19 04:07:32.938 INFO O| Oct 19 04:07:32.938 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-10-19T04:07:34.396Z[ recovery-image] Oct 19 04:07:32.948 INFO O| Oct 19 04:07:32.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40122024-10-19T04:07:34.399Z[ recovery-image] Oct 19 04:07:32.948 INFO O| Oct 19 04:07:32.948 INFO STEP 26 (remove_files) COMPLETE
40132024-10-19T04:07:34.399Z[ recovery-image] Oct 19 04:07:32.948 INFO O| Oct 19 04:07:32.948 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-10-19T04:07:34.406Z[ recovery-image] Oct 19 04:07:32.957 INFO O| Oct 19 04:07:32.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40152024-10-19T04:07:34.406Z[ recovery-image] Oct 19 04:07:32.957 INFO O| Oct 19 04:07:32.957 INFO STEP 27 (remove_files) COMPLETE
40162024-10-19T04:07:34.406Z[ recovery-image] Oct 19 04:07:32.957 INFO O| Oct 19 04:07:32.957 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-10-19T04:07:34.416Z[ recovery-image] Oct 19 04:07:32.967 INFO O| Oct 19 04:07:32.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40182024-10-19T04:07:34.418Z[ recovery-image] Oct 19 04:07:32.967 INFO O| Oct 19 04:07:32.967 INFO STEP 28 (remove_files) COMPLETE
40192024-10-19T04:07:34.418Z[ recovery-image] Oct 19 04:07:32.967 INFO O| Oct 19 04:07:32.967 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-10-19T04:07:34.425Z[ recovery-image] Oct 19 04:07:32.976 INFO O| Oct 19 04:07:32.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40212024-10-19T04:07:34.425Z[ recovery-image] Oct 19 04:07:32.976 INFO O| Oct 19 04:07:32.976 INFO STEP 29 (remove_files) COMPLETE
40222024-10-19T04:07:34.427Z[ recovery-image] Oct 19 04:07:32.976 INFO O| Oct 19 04:07:32.976 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-10-19T04:07:34.434Z[ recovery-image] Oct 19 04:07:32.986 INFO O| Oct 19 04:07:32.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40242024-10-19T04:07:34.437Z[ recovery-image] Oct 19 04:07:32.986 INFO O| Oct 19 04:07:32.986 INFO STEP 30 (remove_files) COMPLETE
40252024-10-19T04:07:34.437Z[ recovery-image] Oct 19 04:07:32.986 INFO O| Oct 19 04:07:32.986 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-10-19T04:07:34.444Z[ recovery-image] Oct 19 04:07:32.995 INFO O| Oct 19 04:07:32.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40272024-10-19T04:07:34.446Z[ recovery-image] Oct 19 04:07:32.996 INFO O| Oct 19 04:07:32.996 INFO STEP 31 (remove_files) COMPLETE
40282024-10-19T04:07:34.446Z[ recovery-image] Oct 19 04:07:32.996 INFO O| Oct 19 04:07:32.996 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-10-19T04:07:34.456Z[ recovery-image] Oct 19 04:07:33.007 INFO O| Oct 19 04:07:33.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40302024-10-19T04:07:34.456Z[ recovery-image] Oct 19 04:07:33.007 INFO O| Oct 19 04:07:33.007 INFO STEP 32 (remove_files) COMPLETE
40312024-10-19T04:07:34.458Z[ recovery-image] Oct 19 04:07:33.007 INFO O| Oct 19 04:07:33.007 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-10-19T04:07:34.465Z[ recovery-image] Oct 19 04:07:33.017 INFO O| Oct 19 04:07:33.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40332024-10-19T04:07:34.468Z[ recovery-image] Oct 19 04:07:33.018 INFO O| Oct 19 04:07:33.017 INFO STEP 33 (remove_files) COMPLETE
40342024-10-19T04:07:34.468Z[ recovery-image] Oct 19 04:07:33.018 INFO O| Oct 19 04:07:33.018 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-10-19T04:07:34.476Z[ recovery-image] Oct 19 04:07:33.027 INFO O| Oct 19 04:07:33.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40362024-10-19T04:07:34.476Z[ recovery-image] Oct 19 04:07:33.027 INFO O| Oct 19 04:07:33.027 INFO STEP 34 (remove_files) COMPLETE
40372024-10-19T04:07:34.478Z[ recovery-image] Oct 19 04:07:33.027 INFO O| Oct 19 04:07:33.027 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-10-19T04:07:34.485Z[ recovery-image] Oct 19 04:07:33.037 INFO O| Oct 19 04:07:33.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40392024-10-19T04:07:34.488Z[ recovery-image] Oct 19 04:07:33.038 INFO O| Oct 19 04:07:33.038 INFO STEP 35 (remove_files) COMPLETE
40402024-10-19T04:07:34.488Z[ recovery-image] Oct 19 04:07:33.038 INFO O| Oct 19 04:07:33.038 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-10-19T04:07:34.496Z[ recovery-image] Oct 19 04:07:33.048 INFO O| Oct 19 04:07:33.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40422024-10-19T04:07:34.499Z[ recovery-image] Oct 19 04:07:33.048 INFO O| Oct 19 04:07:33.048 INFO STEP 36 (remove_files) COMPLETE
40432024-10-19T04:07:34.499Z[ recovery-image] Oct 19 04:07:33.048 INFO O| Oct 19 04:07:33.048 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-10-19T04:07:34.506Z[ recovery-image] Oct 19 04:07:33.057 INFO O| Oct 19 04:07:33.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40452024-10-19T04:07:34.508Z[ recovery-image] Oct 19 04:07:33.058 INFO O| Oct 19 04:07:33.058 INFO STEP 37 (remove_files) COMPLETE
40462024-10-19T04:07:34.508Z[ recovery-image] Oct 19 04:07:33.058 INFO O| Oct 19 04:07:33.058 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-10-19T04:07:34.517Z[ recovery-image] Oct 19 04:07:33.068 INFO O| Oct 19 04:07:33.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40482024-10-19T04:07:34.517Z[ recovery-image] Oct 19 04:07:33.068 INFO O| Oct 19 04:07:33.068 INFO STEP 38 (remove_files) COMPLETE
40492024-10-19T04:07:34.519Z[ recovery-image] Oct 19 04:07:33.068 INFO O| Oct 19 04:07:33.068 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-10-19T04:07:34.526Z[ recovery-image] Oct 19 04:07:33.077 INFO O| Oct 19 04:07:33.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40512024-10-19T04:07:34.526Z[ recovery-image] Oct 19 04:07:33.077 INFO O| Oct 19 04:07:33.077 INFO STEP 39 (remove_files) COMPLETE
40522024-10-19T04:07:34.528Z[ recovery-image] Oct 19 04:07:33.077 INFO O| Oct 19 04:07:33.077 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-10-19T04:07:34.536Z[ recovery-image] Oct 19 04:07:33.087 INFO O| Oct 19 04:07:33.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40542024-10-19T04:07:34.536Z[ recovery-image] Oct 19 04:07:33.087 INFO O| Oct 19 04:07:33.087 INFO STEP 40 (remove_files) COMPLETE
40552024-10-19T04:07:34.536Z[ recovery-image] Oct 19 04:07:33.087 INFO O| Oct 19 04:07:33.087 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-10-19T04:07:34.545Z[ recovery-image] Oct 19 04:07:33.096 INFO O| Oct 19 04:07:33.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40572024-10-19T04:07:34.545Z[ recovery-image] Oct 19 04:07:33.096 INFO O| Oct 19 04:07:33.096 INFO STEP 41 (remove_files) COMPLETE
40582024-10-19T04:07:34.547Z[ recovery-image] Oct 19 04:07:33.096 INFO O| Oct 19 04:07:33.096 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-10-19T04:07:34.555Z[ recovery-image] Oct 19 04:07:33.106 INFO O| Oct 19 04:07:33.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40602024-10-19T04:07:34.555Z[ recovery-image] Oct 19 04:07:33.106 INFO O| Oct 19 04:07:33.106 INFO STEP 42 (remove_files) COMPLETE
40612024-10-19T04:07:34.557Z[ recovery-image] Oct 19 04:07:33.106 INFO O| Oct 19 04:07:33.106 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-10-19T04:07:34.564Z[ recovery-image] Oct 19 04:07:33.115 INFO O| Oct 19 04:07:33.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40632024-10-19T04:07:34.566Z[ recovery-image] Oct 19 04:07:33.115 INFO O| Oct 19 04:07:33.115 INFO STEP 43 (remove_files) COMPLETE
40642024-10-19T04:07:34.566Z[ recovery-image] Oct 19 04:07:33.115 INFO O| Oct 19 04:07:33.115 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-10-19T04:07:34.574Z[ recovery-image] Oct 19 04:07:33.125 INFO O| Oct 19 04:07:33.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40662024-10-19T04:07:34.576Z[ recovery-image] Oct 19 04:07:33.125 INFO O| Oct 19 04:07:33.125 INFO STEP 44 (remove_files) COMPLETE
40672024-10-19T04:07:34.576Z[ recovery-image] Oct 19 04:07:33.125 INFO O| Oct 19 04:07:33.125 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-10-19T04:07:34.583Z[ recovery-image] Oct 19 04:07:33.134 INFO O| Oct 19 04:07:33.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40692024-10-19T04:07:34.583Z[ recovery-image] Oct 19 04:07:33.134 INFO O| Oct 19 04:07:33.134 INFO STEP 45 (remove_files) COMPLETE
40702024-10-19T04:07:34.586Z[ recovery-image] Oct 19 04:07:33.134 INFO O| Oct 19 04:07:33.134 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-10-19T04:07:34.593Z[ recovery-image] Oct 19 04:07:33.144 INFO O| Oct 19 04:07:33.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40722024-10-19T04:07:34.593Z[ recovery-image] Oct 19 04:07:33.144 INFO O| Oct 19 04:07:33.144 INFO STEP 46 (remove_files) COMPLETE
40732024-10-19T04:07:34.595Z[ recovery-image] Oct 19 04:07:33.144 INFO O| Oct 19 04:07:33.144 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-10-19T04:07:34.602Z[ recovery-image] Oct 19 04:07:33.153 INFO O| Oct 19 04:07:33.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40752024-10-19T04:07:34.602Z[ recovery-image] Oct 19 04:07:33.153 INFO O| Oct 19 04:07:33.153 INFO STEP 47 (remove_files) COMPLETE
40762024-10-19T04:07:34.604Z[ recovery-image] Oct 19 04:07:33.153 INFO O| Oct 19 04:07:33.153 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-10-19T04:07:34.612Z[ recovery-image] Oct 19 04:07:33.163 INFO O| Oct 19 04:07:33.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40782024-10-19T04:07:34.614Z[ recovery-image] Oct 19 04:07:33.163 INFO O| Oct 19 04:07:33.163 INFO STEP 48 (remove_files) COMPLETE
40792024-10-19T04:07:34.614Z[ recovery-image] Oct 19 04:07:33.163 INFO O| Oct 19 04:07:33.163 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-10-19T04:07:34.621Z[ recovery-image] Oct 19 04:07:33.172 INFO O| Oct 19 04:07:33.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40812024-10-19T04:07:34.621Z[ recovery-image] Oct 19 04:07:33.172 INFO O| Oct 19 04:07:33.172 INFO STEP 49 (remove_files) COMPLETE
40822024-10-19T04:07:34.621Z[ recovery-image] Oct 19 04:07:33.172 INFO O| Oct 19 04:07:33.172 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-10-19T04:07:34.630Z[ recovery-image] Oct 19 04:07:33.182 INFO O| Oct 19 04:07:33.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40842024-10-19T04:07:34.630Z[ recovery-image] Oct 19 04:07:33.182 INFO O| Oct 19 04:07:33.182 INFO STEP 50 (remove_files) COMPLETE
40852024-10-19T04:07:34.633Z[ recovery-image] Oct 19 04:07:33.182 INFO O| Oct 19 04:07:33.182 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-10-19T04:07:34.640Z[ recovery-image] Oct 19 04:07:33.191 INFO O| Oct 19 04:07:33.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40872024-10-19T04:07:34.642Z[ recovery-image] Oct 19 04:07:33.192 INFO O| Oct 19 04:07:33.192 INFO STEP 51 (remove_files) COMPLETE
40882024-10-19T04:07:34.642Z[ recovery-image] Oct 19 04:07:33.192 INFO O| Oct 19 04:07:33.192 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-10-19T04:07:34.650Z[ recovery-image] Oct 19 04:07:33.201 INFO O| Oct 19 04:07:33.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40902024-10-19T04:07:34.650Z[ recovery-image] Oct 19 04:07:33.201 INFO O| Oct 19 04:07:33.201 INFO STEP 52 (remove_files) COMPLETE
40912024-10-19T04:07:34.650Z[ recovery-image] Oct 19 04:07:33.201 INFO O| Oct 19 04:07:33.201 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-10-19T04:07:34.660Z[ recovery-image] Oct 19 04:07:33.211 INFO O| Oct 19 04:07:33.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40932024-10-19T04:07:34.662Z[ recovery-image] Oct 19 04:07:33.212 INFO O| Oct 19 04:07:33.212 INFO STEP 53 (remove_files) COMPLETE
40942024-10-19T04:07:34.662Z[ recovery-image] Oct 19 04:07:33.212 INFO O| Oct 19 04:07:33.212 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-10-19T04:07:34.671Z[ recovery-image] Oct 19 04:07:33.222 INFO O| Oct 19 04:07:33.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40962024-10-19T04:07:34.673Z[ recovery-image] Oct 19 04:07:33.222 INFO O| Oct 19 04:07:33.222 INFO STEP 54 (remove_files) COMPLETE
40972024-10-19T04:07:34.673Z[ recovery-image] Oct 19 04:07:33.222 INFO O| Oct 19 04:07:33.222 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-10-19T04:07:34.680Z[ recovery-image] Oct 19 04:07:33.231 INFO O| Oct 19 04:07:33.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40992024-10-19T04:07:34.680Z[ recovery-image] Oct 19 04:07:33.231 INFO O| Oct 19 04:07:33.231 INFO STEP 55 (remove_files) COMPLETE
41002024-10-19T04:07:34.683Z[ recovery-image] Oct 19 04:07:33.231 INFO O| Oct 19 04:07:33.231 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-10-19T04:07:34.690Z[ recovery-image] Oct 19 04:07:33.241 INFO O| Oct 19 04:07:33.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41022024-10-19T04:07:34.690Z[ recovery-image] Oct 19 04:07:33.241 INFO O| Oct 19 04:07:33.241 INFO STEP 56 (remove_files) COMPLETE
41032024-10-19T04:07:34.692Z[ recovery-image] Oct 19 04:07:33.241 INFO O| Oct 19 04:07:33.241 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-10-19T04:07:34.699Z[ recovery-image] Oct 19 04:07:33.250 INFO O| Oct 19 04:07:33.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41052024-10-19T04:07:34.699Z[ recovery-image] Oct 19 04:07:33.250 INFO O| Oct 19 04:07:33.250 INFO STEP 57 (remove_files) COMPLETE
41062024-10-19T04:07:34.702Z[ recovery-image] Oct 19 04:07:33.251 INFO O| Oct 19 04:07:33.250 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-10-19T04:07:34.709Z[ recovery-image] Oct 19 04:07:33.260 INFO O| Oct 19 04:07:33.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41082024-10-19T04:07:34.709Z[ recovery-image] Oct 19 04:07:33.260 INFO O| Oct 19 04:07:33.260 INFO STEP 58 (remove_files) COMPLETE
41092024-10-19T04:07:34.709Z[ recovery-image] Oct 19 04:07:33.260 INFO O| Oct 19 04:07:33.260 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-10-19T04:07:34.718Z[ recovery-image] Oct 19 04:07:33.269 INFO O| Oct 19 04:07:33.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41112024-10-19T04:07:34.721Z[ recovery-image] Oct 19 04:07:33.270 INFO O| Oct 19 04:07:33.269 INFO STEP 59 (remove_files) COMPLETE
41122024-10-19T04:07:34.721Z[ recovery-image] Oct 19 04:07:33.270 INFO O| Oct 19 04:07:33.270 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-10-19T04:07:34.728Z[ recovery-image] Oct 19 04:07:33.279 INFO O| Oct 19 04:07:33.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41142024-10-19T04:07:34.730Z[ recovery-image] Oct 19 04:07:33.280 INFO O| Oct 19 04:07:33.280 INFO STEP 60 (remove_files) COMPLETE
41152024-10-19T04:07:34.730Z[ recovery-image] Oct 19 04:07:33.280 INFO O| Oct 19 04:07:33.280 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-10-19T04:07:34.738Z[ recovery-image] Oct 19 04:07:33.289 INFO O| Oct 19 04:07:33.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41172024-10-19T04:07:34.738Z[ recovery-image] Oct 19 04:07:33.290 INFO O| Oct 19 04:07:33.290 INFO STEP 61 (remove_files) COMPLETE
41182024-10-19T04:07:34.741Z[ recovery-image] Oct 19 04:07:33.290 INFO O| Oct 19 04:07:33.290 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-10-19T04:07:34.748Z[ recovery-image] Oct 19 04:07:33.299 INFO O| Oct 19 04:07:33.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41202024-10-19T04:07:34.750Z[ recovery-image] Oct 19 04:07:33.299 INFO O| Oct 19 04:07:33.299 INFO STEP 62 (remove_files) COMPLETE
41212024-10-19T04:07:34.750Z[ recovery-image] Oct 19 04:07:33.299 INFO O| Oct 19 04:07:33.299 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-10-19T04:07:34.758Z[ recovery-image] Oct 19 04:07:33.309 INFO O| Oct 19 04:07:33.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41232024-10-19T04:07:34.758Z[ recovery-image] Oct 19 04:07:33.309 INFO O| Oct 19 04:07:33.309 INFO STEP 63 (remove_files) COMPLETE
41242024-10-19T04:07:34.758Z[ recovery-image] Oct 19 04:07:33.309 INFO O| Oct 19 04:07:33.309 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-10-19T04:07:34.767Z[ recovery-image] Oct 19 04:07:33.318 INFO O| Oct 19 04:07:33.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41262024-10-19T04:07:34.767Z[ recovery-image] Oct 19 04:07:33.318 INFO O| Oct 19 04:07:33.318 INFO STEP 64 (remove_files) COMPLETE
41272024-10-19T04:07:34.770Z[ recovery-image] Oct 19 04:07:33.318 INFO O| Oct 19 04:07:33.318 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-10-19T04:07:34.777Z[ recovery-image] Oct 19 04:07:33.328 INFO O| Oct 19 04:07:33.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41292024-10-19T04:07:34.777Z[ recovery-image] Oct 19 04:07:33.328 INFO O| Oct 19 04:07:33.328 INFO STEP 65 (remove_files) COMPLETE
41302024-10-19T04:07:34.779Z[ recovery-image] Oct 19 04:07:33.328 INFO O| Oct 19 04:07:33.328 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-19T04:07:34.786Z[ recovery-image] Oct 19 04:07:33.337 INFO O| Oct 19 04:07:33.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41322024-10-19T04:07:34.786Z[ recovery-image] Oct 19 04:07:33.337 INFO O| Oct 19 04:07:33.337 INFO STEP 66 (remove_files) COMPLETE
41332024-10-19T04:07:34.788Z[ recovery-image] Oct 19 04:07:33.337 INFO O| Oct 19 04:07:33.337 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-19T04:07:34.795Z[ recovery-image] Oct 19 04:07:33.347 INFO O| Oct 19 04:07:33.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41352024-10-19T04:07:34.798Z[ recovery-image] Oct 19 04:07:33.347 INFO O| Oct 19 04:07:33.347 INFO STEP 67 (remove_files) COMPLETE
41362024-10-19T04:07:34.798Z[ recovery-image] Oct 19 04:07:33.347 INFO O| Oct 19 04:07:33.347 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-19T04:07:34.806Z[ recovery-image] Oct 19 04:07:33.357 INFO O| Oct 19 04:07:33.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41382024-10-19T04:07:34.806Z[ recovery-image] Oct 19 04:07:33.357 INFO O| Oct 19 04:07:33.357 INFO STEP 68 (remove_files) COMPLETE
41392024-10-19T04:07:34.806Z[ recovery-image] Oct 19 04:07:33.357 INFO O| Oct 19 04:07:33.357 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-19T04:07:34.815Z[ recovery-image] Oct 19 04:07:33.366 INFO O| Oct 19 04:07:33.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41412024-10-19T04:07:34.815Z[ recovery-image] Oct 19 04:07:33.366 INFO O| Oct 19 04:07:33.366 INFO STEP 69 (remove_files) COMPLETE
41422024-10-19T04:07:34.818Z[ recovery-image] Oct 19 04:07:33.366 INFO O| Oct 19 04:07:33.366 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-19T04:07:34.826Z[ recovery-image] Oct 19 04:07:33.377 INFO O| Oct 19 04:07:33.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41442024-10-19T04:07:34.828Z[ recovery-image] Oct 19 04:07:33.377 INFO O| Oct 19 04:07:33.377 INFO STEP 70 (remove_files) COMPLETE
41452024-10-19T04:07:34.828Z[ recovery-image] Oct 19 04:07:33.377 INFO O| Oct 19 04:07:33.377 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-19T04:07:34.837Z[ recovery-image] Oct 19 04:07:33.388 INFO O| Oct 19 04:07:33.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41472024-10-19T04:07:34.837Z[ recovery-image] Oct 19 04:07:33.388 INFO O| Oct 19 04:07:33.388 INFO STEP 71 (remove_files) COMPLETE
41482024-10-19T04:07:34.839Z[ recovery-image] Oct 19 04:07:33.388 INFO O| Oct 19 04:07:33.388 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-19T04:07:34.847Z[ recovery-image] Oct 19 04:07:33.398 INFO O| Oct 19 04:07:33.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41502024-10-19T04:07:34.847Z[ recovery-image] Oct 19 04:07:33.398 INFO O| Oct 19 04:07:33.398 INFO STEP 72 (remove_files) COMPLETE
41512024-10-19T04:07:34.847Z[ recovery-image] Oct 19 04:07:33.398 INFO O| Oct 19 04:07:33.398 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-19T04:07:34.857Z[ recovery-image] Oct 19 04:07:33.408 INFO O| Oct 19 04:07:33.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41532024-10-19T04:07:34.857Z[ recovery-image] Oct 19 04:07:33.408 INFO O| Oct 19 04:07:33.408 INFO STEP 73 (remove_files) COMPLETE
41542024-10-19T04:07:34.860Z[ recovery-image] Oct 19 04:07:33.408 INFO O| Oct 19 04:07:33.408 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-19T04:07:34.867Z[ recovery-image] Oct 19 04:07:33.418 INFO O| Oct 19 04:07:33.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41562024-10-19T04:07:34.867Z[ recovery-image] Oct 19 04:07:33.418 INFO O| Oct 19 04:07:33.418 INFO STEP 74 (remove_files) COMPLETE
41572024-10-19T04:07:34.869Z[ recovery-image] Oct 19 04:07:33.418 INFO O| Oct 19 04:07:33.418 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-19T04:07:34.877Z[ recovery-image] Oct 19 04:07:33.428 INFO O| Oct 19 04:07:33.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41592024-10-19T04:07:34.879Z[ recovery-image] Oct 19 04:07:33.428 INFO O| Oct 19 04:07:33.428 INFO STEP 75 (remove_files) COMPLETE
41602024-10-19T04:07:34.879Z[ recovery-image] Oct 19 04:07:33.428 INFO O| Oct 19 04:07:33.428 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-19T04:07:34.888Z[ recovery-image] Oct 19 04:07:33.439 INFO O| Oct 19 04:07:33.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41622024-10-19T04:07:34.888Z[ recovery-image] Oct 19 04:07:33.439 INFO O| Oct 19 04:07:33.439 INFO STEP 76 (remove_files) COMPLETE
41632024-10-19T04:07:34.891Z[ recovery-image] Oct 19 04:07:33.439 INFO O| Oct 19 04:07:33.439 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-19T04:07:34.898Z[ recovery-image] Oct 19 04:07:33.449 INFO O| Oct 19 04:07:33.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41652024-10-19T04:07:34.898Z[ recovery-image] Oct 19 04:07:33.449 INFO O| Oct 19 04:07:33.449 INFO STEP 77 (remove_files) COMPLETE
41662024-10-19T04:07:34.898Z[ recovery-image] Oct 19 04:07:33.449 INFO O| Oct 19 04:07:33.449 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-19T04:07:34.909Z[ recovery-image] Oct 19 04:07:33.460 INFO O| Oct 19 04:07:33.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41682024-10-19T04:07:34.909Z[ recovery-image] Oct 19 04:07:33.460 INFO O| Oct 19 04:07:33.460 INFO STEP 78 (remove_files) COMPLETE
41692024-10-19T04:07:34.909Z[ recovery-image] Oct 19 04:07:33.460 INFO O| Oct 19 04:07:33.460 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-19T04:07:34.918Z[ recovery-image] Oct 19 04:07:33.469 INFO O| Oct 19 04:07:33.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41712024-10-19T04:07:34.918Z[ recovery-image] Oct 19 04:07:33.470 INFO O| Oct 19 04:07:33.470 INFO STEP 79 (remove_files) COMPLETE
41722024-10-19T04:07:34.921Z[ recovery-image] Oct 19 04:07:33.470 INFO O| Oct 19 04:07:33.470 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-19T04:07:34.928Z[ recovery-image] Oct 19 04:07:33.479 INFO O| Oct 19 04:07:33.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41742024-10-19T04:07:34.929Z[ recovery-image] Oct 19 04:07:33.480 INFO O| Oct 19 04:07:33.479 INFO STEP 80 (remove_files) COMPLETE
41752024-10-19T04:07:34.929Z[ recovery-image] Oct 19 04:07:33.480 INFO O| Oct 19 04:07:33.480 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-19T04:07:34.938Z[ recovery-image] Oct 19 04:07:33.489 INFO O| Oct 19 04:07:33.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41772024-10-19T04:07:34.940Z[ recovery-image] Oct 19 04:07:33.489 INFO O| Oct 19 04:07:33.489 INFO STEP 81 (remove_files) COMPLETE
41782024-10-19T04:07:34.940Z[ recovery-image] Oct 19 04:07:33.489 INFO O| Oct 19 04:07:33.489 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-19T04:07:34.947Z[ recovery-image] Oct 19 04:07:33.499 INFO O| Oct 19 04:07:33.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41802024-10-19T04:07:34.947Z[ recovery-image] Oct 19 04:07:33.499 INFO O| Oct 19 04:07:33.499 INFO STEP 82 (remove_files) COMPLETE
41812024-10-19T04:07:34.950Z[ recovery-image] Oct 19 04:07:33.499 INFO O| Oct 19 04:07:33.499 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-19T04:07:34.957Z[ recovery-image] Oct 19 04:07:33.508 INFO O| Oct 19 04:07:33.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41832024-10-19T04:07:34.957Z[ recovery-image] Oct 19 04:07:33.508 INFO O| Oct 19 04:07:33.508 INFO STEP 83 (remove_files) COMPLETE
41842024-10-19T04:07:34.959Z[ recovery-image] Oct 19 04:07:33.508 INFO O| Oct 19 04:07:33.508 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-19T04:07:34.966Z[ recovery-image] Oct 19 04:07:33.517 INFO O| Oct 19 04:07:33.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41862024-10-19T04:07:34.966Z[ recovery-image] Oct 19 04:07:33.517 INFO O| Oct 19 04:07:33.517 INFO STEP 84 (remove_files) COMPLETE
41872024-10-19T04:07:34.969Z[ recovery-image] Oct 19 04:07:33.517 INFO O| Oct 19 04:07:33.517 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-19T04:07:34.976Z[ recovery-image] Oct 19 04:07:33.527 INFO O| Oct 19 04:07:33.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41892024-10-19T04:07:34.976Z[ recovery-image] Oct 19 04:07:33.527 INFO O| Oct 19 04:07:33.527 INFO STEP 85 (remove_files) COMPLETE
41902024-10-19T04:07:34.976Z[ recovery-image] Oct 19 04:07:33.527 INFO O| Oct 19 04:07:33.527 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-19T04:07:34.985Z[ recovery-image] Oct 19 04:07:33.536 INFO O| Oct 19 04:07:33.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41922024-10-19T04:07:34.985Z[ recovery-image] Oct 19 04:07:33.536 INFO O| Oct 19 04:07:33.536 INFO STEP 86 (remove_files) COMPLETE
41932024-10-19T04:07:34.987Z[ recovery-image] Oct 19 04:07:33.536 INFO O| Oct 19 04:07:33.536 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-19T04:07:34.994Z[ recovery-image] Oct 19 04:07:33.545 INFO O| Oct 19 04:07:33.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41952024-10-19T04:07:34.997Z[ recovery-image] Oct 19 04:07:33.546 INFO O| Oct 19 04:07:33.546 INFO STEP 87 (remove_files) COMPLETE
41962024-10-19T04:07:34.997Z[ recovery-image] Oct 19 04:07:33.546 INFO O| Oct 19 04:07:33.546 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-19T04:07:35.004Z[ recovery-image] Oct 19 04:07:33.555 INFO O| Oct 19 04:07:33.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41982024-10-19T04:07:35.004Z[ recovery-image] Oct 19 04:07:33.555 INFO O| Oct 19 04:07:33.555 INFO STEP 88 (remove_files) COMPLETE
41992024-10-19T04:07:35.007Z[ recovery-image] Oct 19 04:07:33.555 INFO O| Oct 19 04:07:33.555 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-19T04:07:35.014Z[ recovery-image] Oct 19 04:07:33.565 INFO O| Oct 19 04:07:33.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42012024-10-19T04:07:35.016Z[ recovery-image] Oct 19 04:07:33.565 INFO O| Oct 19 04:07:33.565 INFO STEP 89 (remove_files) COMPLETE
42022024-10-19T04:07:35.016Z[ recovery-image] Oct 19 04:07:33.565 INFO O| Oct 19 04:07:33.565 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-19T04:07:35.024Z[ recovery-image] Oct 19 04:07:33.574 INFO O| Oct 19 04:07:33.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42042024-10-19T04:07:35.024Z[ recovery-image] Oct 19 04:07:33.574 INFO O| Oct 19 04:07:33.574 INFO STEP 90 (remove_files) COMPLETE
42052024-10-19T04:07:35.026Z[ recovery-image] Oct 19 04:07:33.574 INFO O| Oct 19 04:07:33.574 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-19T04:07:35.032Z[ recovery-image] Oct 19 04:07:33.584 INFO O| Oct 19 04:07:33.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42072024-10-19T04:07:35.032Z[ recovery-image] Oct 19 04:07:33.584 INFO O| Oct 19 04:07:33.584 INFO STEP 91 (remove_files) COMPLETE
42082024-10-19T04:07:35.035Z[ recovery-image] Oct 19 04:07:33.584 INFO O| Oct 19 04:07:33.584 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-19T04:07:35.042Z[ recovery-image] Oct 19 04:07:33.593 INFO O| Oct 19 04:07:33.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42102024-10-19T04:07:35.042Z[ recovery-image] Oct 19 04:07:33.593 INFO O| Oct 19 04:07:33.593 INFO STEP 92 (remove_files) COMPLETE
42112024-10-19T04:07:35.042Z[ recovery-image] Oct 19 04:07:33.593 INFO O| Oct 19 04:07:33.593 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-19T04:07:35.052Z[ recovery-image] Oct 19 04:07:33.603 INFO O| Oct 19 04:07:33.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42132024-10-19T04:07:35.052Z[ recovery-image] Oct 19 04:07:33.603 INFO O| Oct 19 04:07:33.603 INFO STEP 93 (remove_files) COMPLETE
42142024-10-19T04:07:35.052Z[ recovery-image] Oct 19 04:07:33.603 INFO O| Oct 19 04:07:33.603 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-19T04:07:35.061Z[ recovery-image] Oct 19 04:07:33.612 INFO O| Oct 19 04:07:33.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42162024-10-19T04:07:35.061Z[ recovery-image] Oct 19 04:07:33.612 INFO O| Oct 19 04:07:33.612 INFO STEP 94 (remove_files) COMPLETE
42172024-10-19T04:07:35.064Z[ recovery-image] Oct 19 04:07:33.612 INFO O| Oct 19 04:07:33.612 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-19T04:07:35.071Z[ recovery-image] Oct 19 04:07:33.622 INFO O| Oct 19 04:07:33.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42192024-10-19T04:07:35.073Z[ recovery-image] Oct 19 04:07:33.622 INFO O| Oct 19 04:07:33.622 INFO STEP 95 (remove_files) COMPLETE
42202024-10-19T04:07:35.073Z[ recovery-image] Oct 19 04:07:33.622 INFO O| Oct 19 04:07:33.622 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-19T04:07:35.080Z[ recovery-image] Oct 19 04:07:33.631 INFO O| Oct 19 04:07:33.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42222024-10-19T04:07:35.083Z[ recovery-image] Oct 19 04:07:33.631 INFO O| Oct 19 04:07:33.631 INFO STEP 96 (remove_files) COMPLETE
42232024-10-19T04:07:35.083Z[ recovery-image] Oct 19 04:07:33.631 INFO O| Oct 19 04:07:33.631 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-19T04:07:35.090Z[ recovery-image] Oct 19 04:07:33.641 INFO O| Oct 19 04:07:33.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42252024-10-19T04:07:35.092Z[ recovery-image] Oct 19 04:07:33.641 INFO O| Oct 19 04:07:33.641 INFO STEP 97 (remove_files) COMPLETE
42262024-10-19T04:07:35.092Z[ recovery-image] Oct 19 04:07:33.641 INFO O| Oct 19 04:07:33.641 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-19T04:07:35.099Z[ recovery-image] Oct 19 04:07:33.650 INFO O| Oct 19 04:07:33.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42282024-10-19T04:07:35.099Z[ recovery-image] Oct 19 04:07:33.650 INFO O| Oct 19 04:07:33.650 INFO STEP 98 (remove_files) COMPLETE
42292024-10-19T04:07:35.099Z[ recovery-image] Oct 19 04:07:33.650 INFO O| Oct 19 04:07:33.650 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-19T04:07:35.108Z[ recovery-image] Oct 19 04:07:33.660 INFO O| Oct 19 04:07:33.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42312024-10-19T04:07:35.109Z[ recovery-image] Oct 19 04:07:33.660 INFO O| Oct 19 04:07:33.660 INFO STEP 99 (remove_files) COMPLETE
42322024-10-19T04:07:35.111Z[ recovery-image] Oct 19 04:07:33.660 INFO O| Oct 19 04:07:33.660 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-19T04:07:35.118Z[ recovery-image] Oct 19 04:07:33.669 INFO O| Oct 19 04:07:33.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42342024-10-19T04:07:35.121Z[ recovery-image] Oct 19 04:07:33.670 INFO O| Oct 19 04:07:33.670 INFO STEP 100 (remove_files) COMPLETE
42352024-10-19T04:07:35.121Z[ recovery-image] Oct 19 04:07:33.670 INFO O| Oct 19 04:07:33.670 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-19T04:07:35.128Z[ recovery-image] Oct 19 04:07:33.679 INFO O| Oct 19 04:07:33.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42372024-10-19T04:07:35.128Z[ recovery-image] Oct 19 04:07:33.679 INFO O| Oct 19 04:07:33.679 INFO STEP 101 (remove_files) COMPLETE
42382024-10-19T04:07:35.131Z[ recovery-image] Oct 19 04:07:33.679 INFO O| Oct 19 04:07:33.679 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-19T04:07:35.137Z[ recovery-image] Oct 19 04:07:33.688 INFO O| Oct 19 04:07:33.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42402024-10-19T04:07:35.140Z[ recovery-image] Oct 19 04:07:33.690 INFO O| Oct 19 04:07:33.689 INFO STEP 102 (remove_files) COMPLETE
42412024-10-19T04:07:35.140Z[ recovery-image] Oct 19 04:07:33.690 INFO O| Oct 19 04:07:33.689 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-19T04:07:35.148Z[ recovery-image] Oct 19 04:07:33.699 INFO O| Oct 19 04:07:33.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42432024-10-19T04:07:35.148Z[ recovery-image] Oct 19 04:07:33.699 INFO O| Oct 19 04:07:33.699 INFO STEP 103 (remove_files) COMPLETE
42442024-10-19T04:07:35.150Z[ recovery-image] Oct 19 04:07:33.699 INFO O| Oct 19 04:07:33.699 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-19T04:07:35.157Z[ recovery-image] Oct 19 04:07:33.708 INFO O| Oct 19 04:07:33.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42462024-10-19T04:07:35.160Z[ recovery-image] Oct 19 04:07:33.708 INFO O| Oct 19 04:07:33.708 INFO STEP 104 (remove_files) COMPLETE
42472024-10-19T04:07:35.160Z[ recovery-image] Oct 19 04:07:33.708 INFO O| Oct 19 04:07:33.708 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-19T04:07:35.167Z[ recovery-image] Oct 19 04:07:33.718 INFO O| Oct 19 04:07:33.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42492024-10-19T04:07:35.169Z[ recovery-image] Oct 19 04:07:33.718 INFO O| Oct 19 04:07:33.718 INFO STEP 105 (remove_files) COMPLETE
42502024-10-19T04:07:35.169Z[ recovery-image] Oct 19 04:07:33.718 INFO O| Oct 19 04:07:33.718 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-19T04:07:35.176Z[ recovery-image] Oct 19 04:07:33.727 INFO O| Oct 19 04:07:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42522024-10-19T04:07:35.176Z[ recovery-image] Oct 19 04:07:33.727 INFO O| Oct 19 04:07:33.727 INFO STEP 106 (remove_files) COMPLETE
42532024-10-19T04:07:35.176Z[ recovery-image] Oct 19 04:07:33.727 INFO O| Oct 19 04:07:33.727 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-19T04:07:35.185Z[ recovery-image] Oct 19 04:07:33.737 INFO O| Oct 19 04:07:33.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42552024-10-19T04:07:35.186Z[ recovery-image] Oct 19 04:07:33.737 INFO O| Oct 19 04:07:33.737 INFO STEP 107 (remove_files) COMPLETE
42562024-10-19T04:07:35.188Z[ recovery-image] Oct 19 04:07:33.737 INFO O| Oct 19 04:07:33.737 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-19T04:07:35.195Z[ recovery-image] Oct 19 04:07:33.746 INFO O| Oct 19 04:07:33.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42582024-10-19T04:07:35.195Z[ recovery-image] Oct 19 04:07:33.746 INFO O| Oct 19 04:07:33.746 INFO STEP 108 (remove_files) COMPLETE
42592024-10-19T04:07:35.195Z[ recovery-image] Oct 19 04:07:33.746 INFO O| Oct 19 04:07:33.746 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-19T04:07:35.204Z[ recovery-image] Oct 19 04:07:33.755 INFO O| Oct 19 04:07:33.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42612024-10-19T04:07:35.204Z[ recovery-image] Oct 19 04:07:33.755 INFO O| Oct 19 04:07:33.755 INFO STEP 109 (remove_files) COMPLETE
42622024-10-19T04:07:35.204Z[ recovery-image] Oct 19 04:07:33.755 INFO O| Oct 19 04:07:33.755 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-19T04:07:35.214Z[ recovery-image] Oct 19 04:07:33.765 INFO O| Oct 19 04:07:33.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42642024-10-19T04:07:35.218Z[ recovery-image] Oct 19 04:07:33.765 INFO O| Oct 19 04:07:33.765 INFO STEP 110 (remove_files) COMPLETE
42652024-10-19T04:07:35.218Z[ recovery-image] Oct 19 04:07:33.765 INFO O| Oct 19 04:07:33.765 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-19T04:07:35.223Z[ recovery-image] Oct 19 04:07:33.774 INFO O| Oct 19 04:07:33.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42672024-10-19T04:07:35.223Z[ recovery-image] Oct 19 04:07:33.775 INFO O| Oct 19 04:07:33.775 INFO STEP 111 (remove_files) COMPLETE
42682024-10-19T04:07:35.223Z[ recovery-image] Oct 19 04:07:33.775 INFO O| Oct 19 04:07:33.775 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-19T04:07:35.233Z[ recovery-image] Oct 19 04:07:33.784 INFO O| Oct 19 04:07:33.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42702024-10-19T04:07:35.233Z[ recovery-image] Oct 19 04:07:33.784 INFO O| Oct 19 04:07:33.784 INFO STEP 112 (remove_files) COMPLETE
42712024-10-19T04:07:35.235Z[ recovery-image] Oct 19 04:07:33.784 INFO O| Oct 19 04:07:33.784 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-19T04:07:35.242Z[ recovery-image] Oct 19 04:07:33.793 INFO O| Oct 19 04:07:33.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42732024-10-19T04:07:35.242Z[ recovery-image] Oct 19 04:07:33.794 INFO O| Oct 19 04:07:33.794 INFO STEP 113 (remove_files) COMPLETE
42742024-10-19T04:07:35.242Z[ recovery-image] Oct 19 04:07:33.794 INFO O| Oct 19 04:07:33.794 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-19T04:07:35.252Z[ recovery-image] Oct 19 04:07:33.803 INFO O| Oct 19 04:07:33.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42762024-10-19T04:07:35.252Z[ recovery-image] Oct 19 04:07:33.803 INFO O| Oct 19 04:07:33.803 INFO STEP 114 (remove_files) COMPLETE
42772024-10-19T04:07:35.254Z[ recovery-image] Oct 19 04:07:33.803 INFO O| Oct 19 04:07:33.803 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-19T04:07:35.261Z[ recovery-image] Oct 19 04:07:33.812 INFO O| Oct 19 04:07:33.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42792024-10-19T04:07:35.261Z[ recovery-image] Oct 19 04:07:33.812 INFO O| Oct 19 04:07:33.812 INFO STEP 115 (remove_files) COMPLETE
42802024-10-19T04:07:35.261Z[ recovery-image] Oct 19 04:07:33.812 INFO O| Oct 19 04:07:33.812 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-19T04:07:35.271Z[ recovery-image] Oct 19 04:07:33.822 INFO O| Oct 19 04:07:33.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42822024-10-19T04:07:35.271Z[ recovery-image] Oct 19 04:07:33.822 INFO O| Oct 19 04:07:33.822 INFO STEP 116 (remove_files) COMPLETE
42832024-10-19T04:07:35.273Z[ recovery-image] Oct 19 04:07:33.822 INFO O| Oct 19 04:07:33.822 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-19T04:07:35.280Z[ recovery-image] Oct 19 04:07:33.831 INFO O| Oct 19 04:07:33.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42852024-10-19T04:07:35.282Z[ recovery-image] Oct 19 04:07:33.832 INFO O| Oct 19 04:07:33.832 INFO STEP 117 (remove_files) COMPLETE
42862024-10-19T04:07:35.282Z[ recovery-image] Oct 19 04:07:33.832 INFO O| Oct 19 04:07:33.832 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-19T04:07:35.290Z[ recovery-image] Oct 19 04:07:33.841 INFO O| Oct 19 04:07:33.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42882024-10-19T04:07:35.292Z[ recovery-image] Oct 19 04:07:33.841 INFO O| Oct 19 04:07:33.841 INFO STEP 118 (remove_files) COMPLETE
42892024-10-19T04:07:35.292Z[ recovery-image] Oct 19 04:07:33.841 INFO O| Oct 19 04:07:33.841 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-19T04:07:35.300Z[ recovery-image] Oct 19 04:07:33.851 INFO O| Oct 19 04:07:33.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42912024-10-19T04:07:35.300Z[ recovery-image] Oct 19 04:07:33.851 INFO O| Oct 19 04:07:33.851 INFO STEP 119 (remove_files) COMPLETE
42922024-10-19T04:07:35.302Z[ recovery-image] Oct 19 04:07:33.851 INFO O| Oct 19 04:07:33.851 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-19T04:07:35.309Z[ recovery-image] Oct 19 04:07:33.860 INFO O| Oct 19 04:07:33.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42942024-10-19T04:07:35.309Z[ recovery-image] Oct 19 04:07:33.860 INFO O| Oct 19 04:07:33.860 INFO STEP 120 (remove_files) COMPLETE
42952024-10-19T04:07:35.311Z[ recovery-image] Oct 19 04:07:33.860 INFO O| Oct 19 04:07:33.860 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-19T04:07:35.319Z[ recovery-image] Oct 19 04:07:33.870 INFO O| Oct 19 04:07:33.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42972024-10-19T04:07:35.321Z[ recovery-image] Oct 19 04:07:33.870 INFO O| Oct 19 04:07:33.870 INFO STEP 121 (remove_files) COMPLETE
42982024-10-19T04:07:35.321Z[ recovery-image] Oct 19 04:07:33.870 INFO O| Oct 19 04:07:33.870 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-19T04:07:35.328Z[ recovery-image] Oct 19 04:07:33.879 INFO O| Oct 19 04:07:33.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43002024-10-19T04:07:35.330Z[ recovery-image] Oct 19 04:07:33.879 INFO O| Oct 19 04:07:33.879 INFO STEP 122 (remove_files) COMPLETE
43012024-10-19T04:07:35.330Z[ recovery-image] Oct 19 04:07:33.879 INFO O| Oct 19 04:07:33.879 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-19T04:07:35.338Z[ recovery-image] Oct 19 04:07:33.889 INFO O| Oct 19 04:07:33.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43032024-10-19T04:07:35.338Z[ recovery-image] Oct 19 04:07:33.889 INFO O| Oct 19 04:07:33.889 INFO STEP 123 (remove_files) COMPLETE
43042024-10-19T04:07:35.338Z[ recovery-image] Oct 19 04:07:33.889 INFO O| Oct 19 04:07:33.889 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-19T04:07:35.347Z[ recovery-image] Oct 19 04:07:33.898 INFO O| Oct 19 04:07:33.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43062024-10-19T04:07:35.347Z[ recovery-image] Oct 19 04:07:33.898 INFO O| Oct 19 04:07:33.898 INFO STEP 124 (remove_files) COMPLETE
43072024-10-19T04:07:35.349Z[ recovery-image] Oct 19 04:07:33.898 INFO O| Oct 19 04:07:33.898 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-19T04:07:35.356Z[ recovery-image] Oct 19 04:07:33.908 INFO O| Oct 19 04:07:33.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43092024-10-19T04:07:35.359Z[ recovery-image] Oct 19 04:07:33.908 INFO O| Oct 19 04:07:33.908 INFO STEP 125 (remove_files) COMPLETE
43102024-10-19T04:07:35.359Z[ recovery-image] Oct 19 04:07:33.908 INFO O| Oct 19 04:07:33.908 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-19T04:07:35.366Z[ recovery-image] Oct 19 04:07:33.917 INFO O| Oct 19 04:07:33.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43122024-10-19T04:07:35.366Z[ recovery-image] Oct 19 04:07:33.917 INFO O| Oct 19 04:07:33.917 INFO STEP 126 (remove_files) COMPLETE
43132024-10-19T04:07:35.368Z[ recovery-image] Oct 19 04:07:33.917 INFO O| Oct 19 04:07:33.917 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-10-19T04:07:35.375Z[ recovery-image] Oct 19 04:07:33.926 INFO O| Oct 19 04:07:33.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43152024-10-19T04:07:35.378Z[ recovery-image] Oct 19 04:07:33.927 INFO O| Oct 19 04:07:33.927 INFO STEP 127 (remove_files) COMPLETE
43162024-10-19T04:07:35.378Z[ recovery-image] Oct 19 04:07:33.927 INFO O| Oct 19 04:07:33.927 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-10-19T04:07:35.385Z[ recovery-image] Oct 19 04:07:33.936 INFO O| Oct 19 04:07:33.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43182024-10-19T04:07:35.385Z[ recovery-image] Oct 19 04:07:33.936 INFO O| Oct 19 04:07:33.936 INFO STEP 128 (remove_files) COMPLETE
43192024-10-19T04:07:35.385Z[ recovery-image] Oct 19 04:07:33.936 INFO O| Oct 19 04:07:33.936 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-10-19T04:07:35.394Z[ recovery-image] Oct 19 04:07:33.945 INFO O| Oct 19 04:07:33.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43212024-10-19T04:07:35.394Z[ recovery-image] Oct 19 04:07:33.945 INFO O| Oct 19 04:07:33.945 INFO STEP 129 (remove_files) COMPLETE
43222024-10-19T04:07:35.394Z[ recovery-image] Oct 19 04:07:33.945 INFO O| Oct 19 04:07:33.945 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-10-19T04:07:35.404Z[ recovery-image] Oct 19 04:07:33.955 INFO O| Oct 19 04:07:33.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43242024-10-19T04:07:35.406Z[ recovery-image] Oct 19 04:07:33.955 INFO O| Oct 19 04:07:33.955 INFO STEP 130 (remove_files) COMPLETE
43252024-10-19T04:07:35.406Z[ recovery-image] Oct 19 04:07:33.955 INFO O| Oct 19 04:07:33.955 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-19T04:07:35.413Z[ recovery-image] Oct 19 04:07:33.964 INFO O| Oct 19 04:07:33.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43272024-10-19T04:07:35.413Z[ recovery-image] Oct 19 04:07:33.964 INFO O| Oct 19 04:07:33.964 INFO STEP 131 (remove_files) COMPLETE
43282024-10-19T04:07:35.415Z[ recovery-image] Oct 19 04:07:33.964 INFO O| Oct 19 04:07:33.964 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-19T04:07:35.422Z[ recovery-image] Oct 19 04:07:33.974 INFO O| Oct 19 04:07:33.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43302024-10-19T04:07:35.422Z[ recovery-image] Oct 19 04:07:33.974 INFO O| Oct 19 04:07:33.974 INFO STEP 132 (remove_files) COMPLETE
43312024-10-19T04:07:35.425Z[ recovery-image] Oct 19 04:07:33.974 INFO O| Oct 19 04:07:33.974 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-19T04:07:35.432Z[ recovery-image] Oct 19 04:07:33.983 INFO O| Oct 19 04:07:33.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43332024-10-19T04:07:35.434Z[ recovery-image] Oct 19 04:07:33.983 INFO O| Oct 19 04:07:33.983 INFO STEP 133 (remove_files) COMPLETE
43342024-10-19T04:07:35.434Z[ recovery-image] Oct 19 04:07:33.983 INFO O| Oct 19 04:07:33.983 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-19T04:07:35.441Z[ recovery-image] Oct 19 04:07:33.992 INFO O| Oct 19 04:07:33.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43362024-10-19T04:07:35.441Z[ recovery-image] Oct 19 04:07:33.992 INFO O| Oct 19 04:07:33.992 INFO STEP 134 (remove_files) COMPLETE
43372024-10-19T04:07:35.444Z[ recovery-image] Oct 19 04:07:33.993 INFO O| Oct 19 04:07:33.992 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-19T04:07:35.451Z[ recovery-image] Oct 19 04:07:34.002 INFO O| Oct 19 04:07:34.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43392024-10-19T04:07:35.451Z[ recovery-image] Oct 19 04:07:34.002 INFO O| Oct 19 04:07:34.002 INFO STEP 135 (remove_files) COMPLETE
43402024-10-19T04:07:35.451Z[ recovery-image] Oct 19 04:07:34.002 INFO O| Oct 19 04:07:34.002 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-19T04:07:35.461Z[ recovery-image] Oct 19 04:07:34.012 INFO O| Oct 19 04:07:34.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43422024-10-19T04:07:35.461Z[ recovery-image] Oct 19 04:07:34.012 INFO O| Oct 19 04:07:34.012 INFO STEP 136 (remove_files) COMPLETE
43432024-10-19T04:07:35.463Z[ recovery-image] Oct 19 04:07:34.012 INFO O| Oct 19 04:07:34.012 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-10-19T04:07:35.471Z[ recovery-image] Oct 19 04:07:34.022 INFO O| Oct 19 04:07:34.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43452024-10-19T04:07:35.473Z[ recovery-image] Oct 19 04:07:34.022 INFO O| Oct 19 04:07:34.022 INFO STEP 137 (remove_files) COMPLETE
43462024-10-19T04:07:35.473Z[ recovery-image] Oct 19 04:07:34.022 INFO O| Oct 19 04:07:34.022 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-10-19T04:07:35.480Z[ recovery-image] Oct 19 04:07:34.031 INFO O| Oct 19 04:07:34.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43482024-10-19T04:07:35.483Z[ recovery-image] Oct 19 04:07:34.031 INFO O| Oct 19 04:07:34.031 INFO STEP 138 (remove_files) COMPLETE
43492024-10-19T04:07:35.483Z[ recovery-image] Oct 19 04:07:34.031 INFO O| Oct 19 04:07:34.031 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-10-19T04:07:35.490Z[ recovery-image] Oct 19 04:07:34.041 INFO O| Oct 19 04:07:34.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43512024-10-19T04:07:35.490Z[ recovery-image] Oct 19 04:07:34.041 INFO O| Oct 19 04:07:34.041 INFO STEP 139 (remove_files) COMPLETE
43522024-10-19T04:07:35.490Z[ recovery-image] Oct 19 04:07:34.041 INFO O| Oct 19 04:07:34.041 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-10-19T04:07:35.499Z[ recovery-image] Oct 19 04:07:34.050 INFO O| Oct 19 04:07:34.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43542024-10-19T04:07:35.502Z[ recovery-image] Oct 19 04:07:34.050 INFO O| Oct 19 04:07:34.050 INFO STEP 140 (remove_files) COMPLETE
43552024-10-19T04:07:35.502Z[ recovery-image] Oct 19 04:07:34.050 INFO O| Oct 19 04:07:34.050 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-10-19T04:07:35.508Z[ recovery-image] Oct 19 04:07:34.060 INFO O| Oct 19 04:07:34.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43572024-10-19T04:07:35.509Z[ recovery-image] Oct 19 04:07:34.060 INFO O| Oct 19 04:07:34.060 INFO STEP 141 (remove_files) COMPLETE
43582024-10-19T04:07:35.511Z[ recovery-image] Oct 19 04:07:34.060 INFO O| Oct 19 04:07:34.060 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-10-19T04:07:35.518Z[ recovery-image] Oct 19 04:07:34.069 INFO O| Oct 19 04:07:34.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43602024-10-19T04:07:35.518Z[ recovery-image] Oct 19 04:07:34.069 INFO O| Oct 19 04:07:34.069 INFO STEP 142 (remove_files) COMPLETE
43612024-10-19T04:07:35.520Z[ recovery-image] Oct 19 04:07:34.069 INFO O| Oct 19 04:07:34.069 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-10-19T04:07:35.527Z[ recovery-image] Oct 19 04:07:34.079 INFO O| Oct 19 04:07:34.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43632024-10-19T04:07:35.527Z[ recovery-image] Oct 19 04:07:34.079 INFO O| Oct 19 04:07:34.079 INFO STEP 143 (remove_files) COMPLETE
43642024-10-19T04:07:35.528Z[ recovery-image] Oct 19 04:07:34.079 INFO O| Oct 19 04:07:34.079 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-10-19T04:07:35.537Z[ recovery-image] Oct 19 04:07:34.088 INFO O| Oct 19 04:07:34.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43662024-10-19T04:07:35.539Z[ recovery-image] Oct 19 04:07:34.088 INFO O| Oct 19 04:07:34.088 INFO STEP 144 (remove_files) COMPLETE
43672024-10-19T04:07:35.539Z[ recovery-image] Oct 19 04:07:34.088 INFO O| Oct 19 04:07:34.088 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-10-19T04:07:35.546Z[ recovery-image] Oct 19 04:07:34.097 INFO O| Oct 19 04:07:34.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43692024-10-19T04:07:35.546Z[ recovery-image] Oct 19 04:07:34.097 INFO O| Oct 19 04:07:34.097 INFO STEP 145 (remove_files) COMPLETE
43702024-10-19T04:07:35.549Z[ recovery-image] Oct 19 04:07:34.097 INFO O| Oct 19 04:07:34.097 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-10-19T04:07:35.556Z[ recovery-image] Oct 19 04:07:34.107 INFO O| Oct 19 04:07:34.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43722024-10-19T04:07:35.556Z[ recovery-image] Oct 19 04:07:34.107 INFO O| Oct 19 04:07:34.107 INFO STEP 146 (remove_files) COMPLETE
43732024-10-19T04:07:35.558Z[ recovery-image] Oct 19 04:07:34.107 INFO O| Oct 19 04:07:34.107 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-10-19T04:07:35.565Z[ recovery-image] Oct 19 04:07:34.116 INFO O| Oct 19 04:07:34.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43752024-10-19T04:07:35.568Z[ recovery-image] Oct 19 04:07:34.116 INFO O| Oct 19 04:07:34.116 INFO STEP 147 (remove_files) COMPLETE
43762024-10-19T04:07:35.568Z[ recovery-image] Oct 19 04:07:34.116 INFO O| Oct 19 04:07:34.116 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-10-19T04:07:35.575Z[ recovery-image] Oct 19 04:07:34.126 INFO O| Oct 19 04:07:34.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43782024-10-19T04:07:35.575Z[ recovery-image] Oct 19 04:07:34.126 INFO O| Oct 19 04:07:34.126 INFO STEP 148 (remove_files) COMPLETE
43792024-10-19T04:07:35.577Z[ recovery-image] Oct 19 04:07:34.126 INFO O| Oct 19 04:07:34.126 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-19T04:07:35.584Z[ recovery-image] Oct 19 04:07:34.135 INFO O| Oct 19 04:07:34.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43812024-10-19T04:07:35.584Z[ recovery-image] Oct 19 04:07:34.135 INFO O| Oct 19 04:07:34.135 INFO STEP 149 (remove_files) COMPLETE
43822024-10-19T04:07:35.587Z[ recovery-image] Oct 19 04:07:34.135 INFO O| Oct 19 04:07:34.135 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-19T04:07:35.594Z[ recovery-image] Oct 19 04:07:34.145 INFO O| Oct 19 04:07:34.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43842024-10-19T04:07:35.596Z[ recovery-image] Oct 19 04:07:34.145 INFO O| Oct 19 04:07:34.145 INFO STEP 150 (remove_files) COMPLETE
43852024-10-19T04:07:35.596Z[ recovery-image] Oct 19 04:07:34.145 INFO O| Oct 19 04:07:34.145 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-19T04:07:35.603Z[ recovery-image] Oct 19 04:07:34.154 INFO O| Oct 19 04:07:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43872024-10-19T04:07:35.605Z[ recovery-image] Oct 19 04:07:34.154 INFO O| Oct 19 04:07:34.154 INFO STEP 151 (remove_files) COMPLETE
43882024-10-19T04:07:35.605Z[ recovery-image] Oct 19 04:07:34.154 INFO O| Oct 19 04:07:34.154 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-19T04:07:35.614Z[ recovery-image] Oct 19 04:07:34.165 INFO O| Oct 19 04:07:34.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43902024-10-19T04:07:35.614Z[ recovery-image] Oct 19 04:07:34.165 INFO O| Oct 19 04:07:34.165 INFO STEP 152 (remove_files) COMPLETE
43912024-10-19T04:07:35.617Z[ recovery-image] Oct 19 04:07:34.165 INFO O| Oct 19 04:07:34.165 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-19T04:07:35.625Z[ recovery-image] Oct 19 04:07:34.176 INFO O| Oct 19 04:07:34.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43932024-10-19T04:07:35.625Z[ recovery-image] Oct 19 04:07:34.176 INFO O| Oct 19 04:07:34.176 INFO STEP 153 (remove_files) COMPLETE
43942024-10-19T04:07:35.625Z[ recovery-image] Oct 19 04:07:34.176 INFO O| Oct 19 04:07:34.176 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-10-19T04:07:35.635Z[ recovery-image] Oct 19 04:07:34.186 INFO O| Oct 19 04:07:34.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43962024-10-19T04:07:35.635Z[ recovery-image] Oct 19 04:07:34.186 INFO O| Oct 19 04:07:34.186 INFO STEP 154 (remove_files) COMPLETE
43972024-10-19T04:07:35.637Z[ recovery-image] Oct 19 04:07:34.186 INFO O| Oct 19 04:07:34.186 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-10-19T04:07:35.644Z[ recovery-image] Oct 19 04:07:34.195 INFO O| Oct 19 04:07:34.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43992024-10-19T04:07:35.644Z[ recovery-image] Oct 19 04:07:34.195 INFO O| Oct 19 04:07:34.195 INFO STEP 155 (remove_files) COMPLETE
44002024-10-19T04:07:35.644Z[ recovery-image] Oct 19 04:07:34.195 INFO O| Oct 19 04:07:34.195 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-19T04:07:35.653Z[ recovery-image] Oct 19 04:07:34.204 INFO O| Oct 19 04:07:34.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44022024-10-19T04:07:35.653Z[ recovery-image] Oct 19 04:07:34.205 INFO O| Oct 19 04:07:34.204 INFO STEP 156 (remove_files) COMPLETE
44032024-10-19T04:07:35.656Z[ recovery-image] Oct 19 04:07:34.205 INFO O| Oct 19 04:07:34.205 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-19T04:07:35.663Z[ recovery-image] Oct 19 04:07:34.214 INFO O| Oct 19 04:07:34.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44052024-10-19T04:07:35.663Z[ recovery-image] Oct 19 04:07:34.214 INFO O| Oct 19 04:07:34.214 INFO STEP 157 (remove_files) COMPLETE
44062024-10-19T04:07:35.663Z[ recovery-image] Oct 19 04:07:34.214 INFO O| Oct 19 04:07:34.214 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-19T04:07:35.672Z[ recovery-image] Oct 19 04:07:34.223 INFO O| Oct 19 04:07:34.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44082024-10-19T04:07:35.675Z[ recovery-image] Oct 19 04:07:34.224 INFO O| Oct 19 04:07:34.224 INFO STEP 158 (remove_files) COMPLETE
44092024-10-19T04:07:35.675Z[ recovery-image] Oct 19 04:07:34.224 INFO O| Oct 19 04:07:34.224 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-19T04:07:35.682Z[ recovery-image] Oct 19 04:07:34.233 INFO O| Oct 19 04:07:34.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44112024-10-19T04:07:35.682Z[ recovery-image] Oct 19 04:07:34.234 INFO O| Oct 19 04:07:34.233 INFO STEP 159 (remove_files) COMPLETE
44122024-10-19T04:07:35.685Z[ recovery-image] Oct 19 04:07:34.234 INFO O| Oct 19 04:07:34.234 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-19T04:07:35.692Z[ recovery-image] Oct 19 04:07:34.243 INFO O| Oct 19 04:07:34.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44142024-10-19T04:07:35.692Z[ recovery-image] Oct 19 04:07:34.243 INFO O| Oct 19 04:07:34.243 INFO STEP 160 (remove_files) COMPLETE
44152024-10-19T04:07:35.694Z[ recovery-image] Oct 19 04:07:34.243 INFO O| Oct 19 04:07:34.243 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-19T04:07:35.701Z[ recovery-image] Oct 19 04:07:34.252 INFO O| Oct 19 04:07:34.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44172024-10-19T04:07:35.704Z[ recovery-image] Oct 19 04:07:34.252 INFO O| Oct 19 04:07:34.252 INFO STEP 161 (remove_files) COMPLETE
44182024-10-19T04:07:35.704Z[ recovery-image] Oct 19 04:07:34.252 INFO O| Oct 19 04:07:34.252 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-19T04:07:35.711Z[ recovery-image] Oct 19 04:07:34.262 INFO O| Oct 19 04:07:34.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44202024-10-19T04:07:35.713Z[ recovery-image] Oct 19 04:07:34.262 INFO O| Oct 19 04:07:34.262 INFO STEP 162 (remove_files) COMPLETE
44212024-10-19T04:07:35.713Z[ recovery-image] Oct 19 04:07:34.262 INFO O| Oct 19 04:07:34.262 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-19T04:07:35.720Z[ recovery-image] Oct 19 04:07:34.271 INFO O| Oct 19 04:07:34.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44232024-10-19T04:07:35.723Z[ recovery-image] Oct 19 04:07:34.271 INFO O| Oct 19 04:07:34.271 INFO STEP 163 (remove_files) COMPLETE
44242024-10-19T04:07:35.723Z[ recovery-image] Oct 19 04:07:34.271 INFO O| Oct 19 04:07:34.271 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-10-19T04:07:35.729Z[ recovery-image] Oct 19 04:07:34.281 INFO O| Oct 19 04:07:34.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44262024-10-19T04:07:35.732Z[ recovery-image] Oct 19 04:07:34.281 INFO O| Oct 19 04:07:34.281 INFO STEP 164 (remove_files) COMPLETE
44272024-10-19T04:07:35.732Z[ recovery-image] Oct 19 04:07:34.281 INFO O| Oct 19 04:07:34.281 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-10-19T04:07:35.740Z[ recovery-image] Oct 19 04:07:34.291 INFO O| Oct 19 04:07:34.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44292024-10-19T04:07:35.740Z[ recovery-image] Oct 19 04:07:34.291 INFO O| Oct 19 04:07:34.291 INFO STEP 165 (remove_files) COMPLETE
44302024-10-19T04:07:35.742Z[ recovery-image] Oct 19 04:07:34.291 INFO O| Oct 19 04:07:34.291 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-19T04:07:35.749Z[ recovery-image] Oct 19 04:07:34.300 INFO O| Oct 19 04:07:34.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44322024-10-19T04:07:35.751Z[ recovery-image] Oct 19 04:07:34.301 INFO O| Oct 19 04:07:34.301 INFO STEP 166 (remove_files) COMPLETE
44332024-10-19T04:07:35.751Z[ recovery-image] Oct 19 04:07:34.301 INFO O| Oct 19 04:07:34.301 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-19T04:07:35.759Z[ recovery-image] Oct 19 04:07:34.310 INFO O| Oct 19 04:07:34.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44352024-10-19T04:07:35.761Z[ recovery-image] Oct 19 04:07:34.310 INFO O| Oct 19 04:07:34.310 INFO STEP 167 (remove_files) COMPLETE
44362024-10-19T04:07:35.761Z[ recovery-image] Oct 19 04:07:34.310 INFO O| Oct 19 04:07:34.310 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-10-19T04:07:35.768Z[ recovery-image] Oct 19 04:07:34.319 INFO O| Oct 19 04:07:34.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44382024-10-19T04:07:35.768Z[ recovery-image] Oct 19 04:07:34.320 INFO O| Oct 19 04:07:34.319 INFO STEP 168 (remove_files) COMPLETE
44392024-10-19T04:07:35.771Z[ recovery-image] Oct 19 04:07:34.320 INFO O| Oct 19 04:07:34.320 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-10-19T04:07:35.778Z[ recovery-image] Oct 19 04:07:34.329 INFO O| Oct 19 04:07:34.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44412024-10-19T04:07:35.780Z[ recovery-image] Oct 19 04:07:34.329 INFO O| Oct 19 04:07:34.329 INFO STEP 169 (remove_files) COMPLETE
44422024-10-19T04:07:35.780Z[ recovery-image] Oct 19 04:07:34.329 INFO O| Oct 19 04:07:34.329 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-10-19T04:07:35.787Z[ recovery-image] Oct 19 04:07:34.338 INFO O| Oct 19 04:07:34.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44442024-10-19T04:07:35.790Z[ recovery-image] Oct 19 04:07:34.338 INFO O| Oct 19 04:07:34.338 INFO STEP 170 (remove_files) COMPLETE
44452024-10-19T04:07:35.790Z[ recovery-image] Oct 19 04:07:34.338 INFO O| Oct 19 04:07:34.338 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-10-19T04:07:35.797Z[ recovery-image] Oct 19 04:07:34.348 INFO O| Oct 19 04:07:34.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44472024-10-19T04:07:35.797Z[ recovery-image] Oct 19 04:07:34.348 INFO O| Oct 19 04:07:34.348 INFO STEP 171 (remove_files) COMPLETE
44482024-10-19T04:07:35.797Z[ recovery-image] Oct 19 04:07:34.348 INFO O| Oct 19 04:07:34.348 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-10-19T04:07:35.806Z[ recovery-image] Oct 19 04:07:34.357 INFO O| Oct 19 04:07:34.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44502024-10-19T04:07:35.806Z[ recovery-image] Oct 19 04:07:34.357 INFO O| Oct 19 04:07:34.357 INFO STEP 172 (remove_files) COMPLETE
44512024-10-19T04:07:35.806Z[ recovery-image] Oct 19 04:07:34.357 INFO O| Oct 19 04:07:34.357 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-10-19T04:07:35.816Z[ recovery-image] Oct 19 04:07:34.367 INFO O| Oct 19 04:07:34.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44532024-10-19T04:07:35.816Z[ recovery-image] Oct 19 04:07:34.367 INFO O| Oct 19 04:07:34.367 INFO STEP 173 (remove_files) COMPLETE
44542024-10-19T04:07:35.818Z[ recovery-image] Oct 19 04:07:34.367 INFO O| Oct 19 04:07:34.367 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-19T04:07:35.825Z[ recovery-image] Oct 19 04:07:34.376 INFO O| Oct 19 04:07:34.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44562024-10-19T04:07:35.825Z[ recovery-image] Oct 19 04:07:34.376 INFO O| Oct 19 04:07:34.376 INFO STEP 174 (remove_files) COMPLETE
44572024-10-19T04:07:35.827Z[ recovery-image] Oct 19 04:07:34.376 INFO O| Oct 19 04:07:34.376 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-19T04:07:35.835Z[ recovery-image] Oct 19 04:07:34.386 INFO O| Oct 19 04:07:34.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44592024-10-19T04:07:35.835Z[ recovery-image] Oct 19 04:07:34.386 INFO O| Oct 19 04:07:34.386 INFO STEP 175 (remove_files) COMPLETE
44602024-10-19T04:07:35.835Z[ recovery-image] Oct 19 04:07:34.386 INFO O| Oct 19 04:07:34.386 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-19T04:07:35.845Z[ recovery-image] Oct 19 04:07:34.396 INFO O| Oct 19 04:07:34.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44622024-10-19T04:07:35.845Z[ recovery-image] Oct 19 04:07:34.396 INFO O| Oct 19 04:07:34.396 INFO STEP 176 (remove_files) COMPLETE
44632024-10-19T04:07:35.847Z[ recovery-image] Oct 19 04:07:34.396 INFO O| Oct 19 04:07:34.396 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-19T04:07:35.854Z[ recovery-image] Oct 19 04:07:34.405 INFO O| Oct 19 04:07:34.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44652024-10-19T04:07:35.854Z[ recovery-image] Oct 19 04:07:34.405 INFO O| Oct 19 04:07:34.405 INFO STEP 177 (remove_files) COMPLETE
44662024-10-19T04:07:35.857Z[ recovery-image] Oct 19 04:07:34.405 INFO O| Oct 19 04:07:34.405 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-19T04:07:35.864Z[ recovery-image] Oct 19 04:07:34.415 INFO O| Oct 19 04:07:34.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44682024-10-19T04:07:35.864Z[ recovery-image] Oct 19 04:07:34.415 INFO O| Oct 19 04:07:34.415 INFO STEP 178 (remove_files) COMPLETE
44692024-10-19T04:07:35.864Z[ recovery-image] Oct 19 04:07:34.415 INFO O| Oct 19 04:07:34.415 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-10-19T04:07:35.873Z[ recovery-image] Oct 19 04:07:34.424 INFO O| Oct 19 04:07:34.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44712024-10-19T04:07:35.873Z[ recovery-image] Oct 19 04:07:34.424 INFO O| Oct 19 04:07:34.424 INFO STEP 179 (remove_files) COMPLETE
44722024-10-19T04:07:35.873Z[ recovery-image] Oct 19 04:07:34.424 INFO O| Oct 19 04:07:34.424 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-10-19T04:07:35.883Z[ recovery-image] Oct 19 04:07:34.434 INFO O| Oct 19 04:07:34.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44742024-10-19T04:07:35.886Z[ recovery-image] Oct 19 04:07:34.434 INFO O| Oct 19 04:07:34.434 INFO STEP 180 (remove_files) COMPLETE
44752024-10-19T04:07:35.886Z[ recovery-image] Oct 19 04:07:34.434 INFO O| Oct 19 04:07:34.434 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-10-19T04:07:35.893Z[ recovery-image] Oct 19 04:07:34.444 INFO O| Oct 19 04:07:34.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44772024-10-19T04:07:35.893Z[ recovery-image] Oct 19 04:07:34.444 INFO O| Oct 19 04:07:34.444 INFO STEP 181 (remove_files) COMPLETE
44782024-10-19T04:07:35.893Z[ recovery-image] Oct 19 04:07:34.444 INFO O| Oct 19 04:07:34.444 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-10-19T04:07:35.902Z[ recovery-image] Oct 19 04:07:34.453 INFO O| Oct 19 04:07:34.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44802024-10-19T04:07:35.902Z[ recovery-image] Oct 19 04:07:34.453 INFO O| Oct 19 04:07:34.453 INFO STEP 182 (remove_files) COMPLETE
44812024-10-19T04:07:35.902Z[ recovery-image] Oct 19 04:07:34.453 INFO O| Oct 19 04:07:34.453 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-10-19T04:07:35.912Z[ recovery-image] Oct 19 04:07:34.463 INFO O| Oct 19 04:07:34.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44832024-10-19T04:07:35.914Z[ recovery-image] Oct 19 04:07:34.463 INFO O| Oct 19 04:07:34.463 INFO STEP 183 (remove_files) COMPLETE
44842024-10-19T04:07:35.914Z[ recovery-image] Oct 19 04:07:34.463 INFO O| Oct 19 04:07:34.463 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-10-19T04:07:35.922Z[ recovery-image] Oct 19 04:07:34.473 INFO O| Oct 19 04:07:34.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44862024-10-19T04:07:35.922Z[ recovery-image] Oct 19 04:07:34.473 INFO O| Oct 19 04:07:34.473 INFO STEP 184 (remove_files) COMPLETE
44872024-10-19T04:07:35.922Z[ recovery-image] Oct 19 04:07:34.473 INFO O| Oct 19 04:07:34.473 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-10-19T04:07:35.931Z[ recovery-image] Oct 19 04:07:34.483 INFO O| Oct 19 04:07:34.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44892024-10-19T04:07:35.931Z[ recovery-image] Oct 19 04:07:34.483 INFO O| Oct 19 04:07:34.483 INFO STEP 185 (remove_files) COMPLETE
44902024-10-19T04:07:35.934Z[ recovery-image] Oct 19 04:07:34.483 INFO O| Oct 19 04:07:34.483 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-10-19T04:07:35.941Z[ recovery-image] Oct 19 04:07:34.492 INFO O| Oct 19 04:07:34.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44922024-10-19T04:07:35.944Z[ recovery-image] Oct 19 04:07:34.493 INFO O| Oct 19 04:07:34.493 INFO STEP 186 (remove_files) COMPLETE
44932024-10-19T04:07:35.944Z[ recovery-image] Oct 19 04:07:34.493 INFO O| Oct 19 04:07:34.493 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-10-19T04:07:35.953Z[ recovery-image] Oct 19 04:07:34.504 INFO O| Oct 19 04:07:34.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44952024-10-19T04:07:35.953Z[ recovery-image] Oct 19 04:07:34.504 INFO O| Oct 19 04:07:34.504 INFO STEP 187 (remove_files) COMPLETE
44962024-10-19T04:07:35.953Z[ recovery-image] Oct 19 04:07:34.504 INFO O| Oct 19 04:07:34.504 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-10-19T04:07:35.965Z[ recovery-image] Oct 19 04:07:34.516 INFO O| Oct 19 04:07:34.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44982024-10-19T04:07:35.965Z[ recovery-image] Oct 19 04:07:34.516 INFO O| Oct 19 04:07:34.516 INFO STEP 188 (remove_files) COMPLETE
44992024-10-19T04:07:35.965Z[ recovery-image] Oct 19 04:07:34.516 INFO O| Oct 19 04:07:34.516 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-10-19T04:07:35.967Z[ host-image] Oct 19 04:07:34.517 INFO O| Oct 19 04:07:34.516 INFO O| Download: Completed 8.42 MB in 4.07 seconds (2.1M/s)
45012024-10-19T04:07:35.975Z[ recovery-image] Oct 19 04:07:34.526 INFO O| Oct 19 04:07:34.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45022024-10-19T04:07:35.977Z[ recovery-image] Oct 19 04:07:34.526 INFO O| Oct 19 04:07:34.526 INFO STEP 189 (remove_files) COMPLETE
45032024-10-19T04:07:35.977Z[ recovery-image] Oct 19 04:07:34.526 INFO O| Oct 19 04:07:34.526 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-10-19T04:07:35.984Z[ recovery-image] Oct 19 04:07:34.536 INFO O| Oct 19 04:07:34.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45052024-10-19T04:07:35.984Z[ recovery-image] Oct 19 04:07:34.536 INFO O| Oct 19 04:07:34.536 INFO STEP 190 (remove_files) COMPLETE
45062024-10-19T04:07:35.987Z[ recovery-image] Oct 19 04:07:34.536 INFO O| Oct 19 04:07:34.536 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-10-19T04:07:35.994Z[ recovery-image] Oct 19 04:07:34.545 INFO O| Oct 19 04:07:34.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45082024-10-19T04:07:35.994Z[ recovery-image] Oct 19 04:07:34.545 INFO O| Oct 19 04:07:34.545 INFO STEP 191 (remove_files) COMPLETE
45092024-10-19T04:07:35.997Z[ recovery-image] Oct 19 04:07:34.545 INFO O| Oct 19 04:07:34.545 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-10-19T04:07:36.004Z[ recovery-image] Oct 19 04:07:34.555 INFO O| Oct 19 04:07:34.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45112024-10-19T04:07:36.004Z[ recovery-image] Oct 19 04:07:34.555 INFO O| Oct 19 04:07:34.555 INFO STEP 192 (remove_files) COMPLETE
45122024-10-19T04:07:36.006Z[ recovery-image] Oct 19 04:07:34.555 INFO O| Oct 19 04:07:34.555 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-10-19T04:07:36.015Z[ recovery-image] Oct 19 04:07:34.565 INFO O| Oct 19 04:07:34.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45142024-10-19T04:07:36.015Z[ recovery-image] Oct 19 04:07:34.565 INFO O| Oct 19 04:07:34.565 INFO STEP 193 (remove_files) COMPLETE
45152024-10-19T04:07:36.015Z[ recovery-image] Oct 19 04:07:34.565 INFO O| Oct 19 04:07:34.565 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-19T04:07:36.023Z[ host-image] Oct 19 04:07:34.574 INFO O| Oct 19 04:07:34.574 INFO O| Actions: 1/1361 actions (Installing new actions)
45172024-10-19T04:07:36.025Z[ recovery-image] Oct 19 04:07:34.575 INFO O| Oct 19 04:07:34.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45182024-10-19T04:07:36.025Z[ recovery-image] Oct 19 04:07:34.575 INFO O| Oct 19 04:07:34.575 INFO STEP 194 (remove_files) COMPLETE
45192024-10-19T04:07:36.025Z[ recovery-image] Oct 19 04:07:34.575 INFO O| Oct 19 04:07:34.575 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-19T04:07:36.033Z[ recovery-image] Oct 19 04:07:34.584 INFO O| Oct 19 04:07:34.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45212024-10-19T04:07:36.033Z[ recovery-image] Oct 19 04:07:34.584 INFO O| Oct 19 04:07:34.584 INFO STEP 195 (remove_files) COMPLETE
45222024-10-19T04:07:36.036Z[ recovery-image] Oct 19 04:07:34.584 INFO O| Oct 19 04:07:34.584 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-19T04:07:36.043Z[ recovery-image] Oct 19 04:07:34.594 INFO O| Oct 19 04:07:34.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45242024-10-19T04:07:36.043Z[ recovery-image] Oct 19 04:07:34.594 INFO O| Oct 19 04:07:34.594 INFO STEP 196 (remove_files) COMPLETE
45252024-10-19T04:07:36.045Z[ recovery-image] Oct 19 04:07:34.594 INFO O| Oct 19 04:07:34.594 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-19T04:07:36.053Z[ recovery-image] Oct 19 04:07:34.604 INFO O| Oct 19 04:07:34.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45272024-10-19T04:07:36.055Z[ recovery-image] Oct 19 04:07:34.604 INFO O| Oct 19 04:07:34.604 INFO STEP 197 (remove_files) COMPLETE
45282024-10-19T04:07:36.055Z[ recovery-image] Oct 19 04:07:34.604 INFO O| Oct 19 04:07:34.604 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-19T04:07:36.062Z[ recovery-image] Oct 19 04:07:34.613 INFO O| Oct 19 04:07:34.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45302024-10-19T04:07:36.062Z[ recovery-image] Oct 19 04:07:34.613 INFO O| Oct 19 04:07:34.613 INFO STEP 198 (remove_files) COMPLETE
45312024-10-19T04:07:36.065Z[ recovery-image] Oct 19 04:07:34.614 INFO O| Oct 19 04:07:34.613 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-19T04:07:36.072Z[ recovery-image] Oct 19 04:07:34.623 INFO O| Oct 19 04:07:34.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45332024-10-19T04:07:36.075Z[ recovery-image] Oct 19 04:07:34.623 INFO O| Oct 19 04:07:34.623 INFO STEP 199 (remove_files) COMPLETE
45342024-10-19T04:07:36.075Z[ recovery-image] Oct 19 04:07:34.623 INFO O| Oct 19 04:07:34.623 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-19T04:07:36.082Z[ recovery-image] Oct 19 04:07:34.633 INFO O| Oct 19 04:07:34.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45362024-10-19T04:07:36.084Z[ recovery-image] Oct 19 04:07:34.633 INFO O| Oct 19 04:07:34.633 INFO STEP 200 (remove_files) COMPLETE
45372024-10-19T04:07:36.084Z[ recovery-image] Oct 19 04:07:34.633 INFO O| Oct 19 04:07:34.633 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-19T04:07:36.091Z[ recovery-image] Oct 19 04:07:34.642 INFO O| Oct 19 04:07:34.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45392024-10-19T04:07:36.094Z[ recovery-image] Oct 19 04:07:34.642 INFO O| Oct 19 04:07:34.642 INFO STEP 201 (remove_files) COMPLETE
45402024-10-19T04:07:36.094Z[ recovery-image] Oct 19 04:07:34.642 INFO O| Oct 19 04:07:34.642 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-19T04:07:36.101Z[ recovery-image] Oct 19 04:07:34.652 INFO O| Oct 19 04:07:34.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45422024-10-19T04:07:36.101Z[ recovery-image] Oct 19 04:07:34.652 INFO O| Oct 19 04:07:34.652 INFO STEP 202 (remove_files) COMPLETE
45432024-10-19T04:07:36.103Z[ recovery-image] Oct 19 04:07:34.652 INFO O| Oct 19 04:07:34.652 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-19T04:07:36.110Z[ recovery-image] Oct 19 04:07:34.661 INFO O| Oct 19 04:07:34.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45452024-10-19T04:07:36.113Z[ recovery-image] Oct 19 04:07:34.661 INFO O| Oct 19 04:07:34.661 INFO STEP 203 (remove_files) COMPLETE
45462024-10-19T04:07:36.113Z[ recovery-image] Oct 19 04:07:34.661 INFO O| Oct 19 04:07:34.661 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-19T04:07:36.120Z[ recovery-image] Oct 19 04:07:34.671 INFO O| Oct 19 04:07:34.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45482024-10-19T04:07:36.122Z[ recovery-image] Oct 19 04:07:34.671 INFO O| Oct 19 04:07:34.671 INFO STEP 204 (remove_files) COMPLETE
45492024-10-19T04:07:36.122Z[ recovery-image] Oct 19 04:07:34.671 INFO O| Oct 19 04:07:34.671 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-19T04:07:36.129Z[ recovery-image] Oct 19 04:07:34.680 INFO O| Oct 19 04:07:34.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45512024-10-19T04:07:36.129Z[ recovery-image] Oct 19 04:07:34.680 INFO O| Oct 19 04:07:34.680 INFO STEP 205 (remove_files) COMPLETE
45522024-10-19T04:07:36.132Z[ recovery-image] Oct 19 04:07:34.681 INFO O| Oct 19 04:07:34.680 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-19T04:07:36.139Z[ recovery-image] Oct 19 04:07:34.690 INFO O| Oct 19 04:07:34.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45542024-10-19T04:07:36.141Z[ recovery-image] Oct 19 04:07:34.690 INFO O| Oct 19 04:07:34.690 INFO STEP 206 (remove_files) COMPLETE
45552024-10-19T04:07:36.141Z[ recovery-image] Oct 19 04:07:34.690 INFO O| Oct 19 04:07:34.690 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-19T04:07:36.149Z[ recovery-image] Oct 19 04:07:34.700 INFO O| Oct 19 04:07:34.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45572024-10-19T04:07:36.149Z[ recovery-image] Oct 19 04:07:34.700 INFO O| Oct 19 04:07:34.700 INFO STEP 207 (remove_files) COMPLETE
45582024-10-19T04:07:36.152Z[ recovery-image] Oct 19 04:07:34.700 INFO O| Oct 19 04:07:34.700 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-19T04:07:36.159Z[ recovery-image] Oct 19 04:07:34.710 INFO O| Oct 19 04:07:34.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45602024-10-19T04:07:36.161Z[ recovery-image] Oct 19 04:07:34.710 INFO O| Oct 19 04:07:34.710 INFO STEP 208 (remove_files) COMPLETE
45612024-10-19T04:07:36.161Z[ recovery-image] Oct 19 04:07:34.710 INFO O| Oct 19 04:07:34.710 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-19T04:07:36.168Z[ recovery-image] Oct 19 04:07:34.719 INFO O| Oct 19 04:07:34.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45632024-10-19T04:07:36.171Z[ recovery-image] Oct 19 04:07:34.720 INFO O| Oct 19 04:07:34.719 INFO STEP 209 (remove_files) COMPLETE
45642024-10-19T04:07:36.171Z[ recovery-image] Oct 19 04:07:34.720 INFO O| Oct 19 04:07:34.720 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-19T04:07:36.178Z[ recovery-image] Oct 19 04:07:34.729 INFO O| Oct 19 04:07:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45662024-10-19T04:07:36.178Z[ recovery-image] Oct 19 04:07:34.729 INFO O| Oct 19 04:07:34.729 INFO STEP 210 (remove_files) COMPLETE
45672024-10-19T04:07:36.181Z[ recovery-image] Oct 19 04:07:34.729 INFO O| Oct 19 04:07:34.729 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-19T04:07:36.188Z[ recovery-image] Oct 19 04:07:34.739 INFO O| Oct 19 04:07:34.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45692024-10-19T04:07:36.188Z[ recovery-image] Oct 19 04:07:34.739 INFO O| Oct 19 04:07:34.739 INFO STEP 211 (remove_files) COMPLETE
45702024-10-19T04:07:36.188Z[ recovery-image] Oct 19 04:07:34.739 INFO O| Oct 19 04:07:34.739 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-19T04:07:36.198Z[ recovery-image] Oct 19 04:07:34.748 INFO O| Oct 19 04:07:34.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45722024-10-19T04:07:36.200Z[ recovery-image] Oct 19 04:07:34.748 INFO O| Oct 19 04:07:34.748 INFO STEP 212 (remove_files) COMPLETE
45732024-10-19T04:07:36.200Z[ recovery-image] Oct 19 04:07:34.748 INFO O| Oct 19 04:07:34.748 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-19T04:07:36.207Z[ recovery-image] Oct 19 04:07:34.758 INFO O| Oct 19 04:07:34.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45752024-10-19T04:07:36.207Z[ recovery-image] Oct 19 04:07:34.758 INFO O| Oct 19 04:07:34.758 INFO STEP 213 (remove_files) COMPLETE
45762024-10-19T04:07:36.210Z[ recovery-image] Oct 19 04:07:34.758 INFO O| Oct 19 04:07:34.758 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-19T04:07:36.217Z[ recovery-image] Oct 19 04:07:34.767 INFO O| Oct 19 04:07:34.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45782024-10-19T04:07:36.217Z[ recovery-image] Oct 19 04:07:34.768 INFO O| Oct 19 04:07:34.768 INFO STEP 214 (remove_files) COMPLETE
45792024-10-19T04:07:36.217Z[ recovery-image] Oct 19 04:07:34.768 INFO O| Oct 19 04:07:34.768 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-19T04:07:36.226Z[ recovery-image] Oct 19 04:07:34.777 INFO O| Oct 19 04:07:34.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45812024-10-19T04:07:36.229Z[ recovery-image] Oct 19 04:07:34.777 INFO O| Oct 19 04:07:34.777 INFO STEP 215 (remove_files) COMPLETE
45822024-10-19T04:07:36.229Z[ recovery-image] Oct 19 04:07:34.777 INFO O| Oct 19 04:07:34.777 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-19T04:07:36.236Z[ recovery-image] Oct 19 04:07:34.787 INFO O| Oct 19 04:07:34.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45842024-10-19T04:07:36.236Z[ recovery-image] Oct 19 04:07:34.787 INFO O| Oct 19 04:07:34.787 INFO STEP 216 (remove_files) COMPLETE
45852024-10-19T04:07:36.236Z[ recovery-image] Oct 19 04:07:34.787 INFO O| Oct 19 04:07:34.787 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-19T04:07:36.245Z[ recovery-image] Oct 19 04:07:34.796 INFO O| Oct 19 04:07:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45872024-10-19T04:07:36.245Z[ recovery-image] Oct 19 04:07:34.796 INFO O| Oct 19 04:07:34.796 INFO STEP 217 (remove_files) COMPLETE
45882024-10-19T04:07:36.245Z[ recovery-image] Oct 19 04:07:34.796 INFO O| Oct 19 04:07:34.796 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-19T04:07:36.255Z[ recovery-image] Oct 19 04:07:34.806 INFO O| Oct 19 04:07:34.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45902024-10-19T04:07:36.255Z[ recovery-image] Oct 19 04:07:34.806 INFO O| Oct 19 04:07:34.806 INFO STEP 218 (remove_files) COMPLETE
45912024-10-19T04:07:36.257Z[ recovery-image] Oct 19 04:07:34.806 INFO O| Oct 19 04:07:34.806 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-19T04:07:36.265Z[ recovery-image] Oct 19 04:07:34.815 INFO O| Oct 19 04:07:34.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45932024-10-19T04:07:36.265Z[ recovery-image] Oct 19 04:07:34.816 INFO O| Oct 19 04:07:34.816 INFO STEP 219 (remove_files) COMPLETE
45942024-10-19T04:07:36.267Z[ recovery-image] Oct 19 04:07:34.816 INFO O| Oct 19 04:07:34.816 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-19T04:07:36.274Z[ recovery-image] Oct 19 04:07:34.825 INFO O| Oct 19 04:07:34.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45962024-10-19T04:07:36.274Z[ recovery-image] Oct 19 04:07:34.825 INFO O| Oct 19 04:07:34.825 INFO STEP 220 (remove_files) COMPLETE
45972024-10-19T04:07:36.276Z[ recovery-image] Oct 19 04:07:34.825 INFO O| Oct 19 04:07:34.825 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-19T04:07:36.284Z[ recovery-image] Oct 19 04:07:34.835 INFO O| Oct 19 04:07:34.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45992024-10-19T04:07:36.284Z[ recovery-image] Oct 19 04:07:34.835 INFO O| Oct 19 04:07:34.835 INFO STEP 221 (remove_files) COMPLETE
46002024-10-19T04:07:36.284Z[ recovery-image] Oct 19 04:07:34.835 INFO O| Oct 19 04:07:34.835 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-19T04:07:36.294Z[ recovery-image] Oct 19 04:07:34.845 INFO O| Oct 19 04:07:34.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46022024-10-19T04:07:36.294Z[ recovery-image] Oct 19 04:07:34.845 INFO O| Oct 19 04:07:34.845 INFO STEP 222 (remove_files) COMPLETE
46032024-10-19T04:07:36.294Z[ recovery-image] Oct 19 04:07:34.845 INFO O| Oct 19 04:07:34.845 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-19T04:07:36.303Z[ recovery-image] Oct 19 04:07:34.854 INFO O| Oct 19 04:07:34.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46052024-10-19T04:07:36.303Z[ recovery-image] Oct 19 04:07:34.854 INFO O| Oct 19 04:07:34.854 INFO STEP 223 (remove_files) COMPLETE
46062024-10-19T04:07:36.303Z[ recovery-image] Oct 19 04:07:34.854 INFO O| Oct 19 04:07:34.854 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-19T04:07:36.313Z[ recovery-image] Oct 19 04:07:34.864 INFO O| Oct 19 04:07:34.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46082024-10-19T04:07:36.313Z[ recovery-image] Oct 19 04:07:34.864 INFO O| Oct 19 04:07:34.864 INFO STEP 224 (remove_files) COMPLETE
46092024-10-19T04:07:36.315Z[ recovery-image] Oct 19 04:07:34.864 INFO O| Oct 19 04:07:34.864 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-19T04:07:36.322Z[ recovery-image] Oct 19 04:07:34.873 INFO O| Oct 19 04:07:34.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46112024-10-19T04:07:36.322Z[ recovery-image] Oct 19 04:07:34.874 INFO O| Oct 19 04:07:34.873 INFO STEP 225 (remove_files) COMPLETE
46122024-10-19T04:07:36.325Z[ recovery-image] Oct 19 04:07:34.874 INFO O| Oct 19 04:07:34.874 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-19T04:07:36.332Z[ recovery-image] Oct 19 04:07:34.883 INFO O| Oct 19 04:07:34.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46142024-10-19T04:07:36.335Z[ recovery-image] Oct 19 04:07:34.883 INFO O| Oct 19 04:07:34.883 INFO STEP 226 (remove_files) COMPLETE
46152024-10-19T04:07:36.335Z[ recovery-image] Oct 19 04:07:34.883 INFO O| Oct 19 04:07:34.883 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-19T04:07:36.342Z[ recovery-image] Oct 19 04:07:34.893 INFO O| Oct 19 04:07:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46172024-10-19T04:07:36.342Z[ recovery-image] Oct 19 04:07:34.893 INFO O| Oct 19 04:07:34.893 INFO STEP 227 (remove_files) COMPLETE
46182024-10-19T04:07:36.342Z[ recovery-image] Oct 19 04:07:34.893 INFO O| Oct 19 04:07:34.893 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-19T04:07:36.351Z[ recovery-image] Oct 19 04:07:34.902 INFO O| Oct 19 04:07:34.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46202024-10-19T04:07:36.354Z[ recovery-image] Oct 19 04:07:34.903 INFO O| Oct 19 04:07:34.902 INFO STEP 228 (remove_files) COMPLETE
46212024-10-19T04:07:36.354Z[ recovery-image] Oct 19 04:07:34.903 INFO O| Oct 19 04:07:34.903 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-19T04:07:36.361Z[ recovery-image] Oct 19 04:07:34.912 INFO O| Oct 19 04:07:34.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46232024-10-19T04:07:36.361Z[ recovery-image] Oct 19 04:07:34.912 INFO O| Oct 19 04:07:34.912 INFO STEP 229 (remove_files) COMPLETE
46242024-10-19T04:07:36.364Z[ recovery-image] Oct 19 04:07:34.912 INFO O| Oct 19 04:07:34.912 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-19T04:07:36.371Z[ recovery-image] Oct 19 04:07:34.922 INFO O| Oct 19 04:07:34.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46262024-10-19T04:07:36.371Z[ recovery-image] Oct 19 04:07:34.922 INFO O| Oct 19 04:07:34.922 INFO STEP 230 (remove_files) COMPLETE
46272024-10-19T04:07:36.371Z[ recovery-image] Oct 19 04:07:34.922 INFO O| Oct 19 04:07:34.922 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-19T04:07:36.380Z[ recovery-image] Oct 19 04:07:34.931 INFO O| Oct 19 04:07:34.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46292024-10-19T04:07:36.381Z[ recovery-image] Oct 19 04:07:34.932 INFO O| Oct 19 04:07:34.932 INFO STEP 231 (remove_files) COMPLETE
46302024-10-19T04:07:36.381Z[ recovery-image] Oct 19 04:07:34.932 INFO O| Oct 19 04:07:34.932 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-19T04:07:36.390Z[ recovery-image] Oct 19 04:07:34.941 INFO O| Oct 19 04:07:34.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46322024-10-19T04:07:36.392Z[ recovery-image] Oct 19 04:07:34.941 INFO O| Oct 19 04:07:34.941 INFO STEP 232 (remove_files) COMPLETE
46332024-10-19T04:07:36.393Z[ recovery-image] Oct 19 04:07:34.941 INFO O| Oct 19 04:07:34.941 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-19T04:07:36.400Z[ recovery-image] Oct 19 04:07:34.951 INFO O| Oct 19 04:07:34.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46352024-10-19T04:07:36.400Z[ recovery-image] Oct 19 04:07:34.951 INFO O| Oct 19 04:07:34.951 INFO STEP 233 (remove_files) COMPLETE
46362024-10-19T04:07:36.402Z[ recovery-image] Oct 19 04:07:34.951 INFO O| Oct 19 04:07:34.951 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-19T04:07:36.409Z[ recovery-image] Oct 19 04:07:34.960 INFO O| Oct 19 04:07:34.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46382024-10-19T04:07:36.409Z[ recovery-image] Oct 19 04:07:34.960 INFO O| Oct 19 04:07:34.960 INFO STEP 234 (remove_files) COMPLETE
46392024-10-19T04:07:36.409Z[ recovery-image] Oct 19 04:07:34.960 INFO O| Oct 19 04:07:34.960 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-19T04:07:36.419Z[ recovery-image] Oct 19 04:07:34.970 INFO O| Oct 19 04:07:34.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46412024-10-19T04:07:36.419Z[ recovery-image] Oct 19 04:07:34.970 INFO O| Oct 19 04:07:34.970 INFO STEP 235 (remove_files) COMPLETE
46422024-10-19T04:07:36.421Z[ recovery-image] Oct 19 04:07:34.970 INFO O| Oct 19 04:07:34.970 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-19T04:07:36.428Z[ recovery-image] Oct 19 04:07:34.979 INFO O| Oct 19 04:07:34.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46442024-10-19T04:07:36.428Z[ recovery-image] Oct 19 04:07:34.979 INFO O| Oct 19 04:07:34.979 INFO STEP 236 (remove_files) COMPLETE
46452024-10-19T04:07:36.428Z[ recovery-image] Oct 19 04:07:34.979 INFO O| Oct 19 04:07:34.979 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-19T04:07:36.438Z[ recovery-image] Oct 19 04:07:34.989 INFO O| Oct 19 04:07:34.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46472024-10-19T04:07:36.438Z[ recovery-image] Oct 19 04:07:34.989 INFO O| Oct 19 04:07:34.989 INFO STEP 237 (remove_files) COMPLETE
46482024-10-19T04:07:36.438Z[ recovery-image] Oct 19 04:07:34.989 INFO O| Oct 19 04:07:34.989 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-19T04:07:36.440Z[ host-image] Oct 19 04:07:34.991 INFO O| Oct 19 04:07:34.991 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
46502024-10-19T04:07:36.463Z[ recovery-image] Oct 19 04:07:34.999 INFO O| Oct 19 04:07:34.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46512024-10-19T04:07:36.463Z[ recovery-image] Oct 19 04:07:34.999 INFO O| Oct 19 04:07:34.999 INFO STEP 238 (remove_files) COMPLETE
46522024-10-19T04:07:36.465Z[ recovery-image] Oct 19 04:07:34.999 INFO O| Oct 19 04:07:34.999 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-19T04:07:36.466Z[ recovery-image] Oct 19 04:07:35.010 INFO O| Oct 19 04:07:35.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46542024-10-19T04:07:36.466Z[ recovery-image] Oct 19 04:07:35.010 INFO O| Oct 19 04:07:35.010 INFO STEP 239 (remove_files) COMPLETE
46552024-10-19T04:07:36.466Z[ recovery-image] Oct 19 04:07:35.010 INFO O| Oct 19 04:07:35.010 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-19T04:07:36.469Z[ recovery-image] Oct 19 04:07:35.020 INFO O| Oct 19 04:07:35.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46572024-10-19T04:07:36.469Z[ recovery-image] Oct 19 04:07:35.020 INFO O| Oct 19 04:07:35.020 INFO STEP 240 (remove_files) COMPLETE
46582024-10-19T04:07:36.469Z[ recovery-image] Oct 19 04:07:35.020 INFO O| Oct 19 04:07:35.020 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-19T04:07:36.479Z[ recovery-image] Oct 19 04:07:35.030 INFO O| Oct 19 04:07:35.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46602024-10-19T04:07:36.481Z[ recovery-image] Oct 19 04:07:35.030 INFO O| Oct 19 04:07:35.030 INFO STEP 241 (remove_files) COMPLETE
46612024-10-19T04:07:36.481Z[ recovery-image] Oct 19 04:07:35.030 INFO O| Oct 19 04:07:35.030 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-19T04:07:36.489Z[ recovery-image] Oct 19 04:07:35.039 INFO O| Oct 19 04:07:35.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46632024-10-19T04:07:36.491Z[ recovery-image] Oct 19 04:07:35.040 INFO O| Oct 19 04:07:35.040 INFO STEP 242 (remove_files) COMPLETE
46642024-10-19T04:07:36.491Z[ recovery-image] Oct 19 04:07:35.040 INFO O| Oct 19 04:07:35.040 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-19T04:07:36.499Z[ recovery-image] Oct 19 04:07:35.050 INFO O| Oct 19 04:07:35.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46662024-10-19T04:07:36.501Z[ recovery-image] Oct 19 04:07:35.050 INFO O| Oct 19 04:07:35.050 INFO STEP 243 (remove_files) COMPLETE
46672024-10-19T04:07:36.501Z[ recovery-image] Oct 19 04:07:35.050 INFO O| Oct 19 04:07:35.050 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-10-19T04:07:36.509Z[ recovery-image] Oct 19 04:07:35.060 INFO O| Oct 19 04:07:35.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46692024-10-19T04:07:36.509Z[ recovery-image] Oct 19 04:07:35.060 INFO O| Oct 19 04:07:35.060 INFO STEP 244 (remove_files) COMPLETE
46702024-10-19T04:07:36.511Z[ recovery-image] Oct 19 04:07:35.060 INFO O| Oct 19 04:07:35.060 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-10-19T04:07:36.519Z[ recovery-image] Oct 19 04:07:35.070 INFO O| Oct 19 04:07:35.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46722024-10-19T04:07:36.519Z[ recovery-image] Oct 19 04:07:35.070 INFO O| Oct 19 04:07:35.070 INFO STEP 245 (remove_files) COMPLETE
46732024-10-19T04:07:36.521Z[ recovery-image] Oct 19 04:07:35.070 INFO O| Oct 19 04:07:35.070 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-10-19T04:07:36.529Z[ recovery-image] Oct 19 04:07:35.080 INFO O| Oct 19 04:07:35.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46752024-10-19T04:07:36.531Z[ recovery-image] Oct 19 04:07:35.080 INFO O| Oct 19 04:07:35.080 INFO STEP 246 (remove_files) COMPLETE
46762024-10-19T04:07:36.531Z[ recovery-image] Oct 19 04:07:35.080 INFO O| Oct 19 04:07:35.080 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-10-19T04:07:36.539Z[ recovery-image] Oct 19 04:07:35.090 INFO O| Oct 19 04:07:35.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46782024-10-19T04:07:36.539Z[ recovery-image] Oct 19 04:07:35.090 INFO O| Oct 19 04:07:35.090 INFO STEP 247 (remove_files) COMPLETE
46792024-10-19T04:07:36.539Z[ recovery-image] Oct 19 04:07:35.090 INFO O| Oct 19 04:07:35.090 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-10-19T04:07:36.548Z[ recovery-image] Oct 19 04:07:35.099 INFO O| Oct 19 04:07:35.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46812024-10-19T04:07:36.548Z[ recovery-image] Oct 19 04:07:35.099 INFO O| Oct 19 04:07:35.099 INFO STEP 248 (remove_files) COMPLETE
46822024-10-19T04:07:36.549Z[ recovery-image] Oct 19 04:07:35.099 INFO O| Oct 19 04:07:35.099 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-10-19T04:07:36.560Z[ recovery-image] Oct 19 04:07:35.111 INFO O| Oct 19 04:07:35.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46842024-10-19T04:07:36.560Z[ recovery-image] Oct 19 04:07:35.111 INFO O| Oct 19 04:07:35.111 INFO STEP 249 (remove_files) COMPLETE
46852024-10-19T04:07:36.563Z[ recovery-image] Oct 19 04:07:35.111 INFO O| Oct 19 04:07:35.111 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-19T04:07:36.571Z[ recovery-image] Oct 19 04:07:35.122 INFO O| Oct 19 04:07:35.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46872024-10-19T04:07:36.571Z[ recovery-image] Oct 19 04:07:35.122 INFO O| Oct 19 04:07:35.122 INFO STEP 250 (remove_files) COMPLETE
46882024-10-19T04:07:36.573Z[ recovery-image] Oct 19 04:07:35.122 INFO O| Oct 19 04:07:35.122 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-10-19T04:07:36.581Z[ recovery-image] Oct 19 04:07:35.132 INFO O| Oct 19 04:07:35.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46902024-10-19T04:07:36.581Z[ recovery-image] Oct 19 04:07:35.132 INFO O| Oct 19 04:07:35.132 INFO STEP 251 (remove_files) COMPLETE
46912024-10-19T04:07:36.583Z[ recovery-image] Oct 19 04:07:35.132 INFO O| Oct 19 04:07:35.132 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-10-19T04:07:36.591Z[ recovery-image] Oct 19 04:07:35.142 INFO O| Oct 19 04:07:35.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46932024-10-19T04:07:36.593Z[ recovery-image] Oct 19 04:07:35.142 INFO O| Oct 19 04:07:35.142 INFO STEP 252 (remove_files) COMPLETE
46942024-10-19T04:07:36.593Z[ recovery-image] Oct 19 04:07:35.142 INFO O| Oct 19 04:07:35.142 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-10-19T04:07:36.604Z[ recovery-image] Oct 19 04:07:35.155 INFO O| Oct 19 04:07:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46962024-10-19T04:07:36.604Z[ recovery-image] Oct 19 04:07:35.155 INFO O| Oct 19 04:07:35.155 INFO STEP 253 (remove_files) COMPLETE
46972024-10-19T04:07:36.604Z[ recovery-image] Oct 19 04:07:35.155 INFO O| Oct 19 04:07:35.155 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-10-19T04:07:36.616Z[ recovery-image] Oct 19 04:07:35.167 INFO O| Oct 19 04:07:35.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46992024-10-19T04:07:36.616Z[ recovery-image] Oct 19 04:07:35.167 INFO O| Oct 19 04:07:35.167 INFO STEP 254 (remove_files) COMPLETE
47002024-10-19T04:07:36.619Z[ recovery-image] Oct 19 04:07:35.167 INFO O| Oct 19 04:07:35.167 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-10-19T04:07:36.628Z[ recovery-image] Oct 19 04:07:35.179 INFO O| Oct 19 04:07:35.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47022024-10-19T04:07:36.628Z[ recovery-image] Oct 19 04:07:35.179 INFO O| Oct 19 04:07:35.179 INFO STEP 255 (remove_files) COMPLETE
47032024-10-19T04:07:36.628Z[ recovery-image] Oct 19 04:07:35.179 INFO O| Oct 19 04:07:35.179 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-10-19T04:07:36.640Z[ recovery-image] Oct 19 04:07:35.191 INFO O| Oct 19 04:07:35.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47052024-10-19T04:07:36.640Z[ recovery-image] Oct 19 04:07:35.191 INFO O| Oct 19 04:07:35.191 INFO STEP 256 (remove_files) COMPLETE
47062024-10-19T04:07:36.642Z[ recovery-image] Oct 19 04:07:35.191 INFO O| Oct 19 04:07:35.191 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-10-19T04:07:36.651Z[ recovery-image] Oct 19 04:07:35.202 INFO O| Oct 19 04:07:35.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47082024-10-19T04:07:36.651Z[ recovery-image] Oct 19 04:07:35.202 INFO O| Oct 19 04:07:35.202 INFO STEP 257 (remove_files) COMPLETE
47092024-10-19T04:07:36.651Z[ recovery-image] Oct 19 04:07:35.202 INFO O| Oct 19 04:07:35.202 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-10-19T04:07:36.661Z[ recovery-image] Oct 19 04:07:35.212 INFO O| Oct 19 04:07:35.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47112024-10-19T04:07:36.664Z[ recovery-image] Oct 19 04:07:35.212 INFO O| Oct 19 04:07:35.212 INFO STEP 258 (remove_files) COMPLETE
47122024-10-19T04:07:36.664Z[ recovery-image] Oct 19 04:07:35.212 INFO O| Oct 19 04:07:35.212 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-10-19T04:07:36.672Z[ recovery-image] Oct 19 04:07:35.223 INFO O| Oct 19 04:07:35.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47142024-10-19T04:07:36.674Z[ recovery-image] Oct 19 04:07:35.223 INFO O| Oct 19 04:07:35.223 INFO STEP 259 (remove_files) COMPLETE
47152024-10-19T04:07:36.674Z[ recovery-image] Oct 19 04:07:35.223 INFO O| Oct 19 04:07:35.223 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-10-19T04:07:36.682Z[ recovery-image] Oct 19 04:07:35.233 INFO O| Oct 19 04:07:35.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47172024-10-19T04:07:36.682Z[ recovery-image] Oct 19 04:07:35.233 INFO O| Oct 19 04:07:35.233 INFO STEP 260 (remove_files) COMPLETE
47182024-10-19T04:07:36.684Z[ recovery-image] Oct 19 04:07:35.233 INFO O| Oct 19 04:07:35.233 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-10-19T04:07:36.693Z[ recovery-image] Oct 19 04:07:35.243 INFO O| Oct 19 04:07:35.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47202024-10-19T04:07:36.695Z[ recovery-image] Oct 19 04:07:35.243 INFO O| Oct 19 04:07:35.243 INFO STEP 261 (remove_files) COMPLETE
47212024-10-19T04:07:36.695Z[ recovery-image] Oct 19 04:07:35.243 INFO O| Oct 19 04:07:35.243 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-10-19T04:07:36.705Z[ recovery-image] Oct 19 04:07:35.252 INFO O| Oct 19 04:07:35.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47232024-10-19T04:07:36.705Z[ recovery-image] Oct 19 04:07:35.253 INFO O| Oct 19 04:07:35.253 INFO STEP 262 (remove_files) COMPLETE
47242024-10-19T04:07:36.705Z[ recovery-image] Oct 19 04:07:35.253 INFO O| Oct 19 04:07:35.253 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-19T04:07:36.712Z[ recovery-image] Oct 19 04:07:35.262 INFO O| Oct 19 04:07:35.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47262024-10-19T04:07:36.712Z[ recovery-image] Oct 19 04:07:35.263 INFO O| Oct 19 04:07:35.262 INFO STEP 263 (remove_files) COMPLETE
47272024-10-19T04:07:36.714Z[ recovery-image] Oct 19 04:07:35.263 INFO O| Oct 19 04:07:35.262 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-19T04:07:36.721Z[ recovery-image] Oct 19 04:07:35.272 INFO O| Oct 19 04:07:35.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47292024-10-19T04:07:36.724Z[ recovery-image] Oct 19 04:07:35.272 INFO O| Oct 19 04:07:35.272 INFO STEP 264 (remove_files) COMPLETE
47302024-10-19T04:07:36.724Z[ recovery-image] Oct 19 04:07:35.272 INFO O| Oct 19 04:07:35.272 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-19T04:07:36.731Z[ recovery-image] Oct 19 04:07:35.282 INFO O| Oct 19 04:07:35.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47322024-10-19T04:07:36.731Z[ recovery-image] Oct 19 04:07:35.282 INFO O| Oct 19 04:07:35.282 INFO STEP 265 (remove_files) COMPLETE
47332024-10-19T04:07:36.733Z[ recovery-image] Oct 19 04:07:35.282 INFO O| Oct 19 04:07:35.282 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-19T04:07:36.741Z[ recovery-image] Oct 19 04:07:35.292 INFO O| Oct 19 04:07:35.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47352024-10-19T04:07:36.741Z[ recovery-image] Oct 19 04:07:35.292 INFO O| Oct 19 04:07:35.292 INFO STEP 266 (remove_files) COMPLETE
47362024-10-19T04:07:36.743Z[ recovery-image] Oct 19 04:07:35.292 INFO O| Oct 19 04:07:35.292 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-19T04:07:36.746Z[ host-image] Oct 19 04:07:35.297 INFO O| Oct 19 04:07:35.296 INFO O| Done
47382024-10-19T04:07:36.746Z[ host-image] Oct 19 04:07:35.297 INFO O| Oct 19 04:07:35.297 INFO O| Done
47392024-10-19T04:07:36.751Z[ recovery-image] Oct 19 04:07:35.302 INFO O| Oct 19 04:07:35.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47402024-10-19T04:07:36.753Z[ recovery-image] Oct 19 04:07:35.302 INFO O| Oct 19 04:07:35.302 INFO STEP 267 (remove_files) COMPLETE
47412024-10-19T04:07:36.753Z[ recovery-image] Oct 19 04:07:35.302 INFO O| Oct 19 04:07:35.302 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-10-19T04:07:36.761Z[ recovery-image] Oct 19 04:07:35.312 INFO O| Oct 19 04:07:35.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47432024-10-19T04:07:36.761Z[ recovery-image] Oct 19 04:07:35.312 INFO O| Oct 19 04:07:35.312 INFO STEP 268 (remove_files) COMPLETE
47442024-10-19T04:07:36.761Z[ recovery-image] Oct 19 04:07:35.312 INFO O| Oct 19 04:07:35.312 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-10-19T04:07:36.771Z[ recovery-image] Oct 19 04:07:35.321 INFO O| Oct 19 04:07:35.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47462024-10-19T04:07:36.773Z[ recovery-image] Oct 19 04:07:35.322 INFO O| Oct 19 04:07:35.322 INFO STEP 269 (remove_files) COMPLETE
47472024-10-19T04:07:36.773Z[ recovery-image] Oct 19 04:07:35.322 INFO O| Oct 19 04:07:35.322 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-10-19T04:07:36.780Z[ recovery-image] Oct 19 04:07:35.331 INFO O| Oct 19 04:07:35.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47492024-10-19T04:07:36.789Z[ recovery-image] Oct 19 04:07:35.340 INFO O| Oct 19 04:07:35.340 INFO STEP 270 (remove_files) COMPLETE
47502024-10-19T04:07:36.791Z[ recovery-image] Oct 19 04:07:35.340 INFO O| Oct 19 04:07:35.340 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-10-19T04:07:36.799Z[ recovery-image] Oct 19 04:07:35.350 INFO O| Oct 19 04:07:35.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47522024-10-19T04:07:36.802Z[ recovery-image] Oct 19 04:07:35.350 INFO O| Oct 19 04:07:35.350 INFO STEP 271 (remove_files) COMPLETE
47532024-10-19T04:07:36.802Z[ recovery-image] Oct 19 04:07:35.350 INFO O| Oct 19 04:07:35.350 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-10-19T04:07:36.809Z[ recovery-image] Oct 19 04:07:35.360 INFO O| Oct 19 04:07:35.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47552024-10-19T04:07:36.820Z[ recovery-image] Oct 19 04:07:35.371 INFO O| Oct 19 04:07:35.371 INFO STEP 272 (remove_files) COMPLETE
47562024-10-19T04:07:36.822Z[ recovery-image] Oct 19 04:07:35.371 INFO O| Oct 19 04:07:35.371 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-10-19T04:07:36.830Z[ recovery-image] Oct 19 04:07:35.381 INFO O| Oct 19 04:07:35.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47582024-10-19T04:07:36.830Z[ recovery-image] Oct 19 04:07:35.381 INFO O| Oct 19 04:07:35.381 INFO STEP 273 (remove_files) COMPLETE
47592024-10-19T04:07:36.830Z[ recovery-image] Oct 19 04:07:35.381 INFO O| Oct 19 04:07:35.381 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-10-19T04:07:36.841Z[ recovery-image] Oct 19 04:07:35.392 INFO O| Oct 19 04:07:35.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47612024-10-19T04:07:36.841Z[ recovery-image] Oct 19 04:07:35.392 INFO O| Oct 19 04:07:35.392 INFO STEP 274 (remove_files) COMPLETE
47622024-10-19T04:07:36.841Z[ recovery-image] Oct 19 04:07:35.392 INFO O| Oct 19 04:07:35.392 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-10-19T04:07:36.851Z[ recovery-image] Oct 19 04:07:35.402 INFO O| Oct 19 04:07:35.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47642024-10-19T04:07:36.854Z[ recovery-image] Oct 19 04:07:35.402 INFO O| Oct 19 04:07:35.402 INFO STEP 275 (remove_files) COMPLETE
47652024-10-19T04:07:36.854Z[ recovery-image] Oct 19 04:07:35.402 INFO O| Oct 19 04:07:35.402 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-10-19T04:07:36.861Z[ recovery-image] Oct 19 04:07:35.411 INFO O| Oct 19 04:07:35.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47672024-10-19T04:07:36.861Z[ recovery-image] Oct 19 04:07:35.412 INFO O| Oct 19 04:07:35.411 INFO STEP 276 (remove_files) COMPLETE
47682024-10-19T04:07:36.863Z[ recovery-image] Oct 19 04:07:35.412 INFO O| Oct 19 04:07:35.412 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-10-19T04:07:36.872Z[ recovery-image] Oct 19 04:07:35.422 INFO O| Oct 19 04:07:35.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47702024-10-19T04:07:36.872Z[ recovery-image] Oct 19 04:07:35.423 INFO O| Oct 19 04:07:35.423 INFO STEP 277 (remove_files) COMPLETE
47712024-10-19T04:07:36.872Z[ recovery-image] Oct 19 04:07:35.423 INFO O| Oct 19 04:07:35.423 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-10-19T04:07:36.883Z[ recovery-image] Oct 19 04:07:35.433 INFO O| Oct 19 04:07:35.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47732024-10-19T04:07:36.883Z[ recovery-image] Oct 19 04:07:35.434 INFO O| Oct 19 04:07:35.433 INFO STEP 278 (remove_files) COMPLETE
47742024-10-19T04:07:36.885Z[ recovery-image] Oct 19 04:07:35.434 INFO O| Oct 19 04:07:35.433 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-10-19T04:07:36.892Z[ recovery-image] Oct 19 04:07:35.443 INFO O| Oct 19 04:07:35.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47762024-10-19T04:07:36.892Z[ recovery-image] Oct 19 04:07:35.443 INFO O| Oct 19 04:07:35.443 INFO STEP 279 (remove_files) COMPLETE
47772024-10-19T04:07:36.894Z[ recovery-image] Oct 19 04:07:35.443 INFO O| Oct 19 04:07:35.443 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-19T04:07:36.903Z[ recovery-image] Oct 19 04:07:35.454 INFO O| Oct 19 04:07:35.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47792024-10-19T04:07:36.903Z[ recovery-image] Oct 19 04:07:35.454 INFO O| Oct 19 04:07:35.454 INFO STEP 280 (remove_files) COMPLETE
47802024-10-19T04:07:36.905Z[ recovery-image] Oct 19 04:07:35.454 INFO O| Oct 19 04:07:35.454 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-19T04:07:36.912Z[ recovery-image] Oct 19 04:07:35.463 INFO O| Oct 19 04:07:35.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47822024-10-19T04:07:36.915Z[ recovery-image] Oct 19 04:07:35.464 INFO O| Oct 19 04:07:35.464 INFO STEP 281 (remove_files) COMPLETE
47832024-10-19T04:07:36.915Z[ recovery-image] Oct 19 04:07:35.464 INFO O| Oct 19 04:07:35.464 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-19T04:07:36.923Z[ recovery-image] Oct 19 04:07:35.474 INFO O| Oct 19 04:07:35.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47852024-10-19T04:07:36.923Z[ recovery-image] Oct 19 04:07:35.474 INFO O| Oct 19 04:07:35.474 INFO STEP 282 (remove_files) COMPLETE
47862024-10-19T04:07:36.923Z[ recovery-image] Oct 19 04:07:35.474 INFO O| Oct 19 04:07:35.474 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-19T04:07:36.934Z[ recovery-image] Oct 19 04:07:35.485 INFO O| Oct 19 04:07:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47882024-10-19T04:07:36.936Z[ recovery-image] Oct 19 04:07:35.485 INFO O| Oct 19 04:07:35.485 INFO STEP 283 (remove_files) COMPLETE
47892024-10-19T04:07:36.936Z[ recovery-image] Oct 19 04:07:35.485 INFO O| Oct 19 04:07:35.485 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-10-19T04:07:36.943Z[ recovery-image] Oct 19 04:07:35.494 INFO O| Oct 19 04:07:35.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47912024-10-19T04:07:36.943Z[ recovery-image] Oct 19 04:07:35.494 INFO O| Oct 19 04:07:35.494 INFO STEP 284 (remove_files) COMPLETE
47922024-10-19T04:07:36.943Z[ recovery-image] Oct 19 04:07:35.494 INFO O| Oct 19 04:07:35.494 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-10-19T04:07:36.953Z[ recovery-image] Oct 19 04:07:35.504 INFO O| Oct 19 04:07:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47942024-10-19T04:07:36.955Z[ recovery-image] Oct 19 04:07:35.505 INFO O| Oct 19 04:07:35.505 INFO STEP 285 (remove_files) COMPLETE
47952024-10-19T04:07:36.955Z[ recovery-image] Oct 19 04:07:35.505 INFO O| Oct 19 04:07:35.505 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-19T04:07:36.965Z[ recovery-image] Oct 19 04:07:35.516 INFO O| Oct 19 04:07:35.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47972024-10-19T04:07:36.965Z[ recovery-image] Oct 19 04:07:35.516 INFO O| Oct 19 04:07:35.516 INFO STEP 286 (remove_files) COMPLETE
47982024-10-19T04:07:36.967Z[ recovery-image] Oct 19 04:07:35.516 INFO O| Oct 19 04:07:35.516 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-19T04:07:36.975Z[ recovery-image] Oct 19 04:07:35.526 INFO O| Oct 19 04:07:35.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48002024-10-19T04:07:36.975Z[ recovery-image] Oct 19 04:07:35.526 INFO O| Oct 19 04:07:35.526 INFO STEP 287 (remove_files) COMPLETE
48012024-10-19T04:07:36.977Z[ recovery-image] Oct 19 04:07:35.526 INFO O| Oct 19 04:07:35.526 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-10-19T04:07:36.984Z[ recovery-image] Oct 19 04:07:35.535 INFO O| Oct 19 04:07:35.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48032024-10-19T04:07:36.984Z[ recovery-image] Oct 19 04:07:35.535 INFO O| Oct 19 04:07:35.535 INFO STEP 288 (remove_files) COMPLETE
48042024-10-19T04:07:36.987Z[ recovery-image] Oct 19 04:07:35.535 INFO O| Oct 19 04:07:35.535 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-19T04:07:36.994Z[ recovery-image] Oct 19 04:07:35.545 INFO O| Oct 19 04:07:35.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48062024-10-19T04:07:36.994Z[ recovery-image] Oct 19 04:07:35.545 INFO O| Oct 19 04:07:35.545 INFO STEP 289 (remove_files) COMPLETE
48072024-10-19T04:07:36.996Z[ recovery-image] Oct 19 04:07:35.545 INFO O| Oct 19 04:07:35.545 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-19T04:07:37.005Z[ recovery-image] Oct 19 04:07:35.556 INFO O| Oct 19 04:07:35.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48092024-10-19T04:07:37.005Z[ recovery-image] Oct 19 04:07:35.556 INFO O| Oct 19 04:07:35.556 INFO STEP 290 (remove_files) COMPLETE
48102024-10-19T04:07:37.005Z[ recovery-image] Oct 19 04:07:35.556 INFO O| Oct 19 04:07:35.556 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-19T04:07:37.015Z[ recovery-image] Oct 19 04:07:35.565 INFO O| Oct 19 04:07:35.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48122024-10-19T04:07:37.015Z[ recovery-image] Oct 19 04:07:35.565 INFO O| Oct 19 04:07:35.565 INFO STEP 291 (remove_files) COMPLETE
48132024-10-19T04:07:37.017Z[ recovery-image] Oct 19 04:07:35.565 INFO O| Oct 19 04:07:35.565 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-19T04:07:37.025Z[ recovery-image] Oct 19 04:07:35.576 INFO O| Oct 19 04:07:35.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48152024-10-19T04:07:37.025Z[ recovery-image] Oct 19 04:07:35.576 INFO O| Oct 19 04:07:35.576 INFO STEP 292 (remove_files) COMPLETE
48162024-10-19T04:07:37.028Z[ recovery-image] Oct 19 04:07:35.576 INFO O| Oct 19 04:07:35.576 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-19T04:07:37.035Z[ recovery-image] Oct 19 04:07:35.586 INFO O| Oct 19 04:07:35.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48182024-10-19T04:07:37.035Z[ recovery-image] Oct 19 04:07:35.586 INFO O| Oct 19 04:07:35.586 INFO STEP 293 (remove_files) COMPLETE
48192024-10-19T04:07:37.035Z[ recovery-image] Oct 19 04:07:35.586 INFO O| Oct 19 04:07:35.586 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-19T04:07:37.046Z[ recovery-image] Oct 19 04:07:35.597 INFO O| Oct 19 04:07:35.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48212024-10-19T04:07:37.046Z[ recovery-image] Oct 19 04:07:35.597 INFO O| Oct 19 04:07:35.597 INFO STEP 294 (remove_files) COMPLETE
48222024-10-19T04:07:37.049Z[ recovery-image] Oct 19 04:07:35.597 INFO O| Oct 19 04:07:35.597 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-19T04:07:37.055Z[ recovery-image] Oct 19 04:07:35.606 INFO O| Oct 19 04:07:35.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48242024-10-19T04:07:37.055Z[ recovery-image] Oct 19 04:07:35.606 INFO O| Oct 19 04:07:35.606 INFO STEP 295 (remove_files) COMPLETE
48252024-10-19T04:07:37.058Z[ recovery-image] Oct 19 04:07:35.606 INFO O| Oct 19 04:07:35.606 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-19T04:07:37.065Z[ recovery-image] Oct 19 04:07:35.616 INFO O| Oct 19 04:07:35.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48272024-10-19T04:07:37.065Z[ recovery-image] Oct 19 04:07:35.616 INFO O| Oct 19 04:07:35.616 INFO STEP 296 (remove_files) COMPLETE
48282024-10-19T04:07:37.065Z[ recovery-image] Oct 19 04:07:35.616 INFO O| Oct 19 04:07:35.616 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-19T04:07:37.074Z[ recovery-image] Oct 19 04:07:35.625 INFO O| Oct 19 04:07:35.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48302024-10-19T04:07:37.074Z[ recovery-image] Oct 19 04:07:35.625 INFO O| Oct 19 04:07:35.625 INFO STEP 297 (remove_files) COMPLETE
48312024-10-19T04:07:37.077Z[ recovery-image] Oct 19 04:07:35.625 INFO O| Oct 19 04:07:35.625 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-19T04:07:37.084Z[ recovery-image] Oct 19 04:07:35.635 INFO O| Oct 19 04:07:35.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48332024-10-19T04:07:37.084Z[ recovery-image] Oct 19 04:07:35.635 INFO O| Oct 19 04:07:35.635 INFO STEP 298 (remove_files) COMPLETE
48342024-10-19T04:07:37.084Z[ recovery-image] Oct 19 04:07:35.635 INFO O| Oct 19 04:07:35.635 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-19T04:07:37.093Z[ recovery-image] Oct 19 04:07:35.644 INFO O| Oct 19 04:07:35.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48362024-10-19T04:07:37.093Z[ recovery-image] Oct 19 04:07:35.644 INFO O| Oct 19 04:07:35.644 INFO STEP 299 (remove_files) COMPLETE
48372024-10-19T04:07:37.096Z[ recovery-image] Oct 19 04:07:35.644 INFO O| Oct 19 04:07:35.644 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-19T04:07:37.103Z[ recovery-image] Oct 19 04:07:35.654 INFO O| Oct 19 04:07:35.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48392024-10-19T04:07:37.103Z[ recovery-image] Oct 19 04:07:35.654 INFO O| Oct 19 04:07:35.654 INFO STEP 300 (remove_files) COMPLETE
48402024-10-19T04:07:37.103Z[ recovery-image] Oct 19 04:07:35.654 INFO O| Oct 19 04:07:35.654 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-19T04:07:37.113Z[ recovery-image] Oct 19 04:07:35.664 INFO O| Oct 19 04:07:35.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48422024-10-19T04:07:37.113Z[ recovery-image] Oct 19 04:07:35.664 INFO O| Oct 19 04:07:35.664 INFO STEP 301 (remove_files) COMPLETE
48432024-10-19T04:07:37.113Z[ recovery-image] Oct 19 04:07:35.664 INFO O| Oct 19 04:07:35.664 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-19T04:07:37.122Z[ recovery-image] Oct 19 04:07:35.673 INFO O| Oct 19 04:07:35.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48452024-10-19T04:07:37.122Z[ recovery-image] Oct 19 04:07:35.673 INFO O| Oct 19 04:07:35.673 INFO STEP 302 (remove_files) COMPLETE
48462024-10-19T04:07:37.122Z[ recovery-image] Oct 19 04:07:35.673 INFO O| Oct 19 04:07:35.673 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-19T04:07:37.132Z[ recovery-image] Oct 19 04:07:35.683 INFO O| Oct 19 04:07:35.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48482024-10-19T04:07:37.132Z[ recovery-image] Oct 19 04:07:35.683 INFO O| Oct 19 04:07:35.683 INFO STEP 303 (remove_files) COMPLETE
48492024-10-19T04:07:37.134Z[ recovery-image] Oct 19 04:07:35.683 INFO O| Oct 19 04:07:35.683 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-19T04:07:37.142Z[ recovery-image] Oct 19 04:07:35.692 INFO O| Oct 19 04:07:35.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48512024-10-19T04:07:37.142Z[ recovery-image] Oct 19 04:07:35.693 INFO O| Oct 19 04:07:35.692 INFO STEP 304 (remove_files) COMPLETE
48522024-10-19T04:07:37.144Z[ recovery-image] Oct 19 04:07:35.693 INFO O| Oct 19 04:07:35.692 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-19T04:07:37.151Z[ recovery-image] Oct 19 04:07:35.702 INFO O| Oct 19 04:07:35.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48542024-10-19T04:07:37.153Z[ recovery-image] Oct 19 04:07:35.702 INFO O| Oct 19 04:07:35.702 INFO STEP 305 (remove_files) COMPLETE
48552024-10-19T04:07:37.153Z[ recovery-image] Oct 19 04:07:35.702 INFO O| Oct 19 04:07:35.702 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-19T04:07:37.161Z[ recovery-image] Oct 19 04:07:35.711 INFO O| Oct 19 04:07:35.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48572024-10-19T04:07:37.161Z[ recovery-image] Oct 19 04:07:35.712 INFO O| Oct 19 04:07:35.712 INFO STEP 306 (remove_files) COMPLETE
48582024-10-19T04:07:37.161Z[ recovery-image] Oct 19 04:07:35.712 INFO O| Oct 19 04:07:35.712 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-19T04:07:37.170Z[ recovery-image] Oct 19 04:07:35.721 INFO O| Oct 19 04:07:35.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48602024-10-19T04:07:37.170Z[ recovery-image] Oct 19 04:07:35.721 INFO O| Oct 19 04:07:35.721 INFO STEP 307 (remove_files) COMPLETE
48612024-10-19T04:07:37.172Z[ recovery-image] Oct 19 04:07:35.721 INFO O| Oct 19 04:07:35.721 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-19T04:07:37.180Z[ recovery-image] Oct 19 04:07:35.731 INFO O| Oct 19 04:07:35.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48632024-10-19T04:07:37.182Z[ recovery-image] Oct 19 04:07:35.731 INFO O| Oct 19 04:07:35.731 INFO STEP 308 (remove_files) COMPLETE
48642024-10-19T04:07:37.182Z[ recovery-image] Oct 19 04:07:35.731 INFO O| Oct 19 04:07:35.731 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-19T04:07:37.189Z[ recovery-image] Oct 19 04:07:35.740 INFO O| Oct 19 04:07:35.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48662024-10-19T04:07:37.189Z[ recovery-image] Oct 19 04:07:35.740 INFO O| Oct 19 04:07:35.740 INFO STEP 309 (remove_files) COMPLETE
48672024-10-19T04:07:37.192Z[ recovery-image] Oct 19 04:07:35.740 INFO O| Oct 19 04:07:35.740 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-19T04:07:37.199Z[ recovery-image] Oct 19 04:07:35.750 INFO O| Oct 19 04:07:35.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48692024-10-19T04:07:37.199Z[ recovery-image] Oct 19 04:07:35.750 INFO O| Oct 19 04:07:35.750 INFO STEP 310 (remove_files) COMPLETE
48702024-10-19T04:07:37.199Z[ recovery-image] Oct 19 04:07:35.750 INFO O| Oct 19 04:07:35.750 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-19T04:07:37.210Z[ recovery-image] Oct 19 04:07:35.759 INFO O| Oct 19 04:07:35.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48722024-10-19T04:07:37.210Z[ recovery-image] Oct 19 04:07:35.759 INFO O| Oct 19 04:07:35.759 INFO STEP 311 (remove_files) COMPLETE
48732024-10-19T04:07:37.212Z[ recovery-image] Oct 19 04:07:35.759 INFO O| Oct 19 04:07:35.759 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-19T04:07:37.218Z[ recovery-image] Oct 19 04:07:35.769 INFO O| Oct 19 04:07:35.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48752024-10-19T04:07:37.218Z[ recovery-image] Oct 19 04:07:35.769 INFO O| Oct 19 04:07:35.769 INFO STEP 312 (remove_files) COMPLETE
48762024-10-19T04:07:37.220Z[ recovery-image] Oct 19 04:07:35.769 INFO O| Oct 19 04:07:35.769 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-19T04:07:37.228Z[ recovery-image] Oct 19 04:07:35.778 INFO O| Oct 19 04:07:35.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48782024-10-19T04:07:37.228Z[ recovery-image] Oct 19 04:07:35.779 INFO O| Oct 19 04:07:35.778 INFO STEP 313 (remove_files) COMPLETE
48792024-10-19T04:07:37.228Z[ recovery-image] Oct 19 04:07:35.779 INFO O| Oct 19 04:07:35.779 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-19T04:07:37.237Z[ recovery-image] Oct 19 04:07:35.788 INFO O| Oct 19 04:07:35.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48812024-10-19T04:07:37.237Z[ recovery-image] Oct 19 04:07:35.788 INFO O| Oct 19 04:07:35.788 INFO STEP 314 (remove_files) COMPLETE
48822024-10-19T04:07:37.237Z[ recovery-image] Oct 19 04:07:35.788 INFO O| Oct 19 04:07:35.788 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-19T04:07:37.247Z[ recovery-image] Oct 19 04:07:35.798 INFO O| Oct 19 04:07:35.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48842024-10-19T04:07:37.249Z[ recovery-image] Oct 19 04:07:35.798 INFO O| Oct 19 04:07:35.798 INFO STEP 315 (remove_files) COMPLETE
48852024-10-19T04:07:37.249Z[ recovery-image] Oct 19 04:07:35.798 INFO O| Oct 19 04:07:35.798 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-19T04:07:37.256Z[ recovery-image] Oct 19 04:07:35.807 INFO O| Oct 19 04:07:35.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48872024-10-19T04:07:37.256Z[ recovery-image] Oct 19 04:07:35.807 INFO O| Oct 19 04:07:35.807 INFO STEP 316 (remove_files) COMPLETE
48882024-10-19T04:07:37.259Z[ recovery-image] Oct 19 04:07:35.807 INFO O| Oct 19 04:07:35.807 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-19T04:07:37.259Z[ host-image] Oct 19 04:07:35.808 INFO O| Oct 19 04:07:35.808 INFO O| Done
48902024-10-19T04:07:37.266Z[ recovery-image] Oct 19 04:07:35.817 INFO O| Oct 19 04:07:35.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48912024-10-19T04:07:37.266Z[ recovery-image] Oct 19 04:07:35.817 INFO O| Oct 19 04:07:35.817 INFO STEP 317 (remove_files) COMPLETE
48922024-10-19T04:07:37.266Z[ recovery-image] Oct 19 04:07:35.817 INFO O| Oct 19 04:07:35.817 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-10-19T04:07:37.276Z[ recovery-image] Oct 19 04:07:35.827 INFO O| Oct 19 04:07:35.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48942024-10-19T04:07:37.276Z[ recovery-image] Oct 19 04:07:35.827 INFO O| Oct 19 04:07:35.827 INFO STEP 318 (remove_files) COMPLETE
48952024-10-19T04:07:37.278Z[ recovery-image] Oct 19 04:07:35.827 INFO O| Oct 19 04:07:35.827 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-10-19T04:07:37.286Z[ recovery-image] Oct 19 04:07:35.837 INFO O| Oct 19 04:07:35.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48972024-10-19T04:07:37.286Z[ recovery-image] Oct 19 04:07:35.837 INFO O| Oct 19 04:07:35.837 INFO STEP 319 (remove_files) COMPLETE
48982024-10-19T04:07:37.288Z[ recovery-image] Oct 19 04:07:35.837 INFO O| Oct 19 04:07:35.837 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-10-19T04:07:37.295Z[ recovery-image] Oct 19 04:07:35.846 INFO O| Oct 19 04:07:35.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49002024-10-19T04:07:37.295Z[ recovery-image] Oct 19 04:07:35.846 INFO O| Oct 19 04:07:35.846 INFO STEP 320 (remove_files) COMPLETE
49012024-10-19T04:07:37.296Z[ recovery-image] Oct 19 04:07:35.846 INFO O| Oct 19 04:07:35.846 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-10-19T04:07:37.305Z[ recovery-image] Oct 19 04:07:35.856 INFO O| Oct 19 04:07:35.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49032024-10-19T04:07:37.305Z[ recovery-image] Oct 19 04:07:35.856 INFO O| Oct 19 04:07:35.856 INFO STEP 321 (remove_files) COMPLETE
49042024-10-19T04:07:37.308Z[ recovery-image] Oct 19 04:07:35.856 INFO O| Oct 19 04:07:35.856 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-10-19T04:07:37.315Z[ recovery-image] Oct 19 04:07:35.866 INFO O| Oct 19 04:07:35.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49062024-10-19T04:07:37.315Z[ recovery-image] Oct 19 04:07:35.866 INFO O| Oct 19 04:07:35.866 INFO STEP 322 (remove_files) COMPLETE
49072024-10-19T04:07:37.317Z[ recovery-image] Oct 19 04:07:35.866 INFO O| Oct 19 04:07:35.866 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-10-19T04:07:37.325Z[ recovery-image] Oct 19 04:07:35.876 INFO O| Oct 19 04:07:35.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49092024-10-19T04:07:37.325Z[ recovery-image] Oct 19 04:07:35.876 INFO O| Oct 19 04:07:35.876 INFO STEP 323 (remove_files) COMPLETE
49102024-10-19T04:07:37.327Z[ recovery-image] Oct 19 04:07:35.876 INFO O| Oct 19 04:07:35.876 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-10-19T04:07:37.335Z[ recovery-image] Oct 19 04:07:35.886 INFO O| Oct 19 04:07:35.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49122024-10-19T04:07:37.335Z[ recovery-image] Oct 19 04:07:35.886 INFO O| Oct 19 04:07:35.886 INFO STEP 324 (remove_files) COMPLETE
49132024-10-19T04:07:37.337Z[ recovery-image] Oct 19 04:07:35.886 INFO O| Oct 19 04:07:35.886 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-10-19T04:07:37.344Z[ recovery-image] Oct 19 04:07:35.895 INFO O| Oct 19 04:07:35.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49152024-10-19T04:07:37.344Z[ recovery-image] Oct 19 04:07:35.895 INFO O| Oct 19 04:07:35.895 INFO STEP 325 (remove_files) COMPLETE
49162024-10-19T04:07:37.347Z[ recovery-image] Oct 19 04:07:35.895 INFO O| Oct 19 04:07:35.895 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-10-19T04:07:37.354Z[ recovery-image] Oct 19 04:07:35.905 INFO O| Oct 19 04:07:35.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49182024-10-19T04:07:37.357Z[ recovery-image] Oct 19 04:07:35.905 INFO O| Oct 19 04:07:35.905 INFO STEP 326 (remove_files) COMPLETE
49192024-10-19T04:07:37.357Z[ recovery-image] Oct 19 04:07:35.905 INFO O| Oct 19 04:07:35.905 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-10-19T04:07:37.364Z[ recovery-image] Oct 19 04:07:35.915 INFO O| Oct 19 04:07:35.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49212024-10-19T04:07:37.364Z[ recovery-image] Oct 19 04:07:35.915 INFO O| Oct 19 04:07:35.915 INFO STEP 327 (remove_files) COMPLETE
49222024-10-19T04:07:37.364Z[ recovery-image] Oct 19 04:07:35.915 INFO O| Oct 19 04:07:35.915 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-10-19T04:07:37.374Z[ recovery-image] Oct 19 04:07:35.925 INFO O| Oct 19 04:07:35.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49242024-10-19T04:07:37.374Z[ recovery-image] Oct 19 04:07:35.925 INFO O| Oct 19 04:07:35.925 INFO STEP 328 (remove_files) COMPLETE
49252024-10-19T04:07:37.374Z[ recovery-image] Oct 19 04:07:35.925 INFO O| Oct 19 04:07:35.925 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-10-19T04:07:37.384Z[ recovery-image] Oct 19 04:07:35.935 INFO O| Oct 19 04:07:35.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49272024-10-19T04:07:37.384Z[ recovery-image] Oct 19 04:07:35.935 INFO O| Oct 19 04:07:35.935 INFO STEP 329 (remove_files) COMPLETE
49282024-10-19T04:07:37.384Z[ recovery-image] Oct 19 04:07:35.935 INFO O| Oct 19 04:07:35.935 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-10-19T04:07:37.394Z[ recovery-image] Oct 19 04:07:35.945 INFO O| Oct 19 04:07:35.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49302024-10-19T04:07:37.394Z[ recovery-image] Oct 19 04:07:35.945 INFO O| Oct 19 04:07:35.945 INFO STEP 330 (remove_files) COMPLETE
49312024-10-19T04:07:37.394Z[ recovery-image] Oct 19 04:07:35.945 INFO O| Oct 19 04:07:35.945 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-10-19T04:07:37.404Z[ recovery-image] Oct 19 04:07:35.955 INFO O| Oct 19 04:07:35.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49332024-10-19T04:07:37.404Z[ recovery-image] Oct 19 04:07:35.955 INFO O| Oct 19 04:07:35.955 INFO STEP 331 (remove_files) COMPLETE
49342024-10-19T04:07:37.406Z[ recovery-image] Oct 19 04:07:35.955 INFO O| Oct 19 04:07:35.955 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-10-19T04:07:37.414Z[ recovery-image] Oct 19 04:07:35.965 INFO O| Oct 19 04:07:35.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49362024-10-19T04:07:37.416Z[ recovery-image] Oct 19 04:07:35.965 INFO O| Oct 19 04:07:35.965 INFO STEP 332 (remove_files) COMPLETE
49372024-10-19T04:07:37.416Z[ recovery-image] Oct 19 04:07:35.965 INFO O| Oct 19 04:07:35.965 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-10-19T04:07:37.423Z[ recovery-image] Oct 19 04:07:35.974 INFO O| Oct 19 04:07:35.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49392024-10-19T04:07:37.425Z[ recovery-image] Oct 19 04:07:35.974 INFO O| Oct 19 04:07:35.974 INFO STEP 333 (remove_files) COMPLETE
49402024-10-19T04:07:37.426Z[ recovery-image] Oct 19 04:07:35.974 INFO O| Oct 19 04:07:35.974 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-10-19T04:07:37.433Z[ recovery-image] Oct 19 04:07:35.984 INFO O| Oct 19 04:07:35.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49422024-10-19T04:07:37.433Z[ recovery-image] Oct 19 04:07:35.984 INFO O| Oct 19 04:07:35.984 INFO STEP 334 (remove_files) COMPLETE
49432024-10-19T04:07:37.433Z[ recovery-image] Oct 19 04:07:35.984 INFO O| Oct 19 04:07:35.984 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-10-19T04:07:37.443Z[ recovery-image] Oct 19 04:07:35.994 INFO O| Oct 19 04:07:35.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49452024-10-19T04:07:37.443Z[ recovery-image] Oct 19 04:07:35.994 INFO O| Oct 19 04:07:35.994 INFO STEP 335 (remove_files) COMPLETE
49462024-10-19T04:07:37.445Z[ recovery-image] Oct 19 04:07:35.994 INFO O| Oct 19 04:07:35.994 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-10-19T04:07:37.453Z[ recovery-image] Oct 19 04:07:36.004 INFO O| Oct 19 04:07:36.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49482024-10-19T04:07:37.453Z[ recovery-image] Oct 19 04:07:36.004 INFO O| Oct 19 04:07:36.004 INFO STEP 336 (remove_files) COMPLETE
49492024-10-19T04:07:37.453Z[ recovery-image] Oct 19 04:07:36.004 INFO O| Oct 19 04:07:36.004 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-10-19T04:07:37.463Z[ recovery-image] Oct 19 04:07:36.014 INFO O| Oct 19 04:07:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49512024-10-19T04:07:37.463Z[ recovery-image] Oct 19 04:07:36.014 INFO O| Oct 19 04:07:36.014 INFO STEP 337 (remove_files) COMPLETE
49522024-10-19T04:07:37.466Z[ recovery-image] Oct 19 04:07:36.014 INFO O| Oct 19 04:07:36.014 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-10-19T04:07:37.472Z[ recovery-image] Oct 19 04:07:36.023 INFO O| Oct 19 04:07:36.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49542024-10-19T04:07:37.475Z[ recovery-image] Oct 19 04:07:36.023 INFO O| Oct 19 04:07:36.023 INFO STEP 338 (remove_files) COMPLETE
49552024-10-19T04:07:37.475Z[ recovery-image] Oct 19 04:07:36.023 INFO O| Oct 19 04:07:36.023 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-10-19T04:07:37.482Z[ recovery-image] Oct 19 04:07:36.033 INFO O| Oct 19 04:07:36.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49572024-10-19T04:07:37.482Z[ recovery-image] Oct 19 04:07:36.033 INFO O| Oct 19 04:07:36.033 INFO STEP 339 (remove_files) COMPLETE
49582024-10-19T04:07:37.484Z[ recovery-image] Oct 19 04:07:36.033 INFO O| Oct 19 04:07:36.033 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-10-19T04:07:37.492Z[ recovery-image] Oct 19 04:07:36.043 INFO O| Oct 19 04:07:36.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49602024-10-19T04:07:37.494Z[ recovery-image] Oct 19 04:07:36.043 INFO O| Oct 19 04:07:36.043 INFO STEP 340 (remove_files) COMPLETE
49612024-10-19T04:07:37.494Z[ recovery-image] Oct 19 04:07:36.043 INFO O| Oct 19 04:07:36.043 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-10-19T04:07:37.502Z[ recovery-image] Oct 19 04:07:36.052 INFO O| Oct 19 04:07:36.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49632024-10-19T04:07:37.502Z[ recovery-image] Oct 19 04:07:36.053 INFO O| Oct 19 04:07:36.052 INFO STEP 341 (remove_files) COMPLETE
49642024-10-19T04:07:37.504Z[ recovery-image] Oct 19 04:07:36.053 INFO O| Oct 19 04:07:36.052 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-10-19T04:07:37.511Z[ recovery-image] Oct 19 04:07:36.062 INFO O| Oct 19 04:07:36.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49662024-10-19T04:07:37.511Z[ recovery-image] Oct 19 04:07:36.062 INFO O| Oct 19 04:07:36.062 INFO STEP 342 (remove_files) COMPLETE
49672024-10-19T04:07:37.511Z[ recovery-image] Oct 19 04:07:36.062 INFO O| Oct 19 04:07:36.062 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-10-19T04:07:37.521Z[ recovery-image] Oct 19 04:07:36.072 INFO O| Oct 19 04:07:36.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49692024-10-19T04:07:37.521Z[ recovery-image] Oct 19 04:07:36.072 INFO O| Oct 19 04:07:36.072 INFO STEP 343 (remove_files) COMPLETE
49702024-10-19T04:07:37.521Z[ recovery-image] Oct 19 04:07:36.072 INFO O| Oct 19 04:07:36.072 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-10-19T04:07:37.530Z[ recovery-image] Oct 19 04:07:36.081 INFO O| Oct 19 04:07:36.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49722024-10-19T04:07:37.533Z[ recovery-image] Oct 19 04:07:36.081 INFO O| Oct 19 04:07:36.081 INFO STEP 344 (remove_files) COMPLETE
49732024-10-19T04:07:37.533Z[ recovery-image] Oct 19 04:07:36.081 INFO O| Oct 19 04:07:36.081 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-10-19T04:07:37.540Z[ recovery-image] Oct 19 04:07:36.091 INFO O| Oct 19 04:07:36.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49752024-10-19T04:07:37.542Z[ recovery-image] Oct 19 04:07:36.091 INFO O| Oct 19 04:07:36.091 INFO STEP 345 (remove_files) COMPLETE
49762024-10-19T04:07:37.542Z[ recovery-image] Oct 19 04:07:36.091 INFO O| Oct 19 04:07:36.091 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-10-19T04:07:37.549Z[ recovery-image] Oct 19 04:07:36.100 INFO O| Oct 19 04:07:36.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49782024-10-19T04:07:37.549Z[ recovery-image] Oct 19 04:07:36.100 INFO O| Oct 19 04:07:36.100 INFO STEP 346 (remove_files) COMPLETE
49792024-10-19T04:07:37.549Z[ recovery-image] Oct 19 04:07:36.100 INFO O| Oct 19 04:07:36.100 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-10-19T04:07:37.559Z[ recovery-image] Oct 19 04:07:36.110 INFO O| Oct 19 04:07:36.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49812024-10-19T04:07:37.559Z[ recovery-image] Oct 19 04:07:36.110 INFO O| Oct 19 04:07:36.110 INFO STEP 347 (remove_files) COMPLETE
49822024-10-19T04:07:37.559Z[ recovery-image] Oct 19 04:07:36.110 INFO O| Oct 19 04:07:36.110 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-10-19T04:07:37.569Z[ recovery-image] Oct 19 04:07:36.120 INFO O| Oct 19 04:07:36.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49842024-10-19T04:07:37.569Z[ recovery-image] Oct 19 04:07:36.120 INFO O| Oct 19 04:07:36.120 INFO STEP 348 (remove_files) COMPLETE
49852024-10-19T04:07:37.571Z[ recovery-image] Oct 19 04:07:36.120 INFO O| Oct 19 04:07:36.120 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-19T04:07:37.579Z[ recovery-image] Oct 19 04:07:36.130 INFO O| Oct 19 04:07:36.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49872024-10-19T04:07:37.579Z[ recovery-image] Oct 19 04:07:36.130 INFO O| Oct 19 04:07:36.130 INFO STEP 349 (remove_files) COMPLETE
49882024-10-19T04:07:37.581Z[ recovery-image] Oct 19 04:07:36.130 INFO O| Oct 19 04:07:36.130 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-19T04:07:37.588Z[ recovery-image] Oct 19 04:07:36.139 INFO O| Oct 19 04:07:36.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49902024-10-19T04:07:37.588Z[ recovery-image] Oct 19 04:07:36.139 INFO O| Oct 19 04:07:36.139 INFO STEP 350 (remove_files) COMPLETE
49912024-10-19T04:07:37.591Z[ recovery-image] Oct 19 04:07:36.139 INFO O| Oct 19 04:07:36.139 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-19T04:07:37.598Z[ recovery-image] Oct 19 04:07:36.149 INFO O| Oct 19 04:07:36.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49932024-10-19T04:07:37.598Z[ recovery-image] Oct 19 04:07:36.149 INFO O| Oct 19 04:07:36.149 INFO STEP 351 (remove_files) COMPLETE
49942024-10-19T04:07:37.600Z[ recovery-image] Oct 19 04:07:36.149 INFO O| Oct 19 04:07:36.149 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-19T04:07:37.608Z[ recovery-image] Oct 19 04:07:36.159 INFO O| Oct 19 04:07:36.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49962024-10-19T04:07:37.608Z[ recovery-image] Oct 19 04:07:36.159 INFO O| Oct 19 04:07:36.159 INFO STEP 352 (remove_files) COMPLETE
49972024-10-19T04:07:37.610Z[ recovery-image] Oct 19 04:07:36.159 INFO O| Oct 19 04:07:36.159 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-19T04:07:37.618Z[ recovery-image] Oct 19 04:07:36.169 INFO O| Oct 19 04:07:36.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49992024-10-19T04:07:37.620Z[ recovery-image] Oct 19 04:07:36.169 INFO O| Oct 19 04:07:36.169 INFO STEP 353 (remove_files) COMPLETE
50002024-10-19T04:07:37.620Z[ recovery-image] Oct 19 04:07:36.169 INFO O| Oct 19 04:07:36.169 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-19T04:07:37.628Z[ recovery-image] Oct 19 04:07:36.179 INFO O| Oct 19 04:07:36.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50022024-10-19T04:07:37.628Z[ recovery-image] Oct 19 04:07:36.179 INFO O| Oct 19 04:07:36.179 INFO STEP 354 (remove_files) COMPLETE
50032024-10-19T04:07:37.630Z[ recovery-image] Oct 19 04:07:36.179 INFO O| Oct 19 04:07:36.179 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-10-19T04:07:37.638Z[ recovery-image] Oct 19 04:07:36.188 INFO O| Oct 19 04:07:36.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50052024-10-19T04:07:37.638Z[ recovery-image] Oct 19 04:07:36.188 INFO O| Oct 19 04:07:36.188 INFO STEP 355 (remove_files) COMPLETE
50062024-10-19T04:07:37.640Z[ recovery-image] Oct 19 04:07:36.189 INFO O| Oct 19 04:07:36.188 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-10-19T04:07:37.647Z[ recovery-image] Oct 19 04:07:36.198 INFO O| Oct 19 04:07:36.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50082024-10-19T04:07:37.647Z[ recovery-image] Oct 19 04:07:36.198 INFO O| Oct 19 04:07:36.198 INFO STEP 356 (remove_files) COMPLETE
50092024-10-19T04:07:37.647Z[ recovery-image] Oct 19 04:07:36.198 INFO O| Oct 19 04:07:36.198 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-10-19T04:07:37.657Z[ recovery-image] Oct 19 04:07:36.208 INFO O| Oct 19 04:07:36.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50112024-10-19T04:07:37.659Z[ recovery-image] Oct 19 04:07:36.208 INFO O| Oct 19 04:07:36.208 INFO STEP 357 (remove_files) COMPLETE
50122024-10-19T04:07:37.659Z[ recovery-image] Oct 19 04:07:36.208 INFO O| Oct 19 04:07:36.208 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-10-19T04:07:37.666Z[ recovery-image] Oct 19 04:07:36.217 INFO O| Oct 19 04:07:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50142024-10-19T04:07:37.666Z[ recovery-image] Oct 19 04:07:36.217 INFO O| Oct 19 04:07:36.217 INFO STEP 358 (remove_files) COMPLETE
50152024-10-19T04:07:37.669Z[ recovery-image] Oct 19 04:07:36.217 INFO O| Oct 19 04:07:36.217 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-10-19T04:07:37.676Z[ recovery-image] Oct 19 04:07:36.227 INFO O| Oct 19 04:07:36.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50172024-10-19T04:07:37.678Z[ recovery-image] Oct 19 04:07:36.227 INFO O| Oct 19 04:07:36.227 INFO STEP 359 (remove_files) COMPLETE
50182024-10-19T04:07:37.678Z[ recovery-image] Oct 19 04:07:36.227 INFO O| Oct 19 04:07:36.227 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-10-19T04:07:37.686Z[ recovery-image] Oct 19 04:07:36.236 INFO O| Oct 19 04:07:36.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50202024-10-19T04:07:37.686Z[ recovery-image] Oct 19 04:07:36.237 INFO O| Oct 19 04:07:36.237 INFO STEP 360 (remove_files) COMPLETE
50212024-10-19T04:07:37.686Z[ recovery-image] Oct 19 04:07:36.237 INFO O| Oct 19 04:07:36.237 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-10-19T04:07:37.695Z[ recovery-image] Oct 19 04:07:36.246 INFO O| Oct 19 04:07:36.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50232024-10-19T04:07:37.695Z[ recovery-image] Oct 19 04:07:36.246 INFO O| Oct 19 04:07:36.246 INFO STEP 361 (remove_files) COMPLETE
50242024-10-19T04:07:37.695Z[ recovery-image] Oct 19 04:07:36.246 INFO O| Oct 19 04:07:36.246 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-10-19T04:07:37.705Z[ recovery-image] Oct 19 04:07:36.256 INFO O| Oct 19 04:07:36.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50262024-10-19T04:07:37.705Z[ recovery-image] Oct 19 04:07:36.256 INFO O| Oct 19 04:07:36.256 INFO STEP 362 (remove_files) COMPLETE
50272024-10-19T04:07:37.705Z[ recovery-image] Oct 19 04:07:36.256 INFO O| Oct 19 04:07:36.256 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-10-19T04:07:37.715Z[ recovery-image] Oct 19 04:07:36.266 INFO O| Oct 19 04:07:36.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50292024-10-19T04:07:37.717Z[ recovery-image] Oct 19 04:07:36.266 INFO O| Oct 19 04:07:36.266 INFO STEP 363 (remove_files) COMPLETE
50302024-10-19T04:07:37.717Z[ recovery-image] Oct 19 04:07:36.266 INFO O| Oct 19 04:07:36.266 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-10-19T04:07:37.724Z[ recovery-image] Oct 19 04:07:36.275 INFO O| Oct 19 04:07:36.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50322024-10-19T04:07:37.730Z[ recovery-image] Oct 19 04:07:36.275 INFO O| Oct 19 04:07:36.275 INFO STEP 364 (remove_files) COMPLETE
50332024-10-19T04:07:37.730Z[ recovery-image] Oct 19 04:07:36.275 INFO O| Oct 19 04:07:36.275 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-10-19T04:07:37.734Z[ recovery-image] Oct 19 04:07:36.285 INFO O| Oct 19 04:07:36.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50352024-10-19T04:07:37.734Z[ recovery-image] Oct 19 04:07:36.285 INFO O| Oct 19 04:07:36.285 INFO STEP 365 (remove_files) COMPLETE
50362024-10-19T04:07:37.736Z[ recovery-image] Oct 19 04:07:36.285 INFO O| Oct 19 04:07:36.285 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-19T04:07:37.744Z[ recovery-image] Oct 19 04:07:36.294 INFO O| Oct 19 04:07:36.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50382024-10-19T04:07:37.746Z[ recovery-image] Oct 19 04:07:36.295 INFO O| Oct 19 04:07:36.295 INFO STEP 366 (remove_files) COMPLETE
50392024-10-19T04:07:37.746Z[ recovery-image] Oct 19 04:07:36.295 INFO O| Oct 19 04:07:36.295 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-19T04:07:37.753Z[ recovery-image] Oct 19 04:07:36.304 INFO O| Oct 19 04:07:36.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50412024-10-19T04:07:37.755Z[ recovery-image] Oct 19 04:07:36.304 INFO O| Oct 19 04:07:36.304 INFO STEP 367 (remove_files) COMPLETE
50422024-10-19T04:07:37.755Z[ recovery-image] Oct 19 04:07:36.304 INFO O| Oct 19 04:07:36.304 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-19T04:07:37.763Z[ recovery-image] Oct 19 04:07:36.314 INFO O| Oct 19 04:07:36.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50442024-10-19T04:07:37.763Z[ recovery-image] Oct 19 04:07:36.314 INFO O| Oct 19 04:07:36.314 INFO STEP 368 (remove_files) COMPLETE
50452024-10-19T04:07:37.763Z[ recovery-image] Oct 19 04:07:36.314 INFO O| Oct 19 04:07:36.314 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-10-19T04:07:37.773Z[ recovery-image] Oct 19 04:07:36.323 INFO O| Oct 19 04:07:36.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50472024-10-19T04:07:37.773Z[ recovery-image] Oct 19 04:07:36.324 INFO O| Oct 19 04:07:36.323 INFO STEP 369 (remove_files) COMPLETE
50482024-10-19T04:07:37.773Z[ recovery-image] Oct 19 04:07:36.324 INFO O| Oct 19 04:07:36.324 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-10-19T04:07:37.782Z[ recovery-image] Oct 19 04:07:36.333 INFO O| Oct 19 04:07:36.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50502024-10-19T04:07:37.782Z[ recovery-image] Oct 19 04:07:36.333 INFO O| Oct 19 04:07:36.333 INFO STEP 370 (remove_files) COMPLETE
50512024-10-19T04:07:37.782Z[ recovery-image] Oct 19 04:07:36.333 INFO O| Oct 19 04:07:36.333 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-10-19T04:07:37.792Z[ recovery-image] Oct 19 04:07:36.343 INFO O| Oct 19 04:07:36.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50532024-10-19T04:07:37.792Z[ recovery-image] Oct 19 04:07:36.343 INFO O| Oct 19 04:07:36.343 INFO STEP 371 (remove_files) COMPLETE
50542024-10-19T04:07:37.802Z[ recovery-image] Oct 19 04:07:36.343 INFO O| Oct 19 04:07:36.343 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-10-19T04:07:37.804Z[ recovery-image] Oct 19 04:07:36.352 INFO O| Oct 19 04:07:36.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50562024-10-19T04:07:37.804Z[ recovery-image] Oct 19 04:07:36.352 INFO O| Oct 19 04:07:36.352 INFO STEP 372 (remove_files) COMPLETE
50572024-10-19T04:07:37.804Z[ recovery-image] Oct 19 04:07:36.352 INFO O| Oct 19 04:07:36.352 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-10-19T04:07:37.811Z[ recovery-image] Oct 19 04:07:36.362 INFO O| Oct 19 04:07:36.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50592024-10-19T04:07:37.811Z[ recovery-image] Oct 19 04:07:36.362 INFO O| Oct 19 04:07:36.362 INFO STEP 373 (remove_files) COMPLETE
50602024-10-19T04:07:37.813Z[ recovery-image] Oct 19 04:07:36.362 INFO O| Oct 19 04:07:36.362 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-10-19T04:07:37.821Z[ recovery-image] Oct 19 04:07:36.371 INFO O| Oct 19 04:07:36.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50622024-10-19T04:07:37.823Z[ recovery-image] Oct 19 04:07:36.371 INFO O| Oct 19 04:07:36.371 INFO STEP 374 (remove_files) COMPLETE
50632024-10-19T04:07:37.823Z[ recovery-image] Oct 19 04:07:36.372 INFO O| Oct 19 04:07:36.371 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-10-19T04:07:37.831Z[ recovery-image] Oct 19 04:07:36.381 INFO O| Oct 19 04:07:36.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50652024-10-19T04:07:37.831Z[ recovery-image] Oct 19 04:07:36.381 INFO O| Oct 19 04:07:36.381 INFO STEP 375 (remove_files) COMPLETE
50662024-10-19T04:07:37.831Z[ recovery-image] Oct 19 04:07:36.381 INFO O| Oct 19 04:07:36.381 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-10-19T04:07:37.841Z[ recovery-image] Oct 19 04:07:36.392 INFO O| Oct 19 04:07:36.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50682024-10-19T04:07:37.841Z[ recovery-image] Oct 19 04:07:36.392 INFO O| Oct 19 04:07:36.392 INFO STEP 376 (remove_files) COMPLETE
50692024-10-19T04:07:37.843Z[ recovery-image] Oct 19 04:07:36.392 INFO O| Oct 19 04:07:36.392 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-10-19T04:07:37.851Z[ recovery-image] Oct 19 04:07:36.402 INFO O| Oct 19 04:07:36.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50712024-10-19T04:07:37.851Z[ recovery-image] Oct 19 04:07:36.402 INFO O| Oct 19 04:07:36.402 INFO STEP 377 (remove_files) COMPLETE
50722024-10-19T04:07:37.851Z[ recovery-image] Oct 19 04:07:36.402 INFO O| Oct 19 04:07:36.402 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-10-19T04:07:37.861Z[ recovery-image] Oct 19 04:07:36.412 INFO O| Oct 19 04:07:36.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50742024-10-19T04:07:37.861Z[ recovery-image] Oct 19 04:07:36.412 INFO O| Oct 19 04:07:36.412 INFO STEP 378 (remove_files) COMPLETE
50752024-10-19T04:07:37.861Z[ recovery-image] Oct 19 04:07:36.412 INFO O| Oct 19 04:07:36.412 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-10-19T04:07:37.871Z[ recovery-image] Oct 19 04:07:36.422 INFO O| Oct 19 04:07:36.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50772024-10-19T04:07:37.881Z[ recovery-image] Oct 19 04:07:36.432 INFO O| Oct 19 04:07:36.432 INFO STEP 379 (remove_files) COMPLETE
50782024-10-19T04:07:37.881Z[ recovery-image] Oct 19 04:07:36.432 INFO O| Oct 19 04:07:36.432 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-10-19T04:07:37.891Z[ recovery-image] Oct 19 04:07:36.441 INFO O| Oct 19 04:07:36.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50802024-10-19T04:07:37.891Z[ recovery-image] Oct 19 04:07:36.442 INFO O| Oct 19 04:07:36.441 INFO STEP 380 (remove_files) COMPLETE
50812024-10-19T04:07:37.893Z[ recovery-image] Oct 19 04:07:36.442 INFO O| Oct 19 04:07:36.442 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-10-19T04:07:37.900Z[ recovery-image] Oct 19 04:07:36.451 INFO O| Oct 19 04:07:36.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50832024-10-19T04:07:37.900Z[ recovery-image] Oct 19 04:07:36.451 INFO O| Oct 19 04:07:36.451 INFO STEP 381 (remove_files) COMPLETE
50842024-10-19T04:07:37.903Z[ recovery-image] Oct 19 04:07:36.451 INFO O| Oct 19 04:07:36.451 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-10-19T04:07:37.910Z[ recovery-image] Oct 19 04:07:36.461 INFO O| Oct 19 04:07:36.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50862024-10-19T04:07:37.912Z[ recovery-image] Oct 19 04:07:36.461 INFO O| Oct 19 04:07:36.461 INFO STEP 382 (remove_files) COMPLETE
50872024-10-19T04:07:37.912Z[ recovery-image] Oct 19 04:07:36.461 INFO O| Oct 19 04:07:36.461 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-10-19T04:07:37.919Z[ recovery-image] Oct 19 04:07:36.470 INFO O| Oct 19 04:07:36.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50892024-10-19T04:07:37.919Z[ recovery-image] Oct 19 04:07:36.470 INFO O| Oct 19 04:07:36.470 INFO STEP 383 (remove_files) COMPLETE
50902024-10-19T04:07:37.922Z[ recovery-image] Oct 19 04:07:36.470 INFO O| Oct 19 04:07:36.470 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-10-19T04:07:37.929Z[ recovery-image] Oct 19 04:07:36.480 INFO O| Oct 19 04:07:36.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50922024-10-19T04:07:37.939Z[ recovery-image] Oct 19 04:07:36.490 INFO O| Oct 19 04:07:36.490 INFO STEP 384 (remove_files) COMPLETE
50932024-10-19T04:07:37.939Z[ recovery-image] Oct 19 04:07:36.490 INFO O| Oct 19 04:07:36.490 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-19T04:07:37.949Z[ recovery-image] Oct 19 04:07:36.500 INFO O| Oct 19 04:07:36.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50952024-10-19T04:07:37.949Z[ recovery-image] Oct 19 04:07:36.500 INFO O| Oct 19 04:07:36.500 INFO STEP 385 (remove_files) COMPLETE
50962024-10-19T04:07:37.951Z[ recovery-image] Oct 19 04:07:36.500 INFO O| Oct 19 04:07:36.500 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-19T04:07:37.960Z[ recovery-image] Oct 19 04:07:36.510 INFO O| Oct 19 04:07:36.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50982024-10-19T04:07:37.960Z[ recovery-image] Oct 19 04:07:36.510 INFO O| Oct 19 04:07:36.510 INFO STEP 386 (remove_files) COMPLETE
50992024-10-19T04:07:37.960Z[ recovery-image] Oct 19 04:07:36.510 INFO O| Oct 19 04:07:36.510 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-19T04:07:37.968Z[ recovery-image] Oct 19 04:07:36.519 INFO O| Oct 19 04:07:36.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51012024-10-19T04:07:37.969Z[ recovery-image] Oct 19 04:07:36.519 INFO O| Oct 19 04:07:36.519 INFO STEP 387 (remove_files) COMPLETE
51022024-10-19T04:07:37.971Z[ recovery-image] Oct 19 04:07:36.519 INFO O| Oct 19 04:07:36.519 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-10-19T04:07:37.978Z[ recovery-image] Oct 19 04:07:36.529 INFO O| Oct 19 04:07:36.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51042024-10-19T04:07:37.980Z[ recovery-image] Oct 19 04:07:36.529 INFO O| Oct 19 04:07:36.529 INFO STEP 388 (remove_files) COMPLETE
51052024-10-19T04:07:37.980Z[ recovery-image] Oct 19 04:07:36.529 INFO O| Oct 19 04:07:36.529 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-10-19T04:07:37.988Z[ recovery-image] Oct 19 04:07:36.539 INFO O| Oct 19 04:07:36.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51072024-10-19T04:07:37.988Z[ recovery-image] Oct 19 04:07:36.539 INFO O| Oct 19 04:07:36.539 INFO STEP 389 (remove_files) COMPLETE
51082024-10-19T04:07:37.988Z[ recovery-image] Oct 19 04:07:36.539 INFO O| Oct 19 04:07:36.539 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-10-19T04:07:37.997Z[ recovery-image] Oct 19 04:07:36.548 INFO O| Oct 19 04:07:36.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51102024-10-19T04:07:37.997Z[ recovery-image] Oct 19 04:07:36.548 INFO O| Oct 19 04:07:36.548 INFO STEP 390 (remove_files) COMPLETE
51112024-10-19T04:07:38.000Z[ recovery-image] Oct 19 04:07:36.548 INFO O| Oct 19 04:07:36.548 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-19T04:07:38.007Z[ recovery-image] Oct 19 04:07:36.558 INFO O| Oct 19 04:07:36.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51132024-10-19T04:07:38.007Z[ recovery-image] Oct 19 04:07:36.558 INFO O| Oct 19 04:07:36.558 INFO STEP 391 (remove_files) COMPLETE
51142024-10-19T04:07:38.007Z[ recovery-image] Oct 19 04:07:36.558 INFO O| Oct 19 04:07:36.558 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-19T04:07:38.017Z[ recovery-image] Oct 19 04:07:36.567 INFO O| Oct 19 04:07:36.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51162024-10-19T04:07:38.021Z[ recovery-image] Oct 19 04:07:36.567 INFO O| Oct 19 04:07:36.567 INFO STEP 392 (remove_files) COMPLETE
51172024-10-19T04:07:38.021Z[ recovery-image] Oct 19 04:07:36.567 INFO O| Oct 19 04:07:36.567 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-19T04:07:38.026Z[ recovery-image] Oct 19 04:07:36.577 INFO O| Oct 19 04:07:36.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51192024-10-19T04:07:38.035Z[ recovery-image] Oct 19 04:07:36.577 INFO O| Oct 19 04:07:36.577 INFO STEP 393 (remove_files) COMPLETE
51202024-10-19T04:07:38.035Z[ recovery-image] Oct 19 04:07:36.577 INFO O| Oct 19 04:07:36.577 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-19T04:07:38.037Z[ recovery-image] Oct 19 04:07:36.587 INFO O| Oct 19 04:07:36.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51222024-10-19T04:07:38.037Z[ recovery-image] Oct 19 04:07:36.587 INFO O| Oct 19 04:07:36.587 INFO STEP 394 (remove_files) COMPLETE
51232024-10-19T04:07:38.037Z[ recovery-image] Oct 19 04:07:36.587 INFO O| Oct 19 04:07:36.587 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-19T04:07:38.047Z[ recovery-image] Oct 19 04:07:36.597 INFO O| Oct 19 04:07:36.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51252024-10-19T04:07:38.049Z[ recovery-image] Oct 19 04:07:36.598 INFO O| Oct 19 04:07:36.597 INFO STEP 395 (remove_files) COMPLETE
51262024-10-19T04:07:38.049Z[ recovery-image] Oct 19 04:07:36.598 INFO O| Oct 19 04:07:36.598 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-19T04:07:38.056Z[ recovery-image] Oct 19 04:07:36.607 INFO O| Oct 19 04:07:36.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51282024-10-19T04:07:38.056Z[ recovery-image] Oct 19 04:07:36.607 INFO O| Oct 19 04:07:36.607 INFO STEP 396 (remove_files) COMPLETE
51292024-10-19T04:07:38.059Z[ recovery-image] Oct 19 04:07:36.607 INFO O| Oct 19 04:07:36.607 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-19T04:07:38.066Z[ recovery-image] Oct 19 04:07:36.617 INFO O| Oct 19 04:07:36.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51312024-10-19T04:07:38.066Z[ recovery-image] Oct 19 04:07:36.617 INFO O| Oct 19 04:07:36.617 INFO STEP 397 (remove_files) COMPLETE
51322024-10-19T04:07:38.068Z[ recovery-image] Oct 19 04:07:36.617 INFO O| Oct 19 04:07:36.617 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-19T04:07:38.076Z[ recovery-image] Oct 19 04:07:36.626 INFO O| Oct 19 04:07:36.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51342024-10-19T04:07:38.076Z[ recovery-image] Oct 19 04:07:36.627 INFO O| Oct 19 04:07:36.626 INFO STEP 398 (remove_files) COMPLETE
51352024-10-19T04:07:38.078Z[ recovery-image] Oct 19 04:07:36.627 INFO O| Oct 19 04:07:36.626 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-19T04:07:38.085Z[ recovery-image] Oct 19 04:07:36.636 INFO O| Oct 19 04:07:36.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51372024-10-19T04:07:38.085Z[ recovery-image] Oct 19 04:07:36.636 INFO O| Oct 19 04:07:36.636 INFO STEP 399 (remove_files) COMPLETE
51382024-10-19T04:07:38.087Z[ recovery-image] Oct 19 04:07:36.636 INFO O| Oct 19 04:07:36.636 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-19T04:07:38.095Z[ recovery-image] Oct 19 04:07:36.646 INFO O| Oct 19 04:07:36.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51402024-10-19T04:07:38.095Z[ recovery-image] Oct 19 04:07:36.646 INFO O| Oct 19 04:07:36.646 INFO STEP 400 (remove_files) COMPLETE
51412024-10-19T04:07:38.095Z[ recovery-image] Oct 19 04:07:36.646 INFO O| Oct 19 04:07:36.646 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-19T04:07:38.104Z[ recovery-image] Oct 19 04:07:36.655 INFO O| Oct 19 04:07:36.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51432024-10-19T04:07:38.105Z[ recovery-image] Oct 19 04:07:36.655 INFO O| Oct 19 04:07:36.655 INFO STEP 401 (remove_files) COMPLETE
51442024-10-19T04:07:38.107Z[ recovery-image] Oct 19 04:07:36.655 INFO O| Oct 19 04:07:36.655 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-19T04:07:38.114Z[ recovery-image] Oct 19 04:07:36.665 INFO O| Oct 19 04:07:36.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51462024-10-19T04:07:38.114Z[ recovery-image] Oct 19 04:07:36.665 INFO O| Oct 19 04:07:36.665 INFO STEP 402 (remove_files) COMPLETE
51472024-10-19T04:07:38.114Z[ recovery-image] Oct 19 04:07:36.665 INFO O| Oct 19 04:07:36.665 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-19T04:07:38.124Z[ recovery-image] Oct 19 04:07:36.674 INFO O| Oct 19 04:07:36.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51492024-10-19T04:07:38.126Z[ recovery-image] Oct 19 04:07:36.674 INFO O| Oct 19 04:07:36.674 INFO STEP 403 (remove_files) COMPLETE
51502024-10-19T04:07:38.126Z[ recovery-image] Oct 19 04:07:36.674 INFO O| Oct 19 04:07:36.674 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-19T04:07:38.135Z[ recovery-image] Oct 19 04:07:36.686 INFO O| Oct 19 04:07:36.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51522024-10-19T04:07:38.137Z[ recovery-image] Oct 19 04:07:36.686 INFO O| Oct 19 04:07:36.686 INFO STEP 404 (remove_files) COMPLETE
51532024-10-19T04:07:38.137Z[ recovery-image] Oct 19 04:07:36.686 INFO O| Oct 19 04:07:36.686 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-19T04:07:38.144Z[ recovery-image] Oct 19 04:07:36.695 INFO O| Oct 19 04:07:36.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51552024-10-19T04:07:38.144Z[ recovery-image] Oct 19 04:07:36.695 INFO O| Oct 19 04:07:36.695 INFO STEP 405 (remove_files) COMPLETE
51562024-10-19T04:07:38.146Z[ recovery-image] Oct 19 04:07:36.695 INFO O| Oct 19 04:07:36.695 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-10-19T04:07:38.154Z[ recovery-image] Oct 19 04:07:36.705 INFO O| Oct 19 04:07:36.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51582024-10-19T04:07:38.154Z[ recovery-image] Oct 19 04:07:36.705 INFO O| Oct 19 04:07:36.705 INFO STEP 406 (remove_files) COMPLETE
51592024-10-19T04:07:38.154Z[ recovery-image] Oct 19 04:07:36.705 INFO O| Oct 19 04:07:36.705 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-10-19T04:07:38.164Z[ recovery-image] Oct 19 04:07:36.715 INFO O| Oct 19 04:07:36.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51612024-10-19T04:07:38.164Z[ recovery-image] Oct 19 04:07:36.715 INFO O| Oct 19 04:07:36.715 INFO STEP 407 (remove_files) COMPLETE
51622024-10-19T04:07:38.166Z[ recovery-image] Oct 19 04:07:36.715 INFO O| Oct 19 04:07:36.715 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-10-19T04:07:38.174Z[ recovery-image] Oct 19 04:07:36.725 INFO O| Oct 19 04:07:36.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51642024-10-19T04:07:38.174Z[ recovery-image] Oct 19 04:07:36.725 INFO O| Oct 19 04:07:36.725 INFO STEP 408 (remove_files) COMPLETE
51652024-10-19T04:07:38.178Z[ recovery-image] Oct 19 04:07:36.725 INFO O| Oct 19 04:07:36.725 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-10-19T04:07:38.184Z[ recovery-image] Oct 19 04:07:36.735 INFO O| Oct 19 04:07:36.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51672024-10-19T04:07:38.184Z[ recovery-image] Oct 19 04:07:36.735 INFO O| Oct 19 04:07:36.735 INFO STEP 409 (remove_files) COMPLETE
51682024-10-19T04:07:38.184Z[ recovery-image] Oct 19 04:07:36.735 INFO O| Oct 19 04:07:36.735 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-10-19T04:07:38.194Z[ recovery-image] Oct 19 04:07:36.745 INFO O| Oct 19 04:07:36.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51702024-10-19T04:07:38.194Z[ recovery-image] Oct 19 04:07:36.745 INFO O| Oct 19 04:07:36.745 INFO STEP 410 (remove_files) COMPLETE
51712024-10-19T04:07:38.196Z[ recovery-image] Oct 19 04:07:36.745 INFO O| Oct 19 04:07:36.745 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-10-19T04:07:38.204Z[ recovery-image] Oct 19 04:07:36.755 INFO O| Oct 19 04:07:36.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51732024-10-19T04:07:38.206Z[ recovery-image] Oct 19 04:07:36.755 INFO O| Oct 19 04:07:36.755 INFO STEP 411 (remove_files) COMPLETE
51742024-10-19T04:07:38.206Z[ recovery-image] Oct 19 04:07:36.755 INFO O| Oct 19 04:07:36.755 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-10-19T04:07:38.214Z[ recovery-image] Oct 19 04:07:36.764 INFO O| Oct 19 04:07:36.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51762024-10-19T04:07:38.214Z[ recovery-image] Oct 19 04:07:36.764 INFO O| Oct 19 04:07:36.764 INFO STEP 412 (remove_files) COMPLETE
51772024-10-19T04:07:38.216Z[ recovery-image] Oct 19 04:07:36.765 INFO O| Oct 19 04:07:36.764 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-10-19T04:07:38.223Z[ recovery-image] Oct 19 04:07:36.774 INFO O| Oct 19 04:07:36.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51792024-10-19T04:07:38.226Z[ recovery-image] Oct 19 04:07:36.774 INFO O| Oct 19 04:07:36.774 INFO STEP 413 (remove_files) COMPLETE
51802024-10-19T04:07:38.226Z[ recovery-image] Oct 19 04:07:36.774 INFO O| Oct 19 04:07:36.774 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-10-19T04:07:38.233Z[ recovery-image] Oct 19 04:07:36.784 INFO O| Oct 19 04:07:36.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51822024-10-19T04:07:38.233Z[ recovery-image] Oct 19 04:07:36.784 INFO O| Oct 19 04:07:36.784 INFO STEP 414 (remove_files) COMPLETE
51832024-10-19T04:07:38.235Z[ recovery-image] Oct 19 04:07:36.784 INFO O| Oct 19 04:07:36.784 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-10-19T04:07:38.243Z[ recovery-image] Oct 19 04:07:36.793 INFO O| Oct 19 04:07:36.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51852024-10-19T04:07:38.243Z[ recovery-image] Oct 19 04:07:36.793 INFO O| Oct 19 04:07:36.793 INFO STEP 415 (remove_files) COMPLETE
51862024-10-19T04:07:38.245Z[ recovery-image] Oct 19 04:07:36.794 INFO O| Oct 19 04:07:36.793 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-10-19T04:07:38.252Z[ recovery-image] Oct 19 04:07:36.803 INFO O| Oct 19 04:07:36.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51882024-10-19T04:07:38.255Z[ recovery-image] Oct 19 04:07:36.803 INFO O| Oct 19 04:07:36.803 INFO STEP 416 (remove_files) COMPLETE
51892024-10-19T04:07:38.255Z[ recovery-image] Oct 19 04:07:36.803 INFO O| Oct 19 04:07:36.803 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-19T04:07:38.262Z[ recovery-image] Oct 19 04:07:36.813 INFO O| Oct 19 04:07:36.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51912024-10-19T04:07:38.264Z[ recovery-image] Oct 19 04:07:36.813 INFO O| Oct 19 04:07:36.813 INFO STEP 417 (remove_files) COMPLETE
51922024-10-19T04:07:38.264Z[ recovery-image] Oct 19 04:07:36.813 INFO O| Oct 19 04:07:36.813 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-19T04:07:38.271Z[ recovery-image] Oct 19 04:07:36.822 INFO O| Oct 19 04:07:36.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51942024-10-19T04:07:38.274Z[ recovery-image] Oct 19 04:07:36.822 INFO O| Oct 19 04:07:36.822 INFO STEP 418 (remove_files) COMPLETE
51952024-10-19T04:07:38.274Z[ recovery-image] Oct 19 04:07:36.822 INFO O| Oct 19 04:07:36.822 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-19T04:07:38.281Z[ recovery-image] Oct 19 04:07:36.832 INFO O| Oct 19 04:07:36.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51972024-10-19T04:07:38.281Z[ recovery-image] Oct 19 04:07:36.832 INFO O| Oct 19 04:07:36.832 INFO STEP 419 (remove_files) COMPLETE
51982024-10-19T04:07:38.283Z[ recovery-image] Oct 19 04:07:36.832 INFO O| Oct 19 04:07:36.832 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-19T04:07:38.291Z[ recovery-image] Oct 19 04:07:36.841 INFO O| Oct 19 04:07:36.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52002024-10-19T04:07:38.291Z[ recovery-image] Oct 19 04:07:36.841 INFO O| Oct 19 04:07:36.841 INFO STEP 420 (remove_files) COMPLETE
52012024-10-19T04:07:38.293Z[ recovery-image] Oct 19 04:07:36.842 INFO O| Oct 19 04:07:36.841 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-19T04:07:38.301Z[ recovery-image] Oct 19 04:07:36.852 INFO O| Oct 19 04:07:36.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52032024-10-19T04:07:38.303Z[ recovery-image] Oct 19 04:07:36.852 INFO O| Oct 19 04:07:36.852 INFO STEP 421 (remove_files) COMPLETE
52042024-10-19T04:07:38.303Z[ recovery-image] Oct 19 04:07:36.852 INFO O| Oct 19 04:07:36.852 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-19T04:07:38.311Z[ recovery-image] Oct 19 04:07:36.862 INFO O| Oct 19 04:07:36.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52062024-10-19T04:07:38.314Z[ recovery-image] Oct 19 04:07:36.862 INFO O| Oct 19 04:07:36.862 INFO STEP 422 (remove_files) COMPLETE
52072024-10-19T04:07:38.314Z[ recovery-image] Oct 19 04:07:36.862 INFO O| Oct 19 04:07:36.862 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-19T04:07:38.320Z[ recovery-image] Oct 19 04:07:36.871 INFO O| Oct 19 04:07:36.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52092024-10-19T04:07:38.322Z[ recovery-image] Oct 19 04:07:36.871 INFO O| Oct 19 04:07:36.871 INFO STEP 423 (remove_files) COMPLETE
52102024-10-19T04:07:38.323Z[ recovery-image] Oct 19 04:07:36.871 INFO O| Oct 19 04:07:36.871 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-19T04:07:38.330Z[ recovery-image] Oct 19 04:07:36.881 INFO O| Oct 19 04:07:36.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52122024-10-19T04:07:38.332Z[ recovery-image] Oct 19 04:07:36.881 INFO O| Oct 19 04:07:36.881 INFO STEP 424 (remove_files) COMPLETE
52132024-10-19T04:07:38.332Z[ recovery-image] Oct 19 04:07:36.881 INFO O| Oct 19 04:07:36.881 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-19T04:07:38.339Z[ recovery-image] Oct 19 04:07:36.890 INFO O| Oct 19 04:07:36.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52152024-10-19T04:07:38.349Z[ recovery-image] Oct 19 04:07:36.900 INFO O| Oct 19 04:07:36.900 INFO STEP 425 (remove_files) COMPLETE
52162024-10-19T04:07:38.349Z[ recovery-image] Oct 19 04:07:36.900 INFO O| Oct 19 04:07:36.900 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-19T04:07:38.359Z[ recovery-image] Oct 19 04:07:36.909 INFO O| Oct 19 04:07:36.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52182024-10-19T04:07:38.359Z[ recovery-image] Oct 19 04:07:36.909 INFO O| Oct 19 04:07:36.909 INFO STEP 426 (remove_files) COMPLETE
52192024-10-19T04:07:38.362Z[ recovery-image] Oct 19 04:07:36.910 INFO O| Oct 19 04:07:36.909 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-19T04:07:38.368Z[ recovery-image] Oct 19 04:07:36.919 INFO O| Oct 19 04:07:36.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52212024-10-19T04:07:38.368Z[ recovery-image] Oct 19 04:07:36.919 INFO O| Oct 19 04:07:36.919 INFO STEP 427 (remove_files) COMPLETE
52222024-10-19T04:07:38.371Z[ recovery-image] Oct 19 04:07:36.919 INFO O| Oct 19 04:07:36.919 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-19T04:07:38.378Z[ recovery-image] Oct 19 04:07:36.929 INFO O| Oct 19 04:07:36.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52242024-10-19T04:07:38.378Z[ recovery-image] Oct 19 04:07:36.929 INFO O| Oct 19 04:07:36.929 INFO STEP 428 (remove_files) COMPLETE
52252024-10-19T04:07:38.380Z[ recovery-image] Oct 19 04:07:36.929 INFO O| Oct 19 04:07:36.929 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-19T04:07:38.388Z[ recovery-image] Oct 19 04:07:36.938 INFO O| Oct 19 04:07:36.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52272024-10-19T04:07:38.388Z[ recovery-image] Oct 19 04:07:36.938 INFO O| Oct 19 04:07:36.938 INFO STEP 429 (remove_files) COMPLETE
52282024-10-19T04:07:38.390Z[ recovery-image] Oct 19 04:07:36.938 INFO O| Oct 19 04:07:36.938 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-19T04:07:38.397Z[ recovery-image] Oct 19 04:07:36.948 INFO O| Oct 19 04:07:36.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52302024-10-19T04:07:38.397Z[ recovery-image] Oct 19 04:07:36.948 INFO O| Oct 19 04:07:36.948 INFO STEP 430 (remove_files) COMPLETE
52312024-10-19T04:07:38.400Z[ recovery-image] Oct 19 04:07:36.948 INFO O| Oct 19 04:07:36.948 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-19T04:07:38.407Z[ recovery-image] Oct 19 04:07:36.957 INFO O| Oct 19 04:07:36.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52332024-10-19T04:07:38.407Z[ recovery-image] Oct 19 04:07:36.958 INFO O| Oct 19 04:07:36.958 INFO STEP 431 (remove_files) COMPLETE
52342024-10-19T04:07:38.407Z[ recovery-image] Oct 19 04:07:36.958 INFO O| Oct 19 04:07:36.958 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-19T04:07:38.416Z[ recovery-image] Oct 19 04:07:36.967 INFO O| Oct 19 04:07:36.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52362024-10-19T04:07:38.418Z[ recovery-image] Oct 19 04:07:36.967 INFO O| Oct 19 04:07:36.967 INFO STEP 432 (remove_files) COMPLETE
52372024-10-19T04:07:38.418Z[ recovery-image] Oct 19 04:07:36.967 INFO O| Oct 19 04:07:36.967 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-19T04:07:38.426Z[ recovery-image] Oct 19 04:07:36.976 INFO O| Oct 19 04:07:36.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52392024-10-19T04:07:38.426Z[ recovery-image] Oct 19 04:07:36.977 INFO O| Oct 19 04:07:36.977 INFO STEP 433 (remove_files) COMPLETE
52402024-10-19T04:07:38.426Z[ recovery-image] Oct 19 04:07:36.977 INFO O| Oct 19 04:07:36.977 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-19T04:07:38.435Z[ recovery-image] Oct 19 04:07:36.986 INFO O| Oct 19 04:07:36.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52422024-10-19T04:07:38.435Z[ recovery-image] Oct 19 04:07:36.986 INFO O| Oct 19 04:07:36.986 INFO STEP 434 (remove_files) COMPLETE
52432024-10-19T04:07:38.435Z[ recovery-image] Oct 19 04:07:36.986 INFO O| Oct 19 04:07:36.986 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-19T04:07:38.445Z[ recovery-image] Oct 19 04:07:36.996 INFO O| Oct 19 04:07:36.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52452024-10-19T04:07:38.445Z[ recovery-image] Oct 19 04:07:36.996 INFO O| Oct 19 04:07:36.996 INFO STEP 435 (remove_files) COMPLETE
52462024-10-19T04:07:38.447Z[ recovery-image] Oct 19 04:07:36.996 INFO O| Oct 19 04:07:36.996 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-19T04:07:38.455Z[ recovery-image] Oct 19 04:07:37.006 INFO O| Oct 19 04:07:37.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52482024-10-19T04:07:38.455Z[ recovery-image] Oct 19 04:07:37.006 INFO O| Oct 19 04:07:37.006 INFO STEP 436 (remove_files) COMPLETE
52492024-10-19T04:07:38.457Z[ recovery-image] Oct 19 04:07:37.006 INFO O| Oct 19 04:07:37.006 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-19T04:07:38.465Z[ recovery-image] Oct 19 04:07:37.016 INFO O| Oct 19 04:07:37.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52512024-10-19T04:07:38.465Z[ recovery-image] Oct 19 04:07:37.016 INFO O| Oct 19 04:07:37.016 INFO STEP 437 (remove_files) COMPLETE
52522024-10-19T04:07:38.468Z[ recovery-image] Oct 19 04:07:37.016 INFO O| Oct 19 04:07:37.016 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-19T04:07:38.475Z[ recovery-image] Oct 19 04:07:37.026 INFO O| Oct 19 04:07:37.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52542024-10-19T04:07:38.475Z[ recovery-image] Oct 19 04:07:37.026 INFO O| Oct 19 04:07:37.026 INFO STEP 438 (remove_files) COMPLETE
52552024-10-19T04:07:38.475Z[ recovery-image] Oct 19 04:07:37.026 INFO O| Oct 19 04:07:37.026 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-19T04:07:38.484Z[ recovery-image] Oct 19 04:07:37.035 INFO O| Oct 19 04:07:37.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52572024-10-19T04:07:38.484Z[ recovery-image] Oct 19 04:07:37.035 INFO O| Oct 19 04:07:37.035 INFO STEP 439 (remove_files) COMPLETE
52582024-10-19T04:07:38.487Z[ recovery-image] Oct 19 04:07:37.035 INFO O| Oct 19 04:07:37.035 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-19T04:07:38.490Z[ host-image] Oct 19 04:07:37.041 INFO O| Oct 19 04:07:37.041 INFO O| Done
52602024-10-19T04:07:38.494Z[ recovery-image] Oct 19 04:07:37.045 INFO O| Oct 19 04:07:37.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52612024-10-19T04:07:38.494Z[ recovery-image] Oct 19 04:07:37.045 INFO O| Oct 19 04:07:37.045 INFO STEP 440 (remove_files) COMPLETE
52622024-10-19T04:07:38.496Z[ recovery-image] Oct 19 04:07:37.045 INFO O| Oct 19 04:07:37.045 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-10-19T04:07:38.504Z[ recovery-image] Oct 19 04:07:37.055 INFO O| Oct 19 04:07:37.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52642024-10-19T04:07:38.507Z[ recovery-image] Oct 19 04:07:37.055 INFO O| Oct 19 04:07:37.055 INFO STEP 441 (remove_files) COMPLETE
52652024-10-19T04:07:38.507Z[ recovery-image] Oct 19 04:07:37.055 INFO O| Oct 19 04:07:37.055 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-10-19T04:07:38.514Z[ recovery-image] Oct 19 04:07:37.065 INFO O| Oct 19 04:07:37.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52672024-10-19T04:07:38.514Z[ recovery-image] Oct 19 04:07:37.065 INFO O| Oct 19 04:07:37.065 INFO STEP 442 (remove_files) COMPLETE
52682024-10-19T04:07:38.514Z[ recovery-image] Oct 19 04:07:37.065 INFO O| Oct 19 04:07:37.065 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-10-19T04:07:38.517Z[ host-image] Oct 19 04:07:37.066 INFO O| Oct 19 04:07:37.066 INFO O| Done
52702024-10-19T04:07:38.517Z[ host-image] Oct 19 04:07:37.066 INFO O| Oct 19 04:07:37.066 INFO O| Done
52712024-10-19T04:07:38.524Z[ recovery-image] Oct 19 04:07:37.075 INFO O| Oct 19 04:07:37.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52722024-10-19T04:07:38.526Z[ recovery-image] Oct 19 04:07:37.075 INFO O| Oct 19 04:07:37.075 INFO STEP 443 (remove_files) COMPLETE
52732024-10-19T04:07:38.526Z[ recovery-image] Oct 19 04:07:37.075 INFO O| Oct 19 04:07:37.075 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-19T04:07:38.533Z[ recovery-image] Oct 19 04:07:37.084 INFO O| Oct 19 04:07:37.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52752024-10-19T04:07:38.533Z[ recovery-image] Oct 19 04:07:37.084 INFO O| Oct 19 04:07:37.084 INFO STEP 444 (remove_files) COMPLETE
52762024-10-19T04:07:38.533Z[ recovery-image] Oct 19 04:07:37.084 INFO O| Oct 19 04:07:37.084 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-19T04:07:38.543Z[ recovery-image] Oct 19 04:07:37.094 INFO O| Oct 19 04:07:37.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52782024-10-19T04:07:38.543Z[ recovery-image] Oct 19 04:07:37.094 INFO O| Oct 19 04:07:37.094 INFO STEP 445 (remove_files) COMPLETE
52792024-10-19T04:07:38.543Z[ recovery-image] Oct 19 04:07:37.094 INFO O| Oct 19 04:07:37.094 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-19T04:07:38.552Z[ recovery-image] Oct 19 04:07:37.103 INFO O| Oct 19 04:07:37.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52812024-10-19T04:07:38.553Z[ recovery-image] Oct 19 04:07:37.103 INFO O| Oct 19 04:07:37.103 INFO STEP 446 (remove_files) COMPLETE
52822024-10-19T04:07:38.555Z[ recovery-image] Oct 19 04:07:37.103 INFO O| Oct 19 04:07:37.103 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-19T04:07:38.557Z[ host-image] Oct 19 04:07:37.108 INFO O| Oct 19 04:07:37.108 INFO O| Done
52842024-10-19T04:07:38.562Z[ recovery-image] Oct 19 04:07:37.113 INFO O| Oct 19 04:07:37.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52852024-10-19T04:07:38.564Z[ recovery-image] Oct 19 04:07:37.113 INFO O| Oct 19 04:07:37.113 INFO STEP 447 (remove_files) COMPLETE
52862024-10-19T04:07:38.564Z[ recovery-image] Oct 19 04:07:37.113 INFO O| Oct 19 04:07:37.113 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-10-19T04:07:38.572Z[ recovery-image] Oct 19 04:07:37.123 INFO O| Oct 19 04:07:37.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52882024-10-19T04:07:38.572Z[ recovery-image] Oct 19 04:07:37.123 INFO O| Oct 19 04:07:37.123 INFO STEP 448 (remove_files) COMPLETE
52892024-10-19T04:07:38.575Z[ recovery-image] Oct 19 04:07:37.123 INFO O| Oct 19 04:07:37.123 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-10-19T04:07:38.584Z[ recovery-image] Oct 19 04:07:37.134 INFO O| Oct 19 04:07:37.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52912024-10-19T04:07:38.584Z[ recovery-image] Oct 19 04:07:37.134 INFO O| Oct 19 04:07:37.134 INFO STEP 449 (remove_files) COMPLETE
52922024-10-19T04:07:38.586Z[ recovery-image] Oct 19 04:07:37.135 INFO O| Oct 19 04:07:37.134 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-10-19T04:07:38.594Z[ recovery-image] Oct 19 04:07:37.145 INFO O| Oct 19 04:07:37.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52942024-10-19T04:07:38.594Z[ recovery-image] Oct 19 04:07:37.145 INFO O| Oct 19 04:07:37.145 INFO STEP 450 (remove_files) COMPLETE
52952024-10-19T04:07:38.596Z[ recovery-image] Oct 19 04:07:37.145 INFO O| Oct 19 04:07:37.145 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-10-19T04:07:38.604Z[ recovery-image] Oct 19 04:07:37.155 INFO O| Oct 19 04:07:37.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52972024-10-19T04:07:38.604Z[ recovery-image] Oct 19 04:07:37.155 INFO O| Oct 19 04:07:37.155 INFO STEP 451 (remove_files) COMPLETE
52982024-10-19T04:07:38.604Z[ recovery-image] Oct 19 04:07:37.155 INFO O| Oct 19 04:07:37.155 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-19T04:07:38.614Z[ recovery-image] Oct 19 04:07:37.165 INFO O| Oct 19 04:07:37.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53002024-10-19T04:07:38.616Z[ recovery-image] Oct 19 04:07:37.165 INFO O| Oct 19 04:07:37.165 INFO STEP 452 (remove_files) COMPLETE
53012024-10-19T04:07:38.616Z[ recovery-image] Oct 19 04:07:37.165 INFO O| Oct 19 04:07:37.165 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-10-19T04:07:38.624Z[ recovery-image] Oct 19 04:07:37.175 INFO O| Oct 19 04:07:37.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53032024-10-19T04:07:38.626Z[ recovery-image] Oct 19 04:07:37.175 INFO O| Oct 19 04:07:37.175 INFO STEP 453 (remove_files) COMPLETE
53042024-10-19T04:07:38.626Z[ recovery-image] Oct 19 04:07:37.175 INFO O| Oct 19 04:07:37.175 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-10-19T04:07:38.634Z[ recovery-image] Oct 19 04:07:37.185 INFO O| Oct 19 04:07:37.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53062024-10-19T04:07:38.636Z[ recovery-image] Oct 19 04:07:37.185 INFO O| Oct 19 04:07:37.185 INFO STEP 454 (remove_files) COMPLETE
53072024-10-19T04:07:38.636Z[ recovery-image] Oct 19 04:07:37.185 INFO O| Oct 19 04:07:37.185 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-19T04:07:38.644Z[ recovery-image] Oct 19 04:07:37.195 INFO O| Oct 19 04:07:37.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53092024-10-19T04:07:38.644Z[ recovery-image] Oct 19 04:07:37.195 INFO O| Oct 19 04:07:37.195 INFO STEP 455 (remove_files) COMPLETE
53102024-10-19T04:07:38.644Z[ recovery-image] Oct 19 04:07:37.195 INFO O| Oct 19 04:07:37.195 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-19T04:07:38.654Z[ recovery-image] Oct 19 04:07:37.205 INFO O| Oct 19 04:07:37.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53122024-10-19T04:07:38.656Z[ recovery-image] Oct 19 04:07:37.205 INFO O| Oct 19 04:07:37.205 INFO STEP 456 (remove_files) COMPLETE
53132024-10-19T04:07:38.656Z[ recovery-image] Oct 19 04:07:37.205 INFO O| Oct 19 04:07:37.205 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-19T04:07:38.663Z[ recovery-image] Oct 19 04:07:37.214 INFO O| Oct 19 04:07:37.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53152024-10-19T04:07:38.663Z[ recovery-image] Oct 19 04:07:37.214 INFO O| Oct 19 04:07:37.214 INFO STEP 457 (remove_files) COMPLETE
53162024-10-19T04:07:38.666Z[ host-image] Oct 19 04:07:37.214 INFO O| Oct 19 04:07:37.214 INFO STEP 13 (pkg_install) COMPLETE
53172024-10-19T04:07:38.666Z[ recovery-image] Oct 19 04:07:37.214 INFO O| Oct 19 04:07:37.214 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-19T04:07:38.666Z[ host-image] Oct 19 04:07:37.214 INFO O| Oct 19 04:07:37.214 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
53192024-10-19T04:07:38.674Z[ recovery-image] Oct 19 04:07:37.224 INFO O| Oct 19 04:07:37.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53202024-10-19T04:07:38.676Z[ recovery-image] Oct 19 04:07:37.225 INFO O| Oct 19 04:07:37.225 INFO STEP 458 (remove_files) COMPLETE
53212024-10-19T04:07:38.676Z[ recovery-image] Oct 19 04:07:37.225 INFO O| Oct 19 04:07:37.225 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-10-19T04:07:38.676Z[ host-image] Oct 19 04:07:37.225 INFO O| Oct 19 04:07:37.225 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
53232024-10-19T04:07:38.684Z[ recovery-image] Oct 19 04:07:37.234 INFO O| Oct 19 04:07:37.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53242024-10-19T04:07:38.684Z[ recovery-image] Oct 19 04:07:37.234 INFO O| Oct 19 04:07:37.234 INFO STEP 459 (remove_files) COMPLETE
53252024-10-19T04:07:38.684Z[ recovery-image] Oct 19 04:07:37.234 INFO O| Oct 19 04:07:37.234 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-19T04:07:38.693Z[ recovery-image] Oct 19 04:07:37.244 INFO O| Oct 19 04:07:37.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53272024-10-19T04:07:38.693Z[ recovery-image] Oct 19 04:07:37.244 INFO O| Oct 19 04:07:37.244 INFO STEP 460 (remove_files) COMPLETE
53282024-10-19T04:07:38.696Z[ recovery-image] Oct 19 04:07:37.244 INFO O| Oct 19 04:07:37.244 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-19T04:07:38.703Z[ recovery-image] Oct 19 04:07:37.254 INFO O| Oct 19 04:07:37.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53302024-10-19T04:07:38.703Z[ recovery-image] Oct 19 04:07:37.254 INFO O| Oct 19 04:07:37.254 INFO STEP 461 (remove_files) COMPLETE
53312024-10-19T04:07:38.705Z[ recovery-image] Oct 19 04:07:37.254 INFO O| Oct 19 04:07:37.254 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-19T04:07:38.713Z[ recovery-image] Oct 19 04:07:37.263 INFO O| Oct 19 04:07:37.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53332024-10-19T04:07:38.713Z[ recovery-image] Oct 19 04:07:37.263 INFO O| Oct 19 04:07:37.263 INFO STEP 462 (remove_files) COMPLETE
53342024-10-19T04:07:38.715Z[ recovery-image] Oct 19 04:07:37.263 INFO O| Oct 19 04:07:37.263 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-19T04:07:38.722Z[ recovery-image] Oct 19 04:07:37.273 INFO O| Oct 19 04:07:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53362024-10-19T04:07:38.722Z[ recovery-image] Oct 19 04:07:37.273 INFO O| Oct 19 04:07:37.273 INFO STEP 463 (remove_files) COMPLETE
53372024-10-19T04:07:38.722Z[ recovery-image] Oct 19 04:07:37.273 INFO O| Oct 19 04:07:37.273 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-19T04:07:38.732Z[ recovery-image] Oct 19 04:07:37.282 INFO O| Oct 19 04:07:37.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53392024-10-19T04:07:38.734Z[ recovery-image] Oct 19 04:07:37.283 INFO O| Oct 19 04:07:37.283 INFO STEP 464 (remove_files) COMPLETE
53402024-10-19T04:07:38.734Z[ recovery-image] Oct 19 04:07:37.283 INFO O| Oct 19 04:07:37.283 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-10-19T04:07:38.741Z[ recovery-image] Oct 19 04:07:37.292 INFO O| Oct 19 04:07:37.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53422024-10-19T04:07:38.744Z[ recovery-image] Oct 19 04:07:37.292 INFO O| Oct 19 04:07:37.292 INFO STEP 465 (remove_files) COMPLETE
53432024-10-19T04:07:38.744Z[ recovery-image] Oct 19 04:07:37.292 INFO O| Oct 19 04:07:37.292 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-10-19T04:07:38.751Z[ recovery-image] Oct 19 04:07:37.302 INFO O| Oct 19 04:07:37.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53452024-10-19T04:07:38.751Z[ recovery-image] Oct 19 04:07:37.302 INFO O| Oct 19 04:07:37.302 INFO STEP 466 (remove_files) COMPLETE
53462024-10-19T04:07:38.751Z[ recovery-image] Oct 19 04:07:37.302 INFO O| Oct 19 04:07:37.302 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-10-19T04:07:38.760Z[ recovery-image] Oct 19 04:07:37.311 INFO O| Oct 19 04:07:37.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53482024-10-19T04:07:38.760Z[ recovery-image] Oct 19 04:07:37.311 INFO O| Oct 19 04:07:37.311 INFO STEP 467 (remove_files) COMPLETE
53492024-10-19T04:07:38.763Z[ recovery-image] Oct 19 04:07:37.311 INFO O| Oct 19 04:07:37.311 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-10-19T04:07:38.770Z[ recovery-image] Oct 19 04:07:37.321 INFO O| Oct 19 04:07:37.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53512024-10-19T04:07:38.770Z[ recovery-image] Oct 19 04:07:37.321 INFO O| Oct 19 04:07:37.321 INFO STEP 468 (remove_files) COMPLETE
53522024-10-19T04:07:38.770Z[ recovery-image] Oct 19 04:07:37.321 INFO O| Oct 19 04:07:37.321 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-10-19T04:07:38.780Z[ recovery-image] Oct 19 04:07:37.331 INFO O| Oct 19 04:07:37.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53542024-10-19T04:07:38.780Z[ recovery-image] Oct 19 04:07:37.331 INFO O| Oct 19 04:07:37.331 INFO STEP 469 (remove_files) COMPLETE
53552024-10-19T04:07:38.782Z[ recovery-image] Oct 19 04:07:37.331 INFO O| Oct 19 04:07:37.331 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-19T04:07:38.790Z[ recovery-image] Oct 19 04:07:37.341 INFO O| Oct 19 04:07:37.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53572024-10-19T04:07:38.793Z[ recovery-image] Oct 19 04:07:37.341 INFO O| Oct 19 04:07:37.341 INFO STEP 470 (remove_files) COMPLETE
53582024-10-19T04:07:38.793Z[ recovery-image] Oct 19 04:07:37.341 INFO O| Oct 19 04:07:37.341 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-19T04:07:38.810Z[ recovery-image] Oct 19 04:07:37.360 INFO O| Oct 19 04:07:37.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53602024-10-19T04:07:38.812Z[ recovery-image] Oct 19 04:07:37.361 INFO O| Oct 19 04:07:37.360 INFO STEP 471 (remove_files) COMPLETE
53612024-10-19T04:07:38.812Z[ recovery-image] Oct 19 04:07:37.361 INFO O| Oct 19 04:07:37.361 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-19T04:07:38.831Z[ recovery-image] Oct 19 04:07:37.381 INFO O| Oct 19 04:07:37.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53632024-10-19T04:07:38.831Z[ recovery-image] Oct 19 04:07:37.381 INFO O| Oct 19 04:07:37.381 INFO STEP 472 (remove_files) COMPLETE
53642024-10-19T04:07:38.831Z[ recovery-image] Oct 19 04:07:37.381 INFO O| Oct 19 04:07:37.381 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-19T04:07:38.844Z[ recovery-image] Oct 19 04:07:37.394 INFO O| Oct 19 04:07:37.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53662024-10-19T04:07:38.844Z[ recovery-image] Oct 19 04:07:37.394 INFO O| Oct 19 04:07:37.394 INFO STEP 473 (remove_files) COMPLETE
53672024-10-19T04:07:38.844Z[ recovery-image] Oct 19 04:07:37.394 INFO O| Oct 19 04:07:37.394 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-19T04:07:38.857Z[ recovery-image] Oct 19 04:07:37.407 INFO O| Oct 19 04:07:37.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53692024-10-19T04:07:38.857Z[ recovery-image] Oct 19 04:07:37.407 INFO O| Oct 19 04:07:37.407 INFO STEP 474 (remove_files) COMPLETE
53702024-10-19T04:07:38.859Z[ recovery-image] Oct 19 04:07:37.407 INFO O| Oct 19 04:07:37.407 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-19T04:07:38.869Z[ recovery-image] Oct 19 04:07:37.419 INFO O| Oct 19 04:07:37.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53722024-10-19T04:07:38.869Z[ recovery-image] Oct 19 04:07:37.419 INFO O| Oct 19 04:07:37.419 INFO STEP 475 (remove_files) COMPLETE
53732024-10-19T04:07:38.871Z[ recovery-image] Oct 19 04:07:37.419 INFO O| Oct 19 04:07:37.419 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-19T04:07:38.881Z[ recovery-image] Oct 19 04:07:37.432 INFO O| Oct 19 04:07:37.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53752024-10-19T04:07:38.881Z[ recovery-image] Oct 19 04:07:37.432 INFO O| Oct 19 04:07:37.432 INFO STEP 476 (remove_files) COMPLETE
53762024-10-19T04:07:38.884Z[ recovery-image] Oct 19 04:07:37.432 INFO O| Oct 19 04:07:37.432 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-19T04:07:38.892Z[ recovery-image] Oct 19 04:07:37.443 INFO O| Oct 19 04:07:37.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53782024-10-19T04:07:38.892Z[ recovery-image] Oct 19 04:07:37.443 INFO O| Oct 19 04:07:37.443 INFO STEP 477 (remove_files) COMPLETE
53792024-10-19T04:07:38.892Z[ recovery-image] Oct 19 04:07:37.443 INFO O| Oct 19 04:07:37.443 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-19T04:07:38.903Z[ recovery-image] Oct 19 04:07:37.454 INFO O| Oct 19 04:07:37.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53812024-10-19T04:07:38.903Z[ recovery-image] Oct 19 04:07:37.454 INFO O| Oct 19 04:07:37.454 INFO STEP 478 (remove_files) COMPLETE
53822024-10-19T04:07:38.906Z[ recovery-image] Oct 19 04:07:37.454 INFO O| Oct 19 04:07:37.454 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-19T04:07:38.915Z[ recovery-image] Oct 19 04:07:37.466 INFO O| Oct 19 04:07:37.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53842024-10-19T04:07:38.918Z[ recovery-image] Oct 19 04:07:37.466 INFO O| Oct 19 04:07:37.466 INFO STEP 479 (remove_files) COMPLETE
53852024-10-19T04:07:38.918Z[ recovery-image] Oct 19 04:07:37.466 INFO O| Oct 19 04:07:37.466 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-19T04:07:38.925Z[ recovery-image] Oct 19 04:07:37.476 INFO O| Oct 19 04:07:37.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53872024-10-19T04:07:38.928Z[ recovery-image] Oct 19 04:07:37.476 INFO O| Oct 19 04:07:37.476 INFO STEP 480 (remove_files) COMPLETE
53882024-10-19T04:07:38.928Z[ recovery-image] Oct 19 04:07:37.476 INFO O| Oct 19 04:07:37.476 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-19T04:07:38.935Z[ recovery-image] Oct 19 04:07:37.486 INFO O| Oct 19 04:07:37.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53902024-10-19T04:07:38.937Z[ recovery-image] Oct 19 04:07:37.486 INFO O| Oct 19 04:07:37.486 INFO STEP 481 (remove_files) COMPLETE
53912024-10-19T04:07:38.937Z[ recovery-image] Oct 19 04:07:37.486 INFO O| Oct 19 04:07:37.486 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-19T04:07:38.945Z[ recovery-image] Oct 19 04:07:37.496 INFO O| Oct 19 04:07:37.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53932024-10-19T04:07:38.947Z[ recovery-image] Oct 19 04:07:37.496 INFO O| Oct 19 04:07:37.496 INFO STEP 482 (remove_files) COMPLETE
53942024-10-19T04:07:38.947Z[ recovery-image] Oct 19 04:07:37.496 INFO O| Oct 19 04:07:37.496 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-19T04:07:38.957Z[ recovery-image] Oct 19 04:07:37.508 INFO O| Oct 19 04:07:37.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53962024-10-19T04:07:38.959Z[ recovery-image] Oct 19 04:07:37.508 INFO O| Oct 19 04:07:37.508 INFO STEP 483 (remove_files) COMPLETE
53972024-10-19T04:07:38.959Z[ recovery-image] Oct 19 04:07:37.508 INFO O| Oct 19 04:07:37.508 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-19T04:07:38.967Z[ recovery-image] Oct 19 04:07:37.518 INFO O| Oct 19 04:07:37.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53992024-10-19T04:07:38.967Z[ recovery-image] Oct 19 04:07:37.518 INFO O| Oct 19 04:07:37.518 INFO STEP 484 (remove_files) COMPLETE
54002024-10-19T04:07:38.969Z[ recovery-image] Oct 19 04:07:37.518 INFO O| Oct 19 04:07:37.518 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-19T04:07:38.978Z[ recovery-image] Oct 19 04:07:37.529 INFO O| Oct 19 04:07:37.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54022024-10-19T04:07:38.981Z[ recovery-image] Oct 19 04:07:37.529 INFO O| Oct 19 04:07:37.529 INFO STEP 485 (remove_files) COMPLETE
54032024-10-19T04:07:38.981Z[ recovery-image] Oct 19 04:07:37.529 INFO O| Oct 19 04:07:37.529 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-19T04:07:38.990Z[ recovery-image] Oct 19 04:07:37.541 INFO O| Oct 19 04:07:37.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54052024-10-19T04:07:38.992Z[ recovery-image] Oct 19 04:07:37.541 INFO O| Oct 19 04:07:37.541 INFO STEP 486 (remove_files) COMPLETE
54062024-10-19T04:07:38.992Z[ recovery-image] Oct 19 04:07:37.541 INFO O| Oct 19 04:07:37.541 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-19T04:07:39.000Z[ recovery-image] Oct 19 04:07:37.550 INFO O| Oct 19 04:07:37.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54082024-10-19T04:07:39.000Z[ recovery-image] Oct 19 04:07:37.551 INFO O| Oct 19 04:07:37.551 INFO STEP 487 (remove_files) COMPLETE
54092024-10-19T04:07:39.003Z[ recovery-image] Oct 19 04:07:37.551 INFO O| Oct 19 04:07:37.551 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-19T04:07:39.010Z[ recovery-image] Oct 19 04:07:37.560 INFO O| Oct 19 04:07:37.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54112024-10-19T04:07:39.012Z[ recovery-image] Oct 19 04:07:37.561 INFO O| Oct 19 04:07:37.560 INFO STEP 488 (remove_files) COMPLETE
54122024-10-19T04:07:39.012Z[ recovery-image] Oct 19 04:07:37.561 INFO O| Oct 19 04:07:37.561 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-19T04:07:39.030Z[ recovery-image] Oct 19 04:07:37.580 INFO O| Oct 19 04:07:37.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54142024-10-19T04:07:39.033Z[ recovery-image] Oct 19 04:07:37.580 INFO O| Oct 19 04:07:37.580 INFO STEP 489 (remove_files) COMPLETE
54152024-10-19T04:07:39.033Z[ recovery-image] Oct 19 04:07:37.580 INFO O| Oct 19 04:07:37.580 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-19T04:07:39.056Z[ recovery-image] Oct 19 04:07:37.607 INFO O| Oct 19 04:07:37.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54172024-10-19T04:07:39.056Z[ recovery-image] Oct 19 04:07:37.607 INFO O| Oct 19 04:07:37.607 INFO STEP 490 (remove_files) COMPLETE
54182024-10-19T04:07:39.058Z[ recovery-image] Oct 19 04:07:37.607 INFO O| Oct 19 04:07:37.607 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-19T04:07:39.065Z[ recovery-image] Oct 19 04:07:37.616 INFO O| Oct 19 04:07:37.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54202024-10-19T04:07:39.068Z[ recovery-image] Oct 19 04:07:37.616 INFO O| Oct 19 04:07:37.616 INFO STEP 491 (remove_files) COMPLETE
54212024-10-19T04:07:39.068Z[ recovery-image] Oct 19 04:07:37.616 INFO O| Oct 19 04:07:37.616 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-10-19T04:07:39.092Z[ recovery-image] Oct 19 04:07:37.642 INFO O| Oct 19 04:07:37.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54232024-10-19T04:07:39.094Z[ recovery-image] Oct 19 04:07:37.642 INFO O| Oct 19 04:07:37.642 INFO STEP 492 (remove_files) COMPLETE
54242024-10-19T04:07:39.094Z[ recovery-image] Oct 19 04:07:37.642 INFO O| Oct 19 04:07:37.642 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-10-19T04:07:39.110Z[ recovery-image] Oct 19 04:07:37.661 INFO O| Oct 19 04:07:37.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54262024-10-19T04:07:39.110Z[ recovery-image] Oct 19 04:07:37.661 INFO O| Oct 19 04:07:37.661 INFO STEP 493 (remove_files) COMPLETE
54272024-10-19T04:07:39.112Z[ recovery-image] Oct 19 04:07:37.661 INFO O| Oct 19 04:07:37.661 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-10-19T04:07:39.120Z[ recovery-image] Oct 19 04:07:37.670 INFO O| Oct 19 04:07:37.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54292024-10-19T04:07:39.122Z[ recovery-image] Oct 19 04:07:37.670 INFO O| Oct 19 04:07:37.670 INFO STEP 494 (remove_files) COMPLETE
54302024-10-19T04:07:39.122Z[ recovery-image] Oct 19 04:07:37.671 INFO O| Oct 19 04:07:37.670 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-10-19T04:07:39.129Z[ recovery-image] Oct 19 04:07:37.680 INFO O| Oct 19 04:07:37.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54322024-10-19T04:07:39.131Z[ recovery-image] Oct 19 04:07:37.680 INFO O| Oct 19 04:07:37.680 INFO STEP 495 (remove_files) COMPLETE
54332024-10-19T04:07:39.131Z[ recovery-image] Oct 19 04:07:37.680 INFO O| Oct 19 04:07:37.680 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-10-19T04:07:39.139Z[ recovery-image] Oct 19 04:07:37.689 INFO O| Oct 19 04:07:37.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54352024-10-19T04:07:39.141Z[ recovery-image] Oct 19 04:07:37.690 INFO O| Oct 19 04:07:37.690 INFO STEP 496 (remove_files) COMPLETE
54362024-10-19T04:07:39.141Z[ recovery-image] Oct 19 04:07:37.690 INFO O| Oct 19 04:07:37.690 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-10-19T04:07:39.149Z[ recovery-image] Oct 19 04:07:37.699 INFO O| Oct 19 04:07:37.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54382024-10-19T04:07:39.149Z[ recovery-image] Oct 19 04:07:37.699 INFO O| Oct 19 04:07:37.699 INFO STEP 497 (remove_files) COMPLETE
54392024-10-19T04:07:39.149Z[ recovery-image] Oct 19 04:07:37.699 INFO O| Oct 19 04:07:37.699 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-10-19T04:07:39.159Z[ recovery-image] Oct 19 04:07:37.709 INFO O| Oct 19 04:07:37.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54412024-10-19T04:07:39.162Z[ recovery-image] Oct 19 04:07:37.710 INFO O| Oct 19 04:07:37.709 INFO STEP 498 (remove_files) COMPLETE
54422024-10-19T04:07:39.162Z[ recovery-image] Oct 19 04:07:37.710 INFO O| Oct 19 04:07:37.710 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-10-19T04:07:39.168Z[ recovery-image] Oct 19 04:07:37.719 INFO O| Oct 19 04:07:37.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54442024-10-19T04:07:39.168Z[ recovery-image] Oct 19 04:07:37.719 INFO O| Oct 19 04:07:37.719 INFO STEP 499 (remove_files) COMPLETE
54452024-10-19T04:07:39.168Z[ recovery-image] Oct 19 04:07:37.719 INFO O| Oct 19 04:07:37.719 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-10-19T04:07:39.178Z[ recovery-image] Oct 19 04:07:37.729 INFO O| Oct 19 04:07:37.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54472024-10-19T04:07:39.180Z[ recovery-image] Oct 19 04:07:37.729 INFO O| Oct 19 04:07:37.729 INFO STEP 500 (remove_files) COMPLETE
54482024-10-19T04:07:39.180Z[ recovery-image] Oct 19 04:07:37.729 INFO O| Oct 19 04:07:37.729 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-10-19T04:07:39.188Z[ recovery-image] Oct 19 04:07:37.739 INFO O| Oct 19 04:07:37.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54502024-10-19T04:07:39.188Z[ recovery-image] Oct 19 04:07:37.739 INFO O| Oct 19 04:07:37.739 INFO STEP 501 (remove_files) COMPLETE
54512024-10-19T04:07:39.188Z[ recovery-image] Oct 19 04:07:37.739 INFO O| Oct 19 04:07:37.739 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-10-19T04:07:39.198Z[ recovery-image] Oct 19 04:07:37.748 INFO O| Oct 19 04:07:37.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54532024-10-19T04:07:39.198Z[ recovery-image] Oct 19 04:07:37.748 INFO O| Oct 19 04:07:37.748 INFO STEP 502 (remove_files) COMPLETE
54542024-10-19T04:07:39.200Z[ recovery-image] Oct 19 04:07:37.749 INFO O| Oct 19 04:07:37.748 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-10-19T04:07:39.207Z[ recovery-image] Oct 19 04:07:37.758 INFO O| Oct 19 04:07:37.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54562024-10-19T04:07:39.208Z[ recovery-image] Oct 19 04:07:37.758 INFO O| Oct 19 04:07:37.758 INFO STEP 503 (remove_files) COMPLETE
54572024-10-19T04:07:39.208Z[ recovery-image] Oct 19 04:07:37.758 INFO O| Oct 19 04:07:37.758 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-10-19T04:07:39.217Z[ recovery-image] Oct 19 04:07:37.768 INFO O| Oct 19 04:07:37.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54592024-10-19T04:07:39.217Z[ recovery-image] Oct 19 04:07:37.768 INFO O| Oct 19 04:07:37.768 INFO STEP 504 (remove_files) COMPLETE
54602024-10-19T04:07:39.217Z[ recovery-image] Oct 19 04:07:37.768 INFO O| Oct 19 04:07:37.768 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-19T04:07:39.227Z[ recovery-image] Oct 19 04:07:37.777 INFO O| Oct 19 04:07:37.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54622024-10-19T04:07:39.227Z[ recovery-image] Oct 19 04:07:37.777 INFO O| Oct 19 04:07:37.777 INFO STEP 505 (remove_files) COMPLETE
54632024-10-19T04:07:39.227Z[ recovery-image] Oct 19 04:07:37.777 INFO O| Oct 19 04:07:37.777 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-19T04:07:39.236Z[ recovery-image] Oct 19 04:07:37.787 INFO O| Oct 19 04:07:37.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54652024-10-19T04:07:39.239Z[ recovery-image] Oct 19 04:07:37.788 INFO O| Oct 19 04:07:37.788 INFO STEP 506 (remove_files) COMPLETE
54662024-10-19T04:07:39.239Z[ recovery-image] Oct 19 04:07:37.788 INFO O| Oct 19 04:07:37.788 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-19T04:07:39.247Z[ recovery-image] Oct 19 04:07:37.798 INFO O| Oct 19 04:07:37.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54682024-10-19T04:07:39.249Z[ recovery-image] Oct 19 04:07:37.798 INFO O| Oct 19 04:07:37.798 INFO STEP 507 (remove_files) COMPLETE
54692024-10-19T04:07:39.249Z[ recovery-image] Oct 19 04:07:37.798 INFO O| Oct 19 04:07:37.798 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-19T04:07:39.253Z[ host-image] Oct 19 04:07:37.803 INFO O| Oct 19 04:07:37.803 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
54712024-10-19T04:07:39.257Z[ recovery-image] Oct 19 04:07:37.808 INFO O| Oct 19 04:07:37.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54722024-10-19T04:07:39.257Z[ recovery-image] Oct 19 04:07:37.808 INFO O| Oct 19 04:07:37.808 INFO STEP 508 (remove_files) COMPLETE
54732024-10-19T04:07:39.257Z[ recovery-image] Oct 19 04:07:37.808 INFO O| Oct 19 04:07:37.808 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-10-19T04:07:39.267Z[ recovery-image] Oct 19 04:07:37.818 INFO O| Oct 19 04:07:37.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54752024-10-19T04:07:39.267Z[ recovery-image] Oct 19 04:07:37.818 INFO O| Oct 19 04:07:37.818 INFO STEP 509 (remove_files) COMPLETE
54762024-10-19T04:07:39.269Z[ recovery-image] Oct 19 04:07:37.818 INFO O| Oct 19 04:07:37.818 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-10-19T04:07:39.277Z[ recovery-image] Oct 19 04:07:37.828 INFO O| Oct 19 04:07:37.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54782024-10-19T04:07:39.277Z[ recovery-image] Oct 19 04:07:37.828 INFO O| Oct 19 04:07:37.828 INFO STEP 510 (remove_files) COMPLETE
54792024-10-19T04:07:39.279Z[ recovery-image] Oct 19 04:07:37.828 INFO O| Oct 19 04:07:37.828 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-10-19T04:07:39.287Z[ recovery-image] Oct 19 04:07:37.838 INFO O| Oct 19 04:07:37.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54812024-10-19T04:07:39.289Z[ recovery-image] Oct 19 04:07:37.838 INFO O| Oct 19 04:07:37.838 INFO STEP 511 (remove_files) COMPLETE
54822024-10-19T04:07:39.289Z[ recovery-image] Oct 19 04:07:37.838 INFO O| Oct 19 04:07:37.838 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-10-19T04:07:39.297Z[ recovery-image] Oct 19 04:07:37.847 INFO O| Oct 19 04:07:37.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54842024-10-19T04:07:39.299Z[ recovery-image] Oct 19 04:07:37.847 INFO O| Oct 19 04:07:37.847 INFO STEP 512 (remove_files) COMPLETE
54852024-10-19T04:07:39.299Z[ recovery-image] Oct 19 04:07:37.847 INFO O| Oct 19 04:07:37.847 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-10-19T04:07:39.306Z[ recovery-image] Oct 19 04:07:37.857 INFO O| Oct 19 04:07:37.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54872024-10-19T04:07:39.306Z[ recovery-image] Oct 19 04:07:37.857 INFO O| Oct 19 04:07:37.857 INFO STEP 513 (remove_files) COMPLETE
54882024-10-19T04:07:39.309Z[ recovery-image] Oct 19 04:07:37.857 INFO O| Oct 19 04:07:37.857 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-10-19T04:07:39.316Z[ recovery-image] Oct 19 04:07:37.867 INFO O| Oct 19 04:07:37.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54902024-10-19T04:07:39.316Z[ recovery-image] Oct 19 04:07:37.867 INFO O| Oct 19 04:07:37.867 INFO STEP 514 (remove_files) COMPLETE
54912024-10-19T04:07:39.316Z[ recovery-image] Oct 19 04:07:37.867 INFO O| Oct 19 04:07:37.867 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-19T04:07:39.326Z[ recovery-image] Oct 19 04:07:37.877 INFO O| Oct 19 04:07:37.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54932024-10-19T04:07:39.326Z[ recovery-image] Oct 19 04:07:37.877 INFO O| Oct 19 04:07:37.877 INFO STEP 515 (remove_files) COMPLETE
54942024-10-19T04:07:39.328Z[ recovery-image] Oct 19 04:07:37.877 INFO O| Oct 19 04:07:37.877 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-10-19T04:07:39.336Z[ recovery-image] Oct 19 04:07:37.887 INFO O| Oct 19 04:07:37.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54962024-10-19T04:07:39.347Z[ recovery-image] Oct 19 04:07:37.898 INFO O| Oct 19 04:07:37.898 INFO STEP 516 (remove_files) COMPLETE
54972024-10-19T04:07:39.347Z[ recovery-image] Oct 19 04:07:37.898 INFO O| Oct 19 04:07:37.898 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-10-19T04:07:39.358Z[ recovery-image] Oct 19 04:07:37.909 INFO O| Oct 19 04:07:37.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54992024-10-19T04:07:39.358Z[ recovery-image] Oct 19 04:07:37.909 INFO O| Oct 19 04:07:37.909 INFO STEP 517 (remove_files) COMPLETE
55002024-10-19T04:07:39.361Z[ recovery-image] Oct 19 04:07:37.909 INFO O| Oct 19 04:07:37.909 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-10-19T04:07:39.368Z[ recovery-image] Oct 19 04:07:37.919 INFO O| Oct 19 04:07:37.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55022024-10-19T04:07:39.370Z[ recovery-image] Oct 19 04:07:37.919 INFO O| Oct 19 04:07:37.919 INFO STEP 518 (remove_files) COMPLETE
55032024-10-19T04:07:39.370Z[ recovery-image] Oct 19 04:07:37.919 INFO O| Oct 19 04:07:37.919 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-10-19T04:07:39.378Z[ recovery-image] Oct 19 04:07:37.928 INFO O| Oct 19 04:07:37.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55052024-10-19T04:07:39.378Z[ recovery-image] Oct 19 04:07:37.929 INFO O| Oct 19 04:07:37.929 INFO STEP 519 (remove_files) COMPLETE
55062024-10-19T04:07:39.380Z[ recovery-image] Oct 19 04:07:37.929 INFO O| Oct 19 04:07:37.929 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-10-19T04:07:39.387Z[ recovery-image] Oct 19 04:07:37.938 INFO O| Oct 19 04:07:37.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55082024-10-19T04:07:39.387Z[ recovery-image] Oct 19 04:07:37.938 INFO O| Oct 19 04:07:37.938 INFO STEP 520 (remove_files) COMPLETE
55092024-10-19T04:07:39.390Z[ recovery-image] Oct 19 04:07:37.938 INFO O| Oct 19 04:07:37.938 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-10-19T04:07:39.397Z[ recovery-image] Oct 19 04:07:37.948 INFO O| Oct 19 04:07:37.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55112024-10-19T04:07:39.397Z[ recovery-image] Oct 19 04:07:37.948 INFO O| Oct 19 04:07:37.948 INFO STEP 521 (remove_files) COMPLETE
55122024-10-19T04:07:39.397Z[ recovery-image] Oct 19 04:07:37.948 INFO O| Oct 19 04:07:37.948 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-10-19T04:07:39.407Z[ recovery-image] Oct 19 04:07:37.958 INFO O| Oct 19 04:07:37.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55142024-10-19T04:07:39.407Z[ recovery-image] Oct 19 04:07:37.958 INFO O| Oct 19 04:07:37.958 INFO STEP 522 (remove_files) COMPLETE
55152024-10-19T04:07:39.409Z[ recovery-image] Oct 19 04:07:37.958 INFO O| Oct 19 04:07:37.958 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-10-19T04:07:39.418Z[ recovery-image] Oct 19 04:07:37.968 INFO O| Oct 19 04:07:37.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55172024-10-19T04:07:39.418Z[ recovery-image] Oct 19 04:07:37.969 INFO O| Oct 19 04:07:37.968 INFO STEP 523 (remove_files) COMPLETE
55182024-10-19T04:07:39.420Z[ recovery-image] Oct 19 04:07:37.969 INFO O| Oct 19 04:07:37.969 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-10-19T04:07:39.428Z[ recovery-image] Oct 19 04:07:37.978 INFO O| Oct 19 04:07:37.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55202024-10-19T04:07:39.428Z[ recovery-image] Oct 19 04:07:37.979 INFO O| Oct 19 04:07:37.979 INFO STEP 524 (remove_files) COMPLETE
55212024-10-19T04:07:39.430Z[ recovery-image] Oct 19 04:07:37.979 INFO O| Oct 19 04:07:37.979 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-10-19T04:07:39.438Z[ recovery-image] Oct 19 04:07:37.988 INFO O| Oct 19 04:07:37.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55232024-10-19T04:07:39.440Z[ recovery-image] Oct 19 04:07:37.988 INFO O| Oct 19 04:07:37.988 INFO STEP 525 (remove_files) COMPLETE
55242024-10-19T04:07:39.440Z[ recovery-image] Oct 19 04:07:37.988 INFO O| Oct 19 04:07:37.988 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-10-19T04:07:39.447Z[ recovery-image] Oct 19 04:07:37.998 INFO O| Oct 19 04:07:37.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55262024-10-19T04:07:39.447Z[ recovery-image] Oct 19 04:07:37.998 INFO O| Oct 19 04:07:37.998 INFO STEP 526 (remove_files) COMPLETE
55272024-10-19T04:07:39.450Z[ recovery-image] Oct 19 04:07:37.998 INFO O| Oct 19 04:07:37.998 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-19T04:07:39.458Z[ recovery-image] Oct 19 04:07:38.009 INFO O| Oct 19 04:07:38.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55292024-10-19T04:07:39.458Z[ recovery-image] Oct 19 04:07:38.009 INFO O| Oct 19 04:07:38.009 INFO STEP 527 (remove_files) COMPLETE
55302024-10-19T04:07:39.460Z[ recovery-image] Oct 19 04:07:38.009 INFO O| Oct 19 04:07:38.009 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-19T04:07:39.468Z[ recovery-image] Oct 19 04:07:38.018 INFO O| Oct 19 04:07:38.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55322024-10-19T04:07:39.470Z[ recovery-image] Oct 19 04:07:38.018 INFO O| Oct 19 04:07:38.018 INFO STEP 528 (remove_files) COMPLETE
55332024-10-19T04:07:39.470Z[ recovery-image] Oct 19 04:07:38.018 INFO O| Oct 19 04:07:38.018 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-10-19T04:07:39.477Z[ recovery-image] Oct 19 04:07:38.028 INFO O| Oct 19 04:07:38.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55352024-10-19T04:07:39.480Z[ recovery-image] Oct 19 04:07:38.028 INFO O| Oct 19 04:07:38.028 INFO STEP 529 (remove_files) COMPLETE
55362024-10-19T04:07:39.480Z[ recovery-image] Oct 19 04:07:38.028 INFO O| Oct 19 04:07:38.028 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-10-19T04:07:39.487Z[ recovery-image] Oct 19 04:07:38.038 INFO O| Oct 19 04:07:38.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55382024-10-19T04:07:39.487Z[ recovery-image] Oct 19 04:07:38.038 INFO O| Oct 19 04:07:38.038 INFO STEP 530 (remove_files) COMPLETE
55392024-10-19T04:07:39.487Z[ recovery-image] Oct 19 04:07:38.038 INFO O| Oct 19 04:07:38.038 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-10-19T04:07:39.497Z[ recovery-image] Oct 19 04:07:38.048 INFO O| Oct 19 04:07:38.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55412024-10-19T04:07:39.497Z[ recovery-image] Oct 19 04:07:38.048 INFO O| Oct 19 04:07:38.048 INFO STEP 531 (remove_files) COMPLETE
55422024-10-19T04:07:39.499Z[ recovery-image] Oct 19 04:07:38.048 INFO O| Oct 19 04:07:38.048 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-10-19T04:07:39.507Z[ recovery-image] Oct 19 04:07:38.058 INFO O| Oct 19 04:07:38.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55442024-10-19T04:07:39.507Z[ recovery-image] Oct 19 04:07:38.058 INFO O| Oct 19 04:07:38.058 INFO STEP 532 (remove_files) COMPLETE
55452024-10-19T04:07:39.507Z[ recovery-image] Oct 19 04:07:38.058 INFO O| Oct 19 04:07:38.058 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-19T04:07:39.517Z[ recovery-image] Oct 19 04:07:38.068 INFO O| Oct 19 04:07:38.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55472024-10-19T04:07:39.520Z[ recovery-image] Oct 19 04:07:38.068 INFO O| Oct 19 04:07:38.068 INFO STEP 533 (remove_files) COMPLETE
55482024-10-19T04:07:39.520Z[ recovery-image] Oct 19 04:07:38.068 INFO O| Oct 19 04:07:38.068 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-19T04:07:39.528Z[ recovery-image] Oct 19 04:07:38.079 INFO O| Oct 19 04:07:38.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55502024-10-19T04:07:39.530Z[ recovery-image] Oct 19 04:07:38.079 INFO O| Oct 19 04:07:38.079 INFO STEP 534 (remove_files) COMPLETE
55512024-10-19T04:07:39.530Z[ recovery-image] Oct 19 04:07:38.079 INFO O| Oct 19 04:07:38.079 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-10-19T04:07:39.539Z[ recovery-image] Oct 19 04:07:38.090 INFO O| Oct 19 04:07:38.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55532024-10-19T04:07:39.541Z[ recovery-image] Oct 19 04:07:38.090 INFO O| Oct 19 04:07:38.090 INFO STEP 535 (remove_files) COMPLETE
55542024-10-19T04:07:39.541Z[ recovery-image] Oct 19 04:07:38.090 INFO O| Oct 19 04:07:38.090 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-10-19T04:07:39.550Z[ recovery-image] Oct 19 04:07:38.101 INFO O| Oct 19 04:07:38.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55562024-10-19T04:07:39.550Z[ recovery-image] Oct 19 04:07:38.101 INFO O| Oct 19 04:07:38.101 INFO STEP 536 (remove_files) COMPLETE
55572024-10-19T04:07:39.550Z[ recovery-image] Oct 19 04:07:38.101 INFO O| Oct 19 04:07:38.101 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-10-19T04:07:39.561Z[ recovery-image] Oct 19 04:07:38.112 INFO O| Oct 19 04:07:38.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55592024-10-19T04:07:39.561Z[ recovery-image] Oct 19 04:07:38.112 INFO O| Oct 19 04:07:38.112 INFO STEP 537 (remove_files) COMPLETE
55602024-10-19T04:07:39.561Z[ recovery-image] Oct 19 04:07:38.112 INFO O| Oct 19 04:07:38.112 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-10-19T04:07:39.572Z[ recovery-image] Oct 19 04:07:38.123 INFO O| Oct 19 04:07:38.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55622024-10-19T04:07:39.572Z[ recovery-image] Oct 19 04:07:38.123 INFO O| Oct 19 04:07:38.123 INFO STEP 538 (remove_files) COMPLETE
55632024-10-19T04:07:39.572Z[ recovery-image] Oct 19 04:07:38.123 INFO O| Oct 19 04:07:38.123 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-10-19T04:07:39.585Z[ recovery-image] Oct 19 04:07:38.136 INFO O| Oct 19 04:07:38.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55652024-10-19T04:07:39.595Z[ recovery-image] Oct 19 04:07:38.145 INFO O| Oct 19 04:07:38.145 INFO STEP 539 (remove_files) COMPLETE
55662024-10-19T04:07:39.595Z[ recovery-image] Oct 19 04:07:38.145 INFO O| Oct 19 04:07:38.145 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-10-19T04:07:39.608Z[ recovery-image] Oct 19 04:07:38.158 INFO O| Oct 19 04:07:38.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55682024-10-19T04:07:39.608Z[ recovery-image] Oct 19 04:07:38.158 INFO O| Oct 19 04:07:38.158 INFO STEP 540 (remove_files) COMPLETE
55692024-10-19T04:07:39.608Z[ recovery-image] Oct 19 04:07:38.158 INFO O| Oct 19 04:07:38.158 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-10-19T04:07:39.621Z[ recovery-image] Oct 19 04:07:38.171 INFO O| Oct 19 04:07:38.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55712024-10-19T04:07:39.621Z[ recovery-image] Oct 19 04:07:38.171 INFO O| Oct 19 04:07:38.171 INFO STEP 541 (remove_files) COMPLETE
55722024-10-19T04:07:39.623Z[ recovery-image] Oct 19 04:07:38.171 INFO O| Oct 19 04:07:38.171 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-10-19T04:07:39.632Z[ recovery-image] Oct 19 04:07:38.182 INFO O| Oct 19 04:07:38.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55742024-10-19T04:07:39.634Z[ recovery-image] Oct 19 04:07:38.182 INFO O| Oct 19 04:07:38.182 INFO STEP 542 (remove_files) COMPLETE
55752024-10-19T04:07:39.634Z[ recovery-image] Oct 19 04:07:38.182 INFO O| Oct 19 04:07:38.182 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-10-19T04:07:39.642Z[ recovery-image] Oct 19 04:07:38.193 INFO O| Oct 19 04:07:38.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55772024-10-19T04:07:39.644Z[ recovery-image] Oct 19 04:07:38.193 INFO O| Oct 19 04:07:38.193 INFO STEP 543 (remove_files) COMPLETE
55782024-10-19T04:07:39.644Z[ recovery-image] Oct 19 04:07:38.193 INFO O| Oct 19 04:07:38.193 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-10-19T04:07:39.653Z[ recovery-image] Oct 19 04:07:38.203 INFO O| Oct 19 04:07:38.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55802024-10-19T04:07:39.653Z[ recovery-image] Oct 19 04:07:38.203 INFO O| Oct 19 04:07:38.203 INFO STEP 544 (remove_files) COMPLETE
55812024-10-19T04:07:39.655Z[ recovery-image] Oct 19 04:07:38.203 INFO O| Oct 19 04:07:38.203 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-10-19T04:07:39.662Z[ recovery-image] Oct 19 04:07:38.213 INFO O| Oct 19 04:07:38.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55832024-10-19T04:07:39.665Z[ recovery-image] Oct 19 04:07:38.213 INFO O| Oct 19 04:07:38.213 INFO STEP 545 (remove_files) COMPLETE
55842024-10-19T04:07:39.665Z[ recovery-image] Oct 19 04:07:38.213 INFO O| Oct 19 04:07:38.213 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-10-19T04:07:39.673Z[ recovery-image] Oct 19 04:07:38.223 INFO O| Oct 19 04:07:38.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55862024-10-19T04:07:39.675Z[ recovery-image] Oct 19 04:07:38.223 INFO O| Oct 19 04:07:38.223 INFO STEP 546 (remove_files) COMPLETE
55872024-10-19T04:07:39.675Z[ recovery-image] Oct 19 04:07:38.223 INFO O| Oct 19 04:07:38.223 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-10-19T04:07:39.683Z[ recovery-image] Oct 19 04:07:38.233 INFO O| Oct 19 04:07:38.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55892024-10-19T04:07:39.683Z[ recovery-image] Oct 19 04:07:38.233 INFO O| Oct 19 04:07:38.233 INFO STEP 547 (remove_files) COMPLETE
55902024-10-19T04:07:39.685Z[ recovery-image] Oct 19 04:07:38.233 INFO O| Oct 19 04:07:38.233 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-10-19T04:07:39.693Z[ recovery-image] Oct 19 04:07:38.243 INFO O| Oct 19 04:07:38.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55922024-10-19T04:07:39.695Z[ recovery-image] Oct 19 04:07:38.243 INFO O| Oct 19 04:07:38.243 INFO STEP 548 (remove_files) COMPLETE
55932024-10-19T04:07:39.695Z[ recovery-image] Oct 19 04:07:38.244 INFO O| Oct 19 04:07:38.243 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-10-19T04:07:39.703Z[ recovery-image] Oct 19 04:07:38.254 INFO O| Oct 19 04:07:38.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55952024-10-19T04:07:39.703Z[ recovery-image] Oct 19 04:07:38.254 INFO O| Oct 19 04:07:38.254 INFO STEP 549 (remove_files) COMPLETE
55962024-10-19T04:07:39.711Z[ recovery-image] Oct 19 04:07:38.254 INFO O| Oct 19 04:07:38.254 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-10-19T04:07:39.714Z[ recovery-image] Oct 19 04:07:38.264 INFO O| Oct 19 04:07:38.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55982024-10-19T04:07:39.714Z[ recovery-image] Oct 19 04:07:38.264 INFO O| Oct 19 04:07:38.264 INFO STEP 550 (remove_files) COMPLETE
55992024-10-19T04:07:39.714Z[ recovery-image] Oct 19 04:07:38.264 INFO O| Oct 19 04:07:38.264 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-10-19T04:07:39.723Z[ recovery-image] Oct 19 04:07:38.273 INFO O| Oct 19 04:07:38.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56012024-10-19T04:07:39.723Z[ recovery-image] Oct 19 04:07:38.274 INFO O| Oct 19 04:07:38.274 INFO STEP 551 (remove_files) COMPLETE
56022024-10-19T04:07:39.723Z[ recovery-image] Oct 19 04:07:38.274 INFO O| Oct 19 04:07:38.274 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-19T04:07:39.733Z[ recovery-image] Oct 19 04:07:38.284 INFO O| Oct 19 04:07:38.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56042024-10-19T04:07:39.733Z[ recovery-image] Oct 19 04:07:38.284 INFO O| Oct 19 04:07:38.284 INFO STEP 552 (remove_files) COMPLETE
56052024-10-19T04:07:39.733Z[ recovery-image] Oct 19 04:07:38.284 INFO O| Oct 19 04:07:38.284 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-19T04:07:39.745Z[ recovery-image] Oct 19 04:07:38.295 INFO O| Oct 19 04:07:38.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56072024-10-19T04:07:39.747Z[ recovery-image] Oct 19 04:07:38.295 INFO O| Oct 19 04:07:38.295 INFO STEP 553 (remove_files) COMPLETE
56082024-10-19T04:07:39.747Z[ recovery-image] Oct 19 04:07:38.295 INFO O| Oct 19 04:07:38.295 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-10-19T04:07:39.755Z[ recovery-image] Oct 19 04:07:38.306 INFO O| Oct 19 04:07:38.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56102024-10-19T04:07:39.757Z[ recovery-image] Oct 19 04:07:38.306 INFO O| Oct 19 04:07:38.306 INFO STEP 554 (remove_files) COMPLETE
56112024-10-19T04:07:39.757Z[ recovery-image] Oct 19 04:07:38.306 INFO O| Oct 19 04:07:38.306 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-19T04:07:39.766Z[ recovery-image] Oct 19 04:07:38.316 INFO O| Oct 19 04:07:38.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56132024-10-19T04:07:39.768Z[ recovery-image] Oct 19 04:07:38.316 INFO O| Oct 19 04:07:38.316 INFO STEP 555 (remove_files) COMPLETE
56142024-10-19T04:07:39.768Z[ recovery-image] Oct 19 04:07:38.316 INFO O| Oct 19 04:07:38.316 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-19T04:07:39.776Z[ recovery-image] Oct 19 04:07:38.327 INFO O| Oct 19 04:07:38.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56162024-10-19T04:07:39.778Z[ recovery-image] Oct 19 04:07:38.327 INFO O| Oct 19 04:07:38.327 INFO STEP 556 (remove_files) COMPLETE
56172024-10-19T04:07:39.778Z[ recovery-image] Oct 19 04:07:38.327 INFO O| Oct 19 04:07:38.327 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-19T04:07:39.787Z[ recovery-image] Oct 19 04:07:38.337 INFO O| Oct 19 04:07:38.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56192024-10-19T04:07:39.787Z[ recovery-image] Oct 19 04:07:38.337 INFO O| Oct 19 04:07:38.337 INFO STEP 557 (remove_files) COMPLETE
56202024-10-19T04:07:39.787Z[ recovery-image] Oct 19 04:07:38.337 INFO O| Oct 19 04:07:38.337 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-19T04:07:39.797Z[ recovery-image] Oct 19 04:07:38.348 INFO O| Oct 19 04:07:38.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56222024-10-19T04:07:39.797Z[ recovery-image] Oct 19 04:07:38.348 INFO O| Oct 19 04:07:38.348 INFO STEP 558 (remove_files) COMPLETE
56232024-10-19T04:07:39.797Z[ recovery-image] Oct 19 04:07:38.348 INFO O| Oct 19 04:07:38.348 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-19T04:07:39.807Z[ recovery-image] Oct 19 04:07:38.358 INFO O| Oct 19 04:07:38.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56252024-10-19T04:07:39.810Z[ recovery-image] Oct 19 04:07:38.358 INFO O| Oct 19 04:07:38.358 INFO STEP 559 (remove_files) COMPLETE
56262024-10-19T04:07:39.810Z[ recovery-image] Oct 19 04:07:38.358 INFO O| Oct 19 04:07:38.358 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-19T04:07:39.818Z[ recovery-image] Oct 19 04:07:38.368 INFO O| Oct 19 04:07:38.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56282024-10-19T04:07:39.818Z[ recovery-image] Oct 19 04:07:38.368 INFO O| Oct 19 04:07:38.368 INFO STEP 560 (remove_files) COMPLETE
56292024-10-19T04:07:39.820Z[ recovery-image] Oct 19 04:07:38.368 INFO O| Oct 19 04:07:38.368 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-19T04:07:39.828Z[ recovery-image] Oct 19 04:07:38.378 INFO O| Oct 19 04:07:38.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56312024-10-19T04:07:39.828Z[ recovery-image] Oct 19 04:07:38.378 INFO O| Oct 19 04:07:38.378 INFO STEP 561 (remove_files) COMPLETE
56322024-10-19T04:07:39.830Z[ recovery-image] Oct 19 04:07:38.378 INFO O| Oct 19 04:07:38.378 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-10-19T04:07:39.837Z[ recovery-image] Oct 19 04:07:38.388 INFO O| Oct 19 04:07:38.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56342024-10-19T04:07:39.844Z[ recovery-image] Oct 19 04:07:38.394 INFO O| Oct 19 04:07:38.394 INFO STEP 562 (remove_files) COMPLETE
56352024-10-19T04:07:39.844Z[ recovery-image] Oct 19 04:07:38.394 INFO O| Oct 19 04:07:38.394 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-10-19T04:07:39.854Z[ recovery-image] Oct 19 04:07:38.404 INFO O| Oct 19 04:07:38.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56372024-10-19T04:07:39.856Z[ recovery-image] Oct 19 04:07:38.404 INFO O| Oct 19 04:07:38.404 INFO STEP 563 (remove_files) COMPLETE
56382024-10-19T04:07:39.856Z[ recovery-image] Oct 19 04:07:38.404 INFO O| Oct 19 04:07:38.404 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-10-19T04:07:39.863Z[ recovery-image] Oct 19 04:07:38.414 INFO O| Oct 19 04:07:38.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56402024-10-19T04:07:39.863Z[ recovery-image] Oct 19 04:07:38.414 INFO O| Oct 19 04:07:38.414 INFO STEP 564 (remove_files) COMPLETE
56412024-10-19T04:07:39.866Z[ recovery-image] Oct 19 04:07:38.414 INFO O| Oct 19 04:07:38.414 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-10-19T04:07:39.873Z[ recovery-image] Oct 19 04:07:38.424 INFO O| Oct 19 04:07:38.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56432024-10-19T04:07:39.873Z[ recovery-image] Oct 19 04:07:38.424 INFO O| Oct 19 04:07:38.424 INFO STEP 565 (remove_files) COMPLETE
56442024-10-19T04:07:39.873Z[ recovery-image] Oct 19 04:07:38.424 INFO O| Oct 19 04:07:38.424 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-19T04:07:39.883Z[ recovery-image] Oct 19 04:07:38.434 INFO O| Oct 19 04:07:38.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56462024-10-19T04:07:39.883Z[ recovery-image] Oct 19 04:07:38.434 INFO O| Oct 19 04:07:38.434 INFO STEP 566 (remove_files) COMPLETE
56472024-10-19T04:07:39.885Z[ recovery-image] Oct 19 04:07:38.434 INFO O| Oct 19 04:07:38.434 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-19T04:07:39.893Z[ recovery-image] Oct 19 04:07:38.444 INFO O| Oct 19 04:07:38.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56492024-10-19T04:07:39.893Z[ recovery-image] Oct 19 04:07:38.444 INFO O| Oct 19 04:07:38.444 INFO STEP 567 (remove_files) COMPLETE
56502024-10-19T04:07:39.895Z[ recovery-image] Oct 19 04:07:38.444 INFO O| Oct 19 04:07:38.444 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-19T04:07:39.903Z[ recovery-image] Oct 19 04:07:38.453 INFO O| Oct 19 04:07:38.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56522024-10-19T04:07:39.913Z[ recovery-image] Oct 19 04:07:38.464 INFO O| Oct 19 04:07:38.464 INFO STEP 568 (remove_files) COMPLETE
56532024-10-19T04:07:39.913Z[ recovery-image] Oct 19 04:07:38.464 INFO O| Oct 19 04:07:38.464 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-19T04:07:39.923Z[ recovery-image] Oct 19 04:07:38.474 INFO O| Oct 19 04:07:38.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56552024-10-19T04:07:39.923Z[ recovery-image] Oct 19 04:07:38.474 INFO O| Oct 19 04:07:38.474 INFO STEP 569 (remove_files) COMPLETE
56562024-10-19T04:07:39.923Z[ recovery-image] Oct 19 04:07:38.474 INFO O| Oct 19 04:07:38.474 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-19T04:07:39.933Z[ recovery-image] Oct 19 04:07:38.483 INFO O| Oct 19 04:07:38.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56582024-10-19T04:07:39.935Z[ recovery-image] Oct 19 04:07:38.483 INFO O| Oct 19 04:07:38.483 INFO STEP 570 (remove_files) COMPLETE
56592024-10-19T04:07:39.935Z[ recovery-image] Oct 19 04:07:38.483 INFO O| Oct 19 04:07:38.483 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-19T04:07:39.942Z[ recovery-image] Oct 19 04:07:38.493 INFO O| Oct 19 04:07:38.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56612024-10-19T04:07:39.945Z[ recovery-image] Oct 19 04:07:38.493 INFO O| Oct 19 04:07:38.493 INFO STEP 571 (remove_files) COMPLETE
56622024-10-19T04:07:39.945Z[ recovery-image] Oct 19 04:07:38.493 INFO O| Oct 19 04:07:38.493 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-19T04:07:39.952Z[ recovery-image] Oct 19 04:07:38.503 INFO O| Oct 19 04:07:38.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56642024-10-19T04:07:39.952Z[ recovery-image] Oct 19 04:07:38.503 INFO O| Oct 19 04:07:38.503 INFO STEP 572 (remove_files) COMPLETE
56652024-10-19T04:07:39.952Z[ recovery-image] Oct 19 04:07:38.503 INFO O| Oct 19 04:07:38.503 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-19T04:07:39.961Z[ recovery-image] Oct 19 04:07:38.512 INFO O| Oct 19 04:07:38.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56672024-10-19T04:07:39.962Z[ recovery-image] Oct 19 04:07:38.512 INFO O| Oct 19 04:07:38.512 INFO STEP 573 (remove_files) COMPLETE
56682024-10-19T04:07:39.962Z[ recovery-image] Oct 19 04:07:38.512 INFO O| Oct 19 04:07:38.512 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-19T04:07:39.971Z[ recovery-image] Oct 19 04:07:38.522 INFO O| Oct 19 04:07:38.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56702024-10-19T04:07:39.971Z[ recovery-image] Oct 19 04:07:38.522 INFO O| Oct 19 04:07:38.522 INFO STEP 574 (remove_files) COMPLETE
56712024-10-19T04:07:39.971Z[ recovery-image] Oct 19 04:07:38.522 INFO O| Oct 19 04:07:38.522 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-19T04:07:39.981Z[ recovery-image] Oct 19 04:07:38.531 INFO O| Oct 19 04:07:38.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56732024-10-19T04:07:39.983Z[ recovery-image] Oct 19 04:07:38.531 INFO O| Oct 19 04:07:38.531 INFO STEP 575 (remove_files) COMPLETE
56742024-10-19T04:07:39.983Z[ recovery-image] Oct 19 04:07:38.531 INFO O| Oct 19 04:07:38.531 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-19T04:07:39.992Z[ recovery-image] Oct 19 04:07:38.542 INFO O| Oct 19 04:07:38.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56762024-10-19T04:07:39.992Z[ recovery-image] Oct 19 04:07:38.542 INFO O| Oct 19 04:07:38.542 INFO STEP 576 (remove_files) COMPLETE
56772024-10-19T04:07:39.992Z[ recovery-image] Oct 19 04:07:38.542 INFO O| Oct 19 04:07:38.542 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-19T04:07:40.002Z[ recovery-image] Oct 19 04:07:38.553 INFO O| Oct 19 04:07:38.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56792024-10-19T04:07:40.005Z[ recovery-image] Oct 19 04:07:38.553 INFO O| Oct 19 04:07:38.553 INFO STEP 577 (remove_files) COMPLETE
56802024-10-19T04:07:40.005Z[ recovery-image] Oct 19 04:07:38.553 INFO O| Oct 19 04:07:38.553 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-19T04:07:40.013Z[ recovery-image] Oct 19 04:07:38.564 INFO O| Oct 19 04:07:38.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56822024-10-19T04:07:40.013Z[ recovery-image] Oct 19 04:07:38.564 INFO O| Oct 19 04:07:38.564 INFO STEP 578 (remove_files) COMPLETE
56832024-10-19T04:07:40.013Z[ recovery-image] Oct 19 04:07:38.564 INFO O| Oct 19 04:07:38.564 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-19T04:07:40.024Z[ recovery-image] Oct 19 04:07:38.575 INFO O| Oct 19 04:07:38.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56852024-10-19T04:07:40.025Z[ recovery-image] Oct 19 04:07:38.575 INFO O| Oct 19 04:07:38.575 INFO STEP 579 (remove_files) COMPLETE
56862024-10-19T04:07:40.029Z[ recovery-image] Oct 19 04:07:38.575 INFO O| Oct 19 04:07:38.575 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-19T04:07:40.035Z[ recovery-image] Oct 19 04:07:38.586 INFO O| Oct 19 04:07:38.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56882024-10-19T04:07:40.036Z[ recovery-image] Oct 19 04:07:38.586 INFO O| Oct 19 04:07:38.586 INFO STEP 580 (remove_files) COMPLETE
56892024-10-19T04:07:40.038Z[ recovery-image] Oct 19 04:07:38.586 INFO O| Oct 19 04:07:38.586 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-19T04:07:40.046Z[ recovery-image] Oct 19 04:07:38.596 INFO O| Oct 19 04:07:38.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56912024-10-19T04:07:40.046Z[ recovery-image] Oct 19 04:07:38.597 INFO O| Oct 19 04:07:38.596 INFO STEP 581 (remove_files) COMPLETE
56922024-10-19T04:07:40.048Z[ recovery-image] Oct 19 04:07:38.597 INFO O| Oct 19 04:07:38.597 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-19T04:07:40.057Z[ recovery-image] Oct 19 04:07:38.607 INFO O| Oct 19 04:07:38.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56942024-10-19T04:07:40.057Z[ recovery-image] Oct 19 04:07:38.607 INFO O| Oct 19 04:07:38.607 INFO STEP 582 (remove_files) COMPLETE
56952024-10-19T04:07:40.059Z[ recovery-image] Oct 19 04:07:38.607 INFO O| Oct 19 04:07:38.607 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-19T04:07:40.067Z[ recovery-image] Oct 19 04:07:38.618 INFO O| Oct 19 04:07:38.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56972024-10-19T04:07:40.067Z[ recovery-image] Oct 19 04:07:38.618 INFO O| Oct 19 04:07:38.618 INFO STEP 583 (remove_files) COMPLETE
56982024-10-19T04:07:40.067Z[ recovery-image] Oct 19 04:07:38.618 INFO O| Oct 19 04:07:38.618 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-19T04:07:40.077Z[ recovery-image] Oct 19 04:07:38.628 INFO O| Oct 19 04:07:38.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57002024-10-19T04:07:40.077Z[ recovery-image] Oct 19 04:07:38.628 INFO O| Oct 19 04:07:38.628 INFO STEP 584 (remove_files) COMPLETE
57012024-10-19T04:07:40.077Z[ recovery-image] Oct 19 04:07:38.628 INFO O| Oct 19 04:07:38.628 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-19T04:07:40.087Z[ recovery-image] Oct 19 04:07:38.638 INFO O| Oct 19 04:07:38.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57032024-10-19T04:07:40.087Z[ recovery-image] Oct 19 04:07:38.638 INFO O| Oct 19 04:07:38.638 INFO STEP 585 (remove_files) COMPLETE
57042024-10-19T04:07:40.090Z[ recovery-image] Oct 19 04:07:38.638 INFO O| Oct 19 04:07:38.638 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-19T04:07:40.097Z[ recovery-image] Oct 19 04:07:38.647 INFO O| Oct 19 04:07:38.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57062024-10-19T04:07:40.099Z[ recovery-image] Oct 19 04:07:38.648 INFO O| Oct 19 04:07:38.647 INFO STEP 586 (remove_files) COMPLETE
57072024-10-19T04:07:40.099Z[ recovery-image] Oct 19 04:07:38.648 INFO O| Oct 19 04:07:38.647 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-19T04:07:40.107Z[ recovery-image] Oct 19 04:07:38.657 INFO O| Oct 19 04:07:38.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57092024-10-19T04:07:40.109Z[ recovery-image] Oct 19 04:07:38.658 INFO O| Oct 19 04:07:38.658 INFO STEP 587 (remove_files) COMPLETE
57102024-10-19T04:07:40.109Z[ recovery-image] Oct 19 04:07:38.658 INFO O| Oct 19 04:07:38.658 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-19T04:07:40.116Z[ recovery-image] Oct 19 04:07:38.667 INFO O| Oct 19 04:07:38.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57122024-10-19T04:07:40.119Z[ recovery-image] Oct 19 04:07:38.667 INFO O| Oct 19 04:07:38.667 INFO STEP 588 (remove_files) COMPLETE
57132024-10-19T04:07:40.119Z[ recovery-image] Oct 19 04:07:38.667 INFO O| Oct 19 04:07:38.667 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-19T04:07:40.129Z[ recovery-image] Oct 19 04:07:38.680 INFO O| Oct 19 04:07:38.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57152024-10-19T04:07:40.131Z[ recovery-image] Oct 19 04:07:38.680 INFO O| Oct 19 04:07:38.680 INFO STEP 589 (remove_files) COMPLETE
57162024-10-19T04:07:40.131Z[ recovery-image] Oct 19 04:07:38.680 INFO O| Oct 19 04:07:38.680 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-19T04:07:40.144Z[ recovery-image] Oct 19 04:07:38.695 INFO O| Oct 19 04:07:38.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57182024-10-19T04:07:40.146Z[ recovery-image] Oct 19 04:07:38.695 INFO O| Oct 19 04:07:38.695 INFO STEP 590 (remove_files) COMPLETE
57192024-10-19T04:07:40.146Z[ recovery-image] Oct 19 04:07:38.695 INFO O| Oct 19 04:07:38.695 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-10-19T04:07:40.158Z[ recovery-image] Oct 19 04:07:38.709 INFO O| Oct 19 04:07:38.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57212024-10-19T04:07:40.161Z[ recovery-image] Oct 19 04:07:38.709 INFO O| Oct 19 04:07:38.709 INFO STEP 591 (remove_files) COMPLETE
57222024-10-19T04:07:40.161Z[ recovery-image] Oct 19 04:07:38.709 INFO O| Oct 19 04:07:38.709 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-10-19T04:07:40.173Z[ recovery-image] Oct 19 04:07:38.724 INFO O| Oct 19 04:07:38.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57242024-10-19T04:07:40.176Z[ recovery-image] Oct 19 04:07:38.724 INFO O| Oct 19 04:07:38.724 INFO STEP 592 (remove_files) COMPLETE
57252024-10-19T04:07:40.176Z[ recovery-image] Oct 19 04:07:38.724 INFO O| Oct 19 04:07:38.724 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-10-19T04:07:40.188Z[ recovery-image] Oct 19 04:07:38.739 INFO O| Oct 19 04:07:38.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57272024-10-19T04:07:40.190Z[ recovery-image] Oct 19 04:07:38.739 INFO O| Oct 19 04:07:38.739 INFO STEP 593 (remove_files) COMPLETE
57282024-10-19T04:07:40.190Z[ recovery-image] Oct 19 04:07:38.739 INFO O| Oct 19 04:07:38.739 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-10-19T04:07:40.203Z[ recovery-image] Oct 19 04:07:38.754 INFO O| Oct 19 04:07:38.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57302024-10-19T04:07:40.206Z[ recovery-image] Oct 19 04:07:38.754 INFO O| Oct 19 04:07:38.754 INFO STEP 594 (remove_files) COMPLETE
57312024-10-19T04:07:40.206Z[ recovery-image] Oct 19 04:07:38.754 INFO O| Oct 19 04:07:38.754 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-10-19T04:07:40.218Z[ recovery-image] Oct 19 04:07:38.769 INFO O| Oct 19 04:07:38.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57332024-10-19T04:07:40.220Z[ recovery-image] Oct 19 04:07:38.769 INFO O| Oct 19 04:07:38.769 INFO STEP 595 (remove_files) COMPLETE
57342024-10-19T04:07:40.220Z[ recovery-image] Oct 19 04:07:38.769 INFO O| Oct 19 04:07:38.769 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-10-19T04:07:40.233Z[ recovery-image] Oct 19 04:07:38.783 INFO O| Oct 19 04:07:38.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57362024-10-19T04:07:40.235Z[ recovery-image] Oct 19 04:07:38.783 INFO O| Oct 19 04:07:38.783 INFO STEP 596 (remove_files) COMPLETE
57372024-10-19T04:07:40.235Z[ recovery-image] Oct 19 04:07:38.783 INFO O| Oct 19 04:07:38.783 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-10-19T04:07:40.250Z[ recovery-image] Oct 19 04:07:38.801 INFO O| Oct 19 04:07:38.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57392024-10-19T04:07:40.253Z[ recovery-image] Oct 19 04:07:38.801 INFO O| Oct 19 04:07:38.801 INFO STEP 597 (remove_files) COMPLETE
57402024-10-19T04:07:40.253Z[ recovery-image] Oct 19 04:07:38.801 INFO O| Oct 19 04:07:38.801 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-10-19T04:07:40.268Z[ recovery-image] Oct 19 04:07:38.819 INFO O| Oct 19 04:07:38.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57422024-10-19T04:07:40.270Z[ recovery-image] Oct 19 04:07:38.819 INFO O| Oct 19 04:07:38.819 INFO STEP 598 (remove_files) COMPLETE
57432024-10-19T04:07:40.270Z[ recovery-image] Oct 19 04:07:38.819 INFO O| Oct 19 04:07:38.819 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-10-19T04:07:40.285Z[ recovery-image] Oct 19 04:07:38.835 INFO O| Oct 19 04:07:38.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57452024-10-19T04:07:40.285Z[ recovery-image] Oct 19 04:07:38.836 INFO O| Oct 19 04:07:38.835 INFO STEP 599 (remove_files) COMPLETE
57462024-10-19T04:07:40.287Z[ recovery-image] Oct 19 04:07:38.836 INFO O| Oct 19 04:07:38.836 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-10-19T04:07:40.303Z[ recovery-image] Oct 19 04:07:38.853 INFO O| Oct 19 04:07:38.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57482024-10-19T04:07:40.305Z[ recovery-image] Oct 19 04:07:38.854 INFO O| Oct 19 04:07:38.854 INFO STEP 600 (remove_files) COMPLETE
57492024-10-19T04:07:40.305Z[ recovery-image] Oct 19 04:07:38.854 INFO O| Oct 19 04:07:38.854 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-10-19T04:07:40.319Z[ recovery-image] Oct 19 04:07:38.870 INFO O| Oct 19 04:07:38.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57512024-10-19T04:07:40.321Z[ recovery-image] Oct 19 04:07:38.870 INFO O| Oct 19 04:07:38.870 INFO STEP 601 (remove_files) COMPLETE
57522024-10-19T04:07:40.322Z[ recovery-image] Oct 19 04:07:38.870 INFO O| Oct 19 04:07:38.870 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-10-19T04:07:40.337Z[ recovery-image] Oct 19 04:07:38.888 INFO O| Oct 19 04:07:38.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57542024-10-19T04:07:40.337Z[ recovery-image] Oct 19 04:07:38.888 INFO O| Oct 19 04:07:38.888 INFO STEP 602 (remove_files) COMPLETE
57552024-10-19T04:07:40.337Z[ recovery-image] Oct 19 04:07:38.888 INFO O| Oct 19 04:07:38.888 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-10-19T04:07:40.350Z[ recovery-image] Oct 19 04:07:38.901 INFO O| Oct 19 04:07:38.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57572024-10-19T04:07:40.353Z[ recovery-image] Oct 19 04:07:38.901 INFO O| Oct 19 04:07:38.901 INFO STEP 603 (remove_files) COMPLETE
57582024-10-19T04:07:40.353Z[ recovery-image] Oct 19 04:07:38.901 INFO O| Oct 19 04:07:38.901 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-10-19T04:07:40.360Z[ recovery-image] Oct 19 04:07:38.910 INFO O| Oct 19 04:07:38.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57602024-10-19T04:07:40.360Z[ recovery-image] Oct 19 04:07:38.910 INFO O| Oct 19 04:07:38.910 INFO STEP 604 (remove_files) COMPLETE
57612024-10-19T04:07:40.363Z[ recovery-image] Oct 19 04:07:38.910 INFO O| Oct 19 04:07:38.910 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-10-19T04:07:40.369Z[ recovery-image] Oct 19 04:07:38.920 INFO O| Oct 19 04:07:38.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57632024-10-19T04:07:40.372Z[ recovery-image] Oct 19 04:07:38.920 INFO O| Oct 19 04:07:38.920 INFO STEP 605 (remove_files) COMPLETE
57642024-10-19T04:07:40.372Z[ recovery-image] Oct 19 04:07:38.920 INFO O| Oct 19 04:07:38.920 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-10-19T04:07:40.379Z[ recovery-image] Oct 19 04:07:38.929 INFO O| Oct 19 04:07:38.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57662024-10-19T04:07:40.379Z[ recovery-image] Oct 19 04:07:38.930 INFO O| Oct 19 04:07:38.929 INFO STEP 606 (remove_files) COMPLETE
57672024-10-19T04:07:40.381Z[ recovery-image] Oct 19 04:07:38.930 INFO O| Oct 19 04:07:38.930 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-10-19T04:07:40.390Z[ recovery-image] Oct 19 04:07:38.941 INFO O| Oct 19 04:07:38.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57692024-10-19T04:07:40.390Z[ recovery-image] Oct 19 04:07:38.941 INFO O| Oct 19 04:07:38.941 INFO STEP 607 (remove_files) COMPLETE
57702024-10-19T04:07:40.390Z[ recovery-image] Oct 19 04:07:38.941 INFO O| Oct 19 04:07:38.941 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-10-19T04:07:40.401Z[ recovery-image] Oct 19 04:07:38.951 INFO O| Oct 19 04:07:38.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57722024-10-19T04:07:40.401Z[ recovery-image] Oct 19 04:07:38.951 INFO O| Oct 19 04:07:38.951 INFO STEP 608 (remove_files) COMPLETE
57732024-10-19T04:07:40.403Z[ recovery-image] Oct 19 04:07:38.951 INFO O| Oct 19 04:07:38.951 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-10-19T04:07:40.411Z[ recovery-image] Oct 19 04:07:38.961 INFO O| Oct 19 04:07:38.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57752024-10-19T04:07:40.413Z[ recovery-image] Oct 19 04:07:38.961 INFO O| Oct 19 04:07:38.961 INFO STEP 609 (remove_files) COMPLETE
57762024-10-19T04:07:40.413Z[ recovery-image] Oct 19 04:07:38.962 INFO O| Oct 19 04:07:38.961 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-10-19T04:07:40.421Z[ recovery-image] Oct 19 04:07:38.972 INFO O| Oct 19 04:07:38.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57782024-10-19T04:07:40.421Z[ recovery-image] Oct 19 04:07:38.972 INFO O| Oct 19 04:07:38.972 INFO STEP 610 (remove_files) COMPLETE
57792024-10-19T04:07:40.421Z[ recovery-image] Oct 19 04:07:38.972 INFO O| Oct 19 04:07:38.972 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-10-19T04:07:40.431Z[ recovery-image] Oct 19 04:07:38.982 INFO O| Oct 19 04:07:38.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57812024-10-19T04:07:40.434Z[ recovery-image] Oct 19 04:07:38.982 INFO O| Oct 19 04:07:38.982 INFO STEP 611 (remove_files) COMPLETE
57822024-10-19T04:07:40.434Z[ recovery-image] Oct 19 04:07:38.982 INFO O| Oct 19 04:07:38.982 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-10-19T04:07:40.442Z[ recovery-image] Oct 19 04:07:38.992 INFO O| Oct 19 04:07:38.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57842024-10-19T04:07:40.444Z[ recovery-image] Oct 19 04:07:38.993 INFO O| Oct 19 04:07:38.993 INFO STEP 612 (remove_files) COMPLETE
57852024-10-19T04:07:40.444Z[ recovery-image] Oct 19 04:07:38.993 INFO O| Oct 19 04:07:38.993 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-10-19T04:07:40.453Z[ recovery-image] Oct 19 04:07:39.003 INFO O| Oct 19 04:07:39.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57872024-10-19T04:07:40.453Z[ recovery-image] Oct 19 04:07:39.004 INFO O| Oct 19 04:07:39.004 INFO STEP 613 (remove_files) COMPLETE
57882024-10-19T04:07:40.456Z[ recovery-image] Oct 19 04:07:39.004 INFO O| Oct 19 04:07:39.004 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-10-19T04:07:40.465Z[ recovery-image] Oct 19 04:07:39.016 INFO O| Oct 19 04:07:39.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57902024-10-19T04:07:40.465Z[ recovery-image] Oct 19 04:07:39.016 INFO O| Oct 19 04:07:39.016 INFO STEP 614 (remove_files) COMPLETE
57912024-10-19T04:07:40.468Z[ recovery-image] Oct 19 04:07:39.016 INFO O| Oct 19 04:07:39.016 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-10-19T04:07:40.477Z[ recovery-image] Oct 19 04:07:39.027 INFO O| Oct 19 04:07:39.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57932024-10-19T04:07:40.479Z[ recovery-image] Oct 19 04:07:39.029 INFO O| Oct 19 04:07:39.029 INFO STEP 615 (remove_files) COMPLETE
57942024-10-19T04:07:40.479Z[ recovery-image] Oct 19 04:07:39.029 INFO O| Oct 19 04:07:39.029 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-10-19T04:07:40.489Z[ recovery-image] Oct 19 04:07:39.039 INFO O| Oct 19 04:07:39.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57962024-10-19T04:07:40.491Z[ recovery-image] Oct 19 04:07:39.040 INFO O| Oct 19 04:07:39.040 INFO STEP 616 (remove_files) COMPLETE
57972024-10-19T04:07:40.491Z[ recovery-image] Oct 19 04:07:39.040 INFO O| Oct 19 04:07:39.040 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-10-19T04:07:40.499Z[ recovery-image] Oct 19 04:07:39.050 INFO O| Oct 19 04:07:39.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57992024-10-19T04:07:40.499Z[ recovery-image] Oct 19 04:07:39.050 INFO O| Oct 19 04:07:39.050 INFO STEP 617 (remove_files) COMPLETE
58002024-10-19T04:07:40.501Z[ recovery-image] Oct 19 04:07:39.050 INFO O| Oct 19 04:07:39.050 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-10-19T04:07:40.509Z[ recovery-image] Oct 19 04:07:39.059 INFO O| Oct 19 04:07:39.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58022024-10-19T04:07:40.509Z[ recovery-image] Oct 19 04:07:39.059 INFO O| Oct 19 04:07:39.059 INFO STEP 618 (remove_files) COMPLETE
58032024-10-19T04:07:40.511Z[ recovery-image] Oct 19 04:07:39.059 INFO O| Oct 19 04:07:39.059 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-10-19T04:07:40.518Z[ recovery-image] Oct 19 04:07:39.069 INFO O| Oct 19 04:07:39.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58052024-10-19T04:07:40.521Z[ recovery-image] Oct 19 04:07:39.069 INFO O| Oct 19 04:07:39.069 INFO STEP 619 (remove_files) COMPLETE
58062024-10-19T04:07:40.521Z[ recovery-image] Oct 19 04:07:39.069 INFO O| Oct 19 04:07:39.069 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-10-19T04:07:40.528Z[ recovery-image] Oct 19 04:07:39.079 INFO O| Oct 19 04:07:39.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58082024-10-19T04:07:40.528Z[ recovery-image] Oct 19 04:07:39.079 INFO O| Oct 19 04:07:39.079 INFO STEP 620 (remove_files) COMPLETE
58092024-10-19T04:07:40.530Z[ recovery-image] Oct 19 04:07:39.079 INFO O| Oct 19 04:07:39.079 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-10-19T04:07:40.538Z[ recovery-image] Oct 19 04:07:39.088 INFO O| Oct 19 04:07:39.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58112024-10-19T04:07:40.538Z[ recovery-image] Oct 19 04:07:39.088 INFO O| Oct 19 04:07:39.088 INFO STEP 621 (remove_files) COMPLETE
58122024-10-19T04:07:40.540Z[ recovery-image] Oct 19 04:07:39.088 INFO O| Oct 19 04:07:39.088 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-10-19T04:07:40.547Z[ recovery-image] Oct 19 04:07:39.098 INFO O| Oct 19 04:07:39.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58142024-10-19T04:07:40.547Z[ recovery-image] Oct 19 04:07:39.098 INFO O| Oct 19 04:07:39.098 INFO STEP 622 (remove_files) COMPLETE
58152024-10-19T04:07:40.550Z[ recovery-image] Oct 19 04:07:39.098 INFO O| Oct 19 04:07:39.098 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-10-19T04:07:40.557Z[ recovery-image] Oct 19 04:07:39.108 INFO O| Oct 19 04:07:39.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58172024-10-19T04:07:40.560Z[ recovery-image] Oct 19 04:07:39.108 INFO O| Oct 19 04:07:39.108 INFO STEP 623 (remove_files) COMPLETE
58182024-10-19T04:07:40.560Z[ recovery-image] Oct 19 04:07:39.108 INFO O| Oct 19 04:07:39.108 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-10-19T04:07:40.567Z[ recovery-image] Oct 19 04:07:39.117 INFO O| Oct 19 04:07:39.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58202024-10-19T04:07:40.569Z[ recovery-image] Oct 19 04:07:39.117 INFO O| Oct 19 04:07:39.117 INFO STEP 624 (remove_files) COMPLETE
58212024-10-19T04:07:40.569Z[ recovery-image] Oct 19 04:07:39.117 INFO O| Oct 19 04:07:39.117 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-10-19T04:07:40.576Z[ recovery-image] Oct 19 04:07:39.127 INFO O| Oct 19 04:07:39.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58232024-10-19T04:07:40.579Z[ recovery-image] Oct 19 04:07:39.127 INFO O| Oct 19 04:07:39.127 INFO STEP 625 (remove_files) COMPLETE
58242024-10-19T04:07:40.579Z[ recovery-image] Oct 19 04:07:39.127 INFO O| Oct 19 04:07:39.127 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-10-19T04:07:40.586Z[ recovery-image] Oct 19 04:07:39.136 INFO O| Oct 19 04:07:39.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58262024-10-19T04:07:40.586Z[ recovery-image] Oct 19 04:07:39.137 INFO O| Oct 19 04:07:39.137 INFO STEP 626 (remove_files) COMPLETE
58272024-10-19T04:07:40.588Z[ recovery-image] Oct 19 04:07:39.137 INFO O| Oct 19 04:07:39.137 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-10-19T04:07:40.595Z[ recovery-image] Oct 19 04:07:39.146 INFO O| Oct 19 04:07:39.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58292024-10-19T04:07:40.598Z[ recovery-image] Oct 19 04:07:39.146 INFO O| Oct 19 04:07:39.146 INFO STEP 627 (remove_files) COMPLETE
58302024-10-19T04:07:40.598Z[ recovery-image] Oct 19 04:07:39.146 INFO O| Oct 19 04:07:39.146 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-10-19T04:07:40.605Z[ recovery-image] Oct 19 04:07:39.156 INFO O| Oct 19 04:07:39.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58322024-10-19T04:07:40.605Z[ recovery-image] Oct 19 04:07:39.156 INFO O| Oct 19 04:07:39.156 INFO STEP 628 (remove_files) COMPLETE
58332024-10-19T04:07:40.607Z[ recovery-image] Oct 19 04:07:39.156 INFO O| Oct 19 04:07:39.156 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-10-19T04:07:40.615Z[ recovery-image] Oct 19 04:07:39.165 INFO O| Oct 19 04:07:39.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58352024-10-19T04:07:40.617Z[ recovery-image] Oct 19 04:07:39.165 INFO O| Oct 19 04:07:39.165 INFO STEP 629 (remove_files) COMPLETE
58362024-10-19T04:07:40.617Z[ recovery-image] Oct 19 04:07:39.165 INFO O| Oct 19 04:07:39.165 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-10-19T04:07:40.624Z[ recovery-image] Oct 19 04:07:39.175 INFO O| Oct 19 04:07:39.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58382024-10-19T04:07:40.624Z[ recovery-image] Oct 19 04:07:39.175 INFO O| Oct 19 04:07:39.175 INFO STEP 630 (remove_files) COMPLETE
58392024-10-19T04:07:40.626Z[ recovery-image] Oct 19 04:07:39.175 INFO O| Oct 19 04:07:39.175 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-10-19T04:07:40.634Z[ recovery-image] Oct 19 04:07:39.185 INFO O| Oct 19 04:07:39.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58412024-10-19T04:07:40.634Z[ recovery-image] Oct 19 04:07:39.185 INFO O| Oct 19 04:07:39.185 INFO STEP 631 (remove_files) COMPLETE
58422024-10-19T04:07:40.636Z[ recovery-image] Oct 19 04:07:39.185 INFO O| Oct 19 04:07:39.185 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-10-19T04:07:40.644Z[ recovery-image] Oct 19 04:07:39.194 INFO O| Oct 19 04:07:39.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58442024-10-19T04:07:40.644Z[ recovery-image] Oct 19 04:07:39.194 INFO O| Oct 19 04:07:39.194 INFO STEP 632 (remove_files) COMPLETE
58452024-10-19T04:07:40.646Z[ recovery-image] Oct 19 04:07:39.194 INFO O| Oct 19 04:07:39.194 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-10-19T04:07:40.653Z[ recovery-image] Oct 19 04:07:39.204 INFO O| Oct 19 04:07:39.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58472024-10-19T04:07:40.656Z[ recovery-image] Oct 19 04:07:39.204 INFO O| Oct 19 04:07:39.204 INFO STEP 633 (remove_files) COMPLETE
58482024-10-19T04:07:40.656Z[ recovery-image] Oct 19 04:07:39.204 INFO O| Oct 19 04:07:39.204 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-10-19T04:07:40.663Z[ recovery-image] Oct 19 04:07:39.214 INFO O| Oct 19 04:07:39.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58502024-10-19T04:07:40.663Z[ recovery-image] Oct 19 04:07:39.214 INFO O| Oct 19 04:07:39.214 INFO STEP 634 (remove_files) COMPLETE
58512024-10-19T04:07:40.665Z[ recovery-image] Oct 19 04:07:39.214 INFO O| Oct 19 04:07:39.214 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-10-19T04:07:40.672Z[ recovery-image] Oct 19 04:07:39.223 INFO O| Oct 19 04:07:39.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58532024-10-19T04:07:40.672Z[ recovery-image] Oct 19 04:07:39.223 INFO O| Oct 19 04:07:39.223 INFO STEP 635 (remove_files) COMPLETE
58542024-10-19T04:07:40.672Z[ recovery-image] Oct 19 04:07:39.223 INFO O| Oct 19 04:07:39.223 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-10-19T04:07:40.682Z[ recovery-image] Oct 19 04:07:39.233 INFO O| Oct 19 04:07:39.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58562024-10-19T04:07:40.684Z[ recovery-image] Oct 19 04:07:39.234 INFO O| Oct 19 04:07:39.234 INFO STEP 636 (remove_files) COMPLETE
58572024-10-19T04:07:40.684Z[ recovery-image] Oct 19 04:07:39.234 INFO O| Oct 19 04:07:39.234 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-10-19T04:07:40.693Z[ recovery-image] Oct 19 04:07:39.243 INFO O| Oct 19 04:07:39.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58592024-10-19T04:07:40.693Z[ recovery-image] Oct 19 04:07:39.244 INFO O| Oct 19 04:07:39.243 INFO STEP 637 (remove_files) COMPLETE
58602024-10-19T04:07:40.695Z[ recovery-image] Oct 19 04:07:39.244 INFO O| Oct 19 04:07:39.244 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-10-19T04:07:40.702Z[ recovery-image] Oct 19 04:07:39.253 INFO O| Oct 19 04:07:39.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58622024-10-19T04:07:40.704Z[ recovery-image] Oct 19 04:07:39.253 INFO O| Oct 19 04:07:39.253 INFO STEP 638 (remove_files) COMPLETE
58632024-10-19T04:07:40.704Z[ recovery-image] Oct 19 04:07:39.253 INFO O| Oct 19 04:07:39.253 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-10-19T04:07:40.712Z[ recovery-image] Oct 19 04:07:39.263 INFO O| Oct 19 04:07:39.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58652024-10-19T04:07:40.714Z[ recovery-image] Oct 19 04:07:39.263 INFO O| Oct 19 04:07:39.263 INFO STEP 639 (remove_files) COMPLETE
58662024-10-19T04:07:40.714Z[ recovery-image] Oct 19 04:07:39.263 INFO O| Oct 19 04:07:39.263 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-10-19T04:07:40.721Z[ recovery-image] Oct 19 04:07:39.272 INFO O| Oct 19 04:07:39.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58682024-10-19T04:07:40.721Z[ recovery-image] Oct 19 04:07:39.272 INFO O| Oct 19 04:07:39.272 INFO STEP 640 (remove_files) COMPLETE
58692024-10-19T04:07:40.724Z[ recovery-image] Oct 19 04:07:39.272 INFO O| Oct 19 04:07:39.272 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-10-19T04:07:40.731Z[ recovery-image] Oct 19 04:07:39.282 INFO O| Oct 19 04:07:39.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58712024-10-19T04:07:40.731Z[ recovery-image] Oct 19 04:07:39.282 INFO O| Oct 19 04:07:39.282 INFO STEP 641 (remove_files) COMPLETE
58722024-10-19T04:07:40.731Z[ recovery-image] Oct 19 04:07:39.282 INFO O| Oct 19 04:07:39.282 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-10-19T04:07:40.743Z[ recovery-image] Oct 19 04:07:39.293 INFO O| Oct 19 04:07:39.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58742024-10-19T04:07:40.743Z[ recovery-image] Oct 19 04:07:39.293 INFO O| Oct 19 04:07:39.293 INFO STEP 642 (remove_files) COMPLETE
58752024-10-19T04:07:40.743Z[ recovery-image] Oct 19 04:07:39.293 INFO O| Oct 19 04:07:39.293 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-10-19T04:07:40.752Z[ recovery-image] Oct 19 04:07:39.303 INFO O| Oct 19 04:07:39.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58772024-10-19T04:07:40.755Z[ recovery-image] Oct 19 04:07:39.303 INFO O| Oct 19 04:07:39.303 INFO STEP 643 (remove_files) COMPLETE
58782024-10-19T04:07:40.755Z[ recovery-image] Oct 19 04:07:39.303 INFO O| Oct 19 04:07:39.303 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-10-19T04:07:40.762Z[ recovery-image] Oct 19 04:07:39.313 INFO O| Oct 19 04:07:39.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58802024-10-19T04:07:40.765Z[ recovery-image] Oct 19 04:07:39.313 INFO O| Oct 19 04:07:39.313 INFO STEP 644 (remove_files) COMPLETE
58812024-10-19T04:07:40.765Z[ recovery-image] Oct 19 04:07:39.313 INFO O| Oct 19 04:07:39.313 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-10-19T04:07:40.773Z[ recovery-image] Oct 19 04:07:39.324 INFO O| Oct 19 04:07:39.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58832024-10-19T04:07:40.773Z[ recovery-image] Oct 19 04:07:39.324 INFO O| Oct 19 04:07:39.324 INFO STEP 645 (remove_files) COMPLETE
58842024-10-19T04:07:40.776Z[ recovery-image] Oct 19 04:07:39.324 INFO O| Oct 19 04:07:39.324 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-10-19T04:07:40.783Z[ recovery-image] Oct 19 04:07:39.333 INFO O| Oct 19 04:07:39.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58862024-10-19T04:07:40.785Z[ recovery-image] Oct 19 04:07:39.334 INFO O| Oct 19 04:07:39.334 INFO STEP 646 (remove_files) COMPLETE
58872024-10-19T04:07:40.785Z[ recovery-image] Oct 19 04:07:39.334 INFO O| Oct 19 04:07:39.334 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-10-19T04:07:40.793Z[ recovery-image] Oct 19 04:07:39.343 INFO O| Oct 19 04:07:39.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58892024-10-19T04:07:40.793Z[ recovery-image] Oct 19 04:07:39.343 INFO O| Oct 19 04:07:39.343 INFO STEP 647 (remove_files) COMPLETE
58902024-10-19T04:07:40.795Z[ recovery-image] Oct 19 04:07:39.343 INFO O| Oct 19 04:07:39.343 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-10-19T04:07:40.806Z[ recovery-image] Oct 19 04:07:39.357 INFO O| Oct 19 04:07:39.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58922024-10-19T04:07:40.806Z[ recovery-image] Oct 19 04:07:39.357 INFO O| Oct 19 04:07:39.357 INFO STEP 648 (remove_files) COMPLETE
58932024-10-19T04:07:40.809Z[ recovery-image] Oct 19 04:07:39.357 INFO O| Oct 19 04:07:39.357 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-10-19T04:07:40.817Z[ recovery-image] Oct 19 04:07:39.368 INFO O| Oct 19 04:07:39.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58952024-10-19T04:07:40.817Z[ recovery-image] Oct 19 04:07:39.368 INFO O| Oct 19 04:07:39.368 INFO STEP 649 (remove_files) COMPLETE
58962024-10-19T04:07:40.819Z[ recovery-image] Oct 19 04:07:39.368 INFO O| Oct 19 04:07:39.368 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-10-19T04:07:40.828Z[ recovery-image] Oct 19 04:07:39.378 INFO O| Oct 19 04:07:39.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58982024-10-19T04:07:40.830Z[ recovery-image] Oct 19 04:07:39.378 INFO O| Oct 19 04:07:39.378 INFO STEP 650 (remove_files) COMPLETE
58992024-10-19T04:07:40.830Z[ recovery-image] Oct 19 04:07:39.378 INFO O| Oct 19 04:07:39.378 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-10-19T04:07:40.840Z[ recovery-image] Oct 19 04:07:39.390 INFO O| Oct 19 04:07:39.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59012024-10-19T04:07:40.842Z[ recovery-image] Oct 19 04:07:39.390 INFO O| Oct 19 04:07:39.390 INFO STEP 651 (remove_files) COMPLETE
59022024-10-19T04:07:40.842Z[ recovery-image] Oct 19 04:07:39.390 INFO O| Oct 19 04:07:39.390 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-10-19T04:07:40.852Z[ recovery-image] Oct 19 04:07:39.403 INFO O| Oct 19 04:07:39.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59042024-10-19T04:07:40.854Z[ recovery-image] Oct 19 04:07:39.403 INFO O| Oct 19 04:07:39.403 INFO STEP 652 (remove_files) COMPLETE
59052024-10-19T04:07:40.854Z[ recovery-image] Oct 19 04:07:39.403 INFO O| Oct 19 04:07:39.403 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-10-19T04:07:40.863Z[ recovery-image] Oct 19 04:07:39.414 INFO O| Oct 19 04:07:39.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59072024-10-19T04:07:40.863Z[ recovery-image] Oct 19 04:07:39.414 INFO O| Oct 19 04:07:39.414 INFO STEP 653 (remove_files) COMPLETE
59082024-10-19T04:07:40.866Z[ recovery-image] Oct 19 04:07:39.414 INFO O| Oct 19 04:07:39.414 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-10-19T04:07:40.876Z[ recovery-image] Oct 19 04:07:39.427 INFO O| Oct 19 04:07:39.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59102024-10-19T04:07:40.876Z[ recovery-image] Oct 19 04:07:39.427 INFO O| Oct 19 04:07:39.427 INFO STEP 654 (remove_files) COMPLETE
59112024-10-19T04:07:40.876Z[ recovery-image] Oct 19 04:07:39.427 INFO O| Oct 19 04:07:39.427 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-10-19T04:07:40.889Z[ recovery-image] Oct 19 04:07:39.439 INFO O| Oct 19 04:07:39.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59132024-10-19T04:07:40.891Z[ recovery-image] Oct 19 04:07:39.439 INFO O| Oct 19 04:07:39.439 INFO STEP 655 (remove_files) COMPLETE
59142024-10-19T04:07:40.891Z[ recovery-image] Oct 19 04:07:39.439 INFO O| Oct 19 04:07:39.439 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-10-19T04:07:40.900Z[ recovery-image] Oct 19 04:07:39.451 INFO O| Oct 19 04:07:39.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59162024-10-19T04:07:40.900Z[ recovery-image] Oct 19 04:07:39.451 INFO O| Oct 19 04:07:39.451 INFO STEP 656 (remove_files) COMPLETE
59172024-10-19T04:07:40.902Z[ recovery-image] Oct 19 04:07:39.451 INFO O| Oct 19 04:07:39.451 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-10-19T04:07:40.911Z[ recovery-image] Oct 19 04:07:39.462 INFO O| Oct 19 04:07:39.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59192024-10-19T04:07:40.911Z[ recovery-image] Oct 19 04:07:39.462 INFO O| Oct 19 04:07:39.462 INFO STEP 657 (remove_files) COMPLETE
59202024-10-19T04:07:40.913Z[ recovery-image] Oct 19 04:07:39.462 INFO O| Oct 19 04:07:39.462 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-10-19T04:07:40.922Z[ recovery-image] Oct 19 04:07:39.472 INFO O| Oct 19 04:07:39.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59222024-10-19T04:07:40.924Z[ recovery-image] Oct 19 04:07:39.472 INFO O| Oct 19 04:07:39.472 INFO STEP 658 (remove_files) COMPLETE
59232024-10-19T04:07:40.924Z[ recovery-image] Oct 19 04:07:39.472 INFO O| Oct 19 04:07:39.472 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-10-19T04:07:40.932Z[ recovery-image] Oct 19 04:07:39.482 INFO O| Oct 19 04:07:39.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59252024-10-19T04:07:40.934Z[ recovery-image] Oct 19 04:07:39.482 INFO O| Oct 19 04:07:39.482 INFO STEP 659 (remove_files) COMPLETE
59262024-10-19T04:07:40.934Z[ recovery-image] Oct 19 04:07:39.482 INFO O| Oct 19 04:07:39.482 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-10-19T04:07:40.941Z[ recovery-image] Oct 19 04:07:39.492 INFO O| Oct 19 04:07:39.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59282024-10-19T04:07:40.941Z[ recovery-image] Oct 19 04:07:39.492 INFO O| Oct 19 04:07:39.492 INFO STEP 660 (remove_files) COMPLETE
59292024-10-19T04:07:40.941Z[ recovery-image] Oct 19 04:07:39.492 INFO O| Oct 19 04:07:39.492 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-10-19T04:07:40.951Z[ recovery-image] Oct 19 04:07:39.502 INFO O| Oct 19 04:07:39.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59312024-10-19T04:07:40.951Z[ recovery-image] Oct 19 04:07:39.502 INFO O| Oct 19 04:07:39.502 INFO STEP 661 (remove_files) COMPLETE
59322024-10-19T04:07:40.951Z[ recovery-image] Oct 19 04:07:39.502 INFO O| Oct 19 04:07:39.502 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-10-19T04:07:40.961Z[ recovery-image] Oct 19 04:07:39.511 INFO O| Oct 19 04:07:39.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59342024-10-19T04:07:40.963Z[ recovery-image] Oct 19 04:07:39.511 INFO O| Oct 19 04:07:39.511 INFO STEP 662 (remove_files) COMPLETE
59352024-10-19T04:07:40.963Z[ recovery-image] Oct 19 04:07:39.512 INFO O| Oct 19 04:07:39.511 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-10-19T04:07:40.970Z[ recovery-image] Oct 19 04:07:39.521 INFO O| Oct 19 04:07:39.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59372024-10-19T04:07:40.970Z[ recovery-image] Oct 19 04:07:39.521 INFO O| Oct 19 04:07:39.521 INFO STEP 663 (remove_files) COMPLETE
59382024-10-19T04:07:40.973Z[ recovery-image] Oct 19 04:07:39.521 INFO O| Oct 19 04:07:39.521 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-10-19T04:07:40.980Z[ recovery-image] Oct 19 04:07:39.531 INFO O| Oct 19 04:07:39.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59402024-10-19T04:07:40.983Z[ recovery-image] Oct 19 04:07:39.532 INFO O| Oct 19 04:07:39.532 INFO STEP 664 (remove_files) COMPLETE
59412024-10-19T04:07:40.983Z[ recovery-image] Oct 19 04:07:39.532 INFO O| Oct 19 04:07:39.532 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-10-19T04:07:40.991Z[ recovery-image] Oct 19 04:07:39.541 INFO O| Oct 19 04:07:39.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59432024-10-19T04:07:40.991Z[ recovery-image] Oct 19 04:07:39.541 INFO O| Oct 19 04:07:39.541 INFO STEP 665 (remove_files) COMPLETE
59442024-10-19T04:07:40.991Z[ recovery-image] Oct 19 04:07:39.541 INFO O| Oct 19 04:07:39.541 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-10-19T04:07:41.001Z[ recovery-image] Oct 19 04:07:39.551 INFO O| Oct 19 04:07:39.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59462024-10-19T04:07:41.003Z[ recovery-image] Oct 19 04:07:39.551 INFO O| Oct 19 04:07:39.551 INFO STEP 666 (remove_files) COMPLETE
59472024-10-19T04:07:41.003Z[ recovery-image] Oct 19 04:07:39.551 INFO O| Oct 19 04:07:39.551 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-10-19T04:07:41.010Z[ recovery-image] Oct 19 04:07:39.561 INFO O| Oct 19 04:07:39.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59492024-10-19T04:07:41.012Z[ recovery-image] Oct 19 04:07:39.561 INFO O| Oct 19 04:07:39.561 INFO STEP 667 (remove_files) COMPLETE
59502024-10-19T04:07:41.012Z[ recovery-image] Oct 19 04:07:39.561 INFO O| Oct 19 04:07:39.561 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-10-19T04:07:41.020Z[ recovery-image] Oct 19 04:07:39.570 INFO O| Oct 19 04:07:39.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59522024-10-19T04:07:41.022Z[ recovery-image] Oct 19 04:07:39.571 INFO O| Oct 19 04:07:39.570 INFO STEP 668 (remove_files) COMPLETE
59532024-10-19T04:07:41.022Z[ recovery-image] Oct 19 04:07:39.571 INFO O| Oct 19 04:07:39.571 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-10-19T04:07:41.030Z[ recovery-image] Oct 19 04:07:39.580 INFO O| Oct 19 04:07:39.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59552024-10-19T04:07:41.030Z[ recovery-image] Oct 19 04:07:39.580 INFO O| Oct 19 04:07:39.580 INFO STEP 669 (remove_files) COMPLETE
59562024-10-19T04:07:41.030Z[ recovery-image] Oct 19 04:07:39.580 INFO O| Oct 19 04:07:39.580 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-10-19T04:07:41.039Z[ recovery-image] Oct 19 04:07:39.590 INFO O| Oct 19 04:07:39.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59582024-10-19T04:07:41.043Z[ recovery-image] Oct 19 04:07:39.594 INFO O| Oct 19 04:07:39.594 INFO STEP 670 (remove_files) COMPLETE
59592024-10-19T04:07:41.044Z[ recovery-image] Oct 19 04:07:39.594 INFO O| Oct 19 04:07:39.594 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-10-19T04:07:41.053Z[ recovery-image] Oct 19 04:07:39.604 INFO O| Oct 19 04:07:39.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59612024-10-19T04:07:41.055Z[ recovery-image] Oct 19 04:07:39.605 INFO O| Oct 19 04:07:39.605 INFO STEP 671 (remove_files) COMPLETE
59622024-10-19T04:07:41.055Z[ recovery-image] Oct 19 04:07:39.605 INFO O| Oct 19 04:07:39.605 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-10-19T04:07:41.064Z[ recovery-image] Oct 19 04:07:39.615 INFO O| Oct 19 04:07:39.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59642024-10-19T04:07:41.066Z[ recovery-image] Oct 19 04:07:39.615 INFO O| Oct 19 04:07:39.615 INFO STEP 672 (remove_files) COMPLETE
59652024-10-19T04:07:41.066Z[ recovery-image] Oct 19 04:07:39.615 INFO O| Oct 19 04:07:39.615 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-19T04:07:41.074Z[ recovery-image] Oct 19 04:07:39.624 INFO O| Oct 19 04:07:39.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59672024-10-19T04:07:41.074Z[ recovery-image] Oct 19 04:07:39.624 INFO O| Oct 19 04:07:39.624 INFO STEP 673 (remove_files) COMPLETE
59682024-10-19T04:07:41.076Z[ recovery-image] Oct 19 04:07:39.624 INFO O| Oct 19 04:07:39.624 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-19T04:07:41.083Z[ recovery-image] Oct 19 04:07:39.634 INFO O| Oct 19 04:07:39.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59702024-10-19T04:07:41.083Z[ recovery-image] Oct 19 04:07:39.634 INFO O| Oct 19 04:07:39.634 INFO STEP 674 (remove_files) COMPLETE
59712024-10-19T04:07:41.086Z[ recovery-image] Oct 19 04:07:39.634 INFO O| Oct 19 04:07:39.634 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-19T04:07:41.093Z[ recovery-image] Oct 19 04:07:39.644 INFO O| Oct 19 04:07:39.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59732024-10-19T04:07:41.093Z[ recovery-image] Oct 19 04:07:39.644 INFO O| Oct 19 04:07:39.644 INFO STEP 675 (remove_files) COMPLETE
59742024-10-19T04:07:41.093Z[ recovery-image] Oct 19 04:07:39.644 INFO O| Oct 19 04:07:39.644 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-10-19T04:07:41.103Z[ recovery-image] Oct 19 04:07:39.653 INFO O| Oct 19 04:07:39.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59762024-10-19T04:07:41.103Z[ recovery-image] Oct 19 04:07:39.653 INFO O| Oct 19 04:07:39.653 INFO STEP 676 (remove_files) COMPLETE
59772024-10-19T04:07:41.105Z[ recovery-image] Oct 19 04:07:39.653 INFO O| Oct 19 04:07:39.653 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-10-19T04:07:41.112Z[ recovery-image] Oct 19 04:07:39.663 INFO O| Oct 19 04:07:39.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59792024-10-19T04:07:41.114Z[ recovery-image] Oct 19 04:07:39.663 INFO O| Oct 19 04:07:39.663 INFO STEP 677 (remove_files) COMPLETE
59802024-10-19T04:07:41.114Z[ recovery-image] Oct 19 04:07:39.663 INFO O| Oct 19 04:07:39.663 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-10-19T04:07:41.122Z[ recovery-image] Oct 19 04:07:39.672 INFO O| Oct 19 04:07:39.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59822024-10-19T04:07:41.122Z[ recovery-image] Oct 19 04:07:39.672 INFO O| Oct 19 04:07:39.672 INFO STEP 678 (remove_files) COMPLETE
59832024-10-19T04:07:41.124Z[ recovery-image] Oct 19 04:07:39.672 INFO O| Oct 19 04:07:39.672 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-10-19T04:07:41.131Z[ recovery-image] Oct 19 04:07:39.682 INFO O| Oct 19 04:07:39.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59852024-10-19T04:07:41.131Z[ recovery-image] Oct 19 04:07:39.682 INFO O| Oct 19 04:07:39.682 INFO STEP 679 (remove_files) COMPLETE
59862024-10-19T04:07:41.133Z[ recovery-image] Oct 19 04:07:39.682 INFO O| Oct 19 04:07:39.682 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-10-19T04:07:41.141Z[ recovery-image] Oct 19 04:07:39.691 INFO O| Oct 19 04:07:39.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59882024-10-19T04:07:41.143Z[ recovery-image] Oct 19 04:07:39.691 INFO O| Oct 19 04:07:39.691 INFO STEP 680 (remove_files) COMPLETE
59892024-10-19T04:07:41.143Z[ recovery-image] Oct 19 04:07:39.691 INFO O| Oct 19 04:07:39.691 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-10-19T04:07:41.150Z[ recovery-image] Oct 19 04:07:39.701 INFO O| Oct 19 04:07:39.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59912024-10-19T04:07:41.152Z[ recovery-image] Oct 19 04:07:39.701 INFO O| Oct 19 04:07:39.701 INFO STEP 681 (remove_files) COMPLETE
59922024-10-19T04:07:41.152Z[ recovery-image] Oct 19 04:07:39.701 INFO O| Oct 19 04:07:39.701 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-10-19T04:07:41.160Z[ recovery-image] Oct 19 04:07:39.710 INFO O| Oct 19 04:07:39.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59942024-10-19T04:07:41.160Z[ recovery-image] Oct 19 04:07:39.710 INFO O| Oct 19 04:07:39.710 INFO STEP 682 (remove_files) COMPLETE
59952024-10-19T04:07:41.162Z[ recovery-image] Oct 19 04:07:39.711 INFO O| Oct 19 04:07:39.710 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-10-19T04:07:41.169Z[ recovery-image] Oct 19 04:07:39.720 INFO O| Oct 19 04:07:39.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59972024-10-19T04:07:41.169Z[ recovery-image] Oct 19 04:07:39.720 INFO O| Oct 19 04:07:39.720 INFO STEP 683 (remove_files) COMPLETE
59982024-10-19T04:07:41.172Z[ recovery-image] Oct 19 04:07:39.720 INFO O| Oct 19 04:07:39.720 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-10-19T04:07:41.176Z[ host-image] Oct 19 04:07:39.727 INFO O| Oct 19 04:07:39.727 INFO O| Planning: Solver setup ... Done
60002024-10-19T04:07:41.179Z[ recovery-image] Oct 19 04:07:39.729 INFO O| Oct 19 04:07:39.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60012024-10-19T04:07:41.181Z[ recovery-image] Oct 19 04:07:39.730 INFO O| Oct 19 04:07:39.730 INFO STEP 684 (remove_files) COMPLETE
60022024-10-19T04:07:41.181Z[ recovery-image] Oct 19 04:07:39.730 INFO O| Oct 19 04:07:39.730 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-10-19T04:07:41.181Z[ host-image] Oct 19 04:07:39.731 INFO O| Oct 19 04:07:39.731 INFO O| Planning: Running solver ... Done
60042024-10-19T04:07:41.189Z[ recovery-image] Oct 19 04:07:39.739 INFO O| Oct 19 04:07:39.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60052024-10-19T04:07:41.189Z[ recovery-image] Oct 19 04:07:39.740 INFO O| Oct 19 04:07:39.740 INFO STEP 685 (remove_files) COMPLETE
60062024-10-19T04:07:41.191Z[ recovery-image] Oct 19 04:07:39.740 INFO O| Oct 19 04:07:39.740 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-19T04:07:41.199Z[ recovery-image] Oct 19 04:07:39.749 INFO O| Oct 19 04:07:39.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60082024-10-19T04:07:41.199Z[ recovery-image] Oct 19 04:07:39.749 INFO O| Oct 19 04:07:39.749 INFO STEP 686 (remove_files) COMPLETE
60092024-10-19T04:07:41.201Z[ recovery-image] Oct 19 04:07:39.749 INFO O| Oct 19 04:07:39.749 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-19T04:07:41.209Z[ recovery-image] Oct 19 04:07:39.759 INFO O| Oct 19 04:07:39.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60112024-10-19T04:07:41.211Z[ recovery-image] Oct 19 04:07:39.760 INFO O| Oct 19 04:07:39.759 INFO STEP 687 (remove_files) COMPLETE
60122024-10-19T04:07:41.211Z[ recovery-image] Oct 19 04:07:39.760 INFO O| Oct 19 04:07:39.760 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-19T04:07:41.219Z[ recovery-image] Oct 19 04:07:39.769 INFO O| Oct 19 04:07:39.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60142024-10-19T04:07:41.219Z[ recovery-image] Oct 19 04:07:39.769 INFO O| Oct 19 04:07:39.769 INFO STEP 688 (remove_files) COMPLETE
60152024-10-19T04:07:41.220Z[ recovery-image] Oct 19 04:07:39.769 INFO O| Oct 19 04:07:39.769 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-19T04:07:41.228Z[ recovery-image] Oct 19 04:07:39.779 INFO O| Oct 19 04:07:39.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60172024-10-19T04:07:41.235Z[ recovery-image] Oct 19 04:07:39.779 INFO O| Oct 19 04:07:39.779 INFO STEP 689 (remove_files) COMPLETE
60182024-10-19T04:07:41.235Z[ recovery-image] Oct 19 04:07:39.779 INFO O| Oct 19 04:07:39.779 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-19T04:07:41.235Z[ host-image] Oct 19 04:07:39.781 INFO O| Oct 19 04:07:39.781 INFO O| Planning: Finding local manifests ... Done
60202024-10-19T04:07:41.235Z[ host-image] Oct 19 04:07:39.781 INFO O| Oct 19 04:07:39.781 INFO O| Planning: Fetching manifests: 0/1 0% complete
60212024-10-19T04:07:41.239Z[ recovery-image] Oct 19 04:07:39.789 INFO O| Oct 19 04:07:39.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60222024-10-19T04:07:41.239Z[ recovery-image] Oct 19 04:07:39.789 INFO O| Oct 19 04:07:39.789 INFO STEP 690 (remove_files) COMPLETE
60232024-10-19T04:07:41.239Z[ recovery-image] Oct 19 04:07:39.789 INFO O| Oct 19 04:07:39.789 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-10-19T04:07:41.247Z[ recovery-image] Oct 19 04:07:39.798 INFO O| Oct 19 04:07:39.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60252024-10-19T04:07:41.247Z[ recovery-image] Oct 19 04:07:39.798 INFO O| Oct 19 04:07:39.798 INFO STEP 691 (remove_files) COMPLETE
60262024-10-19T04:07:41.248Z[ recovery-image] Oct 19 04:07:39.798 INFO O| Oct 19 04:07:39.798 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-10-19T04:07:41.257Z[ recovery-image] Oct 19 04:07:39.808 INFO O| Oct 19 04:07:39.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60282024-10-19T04:07:41.259Z[ recovery-image] Oct 19 04:07:39.808 INFO O| Oct 19 04:07:39.808 INFO STEP 692 (remove_files) COMPLETE
60292024-10-19T04:07:41.259Z[ recovery-image] Oct 19 04:07:39.808 INFO O| Oct 19 04:07:39.808 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-10-19T04:07:41.267Z[ recovery-image] Oct 19 04:07:39.818 INFO O| Oct 19 04:07:39.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60312024-10-19T04:07:41.267Z[ recovery-image] Oct 19 04:07:39.818 INFO O| Oct 19 04:07:39.818 INFO STEP 693 (remove_files) COMPLETE
60322024-10-19T04:07:41.267Z[ recovery-image] Oct 19 04:07:39.818 INFO O| Oct 19 04:07:39.818 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-10-19T04:07:41.277Z[ recovery-image] Oct 19 04:07:39.828 INFO O| Oct 19 04:07:39.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60342024-10-19T04:07:41.277Z[ recovery-image] Oct 19 04:07:39.828 INFO O| Oct 19 04:07:39.828 INFO STEP 694 (remove_files) COMPLETE
60352024-10-19T04:07:41.279Z[ recovery-image] Oct 19 04:07:39.828 INFO O| Oct 19 04:07:39.828 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-10-19T04:07:41.288Z[ recovery-image] Oct 19 04:07:39.838 INFO O| Oct 19 04:07:39.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60372024-10-19T04:07:41.288Z[ recovery-image] Oct 19 04:07:39.838 INFO O| Oct 19 04:07:39.838 INFO STEP 695 (remove_files) COMPLETE
60382024-10-19T04:07:41.290Z[ recovery-image] Oct 19 04:07:39.838 INFO O| Oct 19 04:07:39.838 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-10-19T04:07:41.297Z[ recovery-image] Oct 19 04:07:39.848 INFO O| Oct 19 04:07:39.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60402024-10-19T04:07:41.299Z[ recovery-image] Oct 19 04:07:39.849 INFO O| Oct 19 04:07:39.849 INFO STEP 696 (remove_files) COMPLETE
60412024-10-19T04:07:41.299Z[ recovery-image] Oct 19 04:07:39.849 INFO O| Oct 19 04:07:39.849 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-10-19T04:07:41.308Z[ recovery-image] Oct 19 04:07:39.858 INFO O| Oct 19 04:07:39.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60432024-10-19T04:07:41.308Z[ recovery-image] Oct 19 04:07:39.858 INFO O| Oct 19 04:07:39.858 INFO STEP 697 (remove_files) COMPLETE
60442024-10-19T04:07:41.308Z[ recovery-image] Oct 19 04:07:39.858 INFO O| Oct 19 04:07:39.858 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-10-19T04:07:41.310Z[ host-image] Oct 19 04:07:39.860 INFO O| Oct 19 04:07:39.860 INFO O| Planning: Fetching manifests: 1/1 100% complete
60462024-10-19T04:07:41.318Z[ recovery-image] Oct 19 04:07:39.868 INFO O| Oct 19 04:07:39.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60472024-10-19T04:07:41.318Z[ recovery-image] Oct 19 04:07:39.868 INFO O| Oct 19 04:07:39.868 INFO STEP 698 (remove_files) COMPLETE
60482024-10-19T04:07:41.320Z[ recovery-image] Oct 19 04:07:39.868 INFO O| Oct 19 04:07:39.868 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-19T04:07:41.327Z[ host-image] Oct 19 04:07:39.878 INFO O| Oct 19 04:07:39.878 INFO O| Planning: Package planning ... Done
60502024-10-19T04:07:41.329Z[ host-image] Oct 19 04:07:39.878 INFO O| Oct 19 04:07:39.878 INFO O| Planning: Merging actions ... Done
60512024-10-19T04:07:41.329Z[ recovery-image] Oct 19 04:07:39.879 INFO O| Oct 19 04:07:39.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60522024-10-19T04:07:41.329Z[ recovery-image] Oct 19 04:07:39.879 INFO O| Oct 19 04:07:39.879 INFO STEP 699 (remove_files) COMPLETE
60532024-10-19T04:07:41.329Z[ recovery-image] Oct 19 04:07:39.879 INFO O| Oct 19 04:07:39.879 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-10-19T04:07:41.338Z[ recovery-image] Oct 19 04:07:39.888 INFO O| Oct 19 04:07:39.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60552024-10-19T04:07:41.338Z[ recovery-image] Oct 19 04:07:39.889 INFO O| Oct 19 04:07:39.888 INFO STEP 700 (remove_files) COMPLETE
60562024-10-19T04:07:41.340Z[ recovery-image] Oct 19 04:07:39.889 INFO O| Oct 19 04:07:39.888 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-10-19T04:07:41.348Z[ recovery-image] Oct 19 04:07:39.898 INFO O| Oct 19 04:07:39.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60582024-10-19T04:07:41.348Z[ recovery-image] Oct 19 04:07:39.898 INFO O| Oct 19 04:07:39.898 INFO STEP 701 (remove_files) COMPLETE
60592024-10-19T04:07:41.350Z[ recovery-image] Oct 19 04:07:39.898 INFO O| Oct 19 04:07:39.898 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-10-19T04:07:41.357Z[ recovery-image] Oct 19 04:07:39.908 INFO O| Oct 19 04:07:39.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60612024-10-19T04:07:41.359Z[ recovery-image] Oct 19 04:07:39.908 INFO O| Oct 19 04:07:39.908 INFO STEP 702 (remove_files) COMPLETE
60622024-10-19T04:07:41.360Z[ recovery-image] Oct 19 04:07:39.908 INFO O| Oct 19 04:07:39.908 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-10-19T04:07:41.367Z[ recovery-image] Oct 19 04:07:39.918 INFO O| Oct 19 04:07:39.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60642024-10-19T04:07:41.367Z[ recovery-image] Oct 19 04:07:39.918 INFO O| Oct 19 04:07:39.918 INFO STEP 703 (remove_files) COMPLETE
60652024-10-19T04:07:41.367Z[ recovery-image] Oct 19 04:07:39.918 INFO O| Oct 19 04:07:39.918 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-10-19T04:07:41.377Z[ recovery-image] Oct 19 04:07:39.927 INFO O| Oct 19 04:07:39.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60672024-10-19T04:07:41.379Z[ recovery-image] Oct 19 04:07:39.927 INFO O| Oct 19 04:07:39.927 INFO STEP 704 (remove_files) COMPLETE
60682024-10-19T04:07:41.379Z[ recovery-image] Oct 19 04:07:39.927 INFO O| Oct 19 04:07:39.927 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-10-19T04:07:41.386Z[ recovery-image] Oct 19 04:07:39.937 INFO O| Oct 19 04:07:39.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60702024-10-19T04:07:41.388Z[ recovery-image] Oct 19 04:07:39.937 INFO O| Oct 19 04:07:39.937 INFO STEP 705 (remove_files) COMPLETE
60712024-10-19T04:07:41.388Z[ host-image] Oct 19 04:07:39.937 INFO O| Oct 19 04:07:39.937 INFO O| Planning: Checking for conflicting actions ... Done
60722024-10-19T04:07:41.388Z[ recovery-image] Oct 19 04:07:39.937 INFO O| Oct 19 04:07:39.937 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-19T04:07:41.388Z[ host-image] Oct 19 04:07:39.938 INFO O| Oct 19 04:07:39.937 INFO O| Planning: Consolidating action changes ... Done
60742024-10-19T04:07:41.396Z[ recovery-image] Oct 19 04:07:39.946 INFO O| Oct 19 04:07:39.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60752024-10-19T04:07:41.396Z[ recovery-image] Oct 19 04:07:39.947 INFO O| Oct 19 04:07:39.946 INFO STEP 706 (remove_files) COMPLETE
60762024-10-19T04:07:41.398Z[ recovery-image] Oct 19 04:07:39.947 INFO O| Oct 19 04:07:39.947 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-10-19T04:07:41.405Z[ recovery-image] Oct 19 04:07:39.956 INFO O| Oct 19 04:07:39.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60782024-10-19T04:07:41.405Z[ recovery-image] Oct 19 04:07:39.956 INFO O| Oct 19 04:07:39.956 INFO STEP 707 (remove_files) COMPLETE
60792024-10-19T04:07:41.407Z[ recovery-image] Oct 19 04:07:39.956 INFO O| Oct 19 04:07:39.956 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-10-19T04:07:41.415Z[ recovery-image] Oct 19 04:07:39.965 INFO O| Oct 19 04:07:39.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60812024-10-19T04:07:41.417Z[ recovery-image] Oct 19 04:07:39.966 INFO O| Oct 19 04:07:39.966 INFO STEP 708 (remove_files) COMPLETE
60822024-10-19T04:07:41.417Z[ recovery-image] Oct 19 04:07:39.966 INFO O| Oct 19 04:07:39.966 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-10-19T04:07:41.425Z[ recovery-image] Oct 19 04:07:39.976 INFO O| Oct 19 04:07:39.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60842024-10-19T04:07:41.425Z[ recovery-image] Oct 19 04:07:39.976 INFO O| Oct 19 04:07:39.976 INFO STEP 709 (remove_files) COMPLETE
60852024-10-19T04:07:41.427Z[ recovery-image] Oct 19 04:07:39.976 INFO O| Oct 19 04:07:39.976 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-10-19T04:07:41.435Z[ recovery-image] Oct 19 04:07:39.985 INFO O| Oct 19 04:07:39.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60872024-10-19T04:07:41.437Z[ recovery-image] Oct 19 04:07:39.985 INFO O| Oct 19 04:07:39.985 INFO STEP 710 (remove_files) COMPLETE
60882024-10-19T04:07:41.437Z[ recovery-image] Oct 19 04:07:39.985 INFO O| Oct 19 04:07:39.985 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-10-19T04:07:41.444Z[ recovery-image] Oct 19 04:07:39.995 INFO O| Oct 19 04:07:39.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60902024-10-19T04:07:41.446Z[ recovery-image] Oct 19 04:07:39.995 INFO O| Oct 19 04:07:39.995 INFO STEP 711 (remove_files) COMPLETE
60912024-10-19T04:07:41.446Z[ recovery-image] Oct 19 04:07:39.995 INFO O| Oct 19 04:07:39.995 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-10-19T04:07:41.454Z[ recovery-image] Oct 19 04:07:40.005 INFO O| Oct 19 04:07:40.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60932024-10-19T04:07:41.454Z[ recovery-image] Oct 19 04:07:40.005 INFO O| Oct 19 04:07:40.005 INFO STEP 712 (remove_files) COMPLETE
60942024-10-19T04:07:41.454Z[ recovery-image] Oct 19 04:07:40.005 INFO O| Oct 19 04:07:40.005 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-10-19T04:07:41.464Z[ recovery-image] Oct 19 04:07:40.015 INFO O| Oct 19 04:07:40.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60962024-10-19T04:07:41.464Z[ recovery-image] Oct 19 04:07:40.015 INFO O| Oct 19 04:07:40.015 INFO STEP 713 (remove_files) COMPLETE
60972024-10-19T04:07:41.466Z[ recovery-image] Oct 19 04:07:40.015 INFO O| Oct 19 04:07:40.015 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-10-19T04:07:41.474Z[ recovery-image] Oct 19 04:07:40.024 INFO O| Oct 19 04:07:40.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60992024-10-19T04:07:41.474Z[ recovery-image] Oct 19 04:07:40.024 INFO O| Oct 19 04:07:40.024 INFO STEP 714 (remove_files) COMPLETE
61002024-10-19T04:07:41.474Z[ recovery-image] Oct 19 04:07:40.024 INFO O| Oct 19 04:07:40.024 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-10-19T04:07:41.483Z[ recovery-image] Oct 19 04:07:40.034 INFO O| Oct 19 04:07:40.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61022024-10-19T04:07:41.483Z[ recovery-image] Oct 19 04:07:40.034 INFO O| Oct 19 04:07:40.034 INFO STEP 715 (remove_files) COMPLETE
61032024-10-19T04:07:41.483Z[ recovery-image] Oct 19 04:07:40.034 INFO O| Oct 19 04:07:40.034 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-10-19T04:07:41.493Z[ recovery-image] Oct 19 04:07:40.043 INFO O| Oct 19 04:07:40.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61052024-10-19T04:07:41.493Z[ recovery-image] Oct 19 04:07:40.043 INFO O| Oct 19 04:07:40.043 INFO STEP 716 (remove_files) COMPLETE
61062024-10-19T04:07:41.495Z[ recovery-image] Oct 19 04:07:40.043 INFO O| Oct 19 04:07:40.043 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-10-19T04:07:41.503Z[ recovery-image] Oct 19 04:07:40.053 INFO O| Oct 19 04:07:40.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61082024-10-19T04:07:41.503Z[ recovery-image] Oct 19 04:07:40.053 INFO O| Oct 19 04:07:40.053 INFO STEP 717 (remove_files) COMPLETE
61092024-10-19T04:07:41.503Z[ recovery-image] Oct 19 04:07:40.053 INFO O| Oct 19 04:07:40.053 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-10-19T04:07:41.512Z[ recovery-image] Oct 19 04:07:40.062 INFO O| Oct 19 04:07:40.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61112024-10-19T04:07:41.514Z[ recovery-image] Oct 19 04:07:40.063 INFO O| Oct 19 04:07:40.062 INFO STEP 718 (remove_files) COMPLETE
61122024-10-19T04:07:41.514Z[ recovery-image] Oct 19 04:07:40.063 INFO O| Oct 19 04:07:40.063 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-10-19T04:07:41.521Z[ recovery-image] Oct 19 04:07:40.072 INFO O| Oct 19 04:07:40.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61142024-10-19T04:07:41.524Z[ recovery-image] Oct 19 04:07:40.072 INFO O| Oct 19 04:07:40.072 INFO STEP 719 (remove_files) COMPLETE
61152024-10-19T04:07:41.524Z[ recovery-image] Oct 19 04:07:40.072 INFO O| Oct 19 04:07:40.072 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-10-19T04:07:41.531Z[ recovery-image] Oct 19 04:07:40.082 INFO O| Oct 19 04:07:40.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61172024-10-19T04:07:41.531Z[ recovery-image] Oct 19 04:07:40.082 INFO O| Oct 19 04:07:40.082 INFO STEP 720 (remove_files) COMPLETE
61182024-10-19T04:07:41.533Z[ recovery-image] Oct 19 04:07:40.082 INFO O| Oct 19 04:07:40.082 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-10-19T04:07:41.541Z[ recovery-image] Oct 19 04:07:40.091 INFO O| Oct 19 04:07:40.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61202024-10-19T04:07:41.543Z[ recovery-image] Oct 19 04:07:40.091 INFO O| Oct 19 04:07:40.091 INFO STEP 721 (remove_files) COMPLETE
61212024-10-19T04:07:41.543Z[ recovery-image] Oct 19 04:07:40.091 INFO O| Oct 19 04:07:40.091 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-10-19T04:07:41.550Z[ recovery-image] Oct 19 04:07:40.100 INFO O| Oct 19 04:07:40.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61232024-10-19T04:07:41.550Z[ recovery-image] Oct 19 04:07:40.101 INFO O| Oct 19 04:07:40.101 INFO STEP 722 (remove_files) COMPLETE
61242024-10-19T04:07:41.552Z[ recovery-image] Oct 19 04:07:40.101 INFO O| Oct 19 04:07:40.101 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-10-19T04:07:41.559Z[ recovery-image] Oct 19 04:07:40.110 INFO O| Oct 19 04:07:40.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61262024-10-19T04:07:41.561Z[ recovery-image] Oct 19 04:07:40.110 INFO O| Oct 19 04:07:40.110 INFO STEP 723 (remove_files) COMPLETE
61272024-10-19T04:07:41.562Z[ recovery-image] Oct 19 04:07:40.110 INFO O| Oct 19 04:07:40.110 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-10-19T04:07:41.562Z[ host-image] Oct 19 04:07:40.112 INFO O| Oct 19 04:07:40.112 INFO O| Planning: Evaluating mediators ... Done
61292024-10-19T04:07:41.564Z[ host-image] Oct 19 04:07:40.113 INFO O| Oct 19 04:07:40.113 INFO O| Planning: Planning completed in 2.31 seconds
61302024-10-19T04:07:41.564Z[ host-image] Oct 19 04:07:40.114 INFO O| Oct 19 04:07:40.114 INFO O| Packages to install: 1
61312024-10-19T04:07:41.569Z[ recovery-image] Oct 19 04:07:40.120 INFO O| Oct 19 04:07:40.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61322024-10-19T04:07:41.569Z[ recovery-image] Oct 19 04:07:40.120 INFO O| Oct 19 04:07:40.120 INFO STEP 724 (remove_files) COMPLETE
61332024-10-19T04:07:41.571Z[ recovery-image] Oct 19 04:07:40.120 INFO O| Oct 19 04:07:40.120 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-10-19T04:07:41.574Z[ host-image] Oct 19 04:07:40.125 INFO O| Oct 19 04:07:40.125 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
61352024-10-19T04:07:41.579Z[ recovery-image] Oct 19 04:07:40.130 INFO O| Oct 19 04:07:40.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61362024-10-19T04:07:41.579Z[ recovery-image] Oct 19 04:07:40.130 INFO O| Oct 19 04:07:40.130 INFO STEP 725 (remove_files) COMPLETE
61372024-10-19T04:07:41.581Z[ recovery-image] Oct 19 04:07:40.130 INFO O| Oct 19 04:07:40.130 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-19T04:07:41.590Z[ recovery-image] Oct 19 04:07:40.141 INFO O| Oct 19 04:07:40.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61392024-10-19T04:07:41.591Z[ recovery-image] Oct 19 04:07:40.141 INFO O| Oct 19 04:07:40.141 INFO STEP 726 (remove_files) COMPLETE
61402024-10-19T04:07:41.591Z[ recovery-image] Oct 19 04:07:40.141 INFO O| Oct 19 04:07:40.141 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-19T04:07:41.602Z[ recovery-image] Oct 19 04:07:40.153 INFO O| Oct 19 04:07:40.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61422024-10-19T04:07:41.602Z[ recovery-image] Oct 19 04:07:40.153 INFO O| Oct 19 04:07:40.153 INFO STEP 727 (remove_files) COMPLETE
61432024-10-19T04:07:41.605Z[ recovery-image] Oct 19 04:07:40.153 INFO O| Oct 19 04:07:40.153 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-19T04:07:41.612Z[ recovery-image] Oct 19 04:07:40.163 INFO O| Oct 19 04:07:40.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61452024-10-19T04:07:41.615Z[ recovery-image] Oct 19 04:07:40.163 INFO O| Oct 19 04:07:40.163 INFO STEP 728 (remove_files) COMPLETE
61462024-10-19T04:07:41.615Z[ recovery-image] Oct 19 04:07:40.163 INFO O| Oct 19 04:07:40.163 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-19T04:07:41.624Z[ recovery-image] Oct 19 04:07:40.174 INFO O| Oct 19 04:07:40.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61482024-10-19T04:07:41.624Z[ recovery-image] Oct 19 04:07:40.174 INFO O| Oct 19 04:07:40.174 INFO STEP 729 (remove_files) COMPLETE
61492024-10-19T04:07:41.624Z[ recovery-image] Oct 19 04:07:40.174 INFO O| Oct 19 04:07:40.174 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-19T04:07:41.634Z[ recovery-image] Oct 19 04:07:40.185 INFO O| Oct 19 04:07:40.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61512024-10-19T04:07:41.637Z[ recovery-image] Oct 19 04:07:40.185 INFO O| Oct 19 04:07:40.185 INFO STEP 730 (remove_files) COMPLETE
61522024-10-19T04:07:41.637Z[ recovery-image] Oct 19 04:07:40.185 INFO O| Oct 19 04:07:40.185 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-19T04:07:41.650Z[ recovery-image] Oct 19 04:07:40.200 INFO O| Oct 19 04:07:40.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61542024-10-19T04:07:41.652Z[ recovery-image] Oct 19 04:07:40.201 INFO O| Oct 19 04:07:40.201 INFO STEP 731 (remove_files) COMPLETE
61552024-10-19T04:07:41.652Z[ recovery-image] Oct 19 04:07:40.201 INFO O| Oct 19 04:07:40.201 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-19T04:07:41.662Z[ recovery-image] Oct 19 04:07:40.213 INFO O| Oct 19 04:07:40.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61572024-10-19T04:07:41.665Z[ recovery-image] Oct 19 04:07:40.213 INFO O| Oct 19 04:07:40.213 INFO STEP 732 (remove_files) COMPLETE
61582024-10-19T04:07:41.665Z[ recovery-image] Oct 19 04:07:40.213 INFO O| Oct 19 04:07:40.213 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-19T04:07:41.675Z[ recovery-image] Oct 19 04:07:40.226 INFO O| Oct 19 04:07:40.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61602024-10-19T04:07:41.675Z[ recovery-image] Oct 19 04:07:40.226 INFO O| Oct 19 04:07:40.226 INFO STEP 733 (remove_files) COMPLETE
61612024-10-19T04:07:41.675Z[ recovery-image] Oct 19 04:07:40.226 INFO O| Oct 19 04:07:40.226 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-19T04:07:41.690Z[ recovery-image] Oct 19 04:07:40.240 INFO O| Oct 19 04:07:40.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61632024-10-19T04:07:41.690Z[ recovery-image] Oct 19 04:07:40.240 INFO O| Oct 19 04:07:40.240 INFO STEP 734 (remove_files) COMPLETE
61642024-10-19T04:07:41.692Z[ recovery-image] Oct 19 04:07:40.240 INFO O| Oct 19 04:07:40.240 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-19T04:07:41.701Z[ recovery-image] Oct 19 04:07:40.251 INFO O| Oct 19 04:07:40.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61662024-10-19T04:07:41.703Z[ recovery-image] Oct 19 04:07:40.251 INFO O| Oct 19 04:07:40.251 INFO STEP 735 (remove_files) COMPLETE
61672024-10-19T04:07:41.703Z[ recovery-image] Oct 19 04:07:40.252 INFO O| Oct 19 04:07:40.251 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-19T04:07:41.715Z[ recovery-image] Oct 19 04:07:40.266 INFO O| Oct 19 04:07:40.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61692024-10-19T04:07:41.715Z[ recovery-image] Oct 19 04:07:40.266 INFO O| Oct 19 04:07:40.266 INFO STEP 736 (remove_files) COMPLETE
61702024-10-19T04:07:41.715Z[ recovery-image] Oct 19 04:07:40.266 INFO O| Oct 19 04:07:40.266 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-19T04:07:41.727Z[ recovery-image] Oct 19 04:07:40.278 INFO O| Oct 19 04:07:40.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61722024-10-19T04:07:41.727Z[ recovery-image] Oct 19 04:07:40.278 INFO O| Oct 19 04:07:40.278 INFO STEP 737 (remove_files) COMPLETE
61732024-10-19T04:07:41.727Z[ recovery-image] Oct 19 04:07:40.278 INFO O| Oct 19 04:07:40.278 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-19T04:07:41.737Z[ recovery-image] Oct 19 04:07:40.288 INFO O| Oct 19 04:07:40.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61752024-10-19T04:07:41.737Z[ recovery-image] Oct 19 04:07:40.288 INFO O| Oct 19 04:07:40.288 INFO STEP 738 (remove_files) COMPLETE
61762024-10-19T04:07:41.740Z[ recovery-image] Oct 19 04:07:40.288 INFO O| Oct 19 04:07:40.288 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-19T04:07:41.747Z[ recovery-image] Oct 19 04:07:40.298 INFO O| Oct 19 04:07:40.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61782024-10-19T04:07:41.747Z[ recovery-image] Oct 19 04:07:40.298 INFO O| Oct 19 04:07:40.298 INFO STEP 739 (remove_files) COMPLETE
61792024-10-19T04:07:41.749Z[ recovery-image] Oct 19 04:07:40.298 INFO O| Oct 19 04:07:40.298 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-19T04:07:41.757Z[ recovery-image] Oct 19 04:07:40.307 INFO O| Oct 19 04:07:40.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61812024-10-19T04:07:41.759Z[ recovery-image] Oct 19 04:07:40.307 INFO O| Oct 19 04:07:40.307 INFO STEP 740 (remove_files) COMPLETE
61822024-10-19T04:07:41.759Z[ recovery-image] Oct 19 04:07:40.307 INFO O| Oct 19 04:07:40.307 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-19T04:07:41.766Z[ recovery-image] Oct 19 04:07:40.317 INFO O| Oct 19 04:07:40.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61842024-10-19T04:07:41.769Z[ recovery-image] Oct 19 04:07:40.319 INFO O| Oct 19 04:07:40.319 INFO STEP 741 (remove_files) COMPLETE
61852024-10-19T04:07:41.771Z[ recovery-image] Oct 19 04:07:40.319 INFO O| Oct 19 04:07:40.319 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-19T04:07:41.779Z[ recovery-image] Oct 19 04:07:40.329 INFO O| Oct 19 04:07:40.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61872024-10-19T04:07:41.779Z[ recovery-image] Oct 19 04:07:40.330 INFO O| Oct 19 04:07:40.329 INFO STEP 742 (remove_files) COMPLETE
61882024-10-19T04:07:41.781Z[ recovery-image] Oct 19 04:07:40.330 INFO O| Oct 19 04:07:40.330 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-19T04:07:41.788Z[ recovery-image] Oct 19 04:07:40.339 INFO O| Oct 19 04:07:40.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61902024-10-19T04:07:41.788Z[ recovery-image] Oct 19 04:07:40.339 INFO O| Oct 19 04:07:40.339 INFO STEP 743 (remove_files) COMPLETE
61912024-10-19T04:07:41.791Z[ recovery-image] Oct 19 04:07:40.339 INFO O| Oct 19 04:07:40.339 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-10-19T04:07:41.798Z[ recovery-image] Oct 19 04:07:40.348 INFO O| Oct 19 04:07:40.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61932024-10-19T04:07:41.800Z[ recovery-image] Oct 19 04:07:40.348 INFO O| Oct 19 04:07:40.348 INFO STEP 744 (remove_files) COMPLETE
61942024-10-19T04:07:41.800Z[ recovery-image] Oct 19 04:07:40.348 INFO O| Oct 19 04:07:40.348 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-10-19T04:07:41.807Z[ recovery-image] Oct 19 04:07:40.358 INFO O| Oct 19 04:07:40.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61962024-10-19T04:07:41.810Z[ recovery-image] Oct 19 04:07:40.358 INFO O| Oct 19 04:07:40.358 INFO STEP 745 (remove_files) COMPLETE
61972024-10-19T04:07:41.810Z[ recovery-image] Oct 19 04:07:40.358 INFO O| Oct 19 04:07:40.358 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-10-19T04:07:41.817Z[ recovery-image] Oct 19 04:07:40.367 INFO O| Oct 19 04:07:40.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61992024-10-19T04:07:41.820Z[ recovery-image] Oct 19 04:07:40.367 INFO O| Oct 19 04:07:40.367 INFO STEP 746 (remove_files) COMPLETE
62002024-10-19T04:07:41.820Z[ recovery-image] Oct 19 04:07:40.367 INFO O| Oct 19 04:07:40.367 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-19T04:07:41.826Z[ recovery-image] Oct 19 04:07:40.377 INFO O| Oct 19 04:07:40.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62022024-10-19T04:07:41.828Z[ recovery-image] Oct 19 04:07:40.377 INFO O| Oct 19 04:07:40.377 INFO STEP 747 (remove_files) COMPLETE
62032024-10-19T04:07:41.828Z[ recovery-image] Oct 19 04:07:40.377 INFO O| Oct 19 04:07:40.377 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-19T04:07:41.835Z[ recovery-image] Oct 19 04:07:40.386 INFO O| Oct 19 04:07:40.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62052024-10-19T04:07:41.835Z[ recovery-image] Oct 19 04:07:40.386 INFO O| Oct 19 04:07:40.386 INFO STEP 748 (remove_files) COMPLETE
62062024-10-19T04:07:41.838Z[ recovery-image] Oct 19 04:07:40.386 INFO O| Oct 19 04:07:40.386 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-19T04:07:41.845Z[ recovery-image] Oct 19 04:07:40.396 INFO O| Oct 19 04:07:40.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62082024-10-19T04:07:41.847Z[ recovery-image] Oct 19 04:07:40.396 INFO O| Oct 19 04:07:40.396 INFO STEP 749 (remove_files) COMPLETE
62092024-10-19T04:07:41.847Z[ recovery-image] Oct 19 04:07:40.396 INFO O| Oct 19 04:07:40.396 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-10-19T04:07:41.854Z[ recovery-image] Oct 19 04:07:40.405 INFO O| Oct 19 04:07:40.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62112024-10-19T04:07:41.854Z[ recovery-image] Oct 19 04:07:40.405 INFO O| Oct 19 04:07:40.405 INFO STEP 750 (remove_files) COMPLETE
62122024-10-19T04:07:41.859Z[ recovery-image] Oct 19 04:07:40.405 INFO O| Oct 19 04:07:40.405 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-10-19T04:07:41.864Z[ recovery-image] Oct 19 04:07:40.414 INFO O| Oct 19 04:07:40.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62142024-10-19T04:07:41.864Z[ recovery-image] Oct 19 04:07:40.414 INFO O| Oct 19 04:07:40.414 INFO STEP 751 (remove_files) COMPLETE
62152024-10-19T04:07:41.864Z[ recovery-image] Oct 19 04:07:40.414 INFO O| Oct 19 04:07:40.414 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-10-19T04:07:41.873Z[ recovery-image] Oct 19 04:07:40.424 INFO O| Oct 19 04:07:40.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62172024-10-19T04:07:41.875Z[ recovery-image] Oct 19 04:07:40.424 INFO O| Oct 19 04:07:40.424 INFO STEP 752 (remove_files) COMPLETE
62182024-10-19T04:07:41.876Z[ recovery-image] Oct 19 04:07:40.424 INFO O| Oct 19 04:07:40.424 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-10-19T04:07:41.883Z[ recovery-image] Oct 19 04:07:40.433 INFO O| Oct 19 04:07:40.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62202024-10-19T04:07:41.885Z[ recovery-image] Oct 19 04:07:40.434 INFO O| Oct 19 04:07:40.434 INFO STEP 753 (remove_files) COMPLETE
62212024-10-19T04:07:41.885Z[ recovery-image] Oct 19 04:07:40.434 INFO O| Oct 19 04:07:40.434 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-19T04:07:41.893Z[ recovery-image] Oct 19 04:07:40.443 INFO O| Oct 19 04:07:40.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62232024-10-19T04:07:41.893Z[ recovery-image] Oct 19 04:07:40.443 INFO O| Oct 19 04:07:40.443 INFO STEP 754 (remove_files) COMPLETE
62242024-10-19T04:07:41.895Z[ recovery-image] Oct 19 04:07:40.443 INFO O| Oct 19 04:07:40.443 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-19T04:07:41.902Z[ recovery-image] Oct 19 04:07:40.453 INFO O| Oct 19 04:07:40.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62262024-10-19T04:07:41.902Z[ recovery-image] Oct 19 04:07:40.453 INFO O| Oct 19 04:07:40.453 INFO STEP 755 (remove_files) COMPLETE
62272024-10-19T04:07:41.904Z[ recovery-image] Oct 19 04:07:40.453 INFO O| Oct 19 04:07:40.453 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-19T04:07:41.912Z[ recovery-image] Oct 19 04:07:40.463 INFO O| Oct 19 04:07:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62292024-10-19T04:07:41.914Z[ recovery-image] Oct 19 04:07:40.463 INFO O| Oct 19 04:07:40.463 INFO STEP 756 (remove_files) COMPLETE
62302024-10-19T04:07:41.914Z[ recovery-image] Oct 19 04:07:40.463 INFO O| Oct 19 04:07:40.463 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-19T04:07:41.922Z[ recovery-image] Oct 19 04:07:40.472 INFO O| Oct 19 04:07:40.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62322024-10-19T04:07:41.922Z[ recovery-image] Oct 19 04:07:40.472 INFO O| Oct 19 04:07:40.472 INFO STEP 757 (remove_files) COMPLETE
62332024-10-19T04:07:41.924Z[ recovery-image] Oct 19 04:07:40.472 INFO O| Oct 19 04:07:40.472 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-10-19T04:07:41.931Z[ recovery-image] Oct 19 04:07:40.482 INFO O| Oct 19 04:07:40.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62352024-10-19T04:07:41.931Z[ recovery-image] Oct 19 04:07:40.482 INFO O| Oct 19 04:07:40.482 INFO STEP 758 (remove_files) COMPLETE
62362024-10-19T04:07:41.931Z[ recovery-image] Oct 19 04:07:40.482 INFO O| Oct 19 04:07:40.482 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-10-19T04:07:41.940Z[ recovery-image] Oct 19 04:07:40.491 INFO O| Oct 19 04:07:40.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62382024-10-19T04:07:41.943Z[ recovery-image] Oct 19 04:07:40.491 INFO O| Oct 19 04:07:40.491 INFO STEP 759 (remove_files) COMPLETE
62392024-10-19T04:07:41.943Z[ recovery-image] Oct 19 04:07:40.491 INFO O| Oct 19 04:07:40.491 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-10-19T04:07:41.950Z[ recovery-image] Oct 19 04:07:40.501 INFO O| Oct 19 04:07:40.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62412024-10-19T04:07:41.950Z[ recovery-image] Oct 19 04:07:40.501 INFO O| Oct 19 04:07:40.501 INFO STEP 760 (remove_files) COMPLETE
62422024-10-19T04:07:41.952Z[ recovery-image] Oct 19 04:07:40.501 INFO O| Oct 19 04:07:40.501 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-10-19T04:07:41.959Z[ recovery-image] Oct 19 04:07:40.510 INFO O| Oct 19 04:07:40.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62442024-10-19T04:07:41.962Z[ recovery-image] Oct 19 04:07:40.510 INFO O| Oct 19 04:07:40.510 INFO STEP 761 (remove_files) COMPLETE
62452024-10-19T04:07:41.962Z[ recovery-image] Oct 19 04:07:40.510 INFO O| Oct 19 04:07:40.510 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-10-19T04:07:41.969Z[ recovery-image] Oct 19 04:07:40.519 INFO O| Oct 19 04:07:40.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62472024-10-19T04:07:41.969Z[ recovery-image] Oct 19 04:07:40.519 INFO O| Oct 19 04:07:40.519 INFO STEP 762 (remove_files) COMPLETE
62482024-10-19T04:07:41.969Z[ recovery-image] Oct 19 04:07:40.519 INFO O| Oct 19 04:07:40.519 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-10-19T04:07:41.978Z[ recovery-image] Oct 19 04:07:40.529 INFO O| Oct 19 04:07:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62502024-10-19T04:07:41.978Z[ recovery-image] Oct 19 04:07:40.529 INFO O| Oct 19 04:07:40.529 INFO STEP 763 (remove_files) COMPLETE
62512024-10-19T04:07:41.981Z[ recovery-image] Oct 19 04:07:40.529 INFO O| Oct 19 04:07:40.529 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-10-19T04:07:41.988Z[ recovery-image] Oct 19 04:07:40.538 INFO O| Oct 19 04:07:40.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62532024-10-19T04:07:41.988Z[ recovery-image] Oct 19 04:07:40.538 INFO O| Oct 19 04:07:40.538 INFO STEP 764 (remove_files) COMPLETE
62542024-10-19T04:07:41.988Z[ recovery-image] Oct 19 04:07:40.538 INFO O| Oct 19 04:07:40.538 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-10-19T04:07:41.997Z[ recovery-image] Oct 19 04:07:40.548 INFO O| Oct 19 04:07:40.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62562024-10-19T04:07:41.999Z[ recovery-image] Oct 19 04:07:40.548 INFO O| Oct 19 04:07:40.548 INFO STEP 765 (remove_files) COMPLETE
62572024-10-19T04:07:41.999Z[ recovery-image] Oct 19 04:07:40.548 INFO O| Oct 19 04:07:40.548 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-10-19T04:07:42.006Z[ recovery-image] Oct 19 04:07:40.557 INFO O| Oct 19 04:07:40.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62592024-10-19T04:07:42.007Z[ recovery-image] Oct 19 04:07:40.557 INFO O| Oct 19 04:07:40.557 INFO STEP 766 (remove_files) COMPLETE
62602024-10-19T04:07:42.009Z[ recovery-image] Oct 19 04:07:40.557 INFO O| Oct 19 04:07:40.557 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-10-19T04:07:42.016Z[ recovery-image] Oct 19 04:07:40.566 INFO O| Oct 19 04:07:40.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62622024-10-19T04:07:42.016Z[ recovery-image] Oct 19 04:07:40.566 INFO O| Oct 19 04:07:40.566 INFO STEP 767 (remove_files) COMPLETE
62632024-10-19T04:07:42.018Z[ recovery-image] Oct 19 04:07:40.567 INFO O| Oct 19 04:07:40.566 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-10-19T04:07:42.028Z[ recovery-image] Oct 19 04:07:40.578 INFO O| Oct 19 04:07:40.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62652024-10-19T04:07:42.028Z[ recovery-image] Oct 19 04:07:40.578 INFO O| Oct 19 04:07:40.578 INFO STEP 768 (remove_files) COMPLETE
62662024-10-19T04:07:42.030Z[ recovery-image] Oct 19 04:07:40.578 INFO O| Oct 19 04:07:40.578 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-10-19T04:07:42.041Z[ recovery-image] Oct 19 04:07:40.592 INFO O| Oct 19 04:07:40.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62682024-10-19T04:07:42.041Z[ recovery-image] Oct 19 04:07:40.592 INFO O| Oct 19 04:07:40.592 INFO STEP 769 (remove_files) COMPLETE
62692024-10-19T04:07:42.044Z[ recovery-image] Oct 19 04:07:40.592 INFO O| Oct 19 04:07:40.592 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-10-19T04:07:42.053Z[ recovery-image] Oct 19 04:07:40.604 INFO O| Oct 19 04:07:40.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62712024-10-19T04:07:42.054Z[ recovery-image] Oct 19 04:07:40.604 INFO O| Oct 19 04:07:40.604 INFO STEP 770 (remove_files) COMPLETE
62722024-10-19T04:07:42.057Z[ recovery-image] Oct 19 04:07:40.604 INFO O| Oct 19 04:07:40.604 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-10-19T04:07:42.064Z[ recovery-image] Oct 19 04:07:40.615 INFO O| Oct 19 04:07:40.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62742024-10-19T04:07:42.067Z[ recovery-image] Oct 19 04:07:40.615 INFO O| Oct 19 04:07:40.615 INFO STEP 771 (remove_files) COMPLETE
62752024-10-19T04:07:42.067Z[ recovery-image] Oct 19 04:07:40.615 INFO O| Oct 19 04:07:40.615 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-10-19T04:07:42.078Z[ recovery-image] Oct 19 04:07:40.629 INFO O| Oct 19 04:07:40.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62772024-10-19T04:07:42.081Z[ recovery-image] Oct 19 04:07:40.629 INFO O| Oct 19 04:07:40.629 INFO STEP 772 (remove_files) COMPLETE
62782024-10-19T04:07:42.081Z[ recovery-image] Oct 19 04:07:40.629 INFO O| Oct 19 04:07:40.629 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-10-19T04:07:42.092Z[ recovery-image] Oct 19 04:07:40.642 INFO O| Oct 19 04:07:40.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62802024-10-19T04:07:42.092Z[ recovery-image] Oct 19 04:07:40.642 INFO O| Oct 19 04:07:40.642 INFO STEP 773 (remove_files) COMPLETE
62812024-10-19T04:07:42.094Z[ recovery-image] Oct 19 04:07:40.642 INFO O| Oct 19 04:07:40.642 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-10-19T04:07:42.105Z[ recovery-image] Oct 19 04:07:40.655 INFO O| Oct 19 04:07:40.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62832024-10-19T04:07:42.107Z[ recovery-image] Oct 19 04:07:40.655 INFO O| Oct 19 04:07:40.655 INFO STEP 774 (remove_files) COMPLETE
62842024-10-19T04:07:42.107Z[ recovery-image] Oct 19 04:07:40.655 INFO O| Oct 19 04:07:40.655 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-19T04:07:42.120Z[ recovery-image] Oct 19 04:07:40.671 INFO O| Oct 19 04:07:40.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62862024-10-19T04:07:42.120Z[ recovery-image] Oct 19 04:07:40.671 INFO O| Oct 19 04:07:40.671 INFO STEP 775 (remove_files) COMPLETE
62872024-10-19T04:07:42.123Z[ recovery-image] Oct 19 04:07:40.671 INFO O| Oct 19 04:07:40.671 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-10-19T04:07:42.131Z[ recovery-image] Oct 19 04:07:40.681 INFO O| Oct 19 04:07:40.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62892024-10-19T04:07:42.134Z[ recovery-image] Oct 19 04:07:40.682 INFO O| Oct 19 04:07:40.681 INFO STEP 776 (remove_files) COMPLETE
62902024-10-19T04:07:42.134Z[ recovery-image] Oct 19 04:07:40.682 INFO O| Oct 19 04:07:40.682 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-19T04:07:42.143Z[ recovery-image] Oct 19 04:07:40.693 INFO O| Oct 19 04:07:40.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62922024-10-19T04:07:42.145Z[ recovery-image] Oct 19 04:07:40.693 INFO O| Oct 19 04:07:40.693 INFO STEP 777 (remove_files) COMPLETE
62932024-10-19T04:07:42.145Z[ recovery-image] Oct 19 04:07:40.693 INFO O| Oct 19 04:07:40.693 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-10-19T04:07:42.155Z[ recovery-image] Oct 19 04:07:40.706 INFO O| Oct 19 04:07:40.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62952024-10-19T04:07:42.155Z[ recovery-image] Oct 19 04:07:40.706 INFO O| Oct 19 04:07:40.706 INFO STEP 778 (remove_files) COMPLETE
62962024-10-19T04:07:42.155Z[ recovery-image] Oct 19 04:07:40.706 INFO O| Oct 19 04:07:40.706 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-10-19T04:07:42.166Z[ recovery-image] Oct 19 04:07:40.717 INFO O| Oct 19 04:07:40.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62982024-10-19T04:07:42.166Z[ recovery-image] Oct 19 04:07:40.717 INFO O| Oct 19 04:07:40.717 INFO STEP 779 (remove_files) COMPLETE
62992024-10-19T04:07:42.169Z[ recovery-image] Oct 19 04:07:40.717 INFO O| Oct 19 04:07:40.717 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-10-19T04:07:42.176Z[ recovery-image] Oct 19 04:07:40.727 INFO O| Oct 19 04:07:40.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63012024-10-19T04:07:42.176Z[ recovery-image] Oct 19 04:07:40.727 INFO O| Oct 19 04:07:40.727 INFO STEP 780 (remove_files) COMPLETE
63022024-10-19T04:07:42.178Z[ recovery-image] Oct 19 04:07:40.727 INFO O| Oct 19 04:07:40.727 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-19T04:07:42.186Z[ recovery-image] Oct 19 04:07:40.736 INFO O| Oct 19 04:07:40.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63042024-10-19T04:07:42.188Z[ recovery-image] Oct 19 04:07:40.736 INFO O| Oct 19 04:07:40.736 INFO STEP 781 (remove_files) COMPLETE
63052024-10-19T04:07:42.188Z[ recovery-image] Oct 19 04:07:40.736 INFO O| Oct 19 04:07:40.736 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-19T04:07:42.195Z[ recovery-image] Oct 19 04:07:40.746 INFO O| Oct 19 04:07:40.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63072024-10-19T04:07:42.195Z[ recovery-image] Oct 19 04:07:40.746 INFO O| Oct 19 04:07:40.746 INFO STEP 782 (remove_files) COMPLETE
63082024-10-19T04:07:42.195Z[ recovery-image] Oct 19 04:07:40.746 INFO O| Oct 19 04:07:40.746 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-19T04:07:42.203Z[ host-image] Oct 19 04:07:40.753 INFO O| Oct 19 04:07:40.753 INFO O| Download: Completed 20.86 MB in 0.63 seconds (33.2M/s)
63102024-10-19T04:07:42.205Z[ recovery-image] Oct 19 04:07:40.756 INFO O| Oct 19 04:07:40.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63112024-10-19T04:07:42.205Z[ recovery-image] Oct 19 04:07:40.756 INFO O| Oct 19 04:07:40.756 INFO STEP 783 (remove_files) COMPLETE
63122024-10-19T04:07:42.205Z[ recovery-image] Oct 19 04:07:40.756 INFO O| Oct 19 04:07:40.756 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-10-19T04:07:42.215Z[ recovery-image] Oct 19 04:07:40.766 INFO O| Oct 19 04:07:40.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63142024-10-19T04:07:42.215Z[ recovery-image] Oct 19 04:07:40.766 INFO O| Oct 19 04:07:40.766 INFO STEP 784 (remove_files) COMPLETE
63152024-10-19T04:07:42.218Z[ recovery-image] Oct 19 04:07:40.766 INFO O| Oct 19 04:07:40.766 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-10-19T04:07:42.226Z[ recovery-image] Oct 19 04:07:40.777 INFO O| Oct 19 04:07:40.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63172024-10-19T04:07:42.228Z[ recovery-image] Oct 19 04:07:40.777 INFO O| Oct 19 04:07:40.777 INFO STEP 785 (remove_files) COMPLETE
63182024-10-19T04:07:42.228Z[ recovery-image] Oct 19 04:07:40.777 INFO O| Oct 19 04:07:40.777 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-10-19T04:07:42.231Z[ host-image] Oct 19 04:07:40.780 INFO O| Oct 19 04:07:40.780 INFO O| Actions: 1/22 actions (Installing new actions)
63202024-10-19T04:07:42.236Z[ recovery-image] Oct 19 04:07:40.786 INFO O| Oct 19 04:07:40.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63212024-10-19T04:07:42.238Z[ recovery-image] Oct 19 04:07:40.786 INFO O| Oct 19 04:07:40.786 INFO STEP 786 (remove_files) COMPLETE
63222024-10-19T04:07:42.238Z[ recovery-image] Oct 19 04:07:40.786 INFO O| Oct 19 04:07:40.786 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-10-19T04:07:42.245Z[ recovery-image] Oct 19 04:07:40.796 INFO O| Oct 19 04:07:40.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63242024-10-19T04:07:42.245Z[ recovery-image] Oct 19 04:07:40.796 INFO O| Oct 19 04:07:40.796 INFO STEP 787 (remove_files) COMPLETE
63252024-10-19T04:07:42.248Z[ recovery-image] Oct 19 04:07:40.796 INFO O| Oct 19 04:07:40.796 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-10-19T04:07:42.255Z[ recovery-image] Oct 19 04:07:40.805 INFO O| Oct 19 04:07:40.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63272024-10-19T04:07:42.255Z[ recovery-image] Oct 19 04:07:40.806 INFO O| Oct 19 04:07:40.805 INFO STEP 788 (remove_files) COMPLETE
63282024-10-19T04:07:42.255Z[ recovery-image] Oct 19 04:07:40.806 INFO O| Oct 19 04:07:40.806 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-10-19T04:07:42.265Z[ recovery-image] Oct 19 04:07:40.815 INFO O| Oct 19 04:07:40.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63302024-10-19T04:07:42.267Z[ recovery-image] Oct 19 04:07:40.815 INFO O| Oct 19 04:07:40.815 INFO STEP 789 (remove_files) COMPLETE
63312024-10-19T04:07:42.267Z[ recovery-image] Oct 19 04:07:40.815 INFO O| Oct 19 04:07:40.815 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-10-19T04:07:42.274Z[ recovery-image] Oct 19 04:07:40.825 INFO O| Oct 19 04:07:40.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63332024-10-19T04:07:42.274Z[ recovery-image] Oct 19 04:07:40.825 INFO O| Oct 19 04:07:40.825 INFO STEP 790 (remove_files) COMPLETE
63342024-10-19T04:07:42.274Z[ recovery-image] Oct 19 04:07:40.825 INFO O| Oct 19 04:07:40.825 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-10-19T04:07:42.284Z[ recovery-image] Oct 19 04:07:40.834 INFO O| Oct 19 04:07:40.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63362024-10-19T04:07:42.286Z[ recovery-image] Oct 19 04:07:40.834 INFO O| Oct 19 04:07:40.834 INFO STEP 791 (remove_files) COMPLETE
63372024-10-19T04:07:42.286Z[ recovery-image] Oct 19 04:07:40.834 INFO O| Oct 19 04:07:40.834 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-10-19T04:07:42.293Z[ recovery-image] Oct 19 04:07:40.844 INFO O| Oct 19 04:07:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63392024-10-19T04:07:42.293Z[ recovery-image] Oct 19 04:07:40.844 INFO O| Oct 19 04:07:40.844 INFO STEP 792 (remove_files) COMPLETE
63402024-10-19T04:07:42.296Z[ recovery-image] Oct 19 04:07:40.844 INFO O| Oct 19 04:07:40.844 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-10-19T04:07:42.303Z[ recovery-image] Oct 19 04:07:40.854 INFO O| Oct 19 04:07:40.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63422024-10-19T04:07:42.306Z[ recovery-image] Oct 19 04:07:40.854 INFO O| Oct 19 04:07:40.854 INFO STEP 793 (remove_files) COMPLETE
63432024-10-19T04:07:42.306Z[ recovery-image] Oct 19 04:07:40.854 INFO O| Oct 19 04:07:40.854 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-10-19T04:07:42.314Z[ recovery-image] Oct 19 04:07:40.864 INFO O| Oct 19 04:07:40.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63452024-10-19T04:07:42.314Z[ recovery-image] Oct 19 04:07:40.864 INFO O| Oct 19 04:07:40.864 INFO STEP 794 (remove_files) COMPLETE
63462024-10-19T04:07:42.316Z[ recovery-image] Oct 19 04:07:40.864 INFO O| Oct 19 04:07:40.864 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-10-19T04:07:42.323Z[ recovery-image] Oct 19 04:07:40.874 INFO O| Oct 19 04:07:40.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63482024-10-19T04:07:42.323Z[ recovery-image] Oct 19 04:07:40.874 INFO O| Oct 19 04:07:40.874 INFO STEP 795 (remove_files) COMPLETE
63492024-10-19T04:07:42.323Z[ recovery-image] Oct 19 04:07:40.874 INFO O| Oct 19 04:07:40.874 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-10-19T04:07:42.333Z[ recovery-image] Oct 19 04:07:40.883 INFO O| Oct 19 04:07:40.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63512024-10-19T04:07:42.335Z[ recovery-image] Oct 19 04:07:40.885 INFO O| Oct 19 04:07:40.885 INFO STEP 796 (remove_files) COMPLETE
63522024-10-19T04:07:42.335Z[ recovery-image] Oct 19 04:07:40.885 INFO O| Oct 19 04:07:40.885 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-10-19T04:07:42.344Z[ recovery-image] Oct 19 04:07:40.894 INFO O| Oct 19 04:07:40.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63542024-10-19T04:07:42.346Z[ recovery-image] Oct 19 04:07:40.894 INFO O| Oct 19 04:07:40.894 INFO STEP 797 (remove_files) COMPLETE
63552024-10-19T04:07:42.346Z[ recovery-image] Oct 19 04:07:40.894 INFO O| Oct 19 04:07:40.894 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-10-19T04:07:42.353Z[ recovery-image] Oct 19 04:07:40.904 INFO O| Oct 19 04:07:40.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63572024-10-19T04:07:42.355Z[ recovery-image] Oct 19 04:07:40.904 INFO O| Oct 19 04:07:40.904 INFO STEP 798 (remove_files) COMPLETE
63582024-10-19T04:07:42.355Z[ recovery-image] Oct 19 04:07:40.904 INFO O| Oct 19 04:07:40.904 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-10-19T04:07:42.363Z[ recovery-image] Oct 19 04:07:40.913 INFO O| Oct 19 04:07:40.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63602024-10-19T04:07:42.363Z[ recovery-image] Oct 19 04:07:40.913 INFO O| Oct 19 04:07:40.913 INFO STEP 799 (remove_files) COMPLETE
63612024-10-19T04:07:42.365Z[ recovery-image] Oct 19 04:07:40.913 INFO O| Oct 19 04:07:40.913 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-10-19T04:07:42.372Z[ recovery-image] Oct 19 04:07:40.923 INFO O| Oct 19 04:07:40.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63632024-10-19T04:07:42.375Z[ recovery-image] Oct 19 04:07:40.923 INFO O| Oct 19 04:07:40.923 INFO STEP 800 (remove_files) COMPLETE
63642024-10-19T04:07:42.375Z[ recovery-image] Oct 19 04:07:40.923 INFO O| Oct 19 04:07:40.923 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-10-19T04:07:42.382Z[ recovery-image] Oct 19 04:07:40.932 INFO O| Oct 19 04:07:40.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63662024-10-19T04:07:42.384Z[ recovery-image] Oct 19 04:07:40.933 INFO O| Oct 19 04:07:40.933 INFO STEP 801 (remove_files) COMPLETE
63672024-10-19T04:07:42.384Z[ recovery-image] Oct 19 04:07:40.933 INFO O| Oct 19 04:07:40.933 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-10-19T04:07:42.392Z[ recovery-image] Oct 19 04:07:40.942 INFO O| Oct 19 04:07:40.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63692024-10-19T04:07:42.392Z[ recovery-image] Oct 19 04:07:40.942 INFO O| Oct 19 04:07:40.942 INFO STEP 802 (remove_files) COMPLETE
63702024-10-19T04:07:42.394Z[ recovery-image] Oct 19 04:07:40.942 INFO O| Oct 19 04:07:40.942 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-10-19T04:07:42.401Z[ recovery-image] Oct 19 04:07:40.952 INFO O| Oct 19 04:07:40.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63722024-10-19T04:07:42.401Z[ recovery-image] Oct 19 04:07:40.952 INFO O| Oct 19 04:07:40.952 INFO STEP 803 (remove_files) COMPLETE
63732024-10-19T04:07:42.401Z[ recovery-image] Oct 19 04:07:40.952 INFO O| Oct 19 04:07:40.952 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-10-19T04:07:42.411Z[ recovery-image] Oct 19 04:07:40.961 INFO O| Oct 19 04:07:40.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63752024-10-19T04:07:42.411Z[ recovery-image] Oct 19 04:07:40.962 INFO O| Oct 19 04:07:40.961 INFO STEP 804 (remove_files) COMPLETE
63762024-10-19T04:07:42.411Z[ recovery-image] Oct 19 04:07:40.962 INFO O| Oct 19 04:07:40.962 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-10-19T04:07:42.421Z[ recovery-image] Oct 19 04:07:40.971 INFO O| Oct 19 04:07:40.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63782024-10-19T04:07:42.423Z[ recovery-image] Oct 19 04:07:40.971 INFO O| Oct 19 04:07:40.971 INFO STEP 805 (remove_files) COMPLETE
63792024-10-19T04:07:42.423Z[ recovery-image] Oct 19 04:07:40.971 INFO O| Oct 19 04:07:40.971 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-10-19T04:07:42.430Z[ recovery-image] Oct 19 04:07:40.980 INFO O| Oct 19 04:07:40.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63812024-10-19T04:07:42.430Z[ recovery-image] Oct 19 04:07:40.981 INFO O| Oct 19 04:07:40.981 INFO STEP 806 (remove_files) COMPLETE
63822024-10-19T04:07:42.430Z[ recovery-image] Oct 19 04:07:40.981 INFO O| Oct 19 04:07:40.981 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-10-19T04:07:42.440Z[ recovery-image] Oct 19 04:07:40.990 INFO O| Oct 19 04:07:40.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63842024-10-19T04:07:42.440Z[ recovery-image] Oct 19 04:07:40.990 INFO O| Oct 19 04:07:40.990 INFO STEP 807 (remove_files) COMPLETE
63852024-10-19T04:07:42.442Z[ recovery-image] Oct 19 04:07:40.990 INFO O| Oct 19 04:07:40.990 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-10-19T04:07:42.449Z[ recovery-image] Oct 19 04:07:41.000 INFO O| Oct 19 04:07:41.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63872024-10-19T04:07:42.452Z[ recovery-image] Oct 19 04:07:41.000 INFO O| Oct 19 04:07:41.000 INFO STEP 808 (remove_files) COMPLETE
63882024-10-19T04:07:42.452Z[ recovery-image] Oct 19 04:07:41.000 INFO O| Oct 19 04:07:41.000 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-10-19T04:07:42.460Z[ recovery-image] Oct 19 04:07:41.010 INFO O| Oct 19 04:07:41.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63902024-10-19T04:07:42.462Z[ recovery-image] Oct 19 04:07:41.010 INFO O| Oct 19 04:07:41.010 INFO STEP 809 (remove_files) COMPLETE
63912024-10-19T04:07:42.462Z[ recovery-image] Oct 19 04:07:41.010 INFO O| Oct 19 04:07:41.010 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-10-19T04:07:42.469Z[ recovery-image] Oct 19 04:07:41.020 INFO O| Oct 19 04:07:41.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63932024-10-19T04:07:42.472Z[ recovery-image] Oct 19 04:07:41.020 INFO O| Oct 19 04:07:41.020 INFO STEP 810 (remove_files) COMPLETE
63942024-10-19T04:07:42.472Z[ recovery-image] Oct 19 04:07:41.020 INFO O| Oct 19 04:07:41.020 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-10-19T04:07:42.479Z[ recovery-image] Oct 19 04:07:41.030 INFO O| Oct 19 04:07:41.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63962024-10-19T04:07:42.481Z[ recovery-image] Oct 19 04:07:41.030 INFO O| Oct 19 04:07:41.030 INFO STEP 811 (remove_files) COMPLETE
63972024-10-19T04:07:42.481Z[ recovery-image] Oct 19 04:07:41.030 INFO O| Oct 19 04:07:41.030 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-10-19T04:07:42.489Z[ recovery-image] Oct 19 04:07:41.039 INFO O| Oct 19 04:07:41.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63992024-10-19T04:07:42.489Z[ recovery-image] Oct 19 04:07:41.039 INFO O| Oct 19 04:07:41.039 INFO STEP 812 (remove_files) COMPLETE
64002024-10-19T04:07:42.491Z[ recovery-image] Oct 19 04:07:41.039 INFO O| Oct 19 04:07:41.039 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-10-19T04:07:42.498Z[ recovery-image] Oct 19 04:07:41.049 INFO O| Oct 19 04:07:41.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64022024-10-19T04:07:42.501Z[ recovery-image] Oct 19 04:07:41.049 INFO O| Oct 19 04:07:41.049 INFO STEP 813 (remove_files) COMPLETE
64032024-10-19T04:07:42.501Z[ recovery-image] Oct 19 04:07:41.049 INFO O| Oct 19 04:07:41.049 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-10-19T04:07:42.508Z[ recovery-image] Oct 19 04:07:41.058 INFO O| Oct 19 04:07:41.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64052024-10-19T04:07:42.510Z[ recovery-image] Oct 19 04:07:41.059 INFO O| Oct 19 04:07:41.058 INFO STEP 814 (remove_files) COMPLETE
64062024-10-19T04:07:42.510Z[ recovery-image] Oct 19 04:07:41.059 INFO O| Oct 19 04:07:41.059 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-10-19T04:07:42.518Z[ recovery-image] Oct 19 04:07:41.068 INFO O| Oct 19 04:07:41.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64082024-10-19T04:07:42.518Z[ recovery-image] Oct 19 04:07:41.068 INFO O| Oct 19 04:07:41.068 INFO STEP 815 (remove_files) COMPLETE
64092024-10-19T04:07:42.520Z[ recovery-image] Oct 19 04:07:41.068 INFO O| Oct 19 04:07:41.068 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-10-19T04:07:42.527Z[ recovery-image] Oct 19 04:07:41.078 INFO O| Oct 19 04:07:41.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64112024-10-19T04:07:42.527Z[ recovery-image] Oct 19 04:07:41.078 INFO O| Oct 19 04:07:41.078 INFO STEP 816 (remove_files) COMPLETE
64122024-10-19T04:07:42.530Z[ recovery-image] Oct 19 04:07:41.078 INFO O| Oct 19 04:07:41.078 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-10-19T04:07:42.537Z[ recovery-image] Oct 19 04:07:41.087 INFO O| Oct 19 04:07:41.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64142024-10-19T04:07:42.539Z[ recovery-image] Oct 19 04:07:41.087 INFO O| Oct 19 04:07:41.087 INFO STEP 817 (remove_files) COMPLETE
64152024-10-19T04:07:42.539Z[ recovery-image] Oct 19 04:07:41.087 INFO O| Oct 19 04:07:41.087 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-10-19T04:07:42.546Z[ recovery-image] Oct 19 04:07:41.097 INFO O| Oct 19 04:07:41.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64172024-10-19T04:07:42.546Z[ recovery-image] Oct 19 04:07:41.097 INFO O| Oct 19 04:07:41.097 INFO STEP 818 (remove_files) COMPLETE
64182024-10-19T04:07:42.546Z[ recovery-image] Oct 19 04:07:41.097 INFO O| Oct 19 04:07:41.097 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-10-19T04:07:42.556Z[ recovery-image] Oct 19 04:07:41.107 INFO O| Oct 19 04:07:41.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64202024-10-19T04:07:42.556Z[ recovery-image] Oct 19 04:07:41.107 INFO O| Oct 19 04:07:41.107 INFO STEP 819 (remove_files) COMPLETE
64212024-10-19T04:07:42.558Z[ recovery-image] Oct 19 04:07:41.107 INFO O| Oct 19 04:07:41.107 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-10-19T04:07:42.566Z[ recovery-image] Oct 19 04:07:41.116 INFO O| Oct 19 04:07:41.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64232024-10-19T04:07:42.566Z[ recovery-image] Oct 19 04:07:41.116 INFO O| Oct 19 04:07:41.116 INFO STEP 820 (remove_files) COMPLETE
64242024-10-19T04:07:42.568Z[ recovery-image] Oct 19 04:07:41.116 INFO O| Oct 19 04:07:41.116 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-10-19T04:07:42.575Z[ recovery-image] Oct 19 04:07:41.126 INFO O| Oct 19 04:07:41.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64262024-10-19T04:07:42.575Z[ recovery-image] Oct 19 04:07:41.126 INFO O| Oct 19 04:07:41.126 INFO STEP 821 (remove_files) COMPLETE
64272024-10-19T04:07:42.575Z[ recovery-image] Oct 19 04:07:41.126 INFO O| Oct 19 04:07:41.126 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-10-19T04:07:42.585Z[ recovery-image] Oct 19 04:07:41.135 INFO O| Oct 19 04:07:41.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64292024-10-19T04:07:42.587Z[ recovery-image] Oct 19 04:07:41.135 INFO O| Oct 19 04:07:41.135 INFO STEP 822 (remove_files) COMPLETE
64302024-10-19T04:07:42.587Z[ recovery-image] Oct 19 04:07:41.135 INFO O| Oct 19 04:07:41.135 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-10-19T04:07:42.595Z[ recovery-image] Oct 19 04:07:41.145 INFO O| Oct 19 04:07:41.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64322024-10-19T04:07:42.595Z[ recovery-image] Oct 19 04:07:41.145 INFO O| Oct 19 04:07:41.145 INFO STEP 823 (remove_files) COMPLETE
64332024-10-19T04:07:42.597Z[ recovery-image] Oct 19 04:07:41.145 INFO O| Oct 19 04:07:41.145 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-10-19T04:07:42.604Z[ recovery-image] Oct 19 04:07:41.154 INFO O| Oct 19 04:07:41.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64352024-10-19T04:07:42.604Z[ recovery-image] Oct 19 04:07:41.155 INFO O| Oct 19 04:07:41.154 INFO STEP 824 (remove_files) COMPLETE
64362024-10-19T04:07:42.606Z[ recovery-image] Oct 19 04:07:41.155 INFO O| Oct 19 04:07:41.155 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-10-19T04:07:42.613Z[ recovery-image] Oct 19 04:07:41.164 INFO O| Oct 19 04:07:41.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64382024-10-19T04:07:42.616Z[ recovery-image] Oct 19 04:07:41.165 INFO O| Oct 19 04:07:41.165 INFO STEP 825 (remove_files) COMPLETE
64392024-10-19T04:07:42.616Z[ recovery-image] Oct 19 04:07:41.165 INFO O| Oct 19 04:07:41.165 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-10-19T04:07:42.624Z[ recovery-image] Oct 19 04:07:41.175 INFO O| Oct 19 04:07:41.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64412024-10-19T04:07:42.626Z[ recovery-image] Oct 19 04:07:41.175 INFO O| Oct 19 04:07:41.175 INFO STEP 826 (remove_files) COMPLETE
64422024-10-19T04:07:42.626Z[ recovery-image] Oct 19 04:07:41.175 INFO O| Oct 19 04:07:41.175 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-10-19T04:07:42.634Z[ recovery-image] Oct 19 04:07:41.185 INFO O| Oct 19 04:07:41.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64442024-10-19T04:07:42.636Z[ recovery-image] Oct 19 04:07:41.185 INFO O| Oct 19 04:07:41.185 INFO STEP 827 (remove_files) COMPLETE
64452024-10-19T04:07:42.637Z[ recovery-image] Oct 19 04:07:41.185 INFO O| Oct 19 04:07:41.185 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-10-19T04:07:42.644Z[ recovery-image] Oct 19 04:07:41.194 INFO O| Oct 19 04:07:41.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64472024-10-19T04:07:42.644Z[ recovery-image] Oct 19 04:07:41.194 INFO O| Oct 19 04:07:41.194 INFO STEP 828 (remove_files) COMPLETE
64482024-10-19T04:07:42.644Z[ recovery-image] Oct 19 04:07:41.194 INFO O| Oct 19 04:07:41.194 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-10-19T04:07:42.653Z[ recovery-image] Oct 19 04:07:41.204 INFO O| Oct 19 04:07:41.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64502024-10-19T04:07:42.656Z[ recovery-image] Oct 19 04:07:41.204 INFO O| Oct 19 04:07:41.204 INFO STEP 829 (remove_files) COMPLETE
64512024-10-19T04:07:42.656Z[ recovery-image] Oct 19 04:07:41.204 INFO O| Oct 19 04:07:41.204 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-10-19T04:07:42.663Z[ recovery-image] Oct 19 04:07:41.213 INFO O| Oct 19 04:07:41.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64532024-10-19T04:07:42.665Z[ recovery-image] Oct 19 04:07:41.213 INFO O| Oct 19 04:07:41.213 INFO STEP 830 (remove_files) COMPLETE
64542024-10-19T04:07:42.665Z[ recovery-image] Oct 19 04:07:41.213 INFO O| Oct 19 04:07:41.213 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-10-19T04:07:42.676Z[ recovery-image] Oct 19 04:07:41.227 INFO O| Oct 19 04:07:41.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64562024-10-19T04:07:42.676Z[ recovery-image] Oct 19 04:07:41.227 INFO O| Oct 19 04:07:41.227 INFO STEP 831 (remove_files) COMPLETE
64572024-10-19T04:07:42.676Z[ recovery-image] Oct 19 04:07:41.227 INFO O| Oct 19 04:07:41.227 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-10-19T04:07:42.688Z[ recovery-image] Oct 19 04:07:41.239 INFO O| Oct 19 04:07:41.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64592024-10-19T04:07:42.688Z[ recovery-image] Oct 19 04:07:41.239 INFO O| Oct 19 04:07:41.239 INFO STEP 832 (remove_files) COMPLETE
64602024-10-19T04:07:42.688Z[ recovery-image] Oct 19 04:07:41.239 INFO O| Oct 19 04:07:41.239 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-10-19T04:07:42.701Z[ recovery-image] Oct 19 04:07:41.251 INFO O| Oct 19 04:07:41.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64622024-10-19T04:07:42.701Z[ recovery-image] Oct 19 04:07:41.251 INFO O| Oct 19 04:07:41.251 INFO STEP 833 (remove_files) COMPLETE
64632024-10-19T04:07:42.703Z[ recovery-image] Oct 19 04:07:41.251 INFO O| Oct 19 04:07:41.251 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-10-19T04:07:42.712Z[ recovery-image] Oct 19 04:07:41.262 INFO O| Oct 19 04:07:41.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64652024-10-19T04:07:42.712Z[ recovery-image] Oct 19 04:07:41.262 INFO O| Oct 19 04:07:41.262 INFO STEP 834 (remove_files) COMPLETE
64662024-10-19T04:07:42.712Z[ recovery-image] Oct 19 04:07:41.262 INFO O| Oct 19 04:07:41.262 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-10-19T04:07:42.722Z[ recovery-image] Oct 19 04:07:41.273 INFO O| Oct 19 04:07:41.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64682024-10-19T04:07:42.725Z[ recovery-image] Oct 19 04:07:41.273 INFO O| Oct 19 04:07:41.273 INFO STEP 835 (remove_files) COMPLETE
64692024-10-19T04:07:42.725Z[ recovery-image] Oct 19 04:07:41.273 INFO O| Oct 19 04:07:41.273 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-10-19T04:07:42.732Z[ recovery-image] Oct 19 04:07:41.283 INFO O| Oct 19 04:07:41.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64712024-10-19T04:07:42.733Z[ recovery-image] Oct 19 04:07:41.283 INFO O| Oct 19 04:07:41.283 INFO STEP 836 (remove_files) COMPLETE
64722024-10-19T04:07:42.733Z[ recovery-image] Oct 19 04:07:41.283 INFO O| Oct 19 04:07:41.283 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-10-19T04:07:42.742Z[ recovery-image] Oct 19 04:07:41.293 INFO O| Oct 19 04:07:41.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64742024-10-19T04:07:42.742Z[ recovery-image] Oct 19 04:07:41.293 INFO O| Oct 19 04:07:41.293 INFO STEP 837 (remove_files) COMPLETE
64752024-10-19T04:07:42.745Z[ recovery-image] Oct 19 04:07:41.293 INFO O| Oct 19 04:07:41.293 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-10-19T04:07:42.752Z[ recovery-image] Oct 19 04:07:41.302 INFO O| Oct 19 04:07:41.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64772024-10-19T04:07:42.754Z[ recovery-image] Oct 19 04:07:41.302 INFO O| Oct 19 04:07:41.302 INFO STEP 838 (remove_files) COMPLETE
64782024-10-19T04:07:42.754Z[ recovery-image] Oct 19 04:07:41.302 INFO O| Oct 19 04:07:41.302 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-10-19T04:07:42.758Z[ host-image] Oct 19 04:07:41.309 INFO O| Oct 19 04:07:41.309 INFO O| Actions: Completed 22 actions in 0.53 seconds.
64802024-10-19T04:07:42.761Z[ recovery-image] Oct 19 04:07:41.312 INFO O| Oct 19 04:07:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64812024-10-19T04:07:42.761Z[ recovery-image] Oct 19 04:07:41.312 INFO O| Oct 19 04:07:41.312 INFO STEP 839 (remove_files) COMPLETE
64822024-10-19T04:07:42.761Z[ recovery-image] Oct 19 04:07:41.312 INFO O| Oct 19 04:07:41.312 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-10-19T04:07:42.771Z[ recovery-image] Oct 19 04:07:41.322 INFO O| Oct 19 04:07:41.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64842024-10-19T04:07:42.771Z[ recovery-image] Oct 19 04:07:41.322 INFO O| Oct 19 04:07:41.322 INFO STEP 840 (remove_files) COMPLETE
64852024-10-19T04:07:42.773Z[ recovery-image] Oct 19 04:07:41.322 INFO O| Oct 19 04:07:41.322 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-10-19T04:07:42.781Z[ recovery-image] Oct 19 04:07:41.331 INFO O| Oct 19 04:07:41.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64872024-10-19T04:07:42.781Z[ recovery-image] Oct 19 04:07:41.331 INFO O| Oct 19 04:07:41.331 INFO STEP 841 (remove_files) COMPLETE
64882024-10-19T04:07:42.781Z[ recovery-image] Oct 19 04:07:41.331 INFO O| Oct 19 04:07:41.331 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-10-19T04:07:42.791Z[ recovery-image] Oct 19 04:07:41.341 INFO O| Oct 19 04:07:41.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64902024-10-19T04:07:42.791Z[ recovery-image] Oct 19 04:07:41.341 INFO O| Oct 19 04:07:41.341 INFO STEP 842 (remove_files) COMPLETE
64912024-10-19T04:07:42.791Z[ recovery-image] Oct 19 04:07:41.341 INFO O| Oct 19 04:07:41.341 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-19T04:07:42.800Z[ recovery-image] Oct 19 04:07:41.351 INFO O| Oct 19 04:07:41.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64932024-10-19T04:07:42.803Z[ recovery-image] Oct 19 04:07:41.351 INFO O| Oct 19 04:07:41.351 INFO STEP 843 (remove_files) COMPLETE
64942024-10-19T04:07:42.803Z[ recovery-image] Oct 19 04:07:41.351 INFO O| Oct 19 04:07:41.351 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-19T04:07:42.810Z[ recovery-image] Oct 19 04:07:41.361 INFO O| Oct 19 04:07:41.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64962024-10-19T04:07:42.810Z[ recovery-image] Oct 19 04:07:41.361 INFO O| Oct 19 04:07:41.361 INFO STEP 844 (remove_files) COMPLETE
64972024-10-19T04:07:42.813Z[ recovery-image] Oct 19 04:07:41.361 INFO O| Oct 19 04:07:41.361 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-19T04:07:42.820Z[ recovery-image] Oct 19 04:07:41.371 INFO O| Oct 19 04:07:41.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64992024-10-19T04:07:42.820Z[ recovery-image] Oct 19 04:07:41.371 INFO O| Oct 19 04:07:41.371 INFO STEP 845 (remove_files) COMPLETE
65002024-10-19T04:07:42.823Z[ recovery-image] Oct 19 04:07:41.371 INFO O| Oct 19 04:07:41.371 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-19T04:07:42.830Z[ recovery-image] Oct 19 04:07:41.380 INFO O| Oct 19 04:07:41.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65022024-10-19T04:07:42.832Z[ recovery-image] Oct 19 04:07:41.380 INFO O| Oct 19 04:07:41.380 INFO STEP 846 (remove_files) COMPLETE
65032024-10-19T04:07:42.832Z[ recovery-image] Oct 19 04:07:41.380 INFO O| Oct 19 04:07:41.380 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-19T04:07:42.840Z[ recovery-image] Oct 19 04:07:41.390 INFO O| Oct 19 04:07:41.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65052024-10-19T04:07:42.842Z[ recovery-image] Oct 19 04:07:41.390 INFO O| Oct 19 04:07:41.390 INFO STEP 847 (remove_files) COMPLETE
65062024-10-19T04:07:42.842Z[ recovery-image] Oct 19 04:07:41.390 INFO O| Oct 19 04:07:41.390 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-19T04:07:42.850Z[ recovery-image] Oct 19 04:07:41.400 INFO O| Oct 19 04:07:41.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65082024-10-19T04:07:42.852Z[ recovery-image] Oct 19 04:07:41.400 INFO O| Oct 19 04:07:41.400 INFO STEP 848 (remove_files) COMPLETE
65092024-10-19T04:07:42.852Z[ recovery-image] Oct 19 04:07:41.400 INFO O| Oct 19 04:07:41.400 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-19T04:07:42.859Z[ recovery-image] Oct 19 04:07:41.410 INFO O| Oct 19 04:07:41.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65112024-10-19T04:07:42.859Z[ recovery-image] Oct 19 04:07:41.410 INFO O| Oct 19 04:07:41.410 INFO STEP 849 (remove_files) COMPLETE
65122024-10-19T04:07:42.864Z[ recovery-image] Oct 19 04:07:41.410 INFO O| Oct 19 04:07:41.410 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-19T04:07:42.871Z[ recovery-image] Oct 19 04:07:41.420 INFO O| Oct 19 04:07:41.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65142024-10-19T04:07:42.871Z[ recovery-image] Oct 19 04:07:41.420 INFO O| Oct 19 04:07:41.420 INFO STEP 850 (remove_files) COMPLETE
65152024-10-19T04:07:42.871Z[ recovery-image] Oct 19 04:07:41.420 INFO O| Oct 19 04:07:41.420 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-19T04:07:42.881Z[ recovery-image] Oct 19 04:07:41.431 INFO O| Oct 19 04:07:41.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65172024-10-19T04:07:42.881Z[ recovery-image] Oct 19 04:07:41.431 INFO O| Oct 19 04:07:41.431 INFO STEP 851 (remove_files) COMPLETE
65182024-10-19T04:07:42.882Z[ recovery-image] Oct 19 04:07:41.431 INFO O| Oct 19 04:07:41.431 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-10-19T04:07:42.892Z[ recovery-image] Oct 19 04:07:41.441 INFO O| Oct 19 04:07:41.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65202024-10-19T04:07:42.892Z[ recovery-image] Oct 19 04:07:41.441 INFO O| Oct 19 04:07:41.441 INFO STEP 852 (remove_files) COMPLETE
65212024-10-19T04:07:42.895Z[ recovery-image] Oct 19 04:07:41.442 INFO O| Oct 19 04:07:41.441 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-10-19T04:07:42.901Z[ recovery-image] Oct 19 04:07:41.452 INFO O| Oct 19 04:07:41.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65232024-10-19T04:07:42.901Z[ recovery-image] Oct 19 04:07:41.452 INFO O| Oct 19 04:07:41.452 INFO STEP 853 (remove_files) COMPLETE
65242024-10-19T04:07:42.902Z[ recovery-image] Oct 19 04:07:41.452 INFO O| Oct 19 04:07:41.452 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-10-19T04:07:42.912Z[ recovery-image] Oct 19 04:07:41.462 INFO O| Oct 19 04:07:41.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65262024-10-19T04:07:42.912Z[ recovery-image] Oct 19 04:07:41.462 INFO O| Oct 19 04:07:41.462 INFO STEP 854 (remove_files) COMPLETE
65272024-10-19T04:07:42.914Z[ recovery-image] Oct 19 04:07:41.462 INFO O| Oct 19 04:07:41.462 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-10-19T04:07:42.922Z[ recovery-image] Oct 19 04:07:41.473 INFO O| Oct 19 04:07:41.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65292024-10-19T04:07:42.922Z[ recovery-image] Oct 19 04:07:41.473 INFO O| Oct 19 04:07:41.473 INFO STEP 855 (remove_files) COMPLETE
65302024-10-19T04:07:42.925Z[ recovery-image] Oct 19 04:07:41.473 INFO O| Oct 19 04:07:41.473 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-10-19T04:07:42.933Z[ recovery-image] Oct 19 04:07:41.483 INFO O| Oct 19 04:07:41.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65322024-10-19T04:07:42.933Z[ recovery-image] Oct 19 04:07:41.484 INFO O| Oct 19 04:07:41.484 INFO STEP 856 (remove_files) COMPLETE
65332024-10-19T04:07:42.935Z[ recovery-image] Oct 19 04:07:41.484 INFO O| Oct 19 04:07:41.484 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-10-19T04:07:42.944Z[ recovery-image] Oct 19 04:07:41.494 INFO O| Oct 19 04:07:41.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65352024-10-19T04:07:42.947Z[ recovery-image] Oct 19 04:07:41.495 INFO O| Oct 19 04:07:41.495 INFO STEP 857 (remove_files) COMPLETE
65362024-10-19T04:07:42.947Z[ recovery-image] Oct 19 04:07:41.495 INFO O| Oct 19 04:07:41.495 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-10-19T04:07:42.956Z[ recovery-image] Oct 19 04:07:41.506 INFO O| Oct 19 04:07:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65382024-10-19T04:07:42.956Z[ recovery-image] Oct 19 04:07:41.506 INFO O| Oct 19 04:07:41.506 INFO STEP 858 (remove_files) COMPLETE
65392024-10-19T04:07:42.958Z[ recovery-image] Oct 19 04:07:41.506 INFO O| Oct 19 04:07:41.506 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-10-19T04:07:42.966Z[ recovery-image] Oct 19 04:07:41.517 INFO O| Oct 19 04:07:41.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65412024-10-19T04:07:42.966Z[ recovery-image] Oct 19 04:07:41.517 INFO O| Oct 19 04:07:41.517 INFO STEP 859 (remove_files) COMPLETE
65422024-10-19T04:07:42.969Z[ recovery-image] Oct 19 04:07:41.517 INFO O| Oct 19 04:07:41.517 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-10-19T04:07:42.978Z[ recovery-image] Oct 19 04:07:41.528 INFO O| Oct 19 04:07:41.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65442024-10-19T04:07:42.978Z[ recovery-image] Oct 19 04:07:41.528 INFO O| Oct 19 04:07:41.528 INFO STEP 860 (remove_files) COMPLETE
65452024-10-19T04:07:42.978Z[ recovery-image] Oct 19 04:07:41.528 INFO O| Oct 19 04:07:41.528 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-10-19T04:07:42.988Z[ recovery-image] Oct 19 04:07:41.538 INFO O| Oct 19 04:07:41.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
65472024-10-19T04:07:42.990Z[ recovery-image] Oct 19 04:07:41.539 INFO O| Oct 19 04:07:41.539 INFO STEP 861 (remove_files) COMPLETE
65482024-10-19T04:07:42.990Z[ recovery-image] Oct 19 04:07:41.539 INFO O| Oct 19 04:07:41.539 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-10-19T04:07:42.998Z[ recovery-image] Oct 19 04:07:41.549 INFO O| Oct 19 04:07:41.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
65502024-10-19T04:07:43.001Z[ recovery-image] Oct 19 04:07:41.549 INFO O| Oct 19 04:07:41.549 INFO STEP 862 (remove_files) COMPLETE
65512024-10-19T04:07:43.001Z[ recovery-image] Oct 19 04:07:41.549 INFO O| Oct 19 04:07:41.549 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-19T04:07:43.008Z[ recovery-image] Oct 19 04:07:41.559 INFO O| Oct 19 04:07:41.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65532024-10-19T04:07:43.008Z[ recovery-image] Oct 19 04:07:41.559 INFO O| Oct 19 04:07:41.559 INFO STEP 863 (remove_files) COMPLETE
65542024-10-19T04:07:43.011Z[ recovery-image] Oct 19 04:07:41.559 INFO O| Oct 19 04:07:41.559 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-19T04:07:43.019Z[ recovery-image] Oct 19 04:07:41.569 INFO O| Oct 19 04:07:41.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65562024-10-19T04:07:43.019Z[ recovery-image] Oct 19 04:07:41.569 INFO O| Oct 19 04:07:41.569 INFO STEP 864 (remove_files) COMPLETE
65572024-10-19T04:07:43.021Z[ recovery-image] Oct 19 04:07:41.569 INFO O| Oct 19 04:07:41.569 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-19T04:07:43.028Z[ recovery-image] Oct 19 04:07:41.579 INFO O| Oct 19 04:07:41.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65592024-10-19T04:07:43.028Z[ recovery-image] Oct 19 04:07:41.579 INFO O| Oct 19 04:07:41.579 INFO STEP 865 (remove_files) COMPLETE
65602024-10-19T04:07:43.028Z[ recovery-image] Oct 19 04:07:41.579 INFO O| Oct 19 04:07:41.579 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-19T04:07:43.040Z[ recovery-image] Oct 19 04:07:41.590 INFO O| Oct 19 04:07:41.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65622024-10-19T04:07:43.042Z[ recovery-image] Oct 19 04:07:41.590 INFO O| Oct 19 04:07:41.590 INFO STEP 866 (remove_files) COMPLETE
65632024-10-19T04:07:43.042Z[ recovery-image] Oct 19 04:07:41.590 INFO O| Oct 19 04:07:41.590 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-19T04:07:43.049Z[ host-image] Oct 19 04:07:41.600 INFO O| Oct 19 04:07:41.600 INFO O| Done
65652024-10-19T04:07:43.049Z[ host-image] Oct 19 04:07:41.600 INFO O| Oct 19 04:07:41.600 INFO O| Done
65662024-10-19T04:07:43.052Z[ recovery-image] Oct 19 04:07:41.600 INFO O| Oct 19 04:07:41.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65672024-10-19T04:07:43.052Z[ recovery-image] Oct 19 04:07:41.600 INFO O| Oct 19 04:07:41.600 INFO STEP 867 (remove_files) COMPLETE
65682024-10-19T04:07:43.052Z[ recovery-image] Oct 19 04:07:41.600 INFO O| Oct 19 04:07:41.600 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-19T04:07:43.060Z[ recovery-image] Oct 19 04:07:41.610 INFO O| Oct 19 04:07:41.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65702024-10-19T04:07:43.060Z[ recovery-image] Oct 19 04:07:41.611 INFO O| Oct 19 04:07:41.611 INFO STEP 868 (remove_files) COMPLETE
65712024-10-19T04:07:43.063Z[ recovery-image] Oct 19 04:07:41.611 INFO O| Oct 19 04:07:41.611 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-19T04:07:43.070Z[ recovery-image] Oct 19 04:07:41.621 INFO O| Oct 19 04:07:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65732024-10-19T04:07:43.070Z[ recovery-image] Oct 19 04:07:41.621 INFO O| Oct 19 04:07:41.621 INFO STEP 869 (remove_files) COMPLETE
65742024-10-19T04:07:43.073Z[ recovery-image] Oct 19 04:07:41.621 INFO O| Oct 19 04:07:41.621 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-19T04:07:43.080Z[ recovery-image] Oct 19 04:07:41.631 INFO O| Oct 19 04:07:41.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65762024-10-19T04:07:43.080Z[ recovery-image] Oct 19 04:07:41.631 INFO O| Oct 19 04:07:41.631 INFO STEP 870 (remove_files) COMPLETE
65772024-10-19T04:07:43.082Z[ recovery-image] Oct 19 04:07:41.631 INFO O| Oct 19 04:07:41.631 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-19T04:07:43.090Z[ recovery-image] Oct 19 04:07:41.640 INFO O| Oct 19 04:07:41.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65792024-10-19T04:07:43.090Z[ recovery-image] Oct 19 04:07:41.640 INFO O| Oct 19 04:07:41.640 INFO STEP 871 (remove_files) COMPLETE
65802024-10-19T04:07:43.092Z[ recovery-image] Oct 19 04:07:41.640 INFO O| Oct 19 04:07:41.640 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-19T04:07:43.099Z[ recovery-image] Oct 19 04:07:41.650 INFO O| Oct 19 04:07:41.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65822024-10-19T04:07:43.101Z[ recovery-image] Oct 19 04:07:41.650 INFO O| Oct 19 04:07:41.650 INFO STEP 872 (remove_files) COMPLETE
65832024-10-19T04:07:43.101Z[ recovery-image] Oct 19 04:07:41.650 INFO O| Oct 19 04:07:41.650 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-10-19T04:07:43.109Z[ recovery-image] Oct 19 04:07:41.659 INFO O| Oct 19 04:07:41.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65852024-10-19T04:07:43.112Z[ recovery-image] Oct 19 04:07:41.660 INFO O| Oct 19 04:07:41.659 INFO STEP 873 (remove_files) COMPLETE
65862024-10-19T04:07:43.112Z[ recovery-image] Oct 19 04:07:41.660 INFO O| Oct 19 04:07:41.659 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-10-19T04:07:43.118Z[ recovery-image] Oct 19 04:07:41.669 INFO O| Oct 19 04:07:41.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65882024-10-19T04:07:43.121Z[ recovery-image] Oct 19 04:07:41.669 INFO O| Oct 19 04:07:41.669 INFO STEP 874 (remove_files) COMPLETE
65892024-10-19T04:07:43.121Z[ recovery-image] Oct 19 04:07:41.669 INFO O| Oct 19 04:07:41.669 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-19T04:07:43.128Z[ recovery-image] Oct 19 04:07:41.678 INFO O| Oct 19 04:07:41.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65912024-10-19T04:07:43.128Z[ recovery-image] Oct 19 04:07:41.679 INFO O| Oct 19 04:07:41.679 INFO STEP 875 (remove_files) COMPLETE
65922024-10-19T04:07:43.130Z[ recovery-image] Oct 19 04:07:41.679 INFO O| Oct 19 04:07:41.679 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-19T04:07:43.138Z[ recovery-image] Oct 19 04:07:41.688 INFO O| Oct 19 04:07:41.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65942024-10-19T04:07:43.138Z[ recovery-image] Oct 19 04:07:41.688 INFO O| Oct 19 04:07:41.688 INFO STEP 876 (remove_files) COMPLETE
65952024-10-19T04:07:43.140Z[ recovery-image] Oct 19 04:07:41.688 INFO O| Oct 19 04:07:41.688 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-19T04:07:43.147Z[ recovery-image] Oct 19 04:07:41.698 INFO O| Oct 19 04:07:41.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65972024-10-19T04:07:43.150Z[ recovery-image] Oct 19 04:07:41.698 INFO O| Oct 19 04:07:41.698 INFO STEP 877 (remove_files) COMPLETE
65982024-10-19T04:07:43.150Z[ recovery-image] Oct 19 04:07:41.698 INFO O| Oct 19 04:07:41.698 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-19T04:07:43.157Z[ recovery-image] Oct 19 04:07:41.707 INFO O| Oct 19 04:07:41.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66002024-10-19T04:07:43.157Z[ recovery-image] Oct 19 04:07:41.707 INFO O| Oct 19 04:07:41.707 INFO STEP 878 (remove_files) COMPLETE
66012024-10-19T04:07:43.157Z[ recovery-image] Oct 19 04:07:41.707 INFO O| Oct 19 04:07:41.707 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-19T04:07:43.167Z[ recovery-image] Oct 19 04:07:41.717 INFO O| Oct 19 04:07:41.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66032024-10-19T04:07:43.167Z[ recovery-image] Oct 19 04:07:41.717 INFO O| Oct 19 04:07:41.717 INFO STEP 879 (remove_files) COMPLETE
66042024-10-19T04:07:43.169Z[ recovery-image] Oct 19 04:07:41.717 INFO O| Oct 19 04:07:41.717 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-10-19T04:07:43.176Z[ recovery-image] Oct 19 04:07:41.726 INFO O| Oct 19 04:07:41.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66062024-10-19T04:07:43.178Z[ recovery-image] Oct 19 04:07:41.727 INFO O| Oct 19 04:07:41.727 INFO STEP 880 (remove_files) COMPLETE
66072024-10-19T04:07:43.178Z[ recovery-image] Oct 19 04:07:41.727 INFO O| Oct 19 04:07:41.727 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-10-19T04:07:43.186Z[ recovery-image] Oct 19 04:07:41.736 INFO O| Oct 19 04:07:41.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66092024-10-19T04:07:43.188Z[ recovery-image] Oct 19 04:07:41.736 INFO O| Oct 19 04:07:41.736 INFO STEP 881 (remove_files) COMPLETE
66102024-10-19T04:07:43.188Z[ recovery-image] Oct 19 04:07:41.736 INFO O| Oct 19 04:07:41.736 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-10-19T04:07:43.195Z[ recovery-image] Oct 19 04:07:41.746 INFO O| Oct 19 04:07:41.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66122024-10-19T04:07:43.201Z[ recovery-image] Oct 19 04:07:41.752 INFO O| Oct 19 04:07:41.752 INFO STEP 882 (remove_files) COMPLETE
66132024-10-19T04:07:43.201Z[ recovery-image] Oct 19 04:07:41.752 INFO O| Oct 19 04:07:41.752 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-10-19T04:07:43.211Z[ recovery-image] Oct 19 04:07:41.762 INFO O| Oct 19 04:07:41.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66152024-10-19T04:07:43.213Z[ recovery-image] Oct 19 04:07:41.762 INFO O| Oct 19 04:07:41.762 INFO STEP 883 (remove_files) COMPLETE
66162024-10-19T04:07:43.213Z[ recovery-image] Oct 19 04:07:41.762 INFO O| Oct 19 04:07:41.762 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-10-19T04:07:43.222Z[ recovery-image] Oct 19 04:07:41.773 INFO O| Oct 19 04:07:41.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66182024-10-19T04:07:43.222Z[ recovery-image] Oct 19 04:07:41.773 INFO O| Oct 19 04:07:41.773 INFO STEP 884 (remove_files) COMPLETE
66192024-10-19T04:07:43.222Z[ recovery-image] Oct 19 04:07:41.773 INFO O| Oct 19 04:07:41.773 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-10-19T04:07:43.232Z[ recovery-image] Oct 19 04:07:41.783 INFO O| Oct 19 04:07:41.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66212024-10-19T04:07:43.239Z[ recovery-image] Oct 19 04:07:41.790 INFO O| Oct 19 04:07:41.790 INFO STEP 885 (remove_files) COMPLETE
66222024-10-19T04:07:43.242Z[ recovery-image] Oct 19 04:07:41.790 INFO O| Oct 19 04:07:41.790 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-10-19T04:07:43.250Z[ recovery-image] Oct 19 04:07:41.801 INFO O| Oct 19 04:07:41.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66242024-10-19T04:07:43.256Z[ recovery-image] Oct 19 04:07:41.806 INFO O| Oct 19 04:07:41.806 INFO STEP 886 (remove_files) COMPLETE
66252024-10-19T04:07:43.258Z[ recovery-image] Oct 19 04:07:41.806 INFO O| Oct 19 04:07:41.806 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-10-19T04:07:43.267Z[ recovery-image] Oct 19 04:07:41.817 INFO O| Oct 19 04:07:41.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66272024-10-19T04:07:43.269Z[ recovery-image] Oct 19 04:07:41.817 INFO O| Oct 19 04:07:41.817 INFO STEP 887 (remove_files) COMPLETE
66282024-10-19T04:07:43.269Z[ recovery-image] Oct 19 04:07:41.817 INFO O| Oct 19 04:07:41.817 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-10-19T04:07:43.276Z[ recovery-image] Oct 19 04:07:41.827 INFO O| Oct 19 04:07:41.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
66302024-10-19T04:07:43.279Z[ recovery-image] Oct 19 04:07:41.827 INFO O| Oct 19 04:07:41.827 INFO STEP 888 (remove_files) COMPLETE
66312024-10-19T04:07:43.279Z[ recovery-image] Oct 19 04:07:41.827 INFO O| Oct 19 04:07:41.827 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-10-19T04:07:43.287Z[ recovery-image] Oct 19 04:07:41.838 INFO O| Oct 19 04:07:41.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66332024-10-19T04:07:43.289Z[ recovery-image] Oct 19 04:07:41.838 INFO O| Oct 19 04:07:41.838 INFO STEP 889 (remove_files) COMPLETE
66342024-10-19T04:07:43.289Z[ recovery-image] Oct 19 04:07:41.838 INFO O| Oct 19 04:07:41.838 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-10-19T04:07:43.299Z[ recovery-image] Oct 19 04:07:41.848 INFO O| Oct 19 04:07:41.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
66362024-10-19T04:07:43.299Z[ recovery-image] Oct 19 04:07:41.848 INFO O| Oct 19 04:07:41.848 INFO STEP 890 (remove_files) COMPLETE
66372024-10-19T04:07:43.301Z[ recovery-image] Oct 19 04:07:41.848 INFO O| Oct 19 04:07:41.848 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-10-19T04:07:43.308Z[ recovery-image] Oct 19 04:07:41.858 INFO O| Oct 19 04:07:41.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66392024-10-19T04:07:43.308Z[ recovery-image] Oct 19 04:07:41.859 INFO O| Oct 19 04:07:41.858 INFO STEP 891 (remove_files) COMPLETE
66402024-10-19T04:07:43.311Z[ recovery-image] Oct 19 04:07:41.859 INFO O| Oct 19 04:07:41.858 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-10-19T04:07:43.318Z[ recovery-image] Oct 19 04:07:41.868 INFO O| Oct 19 04:07:41.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66422024-10-19T04:07:43.318Z[ recovery-image] Oct 19 04:07:41.869 INFO O| Oct 19 04:07:41.869 INFO STEP 892 (remove_files) COMPLETE
66432024-10-19T04:07:43.323Z[ recovery-image] Oct 19 04:07:41.869 INFO O| Oct 19 04:07:41.869 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-10-19T04:07:43.328Z[ recovery-image] Oct 19 04:07:41.878 INFO O| Oct 19 04:07:41.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
66452024-10-19T04:07:43.328Z[ recovery-image] Oct 19 04:07:41.878 INFO O| Oct 19 04:07:41.878 INFO STEP 893 (remove_files) COMPLETE
66462024-10-19T04:07:43.330Z[ recovery-image] Oct 19 04:07:41.878 INFO O| Oct 19 04:07:41.878 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-10-19T04:07:43.338Z[ recovery-image] Oct 19 04:07:41.888 INFO O| Oct 19 04:07:41.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
66482024-10-19T04:07:43.340Z[ recovery-image] Oct 19 04:07:41.888 INFO O| Oct 19 04:07:41.888 INFO STEP 894 (remove_files) COMPLETE
66492024-10-19T04:07:43.340Z[ recovery-image] Oct 19 04:07:41.888 INFO O| Oct 19 04:07:41.888 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-10-19T04:07:43.348Z[ recovery-image] Oct 19 04:07:41.898 INFO O| Oct 19 04:07:41.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66512024-10-19T04:07:43.348Z[ recovery-image] Oct 19 04:07:41.899 INFO O| Oct 19 04:07:41.899 INFO STEP 895 (remove_files) COMPLETE
66522024-10-19T04:07:43.351Z[ recovery-image] Oct 19 04:07:41.899 INFO O| Oct 19 04:07:41.899 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-10-19T04:07:43.358Z[ recovery-image] Oct 19 04:07:41.908 INFO O| Oct 19 04:07:41.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66542024-10-19T04:07:43.358Z[ recovery-image] Oct 19 04:07:41.908 INFO O| Oct 19 04:07:41.908 INFO STEP 896 (remove_files) COMPLETE
66552024-10-19T04:07:43.358Z[ recovery-image] Oct 19 04:07:41.908 INFO O| Oct 19 04:07:41.908 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-10-19T04:07:43.368Z[ recovery-image] Oct 19 04:07:41.919 INFO O| Oct 19 04:07:41.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66572024-10-19T04:07:43.368Z[ recovery-image] Oct 19 04:07:41.919 INFO O| Oct 19 04:07:41.919 INFO STEP 897 (remove_files) COMPLETE
66582024-10-19T04:07:43.368Z[ recovery-image] Oct 19 04:07:41.919 INFO O| Oct 19 04:07:41.919 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-10-19T04:07:43.378Z[ recovery-image] Oct 19 04:07:41.928 INFO O| Oct 19 04:07:41.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66602024-10-19T04:07:43.378Z[ recovery-image] Oct 19 04:07:41.929 INFO O| Oct 19 04:07:41.929 INFO STEP 898 (remove_files) COMPLETE
66612024-10-19T04:07:43.381Z[ recovery-image] Oct 19 04:07:41.929 INFO O| Oct 19 04:07:41.929 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-10-19T04:07:43.392Z[ recovery-image] Oct 19 04:07:41.938 INFO O| Oct 19 04:07:41.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66632024-10-19T04:07:43.395Z[ recovery-image] Oct 19 04:07:41.939 INFO O| Oct 19 04:07:41.938 INFO STEP 899 (remove_files) COMPLETE
66642024-10-19T04:07:43.395Z[ recovery-image] Oct 19 04:07:41.939 INFO O| Oct 19 04:07:41.938 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-10-19T04:07:43.398Z[ recovery-image] Oct 19 04:07:41.948 INFO O| Oct 19 04:07:41.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66662024-10-19T04:07:43.398Z[ recovery-image] Oct 19 04:07:41.948 INFO O| Oct 19 04:07:41.948 INFO STEP 900 (remove_files) COMPLETE
66672024-10-19T04:07:43.400Z[ recovery-image] Oct 19 04:07:41.948 INFO O| Oct 19 04:07:41.948 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-10-19T04:07:43.409Z[ recovery-image] Oct 19 04:07:41.959 INFO O| Oct 19 04:07:41.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66692024-10-19T04:07:43.412Z[ recovery-image] Oct 19 04:07:41.959 INFO O| Oct 19 04:07:41.959 INFO STEP 901 (remove_files) COMPLETE
66702024-10-19T04:07:43.412Z[ recovery-image] Oct 19 04:07:41.959 INFO O| Oct 19 04:07:41.959 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-10-19T04:07:43.418Z[ recovery-image] Oct 19 04:07:41.969 INFO O| Oct 19 04:07:41.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66722024-10-19T04:07:43.419Z[ recovery-image] Oct 19 04:07:41.969 INFO O| Oct 19 04:07:41.969 INFO STEP 902 (remove_files) COMPLETE
66732024-10-19T04:07:43.419Z[ recovery-image] Oct 19 04:07:41.969 INFO O| Oct 19 04:07:41.969 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-10-19T04:07:43.429Z[ recovery-image] Oct 19 04:07:41.979 INFO O| Oct 19 04:07:41.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66752024-10-19T04:07:43.429Z[ recovery-image] Oct 19 04:07:41.980 INFO O| Oct 19 04:07:41.980 INFO STEP 903 (remove_files) COMPLETE
66762024-10-19T04:07:43.432Z[ recovery-image] Oct 19 04:07:41.980 INFO O| Oct 19 04:07:41.980 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-10-19T04:07:43.439Z[ recovery-image] Oct 19 04:07:41.989 INFO O| Oct 19 04:07:41.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66782024-10-19T04:07:43.439Z[ recovery-image] Oct 19 04:07:41.989 INFO O| Oct 19 04:07:41.989 INFO STEP 904 (remove_files) COMPLETE
66792024-10-19T04:07:43.439Z[ recovery-image] Oct 19 04:07:41.989 INFO O| Oct 19 04:07:41.989 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-10-19T04:07:43.448Z[ recovery-image] Oct 19 04:07:41.999 INFO O| Oct 19 04:07:41.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66812024-10-19T04:07:43.451Z[ recovery-image] Oct 19 04:07:41.999 INFO O| Oct 19 04:07:41.999 INFO STEP 905 (remove_files) COMPLETE
66822024-10-19T04:07:43.451Z[ recovery-image] Oct 19 04:07:41.999 INFO O| Oct 19 04:07:41.999 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-10-19T04:07:43.460Z[ recovery-image] Oct 19 04:07:42.011 INFO O| Oct 19 04:07:42.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66842024-10-19T04:07:43.462Z[ recovery-image] Oct 19 04:07:42.011 INFO O| Oct 19 04:07:42.011 INFO STEP 906 (remove_files) COMPLETE
66852024-10-19T04:07:43.463Z[ recovery-image] Oct 19 04:07:42.011 INFO O| Oct 19 04:07:42.011 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-10-19T04:07:43.470Z[ recovery-image] Oct 19 04:07:42.020 INFO O| Oct 19 04:07:42.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66872024-10-19T04:07:43.480Z[ recovery-image] Oct 19 04:07:42.021 INFO O| Oct 19 04:07:42.020 INFO STEP 907 (remove_files) COMPLETE
66882024-10-19T04:07:43.480Z[ recovery-image] Oct 19 04:07:42.021 INFO O| Oct 19 04:07:42.021 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-10-19T04:07:43.483Z[ recovery-image] Oct 19 04:07:42.031 INFO O| Oct 19 04:07:42.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66902024-10-19T04:07:43.483Z[ recovery-image] Oct 19 04:07:42.031 INFO O| Oct 19 04:07:42.031 INFO STEP 908 (remove_files) COMPLETE
66912024-10-19T04:07:43.483Z[ recovery-image] Oct 19 04:07:42.031 INFO O| Oct 19 04:07:42.031 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-10-19T04:07:43.491Z[ recovery-image] Oct 19 04:07:42.042 INFO O| Oct 19 04:07:42.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66932024-10-19T04:07:43.492Z[ recovery-image] Oct 19 04:07:42.042 INFO O| Oct 19 04:07:42.042 INFO STEP 909 (remove_files) COMPLETE
66942024-10-19T04:07:43.494Z[ recovery-image] Oct 19 04:07:42.042 INFO O| Oct 19 04:07:42.042 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-10-19T04:07:43.501Z[ recovery-image] Oct 19 04:07:42.051 INFO O| Oct 19 04:07:42.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66962024-10-19T04:07:43.501Z[ recovery-image] Oct 19 04:07:42.052 INFO O| Oct 19 04:07:42.052 INFO STEP 910 (remove_files) COMPLETE
66972024-10-19T04:07:43.501Z[ recovery-image] Oct 19 04:07:42.052 INFO O| Oct 19 04:07:42.052 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-10-19T04:07:43.512Z[ recovery-image] Oct 19 04:07:42.062 INFO O| Oct 19 04:07:42.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66992024-10-19T04:07:43.512Z[ recovery-image] Oct 19 04:07:42.062 INFO O| Oct 19 04:07:42.062 INFO STEP 911 (remove_files) COMPLETE
67002024-10-19T04:07:43.512Z[ recovery-image] Oct 19 04:07:42.062 INFO O| Oct 19 04:07:42.062 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-10-19T04:07:43.523Z[ recovery-image] Oct 19 04:07:42.073 INFO O| Oct 19 04:07:42.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67022024-10-19T04:07:43.523Z[ recovery-image] Oct 19 04:07:42.073 INFO O| Oct 19 04:07:42.073 INFO STEP 912 (remove_files) COMPLETE
67032024-10-19T04:07:43.523Z[ recovery-image] Oct 19 04:07:42.073 INFO O| Oct 19 04:07:42.073 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-10-19T04:07:43.532Z[ recovery-image] Oct 19 04:07:42.083 INFO O| Oct 19 04:07:42.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67052024-10-19T04:07:43.532Z[ recovery-image] Oct 19 04:07:42.083 INFO O| Oct 19 04:07:42.083 INFO STEP 913 (remove_files) COMPLETE
67062024-10-19T04:07:43.535Z[ recovery-image] Oct 19 04:07:42.083 INFO O| Oct 19 04:07:42.083 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-10-19T04:07:43.539Z[ host-image] Oct 19 04:07:42.090 INFO O| Oct 19 04:07:42.090 INFO O| Done
67082024-10-19T04:07:43.542Z[ recovery-image] Oct 19 04:07:42.092 INFO O| Oct 19 04:07:42.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67092024-10-19T04:07:43.542Z[ recovery-image] Oct 19 04:07:42.092 INFO O| Oct 19 04:07:42.092 INFO STEP 914 (remove_files) COMPLETE
67102024-10-19T04:07:43.542Z[ recovery-image] Oct 19 04:07:42.092 INFO O| Oct 19 04:07:42.092 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-19T04:07:43.552Z[ recovery-image] Oct 19 04:07:42.102 INFO O| Oct 19 04:07:42.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67122024-10-19T04:07:43.554Z[ recovery-image] Oct 19 04:07:42.102 INFO O| Oct 19 04:07:42.102 INFO STEP 915 (remove_files) COMPLETE
67132024-10-19T04:07:43.554Z[ recovery-image] Oct 19 04:07:42.102 INFO O| Oct 19 04:07:42.102 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-10-19T04:07:43.561Z[ recovery-image] Oct 19 04:07:42.112 INFO O| Oct 19 04:07:42.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67152024-10-19T04:07:43.561Z[ recovery-image] Oct 19 04:07:42.112 INFO O| Oct 19 04:07:42.112 INFO STEP 916 (remove_files) COMPLETE
67162024-10-19T04:07:43.563Z[ recovery-image] Oct 19 04:07:42.112 INFO O| Oct 19 04:07:42.112 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-10-19T04:07:43.571Z[ recovery-image] Oct 19 04:07:42.121 INFO O| Oct 19 04:07:42.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67182024-10-19T04:07:43.571Z[ recovery-image] Oct 19 04:07:42.121 INFO O| Oct 19 04:07:42.121 INFO STEP 917 (remove_files) COMPLETE
67192024-10-19T04:07:43.573Z[ recovery-image] Oct 19 04:07:42.121 INFO O| Oct 19 04:07:42.121 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-10-19T04:07:43.580Z[ recovery-image] Oct 19 04:07:42.131 INFO O| Oct 19 04:07:42.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67212024-10-19T04:07:43.583Z[ recovery-image] Oct 19 04:07:42.131 INFO O| Oct 19 04:07:42.131 INFO STEP 918 (remove_files) COMPLETE
67222024-10-19T04:07:43.583Z[ recovery-image] Oct 19 04:07:42.131 INFO O| Oct 19 04:07:42.131 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-10-19T04:07:43.590Z[ recovery-image] Oct 19 04:07:42.141 INFO O| Oct 19 04:07:42.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67242024-10-19T04:07:43.590Z[ recovery-image] Oct 19 04:07:42.141 INFO O| Oct 19 04:07:42.141 INFO STEP 919 (remove_files) COMPLETE
67252024-10-19T04:07:43.590Z[ recovery-image] Oct 19 04:07:42.141 INFO O| Oct 19 04:07:42.141 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-19T04:07:43.600Z[ recovery-image] Oct 19 04:07:42.151 INFO O| Oct 19 04:07:42.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67272024-10-19T04:07:43.600Z[ recovery-image] Oct 19 04:07:42.151 INFO O| Oct 19 04:07:42.151 INFO STEP 920 (remove_files) COMPLETE
67282024-10-19T04:07:43.600Z[ recovery-image] Oct 19 04:07:42.151 INFO O| Oct 19 04:07:42.151 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-19T04:07:43.610Z[ recovery-image] Oct 19 04:07:42.160 INFO O| Oct 19 04:07:42.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
67302024-10-19T04:07:43.610Z[ recovery-image] Oct 19 04:07:42.160 INFO O| Oct 19 04:07:42.160 INFO STEP 921 (remove_files) COMPLETE
67312024-10-19T04:07:43.612Z[ recovery-image] Oct 19 04:07:42.160 INFO O| Oct 19 04:07:42.160 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-19T04:07:43.620Z[ recovery-image] Oct 19 04:07:42.170 INFO O| Oct 19 04:07:42.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67332024-10-19T04:07:43.620Z[ recovery-image] Oct 19 04:07:42.170 INFO O| Oct 19 04:07:42.170 INFO STEP 922 (remove_files) COMPLETE
67342024-10-19T04:07:43.620Z[ recovery-image] Oct 19 04:07:42.170 INFO O| Oct 19 04:07:42.170 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-19T04:07:43.629Z[ recovery-image] Oct 19 04:07:42.180 INFO O| Oct 19 04:07:42.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67362024-10-19T04:07:43.632Z[ recovery-image] Oct 19 04:07:42.180 INFO O| Oct 19 04:07:42.180 INFO STEP 923 (remove_files) COMPLETE
67372024-10-19T04:07:43.632Z[ recovery-image] Oct 19 04:07:42.180 INFO O| Oct 19 04:07:42.180 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-19T04:07:43.639Z[ recovery-image] Oct 19 04:07:42.190 INFO O| Oct 19 04:07:42.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67392024-10-19T04:07:43.639Z[ recovery-image] Oct 19 04:07:42.190 INFO O| Oct 19 04:07:42.190 INFO STEP 924 (remove_files) COMPLETE
67402024-10-19T04:07:43.641Z[ recovery-image] Oct 19 04:07:42.190 INFO O| Oct 19 04:07:42.190 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-19T04:07:43.649Z[ recovery-image] Oct 19 04:07:42.199 INFO O| Oct 19 04:07:42.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67422024-10-19T04:07:43.649Z[ recovery-image] Oct 19 04:07:42.199 INFO O| Oct 19 04:07:42.199 INFO STEP 925 (remove_files) COMPLETE
67432024-10-19T04:07:43.651Z[ recovery-image] Oct 19 04:07:42.199 INFO O| Oct 19 04:07:42.199 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-19T04:07:43.659Z[ recovery-image] Oct 19 04:07:42.209 INFO O| Oct 19 04:07:42.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67452024-10-19T04:07:43.659Z[ recovery-image] Oct 19 04:07:42.209 INFO O| Oct 19 04:07:42.209 INFO STEP 926 (remove_files) COMPLETE
67462024-10-19T04:07:43.661Z[ recovery-image] Oct 19 04:07:42.209 INFO O| Oct 19 04:07:42.209 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-19T04:07:43.668Z[ recovery-image] Oct 19 04:07:42.219 INFO O| Oct 19 04:07:42.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67482024-10-19T04:07:43.671Z[ recovery-image] Oct 19 04:07:42.219 INFO O| Oct 19 04:07:42.219 INFO STEP 927 (remove_files) COMPLETE
67492024-10-19T04:07:43.671Z[ recovery-image] Oct 19 04:07:42.219 INFO O| Oct 19 04:07:42.219 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-19T04:07:43.678Z[ recovery-image] Oct 19 04:07:42.229 INFO O| Oct 19 04:07:42.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67512024-10-19T04:07:43.680Z[ recovery-image] Oct 19 04:07:42.229 INFO O| Oct 19 04:07:42.229 INFO STEP 928 (remove_files) COMPLETE
67522024-10-19T04:07:43.680Z[ recovery-image] Oct 19 04:07:42.229 INFO O| Oct 19 04:07:42.229 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-19T04:07:43.688Z[ recovery-image] Oct 19 04:07:42.238 INFO O| Oct 19 04:07:42.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67542024-10-19T04:07:43.688Z[ recovery-image] Oct 19 04:07:42.238 INFO O| Oct 19 04:07:42.238 INFO STEP 929 (remove_files) COMPLETE
67552024-10-19T04:07:43.688Z[ recovery-image] Oct 19 04:07:42.238 INFO O| Oct 19 04:07:42.238 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-19T04:07:43.698Z[ recovery-image] Oct 19 04:07:42.248 INFO O| Oct 19 04:07:42.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67572024-10-19T04:07:43.700Z[ recovery-image] Oct 19 04:07:42.248 INFO O| Oct 19 04:07:42.248 INFO STEP 930 (remove_files) COMPLETE
67582024-10-19T04:07:43.700Z[ recovery-image] Oct 19 04:07:42.248 INFO O| Oct 19 04:07:42.248 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-19T04:07:43.707Z[ recovery-image] Oct 19 04:07:42.258 INFO O| Oct 19 04:07:42.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67602024-10-19T04:07:43.708Z[ recovery-image] Oct 19 04:07:42.258 INFO O| Oct 19 04:07:42.258 INFO STEP 931 (remove_files) COMPLETE
67612024-10-19T04:07:43.710Z[ recovery-image] Oct 19 04:07:42.258 INFO O| Oct 19 04:07:42.258 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-19T04:07:43.717Z[ recovery-image] Oct 19 04:07:42.267 INFO O| Oct 19 04:07:42.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67632024-10-19T04:07:43.719Z[ recovery-image] Oct 19 04:07:42.268 INFO O| Oct 19 04:07:42.268 INFO STEP 932 (remove_files) COMPLETE
67642024-10-19T04:07:43.719Z[ recovery-image] Oct 19 04:07:42.268 INFO O| Oct 19 04:07:42.268 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-10-19T04:07:43.727Z[ recovery-image] Oct 19 04:07:42.277 INFO O| Oct 19 04:07:42.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67662024-10-19T04:07:43.727Z[ recovery-image] Oct 19 04:07:42.277 INFO O| Oct 19 04:07:42.277 INFO STEP 933 (remove_files) COMPLETE
67672024-10-19T04:07:43.729Z[ recovery-image] Oct 19 04:07:42.277 INFO O| Oct 19 04:07:42.277 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-10-19T04:07:43.736Z[ recovery-image] Oct 19 04:07:42.286 INFO O| Oct 19 04:07:42.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67692024-10-19T04:07:43.741Z[ recovery-image] Oct 19 04:07:42.287 INFO O| Oct 19 04:07:42.286 INFO STEP 934 (remove_files) COMPLETE
67702024-10-19T04:07:43.741Z[ recovery-image] Oct 19 04:07:42.287 INFO O| Oct 19 04:07:42.287 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-10-19T04:07:43.748Z[ recovery-image] Oct 19 04:07:42.296 INFO O| Oct 19 04:07:42.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67722024-10-19T04:07:43.748Z[ recovery-image] Oct 19 04:07:42.296 INFO O| Oct 19 04:07:42.296 INFO STEP 935 (remove_files) COMPLETE
67732024-10-19T04:07:43.748Z[ recovery-image] Oct 19 04:07:42.296 INFO O| Oct 19 04:07:42.296 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-10-19T04:07:43.755Z[ recovery-image] Oct 19 04:07:42.306 INFO O| Oct 19 04:07:42.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67752024-10-19T04:07:43.755Z[ recovery-image] Oct 19 04:07:42.306 INFO O| Oct 19 04:07:42.306 INFO STEP 936 (remove_files) COMPLETE
67762024-10-19T04:07:43.758Z[ recovery-image] Oct 19 04:07:42.306 INFO O| Oct 19 04:07:42.306 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-19T04:07:43.765Z[ recovery-image] Oct 19 04:07:42.316 INFO O| Oct 19 04:07:42.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67782024-10-19T04:07:43.767Z[ recovery-image] Oct 19 04:07:42.316 INFO O| Oct 19 04:07:42.316 INFO STEP 937 (remove_files) COMPLETE
67792024-10-19T04:07:43.768Z[ recovery-image] Oct 19 04:07:42.316 INFO O| Oct 19 04:07:42.316 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-19T04:07:43.775Z[ recovery-image] Oct 19 04:07:42.325 INFO O| Oct 19 04:07:42.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67812024-10-19T04:07:43.775Z[ recovery-image] Oct 19 04:07:42.325 INFO O| Oct 19 04:07:42.325 INFO STEP 938 (remove_files) COMPLETE
67822024-10-19T04:07:43.777Z[ recovery-image] Oct 19 04:07:42.325 INFO O| Oct 19 04:07:42.325 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-19T04:07:43.785Z[ recovery-image] Oct 19 04:07:42.335 INFO O| Oct 19 04:07:42.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67842024-10-19T04:07:43.785Z[ recovery-image] Oct 19 04:07:42.335 INFO O| Oct 19 04:07:42.335 INFO STEP 939 (remove_files) COMPLETE
67852024-10-19T04:07:43.785Z[ recovery-image] Oct 19 04:07:42.335 INFO O| Oct 19 04:07:42.335 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-19T04:07:43.803Z[ recovery-image] Oct 19 04:07:42.353 INFO O| Oct 19 04:07:42.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67872024-10-19T04:07:43.803Z[ recovery-image] Oct 19 04:07:42.353 INFO O| Oct 19 04:07:42.352 INFO STEP 940 (remove_files) COMPLETE
67882024-10-19T04:07:43.806Z[ recovery-image] Oct 19 04:07:42.353 INFO O| Oct 19 04:07:42.352 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-19T04:07:43.816Z[ recovery-image] Oct 19 04:07:42.366 INFO O| Oct 19 04:07:42.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67902024-10-19T04:07:43.818Z[ recovery-image] Oct 19 04:07:42.366 INFO O| Oct 19 04:07:42.366 INFO STEP 941 (remove_files) COMPLETE
67912024-10-19T04:07:43.819Z[ recovery-image] Oct 19 04:07:42.366 INFO O| Oct 19 04:07:42.366 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-19T04:07:43.828Z[ recovery-image] Oct 19 04:07:42.378 INFO O| Oct 19 04:07:42.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67932024-10-19T04:07:43.828Z[ recovery-image] Oct 19 04:07:42.378 INFO O| Oct 19 04:07:42.378 INFO STEP 942 (remove_files) COMPLETE
67942024-10-19T04:07:43.828Z[ recovery-image] Oct 19 04:07:42.378 INFO O| Oct 19 04:07:42.378 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-19T04:07:43.838Z[ recovery-image] Oct 19 04:07:42.389 INFO O| Oct 19 04:07:42.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67962024-10-19T04:07:43.840Z[ recovery-image] Oct 19 04:07:42.389 INFO O| Oct 19 04:07:42.389 INFO STEP 943 (remove_files) COMPLETE
67972024-10-19T04:07:43.841Z[ recovery-image] Oct 19 04:07:42.389 INFO O| Oct 19 04:07:42.389 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-10-19T04:07:43.849Z[ recovery-image] Oct 19 04:07:42.399 INFO O| Oct 19 04:07:42.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67992024-10-19T04:07:43.849Z[ recovery-image] Oct 19 04:07:42.399 INFO O| Oct 19 04:07:42.399 INFO STEP 944 (remove_files) COMPLETE
68002024-10-19T04:07:43.849Z[ recovery-image] Oct 19 04:07:42.399 INFO O| Oct 19 04:07:42.399 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-10-19T04:07:43.859Z[ recovery-image] Oct 19 04:07:42.410 INFO O| Oct 19 04:07:42.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68022024-10-19T04:07:43.859Z[ recovery-image] Oct 19 04:07:42.410 INFO O| Oct 19 04:07:42.410 INFO STEP 945 (remove_files) COMPLETE
68032024-10-19T04:07:43.861Z[ recovery-image] Oct 19 04:07:42.410 INFO O| Oct 19 04:07:42.410 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-10-19T04:07:43.869Z[ recovery-image] Oct 19 04:07:42.419 INFO O| Oct 19 04:07:42.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68052024-10-19T04:07:43.869Z[ recovery-image] Oct 19 04:07:42.420 INFO O| Oct 19 04:07:42.420 INFO STEP 946 (remove_files) COMPLETE
68062024-10-19T04:07:43.871Z[ recovery-image] Oct 19 04:07:42.420 INFO O| Oct 19 04:07:42.420 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-10-19T04:07:43.879Z[ recovery-image] Oct 19 04:07:42.429 INFO O| Oct 19 04:07:42.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68082024-10-19T04:07:43.881Z[ recovery-image] Oct 19 04:07:42.429 INFO O| Oct 19 04:07:42.429 INFO STEP 947 (remove_files) COMPLETE
68092024-10-19T04:07:43.881Z[ recovery-image] Oct 19 04:07:42.430 INFO O| Oct 19 04:07:42.429 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-10-19T04:07:43.888Z[ recovery-image] Oct 19 04:07:42.439 INFO O| Oct 19 04:07:42.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68112024-10-19T04:07:43.889Z[ recovery-image] Oct 19 04:07:42.439 INFO O| Oct 19 04:07:42.439 INFO STEP 948 (remove_files) COMPLETE
68122024-10-19T04:07:43.889Z[ recovery-image] Oct 19 04:07:42.439 INFO O| Oct 19 04:07:42.439 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-10-19T04:07:43.900Z[ recovery-image] Oct 19 04:07:42.451 INFO O| Oct 19 04:07:42.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68142024-10-19T04:07:43.900Z[ recovery-image] Oct 19 04:07:42.451 INFO O| Oct 19 04:07:42.451 INFO STEP 949 (remove_files) COMPLETE
68152024-10-19T04:07:43.903Z[ recovery-image] Oct 19 04:07:42.451 INFO O| Oct 19 04:07:42.451 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-10-19T04:07:43.910Z[ recovery-image] Oct 19 04:07:42.460 INFO O| Oct 19 04:07:42.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68172024-10-19T04:07:43.910Z[ recovery-image] Oct 19 04:07:42.460 INFO O| Oct 19 04:07:42.460 INFO STEP 950 (remove_files) COMPLETE
68182024-10-19T04:07:43.912Z[ recovery-image] Oct 19 04:07:42.460 INFO O| Oct 19 04:07:42.460 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-10-19T04:07:43.920Z[ recovery-image] Oct 19 04:07:42.470 INFO O| Oct 19 04:07:42.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68202024-10-19T04:07:43.922Z[ recovery-image] Oct 19 04:07:42.470 INFO O| Oct 19 04:07:42.470 INFO STEP 951 (remove_files) COMPLETE
68212024-10-19T04:07:43.922Z[ recovery-image] Oct 19 04:07:42.470 INFO O| Oct 19 04:07:42.470 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-10-19T04:07:43.929Z[ recovery-image] Oct 19 04:07:42.480 INFO O| Oct 19 04:07:42.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68232024-10-19T04:07:43.929Z[ recovery-image] Oct 19 04:07:42.480 INFO O| Oct 19 04:07:42.480 INFO STEP 952 (remove_files) COMPLETE
68242024-10-19T04:07:43.931Z[ recovery-image] Oct 19 04:07:42.480 INFO O| Oct 19 04:07:42.480 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-10-19T04:07:43.940Z[ recovery-image] Oct 19 04:07:42.490 INFO O| Oct 19 04:07:42.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68262024-10-19T04:07:43.940Z[ recovery-image] Oct 19 04:07:42.490 INFO O| Oct 19 04:07:42.490 INFO STEP 953 (remove_files) COMPLETE
68272024-10-19T04:07:43.942Z[ recovery-image] Oct 19 04:07:42.490 INFO O| Oct 19 04:07:42.490 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-10-19T04:07:43.952Z[ recovery-image] Oct 19 04:07:42.502 INFO O| Oct 19 04:07:42.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68292024-10-19T04:07:43.952Z[ recovery-image] Oct 19 04:07:42.502 INFO O| Oct 19 04:07:42.502 INFO STEP 954 (remove_files) COMPLETE
68302024-10-19T04:07:43.954Z[ recovery-image] Oct 19 04:07:42.502 INFO O| Oct 19 04:07:42.502 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-19T04:07:43.962Z[ recovery-image] Oct 19 04:07:42.512 INFO O| Oct 19 04:07:42.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68322024-10-19T04:07:43.962Z[ recovery-image] Oct 19 04:07:42.512 INFO O| Oct 19 04:07:42.512 INFO STEP 955 (remove_files) COMPLETE
68332024-10-19T04:07:43.964Z[ recovery-image] Oct 19 04:07:42.512 INFO O| Oct 19 04:07:42.512 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-19T04:07:43.971Z[ recovery-image] Oct 19 04:07:42.521 INFO O| Oct 19 04:07:42.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68352024-10-19T04:07:43.973Z[ recovery-image] Oct 19 04:07:42.522 INFO O| Oct 19 04:07:42.521 INFO STEP 956 (remove_files) COMPLETE
68362024-10-19T04:07:43.973Z[ recovery-image] Oct 19 04:07:42.522 INFO O| Oct 19 04:07:42.521 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-19T04:07:43.981Z[ recovery-image] Oct 19 04:07:42.531 INFO O| Oct 19 04:07:42.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68382024-10-19T04:07:43.981Z[ recovery-image] Oct 19 04:07:42.531 INFO O| Oct 19 04:07:42.531 INFO STEP 957 (remove_files) COMPLETE
68392024-10-19T04:07:43.983Z[ recovery-image] Oct 19 04:07:42.531 INFO O| Oct 19 04:07:42.531 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-19T04:07:43.990Z[ recovery-image] Oct 19 04:07:42.541 INFO O| Oct 19 04:07:42.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68412024-10-19T04:07:43.992Z[ recovery-image] Oct 19 04:07:42.541 INFO O| Oct 19 04:07:42.541 INFO STEP 958 (remove_files) COMPLETE
68422024-10-19T04:07:43.992Z[ recovery-image] Oct 19 04:07:42.541 INFO O| Oct 19 04:07:42.541 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-19T04:07:44.000Z[ recovery-image] Oct 19 04:07:42.550 INFO O| Oct 19 04:07:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68442024-10-19T04:07:44.000Z[ recovery-image] Oct 19 04:07:42.550 INFO O| Oct 19 04:07:42.550 INFO STEP 959 (remove_files) COMPLETE
68452024-10-19T04:07:44.000Z[ recovery-image] Oct 19 04:07:42.550 INFO O| Oct 19 04:07:42.550 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-19T04:07:44.010Z[ recovery-image] Oct 19 04:07:42.560 INFO O| Oct 19 04:07:42.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68472024-10-19T04:07:44.010Z[ recovery-image] Oct 19 04:07:42.560 INFO O| Oct 19 04:07:42.560 INFO STEP 960 (remove_files) COMPLETE
68482024-10-19T04:07:44.012Z[ recovery-image] Oct 19 04:07:42.560 INFO O| Oct 19 04:07:42.560 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-19T04:07:44.019Z[ recovery-image] Oct 19 04:07:42.570 INFO O| Oct 19 04:07:42.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68502024-10-19T04:07:44.019Z[ recovery-image] Oct 19 04:07:42.570 INFO O| Oct 19 04:07:42.570 INFO STEP 961 (remove_files) COMPLETE
68512024-10-19T04:07:44.019Z[ recovery-image] Oct 19 04:07:42.570 INFO O| Oct 19 04:07:42.570 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-19T04:07:44.029Z[ recovery-image] Oct 19 04:07:42.579 INFO O| Oct 19 04:07:42.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68532024-10-19T04:07:44.032Z[ recovery-image] Oct 19 04:07:42.579 INFO O| Oct 19 04:07:42.579 INFO STEP 962 (remove_files) COMPLETE
68542024-10-19T04:07:44.032Z[ recovery-image] Oct 19 04:07:42.579 INFO O| Oct 19 04:07:42.579 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-19T04:07:44.039Z[ recovery-image] Oct 19 04:07:42.589 INFO O| Oct 19 04:07:42.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68562024-10-19T04:07:44.039Z[ recovery-image] Oct 19 04:07:42.589 INFO O| Oct 19 04:07:42.589 INFO STEP 963 (remove_files) COMPLETE
68572024-10-19T04:07:44.039Z[ recovery-image] Oct 19 04:07:42.589 INFO O| Oct 19 04:07:42.589 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-19T04:07:44.048Z[ recovery-image] Oct 19 04:07:42.598 INFO O| Oct 19 04:07:42.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68592024-10-19T04:07:44.050Z[ recovery-image] Oct 19 04:07:42.599 INFO O| Oct 19 04:07:42.598 INFO STEP 964 (remove_files) COMPLETE
68602024-10-19T04:07:44.050Z[ recovery-image] Oct 19 04:07:42.599 INFO O| Oct 19 04:07:42.598 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-19T04:07:44.058Z[ recovery-image] Oct 19 04:07:42.608 INFO O| Oct 19 04:07:42.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68622024-10-19T04:07:44.060Z[ recovery-image] Oct 19 04:07:42.608 INFO O| Oct 19 04:07:42.608 INFO STEP 965 (remove_files) COMPLETE
68632024-10-19T04:07:44.060Z[ recovery-image] Oct 19 04:07:42.608 INFO O| Oct 19 04:07:42.608 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-19T04:07:44.067Z[ recovery-image] Oct 19 04:07:42.618 INFO O| Oct 19 04:07:42.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68652024-10-19T04:07:44.067Z[ recovery-image] Oct 19 04:07:42.618 INFO O| Oct 19 04:07:42.618 INFO STEP 966 (remove_files) COMPLETE
68662024-10-19T04:07:44.069Z[ recovery-image] Oct 19 04:07:42.618 INFO O| Oct 19 04:07:42.618 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-19T04:07:44.077Z[ recovery-image] Oct 19 04:07:42.627 INFO O| Oct 19 04:07:42.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68682024-10-19T04:07:44.077Z[ recovery-image] Oct 19 04:07:42.627 INFO O| Oct 19 04:07:42.627 INFO STEP 967 (remove_files) COMPLETE
68692024-10-19T04:07:44.077Z[ recovery-image] Oct 19 04:07:42.627 INFO O| Oct 19 04:07:42.627 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-19T04:07:44.087Z[ recovery-image] Oct 19 04:07:42.637 INFO O| Oct 19 04:07:42.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68712024-10-19T04:07:44.087Z[ recovery-image] Oct 19 04:07:42.637 INFO O| Oct 19 04:07:42.637 INFO STEP 968 (remove_files) COMPLETE
68722024-10-19T04:07:44.089Z[ recovery-image] Oct 19 04:07:42.637 INFO O| Oct 19 04:07:42.637 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-19T04:07:44.096Z[ recovery-image] Oct 19 04:07:42.646 INFO O| Oct 19 04:07:42.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68742024-10-19T04:07:44.096Z[ recovery-image] Oct 19 04:07:42.647 INFO O| Oct 19 04:07:42.646 INFO STEP 969 (remove_files) COMPLETE
68752024-10-19T04:07:44.096Z[ recovery-image] Oct 19 04:07:42.647 INFO O| Oct 19 04:07:42.647 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-19T04:07:44.106Z[ recovery-image] Oct 19 04:07:42.656 INFO O| Oct 19 04:07:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68772024-10-19T04:07:44.106Z[ recovery-image] Oct 19 04:07:42.656 INFO O| Oct 19 04:07:42.656 INFO STEP 970 (remove_files) COMPLETE
68782024-10-19T04:07:44.108Z[ recovery-image] Oct 19 04:07:42.656 INFO O| Oct 19 04:07:42.656 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-19T04:07:44.115Z[ recovery-image] Oct 19 04:07:42.666 INFO O| Oct 19 04:07:42.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68802024-10-19T04:07:44.115Z[ recovery-image] Oct 19 04:07:42.666 INFO O| Oct 19 04:07:42.666 INFO STEP 971 (remove_files) COMPLETE
68812024-10-19T04:07:44.115Z[ recovery-image] Oct 19 04:07:42.666 INFO O| Oct 19 04:07:42.666 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-19T04:07:44.125Z[ recovery-image] Oct 19 04:07:42.675 INFO O| Oct 19 04:07:42.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68832024-10-19T04:07:44.127Z[ recovery-image] Oct 19 04:07:42.676 INFO O| Oct 19 04:07:42.675 INFO STEP 972 (remove_files) COMPLETE
68842024-10-19T04:07:44.127Z[ recovery-image] Oct 19 04:07:42.676 INFO O| Oct 19 04:07:42.676 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-19T04:07:44.135Z[ recovery-image] Oct 19 04:07:42.685 INFO O| Oct 19 04:07:42.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68862024-10-19T04:07:44.137Z[ recovery-image] Oct 19 04:07:42.685 INFO O| Oct 19 04:07:42.685 INFO STEP 973 (remove_files) COMPLETE
68872024-10-19T04:07:44.137Z[ recovery-image] Oct 19 04:07:42.685 INFO O| Oct 19 04:07:42.685 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-19T04:07:44.144Z[ recovery-image] Oct 19 04:07:42.695 INFO O| Oct 19 04:07:42.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68892024-10-19T04:07:44.147Z[ recovery-image] Oct 19 04:07:42.695 INFO O| Oct 19 04:07:42.695 INFO STEP 974 (remove_files) COMPLETE
68902024-10-19T04:07:44.147Z[ recovery-image] Oct 19 04:07:42.695 INFO O| Oct 19 04:07:42.695 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-19T04:07:44.154Z[ recovery-image] Oct 19 04:07:42.704 INFO O| Oct 19 04:07:42.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68922024-10-19T04:07:44.154Z[ recovery-image] Oct 19 04:07:42.705 INFO O| Oct 19 04:07:42.705 INFO STEP 975 (remove_files) COMPLETE
68932024-10-19T04:07:44.157Z[ recovery-image] Oct 19 04:07:42.705 INFO O| Oct 19 04:07:42.705 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-19T04:07:44.165Z[ recovery-image] Oct 19 04:07:42.714 INFO O| Oct 19 04:07:42.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68952024-10-19T04:07:44.165Z[ recovery-image] Oct 19 04:07:42.714 INFO O| Oct 19 04:07:42.714 INFO STEP 976 (remove_files) COMPLETE
68962024-10-19T04:07:44.167Z[ recovery-image] Oct 19 04:07:42.714 INFO O| Oct 19 04:07:42.714 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-19T04:07:44.174Z[ recovery-image] Oct 19 04:07:42.724 INFO O| Oct 19 04:07:42.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68982024-10-19T04:07:44.176Z[ recovery-image] Oct 19 04:07:42.724 INFO O| Oct 19 04:07:42.724 INFO STEP 977 (remove_files) COMPLETE
68992024-10-19T04:07:44.176Z[ recovery-image] Oct 19 04:07:42.724 INFO O| Oct 19 04:07:42.724 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-10-19T04:07:44.184Z[ recovery-image] Oct 19 04:07:42.735 INFO O| Oct 19 04:07:42.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69012024-10-19T04:07:44.187Z[ recovery-image] Oct 19 04:07:42.735 INFO O| Oct 19 04:07:42.735 INFO STEP 978 (remove_files) COMPLETE
69022024-10-19T04:07:44.187Z[ recovery-image] Oct 19 04:07:42.735 INFO O| Oct 19 04:07:42.735 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-10-19T04:07:44.195Z[ recovery-image] Oct 19 04:07:42.745 INFO O| Oct 19 04:07:42.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69042024-10-19T04:07:44.195Z[ recovery-image] Oct 19 04:07:42.745 INFO O| Oct 19 04:07:42.745 INFO STEP 979 (remove_files) COMPLETE
69052024-10-19T04:07:44.197Z[ recovery-image] Oct 19 04:07:42.745 INFO O| Oct 19 04:07:42.745 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-19T04:07:44.205Z[ recovery-image] Oct 19 04:07:42.755 INFO O| Oct 19 04:07:42.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69072024-10-19T04:07:44.207Z[ recovery-image] Oct 19 04:07:42.755 INFO O| Oct 19 04:07:42.755 INFO STEP 980 (remove_files) COMPLETE
69082024-10-19T04:07:44.207Z[ recovery-image] Oct 19 04:07:42.756 INFO O| Oct 19 04:07:42.755 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-19T04:07:44.215Z[ recovery-image] Oct 19 04:07:42.765 INFO O| Oct 19 04:07:42.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69102024-10-19T04:07:44.217Z[ recovery-image] Oct 19 04:07:42.765 INFO O| Oct 19 04:07:42.765 INFO STEP 981 (remove_files) COMPLETE
69112024-10-19T04:07:44.217Z[ recovery-image] Oct 19 04:07:42.765 INFO O| Oct 19 04:07:42.765 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-19T04:07:44.225Z[ recovery-image] Oct 19 04:07:42.775 INFO O| Oct 19 04:07:42.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69132024-10-19T04:07:44.227Z[ recovery-image] Oct 19 04:07:42.775 INFO O| Oct 19 04:07:42.775 INFO STEP 982 (remove_files) COMPLETE
69142024-10-19T04:07:44.227Z[ recovery-image] Oct 19 04:07:42.775 INFO O| Oct 19 04:07:42.775 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-19T04:07:44.234Z[ recovery-image] Oct 19 04:07:42.785 INFO O| Oct 19 04:07:42.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69162024-10-19T04:07:44.234Z[ recovery-image] Oct 19 04:07:42.785 INFO O| Oct 19 04:07:42.785 INFO STEP 983 (remove_files) COMPLETE
69172024-10-19T04:07:44.234Z[ recovery-image] Oct 19 04:07:42.785 INFO O| Oct 19 04:07:42.785 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-19T04:07:44.244Z[ recovery-image] Oct 19 04:07:42.794 INFO O| Oct 19 04:07:42.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69192024-10-19T04:07:44.244Z[ recovery-image] Oct 19 04:07:42.794 INFO O| Oct 19 04:07:42.794 INFO STEP 984 (remove_files) COMPLETE
69202024-10-19T04:07:44.244Z[ recovery-image] Oct 19 04:07:42.795 INFO O| Oct 19 04:07:42.794 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-19T04:07:44.254Z[ recovery-image] Oct 19 04:07:42.804 INFO O| Oct 19 04:07:42.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69222024-10-19T04:07:44.254Z[ recovery-image] Oct 19 04:07:42.804 INFO O| Oct 19 04:07:42.804 INFO STEP 985 (remove_files) COMPLETE
69232024-10-19T04:07:44.254Z[ recovery-image] Oct 19 04:07:42.804 INFO O| Oct 19 04:07:42.804 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-10-19T04:07:44.264Z[ recovery-image] Oct 19 04:07:42.814 INFO O| Oct 19 04:07:42.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69252024-10-19T04:07:44.264Z[ recovery-image] Oct 19 04:07:42.814 INFO O| Oct 19 04:07:42.814 INFO STEP 986 (remove_files) COMPLETE
69262024-10-19T04:07:44.264Z[ recovery-image] Oct 19 04:07:42.814 INFO O| Oct 19 04:07:42.814 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-10-19T04:07:44.273Z[ recovery-image] Oct 19 04:07:42.823 INFO O| Oct 19 04:07:42.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69282024-10-19T04:07:44.273Z[ recovery-image] Oct 19 04:07:42.823 INFO O| Oct 19 04:07:42.823 INFO STEP 987 (remove_files) COMPLETE
69292024-10-19T04:07:44.273Z[ recovery-image] Oct 19 04:07:42.823 INFO O| Oct 19 04:07:42.823 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-10-19T04:07:44.282Z[ recovery-image] Oct 19 04:07:42.833 INFO O| Oct 19 04:07:42.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69312024-10-19T04:07:44.282Z[ recovery-image] Oct 19 04:07:42.833 INFO O| Oct 19 04:07:42.833 INFO STEP 988 (remove_files) COMPLETE
69322024-10-19T04:07:44.285Z[ recovery-image] Oct 19 04:07:42.833 INFO O| Oct 19 04:07:42.833 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-10-19T04:07:44.292Z[ recovery-image] Oct 19 04:07:42.842 INFO O| Oct 19 04:07:42.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69342024-10-19T04:07:44.292Z[ recovery-image] Oct 19 04:07:42.843 INFO O| Oct 19 04:07:42.843 INFO STEP 989 (remove_files) COMPLETE
69352024-10-19T04:07:44.294Z[ recovery-image] Oct 19 04:07:42.843 INFO O| Oct 19 04:07:42.843 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-10-19T04:07:44.302Z[ recovery-image] Oct 19 04:07:42.852 INFO O| Oct 19 04:07:42.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69372024-10-19T04:07:44.304Z[ recovery-image] Oct 19 04:07:42.852 INFO O| Oct 19 04:07:42.852 INFO STEP 990 (remove_files) COMPLETE
69382024-10-19T04:07:44.304Z[ recovery-image] Oct 19 04:07:42.852 INFO O| Oct 19 04:07:42.852 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-10-19T04:07:44.312Z[ recovery-image] Oct 19 04:07:42.863 INFO O| Oct 19 04:07:42.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69402024-10-19T04:07:44.312Z[ recovery-image] Oct 19 04:07:42.863 INFO O| Oct 19 04:07:42.863 INFO STEP 991 (remove_files) COMPLETE
69412024-10-19T04:07:44.312Z[ recovery-image] Oct 19 04:07:42.863 INFO O| Oct 19 04:07:42.863 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-10-19T04:07:44.322Z[ recovery-image] Oct 19 04:07:42.872 INFO O| Oct 19 04:07:42.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
69432024-10-19T04:07:44.325Z[ recovery-image] Oct 19 04:07:42.872 INFO O| Oct 19 04:07:42.872 INFO STEP 992 (remove_files) COMPLETE
69442024-10-19T04:07:44.325Z[ recovery-image] Oct 19 04:07:42.873 INFO O| Oct 19 04:07:42.872 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-10-19T04:07:44.332Z[ recovery-image] Oct 19 04:07:42.882 INFO O| Oct 19 04:07:42.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69462024-10-19T04:07:44.332Z[ recovery-image] Oct 19 04:07:42.882 INFO O| Oct 19 04:07:42.882 INFO STEP 993 (remove_files) COMPLETE
69472024-10-19T04:07:44.334Z[ recovery-image] Oct 19 04:07:42.882 INFO O| Oct 19 04:07:42.882 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-10-19T04:07:44.342Z[ recovery-image] Oct 19 04:07:42.892 INFO O| Oct 19 04:07:42.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69492024-10-19T04:07:44.344Z[ recovery-image] Oct 19 04:07:42.892 INFO O| Oct 19 04:07:42.892 INFO STEP 994 (remove_files) COMPLETE
69502024-10-19T04:07:44.344Z[ recovery-image] Oct 19 04:07:42.892 INFO O| Oct 19 04:07:42.892 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-10-19T04:07:44.352Z[ recovery-image] Oct 19 04:07:42.902 INFO O| Oct 19 04:07:42.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69522024-10-19T04:07:44.352Z[ recovery-image] Oct 19 04:07:42.902 INFO O| Oct 19 04:07:42.902 INFO STEP 995 (remove_files) COMPLETE
69532024-10-19T04:07:44.355Z[ recovery-image] Oct 19 04:07:42.902 INFO O| Oct 19 04:07:42.902 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-10-19T04:07:44.361Z[ recovery-image] Oct 19 04:07:42.911 INFO O| Oct 19 04:07:42.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69552024-10-19T04:07:44.363Z[ recovery-image] Oct 19 04:07:42.912 INFO O| Oct 19 04:07:42.912 INFO STEP 996 (remove_files) COMPLETE
69562024-10-19T04:07:44.363Z[ recovery-image] Oct 19 04:07:42.912 INFO O| Oct 19 04:07:42.912 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-10-19T04:07:44.371Z[ recovery-image] Oct 19 04:07:42.921 INFO O| Oct 19 04:07:42.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69582024-10-19T04:07:44.371Z[ recovery-image] Oct 19 04:07:42.922 INFO O| Oct 19 04:07:42.922 INFO STEP 997 (remove_files) COMPLETE
69592024-10-19T04:07:44.371Z[ recovery-image] Oct 19 04:07:42.922 INFO O| Oct 19 04:07:42.922 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-10-19T04:07:44.381Z[ recovery-image] Oct 19 04:07:42.931 INFO O| Oct 19 04:07:42.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69612024-10-19T04:07:44.381Z[ recovery-image] Oct 19 04:07:42.931 INFO O| Oct 19 04:07:42.931 INFO STEP 998 (remove_files) COMPLETE
69622024-10-19T04:07:44.383Z[ recovery-image] Oct 19 04:07:42.931 INFO O| Oct 19 04:07:42.931 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-10-19T04:07:44.390Z[ recovery-image] Oct 19 04:07:42.941 INFO O| Oct 19 04:07:42.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69642024-10-19T04:07:44.390Z[ recovery-image] Oct 19 04:07:42.941 INFO O| Oct 19 04:07:42.941 INFO STEP 999 (remove_files) COMPLETE
69652024-10-19T04:07:44.390Z[ recovery-image] Oct 19 04:07:42.941 INFO O| Oct 19 04:07:42.941 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-10-19T04:07:44.400Z[ recovery-image] Oct 19 04:07:42.950 INFO O| Oct 19 04:07:42.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69672024-10-19T04:07:44.400Z[ recovery-image] Oct 19 04:07:42.950 INFO O| Oct 19 04:07:42.950 INFO STEP 1000 (remove_files) COMPLETE
69682024-10-19T04:07:44.400Z[ recovery-image] Oct 19 04:07:42.950 INFO O| Oct 19 04:07:42.950 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-10-19T04:07:44.410Z[ recovery-image] Oct 19 04:07:42.960 INFO O| Oct 19 04:07:42.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69702024-10-19T04:07:44.410Z[ recovery-image] Oct 19 04:07:42.960 INFO O| Oct 19 04:07:42.960 INFO STEP 1001 (remove_files) COMPLETE
69712024-10-19T04:07:44.412Z[ recovery-image] Oct 19 04:07:42.960 INFO O| Oct 19 04:07:42.960 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-10-19T04:07:44.420Z[ recovery-image] Oct 19 04:07:42.971 INFO O| Oct 19 04:07:42.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69732024-10-19T04:07:44.421Z[ recovery-image] Oct 19 04:07:42.971 INFO O| Oct 19 04:07:42.971 INFO STEP 1002 (remove_files) COMPLETE
69742024-10-19T04:07:44.421Z[ recovery-image] Oct 19 04:07:42.971 INFO O| Oct 19 04:07:42.971 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-10-19T04:07:44.430Z[ recovery-image] Oct 19 04:07:42.980 INFO O| Oct 19 04:07:42.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69762024-10-19T04:07:44.432Z[ recovery-image] Oct 19 04:07:42.981 INFO O| Oct 19 04:07:42.980 INFO STEP 1003 (remove_files) COMPLETE
69772024-10-19T04:07:44.432Z[ recovery-image] Oct 19 04:07:42.981 INFO O| Oct 19 04:07:42.980 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-10-19T04:07:44.440Z[ recovery-image] Oct 19 04:07:42.990 INFO O| Oct 19 04:07:42.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69792024-10-19T04:07:44.442Z[ recovery-image] Oct 19 04:07:42.990 INFO O| Oct 19 04:07:42.990 INFO STEP 1004 (remove_files) COMPLETE
69802024-10-19T04:07:44.442Z[ recovery-image] Oct 19 04:07:42.990 INFO O| Oct 19 04:07:42.990 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-10-19T04:07:44.449Z[ recovery-image] Oct 19 04:07:43.000 INFO O| Oct 19 04:07:43.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69822024-10-19T04:07:44.452Z[ recovery-image] Oct 19 04:07:43.000 INFO O| Oct 19 04:07:43.000 INFO STEP 1005 (remove_files) COMPLETE
69832024-10-19T04:07:44.452Z[ recovery-image] Oct 19 04:07:43.000 INFO O| Oct 19 04:07:43.000 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-10-19T04:07:44.460Z[ recovery-image] Oct 19 04:07:43.010 INFO O| Oct 19 04:07:43.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69852024-10-19T04:07:44.460Z[ recovery-image] Oct 19 04:07:43.010 INFO O| Oct 19 04:07:43.010 INFO STEP 1006 (remove_files) COMPLETE
69862024-10-19T04:07:44.460Z[ recovery-image] Oct 19 04:07:43.010 INFO O| Oct 19 04:07:43.010 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-10-19T04:07:44.472Z[ recovery-image] Oct 19 04:07:43.022 INFO O| Oct 19 04:07:43.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69882024-10-19T04:07:44.472Z[ recovery-image] Oct 19 04:07:43.022 INFO O| Oct 19 04:07:43.022 INFO STEP 1007 (remove_files) COMPLETE
69892024-10-19T04:07:44.472Z[ recovery-image] Oct 19 04:07:43.022 INFO O| Oct 19 04:07:43.022 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-10-19T04:07:44.484Z[ recovery-image] Oct 19 04:07:43.034 INFO O| Oct 19 04:07:43.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69912024-10-19T04:07:44.484Z[ recovery-image] Oct 19 04:07:43.034 INFO O| Oct 19 04:07:43.034 INFO STEP 1008 (remove_files) COMPLETE
69922024-10-19T04:07:44.486Z[ recovery-image] Oct 19 04:07:43.034 INFO O| Oct 19 04:07:43.034 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-10-19T04:07:44.493Z[ recovery-image] Oct 19 04:07:43.044 INFO O| Oct 19 04:07:43.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69942024-10-19T04:07:44.496Z[ recovery-image] Oct 19 04:07:43.044 INFO O| Oct 19 04:07:43.044 INFO STEP 1009 (remove_files) COMPLETE
69952024-10-19T04:07:44.496Z[ recovery-image] Oct 19 04:07:43.044 INFO O| Oct 19 04:07:43.044 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-10-19T04:07:44.505Z[ recovery-image] Oct 19 04:07:43.055 INFO O| Oct 19 04:07:43.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69972024-10-19T04:07:44.505Z[ recovery-image] Oct 19 04:07:43.055 INFO O| Oct 19 04:07:43.055 INFO STEP 1010 (remove_files) COMPLETE
69982024-10-19T04:07:44.508Z[ recovery-image] Oct 19 04:07:43.055 INFO O| Oct 19 04:07:43.055 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-10-19T04:07:44.516Z[ recovery-image] Oct 19 04:07:43.067 INFO O| Oct 19 04:07:43.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70002024-10-19T04:07:44.516Z[ recovery-image] Oct 19 04:07:43.067 INFO O| Oct 19 04:07:43.067 INFO STEP 1011 (remove_files) COMPLETE
70012024-10-19T04:07:44.516Z[ recovery-image] Oct 19 04:07:43.067 INFO O| Oct 19 04:07:43.067 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-19T04:07:44.526Z[ recovery-image] Oct 19 04:07:43.076 INFO O| Oct 19 04:07:43.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70032024-10-19T04:07:44.526Z[ recovery-image] Oct 19 04:07:43.076 INFO O| Oct 19 04:07:43.076 INFO STEP 1012 (remove_files) COMPLETE
70042024-10-19T04:07:44.528Z[ recovery-image] Oct 19 04:07:43.076 INFO O| Oct 19 04:07:43.076 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-19T04:07:44.537Z[ recovery-image] Oct 19 04:07:43.088 INFO O| Oct 19 04:07:43.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70062024-10-19T04:07:44.540Z[ recovery-image] Oct 19 04:07:43.088 INFO O| Oct 19 04:07:43.088 INFO STEP 1013 (remove_files) COMPLETE
70072024-10-19T04:07:44.540Z[ recovery-image] Oct 19 04:07:43.088 INFO O| Oct 19 04:07:43.088 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-19T04:07:44.547Z[ recovery-image] Oct 19 04:07:43.097 INFO O| Oct 19 04:07:43.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70092024-10-19T04:07:44.547Z[ recovery-image] Oct 19 04:07:43.097 INFO O| Oct 19 04:07:43.097 INFO STEP 1014 (remove_files) COMPLETE
70102024-10-19T04:07:44.549Z[ recovery-image] Oct 19 04:07:43.097 INFO O| Oct 19 04:07:43.097 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-19T04:07:44.558Z[ recovery-image] Oct 19 04:07:43.109 INFO O| Oct 19 04:07:43.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70122024-10-19T04:07:44.561Z[ recovery-image] Oct 19 04:07:43.109 INFO O| Oct 19 04:07:43.109 INFO STEP 1015 (remove_files) COMPLETE
70132024-10-19T04:07:44.561Z[ recovery-image] Oct 19 04:07:43.109 INFO O| Oct 19 04:07:43.109 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-19T04:07:44.569Z[ recovery-image] Oct 19 04:07:43.119 INFO O| Oct 19 04:07:43.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70152024-10-19T04:07:44.571Z[ recovery-image] Oct 19 04:07:43.119 INFO O| Oct 19 04:07:43.119 INFO STEP 1016 (remove_files) COMPLETE
70162024-10-19T04:07:44.571Z[ recovery-image] Oct 19 04:07:43.119 INFO O| Oct 19 04:07:43.119 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-19T04:07:44.578Z[ recovery-image] Oct 19 04:07:43.129 INFO O| Oct 19 04:07:43.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70182024-10-19T04:07:44.581Z[ recovery-image] Oct 19 04:07:43.129 INFO O| Oct 19 04:07:43.129 INFO STEP 1017 (remove_files) COMPLETE
70192024-10-19T04:07:44.581Z[ recovery-image] Oct 19 04:07:43.129 INFO O| Oct 19 04:07:43.129 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-19T04:07:44.588Z[ recovery-image] Oct 19 04:07:43.139 INFO O| Oct 19 04:07:43.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70212024-10-19T04:07:44.588Z[ recovery-image] Oct 19 04:07:43.139 INFO O| Oct 19 04:07:43.139 INFO STEP 1018 (remove_files) COMPLETE
70222024-10-19T04:07:44.588Z[ recovery-image] Oct 19 04:07:43.139 INFO O| Oct 19 04:07:43.139 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-19T04:07:44.598Z[ recovery-image] Oct 19 04:07:43.149 INFO O| Oct 19 04:07:43.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70242024-10-19T04:07:44.599Z[ recovery-image] Oct 19 04:07:43.149 INFO O| Oct 19 04:07:43.149 INFO STEP 1019 (remove_files) COMPLETE
70252024-10-19T04:07:44.599Z[ recovery-image] Oct 19 04:07:43.149 INFO O| Oct 19 04:07:43.149 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-19T04:07:44.609Z[ recovery-image] Oct 19 04:07:43.159 INFO O| Oct 19 04:07:43.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70272024-10-19T04:07:44.612Z[ recovery-image] Oct 19 04:07:43.160 INFO O| Oct 19 04:07:43.160 INFO STEP 1020 (remove_files) COMPLETE
70282024-10-19T04:07:44.612Z[ recovery-image] Oct 19 04:07:43.160 INFO O| Oct 19 04:07:43.160 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-19T04:07:44.619Z[ recovery-image] Oct 19 04:07:43.170 INFO O| Oct 19 04:07:43.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70302024-10-19T04:07:44.622Z[ recovery-image] Oct 19 04:07:43.170 INFO O| Oct 19 04:07:43.170 INFO STEP 1021 (remove_files) COMPLETE
70312024-10-19T04:07:44.622Z[ recovery-image] Oct 19 04:07:43.170 INFO O| Oct 19 04:07:43.170 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-19T04:07:44.629Z[ recovery-image] Oct 19 04:07:43.180 INFO O| Oct 19 04:07:43.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70332024-10-19T04:07:44.632Z[ recovery-image] Oct 19 04:07:43.180 INFO O| Oct 19 04:07:43.180 INFO STEP 1022 (remove_files) COMPLETE
70342024-10-19T04:07:44.632Z[ recovery-image] Oct 19 04:07:43.180 INFO O| Oct 19 04:07:43.180 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-19T04:07:44.639Z[ recovery-image] Oct 19 04:07:43.190 INFO O| Oct 19 04:07:43.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70362024-10-19T04:07:44.639Z[ recovery-image] Oct 19 04:07:43.190 INFO O| Oct 19 04:07:43.190 INFO STEP 1023 (remove_files) COMPLETE
70372024-10-19T04:07:44.639Z[ recovery-image] Oct 19 04:07:43.190 INFO O| Oct 19 04:07:43.190 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-19T04:07:44.649Z[ recovery-image] Oct 19 04:07:43.199 INFO O| Oct 19 04:07:43.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70392024-10-19T04:07:44.649Z[ recovery-image] Oct 19 04:07:43.199 INFO O| Oct 19 04:07:43.199 INFO STEP 1024 (remove_files) COMPLETE
70402024-10-19T04:07:44.649Z[ recovery-image] Oct 19 04:07:43.200 INFO O| Oct 19 04:07:43.199 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-19T04:07:44.658Z[ recovery-image] Oct 19 04:07:43.209 INFO O| Oct 19 04:07:43.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
70422024-10-19T04:07:44.661Z[ recovery-image] Oct 19 04:07:43.209 INFO O| Oct 19 04:07:43.209 INFO STEP 1025 (remove_files) COMPLETE
70432024-10-19T04:07:44.661Z[ recovery-image] Oct 19 04:07:43.209 INFO O| Oct 19 04:07:43.209 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-19T04:07:44.668Z[ recovery-image] Oct 19 04:07:43.218 INFO O| Oct 19 04:07:43.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70452024-10-19T04:07:44.671Z[ recovery-image] Oct 19 04:07:43.219 INFO O| Oct 19 04:07:43.218 INFO STEP 1026 (remove_files) COMPLETE
70462024-10-19T04:07:44.671Z[ recovery-image] Oct 19 04:07:43.219 INFO O| Oct 19 04:07:43.218 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-19T04:07:44.678Z[ recovery-image] Oct 19 04:07:43.228 INFO O| Oct 19 04:07:43.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70482024-10-19T04:07:44.678Z[ recovery-image] Oct 19 04:07:43.228 INFO O| Oct 19 04:07:43.228 INFO STEP 1027 (remove_files) COMPLETE
70492024-10-19T04:07:44.678Z[ recovery-image] Oct 19 04:07:43.228 INFO O| Oct 19 04:07:43.228 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-19T04:07:44.687Z[ recovery-image] Oct 19 04:07:43.237 INFO O| Oct 19 04:07:43.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70512024-10-19T04:07:44.689Z[ recovery-image] Oct 19 04:07:43.238 INFO O| Oct 19 04:07:43.238 INFO STEP 1028 (remove_files) COMPLETE
70522024-10-19T04:07:44.689Z[ recovery-image] Oct 19 04:07:43.238 INFO O| Oct 19 04:07:43.238 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-19T04:07:44.697Z[ recovery-image] Oct 19 04:07:43.247 INFO O| Oct 19 04:07:43.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70542024-10-19T04:07:44.699Z[ recovery-image] Oct 19 04:07:43.247 INFO O| Oct 19 04:07:43.247 INFO STEP 1029 (remove_files) COMPLETE
70552024-10-19T04:07:44.699Z[ recovery-image] Oct 19 04:07:43.247 INFO O| Oct 19 04:07:43.247 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-19T04:07:44.706Z[ recovery-image] Oct 19 04:07:43.257 INFO O| Oct 19 04:07:43.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70572024-10-19T04:07:44.709Z[ recovery-image] Oct 19 04:07:43.257 INFO O| Oct 19 04:07:43.257 INFO STEP 1030 (remove_files) COMPLETE
70582024-10-19T04:07:44.709Z[ recovery-image] Oct 19 04:07:43.257 INFO O| Oct 19 04:07:43.257 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-19T04:07:44.716Z[ recovery-image] Oct 19 04:07:43.266 INFO O| Oct 19 04:07:43.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70602024-10-19T04:07:44.716Z[ recovery-image] Oct 19 04:07:43.266 INFO O| Oct 19 04:07:43.266 INFO STEP 1031 (remove_files) COMPLETE
70612024-10-19T04:07:44.718Z[ recovery-image] Oct 19 04:07:43.266 INFO O| Oct 19 04:07:43.266 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-19T04:07:44.725Z[ recovery-image] Oct 19 04:07:43.276 INFO O| Oct 19 04:07:43.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70632024-10-19T04:07:44.725Z[ recovery-image] Oct 19 04:07:43.276 INFO O| Oct 19 04:07:43.276 INFO STEP 1032 (remove_files) COMPLETE
70642024-10-19T04:07:44.728Z[ recovery-image] Oct 19 04:07:43.276 INFO O| Oct 19 04:07:43.276 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-19T04:07:44.735Z[ recovery-image] Oct 19 04:07:43.285 INFO O| Oct 19 04:07:43.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70662024-10-19T04:07:44.735Z[ recovery-image] Oct 19 04:07:43.285 INFO O| Oct 19 04:07:43.285 INFO STEP 1033 (remove_files) COMPLETE
70672024-10-19T04:07:44.737Z[ recovery-image] Oct 19 04:07:43.285 INFO O| Oct 19 04:07:43.285 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-19T04:07:44.744Z[ recovery-image] Oct 19 04:07:43.295 INFO O| Oct 19 04:07:43.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70692024-10-19T04:07:44.744Z[ recovery-image] Oct 19 04:07:43.295 INFO O| Oct 19 04:07:43.295 INFO STEP 1034 (remove_files) COMPLETE
70702024-10-19T04:07:44.747Z[ recovery-image] Oct 19 04:07:43.295 INFO O| Oct 19 04:07:43.295 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-10-19T04:07:44.754Z[ recovery-image] Oct 19 04:07:43.304 INFO O| Oct 19 04:07:43.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70722024-10-19T04:07:44.755Z[ recovery-image] Oct 19 04:07:43.304 INFO O| Oct 19 04:07:43.304 INFO STEP 1035 (remove_files) COMPLETE
70732024-10-19T04:07:44.757Z[ recovery-image] Oct 19 04:07:43.304 INFO O| Oct 19 04:07:43.304 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-10-19T04:07:44.764Z[ recovery-image] Oct 19 04:07:43.314 INFO O| Oct 19 04:07:43.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70752024-10-19T04:07:44.764Z[ recovery-image] Oct 19 04:07:43.314 INFO O| Oct 19 04:07:43.314 INFO STEP 1036 (remove_files) COMPLETE
70762024-10-19T04:07:44.766Z[ recovery-image] Oct 19 04:07:43.314 INFO O| Oct 19 04:07:43.314 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-10-19T04:07:44.773Z[ recovery-image] Oct 19 04:07:43.324 INFO O| Oct 19 04:07:43.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70782024-10-19T04:07:44.775Z[ recovery-image] Oct 19 04:07:43.324 INFO O| Oct 19 04:07:43.324 INFO STEP 1037 (remove_files) COMPLETE
70792024-10-19T04:07:44.775Z[ recovery-image] Oct 19 04:07:43.324 INFO O| Oct 19 04:07:43.324 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-10-19T04:07:44.783Z[ recovery-image] Oct 19 04:07:43.333 INFO O| Oct 19 04:07:43.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70812024-10-19T04:07:44.783Z[ recovery-image] Oct 19 04:07:43.333 INFO O| Oct 19 04:07:43.333 INFO STEP 1038 (remove_files) COMPLETE
70822024-10-19T04:07:44.785Z[ recovery-image] Oct 19 04:07:43.333 INFO O| Oct 19 04:07:43.333 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-10-19T04:07:44.792Z[ recovery-image] Oct 19 04:07:43.343 INFO O| Oct 19 04:07:43.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70842024-10-19T04:07:44.795Z[ recovery-image] Oct 19 04:07:43.343 INFO O| Oct 19 04:07:43.343 INFO STEP 1039 (remove_files) COMPLETE
70852024-10-19T04:07:44.795Z[ recovery-image] Oct 19 04:07:43.343 INFO O| Oct 19 04:07:43.343 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-10-19T04:07:44.795Z[ host-image] Oct 19 04:07:43.344 INFO O| Oct 19 04:07:43.344 INFO O| Done
70872024-10-19T04:07:44.802Z[ recovery-image] Oct 19 04:07:43.352 INFO O| Oct 19 04:07:43.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70882024-10-19T04:07:44.802Z[ recovery-image] Oct 19 04:07:43.353 INFO O| Oct 19 04:07:43.353 INFO STEP 1040 (remove_files) COMPLETE
70892024-10-19T04:07:44.805Z[ recovery-image] Oct 19 04:07:43.353 INFO O| Oct 19 04:07:43.353 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-19T04:07:44.812Z[ recovery-image] Oct 19 04:07:43.362 INFO O| Oct 19 04:07:43.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70912024-10-19T04:07:44.814Z[ recovery-image] Oct 19 04:07:43.362 INFO O| Oct 19 04:07:43.362 INFO STEP 1041 (remove_files) COMPLETE
70922024-10-19T04:07:44.814Z[ recovery-image] Oct 19 04:07:43.362 INFO O| Oct 19 04:07:43.362 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-19T04:07:44.818Z[ host-image] Oct 19 04:07:43.368 INFO O| Oct 19 04:07:43.368 INFO O| Done
70942024-10-19T04:07:44.820Z[ host-image] Oct 19 04:07:43.368 INFO O| Oct 19 04:07:43.368 INFO O| Done
70952024-10-19T04:07:44.823Z[ recovery-image] Oct 19 04:07:43.372 INFO O| Oct 19 04:07:43.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70962024-10-19T04:07:44.823Z[ recovery-image] Oct 19 04:07:43.372 INFO O| Oct 19 04:07:43.372 INFO STEP 1042 (remove_files) COMPLETE
70972024-10-19T04:07:44.823Z[ recovery-image] Oct 19 04:07:43.372 INFO O| Oct 19 04:07:43.372 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-10-19T04:07:44.828Z[ host-image] Oct 19 04:07:43.378 INFO O| Oct 19 04:07:43.378 INFO O| Done
70992024-10-19T04:07:44.831Z[ recovery-image] Oct 19 04:07:43.381 INFO O| Oct 19 04:07:43.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71002024-10-19T04:07:44.831Z[ recovery-image] Oct 19 04:07:43.382 INFO O| Oct 19 04:07:43.382 INFO STEP 1043 (remove_files) COMPLETE
71012024-10-19T04:07:44.834Z[ recovery-image] Oct 19 04:07:43.382 INFO O| Oct 19 04:07:43.382 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-19T04:07:44.841Z[ recovery-image] Oct 19 04:07:43.392 INFO O| Oct 19 04:07:43.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71032024-10-19T04:07:44.841Z[ recovery-image] Oct 19 04:07:43.392 INFO O| Oct 19 04:07:43.392 INFO STEP 1044 (remove_files) COMPLETE
71042024-10-19T04:07:44.841Z[ recovery-image] Oct 19 04:07:43.392 INFO O| Oct 19 04:07:43.392 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-19T04:07:44.852Z[ recovery-image] Oct 19 04:07:43.402 INFO O| Oct 19 04:07:43.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71062024-10-19T04:07:44.852Z[ recovery-image] Oct 19 04:07:43.402 INFO O| Oct 19 04:07:43.402 INFO STEP 1045 (remove_files) COMPLETE
71072024-10-19T04:07:44.852Z[ recovery-image] Oct 19 04:07:43.402 INFO O| Oct 19 04:07:43.402 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-19T04:07:44.862Z[ recovery-image] Oct 19 04:07:43.412 INFO O| Oct 19 04:07:43.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71092024-10-19T04:07:44.862Z[ recovery-image] Oct 19 04:07:43.412 INFO O| Oct 19 04:07:43.412 INFO STEP 1046 (remove_files) COMPLETE
71102024-10-19T04:07:44.864Z[ recovery-image] Oct 19 04:07:43.412 INFO O| Oct 19 04:07:43.412 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-19T04:07:44.872Z[ recovery-image] Oct 19 04:07:43.422 INFO O| Oct 19 04:07:43.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71122024-10-19T04:07:44.872Z[ recovery-image] Oct 19 04:07:43.422 INFO O| Oct 19 04:07:43.422 INFO STEP 1047 (remove_files) COMPLETE
71132024-10-19T04:07:44.872Z[ recovery-image] Oct 19 04:07:43.422 INFO O| Oct 19 04:07:43.422 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-19T04:07:44.882Z[ recovery-image] Oct 19 04:07:43.432 INFO O| Oct 19 04:07:43.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71152024-10-19T04:07:44.882Z[ recovery-image] Oct 19 04:07:43.432 INFO O| Oct 19 04:07:43.432 INFO STEP 1048 (remove_files) COMPLETE
71162024-10-19T04:07:44.882Z[ recovery-image] Oct 19 04:07:43.432 INFO O| Oct 19 04:07:43.432 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-19T04:07:44.892Z[ recovery-image] Oct 19 04:07:43.442 INFO O| Oct 19 04:07:43.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71182024-10-19T04:07:44.892Z[ recovery-image] Oct 19 04:07:43.442 INFO O| Oct 19 04:07:43.442 INFO STEP 1049 (remove_files) COMPLETE
71192024-10-19T04:07:44.892Z[ recovery-image] Oct 19 04:07:43.443 INFO O| Oct 19 04:07:43.442 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-19T04:07:44.902Z[ recovery-image] Oct 19 04:07:43.452 INFO O| Oct 19 04:07:43.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71212024-10-19T04:07:44.902Z[ recovery-image] Oct 19 04:07:43.453 INFO O| Oct 19 04:07:43.453 INFO STEP 1050 (remove_files) COMPLETE
71222024-10-19T04:07:44.902Z[ recovery-image] Oct 19 04:07:43.453 INFO O| Oct 19 04:07:43.453 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-19T04:07:44.912Z[ recovery-image] Oct 19 04:07:43.462 INFO O| Oct 19 04:07:43.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71242024-10-19T04:07:44.912Z[ recovery-image] Oct 19 04:07:43.462 INFO O| Oct 19 04:07:43.462 INFO STEP 1051 (remove_files) COMPLETE
71252024-10-19T04:07:44.915Z[ recovery-image] Oct 19 04:07:43.462 INFO O| Oct 19 04:07:43.462 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-19T04:07:44.922Z[ recovery-image] Oct 19 04:07:43.473 INFO O| Oct 19 04:07:43.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71272024-10-19T04:07:44.925Z[ recovery-image] Oct 19 04:07:43.473 INFO O| Oct 19 04:07:43.473 INFO STEP 1052 (remove_files) COMPLETE
71282024-10-19T04:07:44.925Z[ recovery-image] Oct 19 04:07:43.473 INFO O| Oct 19 04:07:43.473 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-19T04:07:44.932Z[ recovery-image] Oct 19 04:07:43.482 INFO O| Oct 19 04:07:43.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71302024-10-19T04:07:44.932Z[ recovery-image] Oct 19 04:07:43.483 INFO O| Oct 19 04:07:43.482 INFO STEP 1053 (remove_files) COMPLETE
71312024-10-19T04:07:44.932Z[ recovery-image] Oct 19 04:07:43.483 INFO O| Oct 19 04:07:43.482 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-19T04:07:44.934Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO STEP 14 (pkg_install) COMPLETE
71332024-10-19T04:07:44.934Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71342024-10-19T04:07:44.934Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO skip step because feature "mfg" is not enabled
71352024-10-19T04:07:44.934Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71362024-10-19T04:07:44.934Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO skip step because feature "compliance" is not enabled
71372024-10-19T04:07:44.935Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71382024-10-19T04:07:44.935Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO skip step because feature "stress" is not enabled
71392024-10-19T04:07:44.935Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71402024-10-19T04:07:44.935Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO skip step because feature "nfs" is not enabled
71412024-10-19T04:07:44.935Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
71422024-10-19T04:07:44.935Z[ host-image] Oct 19 04:07:43.484 INFO O| Oct 19 04:07:43.484 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
71432024-10-19T04:07:44.943Z[ recovery-image] Oct 19 04:07:43.494 INFO O| Oct 19 04:07:43.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71442024-10-19T04:07:44.946Z[ recovery-image] Oct 19 04:07:43.494 INFO O| Oct 19 04:07:43.494 INFO STEP 1054 (remove_files) COMPLETE
71452024-10-19T04:07:44.946Z[ recovery-image] Oct 19 04:07:43.494 INFO O| Oct 19 04:07:43.494 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-10-19T04:07:44.954Z[ recovery-image] Oct 19 04:07:43.505 INFO O| Oct 19 04:07:43.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71472024-10-19T04:07:44.957Z[ recovery-image] Oct 19 04:07:43.505 INFO O| Oct 19 04:07:43.505 INFO STEP 1055 (remove_files) COMPLETE
71482024-10-19T04:07:44.957Z[ recovery-image] Oct 19 04:07:43.505 INFO O| Oct 19 04:07:43.505 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-10-19T04:07:44.964Z[ recovery-image] Oct 19 04:07:43.515 INFO O| Oct 19 04:07:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71502024-10-19T04:07:44.964Z[ recovery-image] Oct 19 04:07:43.515 INFO O| Oct 19 04:07:43.515 INFO STEP 1056 (remove_files) COMPLETE
71512024-10-19T04:07:44.966Z[ recovery-image] Oct 19 04:07:43.515 INFO O| Oct 19 04:07:43.515 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-10-19T04:07:44.974Z[ recovery-image] Oct 19 04:07:43.524 INFO O| Oct 19 04:07:43.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71532024-10-19T04:07:44.976Z[ recovery-image] Oct 19 04:07:43.524 INFO O| Oct 19 04:07:43.524 INFO STEP 1057 (remove_files) COMPLETE
71542024-10-19T04:07:44.976Z[ recovery-image] Oct 19 04:07:43.524 INFO O| Oct 19 04:07:43.524 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-10-19T04:07:44.984Z[ recovery-image] Oct 19 04:07:43.534 INFO O| Oct 19 04:07:43.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
71562024-10-19T04:07:44.986Z[ recovery-image] Oct 19 04:07:43.534 INFO O| Oct 19 04:07:43.534 INFO STEP 1058 (remove_files) COMPLETE
71572024-10-19T04:07:44.986Z[ recovery-image] Oct 19 04:07:43.534 INFO O| Oct 19 04:07:43.534 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-10-19T04:07:44.993Z[ recovery-image] Oct 19 04:07:43.543 INFO O| Oct 19 04:07:43.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71592024-10-19T04:07:44.993Z[ recovery-image] Oct 19 04:07:43.544 INFO O| Oct 19 04:07:43.543 INFO STEP 1059 (remove_files) COMPLETE
71602024-10-19T04:07:44.993Z[ recovery-image] Oct 19 04:07:43.544 INFO O| Oct 19 04:07:43.543 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-10-19T04:07:45.002Z[ host-image] Oct 19 04:07:43.553 INFO O| Oct 19 04:07:43.553 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
71622024-10-19T04:07:45.005Z[ recovery-image] Oct 19 04:07:43.553 INFO O| Oct 19 04:07:43.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71632024-10-19T04:07:45.005Z[ recovery-image] Oct 19 04:07:43.553 INFO O| Oct 19 04:07:43.553 INFO STEP 1060 (remove_files) COMPLETE
71642024-10-19T04:07:45.005Z[ recovery-image] Oct 19 04:07:43.553 INFO O| Oct 19 04:07:43.553 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-19T04:07:45.013Z[ recovery-image] Oct 19 04:07:43.563 INFO O| Oct 19 04:07:43.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71662024-10-19T04:07:45.015Z[ recovery-image] Oct 19 04:07:43.563 INFO O| Oct 19 04:07:43.563 INFO STEP 1061 (remove_files) COMPLETE
71672024-10-19T04:07:45.015Z[ recovery-image] Oct 19 04:07:43.563 INFO O| Oct 19 04:07:43.563 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-19T04:07:45.022Z[ recovery-image] Oct 19 04:07:43.572 INFO O| Oct 19 04:07:43.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71692024-10-19T04:07:45.025Z[ recovery-image] Oct 19 04:07:43.572 INFO O| Oct 19 04:07:43.572 INFO STEP 1062 (remove_files) COMPLETE
71702024-10-19T04:07:45.025Z[ recovery-image] Oct 19 04:07:43.572 INFO O| Oct 19 04:07:43.572 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-19T04:07:45.033Z[ recovery-image] Oct 19 04:07:43.583 INFO O| Oct 19 04:07:43.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71722024-10-19T04:07:45.036Z[ recovery-image] Oct 19 04:07:43.583 INFO O| Oct 19 04:07:43.583 INFO STEP 1063 (remove_files) COMPLETE
71732024-10-19T04:07:45.036Z[ recovery-image] Oct 19 04:07:43.583 INFO O| Oct 19 04:07:43.583 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-19T04:07:45.042Z[ recovery-image] Oct 19 04:07:43.593 INFO O| Oct 19 04:07:43.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71752024-10-19T04:07:45.042Z[ recovery-image] Oct 19 04:07:43.593 INFO O| Oct 19 04:07:43.593 INFO STEP 1064 (remove_files) COMPLETE
71762024-10-19T04:07:45.045Z[ recovery-image] Oct 19 04:07:43.593 INFO O| Oct 19 04:07:43.593 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-19T04:07:45.052Z[ recovery-image] Oct 19 04:07:43.602 INFO O| Oct 19 04:07:43.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71782024-10-19T04:07:45.054Z[ recovery-image] Oct 19 04:07:43.602 INFO O| Oct 19 04:07:43.602 INFO STEP 1065 (remove_files) COMPLETE
71792024-10-19T04:07:45.054Z[ recovery-image] Oct 19 04:07:43.602 INFO O| Oct 19 04:07:43.602 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-19T04:07:45.056Z[ host-image] Oct 19 04:07:43.607 INFO O| Oct 19 04:07:43.607 INFO completed processing gimlet/ramdisk-01-os
71812024-10-19T04:07:45.059Z[ host-image] Oct 19 04:07:43.608 INFO omicron1 baseline generation...
71822024-10-19T04:07:45.059Z[ host-image] Oct 19 04:07:43.609 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
71832024-10-19T04:07:45.062Z[ recovery-image] Oct 19 04:07:43.612 INFO O| Oct 19 04:07:43.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71842024-10-19T04:07:45.062Z[ recovery-image] Oct 19 04:07:43.613 INFO O| Oct 19 04:07:43.613 INFO STEP 1066 (remove_files) COMPLETE
71852024-10-19T04:07:45.065Z[ recovery-image] Oct 19 04:07:43.613 INFO O| Oct 19 04:07:43.613 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-19T04:07:45.072Z[ recovery-image] Oct 19 04:07:43.622 INFO O| Oct 19 04:07:43.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71872024-10-19T04:07:45.072Z[ recovery-image] Oct 19 04:07:43.622 INFO O| Oct 19 04:07:43.622 INFO STEP 1067 (remove_files) COMPLETE
71882024-10-19T04:07:45.072Z[ recovery-image] Oct 19 04:07:43.622 INFO O| Oct 19 04:07:43.622 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-19T04:07:45.082Z[ recovery-image] Oct 19 04:07:43.632 INFO O| Oct 19 04:07:43.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71902024-10-19T04:07:45.082Z[ recovery-image] Oct 19 04:07:43.632 INFO O| Oct 19 04:07:43.632 INFO STEP 1068 (remove_files) COMPLETE
71912024-10-19T04:07:45.084Z[ recovery-image] Oct 19 04:07:43.632 INFO O| Oct 19 04:07:43.632 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-19T04:07:45.091Z[ recovery-image] Oct 19 04:07:43.642 INFO O| Oct 19 04:07:43.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71932024-10-19T04:07:45.091Z[ recovery-image] Oct 19 04:07:43.642 INFO O| Oct 19 04:07:43.642 INFO STEP 1069 (remove_files) COMPLETE
71942024-10-19T04:07:45.091Z[ recovery-image] Oct 19 04:07:43.642 INFO O| Oct 19 04:07:43.642 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-19T04:07:45.101Z[ recovery-image] Oct 19 04:07:43.651 INFO O| Oct 19 04:07:43.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71962024-10-19T04:07:45.101Z[ recovery-image] Oct 19 04:07:43.651 INFO O| Oct 19 04:07:43.651 INFO STEP 1070 (remove_files) COMPLETE
71972024-10-19T04:07:45.101Z[ recovery-image] Oct 19 04:07:43.651 INFO O| Oct 19 04:07:43.651 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-19T04:07:45.111Z[ recovery-image] Oct 19 04:07:43.661 INFO O| Oct 19 04:07:43.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71992024-10-19T04:07:45.111Z[ recovery-image] Oct 19 04:07:43.661 INFO O| Oct 19 04:07:43.661 INFO STEP 1071 (remove_files) COMPLETE
72002024-10-19T04:07:45.111Z[ recovery-image] Oct 19 04:07:43.661 INFO O| Oct 19 04:07:43.661 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-19T04:07:45.120Z[ recovery-image] Oct 19 04:07:43.670 INFO O| Oct 19 04:07:43.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72022024-10-19T04:07:45.120Z[ recovery-image] Oct 19 04:07:43.671 INFO O| Oct 19 04:07:43.670 INFO STEP 1072 (remove_files) COMPLETE
72032024-10-19T04:07:45.120Z[ recovery-image] Oct 19 04:07:43.671 INFO O| Oct 19 04:07:43.671 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-19T04:07:45.130Z[ recovery-image] Oct 19 04:07:43.680 INFO O| Oct 19 04:07:43.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72052024-10-19T04:07:45.130Z[ recovery-image] Oct 19 04:07:43.680 INFO O| Oct 19 04:07:43.680 INFO STEP 1073 (remove_files) COMPLETE
72062024-10-19T04:07:45.130Z[ recovery-image] Oct 19 04:07:43.680 INFO O| Oct 19 04:07:43.680 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-19T04:07:45.139Z[ recovery-image] Oct 19 04:07:43.690 INFO O| Oct 19 04:07:43.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72082024-10-19T04:07:45.139Z[ recovery-image] Oct 19 04:07:43.690 INFO O| Oct 19 04:07:43.690 INFO STEP 1074 (remove_files) COMPLETE
72092024-10-19T04:07:45.139Z[ recovery-image] Oct 19 04:07:43.690 INFO O| Oct 19 04:07:43.690 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-19T04:07:45.149Z[ recovery-image] Oct 19 04:07:43.699 INFO O| Oct 19 04:07:43.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72112024-10-19T04:07:45.149Z[ recovery-image] Oct 19 04:07:43.699 INFO O| Oct 19 04:07:43.699 INFO STEP 1075 (remove_files) COMPLETE
72122024-10-19T04:07:45.149Z[ recovery-image] Oct 19 04:07:43.699 INFO O| Oct 19 04:07:43.699 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-19T04:07:45.158Z[ recovery-image] Oct 19 04:07:43.709 INFO O| Oct 19 04:07:43.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72142024-10-19T04:07:45.159Z[ recovery-image] Oct 19 04:07:43.709 INFO O| Oct 19 04:07:43.709 INFO STEP 1076 (remove_files) COMPLETE
72152024-10-19T04:07:45.161Z[ recovery-image] Oct 19 04:07:43.709 INFO O| Oct 19 04:07:43.709 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-19T04:07:45.168Z[ recovery-image] Oct 19 04:07:43.718 INFO O| Oct 19 04:07:43.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72172024-10-19T04:07:45.168Z[ recovery-image] Oct 19 04:07:43.718 INFO O| Oct 19 04:07:43.718 INFO STEP 1077 (remove_files) COMPLETE
72182024-10-19T04:07:45.171Z[ recovery-image] Oct 19 04:07:43.718 INFO O| Oct 19 04:07:43.718 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-19T04:07:45.178Z[ recovery-image] Oct 19 04:07:43.728 INFO O| Oct 19 04:07:43.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72202024-10-19T04:07:45.178Z[ recovery-image] Oct 19 04:07:43.728 INFO O| Oct 19 04:07:43.728 INFO STEP 1078 (remove_files) COMPLETE
72212024-10-19T04:07:45.180Z[ recovery-image] Oct 19 04:07:43.728 INFO O| Oct 19 04:07:43.728 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-19T04:07:45.188Z[ recovery-image] Oct 19 04:07:43.738 INFO O| Oct 19 04:07:43.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72232024-10-19T04:07:45.188Z[ recovery-image] Oct 19 04:07:43.738 INFO O| Oct 19 04:07:43.738 INFO STEP 1079 (remove_files) COMPLETE
72242024-10-19T04:07:45.188Z[ recovery-image] Oct 19 04:07:43.738 INFO O| Oct 19 04:07:43.738 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-19T04:07:45.197Z[ recovery-image] Oct 19 04:07:43.747 INFO O| Oct 19 04:07:43.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72262024-10-19T04:07:45.197Z[ recovery-image] Oct 19 04:07:43.748 INFO O| Oct 19 04:07:43.747 INFO STEP 1080 (remove_files) COMPLETE
72272024-10-19T04:07:45.200Z[ recovery-image] Oct 19 04:07:43.748 INFO O| Oct 19 04:07:43.748 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-19T04:07:45.207Z[ recovery-image] Oct 19 04:07:43.757 INFO O| Oct 19 04:07:43.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72292024-10-19T04:07:45.212Z[ recovery-image] Oct 19 04:07:43.763 INFO O| Oct 19 04:07:43.763 INFO STEP 1081 (remove_files) COMPLETE
72302024-10-19T04:07:45.212Z[ recovery-image] Oct 19 04:07:43.763 INFO O| Oct 19 04:07:43.763 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-19T04:07:45.222Z[ recovery-image] Oct 19 04:07:43.772 INFO O| Oct 19 04:07:43.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72322024-10-19T04:07:45.222Z[ recovery-image] Oct 19 04:07:43.772 INFO O| Oct 19 04:07:43.772 INFO STEP 1082 (remove_files) COMPLETE
72332024-10-19T04:07:45.222Z[ recovery-image] Oct 19 04:07:43.772 INFO O| Oct 19 04:07:43.772 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-19T04:07:45.232Z[ recovery-image] Oct 19 04:07:43.782 INFO O| Oct 19 04:07:43.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72352024-10-19T04:07:45.232Z[ recovery-image] Oct 19 04:07:43.782 INFO O| Oct 19 04:07:43.782 INFO STEP 1083 (remove_files) COMPLETE
72362024-10-19T04:07:45.234Z[ recovery-image] Oct 19 04:07:43.782 INFO O| Oct 19 04:07:43.782 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-19T04:07:45.241Z[ recovery-image] Oct 19 04:07:43.792 INFO O| Oct 19 04:07:43.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72382024-10-19T04:07:45.244Z[ recovery-image] Oct 19 04:07:43.792 INFO O| Oct 19 04:07:43.792 INFO STEP 1084 (remove_files) COMPLETE
72392024-10-19T04:07:45.244Z[ recovery-image] Oct 19 04:07:43.792 INFO O| Oct 19 04:07:43.792 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-19T04:07:45.251Z[ recovery-image] Oct 19 04:07:43.801 INFO O| Oct 19 04:07:43.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72412024-10-19T04:07:45.251Z[ recovery-image] Oct 19 04:07:43.801 INFO O| Oct 19 04:07:43.801 INFO STEP 1085 (remove_files) COMPLETE
72422024-10-19T04:07:45.251Z[ recovery-image] Oct 19 04:07:43.801 INFO O| Oct 19 04:07:43.801 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-19T04:07:45.260Z[ recovery-image] Oct 19 04:07:43.811 INFO O| Oct 19 04:07:43.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
72442024-10-19T04:07:45.260Z[ recovery-image] Oct 19 04:07:43.811 INFO O| Oct 19 04:07:43.811 INFO STEP 1086 (remove_files) COMPLETE
72452024-10-19T04:07:45.263Z[ recovery-image] Oct 19 04:07:43.811 INFO O| Oct 19 04:07:43.811 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-19T04:07:45.270Z[ recovery-image] Oct 19 04:07:43.820 INFO O| Oct 19 04:07:43.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72472024-10-19T04:07:45.270Z[ recovery-image] Oct 19 04:07:43.820 INFO O| Oct 19 04:07:43.820 INFO STEP 1087 (remove_files) COMPLETE
72482024-10-19T04:07:45.273Z[ recovery-image] Oct 19 04:07:43.820 INFO O| Oct 19 04:07:43.820 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-19T04:07:45.280Z[ recovery-image] Oct 19 04:07:43.830 INFO O| Oct 19 04:07:43.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72502024-10-19T04:07:45.280Z[ recovery-image] Oct 19 04:07:43.830 INFO O| Oct 19 04:07:43.830 INFO STEP 1088 (remove_files) COMPLETE
72512024-10-19T04:07:45.280Z[ recovery-image] Oct 19 04:07:43.830 INFO O| Oct 19 04:07:43.830 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-19T04:07:45.289Z[ recovery-image] Oct 19 04:07:43.839 INFO O| Oct 19 04:07:43.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72532024-10-19T04:07:45.289Z[ recovery-image] Oct 19 04:07:43.840 INFO O| Oct 19 04:07:43.840 INFO STEP 1089 (remove_files) COMPLETE
72542024-10-19T04:07:45.291Z[ recovery-image] Oct 19 04:07:43.840 INFO O| Oct 19 04:07:43.840 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-19T04:07:45.299Z[ recovery-image] Oct 19 04:07:43.849 INFO O| Oct 19 04:07:43.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72562024-10-19T04:07:45.299Z[ recovery-image] Oct 19 04:07:43.849 INFO O| Oct 19 04:07:43.849 INFO STEP 1090 (remove_files) COMPLETE
72572024-10-19T04:07:45.299Z[ recovery-image] Oct 19 04:07:43.849 INFO O| Oct 19 04:07:43.849 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-19T04:07:45.308Z[ recovery-image] Oct 19 04:07:43.859 INFO O| Oct 19 04:07:43.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72592024-10-19T04:07:45.309Z[ recovery-image] Oct 19 04:07:43.859 INFO O| Oct 19 04:07:43.859 INFO STEP 1091 (remove_files) COMPLETE
72602024-10-19T04:07:45.311Z[ recovery-image] Oct 19 04:07:43.859 INFO O| Oct 19 04:07:43.859 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-19T04:07:45.318Z[ recovery-image] Oct 19 04:07:43.868 INFO O| Oct 19 04:07:43.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
72622024-10-19T04:07:45.318Z[ recovery-image] Oct 19 04:07:43.869 INFO O| Oct 19 04:07:43.868 INFO STEP 1092 (remove_files) COMPLETE
72632024-10-19T04:07:45.321Z[ recovery-image] Oct 19 04:07:43.869 INFO O| Oct 19 04:07:43.869 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-19T04:07:45.328Z[ recovery-image] Oct 19 04:07:43.878 INFO O| Oct 19 04:07:43.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72652024-10-19T04:07:45.330Z[ recovery-image] Oct 19 04:07:43.878 INFO O| Oct 19 04:07:43.878 INFO STEP 1093 (remove_files) COMPLETE
72662024-10-19T04:07:45.330Z[ recovery-image] Oct 19 04:07:43.878 INFO O| Oct 19 04:07:43.878 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-19T04:07:45.338Z[ recovery-image] Oct 19 04:07:43.888 INFO O| Oct 19 04:07:43.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72682024-10-19T04:07:45.338Z[ recovery-image] Oct 19 04:07:43.888 INFO O| Oct 19 04:07:43.888 INFO STEP 1094 (remove_files) COMPLETE
72692024-10-19T04:07:45.338Z[ recovery-image] Oct 19 04:07:43.888 INFO O| Oct 19 04:07:43.888 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-10-19T04:07:45.347Z[ recovery-image] Oct 19 04:07:43.897 INFO O| Oct 19 04:07:43.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72712024-10-19T04:07:45.347Z[ recovery-image] Oct 19 04:07:43.897 INFO O| Oct 19 04:07:43.897 INFO STEP 1095 (remove_files) COMPLETE
72722024-10-19T04:07:45.350Z[ recovery-image] Oct 19 04:07:43.897 INFO O| Oct 19 04:07:43.897 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-10-19T04:07:45.357Z[ recovery-image] Oct 19 04:07:43.907 INFO O| Oct 19 04:07:43.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72742024-10-19T04:07:45.359Z[ recovery-image] Oct 19 04:07:43.907 INFO O| Oct 19 04:07:43.907 INFO STEP 1096 (remove_files) COMPLETE
72752024-10-19T04:07:45.360Z[ recovery-image] Oct 19 04:07:43.907 INFO O| Oct 19 04:07:43.907 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-10-19T04:07:45.369Z[ recovery-image] Oct 19 04:07:43.917 INFO O| Oct 19 04:07:43.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72772024-10-19T04:07:45.369Z[ recovery-image] Oct 19 04:07:43.917 INFO O| Oct 19 04:07:43.917 INFO STEP 1097 (remove_files) COMPLETE
72782024-10-19T04:07:45.369Z[ recovery-image] Oct 19 04:07:43.917 INFO O| Oct 19 04:07:43.917 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-10-19T04:07:45.377Z[ recovery-image] Oct 19 04:07:43.927 INFO O| Oct 19 04:07:43.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72802024-10-19T04:07:45.377Z[ recovery-image] Oct 19 04:07:43.927 INFO O| Oct 19 04:07:43.927 INFO STEP 1098 (remove_files) COMPLETE
72812024-10-19T04:07:45.379Z[ recovery-image] Oct 19 04:07:43.927 INFO O| Oct 19 04:07:43.927 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-10-19T04:07:45.386Z[ recovery-image] Oct 19 04:07:43.937 INFO O| Oct 19 04:07:43.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72832024-10-19T04:07:45.386Z[ recovery-image] Oct 19 04:07:43.937 INFO O| Oct 19 04:07:43.937 INFO STEP 1099 (remove_files) COMPLETE
72842024-10-19T04:07:45.386Z[ recovery-image] Oct 19 04:07:43.937 INFO O| Oct 19 04:07:43.937 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-10-19T04:07:45.396Z[ recovery-image] Oct 19 04:07:43.946 INFO O| Oct 19 04:07:43.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72862024-10-19T04:07:45.396Z[ recovery-image] Oct 19 04:07:43.946 INFO O| Oct 19 04:07:43.946 INFO STEP 1100 (remove_files) COMPLETE
72872024-10-19T04:07:45.396Z[ recovery-image] Oct 19 04:07:43.946 INFO O| Oct 19 04:07:43.946 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-10-19T04:07:45.405Z[ recovery-image] Oct 19 04:07:43.956 INFO O| Oct 19 04:07:43.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72892024-10-19T04:07:45.408Z[ recovery-image] Oct 19 04:07:43.956 INFO O| Oct 19 04:07:43.956 INFO STEP 1101 (remove_files) COMPLETE
72902024-10-19T04:07:45.408Z[ recovery-image] Oct 19 04:07:43.956 INFO O| Oct 19 04:07:43.956 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-10-19T04:07:45.416Z[ recovery-image] Oct 19 04:07:43.966 INFO O| Oct 19 04:07:43.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72922024-10-19T04:07:45.416Z[ recovery-image] Oct 19 04:07:43.966 INFO O| Oct 19 04:07:43.966 INFO STEP 1102 (remove_files) COMPLETE
72932024-10-19T04:07:45.416Z[ recovery-image] Oct 19 04:07:43.966 INFO O| Oct 19 04:07:43.966 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-10-19T04:07:45.426Z[ recovery-image] Oct 19 04:07:43.976 INFO O| Oct 19 04:07:43.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72952024-10-19T04:07:45.429Z[ recovery-image] Oct 19 04:07:43.976 INFO O| Oct 19 04:07:43.976 INFO STEP 1103 (remove_files) COMPLETE
72962024-10-19T04:07:45.429Z[ recovery-image] Oct 19 04:07:43.976 INFO O| Oct 19 04:07:43.976 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-10-19T04:07:45.436Z[ recovery-image] Oct 19 04:07:43.986 INFO O| Oct 19 04:07:43.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72982024-10-19T04:07:45.436Z[ recovery-image] Oct 19 04:07:43.986 INFO O| Oct 19 04:07:43.986 INFO STEP 1104 (remove_files) COMPLETE
72992024-10-19T04:07:45.438Z[ recovery-image] Oct 19 04:07:43.986 INFO O| Oct 19 04:07:43.986 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-10-19T04:07:45.446Z[ recovery-image] Oct 19 04:07:43.996 INFO O| Oct 19 04:07:43.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73012024-10-19T04:07:45.446Z[ recovery-image] Oct 19 04:07:43.996 INFO O| Oct 19 04:07:43.996 INFO STEP 1105 (remove_files) COMPLETE
73022024-10-19T04:07:45.446Z[ recovery-image] Oct 19 04:07:43.996 INFO O| Oct 19 04:07:43.996 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-10-19T04:07:45.458Z[ recovery-image] Oct 19 04:07:44.007 INFO O| Oct 19 04:07:44.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73042024-10-19T04:07:45.458Z[ recovery-image] Oct 19 04:07:44.007 INFO O| Oct 19 04:07:44.007 INFO STEP 1106 (remove_files) COMPLETE
73052024-10-19T04:07:45.460Z[ recovery-image] Oct 19 04:07:44.007 INFO O| Oct 19 04:07:44.007 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-10-19T04:07:45.460Z[ host-image] Oct 19 04:07:44.010 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22979:20241018T213840Z
73072024-10-19T04:07:45.466Z[ recovery-image] Oct 19 04:07:44.017 INFO O| Oct 19 04:07:44.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73082024-10-19T04:07:45.467Z[ recovery-image] Oct 19 04:07:44.017 INFO O| Oct 19 04:07:44.017 INFO STEP 1107 (remove_files) COMPLETE
73092024-10-19T04:07:45.469Z[ recovery-image] Oct 19 04:07:44.017 INFO O| Oct 19 04:07:44.017 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-10-19T04:07:45.476Z[ recovery-image] Oct 19 04:07:44.026 INFO O| Oct 19 04:07:44.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73112024-10-19T04:07:45.476Z[ recovery-image] Oct 19 04:07:44.026 INFO O| Oct 19 04:07:44.026 INFO STEP 1108 (remove_files) COMPLETE
73122024-10-19T04:07:45.476Z[ recovery-image] Oct 19 04:07:44.026 INFO O| Oct 19 04:07:44.026 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-10-19T04:07:45.486Z[ recovery-image] Oct 19 04:07:44.036 INFO O| Oct 19 04:07:44.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73142024-10-19T04:07:45.486Z[ recovery-image] Oct 19 04:07:44.036 INFO O| Oct 19 04:07:44.036 INFO STEP 1109 (remove_files) COMPLETE
73152024-10-19T04:07:45.489Z[ recovery-image] Oct 19 04:07:44.036 INFO O| Oct 19 04:07:44.036 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-10-19T04:07:45.496Z[ recovery-image] Oct 19 04:07:44.046 INFO O| Oct 19 04:07:44.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73172024-10-19T04:07:45.496Z[ recovery-image] Oct 19 04:07:44.046 INFO O| Oct 19 04:07:44.046 INFO STEP 1110 (remove_files) COMPLETE
73182024-10-19T04:07:45.498Z[ recovery-image] Oct 19 04:07:44.046 INFO O| Oct 19 04:07:44.046 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-10-19T04:07:45.505Z[ recovery-image] Oct 19 04:07:44.055 INFO O| Oct 19 04:07:44.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73202024-10-19T04:07:45.505Z[ recovery-image] Oct 19 04:07:44.056 INFO O| Oct 19 04:07:44.056 INFO STEP 1111 (remove_files) COMPLETE
73212024-10-19T04:07:45.509Z[ recovery-image] Oct 19 04:07:44.056 INFO O| Oct 19 04:07:44.056 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-10-19T04:07:45.515Z[ recovery-image] Oct 19 04:07:44.065 INFO O| Oct 19 04:07:44.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73232024-10-19T04:07:45.515Z[ recovery-image] Oct 19 04:07:44.065 INFO O| Oct 19 04:07:44.065 INFO STEP 1112 (remove_files) COMPLETE
73242024-10-19T04:07:45.517Z[ recovery-image] Oct 19 04:07:44.065 INFO O| Oct 19 04:07:44.065 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-10-19T04:07:45.524Z[ recovery-image] Oct 19 04:07:44.075 INFO O| Oct 19 04:07:44.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73262024-10-19T04:07:45.527Z[ recovery-image] Oct 19 04:07:44.075 INFO O| Oct 19 04:07:44.075 INFO STEP 1113 (remove_files) COMPLETE
73272024-10-19T04:07:45.527Z[ recovery-image] Oct 19 04:07:44.075 INFO O| Oct 19 04:07:44.075 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-10-19T04:07:45.534Z[ recovery-image] Oct 19 04:07:44.084 INFO O| Oct 19 04:07:44.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73292024-10-19T04:07:45.534Z[ recovery-image] Oct 19 04:07:44.084 INFO O| Oct 19 04:07:44.084 INFO STEP 1114 (remove_files) COMPLETE
73302024-10-19T04:07:45.534Z[ recovery-image] Oct 19 04:07:44.085 INFO O| Oct 19 04:07:44.084 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-10-19T04:07:45.544Z[ recovery-image] Oct 19 04:07:44.094 INFO O| Oct 19 04:07:44.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73322024-10-19T04:07:45.544Z[ recovery-image] Oct 19 04:07:44.094 INFO O| Oct 19 04:07:44.094 INFO STEP 1115 (remove_files) COMPLETE
73332024-10-19T04:07:45.544Z[ recovery-image] Oct 19 04:07:44.094 INFO O| Oct 19 04:07:44.094 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-10-19T04:07:45.553Z[ recovery-image] Oct 19 04:07:44.104 INFO O| Oct 19 04:07:44.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73352024-10-19T04:07:45.554Z[ recovery-image] Oct 19 04:07:44.104 INFO O| Oct 19 04:07:44.104 INFO STEP 1116 (remove_files) COMPLETE
73362024-10-19T04:07:45.556Z[ recovery-image] Oct 19 04:07:44.104 INFO O| Oct 19 04:07:44.104 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-10-19T04:07:45.565Z[ recovery-image] Oct 19 04:07:44.115 INFO O| Oct 19 04:07:44.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73382024-10-19T04:07:45.565Z[ recovery-image] Oct 19 04:07:44.115 INFO O| Oct 19 04:07:44.115 INFO STEP 1117 (remove_files) COMPLETE
73392024-10-19T04:07:45.567Z[ recovery-image] Oct 19 04:07:44.115 INFO O| Oct 19 04:07:44.115 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-10-19T04:07:45.575Z[ recovery-image] Oct 19 04:07:44.125 INFO O| Oct 19 04:07:44.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73412024-10-19T04:07:45.575Z[ recovery-image] Oct 19 04:07:44.125 INFO O| Oct 19 04:07:44.125 INFO STEP 1118 (remove_files) COMPLETE
73422024-10-19T04:07:45.575Z[ recovery-image] Oct 19 04:07:44.125 INFO O| Oct 19 04:07:44.125 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-10-19T04:07:45.586Z[ recovery-image] Oct 19 04:07:44.136 INFO O| Oct 19 04:07:44.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
73442024-10-19T04:07:45.586Z[ recovery-image] Oct 19 04:07:44.136 INFO O| Oct 19 04:07:44.136 INFO STEP 1119 (remove_files) COMPLETE
73452024-10-19T04:07:45.586Z[ recovery-image] Oct 19 04:07:44.136 INFO O| Oct 19 04:07:44.136 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-19T04:07:45.595Z[ recovery-image] Oct 19 04:07:44.145 INFO O| Oct 19 04:07:44.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73472024-10-19T04:07:45.598Z[ recovery-image] Oct 19 04:07:44.146 INFO O| Oct 19 04:07:44.146 INFO STEP 1120 (remove_files) COMPLETE
73482024-10-19T04:07:45.598Z[ recovery-image] Oct 19 04:07:44.146 INFO O| Oct 19 04:07:44.146 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-19T04:07:45.605Z[ recovery-image] Oct 19 04:07:44.155 INFO O| Oct 19 04:07:44.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73502024-10-19T04:07:45.605Z[ recovery-image] Oct 19 04:07:44.155 INFO O| Oct 19 04:07:44.155 INFO STEP 1121 (remove_files) COMPLETE
73512024-10-19T04:07:45.607Z[ recovery-image] Oct 19 04:07:44.155 INFO O| Oct 19 04:07:44.155 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-10-19T04:07:45.615Z[ recovery-image] Oct 19 04:07:44.165 INFO O| Oct 19 04:07:44.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73532024-10-19T04:07:45.617Z[ recovery-image] Oct 19 04:07:44.165 INFO O| Oct 19 04:07:44.165 INFO STEP 1122 (remove_files) COMPLETE
73542024-10-19T04:07:45.617Z[ recovery-image] Oct 19 04:07:44.165 INFO O| Oct 19 04:07:44.165 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-10-19T04:07:45.624Z[ recovery-image] Oct 19 04:07:44.174 INFO O| Oct 19 04:07:44.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
73562024-10-19T04:07:45.626Z[ recovery-image] Oct 19 04:07:44.174 INFO O| Oct 19 04:07:44.174 INFO STEP 1123 (remove_files) COMPLETE
73572024-10-19T04:07:45.626Z[ recovery-image] Oct 19 04:07:44.175 INFO O| Oct 19 04:07:44.174 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-19T04:07:45.634Z[ recovery-image] Oct 19 04:07:44.184 INFO O| Oct 19 04:07:44.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
73592024-10-19T04:07:45.634Z[ recovery-image] Oct 19 04:07:44.184 INFO O| Oct 19 04:07:44.184 INFO STEP 1124 (remove_files) COMPLETE
73602024-10-19T04:07:45.636Z[ recovery-image] Oct 19 04:07:44.184 INFO O| Oct 19 04:07:44.184 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-10-19T04:07:45.643Z[ recovery-image] Oct 19 04:07:44.194 INFO O| Oct 19 04:07:44.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73622024-10-19T04:07:45.646Z[ recovery-image] Oct 19 04:07:44.194 INFO O| Oct 19 04:07:44.194 INFO STEP 1125 (remove_files) COMPLETE
73632024-10-19T04:07:45.646Z[ recovery-image] Oct 19 04:07:44.194 INFO O| Oct 19 04:07:44.194 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-10-19T04:07:45.653Z[ recovery-image] Oct 19 04:07:44.203 INFO O| Oct 19 04:07:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73652024-10-19T04:07:45.653Z[ recovery-image] Oct 19 04:07:44.203 INFO O| Oct 19 04:07:44.203 INFO STEP 1126 (remove_files) COMPLETE
73662024-10-19T04:07:45.653Z[ recovery-image] Oct 19 04:07:44.203 INFO O| Oct 19 04:07:44.203 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-10-19T04:07:45.663Z[ recovery-image] Oct 19 04:07:44.213 INFO O| Oct 19 04:07:44.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73682024-10-19T04:07:45.663Z[ recovery-image] Oct 19 04:07:44.213 INFO O| Oct 19 04:07:44.213 INFO STEP 1127 (remove_files) COMPLETE
73692024-10-19T04:07:45.665Z[ recovery-image] Oct 19 04:07:44.213 INFO O| Oct 19 04:07:44.213 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-10-19T04:07:45.672Z[ recovery-image] Oct 19 04:07:44.222 INFO O| Oct 19 04:07:44.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73712024-10-19T04:07:45.672Z[ recovery-image] Oct 19 04:07:44.222 INFO O| Oct 19 04:07:44.222 INFO STEP 1128 (remove_files) COMPLETE
73722024-10-19T04:07:45.674Z[ recovery-image] Oct 19 04:07:44.223 INFO O| Oct 19 04:07:44.222 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-10-19T04:07:45.682Z[ recovery-image] Oct 19 04:07:44.232 INFO O| Oct 19 04:07:44.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73742024-10-19T04:07:45.682Z[ recovery-image] Oct 19 04:07:44.232 INFO O| Oct 19 04:07:44.232 INFO STEP 1129 (remove_files) COMPLETE
73752024-10-19T04:07:45.682Z[ recovery-image] Oct 19 04:07:44.232 INFO O| Oct 19 04:07:44.232 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-10-19T04:07:45.692Z[ recovery-image] Oct 19 04:07:44.242 INFO O| Oct 19 04:07:44.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73772024-10-19T04:07:45.692Z[ recovery-image] Oct 19 04:07:44.242 INFO O| Oct 19 04:07:44.242 INFO STEP 1130 (remove_files) COMPLETE
73782024-10-19T04:07:45.694Z[ recovery-image] Oct 19 04:07:44.242 INFO O| Oct 19 04:07:44.242 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-10-19T04:07:45.701Z[ recovery-image] Oct 19 04:07:44.251 INFO O| Oct 19 04:07:44.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73802024-10-19T04:07:45.701Z[ recovery-image] Oct 19 04:07:44.251 INFO O| Oct 19 04:07:44.251 INFO STEP 1131 (remove_files) COMPLETE
73812024-10-19T04:07:45.703Z[ recovery-image] Oct 19 04:07:44.252 INFO O| Oct 19 04:07:44.251 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-10-19T04:07:45.711Z[ recovery-image] Oct 19 04:07:44.261 INFO O| Oct 19 04:07:44.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73832024-10-19T04:07:45.711Z[ recovery-image] Oct 19 04:07:44.261 INFO O| Oct 19 04:07:44.261 INFO STEP 1132 (remove_files) COMPLETE
73842024-10-19T04:07:45.711Z[ recovery-image] Oct 19 04:07:44.261 INFO O| Oct 19 04:07:44.261 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-10-19T04:07:45.721Z[ recovery-image] Oct 19 04:07:44.271 INFO O| Oct 19 04:07:44.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73862024-10-19T04:07:45.721Z[ recovery-image] Oct 19 04:07:44.271 INFO O| Oct 19 04:07:44.271 INFO STEP 1133 (remove_files) COMPLETE
73872024-10-19T04:07:45.721Z[ recovery-image] Oct 19 04:07:44.271 INFO O| Oct 19 04:07:44.271 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-10-19T04:07:45.730Z[ recovery-image] Oct 19 04:07:44.280 INFO O| Oct 19 04:07:44.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73892024-10-19T04:07:45.730Z[ recovery-image] Oct 19 04:07:44.280 INFO O| Oct 19 04:07:44.280 INFO STEP 1134 (remove_files) COMPLETE
73902024-10-19T04:07:45.730Z[ recovery-image] Oct 19 04:07:44.280 INFO O| Oct 19 04:07:44.280 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-10-19T04:07:45.740Z[ recovery-image] Oct 19 04:07:44.290 INFO O| Oct 19 04:07:44.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73922024-10-19T04:07:45.742Z[ recovery-image] Oct 19 04:07:44.290 INFO O| Oct 19 04:07:44.290 INFO STEP 1135 (remove_files) COMPLETE
73932024-10-19T04:07:45.742Z[ recovery-image] Oct 19 04:07:44.290 INFO O| Oct 19 04:07:44.290 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-10-19T04:07:45.749Z[ recovery-image] Oct 19 04:07:44.300 INFO O| Oct 19 04:07:44.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73952024-10-19T04:07:45.750Z[ recovery-image] Oct 19 04:07:44.300 INFO O| Oct 19 04:07:44.300 INFO STEP 1136 (remove_files) COMPLETE
73962024-10-19T04:07:45.752Z[ recovery-image] Oct 19 04:07:44.300 INFO O| Oct 19 04:07:44.300 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-19T04:07:45.759Z[ recovery-image] Oct 19 04:07:44.309 INFO O| Oct 19 04:07:44.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73982024-10-19T04:07:45.759Z[ recovery-image] Oct 19 04:07:44.309 INFO O| Oct 19 04:07:44.309 INFO STEP 1137 (remove_files) COMPLETE
73992024-10-19T04:07:45.761Z[ recovery-image] Oct 19 04:07:44.309 INFO O| Oct 19 04:07:44.309 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-19T04:07:45.769Z[ recovery-image] Oct 19 04:07:44.319 INFO O| Oct 19 04:07:44.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74012024-10-19T04:07:45.769Z[ recovery-image] Oct 19 04:07:44.319 INFO O| Oct 19 04:07:44.319 INFO STEP 1138 (remove_files) COMPLETE
74022024-10-19T04:07:45.771Z[ recovery-image] Oct 19 04:07:44.319 INFO O| Oct 19 04:07:44.319 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-19T04:07:45.779Z[ recovery-image] Oct 19 04:07:44.329 INFO O| Oct 19 04:07:44.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74042024-10-19T04:07:45.779Z[ recovery-image] Oct 19 04:07:44.329 INFO O| Oct 19 04:07:44.329 INFO STEP 1139 (remove_files) COMPLETE
74052024-10-19T04:07:45.781Z[ recovery-image] Oct 19 04:07:44.329 INFO O| Oct 19 04:07:44.329 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-19T04:07:45.788Z[ recovery-image] Oct 19 04:07:44.338 INFO O| Oct 19 04:07:44.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74072024-10-19T04:07:45.788Z[ recovery-image] Oct 19 04:07:44.338 INFO O| Oct 19 04:07:44.338 INFO STEP 1140 (remove_files) COMPLETE
74082024-10-19T04:07:45.788Z[ recovery-image] Oct 19 04:07:44.338 INFO O| Oct 19 04:07:44.338 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-19T04:07:45.798Z[ recovery-image] Oct 19 04:07:44.348 INFO O| Oct 19 04:07:44.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74102024-10-19T04:07:45.798Z[ recovery-image] Oct 19 04:07:44.348 INFO O| Oct 19 04:07:44.348 INFO STEP 1141 (remove_files) COMPLETE
74112024-10-19T04:07:45.798Z[ recovery-image] Oct 19 04:07:44.348 INFO O| Oct 19 04:07:44.348 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-10-19T04:07:45.808Z[ recovery-image] Oct 19 04:07:44.358 INFO O| Oct 19 04:07:44.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74132024-10-19T04:07:45.808Z[ recovery-image] Oct 19 04:07:44.358 INFO O| Oct 19 04:07:44.358 INFO STEP 1142 (remove_files) COMPLETE
74142024-10-19T04:07:45.808Z[ recovery-image] Oct 19 04:07:44.358 INFO O| Oct 19 04:07:44.358 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-10-19T04:07:45.817Z[ recovery-image] Oct 19 04:07:44.367 INFO O| Oct 19 04:07:44.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74162024-10-19T04:07:45.817Z[ recovery-image] Oct 19 04:07:44.367 INFO O| Oct 19 04:07:44.367 INFO STEP 1143 (remove_files) COMPLETE
74172024-10-19T04:07:45.817Z[ recovery-image] Oct 19 04:07:44.367 INFO O| Oct 19 04:07:44.367 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-10-19T04:07:45.827Z[ recovery-image] Oct 19 04:07:44.377 INFO O| Oct 19 04:07:44.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74192024-10-19T04:07:45.829Z[ recovery-image] Oct 19 04:07:44.377 INFO O| Oct 19 04:07:44.377 INFO STEP 1144 (remove_files) COMPLETE
74202024-10-19T04:07:45.829Z[ recovery-image] Oct 19 04:07:44.377 INFO O| Oct 19 04:07:44.377 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-10-19T04:07:45.837Z[ recovery-image] Oct 19 04:07:44.387 INFO O| Oct 19 04:07:44.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74222024-10-19T04:07:45.837Z[ recovery-image] Oct 19 04:07:44.387 INFO O| Oct 19 04:07:44.387 INFO STEP 1145 (remove_files) COMPLETE
74232024-10-19T04:07:45.839Z[ recovery-image] Oct 19 04:07:44.387 INFO O| Oct 19 04:07:44.387 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-10-19T04:07:45.847Z[ recovery-image] Oct 19 04:07:44.397 INFO O| Oct 19 04:07:44.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74252024-10-19T04:07:45.847Z[ recovery-image] Oct 19 04:07:44.398 INFO O| Oct 19 04:07:44.398 INFO STEP 1146 (remove_files) COMPLETE
74262024-10-19T04:07:45.847Z[ recovery-image] Oct 19 04:07:44.398 INFO O| Oct 19 04:07:44.398 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-10-19T04:07:45.859Z[ recovery-image] Oct 19 04:07:44.409 INFO O| Oct 19 04:07:44.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74282024-10-19T04:07:45.859Z[ recovery-image] Oct 19 04:07:44.409 INFO O| Oct 19 04:07:44.409 INFO STEP 1147 (remove_files) COMPLETE
74292024-10-19T04:07:45.859Z[ recovery-image] Oct 19 04:07:44.409 INFO O| Oct 19 04:07:44.409 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-10-19T04:07:45.870Z[ recovery-image] Oct 19 04:07:44.420 INFO O| Oct 19 04:07:44.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74312024-10-19T04:07:45.872Z[ recovery-image] Oct 19 04:07:44.420 INFO O| Oct 19 04:07:44.420 INFO STEP 1148 (remove_files) COMPLETE
74322024-10-19T04:07:45.872Z[ recovery-image] Oct 19 04:07:44.420 INFO O| Oct 19 04:07:44.420 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-10-19T04:07:45.880Z[ recovery-image] Oct 19 04:07:44.430 INFO O| Oct 19 04:07:44.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74342024-10-19T04:07:45.882Z[ recovery-image] Oct 19 04:07:44.430 INFO O| Oct 19 04:07:44.430 INFO STEP 1149 (remove_files) COMPLETE
74352024-10-19T04:07:45.882Z[ recovery-image] Oct 19 04:07:44.430 INFO O| Oct 19 04:07:44.430 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-10-19T04:07:45.891Z[ recovery-image] Oct 19 04:07:44.441 INFO O| Oct 19 04:07:44.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74372024-10-19T04:07:45.893Z[ recovery-image] Oct 19 04:07:44.441 INFO O| Oct 19 04:07:44.441 INFO STEP 1150 (remove_files) COMPLETE
74382024-10-19T04:07:45.893Z[ recovery-image] Oct 19 04:07:44.441 INFO O| Oct 19 04:07:44.441 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-10-19T04:07:45.901Z[ recovery-image] Oct 19 04:07:44.451 INFO O| Oct 19 04:07:44.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74402024-10-19T04:07:45.901Z[ recovery-image] Oct 19 04:07:44.451 INFO O| Oct 19 04:07:44.451 INFO STEP 1151 (remove_files) COMPLETE
74412024-10-19T04:07:45.903Z[ recovery-image] Oct 19 04:07:44.451 INFO O| Oct 19 04:07:44.451 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-10-19T04:07:45.910Z[ recovery-image] Oct 19 04:07:44.460 INFO O| Oct 19 04:07:44.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74432024-10-19T04:07:45.912Z[ recovery-image] Oct 19 04:07:44.460 INFO O| Oct 19 04:07:44.460 INFO STEP 1152 (remove_files) COMPLETE
74442024-10-19T04:07:45.912Z[ recovery-image] Oct 19 04:07:44.460 INFO O| Oct 19 04:07:44.460 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-10-19T04:07:45.920Z[ recovery-image] Oct 19 04:07:44.470 INFO O| Oct 19 04:07:44.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74462024-10-19T04:07:45.922Z[ recovery-image] Oct 19 04:07:44.471 INFO O| Oct 19 04:07:44.471 INFO STEP 1153 (remove_files) COMPLETE
74472024-10-19T04:07:45.922Z[ recovery-image] Oct 19 04:07:44.471 INFO O| Oct 19 04:07:44.471 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-10-19T04:07:45.930Z[ recovery-image] Oct 19 04:07:44.481 INFO O| Oct 19 04:07:44.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74492024-10-19T04:07:45.932Z[ recovery-image] Oct 19 04:07:44.481 INFO O| Oct 19 04:07:44.481 INFO STEP 1154 (remove_files) COMPLETE
74502024-10-19T04:07:45.933Z[ recovery-image] Oct 19 04:07:44.481 INFO O| Oct 19 04:07:44.481 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-10-19T04:07:45.940Z[ recovery-image] Oct 19 04:07:44.490 INFO O| Oct 19 04:07:44.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74522024-10-19T04:07:45.940Z[ recovery-image] Oct 19 04:07:44.490 INFO O| Oct 19 04:07:44.490 INFO STEP 1155 (remove_files) COMPLETE
74532024-10-19T04:07:45.940Z[ recovery-image] Oct 19 04:07:44.490 INFO O| Oct 19 04:07:44.490 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-10-19T04:07:45.950Z[ recovery-image] Oct 19 04:07:44.500 INFO O| Oct 19 04:07:44.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
74552024-10-19T04:07:45.950Z[ recovery-image] Oct 19 04:07:44.500 INFO O| Oct 19 04:07:44.500 INFO STEP 1156 (remove_files) COMPLETE
74562024-10-19T04:07:45.950Z[ recovery-image] Oct 19 04:07:44.500 INFO O| Oct 19 04:07:44.500 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-10-19T04:07:45.960Z[ recovery-image] Oct 19 04:07:44.510 INFO O| Oct 19 04:07:44.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74582024-10-19T04:07:45.962Z[ recovery-image] Oct 19 04:07:44.510 INFO O| Oct 19 04:07:44.510 INFO STEP 1157 (remove_files) COMPLETE
74592024-10-19T04:07:45.962Z[ recovery-image] Oct 19 04:07:44.510 INFO O| Oct 19 04:07:44.510 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-10-19T04:07:45.969Z[ recovery-image] Oct 19 04:07:44.519 INFO O| Oct 19 04:07:44.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74612024-10-19T04:07:45.969Z[ recovery-image] Oct 19 04:07:44.519 INFO O| Oct 19 04:07:44.519 INFO STEP 1158 (remove_files) COMPLETE
74622024-10-19T04:07:45.969Z[ recovery-image] Oct 19 04:07:44.520 INFO O| Oct 19 04:07:44.519 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-10-19T04:07:45.979Z[ recovery-image] Oct 19 04:07:44.529 INFO O| Oct 19 04:07:44.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74642024-10-19T04:07:45.979Z[ recovery-image] Oct 19 04:07:44.529 INFO O| Oct 19 04:07:44.529 INFO STEP 1159 (remove_files) COMPLETE
74652024-10-19T04:07:45.979Z[ recovery-image] Oct 19 04:07:44.529 INFO O| Oct 19 04:07:44.529 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-10-19T04:07:45.988Z[ recovery-image] Oct 19 04:07:44.539 INFO O| Oct 19 04:07:44.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74672024-10-19T04:07:45.991Z[ recovery-image] Oct 19 04:07:44.539 INFO O| Oct 19 04:07:44.539 INFO STEP 1160 (remove_files) COMPLETE
74682024-10-19T04:07:45.991Z[ recovery-image] Oct 19 04:07:44.539 INFO O| Oct 19 04:07:44.539 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-10-19T04:07:45.998Z[ recovery-image] Oct 19 04:07:44.548 INFO O| Oct 19 04:07:44.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74702024-10-19T04:07:45.998Z[ recovery-image] Oct 19 04:07:44.548 INFO O| Oct 19 04:07:44.548 INFO STEP 1161 (remove_files) COMPLETE
74712024-10-19T04:07:46.000Z[ recovery-image] Oct 19 04:07:44.548 INFO O| Oct 19 04:07:44.548 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-10-19T04:07:46.008Z[ recovery-image] Oct 19 04:07:44.558 INFO O| Oct 19 04:07:44.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74732024-10-19T04:07:46.008Z[ recovery-image] Oct 19 04:07:44.558 INFO O| Oct 19 04:07:44.558 INFO STEP 1162 (remove_files) COMPLETE
74742024-10-19T04:07:46.010Z[ recovery-image] Oct 19 04:07:44.558 INFO O| Oct 19 04:07:44.558 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-10-19T04:07:46.017Z[ recovery-image] Oct 19 04:07:44.568 INFO O| Oct 19 04:07:44.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74762024-10-19T04:07:46.017Z[ recovery-image] Oct 19 04:07:44.568 INFO O| Oct 19 04:07:44.568 INFO STEP 1163 (remove_files) COMPLETE
74772024-10-19T04:07:46.020Z[ recovery-image] Oct 19 04:07:44.568 INFO O| Oct 19 04:07:44.568 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-10-19T04:07:46.027Z[ recovery-image] Oct 19 04:07:44.577 INFO O| Oct 19 04:07:44.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74792024-10-19T04:07:46.027Z[ recovery-image] Oct 19 04:07:44.577 INFO O| Oct 19 04:07:44.577 INFO STEP 1164 (remove_files) COMPLETE
74802024-10-19T04:07:46.030Z[ recovery-image] Oct 19 04:07:44.577 INFO O| Oct 19 04:07:44.577 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-10-19T04:07:46.037Z[ recovery-image] Oct 19 04:07:44.587 INFO O| Oct 19 04:07:44.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74822024-10-19T04:07:46.037Z[ recovery-image] Oct 19 04:07:44.587 INFO O| Oct 19 04:07:44.587 INFO STEP 1165 (remove_files) COMPLETE
74832024-10-19T04:07:46.040Z[ recovery-image] Oct 19 04:07:44.587 INFO O| Oct 19 04:07:44.587 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-10-19T04:07:46.047Z[ recovery-image] Oct 19 04:07:44.597 INFO O| Oct 19 04:07:44.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74852024-10-19T04:07:46.047Z[ recovery-image] Oct 19 04:07:44.597 INFO O| Oct 19 04:07:44.597 INFO STEP 1166 (remove_files) COMPLETE
74862024-10-19T04:07:46.049Z[ recovery-image] Oct 19 04:07:44.597 INFO O| Oct 19 04:07:44.597 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-10-19T04:07:46.056Z[ recovery-image] Oct 19 04:07:44.606 INFO O| Oct 19 04:07:44.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74882024-10-19T04:07:46.059Z[ recovery-image] Oct 19 04:07:44.606 INFO O| Oct 19 04:07:44.606 INFO STEP 1167 (remove_files) COMPLETE
74892024-10-19T04:07:46.059Z[ recovery-image] Oct 19 04:07:44.606 INFO O| Oct 19 04:07:44.606 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-10-19T04:07:46.066Z[ recovery-image] Oct 19 04:07:44.616 INFO O| Oct 19 04:07:44.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74912024-10-19T04:07:46.066Z[ recovery-image] Oct 19 04:07:44.616 INFO O| Oct 19 04:07:44.616 INFO STEP 1168 (remove_files) COMPLETE
74922024-10-19T04:07:46.066Z[ recovery-image] Oct 19 04:07:44.616 INFO O| Oct 19 04:07:44.616 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-10-19T04:07:46.075Z[ recovery-image] Oct 19 04:07:44.626 INFO O| Oct 19 04:07:44.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74942024-10-19T04:07:46.078Z[ recovery-image] Oct 19 04:07:44.626 INFO O| Oct 19 04:07:44.626 INFO STEP 1169 (remove_files) COMPLETE
74952024-10-19T04:07:46.078Z[ recovery-image] Oct 19 04:07:44.626 INFO O| Oct 19 04:07:44.626 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-10-19T04:07:46.085Z[ recovery-image] Oct 19 04:07:44.635 INFO O| Oct 19 04:07:44.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74972024-10-19T04:07:46.085Z[ recovery-image] Oct 19 04:07:44.635 INFO O| Oct 19 04:07:44.635 INFO STEP 1170 (remove_files) COMPLETE
74982024-10-19T04:07:46.087Z[ recovery-image] Oct 19 04:07:44.635 INFO O| Oct 19 04:07:44.635 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-10-19T04:07:46.095Z[ recovery-image] Oct 19 04:07:44.645 INFO O| Oct 19 04:07:44.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75002024-10-19T04:07:46.095Z[ recovery-image] Oct 19 04:07:44.645 INFO O| Oct 19 04:07:44.645 INFO STEP 1171 (remove_files) COMPLETE
75012024-10-19T04:07:46.097Z[ recovery-image] Oct 19 04:07:44.645 INFO O| Oct 19 04:07:44.645 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-10-19T04:07:46.104Z[ recovery-image] Oct 19 04:07:44.655 INFO O| Oct 19 04:07:44.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75032024-10-19T04:07:46.104Z[ recovery-image] Oct 19 04:07:44.655 INFO O| Oct 19 04:07:44.655 INFO STEP 1172 (remove_files) COMPLETE
75042024-10-19T04:07:46.107Z[ recovery-image] Oct 19 04:07:44.655 INFO O| Oct 19 04:07:44.655 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-10-19T04:07:46.114Z[ recovery-image] Oct 19 04:07:44.664 INFO O| Oct 19 04:07:44.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75062024-10-19T04:07:46.114Z[ recovery-image] Oct 19 04:07:44.664 INFO O| Oct 19 04:07:44.664 INFO STEP 1173 (remove_files) COMPLETE
75072024-10-19T04:07:46.114Z[ recovery-image] Oct 19 04:07:44.664 INFO O| Oct 19 04:07:44.664 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-10-19T04:07:46.124Z[ recovery-image] Oct 19 04:07:44.674 INFO O| Oct 19 04:07:44.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75092024-10-19T04:07:46.124Z[ recovery-image] Oct 19 04:07:44.674 INFO O| Oct 19 04:07:44.674 INFO STEP 1174 (remove_files) COMPLETE
75102024-10-19T04:07:46.126Z[ recovery-image] Oct 19 04:07:44.674 INFO O| Oct 19 04:07:44.674 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-10-19T04:07:46.133Z[ recovery-image] Oct 19 04:07:44.684 INFO O| Oct 19 04:07:44.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75122024-10-19T04:07:46.136Z[ recovery-image] Oct 19 04:07:44.684 INFO O| Oct 19 04:07:44.684 INFO STEP 1175 (remove_files) COMPLETE
75132024-10-19T04:07:46.136Z[ recovery-image] Oct 19 04:07:44.684 INFO O| Oct 19 04:07:44.684 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-10-19T04:07:46.143Z[ recovery-image] Oct 19 04:07:44.693 INFO O| Oct 19 04:07:44.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75152024-10-19T04:07:46.143Z[ recovery-image] Oct 19 04:07:44.693 INFO O| Oct 19 04:07:44.693 INFO STEP 1176 (remove_files) COMPLETE
75162024-10-19T04:07:46.143Z[ recovery-image] Oct 19 04:07:44.693 INFO O| Oct 19 04:07:44.693 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-10-19T04:07:46.153Z[ recovery-image] Oct 19 04:07:44.703 INFO O| Oct 19 04:07:44.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75182024-10-19T04:07:46.155Z[ recovery-image] Oct 19 04:07:44.703 INFO O| Oct 19 04:07:44.703 INFO STEP 1177 (remove_files) COMPLETE
75192024-10-19T04:07:46.155Z[ recovery-image] Oct 19 04:07:44.703 INFO O| Oct 19 04:07:44.703 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-10-19T04:07:46.163Z[ recovery-image] Oct 19 04:07:44.713 INFO O| Oct 19 04:07:44.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75212024-10-19T04:07:46.163Z[ recovery-image] Oct 19 04:07:44.713 INFO O| Oct 19 04:07:44.713 INFO STEP 1178 (remove_files) COMPLETE
75222024-10-19T04:07:46.163Z[ recovery-image] Oct 19 04:07:44.713 INFO O| Oct 19 04:07:44.713 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-10-19T04:07:46.172Z[ recovery-image] Oct 19 04:07:44.722 INFO O| Oct 19 04:07:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75242024-10-19T04:07:46.172Z[ recovery-image] Oct 19 04:07:44.722 INFO O| Oct 19 04:07:44.722 INFO STEP 1179 (remove_files) COMPLETE
75252024-10-19T04:07:46.174Z[ recovery-image] Oct 19 04:07:44.722 INFO O| Oct 19 04:07:44.722 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-10-19T04:07:46.182Z[ recovery-image] Oct 19 04:07:44.732 INFO O| Oct 19 04:07:44.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75272024-10-19T04:07:46.184Z[ recovery-image] Oct 19 04:07:44.732 INFO O| Oct 19 04:07:44.732 INFO STEP 1180 (remove_files) COMPLETE
75282024-10-19T04:07:46.184Z[ recovery-image] Oct 19 04:07:44.732 INFO O| Oct 19 04:07:44.732 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-10-19T04:07:46.192Z[ recovery-image] Oct 19 04:07:44.742 INFO O| Oct 19 04:07:44.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75302024-10-19T04:07:46.192Z[ recovery-image] Oct 19 04:07:44.742 INFO O| Oct 19 04:07:44.742 INFO STEP 1181 (remove_files) COMPLETE
75312024-10-19T04:07:46.192Z[ recovery-image] Oct 19 04:07:44.742 INFO O| Oct 19 04:07:44.742 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-10-19T04:07:46.202Z[ recovery-image] Oct 19 04:07:44.752 INFO O| Oct 19 04:07:44.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75332024-10-19T04:07:46.202Z[ recovery-image] Oct 19 04:07:44.752 INFO O| Oct 19 04:07:44.752 INFO STEP 1182 (remove_files) COMPLETE
75342024-10-19T04:07:46.202Z[ recovery-image] Oct 19 04:07:44.752 INFO O| Oct 19 04:07:44.752 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-10-19T04:07:46.212Z[ recovery-image] Oct 19 04:07:44.762 INFO O| Oct 19 04:07:44.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75362024-10-19T04:07:46.214Z[ recovery-image] Oct 19 04:07:44.762 INFO O| Oct 19 04:07:44.762 INFO STEP 1183 (remove_files) COMPLETE
75372024-10-19T04:07:46.214Z[ recovery-image] Oct 19 04:07:44.762 INFO O| Oct 19 04:07:44.762 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-10-19T04:07:46.222Z[ recovery-image] Oct 19 04:07:44.772 INFO O| Oct 19 04:07:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75392024-10-19T04:07:46.224Z[ recovery-image] Oct 19 04:07:44.772 INFO O| Oct 19 04:07:44.772 INFO STEP 1184 (remove_files) COMPLETE
75402024-10-19T04:07:46.224Z[ recovery-image] Oct 19 04:07:44.772 INFO O| Oct 19 04:07:44.772 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-10-19T04:07:46.232Z[ recovery-image] Oct 19 04:07:44.782 INFO O| Oct 19 04:07:44.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75422024-10-19T04:07:46.232Z[ recovery-image] Oct 19 04:07:44.782 INFO O| Oct 19 04:07:44.782 INFO STEP 1185 (remove_files) COMPLETE
75432024-10-19T04:07:46.232Z[ recovery-image] Oct 19 04:07:44.782 INFO O| Oct 19 04:07:44.782 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-10-19T04:07:46.242Z[ recovery-image] Oct 19 04:07:44.792 INFO O| Oct 19 04:07:44.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75452024-10-19T04:07:46.242Z[ recovery-image] Oct 19 04:07:44.792 INFO O| Oct 19 04:07:44.792 INFO STEP 1186 (remove_files) COMPLETE
75462024-10-19T04:07:46.244Z[ recovery-image] Oct 19 04:07:44.792 INFO O| Oct 19 04:07:44.792 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-10-19T04:07:46.251Z[ recovery-image] Oct 19 04:07:44.801 INFO O| Oct 19 04:07:44.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75482024-10-19T04:07:46.251Z[ recovery-image] Oct 19 04:07:44.802 INFO O| Oct 19 04:07:44.802 INFO STEP 1187 (remove_files) COMPLETE
75492024-10-19T04:07:46.254Z[ recovery-image] Oct 19 04:07:44.802 INFO O| Oct 19 04:07:44.802 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-10-19T04:07:46.261Z[ recovery-image] Oct 19 04:07:44.811 INFO O| Oct 19 04:07:44.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75512024-10-19T04:07:46.263Z[ recovery-image] Oct 19 04:07:44.811 INFO O| Oct 19 04:07:44.811 INFO STEP 1188 (remove_files) COMPLETE
75522024-10-19T04:07:46.263Z[ recovery-image] Oct 19 04:07:44.811 INFO O| Oct 19 04:07:44.811 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-10-19T04:07:46.271Z[ recovery-image] Oct 19 04:07:44.821 INFO O| Oct 19 04:07:44.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
75542024-10-19T04:07:46.271Z[ recovery-image] Oct 19 04:07:44.821 INFO O| Oct 19 04:07:44.821 INFO STEP 1189 (remove_files) COMPLETE
75552024-10-19T04:07:46.273Z[ recovery-image] Oct 19 04:07:44.821 INFO O| Oct 19 04:07:44.821 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-10-19T04:07:46.280Z[ recovery-image] Oct 19 04:07:44.831 INFO O| Oct 19 04:07:44.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75572024-10-19T04:07:46.280Z[ recovery-image] Oct 19 04:07:44.831 INFO O| Oct 19 04:07:44.831 INFO STEP 1190 (remove_files) COMPLETE
75582024-10-19T04:07:46.280Z[ recovery-image] Oct 19 04:07:44.831 INFO O| Oct 19 04:07:44.831 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-10-19T04:07:46.290Z[ recovery-image] Oct 19 04:07:44.840 INFO O| Oct 19 04:07:44.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75602024-10-19T04:07:46.290Z[ recovery-image] Oct 19 04:07:44.841 INFO O| Oct 19 04:07:44.841 INFO STEP 1191 (remove_files) COMPLETE
75612024-10-19T04:07:46.290Z[ recovery-image] Oct 19 04:07:44.841 INFO O| Oct 19 04:07:44.841 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-10-19T04:07:46.300Z[ recovery-image] Oct 19 04:07:44.850 INFO O| Oct 19 04:07:44.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
75632024-10-19T04:07:46.302Z[ recovery-image] Oct 19 04:07:44.850 INFO O| Oct 19 04:07:44.850 INFO STEP 1192 (remove_files) COMPLETE
75642024-10-19T04:07:46.302Z[ recovery-image] Oct 19 04:07:44.850 INFO O| Oct 19 04:07:44.850 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-10-19T04:07:46.310Z[ recovery-image] Oct 19 04:07:44.860 INFO O| Oct 19 04:07:44.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75662024-10-19T04:07:46.310Z[ recovery-image] Oct 19 04:07:44.860 INFO O| Oct 19 04:07:44.860 INFO STEP 1193 (remove_files) COMPLETE
75672024-10-19T04:07:46.312Z[ recovery-image] Oct 19 04:07:44.860 INFO O| Oct 19 04:07:44.860 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-10-19T04:07:46.319Z[ recovery-image] Oct 19 04:07:44.870 INFO O| Oct 19 04:07:44.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75692024-10-19T04:07:46.319Z[ recovery-image] Oct 19 04:07:44.870 INFO O| Oct 19 04:07:44.870 INFO STEP 1194 (remove_files) COMPLETE
75702024-10-19T04:07:46.319Z[ recovery-image] Oct 19 04:07:44.870 INFO O| Oct 19 04:07:44.870 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-10-19T04:07:46.329Z[ recovery-image] Oct 19 04:07:44.879 INFO O| Oct 19 04:07:44.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75722024-10-19T04:07:46.331Z[ recovery-image] Oct 19 04:07:44.879 INFO O| Oct 19 04:07:44.879 INFO STEP 1195 (remove_files) COMPLETE
75732024-10-19T04:07:46.331Z[ recovery-image] Oct 19 04:07:44.879 INFO O| Oct 19 04:07:44.879 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-10-19T04:07:46.339Z[ recovery-image] Oct 19 04:07:44.889 INFO O| Oct 19 04:07:44.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75752024-10-19T04:07:46.339Z[ recovery-image] Oct 19 04:07:44.889 INFO O| Oct 19 04:07:44.889 INFO STEP 1196 (remove_files) COMPLETE
75762024-10-19T04:07:46.339Z[ recovery-image] Oct 19 04:07:44.889 INFO O| Oct 19 04:07:44.889 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-10-19T04:07:46.348Z[ recovery-image] Oct 19 04:07:44.898 INFO O| Oct 19 04:07:44.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75782024-10-19T04:07:46.348Z[ recovery-image] Oct 19 04:07:44.899 INFO O| Oct 19 04:07:44.898 INFO STEP 1197 (remove_files) COMPLETE
75792024-10-19T04:07:46.351Z[ recovery-image] Oct 19 04:07:44.899 INFO O| Oct 19 04:07:44.899 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-10-19T04:07:46.358Z[ recovery-image] Oct 19 04:07:44.909 INFO O| Oct 19 04:07:44.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75812024-10-19T04:07:46.361Z[ recovery-image] Oct 19 04:07:44.909 INFO O| Oct 19 04:07:44.909 INFO STEP 1198 (remove_files) COMPLETE
75822024-10-19T04:07:46.361Z[ recovery-image] Oct 19 04:07:44.909 INFO O| Oct 19 04:07:44.909 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-10-19T04:07:46.368Z[ recovery-image] Oct 19 04:07:44.918 INFO O| Oct 19 04:07:44.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75842024-10-19T04:07:46.371Z[ recovery-image] Oct 19 04:07:44.918 INFO O| Oct 19 04:07:44.918 INFO STEP 1199 (remove_files) COMPLETE
75852024-10-19T04:07:46.371Z[ recovery-image] Oct 19 04:07:44.918 INFO O| Oct 19 04:07:44.918 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-10-19T04:07:46.378Z[ recovery-image] Oct 19 04:07:44.928 INFO O| Oct 19 04:07:44.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75872024-10-19T04:07:46.380Z[ recovery-image] Oct 19 04:07:44.928 INFO O| Oct 19 04:07:44.928 INFO STEP 1200 (remove_files) COMPLETE
75882024-10-19T04:07:46.380Z[ recovery-image] Oct 19 04:07:44.928 INFO O| Oct 19 04:07:44.928 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-10-19T04:07:46.387Z[ recovery-image] Oct 19 04:07:44.937 INFO O| Oct 19 04:07:44.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75902024-10-19T04:07:46.387Z[ recovery-image] Oct 19 04:07:44.938 INFO O| Oct 19 04:07:44.937 INFO STEP 1201 (remove_files) COMPLETE
75912024-10-19T04:07:46.387Z[ recovery-image] Oct 19 04:07:44.938 INFO O| Oct 19 04:07:44.938 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-10-19T04:07:46.397Z[ recovery-image] Oct 19 04:07:44.947 INFO O| Oct 19 04:07:44.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75932024-10-19T04:07:46.397Z[ recovery-image] Oct 19 04:07:44.947 INFO O| Oct 19 04:07:44.947 INFO STEP 1202 (remove_files) COMPLETE
75942024-10-19T04:07:46.397Z[ recovery-image] Oct 19 04:07:44.947 INFO O| Oct 19 04:07:44.947 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-10-19T04:07:46.406Z[ recovery-image] Oct 19 04:07:44.957 INFO O| Oct 19 04:07:44.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75962024-10-19T04:07:46.407Z[ recovery-image] Oct 19 04:07:44.957 INFO O| Oct 19 04:07:44.957 INFO STEP 1203 (remove_files) COMPLETE
75972024-10-19T04:07:46.407Z[ recovery-image] Oct 19 04:07:44.957 INFO O| Oct 19 04:07:44.957 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-10-19T04:07:46.416Z[ recovery-image] Oct 19 04:07:44.966 INFO O| Oct 19 04:07:44.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75992024-10-19T04:07:46.416Z[ recovery-image] Oct 19 04:07:44.966 INFO O| Oct 19 04:07:44.966 INFO STEP 1204 (remove_files) COMPLETE
76002024-10-19T04:07:46.416Z[ recovery-image] Oct 19 04:07:44.967 INFO O| Oct 19 04:07:44.966 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-10-19T04:07:46.426Z[ recovery-image] Oct 19 04:07:44.976 INFO O| Oct 19 04:07:44.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76022024-10-19T04:07:46.426Z[ recovery-image] Oct 19 04:07:44.976 INFO O| Oct 19 04:07:44.976 INFO STEP 1205 (remove_files) COMPLETE
76032024-10-19T04:07:46.428Z[ recovery-image] Oct 19 04:07:44.976 INFO O| Oct 19 04:07:44.976 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76042024-10-19T04:07:46.440Z[ recovery-image] Oct 19 04:07:44.990 INFO O| Oct 19 04:07:44.990 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76052024-10-19T04:07:46.440Z[ recovery-image] Oct 19 04:07:44.991 INFO O| Oct 19 04:07:44.990 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76062024-10-19T04:07:47.134Z[ recovery-image] Oct 19 04:07:45.684 INFO O| Oct 19 04:07:45.684 INFO STEP 1206 (pack_tar) COMPLETE
76072024-10-19T04:07:47.134Z[ recovery-image] Oct 19 04:07:45.684 INFO O| Oct 19 04:07:45.684 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76082024-10-19T04:07:47.137Z[ recovery-image] Oct 19 04:07:45.684 INFO O| Oct 19 04:07:45.684 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76092024-10-19T04:07:47.487Z[ recovery-image] Oct 19 04:07:46.037 INFO O| Oct 19 04:07:46.037 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76102024-10-19T04:07:47.545Z[ recovery-image] Oct 19 04:07:46.095 INFO O| Oct 19 04:07:46.095 INFO completed processing gimlet/ramdisk-03-recovery-trim
76112024-10-19T04:07:47.552Z[ recovery-image] Oct 19 04:07:46.102 INFO image builder template: zfs-recovery...
76122024-10-19T04:07:47.552Z[ recovery-image] Oct 19 04:07:46.102 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/.tmpOyx3e2/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
76132024-10-19T04:07:47.584Z[ recovery-image] Oct 19 04:07:46.134 INFO O| Oct 19 04:07:46.134 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76142024-10-19T04:07:47.588Z[ recovery-image] Oct 19 04:07:46.138 INFO O| Oct 19 04:07:46.138 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76152024-10-19T04:07:47.626Z[ recovery-image] Oct 19 04:07:46.176 INFO O| Oct 19 04:07:46.176 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76162024-10-19T04:07:47.675Z[ recovery-image] Oct 19 04:07:46.225 INFO O| Oct 19 04:07:46.225 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76172024-10-19T04:07:47.675Z[ recovery-image] Oct 19 04:07:46.225 INFO O| Oct 19 04:07:46.225 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76182024-10-19T04:07:47.680Z[ recovery-image] Oct 19 04:07:46.230 INFO O| Oct 19 04:07:46.230 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76192024-10-19T04:07:47.728Z[ recovery-image] Oct 19 04:07:46.278 INFO O| Oct 19 04:07:46.278 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76202024-10-19T04:07:47.768Z[ recovery-image] Oct 19 04:07:46.318 INFO O| Oct 19 04:07:46.318 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76212024-10-19T04:07:47.778Z[ recovery-image] Oct 19 04:07:46.328 INFO O| Oct 19 04:07:46.328 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76222024-10-19T04:07:47.783Z[ recovery-image] Oct 19 04:07:46.333 INFO O| Oct 19 04:07:46.333 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76232024-10-19T04:07:47.785Z[ recovery-image] Oct 19 04:07:46.334 INFO O| Oct 19 04:07:46.334 INFO no lofi found
76242024-10-19T04:07:47.785Z[ recovery-image] Oct 19 04:07:46.334 INFO O| Oct 19 04:07:46.334 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76252024-10-19T04:07:47.785Z[ recovery-image] Oct 19 04:07:46.334 INFO O| Oct 19 04:07:46.334 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76262024-10-19T04:07:49.459Z[ recovery-image] Oct 19 04:07:48.009 INFO O| Oct 19 04:07:48.008 INFO lofi device = /dev/dsk/c2t1d0p0
76272024-10-19T04:07:49.459Z[ recovery-image] Oct 19 04:07:48.009 INFO O| Oct 19 04:07:48.009 INFO pool device = /dev/dsk/c2t1d0p0
76282024-10-19T04:07:49.461Z[ recovery-image] Oct 19 04:07:48.009 INFO O| Oct 19 04:07:48.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"]
76292024-10-19T04:07:49.533Z[ recovery-image] Oct 19 04:07:48.083 INFO O| Oct 19 04:07:48.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76302024-10-19T04:07:49.533Z[ recovery-image] Oct 19 04:07:48.083 INFO O| Oct 19 04:07:48.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76312024-10-19T04:07:49.556Z[ recovery-image] Oct 19 04:07:48.105 INFO O| Oct 19 04:07:48.105 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76322024-10-19T04:07:49.620Z[ recovery-image] Oct 19 04:07:48.169 INFO O| Oct 19 04:07:48.169 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76332024-10-19T04:07:49.656Z[ recovery-image] Oct 19 04:07:48.206 INFO O| Oct 19 04:07:48.206 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76342024-10-19T04:07:49.669Z[ recovery-image] Oct 19 04:07:48.219 INFO O| Oct 19 04:07:48.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76352024-10-19T04:07:49.680Z[ recovery-image] Oct 19 04:07:48.229 INFO O| Oct 19 04:07:48.229 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76362024-10-19T04:07:49.724Z[ recovery-image] Oct 19 04:07:48.274 INFO O| Oct 19 04:07:48.274 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76372024-10-19T04:07:49.724Z[ recovery-image] Oct 19 04:07:48.274 INFO O| Oct 19 04:07:48.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76382024-10-19T04:07:49.728Z[ recovery-image] Oct 19 04:07:48.274 INFO O| Oct 19 04:07:48.274 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76392024-10-19T04:07:49.732Z[ recovery-image] Oct 19 04:07:48.282 INFO O| Oct 19 04:07:48.282 INFO boot environment UUID: 8c7692dd-b1a8-49f4-b0a6-ab9bbe1a7f90
76402024-10-19T04:07:49.732Z[ recovery-image] Oct 19 04:07:48.282 INFO O| Oct 19 04:07:48.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8c7692dd-b1a8-49f4-b0a6-ab9bbe1a7f90
76412024-10-19T04:07:49.743Z[ recovery-image] Oct 19 04:07:48.293 INFO O| Oct 19 04:07:48.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76422024-10-19T04:07:49.754Z[ recovery-image] Oct 19 04:07:48.304 INFO O| Oct 19 04:07:48.304 INFO STEP 0 (create_be) COMPLETE
76432024-10-19T04:07:49.754Z[ recovery-image] Oct 19 04:07:48.304 INFO O| Oct 19 04:07:48.304 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76442024-10-19T04:07:49.772Z[ recovery-image] Oct 19 04:07:48.321 INFO O| Oct 19 04:07:48.321 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"]
76452024-10-19T04:07:51.835Z[ recovery-image] Oct 19 04:07:50.385 INFO O| Oct 19 04:07:50.385 INFO STEP 1 (unpack_tar) COMPLETE
76462024-10-19T04:07:51.835Z[ recovery-image] Oct 19 04:07:50.385 INFO O| Oct 19 04:07:50.385 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76472024-10-19T04:07:51.847Z[ recovery-image] Oct 19 04:07:50.396 INFO O| Oct 19 04:07:50.396 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76482024-10-19T04:07:52.265Z[ recovery-image] Oct 19 04:07:50.814 INFO O| Oct 19 04:07:50.814 INFO STEP 2 (devfsadm) COMPLETE
76492024-10-19T04:07:52.265Z[ recovery-image] Oct 19 04:07:50.814 INFO O| Oct 19 04:07:50.814 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76502024-10-19T04:07:52.276Z[ recovery-image] Oct 19 04:07:50.826 INFO O| Oct 19 04:07:50.826 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76512024-10-19T04:07:52.276Z[ recovery-image] Oct 19 04:07:50.826 INFO O| Oct 19 04:07:50.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76522024-10-19T04:07:52.279Z[ recovery-image] Oct 19 04:07:50.826 INFO O| Oct 19 04:07:50.826 INFO STEP 3 (ensure_dir) COMPLETE
76532024-10-19T04:07:52.279Z[ recovery-image] Oct 19 04:07:50.826 INFO O| Oct 19 04:07:50.826 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76542024-10-19T04:07:52.286Z[ recovery-image] Oct 19 04:07:50.836 INFO O| Oct 19 04:07:50.836 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76552024-10-19T04:07:52.286Z[ recovery-image] Oct 19 04:07:50.836 INFO O| Oct 19 04:07:50.836 INFO STEP 4 (ensure_dir) COMPLETE
76562024-10-19T04:07:52.287Z[ recovery-image] Oct 19 04:07:50.836 INFO O| Oct 19 04:07:50.836 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76572024-10-19T04:07:52.300Z[ recovery-image] Oct 19 04:07:50.850 INFO O| Oct 19 04:07:50.850 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76582024-10-19T04:07:52.300Z[ recovery-image] Oct 19 04:07:50.850 INFO O| Oct 19 04:07:50.850 INFO STEP 5 (ensure_dir) COMPLETE
76592024-10-19T04:07:52.302Z[ recovery-image] Oct 19 04:07:50.850 INFO O| Oct 19 04:07:50.850 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76602024-10-19T04:07:52.312Z[ recovery-image] Oct 19 04:07:50.861 INFO O| Oct 19 04:07:50.861 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76612024-10-19T04:07:52.312Z[ recovery-image] Oct 19 04:07:50.862 INFO O| Oct 19 04:07:50.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76622024-10-19T04:07:52.312Z[ recovery-image] Oct 19 04:07:50.862 INFO O| Oct 19 04:07:50.862 INFO STEP 6 (ensure_dir) COMPLETE
76632024-10-19T04:07:52.314Z[ recovery-image] Oct 19 04:07:50.862 INFO O| Oct 19 04:07:50.862 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76642024-10-19T04:07:52.322Z[ recovery-image] Oct 19 04:07:50.872 INFO O| Oct 19 04:07:50.872 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76652024-10-19T04:07:52.322Z[ recovery-image] Oct 19 04:07:50.872 INFO O| Oct 19 04:07:50.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76662024-10-19T04:07:52.325Z[ recovery-image] Oct 19 04:07:50.872 INFO O| Oct 19 04:07:50.872 INFO STEP 7 (ensure_dir) COMPLETE
76672024-10-19T04:07:52.325Z[ recovery-image] Oct 19 04:07:50.872 INFO O| Oct 19 04:07:50.872 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76682024-10-19T04:07:52.332Z[ recovery-image] Oct 19 04:07:50.882 INFO O| Oct 19 04:07:50.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76692024-10-19T04:07:52.334Z[ recovery-image] Oct 19 04:07:50.882 INFO O| Oct 19 04:07:50.882 INFO STEP 8 (remove_files) COMPLETE
76702024-10-19T04:07:52.334Z[ recovery-image] Oct 19 04:07:50.882 INFO O| Oct 19 04:07:50.882 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76712024-10-19T04:07:52.342Z[ recovery-image] Oct 19 04:07:50.892 INFO O| Oct 19 04:07:50.892 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76722024-10-19T04:07:52.344Z[ recovery-image] Oct 19 04:07:50.893 INFO O| Oct 19 04:07:50.893 INFO STEP 9 (remove_files) COMPLETE
76732024-10-19T04:07:52.345Z[ recovery-image] Oct 19 04:07:50.893 INFO O| Oct 19 04:07:50.893 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76742024-10-19T04:07:52.355Z[ recovery-image] Oct 19 04:07:50.904 INFO O| Oct 19 04:07:50.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76752024-10-19T04:07:52.357Z[ recovery-image] Oct 19 04:07:50.905 INFO O| Oct 19 04:07:50.905 INFO STEP 10 (remove_files) COMPLETE
76762024-10-19T04:07:52.357Z[ recovery-image] Oct 19 04:07:50.905 INFO O| Oct 19 04:07:50.905 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76772024-10-19T04:07:52.365Z[ recovery-image] Oct 19 04:07:50.915 INFO O| Oct 19 04:07:50.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76782024-10-19T04:07:52.368Z[ recovery-image] Oct 19 04:07:50.915 INFO O| Oct 19 04:07:50.915 INFO STEP 11 (remove_files) COMPLETE
76792024-10-19T04:07:52.368Z[ recovery-image] Oct 19 04:07:50.915 INFO O| Oct 19 04:07:50.915 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76802024-10-19T04:07:52.375Z[ recovery-image] Oct 19 04:07:50.925 INFO O| Oct 19 04:07:50.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76812024-10-19T04:07:52.378Z[ recovery-image] Oct 19 04:07:50.925 INFO O| Oct 19 04:07:50.925 INFO STEP 12 (remove_files) COMPLETE
76822024-10-19T04:07:52.378Z[ recovery-image] Oct 19 04:07:50.925 INFO O| Oct 19 04:07:50.925 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76832024-10-19T04:07:52.387Z[ recovery-image] Oct 19 04:07:50.937 INFO O| Oct 19 04:07:50.937 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76842024-10-19T04:07:52.387Z[ recovery-image] Oct 19 04:07:50.937 INFO O| Oct 19 04:07:50.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76852024-10-19T04:07:52.390Z[ recovery-image] Oct 19 04:07:50.937 INFO O| Oct 19 04:07:50.937 INFO STEP 13 (ensure_dir) COMPLETE
76862024-10-19T04:07:52.390Z[ recovery-image] Oct 19 04:07:50.937 INFO O| Oct 19 04:07:50.937 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76872024-10-19T04:07:52.397Z[ recovery-image] Oct 19 04:07:50.947 INFO O| Oct 19 04:07:50.947 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76882024-10-19T04:07:52.397Z[ recovery-image] Oct 19 04:07:50.947 INFO O| Oct 19 04:07:50.947 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76892024-10-19T04:07:52.400Z[ recovery-image] Oct 19 04:07:50.947 INFO O| Oct 19 04:07:50.947 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76902024-10-19T04:07:52.400Z[ recovery-image] Oct 19 04:07:50.947 INFO O| Oct 19 04:07:50.947 INFO STEP 14 (ensure_dir) COMPLETE
76912024-10-19T04:07:52.400Z[ recovery-image] Oct 19 04:07:50.947 INFO O| Oct 19 04:07:50.947 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76922024-10-19T04:07:52.407Z[ recovery-image] Oct 19 04:07:50.957 INFO O| Oct 19 04:07:50.957 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76932024-10-19T04:07:52.408Z[ recovery-image] Oct 19 04:07:50.957 INFO O| Oct 19 04:07:50.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76942024-10-19T04:07:52.408Z[ recovery-image] Oct 19 04:07:50.957 INFO O| Oct 19 04:07:50.957 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76952024-10-19T04:07:52.408Z[ recovery-image] Oct 19 04:07:50.957 INFO O| Oct 19 04:07:50.957 INFO STEP 15 (ensure_dir) COMPLETE
76962024-10-19T04:07:52.410Z[ recovery-image] Oct 19 04:07:50.957 INFO O| Oct 19 04:07:50.957 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76972024-10-19T04:07:52.417Z[ recovery-image] Oct 19 04:07:50.967 INFO O| Oct 19 04:07:50.967 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76982024-10-19T04:07:52.420Z[ recovery-image] Oct 19 04:07:50.967 INFO O| Oct 19 04:07:50.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76992024-10-19T04:07:52.420Z[ recovery-image] Oct 19 04:07:50.967 INFO O| Oct 19 04:07:50.967 INFO STEP 16 (ensure_dir) COMPLETE
77002024-10-19T04:07:52.420Z[ recovery-image] Oct 19 04:07:50.967 INFO O| Oct 19 04:07:50.967 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77012024-10-19T04:07:52.430Z[ recovery-image] Oct 19 04:07:50.979 INFO O| Oct 19 04:07:50.979 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77022024-10-19T04:07:52.432Z[ recovery-image] Oct 19 04:07:50.979 INFO O| Oct 19 04:07:50.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77032024-10-19T04:07:52.432Z[ recovery-image] Oct 19 04:07:50.979 INFO O| Oct 19 04:07:50.979 INFO STEP 17 (ensure_dir) COMPLETE
77042024-10-19T04:07:52.432Z[ recovery-image] Oct 19 04:07:50.979 INFO O| Oct 19 04:07:50.979 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77052024-10-19T04:07:52.440Z[ recovery-image] Oct 19 04:07:50.990 INFO O| Oct 19 04:07:50.990 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77062024-10-19T04:07:52.440Z[ recovery-image] Oct 19 04:07:50.990 INFO O| Oct 19 04:07:50.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77072024-10-19T04:07:52.440Z[ recovery-image] Oct 19 04:07:50.990 INFO O| Oct 19 04:07:50.990 INFO ok!
77082024-10-19T04:07:52.440Z[ recovery-image] Oct 19 04:07:50.990 INFO O| Oct 19 04:07:50.990 INFO STEP 18 (ensure_symlink) COMPLETE
77092024-10-19T04:07:52.442Z[ recovery-image] Oct 19 04:07:50.990 INFO O| Oct 19 04:07:50.990 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77102024-10-19T04:07:52.450Z[ recovery-image] Oct 19 04:07:51.000 INFO O| Oct 19 04:07:51.000 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77112024-10-19T04:07:52.450Z[ recovery-image] Oct 19 04:07:51.000 INFO O| Oct 19 04:07:51.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77122024-10-19T04:07:52.453Z[ recovery-image] Oct 19 04:07:51.000 INFO O| Oct 19 04:07:51.000 INFO ok!
77132024-10-19T04:07:52.453Z[ recovery-image] Oct 19 04:07:51.000 INFO O| Oct 19 04:07:51.000 INFO STEP 19 (ensure_file) COMPLETE
77142024-10-19T04:07:52.453Z[ recovery-image] Oct 19 04:07:51.000 INFO O| Oct 19 04:07:51.000 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77152024-10-19T04:07:52.463Z[ recovery-image] Oct 19 04:07:51.013 INFO O| Oct 19 04:07:51.013 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77162024-10-19T04:07:52.463Z[ recovery-image] Oct 19 04:07:51.013 INFO O| Oct 19 04:07:51.013 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77172024-10-19T04:07:52.466Z[ recovery-image] Oct 19 04:07:51.013 INFO O| Oct 19 04:07:51.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77182024-10-19T04:07:52.466Z[ recovery-image] Oct 19 04:07:51.013 INFO O| Oct 19 04:07:51.013 INFO ok!
77192024-10-19T04:07:52.466Z[ recovery-image] Oct 19 04:07:51.013 INFO O| Oct 19 04:07:51.013 INFO STEP 20 (ensure_symlink) COMPLETE
77202024-10-19T04:07:52.466Z[ recovery-image] Oct 19 04:07:51.013 INFO O| Oct 19 04:07:51.013 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77212024-10-19T04:07:52.474Z[ recovery-image] Oct 19 04:07:51.023 INFO O| Oct 19 04:07:51.023 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77222024-10-19T04:07:52.476Z[ recovery-image] Oct 19 04:07:51.023 INFO O| Oct 19 04:07:51.023 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77232024-10-19T04:07:52.476Z[ recovery-image] Oct 19 04:07:51.024 INFO O| Oct 19 04:07:51.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77242024-10-19T04:07:52.476Z[ recovery-image] Oct 19 04:07:51.024 INFO O| Oct 19 04:07:51.024 INFO ok!
77252024-10-19T04:07:52.476Z[ recovery-image] Oct 19 04:07:51.024 INFO O| Oct 19 04:07:51.024 INFO STEP 21 (ensure_symlink) COMPLETE
77262024-10-19T04:07:52.476Z[ recovery-image] Oct 19 04:07:51.024 INFO O| Oct 19 04:07:51.024 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77272024-10-19T04:07:52.484Z[ recovery-image] Oct 19 04:07:51.034 INFO O| Oct 19 04:07:51.034 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77282024-10-19T04:07:52.484Z[ recovery-image] Oct 19 04:07:51.034 INFO O| Oct 19 04:07:51.034 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77292024-10-19T04:07:52.484Z[ recovery-image] Oct 19 04:07:51.034 INFO O| Oct 19 04:07:51.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77302024-10-19T04:07:52.484Z[ recovery-image] Oct 19 04:07:51.034 INFO O| Oct 19 04:07:51.034 INFO ok!
77312024-10-19T04:07:52.486Z[ recovery-image] Oct 19 04:07:51.034 INFO O| Oct 19 04:07:51.034 INFO STEP 22 (ensure_symlink) COMPLETE
77322024-10-19T04:07:52.486Z[ recovery-image] Oct 19 04:07:51.034 INFO O| Oct 19 04:07:51.034 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77332024-10-19T04:07:52.494Z[ recovery-image] Oct 19 04:07:51.044 INFO O| Oct 19 04:07:51.044 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77342024-10-19T04:07:52.494Z[ recovery-image] Oct 19 04:07:51.044 INFO O| Oct 19 04:07:51.044 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77352024-10-19T04:07:52.497Z[ recovery-image] Oct 19 04:07:51.044 INFO O| Oct 19 04:07:51.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77362024-10-19T04:07:52.497Z[ recovery-image] Oct 19 04:07:51.044 INFO O| Oct 19 04:07:51.044 INFO ok!
77372024-10-19T04:07:52.497Z[ recovery-image] Oct 19 04:07:51.044 INFO O| Oct 19 04:07:51.044 INFO STEP 23 (ensure_symlink) COMPLETE
77382024-10-19T04:07:52.497Z[ recovery-image] Oct 19 04:07:51.044 INFO O| Oct 19 04:07:51.044 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77392024-10-19T04:07:52.509Z[ recovery-image] Oct 19 04:07:51.054 INFO O| Oct 19 04:07:51.054 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77402024-10-19T04:07:52.510Z[ recovery-image] Oct 19 04:07:51.054 INFO O| Oct 19 04:07:51.054 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 ...
77412024-10-19T04:07:52.510Z[ recovery-image] Oct 19 04:07:51.055 INFO O| Oct 19 04:07:51.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77422024-10-19T04:07:52.510Z[ recovery-image] Oct 19 04:07:51.055 INFO O| Oct 19 04:07:51.055 INFO ok!
77432024-10-19T04:07:52.510Z[ recovery-image] Oct 19 04:07:51.055 INFO O| Oct 19 04:07:51.055 INFO STEP 24 (ensure_file) COMPLETE
77442024-10-19T04:07:52.510Z[ recovery-image] Oct 19 04:07:51.055 INFO O| Oct 19 04:07:51.055 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77452024-10-19T04:07:52.516Z[ recovery-image] Oct 19 04:07:51.065 INFO O| Oct 19 04:07:51.065 INFO updating shadow file
77462024-10-19T04:07:52.518Z[ recovery-image] Oct 19 04:07:51.066 INFO O| Oct 19 04:07:51.066 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77472024-10-19T04:07:52.519Z[ recovery-image] Oct 19 04:07:51.066 INFO O| Oct 19 04:07:51.066 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77482024-10-19T04:07:52.519Z[ recovery-image] Oct 19 04:07:51.066 INFO O| Oct 19 04:07:51.066 INFO STEP 25 (shadow) COMPLETE
77492024-10-19T04:07:52.519Z[ recovery-image] Oct 19 04:07:51.066 INFO O| Oct 19 04:07:51.066 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77502024-10-19T04:07:52.526Z[ recovery-image] Oct 19 04:07:51.076 INFO O| Oct 19 04:07:51.076 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77512024-10-19T04:07:52.529Z[ recovery-image] Oct 19 04:07:51.076 INFO O| Oct 19 04:07:51.076 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77522024-10-19T04:07:52.529Z[ recovery-image] Oct 19 04:07:51.076 INFO O| Oct 19 04:07:51.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77532024-10-19T04:07:52.529Z[ recovery-image] Oct 19 04:07:51.076 INFO O| Oct 19 04:07:51.076 INFO ok!
77542024-10-19T04:07:52.529Z[ recovery-image] Oct 19 04:07:51.076 INFO O| Oct 19 04:07:51.076 INFO STEP 26 (ensure_file) COMPLETE
77552024-10-19T04:07:52.529Z[ recovery-image] Oct 19 04:07:51.076 INFO O| Oct 19 04:07:51.076 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77562024-10-19T04:07:52.537Z[ recovery-image] Oct 19 04:07:51.087 INFO O| Oct 19 04:07:51.087 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
77572024-10-19T04:07:52.537Z[ recovery-image] Oct 19 04:07:51.087 INFO O| Oct 19 04:07:51.087 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
77582024-10-19T04:07:52.540Z[ recovery-image] Oct 19 04:07:51.087 INFO O| Oct 19 04:07:51.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77592024-10-19T04:07:52.540Z[ recovery-image] Oct 19 04:07:51.087 INFO O| Oct 19 04:07:51.087 INFO ok!
77602024-10-19T04:07:52.540Z[ recovery-image] Oct 19 04:07:51.087 INFO O| Oct 19 04:07:51.087 INFO STEP 27 (ensure_file) COMPLETE
77612024-10-19T04:07:52.540Z[ recovery-image] Oct 19 04:07:51.087 INFO O| Oct 19 04:07:51.087 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77622024-10-19T04:07:52.548Z[ recovery-image] Oct 19 04:07:51.098 INFO O| Oct 19 04:07:51.098 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77632024-10-19T04:07:52.548Z[ recovery-image] Oct 19 04:07:51.098 INFO O| Oct 19 04:07:51.098 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77642024-10-19T04:07:52.550Z[ recovery-image] Oct 19 04:07:51.098 INFO O| Oct 19 04:07:51.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77652024-10-19T04:07:52.550Z[ recovery-image] Oct 19 04:07:51.098 INFO O| Oct 19 04:07:51.098 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77662024-10-19T04:07:52.550Z[ recovery-image] Oct 19 04:07:51.098 INFO O| Oct 19 04:07:51.098 INFO ok!
77672024-10-19T04:07:52.550Z[ recovery-image] Oct 19 04:07:51.098 INFO O| Oct 19 04:07:51.098 INFO STEP 28 (ensure_file) COMPLETE
77682024-10-19T04:07:52.550Z[ recovery-image] Oct 19 04:07:51.098 INFO O| Oct 19 04:07:51.098 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77692024-10-19T04:07:52.558Z[ recovery-image] Oct 19 04:07:51.108 INFO O| Oct 19 04:07:51.108 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77702024-10-19T04:07:52.560Z[ recovery-image] Oct 19 04:07:51.108 INFO O| Oct 19 04:07:51.108 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77712024-10-19T04:07:52.560Z[ recovery-image] Oct 19 04:07:51.108 INFO O| Oct 19 04:07:51.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77722024-10-19T04:07:52.560Z[ recovery-image] Oct 19 04:07:51.108 INFO O| Oct 19 04:07:51.108 INFO ok!
77732024-10-19T04:07:52.560Z[ recovery-image] Oct 19 04:07:51.108 INFO O| Oct 19 04:07:51.108 INFO STEP 29 (ensure_file) COMPLETE
77742024-10-19T04:07:52.560Z[ recovery-image] Oct 19 04:07:51.108 INFO O| Oct 19 04:07:51.108 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77752024-10-19T04:07:52.568Z[ recovery-image] Oct 19 04:07:51.118 INFO O| Oct 19 04:07:51.118 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77762024-10-19T04:07:52.568Z[ recovery-image] Oct 19 04:07:51.118 INFO O| Oct 19 04:07:51.118 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77772024-10-19T04:07:52.571Z[ recovery-image] Oct 19 04:07:51.118 INFO O| Oct 19 04:07:51.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77782024-10-19T04:07:52.571Z[ recovery-image] Oct 19 04:07:51.118 INFO O| Oct 19 04:07:51.118 INFO ok!
77792024-10-19T04:07:52.571Z[ recovery-image] Oct 19 04:07:51.118 INFO O| Oct 19 04:07:51.118 INFO STEP 30 (ensure_file) COMPLETE
77802024-10-19T04:07:52.571Z[ recovery-image] Oct 19 04:07:51.118 INFO O| Oct 19 04:07:51.118 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77812024-10-19T04:07:52.579Z[ recovery-image] Oct 19 04:07:51.129 INFO O| Oct 19 04:07:51.128 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77822024-10-19T04:07:52.579Z[ recovery-image] Oct 19 04:07:51.129 INFO O| Oct 19 04:07:51.129 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77832024-10-19T04:07:52.581Z[ recovery-image] Oct 19 04:07:51.129 INFO O| Oct 19 04:07:51.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77842024-10-19T04:07:52.581Z[ recovery-image] Oct 19 04:07:51.129 INFO O| Oct 19 04:07:51.129 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77852024-10-19T04:07:52.581Z[ recovery-image] Oct 19 04:07:51.129 INFO O| Oct 19 04:07:51.129 INFO ok!
77862024-10-19T04:07:52.581Z[ recovery-image] Oct 19 04:07:51.129 INFO O| Oct 19 04:07:51.129 INFO STEP 31 (ensure_file) COMPLETE
77872024-10-19T04:07:52.581Z[ recovery-image] Oct 19 04:07:51.129 INFO O| Oct 19 04:07:51.129 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77882024-10-19T04:07:52.589Z[ recovery-image] Oct 19 04:07:51.139 INFO O| Oct 19 04:07:51.139 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77892024-10-19T04:07:52.589Z[ recovery-image] Oct 19 04:07:51.139 INFO O| Oct 19 04:07:51.139 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77902024-10-19T04:07:52.592Z[ recovery-image] Oct 19 04:07:51.139 INFO O| Oct 19 04:07:51.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77912024-10-19T04:07:52.592Z[ recovery-image] Oct 19 04:07:51.139 INFO O| Oct 19 04:07:51.139 INFO ok!
77922024-10-19T04:07:52.592Z[ recovery-image] Oct 19 04:07:51.139 INFO O| Oct 19 04:07:51.139 INFO STEP 32 (ensure_file) COMPLETE
77932024-10-19T04:07:52.592Z[ recovery-image] Oct 19 04:07:51.139 INFO O| Oct 19 04:07:51.139 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77942024-10-19T04:07:52.599Z[ recovery-image] Oct 19 04:07:51.149 INFO O| Oct 19 04:07:51.149 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77952024-10-19T04:07:52.599Z[ recovery-image] Oct 19 04:07:51.149 INFO O| Oct 19 04:07:51.149 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77962024-10-19T04:07:52.602Z[ recovery-image] Oct 19 04:07:51.149 INFO O| Oct 19 04:07:51.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77972024-10-19T04:07:52.602Z[ recovery-image] Oct 19 04:07:51.149 INFO O| Oct 19 04:07:51.149 INFO ok!
77982024-10-19T04:07:52.602Z[ recovery-image] Oct 19 04:07:51.149 INFO O| Oct 19 04:07:51.149 INFO STEP 33 (ensure_file) COMPLETE
77992024-10-19T04:07:52.602Z[ recovery-image] Oct 19 04:07:51.149 INFO O| Oct 19 04:07:51.149 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78002024-10-19T04:07:52.609Z[ recovery-image] Oct 19 04:07:51.159 INFO O| Oct 19 04:07:51.159 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78012024-10-19T04:07:52.609Z[ recovery-image] Oct 19 04:07:51.159 INFO O| Oct 19 04:07:51.159 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78022024-10-19T04:07:52.612Z[ recovery-image] Oct 19 04:07:51.159 INFO O| Oct 19 04:07:51.159 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78032024-10-19T04:07:52.612Z[ recovery-image] Oct 19 04:07:51.159 INFO O| Oct 19 04:07:51.159 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78042024-10-19T04:07:52.612Z[ recovery-image] Oct 19 04:07:51.159 INFO O| Oct 19 04:07:51.159 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78052024-10-19T04:07:52.612Z[ recovery-image] Oct 19 04:07:51.159 INFO O| Oct 19 04:07:51.159 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78062024-10-19T04:07:52.612Z[ recovery-image] Oct 19 04:07:51.159 INFO O| Oct 19 04:07:51.159 INFO ok!
78072024-10-19T04:07:52.612Z[ recovery-image] Oct 19 04:07:51.159 INFO O| Oct 19 04:07:51.159 INFO STEP 34 (ensure_file) COMPLETE
78082024-10-19T04:07:52.612Z[ recovery-image] Oct 19 04:07:51.159 INFO O| Oct 19 04:07:51.159 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78092024-10-19T04:07:52.619Z[ recovery-image] Oct 19 04:07:51.169 INFO O| Oct 19 04:07:51.169 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78102024-10-19T04:07:52.622Z[ recovery-image] Oct 19 04:07:51.169 INFO O| Oct 19 04:07:51.169 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78112024-10-19T04:07:52.622Z[ recovery-image] Oct 19 04:07:51.169 INFO O| Oct 19 04:07:51.169 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78122024-10-19T04:07:52.622Z[ recovery-image] Oct 19 04:07:51.169 INFO O| Oct 19 04:07:51.169 INFO STEP 35 (ensure_dir) COMPLETE
78132024-10-19T04:07:52.622Z[ recovery-image] Oct 19 04:07:51.169 INFO O| Oct 19 04:07:51.169 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78142024-10-19T04:07:52.629Z[ recovery-image] Oct 19 04:07:51.179 INFO O| Oct 19 04:07:51.179 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
78152024-10-19T04:07:52.629Z[ recovery-image] Oct 19 04:07:51.179 INFO O| Oct 19 04:07:51.179 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 ...
78162024-10-19T04:07:52.632Z[ recovery-image] Oct 19 04:07:51.179 INFO O| Oct 19 04:07:51.179 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
78172024-10-19T04:07:52.632Z[ recovery-image] Oct 19 04:07:51.179 INFO O| Oct 19 04:07:51.179 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
78182024-10-19T04:07:52.632Z[ recovery-image] Oct 19 04:07:51.179 INFO O| Oct 19 04:07:51.179 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
78192024-10-19T04:07:52.632Z[ recovery-image] Oct 19 04:07:51.179 INFO O| Oct 19 04:07:51.179 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
78202024-10-19T04:07:52.632Z[ recovery-image] Oct 19 04:07:51.179 INFO O| Oct 19 04:07:51.179 INFO ok!
78212024-10-19T04:07:52.632Z[ recovery-image] Oct 19 04:07:51.179 INFO O| Oct 19 04:07:51.179 INFO STEP 36 (ensure_file) COMPLETE
78222024-10-19T04:07:52.632Z[ recovery-image] Oct 19 04:07:51.179 INFO O| Oct 19 04:07:51.179 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78232024-10-19T04:07:52.639Z[ recovery-image] Oct 19 04:07:51.189 INFO O| Oct 19 04:07:51.189 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78242024-10-19T04:07:52.639Z[ recovery-image] Oct 19 04:07:51.189 INFO O| Oct 19 04:07:51.189 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 ...
78252024-10-19T04:07:52.642Z[ recovery-image] Oct 19 04:07:51.189 INFO O| Oct 19 04:07:51.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78262024-10-19T04:07:52.642Z[ recovery-image] Oct 19 04:07:51.189 INFO O| Oct 19 04:07:51.189 INFO ok!
78272024-10-19T04:07:52.642Z[ recovery-image] Oct 19 04:07:51.189 INFO O| Oct 19 04:07:51.189 INFO STEP 37 (ensure_symlink) COMPLETE
78282024-10-19T04:07:52.642Z[ recovery-image] Oct 19 04:07:51.189 INFO O| Oct 19 04:07:51.189 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78292024-10-19T04:07:52.653Z[ recovery-image] Oct 19 04:07:51.202 INFO O| Oct 19 04:07:51.202 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78302024-10-19T04:07:52.653Z[ recovery-image] Oct 19 04:07:51.203 INFO O| Oct 19 04:07:51.202 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78312024-10-19T04:07:52.655Z[ recovery-image] Oct 19 04:07:51.203 INFO O| Oct 19 04:07:51.203 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78322024-10-19T04:07:52.655Z[ recovery-image] Oct 19 04:07:51.203 INFO O| Oct 19 04:07:51.203 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78332024-10-19T04:07:52.655Z[ recovery-image] Oct 19 04:07:51.203 INFO O| Oct 19 04:07:51.203 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78342024-10-19T04:07:52.655Z[ recovery-image] Oct 19 04:07:51.203 INFO O| Oct 19 04:07:51.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78352024-10-19T04:07:52.655Z[ recovery-image] Oct 19 04:07:51.203 INFO O| Oct 19 04:07:51.203 INFO ok!
78362024-10-19T04:07:52.655Z[ recovery-image] Oct 19 04:07:51.203 INFO O| Oct 19 04:07:51.203 INFO STEP 38 (ensure_file) COMPLETE
78372024-10-19T04:07:52.655Z[ recovery-image] Oct 19 04:07:51.203 INFO O| Oct 19 04:07:51.203 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78382024-10-19T04:07:52.665Z[ recovery-image] Oct 19 04:07:51.214 INFO O| Oct 19 04:07:51.214 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78392024-10-19T04:07:52.665Z[ recovery-image] Oct 19 04:07:51.214 INFO O| Oct 19 04:07:51.214 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 ...
78402024-10-19T04:07:52.667Z[ recovery-image] Oct 19 04:07:51.214 INFO O| Oct 19 04:07:51.214 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
78412024-10-19T04:07:52.667Z[ recovery-image] Oct 19 04:07:51.215 INFO O| Oct 19 04:07:51.214 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78422024-10-19T04:07:52.667Z[ recovery-image] Oct 19 04:07:51.215 INFO O| Oct 19 04:07:51.215 INFO ok!
78432024-10-19T04:07:52.667Z[ recovery-image] Oct 19 04:07:51.215 INFO O| Oct 19 04:07:51.215 INFO STEP 39 (ensure_file) COMPLETE
78442024-10-19T04:07:52.667Z[ recovery-image] Oct 19 04:07:51.215 INFO O| Oct 19 04:07:51.215 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78452024-10-19T04:07:52.677Z[ recovery-image] Oct 19 04:07:51.226 INFO O| Oct 19 04:07:51.226 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78462024-10-19T04:07:52.679Z[ recovery-image] Oct 19 04:07:51.227 INFO O| Oct 19 04:07:51.226 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78472024-10-19T04:07:52.679Z[ recovery-image] Oct 19 04:07:51.227 INFO O| Oct 19 04:07:51.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78482024-10-19T04:07:52.679Z[ recovery-image] Oct 19 04:07:51.227 INFO O| Oct 19 04:07:51.227 INFO ok!
78492024-10-19T04:07:52.679Z[ recovery-image] Oct 19 04:07:51.227 INFO O| Oct 19 04:07:51.227 INFO STEP 40 (ensure_file) COMPLETE
78502024-10-19T04:07:52.679Z[ recovery-image] Oct 19 04:07:51.227 INFO O| Oct 19 04:07:51.227 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78512024-10-19T04:07:52.687Z[ recovery-image] Oct 19 04:07:51.237 INFO O| Oct 19 04:07:51.237 INFO updating shadow file
78522024-10-19T04:07:52.690Z[ recovery-image] Oct 19 04:07:51.237 INFO O| Oct 19 04:07:51.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78532024-10-19T04:07:52.690Z[ recovery-image] Oct 19 04:07:51.237 INFO O| Oct 19 04:07:51.237 INFO STEP 41 (shadow) COMPLETE
78542024-10-19T04:07:52.690Z[ recovery-image] Oct 19 04:07:51.237 INFO O| Oct 19 04:07:51.237 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78552024-10-19T04:07:52.698Z[ recovery-image] Oct 19 04:07:51.247 INFO O| Oct 19 04:07:51.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78562024-10-19T04:07:52.698Z[ recovery-image] Oct 19 04:07:51.247 INFO O| Oct 19 04:07:51.247 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
78572024-10-19T04:07:52.700Z[ recovery-image] Oct 19 04:07:51.248 INFO O| Oct 19 04:07:51.248 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78582024-10-19T04:07:52.700Z[ recovery-image] Oct 19 04:07:51.248 INFO O| Oct 19 04:07:51.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78592024-10-19T04:07:52.700Z[ recovery-image] Oct 19 04:07:51.248 INFO O| Oct 19 04:07:51.248 INFO ok!
78602024-10-19T04:07:52.700Z[ recovery-image] Oct 19 04:07:51.248 INFO O| Oct 19 04:07:51.248 INFO STEP 42 (ensure_file) COMPLETE
78612024-10-19T04:07:52.700Z[ recovery-image] Oct 19 04:07:51.248 INFO O| Oct 19 04:07:51.248 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78622024-10-19T04:07:52.708Z[ recovery-image] Oct 19 04:07:51.258 INFO O| Oct 19 04:07:51.257 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78632024-10-19T04:07:52.710Z[ recovery-image] Oct 19 04:07:51.258 INFO O| Oct 19 04:07:51.257 INFO STEP 43 (ensure_dir) COMPLETE
78642024-10-19T04:07:52.710Z[ recovery-image] Oct 19 04:07:51.258 INFO O| Oct 19 04:07:51.258 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78652024-10-19T04:07:52.718Z[ recovery-image] Oct 19 04:07:51.267 INFO O| Oct 19 04:07:51.267 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78662024-10-19T04:07:52.720Z[ recovery-image] Oct 19 04:07:51.267 INFO O| Oct 19 04:07:51.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78672024-10-19T04:07:52.720Z[ recovery-image] Oct 19 04:07:51.267 INFO O| Oct 19 04:07:51.267 INFO STEP 44 (ensure_dir) COMPLETE
78682024-10-19T04:07:52.720Z[ recovery-image] Oct 19 04:07:51.267 INFO O| Oct 19 04:07:51.267 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78692024-10-19T04:07:52.728Z[ recovery-image] Oct 19 04:07:51.278 INFO O| Oct 19 04:07:51.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78702024-10-19T04:07:52.730Z[ recovery-image] Oct 19 04:07:51.278 INFO O| Oct 19 04:07:51.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78712024-10-19T04:07:52.730Z[ recovery-image] Oct 19 04:07:51.278 INFO O| Oct 19 04:07:51.278 INFO STEP 45 (ensure_dir) COMPLETE
78722024-10-19T04:07:52.731Z[ recovery-image] Oct 19 04:07:51.278 INFO O| Oct 19 04:07:51.278 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78732024-10-19T04:07:52.740Z[ recovery-image] Oct 19 04:07:51.290 INFO O| Oct 19 04:07:51.290 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78742024-10-19T04:07:52.741Z[ recovery-image] Oct 19 04:07:51.290 INFO O| Oct 19 04:07:51.290 INFO copying /tmp/.tmpOyx3e2/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78752024-10-19T04:07:52.769Z[ recovery-image] Oct 19 04:07:51.319 INFO O| Oct 19 04:07:51.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78762024-10-19T04:07:52.769Z[ recovery-image] Oct 19 04:07:51.319 INFO O| Oct 19 04:07:51.319 INFO ok!
78772024-10-19T04:07:52.772Z[ recovery-image] Oct 19 04:07:51.319 INFO O| Oct 19 04:07:51.319 INFO STEP 46 (ensure_file) COMPLETE
78782024-10-19T04:07:52.772Z[ recovery-image] Oct 19 04:07:51.319 INFO O| Oct 19 04:07:51.319 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-10-19T04:07:52.781Z[ recovery-image] Oct 19 04:07:51.330 INFO O| Oct 19 04:07:51.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78802024-10-19T04:07:52.783Z[ recovery-image] Oct 19 04:07:51.331 INFO O| Oct 19 04:07:51.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78812024-10-19T04:07:52.783Z[ recovery-image] Oct 19 04:07:51.331 INFO O| Oct 19 04:07:51.331 INFO STEP 47 (ensure_dir) COMPLETE
78822024-10-19T04:07:52.783Z[ recovery-image] Oct 19 04:07:51.331 INFO O| Oct 19 04:07:51.331 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78832024-10-19T04:07:52.791Z[ recovery-image] Oct 19 04:07:51.341 INFO O| Oct 19 04:07:51.341 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78842024-10-19T04:07:52.791Z[ recovery-image] Oct 19 04:07:51.341 INFO O| Oct 19 04:07:51.341 INFO copying /tmp/.tmpOyx3e2/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78852024-10-19T04:07:52.791Z[ recovery-image] Oct 19 04:07:51.341 INFO O| Oct 19 04:07:51.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78862024-10-19T04:07:52.793Z[ recovery-image] Oct 19 04:07:51.341 INFO O| Oct 19 04:07:51.341 INFO ok!
78872024-10-19T04:07:52.793Z[ recovery-image] Oct 19 04:07:51.341 INFO O| Oct 19 04:07:51.341 INFO STEP 48 (ensure_file) COMPLETE
78882024-10-19T04:07:52.793Z[ recovery-image] Oct 19 04:07:51.341 INFO O| Oct 19 04:07:51.341 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78892024-10-19T04:07:52.801Z[ recovery-image] Oct 19 04:07:51.351 INFO O| Oct 19 04:07:51.351 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78902024-10-19T04:07:52.804Z[ recovery-image] Oct 19 04:07:51.351 INFO O| Oct 19 04:07:51.351 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78912024-10-19T04:07:52.804Z[ recovery-image] Oct 19 04:07:51.351 INFO O| Oct 19 04:07:51.351 INFO STEP 49 (ensure_dir) COMPLETE
78922024-10-19T04:07:52.804Z[ recovery-image] Oct 19 04:07:51.351 INFO O| Oct 19 04:07:51.351 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78932024-10-19T04:07:52.813Z[ recovery-image] Oct 19 04:07:51.363 INFO O| Oct 19 04:07:51.363 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78942024-10-19T04:07:52.813Z[ recovery-image] Oct 19 04:07:51.363 INFO O| Oct 19 04:07:51.363 INFO copying /tmp/.tmpOyx3e2/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78952024-10-19T04:07:52.831Z[ recovery-image] Oct 19 04:07:51.380 INFO O| Oct 19 04:07:51.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78962024-10-19T04:07:52.831Z[ recovery-image] Oct 19 04:07:51.380 INFO O| Oct 19 04:07:51.380 INFO ok!
78972024-10-19T04:07:52.834Z[ recovery-image] Oct 19 04:07:51.380 INFO O| Oct 19 04:07:51.380 INFO STEP 50 (ensure_file) COMPLETE
78982024-10-19T04:07:52.834Z[ recovery-image] Oct 19 04:07:51.380 INFO O| Oct 19 04:07:51.380 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78992024-10-19T04:07:52.842Z[ recovery-image] Oct 19 04:07:51.391 INFO O| Oct 19 04:07:51.391 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79002024-10-19T04:07:52.842Z[ recovery-image] Oct 19 04:07:51.391 INFO O| Oct 19 04:07:51.391 INFO copying /tmp/.tmpOyx3e2/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79012024-10-19T04:07:53.458Z[ recovery-image] Oct 19 04:07:52.008 INFO O| Oct 19 04:07:52.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79022024-10-19T04:07:53.459Z[ recovery-image] Oct 19 04:07:52.008 INFO O| Oct 19 04:07:52.008 INFO ok!
79032024-10-19T04:07:53.461Z[ recovery-image] Oct 19 04:07:52.008 INFO O| Oct 19 04:07:52.008 INFO STEP 51 (ensure_file) COMPLETE
79042024-10-19T04:07:53.461Z[ recovery-image] Oct 19 04:07:52.008 INFO O| Oct 19 04:07:52.008 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79052024-10-19T04:07:53.470Z[ recovery-image] Oct 19 04:07:52.020 INFO O| Oct 19 04:07:52.020 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79062024-10-19T04:07:53.472Z[ recovery-image] Oct 19 04:07:52.020 INFO O| Oct 19 04:07:52.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79072024-10-19T04:07:53.473Z[ recovery-image] Oct 19 04:07:52.020 INFO O| Oct 19 04:07:52.020 INFO STEP 52 (ensure_dir) COMPLETE
79082024-10-19T04:07:53.473Z[ recovery-image] Oct 19 04:07:52.020 INFO O| Oct 19 04:07:52.020 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79092024-10-19T04:07:53.482Z[ recovery-image] Oct 19 04:07:52.031 INFO O| Oct 19 04:07:52.031 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79102024-10-19T04:07:53.482Z[ recovery-image] Oct 19 04:07:52.031 INFO O| Oct 19 04:07:52.031 INFO copying /tmp/.tmpOyx3e2/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 ...
79112024-10-19T04:07:53.484Z[ recovery-image] Oct 19 04:07:52.031 INFO O| Oct 19 04:07:52.031 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
79122024-10-19T04:07:53.484Z[ recovery-image] Oct 19 04:07:52.031 INFO O| Oct 19 04:07:52.031 INFO ok!
79132024-10-19T04:07:53.484Z[ recovery-image] Oct 19 04:07:52.031 INFO O| Oct 19 04:07:52.031 INFO STEP 53 (ensure_file) COMPLETE
79142024-10-19T04:07:53.484Z[ recovery-image] Oct 19 04:07:52.031 INFO O| Oct 19 04:07:52.031 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79152024-10-19T04:07:53.493Z[ recovery-image] Oct 19 04:07:52.043 INFO O| Oct 19 04:07:52.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79162024-10-19T04:07:53.493Z[ recovery-image] Oct 19 04:07:52.043 INFO O| Oct 19 04:07:52.043 INFO copying /tmp/.tmpOyx3e2/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 ...
79172024-10-19T04:07:53.496Z[ recovery-image] Oct 19 04:07:52.043 INFO O| Oct 19 04:07:52.043 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
79182024-10-19T04:07:53.496Z[ recovery-image] Oct 19 04:07:52.043 INFO O| Oct 19 04:07:52.043 INFO ok!
79192024-10-19T04:07:53.496Z[ recovery-image] Oct 19 04:07:52.043 INFO O| Oct 19 04:07:52.043 INFO STEP 54 (ensure_file) COMPLETE
79202024-10-19T04:07:53.496Z[ recovery-image] Oct 19 04:07:52.043 INFO O| Oct 19 04:07:52.043 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79212024-10-19T04:07:53.506Z[ recovery-image] Oct 19 04:07:52.055 INFO O| Oct 19 04:07:52.055 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79222024-10-19T04:07:53.506Z[ recovery-image] Oct 19 04:07:52.055 INFO O| Oct 19 04:07:52.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79232024-10-19T04:07:53.506Z[ recovery-image] Oct 19 04:07:52.055 INFO O| Oct 19 04:07:52.055 INFO STEP 55 (ensure_dir) COMPLETE
79242024-10-19T04:07:53.506Z[ recovery-image] Oct 19 04:07:52.055 INFO O| Oct 19 04:07:52.055 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79252024-10-19T04:07:53.518Z[ recovery-image] Oct 19 04:07:52.068 INFO O| Oct 19 04:07:52.068 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79262024-10-19T04:07:53.518Z[ recovery-image] Oct 19 04:07:52.068 INFO O| Oct 19 04:07:52.068 INFO copying /tmp/.tmpOyx3e2/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 ...
79272024-10-19T04:07:53.518Z[ recovery-image] Oct 19 04:07:52.068 INFO O| Oct 19 04:07:52.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79282024-10-19T04:07:53.521Z[ recovery-image] Oct 19 04:07:52.068 INFO O| Oct 19 04:07:52.068 INFO ok!
79292024-10-19T04:07:53.521Z[ recovery-image] Oct 19 04:07:52.068 INFO O| Oct 19 04:07:52.068 INFO STEP 56 (ensure_file) COMPLETE
79302024-10-19T04:07:53.521Z[ recovery-image] Oct 19 04:07:52.068 INFO O| Oct 19 04:07:52.068 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79312024-10-19T04:07:53.530Z[ recovery-image] Oct 19 04:07:52.080 INFO O| Oct 19 04:07:52.080 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79322024-10-19T04:07:53.530Z[ recovery-image] Oct 19 04:07:52.080 INFO O| Oct 19 04:07:52.080 INFO copying /tmp/.tmpOyx3e2/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 ...
79332024-10-19T04:07:53.533Z[ recovery-image] Oct 19 04:07:52.080 INFO O| Oct 19 04:07:52.080 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
79342024-10-19T04:07:53.533Z[ recovery-image] Oct 19 04:07:52.080 INFO O| Oct 19 04:07:52.080 INFO ok!
79352024-10-19T04:07:53.533Z[ recovery-image] Oct 19 04:07:52.080 INFO O| Oct 19 04:07:52.080 INFO STEP 57 (ensure_file) COMPLETE
79362024-10-19T04:07:53.533Z[ recovery-image] Oct 19 04:07:52.080 INFO O| Oct 19 04:07:52.080 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79372024-10-19T04:07:53.542Z[ recovery-image] Oct 19 04:07:52.092 INFO O| Oct 19 04:07:52.092 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79382024-10-19T04:07:53.542Z[ recovery-image] Oct 19 04:07:52.092 INFO O| Oct 19 04:07:52.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79392024-10-19T04:07:53.545Z[ recovery-image] Oct 19 04:07:52.092 INFO O| Oct 19 04:07:52.092 INFO STEP 58 (ensure_dir) COMPLETE
79402024-10-19T04:07:53.545Z[ recovery-image] Oct 19 04:07:52.092 INFO O| Oct 19 04:07:52.092 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79412024-10-19T04:07:53.554Z[ recovery-image] Oct 19 04:07:52.104 INFO O| Oct 19 04:07:52.104 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79422024-10-19T04:07:53.554Z[ recovery-image] Oct 19 04:07:52.104 INFO O| Oct 19 04:07:52.104 INFO copying /tmp/.tmpOyx3e2/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 ...
79432024-10-19T04:07:53.557Z[ recovery-image] Oct 19 04:07:52.104 INFO O| Oct 19 04:07:52.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79442024-10-19T04:07:53.557Z[ recovery-image] Oct 19 04:07:52.104 INFO O| Oct 19 04:07:52.104 INFO ok!
79452024-10-19T04:07:53.557Z[ recovery-image] Oct 19 04:07:52.104 INFO O| Oct 19 04:07:52.104 INFO STEP 59 (ensure_file) COMPLETE
79462024-10-19T04:07:53.557Z[ recovery-image] Oct 19 04:07:52.104 INFO O| Oct 19 04:07:52.104 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79472024-10-19T04:07:53.565Z[ recovery-image] Oct 19 04:07:52.115 INFO O| Oct 19 04:07:52.115 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79482024-10-19T04:07:53.565Z[ recovery-image] Oct 19 04:07:52.115 INFO O| Oct 19 04:07:52.115 INFO copying /tmp/.tmpOyx3e2/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79492024-10-19T04:07:53.568Z[ recovery-image] Oct 19 04:07:52.115 INFO O| Oct 19 04:07:52.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79502024-10-19T04:07:53.568Z[ recovery-image] Oct 19 04:07:52.115 INFO O| Oct 19 04:07:52.115 INFO ok!
79512024-10-19T04:07:53.568Z[ recovery-image] Oct 19 04:07:52.115 INFO O| Oct 19 04:07:52.115 INFO STEP 60 (ensure_file) COMPLETE
79522024-10-19T04:07:53.568Z[ recovery-image] Oct 19 04:07:52.115 INFO O| Oct 19 04:07:52.115 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79532024-10-19T04:07:53.576Z[ recovery-image] Oct 19 04:07:52.126 INFO O| Oct 19 04:07:52.126 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79542024-10-19T04:07:53.576Z[ recovery-image] Oct 19 04:07:52.126 INFO O| Oct 19 04:07:52.126 INFO STEP 61 (ensure_dir) COMPLETE
79552024-10-19T04:07:53.578Z[ recovery-image] Oct 19 04:07:52.126 INFO O| Oct 19 04:07:52.126 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79562024-10-19T04:07:53.588Z[ recovery-image] Oct 19 04:07:52.137 INFO O| Oct 19 04:07:52.137 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79572024-10-19T04:07:53.588Z[ recovery-image] Oct 19 04:07:52.137 INFO O| Oct 19 04:07:52.137 INFO STEP 62 (ensure_dir) COMPLETE
79582024-10-19T04:07:53.590Z[ recovery-image] Oct 19 04:07:52.137 INFO O| Oct 19 04:07:52.137 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79592024-10-19T04:07:53.598Z[ recovery-image] Oct 19 04:07:52.148 INFO O| Oct 19 04:07:52.148 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79602024-10-19T04:07:53.598Z[ recovery-image] Oct 19 04:07:52.148 INFO O| Oct 19 04:07:52.148 INFO STEP 63 (ensure_dir) COMPLETE
79612024-10-19T04:07:53.601Z[ recovery-image] Oct 19 04:07:52.148 INFO O| Oct 19 04:07:52.148 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79622024-10-19T04:07:53.609Z[ recovery-image] Oct 19 04:07:52.158 INFO O| Oct 19 04:07:52.158 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79632024-10-19T04:07:53.609Z[ recovery-image] Oct 19 04:07:52.158 INFO O| Oct 19 04:07:52.158 INFO STEP 64 (ensure_dir) COMPLETE
79642024-10-19T04:07:53.611Z[ recovery-image] Oct 19 04:07:52.158 INFO O| Oct 19 04:07:52.158 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79652024-10-19T04:07:53.619Z[ recovery-image] Oct 19 04:07:52.169 INFO O| Oct 19 04:07:52.169 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79662024-10-19T04:07:53.621Z[ recovery-image] Oct 19 04:07:52.169 INFO O| Oct 19 04:07:52.169 INFO copying /tmp/.tmpOyx3e2/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79672024-10-19T04:07:53.621Z[ recovery-image] Oct 19 04:07:52.169 INFO O| Oct 19 04:07:52.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79682024-10-19T04:07:53.622Z[ recovery-image] Oct 19 04:07:52.169 INFO O| Oct 19 04:07:52.169 INFO ok!
79692024-10-19T04:07:53.622Z[ recovery-image] Oct 19 04:07:52.169 INFO O| Oct 19 04:07:52.169 INFO STEP 65 (ensure_file) COMPLETE
79702024-10-19T04:07:53.622Z[ recovery-image] Oct 19 04:07:52.169 INFO O| Oct 19 04:07:52.169 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79712024-10-19T04:07:53.630Z[ recovery-image] Oct 19 04:07:52.180 INFO O| Oct 19 04:07:52.180 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79722024-10-19T04:07:53.632Z[ recovery-image] Oct 19 04:07:52.180 INFO O| Oct 19 04:07:52.180 INFO STEP 66 (remove_files) COMPLETE
79732024-10-19T04:07:53.632Z[ recovery-image] Oct 19 04:07:52.180 INFO O| Oct 19 04:07:52.180 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79742024-10-19T04:07:53.641Z[ recovery-image] Oct 19 04:07:52.191 INFO O| Oct 19 04:07:52.191 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79752024-10-19T04:07:53.643Z[ recovery-image] Oct 19 04:07:52.191 INFO O| Oct 19 04:07:52.191 INFO STEP 67 (remove_files) COMPLETE
79762024-10-19T04:07:53.644Z[ recovery-image] Oct 19 04:07:52.191 INFO O| Oct 19 04:07:52.191 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79772024-10-19T04:07:53.652Z[ recovery-image] Oct 19 04:07:52.201 INFO O| Oct 19 04:07:52.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79782024-10-19T04:07:53.654Z[ recovery-image] Oct 19 04:07:52.202 INFO O| Oct 19 04:07:52.202 INFO STEP 68 (remove_files) COMPLETE
79792024-10-19T04:07:53.654Z[ recovery-image] Oct 19 04:07:52.202 INFO O| Oct 19 04:07:52.202 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79802024-10-19T04:07:53.662Z[ recovery-image] Oct 19 04:07:52.212 INFO O| Oct 19 04:07:52.212 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79812024-10-19T04:07:53.664Z[ recovery-image] Oct 19 04:07:52.212 INFO O| Oct 19 04:07:52.212 INFO STEP 69 (remove_files) COMPLETE
79822024-10-19T04:07:53.665Z[ recovery-image] Oct 19 04:07:52.212 INFO O| Oct 19 04:07:52.212 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79832024-10-19T04:07:53.673Z[ recovery-image] Oct 19 04:07:52.222 INFO O| Oct 19 04:07:52.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79842024-10-19T04:07:53.675Z[ recovery-image] Oct 19 04:07:52.222 INFO O| Oct 19 04:07:52.222 INFO STEP 70 (remove_files) COMPLETE
79852024-10-19T04:07:53.675Z[ recovery-image] Oct 19 04:07:52.222 INFO O| Oct 19 04:07:52.222 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79862024-10-19T04:07:53.684Z[ recovery-image] Oct 19 04:07:52.233 INFO O| Oct 19 04:07:52.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79872024-10-19T04:07:53.686Z[ recovery-image] Oct 19 04:07:52.233 INFO O| Oct 19 04:07:52.233 INFO STEP 71 (remove_files) COMPLETE
79882024-10-19T04:07:53.686Z[ recovery-image] Oct 19 04:07:52.233 INFO O| Oct 19 04:07:52.233 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79892024-10-19T04:07:53.696Z[ recovery-image] Oct 19 04:07:52.246 INFO O| Oct 19 04:07:52.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79902024-10-19T04:07:53.698Z[ recovery-image] Oct 19 04:07:52.246 INFO O| Oct 19 04:07:52.246 INFO STEP 72 (remove_files) COMPLETE
79912024-10-19T04:07:53.699Z[ recovery-image] Oct 19 04:07:52.246 INFO O| Oct 19 04:07:52.246 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79922024-10-19T04:07:53.707Z[ recovery-image] Oct 19 04:07:52.257 INFO O| Oct 19 04:07:52.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79932024-10-19T04:07:53.707Z[ recovery-image] Oct 19 04:07:52.257 INFO O| Oct 19 04:07:52.257 INFO STEP 73 (remove_files) COMPLETE
79942024-10-19T04:07:53.709Z[ recovery-image] Oct 19 04:07:52.257 INFO O| Oct 19 04:07:52.257 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79952024-10-19T04:07:53.717Z[ recovery-image] Oct 19 04:07:52.267 INFO O| Oct 19 04:07:52.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79962024-10-19T04:07:53.717Z[ recovery-image] Oct 19 04:07:52.267 INFO O| Oct 19 04:07:52.267 INFO STEP 74 (remove_files) COMPLETE
79972024-10-19T04:07:53.717Z[ recovery-image] Oct 19 04:07:52.267 INFO O| Oct 19 04:07:52.267 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79982024-10-19T04:07:53.727Z[ recovery-image] Oct 19 04:07:52.277 INFO O| Oct 19 04:07:52.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79992024-10-19T04:07:53.727Z[ recovery-image] Oct 19 04:07:52.277 INFO O| Oct 19 04:07:52.277 INFO STEP 75 (remove_files) COMPLETE
80002024-10-19T04:07:53.730Z[ recovery-image] Oct 19 04:07:52.277 INFO O| Oct 19 04:07:52.277 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80012024-10-19T04:07:53.739Z[ recovery-image] Oct 19 04:07:52.289 INFO O| Oct 19 04:07:52.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80022024-10-19T04:07:53.739Z[ recovery-image] Oct 19 04:07:52.289 INFO O| Oct 19 04:07:52.289 INFO STEP 76 (remove_files) COMPLETE
80032024-10-19T04:07:53.742Z[ recovery-image] Oct 19 04:07:52.289 INFO O| Oct 19 04:07:52.289 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80042024-10-19T04:07:53.750Z[ recovery-image] Oct 19 04:07:52.299 INFO O| Oct 19 04:07:52.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80052024-10-19T04:07:53.750Z[ recovery-image] Oct 19 04:07:52.299 INFO O| Oct 19 04:07:52.299 INFO STEP 77 (remove_files) COMPLETE
80062024-10-19T04:07:53.753Z[ recovery-image] Oct 19 04:07:52.299 INFO O| Oct 19 04:07:52.299 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80072024-10-19T04:07:53.760Z[ recovery-image] Oct 19 04:07:52.309 INFO O| Oct 19 04:07:52.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80082024-10-19T04:07:53.760Z[ recovery-image] Oct 19 04:07:52.309 INFO O| Oct 19 04:07:52.309 INFO STEP 78 (remove_files) COMPLETE
80092024-10-19T04:07:53.760Z[ recovery-image] Oct 19 04:07:52.309 INFO O| Oct 19 04:07:52.309 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80102024-10-19T04:07:53.770Z[ recovery-image] Oct 19 04:07:52.320 INFO O| Oct 19 04:07:52.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80112024-10-19T04:07:53.770Z[ recovery-image] Oct 19 04:07:52.320 INFO O| Oct 19 04:07:52.320 INFO STEP 79 (remove_files) COMPLETE
80122024-10-19T04:07:53.772Z[ recovery-image] Oct 19 04:07:52.320 INFO O| Oct 19 04:07:52.320 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80132024-10-19T04:07:53.780Z[ recovery-image] Oct 19 04:07:52.330 INFO O| Oct 19 04:07:52.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80142024-10-19T04:07:53.782Z[ recovery-image] Oct 19 04:07:52.330 INFO O| Oct 19 04:07:52.330 INFO STEP 80 (remove_files) COMPLETE
80152024-10-19T04:07:53.782Z[ recovery-image] Oct 19 04:07:52.330 INFO O| Oct 19 04:07:52.330 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80162024-10-19T04:07:53.790Z[ recovery-image] Oct 19 04:07:52.340 INFO O| Oct 19 04:07:52.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80172024-10-19T04:07:53.790Z[ recovery-image] Oct 19 04:07:52.340 INFO O| Oct 19 04:07:52.340 INFO STEP 81 (remove_files) COMPLETE
80182024-10-19T04:07:53.794Z[ recovery-image] Oct 19 04:07:52.340 INFO O| Oct 19 04:07:52.340 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80192024-10-19T04:07:53.802Z[ recovery-image] Oct 19 04:07:52.352 INFO O| Oct 19 04:07:52.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80202024-10-19T04:07:53.802Z[ recovery-image] Oct 19 04:07:52.352 INFO O| Oct 19 04:07:52.352 INFO STEP 82 (remove_files) COMPLETE
80212024-10-19T04:07:53.804Z[ recovery-image] Oct 19 04:07:52.352 INFO O| Oct 19 04:07:52.352 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80222024-10-19T04:07:53.812Z[ recovery-image] Oct 19 04:07:52.362 INFO O| Oct 19 04:07:52.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80232024-10-19T04:07:53.812Z[ recovery-image] Oct 19 04:07:52.362 INFO O| Oct 19 04:07:52.362 INFO STEP 83 (remove_files) COMPLETE
80242024-10-19T04:07:53.812Z[ recovery-image] Oct 19 04:07:52.362 INFO O| Oct 19 04:07:52.362 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80252024-10-19T04:07:53.822Z[ recovery-image] Oct 19 04:07:52.372 INFO O| Oct 19 04:07:52.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80262024-10-19T04:07:53.822Z[ recovery-image] Oct 19 04:07:52.372 INFO O| Oct 19 04:07:52.372 INFO STEP 84 (remove_files) COMPLETE
80272024-10-19T04:07:53.822Z[ recovery-image] Oct 19 04:07:52.372 INFO O| Oct 19 04:07:52.372 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80282024-10-19T04:07:53.832Z[ recovery-image] Oct 19 04:07:52.382 INFO O| Oct 19 04:07:52.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80292024-10-19T04:07:53.832Z[ recovery-image] Oct 19 04:07:52.382 INFO O| Oct 19 04:07:52.382 INFO STEP 85 (remove_files) COMPLETE
80302024-10-19T04:07:53.835Z[ recovery-image] Oct 19 04:07:52.382 INFO O| Oct 19 04:07:52.382 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80312024-10-19T04:07:53.843Z[ recovery-image] Oct 19 04:07:52.392 INFO O| Oct 19 04:07:52.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80322024-10-19T04:07:53.845Z[ recovery-image] Oct 19 04:07:52.393 INFO O| Oct 19 04:07:52.393 INFO STEP 86 (remove_files) COMPLETE
80332024-10-19T04:07:53.845Z[ recovery-image] Oct 19 04:07:52.393 INFO O| Oct 19 04:07:52.393 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80342024-10-19T04:07:53.853Z[ recovery-image] Oct 19 04:07:52.402 INFO O| Oct 19 04:07:52.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80352024-10-19T04:07:53.853Z[ recovery-image] Oct 19 04:07:52.403 INFO O| Oct 19 04:07:52.402 INFO STEP 87 (remove_files) COMPLETE
80362024-10-19T04:07:53.853Z[ recovery-image] Oct 19 04:07:52.403 INFO O| Oct 19 04:07:52.403 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80372024-10-19T04:07:53.864Z[ recovery-image] Oct 19 04:07:52.414 INFO O| Oct 19 04:07:52.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80382024-10-19T04:07:53.864Z[ recovery-image] Oct 19 04:07:52.414 INFO O| Oct 19 04:07:52.414 INFO STEP 88 (remove_files) COMPLETE
80392024-10-19T04:07:53.867Z[ recovery-image] Oct 19 04:07:52.414 INFO O| Oct 19 04:07:52.414 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80402024-10-19T04:07:53.875Z[ recovery-image] Oct 19 04:07:52.424 INFO O| Oct 19 04:07:52.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80412024-10-19T04:07:53.875Z[ recovery-image] Oct 19 04:07:52.425 INFO O| Oct 19 04:07:52.425 INFO STEP 89 (remove_files) COMPLETE
80422024-10-19T04:07:53.875Z[ recovery-image] Oct 19 04:07:52.425 INFO O| Oct 19 04:07:52.425 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80432024-10-19T04:07:53.886Z[ recovery-image] Oct 19 04:07:52.435 INFO O| Oct 19 04:07:52.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80442024-10-19T04:07:53.886Z[ recovery-image] Oct 19 04:07:52.436 INFO O| Oct 19 04:07:52.435 INFO STEP 90 (remove_files) COMPLETE
80452024-10-19T04:07:53.888Z[ recovery-image] Oct 19 04:07:52.436 INFO O| Oct 19 04:07:52.436 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80462024-10-19T04:07:53.896Z[ recovery-image] Oct 19 04:07:52.446 INFO O| Oct 19 04:07:52.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80472024-10-19T04:07:53.896Z[ recovery-image] Oct 19 04:07:52.446 INFO O| Oct 19 04:07:52.446 INFO STEP 91 (remove_files) COMPLETE
80482024-10-19T04:07:53.898Z[ recovery-image] Oct 19 04:07:52.446 INFO O| Oct 19 04:07:52.446 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80492024-10-19T04:07:53.907Z[ recovery-image] Oct 19 04:07:52.456 INFO O| Oct 19 04:07:52.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80502024-10-19T04:07:53.907Z[ recovery-image] Oct 19 04:07:52.457 INFO O| Oct 19 04:07:52.456 INFO STEP 92 (remove_files) COMPLETE
80512024-10-19T04:07:53.907Z[ recovery-image] Oct 19 04:07:52.457 INFO O| Oct 19 04:07:52.456 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80522024-10-19T04:07:53.917Z[ recovery-image] Oct 19 04:07:52.467 INFO O| Oct 19 04:07:52.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80532024-10-19T04:07:53.917Z[ recovery-image] Oct 19 04:07:52.467 INFO O| Oct 19 04:07:52.467 INFO STEP 93 (remove_files) COMPLETE
80542024-10-19T04:07:53.919Z[ recovery-image] Oct 19 04:07:52.467 INFO O| Oct 19 04:07:52.467 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80552024-10-19T04:07:53.927Z[ recovery-image] Oct 19 04:07:52.477 INFO O| Oct 19 04:07:52.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80562024-10-19T04:07:53.927Z[ recovery-image] Oct 19 04:07:52.477 INFO O| Oct 19 04:07:52.477 INFO STEP 94 (remove_files) COMPLETE
80572024-10-19T04:07:53.929Z[ recovery-image] Oct 19 04:07:52.477 INFO O| Oct 19 04:07:52.477 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80582024-10-19T04:07:53.942Z[ recovery-image] Oct 19 04:07:52.492 INFO O| Oct 19 04:07:52.492 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80592024-10-19T04:07:53.942Z[ recovery-image] Oct 19 04:07:52.492 INFO O| Oct 19 04:07:52.492 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
80602024-10-19T04:08:00.699Z[ recovery-image] Oct 19 04:07:59.248 INFO O| Oct 19 04:07:59.248 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
80612024-10-19T04:08:00.699Z[ recovery-image] Oct 19 04:07:59.248 INFO O| Oct 19 04:07:59.248 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80622024-10-19T04:08:00.711Z[ recovery-image] Oct 19 04:07:59.260 INFO O| Oct 19 04:07:59.260 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
80632024-10-19T04:08:00.786Z[ recovery-image] Oct 19 04:07:59.335 INFO O| Oct 19 04:07:59.335 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80642024-10-19T04:08:00.786Z[ recovery-image] Oct 19 04:07:59.335 INFO O| Oct 19 04:07:59.335 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 ...
80652024-10-19T04:08:00.789Z[ recovery-image] Oct 19 04:07:59.337 INFO O| Oct 19 04:07:59.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80662024-10-19T04:08:00.789Z[ recovery-image] Oct 19 04:07:59.337 INFO O| Oct 19 04:07:59.337 INFO ok!
80672024-10-19T04:08:00.789Z[ recovery-image] Oct 19 04:07:59.337 INFO O| Oct 19 04:07:59.337 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80682024-10-19T04:08:00.789Z[ recovery-image] Oct 19 04:07:59.337 INFO O| Oct 19 04:07:59.337 INFO STEP 95 (seed_smf) COMPLETE
80692024-10-19T04:08:00.789Z[ recovery-image] Oct 19 04:07:59.337 INFO O| Oct 19 04:07:59.337 INFO steps complete; finalising image!
80702024-10-19T04:08:00.789Z[ recovery-image] Oct 19 04:07:59.337 INFO O| Oct 19 04:07:59.337 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80712024-10-19T04:08:00.822Z[ recovery-image] Oct 19 04:07:59.371 INFO O| Oct 19 04:07:59.371 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Sat Oct 19 04:07:59 2024)
80722024-10-19T04:08:01.045Z[ recovery-image] Oct 19 04:07:59.594 INFO O| Oct 19 04:07:59.594 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio
80732024-10-19T04:08:01.045Z[ recovery-image] Oct 19 04:07:59.594 INFO O| Oct 19 04:07:59.594 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80742024-10-19T04:08:01.254Z[ recovery-image] Oct 19 04:07:59.802 INFO O| Oct 19 04:07:59.802 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
80752024-10-19T04:08:01.254Z[ recovery-image] Oct 19 04:07:59.802 INFO O| Oct 19 04:07:59.802 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80762024-10-19T04:08:04.250Z[ recovery-image] Oct 19 04:08:02.798 INFO O| Oct 19 04:08:02.798 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80772024-10-19T04:08:04.250Z[ recovery-image] Oct 19 04:08:02.798 INFO O| Oct 19 04:08:02.798 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80782024-10-19T04:08:04.252Z[ recovery-image] Oct 19 04:08:02.798 INFO O| Oct 19 04:08:02.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80792024-10-19T04:08:04.252Z[ recovery-image] Oct 19 04:08:02.798 INFO O| Oct 19 04:08:02.798 INFO completed processing gimlet/zfs-recovery
80802024-10-19T04:08:04.252Z[ recovery-image] Oct 19 04:08:02.798 INFO O| Oct 19 04:08:02.798 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80812024-10-19T04:08:04.397Z[ recovery-image] Oct 19 04:08:02.945 INFO O| Oct 19 04:08:02.945 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80822024-10-19T04:08:04.458Z[ recovery-image] Oct 19 04:08:03.006 INFO BUILD STRING "heads/stlouis-0-g6733cffb07\n"
80832024-10-19T04:08:04.460Z[ recovery-image] Oct 19 04:08:03.007 INFO expanded image name: "recovery 155e5d4/${os_short_commit} 2024-10-19 03:41" -> "recovery 155e5d4/6733cff 2024-10-19 03:41"
80842024-10-19T04:08:04.460Z[ recovery-image] Oct 19 04:08:03.007 INFO output artefacts stored in: "/work/os-recovery"
80852024-10-19T04:08:04.460Z[ recovery-image] Oct 19 04:08:03.007 INFO collecting git info from project "pilot"...
80862024-10-19T04:08:04.472Z[ recovery-image] Oct 19 04:08:03.021 INFO collecting git info from project "chelsio-t6-roms"...
80872024-10-19T04:08:04.492Z[ recovery-image] Oct 19 04:08:03.041 INFO collecting git info from project "image-builder"...
80882024-10-19T04:08:04.498Z[ recovery-image] Oct 19 04:08:03.047 INFO collecting git info from project "amd-firmware"...
80892024-10-19T04:08:04.766Z[ recovery-image] Oct 19 04:08:03.314 INFO collecting git info from project "amd-host-image-builder"...
80902024-10-19T04:08:05.008Z[ recovery-image] Oct 19 04:08:03.556 INFO collecting git info from project "bootserver"...
80912024-10-19T04:08:05.013Z[ recovery-image] Oct 19 04:08:03.562 INFO collecting git info from project "phbl"...
80922024-10-19T04:08:05.019Z[ recovery-image] Oct 19 04:08:03.568 INFO collecting git info from project "pinprick"...
80932024-10-19T04:08:05.024Z[ recovery-image] Oct 19 04:08:03.572 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80942024-10-19T04:08:05.375Z[ recovery-image] Oct 19 04:08:03.924 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80952024-10-19T04:08:05.727Z[ recovery-image] Oct 19 04:08:04.276 INFO creating Oxide boot image...
80962024-10-19T04:08:05.730Z[ recovery-image] Oct 19 04:08:04.276 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 155e5d4/6733cff 2024-10-19 03:41", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80972024-10-19T04:08:34.211Z[ host-image] Oct 19 04:08:32.757 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22979:20241018T213913Z
80982024-10-19T04:08:34.213Z[ host-image] Oct 19 04:08:32.757 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22979:20241018T213913Z
80992024-10-19T04:08:34.213Z[ host-image] Oct 19 04:08:32.758 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81002024-10-19T04:08:34.213Z[ host-image] Oct 19 04:08:32.758 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81012024-10-19T04:08:34.213Z[ host-image] Oct 19 04:08:32.758 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81022024-10-19T04:08:34.213Z[ host-image] Oct 19 04:08:32.758 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81032024-10-19T04:08:34.214Z[ host-image] Oct 19 04:08:32.759 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81042024-10-19T04:08:34.214Z[ host-image] Oct 19 04:08:32.759 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81052024-10-19T04:08:34.214Z[ host-image] Oct 19 04:08:32.759 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81062024-10-19T04:08:34.214Z[ host-image] Oct 19 04:08:32.759 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81072024-10-19T04:08:34.214Z[ host-image] Oct 19 04:08:32.759 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22979:20241018T213914Z
81082024-10-19T04:08:34.216Z[ host-image] Oct 19 04:08:32.761 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22979:20241018T213915Z
81092024-10-19T04:08:34.216Z[ host-image] Oct 19 04:08:32.762 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22979:20241018T213915Z
81102024-10-19T04:08:34.217Z[ host-image] Oct 19 04:08:32.762 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22979:20241018T213915Z
81112024-10-19T04:08:34.217Z[ host-image] Oct 19 04:08:32.762 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81122024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.763 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22979:20241018T213915Z
81132024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.764 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22979:20241018T213915Z
81142024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.764 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22979:20241018T213915Z
81152024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.764 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22979:20241018T213916Z
81162024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.764 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22979:20241018T213917Z
81172024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.764 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22979:20241018T213917Z
81182024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.765 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22979:20241018T213917Z
81192024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.765 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22979:20241018T213917Z
81202024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.765 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22979:20241018T213918Z
81212024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.765 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22979:20241018T213919Z
81222024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.765 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22979:20241018T213919Z
81232024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.765 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22979:20241018T213921Z
81242024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.765 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22979:20241018T213921Z
81252024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.766 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
81262024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.766 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22979:20241018T213923Z
81272024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.766 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22979:20241018T213925Z
81282024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.766 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22979:20241018T213926Z
81292024-10-19T04:08:34.220Z[ host-image] Oct 19 04:08:32.766 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22979:20241018T213926Z
81302024-10-19T04:08:34.223Z[ host-image] Oct 19 04:08:32.767 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22979:20241018T213928Z
81312024-10-19T04:08:34.223Z[ host-image] Oct 19 04:08:32.767 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22979:20241018T213928Z
81322024-10-19T04:08:34.230Z[ host-image] Oct 19 04:08:32.777 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81332024-10-19T04:08:34.238Z[ host-image] Oct 19 04:08:32.777 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22979:20241018T213928Z
81342024-10-19T04:08:34.238Z[ host-image] Oct 19 04:08:32.777 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
81352024-10-19T04:08:34.238Z[ host-image] Oct 19 04:08:32.777 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81362024-10-19T04:08:34.238Z[ host-image] Oct 19 04:08:32.778 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81372024-10-19T04:08:34.238Z[ host-image] Oct 19 04:08:32.778 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22979:20241018T213928Z
81382024-10-19T04:08:34.238Z[ host-image] Oct 19 04:08:32.778 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81392024-10-19T04:08:34.238Z[ host-image] Oct 19 04:08:32.779 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81402024-10-19T04:08:34.238Z[ host-image] Oct 19 04:08:32.780 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81412024-10-19T04:08:34.238Z[ host-image] Oct 19 04:08:32.780 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81422024-10-19T04:08:34.246Z[ host-image] Oct 19 04:08:32.792 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81432024-10-19T04:08:34.248Z[ host-image] Oct 19 04:08:32.792 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81442024-10-19T04:08:34.248Z[ host-image] Oct 19 04:08:32.792 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81452024-10-19T04:08:34.248Z[ host-image] Oct 19 04:08:32.793 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81462024-10-19T04:08:34.248Z[ host-image] Oct 19 04:08:32.794 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81472024-10-19T04:08:34.248Z[ host-image] Oct 19 04:08:32.794 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81482024-10-19T04:08:34.284Z[ host-image] Oct 19 04:08:32.830 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
81492024-10-19T04:08:34.286Z[ host-image] Oct 19 04:08:32.831 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81502024-10-19T04:08:34.286Z[ host-image] Oct 19 04:08:32.831 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81512024-10-19T04:08:34.286Z[ host-image] Oct 19 04:08:32.832 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22979:20241018T213930Z
81522024-10-19T04:08:34.287Z[ host-image] Oct 19 04:08:32.832 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22979:20241018T213936Z
81532024-10-19T04:08:34.287Z[ host-image] Oct 19 04:08:32.832 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81542024-10-19T04:08:34.287Z[ host-image] Oct 19 04:08:32.832 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22979:20241018T213937Z
81552024-10-19T04:08:34.287Z[ host-image] Oct 19 04:08:32.833 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81562024-10-19T04:08:34.287Z[ host-image] Oct 19 04:08:32.833 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81572024-10-19T04:08:34.287Z[ host-image] Oct 19 04:08:32.833 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81582024-10-19T04:08:34.287Z[ host-image] Oct 19 04:08:32.833 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22979:20241018T213937Z
81592024-10-19T04:08:34.290Z[ host-image] Oct 19 04:08:32.833 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81602024-10-19T04:08:34.292Z[ host-image] Oct 19 04:08:32.838 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81612024-10-19T04:08:34.292Z[ host-image] Oct 19 04:08:32.838 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81622024-10-19T04:08:34.292Z[ host-image] Oct 19 04:08:32.838 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81632024-10-19T04:08:34.292Z[ host-image] Oct 19 04:08:32.838 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22979:20241018T213937Z
81642024-10-19T04:08:34.292Z[ host-image] Oct 19 04:08:32.838 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81652024-10-19T04:08:34.307Z[ host-image] Oct 19 04:08:32.853 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81662024-10-19T04:08:34.309Z[ host-image] Oct 19 04:08:32.854 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22979:20241018T213937Z
81672024-10-19T04:08:34.309Z[ host-image] Oct 19 04:08:32.856 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22979:20241018T213938Z
81682024-10-19T04:08:34.311Z[ host-image] Oct 19 04:08:32.856 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22979:20241018T213938Z
81692024-10-19T04:08:34.311Z[ host-image] Oct 19 04:08:32.856 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81702024-10-19T04:08:34.311Z[ host-image] Oct 19 04:08:32.857 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22979:20241018T213939Z
81712024-10-19T04:08:34.311Z[ host-image] Oct 19 04:08:32.857 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22979:20241018T213940Z
81722024-10-19T04:08:34.312Z[ host-image] Oct 19 04:08:32.857 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22979:20241018T213940Z
81732024-10-19T04:08:34.312Z[ host-image] Oct 19 04:08:32.858 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22979:20241018T213940Z
81742024-10-19T04:08:34.315Z[ host-image] Oct 19 04:08:32.862 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81752024-10-19T04:08:34.317Z[ host-image] Oct 19 04:08:32.862 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22979:20241018T213940Z
81762024-10-19T04:08:34.317Z[ host-image] Oct 19 04:08:32.863 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22979:20241018T213941Z
81772024-10-19T04:08:34.317Z[ host-image] Oct 19 04:08:32.863 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81782024-10-19T04:08:34.317Z[ host-image] Oct 19 04:08:32.863 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22979:20241018T213942Z
81792024-10-19T04:08:34.317Z[ host-image] Oct 19 04:08:32.863 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22979:20241018T213942Z
81802024-10-19T04:08:34.317Z[ host-image] Oct 19 04:08:32.863 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22979:20241018T213942Z
81812024-10-19T04:08:34.317Z[ host-image] Oct 19 04:08:32.864 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22979:20241018T213942Z
81822024-10-19T04:08:34.326Z[ host-image] Oct 19 04:08:32.872 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22979:20241018T213942Z
81832024-10-19T04:08:34.326Z[ host-image] Oct 19 04:08:32.872 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81842024-10-19T04:08:34.328Z[ host-image] Oct 19 04:08:32.874 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22979:20241018T213942Z
81852024-10-19T04:08:34.330Z[ host-image] Oct 19 04:08:32.876 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22979:20241018T213942Z
81862024-10-19T04:08:34.330Z[ host-image] Oct 19 04:08:32.876 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22979:20241018T213942Z
81872024-10-19T04:08:34.330Z[ host-image] Oct 19 04:08:32.876 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22979:20241018T213943Z
81882024-10-19T04:08:34.333Z[ host-image] Oct 19 04:08:32.877 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22979:20241018T213943Z
81892024-10-19T04:08:34.333Z[ host-image] Oct 19 04:08:32.877 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22979:20241018T213943Z
81902024-10-19T04:08:34.341Z[ host-image] Oct 19 04:08:32.887 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22979:20241018T213945Z
81912024-10-19T04:08:34.343Z[ host-image] Oct 19 04:08:32.887 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22979:20241018T213944Z
81922024-10-19T04:08:34.343Z[ host-image] Oct 19 04:08:32.888 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22979:20241018T213944Z
81932024-10-19T04:08:34.343Z[ host-image] Oct 19 04:08:32.889 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22979:20241018T213944Z
81942024-10-19T04:08:34.343Z[ host-image] Oct 19 04:08:32.889 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22979:20241018T213945Z
81952024-10-19T04:08:34.365Z[ host-image] Oct 19 04:08:32.911 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22979:20241018T213948Z
81962024-10-19T04:08:34.367Z[ host-image] Oct 19 04:08:32.911 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22979:20241018T213945Z
81972024-10-19T04:08:34.367Z[ host-image] Oct 19 04:08:32.911 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22979:20241018T213945Z
81982024-10-19T04:08:34.367Z[ host-image] Oct 19 04:08:32.912 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81992024-10-19T04:08:34.367Z[ host-image] Oct 19 04:08:32.912 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82002024-10-19T04:08:34.395Z[ host-image] Oct 19 04:08:32.942 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22979:20241018T213945Z
82012024-10-19T04:08:34.397Z[ host-image] Oct 19 04:08:32.942 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82022024-10-19T04:08:34.397Z[ host-image] Oct 19 04:08:32.942 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22979:20241018T213945Z
82032024-10-19T04:08:34.398Z[ host-image] Oct 19 04:08:32.942 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22979:20241018T213946Z
82042024-10-19T04:08:34.398Z[ host-image] Oct 19 04:08:32.943 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22979:20241018T213946Z
82052024-10-19T04:08:34.398Z[ host-image] Oct 19 04:08:32.944 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82062024-10-19T04:08:34.400Z[ host-image] Oct 19 04:08:32.944 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82072024-10-19T04:08:34.400Z[ host-image] Oct 19 04:08:32.945 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22979:20241018T213947Z
82082024-10-19T04:08:34.400Z[ host-image] Oct 19 04:08:32.945 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22979:20241018T213947Z
82092024-10-19T04:08:34.400Z[ host-image] Oct 19 04:08:32.945 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22979:20241018T213947Z
82102024-10-19T04:08:34.400Z[ host-image] Oct 19 04:08:32.945 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22979:20241018T213947Z
82112024-10-19T04:08:34.400Z[ host-image] Oct 19 04:08:32.946 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22979:20241018T213947Z
82122024-10-19T04:08:34.400Z[ host-image] Oct 19 04:08:32.946 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22979:20241018T213948Z
82132024-10-19T04:08:34.403Z[ host-image] Oct 19 04:08:32.949 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82142024-10-19T04:08:34.403Z[ host-image] Oct 19 04:08:32.949 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22979:20241018T213948Z
82152024-10-19T04:08:34.405Z[ host-image] Oct 19 04:08:32.951 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22979:20241018T213948Z
82162024-10-19T04:08:34.405Z[ host-image] Oct 19 04:08:32.951 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22979:20241018T213948Z
82172024-10-19T04:08:34.405Z[ host-image] Oct 19 04:08:32.951 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22979:20241018T213949Z
82182024-10-19T04:08:34.405Z[ host-image] Oct 19 04:08:32.951 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22979:20241018T213949Z
82192024-10-19T04:08:34.405Z[ host-image] Oct 19 04:08:32.951 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22979:20241018T213949Z
82202024-10-19T04:08:34.405Z[ host-image] Oct 19 04:08:32.952 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82212024-10-19T04:08:34.405Z[ host-image] Oct 19 04:08:32.952 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82222024-10-19T04:08:34.408Z[ host-image] Oct 19 04:08:32.952 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22979:20241018T213951Z
82232024-10-19T04:08:34.408Z[ host-image] Oct 19 04:08:32.952 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22979:20241018T213952Z
82242024-10-19T04:08:34.408Z[ host-image] Oct 19 04:08:32.953 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82252024-10-19T04:08:34.408Z[ host-image] Oct 19 04:08:32.953 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82262024-10-19T04:08:34.408Z[ host-image] Oct 19 04:08:32.953 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82272024-10-19T04:08:34.408Z[ host-image] Oct 19 04:08:32.953 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82282024-10-19T04:08:34.408Z[ host-image] Oct 19 04:08:32.953 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82292024-10-19T04:08:34.408Z[ host-image] Oct 19 04:08:32.954 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82302024-10-19T04:08:34.411Z[ host-image] Oct 19 04:08:32.955 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82312024-10-19T04:08:34.411Z[ host-image] Oct 19 04:08:32.955 INFO O| tempdir @ "/tmp/.tmpLFY8HG/tmp"
82322024-10-19T04:08:34.411Z[ host-image] Oct 19 04:08:32.955 INFO O| image root @ "/tmp/.tmpLFY8HG/tmp/root"
82332024-10-19T04:08:34.411Z[ host-image] Oct 19 04:08:32.955 INFO O| creating image...
82342024-10-19T04:08:34.902Z[ host-image] Oct 19 04:08:33.448 INFO O| copying publishers...
82352024-10-19T04:08:43.490Z[ host-image] Oct 19 04:08:42.036 INFO O| adding properties...
82362024-10-19T04:08:44.551Z[ host-image] Oct 19 04:08:43.097 INFO O| installing packages...
82372024-10-19T04:08:55.152Z[ recovery-image] Oct 19 04:08:53.697 INFO O| ok, image written!
82382024-10-19T04:08:55.155Z[ recovery-image] Oct 19 04:08:53.697 INFO O| ok, boot_image_csum file written!
82392024-10-19T04:08:55.157Z[ recovery-image] Oct 19 04:08:53.702 INFO creating boot archive (CPIO)...
82402024-10-19T04:08:55.157Z[ recovery-image] Oct 19 04:08:53.702 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
82412024-10-19T04:08:55.166Z[ recovery-image] Oct 19 04:08:53.711 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82422024-10-19T04:08:55.169Z[ recovery-image] Oct 19 04:08:53.711 INFO E| + outfile=/work/os-recovery/cpio
82432024-10-19T04:08:55.169Z[ recovery-image] Oct 19 04:08:53.711 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82442024-10-19T04:08:55.169Z[ recovery-image] Oct 19 04:08:53.714 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82452024-10-19T04:08:55.169Z[ recovery-image] Oct 19 04:08:53.714 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82462024-10-19T04:08:55.203Z[ recovery-image] Oct 19 04:08:53.748 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82472024-10-19T04:08:55.203Z[ recovery-image] Oct 19 04:08:53.748 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82482024-10-19T04:08:55.211Z[ recovery-image] Oct 19 04:08:53.756 INFO creating compressed cpio/unix for nanobl-rs...
82492024-10-19T04:08:55.214Z[ recovery-image] Oct 19 04:08:53.757 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
82502024-10-19T04:08:55.496Z[ recovery-image] Oct 19 04:08:54.041 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82512024-10-19T04:08:59.779Z[ host-image] Oct 19 04:08:58.323 INFO O| seeding SMF database...
82522024-10-19T04:08:59.849Z[ recovery-image] Oct 19 04:08:58.393 INFO creating reset image...
82532024-10-19T04:08:59.851Z[ recovery-image] Oct 19 04:08:58.393 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82542024-10-19T04:09:00.098Z[ recovery-image] Oct 19 04:08:58.642 INFO E| Updating crates.io index
82552024-10-19T04:09:00.222Z[ recovery-image] Oct 19 04:08:58.766 INFO E| Downloading crates ...
82562024-10-19T04:09:00.293Z[ recovery-image] Oct 19 04:08:58.837 INFO E| Downloaded clap_lex v0.7.2
82572024-10-19T04:09:00.300Z[ recovery-image] Oct 19 04:08:58.845 INFO E| Downloaded duct v0.13.7
82582024-10-19T04:09:00.450Z[ recovery-image] Oct 19 04:08:58.847 INFO E| Downloaded anstyle-parse v0.2.5
82592024-10-19T04:09:00.452Z[ recovery-image] Oct 19 04:08:58.858 INFO E| Downloaded utf8parse v0.2.2
82602024-10-19T04:09:00.452Z[ recovery-image] Oct 19 04:08:58.864 INFO E| Downloaded anstream v0.6.15
82612024-10-19T04:09:00.452Z[ recovery-image] Oct 19 04:08:58.872 INFO E| Downloaded colorchoice v1.0.2
82622024-10-19T04:09:00.453Z[ recovery-image] Oct 19 04:08:58.873 INFO E| Downloaded anstyle-query v1.1.1
82632024-10-19T04:09:00.453Z[ recovery-image] Oct 19 04:08:58.880 INFO E| Downloaded shared_child v1.0.1
82642024-10-19T04:09:00.453Z[ recovery-image] Oct 19 04:08:58.881 INFO E| Downloaded os_pipe v1.2.1
82652024-10-19T04:09:00.453Z[ recovery-image] Oct 19 04:08:58.883 INFO E| Downloaded is_terminal_polyfill v1.70.1
82662024-10-19T04:09:00.453Z[ recovery-image] Oct 19 04:08:58.899 INFO E| Downloaded clap_builder v4.5.17
82672024-10-19T04:09:00.453Z[ recovery-image] Oct 19 04:08:58.906 INFO E| Downloaded clap v4.5.17
82682024-10-19T04:09:00.453Z[ recovery-image] Oct 19 04:08:58.915 INFO E| Downloaded syn v2.0.77
82692024-10-19T04:09:00.453Z[ recovery-image] Oct 19 04:08:58.942 INFO E| Downloaded libc v0.2.158
82702024-10-19T04:09:00.478Z[ recovery-image] Oct 19 04:08:59.023 INFO E| Compiling proc-macro2 v1.0.86
82712024-10-19T04:09:00.478Z[ recovery-image] Oct 19 04:08:59.023 INFO E| Compiling unicode-ident v1.0.13
82722024-10-19T04:09:00.478Z[ recovery-image] Oct 19 04:08:59.023 INFO E| Compiling libc v0.2.158
82732024-10-19T04:09:00.478Z[ recovery-image] Oct 19 04:08:59.023 INFO E| Compiling utf8parse v0.2.2
82742024-10-19T04:09:00.481Z[ recovery-image] Oct 19 04:08:59.023 INFO E| Compiling colorchoice v1.0.2
82752024-10-19T04:09:00.481Z[ recovery-image] Oct 19 04:08:59.023 INFO E| Compiling anstyle-query v1.1.1
82762024-10-19T04:09:00.481Z[ recovery-image] Oct 19 04:08:59.023 INFO E| Compiling is_terminal_polyfill v1.70.1
82772024-10-19T04:09:00.481Z[ recovery-image] Oct 19 04:08:59.023 INFO E| Compiling anstyle v1.0.8
82782024-10-19T04:09:00.679Z[ recovery-image] Oct 19 04:08:59.223 INFO E| Compiling anstyle-parse v0.2.5
82792024-10-19T04:09:00.705Z[ recovery-image] Oct 19 04:08:59.249 INFO E| Compiling strsim v0.11.1
82802024-10-19T04:09:00.731Z[ recovery-image] Oct 19 04:08:59.275 INFO E| Compiling heck v0.5.0
82812024-10-19T04:09:00.809Z[ recovery-image] Oct 19 04:08:59.354 INFO E| Compiling clap_lex v0.7.2
82822024-10-19T04:09:00.810Z[ recovery-image] Oct 19 04:08:59.354 INFO E| Compiling once_cell v1.19.0
82832024-10-19T04:09:01.003Z[ recovery-image] Oct 19 04:08:59.547 INFO E| Compiling anstream v0.6.15
82842024-10-19T04:09:01.491Z[ recovery-image] Oct 19 04:09:00.035 INFO E| Compiling clap_builder v4.5.17
82852024-10-19T04:09:01.754Z[ recovery-image] Oct 19 04:09:00.299 INFO E| Compiling os_pipe v1.2.1
82862024-10-19T04:09:01.755Z[ recovery-image] Oct 19 04:09:00.299 INFO E| Compiling shared_child v1.0.1
82872024-10-19T04:09:01.902Z[ recovery-image] Oct 19 04:09:00.446 INFO E| Compiling duct v0.13.7
82882024-10-19T04:09:01.908Z[ recovery-image] Oct 19 04:09:00.452 INFO E| Compiling quote v1.0.37
82892024-10-19T04:09:02.265Z[ recovery-image] Oct 19 04:09:00.775 INFO E| Compiling syn v2.0.77
82902024-10-19T04:09:06.175Z[ recovery-image] Oct 19 04:09:04.719 INFO E| Compiling clap_derive v4.5.13
82912024-10-19T04:09:07.958Z[ recovery-image] Oct 19 04:09:06.501 INFO E| Compiling clap v4.5.17
82922024-10-19T04:09:08.009Z[ recovery-image] Oct 19 04:09:06.553 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82932024-10-19T04:09:08.649Z[ host-image] Oct 19 04:09:07.193 INFO O| configuring SMF profile...
82942024-10-19T04:09:08.652Z[ host-image] Oct 19 04:09:07.193 INFO O| modifying shadow(5)...
82952024-10-19T04:09:08.652Z[ host-image] Oct 19 04:09:07.193 INFO O| loading user and group database...
82962024-10-19T04:09:08.652Z[ host-image] Oct 19 04:09:07.193 INFO O| assessing packaged files...
82972024-10-19T04:09:09.004Z[ recovery-image] Oct 19 04:09:07.547 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
82982024-10-19T04:09:09.015Z[ recovery-image] Oct 19 04:09:07.558 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82992024-10-19T04:09:09.138Z[ recovery-image] Oct 19 04:09:07.681 INFO E| Updating crates.io index
83002024-10-19T04:09:09.296Z[ recovery-image] Oct 19 04:09:07.840 INFO E| Downloading crates ...
83012024-10-19T04:09:09.343Z[ recovery-image] Oct 19 04:09:07.887 INFO E| Downloaded adler2 v2.0.0
83022024-10-19T04:09:09.351Z[ recovery-image] Oct 19 04:09:07.895 INFO E| Downloaded miniz_oxide v0.8.0
83032024-10-19T04:09:09.364Z[ recovery-image] Oct 19 04:09:07.907 INFO E| Downloaded raw-cpuid v10.7.0
83042024-10-19T04:09:09.368Z[ recovery-image] Oct 19 04:09:07.911 INFO E| Downloaded seq-macro v0.3.5
83052024-10-19T04:09:09.370Z[ recovery-image] Oct 19 04:09:07.913 INFO E| Downloaded cpio_reader v0.1.1
83062024-10-19T04:09:09.373Z[ recovery-image] Oct 19 04:09:07.915 INFO E| Downloaded bit_field v0.10.2
83072024-10-19T04:09:09.467Z[ recovery-image] Oct 19 04:09:08.010 INFO E| Downloaded x86 v0.52.0
83082024-10-19T04:09:09.549Z[ recovery-image] Oct 19 04:09:08.092 INFO E| Updating crates.io index
83092024-10-19T04:09:09.636Z[ recovery-image] Oct 19 04:09:08.180 INFO E| Downloading crates ...
83102024-10-19T04:09:09.703Z[ recovery-image] Oct 19 04:09:08.247 INFO E| Downloaded compiler_builtins v0.1.125
83112024-10-19T04:09:09.779Z[ recovery-image] Oct 19 04:09:08.323 INFO E| Compiling compiler_builtins v0.1.125
83122024-10-19T04:09:09.779Z[ recovery-image] Oct 19 04:09:08.323 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
83132024-10-19T04:09:09.779Z[ recovery-image] Oct 19 04:09:08.323 INFO E| Compiling proc-macro2 v1.0.86
83142024-10-19T04:09:09.782Z[ recovery-image] Oct 19 04:09:08.323 INFO E| Compiling unicode-ident v1.0.13
83152024-10-19T04:09:09.782Z[ recovery-image] Oct 19 04:09:08.323 INFO E| Compiling syn v1.0.109
83162024-10-19T04:09:09.782Z[ recovery-image] Oct 19 04:09:08.323 INFO E| Compiling x86 v0.52.0
83172024-10-19T04:09:09.785Z[ recovery-image] Oct 19 04:09:08.329 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83182024-10-19T04:09:09.787Z[ recovery-image] Oct 19 04:09:08.329 INFO E| Compiling seq-macro v0.3.5
83192024-10-19T04:09:10.941Z[ recovery-image] Oct 19 04:09:09.484 INFO E| Compiling quote v1.0.37
83202024-10-19T04:09:11.190Z[ host-image] Oct 19 04:09:09.734 INFO O| creating archive...
83212024-10-19T04:09:11.212Z[ recovery-image] Oct 19 04:09:09.756 INFO E| Compiling syn v2.0.77
83222024-10-19T04:09:11.225Z[ host-image] Oct 19 04:09:09.769 INFO O| missing from packaging:
83232024-10-19T04:09:11.225Z[ host-image] Oct 19 04:09:09.769 INFO O| "etc/.pwd.lock"
83242024-10-19T04:09:11.227Z[ host-image] Oct 19 04:09:09.769 INFO O| "etc/bash"
83252024-10-19T04:09:11.230Z[ host-image] Oct 19 04:09:09.774 INFO O| "etc/svc/profile/generic.xml"
83262024-10-19T04:09:11.230Z[ host-image] Oct 19 04:09:09.774 INFO O| "etc/svc/profile/inetd_services.xml"
83272024-10-19T04:09:11.233Z[ host-image] Oct 19 04:09:09.774 INFO O| "etc/svc/profile/name_service.xml"
83282024-10-19T04:09:11.233Z[ host-image] Oct 19 04:09:09.774 INFO O| "etc/svc/profile/platform.xml"
83292024-10-19T04:09:11.233Z[ host-image] Oct 19 04:09:09.774 INFO O| "etc/svc/profile/platform_omicron1.xml"
83302024-10-19T04:09:11.233Z[ host-image] Oct 19 04:09:09.774 INFO O| "etc/svc/repository.db"
83312024-10-19T04:09:11.244Z[ host-image] Oct 19 04:09:09.788 INFO O| "opt/ooce/share"
83322024-10-19T04:09:11.244Z[ host-image] Oct 19 04:09:09.788 INFO O| "opt/ooce/share/man"
83332024-10-19T04:09:11.246Z[ host-image] Oct 19 04:09:09.788 INFO O| "opt/ooce/share/man/man1"
83342024-10-19T04:09:11.254Z[ host-image] Oct 19 04:09:09.798 INFO O| finishing archive...
83352024-10-19T04:09:13.594Z[ recovery-image] Oct 19 04:09:12.137 INFO E| Compiling scroll_derive v0.12.0
83362024-10-19T04:09:14.234Z[ host-image] Oct 19 04:09:12.777 INFO O| creating gzonly manifest...
83372024-10-19T04:09:14.260Z[ host-image] Oct 19 04:09:12.803 INFO O| ok
83382024-10-19T04:09:14.377Z[ host-image] Oct 19 04:09:12.920 INFO image builder template: ramdisk-02-trim...
83392024-10-19T04:09:14.377Z[ host-image] Oct 19 04:09:12.920 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/.tmpOyx3e2/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
83402024-10-19T04:09:14.404Z[ host-image] Oct 19 04:09:12.947 INFO O| Oct 19 04:09:12.947 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83412024-10-19T04:09:14.410Z[ host-image] Oct 19 04:09:12.953 INFO O| Oct 19 04:09:12.953 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83422024-10-19T04:09:14.520Z[ host-image] Oct 19 04:09:13.063 INFO O| Oct 19 04:09:13.063 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83432024-10-19T04:09:14.587Z[ host-image] Oct 19 04:09:13.130 INFO O| Oct 19 04:09:13.130 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83442024-10-19T04:09:14.590Z[ host-image] Oct 19 04:09:13.130 INFO O| Oct 19 04:09:13.130 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83452024-10-19T04:09:14.593Z[ host-image] Oct 19 04:09:13.136 INFO O| Oct 19 04:09:13.136 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83462024-10-19T04:09:14.597Z[ host-image] Oct 19 04:09:13.141 INFO O| Oct 19 04:09:13.141 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83472024-10-19T04:09:14.602Z[ host-image] Oct 19 04:09:13.146 INFO O| Oct 19 04:09:13.146 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83482024-10-19T04:09:14.776Z[ host-image] Oct 19 04:09:13.319 INFO O| Oct 19 04:09:13.319 INFO rolled back to input snapshot; work may begin
83492024-10-19T04:09:14.776Z[ host-image] Oct 19 04:09:13.319 INFO O| Oct 19 04:09:13.319 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83502024-10-19T04:09:14.781Z[ host-image] Oct 19 04:09:13.325 INFO O| Oct 19 04:09:13.325 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-10-19T04:09:14.793Z[ host-image] Oct 19 04:09:13.336 INFO O| Oct 19 04:09:13.336 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83522024-10-19T04:09:14.844Z[ host-image] Oct 19 04:09:13.387 INFO O| Oct 19 04:09:13.387 INFO STEP 0 (remove_files) COMPLETE
83532024-10-19T04:09:14.844Z[ host-image] Oct 19 04:09:13.387 INFO O| Oct 19 04:09:13.387 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-10-19T04:09:14.859Z[ host-image] Oct 19 04:09:13.402 INFO O| Oct 19 04:09:13.402 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83552024-10-19T04:09:14.861Z[ host-image] Oct 19 04:09:13.405 INFO O| Oct 19 04:09:13.405 INFO STEP 1 (remove_files) COMPLETE
83562024-10-19T04:09:14.862Z[ host-image] Oct 19 04:09:13.405 INFO O| Oct 19 04:09:13.405 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-10-19T04:09:14.873Z[ host-image] Oct 19 04:09:13.417 INFO O| Oct 19 04:09:13.417 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83582024-10-19T04:09:14.897Z[ host-image] Oct 19 04:09:13.440 INFO O| Oct 19 04:09:13.440 INFO STEP 2 (remove_files) COMPLETE
83592024-10-19T04:09:14.897Z[ host-image] Oct 19 04:09:13.440 INFO O| Oct 19 04:09:13.440 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-10-19T04:09:14.916Z[ host-image] Oct 19 04:09:13.459 INFO O| Oct 19 04:09:13.459 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83612024-10-19T04:09:14.918Z[ host-image] Oct 19 04:09:13.462 INFO O| Oct 19 04:09:13.462 INFO STEP 3 (remove_files) COMPLETE
83622024-10-19T04:09:14.918Z[ host-image] Oct 19 04:09:13.462 INFO O| Oct 19 04:09:13.462 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-10-19T04:09:14.936Z[ host-image] Oct 19 04:09:13.479 INFO O| Oct 19 04:09:13.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83642024-10-19T04:09:14.942Z[ host-image] Oct 19 04:09:13.486 INFO O| Oct 19 04:09:13.485 INFO STEP 4 (remove_files) COMPLETE
83652024-10-19T04:09:14.942Z[ host-image] Oct 19 04:09:13.486 INFO O| Oct 19 04:09:13.486 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-10-19T04:09:14.957Z[ host-image] Oct 19 04:09:13.500 INFO O| Oct 19 04:09:13.500 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83672024-10-19T04:09:14.961Z[ host-image] Oct 19 04:09:13.505 INFO O| Oct 19 04:09:13.505 INFO STEP 5 (remove_files) COMPLETE
83682024-10-19T04:09:14.961Z[ host-image] Oct 19 04:09:13.505 INFO O| Oct 19 04:09:13.505 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-10-19T04:09:14.979Z[ host-image] Oct 19 04:09:13.522 INFO O| Oct 19 04:09:13.522 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83702024-10-19T04:09:14.996Z[ host-image] Oct 19 04:09:13.539 INFO O| Oct 19 04:09:13.539 INFO STEP 6 (remove_files) COMPLETE
83712024-10-19T04:09:14.996Z[ host-image] Oct 19 04:09:13.539 INFO O| Oct 19 04:09:13.539 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-10-19T04:09:15.015Z[ host-image] Oct 19 04:09:13.558 INFO O| Oct 19 04:09:13.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83732024-10-19T04:09:15.037Z[ host-image] Oct 19 04:09:13.580 INFO O| Oct 19 04:09:13.580 INFO STEP 7 (remove_files) COMPLETE
83742024-10-19T04:09:15.037Z[ host-image] Oct 19 04:09:13.580 INFO O| Oct 19 04:09:13.580 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-10-19T04:09:15.057Z[ host-image] Oct 19 04:09:13.600 INFO O| Oct 19 04:09:13.600 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83762024-10-19T04:09:15.214Z[ host-image] Oct 19 04:09:13.757 INFO O| Oct 19 04:09:13.757 INFO STEP 8 (remove_files) COMPLETE
83772024-10-19T04:09:15.214Z[ host-image] Oct 19 04:09:13.758 INFO O| Oct 19 04:09:13.757 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-10-19T04:09:15.242Z[ host-image] Oct 19 04:09:13.785 INFO O| Oct 19 04:09:13.785 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83792024-10-19T04:09:15.407Z[ host-image] Oct 19 04:09:13.950 INFO O| Oct 19 04:09:13.950 INFO STEP 9 (remove_files) COMPLETE
83802024-10-19T04:09:15.408Z[ host-image] Oct 19 04:09:13.950 INFO O| Oct 19 04:09:13.950 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-10-19T04:09:15.425Z[ host-image] Oct 19 04:09:13.968 INFO O| Oct 19 04:09:13.968 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83822024-10-19T04:09:15.431Z[ host-image] Oct 19 04:09:13.974 INFO O| Oct 19 04:09:13.974 INFO STEP 10 (remove_files) COMPLETE
83832024-10-19T04:09:15.431Z[ host-image] Oct 19 04:09:13.974 INFO O| Oct 19 04:09:13.974 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-10-19T04:09:15.446Z[ host-image] Oct 19 04:09:13.989 INFO O| Oct 19 04:09:13.989 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83852024-10-19T04:09:15.448Z[ host-image] Oct 19 04:09:13.990 INFO O| Oct 19 04:09:13.990 INFO STEP 11 (remove_files) COMPLETE
83862024-10-19T04:09:15.448Z[ host-image] Oct 19 04:09:13.990 INFO O| Oct 19 04:09:13.990 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-10-19T04:09:15.463Z[ host-image] Oct 19 04:09:14.006 INFO O| Oct 19 04:09:14.006 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83882024-10-19T04:09:15.466Z[ host-image] Oct 19 04:09:14.009 INFO O| Oct 19 04:09:14.009 INFO STEP 12 (remove_files) COMPLETE
83892024-10-19T04:09:15.468Z[ host-image] Oct 19 04:09:14.009 INFO O| Oct 19 04:09:14.009 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-10-19T04:09:15.507Z[ host-image] Oct 19 04:09:14.050 INFO O| Oct 19 04:09:14.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83912024-10-19T04:09:15.559Z[ host-image] Oct 19 04:09:14.101 INFO O| Oct 19 04:09:14.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83922024-10-19T04:09:15.565Z[ host-image] Oct 19 04:09:14.108 INFO O| Oct 19 04:09:14.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83932024-10-19T04:09:15.567Z[ host-image] Oct 19 04:09:14.110 INFO O| Oct 19 04:09:14.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83942024-10-19T04:09:15.827Z[ recovery-image] Oct 19 04:09:14.370 INFO E| Compiling bitstruct_derive v0.1.0
83952024-10-19T04:09:15.886Z[ host-image] Oct 19 04:09:14.429 INFO O| Oct 19 04:09:14.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83962024-10-19T04:09:15.899Z[ host-image] Oct 19 04:09:14.442 INFO O| Oct 19 04:09:14.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83972024-10-19T04:09:15.899Z[ host-image] Oct 19 04:09:14.442 INFO O| Oct 19 04:09:14.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83982024-10-19T04:09:15.901Z[ host-image] Oct 19 04:09:14.442 INFO O| Oct 19 04:09:14.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83992024-10-19T04:09:15.901Z[ host-image] Oct 19 04:09:14.442 INFO O| Oct 19 04:09:14.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84002024-10-19T04:09:15.901Z[ host-image] Oct 19 04:09:14.443 INFO O| Oct 19 04:09:14.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84012024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.443 INFO O| Oct 19 04:09:14.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84022024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.443 INFO O| Oct 19 04:09:14.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84032024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.443 INFO O| Oct 19 04:09:14.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84042024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.443 INFO O| Oct 19 04:09:14.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84052024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.443 INFO O| Oct 19 04:09:14.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84062024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.444 INFO O| Oct 19 04:09:14.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84072024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.444 INFO O| Oct 19 04:09:14.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84082024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.444 INFO O| Oct 19 04:09:14.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84092024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.444 INFO O| Oct 19 04:09:14.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84102024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.444 INFO O| Oct 19 04:09:14.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84112024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.444 INFO O| Oct 19 04:09:14.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84122024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.445 INFO O| Oct 19 04:09:14.445 INFO STEP 13 (remove_files) COMPLETE
84132024-10-19T04:09:15.902Z[ host-image] Oct 19 04:09:14.445 INFO O| Oct 19 04:09:14.445 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-10-19T04:09:15.914Z[ host-image] Oct 19 04:09:14.458 INFO O| Oct 19 04:09:14.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84152024-10-19T04:09:15.916Z[ host-image] Oct 19 04:09:14.459 INFO O| Oct 19 04:09:14.459 INFO STEP 14 (remove_files) COMPLETE
84162024-10-19T04:09:15.917Z[ host-image] Oct 19 04:09:14.459 INFO O| Oct 19 04:09:14.459 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-10-19T04:09:15.926Z[ host-image] Oct 19 04:09:14.469 INFO O| Oct 19 04:09:14.469 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84182024-10-19T04:09:15.932Z[ host-image] Oct 19 04:09:14.476 INFO O| Oct 19 04:09:14.475 INFO STEP 15 (remove_files) COMPLETE
84192024-10-19T04:09:15.932Z[ host-image] Oct 19 04:09:14.476 INFO O| Oct 19 04:09:14.475 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-10-19T04:09:15.943Z[ host-image] Oct 19 04:09:14.486 INFO O| Oct 19 04:09:14.486 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84212024-10-19T04:09:15.945Z[ host-image] Oct 19 04:09:14.486 INFO O| Oct 19 04:09:14.486 INFO STEP 16 (remove_files) COMPLETE
84222024-10-19T04:09:15.945Z[ host-image] Oct 19 04:09:14.486 INFO O| Oct 19 04:09:14.486 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-10-19T04:09:15.952Z[ host-image] Oct 19 04:09:14.496 INFO O| Oct 19 04:09:14.496 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84242024-10-19T04:09:15.955Z[ host-image] Oct 19 04:09:14.497 INFO O| Oct 19 04:09:14.497 INFO STEP 17 (remove_files) COMPLETE
84252024-10-19T04:09:15.955Z[ host-image] Oct 19 04:09:14.497 INFO O| Oct 19 04:09:14.497 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-10-19T04:09:15.964Z[ host-image] Oct 19 04:09:14.507 INFO O| Oct 19 04:09:14.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84272024-10-19T04:09:15.966Z[ host-image] Oct 19 04:09:14.507 INFO O| Oct 19 04:09:14.507 INFO STEP 18 (remove_files) COMPLETE
84282024-10-19T04:09:15.966Z[ host-image] Oct 19 04:09:14.507 INFO O| Oct 19 04:09:14.507 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-10-19T04:09:15.973Z[ host-image] Oct 19 04:09:14.517 INFO O| Oct 19 04:09:14.517 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84302024-10-19T04:09:15.973Z[ host-image] Oct 19 04:09:14.517 INFO O| Oct 19 04:09:14.517 INFO STEP 19 (remove_files) COMPLETE
84312024-10-19T04:09:15.973Z[ host-image] Oct 19 04:09:14.517 INFO O| Oct 19 04:09:14.517 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-10-19T04:09:15.983Z[ host-image] Oct 19 04:09:14.526 INFO O| Oct 19 04:09:14.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84332024-10-19T04:09:15.983Z[ host-image] Oct 19 04:09:14.526 INFO O| Oct 19 04:09:14.526 INFO STEP 20 (remove_files) COMPLETE
84342024-10-19T04:09:15.983Z[ host-image] Oct 19 04:09:14.526 INFO O| Oct 19 04:09:14.526 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-10-19T04:09:15.993Z[ host-image] Oct 19 04:09:14.536 INFO O| Oct 19 04:09:14.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84362024-10-19T04:09:15.993Z[ host-image] Oct 19 04:09:14.536 INFO O| Oct 19 04:09:14.536 INFO STEP 21 (remove_files) COMPLETE
84372024-10-19T04:09:15.993Z[ host-image] Oct 19 04:09:14.536 INFO O| Oct 19 04:09:14.536 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-10-19T04:09:16.003Z[ host-image] Oct 19 04:09:14.546 INFO O| Oct 19 04:09:14.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84392024-10-19T04:09:16.003Z[ host-image] Oct 19 04:09:14.546 INFO O| Oct 19 04:09:14.546 INFO STEP 22 (remove_files) COMPLETE
84402024-10-19T04:09:16.005Z[ host-image] Oct 19 04:09:14.546 INFO O| Oct 19 04:09:14.546 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-10-19T04:09:16.012Z[ host-image] Oct 19 04:09:14.556 INFO O| Oct 19 04:09:14.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84422024-10-19T04:09:16.012Z[ host-image] Oct 19 04:09:14.556 INFO O| Oct 19 04:09:14.556 INFO STEP 23 (remove_files) COMPLETE
84432024-10-19T04:09:16.015Z[ host-image] Oct 19 04:09:14.556 INFO O| Oct 19 04:09:14.556 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-10-19T04:09:16.022Z[ host-image] Oct 19 04:09:14.565 INFO O| Oct 19 04:09:14.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84452024-10-19T04:09:16.022Z[ host-image] Oct 19 04:09:14.565 INFO O| Oct 19 04:09:14.565 INFO STEP 24 (remove_files) COMPLETE
84462024-10-19T04:09:16.024Z[ host-image] Oct 19 04:09:14.565 INFO O| Oct 19 04:09:14.565 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-10-19T04:09:16.032Z[ host-image] Oct 19 04:09:14.575 INFO O| Oct 19 04:09:14.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84482024-10-19T04:09:16.034Z[ host-image] Oct 19 04:09:14.575 INFO O| Oct 19 04:09:14.575 INFO STEP 25 (remove_files) COMPLETE
84492024-10-19T04:09:16.034Z[ host-image] Oct 19 04:09:14.575 INFO O| Oct 19 04:09:14.575 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-10-19T04:09:16.042Z[ host-image] Oct 19 04:09:14.585 INFO O| Oct 19 04:09:14.585 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84512024-10-19T04:09:16.042Z[ host-image] Oct 19 04:09:14.585 INFO O| Oct 19 04:09:14.585 INFO STEP 26 (remove_files) COMPLETE
84522024-10-19T04:09:16.044Z[ host-image] Oct 19 04:09:14.585 INFO O| Oct 19 04:09:14.585 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-10-19T04:09:16.055Z[ host-image] Oct 19 04:09:14.598 INFO O| Oct 19 04:09:14.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84542024-10-19T04:09:16.055Z[ host-image] Oct 19 04:09:14.598 INFO O| Oct 19 04:09:14.598 INFO STEP 27 (remove_files) COMPLETE
84552024-10-19T04:09:16.057Z[ host-image] Oct 19 04:09:14.598 INFO O| Oct 19 04:09:14.598 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-10-19T04:09:16.069Z[ host-image] Oct 19 04:09:14.612 INFO O| Oct 19 04:09:14.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84572024-10-19T04:09:16.069Z[ host-image] Oct 19 04:09:14.612 INFO O| Oct 19 04:09:14.612 INFO STEP 28 (remove_files) COMPLETE
84582024-10-19T04:09:16.071Z[ host-image] Oct 19 04:09:14.612 INFO O| Oct 19 04:09:14.612 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-10-19T04:09:16.081Z[ host-image] Oct 19 04:09:14.624 INFO O| Oct 19 04:09:14.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84602024-10-19T04:09:16.084Z[ host-image] Oct 19 04:09:14.625 INFO O| Oct 19 04:09:14.625 INFO STEP 29 (remove_files) COMPLETE
84612024-10-19T04:09:16.084Z[ host-image] Oct 19 04:09:14.625 INFO O| Oct 19 04:09:14.625 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-10-19T04:09:16.091Z[ host-image] Oct 19 04:09:14.634 INFO O| Oct 19 04:09:14.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84632024-10-19T04:09:16.091Z[ host-image] Oct 19 04:09:14.635 INFO O| Oct 19 04:09:14.635 INFO STEP 30 (remove_files) COMPLETE
84642024-10-19T04:09:16.094Z[ host-image] Oct 19 04:09:14.635 INFO O| Oct 19 04:09:14.635 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-10-19T04:09:16.103Z[ host-image] Oct 19 04:09:14.646 INFO O| Oct 19 04:09:14.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84662024-10-19T04:09:16.105Z[ host-image] Oct 19 04:09:14.646 INFO O| Oct 19 04:09:14.646 INFO STEP 31 (remove_files) COMPLETE
84672024-10-19T04:09:16.105Z[ host-image] Oct 19 04:09:14.647 INFO O| Oct 19 04:09:14.646 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-10-19T04:09:16.117Z[ host-image] Oct 19 04:09:14.661 INFO O| Oct 19 04:09:14.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84692024-10-19T04:09:16.117Z[ host-image] Oct 19 04:09:14.661 INFO O| Oct 19 04:09:14.661 INFO STEP 32 (remove_files) COMPLETE
84702024-10-19T04:09:16.117Z[ host-image] Oct 19 04:09:14.661 INFO O| Oct 19 04:09:14.661 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-10-19T04:09:16.132Z[ host-image] Oct 19 04:09:14.675 INFO O| Oct 19 04:09:14.675 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84722024-10-19T04:09:16.134Z[ host-image] Oct 19 04:09:14.675 INFO O| Oct 19 04:09:14.675 INFO STEP 33 (remove_files) COMPLETE
84732024-10-19T04:09:16.134Z[ host-image] Oct 19 04:09:14.675 INFO O| Oct 19 04:09:14.675 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-10-19T04:09:16.145Z[ host-image] Oct 19 04:09:14.688 INFO O| Oct 19 04:09:14.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84752024-10-19T04:09:16.147Z[ host-image] Oct 19 04:09:14.688 INFO O| Oct 19 04:09:14.688 INFO STEP 34 (remove_files) COMPLETE
84762024-10-19T04:09:16.147Z[ host-image] Oct 19 04:09:14.688 INFO O| Oct 19 04:09:14.688 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-10-19T04:09:16.157Z[ host-image] Oct 19 04:09:14.700 INFO O| Oct 19 04:09:14.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84782024-10-19T04:09:16.159Z[ host-image] Oct 19 04:09:14.700 INFO O| Oct 19 04:09:14.700 INFO STEP 35 (remove_files) COMPLETE
84792024-10-19T04:09:16.159Z[ host-image] Oct 19 04:09:14.700 INFO O| Oct 19 04:09:14.700 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-10-19T04:09:16.167Z[ host-image] Oct 19 04:09:14.710 INFO O| Oct 19 04:09:14.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84812024-10-19T04:09:16.170Z[ host-image] Oct 19 04:09:14.711 INFO O| Oct 19 04:09:14.711 INFO STEP 36 (remove_files) COMPLETE
84822024-10-19T04:09:16.170Z[ host-image] Oct 19 04:09:14.711 INFO O| Oct 19 04:09:14.711 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-10-19T04:09:16.182Z[ host-image] Oct 19 04:09:14.725 INFO O| Oct 19 04:09:14.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84842024-10-19T04:09:16.182Z[ host-image] Oct 19 04:09:14.725 INFO O| Oct 19 04:09:14.725 INFO STEP 37 (remove_files) COMPLETE
84852024-10-19T04:09:16.185Z[ host-image] Oct 19 04:09:14.725 INFO O| Oct 19 04:09:14.725 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-10-19T04:09:16.196Z[ host-image] Oct 19 04:09:14.740 INFO O| Oct 19 04:09:14.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84872024-10-19T04:09:16.196Z[ host-image] Oct 19 04:09:14.740 INFO O| Oct 19 04:09:14.740 INFO STEP 38 (remove_files) COMPLETE
84882024-10-19T04:09:16.199Z[ host-image] Oct 19 04:09:14.740 INFO O| Oct 19 04:09:14.740 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-10-19T04:09:16.208Z[ host-image] Oct 19 04:09:14.751 INFO O| Oct 19 04:09:14.751 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84902024-10-19T04:09:16.210Z[ host-image] Oct 19 04:09:14.751 INFO O| Oct 19 04:09:14.751 INFO STEP 39 (remove_files) COMPLETE
84912024-10-19T04:09:16.210Z[ host-image] Oct 19 04:09:14.751 INFO O| Oct 19 04:09:14.751 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-10-19T04:09:16.218Z[ host-image] Oct 19 04:09:14.761 INFO O| Oct 19 04:09:14.761 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84932024-10-19T04:09:16.218Z[ host-image] Oct 19 04:09:14.761 INFO O| Oct 19 04:09:14.761 INFO STEP 40 (remove_files) COMPLETE
84942024-10-19T04:09:16.220Z[ host-image] Oct 19 04:09:14.761 INFO O| Oct 19 04:09:14.761 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-10-19T04:09:16.227Z[ host-image] Oct 19 04:09:14.771 INFO O| Oct 19 04:09:14.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84962024-10-19T04:09:16.227Z[ host-image] Oct 19 04:09:14.771 INFO O| Oct 19 04:09:14.771 INFO STEP 41 (remove_files) COMPLETE
84972024-10-19T04:09:16.230Z[ host-image] Oct 19 04:09:14.771 INFO O| Oct 19 04:09:14.771 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-10-19T04:09:16.239Z[ host-image] Oct 19 04:09:14.783 INFO O| Oct 19 04:09:14.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84992024-10-19T04:09:16.239Z[ host-image] Oct 19 04:09:14.783 INFO O| Oct 19 04:09:14.783 INFO STEP 42 (remove_files) COMPLETE
85002024-10-19T04:09:16.241Z[ host-image] Oct 19 04:09:14.783 INFO O| Oct 19 04:09:14.783 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-10-19T04:09:16.250Z[ host-image] Oct 19 04:09:14.793 INFO O| Oct 19 04:09:14.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85022024-10-19T04:09:16.250Z[ host-image] Oct 19 04:09:14.793 INFO O| Oct 19 04:09:14.793 INFO STEP 43 (remove_files) COMPLETE
85032024-10-19T04:09:16.252Z[ host-image] Oct 19 04:09:14.793 INFO O| Oct 19 04:09:14.793 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-10-19T04:09:16.259Z[ host-image] Oct 19 04:09:14.803 INFO O| Oct 19 04:09:14.803 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85052024-10-19T04:09:16.259Z[ host-image] Oct 19 04:09:14.803 INFO O| Oct 19 04:09:14.803 INFO STEP 44 (remove_files) COMPLETE
85062024-10-19T04:09:16.262Z[ host-image] Oct 19 04:09:14.803 INFO O| Oct 19 04:09:14.803 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-10-19T04:09:16.269Z[ host-image] Oct 19 04:09:14.812 INFO O| Oct 19 04:09:14.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85082024-10-19T04:09:16.269Z[ host-image] Oct 19 04:09:14.813 INFO O| Oct 19 04:09:14.812 INFO STEP 45 (remove_files) COMPLETE
85092024-10-19T04:09:16.271Z[ host-image] Oct 19 04:09:14.813 INFO O| Oct 19 04:09:14.813 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-10-19T04:09:16.279Z[ host-image] Oct 19 04:09:14.822 INFO O| Oct 19 04:09:14.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85112024-10-19T04:09:16.279Z[ host-image] Oct 19 04:09:14.822 INFO O| Oct 19 04:09:14.822 INFO STEP 46 (remove_files) COMPLETE
85122024-10-19T04:09:16.281Z[ host-image] Oct 19 04:09:14.822 INFO O| Oct 19 04:09:14.822 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-10-19T04:09:16.289Z[ host-image] Oct 19 04:09:14.832 INFO O| Oct 19 04:09:14.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85142024-10-19T04:09:16.291Z[ host-image] Oct 19 04:09:14.832 INFO O| Oct 19 04:09:14.832 INFO STEP 47 (remove_files) COMPLETE
85152024-10-19T04:09:16.291Z[ host-image] Oct 19 04:09:14.832 INFO O| Oct 19 04:09:14.832 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-10-19T04:09:16.299Z[ host-image] Oct 19 04:09:14.842 INFO O| Oct 19 04:09:14.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85172024-10-19T04:09:16.299Z[ host-image] Oct 19 04:09:14.842 INFO O| Oct 19 04:09:14.842 INFO STEP 48 (remove_files) COMPLETE
85182024-10-19T04:09:16.301Z[ host-image] Oct 19 04:09:14.842 INFO O| Oct 19 04:09:14.842 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-10-19T04:09:16.309Z[ host-image] Oct 19 04:09:14.853 INFO O| Oct 19 04:09:14.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85202024-10-19T04:09:16.309Z[ host-image] Oct 19 04:09:14.853 INFO O| Oct 19 04:09:14.853 INFO STEP 49 (remove_files) COMPLETE
85212024-10-19T04:09:16.312Z[ host-image] Oct 19 04:09:14.853 INFO O| Oct 19 04:09:14.853 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-10-19T04:09:16.319Z[ host-image] Oct 19 04:09:14.863 INFO O| Oct 19 04:09:14.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85232024-10-19T04:09:16.319Z[ host-image] Oct 19 04:09:14.863 INFO O| Oct 19 04:09:14.863 INFO STEP 50 (remove_files) COMPLETE
85242024-10-19T04:09:16.319Z[ host-image] Oct 19 04:09:14.863 INFO O| Oct 19 04:09:14.863 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-10-19T04:09:16.329Z[ host-image] Oct 19 04:09:14.873 INFO O| Oct 19 04:09:14.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85262024-10-19T04:09:16.329Z[ host-image] Oct 19 04:09:14.873 INFO O| Oct 19 04:09:14.873 INFO STEP 51 (remove_files) COMPLETE
85272024-10-19T04:09:16.329Z[ host-image] Oct 19 04:09:14.873 INFO O| Oct 19 04:09:14.873 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-10-19T04:09:16.339Z[ host-image] Oct 19 04:09:14.882 INFO O| Oct 19 04:09:14.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85292024-10-19T04:09:16.339Z[ host-image] Oct 19 04:09:14.882 INFO O| Oct 19 04:09:14.882 INFO STEP 52 (remove_files) COMPLETE
85302024-10-19T04:09:16.339Z[ host-image] Oct 19 04:09:14.882 INFO O| Oct 19 04:09:14.882 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-10-19T04:09:16.349Z[ host-image] Oct 19 04:09:14.892 INFO O| Oct 19 04:09:14.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85322024-10-19T04:09:16.349Z[ host-image] Oct 19 04:09:14.892 INFO O| Oct 19 04:09:14.892 INFO STEP 53 (remove_files) COMPLETE
85332024-10-19T04:09:16.351Z[ host-image] Oct 19 04:09:14.892 INFO O| Oct 19 04:09:14.892 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-10-19T04:09:16.359Z[ host-image] Oct 19 04:09:14.902 INFO O| Oct 19 04:09:14.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85352024-10-19T04:09:16.359Z[ host-image] Oct 19 04:09:14.902 INFO O| Oct 19 04:09:14.902 INFO STEP 54 (remove_files) COMPLETE
85362024-10-19T04:09:16.359Z[ host-image] Oct 19 04:09:14.902 INFO O| Oct 19 04:09:14.902 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85372024-10-19T04:09:16.368Z[ host-image] Oct 19 04:09:14.912 INFO O| Oct 19 04:09:14.912 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85382024-10-19T04:09:16.368Z[ host-image] Oct 19 04:09:14.912 INFO O| Oct 19 04:09:14.912 INFO STEP 55 (remove_files) COMPLETE
85392024-10-19T04:09:16.368Z[ host-image] Oct 19 04:09:14.912 INFO O| Oct 19 04:09:14.912 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-10-19T04:09:16.378Z[ host-image] Oct 19 04:09:14.921 INFO O| Oct 19 04:09:14.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85412024-10-19T04:09:16.378Z[ host-image] Oct 19 04:09:14.921 INFO O| Oct 19 04:09:14.921 INFO STEP 56 (remove_files) COMPLETE
85422024-10-19T04:09:16.381Z[ host-image] Oct 19 04:09:14.921 INFO O| Oct 19 04:09:14.921 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-10-19T04:09:16.388Z[ host-image] Oct 19 04:09:14.931 INFO O| Oct 19 04:09:14.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85442024-10-19T04:09:16.388Z[ host-image] Oct 19 04:09:14.931 INFO O| Oct 19 04:09:14.931 INFO STEP 57 (remove_files) COMPLETE
85452024-10-19T04:09:16.390Z[ host-image] Oct 19 04:09:14.931 INFO O| Oct 19 04:09:14.931 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-10-19T04:09:16.398Z[ host-image] Oct 19 04:09:14.941 INFO O| Oct 19 04:09:14.941 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85472024-10-19T04:09:16.398Z[ host-image] Oct 19 04:09:14.941 INFO O| Oct 19 04:09:14.941 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85482024-10-19T04:09:16.400Z[ host-image] Oct 19 04:09:14.941 INFO O| Oct 19 04:09:14.941 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85492024-10-19T04:09:16.400Z[ host-image] Oct 19 04:09:14.941 INFO O| Oct 19 04:09:14.941 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85502024-10-19T04:09:16.400Z[ host-image] Oct 19 04:09:14.941 INFO O| Oct 19 04:09:14.941 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85512024-10-19T04:09:16.400Z[ host-image] Oct 19 04:09:14.941 INFO O| Oct 19 04:09:14.941 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85522024-10-19T04:09:16.400Z[ host-image] Oct 19 04:09:14.941 INFO O| Oct 19 04:09:14.941 INFO ok!
85532024-10-19T04:09:16.401Z[ host-image] Oct 19 04:09:14.941 INFO O| Oct 19 04:09:14.941 INFO STEP 58 (ensure_file) COMPLETE
85542024-10-19T04:09:16.401Z[ host-image] Oct 19 04:09:14.941 INFO O| Oct 19 04:09:14.941 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-10-19T04:09:16.410Z[ host-image] Oct 19 04:09:14.953 INFO O| Oct 19 04:09:14.953 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85562024-10-19T04:09:16.412Z[ host-image] Oct 19 04:09:14.953 INFO O| Oct 19 04:09:14.953 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85572024-10-19T04:09:16.412Z[ host-image] Oct 19 04:09:14.953 INFO O| Oct 19 04:09:14.953 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85582024-10-19T04:09:16.412Z[ host-image] Oct 19 04:09:14.953 INFO O| Oct 19 04:09:14.953 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85592024-10-19T04:09:16.412Z[ host-image] Oct 19 04:09:14.953 INFO O| Oct 19 04:09:14.953 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85602024-10-19T04:09:16.412Z[ host-image] Oct 19 04:09:14.953 INFO O| Oct 19 04:09:14.953 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85612024-10-19T04:09:16.412Z[ host-image] Oct 19 04:09:14.953 INFO O| Oct 19 04:09:14.953 INFO ok!
85622024-10-19T04:09:16.412Z[ host-image] Oct 19 04:09:14.953 INFO O| Oct 19 04:09:14.953 INFO STEP 59 (ensure_file) COMPLETE
85632024-10-19T04:09:16.412Z[ host-image] Oct 19 04:09:14.953 INFO O| Oct 19 04:09:14.953 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-10-19T04:09:16.420Z[ host-image] Oct 19 04:09:14.963 INFO O| Oct 19 04:09:14.963 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85652024-10-19T04:09:16.420Z[ host-image] Oct 19 04:09:14.963 INFO O| Oct 19 04:09:14.963 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85662024-10-19T04:09:16.420Z[ host-image] Oct 19 04:09:14.963 INFO O| Oct 19 04:09:14.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85672024-10-19T04:09:16.422Z[ host-image] Oct 19 04:09:14.963 INFO O| Oct 19 04:09:14.963 INFO ok!
85682024-10-19T04:09:16.422Z[ host-image] Oct 19 04:09:14.963 INFO O| Oct 19 04:09:14.963 INFO STEP 60 (ensure_file) COMPLETE
85692024-10-19T04:09:16.422Z[ host-image] Oct 19 04:09:14.963 INFO O| Oct 19 04:09:14.963 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-10-19T04:09:16.430Z[ host-image] Oct 19 04:09:14.973 INFO O| Oct 19 04:09:14.973 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85712024-10-19T04:09:16.430Z[ host-image] Oct 19 04:09:14.973 INFO O| Oct 19 04:09:14.973 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85722024-10-19T04:09:16.438Z[ host-image] Oct 19 04:09:14.974 INFO O| Oct 19 04:09:14.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85732024-10-19T04:09:16.438Z[ host-image] Oct 19 04:09:14.974 INFO O| Oct 19 04:09:14.974 INFO ok!
85742024-10-19T04:09:16.438Z[ host-image] Oct 19 04:09:14.974 INFO O| Oct 19 04:09:14.974 INFO STEP 61 (ensure_file) COMPLETE
85752024-10-19T04:09:16.438Z[ host-image] Oct 19 04:09:14.974 INFO O| Oct 19 04:09:14.974 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-10-19T04:09:16.442Z[ host-image] Oct 19 04:09:14.983 INFO O| Oct 19 04:09:14.983 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85772024-10-19T04:09:16.442Z[ host-image] Oct 19 04:09:14.983 INFO O| Oct 19 04:09:14.983 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85782024-10-19T04:09:16.442Z[ host-image] Oct 19 04:09:14.984 INFO O| Oct 19 04:09:14.983 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85792024-10-19T04:09:16.442Z[ host-image] Oct 19 04:09:14.984 INFO O| Oct 19 04:09:14.984 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85802024-10-19T04:09:16.442Z[ host-image] Oct 19 04:09:14.984 INFO O| Oct 19 04:09:14.984 INFO ok!
85812024-10-19T04:09:16.442Z[ host-image] Oct 19 04:09:14.984 INFO O| Oct 19 04:09:14.984 INFO STEP 62 (ensure_file) COMPLETE
85822024-10-19T04:09:16.442Z[ host-image] Oct 19 04:09:14.984 INFO O| Oct 19 04:09:14.984 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-10-19T04:09:16.450Z[ host-image] Oct 19 04:09:14.994 INFO O| Oct 19 04:09:14.994 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85842024-10-19T04:09:16.450Z[ host-image] Oct 19 04:09:14.994 INFO O| Oct 19 04:09:14.994 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85852024-10-19T04:09:16.451Z[ host-image] Oct 19 04:09:14.994 INFO O| Oct 19 04:09:14.994 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85862024-10-19T04:09:16.453Z[ host-image] Oct 19 04:09:14.994 INFO O| Oct 19 04:09:14.994 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85872024-10-19T04:09:16.453Z[ host-image] Oct 19 04:09:14.994 INFO O| Oct 19 04:09:14.994 INFO ok!
85882024-10-19T04:09:16.453Z[ host-image] Oct 19 04:09:14.994 INFO O| Oct 19 04:09:14.994 INFO STEP 63 (ensure_file) COMPLETE
85892024-10-19T04:09:16.453Z[ host-image] Oct 19 04:09:14.994 INFO O| Oct 19 04:09:14.994 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-10-19T04:09:16.463Z[ host-image] Oct 19 04:09:15.006 INFO O| Oct 19 04:09:15.006 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85912024-10-19T04:09:16.463Z[ host-image] Oct 19 04:09:15.006 INFO O| Oct 19 04:09:15.006 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85922024-10-19T04:09:16.465Z[ host-image] Oct 19 04:09:15.006 INFO O| Oct 19 04:09:15.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85932024-10-19T04:09:16.465Z[ host-image] Oct 19 04:09:15.006 INFO O| Oct 19 04:09:15.006 INFO ok!
85942024-10-19T04:09:16.466Z[ host-image] Oct 19 04:09:15.006 INFO O| Oct 19 04:09:15.006 INFO STEP 64 (assemble_files) COMPLETE
85952024-10-19T04:09:16.466Z[ host-image] Oct 19 04:09:15.006 INFO O| Oct 19 04:09:15.006 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-10-19T04:09:16.476Z[ host-image] Oct 19 04:09:15.019 INFO O| Oct 19 04:09:15.019 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85972024-10-19T04:09:16.476Z[ host-image] Oct 19 04:09:15.019 INFO O| Oct 19 04:09:15.019 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85982024-10-19T04:09:16.476Z[ host-image] Oct 19 04:09:15.019 INFO O| Oct 19 04:09:15.019 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85992024-10-19T04:09:16.476Z[ host-image] Oct 19 04:09:15.019 INFO O| Oct 19 04:09:15.019 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86002024-10-19T04:09:16.478Z[ host-image] Oct 19 04:09:15.019 INFO O| Oct 19 04:09:15.019 INFO ok!
86012024-10-19T04:09:16.478Z[ host-image] Oct 19 04:09:15.019 INFO O| Oct 19 04:09:15.019 INFO STEP 65 (ensure_file) COMPLETE
86022024-10-19T04:09:16.478Z[ host-image] Oct 19 04:09:15.019 INFO O| Oct 19 04:09:15.019 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-19T04:09:16.486Z[ host-image] Oct 19 04:09:15.029 INFO O| Oct 19 04:09:15.029 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86042024-10-19T04:09:16.489Z[ host-image] Oct 19 04:09:15.030 INFO O| Oct 19 04:09:15.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86052024-10-19T04:09:16.489Z[ host-image] Oct 19 04:09:15.030 INFO O| Oct 19 04:09:15.030 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86062024-10-19T04:09:16.489Z[ host-image] Oct 19 04:09:15.030 INFO O| Oct 19 04:09:15.030 INFO STEP 66 (ensure_dir) COMPLETE
86072024-10-19T04:09:16.489Z[ host-image] Oct 19 04:09:15.030 INFO O| Oct 19 04:09:15.030 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-10-19T04:09:16.496Z[ host-image] Oct 19 04:09:15.039 INFO O| Oct 19 04:09:15.039 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86092024-10-19T04:09:16.496Z[ host-image] Oct 19 04:09:15.039 INFO O| Oct 19 04:09:15.039 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 ...
86102024-10-19T04:09:16.503Z[ host-image] Oct 19 04:09:15.046 INFO O| Oct 19 04:09:15.046 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
86112024-10-19T04:09:16.503Z[ host-image] Oct 19 04:09:15.046 INFO O| Oct 19 04:09:15.046 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86122024-10-19T04:09:16.503Z[ host-image] Oct 19 04:09:15.046 INFO O| Oct 19 04:09:15.046 INFO ok!
86132024-10-19T04:09:16.506Z[ host-image] Oct 19 04:09:15.047 INFO O| Oct 19 04:09:15.046 INFO STEP 67 (ensure_file) COMPLETE
86142024-10-19T04:09:16.506Z[ host-image] Oct 19 04:09:15.047 INFO O| Oct 19 04:09:15.046 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-10-19T04:09:16.516Z[ host-image] Oct 19 04:09:15.059 INFO O| Oct 19 04:09:15.059 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86162024-10-19T04:09:16.516Z[ host-image] Oct 19 04:09:15.059 INFO O| Oct 19 04:09:15.059 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 ...
86172024-10-19T04:09:16.519Z[ host-image] Oct 19 04:09:15.060 INFO O| Oct 19 04:09:15.060 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
86182024-10-19T04:09:16.519Z[ host-image] Oct 19 04:09:15.060 INFO O| Oct 19 04:09:15.060 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86192024-10-19T04:09:16.519Z[ host-image] Oct 19 04:09:15.060 INFO O| Oct 19 04:09:15.060 INFO ok!
86202024-10-19T04:09:16.519Z[ host-image] Oct 19 04:09:15.060 INFO O| Oct 19 04:09:15.060 INFO STEP 68 (ensure_file) COMPLETE
86212024-10-19T04:09:16.519Z[ host-image] Oct 19 04:09:15.060 INFO O| Oct 19 04:09:15.060 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-10-19T04:09:16.531Z[ host-image] Oct 19 04:09:15.074 INFO O| Oct 19 04:09:15.074 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86232024-10-19T04:09:16.531Z[ host-image] Oct 19 04:09:15.074 INFO O| Oct 19 04:09:15.074 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86242024-10-19T04:09:18.566Z[ host-image] Oct 19 04:09:17.109 INFO O| Oct 19 04:09:17.109 INFO STEP 69 (pack_tar) COMPLETE
86252024-10-19T04:09:18.569Z[ host-image] Oct 19 04:09:17.109 INFO O| Oct 19 04:09:17.109 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86262024-10-19T04:09:18.570Z[ host-image] Oct 19 04:09:17.109 INFO O| Oct 19 04:09:17.109 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86272024-10-19T04:09:18.806Z[ host-image] Oct 19 04:09:17.349 INFO O| Oct 19 04:09:17.349 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86282024-10-19T04:09:18.855Z[ host-image] Oct 19 04:09:17.398 INFO O| Oct 19 04:09:17.398 INFO completed processing gimlet/ramdisk-02-trim
86292024-10-19T04:09:18.857Z[ host-image] Oct 19 04:09:17.400 INFO image builder template: zfs...
86302024-10-19T04:09:18.857Z[ host-image] Oct 19 04:09:17.400 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/.tmpOyx3e2/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
86312024-10-19T04:09:18.871Z[ host-image] Oct 19 04:09:17.414 INFO O| Oct 19 04:09:17.414 INFO skip include "stress" because feature "stress" is not enabled
86322024-10-19T04:09:18.902Z[ host-image] Oct 19 04:09:17.445 INFO O| Oct 19 04:09:17.445 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86332024-10-19T04:09:18.906Z[ host-image] Oct 19 04:09:17.449 INFO O| Oct 19 04:09:17.449 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86342024-10-19T04:09:18.945Z[ host-image] Oct 19 04:09:17.488 INFO O| Oct 19 04:09:17.488 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86352024-10-19T04:09:18.986Z[ host-image] Oct 19 04:09:17.529 INFO O| Oct 19 04:09:17.529 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86362024-10-19T04:09:18.986Z[ host-image] Oct 19 04:09:17.529 INFO O| Oct 19 04:09:17.529 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86372024-10-19T04:09:18.990Z[ host-image] Oct 19 04:09:17.533 INFO O| Oct 19 04:09:17.533 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86382024-10-19T04:09:19.033Z[ host-image] Oct 19 04:09:17.576 INFO O| Oct 19 04:09:17.576 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86392024-10-19T04:09:19.063Z[ host-image] Oct 19 04:09:17.606 INFO O| Oct 19 04:09:17.606 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86402024-10-19T04:09:19.072Z[ host-image] Oct 19 04:09:17.615 INFO O| Oct 19 04:09:17.615 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86412024-10-19T04:09:19.077Z[ host-image] Oct 19 04:09:17.620 INFO O| Oct 19 04:09:17.620 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86422024-10-19T04:09:19.077Z[ host-image] Oct 19 04:09:17.620 INFO O| Oct 19 04:09:17.620 INFO no lofi found
86432024-10-19T04:09:19.079Z[ host-image] Oct 19 04:09:17.620 INFO O| Oct 19 04:09:17.620 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86442024-10-19T04:09:19.079Z[ host-image] Oct 19 04:09:17.620 INFO O| Oct 19 04:09:17.620 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86452024-10-19T04:09:20.466Z[ host-image] Oct 19 04:09:19.009 INFO O| Oct 19 04:09:19.009 INFO lofi device = /dev/dsk/c2t1d0p0
86462024-10-19T04:09:20.466Z[ host-image] Oct 19 04:09:19.009 INFO O| Oct 19 04:09:19.009 INFO pool device = /dev/dsk/c2t1d0p0
86472024-10-19T04:09:20.468Z[ host-image] Oct 19 04:09:19.009 INFO O| Oct 19 04:09:19.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"]
86482024-10-19T04:09:20.541Z[ host-image] Oct 19 04:09:19.084 INFO O| Oct 19 04:09:19.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86492024-10-19T04:09:20.541Z[ host-image] Oct 19 04:09:19.084 INFO O| Oct 19 04:09:19.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86502024-10-19T04:09:20.560Z[ host-image] Oct 19 04:09:19.103 INFO O| Oct 19 04:09:19.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86512024-10-19T04:09:20.620Z[ host-image] Oct 19 04:09:19.163 INFO O| Oct 19 04:09:19.163 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86522024-10-19T04:09:20.657Z[ host-image] Oct 19 04:09:19.200 INFO O| Oct 19 04:09:19.200 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86532024-10-19T04:09:20.671Z[ host-image] Oct 19 04:09:19.214 INFO O| Oct 19 04:09:19.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86542024-10-19T04:09:20.681Z[ host-image] Oct 19 04:09:19.224 INFO O| Oct 19 04:09:19.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86552024-10-19T04:09:20.727Z[ host-image] Oct 19 04:09:19.269 INFO O| Oct 19 04:09:19.269 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86562024-10-19T04:09:20.729Z[ host-image] Oct 19 04:09:19.270 INFO O| Oct 19 04:09:19.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86572024-10-19T04:09:20.729Z[ host-image] Oct 19 04:09:19.270 INFO O| Oct 19 04:09:19.270 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86582024-10-19T04:09:20.734Z[ host-image] Oct 19 04:09:19.277 INFO O| Oct 19 04:09:19.277 INFO boot environment UUID: f5b60b0d-7c81-4e34-871c-3ba9e4e90a72
86592024-10-19T04:09:20.734Z[ host-image] Oct 19 04:09:19.277 INFO O| Oct 19 04:09:19.277 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f5b60b0d-7c81-4e34-871c-3ba9e4e90a72
86602024-10-19T04:09:20.745Z[ host-image] Oct 19 04:09:19.288 INFO O| Oct 19 04:09:19.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86612024-10-19T04:09:20.755Z[ host-image] Oct 19 04:09:19.298 INFO O| Oct 19 04:09:19.298 INFO STEP 0 (create_be) COMPLETE
86622024-10-19T04:09:20.755Z[ host-image] Oct 19 04:09:19.298 INFO O| Oct 19 04:09:19.298 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86632024-10-19T04:09:20.770Z[ host-image] Oct 19 04:09:19.313 INFO O| Oct 19 04:09:19.313 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86642024-10-19T04:09:30.545Z[ recovery-image] Oct 19 04:09:29.086 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
86652024-10-19T04:09:33.381Z[ recovery-image] Oct 19 04:09:31.920 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
86662024-10-19T04:09:37.769Z[ recovery-image] Oct 19 04:09:36.310 INFO E| Compiling bitflags v1.3.2
86672024-10-19T04:09:37.769Z[ recovery-image] Oct 19 04:09:36.310 INFO E| Compiling scroll v0.12.0
86682024-10-19T04:09:37.772Z[ recovery-image] Oct 19 04:09:36.310 INFO E| Compiling log v0.4.22
86692024-10-19T04:09:37.772Z[ recovery-image] Oct 19 04:09:36.310 INFO E| Compiling plain v0.2.3
86702024-10-19T04:09:37.772Z[ recovery-image] Oct 19 04:09:36.311 INFO E| Compiling bit_field v0.10.2
86712024-10-19T04:09:37.772Z[ recovery-image] Oct 19 04:09:36.311 INFO E| Compiling adler2 v2.0.0
86722024-10-19T04:09:37.772Z[ recovery-image] Oct 19 04:09:36.311 INFO E| Compiling bitstruct v0.1.1
86732024-10-19T04:09:37.973Z[ recovery-image] Oct 19 04:09:36.515 INFO E| Compiling raw-cpuid v10.7.0
86742024-10-19T04:09:38.004Z[ recovery-image] Oct 19 04:09:36.545 INFO E| Compiling miniz_oxide v0.8.0
86752024-10-19T04:09:38.046Z[ recovery-image] Oct 19 04:09:36.586 INFO E| Compiling cpio_reader v0.1.1
86762024-10-19T04:09:38.284Z[ recovery-image] Oct 19 04:09:36.823 INFO E| Compiling static_assertions v1.1.0
86772024-10-19T04:09:39.051Z[ recovery-image] Oct 19 04:09:37.593 INFO E| Compiling goblin v0.8.2
86782024-10-19T04:09:42.439Z[ host-image] Oct 19 04:09:40.980 INFO O| Oct 19 04:09:40.980 INFO STEP 1 (unpack_tar) COMPLETE
86792024-10-19T04:09:42.439Z[ host-image] Oct 19 04:09:40.980 INFO O| Oct 19 04:09:40.980 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86802024-10-19T04:09:42.457Z[ host-image] Oct 19 04:09:40.998 INFO O| Oct 19 04:09:40.998 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86812024-10-19T04:09:42.840Z[ host-image] Oct 19 04:09:41.381 INFO O| Oct 19 04:09:41.381 INFO STEP 2 (devfsadm) COMPLETE
86822024-10-19T04:09:42.840Z[ host-image] Oct 19 04:09:41.381 INFO O| Oct 19 04:09:41.381 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86832024-10-19T04:09:42.853Z[ host-image] Oct 19 04:09:41.394 INFO O| Oct 19 04:09:41.394 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86842024-10-19T04:09:42.853Z[ host-image] Oct 19 04:09:41.394 INFO O| Oct 19 04:09:41.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86852024-10-19T04:09:42.855Z[ host-image] Oct 19 04:09:41.394 INFO O| Oct 19 04:09:41.394 INFO STEP 3 (ensure_dir) COMPLETE
86862024-10-19T04:09:42.855Z[ host-image] Oct 19 04:09:41.394 INFO O| Oct 19 04:09:41.394 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86872024-10-19T04:09:42.865Z[ host-image] Oct 19 04:09:41.406 INFO O| Oct 19 04:09:41.406 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86882024-10-19T04:09:42.865Z[ host-image] Oct 19 04:09:41.406 INFO O| Oct 19 04:09:41.406 INFO STEP 4 (ensure_dir) COMPLETE
86892024-10-19T04:09:42.867Z[ host-image] Oct 19 04:09:41.406 INFO O| Oct 19 04:09:41.406 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86902024-10-19T04:09:42.876Z[ host-image] Oct 19 04:09:41.417 INFO O| Oct 19 04:09:41.417 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86912024-10-19T04:09:42.876Z[ host-image] Oct 19 04:09:41.417 INFO O| Oct 19 04:09:41.417 INFO STEP 5 (ensure_dir) COMPLETE
86922024-10-19T04:09:42.878Z[ host-image] Oct 19 04:09:41.417 INFO O| Oct 19 04:09:41.417 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86932024-10-19T04:09:42.886Z[ host-image] Oct 19 04:09:41.428 INFO O| Oct 19 04:09:41.428 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86942024-10-19T04:09:42.890Z[ host-image] Oct 19 04:09:41.428 INFO O| Oct 19 04:09:41.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86952024-10-19T04:09:42.890Z[ host-image] Oct 19 04:09:41.428 INFO O| Oct 19 04:09:41.428 INFO STEP 6 (ensure_dir) COMPLETE
86962024-10-19T04:09:42.890Z[ host-image] Oct 19 04:09:41.428 INFO O| Oct 19 04:09:41.428 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86972024-10-19T04:09:42.898Z[ host-image] Oct 19 04:09:41.439 INFO O| Oct 19 04:09:41.439 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86982024-10-19T04:09:42.900Z[ host-image] Oct 19 04:09:41.439 INFO O| Oct 19 04:09:41.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86992024-10-19T04:09:42.900Z[ host-image] Oct 19 04:09:41.439 INFO O| Oct 19 04:09:41.439 INFO STEP 7 (ensure_dir) COMPLETE
87002024-10-19T04:09:42.900Z[ host-image] Oct 19 04:09:41.439 INFO O| Oct 19 04:09:41.439 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87012024-10-19T04:09:42.908Z[ host-image] Oct 19 04:09:41.450 INFO O| Oct 19 04:09:41.450 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87022024-10-19T04:09:42.911Z[ host-image] Oct 19 04:09:41.450 INFO O| Oct 19 04:09:41.450 INFO STEP 8 (remove_files) COMPLETE
87032024-10-19T04:09:42.911Z[ host-image] Oct 19 04:09:41.450 INFO O| Oct 19 04:09:41.450 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87042024-10-19T04:09:42.919Z[ host-image] Oct 19 04:09:41.461 INFO O| Oct 19 04:09:41.461 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87052024-10-19T04:09:42.922Z[ host-image] Oct 19 04:09:41.461 INFO O| Oct 19 04:09:41.461 INFO STEP 9 (remove_files) COMPLETE
87062024-10-19T04:09:42.922Z[ host-image] Oct 19 04:09:41.461 INFO O| Oct 19 04:09:41.461 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87072024-10-19T04:09:42.934Z[ host-image] Oct 19 04:09:41.475 INFO O| Oct 19 04:09:41.475 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87082024-10-19T04:09:42.936Z[ host-image] Oct 19 04:09:41.476 INFO O| Oct 19 04:09:41.476 INFO STEP 10 (remove_files) COMPLETE
87092024-10-19T04:09:42.936Z[ host-image] Oct 19 04:09:41.476 INFO O| Oct 19 04:09:41.476 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87102024-10-19T04:09:42.946Z[ host-image] Oct 19 04:09:41.487 INFO O| Oct 19 04:09:41.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87112024-10-19T04:09:42.948Z[ host-image] Oct 19 04:09:41.487 INFO O| Oct 19 04:09:41.487 INFO STEP 11 (remove_files) COMPLETE
87122024-10-19T04:09:42.948Z[ host-image] Oct 19 04:09:41.487 INFO O| Oct 19 04:09:41.487 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87132024-10-19T04:09:42.961Z[ host-image] Oct 19 04:09:41.503 INFO O| Oct 19 04:09:41.503 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87142024-10-19T04:09:42.962Z[ host-image] Oct 19 04:09:41.503 INFO O| Oct 19 04:09:41.503 INFO STEP 12 (remove_files) COMPLETE
87152024-10-19T04:09:42.964Z[ host-image] Oct 19 04:09:41.503 INFO O| Oct 19 04:09:41.503 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87162024-10-19T04:09:42.977Z[ host-image] Oct 19 04:09:41.519 INFO O| Oct 19 04:09:41.519 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87172024-10-19T04:09:42.977Z[ host-image] Oct 19 04:09:41.519 INFO O| Oct 19 04:09:41.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87182024-10-19T04:09:42.977Z[ host-image] Oct 19 04:09:41.519 INFO O| Oct 19 04:09:41.519 INFO STEP 13 (ensure_dir) COMPLETE
87192024-10-19T04:09:42.980Z[ host-image] Oct 19 04:09:41.519 INFO O| Oct 19 04:09:41.519 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87202024-10-19T04:09:42.993Z[ host-image] Oct 19 04:09:41.535 INFO O| Oct 19 04:09:41.535 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87212024-10-19T04:09:42.993Z[ host-image] Oct 19 04:09:41.535 INFO O| Oct 19 04:09:41.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87222024-10-19T04:09:42.996Z[ host-image] Oct 19 04:09:41.535 INFO O| Oct 19 04:09:41.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87232024-10-19T04:09:42.996Z[ host-image] Oct 19 04:09:41.535 INFO O| Oct 19 04:09:41.535 INFO STEP 14 (ensure_dir) COMPLETE
87242024-10-19T04:09:42.996Z[ host-image] Oct 19 04:09:41.535 INFO O| Oct 19 04:09:41.535 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252024-10-19T04:09:43.009Z[ host-image] Oct 19 04:09:41.550 INFO O| Oct 19 04:09:41.550 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87262024-10-19T04:09:43.009Z[ host-image] Oct 19 04:09:41.550 INFO O| Oct 19 04:09:41.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87272024-10-19T04:09:43.011Z[ host-image] Oct 19 04:09:41.550 INFO O| Oct 19 04:09:41.550 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87282024-10-19T04:09:43.012Z[ host-image] Oct 19 04:09:41.550 INFO O| Oct 19 04:09:41.550 INFO STEP 15 (ensure_dir) COMPLETE
87292024-10-19T04:09:43.012Z[ host-image] Oct 19 04:09:41.550 INFO O| Oct 19 04:09:41.550 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302024-10-19T04:09:43.024Z[ host-image] Oct 19 04:09:41.565 INFO O| Oct 19 04:09:41.565 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87312024-10-19T04:09:43.024Z[ host-image] Oct 19 04:09:41.565 INFO O| Oct 19 04:09:41.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87322024-10-19T04:09:43.027Z[ host-image] Oct 19 04:09:41.565 INFO O| Oct 19 04:09:41.565 INFO STEP 16 (ensure_dir) COMPLETE
87332024-10-19T04:09:43.027Z[ host-image] Oct 19 04:09:41.565 INFO O| Oct 19 04:09:41.565 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342024-10-19T04:09:43.035Z[ host-image] Oct 19 04:09:41.576 INFO O| Oct 19 04:09:41.576 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87352024-10-19T04:09:43.035Z[ host-image] Oct 19 04:09:41.576 INFO O| Oct 19 04:09:41.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87362024-10-19T04:09:43.037Z[ host-image] Oct 19 04:09:41.576 INFO O| Oct 19 04:09:41.576 INFO STEP 17 (ensure_dir) COMPLETE
87372024-10-19T04:09:43.037Z[ host-image] Oct 19 04:09:41.576 INFO O| Oct 19 04:09:41.576 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382024-10-19T04:09:43.046Z[ host-image] Oct 19 04:09:41.587 INFO O| Oct 19 04:09:41.587 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87392024-10-19T04:09:43.046Z[ host-image] Oct 19 04:09:41.587 INFO O| Oct 19 04:09:41.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87402024-10-19T04:09:43.046Z[ host-image] Oct 19 04:09:41.587 INFO O| Oct 19 04:09:41.587 INFO ok!
87412024-10-19T04:09:43.046Z[ host-image] Oct 19 04:09:41.587 INFO O| Oct 19 04:09:41.587 INFO STEP 18 (ensure_symlink) COMPLETE
87422024-10-19T04:09:43.048Z[ host-image] Oct 19 04:09:41.587 INFO O| Oct 19 04:09:41.587 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87432024-10-19T04:09:43.056Z[ host-image] Oct 19 04:09:41.597 INFO O| Oct 19 04:09:41.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87442024-10-19T04:09:43.057Z[ host-image] Oct 19 04:09:41.597 INFO O| Oct 19 04:09:41.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87452024-10-19T04:09:43.059Z[ host-image] Oct 19 04:09:41.597 INFO O| Oct 19 04:09:41.597 INFO ok!
87462024-10-19T04:09:43.059Z[ host-image] Oct 19 04:09:41.597 INFO O| Oct 19 04:09:41.597 INFO STEP 19 (ensure_file) COMPLETE
87472024-10-19T04:09:43.059Z[ host-image] Oct 19 04:09:41.597 INFO O| Oct 19 04:09:41.597 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87482024-10-19T04:09:43.066Z[ host-image] Oct 19 04:09:41.608 INFO O| Oct 19 04:09:41.608 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87492024-10-19T04:09:43.066Z[ host-image] Oct 19 04:09:41.608 INFO O| Oct 19 04:09:41.608 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87502024-10-19T04:09:43.066Z[ host-image] Oct 19 04:09:41.608 INFO O| Oct 19 04:09:41.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87512024-10-19T04:09:43.069Z[ host-image] Oct 19 04:09:41.608 INFO O| Oct 19 04:09:41.608 INFO ok!
87522024-10-19T04:09:43.069Z[ host-image] Oct 19 04:09:41.608 INFO O| Oct 19 04:09:41.608 INFO STEP 20 (ensure_symlink) COMPLETE
87532024-10-19T04:09:43.069Z[ host-image] Oct 19 04:09:41.608 INFO O| Oct 19 04:09:41.608 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87542024-10-19T04:09:43.077Z[ host-image] Oct 19 04:09:41.618 INFO O| Oct 19 04:09:41.618 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87552024-10-19T04:09:43.077Z[ host-image] Oct 19 04:09:41.618 INFO O| Oct 19 04:09:41.618 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87562024-10-19T04:09:43.077Z[ host-image] Oct 19 04:09:41.619 INFO O| Oct 19 04:09:41.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87572024-10-19T04:09:43.080Z[ host-image] Oct 19 04:09:41.619 INFO O| Oct 19 04:09:41.619 INFO ok!
87582024-10-19T04:09:43.080Z[ host-image] Oct 19 04:09:41.619 INFO O| Oct 19 04:09:41.619 INFO STEP 21 (ensure_symlink) COMPLETE
87592024-10-19T04:09:43.080Z[ host-image] Oct 19 04:09:41.619 INFO O| Oct 19 04:09:41.619 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87602024-10-19T04:09:43.088Z[ host-image] Oct 19 04:09:41.629 INFO O| Oct 19 04:09:41.629 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87612024-10-19T04:09:43.088Z[ host-image] Oct 19 04:09:41.629 INFO O| Oct 19 04:09:41.629 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87622024-10-19T04:09:43.090Z[ host-image] Oct 19 04:09:41.629 INFO O| Oct 19 04:09:41.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87632024-10-19T04:09:43.091Z[ host-image] Oct 19 04:09:41.629 INFO O| Oct 19 04:09:41.629 INFO ok!
87642024-10-19T04:09:43.091Z[ host-image] Oct 19 04:09:41.629 INFO O| Oct 19 04:09:41.629 INFO STEP 22 (ensure_symlink) COMPLETE
87652024-10-19T04:09:43.091Z[ host-image] Oct 19 04:09:41.629 INFO O| Oct 19 04:09:41.629 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87662024-10-19T04:09:43.098Z[ host-image] Oct 19 04:09:41.640 INFO O| Oct 19 04:09:41.639 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87672024-10-19T04:09:43.098Z[ host-image] Oct 19 04:09:41.640 INFO O| Oct 19 04:09:41.640 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87682024-10-19T04:09:43.102Z[ host-image] Oct 19 04:09:41.640 INFO O| Oct 19 04:09:41.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87692024-10-19T04:09:43.102Z[ host-image] Oct 19 04:09:41.640 INFO O| Oct 19 04:09:41.640 INFO ok!
87702024-10-19T04:09:43.102Z[ host-image] Oct 19 04:09:41.640 INFO O| Oct 19 04:09:41.640 INFO STEP 23 (ensure_symlink) COMPLETE
87712024-10-19T04:09:43.102Z[ host-image] Oct 19 04:09:41.640 INFO O| Oct 19 04:09:41.640 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87722024-10-19T04:09:43.109Z[ host-image] Oct 19 04:09:41.650 INFO O| Oct 19 04:09:41.650 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87732024-10-19T04:09:43.109Z[ host-image] Oct 19 04:09:41.650 INFO O| Oct 19 04:09:41.650 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-10-19T04:09:43.112Z[ host-image] Oct 19 04:09:41.651 INFO O| Oct 19 04:09:41.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87752024-10-19T04:09:43.112Z[ host-image] Oct 19 04:09:41.651 INFO O| Oct 19 04:09:41.651 INFO ok!
87762024-10-19T04:09:43.112Z[ host-image] Oct 19 04:09:41.651 INFO O| Oct 19 04:09:41.651 INFO STEP 24 (ensure_file) COMPLETE
87772024-10-19T04:09:43.112Z[ host-image] Oct 19 04:09:41.651 INFO O| Oct 19 04:09:41.651 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87782024-10-19T04:09:43.121Z[ host-image] Oct 19 04:09:41.662 INFO O| Oct 19 04:09:41.662 INFO updating shadow file
87792024-10-19T04:09:43.123Z[ host-image] Oct 19 04:09:41.663 INFO O| Oct 19 04:09:41.663 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87802024-10-19T04:09:43.123Z[ host-image] Oct 19 04:09:41.663 INFO O| Oct 19 04:09:41.663 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87812024-10-19T04:09:43.123Z[ host-image] Oct 19 04:09:41.663 INFO O| Oct 19 04:09:41.663 INFO STEP 25 (shadow) COMPLETE
87822024-10-19T04:09:43.123Z[ host-image] Oct 19 04:09:41.663 INFO O| Oct 19 04:09:41.663 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87832024-10-19T04:09:43.133Z[ host-image] Oct 19 04:09:41.674 INFO O| Oct 19 04:09:41.674 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87842024-10-19T04:09:43.133Z[ host-image] Oct 19 04:09:41.674 INFO O| Oct 19 04:09:41.674 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87852024-10-19T04:09:43.135Z[ host-image] Oct 19 04:09:41.674 INFO O| Oct 19 04:09:41.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87862024-10-19T04:09:43.135Z[ host-image] Oct 19 04:09:41.674 INFO O| Oct 19 04:09:41.674 INFO ok!
87872024-10-19T04:09:43.135Z[ host-image] Oct 19 04:09:41.674 INFO O| Oct 19 04:09:41.674 INFO STEP 26 (ensure_file) COMPLETE
87882024-10-19T04:09:43.135Z[ host-image] Oct 19 04:09:41.675 INFO O| Oct 19 04:09:41.674 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87892024-10-19T04:09:43.145Z[ host-image] Oct 19 04:09:41.687 INFO O| Oct 19 04:09:41.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87902024-10-19T04:09:43.148Z[ host-image] Oct 19 04:09:41.687 INFO O| Oct 19 04:09:41.687 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87912024-10-19T04:09:43.148Z[ host-image] Oct 19 04:09:41.687 INFO O| Oct 19 04:09:41.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87922024-10-19T04:09:43.148Z[ host-image] Oct 19 04:09:41.687 INFO O| Oct 19 04:09:41.687 INFO ok!
87932024-10-19T04:09:43.148Z[ host-image] Oct 19 04:09:41.687 INFO O| Oct 19 04:09:41.687 INFO STEP 27 (ensure_file) COMPLETE
87942024-10-19T04:09:43.148Z[ host-image] Oct 19 04:09:41.687 INFO O| Oct 19 04:09:41.687 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87952024-10-19T04:09:43.156Z[ host-image] Oct 19 04:09:41.697 INFO O| Oct 19 04:09:41.697 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87962024-10-19T04:09:43.156Z[ host-image] Oct 19 04:09:41.697 INFO O| Oct 19 04:09:41.697 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87972024-10-19T04:09:43.158Z[ host-image] Oct 19 04:09:41.697 INFO O| Oct 19 04:09:41.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87982024-10-19T04:09:43.158Z[ host-image] Oct 19 04:09:41.698 INFO O| Oct 19 04:09:41.697 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87992024-10-19T04:09:43.158Z[ host-image] Oct 19 04:09:41.698 INFO O| Oct 19 04:09:41.698 INFO ok!
88002024-10-19T04:09:43.158Z[ host-image] Oct 19 04:09:41.698 INFO O| Oct 19 04:09:41.698 INFO STEP 28 (ensure_file) COMPLETE
88012024-10-19T04:09:43.158Z[ host-image] Oct 19 04:09:41.698 INFO O| Oct 19 04:09:41.698 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88022024-10-19T04:09:43.167Z[ host-image] Oct 19 04:09:41.708 INFO O| Oct 19 04:09:41.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88032024-10-19T04:09:43.167Z[ host-image] Oct 19 04:09:41.708 INFO O| Oct 19 04:09:41.708 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88042024-10-19T04:09:43.169Z[ host-image] Oct 19 04:09:41.708 INFO O| Oct 19 04:09:41.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88052024-10-19T04:09:43.169Z[ host-image] Oct 19 04:09:41.708 INFO O| Oct 19 04:09:41.708 INFO ok!
88062024-10-19T04:09:43.169Z[ host-image] Oct 19 04:09:41.708 INFO O| Oct 19 04:09:41.708 INFO STEP 29 (ensure_file) COMPLETE
88072024-10-19T04:09:43.169Z[ host-image] Oct 19 04:09:41.708 INFO O| Oct 19 04:09:41.708 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88082024-10-19T04:09:43.177Z[ host-image] Oct 19 04:09:41.718 INFO O| Oct 19 04:09:41.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88092024-10-19T04:09:43.177Z[ host-image] Oct 19 04:09:41.718 INFO O| Oct 19 04:09:41.718 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88102024-10-19T04:09:43.179Z[ host-image] Oct 19 04:09:41.718 INFO O| Oct 19 04:09:41.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88112024-10-19T04:09:43.179Z[ host-image] Oct 19 04:09:41.718 INFO O| Oct 19 04:09:41.718 INFO ok!
88122024-10-19T04:09:43.179Z[ host-image] Oct 19 04:09:41.718 INFO O| Oct 19 04:09:41.718 INFO STEP 30 (ensure_file) COMPLETE
88132024-10-19T04:09:43.179Z[ host-image] Oct 19 04:09:41.718 INFO O| Oct 19 04:09:41.718 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88142024-10-19T04:09:43.187Z[ host-image] Oct 19 04:09:41.729 INFO O| Oct 19 04:09:41.728 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88152024-10-19T04:09:43.187Z[ host-image] Oct 19 04:09:41.729 INFO O| Oct 19 04:09:41.729 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88162024-10-19T04:09:43.190Z[ host-image] Oct 19 04:09:41.729 INFO O| Oct 19 04:09:41.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88172024-10-19T04:09:43.190Z[ host-image] Oct 19 04:09:41.729 INFO O| Oct 19 04:09:41.729 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88182024-10-19T04:09:43.190Z[ host-image] Oct 19 04:09:41.729 INFO O| Oct 19 04:09:41.729 INFO ok!
88192024-10-19T04:09:43.190Z[ host-image] Oct 19 04:09:41.729 INFO O| Oct 19 04:09:41.729 INFO STEP 31 (ensure_file) COMPLETE
88202024-10-19T04:09:43.190Z[ host-image] Oct 19 04:09:41.729 INFO O| Oct 19 04:09:41.729 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88212024-10-19T04:09:43.197Z[ host-image] Oct 19 04:09:41.739 INFO O| Oct 19 04:09:41.739 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88222024-10-19T04:09:43.198Z[ host-image] Oct 19 04:09:41.739 INFO O| Oct 19 04:09:41.739 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88232024-10-19T04:09:43.200Z[ host-image] Oct 19 04:09:41.739 INFO O| Oct 19 04:09:41.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88242024-10-19T04:09:43.200Z[ host-image] Oct 19 04:09:41.739 INFO O| Oct 19 04:09:41.739 INFO ok!
88252024-10-19T04:09:43.200Z[ host-image] Oct 19 04:09:41.739 INFO O| Oct 19 04:09:41.739 INFO STEP 32 (ensure_file) COMPLETE
88262024-10-19T04:09:43.200Z[ host-image] Oct 19 04:09:41.739 INFO O| Oct 19 04:09:41.739 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88272024-10-19T04:09:43.208Z[ host-image] Oct 19 04:09:41.749 INFO O| Oct 19 04:09:41.749 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88282024-10-19T04:09:43.208Z[ host-image] Oct 19 04:09:41.749 INFO O| Oct 19 04:09:41.749 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88292024-10-19T04:09:43.210Z[ host-image] Oct 19 04:09:41.749 INFO O| Oct 19 04:09:41.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88302024-10-19T04:09:43.210Z[ host-image] Oct 19 04:09:41.749 INFO O| Oct 19 04:09:41.749 INFO ok!
88312024-10-19T04:09:43.210Z[ host-image] Oct 19 04:09:41.749 INFO O| Oct 19 04:09:41.749 INFO STEP 33 (ensure_file) COMPLETE
88322024-10-19T04:09:43.210Z[ host-image] Oct 19 04:09:41.749 INFO O| Oct 19 04:09:41.749 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88332024-10-19T04:09:43.218Z[ host-image] Oct 19 04:09:41.759 INFO O| Oct 19 04:09:41.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88342024-10-19T04:09:43.218Z[ host-image] Oct 19 04:09:41.759 INFO O| Oct 19 04:09:41.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88352024-10-19T04:09:43.220Z[ host-image] Oct 19 04:09:41.759 INFO O| Oct 19 04:09:41.759 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88362024-10-19T04:09:43.220Z[ host-image] Oct 19 04:09:41.759 INFO O| Oct 19 04:09:41.759 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88372024-10-19T04:09:43.220Z[ host-image] Oct 19 04:09:41.760 INFO O| Oct 19 04:09:41.759 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88382024-10-19T04:09:43.220Z[ host-image] Oct 19 04:09:41.760 INFO O| Oct 19 04:09:41.759 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88392024-10-19T04:09:43.220Z[ host-image] Oct 19 04:09:41.760 INFO O| Oct 19 04:09:41.760 INFO ok!
88402024-10-19T04:09:43.220Z[ host-image] Oct 19 04:09:41.760 INFO O| Oct 19 04:09:41.760 INFO STEP 34 (ensure_file) COMPLETE
88412024-10-19T04:09:43.220Z[ host-image] Oct 19 04:09:41.760 INFO O| Oct 19 04:09:41.760 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88422024-10-19T04:09:43.228Z[ host-image] Oct 19 04:09:41.770 INFO O| Oct 19 04:09:41.770 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88432024-10-19T04:09:43.231Z[ host-image] Oct 19 04:09:41.770 INFO O| Oct 19 04:09:41.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88442024-10-19T04:09:43.231Z[ host-image] Oct 19 04:09:41.770 INFO O| Oct 19 04:09:41.770 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88452024-10-19T04:09:43.231Z[ host-image] Oct 19 04:09:41.770 INFO O| Oct 19 04:09:41.770 INFO STEP 35 (ensure_dir) COMPLETE
88462024-10-19T04:09:43.231Z[ host-image] Oct 19 04:09:41.770 INFO O| Oct 19 04:09:41.770 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88472024-10-19T04:09:43.239Z[ host-image] Oct 19 04:09:41.780 INFO O| Oct 19 04:09:41.780 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-10-19T04:09:43.239Z[ host-image] Oct 19 04:09:41.780 INFO O| Oct 19 04:09:41.780 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-10-19T04:09:43.241Z[ host-image] Oct 19 04:09:41.780 INFO O| Oct 19 04:09:41.780 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-10-19T04:09:43.241Z[ host-image] Oct 19 04:09:41.780 INFO O| Oct 19 04:09:41.780 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-10-19T04:09:43.241Z[ host-image] Oct 19 04:09:41.780 INFO O| Oct 19 04:09:41.780 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-10-19T04:09:43.241Z[ host-image] Oct 19 04:09:41.780 INFO O| Oct 19 04:09:41.780 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-10-19T04:09:43.241Z[ host-image] Oct 19 04:09:41.780 INFO O| Oct 19 04:09:41.780 INFO ok!
88542024-10-19T04:09:43.241Z[ host-image] Oct 19 04:09:41.780 INFO O| Oct 19 04:09:41.780 INFO STEP 36 (ensure_file) COMPLETE
88552024-10-19T04:09:43.241Z[ host-image] Oct 19 04:09:41.780 INFO O| Oct 19 04:09:41.780 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88562024-10-19T04:09:43.249Z[ host-image] Oct 19 04:09:41.790 INFO O| Oct 19 04:09:41.790 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88572024-10-19T04:09:43.249Z[ host-image] Oct 19 04:09:41.790 INFO O| Oct 19 04:09:41.790 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-10-19T04:09:43.249Z[ host-image] Oct 19 04:09:41.790 INFO O| Oct 19 04:09:41.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88592024-10-19T04:09:43.251Z[ host-image] Oct 19 04:09:41.790 INFO O| Oct 19 04:09:41.790 INFO ok!
88602024-10-19T04:09:43.251Z[ host-image] Oct 19 04:09:41.790 INFO O| Oct 19 04:09:41.790 INFO STEP 37 (ensure_symlink) COMPLETE
88612024-10-19T04:09:43.251Z[ host-image] Oct 19 04:09:41.790 INFO O| Oct 19 04:09:41.790 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88622024-10-19T04:09:43.259Z[ host-image] Oct 19 04:09:41.800 INFO O| Oct 19 04:09:41.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88632024-10-19T04:09:43.261Z[ host-image] Oct 19 04:09:41.800 INFO O| Oct 19 04:09:41.800 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88642024-10-19T04:09:43.261Z[ host-image] Oct 19 04:09:41.800 INFO O| Oct 19 04:09:41.800 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88652024-10-19T04:09:43.261Z[ host-image] Oct 19 04:09:41.800 INFO O| Oct 19 04:09:41.800 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88662024-10-19T04:09:43.261Z[ host-image] Oct 19 04:09:41.800 INFO O| Oct 19 04:09:41.800 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88672024-10-19T04:09:43.261Z[ host-image] Oct 19 04:09:41.800 INFO O| Oct 19 04:09:41.800 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88682024-10-19T04:09:43.261Z[ host-image] Oct 19 04:09:41.800 INFO O| Oct 19 04:09:41.800 INFO ok!
88692024-10-19T04:09:43.261Z[ host-image] Oct 19 04:09:41.800 INFO O| Oct 19 04:09:41.800 INFO STEP 38 (ensure_file) COMPLETE
88702024-10-19T04:09:43.261Z[ host-image] Oct 19 04:09:41.800 INFO O| Oct 19 04:09:41.800 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88712024-10-19T04:09:43.269Z[ host-image] Oct 19 04:09:41.810 INFO O| Oct 19 04:09:41.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88722024-10-19T04:09:43.269Z[ host-image] Oct 19 04:09:41.810 INFO O| Oct 19 04:09:41.810 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-10-19T04:09:43.272Z[ host-image] Oct 19 04:09:41.811 INFO O| Oct 19 04:09:41.811 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-10-19T04:09:43.272Z[ host-image] Oct 19 04:09:41.811 INFO O| Oct 19 04:09:41.811 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88752024-10-19T04:09:43.272Z[ host-image] Oct 19 04:09:41.811 INFO O| Oct 19 04:09:41.811 INFO ok!
88762024-10-19T04:09:43.272Z[ host-image] Oct 19 04:09:41.811 INFO O| Oct 19 04:09:41.811 INFO STEP 39 (ensure_file) COMPLETE
88772024-10-19T04:09:43.272Z[ host-image] Oct 19 04:09:41.811 INFO O| Oct 19 04:09:41.811 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88782024-10-19T04:09:43.280Z[ host-image] Oct 19 04:09:41.821 INFO O| Oct 19 04:09:41.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88792024-10-19T04:09:43.280Z[ host-image] Oct 19 04:09:41.821 INFO O| Oct 19 04:09:41.821 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88802024-10-19T04:09:43.283Z[ host-image] Oct 19 04:09:41.821 INFO O| Oct 19 04:09:41.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88812024-10-19T04:09:43.283Z[ host-image] Oct 19 04:09:41.821 INFO O| Oct 19 04:09:41.821 INFO ok!
88822024-10-19T04:09:43.283Z[ host-image] Oct 19 04:09:41.821 INFO O| Oct 19 04:09:41.821 INFO STEP 40 (ensure_file) COMPLETE
88832024-10-19T04:09:43.283Z[ host-image] Oct 19 04:09:41.821 INFO O| Oct 19 04:09:41.821 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88842024-10-19T04:09:43.290Z[ host-image] Oct 19 04:09:41.831 INFO O| Oct 19 04:09:41.831 INFO updating shadow file
88852024-10-19T04:09:43.292Z[ host-image] Oct 19 04:09:41.831 INFO O| Oct 19 04:09:41.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88862024-10-19T04:09:43.292Z[ host-image] Oct 19 04:09:41.831 INFO O| Oct 19 04:09:41.831 INFO STEP 41 (shadow) COMPLETE
88872024-10-19T04:09:43.292Z[ host-image] Oct 19 04:09:41.831 INFO O| Oct 19 04:09:41.831 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88882024-10-19T04:09:43.301Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88892024-10-19T04:09:43.301Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88902024-10-19T04:09:43.303Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88912024-10-19T04:09:43.303Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88922024-10-19T04:09:43.303Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO ok!
88932024-10-19T04:09:43.303Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO STEP 42 (ensure_file) COMPLETE
88942024-10-19T04:09:43.303Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88952024-10-19T04:09:43.303Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO skip step because feature "mfg" is not enabled
88962024-10-19T04:09:43.303Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88972024-10-19T04:09:43.303Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO skip step because feature "mfg" is not enabled
88982024-10-19T04:09:43.303Z[ host-image] Oct 19 04:09:41.842 INFO O| Oct 19 04:09:41.842 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88992024-10-19T04:09:43.311Z[ host-image] Oct 19 04:09:41.853 INFO O| Oct 19 04:09:41.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89002024-10-19T04:09:43.314Z[ host-image] Oct 19 04:09:41.853 INFO O| Oct 19 04:09:41.853 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89012024-10-19T04:09:43.965Z[ host-image] Oct 19 04:09:42.506 INFO O| Oct 19 04:09:42.506 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89022024-10-19T04:09:43.965Z[ host-image] Oct 19 04:09:42.506 INFO O| Oct 19 04:09:42.506 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89032024-10-19T04:09:43.967Z[ host-image] Oct 19 04:09:42.506 INFO O| Oct 19 04:09:42.506 INFO ok!
89042024-10-19T04:09:43.967Z[ host-image] Oct 19 04:09:42.506 INFO O| Oct 19 04:09:42.506 INFO STEP 45 (ensure_file) COMPLETE
89052024-10-19T04:09:43.967Z[ host-image] Oct 19 04:09:42.506 INFO O| Oct 19 04:09:42.506 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89062024-10-19T04:09:43.976Z[ host-image] Oct 19 04:09:42.518 INFO O| Oct 19 04:09:42.518 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89072024-10-19T04:09:43.977Z[ host-image] Oct 19 04:09:42.518 INFO O| Oct 19 04:09:42.518 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89082024-10-19T04:09:43.980Z[ host-image] Oct 19 04:09:42.518 INFO O| Oct 19 04:09:42.518 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89092024-10-19T04:09:43.980Z[ host-image] Oct 19 04:09:42.518 INFO O| Oct 19 04:09:42.518 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89102024-10-19T04:09:43.980Z[ host-image] Oct 19 04:09:42.518 INFO O| Oct 19 04:09:42.518 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89112024-10-19T04:09:43.980Z[ host-image] Oct 19 04:09:42.518 INFO O| Oct 19 04:09:42.518 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89122024-10-19T04:09:43.980Z[ host-image] Oct 19 04:09:42.518 INFO O| Oct 19 04:09:42.518 INFO ok!
89132024-10-19T04:09:43.980Z[ host-image] Oct 19 04:09:42.518 INFO O| Oct 19 04:09:42.518 INFO STEP 46 (ensure_file) COMPLETE
89142024-10-19T04:09:43.980Z[ host-image] Oct 19 04:09:42.518 INFO O| Oct 19 04:09:42.518 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89152024-10-19T04:09:43.987Z[ host-image] Oct 19 04:09:42.528 INFO O| Oct 19 04:09:42.528 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89162024-10-19T04:09:43.989Z[ host-image] Oct 19 04:09:42.528 INFO O| Oct 19 04:09:42.528 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-10-19T04:09:43.989Z[ host-image] Oct 19 04:09:42.528 INFO O| Oct 19 04:09:42.528 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-10-19T04:09:43.989Z[ host-image] Oct 19 04:09:42.528 INFO O| Oct 19 04:09:42.528 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89192024-10-19T04:09:43.989Z[ host-image] Oct 19 04:09:42.528 INFO O| Oct 19 04:09:42.528 INFO ok!
89202024-10-19T04:09:43.989Z[ host-image] Oct 19 04:09:42.528 INFO O| Oct 19 04:09:42.528 INFO STEP 47 (ensure_file) COMPLETE
89212024-10-19T04:09:43.989Z[ host-image] Oct 19 04:09:42.528 INFO O| Oct 19 04:09:42.528 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89222024-10-19T04:09:43.997Z[ host-image] Oct 19 04:09:42.538 INFO O| Oct 19 04:09:42.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89232024-10-19T04:09:43.997Z[ host-image] Oct 19 04:09:42.538 INFO O| Oct 19 04:09:42.538 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89242024-10-19T04:09:44.000Z[ host-image] Oct 19 04:09:42.539 INFO O| Oct 19 04:09:42.539 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89252024-10-19T04:09:44.000Z[ host-image] Oct 19 04:09:42.539 INFO O| Oct 19 04:09:42.539 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89262024-10-19T04:09:44.000Z[ host-image] Oct 19 04:09:42.539 INFO O| Oct 19 04:09:42.539 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89272024-10-19T04:09:44.000Z[ host-image] Oct 19 04:09:42.539 INFO O| Oct 19 04:09:42.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89282024-10-19T04:09:44.000Z[ host-image] Oct 19 04:09:42.539 INFO O| Oct 19 04:09:42.539 INFO ok!
89292024-10-19T04:09:44.000Z[ host-image] Oct 19 04:09:42.539 INFO O| Oct 19 04:09:42.539 INFO STEP 48 (ensure_file) COMPLETE
89302024-10-19T04:09:44.000Z[ host-image] Oct 19 04:09:42.539 INFO O| Oct 19 04:09:42.539 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89312024-10-19T04:09:44.008Z[ host-image] Oct 19 04:09:42.549 INFO O| Oct 19 04:09:42.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89322024-10-19T04:09:44.008Z[ host-image] Oct 19 04:09:42.549 INFO O| Oct 19 04:09:42.549 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-10-19T04:09:44.010Z[ host-image] Oct 19 04:09:42.549 INFO O| Oct 19 04:09:42.549 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-10-19T04:09:44.010Z[ host-image] Oct 19 04:09:42.549 INFO O| Oct 19 04:09:42.549 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89352024-10-19T04:09:44.010Z[ host-image] Oct 19 04:09:42.549 INFO O| Oct 19 04:09:42.549 INFO ok!
89362024-10-19T04:09:44.010Z[ host-image] Oct 19 04:09:42.549 INFO O| Oct 19 04:09:42.549 INFO STEP 49 (ensure_file) COMPLETE
89372024-10-19T04:09:44.010Z[ host-image] Oct 19 04:09:42.549 INFO O| Oct 19 04:09:42.549 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89382024-10-19T04:09:44.018Z[ host-image] Oct 19 04:09:42.559 INFO O| Oct 19 04:09:42.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89392024-10-19T04:09:44.018Z[ host-image] Oct 19 04:09:42.559 INFO O| Oct 19 04:09:42.559 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89402024-10-19T04:09:44.020Z[ host-image] Oct 19 04:09:42.559 INFO O| Oct 19 04:09:42.559 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89412024-10-19T04:09:44.020Z[ host-image] Oct 19 04:09:42.559 INFO O| Oct 19 04:09:42.559 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89422024-10-19T04:09:44.020Z[ host-image] Oct 19 04:09:42.559 INFO O| Oct 19 04:09:42.559 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89432024-10-19T04:09:44.020Z[ host-image] Oct 19 04:09:42.559 INFO O| Oct 19 04:09:42.559 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89442024-10-19T04:09:44.021Z[ host-image] Oct 19 04:09:42.559 INFO O| Oct 19 04:09:42.559 INFO ok!
89452024-10-19T04:09:44.021Z[ host-image] Oct 19 04:09:42.559 INFO O| Oct 19 04:09:42.559 INFO STEP 50 (ensure_file) COMPLETE
89462024-10-19T04:09:44.021Z[ host-image] Oct 19 04:09:42.559 INFO O| Oct 19 04:09:42.559 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89472024-10-19T04:09:44.029Z[ host-image] Oct 19 04:09:42.570 INFO O| Oct 19 04:09:42.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89482024-10-19T04:09:44.029Z[ host-image] Oct 19 04:09:42.570 INFO O| Oct 19 04:09:42.570 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-10-19T04:09:44.031Z[ host-image] Oct 19 04:09:42.570 INFO O| Oct 19 04:09:42.570 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-10-19T04:09:44.031Z[ host-image] Oct 19 04:09:42.570 INFO O| Oct 19 04:09:42.570 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89512024-10-19T04:09:44.031Z[ host-image] Oct 19 04:09:42.570 INFO O| Oct 19 04:09:42.570 INFO ok!
89522024-10-19T04:09:44.031Z[ host-image] Oct 19 04:09:42.570 INFO O| Oct 19 04:09:42.570 INFO STEP 51 (ensure_file) COMPLETE
89532024-10-19T04:09:44.031Z[ host-image] Oct 19 04:09:42.570 INFO O| Oct 19 04:09:42.570 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89542024-10-19T04:09:44.042Z[ host-image] Oct 19 04:09:42.583 INFO O| Oct 19 04:09:42.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89552024-10-19T04:09:44.045Z[ host-image] Oct 19 04:09:42.583 INFO O| Oct 19 04:09:42.583 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-10-19T04:09:44.045Z[ host-image] Oct 19 04:09:42.584 INFO O| Oct 19 04:09:42.583 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-10-19T04:09:44.045Z[ host-image] Oct 19 04:09:42.584 INFO O| Oct 19 04:09:42.584 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89582024-10-19T04:09:44.045Z[ host-image] Oct 19 04:09:42.584 INFO O| Oct 19 04:09:42.584 INFO ok!
89592024-10-19T04:09:44.045Z[ host-image] Oct 19 04:09:42.584 INFO O| Oct 19 04:09:42.584 INFO STEP 52 (ensure_file) COMPLETE
89602024-10-19T04:09:44.045Z[ host-image] Oct 19 04:09:42.584 INFO O| Oct 19 04:09:42.584 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89612024-10-19T04:09:44.054Z[ host-image] Oct 19 04:09:42.595 INFO O| Oct 19 04:09:42.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89622024-10-19T04:09:44.054Z[ host-image] Oct 19 04:09:42.595 INFO O| Oct 19 04:09:42.595 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-10-19T04:09:44.056Z[ host-image] Oct 19 04:09:42.595 INFO O| Oct 19 04:09:42.595 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-10-19T04:09:44.056Z[ host-image] Oct 19 04:09:42.595 INFO O| Oct 19 04:09:42.595 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89652024-10-19T04:09:44.057Z[ host-image] Oct 19 04:09:42.595 INFO O| Oct 19 04:09:42.595 INFO ok!
89662024-10-19T04:09:44.057Z[ host-image] Oct 19 04:09:42.596 INFO O| Oct 19 04:09:42.595 INFO STEP 53 (ensure_file) COMPLETE
89672024-10-19T04:09:44.057Z[ host-image] Oct 19 04:09:42.596 INFO O| Oct 19 04:09:42.596 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89682024-10-19T04:09:44.067Z[ host-image] Oct 19 04:09:42.608 INFO O| Oct 19 04:09:42.608 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89692024-10-19T04:09:44.067Z[ host-image] Oct 19 04:09:42.608 INFO O| Oct 19 04:09:42.608 INFO STEP 54 (ensure_dir) COMPLETE
89702024-10-19T04:09:44.067Z[ host-image] Oct 19 04:09:42.608 INFO O| Oct 19 04:09:42.608 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89712024-10-19T04:09:44.083Z[ host-image] Oct 19 04:09:42.623 INFO O| Oct 19 04:09:42.623 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89722024-10-19T04:09:44.083Z[ host-image] Oct 19 04:09:42.623 INFO O| Oct 19 04:09:42.623 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89732024-10-19T04:09:44.083Z[ host-image] Oct 19 04:09:42.623 INFO O| Oct 19 04:09:42.623 INFO STEP 55 (ensure_dir) COMPLETE
89742024-10-19T04:09:44.083Z[ host-image] Oct 19 04:09:42.624 INFO O| Oct 19 04:09:42.623 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89752024-10-19T04:09:44.098Z[ host-image] Oct 19 04:09:42.639 INFO O| Oct 19 04:09:42.639 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89762024-10-19T04:09:44.101Z[ host-image] Oct 19 04:09:42.639 INFO O| Oct 19 04:09:42.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89772024-10-19T04:09:44.101Z[ host-image] Oct 19 04:09:42.639 INFO O| Oct 19 04:09:42.639 INFO STEP 56 (ensure_dir) COMPLETE
89782024-10-19T04:09:44.101Z[ host-image] Oct 19 04:09:42.639 INFO O| Oct 19 04:09:42.639 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89792024-10-19T04:09:44.109Z[ host-image] Oct 19 04:09:42.651 INFO O| Oct 19 04:09:42.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89802024-10-19T04:09:44.109Z[ host-image] Oct 19 04:09:42.651 INFO O| Oct 19 04:09:42.651 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89812024-10-19T04:09:44.131Z[ host-image] Oct 19 04:09:42.672 INFO O| Oct 19 04:09:42.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89822024-10-19T04:09:44.131Z[ host-image] Oct 19 04:09:42.672 INFO O| Oct 19 04:09:42.672 INFO ok!
89832024-10-19T04:09:44.131Z[ host-image] Oct 19 04:09:42.672 INFO O| Oct 19 04:09:42.672 INFO STEP 57 (ensure_file) COMPLETE
89842024-10-19T04:09:44.131Z[ host-image] Oct 19 04:09:42.672 INFO O| Oct 19 04:09:42.672 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89852024-10-19T04:09:44.148Z[ host-image] Oct 19 04:09:42.689 INFO O| Oct 19 04:09:42.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89862024-10-19T04:09:44.148Z[ host-image] Oct 19 04:09:42.689 INFO O| Oct 19 04:09:42.689 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89872024-10-19T04:09:45.332Z[ host-image] Oct 19 04:09:43.872 INFO O| Oct 19 04:09:43.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89882024-10-19T04:09:45.332Z[ host-image] Oct 19 04:09:43.873 INFO O| Oct 19 04:09:43.872 INFO ok!
89892024-10-19T04:09:45.334Z[ host-image] Oct 19 04:09:43.873 INFO O| Oct 19 04:09:43.872 INFO STEP 58 (ensure_file) COMPLETE
89902024-10-19T04:09:45.335Z[ host-image] Oct 19 04:09:43.873 INFO O| Oct 19 04:09:43.872 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89912024-10-19T04:09:45.345Z[ host-image] Oct 19 04:09:43.886 INFO O| Oct 19 04:09:43.886 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89922024-10-19T04:09:45.347Z[ host-image] Oct 19 04:09:43.886 INFO O| Oct 19 04:09:43.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89932024-10-19T04:09:45.347Z[ host-image] Oct 19 04:09:43.886 INFO O| Oct 19 04:09:43.886 INFO STEP 59 (ensure_dir) COMPLETE
89942024-10-19T04:09:45.348Z[ host-image] Oct 19 04:09:43.886 INFO O| Oct 19 04:09:43.886 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89952024-10-19T04:09:45.356Z[ host-image] Oct 19 04:09:43.897 INFO O| Oct 19 04:09:43.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89962024-10-19T04:09:45.356Z[ host-image] Oct 19 04:09:43.897 INFO O| Oct 19 04:09:43.897 INFO copying /tmp/.tmpOyx3e2/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-10-19T04:09:45.359Z[ host-image] Oct 19 04:09:43.897 INFO O| Oct 19 04:09:43.897 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-10-19T04:09:45.359Z[ host-image] Oct 19 04:09:43.897 INFO O| Oct 19 04:09:43.897 INFO ok!
89992024-10-19T04:09:45.359Z[ host-image] Oct 19 04:09:43.897 INFO O| Oct 19 04:09:43.897 INFO STEP 60 (ensure_file) COMPLETE
90002024-10-19T04:09:45.359Z[ host-image] Oct 19 04:09:43.898 INFO O| Oct 19 04:09:43.897 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90012024-10-19T04:09:45.366Z[ host-image] Oct 19 04:09:43.908 INFO O| Oct 19 04:09:43.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90022024-10-19T04:09:45.366Z[ host-image] Oct 19 04:09:43.908 INFO O| Oct 19 04:09:43.908 INFO copying /tmp/.tmpOyx3e2/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-10-19T04:09:45.369Z[ host-image] Oct 19 04:09:43.908 INFO O| Oct 19 04:09:43.908 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-10-19T04:09:45.369Z[ host-image] Oct 19 04:09:43.908 INFO O| Oct 19 04:09:43.908 INFO ok!
90052024-10-19T04:09:45.369Z[ host-image] Oct 19 04:09:43.908 INFO O| Oct 19 04:09:43.908 INFO STEP 61 (ensure_file) COMPLETE
90062024-10-19T04:09:45.369Z[ host-image] Oct 19 04:09:43.908 INFO O| Oct 19 04:09:43.908 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-10-19T04:09:45.378Z[ host-image] Oct 19 04:09:43.919 INFO O| Oct 19 04:09:43.919 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90082024-10-19T04:09:45.378Z[ host-image] Oct 19 04:09:43.919 INFO O| Oct 19 04:09:43.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90092024-10-19T04:09:45.380Z[ host-image] Oct 19 04:09:43.919 INFO O| Oct 19 04:09:43.919 INFO STEP 62 (ensure_dir) COMPLETE
90102024-10-19T04:09:45.380Z[ host-image] Oct 19 04:09:43.919 INFO O| Oct 19 04:09:43.919 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90112024-10-19T04:09:45.388Z[ host-image] Oct 19 04:09:43.929 INFO O| Oct 19 04:09:43.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90122024-10-19T04:09:45.388Z[ host-image] Oct 19 04:09:43.929 INFO O| Oct 19 04:09:43.929 INFO copying /tmp/.tmpOyx3e2/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-10-19T04:09:45.390Z[ host-image] Oct 19 04:09:43.929 INFO O| Oct 19 04:09:43.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90142024-10-19T04:09:45.390Z[ host-image] Oct 19 04:09:43.929 INFO O| Oct 19 04:09:43.929 INFO ok!
90152024-10-19T04:09:45.391Z[ host-image] Oct 19 04:09:43.929 INFO O| Oct 19 04:09:43.929 INFO STEP 63 (ensure_file) COMPLETE
90162024-10-19T04:09:45.391Z[ host-image] Oct 19 04:09:43.929 INFO O| Oct 19 04:09:43.929 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90172024-10-19T04:09:45.398Z[ host-image] Oct 19 04:09:43.939 INFO O| Oct 19 04:09:43.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90182024-10-19T04:09:45.398Z[ host-image] Oct 19 04:09:43.939 INFO O| Oct 19 04:09:43.939 INFO copying /tmp/.tmpOyx3e2/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-10-19T04:09:45.401Z[ host-image] Oct 19 04:09:43.940 INFO O| Oct 19 04:09:43.939 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-10-19T04:09:45.401Z[ host-image] Oct 19 04:09:43.940 INFO O| Oct 19 04:09:43.940 INFO ok!
90212024-10-19T04:09:45.401Z[ host-image] Oct 19 04:09:43.940 INFO O| Oct 19 04:09:43.940 INFO STEP 64 (ensure_file) COMPLETE
90222024-10-19T04:09:45.401Z[ host-image] Oct 19 04:09:43.940 INFO O| Oct 19 04:09:43.940 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-10-19T04:09:45.408Z[ host-image] Oct 19 04:09:43.950 INFO O| Oct 19 04:09:43.950 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90242024-10-19T04:09:45.411Z[ host-image] Oct 19 04:09:43.950 INFO O| Oct 19 04:09:43.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90252024-10-19T04:09:45.411Z[ host-image] Oct 19 04:09:43.950 INFO O| Oct 19 04:09:43.950 INFO STEP 65 (ensure_dir) COMPLETE
90262024-10-19T04:09:45.411Z[ host-image] Oct 19 04:09:43.950 INFO O| Oct 19 04:09:43.950 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90272024-10-19T04:09:45.419Z[ host-image] Oct 19 04:09:43.960 INFO O| Oct 19 04:09:43.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90282024-10-19T04:09:45.419Z[ host-image] Oct 19 04:09:43.960 INFO O| Oct 19 04:09:43.960 INFO copying /tmp/.tmpOyx3e2/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-10-19T04:09:45.421Z[ host-image] Oct 19 04:09:43.960 INFO O| Oct 19 04:09:43.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90302024-10-19T04:09:45.421Z[ host-image] Oct 19 04:09:43.960 INFO O| Oct 19 04:09:43.960 INFO ok!
90312024-10-19T04:09:45.421Z[ host-image] Oct 19 04:09:43.960 INFO O| Oct 19 04:09:43.960 INFO STEP 66 (ensure_file) COMPLETE
90322024-10-19T04:09:45.421Z[ host-image] Oct 19 04:09:43.960 INFO O| Oct 19 04:09:43.960 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90332024-10-19T04:09:45.429Z[ host-image] Oct 19 04:09:43.970 INFO O| Oct 19 04:09:43.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90342024-10-19T04:09:45.429Z[ host-image] Oct 19 04:09:43.970 INFO O| Oct 19 04:09:43.970 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90352024-10-19T04:09:45.429Z[ host-image] Oct 19 04:09:43.970 INFO O| Oct 19 04:09:43.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90362024-10-19T04:09:45.429Z[ host-image] Oct 19 04:09:43.970 INFO O| Oct 19 04:09:43.970 INFO ok!
90372024-10-19T04:09:45.429Z[ host-image] Oct 19 04:09:43.970 INFO O| Oct 19 04:09:43.970 INFO STEP 67 (ensure_file) COMPLETE
90382024-10-19T04:09:45.433Z[ host-image] Oct 19 04:09:43.971 INFO O| Oct 19 04:09:43.970 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-10-19T04:09:45.439Z[ host-image] Oct 19 04:09:43.981 INFO O| Oct 19 04:09:43.981 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90402024-10-19T04:09:45.442Z[ host-image] Oct 19 04:09:43.981 INFO O| Oct 19 04:09:43.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90412024-10-19T04:09:45.442Z[ host-image] Oct 19 04:09:43.981 INFO O| Oct 19 04:09:43.981 INFO STEP 68 (ensure_dir) COMPLETE
90422024-10-19T04:09:45.442Z[ host-image] Oct 19 04:09:43.981 INFO O| Oct 19 04:09:43.981 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90432024-10-19T04:09:45.450Z[ host-image] Oct 19 04:09:43.991 INFO O| Oct 19 04:09:43.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90442024-10-19T04:09:45.450Z[ host-image] Oct 19 04:09:43.991 INFO O| Oct 19 04:09:43.991 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90452024-10-19T04:09:46.064Z[ host-image] Oct 19 04:09:44.604 INFO O| Oct 19 04:09:44.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90462024-10-19T04:09:46.064Z[ host-image] Oct 19 04:09:44.605 INFO O| Oct 19 04:09:44.604 INFO ok!
90472024-10-19T04:09:46.064Z[ host-image] Oct 19 04:09:44.605 INFO O| Oct 19 04:09:44.604 INFO STEP 69 (ensure_file) COMPLETE
90482024-10-19T04:09:46.064Z[ host-image] Oct 19 04:09:44.605 INFO O| Oct 19 04:09:44.604 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-10-19T04:09:46.077Z[ host-image] Oct 19 04:09:44.618 INFO O| Oct 19 04:09:44.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90502024-10-19T04:09:46.077Z[ host-image] Oct 19 04:09:44.618 INFO O| Oct 19 04:09:44.618 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90512024-10-19T04:09:46.721Z[ recovery-image] Oct 19 04:09:45.261 INFO E| Finished `release` profile [optimized] target(s) in 37.68s
90522024-10-19T04:09:46.748Z[ recovery-image] Oct 19 04:09:45.289 INFO building host image...
90532024-10-19T04:09:46.750Z[ recovery-image] Oct 19 04:09:45.289 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")
90542024-10-19T04:09:47.468Z[ recovery-image] Oct 19 04:09:46.009 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90552024-10-19T04:09:47.559Z[ host-image] Oct 19 04:09:46.100 INFO O| Oct 19 04:09:46.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90562024-10-19T04:09:47.560Z[ host-image] Oct 19 04:09:46.100 INFO O| Oct 19 04:09:46.100 INFO ok!
90572024-10-19T04:09:47.562Z[ host-image] Oct 19 04:09:46.100 INFO O| Oct 19 04:09:46.100 INFO STEP 70 (ensure_file) COMPLETE
90582024-10-19T04:09:47.562Z[ host-image] Oct 19 04:09:46.100 INFO O| Oct 19 04:09:46.100 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90592024-10-19T04:09:47.572Z[ host-image] Oct 19 04:09:46.113 INFO O| Oct 19 04:09:46.113 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90602024-10-19T04:09:47.574Z[ host-image] Oct 19 04:09:46.113 INFO O| Oct 19 04:09:46.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90612024-10-19T04:09:47.574Z[ host-image] Oct 19 04:09:46.113 INFO O| Oct 19 04:09:46.113 INFO STEP 71 (ensure_dir) COMPLETE
90622024-10-19T04:09:47.574Z[ host-image] Oct 19 04:09:46.113 INFO O| Oct 19 04:09:46.113 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90632024-10-19T04:09:47.584Z[ host-image] Oct 19 04:09:46.125 INFO O| Oct 19 04:09:46.125 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90642024-10-19T04:09:47.584Z[ host-image] Oct 19 04:09:46.125 INFO O| Oct 19 04:09:46.125 INFO copying /tmp/.tmpOyx3e2/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 ...
90652024-10-19T04:09:47.587Z[ host-image] Oct 19 04:09:46.125 INFO O| Oct 19 04:09:46.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90662024-10-19T04:09:47.587Z[ host-image] Oct 19 04:09:46.126 INFO O| Oct 19 04:09:46.125 INFO ok!
90672024-10-19T04:09:47.587Z[ host-image] Oct 19 04:09:46.126 INFO O| Oct 19 04:09:46.125 INFO STEP 72 (ensure_file) COMPLETE
90682024-10-19T04:09:47.587Z[ host-image] Oct 19 04:09:46.126 INFO O| Oct 19 04:09:46.126 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90692024-10-19T04:09:47.595Z[ host-image] Oct 19 04:09:46.136 INFO O| Oct 19 04:09:46.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90702024-10-19T04:09:47.595Z[ host-image] Oct 19 04:09:46.136 INFO O| Oct 19 04:09:46.136 INFO copying /tmp/.tmpOyx3e2/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 ...
90712024-10-19T04:09:47.595Z[ host-image] Oct 19 04:09:46.136 INFO O| Oct 19 04:09:46.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90722024-10-19T04:09:47.597Z[ host-image] Oct 19 04:09:46.136 INFO O| Oct 19 04:09:46.136 INFO ok!
90732024-10-19T04:09:47.597Z[ host-image] Oct 19 04:09:46.136 INFO O| Oct 19 04:09:46.136 INFO STEP 73 (ensure_file) COMPLETE
90742024-10-19T04:09:47.597Z[ host-image] Oct 19 04:09:46.136 INFO O| Oct 19 04:09:46.136 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90752024-10-19T04:09:47.605Z[ host-image] Oct 19 04:09:46.146 INFO O| Oct 19 04:09:46.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90762024-10-19T04:09:47.607Z[ host-image] Oct 19 04:09:46.146 INFO O| Oct 19 04:09:46.146 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90772024-10-19T04:09:47.607Z[ host-image] Oct 19 04:09:46.146 INFO O| Oct 19 04:09:46.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90782024-10-19T04:09:47.607Z[ host-image] Oct 19 04:09:46.146 INFO O| Oct 19 04:09:46.146 INFO ok!
90792024-10-19T04:09:47.607Z[ host-image] Oct 19 04:09:46.146 INFO O| Oct 19 04:09:46.146 INFO STEP 74 (ensure_file) COMPLETE
90802024-10-19T04:09:47.607Z[ host-image] Oct 19 04:09:46.146 INFO O| Oct 19 04:09:46.146 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-10-19T04:09:47.615Z[ host-image] Oct 19 04:09:46.156 INFO O| Oct 19 04:09:46.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90822024-10-19T04:09:47.615Z[ host-image] Oct 19 04:09:46.156 INFO O| Oct 19 04:09:46.156 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90832024-10-19T04:09:47.618Z[ host-image] Oct 19 04:09:46.157 INFO O| Oct 19 04:09:46.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90842024-10-19T04:09:47.618Z[ host-image] Oct 19 04:09:46.157 INFO O| Oct 19 04:09:46.157 INFO ok!
90852024-10-19T04:09:47.618Z[ host-image] Oct 19 04:09:46.157 INFO O| Oct 19 04:09:46.157 INFO STEP 75 (ensure_file) COMPLETE
90862024-10-19T04:09:47.618Z[ host-image] Oct 19 04:09:46.157 INFO O| Oct 19 04:09:46.157 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-10-19T04:09:47.626Z[ host-image] Oct 19 04:09:46.167 INFO O| Oct 19 04:09:46.167 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90882024-10-19T04:09:47.626Z[ host-image] Oct 19 04:09:46.167 INFO O| Oct 19 04:09:46.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90892024-10-19T04:09:47.626Z[ host-image] Oct 19 04:09:46.167 INFO O| Oct 19 04:09:46.167 INFO STEP 76 (ensure_dir) COMPLETE
90902024-10-19T04:09:47.626Z[ host-image] Oct 19 04:09:46.167 INFO O| Oct 19 04:09:46.167 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90912024-10-19T04:09:47.636Z[ host-image] Oct 19 04:09:46.177 INFO O| Oct 19 04:09:46.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90922024-10-19T04:09:47.638Z[ host-image] Oct 19 04:09:46.177 INFO O| Oct 19 04:09:46.177 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90932024-10-19T04:09:48.104Z[ host-image] Oct 19 04:09:46.644 INFO O| Oct 19 04:09:46.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90942024-10-19T04:09:48.104Z[ host-image] Oct 19 04:09:46.644 INFO O| Oct 19 04:09:46.644 INFO ok!
90952024-10-19T04:09:48.104Z[ host-image] Oct 19 04:09:46.644 INFO O| Oct 19 04:09:46.644 INFO STEP 77 (ensure_file) COMPLETE
90962024-10-19T04:09:48.104Z[ host-image] Oct 19 04:09:46.644 INFO O| Oct 19 04:09:46.644 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-10-19T04:09:48.116Z[ host-image] Oct 19 04:09:46.657 INFO O| Oct 19 04:09:46.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90982024-10-19T04:09:48.116Z[ host-image] Oct 19 04:09:46.657 INFO O| Oct 19 04:09:46.657 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90992024-10-19T04:09:48.118Z[ host-image] Oct 19 04:09:46.657 INFO O| Oct 19 04:09:46.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91002024-10-19T04:09:48.118Z[ host-image] Oct 19 04:09:46.657 INFO O| Oct 19 04:09:46.657 INFO ok!
91012024-10-19T04:09:48.118Z[ host-image] Oct 19 04:09:46.657 INFO O| Oct 19 04:09:46.657 INFO STEP 78 (ensure_file) COMPLETE
91022024-10-19T04:09:48.118Z[ host-image] Oct 19 04:09:46.657 INFO O| Oct 19 04:09:46.657 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-10-19T04:09:48.126Z[ host-image] Oct 19 04:09:46.667 INFO O| Oct 19 04:09:46.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91042024-10-19T04:09:48.126Z[ host-image] Oct 19 04:09:46.667 INFO O| Oct 19 04:09:46.667 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91052024-10-19T04:09:48.954Z[ host-image] Oct 19 04:09:47.495 INFO O| Oct 19 04:09:47.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91062024-10-19T04:09:48.954Z[ host-image] Oct 19 04:09:47.495 INFO O| Oct 19 04:09:47.495 INFO ok!
91072024-10-19T04:09:48.957Z[ host-image] Oct 19 04:09:47.495 INFO O| Oct 19 04:09:47.495 INFO STEP 79 (ensure_file) COMPLETE
91082024-10-19T04:09:48.957Z[ host-image] Oct 19 04:09:47.495 INFO O| Oct 19 04:09:47.495 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-10-19T04:09:48.967Z[ host-image] Oct 19 04:09:47.507 INFO O| Oct 19 04:09:47.507 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91102024-10-19T04:09:48.969Z[ host-image] Oct 19 04:09:47.508 INFO O| Oct 19 04:09:47.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91112024-10-19T04:09:48.969Z[ host-image] Oct 19 04:09:47.508 INFO O| Oct 19 04:09:47.507 INFO STEP 80 (ensure_dir) COMPLETE
91122024-10-19T04:09:48.969Z[ host-image] Oct 19 04:09:47.508 INFO O| Oct 19 04:09:47.508 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-10-19T04:09:48.977Z[ host-image] Oct 19 04:09:47.518 INFO O| Oct 19 04:09:47.518 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91142024-10-19T04:09:48.980Z[ host-image] Oct 19 04:09:47.518 INFO O| Oct 19 04:09:47.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91152024-10-19T04:09:48.980Z[ host-image] Oct 19 04:09:47.518 INFO O| Oct 19 04:09:47.518 INFO STEP 81 (ensure_dir) COMPLETE
91162024-10-19T04:09:48.980Z[ host-image] Oct 19 04:09:47.518 INFO O| Oct 19 04:09:47.518 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91172024-10-19T04:09:48.987Z[ host-image] Oct 19 04:09:47.528 INFO O| Oct 19 04:09:47.528 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91182024-10-19T04:09:48.990Z[ host-image] Oct 19 04:09:47.528 INFO O| Oct 19 04:09:47.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91192024-10-19T04:09:48.990Z[ host-image] Oct 19 04:09:47.528 INFO O| Oct 19 04:09:47.528 INFO STEP 82 (ensure_dir) COMPLETE
91202024-10-19T04:09:48.990Z[ host-image] Oct 19 04:09:47.528 INFO O| Oct 19 04:09:47.528 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-10-19T04:09:48.997Z[ host-image] Oct 19 04:09:47.538 INFO O| Oct 19 04:09:47.538 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91222024-10-19T04:09:48.997Z[ host-image] Oct 19 04:09:47.538 INFO O| Oct 19 04:09:47.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91232024-10-19T04:09:49.000Z[ host-image] Oct 19 04:09:47.538 INFO O| Oct 19 04:09:47.538 INFO STEP 83 (ensure_dir) COMPLETE
91242024-10-19T04:09:49.000Z[ host-image] Oct 19 04:09:47.538 INFO O| Oct 19 04:09:47.538 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-10-19T04:09:49.007Z[ host-image] Oct 19 04:09:47.548 INFO O| Oct 19 04:09:47.548 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91262024-10-19T04:09:49.007Z[ host-image] Oct 19 04:09:47.548 INFO O| Oct 19 04:09:47.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91272024-10-19T04:09:49.009Z[ host-image] Oct 19 04:09:47.548 INFO O| Oct 19 04:09:47.548 INFO STEP 84 (ensure_dir) COMPLETE
91282024-10-19T04:09:49.010Z[ host-image] Oct 19 04:09:47.548 INFO O| Oct 19 04:09:47.548 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91292024-10-19T04:09:49.018Z[ host-image] Oct 19 04:09:47.559 INFO O| Oct 19 04:09:47.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91302024-10-19T04:09:49.021Z[ host-image] Oct 19 04:09:47.559 INFO O| Oct 19 04:09:47.559 INFO copying /tmp/.tmpOyx3e2/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 ...
91312024-10-19T04:09:49.021Z[ host-image] Oct 19 04:09:47.559 INFO O| Oct 19 04:09:47.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91322024-10-19T04:09:49.021Z[ host-image] Oct 19 04:09:47.559 INFO O| Oct 19 04:09:47.559 INFO ok!
91332024-10-19T04:09:49.021Z[ host-image] Oct 19 04:09:47.559 INFO O| Oct 19 04:09:47.559 INFO STEP 85 (ensure_file) COMPLETE
91342024-10-19T04:09:49.021Z[ host-image] Oct 19 04:09:47.559 INFO O| Oct 19 04:09:47.559 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-10-19T04:09:49.028Z[ host-image] Oct 19 04:09:47.569 INFO O| Oct 19 04:09:47.569 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91362024-10-19T04:09:49.030Z[ host-image] Oct 19 04:09:47.569 INFO O| Oct 19 04:09:47.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91372024-10-19T04:09:49.030Z[ host-image] Oct 19 04:09:47.569 INFO O| Oct 19 04:09:47.569 INFO STEP 86 (ensure_dir) COMPLETE
91382024-10-19T04:09:49.030Z[ host-image] Oct 19 04:09:47.569 INFO O| Oct 19 04:09:47.569 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-10-19T04:09:49.038Z[ host-image] Oct 19 04:09:47.579 INFO O| Oct 19 04:09:47.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91402024-10-19T04:09:49.041Z[ host-image] Oct 19 04:09:47.579 INFO O| Oct 19 04:09:47.579 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91412024-10-19T04:09:49.041Z[ host-image] Oct 19 04:09:47.579 INFO O| Oct 19 04:09:47.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91422024-10-19T04:09:49.041Z[ host-image] Oct 19 04:09:47.579 INFO O| Oct 19 04:09:47.579 INFO ok!
91432024-10-19T04:09:49.041Z[ host-image] Oct 19 04:09:47.579 INFO O| Oct 19 04:09:47.579 INFO STEP 87 (ensure_file) COMPLETE
91442024-10-19T04:09:49.041Z[ host-image] Oct 19 04:09:47.579 INFO O| Oct 19 04:09:47.579 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-10-19T04:09:49.049Z[ host-image] Oct 19 04:09:47.590 INFO O| Oct 19 04:09:47.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91462024-10-19T04:09:49.049Z[ host-image] Oct 19 04:09:47.590 INFO O| Oct 19 04:09:47.590 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91472024-10-19T04:09:49.061Z[ host-image] Oct 19 04:09:47.601 INFO O| Oct 19 04:09:47.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91482024-10-19T04:09:49.061Z[ host-image] Oct 19 04:09:47.601 INFO O| Oct 19 04:09:47.601 INFO ok!
91492024-10-19T04:09:49.063Z[ host-image] Oct 19 04:09:47.601 INFO O| Oct 19 04:09:47.601 INFO STEP 88 (ensure_file) COMPLETE
91502024-10-19T04:09:49.063Z[ host-image] Oct 19 04:09:47.601 INFO O| Oct 19 04:09:47.601 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-10-19T04:09:49.071Z[ host-image] Oct 19 04:09:47.612 INFO O| Oct 19 04:09:47.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91522024-10-19T04:09:49.071Z[ host-image] Oct 19 04:09:47.612 INFO O| Oct 19 04:09:47.612 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91532024-10-19T04:09:49.510Z[ recovery-image] Oct 19 04:09:48.051 INFO image complete! materials are in "/work/os-recovery"
91542024-10-19T04:09:49.514Z[ recovery-image]
91552024-10-19T04:09:49.517ZOct 19 04:09:48.055 INFO [recovery-image] process exited with exit status: 0 (429.243109506s)
91562024-10-19T04:09:49.517Z[ recovery-image] real 7:09.202045533
91572024-10-19T04:09:49.517Z[ recovery-image] user 5:01.677901322
91582024-10-19T04:09:49.517Z[ recovery-image] sys 45.208968328
91592024-10-19T04:09:49.517Z[ recovery-image] trap 0.227100626
91602024-10-19T04:09:49.517Z[ recovery-image] tflt 0.275843718
91612024-10-19T04:09:49.517Z[ recovery-image] dflt 0.767918542
91622024-10-19T04:09:49.517Z[ recovery-image] kflt 0.001658524
91632024-10-19T04:09:49.517Z[ recovery-image] lock 8:47.155244200
91642024-10-19T04:09:49.517Z[ recovery-image] slp 43:50.702444759
91652024-10-19T04:09:49.517Z[ recovery-image] lat 1:41.698513885
91662024-10-19T04:09:49.517Z[ recovery-image] stop 5.517239950
91672024-10-19T04:09:49.557Z[ host-image] Oct 19 04:09:48.098 INFO O| Oct 19 04:09:48.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91682024-10-19T04:09:49.557Z[ host-image] Oct 19 04:09:48.098 INFO O| Oct 19 04:09:48.098 INFO ok!
91692024-10-19T04:09:49.560Z[ host-image] Oct 19 04:09:48.098 INFO O| Oct 19 04:09:48.098 INFO STEP 89 (ensure_file) COMPLETE
91702024-10-19T04:09:49.560Z[ host-image] Oct 19 04:09:48.098 INFO O| Oct 19 04:09:48.098 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-10-19T04:09:49.569Z[ host-image] Oct 19 04:09:48.110 INFO O| Oct 19 04:09:48.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91722024-10-19T04:09:49.569Z[ host-image] Oct 19 04:09:48.110 INFO O| Oct 19 04:09:48.110 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91732024-10-19T04:09:49.571Z[ host-image] Oct 19 04:09:48.110 INFO O| Oct 19 04:09:48.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91742024-10-19T04:09:49.571Z[ host-image] Oct 19 04:09:48.110 INFO O| Oct 19 04:09:48.110 INFO ok!
91752024-10-19T04:09:49.571Z[ host-image] Oct 19 04:09:48.110 INFO O| Oct 19 04:09:48.110 INFO STEP 90 (ensure_file) COMPLETE
91762024-10-19T04:09:49.571Z[ host-image] Oct 19 04:09:48.110 INFO O| Oct 19 04:09:48.110 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-10-19T04:09:49.580Z[ host-image] Oct 19 04:09:48.121 INFO O| Oct 19 04:09:48.121 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91782024-10-19T04:09:49.582Z[ host-image] Oct 19 04:09:48.121 INFO O| Oct 19 04:09:48.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91792024-10-19T04:09:49.582Z[ host-image] Oct 19 04:09:48.121 INFO O| Oct 19 04:09:48.121 INFO STEP 91 (ensure_dir) COMPLETE
91802024-10-19T04:09:49.582Z[ host-image] Oct 19 04:09:48.121 INFO O| Oct 19 04:09:48.121 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-10-19T04:09:49.591Z[ host-image] Oct 19 04:09:48.132 INFO O| Oct 19 04:09:48.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91822024-10-19T04:09:49.591Z[ host-image] Oct 19 04:09:48.132 INFO O| Oct 19 04:09:48.132 INFO copying /tmp/.tmpOyx3e2/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 ...
91832024-10-19T04:09:49.593Z[ host-image] Oct 19 04:09:48.132 INFO O| Oct 19 04:09:48.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91842024-10-19T04:09:49.593Z[ host-image] Oct 19 04:09:48.132 INFO O| Oct 19 04:09:48.132 INFO ok!
91852024-10-19T04:09:49.594Z[ host-image] Oct 19 04:09:48.132 INFO O| Oct 19 04:09:48.132 INFO STEP 92 (ensure_file) COMPLETE
91862024-10-19T04:09:49.594Z[ host-image] Oct 19 04:09:48.132 INFO O| Oct 19 04:09:48.132 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-10-19T04:09:49.602Z[ host-image] Oct 19 04:09:48.143 INFO O| Oct 19 04:09:48.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91882024-10-19T04:09:49.602Z[ host-image] Oct 19 04:09:48.143 INFO O| Oct 19 04:09:48.143 INFO copying /tmp/.tmpOyx3e2/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 ...
91892024-10-19T04:09:49.604Z[ host-image] Oct 19 04:09:48.143 INFO O| Oct 19 04:09:48.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91902024-10-19T04:09:49.604Z[ host-image] Oct 19 04:09:48.143 INFO O| Oct 19 04:09:48.143 INFO ok!
91912024-10-19T04:09:49.604Z[ host-image] Oct 19 04:09:48.143 INFO O| Oct 19 04:09:48.143 INFO STEP 93 (ensure_file) COMPLETE
91922024-10-19T04:09:49.604Z[ host-image] Oct 19 04:09:48.143 INFO O| Oct 19 04:09:48.143 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-10-19T04:09:49.612Z[ host-image] Oct 19 04:09:48.153 INFO O| Oct 19 04:09:48.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91942024-10-19T04:09:49.612Z[ host-image] Oct 19 04:09:48.153 INFO O| Oct 19 04:09:48.153 INFO copying /tmp/.tmpOyx3e2/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 ...
91952024-10-19T04:09:49.614Z[ host-image] Oct 19 04:09:48.153 INFO O| Oct 19 04:09:48.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91962024-10-19T04:09:49.614Z[ host-image] Oct 19 04:09:48.153 INFO O| Oct 19 04:09:48.153 INFO ok!
91972024-10-19T04:09:49.614Z[ host-image] Oct 19 04:09:48.153 INFO O| Oct 19 04:09:48.153 INFO STEP 94 (ensure_file) COMPLETE
91982024-10-19T04:09:49.614Z[ host-image] Oct 19 04:09:48.153 INFO O| Oct 19 04:09:48.153 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-10-19T04:09:49.622Z[ host-image] Oct 19 04:09:48.163 INFO O| Oct 19 04:09:48.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92002024-10-19T04:09:49.622Z[ host-image] Oct 19 04:09:48.163 INFO O| Oct 19 04:09:48.163 INFO copying /tmp/.tmpOyx3e2/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 ...
92012024-10-19T04:09:49.624Z[ host-image] Oct 19 04:09:48.163 INFO O| Oct 19 04:09:48.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92022024-10-19T04:09:49.624Z[ host-image] Oct 19 04:09:48.163 INFO O| Oct 19 04:09:48.163 INFO ok!
92032024-10-19T04:09:49.624Z[ host-image] Oct 19 04:09:48.163 INFO O| Oct 19 04:09:48.163 INFO STEP 95 (ensure_file) COMPLETE
92042024-10-19T04:09:49.624Z[ host-image] Oct 19 04:09:48.163 INFO O| Oct 19 04:09:48.163 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-10-19T04:09:49.632Z[ host-image] Oct 19 04:09:48.173 INFO O| Oct 19 04:09:48.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92062024-10-19T04:09:49.632Z[ host-image] Oct 19 04:09:48.173 INFO O| Oct 19 04:09:48.173 INFO copying /tmp/.tmpOyx3e2/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 ...
92072024-10-19T04:09:49.634Z[ host-image] Oct 19 04:09:48.173 INFO O| Oct 19 04:09:48.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92082024-10-19T04:09:49.634Z[ host-image] Oct 19 04:09:48.173 INFO O| Oct 19 04:09:48.173 INFO ok!
92092024-10-19T04:09:49.634Z[ host-image] Oct 19 04:09:48.173 INFO O| Oct 19 04:09:48.173 INFO STEP 96 (ensure_file) COMPLETE
92102024-10-19T04:09:49.634Z[ host-image] Oct 19 04:09:48.173 INFO O| Oct 19 04:09:48.173 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-10-19T04:09:49.642Z[ host-image] Oct 19 04:09:48.183 INFO O| Oct 19 04:09:48.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92122024-10-19T04:09:49.642Z[ host-image] Oct 19 04:09:48.183 INFO O| Oct 19 04:09:48.183 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92132024-10-19T04:09:49.644Z[ host-image] Oct 19 04:09:48.183 INFO O| Oct 19 04:09:48.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92142024-10-19T04:09:49.644Z[ host-image] Oct 19 04:09:48.183 INFO O| Oct 19 04:09:48.183 INFO ok!
92152024-10-19T04:09:49.644Z[ host-image] Oct 19 04:09:48.183 INFO O| Oct 19 04:09:48.183 INFO STEP 97 (ensure_file) COMPLETE
92162024-10-19T04:09:49.644Z[ host-image] Oct 19 04:09:48.183 INFO O| Oct 19 04:09:48.183 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-10-19T04:09:49.652Z[ host-image] Oct 19 04:09:48.193 INFO O| Oct 19 04:09:48.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92182024-10-19T04:09:49.652Z[ host-image] Oct 19 04:09:48.193 INFO O| Oct 19 04:09:48.193 INFO copying /tmp/.tmpOyx3e2/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 ...
92192024-10-19T04:09:49.654Z[ host-image] Oct 19 04:09:48.193 INFO O| Oct 19 04:09:48.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92202024-10-19T04:09:49.654Z[ host-image] Oct 19 04:09:48.193 INFO O| Oct 19 04:09:48.193 INFO ok!
92212024-10-19T04:09:49.654Z[ host-image] Oct 19 04:09:48.193 INFO O| Oct 19 04:09:48.193 INFO STEP 98 (ensure_file) COMPLETE
92222024-10-19T04:09:49.654Z[ host-image] Oct 19 04:09:48.193 INFO O| Oct 19 04:09:48.193 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-10-19T04:09:49.662Z[ host-image] Oct 19 04:09:48.202 INFO O| Oct 19 04:09:48.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92242024-10-19T04:09:49.662Z[ host-image] Oct 19 04:09:48.202 INFO O| Oct 19 04:09:48.202 INFO copying /tmp/.tmpOyx3e2/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 ...
92252024-10-19T04:09:49.664Z[ host-image] Oct 19 04:09:48.203 INFO O| Oct 19 04:09:48.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92262024-10-19T04:09:49.664Z[ host-image] Oct 19 04:09:48.203 INFO O| Oct 19 04:09:48.203 INFO ok!
92272024-10-19T04:09:49.664Z[ host-image] Oct 19 04:09:48.203 INFO O| Oct 19 04:09:48.203 INFO STEP 99 (ensure_file) COMPLETE
92282024-10-19T04:09:49.664Z[ host-image] Oct 19 04:09:48.203 INFO O| Oct 19 04:09:48.203 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-10-19T04:09:49.671Z[ host-image] Oct 19 04:09:48.212 INFO O| Oct 19 04:09:48.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92302024-10-19T04:09:49.671Z[ host-image] Oct 19 04:09:48.212 INFO O| Oct 19 04:09:48.212 INFO copying /tmp/.tmpOyx3e2/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 ...
92312024-10-19T04:09:49.674Z[ host-image] Oct 19 04:09:48.212 INFO O| Oct 19 04:09:48.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92322024-10-19T04:09:49.674Z[ host-image] Oct 19 04:09:48.212 INFO O| Oct 19 04:09:48.212 INFO ok!
92332024-10-19T04:09:49.674Z[ host-image] Oct 19 04:09:48.212 INFO O| Oct 19 04:09:48.212 INFO STEP 100 (ensure_file) COMPLETE
92342024-10-19T04:09:49.674Z[ host-image] Oct 19 04:09:48.212 INFO O| Oct 19 04:09:48.212 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-10-19T04:09:49.681Z[ host-image] Oct 19 04:09:48.222 INFO O| Oct 19 04:09:48.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92362024-10-19T04:09:49.681Z[ host-image] Oct 19 04:09:48.222 INFO O| Oct 19 04:09:48.222 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92372024-10-19T04:09:49.683Z[ host-image] Oct 19 04:09:48.222 INFO O| Oct 19 04:09:48.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92382024-10-19T04:09:49.683Z[ host-image] Oct 19 04:09:48.222 INFO O| Oct 19 04:09:48.222 INFO ok!
92392024-10-19T04:09:49.683Z[ host-image] Oct 19 04:09:48.222 INFO O| Oct 19 04:09:48.222 INFO STEP 101 (ensure_file) COMPLETE
92402024-10-19T04:09:49.683Z[ host-image] Oct 19 04:09:48.222 INFO O| Oct 19 04:09:48.222 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-10-19T04:09:49.691Z[ host-image] Oct 19 04:09:48.232 INFO O| Oct 19 04:09:48.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92422024-10-19T04:09:49.691Z[ host-image] Oct 19 04:09:48.232 INFO O| Oct 19 04:09:48.231 INFO copying /tmp/.tmpOyx3e2/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 ...
92432024-10-19T04:09:49.699Z[ host-image] Oct 19 04:09:48.232 INFO O| Oct 19 04:09:48.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92442024-10-19T04:09:49.699Z[ host-image] Oct 19 04:09:48.232 INFO O| Oct 19 04:09:48.232 INFO ok!
92452024-10-19T04:09:49.699Z[ host-image] Oct 19 04:09:48.232 INFO O| Oct 19 04:09:48.232 INFO STEP 102 (ensure_file) COMPLETE
92462024-10-19T04:09:49.699Z[ host-image] Oct 19 04:09:48.232 INFO O| Oct 19 04:09:48.232 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-10-19T04:09:49.702Z[ host-image] Oct 19 04:09:48.241 INFO O| Oct 19 04:09:48.241 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92482024-10-19T04:09:49.702Z[ host-image] Oct 19 04:09:48.242 INFO O| Oct 19 04:09:48.241 INFO copying /tmp/.tmpOyx3e2/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 ...
92492024-10-19T04:09:49.702Z[ host-image] Oct 19 04:09:48.242 INFO O| Oct 19 04:09:48.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92502024-10-19T04:09:49.702Z[ host-image] Oct 19 04:09:48.242 INFO O| Oct 19 04:09:48.242 INFO ok!
92512024-10-19T04:09:49.702Z[ host-image] Oct 19 04:09:48.242 INFO O| Oct 19 04:09:48.242 INFO STEP 103 (ensure_file) COMPLETE
92522024-10-19T04:09:49.702Z[ host-image] Oct 19 04:09:48.242 INFO O| Oct 19 04:09:48.242 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-10-19T04:09:49.711Z[ host-image] Oct 19 04:09:48.251 INFO O| Oct 19 04:09:48.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92542024-10-19T04:09:49.711Z[ host-image] Oct 19 04:09:48.251 INFO O| Oct 19 04:09:48.251 INFO copying /tmp/.tmpOyx3e2/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 ...
92552024-10-19T04:09:49.714Z[ host-image] Oct 19 04:09:48.252 INFO O| Oct 19 04:09:48.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92562024-10-19T04:09:49.714Z[ host-image] Oct 19 04:09:48.252 INFO O| Oct 19 04:09:48.252 INFO ok!
92572024-10-19T04:09:49.714Z[ host-image] Oct 19 04:09:48.252 INFO O| Oct 19 04:09:48.252 INFO STEP 104 (ensure_file) COMPLETE
92582024-10-19T04:09:49.714Z[ host-image] Oct 19 04:09:48.252 INFO O| Oct 19 04:09:48.252 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-10-19T04:09:49.721Z[ host-image] Oct 19 04:09:48.261 INFO O| Oct 19 04:09:48.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92602024-10-19T04:09:49.721Z[ host-image] Oct 19 04:09:48.261 INFO O| Oct 19 04:09:48.261 INFO copying /tmp/.tmpOyx3e2/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 ...
92612024-10-19T04:09:49.723Z[ host-image] Oct 19 04:09:48.262 INFO O| Oct 19 04:09:48.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92622024-10-19T04:09:49.723Z[ host-image] Oct 19 04:09:48.262 INFO O| Oct 19 04:09:48.262 INFO ok!
92632024-10-19T04:09:49.723Z[ host-image] Oct 19 04:09:48.262 INFO O| Oct 19 04:09:48.262 INFO STEP 105 (ensure_file) COMPLETE
92642024-10-19T04:09:49.723Z[ host-image] Oct 19 04:09:48.262 INFO O| Oct 19 04:09:48.262 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-10-19T04:09:49.731Z[ host-image] Oct 19 04:09:48.271 INFO O| Oct 19 04:09:48.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92662024-10-19T04:09:49.731Z[ host-image] Oct 19 04:09:48.271 INFO O| Oct 19 04:09:48.271 INFO copying /tmp/.tmpOyx3e2/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 ...
92672024-10-19T04:09:49.731Z[ host-image] Oct 19 04:09:48.271 INFO O| Oct 19 04:09:48.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92682024-10-19T04:09:49.733Z[ host-image] Oct 19 04:09:48.272 INFO O| Oct 19 04:09:48.271 INFO ok!
92692024-10-19T04:09:49.733Z[ host-image] Oct 19 04:09:48.272 INFO O| Oct 19 04:09:48.272 INFO STEP 106 (ensure_file) COMPLETE
92702024-10-19T04:09:49.733Z[ host-image] Oct 19 04:09:48.272 INFO O| Oct 19 04:09:48.272 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-10-19T04:09:49.740Z[ host-image] Oct 19 04:09:48.281 INFO O| Oct 19 04:09:48.281 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92722024-10-19T04:09:49.740Z[ host-image] Oct 19 04:09:48.281 INFO O| Oct 19 04:09:48.281 INFO copying /tmp/.tmpOyx3e2/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 ...
92732024-10-19T04:09:49.741Z[ host-image] Oct 19 04:09:48.281 INFO O| Oct 19 04:09:48.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92742024-10-19T04:09:49.743Z[ host-image] Oct 19 04:09:48.281 INFO O| Oct 19 04:09:48.281 INFO ok!
92752024-10-19T04:09:49.743Z[ host-image] Oct 19 04:09:48.281 INFO O| Oct 19 04:09:48.281 INFO STEP 107 (ensure_file) COMPLETE
92762024-10-19T04:09:49.743Z[ host-image] Oct 19 04:09:48.281 INFO O| Oct 19 04:09:48.281 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-10-19T04:09:49.751Z[ host-image] Oct 19 04:09:48.292 INFO O| Oct 19 04:09:48.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92782024-10-19T04:09:49.751Z[ host-image] Oct 19 04:09:48.292 INFO O| Oct 19 04:09:48.292 INFO copying /tmp/.tmpOyx3e2/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 ...
92792024-10-19T04:09:49.753Z[ host-image] Oct 19 04:09:48.292 INFO O| Oct 19 04:09:48.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92802024-10-19T04:09:49.753Z[ host-image] Oct 19 04:09:48.292 INFO O| Oct 19 04:09:48.292 INFO ok!
92812024-10-19T04:09:49.753Z[ host-image] Oct 19 04:09:48.292 INFO O| Oct 19 04:09:48.292 INFO STEP 108 (ensure_file) COMPLETE
92822024-10-19T04:09:49.753Z[ host-image] Oct 19 04:09:48.292 INFO O| Oct 19 04:09:48.292 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-10-19T04:09:49.761Z[ host-image] Oct 19 04:09:48.302 INFO O| Oct 19 04:09:48.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92842024-10-19T04:09:49.761Z[ host-image] Oct 19 04:09:48.302 INFO O| Oct 19 04:09:48.302 INFO copying /tmp/.tmpOyx3e2/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 ...
92852024-10-19T04:09:49.763Z[ host-image] Oct 19 04:09:48.302 INFO O| Oct 19 04:09:48.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92862024-10-19T04:09:49.764Z[ host-image] Oct 19 04:09:48.302 INFO O| Oct 19 04:09:48.302 INFO ok!
92872024-10-19T04:09:49.764Z[ host-image] Oct 19 04:09:48.302 INFO O| Oct 19 04:09:48.302 INFO STEP 109 (ensure_file) COMPLETE
92882024-10-19T04:09:49.764Z[ host-image] Oct 19 04:09:48.302 INFO O| Oct 19 04:09:48.302 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-10-19T04:09:49.771Z[ host-image] Oct 19 04:09:48.312 INFO O| Oct 19 04:09:48.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92902024-10-19T04:09:49.771Z[ host-image] Oct 19 04:09:48.312 INFO O| Oct 19 04:09:48.312 INFO copying /tmp/.tmpOyx3e2/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 ...
92912024-10-19T04:09:49.774Z[ host-image] Oct 19 04:09:48.312 INFO O| Oct 19 04:09:48.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92922024-10-19T04:09:49.774Z[ host-image] Oct 19 04:09:48.312 INFO O| Oct 19 04:09:48.312 INFO ok!
92932024-10-19T04:09:49.774Z[ host-image] Oct 19 04:09:48.312 INFO O| Oct 19 04:09:48.312 INFO STEP 110 (ensure_file) COMPLETE
92942024-10-19T04:09:49.774Z[ host-image] Oct 19 04:09:48.312 INFO O| Oct 19 04:09:48.312 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-10-19T04:09:49.781Z[ host-image] Oct 19 04:09:48.322 INFO O| Oct 19 04:09:48.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92962024-10-19T04:09:49.784Z[ host-image] Oct 19 04:09:48.322 INFO O| Oct 19 04:09:48.322 INFO copying /tmp/.tmpOyx3e2/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 ...
92972024-10-19T04:09:49.784Z[ host-image] Oct 19 04:09:48.322 INFO O| Oct 19 04:09:48.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92982024-10-19T04:09:49.784Z[ host-image] Oct 19 04:09:48.322 INFO O| Oct 19 04:09:48.322 INFO ok!
92992024-10-19T04:09:49.784Z[ host-image] Oct 19 04:09:48.322 INFO O| Oct 19 04:09:48.322 INFO STEP 111 (ensure_file) COMPLETE
93002024-10-19T04:09:49.784Z[ host-image] Oct 19 04:09:48.322 INFO O| Oct 19 04:09:48.322 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-10-19T04:09:49.791Z[ host-image] Oct 19 04:09:48.332 INFO O| Oct 19 04:09:48.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93022024-10-19T04:09:49.792Z[ host-image] Oct 19 04:09:48.332 INFO O| Oct 19 04:09:48.332 INFO copying /tmp/.tmpOyx3e2/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 ...
93032024-10-19T04:09:49.794Z[ host-image] Oct 19 04:09:48.332 INFO O| Oct 19 04:09:48.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93042024-10-19T04:09:49.794Z[ host-image] Oct 19 04:09:48.332 INFO O| Oct 19 04:09:48.332 INFO ok!
93052024-10-19T04:09:49.794Z[ host-image] Oct 19 04:09:48.332 INFO O| Oct 19 04:09:48.332 INFO STEP 112 (ensure_file) COMPLETE
93062024-10-19T04:09:49.794Z[ host-image] Oct 19 04:09:48.332 INFO O| Oct 19 04:09:48.332 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-10-19T04:09:49.802Z[ host-image] Oct 19 04:09:48.343 INFO O| Oct 19 04:09:48.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93082024-10-19T04:09:49.802Z[ host-image] Oct 19 04:09:48.343 INFO O| Oct 19 04:09:48.343 INFO copying /tmp/.tmpOyx3e2/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 ...
93092024-10-19T04:09:49.804Z[ host-image] Oct 19 04:09:48.343 INFO O| Oct 19 04:09:48.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93102024-10-19T04:09:49.804Z[ host-image] Oct 19 04:09:48.343 INFO O| Oct 19 04:09:48.343 INFO ok!
93112024-10-19T04:09:49.804Z[ host-image] Oct 19 04:09:48.343 INFO O| Oct 19 04:09:48.343 INFO STEP 113 (ensure_file) COMPLETE
93122024-10-19T04:09:49.804Z[ host-image] Oct 19 04:09:48.343 INFO O| Oct 19 04:09:48.343 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-10-19T04:09:49.812Z[ host-image] Oct 19 04:09:48.353 INFO O| Oct 19 04:09:48.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93142024-10-19T04:09:49.812Z[ host-image] Oct 19 04:09:48.353 INFO O| Oct 19 04:09:48.353 INFO copying /tmp/.tmpOyx3e2/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 ...
93152024-10-19T04:09:49.815Z[ host-image] Oct 19 04:09:48.353 INFO O| Oct 19 04:09:48.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93162024-10-19T04:09:49.815Z[ host-image] Oct 19 04:09:48.353 INFO O| Oct 19 04:09:48.353 INFO ok!
93172024-10-19T04:09:49.815Z[ host-image] Oct 19 04:09:48.353 INFO O| Oct 19 04:09:48.353 INFO STEP 114 (ensure_file) COMPLETE
93182024-10-19T04:09:49.815Z[ host-image] Oct 19 04:09:48.353 INFO O| Oct 19 04:09:48.353 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-10-19T04:09:49.823Z[ host-image] Oct 19 04:09:48.363 INFO O| Oct 19 04:09:48.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93202024-10-19T04:09:49.823Z[ host-image] Oct 19 04:09:48.363 INFO O| Oct 19 04:09:48.363 INFO copying /tmp/.tmpOyx3e2/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 ...
93212024-10-19T04:09:49.825Z[ host-image] Oct 19 04:09:48.364 INFO O| Oct 19 04:09:48.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93222024-10-19T04:09:49.825Z[ host-image] Oct 19 04:09:48.364 INFO O| Oct 19 04:09:48.364 INFO ok!
93232024-10-19T04:09:49.825Z[ host-image] Oct 19 04:09:48.364 INFO O| Oct 19 04:09:48.364 INFO STEP 115 (ensure_file) COMPLETE
93242024-10-19T04:09:49.825Z[ host-image] Oct 19 04:09:48.364 INFO O| Oct 19 04:09:48.364 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-10-19T04:09:49.833Z[ host-image] Oct 19 04:09:48.373 INFO O| Oct 19 04:09:48.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93262024-10-19T04:09:49.833Z[ host-image] Oct 19 04:09:48.373 INFO O| Oct 19 04:09:48.373 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93272024-10-19T04:09:49.835Z[ host-image] Oct 19 04:09:48.374 INFO O| Oct 19 04:09:48.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93282024-10-19T04:09:49.835Z[ host-image] Oct 19 04:09:48.374 INFO O| Oct 19 04:09:48.374 INFO ok!
93292024-10-19T04:09:49.835Z[ host-image] Oct 19 04:09:48.374 INFO O| Oct 19 04:09:48.374 INFO STEP 116 (ensure_file) COMPLETE
93302024-10-19T04:09:49.835Z[ host-image] Oct 19 04:09:48.374 INFO O| Oct 19 04:09:48.374 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-10-19T04:09:49.843Z[ host-image] Oct 19 04:09:48.383 INFO O| Oct 19 04:09:48.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93322024-10-19T04:09:49.843Z[ host-image] Oct 19 04:09:48.384 INFO O| Oct 19 04:09:48.383 INFO copying /tmp/.tmpOyx3e2/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 ...
93332024-10-19T04:09:49.845Z[ host-image] Oct 19 04:09:48.384 INFO O| Oct 19 04:09:48.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93342024-10-19T04:09:49.845Z[ host-image] Oct 19 04:09:48.384 INFO O| Oct 19 04:09:48.384 INFO ok!
93352024-10-19T04:09:49.845Z[ host-image] Oct 19 04:09:48.384 INFO O| Oct 19 04:09:48.384 INFO STEP 117 (ensure_file) COMPLETE
93362024-10-19T04:09:49.845Z[ host-image] Oct 19 04:09:48.384 INFO O| Oct 19 04:09:48.384 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-10-19T04:09:49.853Z[ host-image] Oct 19 04:09:48.393 INFO O| Oct 19 04:09:48.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93382024-10-19T04:09:49.853Z[ host-image] Oct 19 04:09:48.393 INFO O| Oct 19 04:09:48.393 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93392024-10-19T04:09:49.855Z[ host-image] Oct 19 04:09:48.394 INFO O| Oct 19 04:09:48.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93402024-10-19T04:09:49.855Z[ host-image] Oct 19 04:09:48.394 INFO O| Oct 19 04:09:48.394 INFO ok!
93412024-10-19T04:09:49.855Z[ host-image] Oct 19 04:09:48.394 INFO O| Oct 19 04:09:48.394 INFO STEP 118 (ensure_file) COMPLETE
93422024-10-19T04:09:49.855Z[ host-image] Oct 19 04:09:48.394 INFO O| Oct 19 04:09:48.394 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-10-19T04:09:49.863Z[ host-image] Oct 19 04:09:48.403 INFO O| Oct 19 04:09:48.403 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93442024-10-19T04:09:49.863Z[ host-image] Oct 19 04:09:48.403 INFO O| Oct 19 04:09:48.403 INFO copying /tmp/.tmpOyx3e2/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93452024-10-19T04:09:53.087Z[ host-image] Oct 19 04:09:51.627 INFO O| Oct 19 04:09:51.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93462024-10-19T04:09:53.087Z[ host-image] Oct 19 04:09:51.627 INFO O| Oct 19 04:09:51.627 INFO ok!
93472024-10-19T04:09:53.089Z[ host-image] Oct 19 04:09:51.627 INFO O| Oct 19 04:09:51.627 INFO STEP 119 (ensure_file) COMPLETE
93482024-10-19T04:09:53.089Z[ host-image] Oct 19 04:09:51.627 INFO O| Oct 19 04:09:51.627 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-10-19T04:09:53.098Z[ host-image] Oct 19 04:09:51.638 INFO O| Oct 19 04:09:51.638 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93502024-10-19T04:09:53.098Z[ host-image] Oct 19 04:09:51.639 INFO O| Oct 19 04:09:51.638 INFO STEP 120 (ensure_dir) COMPLETE
93512024-10-19T04:09:53.100Z[ host-image] Oct 19 04:09:51.639 INFO O| Oct 19 04:09:51.638 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-10-19T04:09:53.108Z[ host-image] Oct 19 04:09:51.648 INFO O| Oct 19 04:09:51.648 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93532024-10-19T04:09:53.108Z[ host-image] Oct 19 04:09:51.648 INFO O| Oct 19 04:09:51.648 INFO STEP 121 (ensure_dir) COMPLETE
93542024-10-19T04:09:53.110Z[ host-image] Oct 19 04:09:51.648 INFO O| Oct 19 04:09:51.648 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-10-19T04:09:53.117Z[ host-image] Oct 19 04:09:51.658 INFO O| Oct 19 04:09:51.658 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93562024-10-19T04:09:53.117Z[ host-image] Oct 19 04:09:51.658 INFO O| Oct 19 04:09:51.658 INFO STEP 122 (ensure_dir) COMPLETE
93572024-10-19T04:09:53.120Z[ host-image] Oct 19 04:09:51.658 INFO O| Oct 19 04:09:51.658 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-10-19T04:09:53.128Z[ host-image] Oct 19 04:09:51.668 INFO O| Oct 19 04:09:51.668 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93592024-10-19T04:09:53.128Z[ host-image] Oct 19 04:09:51.668 INFO O| Oct 19 04:09:51.668 INFO STEP 123 (ensure_dir) COMPLETE
93602024-10-19T04:09:53.128Z[ host-image] Oct 19 04:09:51.668 INFO O| Oct 19 04:09:51.668 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-10-19T04:09:53.138Z[ host-image] Oct 19 04:09:51.678 INFO O| Oct 19 04:09:51.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93622024-10-19T04:09:53.138Z[ host-image] Oct 19 04:09:51.678 INFO O| Oct 19 04:09:51.678 INFO copying /tmp/.tmpOyx3e2/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 ...
93632024-10-19T04:09:53.140Z[ host-image] Oct 19 04:09:51.678 INFO O| Oct 19 04:09:51.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93642024-10-19T04:09:53.140Z[ host-image] Oct 19 04:09:51.678 INFO O| Oct 19 04:09:51.678 INFO ok!
93652024-10-19T04:09:53.140Z[ host-image] Oct 19 04:09:51.678 INFO O| Oct 19 04:09:51.678 INFO STEP 124 (ensure_file) COMPLETE
93662024-10-19T04:09:53.140Z[ host-image] Oct 19 04:09:51.678 INFO O| Oct 19 04:09:51.678 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-10-19T04:09:53.147Z[ host-image] Oct 19 04:09:51.688 INFO O| Oct 19 04:09:51.688 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93682024-10-19T04:09:53.147Z[ host-image] Oct 19 04:09:51.688 INFO O| Oct 19 04:09:51.688 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93692024-10-19T04:09:53.150Z[ host-image] Oct 19 04:09:51.688 INFO O| Oct 19 04:09:51.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93702024-10-19T04:09:53.150Z[ host-image] Oct 19 04:09:51.688 INFO O| Oct 19 04:09:51.688 INFO STEP 125 (ensure_dir) COMPLETE
93712024-10-19T04:09:53.150Z[ host-image] Oct 19 04:09:51.688 INFO O| Oct 19 04:09:51.688 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722024-10-19T04:09:53.157Z[ host-image] Oct 19 04:09:51.698 INFO O| Oct 19 04:09:51.698 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93732024-10-19T04:09:53.160Z[ host-image] Oct 19 04:09:51.698 INFO O| Oct 19 04:09:51.698 INFO copying /tmp/.tmpOyx3e2/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93742024-10-19T04:09:53.160Z[ host-image] Oct 19 04:09:51.698 INFO O| Oct 19 04:09:51.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93752024-10-19T04:09:53.160Z[ host-image] Oct 19 04:09:51.698 INFO O| Oct 19 04:09:51.698 INFO ok!
93762024-10-19T04:09:53.161Z[ host-image] Oct 19 04:09:51.698 INFO O| Oct 19 04:09:51.698 INFO STEP 126 (ensure_file) COMPLETE
93772024-10-19T04:09:53.161Z[ host-image] Oct 19 04:09:51.698 INFO O| Oct 19 04:09:51.698 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93782024-10-19T04:09:53.167Z[ host-image] Oct 19 04:09:51.708 INFO O| Oct 19 04:09:51.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93792024-10-19T04:09:53.170Z[ host-image] Oct 19 04:09:51.708 INFO O| Oct 19 04:09:51.708 INFO STEP 127 (remove_files) COMPLETE
93802024-10-19T04:09:53.170Z[ host-image] Oct 19 04:09:51.708 INFO O| Oct 19 04:09:51.708 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93812024-10-19T04:09:53.177Z[ host-image] Oct 19 04:09:51.717 INFO O| Oct 19 04:09:51.717 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93822024-10-19T04:09:53.179Z[ host-image] Oct 19 04:09:51.718 INFO O| Oct 19 04:09:51.718 INFO STEP 128 (remove_files) COMPLETE
93832024-10-19T04:09:53.179Z[ host-image] Oct 19 04:09:51.718 INFO O| Oct 19 04:09:51.718 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93842024-10-19T04:09:53.187Z[ host-image] Oct 19 04:09:51.728 INFO O| Oct 19 04:09:51.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93852024-10-19T04:09:53.189Z[ host-image] Oct 19 04:09:51.728 INFO O| Oct 19 04:09:51.728 INFO STEP 129 (remove_files) COMPLETE
93862024-10-19T04:09:53.189Z[ host-image] Oct 19 04:09:51.728 INFO O| Oct 19 04:09:51.728 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93872024-10-19T04:09:53.197Z[ host-image] Oct 19 04:09:51.737 INFO O| Oct 19 04:09:51.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93882024-10-19T04:09:53.199Z[ host-image] Oct 19 04:09:51.738 INFO O| Oct 19 04:09:51.738 INFO STEP 130 (remove_files) COMPLETE
93892024-10-19T04:09:53.199Z[ host-image] Oct 19 04:09:51.738 INFO O| Oct 19 04:09:51.738 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93902024-10-19T04:09:53.207Z[ host-image] Oct 19 04:09:51.747 INFO O| Oct 19 04:09:51.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93912024-10-19T04:09:53.209Z[ host-image] Oct 19 04:09:51.747 INFO O| Oct 19 04:09:51.747 INFO STEP 131 (remove_files) COMPLETE
93922024-10-19T04:09:53.209Z[ host-image] Oct 19 04:09:51.747 INFO O| Oct 19 04:09:51.747 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93932024-10-19T04:09:53.216Z[ host-image] Oct 19 04:09:51.757 INFO O| Oct 19 04:09:51.757 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93942024-10-19T04:09:53.219Z[ host-image] Oct 19 04:09:51.757 INFO O| Oct 19 04:09:51.757 INFO STEP 132 (remove_files) COMPLETE
93952024-10-19T04:09:53.219Z[ host-image] Oct 19 04:09:51.757 INFO O| Oct 19 04:09:51.757 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93962024-10-19T04:09:53.226Z[ host-image] Oct 19 04:09:51.767 INFO O| Oct 19 04:09:51.767 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93972024-10-19T04:09:53.228Z[ host-image] Oct 19 04:09:51.767 INFO O| Oct 19 04:09:51.767 INFO STEP 133 (remove_files) COMPLETE
93982024-10-19T04:09:53.228Z[ host-image] Oct 19 04:09:51.767 INFO O| Oct 19 04:09:51.767 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93992024-10-19T04:09:53.236Z[ host-image] Oct 19 04:09:51.776 INFO O| Oct 19 04:09:51.776 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94002024-10-19T04:09:53.238Z[ host-image] Oct 19 04:09:51.776 INFO O| Oct 19 04:09:51.776 INFO STEP 134 (remove_files) COMPLETE
94012024-10-19T04:09:53.238Z[ host-image] Oct 19 04:09:51.776 INFO O| Oct 19 04:09:51.776 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94022024-10-19T04:09:53.246Z[ host-image] Oct 19 04:09:51.786 INFO O| Oct 19 04:09:51.786 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94032024-10-19T04:09:53.246Z[ host-image] Oct 19 04:09:51.786 INFO O| Oct 19 04:09:51.786 INFO STEP 135 (remove_files) COMPLETE
94042024-10-19T04:09:53.248Z[ host-image] Oct 19 04:09:51.786 INFO O| Oct 19 04:09:51.786 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94052024-10-19T04:09:53.255Z[ host-image] Oct 19 04:09:51.796 INFO O| Oct 19 04:09:51.796 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94062024-10-19T04:09:53.255Z[ host-image] Oct 19 04:09:51.796 INFO O| Oct 19 04:09:51.796 INFO STEP 136 (remove_files) COMPLETE
94072024-10-19T04:09:53.258Z[ host-image] Oct 19 04:09:51.796 INFO O| Oct 19 04:09:51.796 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94082024-10-19T04:09:53.265Z[ host-image] Oct 19 04:09:51.806 INFO O| Oct 19 04:09:51.806 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94092024-10-19T04:09:53.265Z[ host-image] Oct 19 04:09:51.806 INFO O| Oct 19 04:09:51.806 INFO STEP 137 (remove_files) COMPLETE
94102024-10-19T04:09:53.265Z[ host-image] Oct 19 04:09:51.806 INFO O| Oct 19 04:09:51.806 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94112024-10-19T04:09:53.275Z[ host-image] Oct 19 04:09:51.815 INFO O| Oct 19 04:09:51.815 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94122024-10-19T04:09:53.277Z[ host-image] Oct 19 04:09:51.815 INFO O| Oct 19 04:09:51.815 INFO STEP 138 (remove_files) COMPLETE
94132024-10-19T04:09:53.277Z[ host-image] Oct 19 04:09:51.815 INFO O| Oct 19 04:09:51.815 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94142024-10-19T04:09:53.285Z[ host-image] Oct 19 04:09:51.825 INFO O| Oct 19 04:09:51.825 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94152024-10-19T04:09:53.285Z[ host-image] Oct 19 04:09:51.826 INFO O| Oct 19 04:09:51.826 INFO STEP 139 (remove_files) COMPLETE
94162024-10-19T04:09:53.287Z[ host-image] Oct 19 04:09:51.826 INFO O| Oct 19 04:09:51.826 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94172024-10-19T04:09:53.295Z[ host-image] Oct 19 04:09:51.835 INFO O| Oct 19 04:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94182024-10-19T04:09:53.297Z[ host-image] Oct 19 04:09:51.835 INFO O| Oct 19 04:09:51.835 INFO STEP 140 (remove_files) COMPLETE
94192024-10-19T04:09:53.297Z[ host-image] Oct 19 04:09:51.835 INFO O| Oct 19 04:09:51.835 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94202024-10-19T04:09:53.305Z[ host-image] Oct 19 04:09:51.845 INFO O| Oct 19 04:09:51.845 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94212024-10-19T04:09:53.305Z[ host-image] Oct 19 04:09:51.845 INFO O| Oct 19 04:09:51.845 INFO STEP 141 (remove_files) COMPLETE
94222024-10-19T04:09:53.307Z[ host-image] Oct 19 04:09:51.845 INFO O| Oct 19 04:09:51.845 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94232024-10-19T04:09:53.314Z[ host-image] Oct 19 04:09:51.855 INFO O| Oct 19 04:09:51.855 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94242024-10-19T04:09:53.314Z[ host-image] Oct 19 04:09:51.855 INFO O| Oct 19 04:09:51.855 INFO STEP 142 (remove_files) COMPLETE
94252024-10-19T04:09:53.314Z[ host-image] Oct 19 04:09:51.855 INFO O| Oct 19 04:09:51.855 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94262024-10-19T04:09:53.324Z[ host-image] Oct 19 04:09:51.865 INFO O| Oct 19 04:09:51.864 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94272024-10-19T04:09:53.324Z[ host-image] Oct 19 04:09:51.865 INFO O| Oct 19 04:09:51.865 INFO STEP 143 (remove_files) COMPLETE
94282024-10-19T04:09:53.324Z[ host-image] Oct 19 04:09:51.865 INFO O| Oct 19 04:09:51.865 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94292024-10-19T04:09:53.334Z[ host-image] Oct 19 04:09:51.874 INFO O| Oct 19 04:09:51.874 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94302024-10-19T04:09:53.334Z[ host-image] Oct 19 04:09:51.875 INFO O| Oct 19 04:09:51.874 INFO STEP 144 (remove_files) COMPLETE
94312024-10-19T04:09:53.334Z[ host-image] Oct 19 04:09:51.875 INFO O| Oct 19 04:09:51.875 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322024-10-19T04:09:53.344Z[ host-image] Oct 19 04:09:51.884 INFO O| Oct 19 04:09:51.884 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94332024-10-19T04:09:53.344Z[ host-image] Oct 19 04:09:51.884 INFO O| Oct 19 04:09:51.884 INFO STEP 145 (remove_files) COMPLETE
94342024-10-19T04:09:53.344Z[ host-image] Oct 19 04:09:51.884 INFO O| Oct 19 04:09:51.884 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-10-19T04:09:53.354Z[ host-image] Oct 19 04:09:51.894 INFO O| Oct 19 04:09:51.894 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94362024-10-19T04:09:53.354Z[ host-image] Oct 19 04:09:51.895 INFO O| Oct 19 04:09:51.894 INFO STEP 146 (remove_files) COMPLETE
94372024-10-19T04:09:53.356Z[ host-image] Oct 19 04:09:51.895 INFO O| Oct 19 04:09:51.895 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-10-19T04:09:53.364Z[ host-image] Oct 19 04:09:51.904 INFO O| Oct 19 04:09:51.904 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94392024-10-19T04:09:53.366Z[ host-image] Oct 19 04:09:51.904 INFO O| Oct 19 04:09:51.904 INFO STEP 147 (remove_files) COMPLETE
94402024-10-19T04:09:53.366Z[ host-image] Oct 19 04:09:51.904 INFO O| Oct 19 04:09:51.904 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412024-10-19T04:09:53.374Z[ host-image] Oct 19 04:09:51.914 INFO O| Oct 19 04:09:51.914 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94422024-10-19T04:09:53.374Z[ host-image] Oct 19 04:09:51.914 INFO O| Oct 19 04:09:51.914 INFO STEP 148 (remove_files) COMPLETE
94432024-10-19T04:09:53.376Z[ host-image] Oct 19 04:09:51.914 INFO O| Oct 19 04:09:51.914 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442024-10-19T04:09:53.383Z[ host-image] Oct 19 04:09:51.924 INFO O| Oct 19 04:09:51.924 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94452024-10-19T04:09:53.386Z[ host-image] Oct 19 04:09:51.924 INFO O| Oct 19 04:09:51.924 INFO STEP 149 (remove_files) COMPLETE
94462024-10-19T04:09:53.386Z[ host-image] Oct 19 04:09:51.924 INFO O| Oct 19 04:09:51.924 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94472024-10-19T04:09:53.393Z[ host-image] Oct 19 04:09:51.933 INFO O| Oct 19 04:09:51.933 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94482024-10-19T04:09:53.395Z[ host-image] Oct 19 04:09:51.934 INFO O| Oct 19 04:09:51.934 INFO STEP 150 (remove_files) COMPLETE
94492024-10-19T04:09:53.395Z[ host-image] Oct 19 04:09:51.934 INFO O| Oct 19 04:09:51.934 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94502024-10-19T04:09:53.403Z[ host-image] Oct 19 04:09:51.943 INFO O| Oct 19 04:09:51.943 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94512024-10-19T04:09:53.403Z[ host-image] Oct 19 04:09:51.943 INFO O| Oct 19 04:09:51.943 INFO STEP 151 (remove_files) COMPLETE
94522024-10-19T04:09:53.405Z[ host-image] Oct 19 04:09:51.943 INFO O| Oct 19 04:09:51.943 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94532024-10-19T04:09:53.413Z[ host-image] Oct 19 04:09:51.953 INFO O| Oct 19 04:09:51.953 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94542024-10-19T04:09:53.413Z[ host-image] Oct 19 04:09:51.953 INFO O| Oct 19 04:09:51.953 INFO STEP 152 (remove_files) COMPLETE
94552024-10-19T04:09:53.415Z[ host-image] Oct 19 04:09:51.953 INFO O| Oct 19 04:09:51.953 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94562024-10-19T04:09:53.423Z[ host-image] Oct 19 04:09:51.963 INFO O| Oct 19 04:09:51.963 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94572024-10-19T04:09:53.425Z[ host-image] Oct 19 04:09:51.963 INFO O| Oct 19 04:09:51.963 INFO STEP 153 (remove_files) COMPLETE
94582024-10-19T04:09:53.425Z[ host-image] Oct 19 04:09:51.963 INFO O| Oct 19 04:09:51.963 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94592024-10-19T04:09:53.432Z[ host-image] Oct 19 04:09:51.973 INFO O| Oct 19 04:09:51.973 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94602024-10-19T04:09:53.435Z[ host-image] Oct 19 04:09:51.973 INFO O| Oct 19 04:09:51.973 INFO STEP 154 (remove_files) COMPLETE
94612024-10-19T04:09:53.435Z[ host-image] Oct 19 04:09:51.973 INFO O| Oct 19 04:09:51.973 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94622024-10-19T04:09:53.442Z[ host-image] Oct 19 04:09:51.983 INFO O| Oct 19 04:09:51.983 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94632024-10-19T04:09:53.442Z[ host-image] Oct 19 04:09:51.983 INFO O| Oct 19 04:09:51.983 INFO STEP 155 (remove_files) COMPLETE
94642024-10-19T04:09:53.442Z[ host-image] Oct 19 04:09:51.983 INFO O| Oct 19 04:09:51.983 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94652024-10-19T04:09:53.457Z[ host-image] Oct 19 04:09:51.997 INFO O| Oct 19 04:09:51.997 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94662024-10-19T04:09:53.459Z[ host-image] Oct 19 04:09:51.997 INFO O| Oct 19 04:09:51.997 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94672024-10-19T04:10:02.813Z[ host-image] Oct 19 04:10:01.352 INFO O| Oct 19 04:10:01.352 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
94682024-10-19T04:10:02.813Z[ host-image] Oct 19 04:10:01.353 INFO O| Oct 19 04:10:01.352 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94692024-10-19T04:10:02.828Z[ host-image] Oct 19 04:10:01.368 INFO O| Oct 19 04:10:01.368 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
94702024-10-19T04:10:02.907Z[ host-image] Oct 19 04:10:01.447 INFO O| Oct 19 04:10:01.447 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94712024-10-19T04:10:02.908Z[ host-image] Oct 19 04:10:01.447 INFO O| Oct 19 04:10:01.447 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94722024-10-19T04:10:02.910Z[ host-image] Oct 19 04:10:01.449 INFO O| Oct 19 04:10:01.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94732024-10-19T04:10:02.910Z[ host-image] Oct 19 04:10:01.450 INFO O| Oct 19 04:10:01.449 INFO ok!
94742024-10-19T04:10:02.910Z[ host-image] Oct 19 04:10:01.450 INFO O| Oct 19 04:10:01.449 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94752024-10-19T04:10:02.910Z[ host-image] Oct 19 04:10:01.450 INFO O| Oct 19 04:10:01.450 INFO STEP 156 (seed_smf) COMPLETE
94762024-10-19T04:10:02.910Z[ host-image] Oct 19 04:10:01.450 INFO O| Oct 19 04:10:01.450 INFO steps complete; finalising image!
94772024-10-19T04:10:02.910Z[ host-image] Oct 19 04:10:01.450 INFO O| Oct 19 04:10:01.450 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94782024-10-19T04:10:03.056Z[ host-image] Oct 19 04:10:01.596 INFO O| Oct 19 04:10:01.596 INFO trim TEMPORARY-gimlet-zfs: (26% trimmed, started at Sat Oct 19 04:10:01 2024)
94792024-10-19T04:10:03.279Z[ host-image] Oct 19 04:10:01.819 INFO O| Oct 19 04:10:01.819 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio
94802024-10-19T04:10:03.279Z[ host-image] Oct 19 04:10:01.819 INFO O| Oct 19 04:10:01.819 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94812024-10-19T04:10:03.581Z[ host-image] Oct 19 04:10:02.120 INFO O| Oct 19 04:10:02.120 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94822024-10-19T04:10:03.581Z[ host-image] Oct 19 04:10:02.121 INFO O| Oct 19 04:10:02.120 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94832024-10-19T04:10:04.672Z[ host-image] Oct 19 04:10:03.212 INFO O| Oct 19 04:10:03.212 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94842024-10-19T04:10:04.673Z[ host-image] Oct 19 04:10:03.212 INFO O| Oct 19 04:10:03.212 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94852024-10-19T04:10:04.675Z[ host-image] Oct 19 04:10:03.212 INFO O| Oct 19 04:10:03.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94862024-10-19T04:10:04.675Z[ host-image] Oct 19 04:10:03.212 INFO O| Oct 19 04:10:03.212 INFO completed processing gimlet/zfs
94872024-10-19T04:10:04.675Z[ host-image] Oct 19 04:10:03.212 INFO O| Oct 19 04:10:03.212 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94882024-10-19T04:10:10.955Z[ host-image] Oct 19 04:10:09.494 INFO O| Oct 19 04:10:09.493 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94892024-10-19T04:10:11.044Z[ host-image] Oct 19 04:10:09.583 INFO BUILD STRING "heads/stlouis-0-g6733cffb07\n"
94902024-10-19T04:10:11.044Z[ host-image] Oct 19 04:10:09.583 INFO expanded image name: "ci 155e5d4/${os_short_commit} 2024-10-19 03:41" -> "ci 155e5d4/6733cff 2024-10-19 03:41"
94912024-10-19T04:10:11.046Z[ host-image] Oct 19 04:10:09.583 INFO output artefacts stored in: "/work/os-host"
94922024-10-19T04:10:11.046Z[ host-image] Oct 19 04:10:09.583 INFO collecting git info from project "pilot"...
94932024-10-19T04:10:11.050Z[ host-image] Oct 19 04:10:09.590 INFO collecting git info from project "chelsio-t6-roms"...
94942024-10-19T04:10:11.055Z[ host-image] Oct 19 04:10:09.594 INFO collecting git info from project "image-builder"...
94952024-10-19T04:10:11.060Z[ host-image] Oct 19 04:10:09.599 INFO collecting git info from project "amd-firmware"...
94962024-10-19T04:10:11.069Z[ host-image] Oct 19 04:10:09.608 INFO collecting git info from project "amd-host-image-builder"...
94972024-10-19T04:10:11.082Z[ host-image] Oct 19 04:10:09.621 INFO collecting git info from project "bootserver"...
94982024-10-19T04:10:11.087Z[ host-image] Oct 19 04:10:09.626 INFO collecting git info from project "phbl"...
94992024-10-19T04:10:11.091Z[ host-image] Oct 19 04:10:09.630 INFO collecting git info from project "pinprick"...
95002024-10-19T04:10:11.095Z[ host-image] Oct 19 04:10:09.635 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95012024-10-19T04:10:11.461Z[ host-image] Oct 19 04:10:10.000 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95022024-10-19T04:10:11.803Z[ host-image] Oct 19 04:10:10.342 INFO creating Oxide boot image...
95032024-10-19T04:10:11.803Z[ host-image] Oct 19 04:10:10.342 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 155e5d4/6733cff 2024-10-19 03:41", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95042024-10-19T04:10:12.757Z[ host-image] Oct 19 04:10:11.296 INFO O| ok, image written!
95052024-10-19T04:10:12.757Z[ host-image] Oct 19 04:10:11.296 INFO O| ok, boot_image_csum file written!
95062024-10-19T04:10:12.760Z[ host-image] Oct 19 04:10:11.299 INFO creating boot archive (CPIO)...
95072024-10-19T04:10:12.762Z[ host-image] Oct 19 04:10:11.299 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
95082024-10-19T04:10:12.767Z[ host-image] Oct 19 04:10:11.306 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95092024-10-19T04:10:12.767Z[ host-image] Oct 19 04:10:11.306 INFO E| + outfile=/work/os-host/cpio
95102024-10-19T04:10:12.767Z[ host-image] Oct 19 04:10:11.306 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95112024-10-19T04:10:12.770Z[ host-image] Oct 19 04:10:11.308 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95122024-10-19T04:10:12.770Z[ host-image] Oct 19 04:10:11.308 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95132024-10-19T04:10:12.808Z[ host-image] Oct 19 04:10:11.347 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95142024-10-19T04:10:12.808Z[ host-image] Oct 19 04:10:11.347 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95152024-10-19T04:10:12.815Z[ host-image] Oct 19 04:10:11.354 INFO creating compressed cpio/unix for nanobl-rs...
95162024-10-19T04:10:12.815Z[ host-image] Oct 19 04:10:11.354 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
95172024-10-19T04:10:13.099Z[ host-image] Oct 19 04:10:11.638 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95182024-10-19T04:10:17.449Z[ host-image] Oct 19 04:10:15.987 INFO creating reset image...
95192024-10-19T04:10:17.452Z[ host-image] Oct 19 04:10:15.987 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95202024-10-19T04:10:17.542Z[ host-image] Oct 19 04:10:16.081 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95212024-10-19T04:10:17.545Z[ host-image] Oct 19 04:10:16.082 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95222024-10-19T04:10:17.600Z[ host-image] Oct 19 04:10:16.138 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95232024-10-19T04:10:19.388Z[ host-image] Oct 19 04:10:17.926 INFO E| Finished `release` profile [optimized] target(s) in 1.83s
95242024-10-19T04:10:19.399Z[ host-image] Oct 19 04:10:17.937 INFO building host image...
95252024-10-19T04:10:19.401Z[ host-image] Oct 19 04:10:17.938 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")
95262024-10-19T04:10:19.888Z[ host-image] Oct 19 04:10:18.426 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95272024-10-19T04:11:06.674Z[ host-image] Oct 19 04:11:05.209 INFO image complete! materials are in "/work/os-host"
95282024-10-19T04:11:06.677Z[ host-image]
95292024-10-19T04:11:06.677Z[ host-image] real 8:40.761301581
95302024-10-19T04:11:06.677Z[ host-image] user 4:34.755600874
95312024-10-19T04:11:06.679Z[ host-image] sys 49.722364895
95322024-10-19T04:11:06.679Z[ host-image] trap 0.150093181
95332024-10-19T04:11:06.679Z[ host-image] tflt 0.000387641
95342024-10-19T04:11:06.680Z[ host-image] dflt 0.055799003
95352024-10-19T04:11:06.680Z[ host-image] kflt 0.000008829
95362024-10-19T04:11:06.680Z[ host-image] lock 9:39.480674298
95372024-10-19T04:11:06.680Z[ host-image] slp 47:16.805069502
95382024-10-19T04:11:06.680Z[ host-image] lat 1:07.044135803
95392024-10-19T04:11:06.680Z[ host-image] stop 0.565779228
95402024-10-19T04:11:06.680ZOct 19 04:11:05.213 INFO [host-image] process exited with exit status: 0 (520.774331615s)
95412024-10-19T04:11:06.680ZOct 19 04:11:05.213 INFO [tuf-repo] running task
95422024-10-19T04:11:13.783ZOct 19 04:11:12.316 INFO assembling repository in `/tmp/tufaceousPOPaUv`, component: OmicronRepoAssembler
95432024-10-19T04:11:18.527ZOct 19 04:11:17.060 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95442024-10-19T04:11:18.894ZOct 19 04:11:17.428 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95452024-10-19T04:11:30.262ZOct 19 04:11:28.795 INFO [tuf-repo] task succeeded (23.582091245s)
95462024-10-19T04:11:30.262ZOct 19 04:11:28.795 INFO all jobs completed in 1828.634724878s
95472024-10-19T04:11:30.787Zprocess exited: duration 2367722 ms, exit code 0
 
95482024-10-19T04:11:30.798Zfound 33 output files
95492024-10-19T04:11:30.798Zuploading: /work/manifest.toml (8404 bytes)
95502024-10-19T04:11:31.808Zuploaded: /work/manifest.toml
95512024-10-19T04:11:31.808Zuploading: /work/repo.zip (1785498060 bytes)
95522024-10-19T04:12:04.701Zuploaded: /work/repo.zip
95532024-10-19T04:12:04.702Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95542024-10-19T04:12:05.711Zuploaded: /work/repo.zip.sha256.txt
95552024-10-19T04:12:05.711Zuploading: /work/helios-setup.log (53544 bytes)
95562024-10-19T04:12:06.721Zuploaded: /work/helios-setup.log
95572024-10-19T04:12:06.721Zuploading: /work/host-image.log (193931 bytes)
95582024-10-19T04:12:07.740Zuploaded: /work/host-image.log
95592024-10-19T04:12:07.740Zuploading: /work/host-package.log (18948 bytes)
95602024-10-19T04:12:08.748Zuploaded: /work/host-package.log
95612024-10-19T04:12:08.748Zuploading: /work/host-target.log (101 bytes)
95622024-10-19T04:12:09.756Zuploaded: /work/host-target.log
95632024-10-19T04:12:09.756Zuploading: /work/omicron-package.log (4543 bytes)
95642024-10-19T04:12:10.764Zuploaded: /work/omicron-package.log
95652024-10-19T04:12:10.765Zuploading: /work/phbl-toolchain.log (881 bytes)
95662024-10-19T04:12:11.773Zuploaded: /work/phbl-toolchain.log
95672024-10-19T04:12:11.773Zuploading: /work/recovery-image.log (590578 bytes)
95682024-10-19T04:12:12.801Zuploaded: /work/recovery-image.log
95692024-10-19T04:12:12.804Zuploading: /work/recovery-package.log (282 bytes)
95702024-10-19T04:12:13.809Zuploaded: /work/recovery-package.log
95712024-10-19T04:12:13.809Zuploading: /work/recovery-target.log (98 bytes)
95722024-10-19T04:12:14.817Zuploaded: /work/recovery-target.log
95732024-10-19T04:12:14.819Zuploading: /work/stamp-clickhouse.log (117 bytes)
95742024-10-19T04:12:15.825Zuploaded: /work/stamp-clickhouse.log
95752024-10-19T04:12:15.825Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95762024-10-19T04:12:16.833Zuploaded: /work/stamp-clickhouse_keeper.log
95772024-10-19T04:12:16.833Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95782024-10-19T04:12:17.841Zuploaded: /work/stamp-cockroachdb.log
95792024-10-19T04:12:17.842Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95802024-10-19T04:12:18.850Zuploaded: /work/stamp-crucible-dtrace.log
95812024-10-19T04:12:18.850Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95822024-10-19T04:12:19.857Zuploaded: /work/stamp-crucible-pantry-zone.log
95832024-10-19T04:12:19.859Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95842024-10-19T04:12:20.865Zuploaded: /work/stamp-crucible-zone.log
95852024-10-19T04:12:20.866Zuploading: /work/stamp-external-dns.log (119 bytes)
95862024-10-19T04:12:21.874Zuploaded: /work/stamp-external-dns.log
95872024-10-19T04:12:21.874Zuploading: /work/stamp-installinator.log (103 bytes)
95882024-10-19T04:12:22.883Zuploaded: /work/stamp-installinator.log
95892024-10-19T04:12:22.883Zuploading: /work/stamp-internal-dns.log (119 bytes)
95902024-10-19T04:12:23.892Zuploaded: /work/stamp-internal-dns.log
95912024-10-19T04:12:23.892Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95922024-10-19T04:12:24.900Zuploaded: /work/stamp-mg-ddm-gz.log
95932024-10-19T04:12:24.900Zuploading: /work/stamp-nexus.log (112 bytes)
95942024-10-19T04:12:25.908Zuploaded: /work/stamp-nexus.log
95952024-10-19T04:12:25.908Zuploading: /work/stamp-ntp.log (110 bytes)
95962024-10-19T04:12:26.916Zuploaded: /work/stamp-ntp.log
95972024-10-19T04:12:26.916Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95982024-10-19T04:12:27.925Zuploaded: /work/stamp-omicron-sled-agent.log
95992024-10-19T04:12:27.927Zuploading: /work/stamp-overlay.log (114 bytes)
96002024-10-19T04:12:28.935Zuploaded: /work/stamp-overlay.log
96012024-10-19T04:12:28.935Zuploading: /work/stamp-oximeter.log (115 bytes)
96022024-10-19T04:12:29.943Zuploaded: /work/stamp-oximeter.log
96032024-10-19T04:12:29.945Zuploading: /work/stamp-oxlog.log (109 bytes)
96042024-10-19T04:12:30.951Zuploaded: /work/stamp-oxlog.log
96052024-10-19T04:12:30.951Zuploading: /work/stamp-probe.log (112 bytes)
96062024-10-19T04:12:31.959Zuploaded: /work/stamp-probe.log
96072024-10-19T04:12:31.961Zuploading: /work/stamp-propolis-server.log (122 bytes)
96082024-10-19T04:12:32.968Zuploaded: /work/stamp-propolis-server.log
96092024-10-19T04:12:32.968Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96102024-10-19T04:12:33.977Zuploaded: /work/stamp-pumpkind-gz.log
96112024-10-19T04:12:33.977Zuploading: /work/stamp-switch-asic.log (118 bytes)
96122024-10-19T04:12:34.985Zuploaded: /work/stamp-switch-asic.log
96132024-10-19T04:12:34.985Zuploading: /work/verify-libraries.log (1992 bytes)
96142024-10-19T04:12:35.993Zuploaded: /work/verify-libraries.log