01JF16X1E1A9XDJPQ192837SKH: 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: 01JF16XNQRTH063CSK1NT43VRD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T23:52:17.484Zjob assigned to worker 01JF16XT75T71FQ01QPNMCQDCX [factory aws, i-0a18ca32f6899e20d] (queued for 1 m 13 s)
 
22024-12-13T23:52:25.223Zstarting task 0: "setup"
32024-12-13T23:52:25.235Z++ uname -s
42024-12-13T23:52:25.239Z+ kern=SunOS
52024-12-13T23:52:25.239Z+ case "$kern" in
62024-12-13T23:52:25.239Z+ groupadd -g 12345 build
72024-12-13T23:52:25.241Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T23:52:27.247Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T23:52:27.358Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T23:52:27.361Z+ home_fs=zfs
112024-12-13T23:52:27.361Z+ [[ zfs == autofs ]]
122024-12-13T23:52:27.361Z+ mkdir -p /home/build
132024-12-13T23:52:27.361Z+ chown build:build /home/build /work
142024-12-13T23:52:29.363Z+ chmod 0700 /home/build /work
152024-12-13T23:52:29.366Zprocess exited: duration 4142 ms, exit code 0
 
162024-12-13T23:52:29.372Zstarting task 1: "rust-toolchain"
172024-12-13T23:52:29.377Z+ printf ' * toolchain channel = "%s"
182024-12-13T23:52:29.377Z' 1.81.0
192024-12-13T23:52:29.377Z+ printf ' * toolchain profile = "%s"
202024-12-13T23:52:29.377Z' default
212024-12-13T23:52:29.377Z * toolchain channel = "1.81.0"
222024-12-13T23:52:29.377Z * toolchain profile = "default"
232024-12-13T23:52:29.380Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T23:52:29.380Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T23:52:29.496Zinfo: downloading installer
262024-12-13T23:52:30.892Zinfo: profile set to 'default'
272024-12-13T23:52:30.892Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T23:52:30.895Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T23:52:31.065Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T23:52:31.065Zinfo: downloading component 'cargo'
312024-12-13T23:52:32.075Zinfo: downloading component 'clippy'
322024-12-13T23:52:32.448Zinfo: downloading component 'rust-docs'
332024-12-13T23:52:33.856Zinfo: downloading component 'rust-std'
342024-12-13T23:52:36.048Zinfo: downloading component 'rustc'
352024-12-13T23:52:43.895Zinfo: downloading component 'rustfmt'
362024-12-13T23:52:44.192Zinfo: installing component 'cargo'
372024-12-13T23:52:44.981Zinfo: installing component 'clippy'
382024-12-13T23:52:45.339Zinfo: installing component 'rust-docs'
392024-12-13T23:52:46.971Zinfo: installing component 'rust-std'
402024-12-13T23:52:48.699Zinfo: installing component 'rustc'
412024-12-13T23:52:54.377Zinfo: installing component 'rustfmt'
422024-12-13T23:52:54.699Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-13T23:52:54.699Z
442024-12-13T23:52:55.071Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T23:52:55.071Z
462024-12-13T23:52:55.074Z
472024-12-13T23:52:55.074ZRust is installed now. Great!
482024-12-13T23:52:55.074Z
492024-12-13T23:52:55.074ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T23:52:55.074Zenvironment variable. This has not been done automatically.
512024-12-13T23:52:55.074Z
522024-12-13T23:52:55.074ZTo configure your current shell, you need to source
532024-12-13T23:52:55.074Zthe corresponding env file under $HOME/.cargo.
542024-12-13T23:52:55.074Z
552024-12-13T23:52:55.074ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T23:52:55.074Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T23:52:55.074Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T23:52:55.146Z+ rustc --version
592024-12-13T23:52:55.210Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T23:52:55.217Zprocess exited: duration 25835 ms, exit code 0
 
612024-12-13T23:52:55.227Zstarting task 2: "authentication"
622024-12-13T23:52:55.246Zprocess exited: duration 21 ms, exit code 0
 
632024-12-13T23:52:55.252Zstarting task 3: "clone repository"
642024-12-13T23:52:55.257Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T23:52:55.260Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T23:52:55.304ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T23:53:02.606Z+ cd /work/oxidecomputer/omicron
682024-12-13T23:53:02.606Z+ git fetch origin 2d0edd7fe91c7e13881879dccf13399351d475d3
692024-12-13T23:53:02.904ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T23:53:02.904Z * branch 2d0edd7fe91c7e13881879dccf13399351d475d3 -> FETCH_HEAD
712024-12-13T23:53:02.915Z+ [[ -n dtrace-sql-transactions ]]
722024-12-13T23:53:02.919Z++ git branch --show-current
732024-12-13T23:53:02.922Z+ current=main
742024-12-13T23:53:02.922Z+ [[ main != dtrace-sql-transactions ]]
752024-12-13T23:53:02.922Z+ git branch -f dtrace-sql-transactions 2d0edd7fe91c7e13881879dccf13399351d475d3
762024-12-13T23:53:02.925Z+ git checkout -f dtrace-sql-transactions
772024-12-13T23:53:03.101ZSwitched to branch 'dtrace-sql-transactions'
782024-12-13T23:53:03.106Z+ git reset --hard 2d0edd7fe91c7e13881879dccf13399351d475d3
792024-12-13T23:53:03.118ZHEAD is now at 2d0edd7fe Alan has spoken
802024-12-13T23:53:03.122Zprocess exited: duration 7865 ms, exit code 0
 
812024-12-13T23:53:03.128Zstarting task 4: "build"
822024-12-13T23:53:03.133Z+ source .github/buildomat/ci-env.sh
832024-12-13T23:53:03.133Z++ export CARGO_TERM_COLOR=always
842024-12-13T23:53:03.133Z++ CARGO_TERM_COLOR=always
852024-12-13T23:53:03.133Z+ cargo --version
862024-12-13T23:53:03.189Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T23:53:03.192Z+ rustc --version
882024-12-13T23:53:03.254Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T23:53:03.263Z+ cargo tree --locked
902024-12-13T23:53:03.519Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-13T23:53:03.827Z Updating crates.io index
922024-12-13T23:53:03.886Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-13T23:53:04.387Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-13T23:53:04.705Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-13T23:53:04.968Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-13T23:53:05.232Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-13T23:53:06.195Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-13T23:53:07.803Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-13T23:53:08.974Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-13T23:53:09.670Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-13T23:53:09.990Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-13T23:53:10.312Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-13T23:53:10.892Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-13T23:53:11.236Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-13T23:53:11.533Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-13T23:53:11.849Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-13T23:53:12.113Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-13T23:53:12.368Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-13T23:53:12.646Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-13T23:53:13.030Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-13T23:53:13.407Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-13T23:53:13.642Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-13T23:53:14.170Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-13T23:53:14.449Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-13T23:53:14.822Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-13T23:53:15.250Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-13T23:53:15.537Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-13T23:53:15.796Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-13T23:53:16.145Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-13T23:53:17.500Z Downloading crates ...
1212024-12-13T23:53:17.603Z Downloaded adler2 v2.0.0
1222024-12-13T23:53:17.614Z Downloaded anstyle v1.0.10
1232024-12-13T23:53:17.617Z Downloaded arc-swap v1.7.1
1242024-12-13T23:53:17.627Z Downloaded cfg_aliases v0.2.1
1252024-12-13T23:53:17.633Z Downloaded atty v0.2.14
1262024-12-13T23:53:17.633Z Downloaded ciborium v0.2.2
1272024-12-13T23:53:17.636Z Downloaded foreign-types v0.3.2
1282024-12-13T23:53:17.639Z Downloaded async-stream-impl v0.3.6
1292024-12-13T23:53:17.642Z Downloaded foreign-types v0.5.0
1302024-12-13T23:53:17.642Z Downloaded foreign-types-shared v0.3.1
1312024-12-13T23:53:17.645Z Downloaded anstyle-parse v0.2.5
1322024-12-13T23:53:17.649Z Downloaded cfg_aliases v0.1.1
1332024-12-13T23:53:17.652Z Downloaded foreign-types-shared v0.1.1
1342024-12-13T23:53:17.652Z Downloaded headers-core v0.3.0
1352024-12-13T23:53:17.652Z Downloaded atomicwrites v0.4.4
1362024-12-13T23:53:17.656Z Downloaded http-range v0.1.5
1372024-12-13T23:53:17.659Z Downloaded async-object-pool v0.1.5
1382024-12-13T23:53:17.659Z Downloaded guppy-workspace-hack v0.1.0
1392024-12-13T23:53:17.663Z Downloaded anstyle-query v1.1.1
1402024-12-13T23:53:17.666Z Downloaded approx v0.5.1
1412024-12-13T23:53:17.669Z Downloaded bcrypt-pbkdf v0.10.0
1422024-12-13T23:53:17.672Z Downloaded anes v0.1.6
1432024-12-13T23:53:17.672Z Downloaded hubpack_derive v0.1.1
1442024-12-13T23:53:17.675Z Downloaded fallible-iterator v0.2.0
1452024-12-13T23:53:17.676Z Downloaded futures-core v0.3.31
1462024-12-13T23:53:17.679Z Downloaded cexpr v0.6.0
1472024-12-13T23:53:17.679Z Downloaded fxhash v0.2.1
1482024-12-13T23:53:17.679Z Downloaded cbc v0.1.2
1492024-12-13T23:53:17.683Z Downloaded byteorder v1.5.0
1502024-12-13T23:53:17.683Z Downloaded funty v2.0.0
1512024-12-13T23:53:17.686Z Downloaded bitflags v1.3.2
1522024-12-13T23:53:17.686Z Downloaded fnv v1.0.7
1532024-12-13T23:53:17.690Z Downloaded http-body v1.0.1
1542024-12-13T23:53:17.691Z Downloaded block-padding v0.3.3
1552024-12-13T23:53:17.691Z Downloaded block-buffer v0.10.4
1562024-12-13T23:53:17.693Z Downloaded chacha20 v0.9.1
1572024-12-13T23:53:17.693Z Downloaded blowfish v0.9.1
1582024-12-13T23:53:17.697Z Downloaded futures-sink v0.3.31
1592024-12-13T23:53:17.697Z Downloaded fs-err v2.11.0
1602024-12-13T23:53:17.697Z Downloaded foreign-types-macros v0.2.3
1612024-12-13T23:53:17.699Z Downloaded bytecount v0.6.8
1622024-12-13T23:53:17.702Z Downloaded hostname v0.4.0
1632024-12-13T23:53:17.702Z Downloaded async-channel v2.3.1
1642024-12-13T23:53:17.709Z Downloaded hyper-tls v0.6.0
1652024-12-13T23:53:17.709Z Downloaded hostname v0.3.1
1662024-12-13T23:53:17.709Z Downloaded hash32 v0.3.1
1672024-12-13T23:53:17.709Z Downloaded async-stream v0.3.6
1682024-12-13T23:53:17.713Z Downloaded hex v0.4.3
1692024-12-13T23:53:17.713Z Downloaded hash32 v0.2.1
1702024-12-13T23:53:17.713Z Downloaded futures-timer v3.0.3
1712024-12-13T23:53:17.716Z Downloaded httpdate v1.0.3
1722024-12-13T23:53:17.717Z Downloaded cfg-if v1.0.0
1732024-12-13T23:53:17.720Z Downloaded http-body-util v0.1.2
1742024-12-13T23:53:17.720Z Downloaded home v0.5.9
1752024-12-13T23:53:17.720Z Downloaded bitfield v0.14.0
1762024-12-13T23:53:17.724Z Downloaded heck v0.3.3
1772024-12-13T23:53:17.724Z Downloaded heck v0.4.1
1782024-12-13T23:53:17.729Z Downloaded num_threads v0.1.7
1792024-12-13T23:53:17.729Z Downloaded cassowary v0.3.0
1802024-12-13T23:53:17.729Z Downloaded bitfield-struct v0.6.2
1812024-12-13T23:53:17.729Z Downloaded addr2line v0.24.2
1822024-12-13T23:53:17.732Z Downloaded hubpack v0.1.2
1832024-12-13T23:53:17.732Z Downloaded generic-array v0.14.7
1842024-12-13T23:53:17.735Z Downloaded gethostname v0.5.0
1852024-12-13T23:53:17.735Z Downloaded camino-tempfile v1.1.1
1862024-12-13T23:53:17.738Z Downloaded bb8 v0.8.5
1872024-12-13T23:53:17.738Z Downloaded base64ct v1.6.0
1882024-12-13T23:53:17.742Z Downloaded futures-channel v0.3.31
1892024-12-13T23:53:17.744Z Downloaded assert_cmd v2.0.16
1902024-12-13T23:53:17.747Z Downloaded async-task v4.7.1
1912024-12-13T23:53:17.750Z Downloaded hyper-rustls v0.26.0
1922024-12-13T23:53:17.750Z Downloaded russh-cryptovec v0.7.3
1932024-12-13T23:53:17.754Z Downloaded hyper-rustls v0.27.3
1942024-12-13T23:53:17.754Z Downloaded num-integer v0.1.46
1952024-12-13T23:53:17.758Z Downloaded httparse v1.9.5
1962024-12-13T23:53:17.761Z Downloaded cargo_metadata v0.18.1
1972024-12-13T23:53:17.761Z Downloaded bzip2 v0.4.4
1982024-12-13T23:53:17.763Z Downloaded autocfg v1.4.0
1992024-12-13T23:53:17.763Z Downloaded async-trait v0.1.83
2002024-12-13T23:53:17.766Z Downloaded humantime v2.1.0
2012024-12-13T23:53:17.769Z Downloaded camino v1.1.9
2022024-12-13T23:53:17.771Z Downloaded async-bb8-diesel v0.2.1
2032024-12-13T23:53:17.774Z Downloaded signal-hook-mio v0.2.4
2042024-12-13T23:53:17.774Z Downloaded serde-big-array v0.5.1
2052024-12-13T23:53:17.778Z Downloaded pbkdf2 v0.11.0
2062024-12-13T23:53:17.782Z Downloaded parse-display v0.10.0
2072024-12-13T23:53:17.782Z Downloaded async-lock v3.4.0
2082024-12-13T23:53:17.782Z Downloaded parse-display-derive v0.10.0
2092024-12-13T23:53:17.787Z Downloaded bitflags v2.6.0
2102024-12-13T23:53:17.787Z Downloaded async-io v2.3.4
2112024-12-13T23:53:17.790Z Downloaded iana-time-zone v0.1.61
2122024-12-13T23:53:17.793Z Downloaded target-triple v0.1.3
2132024-12-13T23:53:17.796Z Downloaded pretty-hex v0.2.1
2142024-12-13T23:53:17.796Z Downloaded predicates-core v1.0.8
2152024-12-13T23:53:17.796Z Downloaded hmac v0.12.1
2162024-12-13T23:53:17.802Z Downloaded write16 v1.0.0
2172024-12-13T23:53:17.802Z Downloaded predicates-tree v1.0.11
2182024-12-13T23:53:17.802Z Downloaded cfg-expr v0.17.0
2192024-12-13T23:53:17.805Z Downloaded ref-cast-impl v1.0.23
2202024-12-13T23:53:17.805Z Downloaded half v2.4.1
2212024-12-13T23:53:17.807Z Downloaded blake2b_simd v1.0.2
2222024-12-13T23:53:17.810Z Downloaded powerfmt v0.2.0
2232024-12-13T23:53:17.810Z Downloaded polyval v0.6.2
2242024-12-13T23:53:17.813Z Downloaded plain v0.2.3
2252024-12-13T23:53:17.813Z Downloaded num_enum_derive v0.5.11
2262024-12-13T23:53:17.816Z Downloaded errno v0.3.9
2272024-12-13T23:53:17.816Z Downloaded derive_builder_macro v0.20.2
2282024-12-13T23:53:17.816Z Downloaded crucible-workspace-hack v0.1.0
2292024-12-13T23:53:17.819Z Downloaded psl-types v2.0.11
2302024-12-13T23:53:17.819Z Downloaded progenitor-macro v0.8.0
2312024-12-13T23:53:17.819Z Downloaded strum v0.26.3
2322024-12-13T23:53:17.822Z Downloaded rusty-fork v0.3.0
2332024-12-13T23:53:17.822Z Downloaded slog-json v2.6.1
2342024-12-13T23:53:17.825Z Downloaded bytes v1.8.0
2352024-12-13T23:53:17.828Z Downloaded spin v0.5.2
2362024-12-13T23:53:17.831Z Downloaded serde-hex v0.1.0
2372024-12-13T23:53:17.831Z Downloaded strum_macros v0.25.3
2382024-12-13T23:53:17.834Z Downloaded downcast v0.11.0
2392024-12-13T23:53:17.836Z Downloaded instant v0.1.13
2402024-12-13T23:53:17.836Z Downloaded target-spec v3.2.2
2412024-12-13T23:53:17.840Z Downloaded escape8259 v0.5.3
2422024-12-13T23:53:17.840Z Downloaded topological-sort v0.2.2
2432024-12-13T23:53:17.840Z Downloaded parking_lot v0.11.2
2442024-12-13T23:53:17.843Z Downloaded threadpool v1.8.1
2452024-12-13T23:53:17.843Z Downloaded thread-id v4.2.2
2462024-12-13T23:53:17.846Z Downloaded thiserror-no-std v2.0.2
2472024-12-13T23:53:17.848Z Downloaded untrusted v0.7.1
2482024-12-13T23:53:17.850Z Downloaded typify-macro v0.2.0
2492024-12-13T23:53:17.850Z Downloaded writeable v0.5.5
2502024-12-13T23:53:17.853Z Downloaded pin-project-internal v1.1.6
2512024-12-13T23:53:17.856Z Downloaded flume v0.11.1
2522024-12-13T23:53:17.859Z Downloaded rust-argon2 v2.1.0
2532024-12-13T23:53:17.863Z Downloaded endian-type v0.1.2
2542024-12-13T23:53:17.863Z Downloaded crunchy v0.2.2
2552024-12-13T23:53:17.863Z Downloaded strum_macros v0.24.3
2562024-12-13T23:53:17.867Z Downloaded semver v0.1.20
2572024-12-13T23:53:17.867Z Downloaded salsa20 v0.10.2
2582024-12-13T23:53:17.871Z Downloaded slog-envlogger v2.2.0
2592024-12-13T23:53:17.871Z Downloaded constant_time_eq v0.3.1
2602024-12-13T23:53:17.871Z Downloaded shlex v1.3.0
2612024-12-13T23:53:17.875Z Downloaded wyz v0.5.1
2622024-12-13T23:53:17.875Z Downloaded zone v0.1.8
2632024-12-13T23:53:17.875Z Downloaded utf8parse v0.2.2
2642024-12-13T23:53:17.875Z Downloaded utf8_iter v1.0.4
2652024-12-13T23:53:17.878Z Downloaded utf16_iter v1.0.5
2662024-12-13T23:53:17.878Z Downloaded peg-runtime v0.8.3
2672024-12-13T23:53:17.878Z Downloaded nested v0.1.1
2682024-12-13T23:53:17.882Z Downloaded hyper-util v0.1.10
2692024-12-13T23:53:17.885Z Downloaded bumpalo v3.16.0
2702024-12-13T23:53:17.888Z Downloaded snafu-derive v0.8.5
2712024-12-13T23:53:17.888Z Downloaded derive_builder_core v0.20.2
2722024-12-13T23:53:17.895Z Downloaded equivalent v1.0.1
2732024-12-13T23:53:17.895Z Downloaded target-lexicon v0.12.16
2742024-12-13T23:53:17.895Z Downloaded event-listener v2.5.3
2752024-12-13T23:53:17.895Z Downloaded semver v1.0.23
2762024-12-13T23:53:17.897Z Downloaded itoa v1.0.11
2772024-12-13T23:53:17.897Z Downloaded base64 v0.22.1
2782024-12-13T23:53:17.901Z Downloaded kstat-rs v0.2.4
2792024-12-13T23:53:17.904Z Downloaded keccak v0.1.5
2802024-12-13T23:53:17.904Z Downloaded instability v0.3.2
2812024-12-13T23:53:17.907Z Downloaded lru v0.12.5
2822024-12-13T23:53:17.907Z Downloaded lru-cache v0.1.2
2832024-12-13T23:53:17.911Z Downloaded tokio-tungstenite v0.23.1
2842024-12-13T23:53:17.911Z Downloaded num-iter v0.1.45
2852024-12-13T23:53:17.911Z Downloaded num-derive v0.4.2
2862024-12-13T23:53:17.914Z Downloaded walkdir v2.5.0
2872024-12-13T23:53:17.917Z Downloaded headers v0.4.0
2882024-12-13T23:53:17.922Z Downloaded russh-keys v0.45.0
2892024-12-13T23:53:17.924Z Downloaded swrite v0.1.0
2902024-12-13T23:53:17.924Z Downloaded chacha20poly1305 v0.10.1
2912024-12-13T23:53:17.928Z Downloaded tokio-tungstenite v0.21.0
2922024-12-13T23:53:17.928Z Downloaded crc v3.2.1
2932024-12-13T23:53:17.930Z Downloaded base64 v0.21.7
2942024-12-13T23:53:17.933Z Downloaded try-lock v0.2.5
2952024-12-13T23:53:17.936Z Downloaded usdt-macro v0.5.0
2962024-12-13T23:53:17.936Z Downloaded signal-hook v0.3.17
2972024-12-13T23:53:17.940Z Downloaded phf_codegen v0.11.2
2982024-12-13T23:53:17.940Z Downloaded ppv-lite86 v0.2.20
2992024-12-13T23:53:17.943Z Downloaded cc v1.1.30
3002024-12-13T23:53:17.947Z Downloaded socket2 v0.5.7
3012024-12-13T23:53:17.953Z Downloaded waitgroup v0.1.2
3022024-12-13T23:53:17.953Z Downloaded ryu v1.0.18
3032024-12-13T23:53:17.956Z Downloaded env_logger v0.11.5
3042024-12-13T23:53:17.956Z Downloaded slog-bunyan v2.5.0
3052024-12-13T23:53:17.956Z Downloaded sha1 v0.10.6
3062024-12-13T23:53:17.961Z Downloaded rtoolbox v0.0.2
3072024-12-13T23:53:17.961Z Downloaded ref-cast v1.0.23
3082024-12-13T23:53:17.961Z Downloaded rustversion v1.0.17
3092024-12-13T23:53:17.965Z Downloaded rand_seeder v0.3.0
3102024-12-13T23:53:17.965Z Downloaded siphasher v0.3.11
3112024-12-13T23:53:17.968Z Downloaded serde_plain v1.0.2
3122024-12-13T23:53:17.968Z Downloaded slab v0.4.9
3132024-12-13T23:53:17.970Z Downloaded openssl-sys v0.9.103
3142024-12-13T23:53:17.978Z Downloaded jobserver v0.1.32
3152024-12-13T23:53:17.981Z Downloaded structmeta v0.3.0
3162024-12-13T23:53:17.981Z Downloaded http v1.1.0
3172024-12-13T23:53:17.981Z Downloaded dhcproto-macros v0.1.0
3182024-12-13T23:53:17.981Z Downloaded supports-color v3.0.1
3192024-12-13T23:53:17.984Z Downloaded clap v4.5.21
3202024-12-13T23:53:17.991Z Downloaded twox-hash v1.6.3
3212024-12-13T23:53:17.994Z Downloaded icu_provider_macros v1.5.0
3222024-12-13T23:53:17.996Z Downloaded is_ci v1.2.0
3232024-12-13T23:53:17.996Z Downloaded packed_struct_codegen v0.10.1
3242024-12-13T23:53:17.999Z Downloaded tokio-macros v2.4.0
3252024-12-13T23:53:17.999Z Downloaded phf v0.11.2
3262024-12-13T23:53:18.003Z Downloaded mirai-annotations v1.12.0
3272024-12-13T23:53:18.003Z Downloaded postgres-types v0.2.8
3282024-12-13T23:53:18.006Z Downloaded pkcs8 v0.10.2
3292024-12-13T23:53:18.011Z Downloaded openssl-macros v0.1.1
3302024-12-13T23:53:18.011Z Downloaded peg-macros v0.8.4
3312024-12-13T23:53:18.011Z Downloaded slog-async v2.8.0
3322024-12-13T23:53:18.016Z Downloaded openssl-probe v0.1.5
3332024-12-13T23:53:18.016Z Downloaded colorchoice v1.0.2
3342024-12-13T23:53:18.016Z Downloaded postcard v1.0.10
3352024-12-13T23:53:18.033Z Downloaded parse-size v1.1.0
3362024-12-13T23:53:18.034Z Downloaded cmake v0.1.51
3372024-12-13T23:53:18.034Z Downloaded tungstenite v0.21.0
3382024-12-13T23:53:18.041Z Downloaded clap_lex v0.7.2
3392024-12-13T23:53:18.041Z Downloaded debug-ignore v1.0.5
3402024-12-13T23:53:18.041Z Downloaded cobs v0.2.3
3412024-12-13T23:53:18.041Z Downloaded hashbrown v0.12.3
3422024-12-13T23:53:18.041Z Downloaded precomputed-hash v0.1.1
3432024-12-13T23:53:18.041Z Downloaded log v0.4.22
3442024-12-13T23:53:18.041Z Downloaded datatest-stable v0.2.9
3452024-12-13T23:53:18.041Z Downloaded digest v0.10.7
3462024-12-13T23:53:18.041Z Downloaded omicron-zone-package v0.11.1
3472024-12-13T23:53:18.052Z Downloaded dyn-clone v1.0.17
3482024-12-13T23:53:18.052Z Downloaded dunce v1.0.5
3492024-12-13T23:53:18.052Z Downloaded tokio-rustls v0.24.1
3502024-12-13T23:53:18.055Z Downloaded unicode-linebreak v0.1.5
3512024-12-13T23:53:18.056Z Downloaded is_terminal_polyfill v1.70.1
3522024-12-13T23:53:18.056Z Downloaded is-terminal v0.4.13
3532024-12-13T23:53:18.056Z Downloaded derive_more v0.99.18
3542024-12-13T23:53:18.056Z Downloaded csv-core v0.1.11
3552024-12-13T23:53:18.059Z Downloaded xz2 v0.1.7
3562024-12-13T23:53:18.059Z Downloaded tinyvec_macros v0.1.1
3572024-12-13T23:53:18.059Z Downloaded sqlparser_derive v0.2.2
3582024-12-13T23:53:18.062Z Downloaded tokio-postgres v0.7.12
3592024-12-13T23:53:18.073Z Downloaded mockall v0.13.0
3602024-12-13T23:53:18.073Z Downloaded serde v1.0.215
3612024-12-13T23:53:18.077Z Downloaded phf_shared v0.11.2
3622024-12-13T23:53:18.077Z Downloaded publicsuffix v2.2.3
3632024-12-13T23:53:18.077Z Downloaded usdt-impl v0.5.0
3642024-12-13T23:53:18.077Z Downloaded unsafe-libyaml v0.2.11
3652024-12-13T23:53:18.081Z Downloaded hickory-server v0.24.1
3662024-12-13T23:53:18.085Z Downloaded slog v2.7.0
3672024-12-13T23:53:18.093Z Downloaded rpassword v7.3.1
3682024-12-13T23:53:18.093Z Downloaded resolv-conf v0.7.0
3692024-12-13T23:53:18.099Z Downloaded zerofrom v0.1.4
3702024-12-13T23:53:18.099Z Downloaded schemars_derive v0.8.21
3712024-12-13T23:53:18.099Z Downloaded event-listener v5.3.1
3722024-12-13T23:53:18.099Z Downloaded unicode-ident v1.0.13
3732024-12-13T23:53:18.099Z Downloaded serde_regex v1.1.0
3742024-12-13T23:53:18.102Z Downloaded serde_repr v0.1.19
3752024-12-13T23:53:18.102Z Downloaded r2d2 v0.8.10
3762024-12-13T23:53:18.102Z Downloaded quinn-udp v0.5.5
3772024-12-13T23:53:18.106Z Downloaded der v0.7.9
3782024-12-13T23:53:18.110Z Downloaded matches v0.1.10
3792024-12-13T23:53:18.110Z Downloaded indent_write v2.2.0
3802024-12-13T23:53:18.113Z Downloaded colored v2.1.0
3812024-12-13T23:53:18.113Z Downloaded unicode-xid v0.2.6
3822024-12-13T23:53:18.116Z Downloaded toml_datetime v0.6.8
3832024-12-13T23:53:18.116Z Downloaded num-conv v0.1.0
3842024-12-13T23:53:18.119Z Downloaded untrusted v0.9.0
3852024-12-13T23:53:18.119Z Downloaded pretty-hex v0.4.1
3862024-12-13T23:53:18.121Z Downloaded parking_lot_core v0.9.10
3872024-12-13T23:53:18.125Z Downloaded universal-hash v0.5.1
3882024-12-13T23:53:18.125Z Downloaded tap v1.0.1
3892024-12-13T23:53:18.125Z Downloaded structmeta-derive v0.3.0
3902024-12-13T23:53:18.128Z Downloaded hashbrown v0.14.5
3912024-12-13T23:53:18.133Z Downloaded pathdiff v0.2.2
3922024-12-13T23:53:18.133Z Downloaded tui-tree-widget v0.22.0
3932024-12-13T23:53:18.136Z Downloaded percent-encoding v2.3.1
3942024-12-13T23:53:18.136Z Downloaded polling v3.7.3
3952024-12-13T23:53:18.140Z Downloaded rstest_macros v0.23.0
3962024-12-13T23:53:18.144Z Downloaded zerofrom-derive v0.1.4
3972024-12-13T23:53:18.144Z Downloaded samael v0.0.17
3982024-12-13T23:53:18.147Z Downloaded env_filter v0.1.2
3992024-12-13T23:53:18.153Z Downloaded cpufeatures v0.2.14
4002024-12-13T23:53:18.158Z Downloaded serde_derive_internals v0.29.1
4012024-12-13T23:53:18.158Z Downloaded ipnet v2.10.1
4022024-12-13T23:53:18.158Z Downloaded proc-macro-error v1.0.4
4032024-12-13T23:53:18.161Z Downloaded indoc v1.0.9
4042024-12-13T23:53:18.162Z Downloaded zip v2.1.3
4052024-12-13T23:53:18.164Z Downloaded take_mut v0.2.2
4062024-12-13T23:53:18.167Z Downloaded tinytemplate v1.2.1
4072024-12-13T23:53:18.167Z Downloaded tempfile v3.13.0
4082024-12-13T23:53:18.172Z Downloaded memoffset v0.9.1
4092024-12-13T23:53:18.172Z Downloaded enum-as-inner v0.6.1
4102024-12-13T23:53:18.175Z Downloaded hashbrown v0.15.1
4112024-12-13T23:53:18.178Z Downloaded diesel_table_macro_syntax v0.2.0
4122024-12-13T23:53:18.184Z Downloaded aes-gcm v0.10.3
4132024-12-13T23:53:18.187Z Downloaded num v0.4.3
4142024-12-13T23:53:18.187Z Downloaded enum-as-inner v0.5.1
4152024-12-13T23:53:18.188Z Downloaded pest_generator v2.7.14
4162024-12-13T23:53:18.188Z Downloaded darling_macro v0.20.10
4172024-12-13T23:53:18.191Z Downloaded thiserror v2.0.3
4182024-12-13T23:53:18.194Z Downloaded relative-path v1.9.3
4192024-12-13T23:53:18.197Z Downloaded rfc6979 v0.4.0
4202024-12-13T23:53:18.197Z Downloaded progenitor v0.8.0
4212024-12-13T23:53:18.197Z Downloaded proc-macro-crate v3.2.0
4222024-12-13T23:53:18.200Z Downloaded miniz_oxide v0.8.0
4232024-12-13T23:53:18.203Z Downloaded smallvec v1.13.2
4242024-12-13T23:53:18.203Z Downloaded ed25519 v2.2.3
4252024-12-13T23:53:18.206Z Downloaded zerocopy-derive v0.7.35
4262024-12-13T23:53:18.209Z Downloaded env_logger v0.10.2
4272024-12-13T23:53:18.212Z Downloaded md5 v0.7.0
4282024-12-13T23:53:18.214Z Downloaded scopeguard v1.2.0
4292024-12-13T23:53:18.215Z Downloaded ctr v0.9.2
4302024-12-13T23:53:18.218Z Downloaded spki v0.7.3
4312024-12-13T23:53:18.221Z Downloaded crc-catalog v2.4.0
4322024-12-13T23:53:18.221Z Downloaded smf v0.2.3
4332024-12-13T23:53:18.221Z Downloaded tinyvec v1.8.0
4342024-12-13T23:53:18.226Z Downloaded mime v0.3.17
4352024-12-13T23:53:18.229Z Downloaded compact_str v0.8.0
4362024-12-13T23:53:18.229Z Downloaded termcolor v1.4.1
4372024-12-13T23:53:18.232Z Downloaded p521 v0.13.3
4382024-12-13T23:53:18.238Z Downloaded unicase v2.7.0
4392024-12-13T23:53:18.238Z Downloaded subtle v2.6.1
4402024-12-13T23:53:18.241Z Downloaded tough v0.19.0
4412024-12-13T23:53:18.244Z Downloaded usdt v0.5.0
4422024-12-13T23:53:18.247Z Downloaded num-rational v0.4.2
4432024-12-13T23:53:18.247Z Downloaded libtest-mimic v0.7.3
4442024-12-13T23:53:18.250Z Downloaded dirs-next v2.0.0
4452024-12-13T23:53:18.253Z Downloaded password-hash v0.4.2
4462024-12-13T23:53:18.253Z Downloaded crossbeam-deque v0.8.5
4472024-12-13T23:53:18.255Z Downloaded concurrent-queue v2.5.0
4482024-12-13T23:53:18.258Z Downloaded rand_xorshift v0.3.0
4492024-12-13T23:53:18.258Z Downloaded h2 v0.4.6
4502024-12-13T23:53:18.263Z Downloaded derive-where v1.2.7
4512024-12-13T23:53:18.266Z Downloaded data-encoding v2.6.0
4522024-12-13T23:53:18.269Z Downloaded zip v0.6.6
4532024-12-13T23:53:18.272Z Downloaded memmap v0.7.0
4542024-12-13T23:53:18.275Z Downloaded display-error-chain v0.2.2
4552024-12-13T23:53:18.278Z Downloaded indoc v2.0.5
4562024-12-13T23:53:18.278Z Downloaded num-bigint-dig v0.8.4
4572024-12-13T23:53:18.282Z Downloaded zone_cfg_derive v0.3.0
4582024-12-13T23:53:18.285Z Downloaded yoke-derive v0.7.4
4592024-12-13T23:53:18.285Z Downloaded oorandom v11.1.4
4602024-12-13T23:53:18.287Z Downloaded subprocess v0.2.9
4612024-12-13T23:53:18.290Z Downloaded hkdf v0.12.4
4622024-12-13T23:53:18.293Z Downloaded zone_cfg_derive v0.1.2
4632024-12-13T23:53:18.293Z Downloaded futures-util v0.3.31
4642024-12-13T23:53:18.302Z Downloaded managed v0.8.0
4652024-12-13T23:53:18.305Z Downloaded plotters-backend v0.3.7
4662024-12-13T23:53:18.305Z Downloaded normalize-line-endings v0.3.0
4672024-12-13T23:53:18.308Z Downloaded quick-error v1.2.3
4682024-12-13T23:53:18.308Z Downloaded simd-adler32 v0.3.7
4692024-12-13T23:53:18.311Z Downloaded tokio-rustls v0.26.0
4702024-12-13T23:53:18.315Z Downloaded tinystr v0.7.6
4712024-12-13T23:53:18.315Z Downloaded scrypt v0.11.0
4722024-12-13T23:53:18.320Z Downloaded tungstenite v0.23.0
4732024-12-13T23:53:18.320Z Downloaded cookie_store v0.21.0
4742024-12-13T23:53:18.324Z Downloaded typify v0.2.0
4752024-12-13T23:53:18.324Z Downloaded pest_meta v2.7.14
4762024-12-13T23:53:18.328Z Downloaded indexmap v1.9.3
4772024-12-13T23:53:18.333Z Downloaded dhcproto v0.12.0
4782024-12-13T23:53:18.336Z Downloaded icu_locid_transform v1.5.0
4792024-12-13T23:53:18.336Z Downloaded stringmetrics v2.2.2
4802024-12-13T23:53:18.336Z Downloaded tls_codec_derive v0.4.1
4812024-12-13T23:53:18.339Z Downloaded tls_codec v0.4.1
4822024-12-13T23:53:18.344Z Downloaded termtree v0.4.1
4832024-12-13T23:53:18.344Z Downloaded indicatif v0.17.9
4842024-12-13T23:53:18.346Z Downloaded crypto-common v0.1.6
4852024-12-13T23:53:18.346Z Downloaded libsw v3.3.1
4862024-12-13T23:53:18.350Z Downloaded num-traits v0.2.19
4872024-12-13T23:53:18.353Z Downloaded parse-zoneinfo v0.3.1
4882024-12-13T23:53:18.358Z Downloaded tower-service v0.3.3
4892024-12-13T23:53:18.358Z Downloaded dof v0.3.0
4902024-12-13T23:53:18.358Z Downloaded ciborium-io v0.2.2
4912024-12-13T23:53:18.361Z Downloaded xattr v1.3.1
4922024-12-13T23:53:18.361Z Downloaded pest_derive v2.7.14
4932024-12-13T23:53:18.364Z Downloaded newline-converter v0.3.0
4942024-12-13T23:53:18.370Z Downloaded new_debug_unreachable v1.0.6
4952024-12-13T23:53:18.370Z Downloaded doc-comment v0.3.3
4962024-12-13T23:53:18.370Z Downloaded criterion-plot v0.5.0
4972024-12-13T23:53:18.376Z Downloaded pem v3.0.4
4982024-12-13T23:53:18.376Z Downloaded rand_core v0.6.4
4992024-12-13T23:53:18.377Z Downloaded sqlformat v0.2.6
5002024-12-13T23:53:18.377Z Downloaded toml v0.8.19
5012024-12-13T23:53:18.382Z Downloaded num-bigint v0.4.6
5022024-12-13T23:53:18.386Z Downloaded zerocopy-derive v0.8.10
5032024-12-13T23:53:18.392Z Downloaded progenitor-client v0.8.0
5042024-12-13T23:53:18.395Z Downloaded signature v2.2.0
5052024-12-13T23:53:18.395Z Downloaded signal-hook-tokio v0.3.1
5062024-12-13T23:53:18.399Z Downloaded signal-hook-registry v1.4.2
5072024-12-13T23:53:18.399Z Downloaded sec1 v0.7.3
5082024-12-13T23:53:18.403Z Downloaded sync-ptr v0.1.1
5092024-12-13T23:53:18.403Z Downloaded blake3 v1.5.4
5102024-12-13T23:53:18.410Z Downloaded version_check v0.9.5
5112024-12-13T23:53:18.414Z Downloaded termios v0.3.3
5122024-12-13T23:53:18.414Z Downloaded terminal_size v0.4.0
5132024-12-13T23:53:18.417Z Downloaded zone v0.3.0
5142024-12-13T23:53:18.417Z Downloaded const_format_proc_macros v0.2.33
5152024-12-13T23:53:18.420Z Downloaded static_assertions v1.1.0
5162024-12-13T23:53:18.423Z Downloaded number_prefix v0.4.0
5172024-12-13T23:53:18.423Z Downloaded opaque-debug v0.3.1
5182024-12-13T23:53:18.429Z Downloaded defmt-parser v0.3.4
5192024-12-13T23:53:18.429Z Downloaded ena v0.14.3
5202024-12-13T23:53:18.432Z Downloaded maplit v1.0.2
5212024-12-13T23:53:18.432Z Downloaded kv-log-macro v1.0.7
5222024-12-13T23:53:18.433Z Downloaded predicates v3.1.2
5232024-12-13T23:53:18.436Z Downloaded idna_adapter v1.2.0
5242024-12-13T23:53:18.436Z Downloaded similar v2.6.0
5252024-12-13T23:53:18.440Z Downloaded rsa v0.9.6
5262024-12-13T23:53:18.447Z Downloaded nibble_vec v0.1.0
5272024-12-13T23:53:18.450Z Downloaded newtype-uuid v1.1.3
5282024-12-13T23:53:18.452Z Downloaded proc-macro-crate v1.3.1
5292024-12-13T23:53:18.452Z Downloaded time-core v0.1.2
5302024-12-13T23:53:18.456Z Downloaded indexmap v2.6.0
5312024-12-13T23:53:18.459Z Downloaded synstructure v0.13.1
5322024-12-13T23:53:18.461Z Downloaded strsim v0.11.1
5332024-12-13T23:53:18.465Z Downloaded rustfmt-wrapper v0.2.1
5342024-12-13T23:53:18.465Z Downloaded rustc_version v0.4.1
5352024-12-13T23:53:18.465Z Downloaded structmeta-derive v0.2.0
5362024-12-13T23:53:18.467Z Downloaded clap_builder v4.5.21
5372024-12-13T23:53:18.474Z Downloaded uzers v0.12.1
5382024-12-13T23:53:18.477Z Downloaded scroll_derive v0.12.0
5392024-12-13T23:53:18.480Z Downloaded sync_wrapper v1.0.1
5402024-12-13T23:53:18.480Z Downloaded git2 v0.19.0
5412024-12-13T23:53:18.488Z Downloaded phf_generator v0.11.2
5422024-12-13T23:53:18.491Z Downloaded bitvec v1.0.1
5432024-12-13T23:53:18.513Z Downloaded sigpipe v0.1.3
5442024-12-13T23:53:18.520Z Downloaded pkg-config v0.3.31
5452024-12-13T23:53:18.520Z Downloaded unicode-segmentation v1.12.0
5462024-12-13T23:53:18.520Z Downloaded num_enum v0.5.11
5472024-12-13T23:53:18.524Z Downloaded ident_case v1.0.1
5482024-12-13T23:53:18.525Z Downloaded serde_tokenstream v0.2.2
5492024-12-13T23:53:18.525Z Downloaded linear-map v1.2.0
5502024-12-13T23:53:18.525Z Downloaded cipher v0.4.4
5512024-12-13T23:53:18.525Z Downloaded ciborium-ll v0.2.2
5522024-12-13T23:53:18.527Z Downloaded thiserror-impl v1.0.69
5532024-12-13T23:53:18.527Z Downloaded thiserror v1.0.69
5542024-12-13T23:53:18.533Z Downloaded cstr-argument v0.1.2
5552024-12-13T23:53:18.562Z Downloaded lalrpop-util v0.19.12
5562024-12-13T23:53:18.562Z Downloaded vergen v8.3.2
5572024-12-13T23:53:18.562Z Downloaded piper v0.2.4
5582024-12-13T23:53:18.562Z Downloaded lazycell v1.3.0
5592024-12-13T23:53:18.562Z Downloaded lazy_static v1.5.0
5602024-12-13T23:53:18.563Z Downloaded crc32fast v1.4.2
5612024-12-13T23:53:18.563Z Downloaded embedded-io v0.6.1
5622024-12-13T23:53:18.563Z Downloaded embedded-io v0.4.0
5632024-12-13T23:53:18.563Z Downloaded utf-8 v0.7.6
5642024-12-13T23:53:18.563Z Downloaded strip-ansi-escapes v0.2.0
5652024-12-13T23:53:18.563Z Downloaded secrecy v0.8.0
5662024-12-13T23:53:18.563Z Downloaded ecdsa v0.16.9
5672024-12-13T23:53:18.563Z Downloaded scheduled-thread-pool v0.2.7
5682024-12-13T23:53:18.563Z Downloaded dropshot_endpoint v0.12.0
5692024-12-13T23:53:18.569Z Downloaded oso-derive v0.27.3
5702024-12-13T23:53:18.569Z Downloaded prettyplease v0.2.25
5712024-12-13T23:53:18.569Z Downloaded salty v0.3.0
5722024-12-13T23:53:18.589Z Downloaded same-file v1.0.6
5732024-12-13T23:53:18.589Z Downloaded pin-utils v0.1.0
5742024-12-13T23:53:18.589Z Downloaded rustc-demangle v0.1.24
5752024-12-13T23:53:18.589Z Downloaded yoke v0.7.4
5762024-12-13T23:53:18.589Z Downloaded zopfli v0.8.1
5772024-12-13T23:53:18.589Z Downloaded slog-dtrace v0.3.0
5782024-12-13T23:53:18.589Z Downloaded either v1.13.0
5792024-12-13T23:53:18.589Z Downloaded linked-hash-map v0.5.6
5802024-12-13T23:53:18.589Z Downloaded bindgen v0.69.5
5812024-12-13T23:53:18.593Z Downloaded stable_deref_trait v1.2.0
5822024-12-13T23:53:18.596Z Downloaded petname v2.0.2
5832024-12-13T23:53:18.599Z Downloaded vte_generate_state_changes v0.1.2
5842024-12-13T23:53:18.602Z Downloaded crossbeam-epoch v0.9.18
5852024-12-13T23:53:18.605Z Downloaded zeroize v1.8.1
5862024-12-13T23:53:18.608Z Downloaded path-tree v0.8.1
5872024-12-13T23:53:18.608Z Downloaded slog-scope v4.4.0
5882024-12-13T23:53:18.614Z Downloaded parking v2.2.1
5892024-12-13T23:53:18.614Z Downloaded yasna v0.5.2
5902024-12-13T23:53:18.614Z Downloaded portable-atomic v1.9.0
5912024-12-13T23:53:18.619Z Downloaded want v0.3.1
5922024-12-13T23:53:18.622Z Downloaded rustls-pemfile v2.2.0
5932024-12-13T23:53:18.625Z Downloaded vsss-rs v3.3.4
5942024-12-13T23:53:18.628Z Downloaded primeorder v0.13.6
5952024-12-13T23:53:18.628Z Downloaded steno v0.4.1
5962024-12-13T23:53:18.631Z Downloaded rusqlite v0.32.1
5972024-12-13T23:53:18.638Z Downloaded path-slash v0.1.5
5982024-12-13T23:53:18.640Z Downloaded smallvec v0.6.14
5992024-12-13T23:53:18.644Z Downloaded tracing v0.1.40
6002024-12-13T23:53:18.647Z Downloaded slog-stdlog v4.1.1
6012024-12-13T23:53:18.651Z Downloaded wait-timeout v0.2.0
6022024-12-13T23:53:18.651Z Downloaded icu_provider v1.5.0
6032024-12-13T23:53:18.654Z Downloaded console v0.15.8
6042024-12-13T23:53:18.658Z Downloaded radium v0.7.0
6052024-12-13T23:53:18.658Z Downloaded diesel-dtrace v0.4.2
6062024-12-13T23:53:18.660Z Downloaded pkcs5 v0.7.1
6072024-12-13T23:53:18.663Z Downloaded dsl_auto_type v0.1.2
6082024-12-13T23:53:18.665Z Downloaded defmt-macros v0.3.9
6092024-12-13T23:53:18.668Z Downloaded tokio-stream v0.1.16
6102024-12-13T23:53:18.672Z Downloaded darling v0.20.10
6112024-12-13T23:53:18.677Z Downloaded pin-project v1.1.6
6122024-12-13T23:53:18.688Z Downloaded deranged v0.3.11
6132024-12-13T23:53:18.691Z Downloaded itertools v0.10.5
6142024-12-13T23:53:18.697Z Downloaded typed-path v0.9.3
6152024-12-13T23:53:18.703Z Downloaded tokio-tungstenite v0.24.0
6162024-12-13T23:53:18.707Z Downloaded parking_lot v0.12.3
6172024-12-13T23:53:18.709Z Downloaded mockall_derive v0.13.0
6182024-12-13T23:53:18.710Z Downloaded icu_properties v1.5.1
6192024-12-13T23:53:18.713Z Downloaded unicode-normalization v0.1.24
6202024-12-13T23:53:18.716Z Downloaded slog-term v2.9.1
6212024-12-13T23:53:18.719Z Downloaded tungstenite v0.24.0
6222024-12-13T23:53:18.723Z Downloaded regex v1.11.1
6232024-12-13T23:53:18.737Z Downloaded rand_chacha v0.3.1
6242024-12-13T23:53:18.740Z Downloaded papergrid v0.11.0
6252024-12-13T23:53:18.744Z Downloaded lock_api v0.4.12
6262024-12-13T23:53:18.744Z Downloaded der_derive v0.7.3
6272024-12-13T23:53:18.747Z Downloaded rcgen v0.12.1
6282024-12-13T23:53:18.751Z Downloaded serde_with v3.11.0
6292024-12-13T23:53:18.757Z Downloaded toml v0.7.8
6302024-12-13T23:53:18.761Z Downloaded darling_core v0.20.10
6312024-12-13T23:53:18.766Z Downloaded rustls-webpki v0.102.8
6322024-12-13T23:53:18.784Z Downloaded memmap2 v0.9.5
6332024-12-13T23:53:18.787Z Downloaded gimli v0.31.1
6342024-12-13T23:53:18.794Z Downloaded cookie v0.18.1
6352024-12-13T23:53:18.797Z Downloaded oso v0.27.3
6362024-12-13T23:53:18.800Z Downloaded diesel_derives v2.2.3
6372024-12-13T23:53:18.806Z Downloaded ed25519-dalek v2.1.1
6382024-12-13T23:53:18.809Z Downloaded quinn v0.11.5
6392024-12-13T23:53:18.813Z Downloaded qorb v0.2.1
6402024-12-13T23:53:18.816Z Downloaded const_format v0.2.33
6412024-12-13T23:53:18.821Z Downloaded zerocopy v0.7.35
6422024-12-13T23:53:18.837Z Downloaded rayon-core v1.12.1
6432024-12-13T23:53:18.841Z Downloaded plotters v0.3.7
6442024-12-13T23:53:18.850Z Downloaded reqwest v0.12.9
6452024-12-13T23:53:18.863Z Downloaded criterion v0.5.1
6462024-12-13T23:53:18.867Z Downloaded idna v0.5.0
6472024-12-13T23:53:18.872Z Downloaded rand v0.8.5
6482024-12-13T23:53:18.916Z Downloaded idna v1.0.3
6492024-12-13T23:53:18.922Z Downloaded regex-syntax v0.6.29
6502024-12-13T23:53:18.922Z Downloaded ssh-key v0.6.6
6512024-12-13T23:53:18.922Z Downloaded polar-core v0.27.3
6522024-12-13T23:53:18.922Z Downloaded toml_edit v0.22.22
6532024-12-13T23:53:18.931Z Downloaded libm v0.2.8
6542024-12-13T23:53:18.938Z Downloaded idna v0.4.0
6552024-12-13T23:53:18.942Z Downloaded zerocopy v0.8.10
6562024-12-13T23:53:18.965Z Downloaded tokio-util v0.7.12
6572024-12-13T23:53:18.971Z Downloaded rayon v1.10.0
6582024-12-13T23:53:18.981Z Downloaded tabled v0.15.0
6592024-12-13T23:53:18.997Z Downloaded rustls-webpki v0.101.7
6602024-12-13T23:53:19.076Z Downloaded vcpkg v0.2.15
6612024-12-13T23:53:19.081Z Downloaded smoltcp v0.9.1
6622024-12-13T23:53:19.081Z Downloaded quinn-proto v0.11.8
6632024-12-13T23:53:19.081Z Downloaded curve25519-dalek v4.1.3
6642024-12-13T23:53:19.081Z Downloaded nix v0.28.0
6652024-12-13T23:53:19.094Z Downloaded radix_trie v0.2.1
6662024-12-13T23:53:19.099Z Downloaded regress v0.10.1
6672024-12-13T23:53:19.099Z Downloaded icu_properties_data v1.5.0
6682024-12-13T23:53:19.111Z Downloaded idna v0.2.3
6692024-12-13T23:53:19.116Z Downloaded diesel v2.2.6
6702024-12-13T23:53:19.135Z Downloaded nix v0.27.1
6712024-12-13T23:53:19.145Z Downloaded rustls v0.23.19
6722024-12-13T23:53:19.158Z Downloaded webpki-roots v0.26.6
6732024-12-13T23:53:19.162Z Downloaded ratatui v0.28.1
6742024-12-13T23:53:19.180Z Downloaded nix v0.29.0
6752024-12-13T23:53:19.194Z Downloaded typify-impl v0.2.0
6762024-12-13T23:53:19.204Z Downloaded regress v0.9.1
6772024-12-13T23:53:19.215Z Downloaded openssl v0.10.66
6782024-12-13T23:53:19.222Z Downloaded sled v0.34.7
6792024-12-13T23:53:19.233Z Downloaded rustls v0.22.4
6802024-12-13T23:53:19.246Z Downloaded rustls v0.21.12
6812024-12-13T23:53:19.258Z Downloaded trust-dns-proto v0.22.0
6822024-12-13T23:53:19.274Z Downloaded lalrpop v0.19.12
6832024-12-13T23:53:19.280Z Downloaded zerocopy-derive v0.6.6
6842024-12-13T23:53:19.289Z Downloaded bzip2-sys v0.1.11+1.0.8
6852024-12-13T23:53:19.301Z Downloaded regex-automata v0.4.8
6862024-12-13T23:53:19.317Z Downloaded regex-syntax v0.8.5
6872024-12-13T23:53:19.324Z Downloaded rustix v0.38.37
6882024-12-13T23:53:19.347Z Downloaded bstr v1.10.0
6892024-12-13T23:53:19.356Z Downloaded object v0.36.5
6902024-12-13T23:53:19.368Z Downloaded chrono-tz v0.10.0
6912024-12-13T23:53:19.376Z Downloaded object v0.30.4
6922024-12-13T23:53:19.387Z Downloaded openapiv3 v2.0.0
6932024-12-13T23:53:19.400Z Downloaded unicode-width v0.2.0
6942024-12-13T23:53:19.407Z Downloaded lzma-sys v0.1.20
6952024-12-13T23:53:19.435Z Downloaded unicode-width v0.1.14
6962024-12-13T23:53:19.440Z Downloaded petgraph v0.6.5
6972024-12-13T23:53:19.458Z Downloaded dropshot v0.13.0
6982024-12-13T23:53:19.479Z Downloaded dropshot v0.12.0
6992024-12-13T23:53:19.497Z Downloaded hickory-proto v0.24.1
7002024-12-13T23:53:19.513Z Downloaded smoltcp v0.11.0
7012024-12-13T23:53:19.525Z Downloaded quick-xml v0.33.0
7022024-12-13T23:53:19.532Z Downloaded syn v2.0.87
7032024-12-13T23:53:19.544Z Downloaded libc v0.2.162
7042024-12-13T23:53:19.581Z Downloaded zerovec v0.10.4
7052024-12-13T23:53:19.584Z Downloaded tokio v1.40.0
7062024-12-13T23:53:19.615Z Downloaded idna v0.3.0
7072024-12-13T23:53:19.622Z Downloaded sqlparser v0.45.0
7082024-12-13T23:53:19.627Z Downloaded csv v1.3.0
7092024-12-13T23:53:19.649Z Downloaded libz-sys v1.1.20
7102024-12-13T23:53:19.669Z Downloaded syn v1.0.109
7112024-12-13T23:53:19.680Z Downloaded p384 v0.13.0
7122024-12-13T23:53:19.690Z Downloaded sha3 v0.10.8
7132024-12-13T23:53:19.690Z Downloaded tracing-core v0.1.32
7142024-12-13T23:53:19.691Z Downloaded nom v7.1.3
7152024-12-13T23:53:19.694Z Downloaded russh v0.45.0
7162024-12-13T23:53:19.700Z Downloaded maybe-uninit v2.0.0
7172024-12-13T23:53:19.705Z Downloaded yansi v1.0.1
7182024-12-13T23:53:19.705Z Downloaded uuid v1.11.0
7192024-12-13T23:53:19.712Z Downloaded libxml v0.3.3
7202024-12-13T23:53:19.724Z Downloaded password-hash v0.5.0
7212024-12-13T23:53:19.724Z Downloaded mime_guess v2.0.5
7222024-12-13T23:53:19.724Z Downloaded whoami v1.5.2
7232024-12-13T23:53:19.727Z Downloaded partial-io v0.5.4
7242024-12-13T23:53:19.727Z Downloaded owo-colors v4.1.0
7252024-12-13T23:53:19.727Z Downloaded proptest v1.5.0
7262024-12-13T23:53:19.732Z Downloaded vte v0.11.1
7272024-12-13T23:53:19.735Z Downloaded typenum v1.17.0
7282024-12-13T23:53:19.738Z Downloaded trybuild v1.0.101
7292024-12-13T23:53:19.745Z Downloaded tokio-rustls v0.25.0
7302024-12-13T23:53:19.745Z Downloaded libloading v0.8.5
7312024-12-13T23:53:19.756Z Downloaded convert_case v0.4.0
7322024-12-13T23:53:19.756Z Downloaded ssh-encoding v0.2.0
7332024-12-13T23:53:19.757Z Downloaded crossbeam-channel v0.5.13
7342024-12-13T23:53:19.766Z Downloaded serde_json v1.0.132
7352024-12-13T23:53:19.766Z Downloaded zeroize_derive v1.4.2
7362024-12-13T23:53:19.766Z Downloaded textwrap v0.16.1
7372024-12-13T23:53:19.766Z Downloaded httpmock v0.8.0-alpha.1
7382024-12-13T23:53:19.782Z Downloaded encoding_rs v0.8.34
7392024-12-13T23:53:19.802Z Downloaded dropshot_endpoint v0.13.0
7402024-12-13T23:53:19.806Z Downloaded pretty_assertions v1.4.1
7412024-12-13T23:53:19.811Z Downloaded itertools v0.13.0
7422024-12-13T23:53:19.815Z Downloaded similar-asserts v1.6.0
7432024-12-13T23:53:19.822Z Downloaded pkcs1 v0.7.5
7442024-12-13T23:53:19.822Z Downloaded serde_spanned v0.6.8
7452024-12-13T23:53:19.822Z Downloaded clap_derive v4.5.18
7462024-12-13T23:53:19.826Z Downloaded time-macros v0.2.18
7472024-12-13T23:53:19.826Z Downloaded chrono v0.4.38
7482024-12-13T23:53:19.831Z Downloaded url v2.5.3
7492024-12-13T23:53:19.837Z Downloaded icu_normalizer_data v1.5.0
7502024-12-13T23:53:19.837Z Downloaded async-std v1.13.0
7512024-12-13T23:53:19.859Z Downloaded tabled_derive v0.7.0
7522024-12-13T23:53:19.862Z Downloaded tracing-attributes v0.1.27
7532024-12-13T23:53:19.862Z Downloaded defmt v0.3.8
7542024-12-13T23:53:19.863Z Downloaded displaydoc v0.2.5
7552024-12-13T23:53:19.868Z Downloaded parking_lot_core v0.8.6
7562024-12-13T23:53:19.868Z Downloaded icu_locid v1.5.0
7572024-12-13T23:53:19.871Z Downloaded rand_distr v0.4.3
7582024-12-13T23:53:19.874Z Downloaded ron v0.8.1
7592024-12-13T23:53:19.878Z Downloaded winnow v0.6.20
7602024-12-13T23:53:19.887Z Downloaded structmeta v0.2.0
7612024-12-13T23:53:19.892Z Downloaded smawk v0.3.2
7622024-12-13T23:53:19.892Z Downloaded stringprep v0.1.5
7632024-12-13T23:53:19.892Z Downloaded winnow v0.5.40
7642024-12-13T23:53:19.899Z Downloaded time v0.3.36
7652024-12-13T23:53:19.909Z Downloaded itertools v0.12.1
7662024-12-13T23:53:19.918Z Downloaded reedline v0.35.0
7672024-12-13T23:53:19.925Z Downloaded curve25519-dalek-derive v0.1.1
7682024-12-13T23:53:19.927Z Downloaded rustls-pki-types v1.10.0
7692024-12-13T23:53:19.937Z Downloaded ron v0.7.1
7702024-12-13T23:53:19.943Z Downloaded dtrace-parser v0.2.0
7712024-12-13T23:53:19.943Z Downloaded goblin v0.8.2
7722024-12-13T23:53:19.949Z Downloaded value-bag v1.9.0
7732024-12-13T23:53:19.952Z Downloaded toml_edit v0.19.15
7742024-12-13T23:53:20.036Z Downloaded serde_derive v1.0.215
7752024-12-13T23:53:20.041Z Downloaded serde_yaml v0.9.34+deprecated
7762024-12-13T23:53:20.041Z Downloaded newtype_derive v0.1.6
7772024-12-13T23:53:20.041Z Downloaded rustc_version v0.1.7
7782024-12-13T23:53:20.043Z Downloaded rustc-hash v2.0.0
7792024-12-13T23:53:20.043Z Downloaded rustc-hash v1.1.0
7802024-12-13T23:53:20.043Z Downloaded peg v0.8.4
7812024-12-13T23:53:20.043Z Downloaded icu_locid_transform_data v1.5.0
7822024-12-13T23:53:20.043Z Downloaded aws-lc-rs v1.10.0
7832024-12-13T23:53:20.043Z Downloaded libgit2-sys v0.17.0+1.8.1
7842024-12-13T23:53:20.052Z Downloaded mio v1.0.2
7852024-12-13T23:53:20.062Z Downloaded memchr v2.7.4
7862024-12-13T23:53:20.062Z Downloaded num_cpus v1.16.0
7872024-12-13T23:53:20.063Z Downloaded nodrop v0.1.14
7882024-12-13T23:53:20.063Z Downloaded macaddr v1.0.1
7892024-12-13T23:53:20.063Z Downloaded lockfree-object-pool v0.1.6
7902024-12-13T23:53:20.068Z Downloaded libefi-sys v0.1.0
7912024-12-13T23:53:20.068Z Downloaded event-listener-strategy v0.5.2
7922024-12-13T23:53:20.069Z Downloaded sct v0.7.1
7932024-12-13T23:53:20.075Z Downloaded pem-rfc7468 v0.7.0
7942024-12-13T23:53:20.075Z Downloaded unicode-properties v0.1.3
7952024-12-13T23:53:20.075Z Downloaded unicode_categories v0.1.1
7962024-12-13T23:53:20.075Z Downloaded which v4.4.2
7972024-12-13T23:53:20.081Z Downloaded crossterm v0.28.1
7982024-12-13T23:53:20.087Z Downloaded scroll v0.12.0
7992024-12-13T23:53:20.087Z Downloaded tiny-keccak v2.0.2
8002024-12-13T23:53:20.087Z Downloaded proc-macro2 v1.0.89
8012024-12-13T23:53:20.094Z Downloaded paste v1.0.15
8022024-12-13T23:53:20.095Z Downloaded olpc-cjson v0.1.4
8032024-12-13T23:53:20.095Z Downloaded hyper v1.5.0
8042024-12-13T23:53:20.099Z Downloaded guppy v0.17.8
8052024-12-13T23:53:20.105Z Downloaded term v0.7.0
8062024-12-13T23:53:20.110Z Downloaded aho-corasick v1.1.3
8072024-12-13T23:53:20.118Z Downloaded dirs-sys-next v0.1.2
8082024-12-13T23:53:20.118Z Downloaded md-5 v0.10.6
8092024-12-13T23:53:20.118Z Downloaded impl-trait-for-tuples v0.2.2
8102024-12-13T23:53:20.129Z Downloaded serde_with_macros v3.11.0
8112024-12-13T23:53:20.129Z Downloaded const-oid v0.9.6
8122024-12-13T23:53:20.129Z Downloaded schemars v0.8.21
8132024-12-13T23:53:20.143Z Downloaded nu-ansi-term v0.50.1
8142024-12-13T23:53:20.155Z Downloaded tabwriter v1.4.0
8152024-12-13T23:53:20.155Z Downloaded pest v2.7.14
8162024-12-13T23:53:20.155Z Downloaded rustyline v14.0.0
8172024-12-13T23:53:20.155Z Downloaded serde_urlencoded v0.7.1
8182024-12-13T23:53:20.155Z Downloaded litemap v0.7.3
8192024-12-13T23:53:20.155Z Downloaded minimal-lexical v0.2.1
8202024-12-13T23:53:20.163Z Downloaded derive_builder v0.20.2
8212024-12-13T23:53:20.163Z Downloaded quote v1.0.37
8222024-12-13T23:53:20.169Z Downloaded diff v0.1.13
8232024-12-13T23:53:20.169Z Downloaded zerocopy v0.6.6
8242024-12-13T23:53:20.200Z Downloaded rustls-native-certs v0.7.3
8252024-12-13T23:53:20.201Z Downloaded icu_normalizer v1.5.0
8262024-12-13T23:53:20.201Z Downloaded unicode-bidi v0.3.17
8272024-12-13T23:53:20.207Z Downloaded unicode-truncate v1.1.0
8282024-12-13T23:53:20.207Z Downloaded x509-cert v0.2.5
8292024-12-13T23:53:20.207Z Downloaded elliptic-curve v0.13.8
8302024-12-13T23:53:20.207Z Downloaded num-complex v0.4.6
8312024-12-13T23:53:20.207Z Downloaded ssh-cipher v0.2.0
8322024-12-13T23:53:20.207Z Downloaded p256 v0.13.2
8332024-12-13T23:53:20.207Z Downloaded crypto-bigint v0.5.5
8342024-12-13T23:53:20.207Z Downloaded proc-macro-error-attr v1.0.4
8352024-12-13T23:53:20.207Z Downloaded test-strategy v0.3.1
8362024-12-13T23:53:20.243Z Downloaded hashbrown v0.13.2
8372024-12-13T23:53:20.244Z Downloaded aes v0.8.4
8382024-12-13T23:53:20.244Z Downloaded tar v0.4.42
8392024-12-13T23:53:20.252Z Downloaded ipnetwork v0.20.0
8402024-12-13T23:53:20.252Z Downloaded internet-checksum v0.2.1
8412024-12-13T23:53:20.252Z Downloaded inout v0.1.3
8422024-12-13T23:53:20.252Z Downloaded difflib v0.4.0
8432024-12-13T23:53:20.253Z Downloaded multer v3.1.0
8442024-12-13T23:53:20.253Z Downloaded plotters-svg v0.3.7
8452024-12-13T23:53:20.253Z Downloaded phf_shared v0.10.0
8462024-12-13T23:53:20.253Z Downloaded zerovec-derive v0.10.3
8472024-12-13T23:53:20.253Z Downloaded flate2 v1.0.34
8482024-12-13T23:53:20.253Z Downloaded sha2 v0.10.8
8492024-12-13T23:53:20.257Z Downloaded postgres-protocol v0.6.7
8502024-12-13T23:53:20.257Z Downloaded poly1305 v0.8.0
8512024-12-13T23:53:20.257Z Downloaded heapless v0.8.0
8522024-12-13T23:53:20.257Z Downloaded match_cfg v0.1.0
8532024-12-13T23:53:20.257Z Downloaded usdt-attr-macro v0.5.0
8542024-12-13T23:53:20.257Z Downloaded packed_struct v0.10.1
8552024-12-13T23:53:20.257Z Downloaded snafu v0.8.5
8562024-12-13T23:53:20.257Z Downloaded tokio-native-tls v0.3.1
8572024-12-13T23:53:20.257Z Downloaded thiserror-impl-no-std v2.0.2
8582024-12-13T23:53:20.260Z Downloaded thiserror-impl v2.0.3
8592024-12-13T23:53:20.260Z Downloaded once_cell v1.20.2
8602024-12-13T23:53:20.270Z Downloaded native-tls v0.2.12
8612024-12-13T23:53:20.270Z Downloaded crossbeam-utils v0.8.20
8622024-12-13T23:53:20.277Z Downloaded crc-any v2.5.0
8632024-12-13T23:53:20.277Z Downloaded clang-sys v1.8.1
8642024-12-13T23:53:20.277Z Downloaded ucd-trie v0.1.7
8652024-12-13T23:53:20.277Z Downloaded string_cache v0.8.7
8662024-12-13T23:53:20.277Z Downloaded hickory-resolver v0.24.1
8672024-12-13T23:53:20.285Z Downloaded serde_path_to_error v0.1.16
8682024-12-13T23:53:20.285Z Downloaded spin v0.9.8
8692024-12-13T23:53:20.285Z Downloaded rstest v0.23.0
8702024-12-13T23:53:20.293Z Downloaded des v0.8.1
8712024-12-13T23:53:20.293Z Downloaded icu_collections v1.5.0
8722024-12-13T23:53:20.302Z Downloaded toolchain_find v0.4.0
8732024-12-13T23:53:20.302Z Downloaded fancy-regex v0.13.0
8742024-12-13T23:53:20.302Z Downloaded heapless v0.7.17
8752024-12-13T23:53:20.305Z Downloaded progenitor-impl v0.8.0
8762024-12-13T23:53:20.314Z Downloaded nanorand v0.7.0
8772024-12-13T23:53:20.314Z Downloaded multimap v0.10.0
8782024-12-13T23:53:20.314Z Downloaded thread_local v1.1.8
8792024-12-13T23:53:20.314Z Downloaded strum_macros v0.26.4
8802024-12-13T23:53:20.314Z Downloaded pin-project-lite v0.2.14
8812024-12-13T23:53:20.320Z Downloaded backtrace v0.3.74
8822024-12-13T23:53:20.328Z Downloaded unarray v0.1.4
8832024-12-13T23:53:20.328Z Downloaded expectorate v1.1.0
8842024-12-13T23:53:20.328Z Downloaded shell-words v1.1.0
8852024-12-13T23:53:20.328Z Downloaded rustls-pemfile v1.0.4
8862024-12-13T23:53:20.331Z Downloaded pbkdf2 v0.12.2
8872024-12-13T23:53:20.331Z Downloaded blake2 v0.10.6
8882024-12-13T23:53:20.337Z Downloaded base64 v0.13.1
8892024-12-13T23:53:20.337Z Downloaded futures v0.3.31
8902024-12-13T23:53:20.340Z Downloaded fatfs v0.3.6
8912024-12-13T23:53:20.347Z Downloaded futures-lite v2.3.0
8922024-12-13T23:53:20.347Z Downloaded ahash v0.8.11
8932024-12-13T23:53:20.348Z Downloaded highway v1.2.0
8942024-12-13T23:53:20.371Z Downloaded cancel-safe-futures v0.1.5
8952024-12-13T23:53:20.371Z Downloaded arrayvec v0.7.6
8962024-12-13T23:53:20.371Z Downloaded argon2 v0.5.3
8972024-12-13T23:53:20.371Z Downloaded allocator-api2 v0.2.18
8982024-12-13T23:53:20.372Z Downloaded getrandom v0.2.15
8992024-12-13T23:53:20.372Z Downloaded bcs v0.1.6
9002024-12-13T23:53:20.372Z Downloaded backoff v0.4.0
9012024-12-13T23:53:20.372Z Downloaded anyhow v1.0.93
9022024-12-13T23:53:20.388Z Downloaded globset v0.4.15
9032024-12-13T23:53:20.388Z Downloaded hyper-staticfile v0.10.1
9042024-12-13T23:53:20.388Z Downloaded hashlink v0.9.1
9052024-12-13T23:53:20.388Z Downloaded httptest v0.16.1
9062024-12-13T23:53:20.388Z Downloaded hickory-client v0.24.1
9072024-12-13T23:53:20.389Z Downloaded group v0.13.0
9082024-12-13T23:53:20.389Z Downloaded fs_extra v1.3.0
9092024-12-13T23:53:20.389Z Downloaded fd-lock v4.0.2
9102024-12-13T23:53:20.391Z Downloaded async-process v2.3.0
9112024-12-13T23:53:20.391Z Downloaded futures-macro v0.3.31
9122024-12-13T23:53:20.391Z Downloaded async-executor v1.13.1
9132024-12-13T23:53:20.404Z Downloaded array-init v0.0.4
9142024-12-13T23:53:20.404Z Downloaded anstream v0.6.15
9152024-12-13T23:53:20.404Z Downloaded ff v0.13.0
9162024-12-13T23:53:20.404Z Downloaded buf-list v1.0.3
9172024-12-13T23:53:20.404Z Downloaded ghash v0.5.1
9182024-12-13T23:53:20.408Z Downloaded castaway v0.2.3
9192024-12-13T23:53:20.408Z Downloaded base16ct v0.2.0
9202024-12-13T23:53:20.408Z Downloaded atomic-waker v1.1.2
9212024-12-13T23:53:20.408Z Downloaded ascii-canvas v3.0.0
9222024-12-13T23:53:20.408Z Downloaded glob v0.3.1
9232024-12-13T23:53:20.408Z Downloaded assert-json-diff v2.0.2
9242024-12-13T23:53:20.412Z Downloaded heck v0.5.0
9252024-12-13T23:53:20.412Z Downloaded ring v0.17.8
9262024-12-13T23:53:20.480Z Downloaded bit-set v0.5.3
9272024-12-13T23:53:20.484Z Downloaded async-recursion v1.1.1
9282024-12-13T23:53:20.484Z Downloaded futures-task v0.3.31
9292024-12-13T23:53:20.487Z Downloaded blocking v1.6.1
9302024-12-13T23:53:20.487Z Downloaded bit-vec v0.6.3
9312024-12-13T23:53:20.487Z Downloaded async-attributes v1.1.2
9322024-12-13T23:53:20.491Z Downloaded fixedbitset v0.4.2
9332024-12-13T23:53:20.491Z Downloaded fallible-iterator v0.3.0
9342024-12-13T23:53:20.491Z Downloaded futures-io v0.3.31
9352024-12-13T23:53:20.503Z Downloaded foldhash v0.1.3
9362024-12-13T23:53:20.503Z Downloaded fallible-streaming-iterator v0.1.9
9372024-12-13T23:53:20.503Z Downloaded chrono-tz-build v0.4.0
9382024-12-13T23:53:20.503Z Downloaded cargo-platform v0.1.8
9392024-12-13T23:53:20.503Z Downloaded async-channel v1.9.0
9402024-12-13T23:53:20.503Z Downloaded assert_matches v1.5.0
9412024-12-13T23:53:20.512Z Downloaded hex-literal v0.4.1
9422024-12-13T23:53:20.512Z Downloaded futures-executor v0.3.31
9432024-12-13T23:53:20.512Z Downloaded form_urlencoded v1.2.1
9442024-12-13T23:53:20.512Z Downloaded float-cmp v0.9.0
9452024-12-13T23:53:20.512Z Downloaded flagset v0.4.6
9462024-12-13T23:53:20.512Z Downloaded filetime v0.2.25
9472024-12-13T23:53:20.512Z Downloaded fastrand v2.1.1
9482024-12-13T23:53:20.512Z Downloaded cast v0.3.0
9492024-12-13T23:53:20.512Z Downloaded async-global-executor v2.4.1
9502024-12-13T23:53:20.512Z Downloaded arrayref v0.3.9
9512024-12-13T23:53:20.513Z Downloaded fragile v2.0.0
9522024-12-13T23:53:20.513Z Downloaded float-ord v0.3.2
9532024-12-13T23:53:20.518Z Downloaded async-signal v0.2.10
9542024-12-13T23:53:20.518Z Downloaded aead v0.5.2
9552024-12-13T23:53:20.542Z Downloaded libsqlite3-sys v0.30.1
9562024-12-13T23:53:20.644Z Downloaded ring v0.16.20
9572024-12-13T23:53:20.876Z Downloaded aws-lc-sys v0.22.0
9582024-12-13T23:53:21.399Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-13T23:53:31.271Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-13T23:53:35.040Z Startup: Caching catalogs ... Done
9612024-12-13T23:53:45.281ZPlanning: Solver setup ... Done (9.345s)
9622024-12-13T23:53:45.380ZPlanning: Running solver ... Done (0.128s)
9632024-12-13T23:53:45.477ZPlanning: Finding local manifests ... Done (0.004s)
9642024-12-13T23:53:45.912ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-13T23:53:47.336ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-13T23:53:47.434ZPlanning: Package planning ... Done (0.098s)
9672024-12-13T23:53:47.490ZPlanning: Merging actions ... Done (0.056s)
9682024-12-13T23:53:47.682ZPlanning: Checking for conflicting actions ... Done (0.192s)
9692024-12-13T23:53:49.691ZPlanning: Consolidating action changes ... Done (2.007s)
9702024-12-13T23:53:50.121ZPlanning: Evaluating mediators ... Done (0.431s)
9712024-12-13T23:53:50.205ZPlanning: Planning completed in 15.07 seconds
9722024-12-13T23:53:50.220Z Packages to install: 4
9732024-12-13T23:53:50.220Z Packages to update: 1
9742024-12-13T23:53:50.225Z Mediators to change: 2
9752024-12-13T23:53:50.225Z Services to change: 1
9762024-12-13T23:53:50.225Z Estimated space available: 155.38 GB
9772024-12-13T23:53:50.225ZEstimated space to be consumed: 1.61 GB
9782024-12-13T23:53:50.225Z Create boot environment: No
9792024-12-13T23:53:50.225ZCreate backup boot environment: Yes
9802024-12-13T23:53:50.225Z Rebuild boot archive: No
9812024-12-13T23:53:50.226Z
9822024-12-13T23:53:50.226ZChanged mediators:
9832024-12-13T23:53:50.226Z mediator clang:
9842024-12-13T23:53:50.226Z version: None -> 15 (system default)
9852024-12-13T23:53:50.226Z
9862024-12-13T23:53:50.226Z mediator llvm:
9872024-12-13T23:53:50.226Z version: 14 (system default) -> 15 (system default)
9882024-12-13T23:53:50.226Z
9892024-12-13T23:53:50.226ZChanged packages:
9902024-12-13T23:53:50.226Zhelios-dev
9912024-12-13T23:53:50.226Z developer/build-essential
9922024-12-13T23:53:50.227Z None -> 11-2.0
9932024-12-13T23:53:50.227Z library/libxmlsec1
9942024-12-13T23:53:50.227Z None -> 1.2.35-2.0
9952024-12-13T23:53:50.227Z ooce/developer/clang-15
9962024-12-13T23:53:50.227Z None -> 15.0.7-2.0
9972024-12-13T23:53:50.227Z ooce/developer/llvm-15
9982024-12-13T23:53:50.227Z None -> 15.0.7-2.0
9992024-12-13T23:53:50.227Z package/pkg
10002024-12-13T23:53:50.227Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-13T23:53:50.227Z
10022024-12-13T23:53:50.228ZServices:
10032024-12-13T23:53:50.228Z restart_fmri:
10042024-12-13T23:53:50.228Z svc:/system/update-man-index:default
10052024-12-13T23:53:50.228Z
10062024-12-13T23:53:50.228ZEditable files to change:
10072024-12-13T23:53:50.228Z Update:
10082024-12-13T23:53:50.228Z usr/share/lib/pkg/web/config.shtml
10092024-12-13T23:53:50.298Z
10102024-12-13T23:53:50.298ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-13T23:53:55.307ZDownload: 752/4281 items 18.4/220.6MB 8% complete (3.8M/s)
10122024-12-13T23:54:00.694ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (9.3M/s)
10132024-12-13T23:54:05.888ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (10.2M/s)
10142024-12-13T23:54:11.603ZDownload: 3248/4281 items 203.0/220.6MB 92% complete (12.3M/s)
10152024-12-13T23:54:16.456ZDownload: 4061/4281 items 219.3/220.6MB 99% complete (10.0M/s)
10162024-12-13T23:54:17.616ZDownload: Completed 220.60 MB in 27.31 seconds (8.1M/s)
10172024-12-13T23:54:19.820Z Actions: 1/5063 actions (Removing old actions)
10182024-12-13T23:54:19.841Z Actions: 194/5063 actions (Installing new actions)
10192024-12-13T23:54:24.579Z Actions: 4226/5063 actions (Updating modified actions)
10202024-12-13T23:54:24.902Z Actions: Completed 5063 actions in 5.08 seconds.
10212024-12-13T23:54:25.129Z Done (0.219s)
10222024-12-13T23:54:25.132Z Done (0.000s)
10232024-12-13T23:54:25.677Z Done (0.547s)
10242024-12-13T23:54:30.092Z Done (4.200s)
10252024-12-13T23:54:30.182Z Done (0.017s)
10262024-12-13T23:54:30.185Z Done (0.000s)
10272024-12-13T23:54:30.346Z Done (0.000s)
10282024-12-13T23:54:31.030ZPlanning: Evaluating mediator changes ... Done
10292024-12-13T23:54:31.189ZPlanning: Checking for conflicting actions ... Done
10302024-12-13T23:54:31.191ZPlanning: Consolidating action changes ... Done
10312024-12-13T23:54:31.464ZPlanning: Evaluating mediators ... Done
10322024-12-13T23:54:31.467ZPlanning: Planning completed in 0.43 seconds
10332024-12-13T23:54:31.506Z Mediators to change: 2
10342024-12-13T23:54:31.509Z Create boot environment: No
10352024-12-13T23:54:31.509ZCreate backup boot environment: No
10362024-12-13T23:54:31.592Z Done
10372024-12-13T23:54:31.592Z Done
10382024-12-13T23:54:31.943Z Done
10392024-12-13T23:54:35.539Z Done
10402024-12-13T23:54:35.632Z Done
10412024-12-13T23:54:35.635Z Done
10422024-12-13T23:54:35.772Z Done
10432024-12-13T23:54:36.397ZPlanning: Evaluating mediator changes ... Done
10442024-12-13T23:54:36.400ZPlanning: Merging actions ... Done
10452024-12-13T23:54:36.590ZPlanning: Checking for conflicting actions ... Done
10462024-12-13T23:54:36.593ZPlanning: Consolidating action changes ... Done
10472024-12-13T23:54:36.874ZPlanning: Evaluating mediators ... Done
10482024-12-13T23:54:36.934ZPlanning: Planning completed in 0.79 seconds
10492024-12-13T23:54:36.977Z Packages to change: 1
10502024-12-13T23:54:36.977Z Mediators to change: 1
10512024-12-13T23:54:36.980Z Services to change: 1
10522024-12-13T23:54:36.980Z Create boot environment: No
10532024-12-13T23:54:36.981ZCreate backup boot environment: Yes
10542024-12-13T23:54:39.392Z Actions: 1/6 actions (Updating modified actions)
10552024-12-13T23:54:39.395Z Actions: Completed 6 actions in 0.00 seconds.
10562024-12-13T23:54:39.395Z Done
10572024-12-13T23:54:39.395Z Done
10582024-12-13T23:54:39.506Z Done
10592024-12-13T23:54:43.112Z Done
10602024-12-13T23:54:43.209Z Done
10612024-12-13T23:54:43.211Z Done
10622024-12-13T23:54:43.350Z Done
10632024-12-13T23:54:43.788ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10642024-12-13T23:54:43.788Zclang system 15 system
10652024-12-13T23:54:43.788Zcsh system system illumos
10662024-12-13T23:54:43.788Zctags system system illumos
10672024-12-13T23:54:43.788Zgcc vendor 12 vendor
10682024-12-13T23:54:43.788Zgcc system 10 system
10692024-12-13T23:54:43.788Zgcc system 7 system
10702024-12-13T23:54:43.788Zgo system 1.20 system
10712024-12-13T23:54:43.788Zgo system 1.19 system
10722024-12-13T23:54:43.788Zllvm system 15 system
10732024-12-13T23:54:43.788Zllvm system 14 system
10742024-12-13T23:54:43.788Zmariadb system 10.6 system
10752024-12-13T23:54:43.788Zmta vendor vendor dma
10762024-12-13T23:54:43.788Zopenjdk system 17 system
10772024-12-13T23:54:43.788Zopenjdk system 11 system
10782024-12-13T23:54:43.788Zopenjdk system 1.8 system
10792024-12-13T23:54:43.789Zopenssl vendor 3 vendor
10802024-12-13T23:54:43.789Zperl system 5.36 system
10812024-12-13T23:54:43.789Zpostgresql system 15 system
10822024-12-13T23:54:43.789Zpostgresql system 13 system
10832024-12-13T23:54:43.789Zpython vendor 3 vendor
10842024-12-13T23:54:43.789Zpython system 2 system
10852024-12-13T23:54:43.789Zpython3 system 3.11 system
10862024-12-13T23:54:43.789Zruby system 3.0 system
10872024-12-13T23:54:43.789Zwords vendor vendor american-english
10882024-12-13T23:54:43.789Zwords system system australian-english
10892024-12-13T23:54:43.789Zwords system system british-english
10902024-12-13T23:54:43.789Zwords system system canadian-english
10912024-12-13T23:54:43.789Zwords system system french
10922024-12-13T23:54:43.789Zwords system system italian
10932024-12-13T23:54:43.789Zwords system system ngerman
10942024-12-13T23:54:43.789Zwords system system ogerman
10952024-12-13T23:54:43.789Zwords system system spanish
10962024-12-13T23:54:44.127ZPUBLISHER TYPE STATUS P LOCATION
10972024-12-13T23:54:44.128Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10982024-12-13T23:54:46.808ZFMRI IFO
10992024-12-13T23:54:46.808Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11002024-12-13T23:54:46.808Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11012024-12-13T23:54:46.808Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11022024-12-13T23:54:46.808Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11032024-12-13T23:54:46.808Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11042024-12-13T23:54:46.808Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11052024-12-13T23:54:46.808Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11062024-12-13T23:54:46.808Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11072024-12-13T23:54:46.808Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11082024-12-13T23:54:46.808Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11092024-12-13T23:54:46.808Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11102024-12-13T23:54:46.808Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11112024-12-13T23:54:46.808Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11122024-12-13T23:54:46.808Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11132024-12-13T23:54:46.808Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11142024-12-13T23:54:47.830Z Downloading crates ...
11152024-12-13T23:54:47.963Z Downloaded cargo_toml v0.20.5
11162024-12-13T23:54:48.098Z Compiling proc-macro2 v1.0.89
11172024-12-13T23:54:48.098Z Compiling unicode-ident v1.0.13
11182024-12-13T23:54:48.098Z Compiling serde v1.0.215
11192024-12-13T23:54:48.101Z Compiling version_check v0.9.5
11202024-12-13T23:54:48.101Z Compiling memchr v2.7.4
11212024-12-13T23:54:48.101Z Compiling thiserror v1.0.69
11222024-12-13T23:54:48.101Z Compiling libc v0.2.162
11232024-12-13T23:54:48.119Z Compiling ryu v1.0.18
11242024-12-13T23:54:48.353Z Compiling ucd-trie v0.1.7
11252024-12-13T23:54:48.483Z Compiling itoa v1.0.11
11262024-12-13T23:54:48.695Z Compiling once_cell v1.20.2
11272024-12-13T23:54:48.967Z Compiling byteorder v1.5.0
11282024-12-13T23:54:49.057Z Compiling serde_json v1.0.132
11292024-12-13T23:54:49.080Z Compiling rustix v0.38.37
11302024-12-13T23:54:49.373Z Compiling bitflags v2.6.0
11312024-12-13T23:54:49.429Z Compiling usdt-impl v0.5.0
11322024-12-13T23:54:49.674Z Compiling proc-macro-error-attr v1.0.4
11332024-12-13T23:54:49.746Z Compiling syn v1.0.109
11342024-12-13T23:54:49.791Z Compiling proc-macro-error v1.0.4
11352024-12-13T23:54:49.858Z Compiling quote v1.0.37
11362024-12-13T23:54:49.987Z Compiling equivalent v1.0.1
11372024-12-13T23:54:50.021Z Compiling utf8parse v0.2.2
11382024-12-13T23:54:50.061Z Compiling hashbrown v0.15.1
11392024-12-13T23:54:50.099Z Compiling camino v1.1.9
11402024-12-13T23:54:50.172Z Compiling plain v0.2.3
11412024-12-13T23:54:50.327Z Compiling syn v2.0.87
11422024-12-13T23:54:50.380Z Compiling errno v0.3.9
11432024-12-13T23:54:50.569Z Compiling thread-id v4.2.2
11442024-12-13T23:54:50.602Z Compiling log v0.4.22
11452024-12-13T23:54:50.668Z Compiling anstyle-parse v0.2.5
11462024-12-13T23:54:50.968Z Compiling pretty-hex v0.4.1
11472024-12-13T23:54:50.980Z Compiling is_terminal_polyfill v1.70.1
11482024-12-13T23:54:51.094Z Compiling anstyle-query v1.1.1
11492024-12-13T23:54:51.163Z Compiling winnow v0.6.20
11502024-12-13T23:54:51.216Z Compiling anstyle v1.0.10
11512024-12-13T23:54:51.231Z Compiling indexmap v2.6.0
11522024-12-13T23:54:51.321Z Compiling unicode-width v0.1.14
11532024-12-13T23:54:51.606Z Compiling autocfg v1.4.0
11542024-12-13T23:54:51.694Z Compiling semver v1.0.23
11552024-12-13T23:54:51.801Z Compiling colorchoice v1.0.2
11562024-12-13T23:54:51.956Z Compiling anstream v0.6.15
11572024-12-13T23:54:52.506Z Compiling heck v0.4.1
11582024-12-13T23:54:52.588Z Compiling cfg-if v1.0.0
11592024-12-13T23:54:52.674Z Compiling bytecount v0.6.8
11602024-12-13T23:54:52.730Z Compiling terminal_size v0.4.0
11612024-12-13T23:54:52.770Z Compiling fs-err v2.11.0
11622024-12-13T23:54:52.875Z Compiling anyhow v1.0.93
11632024-12-13T23:54:52.920Z Compiling clap_lex v0.7.2
11642024-12-13T23:54:53.043Z Compiling heck v0.5.0
11652024-12-13T23:54:53.469Z Compiling fastrand v2.1.1
11662024-12-13T23:54:53.474Z Compiling strsim v0.11.1
11672024-12-13T23:54:53.509Z Compiling fnv v1.0.7
11682024-12-13T23:54:53.624Z Compiling papergrid v0.11.0
11692024-12-13T23:54:53.995Z Compiling tempfile v3.13.0
11702024-12-13T23:54:54.029Z Compiling clap_builder v4.5.21
11712024-12-13T23:54:54.393Z Compiling memmap v0.7.0
11722024-12-13T23:54:54.410Z Compiling smawk v0.3.2
11732024-12-13T23:54:54.612Z Compiling unicode-linebreak v0.1.5
11742024-12-13T23:54:55.063Z Compiling textwrap v0.16.1
11752024-12-13T23:54:55.115Z Compiling swrite v0.1.0
11762024-12-13T23:54:56.315Z Compiling tabled_derive v0.7.0
11772024-12-13T23:54:57.722Z Compiling tabled v0.15.0
11782024-12-13T23:54:59.333Z Compiling serde_derive v1.0.215
11792024-12-13T23:54:59.333Z Compiling thiserror-impl v1.0.69
11802024-12-13T23:54:59.337Z Compiling zerocopy-derive v0.7.35
11812024-12-13T23:54:59.353Z Compiling scroll_derive v0.12.0
11822024-12-13T23:54:59.605Z Compiling clap_derive v4.5.18
11832024-12-13T23:55:00.630Z Compiling scroll v0.12.0
11842024-12-13T23:55:01.061Z Compiling zerocopy v0.7.35
11852024-12-13T23:55:01.093Z Compiling goblin v0.8.2
11862024-12-13T23:55:02.089Z Compiling pest v2.7.14
11872024-12-13T23:55:03.539Z Compiling clap v4.5.21
11882024-12-13T23:55:04.268Z Compiling pest_meta v2.7.14
11892024-12-13T23:55:05.112Z Compiling pest_generator v2.7.14
11902024-12-13T23:55:07.009Z Compiling pest_derive v2.7.14
11912024-12-13T23:55:07.696Z Compiling dtrace-parser v0.2.0
11922024-12-13T23:55:09.657Z Compiling serde_tokenstream v0.2.2
11932024-12-13T23:55:09.676Z Compiling toml_datetime v0.6.8
11942024-12-13T23:55:09.676Z Compiling serde_spanned v0.6.8
11952024-12-13T23:55:10.053Z Compiling toml_edit v0.22.22
11962024-12-13T23:55:10.056Z Compiling cargo-platform v0.1.8
11972024-12-13T23:55:10.246Z Compiling macaddr v1.0.1
11982024-12-13T23:55:10.288Z Compiling camino-tempfile v1.1.1
11992024-12-13T23:55:11.151Z Compiling dof v0.3.0
12002024-12-13T23:55:11.244Z Compiling cargo_metadata v0.18.1
12012024-12-13T23:55:12.865Z Compiling toml v0.8.19
12022024-12-13T23:55:12.905Z Compiling usdt-macro v0.5.0
12032024-12-13T23:55:12.905Z Compiling usdt-attr-macro v0.5.0
12042024-12-13T23:55:14.053Z Compiling cargo_toml v0.20.5
12052024-12-13T23:55:14.324Z Compiling usdt v0.5.0
12062024-12-13T23:55:17.450Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12072024-12-13T23:55:21.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.25s
12082024-12-13T23:55:21.643Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12092024-12-13T23:55:22.472Z Compiling serde v1.0.215
12102024-12-13T23:55:22.475Z Compiling lock_api v0.4.12
12112024-12-13T23:55:22.475Z Compiling scopeguard v1.2.0
12122024-12-13T23:55:22.475Z Compiling value-bag v1.9.0
12132024-12-13T23:55:22.475Z Compiling typenum v1.17.0
12142024-12-13T23:55:22.475Z Compiling generic-array v0.14.7
12152024-12-13T23:55:22.630Z Compiling syn v2.0.87
12162024-12-13T23:55:22.642Z Compiling getrandom v0.2.15
12172024-12-13T23:55:22.822Z Compiling subtle v2.6.1
12182024-12-13T23:55:22.907Z Compiling rand_core v0.6.4
12192024-12-13T23:55:23.058Z Compiling log v0.4.22
12202024-12-13T23:55:23.146Z Compiling shlex v1.3.0
12212024-12-13T23:55:23.171Z Compiling jobserver v0.1.32
12222024-12-13T23:55:23.197Z Compiling const-oid v0.9.6
12232024-12-13T23:55:23.426Z Compiling smallvec v1.13.2
12242024-12-13T23:55:23.488Z Compiling spin v0.9.8
12252024-12-13T23:55:23.573Z Compiling cc v1.1.30
12262024-12-13T23:55:23.848Z Compiling pin-project-lite v0.2.14
12272024-12-13T23:55:23.909Z Compiling rustix v0.38.37
12282024-12-13T23:55:23.962Z Compiling parking_lot_core v0.9.10
12292024-12-13T23:55:23.981Z Compiling futures-core v0.3.31
12302024-12-13T23:55:24.126Z Compiling signal-hook-registry v1.4.2
12312024-12-13T23:55:24.228Z Compiling mio v1.0.2
12322024-12-13T23:55:24.793Z Compiling parking_lot v0.12.3
12332024-12-13T23:55:24.954Z Compiling aho-corasick v1.1.3
12342024-12-13T23:55:25.169Z Compiling cpufeatures v0.2.14
12352024-12-13T23:55:25.555Z Compiling regex-syntax v0.8.5
12362024-12-13T23:55:25.555Z Compiling lazy_static v1.5.0
12372024-12-13T23:55:25.693Z Compiling futures-sink v0.3.31
12382024-12-13T23:55:25.694Z Compiling stable_deref_trait v1.2.0
12392024-12-13T23:55:25.694Z Compiling glob v0.3.1
12402024-12-13T23:55:25.694Z Compiling either v1.13.0
12412024-12-13T23:55:25.694Z Compiling socket2 v0.5.7
12422024-12-13T23:55:25.796Z Compiling slab v0.4.9
12432024-12-13T23:55:25.894Z Compiling prettyplease v0.2.25
12442024-12-13T23:55:26.213Z Compiling minimal-lexical v0.2.1
12452024-12-13T23:55:26.382Z Compiling clang-sys v1.8.1
12462024-12-13T23:55:26.425Z Compiling libloading v0.8.5
12472024-12-13T23:55:26.500Z Compiling bindgen v0.69.5
12482024-12-13T23:55:26.692Z Compiling nom v7.1.3
12492024-12-13T23:55:26.839Z Compiling serde_json v1.0.132
12502024-12-13T23:55:27.077Z Compiling home v0.5.9
12512024-12-13T23:55:27.293Z Compiling itertools v0.10.5
12522024-12-13T23:55:27.338Z Compiling futures-channel v0.3.31
12532024-12-13T23:55:27.742Z Compiling rustc-hash v1.1.0
12542024-12-13T23:55:27.855Z Compiling lazycell v1.3.0
12552024-12-13T23:55:27.895Z Compiling allocator-api2 v0.2.18
12562024-12-13T23:55:28.022Z Compiling futures-io v0.3.31
12572024-12-13T23:55:28.406Z Compiling futures-task v0.3.31
12582024-12-13T23:55:28.714Z Compiling foldhash v0.1.3
12592024-12-13T23:55:28.752Z Compiling regex-automata v0.4.8
12602024-12-13T23:55:29.038Z Compiling pin-utils v0.1.0
12612024-12-13T23:55:29.131Z Compiling hashbrown v0.15.1
12622024-12-13T23:55:30.137Z Compiling synstructure v0.13.1
12632024-12-13T23:55:30.489Z Compiling cexpr v0.6.0
12642024-12-13T23:55:30.508Z Compiling cmake v0.1.51
12652024-12-13T23:55:31.625Z Compiling dunce v1.0.5
12662024-12-13T23:55:31.757Z Compiling libm v0.2.8
12672024-12-13T23:55:31.887Z Compiling fs_extra v1.3.0
12682024-12-13T23:55:31.940Z Compiling pkg-config v0.3.31
12692024-12-13T23:55:32.081Z Compiling tinyvec_macros v0.1.1
12702024-12-13T23:55:32.177Z Compiling tinyvec v1.8.0
12712024-12-13T23:55:32.287Z Compiling num-traits v0.2.19
12722024-12-13T23:55:32.793Z Compiling ring v0.17.8
12732024-12-13T23:55:33.489Z Compiling paste v1.0.15
12742024-12-13T23:55:33.618Z Compiling writeable v0.5.5
12752024-12-13T23:55:33.783Z Compiling unicode-normalization v0.1.24
12762024-12-13T23:55:33.935Z Compiling litemap v0.7.3
12772024-12-13T23:55:33.951Z Compiling base64ct v1.6.0
12782024-12-13T23:55:33.994Z Compiling unicode-bidi v0.3.17
12792024-12-13T23:55:34.296Z Compiling regex v1.11.1
12802024-12-13T23:55:34.536Z Compiling pem-rfc7468 v0.7.0
12812024-12-13T23:55:35.206Z Compiling httparse v1.9.5
12822024-12-13T23:55:35.398Z Compiling flagset v0.4.6
12832024-12-13T23:55:35.424Z Compiling aws-lc-rs v1.10.0
12842024-12-13T23:55:35.807Z Compiling tracing-core v0.1.32
12852024-12-13T23:55:35.977Z Compiling icu_locid_transform_data v1.5.0
12862024-12-13T23:55:36.084Z Compiling crossbeam-utils v0.8.20
12872024-12-13T23:55:36.649Z Compiling rustls-pki-types v1.10.0
12882024-12-13T23:55:36.756Z Compiling percent-encoding v2.3.1
12892024-12-13T23:55:37.026Z Compiling serde_derive v1.0.215
12902024-12-13T23:55:37.094Z Compiling zeroize_derive v1.4.2
12912024-12-13T23:55:37.118Z Compiling zerocopy-derive v0.7.35
12922024-12-13T23:55:37.581Z Compiling tokio-macros v2.4.0
12932024-12-13T23:55:37.752Z Compiling zerofrom-derive v0.1.4
12942024-12-13T23:55:38.690Z Compiling zeroize v1.8.1
12952024-12-13T23:55:39.138Z Compiling yoke-derive v0.7.4
12962024-12-13T23:55:39.368Z Compiling thiserror-impl v1.0.69
12972024-12-13T23:55:39.370Z Compiling zerocopy v0.7.35
12982024-12-13T23:55:40.278Z Compiling zerovec-derive v0.10.3
12992024-12-13T23:55:40.478Z Compiling crypto-common v0.1.6
13002024-12-13T23:55:40.722Z Compiling block-buffer v0.10.4
13012024-12-13T23:55:40.942Z Compiling digest v0.10.7
13022024-12-13T23:55:40.982Z Compiling futures-macro v0.3.31
13032024-12-13T23:55:41.446Z Compiling hmac v0.12.1
13042024-12-13T23:55:41.699Z Compiling block-padding v0.3.3
13052024-12-13T23:55:41.851Z Compiling displaydoc v0.2.5
13062024-12-13T23:55:41.908Z Compiling zerofrom v0.1.4
13072024-12-13T23:55:41.944Z Compiling inout v0.1.3
13082024-12-13T23:55:42.156Z Compiling sha2 v0.10.8
13092024-12-13T23:55:42.260Z Compiling cipher v0.4.4
13102024-12-13T23:55:42.303Z Compiling yoke v0.7.4
13112024-12-13T23:55:42.646Z Compiling ppv-lite86 v0.2.20
13122024-12-13T23:55:42.778Z Compiling thiserror v1.0.69
13132024-12-13T23:55:42.796Z Compiling icu_provider_macros v1.5.0
13142024-12-13T23:55:42.924Z Compiling der_derive v0.7.3
13152024-12-13T23:55:42.971Z Compiling futures-util v0.3.31
13162024-12-13T23:55:43.021Z Compiling zerovec v0.10.4
13172024-12-13T23:55:43.506Z Compiling rand_chacha v0.3.1
13182024-12-13T23:55:43.657Z Compiling tracing-attributes v0.1.27
13192024-12-13T23:55:44.013Z Compiling rand v0.8.5
13202024-12-13T23:55:45.307Z Compiling tinystr v0.7.6
13212024-12-13T23:55:45.449Z Compiling der v0.7.9
13222024-12-13T23:55:45.743Z Compiling icu_locid v1.5.0
13232024-12-13T23:55:45.761Z Compiling icu_collections v1.5.0
13242024-12-13T23:55:45.860Z Compiling pest v2.7.14
13252024-12-13T23:55:46.217Z Compiling salsa20 v0.10.2
13262024-12-13T23:55:46.430Z Compiling pbkdf2 v0.12.2
13272024-12-13T23:55:46.612Z Compiling num-conv v0.1.0
13282024-12-13T23:55:46.909Z Compiling icu_provider v1.5.0
13292024-12-13T23:55:47.249Z Compiling mirai-annotations v1.12.0
13302024-12-13T23:55:47.441Z Compiling time-core v0.1.2
13312024-12-13T23:55:47.542Z Compiling tracing v0.1.40
13322024-12-13T23:55:47.633Z Compiling icu_locid_transform v1.5.0
13332024-12-13T23:55:48.019Z Compiling spki v0.7.3
13342024-12-13T23:55:48.066Z Compiling icu_properties_data v1.5.0
13352024-12-13T23:55:48.118Z Compiling powerfmt v0.2.0
13362024-12-13T23:55:48.364Z Compiling untrusted v0.9.0
13372024-12-13T23:55:48.425Z Compiling vcpkg v0.2.15
13382024-12-13T23:55:48.533Z Compiling untrusted v0.7.1
13392024-12-13T23:55:48.720Z Compiling deranged v0.3.11
13402024-12-13T23:55:48.857Z Compiling icu_properties v1.5.1
13412024-12-13T23:55:48.909Z Compiling pest_meta v2.7.14
13422024-12-13T23:55:49.373Z Compiling time-macros v0.2.18
13432024-12-13T23:55:50.472Z Compiling scrypt v0.11.0
13442024-12-13T23:55:50.630Z Compiling cbc v0.1.2
13452024-12-13T23:55:50.655Z Compiling openssl-sys v0.9.103
13462024-12-13T23:55:50.873Z Compiling aes v0.8.4
13472024-12-13T23:55:51.060Z Compiling scroll_derive v0.12.0
13482024-12-13T23:55:51.667Z Compiling bitflags v2.6.0
13492024-12-13T23:55:51.781Z Compiling bytes v1.8.0
13502024-12-13T23:55:52.554Z Compiling indexmap v2.6.0
13512024-12-13T23:55:52.703Z Compiling tokio v1.40.0
13522024-12-13T23:55:53.099Z Compiling http v1.1.0
13532024-12-13T23:55:53.726Z Compiling semver v1.0.23
13542024-12-13T23:55:54.089Z Compiling atomic-waker v1.1.2
13552024-12-13T23:55:54.118Z Compiling write16 v1.0.0
13562024-12-13T23:55:54.238Z Compiling rustc_version v0.4.1
13572024-12-13T23:55:54.278Z Compiling num_threads v0.1.7
13582024-12-13T23:55:54.404Z Compiling utf16_iter v1.0.5
13592024-12-13T23:55:54.487Z Compiling icu_normalizer_data v1.5.0
13602024-12-13T23:55:54.595Z Compiling utf8_iter v1.0.4
13612024-12-13T23:55:54.613Z Compiling time v0.3.36
13622024-12-13T23:55:54.844Z Compiling icu_normalizer v1.5.0
13632024-12-13T23:55:55.034Z Compiling http-body v1.0.1
13642024-12-13T23:55:55.169Z Compiling scroll v0.12.0
13652024-12-13T23:55:55.270Z Compiling pkcs5 v0.7.1
13662024-12-13T23:55:55.636Z Compiling pest_generator v2.7.14
13672024-12-13T23:55:55.741Z Compiling form_urlencoded v1.2.1
13682024-12-13T23:55:55.759Z Compiling slog v2.7.0
13692024-12-13T23:55:56.065Z Compiling try-lock v0.2.5
13702024-12-13T23:55:56.215Z Compiling which v4.4.2
13712024-12-13T23:55:56.368Z Compiling want v0.3.1
13722024-12-13T23:55:56.486Z Compiling goblin v0.8.2
13732024-12-13T23:55:56.814Z Compiling pkcs8 v0.10.2
13742024-12-13T23:55:56.867Z Compiling idna_adapter v1.2.0
13752024-12-13T23:55:57.082Z Compiling httpdate v1.0.3
13762024-12-13T23:55:57.545Z Compiling idna v1.0.3
13772024-12-13T23:55:57.594Z Compiling uuid v1.11.0
13782024-12-13T23:55:57.684Z Compiling pest_derive v2.7.14
13792024-12-13T23:55:58.467Z Compiling toml_datetime v0.6.8
13802024-12-13T23:55:58.528Z Compiling dtrace-parser v0.2.0
13812024-12-13T23:55:59.012Z Compiling serde_spanned v0.6.8
13822024-12-13T23:55:59.067Z Compiling serde_tokenstream v0.2.2
13832024-12-13T23:55:59.244Z Compiling tower-service v0.3.3
13842024-12-13T23:55:59.375Z Compiling adler2 v2.0.0
13852024-12-13T23:55:59.465Z Compiling iana-time-zone v0.1.61
13862024-12-13T23:55:59.593Z Compiling match_cfg v0.1.0
13872024-12-13T23:55:59.688Z Compiling base64 v0.22.1
13882024-12-13T23:55:59.706Z Compiling foreign-types-shared v0.1.1
13892024-12-13T23:55:59.816Z Compiling rustversion v1.0.17
13902024-12-13T23:55:59.850Z Compiling openssl v0.10.66
13912024-12-13T23:55:59.914Z Compiling foreign-types v0.3.2
13922024-12-13T23:56:00.009Z Compiling hostname v0.3.1
13932024-12-13T23:56:00.274Z Compiling chrono v0.4.38
13942024-12-13T23:56:00.290Z Compiling miniz_oxide v0.8.0
13952024-12-13T23:56:00.414Z Compiling url v2.5.3
13962024-12-13T23:56:00.771Z Compiling async-trait v0.1.83
13972024-12-13T23:56:01.866Z Compiling tokio-util v0.7.12
13982024-12-13T23:56:01.980Z Compiling openssl-macros v0.1.1
13992024-12-13T23:56:02.445Z Compiling dof v0.3.0
14002024-12-13T23:56:02.753Z Compiling dirs-sys-next v0.1.2
14012024-12-13T23:56:03.377Z Compiling h2 v0.4.6
14022024-12-13T23:56:03.458Z Compiling usdt-impl v0.5.0
14032024-12-13T23:56:03.629Z Compiling siphasher v0.3.11
14042024-12-13T23:56:04.027Z Compiling rustls v0.23.19
14052024-12-13T23:56:04.045Z Compiling native-tls v0.2.12
14062024-12-13T23:56:04.292Z Compiling rustls v0.22.4
14072024-12-13T23:56:04.360Z Compiling syn v1.0.109
14082024-12-13T23:56:04.535Z Compiling data-encoding v2.6.0
14092024-12-13T23:56:04.716Z Compiling dirs-next v2.0.0
14102024-12-13T23:56:05.046Z Compiling http-body-util v0.1.2
14112024-12-13T23:56:05.564Z Compiling heapless v0.7.17
14122024-12-13T23:56:06.007Z Compiling crossbeam-epoch v0.9.18
14132024-12-13T23:56:06.428Z Compiling signature v2.2.0
14142024-12-13T23:56:06.739Z Compiling sha1 v0.10.6
14152024-12-13T23:56:06.786Z Compiling bzip2-sys v0.1.11+1.0.8
14162024-12-13T23:56:06.933Z Compiling serde_derive_internals v0.29.1
14172024-12-13T23:56:06.951Z Compiling thread_local v1.1.8
14182024-12-13T23:56:07.518Z Compiling encoding_rs v0.8.34
14192024-12-13T23:56:07.531Z Compiling cookie v0.18.1
14202024-12-13T23:56:07.536Z Compiling multer v3.1.0
14212024-12-13T23:56:07.583Z Compiling ipnet v2.10.1
14222024-12-13T23:56:07.803Z Compiling signal-hook v0.3.17
14232024-12-13T23:56:08.061Z Compiling unicode-properties v0.1.3
14242024-12-13T23:56:08.372Z Compiling openssl-probe v0.1.5
14252024-12-13T23:56:08.509Z Compiling schemars v0.8.21
14262024-12-13T23:56:08.765Z Compiling rayon-core v1.12.1
14272024-12-13T23:56:08.864Z Compiling slog-async v2.8.0
14282024-12-13T23:56:08.900Z Compiling mime v0.3.17
14292024-12-13T23:56:09.037Z Compiling gimli v0.31.1
14302024-12-13T23:56:09.523Z Compiling stringprep v0.1.5
14312024-12-13T23:56:09.646Z Compiling toml_edit v0.22.22
14322024-12-13T23:56:09.759Z Compiling schemars_derive v0.8.21
14332024-12-13T23:56:10.796Z Compiling hyper v1.5.0
14342024-12-13T23:56:13.142Z Compiling usdt-macro v0.5.0
14352024-12-13T23:56:13.708Z Compiling hyper-util v0.1.10
14362024-12-13T23:56:14.101Z Compiling addr2line v0.24.2
14372024-12-13T23:56:14.104Z Compiling usdt-attr-macro v0.5.0
14382024-12-13T23:56:14.146Z Compiling crossbeam-deque v0.8.5
14392024-12-13T23:56:14.649Z Compiling term v0.7.0
14402024-12-13T23:56:14.765Z Compiling slog-json v2.6.1
14412024-12-13T23:56:14.995Z Compiling serde_urlencoded v0.7.1
14422024-12-13T23:56:15.141Z Compiling curve25519-dalek v4.1.3
14432024-12-13T23:56:15.530Z Compiling crossbeam-channel v0.5.13
14442024-12-13T23:56:15.764Z Compiling futures-executor v0.3.31
14452024-12-13T23:56:15.782Z Compiling enum-as-inner v0.6.1
14462024-12-13T23:56:16.197Z Compiling md-5 v0.10.6
14472024-12-13T23:56:16.348Z Compiling rustls-pemfile v2.2.0
14482024-12-13T23:56:16.465Z Compiling async-stream-impl v0.3.6
14492024-12-13T23:56:16.666Z Compiling num-integer v0.1.46
14502024-12-13T23:56:16.687Z Compiling idna v0.4.0
14512024-12-13T23:56:16.868Z Compiling idna v0.3.0
14522024-12-13T23:56:16.887Z Compiling hash32 v0.2.1
14532024-12-13T23:56:17.276Z Compiling ff v0.13.0
14542024-12-13T23:56:17.429Z Compiling is-terminal v0.4.13
14552024-12-13T23:56:17.491Z Compiling object v0.36.5
14562024-12-13T23:56:17.556Z Compiling dropshot v0.12.0
14572024-12-13T23:56:17.832Z Compiling smoltcp v0.9.1
14582024-12-13T23:56:17.864Z Compiling psl-types v2.0.11
14592024-12-13T23:56:18.054Z Compiling base16ct v0.2.0
14602024-12-13T23:56:18.093Z Compiling rustc-demangle v0.1.24
14612024-12-13T23:56:18.395Z Compiling quick-error v1.2.3
14622024-12-13T23:56:18.427Z Compiling portable-atomic v1.9.0
14632024-12-13T23:56:18.508Z Compiling fallible-iterator v0.2.0
14642024-12-13T23:56:18.537Z Compiling take_mut v0.2.2
14652024-12-13T23:56:18.619Z Compiling dyn-clone v1.0.17
14662024-12-13T23:56:18.697Z Compiling linked-hash-map v0.5.6
14672024-12-13T23:56:18.840Z Compiling num-bigint-dig v0.8.4
14682024-12-13T23:56:19.078Z Compiling utf-8 v0.7.6
14692024-12-13T23:56:19.137Z Compiling anyhow v1.0.93
14702024-12-13T23:56:19.186Z Compiling lru-cache v0.1.2
14712024-12-13T23:56:19.251Z Compiling postgres-protocol v0.6.7
14722024-12-13T23:56:19.382Z Compiling tungstenite v0.24.0
14732024-12-13T23:56:20.183Z Compiling resolv-conf v0.7.0
14742024-12-13T23:56:20.639Z Compiling sec1 v0.7.3
14752024-12-13T23:56:20.844Z Compiling publicsuffix v2.2.3
14762024-12-13T23:56:20.985Z Compiling async-stream v0.3.6
14772024-12-13T23:56:21.166Z Compiling hickory-proto v0.24.1
14782024-12-13T23:56:21.202Z Compiling slog-term v2.9.1
14792024-12-13T23:56:21.285Z Compiling group v0.13.0
14802024-12-13T23:56:21.612Z Compiling usdt v0.5.0
14812024-12-13T23:56:22.125Z Compiling num-iter v0.1.45
14822024-12-13T23:56:22.310Z Compiling futures v0.3.31
14832024-12-13T23:56:22.449Z Compiling slog-bunyan v2.5.0
14842024-12-13T23:56:22.817Z Compiling toml v0.8.19
14852024-12-13T23:56:23.328Z Compiling tokio-native-tls v0.3.1
14862024-12-13T23:56:24.208Z Compiling camino v1.1.9
14872024-12-13T23:56:24.602Z Compiling phf_shared v0.11.2
14882024-12-13T23:56:24.763Z Compiling dropshot_endpoint v0.12.0
14892024-12-13T23:56:24.990Z Compiling backtrace v0.3.74
14902024-12-13T23:56:25.165Z Compiling terminal_size v0.4.0
14912024-12-13T23:56:25.396Z Compiling openapiv3 v2.0.0
14922024-12-13T23:56:25.425Z Compiling waitgroup v0.1.2
14932024-12-13T23:56:25.657Z Compiling serde_path_to_error v0.1.16
14942024-12-13T23:56:25.691Z Compiling hkdf v0.12.4
14952024-12-13T23:56:25.954Z Compiling crypto-bigint v0.5.5
14962024-12-13T23:56:26.489Z Compiling webpki-roots v0.26.6
14972024-12-13T23:56:26.704Z Compiling curve25519-dalek-derive v0.1.1
14982024-12-13T23:56:28.333Z Compiling zerocopy-derive v0.6.6
14992024-12-13T23:56:28.742Z Compiling idna v0.5.0
15002024-12-13T23:56:29.203Z Compiling hubpack_derive v0.1.1
15012024-12-13T23:56:29.501Z Compiling hostname v0.4.0
15022024-12-13T23:56:29.754Z Compiling crc32fast v1.4.2
15032024-12-13T23:56:29.891Z Compiling ahash v0.8.11
15042024-12-13T23:56:30.084Z Compiling fs-err v2.11.0
15052024-12-13T23:56:30.103Z Compiling managed v0.8.0
15062024-12-13T23:56:30.215Z Compiling debug-ignore v1.0.5
15072024-12-13T23:56:30.369Z Compiling winnow v0.5.40
15082024-12-13T23:56:30.372Z Compiling bitflags v1.3.2
15092024-12-13T23:56:30.407Z Compiling clap_builder v4.5.21
15102024-12-13T23:56:30.595Z Compiling zerocopy v0.6.6
15112024-12-13T23:56:30.667Z Compiling console v0.15.8
15122024-12-13T23:56:31.573Z Compiling strum_macros v0.25.3
15132024-12-13T23:56:31.810Z Compiling hubpack v0.1.2
15142024-12-13T23:56:32.223Z Compiling flate2 v1.0.34
15152024-12-13T23:56:32.275Z Compiling cookie_store v0.21.0
15162024-12-13T23:56:32.291Z Compiling elliptic-curve v0.13.8
15172024-12-13T23:56:33.124Z Compiling hickory-resolver v0.24.1
15182024-12-13T23:56:33.888Z Compiling phf v0.11.2
15192024-12-13T23:56:34.180Z Compiling toml_edit v0.19.15
15202024-12-13T23:56:34.203Z Compiling signal-hook-mio v0.2.4
15212024-12-13T23:56:34.318Z Compiling hyper-tls v0.6.0
15222024-12-13T23:56:34.378Z Compiling rayon v1.10.0
15232024-12-13T23:56:34.753Z Compiling bzip2 v0.4.4
15242024-12-13T23:56:35.789Z Compiling tokio-tungstenite v0.24.0
15252024-12-13T23:56:36.344Z Compiling postgres-types v0.2.8
15262024-12-13T23:56:39.323Z Compiling ed25519 v2.2.3
15272024-12-13T23:56:39.400Z Compiling phf_shared v0.10.0
15282024-12-13T23:56:39.766Z Compiling tokio-stream v0.1.16
15292024-12-13T23:56:40.024Z Compiling pkcs1 v0.7.5
15302024-12-13T23:56:40.040Z Compiling serde-big-array v0.5.1
15312024-12-13T23:56:40.281Z Compiling clap_derive v4.5.18
15322024-12-13T23:56:40.878Z Compiling rfc6979 v0.4.0
15332024-12-13T23:56:40.896Z Compiling serde_repr v0.1.19
15342024-12-13T23:56:41.068Z Compiling derive-where v1.2.7
15352024-12-13T23:56:41.072Z Compiling float-cmp v0.9.0
15362024-12-13T23:56:41.156Z Compiling bstr v1.10.0
15372024-12-13T23:56:41.312Z Compiling sync_wrapper v1.0.1
15382024-12-13T23:56:41.466Z Compiling whoami v1.5.2
15392024-12-13T23:56:42.103Z Compiling fixedbitset v0.4.2
15402024-12-13T23:56:42.121Z Compiling static_assertions v1.1.0
15412024-12-13T23:56:42.224Z Compiling new_debug_unreachable v1.0.6
15422024-12-13T23:56:42.297Z Compiling precomputed-hash v0.1.1
15432024-12-13T23:56:42.319Z Compiling unicode-segmentation v1.12.0
15442024-12-13T23:56:42.421Z Compiling bit-vec v0.6.3
15452024-12-13T23:56:42.590Z Compiling number_prefix v0.4.0
15462024-12-13T23:56:42.829Z Compiling normalize-line-endings v0.3.0
15472024-12-13T23:56:42.878Z Compiling predicates-core v1.0.8
15482024-12-13T23:56:42.952Z Compiling unicode-width v0.2.0
15492024-12-13T23:56:42.977Z Compiling difflib v0.4.0
15502024-12-13T23:56:43.205Z Compiling similar v2.6.0
15512024-12-13T23:56:43.235Z Compiling bit-set v0.5.3
15522024-12-13T23:56:43.502Z Compiling indicatif v0.17.9
15532024-12-13T23:56:43.563Z Compiling predicates v3.1.2
15542024-12-13T23:56:44.636Z Compiling string_cache v0.8.7
15552024-12-13T23:56:44.656Z Compiling petgraph v0.6.5
15562024-12-13T23:56:45.126Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15572024-12-13T23:56:45.357Z Compiling tokio-postgres v0.7.12
15582024-12-13T23:56:45.473Z Compiling clap v4.5.21
15592024-12-13T23:56:45.595Z Compiling ecdsa v0.16.9
15602024-12-13T23:56:45.641Z Compiling rsa v0.9.6
15612024-12-13T23:56:45.757Z Compiling ed25519-dalek v2.1.1
15622024-12-13T23:56:46.453Z Compiling toml v0.7.8
15632024-12-13T23:56:47.081Z Compiling zip v0.6.6
15642024-12-13T23:56:48.265Z Compiling crossterm v0.28.1
15652024-12-13T23:56:49.249Z Compiling hex v0.4.3
15662024-12-13T23:56:49.791Z Compiling x509-cert v0.2.5
15672024-12-13T23:56:49.864Z Compiling peg-runtime v0.8.3
15682024-12-13T23:56:49.895Z Compiling unicode-xid v0.2.6
15692024-12-13T23:56:50.079Z Compiling lalrpop-util v0.19.12
15702024-12-13T23:56:50.448Z Compiling strum_macros v0.26.4
15712024-12-13T23:56:50.538Z Compiling xattr v1.3.1
15722024-12-13T23:56:50.795Z Compiling filetime v0.2.25
15732024-12-13T23:56:51.099Z Compiling tar v0.4.42
15742024-12-13T23:56:55.627Z Compiling strum v0.26.3
15752024-12-13T23:56:58.651Z Compiling aws-lc-sys v0.22.0
15762024-12-13T23:57:26.568Z Compiling rustls-webpki v0.102.8
15772024-12-13T23:57:29.989Z Compiling tokio-rustls v0.25.0
15782024-12-13T23:57:31.595Z Compiling tokio-rustls v0.26.0
15792024-12-13T23:57:31.889Z Compiling hyper-rustls v0.27.3
15802024-12-13T23:57:32.268Z Compiling reqwest v0.12.9
15812024-12-13T23:57:33.595Z Compiling qorb v0.2.1
15822024-12-13T23:57:38.304Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15832024-12-13T23:57:38.535Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15842024-12-13T23:57:44.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
15852024-12-13T23:57:44.524Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15862024-12-13T23:57:44.567ZDec 13 23:57:43.491 INFO Starting download, target: Clickhouse
15872024-12-13T23:57:44.569ZDec 13 23:57:43.491 INFO Starting download, target: Console
15882024-12-13T23:57:44.569ZDec 13 23:57:43.491 INFO Starting download, target: DendriteOpenapi
15892024-12-13T23:57:44.570ZDec 13 23:57:43.491 INFO Starting download, target: Cockroach
15902024-12-13T23:57:44.570ZDec 13 23:57:43.491 INFO Starting download, target: DendriteStub
15912024-12-13T23:57:44.570ZDec 13 23:57:43.491 INFO Starting download, target: MaghemiteMgd
15922024-12-13T23:57:44.570ZDec 13 23:57:43.491 INFO Starting download, target: TransceiverControl
15932024-12-13T23:57:44.570ZDec 13 23:57:43.491 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15942024-12-13T23:57:44.570ZDec 13 23:57:43.491 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15952024-12-13T23:57:44.570ZDec 13 23:57:43.491 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15962024-12-13T23:57:44.570ZDec 13 23:57:43.491 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15972024-12-13T23:57:44.570ZDec 13 23:57:43.491 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15982024-12-13T23:57:44.571ZDec 13 23:57:43.492 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15992024-12-13T23:57:44.571ZDec 13 23:57:43.492 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16002024-12-13T23:57:44.729ZDec 13 23:57:43.652 INFO Download complete, target: DendriteOpenapi
16012024-12-13T23:57:45.003ZDec 13 23:57:43.925 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16022024-12-13T23:57:45.103ZDec 13 23:57:44.022 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16032024-12-13T23:57:45.290ZDec 13 23:57:44.209 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16042024-12-13T23:57:45.460ZDec 13 23:57:44.380 INFO Download complete, target: Console
16052024-12-13T23:57:45.500ZDec 13 23:57:44.419 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16062024-12-13T23:57:45.734ZDec 13 23:57:44.657 INFO Download complete, target: TransceiverControl
16072024-12-13T23:57:46.088ZDec 13 23:57:45.011 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16082024-12-13T23:57:46.088ZDec 13 23:57:45.011 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16092024-12-13T23:57:46.469ZDec 13 23:57:45.393 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16102024-12-13T23:57:48.262ZDec 13 23:57:47.185 INFO Download complete, target: MaghemiteMgd
16112024-12-13T23:57:48.303ZDec 13 23:57:47.226 INFO Download complete, target: DendriteStub
16122024-12-13T23:57:53.567ZDec 13 23:57:52.488 INFO Checking that binary works, target: Cockroach
16132024-12-13T23:57:53.727ZDec 13 23:57:52.648 INFO Download complete, target: Cockroach
16142024-12-13T23:57:58.933ZDec 13 23:57:57.854 INFO Checking that binary works, target: Clickhouse
16152024-12-13T23:57:59.038ZDec 13 23:57:57.959 INFO Download complete, target: Clickhouse
16162024-12-13T23:57:59.046ZAll prerequisites installed successfully
16172024-12-13T23:57:59.049Z
16182024-12-13T23:57:59.049Zreal 4:37.577826025
16192024-12-13T23:57:59.049Zuser 16:30.490047906
16202024-12-13T23:57:59.049Zsys 3:09.334368371
16212024-12-13T23:57:59.049Ztrap 0.516525904
16222024-12-13T23:57:59.049Ztflt 1.579613782
16232024-12-13T23:57:59.049Zdflt 2.181701688
16242024-12-13T23:57:59.049Zkflt 0.024366462
16252024-12-13T23:57:59.049Zlock 32:15.598348849
16262024-12-13T23:57:59.049Zslp 1:01:29.177599613
16272024-12-13T23:57:59.049Zlat 55.373285662
16282024-12-13T23:57:59.049Zstop 2:07.047258123
16292024-12-13T23:57:59.049Z+ source ./tools/include/force-git-over-https.sh
16302024-12-13T23:57:59.049Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16312024-12-13T23:57:59.049Z++ (( i = 0 ))
16322024-12-13T23:57:59.049Z++ (( i < 5 ))
16332024-12-13T23:57:59.049Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16342024-12-13T23:57:59.051Z++ (( i++ ))
16352024-12-13T23:57:59.051Z++ (( i < 5 ))
16362024-12-13T23:57:59.051Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16372024-12-13T23:57:59.054Z++ (( i++ ))
16382024-12-13T23:57:59.054Z++ (( i < 5 ))
16392024-12-13T23:57:59.057Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16402024-12-13T23:57:59.059Z++ (( i++ ))
16412024-12-13T23:57:59.059Z++ (( i < 5 ))
16422024-12-13T23:57:59.059Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16432024-12-13T23:57:59.061Z++ (( i++ ))
16442024-12-13T23:57:59.062Z++ (( i < 5 ))
16452024-12-13T23:57:59.062Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16462024-12-13T23:57:59.064Z++ (( i++ ))
16472024-12-13T23:57:59.064Z++ (( i < 5 ))
16482024-12-13T23:57:59.064Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-13T23:57:59.064Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16502024-12-13T23:57:59.064Z+ rc=0
16512024-12-13T23:57:59.064Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16522024-12-13T23:58:29.033Z+ case $rc in
16532024-12-13T23:58:29.033Z+ pfexec zfs create -p rpool/images/build/host
16542024-12-13T23:58:29.339Z+ pfexec zfs create -p rpool/images/build/recovery
16552024-12-13T23:58:29.844Z+ cargo xtask releng --output-dir /work
16562024-12-13T23:58:29.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16572024-12-13T23:58:29.954Z Running `target/debug/xtask releng --output-dir /work`
16582024-12-13T23:58:30.843Z Compiling proc-macro2 v1.0.89
16592024-12-13T23:58:30.843Z Compiling unicode-ident v1.0.13
16602024-12-13T23:58:30.846Z Compiling libc v0.2.162
16612024-12-13T23:58:30.846Z Compiling serde v1.0.215
16622024-12-13T23:58:30.846Z Compiling autocfg v1.4.0
16632024-12-13T23:58:30.846Z Compiling version_check v0.9.5
16642024-12-13T23:58:30.846Z Compiling cfg-if v1.0.0
16652024-12-13T23:58:31.061Z Compiling memchr v2.7.4
16662024-12-13T23:58:31.218Z Compiling typenum v1.17.0
16672024-12-13T23:58:31.258Z Compiling shlex v1.3.0
16682024-12-13T23:58:31.650Z Compiling generic-array v0.14.7
16692024-12-13T23:58:31.721Z Compiling value-bag v1.9.0
16702024-12-13T23:58:31.950Z Compiling lock_api v0.4.12
16712024-12-13T23:58:31.997Z Compiling scopeguard v1.2.0
16722024-12-13T23:58:32.163Z Compiling log v0.4.22
16732024-12-13T23:58:32.222Z Compiling rustix v0.38.37
16742024-12-13T23:58:32.281Z Compiling parking_lot_core v0.9.10
16752024-12-13T23:58:32.684Z Compiling serde_json v1.0.132
16762024-12-13T23:58:32.888Z Compiling quote v1.0.37
16772024-12-13T23:58:32.909Z Compiling jobserver v0.1.32
16782024-12-13T23:58:32.980Z Compiling getrandom v0.2.15
16792024-12-13T23:58:33.002Z Compiling libm v0.2.8
16802024-12-13T23:58:33.279Z Compiling syn v2.0.87
16812024-12-13T23:58:33.324Z Compiling cc v1.1.30
16822024-12-13T23:58:33.408Z Compiling num-traits v0.2.19
16832024-12-13T23:58:33.517Z Compiling thiserror v1.0.69
16842024-12-13T23:58:33.539Z Compiling once_cell v1.20.2
16852024-12-13T23:58:33.708Z Compiling spin v0.9.8
16862024-12-13T23:58:33.730Z Compiling itoa v1.0.11
16872024-12-13T23:58:33.747Z Compiling aho-corasick v1.1.3
16882024-12-13T23:58:33.928Z Compiling regex-syntax v0.8.5
16892024-12-13T23:58:34.007Z Compiling slab v0.4.9
16902024-12-13T23:58:34.232Z Compiling errno v0.3.9
16912024-12-13T23:58:34.624Z Compiling byteorder v1.5.0
16922024-12-13T23:58:35.176Z Compiling lazy_static v1.5.0
16932024-12-13T23:58:35.339Z Compiling rand_core v0.6.4
16942024-12-13T23:58:35.402Z Compiling glob v0.3.1
16952024-12-13T23:58:35.604Z Compiling either v1.13.0
16962024-12-13T23:58:36.032Z Compiling prettyplease v0.2.25
16972024-12-13T23:58:36.074Z Compiling subtle v2.6.1
16982024-12-13T23:58:36.294Z Compiling clang-sys v1.8.1
16992024-12-13T23:58:36.389Z Compiling minimal-lexical v0.2.1
17002024-12-13T23:58:36.483Z Compiling libloading v0.8.5
17012024-12-13T23:58:36.861Z Compiling nom v7.1.3
17022024-12-13T23:58:36.956Z Compiling bindgen v0.69.5
17032024-12-13T23:58:37.055Z Compiling home v0.5.9
17042024-12-13T23:58:37.379Z Compiling itertools v0.10.5
17052024-12-13T23:58:37.627Z Compiling regex-automata v0.4.8
17062024-12-13T23:58:37.950Z Compiling lazycell v1.3.0
17072024-12-13T23:58:38.419Z Compiling rustc-hash v1.1.0
17082024-12-13T23:58:39.012Z Compiling cmake v0.1.51
17092024-12-13T23:58:40.020Z Compiling dunce v1.0.5
17102024-12-13T23:58:40.095Z Compiling fs_extra v1.3.0
17112024-12-13T23:58:40.155Z Compiling smallvec v1.13.2
17122024-12-13T23:58:40.192Z Compiling pkg-config v0.3.31
17132024-12-13T23:58:40.235Z Compiling semver v1.0.23
17142024-12-13T23:58:40.690Z Compiling cexpr v0.6.0
17152024-12-13T23:58:40.725Z Compiling ring v0.17.8
17162024-12-13T23:58:40.905Z Compiling ryu v1.0.18
17172024-12-13T23:58:41.123Z Compiling synstructure v0.13.1
17182024-12-13T23:58:41.402Z Compiling paste v1.0.15
17192024-12-13T23:58:41.801Z Compiling httparse v1.9.5
17202024-12-13T23:58:42.328Z Compiling aws-lc-rs v1.10.0
17212024-12-13T23:58:42.521Z Compiling const-oid v0.9.6
17222024-12-13T23:58:42.824Z Compiling pin-project-lite v0.2.14
17232024-12-13T23:58:42.867Z Compiling heck v0.5.0
17242024-12-13T23:58:43.408Z Compiling allocator-api2 v0.2.18
17252024-12-13T23:58:43.614Z Compiling regex v1.11.1
17262024-12-13T23:58:44.167Z Compiling futures-core v0.3.31
17272024-12-13T23:58:44.490Z Compiling signal-hook-registry v1.4.2
17282024-12-13T23:58:44.887Z Compiling time-core v0.1.2
17292024-12-13T23:58:45.299Z Compiling crossbeam-utils v0.8.20
17302024-12-13T23:58:45.340Z Compiling num-conv v0.1.0
17312024-12-13T23:58:45.453Z Compiling parking_lot v0.12.3
17322024-12-13T23:58:45.669Z Compiling time-macros v0.2.18
17332024-12-13T23:58:45.985Z Compiling mio v1.0.2
17342024-12-13T23:58:46.102Z Compiling vcpkg v0.2.15
17352024-12-13T23:58:46.347Z Compiling fnv v1.0.7
17362024-12-13T23:58:46.556Z Compiling schemars v0.8.21
17372024-12-13T23:58:47.100Z Compiling serde_derive v1.0.215
17382024-12-13T23:58:47.273Z Compiling zeroize_derive v1.4.2
17392024-12-13T23:58:47.623Z Compiling zerocopy-derive v0.7.35
17402024-12-13T23:58:47.681Z Compiling tokio-macros v2.4.0
17412024-12-13T23:58:47.934Z Compiling thiserror-impl v1.0.69
17422024-12-13T23:58:48.263Z Compiling zerofrom-derive v0.1.4
17432024-12-13T23:58:48.825Z Compiling zeroize v1.8.1
17442024-12-13T23:58:49.293Z Compiling yoke-derive v0.7.4
17452024-12-13T23:58:49.355Z Compiling futures-macro v0.3.31
17462024-12-13T23:58:49.381Z Compiling zerovec-derive v0.10.3
17472024-12-13T23:58:49.987Z Compiling displaydoc v0.2.5
17482024-12-13T23:58:50.935Z Compiling zerocopy v0.7.35
17492024-12-13T23:58:51.629Z Compiling crypto-common v0.1.6
17502024-12-13T23:58:51.829Z Compiling icu_provider_macros v1.5.0
17512024-12-13T23:58:51.881Z Compiling tracing-attributes v0.1.27
17522024-12-13T23:58:52.084Z Compiling block-buffer v0.10.4
17532024-12-13T23:58:52.173Z Compiling der_derive v0.7.3
17542024-12-13T23:58:52.409Z Compiling digest v0.10.7
17552024-12-13T23:58:52.922Z Compiling openssl-sys v0.9.103
17562024-12-13T23:58:53.558Z Compiling serde_derive_internals v0.29.1
17572024-12-13T23:58:54.433Z Compiling socket2 v0.5.7
17582024-12-13T23:58:54.642Z Compiling ahash v0.8.11
17592024-12-13T23:58:55.972Z Compiling schemars_derive v0.8.21
17602024-12-13T23:58:56.336Z Compiling cpufeatures v0.2.14
17612024-12-13T23:58:56.368Z Compiling futures-sink v0.3.31
17622024-12-13T23:58:56.501Z Compiling equivalent v1.0.1
17632024-12-13T23:58:56.626Z Compiling foldhash v0.1.3
17642024-12-13T23:58:56.884Z Compiling hashbrown v0.15.1
17652024-12-13T23:58:57.221Z Compiling stable_deref_trait v1.2.0
17662024-12-13T23:58:57.366Z Compiling slog v2.7.0
17672024-12-13T23:58:58.327Z Compiling futures-channel v0.3.31
17682024-12-13T23:58:58.563Z Compiling zerofrom v0.1.4
17692024-12-13T23:58:58.763Z Compiling scroll_derive v0.12.0
17702024-12-13T23:58:58.848Z Compiling futures-task v0.3.31
17712024-12-13T23:58:58.887Z Compiling openssl v0.10.66
17722024-12-13T23:58:59.088Z Compiling ucd-trie v0.1.7
17732024-12-13T23:58:59.171Z Compiling pin-utils v0.1.0
17742024-12-13T23:58:59.194Z Compiling futures-io v0.3.31
17752024-12-13T23:58:59.194Z Compiling yoke v0.7.4
17762024-12-13T23:58:59.770Z Compiling futures-util v0.3.31
17772024-12-13T23:58:59.773Z Compiling pest v2.7.14
17782024-12-13T23:58:59.773Z Compiling hmac v0.12.1
17792024-12-13T23:58:59.799Z Compiling tinyvec_macros v0.1.1
17802024-12-13T23:59:00.139Z Compiling tinyvec v1.8.0
17812024-12-13T23:59:00.236Z Compiling zerovec v0.10.4
17822024-12-13T23:59:01.819Z Compiling bitflags v2.6.0
17832024-12-13T23:59:02.070Z Compiling bytes v1.8.0
17842024-12-13T23:59:03.672Z Compiling tokio v1.40.0
17852024-12-13T23:59:04.205Z Compiling serde_tokenstream v0.2.2
17862024-12-13T23:59:04.698Z Compiling indexmap v2.6.0
17872024-12-13T23:59:06.427Z Compiling http v1.1.0
17882024-12-13T23:59:07.093Z Compiling which v4.4.2
17892024-12-13T23:59:07.648Z Compiling rustc_version v0.4.1
17902024-12-13T23:59:08.218Z Compiling pest_meta v2.7.14
17912024-12-13T23:59:08.418Z Compiling uuid v1.11.0
17922024-12-13T23:59:09.193Z Compiling block-padding v0.3.3
17932024-12-13T23:59:09.351Z Compiling openssl-macros v0.1.1
17942024-12-13T23:59:09.538Z Compiling iana-time-zone v0.1.61
17952024-12-13T23:59:09.978Z Compiling native-tls v0.2.12
17962024-12-13T23:59:10.345Z Compiling rustls v0.23.19
17972024-12-13T23:59:10.661Z Compiling chrono v0.4.38
17982024-12-13T23:59:11.172Z Compiling pest_generator v2.7.14
17992024-12-13T23:59:12.261Z Compiling inout v0.1.3
18002024-12-13T23:59:12.684Z Compiling unicode-normalization v0.1.24
18012024-12-13T23:59:12.709Z Compiling cipher v0.4.4
18022024-12-13T23:59:13.212Z Compiling pest_derive v2.7.14
18032024-12-13T23:59:13.235Z Compiling tinystr v0.7.6
18042024-12-13T23:59:14.060Z Compiling sha2 v0.10.8
18052024-12-13T23:59:14.273Z Compiling async-trait v0.1.83
18062024-12-13T23:59:14.392Z Compiling usdt-impl v0.5.0
18072024-12-13T23:59:14.533Z Compiling cookie v0.18.1
18082024-12-13T23:59:14.781Z Compiling litemap v0.7.3
18092024-12-13T23:59:14.937Z Compiling unicode-bidi v0.3.17
18102024-12-13T23:59:14.987Z Compiling writeable v0.5.5
18112024-12-13T23:59:16.896Z Compiling base64ct v1.6.0
18122024-12-13T23:59:17.268Z Compiling icu_locid v1.5.0
18132024-12-13T23:59:17.592Z Compiling pem-rfc7468 v0.7.0
18142024-12-13T23:59:18.869Z Compiling scroll v0.12.0
18152024-12-13T23:59:19.495Z Compiling ppv-lite86 v0.2.20
18162024-12-13T23:59:20.401Z Compiling tracing-core v0.1.32
18172024-12-13T23:59:20.636Z Compiling camino v1.1.9
18182024-12-13T23:59:21.195Z Compiling syn v1.0.109
18192024-12-13T23:59:21.711Z Compiling flagset v0.4.6
18202024-12-13T23:59:21.923Z Compiling dyn-clone v1.0.17
18212024-12-13T23:59:22.093Z Compiling aws-lc-sys v0.22.0
18222024-12-13T23:59:22.119Z Compiling percent-encoding v2.3.1
18232024-12-13T23:59:22.591Z Compiling untrusted v0.7.1
18242024-12-13T23:59:22.707Z Compiling plain v0.2.3
18252024-12-13T23:59:22.789Z Compiling rustls-pki-types v1.10.0
18262024-12-13T23:59:22.872Z Compiling goblin v0.8.2
18272024-12-13T23:59:25.804Z Compiling der v0.7.9
18282024-12-13T23:59:26.003Z Compiling tracing v0.1.40
18292024-12-13T23:59:27.037Z Compiling rand_chacha v0.3.1
18302024-12-13T23:59:28.255Z Compiling icu_provider v1.5.0
18312024-12-13T23:59:29.073Z Compiling tokio-util v0.7.12
18322024-12-13T23:59:30.707Z Compiling rustls v0.22.4
18332024-12-13T23:59:30.988Z Compiling icu_locid_transform_data v1.5.0
18342024-12-13T23:59:31.056Z Compiling pretty-hex v0.4.1
18352024-12-13T23:59:31.123Z Compiling powerfmt v0.2.0
18362024-12-13T23:59:31.258Z Compiling untrusted v0.9.0
18372024-12-13T23:59:31.299Z Compiling rayon-core v1.12.1
18382024-12-13T23:59:31.510Z Compiling mirai-annotations v1.12.0
18392024-12-13T23:59:31.763Z Compiling icu_locid_transform v1.5.0
18402024-12-13T23:59:31.806Z Compiling deranged v0.3.11
18412024-12-13T23:59:32.119Z Compiling dof v0.3.0
18422024-12-13T23:59:34.108Z Compiling spki v0.7.3
18432024-12-13T23:59:34.326Z Compiling rand v0.8.5
18442024-12-13T23:59:34.575Z Compiling dtrace-parser v0.2.0
18452024-12-13T23:59:36.135Z Compiling salsa20 v0.10.2
18462024-12-13T23:59:36.297Z Compiling icu_collections v1.5.0
18472024-12-13T23:59:36.503Z Compiling pbkdf2 v0.12.2
18482024-12-13T23:59:38.373Z Compiling bzip2-sys v0.1.11+1.0.8
18492024-12-13T23:59:38.955Z Compiling thread-id v4.2.2
18502024-12-13T23:59:39.348Z Compiling atomic-waker v1.1.2
18512024-12-13T23:59:39.585Z Compiling num_threads v0.1.7
18522024-12-13T23:59:39.777Z Compiling icu_properties_data v1.5.0
18532024-12-13T23:59:40.124Z Compiling time v0.3.36
18542024-12-13T23:59:40.184Z Compiling icu_properties v1.5.1
18552024-12-13T23:59:46.014Z Compiling scrypt v0.11.0
18562024-12-13T23:59:46.072Z Compiling form_urlencoded v1.2.1
18572024-12-13T23:59:46.491Z Compiling cbc v0.1.2
18582024-12-13T23:59:46.519Z Compiling aes v0.8.4
18592024-12-13T23:59:46.701Z Compiling http-body v1.0.1
18602024-12-13T23:59:47.056Z Compiling multer v3.1.0
18612024-12-13T23:59:47.101Z Compiling icu_normalizer_data v1.5.0
18622024-12-13T23:59:47.259Z Compiling utf16_iter v1.0.5
18632024-12-13T23:59:47.517Z Compiling try-lock v0.2.5
18642024-12-13T23:59:47.605Z Compiling write16 v1.0.0
18652024-12-13T23:59:47.802Z Compiling utf8_iter v1.0.4
18662024-12-13T23:59:47.806Z Compiling slog-async v2.8.0
18672024-12-13T23:59:48.099Z Compiling icu_normalizer v1.5.0
18682024-12-13T23:59:48.332Z Compiling want v0.3.1
18692024-12-13T23:59:48.700Z Compiling pkcs5 v0.7.1
18702024-12-13T23:59:54.678Z Compiling h2 v0.4.6
18712024-12-13T23:59:54.728Z Compiling heapless v0.7.17
18722024-12-13T23:59:54.728Z Compiling zerocopy-derive v0.6.6
18732024-12-13T23:59:54.728Z Compiling httpdate v1.0.3
18742024-12-13T23:59:55.011Z Compiling num-bigint-dig v0.8.4
18752024-12-13T23:59:55.330Z Compiling anyhow v1.0.93
18762024-12-13T23:59:55.529Z Compiling base64 v0.22.1
18772024-12-13T23:59:56.017Z Compiling signal-hook v0.3.17
18782024-12-13T23:59:57.325Z Compiling pkcs8 v0.10.2
18792024-12-13T23:59:58.176Z Compiling idna_adapter v1.2.0
18802024-12-13T23:59:58.541Z Compiling usdt-macro v0.5.0
18812024-12-13T23:59:58.979Z Compiling usdt-attr-macro v0.5.0
18822024-12-14T00:00:00.747Z Compiling async-stream-impl v0.3.6
18832024-12-14T00:00:00.800Z Compiling strsim v0.11.1
18842024-12-14T00:00:01.402Z Compiling hyper v1.5.0
18852024-12-14T00:00:01.986Z Compiling rustversion v1.0.17
18862024-12-14T00:00:02.025Z Compiling tower-service v0.3.3
18872024-12-14T00:00:03.463Z Compiling idna v1.0.3
18882024-12-14T00:00:05.176Z Compiling hyper-util v0.1.10
18892024-12-14T00:00:11.032Z Compiling curve25519-dalek v4.1.3
18902024-12-14T00:00:11.157Z Compiling openapiv3 v2.0.0
18912024-12-14T00:00:11.327Z Compiling serde_spanned v0.6.8
18922024-12-14T00:00:11.428Z Compiling toml_datetime v0.6.8
18932024-12-14T00:00:11.630Z Compiling enum-as-inner v0.6.1
18942024-12-14T00:00:11.892Z Compiling dropshot v0.12.0
18952024-12-14T00:00:12.205Z Compiling match_cfg v0.1.0
18962024-12-14T00:00:12.316Z Compiling portable-atomic v1.9.0
18972024-12-14T00:00:12.694Z Compiling foreign-types-shared v0.1.1
18982024-12-14T00:00:12.812Z Compiling smoltcp v0.9.1
18992024-12-14T00:00:13.302Z Compiling adler2 v2.0.0
19002024-12-14T00:00:13.334Z Compiling heck v0.4.1
19012024-12-14T00:00:13.386Z Compiling foreign-types v0.3.2
19022024-12-14T00:00:13.491Z Compiling miniz_oxide v0.8.0
19032024-12-14T00:00:13.847Z Compiling hostname v0.3.1
19042024-12-14T00:00:15.448Z Compiling url v2.5.3
19052024-12-14T00:00:22.036Z Compiling http-body-util v0.1.2
19062024-12-14T00:00:22.099Z Compiling clap_derive v4.5.18
19072024-12-14T00:00:22.667Z Compiling dirs-sys-next v0.1.2
19082024-12-14T00:00:23.263Z Compiling encoding_rs v0.8.34
19092024-12-14T00:00:26.548Z Compiling data-encoding v2.6.0
19102024-12-14T00:00:27.421Z Compiling siphasher v0.3.11
19112024-12-14T00:00:27.841Z Compiling mime v0.3.17
19122024-12-14T00:00:29.126Z Compiling dirs-next v2.0.0
19132024-12-14T00:00:35.167Z Compiling hubpack_derive v0.1.1
19142024-12-14T00:00:35.721Z Compiling serde_urlencoded v0.7.1
19152024-12-14T00:00:36.341Z Compiling crossbeam-epoch v0.9.18
19162024-12-14T00:00:36.517Z Compiling hashbrown v0.14.5
19172024-12-14T00:00:37.221Z Compiling rustls-pemfile v2.2.0
19182024-12-14T00:00:37.876Z Compiling dropshot_endpoint v0.12.0
19192024-12-14T00:00:39.244Z Compiling sha1 v0.10.6
19202024-12-14T00:00:39.691Z Compiling signature v2.2.0
19212024-12-14T00:00:40.028Z Compiling rustls-webpki v0.102.8
19222024-12-14T00:00:40.087Z Compiling curve25519-dalek-derive v0.1.1
19232024-12-14T00:00:41.231Z Compiling thread_local v1.1.8
19242024-12-14T00:00:41.801Z Compiling fs-err v2.11.0
19252024-12-14T00:00:42.154Z Compiling anstyle v1.0.10
19262024-12-14T00:00:42.250Z Compiling ipnet v2.10.1
19272024-12-14T00:00:42.354Z Compiling openssl-probe v0.1.5
19282024-12-14T00:00:42.728Z Compiling gimli v0.31.1
19292024-12-14T00:00:43.544Z Compiling utf8parse v0.2.2
19302024-12-14T00:00:43.801Z Compiling unicode-properties v0.1.3
19312024-12-14T00:00:45.578Z Compiling winnow v0.6.20
19322024-12-14T00:00:46.048Z Compiling stringprep v0.1.5
19332024-12-14T00:00:47.073Z Compiling anstyle-parse v0.2.5
19342024-12-14T00:00:47.834Z Compiling addr2line v0.24.2
19352024-12-14T00:00:48.707Z Compiling regress v0.10.1
19362024-12-14T00:00:48.874Z Compiling crossbeam-deque v0.8.5
19372024-12-14T00:00:49.245Z Compiling term v0.7.0
19382024-12-14T00:00:49.710Z Compiling toml_edit v0.22.22
19392024-12-14T00:00:50.575Z Compiling slog-json v2.6.1
19402024-12-14T00:00:51.749Z Compiling crossbeam-channel v0.5.13
19412024-12-14T00:00:53.956Z Compiling idna v0.3.0
19422024-12-14T00:00:54.192Z Compiling idna v0.4.0
19432024-12-14T00:00:57.020Z Compiling futures-executor v0.3.31
19442024-12-14T00:00:57.114Z Compiling num-integer v0.1.46
19452024-12-14T00:00:57.147Z Compiling md-5 v0.10.6
19462024-12-14T00:00:57.398Z Compiling ff v0.13.0
19472024-12-14T00:00:57.481Z Compiling hash32 v0.2.1
19482024-12-14T00:00:57.637Z Compiling is-terminal v0.4.13
19492024-12-14T00:00:57.775Z Compiling memmap v0.7.0
19502024-12-14T00:00:57.817Z Compiling object v0.36.5
19512024-12-14T00:00:57.853Z Compiling take_mut v0.2.2
19522024-12-14T00:00:57.878Z Compiling is_terminal_polyfill v1.70.1
19532024-12-14T00:00:58.014Z Compiling base16ct v0.2.0
19542024-12-14T00:00:58.016Z Compiling colorchoice v1.0.2
19552024-12-14T00:00:58.100Z Compiling fallible-iterator v0.2.0
19562024-12-14T00:00:58.193Z Compiling psl-types v2.0.11
19572024-12-14T00:00:58.283Z Compiling utf-8 v0.7.6
19582024-12-14T00:00:58.397Z Compiling linked-hash-map v0.5.6
19592024-12-14T00:00:58.582Z Compiling anstyle-query v1.1.1
19602024-12-14T00:00:58.744Z Compiling rustc-demangle v0.1.24
19612024-12-14T00:00:58.773Z Compiling quick-error v1.2.3
19622024-12-14T00:00:58.920Z Compiling resolv-conf v0.7.0
19632024-12-14T00:00:59.054Z Compiling publicsuffix v2.2.3
19642024-12-14T00:00:59.377Z Compiling postgres-protocol v0.6.7
19652024-12-14T00:00:59.602Z Compiling lru-cache v0.1.2
19662024-12-14T00:00:59.636Z Compiling anstream v0.6.15
19672024-12-14T00:00:59.815Z Compiling tungstenite v0.24.0
19682024-12-14T00:01:00.587Z Compiling sec1 v0.7.3
19692024-12-14T00:01:00.644Z Compiling usdt v0.5.0
19702024-12-14T00:01:01.171Z Compiling slog-term v2.9.1
19712024-12-14T00:01:01.824Z Compiling num-iter v0.1.45
19722024-12-14T00:01:02.025Z Compiling group v0.13.0
19732024-12-14T00:01:02.127Z Compiling futures v0.3.31
19742024-12-14T00:01:02.326Z Compiling hickory-proto v0.24.1
19752024-12-14T00:01:02.349Z Compiling tokio-rustls v0.26.0
19762024-12-14T00:01:03.211Z Compiling toml v0.8.19
19772024-12-14T00:01:03.572Z Compiling tokio-rustls v0.25.0
19782024-12-14T00:01:04.013Z Compiling typify-impl v0.2.0
19792024-12-14T00:01:04.942Z Compiling slog-bunyan v2.5.0
19802024-12-14T00:01:05.155Z Compiling tokio-native-tls v0.3.1
19812024-12-14T00:01:05.423Z Compiling backtrace v0.3.74
19822024-12-14T00:01:05.571Z Compiling phf_shared v0.11.2
19832024-12-14T00:01:05.614Z Compiling strum_macros v0.25.3
19842024-12-14T00:01:06.068Z Compiling async-stream v0.3.6
19852024-12-14T00:01:06.387Z Compiling waitgroup v0.1.2
19862024-12-14T00:01:06.535Z Compiling webpki-roots v0.26.6
19872024-12-14T00:01:06.820Z Compiling idna v0.5.0
19882024-12-14T00:01:08.285Z Compiling terminal_size v0.4.0
19892024-12-14T00:01:08.306Z Compiling serde_path_to_error v0.1.16
19902024-12-14T00:01:09.108Z Compiling hkdf v0.12.4
19912024-12-14T00:01:09.140Z Compiling crypto-bigint v0.5.5
19922024-12-14T00:01:09.159Z Compiling serde_repr v0.1.19
19932024-12-14T00:01:09.345Z Compiling derive-where v1.2.7
19942024-12-14T00:01:10.421Z Compiling hostname v0.4.0
19952024-12-14T00:01:10.649Z Compiling crc32fast v1.4.2
19962024-12-14T00:01:11.136Z Compiling unicode-width v0.1.14
19972024-12-14T00:01:11.196Z Compiling winnow v0.5.40
19982024-12-14T00:01:11.978Z Compiling bitflags v1.3.2
19992024-12-14T00:01:12.093Z Compiling clap_lex v0.7.2
20002024-12-14T00:01:12.524Z Compiling managed v0.8.0
20012024-12-14T00:01:12.730Z Compiling debug-ignore v1.0.5
20022024-12-14T00:01:12.822Z Compiling clap_builder v4.5.21
20032024-12-14T00:01:13.120Z Compiling elliptic-curve v0.13.8
20042024-12-14T00:01:14.969Z Compiling toml_edit v0.19.15
20052024-12-14T00:01:14.990Z Compiling console v0.15.8
20062024-12-14T00:01:15.787Z Compiling typify-macro v0.2.0
20072024-12-14T00:01:16.729Z Compiling flate2 v1.0.34
20082024-12-14T00:01:17.653Z Compiling hickory-resolver v0.24.1
20092024-12-14T00:01:17.767Z Compiling cookie_store v0.21.0
20102024-12-14T00:01:21.393Z Compiling hyper-rustls v0.27.3
20112024-12-14T00:01:23.191Z Compiling phf v0.11.2
20122024-12-14T00:01:23.506Z Compiling hyper-tls v0.6.0
20132024-12-14T00:01:23.682Z Compiling signal-hook-mio v0.2.4
20142024-12-14T00:01:23.731Z Compiling rayon v1.10.0
20152024-12-14T00:01:23.846Z Compiling bzip2 v0.4.4
20162024-12-14T00:01:23.928Z Compiling tokio-tungstenite v0.24.0
20172024-12-14T00:01:24.048Z Compiling postgres-types v0.2.8
20182024-12-14T00:01:24.355Z Compiling ed25519 v2.2.3
20192024-12-14T00:01:24.515Z Compiling hubpack v0.1.2
20202024-12-14T00:01:24.645Z Compiling phf_shared v0.10.0
20212024-12-14T00:01:24.961Z Compiling pkcs1 v0.7.5
20222024-12-14T00:01:25.141Z Compiling zerocopy v0.6.6
20232024-12-14T00:01:25.434Z Compiling tokio-stream v0.1.16
20242024-12-14T00:01:26.202Z Compiling serde-big-array v0.5.1
20252024-12-14T00:01:26.440Z Compiling rfc6979 v0.4.0
20262024-12-14T00:01:26.462Z Compiling float-cmp v0.9.0
20272024-12-14T00:01:26.661Z Compiling sync_wrapper v1.0.1
20282024-12-14T00:01:26.826Z Compiling bstr v1.10.0
20292024-12-14T00:01:27.181Z Compiling unicode-segmentation v1.12.0
20302024-12-14T00:01:27.305Z Compiling new_debug_unreachable v1.0.6
20312024-12-14T00:01:27.415Z Compiling number_prefix v0.4.0
20322024-12-14T00:01:27.637Z Compiling unicode-width v0.2.0
20332024-12-14T00:01:27.925Z Compiling static_assertions v1.1.0
20342024-12-14T00:01:28.013Z Compiling fixedbitset v0.4.2
20352024-12-14T00:01:28.037Z Compiling precomputed-hash v0.1.1
20362024-12-14T00:01:28.176Z Compiling normalize-line-endings v0.3.0
20372024-12-14T00:01:28.356Z Compiling whoami v1.5.2
20382024-12-14T00:01:28.407Z Compiling difflib v0.4.0
20392024-12-14T00:01:28.428Z Compiling predicates-core v1.0.8
20402024-12-14T00:01:28.724Z Compiling bit-vec v0.6.3
20412024-12-14T00:01:28.927Z Compiling predicates v3.1.2
20422024-12-14T00:01:29.170Z Compiling bit-set v0.5.3
20432024-12-14T00:01:29.493Z Compiling reqwest v0.12.9
20442024-12-14T00:01:29.656Z Compiling tokio-postgres v0.7.12
20452024-12-14T00:01:30.466Z Compiling petgraph v0.6.5
20462024-12-14T00:01:31.133Z Compiling string_cache v0.8.7
20472024-12-14T00:01:31.554Z Compiling indicatif v0.17.9
20482024-12-14T00:01:31.930Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20492024-12-14T00:01:33.366Z Compiling similar v2.6.0
20502024-12-14T00:01:35.620Z Compiling ecdsa v0.16.9
20512024-12-14T00:01:35.655Z Compiling qorb v0.2.1
20522024-12-14T00:01:36.915Z Compiling rsa v0.9.6
20532024-12-14T00:01:37.018Z Compiling ed25519-dalek v2.1.1
20542024-12-14T00:01:38.392Z Compiling zip v0.6.6
20552024-12-14T00:01:38.562Z Compiling crossterm v0.28.1
20562024-12-14T00:01:38.791Z Compiling toml v0.7.8
20572024-12-14T00:01:40.395Z Compiling clap v4.5.21
20582024-12-14T00:01:42.132Z Compiling x509-cert v0.2.5
20592024-12-14T00:01:42.345Z Compiling hex v0.4.3
20602024-12-14T00:01:45.698Z Compiling radium v0.7.0
20612024-12-14T00:01:46.103Z Compiling peg-runtime v0.8.3
20622024-12-14T00:01:46.594Z Compiling unicode-xid v0.2.6
20632024-12-14T00:01:46.646Z Compiling lalrpop-util v0.19.12
20642024-12-14T00:01:48.250Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20652024-12-14T00:02:05.552Z Compiling tap v1.0.1
20662024-12-14T00:02:05.892Z Compiling ident_case v1.0.1
20672024-12-14T00:02:06.245Z Compiling maybe-uninit v2.0.0
20682024-12-14T00:02:06.799Z Compiling darling_core v0.20.10
20692024-12-14T00:02:07.480Z Compiling wyz v0.5.1
20702024-12-14T00:02:15.354Z Compiling typify v0.2.0
20712024-12-14T00:02:20.231Z Compiling unsafe-libyaml v0.2.11
20722024-12-14T00:02:20.737Z Compiling funty v2.0.0
20732024-12-14T00:02:21.007Z Compiling packed_struct v0.10.1
20742024-12-14T00:02:21.634Z Compiling serde_yaml v0.9.34+deprecated
20752024-12-14T00:02:21.814Z Compiling bitvec v1.0.1
20762024-12-14T00:02:26.197Z Compiling progenitor-impl v0.8.0
20772024-12-14T00:02:27.606Z Compiling darling_macro v0.20.10
20782024-12-14T00:02:28.783Z Compiling packed_struct_codegen v0.10.1
20792024-12-14T00:02:31.546Z Compiling structmeta-derive v0.3.0
20802024-12-14T00:02:31.980Z Compiling indexmap v1.9.3
20812024-12-14T00:02:32.300Z Compiling fastrand v2.1.1
20822024-12-14T00:02:33.108Z Compiling nodrop v0.1.14
20832024-12-14T00:02:33.190Z Compiling newtype-uuid v1.1.3
20842024-12-14T00:02:33.256Z Compiling crc-catalog v2.4.0
20852024-12-14T00:02:33.417Z Compiling crc v3.2.1
20862024-12-14T00:02:33.513Z Compiling array-init v0.0.4
20872024-12-14T00:02:34.193Z Compiling structmeta v0.3.0
20882024-12-14T00:02:34.785Z Compiling progenitor-macro v0.8.0
20892024-12-14T00:02:35.529Z Compiling tempfile v3.13.0
20902024-12-14T00:02:41.538Z Compiling darling v0.20.10
20912024-12-14T00:02:41.872Z Compiling smallvec v0.6.14
20922024-12-14T00:02:47.889Z Compiling progenitor-client v0.8.0
20932024-12-14T00:02:50.568Z Compiling pin-project-internal v1.1.6
20942024-12-14T00:02:50.646Z Compiling dropshot v0.13.0
20952024-12-14T00:02:51.062Z Compiling bitfield v0.14.0
20962024-12-14T00:02:51.872Z Compiling same-file v1.0.6
20972024-12-14T00:02:56.178Z Compiling base64 v0.21.7
20982024-12-14T00:02:56.239Z Compiling hashbrown v0.12.3
20992024-12-14T00:02:56.239Z Compiling termcolor v1.4.1
21002024-12-14T00:02:56.243Z Compiling env_logger v0.10.2
21012024-12-14T00:02:57.495Z Compiling ron v0.8.1
21022024-12-14T00:02:58.639Z Compiling pin-project v1.1.6
21032024-12-14T00:03:03.017Z Compiling walkdir v2.5.0
21042024-12-14T00:03:04.008Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21052024-12-14T00:03:09.300Z Compiling progenitor v0.8.0
21062024-12-14T00:03:10.241Z Compiling serde-hex v0.1.0
21072024-12-14T00:03:11.885Z Compiling serde_with_macros v3.11.0
21082024-12-14T00:03:13.403Z Compiling parse-display-derive v0.10.0
21092024-12-14T00:03:14.474Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21102024-12-14T00:03:15.528Z Compiling strum_macros v0.26.4
21112024-12-14T00:03:17.352Z Compiling snafu-derive v0.8.5
21122024-12-14T00:03:18.357Z Compiling hashbrown v0.13.2
21132024-12-14T00:03:18.638Z Compiling ipnetwork v0.20.0
21142024-12-14T00:03:18.675Z Compiling xattr v1.3.1
21152024-12-14T00:03:18.988Z Compiling dropshot_endpoint v0.13.0
21162024-12-14T00:03:19.782Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21172024-12-14T00:03:19.821Z Compiling blake3 v1.5.4
21182024-12-14T00:03:20.052Z Compiling ring v0.16.20
21192024-12-14T00:03:20.449Z Compiling filetime v0.2.25
21202024-12-14T00:03:20.515Z Compiling instant v0.1.13
21212024-12-14T00:03:20.702Z Compiling bumpalo v3.16.0
21222024-12-14T00:03:20.822Z Compiling simd-adler32 v0.3.7
21232024-12-14T00:03:21.286Z Compiling zip v2.1.3
21242024-12-14T00:03:21.601Z Compiling crc-any v2.5.0
21252024-12-14T00:03:21.983Z Compiling lockfree-object-pool v0.1.6
21262024-12-14T00:03:22.173Z Compiling buf-list v1.0.3
21272024-12-14T00:03:22.527Z Compiling zopfli v0.8.1
21282024-12-14T00:03:22.579Z Compiling snafu v0.8.5
21292024-12-14T00:03:22.800Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21302024-12-14T00:03:23.411Z Compiling tar v0.4.42
21312024-12-14T00:03:23.865Z Compiling backoff v0.4.0
21322024-12-14T00:03:24.250Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-12-14T00:03:25.129Z Compiling strum v0.26.3
21342024-12-14T00:03:25.345Z Compiling object v0.30.4
21352024-12-14T00:03:26.742Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-14T00:03:28.712Z Compiling parse-display v0.10.0
21372024-12-14T00:03:29.207Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-14T00:03:29.828Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-14T00:03:30.411Z Compiling serde_with v3.11.0
21402024-12-14T00:03:30.649Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412024-12-14T00:03:31.381Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21422024-12-14T00:03:31.402Z Compiling camino-tempfile v1.1.1
21432024-12-14T00:03:32.174Z Compiling globset v0.4.15
21442024-12-14T00:03:34.735Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21452024-12-14T00:03:34.936Z Compiling regress v0.9.1
21462024-12-14T00:03:37.064Z Compiling pem v3.0.4
21472024-12-14T00:03:41.106Z Compiling olpc-cjson v0.1.4
21482024-12-14T00:03:41.121Z Compiling macaddr v1.0.1
21492024-12-14T00:03:41.121Z Compiling serde_plain v1.0.2
21502024-12-14T00:03:41.122Z Compiling async-recursion v1.1.1
21512024-12-14T00:03:41.122Z Compiling memmap2 v0.9.5
21522024-12-14T00:03:41.122Z Compiling path-slash v0.1.5
21532024-12-14T00:03:41.122Z Compiling arrayvec v0.7.6
21542024-12-14T00:03:41.122Z Compiling spin v0.5.2
21552024-12-14T00:03:41.122Z Compiling typed-path v0.9.3
21562024-12-14T00:03:41.122Z Compiling constant_time_eq v0.3.1
21572024-12-14T00:03:41.122Z Compiling arrayref v0.3.9
21582024-12-14T00:03:41.122Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21592024-12-14T00:03:41.122Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21602024-12-14T00:03:42.119Z Compiling tough v0.19.0
21612024-12-14T00:03:46.674Z Compiling itertools v0.13.0
21622024-12-14T00:03:47.384Z Compiling cargo-platform v0.1.8
21632024-12-14T00:03:47.619Z Compiling topological-sort v0.2.2
21642024-12-14T00:03:47.902Z Compiling parse-size v1.1.0
21652024-12-14T00:03:48.214Z Compiling omicron-zone-package v0.11.1
21662024-12-14T00:03:48.440Z Compiling cargo_metadata v0.18.1
21672024-12-14T00:03:50.216Z Compiling shell-words v1.1.0
21682024-12-14T00:03:53.591Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21692024-12-14T00:04:07.721Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21702024-12-14T00:04:22.661Z Finished `release` profile [optimized] target(s) in 5m 52s
21712024-12-14T00:04:22.827Z Running `target/release/omicron-releng --output-dir /work`
21722024-12-14T00:04:22.874ZDec 14 00:04:21.699 DEBG changing working directory to /work/oxidecomputer/omicron
21732024-12-14T00:04:22.975ZDec 14 00:04:21.803 DEBG running: git rev-parse HEAD
21742024-12-14T00:04:22.983ZDec 14 00:04:21.810 DEBG process exited with exit status: 0 (6.906631ms)
21752024-12-14T00:04:22.983ZDec 14 00:04:21.810 INFO version: 12.0.0-0.ci+git2d0edd7fe91
21762024-12-14T00:04:23.027ZDec 14 00:04:21.854 INFO cloning helios to /work/oxidecomputer/helios
21772024-12-14T00:04:23.027ZDec 14 00:04:21.854 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21782024-12-14T00:04:23.031ZCloning into '/work/oxidecomputer/helios'...
21792024-12-14T00:04:23.491ZDec 14 00:04:22.318 DEBG process exited with exit status: 0 (463.765689ms)
21802024-12-14T00:04:23.491ZDec 14 00:04:22.318 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21812024-12-14T00:04:23.498Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21822024-12-14T00:04:23.498Z# branch.head master
21832024-12-14T00:04:23.498Z# branch.upstream origin/master
21842024-12-14T00:04:23.498Z# branch.ab +0 -0
21852024-12-14T00:04:23.502ZDec 14 00:04:22.326 DEBG process exited with exit status: 0 (8.342199ms)
21862024-12-14T00:04:23.502ZDec 14 00:04:22.326 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21872024-12-14T00:04:24.373ZDec 14 00:04:23.200 DEBG process exited with exit status: 0 (873.674862ms)
21882024-12-14T00:04:24.374ZDec 14 00:04:23.200 DEBG running: zfs list rpool/images/build/host
21892024-12-14T00:04:24.380ZNAME USED AVAIL REFER MOUNTPOINT
21902024-12-14T00:04:24.380Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21912024-12-14T00:04:24.383ZDec 14 00:04:23.208 DEBG process exited with exit status: 0 (7.512109ms)
21922024-12-14T00:04:24.383ZDec 14 00:04:23.208 DEBG running: zfs list rpool/images/build/recovery
21932024-12-14T00:04:24.386ZNAME USED AVAIL REFER MOUNTPOINT
21942024-12-14T00:04:24.386Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21952024-12-14T00:04:24.389ZDec 14 00:04:23.214 DEBG process exited with exit status: 0 (6.482862ms)
21962024-12-14T00:04:24.390ZDec 14 00:04:23.215 INFO [hubris-production] running task
21972024-12-14T00:04:24.390ZDec 14 00:04:23.215 INFO [hubris-staging] running task
21982024-12-14T00:04:24.390ZDec 14 00:04:23.215 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21992024-12-14T00:04:24.392ZDec 14 00:04:23.219 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22002024-12-14T00:04:24.470Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22012024-12-14T00:04:24.881Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-14T00:04:25.550Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-14T00:04:25.836Z[ omicron-package] Blocking waiting for file lock on package cache
22042024-12-14T00:04:26.204ZDec 14 00:04:25.030 INFO [hubris-production] task succeeded (1.815216327s)
22052024-12-14T00:04:26.739Z[ omicron-package] Compiling zerocopy v0.8.10
22062024-12-14T00:04:26.743Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22072024-12-14T00:04:26.743Z[ omicron-package] Compiling itertools v0.13.0
22082024-12-14T00:04:26.743Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22092024-12-14T00:04:26.743Z[ omicron-package] Compiling heapless v0.8.0
22102024-12-14T00:04:26.744Z[ omicron-package] Compiling hash32 v0.3.1
22112024-12-14T00:04:26.744Z[ omicron-package] Compiling smoltcp v0.11.0
22122024-12-14T00:04:27.300Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132024-12-14T00:04:28.002Z[ omicron-package] Compiling num_enum_derive v0.5.11
22142024-12-14T00:04:28.205Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22152024-12-14T00:04:28.729Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22162024-12-14T00:04:28.881Z[ omicron-package] Compiling cobs v0.2.3
22172024-12-14T00:04:29.176Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22182024-12-14T00:04:29.272Z[ omicron-package] Compiling proc-macro-error v1.0.4
22192024-12-14T00:04:29.783Z[ omicron-package] Compiling postcard v1.0.10
22202024-12-14T00:04:30.117Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22212024-12-14T00:04:30.299Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22222024-12-14T00:04:30.500Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22232024-12-14T00:04:31.602Z[ omicron-package] Compiling tabwriter v1.4.0
22242024-12-14T00:04:32.019Z[ omicron-package] Compiling num_enum v0.5.11
22252024-12-14T00:04:32.183Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22262024-12-14T00:04:32.455Z[ omicron-package] Compiling cstr-argument v0.1.2
22272024-12-14T00:04:32.474Z[ omicron-package] Compiling foreign-types v0.5.0
22282024-12-14T00:04:33.001Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22292024-12-14T00:04:33.214Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22302024-12-14T00:04:33.291Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22312024-12-14T00:04:33.449Z[ omicron-package] Compiling thiserror v2.0.3
22322024-12-14T00:04:33.815Z[ omicron-package] Compiling pretty-hex v0.2.1
22332024-12-14T00:04:33.815Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22342024-12-14T00:04:34.604Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-14T00:04:34.714Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22362024-12-14T00:04:35.071Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372024-12-14T00:04:35.364Z[ omicron-package] Compiling colored v2.1.0
22382024-12-14T00:04:35.452Z[ omicron-package] Compiling thiserror-impl v2.0.3
22392024-12-14T00:04:36.107Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22402024-12-14T00:04:36.866ZDec 14 00:04:35.690 INFO [hubris-staging] task succeeded (12.475095369s)
22412024-12-14T00:04:37.002Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22422024-12-14T00:04:37.414Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22432024-12-14T00:04:37.640Z[ omicron-package] Compiling sigpipe v0.1.3
22442024-12-14T00:04:38.136Z[ omicron-package] Compiling num-derive v0.4.2
22452024-12-14T00:04:38.342Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22462024-12-14T00:04:39.250Z[ omicron-package] Compiling libefi-sys v0.1.0
22472024-12-14T00:04:39.876Z[ omicron-package] Compiling zone v0.3.0
22482024-12-14T00:04:40.301Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22492024-12-14T00:04:40.364Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502024-12-14T00:04:41.214Z[ omicron-package] Compiling smf v0.2.3
22512024-12-14T00:04:41.311Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22522024-12-14T00:04:42.179Z[ omicron-package] Compiling bitfield-struct v0.6.2
22532024-12-14T00:04:42.291Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22542024-12-14T00:04:44.349Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22552024-12-14T00:04:44.920Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22562024-12-14T00:04:45.152Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22572024-12-14T00:04:45.240Z[ omicron-package] Compiling gethostname v0.5.0
22582024-12-14T00:04:45.350Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-14T00:04:45.352Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-12-14T00:04:45.579Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22612024-12-14T00:04:46.579Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22622024-12-14T00:04:49.123Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-14T00:04:50.126Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-14T00:04:51.541Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652024-12-14T00:04:54.448Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22662024-12-14T00:04:55.126Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22672024-12-14T00:04:56.937Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22682024-12-14T00:05:06.643Z[ helios-setup] Dec 14 00:05:05.460 INFO helios repository root is: /work/oxidecomputer/helios
22692024-12-14T00:05:06.647Z[ helios-setup] Dec 14 00:05:05.463 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
22702024-12-14T00:05:06.647Z[ helios-setup] Dec 14 00:05:05.463 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22712024-12-14T00:05:06.651Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22722024-12-14T00:05:14.062Z[ helios-setup] Dec 14 00:05:12.877 INFO clone ok!, project: amd-firmware
22732024-12-14T00:05:14.065Z[ helios-setup] Dec 14 00:05:12.877 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
22742024-12-14T00:05:14.065Z[ helios-setup] Dec 14 00:05:12.877 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22752024-12-14T00:05:14.067Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22762024-12-14T00:05:15.020Z[ helios-setup] Dec 14 00:05:13.834 INFO clone ok!, project: chelsio-t6-roms
22772024-12-14T00:05:15.022Z[ helios-setup] Dec 14 00:05:13.835 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22782024-12-14T00:05:15.022Z[ helios-setup] Dec 14 00:05:13.835 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
22792024-12-14T00:05:15.022Z[ helios-setup] Dec 14 00:05:13.835 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22802024-12-14T00:05:15.025Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22812024-12-14T00:05:15.532Z[ helios-setup] Dec 14 00:05:14.347 INFO clone ok!, project: image-builder
22822024-12-14T00:05:15.535Z[ helios-setup] Dec 14 00:05:14.347 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
22832024-12-14T00:05:15.535Z[ helios-setup] Dec 14 00:05:14.347 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
22842024-12-14T00:05:15.538Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22852024-12-14T00:05:15.794Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.38s
22862024-12-14T00:05:16.042Z[ omicron-package]
22872024-12-14T00:05:16.042Z[ omicron-package] real 51.593671643
22882024-12-14T00:05:16.044Z[ omicron-package] user 2:59.254142268
22892024-12-14T00:05:16.044Z[ omicron-package] sys 26.789626116
22902024-12-14T00:05:16.044Z[ omicron-package] trap 0.246965165
22912024-12-14T00:05:16.044Z[ omicron-package] tflt 0.620695102
22922024-12-14T00:05:16.044Z[ omicron-package] dflt 0.660057197
22932024-12-14T00:05:16.045Z[ omicron-package] kflt 0.000125232
22942024-12-14T00:05:16.045Z[ omicron-package] lock 6:12.553179717
22952024-12-14T00:05:16.045Z[ omicron-package] slp 10:11.743337052
22962024-12-14T00:05:16.045Z[ omicron-package] lat 1:38.026340815
22972024-12-14T00:05:16.045ZDec 14 00:05:14.856 INFO [omicron-package] process exited with exit status: 0 (51.637472983s)
22982024-12-14T00:05:16.045Z[ omicron-package] stop 1:01.995622276
22992024-12-14T00:05:16.045ZDec 14 00:05:14.857 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
23002024-12-14T00:05:16.119ZDec 14 00:05:14.934 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23012024-12-14T00:05:16.130Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23022024-12-14T00:05:16.133Z[ host-target] Created new build target 'host' and set it as active
23032024-12-14T00:05:16.133ZDec 14 00:05:14.947 INFO [host-target] process exited with exit status: 0 (90.602687ms)
23042024-12-14T00:05:16.135ZDec 14 00:05:14.948 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23052024-12-14T00:05:16.138Z[ recovery-target] Created new build target 'recovery' and set it as active
23062024-12-14T00:05:16.143Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23072024-12-14T00:05:16.143ZDec 14 00:05:14.955 INFO [recovery-target] process exited with exit status: 0 (21.725182ms)
23082024-12-14T00:05:16.148Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23092024-12-14T00:05:16.364Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23102024-12-14T00:05:16.370Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23112024-12-14T00:05:17.314Z[ host-package] Compiling convert_case v0.4.0
23122024-12-14T00:05:17.314Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23132024-12-14T00:05:17.318Z[ host-package] Compiling newline-converter v0.3.0
23142024-12-14T00:05:17.318Z[ host-package] Compiling password-hash v0.5.0
23152024-12-14T00:05:17.318Z[ host-package] Compiling progenitor-client v0.8.0
23162024-12-14T00:05:17.318Z[ host-package] Compiling blake2 v0.10.6
23172024-12-14T00:05:17.448Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23182024-12-14T00:05:17.465Z[ host-package] Compiling cancel-safe-futures v0.1.5
23192024-12-14T00:05:17.677Z[ host-package] Compiling expectorate v1.1.0
23202024-12-14T00:05:17.847Z[ host-package] Compiling owo-colors v4.1.0
23212024-12-14T00:05:17.893Z[ host-package] Compiling num-rational v0.4.2
23222024-12-14T00:05:17.926Z[ host-package] Compiling progenitor v0.8.0
23232024-12-14T00:05:18.024Z[ host-package] Compiling num-complex v0.4.6
23242024-12-14T00:05:18.131Z[ host-package] Compiling argon2 v0.5.3
23252024-12-14T00:05:18.220Z[ host-package] Compiling derive_more v0.99.18
23262024-12-14T00:05:18.817Z[ host-package] Compiling atomicwrites v0.4.4
23272024-12-14T00:05:19.016Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282024-12-14T00:05:19.361Z[ host-package] Compiling num v0.4.3
23292024-12-14T00:05:19.410Z[ host-package] Compiling libsw v3.3.1
23302024-12-14T00:05:19.541Z[ host-package] Compiling float-ord v0.3.2
23312024-12-14T00:05:19.644Z[ host-package] Compiling linear-map v1.2.0
23322024-12-14T00:05:19.693Z[ host-package] Compiling indent_write v2.2.0
23332024-12-14T00:05:19.750Z[ host-package] Compiling swrite v0.1.0
23342024-12-14T00:05:19.827Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23352024-12-14T00:05:19.898Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23362024-12-14T00:05:19.955Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23372024-12-14T00:05:20.108Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23382024-12-14T00:05:20.483Z[ host-package] Compiling highway v1.2.0
23392024-12-14T00:05:20.662Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23402024-12-14T00:05:21.368Z[ host-package] Compiling semver v0.1.20
23412024-12-14T00:05:21.950Z[ host-package] Compiling rustc_version v0.1.7
23422024-12-14T00:05:22.044Z[ host-package] Compiling newtype-uuid v1.1.3
23432024-12-14T00:05:22.399Z[ host-package] Compiling newtype_derive v0.1.6
23442024-12-14T00:05:22.468Z[ host-package] Compiling dropshot v0.13.0
23452024-12-14T00:05:22.579Z[ host-package] Compiling ipnetwork v0.20.0
23462024-12-14T00:05:22.953Z[ host-package] Compiling instant v0.1.13
23472024-12-14T00:05:23.138Z[ host-package] Compiling humantime v2.1.0
23482024-12-14T00:05:23.460Z[ host-package] Compiling backoff v0.4.0
23492024-12-14T00:05:23.573Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23502024-12-14T00:05:23.587Z[ helios-setup] Dec 14 00:05:22.400 INFO clone ok!, project: amd-host-image-builder
23512024-12-14T00:05:23.590Z[ helios-setup] Dec 14 00:05:22.400 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
23522024-12-14T00:05:23.590Z[ helios-setup] Dec 14 00:05:22.401 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23532024-12-14T00:05:23.593Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23542024-12-14T00:05:23.951Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23552024-12-14T00:05:24.655Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23562024-12-14T00:05:24.807Z[ helios-setup] Dec 14 00:05:23.620 INFO clone ok!, project: pilot
23572024-12-14T00:05:24.810Z[ helios-setup] Dec 14 00:05:23.620 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23582024-12-14T00:05:24.810Z[ helios-setup] Dec 14 00:05:23.620 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23592024-12-14T00:05:24.810Z[ helios-setup] Dec 14 00:05:23.620 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
23602024-12-14T00:05:24.810Z[ helios-setup] Dec 14 00:05:23.620 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23612024-12-14T00:05:24.813Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23622024-12-14T00:05:25.360Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23632024-12-14T00:05:25.530Z[ helios-setup] Dec 14 00:05:24.342 INFO clone ok!, project: pinprick
23642024-12-14T00:05:25.533Z[ helios-setup] Dec 14 00:05:24.342 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
23652024-12-14T00:05:25.533Z[ helios-setup] Dec 14 00:05:24.342 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23662024-12-14T00:05:25.536Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23672024-12-14T00:05:26.349Z[ helios-setup] Dec 14 00:05:25.161 INFO clone ok!, project: bootserver
23682024-12-14T00:05:26.352Z[ helios-setup] Dec 14 00:05:25.161 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
23692024-12-14T00:05:26.352Z[ helios-setup] Dec 14 00:05:25.162 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23702024-12-14T00:05:26.354Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23712024-12-14T00:05:27.379Z[ helios-setup] Dec 14 00:05:26.191 INFO clone ok!, project: phbl
23722024-12-14T00:05:27.382Z[ helios-setup] Dec 14 00:05:26.192 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23732024-12-14T00:05:28.131Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23742024-12-14T00:05:28.480Z[ helios-setup] Dec 14 00:05:27.291 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23752024-12-14T00:05:28.593Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23762024-12-14T00:05:29.074Z[ helios-setup] Dec 14 00:05:27.886 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23772024-12-14T00:05:29.077Z[ helios-setup] Dec 14 00:05:27.886 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23782024-12-14T00:05:29.126Z[ host-package] Compiling parse-display v0.10.0
23792024-12-14T00:05:29.640Z[ helios-setup] Dec 14 00:05:28.451 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23802024-12-14T00:05:29.774Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23812024-12-14T00:05:30.046Z[ host-package] Compiling serde_with v3.11.0
23822024-12-14T00:05:30.184Z[ host-package] Compiling strum v0.26.3
23832024-12-14T00:05:30.213Z[ helios-setup] Dec 14 00:05:29.024 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23842024-12-14T00:05:30.213Z[ helios-setup] Dec 14 00:05:29.025 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23852024-12-14T00:05:30.404Z[ host-package] Compiling regress v0.9.1
23862024-12-14T00:05:30.748Z[ helios-setup] Dec 14 00:05:29.559 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23872024-12-14T00:05:31.353Z[ helios-setup] Dec 14 00:05:30.164 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23882024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.164 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23892024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.164 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23902024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.165 INFO ok!
23912024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.165 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23922024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.165 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23932024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.165 INFO ok!
23942024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.165 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23952024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.165 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23962024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.165 INFO ok!
23972024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.165 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
23982024-12-14T00:05:31.356Z[ helios-setup] Dec 14 00:05:30.165 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
23992024-12-14T00:05:31.774Z[ helios-setup] Dec 14 00:05:30.585 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24002024-12-14T00:05:32.387Z[ helios-setup] Dec 14 00:05:31.198 INFO E| From https://github.com/jclulow/rust-jmclib
24012024-12-14T00:05:32.387Z[ helios-setup] Dec 14 00:05:31.198 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24022024-12-14T00:05:32.405Z[ helios-setup] Dec 14 00:05:31.216 INFO E| Updating crates.io index
24032024-12-14T00:05:32.582Z[ helios-setup] Dec 14 00:05:31.391 INFO E| Downloading crates ...
24042024-12-14T00:05:32.795Z[ helios-setup] Dec 14 00:05:31.605 INFO E| Downloaded opaque-debug v0.3.0
24052024-12-14T00:05:32.797Z[ helios-setup] Dec 14 00:05:31.607 INFO E| Downloaded block-buffer v0.9.0
24062024-12-14T00:05:32.800Z[ helios-setup] Dec 14 00:05:31.609 INFO E| Downloaded md-5 v0.9.1
24072024-12-14T00:05:32.803Z[ helios-setup] Dec 14 00:05:31.611 INFO E| Downloaded libdevinfo-sys v1.0.0
24082024-12-14T00:05:32.803Z[ helios-setup] Dec 14 00:05:31.613 INFO E| Downloaded itoa v1.0.9
24092024-12-14T00:05:32.805Z[ helios-setup] Dec 14 00:05:31.616 INFO E| Downloaded walkdir v2.3.3
24102024-12-14T00:05:32.808Z[ helios-setup] Dec 14 00:05:31.619 INFO E| Downloaded unicode-width v0.1.10
24112024-12-14T00:05:32.811Z[ helios-setup] Dec 14 00:05:31.621 INFO E| Downloaded errno v0.3.1
24122024-12-14T00:05:32.814Z[ helios-setup] Dec 14 00:05:31.625 INFO E| Downloaded cpufeatures v0.2.9
24132024-12-14T00:05:32.817Z[ helios-setup] Dec 14 00:05:31.627 INFO E| Downloaded fastrand v2.0.0
24142024-12-14T00:05:32.832Z[ helios-setup] Dec 14 00:05:31.643 INFO E| Downloaded uuid v0.8.2
24152024-12-14T00:05:32.838Z[ helios-setup] Dec 14 00:05:31.649 INFO E| Downloaded getrandom v0.2.10
24162024-12-14T00:05:32.843Z[ helios-setup] Dec 14 00:05:31.654 INFO E| Downloaded bitflags v2.3.3
24172024-12-14T00:05:32.848Z[ helios-setup] Dec 14 00:05:31.658 INFO E| Downloaded quote v1.0.31
24182024-12-14T00:05:32.869Z[ helios-setup] Dec 14 00:05:31.680 INFO E| Downloaded unicode-ident v1.0.11
24192024-12-14T00:05:32.874Z[ helios-setup] Dec 14 00:05:31.685 INFO E| Downloaded ryu v1.0.15
24202024-12-14T00:05:32.879Z[ helios-setup] Dec 14 00:05:31.690 INFO E| Downloaded serde v1.0.193
24212024-12-14T00:05:32.884Z[ helios-setup] Dec 14 00:05:31.695 INFO E| Downloaded anyhow v1.0.72
24222024-12-14T00:05:32.890Z[ helios-setup] Dec 14 00:05:31.701 INFO E| Downloaded typenum v1.16.0
24232024-12-14T00:05:32.894Z[ helios-setup] Dec 14 00:05:31.705 INFO E| Downloaded toml v0.5.11
24242024-12-14T00:05:32.898Z[ helios-setup] Dec 14 00:05:31.708 INFO E| Downloaded tempfile v3.7.0
24252024-12-14T00:05:32.902Z[ helios-setup] Dec 14 00:05:31.713 INFO E| Downloaded serde_derive v1.0.193
24262024-12-14T00:05:32.906Z[ helios-setup] Dec 14 00:05:31.716 INFO E| Downloaded proc-macro2 v1.0.66
24272024-12-14T00:05:32.910Z[ helios-setup] Dec 14 00:05:31.720 INFO E| Downloaded sha-1 v0.9.8
24282024-12-14T00:05:32.913Z[ helios-setup] Dec 14 00:05:31.723 INFO E| Downloaded serde_json v1.0.103
24292024-12-14T00:05:32.922Z[ helios-setup] Dec 14 00:05:31.732 INFO E| Downloaded once_cell v1.18.0
24302024-12-14T00:05:32.926Z[ helios-setup] Dec 14 00:05:31.737 INFO E| Downloaded digest v0.9.0
24312024-12-14T00:05:32.928Z[ helios-setup] Dec 14 00:05:31.739 INFO E| Downloaded syn v2.0.32
24322024-12-14T00:05:32.944Z[ helios-setup] Dec 14 00:05:31.755 INFO E| Downloaded rustix v0.38.4
24332024-12-14T00:05:33.040Z[ helios-setup] Dec 14 00:05:31.850 INFO E| Downloaded libc v0.2.147
24342024-12-14T00:05:33.182Z[ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling libc v0.2.147
24352024-12-14T00:05:33.182Z[ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling proc-macro2 v1.0.66
24362024-12-14T00:05:33.185Z[ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling cfg-if v1.0.0
24372024-12-14T00:05:33.185Z[ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling unicode-ident v1.0.11
24382024-12-14T00:05:33.186Z[ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling version_check v0.9.4
24392024-12-14T00:05:33.186Z[ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling typenum v1.16.0
24402024-12-14T00:05:33.186Z[ helios-setup] Dec 14 00:05:31.993 INFO E| Compiling serde v1.0.193
24412024-12-14T00:05:33.186Z[ helios-setup] Dec 14 00:05:31.993 INFO E| Compiling num-conv v0.1.0
24422024-12-14T00:05:33.611Z[ helios-setup] Dec 14 00:05:32.421 INFO E| Compiling slog v2.7.0
24432024-12-14T00:05:33.925Z[ helios-setup] Dec 14 00:05:32.735 INFO E| Compiling time-core v0.1.2
24442024-12-14T00:05:34.021Z[ helios-setup] Dec 14 00:05:32.830 INFO E| Compiling powerfmt v0.2.0
24452024-12-14T00:05:34.119Z[ helios-setup] Dec 14 00:05:32.928 INFO E| Compiling rustix v0.38.4
24462024-12-14T00:05:34.125Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24472024-12-14T00:05:34.366Z[ helios-setup] Dec 14 00:05:33.175 INFO E| Compiling itoa v1.0.9
24482024-12-14T00:05:34.736Z[ helios-setup] Dec 14 00:05:33.546 INFO E| Compiling deranged v0.3.11
24492024-12-14T00:05:34.789Z[ helios-setup] Dec 14 00:05:33.598 INFO E| Compiling time-macros v0.2.18
24502024-12-14T00:05:34.858Z[ helios-setup] Dec 14 00:05:33.668 INFO E| Compiling generic-array v0.14.7
24512024-12-14T00:05:34.917Z[ helios-setup] Dec 14 00:05:33.727 INFO E| Compiling bitflags v2.3.3
24522024-12-14T00:05:35.482Z[ helios-setup] Dec 14 00:05:34.292 INFO E| Compiling num_threads v0.1.6
24532024-12-14T00:05:35.578Z[ helios-setup] Dec 14 00:05:34.387 INFO E| Compiling once_cell v1.18.0
24542024-12-14T00:05:35.895Z[ helios-setup] Dec 14 00:05:34.705 INFO E| Compiling opaque-debug v0.3.0
24552024-12-14T00:05:36.018Z[ helios-setup] Dec 14 00:05:34.828 INFO E| Compiling fastrand v2.0.0
24562024-12-14T00:05:36.464Z[ host-package] Compiling macaddr v1.0.1
24572024-12-14T00:05:36.576Z[ helios-setup] Dec 14 00:05:35.386 INFO E| Compiling quote v1.0.31
24582024-12-14T00:05:37.084Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24592024-12-14T00:05:37.231Z[ helios-setup] Dec 14 00:05:36.041 INFO E| Compiling thread_local v1.1.7
24602024-12-14T00:05:37.408Z[ host-package] Compiling steno v0.4.1
24612024-12-14T00:05:37.574Z[ helios-setup] Dec 14 00:05:36.383 INFO E| Compiling syn v2.0.32
24622024-12-14T00:05:38.100Z[ helios-setup] Dec 14 00:05:36.909 INFO E| Compiling dirs-sys-next v0.1.2
24632024-12-14T00:05:38.105Z[ helios-setup] Dec 14 00:05:36.914 INFO E| Compiling errno v0.3.1
24642024-12-14T00:05:38.516Z[ helios-setup] Dec 14 00:05:37.325 INFO E| Compiling dirs-next v2.0.0
24652024-12-14T00:05:38.606Z[ helios-setup] Dec 14 00:05:37.415 INFO E| Compiling atty v0.2.14
24662024-12-14T00:05:38.877Z[ helios-setup] Dec 14 00:05:37.685 INFO E| Compiling term v0.7.0
24672024-12-14T00:05:38.888Z[ helios-setup] Dec 14 00:05:37.698 INFO E| Compiling serde_json v1.0.103
24682024-12-14T00:05:38.896Z[ host-package] Compiling prettyplease v0.2.25
24692024-12-14T00:05:38.902Z[ helios-setup] Dec 14 00:05:37.711 INFO E| Compiling anyhow v1.0.72
24702024-12-14T00:05:38.963Z[ host-package] Compiling slog-dtrace v0.3.0
24712024-12-14T00:05:39.748Z[ helios-setup] Dec 14 00:05:38.557 INFO E| Compiling getrandom v0.2.10
24722024-12-14T00:05:39.997Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24732024-12-14T00:05:40.008Z[ helios-setup] Dec 14 00:05:38.816 INFO E| Compiling cpufeatures v0.2.9
24742024-12-14T00:05:40.101Z[ helios-setup] Dec 14 00:05:38.910 INFO E| Compiling ryu v1.0.15
24752024-12-14T00:05:40.160Z[ helios-setup] Dec 14 00:05:38.969 INFO E| Compiling time v0.3.36
24762024-12-14T00:05:40.387Z[ helios-setup] Dec 14 00:05:39.196 INFO E| Compiling block-buffer v0.9.0
24772024-12-14T00:05:40.512Z[ helios-setup] Dec 14 00:05:39.321 INFO E| Compiling digest v0.9.0
24782024-12-14T00:05:40.665Z[ helios-setup] Dec 14 00:05:39.474 INFO E| Compiling unicode-width v0.1.10
24792024-12-14T00:05:40.708Z[ helios-setup] Dec 14 00:05:39.517 INFO E| Compiling same-file v1.0.6
24802024-12-14T00:05:40.800Z[ helios-setup] Dec 14 00:05:39.609 INFO E| Compiling md-5 v0.9.1
24812024-12-14T00:05:41.092Z[ helios-setup] Dec 14 00:05:39.901 INFO E| Compiling walkdir v2.3.3
24822024-12-14T00:05:41.113Z[ helios-setup] Dec 14 00:05:39.921 INFO E| Compiling getopts v0.2.21
24832024-12-14T00:05:41.396Z[ helios-setup] Dec 14 00:05:40.204 INFO E| Compiling tempfile v3.7.0
24842024-12-14T00:05:41.696Z[ helios-setup] Dec 14 00:05:40.505 INFO E| Compiling sha-1 v0.9.8
24852024-12-14T00:05:42.348Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24862024-12-14T00:05:42.697Z[ helios-setup] Dec 14 00:05:41.505 INFO E| Compiling libdevinfo-sys v1.0.0
24872024-12-14T00:05:42.728Z[ helios-setup] Dec 14 00:05:41.536 INFO E| Compiling glob v0.3.1
24882024-12-14T00:05:43.163Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24892024-12-14T00:05:43.719Z[ helios-setup] Dec 14 00:05:42.526 INFO E| Compiling slog-term v2.9.0
24902024-12-14T00:05:46.641Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24912024-12-14T00:05:47.288Z[ helios-setup] Dec 14 00:05:46.095 INFO E| Compiling serde_derive v1.0.193
24922024-12-14T00:05:47.628Z[ host-package] Compiling half v2.4.1
24932024-12-14T00:05:48.422Z[ host-package] Compiling ciborium-io v0.2.2
24942024-12-14T00:05:48.588Z[ host-package] Compiling ciborium-ll v0.2.2
24952024-12-14T00:05:49.204Z[ host-package] Compiling tungstenite v0.21.0
24962024-12-14T00:05:52.840Z[ host-package] Compiling tokio-tungstenite v0.21.0
24972024-12-14T00:05:53.647Z[ host-package] Compiling ciborium v0.2.2
24982024-12-14T00:05:54.964Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24992024-12-14T00:06:00.488Z[ host-package] Compiling fastrand v2.1.1
25002024-12-14T00:06:01.181Z[ host-package] Compiling display-error-chain v0.2.2
25012024-12-14T00:06:01.866Z[ host-package] Compiling same-file v1.0.6
25022024-12-14T00:06:02.149Z[ helios-setup] Dec 14 00:06:00.952 INFO E| Compiling toml v0.5.11
25032024-12-14T00:06:02.151Z[ helios-setup] Dec 14 00:06:00.952 INFO E| Compiling uuid v0.8.2
25042024-12-14T00:06:02.250Z[ host-package] Compiling walkdir v2.5.0
25052024-12-14T00:06:02.581Z[ host-package] Compiling tempfile v3.13.0
25062024-12-14T00:06:03.175Z[ host-package] Compiling blake3 v1.5.4
25072024-12-14T00:06:03.668Z[ host-package] Compiling ring v0.16.20
25082024-12-14T00:06:03.885Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25092024-12-14T00:06:04.380Z[ helios-setup] Dec 14 00:06:03.183 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25102024-12-14T00:06:05.446Z[ host-package] Compiling xattr v1.3.1
25112024-12-14T00:06:05.810Z[ host-package] Compiling memmap2 v0.9.5
25122024-12-14T00:06:05.927Z[ host-package] Compiling filetime v0.2.25
25132024-12-14T00:06:06.201Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25142024-12-14T00:06:06.314Z[ host-package] Compiling arrayref v0.3.9
25152024-12-14T00:06:06.375Z[ host-package] Compiling keccak v0.1.5
25162024-12-14T00:06:06.555Z[ host-package] Compiling spin v0.5.2
25172024-12-14T00:06:06.913Z[ host-package] Compiling arrayvec v0.7.6
25182024-12-14T00:06:07.352Z[ host-package] Compiling constant_time_eq v0.3.1
25192024-12-14T00:06:07.559Z[ helios-setup] Dec 14 00:06:06.360 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25202024-12-14T00:06:07.661Z[ host-package] Compiling sha3 v0.10.8
25212024-12-14T00:06:08.091Z[ host-package] Compiling tar v0.4.42
25222024-12-14T00:06:08.668Z[ host-package] Compiling camino-tempfile v1.1.1
25232024-12-14T00:06:08.824Z[ host-package] Compiling toolchain_find v0.4.0
25242024-12-14T00:06:09.058Z[ host-package] Compiling const_format_proc_macros v0.2.33
25252024-12-14T00:06:09.179Z[ host-package] Compiling maplit v1.0.2
25262024-12-14T00:06:09.399Z[ host-package] Compiling crunchy v0.2.2
25272024-12-14T00:06:09.458Z[ host-package] Compiling topological-sort v0.2.2
25282024-12-14T00:06:09.768Z[ host-package] Compiling omicron-zone-package v0.11.1
25292024-12-14T00:06:10.158Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25302024-12-14T00:06:10.452Z[ host-package] Compiling tiny-keccak v2.0.2
25312024-12-14T00:06:10.870Z[ host-package] Compiling dsl_auto_type v0.1.2
25322024-12-14T00:06:10.923Z[ host-package] Compiling phf_generator v0.11.2
25332024-12-14T00:06:11.014Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25342024-12-14T00:06:11.192Z[ host-package] Compiling secrecy v0.8.0
25352024-12-14T00:06:11.192Z[ host-package] Compiling const_format v0.2.33
25362024-12-14T00:06:11.602Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25372024-12-14T00:06:11.640Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25382024-12-14T00:06:12.090Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25392024-12-14T00:06:12.284Z[ host-package] Compiling arc-swap v1.7.1
25402024-12-14T00:06:12.458Z[ host-package] Compiling diesel_derives v2.2.3
25412024-12-14T00:06:12.500Z[ host-package] Compiling r2d2 v0.8.10
25422024-12-14T00:06:12.556Z[ host-package] Compiling phf_codegen v0.11.2
25432024-12-14T00:06:12.803Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25442024-12-14T00:06:13.058Z[ host-package] Compiling slog-scope v4.4.0
25452024-12-14T00:06:13.085Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25462024-12-14T00:06:13.173Z[ host-package] Compiling ascii-canvas v3.0.0
25472024-12-14T00:06:13.811Z[ host-package] Compiling universal-hash v0.5.1
25482024-12-14T00:06:13.981Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25492024-12-14T00:06:14.144Z[ host-package] Compiling parse-zoneinfo v0.3.1
25502024-12-14T00:06:15.709Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25512024-12-14T00:06:16.187Z[ host-package] Compiling ena v0.14.3
25522024-12-14T00:06:16.713Z[ host-package] Compiling opaque-debug v0.3.1
25532024-12-14T00:06:16.909Z[ host-package] Compiling regex-syntax v0.6.29
25542024-12-14T00:06:17.986Z[ host-package] Compiling diff v0.1.13
25552024-12-14T00:06:18.556Z[ host-package] Compiling thiserror-no-std v2.0.2
25562024-12-14T00:06:18.926Z[ host-package] Compiling poly1305 v0.8.0
25572024-12-14T00:06:20.164Z[ helios-setup] Dec 14 00:06:18.963 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.68s
25582024-12-14T00:06:20.195Z[ helios-setup] Dec 14 00:06:18.994 INFO building project "image-builder" ok (48 seconds)
25592024-12-14T00:06:20.195Z[ helios-setup] Dec 14 00:06:18.994 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25602024-12-14T00:06:20.198Z[ helios-setup] Dec 14 00:06:18.994 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25612024-12-14T00:06:20.205Z[ helios-setup] Dec 14 00:06:19.004 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25622024-12-14T00:06:20.438Z[ helios-setup] Dec 14 00:06:19.237 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25632024-12-14T00:06:20.438Z[ helios-setup] Dec 14 00:06:19.237 INFO E| info: downloading component 'cargo'
25642024-12-14T00:06:20.801Z[ host-package] Compiling lalrpop v0.19.12
25652024-12-14T00:06:22.071Z[ helios-setup] Dec 14 00:06:20.869 INFO E| info: downloading component 'clippy'
25662024-12-14T00:06:22.331Z[ helios-setup] Dec 14 00:06:21.129 INFO E| info: downloading component 'rust-docs'
25672024-12-14T00:06:22.817Z[ host-package] Compiling chrono-tz-build v0.4.0
25682024-12-14T00:06:23.826Z[ helios-setup] Dec 14 00:06:22.393 INFO E| info: downloading component 'rust-src'
25692024-12-14T00:06:23.831Z[ helios-setup] Dec 14 00:06:22.604 INFO E| info: downloading component 'rust-std'
25702024-12-14T00:06:24.039Z[ host-package] Compiling slog-stdlog v4.1.1
25712024-12-14T00:06:25.199Z[ host-package] Compiling diesel v2.2.6
25722024-12-14T00:06:25.508Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25732024-12-14T00:06:25.746Z[ helios-setup] Dec 14 00:06:24.543 INFO E| info: downloading component 'rustc'
25742024-12-14T00:06:26.681Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25752024-12-14T00:06:26.994Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25762024-12-14T00:06:27.263Z[ host-package] Compiling chacha20 v0.9.1
25772024-12-14T00:06:27.772Z[ host-package] Compiling aead v0.5.2
25782024-12-14T00:06:28.182Z[ host-package] Compiling vte_generate_state_changes v0.1.2
25792024-12-14T00:06:28.821Z[ host-package] Compiling ref-cast v1.0.23
25802024-12-14T00:06:29.408Z[ host-package] Compiling vte v0.11.1
25812024-12-14T00:06:30.728Z[ helios-setup] Dec 14 00:06:29.525 INFO E| info: downloading component 'rustfmt'
25822024-12-14T00:06:31.060Z[ host-package] Compiling chacha20poly1305 v0.10.1
25832024-12-14T00:06:31.066Z[ helios-setup] Dec 14 00:06:29.863 INFO E| info: installing component 'cargo'
25842024-12-14T00:06:31.203Z[ host-package] Compiling slog-envlogger v2.2.0
25852024-12-14T00:06:31.308Z[ host-package] Compiling chrono-tz v0.10.0
25862024-12-14T00:06:32.175Z[ host-package] Compiling vsss-rs v3.3.4
25872024-12-14T00:06:32.290Z[ helios-setup] Dec 14 00:06:31.086 INFO E| info: installing component 'clippy'
25882024-12-14T00:06:32.708Z[ helios-setup] Dec 14 00:06:31.495 INFO E| info: installing component 'rust-docs'
25892024-12-14T00:06:34.541Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25902024-12-14T00:06:34.942Z[ host-package] Compiling derive_builder_core v0.20.2
25912024-12-14T00:06:37.443Z[ host-package] Compiling headers-core v0.3.0
25922024-12-14T00:06:37.601Z[ host-package] Compiling fxhash v0.2.1
25932024-12-14T00:06:37.683Z[ host-package] Compiling libxml v0.3.3
25942024-12-14T00:06:37.883Z[ host-package] Compiling ref-cast-impl v1.0.23
25952024-12-14T00:06:38.219Z[ host-package] Compiling bytecount v0.6.8
25962024-12-14T00:06:38.620Z[ host-package] Compiling papergrid v0.11.0
25972024-12-14T00:06:39.284Z[ helios-setup] Dec 14 00:06:38.078 INFO E| info: installing component 'rust-src'
25982024-12-14T00:06:39.717Z[ host-package] Compiling headers v0.4.0
25992024-12-14T00:06:39.925Z[ helios-setup] Dec 14 00:06:38.720 INFO E| info: installing component 'rust-std'
26002024-12-14T00:06:42.556Z[ helios-setup] Dec 14 00:06:41.350 INFO E| info: installing component 'rustc'
26012024-12-14T00:06:43.908Z[ host-package] Compiling derive_builder_macro v0.20.2
26022024-12-14T00:06:48.936Z[ helios-setup] Dec 14 00:06:47.728 INFO E| info: installing component 'rustfmt'
26032024-12-14T00:06:49.777Z[ helios-setup] Dec 14 00:06:48.569 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26042024-12-14T00:06:50.306Z[ host-package] Compiling polar-core v0.27.3
26052024-12-14T00:06:50.556Z[ helios-setup] Dec 14 00:06:49.347 INFO E| From https://github.com/oxidecomputer/amd-apcb
26062024-12-14T00:06:50.556Z[ helios-setup] Dec 14 00:06:49.348 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26072024-12-14T00:06:50.559Z[ helios-setup] Dec 14 00:06:49.348 INFO E| * [new tag] v0.4.3 -> v0.4.3
26082024-12-14T00:06:50.598Z[ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.1.3 -> v0.1.3
26092024-12-14T00:06:50.598Z[ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.1.4 -> v0.1.4
26102024-12-14T00:06:50.610Z[ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.1.5 -> v0.1.5
26112024-12-14T00:06:50.610Z[ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.2.0 -> v0.2.0
26122024-12-14T00:06:50.610Z[ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.3.0 -> v0.3.0
26132024-12-14T00:06:50.610Z[ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.3.1 -> v0.3.1
26142024-12-14T00:06:50.610Z[ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.3.2 -> v0.3.2
26152024-12-14T00:06:50.610Z[ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.3.3 -> v0.3.3
26162024-12-14T00:06:50.610Z[ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.4.0 -> v0.4.0
26172024-12-14T00:06:50.610Z[ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.4.1 -> v0.4.1
26182024-12-14T00:06:50.610Z[ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.4.2 -> v0.4.2
26192024-12-14T00:06:50.644Z[ helios-setup] Dec 14 00:06:49.433 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26202024-12-14T00:06:51.658Z[ helios-setup] Dec 14 00:06:50.450 INFO E| From https://github.com/oxidecomputer/amd-efs
26212024-12-14T00:06:51.659Z[ helios-setup] Dec 14 00:06:50.450 INFO E| * [new branch] empty -> origin/empty
26222024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.450 INFO E| * [new branch] issue-99 -> origin/issue-99
26232024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.450 INFO E| * [new branch] main -> origin/main
26242024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.450 INFO E| * [new branch] review -> origin/review
26252024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.451 INFO E| * [new ref] -> origin/HEAD
26262024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.0 -> v0.2.0
26272024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.1 -> v0.2.1
26282024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.2 -> v0.2.2
26292024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.3 -> v0.2.3
26302024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.4 -> v0.2.4
26312024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.5 -> v0.2.5
26322024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.2.6 -> v0.2.6
26332024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.2.7 -> v0.2.7
26342024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.3.0 -> v0.3.0
26352024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.3.1 -> v0.3.1
26362024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.4.0 -> v0.4.0
26372024-12-14T00:06:51.662Z[ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.4.1 -> v0.4.1
26382024-12-14T00:06:51.664Z[ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.4.2 -> v0.4.2
26392024-12-14T00:06:51.664Z[ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.4.3 -> v0.4.3
26402024-12-14T00:06:51.684Z[ helios-setup] Dec 14 00:06:50.475 INFO E| Updating crates.io index
26412024-12-14T00:06:52.004Z[ helios-setup] Dec 14 00:06:50.795 INFO E| Downloading crates ...
26422024-12-14T00:06:52.221Z[ helios-setup] Dec 14 00:06:51.012 INFO E| Downloaded bytesize v1.3.0
26432024-12-14T00:06:52.225Z[ helios-setup] Dec 14 00:06:51.015 INFO E| Downloaded modular-bitfield-impl v0.11.2
26442024-12-14T00:06:52.230Z[ helios-setup] Dec 14 00:06:51.017 INFO E| Downloaded ansi_term v0.12.1
26452024-12-14T00:06:52.245Z[ helios-setup] Dec 14 00:06:51.036 INFO E| Downloaded unic-common v0.9.0
26462024-12-14T00:06:52.247Z[ helios-setup] Dec 14 00:06:51.037 INFO E| Downloaded strum v0.23.0
26472024-12-14T00:06:52.247Z[ helios-setup] Dec 14 00:06:51.038 INFO E| Downloaded scroll_derive v0.10.5
26482024-12-14T00:06:52.253Z[ helios-setup] Dec 14 00:06:51.039 INFO E| Downloaded fletcher v0.1.0
26492024-12-14T00:06:52.253Z[ helios-setup] Dec 14 00:06:51.040 INFO E| Downloaded unic-char-range v0.9.0
26502024-12-14T00:06:52.253Z[ helios-setup] Dec 14 00:06:51.042 INFO E| Downloaded unic-ucd-version v0.9.0
26512024-12-14T00:06:52.253Z[ helios-setup] Dec 14 00:06:51.043 INFO E| Downloaded unic-char-property v0.9.0
26522024-12-14T00:06:52.253Z[ helios-setup] Dec 14 00:06:51.045 INFO E| Downloaded strsim v0.8.0
26532024-12-14T00:06:52.257Z[ helios-setup] Dec 14 00:06:51.046 INFO E| Downloaded semver v0.9.0
26542024-12-14T00:06:52.259Z[ helios-setup] Dec 14 00:06:51.049 INFO E| Downloaded proc-macro-crate v0.1.5
26552024-12-14T00:06:52.259Z[ helios-setup] Dec 14 00:06:51.050 INFO E| Downloaded textwrap v0.11.0
26562024-12-14T00:06:52.261Z[ helios-setup] Dec 14 00:06:51.052 INFO E| Downloaded structopt-derive v0.4.18
26572024-12-14T00:06:52.265Z[ helios-setup] Dec 14 00:06:51.057 INFO E| Downloaded rustc_version v0.2.3
26582024-12-14T00:06:52.265Z[ helios-setup] Dec 14 00:06:51.057 INFO E| Downloaded pest_generator v2.7.13
26592024-12-14T00:06:52.267Z[ helios-setup] Dec 14 00:06:51.057 INFO E| Downloaded vec_map v0.8.2
26602024-12-14T00:06:52.267Z[ helios-setup] Dec 14 00:06:51.058 INFO E| Downloaded thiserror-impl v1.0.64
26612024-12-14T00:06:52.270Z[ helios-setup] Dec 14 00:06:51.060 INFO E| Downloaded thiserror v1.0.64
26622024-12-14T00:06:52.277Z[ helios-setup] Dec 14 00:06:51.068 INFO E| Downloaded unic-ucd-ident v0.9.0
26632024-12-14T00:06:52.281Z[ helios-setup] Dec 14 00:06:51.071 INFO E| Downloaded modular-bitfield v0.11.2
26642024-12-14T00:06:52.295Z[ helios-setup] Dec 14 00:06:51.087 INFO E| Downloaded strum_macros v0.23.1
26652024-12-14T00:06:52.300Z[ helios-setup] Dec 14 00:06:51.089 INFO E| Downloaded serde_derive v1.0.210
26662024-12-14T00:06:52.303Z[ helios-setup] Dec 14 00:06:51.093 INFO E| Downloaded pre-proc-macro v0.2.1
26672024-12-14T00:06:52.306Z[ helios-setup] Dec 14 00:06:51.096 INFO E| Downloaded structopt v0.3.26
26682024-12-14T00:06:52.316Z[ helios-setup] Dec 14 00:06:51.107 INFO E| Downloaded proc-macro2 v1.0.86
26692024-12-14T00:06:52.320Z[ helios-setup] Dec 14 00:06:51.111 INFO E| Downloaded serde_json v1.0.128
26702024-12-14T00:06:52.351Z[ helios-setup] Dec 14 00:06:51.142 INFO E| Downloaded pest v2.7.13
26712024-12-14T00:06:52.358Z[ helios-setup] Dec 14 00:06:51.150 INFO E| Downloaded clap v2.34.0
26722024-12-14T00:06:52.368Z[ helios-setup] Dec 14 00:06:51.159 INFO E| Downloaded syn v2.0.79
26732024-12-14T00:06:52.385Z[ helios-setup] Dec 14 00:06:51.177 INFO E| Downloaded serde v1.0.210
26742024-12-14T00:06:52.390Z[ helios-setup] Dec 14 00:06:51.181 INFO E| Downloaded pest_meta v2.7.13
26752024-12-14T00:06:52.394Z[ helios-setup] Dec 14 00:06:51.184 INFO E| Downloaded once_cell v1.20.1
26762024-12-14T00:06:52.396Z[ helios-setup] Dec 14 00:06:51.188 INFO E| Downloaded libc v0.2.159
26772024-12-14T00:06:52.492Z[ helios-setup] Dec 14 00:06:51.283 INFO E| Downloaded goblin v0.4.3
26782024-12-14T00:06:52.499Z[ helios-setup] Dec 14 00:06:51.290 INFO E| Downloaded scroll v0.10.2
26792024-12-14T00:06:52.502Z[ helios-setup] Dec 14 00:06:51.293 INFO E| Downloaded pest_derive v2.7.13
26802024-12-14T00:06:52.505Z[ helios-setup] Dec 14 00:06:51.296 INFO E| Downloaded semver-parser v0.7.0
26812024-12-14T00:06:52.510Z[ helios-setup] Dec 14 00:06:51.297 INFO E| Downloaded pre v0.2.1
26822024-12-14T00:06:52.510Z[ helios-setup] Dec 14 00:06:51.298 INFO E| Downloaded four-cc v0.3.0
26832024-12-14T00:06:52.514Z[ helios-setup] Dec 14 00:06:51.300 INFO E| Downloaded parse_int v0.6.0
26842024-12-14T00:06:52.514Z[ helios-setup] Dec 14 00:06:51.301 INFO E| Downloaded memoffset v0.5.6
26852024-12-14T00:06:52.514Z[ helios-setup] Dec 14 00:06:51.303 INFO E| Downloaded cfg-if v0.1.10
26862024-12-14T00:06:52.598Z[ helios-setup] Dec 14 00:06:51.389 INFO E| Compiling proc-macro2 v1.0.86
26872024-12-14T00:06:52.598Z[ helios-setup] Dec 14 00:06:51.389 INFO E| Compiling unicode-ident v1.0.13
26882024-12-14T00:06:52.598Z[ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling syn v1.0.109
26892024-12-14T00:06:52.601Z[ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling version_check v0.9.5
26902024-12-14T00:06:52.601Z[ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling memchr v2.7.4
26912024-12-14T00:06:52.603Z[ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling autocfg v1.4.0
26922024-12-14T00:06:52.603Z[ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling semver-parser v0.7.0
26932024-12-14T00:06:52.603Z[ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling thiserror v1.0.64
26942024-12-14T00:06:53.769Z[ helios-setup] Dec 14 00:06:52.560 INFO E| Compiling semver v0.9.0
26952024-12-14T00:06:54.034Z[ helios-setup] Dec 14 00:06:52.824 INFO E| Compiling serde v1.0.210
26962024-12-14T00:06:54.271Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26972024-12-14T00:06:54.374Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982024-12-14T00:06:54.481Z[ helios-setup] Dec 14 00:06:53.272 INFO E| Compiling rustc_version v0.2.3
26992024-12-14T00:06:54.809Z[ helios-setup] Dec 14 00:06:53.600 INFO E| Compiling proc-macro-error-attr v1.0.4
27002024-12-14T00:06:55.013Z[ helios-setup] Dec 14 00:06:53.799 INFO E| Compiling proc-macro-error v1.0.4
27012024-12-14T00:06:55.182Z[ helios-setup] Dec 14 00:06:53.973 INFO E| Compiling serde_json v1.0.128
27022024-12-14T00:06:55.290Z[ helios-setup] Dec 14 00:06:54.081 INFO E| Compiling num-traits v0.2.19
27032024-12-14T00:06:55.387Z[ helios-setup] Dec 14 00:06:54.177 INFO E| Compiling itoa v1.0.11
27042024-12-14T00:06:55.625Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27052024-12-14T00:06:55.834Z[ helios-setup] Dec 14 00:06:54.624 INFO E| Compiling quote v1.0.37
27062024-12-14T00:06:55.930Z[ helios-setup] Dec 14 00:06:54.721 INFO E| Compiling unicode-segmentation v1.12.0
27072024-12-14T00:06:55.946Z[ helios-setup] Dec 14 00:06:54.737 INFO E| Compiling schemars v0.8.21
27082024-12-14T00:06:56.034Z[ helios-setup] Dec 14 00:06:54.824 INFO E| Compiling ryu v1.0.18
27092024-12-14T00:06:56.494Z[ helios-setup] Dec 14 00:06:55.284 INFO E| Compiling pre-proc-macro v0.2.1
27102024-12-14T00:06:56.581Z[ helios-setup] Dec 14 00:06:55.371 INFO E| Compiling syn v2.0.79
27112024-12-14T00:06:56.639Z[ host-package] Compiling tabled_derive v0.7.0
27122024-12-14T00:06:56.935Z[ helios-setup] Dec 14 00:06:55.726 INFO E| Compiling memoffset v0.5.6
27132024-12-14T00:06:57.151Z[ helios-setup] Dec 14 00:06:55.941 INFO E| Compiling paste v1.0.15
27142024-12-14T00:06:57.425Z[ helios-setup] Dec 14 00:06:56.215 INFO E| Compiling heck v0.3.3
27152024-12-14T00:06:57.445Z[ helios-setup] Dec 14 00:06:56.235 INFO E| Compiling rustversion v1.0.17
27162024-12-14T00:06:57.684Z[ helios-setup] Dec 14 00:06:56.473 INFO E| Compiling dyn-clone v1.0.17
27172024-12-14T00:06:58.084Z[ helios-setup] Dec 14 00:06:56.874 INFO E| Compiling lazy_static v1.5.0
27182024-12-14T00:06:58.136Z[ helios-setup] Dec 14 00:06:56.926 INFO E| Compiling ucd-trie v0.1.7
27192024-12-14T00:06:58.211Z[ helios-setup] Dec 14 00:06:57.001 INFO E| Compiling libc v0.2.159
27202024-12-14T00:06:59.043Z[ helios-setup] Dec 14 00:06:57.832 INFO E| Compiling pre v0.2.1
27212024-12-14T00:06:59.373Z[ helios-setup] Dec 14 00:06:58.162 INFO E| Compiling cfg-if v0.1.10
27222024-12-14T00:06:59.511Z[ helios-setup] Dec 14 00:06:58.300 INFO E| Compiling static_assertions v1.1.0
27232024-12-14T00:06:59.748Z[ helios-setup] Dec 14 00:06:58.538 INFO E| Compiling once_cell v1.20.1
27242024-12-14T00:06:59.754Z[ helios-setup] Dec 14 00:06:58.544 INFO E| Compiling byteorder v1.5.0
27252024-12-14T00:07:00.654Z[ helios-setup] Dec 14 00:06:59.443 INFO E| Compiling unicode-width v0.1.14
27262024-12-14T00:07:00.740Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27272024-12-14T00:07:00.982Z[ host-package] Compiling itertools v0.12.1
27282024-12-14T00:07:01.545Z[ helios-setup] Dec 14 00:07:00.334 INFO E| Compiling textwrap v0.11.0
27292024-12-14T00:07:01.914Z[ helios-setup] Dec 14 00:07:00.703 INFO E| Compiling atty v0.2.14
27302024-12-14T00:07:02.067Z[ helios-setup] Dec 14 00:07:00.856 INFO E| Compiling unic-common v0.9.0
27312024-12-14T00:07:02.369Z[ helios-setup] Dec 14 00:07:01.158 INFO E| Compiling fletcher v0.1.0
27322024-12-14T00:07:02.676Z[ helios-setup] Dec 14 00:07:01.463 INFO E| Compiling strsim v0.8.0
27332024-12-14T00:07:02.704Z[ helios-setup] Dec 14 00:07:01.493 INFO E| Compiling strum v0.23.0
27342024-12-14T00:07:02.812Z[ helios-setup] Dec 14 00:07:01.601 INFO E| Compiling vec_map v0.8.2
27352024-12-14T00:07:02.868Z[ helios-setup] Dec 14 00:07:01.657 INFO E| Compiling ansi_term v0.12.1
27362024-12-14T00:07:02.885Z[ helios-setup] Dec 14 00:07:01.673 INFO E| Compiling bitflags v1.3.2
27372024-12-14T00:07:02.974Z[ helios-setup] Dec 14 00:07:01.763 INFO E| Compiling unic-char-range v0.9.0
27382024-12-14T00:07:03.345Z[ helios-setup] Dec 14 00:07:02.134 INFO E| Compiling parse_int v0.6.0
27392024-12-14T00:07:03.399Z[ helios-setup] Dec 14 00:07:02.187 INFO E| Compiling unic-char-property v0.9.0
27402024-12-14T00:07:03.484Z[ helios-setup] Dec 14 00:07:02.273 INFO E| Compiling clap v2.34.0
27412024-12-14T00:07:03.607Z[ helios-setup] Dec 14 00:07:02.396 INFO E| Compiling unic-ucd-version v0.9.0
27422024-12-14T00:07:03.651Z[ helios-setup] Dec 14 00:07:02.439 INFO E| Compiling log v0.4.22
27432024-12-14T00:07:03.949Z[ helios-setup] Dec 14 00:07:02.738 INFO E| Compiling plain v0.2.3
27442024-12-14T00:07:04.131Z[ helios-setup] Dec 14 00:07:02.920 INFO E| Compiling unic-ucd-ident v0.9.0
27452024-12-14T00:07:04.131Z[ helios-setup] Dec 14 00:07:02.920 INFO E| Compiling bytesize v1.3.0
27462024-12-14T00:07:05.900Z[ helios-setup] Dec 14 00:07:04.688 INFO E| Compiling serde_derive_internals v0.29.1
27472024-12-14T00:07:07.821Z[ host-package] Compiling fd-lock v4.0.2
27482024-12-14T00:07:08.185Z[ helios-setup] Dec 14 00:07:06.972 INFO E| Compiling toml v0.5.11
27492024-12-14T00:07:08.217Z[ host-package] Compiling peg-macros v0.8.4
27502024-12-14T00:07:08.486Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27512024-12-14T00:07:09.205Z[ host-package] Compiling strum_macros v0.24.3
27522024-12-14T00:07:10.503Z[ host-package] Compiling kstat-rs v0.2.4
27532024-12-14T00:07:11.204Z[ helios-setup] Dec 14 00:07:09.871 INFO E| Compiling proc-macro-crate v0.1.5
27542024-12-14T00:07:11.960Z[ host-package] Compiling samael v0.0.17
27552024-12-14T00:07:12.174Z[ helios-setup] Dec 14 00:07:10.961 INFO E| Compiling thiserror-impl v1.0.64
27562024-12-14T00:07:12.345Z[ helios-setup] Dec 14 00:07:11.132 INFO E| Compiling serde_derive v1.0.210
27572024-12-14T00:07:12.668Z[ helios-setup] Dec 14 00:07:11.454 INFO E| Compiling schemars_derive v0.8.21
27582024-12-14T00:07:12.826Z[ host-package] Compiling unicase v2.7.0
27592024-12-14T00:07:13.360Z[ host-package] Compiling indoc v1.0.9
27602024-12-14T00:07:13.400Z[ helios-setup] Dec 14 00:07:12.186 INFO E| Compiling zerocopy-derive v0.6.6
27612024-12-14T00:07:13.462Z[ helios-setup] Dec 14 00:07:12.248 INFO E| Compiling num-derive v0.4.2
27622024-12-14T00:07:13.752Z[ host-package] Compiling nu-ansi-term v0.50.1
27632024-12-14T00:07:14.525Z[ host-package] Compiling peg v0.8.4
27642024-12-14T00:07:15.028Z[ host-package] Compiling reedline v0.35.0
27652024-12-14T00:07:16.332Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27662024-12-14T00:07:17.201Z[ helios-setup] Dec 14 00:07:15.986 INFO E| Compiling zerocopy v0.6.6
27672024-12-14T00:07:17.530Z[ helios-setup] Dec 14 00:07:16.315 INFO E| Compiling pest v2.7.13
27682024-12-14T00:07:18.140Z[ host-package] Compiling tabled v0.15.0
27692024-12-14T00:07:18.332Z[ helios-setup] Dec 14 00:07:17.117 INFO E| Compiling modular-bitfield-impl v0.11.2
27702024-12-14T00:07:19.012Z[ helios-setup] Dec 14 00:07:17.797 INFO E| Compiling strum_macros v0.23.1
27712024-12-14T00:07:19.124Z[ helios-setup] Dec 14 00:07:17.908 INFO E| Compiling scroll_derive v0.10.5
27722024-12-14T00:07:22.376Z[ helios-setup] Dec 14 00:07:21.160 INFO E| Compiling pest_meta v2.7.13
27732024-12-14T00:07:22.502Z[ helios-setup] Dec 14 00:07:21.287 INFO E| Compiling scroll v0.10.2
27742024-12-14T00:07:23.388Z[ helios-setup] Dec 14 00:07:22.172 INFO E| Compiling structopt-derive v0.4.18
27752024-12-14T00:07:23.698Z[ helios-setup] Dec 14 00:07:22.482 INFO E| Compiling goblin v0.4.3
27762024-12-14T00:07:24.770Z[ helios-setup] Dec 14 00:07:23.553 INFO E| Compiling modular-bitfield v0.11.2
27772024-12-14T00:07:24.799Z[ helios-setup] Dec 14 00:07:23.583 INFO E| Compiling pest_generator v2.7.13
27782024-12-14T00:07:28.399Z[ helios-setup] Dec 14 00:07:27.181 INFO E| Compiling structopt v0.3.26
27792024-12-14T00:07:29.981Z[ helios-setup] Dec 14 00:07:28.763 INFO E| Compiling pest_derive v2.7.13
27802024-12-14T00:07:35.000Z[ helios-setup] Dec 14 00:07:33.781 INFO E| Compiling json5 v0.4.1
27812024-12-14T00:07:40.660Z[ helios-setup] Dec 14 00:07:39.439 INFO E| Compiling four-cc v0.3.0
27822024-12-14T00:07:40.660Z[ helios-setup] Dec 14 00:07:39.439 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27832024-12-14T00:07:40.910Z[ helios-setup] Dec 14 00:07:39.689 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
27842024-12-14T00:07:41.866Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27852024-12-14T00:07:43.391Z[ host-package] Compiling derive_builder v0.20.2
27862024-12-14T00:07:46.868Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27872024-12-14T00:07:49.035Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27882024-12-14T00:07:50.228Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27892024-12-14T00:07:50.403Z[ host-package] Compiling bcs v0.1.6
27902024-12-14T00:07:50.765Z[ host-package] Compiling oso-derive v0.27.3
27912024-12-14T00:07:51.268Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27922024-12-14T00:07:51.549Z[ host-package] Compiling libz-sys v1.1.20
27932024-12-14T00:07:51.884Z[ host-package] Compiling quick-xml v0.33.0
27942024-12-14T00:07:52.455Z[ host-package] Compiling diesel-dtrace v0.4.2
27952024-12-14T00:07:52.902Z[ host-package] Compiling parking_lot_core v0.8.6
27962024-12-14T00:07:59.141Z[ host-package] Compiling oso v0.27.3
27972024-12-14T00:08:01.243Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27982024-12-14T00:08:03.051Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27992024-12-14T00:08:09.123Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28002024-12-14T00:08:12.693Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28012024-12-14T00:08:13.064Z[ host-package] Compiling bb8 v0.8.5
28022024-12-14T00:08:13.741Z[ host-package] Compiling async-bb8-diesel v0.2.1
28032024-12-14T00:08:16.731Z[ host-package] Compiling nibble_vec v0.1.0
28042024-12-14T00:08:17.041Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28052024-12-14T00:08:18.061Z[ host-package] Compiling atty v0.2.14
28062024-12-14T00:08:18.256Z[ host-package] Compiling salty v0.3.0
28072024-12-14T00:08:18.803Z[ host-package] Compiling endian-type v0.1.2
28082024-12-14T00:08:19.132Z[ host-package] Compiling radix_trie v0.2.1
28092024-12-14T00:08:20.618Z[ host-package] Compiling parking_lot v0.11.2
28102024-12-14T00:08:22.969Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28112024-12-14T00:08:24.604Z[ helios-setup] Dec 14 00:08:23.373 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28122024-12-14T00:08:28.767Z[ host-package] Compiling sled v0.34.7
28132024-12-14T00:08:36.804Z[ helios-setup] Dec 14 00:08:35.570 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28142024-12-14T00:08:53.594Z[ host-package] Compiling mime_guess v2.0.5
28152024-12-14T00:08:54.301Z[ host-package] Compiling hickory-client v0.24.1
28162024-12-14T00:08:56.998Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28172024-12-14T00:08:57.051Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28182024-12-14T00:08:57.570Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28192024-12-14T00:08:59.626Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28202024-12-14T00:09:00.544Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28212024-12-14T00:09:02.479Z[ host-package] Compiling hickory-server v0.24.1
28222024-12-14T00:09:04.071Z[ host-package] Compiling primeorder v0.13.6
28232024-12-14T00:09:04.938Z[ host-package] Compiling vergen v8.3.2
28242024-12-14T00:09:05.422Z[ host-package] Compiling env_filter v0.1.2
28252024-12-14T00:09:07.330Z[ host-package] Compiling cargo-platform v0.1.8
28262024-12-14T00:09:08.136Z[ host-package] Compiling nanorand v0.7.0
28272024-12-14T00:09:09.150Z[ host-package] Compiling memoffset v0.9.1
28282024-12-14T00:09:09.479Z[ host-package] Compiling flume v0.11.1
28292024-12-14T00:09:09.854Z[ host-package] Compiling cargo_metadata v0.18.1
28302024-12-14T00:09:10.619Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28312024-12-14T00:09:10.844Z[ host-package] Compiling env_logger v0.11.5
28322024-12-14T00:09:12.691Z[ host-package] Compiling p384 v0.13.0
28332024-12-14T00:09:14.136Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28342024-12-14T00:09:15.753Z[ host-package] Compiling git2 v0.19.0
28352024-12-14T00:09:16.544Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28362024-12-14T00:09:17.656Z[ helios-setup] Dec 14 00:09:16.412 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 28s
28372024-12-14T00:09:17.693Z[ helios-setup] Dec 14 00:09:16.447 INFO building project "amd-host-image-builder" ok (177 seconds)
28382024-12-14T00:09:17.696Z[ helios-setup] Dec 14 00:09:16.447 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28392024-12-14T00:09:17.696Z[ helios-setup] Dec 14 00:09:16.447 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28402024-12-14T00:09:17.768Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28412024-12-14T00:09:18.031Z[ helios-setup] Dec 14 00:09:16.787 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28422024-12-14T00:09:19.006Z[ helios-setup] Dec 14 00:09:17.762 INFO E| From https://github.com/oxidecomputer/progenitor
28432024-12-14T00:09:19.006Z[ helios-setup] Dec 14 00:09:17.762 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28442024-12-14T00:09:19.040Z[ helios-setup] Dec 14 00:09:17.796 INFO E| * [new tag] v0.1.1 -> v0.1.1
28452024-12-14T00:09:19.040Z[ helios-setup] Dec 14 00:09:17.796 INFO E| * [new tag] v0.2.0 -> v0.2.0
28462024-12-14T00:09:19.189Z[ helios-setup] Dec 14 00:09:17.945 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28472024-12-14T00:09:19.273Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28482024-12-14T00:09:19.327Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28492024-12-14T00:09:19.711Z[ helios-setup] Dec 14 00:09:18.467 INFO E| From https://github.com/jclulow/hiercmd
28502024-12-14T00:09:19.711Z[ helios-setup] Dec 14 00:09:18.467 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28512024-12-14T00:09:19.730Z[ helios-setup] Dec 14 00:09:18.486 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28522024-12-14T00:09:20.331Z[ helios-setup] Dec 14 00:09:19.086 INFO E| From https://github.com/jclulow/network-interface
28532024-12-14T00:09:20.332Z[ helios-setup] Dec 14 00:09:19.086 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28542024-12-14T00:09:20.366Z[ helios-setup] Dec 14 00:09:19.122 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28552024-12-14T00:09:20.951Z[ helios-setup] Dec 14 00:09:19.706 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28562024-12-14T00:09:20.951Z[ helios-setup] Dec 14 00:09:19.706 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28572024-12-14T00:09:21.001Z[ helios-setup] Dec 14 00:09:19.756 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28582024-12-14T00:09:21.794Z[ helios-setup] Dec 14 00:09:20.550 INFO E| From https://github.com/oxidecomputer/facade
28592024-12-14T00:09:21.795Z[ helios-setup] Dec 14 00:09:20.550 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28602024-12-14T00:09:21.838Z[ helios-setup] Dec 14 00:09:20.593 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28612024-12-14T00:09:22.647Z[ helios-setup] Dec 14 00:09:21.402 INFO E| From https://github.com/oxidecomputer/dropshot
28622024-12-14T00:09:22.647Z[ helios-setup] Dec 14 00:09:21.402 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28632024-12-14T00:09:22.685Z[ helios-setup] Dec 14 00:09:21.440 INFO E| * [new tag] v0.3.0 -> v0.3.0
28642024-12-14T00:09:22.685Z[ helios-setup] Dec 14 00:09:21.440 INFO E| * [new tag] v0.4.0 -> v0.4.0
28652024-12-14T00:09:22.688Z[ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.5.0 -> v0.5.0
28662024-12-14T00:09:22.688Z[ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.5.1 -> v0.5.1
28672024-12-14T00:09:22.688Z[ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.6.0 -> v0.6.0
28682024-12-14T00:09:22.688Z[ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.7.0 -> v0.7.0
28692024-12-14T00:09:22.688Z[ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.8.0 -> v0.8.0
28702024-12-14T00:09:22.688Z[ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.9.0 -> v0.9.0
28712024-12-14T00:09:22.735Z[ helios-setup] Dec 14 00:09:21.490 INFO E| Updating crates.io index
28722024-12-14T00:09:22.858Z[ helios-setup] Dec 14 00:09:21.613 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28732024-12-14T00:09:23.777Z[ helios-setup] Dec 14 00:09:22.531 INFO E| From https://github.com/oxidecomputer/typify
28742024-12-14T00:09:23.777Z[ helios-setup] Dec 14 00:09:22.531 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28752024-12-14T00:09:23.828Z[ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.10 -> v0.0.10
28762024-12-14T00:09:23.828Z[ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.11 -> v0.0.11
28772024-12-14T00:09:23.832Z[ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.4 -> v0.0.4
28782024-12-14T00:09:23.832Z[ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.5 -> v0.0.5
28792024-12-14T00:09:23.832Z[ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.7 -> v0.0.7
28802024-12-14T00:09:23.832Z[ helios-setup] Dec 14 00:09:22.584 INFO E| * [new tag] v0.0.8 -> v0.0.8
28812024-12-14T00:09:23.857Z[ helios-setup] Dec 14 00:09:22.584 INFO E| * [new tag] v0.0.9 -> v0.0.9
28822024-12-14T00:09:24.146Z[ helios-setup] Dec 14 00:09:22.901 INFO E| Downloading crates ...
28832024-12-14T00:09:24.336Z[ helios-setup] Dec 14 00:09:23.091 INFO E| Downloaded async-stream-impl v0.3.5
28842024-12-14T00:09:24.342Z[ helios-setup] Dec 14 00:09:23.097 INFO E| Downloaded const-random v0.1.15
28852024-12-14T00:09:24.345Z[ helios-setup] Dec 14 00:09:23.099 INFO E| Downloaded concolor-override v1.0.0
28862024-12-14T00:09:24.350Z[ helios-setup] Dec 14 00:09:23.100 INFO E| Downloaded ahash v0.7.6
28872024-12-14T00:09:24.372Z[ helios-setup] Dec 14 00:09:23.126 INFO E| Downloaded clap_derive v4.2.0
28882024-12-14T00:09:24.375Z[ helios-setup] Dec 14 00:09:23.130 INFO E| Downloaded byteorder v1.4.3
28892024-12-14T00:09:24.379Z[ helios-setup] Dec 14 00:09:23.133 INFO E| Downloaded autocfg v1.1.0
28902024-12-14T00:09:24.387Z[ helios-setup] Dec 14 00:09:23.142 INFO E| Downloaded project-root v0.2.2
28912024-12-14T00:09:24.390Z[ helios-setup] Dec 14 00:09:23.143 INFO E| Downloaded proc-macro-crate v1.2.1
28922024-12-14T00:09:24.393Z[ helios-setup] Dec 14 00:09:23.145 INFO E| Downloaded socket2 v0.4.9
28932024-12-14T00:09:24.396Z[ helios-setup] Dec 14 00:09:23.148 INFO E| Downloaded const-random-macro v0.1.15
28942024-12-14T00:09:24.396Z[ helios-setup] Dec 14 00:09:23.150 INFO E| Downloaded clap_lex v0.4.1
28952024-12-14T00:09:24.399Z[ helios-setup] Dec 14 00:09:23.152 INFO E| Downloaded built v0.6.0
28962024-12-14T00:09:24.402Z[ helios-setup] Dec 14 00:09:23.156 INFO E| Downloaded block-buffer v0.10.3
28972024-12-14T00:09:24.405Z[ helios-setup] Dec 14 00:09:23.158 INFO E| Downloaded futures-core v0.3.28
28982024-12-14T00:09:24.408Z[ helios-setup] Dec 14 00:09:23.160 INFO E| Downloaded async-stream v0.3.5
28992024-12-14T00:09:24.411Z[ helios-setup] Dec 14 00:09:23.164 INFO E| Downloaded want v0.3.0
29002024-12-14T00:09:24.414Z[ helios-setup] Dec 14 00:09:23.166 INFO E| Downloaded toolchain_find v0.2.0
29012024-12-14T00:09:24.414Z[ helios-setup] Dec 14 00:09:23.168 INFO E| Downloaded itoa v1.0.6
29022024-12-14T00:09:24.416Z[ helios-setup] Dec 14 00:09:23.170 INFO E| Downloaded async-trait v0.1.68
29032024-12-14T00:09:24.422Z[ helios-setup] Dec 14 00:09:23.176 INFO E| Downloaded pkg-config v0.3.26
29042024-12-14T00:09:24.425Z[ helios-setup] Dec 14 00:09:23.178 INFO E| Downloaded memoffset v0.7.1
29052024-12-14T00:09:24.428Z[ helios-setup] Dec 14 00:09:23.180 INFO E| Downloaded lazy_static v1.4.0
29062024-12-14T00:09:24.429Z[ helios-setup] Dec 14 00:09:23.182 INFO E| Downloaded dyn-clone v1.0.11
29072024-12-14T00:09:24.431Z[ helios-setup] Dec 14 00:09:23.184 INFO E| Downloaded tower-service v0.3.2
29082024-12-14T00:09:24.431Z[ helios-setup] Dec 14 00:09:23.186 INFO E| Downloaded percent-encoding v2.2.0
29092024-12-14T00:09:24.434Z[ helios-setup] Dec 14 00:09:23.187 INFO E| Downloaded fastrand v1.9.0
29102024-12-14T00:09:24.436Z[ helios-setup] Dec 14 00:09:23.189 INFO E| Downloaded iana-time-zone v0.1.56
29112024-12-14T00:09:24.439Z[ helios-setup] Dec 14 00:09:23.192 INFO E| Downloaded futures-macro v0.3.28
29122024-12-14T00:09:24.439Z[ helios-setup] Dec 14 00:09:23.194 INFO E| Downloaded try-lock v0.2.4
29132024-12-14T00:09:24.445Z[ helios-setup] Dec 14 00:09:23.195 INFO E| Downloaded futures-io v0.3.28
29142024-12-14T00:09:24.445Z[ helios-setup] Dec 14 00:09:23.197 INFO E| Downloaded jobserver v0.1.26
29152024-12-14T00:09:24.447Z[ helios-setup] Dec 14 00:09:23.199 INFO E| Downloaded num_cpus v1.15.0
29162024-12-14T00:09:24.450Z[ helios-setup] Dec 14 00:09:23.203 INFO E| Downloaded futures-executor v0.3.28
29172024-12-14T00:09:24.453Z[ helios-setup] Dec 14 00:09:23.206 INFO E| Downloaded slog-async v2.7.0
29182024-12-14T00:09:24.455Z[ helios-setup] Dec 14 00:09:23.208 INFO E| Downloaded slab v0.4.7
29192024-12-14T00:09:24.457Z[ helios-setup] Dec 14 00:09:23.210 INFO E| Downloaded strsim v0.10.0
29202024-12-14T00:09:24.460Z[ helios-setup] Dec 14 00:09:23.212 INFO E| Downloaded terminal_size v0.2.6
29212024-12-14T00:09:24.460Z[ helios-setup] Dec 14 00:09:23.214 INFO E| Downloaded smawk v0.3.1
29222024-12-14T00:09:24.488Z[ helios-setup] Dec 14 00:09:23.216 INFO E| Downloaded log v0.4.17
29232024-12-14T00:09:24.491Z[ helios-setup] Dec 14 00:09:23.220 INFO E| Downloaded utf8parse v0.2.1
29242024-12-14T00:09:24.491Z[ helios-setup] Dec 14 00:09:23.222 INFO E| Downloaded pin-project-lite v0.2.9
29252024-12-14T00:09:24.491Z[ helios-setup] Dec 14 00:09:23.228 INFO E| Downloaded semver-parser v0.10.2
29262024-12-14T00:09:24.491Z[ helios-setup] Dec 14 00:09:23.231 INFO E| Downloaded serde_path_to_error v0.1.11
29272024-12-14T00:09:24.491Z[ helios-setup] Dec 14 00:09:23.234 INFO E| Downloaded io-lifetimes v1.0.10
29282024-12-14T00:09:24.491Z[ helios-setup] Dec 14 00:09:23.237 INFO E| Downloaded lock_api v0.4.9
29292024-12-14T00:09:24.491Z[ helios-setup] Dec 14 00:09:23.239 INFO E| Downloaded crossbeam-deque v0.8.2
29302024-12-14T00:09:24.491Z[ helios-setup] Dec 14 00:09:23.242 INFO E| Downloaded toml_datetime v0.6.1
29312024-12-14T00:09:24.491Z[ helios-setup] Dec 14 00:09:23.243 INFO E| Downloaded quote v1.0.36
29322024-12-14T00:09:24.494Z[ helios-setup] Dec 14 00:09:23.247 INFO E| Downloaded schemars_derive v0.8.12
29332024-12-14T00:09:24.497Z[ helios-setup] Dec 14 00:09:23.250 INFO E| Downloaded concolor-query v0.3.3
29342024-12-14T00:09:24.499Z[ helios-setup] Dec 14 00:09:23.252 INFO E| Downloaded ahash v0.8.3
29352024-12-14T00:09:24.502Z[ helios-setup] Dec 14 00:09:23.256 INFO E| Downloaded parking_lot v0.12.1
29362024-12-14T00:09:24.505Z[ helios-setup] Dec 14 00:09:23.260 INFO E| Downloaded semver v0.11.0
29372024-12-14T00:09:24.508Z[ helios-setup] Dec 14 00:09:23.262 INFO E| Downloaded thiserror-impl v1.0.38
29382024-12-14T00:09:24.514Z[ helios-setup] Dec 14 00:09:23.265 INFO E| Downloaded base64 v0.21.0
29392024-12-14T00:09:24.516Z[ helios-setup] Dec 14 00:09:23.269 INFO E| Downloaded time v0.1.45
29402024-12-14T00:09:24.519Z[ helios-setup] Dec 14 00:09:23.272 INFO E| Downloaded tokio-macros v2.0.0
29412024-12-14T00:09:24.519Z[ helios-setup] Dec 14 00:09:23.273 INFO E| Downloaded smallvec v1.10.0
29422024-12-14T00:09:24.522Z[ helios-setup] Dec 14 00:09:23.276 INFO E| Downloaded semver v1.0.17
29432024-12-14T00:09:24.525Z[ helios-setup] Dec 14 00:09:23.280 INFO E| Downloaded sct v0.7.0
29442024-12-14T00:09:24.530Z[ helios-setup] Dec 14 00:09:23.285 INFO E| Downloaded tokio-rustls v0.24.0
29452024-12-14T00:09:24.539Z[ helios-setup] Dec 14 00:09:23.288 INFO E| Downloaded tempfile v3.5.0
29462024-12-14T00:09:24.539Z[ helios-setup] Dec 14 00:09:23.292 INFO E| Downloaded scopeguard v1.1.0
29472024-12-14T00:09:24.541Z[ helios-setup] Dec 14 00:09:23.294 INFO E| Downloaded rayon-core v1.10.2
29482024-12-14T00:09:24.545Z[ helios-setup] Dec 14 00:09:23.300 INFO E| Downloaded ucd-trie v0.1.5
29492024-12-14T00:09:24.548Z[ helios-setup] Dec 14 00:09:23.302 INFO E| Downloaded unicode-bidi v0.3.13
29502024-12-14T00:09:24.551Z[ helios-setup] Dec 14 00:09:23.306 INFO E| Downloaded unicode-ident v1.0.8
29512024-12-14T00:09:24.556Z[ helios-setup] Dec 14 00:09:23.311 INFO E| Downloaded ryu v1.0.13
29522024-12-14T00:09:24.562Z[ helios-setup] Dec 14 00:09:23.316 INFO E| Downloaded toml v0.7.3
29532024-12-14T00:09:24.567Z[ helios-setup] Dec 14 00:09:23.322 INFO E| Downloaded rustls-webpki v0.100.1
29542024-12-14T00:09:24.577Z[ helios-setup] Dec 14 00:09:23.332 INFO E| Downloaded serde_derive_internals v0.26.0
29552024-12-14T00:09:24.580Z[ helios-setup] Dec 14 00:09:23.335 INFO E| Downloaded schemars v0.8.12
29562024-12-14T00:09:24.599Z[ helios-setup] Dec 14 00:09:23.354 INFO E| Downloaded tracing-core v0.1.30
29572024-12-14T00:09:24.603Z[ helios-setup] Dec 14 00:09:23.358 INFO E| Downloaded crossbeam-channel v0.5.6
29582024-12-14T00:09:24.610Z[ helios-setup] Dec 14 00:09:23.365 INFO E| Downloaded pest v2.5.7
29592024-12-14T00:09:24.618Z[ helios-setup] Dec 14 00:09:23.373 INFO E| Downloaded unicode-linebreak v0.1.4
29602024-12-14T00:09:24.622Z[ helios-setup] Dec 14 00:09:23.376 INFO E| Downloaded serde v1.0.204
29612024-12-14T00:09:24.627Z[ helios-setup] Dec 14 00:09:23.382 INFO E| Downloaded unsafe-libyaml v0.2.8
29622024-12-14T00:09:24.633Z[ helios-setup] Dec 14 00:09:23.388 INFO E| Downloaded tracing v0.1.37
29632024-12-14T00:09:24.640Z[ helios-setup] Dec 14 00:09:23.395 INFO E| Downloaded tokio-util v0.7.7
29642024-12-14T00:09:24.649Z[ helios-setup] Dec 14 00:09:23.404 INFO E| Downloaded reqwest v0.11.16
29652024-12-14T00:09:24.662Z[ helios-setup] Dec 14 00:09:23.417 INFO E| Downloaded unicode-normalization v0.1.22
29662024-12-14T00:09:24.668Z[ helios-setup] Dec 14 00:09:23.423 INFO E| Downloaded winnow v0.4.1
29672024-12-14T00:09:24.681Z[ helios-setup] Dec 14 00:09:23.436 INFO E| Downloaded hyper v0.14.25
29682024-12-14T00:09:24.702Z[ helios-setup] Dec 14 00:09:23.457 INFO E| Downloaded serde_json v1.0.95
29692024-12-14T00:09:24.714Z[ helios-setup] Dec 14 00:09:23.469 INFO E| Downloaded chrono v0.4.24
29702024-12-14T00:09:24.726Z[ helios-setup] Dec 14 00:09:23.481 INFO E| Downloaded rhai v1.14.0
29712024-12-14T00:09:24.746Z[ helios-setup] Dec 14 00:09:23.501 INFO E| Downloaded regress v0.5.0
29722024-12-14T00:09:24.758Z[ helios-setup] Dec 14 00:09:23.513 INFO E| Downloaded regex v1.7.3
29732024-12-14T00:09:24.771Z[ helios-setup] Dec 14 00:09:23.526 INFO E| Downloaded git2 v0.16.1
29742024-12-14T00:09:24.785Z[ helios-setup] Dec 14 00:09:23.540 INFO E| Downloaded syn v2.0.72
29752024-12-14T00:09:24.806Z[ helios-setup] Dec 14 00:09:23.561 INFO E| Downloaded rustls v0.21.0
29762024-12-14T00:09:24.825Z[ helios-setup] Dec 14 00:09:23.579 INFO E| Downloaded syn v1.0.107
29772024-12-14T00:09:24.849Z[ helios-setup] Dec 14 00:09:23.603 INFO E| Downloaded openapiv3 v1.0.2
29782024-12-14T00:09:24.868Z[ helios-setup] Dec 14 00:09:23.623 INFO E| Downloaded rustix v0.37.3
29792024-12-14T00:09:24.898Z[ helios-setup] Dec 14 00:09:23.652 INFO E| Downloaded h2 v0.3.16
29802024-12-14T00:09:24.909Z[ helios-setup] Dec 14 00:09:23.663 INFO E| Downloaded futures-util v0.3.28
29812024-12-14T00:09:24.929Z[ helios-setup] Dec 14 00:09:23.684 INFO E| Downloaded clap_builder v4.2.1
29822024-12-14T00:09:24.951Z[ helios-setup] Dec 14 00:09:23.705 INFO E| Downloaded rayon v1.6.1
29832024-12-14T00:09:24.965Z[ helios-setup] Dec 14 00:09:23.720 INFO E| Downloaded toml_edit v0.19.8
29842024-12-14T00:09:24.992Z[ helios-setup] Dec 14 00:09:23.746 INFO E| Downloaded tungstenite v0.18.0
29852024-12-14T00:09:24.996Z[ helios-setup] Dec 14 00:09:23.751 INFO E| Downloaded aho-corasick v0.7.20
29862024-12-14T00:09:25.002Z[ helios-setup] Dec 14 00:09:23.757 INFO E| Downloaded mio v0.8.5
29872024-12-14T00:09:25.019Z[ helios-setup] Dec 14 00:09:23.765 INFO E| Downloaded uuid v1.3.0
29882024-12-14T00:09:25.019Z[ helios-setup] Dec 14 00:09:23.772 INFO E| Downloaded url v2.3.1
29892024-12-14T00:09:25.022Z[ helios-setup] Dec 14 00:09:23.777 INFO E| Downloaded serde_derive v1.0.204
29902024-12-14T00:09:25.027Z[ helios-setup] Dec 14 00:09:23.781 INFO E| Downloaded serde_yaml v0.9.21
29912024-12-14T00:09:25.032Z[ helios-setup] Dec 14 00:09:23.787 INFO E| Downloaded http v0.2.9
29922024-12-14T00:09:25.038Z[ helios-setup] Dec 14 00:09:23.793 INFO E| Downloaded textwrap v0.16.0
29932024-12-14T00:09:25.043Z[ helios-setup] Dec 14 00:09:23.797 INFO E| Downloaded flate2 v1.0.25
29942024-12-14T00:09:25.051Z[ helios-setup] Dec 14 00:09:23.806 INFO E| Downloaded tinyvec v1.6.0
29952024-12-14T00:09:25.056Z[ helios-setup] Dec 14 00:09:23.811 INFO E| Downloaded tokio v1.27.0
29962024-12-14T00:09:25.108Z[ helios-setup] Dec 14 00:09:23.862 INFO E| Downloaded libc v0.2.139
29972024-12-14T00:09:25.146Z[ helios-setup] Dec 14 00:09:23.900 INFO E| Downloaded slog-bunyan v2.4.0
29982024-12-14T00:09:25.149Z[ helios-setup] Dec 14 00:09:23.902 INFO E| Downloaded tokio-tungstenite v0.18.0
29992024-12-14T00:09:25.152Z[ helios-setup] Dec 14 00:09:23.906 INFO E| Downloaded memchr v2.5.0
30002024-12-14T00:09:25.157Z[ helios-setup] Dec 14 00:09:23.912 INFO E| Downloaded miniz_oxide v0.6.2
30012024-12-14T00:09:25.161Z[ helios-setup] Dec 14 00:09:23.916 INFO E| Downloaded futures v0.3.28
30022024-12-14T00:09:25.169Z[ helios-setup] Dec 14 00:09:23.924 INFO E| Downloaded bytes v1.4.0
30032024-12-14T00:09:25.176Z[ helios-setup] Dec 14 00:09:23.931 INFO E| Downloaded parking_lot_core v0.9.6
30042024-12-14T00:09:25.180Z[ helios-setup] Dec 14 00:09:23.934 INFO E| Downloaded crossbeam-utils v0.8.14
30052024-12-14T00:09:25.184Z[ helios-setup] Dec 14 00:09:23.939 INFO E| Downloaded cc v1.0.78
30062024-12-14T00:09:25.188Z[ helios-setup] Dec 14 00:09:23.942 INFO E| Downloaded rhai_codegen v1.5.0
30072024-12-14T00:09:25.198Z[ helios-setup] Dec 14 00:09:23.952 INFO E| Downloaded smartstring v1.0.1
30082024-12-14T00:09:25.201Z[ helios-setup] Dec 14 00:09:23.955 INFO E| Downloaded serde_tokenstream v0.2.0
30092024-12-14T00:09:25.205Z[ helios-setup] Dec 14 00:09:23.960 INFO E| Downloaded num-traits v0.2.15
30102024-12-14T00:09:25.209Z[ helios-setup] Dec 14 00:09:23.963 INFO E| Downloaded crossbeam-epoch v0.9.13
30112024-12-14T00:09:25.214Z[ helios-setup] Dec 14 00:09:23.967 INFO E| Downloaded clap v4.2.1
30122024-12-14T00:09:25.224Z[ helios-setup] Dec 14 00:09:23.978 INFO E| Downloaded cargo-lock v8.0.3
30132024-12-14T00:09:25.228Z[ helios-setup] Dec 14 00:09:23.983 INFO E| Downloaded anyhow v1.0.68
30142024-12-14T00:09:25.256Z[ helios-setup] Dec 14 00:09:24.011 INFO E| Downloaded camino v1.1.4
30152024-12-14T00:09:25.259Z[ helios-setup] Dec 14 00:09:24.013 INFO E| Downloaded signal-hook-registry v1.4.0
30162024-12-14T00:09:25.263Z[ helios-setup] Dec 14 00:09:24.015 INFO E| Downloaded rustfmt-wrapper v0.2.0
30172024-12-14T00:09:25.263Z[ helios-setup] Dec 14 00:09:24.017 INFO E| Downloaded thiserror v1.0.38
30182024-12-14T00:09:25.268Z[ helios-setup] Dec 14 00:09:24.023 INFO E| Downloaded rustls-pemfile v1.0.2
30192024-12-14T00:09:25.272Z[ helios-setup] Dec 14 00:09:24.026 INFO E| Downloaded once_cell v1.17.0
30202024-12-14T00:09:25.278Z[ helios-setup] Dec 14 00:09:24.029 INFO E| Downloaded ipnet v2.7.2
30212024-12-14T00:09:25.281Z[ helios-setup] Dec 14 00:09:24.032 INFO E| Downloaded httpdate v1.0.2
30222024-12-14T00:09:25.281Z[ helios-setup] Dec 14 00:09:24.034 INFO E| Downloaded httparse v1.8.0
30232024-12-14T00:09:25.284Z[ helios-setup] Dec 14 00:09:24.038 INFO E| Downloaded futures-channel v0.3.28
30242024-12-14T00:09:25.286Z[ helios-setup] Dec 14 00:09:24.041 INFO E| Downloaded paste v1.0.12
30252024-12-14T00:09:25.291Z[ helios-setup] Dec 14 00:09:24.046 INFO E| Downloaded getrandom v0.2.8
30262024-12-14T00:09:25.295Z[ helios-setup] Dec 14 00:09:24.050 INFO E| Downloaded serde_spanned v0.6.1
30272024-12-14T00:09:25.298Z[ helios-setup] Dec 14 00:09:24.052 INFO E| Downloaded bincode v1.3.3
30282024-12-14T00:09:25.302Z[ helios-setup] Dec 14 00:09:24.056 INFO E| Downloaded sha2 v0.10.6
30292024-12-14T00:09:25.305Z[ helios-setup] Dec 14 00:09:24.060 INFO E| Downloaded sha1 v0.10.5
30302024-12-14T00:09:25.308Z[ helios-setup] Dec 14 00:09:24.063 INFO E| Downloaded ppv-lite86 v0.2.17
30312024-12-14T00:09:25.312Z[ helios-setup] Dec 14 00:09:24.065 INFO E| Downloaded num_enum_derive v0.5.7
30322024-12-14T00:09:25.315Z[ helios-setup] Dec 14 00:09:24.067 INFO E| Downloaded http-body v0.4.5
30332024-12-14T00:09:25.315Z[ helios-setup] Dec 14 00:09:24.069 INFO E| Downloaded digest v0.10.6
30342024-12-14T00:09:25.317Z[ helios-setup] Dec 14 00:09:24.072 INFO E| Downloaded form_urlencoded v1.1.0
30352024-12-14T00:09:25.320Z[ helios-setup] Dec 14 00:09:24.073 INFO E| Downloaded generic-array v0.14.6
30362024-12-14T00:09:25.324Z[ helios-setup] Dec 14 00:09:24.076 INFO E| Downloaded futures-task v0.3.28
30372024-12-14T00:09:25.324Z[ helios-setup] Dec 14 00:09:24.078 INFO E| Downloaded futures-sink v0.3.28
30382024-12-14T00:09:25.326Z[ helios-setup] Dec 14 00:09:24.079 INFO E| Downloaded cpufeatures v0.2.5
30392024-12-14T00:09:25.328Z[ helios-setup] Dec 14 00:09:24.081 INFO E| Downloaded num_enum v0.5.7
30402024-12-14T00:09:25.334Z[ helios-setup] Dec 14 00:09:24.088 INFO E| Downloaded num-integer v0.1.45
30412024-12-14T00:09:25.337Z[ helios-setup] Dec 14 00:09:24.091 INFO E| Downloaded home v0.5.4
30422024-12-14T00:09:25.339Z[ helios-setup] Dec 14 00:09:24.093 INFO E| Downloaded encoding_rs v0.8.32
30432024-12-14T00:09:25.373Z[ helios-setup] Dec 14 00:09:24.128 INFO E| Downloaded is-terminal v0.4.7
30442024-12-14T00:09:25.376Z[ helios-setup] Dec 14 00:09:24.129 INFO E| Downloaded either v1.8.0
30452024-12-14T00:09:25.379Z[ helios-setup] Dec 14 00:09:24.132 INFO E| Downloaded anstyle-parse v0.1.1
30462024-12-14T00:09:25.381Z[ helios-setup] Dec 14 00:09:24.134 INFO E| Downloaded anstyle v0.3.5
30472024-12-14T00:09:25.383Z[ helios-setup] Dec 14 00:09:24.136 INFO E| Downloaded anstream v0.2.6
30482024-12-14T00:09:25.387Z[ helios-setup] Dec 14 00:09:24.141 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30492024-12-14T00:09:25.400Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30502024-12-14T00:09:25.422Z[ helios-setup] Dec 14 00:09:24.176 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30512024-12-14T00:09:25.597Z[ helios-setup] Dec 14 00:09:24.351 INFO E| Downloaded libz-sys v1.1.8
30522024-12-14T00:09:25.774Z[ host-package] Compiling rand_seeder v0.3.0
30532024-12-14T00:09:25.950Z[ helios-setup] Dec 14 00:09:24.701 INFO E| Compiling proc-macro2 v1.0.86
30542024-12-14T00:09:25.952Z[ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling libc v0.2.139
30552024-12-14T00:09:25.952Z[ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling unicode-ident v1.0.8
30562024-12-14T00:09:25.954Z[ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling autocfg v1.1.0
30572024-12-14T00:09:25.954Z[ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling cfg-if v1.0.0
30582024-12-14T00:09:25.954Z[ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling version_check v0.9.4
30592024-12-14T00:09:25.954Z[ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling serde v1.0.204
30602024-12-14T00:09:25.954Z[ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling syn v1.0.107
30612024-12-14T00:09:26.397Z[ host-package] Compiling libsqlite3-sys v0.30.1
30622024-12-14T00:09:26.476Z[ helios-setup] Dec 14 00:09:25.229 INFO E| Compiling memchr v2.5.0
30632024-12-14T00:09:26.908Z[ host-package] Compiling lzma-sys v0.1.20
30642024-12-14T00:09:26.965Z[ helios-setup] Dec 14 00:09:25.719 INFO E| Compiling once_cell v1.17.0
30652024-12-14T00:09:26.980Z[ host-package] Compiling rustls v0.21.12
30662024-12-14T00:09:27.534Z[ helios-setup] Dec 14 00:09:26.288 INFO E| Compiling log v0.4.17
30672024-12-14T00:09:27.613Z[ helios-setup] Dec 14 00:09:26.367 INFO E| Compiling thiserror v1.0.38
30682024-12-14T00:09:27.962Z[ host-package] Compiling http-range v0.1.5
30692024-12-14T00:09:28.086Z[ host-package] Compiling cfg_aliases v0.2.1
30702024-12-14T00:09:28.155Z[ helios-setup] Dec 14 00:09:26.909 INFO E| Compiling itoa v1.0.6
30712024-12-14T00:09:28.242Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30722024-12-14T00:09:28.318Z[ helios-setup] Dec 14 00:09:27.072 INFO E| Compiling serde_json v1.0.95
30732024-12-14T00:09:28.439Z[ host-package] Compiling nix v0.29.0
30742024-12-14T00:09:29.195Z[ helios-setup] Dec 14 00:09:27.948 INFO E| Compiling quote v1.0.36
30752024-12-14T00:09:29.463Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30762024-12-14T00:09:29.623Z[ helios-setup] Dec 14 00:09:28.377 INFO E| Compiling getrandom v0.2.8
30772024-12-14T00:09:29.675Z[ helios-setup] Dec 14 00:09:28.429 INFO E| Compiling jobserver v0.1.26
30782024-12-14T00:09:30.244Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30792024-12-14T00:09:30.297Z[ helios-setup] Dec 14 00:09:29.050 INFO E| Compiling syn v2.0.72
30802024-12-14T00:09:30.413Z[ helios-setup] Dec 14 00:09:29.166 INFO E| Compiling cc v1.0.78
30812024-12-14T00:09:30.745Z[ helios-setup] Dec 14 00:09:29.498 INFO E| Compiling indexmap v1.9.3
30822024-12-14T00:09:30.778Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30832024-12-14T00:09:31.006Z[ helios-setup] Dec 14 00:09:29.759 INFO E| Compiling scopeguard v1.1.0
30842024-12-14T00:09:31.008Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30852024-12-14T00:09:31.191Z[ helios-setup] Dec 14 00:09:29.944 INFO E| Compiling pin-project-lite v0.2.9
30862024-12-14T00:09:31.296Z[ helios-setup] Dec 14 00:09:30.049 INFO E| Compiling num-integer v0.1.45
30872024-12-14T00:09:31.415Z[ helios-setup] Dec 14 00:09:30.167 INFO E| Compiling bytes v1.4.0
30882024-12-14T00:09:31.431Z[ helios-setup] Dec 14 00:09:30.184 INFO E| Compiling futures-core v0.3.28
30892024-12-14T00:09:32.332Z[ helios-setup] Dec 14 00:09:31.085 INFO E| Compiling ryu v1.0.13
30902024-12-14T00:09:32.766Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30912024-12-14T00:09:33.185Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30922024-12-14T00:09:33.193Z[ host-package] Compiling rustls-webpki v0.101.7
30932024-12-14T00:09:33.453Z[ helios-setup] Dec 14 00:09:32.205 INFO E| Compiling lock_api v0.4.9
30942024-12-14T00:09:33.773Z[ helios-setup] Dec 14 00:09:32.525 INFO E| Compiling bitflags v1.3.2
30952024-12-14T00:09:33.840Z[ helios-setup] Dec 14 00:09:32.592 INFO E| Compiling typenum v1.16.0
30962024-12-14T00:09:33.987Z[ helios-setup] Dec 14 00:09:32.739 INFO E| Compiling parking_lot_core v0.9.6
30972024-12-14T00:09:34.082Z[ helios-setup] Dec 14 00:09:32.834 INFO E| Compiling num_cpus v1.15.0
30982024-12-14T00:09:34.495Z[ helios-setup] Dec 14 00:09:33.247 INFO E| Compiling slab v0.4.7
30992024-12-14T00:09:34.495Z[ helios-setup] Dec 14 00:09:33.247 INFO E| Compiling generic-array v0.14.6
31002024-12-14T00:09:34.569Z[ helios-setup] Dec 14 00:09:33.321 INFO E| Compiling futures-channel v0.3.28
31012024-12-14T00:09:35.173Z[ helios-setup] Dec 14 00:09:33.924 INFO E| Compiling futures-task v0.3.28
31022024-12-14T00:09:35.229Z[ helios-setup] Dec 14 00:09:33.981 INFO E| Compiling futures-sink v0.3.28
31032024-12-14T00:09:36.019Z[ helios-setup] Dec 14 00:09:34.770 INFO E| Compiling tokio v1.27.0
31042024-12-14T00:09:36.109Z[ helios-setup] Dec 14 00:09:34.860 INFO E| Compiling schemars v0.8.12
31052024-12-14T00:09:36.363Z[ helios-setup] Dec 14 00:09:35.115 INFO E| Compiling futures-util v0.3.28
31062024-12-14T00:09:37.407Z[ helios-setup] Dec 14 00:09:36.159 INFO E| Compiling mio v0.8.5
31072024-12-14T00:09:37.526Z[ helios-setup] Dec 14 00:09:36.276 INFO E| Compiling signal-hook-registry v1.4.0
31082024-12-14T00:09:37.526Z[ helios-setup] Dec 14 00:09:36.276 INFO E| Compiling socket2 v0.4.9
31092024-12-14T00:09:37.909Z[ helios-setup] Dec 14 00:09:36.660 INFO E| Compiling num-traits v0.2.15
31102024-12-14T00:09:38.003Z[ helios-setup] Dec 14 00:09:36.753 INFO E| Compiling ahash v0.7.6
31112024-12-14T00:09:39.175Z[ helios-setup] Dec 14 00:09:37.926 INFO E| Compiling crunchy v0.2.2
31122024-12-14T00:09:39.236Z[ helios-setup] Dec 14 00:09:37.987 INFO E| Compiling pin-utils v0.1.0
31132024-12-14T00:09:39.507Z[ helios-setup] Dec 14 00:09:38.258 INFO E| Compiling io-lifetimes v1.0.10
31142024-12-14T00:09:39.794Z[ host-package] Compiling sct v0.7.1
31152024-12-14T00:09:40.221Z[ helios-setup] Dec 14 00:09:38.971 INFO E| Compiling futures-io v0.3.28
31162024-12-14T00:09:40.799Z[ host-package] Compiling heck v0.3.3
31172024-12-14T00:09:40.864Z[ host-package] Compiling castaway v0.2.3
31182024-12-14T00:09:40.929Z[ helios-setup] Dec 14 00:09:39.680 INFO E| Compiling ahash v0.8.3
31192024-12-14T00:09:40.944Z[ host-package] Compiling csv-core v0.1.11
31202024-12-14T00:09:41.347Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31212024-12-14T00:09:41.404Z[ helios-setup] Dec 14 00:09:40.155 INFO E| Compiling rustix v0.37.3
31222024-12-14T00:09:41.497Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31232024-12-14T00:09:41.808Z[ helios-setup] Dec 14 00:09:40.558 INFO E| Compiling serde_derive_internals v0.26.0
31242024-12-14T00:09:41.844Z[ helios-setup] Dec 14 00:09:40.594 INFO E| Compiling tiny-keccak v2.0.2
31252024-12-14T00:09:42.243Z[ helios-setup] Dec 14 00:09:40.994 INFO E| Compiling hashbrown v0.12.3
31262024-12-14T00:09:42.401Z[ host-package] Compiling glob v0.3.1
31272024-12-14T00:09:42.445Z[ helios-setup] Dec 14 00:09:41.196 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31282024-12-14T00:09:42.732Z[ host-package] Compiling csv v1.3.0
31292024-12-14T00:09:42.828Z[ host-package] Compiling zone_cfg_derive v0.1.2
31302024-12-14T00:09:43.610Z[ helios-setup] Dec 14 00:09:42.360 INFO E| Compiling block-buffer v0.10.3
31312024-12-14T00:09:43.689Z[ helios-setup] Dec 14 00:09:42.439 INFO E| Compiling crypto-common v0.1.6
31322024-12-14T00:09:44.444Z[ helios-setup] Dec 14 00:09:43.193 INFO E| Compiling errno v0.3.1
31332024-12-14T00:09:45.076Z[ helios-setup] Dec 14 00:09:43.826 INFO E| Compiling fnv v1.0.7
31342024-12-14T00:09:45.123Z[ helios-setup] Dec 14 00:09:43.873 INFO E| Compiling slog v2.7.0
31352024-12-14T00:09:45.126Z[ helios-setup] Dec 14 00:09:43.874 INFO E| Compiling pkg-config v0.3.26
31362024-12-14T00:09:45.226Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31372024-12-14T00:09:45.496Z[ helios-setup] Dec 14 00:09:44.245 INFO E| Compiling crossbeam-utils v0.8.14
31382024-12-14T00:09:45.751Z[ helios-setup] Dec 14 00:09:44.501 INFO E| Compiling http v0.2.9
31392024-12-14T00:09:45.828Z[ host-package] Compiling compact_str v0.8.0
31402024-12-14T00:09:46.368Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31412024-12-14T00:09:48.098Z[ helios-setup] Dec 14 00:09:46.847 INFO E| Compiling digest v0.10.6
31422024-12-14T00:09:49.123Z[ helios-setup] Dec 14 00:09:47.872 INFO E| Compiling aho-corasick v0.7.20
31432024-12-14T00:09:49.716Z[ helios-setup] Dec 14 00:09:48.464 INFO E| Compiling heck v0.4.1
31442024-12-14T00:09:50.156Z[ helios-setup] Dec 14 00:09:48.904 INFO E| Compiling cpufeatures v0.2.5
31452024-12-14T00:09:50.406Z[ helios-setup] Dec 14 00:09:49.155 INFO E| Compiling tinyvec_macros v0.1.1
31462024-12-14T00:09:50.565Z[ helios-setup] Dec 14 00:09:49.313 INFO E| Compiling regex-syntax v0.6.29
31472024-12-14T00:09:50.694Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31482024-12-14T00:09:50.703Z[ helios-setup] Dec 14 00:09:49.452 INFO E| Compiling percent-encoding v2.2.0
31492024-12-14T00:09:51.570Z[ helios-setup] Dec 14 00:09:50.318 INFO E| Compiling anyhow v1.0.68
31502024-12-14T00:09:51.704Z[ helios-setup] Dec 14 00:09:50.452 INFO E| Compiling unicode-width v0.1.10
31512024-12-14T00:09:51.773Z[ helios-setup] Dec 14 00:09:50.521 INFO E| Compiling httparse v1.8.0
31522024-12-14T00:09:52.237Z[ helios-setup] Dec 14 00:09:50.975 INFO E| Compiling const-random-macro v0.1.15
31532024-12-14T00:09:52.691Z[ helios-setup] Dec 14 00:09:51.439 INFO E| Compiling thiserror-impl v1.0.38
31542024-12-14T00:09:52.752Z[ helios-setup] Dec 14 00:09:51.499 INFO E| Compiling schemars_derive v0.8.12
31552024-12-14T00:09:53.746Z[ helios-setup] Dec 14 00:09:52.493 INFO E| Compiling tinyvec v1.6.0
31562024-12-14T00:09:53.963Z[ host-package] Compiling hyper-staticfile v0.10.1
31572024-12-14T00:09:54.014Z[ helios-setup] Dec 14 00:09:52.761 INFO E| Compiling form_urlencoded v1.1.0
31582024-12-14T00:09:54.427Z[ helios-setup] Dec 14 00:09:53.174 INFO E| Compiling serde_derive v1.0.204
31592024-12-14T00:09:54.732Z[ helios-setup] Dec 14 00:09:53.479 INFO E| Compiling tokio-macros v2.0.0
31602024-12-14T00:09:55.414Z[ helios-setup] Dec 14 00:09:54.161 INFO E| Compiling futures-macro v0.3.28
31612024-12-14T00:09:57.093Z[ helios-setup] Dec 14 00:09:55.840 INFO E| Compiling hashbrown v0.13.2
31622024-12-14T00:09:57.954Z[ helios-setup] Dec 14 00:09:56.701 INFO E| Compiling chrono v0.4.24
31632024-12-14T00:09:59.272Z[ helios-setup] Dec 14 00:09:58.019 INFO E| Compiling regex v1.7.3
31642024-12-14T00:09:59.382Z[ helios-setup] Dec 14 00:09:58.128 INFO E| Compiling libz-sys v1.1.8
31652024-12-14T00:10:00.077Z[ host-package] Compiling nix v0.27.1
31662024-12-14T00:10:02.463Z[ helios-setup] Dec 14 00:10:01.208 INFO E| Compiling uuid v1.3.0
31672024-12-14T00:10:02.605Z[ helios-setup] Dec 14 00:10:01.351 INFO E| Compiling dyn-clone v1.0.11
31682024-12-14T00:10:03.049Z[ helios-setup] Dec 14 00:10:01.794 INFO E| Compiling regress v0.5.0
31692024-12-14T00:10:03.172Z[ helios-setup] Dec 14 00:10:01.917 INFO E| Compiling unicode-normalization v0.1.22
31702024-12-14T00:10:03.429Z[ helios-setup] Dec 14 00:10:02.174 INFO E| Compiling const-random v0.1.15
31712024-12-14T00:10:04.231Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31722024-12-14T00:10:05.440Z[ helios-setup] Dec 14 00:10:04.184 INFO E| Compiling getopts v0.2.21
31732024-12-14T00:10:05.948Z[ helios-setup] Dec 14 00:10:04.692 INFO E| Compiling tracing-core v0.1.30
31742024-12-14T00:10:06.214Z[ helios-setup] Dec 14 00:10:04.959 INFO E| Compiling memoffset v0.7.1
31752024-12-14T00:10:07.245Z[ helios-setup] Dec 14 00:10:05.983 INFO E| Compiling unicode-bidi v0.3.13
31762024-12-14T00:10:08.073Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31772024-12-14T00:10:09.122Z[ helios-setup] Dec 14 00:10:07.860 INFO E| Compiling ucd-trie v0.1.5
31782024-12-14T00:10:09.494Z[ helios-setup] Dec 14 00:10:08.222 INFO E| Compiling num-conv v0.1.0
31792024-12-14T00:10:10.088Z[ helios-setup] Dec 14 00:10:08.832 INFO E| Compiling time-core v0.1.2
31802024-12-14T00:10:10.380Z[ helios-setup] Dec 14 00:10:09.123 INFO E| Compiling powerfmt v0.2.0
31812024-12-14T00:10:10.517Z[ helios-setup] Dec 14 00:10:09.261 INFO E| Compiling time-macros v0.2.18
31822024-12-14T00:10:11.212Z[ helios-setup] Dec 14 00:10:09.955 INFO E| Compiling deranged v0.3.11
31832024-12-14T00:10:12.385Z[ helios-setup] Dec 14 00:10:11.128 INFO E| Compiling pest v2.5.7
31842024-12-14T00:10:14.222Z[ helios-setup] Dec 14 00:10:12.964 INFO E| Compiling idna v0.3.0
31852024-12-14T00:10:16.538Z[ helios-setup] Dec 14 00:10:15.280 INFO E| Compiling tracing v0.1.37
31862024-12-14T00:10:17.434Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31872024-12-14T00:10:18.012Z[ helios-setup] Dec 14 00:10:16.753 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31882024-12-14T00:10:18.893Z[ helios-setup] Dec 14 00:10:17.634 INFO E| Compiling time v0.1.45
31892024-12-14T00:10:19.595Z[ helios-setup] Dec 14 00:10:18.336 INFO E| Compiling crossbeam-epoch v0.9.13
31902024-12-14T00:10:19.996Z[ helios-setup] Dec 14 00:10:18.737 INFO E| Compiling iana-time-zone v0.1.56
31912024-12-14T00:10:20.540Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31922024-12-14T00:10:20.545Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31932024-12-14T00:10:20.708Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31942024-12-14T00:10:21.026Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31952024-12-14T00:10:21.118Z[ helios-setup] Dec 14 00:10:19.858 INFO E| Compiling semver v1.0.17
31962024-12-14T00:10:21.433Z[ helios-setup] Dec 14 00:10:20.174 INFO E| Compiling num_threads v0.1.6
31972024-12-14T00:10:22.046Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31982024-12-14T00:10:22.550Z[ helios-setup] Dec 14 00:10:21.291 INFO E| Compiling time v0.3.36
31992024-12-14T00:10:22.746Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32002024-12-14T00:10:23.359Z[ helios-setup] Dec 14 00:10:22.100 INFO E| Compiling semver-parser v0.10.2
32012024-12-14T00:10:23.436Z[ host-package] Compiling unicode-truncate v1.1.0
32022024-12-14T00:10:23.766Z[ helios-setup] Dec 14 00:10:22.506 INFO E| Compiling smallvec v1.10.0
32032024-12-14T00:10:24.453Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32042024-12-14T00:10:24.599Z[ helios-setup] Dec 14 00:10:23.339 INFO E| Compiling toml v0.5.11
32052024-12-14T00:10:26.607Z[ helios-setup] Dec 14 00:10:25.347 INFO E| Compiling parking_lot v0.12.1
32062024-12-14T00:10:26.867Z[ helios-setup] Dec 14 00:10:25.605 INFO E| Compiling serde_tokenstream v0.2.0
32072024-12-14T00:10:30.523Z[ helios-setup] Dec 14 00:10:29.262 INFO E| Compiling url v2.3.1
32082024-12-14T00:10:33.999Z[ helios-setup] Dec 14 00:10:32.736 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32092024-12-14T00:10:35.073Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32102024-12-14T00:10:36.468Z[ helios-setup] Dec 14 00:10:35.204 INFO E| Compiling crossbeam-channel v0.5.6
32112024-12-14T00:10:36.651Z[ helios-setup] Dec 14 00:10:35.388 INFO E| Compiling dirs-sys-next v0.1.2
32122024-12-14T00:10:37.766Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32132024-12-14T00:10:38.606Z[ host-package] Compiling hashlink v0.9.1
32142024-12-14T00:10:38.823Z[ host-package] Compiling tungstenite v0.23.0
32152024-12-14T00:10:39.510Z[ helios-setup] Dec 14 00:10:38.245 INFO E| Compiling same-file v1.0.6
32162024-12-14T00:10:39.554Z[ host-package] Compiling lru v0.12.5
32172024-12-14T00:10:40.354Z[ helios-setup] Dec 14 00:10:39.090 INFO E| Compiling try-lock v0.2.4
32182024-12-14T00:10:40.393Z[ helios-setup] Dec 14 00:10:39.129 INFO E| Compiling crc32fast v1.3.2
32192024-12-14T00:10:40.414Z[ host-package] Compiling instability v0.3.2
32202024-12-14T00:10:40.519Z[ host-package] Compiling base64 v0.13.1
32212024-12-14T00:10:40.764Z[ helios-setup] Dec 14 00:10:39.500 INFO E| Compiling want v0.3.0
32222024-12-14T00:10:40.835Z[ host-package] Compiling cassowary v0.3.0
32232024-12-14T00:10:41.552Z[ helios-setup] Dec 14 00:10:40.288 INFO E| Compiling walkdir v2.3.3
32242024-12-14T00:10:41.862Z[ host-package] Compiling fallible-iterator v0.3.0
32252024-12-14T00:10:42.072Z[ helios-setup] Dec 14 00:10:40.808 INFO E| Compiling dirs-next v2.0.0
32262024-12-14T00:10:42.499Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32272024-12-14T00:10:42.792Z[ helios-setup] Dec 14 00:10:41.527 INFO E| Compiling proc-macro-crate v1.2.1
32282024-12-14T00:10:43.418Z[ host-package] Compiling ratatui v0.28.1
32292024-12-14T00:10:43.846Z[ host-package] Compiling rusqlite v0.32.1
32302024-12-14T00:10:44.778Z[ helios-setup] Dec 14 00:10:43.513 INFO E| Compiling semver v0.11.0
32312024-12-14T00:10:47.718Z[ host-package] Compiling tokio-tungstenite v0.23.1
32322024-12-14T00:10:48.039Z[ helios-setup] Dec 14 00:10:46.774 INFO E| Compiling tokio-util v0.7.7
32332024-12-14T00:10:48.173Z[ helios-setup] Dec 14 00:10:46.907 INFO E| Compiling futures-executor v0.3.28
32342024-12-14T00:10:48.941Z[ host-package] Compiling ron v0.7.1
32352024-12-14T00:10:49.109Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32362024-12-14T00:10:49.137Z[ helios-setup] Dec 14 00:10:47.864 INFO E| Compiling http-body v0.4.5
32372024-12-14T00:10:50.472Z[ helios-setup] Dec 14 00:10:49.204 INFO E| Compiling h2 v0.3.16
32382024-12-14T00:10:50.647Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32392024-12-14T00:10:50.746Z[ helios-setup] Dec 14 00:10:49.479 INFO E| Compiling ring v0.16.20
32402024-12-14T00:10:51.232Z[ helios-setup] Dec 14 00:10:49.966 INFO E| Compiling rand_core v0.6.4
32412024-12-14T00:10:51.773Z[ helios-setup] Dec 14 00:10:50.507 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32422024-12-14T00:10:52.733Z[ helios-setup] Dec 14 00:10:51.466 INFO E| Compiling thread_local v1.1.7
32432024-12-14T00:10:53.164Z[ helios-setup] Dec 14 00:10:51.897 INFO E| Compiling tower-service v0.3.2
32442024-12-14T00:10:54.321Z[ helios-setup] Dec 14 00:10:53.053 INFO E| Compiling ppv-lite86 v0.2.17
32452024-12-14T00:10:54.616Z[ helios-setup] Dec 14 00:10:53.347 INFO E| Compiling fastrand v1.9.0
32462024-12-14T00:10:55.716Z[ helios-setup] Dec 14 00:10:54.449 INFO E| Compiling home v0.5.4
32472024-12-14T00:10:56.152Z[ host-package] Compiling xz2 v0.1.7
32482024-12-14T00:10:56.443Z[ helios-setup] Dec 14 00:10:55.175 INFO E| Compiling rayon-core v1.10.2
32492024-12-14T00:10:56.562Z[ helios-setup] Dec 14 00:10:55.294 INFO E| Compiling base64 v0.21.0
32502024-12-14T00:10:57.538Z[ helios-setup] Dec 14 00:10:56.270 INFO E| Compiling lazy_static v1.4.0
32512024-12-14T00:10:57.980Z[ helios-setup] Dec 14 00:10:56.712 INFO E| Compiling utf8parse v0.2.1
32522024-12-14T00:10:58.466Z[ helios-setup] Dec 14 00:10:57.198 INFO E| Compiling adler v1.0.2
32532024-12-14T00:10:59.167Z[ helios-setup] Dec 14 00:10:57.899 INFO E| Compiling httpdate v1.0.2
32542024-12-14T00:10:59.427Z[ helios-setup] Dec 14 00:10:58.159 INFO E| Compiling miniz_oxide v0.6.2
32552024-12-14T00:10:59.684Z[ host-package] Compiling tokio-rustls v0.24.1
32562024-12-14T00:11:00.100Z[ helios-setup] Dec 14 00:10:58.832 INFO E| Compiling anstyle-parse v0.1.1
32572024-12-14T00:11:00.604Z[ host-package] Compiling zone v0.1.8
32582024-12-14T00:11:00.935Z[ helios-setup] Dec 14 00:10:59.666 INFO E| Compiling toolchain_find v0.2.0
32592024-12-14T00:11:01.251Z[ helios-setup] Dec 14 00:10:59.983 INFO E| Compiling rand_chacha v0.3.1
32602024-12-14T00:11:02.060Z[ helios-setup] Dec 14 00:11:00.791 INFO E| Compiling hyper v0.14.25
32612024-12-14T00:11:03.678Z[ helios-setup] Dec 14 00:11:02.409 INFO E| Compiling tempfile v3.5.0
32622024-12-14T00:11:05.302Z[ helios-setup] Dec 14 00:11:04.032 INFO E| Compiling futures v0.3.28
32632024-12-14T00:11:06.835Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32642024-12-14T00:11:21.792Z[ helios-setup] Dec 14 00:11:20.518 INFO E| Compiling crossbeam-deque v0.8.2
32652024-12-14T00:11:22.547Z[ helios-setup] Dec 14 00:11:21.273 INFO E| Compiling cargo-lock v8.0.3
32662024-12-14T00:11:23.592Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32672024-12-14T00:11:24.080Z[ helios-setup] Dec 14 00:11:22.805 INFO E| Compiling num_enum_derive v0.5.7
32682024-12-14T00:11:25.137Z[ helios-setup] Dec 14 00:11:23.862 INFO E| Compiling term v0.7.0
32692024-12-14T00:11:26.847Z[ helios-setup] Dec 14 00:11:25.572 INFO E| Compiling serde_urlencoded v0.7.1
32702024-12-14T00:11:28.253Z[ helios-setup] Dec 14 00:11:26.977 INFO E| Compiling sha2 v0.10.6
32712024-12-14T00:11:28.428Z[ helios-setup] Dec 14 00:11:27.152 INFO E| Compiling sha1 v0.10.5
32722024-12-14T00:11:29.142Z[ helios-setup] Dec 14 00:11:27.867 INFO E| Compiling is-terminal v0.4.7
32732024-12-14T00:11:29.441Z[ helios-setup] Dec 14 00:11:28.165 INFO E| Compiling atty v0.2.14
32742024-12-14T00:11:30.060Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752024-12-14T00:11:30.314Z[ helios-setup] Dec 14 00:11:29.035 INFO E| Compiling concolor-query v0.3.3
32762024-12-14T00:11:30.599Z[ helios-setup] Dec 14 00:11:29.323 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32772024-12-14T00:11:31.518Z[ helios-setup] Dec 14 00:11:30.240 INFO E| Compiling anstyle v0.3.5
32782024-12-14T00:11:32.494Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32792024-12-14T00:11:32.895Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32802024-12-14T00:11:33.321Z[ helios-setup] Dec 14 00:11:32.045 INFO E| Compiling concolor-override v1.0.0
32812024-12-14T00:11:33.365Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32822024-12-14T00:11:33.863Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32832024-12-14T00:11:34.513Z[ helios-setup] Dec 14 00:11:33.236 INFO E| Compiling anstream v0.2.6
32842024-12-14T00:11:36.524Z[ helios-setup] Dec 14 00:11:35.247 INFO E| Compiling slog-term v2.9.0
32852024-12-14T00:11:37.896Z[ helios-setup] Dec 14 00:11:36.618 INFO E| Compiling num_enum v0.5.7
32862024-12-14T00:11:38.170Z[ helios-setup] Dec 14 00:11:36.892 INFO E| Compiling flate2 v1.0.25
32872024-12-14T00:11:38.295Z[ helios-setup] Dec 14 00:11:37.017 INFO E| Compiling rustfmt-wrapper v0.2.0
32882024-12-14T00:11:39.407Z[ helios-setup] Dec 14 00:11:38.129 INFO E| Compiling rand v0.8.5
32892024-12-14T00:11:39.500Z[ helios-setup] Dec 14 00:11:38.218 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32902024-12-14T00:11:39.828Z[ helios-setup] Dec 14 00:11:38.549 INFO E| Compiling openapiv3 v1.0.2
32912024-12-14T00:11:41.040Z[ host-package] Compiling rustls-pemfile v1.0.4
32922024-12-14T00:11:41.623Z[ helios-setup] Dec 14 00:11:40.344 INFO E| Compiling encoding_rs v0.8.32
32932024-12-14T00:11:42.222Z[ helios-setup] Dec 14 00:11:40.943 INFO E| Compiling mime v0.3.17
32942024-12-14T00:11:42.951Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32952024-12-14T00:11:43.840Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32962024-12-14T00:11:43.996Z[ helios-setup] Dec 14 00:11:42.717 INFO E| Compiling utf-8 v0.7.6
32972024-12-14T00:11:44.401Z[ helios-setup] Dec 14 00:11:43.121 INFO E| Compiling unsafe-libyaml v0.2.8
32982024-12-14T00:11:44.753Z[ helios-setup] Dec 14 00:11:43.473 INFO E| Compiling strsim v0.10.0
32992024-12-14T00:11:48.005Z[ helios-setup] Dec 14 00:11:46.725 INFO E| Compiling clap_lex v0.4.1
33002024-12-14T00:11:48.453Z[ helios-setup] Dec 14 00:11:47.173 INFO E| Compiling either v1.8.0
33012024-12-14T00:11:48.871Z[ helios-setup] Dec 14 00:11:47.591 INFO E| Compiling project-root v0.2.2
33022024-12-14T00:11:49.290Z[ helios-setup] Dec 14 00:11:48.009 INFO E| Compiling spin v0.5.2
33032024-12-14T00:11:49.542Z[ helios-setup] Dec 14 00:11:48.261 INFO E| Compiling untrusted v0.7.1
33042024-12-14T00:11:49.573Z[ helios-setup] Dec 14 00:11:48.293 INFO E| Compiling base64 v0.13.1
33052024-12-14T00:11:49.945Z[ helios-setup] Dec 14 00:11:48.664 INFO E| Compiling byteorder v1.4.3
33062024-12-14T00:11:50.015Z[ helios-setup] Dec 14 00:11:48.735 INFO E| Compiling ipnet v2.7.2
33072024-12-14T00:11:50.922Z[ helios-setup] Dec 14 00:11:49.641 INFO E| Compiling tungstenite v0.18.0
33082024-12-14T00:11:51.448Z[ helios-setup] Dec 14 00:11:50.167 INFO E| Compiling reqwest v0.11.16
33092024-12-14T00:11:51.590Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33102024-12-14T00:11:52.309Z[ host-package] Compiling signal-hook-tokio v0.3.1
33112024-12-14T00:11:52.844Z[ host-package] Compiling twox-hash v1.6.3
33122024-12-14T00:11:53.489Z[ host-package] Compiling yasna v0.5.2
33132024-12-14T00:11:54.185Z[ helios-setup] Dec 14 00:11:52.904 INFO E| Compiling rayon v1.6.1
33142024-12-14T00:11:55.205Z[ host-package] Compiling is_ci v1.2.0
33152024-12-14T00:11:55.850Z[ helios-setup] Dec 14 00:11:54.568 INFO E| Compiling clap_builder v4.2.1
33162024-12-14T00:11:56.193Z[ host-package] Compiling smawk v0.3.2
33172024-12-14T00:11:56.756Z[ host-package] Compiling unicode-linebreak v0.1.5
33182024-12-14T00:11:57.874Z[ host-package] Compiling textwrap v0.16.1
33192024-12-14T00:11:58.065Z[ host-package] Compiling rcgen v0.12.1
33202024-12-14T00:12:00.469Z[ host-package] Compiling supports-color v3.0.1
33212024-12-14T00:12:01.502Z[ helios-setup] Dec 14 00:12:00.218 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33222024-12-14T00:12:02.684Z[ helios-setup] Dec 14 00:12:01.400 INFO E| Compiling serde_yaml v0.9.21
33232024-12-14T00:12:04.219Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33242024-12-14T00:12:04.873Z[ helios-setup] Dec 14 00:12:03.588 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33252024-12-14T00:12:05.008Z[ helios-setup] Dec 14 00:12:03.724 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33262024-12-14T00:12:09.237Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33272024-12-14T00:12:09.850Z[ helios-setup] Dec 14 00:12:08.564 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33282024-12-14T00:12:09.978Z[ helios-setup] Dec 14 00:12:08.693 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33292024-12-14T00:12:10.841Z[ helios-setup] Dec 14 00:12:09.555 INFO E| Compiling clap_derive v4.2.0
33302024-12-14T00:12:12.329Z[ helios-setup] Dec 14 00:12:11.040 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33312024-12-14T00:12:20.568Z[ helios-setup] Dec 14 00:12:19.279 INFO E| Compiling clap v4.2.1
33322024-12-14T00:12:20.957Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33332024-12-14T00:12:21.127Z[ helios-setup] Dec 14 00:12:19.830 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33342024-12-14T00:12:22.974Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33352024-12-14T00:12:35.969Z[ helios-setup] Dec 14 00:12:31.309 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33362024-12-14T00:12:36.008Z[ helios-setup] Dec 14 00:12:34.658 INFO E| Compiling tokio-tungstenite v0.18.0
33372024-12-14T00:12:37.525Z[ helios-setup] Dec 14 00:12:36.232 INFO E| Compiling smartstring v1.0.1
33382024-12-14T00:12:38.443Z[ helios-setup] Dec 14 00:12:37.150 INFO E| Compiling rustls v0.21.0
33392024-12-14T00:12:40.999Z[ helios-setup] Dec 14 00:12:39.706 INFO E| Compiling sct v0.7.0
33402024-12-14T00:12:41.912Z[ helios-setup] Dec 14 00:12:40.619 INFO E| Compiling rustls-webpki v0.100.1
33412024-12-14T00:12:43.844Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33422024-12-14T00:12:45.898Z[ helios-setup] Dec 14 00:12:44.604 INFO E| Compiling serde_spanned v0.6.1
33432024-12-14T00:12:46.568Z[ helios-setup] Dec 14 00:12:45.274 INFO E| Compiling toml_datetime v0.6.1
33442024-12-14T00:12:47.675Z[ helios-setup] Dec 14 00:12:46.380 INFO E| Compiling async-trait v0.1.68
33452024-12-14T00:12:48.179Z[ helios-setup] Dec 14 00:12:46.884 INFO E| Compiling match_cfg v0.1.0
33462024-12-14T00:12:48.452Z[ helios-setup] Dec 14 00:12:47.157 INFO E| Compiling winnow v0.4.1
33472024-12-14T00:12:49.097Z[ helios-setup] Dec 14 00:12:47.802 INFO E| Compiling slog-async v2.7.0
33482024-12-14T00:12:50.484Z[ helios-setup] Dec 14 00:12:49.186 INFO E| Compiling paste v1.0.12
33492024-12-14T00:12:50.590Z[ helios-setup] Dec 14 00:12:49.295 INFO E| Compiling camino v1.1.4
33502024-12-14T00:12:51.888Z[ helios-setup] Dec 14 00:12:50.592 INFO E| Compiling static_assertions v1.1.0
33512024-12-14T00:12:53.005Z[ helios-setup] Dec 14 00:12:51.709 INFO E| Compiling hostname v0.3.1
33522024-12-14T00:12:53.588Z[ helios-setup] Dec 14 00:12:52.292 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33532024-12-14T00:12:56.102Z[ helios-setup] Dec 14 00:12:54.806 INFO E| Compiling toml_edit v0.19.8
33542024-12-14T00:13:02.017Z[ helios-setup] Dec 14 00:13:00.719 INFO E| Compiling slog-json v2.6.1
33552024-12-14T00:13:02.916Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33562024-12-14T00:13:03.416Z[ helios-setup] Dec 14 00:13:02.118 INFO E| Compiling unicode-linebreak v0.1.4
33572024-12-14T00:13:07.858Z[ helios-setup] Dec 14 00:13:06.559 INFO E| Compiling async-stream-impl v0.3.5
33582024-12-14T00:13:08.849Z[ helios-setup] Dec 14 00:13:07.549 INFO E| Compiling rhai_codegen v1.5.0
33592024-12-14T00:13:09.428Z[ helios-setup] Dec 14 00:13:08.128 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33602024-12-14T00:13:10.675Z[ helios-setup] Dec 14 00:13:09.375 INFO E| Compiling take_mut v0.2.2
33612024-12-14T00:13:10.755Z[ helios-setup] Dec 14 00:13:09.454 INFO E| Compiling async-stream v0.3.5
33622024-12-14T00:13:11.607Z[ helios-setup] Dec 14 00:13:10.307 INFO E| Compiling toml v0.7.3
33632024-12-14T00:13:11.945Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33642024-12-14T00:13:11.980Z[ helios-setup] Dec 14 00:13:10.680 INFO E| Compiling slog-bunyan v2.4.0
33652024-12-14T00:13:12.589Z[ helios-setup] Dec 14 00:13:11.288 INFO E| Compiling tokio-rustls v0.24.0
33662024-12-14T00:13:13.878Z[ helios-setup] Dec 14 00:13:12.577 INFO E| Compiling rhai v1.14.0
33672024-12-14T00:13:15.667Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33682024-12-14T00:13:19.403Z[ helios-setup] Dec 14 00:13:18.100 INFO E| Compiling rustls-pemfile v1.0.2
33692024-12-14T00:13:20.811Z[ helios-setup] Dec 14 00:13:19.508 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33702024-12-14T00:13:21.808Z[ helios-setup] Dec 14 00:13:20.502 INFO E| Compiling serde_path_to_error v0.1.11
33712024-12-14T00:13:22.600Z[ helios-setup] Dec 14 00:13:21.296 INFO E| Compiling bincode v1.3.3
33722024-12-14T00:13:24.469Z[ helios-setup] Dec 14 00:13:23.165 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33732024-12-14T00:13:24.586Z[ helios-setup] Dec 14 00:13:23.282 INFO E| Compiling terminal_size v0.2.6
33742024-12-14T00:13:24.652Z[ helios-setup] Dec 14 00:13:23.348 INFO E| Compiling smawk v0.3.1
33752024-12-14T00:13:25.458Z[ helios-setup] Dec 14 00:13:24.154 INFO E| Compiling textwrap v0.16.0
33762024-12-14T00:13:35.908Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33772024-12-14T00:13:37.161Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33782024-12-14T00:13:37.532Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33792024-12-14T00:13:37.913Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33802024-12-14T00:13:49.923Z[ host-package] Compiling fatfs v0.3.6
33812024-12-14T00:13:52.580Z[ helios-setup] Dec 14 00:13:51.270 INFO E| Compiling git2 v0.16.1
33822024-12-14T00:13:53.398Z[ host-package] Compiling subprocess v0.2.9
33832024-12-14T00:13:54.552Z[ host-package] Compiling rtoolbox v0.0.2
33842024-12-14T00:13:55.104Z[ host-package] Compiling assert_matches v1.5.0
33852024-12-14T00:13:55.833Z[ host-package] Compiling rpassword v7.3.1
33862024-12-14T00:13:56.549Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33872024-12-14T00:13:58.012Z[ helios-setup] Dec 14 00:13:56.697 INFO E| Compiling built v0.6.0
33882024-12-14T00:13:59.062Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33892024-12-14T00:14:01.085Z[ helios-setup] Dec 14 00:13:59.773 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33902024-12-14T00:14:02.910Z[ helios-setup] Dec 14 00:14:01.597 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33912024-12-14T00:14:03.037Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33922024-12-14T00:14:03.541Z[ helios-setup] Dec 14 00:14:02.229 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33932024-12-14T00:14:03.773Z[ host-package] Compiling tui-tree-widget v0.22.0
33942024-12-14T00:14:04.448Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33952024-12-14T00:14:06.853Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33962024-12-14T00:14:07.738Z[ helios-setup] Dec 14 00:14:06.424 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33972024-12-14T00:14:11.547Z[ helios-setup] Dec 14 00:14:10.232 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33982024-12-14T00:14:13.201Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33992024-12-14T00:14:14.057Z[ host-package] Compiling uzers v0.12.1
34002024-12-14T00:14:19.084Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34012024-12-14T00:14:30.532Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34022024-12-14T00:14:34.636Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34032024-12-14T00:15:00.612Z[ helios-setup] Dec 14 00:14:59.285 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34042024-12-14T00:15:15.243Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34052024-12-14T00:15:21.400Z[ host-package] Compiling multimap v0.10.0
34062024-12-14T00:16:07.084Z[ helios-setup] Dec 14 00:16:05.742 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
34072024-12-14T00:16:07.229Z[ helios-setup] Dec 14 00:16:05.886 INFO building project "pilot" ok (409 seconds)
34082024-12-14T00:16:07.232Z[ helios-setup] Dec 14 00:16:05.886 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34092024-12-14T00:16:07.232Z[ helios-setup] Dec 14 00:16:05.886 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34102024-12-14T00:16:07.557Z[ helios-setup] Dec 14 00:16:06.214 INFO E| Downloading crates ...
34112024-12-14T00:16:07.622Z[ helios-setup] Dec 14 00:16:06.279 INFO E| Downloaded miniz_oxide v0.7.2
34122024-12-14T00:16:07.686Z[ helios-setup] Dec 14 00:16:06.343 INFO E| Compiling adler v1.0.2
34132024-12-14T00:16:07.848Z[ helios-setup] Dec 14 00:16:06.505 INFO E| Compiling miniz_oxide v0.7.2
34142024-12-14T00:16:10.649Z[ helios-setup] Dec 14 00:16:09.306 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34152024-12-14T00:16:11.827Z[ helios-setup] Dec 14 00:16:10.482 INFO E| Finished `release` profile [optimized] target(s) in 4.50s
34162024-12-14T00:16:11.838Z[ helios-setup] Dec 14 00:16:10.494 INFO building project "pinprick" ok (4 seconds)
34172024-12-14T00:16:11.838Z[ helios-setup] Dec 14 00:16:10.494 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34182024-12-14T00:16:11.842Z[ helios-setup] Dec 14 00:16:10.494 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34192024-12-14T00:16:12.143Z[ helios-setup] Dec 14 00:16:10.799 INFO E| Downloading crates ...
34202024-12-14T00:16:12.265Z[ helios-setup] Dec 14 00:16:10.921 INFO E| Downloaded typenum v1.15.0
34212024-12-14T00:16:12.295Z[ helios-setup] Dec 14 00:16:10.951 INFO E| Downloaded sha2 v0.10.5
34222024-12-14T00:16:12.298Z[ helios-setup] Dec 14 00:16:10.954 INFO E| Downloaded anyhow v1.0.62
34232024-12-14T00:16:12.303Z[ helios-setup] Dec 14 00:16:10.960 INFO E| Downloaded digest v0.10.3
34242024-12-14T00:16:12.306Z[ helios-setup] Dec 14 00:16:10.962 INFO E| Downloaded bytes v1.2.1
34252024-12-14T00:16:12.379Z[ helios-setup] Dec 14 00:16:11.035 INFO E| Compiling typenum v1.15.0
34262024-12-14T00:16:12.379Z[ helios-setup] Dec 14 00:16:11.035 INFO E| Compiling version_check v0.9.4
34272024-12-14T00:16:12.382Z[ helios-setup] Dec 14 00:16:11.035 INFO E| Compiling crc32fast v1.3.2
34282024-12-14T00:16:12.382Z[ helios-setup] Dec 14 00:16:11.035 INFO E| Compiling cfg-if v1.0.0
34292024-12-14T00:16:12.383Z[ helios-setup] Dec 14 00:16:11.036 INFO E| Compiling adler v1.0.2
34302024-12-14T00:16:12.383Z[ helios-setup] Dec 14 00:16:11.036 INFO E| Compiling anyhow v1.0.62
34312024-12-14T00:16:12.383Z[ helios-setup] Dec 14 00:16:11.036 INFO E| Compiling unicode-width v0.1.10
34322024-12-14T00:16:12.383Z[ helios-setup] Dec 14 00:16:11.036 INFO E| Compiling cpufeatures v0.2.5
34332024-12-14T00:16:12.672Z[ helios-setup] Dec 14 00:16:11.328 INFO E| Compiling bytes v1.2.1
34342024-12-14T00:16:12.761Z[ helios-setup] Dec 14 00:16:11.417 INFO E| Compiling miniz_oxide v0.6.2
34352024-12-14T00:16:12.834Z[ helios-setup] Dec 14 00:16:11.490 INFO E| Compiling getopts v0.2.21
34362024-12-14T00:16:13.202Z[ helios-setup] Dec 14 00:16:11.858 INFO E| Compiling bitflags v1.3.2
34372024-12-14T00:16:13.799Z[ helios-setup] Dec 14 00:16:12.455 INFO E| Compiling generic-array v0.14.6
34382024-12-14T00:16:14.506Z[ helios-setup] Dec 14 00:16:13.162 INFO E| Compiling flate2 v1.0.25
34392024-12-14T00:16:18.514Z[ helios-setup] Dec 14 00:16:17.168 INFO E| Compiling crypto-common v0.1.6
34402024-12-14T00:16:18.516Z[ helios-setup] Dec 14 00:16:17.168 INFO E| Compiling block-buffer v0.10.3
34412024-12-14T00:16:18.737Z[ helios-setup] Dec 14 00:16:17.392 INFO E| Compiling digest v0.10.3
34422024-12-14T00:16:19.131Z[ helios-setup] Dec 14 00:16:17.786 INFO E| Compiling sha2 v0.10.5
34432024-12-14T00:16:19.699Z[ helios-setup] Dec 14 00:16:18.354 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34442024-12-14T00:16:25.443Z[ helios-setup] Dec 14 00:16:24.096 INFO E| Finished `release` profile [optimized] target(s) in 13.51s
34452024-12-14T00:16:25.465Z[ helios-setup] Dec 14 00:16:24.111 INFO building project "bootserver" ok (13 seconds)
34462024-12-14T00:16:25.472Z[ helios-setup] rm -f helios-build
34472024-12-14T00:16:25.472Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34482024-12-14T00:16:25.472Z[ helios-setup]
34492024-12-14T00:16:25.472Z[ helios-setup] Setup complete! ./helios-build is now available.
34502024-12-14T00:16:25.472Z[ helios-setup]
34512024-12-14T00:16:25.472Z[ helios-setup]
34522024-12-14T00:16:25.472Z[ helios-setup] real 12:00.903208934
34532024-12-14T00:16:25.472Z[ helios-setup] user 29:04.157817131
34542024-12-14T00:16:25.472Z[ helios-setup] sys 3:35.422696893
34552024-12-14T00:16:25.472Z[ helios-setup] trap 1.762961110
34562024-12-14T00:16:25.472Z[ helios-setup] tflt 7.929914425
34572024-12-14T00:16:25.472Z[ helios-setup] dflt 29.298167581
34582024-12-14T00:16:25.472Z[ helios-setup] kflt 0.035025028
34592024-12-14T00:16:25.472Z[ helios-setup] lock 2:07:38.846876299
34602024-12-14T00:16:25.472Z[ helios-setup] slp 3:45:31.709482034
34612024-12-14T00:16:25.473Z[ helios-setup] lat 32:53.109864563
34622024-12-14T00:16:25.473Z[ helios-setup] stop 4:33.439461516
34632024-12-14T00:16:25.473ZDec 14 00:16:24.125 INFO [helios-setup] process exited with exit status: 0 (720.909229896s)
34642024-12-14T00:16:25.473ZDec 14 00:16:24.125 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34652024-12-14T00:16:25.532Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34662024-12-14T00:16:25.879Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34672024-12-14T00:16:25.879Z[ phbl-toolchain] info: downloading component 'cargo'
34682024-12-14T00:16:27.549Z[ phbl-toolchain] info: downloading component 'clippy'
34692024-12-14T00:16:27.893Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34702024-12-14T00:16:32.608Z[ phbl-toolchain] info: downloading component 'miri'
34712024-12-14T00:16:32.791Z[ phbl-toolchain] info: downloading component 'rust-docs'
34722024-12-14T00:16:34.138Z[ phbl-toolchain] info: downloading component 'rust-src'
34732024-12-14T00:16:34.657Z[ phbl-toolchain] info: downloading component 'rust-std'
34742024-12-14T00:16:36.703Z[ phbl-toolchain] info: downloading component 'rustc'
34752024-12-14T00:16:45.041Z[ phbl-toolchain] info: downloading component 'rustfmt'
34762024-12-14T00:16:45.646Z[ phbl-toolchain] info: installing component 'cargo'
34772024-12-14T00:16:46.957Z[ phbl-toolchain] info: installing component 'clippy'
34782024-12-14T00:16:47.513Z[ phbl-toolchain] info: installing component 'llvm-tools'
34792024-12-14T00:16:53.347Z[ phbl-toolchain] info: installing component 'miri'
34802024-12-14T00:16:53.658Z[ phbl-toolchain] info: installing component 'rust-docs'
34812024-12-14T00:17:01.193Z[ phbl-toolchain] info: installing component 'rust-src'
34822024-12-14T00:17:01.788Z[ phbl-toolchain] info: installing component 'rust-std'
34832024-12-14T00:17:04.266Z[ phbl-toolchain] info: installing component 'rustc'
34842024-12-14T00:17:13.258Z[ phbl-toolchain] info: installing component 'rustfmt'
34852024-12-14T00:17:14.213Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34862024-12-14T00:17:14.216ZDec 14 00:17:12.858 INFO [phbl-toolchain] process exited with exit status: 0 (48.732959708s)
34872024-12-14T00:18:12.121Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34882024-12-14T00:18:16.152Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34892024-12-14T00:24:59.153Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 42s
34902024-12-14T00:26:07.833ZDec 14 00:26:06.345 INFO [host-package] process exited with exit status: 0 (1251.397490227s)
34912024-12-14T00:26:07.837ZDec 14 00:26:06.345 INFO [host-stamp] running task
34922024-12-14T00:26:07.837ZDec 14 00:26:06.346 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34932024-12-14T00:26:07.843ZDec 14 00:26:06.355 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+git2d0edd7fe91
34942024-12-14T00:26:07.851ZDec 14 00:26:06.364 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+git2d0edd7fe91
34952024-12-14T00:26:07.857Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34962024-12-14T00:26:07.860ZDec 14 00:26:06.371 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+git2d0edd7fe91
34972024-12-14T00:26:07.865Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
34982024-12-14T00:26:07.873Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
34992024-12-14T00:26:07.873ZDec 14 00:26:06.380 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+git2d0edd7fe91
35002024-12-14T00:26:07.882ZDec 14 00:26:06.389 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+git2d0edd7fe91
35012024-12-14T00:26:07.885Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-14T00:26:07.887Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35032024-12-14T00:26:07.890Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-14T00:26:07.893ZDec 14 00:26:06.403 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+git2d0edd7fe91
35052024-12-14T00:26:07.903Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-14T00:26:07.904ZDec 14 00:26:06.416 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+git2d0edd7fe91
35072024-12-14T00:26:07.919Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-14T00:26:07.925ZDec 14 00:26:06.431 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git2d0edd7fe91
35092024-12-14T00:26:07.931Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35102024-12-14T00:26:07.938Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-14T00:26:07.938ZDec 14 00:26:06.450 INFO [stamp-overlay] process exited with exit status: 0 (69.969037ms)
35122024-12-14T00:26:07.945ZDec 14 00:26:06.450 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (47.495547ms)
35132024-12-14T00:26:07.945Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35142024-12-14T00:26:07.948ZDec 14 00:26:06.458 INFO [stamp-oxlog] process exited with exit status: 0 (41.642248ms)
35152024-12-14T00:26:07.951Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-14T00:26:08.007Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35172024-12-14T00:26:08.011ZDec 14 00:26:06.523 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (134.517982ms)
35182024-12-14T00:26:08.086Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35192024-12-14T00:26:08.089ZDec 14 00:26:06.601 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (237.689748ms)
35202024-12-14T00:26:08.250Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35212024-12-14T00:26:08.255ZDec 14 00:26:06.766 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (394.706055ms)
35222024-12-14T00:26:09.005Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35232024-12-14T00:26:09.057Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35242024-12-14T00:26:09.061ZDec 14 00:26:07.573 INFO [stamp-propolis-server] process exited with exit status: 0 (1.142069294s)
35252024-12-14T00:26:11.360Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35262024-12-14T00:26:18.711Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35272024-12-14T00:26:18.714ZDec 14 00:26:17.224 INFO [stamp-switch-asic] process exited with exit status: 0 (10.869520531s)
35282024-12-14T00:26:18.717ZDec 14 00:26:17.225 INFO [host-stamp] task succeeded (10.879376731s)
35292024-12-14T00:26:18.717ZDec 14 00:26:17.225 INFO [host-proto] running task
35302024-12-14T00:26:19.129ZDec 14 00:26:17.638 INFO [host-proto] task succeeded (413.691112ms)
35312024-12-14T00:26:19.129ZDec 14 00:26:17.638 INFO [host-profile] running task
35322024-12-14T00:26:19.132ZDec 14 00:26:17.639 INFO [host-profile] task succeeded (415.81µs)
35332024-12-14T00:26:19.132ZDec 14 00:26:17.639 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.34.311' -P /tmp/.tmpAGvK53/proto/host/root -N 'ci 2d0edd7/${os_short_commit} 2024-12-14 00:04' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35342024-12-14T00:26:19.148Z[ host-image] Dec 14 00:26:17.657 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35352024-12-14T00:26:19.149Z[ host-image] Dec 14 00:26:17.658 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35362024-12-14T00:26:19.167Z[ host-image] Dec 14 00:26:17.672 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpAGvK53/proto/host/root"
35372024-12-14T00:26:19.168Z[ host-image] Dec 14 00:26:17.672 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35382024-12-14T00:26:19.173Z[ host-image] Dec 14 00:26:17.672 INFO image builder template: ramdisk-01-os...
35392024-12-14T00:26:19.173Z[ host-image] Dec 14 00:26:17.672 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/.tmpAGvK53/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.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35402024-12-14T00:26:19.185Z[ host-image] Dec 14 00:26:17.694 INFO O| Dec 14 00:26:17.694 INFO CREATE DATASET: rpool/images/build/host/output
35412024-12-14T00:26:19.417Z[ host-image] Dec 14 00:26:17.921 INFO O| Dec 14 00:26:17.921 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35422024-12-14T00:26:19.421Z[ host-image] Dec 14 00:26:17.926 INFO O| Dec 14 00:26:17.926 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35432024-12-14T00:26:19.646Z[ host-image] Dec 14 00:26:18.155 INFO O| Dec 14 00:26:18.155 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35442024-12-14T00:26:19.727Z[ host-image] Dec 14 00:26:18.237 INFO O| Dec 14 00:26:18.237 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35452024-12-14T00:26:19.730Z[ host-image] Dec 14 00:26:18.237 INFO O| Dec 14 00:26:18.237 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35462024-12-14T00:26:19.730Z[ host-image] Dec 14 00:26:18.237 INFO O| Dec 14 00:26:18.237 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35472024-12-14T00:26:19.730Z[ host-image] Dec 14 00:26:18.237 INFO O| Dec 14 00:26:18.237 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35482024-12-14T00:26:19.738Z[ host-image] Dec 14 00:26:18.247 INFO O| Dec 14 00:26:18.247 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35492024-12-14T00:26:19.987Z[ host-image] Dec 14 00:26:18.496 INFO O| Dec 14 00:26:18.496 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-12-14T00:26:20.004Z[ host-image] Dec 14 00:26:18.512 INFO O| Dec 14 00:26:18.512 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35512024-12-14T00:26:20.614Z[ host-image] Dec 14 00:26:19.123 INFO O| Dec 14 00:26:19.123 INFO O| Caching catalogs ... Done
35522024-12-14T00:26:20.763Z[ host-image] Dec 14 00:26:19.272 INFO O| Dec 14 00:26:19.272 INFO STEP 0 (pkg_image_create) COMPLETE
35532024-12-14T00:26:20.763Z[ host-image] Dec 14 00:26:19.272 INFO O| Dec 14 00:26:19.272 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-12-14T00:26:20.780Z[ host-image] Dec 14 00:26:19.272 INFO O| Dec 14 00:26:19.272 INFO skip step because feature "repo_redist" is not enabled
35552024-12-14T00:26:20.780Z[ host-image] Dec 14 00:26:19.272 INFO O| Dec 14 00:26:19.272 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-12-14T00:26:20.789Z[ host-image] Dec 14 00:26:19.289 INFO O| Dec 14 00:26:19.289 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"]
35572024-12-14T00:26:21.364Z[ host-image] Dec 14 00:26:19.872 INFO O| Dec 14 00:26:19.872 INFO STEP 2 (pkg_set_publisher) COMPLETE
35582024-12-14T00:26:21.364Z[ host-image] Dec 14 00:26:19.872 INFO O| Dec 14 00:26:19.872 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-12-14T00:26:21.381Z[ host-image] Dec 14 00:26:19.889 INFO O| Dec 14 00:26:19.889 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"]
35602024-12-14T00:26:21.948Z[ host-image] Dec 14 00:26:20.456 INFO O| Dec 14 00:26:20.456 INFO STEP 3 (pkg_set_publisher) COMPLETE
35612024-12-14T00:26:21.948Z[ host-image] Dec 14 00:26:20.456 INFO O| Dec 14 00:26:20.456 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-14T00:26:21.952Z[ host-image] Dec 14 00:26:20.456 INFO O| Dec 14 00:26:20.456 INFO skip step because feature "repo_redist" is not enabled
35632024-12-14T00:26:21.952Z[ host-image] Dec 14 00:26:20.456 INFO O| Dec 14 00:26:20.456 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-12-14T00:26:22.543Z[ host-image] Dec 14 00:26:21.042 INFO O| Dec 14 00:26:21.041 INFO variant opensolaris.zone is already global
35652024-12-14T00:26:22.543Z[ host-image] Dec 14 00:26:21.042 INFO O| Dec 14 00:26:21.042 INFO STEP 5 (pkg_change_variant) COMPLETE
35662024-12-14T00:26:22.557Z[ host-image] Dec 14 00:26:21.042 INFO O| Dec 14 00:26:21.042 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-12-14T00:26:23.097Z[ host-image] Dec 14 00:26:21.605 INFO O| Dec 14 00:26:21.605 INFO variant opensolaris.imagetype is full; changing to partial
35682024-12-14T00:26:23.100Z[ host-image] Dec 14 00:26:21.605 INFO O| Dec 14 00:26:21.605 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35692024-12-14T00:26:31.210Z[ host-image] Dec 14 00:26:29.298 INFO O| Dec 14 00:26:29.298 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35702024-12-14T00:26:31.210Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.94s
35712024-12-14T00:26:32.571ZDec 14 00:26:31.078 INFO [recovery-package] process exited with exit status: 0 (24.732208841s)
35722024-12-14T00:26:32.572ZDec 14 00:26:31.078 INFO [recovery-stamp] running task
35732024-12-14T00:26:32.574ZDec 14 00:26:31.078 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35742024-12-14T00:26:32.581ZDec 14 00:26:31.087 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+git2d0edd7fe91
35752024-12-14T00:26:32.588ZDec 14 00:26:31.094 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git2d0edd7fe91
35762024-12-14T00:26:32.596Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35772024-12-14T00:26:32.603Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35782024-12-14T00:26:32.687Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35792024-12-14T00:26:32.691ZDec 14 00:26:31.197 INFO [stamp-installinator] process exited with exit status: 0 (103.006153ms)
35802024-12-14T00:26:32.726Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35812024-12-14T00:26:32.729ZDec 14 00:26:31.236 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (148.512572ms)
35822024-12-14T00:26:32.732ZDec 14 00:26:31.236 INFO [recovery-stamp] task succeeded (157.667594ms)
35832024-12-14T00:26:32.733ZDec 14 00:26:31.236 INFO [recovery-proto] running task
35842024-12-14T00:26:32.733ZDec 14 00:26:31.236 INFO [tuf-stamp] running task
35852024-12-14T00:26:32.733ZDec 14 00:26:31.237 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git2d0edd7fe91
35862024-12-14T00:26:32.745ZDec 14 00:26:31.252 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+git2d0edd7fe91
35872024-12-14T00:26:32.763Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35882024-12-14T00:26:32.765ZDec 14 00:26:31.270 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+git2d0edd7fe91
35892024-12-14T00:26:32.781Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
35902024-12-14T00:26:32.783ZDec 14 00:26:31.287 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+git2d0edd7fe91
35912024-12-14T00:26:32.797Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35922024-12-14T00:26:32.799ZDec 14 00:26:31.303 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+git2d0edd7fe91
35932024-12-14T00:26:32.811Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-14T00:26:32.815ZDec 14 00:26:31.321 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+git2d0edd7fe91
35952024-12-14T00:26:32.852Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35962024-12-14T00:26:32.854ZDec 14 00:26:31.358 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+git2d0edd7fe91
35972024-12-14T00:26:32.888Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35982024-12-14T00:26:32.890ZDec 14 00:26:31.395 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+git2d0edd7fe91
35992024-12-14T00:26:32.922Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36002024-12-14T00:26:32.925ZDec 14 00:26:31.429 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+git2d0edd7fe91
36012024-12-14T00:26:32.956Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36022024-12-14T00:26:32.959ZDec 14 00:26:31.463 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+git2d0edd7fe91
36032024-12-14T00:26:32.968ZDec 14 00:26:31.475 INFO [recovery-proto] task succeeded (238.97287ms)
36042024-12-14T00:26:32.974ZDec 14 00:26:31.475 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.34.311' -P /tmp/.tmpAGvK53/proto/recovery/root -N 'recovery 2d0edd7/${os_short_commit} 2024-12-14 00:04' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36052024-12-14T00:26:32.995Z[ recovery-image] Dec 14 00:26:31.501 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36062024-12-14T00:26:32.995Z[ recovery-image] Dec 14 00:26:31.502 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36072024-12-14T00:26:33.004Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-14T00:26:33.004ZDec 14 00:26:31.510 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+git2d0edd7fe91
36092024-12-14T00:26:33.045Z[ recovery-image] Dec 14 00:26:31.518 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpAGvK53/proto/recovery/root"
36102024-12-14T00:26:33.045Z[ recovery-image] Dec 14 00:26:31.518 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36112024-12-14T00:26:33.048Z[ recovery-image] Dec 14 00:26:31.519 INFO image builder template: ramdisk-01-os...
36122024-12-14T00:26:33.048Z[ recovery-image] Dec 14 00:26:31.519 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/.tmpAGvK53/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.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36132024-12-14T00:26:33.048Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36142024-12-14T00:26:33.077Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36152024-12-14T00:26:33.125Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36162024-12-14T00:26:33.219Z[ recovery-image] Dec 14 00:26:31.653 INFO O| Dec 14 00:26:31.639 INFO CREATE DATASET: rpool/images/build/recovery/output
36172024-12-14T00:26:33.328ZDec 14 00:26:31.834 INFO [stamp-probe] process exited with exit status: 0 (438.967753ms)
36182024-12-14T00:26:33.520Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36192024-12-14T00:26:33.580Z[ recovery-image] Dec 14 00:26:32.086 INFO O| Dec 14 00:26:32.068 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36202024-12-14T00:26:33.584Z[ recovery-image] Dec 14 00:26:32.086 INFO O| Dec 14 00:26:32.075 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36212024-12-14T00:26:33.626ZDec 14 00:26:32.132 INFO [stamp-ntp] process exited with exit status: 0 (844.411516ms)
36222024-12-14T00:26:33.705Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
36232024-12-14T00:26:33.731Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36242024-12-14T00:26:34.030Z[ recovery-image] Dec 14 00:26:32.536 INFO O| Dec 14 00:26:32.535 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36252024-12-14T00:26:34.193Z[ recovery-image] Dec 14 00:26:32.620 INFO O| Dec 14 00:26:32.620 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36262024-12-14T00:26:34.248Z[ recovery-image] Dec 14 00:26:32.620 INFO O| Dec 14 00:26:32.620 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36272024-12-14T00:26:34.251Z[ recovery-image] Dec 14 00:26:32.620 INFO O| Dec 14 00:26:32.620 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-14T00:26:34.252Z[ recovery-image] Dec 14 00:26:32.620 INFO O| Dec 14 00:26:32.620 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-14T00:26:34.252Z[ recovery-image] Dec 14 00:26:32.631 INFO O| Dec 14 00:26:32.631 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36302024-12-14T00:26:34.349Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36312024-12-14T00:26:34.411ZDec 14 00:26:32.917 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.613234775s)
36322024-12-14T00:26:34.574Z[ recovery-image] Dec 14 00:26:33.080 INFO O| Dec 14 00:26:33.080 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36332024-12-14T00:26:34.610Z[ recovery-image] Dec 14 00:26:33.115 INFO O| Dec 14 00:26:33.115 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36342024-12-14T00:26:34.799Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36352024-12-14T00:26:34.844ZDec 14 00:26:33.349 INFO [stamp-external-dns] process exited with exit status: 0 (2.027862824s)
36362024-12-14T00:26:34.847Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36372024-12-14T00:26:34.879ZDec 14 00:26:33.385 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.114947855s)
36382024-12-14T00:26:34.980Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36392024-12-14T00:26:35.074ZDec 14 00:26:33.580 INFO [stamp-internal-dns] process exited with exit status: 0 (2.07011362s)
36402024-12-14T00:26:35.151Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36412024-12-14T00:26:35.158ZDec 14 00:26:33.661 INFO [stamp-oximeter] process exited with exit status: 0 (2.424488012s)
36422024-12-14T00:26:35.226Z[ recovery-image] Dec 14 00:26:33.732 INFO O| Dec 14 00:26:33.732 INFO O| Caching catalogs ... Done
36432024-12-14T00:26:35.339Z[ recovery-image] Dec 14 00:26:33.845 INFO O| Dec 14 00:26:33.845 INFO STEP 0 (pkg_image_create) COMPLETE
36442024-12-14T00:26:35.339Z[ recovery-image] Dec 14 00:26:33.845 INFO O| Dec 14 00:26:33.845 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36452024-12-14T00:26:35.339Z[ recovery-image] Dec 14 00:26:33.845 INFO O| Dec 14 00:26:33.845 INFO skip step because feature "repo_redist" is not enabled
36462024-12-14T00:26:35.340Z[ recovery-image] Dec 14 00:26:33.845 INFO O| Dec 14 00:26:33.845 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-12-14T00:26:35.356Z[ recovery-image] Dec 14 00:26:33.861 INFO O| Dec 14 00:26:33.861 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"]
36482024-12-14T00:26:35.792Z[ recovery-image] Dec 14 00:26:34.297 INFO O| Dec 14 00:26:34.297 INFO STEP 2 (pkg_set_publisher) COMPLETE
36492024-12-14T00:26:35.792Z[ recovery-image] Dec 14 00:26:34.297 INFO O| Dec 14 00:26:34.297 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-12-14T00:26:35.805Z[ recovery-image] Dec 14 00:26:34.311 INFO O| Dec 14 00:26:34.311 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"]
36512024-12-14T00:26:36.277Z[ recovery-image] Dec 14 00:26:34.783 INFO O| Dec 14 00:26:34.783 INFO STEP 3 (pkg_set_publisher) COMPLETE
36522024-12-14T00:26:36.277Z[ recovery-image] Dec 14 00:26:34.783 INFO O| Dec 14 00:26:34.783 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-12-14T00:26:36.280Z[ recovery-image] Dec 14 00:26:34.783 INFO O| Dec 14 00:26:34.783 INFO skip step because feature "repo_redist" is not enabled
36542024-12-14T00:26:36.280Z[ recovery-image] Dec 14 00:26:34.783 INFO O| Dec 14 00:26:34.783 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-12-14T00:26:36.684Z[ recovery-image] Dec 14 00:26:35.189 INFO O| Dec 14 00:26:35.189 INFO variant opensolaris.zone is already global
36562024-12-14T00:26:36.684Z[ recovery-image] Dec 14 00:26:35.189 INFO O| Dec 14 00:26:35.189 INFO STEP 5 (pkg_change_variant) COMPLETE
36572024-12-14T00:26:36.684Z[ recovery-image] Dec 14 00:26:35.189 INFO O| Dec 14 00:26:35.189 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582024-12-14T00:26:36.952Z[ host-image] Dec 14 00:26:35.456 INFO O| Dec 14 00:26:35.456 INFO O| Startup: Caching catalogs ... Done
36592024-12-14T00:26:37.050Z[ host-image] Dec 14 00:26:35.555 INFO O| Dec 14 00:26:35.555 INFO O| Planning: Planning completed in 0.00 seconds
36602024-12-14T00:26:37.053Z[ host-image] Dec 14 00:26:35.556 INFO O| Dec 14 00:26:35.556 INFO O| Planning: Consolidating action changes ... Done
36612024-12-14T00:26:37.053Z[ host-image] Dec 14 00:26:35.556 INFO O| Dec 14 00:26:35.556 INFO O| Planning: Evaluating mediators ... Done
36622024-12-14T00:26:37.053Z[ host-image] Dec 14 00:26:35.556 INFO O| Dec 14 00:26:35.556 INFO O| Planning: Planning completed in 0.00 seconds
36632024-12-14T00:26:37.053Z[ host-image] Dec 14 00:26:35.556 INFO O| Dec 14 00:26:35.556 INFO O| Variants/Facets to change: 1
36642024-12-14T00:26:37.075Z[ host-image] Dec 14 00:26:35.580 INFO O| Dec 14 00:26:35.580 INFO O| Done
36652024-12-14T00:26:37.075Z[ host-image] Dec 14 00:26:35.580 INFO O| Dec 14 00:26:35.580 INFO O| Done
36662024-12-14T00:26:37.131Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36672024-12-14T00:26:37.136ZDec 14 00:26:35.641 INFO [stamp-nexus] process exited with exit status: 0 (4.282279845s)
36682024-12-14T00:26:37.183Z[ recovery-image] Dec 14 00:26:35.688 INFO O| Dec 14 00:26:35.688 INFO variant opensolaris.imagetype is full; changing to partial
36692024-12-14T00:26:37.183Z[ recovery-image] Dec 14 00:26:35.688 INFO O| Dec 14 00:26:35.688 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36702024-12-14T00:26:37.792Z[ host-image] Dec 14 00:26:36.296 INFO O| Dec 14 00:26:36.296 INFO O| Done
36712024-12-14T00:26:37.845Z[ host-image] Dec 14 00:26:36.349 INFO O| Dec 14 00:26:36.349 INFO O| Done
36722024-12-14T00:26:37.849Z[ host-image] Dec 14 00:26:36.351 INFO O| Dec 14 00:26:36.351 INFO O| Done
36732024-12-14T00:26:37.849Z[ host-image] Dec 14 00:26:36.351 INFO O| Dec 14 00:26:36.351 INFO O| Done
36742024-12-14T00:26:37.849Z[ host-image] Dec 14 00:26:36.353 INFO O| Dec 14 00:26:36.352 INFO O| Done
36752024-12-14T00:26:37.955Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36762024-12-14T00:26:38.126Z[verify-libraries] Compiling home v0.5.9
36772024-12-14T00:26:38.147Z[verify-libraries] Compiling cfg_aliases v0.1.1
36782024-12-14T00:26:38.176Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36792024-12-14T00:26:38.176Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36802024-12-14T00:26:38.179Z[verify-libraries] Compiling unicode_categories v0.1.1
36812024-12-14T00:26:38.184Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36822024-12-14T00:26:38.187Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36832024-12-14T00:26:38.350Z[ host-image] Dec 14 00:26:36.853 INFO O| Dec 14 00:26:36.853 INFO STEP 6 (pkg_change_variant) COMPLETE
36842024-12-14T00:26:38.353Z[ host-image] Dec 14 00:26:36.853 INFO O| Dec 14 00:26:36.853 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36852024-12-14T00:26:38.353Z[ host-image] Dec 14 00:26:36.853 INFO O| Dec 14 00:26:36.853 INFO skip step because feature "debug_variant" is not enabled
36862024-12-14T00:26:38.353Z[ host-image] Dec 14 00:26:36.853 INFO O| Dec 14 00:26:36.853 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36872024-12-14T00:26:38.654Z[verify-libraries] Compiling nix v0.28.0
36882024-12-14T00:26:38.674Z[verify-libraries] Compiling sqlformat v0.2.6
36892024-12-14T00:26:38.699Z[verify-libraries] Compiling polyval v0.6.2
36902024-12-14T00:26:38.858Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36912024-12-14T00:26:38.864ZDec 14 00:26:37.369 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.93981727s)
36922024-12-14T00:26:39.299Z[ host-image] Dec 14 00:26:37.803 INFO O| Dec 14 00:26:37.803 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36932024-12-14T00:26:39.429Z[verify-libraries] Compiling ghash v0.5.1
36942024-12-14T00:26:39.540Z[verify-libraries] Compiling ctr v0.9.2
36952024-12-14T00:26:39.813Z[verify-libraries] Compiling ssh-encoding v0.2.0
36962024-12-14T00:26:40.084Z[verify-libraries] Compiling aes-gcm v0.10.3
36972024-12-14T00:26:40.218Z[verify-libraries] Compiling blowfish v0.9.1
36982024-12-14T00:26:40.334Z[verify-libraries] Compiling sqlparser v0.45.0
36992024-12-14T00:26:40.447Z[ host-image] Dec 14 00:26:38.951 INFO O| Dec 14 00:26:38.951 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37002024-12-14T00:26:40.449Z[ host-image] Dec 14 00:26:38.953 INFO O| Dec 14 00:26:38.952 INFO O| Planning: Planning completed in 0.00 seconds
37012024-12-14T00:26:40.449Z[ host-image] Dec 14 00:26:38.953 INFO O| Dec 14 00:26:38.953 INFO O| Planning: Consolidating action changes ... Done
37022024-12-14T00:26:40.449Z[ host-image] Dec 14 00:26:38.954 INFO O| Dec 14 00:26:38.953 INFO O| Planning: Evaluating mediators ... Done
37032024-12-14T00:26:40.452Z[ host-image] Dec 14 00:26:38.954 INFO O| Dec 14 00:26:38.954 INFO O| Planning: Planning completed in 0.00 seconds
37042024-12-14T00:26:40.452Z[ host-image] Dec 14 00:26:38.954 INFO O| Dec 14 00:26:38.954 INFO O| Variants/Facets to change: 1
37052024-12-14T00:26:40.536Z[ host-image] Dec 14 00:26:39.040 INFO O| Dec 14 00:26:39.040 INFO O| Done
37062024-12-14T00:26:40.536Z[ host-image] Dec 14 00:26:39.040 INFO O| Dec 14 00:26:39.040 INFO O| Done
37072024-12-14T00:26:40.886Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37082024-12-14T00:26:41.356Z[verify-libraries] Compiling ssh-cipher v0.2.0
37092024-12-14T00:26:41.676Z[verify-libraries] Compiling password-hash v0.4.2
37102024-12-14T00:26:41.758Z[ host-image] Dec 14 00:26:40.262 INFO O| Dec 14 00:26:40.262 INFO O| Done
37112024-12-14T00:26:41.868Z[ host-image] Dec 14 00:26:40.372 INFO O| Dec 14 00:26:40.372 INFO O| Done
37122024-12-14T00:26:41.871Z[ host-image] Dec 14 00:26:40.373 INFO O| Dec 14 00:26:40.373 INFO O| Done
37132024-12-14T00:26:41.871Z[ host-image] Dec 14 00:26:40.373 INFO O| Dec 14 00:26:40.373 INFO O| Done
37142024-12-14T00:26:41.874Z[ host-image] Dec 14 00:26:40.375 INFO O| Dec 14 00:26:40.375 INFO O| Done
37152024-12-14T00:26:42.109Z[ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.612 INFO STEP 8 (pkg_change_facet) COMPLETE
37162024-12-14T00:26:42.109Z[ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37172024-12-14T00:26:42.109Z[ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO skip step because feature "recovery" is not enabled
37182024-12-14T00:26:42.112Z[ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37192024-12-14T00:26:42.112Z[ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO skip step because feature "recovery" is not enabled
37202024-12-14T00:26:42.112Z[ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212024-12-14T00:26:42.128Z[ host-image] Dec 14 00:26:40.632 INFO O| Dec 14 00:26:40.632 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"]
37222024-12-14T00:26:43.365Z[ host-image] Dec 14 00:26:41.868 INFO O| Dec 14 00:26:41.868 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37232024-12-14T00:26:44.448Z[verify-libraries] Compiling matches v0.1.10
37242024-12-14T00:26:44.650Z[verify-libraries] Compiling rustyline v14.0.0
37252024-12-14T00:26:46.372Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37262024-12-14T00:26:46.417ZDec 14 00:26:44.920 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.667904915s)
37272024-12-14T00:26:46.859Z[verify-libraries] Compiling idna v0.2.3
37282024-12-14T00:26:47.368Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37292024-12-14T00:26:47.399ZDec 14 00:26:45.901 INFO [stamp-clickhouse] process exited with exit status: 0 (14.438330886s)
37302024-12-14T00:26:47.399ZDec 14 00:26:45.901 INFO [tuf-stamp] task succeeded (14.665465007s)
37312024-12-14T00:26:48.324Z[verify-libraries] Compiling pbkdf2 v0.11.0
37322024-12-14T00:26:48.371Z[verify-libraries] Compiling ssh-key v0.6.6
37332024-12-14T00:26:48.486Z[ recovery-image] Dec 14 00:26:46.988 INFO O| Dec 14 00:26:46.988 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37342024-12-14T00:26:48.932Z[verify-libraries] Compiling p521 v0.13.3
37352024-12-14T00:26:51.763Z[verify-libraries] Compiling p256 v0.13.2
37362024-12-14T00:26:54.568Z[verify-libraries] Compiling enum-as-inner v0.5.1
37372024-12-14T00:26:54.689Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37382024-12-14T00:26:55.179Z[verify-libraries] Compiling md5 v0.7.0
37392024-12-14T00:26:55.789Z[verify-libraries] Compiling russh-keys v0.45.0
37402024-12-14T00:26:55.975Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37412024-12-14T00:26:57.030Z[ recovery-image] Dec 14 00:26:55.530 INFO O| Dec 14 00:26:55.530 INFO O| Startup: Caching catalogs ... Done
37422024-12-14T00:26:57.162Z[ recovery-image] Dec 14 00:26:55.662 INFO O| Dec 14 00:26:55.662 INFO O| Planning: Planning completed in 0.00 seconds
37432024-12-14T00:26:57.165Z[ recovery-image] Dec 14 00:26:55.663 INFO O| Dec 14 00:26:55.663 INFO O| Planning: Consolidating action changes ... Done
37442024-12-14T00:26:57.165Z[ recovery-image] Dec 14 00:26:55.663 INFO O| Dec 14 00:26:55.663 INFO O| Planning: Evaluating mediators ... Done
37452024-12-14T00:26:57.165Z[ recovery-image] Dec 14 00:26:55.664 INFO O| Dec 14 00:26:55.664 INFO O| Planning: Planning completed in 0.00 seconds
37462024-12-14T00:26:57.165Z[ recovery-image] Dec 14 00:26:55.665 INFO O| Dec 14 00:26:55.665 INFO O| Variants/Facets to change: 1
37472024-12-14T00:26:57.279Z[ recovery-image] Dec 14 00:26:55.780 INFO O| Dec 14 00:26:55.780 INFO O| Done
37482024-12-14T00:26:57.279Z[ recovery-image] Dec 14 00:26:55.780 INFO O| Dec 14 00:26:55.780 INFO O| Done
37492024-12-14T00:26:58.356Z[ recovery-image] Dec 14 00:26:56.856 INFO O| Dec 14 00:26:56.856 INFO O| Done
37502024-12-14T00:26:58.454Z[ recovery-image] Dec 14 00:26:56.954 INFO O| Dec 14 00:26:56.954 INFO O| Done
37512024-12-14T00:26:58.457Z[ recovery-image] Dec 14 00:26:56.955 INFO O| Dec 14 00:26:56.955 INFO O| Done
37522024-12-14T00:26:58.457Z[ recovery-image] Dec 14 00:26:56.956 INFO O| Dec 14 00:26:56.956 INFO O| Done
37532024-12-14T00:26:58.459Z[ recovery-image] Dec 14 00:26:56.957 INFO O| Dec 14 00:26:56.957 INFO O| Done
37542024-12-14T00:26:59.240Z[ recovery-image] Dec 14 00:26:57.740 INFO O| Dec 14 00:26:57.740 INFO STEP 6 (pkg_change_variant) COMPLETE
37552024-12-14T00:26:59.240Z[ recovery-image] Dec 14 00:26:57.740 INFO O| Dec 14 00:26:57.740 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37562024-12-14T00:26:59.240Z[ recovery-image] Dec 14 00:26:57.740 INFO O| Dec 14 00:26:57.740 INFO skip step because feature "debug_variant" is not enabled
37572024-12-14T00:26:59.240Z[ recovery-image] Dec 14 00:26:57.740 INFO O| Dec 14 00:26:57.740 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37582024-12-14T00:27:00.096Z[ recovery-image] Dec 14 00:26:58.596 INFO O| Dec 14 00:26:58.596 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37592024-12-14T00:27:01.143Z[ recovery-image] Dec 14 00:26:59.642 INFO O| Dec 14 00:26:59.642 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37602024-12-14T00:27:01.145Z[ recovery-image] Dec 14 00:26:59.644 INFO O| Dec 14 00:26:59.644 INFO O| Planning: Planning completed in 0.00 seconds
37612024-12-14T00:27:01.145Z[ recovery-image] Dec 14 00:26:59.645 INFO O| Dec 14 00:26:59.645 INFO O| Planning: Consolidating action changes ... Done
37622024-12-14T00:27:01.148Z[ recovery-image] Dec 14 00:26:59.645 INFO O| Dec 14 00:26:59.645 INFO O| Planning: Evaluating mediators ... Done
37632024-12-14T00:27:01.148Z[ recovery-image] Dec 14 00:26:59.646 INFO O| Dec 14 00:26:59.646 INFO O| Planning: Planning completed in 0.00 seconds
37642024-12-14T00:27:01.148Z[ recovery-image] Dec 14 00:26:59.646 INFO O| Dec 14 00:26:59.646 INFO O| Variants/Facets to change: 1
37652024-12-14T00:27:01.239Z[ recovery-image] Dec 14 00:26:59.739 INFO O| Dec 14 00:26:59.739 INFO O| Done
37662024-12-14T00:27:01.239Z[ recovery-image] Dec 14 00:26:59.739 INFO O| Dec 14 00:26:59.739 INFO O| Done
37672024-12-14T00:27:02.022Z[verify-libraries] Compiling num-bigint v0.4.6
37682024-12-14T00:27:02.026Z[ recovery-image] Dec 14 00:27:00.525 INFO O| Dec 14 00:27:00.525 INFO O| Done
37692024-12-14T00:27:02.130Z[ recovery-image] Dec 14 00:27:00.629 INFO O| Dec 14 00:27:00.629 INFO O| Done
37702024-12-14T00:27:02.132Z[ recovery-image] Dec 14 00:27:00.630 INFO O| Dec 14 00:27:00.630 INFO O| Done
37712024-12-14T00:27:02.133Z[ recovery-image] Dec 14 00:27:00.630 INFO O| Dec 14 00:27:00.630 INFO O| Done
37722024-12-14T00:27:02.133Z[ recovery-image] Dec 14 00:27:00.631 INFO O| Dec 14 00:27:00.631 INFO O| Done
37732024-12-14T00:27:02.243Z[ recovery-image] Dec 14 00:27:00.742 INFO O| Dec 14 00:27:00.742 INFO STEP 8 (pkg_change_facet) COMPLETE
37742024-12-14T00:27:02.243Z[ recovery-image] Dec 14 00:27:00.742 INFO O| Dec 14 00:27:00.742 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37752024-12-14T00:27:03.018Z[ recovery-image] Dec 14 00:27:01.517 INFO O| Dec 14 00:27:01.517 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37762024-12-14T00:27:03.988Z[ recovery-image] Dec 14 00:27:02.487 INFO O| Dec 14 00:27:02.487 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37772024-12-14T00:27:03.991Z[ recovery-image] Dec 14 00:27:02.489 INFO O| Dec 14 00:27:02.489 INFO O| Planning: Planning completed in 0.00 seconds
37782024-12-14T00:27:03.991Z[ recovery-image] Dec 14 00:27:02.490 INFO O| Dec 14 00:27:02.490 INFO O| Planning: Consolidating action changes ... Done
37792024-12-14T00:27:03.991Z[ recovery-image] Dec 14 00:27:02.490 INFO O| Dec 14 00:27:02.490 INFO O| Planning: Evaluating mediators ... Done
37802024-12-14T00:27:03.994Z[ recovery-image] Dec 14 00:27:02.491 INFO O| Dec 14 00:27:02.491 INFO O| Planning: Planning completed in 0.00 seconds
37812024-12-14T00:27:03.994Z[ recovery-image] Dec 14 00:27:02.491 INFO O| Dec 14 00:27:02.491 INFO O| Variants/Facets to change: 1
37822024-12-14T00:27:04.069Z[ recovery-image] Dec 14 00:27:02.568 INFO O| Dec 14 00:27:02.568 INFO O| Done
37832024-12-14T00:27:04.069Z[ recovery-image] Dec 14 00:27:02.568 INFO O| Dec 14 00:27:02.568 INFO O| Done
37842024-12-14T00:27:04.952Z[ recovery-image] Dec 14 00:27:03.451 INFO O| Dec 14 00:27:03.451 INFO O| Done
37852024-12-14T00:27:05.056Z[ recovery-image] Dec 14 00:27:03.554 INFO O| Dec 14 00:27:03.554 INFO O| Done
37862024-12-14T00:27:05.059Z[ recovery-image] Dec 14 00:27:03.555 INFO O| Dec 14 00:27:03.555 INFO O| Done
37872024-12-14T00:27:05.081Z[ recovery-image] Dec 14 00:27:03.580 INFO O| Dec 14 00:27:03.580 INFO O| Done
37882024-12-14T00:27:05.084Z[ recovery-image] Dec 14 00:27:03.582 INFO O| Dec 14 00:27:03.582 INFO O| Done
37892024-12-14T00:27:05.204Z[ recovery-image] Dec 14 00:27:03.702 INFO O| Dec 14 00:27:03.701 INFO STEP 9 (pkg_change_facet) COMPLETE
37902024-12-14T00:27:05.204Z[ recovery-image] Dec 14 00:27:03.702 INFO O| Dec 14 00:27:03.701 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37912024-12-14T00:27:05.896Z[ recovery-image] Dec 14 00:27:04.394 INFO O| Dec 14 00:27:04.394 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37922024-12-14T00:27:06.898Z[ recovery-image] Dec 14 00:27:05.396 INFO O| Dec 14 00:27:05.396 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37932024-12-14T00:27:06.900Z[ recovery-image] Dec 14 00:27:05.397 INFO O| Dec 14 00:27:05.397 INFO O| Planning: Planning completed in 0.00 seconds
37942024-12-14T00:27:06.900Z[ recovery-image] Dec 14 00:27:05.398 INFO O| Dec 14 00:27:05.398 INFO O| Planning: Consolidating action changes ... Done
37952024-12-14T00:27:06.900Z[ recovery-image] Dec 14 00:27:05.398 INFO O| Dec 14 00:27:05.398 INFO O| Planning: Evaluating mediators ... Done
37962024-12-14T00:27:06.900Z[ recovery-image] Dec 14 00:27:05.398 INFO O| Dec 14 00:27:05.398 INFO O| Planning: Planning completed in 0.00 seconds
37972024-12-14T00:27:06.904Z[ recovery-image] Dec 14 00:27:05.399 INFO O| Dec 14 00:27:05.399 INFO O| Variants/Facets to change: 1
37982024-12-14T00:27:07.013Z[ recovery-image] Dec 14 00:27:05.511 INFO O| Dec 14 00:27:05.511 INFO O| Done
37992024-12-14T00:27:07.013Z[ recovery-image] Dec 14 00:27:05.511 INFO O| Dec 14 00:27:05.511 INFO O| Done
38002024-12-14T00:27:07.917Z[ recovery-image] Dec 14 00:27:06.415 INFO O| Dec 14 00:27:06.415 INFO O| Done
38012024-12-14T00:27:08.054Z[ recovery-image] Dec 14 00:27:06.552 INFO O| Dec 14 00:27:06.552 INFO O| Done
38022024-12-14T00:27:08.057Z[ recovery-image] Dec 14 00:27:06.553 INFO O| Dec 14 00:27:06.553 INFO O| Done
38032024-12-14T00:27:08.057Z[ recovery-image] Dec 14 00:27:06.553 INFO O| Dec 14 00:27:06.553 INFO O| Done
38042024-12-14T00:27:08.059Z[ recovery-image] Dec 14 00:27:06.555 INFO O| Dec 14 00:27:06.555 INFO O| Done
38052024-12-14T00:27:08.179Z[ recovery-image] Dec 14 00:27:06.677 INFO O| Dec 14 00:27:06.677 INFO STEP 10 (pkg_change_facet) COMPLETE
38062024-12-14T00:27:08.179Z[ recovery-image] Dec 14 00:27:06.677 INFO O| Dec 14 00:27:06.677 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38072024-12-14T00:27:08.200Z[ recovery-image] Dec 14 00:27:06.697 INFO O| Dec 14 00:27:06.697 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"]
38082024-12-14T00:27:09.347Z[ recovery-image] Dec 14 00:27:07.844 INFO O| Dec 14 00:27:07.844 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38092024-12-14T00:27:11.025Z[verify-libraries] Compiling des v0.8.1
38102024-12-14T00:27:11.765Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38112024-12-14T00:27:12.442Z[verify-libraries] Compiling hex-literal v0.4.1
38122024-12-14T00:27:12.737Z[verify-libraries] Compiling russh v0.45.0
38132024-12-14T00:27:13.104Z[verify-libraries] Compiling dhcproto v0.12.0
38142024-12-14T00:27:19.425Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38152024-12-14T00:27:22.262Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38162024-12-14T00:27:24.543Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38172024-12-14T00:27:35.559Z[verify-libraries] Compiling petname v2.0.2
38182024-12-14T00:27:37.154Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38192024-12-14T00:27:37.838Z[verify-libraries] Compiling internet-checksum v0.2.1
38202024-12-14T00:27:38.704Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38212024-12-14T00:27:41.531Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38222024-12-14T00:27:46.582Z[ host-image] Dec 14 00:27:45.070 INFO O| Dec 14 00:27:45.070 INFO O| Planning: Solver setup ... Done
38232024-12-14T00:27:48.842Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38242024-12-14T00:27:51.818Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38252024-12-14T00:27:57.192Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38262024-12-14T00:28:11.257Z[ recovery-image] Dec 14 00:28:09.740 INFO O| Dec 14 00:28:09.740 INFO O| Planning: Solver setup ... Done
38272024-12-14T00:28:24.084Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38282024-12-14T00:28:25.889Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38292024-12-14T00:28:33.792Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38302024-12-14T00:28:57.123Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38312024-12-14T00:29:05.330Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38322024-12-14T00:29:05.590Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38332024-12-14T00:29:05.729Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38342024-12-14T00:29:06.145Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38352024-12-14T00:29:06.242Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38362024-12-14T00:29:06.692Z[verify-libraries] Compiling sync-ptr v0.1.1
38372024-12-14T00:29:07.116Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38382024-12-14T00:29:07.325Z[ host-image] Dec 14 00:29:05.794 INFO O| Dec 14 00:29:05.793 INFO O| Planning: Running solver ... Done
38392024-12-14T00:29:07.939Z[ host-image] Dec 14 00:29:06.407 INFO O| Dec 14 00:29:06.407 INFO O| Planning: Finding local manifests ... Done
38402024-12-14T00:29:07.952Z[ host-image] Dec 14 00:29:06.421 INFO O| Dec 14 00:29:06.421 INFO O| Planning: Fetching manifests: 0/124 0% complete
38412024-12-14T00:29:12.774Z[ host-image] Dec 14 00:29:11.241 INFO O| Dec 14 00:29:11.241 INFO O| Planning: Fetching manifests: 124/124 100% complete
38422024-12-14T00:29:14.435Z[ host-image] Dec 14 00:29:12.902 INFO O| Dec 14 00:29:12.902 INFO O| Planning: Package planning ... Done
38432024-12-14T00:29:14.783Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38442024-12-14T00:29:15.863Z[ host-image] Dec 14 00:29:14.330 INFO O| Dec 14 00:29:14.329 INFO O| Planning: Merging actions ... Done
38452024-12-14T00:29:16.470Z[ host-image] Dec 14 00:29:14.936 INFO O| Dec 14 00:29:14.936 INFO O| Planning: Checking for conflicting actions ... Done
38462024-12-14T00:29:16.719Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38472024-12-14T00:29:16.809Z[ host-image] Dec 14 00:29:15.275 INFO O| Dec 14 00:29:15.275 INFO O| Planning: Consolidating action changes ... Done
38482024-12-14T00:29:17.367Z[ host-image] Dec 14 00:29:15.833 INFO O| Dec 14 00:29:15.833 INFO O| Planning: Evaluating mediators ... Done
38492024-12-14T00:29:19.721Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38502024-12-14T00:29:23.969Z[ host-image] Dec 14 00:29:22.433 INFO O| Dec 14 00:29:22.433 INFO O| Planning: Planning completed in 160.56 seconds
38512024-12-14T00:29:23.982Z[ host-image] Dec 14 00:29:22.447 INFO O| Dec 14 00:29:22.447 INFO O| Packages to install: 124
38522024-12-14T00:29:23.982Z[ host-image] Dec 14 00:29:22.447 INFO O| Dec 14 00:29:22.447 INFO O| Mediators to change: 4
38532024-12-14T00:29:23.985Z[ host-image] Dec 14 00:29:22.447 INFO O| Dec 14 00:29:22.447 INFO O| Services to change: 6
38542024-12-14T00:29:24.117Z[ host-image] Dec 14 00:29:22.582 INFO O| Dec 14 00:29:22.582 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38552024-12-14T00:29:27.764Z[ recovery-image] Dec 14 00:29:26.228 INFO O| Dec 14 00:29:26.228 INFO O| Planning: Running solver ... Done
38562024-12-14T00:29:28.404Z[ recovery-image] Dec 14 00:29:26.868 INFO O| Dec 14 00:29:26.868 INFO O| Planning: Finding local manifests ... Done
38572024-12-14T00:29:28.421Z[ recovery-image] Dec 14 00:29:26.885 INFO O| Dec 14 00:29:26.885 INFO O| Planning: Fetching manifests: 0/124 0% complete
38582024-12-14T00:29:29.140Z[ host-image] Dec 14 00:29:27.604 INFO O| Dec 14 00:29:27.604 INFO O| Download: 1153/22774 items 6.4/199.6MB 3% complete (1.3M/s)
38592024-12-14T00:29:33.012Z[ recovery-image] Dec 14 00:29:31.475 INFO O| Dec 14 00:29:31.475 INFO O| Planning: Fetching manifests: 124/124 100% complete
38602024-12-14T00:29:33.226Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38612024-12-14T00:29:34.216Z[ host-image] Dec 14 00:29:32.678 INFO O| Dec 14 00:29:32.678 INFO O| Download: 1791/22774 items 12.9/199.6MB 6% complete (1.3M/s)
38622024-12-14T00:29:34.247Z[ recovery-image] Dec 14 00:29:32.710 INFO O| Dec 14 00:29:32.710 INFO O| Planning: Package planning ... Done
38632024-12-14T00:29:34.989Z[ recovery-image] Dec 14 00:29:33.451 INFO O| Dec 14 00:29:33.451 INFO O| Planning: Merging actions ... Done
38642024-12-14T00:29:35.160Z[ recovery-image] Dec 14 00:29:33.622 INFO O| Dec 14 00:29:33.622 INFO O| Planning: Checking for conflicting actions ... Done
38652024-12-14T00:29:35.310Z[ recovery-image] Dec 14 00:29:33.772 INFO O| Dec 14 00:29:33.772 INFO O| Planning: Consolidating action changes ... Done
38662024-12-14T00:29:35.785Z[ recovery-image] Dec 14 00:29:34.247 INFO O| Dec 14 00:29:34.247 INFO O| Planning: Evaluating mediators ... Done
38672024-12-14T00:29:38.177Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38682024-12-14T00:29:39.221Z[ host-image] Dec 14 00:29:37.682 INFO O| Dec 14 00:29:37.682 INFO O| Download: 2313/22774 items 27.2/199.6MB 13% complete (2.0M/s)
38692024-12-14T00:29:42.189Z[ recovery-image] Dec 14 00:29:40.649 INFO O| Dec 14 00:29:40.649 INFO O| Planning: Planning completed in 152.80 seconds
38702024-12-14T00:29:42.196Z[ recovery-image] Dec 14 00:29:40.657 INFO O| Dec 14 00:29:40.657 INFO O| Packages to install: 124
38712024-12-14T00:29:42.196Z[ recovery-image] Dec 14 00:29:40.657 INFO O| Dec 14 00:29:40.657 INFO O| Mediators to change: 4
38722024-12-14T00:29:42.199Z[ recovery-image] Dec 14 00:29:40.657 INFO O| Dec 14 00:29:40.657 INFO O| Services to change: 5
38732024-12-14T00:29:42.279Z[ recovery-image] Dec 14 00:29:40.740 INFO O| Dec 14 00:29:40.740 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38742024-12-14T00:29:44.384Z[ host-image] Dec 14 00:29:42.844 INFO O| Dec 14 00:29:42.844 INFO O| Download: 3485/22774 items 35.7/199.6MB 17% complete (2.3M/s)
38752024-12-14T00:29:47.342Z[ recovery-image] Dec 14 00:29:45.801 INFO O| Dec 14 00:29:45.801 INFO O| Download: 1000/15848 items 7.8/176.3MB 4% complete (1.6M/s)
38762024-12-14T00:29:49.601Z[ host-image] Dec 14 00:29:48.060 INFO O| Dec 14 00:29:48.060 INFO O| Download: 4495/22774 items 41.9/199.6MB 20% complete (1.5M/s)
38772024-12-14T00:29:52.343Z[ recovery-image] Dec 14 00:29:50.801 INFO O| Dec 14 00:29:50.801 INFO O| Download: 1332/15848 items 20.3/176.3MB 11% complete (2.1M/s)
38782024-12-14T00:29:52.959Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38792024-12-14T00:29:54.622Z[ host-image] Dec 14 00:29:53.080 INFO O| Dec 14 00:29:53.080 INFO O| Download: 5097/22774 items 45.9/199.6MB 23% complete (1.0M/s)
38802024-12-14T00:29:57.508Z[ recovery-image] Dec 14 00:29:55.965 INFO O| Dec 14 00:29:55.965 INFO O| Download: 1616/15848 items 25.1/176.3MB 14% complete (1.7M/s)
38812024-12-14T00:29:59.628Z[ host-image] Dec 14 00:29:58.084 INFO O| Dec 14 00:29:58.084 INFO O| Download: 6028/22774 items 46.4/199.6MB 23% complete (474k/s)
38822024-12-14T00:29:59.775Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38832024-12-14T00:30:00.400Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38842024-12-14T00:30:02.510Z[ recovery-image] Dec 14 00:30:00.965 INFO O| Dec 14 00:30:00.965 INFO O| Download: 2645/15848 items 33.0/176.3MB 18% complete (1.2M/s)
38852024-12-14T00:30:05.301Z[verify-libraries] Compiling termios v0.3.3
38862024-12-14T00:30:05.685Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38872024-12-14T00:30:07.565Z[ host-image] Dec 14 00:30:06.019 INFO O| Dec 14 00:30:06.019 INFO O| Download: 6763/22774 items 47.9/199.6MB 23% complete (243k/s)
38882024-12-14T00:30:07.851Z[ recovery-image] Dec 14 00:30:06.306 INFO O| Dec 14 00:30:06.306 INFO O| Download: 3635/15848 items 39.5/176.3MB 22% complete (1.4M/s)
38892024-12-14T00:30:12.590Z[ host-image] Dec 14 00:30:11.043 INFO O| Dec 14 00:30:11.043 INFO O| Download: 7257/22774 items 57.3/199.6MB 28% complete (1.0M/s)
38902024-12-14T00:30:12.857Z[ recovery-image] Dec 14 00:30:11.310 INFO O| Dec 14 00:30:11.310 INFO O| Download: 4173/15848 items 42.7/176.3MB 24% complete (988k/s)
38912024-12-14T00:30:17.599Z[ host-image] Dec 14 00:30:16.051 INFO O| Dec 14 00:30:16.051 INFO O| Download: 8067/22774 items 60.3/199.6MB 30% complete (1.2M/s)
38922024-12-14T00:30:17.870Z[ recovery-image] Dec 14 00:30:16.322 INFO O| Dec 14 00:30:16.321 INFO O| Download: 4958/15848 items 43.1/176.3MB 24% complete (377k/s)
38932024-12-14T00:30:22.754Z[ host-image] Dec 14 00:30:21.204 INFO O| Dec 14 00:30:21.204 INFO O| Download: 8360/22774 items 69.1/199.6MB 34% complete (1.1M/s)
38942024-12-14T00:30:23.025Z[ recovery-image] Dec 14 00:30:21.476 INFO O| Dec 14 00:30:21.476 INFO O| Download: 5747/15848 items 46.6/176.3MB 26% complete (387k/s)
38952024-12-14T00:30:24.562Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38962024-12-14T00:30:27.972Z[ host-image] Dec 14 00:30:26.422 INFO O| Dec 14 00:30:26.422 INFO O| Download: 9378/22774 items 81.3/199.6MB 40% complete (2.0M/s)
38972024-12-14T00:30:28.035Z[ recovery-image] Dec 14 00:30:26.484 INFO O| Dec 14 00:30:26.484 INFO O| Download: 6135/15848 items 60.1/176.3MB 34% complete (1.6M/s)
38982024-12-14T00:30:32.983Z[ host-image] Dec 14 00:30:31.432 INFO O| Dec 14 00:30:31.432 INFO O| Download: 10362/22774 items 87.8/199.6MB 43% complete (1.9M/s)
38992024-12-14T00:30:33.043Z[ recovery-image] Dec 14 00:30:31.492 INFO O| Dec 14 00:30:31.492 INFO O| Download: 6925/15848 items 68.2/176.3MB 38% complete (2.1M/s)
39002024-12-14T00:30:34.723Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39012024-12-14T00:30:38.104Z[ recovery-image] Dec 14 00:30:36.551 INFO O| Dec 14 00:30:36.550 INFO O| Download: 7616/15848 items 73.6/176.3MB 41% complete (1.4M/s)
39022024-12-14T00:30:38.315Z[ host-image] Dec 14 00:30:36.761 INFO O| Dec 14 00:30:36.761 INFO O| Download: 11094/22774 items 92.1/199.6MB 46% complete (1.1M/s)
39032024-12-14T00:30:43.337Z[ host-image] Dec 14 00:30:41.779 INFO O| Dec 14 00:30:41.779 INFO O| Download: 11885/22774 items 96.5/199.6MB 48% complete (866k/s)
39042024-12-14T00:30:43.464Z[ recovery-image] Dec 14 00:30:41.909 INFO O| Dec 14 00:30:41.909 INFO O| Download: 7904/15848 items 76.9/176.3MB 43% complete (1.2M/s)
39052024-12-14T00:30:48.552Z[ host-image] Dec 14 00:30:46.997 INFO O| Dec 14 00:30:46.997 INFO O| Download: 12280/22774 items 109.4/199.6MB 54% complete (1.8M/s)
39062024-12-14T00:30:48.707Z[ recovery-image] Dec 14 00:30:47.150 INFO O| Dec 14 00:30:47.150 INFO O| Download: 8676/15848 items 82.9/176.3MB 47% complete (840k/s)
39072024-12-14T00:30:53.744Z[ host-image] Dec 14 00:30:52.187 INFO O| Dec 14 00:30:52.187 INFO O| Download: 13334/22774 items 110.0/199.6MB 55% complete (1.4M/s)
39082024-12-14T00:30:54.235Z[ recovery-image] Dec 14 00:30:52.678 INFO O| Dec 14 00:30:52.678 INFO O| Download: 8847/15848 items 92.0/176.3MB 52% complete (1.6M/s)
39092024-12-14T00:30:58.854Z[ host-image] Dec 14 00:30:57.296 INFO O| Dec 14 00:30:57.296 INFO O| Download: 14298/22774 items 110.9/199.6MB 55% complete (133k/s)
39102024-12-14T00:30:59.253Z[ recovery-image] Dec 14 00:30:57.694 INFO O| Dec 14 00:30:57.693 INFO O| Download: 9636/15848 items 93.0/176.3MB 52% complete (964k/s)
39112024-12-14T00:31:03.857Z[ host-image] Dec 14 00:31:02.297 INFO O| Dec 14 00:31:02.297 INFO O| Download: 14720/22774 items 117.5/199.6MB 58% complete (757k/s)
39122024-12-14T00:31:04.258Z[ recovery-image] Dec 14 00:31:02.698 INFO O| Dec 14 00:31:02.697 INFO O| Download: 10523/15848 items 93.4/176.3MB 53% complete (152k/s)
39132024-12-14T00:31:08.857Z[ host-image] Dec 14 00:31:07.297 INFO O| Dec 14 00:31:07.297 INFO O| Download: 15553/22774 items 123.7/199.6MB 62% complete (1.3M/s)
39142024-12-14T00:31:09.265Z[ recovery-image] Dec 14 00:31:07.704 INFO O| Dec 14 00:31:07.704 INFO O| Download: 11085/15848 items 99.5/176.3MB 56% complete (606k/s)
39152024-12-14T00:31:13.859Z[ host-image] Dec 14 00:31:12.297 INFO O| Dec 14 00:31:12.297 INFO O| Download: 16263/22774 items 133.2/199.6MB 66% complete (1.6M/s)
39162024-12-14T00:31:14.267Z[ recovery-image] Dec 14 00:31:12.706 INFO O| Dec 14 00:31:12.705 INFO O| Download: 11555/15848 items 112.1/176.3MB 63% complete (1.8M/s)
39172024-12-14T00:31:19.128Z[ host-image] Dec 14 00:31:17.565 INFO O| Dec 14 00:31:17.565 INFO O| Download: 17143/22774 items 142.0/199.6MB 71% complete (1.8M/s)
39182024-12-14T00:31:19.296Z[ recovery-image] Dec 14 00:31:17.732 INFO O| Dec 14 00:31:17.732 INFO O| Download: 12181/15848 items 140.6/176.3MB 79% complete (4.3M/s)
39192024-12-14T00:31:24.302Z[ recovery-image] Dec 14 00:31:22.738 INFO O| Dec 14 00:31:22.738 INFO O| Download: 13204/15848 items 144.5/176.3MB 81% complete (3.3M/s)
39202024-12-14T00:31:24.512Z[ host-image] Dec 14 00:31:22.946 INFO O| Dec 14 00:31:22.946 INFO O| Download: 17916/22774 items 157.3/199.6MB 78% complete (2.3M/s)
39212024-12-14T00:31:29.320Z[ recovery-image] Dec 14 00:31:27.755 INFO O| Dec 14 00:31:27.755 INFO O| Download: 14175/15848 items 148.9/176.3MB 84% complete (856k/s)
39222024-12-14T00:31:29.535Z[ host-image] Dec 14 00:31:27.968 INFO O| Dec 14 00:31:27.967 INFO O| Download: 18435/22774 items 163.4/199.6MB 81% complete (2.0M/s)
39232024-12-14T00:31:34.513Z[ recovery-image] Dec 14 00:31:32.945 INFO O| Dec 14 00:31:32.945 INFO O| Download: 14762/15848 items 156.2/176.3MB 88% complete (1.2M/s)
39242024-12-14T00:31:34.536Z[ host-image] Dec 14 00:31:32.968 INFO O| Dec 14 00:31:32.968 INFO O| Download: 19549/22774 items 168.3/199.6MB 84% complete (1.1M/s)
39252024-12-14T00:31:39.560Z[ host-image] Dec 14 00:31:37.992 INFO O| Dec 14 00:31:37.992 INFO O| Download: 20631/22774 items 172.5/199.6MB 86% complete (938k/s)
39262024-12-14T00:31:39.721Z[ recovery-image] Dec 14 00:31:38.153 INFO O| Dec 14 00:31:38.153 INFO O| Download: 15266/15848 items 161.0/176.3MB 91% complete (1.1M/s)
39272024-12-14T00:31:44.571Z[ host-image] Dec 14 00:31:43.002 INFO O| Dec 14 00:31:43.002 INFO O| Download: 21023/22774 items 179.3/199.6MB 89% complete (1.1M/s)
39282024-12-14T00:31:44.732Z[ recovery-image] Dec 14 00:31:43.162 INFO O| Dec 14 00:31:43.162 INFO O| Download: 15579/15848 items 169.3/176.3MB 96% complete (1.4M/s)
39292024-12-14T00:31:49.561Z[ recovery-image] Dec 14 00:31:47.991 INFO O| Dec 14 00:31:47.991 INFO O| Download: Completed 176.29 MB in 127.25 seconds (1.4M/s)
39302024-12-14T00:31:49.594Z[ host-image] Dec 14 00:31:48.023 INFO O| Dec 14 00:31:48.023 INFO O| Download: 21906/22774 items 191.0/199.6MB 95% complete (1.8M/s)
39312024-12-14T00:31:50.767Z[ recovery-image] Dec 14 00:31:49.196 INFO O| Dec 14 00:31:49.196 INFO O| Actions: 1/25014 actions (Installing new actions)
39322024-12-14T00:31:54.621Z[ host-image] Dec 14 00:31:53.049 INFO O| Dec 14 00:31:53.049 INFO O| Download: 22545/22774 items 199.3/199.6MB 99% complete (2.0M/s)
39332024-12-14T00:31:55.776Z[ recovery-image] Dec 14 00:31:54.205 INFO O| Dec 14 00:31:54.204 INFO O| Actions: 8571/25014 actions (Installing new actions)
39342024-12-14T00:31:56.006Z[ host-image] Dec 14 00:31:54.434 INFO O| Dec 14 00:31:54.434 INFO O| Download: Completed 199.56 MB in 151.85 seconds (1.3M/s)
39352024-12-14T00:31:57.844Z[ host-image] Dec 14 00:31:56.272 INFO O| Dec 14 00:31:56.272 INFO O| Actions: 1/49471 actions (Installing new actions)
39362024-12-14T00:32:00.799Z[ recovery-image] Dec 14 00:31:59.224 INFO O| Dec 14 00:31:59.223 INFO O| Actions: 14207/25014 actions (Installing new actions)
39372024-12-14T00:32:02.846Z[ host-image] Dec 14 00:32:01.272 INFO O| Dec 14 00:32:01.272 INFO O| Actions: 9255/49471 actions (Installing new actions)
39382024-12-14T00:32:05.802Z[ recovery-image] Dec 14 00:32:04.224 INFO O| Dec 14 00:32:04.223 INFO O| Actions: 23352/25014 actions (Installing new actions)
39392024-12-14T00:32:07.847Z[ host-image] Dec 14 00:32:06.272 INFO O| Dec 14 00:32:06.272 INFO O| Actions: 14549/49471 actions (Installing new actions)
39402024-12-14T00:32:09.167Z[ recovery-image] Dec 14 00:32:07.583 INFO O| Dec 14 00:32:07.583 INFO O| Actions: Completed 25014 actions in 18.38 seconds.
39412024-12-14T00:32:10.043Z[ recovery-image] Dec 14 00:32:08.467 INFO O| Dec 14 00:32:08.467 INFO O| Done
39422024-12-14T00:32:10.043Z[ recovery-image] Dec 14 00:32:08.467 INFO O| Dec 14 00:32:08.467 INFO O| Done
39432024-12-14T00:32:11.738Z[ recovery-image] Dec 14 00:32:10.162 INFO O| Dec 14 00:32:10.162 INFO O| Done
39442024-12-14T00:32:12.849Z[ host-image] Dec 14 00:32:11.273 INFO O| Dec 14 00:32:11.273 INFO O| Actions: 19755/49471 actions (Installing new actions)
39452024-12-14T00:32:13.932Z[ recovery-image] Dec 14 00:32:12.354 INFO O| Dec 14 00:32:12.354 INFO O| Done
39462024-12-14T00:32:13.955Z[ recovery-image] Dec 14 00:32:12.378 INFO O| Dec 14 00:32:12.377 INFO O| Done
39472024-12-14T00:32:17.853Z[ host-image] Dec 14 00:32:16.276 INFO O| Dec 14 00:32:16.275 INFO O| Actions: 26062/49471 actions (Installing new actions)
39482024-12-14T00:32:19.175Z[ recovery-image] Dec 14 00:32:17.597 INFO O| Dec 14 00:32:17.597 INFO O| Done
39492024-12-14T00:32:20.034Z[ recovery-image] Dec 14 00:32:18.456 INFO O| Dec 14 00:32:18.456 INFO O| Done
39502024-12-14T00:32:20.550Z[ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO STEP 11 (pkg_install) COMPLETE
39512024-12-14T00:32:20.550Z[ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39522024-12-14T00:32:20.550Z[ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO skip step because feature "recovery" is enabled
39532024-12-14T00:32:20.553Z[ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39542024-12-14T00:32:20.553Z[ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO skip step because feature "omicron1" is not enabled
39552024-12-14T00:32:20.553Z[ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39562024-12-14T00:32:20.574Z[ recovery-image] Dec 14 00:32:18.997 INFO O| Dec 14 00:32:18.996 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39572024-12-14T00:32:22.854Z[ host-image] Dec 14 00:32:21.276 INFO O| Dec 14 00:32:21.275 INFO O| Actions: 49238/49471 actions (Installing new actions)
39582024-12-14T00:32:22.964Z[ host-image] Dec 14 00:32:21.386 INFO O| Dec 14 00:32:21.386 INFO O| Actions: Completed 49471 actions in 25.11 seconds.
39592024-12-14T00:32:23.398Z[ recovery-image] Dec 14 00:32:21.820 INFO O| Dec 14 00:32:21.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39602024-12-14T00:32:23.662Z[ host-image] Dec 14 00:32:22.083 INFO O| Dec 14 00:32:22.083 INFO O| Done
39612024-12-14T00:32:23.681Z[ host-image] Dec 14 00:32:22.083 INFO O| Dec 14 00:32:22.083 INFO O| Done
39622024-12-14T00:32:25.297Z[ host-image] Dec 14 00:32:23.704 INFO O| Dec 14 00:32:23.703 INFO O| Done
39632024-12-14T00:32:28.058Z[ host-image] Dec 14 00:32:26.478 INFO O| Dec 14 00:32:26.478 INFO O| Done
39642024-12-14T00:32:28.121Z[ host-image] Dec 14 00:32:26.541 INFO O| Dec 14 00:32:26.541 INFO O| Done
39652024-12-14T00:32:28.431Z[ recovery-image] Dec 14 00:32:26.852 INFO O| Dec 14 00:32:26.852 INFO O| Planning: Solver setup ... Done
39662024-12-14T00:32:28.437Z[ recovery-image] Dec 14 00:32:26.857 INFO O| Dec 14 00:32:26.857 INFO O| Planning: Running solver ... Done
39672024-12-14T00:32:28.556Z[ recovery-image] Dec 14 00:32:26.976 INFO O| Dec 14 00:32:26.976 INFO O| Planning: Finding local manifests ... Done
39682024-12-14T00:32:28.560Z[ recovery-image] Dec 14 00:32:26.977 INFO O| Dec 14 00:32:26.977 INFO O| Planning: Fetching manifests: 0/1 0% complete
39692024-12-14T00:32:28.749Z[ recovery-image] Dec 14 00:32:27.169 INFO O| Dec 14 00:32:27.169 INFO O| Planning: Fetching manifests: 1/1 100% complete
39702024-12-14T00:32:28.799Z[ recovery-image] Dec 14 00:32:27.219 INFO O| Dec 14 00:32:27.219 INFO O| Planning: Package planning ... Done
39712024-12-14T00:32:28.801Z[ recovery-image] Dec 14 00:32:27.219 INFO O| Dec 14 00:32:27.219 INFO O| Planning: Merging actions ... Done
39722024-12-14T00:32:28.874Z[ recovery-image] Dec 14 00:32:27.294 INFO O| Dec 14 00:32:27.294 INFO O| Planning: Checking for conflicting actions ... Done
39732024-12-14T00:32:28.877Z[ recovery-image] Dec 14 00:32:27.295 INFO O| Dec 14 00:32:27.295 INFO O| Planning: Consolidating action changes ... Done
39742024-12-14T00:32:29.324Z[ recovery-image] Dec 14 00:32:27.744 INFO O| Dec 14 00:32:27.744 INFO O| Planning: Evaluating mediators ... Done
39752024-12-14T00:32:29.327Z[ recovery-image] Dec 14 00:32:27.745 INFO O| Dec 14 00:32:27.744 INFO O| Planning: Planning completed in 5.92 seconds
39762024-12-14T00:32:29.327Z[ recovery-image] Dec 14 00:32:27.747 INFO O| Dec 14 00:32:27.747 INFO O| Packages to install: 1
39772024-12-14T00:32:29.360Z[ recovery-image] Dec 14 00:32:27.780 INFO O| Dec 14 00:32:27.780 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39782024-12-14T00:32:29.778Z[ recovery-image] Dec 14 00:32:28.198 INFO O| Dec 14 00:32:28.198 INFO O| Download: Completed 9.99 MB in 0.42 seconds (23.9M/s)
39792024-12-14T00:32:29.920Z[ recovery-image] Dec 14 00:32:28.340 INFO O| Dec 14 00:32:28.340 INFO O| Actions: 1/22 actions (Installing new actions)
39802024-12-14T00:32:30.410Z[ recovery-image] Dec 14 00:32:28.830 INFO O| Dec 14 00:32:28.829 INFO O| Actions: Completed 22 actions in 0.49 seconds.
39812024-12-14T00:32:30.556Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39822024-12-14T00:32:30.894Z[ recovery-image] Dec 14 00:32:29.314 INFO O| Dec 14 00:32:29.314 INFO O| Done
39832024-12-14T00:32:30.894Z[ recovery-image] Dec 14 00:32:29.314 INFO O| Dec 14 00:32:29.314 INFO O| Done
39842024-12-14T00:32:32.172Z[ recovery-image] Dec 14 00:32:30.591 INFO O| Dec 14 00:32:30.591 INFO O| Done
39852024-12-14T00:32:34.360Z[ recovery-image] Dec 14 00:32:32.779 INFO O| Dec 14 00:32:32.779 INFO O| Done
39862024-12-14T00:32:34.389Z[ recovery-image] Dec 14 00:32:32.807 INFO O| Dec 14 00:32:32.807 INFO O| Done
39872024-12-14T00:32:34.389Z[ recovery-image] Dec 14 00:32:32.808 INFO O| Dec 14 00:32:32.808 INFO O| Done
39882024-12-14T00:32:34.407Z[ recovery-image] Dec 14 00:32:32.826 INFO O| Dec 14 00:32:32.826 INFO O| Done
39892024-12-14T00:32:34.662Z[ recovery-image] Dec 14 00:32:33.080 INFO O| Dec 14 00:32:33.080 INFO STEP 14 (pkg_install) COMPLETE
39902024-12-14T00:32:34.665Z[ recovery-image] Dec 14 00:32:33.080 INFO O| Dec 14 00:32:33.080 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39912024-12-14T00:32:34.665Z[ recovery-image] Dec 14 00:32:33.080 INFO O| Dec 14 00:32:33.080 INFO skip step because feature "mfg" is not enabled
39922024-12-14T00:32:34.665Z[ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39932024-12-14T00:32:34.665Z[ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO skip step because feature "compliance" is not enabled
39942024-12-14T00:32:34.667Z[ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39952024-12-14T00:32:34.667Z[ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO skip step because feature "stress" is not enabled
39962024-12-14T00:32:34.667Z[ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39972024-12-14T00:32:34.667Z[ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO skip step because feature "nfs" is not enabled
39982024-12-14T00:32:34.667Z[ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39992024-12-14T00:32:34.667Z[ recovery-image] Dec 14 00:32:33.082 INFO O| Dec 14 00:32:33.082 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40002024-12-14T00:32:34.749Z[ recovery-image] Dec 14 00:32:33.167 INFO O| Dec 14 00:32:33.167 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40012024-12-14T00:32:34.890Z[ recovery-image] Dec 14 00:32:33.308 INFO O| Dec 14 00:32:33.308 INFO completed processing gimlet/ramdisk-01-os
40022024-12-14T00:32:34.894Z[ recovery-image] Dec 14 00:32:33.312 INFO image builder template: ramdisk-02-trim...
40032024-12-14T00:32:34.897Z[ recovery-image] Dec 14 00:32:33.312 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/.tmpAGvK53/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.34.311", "-n", "ramdisk-02-trim"], pwd: None
40042024-12-14T00:32:34.937Z[ recovery-image] Dec 14 00:32:33.356 INFO O| Dec 14 00:32:33.355 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40052024-12-14T00:32:34.965Z[ recovery-image] Dec 14 00:32:33.383 INFO O| Dec 14 00:32:33.383 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40062024-12-14T00:32:35.254Z[ recovery-image] Dec 14 00:32:33.672 INFO O| Dec 14 00:32:33.672 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40072024-12-14T00:32:35.380Z[ recovery-image] Dec 14 00:32:33.799 INFO O| Dec 14 00:32:33.798 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40082024-12-14T00:32:35.380Z[ recovery-image] Dec 14 00:32:33.799 INFO O| Dec 14 00:32:33.799 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40092024-12-14T00:32:35.394Z[ recovery-image] Dec 14 00:32:33.813 INFO O| Dec 14 00:32:33.812 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40102024-12-14T00:32:35.402Z[ recovery-image] Dec 14 00:32:33.820 INFO O| Dec 14 00:32:33.820 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40112024-12-14T00:32:35.411Z[ recovery-image] Dec 14 00:32:33.830 INFO O| Dec 14 00:32:33.830 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40122024-12-14T00:32:35.760Z[ recovery-image] Dec 14 00:32:34.179 INFO O| Dec 14 00:32:34.179 INFO rolled back to input snapshot; work may begin
40132024-12-14T00:32:35.760Z[ recovery-image] Dec 14 00:32:34.179 INFO O| Dec 14 00:32:34.179 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40142024-12-14T00:32:35.770Z[ recovery-image] Dec 14 00:32:34.188 INFO O| Dec 14 00:32:34.188 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-12-14T00:32:35.789Z[ recovery-image] Dec 14 00:32:34.207 INFO O| Dec 14 00:32:34.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40162024-12-14T00:32:35.922Z[ host-image] Dec 14 00:32:34.340 INFO O| Dec 14 00:32:34.340 INFO O| Done
40172024-12-14T00:32:35.982Z[ recovery-image] Dec 14 00:32:34.399 INFO O| Dec 14 00:32:34.399 INFO STEP 0 (remove_files) COMPLETE
40182024-12-14T00:32:35.982Z[ recovery-image] Dec 14 00:32:34.399 INFO O| Dec 14 00:32:34.399 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-12-14T00:32:36.040Z[ recovery-image] Dec 14 00:32:34.458 INFO O| Dec 14 00:32:34.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40202024-12-14T00:32:36.043Z[ recovery-image] Dec 14 00:32:34.461 INFO O| Dec 14 00:32:34.461 INFO STEP 1 (remove_files) COMPLETE
40212024-12-14T00:32:36.046Z[ recovery-image] Dec 14 00:32:34.461 INFO O| Dec 14 00:32:34.461 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-12-14T00:32:36.066Z[ recovery-image] Dec 14 00:32:34.484 INFO O| Dec 14 00:32:34.484 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40232024-12-14T00:32:36.124Z[ recovery-image] Dec 14 00:32:34.542 INFO O| Dec 14 00:32:34.542 INFO STEP 2 (remove_files) COMPLETE
40242024-12-14T00:32:36.124Z[ recovery-image] Dec 14 00:32:34.542 INFO O| Dec 14 00:32:34.542 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-12-14T00:32:36.219Z[ recovery-image] Dec 14 00:32:34.638 INFO O| Dec 14 00:32:34.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40262024-12-14T00:32:36.223Z[ recovery-image] Dec 14 00:32:34.642 INFO O| Dec 14 00:32:34.642 INFO STEP 3 (remove_files) COMPLETE
40272024-12-14T00:32:36.223Z[ recovery-image] Dec 14 00:32:34.642 INFO O| Dec 14 00:32:34.642 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-12-14T00:32:36.248Z[ recovery-image] Dec 14 00:32:34.666 INFO O| Dec 14 00:32:34.666 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40292024-12-14T00:32:36.255Z[ recovery-image] Dec 14 00:32:34.674 INFO O| Dec 14 00:32:34.674 INFO STEP 4 (remove_files) COMPLETE
40302024-12-14T00:32:36.255Z[ recovery-image] Dec 14 00:32:34.674 INFO O| Dec 14 00:32:34.674 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-12-14T00:32:36.299Z[ recovery-image] Dec 14 00:32:34.717 INFO O| Dec 14 00:32:34.717 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40322024-12-14T00:32:36.302Z[ recovery-image] Dec 14 00:32:34.718 INFO O| Dec 14 00:32:34.718 INFO STEP 5 (remove_files) COMPLETE
40332024-12-14T00:32:36.302Z[ recovery-image] Dec 14 00:32:34.718 INFO O| Dec 14 00:32:34.718 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40342024-12-14T00:32:36.321Z[ recovery-image] Dec 14 00:32:34.739 INFO O| Dec 14 00:32:34.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40352024-12-14T00:32:36.370Z[ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 6 (remove_files) COMPLETE
40362024-12-14T00:32:36.370Z[ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-12-14T00:32:36.373Z[ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO skip step because feature "recovery" is enabled
40382024-12-14T00:32:36.373Z[ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-12-14T00:32:36.373Z[ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO skip step because feature "recovery" is enabled
40402024-12-14T00:32:36.373Z[ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40412024-12-14T00:32:36.373Z[ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO skip step because feature "recovery" is enabled
40422024-12-14T00:32:36.373Z[ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40432024-12-14T00:32:36.421Z[ recovery-image] Dec 14 00:32:34.839 INFO O| Dec 14 00:32:34.839 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40442024-12-14T00:32:36.427Z[ recovery-image] Dec 14 00:32:34.845 INFO O| Dec 14 00:32:34.845 INFO STEP 10 (remove_files) COMPLETE
40452024-12-14T00:32:36.427Z[ recovery-image] Dec 14 00:32:34.846 INFO O| Dec 14 00:32:34.845 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40462024-12-14T00:32:36.446Z[ recovery-image] Dec 14 00:32:34.864 INFO O| Dec 14 00:32:34.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40472024-12-14T00:32:36.449Z[ recovery-image] Dec 14 00:32:34.866 INFO O| Dec 14 00:32:34.866 INFO STEP 11 (remove_files) COMPLETE
40482024-12-14T00:32:36.449Z[ recovery-image] Dec 14 00:32:34.866 INFO O| Dec 14 00:32:34.866 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-12-14T00:32:36.467Z[ recovery-image] Dec 14 00:32:34.885 INFO O| Dec 14 00:32:34.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40502024-12-14T00:32:36.469Z[ recovery-image] Dec 14 00:32:34.888 INFO O| Dec 14 00:32:34.888 INFO STEP 12 (remove_files) COMPLETE
40512024-12-14T00:32:36.469Z[ recovery-image] Dec 14 00:32:34.888 INFO O| Dec 14 00:32:34.888 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-12-14T00:32:36.517Z[ recovery-image] Dec 14 00:32:34.934 INFO O| Dec 14 00:32:34.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40532024-12-14T00:32:36.949Z[ recovery-image] Dec 14 00:32:35.367 INFO O| Dec 14 00:32:35.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40542024-12-14T00:32:36.952Z[ recovery-image] Dec 14 00:32:35.369 INFO O| Dec 14 00:32:35.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40552024-12-14T00:32:36.955Z[ recovery-image] Dec 14 00:32:35.372 INFO O| Dec 14 00:32:35.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40562024-12-14T00:32:36.964Z[ recovery-image] Dec 14 00:32:35.382 INFO O| Dec 14 00:32:35.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40572024-12-14T00:32:37.002Z[ recovery-image] Dec 14 00:32:35.420 INFO O| Dec 14 00:32:35.420 INFO STEP 13 (remove_files) COMPLETE
40582024-12-14T00:32:37.003Z[ recovery-image] Dec 14 00:32:35.420 INFO O| Dec 14 00:32:35.420 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-12-14T00:32:37.039Z[ host-image] Dec 14 00:32:35.457 INFO O| Dec 14 00:32:35.457 INFO O| Done
40602024-12-14T00:32:37.090Z[ recovery-image] Dec 14 00:32:35.508 INFO O| Dec 14 00:32:35.508 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40612024-12-14T00:32:37.092Z[ recovery-image] Dec 14 00:32:35.511 INFO O| Dec 14 00:32:35.510 INFO STEP 14 (remove_files) COMPLETE
40622024-12-14T00:32:37.095Z[ recovery-image] Dec 14 00:32:35.511 INFO O| Dec 14 00:32:35.510 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-12-14T00:32:37.116Z[ recovery-image] Dec 14 00:32:35.535 INFO O| Dec 14 00:32:35.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40642024-12-14T00:32:37.127Z[ recovery-image] Dec 14 00:32:35.545 INFO O| Dec 14 00:32:35.545 INFO STEP 15 (remove_files) COMPLETE
40652024-12-14T00:32:37.128Z[ recovery-image] Dec 14 00:32:35.545 INFO O| Dec 14 00:32:35.545 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-12-14T00:32:37.150Z[ recovery-image] Dec 14 00:32:35.568 INFO O| Dec 14 00:32:35.568 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40672024-12-14T00:32:37.161Z[ recovery-image] Dec 14 00:32:35.569 INFO O| Dec 14 00:32:35.569 INFO STEP 16 (remove_files) COMPLETE
40682024-12-14T00:32:37.161Z[ recovery-image] Dec 14 00:32:35.569 INFO O| Dec 14 00:32:35.569 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-14T00:32:37.170Z[ recovery-image] Dec 14 00:32:35.588 INFO O| Dec 14 00:32:35.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40702024-12-14T00:32:37.173Z[ recovery-image] Dec 14 00:32:35.590 INFO O| Dec 14 00:32:35.590 INFO STEP 17 (remove_files) COMPLETE
40712024-12-14T00:32:37.173Z[ recovery-image] Dec 14 00:32:35.590 INFO O| Dec 14 00:32:35.590 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-14T00:32:37.189Z[ recovery-image] Dec 14 00:32:35.607 INFO O| Dec 14 00:32:35.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40732024-12-14T00:32:37.189Z[ recovery-image] Dec 14 00:32:35.608 INFO O| Dec 14 00:32:35.608 INFO STEP 18 (remove_files) COMPLETE
40742024-12-14T00:32:37.192Z[ recovery-image] Dec 14 00:32:35.608 INFO O| Dec 14 00:32:35.608 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-14T00:32:37.205Z[ recovery-image] Dec 14 00:32:35.623 INFO O| Dec 14 00:32:35.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40762024-12-14T00:32:37.206Z[ recovery-image] Dec 14 00:32:35.623 INFO O| Dec 14 00:32:35.623 INFO STEP 19 (remove_files) COMPLETE
40772024-12-14T00:32:37.209Z[ recovery-image] Dec 14 00:32:35.623 INFO O| Dec 14 00:32:35.623 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-14T00:32:37.238Z[ recovery-image] Dec 14 00:32:35.639 INFO O| Dec 14 00:32:35.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40792024-12-14T00:32:37.238Z[ recovery-image] Dec 14 00:32:35.640 INFO O| Dec 14 00:32:35.640 INFO STEP 20 (remove_files) COMPLETE
40802024-12-14T00:32:37.238Z[ recovery-image] Dec 14 00:32:35.640 INFO O| Dec 14 00:32:35.640 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-14T00:32:37.240Z[ recovery-image] Dec 14 00:32:35.656 INFO O| Dec 14 00:32:35.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40822024-12-14T00:32:37.240Z[ recovery-image] Dec 14 00:32:35.657 INFO O| Dec 14 00:32:35.657 INFO STEP 21 (remove_files) COMPLETE
40832024-12-14T00:32:37.240Z[ recovery-image] Dec 14 00:32:35.657 INFO O| Dec 14 00:32:35.657 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-14T00:32:37.270Z[ recovery-image] Dec 14 00:32:35.673 INFO O| Dec 14 00:32:35.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40852024-12-14T00:32:37.270Z[ recovery-image] Dec 14 00:32:35.673 INFO O| Dec 14 00:32:35.673 INFO STEP 22 (remove_files) COMPLETE
40862024-12-14T00:32:37.271Z[ recovery-image] Dec 14 00:32:35.673 INFO O| Dec 14 00:32:35.673 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-14T00:32:37.273Z[ recovery-image] Dec 14 00:32:35.690 INFO O| Dec 14 00:32:35.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40882024-12-14T00:32:37.273Z[ recovery-image] Dec 14 00:32:35.690 INFO O| Dec 14 00:32:35.690 INFO STEP 23 (remove_files) COMPLETE
40892024-12-14T00:32:37.273Z[ recovery-image] Dec 14 00:32:35.690 INFO O| Dec 14 00:32:35.690 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-14T00:32:37.289Z[ recovery-image] Dec 14 00:32:35.706 INFO O| Dec 14 00:32:35.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40912024-12-14T00:32:37.291Z[ recovery-image] Dec 14 00:32:35.706 INFO O| Dec 14 00:32:35.706 INFO STEP 24 (remove_files) COMPLETE
40922024-12-14T00:32:37.291Z[ recovery-image] Dec 14 00:32:35.707 INFO O| Dec 14 00:32:35.706 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-14T00:32:37.305Z[ recovery-image] Dec 14 00:32:35.723 INFO O| Dec 14 00:32:35.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
40942024-12-14T00:32:37.308Z[ recovery-image] Dec 14 00:32:35.723 INFO O| Dec 14 00:32:35.723 INFO STEP 25 (remove_files) COMPLETE
40952024-12-14T00:32:37.308Z[ recovery-image] Dec 14 00:32:35.723 INFO O| Dec 14 00:32:35.723 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-14T00:32:37.322Z[ recovery-image] Dec 14 00:32:35.739 INFO O| Dec 14 00:32:35.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
40972024-12-14T00:32:37.325Z[ recovery-image] Dec 14 00:32:35.740 INFO O| Dec 14 00:32:35.740 INFO STEP 26 (remove_files) COMPLETE
40982024-12-14T00:32:37.325Z[ recovery-image] Dec 14 00:32:35.740 INFO O| Dec 14 00:32:35.740 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-14T00:32:37.339Z[ recovery-image] Dec 14 00:32:35.757 INFO O| Dec 14 00:32:35.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41002024-12-14T00:32:37.342Z[ recovery-image] Dec 14 00:32:35.757 INFO O| Dec 14 00:32:35.757 INFO STEP 27 (remove_files) COMPLETE
41012024-12-14T00:32:37.342Z[ recovery-image] Dec 14 00:32:35.757 INFO O| Dec 14 00:32:35.757 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-14T00:32:37.364Z[ recovery-image] Dec 14 00:32:35.774 INFO O| Dec 14 00:32:35.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41032024-12-14T00:32:37.364Z[ recovery-image] Dec 14 00:32:35.774 INFO O| Dec 14 00:32:35.774 INFO STEP 28 (remove_files) COMPLETE
41042024-12-14T00:32:37.364Z[ recovery-image] Dec 14 00:32:35.774 INFO O| Dec 14 00:32:35.774 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-14T00:32:37.374Z[ recovery-image] Dec 14 00:32:35.791 INFO O| Dec 14 00:32:35.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41062024-12-14T00:32:37.374Z[ recovery-image] Dec 14 00:32:35.792 INFO O| Dec 14 00:32:35.791 INFO STEP 29 (remove_files) COMPLETE
41072024-12-14T00:32:37.374Z[ recovery-image] Dec 14 00:32:35.792 INFO O| Dec 14 00:32:35.792 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-14T00:32:37.391Z[ recovery-image] Dec 14 00:32:35.809 INFO O| Dec 14 00:32:35.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41092024-12-14T00:32:37.393Z[ recovery-image] Dec 14 00:32:35.809 INFO O| Dec 14 00:32:35.809 INFO STEP 30 (remove_files) COMPLETE
41102024-12-14T00:32:37.394Z[ recovery-image] Dec 14 00:32:35.809 INFO O| Dec 14 00:32:35.809 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-14T00:32:37.410Z[ recovery-image] Dec 14 00:32:35.827 INFO O| Dec 14 00:32:35.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41122024-12-14T00:32:37.414Z[ recovery-image] Dec 14 00:32:35.828 INFO O| Dec 14 00:32:35.827 INFO STEP 31 (remove_files) COMPLETE
41132024-12-14T00:32:37.414Z[ recovery-image] Dec 14 00:32:35.828 INFO O| Dec 14 00:32:35.828 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-14T00:32:37.520Z[ recovery-image] Dec 14 00:32:35.846 INFO O| Dec 14 00:32:35.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41152024-12-14T00:32:37.521Z[ recovery-image] Dec 14 00:32:35.847 INFO O| Dec 14 00:32:35.847 INFO STEP 32 (remove_files) COMPLETE
41162024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.847 INFO O| Dec 14 00:32:35.847 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.864 INFO O| Dec 14 00:32:35.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41182024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.865 INFO O| Dec 14 00:32:35.865 INFO STEP 33 (remove_files) COMPLETE
41192024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.865 INFO O| Dec 14 00:32:35.865 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.882 INFO O| Dec 14 00:32:35.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41212024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.882 INFO O| Dec 14 00:32:35.882 INFO STEP 34 (remove_files) COMPLETE
41222024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.882 INFO O| Dec 14 00:32:35.882 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.898 INFO O| Dec 14 00:32:35.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41242024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.899 INFO O| Dec 14 00:32:35.899 INFO STEP 35 (remove_files) COMPLETE
41252024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.899 INFO O| Dec 14 00:32:35.899 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.914 INFO O| Dec 14 00:32:35.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41272024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.914 INFO O| Dec 14 00:32:35.914 INFO STEP 36 (remove_files) COMPLETE
41282024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.915 INFO O| Dec 14 00:32:35.915 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-14T00:32:37.523Z[ recovery-image] Dec 14 00:32:35.930 INFO O| Dec 14 00:32:35.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41302024-12-14T00:32:37.524Z[ recovery-image] Dec 14 00:32:35.930 INFO O| Dec 14 00:32:35.930 INFO STEP 37 (remove_files) COMPLETE
41312024-12-14T00:32:37.524Z[ recovery-image] Dec 14 00:32:35.930 INFO O| Dec 14 00:32:35.930 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-14T00:32:37.530Z[ recovery-image] Dec 14 00:32:35.948 INFO O| Dec 14 00:32:35.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41332024-12-14T00:32:37.532Z[ recovery-image] Dec 14 00:32:35.948 INFO O| Dec 14 00:32:35.948 INFO STEP 38 (remove_files) COMPLETE
41342024-12-14T00:32:37.532Z[ recovery-image] Dec 14 00:32:35.948 INFO O| Dec 14 00:32:35.948 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-14T00:32:37.561Z[ recovery-image] Dec 14 00:32:35.964 INFO O| Dec 14 00:32:35.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41362024-12-14T00:32:37.561Z[ recovery-image] Dec 14 00:32:35.964 INFO O| Dec 14 00:32:35.964 INFO STEP 39 (remove_files) COMPLETE
41372024-12-14T00:32:37.561Z[ recovery-image] Dec 14 00:32:35.965 INFO O| Dec 14 00:32:35.965 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-14T00:32:37.564Z[ recovery-image] Dec 14 00:32:35.980 INFO O| Dec 14 00:32:35.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41392024-12-14T00:32:37.564Z[ recovery-image] Dec 14 00:32:35.980 INFO O| Dec 14 00:32:35.980 INFO STEP 40 (remove_files) COMPLETE
41402024-12-14T00:32:37.564Z[ recovery-image] Dec 14 00:32:35.981 INFO O| Dec 14 00:32:35.980 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-14T00:32:37.568Z[ host-image] Dec 14 00:32:35.984 INFO O| Dec 14 00:32:35.984 INFO STEP 11 (pkg_install) COMPLETE
41422024-12-14T00:32:37.568Z[ host-image] Dec 14 00:32:35.984 INFO O| Dec 14 00:32:35.984 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41432024-12-14T00:32:37.585Z[ host-image] Dec 14 00:32:36.003 INFO O| Dec 14 00:32:36.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
41442024-12-14T00:32:37.686Z[ recovery-image] Dec 14 00:32:36.104 INFO O| Dec 14 00:32:36.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41452024-12-14T00:32:37.689Z[ recovery-image] Dec 14 00:32:36.104 INFO O| Dec 14 00:32:36.104 INFO STEP 41 (remove_files) COMPLETE
41462024-12-14T00:32:37.689Z[ recovery-image] Dec 14 00:32:36.105 INFO O| Dec 14 00:32:36.104 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-14T00:32:37.729Z[ recovery-image] Dec 14 00:32:36.146 INFO O| Dec 14 00:32:36.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41482024-12-14T00:32:37.729Z[ recovery-image] Dec 14 00:32:36.146 INFO O| Dec 14 00:32:36.146 INFO STEP 42 (remove_files) COMPLETE
41492024-12-14T00:32:37.729Z[ recovery-image] Dec 14 00:32:36.146 INFO O| Dec 14 00:32:36.146 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-14T00:32:37.745Z[ recovery-image] Dec 14 00:32:36.163 INFO O| Dec 14 00:32:36.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41512024-12-14T00:32:37.745Z[ recovery-image] Dec 14 00:32:36.163 INFO O| Dec 14 00:32:36.163 INFO STEP 43 (remove_files) COMPLETE
41522024-12-14T00:32:37.745Z[ recovery-image] Dec 14 00:32:36.163 INFO O| Dec 14 00:32:36.163 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-14T00:32:37.780Z[ recovery-image] Dec 14 00:32:36.198 INFO O| Dec 14 00:32:36.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41542024-12-14T00:32:37.780Z[ recovery-image] Dec 14 00:32:36.198 INFO O| Dec 14 00:32:36.198 INFO STEP 44 (remove_files) COMPLETE
41552024-12-14T00:32:37.784Z[ recovery-image] Dec 14 00:32:36.199 INFO O| Dec 14 00:32:36.199 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-14T00:32:37.799Z[ recovery-image] Dec 14 00:32:36.217 INFO O| Dec 14 00:32:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41572024-12-14T00:32:37.800Z[ recovery-image] Dec 14 00:32:36.217 INFO O| Dec 14 00:32:36.217 INFO STEP 45 (remove_files) COMPLETE
41582024-12-14T00:32:37.802Z[ recovery-image] Dec 14 00:32:36.217 INFO O| Dec 14 00:32:36.217 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-14T00:32:37.895Z[ recovery-image] Dec 14 00:32:36.311 INFO O| Dec 14 00:32:36.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41602024-12-14T00:32:37.895Z[ recovery-image] Dec 14 00:32:36.311 INFO O| Dec 14 00:32:36.311 INFO STEP 46 (remove_files) COMPLETE
41612024-12-14T00:32:37.895Z[ recovery-image] Dec 14 00:32:36.311 INFO O| Dec 14 00:32:36.311 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-14T00:32:37.953Z[ recovery-image] Dec 14 00:32:36.369 INFO O| Dec 14 00:32:36.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41632024-12-14T00:32:37.953Z[ recovery-image] Dec 14 00:32:36.369 INFO O| Dec 14 00:32:36.369 INFO STEP 47 (remove_files) COMPLETE
41642024-12-14T00:32:37.956Z[ recovery-image] Dec 14 00:32:36.369 INFO O| Dec 14 00:32:36.369 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-14T00:32:37.970Z[ recovery-image] Dec 14 00:32:36.388 INFO O| Dec 14 00:32:36.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41662024-12-14T00:32:37.971Z[ recovery-image] Dec 14 00:32:36.388 INFO O| Dec 14 00:32:36.388 INFO STEP 48 (remove_files) COMPLETE
41672024-12-14T00:32:37.974Z[ recovery-image] Dec 14 00:32:36.388 INFO O| Dec 14 00:32:36.388 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-14T00:32:37.988Z[ recovery-image] Dec 14 00:32:36.406 INFO O| Dec 14 00:32:36.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41692024-12-14T00:32:37.988Z[ recovery-image] Dec 14 00:32:36.406 INFO O| Dec 14 00:32:36.406 INFO STEP 49 (remove_files) COMPLETE
41702024-12-14T00:32:37.988Z[ recovery-image] Dec 14 00:32:36.406 INFO O| Dec 14 00:32:36.406 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-14T00:32:38.005Z[ recovery-image] Dec 14 00:32:36.422 INFO O| Dec 14 00:32:36.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41722024-12-14T00:32:38.038Z[ recovery-image] Dec 14 00:32:36.439 INFO O| Dec 14 00:32:36.423 INFO STEP 50 (remove_files) COMPLETE
41732024-12-14T00:32:38.038Z[ recovery-image] Dec 14 00:32:36.439 INFO O| Dec 14 00:32:36.423 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-14T00:32:38.039Z[ recovery-image] Dec 14 00:32:36.439 INFO O| Dec 14 00:32:36.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41752024-12-14T00:32:38.039Z[ recovery-image] Dec 14 00:32:36.440 INFO O| Dec 14 00:32:36.440 INFO STEP 51 (remove_files) COMPLETE
41762024-12-14T00:32:38.039Z[ recovery-image] Dec 14 00:32:36.440 INFO O| Dec 14 00:32:36.440 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-14T00:32:38.049Z[ recovery-image] Dec 14 00:32:36.457 INFO O| Dec 14 00:32:36.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41782024-12-14T00:32:38.049Z[ recovery-image] Dec 14 00:32:36.458 INFO O| Dec 14 00:32:36.457 INFO STEP 52 (remove_files) COMPLETE
41792024-12-14T00:32:38.049Z[ recovery-image] Dec 14 00:32:36.458 INFO O| Dec 14 00:32:36.458 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-14T00:32:38.057Z[ recovery-image] Dec 14 00:32:36.475 INFO O| Dec 14 00:32:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41812024-12-14T00:32:38.059Z[ recovery-image] Dec 14 00:32:36.475 INFO O| Dec 14 00:32:36.475 INFO STEP 53 (remove_files) COMPLETE
41822024-12-14T00:32:38.059Z[ recovery-image] Dec 14 00:32:36.475 INFO O| Dec 14 00:32:36.475 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-14T00:32:38.075Z[ recovery-image] Dec 14 00:32:36.493 INFO O| Dec 14 00:32:36.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41842024-12-14T00:32:38.078Z[ recovery-image] Dec 14 00:32:36.493 INFO O| Dec 14 00:32:36.493 INFO STEP 54 (remove_files) COMPLETE
41852024-12-14T00:32:38.078Z[ recovery-image] Dec 14 00:32:36.493 INFO O| Dec 14 00:32:36.493 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-14T00:32:38.102Z[ recovery-image] Dec 14 00:32:36.511 INFO O| Dec 14 00:32:36.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41872024-12-14T00:32:38.102Z[ recovery-image] Dec 14 00:32:36.511 INFO O| Dec 14 00:32:36.511 INFO STEP 55 (remove_files) COMPLETE
41882024-12-14T00:32:38.102Z[ recovery-image] Dec 14 00:32:36.511 INFO O| Dec 14 00:32:36.511 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-14T00:32:38.111Z[ recovery-image] Dec 14 00:32:36.529 INFO O| Dec 14 00:32:36.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41902024-12-14T00:32:38.111Z[ recovery-image] Dec 14 00:32:36.529 INFO O| Dec 14 00:32:36.529 INFO STEP 56 (remove_files) COMPLETE
41912024-12-14T00:32:38.111Z[ recovery-image] Dec 14 00:32:36.530 INFO O| Dec 14 00:32:36.529 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-14T00:32:38.137Z[ recovery-image] Dec 14 00:32:36.555 INFO O| Dec 14 00:32:36.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41932024-12-14T00:32:38.137Z[ recovery-image] Dec 14 00:32:36.555 INFO O| Dec 14 00:32:36.555 INFO STEP 57 (remove_files) COMPLETE
41942024-12-14T00:32:38.141Z[ recovery-image] Dec 14 00:32:36.555 INFO O| Dec 14 00:32:36.555 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-14T00:32:38.180Z[ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.597 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41962024-12-14T00:32:38.180Z[ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.598 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
41972024-12-14T00:32:38.180Z[ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.598 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41982024-12-14T00:32:38.183Z[ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.598 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41992024-12-14T00:32:38.183Z[ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.598 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42002024-12-14T00:32:38.183Z[ recovery-image] Dec 14 00:32:36.599 INFO O| Dec 14 00:32:36.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42012024-12-14T00:32:38.183Z[ recovery-image] Dec 14 00:32:36.599 INFO O| Dec 14 00:32:36.599 INFO ok!
42022024-12-14T00:32:38.184Z[ recovery-image] Dec 14 00:32:36.599 INFO O| Dec 14 00:32:36.599 INFO STEP 58 (ensure_file) COMPLETE
42032024-12-14T00:32:38.184Z[ recovery-image] Dec 14 00:32:36.599 INFO O| Dec 14 00:32:36.599 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042024-12-14T00:32:38.241Z[ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.658 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42052024-12-14T00:32:38.241Z[ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42062024-12-14T00:32:38.243Z[ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42072024-12-14T00:32:38.243Z[ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42082024-12-14T00:32:38.243Z[ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42092024-12-14T00:32:38.243Z[ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42102024-12-14T00:32:38.243Z[ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO ok!
42112024-12-14T00:32:38.243Z[ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO STEP 59 (ensure_file) COMPLETE
42122024-12-14T00:32:38.244Z[ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132024-12-14T00:32:38.261Z[ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42142024-12-14T00:32:38.261Z[ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42152024-12-14T00:32:38.261Z[ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42162024-12-14T00:32:38.261Z[ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO ok!
42172024-12-14T00:32:38.261Z[ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO STEP 60 (ensure_file) COMPLETE
42182024-12-14T00:32:38.261Z[ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192024-12-14T00:32:38.278Z[ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42202024-12-14T00:32:38.278Z[ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42212024-12-14T00:32:38.278Z[ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42222024-12-14T00:32:38.281Z[ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 INFO ok!
42232024-12-14T00:32:38.281Z[ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 INFO STEP 61 (ensure_file) COMPLETE
42242024-12-14T00:32:38.281Z[ recovery-image] Dec 14 00:32:36.697 INFO O| Dec 14 00:32:36.696 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42252024-12-14T00:32:38.296Z[ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42262024-12-14T00:32:38.296Z[ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42272024-12-14T00:32:38.299Z[ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42282024-12-14T00:32:38.299Z[ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42292024-12-14T00:32:38.299Z[ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO ok!
42302024-12-14T00:32:38.299Z[ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO STEP 62 (ensure_file) COMPLETE
42312024-12-14T00:32:38.299Z[ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-14T00:32:38.318Z[ recovery-image] Dec 14 00:32:36.735 INFO O| Dec 14 00:32:36.735 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42332024-12-14T00:32:38.318Z[ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.735 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42342024-12-14T00:32:38.321Z[ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42352024-12-14T00:32:38.321Z[ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42362024-12-14T00:32:38.321Z[ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO ok!
42372024-12-14T00:32:38.321Z[ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO STEP 63 (ensure_file) COMPLETE
42382024-12-14T00:32:38.321Z[ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392024-12-14T00:32:38.358Z[ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42402024-12-14T00:32:38.358Z[ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42412024-12-14T00:32:38.361Z[ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42422024-12-14T00:32:38.361Z[ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO ok!
42432024-12-14T00:32:38.361Z[ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO STEP 64 (assemble_files) COMPLETE
42442024-12-14T00:32:38.361Z[ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42452024-12-14T00:32:38.452Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42462024-12-14T00:32:38.452Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42472024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42482024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42492024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO ok!
42502024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 65 (ensure_file) COMPLETE
42512024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO skip step because feature "omicron1" is not enabled
42532024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42542024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO skip step because feature "omicron1" is not enabled
42552024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO skip step because feature "omicron1" is not enabled
42572024-12-14T00:32:38.455Z[ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42582024-12-14T00:32:38.526Z[ recovery-image] Dec 14 00:32:36.944 INFO O| Dec 14 00:32:36.944 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42592024-12-14T00:32:38.526Z[ recovery-image] Dec 14 00:32:36.944 INFO O| Dec 14 00:32:36.944 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42602024-12-14T00:32:39.130Z[ host-image] Dec 14 00:32:37.547 INFO O| Dec 14 00:32:37.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42612024-12-14T00:32:41.488Z[ recovery-image] Dec 14 00:32:39.905 INFO O| Dec 14 00:32:39.905 INFO STEP 69 (pack_tar) COMPLETE
42622024-12-14T00:32:41.488Z[ recovery-image] Dec 14 00:32:39.905 INFO O| Dec 14 00:32:39.905 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42632024-12-14T00:32:41.491Z[ recovery-image] Dec 14 00:32:39.905 INFO O| Dec 14 00:32:39.905 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42642024-12-14T00:32:41.656Z[ recovery-image] Dec 14 00:32:40.073 INFO O| Dec 14 00:32:40.073 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42652024-12-14T00:32:41.833Z[ recovery-image] Dec 14 00:32:40.249 INFO O| Dec 14 00:32:40.249 INFO completed processing gimlet/ramdisk-02-trim
42662024-12-14T00:32:41.836Z[ recovery-image] Dec 14 00:32:40.253 INFO image builder template: ramdisk-03-recovery-trim...
42672024-12-14T00:32:41.839Z[ recovery-image] Dec 14 00:32:40.253 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/.tmpAGvK53/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.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
42682024-12-14T00:32:42.078Z[ recovery-image] Dec 14 00:32:40.495 INFO O| Dec 14 00:32:40.495 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42692024-12-14T00:32:42.127Z[ recovery-image] Dec 14 00:32:40.544 INFO O| Dec 14 00:32:40.544 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42702024-12-14T00:32:42.279Z[ recovery-image] Dec 14 00:32:40.695 INFO O| Dec 14 00:32:40.695 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42712024-12-14T00:32:42.386Z[ recovery-image] Dec 14 00:32:40.802 INFO O| Dec 14 00:32:40.802 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42722024-12-14T00:32:42.388Z[ recovery-image] Dec 14 00:32:40.803 INFO O| Dec 14 00:32:40.803 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42732024-12-14T00:32:42.405Z[ recovery-image] Dec 14 00:32:40.821 INFO O| Dec 14 00:32:40.821 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42742024-12-14T00:32:42.427Z[ recovery-image] Dec 14 00:32:40.844 INFO O| Dec 14 00:32:40.844 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42752024-12-14T00:32:42.455Z[ recovery-image] Dec 14 00:32:40.871 INFO O| Dec 14 00:32:40.871 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42762024-12-14T00:32:42.979Z[ recovery-image] Dec 14 00:32:41.396 INFO O| Dec 14 00:32:41.396 INFO rolled back to input snapshot; work may begin
42772024-12-14T00:32:42.980Z[ recovery-image] Dec 14 00:32:41.396 INFO O| Dec 14 00:32:41.396 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42782024-12-14T00:32:42.989Z[ recovery-image] Dec 14 00:32:41.406 INFO O| Dec 14 00:32:41.405 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-12-14T00:32:43.011Z[ recovery-image] Dec 14 00:32:41.423 INFO O| Dec 14 00:32:41.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42802024-12-14T00:32:43.021Z[ recovery-image] Dec 14 00:32:41.437 INFO O| Dec 14 00:32:41.437 INFO STEP 0 (remove_files) COMPLETE
42812024-12-14T00:32:43.021Z[ recovery-image] Dec 14 00:32:41.437 INFO O| Dec 14 00:32:41.437 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-12-14T00:32:43.050Z[ recovery-image] Dec 14 00:32:41.466 INFO O| Dec 14 00:32:41.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42832024-12-14T00:32:43.523Z[ recovery-image] Dec 14 00:32:41.938 INFO O| Dec 14 00:32:41.938 INFO STEP 1 (remove_files) COMPLETE
42842024-12-14T00:32:43.523Z[ recovery-image] Dec 14 00:32:41.938 INFO O| Dec 14 00:32:41.938 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-12-14T00:32:43.589Z[ recovery-image] Dec 14 00:32:42.005 INFO O| Dec 14 00:32:42.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42862024-12-14T00:32:43.591Z[ recovery-image] Dec 14 00:32:42.008 INFO O| Dec 14 00:32:42.008 INFO STEP 2 (remove_files) COMPLETE
42872024-12-14T00:32:43.592Z[ recovery-image] Dec 14 00:32:42.008 INFO O| Dec 14 00:32:42.008 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-12-14T00:32:43.651Z[ recovery-image] Dec 14 00:32:42.068 INFO O| Dec 14 00:32:42.068 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
42892024-12-14T00:32:43.794Z[ recovery-image] Dec 14 00:32:42.210 INFO O| Dec 14 00:32:42.210 INFO STEP 3 (remove_files) COMPLETE
42902024-12-14T00:32:43.797Z[ recovery-image] Dec 14 00:32:42.210 INFO O| Dec 14 00:32:42.210 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-12-14T00:32:43.824Z[ recovery-image] Dec 14 00:32:42.240 INFO O| Dec 14 00:32:42.240 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
42922024-12-14T00:32:43.971Z[ recovery-image] Dec 14 00:32:42.387 INFO O| Dec 14 00:32:42.387 INFO STEP 4 (remove_files) COMPLETE
42932024-12-14T00:32:43.971Z[ recovery-image] Dec 14 00:32:42.387 INFO O| Dec 14 00:32:42.387 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-12-14T00:32:43.992Z[ recovery-image] Dec 14 00:32:42.409 INFO O| Dec 14 00:32:42.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
42952024-12-14T00:32:44.023Z[ recovery-image] Dec 14 00:32:42.439 INFO O| Dec 14 00:32:42.439 INFO STEP 5 (remove_files) COMPLETE
42962024-12-14T00:32:44.023Z[ recovery-image] Dec 14 00:32:42.439 INFO O| Dec 14 00:32:42.439 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-12-14T00:32:44.061Z[ recovery-image] Dec 14 00:32:42.477 INFO O| Dec 14 00:32:42.477 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
42982024-12-14T00:32:44.079Z[ recovery-image] Dec 14 00:32:42.494 INFO O| Dec 14 00:32:42.494 INFO STEP 6 (remove_files) COMPLETE
42992024-12-14T00:32:44.079Z[ recovery-image] Dec 14 00:32:42.494 INFO O| Dec 14 00:32:42.494 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-12-14T00:32:44.119Z[ recovery-image] Dec 14 00:32:42.536 INFO O| Dec 14 00:32:42.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43012024-12-14T00:32:44.145Z[ recovery-image] Dec 14 00:32:42.561 INFO O| Dec 14 00:32:42.561 INFO STEP 7 (remove_files) COMPLETE
43022024-12-14T00:32:44.145Z[ recovery-image] Dec 14 00:32:42.561 INFO O| Dec 14 00:32:42.561 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-12-14T00:32:44.200Z[ recovery-image] Dec 14 00:32:42.616 INFO O| Dec 14 00:32:42.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43042024-12-14T00:32:44.319Z[ recovery-image] Dec 14 00:32:42.734 INFO O| Dec 14 00:32:42.734 INFO STEP 8 (remove_files) COMPLETE
43052024-12-14T00:32:44.319Z[ recovery-image] Dec 14 00:32:42.734 INFO O| Dec 14 00:32:42.734 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-12-14T00:32:44.358Z[ recovery-image] Dec 14 00:32:42.774 INFO O| Dec 14 00:32:42.774 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43072024-12-14T00:32:44.382Z[ recovery-image] Dec 14 00:32:42.798 INFO O| Dec 14 00:32:42.798 INFO STEP 9 (remove_files) COMPLETE
43082024-12-14T00:32:44.382Z[ recovery-image] Dec 14 00:32:42.798 INFO O| Dec 14 00:32:42.798 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-12-14T00:32:44.412Z[ host-image] Dec 14 00:32:42.828 INFO O| Dec 14 00:32:42.828 INFO O| Planning: Solver setup ... Done
43102024-12-14T00:32:44.420Z[ host-image] Dec 14 00:32:42.836 INFO O| Dec 14 00:32:42.836 INFO O| Planning: Running solver ... Done
43112024-12-14T00:32:44.445Z[ recovery-image] Dec 14 00:32:42.861 INFO O| Dec 14 00:32:42.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43122024-12-14T00:32:44.472Z[ recovery-image] Dec 14 00:32:42.888 INFO O| Dec 14 00:32:42.888 INFO STEP 10 (remove_files) COMPLETE
43132024-12-14T00:32:44.472Z[ recovery-image] Dec 14 00:32:42.888 INFO O| Dec 14 00:32:42.888 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-12-14T00:32:44.508Z[ recovery-image] Dec 14 00:32:42.924 INFO O| Dec 14 00:32:42.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43152024-12-14T00:32:44.524Z[ host-image] Dec 14 00:32:42.941 INFO O| Dec 14 00:32:42.941 INFO O| Planning: Finding local manifests ... Done
43162024-12-14T00:32:44.527Z[ host-image] Dec 14 00:32:42.943 INFO O| Dec 14 00:32:42.942 INFO O| Planning: Fetching manifests: 0/5 0% complete
43172024-12-14T00:32:44.783Z[ recovery-image] Dec 14 00:32:43.199 INFO O| Dec 14 00:32:43.199 INFO STEP 11 (remove_files) COMPLETE
43182024-12-14T00:32:44.783Z[ recovery-image] Dec 14 00:32:43.199 INFO O| Dec 14 00:32:43.199 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-14T00:32:44.815Z[ recovery-image] Dec 14 00:32:43.232 INFO O| Dec 14 00:32:43.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43202024-12-14T00:32:44.818Z[ host-image] Dec 14 00:32:43.233 INFO O| Dec 14 00:32:43.233 INFO O| Planning: Fetching manifests: 5/5 100% complete
43212024-12-14T00:32:44.818Z[ recovery-image] Dec 14 00:32:43.233 INFO O| Dec 14 00:32:43.233 INFO STEP 12 (remove_files) COMPLETE
43222024-12-14T00:32:44.818Z[ recovery-image] Dec 14 00:32:43.233 INFO O| Dec 14 00:32:43.233 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-12-14T00:32:44.837Z[ recovery-image] Dec 14 00:32:43.253 INFO O| Dec 14 00:32:43.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43242024-12-14T00:32:44.854Z[ host-image] Dec 14 00:32:43.270 INFO O| Dec 14 00:32:43.270 INFO O| Planning: Package planning ... Done
43252024-12-14T00:32:44.860Z[ host-image] Dec 14 00:32:43.277 INFO O| Dec 14 00:32:43.277 INFO O| Planning: Merging actions ... Done
43262024-12-14T00:32:44.889Z[ recovery-image] Dec 14 00:32:43.304 INFO O| Dec 14 00:32:43.304 INFO STEP 13 (remove_files) COMPLETE
43272024-12-14T00:32:44.889Z[ recovery-image] Dec 14 00:32:43.305 INFO O| Dec 14 00:32:43.304 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-14T00:32:44.909Z[ recovery-image] Dec 14 00:32:43.325 INFO O| Dec 14 00:32:43.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43292024-12-14T00:32:44.934Z[ recovery-image] Dec 14 00:32:43.350 INFO O| Dec 14 00:32:43.350 INFO STEP 14 (remove_files) COMPLETE
43302024-12-14T00:32:44.934Z[ recovery-image] Dec 14 00:32:43.350 INFO O| Dec 14 00:32:43.350 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-14T00:32:44.955Z[ recovery-image] Dec 14 00:32:43.372 INFO O| Dec 14 00:32:43.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43322024-12-14T00:32:44.958Z[ recovery-image] Dec 14 00:32:43.373 INFO O| Dec 14 00:32:43.373 INFO STEP 15 (remove_files) COMPLETE
43332024-12-14T00:32:44.958Z[ recovery-image] Dec 14 00:32:43.373 INFO O| Dec 14 00:32:43.373 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-14T00:32:44.992Z[ recovery-image] Dec 14 00:32:43.408 INFO O| Dec 14 00:32:43.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43352024-12-14T00:32:45.047Z[ host-image] Dec 14 00:32:43.463 INFO O| Dec 14 00:32:43.463 INFO O| Planning: Checking for conflicting actions ... Done
43362024-12-14T00:32:45.050Z[ host-image] Dec 14 00:32:43.466 INFO O| Dec 14 00:32:43.465 INFO O| Planning: Consolidating action changes ... Done
43372024-12-14T00:32:45.168Z[ recovery-image] Dec 14 00:32:43.584 INFO O| Dec 14 00:32:43.584 INFO STEP 16 (remove_files) COMPLETE
43382024-12-14T00:32:45.168Z[ recovery-image] Dec 14 00:32:43.584 INFO O| Dec 14 00:32:43.584 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-12-14T00:32:45.205Z[ recovery-image] Dec 14 00:32:43.619 INFO O| Dec 14 00:32:43.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43402024-12-14T00:32:45.207Z[ recovery-image] Dec 14 00:32:43.619 INFO O| Dec 14 00:32:43.619 INFO STEP 17 (remove_files) COMPLETE
43412024-12-14T00:32:45.207Z[ recovery-image] Dec 14 00:32:43.619 INFO O| Dec 14 00:32:43.619 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-12-14T00:32:45.224Z[ recovery-image] Dec 14 00:32:43.640 INFO O| Dec 14 00:32:43.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43432024-12-14T00:32:45.224Z[ recovery-image] Dec 14 00:32:43.640 INFO O| Dec 14 00:32:43.640 INFO STEP 18 (remove_files) COMPLETE
43442024-12-14T00:32:45.224Z[ recovery-image] Dec 14 00:32:43.640 INFO O| Dec 14 00:32:43.640 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-12-14T00:32:45.245Z[ recovery-image] Dec 14 00:32:43.659 INFO O| Dec 14 00:32:43.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43462024-12-14T00:32:45.503Z[ host-image] Dec 14 00:32:43.919 INFO O| Dec 14 00:32:43.919 INFO O| Planning: Evaluating mediators ... Done
43472024-12-14T00:32:45.505Z[ host-image] Dec 14 00:32:43.921 INFO O| Dec 14 00:32:43.921 INFO O| Planning: Planning completed in 6.37 seconds
43482024-12-14T00:32:45.510Z[ host-image] Dec 14 00:32:43.926 INFO O| Dec 14 00:32:43.926 INFO O| Packages to install: 5
43492024-12-14T00:32:45.510Z[ host-image] Dec 14 00:32:43.926 INFO O| Dec 14 00:32:43.926 INFO O| Services to change: 2
43502024-12-14T00:32:45.531Z[ host-image] Dec 14 00:32:43.947 INFO O| Dec 14 00:32:43.947 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
43512024-12-14T00:32:45.553Z[ recovery-image] Dec 14 00:32:43.968 INFO O| Dec 14 00:32:43.968 INFO STEP 19 (remove_files) COMPLETE
43522024-12-14T00:32:45.553Z[ recovery-image] Dec 14 00:32:43.968 INFO O| Dec 14 00:32:43.968 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-12-14T00:32:45.607Z[ recovery-image] Dec 14 00:32:44.024 INFO O| Dec 14 00:32:44.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43542024-12-14T00:32:45.649Z[ recovery-image] Dec 14 00:32:44.064 INFO O| Dec 14 00:32:44.064 INFO STEP 20 (remove_files) COMPLETE
43552024-12-14T00:32:45.649Z[ recovery-image] Dec 14 00:32:44.064 INFO O| Dec 14 00:32:44.064 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-14T00:32:45.696Z[ recovery-image] Dec 14 00:32:44.112 INFO O| Dec 14 00:32:44.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43572024-12-14T00:32:45.696Z[ recovery-image] Dec 14 00:32:44.112 INFO O| Dec 14 00:32:44.112 INFO STEP 21 (remove_files) COMPLETE
43582024-12-14T00:32:45.699Z[ recovery-image] Dec 14 00:32:44.112 INFO O| Dec 14 00:32:44.112 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-14T00:32:45.726Z[ recovery-image] Dec 14 00:32:44.142 INFO O| Dec 14 00:32:44.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43602024-12-14T00:32:45.729Z[ recovery-image] Dec 14 00:32:44.143 INFO O| Dec 14 00:32:44.143 INFO STEP 22 (remove_files) COMPLETE
43612024-12-14T00:32:45.729Z[ recovery-image] Dec 14 00:32:44.143 INFO O| Dec 14 00:32:44.143 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-14T00:32:45.755Z[ recovery-image] Dec 14 00:32:44.171 INFO O| Dec 14 00:32:44.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43632024-12-14T00:32:45.755Z[ recovery-image] Dec 14 00:32:44.171 INFO O| Dec 14 00:32:44.171 INFO STEP 23 (remove_files) COMPLETE
43642024-12-14T00:32:45.755Z[ recovery-image] Dec 14 00:32:44.171 INFO O| Dec 14 00:32:44.171 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-14T00:32:45.795Z[ recovery-image] Dec 14 00:32:44.211 INFO O| Dec 14 00:32:44.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43662024-12-14T00:32:45.795Z[ recovery-image] Dec 14 00:32:44.211 INFO O| Dec 14 00:32:44.211 INFO STEP 24 (remove_files) COMPLETE
43672024-12-14T00:32:45.798Z[ recovery-image] Dec 14 00:32:44.211 INFO O| Dec 14 00:32:44.211 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-12-14T00:32:45.817Z[ recovery-image] Dec 14 00:32:44.233 INFO O| Dec 14 00:32:44.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43692024-12-14T00:32:45.817Z[ recovery-image] Dec 14 00:32:44.233 INFO O| Dec 14 00:32:44.233 INFO STEP 25 (remove_files) COMPLETE
43702024-12-14T00:32:45.820Z[ recovery-image] Dec 14 00:32:44.234 INFO O| Dec 14 00:32:44.233 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-12-14T00:32:45.836Z[ recovery-image] Dec 14 00:32:44.252 INFO O| Dec 14 00:32:44.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43722024-12-14T00:32:45.845Z[ recovery-image] Dec 14 00:32:44.252 INFO O| Dec 14 00:32:44.252 INFO STEP 26 (remove_files) COMPLETE
43732024-12-14T00:32:45.845Z[ recovery-image] Dec 14 00:32:44.252 INFO O| Dec 14 00:32:44.252 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-12-14T00:32:45.859Z[ recovery-image] Dec 14 00:32:44.275 INFO O| Dec 14 00:32:44.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43752024-12-14T00:32:45.859Z[ recovery-image] Dec 14 00:32:44.275 INFO O| Dec 14 00:32:44.275 INFO STEP 27 (remove_files) COMPLETE
43762024-12-14T00:32:45.862Z[ recovery-image] Dec 14 00:32:44.276 INFO O| Dec 14 00:32:44.275 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-12-14T00:32:45.936Z[ recovery-image] Dec 14 00:32:44.352 INFO O| Dec 14 00:32:44.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43782024-12-14T00:32:45.939Z[ recovery-image] Dec 14 00:32:44.356 INFO O| Dec 14 00:32:44.356 INFO STEP 28 (remove_files) COMPLETE
43792024-12-14T00:32:45.940Z[ recovery-image] Dec 14 00:32:44.356 INFO O| Dec 14 00:32:44.356 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-12-14T00:32:45.959Z[ recovery-image] Dec 14 00:32:44.375 INFO O| Dec 14 00:32:44.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43812024-12-14T00:32:45.959Z[ recovery-image] Dec 14 00:32:44.375 INFO O| Dec 14 00:32:44.375 INFO STEP 29 (remove_files) COMPLETE
43822024-12-14T00:32:45.959Z[ recovery-image] Dec 14 00:32:44.375 INFO O| Dec 14 00:32:44.375 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-12-14T00:32:45.978Z[ recovery-image] Dec 14 00:32:44.394 INFO O| Dec 14 00:32:44.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43842024-12-14T00:32:45.978Z[ recovery-image] Dec 14 00:32:44.394 INFO O| Dec 14 00:32:44.394 INFO STEP 30 (remove_files) COMPLETE
43852024-12-14T00:32:45.981Z[ recovery-image] Dec 14 00:32:44.394 INFO O| Dec 14 00:32:44.394 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-12-14T00:32:45.998Z[ recovery-image] Dec 14 00:32:44.413 INFO O| Dec 14 00:32:44.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43872024-12-14T00:32:45.998Z[ recovery-image] Dec 14 00:32:44.413 INFO O| Dec 14 00:32:44.413 INFO STEP 31 (remove_files) COMPLETE
43882024-12-14T00:32:45.998Z[ recovery-image] Dec 14 00:32:44.413 INFO O| Dec 14 00:32:44.413 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-12-14T00:32:46.016Z[ recovery-image] Dec 14 00:32:44.431 INFO O| Dec 14 00:32:44.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43902024-12-14T00:32:46.016Z[ recovery-image] Dec 14 00:32:44.432 INFO O| Dec 14 00:32:44.432 INFO STEP 32 (remove_files) COMPLETE
43912024-12-14T00:32:46.016Z[ recovery-image] Dec 14 00:32:44.432 INFO O| Dec 14 00:32:44.432 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-12-14T00:32:46.034Z[ recovery-image] Dec 14 00:32:44.450 INFO O| Dec 14 00:32:44.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43932024-12-14T00:32:46.116Z[ recovery-image] Dec 14 00:32:44.532 INFO O| Dec 14 00:32:44.532 INFO STEP 33 (remove_files) COMPLETE
43942024-12-14T00:32:46.117Z[ recovery-image] Dec 14 00:32:44.532 INFO O| Dec 14 00:32:44.532 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-12-14T00:32:46.139Z[ recovery-image] Dec 14 00:32:44.551 INFO O| Dec 14 00:32:44.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43962024-12-14T00:32:46.211Z[ recovery-image] Dec 14 00:32:44.626 INFO O| Dec 14 00:32:44.626 INFO STEP 34 (remove_files) COMPLETE
43972024-12-14T00:32:46.211Z[ recovery-image] Dec 14 00:32:44.626 INFO O| Dec 14 00:32:44.626 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-12-14T00:32:46.234Z[ recovery-image] Dec 14 00:32:44.650 INFO O| Dec 14 00:32:44.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
43992024-12-14T00:32:46.234Z[ recovery-image] Dec 14 00:32:44.650 INFO O| Dec 14 00:32:44.650 INFO STEP 35 (remove_files) COMPLETE
44002024-12-14T00:32:46.236Z[ recovery-image] Dec 14 00:32:44.650 INFO O| Dec 14 00:32:44.650 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-12-14T00:32:46.255Z[ recovery-image] Dec 14 00:32:44.671 INFO O| Dec 14 00:32:44.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44022024-12-14T00:32:46.262Z[ recovery-image] Dec 14 00:32:44.678 INFO O| Dec 14 00:32:44.678 INFO STEP 36 (remove_files) COMPLETE
44032024-12-14T00:32:46.262Z[ recovery-image] Dec 14 00:32:44.678 INFO O| Dec 14 00:32:44.678 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-12-14T00:32:46.320Z[ recovery-image] Dec 14 00:32:44.736 INFO O| Dec 14 00:32:44.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44052024-12-14T00:32:46.342Z[ recovery-image] Dec 14 00:32:44.758 INFO O| Dec 14 00:32:44.758 INFO STEP 37 (remove_files) COMPLETE
44062024-12-14T00:32:46.342Z[ recovery-image] Dec 14 00:32:44.758 INFO O| Dec 14 00:32:44.758 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-12-14T00:32:46.401Z[ recovery-image] Dec 14 00:32:44.816 INFO O| Dec 14 00:32:44.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44082024-12-14T00:32:46.401Z[ recovery-image] Dec 14 00:32:44.816 INFO O| Dec 14 00:32:44.816 INFO STEP 38 (remove_files) COMPLETE
44092024-12-14T00:32:46.401Z[ recovery-image] Dec 14 00:32:44.816 INFO O| Dec 14 00:32:44.816 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-12-14T00:32:46.419Z[ recovery-image] Dec 14 00:32:44.835 INFO O| Dec 14 00:32:44.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44112024-12-14T00:32:46.419Z[ recovery-image] Dec 14 00:32:44.835 INFO O| Dec 14 00:32:44.835 INFO STEP 39 (remove_files) COMPLETE
44122024-12-14T00:32:46.430Z[ recovery-image] Dec 14 00:32:44.835 INFO O| Dec 14 00:32:44.835 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-12-14T00:32:46.439Z[ recovery-image] Dec 14 00:32:44.852 INFO O| Dec 14 00:32:44.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44142024-12-14T00:32:46.439Z[ recovery-image] Dec 14 00:32:44.853 INFO O| Dec 14 00:32:44.853 INFO STEP 40 (remove_files) COMPLETE
44152024-12-14T00:32:46.439Z[ recovery-image] Dec 14 00:32:44.853 INFO O| Dec 14 00:32:44.853 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-12-14T00:32:46.455Z[ recovery-image] Dec 14 00:32:44.870 INFO O| Dec 14 00:32:44.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44172024-12-14T00:32:46.456Z[ recovery-image] Dec 14 00:32:44.871 INFO O| Dec 14 00:32:44.871 INFO STEP 41 (remove_files) COMPLETE
44182024-12-14T00:32:46.456Z[ recovery-image] Dec 14 00:32:44.871 INFO O| Dec 14 00:32:44.871 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-12-14T00:32:46.473Z[ recovery-image] Dec 14 00:32:44.889 INFO O| Dec 14 00:32:44.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44202024-12-14T00:32:46.473Z[ recovery-image] Dec 14 00:32:44.889 INFO O| Dec 14 00:32:44.889 INFO STEP 42 (remove_files) COMPLETE
44212024-12-14T00:32:46.476Z[ recovery-image] Dec 14 00:32:44.889 INFO O| Dec 14 00:32:44.889 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-12-14T00:32:46.507Z[ recovery-image] Dec 14 00:32:44.923 INFO O| Dec 14 00:32:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44232024-12-14T00:32:46.507Z[ recovery-image] Dec 14 00:32:44.923 INFO O| Dec 14 00:32:44.923 INFO STEP 43 (remove_files) COMPLETE
44242024-12-14T00:32:46.510Z[ recovery-image] Dec 14 00:32:44.923 INFO O| Dec 14 00:32:44.923 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-12-14T00:32:46.527Z[ recovery-image] Dec 14 00:32:44.942 INFO O| Dec 14 00:32:44.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44262024-12-14T00:32:46.527Z[ recovery-image] Dec 14 00:32:44.942 INFO O| Dec 14 00:32:44.942 INFO STEP 44 (remove_files) COMPLETE
44272024-12-14T00:32:46.530Z[ recovery-image] Dec 14 00:32:44.942 INFO O| Dec 14 00:32:44.942 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-12-14T00:32:46.546Z[ recovery-image] Dec 14 00:32:44.961 INFO O| Dec 14 00:32:44.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44292024-12-14T00:32:46.546Z[ recovery-image] Dec 14 00:32:44.961 INFO O| Dec 14 00:32:44.961 INFO STEP 45 (remove_files) COMPLETE
44302024-12-14T00:32:46.549Z[ recovery-image] Dec 14 00:32:44.962 INFO O| Dec 14 00:32:44.961 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-12-14T00:32:46.564Z[ recovery-image] Dec 14 00:32:44.980 INFO O| Dec 14 00:32:44.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44322024-12-14T00:32:46.566Z[ recovery-image] Dec 14 00:32:44.980 INFO O| Dec 14 00:32:44.980 INFO STEP 46 (remove_files) COMPLETE
44332024-12-14T00:32:46.566Z[ recovery-image] Dec 14 00:32:44.980 INFO O| Dec 14 00:32:44.980 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-12-14T00:32:46.583Z[ recovery-image] Dec 14 00:32:44.999 INFO O| Dec 14 00:32:44.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44352024-12-14T00:32:46.603Z[ recovery-image] Dec 14 00:32:45.019 INFO O| Dec 14 00:32:45.019 INFO STEP 47 (remove_files) COMPLETE
44362024-12-14T00:32:46.603Z[ recovery-image] Dec 14 00:32:45.019 INFO O| Dec 14 00:32:45.019 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-12-14T00:32:46.649Z[ recovery-image] Dec 14 00:32:45.065 INFO O| Dec 14 00:32:45.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44382024-12-14T00:32:46.649Z[ recovery-image] Dec 14 00:32:45.065 INFO O| Dec 14 00:32:45.065 INFO STEP 48 (remove_files) COMPLETE
44392024-12-14T00:32:46.649Z[ recovery-image] Dec 14 00:32:45.065 INFO O| Dec 14 00:32:45.065 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-12-14T00:32:46.669Z[ recovery-image] Dec 14 00:32:45.085 INFO O| Dec 14 00:32:45.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44412024-12-14T00:32:46.669Z[ recovery-image] Dec 14 00:32:45.085 INFO O| Dec 14 00:32:45.085 INFO STEP 49 (remove_files) COMPLETE
44422024-12-14T00:32:46.670Z[ recovery-image] Dec 14 00:32:45.085 INFO O| Dec 14 00:32:45.085 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-12-14T00:32:46.689Z[ recovery-image] Dec 14 00:32:45.105 INFO O| Dec 14 00:32:45.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44442024-12-14T00:32:46.689Z[ recovery-image] Dec 14 00:32:45.105 INFO O| Dec 14 00:32:45.105 INFO STEP 50 (remove_files) COMPLETE
44452024-12-14T00:32:46.689Z[ recovery-image] Dec 14 00:32:45.105 INFO O| Dec 14 00:32:45.105 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-12-14T00:32:46.709Z[ recovery-image] Dec 14 00:32:45.125 INFO O| Dec 14 00:32:45.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44472024-12-14T00:32:46.709Z[ recovery-image] Dec 14 00:32:45.125 INFO O| Dec 14 00:32:45.125 INFO STEP 51 (remove_files) COMPLETE
44482024-12-14T00:32:46.709Z[ recovery-image] Dec 14 00:32:45.125 INFO O| Dec 14 00:32:45.125 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-12-14T00:32:46.737Z[ recovery-image] Dec 14 00:32:45.153 INFO O| Dec 14 00:32:45.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44502024-12-14T00:32:46.737Z[ recovery-image] Dec 14 00:32:45.153 INFO O| Dec 14 00:32:45.153 INFO STEP 52 (remove_files) COMPLETE
44512024-12-14T00:32:46.741Z[ recovery-image] Dec 14 00:32:45.153 INFO O| Dec 14 00:32:45.153 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-12-14T00:32:46.761Z[ recovery-image] Dec 14 00:32:45.177 INFO O| Dec 14 00:32:45.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44532024-12-14T00:32:46.764Z[ recovery-image] Dec 14 00:32:45.177 INFO O| Dec 14 00:32:45.177 INFO STEP 53 (remove_files) COMPLETE
44542024-12-14T00:32:46.764Z[ recovery-image] Dec 14 00:32:45.178 INFO O| Dec 14 00:32:45.177 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-12-14T00:32:46.781Z[ recovery-image] Dec 14 00:32:45.197 INFO O| Dec 14 00:32:45.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44562024-12-14T00:32:46.785Z[ recovery-image] Dec 14 00:32:45.197 INFO O| Dec 14 00:32:45.197 INFO STEP 54 (remove_files) COMPLETE
44572024-12-14T00:32:46.785Z[ recovery-image] Dec 14 00:32:45.197 INFO O| Dec 14 00:32:45.197 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-12-14T00:32:46.821Z[ recovery-image] Dec 14 00:32:45.235 INFO O| Dec 14 00:32:45.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44592024-12-14T00:32:46.824Z[ recovery-image] Dec 14 00:32:45.236 INFO O| Dec 14 00:32:45.236 INFO STEP 55 (remove_files) COMPLETE
44602024-12-14T00:32:46.824Z[ recovery-image] Dec 14 00:32:45.236 INFO O| Dec 14 00:32:45.236 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-12-14T00:32:46.839Z[ recovery-image] Dec 14 00:32:45.255 INFO O| Dec 14 00:32:45.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44622024-12-14T00:32:46.842Z[ recovery-image] Dec 14 00:32:45.255 INFO O| Dec 14 00:32:45.255 INFO STEP 56 (remove_files) COMPLETE
44632024-12-14T00:32:46.842Z[ recovery-image] Dec 14 00:32:45.255 INFO O| Dec 14 00:32:45.255 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-12-14T00:32:46.858Z[ recovery-image] Dec 14 00:32:45.274 INFO O| Dec 14 00:32:45.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44652024-12-14T00:32:46.860Z[ recovery-image] Dec 14 00:32:45.275 INFO O| Dec 14 00:32:45.274 INFO STEP 57 (remove_files) COMPLETE
44662024-12-14T00:32:46.861Z[ recovery-image] Dec 14 00:32:45.275 INFO O| Dec 14 00:32:45.275 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-12-14T00:32:46.898Z[ recovery-image] Dec 14 00:32:45.314 INFO O| Dec 14 00:32:45.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44682024-12-14T00:32:46.902Z[ recovery-image] Dec 14 00:32:45.314 INFO O| Dec 14 00:32:45.314 INFO STEP 58 (remove_files) COMPLETE
44692024-12-14T00:32:46.902Z[ recovery-image] Dec 14 00:32:45.314 INFO O| Dec 14 00:32:45.314 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-12-14T00:32:46.918Z[ recovery-image] Dec 14 00:32:45.334 INFO O| Dec 14 00:32:45.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44712024-12-14T00:32:46.921Z[ recovery-image] Dec 14 00:32:45.334 INFO O| Dec 14 00:32:45.334 INFO STEP 59 (remove_files) COMPLETE
44722024-12-14T00:32:46.921Z[ recovery-image] Dec 14 00:32:45.334 INFO O| Dec 14 00:32:45.334 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-12-14T00:32:46.937Z[ recovery-image] Dec 14 00:32:45.353 INFO O| Dec 14 00:32:45.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44742024-12-14T00:32:46.940Z[ recovery-image] Dec 14 00:32:45.353 INFO O| Dec 14 00:32:45.353 INFO STEP 60 (remove_files) COMPLETE
44752024-12-14T00:32:46.940Z[ recovery-image] Dec 14 00:32:45.353 INFO O| Dec 14 00:32:45.353 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-12-14T00:32:46.971Z[ recovery-image] Dec 14 00:32:45.385 INFO O| Dec 14 00:32:45.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44772024-12-14T00:32:46.971Z[ recovery-image] Dec 14 00:32:45.386 INFO O| Dec 14 00:32:45.386 INFO STEP 61 (remove_files) COMPLETE
44782024-12-14T00:32:46.971Z[ recovery-image] Dec 14 00:32:45.386 INFO O| Dec 14 00:32:45.386 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-12-14T00:32:46.995Z[ recovery-image] Dec 14 00:32:45.408 INFO O| Dec 14 00:32:45.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44802024-12-14T00:32:46.995Z[ recovery-image] Dec 14 00:32:45.408 INFO O| Dec 14 00:32:45.408 INFO STEP 62 (remove_files) COMPLETE
44812024-12-14T00:32:46.995Z[ recovery-image] Dec 14 00:32:45.408 INFO O| Dec 14 00:32:45.408 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-12-14T00:32:47.018Z[ host-image] Dec 14 00:32:45.433 INFO O| Dec 14 00:32:45.433 INFO O| Download: Completed 1.44 MB in 1.49 seconds (992k/s)
44832024-12-14T00:32:47.036Z[ recovery-image] Dec 14 00:32:45.452 INFO O| Dec 14 00:32:45.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44842024-12-14T00:32:47.064Z[ host-image] Dec 14 00:32:45.480 INFO O| Dec 14 00:32:45.480 INFO O| Actions: 1/305 actions (Installing new actions)
44852024-12-14T00:32:47.067Z[ recovery-image] Dec 14 00:32:45.481 INFO O| Dec 14 00:32:45.481 INFO STEP 63 (remove_files) COMPLETE
44862024-12-14T00:32:47.067Z[ recovery-image] Dec 14 00:32:45.481 INFO O| Dec 14 00:32:45.481 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-14T00:32:47.138Z[ recovery-image] Dec 14 00:32:45.553 INFO O| Dec 14 00:32:45.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44882024-12-14T00:32:47.138Z[ recovery-image] Dec 14 00:32:45.553 INFO O| Dec 14 00:32:45.553 INFO STEP 64 (remove_files) COMPLETE
44892024-12-14T00:32:47.138Z[ recovery-image] Dec 14 00:32:45.553 INFO O| Dec 14 00:32:45.553 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-14T00:32:47.209Z[ recovery-image] Dec 14 00:32:45.616 INFO O| Dec 14 00:32:45.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44912024-12-14T00:32:47.209Z[ recovery-image] Dec 14 00:32:45.616 INFO O| Dec 14 00:32:45.616 INFO STEP 65 (remove_files) COMPLETE
44922024-12-14T00:32:47.213Z[ recovery-image] Dec 14 00:32:45.616 INFO O| Dec 14 00:32:45.616 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-14T00:32:47.237Z[ host-image] Dec 14 00:32:45.652 INFO O| Dec 14 00:32:45.652 INFO O| Actions: Completed 305 actions in 0.17 seconds.
44942024-12-14T00:32:47.279Z[ recovery-image] Dec 14 00:32:45.680 INFO O| Dec 14 00:32:45.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44952024-12-14T00:32:47.279Z[ recovery-image] Dec 14 00:32:45.680 INFO O| Dec 14 00:32:45.680 INFO STEP 66 (remove_files) COMPLETE
44962024-12-14T00:32:47.279Z[ recovery-image] Dec 14 00:32:45.680 INFO O| Dec 14 00:32:45.680 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-12-14T00:32:47.287Z[ recovery-image] Dec 14 00:32:45.701 INFO O| Dec 14 00:32:45.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
44982024-12-14T00:32:47.287Z[ recovery-image] Dec 14 00:32:45.701 INFO O| Dec 14 00:32:45.701 INFO STEP 67 (remove_files) COMPLETE
44992024-12-14T00:32:47.287Z[ recovery-image] Dec 14 00:32:45.701 INFO O| Dec 14 00:32:45.701 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-12-14T00:32:47.332Z[ recovery-image] Dec 14 00:32:45.747 INFO O| Dec 14 00:32:45.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45012024-12-14T00:32:47.332Z[ recovery-image] Dec 14 00:32:45.747 INFO O| Dec 14 00:32:45.747 INFO STEP 68 (remove_files) COMPLETE
45022024-12-14T00:32:47.334Z[ recovery-image] Dec 14 00:32:45.747 INFO O| Dec 14 00:32:45.747 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-12-14T00:32:47.359Z[ recovery-image] Dec 14 00:32:45.774 INFO O| Dec 14 00:32:45.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45042024-12-14T00:32:47.361Z[ recovery-image] Dec 14 00:32:45.775 INFO O| Dec 14 00:32:45.774 INFO STEP 69 (remove_files) COMPLETE
45052024-12-14T00:32:47.361Z[ recovery-image] Dec 14 00:32:45.775 INFO O| Dec 14 00:32:45.775 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-12-14T00:32:47.381Z[ recovery-image] Dec 14 00:32:45.796 INFO O| Dec 14 00:32:45.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45072024-12-14T00:32:47.384Z[ recovery-image] Dec 14 00:32:45.797 INFO O| Dec 14 00:32:45.797 INFO STEP 70 (remove_files) COMPLETE
45082024-12-14T00:32:47.384Z[ recovery-image] Dec 14 00:32:45.797 INFO O| Dec 14 00:32:45.797 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-12-14T00:32:47.422Z[ recovery-image] Dec 14 00:32:45.837 INFO O| Dec 14 00:32:45.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45102024-12-14T00:32:47.422Z[ recovery-image] Dec 14 00:32:45.837 INFO O| Dec 14 00:32:45.837 INFO STEP 71 (remove_files) COMPLETE
45112024-12-14T00:32:47.422Z[ recovery-image] Dec 14 00:32:45.837 INFO O| Dec 14 00:32:45.837 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-12-14T00:32:47.461Z[ recovery-image] Dec 14 00:32:45.877 INFO O| Dec 14 00:32:45.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45132024-12-14T00:32:47.461Z[ recovery-image] Dec 14 00:32:45.877 INFO O| Dec 14 00:32:45.877 INFO STEP 72 (remove_files) COMPLETE
45142024-12-14T00:32:47.461Z[ recovery-image] Dec 14 00:32:45.877 INFO O| Dec 14 00:32:45.877 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-12-14T00:32:47.498Z[ recovery-image] Dec 14 00:32:45.913 INFO O| Dec 14 00:32:45.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45162024-12-14T00:32:47.498Z[ recovery-image] Dec 14 00:32:45.913 INFO O| Dec 14 00:32:45.913 INFO STEP 73 (remove_files) COMPLETE
45172024-12-14T00:32:47.498Z[ recovery-image] Dec 14 00:32:45.913 INFO O| Dec 14 00:32:45.913 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-12-14T00:32:47.520Z[ recovery-image] Dec 14 00:32:45.936 INFO O| Dec 14 00:32:45.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45192024-12-14T00:32:47.520Z[ recovery-image] Dec 14 00:32:45.936 INFO O| Dec 14 00:32:45.936 INFO STEP 74 (remove_files) COMPLETE
45202024-12-14T00:32:47.520Z[ recovery-image] Dec 14 00:32:45.936 INFO O| Dec 14 00:32:45.936 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-12-14T00:32:47.553Z[ recovery-image] Dec 14 00:32:45.969 INFO O| Dec 14 00:32:45.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45222024-12-14T00:32:47.553Z[ recovery-image] Dec 14 00:32:45.969 INFO O| Dec 14 00:32:45.969 INFO STEP 75 (remove_files) COMPLETE
45232024-12-14T00:32:47.553Z[ recovery-image] Dec 14 00:32:45.969 INFO O| Dec 14 00:32:45.969 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-12-14T00:32:47.609Z[ recovery-image] Dec 14 00:32:46.024 INFO O| Dec 14 00:32:46.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45252024-12-14T00:32:47.609Z[ recovery-image] Dec 14 00:32:46.024 INFO O| Dec 14 00:32:46.024 INFO STEP 76 (remove_files) COMPLETE
45262024-12-14T00:32:47.609Z[ recovery-image] Dec 14 00:32:46.024 INFO O| Dec 14 00:32:46.024 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-12-14T00:32:47.651Z[ recovery-image] Dec 14 00:32:46.066 INFO O| Dec 14 00:32:46.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45282024-12-14T00:32:47.651Z[ recovery-image] Dec 14 00:32:46.066 INFO O| Dec 14 00:32:46.066 INFO STEP 77 (remove_files) COMPLETE
45292024-12-14T00:32:47.651Z[ recovery-image] Dec 14 00:32:46.066 INFO O| Dec 14 00:32:46.066 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-12-14T00:32:47.686Z[ host-image] Dec 14 00:32:46.101 INFO O| Dec 14 00:32:46.101 INFO O| Done
45312024-12-14T00:32:47.686Z[ host-image] Dec 14 00:32:46.101 INFO O| Dec 14 00:32:46.101 INFO O| Done
45322024-12-14T00:32:47.768Z[ recovery-image] Dec 14 00:32:46.184 INFO O| Dec 14 00:32:46.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45332024-12-14T00:32:47.771Z[ recovery-image] Dec 14 00:32:46.184 INFO O| Dec 14 00:32:46.184 INFO STEP 78 (remove_files) COMPLETE
45342024-12-14T00:32:47.771Z[ recovery-image] Dec 14 00:32:46.184 INFO O| Dec 14 00:32:46.184 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-14T00:32:47.806Z[ recovery-image] Dec 14 00:32:46.222 INFO O| Dec 14 00:32:46.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45362024-12-14T00:32:47.806Z[ recovery-image] Dec 14 00:32:46.222 INFO O| Dec 14 00:32:46.222 INFO STEP 79 (remove_files) COMPLETE
45372024-12-14T00:32:47.806Z[ recovery-image] Dec 14 00:32:46.222 INFO O| Dec 14 00:32:46.222 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-14T00:32:47.847Z[ recovery-image] Dec 14 00:32:46.262 INFO O| Dec 14 00:32:46.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45392024-12-14T00:32:47.847Z[ recovery-image] Dec 14 00:32:46.262 INFO O| Dec 14 00:32:46.262 INFO STEP 80 (remove_files) COMPLETE
45402024-12-14T00:32:47.847Z[ recovery-image] Dec 14 00:32:46.262 INFO O| Dec 14 00:32:46.262 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-14T00:32:47.881Z[ recovery-image] Dec 14 00:32:46.297 INFO O| Dec 14 00:32:46.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45422024-12-14T00:32:47.884Z[ recovery-image] Dec 14 00:32:46.297 INFO O| Dec 14 00:32:46.297 INFO STEP 81 (remove_files) COMPLETE
45432024-12-14T00:32:47.884Z[ recovery-image] Dec 14 00:32:46.297 INFO O| Dec 14 00:32:46.297 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-14T00:32:47.902Z[ recovery-image] Dec 14 00:32:46.317 INFO O| Dec 14 00:32:46.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45452024-12-14T00:32:47.904Z[ recovery-image] Dec 14 00:32:46.317 INFO O| Dec 14 00:32:46.317 INFO STEP 82 (remove_files) COMPLETE
45462024-12-14T00:32:47.904Z[ recovery-image] Dec 14 00:32:46.318 INFO O| Dec 14 00:32:46.317 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-14T00:32:47.922Z[ recovery-image] Dec 14 00:32:46.338 INFO O| Dec 14 00:32:46.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45482024-12-14T00:32:47.925Z[ recovery-image] Dec 14 00:32:46.338 INFO O| Dec 14 00:32:46.338 INFO STEP 83 (remove_files) COMPLETE
45492024-12-14T00:32:47.925Z[ recovery-image] Dec 14 00:32:46.338 INFO O| Dec 14 00:32:46.338 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-14T00:32:47.944Z[ recovery-image] Dec 14 00:32:46.358 INFO O| Dec 14 00:32:46.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45512024-12-14T00:32:47.947Z[ recovery-image] Dec 14 00:32:46.359 INFO O| Dec 14 00:32:46.358 INFO STEP 84 (remove_files) COMPLETE
45522024-12-14T00:32:47.947Z[ recovery-image] Dec 14 00:32:46.359 INFO O| Dec 14 00:32:46.359 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-14T00:32:47.983Z[ recovery-image] Dec 14 00:32:46.398 INFO O| Dec 14 00:32:46.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45542024-12-14T00:32:47.983Z[ recovery-image] Dec 14 00:32:46.399 INFO O| Dec 14 00:32:46.399 INFO STEP 85 (remove_files) COMPLETE
45552024-12-14T00:32:47.986Z[ recovery-image] Dec 14 00:32:46.399 INFO O| Dec 14 00:32:46.399 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-14T00:32:48.020Z[ recovery-image] Dec 14 00:32:46.435 INFO O| Dec 14 00:32:46.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45572024-12-14T00:32:48.040Z[ recovery-image] Dec 14 00:32:46.456 INFO O| Dec 14 00:32:46.456 INFO STEP 86 (remove_files) COMPLETE
45582024-12-14T00:32:48.043Z[ recovery-image] Dec 14 00:32:46.456 INFO O| Dec 14 00:32:46.456 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-14T00:32:48.081Z[ recovery-image] Dec 14 00:32:46.496 INFO O| Dec 14 00:32:46.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45602024-12-14T00:32:48.107Z[ recovery-image] Dec 14 00:32:46.522 INFO O| Dec 14 00:32:46.522 INFO STEP 87 (remove_files) COMPLETE
45612024-12-14T00:32:48.107Z[ recovery-image] Dec 14 00:32:46.522 INFO O| Dec 14 00:32:46.522 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-14T00:32:48.127Z[ recovery-image] Dec 14 00:32:46.543 INFO O| Dec 14 00:32:46.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45632024-12-14T00:32:48.130Z[ recovery-image] Dec 14 00:32:46.543 INFO O| Dec 14 00:32:46.543 INFO STEP 88 (remove_files) COMPLETE
45642024-12-14T00:32:48.130Z[ recovery-image] Dec 14 00:32:46.543 INFO O| Dec 14 00:32:46.543 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-14T00:32:48.171Z[ recovery-image] Dec 14 00:32:46.587 INFO O| Dec 14 00:32:46.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45662024-12-14T00:32:48.241Z[ recovery-image] Dec 14 00:32:46.656 INFO O| Dec 14 00:32:46.656 INFO STEP 89 (remove_files) COMPLETE
45672024-12-14T00:32:48.241Z[ recovery-image] Dec 14 00:32:46.656 INFO O| Dec 14 00:32:46.656 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-14T00:32:48.280Z[ recovery-image] Dec 14 00:32:46.694 INFO O| Dec 14 00:32:46.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45692024-12-14T00:32:48.284Z[ recovery-image] Dec 14 00:32:46.694 INFO O| Dec 14 00:32:46.694 INFO STEP 90 (remove_files) COMPLETE
45702024-12-14T00:32:48.284Z[ recovery-image] Dec 14 00:32:46.695 INFO O| Dec 14 00:32:46.694 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-14T00:32:48.304Z[ recovery-image] Dec 14 00:32:46.717 INFO O| Dec 14 00:32:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45722024-12-14T00:32:48.304Z[ recovery-image] Dec 14 00:32:46.717 INFO O| Dec 14 00:32:46.717 INFO STEP 91 (remove_files) COMPLETE
45732024-12-14T00:32:48.304Z[ recovery-image] Dec 14 00:32:46.717 INFO O| Dec 14 00:32:46.717 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-14T00:32:48.323Z[ recovery-image] Dec 14 00:32:46.738 INFO O| Dec 14 00:32:46.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45752024-12-14T00:32:48.323Z[ recovery-image] Dec 14 00:32:46.738 INFO O| Dec 14 00:32:46.738 INFO STEP 92 (remove_files) COMPLETE
45762024-12-14T00:32:48.349Z[ recovery-image] Dec 14 00:32:46.738 INFO O| Dec 14 00:32:46.738 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-14T00:32:48.354Z[ recovery-image] Dec 14 00:32:46.769 INFO O| Dec 14 00:32:46.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45782024-12-14T00:32:48.354Z[ recovery-image] Dec 14 00:32:46.769 INFO O| Dec 14 00:32:46.769 INFO STEP 93 (remove_files) COMPLETE
45792024-12-14T00:32:48.357Z[ recovery-image] Dec 14 00:32:46.769 INFO O| Dec 14 00:32:46.769 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-14T00:32:48.388Z[ recovery-image] Dec 14 00:32:46.803 INFO O| Dec 14 00:32:46.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45812024-12-14T00:32:48.388Z[ recovery-image] Dec 14 00:32:46.803 INFO O| Dec 14 00:32:46.803 INFO STEP 94 (remove_files) COMPLETE
45822024-12-14T00:32:48.388Z[ recovery-image] Dec 14 00:32:46.804 INFO O| Dec 14 00:32:46.803 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-14T00:32:48.408Z[ recovery-image] Dec 14 00:32:46.823 INFO O| Dec 14 00:32:46.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45842024-12-14T00:32:48.408Z[ recovery-image] Dec 14 00:32:46.823 INFO O| Dec 14 00:32:46.823 INFO STEP 95 (remove_files) COMPLETE
45852024-12-14T00:32:48.412Z[ recovery-image] Dec 14 00:32:46.823 INFO O| Dec 14 00:32:46.823 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-14T00:32:48.442Z[ recovery-image] Dec 14 00:32:46.857 INFO O| Dec 14 00:32:46.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45872024-12-14T00:32:48.442Z[ recovery-image] Dec 14 00:32:46.857 INFO O| Dec 14 00:32:46.857 INFO STEP 96 (remove_files) COMPLETE
45882024-12-14T00:32:48.445Z[ recovery-image] Dec 14 00:32:46.857 INFO O| Dec 14 00:32:46.857 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-14T00:32:48.464Z[ recovery-image] Dec 14 00:32:46.880 INFO O| Dec 14 00:32:46.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45902024-12-14T00:32:48.464Z[ recovery-image] Dec 14 00:32:46.880 INFO O| Dec 14 00:32:46.880 INFO STEP 97 (remove_files) COMPLETE
45912024-12-14T00:32:48.464Z[ recovery-image] Dec 14 00:32:46.880 INFO O| Dec 14 00:32:46.880 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-14T00:32:48.503Z[ recovery-image] Dec 14 00:32:46.918 INFO O| Dec 14 00:32:46.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45932024-12-14T00:32:48.503Z[ recovery-image] Dec 14 00:32:46.918 INFO O| Dec 14 00:32:46.918 INFO STEP 98 (remove_files) COMPLETE
45942024-12-14T00:32:48.503Z[ recovery-image] Dec 14 00:32:46.918 INFO O| Dec 14 00:32:46.918 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-14T00:32:48.526Z[ recovery-image] Dec 14 00:32:46.942 INFO O| Dec 14 00:32:46.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45962024-12-14T00:32:48.526Z[ recovery-image] Dec 14 00:32:46.942 INFO O| Dec 14 00:32:46.942 INFO STEP 99 (remove_files) COMPLETE
45972024-12-14T00:32:48.529Z[ recovery-image] Dec 14 00:32:46.942 INFO O| Dec 14 00:32:46.942 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-14T00:32:48.548Z[ recovery-image] Dec 14 00:32:46.964 INFO O| Dec 14 00:32:46.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
45992024-12-14T00:32:48.551Z[ recovery-image] Dec 14 00:32:46.964 INFO O| Dec 14 00:32:46.964 INFO STEP 100 (remove_files) COMPLETE
46002024-12-14T00:32:48.551Z[ recovery-image] Dec 14 00:32:46.964 INFO O| Dec 14 00:32:46.964 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-14T00:32:48.570Z[ recovery-image] Dec 14 00:32:46.985 INFO O| Dec 14 00:32:46.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46022024-12-14T00:32:48.570Z[ recovery-image] Dec 14 00:32:46.985 INFO O| Dec 14 00:32:46.985 INFO STEP 101 (remove_files) COMPLETE
46032024-12-14T00:32:48.570Z[ recovery-image] Dec 14 00:32:46.985 INFO O| Dec 14 00:32:46.985 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-14T00:32:48.592Z[ recovery-image] Dec 14 00:32:47.007 INFO O| Dec 14 00:32:47.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46052024-12-14T00:32:48.592Z[ recovery-image] Dec 14 00:32:47.007 INFO O| Dec 14 00:32:47.007 INFO STEP 102 (remove_files) COMPLETE
46062024-12-14T00:32:48.595Z[ recovery-image] Dec 14 00:32:47.007 INFO O| Dec 14 00:32:47.007 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-14T00:32:48.610Z[ recovery-image] Dec 14 00:32:47.025 INFO O| Dec 14 00:32:47.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46082024-12-14T00:32:48.610Z[ recovery-image] Dec 14 00:32:47.025 INFO O| Dec 14 00:32:47.025 INFO STEP 103 (remove_files) COMPLETE
46092024-12-14T00:32:48.610Z[ recovery-image] Dec 14 00:32:47.025 INFO O| Dec 14 00:32:47.025 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-14T00:32:48.643Z[ recovery-image] Dec 14 00:32:47.059 INFO O| Dec 14 00:32:47.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46112024-12-14T00:32:48.644Z[ recovery-image] Dec 14 00:32:47.059 INFO O| Dec 14 00:32:47.059 INFO STEP 104 (remove_files) COMPLETE
46122024-12-14T00:32:48.647Z[ recovery-image] Dec 14 00:32:47.059 INFO O| Dec 14 00:32:47.059 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-14T00:32:48.668Z[ recovery-image] Dec 14 00:32:47.083 INFO O| Dec 14 00:32:47.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46142024-12-14T00:32:48.668Z[ recovery-image] Dec 14 00:32:47.083 INFO O| Dec 14 00:32:47.083 INFO STEP 105 (remove_files) COMPLETE
46152024-12-14T00:32:48.671Z[ recovery-image] Dec 14 00:32:47.083 INFO O| Dec 14 00:32:47.083 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-14T00:32:48.689Z[ recovery-image] Dec 14 00:32:47.105 INFO O| Dec 14 00:32:47.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46172024-12-14T00:32:48.689Z[ recovery-image] Dec 14 00:32:47.105 INFO O| Dec 14 00:32:47.105 INFO STEP 106 (remove_files) COMPLETE
46182024-12-14T00:32:48.692Z[ recovery-image] Dec 14 00:32:47.105 INFO O| Dec 14 00:32:47.105 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-14T00:32:48.711Z[ recovery-image] Dec 14 00:32:47.125 INFO O| Dec 14 00:32:47.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46202024-12-14T00:32:48.714Z[ recovery-image] Dec 14 00:32:47.125 INFO O| Dec 14 00:32:47.125 INFO STEP 107 (remove_files) COMPLETE
46212024-12-14T00:32:48.714Z[ recovery-image] Dec 14 00:32:47.125 INFO O| Dec 14 00:32:47.125 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-14T00:32:48.747Z[ recovery-image] Dec 14 00:32:47.145 INFO O| Dec 14 00:32:47.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46232024-12-14T00:32:48.806Z[ recovery-image] Dec 14 00:32:47.145 INFO O| Dec 14 00:32:47.145 INFO STEP 108 (remove_files) COMPLETE
46242024-12-14T00:32:48.806Z[ recovery-image] Dec 14 00:32:47.145 INFO O| Dec 14 00:32:47.145 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-14T00:32:48.806Z[ recovery-image] Dec 14 00:32:47.182 INFO O| Dec 14 00:32:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46262024-12-14T00:32:48.806Z[ recovery-image] Dec 14 00:32:47.182 INFO O| Dec 14 00:32:47.182 INFO STEP 109 (remove_files) COMPLETE
46272024-12-14T00:32:48.806Z[ recovery-image] Dec 14 00:32:47.182 INFO O| Dec 14 00:32:47.182 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-14T00:32:48.806Z[ recovery-image] Dec 14 00:32:47.220 INFO O| Dec 14 00:32:47.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46292024-12-14T00:32:48.808Z[ recovery-image] Dec 14 00:32:47.221 INFO O| Dec 14 00:32:47.220 INFO STEP 110 (remove_files) COMPLETE
46302024-12-14T00:32:48.811Z[ recovery-image] Dec 14 00:32:47.221 INFO O| Dec 14 00:32:47.221 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-14T00:32:48.824Z[ recovery-image] Dec 14 00:32:47.237 INFO O| Dec 14 00:32:47.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46322024-12-14T00:32:48.824Z[ recovery-image] Dec 14 00:32:47.237 INFO O| Dec 14 00:32:47.237 INFO STEP 111 (remove_files) COMPLETE
46332024-12-14T00:32:48.824Z[ recovery-image] Dec 14 00:32:47.237 INFO O| Dec 14 00:32:47.237 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-14T00:32:48.840Z[ recovery-image] Dec 14 00:32:47.253 INFO O| Dec 14 00:32:47.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46352024-12-14T00:32:48.840Z[ recovery-image] Dec 14 00:32:47.253 INFO O| Dec 14 00:32:47.253 INFO STEP 112 (remove_files) COMPLETE
46362024-12-14T00:32:48.840Z[ recovery-image] Dec 14 00:32:47.253 INFO O| Dec 14 00:32:47.253 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-14T00:32:48.855Z[ recovery-image] Dec 14 00:32:47.270 INFO O| Dec 14 00:32:47.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46382024-12-14T00:32:48.855Z[ recovery-image] Dec 14 00:32:47.270 INFO O| Dec 14 00:32:47.270 INFO STEP 113 (remove_files) COMPLETE
46392024-12-14T00:32:48.859Z[ recovery-image] Dec 14 00:32:47.270 INFO O| Dec 14 00:32:47.270 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-14T00:32:48.889Z[ recovery-image] Dec 14 00:32:47.305 INFO O| Dec 14 00:32:47.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46412024-12-14T00:32:48.892Z[ recovery-image] Dec 14 00:32:47.305 INFO O| Dec 14 00:32:47.305 INFO STEP 114 (remove_files) COMPLETE
46422024-12-14T00:32:48.892Z[ recovery-image] Dec 14 00:32:47.305 INFO O| Dec 14 00:32:47.305 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-14T00:32:48.910Z[ recovery-image] Dec 14 00:32:47.326 INFO O| Dec 14 00:32:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46442024-12-14T00:32:48.913Z[ recovery-image] Dec 14 00:32:47.326 INFO O| Dec 14 00:32:47.326 INFO STEP 115 (remove_files) COMPLETE
46452024-12-14T00:32:48.913Z[ recovery-image] Dec 14 00:32:47.326 INFO O| Dec 14 00:32:47.326 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-14T00:32:48.947Z[ recovery-image] Dec 14 00:32:47.362 INFO O| Dec 14 00:32:47.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46472024-12-14T00:32:48.947Z[ recovery-image] Dec 14 00:32:47.362 INFO O| Dec 14 00:32:47.362 INFO STEP 116 (remove_files) COMPLETE
46482024-12-14T00:32:48.949Z[ recovery-image] Dec 14 00:32:47.362 INFO O| Dec 14 00:32:47.362 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-14T00:32:49.046Z[ recovery-image] Dec 14 00:32:47.461 INFO O| Dec 14 00:32:47.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46502024-12-14T00:32:49.065Z[ recovery-image] Dec 14 00:32:47.481 INFO O| Dec 14 00:32:47.481 INFO STEP 117 (remove_files) COMPLETE
46512024-12-14T00:32:49.065Z[ recovery-image] Dec 14 00:32:47.481 INFO O| Dec 14 00:32:47.481 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-14T00:32:49.102Z[ recovery-image] Dec 14 00:32:47.517 INFO O| Dec 14 00:32:47.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46532024-12-14T00:32:49.102Z[ recovery-image] Dec 14 00:32:47.518 INFO O| Dec 14 00:32:47.517 INFO STEP 118 (remove_files) COMPLETE
46542024-12-14T00:32:49.106Z[ recovery-image] Dec 14 00:32:47.518 INFO O| Dec 14 00:32:47.518 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-14T00:32:49.108Z[ host-image] Dec 14 00:32:47.524 INFO O| Dec 14 00:32:47.524 INFO O| Done
46562024-12-14T00:32:49.120Z[ recovery-image] Dec 14 00:32:47.536 INFO O| Dec 14 00:32:47.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46572024-12-14T00:32:49.120Z[ recovery-image] Dec 14 00:32:47.536 INFO O| Dec 14 00:32:47.536 INFO STEP 119 (remove_files) COMPLETE
46582024-12-14T00:32:49.133Z[ recovery-image] Dec 14 00:32:47.536 INFO O| Dec 14 00:32:47.536 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-14T00:32:49.142Z[ recovery-image] Dec 14 00:32:47.556 INFO O| Dec 14 00:32:47.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46602024-12-14T00:32:49.142Z[ recovery-image] Dec 14 00:32:47.556 INFO O| Dec 14 00:32:47.556 INFO STEP 120 (remove_files) COMPLETE
46612024-12-14T00:32:49.142Z[ recovery-image] Dec 14 00:32:47.556 INFO O| Dec 14 00:32:47.556 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-14T00:32:49.730Z[ recovery-image] Dec 14 00:32:48.145 INFO O| Dec 14 00:32:48.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46632024-12-14T00:32:49.731Z[ recovery-image] Dec 14 00:32:48.146 INFO O| Dec 14 00:32:48.146 INFO STEP 121 (remove_files) COMPLETE
46642024-12-14T00:32:49.734Z[ recovery-image] Dec 14 00:32:48.146 INFO O| Dec 14 00:32:48.146 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-14T00:32:49.751Z[ recovery-image] Dec 14 00:32:48.166 INFO O| Dec 14 00:32:48.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46662024-12-14T00:32:49.751Z[ recovery-image] Dec 14 00:32:48.166 INFO O| Dec 14 00:32:48.166 INFO STEP 122 (remove_files) COMPLETE
46672024-12-14T00:32:49.751Z[ recovery-image] Dec 14 00:32:48.166 INFO O| Dec 14 00:32:48.166 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-14T00:32:49.771Z[ recovery-image] Dec 14 00:32:48.186 INFO O| Dec 14 00:32:48.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46692024-12-14T00:32:49.774Z[ recovery-image] Dec 14 00:32:48.187 INFO O| Dec 14 00:32:48.187 INFO STEP 123 (remove_files) COMPLETE
46702024-12-14T00:32:49.774Z[ recovery-image] Dec 14 00:32:48.187 INFO O| Dec 14 00:32:48.187 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-14T00:32:49.797Z[ recovery-image] Dec 14 00:32:48.212 INFO O| Dec 14 00:32:48.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46722024-12-14T00:32:49.798Z[ recovery-image] Dec 14 00:32:48.212 INFO O| Dec 14 00:32:48.212 INFO STEP 124 (remove_files) COMPLETE
46732024-12-14T00:32:49.798Z[ recovery-image] Dec 14 00:32:48.212 INFO O| Dec 14 00:32:48.212 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-14T00:32:49.830Z[ recovery-image] Dec 14 00:32:48.244 INFO O| Dec 14 00:32:48.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46752024-12-14T00:32:49.830Z[ recovery-image] Dec 14 00:32:48.245 INFO O| Dec 14 00:32:48.245 INFO STEP 125 (remove_files) COMPLETE
46762024-12-14T00:32:49.833Z[ recovery-image] Dec 14 00:32:48.245 INFO O| Dec 14 00:32:48.245 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-14T00:32:49.854Z[ recovery-image] Dec 14 00:32:48.268 INFO O| Dec 14 00:32:48.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46782024-12-14T00:32:49.854Z[ recovery-image] Dec 14 00:32:48.269 INFO O| Dec 14 00:32:48.268 INFO STEP 126 (remove_files) COMPLETE
46792024-12-14T00:32:49.854Z[ recovery-image] Dec 14 00:32:48.269 INFO O| Dec 14 00:32:48.269 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-14T00:32:49.875Z[ recovery-image] Dec 14 00:32:48.290 INFO O| Dec 14 00:32:48.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46812024-12-14T00:32:49.875Z[ recovery-image] Dec 14 00:32:48.290 INFO O| Dec 14 00:32:48.290 INFO STEP 127 (remove_files) COMPLETE
46822024-12-14T00:32:49.877Z[ recovery-image] Dec 14 00:32:48.291 INFO O| Dec 14 00:32:48.290 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-14T00:32:49.898Z[ recovery-image] Dec 14 00:32:48.313 INFO O| Dec 14 00:32:48.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46842024-12-14T00:32:49.898Z[ recovery-image] Dec 14 00:32:48.313 INFO O| Dec 14 00:32:48.313 INFO STEP 128 (remove_files) COMPLETE
46852024-12-14T00:32:49.900Z[ recovery-image] Dec 14 00:32:48.313 INFO O| Dec 14 00:32:48.313 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-14T00:32:49.962Z[ recovery-image] Dec 14 00:32:48.377 INFO O| Dec 14 00:32:48.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46872024-12-14T00:32:49.962Z[ recovery-image] Dec 14 00:32:48.377 INFO O| Dec 14 00:32:48.377 INFO STEP 129 (remove_files) COMPLETE
46882024-12-14T00:32:49.964Z[ recovery-image] Dec 14 00:32:48.377 INFO O| Dec 14 00:32:48.377 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-14T00:32:50.002Z[ recovery-image] Dec 14 00:32:48.416 INFO O| Dec 14 00:32:48.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46902024-12-14T00:32:50.002Z[ recovery-image] Dec 14 00:32:48.416 INFO O| Dec 14 00:32:48.416 INFO STEP 130 (remove_files) COMPLETE
46912024-12-14T00:32:50.002Z[ recovery-image] Dec 14 00:32:48.416 INFO O| Dec 14 00:32:48.416 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-14T00:32:50.024Z[ recovery-image] Dec 14 00:32:48.439 INFO O| Dec 14 00:32:48.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46932024-12-14T00:32:50.024Z[ recovery-image] Dec 14 00:32:48.439 INFO O| Dec 14 00:32:48.439 INFO STEP 131 (remove_files) COMPLETE
46942024-12-14T00:32:50.024Z[ recovery-image] Dec 14 00:32:48.439 INFO O| Dec 14 00:32:48.439 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-14T00:32:50.046Z[ recovery-image] Dec 14 00:32:48.460 INFO O| Dec 14 00:32:48.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46962024-12-14T00:32:50.046Z[ recovery-image] Dec 14 00:32:48.460 INFO O| Dec 14 00:32:48.460 INFO STEP 132 (remove_files) COMPLETE
46972024-12-14T00:32:50.046Z[ recovery-image] Dec 14 00:32:48.460 INFO O| Dec 14 00:32:48.460 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-14T00:32:50.068Z[ recovery-image] Dec 14 00:32:48.482 INFO O| Dec 14 00:32:48.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
46992024-12-14T00:32:50.068Z[ recovery-image] Dec 14 00:32:48.482 INFO O| Dec 14 00:32:48.482 INFO STEP 133 (remove_files) COMPLETE
47002024-12-14T00:32:50.068Z[ recovery-image] Dec 14 00:32:48.483 INFO O| Dec 14 00:32:48.482 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-14T00:32:50.091Z[ recovery-image] Dec 14 00:32:48.505 INFO O| Dec 14 00:32:48.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47022024-12-14T00:32:50.091Z[ recovery-image] Dec 14 00:32:48.505 INFO O| Dec 14 00:32:48.505 INFO STEP 134 (remove_files) COMPLETE
47032024-12-14T00:32:50.091Z[ recovery-image] Dec 14 00:32:48.505 INFO O| Dec 14 00:32:48.505 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-14T00:32:50.113Z[ recovery-image] Dec 14 00:32:48.527 INFO O| Dec 14 00:32:48.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47052024-12-14T00:32:50.113Z[ recovery-image] Dec 14 00:32:48.528 INFO O| Dec 14 00:32:48.528 INFO STEP 135 (remove_files) COMPLETE
47062024-12-14T00:32:50.115Z[ recovery-image] Dec 14 00:32:48.528 INFO O| Dec 14 00:32:48.528 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-14T00:32:50.136Z[ recovery-image] Dec 14 00:32:48.551 INFO O| Dec 14 00:32:48.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47082024-12-14T00:32:50.136Z[ recovery-image] Dec 14 00:32:48.551 INFO O| Dec 14 00:32:48.551 INFO STEP 136 (remove_files) COMPLETE
47092024-12-14T00:32:50.138Z[ recovery-image] Dec 14 00:32:48.551 INFO O| Dec 14 00:32:48.551 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-14T00:32:50.159Z[ recovery-image] Dec 14 00:32:48.574 INFO O| Dec 14 00:32:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47112024-12-14T00:32:50.159Z[ recovery-image] Dec 14 00:32:48.574 INFO O| Dec 14 00:32:48.574 INFO STEP 137 (remove_files) COMPLETE
47122024-12-14T00:32:50.159Z[ recovery-image] Dec 14 00:32:48.574 INFO O| Dec 14 00:32:48.574 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-14T00:32:50.180Z[ recovery-image] Dec 14 00:32:48.595 INFO O| Dec 14 00:32:48.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47142024-12-14T00:32:50.180Z[ recovery-image] Dec 14 00:32:48.595 INFO O| Dec 14 00:32:48.595 INFO STEP 138 (remove_files) COMPLETE
47152024-12-14T00:32:50.183Z[ recovery-image] Dec 14 00:32:48.595 INFO O| Dec 14 00:32:48.595 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-14T00:32:50.201Z[ recovery-image] Dec 14 00:32:48.616 INFO O| Dec 14 00:32:48.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47172024-12-14T00:32:50.201Z[ recovery-image] Dec 14 00:32:48.616 INFO O| Dec 14 00:32:48.616 INFO STEP 139 (remove_files) COMPLETE
47182024-12-14T00:32:50.204Z[ recovery-image] Dec 14 00:32:48.616 INFO O| Dec 14 00:32:48.616 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-14T00:32:50.224Z[ recovery-image] Dec 14 00:32:48.638 INFO O| Dec 14 00:32:48.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47202024-12-14T00:32:50.224Z[ recovery-image] Dec 14 00:32:48.639 INFO O| Dec 14 00:32:48.639 INFO STEP 140 (remove_files) COMPLETE
47212024-12-14T00:32:50.224Z[ recovery-image] Dec 14 00:32:48.639 INFO O| Dec 14 00:32:48.639 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-14T00:32:50.246Z[ recovery-image] Dec 14 00:32:48.661 INFO O| Dec 14 00:32:48.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47232024-12-14T00:32:50.246Z[ recovery-image] Dec 14 00:32:48.661 INFO O| Dec 14 00:32:48.661 INFO STEP 141 (remove_files) COMPLETE
47242024-12-14T00:32:50.246Z[ recovery-image] Dec 14 00:32:48.661 INFO O| Dec 14 00:32:48.661 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-14T00:32:50.270Z[ recovery-image] Dec 14 00:32:48.685 INFO O| Dec 14 00:32:48.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47262024-12-14T00:32:50.270Z[ recovery-image] Dec 14 00:32:48.685 INFO O| Dec 14 00:32:48.685 INFO STEP 142 (remove_files) COMPLETE
47272024-12-14T00:32:50.270Z[ recovery-image] Dec 14 00:32:48.685 INFO O| Dec 14 00:32:48.685 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-14T00:32:50.293Z[ recovery-image] Dec 14 00:32:48.708 INFO O| Dec 14 00:32:48.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47292024-12-14T00:32:50.293Z[ recovery-image] Dec 14 00:32:48.708 INFO O| Dec 14 00:32:48.708 INFO STEP 143 (remove_files) COMPLETE
47302024-12-14T00:32:50.293Z[ recovery-image] Dec 14 00:32:48.708 INFO O| Dec 14 00:32:48.708 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-14T00:32:50.316Z[ recovery-image] Dec 14 00:32:48.731 INFO O| Dec 14 00:32:48.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47322024-12-14T00:32:50.316Z[ recovery-image] Dec 14 00:32:48.731 INFO O| Dec 14 00:32:48.731 INFO STEP 144 (remove_files) COMPLETE
47332024-12-14T00:32:50.316Z[ recovery-image] Dec 14 00:32:48.731 INFO O| Dec 14 00:32:48.731 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-14T00:32:50.340Z[ recovery-image] Dec 14 00:32:48.755 INFO O| Dec 14 00:32:48.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47352024-12-14T00:32:50.340Z[ recovery-image] Dec 14 00:32:48.755 INFO O| Dec 14 00:32:48.755 INFO STEP 145 (remove_files) COMPLETE
47362024-12-14T00:32:50.342Z[ recovery-image] Dec 14 00:32:48.755 INFO O| Dec 14 00:32:48.755 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-14T00:32:50.363Z[ recovery-image] Dec 14 00:32:48.778 INFO O| Dec 14 00:32:48.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47382024-12-14T00:32:50.363Z[ recovery-image] Dec 14 00:32:48.778 INFO O| Dec 14 00:32:48.778 INFO STEP 146 (remove_files) COMPLETE
47392024-12-14T00:32:50.366Z[ recovery-image] Dec 14 00:32:48.778 INFO O| Dec 14 00:32:48.778 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-14T00:32:50.386Z[ recovery-image] Dec 14 00:32:48.801 INFO O| Dec 14 00:32:48.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47412024-12-14T00:32:50.386Z[ recovery-image] Dec 14 00:32:48.801 INFO O| Dec 14 00:32:48.801 INFO STEP 147 (remove_files) COMPLETE
47422024-12-14T00:32:50.389Z[ recovery-image] Dec 14 00:32:48.801 INFO O| Dec 14 00:32:48.801 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-14T00:32:50.409Z[ recovery-image] Dec 14 00:32:48.824 INFO O| Dec 14 00:32:48.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47442024-12-14T00:32:50.412Z[ recovery-image] Dec 14 00:32:48.824 INFO O| Dec 14 00:32:48.824 INFO STEP 148 (remove_files) COMPLETE
47452024-12-14T00:32:50.412Z[ recovery-image] Dec 14 00:32:48.825 INFO O| Dec 14 00:32:48.824 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-14T00:32:50.431Z[ recovery-image] Dec 14 00:32:48.846 INFO O| Dec 14 00:32:48.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47472024-12-14T00:32:50.432Z[ recovery-image] Dec 14 00:32:48.847 INFO O| Dec 14 00:32:48.847 INFO STEP 149 (remove_files) COMPLETE
47482024-12-14T00:32:50.434Z[ recovery-image] Dec 14 00:32:48.847 INFO O| Dec 14 00:32:48.847 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-14T00:32:50.453Z[ recovery-image] Dec 14 00:32:48.868 INFO O| Dec 14 00:32:48.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47502024-12-14T00:32:50.453Z[ recovery-image] Dec 14 00:32:48.868 INFO O| Dec 14 00:32:48.868 INFO STEP 150 (remove_files) COMPLETE
47512024-12-14T00:32:50.456Z[ recovery-image] Dec 14 00:32:48.868 INFO O| Dec 14 00:32:48.868 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-14T00:32:50.507Z[ recovery-image] Dec 14 00:32:48.888 INFO O| Dec 14 00:32:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47532024-12-14T00:32:50.508Z[ recovery-image] Dec 14 00:32:48.888 INFO O| Dec 14 00:32:48.888 INFO STEP 151 (remove_files) COMPLETE
47542024-12-14T00:32:50.508Z[ recovery-image] Dec 14 00:32:48.888 INFO O| Dec 14 00:32:48.888 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-14T00:32:50.508Z[ recovery-image] Dec 14 00:32:48.909 INFO O| Dec 14 00:32:48.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47562024-12-14T00:32:50.508Z[ recovery-image] Dec 14 00:32:48.909 INFO O| Dec 14 00:32:48.909 INFO STEP 152 (remove_files) COMPLETE
47572024-12-14T00:32:50.508Z[ recovery-image] Dec 14 00:32:48.909 INFO O| Dec 14 00:32:48.909 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-14T00:32:50.514Z[ recovery-image] Dec 14 00:32:48.929 INFO O| Dec 14 00:32:48.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47592024-12-14T00:32:50.517Z[ recovery-image] Dec 14 00:32:48.929 INFO O| Dec 14 00:32:48.929 INFO STEP 153 (remove_files) COMPLETE
47602024-12-14T00:32:50.517Z[ recovery-image] Dec 14 00:32:48.930 INFO O| Dec 14 00:32:48.929 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-14T00:32:50.535Z[ recovery-image] Dec 14 00:32:48.950 INFO O| Dec 14 00:32:48.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47622024-12-14T00:32:50.586Z[ recovery-image] Dec 14 00:32:49.000 INFO O| Dec 14 00:32:49.000 INFO STEP 154 (remove_files) COMPLETE
47632024-12-14T00:32:50.586Z[ recovery-image] Dec 14 00:32:49.000 INFO O| Dec 14 00:32:49.000 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-14T00:32:50.641Z[ recovery-image] Dec 14 00:32:49.055 INFO O| Dec 14 00:32:49.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47652024-12-14T00:32:50.641Z[ recovery-image] Dec 14 00:32:49.055 INFO O| Dec 14 00:32:49.055 INFO STEP 155 (remove_files) COMPLETE
47662024-12-14T00:32:50.641Z[ recovery-image] Dec 14 00:32:49.055 INFO O| Dec 14 00:32:49.055 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-14T00:32:50.701Z[ recovery-image] Dec 14 00:32:49.115 INFO O| Dec 14 00:32:49.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47682024-12-14T00:32:50.701Z[ recovery-image] Dec 14 00:32:49.116 INFO O| Dec 14 00:32:49.116 INFO STEP 156 (remove_files) COMPLETE
47692024-12-14T00:32:50.704Z[ recovery-image] Dec 14 00:32:49.116 INFO O| Dec 14 00:32:49.116 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-14T00:32:50.790Z[ recovery-image] Dec 14 00:32:49.139 INFO O| Dec 14 00:32:49.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47712024-12-14T00:32:50.790Z[ recovery-image] Dec 14 00:32:49.139 INFO O| Dec 14 00:32:49.139 INFO STEP 157 (remove_files) COMPLETE
47722024-12-14T00:32:50.790Z[ recovery-image] Dec 14 00:32:49.139 INFO O| Dec 14 00:32:49.139 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-14T00:32:50.790Z[ recovery-image] Dec 14 00:32:49.178 INFO O| Dec 14 00:32:49.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47742024-12-14T00:32:50.790Z[ recovery-image] Dec 14 00:32:49.178 INFO O| Dec 14 00:32:49.178 INFO STEP 158 (remove_files) COMPLETE
47752024-12-14T00:32:50.791Z[ recovery-image] Dec 14 00:32:49.178 INFO O| Dec 14 00:32:49.178 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-14T00:32:50.808Z[ recovery-image] Dec 14 00:32:49.223 INFO O| Dec 14 00:32:49.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47772024-12-14T00:32:50.811Z[ recovery-image] Dec 14 00:32:49.223 INFO O| Dec 14 00:32:49.223 INFO STEP 159 (remove_files) COMPLETE
47782024-12-14T00:32:50.811Z[ recovery-image] Dec 14 00:32:49.223 INFO O| Dec 14 00:32:49.223 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-14T00:32:50.867Z[ recovery-image] Dec 14 00:32:49.281 INFO O| Dec 14 00:32:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47802024-12-14T00:32:50.867Z[ recovery-image] Dec 14 00:32:49.281 INFO O| Dec 14 00:32:49.281 INFO STEP 160 (remove_files) COMPLETE
47812024-12-14T00:32:50.867Z[ recovery-image] Dec 14 00:32:49.282 INFO O| Dec 14 00:32:49.281 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-14T00:32:50.891Z[ recovery-image] Dec 14 00:32:49.305 INFO O| Dec 14 00:32:49.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47832024-12-14T00:32:50.891Z[ recovery-image] Dec 14 00:32:49.305 INFO O| Dec 14 00:32:49.305 INFO STEP 161 (remove_files) COMPLETE
47842024-12-14T00:32:50.891Z[ recovery-image] Dec 14 00:32:49.305 INFO O| Dec 14 00:32:49.305 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-14T00:32:50.909Z[ recovery-image] Dec 14 00:32:49.323 INFO O| Dec 14 00:32:49.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47862024-12-14T00:32:50.909Z[ recovery-image] Dec 14 00:32:49.324 INFO O| Dec 14 00:32:49.323 INFO STEP 162 (remove_files) COMPLETE
47872024-12-14T00:32:50.909Z[ recovery-image] Dec 14 00:32:49.324 INFO O| Dec 14 00:32:49.323 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-14T00:32:50.928Z[ recovery-image] Dec 14 00:32:49.342 INFO O| Dec 14 00:32:49.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47892024-12-14T00:32:50.928Z[ recovery-image] Dec 14 00:32:49.342 INFO O| Dec 14 00:32:49.342 INFO STEP 163 (remove_files) COMPLETE
47902024-12-14T00:32:50.928Z[ recovery-image] Dec 14 00:32:49.342 INFO O| Dec 14 00:32:49.342 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-14T00:32:50.946Z[ recovery-image] Dec 14 00:32:49.360 INFO O| Dec 14 00:32:49.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
47922024-12-14T00:32:50.946Z[ recovery-image] Dec 14 00:32:49.360 INFO O| Dec 14 00:32:49.360 INFO STEP 164 (remove_files) COMPLETE
47932024-12-14T00:32:50.946Z[ recovery-image] Dec 14 00:32:49.360 INFO O| Dec 14 00:32:49.360 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-14T00:32:50.994Z[ recovery-image] Dec 14 00:32:49.395 INFO O| Dec 14 00:32:49.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
47952024-12-14T00:32:51.003Z[ recovery-image] Dec 14 00:32:49.418 INFO O| Dec 14 00:32:49.418 INFO STEP 165 (remove_files) COMPLETE
47962024-12-14T00:32:51.003Z[ recovery-image] Dec 14 00:32:49.418 INFO O| Dec 14 00:32:49.418 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-14T00:32:51.070Z[ recovery-image] Dec 14 00:32:49.483 INFO O| Dec 14 00:32:49.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
47982024-12-14T00:32:51.070Z[ recovery-image] Dec 14 00:32:49.484 INFO O| Dec 14 00:32:49.483 INFO STEP 166 (remove_files) COMPLETE
47992024-12-14T00:32:51.070Z[ recovery-image] Dec 14 00:32:49.484 INFO O| Dec 14 00:32:49.484 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-14T00:32:51.142Z[ recovery-image] Dec 14 00:32:49.557 INFO O| Dec 14 00:32:49.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48012024-12-14T00:32:51.143Z[ recovery-image] Dec 14 00:32:49.557 INFO O| Dec 14 00:32:49.557 INFO STEP 167 (remove_files) COMPLETE
48022024-12-14T00:32:51.143Z[ recovery-image] Dec 14 00:32:49.557 INFO O| Dec 14 00:32:49.557 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-14T00:32:51.161Z[ recovery-image] Dec 14 00:32:49.576 INFO O| Dec 14 00:32:49.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48042024-12-14T00:32:51.161Z[ recovery-image] Dec 14 00:32:49.576 INFO O| Dec 14 00:32:49.576 INFO STEP 168 (remove_files) COMPLETE
48052024-12-14T00:32:51.164Z[ recovery-image] Dec 14 00:32:49.576 INFO O| Dec 14 00:32:49.576 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-14T00:32:51.180Z[ recovery-image] Dec 14 00:32:49.595 INFO O| Dec 14 00:32:49.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48072024-12-14T00:32:51.180Z[ recovery-image] Dec 14 00:32:49.595 INFO O| Dec 14 00:32:49.595 INFO STEP 169 (remove_files) COMPLETE
48082024-12-14T00:32:51.180Z[ recovery-image] Dec 14 00:32:49.595 INFO O| Dec 14 00:32:49.595 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-14T00:32:51.198Z[ recovery-image] Dec 14 00:32:49.613 INFO O| Dec 14 00:32:49.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48102024-12-14T00:32:51.198Z[ recovery-image] Dec 14 00:32:49.613 INFO O| Dec 14 00:32:49.613 INFO STEP 170 (remove_files) COMPLETE
48112024-12-14T00:32:51.198Z[ recovery-image] Dec 14 00:32:49.613 INFO O| Dec 14 00:32:49.613 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-14T00:32:51.218Z[ recovery-image] Dec 14 00:32:49.633 INFO O| Dec 14 00:32:49.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48132024-12-14T00:32:51.218Z[ recovery-image] Dec 14 00:32:49.633 INFO O| Dec 14 00:32:49.633 INFO STEP 171 (remove_files) COMPLETE
48142024-12-14T00:32:51.218Z[ recovery-image] Dec 14 00:32:49.633 INFO O| Dec 14 00:32:49.633 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-14T00:32:51.237Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48162024-12-14T00:32:51.242Z[ recovery-image] Dec 14 00:32:49.655 INFO O| Dec 14 00:32:49.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48172024-12-14T00:32:51.259Z[ recovery-image] Dec 14 00:32:49.674 INFO O| Dec 14 00:32:49.674 INFO STEP 172 (remove_files) COMPLETE
48182024-12-14T00:32:51.259Z[ recovery-image] Dec 14 00:32:49.674 INFO O| Dec 14 00:32:49.674 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-14T00:32:51.326Z[ recovery-image] Dec 14 00:32:49.741 INFO O| Dec 14 00:32:49.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48202024-12-14T00:32:51.328Z[ recovery-image] Dec 14 00:32:49.741 INFO O| Dec 14 00:32:49.741 INFO STEP 173 (remove_files) COMPLETE
48212024-12-14T00:32:51.328Z[ recovery-image] Dec 14 00:32:49.741 INFO O| Dec 14 00:32:49.741 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-14T00:32:51.348Z[ recovery-image] Dec 14 00:32:49.763 INFO O| Dec 14 00:32:49.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48232024-12-14T00:32:51.351Z[ recovery-image] Dec 14 00:32:49.763 INFO O| Dec 14 00:32:49.763 INFO STEP 174 (remove_files) COMPLETE
48242024-12-14T00:32:51.351Z[ recovery-image] Dec 14 00:32:49.763 INFO O| Dec 14 00:32:49.763 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-14T00:32:51.369Z[ recovery-image] Dec 14 00:32:49.784 INFO O| Dec 14 00:32:49.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48262024-12-14T00:32:51.373Z[ recovery-image] Dec 14 00:32:49.784 INFO O| Dec 14 00:32:49.784 INFO STEP 175 (remove_files) COMPLETE
48272024-12-14T00:32:51.373Z[ recovery-image] Dec 14 00:32:49.785 INFO O| Dec 14 00:32:49.785 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-14T00:32:51.427Z[ recovery-image] Dec 14 00:32:49.841 INFO O| Dec 14 00:32:49.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48292024-12-14T00:32:51.429Z[ recovery-image] Dec 14 00:32:49.841 INFO O| Dec 14 00:32:49.841 INFO STEP 176 (remove_files) COMPLETE
48302024-12-14T00:32:51.429Z[ recovery-image] Dec 14 00:32:49.841 INFO O| Dec 14 00:32:49.841 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-14T00:32:51.451Z[ recovery-image] Dec 14 00:32:49.865 INFO O| Dec 14 00:32:49.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48322024-12-14T00:32:51.451Z[ recovery-image] Dec 14 00:32:49.865 INFO O| Dec 14 00:32:49.865 INFO STEP 177 (remove_files) COMPLETE
48332024-12-14T00:32:51.452Z[ recovery-image] Dec 14 00:32:49.865 INFO O| Dec 14 00:32:49.865 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-14T00:32:51.472Z[ recovery-image] Dec 14 00:32:49.887 INFO O| Dec 14 00:32:49.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48352024-12-14T00:32:51.472Z[ recovery-image] Dec 14 00:32:49.887 INFO O| Dec 14 00:32:49.887 INFO STEP 178 (remove_files) COMPLETE
48362024-12-14T00:32:51.472Z[ recovery-image] Dec 14 00:32:49.887 INFO O| Dec 14 00:32:49.887 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-14T00:32:51.495Z[ recovery-image] Dec 14 00:32:49.909 INFO O| Dec 14 00:32:49.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48382024-12-14T00:32:51.495Z[ recovery-image] Dec 14 00:32:49.909 INFO O| Dec 14 00:32:49.909 INFO STEP 179 (remove_files) COMPLETE
48392024-12-14T00:32:51.495Z[ recovery-image] Dec 14 00:32:49.909 INFO O| Dec 14 00:32:49.909 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-14T00:32:51.514Z[ recovery-image] Dec 14 00:32:49.929 INFO O| Dec 14 00:32:49.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48412024-12-14T00:32:51.515Z[ recovery-image] Dec 14 00:32:49.929 INFO O| Dec 14 00:32:49.929 INFO STEP 180 (remove_files) COMPLETE
48422024-12-14T00:32:51.515Z[ recovery-image] Dec 14 00:32:49.929 INFO O| Dec 14 00:32:49.929 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-14T00:32:51.535Z[ recovery-image] Dec 14 00:32:49.950 INFO O| Dec 14 00:32:49.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48442024-12-14T00:32:51.563Z[ recovery-image] Dec 14 00:32:49.977 INFO O| Dec 14 00:32:49.977 INFO STEP 181 (remove_files) COMPLETE
48452024-12-14T00:32:51.563Z[ recovery-image] Dec 14 00:32:49.977 INFO O| Dec 14 00:32:49.977 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-14T00:32:51.600Z[ recovery-image] Dec 14 00:32:50.014 INFO O| Dec 14 00:32:50.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48472024-12-14T00:32:51.600Z[ recovery-image] Dec 14 00:32:50.014 INFO O| Dec 14 00:32:50.014 INFO STEP 182 (remove_files) COMPLETE
48482024-12-14T00:32:51.600Z[ recovery-image] Dec 14 00:32:50.014 INFO O| Dec 14 00:32:50.014 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-14T00:32:51.628Z[ recovery-image] Dec 14 00:32:50.042 INFO O| Dec 14 00:32:50.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48502024-12-14T00:32:51.628Z[ recovery-image] Dec 14 00:32:50.042 INFO O| Dec 14 00:32:50.042 INFO STEP 183 (remove_files) COMPLETE
48512024-12-14T00:32:51.628Z[ recovery-image] Dec 14 00:32:50.042 INFO O| Dec 14 00:32:50.042 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-14T00:32:51.648Z[ recovery-image] Dec 14 00:32:50.063 INFO O| Dec 14 00:32:50.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48532024-12-14T00:32:51.648Z[ recovery-image] Dec 14 00:32:50.063 INFO O| Dec 14 00:32:50.063 INFO STEP 184 (remove_files) COMPLETE
48542024-12-14T00:32:51.648Z[ recovery-image] Dec 14 00:32:50.063 INFO O| Dec 14 00:32:50.063 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-14T00:32:51.679Z[ recovery-image] Dec 14 00:32:50.094 INFO O| Dec 14 00:32:50.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48562024-12-14T00:32:51.680Z[ recovery-image] Dec 14 00:32:50.094 INFO O| Dec 14 00:32:50.094 INFO STEP 185 (remove_files) COMPLETE
48572024-12-14T00:32:51.682Z[ recovery-image] Dec 14 00:32:50.094 INFO O| Dec 14 00:32:50.094 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-14T00:32:51.701Z[ recovery-image] Dec 14 00:32:50.115 INFO O| Dec 14 00:32:50.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48592024-12-14T00:32:51.701Z[ recovery-image] Dec 14 00:32:50.115 INFO O| Dec 14 00:32:50.115 INFO STEP 186 (remove_files) COMPLETE
48602024-12-14T00:32:51.704Z[ recovery-image] Dec 14 00:32:50.115 INFO O| Dec 14 00:32:50.115 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-14T00:32:51.733Z[ recovery-image] Dec 14 00:32:50.147 INFO O| Dec 14 00:32:50.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48622024-12-14T00:32:51.733Z[ recovery-image] Dec 14 00:32:50.148 INFO O| Dec 14 00:32:50.148 INFO STEP 187 (remove_files) COMPLETE
48632024-12-14T00:32:51.733Z[ recovery-image] Dec 14 00:32:50.148 INFO O| Dec 14 00:32:50.148 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-14T00:32:51.753Z[ recovery-image] Dec 14 00:32:50.168 INFO O| Dec 14 00:32:50.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48652024-12-14T00:32:51.755Z[ recovery-image] Dec 14 00:32:50.168 INFO O| Dec 14 00:32:50.168 INFO STEP 188 (remove_files) COMPLETE
48662024-12-14T00:32:51.756Z[ recovery-image] Dec 14 00:32:50.168 INFO O| Dec 14 00:32:50.168 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-14T00:32:51.785Z[ recovery-image] Dec 14 00:32:50.199 INFO O| Dec 14 00:32:50.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48682024-12-14T00:32:51.785Z[ recovery-image] Dec 14 00:32:50.199 INFO O| Dec 14 00:32:50.199 INFO STEP 189 (remove_files) COMPLETE
48692024-12-14T00:32:51.786Z[ recovery-image] Dec 14 00:32:50.199 INFO O| Dec 14 00:32:50.199 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-14T00:32:51.805Z[ recovery-image] Dec 14 00:32:50.220 INFO O| Dec 14 00:32:50.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48712024-12-14T00:32:51.806Z[ recovery-image] Dec 14 00:32:50.220 INFO O| Dec 14 00:32:50.220 INFO STEP 190 (remove_files) COMPLETE
48722024-12-14T00:32:51.808Z[ recovery-image] Dec 14 00:32:50.220 INFO O| Dec 14 00:32:50.220 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-14T00:32:51.826Z[ recovery-image] Dec 14 00:32:50.239 INFO O| Dec 14 00:32:50.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48742024-12-14T00:32:51.826Z[ recovery-image] Dec 14 00:32:50.240 INFO O| Dec 14 00:32:50.239 INFO STEP 191 (remove_files) COMPLETE
48752024-12-14T00:32:51.827Z[ recovery-image] Dec 14 00:32:50.240 INFO O| Dec 14 00:32:50.240 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-14T00:32:51.844Z[ recovery-image] Dec 14 00:32:50.259 INFO O| Dec 14 00:32:50.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48772024-12-14T00:32:51.844Z[ recovery-image] Dec 14 00:32:50.259 INFO O| Dec 14 00:32:50.259 INFO STEP 192 (remove_files) COMPLETE
48782024-12-14T00:32:51.844Z[ recovery-image] Dec 14 00:32:50.259 INFO O| Dec 14 00:32:50.259 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-14T00:32:51.864Z[ recovery-image] Dec 14 00:32:50.278 INFO O| Dec 14 00:32:50.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48802024-12-14T00:32:51.864Z[ recovery-image] Dec 14 00:32:50.278 INFO O| Dec 14 00:32:50.278 INFO STEP 193 (remove_files) COMPLETE
48812024-12-14T00:32:51.866Z[ recovery-image] Dec 14 00:32:50.279 INFO O| Dec 14 00:32:50.278 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-14T00:32:51.890Z[ recovery-image] Dec 14 00:32:50.304 INFO O| Dec 14 00:32:50.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48832024-12-14T00:32:51.890Z[ recovery-image] Dec 14 00:32:50.304 INFO O| Dec 14 00:32:50.304 INFO STEP 194 (remove_files) COMPLETE
48842024-12-14T00:32:51.890Z[ recovery-image] Dec 14 00:32:50.304 INFO O| Dec 14 00:32:50.304 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-14T00:32:51.948Z[ recovery-image] Dec 14 00:32:50.363 INFO O| Dec 14 00:32:50.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48862024-12-14T00:32:51.948Z[ recovery-image] Dec 14 00:32:50.363 INFO O| Dec 14 00:32:50.363 INFO STEP 195 (remove_files) COMPLETE
48872024-12-14T00:32:51.948Z[ recovery-image] Dec 14 00:32:50.363 INFO O| Dec 14 00:32:50.363 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-14T00:32:51.969Z[ recovery-image] Dec 14 00:32:50.384 INFO O| Dec 14 00:32:50.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48892024-12-14T00:32:51.969Z[ recovery-image] Dec 14 00:32:50.384 INFO O| Dec 14 00:32:50.384 INFO STEP 196 (remove_files) COMPLETE
48902024-12-14T00:32:51.969Z[ recovery-image] Dec 14 00:32:50.384 INFO O| Dec 14 00:32:50.384 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-14T00:32:51.998Z[ recovery-image] Dec 14 00:32:50.412 INFO O| Dec 14 00:32:50.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
48922024-12-14T00:32:52.001Z[ recovery-image] Dec 14 00:32:50.412 INFO O| Dec 14 00:32:50.412 INFO STEP 197 (remove_files) COMPLETE
48932024-12-14T00:32:52.001Z[ recovery-image] Dec 14 00:32:50.413 INFO O| Dec 14 00:32:50.412 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-14T00:32:52.022Z[ recovery-image] Dec 14 00:32:50.434 INFO O| Dec 14 00:32:50.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
48952024-12-14T00:32:52.022Z[ recovery-image] Dec 14 00:32:50.435 INFO O| Dec 14 00:32:50.435 INFO STEP 198 (remove_files) COMPLETE
48962024-12-14T00:32:52.022Z[ recovery-image] Dec 14 00:32:50.435 INFO O| Dec 14 00:32:50.435 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-14T00:32:52.040Z[ recovery-image] Dec 14 00:32:50.454 INFO O| Dec 14 00:32:50.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
48982024-12-14T00:32:52.040Z[ recovery-image] Dec 14 00:32:50.455 INFO O| Dec 14 00:32:50.455 INFO STEP 199 (remove_files) COMPLETE
48992024-12-14T00:32:52.040Z[ recovery-image] Dec 14 00:32:50.455 INFO O| Dec 14 00:32:50.455 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-14T00:32:52.047Z[ host-image] Dec 14 00:32:50.462 INFO O| Dec 14 00:32:50.462 INFO O| Done
49012024-12-14T00:32:52.060Z[ recovery-image] Dec 14 00:32:50.475 INFO O| Dec 14 00:32:50.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49022024-12-14T00:32:52.060Z[ recovery-image] Dec 14 00:32:50.475 INFO O| Dec 14 00:32:50.475 INFO STEP 200 (remove_files) COMPLETE
49032024-12-14T00:32:52.060Z[ recovery-image] Dec 14 00:32:50.475 INFO O| Dec 14 00:32:50.475 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-12-14T00:32:52.081Z[ recovery-image] Dec 14 00:32:50.496 INFO O| Dec 14 00:32:50.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49052024-12-14T00:32:52.083Z[ recovery-image] Dec 14 00:32:50.496 INFO O| Dec 14 00:32:50.496 INFO STEP 201 (remove_files) COMPLETE
49062024-12-14T00:32:52.083Z[ recovery-image] Dec 14 00:32:50.496 INFO O| Dec 14 00:32:50.496 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-12-14T00:32:52.092Z[ host-image] Dec 14 00:32:50.506 INFO O| Dec 14 00:32:50.506 INFO O| Done
49082024-12-14T00:32:52.092Z[ host-image] Dec 14 00:32:50.506 INFO O| Dec 14 00:32:50.506 INFO O| Done
49092024-12-14T00:32:52.102Z[ recovery-image] Dec 14 00:32:50.516 INFO O| Dec 14 00:32:50.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49102024-12-14T00:32:52.102Z[ recovery-image] Dec 14 00:32:50.516 INFO O| Dec 14 00:32:50.516 INFO STEP 202 (remove_files) COMPLETE
49112024-12-14T00:32:52.102Z[ recovery-image] Dec 14 00:32:50.516 INFO O| Dec 14 00:32:50.516 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-14T00:32:52.119Z[ host-image] Dec 14 00:32:50.533 INFO O| Dec 14 00:32:50.533 INFO O| Done
49132024-12-14T00:32:52.123Z[ recovery-image] Dec 14 00:32:50.536 INFO O| Dec 14 00:32:50.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49142024-12-14T00:32:52.123Z[ recovery-image] Dec 14 00:32:50.536 INFO O| Dec 14 00:32:50.536 INFO STEP 203 (remove_files) COMPLETE
49152024-12-14T00:32:52.123Z[ recovery-image] Dec 14 00:32:50.536 INFO O| Dec 14 00:32:50.536 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-12-14T00:32:52.143Z[ recovery-image] Dec 14 00:32:50.557 INFO O| Dec 14 00:32:50.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49172024-12-14T00:32:52.143Z[ recovery-image] Dec 14 00:32:50.557 INFO O| Dec 14 00:32:50.557 INFO STEP 204 (remove_files) COMPLETE
49182024-12-14T00:32:52.143Z[ recovery-image] Dec 14 00:32:50.557 INFO O| Dec 14 00:32:50.557 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-14T00:32:52.166Z[ recovery-image] Dec 14 00:32:50.579 INFO O| Dec 14 00:32:50.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49202024-12-14T00:32:52.166Z[ recovery-image] Dec 14 00:32:50.579 INFO O| Dec 14 00:32:50.579 INFO STEP 205 (remove_files) COMPLETE
49212024-12-14T00:32:52.166Z[ recovery-image] Dec 14 00:32:50.579 INFO O| Dec 14 00:32:50.579 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-14T00:32:52.185Z[ recovery-image] Dec 14 00:32:50.600 INFO O| Dec 14 00:32:50.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49232024-12-14T00:32:52.185Z[ recovery-image] Dec 14 00:32:50.600 INFO O| Dec 14 00:32:50.600 INFO STEP 206 (remove_files) COMPLETE
49242024-12-14T00:32:52.185Z[ recovery-image] Dec 14 00:32:50.600 INFO O| Dec 14 00:32:50.600 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-12-14T00:32:52.227Z[ recovery-image] Dec 14 00:32:50.640 INFO O| Dec 14 00:32:50.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49262024-12-14T00:32:52.229Z[ recovery-image] Dec 14 00:32:50.640 INFO O| Dec 14 00:32:50.640 INFO STEP 207 (remove_files) COMPLETE
49272024-12-14T00:32:52.229Z[ recovery-image] Dec 14 00:32:50.640 INFO O| Dec 14 00:32:50.640 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-14T00:32:52.288Z[ recovery-image] Dec 14 00:32:50.702 INFO O| Dec 14 00:32:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49292024-12-14T00:32:52.288Z[ recovery-image] Dec 14 00:32:50.702 INFO O| Dec 14 00:32:50.702 INFO STEP 208 (remove_files) COMPLETE
49302024-12-14T00:32:52.291Z[ recovery-image] Dec 14 00:32:50.702 INFO O| Dec 14 00:32:50.702 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-14T00:32:52.330Z[ host-image] Dec 14 00:32:50.745 INFO O| Dec 14 00:32:50.745 INFO STEP 12 (pkg_install) COMPLETE
49322024-12-14T00:32:52.330Z[ host-image] Dec 14 00:32:50.745 INFO O| Dec 14 00:32:50.745 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
49332024-12-14T00:32:52.350Z[ host-image] Dec 14 00:32:50.763 INFO O| Dec 14 00:32:50.763 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49342024-12-14T00:32:52.354Z[ recovery-image] Dec 14 00:32:50.765 INFO O| Dec 14 00:32:50.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49352024-12-14T00:32:52.354Z[ recovery-image] Dec 14 00:32:50.765 INFO O| Dec 14 00:32:50.765 INFO STEP 209 (remove_files) COMPLETE
49362024-12-14T00:32:52.354Z[ recovery-image] Dec 14 00:32:50.765 INFO O| Dec 14 00:32:50.765 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-14T00:32:52.371Z[ recovery-image] Dec 14 00:32:50.785 INFO O| Dec 14 00:32:50.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49382024-12-14T00:32:52.371Z[ recovery-image] Dec 14 00:32:50.785 INFO O| Dec 14 00:32:50.785 INFO STEP 210 (remove_files) COMPLETE
49392024-12-14T00:32:52.371Z[ recovery-image] Dec 14 00:32:50.785 INFO O| Dec 14 00:32:50.785 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-14T00:32:52.390Z[ recovery-image] Dec 14 00:32:50.804 INFO O| Dec 14 00:32:50.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49412024-12-14T00:32:52.390Z[ recovery-image] Dec 14 00:32:50.805 INFO O| Dec 14 00:32:50.805 INFO STEP 211 (remove_files) COMPLETE
49422024-12-14T00:32:52.394Z[ recovery-image] Dec 14 00:32:50.805 INFO O| Dec 14 00:32:50.805 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-14T00:32:52.409Z[ recovery-image] Dec 14 00:32:50.824 INFO O| Dec 14 00:32:50.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49442024-12-14T00:32:52.409Z[ recovery-image] Dec 14 00:32:50.824 INFO O| Dec 14 00:32:50.824 INFO STEP 212 (remove_files) COMPLETE
49452024-12-14T00:32:52.409Z[ recovery-image] Dec 14 00:32:50.824 INFO O| Dec 14 00:32:50.824 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-14T00:32:52.468Z[ recovery-image] Dec 14 00:32:50.882 INFO O| Dec 14 00:32:50.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49472024-12-14T00:32:52.468Z[ recovery-image] Dec 14 00:32:50.882 INFO O| Dec 14 00:32:50.882 INFO STEP 213 (remove_files) COMPLETE
49482024-12-14T00:32:52.468Z[ recovery-image] Dec 14 00:32:50.882 INFO O| Dec 14 00:32:50.882 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-14T00:32:52.487Z[ recovery-image] Dec 14 00:32:50.901 INFO O| Dec 14 00:32:50.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49502024-12-14T00:32:52.487Z[ recovery-image] Dec 14 00:32:50.901 INFO O| Dec 14 00:32:50.901 INFO STEP 214 (remove_files) COMPLETE
49512024-12-14T00:32:52.487Z[ recovery-image] Dec 14 00:32:50.901 INFO O| Dec 14 00:32:50.901 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-14T00:32:52.507Z[ recovery-image] Dec 14 00:32:50.920 INFO O| Dec 14 00:32:50.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49532024-12-14T00:32:52.507Z[ recovery-image] Dec 14 00:32:50.921 INFO O| Dec 14 00:32:50.921 INFO STEP 215 (remove_files) COMPLETE
49542024-12-14T00:32:52.507Z[ recovery-image] Dec 14 00:32:50.921 INFO O| Dec 14 00:32:50.921 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-14T00:32:52.526Z[ recovery-image] Dec 14 00:32:50.939 INFO O| Dec 14 00:32:50.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49562024-12-14T00:32:52.526Z[ recovery-image] Dec 14 00:32:50.940 INFO O| Dec 14 00:32:50.940 INFO STEP 216 (remove_files) COMPLETE
49572024-12-14T00:32:52.526Z[ recovery-image] Dec 14 00:32:50.940 INFO O| Dec 14 00:32:50.940 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-14T00:32:52.550Z[ recovery-image] Dec 14 00:32:50.964 INFO O| Dec 14 00:32:50.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49592024-12-14T00:32:52.550Z[ recovery-image] Dec 14 00:32:50.964 INFO O| Dec 14 00:32:50.964 INFO STEP 217 (remove_files) COMPLETE
49602024-12-14T00:32:52.553Z[ recovery-image] Dec 14 00:32:50.964 INFO O| Dec 14 00:32:50.964 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-14T00:32:52.570Z[ recovery-image] Dec 14 00:32:50.984 INFO O| Dec 14 00:32:50.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49622024-12-14T00:32:52.570Z[ recovery-image] Dec 14 00:32:50.984 INFO O| Dec 14 00:32:50.984 INFO STEP 218 (remove_files) COMPLETE
49632024-12-14T00:32:52.570Z[ recovery-image] Dec 14 00:32:50.984 INFO O| Dec 14 00:32:50.984 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-14T00:32:52.590Z[ recovery-image] Dec 14 00:32:51.005 INFO O| Dec 14 00:32:51.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49652024-12-14T00:32:52.590Z[ recovery-image] Dec 14 00:32:51.005 INFO O| Dec 14 00:32:51.005 INFO STEP 219 (remove_files) COMPLETE
49662024-12-14T00:32:52.590Z[ recovery-image] Dec 14 00:32:51.005 INFO O| Dec 14 00:32:51.005 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-14T00:32:52.631Z[ recovery-image] Dec 14 00:32:51.044 INFO O| Dec 14 00:32:51.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49682024-12-14T00:32:52.635Z[ recovery-image] Dec 14 00:32:51.044 INFO O| Dec 14 00:32:51.044 INFO STEP 220 (remove_files) COMPLETE
49692024-12-14T00:32:52.635Z[ recovery-image] Dec 14 00:32:51.044 INFO O| Dec 14 00:32:51.044 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-14T00:32:52.672Z[ recovery-image] Dec 14 00:32:51.086 INFO O| Dec 14 00:32:51.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49712024-12-14T00:32:52.679Z[ recovery-image] Dec 14 00:32:51.086 INFO O| Dec 14 00:32:51.086 INFO STEP 221 (remove_files) COMPLETE
49722024-12-14T00:32:52.679Z[ recovery-image] Dec 14 00:32:51.086 INFO O| Dec 14 00:32:51.086 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-14T00:32:52.719Z[ recovery-image] Dec 14 00:32:51.133 INFO O| Dec 14 00:32:51.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49742024-12-14T00:32:52.719Z[ recovery-image] Dec 14 00:32:51.134 INFO O| Dec 14 00:32:51.133 INFO STEP 222 (remove_files) COMPLETE
49752024-12-14T00:32:52.719Z[ recovery-image] Dec 14 00:32:51.134 INFO O| Dec 14 00:32:51.133 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-14T00:32:52.742Z[ recovery-image] Dec 14 00:32:51.156 INFO O| Dec 14 00:32:51.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49772024-12-14T00:32:52.742Z[ recovery-image] Dec 14 00:32:51.156 INFO O| Dec 14 00:32:51.156 INFO STEP 223 (remove_files) COMPLETE
49782024-12-14T00:32:52.745Z[ recovery-image] Dec 14 00:32:51.156 INFO O| Dec 14 00:32:51.156 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-14T00:32:52.825Z[ recovery-image] Dec 14 00:32:51.239 INFO O| Dec 14 00:32:51.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49802024-12-14T00:32:52.829Z[ recovery-image] Dec 14 00:32:51.239 INFO O| Dec 14 00:32:51.239 INFO STEP 224 (remove_files) COMPLETE
49812024-12-14T00:32:52.829Z[ recovery-image] Dec 14 00:32:51.239 INFO O| Dec 14 00:32:51.239 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-14T00:32:53.494Z[ recovery-image] Dec 14 00:32:51.905 INFO O| Dec 14 00:32:51.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49832024-12-14T00:32:53.497Z[ recovery-image] Dec 14 00:32:51.905 INFO O| Dec 14 00:32:51.905 INFO STEP 225 (remove_files) COMPLETE
49842024-12-14T00:32:53.497Z[ recovery-image] Dec 14 00:32:51.906 INFO O| Dec 14 00:32:51.905 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-14T00:32:53.512Z[ recovery-image] Dec 14 00:32:51.926 INFO O| Dec 14 00:32:51.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49862024-12-14T00:32:53.537Z[ recovery-image] Dec 14 00:32:51.951 INFO O| Dec 14 00:32:51.951 INFO STEP 226 (remove_files) COMPLETE
49872024-12-14T00:32:53.537Z[ recovery-image] Dec 14 00:32:51.951 INFO O| Dec 14 00:32:51.951 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-14T00:32:53.580Z[ recovery-image] Dec 14 00:32:51.994 INFO O| Dec 14 00:32:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49892024-12-14T00:32:53.583Z[ recovery-image] Dec 14 00:32:51.994 INFO O| Dec 14 00:32:51.994 INFO STEP 227 (remove_files) COMPLETE
49902024-12-14T00:32:53.583Z[ recovery-image] Dec 14 00:32:51.995 INFO O| Dec 14 00:32:51.994 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-12-14T00:32:53.601Z[ recovery-image] Dec 14 00:32:52.015 INFO O| Dec 14 00:32:52.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49922024-12-14T00:32:53.603Z[ recovery-image] Dec 14 00:32:52.015 INFO O| Dec 14 00:32:52.015 INFO STEP 228 (remove_files) COMPLETE
49932024-12-14T00:32:53.603Z[ recovery-image] Dec 14 00:32:52.015 INFO O| Dec 14 00:32:52.015 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-12-14T00:32:53.627Z[ recovery-image] Dec 14 00:32:52.041 INFO O| Dec 14 00:32:52.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49952024-12-14T00:32:53.629Z[ recovery-image] Dec 14 00:32:52.041 INFO O| Dec 14 00:32:52.041 INFO STEP 229 (remove_files) COMPLETE
49962024-12-14T00:32:53.629Z[ recovery-image] Dec 14 00:32:52.041 INFO O| Dec 14 00:32:52.041 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-12-14T00:32:53.698Z[ recovery-image] Dec 14 00:32:52.112 INFO O| Dec 14 00:32:52.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
49982024-12-14T00:32:53.698Z[ recovery-image] Dec 14 00:32:52.112 INFO O| Dec 14 00:32:52.112 INFO STEP 230 (remove_files) COMPLETE
49992024-12-14T00:32:53.701Z[ recovery-image] Dec 14 00:32:52.112 INFO O| Dec 14 00:32:52.112 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-12-14T00:32:53.733Z[ recovery-image] Dec 14 00:32:52.147 INFO O| Dec 14 00:32:52.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50012024-12-14T00:32:53.733Z[ recovery-image] Dec 14 00:32:52.147 INFO O| Dec 14 00:32:52.147 INFO STEP 231 (remove_files) COMPLETE
50022024-12-14T00:32:53.740Z[ recovery-image] Dec 14 00:32:52.147 INFO O| Dec 14 00:32:52.147 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-14T00:32:53.753Z[ recovery-image] Dec 14 00:32:52.166 INFO O| Dec 14 00:32:52.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50042024-12-14T00:32:53.753Z[ recovery-image] Dec 14 00:32:52.166 INFO O| Dec 14 00:32:52.166 INFO STEP 232 (remove_files) COMPLETE
50052024-12-14T00:32:53.753Z[ recovery-image] Dec 14 00:32:52.166 INFO O| Dec 14 00:32:52.166 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-12-14T00:32:53.781Z[ recovery-image] Dec 14 00:32:52.195 INFO O| Dec 14 00:32:52.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50072024-12-14T00:32:53.781Z[ recovery-image] Dec 14 00:32:52.195 INFO O| Dec 14 00:32:52.195 INFO STEP 233 (remove_files) COMPLETE
50082024-12-14T00:32:53.781Z[ recovery-image] Dec 14 00:32:52.195 INFO O| Dec 14 00:32:52.195 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-12-14T00:32:53.802Z[ recovery-image] Dec 14 00:32:52.217 INFO O| Dec 14 00:32:52.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50102024-12-14T00:32:53.802Z[ recovery-image] Dec 14 00:32:52.217 INFO O| Dec 14 00:32:52.217 INFO STEP 234 (remove_files) COMPLETE
50112024-12-14T00:32:53.805Z[ recovery-image] Dec 14 00:32:52.217 INFO O| Dec 14 00:32:52.217 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-12-14T00:32:53.823Z[ recovery-image] Dec 14 00:32:52.237 INFO O| Dec 14 00:32:52.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50132024-12-14T00:32:53.823Z[ recovery-image] Dec 14 00:32:52.237 INFO O| Dec 14 00:32:52.237 INFO STEP 235 (remove_files) COMPLETE
50142024-12-14T00:32:53.823Z[ recovery-image] Dec 14 00:32:52.237 INFO O| Dec 14 00:32:52.237 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-12-14T00:32:53.843Z[ recovery-image] Dec 14 00:32:52.257 INFO O| Dec 14 00:32:52.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50162024-12-14T00:32:53.843Z[ recovery-image] Dec 14 00:32:52.257 INFO O| Dec 14 00:32:52.257 INFO STEP 236 (remove_files) COMPLETE
50172024-12-14T00:32:53.843Z[ recovery-image] Dec 14 00:32:52.257 INFO O| Dec 14 00:32:52.257 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-12-14T00:32:53.863Z[ recovery-image] Dec 14 00:32:52.277 INFO O| Dec 14 00:32:52.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50192024-12-14T00:32:53.863Z[ recovery-image] Dec 14 00:32:52.277 INFO O| Dec 14 00:32:52.277 INFO STEP 237 (remove_files) COMPLETE
50202024-12-14T00:32:53.866Z[ recovery-image] Dec 14 00:32:52.277 INFO O| Dec 14 00:32:52.277 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-12-14T00:32:53.883Z[ recovery-image] Dec 14 00:32:52.297 INFO O| Dec 14 00:32:52.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50222024-12-14T00:32:53.883Z[ recovery-image] Dec 14 00:32:52.297 INFO O| Dec 14 00:32:52.297 INFO STEP 238 (remove_files) COMPLETE
50232024-12-14T00:32:53.886Z[ recovery-image] Dec 14 00:32:52.297 INFO O| Dec 14 00:32:52.297 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-12-14T00:32:53.924Z[ recovery-image] Dec 14 00:32:52.338 INFO O| Dec 14 00:32:52.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50252024-12-14T00:32:53.927Z[ recovery-image] Dec 14 00:32:52.338 INFO O| Dec 14 00:32:52.338 INFO STEP 239 (remove_files) COMPLETE
50262024-12-14T00:32:53.927Z[ recovery-image] Dec 14 00:32:52.338 INFO O| Dec 14 00:32:52.338 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-12-14T00:32:53.946Z[ recovery-image] Dec 14 00:32:52.360 INFO O| Dec 14 00:32:52.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50282024-12-14T00:32:53.949Z[ recovery-image] Dec 14 00:32:52.360 INFO O| Dec 14 00:32:52.360 INFO STEP 240 (remove_files) COMPLETE
50292024-12-14T00:32:53.949Z[ recovery-image] Dec 14 00:32:52.360 INFO O| Dec 14 00:32:52.360 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-12-14T00:32:53.962Z[ host-image] Dec 14 00:32:52.376 INFO O| Dec 14 00:32:52.376 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
50312024-12-14T00:32:53.991Z[ recovery-image] Dec 14 00:32:52.405 INFO O| Dec 14 00:32:52.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50322024-12-14T00:32:53.991Z[ recovery-image] Dec 14 00:32:52.405 INFO O| Dec 14 00:32:52.405 INFO STEP 241 (remove_files) COMPLETE
50332024-12-14T00:32:53.991Z[ recovery-image] Dec 14 00:32:52.405 INFO O| Dec 14 00:32:52.405 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-14T00:32:54.022Z[ recovery-image] Dec 14 00:32:52.436 INFO O| Dec 14 00:32:52.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50352024-12-14T00:32:54.022Z[ recovery-image] Dec 14 00:32:52.436 INFO O| Dec 14 00:32:52.436 INFO STEP 242 (remove_files) COMPLETE
50362024-12-14T00:32:54.023Z[ recovery-image] Dec 14 00:32:52.436 INFO O| Dec 14 00:32:52.436 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-14T00:32:54.045Z[ recovery-image] Dec 14 00:32:52.458 INFO O| Dec 14 00:32:52.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50382024-12-14T00:32:54.068Z[ recovery-image] Dec 14 00:32:52.482 INFO O| Dec 14 00:32:52.482 INFO STEP 243 (remove_files) COMPLETE
50392024-12-14T00:32:54.068Z[ recovery-image] Dec 14 00:32:52.482 INFO O| Dec 14 00:32:52.482 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-14T00:32:54.164Z[ recovery-image] Dec 14 00:32:52.578 INFO O| Dec 14 00:32:52.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50412024-12-14T00:32:54.164Z[ recovery-image] Dec 14 00:32:52.578 INFO O| Dec 14 00:32:52.578 INFO STEP 244 (remove_files) COMPLETE
50422024-12-14T00:32:54.167Z[ recovery-image] Dec 14 00:32:52.578 INFO O| Dec 14 00:32:52.578 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-14T00:32:54.186Z[ recovery-image] Dec 14 00:32:52.600 INFO O| Dec 14 00:32:52.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50442024-12-14T00:32:54.186Z[ recovery-image] Dec 14 00:32:52.600 INFO O| Dec 14 00:32:52.600 INFO STEP 245 (remove_files) COMPLETE
50452024-12-14T00:32:54.186Z[ recovery-image] Dec 14 00:32:52.600 INFO O| Dec 14 00:32:52.600 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-14T00:32:54.207Z[ recovery-image] Dec 14 00:32:52.620 INFO O| Dec 14 00:32:52.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50472024-12-14T00:32:54.207Z[ recovery-image] Dec 14 00:32:52.621 INFO O| Dec 14 00:32:52.621 INFO STEP 246 (remove_files) COMPLETE
50482024-12-14T00:32:54.207Z[ recovery-image] Dec 14 00:32:52.621 INFO O| Dec 14 00:32:52.621 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-14T00:32:54.226Z[ recovery-image] Dec 14 00:32:52.640 INFO O| Dec 14 00:32:52.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50502024-12-14T00:32:54.226Z[ recovery-image] Dec 14 00:32:52.640 INFO O| Dec 14 00:32:52.640 INFO STEP 247 (remove_files) COMPLETE
50512024-12-14T00:32:54.226Z[ recovery-image] Dec 14 00:32:52.640 INFO O| Dec 14 00:32:52.640 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-14T00:32:54.246Z[ recovery-image] Dec 14 00:32:52.659 INFO O| Dec 14 00:32:52.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50532024-12-14T00:32:54.246Z[ recovery-image] Dec 14 00:32:52.659 INFO O| Dec 14 00:32:52.659 INFO STEP 248 (remove_files) COMPLETE
50542024-12-14T00:32:54.246Z[ recovery-image] Dec 14 00:32:52.659 INFO O| Dec 14 00:32:52.659 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-14T00:32:54.269Z[ recovery-image] Dec 14 00:32:52.681 INFO O| Dec 14 00:32:52.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50562024-12-14T00:32:54.269Z[ recovery-image] Dec 14 00:32:52.681 INFO O| Dec 14 00:32:52.681 INFO STEP 249 (remove_files) COMPLETE
50572024-12-14T00:32:54.269Z[ recovery-image] Dec 14 00:32:52.681 INFO O| Dec 14 00:32:52.681 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-14T00:32:54.289Z[ recovery-image] Dec 14 00:32:52.702 INFO O| Dec 14 00:32:52.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50592024-12-14T00:32:54.289Z[ recovery-image] Dec 14 00:32:52.702 INFO O| Dec 14 00:32:52.702 INFO STEP 250 (remove_files) COMPLETE
50602024-12-14T00:32:54.289Z[ recovery-image] Dec 14 00:32:52.702 INFO O| Dec 14 00:32:52.702 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-14T00:32:54.311Z[ recovery-image] Dec 14 00:32:52.725 INFO O| Dec 14 00:32:52.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50622024-12-14T00:32:54.311Z[ recovery-image] Dec 14 00:32:52.725 INFO O| Dec 14 00:32:52.725 INFO STEP 251 (remove_files) COMPLETE
50632024-12-14T00:32:54.311Z[ recovery-image] Dec 14 00:32:52.725 INFO O| Dec 14 00:32:52.725 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-14T00:32:54.333Z[ recovery-image] Dec 14 00:32:52.746 INFO O| Dec 14 00:32:52.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50652024-12-14T00:32:54.333Z[ recovery-image] Dec 14 00:32:52.746 INFO O| Dec 14 00:32:52.746 INFO STEP 252 (remove_files) COMPLETE
50662024-12-14T00:32:54.333Z[ recovery-image] Dec 14 00:32:52.746 INFO O| Dec 14 00:32:52.746 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-14T00:32:54.399Z[ recovery-image] Dec 14 00:32:52.813 INFO O| Dec 14 00:32:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50682024-12-14T00:32:54.399Z[ recovery-image] Dec 14 00:32:52.813 INFO O| Dec 14 00:32:52.813 INFO STEP 253 (remove_files) COMPLETE
50692024-12-14T00:32:54.403Z[ recovery-image] Dec 14 00:32:52.813 INFO O| Dec 14 00:32:52.813 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-14T00:32:54.445Z[ recovery-image] Dec 14 00:32:52.858 INFO O| Dec 14 00:32:52.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50712024-12-14T00:32:54.445Z[ recovery-image] Dec 14 00:32:52.859 INFO O| Dec 14 00:32:52.858 INFO STEP 254 (remove_files) COMPLETE
50722024-12-14T00:32:54.445Z[ recovery-image] Dec 14 00:32:52.859 INFO O| Dec 14 00:32:52.859 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-12-14T00:32:54.471Z[ recovery-image] Dec 14 00:32:52.883 INFO O| Dec 14 00:32:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50742024-12-14T00:32:54.471Z[ recovery-image] Dec 14 00:32:52.883 INFO O| Dec 14 00:32:52.883 INFO STEP 255 (remove_files) COMPLETE
50752024-12-14T00:32:54.471Z[ recovery-image] Dec 14 00:32:52.883 INFO O| Dec 14 00:32:52.883 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-12-14T00:32:54.491Z[ recovery-image] Dec 14 00:32:52.903 INFO O| Dec 14 00:32:52.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50772024-12-14T00:32:54.496Z[ recovery-image] Dec 14 00:32:52.910 INFO O| Dec 14 00:32:52.910 INFO STEP 256 (remove_files) COMPLETE
50782024-12-14T00:32:54.496Z[ recovery-image] Dec 14 00:32:52.910 INFO O| Dec 14 00:32:52.910 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-12-14T00:32:54.517Z[ recovery-image] Dec 14 00:32:52.931 INFO O| Dec 14 00:32:52.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50802024-12-14T00:32:54.517Z[ recovery-image] Dec 14 00:32:52.931 INFO O| Dec 14 00:32:52.931 INFO STEP 257 (remove_files) COMPLETE
50812024-12-14T00:32:54.517Z[ recovery-image] Dec 14 00:32:52.931 INFO O| Dec 14 00:32:52.931 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-12-14T00:32:54.537Z[ recovery-image] Dec 14 00:32:52.950 INFO O| Dec 14 00:32:52.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50832024-12-14T00:32:54.537Z[ recovery-image] Dec 14 00:32:52.950 INFO O| Dec 14 00:32:52.950 INFO STEP 258 (remove_files) COMPLETE
50842024-12-14T00:32:54.537Z[ recovery-image] Dec 14 00:32:52.950 INFO O| Dec 14 00:32:52.950 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-12-14T00:32:54.581Z[ recovery-image] Dec 14 00:32:52.995 INFO O| Dec 14 00:32:52.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50862024-12-14T00:32:54.581Z[ recovery-image] Dec 14 00:32:52.995 INFO O| Dec 14 00:32:52.995 INFO STEP 259 (remove_files) COMPLETE
50872024-12-14T00:32:54.584Z[ recovery-image] Dec 14 00:32:52.995 INFO O| Dec 14 00:32:52.995 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-12-14T00:32:54.612Z[ recovery-image] Dec 14 00:32:53.026 INFO O| Dec 14 00:32:53.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50892024-12-14T00:32:54.612Z[ recovery-image] Dec 14 00:32:53.026 INFO O| Dec 14 00:32:53.026 INFO STEP 260 (remove_files) COMPLETE
50902024-12-14T00:32:54.612Z[ recovery-image] Dec 14 00:32:53.026 INFO O| Dec 14 00:32:53.026 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-12-14T00:32:54.638Z[ recovery-image] Dec 14 00:32:53.052 INFO O| Dec 14 00:32:53.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50922024-12-14T00:32:54.642Z[ recovery-image] Dec 14 00:32:53.052 INFO O| Dec 14 00:32:53.052 INFO STEP 261 (remove_files) COMPLETE
50932024-12-14T00:32:54.642Z[ recovery-image] Dec 14 00:32:53.053 INFO O| Dec 14 00:32:53.053 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-12-14T00:32:54.696Z[ recovery-image] Dec 14 00:32:53.110 INFO O| Dec 14 00:32:53.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50952024-12-14T00:32:54.704Z[ recovery-image] Dec 14 00:32:53.118 INFO O| Dec 14 00:32:53.118 INFO STEP 262 (remove_files) COMPLETE
50962024-12-14T00:32:54.704Z[ recovery-image] Dec 14 00:32:53.118 INFO O| Dec 14 00:32:53.118 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-12-14T00:32:54.742Z[ recovery-image] Dec 14 00:32:53.156 INFO O| Dec 14 00:32:53.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50982024-12-14T00:32:54.742Z[ recovery-image] Dec 14 00:32:53.156 INFO O| Dec 14 00:32:53.156 INFO STEP 263 (remove_files) COMPLETE
50992024-12-14T00:32:54.745Z[ recovery-image] Dec 14 00:32:53.156 INFO O| Dec 14 00:32:53.156 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-12-14T00:32:54.776Z[ recovery-image] Dec 14 00:32:53.189 INFO O| Dec 14 00:32:53.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51012024-12-14T00:32:54.776Z[ recovery-image] Dec 14 00:32:53.189 INFO O| Dec 14 00:32:53.189 INFO STEP 264 (remove_files) COMPLETE
51022024-12-14T00:32:54.776Z[ recovery-image] Dec 14 00:32:53.189 INFO O| Dec 14 00:32:53.189 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-12-14T00:32:54.811Z[ recovery-image] Dec 14 00:32:53.225 INFO O| Dec 14 00:32:53.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51042024-12-14T00:32:54.814Z[ recovery-image] Dec 14 00:32:53.225 INFO O| Dec 14 00:32:53.225 INFO STEP 265 (remove_files) COMPLETE
51052024-12-14T00:32:54.814Z[ recovery-image] Dec 14 00:32:53.226 INFO O| Dec 14 00:32:53.225 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-12-14T00:32:54.834Z[ recovery-image] Dec 14 00:32:53.247 INFO O| Dec 14 00:32:53.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51072024-12-14T00:32:54.837Z[ recovery-image] Dec 14 00:32:53.248 INFO O| Dec 14 00:32:53.248 INFO STEP 266 (remove_files) COMPLETE
51082024-12-14T00:32:54.837Z[ recovery-image] Dec 14 00:32:53.248 INFO O| Dec 14 00:32:53.248 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-12-14T00:32:54.858Z[ recovery-image] Dec 14 00:32:53.272 INFO O| Dec 14 00:32:53.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51102024-12-14T00:32:54.861Z[ recovery-image] Dec 14 00:32:53.273 INFO O| Dec 14 00:32:53.273 INFO STEP 267 (remove_files) COMPLETE
51112024-12-14T00:32:54.861Z[ recovery-image] Dec 14 00:32:53.273 INFO O| Dec 14 00:32:53.273 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-12-14T00:32:54.884Z[ recovery-image] Dec 14 00:32:53.297 INFO O| Dec 14 00:32:53.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51132024-12-14T00:32:54.887Z[ recovery-image] Dec 14 00:32:53.298 INFO O| Dec 14 00:32:53.298 INFO STEP 268 (remove_files) COMPLETE
51142024-12-14T00:32:54.888Z[ recovery-image] Dec 14 00:32:53.298 INFO O| Dec 14 00:32:53.298 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-12-14T00:32:54.926Z[ recovery-image] Dec 14 00:32:53.340 INFO O| Dec 14 00:32:53.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51162024-12-14T00:32:54.929Z[ recovery-image] Dec 14 00:32:53.340 INFO O| Dec 14 00:32:53.340 INFO STEP 269 (remove_files) COMPLETE
51172024-12-14T00:32:54.929Z[ recovery-image] Dec 14 00:32:53.340 INFO O| Dec 14 00:32:53.340 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-12-14T00:32:54.957Z[ recovery-image] Dec 14 00:32:53.371 INFO O| Dec 14 00:32:53.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51192024-12-14T00:32:54.957Z[ recovery-image] Dec 14 00:32:53.371 INFO O| Dec 14 00:32:53.371 INFO STEP 270 (remove_files) COMPLETE
51202024-12-14T00:32:54.959Z[ recovery-image] Dec 14 00:32:53.371 INFO O| Dec 14 00:32:53.371 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-14T00:32:54.977Z[ recovery-image] Dec 14 00:32:53.391 INFO O| Dec 14 00:32:53.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51222024-12-14T00:32:54.977Z[ recovery-image] Dec 14 00:32:53.391 INFO O| Dec 14 00:32:53.391 INFO STEP 271 (remove_files) COMPLETE
51232024-12-14T00:32:54.980Z[ recovery-image] Dec 14 00:32:53.391 INFO O| Dec 14 00:32:53.391 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-14T00:32:54.998Z[ recovery-image] Dec 14 00:32:53.411 INFO O| Dec 14 00:32:53.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51252024-12-14T00:32:54.998Z[ recovery-image] Dec 14 00:32:53.411 INFO O| Dec 14 00:32:53.411 INFO STEP 272 (remove_files) COMPLETE
51262024-12-14T00:32:54.998Z[ recovery-image] Dec 14 00:32:53.411 INFO O| Dec 14 00:32:53.411 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-14T00:32:55.018Z[ recovery-image] Dec 14 00:32:53.432 INFO O| Dec 14 00:32:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51282024-12-14T00:32:55.039Z[ recovery-image] Dec 14 00:32:53.452 INFO O| Dec 14 00:32:53.452 INFO STEP 273 (remove_files) COMPLETE
51292024-12-14T00:32:55.039Z[ recovery-image] Dec 14 00:32:53.452 INFO O| Dec 14 00:32:53.452 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-14T00:32:55.088Z[ recovery-image] Dec 14 00:32:53.501 INFO O| Dec 14 00:32:53.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51312024-12-14T00:32:55.088Z[ recovery-image] Dec 14 00:32:53.501 INFO O| Dec 14 00:32:53.501 INFO STEP 274 (remove_files) COMPLETE
51322024-12-14T00:32:55.088Z[ recovery-image] Dec 14 00:32:53.501 INFO O| Dec 14 00:32:53.501 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-14T00:32:55.107Z[ recovery-image] Dec 14 00:32:53.521 INFO O| Dec 14 00:32:53.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51342024-12-14T00:32:55.107Z[ recovery-image] Dec 14 00:32:53.521 INFO O| Dec 14 00:32:53.521 INFO STEP 275 (remove_files) COMPLETE
51352024-12-14T00:32:55.107Z[ recovery-image] Dec 14 00:32:53.521 INFO O| Dec 14 00:32:53.521 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-14T00:32:55.127Z[ recovery-image] Dec 14 00:32:53.540 INFO O| Dec 14 00:32:53.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51372024-12-14T00:32:55.127Z[ recovery-image] Dec 14 00:32:53.540 INFO O| Dec 14 00:32:53.540 INFO STEP 276 (remove_files) COMPLETE
51382024-12-14T00:32:55.127Z[ recovery-image] Dec 14 00:32:53.540 INFO O| Dec 14 00:32:53.540 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-14T00:32:55.162Z[ recovery-image] Dec 14 00:32:53.576 INFO O| Dec 14 00:32:53.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51402024-12-14T00:32:55.162Z[ recovery-image] Dec 14 00:32:53.576 INFO O| Dec 14 00:32:53.576 INFO STEP 277 (remove_files) COMPLETE
51412024-12-14T00:32:55.162Z[ recovery-image] Dec 14 00:32:53.576 INFO O| Dec 14 00:32:53.576 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-14T00:32:55.190Z[ recovery-image] Dec 14 00:32:53.603 INFO O| Dec 14 00:32:53.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51432024-12-14T00:32:55.190Z[ recovery-image] Dec 14 00:32:53.603 INFO O| Dec 14 00:32:53.603 INFO STEP 278 (remove_files) COMPLETE
51442024-12-14T00:32:55.190Z[ recovery-image] Dec 14 00:32:53.603 INFO O| Dec 14 00:32:53.603 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-14T00:32:55.216Z[ recovery-image] Dec 14 00:32:53.629 INFO O| Dec 14 00:32:53.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51462024-12-14T00:32:55.219Z[ recovery-image] Dec 14 00:32:53.630 INFO O| Dec 14 00:32:53.629 INFO STEP 279 (remove_files) COMPLETE
51472024-12-14T00:32:55.219Z[ recovery-image] Dec 14 00:32:53.630 INFO O| Dec 14 00:32:53.630 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-14T00:32:55.275Z[ recovery-image] Dec 14 00:32:53.689 INFO O| Dec 14 00:32:53.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51492024-12-14T00:32:55.275Z[ recovery-image] Dec 14 00:32:53.689 INFO O| Dec 14 00:32:53.689 INFO STEP 280 (remove_files) COMPLETE
51502024-12-14T00:32:55.275Z[ recovery-image] Dec 14 00:32:53.689 INFO O| Dec 14 00:32:53.689 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-14T00:32:55.332Z[ recovery-image] Dec 14 00:32:53.745 INFO O| Dec 14 00:32:53.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51522024-12-14T00:32:55.332Z[ recovery-image] Dec 14 00:32:53.746 INFO O| Dec 14 00:32:53.745 INFO STEP 281 (remove_files) COMPLETE
51532024-12-14T00:32:55.334Z[ recovery-image] Dec 14 00:32:53.746 INFO O| Dec 14 00:32:53.746 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-12-14T00:32:55.352Z[ recovery-image] Dec 14 00:32:53.766 INFO O| Dec 14 00:32:53.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51552024-12-14T00:32:55.353Z[ recovery-image] Dec 14 00:32:53.766 INFO O| Dec 14 00:32:53.766 INFO STEP 282 (remove_files) COMPLETE
51562024-12-14T00:32:55.353Z[ recovery-image] Dec 14 00:32:53.766 INFO O| Dec 14 00:32:53.766 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-12-14T00:32:55.373Z[ recovery-image] Dec 14 00:32:53.786 INFO O| Dec 14 00:32:53.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51582024-12-14T00:32:55.373Z[ recovery-image] Dec 14 00:32:53.786 INFO O| Dec 14 00:32:53.786 INFO STEP 283 (remove_files) COMPLETE
51592024-12-14T00:32:55.376Z[ recovery-image] Dec 14 00:32:53.786 INFO O| Dec 14 00:32:53.786 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-12-14T00:32:55.394Z[ recovery-image] Dec 14 00:32:53.807 INFO O| Dec 14 00:32:53.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51612024-12-14T00:32:55.397Z[ recovery-image] Dec 14 00:32:53.808 INFO O| Dec 14 00:32:53.808 INFO STEP 284 (remove_files) COMPLETE
51622024-12-14T00:32:55.397Z[ recovery-image] Dec 14 00:32:53.808 INFO O| Dec 14 00:32:53.808 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-12-14T00:32:55.417Z[ recovery-image] Dec 14 00:32:53.830 INFO O| Dec 14 00:32:53.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51642024-12-14T00:32:55.417Z[ recovery-image] Dec 14 00:32:53.830 INFO O| Dec 14 00:32:53.830 INFO STEP 285 (remove_files) COMPLETE
51652024-12-14T00:32:55.418Z[ recovery-image] Dec 14 00:32:53.830 INFO O| Dec 14 00:32:53.830 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-12-14T00:32:55.464Z[ recovery-image] Dec 14 00:32:53.874 INFO O| Dec 14 00:32:53.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51672024-12-14T00:32:55.466Z[ recovery-image] Dec 14 00:32:53.874 INFO O| Dec 14 00:32:53.874 INFO STEP 286 (remove_files) COMPLETE
51682024-12-14T00:32:55.467Z[ recovery-image] Dec 14 00:32:53.874 INFO O| Dec 14 00:32:53.874 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-12-14T00:32:55.480Z[ recovery-image] Dec 14 00:32:53.894 INFO O| Dec 14 00:32:53.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51702024-12-14T00:32:55.511Z[ recovery-image] Dec 14 00:32:53.924 INFO O| Dec 14 00:32:53.924 INFO STEP 287 (remove_files) COMPLETE
51712024-12-14T00:32:55.511Z[ recovery-image] Dec 14 00:32:53.924 INFO O| Dec 14 00:32:53.924 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-12-14T00:32:55.643Z[ recovery-image] Dec 14 00:32:54.057 INFO O| Dec 14 00:32:54.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51732024-12-14T00:32:55.643Z[ recovery-image] Dec 14 00:32:54.057 INFO O| Dec 14 00:32:54.057 INFO STEP 288 (remove_files) COMPLETE
51742024-12-14T00:32:55.646Z[ recovery-image] Dec 14 00:32:54.057 INFO O| Dec 14 00:32:54.057 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-12-14T00:32:55.701Z[ recovery-image] Dec 14 00:32:54.114 INFO O| Dec 14 00:32:54.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51762024-12-14T00:32:55.701Z[ recovery-image] Dec 14 00:32:54.115 INFO O| Dec 14 00:32:54.115 INFO STEP 289 (remove_files) COMPLETE
51772024-12-14T00:32:55.701Z[ recovery-image] Dec 14 00:32:54.115 INFO O| Dec 14 00:32:54.115 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-12-14T00:32:55.720Z[ recovery-image] Dec 14 00:32:54.134 INFO O| Dec 14 00:32:54.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51792024-12-14T00:32:55.720Z[ recovery-image] Dec 14 00:32:54.134 INFO O| Dec 14 00:32:54.134 INFO STEP 290 (remove_files) COMPLETE
51802024-12-14T00:32:55.720Z[ recovery-image] Dec 14 00:32:54.134 INFO O| Dec 14 00:32:54.134 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-12-14T00:32:55.748Z[ recovery-image] Dec 14 00:32:54.162 INFO O| Dec 14 00:32:54.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51822024-12-14T00:32:55.748Z[ recovery-image] Dec 14 00:32:54.162 INFO O| Dec 14 00:32:54.162 INFO STEP 291 (remove_files) COMPLETE
51832024-12-14T00:32:55.748Z[ recovery-image] Dec 14 00:32:54.162 INFO O| Dec 14 00:32:54.162 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-12-14T00:32:55.804Z[ recovery-image] Dec 14 00:32:54.217 INFO O| Dec 14 00:32:54.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51852024-12-14T00:32:55.804Z[ recovery-image] Dec 14 00:32:54.217 INFO O| Dec 14 00:32:54.217 INFO STEP 292 (remove_files) COMPLETE
51862024-12-14T00:32:55.805Z[ recovery-image] Dec 14 00:32:54.217 INFO O| Dec 14 00:32:54.217 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-12-14T00:32:55.825Z[ recovery-image] Dec 14 00:32:54.239 INFO O| Dec 14 00:32:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51882024-12-14T00:32:55.825Z[ recovery-image] Dec 14 00:32:54.239 INFO O| Dec 14 00:32:54.239 INFO STEP 293 (remove_files) COMPLETE
51892024-12-14T00:32:55.828Z[ recovery-image] Dec 14 00:32:54.239 INFO O| Dec 14 00:32:54.239 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-12-14T00:32:55.844Z[ recovery-image] Dec 14 00:32:54.258 INFO O| Dec 14 00:32:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51912024-12-14T00:32:55.844Z[ recovery-image] Dec 14 00:32:54.258 INFO O| Dec 14 00:32:54.258 INFO STEP 294 (remove_files) COMPLETE
51922024-12-14T00:32:55.844Z[ recovery-image] Dec 14 00:32:54.258 INFO O| Dec 14 00:32:54.258 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-12-14T00:32:55.865Z[ recovery-image] Dec 14 00:32:54.278 INFO O| Dec 14 00:32:54.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51942024-12-14T00:32:55.865Z[ recovery-image] Dec 14 00:32:54.278 INFO O| Dec 14 00:32:54.278 INFO STEP 295 (remove_files) COMPLETE
51952024-12-14T00:32:55.865Z[ recovery-image] Dec 14 00:32:54.278 INFO O| Dec 14 00:32:54.278 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-12-14T00:32:55.892Z[ recovery-image] Dec 14 00:32:54.305 INFO O| Dec 14 00:32:54.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51972024-12-14T00:32:55.892Z[ recovery-image] Dec 14 00:32:54.305 INFO O| Dec 14 00:32:54.305 INFO STEP 296 (remove_files) COMPLETE
51982024-12-14T00:32:55.892Z[ recovery-image] Dec 14 00:32:54.305 INFO O| Dec 14 00:32:54.305 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-12-14T00:32:55.926Z[ recovery-image] Dec 14 00:32:54.339 INFO O| Dec 14 00:32:54.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52002024-12-14T00:32:55.926Z[ recovery-image] Dec 14 00:32:54.339 INFO O| Dec 14 00:32:54.339 INFO STEP 297 (remove_files) COMPLETE
52012024-12-14T00:32:55.929Z[ recovery-image] Dec 14 00:32:54.340 INFO O| Dec 14 00:32:54.339 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-12-14T00:32:55.948Z[ recovery-image] Dec 14 00:32:54.361 INFO O| Dec 14 00:32:54.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52032024-12-14T00:32:55.948Z[ recovery-image] Dec 14 00:32:54.361 INFO O| Dec 14 00:32:54.361 INFO STEP 298 (remove_files) COMPLETE
52042024-12-14T00:32:55.948Z[ recovery-image] Dec 14 00:32:54.361 INFO O| Dec 14 00:32:54.361 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-12-14T00:32:55.969Z[ recovery-image] Dec 14 00:32:54.383 INFO O| Dec 14 00:32:54.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52062024-12-14T00:32:55.969Z[ recovery-image] Dec 14 00:32:54.383 INFO O| Dec 14 00:32:54.383 INFO STEP 299 (remove_files) COMPLETE
52072024-12-14T00:32:55.969Z[ recovery-image] Dec 14 00:32:54.383 INFO O| Dec 14 00:32:54.383 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-12-14T00:32:55.992Z[ recovery-image] Dec 14 00:32:54.406 INFO O| Dec 14 00:32:54.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52092024-12-14T00:32:55.992Z[ recovery-image] Dec 14 00:32:54.406 INFO O| Dec 14 00:32:54.406 INFO STEP 300 (remove_files) COMPLETE
52102024-12-14T00:32:55.995Z[ recovery-image] Dec 14 00:32:54.406 INFO O| Dec 14 00:32:54.406 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-12-14T00:32:56.011Z[ recovery-image] Dec 14 00:32:54.425 INFO O| Dec 14 00:32:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52122024-12-14T00:32:56.014Z[ recovery-image] Dec 14 00:32:54.425 INFO O| Dec 14 00:32:54.425 INFO STEP 301 (remove_files) COMPLETE
52132024-12-14T00:32:56.014Z[ recovery-image] Dec 14 00:32:54.425 INFO O| Dec 14 00:32:54.425 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-12-14T00:32:56.030Z[ recovery-image] Dec 14 00:32:54.444 INFO O| Dec 14 00:32:54.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52152024-12-14T00:32:56.030Z[ recovery-image] Dec 14 00:32:54.444 INFO O| Dec 14 00:32:54.444 INFO STEP 302 (remove_files) COMPLETE
52162024-12-14T00:32:56.030Z[ recovery-image] Dec 14 00:32:54.444 INFO O| Dec 14 00:32:54.444 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-12-14T00:32:56.068Z[ recovery-image] Dec 14 00:32:54.481 INFO O| Dec 14 00:32:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52182024-12-14T00:32:56.068Z[ recovery-image] Dec 14 00:32:54.481 INFO O| Dec 14 00:32:54.481 INFO STEP 303 (remove_files) COMPLETE
52192024-12-14T00:32:56.068Z[ recovery-image] Dec 14 00:32:54.481 INFO O| Dec 14 00:32:54.481 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-12-14T00:32:56.087Z[ recovery-image] Dec 14 00:32:54.500 INFO O| Dec 14 00:32:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52212024-12-14T00:32:56.087Z[ recovery-image] Dec 14 00:32:54.500 INFO O| Dec 14 00:32:54.500 INFO STEP 304 (remove_files) COMPLETE
52222024-12-14T00:32:56.091Z[ recovery-image] Dec 14 00:32:54.500 INFO O| Dec 14 00:32:54.500 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-12-14T00:32:56.125Z[ recovery-image] Dec 14 00:32:54.538 INFO O| Dec 14 00:32:54.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52242024-12-14T00:32:56.127Z[ recovery-image] Dec 14 00:32:54.539 INFO O| Dec 14 00:32:54.539 INFO STEP 305 (remove_files) COMPLETE
52252024-12-14T00:32:56.127Z[ recovery-image] Dec 14 00:32:54.539 INFO O| Dec 14 00:32:54.539 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-12-14T00:32:56.158Z[ recovery-image] Dec 14 00:32:54.571 INFO O| Dec 14 00:32:54.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52272024-12-14T00:32:56.160Z[ recovery-image] Dec 14 00:32:54.572 INFO O| Dec 14 00:32:54.571 INFO STEP 306 (remove_files) COMPLETE
52282024-12-14T00:32:56.160Z[ recovery-image] Dec 14 00:32:54.572 INFO O| Dec 14 00:32:54.571 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-12-14T00:32:56.180Z[ recovery-image] Dec 14 00:32:54.593 INFO O| Dec 14 00:32:54.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52302024-12-14T00:32:56.180Z[ recovery-image] Dec 14 00:32:54.593 INFO O| Dec 14 00:32:54.593 INFO STEP 307 (remove_files) COMPLETE
52312024-12-14T00:32:56.182Z[ recovery-image] Dec 14 00:32:54.593 INFO O| Dec 14 00:32:54.593 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-14T00:32:56.220Z[ recovery-image] Dec 14 00:32:54.633 INFO O| Dec 14 00:32:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52332024-12-14T00:32:56.220Z[ recovery-image] Dec 14 00:32:54.633 INFO O| Dec 14 00:32:54.633 INFO STEP 308 (remove_files) COMPLETE
52342024-12-14T00:32:56.223Z[ recovery-image] Dec 14 00:32:54.633 INFO O| Dec 14 00:32:54.633 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-14T00:32:56.242Z[ recovery-image] Dec 14 00:32:54.655 INFO O| Dec 14 00:32:54.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52362024-12-14T00:32:56.242Z[ recovery-image] Dec 14 00:32:54.655 INFO O| Dec 14 00:32:54.655 INFO STEP 309 (remove_files) COMPLETE
52372024-12-14T00:32:56.242Z[ recovery-image] Dec 14 00:32:54.655 INFO O| Dec 14 00:32:54.655 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-14T00:32:56.260Z[ recovery-image] Dec 14 00:32:54.674 INFO O| Dec 14 00:32:54.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52392024-12-14T00:32:56.261Z[ recovery-image] Dec 14 00:32:54.674 INFO O| Dec 14 00:32:54.674 INFO STEP 310 (remove_files) COMPLETE
52402024-12-14T00:32:56.261Z[ recovery-image] Dec 14 00:32:54.674 INFO O| Dec 14 00:32:54.674 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-14T00:32:56.299Z[ recovery-image] Dec 14 00:32:54.712 INFO O| Dec 14 00:32:54.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52422024-12-14T00:32:56.299Z[ recovery-image] Dec 14 00:32:54.712 INFO O| Dec 14 00:32:54.712 INFO STEP 311 (remove_files) COMPLETE
52432024-12-14T00:32:56.299Z[ recovery-image] Dec 14 00:32:54.713 INFO O| Dec 14 00:32:54.712 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-14T00:32:56.335Z[ recovery-image] Dec 14 00:32:54.749 INFO O| Dec 14 00:32:54.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52452024-12-14T00:32:56.335Z[ recovery-image] Dec 14 00:32:54.749 INFO O| Dec 14 00:32:54.749 INFO STEP 312 (remove_files) COMPLETE
52462024-12-14T00:32:56.338Z[ recovery-image] Dec 14 00:32:54.749 INFO O| Dec 14 00:32:54.749 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-14T00:32:56.354Z[ recovery-image] Dec 14 00:32:54.768 INFO O| Dec 14 00:32:54.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52482024-12-14T00:32:56.354Z[ recovery-image] Dec 14 00:32:54.768 INFO O| Dec 14 00:32:54.768 INFO STEP 313 (remove_files) COMPLETE
52492024-12-14T00:32:56.354Z[ recovery-image] Dec 14 00:32:54.768 INFO O| Dec 14 00:32:54.768 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-14T00:32:56.373Z[ recovery-image] Dec 14 00:32:54.787 INFO O| Dec 14 00:32:54.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52512024-12-14T00:32:56.373Z[ recovery-image] Dec 14 00:32:54.787 INFO O| Dec 14 00:32:54.787 INFO STEP 314 (remove_files) COMPLETE
52522024-12-14T00:32:56.376Z[ recovery-image] Dec 14 00:32:54.787 INFO O| Dec 14 00:32:54.787 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-14T00:32:56.392Z[ recovery-image] Dec 14 00:32:54.805 INFO O| Dec 14 00:32:54.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52542024-12-14T00:32:56.392Z[ recovery-image] Dec 14 00:32:54.805 INFO O| Dec 14 00:32:54.805 INFO STEP 315 (remove_files) COMPLETE
52552024-12-14T00:32:56.392Z[ recovery-image] Dec 14 00:32:54.805 INFO O| Dec 14 00:32:54.805 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-14T00:32:56.426Z[ recovery-image] Dec 14 00:32:54.839 INFO O| Dec 14 00:32:54.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52572024-12-14T00:32:56.426Z[ recovery-image] Dec 14 00:32:54.839 INFO O| Dec 14 00:32:54.839 INFO STEP 316 (remove_files) COMPLETE
52582024-12-14T00:32:56.426Z[ recovery-image] Dec 14 00:32:54.839 INFO O| Dec 14 00:32:54.839 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-12-14T00:32:56.485Z[ recovery-image] Dec 14 00:32:54.898 INFO O| Dec 14 00:32:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52602024-12-14T00:32:56.488Z[ recovery-image] Dec 14 00:32:54.898 INFO O| Dec 14 00:32:54.898 INFO STEP 317 (remove_files) COMPLETE
52612024-12-14T00:32:56.488Z[ recovery-image] Dec 14 00:32:54.898 INFO O| Dec 14 00:32:54.898 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-14T00:32:56.507Z[ recovery-image] Dec 14 00:32:54.920 INFO O| Dec 14 00:32:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52632024-12-14T00:32:56.507Z[ recovery-image] Dec 14 00:32:54.920 INFO O| Dec 14 00:32:54.920 INFO STEP 318 (remove_files) COMPLETE
52642024-12-14T00:32:56.507Z[ recovery-image] Dec 14 00:32:54.920 INFO O| Dec 14 00:32:54.920 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-14T00:32:56.549Z[ recovery-image] Dec 14 00:32:54.962 INFO O| Dec 14 00:32:54.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52662024-12-14T00:32:56.549Z[ recovery-image] Dec 14 00:32:54.963 INFO O| Dec 14 00:32:54.963 INFO STEP 319 (remove_files) COMPLETE
52672024-12-14T00:32:56.552Z[ recovery-image] Dec 14 00:32:54.963 INFO O| Dec 14 00:32:54.963 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-14T00:32:56.587Z[ recovery-image] Dec 14 00:32:55.000 INFO O| Dec 14 00:32:55.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52692024-12-14T00:32:56.587Z[ recovery-image] Dec 14 00:32:55.000 INFO O| Dec 14 00:32:55.000 INFO STEP 320 (remove_files) COMPLETE
52702024-12-14T00:32:56.587Z[ recovery-image] Dec 14 00:32:55.000 INFO O| Dec 14 00:32:55.000 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-14T00:32:56.606Z[ recovery-image] Dec 14 00:32:55.019 INFO O| Dec 14 00:32:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52722024-12-14T00:32:56.606Z[ recovery-image] Dec 14 00:32:55.020 INFO O| Dec 14 00:32:55.020 INFO STEP 321 (remove_files) COMPLETE
52732024-12-14T00:32:56.606Z[ recovery-image] Dec 14 00:32:55.020 INFO O| Dec 14 00:32:55.020 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-14T00:32:56.625Z[ recovery-image] Dec 14 00:32:55.039 INFO O| Dec 14 00:32:55.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52752024-12-14T00:32:56.625Z[ recovery-image] Dec 14 00:32:55.039 INFO O| Dec 14 00:32:55.039 INFO STEP 322 (remove_files) COMPLETE
52762024-12-14T00:32:56.628Z[ recovery-image] Dec 14 00:32:55.039 INFO O| Dec 14 00:32:55.039 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-14T00:32:56.643Z[ recovery-image] Dec 14 00:32:55.057 INFO O| Dec 14 00:32:55.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52782024-12-14T00:32:56.643Z[ recovery-image] Dec 14 00:32:55.057 INFO O| Dec 14 00:32:55.057 INFO STEP 323 (remove_files) COMPLETE
52792024-12-14T00:32:56.647Z[ recovery-image] Dec 14 00:32:55.057 INFO O| Dec 14 00:32:55.057 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-14T00:32:56.663Z[ recovery-image] Dec 14 00:32:55.076 INFO O| Dec 14 00:32:55.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52812024-12-14T00:32:56.663Z[ recovery-image] Dec 14 00:32:55.076 INFO O| Dec 14 00:32:55.076 INFO STEP 324 (remove_files) COMPLETE
52822024-12-14T00:32:56.663Z[ recovery-image] Dec 14 00:32:55.076 INFO O| Dec 14 00:32:55.076 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-14T00:32:56.683Z[ recovery-image] Dec 14 00:32:55.096 INFO O| Dec 14 00:32:55.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52842024-12-14T00:32:56.683Z[ recovery-image] Dec 14 00:32:55.096 INFO O| Dec 14 00:32:55.096 INFO STEP 325 (remove_files) COMPLETE
52852024-12-14T00:32:56.683Z[ recovery-image] Dec 14 00:32:55.096 INFO O| Dec 14 00:32:55.096 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-14T00:32:56.706Z[ recovery-image] Dec 14 00:32:55.118 INFO O| Dec 14 00:32:55.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52872024-12-14T00:32:56.706Z[ recovery-image] Dec 14 00:32:55.118 INFO O| Dec 14 00:32:55.118 INFO STEP 326 (remove_files) COMPLETE
52882024-12-14T00:32:56.706Z[ recovery-image] Dec 14 00:32:55.118 INFO O| Dec 14 00:32:55.118 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-14T00:32:56.742Z[ recovery-image] Dec 14 00:32:55.155 INFO O| Dec 14 00:32:55.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52902024-12-14T00:32:56.742Z[ recovery-image] Dec 14 00:32:55.155 INFO O| Dec 14 00:32:55.155 INFO STEP 327 (remove_files) COMPLETE
52912024-12-14T00:32:56.742Z[ recovery-image] Dec 14 00:32:55.155 INFO O| Dec 14 00:32:55.155 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-14T00:32:56.763Z[ recovery-image] Dec 14 00:32:55.176 INFO O| Dec 14 00:32:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52932024-12-14T00:32:56.766Z[ recovery-image] Dec 14 00:32:55.176 INFO O| Dec 14 00:32:55.176 INFO STEP 328 (remove_files) COMPLETE
52942024-12-14T00:32:56.766Z[ recovery-image] Dec 14 00:32:55.176 INFO O| Dec 14 00:32:55.176 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-14T00:32:56.849Z[ recovery-image] Dec 14 00:32:55.262 INFO O| Dec 14 00:32:55.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52962024-12-14T00:32:56.849Z[ recovery-image] Dec 14 00:32:55.262 INFO O| Dec 14 00:32:55.262 INFO STEP 329 (remove_files) COMPLETE
52972024-12-14T00:32:56.849Z[ recovery-image] Dec 14 00:32:55.262 INFO O| Dec 14 00:32:55.262 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-14T00:32:56.887Z[ recovery-image] Dec 14 00:32:55.300 INFO O| Dec 14 00:32:55.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
52992024-12-14T00:32:56.887Z[ recovery-image] Dec 14 00:32:55.300 INFO O| Dec 14 00:32:55.300 INFO STEP 330 (remove_files) COMPLETE
53002024-12-14T00:32:56.887Z[ recovery-image] Dec 14 00:32:55.300 INFO O| Dec 14 00:32:55.300 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-14T00:32:56.952Z[ recovery-image] Dec 14 00:32:55.365 INFO O| Dec 14 00:32:55.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53022024-12-14T00:32:56.953Z[ recovery-image] Dec 14 00:32:55.365 INFO O| Dec 14 00:32:55.365 INFO STEP 331 (remove_files) COMPLETE
53032024-12-14T00:32:56.955Z[ recovery-image] Dec 14 00:32:55.366 INFO O| Dec 14 00:32:55.365 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-14T00:32:56.992Z[ recovery-image] Dec 14 00:32:55.405 INFO O| Dec 14 00:32:55.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53052024-12-14T00:32:57.017Z[ recovery-image] Dec 14 00:32:55.429 INFO O| Dec 14 00:32:55.429 INFO STEP 332 (remove_files) COMPLETE
53062024-12-14T00:32:57.017Z[ recovery-image] Dec 14 00:32:55.429 INFO O| Dec 14 00:32:55.429 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-14T00:32:57.051Z[ recovery-image] Dec 14 00:32:55.462 INFO O| Dec 14 00:32:55.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53082024-12-14T00:32:57.051Z[ recovery-image] Dec 14 00:32:55.463 INFO O| Dec 14 00:32:55.462 INFO STEP 333 (remove_files) COMPLETE
53092024-12-14T00:32:57.051Z[ recovery-image] Dec 14 00:32:55.463 INFO O| Dec 14 00:32:55.463 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-14T00:32:57.070Z[ recovery-image] Dec 14 00:32:55.483 INFO O| Dec 14 00:32:55.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53112024-12-14T00:32:57.070Z[ recovery-image] Dec 14 00:32:55.483 INFO O| Dec 14 00:32:55.483 INFO STEP 334 (remove_files) COMPLETE
53122024-12-14T00:32:57.071Z[ recovery-image] Dec 14 00:32:55.483 INFO O| Dec 14 00:32:55.483 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-14T00:32:57.088Z[ recovery-image] Dec 14 00:32:55.501 INFO O| Dec 14 00:32:55.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53142024-12-14T00:32:57.088Z[ recovery-image] Dec 14 00:32:55.501 INFO O| Dec 14 00:32:55.501 INFO STEP 335 (remove_files) COMPLETE
53152024-12-14T00:32:57.088Z[ recovery-image] Dec 14 00:32:55.501 INFO O| Dec 14 00:32:55.501 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-14T00:32:57.117Z[ recovery-image] Dec 14 00:32:55.531 INFO O| Dec 14 00:32:55.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53172024-12-14T00:32:57.117Z[ recovery-image] Dec 14 00:32:55.531 INFO O| Dec 14 00:32:55.531 INFO STEP 336 (remove_files) COMPLETE
53182024-12-14T00:32:57.120Z[ recovery-image] Dec 14 00:32:55.531 INFO O| Dec 14 00:32:55.531 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-14T00:32:57.175Z[ recovery-image] Dec 14 00:32:55.588 INFO O| Dec 14 00:32:55.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53202024-12-14T00:32:57.175Z[ recovery-image] Dec 14 00:32:55.588 INFO O| Dec 14 00:32:55.588 INFO STEP 337 (remove_files) COMPLETE
53212024-12-14T00:32:57.176Z[ recovery-image] Dec 14 00:32:55.588 INFO O| Dec 14 00:32:55.588 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-14T00:32:57.221Z[ recovery-image] Dec 14 00:32:55.632 INFO O| Dec 14 00:32:55.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53232024-12-14T00:32:57.221Z[ recovery-image] Dec 14 00:32:55.632 INFO O| Dec 14 00:32:55.632 INFO STEP 338 (remove_files) COMPLETE
53242024-12-14T00:32:57.221Z[ recovery-image] Dec 14 00:32:55.632 INFO O| Dec 14 00:32:55.632 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-14T00:32:57.242Z[ recovery-image] Dec 14 00:32:55.656 INFO O| Dec 14 00:32:55.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53262024-12-14T00:32:57.242Z[ recovery-image] Dec 14 00:32:55.656 INFO O| Dec 14 00:32:55.656 INFO STEP 339 (remove_files) COMPLETE
53272024-12-14T00:32:57.242Z[ recovery-image] Dec 14 00:32:55.656 INFO O| Dec 14 00:32:55.656 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-14T00:32:57.296Z[ recovery-image] Dec 14 00:32:55.709 INFO O| Dec 14 00:32:55.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53292024-12-14T00:32:57.296Z[ recovery-image] Dec 14 00:32:55.709 INFO O| Dec 14 00:32:55.709 INFO STEP 340 (remove_files) COMPLETE
53302024-12-14T00:32:57.296Z[ recovery-image] Dec 14 00:32:55.709 INFO O| Dec 14 00:32:55.709 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-14T00:32:57.326Z[ recovery-image] Dec 14 00:32:55.739 INFO O| Dec 14 00:32:55.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53322024-12-14T00:32:57.329Z[ recovery-image] Dec 14 00:32:55.739 INFO O| Dec 14 00:32:55.739 INFO STEP 341 (remove_files) COMPLETE
53332024-12-14T00:32:57.329Z[ recovery-image] Dec 14 00:32:55.740 INFO O| Dec 14 00:32:55.740 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-14T00:32:57.348Z[ recovery-image] Dec 14 00:32:55.761 INFO O| Dec 14 00:32:55.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53352024-12-14T00:32:57.351Z[ recovery-image] Dec 14 00:32:55.762 INFO O| Dec 14 00:32:55.762 INFO STEP 342 (remove_files) COMPLETE
53362024-12-14T00:32:57.351Z[ recovery-image] Dec 14 00:32:55.762 INFO O| Dec 14 00:32:55.762 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-14T00:32:57.367Z[ recovery-image] Dec 14 00:32:55.780 INFO O| Dec 14 00:32:55.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53382024-12-14T00:32:57.369Z[ recovery-image] Dec 14 00:32:55.780 INFO O| Dec 14 00:32:55.780 INFO STEP 343 (remove_files) COMPLETE
53392024-12-14T00:32:57.369Z[ recovery-image] Dec 14 00:32:55.780 INFO O| Dec 14 00:32:55.780 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-14T00:32:57.397Z[ recovery-image] Dec 14 00:32:55.810 INFO O| Dec 14 00:32:55.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53412024-12-14T00:32:57.400Z[ recovery-image] Dec 14 00:32:55.810 INFO O| Dec 14 00:32:55.810 INFO STEP 344 (remove_files) COMPLETE
53422024-12-14T00:32:57.400Z[ recovery-image] Dec 14 00:32:55.811 INFO O| Dec 14 00:32:55.811 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-14T00:32:57.560Z[ recovery-image] Dec 14 00:32:55.973 INFO O| Dec 14 00:32:55.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53442024-12-14T00:32:57.560Z[ recovery-image] Dec 14 00:32:55.973 INFO O| Dec 14 00:32:55.973 INFO STEP 345 (remove_files) COMPLETE
53452024-12-14T00:32:57.560Z[ recovery-image] Dec 14 00:32:55.974 INFO O| Dec 14 00:32:55.973 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-14T00:32:57.602Z[ recovery-image] Dec 14 00:32:56.015 INFO O| Dec 14 00:32:56.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53472024-12-14T00:32:57.604Z[ recovery-image] Dec 14 00:32:56.016 INFO O| Dec 14 00:32:56.016 INFO STEP 346 (remove_files) COMPLETE
53482024-12-14T00:32:57.604Z[ recovery-image] Dec 14 00:32:56.016 INFO O| Dec 14 00:32:56.016 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-14T00:32:57.661Z[ recovery-image] Dec 14 00:32:56.074 INFO O| Dec 14 00:32:56.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53502024-12-14T00:32:57.661Z[ recovery-image] Dec 14 00:32:56.074 INFO O| Dec 14 00:32:56.074 INFO STEP 347 (remove_files) COMPLETE
53512024-12-14T00:32:57.661Z[ recovery-image] Dec 14 00:32:56.074 INFO O| Dec 14 00:32:56.074 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-14T00:32:57.680Z[ recovery-image] Dec 14 00:32:56.093 INFO O| Dec 14 00:32:56.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53532024-12-14T00:32:57.680Z[ recovery-image] Dec 14 00:32:56.094 INFO O| Dec 14 00:32:56.093 INFO STEP 348 (remove_files) COMPLETE
53542024-12-14T00:32:57.680Z[ recovery-image] Dec 14 00:32:56.094 INFO O| Dec 14 00:32:56.094 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-14T00:32:57.710Z[ recovery-image] Dec 14 00:32:56.118 INFO O| Dec 14 00:32:56.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53562024-12-14T00:32:57.710Z[ recovery-image] Dec 14 00:32:56.118 INFO O| Dec 14 00:32:56.118 INFO STEP 349 (remove_files) COMPLETE
53572024-12-14T00:32:57.710Z[ recovery-image] Dec 14 00:32:56.118 INFO O| Dec 14 00:32:56.118 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-14T00:32:57.759Z[ recovery-image] Dec 14 00:32:56.172 INFO O| Dec 14 00:32:56.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53592024-12-14T00:32:57.759Z[ recovery-image] Dec 14 00:32:56.172 INFO O| Dec 14 00:32:56.172 INFO STEP 350 (remove_files) COMPLETE
53602024-12-14T00:32:57.759Z[ recovery-image] Dec 14 00:32:56.172 INFO O| Dec 14 00:32:56.172 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-14T00:32:57.781Z[ recovery-image] Dec 14 00:32:56.194 INFO O| Dec 14 00:32:56.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53622024-12-14T00:32:57.781Z[ recovery-image] Dec 14 00:32:56.194 INFO O| Dec 14 00:32:56.194 INFO STEP 351 (remove_files) COMPLETE
53632024-12-14T00:32:57.783Z[ recovery-image] Dec 14 00:32:56.194 INFO O| Dec 14 00:32:56.194 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-14T00:32:57.811Z[ recovery-image] Dec 14 00:32:56.224 INFO O| Dec 14 00:32:56.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53652024-12-14T00:32:57.815Z[ recovery-image] Dec 14 00:32:56.225 INFO O| Dec 14 00:32:56.224 INFO STEP 352 (remove_files) COMPLETE
53662024-12-14T00:32:57.815Z[ recovery-image] Dec 14 00:32:56.225 INFO O| Dec 14 00:32:56.225 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-14T00:32:57.832Z[ recovery-image] Dec 14 00:32:56.245 INFO O| Dec 14 00:32:56.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53682024-12-14T00:32:57.835Z[ recovery-image] Dec 14 00:32:56.246 INFO O| Dec 14 00:32:56.245 INFO STEP 353 (remove_files) COMPLETE
53692024-12-14T00:32:57.835Z[ recovery-image] Dec 14 00:32:56.246 INFO O| Dec 14 00:32:56.246 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-14T00:32:57.869Z[ recovery-image] Dec 14 00:32:56.282 INFO O| Dec 14 00:32:56.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53712024-12-14T00:32:57.869Z[ recovery-image] Dec 14 00:32:56.282 INFO O| Dec 14 00:32:56.282 INFO STEP 354 (remove_files) COMPLETE
53722024-12-14T00:32:57.869Z[ recovery-image] Dec 14 00:32:56.282 INFO O| Dec 14 00:32:56.282 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-14T00:32:57.890Z[ recovery-image] Dec 14 00:32:56.303 INFO O| Dec 14 00:32:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53742024-12-14T00:32:57.893Z[ recovery-image] Dec 14 00:32:56.303 INFO O| Dec 14 00:32:56.303 INFO STEP 355 (remove_files) COMPLETE
53752024-12-14T00:32:57.893Z[ recovery-image] Dec 14 00:32:56.303 INFO O| Dec 14 00:32:56.303 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-14T00:32:57.911Z[ recovery-image] Dec 14 00:32:56.324 INFO O| Dec 14 00:32:56.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53772024-12-14T00:32:57.915Z[ recovery-image] Dec 14 00:32:56.324 INFO O| Dec 14 00:32:56.324 INFO STEP 356 (remove_files) COMPLETE
53782024-12-14T00:32:57.915Z[ recovery-image] Dec 14 00:32:56.324 INFO O| Dec 14 00:32:56.324 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-14T00:32:57.932Z[ recovery-image] Dec 14 00:32:56.344 INFO O| Dec 14 00:32:56.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53802024-12-14T00:32:57.934Z[ recovery-image] Dec 14 00:32:56.344 INFO O| Dec 14 00:32:56.344 INFO STEP 357 (remove_files) COMPLETE
53812024-12-14T00:32:57.935Z[ recovery-image] Dec 14 00:32:56.345 INFO O| Dec 14 00:32:56.344 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-14T00:32:57.953Z[ recovery-image] Dec 14 00:32:56.366 INFO O| Dec 14 00:32:56.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53832024-12-14T00:32:57.956Z[ recovery-image] Dec 14 00:32:56.366 INFO O| Dec 14 00:32:56.366 INFO STEP 358 (remove_files) COMPLETE
53842024-12-14T00:32:57.956Z[ recovery-image] Dec 14 00:32:56.366 INFO O| Dec 14 00:32:56.366 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-14T00:32:57.974Z[ recovery-image] Dec 14 00:32:56.388 INFO O| Dec 14 00:32:56.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53862024-12-14T00:32:57.977Z[ recovery-image] Dec 14 00:32:56.388 INFO O| Dec 14 00:32:56.388 INFO STEP 359 (remove_files) COMPLETE
53872024-12-14T00:32:57.977Z[ recovery-image] Dec 14 00:32:56.388 INFO O| Dec 14 00:32:56.388 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-14T00:32:57.996Z[ recovery-image] Dec 14 00:32:56.409 INFO O| Dec 14 00:32:56.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53892024-12-14T00:32:57.999Z[ recovery-image] Dec 14 00:32:56.409 INFO O| Dec 14 00:32:56.409 INFO STEP 360 (remove_files) COMPLETE
53902024-12-14T00:32:57.999Z[ recovery-image] Dec 14 00:32:56.409 INFO O| Dec 14 00:32:56.409 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-14T00:32:58.016Z[ recovery-image] Dec 14 00:32:56.429 INFO O| Dec 14 00:32:56.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53922024-12-14T00:32:58.018Z[ recovery-image] Dec 14 00:32:56.429 INFO O| Dec 14 00:32:56.429 INFO STEP 361 (remove_files) COMPLETE
53932024-12-14T00:32:58.018Z[ recovery-image] Dec 14 00:32:56.429 INFO O| Dec 14 00:32:56.429 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-14T00:32:58.042Z[ recovery-image] Dec 14 00:32:56.455 INFO O| Dec 14 00:32:56.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
53952024-12-14T00:32:58.042Z[ recovery-image] Dec 14 00:32:56.455 INFO O| Dec 14 00:32:56.455 INFO STEP 362 (remove_files) COMPLETE
53962024-12-14T00:32:58.045Z[ recovery-image] Dec 14 00:32:56.456 INFO O| Dec 14 00:32:56.455 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-14T00:32:58.062Z[ recovery-image] Dec 14 00:32:56.475 INFO O| Dec 14 00:32:56.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
53982024-12-14T00:32:58.062Z[ recovery-image] Dec 14 00:32:56.475 INFO O| Dec 14 00:32:56.475 INFO STEP 363 (remove_files) COMPLETE
53992024-12-14T00:32:58.062Z[ recovery-image] Dec 14 00:32:56.475 INFO O| Dec 14 00:32:56.475 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-14T00:32:58.100Z[ recovery-image] Dec 14 00:32:56.513 INFO O| Dec 14 00:32:56.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54012024-12-14T00:32:58.100Z[ recovery-image] Dec 14 00:32:56.513 INFO O| Dec 14 00:32:56.513 INFO STEP 364 (remove_files) COMPLETE
54022024-12-14T00:32:58.103Z[ recovery-image] Dec 14 00:32:56.513 INFO O| Dec 14 00:32:56.513 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-14T00:32:58.121Z[ recovery-image] Dec 14 00:32:56.534 INFO O| Dec 14 00:32:56.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54042024-12-14T00:32:58.121Z[ recovery-image] Dec 14 00:32:56.534 INFO O| Dec 14 00:32:56.534 INFO STEP 365 (remove_files) COMPLETE
54052024-12-14T00:32:58.121Z[ recovery-image] Dec 14 00:32:56.534 INFO O| Dec 14 00:32:56.534 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-14T00:32:58.131Z[ host-image] Dec 14 00:32:56.544 INFO O| Dec 14 00:32:56.544 INFO O| Planning: Solver setup ... Done
54072024-12-14T00:32:58.139Z[ host-image] Dec 14 00:32:56.553 INFO O| Dec 14 00:32:56.552 INFO O| Planning: Running solver ... Done
54082024-12-14T00:32:58.154Z[ recovery-image] Dec 14 00:32:56.567 INFO O| Dec 14 00:32:56.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54092024-12-14T00:32:58.154Z[ recovery-image] Dec 14 00:32:56.567 INFO O| Dec 14 00:32:56.567 INFO STEP 366 (remove_files) COMPLETE
54102024-12-14T00:32:58.154Z[ recovery-image] Dec 14 00:32:56.567 INFO O| Dec 14 00:32:56.567 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-14T00:32:58.187Z[ recovery-image] Dec 14 00:32:56.600 INFO O| Dec 14 00:32:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54122024-12-14T00:32:58.187Z[ recovery-image] Dec 14 00:32:56.600 INFO O| Dec 14 00:32:56.600 INFO STEP 367 (remove_files) COMPLETE
54132024-12-14T00:32:58.187Z[ recovery-image] Dec 14 00:32:56.600 INFO O| Dec 14 00:32:56.600 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-14T00:32:58.222Z[ recovery-image] Dec 14 00:32:56.635 INFO O| Dec 14 00:32:56.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54152024-12-14T00:32:58.222Z[ recovery-image] Dec 14 00:32:56.635 INFO O| Dec 14 00:32:56.635 INFO STEP 368 (remove_files) COMPLETE
54162024-12-14T00:32:58.225Z[ recovery-image] Dec 14 00:32:56.635 INFO O| Dec 14 00:32:56.635 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-14T00:32:58.245Z[ recovery-image] Dec 14 00:32:56.658 INFO O| Dec 14 00:32:56.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54182024-12-14T00:32:58.245Z[ recovery-image] Dec 14 00:32:56.658 INFO O| Dec 14 00:32:56.658 INFO STEP 369 (remove_files) COMPLETE
54192024-12-14T00:32:58.245Z[ recovery-image] Dec 14 00:32:56.658 INFO O| Dec 14 00:32:56.658 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-14T00:32:58.258Z[ host-image] Dec 14 00:32:56.671 INFO O| Dec 14 00:32:56.671 INFO O| Planning: Finding local manifests ... Done
54212024-12-14T00:32:58.261Z[ host-image] Dec 14 00:32:56.674 INFO O| Dec 14 00:32:56.674 INFO O| Planning: Fetching manifests: 0/6 0% complete
54222024-12-14T00:32:58.284Z[ recovery-image] Dec 14 00:32:56.697 INFO O| Dec 14 00:32:56.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54232024-12-14T00:32:58.285Z[ recovery-image] Dec 14 00:32:56.697 INFO O| Dec 14 00:32:56.697 INFO STEP 370 (remove_files) COMPLETE
54242024-12-14T00:32:58.288Z[ recovery-image] Dec 14 00:32:56.698 INFO O| Dec 14 00:32:56.697 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-14T00:32:58.307Z[ recovery-image] Dec 14 00:32:56.720 INFO O| Dec 14 00:32:56.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54262024-12-14T00:32:58.307Z[ recovery-image] Dec 14 00:32:56.720 INFO O| Dec 14 00:32:56.720 INFO STEP 371 (remove_files) COMPLETE
54272024-12-14T00:32:58.307Z[ recovery-image] Dec 14 00:32:56.720 INFO O| Dec 14 00:32:56.720 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-14T00:32:58.332Z[ recovery-image] Dec 14 00:32:56.744 INFO O| Dec 14 00:32:56.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54292024-12-14T00:32:58.332Z[ recovery-image] Dec 14 00:32:56.744 INFO O| Dec 14 00:32:56.744 INFO STEP 372 (remove_files) COMPLETE
54302024-12-14T00:32:58.332Z[ recovery-image] Dec 14 00:32:56.744 INFO O| Dec 14 00:32:56.744 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-14T00:32:58.473Z[ recovery-image] Dec 14 00:32:56.885 INFO O| Dec 14 00:32:56.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54322024-12-14T00:32:58.476Z[ recovery-image] Dec 14 00:32:56.885 INFO O| Dec 14 00:32:56.885 INFO STEP 373 (remove_files) COMPLETE
54332024-12-14T00:32:58.476Z[ recovery-image] Dec 14 00:32:56.885 INFO O| Dec 14 00:32:56.885 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-14T00:32:58.495Z[ recovery-image] Dec 14 00:32:56.908 INFO O| Dec 14 00:32:56.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54352024-12-14T00:32:58.502Z[ recovery-image] Dec 14 00:32:56.908 INFO O| Dec 14 00:32:56.908 INFO STEP 374 (remove_files) COMPLETE
54362024-12-14T00:32:58.502Z[ recovery-image] Dec 14 00:32:56.908 INFO O| Dec 14 00:32:56.908 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-14T00:32:58.517Z[ recovery-image] Dec 14 00:32:56.930 INFO O| Dec 14 00:32:56.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54382024-12-14T00:32:58.517Z[ recovery-image] Dec 14 00:32:56.930 INFO O| Dec 14 00:32:56.930 INFO STEP 375 (remove_files) COMPLETE
54392024-12-14T00:32:58.521Z[ recovery-image] Dec 14 00:32:56.930 INFO O| Dec 14 00:32:56.930 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-14T00:32:58.548Z[ recovery-image] Dec 14 00:32:56.961 INFO O| Dec 14 00:32:56.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54412024-12-14T00:32:58.548Z[ recovery-image] Dec 14 00:32:56.961 INFO O| Dec 14 00:32:56.961 INFO STEP 376 (remove_files) COMPLETE
54422024-12-14T00:32:58.548Z[ recovery-image] Dec 14 00:32:56.961 INFO O| Dec 14 00:32:56.961 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-14T00:32:58.579Z[ recovery-image] Dec 14 00:32:56.992 INFO O| Dec 14 00:32:56.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54442024-12-14T00:32:58.579Z[ recovery-image] Dec 14 00:32:56.992 INFO O| Dec 14 00:32:56.992 INFO STEP 377 (remove_files) COMPLETE
54452024-12-14T00:32:58.582Z[ recovery-image] Dec 14 00:32:56.992 INFO O| Dec 14 00:32:56.992 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-14T00:32:58.617Z[ recovery-image] Dec 14 00:32:57.030 INFO O| Dec 14 00:32:57.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54472024-12-14T00:32:58.617Z[ recovery-image] Dec 14 00:32:57.030 INFO O| Dec 14 00:32:57.030 INFO STEP 378 (remove_files) COMPLETE
54482024-12-14T00:32:58.619Z[ recovery-image] Dec 14 00:32:57.030 INFO O| Dec 14 00:32:57.030 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-14T00:32:58.622Z[ host-image] Dec 14 00:32:57.034 INFO O| Dec 14 00:32:57.034 INFO O| Planning: Fetching manifests: 6/6 100% complete
54502024-12-14T00:32:58.689Z[ host-image] Dec 14 00:32:57.102 INFO O| Dec 14 00:32:57.102 INFO O| Planning: Package planning ... Done
54512024-12-14T00:32:58.703Z[ recovery-image] Dec 14 00:32:57.116 INFO O| Dec 14 00:32:57.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54522024-12-14T00:32:58.706Z[ recovery-image] Dec 14 00:32:57.116 INFO O| Dec 14 00:32:57.116 INFO STEP 379 (remove_files) COMPLETE
54532024-12-14T00:32:58.706Z[ recovery-image] Dec 14 00:32:57.116 INFO O| Dec 14 00:32:57.116 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-12-14T00:32:58.727Z[ recovery-image] Dec 14 00:32:57.140 INFO O| Dec 14 00:32:57.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54552024-12-14T00:32:58.728Z[ recovery-image] Dec 14 00:32:57.140 INFO O| Dec 14 00:32:57.140 INFO STEP 380 (remove_files) COMPLETE
54562024-12-14T00:32:58.728Z[ recovery-image] Dec 14 00:32:57.141 INFO O| Dec 14 00:32:57.140 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-12-14T00:32:58.731Z[ host-image] Dec 14 00:32:57.142 INFO O| Dec 14 00:32:57.142 INFO O| Planning: Merging actions ... Done
54582024-12-14T00:32:58.754Z[ recovery-image] Dec 14 00:32:57.167 INFO O| Dec 14 00:32:57.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54592024-12-14T00:32:58.754Z[ recovery-image] Dec 14 00:32:57.167 INFO O| Dec 14 00:32:57.167 INFO STEP 381 (remove_files) COMPLETE
54602024-12-14T00:32:58.757Z[ recovery-image] Dec 14 00:32:57.167 INFO O| Dec 14 00:32:57.167 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-14T00:32:58.804Z[ recovery-image] Dec 14 00:32:57.217 INFO O| Dec 14 00:32:57.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54622024-12-14T00:32:58.804Z[ recovery-image] Dec 14 00:32:57.217 INFO O| Dec 14 00:32:57.217 INFO STEP 382 (remove_files) COMPLETE
54632024-12-14T00:32:58.808Z[ recovery-image] Dec 14 00:32:57.217 INFO O| Dec 14 00:32:57.217 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-14T00:32:58.843Z[ recovery-image] Dec 14 00:32:57.256 INFO O| Dec 14 00:32:57.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54652024-12-14T00:32:58.843Z[ recovery-image] Dec 14 00:32:57.256 INFO O| Dec 14 00:32:57.256 INFO STEP 383 (remove_files) COMPLETE
54662024-12-14T00:32:58.843Z[ recovery-image] Dec 14 00:32:57.256 INFO O| Dec 14 00:32:57.256 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-14T00:32:58.863Z[ recovery-image] Dec 14 00:32:57.276 INFO O| Dec 14 00:32:57.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54682024-12-14T00:32:58.863Z[ recovery-image] Dec 14 00:32:57.276 INFO O| Dec 14 00:32:57.276 INFO STEP 384 (remove_files) COMPLETE
54692024-12-14T00:32:58.865Z[ recovery-image] Dec 14 00:32:57.276 INFO O| Dec 14 00:32:57.276 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-14T00:32:58.882Z[ recovery-image] Dec 14 00:32:57.295 INFO O| Dec 14 00:32:57.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54712024-12-14T00:32:58.882Z[ recovery-image] Dec 14 00:32:57.295 INFO O| Dec 14 00:32:57.295 INFO STEP 385 (remove_files) COMPLETE
54722024-12-14T00:32:58.884Z[ recovery-image] Dec 14 00:32:57.295 INFO O| Dec 14 00:32:57.295 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-14T00:32:58.912Z[ host-image] Dec 14 00:32:57.325 INFO O| Dec 14 00:32:57.325 INFO O| Planning: Checking for conflicting actions ... Done
54742024-12-14T00:32:58.915Z[ recovery-image] Dec 14 00:32:57.328 INFO O| Dec 14 00:32:57.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54752024-12-14T00:32:58.918Z[ recovery-image] Dec 14 00:32:57.329 INFO O| Dec 14 00:32:57.328 INFO STEP 386 (remove_files) COMPLETE
54762024-12-14T00:32:58.918Z[ recovery-image] Dec 14 00:32:57.329 INFO O| Dec 14 00:32:57.328 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-14T00:32:58.921Z[ host-image] Dec 14 00:32:57.334 INFO O| Dec 14 00:32:57.334 INFO O| Planning: Consolidating action changes ... Done
54782024-12-14T00:32:58.978Z[ recovery-image] Dec 14 00:32:57.391 INFO O| Dec 14 00:32:57.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54792024-12-14T00:32:58.978Z[ recovery-image] Dec 14 00:32:57.391 INFO O| Dec 14 00:32:57.391 INFO STEP 387 (remove_files) COMPLETE
54802024-12-14T00:32:58.978Z[ recovery-image] Dec 14 00:32:57.391 INFO O| Dec 14 00:32:57.391 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-14T00:32:59.048Z[ recovery-image] Dec 14 00:32:57.461 INFO O| Dec 14 00:32:57.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54822024-12-14T00:32:59.048Z[ recovery-image] Dec 14 00:32:57.461 INFO O| Dec 14 00:32:57.461 INFO STEP 388 (remove_files) COMPLETE
54832024-12-14T00:32:59.049Z[ recovery-image] Dec 14 00:32:57.461 INFO O| Dec 14 00:32:57.461 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-14T00:32:59.071Z[ recovery-image] Dec 14 00:32:57.483 INFO O| Dec 14 00:32:57.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54852024-12-14T00:32:59.071Z[ recovery-image] Dec 14 00:32:57.484 INFO O| Dec 14 00:32:57.483 INFO STEP 389 (remove_files) COMPLETE
54862024-12-14T00:32:59.071Z[ recovery-image] Dec 14 00:32:57.484 INFO O| Dec 14 00:32:57.484 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-14T00:32:59.106Z[ recovery-image] Dec 14 00:32:57.516 INFO O| Dec 14 00:32:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54882024-12-14T00:32:59.108Z[ recovery-image] Dec 14 00:32:57.517 INFO O| Dec 14 00:32:57.516 INFO STEP 390 (remove_files) COMPLETE
54892024-12-14T00:32:59.108Z[ recovery-image] Dec 14 00:32:57.517 INFO O| Dec 14 00:32:57.517 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-14T00:32:59.128Z[ recovery-image] Dec 14 00:32:57.540 INFO O| Dec 14 00:32:57.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54912024-12-14T00:32:59.130Z[ recovery-image] Dec 14 00:32:57.541 INFO O| Dec 14 00:32:57.541 INFO STEP 391 (remove_files) COMPLETE
54922024-12-14T00:32:59.130Z[ recovery-image] Dec 14 00:32:57.541 INFO O| Dec 14 00:32:57.541 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-14T00:32:59.147Z[ recovery-image] Dec 14 00:32:57.560 INFO O| Dec 14 00:32:57.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54942024-12-14T00:32:59.150Z[ recovery-image] Dec 14 00:32:57.560 INFO O| Dec 14 00:32:57.560 INFO STEP 392 (remove_files) COMPLETE
54952024-12-14T00:32:59.150Z[ recovery-image] Dec 14 00:32:57.560 INFO O| Dec 14 00:32:57.560 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-14T00:32:59.166Z[ recovery-image] Dec 14 00:32:57.579 INFO O| Dec 14 00:32:57.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54972024-12-14T00:32:59.169Z[ recovery-image] Dec 14 00:32:57.579 INFO O| Dec 14 00:32:57.579 INFO STEP 393 (remove_files) COMPLETE
54982024-12-14T00:32:59.169Z[ recovery-image] Dec 14 00:32:57.579 INFO O| Dec 14 00:32:57.579 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-14T00:32:59.195Z[ recovery-image] Dec 14 00:32:57.608 INFO O| Dec 14 00:32:57.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55002024-12-14T00:32:59.195Z[ recovery-image] Dec 14 00:32:57.608 INFO O| Dec 14 00:32:57.608 INFO STEP 394 (remove_files) COMPLETE
55012024-12-14T00:32:59.195Z[ recovery-image] Dec 14 00:32:57.608 INFO O| Dec 14 00:32:57.608 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-14T00:32:59.215Z[ recovery-image] Dec 14 00:32:57.628 INFO O| Dec 14 00:32:57.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55032024-12-14T00:32:59.217Z[ recovery-image] Dec 14 00:32:57.628 INFO O| Dec 14 00:32:57.628 INFO STEP 395 (remove_files) COMPLETE
55042024-12-14T00:32:59.217Z[ recovery-image] Dec 14 00:32:57.628 INFO O| Dec 14 00:32:57.628 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-14T00:32:59.251Z[ recovery-image] Dec 14 00:32:57.663 INFO O| Dec 14 00:32:57.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55062024-12-14T00:32:59.253Z[ recovery-image] Dec 14 00:32:57.663 INFO O| Dec 14 00:32:57.663 INFO STEP 396 (remove_files) COMPLETE
55072024-12-14T00:32:59.253Z[ recovery-image] Dec 14 00:32:57.663 INFO O| Dec 14 00:32:57.663 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-12-14T00:32:59.271Z[ recovery-image] Dec 14 00:32:57.684 INFO O| Dec 14 00:32:57.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55092024-12-14T00:32:59.274Z[ recovery-image] Dec 14 00:32:57.684 INFO O| Dec 14 00:32:57.684 INFO STEP 397 (remove_files) COMPLETE
55102024-12-14T00:32:59.274Z[ recovery-image] Dec 14 00:32:57.685 INFO O| Dec 14 00:32:57.684 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-14T00:32:59.354Z[ recovery-image] Dec 14 00:32:57.767 INFO O| Dec 14 00:32:57.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55122024-12-14T00:32:59.355Z[ recovery-image] Dec 14 00:32:57.767 INFO O| Dec 14 00:32:57.767 INFO STEP 398 (remove_files) COMPLETE
55132024-12-14T00:32:59.355Z[ recovery-image] Dec 14 00:32:57.767 INFO O| Dec 14 00:32:57.767 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-14T00:32:59.417Z[ recovery-image] Dec 14 00:32:57.829 INFO O| Dec 14 00:32:57.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55152024-12-14T00:32:59.417Z[ recovery-image] Dec 14 00:32:57.829 INFO O| Dec 14 00:32:57.829 INFO STEP 399 (remove_files) COMPLETE
55162024-12-14T00:32:59.419Z[ recovery-image] Dec 14 00:32:57.830 INFO O| Dec 14 00:32:57.829 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-14T00:32:59.437Z[ recovery-image] Dec 14 00:32:57.849 INFO O| Dec 14 00:32:57.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55182024-12-14T00:32:59.437Z[ recovery-image] Dec 14 00:32:57.850 INFO O| Dec 14 00:32:57.849 INFO STEP 400 (remove_files) COMPLETE
55192024-12-14T00:32:59.437Z[ recovery-image] Dec 14 00:32:57.850 INFO O| Dec 14 00:32:57.850 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-14T00:32:59.458Z[ recovery-image] Dec 14 00:32:57.871 INFO O| Dec 14 00:32:57.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55212024-12-14T00:32:59.458Z[ recovery-image] Dec 14 00:32:57.871 INFO O| Dec 14 00:32:57.871 INFO STEP 401 (remove_files) COMPLETE
55222024-12-14T00:32:59.458Z[ recovery-image] Dec 14 00:32:57.871 INFO O| Dec 14 00:32:57.871 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-12-14T00:32:59.490Z[ recovery-image] Dec 14 00:32:57.903 INFO O| Dec 14 00:32:57.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55242024-12-14T00:32:59.491Z[ recovery-image] Dec 14 00:32:57.903 INFO O| Dec 14 00:32:57.903 INFO STEP 402 (remove_files) COMPLETE
55252024-12-14T00:32:59.491Z[ recovery-image] Dec 14 00:32:57.903 INFO O| Dec 14 00:32:57.903 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-12-14T00:32:59.511Z[ recovery-image] Dec 14 00:32:57.924 INFO O| Dec 14 00:32:57.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55272024-12-14T00:32:59.511Z[ recovery-image] Dec 14 00:32:57.924 INFO O| Dec 14 00:32:57.924 INFO STEP 403 (remove_files) COMPLETE
55282024-12-14T00:32:59.511Z[ recovery-image] Dec 14 00:32:57.924 INFO O| Dec 14 00:32:57.924 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-12-14T00:32:59.546Z[ host-image] Dec 14 00:32:57.958 INFO O| Dec 14 00:32:57.957 INFO O| Planning: Evaluating mediators ... Done
55302024-12-14T00:32:59.551Z[ host-image] Dec 14 00:32:57.963 INFO O| Dec 14 00:32:57.963 INFO O| Planning: Planning completed in 5.59 seconds
55312024-12-14T00:32:59.554Z[ host-image] Dec 14 00:32:57.966 INFO O| Dec 14 00:32:57.966 INFO O| Packages to install: 6
55322024-12-14T00:32:59.554Z[ host-image] Dec 14 00:32:57.966 INFO O| Dec 14 00:32:57.966 INFO O| Mediators to change: 1
55332024-12-14T00:32:59.557Z[ host-image] Dec 14 00:32:57.966 INFO O| Dec 14 00:32:57.966 INFO O| Services to change: 1
55342024-12-14T00:32:59.557Z[ recovery-image] Dec 14 00:32:57.968 INFO O| Dec 14 00:32:57.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55352024-12-14T00:32:59.557Z[ recovery-image] Dec 14 00:32:57.968 INFO O| Dec 14 00:32:57.968 INFO STEP 404 (remove_files) COMPLETE
55362024-12-14T00:32:59.557Z[ recovery-image] Dec 14 00:32:57.968 INFO O| Dec 14 00:32:57.968 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-14T00:32:59.581Z[ host-image] Dec 14 00:32:57.994 INFO O| Dec 14 00:32:57.994 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
55382024-12-14T00:32:59.587Z[ recovery-image] Dec 14 00:32:58.000 INFO O| Dec 14 00:32:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55392024-12-14T00:32:59.587Z[ recovery-image] Dec 14 00:32:58.000 INFO O| Dec 14 00:32:58.000 INFO STEP 405 (remove_files) COMPLETE
55402024-12-14T00:32:59.590Z[ recovery-image] Dec 14 00:32:58.000 INFO O| Dec 14 00:32:58.000 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-12-14T00:32:59.608Z[ recovery-image] Dec 14 00:32:58.020 INFO O| Dec 14 00:32:58.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55422024-12-14T00:32:59.609Z[ recovery-image] Dec 14 00:32:58.020 INFO O| Dec 14 00:32:58.020 INFO STEP 406 (remove_files) COMPLETE
55432024-12-14T00:32:59.612Z[ recovery-image] Dec 14 00:32:58.020 INFO O| Dec 14 00:32:58.020 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-12-14T00:32:59.627Z[ recovery-image] Dec 14 00:32:58.040 INFO O| Dec 14 00:32:58.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55452024-12-14T00:32:59.630Z[ recovery-image] Dec 14 00:32:58.040 INFO O| Dec 14 00:32:58.040 INFO STEP 407 (remove_files) COMPLETE
55462024-12-14T00:32:59.630Z[ recovery-image] Dec 14 00:32:58.040 INFO O| Dec 14 00:32:58.040 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-12-14T00:32:59.669Z[ recovery-image] Dec 14 00:32:58.082 INFO O| Dec 14 00:32:58.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55482024-12-14T00:32:59.669Z[ recovery-image] Dec 14 00:32:58.082 INFO O| Dec 14 00:32:58.082 INFO STEP 408 (remove_files) COMPLETE
55492024-12-14T00:32:59.669Z[ recovery-image] Dec 14 00:32:58.082 INFO O| Dec 14 00:32:58.082 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-12-14T00:32:59.723Z[ recovery-image] Dec 14 00:32:58.136 INFO O| Dec 14 00:32:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55512024-12-14T00:32:59.723Z[ recovery-image] Dec 14 00:32:58.136 INFO O| Dec 14 00:32:58.136 INFO STEP 409 (remove_files) COMPLETE
55522024-12-14T00:32:59.723Z[ recovery-image] Dec 14 00:32:58.136 INFO O| Dec 14 00:32:58.136 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-12-14T00:32:59.742Z[ recovery-image] Dec 14 00:32:58.155 INFO O| Dec 14 00:32:58.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55542024-12-14T00:32:59.745Z[ recovery-image] Dec 14 00:32:58.156 INFO O| Dec 14 00:32:58.156 INFO STEP 410 (remove_files) COMPLETE
55552024-12-14T00:32:59.745Z[ recovery-image] Dec 14 00:32:58.156 INFO O| Dec 14 00:32:58.156 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-12-14T00:32:59.787Z[ recovery-image] Dec 14 00:32:58.200 INFO O| Dec 14 00:32:58.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55572024-12-14T00:32:59.787Z[ recovery-image] Dec 14 00:32:58.200 INFO O| Dec 14 00:32:58.200 INFO STEP 411 (remove_files) COMPLETE
55582024-12-14T00:32:59.787Z[ recovery-image] Dec 14 00:32:58.200 INFO O| Dec 14 00:32:58.200 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-12-14T00:32:59.825Z[ recovery-image] Dec 14 00:32:58.238 INFO O| Dec 14 00:32:58.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55602024-12-14T00:32:59.828Z[ recovery-image] Dec 14 00:32:58.238 INFO O| Dec 14 00:32:58.238 INFO STEP 412 (remove_files) COMPLETE
55612024-12-14T00:32:59.828Z[ recovery-image] Dec 14 00:32:58.238 INFO O| Dec 14 00:32:58.238 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-12-14T00:32:59.881Z[ recovery-image] Dec 14 00:32:58.294 INFO O| Dec 14 00:32:58.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55632024-12-14T00:32:59.881Z[ recovery-image] Dec 14 00:32:58.294 INFO O| Dec 14 00:32:58.294 INFO STEP 413 (remove_files) COMPLETE
55642024-12-14T00:32:59.884Z[ recovery-image] Dec 14 00:32:58.294 INFO O| Dec 14 00:32:58.294 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-12-14T00:32:59.901Z[ recovery-image] Dec 14 00:32:58.314 INFO O| Dec 14 00:32:58.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55662024-12-14T00:32:59.901Z[ recovery-image] Dec 14 00:32:58.314 INFO O| Dec 14 00:32:58.314 INFO STEP 414 (remove_files) COMPLETE
55672024-12-14T00:32:59.904Z[ recovery-image] Dec 14 00:32:58.314 INFO O| Dec 14 00:32:58.314 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-12-14T00:32:59.921Z[ recovery-image] Dec 14 00:32:58.334 INFO O| Dec 14 00:32:58.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55692024-12-14T00:32:59.921Z[ recovery-image] Dec 14 00:32:58.334 INFO O| Dec 14 00:32:58.334 INFO STEP 415 (remove_files) COMPLETE
55702024-12-14T00:32:59.921Z[ recovery-image] Dec 14 00:32:58.334 INFO O| Dec 14 00:32:58.334 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-12-14T00:32:59.946Z[ recovery-image] Dec 14 00:32:58.358 INFO O| Dec 14 00:32:58.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55722024-12-14T00:32:59.946Z[ recovery-image] Dec 14 00:32:58.358 INFO O| Dec 14 00:32:58.358 INFO STEP 416 (remove_files) COMPLETE
55732024-12-14T00:32:59.946Z[ recovery-image] Dec 14 00:32:58.358 INFO O| Dec 14 00:32:58.358 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-12-14T00:32:59.971Z[ recovery-image] Dec 14 00:32:58.383 INFO O| Dec 14 00:32:58.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55752024-12-14T00:32:59.971Z[ recovery-image] Dec 14 00:32:58.383 INFO O| Dec 14 00:32:58.383 INFO STEP 417 (remove_files) COMPLETE
55762024-12-14T00:32:59.974Z[ recovery-image] Dec 14 00:32:58.383 INFO O| Dec 14 00:32:58.383 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-12-14T00:32:59.997Z[ recovery-image] Dec 14 00:32:58.408 INFO O| Dec 14 00:32:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55782024-12-14T00:32:59.997Z[ recovery-image] Dec 14 00:32:58.408 INFO O| Dec 14 00:32:58.408 INFO STEP 418 (remove_files) COMPLETE
55792024-12-14T00:33:00.000Z[ recovery-image] Dec 14 00:32:58.408 INFO O| Dec 14 00:32:58.408 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-12-14T00:33:00.017Z[ recovery-image] Dec 14 00:32:58.430 INFO O| Dec 14 00:32:58.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55812024-12-14T00:33:00.017Z[ recovery-image] Dec 14 00:32:58.430 INFO O| Dec 14 00:32:58.430 INFO STEP 419 (remove_files) COMPLETE
55822024-12-14T00:33:00.017Z[ recovery-image] Dec 14 00:32:58.430 INFO O| Dec 14 00:32:58.430 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-12-14T00:33:00.038Z[ recovery-image] Dec 14 00:32:58.450 INFO O| Dec 14 00:32:58.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55842024-12-14T00:33:00.038Z[ recovery-image] Dec 14 00:32:58.451 INFO O| Dec 14 00:32:58.451 INFO STEP 420 (remove_files) COMPLETE
55852024-12-14T00:33:00.038Z[ recovery-image] Dec 14 00:32:58.451 INFO O| Dec 14 00:32:58.451 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-12-14T00:33:00.058Z[ recovery-image] Dec 14 00:32:58.470 INFO O| Dec 14 00:32:58.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55872024-12-14T00:33:00.058Z[ recovery-image] Dec 14 00:32:58.471 INFO O| Dec 14 00:32:58.471 INFO STEP 421 (remove_files) COMPLETE
55882024-12-14T00:33:00.063Z[ recovery-image] Dec 14 00:32:58.471 INFO O| Dec 14 00:32:58.471 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-12-14T00:33:00.095Z[ recovery-image] Dec 14 00:32:58.508 INFO O| Dec 14 00:32:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55902024-12-14T00:33:00.095Z[ recovery-image] Dec 14 00:32:58.508 INFO O| Dec 14 00:32:58.508 INFO STEP 422 (remove_files) COMPLETE
55912024-12-14T00:33:00.095Z[ recovery-image] Dec 14 00:32:58.508 INFO O| Dec 14 00:32:58.508 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-12-14T00:33:00.116Z[ recovery-image] Dec 14 00:32:58.528 INFO O| Dec 14 00:32:58.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55932024-12-14T00:33:00.116Z[ recovery-image] Dec 14 00:32:58.528 INFO O| Dec 14 00:32:58.528 INFO STEP 423 (remove_files) COMPLETE
55942024-12-14T00:33:00.116Z[ recovery-image] Dec 14 00:32:58.528 INFO O| Dec 14 00:32:58.528 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-12-14T00:33:00.137Z[ recovery-image] Dec 14 00:32:58.550 INFO O| Dec 14 00:32:58.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55962024-12-14T00:33:00.137Z[ recovery-image] Dec 14 00:32:58.550 INFO O| Dec 14 00:32:58.550 INFO STEP 424 (remove_files) COMPLETE
55972024-12-14T00:33:00.137Z[ recovery-image] Dec 14 00:32:58.550 INFO O| Dec 14 00:32:58.550 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-12-14T00:33:00.162Z[ recovery-image] Dec 14 00:32:58.575 INFO O| Dec 14 00:32:58.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55992024-12-14T00:33:00.166Z[ recovery-image] Dec 14 00:32:58.575 INFO O| Dec 14 00:32:58.575 INFO STEP 425 (remove_files) COMPLETE
56002024-12-14T00:33:00.166Z[ recovery-image] Dec 14 00:32:58.575 INFO O| Dec 14 00:32:58.575 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-12-14T00:33:00.183Z[ recovery-image] Dec 14 00:32:58.595 INFO O| Dec 14 00:32:58.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56022024-12-14T00:33:00.186Z[ recovery-image] Dec 14 00:32:58.596 INFO O| Dec 14 00:32:58.595 INFO STEP 426 (remove_files) COMPLETE
56032024-12-14T00:33:00.186Z[ recovery-image] Dec 14 00:32:58.596 INFO O| Dec 14 00:32:58.596 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-12-14T00:33:00.203Z[ recovery-image] Dec 14 00:32:58.616 INFO O| Dec 14 00:32:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56052024-12-14T00:33:00.206Z[ recovery-image] Dec 14 00:32:58.616 INFO O| Dec 14 00:32:58.616 INFO STEP 427 (remove_files) COMPLETE
56062024-12-14T00:33:00.206Z[ recovery-image] Dec 14 00:32:58.616 INFO O| Dec 14 00:32:58.616 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-12-14T00:33:00.224Z[ recovery-image] Dec 14 00:32:58.636 INFO O| Dec 14 00:32:58.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56082024-12-14T00:33:00.227Z[ recovery-image] Dec 14 00:32:58.636 INFO O| Dec 14 00:32:58.636 INFO STEP 428 (remove_files) COMPLETE
56092024-12-14T00:33:00.227Z[ recovery-image] Dec 14 00:32:58.636 INFO O| Dec 14 00:32:58.636 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-12-14T00:33:00.246Z[ recovery-image] Dec 14 00:32:58.658 INFO O| Dec 14 00:32:58.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56112024-12-14T00:33:00.246Z[ recovery-image] Dec 14 00:32:58.658 INFO O| Dec 14 00:32:58.658 INFO STEP 429 (remove_files) COMPLETE
56122024-12-14T00:33:00.246Z[ recovery-image] Dec 14 00:32:58.658 INFO O| Dec 14 00:32:58.658 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-12-14T00:33:00.267Z[ recovery-image] Dec 14 00:32:58.679 INFO O| Dec 14 00:32:58.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56142024-12-14T00:33:00.267Z[ recovery-image] Dec 14 00:32:58.680 INFO O| Dec 14 00:32:58.680 INFO STEP 430 (remove_files) COMPLETE
56152024-12-14T00:33:00.268Z[ recovery-image] Dec 14 00:32:58.680 INFO O| Dec 14 00:32:58.680 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-12-14T00:33:00.291Z[ recovery-image] Dec 14 00:32:58.703 INFO O| Dec 14 00:32:58.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56172024-12-14T00:33:00.291Z[ recovery-image] Dec 14 00:32:58.703 INFO O| Dec 14 00:32:58.703 INFO STEP 431 (remove_files) COMPLETE
56182024-12-14T00:33:00.293Z[ recovery-image] Dec 14 00:32:58.703 INFO O| Dec 14 00:32:58.703 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-14T00:33:00.312Z[ recovery-image] Dec 14 00:32:58.724 INFO O| Dec 14 00:32:58.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56202024-12-14T00:33:00.312Z[ recovery-image] Dec 14 00:32:58.724 INFO O| Dec 14 00:32:58.724 INFO STEP 432 (remove_files) COMPLETE
56212024-12-14T00:33:00.315Z[ recovery-image] Dec 14 00:32:58.724 INFO O| Dec 14 00:32:58.724 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-14T00:33:00.338Z[ recovery-image] Dec 14 00:32:58.750 INFO O| Dec 14 00:32:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56232024-12-14T00:33:00.338Z[ recovery-image] Dec 14 00:32:58.750 INFO O| Dec 14 00:32:58.750 INFO STEP 433 (remove_files) COMPLETE
56242024-12-14T00:33:00.338Z[ recovery-image] Dec 14 00:32:58.750 INFO O| Dec 14 00:32:58.750 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-14T00:33:00.360Z[ recovery-image] Dec 14 00:32:58.773 INFO O| Dec 14 00:32:58.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56262024-12-14T00:33:00.360Z[ recovery-image] Dec 14 00:32:58.773 INFO O| Dec 14 00:32:58.773 INFO STEP 434 (remove_files) COMPLETE
56272024-12-14T00:33:00.360Z[ recovery-image] Dec 14 00:32:58.773 INFO O| Dec 14 00:32:58.773 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-12-14T00:33:00.382Z[ recovery-image] Dec 14 00:32:58.795 INFO O| Dec 14 00:32:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56292024-12-14T00:33:00.382Z[ recovery-image] Dec 14 00:32:58.795 INFO O| Dec 14 00:32:58.795 INFO STEP 435 (remove_files) COMPLETE
56302024-12-14T00:33:00.382Z[ recovery-image] Dec 14 00:32:58.795 INFO O| Dec 14 00:32:58.795 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-12-14T00:33:00.403Z[ recovery-image] Dec 14 00:32:58.816 INFO O| Dec 14 00:32:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56322024-12-14T00:33:00.403Z[ recovery-image] Dec 14 00:32:58.816 INFO O| Dec 14 00:32:58.816 INFO STEP 436 (remove_files) COMPLETE
56332024-12-14T00:33:00.406Z[ recovery-image] Dec 14 00:32:58.816 INFO O| Dec 14 00:32:58.816 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-12-14T00:33:00.426Z[ recovery-image] Dec 14 00:32:58.838 INFO O| Dec 14 00:32:58.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56352024-12-14T00:33:00.426Z[ recovery-image] Dec 14 00:32:58.838 INFO O| Dec 14 00:32:58.838 INFO STEP 437 (remove_files) COMPLETE
56362024-12-14T00:33:00.426Z[ recovery-image] Dec 14 00:32:58.839 INFO O| Dec 14 00:32:58.838 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-12-14T00:33:00.448Z[ recovery-image] Dec 14 00:32:58.860 INFO O| Dec 14 00:32:58.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56382024-12-14T00:33:00.449Z[ recovery-image] Dec 14 00:32:58.860 INFO O| Dec 14 00:32:58.860 INFO STEP 438 (remove_files) COMPLETE
56392024-12-14T00:33:00.449Z[ recovery-image] Dec 14 00:32:58.860 INFO O| Dec 14 00:32:58.860 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-12-14T00:33:00.471Z[ recovery-image] Dec 14 00:32:58.883 INFO O| Dec 14 00:32:58.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56412024-12-14T00:33:00.471Z[ recovery-image] Dec 14 00:32:58.883 INFO O| Dec 14 00:32:58.883 INFO STEP 439 (remove_files) COMPLETE
56422024-12-14T00:33:00.473Z[ recovery-image] Dec 14 00:32:58.883 INFO O| Dec 14 00:32:58.883 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-12-14T00:33:00.492Z[ recovery-image] Dec 14 00:32:58.904 INFO O| Dec 14 00:32:58.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56442024-12-14T00:33:00.492Z[ recovery-image] Dec 14 00:32:58.904 INFO O| Dec 14 00:32:58.904 INFO STEP 440 (remove_files) COMPLETE
56452024-12-14T00:33:00.492Z[ recovery-image] Dec 14 00:32:58.904 INFO O| Dec 14 00:32:58.904 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-12-14T00:33:00.512Z[ recovery-image] Dec 14 00:32:58.924 INFO O| Dec 14 00:32:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56472024-12-14T00:33:00.512Z[ recovery-image] Dec 14 00:32:58.924 INFO O| Dec 14 00:32:58.924 INFO STEP 441 (remove_files) COMPLETE
56482024-12-14T00:33:00.512Z[ recovery-image] Dec 14 00:32:58.925 INFO O| Dec 14 00:32:58.924 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-12-14T00:33:00.531Z[ recovery-image] Dec 14 00:32:58.944 INFO O| Dec 14 00:32:58.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56502024-12-14T00:33:00.531Z[ recovery-image] Dec 14 00:32:58.944 INFO O| Dec 14 00:32:58.944 INFO STEP 442 (remove_files) COMPLETE
56512024-12-14T00:33:00.532Z[ recovery-image] Dec 14 00:32:58.944 INFO O| Dec 14 00:32:58.944 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-12-14T00:33:00.550Z[ recovery-image] Dec 14 00:32:58.962 INFO O| Dec 14 00:32:58.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56532024-12-14T00:33:00.550Z[ recovery-image] Dec 14 00:32:58.963 INFO O| Dec 14 00:32:58.962 INFO STEP 443 (remove_files) COMPLETE
56542024-12-14T00:33:00.553Z[ recovery-image] Dec 14 00:32:58.963 INFO O| Dec 14 00:32:58.962 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-12-14T00:33:00.647Z[ recovery-image] Dec 14 00:32:59.060 INFO O| Dec 14 00:32:59.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56562024-12-14T00:33:00.648Z[ recovery-image] Dec 14 00:32:59.060 INFO O| Dec 14 00:32:59.060 INFO STEP 444 (remove_files) COMPLETE
56572024-12-14T00:33:00.651Z[ recovery-image] Dec 14 00:32:59.060 INFO O| Dec 14 00:32:59.060 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-12-14T00:33:00.667Z[ recovery-image] Dec 14 00:32:59.080 INFO O| Dec 14 00:32:59.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56592024-12-14T00:33:00.667Z[ recovery-image] Dec 14 00:32:59.080 INFO O| Dec 14 00:32:59.080 INFO STEP 445 (remove_files) COMPLETE
56602024-12-14T00:33:00.671Z[ recovery-image] Dec 14 00:32:59.080 INFO O| Dec 14 00:32:59.080 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-12-14T00:33:00.686Z[ recovery-image] Dec 14 00:32:59.098 INFO O| Dec 14 00:32:59.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56622024-12-14T00:33:00.686Z[ recovery-image] Dec 14 00:32:59.098 INFO O| Dec 14 00:32:59.098 INFO STEP 446 (remove_files) COMPLETE
56632024-12-14T00:33:00.689Z[ recovery-image] Dec 14 00:32:59.099 INFO O| Dec 14 00:32:59.098 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-12-14T00:33:00.706Z[ recovery-image] Dec 14 00:32:59.119 INFO O| Dec 14 00:32:59.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56652024-12-14T00:33:00.706Z[ recovery-image] Dec 14 00:32:59.119 INFO O| Dec 14 00:32:59.119 INFO STEP 447 (remove_files) COMPLETE
56662024-12-14T00:33:00.706Z[ recovery-image] Dec 14 00:32:59.119 INFO O| Dec 14 00:32:59.119 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-12-14T00:33:00.727Z[ recovery-image] Dec 14 00:32:59.139 INFO O| Dec 14 00:32:59.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56682024-12-14T00:33:00.727Z[ recovery-image] Dec 14 00:32:59.140 INFO O| Dec 14 00:32:59.140 INFO STEP 448 (remove_files) COMPLETE
56692024-12-14T00:33:00.731Z[ recovery-image] Dec 14 00:32:59.140 INFO O| Dec 14 00:32:59.140 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-12-14T00:33:00.749Z[ recovery-image] Dec 14 00:32:59.162 INFO O| Dec 14 00:32:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56712024-12-14T00:33:00.749Z[ recovery-image] Dec 14 00:32:59.162 INFO O| Dec 14 00:32:59.162 INFO STEP 449 (remove_files) COMPLETE
56722024-12-14T00:33:00.751Z[ recovery-image] Dec 14 00:32:59.162 INFO O| Dec 14 00:32:59.162 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-12-14T00:33:00.864Z[ recovery-image] Dec 14 00:32:59.276 INFO O| Dec 14 00:32:59.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56742024-12-14T00:33:00.864Z[ recovery-image] Dec 14 00:32:59.276 INFO O| Dec 14 00:32:59.276 INFO STEP 450 (remove_files) COMPLETE
56752024-12-14T00:33:00.864Z[ recovery-image] Dec 14 00:32:59.276 INFO O| Dec 14 00:32:59.276 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-12-14T00:33:00.882Z[ recovery-image] Dec 14 00:32:59.294 INFO O| Dec 14 00:32:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56772024-12-14T00:33:00.882Z[ recovery-image] Dec 14 00:32:59.294 INFO O| Dec 14 00:32:59.294 INFO STEP 451 (remove_files) COMPLETE
56782024-12-14T00:33:00.882Z[ recovery-image] Dec 14 00:32:59.294 INFO O| Dec 14 00:32:59.294 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-12-14T00:33:00.899Z[ recovery-image] Dec 14 00:32:59.312 INFO O| Dec 14 00:32:59.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56802024-12-14T00:33:00.899Z[ recovery-image] Dec 14 00:32:59.312 INFO O| Dec 14 00:32:59.312 INFO STEP 452 (remove_files) COMPLETE
56812024-12-14T00:33:00.899Z[ recovery-image] Dec 14 00:32:59.312 INFO O| Dec 14 00:32:59.312 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-12-14T00:33:00.935Z[ recovery-image] Dec 14 00:32:59.348 INFO O| Dec 14 00:32:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56832024-12-14T00:33:00.935Z[ recovery-image] Dec 14 00:32:59.348 INFO O| Dec 14 00:32:59.348 INFO STEP 453 (remove_files) COMPLETE
56842024-12-14T00:33:00.935Z[ recovery-image] Dec 14 00:32:59.348 INFO O| Dec 14 00:32:59.348 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-12-14T00:33:00.953Z[ recovery-image] Dec 14 00:32:59.366 INFO O| Dec 14 00:32:59.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56862024-12-14T00:33:00.954Z[ recovery-image] Dec 14 00:32:59.366 INFO O| Dec 14 00:32:59.366 INFO STEP 454 (remove_files) COMPLETE
56872024-12-14T00:33:00.954Z[ recovery-image] Dec 14 00:32:59.366 INFO O| Dec 14 00:32:59.366 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-12-14T00:33:00.971Z[ recovery-image] Dec 14 00:32:59.383 INFO O| Dec 14 00:32:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56892024-12-14T00:33:00.971Z[ recovery-image] Dec 14 00:32:59.383 INFO O| Dec 14 00:32:59.383 INFO STEP 455 (remove_files) COMPLETE
56902024-12-14T00:33:00.971Z[ recovery-image] Dec 14 00:32:59.383 INFO O| Dec 14 00:32:59.383 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-14T00:33:00.988Z[ recovery-image] Dec 14 00:32:59.401 INFO O| Dec 14 00:32:59.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56922024-12-14T00:33:00.988Z[ recovery-image] Dec 14 00:32:59.401 INFO O| Dec 14 00:32:59.401 INFO STEP 456 (remove_files) COMPLETE
56932024-12-14T00:33:00.989Z[ recovery-image] Dec 14 00:32:59.401 INFO O| Dec 14 00:32:59.401 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-12-14T00:33:01.006Z[ recovery-image] Dec 14 00:32:59.419 INFO O| Dec 14 00:32:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56952024-12-14T00:33:01.006Z[ recovery-image] Dec 14 00:32:59.419 INFO O| Dec 14 00:32:59.419 INFO STEP 457 (remove_files) COMPLETE
56962024-12-14T00:33:01.009Z[ recovery-image] Dec 14 00:32:59.419 INFO O| Dec 14 00:32:59.419 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-12-14T00:33:01.024Z[ recovery-image] Dec 14 00:32:59.437 INFO O| Dec 14 00:32:59.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56982024-12-14T00:33:01.027Z[ recovery-image] Dec 14 00:32:59.437 INFO O| Dec 14 00:32:59.437 INFO STEP 458 (remove_files) COMPLETE
56992024-12-14T00:33:01.027Z[ recovery-image] Dec 14 00:32:59.437 INFO O| Dec 14 00:32:59.437 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-14T00:33:01.043Z[ recovery-image] Dec 14 00:32:59.455 INFO O| Dec 14 00:32:59.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57012024-12-14T00:33:01.043Z[ recovery-image] Dec 14 00:32:59.455 INFO O| Dec 14 00:32:59.455 INFO STEP 459 (remove_files) COMPLETE
57022024-12-14T00:33:01.043Z[ recovery-image] Dec 14 00:32:59.455 INFO O| Dec 14 00:32:59.455 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-14T00:33:01.079Z[ recovery-image] Dec 14 00:32:59.489 INFO O| Dec 14 00:32:59.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57042024-12-14T00:33:01.079Z[ recovery-image] Dec 14 00:32:59.489 INFO O| Dec 14 00:32:59.489 INFO STEP 460 (remove_files) COMPLETE
57052024-12-14T00:33:01.079Z[ recovery-image] Dec 14 00:32:59.489 INFO O| Dec 14 00:32:59.489 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-14T00:33:01.135Z[ recovery-image] Dec 14 00:32:59.548 INFO O| Dec 14 00:32:59.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57072024-12-14T00:33:01.135Z[ recovery-image] Dec 14 00:32:59.548 INFO O| Dec 14 00:32:59.548 INFO STEP 461 (remove_files) COMPLETE
57082024-12-14T00:33:01.135Z[ recovery-image] Dec 14 00:32:59.548 INFO O| Dec 14 00:32:59.548 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-14T00:33:01.157Z[ recovery-image] Dec 14 00:32:59.568 INFO O| Dec 14 00:32:59.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57102024-12-14T00:33:01.157Z[ recovery-image] Dec 14 00:32:59.568 INFO O| Dec 14 00:32:59.568 INFO STEP 462 (remove_files) COMPLETE
57112024-12-14T00:33:01.157Z[ recovery-image] Dec 14 00:32:59.568 INFO O| Dec 14 00:32:59.568 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-14T00:33:01.176Z[ recovery-image] Dec 14 00:32:59.589 INFO O| Dec 14 00:32:59.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57132024-12-14T00:33:01.176Z[ recovery-image] Dec 14 00:32:59.589 INFO O| Dec 14 00:32:59.589 INFO STEP 463 (remove_files) COMPLETE
57142024-12-14T00:33:01.176Z[ recovery-image] Dec 14 00:32:59.589 INFO O| Dec 14 00:32:59.589 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-14T00:33:01.195Z[ recovery-image] Dec 14 00:32:59.607 INFO O| Dec 14 00:32:59.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57162024-12-14T00:33:01.198Z[ recovery-image] Dec 14 00:32:59.607 INFO O| Dec 14 00:32:59.607 INFO STEP 464 (remove_files) COMPLETE
57172024-12-14T00:33:01.198Z[ recovery-image] Dec 14 00:32:59.607 INFO O| Dec 14 00:32:59.607 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-14T00:33:01.213Z[ recovery-image] Dec 14 00:32:59.626 INFO O| Dec 14 00:32:59.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57192024-12-14T00:33:01.213Z[ recovery-image] Dec 14 00:32:59.626 INFO O| Dec 14 00:32:59.626 INFO STEP 465 (remove_files) COMPLETE
57202024-12-14T00:33:01.213Z[ recovery-image] Dec 14 00:32:59.626 INFO O| Dec 14 00:32:59.626 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-14T00:33:01.231Z[ recovery-image] Dec 14 00:32:59.644 INFO O| Dec 14 00:32:59.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57222024-12-14T00:33:01.231Z[ recovery-image] Dec 14 00:32:59.644 INFO O| Dec 14 00:32:59.644 INFO STEP 466 (remove_files) COMPLETE
57232024-12-14T00:33:01.234Z[ recovery-image] Dec 14 00:32:59.644 INFO O| Dec 14 00:32:59.644 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-14T00:33:01.250Z[ recovery-image] Dec 14 00:32:59.661 INFO O| Dec 14 00:32:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57252024-12-14T00:33:01.251Z[ recovery-image] Dec 14 00:32:59.661 INFO O| Dec 14 00:32:59.661 INFO STEP 467 (remove_files) COMPLETE
57262024-12-14T00:33:01.251Z[ recovery-image] Dec 14 00:32:59.661 INFO O| Dec 14 00:32:59.661 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-14T00:33:01.267Z[ recovery-image] Dec 14 00:32:59.678 INFO O| Dec 14 00:32:59.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57282024-12-14T00:33:01.267Z[ recovery-image] Dec 14 00:32:59.678 INFO O| Dec 14 00:32:59.678 INFO STEP 468 (remove_files) COMPLETE
57292024-12-14T00:33:01.267Z[ recovery-image] Dec 14 00:32:59.678 INFO O| Dec 14 00:32:59.678 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-14T00:33:01.283Z[ recovery-image] Dec 14 00:32:59.695 INFO O| Dec 14 00:32:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57312024-12-14T00:33:01.283Z[ recovery-image] Dec 14 00:32:59.695 INFO O| Dec 14 00:32:59.695 INFO STEP 469 (remove_files) COMPLETE
57322024-12-14T00:33:01.283Z[ recovery-image] Dec 14 00:32:59.695 INFO O| Dec 14 00:32:59.695 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-14T00:33:01.321Z[ recovery-image] Dec 14 00:32:59.732 INFO O| Dec 14 00:32:59.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57342024-12-14T00:33:01.321Z[ recovery-image] Dec 14 00:32:59.732 INFO O| Dec 14 00:32:59.732 INFO STEP 470 (remove_files) COMPLETE
57352024-12-14T00:33:01.321Z[ recovery-image] Dec 14 00:32:59.732 INFO O| Dec 14 00:32:59.732 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-12-14T00:33:01.360Z[ recovery-image] Dec 14 00:32:59.773 INFO O| Dec 14 00:32:59.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57372024-12-14T00:33:01.361Z[ recovery-image] Dec 14 00:32:59.773 INFO O| Dec 14 00:32:59.773 INFO STEP 471 (remove_files) COMPLETE
57382024-12-14T00:33:01.364Z[ recovery-image] Dec 14 00:32:59.773 INFO O| Dec 14 00:32:59.773 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-12-14T00:33:01.381Z[ recovery-image] Dec 14 00:32:59.793 INFO O| Dec 14 00:32:59.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57402024-12-14T00:33:01.382Z[ recovery-image] Dec 14 00:32:59.793 INFO O| Dec 14 00:32:59.793 INFO STEP 472 (remove_files) COMPLETE
57412024-12-14T00:33:01.382Z[ recovery-image] Dec 14 00:32:59.793 INFO O| Dec 14 00:32:59.793 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-12-14T00:33:01.401Z[ recovery-image] Dec 14 00:32:59.813 INFO O| Dec 14 00:32:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57432024-12-14T00:33:01.401Z[ recovery-image] Dec 14 00:32:59.813 INFO O| Dec 14 00:32:59.813 INFO STEP 473 (remove_files) COMPLETE
57442024-12-14T00:33:01.401Z[ recovery-image] Dec 14 00:32:59.813 INFO O| Dec 14 00:32:59.813 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-12-14T00:33:01.420Z[ recovery-image] Dec 14 00:32:59.832 INFO O| Dec 14 00:32:59.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57462024-12-14T00:33:01.420Z[ recovery-image] Dec 14 00:32:59.832 INFO O| Dec 14 00:32:59.832 INFO STEP 474 (remove_files) COMPLETE
57472024-12-14T00:33:01.420Z[ recovery-image] Dec 14 00:32:59.832 INFO O| Dec 14 00:32:59.832 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-12-14T00:33:01.439Z[ recovery-image] Dec 14 00:32:59.850 INFO O| Dec 14 00:32:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57492024-12-14T00:33:01.439Z[ recovery-image] Dec 14 00:32:59.850 INFO O| Dec 14 00:32:59.850 INFO STEP 475 (remove_files) COMPLETE
57502024-12-14T00:33:01.439Z[ recovery-image] Dec 14 00:32:59.850 INFO O| Dec 14 00:32:59.850 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-12-14T00:33:01.456Z[ recovery-image] Dec 14 00:32:59.868 INFO O| Dec 14 00:32:59.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57522024-12-14T00:33:01.456Z[ recovery-image] Dec 14 00:32:59.868 INFO O| Dec 14 00:32:59.868 INFO STEP 476 (remove_files) COMPLETE
57532024-12-14T00:33:01.456Z[ recovery-image] Dec 14 00:32:59.868 INFO O| Dec 14 00:32:59.868 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-12-14T00:33:01.475Z[ recovery-image] Dec 14 00:32:59.887 INFO O| Dec 14 00:32:59.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57552024-12-14T00:33:01.475Z[ recovery-image] Dec 14 00:32:59.887 INFO O| Dec 14 00:32:59.887 INFO STEP 477 (remove_files) COMPLETE
57562024-12-14T00:33:01.475Z[ recovery-image] Dec 14 00:32:59.887 INFO O| Dec 14 00:32:59.887 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-12-14T00:33:01.496Z[ recovery-image] Dec 14 00:32:59.908 INFO O| Dec 14 00:32:59.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57582024-12-14T00:33:01.497Z[ recovery-image] Dec 14 00:32:59.908 INFO O| Dec 14 00:32:59.908 INFO STEP 478 (remove_files) COMPLETE
57592024-12-14T00:33:01.497Z[ recovery-image] Dec 14 00:32:59.908 INFO O| Dec 14 00:32:59.908 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-14T00:33:01.532Z[ recovery-image] Dec 14 00:32:59.944 INFO O| Dec 14 00:32:59.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57612024-12-14T00:33:01.535Z[ recovery-image] Dec 14 00:32:59.944 INFO O| Dec 14 00:32:59.944 INFO STEP 479 (remove_files) COMPLETE
57622024-12-14T00:33:01.535Z[ recovery-image] Dec 14 00:32:59.944 INFO O| Dec 14 00:32:59.944 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-14T00:33:01.553Z[ recovery-image] Dec 14 00:32:59.965 INFO O| Dec 14 00:32:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57642024-12-14T00:33:01.555Z[ recovery-image] Dec 14 00:32:59.965 INFO O| Dec 14 00:32:59.965 INFO STEP 480 (remove_files) COMPLETE
57652024-12-14T00:33:01.555Z[ recovery-image] Dec 14 00:32:59.965 INFO O| Dec 14 00:32:59.965 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-12-14T00:33:01.573Z[ recovery-image] Dec 14 00:32:59.984 INFO O| Dec 14 00:32:59.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57672024-12-14T00:33:01.576Z[ recovery-image] Dec 14 00:32:59.985 INFO O| Dec 14 00:32:59.985 INFO STEP 481 (remove_files) COMPLETE
57682024-12-14T00:33:01.576Z[ recovery-image] Dec 14 00:32:59.985 INFO O| Dec 14 00:32:59.985 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-12-14T00:33:01.594Z[ recovery-image] Dec 14 00:33:00.005 INFO O| Dec 14 00:33:00.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57702024-12-14T00:33:01.597Z[ recovery-image] Dec 14 00:33:00.005 INFO O| Dec 14 00:33:00.005 INFO STEP 482 (remove_files) COMPLETE
57712024-12-14T00:33:01.597Z[ recovery-image] Dec 14 00:33:00.006 INFO O| Dec 14 00:33:00.006 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-12-14T00:33:01.614Z[ recovery-image] Dec 14 00:33:00.026 INFO O| Dec 14 00:33:00.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57732024-12-14T00:33:01.636Z[ recovery-image] Dec 14 00:33:00.048 INFO O| Dec 14 00:33:00.048 INFO STEP 483 (remove_files) COMPLETE
57742024-12-14T00:33:01.637Z[ recovery-image] Dec 14 00:33:00.048 INFO O| Dec 14 00:33:00.048 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-12-14T00:33:01.672Z[ recovery-image] Dec 14 00:33:00.084 INFO O| Dec 14 00:33:00.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57762024-12-14T00:33:01.675Z[ recovery-image] Dec 14 00:33:00.085 INFO O| Dec 14 00:33:00.085 INFO STEP 484 (remove_files) COMPLETE
57772024-12-14T00:33:01.675Z[ recovery-image] Dec 14 00:33:00.085 INFO O| Dec 14 00:33:00.085 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-12-14T00:33:01.693Z[ recovery-image] Dec 14 00:33:00.106 INFO O| Dec 14 00:33:00.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57792024-12-14T00:33:01.696Z[ recovery-image] Dec 14 00:33:00.106 INFO O| Dec 14 00:33:00.106 INFO STEP 485 (remove_files) COMPLETE
57802024-12-14T00:33:01.696Z[ recovery-image] Dec 14 00:33:00.106 INFO O| Dec 14 00:33:00.106 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-14T00:33:01.714Z[ recovery-image] Dec 14 00:33:00.126 INFO O| Dec 14 00:33:00.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57822024-12-14T00:33:01.714Z[ recovery-image] Dec 14 00:33:00.126 INFO O| Dec 14 00:33:00.126 INFO STEP 486 (remove_files) COMPLETE
57832024-12-14T00:33:01.714Z[ recovery-image] Dec 14 00:33:00.127 INFO O| Dec 14 00:33:00.126 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-14T00:33:01.749Z[ recovery-image] Dec 14 00:33:00.161 INFO O| Dec 14 00:33:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57852024-12-14T00:33:01.749Z[ recovery-image] Dec 14 00:33:00.161 INFO O| Dec 14 00:33:00.161 INFO STEP 487 (remove_files) COMPLETE
57862024-12-14T00:33:01.749Z[ recovery-image] Dec 14 00:33:00.161 INFO O| Dec 14 00:33:00.161 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-14T00:33:01.783Z[ recovery-image] Dec 14 00:33:00.195 INFO O| Dec 14 00:33:00.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57882024-12-14T00:33:01.783Z[ recovery-image] Dec 14 00:33:00.195 INFO O| Dec 14 00:33:00.195 INFO STEP 488 (remove_files) COMPLETE
57892024-12-14T00:33:01.783Z[ recovery-image] Dec 14 00:33:00.195 INFO O| Dec 14 00:33:00.195 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-14T00:33:01.821Z[ recovery-image] Dec 14 00:33:00.233 INFO O| Dec 14 00:33:00.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57912024-12-14T00:33:01.825Z[ recovery-image] Dec 14 00:33:00.234 INFO O| Dec 14 00:33:00.234 INFO STEP 489 (remove_files) COMPLETE
57922024-12-14T00:33:01.825Z[ recovery-image] Dec 14 00:33:00.234 INFO O| Dec 14 00:33:00.234 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-14T00:33:01.862Z[ recovery-image] Dec 14 00:33:00.274 INFO O| Dec 14 00:33:00.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57942024-12-14T00:33:01.866Z[ recovery-image] Dec 14 00:33:00.274 INFO O| Dec 14 00:33:00.274 INFO STEP 490 (remove_files) COMPLETE
57952024-12-14T00:33:01.866Z[ recovery-image] Dec 14 00:33:00.274 INFO O| Dec 14 00:33:00.274 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-14T00:33:01.883Z[ recovery-image] Dec 14 00:33:00.295 INFO O| Dec 14 00:33:00.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57972024-12-14T00:33:01.885Z[ recovery-image] Dec 14 00:33:00.295 INFO O| Dec 14 00:33:00.295 INFO STEP 491 (remove_files) COMPLETE
57982024-12-14T00:33:01.885Z[ recovery-image] Dec 14 00:33:00.295 INFO O| Dec 14 00:33:00.295 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-14T00:33:01.902Z[ recovery-image] Dec 14 00:33:00.314 INFO O| Dec 14 00:33:00.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58002024-12-14T00:33:01.905Z[ recovery-image] Dec 14 00:33:00.315 INFO O| Dec 14 00:33:00.315 INFO STEP 492 (remove_files) COMPLETE
58012024-12-14T00:33:01.905Z[ recovery-image] Dec 14 00:33:00.315 INFO O| Dec 14 00:33:00.315 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-14T00:33:01.922Z[ recovery-image] Dec 14 00:33:00.334 INFO O| Dec 14 00:33:00.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58032024-12-14T00:33:01.925Z[ recovery-image] Dec 14 00:33:00.334 INFO O| Dec 14 00:33:00.334 INFO STEP 493 (remove_files) COMPLETE
58042024-12-14T00:33:01.925Z[ recovery-image] Dec 14 00:33:00.334 INFO O| Dec 14 00:33:00.334 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-14T00:33:01.943Z[ recovery-image] Dec 14 00:33:00.355 INFO O| Dec 14 00:33:00.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58062024-12-14T00:33:01.945Z[ recovery-image] Dec 14 00:33:00.355 INFO O| Dec 14 00:33:00.355 INFO STEP 494 (remove_files) COMPLETE
58072024-12-14T00:33:01.945Z[ recovery-image] Dec 14 00:33:00.355 INFO O| Dec 14 00:33:00.355 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-14T00:33:01.963Z[ recovery-image] Dec 14 00:33:00.376 INFO O| Dec 14 00:33:00.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58092024-12-14T00:33:01.966Z[ recovery-image] Dec 14 00:33:00.376 INFO O| Dec 14 00:33:00.376 INFO STEP 495 (remove_files) COMPLETE
58102024-12-14T00:33:01.966Z[ recovery-image] Dec 14 00:33:00.376 INFO O| Dec 14 00:33:00.376 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-14T00:33:01.985Z[ recovery-image] Dec 14 00:33:00.397 INFO O| Dec 14 00:33:00.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58122024-12-14T00:33:01.987Z[ recovery-image] Dec 14 00:33:00.398 INFO O| Dec 14 00:33:00.398 INFO STEP 496 (remove_files) COMPLETE
58132024-12-14T00:33:01.987Z[ recovery-image] Dec 14 00:33:00.398 INFO O| Dec 14 00:33:00.398 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-14T00:33:02.006Z[ recovery-image] Dec 14 00:33:00.418 INFO O| Dec 14 00:33:00.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58152024-12-14T00:33:02.009Z[ recovery-image] Dec 14 00:33:00.419 INFO O| Dec 14 00:33:00.419 INFO STEP 497 (remove_files) COMPLETE
58162024-12-14T00:33:02.009Z[ recovery-image] Dec 14 00:33:00.419 INFO O| Dec 14 00:33:00.419 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-14T00:33:02.026Z[ recovery-image] Dec 14 00:33:00.438 INFO O| Dec 14 00:33:00.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58182024-12-14T00:33:02.029Z[ recovery-image] Dec 14 00:33:00.438 INFO O| Dec 14 00:33:00.438 INFO STEP 498 (remove_files) COMPLETE
58192024-12-14T00:33:02.029Z[ recovery-image] Dec 14 00:33:00.438 INFO O| Dec 14 00:33:00.438 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-14T00:33:02.046Z[ recovery-image] Dec 14 00:33:00.458 INFO O| Dec 14 00:33:00.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58212024-12-14T00:33:02.048Z[ recovery-image] Dec 14 00:33:00.458 INFO O| Dec 14 00:33:00.458 INFO STEP 499 (remove_files) COMPLETE
58222024-12-14T00:33:02.048Z[ recovery-image] Dec 14 00:33:00.458 INFO O| Dec 14 00:33:00.458 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-14T00:33:02.066Z[ recovery-image] Dec 14 00:33:00.478 INFO O| Dec 14 00:33:00.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58242024-12-14T00:33:02.071Z[ recovery-image] Dec 14 00:33:00.478 INFO O| Dec 14 00:33:00.478 INFO STEP 500 (remove_files) COMPLETE
58252024-12-14T00:33:02.071Z[ recovery-image] Dec 14 00:33:00.478 INFO O| Dec 14 00:33:00.478 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-14T00:33:02.086Z[ recovery-image] Dec 14 00:33:00.498 INFO O| Dec 14 00:33:00.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58272024-12-14T00:33:02.089Z[ recovery-image] Dec 14 00:33:00.499 INFO O| Dec 14 00:33:00.499 INFO STEP 501 (remove_files) COMPLETE
58282024-12-14T00:33:02.089Z[ recovery-image] Dec 14 00:33:00.499 INFO O| Dec 14 00:33:00.499 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-14T00:33:02.106Z[ recovery-image] Dec 14 00:33:00.518 INFO O| Dec 14 00:33:00.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58302024-12-14T00:33:02.109Z[ recovery-image] Dec 14 00:33:00.519 INFO O| Dec 14 00:33:00.519 INFO STEP 502 (remove_files) COMPLETE
58312024-12-14T00:33:02.109Z[ recovery-image] Dec 14 00:33:00.519 INFO O| Dec 14 00:33:00.519 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-14T00:33:02.126Z[ recovery-image] Dec 14 00:33:00.538 INFO O| Dec 14 00:33:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58332024-12-14T00:33:02.129Z[ recovery-image] Dec 14 00:33:00.538 INFO O| Dec 14 00:33:00.538 INFO STEP 503 (remove_files) COMPLETE
58342024-12-14T00:33:02.129Z[ recovery-image] Dec 14 00:33:00.539 INFO O| Dec 14 00:33:00.539 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-14T00:33:02.145Z[ recovery-image] Dec 14 00:33:00.557 INFO O| Dec 14 00:33:00.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58362024-12-14T00:33:02.148Z[ recovery-image] Dec 14 00:33:00.558 INFO O| Dec 14 00:33:00.558 INFO STEP 504 (remove_files) COMPLETE
58372024-12-14T00:33:02.148Z[ recovery-image] Dec 14 00:33:00.558 INFO O| Dec 14 00:33:00.558 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-14T00:33:02.171Z[ recovery-image] Dec 14 00:33:00.583 INFO O| Dec 14 00:33:00.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58392024-12-14T00:33:02.174Z[ recovery-image] Dec 14 00:33:00.583 INFO O| Dec 14 00:33:00.583 INFO STEP 505 (remove_files) COMPLETE
58402024-12-14T00:33:02.174Z[ recovery-image] Dec 14 00:33:00.584 INFO O| Dec 14 00:33:00.583 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-14T00:33:02.191Z[ recovery-image] Dec 14 00:33:00.604 INFO O| Dec 14 00:33:00.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58422024-12-14T00:33:02.194Z[ recovery-image] Dec 14 00:33:00.604 INFO O| Dec 14 00:33:00.604 INFO STEP 506 (remove_files) COMPLETE
58432024-12-14T00:33:02.194Z[ recovery-image] Dec 14 00:33:00.604 INFO O| Dec 14 00:33:00.604 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-14T00:33:02.212Z[ recovery-image] Dec 14 00:33:00.625 INFO O| Dec 14 00:33:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58452024-12-14T00:33:02.215Z[ recovery-image] Dec 14 00:33:00.625 INFO O| Dec 14 00:33:00.625 INFO STEP 507 (remove_files) COMPLETE
58462024-12-14T00:33:02.215Z[ recovery-image] Dec 14 00:33:00.625 INFO O| Dec 14 00:33:00.625 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-14T00:33:02.232Z[ recovery-image] Dec 14 00:33:00.644 INFO O| Dec 14 00:33:00.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58482024-12-14T00:33:02.235Z[ recovery-image] Dec 14 00:33:00.645 INFO O| Dec 14 00:33:00.644 INFO STEP 508 (remove_files) COMPLETE
58492024-12-14T00:33:02.235Z[ recovery-image] Dec 14 00:33:00.645 INFO O| Dec 14 00:33:00.645 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-14T00:33:02.271Z[ recovery-image] Dec 14 00:33:00.683 INFO O| Dec 14 00:33:00.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58512024-12-14T00:33:02.282Z[ recovery-image] Dec 14 00:33:00.694 INFO O| Dec 14 00:33:00.694 INFO STEP 509 (remove_files) COMPLETE
58522024-12-14T00:33:02.282Z[ recovery-image] Dec 14 00:33:00.694 INFO O| Dec 14 00:33:00.694 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-14T00:33:02.315Z[ recovery-image] Dec 14 00:33:00.727 INFO O| Dec 14 00:33:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58542024-12-14T00:33:02.315Z[ recovery-image] Dec 14 00:33:00.727 INFO O| Dec 14 00:33:00.727 INFO STEP 510 (remove_files) COMPLETE
58552024-12-14T00:33:02.315Z[ recovery-image] Dec 14 00:33:00.727 INFO O| Dec 14 00:33:00.727 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-14T00:33:02.332Z[ recovery-image] Dec 14 00:33:00.744 INFO O| Dec 14 00:33:00.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58572024-12-14T00:33:02.332Z[ recovery-image] Dec 14 00:33:00.745 INFO O| Dec 14 00:33:00.744 INFO STEP 511 (remove_files) COMPLETE
58582024-12-14T00:33:02.335Z[ recovery-image] Dec 14 00:33:00.745 INFO O| Dec 14 00:33:00.745 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-14T00:33:02.392Z[ recovery-image] Dec 14 00:33:00.804 INFO O| Dec 14 00:33:00.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58602024-12-14T00:33:02.392Z[ recovery-image] Dec 14 00:33:00.805 INFO O| Dec 14 00:33:00.804 INFO STEP 512 (remove_files) COMPLETE
58612024-12-14T00:33:02.392Z[ recovery-image] Dec 14 00:33:00.805 INFO O| Dec 14 00:33:00.804 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-14T00:33:02.409Z[ recovery-image] Dec 14 00:33:00.821 INFO O| Dec 14 00:33:00.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58632024-12-14T00:33:02.412Z[ recovery-image] Dec 14 00:33:00.821 INFO O| Dec 14 00:33:00.821 INFO STEP 513 (remove_files) COMPLETE
58642024-12-14T00:33:02.412Z[ recovery-image] Dec 14 00:33:00.821 INFO O| Dec 14 00:33:00.821 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-14T00:33:02.426Z[ recovery-image] Dec 14 00:33:00.838 INFO O| Dec 14 00:33:00.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58662024-12-14T00:33:02.428Z[ recovery-image] Dec 14 00:33:00.838 INFO O| Dec 14 00:33:00.838 INFO STEP 514 (remove_files) COMPLETE
58672024-12-14T00:33:02.428Z[ recovery-image] Dec 14 00:33:00.838 INFO O| Dec 14 00:33:00.838 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-14T00:33:02.441Z[ recovery-image] Dec 14 00:33:00.853 INFO O| Dec 14 00:33:00.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58692024-12-14T00:33:02.464Z[ recovery-image] Dec 14 00:33:00.876 INFO O| Dec 14 00:33:00.876 INFO STEP 515 (remove_files) COMPLETE
58702024-12-14T00:33:02.464Z[ recovery-image] Dec 14 00:33:00.876 INFO O| Dec 14 00:33:00.876 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-14T00:33:02.485Z[ recovery-image] Dec 14 00:33:00.897 INFO O| Dec 14 00:33:00.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58722024-12-14T00:33:02.485Z[ recovery-image] Dec 14 00:33:00.897 INFO O| Dec 14 00:33:00.897 INFO STEP 516 (remove_files) COMPLETE
58732024-12-14T00:33:02.488Z[ recovery-image] Dec 14 00:33:00.897 INFO O| Dec 14 00:33:00.897 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-14T00:33:02.505Z[ recovery-image] Dec 14 00:33:00.916 INFO O| Dec 14 00:33:00.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58752024-12-14T00:33:02.505Z[ recovery-image] Dec 14 00:33:00.916 INFO O| Dec 14 00:33:00.916 INFO STEP 517 (remove_files) COMPLETE
58762024-12-14T00:33:02.505Z[ recovery-image] Dec 14 00:33:00.916 INFO O| Dec 14 00:33:00.916 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-14T00:33:02.524Z[ recovery-image] Dec 14 00:33:00.935 INFO O| Dec 14 00:33:00.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58782024-12-14T00:33:02.524Z[ recovery-image] Dec 14 00:33:00.935 INFO O| Dec 14 00:33:00.935 INFO STEP 518 (remove_files) COMPLETE
58792024-12-14T00:33:02.524Z[ recovery-image] Dec 14 00:33:00.935 INFO O| Dec 14 00:33:00.935 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-14T00:33:02.543Z[ recovery-image] Dec 14 00:33:00.953 INFO O| Dec 14 00:33:00.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58812024-12-14T00:33:02.543Z[ recovery-image] Dec 14 00:33:00.953 INFO O| Dec 14 00:33:00.953 INFO STEP 519 (remove_files) COMPLETE
58822024-12-14T00:33:02.543Z[ recovery-image] Dec 14 00:33:00.953 INFO O| Dec 14 00:33:00.953 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-14T00:33:02.559Z[ recovery-image] Dec 14 00:33:00.971 INFO O| Dec 14 00:33:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58842024-12-14T00:33:02.562Z[ recovery-image] Dec 14 00:33:00.971 INFO O| Dec 14 00:33:00.971 INFO STEP 520 (remove_files) COMPLETE
58852024-12-14T00:33:02.562Z[ recovery-image] Dec 14 00:33:00.971 INFO O| Dec 14 00:33:00.971 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-14T00:33:02.578Z[ recovery-image] Dec 14 00:33:00.990 INFO O| Dec 14 00:33:00.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58872024-12-14T00:33:02.578Z[ recovery-image] Dec 14 00:33:00.990 INFO O| Dec 14 00:33:00.990 INFO STEP 521 (remove_files) COMPLETE
58882024-12-14T00:33:02.578Z[ recovery-image] Dec 14 00:33:00.990 INFO O| Dec 14 00:33:00.990 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-14T00:33:02.597Z[ recovery-image] Dec 14 00:33:01.009 INFO O| Dec 14 00:33:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58902024-12-14T00:33:02.600Z[ recovery-image] Dec 14 00:33:01.009 INFO O| Dec 14 00:33:01.009 INFO STEP 522 (remove_files) COMPLETE
58912024-12-14T00:33:02.601Z[ recovery-image] Dec 14 00:33:01.010 INFO O| Dec 14 00:33:01.010 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-14T00:33:02.620Z[ recovery-image] Dec 14 00:33:01.031 INFO O| Dec 14 00:33:01.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58932024-12-14T00:33:02.625Z[ recovery-image] Dec 14 00:33:01.031 INFO O| Dec 14 00:33:01.031 INFO STEP 523 (remove_files) COMPLETE
58942024-12-14T00:33:02.625Z[ recovery-image] Dec 14 00:33:01.031 INFO O| Dec 14 00:33:01.031 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-14T00:33:02.639Z[ recovery-image] Dec 14 00:33:01.051 INFO O| Dec 14 00:33:01.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58962024-12-14T00:33:02.644Z[ recovery-image] Dec 14 00:33:01.056 INFO O| Dec 14 00:33:01.056 INFO STEP 524 (remove_files) COMPLETE
58972024-12-14T00:33:02.647Z[ recovery-image] Dec 14 00:33:01.056 INFO O| Dec 14 00:33:01.056 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-14T00:33:02.664Z[ recovery-image] Dec 14 00:33:01.076 INFO O| Dec 14 00:33:01.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58992024-12-14T00:33:02.668Z[ recovery-image] Dec 14 00:33:01.077 INFO O| Dec 14 00:33:01.077 INFO STEP 525 (remove_files) COMPLETE
59002024-12-14T00:33:02.668Z[ recovery-image] Dec 14 00:33:01.077 INFO O| Dec 14 00:33:01.077 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-14T00:33:02.684Z[ recovery-image] Dec 14 00:33:01.096 INFO O| Dec 14 00:33:01.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59022024-12-14T00:33:02.688Z[ recovery-image] Dec 14 00:33:01.097 INFO O| Dec 14 00:33:01.097 INFO STEP 526 (remove_files) COMPLETE
59032024-12-14T00:33:02.688Z[ recovery-image] Dec 14 00:33:01.097 INFO O| Dec 14 00:33:01.097 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-14T00:33:02.704Z[ recovery-image] Dec 14 00:33:01.116 INFO O| Dec 14 00:33:01.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59052024-12-14T00:33:02.704Z[ recovery-image] Dec 14 00:33:01.116 INFO O| Dec 14 00:33:01.116 INFO STEP 527 (remove_files) COMPLETE
59062024-12-14T00:33:02.707Z[ recovery-image] Dec 14 00:33:01.116 INFO O| Dec 14 00:33:01.116 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-14T00:33:02.729Z[ recovery-image] Dec 14 00:33:01.141 INFO O| Dec 14 00:33:01.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59082024-12-14T00:33:02.729Z[ recovery-image] Dec 14 00:33:01.141 INFO O| Dec 14 00:33:01.141 INFO STEP 528 (remove_files) COMPLETE
59092024-12-14T00:33:02.729Z[ recovery-image] Dec 14 00:33:01.141 INFO O| Dec 14 00:33:01.141 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-14T00:33:02.748Z[ recovery-image] Dec 14 00:33:01.160 INFO O| Dec 14 00:33:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59112024-12-14T00:33:02.748Z[ recovery-image] Dec 14 00:33:01.161 INFO O| Dec 14 00:33:01.161 INFO STEP 529 (remove_files) COMPLETE
59122024-12-14T00:33:02.749Z[ recovery-image] Dec 14 00:33:01.161 INFO O| Dec 14 00:33:01.161 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-14T00:33:02.771Z[ recovery-image] Dec 14 00:33:01.184 INFO O| Dec 14 00:33:01.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59142024-12-14T00:33:02.774Z[ recovery-image] Dec 14 00:33:01.184 INFO O| Dec 14 00:33:01.184 INFO STEP 530 (remove_files) COMPLETE
59152024-12-14T00:33:02.774Z[ recovery-image] Dec 14 00:33:01.184 INFO O| Dec 14 00:33:01.184 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-14T00:33:02.808Z[ recovery-image] Dec 14 00:33:01.220 INFO O| Dec 14 00:33:01.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59172024-12-14T00:33:02.811Z[ recovery-image] Dec 14 00:33:01.220 INFO O| Dec 14 00:33:01.220 INFO STEP 531 (remove_files) COMPLETE
59182024-12-14T00:33:02.812Z[ recovery-image] Dec 14 00:33:01.220 INFO O| Dec 14 00:33:01.220 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-14T00:33:02.848Z[ recovery-image] Dec 14 00:33:01.260 INFO O| Dec 14 00:33:01.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59202024-12-14T00:33:02.850Z[ recovery-image] Dec 14 00:33:01.260 INFO O| Dec 14 00:33:01.260 INFO STEP 532 (remove_files) COMPLETE
59212024-12-14T00:33:02.850Z[ recovery-image] Dec 14 00:33:01.260 INFO O| Dec 14 00:33:01.260 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-14T00:33:02.888Z[ recovery-image] Dec 14 00:33:01.300 INFO O| Dec 14 00:33:01.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59232024-12-14T00:33:02.891Z[ recovery-image] Dec 14 00:33:01.300 INFO O| Dec 14 00:33:01.300 INFO STEP 533 (remove_files) COMPLETE
59242024-12-14T00:33:02.891Z[ recovery-image] Dec 14 00:33:01.300 INFO O| Dec 14 00:33:01.300 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-14T00:33:02.908Z[ recovery-image] Dec 14 00:33:01.320 INFO O| Dec 14 00:33:01.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59262024-12-14T00:33:02.930Z[ recovery-image] Dec 14 00:33:01.342 INFO O| Dec 14 00:33:01.342 INFO STEP 534 (remove_files) COMPLETE
59272024-12-14T00:33:02.930Z[ recovery-image] Dec 14 00:33:01.342 INFO O| Dec 14 00:33:01.342 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-14T00:33:02.956Z[ recovery-image] Dec 14 00:33:01.367 INFO O| Dec 14 00:33:01.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59292024-12-14T00:33:02.956Z[ recovery-image] Dec 14 00:33:01.367 INFO O| Dec 14 00:33:01.367 INFO STEP 535 (remove_files) COMPLETE
59302024-12-14T00:33:02.959Z[ recovery-image] Dec 14 00:33:01.367 INFO O| Dec 14 00:33:01.367 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-14T00:33:02.975Z[ recovery-image] Dec 14 00:33:01.387 INFO O| Dec 14 00:33:01.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59322024-12-14T00:33:02.979Z[ recovery-image] Dec 14 00:33:01.388 INFO O| Dec 14 00:33:01.388 INFO STEP 536 (remove_files) COMPLETE
59332024-12-14T00:33:02.979Z[ recovery-image] Dec 14 00:33:01.388 INFO O| Dec 14 00:33:01.388 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-14T00:33:02.995Z[ recovery-image] Dec 14 00:33:01.407 INFO O| Dec 14 00:33:01.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59352024-12-14T00:33:02.998Z[ recovery-image] Dec 14 00:33:01.407 INFO O| Dec 14 00:33:01.407 INFO STEP 537 (remove_files) COMPLETE
59362024-12-14T00:33:02.998Z[ recovery-image] Dec 14 00:33:01.407 INFO O| Dec 14 00:33:01.407 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-14T00:33:03.015Z[ recovery-image] Dec 14 00:33:01.427 INFO O| Dec 14 00:33:01.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59382024-12-14T00:33:03.019Z[ recovery-image] Dec 14 00:33:01.427 INFO O| Dec 14 00:33:01.427 INFO STEP 538 (remove_files) COMPLETE
59392024-12-14T00:33:03.019Z[ recovery-image] Dec 14 00:33:01.427 INFO O| Dec 14 00:33:01.427 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-14T00:33:03.037Z[ recovery-image] Dec 14 00:33:01.449 INFO O| Dec 14 00:33:01.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59412024-12-14T00:33:03.040Z[ recovery-image] Dec 14 00:33:01.449 INFO O| Dec 14 00:33:01.449 INFO STEP 539 (remove_files) COMPLETE
59422024-12-14T00:33:03.040Z[ recovery-image] Dec 14 00:33:01.449 INFO O| Dec 14 00:33:01.449 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-14T00:33:03.076Z[ recovery-image] Dec 14 00:33:01.484 INFO O| Dec 14 00:33:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59442024-12-14T00:33:03.076Z[ recovery-image] Dec 14 00:33:01.484 INFO O| Dec 14 00:33:01.484 INFO STEP 540 (remove_files) COMPLETE
59452024-12-14T00:33:03.079Z[ recovery-image] Dec 14 00:33:01.485 INFO O| Dec 14 00:33:01.484 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-14T00:33:03.149Z[ recovery-image] Dec 14 00:33:01.561 INFO O| Dec 14 00:33:01.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59472024-12-14T00:33:03.152Z[ recovery-image] Dec 14 00:33:01.561 INFO O| Dec 14 00:33:01.561 INFO STEP 541 (remove_files) COMPLETE
59482024-12-14T00:33:03.152Z[ recovery-image] Dec 14 00:33:01.561 INFO O| Dec 14 00:33:01.561 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-14T00:33:03.170Z[ recovery-image] Dec 14 00:33:01.582 INFO O| Dec 14 00:33:01.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59502024-12-14T00:33:03.173Z[ recovery-image] Dec 14 00:33:01.582 INFO O| Dec 14 00:33:01.582 INFO STEP 542 (remove_files) COMPLETE
59512024-12-14T00:33:03.173Z[ recovery-image] Dec 14 00:33:01.582 INFO O| Dec 14 00:33:01.582 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-14T00:33:03.211Z[ recovery-image] Dec 14 00:33:01.621 INFO O| Dec 14 00:33:01.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59532024-12-14T00:33:03.211Z[ recovery-image] Dec 14 00:33:01.621 INFO O| Dec 14 00:33:01.621 INFO STEP 543 (remove_files) COMPLETE
59542024-12-14T00:33:03.214Z[ recovery-image] Dec 14 00:33:01.621 INFO O| Dec 14 00:33:01.621 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-12-14T00:33:03.235Z[ recovery-image] Dec 14 00:33:01.646 INFO O| Dec 14 00:33:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59562024-12-14T00:33:03.238Z[ recovery-image] Dec 14 00:33:01.647 INFO O| Dec 14 00:33:01.647 INFO STEP 544 (remove_files) COMPLETE
59572024-12-14T00:33:03.238Z[ recovery-image] Dec 14 00:33:01.647 INFO O| Dec 14 00:33:01.647 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-14T00:33:03.260Z[ recovery-image] Dec 14 00:33:01.672 INFO O| Dec 14 00:33:01.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59592024-12-14T00:33:03.262Z[ recovery-image] Dec 14 00:33:01.672 INFO O| Dec 14 00:33:01.672 INFO STEP 545 (remove_files) COMPLETE
59602024-12-14T00:33:03.263Z[ recovery-image] Dec 14 00:33:01.672 INFO O| Dec 14 00:33:01.672 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-14T00:33:03.282Z[ recovery-image] Dec 14 00:33:01.692 INFO O| Dec 14 00:33:01.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59622024-12-14T00:33:03.299Z[ recovery-image] Dec 14 00:33:01.711 INFO O| Dec 14 00:33:01.711 INFO STEP 546 (remove_files) COMPLETE
59632024-12-14T00:33:03.302Z[ recovery-image] Dec 14 00:33:01.711 INFO O| Dec 14 00:33:01.711 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-14T00:33:03.320Z[ recovery-image] Dec 14 00:33:01.732 INFO O| Dec 14 00:33:01.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59652024-12-14T00:33:03.323Z[ recovery-image] Dec 14 00:33:01.732 INFO O| Dec 14 00:33:01.732 INFO STEP 547 (remove_files) COMPLETE
59662024-12-14T00:33:03.323Z[ recovery-image] Dec 14 00:33:01.732 INFO O| Dec 14 00:33:01.732 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-14T00:33:03.341Z[ recovery-image] Dec 14 00:33:01.752 INFO O| Dec 14 00:33:01.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59682024-12-14T00:33:03.344Z[ recovery-image] Dec 14 00:33:01.752 INFO O| Dec 14 00:33:01.752 INFO STEP 548 (remove_files) COMPLETE
59692024-12-14T00:33:03.344Z[ recovery-image] Dec 14 00:33:01.752 INFO O| Dec 14 00:33:01.752 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-14T00:33:03.361Z[ recovery-image] Dec 14 00:33:01.772 INFO O| Dec 14 00:33:01.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59712024-12-14T00:33:03.363Z[ recovery-image] Dec 14 00:33:01.773 INFO O| Dec 14 00:33:01.773 INFO STEP 549 (remove_files) COMPLETE
59722024-12-14T00:33:03.363Z[ recovery-image] Dec 14 00:33:01.773 INFO O| Dec 14 00:33:01.773 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-14T00:33:03.379Z[ recovery-image] Dec 14 00:33:01.790 INFO O| Dec 14 00:33:01.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59742024-12-14T00:33:03.381Z[ recovery-image] Dec 14 00:33:01.791 INFO O| Dec 14 00:33:01.791 INFO STEP 550 (remove_files) COMPLETE
59752024-12-14T00:33:03.382Z[ recovery-image] Dec 14 00:33:01.791 INFO O| Dec 14 00:33:01.791 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-14T00:33:03.456Z[ recovery-image] Dec 14 00:33:01.868 INFO O| Dec 14 00:33:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59772024-12-14T00:33:03.460Z[ recovery-image] Dec 14 00:33:01.868 INFO O| Dec 14 00:33:01.868 INFO STEP 551 (remove_files) COMPLETE
59782024-12-14T00:33:03.460Z[ recovery-image] Dec 14 00:33:01.869 INFO O| Dec 14 00:33:01.868 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-14T00:33:03.475Z[ recovery-image] Dec 14 00:33:01.887 INFO O| Dec 14 00:33:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59802024-12-14T00:33:03.478Z[ recovery-image] Dec 14 00:33:01.887 INFO O| Dec 14 00:33:01.887 INFO STEP 552 (remove_files) COMPLETE
59812024-12-14T00:33:03.478Z[ recovery-image] Dec 14 00:33:01.888 INFO O| Dec 14 00:33:01.888 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-14T00:33:03.494Z[ recovery-image] Dec 14 00:33:01.906 INFO O| Dec 14 00:33:01.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59832024-12-14T00:33:03.497Z[ recovery-image] Dec 14 00:33:01.907 INFO O| Dec 14 00:33:01.906 INFO STEP 553 (remove_files) COMPLETE
59842024-12-14T00:33:03.497Z[ recovery-image] Dec 14 00:33:01.907 INFO O| Dec 14 00:33:01.907 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-14T00:33:03.515Z[ recovery-image] Dec 14 00:33:01.927 INFO O| Dec 14 00:33:01.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59862024-12-14T00:33:03.520Z[ recovery-image] Dec 14 00:33:01.932 INFO O| Dec 14 00:33:01.932 INFO STEP 554 (remove_files) COMPLETE
59872024-12-14T00:33:03.523Z[ recovery-image] Dec 14 00:33:01.932 INFO O| Dec 14 00:33:01.932 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-14T00:33:03.541Z[ recovery-image] Dec 14 00:33:01.953 INFO O| Dec 14 00:33:01.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59892024-12-14T00:33:03.543Z[ recovery-image] Dec 14 00:33:01.953 INFO O| Dec 14 00:33:01.953 INFO STEP 555 (remove_files) COMPLETE
59902024-12-14T00:33:03.543Z[ recovery-image] Dec 14 00:33:01.953 INFO O| Dec 14 00:33:01.953 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-14T00:33:03.560Z[ recovery-image] Dec 14 00:33:01.972 INFO O| Dec 14 00:33:01.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59922024-12-14T00:33:03.563Z[ recovery-image] Dec 14 00:33:01.972 INFO O| Dec 14 00:33:01.972 INFO STEP 556 (remove_files) COMPLETE
59932024-12-14T00:33:03.563Z[ recovery-image] Dec 14 00:33:01.973 INFO O| Dec 14 00:33:01.973 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-14T00:33:03.580Z[ recovery-image] Dec 14 00:33:01.992 INFO O| Dec 14 00:33:01.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59952024-12-14T00:33:03.583Z[ recovery-image] Dec 14 00:33:01.992 INFO O| Dec 14 00:33:01.992 INFO STEP 557 (remove_files) COMPLETE
59962024-12-14T00:33:03.583Z[ recovery-image] Dec 14 00:33:01.992 INFO O| Dec 14 00:33:01.992 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-14T00:33:03.604Z[ recovery-image] Dec 14 00:33:02.016 INFO O| Dec 14 00:33:02.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59982024-12-14T00:33:03.607Z[ recovery-image] Dec 14 00:33:02.017 INFO O| Dec 14 00:33:02.016 INFO STEP 558 (remove_files) COMPLETE
59992024-12-14T00:33:03.607Z[ recovery-image] Dec 14 00:33:02.017 INFO O| Dec 14 00:33:02.017 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-14T00:33:03.623Z[ recovery-image] Dec 14 00:33:02.035 INFO O| Dec 14 00:33:02.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60012024-12-14T00:33:03.627Z[ recovery-image] Dec 14 00:33:02.035 INFO O| Dec 14 00:33:02.035 INFO STEP 559 (remove_files) COMPLETE
60022024-12-14T00:33:03.627Z[ recovery-image] Dec 14 00:33:02.035 INFO O| Dec 14 00:33:02.035 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-14T00:33:03.642Z[ recovery-image] Dec 14 00:33:02.054 INFO O| Dec 14 00:33:02.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60042024-12-14T00:33:03.645Z[ recovery-image] Dec 14 00:33:02.055 INFO O| Dec 14 00:33:02.054 INFO STEP 560 (remove_files) COMPLETE
60052024-12-14T00:33:03.645Z[ recovery-image] Dec 14 00:33:02.055 INFO O| Dec 14 00:33:02.055 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-14T00:33:03.661Z[ recovery-image] Dec 14 00:33:02.073 INFO O| Dec 14 00:33:02.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60072024-12-14T00:33:03.663Z[ recovery-image] Dec 14 00:33:02.073 INFO O| Dec 14 00:33:02.073 INFO STEP 561 (remove_files) COMPLETE
60082024-12-14T00:33:03.663Z[ recovery-image] Dec 14 00:33:02.073 INFO O| Dec 14 00:33:02.073 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-14T00:33:03.693Z[ recovery-image] Dec 14 00:33:02.105 INFO O| Dec 14 00:33:02.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60102024-12-14T00:33:03.693Z[ recovery-image] Dec 14 00:33:02.105 INFO O| Dec 14 00:33:02.105 INFO STEP 562 (remove_files) COMPLETE
60112024-12-14T00:33:03.696Z[ recovery-image] Dec 14 00:33:02.105 INFO O| Dec 14 00:33:02.105 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-14T00:33:03.728Z[ recovery-image] Dec 14 00:33:02.139 INFO O| Dec 14 00:33:02.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60132024-12-14T00:33:03.728Z[ recovery-image] Dec 14 00:33:02.139 INFO O| Dec 14 00:33:02.139 INFO STEP 563 (remove_files) COMPLETE
60142024-12-14T00:33:03.731Z[ recovery-image] Dec 14 00:33:02.139 INFO O| Dec 14 00:33:02.139 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-14T00:33:03.749Z[ recovery-image] Dec 14 00:33:02.161 INFO O| Dec 14 00:33:02.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60162024-12-14T00:33:03.752Z[ recovery-image] Dec 14 00:33:02.161 INFO O| Dec 14 00:33:02.161 INFO STEP 564 (remove_files) COMPLETE
60172024-12-14T00:33:03.752Z[ recovery-image] Dec 14 00:33:02.161 INFO O| Dec 14 00:33:02.161 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-14T00:33:03.811Z[ recovery-image] Dec 14 00:33:02.223 INFO O| Dec 14 00:33:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60192024-12-14T00:33:03.811Z[ recovery-image] Dec 14 00:33:02.223 INFO O| Dec 14 00:33:02.223 INFO STEP 565 (remove_files) COMPLETE
60202024-12-14T00:33:03.811Z[ recovery-image] Dec 14 00:33:02.223 INFO O| Dec 14 00:33:02.223 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-14T00:33:03.840Z[ recovery-image] Dec 14 00:33:02.251 INFO O| Dec 14 00:33:02.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60222024-12-14T00:33:03.840Z[ recovery-image] Dec 14 00:33:02.251 INFO O| Dec 14 00:33:02.251 INFO STEP 566 (remove_files) COMPLETE
60232024-12-14T00:33:03.840Z[ recovery-image] Dec 14 00:33:02.251 INFO O| Dec 14 00:33:02.251 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-14T00:33:03.867Z[ recovery-image] Dec 14 00:33:02.279 INFO O| Dec 14 00:33:02.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60252024-12-14T00:33:03.867Z[ recovery-image] Dec 14 00:33:02.279 INFO O| Dec 14 00:33:02.279 INFO STEP 567 (remove_files) COMPLETE
60262024-12-14T00:33:03.867Z[ recovery-image] Dec 14 00:33:02.279 INFO O| Dec 14 00:33:02.279 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-14T00:33:03.893Z[ recovery-image] Dec 14 00:33:02.305 INFO O| Dec 14 00:33:02.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60282024-12-14T00:33:03.896Z[ recovery-image] Dec 14 00:33:02.306 INFO O| Dec 14 00:33:02.306 INFO STEP 568 (remove_files) COMPLETE
60292024-12-14T00:33:03.896Z[ recovery-image] Dec 14 00:33:02.306 INFO O| Dec 14 00:33:02.306 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-14T00:33:03.932Z[ recovery-image] Dec 14 00:33:02.343 INFO O| Dec 14 00:33:02.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60312024-12-14T00:33:03.932Z[ recovery-image] Dec 14 00:33:02.343 INFO O| Dec 14 00:33:02.343 INFO STEP 569 (remove_files) COMPLETE
60322024-12-14T00:33:03.932Z[ recovery-image] Dec 14 00:33:02.343 INFO O| Dec 14 00:33:02.343 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-14T00:33:03.953Z[ recovery-image] Dec 14 00:33:02.364 INFO O| Dec 14 00:33:02.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60342024-12-14T00:33:03.953Z[ recovery-image] Dec 14 00:33:02.364 INFO O| Dec 14 00:33:02.364 INFO STEP 570 (remove_files) COMPLETE
60352024-12-14T00:33:03.953Z[ recovery-image] Dec 14 00:33:02.364 INFO O| Dec 14 00:33:02.364 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-14T00:33:03.980Z[ recovery-image] Dec 14 00:33:02.390 INFO O| Dec 14 00:33:02.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60372024-12-14T00:33:03.981Z[ recovery-image] Dec 14 00:33:02.390 INFO O| Dec 14 00:33:02.390 INFO STEP 571 (remove_files) COMPLETE
60382024-12-14T00:33:03.981Z[ recovery-image] Dec 14 00:33:02.390 INFO O| Dec 14 00:33:02.390 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-14T00:33:04.006Z[ recovery-image] Dec 14 00:33:02.418 INFO O| Dec 14 00:33:02.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60402024-12-14T00:33:04.006Z[ recovery-image] Dec 14 00:33:02.418 INFO O| Dec 14 00:33:02.418 INFO STEP 572 (remove_files) COMPLETE
60412024-12-14T00:33:04.006Z[ recovery-image] Dec 14 00:33:02.418 INFO O| Dec 14 00:33:02.418 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-14T00:33:04.031Z[ recovery-image] Dec 14 00:33:02.443 INFO O| Dec 14 00:33:02.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60432024-12-14T00:33:04.032Z[ recovery-image] Dec 14 00:33:02.443 INFO O| Dec 14 00:33:02.443 INFO STEP 573 (remove_files) COMPLETE
60442024-12-14T00:33:04.032Z[ recovery-image] Dec 14 00:33:02.443 INFO O| Dec 14 00:33:02.443 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-14T00:33:04.052Z[ recovery-image] Dec 14 00:33:02.463 INFO O| Dec 14 00:33:02.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60462024-12-14T00:33:04.052Z[ recovery-image] Dec 14 00:33:02.464 INFO O| Dec 14 00:33:02.463 INFO STEP 574 (remove_files) COMPLETE
60472024-12-14T00:33:04.052Z[ recovery-image] Dec 14 00:33:02.464 INFO O| Dec 14 00:33:02.464 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-14T00:33:04.071Z[ recovery-image] Dec 14 00:33:02.483 INFO O| Dec 14 00:33:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60492024-12-14T00:33:04.071Z[ recovery-image] Dec 14 00:33:02.483 INFO O| Dec 14 00:33:02.483 INFO STEP 575 (remove_files) COMPLETE
60502024-12-14T00:33:04.071Z[ recovery-image] Dec 14 00:33:02.483 INFO O| Dec 14 00:33:02.483 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-14T00:33:04.091Z[ recovery-image] Dec 14 00:33:02.502 INFO O| Dec 14 00:33:02.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60522024-12-14T00:33:04.091Z[ recovery-image] Dec 14 00:33:02.503 INFO O| Dec 14 00:33:02.503 INFO STEP 576 (remove_files) COMPLETE
60532024-12-14T00:33:04.091Z[ recovery-image] Dec 14 00:33:02.503 INFO O| Dec 14 00:33:02.503 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-14T00:33:04.109Z[ recovery-image] Dec 14 00:33:02.521 INFO O| Dec 14 00:33:02.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60552024-12-14T00:33:04.109Z[ recovery-image] Dec 14 00:33:02.521 INFO O| Dec 14 00:33:02.521 INFO STEP 577 (remove_files) COMPLETE
60562024-12-14T00:33:04.109Z[ recovery-image] Dec 14 00:33:02.521 INFO O| Dec 14 00:33:02.521 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-14T00:33:04.127Z[ recovery-image] Dec 14 00:33:02.539 INFO O| Dec 14 00:33:02.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60582024-12-14T00:33:04.128Z[ recovery-image] Dec 14 00:33:02.539 INFO O| Dec 14 00:33:02.539 INFO STEP 578 (remove_files) COMPLETE
60592024-12-14T00:33:04.130Z[ recovery-image] Dec 14 00:33:02.539 INFO O| Dec 14 00:33:02.539 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-14T00:33:04.147Z[ recovery-image] Dec 14 00:33:02.559 INFO O| Dec 14 00:33:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60612024-12-14T00:33:04.147Z[ recovery-image] Dec 14 00:33:02.559 INFO O| Dec 14 00:33:02.559 INFO STEP 579 (remove_files) COMPLETE
60622024-12-14T00:33:04.147Z[ recovery-image] Dec 14 00:33:02.559 INFO O| Dec 14 00:33:02.559 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-14T00:33:04.167Z[ recovery-image] Dec 14 00:33:02.578 INFO O| Dec 14 00:33:02.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60642024-12-14T00:33:04.167Z[ recovery-image] Dec 14 00:33:02.579 INFO O| Dec 14 00:33:02.578 INFO STEP 580 (remove_files) COMPLETE
60652024-12-14T00:33:04.170Z[ recovery-image] Dec 14 00:33:02.579 INFO O| Dec 14 00:33:02.579 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-14T00:33:04.186Z[ recovery-image] Dec 14 00:33:02.597 INFO O| Dec 14 00:33:02.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60672024-12-14T00:33:04.186Z[ recovery-image] Dec 14 00:33:02.598 INFO O| Dec 14 00:33:02.598 INFO STEP 581 (remove_files) COMPLETE
60682024-12-14T00:33:04.188Z[ recovery-image] Dec 14 00:33:02.598 INFO O| Dec 14 00:33:02.598 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-14T00:33:04.205Z[ recovery-image] Dec 14 00:33:02.617 INFO O| Dec 14 00:33:02.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60702024-12-14T00:33:04.205Z[ recovery-image] Dec 14 00:33:02.617 INFO O| Dec 14 00:33:02.617 INFO STEP 582 (remove_files) COMPLETE
60712024-12-14T00:33:04.205Z[ recovery-image] Dec 14 00:33:02.617 INFO O| Dec 14 00:33:02.617 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-14T00:33:04.224Z[ recovery-image] Dec 14 00:33:02.636 INFO O| Dec 14 00:33:02.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60732024-12-14T00:33:04.226Z[ recovery-image] Dec 14 00:33:02.636 INFO O| Dec 14 00:33:02.636 INFO STEP 583 (remove_files) COMPLETE
60742024-12-14T00:33:04.226Z[ recovery-image] Dec 14 00:33:02.636 INFO O| Dec 14 00:33:02.636 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-14T00:33:04.246Z[ recovery-image] Dec 14 00:33:02.658 INFO O| Dec 14 00:33:02.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60762024-12-14T00:33:04.246Z[ recovery-image] Dec 14 00:33:02.658 INFO O| Dec 14 00:33:02.658 INFO STEP 584 (remove_files) COMPLETE
60772024-12-14T00:33:04.246Z[ recovery-image] Dec 14 00:33:02.658 INFO O| Dec 14 00:33:02.658 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-14T00:33:04.276Z[ recovery-image] Dec 14 00:33:02.687 INFO O| Dec 14 00:33:02.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60792024-12-14T00:33:04.276Z[ recovery-image] Dec 14 00:33:02.687 INFO O| Dec 14 00:33:02.687 INFO STEP 585 (remove_files) COMPLETE
60802024-12-14T00:33:04.276Z[ recovery-image] Dec 14 00:33:02.687 INFO O| Dec 14 00:33:02.687 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-14T00:33:04.333Z[ recovery-image] Dec 14 00:33:02.745 INFO O| Dec 14 00:33:02.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60822024-12-14T00:33:04.333Z[ recovery-image] Dec 14 00:33:02.745 INFO O| Dec 14 00:33:02.745 INFO STEP 586 (remove_files) COMPLETE
60832024-12-14T00:33:04.336Z[ recovery-image] Dec 14 00:33:02.745 INFO O| Dec 14 00:33:02.745 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-14T00:33:04.354Z[ recovery-image] Dec 14 00:33:02.764 INFO O| Dec 14 00:33:02.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60852024-12-14T00:33:04.354Z[ recovery-image] Dec 14 00:33:02.764 INFO O| Dec 14 00:33:02.764 INFO STEP 587 (remove_files) COMPLETE
60862024-12-14T00:33:04.356Z[ recovery-image] Dec 14 00:33:02.764 INFO O| Dec 14 00:33:02.764 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-14T00:33:04.371Z[ recovery-image] Dec 14 00:33:02.783 INFO O| Dec 14 00:33:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60882024-12-14T00:33:04.371Z[ recovery-image] Dec 14 00:33:02.783 INFO O| Dec 14 00:33:02.783 INFO STEP 588 (remove_files) COMPLETE
60892024-12-14T00:33:04.371Z[ recovery-image] Dec 14 00:33:02.783 INFO O| Dec 14 00:33:02.783 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-14T00:33:04.390Z[ recovery-image] Dec 14 00:33:02.801 INFO O| Dec 14 00:33:02.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60912024-12-14T00:33:04.390Z[ recovery-image] Dec 14 00:33:02.801 INFO O| Dec 14 00:33:02.801 INFO STEP 589 (remove_files) COMPLETE
60922024-12-14T00:33:04.390Z[ recovery-image] Dec 14 00:33:02.802 INFO O| Dec 14 00:33:02.801 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-14T00:33:04.410Z[ recovery-image] Dec 14 00:33:02.822 INFO O| Dec 14 00:33:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60942024-12-14T00:33:04.414Z[ recovery-image] Dec 14 00:33:02.826 INFO O| Dec 14 00:33:02.826 INFO STEP 590 (remove_files) COMPLETE
60952024-12-14T00:33:04.414Z[ recovery-image] Dec 14 00:33:02.826 INFO O| Dec 14 00:33:02.826 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-14T00:33:04.451Z[ recovery-image] Dec 14 00:33:02.863 INFO O| Dec 14 00:33:02.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60972024-12-14T00:33:04.454Z[ recovery-image] Dec 14 00:33:02.863 INFO O| Dec 14 00:33:02.863 INFO STEP 591 (remove_files) COMPLETE
60982024-12-14T00:33:04.454Z[ recovery-image] Dec 14 00:33:02.863 INFO O| Dec 14 00:33:02.863 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-14T00:33:04.491Z[ recovery-image] Dec 14 00:33:02.903 INFO O| Dec 14 00:33:02.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61002024-12-14T00:33:04.491Z[ recovery-image] Dec 14 00:33:02.903 INFO O| Dec 14 00:33:02.903 INFO STEP 592 (remove_files) COMPLETE
61012024-12-14T00:33:04.491Z[ recovery-image] Dec 14 00:33:02.903 INFO O| Dec 14 00:33:02.903 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-14T00:33:04.511Z[ recovery-image] Dec 14 00:33:02.923 INFO O| Dec 14 00:33:02.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61032024-12-14T00:33:04.511Z[ recovery-image] Dec 14 00:33:02.923 INFO O| Dec 14 00:33:02.923 INFO STEP 593 (remove_files) COMPLETE
61042024-12-14T00:33:04.511Z[ recovery-image] Dec 14 00:33:02.923 INFO O| Dec 14 00:33:02.923 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-14T00:33:04.529Z[ recovery-image] Dec 14 00:33:02.940 INFO O| Dec 14 00:33:02.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61062024-12-14T00:33:04.529Z[ recovery-image] Dec 14 00:33:02.940 INFO O| Dec 14 00:33:02.940 INFO STEP 594 (remove_files) COMPLETE
61072024-12-14T00:33:04.529Z[ recovery-image] Dec 14 00:33:02.940 INFO O| Dec 14 00:33:02.940 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-14T00:33:04.547Z[ recovery-image] Dec 14 00:33:02.959 INFO O| Dec 14 00:33:02.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61092024-12-14T00:33:04.547Z[ recovery-image] Dec 14 00:33:02.959 INFO O| Dec 14 00:33:02.959 INFO STEP 595 (remove_files) COMPLETE
61102024-12-14T00:33:04.547Z[ recovery-image] Dec 14 00:33:02.959 INFO O| Dec 14 00:33:02.959 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-14T00:33:04.567Z[ recovery-image] Dec 14 00:33:02.978 INFO O| Dec 14 00:33:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61122024-12-14T00:33:04.567Z[ recovery-image] Dec 14 00:33:02.978 INFO O| Dec 14 00:33:02.978 INFO STEP 596 (remove_files) COMPLETE
61132024-12-14T00:33:04.569Z[ recovery-image] Dec 14 00:33:02.978 INFO O| Dec 14 00:33:02.978 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-14T00:33:04.586Z[ recovery-image] Dec 14 00:33:02.998 INFO O| Dec 14 00:33:02.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61152024-12-14T00:33:04.586Z[ recovery-image] Dec 14 00:33:02.998 INFO O| Dec 14 00:33:02.998 INFO STEP 597 (remove_files) COMPLETE
61162024-12-14T00:33:04.589Z[ recovery-image] Dec 14 00:33:02.998 INFO O| Dec 14 00:33:02.998 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-14T00:33:04.606Z[ recovery-image] Dec 14 00:33:03.018 INFO O| Dec 14 00:33:03.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61182024-12-14T00:33:04.606Z[ recovery-image] Dec 14 00:33:03.018 INFO O| Dec 14 00:33:03.018 INFO STEP 598 (remove_files) COMPLETE
61192024-12-14T00:33:04.609Z[ recovery-image] Dec 14 00:33:03.018 INFO O| Dec 14 00:33:03.018 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-14T00:33:04.613Z[ host-image] Dec 14 00:33:03.024 INFO O| Dec 14 00:33:03.024 INFO O| Download: 962/1140 items 3.3/8.4MB 39% complete (697k/s)
61212024-12-14T00:33:04.626Z[ recovery-image] Dec 14 00:33:03.038 INFO O| Dec 14 00:33:03.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61222024-12-14T00:33:04.626Z[ recovery-image] Dec 14 00:33:03.038 INFO O| Dec 14 00:33:03.038 INFO STEP 599 (remove_files) COMPLETE
61232024-12-14T00:33:04.626Z[ recovery-image] Dec 14 00:33:03.038 INFO O| Dec 14 00:33:03.038 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-14T00:33:04.645Z[ recovery-image] Dec 14 00:33:03.057 INFO O| Dec 14 00:33:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61252024-12-14T00:33:04.646Z[ recovery-image] Dec 14 00:33:03.057 INFO O| Dec 14 00:33:03.057 INFO STEP 600 (remove_files) COMPLETE
61262024-12-14T00:33:04.649Z[ recovery-image] Dec 14 00:33:03.057 INFO O| Dec 14 00:33:03.057 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-14T00:33:04.665Z[ recovery-image] Dec 14 00:33:03.076 INFO O| Dec 14 00:33:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61282024-12-14T00:33:04.665Z[ recovery-image] Dec 14 00:33:03.076 INFO O| Dec 14 00:33:03.076 INFO STEP 601 (remove_files) COMPLETE
61292024-12-14T00:33:04.665Z[ recovery-image] Dec 14 00:33:03.076 INFO O| Dec 14 00:33:03.076 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-14T00:33:04.684Z[ recovery-image] Dec 14 00:33:03.095 INFO O| Dec 14 00:33:03.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61312024-12-14T00:33:04.684Z[ recovery-image] Dec 14 00:33:03.095 INFO O| Dec 14 00:33:03.095 INFO STEP 602 (remove_files) COMPLETE
61322024-12-14T00:33:04.688Z[ recovery-image] Dec 14 00:33:03.095 INFO O| Dec 14 00:33:03.095 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-14T00:33:04.702Z[ recovery-image] Dec 14 00:33:03.114 INFO O| Dec 14 00:33:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61342024-12-14T00:33:04.702Z[ recovery-image] Dec 14 00:33:03.114 INFO O| Dec 14 00:33:03.114 INFO STEP 603 (remove_files) COMPLETE
61352024-12-14T00:33:04.702Z[ recovery-image] Dec 14 00:33:03.114 INFO O| Dec 14 00:33:03.114 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-14T00:33:04.722Z[ recovery-image] Dec 14 00:33:03.133 INFO O| Dec 14 00:33:03.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61372024-12-14T00:33:04.722Z[ recovery-image] Dec 14 00:33:03.133 INFO O| Dec 14 00:33:03.133 INFO STEP 604 (remove_files) COMPLETE
61382024-12-14T00:33:04.722Z[ recovery-image] Dec 14 00:33:03.133 INFO O| Dec 14 00:33:03.133 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-14T00:33:04.752Z[ recovery-image] Dec 14 00:33:03.163 INFO O| Dec 14 00:33:03.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61402024-12-14T00:33:04.752Z[ recovery-image] Dec 14 00:33:03.163 INFO O| Dec 14 00:33:03.163 INFO STEP 605 (remove_files) COMPLETE
61412024-12-14T00:33:04.752Z[ recovery-image] Dec 14 00:33:03.163 INFO O| Dec 14 00:33:03.163 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-14T00:33:04.773Z[ recovery-image] Dec 14 00:33:03.184 INFO O| Dec 14 00:33:03.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61432024-12-14T00:33:04.793Z[ recovery-image] Dec 14 00:33:03.205 INFO O| Dec 14 00:33:03.205 INFO STEP 606 (remove_files) COMPLETE
61442024-12-14T00:33:04.793Z[ recovery-image] Dec 14 00:33:03.205 INFO O| Dec 14 00:33:03.205 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-14T00:33:04.815Z[ recovery-image] Dec 14 00:33:03.226 INFO O| Dec 14 00:33:03.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61462024-12-14T00:33:04.838Z[ recovery-image] Dec 14 00:33:03.250 INFO O| Dec 14 00:33:03.250 INFO STEP 607 (remove_files) COMPLETE
61472024-12-14T00:33:04.838Z[ recovery-image] Dec 14 00:33:03.250 INFO O| Dec 14 00:33:03.250 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-14T00:33:04.859Z[ recovery-image] Dec 14 00:33:03.271 INFO O| Dec 14 00:33:03.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61492024-12-14T00:33:04.862Z[ recovery-image] Dec 14 00:33:03.271 INFO O| Dec 14 00:33:03.271 INFO STEP 608 (remove_files) COMPLETE
61502024-12-14T00:33:04.862Z[ recovery-image] Dec 14 00:33:03.271 INFO O| Dec 14 00:33:03.271 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-14T00:33:04.879Z[ recovery-image] Dec 14 00:33:03.290 INFO O| Dec 14 00:33:03.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61522024-12-14T00:33:04.882Z[ recovery-image] Dec 14 00:33:03.291 INFO O| Dec 14 00:33:03.290 INFO STEP 609 (remove_files) COMPLETE
61532024-12-14T00:33:04.882Z[ recovery-image] Dec 14 00:33:03.291 INFO O| Dec 14 00:33:03.291 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-14T00:33:04.899Z[ recovery-image] Dec 14 00:33:03.310 INFO O| Dec 14 00:33:03.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61552024-12-14T00:33:04.902Z[ recovery-image] Dec 14 00:33:03.310 INFO O| Dec 14 00:33:03.310 INFO STEP 610 (remove_files) COMPLETE
61562024-12-14T00:33:04.902Z[ recovery-image] Dec 14 00:33:03.310 INFO O| Dec 14 00:33:03.310 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-14T00:33:04.935Z[ recovery-image] Dec 14 00:33:03.346 INFO O| Dec 14 00:33:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61582024-12-14T00:33:04.935Z[ recovery-image] Dec 14 00:33:03.346 INFO O| Dec 14 00:33:03.346 INFO STEP 611 (remove_files) COMPLETE
61592024-12-14T00:33:04.938Z[ recovery-image] Dec 14 00:33:03.346 INFO O| Dec 14 00:33:03.346 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-14T00:33:04.957Z[ recovery-image] Dec 14 00:33:03.368 INFO O| Dec 14 00:33:03.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61612024-12-14T00:33:04.960Z[ recovery-image] Dec 14 00:33:03.368 INFO O| Dec 14 00:33:03.368 INFO STEP 612 (remove_files) COMPLETE
61622024-12-14T00:33:04.960Z[ recovery-image] Dec 14 00:33:03.369 INFO O| Dec 14 00:33:03.368 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-14T00:33:04.982Z[ recovery-image] Dec 14 00:33:03.393 INFO O| Dec 14 00:33:03.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61642024-12-14T00:33:04.982Z[ recovery-image] Dec 14 00:33:03.394 INFO O| Dec 14 00:33:03.394 INFO STEP 613 (remove_files) COMPLETE
61652024-12-14T00:33:04.982Z[ recovery-image] Dec 14 00:33:03.394 INFO O| Dec 14 00:33:03.394 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-14T00:33:05.002Z[ recovery-image] Dec 14 00:33:03.413 INFO O| Dec 14 00:33:03.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61672024-12-14T00:33:05.002Z[ recovery-image] Dec 14 00:33:03.413 INFO O| Dec 14 00:33:03.413 INFO STEP 614 (remove_files) COMPLETE
61682024-12-14T00:33:05.002Z[ recovery-image] Dec 14 00:33:03.413 INFO O| Dec 14 00:33:03.413 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-14T00:33:05.021Z[ recovery-image] Dec 14 00:33:03.432 INFO O| Dec 14 00:33:03.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61702024-12-14T00:33:05.039Z[ recovery-image] Dec 14 00:33:03.451 INFO O| Dec 14 00:33:03.451 INFO STEP 615 (remove_files) COMPLETE
61712024-12-14T00:33:05.039Z[ recovery-image] Dec 14 00:33:03.451 INFO O| Dec 14 00:33:03.451 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-14T00:33:05.060Z[ recovery-image] Dec 14 00:33:03.472 INFO O| Dec 14 00:33:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61732024-12-14T00:33:05.060Z[ recovery-image] Dec 14 00:33:03.472 INFO O| Dec 14 00:33:03.472 INFO STEP 616 (remove_files) COMPLETE
61742024-12-14T00:33:05.060Z[ recovery-image] Dec 14 00:33:03.472 INFO O| Dec 14 00:33:03.472 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-14T00:33:05.080Z[ recovery-image] Dec 14 00:33:03.491 INFO O| Dec 14 00:33:03.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61762024-12-14T00:33:05.080Z[ recovery-image] Dec 14 00:33:03.491 INFO O| Dec 14 00:33:03.491 INFO STEP 617 (remove_files) COMPLETE
61772024-12-14T00:33:05.080Z[ recovery-image] Dec 14 00:33:03.491 INFO O| Dec 14 00:33:03.491 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-14T00:33:05.103Z[ recovery-image] Dec 14 00:33:03.510 INFO O| Dec 14 00:33:03.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61792024-12-14T00:33:05.103Z[ recovery-image] Dec 14 00:33:03.510 INFO O| Dec 14 00:33:03.510 INFO STEP 618 (remove_files) COMPLETE
61802024-12-14T00:33:05.103Z[ recovery-image] Dec 14 00:33:03.510 INFO O| Dec 14 00:33:03.510 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-14T00:33:05.118Z[ recovery-image] Dec 14 00:33:03.530 INFO O| Dec 14 00:33:03.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61822024-12-14T00:33:05.118Z[ recovery-image] Dec 14 00:33:03.530 INFO O| Dec 14 00:33:03.530 INFO STEP 619 (remove_files) COMPLETE
61832024-12-14T00:33:05.122Z[ recovery-image] Dec 14 00:33:03.530 INFO O| Dec 14 00:33:03.530 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-14T00:33:05.139Z[ recovery-image] Dec 14 00:33:03.550 INFO O| Dec 14 00:33:03.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61852024-12-14T00:33:05.139Z[ recovery-image] Dec 14 00:33:03.550 INFO O| Dec 14 00:33:03.550 INFO STEP 620 (remove_files) COMPLETE
61862024-12-14T00:33:05.139Z[ recovery-image] Dec 14 00:33:03.550 INFO O| Dec 14 00:33:03.550 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-14T00:33:05.165Z[ recovery-image] Dec 14 00:33:03.576 INFO O| Dec 14 00:33:03.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61882024-12-14T00:33:05.168Z[ recovery-image] Dec 14 00:33:03.576 INFO O| Dec 14 00:33:03.576 INFO STEP 621 (remove_files) COMPLETE
61892024-12-14T00:33:05.168Z[ recovery-image] Dec 14 00:33:03.577 INFO O| Dec 14 00:33:03.577 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-14T00:33:05.205Z[ recovery-image] Dec 14 00:33:03.616 INFO O| Dec 14 00:33:03.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61912024-12-14T00:33:05.205Z[ recovery-image] Dec 14 00:33:03.616 INFO O| Dec 14 00:33:03.616 INFO STEP 622 (remove_files) COMPLETE
61922024-12-14T00:33:05.208Z[ recovery-image] Dec 14 00:33:03.616 INFO O| Dec 14 00:33:03.616 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-14T00:33:05.265Z[ recovery-image] Dec 14 00:33:03.675 INFO O| Dec 14 00:33:03.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61942024-12-14T00:33:05.265Z[ recovery-image] Dec 14 00:33:03.675 INFO O| Dec 14 00:33:03.675 INFO STEP 623 (remove_files) COMPLETE
61952024-12-14T00:33:05.265Z[ recovery-image] Dec 14 00:33:03.675 INFO O| Dec 14 00:33:03.675 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-14T00:33:05.284Z[ recovery-image] Dec 14 00:33:03.696 INFO O| Dec 14 00:33:03.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61972024-12-14T00:33:05.284Z[ recovery-image] Dec 14 00:33:03.696 INFO O| Dec 14 00:33:03.696 INFO STEP 624 (remove_files) COMPLETE
61982024-12-14T00:33:05.287Z[ recovery-image] Dec 14 00:33:03.696 INFO O| Dec 14 00:33:03.696 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-14T00:33:05.305Z[ recovery-image] Dec 14 00:33:03.716 INFO O| Dec 14 00:33:03.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62002024-12-14T00:33:05.305Z[ recovery-image] Dec 14 00:33:03.716 INFO O| Dec 14 00:33:03.716 INFO STEP 625 (remove_files) COMPLETE
62012024-12-14T00:33:05.305Z[ recovery-image] Dec 14 00:33:03.716 INFO O| Dec 14 00:33:03.716 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-14T00:33:05.327Z[ recovery-image] Dec 14 00:33:03.738 INFO O| Dec 14 00:33:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62032024-12-14T00:33:05.327Z[ recovery-image] Dec 14 00:33:03.738 INFO O| Dec 14 00:33:03.738 INFO STEP 626 (remove_files) COMPLETE
62042024-12-14T00:33:05.327Z[ recovery-image] Dec 14 00:33:03.738 INFO O| Dec 14 00:33:03.738 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-14T00:33:05.353Z[ recovery-image] Dec 14 00:33:03.764 INFO O| Dec 14 00:33:03.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62062024-12-14T00:33:05.355Z[ recovery-image] Dec 14 00:33:03.765 INFO O| Dec 14 00:33:03.765 INFO STEP 627 (remove_files) COMPLETE
62072024-12-14T00:33:05.355Z[ recovery-image] Dec 14 00:33:03.765 INFO O| Dec 14 00:33:03.765 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-14T00:33:05.376Z[ recovery-image] Dec 14 00:33:03.787 INFO O| Dec 14 00:33:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62092024-12-14T00:33:05.379Z[ recovery-image] Dec 14 00:33:03.788 INFO O| Dec 14 00:33:03.788 INFO STEP 628 (remove_files) COMPLETE
62102024-12-14T00:33:05.379Z[ recovery-image] Dec 14 00:33:03.788 INFO O| Dec 14 00:33:03.788 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-14T00:33:05.398Z[ recovery-image] Dec 14 00:33:03.810 INFO O| Dec 14 00:33:03.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62122024-12-14T00:33:05.398Z[ recovery-image] Dec 14 00:33:03.810 INFO O| Dec 14 00:33:03.810 INFO STEP 629 (remove_files) COMPLETE
62132024-12-14T00:33:05.401Z[ recovery-image] Dec 14 00:33:03.810 INFO O| Dec 14 00:33:03.810 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-14T00:33:05.418Z[ recovery-image] Dec 14 00:33:03.829 INFO O| Dec 14 00:33:03.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62152024-12-14T00:33:05.418Z[ recovery-image] Dec 14 00:33:03.830 INFO O| Dec 14 00:33:03.829 INFO STEP 630 (remove_files) COMPLETE
62162024-12-14T00:33:05.421Z[ recovery-image] Dec 14 00:33:03.830 INFO O| Dec 14 00:33:03.830 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-14T00:33:05.437Z[ recovery-image] Dec 14 00:33:03.848 INFO O| Dec 14 00:33:03.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62182024-12-14T00:33:05.440Z[ recovery-image] Dec 14 00:33:03.848 INFO O| Dec 14 00:33:03.848 INFO STEP 631 (remove_files) COMPLETE
62192024-12-14T00:33:05.440Z[ recovery-image] Dec 14 00:33:03.848 INFO O| Dec 14 00:33:03.848 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-14T00:33:05.456Z[ recovery-image] Dec 14 00:33:03.867 INFO O| Dec 14 00:33:03.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62212024-12-14T00:33:05.456Z[ recovery-image] Dec 14 00:33:03.867 INFO O| Dec 14 00:33:03.867 INFO STEP 632 (remove_files) COMPLETE
62222024-12-14T00:33:05.459Z[ recovery-image] Dec 14 00:33:03.868 INFO O| Dec 14 00:33:03.867 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-14T00:33:05.475Z[ recovery-image] Dec 14 00:33:03.886 INFO O| Dec 14 00:33:03.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62242024-12-14T00:33:05.476Z[ recovery-image] Dec 14 00:33:03.886 INFO O| Dec 14 00:33:03.886 INFO STEP 633 (remove_files) COMPLETE
62252024-12-14T00:33:05.479Z[ recovery-image] Dec 14 00:33:03.886 INFO O| Dec 14 00:33:03.886 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-14T00:33:05.495Z[ recovery-image] Dec 14 00:33:03.906 INFO O| Dec 14 00:33:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62272024-12-14T00:33:05.495Z[ recovery-image] Dec 14 00:33:03.906 INFO O| Dec 14 00:33:03.906 INFO STEP 634 (remove_files) COMPLETE
62282024-12-14T00:33:05.498Z[ recovery-image] Dec 14 00:33:03.906 INFO O| Dec 14 00:33:03.906 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-14T00:33:05.512Z[ recovery-image] Dec 14 00:33:03.924 INFO O| Dec 14 00:33:03.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62302024-12-14T00:33:05.515Z[ recovery-image] Dec 14 00:33:03.924 INFO O| Dec 14 00:33:03.924 INFO STEP 635 (remove_files) COMPLETE
62312024-12-14T00:33:05.515Z[ recovery-image] Dec 14 00:33:03.924 INFO O| Dec 14 00:33:03.924 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-14T00:33:05.533Z[ recovery-image] Dec 14 00:33:03.943 INFO O| Dec 14 00:33:03.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62332024-12-14T00:33:05.536Z[ recovery-image] Dec 14 00:33:03.943 INFO O| Dec 14 00:33:03.943 INFO STEP 636 (remove_files) COMPLETE
62342024-12-14T00:33:05.536Z[ recovery-image] Dec 14 00:33:03.943 INFO O| Dec 14 00:33:03.943 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-14T00:33:05.551Z[ recovery-image] Dec 14 00:33:03.963 INFO O| Dec 14 00:33:03.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62362024-12-14T00:33:05.551Z[ recovery-image] Dec 14 00:33:03.963 INFO O| Dec 14 00:33:03.963 INFO STEP 637 (remove_files) COMPLETE
62372024-12-14T00:33:05.555Z[ recovery-image] Dec 14 00:33:03.963 INFO O| Dec 14 00:33:03.963 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-14T00:33:05.577Z[ recovery-image] Dec 14 00:33:03.988 INFO O| Dec 14 00:33:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62392024-12-14T00:33:05.579Z[ recovery-image] Dec 14 00:33:03.989 INFO O| Dec 14 00:33:03.989 INFO STEP 638 (remove_files) COMPLETE
62402024-12-14T00:33:05.579Z[ recovery-image] Dec 14 00:33:03.989 INFO O| Dec 14 00:33:03.989 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-14T00:33:05.605Z[ recovery-image] Dec 14 00:33:04.015 INFO O| Dec 14 00:33:04.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62422024-12-14T00:33:05.608Z[ recovery-image] Dec 14 00:33:04.016 INFO O| Dec 14 00:33:04.016 INFO STEP 639 (remove_files) COMPLETE
62432024-12-14T00:33:05.608Z[ recovery-image] Dec 14 00:33:04.016 INFO O| Dec 14 00:33:04.016 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-14T00:33:05.629Z[ recovery-image] Dec 14 00:33:04.039 INFO O| Dec 14 00:33:04.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62452024-12-14T00:33:05.632Z[ recovery-image] Dec 14 00:33:04.039 INFO O| Dec 14 00:33:04.039 INFO STEP 640 (remove_files) COMPLETE
62462024-12-14T00:33:05.632Z[ recovery-image] Dec 14 00:33:04.039 INFO O| Dec 14 00:33:04.039 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-14T00:33:05.650Z[ recovery-image] Dec 14 00:33:04.061 INFO O| Dec 14 00:33:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62482024-12-14T00:33:05.654Z[ recovery-image] Dec 14 00:33:04.062 INFO O| Dec 14 00:33:04.062 INFO STEP 641 (remove_files) COMPLETE
62492024-12-14T00:33:05.654Z[ recovery-image] Dec 14 00:33:04.062 INFO O| Dec 14 00:33:04.062 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-14T00:33:05.674Z[ recovery-image] Dec 14 00:33:04.085 INFO O| Dec 14 00:33:04.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62512024-12-14T00:33:05.677Z[ recovery-image] Dec 14 00:33:04.085 INFO O| Dec 14 00:33:04.085 INFO STEP 642 (remove_files) COMPLETE
62522024-12-14T00:33:05.677Z[ recovery-image] Dec 14 00:33:04.085 INFO O| Dec 14 00:33:04.085 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-14T00:33:05.698Z[ recovery-image] Dec 14 00:33:04.109 INFO O| Dec 14 00:33:04.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62542024-12-14T00:33:05.702Z[ recovery-image] Dec 14 00:33:04.110 INFO O| Dec 14 00:33:04.109 INFO STEP 643 (remove_files) COMPLETE
62552024-12-14T00:33:05.704Z[ recovery-image] Dec 14 00:33:04.110 INFO O| Dec 14 00:33:04.110 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-14T00:33:05.722Z[ recovery-image] Dec 14 00:33:04.133 INFO O| Dec 14 00:33:04.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62572024-12-14T00:33:05.722Z[ recovery-image] Dec 14 00:33:04.133 INFO O| Dec 14 00:33:04.133 INFO STEP 644 (remove_files) COMPLETE
62582024-12-14T00:33:05.722Z[ recovery-image] Dec 14 00:33:04.133 INFO O| Dec 14 00:33:04.133 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-14T00:33:05.730Z[ host-image] Dec 14 00:33:04.141 INFO O| Dec 14 00:33:04.141 INFO O| Download: Completed 8.42 MB in 6.15 seconds (1.4M/s)
62602024-12-14T00:33:05.752Z[ recovery-image] Dec 14 00:33:04.163 INFO O| Dec 14 00:33:04.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62612024-12-14T00:33:05.752Z[ recovery-image] Dec 14 00:33:04.163 INFO O| Dec 14 00:33:04.163 INFO STEP 645 (remove_files) COMPLETE
62622024-12-14T00:33:05.755Z[ recovery-image] Dec 14 00:33:04.163 INFO O| Dec 14 00:33:04.163 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-14T00:33:05.773Z[ recovery-image] Dec 14 00:33:04.184 INFO O| Dec 14 00:33:04.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62642024-12-14T00:33:05.777Z[ recovery-image] Dec 14 00:33:04.187 INFO O| Dec 14 00:33:04.187 INFO STEP 646 (remove_files) COMPLETE
62652024-12-14T00:33:05.777Z[ recovery-image] Dec 14 00:33:04.187 INFO O| Dec 14 00:33:04.187 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-14T00:33:05.831Z[ recovery-image] Dec 14 00:33:04.242 INFO O| Dec 14 00:33:04.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62672024-12-14T00:33:05.831Z[ recovery-image] Dec 14 00:33:04.242 INFO O| Dec 14 00:33:04.242 INFO STEP 647 (remove_files) COMPLETE
62682024-12-14T00:33:05.831Z[ recovery-image] Dec 14 00:33:04.242 INFO O| Dec 14 00:33:04.242 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-12-14T00:33:05.861Z[ recovery-image] Dec 14 00:33:04.272 INFO O| Dec 14 00:33:04.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62702024-12-14T00:33:05.861Z[ recovery-image] Dec 14 00:33:04.272 INFO O| Dec 14 00:33:04.272 INFO STEP 648 (remove_files) COMPLETE
62712024-12-14T00:33:05.865Z[ recovery-image] Dec 14 00:33:04.272 INFO O| Dec 14 00:33:04.272 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-14T00:33:05.881Z[ recovery-image] Dec 14 00:33:04.292 INFO O| Dec 14 00:33:04.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62732024-12-14T00:33:05.881Z[ recovery-image] Dec 14 00:33:04.292 INFO O| Dec 14 00:33:04.292 INFO STEP 649 (remove_files) COMPLETE
62742024-12-14T00:33:05.881Z[ recovery-image] Dec 14 00:33:04.292 INFO O| Dec 14 00:33:04.292 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-12-14T00:33:05.883Z[ host-image] Dec 14 00:33:04.294 INFO O| Dec 14 00:33:04.294 INFO O| Actions: 1/1361 actions (Installing new actions)
62762024-12-14T00:33:05.900Z[ recovery-image] Dec 14 00:33:04.312 INFO O| Dec 14 00:33:04.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62772024-12-14T00:33:05.900Z[ recovery-image] Dec 14 00:33:04.312 INFO O| Dec 14 00:33:04.312 INFO STEP 650 (remove_files) COMPLETE
62782024-12-14T00:33:05.900Z[ recovery-image] Dec 14 00:33:04.312 INFO O| Dec 14 00:33:04.312 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-14T00:33:05.937Z[ recovery-image] Dec 14 00:33:04.348 INFO O| Dec 14 00:33:04.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62802024-12-14T00:33:05.937Z[ recovery-image] Dec 14 00:33:04.348 INFO O| Dec 14 00:33:04.348 INFO STEP 651 (remove_files) COMPLETE
62812024-12-14T00:33:05.940Z[ recovery-image] Dec 14 00:33:04.348 INFO O| Dec 14 00:33:04.348 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-14T00:33:05.974Z[ recovery-image] Dec 14 00:33:04.385 INFO O| Dec 14 00:33:04.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62832024-12-14T00:33:05.977Z[ recovery-image] Dec 14 00:33:04.386 INFO O| Dec 14 00:33:04.386 INFO STEP 652 (remove_files) COMPLETE
62842024-12-14T00:33:05.977Z[ recovery-image] Dec 14 00:33:04.386 INFO O| Dec 14 00:33:04.386 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-14T00:33:06.000Z[ recovery-image] Dec 14 00:33:04.411 INFO O| Dec 14 00:33:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62862024-12-14T00:33:06.003Z[ recovery-image] Dec 14 00:33:04.411 INFO O| Dec 14 00:33:04.411 INFO STEP 653 (remove_files) COMPLETE
62872024-12-14T00:33:06.003Z[ recovery-image] Dec 14 00:33:04.411 INFO O| Dec 14 00:33:04.411 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-14T00:33:06.020Z[ recovery-image] Dec 14 00:33:04.431 INFO O| Dec 14 00:33:04.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62892024-12-14T00:33:06.020Z[ recovery-image] Dec 14 00:33:04.432 INFO O| Dec 14 00:33:04.432 INFO STEP 654 (remove_files) COMPLETE
62902024-12-14T00:33:06.020Z[ recovery-image] Dec 14 00:33:04.432 INFO O| Dec 14 00:33:04.432 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-14T00:33:06.038Z[ recovery-image] Dec 14 00:33:04.449 INFO O| Dec 14 00:33:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62922024-12-14T00:33:06.038Z[ recovery-image] Dec 14 00:33:04.449 INFO O| Dec 14 00:33:04.449 INFO STEP 655 (remove_files) COMPLETE
62932024-12-14T00:33:06.038Z[ recovery-image] Dec 14 00:33:04.450 INFO O| Dec 14 00:33:04.449 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-14T00:33:06.057Z[ recovery-image] Dec 14 00:33:04.468 INFO O| Dec 14 00:33:04.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62952024-12-14T00:33:06.057Z[ recovery-image] Dec 14 00:33:04.468 INFO O| Dec 14 00:33:04.468 INFO STEP 656 (remove_files) COMPLETE
62962024-12-14T00:33:06.059Z[ recovery-image] Dec 14 00:33:04.468 INFO O| Dec 14 00:33:04.468 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-14T00:33:06.081Z[ recovery-image] Dec 14 00:33:04.486 INFO O| Dec 14 00:33:04.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62982024-12-14T00:33:06.081Z[ recovery-image] Dec 14 00:33:04.486 INFO O| Dec 14 00:33:04.486 INFO STEP 657 (remove_files) COMPLETE
62992024-12-14T00:33:06.083Z[ recovery-image] Dec 14 00:33:04.486 INFO O| Dec 14 00:33:04.486 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-14T00:33:06.130Z[ recovery-image] Dec 14 00:33:04.540 INFO O| Dec 14 00:33:04.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63012024-12-14T00:33:06.130Z[ recovery-image] Dec 14 00:33:04.540 INFO O| Dec 14 00:33:04.540 INFO STEP 658 (remove_files) COMPLETE
63022024-12-14T00:33:06.133Z[ recovery-image] Dec 14 00:33:04.540 INFO O| Dec 14 00:33:04.540 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-14T00:33:06.208Z[ recovery-image] Dec 14 00:33:04.618 INFO O| Dec 14 00:33:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63042024-12-14T00:33:06.208Z[ recovery-image] Dec 14 00:33:04.618 INFO O| Dec 14 00:33:04.618 INFO STEP 659 (remove_files) COMPLETE
63052024-12-14T00:33:06.208Z[ recovery-image] Dec 14 00:33:04.618 INFO O| Dec 14 00:33:04.618 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-14T00:33:06.273Z[ recovery-image] Dec 14 00:33:04.684 INFO O| Dec 14 00:33:04.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63072024-12-14T00:33:06.273Z[ recovery-image] Dec 14 00:33:04.684 INFO O| Dec 14 00:33:04.684 INFO STEP 660 (remove_files) COMPLETE
63082024-12-14T00:33:06.273Z[ recovery-image] Dec 14 00:33:04.684 INFO O| Dec 14 00:33:04.684 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-14T00:33:06.295Z[ recovery-image] Dec 14 00:33:04.706 INFO O| Dec 14 00:33:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63102024-12-14T00:33:06.304Z[ recovery-image] Dec 14 00:33:04.715 INFO O| Dec 14 00:33:04.714 INFO STEP 661 (remove_files) COMPLETE
63112024-12-14T00:33:06.325Z[ recovery-image] Dec 14 00:33:04.735 INFO O| Dec 14 00:33:04.718 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-14T00:33:06.515Z[ recovery-image] Dec 14 00:33:04.926 INFO O| Dec 14 00:33:04.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63132024-12-14T00:33:06.515Z[ recovery-image] Dec 14 00:33:04.926 INFO O| Dec 14 00:33:04.926 INFO STEP 662 (remove_files) COMPLETE
63142024-12-14T00:33:06.523Z[ recovery-image] Dec 14 00:33:04.926 INFO O| Dec 14 00:33:04.926 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-14T00:33:06.539Z[ recovery-image] Dec 14 00:33:04.950 INFO O| Dec 14 00:33:04.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63162024-12-14T00:33:06.567Z[ recovery-image] Dec 14 00:33:04.978 INFO O| Dec 14 00:33:04.978 INFO STEP 663 (remove_files) COMPLETE
63172024-12-14T00:33:06.567Z[ recovery-image] Dec 14 00:33:04.978 INFO O| Dec 14 00:33:04.978 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-14T00:33:06.610Z[ recovery-image] Dec 14 00:33:05.019 INFO O| Dec 14 00:33:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63192024-12-14T00:33:06.610Z[ recovery-image] Dec 14 00:33:05.020 INFO O| Dec 14 00:33:05.020 INFO STEP 664 (remove_files) COMPLETE
63202024-12-14T00:33:06.610Z[ recovery-image] Dec 14 00:33:05.020 INFO O| Dec 14 00:33:05.020 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-14T00:33:06.627Z[ host-image] Dec 14 00:33:05.038 INFO O| Dec 14 00:33:05.037 INFO O| Actions: Completed 1361 actions in 0.74 seconds.
63222024-12-14T00:33:06.650Z[ recovery-image] Dec 14 00:33:05.060 INFO O| Dec 14 00:33:05.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63232024-12-14T00:33:06.650Z[ recovery-image] Dec 14 00:33:05.061 INFO O| Dec 14 00:33:05.061 INFO STEP 665 (remove_files) COMPLETE
63242024-12-14T00:33:06.650Z[ recovery-image] Dec 14 00:33:05.061 INFO O| Dec 14 00:33:05.061 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-14T00:33:06.705Z[ recovery-image] Dec 14 00:33:05.115 INFO O| Dec 14 00:33:05.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63262024-12-14T00:33:06.705Z[ recovery-image] Dec 14 00:33:05.115 INFO O| Dec 14 00:33:05.115 INFO STEP 666 (remove_files) COMPLETE
63272024-12-14T00:33:06.705Z[ recovery-image] Dec 14 00:33:05.115 INFO O| Dec 14 00:33:05.115 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-14T00:33:06.728Z[ recovery-image] Dec 14 00:33:05.139 INFO O| Dec 14 00:33:05.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63292024-12-14T00:33:06.728Z[ recovery-image] Dec 14 00:33:05.140 INFO O| Dec 14 00:33:05.140 INFO STEP 667 (remove_files) COMPLETE
63302024-12-14T00:33:06.728Z[ recovery-image] Dec 14 00:33:05.140 INFO O| Dec 14 00:33:05.140 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-14T00:33:06.751Z[ recovery-image] Dec 14 00:33:05.162 INFO O| Dec 14 00:33:05.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63322024-12-14T00:33:06.751Z[ recovery-image] Dec 14 00:33:05.162 INFO O| Dec 14 00:33:05.162 INFO STEP 668 (remove_files) COMPLETE
63332024-12-14T00:33:06.751Z[ recovery-image] Dec 14 00:33:05.162 INFO O| Dec 14 00:33:05.162 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-14T00:33:06.789Z[ recovery-image] Dec 14 00:33:05.200 INFO O| Dec 14 00:33:05.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63352024-12-14T00:33:06.789Z[ recovery-image] Dec 14 00:33:05.200 INFO O| Dec 14 00:33:05.200 INFO STEP 669 (remove_files) COMPLETE
63362024-12-14T00:33:06.792Z[ recovery-image] Dec 14 00:33:05.200 INFO O| Dec 14 00:33:05.200 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-14T00:33:06.810Z[ recovery-image] Dec 14 00:33:05.221 INFO O| Dec 14 00:33:05.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63382024-12-14T00:33:06.813Z[ recovery-image] Dec 14 00:33:05.222 INFO O| Dec 14 00:33:05.222 INFO STEP 670 (remove_files) COMPLETE
63392024-12-14T00:33:06.813Z[ recovery-image] Dec 14 00:33:05.222 INFO O| Dec 14 00:33:05.222 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-14T00:33:06.854Z[ recovery-image] Dec 14 00:33:05.262 INFO O| Dec 14 00:33:05.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63412024-12-14T00:33:06.854Z[ recovery-image] Dec 14 00:33:05.262 INFO O| Dec 14 00:33:05.262 INFO STEP 671 (remove_files) COMPLETE
63422024-12-14T00:33:06.857Z[ recovery-image] Dec 14 00:33:05.262 INFO O| Dec 14 00:33:05.262 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-14T00:33:06.893Z[ recovery-image] Dec 14 00:33:05.304 INFO O| Dec 14 00:33:05.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63442024-12-14T00:33:06.893Z[ recovery-image] Dec 14 00:33:05.304 INFO O| Dec 14 00:33:05.304 INFO STEP 672 (remove_files) COMPLETE
63452024-12-14T00:33:06.896Z[ recovery-image] Dec 14 00:33:05.304 INFO O| Dec 14 00:33:05.304 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-14T00:33:06.915Z[ recovery-image] Dec 14 00:33:05.326 INFO O| Dec 14 00:33:05.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63472024-12-14T00:33:06.915Z[ recovery-image] Dec 14 00:33:05.326 INFO O| Dec 14 00:33:05.326 INFO STEP 673 (remove_files) COMPLETE
63482024-12-14T00:33:06.915Z[ recovery-image] Dec 14 00:33:05.326 INFO O| Dec 14 00:33:05.326 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-14T00:33:06.938Z[ recovery-image] Dec 14 00:33:05.349 INFO O| Dec 14 00:33:05.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63502024-12-14T00:33:06.938Z[ recovery-image] Dec 14 00:33:05.349 INFO O| Dec 14 00:33:05.349 INFO STEP 674 (remove_files) COMPLETE
63512024-12-14T00:33:06.941Z[ recovery-image] Dec 14 00:33:05.349 INFO O| Dec 14 00:33:05.349 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-14T00:33:06.999Z[ recovery-image] Dec 14 00:33:05.410 INFO O| Dec 14 00:33:05.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63532024-12-14T00:33:06.999Z[ recovery-image] Dec 14 00:33:05.410 INFO O| Dec 14 00:33:05.410 INFO STEP 675 (remove_files) COMPLETE
63542024-12-14T00:33:07.002Z[ recovery-image] Dec 14 00:33:05.410 INFO O| Dec 14 00:33:05.410 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-14T00:33:07.024Z[ recovery-image] Dec 14 00:33:05.434 INFO O| Dec 14 00:33:05.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63562024-12-14T00:33:07.024Z[ recovery-image] Dec 14 00:33:05.434 INFO O| Dec 14 00:33:05.434 INFO STEP 676 (remove_files) COMPLETE
63572024-12-14T00:33:07.024Z[ recovery-image] Dec 14 00:33:05.434 INFO O| Dec 14 00:33:05.434 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-14T00:33:07.129Z[ recovery-image] Dec 14 00:33:05.540 INFO O| Dec 14 00:33:05.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63592024-12-14T00:33:07.149Z[ recovery-image] Dec 14 00:33:05.560 INFO O| Dec 14 00:33:05.560 INFO STEP 677 (remove_files) COMPLETE
63602024-12-14T00:33:07.149Z[ recovery-image] Dec 14 00:33:05.560 INFO O| Dec 14 00:33:05.560 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-14T00:33:07.181Z[ recovery-image] Dec 14 00:33:05.592 INFO O| Dec 14 00:33:05.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63622024-12-14T00:33:07.181Z[ recovery-image] Dec 14 00:33:05.592 INFO O| Dec 14 00:33:05.592 INFO STEP 678 (remove_files) COMPLETE
63632024-12-14T00:33:07.184Z[ recovery-image] Dec 14 00:33:05.592 INFO O| Dec 14 00:33:05.592 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-14T00:33:07.216Z[ recovery-image] Dec 14 00:33:05.627 INFO O| Dec 14 00:33:05.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63652024-12-14T00:33:07.217Z[ recovery-image] Dec 14 00:33:05.627 INFO O| Dec 14 00:33:05.627 INFO STEP 679 (remove_files) COMPLETE
63662024-12-14T00:33:07.219Z[ recovery-image] Dec 14 00:33:05.628 INFO O| Dec 14 00:33:05.627 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-14T00:33:07.245Z[ recovery-image] Dec 14 00:33:05.656 INFO O| Dec 14 00:33:05.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63682024-12-14T00:33:07.245Z[ recovery-image] Dec 14 00:33:05.656 INFO O| Dec 14 00:33:05.656 INFO STEP 680 (remove_files) COMPLETE
63692024-12-14T00:33:07.248Z[ recovery-image] Dec 14 00:33:05.656 INFO O| Dec 14 00:33:05.656 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-14T00:33:07.285Z[ host-image] Dec 14 00:33:05.695 INFO O| Dec 14 00:33:05.695 INFO O| Done
63712024-12-14T00:33:07.286Z[ host-image] Dec 14 00:33:05.695 INFO O| Dec 14 00:33:05.695 INFO O| Done
63722024-12-14T00:33:07.305Z[ recovery-image] Dec 14 00:33:05.715 INFO O| Dec 14 00:33:05.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63732024-12-14T00:33:07.305Z[ recovery-image] Dec 14 00:33:05.715 INFO O| Dec 14 00:33:05.715 INFO STEP 681 (remove_files) COMPLETE
63742024-12-14T00:33:07.305Z[ recovery-image] Dec 14 00:33:05.715 INFO O| Dec 14 00:33:05.715 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-12-14T00:33:07.347Z[ recovery-image] Dec 14 00:33:05.758 INFO O| Dec 14 00:33:05.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63762024-12-14T00:33:07.351Z[ recovery-image] Dec 14 00:33:05.758 INFO O| Dec 14 00:33:05.758 INFO STEP 682 (remove_files) COMPLETE
63772024-12-14T00:33:07.351Z[ recovery-image] Dec 14 00:33:05.758 INFO O| Dec 14 00:33:05.758 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-12-14T00:33:07.365Z[ recovery-image] Dec 14 00:33:05.776 INFO O| Dec 14 00:33:05.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63792024-12-14T00:33:07.378Z[ recovery-image] Dec 14 00:33:05.789 INFO O| Dec 14 00:33:05.789 INFO STEP 683 (remove_files) COMPLETE
63802024-12-14T00:33:07.378Z[ recovery-image] Dec 14 00:33:05.789 INFO O| Dec 14 00:33:05.789 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-12-14T00:33:07.396Z[ recovery-image] Dec 14 00:33:05.807 INFO O| Dec 14 00:33:05.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63822024-12-14T00:33:07.399Z[ recovery-image] Dec 14 00:33:05.807 INFO O| Dec 14 00:33:05.807 INFO STEP 684 (remove_files) COMPLETE
63832024-12-14T00:33:07.399Z[ recovery-image] Dec 14 00:33:05.808 INFO O| Dec 14 00:33:05.807 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-12-14T00:33:07.414Z[ recovery-image] Dec 14 00:33:05.825 INFO O| Dec 14 00:33:05.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63852024-12-14T00:33:07.418Z[ recovery-image] Dec 14 00:33:05.825 INFO O| Dec 14 00:33:05.825 INFO STEP 685 (remove_files) COMPLETE
63862024-12-14T00:33:07.418Z[ recovery-image] Dec 14 00:33:05.825 INFO O| Dec 14 00:33:05.825 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-12-14T00:33:07.432Z[ recovery-image] Dec 14 00:33:05.843 INFO O| Dec 14 00:33:05.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63882024-12-14T00:33:07.434Z[ recovery-image] Dec 14 00:33:05.843 INFO O| Dec 14 00:33:05.843 INFO STEP 686 (remove_files) COMPLETE
63892024-12-14T00:33:07.434Z[ recovery-image] Dec 14 00:33:05.843 INFO O| Dec 14 00:33:05.843 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-12-14T00:33:07.474Z[ recovery-image] Dec 14 00:33:05.885 INFO O| Dec 14 00:33:05.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63912024-12-14T00:33:07.474Z[ recovery-image] Dec 14 00:33:05.885 INFO O| Dec 14 00:33:05.885 INFO STEP 687 (remove_files) COMPLETE
63922024-12-14T00:33:07.474Z[ recovery-image] Dec 14 00:33:05.885 INFO O| Dec 14 00:33:05.885 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-12-14T00:33:07.525Z[ recovery-image] Dec 14 00:33:05.936 INFO O| Dec 14 00:33:05.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63942024-12-14T00:33:07.525Z[ recovery-image] Dec 14 00:33:05.936 INFO O| Dec 14 00:33:05.936 INFO STEP 688 (remove_files) COMPLETE
63952024-12-14T00:33:07.525Z[ recovery-image] Dec 14 00:33:05.936 INFO O| Dec 14 00:33:05.936 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-12-14T00:33:07.584Z[ recovery-image] Dec 14 00:33:05.995 INFO O| Dec 14 00:33:05.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63972024-12-14T00:33:07.584Z[ recovery-image] Dec 14 00:33:05.995 INFO O| Dec 14 00:33:05.995 INFO STEP 689 (remove_files) COMPLETE
63982024-12-14T00:33:07.584Z[ recovery-image] Dec 14 00:33:05.995 INFO O| Dec 14 00:33:05.995 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-12-14T00:33:07.643Z[ recovery-image] Dec 14 00:33:06.054 INFO O| Dec 14 00:33:06.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64002024-12-14T00:33:07.643Z[ recovery-image] Dec 14 00:33:06.054 INFO O| Dec 14 00:33:06.054 INFO STEP 690 (remove_files) COMPLETE
64012024-12-14T00:33:07.646Z[ recovery-image] Dec 14 00:33:06.054 INFO O| Dec 14 00:33:06.054 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-12-14T00:33:07.665Z[ recovery-image] Dec 14 00:33:06.075 INFO O| Dec 14 00:33:06.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64032024-12-14T00:33:07.665Z[ recovery-image] Dec 14 00:33:06.075 INFO O| Dec 14 00:33:06.075 INFO STEP 691 (remove_files) COMPLETE
64042024-12-14T00:33:07.665Z[ recovery-image] Dec 14 00:33:06.075 INFO O| Dec 14 00:33:06.075 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-12-14T00:33:07.702Z[ recovery-image] Dec 14 00:33:06.113 INFO O| Dec 14 00:33:06.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64062024-12-14T00:33:07.702Z[ recovery-image] Dec 14 00:33:06.113 INFO O| Dec 14 00:33:06.113 INFO STEP 692 (remove_files) COMPLETE
64072024-12-14T00:33:07.702Z[ recovery-image] Dec 14 00:33:06.113 INFO O| Dec 14 00:33:06.113 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-12-14T00:33:07.738Z[ recovery-image] Dec 14 00:33:06.149 INFO O| Dec 14 00:33:06.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64092024-12-14T00:33:07.738Z[ recovery-image] Dec 14 00:33:06.149 INFO O| Dec 14 00:33:06.149 INFO STEP 693 (remove_files) COMPLETE
64102024-12-14T00:33:07.738Z[ recovery-image] Dec 14 00:33:06.149 INFO O| Dec 14 00:33:06.149 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-12-14T00:33:07.759Z[ recovery-image] Dec 14 00:33:06.169 INFO O| Dec 14 00:33:06.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64122024-12-14T00:33:07.759Z[ recovery-image] Dec 14 00:33:06.170 INFO O| Dec 14 00:33:06.170 INFO STEP 694 (remove_files) COMPLETE
64132024-12-14T00:33:07.759Z[ recovery-image] Dec 14 00:33:06.170 INFO O| Dec 14 00:33:06.170 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-12-14T00:33:07.857Z[ recovery-image] Dec 14 00:33:06.266 INFO O| Dec 14 00:33:06.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64152024-12-14T00:33:07.860Z[ recovery-image] Dec 14 00:33:06.267 INFO O| Dec 14 00:33:06.267 INFO STEP 695 (remove_files) COMPLETE
64162024-12-14T00:33:07.860Z[ recovery-image] Dec 14 00:33:06.267 INFO O| Dec 14 00:33:06.267 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-12-14T00:33:07.956Z[ recovery-image] Dec 14 00:33:06.367 INFO O| Dec 14 00:33:06.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64182024-12-14T00:33:07.964Z[ recovery-image] Dec 14 00:33:06.375 INFO O| Dec 14 00:33:06.375 INFO STEP 696 (remove_files) COMPLETE
64192024-12-14T00:33:07.964Z[ recovery-image] Dec 14 00:33:06.375 INFO O| Dec 14 00:33:06.375 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-12-14T00:33:08.005Z[ recovery-image] Dec 14 00:33:06.415 INFO O| Dec 14 00:33:06.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64212024-12-14T00:33:08.005Z[ recovery-image] Dec 14 00:33:06.415 INFO O| Dec 14 00:33:06.415 INFO STEP 697 (remove_files) COMPLETE
64222024-12-14T00:33:08.005Z[ recovery-image] Dec 14 00:33:06.415 INFO O| Dec 14 00:33:06.415 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-12-14T00:33:08.041Z[ recovery-image] Dec 14 00:33:06.452 INFO O| Dec 14 00:33:06.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64242024-12-14T00:33:08.044Z[ recovery-image] Dec 14 00:33:06.452 INFO O| Dec 14 00:33:06.452 INFO STEP 698 (remove_files) COMPLETE
64252024-12-14T00:33:08.044Z[ recovery-image] Dec 14 00:33:06.452 INFO O| Dec 14 00:33:06.452 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-12-14T00:33:08.061Z[ recovery-image] Dec 14 00:33:06.472 INFO O| Dec 14 00:33:06.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64272024-12-14T00:33:08.061Z[ recovery-image] Dec 14 00:33:06.472 INFO O| Dec 14 00:33:06.472 INFO STEP 699 (remove_files) COMPLETE
64282024-12-14T00:33:08.061Z[ recovery-image] Dec 14 00:33:06.472 INFO O| Dec 14 00:33:06.472 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-12-14T00:33:08.080Z[ recovery-image] Dec 14 00:33:06.491 INFO O| Dec 14 00:33:06.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64302024-12-14T00:33:08.080Z[ recovery-image] Dec 14 00:33:06.491 INFO O| Dec 14 00:33:06.491 INFO STEP 700 (remove_files) COMPLETE
64312024-12-14T00:33:08.081Z[ recovery-image] Dec 14 00:33:06.491 INFO O| Dec 14 00:33:06.491 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-12-14T00:33:08.112Z[ recovery-image] Dec 14 00:33:06.522 INFO O| Dec 14 00:33:06.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64332024-12-14T00:33:08.112Z[ recovery-image] Dec 14 00:33:06.522 INFO O| Dec 14 00:33:06.522 INFO STEP 701 (remove_files) COMPLETE
64342024-12-14T00:33:08.114Z[ recovery-image] Dec 14 00:33:06.522 INFO O| Dec 14 00:33:06.522 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-12-14T00:33:08.190Z[ recovery-image] Dec 14 00:33:06.600 INFO O| Dec 14 00:33:06.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64362024-12-14T00:33:08.190Z[ recovery-image] Dec 14 00:33:06.600 INFO O| Dec 14 00:33:06.600 INFO STEP 702 (remove_files) COMPLETE
64372024-12-14T00:33:08.193Z[ recovery-image] Dec 14 00:33:06.601 INFO O| Dec 14 00:33:06.600 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-14T00:33:08.245Z[ recovery-image] Dec 14 00:33:06.647 INFO O| Dec 14 00:33:06.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64392024-12-14T00:33:08.245Z[ recovery-image] Dec 14 00:33:06.648 INFO O| Dec 14 00:33:06.648 INFO STEP 703 (remove_files) COMPLETE
64402024-12-14T00:33:08.248Z[ recovery-image] Dec 14 00:33:06.648 INFO O| Dec 14 00:33:06.648 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-14T00:33:08.274Z[ recovery-image] Dec 14 00:33:06.684 INFO O| Dec 14 00:33:06.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64422024-12-14T00:33:08.274Z[ recovery-image] Dec 14 00:33:06.684 INFO O| Dec 14 00:33:06.684 INFO STEP 704 (remove_files) COMPLETE
64432024-12-14T00:33:08.274Z[ recovery-image] Dec 14 00:33:06.684 INFO O| Dec 14 00:33:06.684 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-14T00:33:08.294Z[ recovery-image] Dec 14 00:33:06.703 INFO O| Dec 14 00:33:06.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64452024-12-14T00:33:08.294Z[ recovery-image] Dec 14 00:33:06.703 INFO O| Dec 14 00:33:06.703 INFO STEP 705 (remove_files) COMPLETE
64462024-12-14T00:33:08.294Z[ recovery-image] Dec 14 00:33:06.703 INFO O| Dec 14 00:33:06.703 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-14T00:33:08.331Z[ recovery-image] Dec 14 00:33:06.742 INFO O| Dec 14 00:33:06.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64482024-12-14T00:33:08.331Z[ recovery-image] Dec 14 00:33:06.742 INFO O| Dec 14 00:33:06.742 INFO STEP 706 (remove_files) COMPLETE
64492024-12-14T00:33:08.331Z[ recovery-image] Dec 14 00:33:06.742 INFO O| Dec 14 00:33:06.742 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-14T00:33:08.350Z[ recovery-image] Dec 14 00:33:06.761 INFO O| Dec 14 00:33:06.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64512024-12-14T00:33:08.350Z[ recovery-image] Dec 14 00:33:06.761 INFO O| Dec 14 00:33:06.761 INFO STEP 707 (remove_files) COMPLETE
64522024-12-14T00:33:08.353Z[ recovery-image] Dec 14 00:33:06.761 INFO O| Dec 14 00:33:06.761 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-14T00:33:08.387Z[ recovery-image] Dec 14 00:33:06.795 INFO O| Dec 14 00:33:06.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64542024-12-14T00:33:08.387Z[ recovery-image] Dec 14 00:33:06.795 INFO O| Dec 14 00:33:06.795 INFO STEP 708 (remove_files) COMPLETE
64552024-12-14T00:33:08.387Z[ recovery-image] Dec 14 00:33:06.795 INFO O| Dec 14 00:33:06.795 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-14T00:33:08.414Z[ recovery-image] Dec 14 00:33:06.824 INFO O| Dec 14 00:33:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64572024-12-14T00:33:08.414Z[ recovery-image] Dec 14 00:33:06.824 INFO O| Dec 14 00:33:06.824 INFO STEP 709 (remove_files) COMPLETE
64582024-12-14T00:33:08.414Z[ recovery-image] Dec 14 00:33:06.824 INFO O| Dec 14 00:33:06.824 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-14T00:33:08.434Z[ recovery-image] Dec 14 00:33:06.844 INFO O| Dec 14 00:33:06.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64602024-12-14T00:33:08.434Z[ recovery-image] Dec 14 00:33:06.844 INFO O| Dec 14 00:33:06.844 INFO STEP 710 (remove_files) COMPLETE
64612024-12-14T00:33:08.434Z[ recovery-image] Dec 14 00:33:06.844 INFO O| Dec 14 00:33:06.844 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-14T00:33:08.517Z[ recovery-image] Dec 14 00:33:06.927 INFO O| Dec 14 00:33:06.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64632024-12-14T00:33:08.520Z[ recovery-image] Dec 14 00:33:06.928 INFO O| Dec 14 00:33:06.927 INFO STEP 711 (remove_files) COMPLETE
64642024-12-14T00:33:08.520Z[ recovery-image] Dec 14 00:33:06.928 INFO O| Dec 14 00:33:06.928 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-14T00:33:08.522Z[ host-image] Dec 14 00:33:06.932 INFO O| Dec 14 00:33:06.931 INFO O| Done
64662024-12-14T00:33:08.609Z[ recovery-image] Dec 14 00:33:07.020 INFO O| Dec 14 00:33:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64672024-12-14T00:33:08.612Z[ recovery-image] Dec 14 00:33:07.020 INFO O| Dec 14 00:33:07.020 INFO STEP 712 (remove_files) COMPLETE
64682024-12-14T00:33:08.612Z[ recovery-image] Dec 14 00:33:07.020 INFO O| Dec 14 00:33:07.020 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-14T00:33:08.631Z[ recovery-image] Dec 14 00:33:07.042 INFO O| Dec 14 00:33:07.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64702024-12-14T00:33:08.631Z[ recovery-image] Dec 14 00:33:07.042 INFO O| Dec 14 00:33:07.042 INFO STEP 713 (remove_files) COMPLETE
64712024-12-14T00:33:08.632Z[ recovery-image] Dec 14 00:33:07.042 INFO O| Dec 14 00:33:07.042 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-14T00:33:08.662Z[ recovery-image] Dec 14 00:33:07.073 INFO O| Dec 14 00:33:07.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64732024-12-14T00:33:08.662Z[ recovery-image] Dec 14 00:33:07.073 INFO O| Dec 14 00:33:07.064 INFO STEP 714 (remove_files) COMPLETE
64742024-12-14T00:33:08.662Z[ recovery-image] Dec 14 00:33:07.073 INFO O| Dec 14 00:33:07.064 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-14T00:33:08.682Z[ recovery-image] Dec 14 00:33:07.087 INFO O| Dec 14 00:33:07.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64762024-12-14T00:33:08.682Z[ recovery-image] Dec 14 00:33:07.087 INFO O| Dec 14 00:33:07.083 INFO STEP 715 (remove_files) COMPLETE
64772024-12-14T00:33:08.682Z[ recovery-image] Dec 14 00:33:07.087 INFO O| Dec 14 00:33:07.083 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-14T00:33:08.695Z[ recovery-image] Dec 14 00:33:07.106 INFO O| Dec 14 00:33:07.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64792024-12-14T00:33:08.695Z[ recovery-image] Dec 14 00:33:07.106 INFO O| Dec 14 00:33:07.103 INFO STEP 716 (remove_files) COMPLETE
64802024-12-14T00:33:08.695Z[ recovery-image] Dec 14 00:33:07.106 INFO O| Dec 14 00:33:07.103 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-14T00:33:08.713Z[ recovery-image] Dec 14 00:33:07.122 INFO O| Dec 14 00:33:07.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64822024-12-14T00:33:08.713Z[ recovery-image] Dec 14 00:33:07.122 INFO O| Dec 14 00:33:07.122 INFO STEP 717 (remove_files) COMPLETE
64832024-12-14T00:33:08.713Z[ recovery-image] Dec 14 00:33:07.122 INFO O| Dec 14 00:33:07.122 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-14T00:33:08.735Z[ recovery-image] Dec 14 00:33:07.145 INFO O| Dec 14 00:33:07.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64852024-12-14T00:33:08.735Z[ recovery-image] Dec 14 00:33:07.145 INFO O| Dec 14 00:33:07.145 INFO STEP 718 (remove_files) COMPLETE
64862024-12-14T00:33:08.735Z[ recovery-image] Dec 14 00:33:07.145 INFO O| Dec 14 00:33:07.145 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-14T00:33:08.799Z[ recovery-image] Dec 14 00:33:07.210 INFO O| Dec 14 00:33:07.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64882024-12-14T00:33:08.799Z[ recovery-image] Dec 14 00:33:07.210 INFO O| Dec 14 00:33:07.210 INFO STEP 719 (remove_files) COMPLETE
64892024-12-14T00:33:08.802Z[ recovery-image] Dec 14 00:33:07.210 INFO O| Dec 14 00:33:07.210 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-14T00:33:08.967Z[ recovery-image] Dec 14 00:33:07.376 INFO O| Dec 14 00:33:07.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64912024-12-14T00:33:08.967Z[ recovery-image] Dec 14 00:33:07.376 INFO O| Dec 14 00:33:07.376 INFO STEP 720 (remove_files) COMPLETE
64922024-12-14T00:33:08.967Z[ recovery-image] Dec 14 00:33:07.376 INFO O| Dec 14 00:33:07.376 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-14T00:33:09.012Z[ recovery-image] Dec 14 00:33:07.413 INFO O| Dec 14 00:33:07.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64942024-12-14T00:33:09.012Z[ recovery-image] Dec 14 00:33:07.413 INFO O| Dec 14 00:33:07.410 INFO STEP 721 (remove_files) COMPLETE
64952024-12-14T00:33:09.012Z[ recovery-image] Dec 14 00:33:07.413 INFO O| Dec 14 00:33:07.410 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-14T00:33:09.050Z[ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64972024-12-14T00:33:09.050Z[ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.430 INFO STEP 722 (remove_files) COMPLETE
64982024-12-14T00:33:09.050Z[ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.430 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-14T00:33:09.053Z[ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65002024-12-14T00:33:09.053Z[ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.451 INFO STEP 723 (remove_files) COMPLETE
65012024-12-14T00:33:09.053Z[ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.451 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-14T00:33:09.062Z[ recovery-image] Dec 14 00:33:07.472 INFO O| Dec 14 00:33:07.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65032024-12-14T00:33:09.062Z[ recovery-image] Dec 14 00:33:07.473 INFO O| Dec 14 00:33:07.472 INFO STEP 724 (remove_files) COMPLETE
65042024-12-14T00:33:09.062Z[ recovery-image] Dec 14 00:33:07.473 INFO O| Dec 14 00:33:07.472 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-14T00:33:09.082Z[ recovery-image] Dec 14 00:33:07.492 INFO O| Dec 14 00:33:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65062024-12-14T00:33:09.105Z[ recovery-image] Dec 14 00:33:07.514 INFO O| Dec 14 00:33:07.514 INFO STEP 725 (remove_files) COMPLETE
65072024-12-14T00:33:09.105Z[ recovery-image] Dec 14 00:33:07.514 INFO O| Dec 14 00:33:07.514 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-14T00:33:09.136Z[ recovery-image] Dec 14 00:33:07.546 INFO O| Dec 14 00:33:07.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65092024-12-14T00:33:09.136Z[ recovery-image] Dec 14 00:33:07.546 INFO O| Dec 14 00:33:07.546 INFO STEP 726 (remove_files) COMPLETE
65102024-12-14T00:33:09.136Z[ recovery-image] Dec 14 00:33:07.546 INFO O| Dec 14 00:33:07.546 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-14T00:33:09.153Z[ recovery-image] Dec 14 00:33:07.564 INFO O| Dec 14 00:33:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65122024-12-14T00:33:09.153Z[ recovery-image] Dec 14 00:33:07.564 INFO O| Dec 14 00:33:07.564 INFO STEP 727 (remove_files) COMPLETE
65132024-12-14T00:33:09.153Z[ recovery-image] Dec 14 00:33:07.564 INFO O| Dec 14 00:33:07.564 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-14T00:33:09.211Z[ recovery-image] Dec 14 00:33:07.622 INFO O| Dec 14 00:33:07.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65152024-12-14T00:33:09.214Z[ recovery-image] Dec 14 00:33:07.622 INFO O| Dec 14 00:33:07.622 INFO STEP 728 (remove_files) COMPLETE
65162024-12-14T00:33:09.214Z[ recovery-image] Dec 14 00:33:07.622 INFO O| Dec 14 00:33:07.622 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-14T00:33:09.306Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65182024-12-14T00:33:09.367Z[ recovery-image] Dec 14 00:33:07.776 INFO O| Dec 14 00:33:07.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65192024-12-14T00:33:09.367Z[ recovery-image] Dec 14 00:33:07.776 INFO O| Dec 14 00:33:07.776 INFO STEP 729 (remove_files) COMPLETE
65202024-12-14T00:33:09.370Z[ recovery-image] Dec 14 00:33:07.776 INFO O| Dec 14 00:33:07.776 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-14T00:33:09.413Z[ recovery-image] Dec 14 00:33:07.823 INFO O| Dec 14 00:33:07.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65222024-12-14T00:33:09.416Z[ recovery-image] Dec 14 00:33:07.823 INFO O| Dec 14 00:33:07.823 INFO STEP 730 (remove_files) COMPLETE
65232024-12-14T00:33:09.416Z[ recovery-image] Dec 14 00:33:07.824 INFO O| Dec 14 00:33:07.824 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-14T00:33:09.432Z[ recovery-image] Dec 14 00:33:07.843 INFO O| Dec 14 00:33:07.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65252024-12-14T00:33:09.435Z[ recovery-image] Dec 14 00:33:07.843 INFO O| Dec 14 00:33:07.843 INFO STEP 731 (remove_files) COMPLETE
65262024-12-14T00:33:09.435Z[ recovery-image] Dec 14 00:33:07.843 INFO O| Dec 14 00:33:07.843 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-12-14T00:33:09.452Z[ recovery-image] Dec 14 00:33:07.862 INFO O| Dec 14 00:33:07.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65282024-12-14T00:33:09.454Z[ recovery-image] Dec 14 00:33:07.862 INFO O| Dec 14 00:33:07.862 INFO STEP 732 (remove_files) COMPLETE
65292024-12-14T00:33:09.454Z[ recovery-image] Dec 14 00:33:07.862 INFO O| Dec 14 00:33:07.862 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-14T00:33:09.490Z[ recovery-image] Dec 14 00:33:07.900 INFO O| Dec 14 00:33:07.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65312024-12-14T00:33:09.490Z[ recovery-image] Dec 14 00:33:07.901 INFO O| Dec 14 00:33:07.901 INFO STEP 733 (remove_files) COMPLETE
65322024-12-14T00:33:09.490Z[ recovery-image] Dec 14 00:33:07.901 INFO O| Dec 14 00:33:07.901 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-14T00:33:09.510Z[ recovery-image] Dec 14 00:33:07.920 INFO O| Dec 14 00:33:07.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65342024-12-14T00:33:09.510Z[ recovery-image] Dec 14 00:33:07.920 INFO O| Dec 14 00:33:07.920 INFO STEP 734 (remove_files) COMPLETE
65352024-12-14T00:33:09.513Z[ recovery-image] Dec 14 00:33:07.920 INFO O| Dec 14 00:33:07.920 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-14T00:33:09.579Z[ recovery-image] Dec 14 00:33:07.988 INFO O| Dec 14 00:33:07.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65372024-12-14T00:33:09.582Z[ recovery-image] Dec 14 00:33:07.989 INFO O| Dec 14 00:33:07.989 INFO STEP 735 (remove_files) COMPLETE
65382024-12-14T00:33:09.582Z[ recovery-image] Dec 14 00:33:07.989 INFO O| Dec 14 00:33:07.989 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-14T00:33:09.599Z[ recovery-image] Dec 14 00:33:08.009 INFO O| Dec 14 00:33:08.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65402024-12-14T00:33:09.603Z[ recovery-image] Dec 14 00:33:08.009 INFO O| Dec 14 00:33:08.009 INFO STEP 736 (remove_files) COMPLETE
65412024-12-14T00:33:09.603Z[ recovery-image] Dec 14 00:33:08.010 INFO O| Dec 14 00:33:08.010 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-14T00:33:09.641Z[ recovery-image] Dec 14 00:33:08.049 INFO O| Dec 14 00:33:08.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65432024-12-14T00:33:09.644Z[ recovery-image] Dec 14 00:33:08.049 INFO O| Dec 14 00:33:08.049 INFO STEP 737 (remove_files) COMPLETE
65442024-12-14T00:33:09.644Z[ recovery-image] Dec 14 00:33:08.049 INFO O| Dec 14 00:33:08.049 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-14T00:33:09.700Z[ recovery-image] Dec 14 00:33:08.110 INFO O| Dec 14 00:33:08.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65462024-12-14T00:33:09.700Z[ recovery-image] Dec 14 00:33:08.111 INFO O| Dec 14 00:33:08.110 INFO STEP 738 (remove_files) COMPLETE
65472024-12-14T00:33:09.703Z[ recovery-image] Dec 14 00:33:08.111 INFO O| Dec 14 00:33:08.111 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-14T00:33:09.738Z[ recovery-image] Dec 14 00:33:08.148 INFO O| Dec 14 00:33:08.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65492024-12-14T00:33:09.738Z[ recovery-image] Dec 14 00:33:08.148 INFO O| Dec 14 00:33:08.148 INFO STEP 739 (remove_files) COMPLETE
65502024-12-14T00:33:09.738Z[ recovery-image] Dec 14 00:33:08.148 INFO O| Dec 14 00:33:08.148 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-14T00:33:09.759Z[ recovery-image] Dec 14 00:33:08.169 INFO O| Dec 14 00:33:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65522024-12-14T00:33:09.762Z[ recovery-image] Dec 14 00:33:08.170 INFO O| Dec 14 00:33:08.170 INFO STEP 740 (remove_files) COMPLETE
65532024-12-14T00:33:09.762Z[ recovery-image] Dec 14 00:33:08.170 INFO O| Dec 14 00:33:08.170 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-14T00:33:09.798Z[ recovery-image] Dec 14 00:33:08.208 INFO O| Dec 14 00:33:08.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65552024-12-14T00:33:09.798Z[ recovery-image] Dec 14 00:33:08.208 INFO O| Dec 14 00:33:08.208 INFO STEP 741 (remove_files) COMPLETE
65562024-12-14T00:33:09.799Z[ recovery-image] Dec 14 00:33:08.208 INFO O| Dec 14 00:33:08.208 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-14T00:33:09.820Z[ recovery-image] Dec 14 00:33:08.230 INFO O| Dec 14 00:33:08.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65582024-12-14T00:33:09.822Z[ recovery-image] Dec 14 00:33:08.230 INFO O| Dec 14 00:33:08.230 INFO STEP 742 (remove_files) COMPLETE
65592024-12-14T00:33:09.822Z[ recovery-image] Dec 14 00:33:08.230 INFO O| Dec 14 00:33:08.230 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-14T00:33:09.839Z[ recovery-image] Dec 14 00:33:08.250 INFO O| Dec 14 00:33:08.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65612024-12-14T00:33:09.839Z[ recovery-image] Dec 14 00:33:08.250 INFO O| Dec 14 00:33:08.250 INFO STEP 743 (remove_files) COMPLETE
65622024-12-14T00:33:09.842Z[ recovery-image] Dec 14 00:33:08.250 INFO O| Dec 14 00:33:08.250 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-14T00:33:09.864Z[ recovery-image] Dec 14 00:33:08.273 INFO O| Dec 14 00:33:08.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65642024-12-14T00:33:09.864Z[ recovery-image] Dec 14 00:33:08.273 INFO O| Dec 14 00:33:08.273 INFO STEP 744 (remove_files) COMPLETE
65652024-12-14T00:33:09.864Z[ recovery-image] Dec 14 00:33:08.273 INFO O| Dec 14 00:33:08.273 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-14T00:33:09.901Z[ recovery-image] Dec 14 00:33:08.311 INFO O| Dec 14 00:33:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65672024-12-14T00:33:09.901Z[ recovery-image] Dec 14 00:33:08.311 INFO O| Dec 14 00:33:08.311 INFO STEP 745 (remove_files) COMPLETE
65682024-12-14T00:33:09.901Z[ recovery-image] Dec 14 00:33:08.311 INFO O| Dec 14 00:33:08.311 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-14T00:33:09.921Z[ recovery-image] Dec 14 00:33:08.331 INFO O| Dec 14 00:33:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65702024-12-14T00:33:09.921Z[ recovery-image] Dec 14 00:33:08.331 INFO O| Dec 14 00:33:08.331 INFO STEP 746 (remove_files) COMPLETE
65712024-12-14T00:33:09.921Z[ recovery-image] Dec 14 00:33:08.331 INFO O| Dec 14 00:33:08.331 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-14T00:33:09.940Z[ recovery-image] Dec 14 00:33:08.350 INFO O| Dec 14 00:33:08.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65732024-12-14T00:33:09.940Z[ recovery-image] Dec 14 00:33:08.350 INFO O| Dec 14 00:33:08.350 INFO STEP 747 (remove_files) COMPLETE
65742024-12-14T00:33:09.940Z[ recovery-image] Dec 14 00:33:08.350 INFO O| Dec 14 00:33:08.350 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-14T00:33:09.959Z[ recovery-image] Dec 14 00:33:08.369 INFO O| Dec 14 00:33:08.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65762024-12-14T00:33:09.959Z[ recovery-image] Dec 14 00:33:08.369 INFO O| Dec 14 00:33:08.369 INFO STEP 748 (remove_files) COMPLETE
65772024-12-14T00:33:09.959Z[ recovery-image] Dec 14 00:33:08.369 INFO O| Dec 14 00:33:08.369 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-14T00:33:09.979Z[ recovery-image] Dec 14 00:33:08.389 INFO O| Dec 14 00:33:08.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65792024-12-14T00:33:09.979Z[ recovery-image] Dec 14 00:33:08.390 INFO O| Dec 14 00:33:08.389 INFO STEP 749 (remove_files) COMPLETE
65802024-12-14T00:33:09.982Z[ recovery-image] Dec 14 00:33:08.390 INFO O| Dec 14 00:33:08.390 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-14T00:33:09.999Z[ recovery-image] Dec 14 00:33:08.409 INFO O| Dec 14 00:33:08.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65822024-12-14T00:33:10.021Z[ recovery-image] Dec 14 00:33:08.431 INFO O| Dec 14 00:33:08.431 INFO STEP 750 (remove_files) COMPLETE
65832024-12-14T00:33:10.022Z[ recovery-image] Dec 14 00:33:08.431 INFO O| Dec 14 00:33:08.431 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-14T00:33:10.053Z[ recovery-image] Dec 14 00:33:08.463 INFO O| Dec 14 00:33:08.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65852024-12-14T00:33:10.053Z[ recovery-image] Dec 14 00:33:08.463 INFO O| Dec 14 00:33:08.463 INFO STEP 751 (remove_files) COMPLETE
65862024-12-14T00:33:10.053Z[ recovery-image] Dec 14 00:33:08.463 INFO O| Dec 14 00:33:08.463 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-14T00:33:10.081Z[ recovery-image] Dec 14 00:33:08.491 INFO O| Dec 14 00:33:08.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65882024-12-14T00:33:10.084Z[ recovery-image] Dec 14 00:33:08.491 INFO O| Dec 14 00:33:08.491 INFO STEP 752 (remove_files) COMPLETE
65892024-12-14T00:33:10.084Z[ recovery-image] Dec 14 00:33:08.491 INFO O| Dec 14 00:33:08.491 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-14T00:33:10.117Z[ recovery-image] Dec 14 00:33:08.526 INFO O| Dec 14 00:33:08.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65912024-12-14T00:33:10.117Z[ recovery-image] Dec 14 00:33:08.526 INFO O| Dec 14 00:33:08.526 INFO STEP 753 (remove_files) COMPLETE
65922024-12-14T00:33:10.119Z[ recovery-image] Dec 14 00:33:08.526 INFO O| Dec 14 00:33:08.526 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-14T00:33:10.173Z[ recovery-image] Dec 14 00:33:08.583 INFO O| Dec 14 00:33:08.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65942024-12-14T00:33:10.198Z[ recovery-image] Dec 14 00:33:08.608 INFO O| Dec 14 00:33:08.608 INFO STEP 754 (remove_files) COMPLETE
65952024-12-14T00:33:10.198Z[ recovery-image] Dec 14 00:33:08.608 INFO O| Dec 14 00:33:08.608 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-14T00:33:10.233Z[ recovery-image] Dec 14 00:33:08.643 INFO O| Dec 14 00:33:08.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65972024-12-14T00:33:10.233Z[ recovery-image] Dec 14 00:33:08.643 INFO O| Dec 14 00:33:08.643 INFO STEP 755 (remove_files) COMPLETE
65982024-12-14T00:33:10.233Z[ recovery-image] Dec 14 00:33:08.643 INFO O| Dec 14 00:33:08.643 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-14T00:33:10.254Z[ recovery-image] Dec 14 00:33:08.664 INFO O| Dec 14 00:33:08.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66002024-12-14T00:33:10.277Z[ recovery-image] Dec 14 00:33:08.687 INFO O| Dec 14 00:33:08.687 INFO STEP 756 (remove_files) COMPLETE
66012024-12-14T00:33:10.277Z[ recovery-image] Dec 14 00:33:08.687 INFO O| Dec 14 00:33:08.687 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-14T00:33:10.311Z[ recovery-image] Dec 14 00:33:08.719 INFO O| Dec 14 00:33:08.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66032024-12-14T00:33:10.311Z[ recovery-image] Dec 14 00:33:08.719 INFO O| Dec 14 00:33:08.719 INFO STEP 757 (remove_files) COMPLETE
66042024-12-14T00:33:10.311Z[ recovery-image] Dec 14 00:33:08.719 INFO O| Dec 14 00:33:08.719 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-14T00:33:10.330Z[ recovery-image] Dec 14 00:33:08.740 INFO O| Dec 14 00:33:08.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66062024-12-14T00:33:10.351Z[ recovery-image] Dec 14 00:33:08.760 INFO O| Dec 14 00:33:08.760 INFO STEP 758 (remove_files) COMPLETE
66072024-12-14T00:33:10.351Z[ recovery-image] Dec 14 00:33:08.760 INFO O| Dec 14 00:33:08.760 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-14T00:33:10.389Z[ recovery-image] Dec 14 00:33:08.799 INFO O| Dec 14 00:33:08.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66092024-12-14T00:33:10.392Z[ recovery-image] Dec 14 00:33:08.799 INFO O| Dec 14 00:33:08.799 INFO STEP 759 (remove_files) COMPLETE
66102024-12-14T00:33:10.392Z[ recovery-image] Dec 14 00:33:08.799 INFO O| Dec 14 00:33:08.799 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-14T00:33:10.407Z[ recovery-image] Dec 14 00:33:08.817 INFO O| Dec 14 00:33:08.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66122024-12-14T00:33:10.410Z[ recovery-image] Dec 14 00:33:08.818 INFO O| Dec 14 00:33:08.818 INFO STEP 760 (remove_files) COMPLETE
66132024-12-14T00:33:10.410Z[ recovery-image] Dec 14 00:33:08.818 INFO O| Dec 14 00:33:08.818 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-14T00:33:10.443Z[ recovery-image] Dec 14 00:33:08.853 INFO O| Dec 14 00:33:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66152024-12-14T00:33:10.443Z[ recovery-image] Dec 14 00:33:08.853 INFO O| Dec 14 00:33:08.853 INFO STEP 761 (remove_files) COMPLETE
66162024-12-14T00:33:10.443Z[ recovery-image] Dec 14 00:33:08.853 INFO O| Dec 14 00:33:08.853 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-14T00:33:10.472Z[ recovery-image] Dec 14 00:33:08.882 INFO O| Dec 14 00:33:08.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66182024-12-14T00:33:10.472Z[ recovery-image] Dec 14 00:33:08.882 INFO O| Dec 14 00:33:08.882 INFO STEP 762 (remove_files) COMPLETE
66192024-12-14T00:33:10.475Z[ recovery-image] Dec 14 00:33:08.882 INFO O| Dec 14 00:33:08.882 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-14T00:33:10.495Z[ recovery-image] Dec 14 00:33:08.904 INFO O| Dec 14 00:33:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66212024-12-14T00:33:10.495Z[ recovery-image] Dec 14 00:33:08.904 INFO O| Dec 14 00:33:08.904 INFO STEP 763 (remove_files) COMPLETE
66222024-12-14T00:33:10.495Z[ recovery-image] Dec 14 00:33:08.905 INFO O| Dec 14 00:33:08.904 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-14T00:33:10.514Z[ recovery-image] Dec 14 00:33:08.925 INFO O| Dec 14 00:33:08.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66242024-12-14T00:33:10.514Z[ recovery-image] Dec 14 00:33:08.925 INFO O| Dec 14 00:33:08.925 INFO STEP 764 (remove_files) COMPLETE
66252024-12-14T00:33:10.514Z[ recovery-image] Dec 14 00:33:08.925 INFO O| Dec 14 00:33:08.925 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-14T00:33:10.547Z[ recovery-image] Dec 14 00:33:08.957 INFO O| Dec 14 00:33:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66272024-12-14T00:33:10.550Z[ recovery-image] Dec 14 00:33:08.957 INFO O| Dec 14 00:33:08.957 INFO STEP 765 (remove_files) COMPLETE
66282024-12-14T00:33:10.550Z[ recovery-image] Dec 14 00:33:08.958 INFO O| Dec 14 00:33:08.957 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-14T00:33:10.571Z[ recovery-image] Dec 14 00:33:08.980 INFO O| Dec 14 00:33:08.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66302024-12-14T00:33:10.575Z[ recovery-image] Dec 14 00:33:08.980 INFO O| Dec 14 00:33:08.980 INFO STEP 766 (remove_files) COMPLETE
66312024-12-14T00:33:10.576Z[ recovery-image] Dec 14 00:33:08.980 INFO O| Dec 14 00:33:08.980 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-14T00:33:10.605Z[ recovery-image] Dec 14 00:33:09.015 INFO O| Dec 14 00:33:09.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66332024-12-14T00:33:10.608Z[ recovery-image] Dec 14 00:33:09.015 INFO O| Dec 14 00:33:09.015 INFO STEP 767 (remove_files) COMPLETE
66342024-12-14T00:33:10.608Z[ recovery-image] Dec 14 00:33:09.016 INFO O| Dec 14 00:33:09.015 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-12-14T00:33:10.627Z[ recovery-image] Dec 14 00:33:09.037 INFO O| Dec 14 00:33:09.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66362024-12-14T00:33:10.630Z[ recovery-image] Dec 14 00:33:09.037 INFO O| Dec 14 00:33:09.037 INFO STEP 768 (remove_files) COMPLETE
66372024-12-14T00:33:10.630Z[ recovery-image] Dec 14 00:33:09.037 INFO O| Dec 14 00:33:09.037 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-14T00:33:10.647Z[ recovery-image] Dec 14 00:33:09.057 INFO O| Dec 14 00:33:09.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66392024-12-14T00:33:10.647Z[ recovery-image] Dec 14 00:33:09.057 INFO O| Dec 14 00:33:09.057 INFO STEP 769 (remove_files) COMPLETE
66402024-12-14T00:33:10.647Z[ recovery-image] Dec 14 00:33:09.057 INFO O| Dec 14 00:33:09.057 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-14T00:33:10.667Z[ recovery-image] Dec 14 00:33:09.077 INFO O| Dec 14 00:33:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66422024-12-14T00:33:10.667Z[ recovery-image] Dec 14 00:33:09.077 INFO O| Dec 14 00:33:09.077 INFO STEP 770 (remove_files) COMPLETE
66432024-12-14T00:33:10.669Z[ recovery-image] Dec 14 00:33:09.077 INFO O| Dec 14 00:33:09.077 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-14T00:33:10.688Z[ recovery-image] Dec 14 00:33:09.097 INFO O| Dec 14 00:33:09.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66452024-12-14T00:33:10.688Z[ recovery-image] Dec 14 00:33:09.097 INFO O| Dec 14 00:33:09.097 INFO STEP 771 (remove_files) COMPLETE
66462024-12-14T00:33:10.691Z[ recovery-image] Dec 14 00:33:09.097 INFO O| Dec 14 00:33:09.097 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-14T00:33:10.708Z[ recovery-image] Dec 14 00:33:09.118 INFO O| Dec 14 00:33:09.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66482024-12-14T00:33:10.708Z[ recovery-image] Dec 14 00:33:09.118 INFO O| Dec 14 00:33:09.118 INFO STEP 772 (remove_files) COMPLETE
66492024-12-14T00:33:10.708Z[ recovery-image] Dec 14 00:33:09.118 INFO O| Dec 14 00:33:09.118 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-14T00:33:10.737Z[ recovery-image] Dec 14 00:33:09.147 INFO O| Dec 14 00:33:09.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66512024-12-14T00:33:10.738Z[ recovery-image] Dec 14 00:33:09.147 INFO O| Dec 14 00:33:09.147 INFO STEP 773 (remove_files) COMPLETE
66522024-12-14T00:33:10.740Z[ recovery-image] Dec 14 00:33:09.147 INFO O| Dec 14 00:33:09.147 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-14T00:33:10.780Z[ recovery-image] Dec 14 00:33:09.190 INFO O| Dec 14 00:33:09.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66542024-12-14T00:33:10.780Z[ recovery-image] Dec 14 00:33:09.190 INFO O| Dec 14 00:33:09.190 INFO STEP 774 (remove_files) COMPLETE
66552024-12-14T00:33:10.780Z[ recovery-image] Dec 14 00:33:09.190 INFO O| Dec 14 00:33:09.190 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-14T00:33:10.818Z[ recovery-image] Dec 14 00:33:09.226 INFO O| Dec 14 00:33:09.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66572024-12-14T00:33:10.818Z[ recovery-image] Dec 14 00:33:09.226 INFO O| Dec 14 00:33:09.226 INFO STEP 775 (remove_files) COMPLETE
66582024-12-14T00:33:10.818Z[ recovery-image] Dec 14 00:33:09.226 INFO O| Dec 14 00:33:09.226 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-14T00:33:10.836Z[ recovery-image] Dec 14 00:33:09.246 INFO O| Dec 14 00:33:09.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66602024-12-14T00:33:10.836Z[ recovery-image] Dec 14 00:33:09.246 INFO O| Dec 14 00:33:09.246 INFO STEP 776 (remove_files) COMPLETE
66612024-12-14T00:33:10.836Z[ recovery-image] Dec 14 00:33:09.246 INFO O| Dec 14 00:33:09.246 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-14T00:33:10.856Z[ recovery-image] Dec 14 00:33:09.266 INFO O| Dec 14 00:33:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66632024-12-14T00:33:10.857Z[ recovery-image] Dec 14 00:33:09.266 INFO O| Dec 14 00:33:09.266 INFO STEP 777 (remove_files) COMPLETE
66642024-12-14T00:33:10.860Z[ recovery-image] Dec 14 00:33:09.266 INFO O| Dec 14 00:33:09.266 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-14T00:33:10.877Z[ recovery-image] Dec 14 00:33:09.287 INFO O| Dec 14 00:33:09.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66662024-12-14T00:33:10.877Z[ recovery-image] Dec 14 00:33:09.287 INFO O| Dec 14 00:33:09.287 INFO STEP 778 (remove_files) COMPLETE
66672024-12-14T00:33:10.877Z[ recovery-image] Dec 14 00:33:09.287 INFO O| Dec 14 00:33:09.287 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-14T00:33:10.899Z[ recovery-image] Dec 14 00:33:09.308 INFO O| Dec 14 00:33:09.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66692024-12-14T00:33:10.899Z[ recovery-image] Dec 14 00:33:09.308 INFO O| Dec 14 00:33:09.308 INFO STEP 779 (remove_files) COMPLETE
66702024-12-14T00:33:10.899Z[ recovery-image] Dec 14 00:33:09.308 INFO O| Dec 14 00:33:09.308 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-14T00:33:10.918Z[ recovery-image] Dec 14 00:33:09.327 INFO O| Dec 14 00:33:09.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66722024-12-14T00:33:10.918Z[ recovery-image] Dec 14 00:33:09.327 INFO O| Dec 14 00:33:09.327 INFO STEP 780 (remove_files) COMPLETE
66732024-12-14T00:33:10.918Z[ recovery-image] Dec 14 00:33:09.327 INFO O| Dec 14 00:33:09.327 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-14T00:33:10.937Z[ recovery-image] Dec 14 00:33:09.347 INFO O| Dec 14 00:33:09.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66752024-12-14T00:33:10.937Z[ recovery-image] Dec 14 00:33:09.347 INFO O| Dec 14 00:33:09.347 INFO STEP 781 (remove_files) COMPLETE
66762024-12-14T00:33:10.940Z[ recovery-image] Dec 14 00:33:09.347 INFO O| Dec 14 00:33:09.347 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-14T00:33:10.954Z[ recovery-image] Dec 14 00:33:09.364 INFO O| Dec 14 00:33:09.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66782024-12-14T00:33:10.955Z[ recovery-image] Dec 14 00:33:09.365 INFO O| Dec 14 00:33:09.364 INFO STEP 782 (remove_files) COMPLETE
66792024-12-14T00:33:10.955Z[ recovery-image] Dec 14 00:33:09.365 INFO O| Dec 14 00:33:09.365 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-14T00:33:11.097Z[ recovery-image] Dec 14 00:33:09.507 INFO O| Dec 14 00:33:09.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66812024-12-14T00:33:11.097Z[ recovery-image] Dec 14 00:33:09.507 INFO O| Dec 14 00:33:09.507 INFO STEP 783 (remove_files) COMPLETE
66822024-12-14T00:33:11.100Z[ recovery-image] Dec 14 00:33:09.507 INFO O| Dec 14 00:33:09.507 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-14T00:33:11.141Z[ recovery-image] Dec 14 00:33:09.551 INFO O| Dec 14 00:33:09.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66842024-12-14T00:33:11.144Z[ recovery-image] Dec 14 00:33:09.551 INFO O| Dec 14 00:33:09.551 INFO STEP 784 (remove_files) COMPLETE
66852024-12-14T00:33:11.144Z[ recovery-image] Dec 14 00:33:09.551 INFO O| Dec 14 00:33:09.551 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-14T00:33:11.155Z[ host-image] Dec 14 00:33:09.565 INFO O| Dec 14 00:33:09.565 INFO O| Done
66872024-12-14T00:33:12.206Z[ recovery-image] Dec 14 00:33:09.573 INFO O| Dec 14 00:33:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66882024-12-14T00:33:12.221Z[ recovery-image] Dec 14 00:33:09.573 INFO O| Dec 14 00:33:09.573 INFO STEP 785 (remove_files) COMPLETE
66892024-12-14T00:33:12.221Z[ recovery-image] Dec 14 00:33:09.573 INFO O| Dec 14 00:33:09.573 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-14T00:33:12.221Z[ recovery-image] Dec 14 00:33:09.596 INFO O| Dec 14 00:33:09.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66912024-12-14T00:33:12.221Z[ recovery-image] Dec 14 00:33:09.596 INFO O| Dec 14 00:33:09.596 INFO STEP 786 (remove_files) COMPLETE
66922024-12-14T00:33:12.221Z[ recovery-image] Dec 14 00:33:09.596 INFO O| Dec 14 00:33:09.596 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-14T00:33:12.221Z[ host-image] Dec 14 00:33:09.611 INFO O| Dec 14 00:33:09.611 INFO O| Done
66942024-12-14T00:33:12.221Z[ host-image] Dec 14 00:33:09.611 INFO O| Dec 14 00:33:09.611 INFO O| Done
66952024-12-14T00:33:12.221Z[ recovery-image] Dec 14 00:33:09.617 INFO O| Dec 14 00:33:09.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66962024-12-14T00:33:12.221Z[ recovery-image] Dec 14 00:33:09.617 INFO O| Dec 14 00:33:09.617 INFO STEP 787 (remove_files) COMPLETE
66972024-12-14T00:33:12.221Z[ recovery-image] Dec 14 00:33:09.617 INFO O| Dec 14 00:33:09.617 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.637 INFO O| Dec 14 00:33:09.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66992024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.638 INFO O| Dec 14 00:33:09.638 INFO STEP 788 (remove_files) COMPLETE
67002024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.638 INFO O| Dec 14 00:33:09.638 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.657 INFO O| Dec 14 00:33:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67022024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.657 INFO O| Dec 14 00:33:09.657 INFO STEP 789 (remove_files) COMPLETE
67032024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.658 INFO O| Dec 14 00:33:09.658 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-14T00:33:12.223Z[ host-image] Dec 14 00:33:09.697 INFO O| Dec 14 00:33:09.697 INFO O| Done
67052024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.701 INFO O| Dec 14 00:33:09.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67062024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.701 INFO O| Dec 14 00:33:09.701 INFO STEP 790 (remove_files) COMPLETE
67072024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.701 INFO O| Dec 14 00:33:09.701 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.736 INFO O| Dec 14 00:33:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67092024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.737 INFO O| Dec 14 00:33:09.736 INFO STEP 791 (remove_files) COMPLETE
67102024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.737 INFO O| Dec 14 00:33:09.737 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.757 INFO O| Dec 14 00:33:09.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67122024-12-14T00:33:12.223Z[ recovery-image] Dec 14 00:33:09.757 INFO O| Dec 14 00:33:09.757 INFO STEP 792 (remove_files) COMPLETE
67132024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.758 INFO O| Dec 14 00:33:09.758 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.832 INFO O| Dec 14 00:33:09.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67152024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.832 INFO O| Dec 14 00:33:09.832 INFO STEP 793 (remove_files) COMPLETE
67162024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.832 INFO O| Dec 14 00:33:09.832 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.869 INFO O| Dec 14 00:33:09.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67182024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.870 INFO O| Dec 14 00:33:09.869 INFO STEP 794 (remove_files) COMPLETE
67192024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.870 INFO O| Dec 14 00:33:09.870 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-14T00:33:12.224Z[ host-image] Dec 14 00:33:09.876 INFO O| Dec 14 00:33:09.876 INFO STEP 13 (pkg_install) COMPLETE
67212024-12-14T00:33:12.224Z[ host-image] Dec 14 00:33:09.876 INFO O| Dec 14 00:33:09.876 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67222024-12-14T00:33:12.224Z[ host-image] Dec 14 00:33:09.893 INFO O| Dec 14 00:33:09.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
67232024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.959 INFO O| Dec 14 00:33:09.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67242024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.959 INFO O| Dec 14 00:33:09.959 INFO STEP 795 (remove_files) COMPLETE
67252024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.960 INFO O| Dec 14 00:33:09.959 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.979 INFO O| Dec 14 00:33:09.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67272024-12-14T00:33:12.224Z[ recovery-image] Dec 14 00:33:09.979 INFO O| Dec 14 00:33:09.979 INFO STEP 796 (remove_files) COMPLETE
67282024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:09.980 INFO O| Dec 14 00:33:09.979 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.046 INFO O| Dec 14 00:33:10.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67302024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.046 INFO O| Dec 14 00:33:10.046 INFO STEP 797 (remove_files) COMPLETE
67312024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.046 INFO O| Dec 14 00:33:10.046 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.065 INFO O| Dec 14 00:33:10.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67332024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.066 INFO O| Dec 14 00:33:10.065 INFO STEP 798 (remove_files) COMPLETE
67342024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.066 INFO O| Dec 14 00:33:10.066 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.085 INFO O| Dec 14 00:33:10.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67362024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.085 INFO O| Dec 14 00:33:10.085 INFO STEP 799 (remove_files) COMPLETE
67372024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.085 INFO O| Dec 14 00:33:10.085 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.129 INFO O| Dec 14 00:33:10.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67392024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.129 INFO O| Dec 14 00:33:10.129 INFO STEP 800 (remove_files) COMPLETE
67402024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.129 INFO O| Dec 14 00:33:10.129 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.147 INFO O| Dec 14 00:33:10.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67422024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.148 INFO O| Dec 14 00:33:10.147 INFO STEP 801 (remove_files) COMPLETE
67432024-12-14T00:33:12.225Z[ recovery-image] Dec 14 00:33:10.148 INFO O| Dec 14 00:33:10.147 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.165 INFO O| Dec 14 00:33:10.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67452024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.165 INFO O| Dec 14 00:33:10.165 INFO STEP 802 (remove_files) COMPLETE
67462024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.165 INFO O| Dec 14 00:33:10.165 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.213 INFO O| Dec 14 00:33:10.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67482024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.213 INFO O| Dec 14 00:33:10.213 INFO STEP 803 (remove_files) COMPLETE
67492024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.214 INFO O| Dec 14 00:33:10.213 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.309 INFO O| Dec 14 00:33:10.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67512024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.309 INFO O| Dec 14 00:33:10.309 INFO STEP 804 (remove_files) COMPLETE
67522024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.309 INFO O| Dec 14 00:33:10.309 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.364 INFO O| Dec 14 00:33:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67542024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.364 INFO O| Dec 14 00:33:10.364 INFO STEP 805 (remove_files) COMPLETE
67552024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.364 INFO O| Dec 14 00:33:10.364 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.383 INFO O| Dec 14 00:33:10.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67572024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.383 INFO O| Dec 14 00:33:10.383 INFO STEP 806 (remove_files) COMPLETE
67582024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.383 INFO O| Dec 14 00:33:10.383 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.403 INFO O| Dec 14 00:33:10.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67602024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.403 INFO O| Dec 14 00:33:10.403 INFO STEP 807 (remove_files) COMPLETE
67612024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.403 INFO O| Dec 14 00:33:10.403 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.464 INFO O| Dec 14 00:33:10.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67632024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.464 INFO O| Dec 14 00:33:10.464 INFO STEP 808 (remove_files) COMPLETE
67642024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.464 INFO O| Dec 14 00:33:10.464 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.492 INFO O| Dec 14 00:33:10.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67662024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.492 INFO O| Dec 14 00:33:10.492 INFO STEP 809 (remove_files) COMPLETE
67672024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.492 INFO O| Dec 14 00:33:10.492 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.536 INFO O| Dec 14 00:33:10.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67692024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.536 INFO O| Dec 14 00:33:10.536 INFO STEP 810 (remove_files) COMPLETE
67702024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.536 INFO O| Dec 14 00:33:10.536 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.558 INFO O| Dec 14 00:33:10.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67722024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.558 INFO O| Dec 14 00:33:10.558 INFO STEP 811 (remove_files) COMPLETE
67732024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.558 INFO O| Dec 14 00:33:10.558 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.616 INFO O| Dec 14 00:33:10.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67752024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.616 INFO O| Dec 14 00:33:10.616 INFO STEP 812 (remove_files) COMPLETE
67762024-12-14T00:33:12.226Z[ recovery-image] Dec 14 00:33:10.616 INFO O| Dec 14 00:33:10.616 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-14T00:33:12.231Z[ recovery-image] Dec 14 00:33:10.639 INFO O| Dec 14 00:33:10.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67782024-12-14T00:33:12.233Z[ recovery-image] Dec 14 00:33:10.640 INFO O| Dec 14 00:33:10.639 INFO STEP 813 (remove_files) COMPLETE
67792024-12-14T00:33:12.233Z[ recovery-image] Dec 14 00:33:10.640 INFO O| Dec 14 00:33:10.640 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-14T00:33:12.251Z[ recovery-image] Dec 14 00:33:10.661 INFO O| Dec 14 00:33:10.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67812024-12-14T00:33:12.251Z[ recovery-image] Dec 14 00:33:10.661 INFO O| Dec 14 00:33:10.661 INFO STEP 814 (remove_files) COMPLETE
67822024-12-14T00:33:12.251Z[ recovery-image] Dec 14 00:33:10.661 INFO O| Dec 14 00:33:10.661 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-14T00:33:12.271Z[ recovery-image] Dec 14 00:33:10.681 INFO O| Dec 14 00:33:10.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67842024-12-14T00:33:12.271Z[ recovery-image] Dec 14 00:33:10.681 INFO O| Dec 14 00:33:10.681 INFO STEP 815 (remove_files) COMPLETE
67852024-12-14T00:33:12.274Z[ recovery-image] Dec 14 00:33:10.681 INFO O| Dec 14 00:33:10.681 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-14T00:33:12.292Z[ recovery-image] Dec 14 00:33:10.702 INFO O| Dec 14 00:33:10.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67872024-12-14T00:33:12.292Z[ recovery-image] Dec 14 00:33:10.702 INFO O| Dec 14 00:33:10.702 INFO STEP 816 (remove_files) COMPLETE
67882024-12-14T00:33:12.295Z[ recovery-image] Dec 14 00:33:10.702 INFO O| Dec 14 00:33:10.702 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-14T00:33:12.313Z[ recovery-image] Dec 14 00:33:10.723 INFO O| Dec 14 00:33:10.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67902024-12-14T00:33:12.314Z[ recovery-image] Dec 14 00:33:10.723 INFO O| Dec 14 00:33:10.723 INFO STEP 817 (remove_files) COMPLETE
67912024-12-14T00:33:12.314Z[ recovery-image] Dec 14 00:33:10.723 INFO O| Dec 14 00:33:10.723 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-14T00:33:12.350Z[ recovery-image] Dec 14 00:33:10.760 INFO O| Dec 14 00:33:10.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67932024-12-14T00:33:12.350Z[ recovery-image] Dec 14 00:33:10.760 INFO O| Dec 14 00:33:10.760 INFO STEP 818 (remove_files) COMPLETE
67942024-12-14T00:33:12.350Z[ recovery-image] Dec 14 00:33:10.760 INFO O| Dec 14 00:33:10.760 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-14T00:33:12.393Z[ recovery-image] Dec 14 00:33:10.802 INFO O| Dec 14 00:33:10.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67962024-12-14T00:33:12.393Z[ recovery-image] Dec 14 00:33:10.802 INFO O| Dec 14 00:33:10.802 INFO STEP 819 (remove_files) COMPLETE
67972024-12-14T00:33:12.393Z[ recovery-image] Dec 14 00:33:10.802 INFO O| Dec 14 00:33:10.802 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-14T00:33:12.415Z[ recovery-image] Dec 14 00:33:10.824 INFO O| Dec 14 00:33:10.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67992024-12-14T00:33:12.415Z[ recovery-image] Dec 14 00:33:10.824 INFO O| Dec 14 00:33:10.824 INFO STEP 820 (remove_files) COMPLETE
68002024-12-14T00:33:12.417Z[ recovery-image] Dec 14 00:33:10.825 INFO O| Dec 14 00:33:10.824 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-14T00:33:12.454Z[ recovery-image] Dec 14 00:33:10.863 INFO O| Dec 14 00:33:10.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68022024-12-14T00:33:12.457Z[ recovery-image] Dec 14 00:33:10.863 INFO O| Dec 14 00:33:10.863 INFO STEP 821 (remove_files) COMPLETE
68032024-12-14T00:33:12.457Z[ recovery-image] Dec 14 00:33:10.863 INFO O| Dec 14 00:33:10.863 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-14T00:33:12.508Z[ host-image] Dec 14 00:33:10.917 INFO O| Dec 14 00:33:10.917 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
68052024-12-14T00:33:12.516Z[ recovery-image] Dec 14 00:33:10.925 INFO O| Dec 14 00:33:10.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68062024-12-14T00:33:12.536Z[ recovery-image] Dec 14 00:33:10.946 INFO O| Dec 14 00:33:10.946 INFO STEP 822 (remove_files) COMPLETE
68072024-12-14T00:33:12.536Z[ recovery-image] Dec 14 00:33:10.946 INFO O| Dec 14 00:33:10.946 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-14T00:33:12.557Z[ recovery-image] Dec 14 00:33:10.967 INFO O| Dec 14 00:33:10.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68092024-12-14T00:33:12.557Z[ recovery-image] Dec 14 00:33:10.967 INFO O| Dec 14 00:33:10.967 INFO STEP 823 (remove_files) COMPLETE
68102024-12-14T00:33:12.557Z[ recovery-image] Dec 14 00:33:10.967 INFO O| Dec 14 00:33:10.967 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-14T00:33:12.578Z[ recovery-image] Dec 14 00:33:10.987 INFO O| Dec 14 00:33:10.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68122024-12-14T00:33:12.578Z[ recovery-image] Dec 14 00:33:10.987 INFO O| Dec 14 00:33:10.987 INFO STEP 824 (remove_files) COMPLETE
68132024-12-14T00:33:12.578Z[ recovery-image] Dec 14 00:33:10.987 INFO O| Dec 14 00:33:10.987 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-14T00:33:12.611Z[ recovery-image] Dec 14 00:33:11.008 INFO O| Dec 14 00:33:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68152024-12-14T00:33:12.611Z[ recovery-image] Dec 14 00:33:11.009 INFO O| Dec 14 00:33:11.008 INFO STEP 825 (remove_files) COMPLETE
68162024-12-14T00:33:12.611Z[ recovery-image] Dec 14 00:33:11.009 INFO O| Dec 14 00:33:11.009 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-14T00:33:12.620Z[ recovery-image] Dec 14 00:33:11.030 INFO O| Dec 14 00:33:11.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68182024-12-14T00:33:12.620Z[ recovery-image] Dec 14 00:33:11.030 INFO O| Dec 14 00:33:11.030 INFO STEP 826 (remove_files) COMPLETE
68192024-12-14T00:33:12.622Z[ recovery-image] Dec 14 00:33:11.030 INFO O| Dec 14 00:33:11.030 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-14T00:33:12.640Z[ recovery-image] Dec 14 00:33:11.050 INFO O| Dec 14 00:33:11.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68212024-12-14T00:33:12.641Z[ recovery-image] Dec 14 00:33:11.050 INFO O| Dec 14 00:33:11.050 INFO STEP 827 (remove_files) COMPLETE
68222024-12-14T00:33:12.641Z[ recovery-image] Dec 14 00:33:11.050 INFO O| Dec 14 00:33:11.050 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-14T00:33:12.662Z[ recovery-image] Dec 14 00:33:11.072 INFO O| Dec 14 00:33:11.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68242024-12-14T00:33:12.662Z[ recovery-image] Dec 14 00:33:11.072 INFO O| Dec 14 00:33:11.072 INFO STEP 828 (remove_files) COMPLETE
68252024-12-14T00:33:12.662Z[ recovery-image] Dec 14 00:33:11.072 INFO O| Dec 14 00:33:11.072 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-14T00:33:12.686Z[ recovery-image] Dec 14 00:33:11.095 INFO O| Dec 14 00:33:11.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68272024-12-14T00:33:12.689Z[ recovery-image] Dec 14 00:33:11.095 INFO O| Dec 14 00:33:11.095 INFO STEP 829 (remove_files) COMPLETE
68282024-12-14T00:33:12.689Z[ recovery-image] Dec 14 00:33:11.096 INFO O| Dec 14 00:33:11.095 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-14T00:33:12.705Z[ recovery-image] Dec 14 00:33:11.114 INFO O| Dec 14 00:33:11.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68302024-12-14T00:33:12.705Z[ recovery-image] Dec 14 00:33:11.115 INFO O| Dec 14 00:33:11.114 INFO STEP 830 (remove_files) COMPLETE
68312024-12-14T00:33:12.705Z[ recovery-image] Dec 14 00:33:11.115 INFO O| Dec 14 00:33:11.115 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-14T00:33:12.727Z[ recovery-image] Dec 14 00:33:11.137 INFO O| Dec 14 00:33:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68332024-12-14T00:33:12.727Z[ recovery-image] Dec 14 00:33:11.137 INFO O| Dec 14 00:33:11.137 INFO STEP 831 (remove_files) COMPLETE
68342024-12-14T00:33:12.727Z[ recovery-image] Dec 14 00:33:11.137 INFO O| Dec 14 00:33:11.137 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-14T00:33:12.749Z[ recovery-image] Dec 14 00:33:11.158 INFO O| Dec 14 00:33:11.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68362024-12-14T00:33:12.749Z[ recovery-image] Dec 14 00:33:11.158 INFO O| Dec 14 00:33:11.158 INFO STEP 832 (remove_files) COMPLETE
68372024-12-14T00:33:12.749Z[ recovery-image] Dec 14 00:33:11.158 INFO O| Dec 14 00:33:11.158 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-14T00:33:12.809Z[ recovery-image] Dec 14 00:33:11.218 INFO O| Dec 14 00:33:11.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68392024-12-14T00:33:12.809Z[ recovery-image] Dec 14 00:33:11.218 INFO O| Dec 14 00:33:11.218 INFO STEP 833 (remove_files) COMPLETE
68402024-12-14T00:33:12.812Z[ recovery-image] Dec 14 00:33:11.218 INFO O| Dec 14 00:33:11.218 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-14T00:33:12.917Z[ recovery-image] Dec 14 00:33:11.326 INFO O| Dec 14 00:33:11.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68422024-12-14T00:33:12.917Z[ recovery-image] Dec 14 00:33:11.326 INFO O| Dec 14 00:33:11.326 INFO STEP 834 (remove_files) COMPLETE
68432024-12-14T00:33:12.920Z[ recovery-image] Dec 14 00:33:11.326 INFO O| Dec 14 00:33:11.326 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-14T00:33:13.052Z[ recovery-image] Dec 14 00:33:11.462 INFO O| Dec 14 00:33:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68452024-12-14T00:33:13.053Z[ recovery-image] Dec 14 00:33:11.462 INFO O| Dec 14 00:33:11.462 INFO STEP 835 (remove_files) COMPLETE
68462024-12-14T00:33:13.056Z[ recovery-image] Dec 14 00:33:11.462 INFO O| Dec 14 00:33:11.462 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-14T00:33:13.109Z[ recovery-image] Dec 14 00:33:11.519 INFO O| Dec 14 00:33:11.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68482024-12-14T00:33:13.109Z[ recovery-image] Dec 14 00:33:11.519 INFO O| Dec 14 00:33:11.519 INFO STEP 836 (remove_files) COMPLETE
68492024-12-14T00:33:13.110Z[ recovery-image] Dec 14 00:33:11.519 INFO O| Dec 14 00:33:11.519 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-14T00:33:13.172Z[ recovery-image] Dec 14 00:33:11.581 INFO O| Dec 14 00:33:11.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68512024-12-14T00:33:13.172Z[ recovery-image] Dec 14 00:33:11.581 INFO O| Dec 14 00:33:11.581 INFO STEP 837 (remove_files) COMPLETE
68522024-12-14T00:33:13.172Z[ recovery-image] Dec 14 00:33:11.581 INFO O| Dec 14 00:33:11.581 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-14T00:33:13.192Z[ recovery-image] Dec 14 00:33:11.601 INFO O| Dec 14 00:33:11.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68542024-12-14T00:33:13.193Z[ recovery-image] Dec 14 00:33:11.601 INFO O| Dec 14 00:33:11.601 INFO STEP 838 (remove_files) COMPLETE
68552024-12-14T00:33:13.195Z[ recovery-image] Dec 14 00:33:11.601 INFO O| Dec 14 00:33:11.601 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-14T00:33:13.214Z[ recovery-image] Dec 14 00:33:11.621 INFO O| Dec 14 00:33:11.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68572024-12-14T00:33:13.214Z[ recovery-image] Dec 14 00:33:11.622 INFO O| Dec 14 00:33:11.622 INFO STEP 839 (remove_files) COMPLETE
68582024-12-14T00:33:13.217Z[ recovery-image] Dec 14 00:33:11.622 INFO O| Dec 14 00:33:11.622 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-14T00:33:13.233Z[ recovery-image] Dec 14 00:33:11.642 INFO O| Dec 14 00:33:11.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68602024-12-14T00:33:13.233Z[ recovery-image] Dec 14 00:33:11.642 INFO O| Dec 14 00:33:11.642 INFO STEP 840 (remove_files) COMPLETE
68612024-12-14T00:33:13.233Z[ recovery-image] Dec 14 00:33:11.642 INFO O| Dec 14 00:33:11.642 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-14T00:33:13.253Z[ recovery-image] Dec 14 00:33:11.662 INFO O| Dec 14 00:33:11.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68632024-12-14T00:33:13.253Z[ recovery-image] Dec 14 00:33:11.663 INFO O| Dec 14 00:33:11.662 INFO STEP 841 (remove_files) COMPLETE
68642024-12-14T00:33:13.256Z[ recovery-image] Dec 14 00:33:11.663 INFO O| Dec 14 00:33:11.663 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-14T00:33:13.274Z[ recovery-image] Dec 14 00:33:11.684 INFO O| Dec 14 00:33:11.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68662024-12-14T00:33:13.274Z[ recovery-image] Dec 14 00:33:11.684 INFO O| Dec 14 00:33:11.684 INFO STEP 842 (remove_files) COMPLETE
68672024-12-14T00:33:13.274Z[ recovery-image] Dec 14 00:33:11.684 INFO O| Dec 14 00:33:11.684 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-14T00:33:13.348Z[ recovery-image] Dec 14 00:33:11.757 INFO O| Dec 14 00:33:11.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68692024-12-14T00:33:13.348Z[ recovery-image] Dec 14 00:33:11.757 INFO O| Dec 14 00:33:11.757 INFO STEP 843 (remove_files) COMPLETE
68702024-12-14T00:33:13.348Z[ recovery-image] Dec 14 00:33:11.757 INFO O| Dec 14 00:33:11.757 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-14T00:33:13.417Z[ recovery-image] Dec 14 00:33:11.827 INFO O| Dec 14 00:33:11.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68722024-12-14T00:33:13.420Z[ recovery-image] Dec 14 00:33:11.827 INFO O| Dec 14 00:33:11.827 INFO STEP 844 (remove_files) COMPLETE
68732024-12-14T00:33:13.420Z[ recovery-image] Dec 14 00:33:11.827 INFO O| Dec 14 00:33:11.827 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-14T00:33:13.437Z[ recovery-image] Dec 14 00:33:11.846 INFO O| Dec 14 00:33:11.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68752024-12-14T00:33:13.439Z[ recovery-image] Dec 14 00:33:11.846 INFO O| Dec 14 00:33:11.846 INFO STEP 845 (remove_files) COMPLETE
68762024-12-14T00:33:13.439Z[ recovery-image] Dec 14 00:33:11.847 INFO O| Dec 14 00:33:11.847 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-14T00:33:13.456Z[ recovery-image] Dec 14 00:33:11.866 INFO O| Dec 14 00:33:11.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68782024-12-14T00:33:13.459Z[ recovery-image] Dec 14 00:33:11.866 INFO O| Dec 14 00:33:11.866 INFO STEP 846 (remove_files) COMPLETE
68792024-12-14T00:33:13.459Z[ recovery-image] Dec 14 00:33:11.866 INFO O| Dec 14 00:33:11.866 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-14T00:33:13.478Z[ recovery-image] Dec 14 00:33:11.887 INFO O| Dec 14 00:33:11.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68812024-12-14T00:33:13.478Z[ recovery-image] Dec 14 00:33:11.887 INFO O| Dec 14 00:33:11.887 INFO STEP 847 (remove_files) COMPLETE
68822024-12-14T00:33:13.478Z[ recovery-image] Dec 14 00:33:11.887 INFO O| Dec 14 00:33:11.887 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-14T00:33:13.518Z[ recovery-image] Dec 14 00:33:11.928 INFO O| Dec 14 00:33:11.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68842024-12-14T00:33:13.518Z[ recovery-image] Dec 14 00:33:11.928 INFO O| Dec 14 00:33:11.928 INFO STEP 848 (remove_files) COMPLETE
68852024-12-14T00:33:13.521Z[ recovery-image] Dec 14 00:33:11.928 INFO O| Dec 14 00:33:11.928 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-14T00:33:13.538Z[ recovery-image] Dec 14 00:33:11.947 INFO O| Dec 14 00:33:11.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68872024-12-14T00:33:13.538Z[ recovery-image] Dec 14 00:33:11.947 INFO O| Dec 14 00:33:11.947 INFO STEP 849 (remove_files) COMPLETE
68882024-12-14T00:33:13.538Z[ recovery-image] Dec 14 00:33:11.947 INFO O| Dec 14 00:33:11.947 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-14T00:33:13.559Z[ recovery-image] Dec 14 00:33:11.967 INFO O| Dec 14 00:33:11.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68902024-12-14T00:33:13.559Z[ recovery-image] Dec 14 00:33:11.967 INFO O| Dec 14 00:33:11.967 INFO STEP 850 (remove_files) COMPLETE
68912024-12-14T00:33:13.561Z[ recovery-image] Dec 14 00:33:11.967 INFO O| Dec 14 00:33:11.967 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-14T00:33:13.598Z[ recovery-image] Dec 14 00:33:12.007 INFO O| Dec 14 00:33:12.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68932024-12-14T00:33:13.598Z[ recovery-image] Dec 14 00:33:12.007 INFO O| Dec 14 00:33:12.007 INFO STEP 851 (remove_files) COMPLETE
68942024-12-14T00:33:13.602Z[ recovery-image] Dec 14 00:33:12.007 INFO O| Dec 14 00:33:12.007 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-14T00:33:13.621Z[ recovery-image] Dec 14 00:33:12.030 INFO O| Dec 14 00:33:12.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68962024-12-14T00:33:13.621Z[ recovery-image] Dec 14 00:33:12.030 INFO O| Dec 14 00:33:12.030 INFO STEP 852 (remove_files) COMPLETE
68972024-12-14T00:33:13.621Z[ recovery-image] Dec 14 00:33:12.030 INFO O| Dec 14 00:33:12.030 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-14T00:33:13.642Z[ recovery-image] Dec 14 00:33:12.051 INFO O| Dec 14 00:33:12.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68992024-12-14T00:33:13.642Z[ recovery-image] Dec 14 00:33:12.052 INFO O| Dec 14 00:33:12.052 INFO STEP 853 (remove_files) COMPLETE
69002024-12-14T00:33:13.645Z[ recovery-image] Dec 14 00:33:12.052 INFO O| Dec 14 00:33:12.052 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-14T00:33:13.667Z[ recovery-image] Dec 14 00:33:12.076 INFO O| Dec 14 00:33:12.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69022024-12-14T00:33:13.667Z[ recovery-image] Dec 14 00:33:12.076 INFO O| Dec 14 00:33:12.076 INFO STEP 854 (remove_files) COMPLETE
69032024-12-14T00:33:13.669Z[ recovery-image] Dec 14 00:33:12.076 INFO O| Dec 14 00:33:12.076 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-14T00:33:13.686Z[ recovery-image] Dec 14 00:33:12.095 INFO O| Dec 14 00:33:12.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69052024-12-14T00:33:13.686Z[ recovery-image] Dec 14 00:33:12.095 INFO O| Dec 14 00:33:12.095 INFO STEP 855 (remove_files) COMPLETE
69062024-12-14T00:33:13.688Z[ recovery-image] Dec 14 00:33:12.096 INFO O| Dec 14 00:33:12.095 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-14T00:33:13.707Z[ recovery-image] Dec 14 00:33:12.116 INFO O| Dec 14 00:33:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69082024-12-14T00:33:13.707Z[ recovery-image] Dec 14 00:33:12.117 INFO O| Dec 14 00:33:12.116 INFO STEP 856 (remove_files) COMPLETE
69092024-12-14T00:33:13.707Z[ recovery-image] Dec 14 00:33:12.117 INFO O| Dec 14 00:33:12.117 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-14T00:33:13.728Z[ recovery-image] Dec 14 00:33:12.138 INFO O| Dec 14 00:33:12.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69112024-12-14T00:33:13.728Z[ recovery-image] Dec 14 00:33:12.138 INFO O| Dec 14 00:33:12.138 INFO STEP 857 (remove_files) COMPLETE
69122024-12-14T00:33:13.728Z[ recovery-image] Dec 14 00:33:12.138 INFO O| Dec 14 00:33:12.138 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-14T00:33:13.752Z[ recovery-image] Dec 14 00:33:12.161 INFO O| Dec 14 00:33:12.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69142024-12-14T00:33:13.752Z[ recovery-image] Dec 14 00:33:12.161 INFO O| Dec 14 00:33:12.161 INFO STEP 858 (remove_files) COMPLETE
69152024-12-14T00:33:13.752Z[ recovery-image] Dec 14 00:33:12.161 INFO O| Dec 14 00:33:12.161 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-14T00:33:13.795Z[ recovery-image] Dec 14 00:33:12.204 INFO O| Dec 14 00:33:12.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69172024-12-14T00:33:13.795Z[ recovery-image] Dec 14 00:33:12.204 INFO O| Dec 14 00:33:12.204 INFO STEP 859 (remove_files) COMPLETE
69182024-12-14T00:33:13.797Z[ recovery-image] Dec 14 00:33:12.204 INFO O| Dec 14 00:33:12.204 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-14T00:33:13.837Z[ recovery-image] Dec 14 00:33:12.245 INFO O| Dec 14 00:33:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69202024-12-14T00:33:13.837Z[ recovery-image] Dec 14 00:33:12.245 INFO O| Dec 14 00:33:12.245 INFO STEP 860 (remove_files) COMPLETE
69212024-12-14T00:33:13.837Z[ recovery-image] Dec 14 00:33:12.245 INFO O| Dec 14 00:33:12.245 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-14T00:33:13.859Z[ recovery-image] Dec 14 00:33:12.268 INFO O| Dec 14 00:33:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69232024-12-14T00:33:13.859Z[ recovery-image] Dec 14 00:33:12.268 INFO O| Dec 14 00:33:12.268 INFO STEP 861 (remove_files) COMPLETE
69242024-12-14T00:33:13.862Z[ recovery-image] Dec 14 00:33:12.268 INFO O| Dec 14 00:33:12.268 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-14T00:33:13.881Z[ recovery-image] Dec 14 00:33:12.290 INFO O| Dec 14 00:33:12.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69262024-12-14T00:33:13.881Z[ recovery-image] Dec 14 00:33:12.290 INFO O| Dec 14 00:33:12.290 INFO STEP 862 (remove_files) COMPLETE
69272024-12-14T00:33:13.884Z[ recovery-image] Dec 14 00:33:12.290 INFO O| Dec 14 00:33:12.290 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-14T00:33:13.901Z[ recovery-image] Dec 14 00:33:12.310 INFO O| Dec 14 00:33:12.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69292024-12-14T00:33:13.901Z[ recovery-image] Dec 14 00:33:12.310 INFO O| Dec 14 00:33:12.310 INFO STEP 863 (remove_files) COMPLETE
69302024-12-14T00:33:13.901Z[ recovery-image] Dec 14 00:33:12.310 INFO O| Dec 14 00:33:12.310 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-14T00:33:13.922Z[ recovery-image] Dec 14 00:33:12.331 INFO O| Dec 14 00:33:12.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69322024-12-14T00:33:13.922Z[ recovery-image] Dec 14 00:33:12.331 INFO O| Dec 14 00:33:12.331 INFO STEP 864 (remove_files) COMPLETE
69332024-12-14T00:33:13.922Z[ recovery-image] Dec 14 00:33:12.332 INFO O| Dec 14 00:33:12.331 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-12-14T00:33:13.960Z[ recovery-image] Dec 14 00:33:12.369 INFO O| Dec 14 00:33:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69352024-12-14T00:33:13.963Z[ recovery-image] Dec 14 00:33:12.369 INFO O| Dec 14 00:33:12.369 INFO STEP 865 (remove_files) COMPLETE
69362024-12-14T00:33:13.963Z[ recovery-image] Dec 14 00:33:12.369 INFO O| Dec 14 00:33:12.369 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-14T00:33:13.983Z[ recovery-image] Dec 14 00:33:12.393 INFO O| Dec 14 00:33:12.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69382024-12-14T00:33:13.986Z[ recovery-image] Dec 14 00:33:12.393 INFO O| Dec 14 00:33:12.393 INFO STEP 866 (remove_files) COMPLETE
69392024-12-14T00:33:13.987Z[ recovery-image] Dec 14 00:33:12.393 INFO O| Dec 14 00:33:12.393 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-14T00:33:14.005Z[ recovery-image] Dec 14 00:33:12.415 INFO O| Dec 14 00:33:12.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69412024-12-14T00:33:14.008Z[ recovery-image] Dec 14 00:33:12.415 INFO O| Dec 14 00:33:12.415 INFO STEP 867 (remove_files) COMPLETE
69422024-12-14T00:33:14.008Z[ recovery-image] Dec 14 00:33:12.415 INFO O| Dec 14 00:33:12.415 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-14T00:33:14.025Z[ recovery-image] Dec 14 00:33:12.434 INFO O| Dec 14 00:33:12.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69442024-12-14T00:33:14.025Z[ recovery-image] Dec 14 00:33:12.434 INFO O| Dec 14 00:33:12.434 INFO STEP 868 (remove_files) COMPLETE
69452024-12-14T00:33:14.027Z[ recovery-image] Dec 14 00:33:12.435 INFO O| Dec 14 00:33:12.434 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-14T00:33:14.052Z[ recovery-image] Dec 14 00:33:12.461 INFO O| Dec 14 00:33:12.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69472024-12-14T00:33:14.052Z[ recovery-image] Dec 14 00:33:12.461 INFO O| Dec 14 00:33:12.461 INFO STEP 869 (remove_files) COMPLETE
69482024-12-14T00:33:14.054Z[ recovery-image] Dec 14 00:33:12.461 INFO O| Dec 14 00:33:12.461 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-14T00:33:14.083Z[ recovery-image] Dec 14 00:33:12.492 INFO O| Dec 14 00:33:12.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69502024-12-14T00:33:14.083Z[ recovery-image] Dec 14 00:33:12.492 INFO O| Dec 14 00:33:12.492 INFO STEP 870 (remove_files) COMPLETE
69512024-12-14T00:33:14.083Z[ recovery-image] Dec 14 00:33:12.492 INFO O| Dec 14 00:33:12.492 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-14T00:33:14.172Z[ recovery-image] Dec 14 00:33:12.581 INFO O| Dec 14 00:33:12.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69532024-12-14T00:33:14.172Z[ recovery-image] Dec 14 00:33:12.581 INFO O| Dec 14 00:33:12.581 INFO STEP 871 (remove_files) COMPLETE
69542024-12-14T00:33:14.172Z[ recovery-image] Dec 14 00:33:12.581 INFO O| Dec 14 00:33:12.581 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-14T00:33:14.206Z[ recovery-image] Dec 14 00:33:12.615 INFO O| Dec 14 00:33:12.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69562024-12-14T00:33:14.206Z[ recovery-image] Dec 14 00:33:12.615 INFO O| Dec 14 00:33:12.615 INFO STEP 872 (remove_files) COMPLETE
69572024-12-14T00:33:14.206Z[ recovery-image] Dec 14 00:33:12.615 INFO O| Dec 14 00:33:12.615 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-14T00:33:14.306Z[ recovery-image] Dec 14 00:33:12.715 INFO O| Dec 14 00:33:12.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69592024-12-14T00:33:14.306Z[ recovery-image] Dec 14 00:33:12.715 INFO O| Dec 14 00:33:12.715 INFO STEP 873 (remove_files) COMPLETE
69602024-12-14T00:33:14.310Z[ recovery-image] Dec 14 00:33:12.715 INFO O| Dec 14 00:33:12.715 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-14T00:33:14.325Z[ recovery-image] Dec 14 00:33:12.734 INFO O| Dec 14 00:33:12.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69622024-12-14T00:33:14.325Z[ recovery-image] Dec 14 00:33:12.734 INFO O| Dec 14 00:33:12.734 INFO STEP 874 (remove_files) COMPLETE
69632024-12-14T00:33:14.325Z[ recovery-image] Dec 14 00:33:12.734 INFO O| Dec 14 00:33:12.734 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-14T00:33:14.344Z[ recovery-image] Dec 14 00:33:12.753 INFO O| Dec 14 00:33:12.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69652024-12-14T00:33:14.344Z[ recovery-image] Dec 14 00:33:12.753 INFO O| Dec 14 00:33:12.753 INFO STEP 875 (remove_files) COMPLETE
69662024-12-14T00:33:14.344Z[ recovery-image] Dec 14 00:33:12.753 INFO O| Dec 14 00:33:12.753 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-14T00:33:14.363Z[ recovery-image] Dec 14 00:33:12.771 INFO O| Dec 14 00:33:12.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69682024-12-14T00:33:14.363Z[ recovery-image] Dec 14 00:33:12.771 INFO O| Dec 14 00:33:12.771 INFO STEP 876 (remove_files) COMPLETE
69692024-12-14T00:33:14.363Z[ recovery-image] Dec 14 00:33:12.771 INFO O| Dec 14 00:33:12.771 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-14T00:33:14.383Z[ recovery-image] Dec 14 00:33:12.793 INFO O| Dec 14 00:33:12.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69712024-12-14T00:33:14.384Z[ recovery-image] Dec 14 00:33:12.793 INFO O| Dec 14 00:33:12.793 INFO STEP 877 (remove_files) COMPLETE
69722024-12-14T00:33:14.384Z[ recovery-image] Dec 14 00:33:12.793 INFO O| Dec 14 00:33:12.793 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-14T00:33:14.409Z[ recovery-image] Dec 14 00:33:12.818 INFO O| Dec 14 00:33:12.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69742024-12-14T00:33:14.409Z[ recovery-image] Dec 14 00:33:12.818 INFO O| Dec 14 00:33:12.818 INFO STEP 878 (remove_files) COMPLETE
69752024-12-14T00:33:14.412Z[ recovery-image] Dec 14 00:33:12.818 INFO O| Dec 14 00:33:12.818 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-14T00:33:14.533Z[ recovery-image] Dec 14 00:33:12.929 INFO O| Dec 14 00:33:12.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69772024-12-14T00:33:14.533Z[ recovery-image] Dec 14 00:33:12.929 INFO O| Dec 14 00:33:12.929 INFO STEP 879 (remove_files) COMPLETE
69782024-12-14T00:33:14.533Z[ recovery-image] Dec 14 00:33:12.929 INFO O| Dec 14 00:33:12.929 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-14T00:33:14.586Z[ recovery-image] Dec 14 00:33:12.992 INFO O| Dec 14 00:33:12.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69802024-12-14T00:33:14.587Z[ recovery-image] Dec 14 00:33:12.993 INFO O| Dec 14 00:33:12.993 INFO STEP 880 (remove_files) COMPLETE
69812024-12-14T00:33:14.587Z[ recovery-image] Dec 14 00:33:12.993 INFO O| Dec 14 00:33:12.993 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-14T00:33:14.605Z[ recovery-image] Dec 14 00:33:13.014 INFO O| Dec 14 00:33:13.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69832024-12-14T00:33:14.605Z[ recovery-image] Dec 14 00:33:13.014 INFO O| Dec 14 00:33:13.014 INFO STEP 881 (remove_files) COMPLETE
69842024-12-14T00:33:14.608Z[ recovery-image] Dec 14 00:33:13.014 INFO O| Dec 14 00:33:13.014 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-14T00:33:14.623Z[ recovery-image] Dec 14 00:33:13.032 INFO O| Dec 14 00:33:13.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69862024-12-14T00:33:14.623Z[ recovery-image] Dec 14 00:33:13.032 INFO O| Dec 14 00:33:13.032 INFO STEP 882 (remove_files) COMPLETE
69872024-12-14T00:33:14.623Z[ recovery-image] Dec 14 00:33:13.032 INFO O| Dec 14 00:33:13.032 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-14T00:33:14.661Z[ recovery-image] Dec 14 00:33:13.070 INFO O| Dec 14 00:33:13.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69892024-12-14T00:33:14.664Z[ recovery-image] Dec 14 00:33:13.070 INFO O| Dec 14 00:33:13.070 INFO STEP 883 (remove_files) COMPLETE
69902024-12-14T00:33:14.664Z[ recovery-image] Dec 14 00:33:13.070 INFO O| Dec 14 00:33:13.070 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-14T00:33:14.682Z[ recovery-image] Dec 14 00:33:13.092 INFO O| Dec 14 00:33:13.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69922024-12-14T00:33:14.683Z[ recovery-image] Dec 14 00:33:13.092 INFO O| Dec 14 00:33:13.092 INFO STEP 884 (remove_files) COMPLETE
69932024-12-14T00:33:14.683Z[ recovery-image] Dec 14 00:33:13.092 INFO O| Dec 14 00:33:13.092 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-14T00:33:14.702Z[ recovery-image] Dec 14 00:33:13.111 INFO O| Dec 14 00:33:13.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69952024-12-14T00:33:14.702Z[ recovery-image] Dec 14 00:33:13.111 INFO O| Dec 14 00:33:13.111 INFO STEP 885 (remove_files) COMPLETE
69962024-12-14T00:33:14.705Z[ recovery-image] Dec 14 00:33:13.111 INFO O| Dec 14 00:33:13.111 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-14T00:33:14.724Z[ recovery-image] Dec 14 00:33:13.133 INFO O| Dec 14 00:33:13.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69982024-12-14T00:33:14.724Z[ recovery-image] Dec 14 00:33:13.133 INFO O| Dec 14 00:33:13.133 INFO STEP 886 (remove_files) COMPLETE
69992024-12-14T00:33:14.725Z[ recovery-image] Dec 14 00:33:13.133 INFO O| Dec 14 00:33:13.133 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-14T00:33:14.751Z[ recovery-image] Dec 14 00:33:13.160 INFO O| Dec 14 00:33:13.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70012024-12-14T00:33:14.751Z[ recovery-image] Dec 14 00:33:13.160 INFO O| Dec 14 00:33:13.160 INFO STEP 887 (remove_files) COMPLETE
70022024-12-14T00:33:14.753Z[ recovery-image] Dec 14 00:33:13.160 INFO O| Dec 14 00:33:13.160 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-14T00:33:14.775Z[ recovery-image] Dec 14 00:33:13.185 INFO O| Dec 14 00:33:13.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70042024-12-14T00:33:14.775Z[ recovery-image] Dec 14 00:33:13.185 INFO O| Dec 14 00:33:13.185 INFO STEP 888 (remove_files) COMPLETE
70052024-12-14T00:33:14.776Z[ recovery-image] Dec 14 00:33:13.185 INFO O| Dec 14 00:33:13.185 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-14T00:33:14.803Z[ recovery-image] Dec 14 00:33:13.212 INFO O| Dec 14 00:33:13.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70072024-12-14T00:33:14.806Z[ recovery-image] Dec 14 00:33:13.212 INFO O| Dec 14 00:33:13.212 INFO STEP 889 (remove_files) COMPLETE
70082024-12-14T00:33:14.806Z[ recovery-image] Dec 14 00:33:13.212 INFO O| Dec 14 00:33:13.212 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-12-14T00:33:14.855Z[ recovery-image] Dec 14 00:33:13.264 INFO O| Dec 14 00:33:13.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70102024-12-14T00:33:14.855Z[ recovery-image] Dec 14 00:33:13.264 INFO O| Dec 14 00:33:13.264 INFO STEP 890 (remove_files) COMPLETE
70112024-12-14T00:33:14.857Z[ recovery-image] Dec 14 00:33:13.264 INFO O| Dec 14 00:33:13.264 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-14T00:33:14.874Z[ recovery-image] Dec 14 00:33:13.283 INFO O| Dec 14 00:33:13.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70132024-12-14T00:33:14.874Z[ recovery-image] Dec 14 00:33:13.283 INFO O| Dec 14 00:33:13.283 INFO STEP 891 (remove_files) COMPLETE
70142024-12-14T00:33:14.874Z[ recovery-image] Dec 14 00:33:13.283 INFO O| Dec 14 00:33:13.283 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-14T00:33:14.894Z[ recovery-image] Dec 14 00:33:13.302 INFO O| Dec 14 00:33:13.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70162024-12-14T00:33:14.894Z[ recovery-image] Dec 14 00:33:13.302 INFO O| Dec 14 00:33:13.302 INFO STEP 892 (remove_files) COMPLETE
70172024-12-14T00:33:14.894Z[ recovery-image] Dec 14 00:33:13.302 INFO O| Dec 14 00:33:13.302 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-14T00:33:14.911Z[ recovery-image] Dec 14 00:33:13.320 INFO O| Dec 14 00:33:13.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70192024-12-14T00:33:14.911Z[ recovery-image] Dec 14 00:33:13.320 INFO O| Dec 14 00:33:13.320 INFO STEP 893 (remove_files) COMPLETE
70202024-12-14T00:33:14.914Z[ recovery-image] Dec 14 00:33:13.320 INFO O| Dec 14 00:33:13.320 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-14T00:33:14.929Z[ recovery-image] Dec 14 00:33:13.338 INFO O| Dec 14 00:33:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70222024-12-14T00:33:14.929Z[ recovery-image] Dec 14 00:33:13.338 INFO O| Dec 14 00:33:13.338 INFO STEP 894 (remove_files) COMPLETE
70232024-12-14T00:33:14.931Z[ recovery-image] Dec 14 00:33:13.338 INFO O| Dec 14 00:33:13.338 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-14T00:33:14.966Z[ recovery-image] Dec 14 00:33:13.375 INFO O| Dec 14 00:33:13.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70252024-12-14T00:33:14.966Z[ recovery-image] Dec 14 00:33:13.375 INFO O| Dec 14 00:33:13.375 INFO STEP 895 (remove_files) COMPLETE
70262024-12-14T00:33:14.966Z[ recovery-image] Dec 14 00:33:13.375 INFO O| Dec 14 00:33:13.375 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-14T00:33:14.987Z[ recovery-image] Dec 14 00:33:13.396 INFO O| Dec 14 00:33:13.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70282024-12-14T00:33:14.987Z[ recovery-image] Dec 14 00:33:13.396 INFO O| Dec 14 00:33:13.396 INFO STEP 896 (remove_files) COMPLETE
70292024-12-14T00:33:14.987Z[ recovery-image] Dec 14 00:33:13.396 INFO O| Dec 14 00:33:13.396 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-14T00:33:15.007Z[ recovery-image] Dec 14 00:33:13.416 INFO O| Dec 14 00:33:13.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70312024-12-14T00:33:15.009Z[ recovery-image] Dec 14 00:33:13.416 INFO O| Dec 14 00:33:13.416 INFO STEP 897 (remove_files) COMPLETE
70322024-12-14T00:33:15.013Z[ recovery-image] Dec 14 00:33:13.416 INFO O| Dec 14 00:33:13.416 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-14T00:33:15.026Z[ recovery-image] Dec 14 00:33:13.435 INFO O| Dec 14 00:33:13.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70342024-12-14T00:33:15.026Z[ recovery-image] Dec 14 00:33:13.435 INFO O| Dec 14 00:33:13.435 INFO STEP 898 (remove_files) COMPLETE
70352024-12-14T00:33:15.028Z[ recovery-image] Dec 14 00:33:13.435 INFO O| Dec 14 00:33:13.435 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-14T00:33:15.043Z[ recovery-image] Dec 14 00:33:13.452 INFO O| Dec 14 00:33:13.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70372024-12-14T00:33:15.048Z[ recovery-image] Dec 14 00:33:13.456 INFO O| Dec 14 00:33:13.456 INFO STEP 899 (remove_files) COMPLETE
70382024-12-14T00:33:15.048Z[ recovery-image] Dec 14 00:33:13.456 INFO O| Dec 14 00:33:13.456 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-14T00:33:15.084Z[ recovery-image] Dec 14 00:33:13.493 INFO O| Dec 14 00:33:13.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70402024-12-14T00:33:15.084Z[ recovery-image] Dec 14 00:33:13.493 INFO O| Dec 14 00:33:13.493 INFO STEP 900 (remove_files) COMPLETE
70412024-12-14T00:33:15.084Z[ recovery-image] Dec 14 00:33:13.493 INFO O| Dec 14 00:33:13.493 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-14T00:33:15.102Z[ recovery-image] Dec 14 00:33:13.511 INFO O| Dec 14 00:33:13.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70432024-12-14T00:33:15.102Z[ recovery-image] Dec 14 00:33:13.511 INFO O| Dec 14 00:33:13.511 INFO STEP 901 (remove_files) COMPLETE
70442024-12-14T00:33:15.102Z[ recovery-image] Dec 14 00:33:13.511 INFO O| Dec 14 00:33:13.511 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-14T00:33:15.120Z[ recovery-image] Dec 14 00:33:13.529 INFO O| Dec 14 00:33:13.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70462024-12-14T00:33:15.120Z[ recovery-image] Dec 14 00:33:13.529 INFO O| Dec 14 00:33:13.529 INFO STEP 902 (remove_files) COMPLETE
70472024-12-14T00:33:15.120Z[ recovery-image] Dec 14 00:33:13.529 INFO O| Dec 14 00:33:13.529 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-14T00:33:15.143Z[ recovery-image] Dec 14 00:33:13.546 INFO O| Dec 14 00:33:13.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70492024-12-14T00:33:15.153Z[ recovery-image] Dec 14 00:33:13.562 INFO O| Dec 14 00:33:13.562 INFO STEP 903 (remove_files) COMPLETE
70502024-12-14T00:33:15.153Z[ recovery-image] Dec 14 00:33:13.562 INFO O| Dec 14 00:33:13.562 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-14T00:33:15.191Z[ recovery-image] Dec 14 00:33:13.599 INFO O| Dec 14 00:33:13.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70522024-12-14T00:33:15.191Z[ recovery-image] Dec 14 00:33:13.599 INFO O| Dec 14 00:33:13.599 INFO STEP 904 (remove_files) COMPLETE
70532024-12-14T00:33:15.193Z[ recovery-image] Dec 14 00:33:13.599 INFO O| Dec 14 00:33:13.599 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-14T00:33:15.226Z[ recovery-image] Dec 14 00:33:13.634 INFO O| Dec 14 00:33:13.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70552024-12-14T00:33:15.226Z[ recovery-image] Dec 14 00:33:13.635 INFO O| Dec 14 00:33:13.635 INFO STEP 905 (remove_files) COMPLETE
70562024-12-14T00:33:15.226Z[ recovery-image] Dec 14 00:33:13.635 INFO O| Dec 14 00:33:13.635 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-14T00:33:15.247Z[ recovery-image] Dec 14 00:33:13.655 INFO O| Dec 14 00:33:13.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70582024-12-14T00:33:15.250Z[ recovery-image] Dec 14 00:33:13.655 INFO O| Dec 14 00:33:13.655 INFO STEP 906 (remove_files) COMPLETE
70592024-12-14T00:33:15.250Z[ recovery-image] Dec 14 00:33:13.655 INFO O| Dec 14 00:33:13.655 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-12-14T00:33:15.268Z[ recovery-image] Dec 14 00:33:13.677 INFO O| Dec 14 00:33:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70612024-12-14T00:33:15.268Z[ recovery-image] Dec 14 00:33:13.677 INFO O| Dec 14 00:33:13.677 INFO STEP 907 (remove_files) COMPLETE
70622024-12-14T00:33:15.270Z[ recovery-image] Dec 14 00:33:13.677 INFO O| Dec 14 00:33:13.677 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-14T00:33:15.309Z[ recovery-image] Dec 14 00:33:13.718 INFO O| Dec 14 00:33:13.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70642024-12-14T00:33:15.311Z[ recovery-image] Dec 14 00:33:13.718 INFO O| Dec 14 00:33:13.718 INFO STEP 908 (remove_files) COMPLETE
70652024-12-14T00:33:15.311Z[ recovery-image] Dec 14 00:33:13.718 INFO O| Dec 14 00:33:13.718 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-14T00:33:15.347Z[ recovery-image] Dec 14 00:33:13.754 INFO O| Dec 14 00:33:13.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70672024-12-14T00:33:15.349Z[ recovery-image] Dec 14 00:33:13.754 INFO O| Dec 14 00:33:13.754 INFO STEP 909 (remove_files) COMPLETE
70682024-12-14T00:33:15.349Z[ recovery-image] Dec 14 00:33:13.754 INFO O| Dec 14 00:33:13.754 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-14T00:33:15.363Z[ recovery-image] Dec 14 00:33:13.771 INFO O| Dec 14 00:33:13.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70702024-12-14T00:33:15.363Z[ recovery-image] Dec 14 00:33:13.772 INFO O| Dec 14 00:33:13.771 INFO STEP 910 (remove_files) COMPLETE
70712024-12-14T00:33:15.363Z[ recovery-image] Dec 14 00:33:13.772 INFO O| Dec 14 00:33:13.772 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-14T00:33:15.380Z[ recovery-image] Dec 14 00:33:13.789 INFO O| Dec 14 00:33:13.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70732024-12-14T00:33:15.382Z[ recovery-image] Dec 14 00:33:13.789 INFO O| Dec 14 00:33:13.789 INFO STEP 911 (remove_files) COMPLETE
70742024-12-14T00:33:15.382Z[ recovery-image] Dec 14 00:33:13.789 INFO O| Dec 14 00:33:13.789 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-14T00:33:15.399Z[ recovery-image] Dec 14 00:33:13.807 INFO O| Dec 14 00:33:13.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70762024-12-14T00:33:15.399Z[ recovery-image] Dec 14 00:33:13.807 INFO O| Dec 14 00:33:13.807 INFO STEP 912 (remove_files) COMPLETE
70772024-12-14T00:33:15.399Z[ recovery-image] Dec 14 00:33:13.807 INFO O| Dec 14 00:33:13.807 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-14T00:33:15.418Z[ recovery-image] Dec 14 00:33:13.827 INFO O| Dec 14 00:33:13.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70792024-12-14T00:33:15.418Z[ recovery-image] Dec 14 00:33:13.827 INFO O| Dec 14 00:33:13.827 INFO STEP 913 (remove_files) COMPLETE
70802024-12-14T00:33:15.421Z[ recovery-image] Dec 14 00:33:13.827 INFO O| Dec 14 00:33:13.827 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-14T00:33:15.428Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
70822024-12-14T00:33:15.463Z[ recovery-image] Dec 14 00:33:13.871 INFO O| Dec 14 00:33:13.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70832024-12-14T00:33:15.463Z[ recovery-image] Dec 14 00:33:13.872 INFO O| Dec 14 00:33:13.872 INFO STEP 914 (remove_files) COMPLETE
70842024-12-14T00:33:15.463Z[ recovery-image] Dec 14 00:33:13.872 INFO O| Dec 14 00:33:13.872 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-14T00:33:15.482Z[ recovery-image] Dec 14 00:33:13.891 INFO O| Dec 14 00:33:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70862024-12-14T00:33:15.485Z[ recovery-image] Dec 14 00:33:13.892 INFO O| Dec 14 00:33:13.892 INFO STEP 915 (remove_files) COMPLETE
70872024-12-14T00:33:15.485Z[ recovery-image] Dec 14 00:33:13.892 INFO O| Dec 14 00:33:13.892 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-14T00:33:15.577Z[ recovery-image] Dec 14 00:33:13.985 INFO O| Dec 14 00:33:13.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70892024-12-14T00:33:15.577Z[ recovery-image] Dec 14 00:33:13.985 INFO O| Dec 14 00:33:13.985 INFO STEP 916 (remove_files) COMPLETE
70902024-12-14T00:33:15.577Z[ recovery-image] Dec 14 00:33:13.985 INFO O| Dec 14 00:33:13.985 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-14T00:33:15.649Z[ recovery-image] Dec 14 00:33:14.058 INFO O| Dec 14 00:33:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70922024-12-14T00:33:15.649Z[ recovery-image] Dec 14 00:33:14.058 INFO O| Dec 14 00:33:14.058 INFO STEP 917 (remove_files) COMPLETE
70932024-12-14T00:33:15.652Z[ recovery-image] Dec 14 00:33:14.058 INFO O| Dec 14 00:33:14.058 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-14T00:33:15.722Z[ recovery-image] Dec 14 00:33:14.119 INFO O| Dec 14 00:33:14.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70952024-12-14T00:33:15.722Z[ recovery-image] Dec 14 00:33:14.119 INFO O| Dec 14 00:33:14.119 INFO STEP 918 (remove_files) COMPLETE
70962024-12-14T00:33:15.722Z[ recovery-image] Dec 14 00:33:14.119 INFO O| Dec 14 00:33:14.119 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-14T00:33:15.738Z[ recovery-image] Dec 14 00:33:14.146 INFO O| Dec 14 00:33:14.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70982024-12-14T00:33:15.742Z[ recovery-image] Dec 14 00:33:14.146 INFO O| Dec 14 00:33:14.146 INFO STEP 919 (remove_files) COMPLETE
70992024-12-14T00:33:15.742Z[ recovery-image] Dec 14 00:33:14.146 INFO O| Dec 14 00:33:14.146 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-14T00:33:15.765Z[ recovery-image] Dec 14 00:33:14.174 INFO O| Dec 14 00:33:14.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71012024-12-14T00:33:15.765Z[ recovery-image] Dec 14 00:33:14.174 INFO O| Dec 14 00:33:14.174 INFO STEP 920 (remove_files) COMPLETE
71022024-12-14T00:33:15.768Z[ recovery-image] Dec 14 00:33:14.174 INFO O| Dec 14 00:33:14.174 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-14T00:33:15.799Z[ recovery-image] Dec 14 00:33:14.208 INFO O| Dec 14 00:33:14.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71042024-12-14T00:33:15.799Z[ recovery-image] Dec 14 00:33:14.208 INFO O| Dec 14 00:33:14.208 INFO STEP 921 (remove_files) COMPLETE
71052024-12-14T00:33:15.802Z[ recovery-image] Dec 14 00:33:14.209 INFO O| Dec 14 00:33:14.208 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-14T00:33:15.823Z[ recovery-image] Dec 14 00:33:14.231 INFO O| Dec 14 00:33:14.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71072024-12-14T00:33:15.823Z[ recovery-image] Dec 14 00:33:14.231 INFO O| Dec 14 00:33:14.231 INFO STEP 922 (remove_files) COMPLETE
71082024-12-14T00:33:15.825Z[ recovery-image] Dec 14 00:33:14.231 INFO O| Dec 14 00:33:14.231 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-14T00:33:15.864Z[ recovery-image] Dec 14 00:33:14.273 INFO O| Dec 14 00:33:14.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71102024-12-14T00:33:15.867Z[ recovery-image] Dec 14 00:33:14.273 INFO O| Dec 14 00:33:14.273 INFO STEP 923 (remove_files) COMPLETE
71112024-12-14T00:33:15.867Z[ recovery-image] Dec 14 00:33:14.273 INFO O| Dec 14 00:33:14.273 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-14T00:33:15.905Z[ recovery-image] Dec 14 00:33:14.314 INFO O| Dec 14 00:33:14.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71132024-12-14T00:33:15.907Z[ recovery-image] Dec 14 00:33:14.315 INFO O| Dec 14 00:33:14.315 INFO STEP 924 (remove_files) COMPLETE
71142024-12-14T00:33:15.908Z[ recovery-image] Dec 14 00:33:14.315 INFO O| Dec 14 00:33:14.315 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-14T00:33:15.962Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
71162024-12-14T00:33:15.964Z[ recovery-image] Dec 14 00:33:14.373 INFO O| Dec 14 00:33:14.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71172024-12-14T00:33:15.964Z[ recovery-image] Dec 14 00:33:14.373 INFO O| Dec 14 00:33:14.373 INFO STEP 925 (remove_files) COMPLETE
71182024-12-14T00:33:15.964Z[ recovery-image] Dec 14 00:33:14.373 INFO O| Dec 14 00:33:14.373 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-14T00:33:15.985Z[ recovery-image] Dec 14 00:33:14.393 INFO O| Dec 14 00:33:14.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71202024-12-14T00:33:15.985Z[ recovery-image] Dec 14 00:33:14.393 INFO O| Dec 14 00:33:14.393 INFO STEP 926 (remove_files) COMPLETE
71212024-12-14T00:33:15.985Z[ recovery-image] Dec 14 00:33:14.393 INFO O| Dec 14 00:33:14.393 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-14T00:33:16.009Z[ recovery-image] Dec 14 00:33:14.417 INFO O| Dec 14 00:33:14.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71232024-12-14T00:33:16.009Z[ recovery-image] Dec 14 00:33:14.417 INFO O| Dec 14 00:33:14.417 INFO STEP 927 (remove_files) COMPLETE
71242024-12-14T00:33:16.009Z[ recovery-image] Dec 14 00:33:14.417 INFO O| Dec 14 00:33:14.417 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-14T00:33:16.091Z[ recovery-image] Dec 14 00:33:14.499 INFO O| Dec 14 00:33:14.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71262024-12-14T00:33:16.091Z[ recovery-image] Dec 14 00:33:14.499 INFO O| Dec 14 00:33:14.499 INFO STEP 928 (remove_files) COMPLETE
71272024-12-14T00:33:16.093Z[ recovery-image] Dec 14 00:33:14.499 INFO O| Dec 14 00:33:14.499 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-14T00:33:16.127Z[ recovery-image] Dec 14 00:33:14.535 INFO O| Dec 14 00:33:14.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71292024-12-14T00:33:16.127Z[ recovery-image] Dec 14 00:33:14.535 INFO O| Dec 14 00:33:14.534 INFO STEP 929 (remove_files) COMPLETE
71302024-12-14T00:33:16.127Z[ recovery-image] Dec 14 00:33:14.535 INFO O| Dec 14 00:33:14.534 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-14T00:33:16.146Z[ recovery-image] Dec 14 00:33:14.555 INFO O| Dec 14 00:33:14.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71322024-12-14T00:33:16.149Z[ recovery-image] Dec 14 00:33:14.555 INFO O| Dec 14 00:33:14.555 INFO STEP 930 (remove_files) COMPLETE
71332024-12-14T00:33:16.149Z[ recovery-image] Dec 14 00:33:14.555 INFO O| Dec 14 00:33:14.555 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-14T00:33:16.167Z[ recovery-image] Dec 14 00:33:14.576 INFO O| Dec 14 00:33:14.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71352024-12-14T00:33:16.167Z[ recovery-image] Dec 14 00:33:14.576 INFO O| Dec 14 00:33:14.576 INFO STEP 931 (remove_files) COMPLETE
71362024-12-14T00:33:16.167Z[ recovery-image] Dec 14 00:33:14.576 INFO O| Dec 14 00:33:14.576 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-14T00:33:16.189Z[ recovery-image] Dec 14 00:33:14.598 INFO O| Dec 14 00:33:14.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71382024-12-14T00:33:16.189Z[ recovery-image] Dec 14 00:33:14.598 INFO O| Dec 14 00:33:14.598 INFO STEP 932 (remove_files) COMPLETE
71392024-12-14T00:33:16.189Z[ recovery-image] Dec 14 00:33:14.598 INFO O| Dec 14 00:33:14.598 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-14T00:33:16.229Z[ recovery-image] Dec 14 00:33:14.637 INFO O| Dec 14 00:33:14.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71412024-12-14T00:33:16.229Z[ recovery-image] Dec 14 00:33:14.637 INFO O| Dec 14 00:33:14.637 INFO STEP 933 (remove_files) COMPLETE
71422024-12-14T00:33:16.229Z[ recovery-image] Dec 14 00:33:14.637 INFO O| Dec 14 00:33:14.637 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-14T00:33:16.254Z[ recovery-image] Dec 14 00:33:14.662 INFO O| Dec 14 00:33:14.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71442024-12-14T00:33:16.254Z[ recovery-image] Dec 14 00:33:14.662 INFO O| Dec 14 00:33:14.662 INFO STEP 934 (remove_files) COMPLETE
71452024-12-14T00:33:16.255Z[ recovery-image] Dec 14 00:33:14.662 INFO O| Dec 14 00:33:14.662 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-14T00:33:16.282Z[ recovery-image] Dec 14 00:33:14.690 INFO O| Dec 14 00:33:14.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71472024-12-14T00:33:16.282Z[ recovery-image] Dec 14 00:33:14.690 INFO O| Dec 14 00:33:14.690 INFO STEP 935 (remove_files) COMPLETE
71482024-12-14T00:33:16.282Z[ recovery-image] Dec 14 00:33:14.690 INFO O| Dec 14 00:33:14.690 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-14T00:33:16.303Z[ recovery-image] Dec 14 00:33:14.712 INFO O| Dec 14 00:33:14.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71502024-12-14T00:33:16.303Z[ recovery-image] Dec 14 00:33:14.712 INFO O| Dec 14 00:33:14.712 INFO STEP 936 (remove_files) COMPLETE
71512024-12-14T00:33:16.303Z[ recovery-image] Dec 14 00:33:14.712 INFO O| Dec 14 00:33:14.712 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-14T00:33:16.323Z[ recovery-image] Dec 14 00:33:14.731 INFO O| Dec 14 00:33:14.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71532024-12-14T00:33:16.323Z[ recovery-image] Dec 14 00:33:14.731 INFO O| Dec 14 00:33:14.731 INFO STEP 937 (remove_files) COMPLETE
71542024-12-14T00:33:16.323Z[ recovery-image] Dec 14 00:33:14.731 INFO O| Dec 14 00:33:14.731 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-14T00:33:16.366Z[ recovery-image] Dec 14 00:33:14.775 INFO O| Dec 14 00:33:14.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71562024-12-14T00:33:16.369Z[ recovery-image] Dec 14 00:33:14.775 INFO O| Dec 14 00:33:14.775 INFO STEP 938 (remove_files) COMPLETE
71572024-12-14T00:33:16.369Z[ recovery-image] Dec 14 00:33:14.775 INFO O| Dec 14 00:33:14.775 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-14T00:33:16.388Z[ recovery-image] Dec 14 00:33:14.796 INFO O| Dec 14 00:33:14.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71592024-12-14T00:33:16.390Z[ recovery-image] Dec 14 00:33:14.796 INFO O| Dec 14 00:33:14.796 INFO STEP 939 (remove_files) COMPLETE
71602024-12-14T00:33:16.390Z[ recovery-image] Dec 14 00:33:14.797 INFO O| Dec 14 00:33:14.796 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-14T00:33:16.428Z[ recovery-image] Dec 14 00:33:14.837 INFO O| Dec 14 00:33:14.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71622024-12-14T00:33:16.428Z[ recovery-image] Dec 14 00:33:14.837 INFO O| Dec 14 00:33:14.837 INFO STEP 940 (remove_files) COMPLETE
71632024-12-14T00:33:16.428Z[ recovery-image] Dec 14 00:33:14.837 INFO O| Dec 14 00:33:14.837 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-14T00:33:16.451Z[ recovery-image] Dec 14 00:33:14.860 INFO O| Dec 14 00:33:14.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71652024-12-14T00:33:16.451Z[ recovery-image] Dec 14 00:33:14.860 INFO O| Dec 14 00:33:14.860 INFO STEP 941 (remove_files) COMPLETE
71662024-12-14T00:33:16.451Z[ recovery-image] Dec 14 00:33:14.860 INFO O| Dec 14 00:33:14.860 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-14T00:33:16.510Z[ recovery-image] Dec 14 00:33:14.919 INFO O| Dec 14 00:33:14.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71682024-12-14T00:33:16.513Z[ recovery-image] Dec 14 00:33:14.919 INFO O| Dec 14 00:33:14.919 INFO STEP 942 (remove_files) COMPLETE
71692024-12-14T00:33:16.513Z[ recovery-image] Dec 14 00:33:14.919 INFO O| Dec 14 00:33:14.919 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-14T00:33:16.551Z[ recovery-image] Dec 14 00:33:14.960 INFO O| Dec 14 00:33:14.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71712024-12-14T00:33:16.551Z[ recovery-image] Dec 14 00:33:14.960 INFO O| Dec 14 00:33:14.960 INFO STEP 943 (remove_files) COMPLETE
71722024-12-14T00:33:16.551Z[ recovery-image] Dec 14 00:33:14.960 INFO O| Dec 14 00:33:14.960 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-14T00:33:16.584Z[ recovery-image] Dec 14 00:33:14.992 INFO O| Dec 14 00:33:14.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71742024-12-14T00:33:16.584Z[ recovery-image] Dec 14 00:33:14.992 INFO O| Dec 14 00:33:14.992 INFO STEP 944 (remove_files) COMPLETE
71752024-12-14T00:33:16.584Z[ recovery-image] Dec 14 00:33:14.992 INFO O| Dec 14 00:33:14.992 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-14T00:33:16.604Z[ recovery-image] Dec 14 00:33:15.012 INFO O| Dec 14 00:33:15.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71772024-12-14T00:33:16.604Z[ recovery-image] Dec 14 00:33:15.012 INFO O| Dec 14 00:33:15.012 INFO STEP 945 (remove_files) COMPLETE
71782024-12-14T00:33:16.604Z[ recovery-image] Dec 14 00:33:15.012 INFO O| Dec 14 00:33:15.012 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-14T00:33:16.622Z[ recovery-image] Dec 14 00:33:15.031 INFO O| Dec 14 00:33:15.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71802024-12-14T00:33:16.622Z[ recovery-image] Dec 14 00:33:15.031 INFO O| Dec 14 00:33:15.031 INFO STEP 946 (remove_files) COMPLETE
71812024-12-14T00:33:16.622Z[ recovery-image] Dec 14 00:33:15.031 INFO O| Dec 14 00:33:15.031 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-14T00:33:16.687Z[ host-image] Dec 14 00:33:15.095 INFO O| Dec 14 00:33:15.095 INFO O| Planning: Solver setup ... Done
71832024-12-14T00:33:16.690Z[ recovery-image] Dec 14 00:33:15.098 INFO O| Dec 14 00:33:15.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71842024-12-14T00:33:16.690Z[ recovery-image] Dec 14 00:33:15.098 INFO O| Dec 14 00:33:15.098 INFO STEP 947 (remove_files) COMPLETE
71852024-12-14T00:33:16.690Z[ recovery-image] Dec 14 00:33:15.098 INFO O| Dec 14 00:33:15.098 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-12-14T00:33:16.694Z[ host-image] Dec 14 00:33:15.103 INFO O| Dec 14 00:33:15.103 INFO O| Planning: Running solver ... Done
71872024-12-14T00:33:16.719Z[ recovery-image] Dec 14 00:33:15.128 INFO O| Dec 14 00:33:15.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71882024-12-14T00:33:16.719Z[ recovery-image] Dec 14 00:33:15.128 INFO O| Dec 14 00:33:15.128 INFO STEP 948 (remove_files) COMPLETE
71892024-12-14T00:33:16.719Z[ recovery-image] Dec 14 00:33:15.128 INFO O| Dec 14 00:33:15.128 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-14T00:33:16.750Z[ recovery-image] Dec 14 00:33:15.158 INFO O| Dec 14 00:33:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71912024-12-14T00:33:16.750Z[ recovery-image] Dec 14 00:33:15.158 INFO O| Dec 14 00:33:15.158 INFO STEP 949 (remove_files) COMPLETE
71922024-12-14T00:33:16.750Z[ recovery-image] Dec 14 00:33:15.158 INFO O| Dec 14 00:33:15.158 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-14T00:33:16.777Z[ recovery-image] Dec 14 00:33:15.186 INFO O| Dec 14 00:33:15.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71942024-12-14T00:33:16.777Z[ recovery-image] Dec 14 00:33:15.186 INFO O| Dec 14 00:33:15.186 INFO STEP 950 (remove_files) COMPLETE
71952024-12-14T00:33:16.777Z[ recovery-image] Dec 14 00:33:15.186 INFO O| Dec 14 00:33:15.186 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-14T00:33:16.813Z[ recovery-image] Dec 14 00:33:15.221 INFO O| Dec 14 00:33:15.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71972024-12-14T00:33:16.813Z[ recovery-image] Dec 14 00:33:15.221 INFO O| Dec 14 00:33:15.221 INFO STEP 951 (remove_files) COMPLETE
71982024-12-14T00:33:16.813Z[ recovery-image] Dec 14 00:33:15.221 INFO O| Dec 14 00:33:15.221 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-14T00:33:16.833Z[ recovery-image] Dec 14 00:33:15.242 INFO O| Dec 14 00:33:15.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72002024-12-14T00:33:16.836Z[ recovery-image] Dec 14 00:33:15.242 INFO O| Dec 14 00:33:15.242 INFO STEP 952 (remove_files) COMPLETE
72012024-12-14T00:33:16.837Z[ recovery-image] Dec 14 00:33:15.242 INFO O| Dec 14 00:33:15.242 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-14T00:33:16.845Z[ host-image] Dec 14 00:33:15.253 INFO O| Dec 14 00:33:15.253 INFO O| Planning: Finding local manifests ... Done
72032024-12-14T00:33:16.848Z[ host-image] Dec 14 00:33:15.254 INFO O| Dec 14 00:33:15.254 INFO O| Planning: Fetching manifests: 0/1 0% complete
72042024-12-14T00:33:16.875Z[ recovery-image] Dec 14 00:33:15.284 INFO O| Dec 14 00:33:15.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72052024-12-14T00:33:16.878Z[ recovery-image] Dec 14 00:33:15.284 INFO O| Dec 14 00:33:15.284 INFO STEP 953 (remove_files) COMPLETE
72062024-12-14T00:33:16.878Z[ recovery-image] Dec 14 00:33:15.284 INFO O| Dec 14 00:33:15.284 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-12-14T00:33:16.897Z[ recovery-image] Dec 14 00:33:15.306 INFO O| Dec 14 00:33:15.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72082024-12-14T00:33:16.897Z[ recovery-image] Dec 14 00:33:15.306 INFO O| Dec 14 00:33:15.306 INFO STEP 954 (remove_files) COMPLETE
72092024-12-14T00:33:16.899Z[ recovery-image] Dec 14 00:33:15.306 INFO O| Dec 14 00:33:15.306 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-14T00:33:16.939Z[ recovery-image] Dec 14 00:33:15.347 INFO O| Dec 14 00:33:15.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72112024-12-14T00:33:16.939Z[ recovery-image] Dec 14 00:33:15.348 INFO O| Dec 14 00:33:15.348 INFO STEP 955 (remove_files) COMPLETE
72122024-12-14T00:33:16.939Z[ recovery-image] Dec 14 00:33:15.348 INFO O| Dec 14 00:33:15.348 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-14T00:33:16.996Z[ recovery-image] Dec 14 00:33:15.404 INFO O| Dec 14 00:33:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72142024-12-14T00:33:16.996Z[ recovery-image] Dec 14 00:33:15.404 INFO O| Dec 14 00:33:15.404 INFO STEP 956 (remove_files) COMPLETE
72152024-12-14T00:33:16.999Z[ recovery-image] Dec 14 00:33:15.404 INFO O| Dec 14 00:33:15.404 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-14T00:33:17.077Z[ recovery-image] Dec 14 00:33:15.485 INFO O| Dec 14 00:33:15.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72172024-12-14T00:33:17.077Z[ recovery-image] Dec 14 00:33:15.485 INFO O| Dec 14 00:33:15.485 INFO STEP 957 (remove_files) COMPLETE
72182024-12-14T00:33:17.078Z[ recovery-image] Dec 14 00:33:15.485 INFO O| Dec 14 00:33:15.485 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-14T00:33:17.089Z[ host-image] Dec 14 00:33:15.498 INFO O| Dec 14 00:33:15.498 INFO O| Planning: Fetching manifests: 1/1 100% complete
72202024-12-14T00:33:17.115Z[ recovery-image] Dec 14 00:33:15.524 INFO O| Dec 14 00:33:15.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72212024-12-14T00:33:17.118Z[ recovery-image] Dec 14 00:33:15.526 INFO O| Dec 14 00:33:15.526 INFO STEP 958 (remove_files) COMPLETE
72222024-12-14T00:33:17.118Z[ recovery-image] Dec 14 00:33:15.526 INFO O| Dec 14 00:33:15.526 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-14T00:33:17.141Z[ host-image] Dec 14 00:33:15.550 INFO O| Dec 14 00:33:15.550 INFO O| Planning: Package planning ... Done
72242024-12-14T00:33:17.144Z[ host-image] Dec 14 00:33:15.551 INFO O| Dec 14 00:33:15.551 INFO O| Planning: Merging actions ... Done
72252024-12-14T00:33:17.181Z[ recovery-image] Dec 14 00:33:15.590 INFO O| Dec 14 00:33:15.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72262024-12-14T00:33:17.181Z[ recovery-image] Dec 14 00:33:15.590 INFO O| Dec 14 00:33:15.590 INFO STEP 959 (remove_files) COMPLETE
72272024-12-14T00:33:17.181Z[ recovery-image] Dec 14 00:33:15.590 INFO O| Dec 14 00:33:15.590 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-14T00:33:17.202Z[ recovery-image] Dec 14 00:33:15.611 INFO O| Dec 14 00:33:15.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72292024-12-14T00:33:17.202Z[ recovery-image] Dec 14 00:33:15.611 INFO O| Dec 14 00:33:15.611 INFO STEP 960 (remove_files) COMPLETE
72302024-12-14T00:33:17.202Z[ recovery-image] Dec 14 00:33:15.611 INFO O| Dec 14 00:33:15.611 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-14T00:33:17.221Z[ recovery-image] Dec 14 00:33:15.630 INFO O| Dec 14 00:33:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72322024-12-14T00:33:17.221Z[ recovery-image] Dec 14 00:33:15.630 INFO O| Dec 14 00:33:15.630 INFO STEP 961 (remove_files) COMPLETE
72332024-12-14T00:33:17.221Z[ recovery-image] Dec 14 00:33:15.630 INFO O| Dec 14 00:33:15.630 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-14T00:33:17.242Z[ recovery-image] Dec 14 00:33:15.650 INFO O| Dec 14 00:33:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72352024-12-14T00:33:17.242Z[ recovery-image] Dec 14 00:33:15.650 INFO O| Dec 14 00:33:15.650 INFO STEP 962 (remove_files) COMPLETE
72362024-12-14T00:33:17.242Z[ recovery-image] Dec 14 00:33:15.650 INFO O| Dec 14 00:33:15.650 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-14T00:33:17.262Z[ recovery-image] Dec 14 00:33:15.670 INFO O| Dec 14 00:33:15.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72382024-12-14T00:33:17.262Z[ recovery-image] Dec 14 00:33:15.670 INFO O| Dec 14 00:33:15.670 INFO STEP 963 (remove_files) COMPLETE
72392024-12-14T00:33:17.264Z[ recovery-image] Dec 14 00:33:15.671 INFO O| Dec 14 00:33:15.670 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-14T00:33:17.282Z[ recovery-image] Dec 14 00:33:15.690 INFO O| Dec 14 00:33:15.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72412024-12-14T00:33:17.303Z[ recovery-image] Dec 14 00:33:15.712 INFO O| Dec 14 00:33:15.712 INFO STEP 964 (remove_files) COMPLETE
72422024-12-14T00:33:17.304Z[ recovery-image] Dec 14 00:33:15.712 INFO O| Dec 14 00:33:15.712 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-14T00:33:17.326Z[ recovery-image] Dec 14 00:33:15.734 INFO O| Dec 14 00:33:15.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72442024-12-14T00:33:17.329Z[ recovery-image] Dec 14 00:33:15.735 INFO O| Dec 14 00:33:15.735 INFO STEP 965 (remove_files) COMPLETE
72452024-12-14T00:33:17.329Z[ recovery-image] Dec 14 00:33:15.735 INFO O| Dec 14 00:33:15.735 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-14T00:33:17.346Z[ recovery-image] Dec 14 00:33:15.755 INFO O| Dec 14 00:33:15.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72472024-12-14T00:33:17.349Z[ recovery-image] Dec 14 00:33:15.755 INFO O| Dec 14 00:33:15.755 INFO STEP 966 (remove_files) COMPLETE
72482024-12-14T00:33:17.349Z[ recovery-image] Dec 14 00:33:15.755 INFO O| Dec 14 00:33:15.755 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-14T00:33:17.353Z[ host-image] Dec 14 00:33:15.761 INFO O| Dec 14 00:33:15.761 INFO O| Planning: Checking for conflicting actions ... Done
72502024-12-14T00:33:17.355Z[ host-image] Dec 14 00:33:15.762 INFO O| Dec 14 00:33:15.762 INFO O| Planning: Consolidating action changes ... Done
72512024-12-14T00:33:17.366Z[ recovery-image] Dec 14 00:33:15.775 INFO O| Dec 14 00:33:15.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72522024-12-14T00:33:17.369Z[ recovery-image] Dec 14 00:33:15.775 INFO O| Dec 14 00:33:15.775 INFO STEP 967 (remove_files) COMPLETE
72532024-12-14T00:33:17.369Z[ recovery-image] Dec 14 00:33:15.775 INFO O| Dec 14 00:33:15.775 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-14T00:33:17.387Z[ recovery-image] Dec 14 00:33:15.795 INFO O| Dec 14 00:33:15.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72552024-12-14T00:33:17.389Z[ recovery-image] Dec 14 00:33:15.795 INFO O| Dec 14 00:33:15.795 INFO STEP 968 (remove_files) COMPLETE
72562024-12-14T00:33:17.389Z[ recovery-image] Dec 14 00:33:15.795 INFO O| Dec 14 00:33:15.795 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-14T00:33:17.426Z[ recovery-image] Dec 14 00:33:15.834 INFO O| Dec 14 00:33:15.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72582024-12-14T00:33:17.428Z[ recovery-image] Dec 14 00:33:15.834 INFO O| Dec 14 00:33:15.834 INFO STEP 969 (remove_files) COMPLETE
72592024-12-14T00:33:17.428Z[ recovery-image] Dec 14 00:33:15.834 INFO O| Dec 14 00:33:15.834 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-14T00:33:17.447Z[ recovery-image] Dec 14 00:33:15.855 INFO O| Dec 14 00:33:15.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72612024-12-14T00:33:17.450Z[ recovery-image] Dec 14 00:33:15.856 INFO O| Dec 14 00:33:15.856 INFO STEP 970 (remove_files) COMPLETE
72622024-12-14T00:33:17.451Z[ recovery-image] Dec 14 00:33:15.856 INFO O| Dec 14 00:33:15.856 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-14T00:33:17.481Z[ recovery-image] Dec 14 00:33:15.890 INFO O| Dec 14 00:33:15.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72642024-12-14T00:33:17.484Z[ recovery-image] Dec 14 00:33:15.890 INFO O| Dec 14 00:33:15.890 INFO STEP 971 (remove_files) COMPLETE
72652024-12-14T00:33:17.484Z[ recovery-image] Dec 14 00:33:15.890 INFO O| Dec 14 00:33:15.890 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-14T00:33:17.502Z[ recovery-image] Dec 14 00:33:15.910 INFO O| Dec 14 00:33:15.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72672024-12-14T00:33:17.505Z[ recovery-image] Dec 14 00:33:15.910 INFO O| Dec 14 00:33:15.910 INFO STEP 972 (remove_files) COMPLETE
72682024-12-14T00:33:17.505Z[ recovery-image] Dec 14 00:33:15.910 INFO O| Dec 14 00:33:15.910 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-14T00:33:17.521Z[ recovery-image] Dec 14 00:33:15.929 INFO O| Dec 14 00:33:15.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72702024-12-14T00:33:17.522Z[ recovery-image] Dec 14 00:33:15.929 INFO O| Dec 14 00:33:15.929 INFO STEP 973 (remove_files) COMPLETE
72712024-12-14T00:33:17.522Z[ recovery-image] Dec 14 00:33:15.929 INFO O| Dec 14 00:33:15.929 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-14T00:33:17.539Z[ recovery-image] Dec 14 00:33:15.948 INFO O| Dec 14 00:33:15.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72732024-12-14T00:33:17.544Z[ recovery-image] Dec 14 00:33:15.948 INFO O| Dec 14 00:33:15.948 INFO STEP 974 (remove_files) COMPLETE
72742024-12-14T00:33:17.544Z[ recovery-image] Dec 14 00:33:15.948 INFO O| Dec 14 00:33:15.948 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-14T00:33:17.616Z[ recovery-image] Dec 14 00:33:16.024 INFO O| Dec 14 00:33:16.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72762024-12-14T00:33:17.616Z[ recovery-image] Dec 14 00:33:16.024 INFO O| Dec 14 00:33:16.024 INFO STEP 975 (remove_files) COMPLETE
72772024-12-14T00:33:17.616Z[ recovery-image] Dec 14 00:33:16.024 INFO O| Dec 14 00:33:16.024 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-14T00:33:17.637Z[ recovery-image] Dec 14 00:33:16.046 INFO O| Dec 14 00:33:16.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72792024-12-14T00:33:17.640Z[ recovery-image] Dec 14 00:33:16.046 INFO O| Dec 14 00:33:16.046 INFO STEP 976 (remove_files) COMPLETE
72802024-12-14T00:33:17.640Z[ recovery-image] Dec 14 00:33:16.046 INFO O| Dec 14 00:33:16.046 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-14T00:33:17.658Z[ recovery-image] Dec 14 00:33:16.066 INFO O| Dec 14 00:33:16.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72822024-12-14T00:33:17.658Z[ recovery-image] Dec 14 00:33:16.066 INFO O| Dec 14 00:33:16.066 INFO STEP 977 (remove_files) COMPLETE
72832024-12-14T00:33:17.660Z[ recovery-image] Dec 14 00:33:16.066 INFO O| Dec 14 00:33:16.066 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-14T00:33:17.677Z[ recovery-image] Dec 14 00:33:16.086 INFO O| Dec 14 00:33:16.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72852024-12-14T00:33:17.681Z[ recovery-image] Dec 14 00:33:16.086 INFO O| Dec 14 00:33:16.086 INFO STEP 978 (remove_files) COMPLETE
72862024-12-14T00:33:17.681Z[ recovery-image] Dec 14 00:33:16.086 INFO O| Dec 14 00:33:16.086 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-14T00:33:17.696Z[ recovery-image] Dec 14 00:33:16.104 INFO O| Dec 14 00:33:16.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72882024-12-14T00:33:17.696Z[ recovery-image] Dec 14 00:33:16.105 INFO O| Dec 14 00:33:16.104 INFO STEP 979 (remove_files) COMPLETE
72892024-12-14T00:33:17.696Z[ recovery-image] Dec 14 00:33:16.105 INFO O| Dec 14 00:33:16.105 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-14T00:33:17.715Z[ recovery-image] Dec 14 00:33:16.123 INFO O| Dec 14 00:33:16.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72912024-12-14T00:33:17.715Z[ recovery-image] Dec 14 00:33:16.123 INFO O| Dec 14 00:33:16.123 INFO STEP 980 (remove_files) COMPLETE
72922024-12-14T00:33:17.717Z[ recovery-image] Dec 14 00:33:16.123 INFO O| Dec 14 00:33:16.123 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-14T00:33:17.741Z[ recovery-image] Dec 14 00:33:16.150 INFO O| Dec 14 00:33:16.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72942024-12-14T00:33:17.744Z[ recovery-image] Dec 14 00:33:16.150 INFO O| Dec 14 00:33:16.150 INFO STEP 981 (remove_files) COMPLETE
72952024-12-14T00:33:17.744Z[ recovery-image] Dec 14 00:33:16.150 INFO O| Dec 14 00:33:16.150 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-14T00:33:17.764Z[ recovery-image] Dec 14 00:33:16.172 INFO O| Dec 14 00:33:16.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72972024-12-14T00:33:17.767Z[ recovery-image] Dec 14 00:33:16.172 INFO O| Dec 14 00:33:16.172 INFO STEP 982 (remove_files) COMPLETE
72982024-12-14T00:33:17.767Z[ recovery-image] Dec 14 00:33:16.172 INFO O| Dec 14 00:33:16.172 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-14T00:33:17.810Z[ host-image] Dec 14 00:33:16.218 INFO O| Dec 14 00:33:16.218 INFO O| Planning: Evaluating mediators ... Done
73002024-12-14T00:33:17.813Z[ host-image] Dec 14 00:33:16.219 INFO O| Dec 14 00:33:16.219 INFO O| Planning: Planning completed in 5.30 seconds
73012024-12-14T00:33:17.813Z[ host-image] Dec 14 00:33:16.221 INFO O| Dec 14 00:33:16.221 INFO O| Packages to install: 1
73022024-12-14T00:33:17.835Z[ host-image] Dec 14 00:33:16.243 INFO O| Dec 14 00:33:16.243 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
73032024-12-14T00:33:17.915Z[ recovery-image] Dec 14 00:33:16.323 INFO O| Dec 14 00:33:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73042024-12-14T00:33:17.915Z[ recovery-image] Dec 14 00:33:16.323 INFO O| Dec 14 00:33:16.323 INFO STEP 983 (remove_files) COMPLETE
73052024-12-14T00:33:17.915Z[ recovery-image] Dec 14 00:33:16.323 INFO O| Dec 14 00:33:16.323 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-14T00:33:17.969Z[ recovery-image] Dec 14 00:33:16.377 INFO O| Dec 14 00:33:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73072024-12-14T00:33:17.970Z[ recovery-image] Dec 14 00:33:16.377 INFO O| Dec 14 00:33:16.377 INFO STEP 984 (remove_files) COMPLETE
73082024-12-14T00:33:17.972Z[ recovery-image] Dec 14 00:33:16.377 INFO O| Dec 14 00:33:16.377 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-14T00:33:17.994Z[ recovery-image] Dec 14 00:33:16.402 INFO O| Dec 14 00:33:16.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73102024-12-14T00:33:17.994Z[ recovery-image] Dec 14 00:33:16.402 INFO O| Dec 14 00:33:16.402 INFO STEP 985 (remove_files) COMPLETE
73112024-12-14T00:33:17.997Z[ recovery-image] Dec 14 00:33:16.402 INFO O| Dec 14 00:33:16.402 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-14T00:33:18.018Z[ recovery-image] Dec 14 00:33:16.426 INFO O| Dec 14 00:33:16.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73132024-12-14T00:33:18.020Z[ recovery-image] Dec 14 00:33:16.426 INFO O| Dec 14 00:33:16.426 INFO STEP 986 (remove_files) COMPLETE
73142024-12-14T00:33:18.020Z[ recovery-image] Dec 14 00:33:16.426 INFO O| Dec 14 00:33:16.426 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-14T00:33:18.037Z[ recovery-image] Dec 14 00:33:16.446 INFO O| Dec 14 00:33:16.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73162024-12-14T00:33:18.037Z[ recovery-image] Dec 14 00:33:16.446 INFO O| Dec 14 00:33:16.446 INFO STEP 987 (remove_files) COMPLETE
73172024-12-14T00:33:18.040Z[ recovery-image] Dec 14 00:33:16.446 INFO O| Dec 14 00:33:16.446 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-14T00:33:18.069Z[ recovery-image] Dec 14 00:33:16.477 INFO O| Dec 14 00:33:16.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73192024-12-14T00:33:18.069Z[ recovery-image] Dec 14 00:33:16.478 INFO O| Dec 14 00:33:16.478 INFO STEP 988 (remove_files) COMPLETE
73202024-12-14T00:33:18.069Z[ recovery-image] Dec 14 00:33:16.478 INFO O| Dec 14 00:33:16.478 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-14T00:33:18.088Z[ recovery-image] Dec 14 00:33:16.496 INFO O| Dec 14 00:33:16.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73222024-12-14T00:33:18.088Z[ recovery-image] Dec 14 00:33:16.496 INFO O| Dec 14 00:33:16.496 INFO STEP 989 (remove_files) COMPLETE
73232024-12-14T00:33:18.091Z[ recovery-image] Dec 14 00:33:16.497 INFO O| Dec 14 00:33:16.496 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-14T00:33:18.106Z[ recovery-image] Dec 14 00:33:16.514 INFO O| Dec 14 00:33:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73252024-12-14T00:33:18.106Z[ recovery-image] Dec 14 00:33:16.515 INFO O| Dec 14 00:33:16.515 INFO STEP 990 (remove_files) COMPLETE
73262024-12-14T00:33:18.109Z[ recovery-image] Dec 14 00:33:16.515 INFO O| Dec 14 00:33:16.515 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-14T00:33:18.126Z[ recovery-image] Dec 14 00:33:16.534 INFO O| Dec 14 00:33:16.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73282024-12-14T00:33:18.126Z[ recovery-image] Dec 14 00:33:16.534 INFO O| Dec 14 00:33:16.534 INFO STEP 991 (remove_files) COMPLETE
73292024-12-14T00:33:18.126Z[ recovery-image] Dec 14 00:33:16.534 INFO O| Dec 14 00:33:16.534 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-14T00:33:18.145Z[ recovery-image] Dec 14 00:33:16.553 INFO O| Dec 14 00:33:16.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73312024-12-14T00:33:18.145Z[ recovery-image] Dec 14 00:33:16.553 INFO O| Dec 14 00:33:16.553 INFO STEP 992 (remove_files) COMPLETE
73322024-12-14T00:33:18.145Z[ recovery-image] Dec 14 00:33:16.553 INFO O| Dec 14 00:33:16.553 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-14T00:33:18.165Z[ recovery-image] Dec 14 00:33:16.574 INFO O| Dec 14 00:33:16.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73342024-12-14T00:33:18.165Z[ recovery-image] Dec 14 00:33:16.574 INFO O| Dec 14 00:33:16.574 INFO STEP 993 (remove_files) COMPLETE
73352024-12-14T00:33:18.165Z[ recovery-image] Dec 14 00:33:16.574 INFO O| Dec 14 00:33:16.574 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-14T00:33:18.185Z[ recovery-image] Dec 14 00:33:16.594 INFO O| Dec 14 00:33:16.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73372024-12-14T00:33:18.186Z[ recovery-image] Dec 14 00:33:16.594 INFO O| Dec 14 00:33:16.594 INFO STEP 994 (remove_files) COMPLETE
73382024-12-14T00:33:18.186Z[ recovery-image] Dec 14 00:33:16.594 INFO O| Dec 14 00:33:16.594 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-14T00:33:18.205Z[ recovery-image] Dec 14 00:33:16.613 INFO O| Dec 14 00:33:16.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73402024-12-14T00:33:18.205Z[ recovery-image] Dec 14 00:33:16.613 INFO O| Dec 14 00:33:16.613 INFO STEP 995 (remove_files) COMPLETE
73412024-12-14T00:33:18.207Z[ recovery-image] Dec 14 00:33:16.613 INFO O| Dec 14 00:33:16.613 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-14T00:33:18.225Z[ recovery-image] Dec 14 00:33:16.633 INFO O| Dec 14 00:33:16.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73432024-12-14T00:33:18.225Z[ recovery-image] Dec 14 00:33:16.633 INFO O| Dec 14 00:33:16.633 INFO STEP 996 (remove_files) COMPLETE
73442024-12-14T00:33:18.225Z[ recovery-image] Dec 14 00:33:16.633 INFO O| Dec 14 00:33:16.633 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-14T00:33:18.245Z[ recovery-image] Dec 14 00:33:16.653 INFO O| Dec 14 00:33:16.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73462024-12-14T00:33:18.245Z[ recovery-image] Dec 14 00:33:16.653 INFO O| Dec 14 00:33:16.653 INFO STEP 997 (remove_files) COMPLETE
73472024-12-14T00:33:18.248Z[ recovery-image] Dec 14 00:33:16.653 INFO O| Dec 14 00:33:16.653 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-14T00:33:18.266Z[ recovery-image] Dec 14 00:33:16.675 INFO O| Dec 14 00:33:16.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73492024-12-14T00:33:18.266Z[ recovery-image] Dec 14 00:33:16.675 INFO O| Dec 14 00:33:16.675 INFO STEP 998 (remove_files) COMPLETE
73502024-12-14T00:33:18.269Z[ recovery-image] Dec 14 00:33:16.675 INFO O| Dec 14 00:33:16.675 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-14T00:33:18.288Z[ recovery-image] Dec 14 00:33:16.696 INFO O| Dec 14 00:33:16.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73522024-12-14T00:33:18.288Z[ recovery-image] Dec 14 00:33:16.696 INFO O| Dec 14 00:33:16.696 INFO STEP 999 (remove_files) COMPLETE
73532024-12-14T00:33:18.291Z[ recovery-image] Dec 14 00:33:16.696 INFO O| Dec 14 00:33:16.696 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-14T00:33:18.309Z[ recovery-image] Dec 14 00:33:16.718 INFO O| Dec 14 00:33:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73552024-12-14T00:33:18.309Z[ recovery-image] Dec 14 00:33:16.718 INFO O| Dec 14 00:33:16.718 INFO STEP 1000 (remove_files) COMPLETE
73562024-12-14T00:33:18.312Z[ recovery-image] Dec 14 00:33:16.718 INFO O| Dec 14 00:33:16.718 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-14T00:33:18.331Z[ recovery-image] Dec 14 00:33:16.739 INFO O| Dec 14 00:33:16.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73582024-12-14T00:33:18.334Z[ recovery-image] Dec 14 00:33:16.739 INFO O| Dec 14 00:33:16.739 INFO STEP 1001 (remove_files) COMPLETE
73592024-12-14T00:33:18.334Z[ recovery-image] Dec 14 00:33:16.739 INFO O| Dec 14 00:33:16.739 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-12-14T00:33:18.351Z[ recovery-image] Dec 14 00:33:16.760 INFO O| Dec 14 00:33:16.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73612024-12-14T00:33:18.351Z[ recovery-image] Dec 14 00:33:16.760 INFO O| Dec 14 00:33:16.760 INFO STEP 1002 (remove_files) COMPLETE
73622024-12-14T00:33:18.354Z[ recovery-image] Dec 14 00:33:16.760 INFO O| Dec 14 00:33:16.760 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-12-14T00:33:18.372Z[ recovery-image] Dec 14 00:33:16.780 INFO O| Dec 14 00:33:16.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73642024-12-14T00:33:18.372Z[ recovery-image] Dec 14 00:33:16.780 INFO O| Dec 14 00:33:16.780 INFO STEP 1003 (remove_files) COMPLETE
73652024-12-14T00:33:18.372Z[ recovery-image] Dec 14 00:33:16.780 INFO O| Dec 14 00:33:16.780 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-12-14T00:33:18.409Z[ recovery-image] Dec 14 00:33:16.817 INFO O| Dec 14 00:33:16.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73672024-12-14T00:33:18.409Z[ recovery-image] Dec 14 00:33:16.817 INFO O| Dec 14 00:33:16.817 INFO STEP 1004 (remove_files) COMPLETE
73682024-12-14T00:33:18.409Z[ recovery-image] Dec 14 00:33:16.817 INFO O| Dec 14 00:33:16.817 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-12-14T00:33:18.438Z[ recovery-image] Dec 14 00:33:16.846 INFO O| Dec 14 00:33:16.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73702024-12-14T00:33:18.438Z[ recovery-image] Dec 14 00:33:16.846 INFO O| Dec 14 00:33:16.846 INFO STEP 1005 (remove_files) COMPLETE
73712024-12-14T00:33:18.441Z[ recovery-image] Dec 14 00:33:16.846 INFO O| Dec 14 00:33:16.846 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-12-14T00:33:18.501Z[ recovery-image] Dec 14 00:33:16.908 INFO O| Dec 14 00:33:16.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73732024-12-14T00:33:18.501Z[ recovery-image] Dec 14 00:33:16.909 INFO O| Dec 14 00:33:16.909 INFO STEP 1006 (remove_files) COMPLETE
73742024-12-14T00:33:18.501Z[ recovery-image] Dec 14 00:33:16.909 INFO O| Dec 14 00:33:16.909 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-12-14T00:33:18.520Z[ recovery-image] Dec 14 00:33:16.927 INFO O| Dec 14 00:33:16.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73762024-12-14T00:33:18.520Z[ recovery-image] Dec 14 00:33:16.927 INFO O| Dec 14 00:33:16.927 INFO STEP 1007 (remove_files) COMPLETE
73772024-12-14T00:33:18.520Z[ recovery-image] Dec 14 00:33:16.927 INFO O| Dec 14 00:33:16.927 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-12-14T00:33:18.538Z[ recovery-image] Dec 14 00:33:16.945 INFO O| Dec 14 00:33:16.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73792024-12-14T00:33:18.538Z[ recovery-image] Dec 14 00:33:16.946 INFO O| Dec 14 00:33:16.945 INFO STEP 1008 (remove_files) COMPLETE
73802024-12-14T00:33:18.538Z[ recovery-image] Dec 14 00:33:16.946 INFO O| Dec 14 00:33:16.946 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-12-14T00:33:18.548Z[ host-image] Dec 14 00:33:16.956 INFO O| Dec 14 00:33:16.956 INFO O| Download: Completed 9.99 MB in 0.71 seconds (14.0M/s)
73822024-12-14T00:33:18.557Z[ recovery-image] Dec 14 00:33:16.965 INFO O| Dec 14 00:33:16.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73832024-12-14T00:33:18.557Z[ recovery-image] Dec 14 00:33:16.965 INFO O| Dec 14 00:33:16.965 INFO STEP 1009 (remove_files) COMPLETE
73842024-12-14T00:33:18.560Z[ recovery-image] Dec 14 00:33:16.965 INFO O| Dec 14 00:33:16.965 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-14T00:33:18.590Z[ recovery-image] Dec 14 00:33:16.998 INFO O| Dec 14 00:33:16.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73862024-12-14T00:33:18.590Z[ recovery-image] Dec 14 00:33:16.998 INFO O| Dec 14 00:33:16.998 INFO STEP 1010 (remove_files) COMPLETE
73872024-12-14T00:33:18.590Z[ recovery-image] Dec 14 00:33:16.998 INFO O| Dec 14 00:33:16.998 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-14T00:33:18.705Z[ recovery-image] Dec 14 00:33:17.113 INFO O| Dec 14 00:33:17.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73892024-12-14T00:33:18.705Z[ recovery-image] Dec 14 00:33:17.113 INFO O| Dec 14 00:33:17.113 INFO STEP 1011 (remove_files) COMPLETE
73902024-12-14T00:33:18.705Z[ recovery-image] Dec 14 00:33:17.113 INFO O| Dec 14 00:33:17.113 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-14T00:33:18.711Z[ host-image] Dec 14 00:33:17.119 INFO O| Dec 14 00:33:17.119 INFO O| Actions: 1/22 actions (Installing new actions)
73922024-12-14T00:33:18.740Z[ recovery-image] Dec 14 00:33:17.148 INFO O| Dec 14 00:33:17.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73932024-12-14T00:33:18.740Z[ recovery-image] Dec 14 00:33:17.148 INFO O| Dec 14 00:33:17.148 INFO STEP 1012 (remove_files) COMPLETE
73942024-12-14T00:33:18.740Z[ recovery-image] Dec 14 00:33:17.148 INFO O| Dec 14 00:33:17.148 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-14T00:33:18.759Z[ recovery-image] Dec 14 00:33:17.167 INFO O| Dec 14 00:33:17.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73962024-12-14T00:33:18.762Z[ recovery-image] Dec 14 00:33:17.167 INFO O| Dec 14 00:33:17.167 INFO STEP 1013 (remove_files) COMPLETE
73972024-12-14T00:33:18.762Z[ recovery-image] Dec 14 00:33:17.168 INFO O| Dec 14 00:33:17.167 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-14T00:33:18.792Z[ recovery-image] Dec 14 00:33:17.199 INFO O| Dec 14 00:33:17.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73992024-12-14T00:33:18.795Z[ recovery-image] Dec 14 00:33:17.199 INFO O| Dec 14 00:33:17.199 INFO STEP 1014 (remove_files) COMPLETE
74002024-12-14T00:33:18.795Z[ recovery-image] Dec 14 00:33:17.199 INFO O| Dec 14 00:33:17.199 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-14T00:33:18.852Z[ recovery-image] Dec 14 00:33:17.260 INFO O| Dec 14 00:33:17.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74022024-12-14T00:33:18.852Z[ recovery-image] Dec 14 00:33:17.260 INFO O| Dec 14 00:33:17.260 INFO STEP 1015 (remove_files) COMPLETE
74032024-12-14T00:33:18.852Z[ recovery-image] Dec 14 00:33:17.260 INFO O| Dec 14 00:33:17.260 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-14T00:33:18.870Z[ recovery-image] Dec 14 00:33:17.278 INFO O| Dec 14 00:33:17.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74052024-12-14T00:33:18.870Z[ recovery-image] Dec 14 00:33:17.278 INFO O| Dec 14 00:33:17.278 INFO STEP 1016 (remove_files) COMPLETE
74062024-12-14T00:33:18.870Z[ recovery-image] Dec 14 00:33:17.279 INFO O| Dec 14 00:33:17.278 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-14T00:33:18.890Z[ recovery-image] Dec 14 00:33:17.298 INFO O| Dec 14 00:33:17.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74082024-12-14T00:33:18.890Z[ recovery-image] Dec 14 00:33:17.298 INFO O| Dec 14 00:33:17.298 INFO STEP 1017 (remove_files) COMPLETE
74092024-12-14T00:33:18.890Z[ recovery-image] Dec 14 00:33:17.298 INFO O| Dec 14 00:33:17.298 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-14T00:33:18.929Z[ recovery-image] Dec 14 00:33:17.337 INFO O| Dec 14 00:33:17.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74112024-12-14T00:33:18.932Z[ recovery-image] Dec 14 00:33:17.338 INFO O| Dec 14 00:33:17.338 INFO STEP 1018 (remove_files) COMPLETE
74122024-12-14T00:33:18.932Z[ recovery-image] Dec 14 00:33:17.338 INFO O| Dec 14 00:33:17.338 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-14T00:33:18.951Z[ recovery-image] Dec 14 00:33:17.359 INFO O| Dec 14 00:33:17.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74142024-12-14T00:33:18.954Z[ recovery-image] Dec 14 00:33:17.359 INFO O| Dec 14 00:33:17.359 INFO STEP 1019 (remove_files) COMPLETE
74152024-12-14T00:33:18.954Z[ recovery-image] Dec 14 00:33:17.359 INFO O| Dec 14 00:33:17.359 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-14T00:33:18.972Z[ recovery-image] Dec 14 00:33:17.380 INFO O| Dec 14 00:33:17.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74172024-12-14T00:33:18.974Z[ recovery-image] Dec 14 00:33:17.380 INFO O| Dec 14 00:33:17.380 INFO STEP 1020 (remove_files) COMPLETE
74182024-12-14T00:33:18.974Z[ recovery-image] Dec 14 00:33:17.380 INFO O| Dec 14 00:33:17.380 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-14T00:33:18.992Z[ recovery-image] Dec 14 00:33:17.401 INFO O| Dec 14 00:33:17.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74202024-12-14T00:33:18.995Z[ recovery-image] Dec 14 00:33:17.401 INFO O| Dec 14 00:33:17.401 INFO STEP 1021 (remove_files) COMPLETE
74212024-12-14T00:33:18.995Z[ recovery-image] Dec 14 00:33:17.401 INFO O| Dec 14 00:33:17.401 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-14T00:33:19.013Z[ recovery-image] Dec 14 00:33:17.421 INFO O| Dec 14 00:33:17.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74232024-12-14T00:33:19.015Z[ recovery-image] Dec 14 00:33:17.421 INFO O| Dec 14 00:33:17.421 INFO STEP 1022 (remove_files) COMPLETE
74242024-12-14T00:33:19.015Z[ recovery-image] Dec 14 00:33:17.421 INFO O| Dec 14 00:33:17.421 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-14T00:33:19.078Z[ host-image] Dec 14 00:33:17.486 INFO O| Dec 14 00:33:17.486 INFO O| Actions: Completed 22 actions in 0.37 seconds.
74262024-12-14T00:33:19.093Z[ recovery-image] Dec 14 00:33:17.501 INFO O| Dec 14 00:33:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74272024-12-14T00:33:19.093Z[ recovery-image] Dec 14 00:33:17.501 INFO O| Dec 14 00:33:17.501 INFO STEP 1023 (remove_files) COMPLETE
74282024-12-14T00:33:19.096Z[ recovery-image] Dec 14 00:33:17.501 INFO O| Dec 14 00:33:17.501 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-12-14T00:33:19.114Z[ recovery-image] Dec 14 00:33:17.522 INFO O| Dec 14 00:33:17.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74302024-12-14T00:33:19.114Z[ recovery-image] Dec 14 00:33:17.522 INFO O| Dec 14 00:33:17.522 INFO STEP 1024 (remove_files) COMPLETE
74312024-12-14T00:33:19.114Z[ recovery-image] Dec 14 00:33:17.522 INFO O| Dec 14 00:33:17.522 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-12-14T00:33:19.134Z[ recovery-image] Dec 14 00:33:17.542 INFO O| Dec 14 00:33:17.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74332024-12-14T00:33:19.134Z[ recovery-image] Dec 14 00:33:17.542 INFO O| Dec 14 00:33:17.542 INFO STEP 1025 (remove_files) COMPLETE
74342024-12-14T00:33:19.134Z[ recovery-image] Dec 14 00:33:17.542 INFO O| Dec 14 00:33:17.542 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-12-14T00:33:19.154Z[ recovery-image] Dec 14 00:33:17.562 INFO O| Dec 14 00:33:17.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74362024-12-14T00:33:19.154Z[ recovery-image] Dec 14 00:33:17.562 INFO O| Dec 14 00:33:17.562 INFO STEP 1026 (remove_files) COMPLETE
74372024-12-14T00:33:19.154Z[ recovery-image] Dec 14 00:33:17.562 INFO O| Dec 14 00:33:17.562 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-12-14T00:33:19.255Z[ recovery-image] Dec 14 00:33:17.663 INFO O| Dec 14 00:33:17.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74392024-12-14T00:33:19.258Z[ recovery-image] Dec 14 00:33:17.663 INFO O| Dec 14 00:33:17.663 INFO STEP 1027 (remove_files) COMPLETE
74402024-12-14T00:33:19.258Z[ recovery-image] Dec 14 00:33:17.663 INFO O| Dec 14 00:33:17.663 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-14T00:33:19.286Z[ recovery-image] Dec 14 00:33:17.694 INFO O| Dec 14 00:33:17.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74422024-12-14T00:33:19.290Z[ recovery-image] Dec 14 00:33:17.694 INFO O| Dec 14 00:33:17.694 INFO STEP 1028 (remove_files) COMPLETE
74432024-12-14T00:33:19.290Z[ recovery-image] Dec 14 00:33:17.695 INFO O| Dec 14 00:33:17.694 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-14T00:33:19.306Z[ recovery-image] Dec 14 00:33:17.714 INFO O| Dec 14 00:33:17.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74452024-12-14T00:33:19.306Z[ recovery-image] Dec 14 00:33:17.714 INFO O| Dec 14 00:33:17.714 INFO STEP 1029 (remove_files) COMPLETE
74462024-12-14T00:33:19.309Z[ recovery-image] Dec 14 00:33:17.715 INFO O| Dec 14 00:33:17.714 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-14T00:33:19.327Z[ recovery-image] Dec 14 00:33:17.734 INFO O| Dec 14 00:33:17.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74482024-12-14T00:33:19.329Z[ recovery-image] Dec 14 00:33:17.735 INFO O| Dec 14 00:33:17.735 INFO STEP 1030 (remove_files) COMPLETE
74492024-12-14T00:33:19.329Z[ recovery-image] Dec 14 00:33:17.735 INFO O| Dec 14 00:33:17.735 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-14T00:33:19.347Z[ recovery-image] Dec 14 00:33:17.754 INFO O| Dec 14 00:33:17.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74512024-12-14T00:33:19.347Z[ recovery-image] Dec 14 00:33:17.754 INFO O| Dec 14 00:33:17.754 INFO STEP 1031 (remove_files) COMPLETE
74522024-12-14T00:33:19.347Z[ recovery-image] Dec 14 00:33:17.754 INFO O| Dec 14 00:33:17.754 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-14T00:33:19.365Z[ recovery-image] Dec 14 00:33:17.773 INFO O| Dec 14 00:33:17.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74542024-12-14T00:33:19.368Z[ recovery-image] Dec 14 00:33:17.773 INFO O| Dec 14 00:33:17.773 INFO STEP 1032 (remove_files) COMPLETE
74552024-12-14T00:33:19.368Z[ recovery-image] Dec 14 00:33:17.774 INFO O| Dec 14 00:33:17.773 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-14T00:33:19.386Z[ recovery-image] Dec 14 00:33:17.794 INFO O| Dec 14 00:33:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74572024-12-14T00:33:19.386Z[ recovery-image] Dec 14 00:33:17.794 INFO O| Dec 14 00:33:17.794 INFO STEP 1033 (remove_files) COMPLETE
74582024-12-14T00:33:19.386Z[ recovery-image] Dec 14 00:33:17.794 INFO O| Dec 14 00:33:17.794 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-12-14T00:33:19.406Z[ recovery-image] Dec 14 00:33:17.814 INFO O| Dec 14 00:33:17.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74602024-12-14T00:33:19.407Z[ recovery-image] Dec 14 00:33:17.815 INFO O| Dec 14 00:33:17.814 INFO STEP 1034 (remove_files) COMPLETE
74612024-12-14T00:33:19.409Z[ recovery-image] Dec 14 00:33:17.815 INFO O| Dec 14 00:33:17.814 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-14T00:33:19.448Z[ recovery-image] Dec 14 00:33:17.855 INFO O| Dec 14 00:33:17.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74632024-12-14T00:33:19.448Z[ recovery-image] Dec 14 00:33:17.855 INFO O| Dec 14 00:33:17.855 INFO STEP 1035 (remove_files) COMPLETE
74642024-12-14T00:33:19.448Z[ recovery-image] Dec 14 00:33:17.855 INFO O| Dec 14 00:33:17.855 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-14T00:33:19.530Z[ recovery-image] Dec 14 00:33:17.937 INFO O| Dec 14 00:33:17.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74662024-12-14T00:33:19.530Z[ recovery-image] Dec 14 00:33:17.937 INFO O| Dec 14 00:33:17.937 INFO STEP 1036 (remove_files) COMPLETE
74672024-12-14T00:33:19.530Z[ recovery-image] Dec 14 00:33:17.937 INFO O| Dec 14 00:33:17.937 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-14T00:33:19.544Z[ host-image] Dec 14 00:33:17.948 INFO O| Dec 14 00:33:17.948 INFO O| Done
74692024-12-14T00:33:19.544Z[ host-image] Dec 14 00:33:17.948 INFO O| Dec 14 00:33:17.948 INFO O| Done
74702024-12-14T00:33:19.628Z[ recovery-image] Dec 14 00:33:18.035 INFO O| Dec 14 00:33:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74712024-12-14T00:33:19.628Z[ recovery-image] Dec 14 00:33:18.036 INFO O| Dec 14 00:33:18.036 INFO STEP 1037 (remove_files) COMPLETE
74722024-12-14T00:33:19.631Z[ recovery-image] Dec 14 00:33:18.036 INFO O| Dec 14 00:33:18.036 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-14T00:33:19.724Z[ recovery-image] Dec 14 00:33:18.131 INFO O| Dec 14 00:33:18.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74742024-12-14T00:33:19.724Z[ recovery-image] Dec 14 00:33:18.131 INFO O| Dec 14 00:33:18.131 INFO STEP 1038 (remove_files) COMPLETE
74752024-12-14T00:33:19.725Z[ recovery-image] Dec 14 00:33:18.131 INFO O| Dec 14 00:33:18.131 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-14T00:33:19.752Z[ recovery-image] Dec 14 00:33:18.159 INFO O| Dec 14 00:33:18.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74772024-12-14T00:33:19.752Z[ recovery-image] Dec 14 00:33:18.159 INFO O| Dec 14 00:33:18.159 INFO STEP 1039 (remove_files) COMPLETE
74782024-12-14T00:33:19.755Z[ recovery-image] Dec 14 00:33:18.159 INFO O| Dec 14 00:33:18.159 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-14T00:33:19.769Z[ recovery-image] Dec 14 00:33:18.177 INFO O| Dec 14 00:33:18.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74802024-12-14T00:33:19.770Z[ recovery-image] Dec 14 00:33:18.177 INFO O| Dec 14 00:33:18.177 INFO STEP 1040 (remove_files) COMPLETE
74812024-12-14T00:33:19.772Z[ recovery-image] Dec 14 00:33:18.177 INFO O| Dec 14 00:33:18.177 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-14T00:33:19.856Z[ recovery-image] Dec 14 00:33:18.264 INFO O| Dec 14 00:33:18.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74832024-12-14T00:33:19.876Z[ recovery-image] Dec 14 00:33:18.284 INFO O| Dec 14 00:33:18.284 INFO STEP 1041 (remove_files) COMPLETE
74842024-12-14T00:33:19.876Z[ recovery-image] Dec 14 00:33:18.284 INFO O| Dec 14 00:33:18.284 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-14T00:33:19.897Z[ recovery-image] Dec 14 00:33:18.305 INFO O| Dec 14 00:33:18.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74862024-12-14T00:33:19.897Z[ recovery-image] Dec 14 00:33:18.305 INFO O| Dec 14 00:33:18.305 INFO STEP 1042 (remove_files) COMPLETE
74872024-12-14T00:33:19.898Z[ recovery-image] Dec 14 00:33:18.305 INFO O| Dec 14 00:33:18.305 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-14T00:33:19.936Z[ recovery-image] Dec 14 00:33:18.343 INFO O| Dec 14 00:33:18.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74892024-12-14T00:33:19.936Z[ recovery-image] Dec 14 00:33:18.343 INFO O| Dec 14 00:33:18.343 INFO STEP 1043 (remove_files) COMPLETE
74902024-12-14T00:33:19.936Z[ recovery-image] Dec 14 00:33:18.343 INFO O| Dec 14 00:33:18.343 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-14T00:33:19.974Z[ recovery-image] Dec 14 00:33:18.382 INFO O| Dec 14 00:33:18.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74922024-12-14T00:33:19.974Z[ recovery-image] Dec 14 00:33:18.382 INFO O| Dec 14 00:33:18.382 INFO STEP 1044 (remove_files) COMPLETE
74932024-12-14T00:33:19.975Z[ recovery-image] Dec 14 00:33:18.382 INFO O| Dec 14 00:33:18.382 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-14T00:33:19.993Z[ recovery-image] Dec 14 00:33:18.401 INFO O| Dec 14 00:33:18.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74952024-12-14T00:33:19.993Z[ recovery-image] Dec 14 00:33:18.401 INFO O| Dec 14 00:33:18.401 INFO STEP 1045 (remove_files) COMPLETE
74962024-12-14T00:33:19.993Z[ recovery-image] Dec 14 00:33:18.401 INFO O| Dec 14 00:33:18.401 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-14T00:33:20.012Z[ recovery-image] Dec 14 00:33:18.420 INFO O| Dec 14 00:33:18.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74982024-12-14T00:33:20.016Z[ recovery-image] Dec 14 00:33:18.420 INFO O| Dec 14 00:33:18.420 INFO STEP 1046 (remove_files) COMPLETE
74992024-12-14T00:33:20.016Z[ recovery-image] Dec 14 00:33:18.420 INFO O| Dec 14 00:33:18.420 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-14T00:33:20.032Z[ recovery-image] Dec 14 00:33:18.439 INFO O| Dec 14 00:33:18.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75012024-12-14T00:33:20.032Z[ recovery-image] Dec 14 00:33:18.440 INFO O| Dec 14 00:33:18.440 INFO STEP 1047 (remove_files) COMPLETE
75022024-12-14T00:33:20.032Z[ recovery-image] Dec 14 00:33:18.440 INFO O| Dec 14 00:33:18.440 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-14T00:33:20.053Z[ recovery-image] Dec 14 00:33:18.460 INFO O| Dec 14 00:33:18.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75042024-12-14T00:33:20.056Z[ recovery-image] Dec 14 00:33:18.460 INFO O| Dec 14 00:33:18.460 INFO STEP 1048 (remove_files) COMPLETE
75052024-12-14T00:33:20.056Z[ recovery-image] Dec 14 00:33:18.460 INFO O| Dec 14 00:33:18.460 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-14T00:33:20.079Z[ recovery-image] Dec 14 00:33:18.480 INFO O| Dec 14 00:33:18.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75072024-12-14T00:33:20.079Z[ recovery-image] Dec 14 00:33:18.480 INFO O| Dec 14 00:33:18.480 INFO STEP 1049 (remove_files) COMPLETE
75082024-12-14T00:33:20.082Z[ recovery-image] Dec 14 00:33:18.480 INFO O| Dec 14 00:33:18.480 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-14T00:33:20.092Z[ recovery-image] Dec 14 00:33:18.499 INFO O| Dec 14 00:33:18.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75102024-12-14T00:33:20.092Z[ recovery-image] Dec 14 00:33:18.499 INFO O| Dec 14 00:33:18.499 INFO STEP 1050 (remove_files) COMPLETE
75112024-12-14T00:33:20.095Z[ recovery-image] Dec 14 00:33:18.499 INFO O| Dec 14 00:33:18.499 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-14T00:33:20.110Z[ recovery-image] Dec 14 00:33:18.518 INFO O| Dec 14 00:33:18.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75132024-12-14T00:33:20.110Z[ recovery-image] Dec 14 00:33:18.518 INFO O| Dec 14 00:33:18.518 INFO STEP 1051 (remove_files) COMPLETE
75142024-12-14T00:33:20.111Z[ recovery-image] Dec 14 00:33:18.518 INFO O| Dec 14 00:33:18.518 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-14T00:33:20.130Z[ recovery-image] Dec 14 00:33:18.537 INFO O| Dec 14 00:33:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75162024-12-14T00:33:20.130Z[ recovery-image] Dec 14 00:33:18.537 INFO O| Dec 14 00:33:18.537 INFO STEP 1052 (remove_files) COMPLETE
75172024-12-14T00:33:20.130Z[ recovery-image] Dec 14 00:33:18.537 INFO O| Dec 14 00:33:18.537 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-14T00:33:20.149Z[ recovery-image] Dec 14 00:33:18.557 INFO O| Dec 14 00:33:18.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75192024-12-14T00:33:20.149Z[ recovery-image] Dec 14 00:33:18.557 INFO O| Dec 14 00:33:18.557 INFO STEP 1053 (remove_files) COMPLETE
75202024-12-14T00:33:20.149Z[ recovery-image] Dec 14 00:33:18.557 INFO O| Dec 14 00:33:18.557 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-14T00:33:20.187Z[ recovery-image] Dec 14 00:33:18.595 INFO O| Dec 14 00:33:18.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75222024-12-14T00:33:20.187Z[ recovery-image] Dec 14 00:33:18.595 INFO O| Dec 14 00:33:18.595 INFO STEP 1054 (remove_files) COMPLETE
75232024-12-14T00:33:20.187Z[ recovery-image] Dec 14 00:33:18.595 INFO O| Dec 14 00:33:18.595 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-14T00:33:20.205Z[ recovery-image] Dec 14 00:33:18.612 INFO O| Dec 14 00:33:18.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75252024-12-14T00:33:20.205Z[ recovery-image] Dec 14 00:33:18.612 INFO O| Dec 14 00:33:18.612 INFO STEP 1055 (remove_files) COMPLETE
75262024-12-14T00:33:20.205Z[ recovery-image] Dec 14 00:33:18.612 INFO O| Dec 14 00:33:18.612 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-14T00:33:20.226Z[ recovery-image] Dec 14 00:33:18.633 INFO O| Dec 14 00:33:18.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75282024-12-14T00:33:20.226Z[ recovery-image] Dec 14 00:33:18.633 INFO O| Dec 14 00:33:18.633 INFO STEP 1056 (remove_files) COMPLETE
75292024-12-14T00:33:20.226Z[ recovery-image] Dec 14 00:33:18.633 INFO O| Dec 14 00:33:18.633 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-14T00:33:20.248Z[ recovery-image] Dec 14 00:33:18.654 INFO O| Dec 14 00:33:18.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75312024-12-14T00:33:20.248Z[ recovery-image] Dec 14 00:33:18.654 INFO O| Dec 14 00:33:18.654 INFO STEP 1057 (remove_files) COMPLETE
75322024-12-14T00:33:20.248Z[ recovery-image] Dec 14 00:33:18.654 INFO O| Dec 14 00:33:18.654 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-12-14T00:33:20.266Z[ recovery-image] Dec 14 00:33:18.674 INFO O| Dec 14 00:33:18.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75342024-12-14T00:33:20.269Z[ recovery-image] Dec 14 00:33:18.674 INFO O| Dec 14 00:33:18.674 INFO STEP 1058 (remove_files) COMPLETE
75352024-12-14T00:33:20.269Z[ recovery-image] Dec 14 00:33:18.675 INFO O| Dec 14 00:33:18.674 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-12-14T00:33:20.285Z[ recovery-image] Dec 14 00:33:18.693 INFO O| Dec 14 00:33:18.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75372024-12-14T00:33:20.288Z[ recovery-image] Dec 14 00:33:18.693 INFO O| Dec 14 00:33:18.693 INFO STEP 1059 (remove_files) COMPLETE
75382024-12-14T00:33:20.288Z[ recovery-image] Dec 14 00:33:18.694 INFO O| Dec 14 00:33:18.693 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-14T00:33:20.306Z[ recovery-image] Dec 14 00:33:18.713 INFO O| Dec 14 00:33:18.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75402024-12-14T00:33:20.308Z[ recovery-image] Dec 14 00:33:18.714 INFO O| Dec 14 00:33:18.714 INFO STEP 1060 (remove_files) COMPLETE
75412024-12-14T00:33:20.308Z[ recovery-image] Dec 14 00:33:18.714 INFO O| Dec 14 00:33:18.714 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-14T00:33:20.322Z[ recovery-image] Dec 14 00:33:18.730 INFO O| Dec 14 00:33:18.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75432024-12-14T00:33:20.325Z[ recovery-image] Dec 14 00:33:18.730 INFO O| Dec 14 00:33:18.730 INFO STEP 1061 (remove_files) COMPLETE
75442024-12-14T00:33:20.325Z[ recovery-image] Dec 14 00:33:18.730 INFO O| Dec 14 00:33:18.730 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-14T00:33:20.340Z[ recovery-image] Dec 14 00:33:18.748 INFO O| Dec 14 00:33:18.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75462024-12-14T00:33:20.340Z[ recovery-image] Dec 14 00:33:18.748 INFO O| Dec 14 00:33:18.748 INFO STEP 1062 (remove_files) COMPLETE
75472024-12-14T00:33:20.343Z[ recovery-image] Dec 14 00:33:18.748 INFO O| Dec 14 00:33:18.748 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-14T00:33:20.383Z[ recovery-image] Dec 14 00:33:18.790 INFO O| Dec 14 00:33:18.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75492024-12-14T00:33:20.384Z[ recovery-image] Dec 14 00:33:18.790 INFO O| Dec 14 00:33:18.790 INFO STEP 1063 (remove_files) COMPLETE
75502024-12-14T00:33:20.384Z[ recovery-image] Dec 14 00:33:18.791 INFO O| Dec 14 00:33:18.790 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-14T00:33:20.402Z[ recovery-image] Dec 14 00:33:18.807 INFO O| Dec 14 00:33:18.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75522024-12-14T00:33:20.402Z[ recovery-image] Dec 14 00:33:18.807 INFO O| Dec 14 00:33:18.807 INFO STEP 1064 (remove_files) COMPLETE
75532024-12-14T00:33:20.402Z[ recovery-image] Dec 14 00:33:18.808 INFO O| Dec 14 00:33:18.807 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-14T00:33:20.418Z[ recovery-image] Dec 14 00:33:18.824 INFO O| Dec 14 00:33:18.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75552024-12-14T00:33:20.419Z[ recovery-image] Dec 14 00:33:18.824 INFO O| Dec 14 00:33:18.824 INFO STEP 1065 (remove_files) COMPLETE
75562024-12-14T00:33:20.419Z[ recovery-image] Dec 14 00:33:18.824 INFO O| Dec 14 00:33:18.824 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-14T00:33:20.434Z[ recovery-image] Dec 14 00:33:18.841 INFO O| Dec 14 00:33:18.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75582024-12-14T00:33:20.434Z[ recovery-image] Dec 14 00:33:18.841 INFO O| Dec 14 00:33:18.841 INFO STEP 1066 (remove_files) COMPLETE
75592024-12-14T00:33:20.434Z[ recovery-image] Dec 14 00:33:18.841 INFO O| Dec 14 00:33:18.841 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-14T00:33:20.451Z[ recovery-image] Dec 14 00:33:18.858 INFO O| Dec 14 00:33:18.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75612024-12-14T00:33:20.451Z[ recovery-image] Dec 14 00:33:18.858 INFO O| Dec 14 00:33:18.858 INFO STEP 1067 (remove_files) COMPLETE
75622024-12-14T00:33:20.451Z[ recovery-image] Dec 14 00:33:18.858 INFO O| Dec 14 00:33:18.858 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-14T00:33:20.486Z[ recovery-image] Dec 14 00:33:18.893 INFO O| Dec 14 00:33:18.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75642024-12-14T00:33:20.489Z[ recovery-image] Dec 14 00:33:18.894 INFO O| Dec 14 00:33:18.894 INFO STEP 1068 (remove_files) COMPLETE
75652024-12-14T00:33:20.489Z[ recovery-image] Dec 14 00:33:18.894 INFO O| Dec 14 00:33:18.894 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-14T00:33:20.505Z[ recovery-image] Dec 14 00:33:18.913 INFO O| Dec 14 00:33:18.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75672024-12-14T00:33:20.505Z[ recovery-image] Dec 14 00:33:18.913 INFO O| Dec 14 00:33:18.913 INFO STEP 1069 (remove_files) COMPLETE
75682024-12-14T00:33:20.505Z[ recovery-image] Dec 14 00:33:18.913 INFO O| Dec 14 00:33:18.913 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-14T00:33:20.563Z[ recovery-image] Dec 14 00:33:18.971 INFO O| Dec 14 00:33:18.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75702024-12-14T00:33:20.563Z[ recovery-image] Dec 14 00:33:18.971 INFO O| Dec 14 00:33:18.971 INFO STEP 1070 (remove_files) COMPLETE
75712024-12-14T00:33:20.567Z[ recovery-image] Dec 14 00:33:18.971 INFO O| Dec 14 00:33:18.971 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-14T00:33:20.666Z[ recovery-image] Dec 14 00:33:19.073 INFO O| Dec 14 00:33:19.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75732024-12-14T00:33:20.667Z[ recovery-image] Dec 14 00:33:19.073 INFO O| Dec 14 00:33:19.073 INFO STEP 1071 (remove_files) COMPLETE
75742024-12-14T00:33:20.667Z[ recovery-image] Dec 14 00:33:19.073 INFO O| Dec 14 00:33:19.073 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-14T00:33:20.722Z[ recovery-image] Dec 14 00:33:19.129 INFO O| Dec 14 00:33:19.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75762024-12-14T00:33:20.722Z[ recovery-image] Dec 14 00:33:19.129 INFO O| Dec 14 00:33:19.129 INFO STEP 1072 (remove_files) COMPLETE
75772024-12-14T00:33:20.722Z[ recovery-image] Dec 14 00:33:19.129 INFO O| Dec 14 00:33:19.129 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-14T00:33:20.740Z[ recovery-image] Dec 14 00:33:19.148 INFO O| Dec 14 00:33:19.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75792024-12-14T00:33:20.740Z[ recovery-image] Dec 14 00:33:19.148 INFO O| Dec 14 00:33:19.148 INFO STEP 1073 (remove_files) COMPLETE
75802024-12-14T00:33:20.740Z[ recovery-image] Dec 14 00:33:19.148 INFO O| Dec 14 00:33:19.148 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-14T00:33:20.772Z[ recovery-image] Dec 14 00:33:19.180 INFO O| Dec 14 00:33:19.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75822024-12-14T00:33:20.772Z[ recovery-image] Dec 14 00:33:19.180 INFO O| Dec 14 00:33:19.180 INFO STEP 1074 (remove_files) COMPLETE
75832024-12-14T00:33:20.772Z[ recovery-image] Dec 14 00:33:19.180 INFO O| Dec 14 00:33:19.180 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-14T00:33:20.798Z[ recovery-image] Dec 14 00:33:19.205 INFO O| Dec 14 00:33:19.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75852024-12-14T00:33:20.802Z[ recovery-image] Dec 14 00:33:19.205 INFO O| Dec 14 00:33:19.205 INFO STEP 1075 (remove_files) COMPLETE
75862024-12-14T00:33:20.802Z[ recovery-image] Dec 14 00:33:19.205 INFO O| Dec 14 00:33:19.205 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-14T00:33:20.808Z[ host-image] Dec 14 00:33:19.215 INFO O| Dec 14 00:33:19.215 INFO O| Done
75882024-12-14T00:33:20.823Z[ recovery-image] Dec 14 00:33:19.225 INFO O| Dec 14 00:33:19.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75892024-12-14T00:33:20.823Z[ recovery-image] Dec 14 00:33:19.225 INFO O| Dec 14 00:33:19.225 INFO STEP 1076 (remove_files) COMPLETE
75902024-12-14T00:33:20.823Z[ recovery-image] Dec 14 00:33:19.225 INFO O| Dec 14 00:33:19.225 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-12-14T00:33:20.837Z[ recovery-image] Dec 14 00:33:19.245 INFO O| Dec 14 00:33:19.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75922024-12-14T00:33:20.842Z[ recovery-image] Dec 14 00:33:19.245 INFO O| Dec 14 00:33:19.245 INFO STEP 1077 (remove_files) COMPLETE
75932024-12-14T00:33:20.842Z[ recovery-image] Dec 14 00:33:19.245 INFO O| Dec 14 00:33:19.245 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-12-14T00:33:20.857Z[ recovery-image] Dec 14 00:33:19.264 INFO O| Dec 14 00:33:19.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75952024-12-14T00:33:20.858Z[ recovery-image] Dec 14 00:33:19.264 INFO O| Dec 14 00:33:19.264 INFO STEP 1078 (remove_files) COMPLETE
75962024-12-14T00:33:20.861Z[ recovery-image] Dec 14 00:33:19.265 INFO O| Dec 14 00:33:19.264 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-12-14T00:33:20.877Z[ recovery-image] Dec 14 00:33:19.283 INFO O| Dec 14 00:33:19.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75982024-12-14T00:33:20.878Z[ recovery-image] Dec 14 00:33:19.283 INFO O| Dec 14 00:33:19.283 INFO STEP 1079 (remove_files) COMPLETE
75992024-12-14T00:33:20.878Z[ recovery-image] Dec 14 00:33:19.283 INFO O| Dec 14 00:33:19.283 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-12-14T00:33:20.897Z[ recovery-image] Dec 14 00:33:19.304 INFO O| Dec 14 00:33:19.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76012024-12-14T00:33:20.897Z[ recovery-image] Dec 14 00:33:19.304 INFO O| Dec 14 00:33:19.303 INFO STEP 1080 (remove_files) COMPLETE
76022024-12-14T00:33:20.897Z[ recovery-image] Dec 14 00:33:19.304 INFO O| Dec 14 00:33:19.303 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-12-14T00:33:20.934Z[ recovery-image] Dec 14 00:33:19.342 INFO O| Dec 14 00:33:19.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76042024-12-14T00:33:20.937Z[ recovery-image] Dec 14 00:33:19.342 INFO O| Dec 14 00:33:19.342 INFO STEP 1081 (remove_files) COMPLETE
76052024-12-14T00:33:20.937Z[ recovery-image] Dec 14 00:33:19.342 INFO O| Dec 14 00:33:19.342 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-12-14T00:33:20.955Z[ recovery-image] Dec 14 00:33:19.362 INFO O| Dec 14 00:33:19.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76072024-12-14T00:33:20.958Z[ recovery-image] Dec 14 00:33:19.363 INFO O| Dec 14 00:33:19.363 INFO STEP 1082 (remove_files) COMPLETE
76082024-12-14T00:33:20.958Z[ recovery-image] Dec 14 00:33:19.363 INFO O| Dec 14 00:33:19.363 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-12-14T00:33:20.976Z[ recovery-image] Dec 14 00:33:19.383 INFO O| Dec 14 00:33:19.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76102024-12-14T00:33:20.977Z[ recovery-image] Dec 14 00:33:19.384 INFO O| Dec 14 00:33:19.383 INFO STEP 1083 (remove_files) COMPLETE
76112024-12-14T00:33:20.979Z[ recovery-image] Dec 14 00:33:19.384 INFO O| Dec 14 00:33:19.384 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-12-14T00:33:20.998Z[ recovery-image] Dec 14 00:33:19.405 INFO O| Dec 14 00:33:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76132024-12-14T00:33:20.998Z[ recovery-image] Dec 14 00:33:19.405 INFO O| Dec 14 00:33:19.405 INFO STEP 1084 (remove_files) COMPLETE
76142024-12-14T00:33:20.998Z[ recovery-image] Dec 14 00:33:19.405 INFO O| Dec 14 00:33:19.405 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-12-14T00:33:21.019Z[ recovery-image] Dec 14 00:33:19.426 INFO O| Dec 14 00:33:19.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76162024-12-14T00:33:21.019Z[ recovery-image] Dec 14 00:33:19.427 INFO O| Dec 14 00:33:19.426 INFO STEP 1085 (remove_files) COMPLETE
76172024-12-14T00:33:21.019Z[ recovery-image] Dec 14 00:33:19.427 INFO O| Dec 14 00:33:19.427 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-12-14T00:33:21.041Z[ recovery-image] Dec 14 00:33:19.448 INFO O| Dec 14 00:33:19.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76192024-12-14T00:33:21.041Z[ recovery-image] Dec 14 00:33:19.448 INFO O| Dec 14 00:33:19.448 INFO STEP 1086 (remove_files) COMPLETE
76202024-12-14T00:33:21.041Z[ recovery-image] Dec 14 00:33:19.448 INFO O| Dec 14 00:33:19.448 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-12-14T00:33:21.063Z[ recovery-image] Dec 14 00:33:19.470 INFO O| Dec 14 00:33:19.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76222024-12-14T00:33:21.087Z[ recovery-image] Dec 14 00:33:19.494 INFO O| Dec 14 00:33:19.494 INFO STEP 1087 (remove_files) COMPLETE
76232024-12-14T00:33:21.090Z[ recovery-image] Dec 14 00:33:19.494 INFO O| Dec 14 00:33:19.494 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-12-14T00:33:21.108Z[ recovery-image] Dec 14 00:33:19.515 INFO O| Dec 14 00:33:19.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76252024-12-14T00:33:21.111Z[ recovery-image] Dec 14 00:33:19.516 INFO O| Dec 14 00:33:19.516 INFO STEP 1088 (remove_files) COMPLETE
76262024-12-14T00:33:21.111Z[ recovery-image] Dec 14 00:33:19.516 INFO O| Dec 14 00:33:19.516 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-12-14T00:33:21.128Z[ recovery-image] Dec 14 00:33:19.536 INFO O| Dec 14 00:33:19.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76282024-12-14T00:33:21.128Z[ recovery-image] Dec 14 00:33:19.536 INFO O| Dec 14 00:33:19.536 INFO STEP 1089 (remove_files) COMPLETE
76292024-12-14T00:33:21.128Z[ recovery-image] Dec 14 00:33:19.536 INFO O| Dec 14 00:33:19.536 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-12-14T00:33:21.148Z[ recovery-image] Dec 14 00:33:19.555 INFO O| Dec 14 00:33:19.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76312024-12-14T00:33:21.151Z[ recovery-image] Dec 14 00:33:19.556 INFO O| Dec 14 00:33:19.555 INFO STEP 1090 (remove_files) COMPLETE
76322024-12-14T00:33:21.151Z[ recovery-image] Dec 14 00:33:19.556 INFO O| Dec 14 00:33:19.556 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-12-14T00:33:21.167Z[ recovery-image] Dec 14 00:33:19.574 INFO O| Dec 14 00:33:19.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76342024-12-14T00:33:21.169Z[ recovery-image] Dec 14 00:33:19.574 INFO O| Dec 14 00:33:19.574 INFO STEP 1091 (remove_files) COMPLETE
76352024-12-14T00:33:21.170Z[ recovery-image] Dec 14 00:33:19.575 INFO O| Dec 14 00:33:19.574 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-12-14T00:33:21.208Z[ recovery-image] Dec 14 00:33:19.611 INFO O| Dec 14 00:33:19.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76372024-12-14T00:33:21.208Z[ recovery-image] Dec 14 00:33:19.611 INFO O| Dec 14 00:33:19.611 INFO STEP 1092 (remove_files) COMPLETE
76382024-12-14T00:33:21.211Z[ recovery-image] Dec 14 00:33:19.611 INFO O| Dec 14 00:33:19.611 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-12-14T00:33:21.224Z[ recovery-image] Dec 14 00:33:19.632 INFO O| Dec 14 00:33:19.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76402024-12-14T00:33:21.225Z[ recovery-image] Dec 14 00:33:19.632 INFO O| Dec 14 00:33:19.632 INFO STEP 1093 (remove_files) COMPLETE
76412024-12-14T00:33:21.225Z[ recovery-image] Dec 14 00:33:19.632 INFO O| Dec 14 00:33:19.632 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-12-14T00:33:21.254Z[ recovery-image] Dec 14 00:33:19.659 INFO O| Dec 14 00:33:19.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76432024-12-14T00:33:21.254Z[ recovery-image] Dec 14 00:33:19.659 INFO O| Dec 14 00:33:19.659 INFO STEP 1094 (remove_files) COMPLETE
76442024-12-14T00:33:21.254Z[ recovery-image] Dec 14 00:33:19.659 INFO O| Dec 14 00:33:19.659 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-12-14T00:33:21.300Z[ recovery-image] Dec 14 00:33:19.707 INFO O| Dec 14 00:33:19.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76462024-12-14T00:33:21.300Z[ recovery-image] Dec 14 00:33:19.707 INFO O| Dec 14 00:33:19.707 INFO STEP 1095 (remove_files) COMPLETE
76472024-12-14T00:33:21.300Z[ recovery-image] Dec 14 00:33:19.707 INFO O| Dec 14 00:33:19.707 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-14T00:33:21.358Z[ recovery-image] Dec 14 00:33:19.765 INFO O| Dec 14 00:33:19.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76492024-12-14T00:33:21.358Z[ recovery-image] Dec 14 00:33:19.765 INFO O| Dec 14 00:33:19.765 INFO STEP 1096 (remove_files) COMPLETE
76502024-12-14T00:33:21.358Z[ recovery-image] Dec 14 00:33:19.765 INFO O| Dec 14 00:33:19.765 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-14T00:33:21.379Z[ recovery-image] Dec 14 00:33:19.787 INFO O| Dec 14 00:33:19.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76522024-12-14T00:33:21.379Z[ recovery-image] Dec 14 00:33:19.787 INFO O| Dec 14 00:33:19.787 INFO STEP 1097 (remove_files) COMPLETE
76532024-12-14T00:33:21.382Z[ recovery-image] Dec 14 00:33:19.787 INFO O| Dec 14 00:33:19.787 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-12-14T00:33:21.400Z[ recovery-image] Dec 14 00:33:19.807 INFO O| Dec 14 00:33:19.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76552024-12-14T00:33:21.400Z[ recovery-image] Dec 14 00:33:19.807 INFO O| Dec 14 00:33:19.807 INFO STEP 1098 (remove_files) COMPLETE
76562024-12-14T00:33:21.400Z[ recovery-image] Dec 14 00:33:19.807 INFO O| Dec 14 00:33:19.807 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-12-14T00:33:21.441Z[ recovery-image] Dec 14 00:33:19.849 INFO O| Dec 14 00:33:19.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76582024-12-14T00:33:21.441Z[ recovery-image] Dec 14 00:33:19.849 INFO O| Dec 14 00:33:19.849 INFO STEP 1099 (remove_files) COMPLETE
76592024-12-14T00:33:21.444Z[ recovery-image] Dec 14 00:33:19.849 INFO O| Dec 14 00:33:19.849 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-12-14T00:33:21.464Z[ recovery-image] Dec 14 00:33:19.871 INFO O| Dec 14 00:33:19.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76612024-12-14T00:33:21.464Z[ recovery-image] Dec 14 00:33:19.871 INFO O| Dec 14 00:33:19.871 INFO STEP 1100 (remove_files) COMPLETE
76622024-12-14T00:33:21.464Z[ recovery-image] Dec 14 00:33:19.871 INFO O| Dec 14 00:33:19.871 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-12-14T00:33:21.483Z[ recovery-image] Dec 14 00:33:19.890 INFO O| Dec 14 00:33:19.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76642024-12-14T00:33:21.483Z[ recovery-image] Dec 14 00:33:19.890 INFO O| Dec 14 00:33:19.890 INFO STEP 1101 (remove_files) COMPLETE
76652024-12-14T00:33:21.483Z[ recovery-image] Dec 14 00:33:19.891 INFO O| Dec 14 00:33:19.890 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-12-14T00:33:21.528Z[ recovery-image] Dec 14 00:33:19.935 INFO O| Dec 14 00:33:19.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76672024-12-14T00:33:21.528Z[ recovery-image] Dec 14 00:33:19.935 INFO O| Dec 14 00:33:19.935 INFO STEP 1102 (remove_files) COMPLETE
76682024-12-14T00:33:21.528Z[ recovery-image] Dec 14 00:33:19.935 INFO O| Dec 14 00:33:19.935 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-12-14T00:33:21.554Z[ recovery-image] Dec 14 00:33:19.960 INFO O| Dec 14 00:33:19.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76702024-12-14T00:33:21.558Z[ recovery-image] Dec 14 00:33:19.960 INFO O| Dec 14 00:33:19.960 INFO STEP 1103 (remove_files) COMPLETE
76712024-12-14T00:33:21.558Z[ recovery-image] Dec 14 00:33:19.960 INFO O| Dec 14 00:33:19.960 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-12-14T00:33:21.575Z[ recovery-image] Dec 14 00:33:19.981 INFO O| Dec 14 00:33:19.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76732024-12-14T00:33:21.575Z[ recovery-image] Dec 14 00:33:19.981 INFO O| Dec 14 00:33:19.981 INFO STEP 1104 (remove_files) COMPLETE
76742024-12-14T00:33:21.577Z[ recovery-image] Dec 14 00:33:19.981 INFO O| Dec 14 00:33:19.981 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-12-14T00:33:21.594Z[ recovery-image] Dec 14 00:33:20.001 INFO O| Dec 14 00:33:20.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76762024-12-14T00:33:21.594Z[ recovery-image] Dec 14 00:33:20.001 INFO O| Dec 14 00:33:20.001 INFO STEP 1105 (remove_files) COMPLETE
76772024-12-14T00:33:21.594Z[ recovery-image] Dec 14 00:33:20.001 INFO O| Dec 14 00:33:20.001 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-12-14T00:33:21.630Z[ recovery-image] Dec 14 00:33:20.038 INFO O| Dec 14 00:33:20.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76792024-12-14T00:33:21.630Z[ recovery-image] Dec 14 00:33:20.038 INFO O| Dec 14 00:33:20.038 INFO STEP 1106 (remove_files) COMPLETE
76802024-12-14T00:33:21.630Z[ recovery-image] Dec 14 00:33:20.038 INFO O| Dec 14 00:33:20.038 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-12-14T00:33:21.649Z[ recovery-image] Dec 14 00:33:20.057 INFO O| Dec 14 00:33:20.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76822024-12-14T00:33:21.650Z[ recovery-image] Dec 14 00:33:20.057 INFO O| Dec 14 00:33:20.057 INFO STEP 1107 (remove_files) COMPLETE
76832024-12-14T00:33:21.650Z[ recovery-image] Dec 14 00:33:20.057 INFO O| Dec 14 00:33:20.057 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-12-14T00:33:21.668Z[ recovery-image] Dec 14 00:33:20.075 INFO O| Dec 14 00:33:20.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76852024-12-14T00:33:21.668Z[ recovery-image] Dec 14 00:33:20.075 INFO O| Dec 14 00:33:20.075 INFO STEP 1108 (remove_files) COMPLETE
76862024-12-14T00:33:21.668Z[ recovery-image] Dec 14 00:33:20.075 INFO O| Dec 14 00:33:20.075 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-12-14T00:33:21.685Z[ recovery-image] Dec 14 00:33:20.093 INFO O| Dec 14 00:33:20.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76882024-12-14T00:33:21.685Z[ recovery-image] Dec 14 00:33:20.093 INFO O| Dec 14 00:33:20.093 INFO STEP 1109 (remove_files) COMPLETE
76892024-12-14T00:33:21.685Z[ recovery-image] Dec 14 00:33:20.093 INFO O| Dec 14 00:33:20.093 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-12-14T00:33:21.703Z[ recovery-image] Dec 14 00:33:20.111 INFO O| Dec 14 00:33:20.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76912024-12-14T00:33:21.703Z[ recovery-image] Dec 14 00:33:20.111 INFO O| Dec 14 00:33:20.111 INFO STEP 1110 (remove_files) COMPLETE
76922024-12-14T00:33:21.703Z[ recovery-image] Dec 14 00:33:20.111 INFO O| Dec 14 00:33:20.111 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-12-14T00:33:21.734Z[ recovery-image] Dec 14 00:33:20.141 INFO O| Dec 14 00:33:20.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76942024-12-14T00:33:21.734Z[ recovery-image] Dec 14 00:33:20.141 INFO O| Dec 14 00:33:20.141 INFO STEP 1111 (remove_files) COMPLETE
76952024-12-14T00:33:21.734Z[ recovery-image] Dec 14 00:33:20.141 INFO O| Dec 14 00:33:20.141 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-12-14T00:33:21.765Z[ recovery-image] Dec 14 00:33:20.172 INFO O| Dec 14 00:33:20.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76972024-12-14T00:33:21.765Z[ recovery-image] Dec 14 00:33:20.172 INFO O| Dec 14 00:33:20.172 INFO STEP 1112 (remove_files) COMPLETE
76982024-12-14T00:33:21.765Z[ recovery-image] Dec 14 00:33:20.172 INFO O| Dec 14 00:33:20.172 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-12-14T00:33:21.806Z[ recovery-image] Dec 14 00:33:20.212 INFO O| Dec 14 00:33:20.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77002024-12-14T00:33:21.806Z[ recovery-image] Dec 14 00:33:20.212 INFO O| Dec 14 00:33:20.212 INFO STEP 1113 (remove_files) COMPLETE
77012024-12-14T00:33:21.806Z[ recovery-image] Dec 14 00:33:20.213 INFO O| Dec 14 00:33:20.212 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-12-14T00:33:21.882Z[ recovery-image] Dec 14 00:33:20.289 INFO O| Dec 14 00:33:20.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77032024-12-14T00:33:21.882Z[ recovery-image] Dec 14 00:33:20.289 INFO O| Dec 14 00:33:20.289 INFO STEP 1114 (remove_files) COMPLETE
77042024-12-14T00:33:21.882Z[ recovery-image] Dec 14 00:33:20.289 INFO O| Dec 14 00:33:20.289 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-12-14T00:33:21.900Z[ recovery-image] Dec 14 00:33:20.307 INFO O| Dec 14 00:33:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77062024-12-14T00:33:21.900Z[ recovery-image] Dec 14 00:33:20.307 INFO O| Dec 14 00:33:20.307 INFO STEP 1115 (remove_files) COMPLETE
77072024-12-14T00:33:21.900Z[ recovery-image] Dec 14 00:33:20.307 INFO O| Dec 14 00:33:20.307 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-14T00:33:21.976Z[ recovery-image] Dec 14 00:33:20.384 INFO O| Dec 14 00:33:20.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77092024-12-14T00:33:21.976Z[ recovery-image] Dec 14 00:33:20.384 INFO O| Dec 14 00:33:20.384 INFO STEP 1116 (remove_files) COMPLETE
77102024-12-14T00:33:21.976Z[ recovery-image] Dec 14 00:33:20.384 INFO O| Dec 14 00:33:20.384 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-14T00:33:22.068Z[ recovery-image] Dec 14 00:33:20.476 INFO O| Dec 14 00:33:20.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77122024-12-14T00:33:22.070Z[ recovery-image] Dec 14 00:33:20.476 INFO O| Dec 14 00:33:20.476 INFO STEP 1117 (remove_files) COMPLETE
77132024-12-14T00:33:22.073Z[ recovery-image] Dec 14 00:33:20.476 INFO O| Dec 14 00:33:20.476 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-14T00:33:22.089Z[ recovery-image] Dec 14 00:33:20.494 INFO O| Dec 14 00:33:20.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77152024-12-14T00:33:22.089Z[ recovery-image] Dec 14 00:33:20.494 INFO O| Dec 14 00:33:20.494 INFO STEP 1118 (remove_files) COMPLETE
77162024-12-14T00:33:22.092Z[ recovery-image] Dec 14 00:33:20.494 INFO O| Dec 14 00:33:20.494 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-14T00:33:22.105Z[ recovery-image] Dec 14 00:33:20.512 INFO O| Dec 14 00:33:20.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77182024-12-14T00:33:22.105Z[ recovery-image] Dec 14 00:33:20.512 INFO O| Dec 14 00:33:20.512 INFO STEP 1119 (remove_files) COMPLETE
77192024-12-14T00:33:22.105Z[ recovery-image] Dec 14 00:33:20.513 INFO O| Dec 14 00:33:20.512 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-14T00:33:22.164Z[ recovery-image] Dec 14 00:33:20.571 INFO O| Dec 14 00:33:20.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77212024-12-14T00:33:22.164Z[ recovery-image] Dec 14 00:33:20.571 INFO O| Dec 14 00:33:20.571 INFO STEP 1120 (remove_files) COMPLETE
77222024-12-14T00:33:22.166Z[ recovery-image] Dec 14 00:33:20.571 INFO O| Dec 14 00:33:20.571 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-12-14T00:33:22.185Z[ recovery-image] Dec 14 00:33:20.593 INFO O| Dec 14 00:33:20.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77242024-12-14T00:33:22.188Z[ recovery-image] Dec 14 00:33:20.593 INFO O| Dec 14 00:33:20.593 INFO STEP 1121 (remove_files) COMPLETE
77252024-12-14T00:33:22.189Z[ recovery-image] Dec 14 00:33:20.593 INFO O| Dec 14 00:33:20.593 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-12-14T00:33:22.216Z[ recovery-image] Dec 14 00:33:20.624 INFO O| Dec 14 00:33:20.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77272024-12-14T00:33:22.217Z[ recovery-image] Dec 14 00:33:20.624 INFO O| Dec 14 00:33:20.614 INFO STEP 1122 (remove_files) COMPLETE
77282024-12-14T00:33:22.219Z[ recovery-image] Dec 14 00:33:20.624 INFO O| Dec 14 00:33:20.614 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-12-14T00:33:22.228Z[ recovery-image] Dec 14 00:33:20.635 INFO O| Dec 14 00:33:20.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77302024-12-14T00:33:22.231Z[ recovery-image] Dec 14 00:33:20.635 INFO O| Dec 14 00:33:20.635 INFO STEP 1123 (remove_files) COMPLETE
77312024-12-14T00:33:22.231Z[ recovery-image] Dec 14 00:33:20.635 INFO O| Dec 14 00:33:20.635 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-12-14T00:33:22.250Z[ recovery-image] Dec 14 00:33:20.657 INFO O| Dec 14 00:33:20.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77332024-12-14T00:33:22.253Z[ recovery-image] Dec 14 00:33:20.657 INFO O| Dec 14 00:33:20.657 INFO STEP 1124 (remove_files) COMPLETE
77342024-12-14T00:33:22.253Z[ recovery-image] Dec 14 00:33:20.658 INFO O| Dec 14 00:33:20.658 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-12-14T00:33:22.376Z[ recovery-image] Dec 14 00:33:20.782 INFO O| Dec 14 00:33:20.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77362024-12-14T00:33:22.376Z[ recovery-image] Dec 14 00:33:20.782 INFO O| Dec 14 00:33:20.782 INFO STEP 1125 (remove_files) COMPLETE
77372024-12-14T00:33:22.378Z[ recovery-image] Dec 14 00:33:20.783 INFO O| Dec 14 00:33:20.782 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-12-14T00:33:22.406Z[ recovery-image] Dec 14 00:33:20.813 INFO O| Dec 14 00:33:20.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77392024-12-14T00:33:22.410Z[ recovery-image] Dec 14 00:33:20.813 INFO O| Dec 14 00:33:20.813 INFO STEP 1126 (remove_files) COMPLETE
77402024-12-14T00:33:22.410Z[ recovery-image] Dec 14 00:33:20.814 INFO O| Dec 14 00:33:20.813 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-12-14T00:33:22.425Z[ recovery-image] Dec 14 00:33:20.832 INFO O| Dec 14 00:33:20.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77422024-12-14T00:33:22.428Z[ recovery-image] Dec 14 00:33:20.833 INFO O| Dec 14 00:33:20.833 INFO STEP 1127 (remove_files) COMPLETE
77432024-12-14T00:33:22.428Z[ recovery-image] Dec 14 00:33:20.833 INFO O| Dec 14 00:33:20.833 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-12-14T00:33:22.455Z[ recovery-image] Dec 14 00:33:20.862 INFO O| Dec 14 00:33:20.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77452024-12-14T00:33:22.458Z[ recovery-image] Dec 14 00:33:20.862 INFO O| Dec 14 00:33:20.862 INFO STEP 1128 (remove_files) COMPLETE
77462024-12-14T00:33:22.459Z[ recovery-image] Dec 14 00:33:20.863 INFO O| Dec 14 00:33:20.863 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-12-14T00:33:22.478Z[ recovery-image] Dec 14 00:33:20.885 INFO O| Dec 14 00:33:20.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77482024-12-14T00:33:22.481Z[ recovery-image] Dec 14 00:33:20.885 INFO O| Dec 14 00:33:20.885 INFO STEP 1129 (remove_files) COMPLETE
77492024-12-14T00:33:22.481Z[ recovery-image] Dec 14 00:33:20.885 INFO O| Dec 14 00:33:20.885 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-12-14T00:33:22.505Z[ recovery-image] Dec 14 00:33:20.912 INFO O| Dec 14 00:33:20.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77512024-12-14T00:33:22.505Z[ recovery-image] Dec 14 00:33:20.912 INFO O| Dec 14 00:33:20.912 INFO STEP 1130 (remove_files) COMPLETE
77522024-12-14T00:33:22.508Z[ recovery-image] Dec 14 00:33:20.912 INFO O| Dec 14 00:33:20.912 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-12-14T00:33:22.546Z[ recovery-image] Dec 14 00:33:20.953 INFO O| Dec 14 00:33:20.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77542024-12-14T00:33:22.546Z[ recovery-image] Dec 14 00:33:20.953 INFO O| Dec 14 00:33:20.953 INFO STEP 1131 (remove_files) COMPLETE
77552024-12-14T00:33:22.549Z[ recovery-image] Dec 14 00:33:20.953 INFO O| Dec 14 00:33:20.953 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-12-14T00:33:22.570Z[ recovery-image] Dec 14 00:33:20.977 INFO O| Dec 14 00:33:20.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77572024-12-14T00:33:22.570Z[ recovery-image] Dec 14 00:33:20.977 INFO O| Dec 14 00:33:20.977 INFO STEP 1132 (remove_files) COMPLETE
77582024-12-14T00:33:22.570Z[ recovery-image] Dec 14 00:33:20.977 INFO O| Dec 14 00:33:20.977 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-12-14T00:33:22.598Z[ recovery-image] Dec 14 00:33:21.005 INFO O| Dec 14 00:33:21.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77602024-12-14T00:33:22.598Z[ recovery-image] Dec 14 00:33:21.005 INFO O| Dec 14 00:33:21.005 INFO STEP 1133 (remove_files) COMPLETE
77612024-12-14T00:33:22.601Z[ recovery-image] Dec 14 00:33:21.006 INFO O| Dec 14 00:33:21.005 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-12-14T00:33:22.622Z[ recovery-image] Dec 14 00:33:21.029 INFO O| Dec 14 00:33:21.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77632024-12-14T00:33:22.622Z[ recovery-image] Dec 14 00:33:21.029 INFO O| Dec 14 00:33:21.029 INFO STEP 1134 (remove_files) COMPLETE
77642024-12-14T00:33:22.622Z[ recovery-image] Dec 14 00:33:21.029 INFO O| Dec 14 00:33:21.029 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-12-14T00:33:22.647Z[ recovery-image] Dec 14 00:33:21.054 INFO O| Dec 14 00:33:21.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77662024-12-14T00:33:22.647Z[ recovery-image] Dec 14 00:33:21.054 INFO O| Dec 14 00:33:21.054 INFO STEP 1135 (remove_files) COMPLETE
77672024-12-14T00:33:22.647Z[ recovery-image] Dec 14 00:33:21.054 INFO O| Dec 14 00:33:21.054 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-12-14T00:33:22.668Z[ recovery-image] Dec 14 00:33:21.075 INFO O| Dec 14 00:33:21.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77692024-12-14T00:33:22.668Z[ recovery-image] Dec 14 00:33:21.075 INFO O| Dec 14 00:33:21.075 INFO STEP 1136 (remove_files) COMPLETE
77702024-12-14T00:33:22.668Z[ recovery-image] Dec 14 00:33:21.076 INFO O| Dec 14 00:33:21.075 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-12-14T00:33:22.689Z[ recovery-image] Dec 14 00:33:21.096 INFO O| Dec 14 00:33:21.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77722024-12-14T00:33:22.689Z[ recovery-image] Dec 14 00:33:21.096 INFO O| Dec 14 00:33:21.096 INFO STEP 1137 (remove_files) COMPLETE
77732024-12-14T00:33:22.692Z[ recovery-image] Dec 14 00:33:21.096 INFO O| Dec 14 00:33:21.096 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-12-14T00:33:22.709Z[ recovery-image] Dec 14 00:33:21.116 INFO O| Dec 14 00:33:21.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77752024-12-14T00:33:22.709Z[ recovery-image] Dec 14 00:33:21.116 INFO O| Dec 14 00:33:21.116 INFO STEP 1138 (remove_files) COMPLETE
77762024-12-14T00:33:22.716Z[ recovery-image] Dec 14 00:33:21.116 INFO O| Dec 14 00:33:21.116 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-12-14T00:33:22.730Z[ recovery-image] Dec 14 00:33:21.137 INFO O| Dec 14 00:33:21.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77782024-12-14T00:33:22.730Z[ recovery-image] Dec 14 00:33:21.137 INFO O| Dec 14 00:33:21.137 INFO STEP 1139 (remove_files) COMPLETE
77792024-12-14T00:33:22.730Z[ recovery-image] Dec 14 00:33:21.137 INFO O| Dec 14 00:33:21.137 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-12-14T00:33:22.756Z[ recovery-image] Dec 14 00:33:21.163 INFO O| Dec 14 00:33:21.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77812024-12-14T00:33:22.756Z[ recovery-image] Dec 14 00:33:21.163 INFO O| Dec 14 00:33:21.163 INFO STEP 1140 (remove_files) COMPLETE
77822024-12-14T00:33:22.756Z[ recovery-image] Dec 14 00:33:21.163 INFO O| Dec 14 00:33:21.163 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-12-14T00:33:22.947Z[ recovery-image] Dec 14 00:33:21.354 INFO O| Dec 14 00:33:21.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77842024-12-14T00:33:22.947Z[ recovery-image] Dec 14 00:33:21.354 INFO O| Dec 14 00:33:21.354 INFO STEP 1141 (remove_files) COMPLETE
77852024-12-14T00:33:22.947Z[ recovery-image] Dec 14 00:33:21.354 INFO O| Dec 14 00:33:21.354 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-12-14T00:33:23.011Z[ recovery-image] Dec 14 00:33:21.418 INFO O| Dec 14 00:33:21.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77872024-12-14T00:33:23.011Z[ recovery-image] Dec 14 00:33:21.418 INFO O| Dec 14 00:33:21.418 INFO STEP 1142 (remove_files) COMPLETE
77882024-12-14T00:33:23.011Z[ recovery-image] Dec 14 00:33:21.418 INFO O| Dec 14 00:33:21.418 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-12-14T00:33:23.030Z[ recovery-image] Dec 14 00:33:21.437 INFO O| Dec 14 00:33:21.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77902024-12-14T00:33:23.030Z[ recovery-image] Dec 14 00:33:21.438 INFO O| Dec 14 00:33:21.437 INFO STEP 1143 (remove_files) COMPLETE
77912024-12-14T00:33:23.033Z[ recovery-image] Dec 14 00:33:21.438 INFO O| Dec 14 00:33:21.437 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-12-14T00:33:23.048Z[ recovery-image] Dec 14 00:33:21.455 INFO O| Dec 14 00:33:21.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77932024-12-14T00:33:23.048Z[ recovery-image] Dec 14 00:33:21.455 INFO O| Dec 14 00:33:21.455 INFO STEP 1144 (remove_files) COMPLETE
77942024-12-14T00:33:23.050Z[ recovery-image] Dec 14 00:33:21.455 INFO O| Dec 14 00:33:21.455 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-12-14T00:33:23.071Z[ recovery-image] Dec 14 00:33:21.478 INFO O| Dec 14 00:33:21.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77962024-12-14T00:33:23.071Z[ recovery-image] Dec 14 00:33:21.478 INFO O| Dec 14 00:33:21.478 INFO STEP 1145 (remove_files) COMPLETE
77972024-12-14T00:33:23.074Z[ recovery-image] Dec 14 00:33:21.478 INFO O| Dec 14 00:33:21.478 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-12-14T00:33:23.131Z[ recovery-image] Dec 14 00:33:21.538 INFO O| Dec 14 00:33:21.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77992024-12-14T00:33:23.131Z[ recovery-image] Dec 14 00:33:21.538 INFO O| Dec 14 00:33:21.538 INFO STEP 1146 (remove_files) COMPLETE
78002024-12-14T00:33:23.131Z[ recovery-image] Dec 14 00:33:21.538 INFO O| Dec 14 00:33:21.538 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-12-14T00:33:23.168Z[ recovery-image] Dec 14 00:33:21.575 INFO O| Dec 14 00:33:21.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78022024-12-14T00:33:23.168Z[ recovery-image] Dec 14 00:33:21.575 INFO O| Dec 14 00:33:21.575 INFO STEP 1147 (remove_files) COMPLETE
78032024-12-14T00:33:23.171Z[ recovery-image] Dec 14 00:33:21.575 INFO O| Dec 14 00:33:21.575 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-12-14T00:33:23.191Z[ recovery-image] Dec 14 00:33:21.598 INFO O| Dec 14 00:33:21.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78052024-12-14T00:33:23.191Z[ recovery-image] Dec 14 00:33:21.598 INFO O| Dec 14 00:33:21.598 INFO STEP 1148 (remove_files) COMPLETE
78062024-12-14T00:33:23.194Z[ recovery-image] Dec 14 00:33:21.598 INFO O| Dec 14 00:33:21.598 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-12-14T00:33:23.247Z[ recovery-image] Dec 14 00:33:21.654 INFO O| Dec 14 00:33:21.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78082024-12-14T00:33:23.253Z[ recovery-image] Dec 14 00:33:21.654 INFO O| Dec 14 00:33:21.654 INFO STEP 1149 (remove_files) COMPLETE
78092024-12-14T00:33:23.253Z[ recovery-image] Dec 14 00:33:21.654 INFO O| Dec 14 00:33:21.654 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-12-14T00:33:23.265Z[ recovery-image] Dec 14 00:33:21.672 INFO O| Dec 14 00:33:21.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78112024-12-14T00:33:23.268Z[ recovery-image] Dec 14 00:33:21.672 INFO O| Dec 14 00:33:21.672 INFO STEP 1150 (remove_files) COMPLETE
78122024-12-14T00:33:23.268Z[ recovery-image] Dec 14 00:33:21.672 INFO O| Dec 14 00:33:21.672 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-12-14T00:33:23.304Z[ recovery-image] Dec 14 00:33:21.711 INFO O| Dec 14 00:33:21.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78142024-12-14T00:33:23.304Z[ recovery-image] Dec 14 00:33:21.711 INFO O| Dec 14 00:33:21.711 INFO STEP 1151 (remove_files) COMPLETE
78152024-12-14T00:33:23.307Z[ recovery-image] Dec 14 00:33:21.711 INFO O| Dec 14 00:33:21.711 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-12-14T00:33:23.355Z[ recovery-image] Dec 14 00:33:21.761 INFO O| Dec 14 00:33:21.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78172024-12-14T00:33:23.355Z[ recovery-image] Dec 14 00:33:21.761 INFO O| Dec 14 00:33:21.761 INFO STEP 1152 (remove_files) COMPLETE
78182024-12-14T00:33:23.357Z[ recovery-image] Dec 14 00:33:21.762 INFO O| Dec 14 00:33:21.761 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-12-14T00:33:23.376Z[ recovery-image] Dec 14 00:33:21.782 INFO O| Dec 14 00:33:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78202024-12-14T00:33:23.376Z[ recovery-image] Dec 14 00:33:21.782 INFO O| Dec 14 00:33:21.782 INFO STEP 1153 (remove_files) COMPLETE
78212024-12-14T00:33:23.378Z[ recovery-image] Dec 14 00:33:21.782 INFO O| Dec 14 00:33:21.782 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-12-14T00:33:23.396Z[ recovery-image] Dec 14 00:33:21.803 INFO O| Dec 14 00:33:21.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78232024-12-14T00:33:23.396Z[ recovery-image] Dec 14 00:33:21.803 INFO O| Dec 14 00:33:21.803 INFO STEP 1154 (remove_files) COMPLETE
78242024-12-14T00:33:23.396Z[ recovery-image] Dec 14 00:33:21.803 INFO O| Dec 14 00:33:21.803 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-14T00:33:23.417Z[ recovery-image] Dec 14 00:33:21.824 INFO O| Dec 14 00:33:21.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78262024-12-14T00:33:23.417Z[ recovery-image] Dec 14 00:33:21.824 INFO O| Dec 14 00:33:21.824 INFO STEP 1155 (remove_files) COMPLETE
78272024-12-14T00:33:23.417Z[ recovery-image] Dec 14 00:33:21.824 INFO O| Dec 14 00:33:21.824 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-14T00:33:23.492Z[ recovery-image] Dec 14 00:33:21.898 INFO O| Dec 14 00:33:21.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78292024-12-14T00:33:23.492Z[ recovery-image] Dec 14 00:33:21.898 INFO O| Dec 14 00:33:21.898 INFO STEP 1156 (remove_files) COMPLETE
78302024-12-14T00:33:23.492Z[ recovery-image] Dec 14 00:33:21.898 INFO O| Dec 14 00:33:21.898 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-14T00:33:23.511Z[ recovery-image] Dec 14 00:33:21.918 INFO O| Dec 14 00:33:21.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78322024-12-14T00:33:23.511Z[ recovery-image] Dec 14 00:33:21.918 INFO O| Dec 14 00:33:21.918 INFO STEP 1157 (remove_files) COMPLETE
78332024-12-14T00:33:23.511Z[ recovery-image] Dec 14 00:33:21.918 INFO O| Dec 14 00:33:21.918 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-14T00:33:23.569Z[ recovery-image] Dec 14 00:33:21.976 INFO O| Dec 14 00:33:21.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78352024-12-14T00:33:23.569Z[ recovery-image] Dec 14 00:33:21.976 INFO O| Dec 14 00:33:21.976 INFO STEP 1158 (remove_files) COMPLETE
78362024-12-14T00:33:23.569Z[ recovery-image] Dec 14 00:33:21.976 INFO O| Dec 14 00:33:21.976 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-14T00:33:23.590Z[ recovery-image] Dec 14 00:33:21.997 INFO O| Dec 14 00:33:21.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78382024-12-14T00:33:23.590Z[ recovery-image] Dec 14 00:33:21.997 INFO O| Dec 14 00:33:21.997 INFO STEP 1159 (remove_files) COMPLETE
78392024-12-14T00:33:23.590Z[ recovery-image] Dec 14 00:33:21.997 INFO O| Dec 14 00:33:21.997 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-14T00:33:23.615Z[ recovery-image] Dec 14 00:33:22.022 INFO O| Dec 14 00:33:22.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78412024-12-14T00:33:23.618Z[ recovery-image] Dec 14 00:33:22.023 INFO O| Dec 14 00:33:22.022 INFO STEP 1160 (remove_files) COMPLETE
78422024-12-14T00:33:23.619Z[ recovery-image] Dec 14 00:33:22.023 INFO O| Dec 14 00:33:22.022 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-14T00:33:23.634Z[ host-image] Dec 14 00:33:22.041 INFO O| Dec 14 00:33:22.040 INFO O| Done
78442024-12-14T00:33:23.639Z[ recovery-image] Dec 14 00:33:22.046 INFO O| Dec 14 00:33:22.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78452024-12-14T00:33:23.650Z[ recovery-image] Dec 14 00:33:22.046 INFO O| Dec 14 00:33:22.046 INFO STEP 1161 (remove_files) COMPLETE
78462024-12-14T00:33:23.650Z[ recovery-image] Dec 14 00:33:22.046 INFO O| Dec 14 00:33:22.046 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-14T00:33:23.659Z[ recovery-image] Dec 14 00:33:22.066 INFO O| Dec 14 00:33:22.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78482024-12-14T00:33:23.659Z[ recovery-image] Dec 14 00:33:22.066 INFO O| Dec 14 00:33:22.066 INFO STEP 1162 (remove_files) COMPLETE
78492024-12-14T00:33:23.662Z[ recovery-image] Dec 14 00:33:22.066 INFO O| Dec 14 00:33:22.066 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-14T00:33:23.679Z[ recovery-image] Dec 14 00:33:22.086 INFO O| Dec 14 00:33:22.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78512024-12-14T00:33:23.682Z[ recovery-image] Dec 14 00:33:22.086 INFO O| Dec 14 00:33:22.086 INFO STEP 1163 (remove_files) COMPLETE
78522024-12-14T00:33:23.682Z[ recovery-image] Dec 14 00:33:22.087 INFO O| Dec 14 00:33:22.086 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-14T00:33:23.698Z[ recovery-image] Dec 14 00:33:22.105 INFO O| Dec 14 00:33:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78542024-12-14T00:33:23.701Z[ recovery-image] Dec 14 00:33:22.105 INFO O| Dec 14 00:33:22.105 INFO STEP 1164 (remove_files) COMPLETE
78552024-12-14T00:33:23.701Z[ recovery-image] Dec 14 00:33:22.106 INFO O| Dec 14 00:33:22.105 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-14T00:33:23.714Z[ host-image] Dec 14 00:33:22.121 INFO O| Dec 14 00:33:22.120 INFO O| Done
78572024-12-14T00:33:23.714Z[ host-image] Dec 14 00:33:22.121 INFO O| Dec 14 00:33:22.121 INFO O| Done
78582024-12-14T00:33:23.720Z[ recovery-image] Dec 14 00:33:22.127 INFO O| Dec 14 00:33:22.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78592024-12-14T00:33:23.720Z[ recovery-image] Dec 14 00:33:22.127 INFO O| Dec 14 00:33:22.127 INFO STEP 1165 (remove_files) COMPLETE
78602024-12-14T00:33:23.720Z[ recovery-image] Dec 14 00:33:22.127 INFO O| Dec 14 00:33:22.127 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-14T00:33:23.738Z[ recovery-image] Dec 14 00:33:22.145 INFO O| Dec 14 00:33:22.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78622024-12-14T00:33:23.738Z[ recovery-image] Dec 14 00:33:22.145 INFO O| Dec 14 00:33:22.145 INFO STEP 1166 (remove_files) COMPLETE
78632024-12-14T00:33:23.741Z[ recovery-image] Dec 14 00:33:22.145 INFO O| Dec 14 00:33:22.145 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-14T00:33:23.745Z[ host-image] Dec 14 00:33:22.152 INFO O| Dec 14 00:33:22.151 INFO O| Done
78652024-12-14T00:33:23.777Z[ recovery-image] Dec 14 00:33:22.183 INFO O| Dec 14 00:33:22.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78662024-12-14T00:33:23.778Z[ recovery-image] Dec 14 00:33:22.183 INFO O| Dec 14 00:33:22.183 INFO STEP 1167 (remove_files) COMPLETE
78672024-12-14T00:33:23.778Z[ recovery-image] Dec 14 00:33:22.183 INFO O| Dec 14 00:33:22.183 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-14T00:33:23.809Z[ recovery-image] Dec 14 00:33:22.216 INFO O| Dec 14 00:33:22.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78692024-12-14T00:33:23.809Z[ recovery-image] Dec 14 00:33:22.216 INFO O| Dec 14 00:33:22.216 INFO STEP 1168 (remove_files) COMPLETE
78702024-12-14T00:33:23.809Z[ recovery-image] Dec 14 00:33:22.216 INFO O| Dec 14 00:33:22.216 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-14T00:33:23.830Z[ recovery-image] Dec 14 00:33:22.236 INFO O| Dec 14 00:33:22.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78722024-12-14T00:33:23.830Z[ recovery-image] Dec 14 00:33:22.236 INFO O| Dec 14 00:33:22.236 INFO STEP 1169 (remove_files) COMPLETE
78732024-12-14T00:33:23.830Z[ recovery-image] Dec 14 00:33:22.236 INFO O| Dec 14 00:33:22.236 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-14T00:33:23.847Z[ recovery-image] Dec 14 00:33:22.254 INFO O| Dec 14 00:33:22.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78752024-12-14T00:33:23.847Z[ recovery-image] Dec 14 00:33:22.254 INFO O| Dec 14 00:33:22.254 INFO STEP 1170 (remove_files) COMPLETE
78762024-12-14T00:33:23.847Z[ recovery-image] Dec 14 00:33:22.254 INFO O| Dec 14 00:33:22.254 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-14T00:33:23.867Z[ recovery-image] Dec 14 00:33:22.273 INFO O| Dec 14 00:33:22.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78782024-12-14T00:33:23.867Z[ recovery-image] Dec 14 00:33:22.273 INFO O| Dec 14 00:33:22.273 INFO STEP 1171 (remove_files) COMPLETE
78792024-12-14T00:33:23.867Z[ recovery-image] Dec 14 00:33:22.273 INFO O| Dec 14 00:33:22.273 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-14T00:33:23.907Z[ recovery-image] Dec 14 00:33:22.313 INFO O| Dec 14 00:33:22.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78812024-12-14T00:33:23.909Z[ recovery-image] Dec 14 00:33:22.313 INFO O| Dec 14 00:33:22.313 INFO STEP 1172 (remove_files) COMPLETE
78822024-12-14T00:33:23.909Z[ recovery-image] Dec 14 00:33:22.313 INFO O| Dec 14 00:33:22.313 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-14T00:33:23.937Z[ recovery-image] Dec 14 00:33:22.334 INFO O| Dec 14 00:33:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78842024-12-14T00:33:23.937Z[ recovery-image] Dec 14 00:33:22.334 INFO O| Dec 14 00:33:22.334 INFO STEP 1173 (remove_files) COMPLETE
78852024-12-14T00:33:23.937Z[ recovery-image] Dec 14 00:33:22.334 INFO O| Dec 14 00:33:22.334 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-14T00:33:23.939Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 14 (pkg_install) COMPLETE
78872024-12-14T00:33:23.939Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78882024-12-14T00:33:23.939Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO skip step because feature "mfg" is not enabled
78892024-12-14T00:33:23.939Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78902024-12-14T00:33:23.942Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO skip step because feature "compliance" is not enabled
78912024-12-14T00:33:23.942Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78922024-12-14T00:33:23.942Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO skip step because feature "stress" is not enabled
78932024-12-14T00:33:23.942Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78942024-12-14T00:33:23.942Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO skip step because feature "nfs" is not enabled
78952024-12-14T00:33:23.942Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
78962024-12-14T00:33:23.942Z[ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
78972024-12-14T00:33:23.949Z[ recovery-image] Dec 14 00:33:22.354 INFO O| Dec 14 00:33:22.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78982024-12-14T00:33:23.949Z[ recovery-image] Dec 14 00:33:22.355 INFO O| Dec 14 00:33:22.355 INFO STEP 1174 (remove_files) COMPLETE
78992024-12-14T00:33:23.949Z[ recovery-image] Dec 14 00:33:22.355 INFO O| Dec 14 00:33:22.355 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002024-12-14T00:33:23.989Z[ recovery-image] Dec 14 00:33:22.396 INFO O| Dec 14 00:33:22.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79012024-12-14T00:33:23.992Z[ recovery-image] Dec 14 00:33:22.396 INFO O| Dec 14 00:33:22.396 INFO STEP 1175 (remove_files) COMPLETE
79022024-12-14T00:33:23.992Z[ recovery-image] Dec 14 00:33:22.397 INFO O| Dec 14 00:33:22.396 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032024-12-14T00:33:24.031Z[ host-image] Dec 14 00:33:22.438 INFO O| Dec 14 00:33:22.437 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
79042024-12-14T00:33:24.077Z[ recovery-image] Dec 14 00:33:22.484 INFO O| Dec 14 00:33:22.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79052024-12-14T00:33:24.080Z[ recovery-image] Dec 14 00:33:22.484 INFO O| Dec 14 00:33:22.484 INFO STEP 1176 (remove_files) COMPLETE
79062024-12-14T00:33:24.080Z[ recovery-image] Dec 14 00:33:22.484 INFO O| Dec 14 00:33:22.484 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-14T00:33:24.099Z[ recovery-image] Dec 14 00:33:22.506 INFO O| Dec 14 00:33:22.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79082024-12-14T00:33:24.103Z[ recovery-image] Dec 14 00:33:22.506 INFO O| Dec 14 00:33:22.506 INFO STEP 1177 (remove_files) COMPLETE
79092024-12-14T00:33:24.103Z[ recovery-image] Dec 14 00:33:22.507 INFO O| Dec 14 00:33:22.506 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-14T00:33:24.139Z[ recovery-image] Dec 14 00:33:22.545 INFO O| Dec 14 00:33:22.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79112024-12-14T00:33:24.142Z[ recovery-image] Dec 14 00:33:22.545 INFO O| Dec 14 00:33:22.545 INFO STEP 1178 (remove_files) COMPLETE
79122024-12-14T00:33:24.142Z[ recovery-image] Dec 14 00:33:22.546 INFO O| Dec 14 00:33:22.545 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-14T00:33:24.171Z[ recovery-image] Dec 14 00:33:22.577 INFO O| Dec 14 00:33:22.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79142024-12-14T00:33:24.171Z[ recovery-image] Dec 14 00:33:22.577 INFO O| Dec 14 00:33:22.577 INFO STEP 1179 (remove_files) COMPLETE
79152024-12-14T00:33:24.171Z[ recovery-image] Dec 14 00:33:22.577 INFO O| Dec 14 00:33:22.577 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-14T00:33:24.174Z[ host-image] Dec 14 00:33:22.579 INFO O| Dec 14 00:33:22.579 INFO completed processing gimlet/ramdisk-01-os
79172024-12-14T00:33:24.177Z[ host-image] Dec 14 00:33:22.582 INFO omicron1 baseline generation...
79182024-12-14T00:33:24.177Z[ host-image] Dec 14 00:33:22.582 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
79192024-12-14T00:33:24.209Z[ recovery-image] Dec 14 00:33:22.616 INFO O| Dec 14 00:33:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79202024-12-14T00:33:24.211Z[ recovery-image] Dec 14 00:33:22.616 INFO O| Dec 14 00:33:22.616 INFO STEP 1180 (remove_files) COMPLETE
79212024-12-14T00:33:24.212Z[ recovery-image] Dec 14 00:33:22.616 INFO O| Dec 14 00:33:22.616 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-14T00:33:24.228Z[ recovery-image] Dec 14 00:33:22.635 INFO O| Dec 14 00:33:22.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79232024-12-14T00:33:24.231Z[ recovery-image] Dec 14 00:33:22.635 INFO O| Dec 14 00:33:22.635 INFO STEP 1181 (remove_files) COMPLETE
79242024-12-14T00:33:24.231Z[ recovery-image] Dec 14 00:33:22.635 INFO O| Dec 14 00:33:22.635 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-14T00:33:24.248Z[ recovery-image] Dec 14 00:33:22.654 INFO O| Dec 14 00:33:22.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79262024-12-14T00:33:24.251Z[ recovery-image] Dec 14 00:33:22.654 INFO O| Dec 14 00:33:22.654 INFO STEP 1182 (remove_files) COMPLETE
79272024-12-14T00:33:24.251Z[ recovery-image] Dec 14 00:33:22.654 INFO O| Dec 14 00:33:22.654 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-14T00:33:24.284Z[ recovery-image] Dec 14 00:33:22.691 INFO O| Dec 14 00:33:22.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79292024-12-14T00:33:24.284Z[ recovery-image] Dec 14 00:33:22.691 INFO O| Dec 14 00:33:22.691 INFO STEP 1183 (remove_files) COMPLETE
79302024-12-14T00:33:24.287Z[ recovery-image] Dec 14 00:33:22.691 INFO O| Dec 14 00:33:22.691 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-14T00:33:24.305Z[ recovery-image] Dec 14 00:33:22.712 INFO O| Dec 14 00:33:22.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79322024-12-14T00:33:24.305Z[ recovery-image] Dec 14 00:33:22.712 INFO O| Dec 14 00:33:22.712 INFO STEP 1184 (remove_files) COMPLETE
79332024-12-14T00:33:24.305Z[ recovery-image] Dec 14 00:33:22.712 INFO O| Dec 14 00:33:22.712 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-14T00:33:24.337Z[ recovery-image] Dec 14 00:33:22.743 INFO O| Dec 14 00:33:22.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79352024-12-14T00:33:24.337Z[ recovery-image] Dec 14 00:33:22.743 INFO O| Dec 14 00:33:22.743 INFO STEP 1185 (remove_files) COMPLETE
79362024-12-14T00:33:24.337Z[ recovery-image] Dec 14 00:33:22.743 INFO O| Dec 14 00:33:22.743 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-14T00:33:24.376Z[ recovery-image] Dec 14 00:33:22.783 INFO O| Dec 14 00:33:22.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79382024-12-14T00:33:24.376Z[ recovery-image] Dec 14 00:33:22.783 INFO O| Dec 14 00:33:22.783 INFO STEP 1186 (remove_files) COMPLETE
79392024-12-14T00:33:24.376Z[ recovery-image] Dec 14 00:33:22.783 INFO O| Dec 14 00:33:22.783 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-14T00:33:24.393Z[ recovery-image] Dec 14 00:33:22.800 INFO O| Dec 14 00:33:22.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79412024-12-14T00:33:24.393Z[ recovery-image] Dec 14 00:33:22.800 INFO O| Dec 14 00:33:22.800 INFO STEP 1187 (remove_files) COMPLETE
79422024-12-14T00:33:24.396Z[ recovery-image] Dec 14 00:33:22.800 INFO O| Dec 14 00:33:22.800 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-14T00:33:24.414Z[ recovery-image] Dec 14 00:33:22.820 INFO O| Dec 14 00:33:22.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79442024-12-14T00:33:24.414Z[ recovery-image] Dec 14 00:33:22.820 INFO O| Dec 14 00:33:22.820 INFO STEP 1188 (remove_files) COMPLETE
79452024-12-14T00:33:24.414Z[ recovery-image] Dec 14 00:33:22.820 INFO O| Dec 14 00:33:22.820 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-12-14T00:33:24.476Z[ recovery-image] Dec 14 00:33:22.881 INFO O| Dec 14 00:33:22.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79472024-12-14T00:33:24.477Z[ recovery-image] Dec 14 00:33:22.882 INFO O| Dec 14 00:33:22.881 INFO STEP 1189 (remove_files) COMPLETE
79482024-12-14T00:33:24.477Z[ recovery-image] Dec 14 00:33:22.882 INFO O| Dec 14 00:33:22.881 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-12-14T00:33:24.493Z[ recovery-image] Dec 14 00:33:22.899 INFO O| Dec 14 00:33:22.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79502024-12-14T00:33:24.494Z[ recovery-image] Dec 14 00:33:22.900 INFO O| Dec 14 00:33:22.899 INFO STEP 1190 (remove_files) COMPLETE
79512024-12-14T00:33:24.494Z[ recovery-image] Dec 14 00:33:22.900 INFO O| Dec 14 00:33:22.900 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-12-14T00:33:24.511Z[ recovery-image] Dec 14 00:33:22.917 INFO O| Dec 14 00:33:22.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79532024-12-14T00:33:24.511Z[ recovery-image] Dec 14 00:33:22.917 INFO O| Dec 14 00:33:22.917 INFO STEP 1191 (remove_files) COMPLETE
79542024-12-14T00:33:24.511Z[ recovery-image] Dec 14 00:33:22.917 INFO O| Dec 14 00:33:22.917 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-12-14T00:33:24.527Z[ recovery-image] Dec 14 00:33:22.934 INFO O| Dec 14 00:33:22.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79562024-12-14T00:33:24.552Z[ recovery-image] Dec 14 00:33:22.958 INFO O| Dec 14 00:33:22.958 INFO STEP 1192 (remove_files) COMPLETE
79572024-12-14T00:33:24.552Z[ recovery-image] Dec 14 00:33:22.958 INFO O| Dec 14 00:33:22.958 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-12-14T00:33:24.609Z[ recovery-image] Dec 14 00:33:23.015 INFO O| Dec 14 00:33:23.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79592024-12-14T00:33:24.609Z[ recovery-image] Dec 14 00:33:23.015 INFO O| Dec 14 00:33:23.015 INFO STEP 1193 (remove_files) COMPLETE
79602024-12-14T00:33:24.609Z[ recovery-image] Dec 14 00:33:23.016 INFO O| Dec 14 00:33:23.015 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-12-14T00:33:24.667Z[ recovery-image] Dec 14 00:33:23.074 INFO O| Dec 14 00:33:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79622024-12-14T00:33:24.667Z[ recovery-image] Dec 14 00:33:23.074 INFO O| Dec 14 00:33:23.074 INFO STEP 1194 (remove_files) COMPLETE
79632024-12-14T00:33:24.667Z[ recovery-image] Dec 14 00:33:23.074 INFO O| Dec 14 00:33:23.074 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-12-14T00:33:24.684Z[ recovery-image] Dec 14 00:33:23.091 INFO O| Dec 14 00:33:23.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79652024-12-14T00:33:24.684Z[ recovery-image] Dec 14 00:33:23.091 INFO O| Dec 14 00:33:23.091 INFO STEP 1195 (remove_files) COMPLETE
79662024-12-14T00:33:24.687Z[ recovery-image] Dec 14 00:33:23.091 INFO O| Dec 14 00:33:23.091 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-12-14T00:33:24.711Z[ recovery-image] Dec 14 00:33:23.118 INFO O| Dec 14 00:33:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79682024-12-14T00:33:24.711Z[ recovery-image] Dec 14 00:33:23.118 INFO O| Dec 14 00:33:23.118 INFO STEP 1196 (remove_files) COMPLETE
79692024-12-14T00:33:24.711Z[ recovery-image] Dec 14 00:33:23.118 INFO O| Dec 14 00:33:23.118 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-12-14T00:33:24.739Z[ recovery-image] Dec 14 00:33:23.146 INFO O| Dec 14 00:33:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79712024-12-14T00:33:24.739Z[ recovery-image] Dec 14 00:33:23.146 INFO O| Dec 14 00:33:23.146 INFO STEP 1197 (remove_files) COMPLETE
79722024-12-14T00:33:24.739Z[ recovery-image] Dec 14 00:33:23.146 INFO O| Dec 14 00:33:23.146 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-12-14T00:33:24.764Z[ recovery-image] Dec 14 00:33:23.171 INFO O| Dec 14 00:33:23.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79742024-12-14T00:33:24.767Z[ recovery-image] Dec 14 00:33:23.171 INFO O| Dec 14 00:33:23.171 INFO STEP 1198 (remove_files) COMPLETE
79752024-12-14T00:33:24.767Z[ recovery-image] Dec 14 00:33:23.172 INFO O| Dec 14 00:33:23.171 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-12-14T00:33:24.788Z[ recovery-image] Dec 14 00:33:23.194 INFO O| Dec 14 00:33:23.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79772024-12-14T00:33:24.788Z[ recovery-image] Dec 14 00:33:23.194 INFO O| Dec 14 00:33:23.194 INFO STEP 1199 (remove_files) COMPLETE
79782024-12-14T00:33:24.788Z[ recovery-image] Dec 14 00:33:23.194 INFO O| Dec 14 00:33:23.194 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-12-14T00:33:24.825Z[ recovery-image] Dec 14 00:33:23.232 INFO O| Dec 14 00:33:23.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79802024-12-14T00:33:24.828Z[ recovery-image] Dec 14 00:33:23.232 INFO O| Dec 14 00:33:23.232 INFO STEP 1200 (remove_files) COMPLETE
79812024-12-14T00:33:24.828Z[ recovery-image] Dec 14 00:33:23.232 INFO O| Dec 14 00:33:23.232 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-12-14T00:33:24.844Z[ recovery-image] Dec 14 00:33:23.251 INFO O| Dec 14 00:33:23.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79832024-12-14T00:33:24.848Z[ recovery-image] Dec 14 00:33:23.251 INFO O| Dec 14 00:33:23.251 INFO STEP 1201 (remove_files) COMPLETE
79842024-12-14T00:33:24.848Z[ recovery-image] Dec 14 00:33:23.251 INFO O| Dec 14 00:33:23.251 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852024-12-14T00:33:24.862Z[ recovery-image] Dec 14 00:33:23.269 INFO O| Dec 14 00:33:23.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79862024-12-14T00:33:24.863Z[ recovery-image] Dec 14 00:33:23.269 INFO O| Dec 14 00:33:23.269 INFO STEP 1202 (remove_files) COMPLETE
79872024-12-14T00:33:24.866Z[ recovery-image] Dec 14 00:33:23.269 INFO O| Dec 14 00:33:23.269 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882024-12-14T00:33:24.882Z[ recovery-image] Dec 14 00:33:23.288 INFO O| Dec 14 00:33:23.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79892024-12-14T00:33:24.884Z[ recovery-image] Dec 14 00:33:23.288 INFO O| Dec 14 00:33:23.288 INFO STEP 1203 (remove_files) COMPLETE
79902024-12-14T00:33:24.884Z[ recovery-image] Dec 14 00:33:23.289 INFO O| Dec 14 00:33:23.288 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912024-12-14T00:33:24.901Z[ recovery-image] Dec 14 00:33:23.308 INFO O| Dec 14 00:33:23.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79922024-12-14T00:33:24.907Z[ recovery-image] Dec 14 00:33:23.308 INFO O| Dec 14 00:33:23.308 INFO STEP 1204 (remove_files) COMPLETE
79932024-12-14T00:33:24.907Z[ recovery-image] Dec 14 00:33:23.308 INFO O| Dec 14 00:33:23.308 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942024-12-14T00:33:24.920Z[ recovery-image] Dec 14 00:33:23.327 INFO O| Dec 14 00:33:23.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79952024-12-14T00:33:24.924Z[ recovery-image] Dec 14 00:33:23.327 INFO O| Dec 14 00:33:23.327 INFO STEP 1205 (remove_files) COMPLETE
79962024-12-14T00:33:24.924Z[ recovery-image] Dec 14 00:33:23.327 INFO O| Dec 14 00:33:23.327 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79972024-12-14T00:33:24.947Z[ recovery-image] Dec 14 00:33:23.354 INFO O| Dec 14 00:33:23.354 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79982024-12-14T00:33:24.950Z[ recovery-image] Dec 14 00:33:23.354 INFO O| Dec 14 00:33:23.354 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79992024-12-14T00:33:25.090Z[ host-image] Dec 14 00:33:23.496 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
80002024-12-14T00:33:26.636Z[ recovery-image] Dec 14 00:33:25.042 INFO O| Dec 14 00:33:25.042 INFO STEP 1206 (pack_tar) COMPLETE
80012024-12-14T00:33:26.636Z[ recovery-image] Dec 14 00:33:25.042 INFO O| Dec 14 00:33:25.042 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80022024-12-14T00:33:26.638Z[ recovery-image] Dec 14 00:33:25.042 INFO O| Dec 14 00:33:25.042 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80032024-12-14T00:33:26.922Z[ recovery-image] Dec 14 00:33:25.328 INFO O| Dec 14 00:33:25.328 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80042024-12-14T00:33:27.042Z[ recovery-image] Dec 14 00:33:25.448 INFO O| Dec 14 00:33:25.448 INFO completed processing gimlet/ramdisk-03-recovery-trim
80052024-12-14T00:33:27.052Z[ recovery-image] Dec 14 00:33:25.458 INFO image builder template: zfs-recovery...
80062024-12-14T00:33:27.052Z[ recovery-image] Dec 14 00:33:25.458 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/.tmpAGvK53/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.34.311", "-n", "zfs-recovery"], pwd: None
80072024-12-14T00:33:27.103Z[ recovery-image] Dec 14 00:33:25.509 INFO O| Dec 14 00:33:25.509 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80082024-12-14T00:33:27.118Z[ recovery-image] Dec 14 00:33:25.524 INFO O| Dec 14 00:33:25.524 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80092024-12-14T00:33:27.312Z[ recovery-image] Dec 14 00:33:25.718 INFO O| Dec 14 00:33:25.718 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80102024-12-14T00:33:27.403Z[ recovery-image] Dec 14 00:33:25.809 INFO O| Dec 14 00:33:25.808 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80112024-12-14T00:33:27.403Z[ recovery-image] Dec 14 00:33:25.809 INFO O| Dec 14 00:33:25.809 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80122024-12-14T00:33:27.411Z[ recovery-image] Dec 14 00:33:25.816 INFO O| Dec 14 00:33:25.816 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80132024-12-14T00:33:27.563Z[ recovery-image] Dec 14 00:33:25.968 INFO O| Dec 14 00:33:25.968 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80142024-12-14T00:33:27.680Z[ recovery-image] Dec 14 00:33:26.086 INFO O| Dec 14 00:33:26.086 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80152024-12-14T00:33:27.739Z[ recovery-image] Dec 14 00:33:26.145 INFO O| Dec 14 00:33:26.145 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80162024-12-14T00:33:27.748Z[ recovery-image] Dec 14 00:33:26.154 INFO O| Dec 14 00:33:26.154 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80172024-12-14T00:33:27.755Z[ recovery-image] Dec 14 00:33:26.161 INFO O| Dec 14 00:33:26.161 INFO no lofi found
80182024-12-14T00:33:27.755Z[ recovery-image] Dec 14 00:33:26.161 INFO O| Dec 14 00:33:26.161 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80192024-12-14T00:33:27.757Z[ recovery-image] Dec 14 00:33:26.161 INFO O| Dec 14 00:33:26.161 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80202024-12-14T00:33:29.607Z[ recovery-image] Dec 14 00:33:28.012 INFO O| Dec 14 00:33:28.012 INFO lofi device = /dev/dsk/c2t1d0p0
80212024-12-14T00:33:29.607Z[ recovery-image] Dec 14 00:33:28.012 INFO O| Dec 14 00:33:28.012 INFO pool device = /dev/dsk/c2t1d0p0
80222024-12-14T00:33:29.609Z[ recovery-image] Dec 14 00:33:28.013 INFO O| Dec 14 00:33:28.013 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"]
80232024-12-14T00:33:29.855Z[ recovery-image] Dec 14 00:33:28.260 INFO O| Dec 14 00:33:28.260 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80242024-12-14T00:33:29.855Z[ recovery-image] Dec 14 00:33:28.260 INFO O| Dec 14 00:33:28.260 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80252024-12-14T00:33:29.890Z[ recovery-image] Dec 14 00:33:28.295 INFO O| Dec 14 00:33:28.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80262024-12-14T00:33:30.399Z[ recovery-image] Dec 14 00:33:28.804 INFO O| Dec 14 00:33:28.804 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80272024-12-14T00:33:30.458Z[ recovery-image] Dec 14 00:33:28.864 INFO O| Dec 14 00:33:28.864 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80282024-12-14T00:33:30.486Z[ recovery-image] Dec 14 00:33:28.891 INFO O| Dec 14 00:33:28.891 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80292024-12-14T00:33:30.507Z[ recovery-image] Dec 14 00:33:28.913 INFO O| Dec 14 00:33:28.912 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80302024-12-14T00:33:30.630Z[ recovery-image] Dec 14 00:33:29.035 INFO O| Dec 14 00:33:29.035 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80312024-12-14T00:33:30.630Z[ recovery-image] Dec 14 00:33:29.036 INFO O| Dec 14 00:33:29.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80322024-12-14T00:33:30.630Z[ recovery-image] Dec 14 00:33:29.036 INFO O| Dec 14 00:33:29.036 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80332024-12-14T00:33:30.655Z[ recovery-image] Dec 14 00:33:29.060 INFO O| Dec 14 00:33:29.060 INFO boot environment UUID: e9210987-537f-4487-9688-b5bb6a38ae06
80342024-12-14T00:33:30.655Z[ recovery-image] Dec 14 00:33:29.060 INFO O| Dec 14 00:33:29.060 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e9210987-537f-4487-9688-b5bb6a38ae06
80352024-12-14T00:33:30.710Z[ recovery-image] Dec 14 00:33:29.115 INFO O| Dec 14 00:33:29.115 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80362024-12-14T00:33:30.739Z[ recovery-image] Dec 14 00:33:29.145 INFO O| Dec 14 00:33:29.144 INFO STEP 0 (create_be) COMPLETE
80372024-12-14T00:33:30.739Z[ recovery-image] Dec 14 00:33:29.145 INFO O| Dec 14 00:33:29.145 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80382024-12-14T00:33:30.768Z[ recovery-image] Dec 14 00:33:29.172 INFO O| Dec 14 00:33:29.172 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"]
80392024-12-14T00:33:37.601Z[ recovery-image] Dec 14 00:33:36.005 INFO O| Dec 14 00:33:36.005 INFO STEP 1 (unpack_tar) COMPLETE
80402024-12-14T00:33:37.602Z[ recovery-image] Dec 14 00:33:36.005 INFO O| Dec 14 00:33:36.005 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80412024-12-14T00:33:37.621Z[ recovery-image] Dec 14 00:33:36.024 INFO O| Dec 14 00:33:36.024 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80422024-12-14T00:33:38.011Z[ recovery-image] Dec 14 00:33:36.414 INFO O| Dec 14 00:33:36.414 INFO STEP 2 (devfsadm) COMPLETE
80432024-12-14T00:33:38.011Z[ recovery-image] Dec 14 00:33:36.414 INFO O| Dec 14 00:33:36.414 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80442024-12-14T00:33:38.032Z[ recovery-image] Dec 14 00:33:36.433 INFO O| Dec 14 00:33:36.433 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80452024-12-14T00:33:38.032Z[ recovery-image] Dec 14 00:33:36.434 INFO O| Dec 14 00:33:36.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80462024-12-14T00:33:38.035Z[ recovery-image] Dec 14 00:33:36.434 INFO O| Dec 14 00:33:36.434 INFO STEP 3 (ensure_dir) COMPLETE
80472024-12-14T00:33:38.035Z[ recovery-image] Dec 14 00:33:36.434 INFO O| Dec 14 00:33:36.434 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80482024-12-14T00:33:38.048Z[ recovery-image] Dec 14 00:33:36.452 INFO O| Dec 14 00:33:36.452 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80492024-12-14T00:33:38.048Z[ recovery-image] Dec 14 00:33:36.452 INFO O| Dec 14 00:33:36.452 INFO STEP 4 (ensure_dir) COMPLETE
80502024-12-14T00:33:38.051Z[ recovery-image] Dec 14 00:33:36.452 INFO O| Dec 14 00:33:36.452 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80512024-12-14T00:33:38.073Z[ recovery-image] Dec 14 00:33:36.477 INFO O| Dec 14 00:33:36.477 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80522024-12-14T00:33:38.073Z[ recovery-image] Dec 14 00:33:36.477 INFO O| Dec 14 00:33:36.477 INFO STEP 5 (ensure_dir) COMPLETE
80532024-12-14T00:33:38.076Z[ recovery-image] Dec 14 00:33:36.477 INFO O| Dec 14 00:33:36.477 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542024-12-14T00:33:38.094Z[ recovery-image] Dec 14 00:33:36.497 INFO O| Dec 14 00:33:36.497 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80552024-12-14T00:33:38.094Z[ recovery-image] Dec 14 00:33:36.497 INFO O| Dec 14 00:33:36.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80562024-12-14T00:33:38.096Z[ recovery-image] Dec 14 00:33:36.497 INFO O| Dec 14 00:33:36.497 INFO STEP 6 (ensure_dir) COMPLETE
80572024-12-14T00:33:38.096Z[ recovery-image] Dec 14 00:33:36.497 INFO O| Dec 14 00:33:36.497 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80582024-12-14T00:33:38.150Z[ recovery-image] Dec 14 00:33:36.553 INFO O| Dec 14 00:33:36.553 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80592024-12-14T00:33:38.150Z[ recovery-image] Dec 14 00:33:36.554 INFO O| Dec 14 00:33:36.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80602024-12-14T00:33:38.153Z[ recovery-image] Dec 14 00:33:36.554 INFO O| Dec 14 00:33:36.554 INFO STEP 7 (ensure_dir) COMPLETE
80612024-12-14T00:33:38.153Z[ recovery-image] Dec 14 00:33:36.554 INFO O| Dec 14 00:33:36.554 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80622024-12-14T00:33:38.170Z[ recovery-image] Dec 14 00:33:36.573 INFO O| Dec 14 00:33:36.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80632024-12-14T00:33:38.170Z[ recovery-image] Dec 14 00:33:36.573 INFO O| Dec 14 00:33:36.573 INFO STEP 8 (remove_files) COMPLETE
80642024-12-14T00:33:38.170Z[ recovery-image] Dec 14 00:33:36.573 INFO O| Dec 14 00:33:36.573 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652024-12-14T00:33:38.211Z[ recovery-image] Dec 14 00:33:36.615 INFO O| Dec 14 00:33:36.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80662024-12-14T00:33:38.214Z[ recovery-image] Dec 14 00:33:36.616 INFO O| Dec 14 00:33:36.616 INFO STEP 9 (remove_files) COMPLETE
80672024-12-14T00:33:38.214Z[ recovery-image] Dec 14 00:33:36.616 INFO O| Dec 14 00:33:36.616 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80682024-12-14T00:33:38.250Z[ recovery-image] Dec 14 00:33:36.653 INFO O| Dec 14 00:33:36.653 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80692024-12-14T00:33:38.253Z[ recovery-image] Dec 14 00:33:36.654 INFO O| Dec 14 00:33:36.654 INFO STEP 10 (remove_files) COMPLETE
80702024-12-14T00:33:38.253Z[ recovery-image] Dec 14 00:33:36.655 INFO O| Dec 14 00:33:36.654 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712024-12-14T00:33:38.289Z[ recovery-image] Dec 14 00:33:36.692 INFO O| Dec 14 00:33:36.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80722024-12-14T00:33:38.292Z[ recovery-image] Dec 14 00:33:36.693 INFO O| Dec 14 00:33:36.692 INFO STEP 11 (remove_files) COMPLETE
80732024-12-14T00:33:38.292Z[ recovery-image] Dec 14 00:33:36.693 INFO O| Dec 14 00:33:36.692 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80742024-12-14T00:33:38.308Z[ recovery-image] Dec 14 00:33:36.712 INFO O| Dec 14 00:33:36.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80752024-12-14T00:33:38.308Z[ recovery-image] Dec 14 00:33:36.712 INFO O| Dec 14 00:33:36.712 INFO STEP 12 (remove_files) COMPLETE
80762024-12-14T00:33:38.308Z[ recovery-image] Dec 14 00:33:36.712 INFO O| Dec 14 00:33:36.712 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80772024-12-14T00:33:38.332Z[ recovery-image] Dec 14 00:33:36.731 INFO O| Dec 14 00:33:36.731 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80782024-12-14T00:33:38.332Z[ recovery-image] Dec 14 00:33:36.731 INFO O| Dec 14 00:33:36.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80792024-12-14T00:33:38.332Z[ recovery-image] Dec 14 00:33:36.731 INFO O| Dec 14 00:33:36.731 INFO STEP 13 (ensure_dir) COMPLETE
80802024-12-14T00:33:38.337Z[ recovery-image] Dec 14 00:33:36.731 INFO O| Dec 14 00:33:36.731 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80812024-12-14T00:33:38.380Z[ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.783 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80822024-12-14T00:33:38.380Z[ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80832024-12-14T00:33:38.383Z[ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.784 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80842024-12-14T00:33:38.383Z[ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.784 INFO STEP 14 (ensure_dir) COMPLETE
80852024-12-14T00:33:38.383Z[ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.784 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80862024-12-14T00:33:38.418Z[ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80872024-12-14T00:33:38.418Z[ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80882024-12-14T00:33:38.422Z[ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80892024-12-14T00:33:38.422Z[ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO STEP 15 (ensure_dir) COMPLETE
80902024-12-14T00:33:38.422Z[ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80912024-12-14T00:33:38.444Z[ recovery-image] Dec 14 00:33:36.847 INFO O| Dec 14 00:33:36.847 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80922024-12-14T00:33:38.445Z[ recovery-image] Dec 14 00:33:36.847 INFO O| Dec 14 00:33:36.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80932024-12-14T00:33:38.447Z[ recovery-image] Dec 14 00:33:36.847 INFO O| Dec 14 00:33:36.847 INFO STEP 16 (ensure_dir) COMPLETE
80942024-12-14T00:33:38.447Z[ recovery-image] Dec 14 00:33:36.847 INFO O| Dec 14 00:33:36.847 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80952024-12-14T00:33:38.485Z[ recovery-image] Dec 14 00:33:36.888 INFO O| Dec 14 00:33:36.888 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80962024-12-14T00:33:38.488Z[ recovery-image] Dec 14 00:33:36.888 INFO O| Dec 14 00:33:36.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80972024-12-14T00:33:38.488Z[ recovery-image] Dec 14 00:33:36.889 INFO O| Dec 14 00:33:36.888 INFO STEP 17 (ensure_dir) COMPLETE
80982024-12-14T00:33:38.488Z[ recovery-image] Dec 14 00:33:36.889 INFO O| Dec 14 00:33:36.889 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80992024-12-14T00:33:38.507Z[ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81002024-12-14T00:33:38.507Z[ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81012024-12-14T00:33:38.511Z[ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO ok!
81022024-12-14T00:33:38.511Z[ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO STEP 18 (ensure_symlink) COMPLETE
81032024-12-14T00:33:38.511Z[ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81042024-12-14T00:33:38.526Z[ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81052024-12-14T00:33:38.526Z[ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81062024-12-14T00:33:38.529Z[ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO ok!
81072024-12-14T00:33:38.529Z[ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO STEP 19 (ensure_file) COMPLETE
81082024-12-14T00:33:38.529Z[ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81092024-12-14T00:33:38.546Z[ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81102024-12-14T00:33:38.546Z[ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81112024-12-14T00:33:38.546Z[ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81122024-12-14T00:33:38.546Z[ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO ok!
81132024-12-14T00:33:38.549Z[ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO STEP 20 (ensure_symlink) COMPLETE
81142024-12-14T00:33:38.549Z[ recovery-image] Dec 14 00:33:36.950 INFO O| Dec 14 00:33:36.949 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81152024-12-14T00:33:38.566Z[ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81162024-12-14T00:33:38.566Z[ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81172024-12-14T00:33:38.566Z[ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81182024-12-14T00:33:38.569Z[ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO ok!
81192024-12-14T00:33:38.569Z[ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO STEP 21 (ensure_symlink) COMPLETE
81202024-12-14T00:33:38.569Z[ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81212024-12-14T00:33:38.586Z[ recovery-image] Dec 14 00:33:36.988 INFO O| Dec 14 00:33:36.988 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81222024-12-14T00:33:38.586Z[ recovery-image] Dec 14 00:33:36.988 INFO O| Dec 14 00:33:36.988 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81232024-12-14T00:33:38.589Z[ recovery-image] Dec 14 00:33:36.988 INFO O| Dec 14 00:33:36.988 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81242024-12-14T00:33:38.589Z[ recovery-image] Dec 14 00:33:36.989 INFO O| Dec 14 00:33:36.988 INFO ok!
81252024-12-14T00:33:38.589Z[ recovery-image] Dec 14 00:33:36.989 INFO O| Dec 14 00:33:36.989 INFO STEP 22 (ensure_symlink) COMPLETE
81262024-12-14T00:33:38.590Z[ recovery-image] Dec 14 00:33:36.989 INFO O| Dec 14 00:33:36.989 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81272024-12-14T00:33:38.605Z[ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81282024-12-14T00:33:38.605Z[ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81292024-12-14T00:33:38.610Z[ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81302024-12-14T00:33:38.610Z[ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO ok!
81312024-12-14T00:33:38.610Z[ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO STEP 23 (ensure_symlink) COMPLETE
81322024-12-14T00:33:38.610Z[ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81332024-12-14T00:33:38.627Z[ recovery-image] Dec 14 00:33:37.030 INFO O| Dec 14 00:33:37.030 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81342024-12-14T00:33:38.627Z[ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 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 ...
81352024-12-14T00:33:38.631Z[ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81362024-12-14T00:33:38.631Z[ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 INFO ok!
81372024-12-14T00:33:38.631Z[ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 INFO STEP 24 (ensure_file) COMPLETE
81382024-12-14T00:33:38.631Z[ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81392024-12-14T00:33:38.651Z[ recovery-image] Dec 14 00:33:37.053 INFO O| Dec 14 00:33:37.053 INFO updating shadow file
81402024-12-14T00:33:38.654Z[ recovery-image] Dec 14 00:33:37.054 INFO O| Dec 14 00:33:37.054 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81412024-12-14T00:33:38.654Z[ recovery-image] Dec 14 00:33:37.054 INFO O| Dec 14 00:33:37.054 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81422024-12-14T00:33:38.654Z[ recovery-image] Dec 14 00:33:37.054 INFO O| Dec 14 00:33:37.054 INFO STEP 25 (shadow) COMPLETE
81432024-12-14T00:33:38.654Z[ recovery-image] Dec 14 00:33:37.054 INFO O| Dec 14 00:33:37.054 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81442024-12-14T00:33:38.671Z[ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.074 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81452024-12-14T00:33:38.671Z[ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81462024-12-14T00:33:38.679Z[ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81472024-12-14T00:33:38.679Z[ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO ok!
81482024-12-14T00:33:38.679Z[ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO STEP 26 (ensure_file) COMPLETE
81492024-12-14T00:33:38.679Z[ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81502024-12-14T00:33:38.692Z[ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81512024-12-14T00:33:38.692Z[ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81522024-12-14T00:33:38.693Z[ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81532024-12-14T00:33:38.693Z[ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO ok!
81542024-12-14T00:33:38.693Z[ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO STEP 27 (ensure_file) COMPLETE
81552024-12-14T00:33:38.693Z[ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81562024-12-14T00:33:38.711Z[ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.114 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81572024-12-14T00:33:38.711Z[ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81582024-12-14T00:33:38.714Z[ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81592024-12-14T00:33:38.714Z[ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81602024-12-14T00:33:38.714Z[ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO ok!
81612024-12-14T00:33:38.714Z[ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO STEP 28 (ensure_file) COMPLETE
81622024-12-14T00:33:38.714Z[ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81632024-12-14T00:33:38.731Z[ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81642024-12-14T00:33:38.731Z[ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81652024-12-14T00:33:38.731Z[ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81662024-12-14T00:33:38.734Z[ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO ok!
81672024-12-14T00:33:38.734Z[ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO STEP 29 (ensure_file) COMPLETE
81682024-12-14T00:33:38.734Z[ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81692024-12-14T00:33:38.760Z[ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81702024-12-14T00:33:38.760Z[ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81712024-12-14T00:33:38.760Z[ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81722024-12-14T00:33:38.763Z[ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO ok!
81732024-12-14T00:33:38.763Z[ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO STEP 30 (ensure_file) COMPLETE
81742024-12-14T00:33:38.763Z[ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81752024-12-14T00:33:38.780Z[ recovery-image] Dec 14 00:33:37.184 INFO O| Dec 14 00:33:37.184 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81762024-12-14T00:33:38.784Z[ recovery-image] Dec 14 00:33:37.184 INFO O| Dec 14 00:33:37.184 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81772024-12-14T00:33:38.784Z[ recovery-image] Dec 14 00:33:37.184 INFO O| Dec 14 00:33:37.184 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81782024-12-14T00:33:38.784Z[ recovery-image] Dec 14 00:33:37.184 INFO O| Dec 14 00:33:37.184 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81792024-12-14T00:33:38.784Z[ recovery-image] Dec 14 00:33:37.185 INFO O| Dec 14 00:33:37.184 INFO ok!
81802024-12-14T00:33:38.784Z[ recovery-image] Dec 14 00:33:37.185 INFO O| Dec 14 00:33:37.185 INFO STEP 31 (ensure_file) COMPLETE
81812024-12-14T00:33:38.784Z[ recovery-image] Dec 14 00:33:37.185 INFO O| Dec 14 00:33:37.185 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81822024-12-14T00:33:38.809Z[ recovery-image] Dec 14 00:33:37.212 INFO O| Dec 14 00:33:37.212 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81832024-12-14T00:33:38.811Z[ recovery-image] Dec 14 00:33:37.212 INFO O| Dec 14 00:33:37.212 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81842024-12-14T00:33:38.811Z[ recovery-image] Dec 14 00:33:37.212 INFO O| Dec 14 00:33:37.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81852024-12-14T00:33:38.811Z[ recovery-image] Dec 14 00:33:37.213 INFO O| Dec 14 00:33:37.213 INFO ok!
81862024-12-14T00:33:38.811Z[ recovery-image] Dec 14 00:33:37.213 INFO O| Dec 14 00:33:37.213 INFO STEP 32 (ensure_file) COMPLETE
81872024-12-14T00:33:38.811Z[ recovery-image] Dec 14 00:33:37.213 INFO O| Dec 14 00:33:37.213 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81882024-12-14T00:33:38.844Z[ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81892024-12-14T00:33:38.844Z[ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81902024-12-14T00:33:38.847Z[ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81912024-12-14T00:33:38.847Z[ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO ok!
81922024-12-14T00:33:38.847Z[ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO STEP 33 (ensure_file) COMPLETE
81932024-12-14T00:33:38.847Z[ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81942024-12-14T00:33:38.864Z[ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81952024-12-14T00:33:38.864Z[ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81962024-12-14T00:33:38.864Z[ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81972024-12-14T00:33:38.867Z[ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81982024-12-14T00:33:38.867Z[ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81992024-12-14T00:33:38.867Z[ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82002024-12-14T00:33:38.867Z[ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO ok!
82012024-12-14T00:33:38.867Z[ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO STEP 34 (ensure_file) COMPLETE
82022024-12-14T00:33:38.867Z[ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82032024-12-14T00:33:38.905Z[ recovery-image] Dec 14 00:33:37.308 INFO O| Dec 14 00:33:37.308 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82042024-12-14T00:33:38.905Z[ recovery-image] Dec 14 00:33:37.308 INFO O| Dec 14 00:33:37.308 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82052024-12-14T00:33:38.905Z[ recovery-image] Dec 14 00:33:37.309 INFO O| Dec 14 00:33:37.308 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82062024-12-14T00:33:38.908Z[ recovery-image] Dec 14 00:33:37.309 INFO O| Dec 14 00:33:37.309 INFO STEP 35 (ensure_dir) COMPLETE
82072024-12-14T00:33:38.908Z[ recovery-image] Dec 14 00:33:37.309 INFO O| Dec 14 00:33:37.309 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82082024-12-14T00:33:38.967Z[ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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
82092024-12-14T00:33:38.967Z[ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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 ...
82102024-12-14T00:33:38.971Z[ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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
82112024-12-14T00:33:38.971Z[ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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
82122024-12-14T00:33:38.971Z[ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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
82132024-12-14T00:33:38.971Z[ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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
82142024-12-14T00:33:38.971Z[ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 INFO ok!
82152024-12-14T00:33:38.971Z[ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 INFO STEP 36 (ensure_file) COMPLETE
82162024-12-14T00:33:38.971Z[ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82172024-12-14T00:33:38.998Z[ recovery-image] Dec 14 00:33:37.401 INFO O| Dec 14 00:33:37.401 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82182024-12-14T00:33:38.998Z[ recovery-image] Dec 14 00:33:37.401 INFO O| Dec 14 00:33:37.401 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 ...
82192024-12-14T00:33:39.001Z[ recovery-image] Dec 14 00:33:37.402 INFO O| Dec 14 00:33:37.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82202024-12-14T00:33:39.001Z[ recovery-image] Dec 14 00:33:37.402 INFO O| Dec 14 00:33:37.402 INFO ok!
82212024-12-14T00:33:39.002Z[ recovery-image] Dec 14 00:33:37.402 INFO O| Dec 14 00:33:37.402 INFO STEP 37 (ensure_symlink) COMPLETE
82222024-12-14T00:33:39.002Z[ recovery-image] Dec 14 00:33:37.402 INFO O| Dec 14 00:33:37.402 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82232024-12-14T00:33:39.018Z[ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82242024-12-14T00:33:39.018Z[ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82252024-12-14T00:33:39.018Z[ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82262024-12-14T00:33:39.018Z[ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82272024-12-14T00:33:39.021Z[ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82282024-12-14T00:33:39.021Z[ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82292024-12-14T00:33:39.021Z[ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO ok!
82302024-12-14T00:33:39.021Z[ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO STEP 38 (ensure_file) COMPLETE
82312024-12-14T00:33:39.021Z[ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82322024-12-14T00:33:39.105Z[ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82332024-12-14T00:33:39.105Z[ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 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 ...
82342024-12-14T00:33:39.105Z[ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 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
82352024-12-14T00:33:39.107Z[ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82362024-12-14T00:33:39.108Z[ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO ok!
82372024-12-14T00:33:39.108Z[ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO STEP 39 (ensure_file) COMPLETE
82382024-12-14T00:33:39.108Z[ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82392024-12-14T00:33:39.136Z[ recovery-image] Dec 14 00:33:37.539 INFO O| Dec 14 00:33:37.539 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82402024-12-14T00:33:39.136Z[ recovery-image] Dec 14 00:33:37.539 INFO O| Dec 14 00:33:37.539 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82412024-12-14T00:33:39.138Z[ recovery-image] Dec 14 00:33:37.540 INFO O| Dec 14 00:33:37.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82422024-12-14T00:33:39.138Z[ recovery-image] Dec 14 00:33:37.540 INFO O| Dec 14 00:33:37.540 INFO ok!
82432024-12-14T00:33:39.138Z[ recovery-image] Dec 14 00:33:37.540 INFO O| Dec 14 00:33:37.540 INFO STEP 40 (ensure_file) COMPLETE
82442024-12-14T00:33:39.139Z[ recovery-image] Dec 14 00:33:37.540 INFO O| Dec 14 00:33:37.540 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82452024-12-14T00:33:39.157Z[ recovery-image] Dec 14 00:33:37.560 INFO O| Dec 14 00:33:37.560 INFO updating shadow file
82462024-12-14T00:33:39.160Z[ recovery-image] Dec 14 00:33:37.561 INFO O| Dec 14 00:33:37.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82472024-12-14T00:33:39.160Z[ recovery-image] Dec 14 00:33:37.561 INFO O| Dec 14 00:33:37.561 INFO STEP 41 (shadow) COMPLETE
82482024-12-14T00:33:39.160Z[ recovery-image] Dec 14 00:33:37.561 INFO O| Dec 14 00:33:37.561 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82492024-12-14T00:33:39.177Z[ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82502024-12-14T00:33:39.177Z[ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82512024-12-14T00:33:39.179Z[ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82522024-12-14T00:33:39.179Z[ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82532024-12-14T00:33:39.179Z[ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO ok!
82542024-12-14T00:33:39.179Z[ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO STEP 42 (ensure_file) COMPLETE
82552024-12-14T00:33:39.180Z[ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82562024-12-14T00:33:39.196Z[ recovery-image] Dec 14 00:33:37.598 INFO O| Dec 14 00:33:37.598 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82572024-12-14T00:33:39.196Z[ recovery-image] Dec 14 00:33:37.598 INFO O| Dec 14 00:33:37.598 INFO STEP 43 (ensure_dir) COMPLETE
82582024-12-14T00:33:39.196Z[ recovery-image] Dec 14 00:33:37.598 INFO O| Dec 14 00:33:37.598 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82592024-12-14T00:33:39.213Z[ recovery-image] Dec 14 00:33:37.616 INFO O| Dec 14 00:33:37.616 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82602024-12-14T00:33:39.214Z[ recovery-image] Dec 14 00:33:37.616 INFO O| Dec 14 00:33:37.616 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82612024-12-14T00:33:39.214Z[ recovery-image] Dec 14 00:33:37.616 INFO O| Dec 14 00:33:37.616 INFO STEP 44 (ensure_dir) COMPLETE
82622024-12-14T00:33:39.214Z[ recovery-image] Dec 14 00:33:37.616 INFO O| Dec 14 00:33:37.616 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82632024-12-14T00:33:39.241Z[ recovery-image] Dec 14 00:33:37.643 INFO O| Dec 14 00:33:37.643 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82642024-12-14T00:33:39.244Z[ recovery-image] Dec 14 00:33:37.644 INFO O| Dec 14 00:33:37.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82652024-12-14T00:33:39.244Z[ recovery-image] Dec 14 00:33:37.644 INFO O| Dec 14 00:33:37.644 INFO STEP 45 (ensure_dir) COMPLETE
82662024-12-14T00:33:39.244Z[ recovery-image] Dec 14 00:33:37.644 INFO O| Dec 14 00:33:37.644 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672024-12-14T00:33:39.276Z[ recovery-image] Dec 14 00:33:37.678 INFO O| Dec 14 00:33:37.678 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82682024-12-14T00:33:39.276Z[ recovery-image] Dec 14 00:33:37.678 INFO O| Dec 14 00:33:37.678 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82692024-12-14T00:33:39.325Z[ recovery-image] Dec 14 00:33:37.727 INFO O| Dec 14 00:33:37.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82702024-12-14T00:33:39.325Z[ recovery-image] Dec 14 00:33:37.728 INFO O| Dec 14 00:33:37.727 INFO ok!
82712024-12-14T00:33:39.325Z[ recovery-image] Dec 14 00:33:37.728 INFO O| Dec 14 00:33:37.727 INFO STEP 46 (ensure_file) COMPLETE
82722024-12-14T00:33:39.330Z[ recovery-image] Dec 14 00:33:37.728 INFO O| Dec 14 00:33:37.727 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82732024-12-14T00:33:39.352Z[ recovery-image] Dec 14 00:33:37.749 INFO O| Dec 14 00:33:37.749 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82742024-12-14T00:33:39.356Z[ recovery-image] Dec 14 00:33:37.750 INFO O| Dec 14 00:33:37.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82752024-12-14T00:33:39.356Z[ recovery-image] Dec 14 00:33:37.750 INFO O| Dec 14 00:33:37.750 INFO STEP 47 (ensure_dir) COMPLETE
82762024-12-14T00:33:39.356Z[ recovery-image] Dec 14 00:33:37.750 INFO O| Dec 14 00:33:37.750 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82772024-12-14T00:33:39.369Z[ recovery-image] Dec 14 00:33:37.772 INFO O| Dec 14 00:33:37.772 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82782024-12-14T00:33:39.372Z[ recovery-image] Dec 14 00:33:37.772 INFO O| Dec 14 00:33:37.772 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82792024-12-14T00:33:39.372Z[ recovery-image] Dec 14 00:33:37.772 INFO O| Dec 14 00:33:37.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82802024-12-14T00:33:39.372Z[ recovery-image] Dec 14 00:33:37.773 INFO O| Dec 14 00:33:37.773 INFO ok!
82812024-12-14T00:33:39.372Z[ recovery-image] Dec 14 00:33:37.773 INFO O| Dec 14 00:33:37.773 INFO STEP 48 (ensure_file) COMPLETE
82822024-12-14T00:33:39.372Z[ recovery-image] Dec 14 00:33:37.773 INFO O| Dec 14 00:33:37.773 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82832024-12-14T00:33:39.407Z[ recovery-image] Dec 14 00:33:37.809 INFO O| Dec 14 00:33:37.809 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82842024-12-14T00:33:39.407Z[ recovery-image] Dec 14 00:33:37.810 INFO O| Dec 14 00:33:37.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82852024-12-14T00:33:39.412Z[ recovery-image] Dec 14 00:33:37.810 INFO O| Dec 14 00:33:37.810 INFO STEP 49 (ensure_dir) COMPLETE
82862024-12-14T00:33:39.412Z[ recovery-image] Dec 14 00:33:37.810 INFO O| Dec 14 00:33:37.810 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82872024-12-14T00:33:39.428Z[ recovery-image] Dec 14 00:33:37.829 INFO O| Dec 14 00:33:37.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82882024-12-14T00:33:39.428Z[ recovery-image] Dec 14 00:33:37.829 INFO O| Dec 14 00:33:37.829 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82892024-12-14T00:33:39.452Z[ recovery-image] Dec 14 00:33:37.855 INFO O| Dec 14 00:33:37.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82902024-12-14T00:33:39.452Z[ recovery-image] Dec 14 00:33:37.855 INFO O| Dec 14 00:33:37.855 INFO ok!
82912024-12-14T00:33:39.455Z[ recovery-image] Dec 14 00:33:37.855 INFO O| Dec 14 00:33:37.855 INFO STEP 50 (ensure_file) COMPLETE
82922024-12-14T00:33:39.455Z[ recovery-image] Dec 14 00:33:37.855 INFO O| Dec 14 00:33:37.855 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82932024-12-14T00:33:39.472Z[ recovery-image] Dec 14 00:33:37.875 INFO O| Dec 14 00:33:37.875 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82942024-12-14T00:33:39.472Z[ recovery-image] Dec 14 00:33:37.875 INFO O| Dec 14 00:33:37.875 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82952024-12-14T00:33:41.451Z[ recovery-image] Dec 14 00:33:39.853 INFO O| Dec 14 00:33:39.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82962024-12-14T00:33:41.451Z[ recovery-image] Dec 14 00:33:39.853 INFO O| Dec 14 00:33:39.853 INFO ok!
82972024-12-14T00:33:41.451Z[ recovery-image] Dec 14 00:33:39.853 INFO O| Dec 14 00:33:39.853 INFO STEP 51 (ensure_file) COMPLETE
82982024-12-14T00:33:41.453Z[ recovery-image] Dec 14 00:33:39.853 INFO O| Dec 14 00:33:39.853 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82992024-12-14T00:33:41.471Z[ recovery-image] Dec 14 00:33:39.873 INFO O| Dec 14 00:33:39.873 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83002024-12-14T00:33:41.471Z[ recovery-image] Dec 14 00:33:39.873 INFO O| Dec 14 00:33:39.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83012024-12-14T00:33:41.474Z[ recovery-image] Dec 14 00:33:39.873 INFO O| Dec 14 00:33:39.873 INFO STEP 52 (ensure_dir) COMPLETE
83022024-12-14T00:33:41.474Z[ recovery-image] Dec 14 00:33:39.873 INFO O| Dec 14 00:33:39.873 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83032024-12-14T00:33:41.513Z[ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.915 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83042024-12-14T00:33:41.513Z[ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.915 INFO copying /tmp/.tmpAGvK53/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 ...
83052024-12-14T00:33:41.516Z[ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.916 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
83062024-12-14T00:33:41.516Z[ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.916 INFO ok!
83072024-12-14T00:33:41.516Z[ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.916 INFO STEP 53 (ensure_file) COMPLETE
83082024-12-14T00:33:41.516Z[ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.916 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83092024-12-14T00:33:41.559Z[ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83102024-12-14T00:33:41.559Z[ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 INFO copying /tmp/.tmpAGvK53/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 ...
83112024-12-14T00:33:41.562Z[ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 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
83122024-12-14T00:33:41.562Z[ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 INFO ok!
83132024-12-14T00:33:41.562Z[ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 INFO STEP 54 (ensure_file) COMPLETE
83142024-12-14T00:33:41.562Z[ recovery-image] Dec 14 00:33:39.963 INFO O| Dec 14 00:33:39.963 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83152024-12-14T00:33:41.591Z[ recovery-image] Dec 14 00:33:39.994 INFO O| Dec 14 00:33:39.994 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83162024-12-14T00:33:41.591Z[ recovery-image] Dec 14 00:33:39.994 INFO O| Dec 14 00:33:39.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83172024-12-14T00:33:41.592Z[ recovery-image] Dec 14 00:33:39.994 INFO O| Dec 14 00:33:39.994 INFO STEP 55 (ensure_dir) COMPLETE
83182024-12-14T00:33:41.595Z[ recovery-image] Dec 14 00:33:39.994 INFO O| Dec 14 00:33:39.994 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83192024-12-14T00:33:41.613Z[ recovery-image] Dec 14 00:33:40.015 INFO O| Dec 14 00:33:40.015 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83202024-12-14T00:33:41.613Z[ recovery-image] Dec 14 00:33:40.015 INFO O| Dec 14 00:33:40.015 INFO copying /tmp/.tmpAGvK53/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 ...
83212024-12-14T00:33:41.613Z[ recovery-image] Dec 14 00:33:40.015 INFO O| Dec 14 00:33:40.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83222024-12-14T00:33:41.613Z[ recovery-image] Dec 14 00:33:40.015 INFO O| Dec 14 00:33:40.015 INFO ok!
83232024-12-14T00:33:41.616Z[ recovery-image] Dec 14 00:33:40.016 INFO O| Dec 14 00:33:40.015 INFO STEP 56 (ensure_file) COMPLETE
83242024-12-14T00:33:41.616Z[ recovery-image] Dec 14 00:33:40.016 INFO O| Dec 14 00:33:40.015 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83252024-12-14T00:33:41.633Z[ recovery-image] Dec 14 00:33:40.035 INFO O| Dec 14 00:33:40.035 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83262024-12-14T00:33:41.633Z[ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.035 INFO copying /tmp/.tmpAGvK53/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 ...
83272024-12-14T00:33:41.633Z[ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.036 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
83282024-12-14T00:33:41.636Z[ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.036 INFO ok!
83292024-12-14T00:33:41.636Z[ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.036 INFO STEP 57 (ensure_file) COMPLETE
83302024-12-14T00:33:41.636Z[ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.036 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83312024-12-14T00:33:41.654Z[ recovery-image] Dec 14 00:33:40.057 INFO O| Dec 14 00:33:40.056 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83322024-12-14T00:33:41.654Z[ recovery-image] Dec 14 00:33:40.057 INFO O| Dec 14 00:33:40.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83332024-12-14T00:33:41.654Z[ recovery-image] Dec 14 00:33:40.057 INFO O| Dec 14 00:33:40.057 INFO STEP 58 (ensure_dir) COMPLETE
83342024-12-14T00:33:41.657Z[ recovery-image] Dec 14 00:33:40.057 INFO O| Dec 14 00:33:40.057 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83352024-12-14T00:33:41.694Z[ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83362024-12-14T00:33:41.694Z[ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO copying /tmp/.tmpAGvK53/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 ...
83372024-12-14T00:33:41.698Z[ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83382024-12-14T00:33:41.698Z[ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO ok!
83392024-12-14T00:33:41.698Z[ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO STEP 59 (ensure_file) COMPLETE
83402024-12-14T00:33:41.698Z[ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83412024-12-14T00:33:41.714Z[ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83422024-12-14T00:33:41.714Z[ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83432024-12-14T00:33:41.714Z[ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83442024-12-14T00:33:41.717Z[ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO ok!
83452024-12-14T00:33:41.717Z[ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO STEP 60 (ensure_file) COMPLETE
83462024-12-14T00:33:41.718Z[ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83472024-12-14T00:33:41.747Z[ recovery-image] Dec 14 00:33:40.149 INFO O| Dec 14 00:33:40.149 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83482024-12-14T00:33:41.747Z[ recovery-image] Dec 14 00:33:40.150 INFO O| Dec 14 00:33:40.149 INFO STEP 61 (ensure_dir) COMPLETE
83492024-12-14T00:33:41.750Z[ recovery-image] Dec 14 00:33:40.150 INFO O| Dec 14 00:33:40.149 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83502024-12-14T00:33:41.778Z[ recovery-image] Dec 14 00:33:40.180 INFO O| Dec 14 00:33:40.180 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83512024-12-14T00:33:41.778Z[ recovery-image] Dec 14 00:33:40.180 INFO O| Dec 14 00:33:40.180 INFO STEP 62 (ensure_dir) COMPLETE
83522024-12-14T00:33:41.780Z[ recovery-image] Dec 14 00:33:40.180 INFO O| Dec 14 00:33:40.180 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83532024-12-14T00:33:41.823Z[ recovery-image] Dec 14 00:33:40.226 INFO O| Dec 14 00:33:40.226 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83542024-12-14T00:33:41.823Z[ recovery-image] Dec 14 00:33:40.226 INFO O| Dec 14 00:33:40.226 INFO STEP 63 (ensure_dir) COMPLETE
83552024-12-14T00:33:41.826Z[ recovery-image] Dec 14 00:33:40.226 INFO O| Dec 14 00:33:40.226 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83562024-12-14T00:33:41.843Z[ recovery-image] Dec 14 00:33:40.245 INFO O| Dec 14 00:33:40.245 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83572024-12-14T00:33:41.843Z[ recovery-image] Dec 14 00:33:40.245 INFO O| Dec 14 00:33:40.245 INFO STEP 64 (ensure_dir) COMPLETE
83582024-12-14T00:33:41.843Z[ recovery-image] Dec 14 00:33:40.245 INFO O| Dec 14 00:33:40.245 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83592024-12-14T00:33:41.915Z[ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83602024-12-14T00:33:41.915Z[ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83612024-12-14T00:33:41.915Z[ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83622024-12-14T00:33:41.915Z[ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO ok!
83632024-12-14T00:33:41.917Z[ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO STEP 65 (ensure_file) COMPLETE
83642024-12-14T00:33:41.917Z[ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652024-12-14T00:33:41.992Z[ recovery-image] Dec 14 00:33:40.394 INFO O| Dec 14 00:33:40.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83662024-12-14T00:33:41.995Z[ recovery-image] Dec 14 00:33:40.395 INFO O| Dec 14 00:33:40.395 INFO STEP 66 (remove_files) COMPLETE
83672024-12-14T00:33:41.995Z[ recovery-image] Dec 14 00:33:40.395 INFO O| Dec 14 00:33:40.395 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682024-12-14T00:33:42.048Z[ recovery-image] Dec 14 00:33:40.449 INFO O| Dec 14 00:33:40.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83692024-12-14T00:33:42.051Z[ recovery-image] Dec 14 00:33:40.449 INFO O| Dec 14 00:33:40.449 INFO STEP 67 (remove_files) COMPLETE
83702024-12-14T00:33:42.051Z[ recovery-image] Dec 14 00:33:40.450 INFO O| Dec 14 00:33:40.449 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712024-12-14T00:33:42.065Z[ recovery-image] Dec 14 00:33:40.468 INFO O| Dec 14 00:33:40.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83722024-12-14T00:33:42.068Z[ recovery-image] Dec 14 00:33:40.468 INFO O| Dec 14 00:33:40.468 INFO STEP 68 (remove_files) COMPLETE
83732024-12-14T00:33:42.068Z[ recovery-image] Dec 14 00:33:40.468 INFO O| Dec 14 00:33:40.468 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-14T00:33:42.098Z[ recovery-image] Dec 14 00:33:40.500 INFO O| Dec 14 00:33:40.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83752024-12-14T00:33:42.100Z[ recovery-image] Dec 14 00:33:40.501 INFO O| Dec 14 00:33:40.501 INFO STEP 69 (remove_files) COMPLETE
83762024-12-14T00:33:42.100Z[ recovery-image] Dec 14 00:33:40.501 INFO O| Dec 14 00:33:40.501 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-14T00:33:42.140Z[ recovery-image] Dec 14 00:33:40.543 INFO O| Dec 14 00:33:40.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83782024-12-14T00:33:42.143Z[ recovery-image] Dec 14 00:33:40.543 INFO O| Dec 14 00:33:40.543 INFO STEP 70 (remove_files) COMPLETE
83792024-12-14T00:33:42.143Z[ recovery-image] Dec 14 00:33:40.543 INFO O| Dec 14 00:33:40.543 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-14T00:33:42.186Z[ recovery-image] Dec 14 00:33:40.588 INFO O| Dec 14 00:33:40.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83812024-12-14T00:33:42.188Z[ recovery-image] Dec 14 00:33:40.589 INFO O| Dec 14 00:33:40.589 INFO STEP 71 (remove_files) COMPLETE
83822024-12-14T00:33:42.188Z[ recovery-image] Dec 14 00:33:40.589 INFO O| Dec 14 00:33:40.589 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-14T00:33:42.246Z[ recovery-image] Dec 14 00:33:40.648 INFO O| Dec 14 00:33:40.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83842024-12-14T00:33:42.246Z[ recovery-image] Dec 14 00:33:40.648 INFO O| Dec 14 00:33:40.648 INFO STEP 72 (remove_files) COMPLETE
83852024-12-14T00:33:42.246Z[ recovery-image] Dec 14 00:33:40.648 INFO O| Dec 14 00:33:40.648 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-14T00:33:42.266Z[ recovery-image] Dec 14 00:33:40.668 INFO O| Dec 14 00:33:40.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83872024-12-14T00:33:42.266Z[ recovery-image] Dec 14 00:33:40.668 INFO O| Dec 14 00:33:40.668 INFO STEP 73 (remove_files) COMPLETE
83882024-12-14T00:33:42.269Z[ recovery-image] Dec 14 00:33:40.668 INFO O| Dec 14 00:33:40.668 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-14T00:33:42.286Z[ recovery-image] Dec 14 00:33:40.688 INFO O| Dec 14 00:33:40.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83902024-12-14T00:33:42.286Z[ recovery-image] Dec 14 00:33:40.688 INFO O| Dec 14 00:33:40.688 INFO STEP 74 (remove_files) COMPLETE
83912024-12-14T00:33:42.286Z[ recovery-image] Dec 14 00:33:40.688 INFO O| Dec 14 00:33:40.688 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-14T00:33:42.313Z[ recovery-image] Dec 14 00:33:40.716 INFO O| Dec 14 00:33:40.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83932024-12-14T00:33:42.313Z[ recovery-image] Dec 14 00:33:40.716 INFO O| Dec 14 00:33:40.716 INFO STEP 75 (remove_files) COMPLETE
83942024-12-14T00:33:42.317Z[ recovery-image] Dec 14 00:33:40.716 INFO O| Dec 14 00:33:40.716 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-14T00:33:42.334Z[ recovery-image] Dec 14 00:33:40.737 INFO O| Dec 14 00:33:40.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83962024-12-14T00:33:42.334Z[ recovery-image] Dec 14 00:33:40.737 INFO O| Dec 14 00:33:40.737 INFO STEP 76 (remove_files) COMPLETE
83972024-12-14T00:33:42.334Z[ recovery-image] Dec 14 00:33:40.737 INFO O| Dec 14 00:33:40.737 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-14T00:33:42.354Z[ recovery-image] Dec 14 00:33:40.756 INFO O| Dec 14 00:33:40.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83992024-12-14T00:33:42.354Z[ recovery-image] Dec 14 00:33:40.756 INFO O| Dec 14 00:33:40.756 INFO STEP 77 (remove_files) COMPLETE
84002024-12-14T00:33:42.356Z[ recovery-image] Dec 14 00:33:40.756 INFO O| Dec 14 00:33:40.756 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012024-12-14T00:33:42.388Z[ recovery-image] Dec 14 00:33:40.790 INFO O| Dec 14 00:33:40.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84022024-12-14T00:33:42.388Z[ recovery-image] Dec 14 00:33:40.791 INFO O| Dec 14 00:33:40.791 INFO STEP 78 (remove_files) COMPLETE
84032024-12-14T00:33:42.391Z[ recovery-image] Dec 14 00:33:40.791 INFO O| Dec 14 00:33:40.791 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042024-12-14T00:33:42.407Z[ recovery-image] Dec 14 00:33:40.810 INFO O| Dec 14 00:33:40.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84052024-12-14T00:33:42.408Z[ recovery-image] Dec 14 00:33:40.810 INFO O| Dec 14 00:33:40.810 INFO STEP 79 (remove_files) COMPLETE
84062024-12-14T00:33:42.408Z[ recovery-image] Dec 14 00:33:40.810 INFO O| Dec 14 00:33:40.810 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072024-12-14T00:33:42.447Z[ recovery-image] Dec 14 00:33:40.849 INFO O| Dec 14 00:33:40.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84082024-12-14T00:33:42.447Z[ recovery-image] Dec 14 00:33:40.849 INFO O| Dec 14 00:33:40.849 INFO STEP 80 (remove_files) COMPLETE
84092024-12-14T00:33:42.451Z[ recovery-image] Dec 14 00:33:40.849 INFO O| Dec 14 00:33:40.849 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102024-12-14T00:33:42.487Z[ recovery-image] Dec 14 00:33:40.889 INFO O| Dec 14 00:33:40.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84112024-12-14T00:33:42.488Z[ recovery-image] Dec 14 00:33:40.889 INFO O| Dec 14 00:33:40.889 INFO STEP 81 (remove_files) COMPLETE
84122024-12-14T00:33:42.490Z[ recovery-image] Dec 14 00:33:40.889 INFO O| Dec 14 00:33:40.889 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84132024-12-14T00:33:42.505Z[ recovery-image] Dec 14 00:33:40.908 INFO O| Dec 14 00:33:40.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84142024-12-14T00:33:42.505Z[ recovery-image] Dec 14 00:33:40.908 INFO O| Dec 14 00:33:40.908 INFO STEP 82 (remove_files) COMPLETE
84152024-12-14T00:33:42.505Z[ recovery-image] Dec 14 00:33:40.908 INFO O| Dec 14 00:33:40.908 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84162024-12-14T00:33:42.537Z[ recovery-image] Dec 14 00:33:40.938 INFO O| Dec 14 00:33:40.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84172024-12-14T00:33:42.537Z[ recovery-image] Dec 14 00:33:40.938 INFO O| Dec 14 00:33:40.938 INFO STEP 83 (remove_files) COMPLETE
84182024-12-14T00:33:42.537Z[ recovery-image] Dec 14 00:33:40.938 INFO O| Dec 14 00:33:40.938 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84192024-12-14T00:33:42.557Z[ recovery-image] Dec 14 00:33:40.959 INFO O| Dec 14 00:33:40.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84202024-12-14T00:33:42.557Z[ recovery-image] Dec 14 00:33:40.960 INFO O| Dec 14 00:33:40.959 INFO STEP 84 (remove_files) COMPLETE
84212024-12-14T00:33:42.557Z[ recovery-image] Dec 14 00:33:40.960 INFO O| Dec 14 00:33:40.960 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84222024-12-14T00:33:42.598Z[ recovery-image] Dec 14 00:33:41.000 INFO O| Dec 14 00:33:41.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84232024-12-14T00:33:42.598Z[ recovery-image] Dec 14 00:33:41.000 INFO O| Dec 14 00:33:41.000 INFO STEP 85 (remove_files) COMPLETE
84242024-12-14T00:33:42.599Z[ recovery-image] Dec 14 00:33:41.000 INFO O| Dec 14 00:33:41.000 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84252024-12-14T00:33:42.660Z[ recovery-image] Dec 14 00:33:41.062 INFO O| Dec 14 00:33:41.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84262024-12-14T00:33:42.663Z[ recovery-image] Dec 14 00:33:41.063 INFO O| Dec 14 00:33:41.063 INFO STEP 86 (remove_files) COMPLETE
84272024-12-14T00:33:42.663Z[ recovery-image] Dec 14 00:33:41.063 INFO O| Dec 14 00:33:41.063 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282024-12-14T00:33:42.681Z[ recovery-image] Dec 14 00:33:41.082 INFO O| Dec 14 00:33:41.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84292024-12-14T00:33:42.683Z[ recovery-image] Dec 14 00:33:41.083 INFO O| Dec 14 00:33:41.083 INFO STEP 87 (remove_files) COMPLETE
84302024-12-14T00:33:42.683Z[ recovery-image] Dec 14 00:33:41.083 INFO O| Dec 14 00:33:41.083 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84312024-12-14T00:33:42.738Z[ recovery-image] Dec 14 00:33:41.140 INFO O| Dec 14 00:33:41.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84322024-12-14T00:33:42.740Z[ recovery-image] Dec 14 00:33:41.140 INFO O| Dec 14 00:33:41.140 INFO STEP 88 (remove_files) COMPLETE
84332024-12-14T00:33:42.740Z[ recovery-image] Dec 14 00:33:41.140 INFO O| Dec 14 00:33:41.140 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84342024-12-14T00:33:42.757Z[ recovery-image] Dec 14 00:33:41.159 INFO O| Dec 14 00:33:41.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84352024-12-14T00:33:42.759Z[ recovery-image] Dec 14 00:33:41.160 INFO O| Dec 14 00:33:41.160 INFO STEP 89 (remove_files) COMPLETE
84362024-12-14T00:33:42.759Z[ recovery-image] Dec 14 00:33:41.160 INFO O| Dec 14 00:33:41.160 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84372024-12-14T00:33:42.778Z[ recovery-image] Dec 14 00:33:41.179 INFO O| Dec 14 00:33:41.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84382024-12-14T00:33:42.780Z[ recovery-image] Dec 14 00:33:41.179 INFO O| Dec 14 00:33:41.179 INFO STEP 90 (remove_files) COMPLETE
84392024-12-14T00:33:42.781Z[ recovery-image] Dec 14 00:33:41.180 INFO O| Dec 14 00:33:41.179 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84402024-12-14T00:33:42.809Z[ recovery-image] Dec 14 00:33:41.211 INFO O| Dec 14 00:33:41.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84412024-12-14T00:33:42.809Z[ recovery-image] Dec 14 00:33:41.211 INFO O| Dec 14 00:33:41.211 INFO STEP 91 (remove_files) COMPLETE
84422024-12-14T00:33:42.809Z[ recovery-image] Dec 14 00:33:41.211 INFO O| Dec 14 00:33:41.211 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84432024-12-14T00:33:42.829Z[ recovery-image] Dec 14 00:33:41.231 INFO O| Dec 14 00:33:41.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84442024-12-14T00:33:42.829Z[ recovery-image] Dec 14 00:33:41.231 INFO O| Dec 14 00:33:41.231 INFO STEP 92 (remove_files) COMPLETE
84452024-12-14T00:33:42.831Z[ recovery-image] Dec 14 00:33:41.231 INFO O| Dec 14 00:33:41.231 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84462024-12-14T00:33:42.849Z[ recovery-image] Dec 14 00:33:41.251 INFO O| Dec 14 00:33:41.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84472024-12-14T00:33:42.849Z[ recovery-image] Dec 14 00:33:41.251 INFO O| Dec 14 00:33:41.251 INFO STEP 93 (remove_files) COMPLETE
84482024-12-14T00:33:42.852Z[ recovery-image] Dec 14 00:33:41.251 INFO O| Dec 14 00:33:41.251 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84492024-12-14T00:33:42.877Z[ recovery-image] Dec 14 00:33:41.279 INFO O| Dec 14 00:33:41.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84502024-12-14T00:33:42.880Z[ recovery-image] Dec 14 00:33:41.280 INFO O| Dec 14 00:33:41.280 INFO STEP 94 (remove_files) COMPLETE
84512024-12-14T00:33:42.880Z[ recovery-image] Dec 14 00:33:41.280 INFO O| Dec 14 00:33:41.280 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84522024-12-14T00:33:42.923Z[ recovery-image] Dec 14 00:33:41.325 INFO O| Dec 14 00:33:41.325 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84532024-12-14T00:33:42.926Z[ recovery-image] Dec 14 00:33:41.325 INFO O| Dec 14 00:33:41.325 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"}
84542024-12-14T00:33:55.350Z[ recovery-image] Dec 14 00:33:53.750 INFO O| Dec 14 00:33:53.750 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
84552024-12-14T00:33:55.353Z[ recovery-image] Dec 14 00:33:53.750 INFO O| Dec 14 00:33:53.750 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84562024-12-14T00:33:55.372Z[ recovery-image] Dec 14 00:33:53.771 INFO O| Dec 14 00:33:53.771 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_CHECKHASH": "1"}
84572024-12-14T00:33:55.534Z[ recovery-image] Dec 14 00:33:53.931 INFO O| Dec 14 00:33:53.931 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84582024-12-14T00:33:55.534Z[ recovery-image] Dec 14 00:33:53.931 INFO O| Dec 14 00:33:53.931 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 ...
84592024-12-14T00:33:55.537Z[ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84602024-12-14T00:33:55.537Z[ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO ok!
84612024-12-14T00:33:55.537Z[ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84622024-12-14T00:33:55.537Z[ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO STEP 95 (seed_smf) COMPLETE
84632024-12-14T00:33:55.537Z[ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO steps complete; finalising image!
84642024-12-14T00:33:55.537Z[ recovery-image] Dec 14 00:33:53.934 INFO O| Dec 14 00:33:53.933 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84652024-12-14T00:33:55.609Z[ recovery-image] Dec 14 00:33:54.009 INFO O| Dec 14 00:33:54.008 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 14 00:33:53 2024)
84662024-12-14T00:33:55.821Z[ recovery-image] Dec 14 00:33:54.220 INFO O| Dec 14 00:33:54.220 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Sat Dec 14 00:33:53 2024)
84672024-12-14T00:33:56.058Z[ recovery-image] Dec 14 00:33:54.457 INFO O| Dec 14 00:33:54.457 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84682024-12-14T00:33:56.058Z[ recovery-image] Dec 14 00:33:54.457 INFO O| Dec 14 00:33:54.457 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84692024-12-14T00:33:56.740Z[ recovery-image] Dec 14 00:33:55.139 INFO O| Dec 14 00:33:55.139 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
84702024-12-14T00:33:56.740Z[ recovery-image] Dec 14 00:33:55.139 INFO O| Dec 14 00:33:55.139 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84712024-12-14T00:34:02.592Z[ recovery-image] Dec 14 00:34:00.988 INFO O| Dec 14 00:34:00.988 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84722024-12-14T00:34:02.594Z[ recovery-image] Dec 14 00:34:00.989 INFO O| Dec 14 00:34:00.988 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84732024-12-14T00:34:02.594Z[ recovery-image] Dec 14 00:34:00.989 INFO O| Dec 14 00:34:00.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84742024-12-14T00:34:02.594Z[ recovery-image] Dec 14 00:34:00.989 INFO O| Dec 14 00:34:00.989 INFO completed processing gimlet/zfs-recovery
84752024-12-14T00:34:02.594Z[ recovery-image] Dec 14 00:34:00.989 INFO O| Dec 14 00:34:00.989 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84762024-12-14T00:34:03.424Z[ recovery-image] Dec 14 00:34:01.821 INFO O| Dec 14 00:34:01.821 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84772024-12-14T00:34:03.638Z[ recovery-image] Dec 14 00:34:02.036 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84782024-12-14T00:34:03.641Z[ recovery-image] Dec 14 00:34:02.037 INFO expanded image name: "recovery 2d0edd7/${os_short_commit} 2024-12-14 00:04" -> "recovery 2d0edd7/92ea229 2024-12-14 00:04"
84792024-12-14T00:34:03.641Z[ recovery-image] Dec 14 00:34:02.037 INFO output artefacts stored in: "/work/os-recovery"
84802024-12-14T00:34:03.641Z[ recovery-image] Dec 14 00:34:02.038 INFO collecting git info from project "bootserver"...
84812024-12-14T00:34:03.677Z[ recovery-image] Dec 14 00:34:02.074 INFO collecting git info from project "pinprick"...
84822024-12-14T00:34:03.685Z[ recovery-image] Dec 14 00:34:02.082 INFO collecting git info from project "phbl"...
84832024-12-14T00:34:03.696Z[ recovery-image] Dec 14 00:34:02.093 INFO collecting git info from project "chelsio-t6-roms"...
84842024-12-14T00:34:03.732Z[ recovery-image] Dec 14 00:34:02.128 INFO collecting git info from project "amd-firmware"...
84852024-12-14T00:34:04.349Z[ recovery-image] Dec 14 00:34:02.746 INFO collecting git info from project "amd-host-image-builder"...
84862024-12-14T00:34:04.846Z[ recovery-image] Dec 14 00:34:03.243 INFO collecting git info from project "pilot"...
84872024-12-14T00:34:04.869Z[ recovery-image] Dec 14 00:34:03.266 INFO collecting git info from project "image-builder"...
84882024-12-14T00:34:04.880Z[ recovery-image] Dec 14 00:34:03.277 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84892024-12-14T00:34:05.943Z[ recovery-image] Dec 14 00:34:04.340 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84902024-12-14T00:34:06.692Z[ recovery-image] Dec 14 00:34:05.088 INFO creating Oxide boot image...
84912024-12-14T00:34:06.692Z[ recovery-image] Dec 14 00:34:05.089 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 2d0edd7/92ea229 2024-12-14 00:04", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84922024-12-14T00:35:03.950Z[ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
84932024-12-14T00:35:03.950Z[ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
84942024-12-14T00:35:03.952Z[ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84952024-12-14T00:35:03.953Z[ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84962024-12-14T00:35:03.953Z[ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84972024-12-14T00:35:03.953Z[ host-image] Dec 14 00:35:02.334 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84982024-12-14T00:35:03.953Z[ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84992024-12-14T00:35:03.953Z[ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85002024-12-14T00:35:03.953Z[ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85012024-12-14T00:35:03.953Z[ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85022024-12-14T00:35:03.953Z[ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
85032024-12-14T00:35:03.955Z[ host-image] Dec 14 00:35:02.337 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
85042024-12-14T00:35:03.958Z[ host-image] Dec 14 00:35:02.338 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
85052024-12-14T00:35:03.958Z[ host-image] Dec 14 00:35:02.339 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
85062024-12-14T00:35:03.958Z[ host-image] Dec 14 00:35:02.339 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85072024-12-14T00:35:03.958Z[ host-image] Dec 14 00:35:02.340 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
85082024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.341 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
85092024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.341 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
85102024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.341 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
85112024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
85122024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
85132024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85142024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85152024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85162024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85172024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85182024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85192024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85202024-12-14T00:35:03.961Z[ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85212024-12-14T00:35:03.964Z[ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85222024-12-14T00:35:03.964Z[ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85232024-12-14T00:35:03.964Z[ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85242024-12-14T00:35:03.964Z[ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85252024-12-14T00:35:03.964Z[ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85262024-12-14T00:35:03.964Z[ host-image] Dec 14 00:35:02.346 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85272024-12-14T00:35:03.964Z[ host-image] Dec 14 00:35:02.346 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85282024-12-14T00:35:03.975Z[ host-image] Dec 14 00:35:02.358 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85292024-12-14T00:35:03.975Z[ host-image] Dec 14 00:35:02.358 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85302024-12-14T00:35:03.979Z[ host-image] Dec 14 00:35:02.358 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85312024-12-14T00:35:03.979Z[ host-image] Dec 14 00:35:02.359 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85322024-12-14T00:35:03.979Z[ host-image] Dec 14 00:35:02.359 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85332024-12-14T00:35:03.979Z[ host-image] Dec 14 00:35:02.360 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85342024-12-14T00:35:03.979Z[ host-image] Dec 14 00:35:02.360 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85352024-12-14T00:35:03.979Z[ host-image] Dec 14 00:35:02.360 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85362024-12-14T00:35:03.982Z[ host-image] Dec 14 00:35:02.362 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85372024-12-14T00:35:03.982Z[ host-image] Dec 14 00:35:02.362 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85382024-12-14T00:35:03.996Z[ host-image] Dec 14 00:35:02.379 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85392024-12-14T00:35:03.996Z[ host-image] Dec 14 00:35:02.379 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85402024-12-14T00:35:03.999Z[ host-image] Dec 14 00:35:02.379 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85412024-12-14T00:35:03.999Z[ host-image] Dec 14 00:35:02.380 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85422024-12-14T00:35:03.999Z[ host-image] Dec 14 00:35:02.381 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85432024-12-14T00:35:03.999Z[ host-image] Dec 14 00:35:02.381 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85442024-12-14T00:35:04.066Z[ host-image] Dec 14 00:35:02.448 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85452024-12-14T00:35:04.068Z[ host-image] Dec 14 00:35:02.449 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85462024-12-14T00:35:04.069Z[ host-image] Dec 14 00:35:02.449 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85472024-12-14T00:35:04.069Z[ host-image] Dec 14 00:35:02.450 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85482024-12-14T00:35:04.069Z[ host-image] Dec 14 00:35:02.451 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85492024-12-14T00:35:04.069Z[ host-image] Dec 14 00:35:02.451 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85502024-12-14T00:35:04.069Z[ host-image] Dec 14 00:35:02.451 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85512024-12-14T00:35:04.072Z[ host-image] Dec 14 00:35:02.451 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85522024-12-14T00:35:04.072Z[ host-image] Dec 14 00:35:02.452 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85532024-12-14T00:35:04.072Z[ host-image] Dec 14 00:35:02.452 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85542024-12-14T00:35:04.072Z[ host-image] Dec 14 00:35:02.452 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85552024-12-14T00:35:04.072Z[ host-image] Dec 14 00:35:02.452 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85562024-12-14T00:35:04.076Z[ host-image] Dec 14 00:35:02.459 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85572024-12-14T00:35:04.084Z[ host-image] Dec 14 00:35:02.459 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85582024-12-14T00:35:04.084Z[ host-image] Dec 14 00:35:02.459 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85592024-12-14T00:35:04.084Z[ host-image] Dec 14 00:35:02.460 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85602024-12-14T00:35:04.084Z[ host-image] Dec 14 00:35:02.460 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85612024-12-14T00:35:04.100Z[ host-image] Dec 14 00:35:02.483 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85622024-12-14T00:35:04.105Z[ host-image] Dec 14 00:35:02.483 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85632024-12-14T00:35:04.106Z[ host-image] Dec 14 00:35:02.486 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85642024-12-14T00:35:04.110Z[ host-image] Dec 14 00:35:02.487 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85652024-12-14T00:35:04.110Z[ host-image] Dec 14 00:35:02.487 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85662024-12-14T00:35:04.110Z[ host-image] Dec 14 00:35:02.488 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85672024-12-14T00:35:04.110Z[ host-image] Dec 14 00:35:02.489 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85682024-12-14T00:35:04.110Z[ host-image] Dec 14 00:35:02.489 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85692024-12-14T00:35:04.110Z[ host-image] Dec 14 00:35:02.490 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85702024-12-14T00:35:04.114Z[ host-image] Dec 14 00:35:02.495 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85712024-12-14T00:35:04.114Z[ host-image] Dec 14 00:35:02.495 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85722024-12-14T00:35:04.114Z[ host-image] Dec 14 00:35:02.496 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85732024-12-14T00:35:04.114Z[ host-image] Dec 14 00:35:02.497 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85742024-12-14T00:35:04.117Z[ host-image] Dec 14 00:35:02.497 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85752024-12-14T00:35:04.117Z[ host-image] Dec 14 00:35:02.497 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85762024-12-14T00:35:04.117Z[ host-image] Dec 14 00:35:02.498 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85772024-12-14T00:35:04.117Z[ host-image] Dec 14 00:35:02.498 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85782024-12-14T00:35:04.128Z[ host-image] Dec 14 00:35:02.510 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85792024-12-14T00:35:04.128Z[ host-image] Dec 14 00:35:02.510 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85802024-12-14T00:35:04.131Z[ host-image] Dec 14 00:35:02.513 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
85812024-12-14T00:35:04.134Z[ host-image] Dec 14 00:35:02.515 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
85822024-12-14T00:35:04.134Z[ host-image] Dec 14 00:35:02.515 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
85832024-12-14T00:35:04.134Z[ host-image] Dec 14 00:35:02.516 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
85842024-12-14T00:35:04.154Z[ host-image] Dec 14 00:35:02.517 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
85852024-12-14T00:35:04.154Z[ host-image] Dec 14 00:35:02.517 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
85862024-12-14T00:35:04.154Z[ host-image] Dec 14 00:35:02.532 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
85872024-12-14T00:35:04.154Z[ host-image] Dec 14 00:35:02.532 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
85882024-12-14T00:35:04.154Z[ host-image] Dec 14 00:35:02.533 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
85892024-12-14T00:35:04.157Z[ host-image] Dec 14 00:35:02.535 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
85902024-12-14T00:35:04.157Z[ host-image] Dec 14 00:35:02.535 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
85912024-12-14T00:35:04.185Z[ host-image] Dec 14 00:35:02.568 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
85922024-12-14T00:35:04.188Z[ host-image] Dec 14 00:35:02.568 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
85932024-12-14T00:35:04.188Z[ host-image] Dec 14 00:35:02.568 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
85942024-12-14T00:35:04.188Z[ host-image] Dec 14 00:35:02.569 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85952024-12-14T00:35:04.188Z[ host-image] Dec 14 00:35:02.569 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85962024-12-14T00:35:04.253Z[ host-image] Dec 14 00:35:02.635 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
85972024-12-14T00:35:04.256Z[ host-image] Dec 14 00:35:02.635 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85982024-12-14T00:35:04.256Z[ host-image] Dec 14 00:35:02.636 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
85992024-12-14T00:35:04.256Z[ host-image] Dec 14 00:35:02.636 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
86002024-12-14T00:35:04.256Z[ host-image] Dec 14 00:35:02.638 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
86012024-12-14T00:35:04.256Z[ host-image] Dec 14 00:35:02.638 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86022024-12-14T00:35:04.259Z[ host-image] Dec 14 00:35:02.639 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86032024-12-14T00:35:04.259Z[ host-image] Dec 14 00:35:02.639 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
86042024-12-14T00:35:04.259Z[ host-image] Dec 14 00:35:02.640 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
86052024-12-14T00:35:04.259Z[ host-image] Dec 14 00:35:02.640 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
86062024-12-14T00:35:04.259Z[ host-image] Dec 14 00:35:02.640 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
86072024-12-14T00:35:04.259Z[ host-image] Dec 14 00:35:02.641 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
86082024-12-14T00:35:04.259Z[ host-image] Dec 14 00:35:02.641 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
86092024-12-14T00:35:04.262Z[ host-image] Dec 14 00:35:02.645 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86102024-12-14T00:35:04.264Z[ host-image] Dec 14 00:35:02.645 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
86112024-12-14T00:35:04.267Z[ host-image] Dec 14 00:35:02.648 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
86122024-12-14T00:35:04.267Z[ host-image] Dec 14 00:35:02.648 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
86132024-12-14T00:35:04.268Z[ host-image] Dec 14 00:35:02.648 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86142024-12-14T00:35:04.268Z[ host-image] Dec 14 00:35:02.649 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86152024-12-14T00:35:04.268Z[ host-image] Dec 14 00:35:02.649 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86162024-12-14T00:35:04.268Z[ host-image] Dec 14 00:35:02.649 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86172024-12-14T00:35:04.268Z[ host-image] Dec 14 00:35:02.649 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86182024-12-14T00:35:04.268Z[ host-image] Dec 14 00:35:02.650 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86192024-12-14T00:35:04.271Z[ host-image] Dec 14 00:35:02.650 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86202024-12-14T00:35:04.271Z[ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86212024-12-14T00:35:04.271Z[ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86222024-12-14T00:35:04.271Z[ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86232024-12-14T00:35:04.271Z[ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86242024-12-14T00:35:04.271Z[ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86252024-12-14T00:35:04.271Z[ host-image] Dec 14 00:35:02.652 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86262024-12-14T00:35:04.333Z[ host-image] Dec 14 00:35:02.654 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86272024-12-14T00:35:04.333Z[ host-image] Dec 14 00:35:02.654 INFO O| tempdir @ "/tmp/.tmp51WftF/tmp"
86282024-12-14T00:35:04.333Z[ host-image] Dec 14 00:35:02.654 INFO O| image root @ "/tmp/.tmp51WftF/tmp/root"
86292024-12-14T00:35:04.333Z[ host-image] Dec 14 00:35:02.655 INFO O| creating image...
86302024-12-14T00:35:05.057Z[ recovery-image] Dec 14 00:35:03.438 INFO O| ok, image written!
86312024-12-14T00:35:05.057Z[ recovery-image] Dec 14 00:35:03.438 INFO O| ok, boot_image_csum file written!
86322024-12-14T00:35:05.063Z[ recovery-image] Dec 14 00:35:03.444 INFO creating boot archive (CPIO)...
86332024-12-14T00:35:05.063Z[ recovery-image] Dec 14 00:35:03.445 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
86342024-12-14T00:35:05.073Z[ recovery-image] Dec 14 00:35:03.455 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86352024-12-14T00:35:05.073Z[ recovery-image] Dec 14 00:35:03.455 INFO E| + outfile=/work/os-recovery/cpio
86362024-12-14T00:35:05.073Z[ recovery-image] Dec 14 00:35:03.455 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86372024-12-14T00:35:05.077Z[ recovery-image] Dec 14 00:35:03.458 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86382024-12-14T00:35:05.077Z[ recovery-image] Dec 14 00:35:03.458 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86392024-12-14T00:35:05.123Z[ recovery-image] Dec 14 00:35:03.505 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86402024-12-14T00:35:05.123Z[ recovery-image] Dec 14 00:35:03.505 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86412024-12-14T00:35:05.134Z[ recovery-image] Dec 14 00:35:03.516 INFO creating compressed cpio/unix for nanobl-rs...
86422024-12-14T00:35:05.134Z[ recovery-image] Dec 14 00:35:03.516 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
86432024-12-14T00:35:05.367Z[ host-image] Dec 14 00:35:03.749 INFO O| copying publishers...
86442024-12-14T00:35:05.580Z[ recovery-image] Dec 14 00:35:03.963 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86452024-12-14T00:35:12.108Z[ recovery-image] Dec 14 00:35:10.489 INFO creating reset image...
86462024-12-14T00:35:12.111Z[ recovery-image] Dec 14 00:35:10.489 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86472024-12-14T00:35:12.739Z[ recovery-image] Dec 14 00:35:11.120 INFO E| Updating crates.io index
86482024-12-14T00:35:12.872Z[ recovery-image] Dec 14 00:35:11.252 INFO E| Downloading crates ...
86492024-12-14T00:35:13.002Z[ recovery-image] Dec 14 00:35:11.382 INFO E| Downloaded clap_derive v4.5.13
86502024-12-14T00:35:13.006Z[ recovery-image] Dec 14 00:35:11.387 INFO E| Downloaded os_pipe v1.2.1
86512024-12-14T00:35:13.008Z[ recovery-image] Dec 14 00:35:11.389 INFO E| Downloaded shared_child v1.0.1
86522024-12-14T00:35:13.043Z[ recovery-image] Dec 14 00:35:11.423 INFO E| Downloaded duct v0.13.7
86532024-12-14T00:35:13.046Z[ recovery-image] Dec 14 00:35:11.427 INFO E| Downloaded clap v4.5.17
86542024-12-14T00:35:13.088Z[ recovery-image] Dec 14 00:35:11.469 INFO E| Downloaded clap_builder v4.5.17
86552024-12-14T00:35:13.154Z[ recovery-image] Dec 14 00:35:11.534 INFO E| Downloaded syn v2.0.77
86562024-12-14T00:35:13.193Z[ recovery-image] Dec 14 00:35:11.574 INFO E| Downloaded libc v0.2.158
86572024-12-14T00:35:13.355Z[ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling proc-macro2 v1.0.86
86582024-12-14T00:35:13.355Z[ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling unicode-ident v1.0.13
86592024-12-14T00:35:13.359Z[ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling libc v0.2.158
86602024-12-14T00:35:13.359Z[ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling utf8parse v0.2.2
86612024-12-14T00:35:13.359Z[ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling colorchoice v1.0.2
86622024-12-14T00:35:13.359Z[ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling is_terminal_polyfill v1.70.1
86632024-12-14T00:35:13.359Z[ recovery-image] Dec 14 00:35:11.737 INFO E| Compiling anstyle-query v1.1.1
86642024-12-14T00:35:13.359Z[ recovery-image] Dec 14 00:35:11.737 INFO E| Compiling anstyle v1.0.8
86652024-12-14T00:35:13.848Z[ recovery-image] Dec 14 00:35:12.228 INFO E| Compiling strsim v0.11.1
86662024-12-14T00:35:14.009Z[ recovery-image] Dec 14 00:35:12.388 INFO E| Compiling anstyle-parse v0.2.5
86672024-12-14T00:35:14.066Z[ recovery-image] Dec 14 00:35:12.446 INFO E| Compiling clap_lex v0.7.2
86682024-12-14T00:35:14.267Z[ recovery-image] Dec 14 00:35:12.647 INFO E| Compiling heck v0.5.0
86692024-12-14T00:35:14.368Z[ recovery-image] Dec 14 00:35:12.748 INFO E| Compiling once_cell v1.19.0
86702024-12-14T00:35:14.798Z[ recovery-image] Dec 14 00:35:13.178 INFO E| Compiling anstream v0.6.15
86712024-12-14T00:35:15.520Z[ recovery-image] Dec 14 00:35:13.900 INFO E| Compiling clap_builder v4.5.17
86722024-12-14T00:35:16.267Z[ recovery-image] Dec 14 00:35:14.647 INFO E| Compiling quote v1.0.37
86732024-12-14T00:35:16.413Z[ recovery-image] Dec 14 00:35:14.793 INFO E| Compiling os_pipe v1.2.1
86742024-12-14T00:35:16.413Z[ recovery-image] Dec 14 00:35:14.793 INFO E| Compiling shared_child v1.0.1
86752024-12-14T00:35:16.747Z[ recovery-image] Dec 14 00:35:15.126 INFO E| Compiling duct v0.13.7
86762024-12-14T00:35:16.954Z[ recovery-image] Dec 14 00:35:15.333 INFO E| Compiling syn v2.0.77
86772024-12-14T00:35:26.242Z[ recovery-image] Dec 14 00:35:24.619 INFO E| Compiling clap_derive v4.5.13
86782024-12-14T00:35:30.510Z[ host-image] Dec 14 00:35:28.887 INFO O| adding properties...
86792024-12-14T00:35:30.874Z[ recovery-image] Dec 14 00:35:29.250 INFO E| Compiling clap v4.5.17
86802024-12-14T00:35:30.964Z[ recovery-image] Dec 14 00:35:29.340 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86812024-12-14T00:35:32.883Z[ host-image] Dec 14 00:35:31.258 INFO O| installing packages...
86822024-12-14T00:35:33.246Z[ recovery-image] Dec 14 00:35:31.622 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.97s
86832024-12-14T00:35:33.261Z[ recovery-image] Dec 14 00:35:31.637 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86842024-12-14T00:35:33.651Z[ recovery-image] Dec 14 00:35:32.027 INFO E| Updating crates.io index
86852024-12-14T00:35:33.978Z[ recovery-image] Dec 14 00:35:32.310 INFO E| Downloading crates ...
86862024-12-14T00:35:34.009Z[ recovery-image] Dec 14 00:35:32.385 INFO E| Downloaded bit_field v0.10.2
86872024-12-14T00:35:34.024Z[ recovery-image] Dec 14 00:35:32.400 INFO E| Downloaded bitstruct_derive v0.1.0
86882024-12-14T00:35:34.028Z[ recovery-image] Dec 14 00:35:32.404 INFO E| Downloaded bitstruct v0.1.1
86892024-12-14T00:35:34.032Z[ recovery-image] Dec 14 00:35:32.407 INFO E| Downloaded cpio_reader v0.1.1
86902024-12-14T00:35:34.058Z[ recovery-image] Dec 14 00:35:32.433 INFO E| Downloaded seq-macro v0.3.5
86912024-12-14T00:35:34.061Z[ recovery-image] Dec 14 00:35:32.436 INFO E| Downloaded raw-cpuid v10.7.0
86922024-12-14T00:35:34.101Z[ recovery-image] Dec 14 00:35:32.477 INFO E| Downloaded syn v2.0.85
86932024-12-14T00:35:34.334Z[ recovery-image] Dec 14 00:35:32.709 INFO E| Downloaded x86 v0.52.0
86942024-12-14T00:35:34.480Z[ recovery-image] Dec 14 00:35:32.856 INFO E| Updating crates.io index
86952024-12-14T00:35:34.682Z[ recovery-image] Dec 14 00:35:33.057 INFO E| Downloading crates ...
86962024-12-14T00:35:34.812Z[ recovery-image] Dec 14 00:35:33.187 INFO E| Downloaded hashbrown v0.15.0
86972024-12-14T00:35:34.824Z[ recovery-image] Dec 14 00:35:33.199 INFO E| Downloaded compiler_builtins v0.1.134
86982024-12-14T00:35:34.954Z[ recovery-image] Dec 14 00:35:33.329 INFO E| Compiling compiler_builtins v0.1.134
86992024-12-14T00:35:34.966Z[ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87002024-12-14T00:35:34.966Z[ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling proc-macro2 v1.0.89
87012024-12-14T00:35:34.968Z[ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling unicode-ident v1.0.13
87022024-12-14T00:35:34.968Z[ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling syn v1.0.109
87032024-12-14T00:35:34.968Z[ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling x86 v0.52.0
87042024-12-14T00:35:34.968Z[ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87052024-12-14T00:35:34.968Z[ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling seq-macro v0.3.5
87062024-12-14T00:35:37.949Z[ recovery-image] Dec 14 00:35:36.323 INFO E| Compiling quote v1.0.37
87072024-12-14T00:35:38.365Z[ recovery-image] Dec 14 00:35:36.740 INFO E| Compiling syn v2.0.85
87082024-12-14T00:35:45.248Z[ recovery-image] Dec 14 00:35:43.620 INFO E| Compiling scroll_derive v0.12.0
87092024-12-14T00:35:50.014Z[ recovery-image] Dec 14 00:35:48.386 INFO E| Compiling bitstruct_derive v0.1.0
87102024-12-14T00:36:06.537Z[ host-image] Dec 14 00:36:04.904 INFO O| seeding SMF database...
87112024-12-14T00:36:15.293Z[ recovery-image] Dec 14 00:36:13.658 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87122024-12-14T00:36:18.272Z[ recovery-image] Dec 14 00:36:16.636 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87132024-12-14T00:36:23.380Z[ host-image] Dec 14 00:36:21.744 INFO O| configuring SMF profile...
87142024-12-14T00:36:23.383Z[ host-image] Dec 14 00:36:21.744 INFO O| modifying shadow(5)...
87152024-12-14T00:36:23.383Z[ host-image] Dec 14 00:36:21.744 INFO O| loading user and group database...
87162024-12-14T00:36:23.383Z[ host-image] Dec 14 00:36:21.744 INFO O| assessing packaged files...
87172024-12-14T00:36:24.708Z[ recovery-image] Dec 14 00:36:23.071 INFO E| Compiling bitflags v1.3.2
87182024-12-14T00:36:24.708Z[ recovery-image] Dec 14 00:36:23.071 INFO E| Compiling log v0.4.22
87192024-12-14T00:36:24.709Z[ recovery-image] Dec 14 00:36:23.071 INFO E| Compiling adler2 v2.0.0
87202024-12-14T00:36:24.712Z[ recovery-image] Dec 14 00:36:23.072 INFO E| Compiling bit_field v0.10.2
87212024-12-14T00:36:24.712Z[ recovery-image] Dec 14 00:36:23.072 INFO E| Compiling scroll v0.12.0
87222024-12-14T00:36:24.712Z[ recovery-image] Dec 14 00:36:23.072 INFO E| Compiling plain v0.2.3
87232024-12-14T00:36:24.712Z[ recovery-image] Dec 14 00:36:23.072 INFO E| Compiling bitstruct v0.1.1
87242024-12-14T00:36:24.857Z[ recovery-image] Dec 14 00:36:23.220 INFO E| Compiling raw-cpuid v10.7.0
87252024-12-14T00:36:24.887Z[ recovery-image] Dec 14 00:36:23.250 INFO E| Compiling cpio_reader v0.1.1
87262024-12-14T00:36:25.292Z[ recovery-image] Dec 14 00:36:23.655 INFO E| Compiling miniz_oxide v0.8.0
87272024-12-14T00:36:25.341Z[ recovery-image] Dec 14 00:36:23.704 INFO E| Compiling static_assertions v1.1.0
87282024-12-14T00:36:25.751Z[ recovery-image] Dec 14 00:36:24.114 INFO E| Compiling goblin v0.8.2
87292024-12-14T00:36:30.878Z[ host-image] Dec 14 00:36:29.240 INFO O| creating archive...
87302024-12-14T00:36:30.949Z[ host-image] Dec 14 00:36:29.311 INFO O| missing from packaging:
87312024-12-14T00:36:30.949Z[ host-image] Dec 14 00:36:29.311 INFO O| "etc/.pwd.lock"
87322024-12-14T00:36:30.949Z[ host-image] Dec 14 00:36:29.311 INFO O| "etc/bash"
87332024-12-14T00:36:30.959Z[ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/generic.xml"
87342024-12-14T00:36:30.960Z[ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/inetd_services.xml"
87352024-12-14T00:36:30.962Z[ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/name_service.xml"
87362024-12-14T00:36:30.963Z[ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/platform.xml"
87372024-12-14T00:36:30.963Z[ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/platform_omicron1.xml"
87382024-12-14T00:36:30.963Z[ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/repository.db"
87392024-12-14T00:36:30.977Z[ host-image] Dec 14 00:36:29.338 INFO O| "opt/ooce/share"
87402024-12-14T00:36:30.977Z[ host-image] Dec 14 00:36:29.338 INFO O| "opt/ooce/share/man"
87412024-12-14T00:36:30.979Z[ host-image] Dec 14 00:36:29.338 INFO O| "opt/ooce/share/man/man1"
87422024-12-14T00:36:30.992Z[ host-image] Dec 14 00:36:29.353 INFO O| finishing archive...
87432024-12-14T00:36:35.352Z[ host-image] Dec 14 00:36:33.709 INFO O| creating gzonly manifest...
87442024-12-14T00:36:35.381Z[ host-image] Dec 14 00:36:33.742 INFO O| ok
87452024-12-14T00:36:35.596Z[ host-image] Dec 14 00:36:33.957 INFO image builder template: ramdisk-02-trim...
87462024-12-14T00:36:35.596Z[ host-image] Dec 14 00:36:33.957 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/.tmpAGvK53/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.34.311", "-n", "ramdisk-02-trim"], pwd: None
87472024-12-14T00:36:35.645Z[ host-image] Dec 14 00:36:34.005 INFO O| Dec 14 00:36:34.005 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87482024-12-14T00:36:35.668Z[ host-image] Dec 14 00:36:34.029 INFO O| Dec 14 00:36:34.029 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87492024-12-14T00:36:35.807Z[ host-image] Dec 14 00:36:34.167 INFO O| Dec 14 00:36:34.167 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87502024-12-14T00:36:35.884Z[ host-image] Dec 14 00:36:34.244 INFO O| Dec 14 00:36:34.244 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87512024-12-14T00:36:35.886Z[ host-image] Dec 14 00:36:34.244 INFO O| Dec 14 00:36:34.244 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87522024-12-14T00:36:35.893Z[ host-image] Dec 14 00:36:34.254 INFO O| Dec 14 00:36:34.253 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87532024-12-14T00:36:35.900Z[ host-image] Dec 14 00:36:34.261 INFO O| Dec 14 00:36:34.261 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87542024-12-14T00:36:35.911Z[ host-image] Dec 14 00:36:34.271 INFO O| Dec 14 00:36:34.271 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87552024-12-14T00:36:36.489Z[ host-image] Dec 14 00:36:34.849 INFO O| Dec 14 00:36:34.849 INFO rolled back to input snapshot; work may begin
87562024-12-14T00:36:36.489Z[ host-image] Dec 14 00:36:34.849 INFO O| Dec 14 00:36:34.849 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87572024-12-14T00:36:36.510Z[ host-image] Dec 14 00:36:34.870 INFO O| Dec 14 00:36:34.870 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-12-14T00:36:36.529Z[ recovery-image] Dec 14 00:36:34.889 INFO E| Finished `release` profile [optimized] target(s) in 1m 03s
87592024-12-14T00:36:36.540Z[ host-image] Dec 14 00:36:34.901 INFO O| Dec 14 00:36:34.900 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87602024-12-14T00:36:36.560Z[ recovery-image] Dec 14 00:36:34.920 INFO building host image...
87612024-12-14T00:36:36.562Z[ recovery-image] Dec 14 00:36:34.921 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")
87622024-12-14T00:36:36.860Z[ host-image] Dec 14 00:36:35.220 INFO O| Dec 14 00:36:35.220 INFO STEP 0 (remove_files) COMPLETE
87632024-12-14T00:36:36.860Z[ host-image] Dec 14 00:36:35.220 INFO O| Dec 14 00:36:35.220 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-12-14T00:36:36.893Z[ host-image] Dec 14 00:36:35.253 INFO O| Dec 14 00:36:35.253 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87652024-12-14T00:36:36.895Z[ host-image] Dec 14 00:36:35.256 INFO O| Dec 14 00:36:35.256 INFO STEP 1 (remove_files) COMPLETE
87662024-12-14T00:36:36.898Z[ host-image] Dec 14 00:36:35.256 INFO O| Dec 14 00:36:35.256 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-12-14T00:36:36.913Z[ host-image] Dec 14 00:36:35.273 INFO O| Dec 14 00:36:35.273 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87682024-12-14T00:36:36.940Z[ host-image] Dec 14 00:36:35.300 INFO O| Dec 14 00:36:35.300 INFO STEP 2 (remove_files) COMPLETE
87692024-12-14T00:36:36.940Z[ host-image] Dec 14 00:36:35.300 INFO O| Dec 14 00:36:35.300 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-12-14T00:36:36.971Z[ host-image] Dec 14 00:36:35.331 INFO O| Dec 14 00:36:35.331 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87712024-12-14T00:36:36.975Z[ host-image] Dec 14 00:36:35.334 INFO O| Dec 14 00:36:35.334 INFO STEP 3 (remove_files) COMPLETE
87722024-12-14T00:36:36.975Z[ host-image] Dec 14 00:36:35.335 INFO O| Dec 14 00:36:35.334 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-12-14T00:36:37.013Z[ host-image] Dec 14 00:36:35.373 INFO O| Dec 14 00:36:35.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87742024-12-14T00:36:37.020Z[ host-image] Dec 14 00:36:35.381 INFO O| Dec 14 00:36:35.380 INFO STEP 4 (remove_files) COMPLETE
87752024-12-14T00:36:37.023Z[ host-image] Dec 14 00:36:35.381 INFO O| Dec 14 00:36:35.381 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-12-14T00:36:37.040Z[ host-image] Dec 14 00:36:35.400 INFO O| Dec 14 00:36:35.400 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87772024-12-14T00:36:37.045Z[ host-image] Dec 14 00:36:35.406 INFO O| Dec 14 00:36:35.406 INFO STEP 5 (remove_files) COMPLETE
87782024-12-14T00:36:37.048Z[ host-image] Dec 14 00:36:35.406 INFO O| Dec 14 00:36:35.406 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-12-14T00:36:37.082Z[ host-image] Dec 14 00:36:35.442 INFO O| Dec 14 00:36:35.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87802024-12-14T00:36:37.103Z[ host-image] Dec 14 00:36:35.463 INFO O| Dec 14 00:36:35.463 INFO STEP 6 (remove_files) COMPLETE
87812024-12-14T00:36:37.103Z[ host-image] Dec 14 00:36:35.463 INFO O| Dec 14 00:36:35.463 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-12-14T00:36:37.133Z[ host-image] Dec 14 00:36:35.494 INFO O| Dec 14 00:36:35.494 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87832024-12-14T00:36:37.159Z[ host-image] Dec 14 00:36:35.518 INFO O| Dec 14 00:36:35.518 INFO STEP 7 (remove_files) COMPLETE
87842024-12-14T00:36:37.159Z[ host-image] Dec 14 00:36:35.518 INFO O| Dec 14 00:36:35.518 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-12-14T00:36:37.177Z[ host-image] Dec 14 00:36:35.537 INFO O| Dec 14 00:36:35.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87862024-12-14T00:36:37.347Z[ host-image] Dec 14 00:36:35.707 INFO O| Dec 14 00:36:35.707 INFO STEP 8 (remove_files) COMPLETE
87872024-12-14T00:36:37.350Z[ host-image] Dec 14 00:36:35.707 INFO O| Dec 14 00:36:35.707 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-12-14T00:36:37.365Z[ host-image] Dec 14 00:36:35.726 INFO O| Dec 14 00:36:35.725 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87892024-12-14T00:36:37.446Z[ recovery-image] Dec 14 00:36:35.806 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87902024-12-14T00:36:37.517Z[ host-image] Dec 14 00:36:35.877 INFO O| Dec 14 00:36:35.877 INFO STEP 9 (remove_files) COMPLETE
87912024-12-14T00:36:37.517Z[ host-image] Dec 14 00:36:35.877 INFO O| Dec 14 00:36:35.877 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-12-14T00:36:37.536Z[ host-image] Dec 14 00:36:35.896 INFO O| Dec 14 00:36:35.896 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87932024-12-14T00:36:37.541Z[ host-image] Dec 14 00:36:35.901 INFO O| Dec 14 00:36:35.901 INFO STEP 10 (remove_files) COMPLETE
87942024-12-14T00:36:37.541Z[ host-image] Dec 14 00:36:35.901 INFO O| Dec 14 00:36:35.901 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-12-14T00:36:37.575Z[ host-image] Dec 14 00:36:35.935 INFO O| Dec 14 00:36:35.935 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87962024-12-14T00:36:37.578Z[ host-image] Dec 14 00:36:35.937 INFO O| Dec 14 00:36:35.937 INFO STEP 11 (remove_files) COMPLETE
87972024-12-14T00:36:37.578Z[ host-image] Dec 14 00:36:35.937 INFO O| Dec 14 00:36:35.937 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982024-12-14T00:36:37.595Z[ host-image] Dec 14 00:36:35.956 INFO O| Dec 14 00:36:35.955 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87992024-12-14T00:36:37.598Z[ host-image] Dec 14 00:36:35.958 INFO O| Dec 14 00:36:35.958 INFO STEP 12 (remove_files) COMPLETE
88002024-12-14T00:36:37.598Z[ host-image] Dec 14 00:36:35.958 INFO O| Dec 14 00:36:35.958 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012024-12-14T00:36:37.759Z[ host-image] Dec 14 00:36:36.119 INFO O| Dec 14 00:36:36.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88022024-12-14T00:36:37.829Z[ host-image] Dec 14 00:36:36.189 INFO O| Dec 14 00:36:36.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88032024-12-14T00:36:37.831Z[ host-image] Dec 14 00:36:36.191 INFO O| Dec 14 00:36:36.191 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88042024-12-14T00:36:37.835Z[ host-image] Dec 14 00:36:36.195 INFO O| Dec 14 00:36:36.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88052024-12-14T00:36:38.237Z[ host-image] Dec 14 00:36:36.597 INFO O| Dec 14 00:36:36.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88062024-12-14T00:36:38.256Z[ host-image] Dec 14 00:36:36.616 INFO O| Dec 14 00:36:36.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88072024-12-14T00:36:38.257Z[ host-image] Dec 14 00:36:36.617 INFO O| Dec 14 00:36:36.617 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88082024-12-14T00:36:38.259Z[ host-image] Dec 14 00:36:36.617 INFO O| Dec 14 00:36:36.617 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88092024-12-14T00:36:38.259Z[ host-image] Dec 14 00:36:36.617 INFO O| Dec 14 00:36:36.617 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88102024-12-14T00:36:38.260Z[ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88112024-12-14T00:36:38.260Z[ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88122024-12-14T00:36:38.260Z[ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88132024-12-14T00:36:38.260Z[ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88142024-12-14T00:36:38.260Z[ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88152024-12-14T00:36:38.260Z[ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88162024-12-14T00:36:38.260Z[ host-image] Dec 14 00:36:36.619 INFO O| Dec 14 00:36:36.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88172024-12-14T00:36:38.260Z[ host-image] Dec 14 00:36:36.619 INFO O| Dec 14 00:36:36.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88182024-12-14T00:36:38.260Z[ host-image] Dec 14 00:36:36.619 INFO O| Dec 14 00:36:36.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88192024-12-14T00:36:38.281Z[ host-image] Dec 14 00:36:36.641 INFO O| Dec 14 00:36:36.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88202024-12-14T00:36:38.284Z[ host-image] Dec 14 00:36:36.641 INFO O| Dec 14 00:36:36.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88212024-12-14T00:36:38.284Z[ host-image] Dec 14 00:36:36.641 INFO O| Dec 14 00:36:36.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88222024-12-14T00:36:38.301Z[ host-image] Dec 14 00:36:36.661 INFO O| Dec 14 00:36:36.661 INFO STEP 13 (remove_files) COMPLETE
88232024-12-14T00:36:38.301Z[ host-image] Dec 14 00:36:36.661 INFO O| Dec 14 00:36:36.661 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-14T00:36:38.336Z[ host-image] Dec 14 00:36:36.696 INFO O| Dec 14 00:36:36.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88252024-12-14T00:36:38.339Z[ host-image] Dec 14 00:36:36.698 INFO O| Dec 14 00:36:36.698 INFO STEP 14 (remove_files) COMPLETE
88262024-12-14T00:36:38.339Z[ host-image] Dec 14 00:36:36.698 INFO O| Dec 14 00:36:36.698 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-12-14T00:36:38.398Z[ host-image] Dec 14 00:36:36.758 INFO O| Dec 14 00:36:36.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88282024-12-14T00:36:38.408Z[ host-image] Dec 14 00:36:36.768 INFO O| Dec 14 00:36:36.768 INFO STEP 15 (remove_files) COMPLETE
88292024-12-14T00:36:38.408Z[ host-image] Dec 14 00:36:36.768 INFO O| Dec 14 00:36:36.768 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-12-14T00:36:38.426Z[ host-image] Dec 14 00:36:36.786 INFO O| Dec 14 00:36:36.786 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88312024-12-14T00:36:38.428Z[ host-image] Dec 14 00:36:36.786 INFO O| Dec 14 00:36:36.786 INFO STEP 16 (remove_files) COMPLETE
88322024-12-14T00:36:38.429Z[ host-image] Dec 14 00:36:36.786 INFO O| Dec 14 00:36:36.786 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-12-14T00:36:38.487Z[ host-image] Dec 14 00:36:36.847 INFO O| Dec 14 00:36:36.846 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88342024-12-14T00:36:38.490Z[ host-image] Dec 14 00:36:36.849 INFO O| Dec 14 00:36:36.849 INFO STEP 17 (remove_files) COMPLETE
88352024-12-14T00:36:38.490Z[ host-image] Dec 14 00:36:36.849 INFO O| Dec 14 00:36:36.849 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-14T00:36:38.519Z[ host-image] Dec 14 00:36:36.879 INFO O| Dec 14 00:36:36.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88372024-12-14T00:36:38.519Z[ host-image] Dec 14 00:36:36.879 INFO O| Dec 14 00:36:36.879 INFO STEP 18 (remove_files) COMPLETE
88382024-12-14T00:36:38.522Z[ host-image] Dec 14 00:36:36.879 INFO O| Dec 14 00:36:36.879 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-14T00:36:38.540Z[ host-image] Dec 14 00:36:36.900 INFO O| Dec 14 00:36:36.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88402024-12-14T00:36:38.540Z[ host-image] Dec 14 00:36:36.900 INFO O| Dec 14 00:36:36.900 INFO STEP 19 (remove_files) COMPLETE
88412024-12-14T00:36:38.540Z[ host-image] Dec 14 00:36:36.900 INFO O| Dec 14 00:36:36.900 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-14T00:36:38.591Z[ host-image] Dec 14 00:36:36.951 INFO O| Dec 14 00:36:36.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88432024-12-14T00:36:38.591Z[ host-image] Dec 14 00:36:36.951 INFO O| Dec 14 00:36:36.951 INFO STEP 20 (remove_files) COMPLETE
88442024-12-14T00:36:38.595Z[ host-image] Dec 14 00:36:36.951 INFO O| Dec 14 00:36:36.951 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-14T00:36:38.638Z[ host-image] Dec 14 00:36:36.998 INFO O| Dec 14 00:36:36.998 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88462024-12-14T00:36:38.638Z[ host-image] Dec 14 00:36:36.998 INFO O| Dec 14 00:36:36.998 INFO STEP 21 (remove_files) COMPLETE
88472024-12-14T00:36:38.641Z[ host-image] Dec 14 00:36:36.998 INFO O| Dec 14 00:36:36.998 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-14T00:36:38.661Z[ host-image] Dec 14 00:36:37.021 INFO O| Dec 14 00:36:37.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88492024-12-14T00:36:38.661Z[ host-image] Dec 14 00:36:37.021 INFO O| Dec 14 00:36:37.021 INFO STEP 22 (remove_files) COMPLETE
88502024-12-14T00:36:38.664Z[ host-image] Dec 14 00:36:37.021 INFO O| Dec 14 00:36:37.021 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-14T00:36:38.680Z[ host-image] Dec 14 00:36:37.040 INFO O| Dec 14 00:36:37.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88522024-12-14T00:36:38.680Z[ host-image] Dec 14 00:36:37.040 INFO O| Dec 14 00:36:37.040 INFO STEP 23 (remove_files) COMPLETE
88532024-12-14T00:36:38.683Z[ host-image] Dec 14 00:36:37.040 INFO O| Dec 14 00:36:37.040 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-14T00:36:38.698Z[ host-image] Dec 14 00:36:37.058 INFO O| Dec 14 00:36:37.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88552024-12-14T00:36:38.701Z[ host-image] Dec 14 00:36:37.058 INFO O| Dec 14 00:36:37.058 INFO STEP 24 (remove_files) COMPLETE
88562024-12-14T00:36:38.701Z[ host-image] Dec 14 00:36:37.058 INFO O| Dec 14 00:36:37.058 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-14T00:36:38.716Z[ host-image] Dec 14 00:36:37.076 INFO O| Dec 14 00:36:37.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88582024-12-14T00:36:38.716Z[ host-image] Dec 14 00:36:37.077 INFO O| Dec 14 00:36:37.076 INFO STEP 25 (remove_files) COMPLETE
88592024-12-14T00:36:38.719Z[ host-image] Dec 14 00:36:37.077 INFO O| Dec 14 00:36:37.076 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-14T00:36:38.749Z[ host-image] Dec 14 00:36:37.109 INFO O| Dec 14 00:36:37.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88612024-12-14T00:36:38.752Z[ host-image] Dec 14 00:36:37.109 INFO O| Dec 14 00:36:37.109 INFO STEP 26 (remove_files) COMPLETE
88622024-12-14T00:36:38.752Z[ host-image] Dec 14 00:36:37.109 INFO O| Dec 14 00:36:37.109 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-14T00:36:38.784Z[ host-image] Dec 14 00:36:37.144 INFO O| Dec 14 00:36:37.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88642024-12-14T00:36:38.785Z[ host-image] Dec 14 00:36:37.144 INFO O| Dec 14 00:36:37.144 INFO STEP 27 (remove_files) COMPLETE
88652024-12-14T00:36:38.788Z[ host-image] Dec 14 00:36:37.144 INFO O| Dec 14 00:36:37.144 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-14T00:36:38.801Z[ host-image] Dec 14 00:36:37.161 INFO O| Dec 14 00:36:37.160 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88672024-12-14T00:36:38.801Z[ host-image] Dec 14 00:36:37.161 INFO O| Dec 14 00:36:37.161 INFO STEP 28 (remove_files) COMPLETE
88682024-12-14T00:36:38.804Z[ host-image] Dec 14 00:36:37.161 INFO O| Dec 14 00:36:37.161 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-14T00:36:38.852Z[ host-image] Dec 14 00:36:37.212 INFO O| Dec 14 00:36:37.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88702024-12-14T00:36:38.855Z[ host-image] Dec 14 00:36:37.212 INFO O| Dec 14 00:36:37.212 INFO STEP 29 (remove_files) COMPLETE
88712024-12-14T00:36:38.855Z[ host-image] Dec 14 00:36:37.212 INFO O| Dec 14 00:36:37.212 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-14T00:36:38.871Z[ host-image] Dec 14 00:36:37.231 INFO O| Dec 14 00:36:37.230 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88732024-12-14T00:36:38.874Z[ host-image] Dec 14 00:36:37.231 INFO O| Dec 14 00:36:37.231 INFO STEP 30 (remove_files) COMPLETE
88742024-12-14T00:36:38.874Z[ host-image] Dec 14 00:36:37.231 INFO O| Dec 14 00:36:37.231 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-14T00:36:38.888Z[ host-image] Dec 14 00:36:37.248 INFO O| Dec 14 00:36:37.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88762024-12-14T00:36:38.888Z[ host-image] Dec 14 00:36:37.248 INFO O| Dec 14 00:36:37.248 INFO STEP 31 (remove_files) COMPLETE
88772024-12-14T00:36:38.891Z[ host-image] Dec 14 00:36:37.248 INFO O| Dec 14 00:36:37.248 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-14T00:36:38.905Z[ host-image] Dec 14 00:36:37.264 INFO O| Dec 14 00:36:37.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88792024-12-14T00:36:38.905Z[ host-image] Dec 14 00:36:37.265 INFO O| Dec 14 00:36:37.264 INFO STEP 32 (remove_files) COMPLETE
88802024-12-14T00:36:38.908Z[ host-image] Dec 14 00:36:37.265 INFO O| Dec 14 00:36:37.265 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-14T00:36:38.922Z[ host-image] Dec 14 00:36:37.282 INFO O| Dec 14 00:36:37.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88822024-12-14T00:36:38.922Z[ host-image] Dec 14 00:36:37.282 INFO O| Dec 14 00:36:37.282 INFO STEP 33 (remove_files) COMPLETE
88832024-12-14T00:36:38.922Z[ host-image] Dec 14 00:36:37.282 INFO O| Dec 14 00:36:37.282 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-14T00:36:38.938Z[ host-image] Dec 14 00:36:37.298 INFO O| Dec 14 00:36:37.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88852024-12-14T00:36:38.941Z[ host-image] Dec 14 00:36:37.298 INFO O| Dec 14 00:36:37.298 INFO STEP 34 (remove_files) COMPLETE
88862024-12-14T00:36:38.941Z[ host-image] Dec 14 00:36:37.298 INFO O| Dec 14 00:36:37.298 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-14T00:36:38.961Z[ host-image] Dec 14 00:36:37.321 INFO O| Dec 14 00:36:37.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88882024-12-14T00:36:38.961Z[ host-image] Dec 14 00:36:37.321 INFO O| Dec 14 00:36:37.321 INFO STEP 35 (remove_files) COMPLETE
88892024-12-14T00:36:38.961Z[ host-image] Dec 14 00:36:37.321 INFO O| Dec 14 00:36:37.321 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-14T00:36:39.002Z[ host-image] Dec 14 00:36:37.360 INFO O| Dec 14 00:36:37.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88912024-12-14T00:36:39.002Z[ host-image] Dec 14 00:36:37.360 INFO O| Dec 14 00:36:37.360 INFO STEP 36 (remove_files) COMPLETE
88922024-12-14T00:36:39.005Z[ host-image] Dec 14 00:36:37.361 INFO O| Dec 14 00:36:37.360 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-14T00:36:39.056Z[ host-image] Dec 14 00:36:37.415 INFO O| Dec 14 00:36:37.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88942024-12-14T00:36:39.056Z[ host-image] Dec 14 00:36:37.415 INFO O| Dec 14 00:36:37.415 INFO STEP 37 (remove_files) COMPLETE
88952024-12-14T00:36:39.057Z[ host-image] Dec 14 00:36:37.415 INFO O| Dec 14 00:36:37.415 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-14T00:36:39.074Z[ host-image] Dec 14 00:36:37.433 INFO O| Dec 14 00:36:37.433 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88972024-12-14T00:36:39.075Z[ host-image] Dec 14 00:36:37.434 INFO O| Dec 14 00:36:37.433 INFO STEP 38 (remove_files) COMPLETE
88982024-12-14T00:36:39.075Z[ host-image] Dec 14 00:36:37.434 INFO O| Dec 14 00:36:37.434 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-14T00:36:39.092Z[ host-image] Dec 14 00:36:37.451 INFO O| Dec 14 00:36:37.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89002024-12-14T00:36:39.092Z[ host-image] Dec 14 00:36:37.451 INFO O| Dec 14 00:36:37.451 INFO STEP 39 (remove_files) COMPLETE
89012024-12-14T00:36:39.092Z[ host-image] Dec 14 00:36:37.451 INFO O| Dec 14 00:36:37.451 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-14T00:36:39.110Z[ host-image] Dec 14 00:36:37.469 INFO O| Dec 14 00:36:37.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89032024-12-14T00:36:39.110Z[ host-image] Dec 14 00:36:37.469 INFO O| Dec 14 00:36:37.469 INFO STEP 40 (remove_files) COMPLETE
89042024-12-14T00:36:39.110Z[ host-image] Dec 14 00:36:37.469 INFO O| Dec 14 00:36:37.469 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-14T00:36:39.128Z[ host-image] Dec 14 00:36:37.487 INFO O| Dec 14 00:36:37.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89062024-12-14T00:36:39.128Z[ host-image] Dec 14 00:36:37.487 INFO O| Dec 14 00:36:37.487 INFO STEP 41 (remove_files) COMPLETE
89072024-12-14T00:36:39.128Z[ host-image] Dec 14 00:36:37.487 INFO O| Dec 14 00:36:37.487 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-14T00:36:39.145Z[ host-image] Dec 14 00:36:37.505 INFO O| Dec 14 00:36:37.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89092024-12-14T00:36:39.148Z[ host-image] Dec 14 00:36:37.505 INFO O| Dec 14 00:36:37.505 INFO STEP 42 (remove_files) COMPLETE
89102024-12-14T00:36:39.148Z[ host-image] Dec 14 00:36:37.506 INFO O| Dec 14 00:36:37.505 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-14T00:36:39.163Z[ host-image] Dec 14 00:36:37.523 INFO O| Dec 14 00:36:37.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89122024-12-14T00:36:39.164Z[ host-image] Dec 14 00:36:37.523 INFO O| Dec 14 00:36:37.523 INFO STEP 43 (remove_files) COMPLETE
89132024-12-14T00:36:39.164Z[ host-image] Dec 14 00:36:37.523 INFO O| Dec 14 00:36:37.523 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-14T00:36:39.181Z[ host-image] Dec 14 00:36:37.541 INFO O| Dec 14 00:36:37.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89152024-12-14T00:36:39.181Z[ host-image] Dec 14 00:36:37.541 INFO O| Dec 14 00:36:37.541 INFO STEP 44 (remove_files) COMPLETE
89162024-12-14T00:36:39.181Z[ host-image] Dec 14 00:36:37.541 INFO O| Dec 14 00:36:37.541 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-14T00:36:39.199Z[ host-image] Dec 14 00:36:37.559 INFO O| Dec 14 00:36:37.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89182024-12-14T00:36:39.199Z[ host-image] Dec 14 00:36:37.559 INFO O| Dec 14 00:36:37.559 INFO STEP 45 (remove_files) COMPLETE
89192024-12-14T00:36:39.199Z[ host-image] Dec 14 00:36:37.559 INFO O| Dec 14 00:36:37.559 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-14T00:36:39.217Z[ host-image] Dec 14 00:36:37.576 INFO O| Dec 14 00:36:37.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89212024-12-14T00:36:39.217Z[ host-image] Dec 14 00:36:37.576 INFO O| Dec 14 00:36:37.576 INFO STEP 46 (remove_files) COMPLETE
89222024-12-14T00:36:39.217Z[ host-image] Dec 14 00:36:37.576 INFO O| Dec 14 00:36:37.576 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-14T00:36:39.235Z[ host-image] Dec 14 00:36:37.594 INFO O| Dec 14 00:36:37.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89242024-12-14T00:36:39.238Z[ host-image] Dec 14 00:36:37.594 INFO O| Dec 14 00:36:37.594 INFO STEP 47 (remove_files) COMPLETE
89252024-12-14T00:36:39.238Z[ host-image] Dec 14 00:36:37.594 INFO O| Dec 14 00:36:37.594 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-14T00:36:39.265Z[ host-image] Dec 14 00:36:37.624 INFO O| Dec 14 00:36:37.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89272024-12-14T00:36:39.265Z[ host-image] Dec 14 00:36:37.624 INFO O| Dec 14 00:36:37.624 INFO STEP 48 (remove_files) COMPLETE
89282024-12-14T00:36:39.268Z[ host-image] Dec 14 00:36:37.624 INFO O| Dec 14 00:36:37.624 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292024-12-14T00:36:39.303Z[ host-image] Dec 14 00:36:37.663 INFO O| Dec 14 00:36:37.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89302024-12-14T00:36:39.303Z[ host-image] Dec 14 00:36:37.663 INFO O| Dec 14 00:36:37.663 INFO STEP 49 (remove_files) COMPLETE
89312024-12-14T00:36:39.303Z[ host-image] Dec 14 00:36:37.663 INFO O| Dec 14 00:36:37.663 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-14T00:36:39.340Z[ host-image] Dec 14 00:36:37.699 INFO O| Dec 14 00:36:37.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89332024-12-14T00:36:39.340Z[ host-image] Dec 14 00:36:37.699 INFO O| Dec 14 00:36:37.699 INFO STEP 50 (remove_files) COMPLETE
89342024-12-14T00:36:39.343Z[ host-image] Dec 14 00:36:37.699 INFO O| Dec 14 00:36:37.699 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-14T00:36:39.357Z[ host-image] Dec 14 00:36:37.717 INFO O| Dec 14 00:36:37.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89362024-12-14T00:36:39.357Z[ host-image] Dec 14 00:36:37.717 INFO O| Dec 14 00:36:37.717 INFO STEP 51 (remove_files) COMPLETE
89372024-12-14T00:36:39.360Z[ host-image] Dec 14 00:36:37.717 INFO O| Dec 14 00:36:37.717 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-14T00:36:39.388Z[ host-image] Dec 14 00:36:37.747 INFO O| Dec 14 00:36:37.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89392024-12-14T00:36:39.390Z[ host-image] Dec 14 00:36:37.747 INFO O| Dec 14 00:36:37.747 INFO STEP 52 (remove_files) COMPLETE
89402024-12-14T00:36:39.390Z[ host-image] Dec 14 00:36:37.748 INFO O| Dec 14 00:36:37.747 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-14T00:36:39.408Z[ host-image] Dec 14 00:36:37.768 INFO O| Dec 14 00:36:37.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89422024-12-14T00:36:39.412Z[ host-image] Dec 14 00:36:37.768 INFO O| Dec 14 00:36:37.768 INFO STEP 53 (remove_files) COMPLETE
89432024-12-14T00:36:39.412Z[ host-image] Dec 14 00:36:37.768 INFO O| Dec 14 00:36:37.768 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-14T00:36:39.442Z[ host-image] Dec 14 00:36:37.802 INFO O| Dec 14 00:36:37.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89452024-12-14T00:36:39.445Z[ host-image] Dec 14 00:36:37.802 INFO O| Dec 14 00:36:37.802 INFO STEP 54 (remove_files) COMPLETE
89462024-12-14T00:36:39.445Z[ host-image] Dec 14 00:36:37.802 INFO O| Dec 14 00:36:37.802 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-14T00:36:39.463Z[ host-image] Dec 14 00:36:37.823 INFO O| Dec 14 00:36:37.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89482024-12-14T00:36:39.463Z[ host-image] Dec 14 00:36:37.823 INFO O| Dec 14 00:36:37.823 INFO STEP 55 (remove_files) COMPLETE
89492024-12-14T00:36:39.466Z[ host-image] Dec 14 00:36:37.823 INFO O| Dec 14 00:36:37.823 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-14T00:36:39.481Z[ host-image] Dec 14 00:36:37.841 INFO O| Dec 14 00:36:37.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89512024-12-14T00:36:39.481Z[ host-image] Dec 14 00:36:37.841 INFO O| Dec 14 00:36:37.841 INFO STEP 56 (remove_files) COMPLETE
89522024-12-14T00:36:39.484Z[ host-image] Dec 14 00:36:37.841 INFO O| Dec 14 00:36:37.841 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-14T00:36:39.513Z[ host-image] Dec 14 00:36:37.873 INFO O| Dec 14 00:36:37.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89542024-12-14T00:36:39.513Z[ host-image] Dec 14 00:36:37.873 INFO O| Dec 14 00:36:37.873 INFO STEP 57 (remove_files) COMPLETE
89552024-12-14T00:36:39.513Z[ host-image] Dec 14 00:36:37.873 INFO O| Dec 14 00:36:37.873 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562024-12-14T00:36:39.576Z[ host-image] Dec 14 00:36:37.935 INFO O| Dec 14 00:36:37.935 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89572024-12-14T00:36:39.576Z[ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.935 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89582024-12-14T00:36:39.578Z[ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89592024-12-14T00:36:39.578Z[ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89602024-12-14T00:36:39.578Z[ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89612024-12-14T00:36:39.579Z[ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89622024-12-14T00:36:39.579Z[ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO ok!
89632024-12-14T00:36:39.579Z[ host-image] Dec 14 00:36:37.937 INFO O| Dec 14 00:36:37.936 INFO STEP 58 (ensure_file) COMPLETE
89642024-12-14T00:36:39.579Z[ host-image] Dec 14 00:36:37.937 INFO O| Dec 14 00:36:37.937 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652024-12-14T00:36:39.599Z[ host-image] Dec 14 00:36:37.958 INFO O| Dec 14 00:36:37.958 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89662024-12-14T00:36:39.599Z[ host-image] Dec 14 00:36:37.958 INFO O| Dec 14 00:36:37.958 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89672024-12-14T00:36:39.602Z[ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89682024-12-14T00:36:39.602Z[ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89692024-12-14T00:36:39.602Z[ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89702024-12-14T00:36:39.602Z[ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89712024-12-14T00:36:39.602Z[ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO ok!
89722024-12-14T00:36:39.602Z[ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO STEP 59 (ensure_file) COMPLETE
89732024-12-14T00:36:39.602Z[ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742024-12-14T00:36:39.635Z[ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.994 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89752024-12-14T00:36:39.635Z[ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.994 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89762024-12-14T00:36:39.638Z[ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89772024-12-14T00:36:39.638Z[ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.995 INFO ok!
89782024-12-14T00:36:39.638Z[ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.995 INFO STEP 60 (ensure_file) COMPLETE
89792024-12-14T00:36:39.638Z[ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.995 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-12-14T00:36:39.655Z[ host-image] Dec 14 00:36:38.014 INFO O| Dec 14 00:36:38.014 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89812024-12-14T00:36:39.655Z[ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.014 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89822024-12-14T00:36:39.658Z[ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89832024-12-14T00:36:39.658Z[ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.015 INFO ok!
89842024-12-14T00:36:39.658Z[ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.015 INFO STEP 61 (ensure_file) COMPLETE
89852024-12-14T00:36:39.658Z[ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.015 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-14T00:36:39.675Z[ host-image] Dec 14 00:36:38.034 INFO O| Dec 14 00:36:38.034 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89872024-12-14T00:36:39.675Z[ host-image] Dec 14 00:36:38.034 INFO O| Dec 14 00:36:38.034 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89882024-12-14T00:36:39.677Z[ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89892024-12-14T00:36:39.677Z[ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89902024-12-14T00:36:39.677Z[ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO ok!
89912024-12-14T00:36:39.677Z[ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO STEP 62 (ensure_file) COMPLETE
89922024-12-14T00:36:39.677Z[ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932024-12-14T00:36:39.708Z[ host-image] Dec 14 00:36:38.067 INFO O| Dec 14 00:36:38.067 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89942024-12-14T00:36:39.708Z[ host-image] Dec 14 00:36:38.067 INFO O| Dec 14 00:36:38.067 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89952024-12-14T00:36:39.711Z[ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89962024-12-14T00:36:39.711Z[ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89972024-12-14T00:36:39.711Z[ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO ok!
89982024-12-14T00:36:39.711Z[ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO STEP 63 (ensure_file) COMPLETE
89992024-12-14T00:36:39.711Z[ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90002024-12-14T00:36:39.748Z[ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90012024-12-14T00:36:39.748Z[ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90022024-12-14T00:36:39.750Z[ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90032024-12-14T00:36:39.750Z[ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO ok!
90042024-12-14T00:36:39.750Z[ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO STEP 64 (assemble_files) COMPLETE
90052024-12-14T00:36:39.750Z[ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90062024-12-14T00:36:39.785Z[ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90072024-12-14T00:36:39.785Z[ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90082024-12-14T00:36:39.788Z[ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90092024-12-14T00:36:39.788Z[ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90102024-12-14T00:36:39.788Z[ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO ok!
90112024-12-14T00:36:39.788Z[ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO STEP 65 (ensure_file) COMPLETE
90122024-12-14T00:36:39.788Z[ host-image] Dec 14 00:36:38.145 INFO O| Dec 14 00:36:38.144 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132024-12-14T00:36:39.802Z[ host-image] Dec 14 00:36:38.161 INFO O| Dec 14 00:36:38.161 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90142024-12-14T00:36:39.806Z[ host-image] Dec 14 00:36:38.162 INFO O| Dec 14 00:36:38.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90152024-12-14T00:36:39.806Z[ host-image] Dec 14 00:36:38.162 INFO O| Dec 14 00:36:38.161 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90162024-12-14T00:36:39.806Z[ host-image] Dec 14 00:36:38.162 INFO O| Dec 14 00:36:38.162 INFO STEP 66 (ensure_dir) COMPLETE
90172024-12-14T00:36:39.806Z[ host-image] Dec 14 00:36:38.162 INFO O| Dec 14 00:36:38.162 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90182024-12-14T00:36:39.845Z[ host-image] Dec 14 00:36:38.204 INFO O| Dec 14 00:36:38.204 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90192024-12-14T00:36:39.845Z[ host-image] Dec 14 00:36:38.204 INFO O| Dec 14 00:36:38.204 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 ...
90202024-12-14T00:36:39.856Z[ recovery-image] Dec 14 00:36:38.215 INFO image complete! materials are in "/work/os-recovery"
90212024-12-14T00:36:39.863Z[ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 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
90222024-12-14T00:36:39.863Z[ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90232024-12-14T00:36:39.863Z[ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 INFO ok!
90242024-12-14T00:36:39.863Z[ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 INFO STEP 67 (ensure_file) COMPLETE
90252024-12-14T00:36:39.863Z[ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262024-12-14T00:36:39.863Z[ recovery-image]
90272024-12-14T00:36:39.863Z[ recovery-image] real 10:06.721724155
90282024-12-14T00:36:39.863Z[ recovery-image] user 6:17.926759629
90292024-12-14T00:36:39.863Z[ recovery-image] sys 1:04.473124825
90302024-12-14T00:36:39.863Z[ recovery-image] trap 0.314273783
90312024-12-14T00:36:39.863Z[ recovery-image] tflt 0.443555610
90322024-12-14T00:36:39.867Z[ recovery-image] dflt 4.269150277
90332024-12-14T00:36:39.867Z[ recovery-image] kflt 0.001342747
90342024-12-14T00:36:39.867Z[ recovery-image] lock 23:30.266425480
90352024-12-14T00:36:39.867Z[ recovery-image] slp 1:02:01.812499365
90362024-12-14T00:36:39.867Z[ recovery-image] lat 4:28.167746375
90372024-12-14T00:36:39.867Z[ recovery-image] stop 12.574129777
90382024-12-14T00:36:39.867ZDec 14 00:36:38.223 INFO [recovery-image] process exited with exit status: 0 (606.748117335s)
90392024-12-14T00:36:39.896Z[ host-image] Dec 14 00:36:38.255 INFO O| Dec 14 00:36:38.255 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90402024-12-14T00:36:39.896Z[ host-image] Dec 14 00:36:38.255 INFO O| Dec 14 00:36:38.255 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 ...
90412024-12-14T00:36:39.899Z[ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 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
90422024-12-14T00:36:39.899Z[ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90432024-12-14T00:36:39.899Z[ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 INFO ok!
90442024-12-14T00:36:39.899Z[ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 INFO STEP 68 (ensure_file) COMPLETE
90452024-12-14T00:36:39.899Z[ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90462024-12-14T00:36:39.924Z[ host-image] Dec 14 00:36:38.283 INFO O| Dec 14 00:36:38.283 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90472024-12-14T00:36:39.926Z[ host-image] Dec 14 00:36:38.283 INFO O| Dec 14 00:36:38.283 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90482024-12-14T00:36:43.871Z[ host-image] Dec 14 00:36:42.229 INFO O| Dec 14 00:36:42.229 INFO STEP 69 (pack_tar) COMPLETE
90492024-12-14T00:36:43.871Z[ host-image] Dec 14 00:36:42.229 INFO O| Dec 14 00:36:42.229 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90502024-12-14T00:36:43.874Z[ host-image] Dec 14 00:36:42.229 INFO O| Dec 14 00:36:42.229 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90512024-12-14T00:36:44.317Z[ host-image] Dec 14 00:36:42.675 INFO O| Dec 14 00:36:42.675 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90522024-12-14T00:36:44.451Z[ host-image] Dec 14 00:36:42.809 INFO O| Dec 14 00:36:42.809 INFO completed processing gimlet/ramdisk-02-trim
90532024-12-14T00:36:44.453Z[ host-image] Dec 14 00:36:42.812 INFO image builder template: zfs...
90542024-12-14T00:36:44.456Z[ host-image] Dec 14 00:36:42.812 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/.tmpAGvK53/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.34.311", "-n", "zfs"], pwd: None
90552024-12-14T00:36:44.477Z[ host-image] Dec 14 00:36:42.835 INFO O| Dec 14 00:36:42.835 INFO skip include "stress" because feature "stress" is not enabled
90562024-12-14T00:36:44.549Z[ host-image] Dec 14 00:36:42.907 INFO O| Dec 14 00:36:42.907 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90572024-12-14T00:36:44.591Z[ host-image] Dec 14 00:36:42.949 INFO O| Dec 14 00:36:42.949 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90582024-12-14T00:36:44.714Z[ host-image] Dec 14 00:36:43.072 INFO O| Dec 14 00:36:43.072 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90592024-12-14T00:36:44.817Z[ host-image] Dec 14 00:36:43.175 INFO O| Dec 14 00:36:43.175 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90602024-12-14T00:36:44.817Z[ host-image] Dec 14 00:36:43.175 INFO O| Dec 14 00:36:43.175 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90612024-12-14T00:36:44.825Z[ host-image] Dec 14 00:36:43.183 INFO O| Dec 14 00:36:43.183 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90622024-12-14T00:36:44.949Z[ host-image] Dec 14 00:36:43.307 INFO O| Dec 14 00:36:43.307 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90632024-12-14T00:36:45.021Z[ host-image] Dec 14 00:36:43.379 INFO O| Dec 14 00:36:43.379 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90642024-12-14T00:36:45.047Z[ host-image] Dec 14 00:36:43.405 INFO O| Dec 14 00:36:43.405 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90652024-12-14T00:36:45.055Z[ host-image] Dec 14 00:36:43.414 INFO O| Dec 14 00:36:43.414 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90662024-12-14T00:36:45.058Z[ host-image] Dec 14 00:36:43.414 INFO O| Dec 14 00:36:43.414 INFO no lofi found
90672024-12-14T00:36:45.058Z[ host-image] Dec 14 00:36:43.414 INFO O| Dec 14 00:36:43.414 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90682024-12-14T00:36:45.059Z[ host-image] Dec 14 00:36:43.414 INFO O| Dec 14 00:36:43.414 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90692024-12-14T00:36:46.653Z[ host-image] Dec 14 00:36:45.011 INFO O| Dec 14 00:36:45.011 INFO lofi device = /dev/dsk/c2t1d0p0
90702024-12-14T00:36:46.653Z[ host-image] Dec 14 00:36:45.011 INFO O| Dec 14 00:36:45.011 INFO pool device = /dev/dsk/c2t1d0p0
90712024-12-14T00:36:46.656Z[ host-image] Dec 14 00:36:45.011 INFO O| Dec 14 00:36:45.011 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"]
90722024-12-14T00:36:46.874Z[ host-image] Dec 14 00:36:45.232 INFO O| Dec 14 00:36:45.232 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90732024-12-14T00:36:46.874Z[ host-image] Dec 14 00:36:45.232 INFO O| Dec 14 00:36:45.232 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90742024-12-14T00:36:46.907Z[ host-image] Dec 14 00:36:45.265 INFO O| Dec 14 00:36:45.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90752024-12-14T00:36:47.033Z[ host-image] Dec 14 00:36:45.391 INFO O| Dec 14 00:36:45.391 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90762024-12-14T00:36:47.093Z[ host-image] Dec 14 00:36:45.451 INFO O| Dec 14 00:36:45.451 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90772024-12-14T00:36:47.121Z[ host-image] Dec 14 00:36:45.478 INFO O| Dec 14 00:36:45.478 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90782024-12-14T00:36:47.142Z[ host-image] Dec 14 00:36:45.500 INFO O| Dec 14 00:36:45.500 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90792024-12-14T00:36:47.246Z[ host-image] Dec 14 00:36:45.603 INFO O| Dec 14 00:36:45.603 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90802024-12-14T00:36:47.246Z[ host-image] Dec 14 00:36:45.604 INFO O| Dec 14 00:36:45.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90812024-12-14T00:36:47.249Z[ host-image] Dec 14 00:36:45.604 INFO O| Dec 14 00:36:45.604 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90822024-12-14T00:36:47.262Z[ host-image] Dec 14 00:36:45.619 INFO O| Dec 14 00:36:45.619 INFO boot environment UUID: 58d103d9-24ec-420f-80a7-197011f3703d
90832024-12-14T00:36:47.262Z[ host-image] Dec 14 00:36:45.619 INFO O| Dec 14 00:36:45.619 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 58d103d9-24ec-420f-80a7-197011f3703d
90842024-12-14T00:36:47.316Z[ host-image] Dec 14 00:36:45.673 INFO O| Dec 14 00:36:45.673 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90852024-12-14T00:36:47.358Z[ host-image] Dec 14 00:36:45.716 INFO O| Dec 14 00:36:45.716 INFO STEP 0 (create_be) COMPLETE
90862024-12-14T00:36:47.358Z[ host-image] Dec 14 00:36:45.716 INFO O| Dec 14 00:36:45.716 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90872024-12-14T00:36:47.397Z[ host-image] Dec 14 00:36:45.754 INFO O| Dec 14 00:36:45.754 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90882024-12-14T00:37:11.641Z[ host-image] Dec 14 00:37:09.992 INFO O| Dec 14 00:37:09.992 INFO STEP 1 (unpack_tar) COMPLETE
90892024-12-14T00:37:11.641Z[ host-image] Dec 14 00:37:09.992 INFO O| Dec 14 00:37:09.992 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90902024-12-14T00:37:11.660Z[ host-image] Dec 14 00:37:10.012 INFO O| Dec 14 00:37:10.012 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90912024-12-14T00:37:12.665Z[ host-image] Dec 14 00:37:11.016 INFO O| Dec 14 00:37:11.016 INFO STEP 2 (devfsadm) COMPLETE
90922024-12-14T00:37:12.665Z[ host-image] Dec 14 00:37:11.016 INFO O| Dec 14 00:37:11.016 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90932024-12-14T00:37:12.683Z[ host-image] Dec 14 00:37:11.034 INFO O| Dec 14 00:37:11.034 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90942024-12-14T00:37:12.683Z[ host-image] Dec 14 00:37:11.034 INFO O| Dec 14 00:37:11.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90952024-12-14T00:37:12.683Z[ host-image] Dec 14 00:37:11.034 INFO O| Dec 14 00:37:11.034 INFO STEP 3 (ensure_dir) COMPLETE
90962024-12-14T00:37:12.685Z[ host-image] Dec 14 00:37:11.034 INFO O| Dec 14 00:37:11.034 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90972024-12-14T00:37:12.701Z[ host-image] Dec 14 00:37:11.053 INFO O| Dec 14 00:37:11.053 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90982024-12-14T00:37:12.701Z[ host-image] Dec 14 00:37:11.053 INFO O| Dec 14 00:37:11.053 INFO STEP 4 (ensure_dir) COMPLETE
90992024-12-14T00:37:12.704Z[ host-image] Dec 14 00:37:11.053 INFO O| Dec 14 00:37:11.053 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91002024-12-14T00:37:12.734Z[ host-image] Dec 14 00:37:11.085 INFO O| Dec 14 00:37:11.085 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91012024-12-14T00:37:12.734Z[ host-image] Dec 14 00:37:11.085 INFO O| Dec 14 00:37:11.085 INFO STEP 5 (ensure_dir) COMPLETE
91022024-12-14T00:37:12.734Z[ host-image] Dec 14 00:37:11.085 INFO O| Dec 14 00:37:11.085 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91032024-12-14T00:37:12.767Z[ host-image] Dec 14 00:37:11.118 INFO O| Dec 14 00:37:11.118 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91042024-12-14T00:37:12.767Z[ host-image] Dec 14 00:37:11.118 INFO O| Dec 14 00:37:11.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91052024-12-14T00:37:12.767Z[ host-image] Dec 14 00:37:11.118 INFO O| Dec 14 00:37:11.118 INFO STEP 6 (ensure_dir) COMPLETE
91062024-12-14T00:37:12.770Z[ host-image] Dec 14 00:37:11.119 INFO O| Dec 14 00:37:11.118 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91072024-12-14T00:37:12.788Z[ host-image] Dec 14 00:37:11.139 INFO O| Dec 14 00:37:11.139 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91082024-12-14T00:37:12.788Z[ host-image] Dec 14 00:37:11.139 INFO O| Dec 14 00:37:11.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91092024-12-14T00:37:12.791Z[ host-image] Dec 14 00:37:11.140 INFO O| Dec 14 00:37:11.139 INFO STEP 7 (ensure_dir) COMPLETE
91102024-12-14T00:37:12.791Z[ host-image] Dec 14 00:37:11.140 INFO O| Dec 14 00:37:11.139 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91112024-12-14T00:37:12.825Z[ host-image] Dec 14 00:37:11.176 INFO O| Dec 14 00:37:11.176 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91122024-12-14T00:37:12.827Z[ host-image] Dec 14 00:37:11.177 INFO O| Dec 14 00:37:11.177 INFO STEP 8 (remove_files) COMPLETE
91132024-12-14T00:37:12.827Z[ host-image] Dec 14 00:37:11.177 INFO O| Dec 14 00:37:11.177 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91142024-12-14T00:37:12.861Z[ host-image] Dec 14 00:37:11.213 INFO O| Dec 14 00:37:11.213 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91152024-12-14T00:37:12.864Z[ host-image] Dec 14 00:37:11.214 INFO O| Dec 14 00:37:11.214 INFO STEP 9 (remove_files) COMPLETE
91162024-12-14T00:37:12.864Z[ host-image] Dec 14 00:37:11.214 INFO O| Dec 14 00:37:11.214 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91172024-12-14T00:37:12.881Z[ host-image] Dec 14 00:37:11.233 INFO O| Dec 14 00:37:11.233 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91182024-12-14T00:37:12.885Z[ host-image] Dec 14 00:37:11.234 INFO O| Dec 14 00:37:11.234 INFO STEP 10 (remove_files) COMPLETE
91192024-12-14T00:37:12.885Z[ host-image] Dec 14 00:37:11.234 INFO O| Dec 14 00:37:11.234 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91202024-12-14T00:37:12.902Z[ host-image] Dec 14 00:37:11.254 INFO O| Dec 14 00:37:11.253 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91212024-12-14T00:37:12.905Z[ host-image] Dec 14 00:37:11.254 INFO O| Dec 14 00:37:11.254 INFO STEP 11 (remove_files) COMPLETE
91222024-12-14T00:37:12.905Z[ host-image] Dec 14 00:37:11.254 INFO O| Dec 14 00:37:11.254 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91232024-12-14T00:37:12.920Z[ host-image] Dec 14 00:37:11.272 INFO O| Dec 14 00:37:11.272 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91242024-12-14T00:37:12.920Z[ host-image] Dec 14 00:37:11.272 INFO O| Dec 14 00:37:11.272 INFO STEP 12 (remove_files) COMPLETE
91252024-12-14T00:37:12.923Z[ host-image] Dec 14 00:37:11.272 INFO O| Dec 14 00:37:11.272 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91262024-12-14T00:37:12.938Z[ host-image] Dec 14 00:37:11.290 INFO O| Dec 14 00:37:11.290 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91272024-12-14T00:37:12.938Z[ host-image] Dec 14 00:37:11.290 INFO O| Dec 14 00:37:11.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91282024-12-14T00:37:12.941Z[ host-image] Dec 14 00:37:11.290 INFO O| Dec 14 00:37:11.290 INFO STEP 13 (ensure_dir) COMPLETE
91292024-12-14T00:37:12.942Z[ host-image] Dec 14 00:37:11.290 INFO O| Dec 14 00:37:11.290 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91302024-12-14T00:37:12.972Z[ host-image] Dec 14 00:37:11.323 INFO O| Dec 14 00:37:11.323 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91312024-12-14T00:37:12.972Z[ host-image] Dec 14 00:37:11.323 INFO O| Dec 14 00:37:11.323 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91322024-12-14T00:37:12.974Z[ host-image] Dec 14 00:37:11.324 INFO O| Dec 14 00:37:11.324 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91332024-12-14T00:37:12.974Z[ host-image] Dec 14 00:37:11.324 INFO O| Dec 14 00:37:11.324 INFO STEP 14 (ensure_dir) COMPLETE
91342024-12-14T00:37:12.974Z[ host-image] Dec 14 00:37:11.324 INFO O| Dec 14 00:37:11.324 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91352024-12-14T00:37:13.005Z[ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91362024-12-14T00:37:13.005Z[ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91372024-12-14T00:37:13.005Z[ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91382024-12-14T00:37:13.009Z[ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO STEP 15 (ensure_dir) COMPLETE
91392024-12-14T00:37:13.009Z[ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91402024-12-14T00:37:13.024Z[ host-image] Dec 14 00:37:11.376 INFO O| Dec 14 00:37:11.375 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91412024-12-14T00:37:13.024Z[ host-image] Dec 14 00:37:11.376 INFO O| Dec 14 00:37:11.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91422024-12-14T00:37:13.024Z[ host-image] Dec 14 00:37:11.376 INFO O| Dec 14 00:37:11.376 INFO STEP 16 (ensure_dir) COMPLETE
91432024-12-14T00:37:13.027Z[ host-image] Dec 14 00:37:11.376 INFO O| Dec 14 00:37:11.376 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91442024-12-14T00:37:13.042Z[ host-image] Dec 14 00:37:11.394 INFO O| Dec 14 00:37:11.394 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91452024-12-14T00:37:13.042Z[ host-image] Dec 14 00:37:11.394 INFO O| Dec 14 00:37:11.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91462024-12-14T00:37:13.042Z[ host-image] Dec 14 00:37:11.394 INFO O| Dec 14 00:37:11.394 INFO STEP 17 (ensure_dir) COMPLETE
91472024-12-14T00:37:13.045Z[ host-image] Dec 14 00:37:11.394 INFO O| Dec 14 00:37:11.394 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91482024-12-14T00:37:13.060Z[ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91492024-12-14T00:37:13.060Z[ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91502024-12-14T00:37:13.062Z[ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO ok!
91512024-12-14T00:37:13.063Z[ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO STEP 18 (ensure_symlink) COMPLETE
91522024-12-14T00:37:13.063Z[ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91532024-12-14T00:37:13.079Z[ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91542024-12-14T00:37:13.079Z[ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91552024-12-14T00:37:13.079Z[ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO ok!
91562024-12-14T00:37:13.079Z[ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO STEP 19 (ensure_file) COMPLETE
91572024-12-14T00:37:13.079Z[ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91582024-12-14T00:37:13.097Z[ host-image] Dec 14 00:37:11.448 INFO O| Dec 14 00:37:11.448 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91592024-12-14T00:37:13.097Z[ host-image] Dec 14 00:37:11.448 INFO O| Dec 14 00:37:11.448 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91602024-12-14T00:37:13.100Z[ host-image] Dec 14 00:37:11.449 INFO O| Dec 14 00:37:11.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91612024-12-14T00:37:13.100Z[ host-image] Dec 14 00:37:11.449 INFO O| Dec 14 00:37:11.449 INFO ok!
91622024-12-14T00:37:13.100Z[ host-image] Dec 14 00:37:11.449 INFO O| Dec 14 00:37:11.449 INFO STEP 20 (ensure_symlink) COMPLETE
91632024-12-14T00:37:13.100Z[ host-image] Dec 14 00:37:11.449 INFO O| Dec 14 00:37:11.449 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91642024-12-14T00:37:13.115Z[ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91652024-12-14T00:37:13.115Z[ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91662024-12-14T00:37:13.118Z[ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91672024-12-14T00:37:13.119Z[ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO ok!
91682024-12-14T00:37:13.119Z[ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO STEP 21 (ensure_symlink) COMPLETE
91692024-12-14T00:37:13.119Z[ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91702024-12-14T00:37:13.134Z[ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91712024-12-14T00:37:13.134Z[ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91722024-12-14T00:37:13.136Z[ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91732024-12-14T00:37:13.136Z[ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO ok!
91742024-12-14T00:37:13.136Z[ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO STEP 22 (ensure_symlink) COMPLETE
91752024-12-14T00:37:13.136Z[ host-image] Dec 14 00:37:11.486 INFO O| Dec 14 00:37:11.485 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91762024-12-14T00:37:13.175Z[ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91772024-12-14T00:37:13.175Z[ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91782024-12-14T00:37:13.178Z[ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91792024-12-14T00:37:13.178Z[ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO ok!
91802024-12-14T00:37:13.178Z[ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO STEP 23 (ensure_symlink) COMPLETE
91812024-12-14T00:37:13.178Z[ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91822024-12-14T00:37:13.196Z[ host-image] Dec 14 00:37:11.547 INFO O| Dec 14 00:37:11.547 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91832024-12-14T00:37:13.199Z[ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91842024-12-14T00:37:13.199Z[ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91852024-12-14T00:37:13.199Z[ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO ok!
91862024-12-14T00:37:13.199Z[ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO STEP 24 (ensure_file) COMPLETE
91872024-12-14T00:37:13.199Z[ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91882024-12-14T00:37:13.215Z[ host-image] Dec 14 00:37:11.566 INFO O| Dec 14 00:37:11.566 INFO updating shadow file
91892024-12-14T00:37:13.215Z[ host-image] Dec 14 00:37:11.566 INFO O| Dec 14 00:37:11.566 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91902024-12-14T00:37:13.218Z[ host-image] Dec 14 00:37:11.566 INFO O| Dec 14 00:37:11.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91912024-12-14T00:37:13.218Z[ host-image] Dec 14 00:37:11.567 INFO O| Dec 14 00:37:11.566 INFO STEP 25 (shadow) COMPLETE
91922024-12-14T00:37:13.218Z[ host-image] Dec 14 00:37:11.567 INFO O| Dec 14 00:37:11.567 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91932024-12-14T00:37:13.233Z[ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91942024-12-14T00:37:13.236Z[ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91952024-12-14T00:37:13.236Z[ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91962024-12-14T00:37:13.236Z[ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO ok!
91972024-12-14T00:37:13.236Z[ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO STEP 26 (ensure_file) COMPLETE
91982024-12-14T00:37:13.237Z[ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91992024-12-14T00:37:13.257Z[ host-image] Dec 14 00:37:11.608 INFO O| Dec 14 00:37:11.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92002024-12-14T00:37:13.257Z[ host-image] Dec 14 00:37:11.608 INFO O| Dec 14 00:37:11.608 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92012024-12-14T00:37:13.260Z[ host-image] Dec 14 00:37:11.609 INFO O| Dec 14 00:37:11.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92022024-12-14T00:37:13.260Z[ host-image] Dec 14 00:37:11.609 INFO O| Dec 14 00:37:11.609 INFO ok!
92032024-12-14T00:37:13.260Z[ host-image] Dec 14 00:37:11.609 INFO O| Dec 14 00:37:11.609 INFO STEP 27 (ensure_file) COMPLETE
92042024-12-14T00:37:13.260Z[ host-image] Dec 14 00:37:11.609 INFO O| Dec 14 00:37:11.609 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92052024-12-14T00:37:13.294Z[ host-image] Dec 14 00:37:11.645 INFO O| Dec 14 00:37:11.645 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92062024-12-14T00:37:13.294Z[ host-image] Dec 14 00:37:11.645 INFO O| Dec 14 00:37:11.645 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92072024-12-14T00:37:13.297Z[ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92082024-12-14T00:37:13.297Z[ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.646 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92092024-12-14T00:37:13.297Z[ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.646 INFO ok!
92102024-12-14T00:37:13.297Z[ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.646 INFO STEP 28 (ensure_file) COMPLETE
92112024-12-14T00:37:13.297Z[ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.646 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92122024-12-14T00:37:13.313Z[ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92132024-12-14T00:37:13.313Z[ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92142024-12-14T00:37:13.315Z[ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92152024-12-14T00:37:13.315Z[ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO ok!
92162024-12-14T00:37:13.315Z[ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO STEP 29 (ensure_file) COMPLETE
92172024-12-14T00:37:13.316Z[ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92182024-12-14T00:37:13.332Z[ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92192024-12-14T00:37:13.332Z[ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92202024-12-14T00:37:13.332Z[ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92212024-12-14T00:37:13.332Z[ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO ok!
92222024-12-14T00:37:13.332Z[ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO STEP 30 (ensure_file) COMPLETE
92232024-12-14T00:37:13.332Z[ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92242024-12-14T00:37:13.350Z[ host-image] Dec 14 00:37:11.701 INFO O| Dec 14 00:37:11.701 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92252024-12-14T00:37:13.350Z[ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.701 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92262024-12-14T00:37:13.350Z[ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92272024-12-14T00:37:13.350Z[ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92282024-12-14T00:37:13.352Z[ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO ok!
92292024-12-14T00:37:13.352Z[ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO STEP 31 (ensure_file) COMPLETE
92302024-12-14T00:37:13.352Z[ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92312024-12-14T00:37:13.370Z[ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92322024-12-14T00:37:13.370Z[ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92332024-12-14T00:37:13.370Z[ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92342024-12-14T00:37:13.373Z[ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO ok!
92352024-12-14T00:37:13.373Z[ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO STEP 32 (ensure_file) COMPLETE
92362024-12-14T00:37:13.373Z[ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92372024-12-14T00:37:13.406Z[ host-image] Dec 14 00:37:11.757 INFO O| Dec 14 00:37:11.757 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92382024-12-14T00:37:13.409Z[ host-image] Dec 14 00:37:11.757 INFO O| Dec 14 00:37:11.757 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92392024-12-14T00:37:13.409Z[ host-image] Dec 14 00:37:11.758 INFO O| Dec 14 00:37:11.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92402024-12-14T00:37:13.409Z[ host-image] Dec 14 00:37:11.758 INFO O| Dec 14 00:37:11.758 INFO ok!
92412024-12-14T00:37:13.409Z[ host-image] Dec 14 00:37:11.758 INFO O| Dec 14 00:37:11.758 INFO STEP 33 (ensure_file) COMPLETE
92422024-12-14T00:37:13.409Z[ host-image] Dec 14 00:37:11.758 INFO O| Dec 14 00:37:11.758 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92432024-12-14T00:37:13.429Z[ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92442024-12-14T00:37:13.429Z[ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92452024-12-14T00:37:13.432Z[ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92462024-12-14T00:37:13.432Z[ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92472024-12-14T00:37:13.432Z[ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92482024-12-14T00:37:13.432Z[ host-image] Dec 14 00:37:11.782 INFO O| Dec 14 00:37:11.782 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92492024-12-14T00:37:13.432Z[ host-image] Dec 14 00:37:11.782 INFO O| Dec 14 00:37:11.782 INFO ok!
92502024-12-14T00:37:13.432Z[ host-image] Dec 14 00:37:11.782 INFO O| Dec 14 00:37:11.782 INFO STEP 34 (ensure_file) COMPLETE
92512024-12-14T00:37:13.432Z[ host-image] Dec 14 00:37:11.782 INFO O| Dec 14 00:37:11.782 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92522024-12-14T00:37:13.452Z[ host-image] Dec 14 00:37:11.804 INFO O| Dec 14 00:37:11.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92532024-12-14T00:37:13.455Z[ host-image] Dec 14 00:37:11.804 INFO O| Dec 14 00:37:11.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92542024-12-14T00:37:13.455Z[ host-image] Dec 14 00:37:11.804 INFO O| Dec 14 00:37:11.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92552024-12-14T00:37:13.455Z[ host-image] Dec 14 00:37:11.804 INFO O| Dec 14 00:37:11.804 INFO STEP 35 (ensure_dir) COMPLETE
92562024-12-14T00:37:13.455Z[ host-image] Dec 14 00:37:11.805 INFO O| Dec 14 00:37:11.804 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92572024-12-14T00:37:13.472Z[ host-image] Dec 14 00:37:11.824 INFO O| Dec 14 00:37:11.824 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
92582024-12-14T00:37:13.473Z[ host-image] Dec 14 00:37:11.824 INFO O| Dec 14 00:37:11.824 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 ...
92592024-12-14T00:37:13.476Z[ host-image] Dec 14 00:37:11.824 INFO O| Dec 14 00:37:11.824 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
92602024-12-14T00:37:13.476Z[ host-image] Dec 14 00:37:11.824 INFO O| Dec 14 00:37:11.824 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
92612024-12-14T00:37:13.476Z[ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.824 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
92622024-12-14T00:37:13.476Z[ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.825 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
92632024-12-14T00:37:13.476Z[ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.825 INFO ok!
92642024-12-14T00:37:13.476Z[ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.825 INFO STEP 36 (ensure_file) COMPLETE
92652024-12-14T00:37:13.476Z[ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.825 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92662024-12-14T00:37:13.493Z[ host-image] Dec 14 00:37:11.844 INFO O| Dec 14 00:37:11.844 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92672024-12-14T00:37:13.493Z[ host-image] Dec 14 00:37:11.844 INFO O| Dec 14 00:37:11.844 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 ...
92682024-12-14T00:37:13.496Z[ host-image] Dec 14 00:37:11.844 INFO O| Dec 14 00:37:11.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92692024-12-14T00:37:13.496Z[ host-image] Dec 14 00:37:11.845 INFO O| Dec 14 00:37:11.845 INFO ok!
92702024-12-14T00:37:13.496Z[ host-image] Dec 14 00:37:11.845 INFO O| Dec 14 00:37:11.845 INFO STEP 37 (ensure_symlink) COMPLETE
92712024-12-14T00:37:13.496Z[ host-image] Dec 14 00:37:11.845 INFO O| Dec 14 00:37:11.845 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92722024-12-14T00:37:13.513Z[ host-image] Dec 14 00:37:11.864 INFO O| Dec 14 00:37:11.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92732024-12-14T00:37:13.513Z[ host-image] Dec 14 00:37:11.864 INFO O| Dec 14 00:37:11.864 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92742024-12-14T00:37:13.515Z[ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92752024-12-14T00:37:13.515Z[ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92762024-12-14T00:37:13.515Z[ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92772024-12-14T00:37:13.515Z[ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92782024-12-14T00:37:13.516Z[ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO ok!
92792024-12-14T00:37:13.516Z[ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO STEP 38 (ensure_file) COMPLETE
92802024-12-14T00:37:13.516Z[ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92812024-12-14T00:37:13.545Z[ host-image] Dec 14 00:37:11.896 INFO O| Dec 14 00:37:11.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92822024-12-14T00:37:13.545Z[ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.896 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 ...
92832024-12-14T00:37:13.548Z[ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 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
92842024-12-14T00:37:13.548Z[ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92852024-12-14T00:37:13.548Z[ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 INFO ok!
92862024-12-14T00:37:13.548Z[ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 INFO STEP 39 (ensure_file) COMPLETE
92872024-12-14T00:37:13.548Z[ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92882024-12-14T00:37:13.603Z[ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92892024-12-14T00:37:13.603Z[ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92902024-12-14T00:37:13.606Z[ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92912024-12-14T00:37:13.607Z[ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO ok!
92922024-12-14T00:37:13.607Z[ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO STEP 40 (ensure_file) COMPLETE
92932024-12-14T00:37:13.607Z[ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92942024-12-14T00:37:13.665Z[ host-image] Dec 14 00:37:12.016 INFO O| Dec 14 00:37:12.016 INFO updating shadow file
92952024-12-14T00:37:13.665Z[ host-image] Dec 14 00:37:12.016 INFO O| Dec 14 00:37:12.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92962024-12-14T00:37:13.668Z[ host-image] Dec 14 00:37:12.017 INFO O| Dec 14 00:37:12.016 INFO STEP 41 (shadow) COMPLETE
92972024-12-14T00:37:13.668Z[ host-image] Dec 14 00:37:12.017 INFO O| Dec 14 00:37:12.017 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92982024-12-14T00:37:13.684Z[ host-image] Dec 14 00:37:12.035 INFO O| Dec 14 00:37:12.035 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92992024-12-14T00:37:13.684Z[ host-image] Dec 14 00:37:12.035 INFO O| Dec 14 00:37:12.035 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93002024-12-14T00:37:13.684Z[ host-image] Dec 14 00:37:12.035 INFO O| Dec 14 00:37:12.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93012024-12-14T00:37:13.687Z[ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93022024-12-14T00:37:13.687Z[ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO ok!
93032024-12-14T00:37:13.687Z[ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO STEP 42 (ensure_file) COMPLETE
93042024-12-14T00:37:13.687Z[ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93052024-12-14T00:37:13.687Z[ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO skip step because feature "mfg" is not enabled
93062024-12-14T00:37:13.687Z[ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93072024-12-14T00:37:13.687Z[ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO skip step because feature "mfg" is not enabled
93082024-12-14T00:37:13.687Z[ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93092024-12-14T00:37:13.703Z[ host-image] Dec 14 00:37:12.054 INFO O| Dec 14 00:37:12.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93102024-12-14T00:37:13.703Z[ host-image] Dec 14 00:37:12.054 INFO O| Dec 14 00:37:12.054 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93112024-12-14T00:37:14.558Z[ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93122024-12-14T00:37:14.558Z[ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93132024-12-14T00:37:14.561Z[ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO ok!
93142024-12-14T00:37:14.561Z[ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO STEP 45 (ensure_file) COMPLETE
93152024-12-14T00:37:14.561Z[ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93162024-12-14T00:37:14.576Z[ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93172024-12-14T00:37:14.576Z[ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93182024-12-14T00:37:14.576Z[ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93192024-12-14T00:37:14.579Z[ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93202024-12-14T00:37:14.579Z[ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93212024-12-14T00:37:14.579Z[ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93222024-12-14T00:37:14.579Z[ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO ok!
93232024-12-14T00:37:14.579Z[ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO STEP 46 (ensure_file) COMPLETE
93242024-12-14T00:37:14.579Z[ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93252024-12-14T00:37:14.611Z[ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.962 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93262024-12-14T00:37:14.614Z[ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 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 ...
93272024-12-14T00:37:14.614Z[ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 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
93282024-12-14T00:37:14.614Z[ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93292024-12-14T00:37:14.614Z[ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 INFO ok!
93302024-12-14T00:37:14.614Z[ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 INFO STEP 47 (ensure_file) COMPLETE
93312024-12-14T00:37:14.614Z[ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93322024-12-14T00:37:14.633Z[ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.983 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93332024-12-14T00:37:14.633Z[ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93342024-12-14T00:37:14.633Z[ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93352024-12-14T00:37:14.636Z[ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93362024-12-14T00:37:14.636Z[ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93372024-12-14T00:37:14.636Z[ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93382024-12-14T00:37:14.636Z[ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO ok!
93392024-12-14T00:37:14.636Z[ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO STEP 48 (ensure_file) COMPLETE
93402024-12-14T00:37:14.636Z[ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93412024-12-14T00:37:14.652Z[ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93422024-12-14T00:37:14.652Z[ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 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 ...
93432024-12-14T00:37:14.652Z[ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 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
93442024-12-14T00:37:14.655Z[ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93452024-12-14T00:37:14.655Z[ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO ok!
93462024-12-14T00:37:14.655Z[ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO STEP 49 (ensure_file) COMPLETE
93472024-12-14T00:37:14.655Z[ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93482024-12-14T00:37:14.670Z[ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93492024-12-14T00:37:14.670Z[ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93502024-12-14T00:37:14.670Z[ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93512024-12-14T00:37:14.670Z[ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93522024-12-14T00:37:14.670Z[ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93532024-12-14T00:37:14.673Z[ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93542024-12-14T00:37:14.673Z[ host-image] Dec 14 00:37:13.022 INFO O| Dec 14 00:37:13.021 INFO ok!
93552024-12-14T00:37:14.673Z[ host-image] Dec 14 00:37:13.022 INFO O| Dec 14 00:37:13.022 INFO STEP 50 (ensure_file) COMPLETE
93562024-12-14T00:37:14.673Z[ host-image] Dec 14 00:37:13.022 INFO O| Dec 14 00:37:13.022 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93572024-12-14T00:37:14.689Z[ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93582024-12-14T00:37:14.691Z[ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 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 ...
93592024-12-14T00:37:14.691Z[ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 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
93602024-12-14T00:37:14.691Z[ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93612024-12-14T00:37:14.691Z[ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO ok!
93622024-12-14T00:37:14.692Z[ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO STEP 51 (ensure_file) COMPLETE
93632024-12-14T00:37:14.692Z[ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93642024-12-14T00:37:14.718Z[ host-image] Dec 14 00:37:13.069 INFO O| Dec 14 00:37:13.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93652024-12-14T00:37:14.718Z[ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.069 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 ...
93662024-12-14T00:37:14.721Z[ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 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
93672024-12-14T00:37:14.721Z[ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93682024-12-14T00:37:14.721Z[ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 INFO ok!
93692024-12-14T00:37:14.721Z[ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 INFO STEP 52 (ensure_file) COMPLETE
93702024-12-14T00:37:14.721Z[ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93712024-12-14T00:37:14.750Z[ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93722024-12-14T00:37:14.750Z[ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 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 ...
93732024-12-14T00:37:14.750Z[ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 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
93742024-12-14T00:37:14.753Z[ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93752024-12-14T00:37:14.753Z[ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 INFO ok!
93762024-12-14T00:37:14.753Z[ host-image] Dec 14 00:37:13.102 INFO O| Dec 14 00:37:13.101 INFO STEP 53 (ensure_file) COMPLETE
93772024-12-14T00:37:14.753Z[ host-image] Dec 14 00:37:13.102 INFO O| Dec 14 00:37:13.101 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-12-14T00:37:14.775Z[ host-image] Dec 14 00:37:13.126 INFO O| Dec 14 00:37:13.126 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93792024-12-14T00:37:14.775Z[ host-image] Dec 14 00:37:13.126 INFO O| Dec 14 00:37:13.126 INFO STEP 54 (ensure_dir) COMPLETE
93802024-12-14T00:37:14.779Z[ host-image] Dec 14 00:37:13.126 INFO O| Dec 14 00:37:13.126 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-12-14T00:37:14.796Z[ host-image] Dec 14 00:37:13.146 INFO O| Dec 14 00:37:13.146 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93822024-12-14T00:37:14.796Z[ host-image] Dec 14 00:37:13.146 INFO O| Dec 14 00:37:13.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93832024-12-14T00:37:14.796Z[ host-image] Dec 14 00:37:13.146 INFO O| Dec 14 00:37:13.146 INFO STEP 55 (ensure_dir) COMPLETE
93842024-12-14T00:37:14.796Z[ host-image] Dec 14 00:37:13.146 INFO O| Dec 14 00:37:13.146 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-12-14T00:37:14.832Z[ host-image] Dec 14 00:37:13.183 INFO O| Dec 14 00:37:13.183 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93862024-12-14T00:37:14.832Z[ host-image] Dec 14 00:37:13.183 INFO O| Dec 14 00:37:13.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93872024-12-14T00:37:14.835Z[ host-image] Dec 14 00:37:13.183 INFO O| Dec 14 00:37:13.183 INFO STEP 56 (ensure_dir) COMPLETE
93882024-12-14T00:37:14.835Z[ host-image] Dec 14 00:37:13.183 INFO O| Dec 14 00:37:13.183 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892024-12-14T00:37:14.869Z[ host-image] Dec 14 00:37:13.220 INFO O| Dec 14 00:37:13.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93902024-12-14T00:37:14.869Z[ host-image] Dec 14 00:37:13.220 INFO O| Dec 14 00:37:13.220 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93912024-12-14T00:37:14.895Z[ host-image] Dec 14 00:37:13.246 INFO O| Dec 14 00:37:13.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93922024-12-14T00:37:14.895Z[ host-image] Dec 14 00:37:13.246 INFO O| Dec 14 00:37:13.246 INFO ok!
93932024-12-14T00:37:14.898Z[ host-image] Dec 14 00:37:13.246 INFO O| Dec 14 00:37:13.246 INFO STEP 57 (ensure_file) COMPLETE
93942024-12-14T00:37:14.898Z[ host-image] Dec 14 00:37:13.246 INFO O| Dec 14 00:37:13.246 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952024-12-14T00:37:14.915Z[ host-image] Dec 14 00:37:13.266 INFO O| Dec 14 00:37:13.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93962024-12-14T00:37:14.915Z[ host-image] Dec 14 00:37:13.266 INFO O| Dec 14 00:37:13.266 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93972024-12-14T00:37:16.373Z[ host-image] Dec 14 00:37:14.724 INFO O| Dec 14 00:37:14.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93982024-12-14T00:37:16.373Z[ host-image] Dec 14 00:37:14.724 INFO O| Dec 14 00:37:14.724 INFO ok!
93992024-12-14T00:37:16.373Z[ host-image] Dec 14 00:37:14.724 INFO O| Dec 14 00:37:14.724 INFO STEP 58 (ensure_file) COMPLETE
94002024-12-14T00:37:16.375Z[ host-image] Dec 14 00:37:14.724 INFO O| Dec 14 00:37:14.724 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-12-14T00:37:16.393Z[ host-image] Dec 14 00:37:14.744 INFO O| Dec 14 00:37:14.744 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94022024-12-14T00:37:16.393Z[ host-image] Dec 14 00:37:14.744 INFO O| Dec 14 00:37:14.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94032024-12-14T00:37:16.393Z[ host-image] Dec 14 00:37:14.744 INFO O| Dec 14 00:37:14.744 INFO STEP 59 (ensure_dir) COMPLETE
94042024-12-14T00:37:16.397Z[ host-image] Dec 14 00:37:14.744 INFO O| Dec 14 00:37:14.744 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-12-14T00:37:16.412Z[ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94062024-12-14T00:37:16.412Z[ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO copying /tmp/.tmpAGvK53/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 ...
94072024-12-14T00:37:16.412Z[ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94082024-12-14T00:37:16.415Z[ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO ok!
94092024-12-14T00:37:16.415Z[ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO STEP 60 (ensure_file) COMPLETE
94102024-12-14T00:37:16.415Z[ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-12-14T00:37:16.437Z[ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94122024-12-14T00:37:16.437Z[ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO copying /tmp/.tmpAGvK53/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 ...
94132024-12-14T00:37:16.437Z[ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94142024-12-14T00:37:16.440Z[ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO ok!
94152024-12-14T00:37:16.440Z[ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO STEP 61 (ensure_file) COMPLETE
94162024-12-14T00:37:16.440Z[ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-12-14T00:37:16.499Z[ host-image] Dec 14 00:37:14.849 INFO O| Dec 14 00:37:14.849 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94182024-12-14T00:37:16.499Z[ host-image] Dec 14 00:37:14.849 INFO O| Dec 14 00:37:14.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94192024-12-14T00:37:16.499Z[ host-image] Dec 14 00:37:14.849 INFO O| Dec 14 00:37:14.849 INFO STEP 62 (ensure_dir) COMPLETE
94202024-12-14T00:37:16.499Z[ host-image] Dec 14 00:37:14.849 INFO O| Dec 14 00:37:14.849 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-12-14T00:37:16.518Z[ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94222024-12-14T00:37:16.518Z[ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.868 INFO copying /tmp/.tmpAGvK53/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 ...
94232024-12-14T00:37:16.521Z[ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94242024-12-14T00:37:16.521Z[ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.869 INFO ok!
94252024-12-14T00:37:16.521Z[ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.869 INFO STEP 63 (ensure_file) COMPLETE
94262024-12-14T00:37:16.521Z[ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.869 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-12-14T00:37:16.537Z[ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94282024-12-14T00:37:16.537Z[ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.887 INFO copying /tmp/.tmpAGvK53/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 ...
94292024-12-14T00:37:16.537Z[ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94302024-12-14T00:37:16.540Z[ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.888 INFO ok!
94312024-12-14T00:37:16.540Z[ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.888 INFO STEP 64 (ensure_file) COMPLETE
94322024-12-14T00:37:16.540Z[ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.888 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-12-14T00:37:16.557Z[ host-image] Dec 14 00:37:14.907 INFO O| Dec 14 00:37:14.907 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94342024-12-14T00:37:16.557Z[ host-image] Dec 14 00:37:14.907 INFO O| Dec 14 00:37:14.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94352024-12-14T00:37:16.557Z[ host-image] Dec 14 00:37:14.907 INFO O| Dec 14 00:37:14.907 INFO STEP 65 (ensure_dir) COMPLETE
94362024-12-14T00:37:16.557Z[ host-image] Dec 14 00:37:14.907 INFO O| Dec 14 00:37:14.907 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94372024-12-14T00:37:16.586Z[ host-image] Dec 14 00:37:14.936 INFO O| Dec 14 00:37:14.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94382024-12-14T00:37:16.586Z[ host-image] Dec 14 00:37:14.936 INFO O| Dec 14 00:37:14.936 INFO copying /tmp/.tmpAGvK53/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 ...
94392024-12-14T00:37:16.588Z[ host-image] Dec 14 00:37:14.937 INFO O| Dec 14 00:37:14.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94402024-12-14T00:37:16.588Z[ host-image] Dec 14 00:37:14.937 INFO O| Dec 14 00:37:14.937 INFO ok!
94412024-12-14T00:37:16.588Z[ host-image] Dec 14 00:37:14.937 INFO O| Dec 14 00:37:14.937 INFO STEP 66 (ensure_file) COMPLETE
94422024-12-14T00:37:16.588Z[ host-image] Dec 14 00:37:14.937 INFO O| Dec 14 00:37:14.937 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-12-14T00:37:16.606Z[ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94442024-12-14T00:37:16.606Z[ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94452024-12-14T00:37:16.606Z[ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94462024-12-14T00:37:16.606Z[ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO ok!
94472024-12-14T00:37:16.609Z[ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO STEP 67 (ensure_file) COMPLETE
94482024-12-14T00:37:16.609Z[ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-12-14T00:37:16.626Z[ host-image] Dec 14 00:37:14.977 INFO O| Dec 14 00:37:14.977 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94502024-12-14T00:37:16.627Z[ host-image] Dec 14 00:37:14.977 INFO O| Dec 14 00:37:14.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94512024-12-14T00:37:16.627Z[ host-image] Dec 14 00:37:14.977 INFO O| Dec 14 00:37:14.977 INFO STEP 68 (ensure_dir) COMPLETE
94522024-12-14T00:37:16.627Z[ host-image] Dec 14 00:37:14.977 INFO O| Dec 14 00:37:14.977 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532024-12-14T00:37:16.646Z[ host-image] Dec 14 00:37:14.996 INFO O| Dec 14 00:37:14.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94542024-12-14T00:37:16.646Z[ host-image] Dec 14 00:37:14.997 INFO O| Dec 14 00:37:14.996 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94552024-12-14T00:37:18.067Z[ host-image] Dec 14 00:37:16.417 INFO O| Dec 14 00:37:16.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94562024-12-14T00:37:18.067Z[ host-image] Dec 14 00:37:16.417 INFO O| Dec 14 00:37:16.417 INFO ok!
94572024-12-14T00:37:18.067Z[ host-image] Dec 14 00:37:16.417 INFO O| Dec 14 00:37:16.417 INFO STEP 69 (ensure_file) COMPLETE
94582024-12-14T00:37:18.069Z[ host-image] Dec 14 00:37:16.417 INFO O| Dec 14 00:37:16.417 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94592024-12-14T00:37:18.085Z[ host-image] Dec 14 00:37:16.435 INFO O| Dec 14 00:37:16.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94602024-12-14T00:37:18.085Z[ host-image] Dec 14 00:37:16.435 INFO O| Dec 14 00:37:16.435 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94612024-12-14T00:37:20.174Z[ host-image] Dec 14 00:37:18.523 INFO O| Dec 14 00:37:18.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94622024-12-14T00:37:20.174Z[ host-image] Dec 14 00:37:18.523 INFO O| Dec 14 00:37:18.523 INFO ok!
94632024-12-14T00:37:20.176Z[ host-image] Dec 14 00:37:18.523 INFO O| Dec 14 00:37:18.523 INFO STEP 70 (ensure_file) COMPLETE
94642024-12-14T00:37:20.176Z[ host-image] Dec 14 00:37:18.523 INFO O| Dec 14 00:37:18.523 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-12-14T00:37:20.192Z[ host-image] Dec 14 00:37:18.541 INFO O| Dec 14 00:37:18.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94662024-12-14T00:37:20.192Z[ host-image] Dec 14 00:37:18.542 INFO O| Dec 14 00:37:18.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94672024-12-14T00:37:20.194Z[ host-image] Dec 14 00:37:18.542 INFO O| Dec 14 00:37:18.542 INFO STEP 71 (ensure_dir) COMPLETE
94682024-12-14T00:37:20.194Z[ host-image] Dec 14 00:37:18.542 INFO O| Dec 14 00:37:18.542 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-12-14T00:37:20.210Z[ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94702024-12-14T00:37:20.210Z[ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO copying /tmp/.tmpAGvK53/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 ...
94712024-12-14T00:37:20.213Z[ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94722024-12-14T00:37:20.213Z[ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO ok!
94732024-12-14T00:37:20.213Z[ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO STEP 72 (ensure_file) COMPLETE
94742024-12-14T00:37:20.213Z[ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-12-14T00:37:20.279Z[ host-image] Dec 14 00:37:18.628 INFO O| Dec 14 00:37:18.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94762024-12-14T00:37:20.279Z[ host-image] Dec 14 00:37:18.628 INFO O| Dec 14 00:37:18.628 INFO copying /tmp/.tmpAGvK53/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 ...
94772024-12-14T00:37:20.281Z[ host-image] Dec 14 00:37:18.629 INFO O| Dec 14 00:37:18.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94782024-12-14T00:37:20.281Z[ host-image] Dec 14 00:37:18.629 INFO O| Dec 14 00:37:18.629 INFO ok!
94792024-12-14T00:37:20.281Z[ host-image] Dec 14 00:37:18.629 INFO O| Dec 14 00:37:18.629 INFO STEP 73 (ensure_file) COMPLETE
94802024-12-14T00:37:20.281Z[ host-image] Dec 14 00:37:18.629 INFO O| Dec 14 00:37:18.629 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-12-14T00:37:20.311Z[ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94822024-12-14T00:37:20.311Z[ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94832024-12-14T00:37:20.313Z[ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94842024-12-14T00:37:20.313Z[ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO ok!
94852024-12-14T00:37:20.313Z[ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO STEP 74 (ensure_file) COMPLETE
94862024-12-14T00:37:20.313Z[ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-12-14T00:37:20.348Z[ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94882024-12-14T00:37:20.348Z[ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94892024-12-14T00:37:20.348Z[ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94902024-12-14T00:37:20.351Z[ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO ok!
94912024-12-14T00:37:20.351Z[ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO STEP 75 (ensure_file) COMPLETE
94922024-12-14T00:37:20.351Z[ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-12-14T00:37:20.386Z[ host-image] Dec 14 00:37:18.736 INFO O| Dec 14 00:37:18.736 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94942024-12-14T00:37:20.386Z[ host-image] Dec 14 00:37:18.736 INFO O| Dec 14 00:37:18.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94952024-12-14T00:37:20.389Z[ host-image] Dec 14 00:37:18.736 INFO O| Dec 14 00:37:18.736 INFO STEP 76 (ensure_dir) COMPLETE
94962024-12-14T00:37:20.389Z[ host-image] Dec 14 00:37:18.736 INFO O| Dec 14 00:37:18.736 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-12-14T00:37:20.405Z[ host-image] Dec 14 00:37:18.755 INFO O| Dec 14 00:37:18.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94982024-12-14T00:37:20.405Z[ host-image] Dec 14 00:37:18.755 INFO O| Dec 14 00:37:18.755 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94992024-12-14T00:37:20.410Z[ host-image] Dec 14 00:37:18.759 INFO O| Dec 14 00:37:18.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95002024-12-14T00:37:20.410Z[ host-image] Dec 14 00:37:18.759 INFO O| Dec 14 00:37:18.759 INFO ok!
95012024-12-14T00:37:20.410Z[ host-image] Dec 14 00:37:18.759 INFO O| Dec 14 00:37:18.759 INFO STEP 77 (ensure_file) COMPLETE
95022024-12-14T00:37:20.410Z[ host-image] Dec 14 00:37:18.759 INFO O| Dec 14 00:37:18.759 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-12-14T00:37:20.429Z[ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95042024-12-14T00:37:20.429Z[ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95052024-12-14T00:37:20.429Z[ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95062024-12-14T00:37:20.429Z[ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO ok!
95072024-12-14T00:37:20.432Z[ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO STEP 78 (ensure_file) COMPLETE
95082024-12-14T00:37:20.432Z[ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95092024-12-14T00:37:20.448Z[ host-image] Dec 14 00:37:18.798 INFO O| Dec 14 00:37:18.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95102024-12-14T00:37:20.449Z[ host-image] Dec 14 00:37:18.798 INFO O| Dec 14 00:37:18.798 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95112024-12-14T00:37:22.183Z[ host-image] Dec 14 00:37:20.532 INFO O| Dec 14 00:37:20.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95122024-12-14T00:37:22.183Z[ host-image] Dec 14 00:37:20.532 INFO O| Dec 14 00:37:20.532 INFO ok!
95132024-12-14T00:37:22.186Z[ host-image] Dec 14 00:37:20.532 INFO O| Dec 14 00:37:20.532 INFO STEP 79 (ensure_file) COMPLETE
95142024-12-14T00:37:22.186Z[ host-image] Dec 14 00:37:20.532 INFO O| Dec 14 00:37:20.532 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-12-14T00:37:22.202Z[ host-image] Dec 14 00:37:20.551 INFO O| Dec 14 00:37:20.551 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95162024-12-14T00:37:22.202Z[ host-image] Dec 14 00:37:20.551 INFO O| Dec 14 00:37:20.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95172024-12-14T00:37:22.205Z[ host-image] Dec 14 00:37:20.551 INFO O| Dec 14 00:37:20.551 INFO STEP 80 (ensure_dir) COMPLETE
95182024-12-14T00:37:22.205Z[ host-image] Dec 14 00:37:20.551 INFO O| Dec 14 00:37:20.551 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-12-14T00:37:22.225Z[ host-image] Dec 14 00:37:20.574 INFO O| Dec 14 00:37:20.574 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95202024-12-14T00:37:22.228Z[ host-image] Dec 14 00:37:20.575 INFO O| Dec 14 00:37:20.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95212024-12-14T00:37:22.228Z[ host-image] Dec 14 00:37:20.575 INFO O| Dec 14 00:37:20.575 INFO STEP 81 (ensure_dir) COMPLETE
95222024-12-14T00:37:22.228Z[ host-image] Dec 14 00:37:20.575 INFO O| Dec 14 00:37:20.575 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-14T00:37:22.244Z[ host-image] Dec 14 00:37:20.594 INFO O| Dec 14 00:37:20.594 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95242024-12-14T00:37:22.244Z[ host-image] Dec 14 00:37:20.594 INFO O| Dec 14 00:37:20.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95252024-12-14T00:37:22.244Z[ host-image] Dec 14 00:37:20.594 INFO O| Dec 14 00:37:20.594 INFO STEP 82 (ensure_dir) COMPLETE
95262024-12-14T00:37:22.247Z[ host-image] Dec 14 00:37:20.594 INFO O| Dec 14 00:37:20.594 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-12-14T00:37:22.269Z[ host-image] Dec 14 00:37:20.618 INFO O| Dec 14 00:37:20.618 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95282024-12-14T00:37:22.269Z[ host-image] Dec 14 00:37:20.619 INFO O| Dec 14 00:37:20.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95292024-12-14T00:37:22.269Z[ host-image] Dec 14 00:37:20.619 INFO O| Dec 14 00:37:20.619 INFO STEP 83 (ensure_dir) COMPLETE
95302024-12-14T00:37:22.269Z[ host-image] Dec 14 00:37:20.619 INFO O| Dec 14 00:37:20.619 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312024-12-14T00:37:22.290Z[ host-image] Dec 14 00:37:20.639 INFO O| Dec 14 00:37:20.639 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95322024-12-14T00:37:22.290Z[ host-image] Dec 14 00:37:20.639 INFO O| Dec 14 00:37:20.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95332024-12-14T00:37:22.290Z[ host-image] Dec 14 00:37:20.639 INFO O| Dec 14 00:37:20.639 INFO STEP 84 (ensure_dir) COMPLETE
95342024-12-14T00:37:22.293Z[ host-image] Dec 14 00:37:20.639 INFO O| Dec 14 00:37:20.639 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-12-14T00:37:22.309Z[ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95362024-12-14T00:37:22.309Z[ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO copying /tmp/.tmpAGvK53/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 ...
95372024-12-14T00:37:22.311Z[ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95382024-12-14T00:37:22.311Z[ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO ok!
95392024-12-14T00:37:22.311Z[ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO STEP 85 (ensure_file) COMPLETE
95402024-12-14T00:37:22.311Z[ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-12-14T00:37:22.329Z[ host-image] Dec 14 00:37:20.678 INFO O| Dec 14 00:37:20.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95422024-12-14T00:37:22.329Z[ host-image] Dec 14 00:37:20.678 INFO O| Dec 14 00:37:20.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95432024-12-14T00:37:22.329Z[ host-image] Dec 14 00:37:20.678 INFO O| Dec 14 00:37:20.678 INFO STEP 86 (ensure_dir) COMPLETE
95442024-12-14T00:37:22.329Z[ host-image] Dec 14 00:37:20.678 INFO O| Dec 14 00:37:20.678 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-12-14T00:37:22.348Z[ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95462024-12-14T00:37:22.348Z[ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95472024-12-14T00:37:22.348Z[ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95482024-12-14T00:37:22.351Z[ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO ok!
95492024-12-14T00:37:22.351Z[ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO STEP 87 (ensure_file) COMPLETE
95502024-12-14T00:37:22.351Z[ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-12-14T00:37:22.367Z[ host-image] Dec 14 00:37:20.717 INFO O| Dec 14 00:37:20.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95522024-12-14T00:37:22.367Z[ host-image] Dec 14 00:37:20.717 INFO O| Dec 14 00:37:20.716 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95532024-12-14T00:37:23.025Z[ host-image] Dec 14 00:37:21.372 INFO O| Dec 14 00:37:21.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95542024-12-14T00:37:23.028Z[ host-image] Dec 14 00:37:21.373 INFO O| Dec 14 00:37:21.372 INFO ok!
95552024-12-14T00:37:23.028Z[ host-image] Dec 14 00:37:21.373 INFO O| Dec 14 00:37:21.372 INFO STEP 88 (ensure_file) COMPLETE
95562024-12-14T00:37:23.028Z[ host-image] Dec 14 00:37:21.373 INFO O| Dec 14 00:37:21.372 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95572024-12-14T00:37:23.042Z[ host-image] Dec 14 00:37:21.391 INFO O| Dec 14 00:37:21.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95582024-12-14T00:37:23.042Z[ host-image] Dec 14 00:37:21.391 INFO O| Dec 14 00:37:21.391 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95592024-12-14T00:37:23.719Z[ host-image] Dec 14 00:37:22.068 INFO O| Dec 14 00:37:22.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95602024-12-14T00:37:23.719Z[ host-image] Dec 14 00:37:22.068 INFO O| Dec 14 00:37:22.068 INFO ok!
95612024-12-14T00:37:23.735Z[ host-image] Dec 14 00:37:22.068 INFO O| Dec 14 00:37:22.068 INFO STEP 89 (ensure_file) COMPLETE
95622024-12-14T00:37:23.736Z[ host-image] Dec 14 00:37:22.068 INFO O| Dec 14 00:37:22.068 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95632024-12-14T00:37:23.758Z[ host-image] Dec 14 00:37:22.107 INFO O| Dec 14 00:37:22.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95642024-12-14T00:37:23.759Z[ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.107 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95652024-12-14T00:37:23.761Z[ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95662024-12-14T00:37:23.761Z[ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.108 INFO ok!
95672024-12-14T00:37:23.761Z[ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.108 INFO STEP 90 (ensure_file) COMPLETE
95682024-12-14T00:37:23.761Z[ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.108 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-12-14T00:37:23.783Z[ host-image] Dec 14 00:37:22.132 INFO O| Dec 14 00:37:22.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95702024-12-14T00:37:23.783Z[ host-image] Dec 14 00:37:22.132 INFO O| Dec 14 00:37:22.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95712024-12-14T00:37:23.783Z[ host-image] Dec 14 00:37:22.132 INFO O| Dec 14 00:37:22.132 INFO STEP 91 (ensure_dir) COMPLETE
95722024-12-14T00:37:23.783Z[ host-image] Dec 14 00:37:22.132 INFO O| Dec 14 00:37:22.132 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-12-14T00:37:23.813Z[ host-image] Dec 14 00:37:22.162 INFO O| Dec 14 00:37:22.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95742024-12-14T00:37:23.813Z[ host-image] Dec 14 00:37:22.162 INFO O| Dec 14 00:37:22.162 INFO copying /tmp/.tmpAGvK53/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 ...
95752024-12-14T00:37:23.813Z[ host-image] Dec 14 00:37:22.163 INFO O| Dec 14 00:37:22.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95762024-12-14T00:37:23.813Z[ host-image] Dec 14 00:37:22.163 INFO O| Dec 14 00:37:22.163 INFO ok!
95772024-12-14T00:37:23.816Z[ host-image] Dec 14 00:37:22.163 INFO O| Dec 14 00:37:22.163 INFO STEP 92 (ensure_file) COMPLETE
95782024-12-14T00:37:23.816Z[ host-image] Dec 14 00:37:22.163 INFO O| Dec 14 00:37:22.163 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-12-14T00:37:23.862Z[ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95802024-12-14T00:37:23.862Z[ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO copying /tmp/.tmpAGvK53/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 ...
95812024-12-14T00:37:23.865Z[ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95822024-12-14T00:37:23.865Z[ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO ok!
95832024-12-14T00:37:23.865Z[ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO STEP 93 (ensure_file) COMPLETE
95842024-12-14T00:37:23.865Z[ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852024-12-14T00:37:23.895Z[ host-image] Dec 14 00:37:22.243 INFO O| Dec 14 00:37:22.243 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95862024-12-14T00:37:23.895Z[ host-image] Dec 14 00:37:22.243 INFO O| Dec 14 00:37:22.243 INFO copying /tmp/.tmpAGvK53/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 ...
95872024-12-14T00:37:23.895Z[ host-image] Dec 14 00:37:22.244 INFO O| Dec 14 00:37:22.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95882024-12-14T00:37:23.895Z[ host-image] Dec 14 00:37:22.244 INFO O| Dec 14 00:37:22.244 INFO ok!
95892024-12-14T00:37:23.895Z[ host-image] Dec 14 00:37:22.244 INFO O| Dec 14 00:37:22.244 INFO STEP 94 (ensure_file) COMPLETE
95902024-12-14T00:37:23.897Z[ host-image] Dec 14 00:37:22.244 INFO O| Dec 14 00:37:22.244 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95912024-12-14T00:37:23.913Z[ host-image] Dec 14 00:37:22.262 INFO O| Dec 14 00:37:22.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95922024-12-14T00:37:23.914Z[ host-image] Dec 14 00:37:22.262 INFO O| Dec 14 00:37:22.262 INFO copying /tmp/.tmpAGvK53/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 ...
95932024-12-14T00:37:23.914Z[ host-image] Dec 14 00:37:22.263 INFO O| Dec 14 00:37:22.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95942024-12-14T00:37:23.914Z[ host-image] Dec 14 00:37:22.263 INFO O| Dec 14 00:37:22.263 INFO ok!
95952024-12-14T00:37:23.917Z[ host-image] Dec 14 00:37:22.263 INFO O| Dec 14 00:37:22.263 INFO STEP 95 (ensure_file) COMPLETE
95962024-12-14T00:37:23.917Z[ host-image] Dec 14 00:37:22.263 INFO O| Dec 14 00:37:22.263 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972024-12-14T00:37:23.934Z[ host-image] Dec 14 00:37:22.283 INFO O| Dec 14 00:37:22.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95982024-12-14T00:37:23.934Z[ host-image] Dec 14 00:37:22.283 INFO O| Dec 14 00:37:22.283 INFO copying /tmp/.tmpAGvK53/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 ...
95992024-12-14T00:37:23.937Z[ host-image] Dec 14 00:37:22.284 INFO O| Dec 14 00:37:22.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96002024-12-14T00:37:23.937Z[ host-image] Dec 14 00:37:22.284 INFO O| Dec 14 00:37:22.283 INFO ok!
96012024-12-14T00:37:23.938Z[ host-image] Dec 14 00:37:22.284 INFO O| Dec 14 00:37:22.283 INFO STEP 96 (ensure_file) COMPLETE
96022024-12-14T00:37:23.938Z[ host-image] Dec 14 00:37:22.284 INFO O| Dec 14 00:37:22.283 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032024-12-14T00:37:23.956Z[ host-image] Dec 14 00:37:22.304 INFO O| Dec 14 00:37:22.304 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96042024-12-14T00:37:23.956Z[ host-image] Dec 14 00:37:22.304 INFO O| Dec 14 00:37:22.304 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96052024-12-14T00:37:23.959Z[ host-image] Dec 14 00:37:22.305 INFO O| Dec 14 00:37:22.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96062024-12-14T00:37:23.959Z[ host-image] Dec 14 00:37:22.305 INFO O| Dec 14 00:37:22.305 INFO ok!
96072024-12-14T00:37:23.959Z[ host-image] Dec 14 00:37:22.305 INFO O| Dec 14 00:37:22.305 INFO STEP 97 (ensure_file) COMPLETE
96082024-12-14T00:37:23.959Z[ host-image] Dec 14 00:37:22.305 INFO O| Dec 14 00:37:22.305 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96092024-12-14T00:37:23.977Z[ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96102024-12-14T00:37:23.977Z[ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO copying /tmp/.tmpAGvK53/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 ...
96112024-12-14T00:37:23.977Z[ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96122024-12-14T00:37:23.980Z[ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO ok!
96132024-12-14T00:37:23.980Z[ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO STEP 98 (ensure_file) COMPLETE
96142024-12-14T00:37:23.980Z[ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96152024-12-14T00:37:24.014Z[ host-image] Dec 14 00:37:22.363 INFO O| Dec 14 00:37:22.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96162024-12-14T00:37:24.014Z[ host-image] Dec 14 00:37:22.363 INFO O| Dec 14 00:37:22.363 INFO copying /tmp/.tmpAGvK53/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 ...
96172024-12-14T00:37:24.014Z[ host-image] Dec 14 00:37:22.364 INFO O| Dec 14 00:37:22.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96182024-12-14T00:37:24.015Z[ host-image] Dec 14 00:37:22.364 INFO O| Dec 14 00:37:22.364 INFO ok!
96192024-12-14T00:37:24.017Z[ host-image] Dec 14 00:37:22.364 INFO O| Dec 14 00:37:22.364 INFO STEP 99 (ensure_file) COMPLETE
96202024-12-14T00:37:24.017Z[ host-image] Dec 14 00:37:22.364 INFO O| Dec 14 00:37:22.364 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96212024-12-14T00:37:24.035Z[ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96222024-12-14T00:37:24.035Z[ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO copying /tmp/.tmpAGvK53/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 ...
96232024-12-14T00:37:24.038Z[ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96242024-12-14T00:37:24.038Z[ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO ok!
96252024-12-14T00:37:24.038Z[ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO STEP 100 (ensure_file) COMPLETE
96262024-12-14T00:37:24.038Z[ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96272024-12-14T00:37:24.120Z[ host-image] Dec 14 00:37:22.469 INFO O| Dec 14 00:37:22.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96282024-12-14T00:37:24.123Z[ host-image] Dec 14 00:37:22.469 INFO O| Dec 14 00:37:22.469 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96292024-12-14T00:37:24.123Z[ host-image] Dec 14 00:37:22.470 INFO O| Dec 14 00:37:22.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96302024-12-14T00:37:24.123Z[ host-image] Dec 14 00:37:22.470 INFO O| Dec 14 00:37:22.469 INFO ok!
96312024-12-14T00:37:24.123Z[ host-image] Dec 14 00:37:22.470 INFO O| Dec 14 00:37:22.470 INFO STEP 101 (ensure_file) COMPLETE
96322024-12-14T00:37:24.123Z[ host-image] Dec 14 00:37:22.470 INFO O| Dec 14 00:37:22.470 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96332024-12-14T00:37:24.177Z[ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96342024-12-14T00:37:24.177Z[ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO copying /tmp/.tmpAGvK53/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 ...
96352024-12-14T00:37:24.177Z[ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96362024-12-14T00:37:24.177Z[ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO ok!
96372024-12-14T00:37:24.180Z[ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO STEP 102 (ensure_file) COMPLETE
96382024-12-14T00:37:24.180Z[ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96392024-12-14T00:37:24.196Z[ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96402024-12-14T00:37:24.196Z[ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO copying /tmp/.tmpAGvK53/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 ...
96412024-12-14T00:37:24.196Z[ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96422024-12-14T00:37:24.196Z[ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO ok!
96432024-12-14T00:37:24.196Z[ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO STEP 103 (ensure_file) COMPLETE
96442024-12-14T00:37:24.199Z[ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96452024-12-14T00:37:24.216Z[ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96462024-12-14T00:37:24.216Z[ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO copying /tmp/.tmpAGvK53/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 ...
96472024-12-14T00:37:24.216Z[ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96482024-12-14T00:37:24.218Z[ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO ok!
96492024-12-14T00:37:24.218Z[ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO STEP 104 (ensure_file) COMPLETE
96502024-12-14T00:37:24.218Z[ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96512024-12-14T00:37:24.236Z[ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96522024-12-14T00:37:24.236Z[ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO copying /tmp/.tmpAGvK53/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 ...
96532024-12-14T00:37:24.236Z[ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96542024-12-14T00:37:24.239Z[ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO ok!
96552024-12-14T00:37:24.239Z[ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO STEP 105 (ensure_file) COMPLETE
96562024-12-14T00:37:24.239Z[ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96572024-12-14T00:37:24.257Z[ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96582024-12-14T00:37:24.257Z[ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO copying /tmp/.tmpAGvK53/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 ...
96592024-12-14T00:37:24.260Z[ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96602024-12-14T00:37:24.260Z[ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO ok!
96612024-12-14T00:37:24.260Z[ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO STEP 106 (ensure_file) COMPLETE
96622024-12-14T00:37:24.260Z[ host-image] Dec 14 00:37:22.607 INFO O| Dec 14 00:37:22.606 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96632024-12-14T00:37:24.278Z[ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96642024-12-14T00:37:24.278Z[ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO copying /tmp/.tmpAGvK53/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 ...
96652024-12-14T00:37:24.278Z[ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96662024-12-14T00:37:24.280Z[ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO ok!
96672024-12-14T00:37:24.280Z[ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO STEP 107 (ensure_file) COMPLETE
96682024-12-14T00:37:24.280Z[ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692024-12-14T00:37:24.299Z[ host-image] Dec 14 00:37:22.647 INFO O| Dec 14 00:37:22.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96702024-12-14T00:37:24.299Z[ host-image] Dec 14 00:37:22.647 INFO O| Dec 14 00:37:22.647 INFO copying /tmp/.tmpAGvK53/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 ...
96712024-12-14T00:37:24.299Z[ host-image] Dec 14 00:37:22.648 INFO O| Dec 14 00:37:22.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96722024-12-14T00:37:24.301Z[ host-image] Dec 14 00:37:22.648 INFO O| Dec 14 00:37:22.647 INFO ok!
96732024-12-14T00:37:24.301Z[ host-image] Dec 14 00:37:22.648 INFO O| Dec 14 00:37:22.648 INFO STEP 108 (ensure_file) COMPLETE
96742024-12-14T00:37:24.301Z[ host-image] Dec 14 00:37:22.648 INFO O| Dec 14 00:37:22.648 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752024-12-14T00:37:24.320Z[ host-image] Dec 14 00:37:22.668 INFO O| Dec 14 00:37:22.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96762024-12-14T00:37:24.320Z[ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.668 INFO copying /tmp/.tmpAGvK53/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 ...
96772024-12-14T00:37:24.320Z[ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96782024-12-14T00:37:24.320Z[ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.669 INFO ok!
96792024-12-14T00:37:24.322Z[ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.669 INFO STEP 109 (ensure_file) COMPLETE
96802024-12-14T00:37:24.322Z[ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.669 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812024-12-14T00:37:24.341Z[ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96822024-12-14T00:37:24.341Z[ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO copying /tmp/.tmpAGvK53/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 ...
96832024-12-14T00:37:24.341Z[ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96842024-12-14T00:37:24.341Z[ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO ok!
96852024-12-14T00:37:24.343Z[ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO STEP 110 (ensure_file) COMPLETE
96862024-12-14T00:37:24.343Z[ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96872024-12-14T00:37:24.363Z[ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96882024-12-14T00:37:24.363Z[ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO copying /tmp/.tmpAGvK53/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 ...
96892024-12-14T00:37:24.365Z[ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96902024-12-14T00:37:24.365Z[ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO ok!
96912024-12-14T00:37:24.366Z[ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO STEP 111 (ensure_file) COMPLETE
96922024-12-14T00:37:24.366Z[ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96932024-12-14T00:37:24.386Z[ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96942024-12-14T00:37:24.389Z[ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO copying /tmp/.tmpAGvK53/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 ...
96952024-12-14T00:37:24.389Z[ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96962024-12-14T00:37:24.389Z[ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO ok!
96972024-12-14T00:37:24.389Z[ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO STEP 112 (ensure_file) COMPLETE
96982024-12-14T00:37:24.389Z[ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96992024-12-14T00:37:24.419Z[ host-image] Dec 14 00:37:22.767 INFO O| Dec 14 00:37:22.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97002024-12-14T00:37:24.419Z[ host-image] Dec 14 00:37:22.767 INFO O| Dec 14 00:37:22.767 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
97012024-12-14T00:37:24.422Z[ host-image] Dec 14 00:37:22.768 INFO O| Dec 14 00:37:22.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97022024-12-14T00:37:24.422Z[ host-image] Dec 14 00:37:22.768 INFO O| Dec 14 00:37:22.768 INFO ok!
97032024-12-14T00:37:24.422Z[ host-image] Dec 14 00:37:22.768 INFO O| Dec 14 00:37:22.768 INFO STEP 113 (ensure_file) COMPLETE
97042024-12-14T00:37:24.422Z[ host-image] Dec 14 00:37:22.768 INFO O| Dec 14 00:37:22.768 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97052024-12-14T00:37:24.474Z[ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97062024-12-14T00:37:24.474Z[ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO copying /tmp/.tmpAGvK53/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 ...
97072024-12-14T00:37:24.474Z[ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97082024-12-14T00:37:24.474Z[ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO ok!
97092024-12-14T00:37:24.477Z[ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO STEP 114 (ensure_file) COMPLETE
97102024-12-14T00:37:24.477Z[ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112024-12-14T00:37:24.493Z[ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97122024-12-14T00:37:24.493Z[ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.841 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
97132024-12-14T00:37:24.496Z[ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97142024-12-14T00:37:24.496Z[ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.842 INFO ok!
97152024-12-14T00:37:24.496Z[ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.842 INFO STEP 115 (ensure_file) COMPLETE
97162024-12-14T00:37:24.496Z[ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.842 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172024-12-14T00:37:24.511Z[ host-image] Dec 14 00:37:22.859 INFO O| Dec 14 00:37:22.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97182024-12-14T00:37:24.511Z[ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.859 INFO copying /tmp/.tmpAGvK53/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 ...
97192024-12-14T00:37:24.514Z[ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97202024-12-14T00:37:24.514Z[ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.860 INFO ok!
97212024-12-14T00:37:24.514Z[ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.860 INFO STEP 116 (ensure_file) COMPLETE
97222024-12-14T00:37:24.514Z[ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.860 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232024-12-14T00:37:24.530Z[ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97242024-12-14T00:37:24.530Z[ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO copying /tmp/.tmpAGvK53/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 ...
97252024-12-14T00:37:24.533Z[ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97262024-12-14T00:37:24.533Z[ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO ok!
97272024-12-14T00:37:24.533Z[ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO STEP 117 (ensure_file) COMPLETE
97282024-12-14T00:37:24.533Z[ host-image] Dec 14 00:37:22.880 INFO O| Dec 14 00:37:22.879 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292024-12-14T00:37:24.550Z[ host-image] Dec 14 00:37:22.898 INFO O| Dec 14 00:37:22.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97302024-12-14T00:37:24.550Z[ host-image] Dec 14 00:37:22.898 INFO O| Dec 14 00:37:22.898 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97312024-12-14T00:37:24.552Z[ host-image] Dec 14 00:37:22.899 INFO O| Dec 14 00:37:22.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97322024-12-14T00:37:24.552Z[ host-image] Dec 14 00:37:22.899 INFO O| Dec 14 00:37:22.899 INFO ok!
97332024-12-14T00:37:24.552Z[ host-image] Dec 14 00:37:22.899 INFO O| Dec 14 00:37:22.899 INFO STEP 118 (ensure_file) COMPLETE
97342024-12-14T00:37:24.553Z[ host-image] Dec 14 00:37:22.899 INFO O| Dec 14 00:37:22.899 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352024-12-14T00:37:24.570Z[ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97362024-12-14T00:37:24.570Z[ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO copying /tmp/.tmpAGvK53/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 ...
97372024-12-14T00:37:24.572Z[ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97382024-12-14T00:37:24.572Z[ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO ok!
97392024-12-14T00:37:24.573Z[ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO STEP 119 (ensure_file) COMPLETE
97402024-12-14T00:37:24.573Z[ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412024-12-14T00:37:24.611Z[ host-image] Dec 14 00:37:22.960 INFO O| Dec 14 00:37:22.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97422024-12-14T00:37:24.611Z[ host-image] Dec 14 00:37:22.960 INFO O| Dec 14 00:37:22.960 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97432024-12-14T00:37:24.614Z[ host-image] Dec 14 00:37:22.960 INFO O| Dec 14 00:37:22.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97442024-12-14T00:37:24.614Z[ host-image] Dec 14 00:37:22.961 INFO O| Dec 14 00:37:22.960 INFO ok!
97452024-12-14T00:37:24.614Z[ host-image] Dec 14 00:37:22.961 INFO O| Dec 14 00:37:22.961 INFO STEP 120 (ensure_file) COMPLETE
97462024-12-14T00:37:24.614Z[ host-image] Dec 14 00:37:22.961 INFO O| Dec 14 00:37:22.961 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472024-12-14T00:37:24.632Z[ host-image] Dec 14 00:37:22.981 INFO O| Dec 14 00:37:22.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97482024-12-14T00:37:24.632Z[ host-image] Dec 14 00:37:22.981 INFO O| Dec 14 00:37:22.981 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97492024-12-14T00:37:36.240Z[ host-image] Dec 14 00:37:34.586 INFO O| Dec 14 00:37:34.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97502024-12-14T00:37:36.243Z[ host-image] Dec 14 00:37:34.587 INFO O| Dec 14 00:37:34.586 INFO ok!
97512024-12-14T00:37:36.243Z[ host-image] Dec 14 00:37:34.587 INFO O| Dec 14 00:37:34.586 INFO STEP 121 (ensure_file) COMPLETE
97522024-12-14T00:37:36.244Z[ host-image] Dec 14 00:37:34.587 INFO O| Dec 14 00:37:34.586 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97532024-12-14T00:37:36.258Z[ host-image] Dec 14 00:37:34.604 INFO O| Dec 14 00:37:34.604 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97542024-12-14T00:37:36.258Z[ host-image] Dec 14 00:37:34.604 INFO O| Dec 14 00:37:34.604 INFO STEP 122 (ensure_dir) COMPLETE
97552024-12-14T00:37:36.261Z[ host-image] Dec 14 00:37:34.604 INFO O| Dec 14 00:37:34.604 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562024-12-14T00:37:36.338Z[ host-image] Dec 14 00:37:34.684 INFO O| Dec 14 00:37:34.684 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97572024-12-14T00:37:36.339Z[ host-image] Dec 14 00:37:34.684 INFO O| Dec 14 00:37:34.684 INFO STEP 123 (ensure_dir) COMPLETE
97582024-12-14T00:37:36.339Z[ host-image] Dec 14 00:37:34.684 INFO O| Dec 14 00:37:34.684 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97592024-12-14T00:37:36.372Z[ host-image] Dec 14 00:37:34.718 INFO O| Dec 14 00:37:34.718 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97602024-12-14T00:37:36.372Z[ host-image] Dec 14 00:37:34.718 INFO O| Dec 14 00:37:34.718 INFO STEP 124 (ensure_dir) COMPLETE
97612024-12-14T00:37:36.372Z[ host-image] Dec 14 00:37:34.718 INFO O| Dec 14 00:37:34.718 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622024-12-14T00:37:36.391Z[ host-image] Dec 14 00:37:34.736 INFO O| Dec 14 00:37:34.736 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97632024-12-14T00:37:36.391Z[ host-image] Dec 14 00:37:34.736 INFO O| Dec 14 00:37:34.736 INFO STEP 125 (ensure_dir) COMPLETE
97642024-12-14T00:37:36.391Z[ host-image] Dec 14 00:37:34.736 INFO O| Dec 14 00:37:34.736 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652024-12-14T00:37:36.425Z[ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97662024-12-14T00:37:36.425Z[ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO copying /tmp/.tmpAGvK53/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 ...
97672024-12-14T00:37:36.428Z[ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97682024-12-14T00:37:36.428Z[ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO ok!
97692024-12-14T00:37:36.428Z[ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO STEP 126 (ensure_file) COMPLETE
97702024-12-14T00:37:36.428Z[ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712024-12-14T00:37:36.460Z[ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97722024-12-14T00:37:36.461Z[ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97732024-12-14T00:37:36.463Z[ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97742024-12-14T00:37:36.463Z[ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO STEP 127 (ensure_dir) COMPLETE
97752024-12-14T00:37:36.464Z[ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762024-12-14T00:37:36.496Z[ host-image] Dec 14 00:37:34.842 INFO O| Dec 14 00:37:34.842 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97772024-12-14T00:37:36.496Z[ host-image] Dec 14 00:37:34.842 INFO O| Dec 14 00:37:34.842 INFO copying /tmp/.tmpAGvK53/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97782024-12-14T00:37:36.496Z[ host-image] Dec 14 00:37:34.842 INFO O| Dec 14 00:37:34.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97792024-12-14T00:37:36.499Z[ host-image] Dec 14 00:37:34.842 INFO O| Dec 14 00:37:34.842 INFO ok!
97802024-12-14T00:37:36.499Z[ host-image] Dec 14 00:37:34.843 INFO O| Dec 14 00:37:34.842 INFO STEP 128 (ensure_file) COMPLETE
97812024-12-14T00:37:36.499Z[ host-image] Dec 14 00:37:34.843 INFO O| Dec 14 00:37:34.843 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822024-12-14T00:37:36.513Z[ host-image] Dec 14 00:37:34.859 INFO O| Dec 14 00:37:34.859 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97832024-12-14T00:37:36.515Z[ host-image] Dec 14 00:37:34.859 INFO O| Dec 14 00:37:34.859 INFO STEP 129 (remove_files) COMPLETE
97842024-12-14T00:37:36.515Z[ host-image] Dec 14 00:37:34.859 INFO O| Dec 14 00:37:34.859 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852024-12-14T00:37:36.533Z[ host-image] Dec 14 00:37:34.879 INFO O| Dec 14 00:37:34.879 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97862024-12-14T00:37:36.535Z[ host-image] Dec 14 00:37:34.879 INFO O| Dec 14 00:37:34.879 INFO STEP 130 (remove_files) COMPLETE
97872024-12-14T00:37:36.536Z[ host-image] Dec 14 00:37:34.879 INFO O| Dec 14 00:37:34.879 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882024-12-14T00:37:36.563Z[ host-image] Dec 14 00:37:34.909 INFO O| Dec 14 00:37:34.909 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97892024-12-14T00:37:36.566Z[ host-image] Dec 14 00:37:34.909 INFO O| Dec 14 00:37:34.909 INFO STEP 131 (remove_files) COMPLETE
97902024-12-14T00:37:36.566Z[ host-image] Dec 14 00:37:34.909 INFO O| Dec 14 00:37:34.909 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912024-12-14T00:37:36.580Z[ host-image] Dec 14 00:37:34.926 INFO O| Dec 14 00:37:34.926 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97922024-12-14T00:37:36.583Z[ host-image] Dec 14 00:37:34.927 INFO O| Dec 14 00:37:34.927 INFO STEP 132 (remove_files) COMPLETE
97932024-12-14T00:37:36.583Z[ host-image] Dec 14 00:37:34.927 INFO O| Dec 14 00:37:34.927 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942024-12-14T00:37:36.597Z[ host-image] Dec 14 00:37:34.943 INFO O| Dec 14 00:37:34.943 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97952024-12-14T00:37:36.597Z[ host-image] Dec 14 00:37:34.943 INFO O| Dec 14 00:37:34.943 INFO STEP 133 (remove_files) COMPLETE
97962024-12-14T00:37:36.597Z[ host-image] Dec 14 00:37:34.943 INFO O| Dec 14 00:37:34.943 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972024-12-14T00:37:36.616Z[ host-image] Dec 14 00:37:34.962 INFO O| Dec 14 00:37:34.962 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97982024-12-14T00:37:36.619Z[ host-image] Dec 14 00:37:34.963 INFO O| Dec 14 00:37:34.963 INFO STEP 134 (remove_files) COMPLETE
97992024-12-14T00:37:36.619Z[ host-image] Dec 14 00:37:34.963 INFO O| Dec 14 00:37:34.963 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002024-12-14T00:37:36.636Z[ host-image] Dec 14 00:37:34.982 INFO O| Dec 14 00:37:34.982 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98012024-12-14T00:37:36.636Z[ host-image] Dec 14 00:37:34.983 INFO O| Dec 14 00:37:34.982 INFO STEP 135 (remove_files) COMPLETE
98022024-12-14T00:37:36.636Z[ host-image] Dec 14 00:37:34.983 INFO O| Dec 14 00:37:34.982 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032024-12-14T00:37:36.658Z[ host-image] Dec 14 00:37:35.004 INFO O| Dec 14 00:37:35.004 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98042024-12-14T00:37:36.658Z[ host-image] Dec 14 00:37:35.004 INFO O| Dec 14 00:37:35.004 INFO STEP 136 (remove_files) COMPLETE
98052024-12-14T00:37:36.658Z[ host-image] Dec 14 00:37:35.004 INFO O| Dec 14 00:37:35.004 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062024-12-14T00:37:36.704Z[ host-image] Dec 14 00:37:35.049 INFO O| Dec 14 00:37:35.049 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98072024-12-14T00:37:36.707Z[ host-image] Dec 14 00:37:35.049 INFO O| Dec 14 00:37:35.049 INFO STEP 137 (remove_files) COMPLETE
98082024-12-14T00:37:36.707Z[ host-image] Dec 14 00:37:35.049 INFO O| Dec 14 00:37:35.049 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092024-12-14T00:37:36.723Z[ host-image] Dec 14 00:37:35.069 INFO O| Dec 14 00:37:35.069 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98102024-12-14T00:37:36.723Z[ host-image] Dec 14 00:37:35.069 INFO O| Dec 14 00:37:35.069 INFO STEP 138 (remove_files) COMPLETE
98112024-12-14T00:37:36.723Z[ host-image] Dec 14 00:37:35.069 INFO O| Dec 14 00:37:35.069 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122024-12-14T00:37:36.744Z[ host-image] Dec 14 00:37:35.090 INFO O| Dec 14 00:37:35.090 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98132024-12-14T00:37:36.744Z[ host-image] Dec 14 00:37:35.090 INFO O| Dec 14 00:37:35.090 INFO STEP 139 (remove_files) COMPLETE
98142024-12-14T00:37:36.744Z[ host-image] Dec 14 00:37:35.090 INFO O| Dec 14 00:37:35.090 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152024-12-14T00:37:36.764Z[ host-image] Dec 14 00:37:35.110 INFO O| Dec 14 00:37:35.110 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98162024-12-14T00:37:36.765Z[ host-image] Dec 14 00:37:35.111 INFO O| Dec 14 00:37:35.110 INFO STEP 140 (remove_files) COMPLETE
98172024-12-14T00:37:36.767Z[ host-image] Dec 14 00:37:35.111 INFO O| Dec 14 00:37:35.110 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182024-12-14T00:37:36.788Z[ host-image] Dec 14 00:37:35.134 INFO O| Dec 14 00:37:35.134 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98192024-12-14T00:37:36.788Z[ host-image] Dec 14 00:37:35.134 INFO O| Dec 14 00:37:35.134 INFO STEP 141 (remove_files) COMPLETE
98202024-12-14T00:37:36.788Z[ host-image] Dec 14 00:37:35.134 INFO O| Dec 14 00:37:35.134 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98212024-12-14T00:37:36.806Z[ host-image] Dec 14 00:37:35.152 INFO O| Dec 14 00:37:35.152 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98222024-12-14T00:37:36.806Z[ host-image] Dec 14 00:37:35.152 INFO O| Dec 14 00:37:35.152 INFO STEP 142 (remove_files) COMPLETE
98232024-12-14T00:37:36.806Z[ host-image] Dec 14 00:37:35.152 INFO O| Dec 14 00:37:35.152 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98242024-12-14T00:37:36.833Z[ host-image] Dec 14 00:37:35.179 INFO O| Dec 14 00:37:35.179 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98252024-12-14T00:37:36.833Z[ host-image] Dec 14 00:37:35.179 INFO O| Dec 14 00:37:35.179 INFO STEP 143 (remove_files) COMPLETE
98262024-12-14T00:37:36.833Z[ host-image] Dec 14 00:37:35.179 INFO O| Dec 14 00:37:35.179 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98272024-12-14T00:37:36.854Z[ host-image] Dec 14 00:37:35.200 INFO O| Dec 14 00:37:35.200 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98282024-12-14T00:37:36.854Z[ host-image] Dec 14 00:37:35.200 INFO O| Dec 14 00:37:35.200 INFO STEP 144 (remove_files) COMPLETE
98292024-12-14T00:37:36.854Z[ host-image] Dec 14 00:37:35.200 INFO O| Dec 14 00:37:35.200 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98302024-12-14T00:37:36.873Z[ host-image] Dec 14 00:37:35.219 INFO O| Dec 14 00:37:35.219 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98312024-12-14T00:37:36.873Z[ host-image] Dec 14 00:37:35.219 INFO O| Dec 14 00:37:35.219 INFO STEP 145 (remove_files) COMPLETE
98322024-12-14T00:37:36.873Z[ host-image] Dec 14 00:37:35.219 INFO O| Dec 14 00:37:35.219 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98332024-12-14T00:37:36.893Z[ host-image] Dec 14 00:37:35.239 INFO O| Dec 14 00:37:35.239 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98342024-12-14T00:37:36.893Z[ host-image] Dec 14 00:37:35.239 INFO O| Dec 14 00:37:35.239 INFO STEP 146 (remove_files) COMPLETE
98352024-12-14T00:37:36.893Z[ host-image] Dec 14 00:37:35.239 INFO O| Dec 14 00:37:35.239 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98362024-12-14T00:37:36.911Z[ host-image] Dec 14 00:37:35.257 INFO O| Dec 14 00:37:35.257 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98372024-12-14T00:37:36.911Z[ host-image] Dec 14 00:37:35.257 INFO O| Dec 14 00:37:35.257 INFO STEP 147 (remove_files) COMPLETE
98382024-12-14T00:37:36.911Z[ host-image] Dec 14 00:37:35.257 INFO O| Dec 14 00:37:35.257 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98392024-12-14T00:37:36.932Z[ host-image] Dec 14 00:37:35.278 INFO O| Dec 14 00:37:35.278 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98402024-12-14T00:37:36.932Z[ host-image] Dec 14 00:37:35.278 INFO O| Dec 14 00:37:35.278 INFO STEP 148 (remove_files) COMPLETE
98412024-12-14T00:37:36.934Z[ host-image] Dec 14 00:37:35.278 INFO O| Dec 14 00:37:35.278 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98422024-12-14T00:37:36.951Z[ host-image] Dec 14 00:37:35.297 INFO O| Dec 14 00:37:35.297 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98432024-12-14T00:37:36.951Z[ host-image] Dec 14 00:37:35.297 INFO O| Dec 14 00:37:35.297 INFO STEP 149 (remove_files) COMPLETE
98442024-12-14T00:37:36.951Z[ host-image] Dec 14 00:37:35.297 INFO O| Dec 14 00:37:35.297 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98452024-12-14T00:37:36.975Z[ host-image] Dec 14 00:37:35.321 INFO O| Dec 14 00:37:35.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98462024-12-14T00:37:36.978Z[ host-image] Dec 14 00:37:35.321 INFO O| Dec 14 00:37:35.321 INFO STEP 150 (remove_files) COMPLETE
98472024-12-14T00:37:36.978Z[ host-image] Dec 14 00:37:35.321 INFO O| Dec 14 00:37:35.321 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98482024-12-14T00:37:37.028Z[ host-image] Dec 14 00:37:35.373 INFO O| Dec 14 00:37:35.373 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98492024-12-14T00:37:37.028Z[ host-image] Dec 14 00:37:35.373 INFO O| Dec 14 00:37:35.373 INFO STEP 151 (remove_files) COMPLETE
98502024-12-14T00:37:37.030Z[ host-image] Dec 14 00:37:35.373 INFO O| Dec 14 00:37:35.373 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98512024-12-14T00:37:37.090Z[ host-image] Dec 14 00:37:35.436 INFO O| Dec 14 00:37:35.436 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98522024-12-14T00:37:37.090Z[ host-image] Dec 14 00:37:35.436 INFO O| Dec 14 00:37:35.436 INFO STEP 152 (remove_files) COMPLETE
98532024-12-14T00:37:37.090Z[ host-image] Dec 14 00:37:35.436 INFO O| Dec 14 00:37:35.436 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98542024-12-14T00:37:37.110Z[ host-image] Dec 14 00:37:35.456 INFO O| Dec 14 00:37:35.456 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98552024-12-14T00:37:37.110Z[ host-image] Dec 14 00:37:35.456 INFO O| Dec 14 00:37:35.456 INFO STEP 153 (remove_files) COMPLETE
98562024-12-14T00:37:37.113Z[ host-image] Dec 14 00:37:35.456 INFO O| Dec 14 00:37:35.456 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98572024-12-14T00:37:37.131Z[ host-image] Dec 14 00:37:35.477 INFO O| Dec 14 00:37:35.477 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98582024-12-14T00:37:37.131Z[ host-image] Dec 14 00:37:35.477 INFO O| Dec 14 00:37:35.477 INFO STEP 154 (remove_files) COMPLETE
98592024-12-14T00:37:37.131Z[ host-image] Dec 14 00:37:35.477 INFO O| Dec 14 00:37:35.477 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98602024-12-14T00:37:37.150Z[ host-image] Dec 14 00:37:35.496 INFO O| Dec 14 00:37:35.496 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98612024-12-14T00:37:37.150Z[ host-image] Dec 14 00:37:35.496 INFO O| Dec 14 00:37:35.496 INFO STEP 155 (remove_files) COMPLETE
98622024-12-14T00:37:37.150Z[ host-image] Dec 14 00:37:35.496 INFO O| Dec 14 00:37:35.496 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98632024-12-14T00:37:37.171Z[ host-image] Dec 14 00:37:35.517 INFO O| Dec 14 00:37:35.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98642024-12-14T00:37:37.171Z[ host-image] Dec 14 00:37:35.517 INFO O| Dec 14 00:37:35.517 INFO STEP 156 (remove_files) COMPLETE
98652024-12-14T00:37:37.171Z[ host-image] Dec 14 00:37:35.517 INFO O| Dec 14 00:37:35.517 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98662024-12-14T00:37:37.191Z[ host-image] Dec 14 00:37:35.536 INFO O| Dec 14 00:37:35.536 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98672024-12-14T00:37:37.191Z[ host-image] Dec 14 00:37:35.536 INFO O| Dec 14 00:37:35.536 INFO STEP 157 (remove_files) COMPLETE
98682024-12-14T00:37:37.191Z[ host-image] Dec 14 00:37:35.536 INFO O| Dec 14 00:37:35.536 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98692024-12-14T00:37:37.242Z[ host-image] Dec 14 00:37:35.587 INFO O| Dec 14 00:37:35.587 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98702024-12-14T00:37:37.242Z[ host-image] Dec 14 00:37:35.588 INFO O| Dec 14 00:37:35.587 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98712024-12-14T00:37:48.351Z[ host-image] Dec 14 00:37:46.694 INFO O| Dec 14 00:37:46.693 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
98722024-12-14T00:37:48.353Z[ host-image] Dec 14 00:37:46.694 INFO O| Dec 14 00:37:46.693 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98732024-12-14T00:37:48.379Z[ host-image] Dec 14 00:37:46.722 INFO O| Dec 14 00:37:46.722 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98742024-12-14T00:37:48.555Z[ host-image] Dec 14 00:37:46.898 INFO O| Dec 14 00:37:46.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98752024-12-14T00:37:48.555Z[ host-image] Dec 14 00:37:46.898 INFO O| Dec 14 00:37:46.898 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98762024-12-14T00:37:48.558Z[ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98772024-12-14T00:37:48.559Z[ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO ok!
98782024-12-14T00:37:48.559Z[ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98792024-12-14T00:37:48.559Z[ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO STEP 158 (seed_smf) COMPLETE
98802024-12-14T00:37:48.559Z[ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO steps complete; finalising image!
98812024-12-14T00:37:48.559Z[ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98822024-12-14T00:37:48.760Z[ host-image] Dec 14 00:37:47.103 INFO O| Dec 14 00:37:47.103 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 14 00:37:46 2024)
98832024-12-14T00:37:48.971Z[ host-image] Dec 14 00:37:47.314 INFO O| Dec 14 00:37:47.314 INFO trim TEMPORARY-gimlet-zfs: (23% trimmed, started at Sat Dec 14 00:37:46 2024)
98842024-12-14T00:37:49.183Z[ host-image] Dec 14 00:37:47.525 INFO O| Dec 14 00:37:47.525 INFO trim TEMPORARY-gimlet-zfs: (51% trimmed, started at Sat Dec 14 00:37:46 2024)
98852024-12-14T00:37:49.395Z[ host-image] Dec 14 00:37:47.737 INFO O| Dec 14 00:37:47.737 INFO trim TEMPORARY-gimlet-zfs: (73% trimmed, started at Sat Dec 14 00:37:46 2024)
98862024-12-14T00:37:49.607Z[ host-image] Dec 14 00:37:47.950 INFO O| Dec 14 00:37:47.950 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Sat Dec 14 00:37:46 2024)
98872024-12-14T00:37:49.842Z[ host-image] Dec 14 00:37:48.185 INFO O| Dec 14 00:37:48.184 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio
98882024-12-14T00:37:49.845Z[ host-image] Dec 14 00:37:48.185 INFO O| Dec 14 00:37:48.185 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98892024-12-14T00:37:50.705Z[ host-image] Dec 14 00:37:49.047 INFO O| Dec 14 00:37:49.047 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98902024-12-14T00:37:50.705Z[ host-image] Dec 14 00:37:49.047 INFO O| Dec 14 00:37:49.047 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98912024-12-14T00:37:52.596Z[ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98922024-12-14T00:37:52.596Z[ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98932024-12-14T00:37:52.599Z[ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98942024-12-14T00:37:52.599Z[ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO completed processing gimlet/zfs
98952024-12-14T00:37:52.599Z[ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98962024-12-14T00:38:01.072Z[ host-image] Dec 14 00:37:59.412 INFO O| Dec 14 00:37:59.411 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98972024-12-14T00:38:01.208Z[ host-image] Dec 14 00:37:59.548 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
98982024-12-14T00:38:01.211Z[ host-image] Dec 14 00:37:59.548 INFO expanded image name: "ci 2d0edd7/${os_short_commit} 2024-12-14 00:04" -> "ci 2d0edd7/92ea229 2024-12-14 00:04"
98992024-12-14T00:38:01.211Z[ host-image] Dec 14 00:37:59.549 INFO output artefacts stored in: "/work/os-host"
99002024-12-14T00:38:01.211Z[ host-image] Dec 14 00:37:59.549 INFO collecting git info from project "bootserver"...
99012024-12-14T00:38:01.217Z[ host-image] Dec 14 00:37:59.557 INFO collecting git info from project "pinprick"...
99022024-12-14T00:38:01.224Z[ host-image] Dec 14 00:37:59.564 INFO collecting git info from project "phbl"...
99032024-12-14T00:38:01.232Z[ host-image] Dec 14 00:37:59.572 INFO collecting git info from project "chelsio-t6-roms"...
99042024-12-14T00:38:01.239Z[ host-image] Dec 14 00:37:59.579 INFO collecting git info from project "amd-firmware"...
99052024-12-14T00:38:01.254Z[ host-image] Dec 14 00:37:59.594 INFO collecting git info from project "amd-host-image-builder"...
99062024-12-14T00:38:01.306Z[ host-image] Dec 14 00:37:59.646 INFO collecting git info from project "pilot"...
99072024-12-14T00:38:01.317Z[ host-image] Dec 14 00:37:59.657 INFO collecting git info from project "image-builder"...
99082024-12-14T00:38:01.326Z[ host-image] Dec 14 00:37:59.666 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99092024-12-14T00:38:01.911Z[ host-image] Dec 14 00:38:00.251 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99102024-12-14T00:38:02.297Z[ host-image] Dec 14 00:38:00.636 INFO creating Oxide boot image...
99112024-12-14T00:38:02.297Z[ host-image] Dec 14 00:38:00.636 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 2d0edd7/92ea229 2024-12-14 00:04", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99122024-12-14T00:38:03.456Z[ host-image] Dec 14 00:38:01.796 INFO O| ok, image written!
99132024-12-14T00:38:03.456Z[ host-image] Dec 14 00:38:01.796 INFO O| ok, boot_image_csum file written!
99142024-12-14T00:38:03.460Z[ host-image] Dec 14 00:38:01.800 INFO creating boot archive (CPIO)...
99152024-12-14T00:38:03.460Z[ host-image] Dec 14 00:38:01.800 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
99162024-12-14T00:38:03.469Z[ host-image] Dec 14 00:38:01.809 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99172024-12-14T00:38:03.472Z[ host-image] Dec 14 00:38:01.809 INFO E| + outfile=/work/os-host/cpio
99182024-12-14T00:38:03.472Z[ host-image] Dec 14 00:38:01.809 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99192024-12-14T00:38:03.472Z[ host-image] Dec 14 00:38:01.812 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99202024-12-14T00:38:03.475Z[ host-image] Dec 14 00:38:01.812 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99212024-12-14T00:38:03.529Z[ host-image] Dec 14 00:38:01.868 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99222024-12-14T00:38:03.529Z[ host-image] Dec 14 00:38:01.868 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99232024-12-14T00:38:03.539Z[ host-image] Dec 14 00:38:01.879 INFO creating compressed cpio/unix for nanobl-rs...
99242024-12-14T00:38:03.539Z[ host-image] Dec 14 00:38:01.879 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
99252024-12-14T00:38:03.857Z[ host-image] Dec 14 00:38:02.197 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99262024-12-14T00:38:08.484Z[ host-image] Dec 14 00:38:06.822 INFO creating reset image...
99272024-12-14T00:38:08.484Z[ host-image] Dec 14 00:38:06.823 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99282024-12-14T00:38:08.591Z[ host-image] Dec 14 00:38:06.930 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
99292024-12-14T00:38:08.594Z[ host-image] Dec 14 00:38:06.931 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99302024-12-14T00:38:08.671Z[ host-image] Dec 14 00:38:07.009 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99312024-12-14T00:38:10.760Z[ host-image] Dec 14 00:38:09.098 INFO E| Finished `release` profile [optimized] target(s) in 2.14s
99322024-12-14T00:38:10.776Z[ host-image] Dec 14 00:38:09.114 INFO building host image...
99332024-12-14T00:38:10.778Z[ host-image] Dec 14 00:38:09.114 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")
99342024-12-14T00:38:11.349Z[ host-image] Dec 14 00:38:09.686 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99352024-12-14T00:39:22.746Z[ host-image] Dec 14 00:39:21.066 INFO image complete! materials are in "/work/os-host"
99362024-12-14T00:39:22.750Z[ host-image]
99372024-12-14T00:39:22.750Z[ host-image] real 13:03.414444332
99382024-12-14T00:39:22.752Z[ host-image] user 6:35.115494137
99392024-12-14T00:39:22.752Z[ host-image] sys 1:08.891994387
99402024-12-14T00:39:22.752Z[ host-image] trap 0.293057701
99412024-12-14T00:39:22.752Z[ host-image] tflt 0.006339676
99422024-12-14T00:39:22.752Z[ host-image] dflt 0.059263844
99432024-12-14T00:39:22.752Z[ host-image] kflt 0.006785256
99442024-12-14T00:39:22.752Z[ host-image] lock 7:40.925607208
99452024-12-14T00:39:22.752Z[ host-image] slp 1:07:53.094494644
99462024-12-14T00:39:22.752Z[ host-image] lat 3:03.920482078
99472024-12-14T00:39:22.752Z[ host-image] stop 0.614926976
99482024-12-14T00:39:22.752ZDec 14 00:39:21.071 INFO [host-image] process exited with exit status: 0 (783.431989043s)
99492024-12-14T00:39:22.752ZDec 14 00:39:21.071 INFO [tuf-repo] running task
99502024-12-14T00:39:36.143ZDec 14 00:39:34.460 INFO assembling repository in `/tmp/tufaceousGVN5Kv`, component: OmicronRepoAssembler
99512024-12-14T00:40:00.208ZDec 14 00:39:58.520 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99522024-12-14T00:40:00.658ZDec 14 00:39:58.969 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99532024-12-14T00:40:20.864ZDec 14 00:40:19.170 INFO [tuf-repo] task succeeded (58.098687182s)
99542024-12-14T00:41:58.287Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 21s
99552024-12-14T00:41:58.686ZDec 14 00:41:56.969 INFO [verify-libraries] process exited with exit status: 0 (925.89108355s)
99562024-12-14T00:41:58.686ZDec 14 00:41:56.969 INFO all jobs completed in 2253.754484735s
99572024-12-14T00:41:59.295Zprocess exited: duration 2935458 ms, exit code 0
 
99582024-12-14T00:41:59.307Zfound 33 output files
99592024-12-14T00:41:59.307Zuploading: /work/manifest.toml (8404 bytes)
99602024-12-14T00:42:00.349Zuploaded: /work/manifest.toml
99612024-12-14T00:42:00.350Zuploading: /work/repo.zip (1945575873 bytes)
99622024-12-14T00:42:39.382Zuploaded: /work/repo.zip
99632024-12-14T00:42:39.382Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99642024-12-14T00:42:40.391Zuploaded: /work/repo.zip.sha256.txt
99652024-12-14T00:42:40.391Zuploading: /work/helios-setup.log (66237 bytes)
99662024-12-14T00:42:41.404Zuploaded: /work/helios-setup.log
99672024-12-14T00:42:41.405Zuploading: /work/host-image.log (196997 bytes)
99682024-12-14T00:42:42.417Zuploaded: /work/host-image.log
99692024-12-14T00:42:42.418Zuploading: /work/host-package.log (22252 bytes)
99702024-12-14T00:42:43.427Zuploaded: /work/host-package.log
99712024-12-14T00:42:43.427Zuploading: /work/host-target.log (101 bytes)
99722024-12-14T00:42:44.435Zuploaded: /work/host-target.log
99732024-12-14T00:42:44.435Zuploading: /work/omicron-package.log (5666 bytes)
99742024-12-14T00:42:45.444Zuploaded: /work/omicron-package.log
99752024-12-14T00:42:45.444Zuploading: /work/phbl-toolchain.log (881 bytes)
99762024-12-14T00:42:46.452Zuploaded: /work/phbl-toolchain.log
99772024-12-14T00:42:46.452Zuploading: /work/recovery-image.log (591910 bytes)
99782024-12-14T00:42:47.473Zuploaded: /work/recovery-image.log
99792024-12-14T00:42:47.473Zuploading: /work/recovery-package.log (321 bytes)
99802024-12-14T00:42:48.481Zuploaded: /work/recovery-package.log
99812024-12-14T00:42:48.481Zuploading: /work/recovery-target.log (57 bytes)
99822024-12-14T00:42:49.494Zuploaded: /work/recovery-target.log
99832024-12-14T00:42:49.494Zuploading: /work/stamp-clickhouse.log (117 bytes)
99842024-12-14T00:42:50.502Zuploaded: /work/stamp-clickhouse.log
99852024-12-14T00:42:50.502Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99862024-12-14T00:42:51.511Zuploaded: /work/stamp-clickhouse_keeper.log
99872024-12-14T00:42:51.511Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99882024-12-14T00:42:52.520Zuploaded: /work/stamp-cockroachdb.log
99892024-12-14T00:42:52.520Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99902024-12-14T00:42:53.530Zuploaded: /work/stamp-crucible-dtrace.log
99912024-12-14T00:42:53.530Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99922024-12-14T00:42:54.540Zuploaded: /work/stamp-crucible-pantry-zone.log
99932024-12-14T00:42:54.540Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99942024-12-14T00:42:55.550Zuploaded: /work/stamp-crucible-zone.log
99952024-12-14T00:42:55.550Zuploading: /work/stamp-external-dns.log (119 bytes)
99962024-12-14T00:42:56.560Zuploaded: /work/stamp-external-dns.log
99972024-12-14T00:42:56.560Zuploading: /work/stamp-installinator.log (103 bytes)
99982024-12-14T00:42:57.570Zuploaded: /work/stamp-installinator.log
99992024-12-14T00:42:57.570Zuploading: /work/stamp-internal-dns.log (119 bytes)
100002024-12-14T00:42:58.578Zuploaded: /work/stamp-internal-dns.log
100012024-12-14T00:42:58.578Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100022024-12-14T00:42:59.586Zuploaded: /work/stamp-mg-ddm-gz.log
100032024-12-14T00:42:59.586Zuploading: /work/stamp-nexus.log (112 bytes)
100042024-12-14T00:43:00.594Zuploaded: /work/stamp-nexus.log
100052024-12-14T00:43:00.594Zuploading: /work/stamp-ntp.log (110 bytes)
100062024-12-14T00:43:01.604Zuploaded: /work/stamp-ntp.log
100072024-12-14T00:43:01.604Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100082024-12-14T00:43:02.612Zuploaded: /work/stamp-omicron-sled-agent.log
100092024-12-14T00:43:02.612Zuploading: /work/stamp-overlay.log (114 bytes)
100102024-12-14T00:43:03.621Zuploaded: /work/stamp-overlay.log
100112024-12-14T00:43:03.621Zuploading: /work/stamp-oximeter.log (115 bytes)
100122024-12-14T00:43:04.630Zuploaded: /work/stamp-oximeter.log
100132024-12-14T00:43:04.630Zuploading: /work/stamp-oxlog.log (109 bytes)
100142024-12-14T00:43:05.639Zuploaded: /work/stamp-oxlog.log
100152024-12-14T00:43:05.639Zuploading: /work/stamp-probe.log (112 bytes)
100162024-12-14T00:43:06.648Zuploaded: /work/stamp-probe.log
100172024-12-14T00:43:06.648Zuploading: /work/stamp-propolis-server.log (122 bytes)
100182024-12-14T00:43:07.656Zuploaded: /work/stamp-propolis-server.log
100192024-12-14T00:43:07.657Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100202024-12-14T00:43:08.664Zuploaded: /work/stamp-pumpkind-gz.log
100212024-12-14T00:43:08.667Zuploading: /work/stamp-switch-asic.log (118 bytes)
100222024-12-14T00:43:09.673Zuploaded: /work/stamp-switch-asic.log
100232024-12-14T00:43:09.673Zuploading: /work/verify-libraries.log (5735 bytes)
100242024-12-14T00:43:10.681Zuploaded: /work/verify-libraries.log